]> git.saurik.com Git - wxWidgets.git/blob - configure
Added separate import lib for msw .dlls
[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-msw use MS-Windows"
72 ac_help="$ac_help
73 --with-pm use OS/2 Presentation Manager"
74 ac_help="$ac_help
75 --with-mgl use SciTech MGL"
76 ac_help="$ac_help
77 --enable-gtk2 use GTK+ 2.0 if available (EXPERIMENTAL)"
78 ac_help="$ac_help
79 --with-libpng use libpng (PNG image format)"
80 ac_help="$ac_help
81 --with-libjpeg use libjpeg (JPEG file format)"
82 ac_help="$ac_help
83 --with-libtiff use libtiff (TIFF file format)"
84 ac_help="$ac_help
85 --with-freetype use freetype (font rasterizer)"
86 ac_help="$ac_help
87 --with-opengl use OpenGL (or Mesa)"
88 ac_help="$ac_help
89 --with-dmalloc use dmalloc library (www.letters.com/dmalloc)"
90 ac_help="$ac_help
91 --with-regex enable support for wxRegEx class"
92 ac_help="$ac_help
93 --with-zlib use zlib for LZW compression"
94 ac_help="$ac_help
95 --with-odbc use the IODBC and wxODBC classes"
96 ac_help="$ac_help
97 --enable-shared create shared library code"
98 ac_help="$ac_help
99 --enable-soname set the DT_SONAME field in ELF shared libraries"
100 ac_help="$ac_help
101 --enable-optimise create optimised code"
102 ac_help="$ac_help
103 --enable-debug same as debug_flag and debug_info"
104 ac_help="$ac_help
105 --enable-precomp enable use of precompiled headers (Mac OS X)"
106 ac_help="$ac_help
107 --enable-debug_flag set __WXDEBUG__ flag (recommended for developers!)"
108 ac_help="$ac_help
109 --enable-debug_info create code with debugging information"
110 ac_help="$ac_help
111 --enable-debug_gdb create code with extra GDB debugging information"
112 ac_help="$ac_help
113 --enable-debug_cntxt use wxDebugContext"
114 ac_help="$ac_help
115 --enable-mem_tracing create code with memory tracing"
116 ac_help="$ac_help
117 --enable-profile create code with profiling information"
118 ac_help="$ac_help
119 --enable-no_rtti create code without RTTI information"
120 ac_help="$ac_help
121 --enable-no_exceptions create code without C++ exceptions handling"
122 ac_help="$ac_help
123 --enable-permissive compile code disregarding strict ANSI"
124 ac_help="$ac_help
125 --enable-no_deps create code without dependency information"
126 ac_help="$ac_help
127 --enable-compat20 enable wxWindows 2.0 compatibility"
128 ac_help="$ac_help
129 --enable-compat22 enable wxWindows 2.2 compatibility"
130 ac_help="$ac_help
131 --enable-intl use internationalization system"
132 ac_help="$ac_help
133 --enable-config use wxConfig (and derived) classes"
134 ac_help="$ac_help
135 --enable-sockets use socket/network classes"
136 ac_help="$ac_help
137 --enable-ipc use interprocess communication (wxSocket etc.)"
138 ac_help="$ac_help
139 --enable-cmdline use wxCmdLineParser class"
140 ac_help="$ac_help
141 --enable-datetime use wxDateTime class"
142 ac_help="$ac_help
143 --enable-timedate use obsolete wxDate/wxTime classes"
144 ac_help="$ac_help
145 --enable-stopwatch use wxStopWatch class"
146 ac_help="$ac_help
147 --enable-dialupman use dialup network classes"
148 ac_help="$ac_help
149 --enable-apple_ieee use the Apple IEEE codec"
150 ac_help="$ac_help
151 --enable-timer use wxTimer class"
152 ac_help="$ac_help
153 --enable-wave use wxWave class"
154 ac_help="$ac_help
155 --enable-fraction use wxFraction class"
156 ac_help="$ac_help
157 --enable-dynlib use wxLibrary class for DLL loading"
158 ac_help="$ac_help
159 --enable-longlong use wxLongLong class"
160 ac_help="$ac_help
161 --enable-geometry use geometry class"
162 ac_help="$ac_help
163 --enable-log use logging system"
164 ac_help="$ac_help
165 --enable-streams use wxStream etc classes"
166 ac_help="$ac_help
167 --enable-file use wxFile classes"
168 ac_help="$ac_help
169 --enable-ffile use wxFFile classes"
170 ac_help="$ac_help
171 --enable-textfile use wxTextFile classes"
172 ac_help="$ac_help
173 --enable-fontmap use font encodings conversion classes"
174 ac_help="$ac_help
175 --enable-unicode compile wxString with Unicode support"
176 ac_help="$ac_help
177 --enable-wxprintfv use wxWindows implementation of vprintf()"
178 ac_help="$ac_help
179 --enable-std_iostreams use standard C++ stream classes"
180 ac_help="$ac_help
181 --enable-filesystem use virtual file systems classes"
182 ac_help="$ac_help
183 --enable-fs_inet use virtual HTTP/FTP filesystems"
184 ac_help="$ac_help
185 --enable-fs_zip use virtual ZIP filesystems"
186 ac_help="$ac_help
187 --enable-zipstream use wxZipInputStream"
188 ac_help="$ac_help
189 --enable-catch_segvs catch signals and pass them to wxApp::OnFatalException"
190 ac_help="$ac_help
191 --enable-snglinst use wxSingleInstanceChecker class"
192 ac_help="$ac_help
193 --enable-mimetypes use wxMimeTypesManager"
194 ac_help="$ac_help
195 --enable-sysoptions use wxSystemOptions"
196 ac_help="$ac_help
197 --enable-threads use threads"
198 ac_help="$ac_help
199 --enable-serial use class serialization"
200 ac_help="$ac_help
201 --enable-docview use document view architecture"
202 ac_help="$ac_help
203 --enable-help use help subsystem"
204 ac_help="$ac_help
205 --enable-mshtmlhelp use MS HTML Help (win32)"
206 ac_help="$ac_help
207 --enable-html use wxHTML sub-library"
208 ac_help="$ac_help
209 --enable-htmlhelp use wxHTML-based help"
210 ac_help="$ac_help
211 --enable-constraints use layout-constraints system"
212 ac_help="$ac_help
213 --enable-printarch use printing architecture"
214 ac_help="$ac_help
215 --enable-mdi use multiple document interface architecture"
216 ac_help="$ac_help
217 --enable-loggui use standard GUI logger"
218 ac_help="$ac_help
219 --enable-logwin use wxLogWindow"
220 ac_help="$ac_help
221 --enable-postscript use wxPostscriptDC device context (default for gtk+)"
222 ac_help="$ac_help
223 --enable-prologio use Prolog IO library"
224 ac_help="$ac_help
225 --enable-resources use wxWindows resources"
226 ac_help="$ac_help
227 --enable-xresources use X resources for save (default for gtk+)"
228 ac_help="$ac_help
229 --enable-clipboard use wxClipboard classes"
230 ac_help="$ac_help
231 --enable-dnd use Drag'n'Drop classes"
232 ac_help="$ac_help
233 --enable-metafile use win32 metafiles"
234 ac_help="$ac_help
235 --enable-treelayout use wxTreeLayout classes"
236 ac_help="$ac_help
237 --enable-controls use all usual controls"
238 ac_help="$ac_help
239 --enable-accel use accelerators"
240 ac_help="$ac_help
241 --enable-button use wxButton class"
242 ac_help="$ac_help
243 --enable-bmpbutton use wxBitmapButton class"
244 ac_help="$ac_help
245 --enable-calendar use wxCalendarCtrl class"
246 ac_help="$ac_help
247 --enable-caret use wxCaret class"
248 ac_help="$ac_help
249 --enable-checkbox use wxCheckBox class"
250 ac_help="$ac_help
251 --enable-checklst use wxCheckListBox (listbox with checkboxes) class"
252 ac_help="$ac_help
253 --enable-choice use wxChoice class"
254 ac_help="$ac_help
255 --enable-combobox use wxComboBox classes"
256 ac_help="$ac_help
257 --enable-gauge use wxGauge class"
258 ac_help="$ac_help
259 --enable-grid use wxGrid class"
260 ac_help="$ac_help
261 --enable-newgrid use new wxGrid class"
262 ac_help="$ac_help
263 --enable-imaglist use wxImageList class"
264 ac_help="$ac_help
265 --enable-listbox use wxListBox class"
266 ac_help="$ac_help
267 --enable-listctrl use wxListCtrl class"
268 ac_help="$ac_help
269 --enable-notebook use wxNotebook class"
270 ac_help="$ac_help
271 --enable-propsheet use wxPropertySheet class"
272 ac_help="$ac_help
273 --enable-radiobox use wxRadioBox class"
274 ac_help="$ac_help
275 --enable-radiobtn use wxRadioButton class"
276 ac_help="$ac_help
277 --enable-sash use wxSashWindow class"
278 ac_help="$ac_help
279 --enable-scrollbar use wxScrollBar class and scrollable windows"
280 ac_help="$ac_help
281 --enable-slider use wxSlider class"
282 ac_help="$ac_help
283 --enable-spinbtn use wxSpinButton class"
284 ac_help="$ac_help
285 --enable-spinctrl use wxSpinCtrl class"
286 ac_help="$ac_help
287 --enable-splitter use wxSplitterWindow class"
288 ac_help="$ac_help
289 --enable-statbmp use wxStaticBitmap class"
290 ac_help="$ac_help
291 --enable-statbox use wxStaticBox class"
292 ac_help="$ac_help
293 --enable-statline use wxStaticLine class"
294 ac_help="$ac_help
295 --enable-stattext use wxStaticText class"
296 ac_help="$ac_help
297 --enable-statusbar use wxStatusBar class"
298 ac_help="$ac_help
299 --enable-tabdialog use wxTabControl class"
300 ac_help="$ac_help
301 --enable-textctrl use wxTextCtrl class"
302 ac_help="$ac_help
303 --enable-togglebtn use wxToggleButton class"
304 ac_help="$ac_help
305 --enable-toolbar use wxToolBar class"
306 ac_help="$ac_help
307 --enable-tbarnative use native wxToolBar class"
308 ac_help="$ac_help
309 --enable-tbarsmpl use wxToolBarSimple class"
310 ac_help="$ac_help
311 --enable-treectrl use wxTreeCtrl class"
312 ac_help="$ac_help
313 --enable-popupwin use wxPopUpWindow class"
314 ac_help="$ac_help
315 --enable-commondlg use all common dialogs"
316 ac_help="$ac_help
317 --enable-choicedlg use wxChoiceDialog"
318 ac_help="$ac_help
319 --enable-coldlg use wxColourDialog"
320 ac_help="$ac_help
321 --enable-filedlg use wxFileDialog"
322 ac_help="$ac_help
323 --enable-finddlg use wxFindReplaceDialog"
324 ac_help="$ac_help
325 --enable-fontdlg use wxFontDialog"
326 ac_help="$ac_help
327 --enable-dirdlg use wxDirDialog"
328 ac_help="$ac_help
329 --enable-msgdlg use wxMessageDialog"
330 ac_help="$ac_help
331 --enable-numberdlg use wxNumberEntryDialog"
332 ac_help="$ac_help
333 --enable-splash use wxSplashScreen"
334 ac_help="$ac_help
335 --enable-textdlg use wxTextDialog"
336 ac_help="$ac_help
337 --enable-tipdlg use startup tips"
338 ac_help="$ac_help
339 --enable-progressdlg use wxProgressDialog"
340 ac_help="$ac_help
341 --enable-wizarddlg use wxWizard"
342 ac_help="$ac_help
343 --enable-menus use wxMenu/wxMenuBar/wxMenuItem classes"
344 ac_help="$ac_help
345 --enable-miniframe use wxMiniFrame class"
346 ac_help="$ac_help
347 --enable-tooltips use wxToolTip class"
348 ac_help="$ac_help
349 --enable-splines use spline drawing code"
350 ac_help="$ac_help
351 --enable-validators use wxValidator and derived classes"
352 ac_help="$ac_help
353 --enable-busyinfo use wxBusyInfo"
354 ac_help="$ac_help
355 --enable-joystick use wxJoystick (Linux only)"
356 ac_help="$ac_help
357 --enable-metafiles use wxMetaFile (Windows only)"
358 ac_help="$ac_help
359 --enable-dragimage use wxDragImage"
360 ac_help="$ac_help
361 --enable-palette use wxPalette class"
362 ac_help="$ac_help
363 --enable-image use wxImage class"
364 ac_help="$ac_help
365 --enable-gif use gif images (GIF file format)"
366 ac_help="$ac_help
367 --enable-pcx use pcx images (PCX file format)"
368 ac_help="$ac_help
369 --enable-pnm use pnm images (PNM file format)"
370 ac_help="$ac_help
371 --enable-xpm use xpm images (XPM file format)"
372 ac_help="$ac_help
373 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)"
374 ac_help="$ac_help
375 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)"
376 ac_help="$ac_help
377 --disable-gtktest Do not try to compile and run a test GTK program"
378 ac_help="$ac_help
379 --with-x use the X Window System"
380
381 # Initialize some variables set by options.
382 # The variables have the same names as the options, with
383 # dashes changed to underlines.
384 build=NONE
385 cache_file=./config.cache
386 exec_prefix=NONE
387 host=NONE
388 no_create=
389 nonopt=NONE
390 no_recursion=
391 prefix=NONE
392 program_prefix=NONE
393 program_suffix=NONE
394 program_transform_name=s,x,x,
395 silent=
396 site=
397 srcdir=
398 target=NONE
399 verbose=
400 x_includes=NONE
401 x_libraries=NONE
402 bindir='${exec_prefix}/bin'
403 sbindir='${exec_prefix}/sbin'
404 libexecdir='${exec_prefix}/libexec'
405 datadir='${prefix}/share'
406 sysconfdir='${prefix}/etc'
407 sharedstatedir='${prefix}/com'
408 localstatedir='${prefix}/var'
409 libdir='${exec_prefix}/lib'
410 includedir='${prefix}/include'
411 oldincludedir='/usr/include'
412 infodir='${prefix}/info'
413 mandir='${prefix}/man'
414
415 # Initialize some other variables.
416 subdirs=
417 MFLAGS= MAKEFLAGS=
418 SHELL=${CONFIG_SHELL-/bin/sh}
419 # Maximum number of lines to put in a shell here document.
420 ac_max_here_lines=12
421
422 ac_prev=
423 for ac_option
424 do
425
426 # If the previous option needs an argument, assign it.
427 if test -n "$ac_prev"; then
428 eval "$ac_prev=\$ac_option"
429 ac_prev=
430 continue
431 fi
432
433 case "$ac_option" in
434 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
435 *) ac_optarg= ;;
436 esac
437
438 # Accept the important Cygnus configure options, so we can diagnose typos.
439
440 case "$ac_option" in
441
442 -bindir | --bindir | --bindi | --bind | --bin | --bi)
443 ac_prev=bindir ;;
444 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
445 bindir="$ac_optarg" ;;
446
447 -build | --build | --buil | --bui | --bu)
448 ac_prev=build ;;
449 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
450 build="$ac_optarg" ;;
451
452 -cache-file | --cache-file | --cache-fil | --cache-fi \
453 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
454 ac_prev=cache_file ;;
455 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
456 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
457 cache_file="$ac_optarg" ;;
458
459 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
460 ac_prev=datadir ;;
461 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
462 | --da=*)
463 datadir="$ac_optarg" ;;
464
465 -disable-* | --disable-*)
466 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
467 # Reject names that are not valid shell variable names.
468 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
469 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
470 fi
471 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
472 eval "enable_${ac_feature}=no" ;;
473
474 -enable-* | --enable-*)
475 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
476 # Reject names that are not valid shell variable names.
477 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
478 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
479 fi
480 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
481 case "$ac_option" in
482 *=*) ;;
483 *) ac_optarg=yes ;;
484 esac
485 eval "enable_${ac_feature}='$ac_optarg'" ;;
486
487 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
488 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
489 | --exec | --exe | --ex)
490 ac_prev=exec_prefix ;;
491 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
492 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
493 | --exec=* | --exe=* | --ex=*)
494 exec_prefix="$ac_optarg" ;;
495
496 -gas | --gas | --ga | --g)
497 # Obsolete; use --with-gas.
498 with_gas=yes ;;
499
500 -help | --help | --hel | --he)
501 # Omit some internal or obsolete options to make the list less imposing.
502 # This message is too long to be a string in the A/UX 3.1 sh.
503 cat << EOF
504 Usage: configure [options] [host]
505 Options: [defaults in brackets after descriptions]
506 Configuration:
507 --cache-file=FILE cache test results in FILE
508 --help print this message
509 --no-create do not create output files
510 --quiet, --silent do not print \`checking...' messages
511 --version print the version of autoconf that created configure
512 Directory and file names:
513 --prefix=PREFIX install architecture-independent files in PREFIX
514 [$ac_default_prefix]
515 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
516 [same as prefix]
517 --bindir=DIR user executables in DIR [EPREFIX/bin]
518 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
519 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
520 --datadir=DIR read-only architecture-independent data in DIR
521 [PREFIX/share]
522 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
523 --sharedstatedir=DIR modifiable architecture-independent data in DIR
524 [PREFIX/com]
525 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
526 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
527 --includedir=DIR C header files in DIR [PREFIX/include]
528 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
529 --infodir=DIR info documentation in DIR [PREFIX/info]
530 --mandir=DIR man documentation in DIR [PREFIX/man]
531 --srcdir=DIR find the sources in DIR [configure dir or ..]
532 --program-prefix=PREFIX prepend PREFIX to installed program names
533 --program-suffix=SUFFIX append SUFFIX to installed program names
534 --program-transform-name=PROGRAM
535 run sed PROGRAM on installed program names
536 EOF
537 cat << EOF
538 Host type:
539 --build=BUILD configure for building on BUILD [BUILD=HOST]
540 --host=HOST configure for HOST [guessed]
541 --target=TARGET configure for TARGET [TARGET=HOST]
542 Features and packages:
543 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
544 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
545 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
546 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
547 --x-includes=DIR X include files are in DIR
548 --x-libraries=DIR X library files are in DIR
549 EOF
550 if test -n "$ac_help"; then
551 echo "--enable and --with options recognized:$ac_help"
552 fi
553 exit 0 ;;
554
555 -host | --host | --hos | --ho)
556 ac_prev=host ;;
557 -host=* | --host=* | --hos=* | --ho=*)
558 host="$ac_optarg" ;;
559
560 -includedir | --includedir | --includedi | --included | --include \
561 | --includ | --inclu | --incl | --inc)
562 ac_prev=includedir ;;
563 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
564 | --includ=* | --inclu=* | --incl=* | --inc=*)
565 includedir="$ac_optarg" ;;
566
567 -infodir | --infodir | --infodi | --infod | --info | --inf)
568 ac_prev=infodir ;;
569 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
570 infodir="$ac_optarg" ;;
571
572 -libdir | --libdir | --libdi | --libd)
573 ac_prev=libdir ;;
574 -libdir=* | --libdir=* | --libdi=* | --libd=*)
575 libdir="$ac_optarg" ;;
576
577 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
578 | --libexe | --libex | --libe)
579 ac_prev=libexecdir ;;
580 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
581 | --libexe=* | --libex=* | --libe=*)
582 libexecdir="$ac_optarg" ;;
583
584 -localstatedir | --localstatedir | --localstatedi | --localstated \
585 | --localstate | --localstat | --localsta | --localst \
586 | --locals | --local | --loca | --loc | --lo)
587 ac_prev=localstatedir ;;
588 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
589 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
590 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
591 localstatedir="$ac_optarg" ;;
592
593 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
594 ac_prev=mandir ;;
595 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
596 mandir="$ac_optarg" ;;
597
598 -nfp | --nfp | --nf)
599 # Obsolete; use --without-fp.
600 with_fp=no ;;
601
602 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
603 | --no-cr | --no-c)
604 no_create=yes ;;
605
606 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
607 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
608 no_recursion=yes ;;
609
610 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
611 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
612 | --oldin | --oldi | --old | --ol | --o)
613 ac_prev=oldincludedir ;;
614 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
615 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
616 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
617 oldincludedir="$ac_optarg" ;;
618
619 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
620 ac_prev=prefix ;;
621 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
622 prefix="$ac_optarg" ;;
623
624 -program-prefix | --program-prefix | --program-prefi | --program-pref \
625 | --program-pre | --program-pr | --program-p)
626 ac_prev=program_prefix ;;
627 -program-prefix=* | --program-prefix=* | --program-prefi=* \
628 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
629 program_prefix="$ac_optarg" ;;
630
631 -program-suffix | --program-suffix | --program-suffi | --program-suff \
632 | --program-suf | --program-su | --program-s)
633 ac_prev=program_suffix ;;
634 -program-suffix=* | --program-suffix=* | --program-suffi=* \
635 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
636 program_suffix="$ac_optarg" ;;
637
638 -program-transform-name | --program-transform-name \
639 | --program-transform-nam | --program-transform-na \
640 | --program-transform-n | --program-transform- \
641 | --program-transform | --program-transfor \
642 | --program-transfo | --program-transf \
643 | --program-trans | --program-tran \
644 | --progr-tra | --program-tr | --program-t)
645 ac_prev=program_transform_name ;;
646 -program-transform-name=* | --program-transform-name=* \
647 | --program-transform-nam=* | --program-transform-na=* \
648 | --program-transform-n=* | --program-transform-=* \
649 | --program-transform=* | --program-transfor=* \
650 | --program-transfo=* | --program-transf=* \
651 | --program-trans=* | --program-tran=* \
652 | --progr-tra=* | --program-tr=* | --program-t=*)
653 program_transform_name="$ac_optarg" ;;
654
655 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
656 | -silent | --silent | --silen | --sile | --sil)
657 silent=yes ;;
658
659 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
660 ac_prev=sbindir ;;
661 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
662 | --sbi=* | --sb=*)
663 sbindir="$ac_optarg" ;;
664
665 -sharedstatedir | --sharedstatedir | --sharedstatedi \
666 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
667 | --sharedst | --shareds | --shared | --share | --shar \
668 | --sha | --sh)
669 ac_prev=sharedstatedir ;;
670 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
671 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
672 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
673 | --sha=* | --sh=*)
674 sharedstatedir="$ac_optarg" ;;
675
676 -site | --site | --sit)
677 ac_prev=site ;;
678 -site=* | --site=* | --sit=*)
679 site="$ac_optarg" ;;
680
681 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
682 ac_prev=srcdir ;;
683 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
684 srcdir="$ac_optarg" ;;
685
686 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
687 | --syscon | --sysco | --sysc | --sys | --sy)
688 ac_prev=sysconfdir ;;
689 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
690 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
691 sysconfdir="$ac_optarg" ;;
692
693 -target | --target | --targe | --targ | --tar | --ta | --t)
694 ac_prev=target ;;
695 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
696 target="$ac_optarg" ;;
697
698 -v | -verbose | --verbose | --verbos | --verbo | --verb)
699 verbose=yes ;;
700
701 -version | --version | --versio | --versi | --vers)
702 echo "configure generated by autoconf version 2.13"
703 exit 0 ;;
704
705 -with-* | --with-*)
706 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
707 # Reject names that are not valid shell variable names.
708 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
709 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
710 fi
711 ac_package=`echo $ac_package| sed 's/-/_/g'`
712 case "$ac_option" in
713 *=*) ;;
714 *) ac_optarg=yes ;;
715 esac
716 eval "with_${ac_package}='$ac_optarg'" ;;
717
718 -without-* | --without-*)
719 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
720 # Reject names that are not valid shell variable names.
721 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
722 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
723 fi
724 ac_package=`echo $ac_package| sed 's/-/_/g'`
725 eval "with_${ac_package}=no" ;;
726
727 --x)
728 # Obsolete; use --with-x.
729 with_x=yes ;;
730
731 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
732 | --x-incl | --x-inc | --x-in | --x-i)
733 ac_prev=x_includes ;;
734 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
735 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
736 x_includes="$ac_optarg" ;;
737
738 -x-libraries | --x-libraries | --x-librarie | --x-librari \
739 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
740 ac_prev=x_libraries ;;
741 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
742 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
743 x_libraries="$ac_optarg" ;;
744
745 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
746 ;;
747
748 *)
749 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
750 echo "configure: warning: $ac_option: invalid host type" 1>&2
751 fi
752 if test "x$nonopt" != xNONE; then
753 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
754 fi
755 nonopt="$ac_option"
756 ;;
757
758 esac
759 done
760
761 if test -n "$ac_prev"; then
762 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
763 fi
764
765 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
766
767 # File descriptor usage:
768 # 0 standard input
769 # 1 file creation
770 # 2 errors and warnings
771 # 3 some systems may open it to /dev/tty
772 # 4 used on the Kubota Titan
773 # 6 checking for... messages and results
774 # 5 compiler messages saved in config.log
775 if test "$silent" = yes; then
776 exec 6>/dev/null
777 else
778 exec 6>&1
779 fi
780 exec 5>./config.log
781
782 echo "\
783 This file contains any messages produced by compilers while
784 running configure, to aid debugging if configure makes a mistake.
785 " 1>&5
786
787 # Strip out --no-create and --no-recursion so they do not pile up.
788 # Also quote any args containing shell metacharacters.
789 ac_configure_args=
790 for ac_arg
791 do
792 case "$ac_arg" in
793 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
794 | --no-cr | --no-c) ;;
795 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
796 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
797 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
798 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
799 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
800 esac
801 done
802
803 # NLS nuisances.
804 # Only set these to C if already set. These must not be set unconditionally
805 # because not all systems understand e.g. LANG=C (notably SCO).
806 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
807 # Non-C LC_CTYPE values break the ctype check.
808 if test "${LANG+set}" = set; then LANG=C; export LANG; fi
809 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
810 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
811 if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
812
813 # confdefs.h avoids OS command line length limits that DEFS can exceed.
814 rm -rf conftest* confdefs.h
815 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
816 echo > confdefs.h
817
818 # A filename unique to this package, relative to the directory that
819 # configure is in, which we can look for to find out if srcdir is correct.
820 ac_unique_file=wx-config.in
821
822 # Find the source files, if location was not specified.
823 if test -z "$srcdir"; then
824 ac_srcdir_defaulted=yes
825 # Try the directory containing this script, then its parent.
826 ac_prog=$0
827 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
828 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
829 srcdir=$ac_confdir
830 if test ! -r $srcdir/$ac_unique_file; then
831 srcdir=..
832 fi
833 else
834 ac_srcdir_defaulted=no
835 fi
836 if test ! -r $srcdir/$ac_unique_file; then
837 if test "$ac_srcdir_defaulted" = yes; then
838 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
839 else
840 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
841 fi
842 fi
843 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
844
845 # Prefer explicitly selected file to automatically selected ones.
846 if test -z "$CONFIG_SITE"; then
847 if test "x$prefix" != xNONE; then
848 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
849 else
850 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
851 fi
852 fi
853 for ac_site_file in $CONFIG_SITE; do
854 if test -r "$ac_site_file"; then
855 echo "loading site script $ac_site_file"
856 . "$ac_site_file"
857 fi
858 done
859
860 if test -r "$cache_file"; then
861 echo "loading cache $cache_file"
862 . $cache_file
863 else
864 echo "creating cache $cache_file"
865 > $cache_file
866 fi
867
868 ac_ext=c
869 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
870 ac_cpp='$CPP $CPPFLAGS'
871 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
872 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
873 cross_compiling=$ac_cv_prog_cc_cross
874
875 ac_exeext=
876 ac_objext=o
877 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
878 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
879 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
880 ac_n= ac_c='
881 ' ac_t=' '
882 else
883 ac_n=-n ac_c= ac_t=
884 fi
885 else
886 ac_n= ac_c='\c' ac_t=
887 fi
888
889
890
891 ac_aux_dir=
892 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
893 if test -f $ac_dir/install-sh; then
894 ac_aux_dir=$ac_dir
895 ac_install_sh="$ac_aux_dir/install-sh -c"
896 break
897 elif test -f $ac_dir/install.sh; then
898 ac_aux_dir=$ac_dir
899 ac_install_sh="$ac_aux_dir/install.sh -c"
900 break
901 fi
902 done
903 if test -z "$ac_aux_dir"; then
904 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
905 fi
906 ac_config_guess=$ac_aux_dir/config.guess
907 ac_config_sub=$ac_aux_dir/config.sub
908 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
909
910
911 # Do some error checking and defaulting for the host and target type.
912 # The inputs are:
913 # configure --host=HOST --target=TARGET --build=BUILD NONOPT
914 #
915 # The rules are:
916 # 1. You are not allowed to specify --host, --target, and nonopt at the
917 # same time.
918 # 2. Host defaults to nonopt.
919 # 3. If nonopt is not specified, then host defaults to the current host,
920 # as determined by config.guess.
921 # 4. Target and build default to nonopt.
922 # 5. If nonopt is not specified, then target and build default to host.
923
924 # The aliases save the names the user supplied, while $host etc.
925 # will get canonicalized.
926 case $host---$target---$nonopt in
927 NONE---*---* | *---NONE---* | *---*---NONE) ;;
928 *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
929 esac
930
931
932 # Make sure we can run config.sub.
933 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
934 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
935 fi
936
937 echo $ac_n "checking host system type""... $ac_c" 1>&6
938 echo "configure:939: checking host system type" >&5
939
940 host_alias=$host
941 case "$host_alias" in
942 NONE)
943 case $nonopt in
944 NONE)
945 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
946 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
947 fi ;;
948 *) host_alias=$nonopt ;;
949 esac ;;
950 esac
951
952 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
953 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
954 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
955 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
956 echo "$ac_t""$host" 1>&6
957
958 echo $ac_n "checking target system type""... $ac_c" 1>&6
959 echo "configure:960: checking target system type" >&5
960
961 target_alias=$target
962 case "$target_alias" in
963 NONE)
964 case $nonopt in
965 NONE) target_alias=$host_alias ;;
966 *) target_alias=$nonopt ;;
967 esac ;;
968 esac
969
970 target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
971 target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
972 target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
973 target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
974 echo "$ac_t""$target" 1>&6
975
976 echo $ac_n "checking build system type""... $ac_c" 1>&6
977 echo "configure:978: checking build system type" >&5
978
979 build_alias=$build
980 case "$build_alias" in
981 NONE)
982 case $nonopt in
983 NONE) build_alias=$host_alias ;;
984 *) build_alias=$nonopt ;;
985 esac ;;
986 esac
987
988 build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
989 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
990 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
991 build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
992 echo "$ac_t""$build" 1>&6
993
994 test "$host_alias" != "$target_alias" &&
995 test "$program_prefix$program_suffix$program_transform_name" = \
996 NONENONEs,x,x, &&
997 program_prefix=${target_alias}-
998
999
1000
1001 WX_MAJOR_VERSION_NUMBER=2
1002 WX_MINOR_VERSION_NUMBER=3
1003 WX_RELEASE_NUMBER=2
1004
1005 WX_VERSION=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER.$WX_RELEASE_NUMBER
1006 WX_RELEASE=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER
1007
1008 WX_CURRENT=1
1009 WX_REVISION=0
1010 WX_AGE=0
1011
1012
1013
1014 USE_UNIX=1
1015 USE_WIN32=0
1016 USE_BEOS=0
1017 USE_MAC=0
1018
1019 USE_LINUX=
1020 USE_SGI=
1021 USE_HPUX=
1022 USE_SYSV=
1023 USE_SVR4=
1024 USE_AIX=
1025 USE_SUN=
1026 USE_SOLARIS=
1027 USE_SUNOS=
1028 USE_ALPHA=
1029 USE_IA64=
1030 USE_OSF=
1031 USE_BSD=
1032 USE_DARWIN=
1033 USE_FREEBSD=
1034 USE_OPENBSD=
1035 USE_NETBSD=
1036 USE_VMS=
1037 USE_ULTRIX=
1038 USE_DATA_GENERAL=
1039
1040 NEEDS_D_REENTRANT_FOR_R_FUNCS=0
1041
1042 ALL_TOOLKITS="GTK MAC MGL MOTIF MSW PM WINE"
1043
1044 DEFAULT_wxUSE_GTK=0
1045 DEFAULT_wxUSE_MAC=0
1046 DEFAULT_wxUSE_MGL=0
1047 DEFAULT_wxUSE_MOTIF=0
1048 DEFAULT_wxUSE_MSW=0
1049 DEFAULT_wxUSE_PM=0
1050 DEFAULT_wxUSE_WINE=0
1051
1052 DEFAULT_DEFAULT_wxUSE_GTK=0
1053 DEFAULT_DEFAULT_wxUSE_MAC=0
1054 DEFAULT_DEFAULT_wxUSE_MGL=0
1055 DEFAULT_DEFAULT_wxUSE_MOTIF=0
1056 DEFAULT_DEFAULT_wxUSE_MSW=0
1057 DEFAULT_DEFAULT_wxUSE_PM=0
1058 DEFAULT_DEFAULT_wxUSE_WINE=0
1059
1060 PROGRAM_EXT=
1061 SO_SUFFIX=so
1062
1063 case "${host}" in
1064 *-hp-hpux* )
1065 USE_HPUX=1
1066 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1067 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1068 SO_SUFFIX=sl
1069 cat >> confdefs.h <<\EOF
1070 #define __HPUX__ 1
1071 EOF
1072
1073 ;;
1074 *-*-linux* )
1075 USE_LINUX=1
1076 cat >> confdefs.h <<\EOF
1077 #define __LINUX__ 1
1078 EOF
1079
1080 TMP=`uname -m`
1081 if test "x$TMP" = "xalpha"; then
1082 USE_ALPHA=1
1083 cat >> confdefs.h <<\EOF
1084 #define __ALPHA__ 1
1085 EOF
1086
1087 fi
1088 if test "x$TMP" = "xia64"; then
1089 USE_IA64=1
1090 cat >> confdefs.h <<\EOF
1091 #define __IA64__ 1
1092 EOF
1093
1094 fi
1095 DEFAULT_DEFAULT_wxUSE_GTK=1
1096 ;;
1097 *-*-irix5* | *-*-irix6* )
1098 USE_SGI=1
1099 USE_SVR4=1
1100 cat >> confdefs.h <<\EOF
1101 #define __SGI__ 1
1102 EOF
1103
1104 cat >> confdefs.h <<\EOF
1105 #define __SVR4__ 1
1106 EOF
1107
1108 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1109 ;;
1110 *-*-solaris2* )
1111 USE_SUN=1
1112 USE_SOLARIS=1
1113 USE_SVR4=1
1114 cat >> confdefs.h <<\EOF
1115 #define __SUN__ 1
1116 EOF
1117
1118 cat >> confdefs.h <<\EOF
1119 #define __SOLARIS__ 1
1120 EOF
1121
1122 cat >> confdefs.h <<\EOF
1123 #define __SVR4__ 1
1124 EOF
1125
1126 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1127 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1128 ;;
1129 *-*-sunos4* )
1130 USE_SUN=1
1131 USE_SUNOS=1
1132 USE_BSD=1
1133 cat >> confdefs.h <<\EOF
1134 #define __SUN__ 1
1135 EOF
1136
1137 cat >> confdefs.h <<\EOF
1138 #define __SUNOS__ 1
1139 EOF
1140
1141 cat >> confdefs.h <<\EOF
1142 #define __BSD__ 1
1143 EOF
1144
1145 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1146 ;;
1147 *-*-freebsd*)
1148 USE_BSD=1
1149 USE_FREEBSD=1
1150 cat >> confdefs.h <<\EOF
1151 #define __FREEBSD__ 1
1152 EOF
1153
1154 cat >> confdefs.h <<\EOF
1155 #define __BSD__ 1
1156 EOF
1157
1158 DEFAULT_DEFAULT_wxUSE_GTK=1
1159 ;;
1160 *-*-openbsd*)
1161 USE_BSD=1
1162 USE_OPENBSD=1
1163 cat >> confdefs.h <<\EOF
1164 #define __FREEBSD__ 1
1165 EOF
1166
1167 cat >> confdefs.h <<\EOF
1168 #define __OPENBSD__ 1
1169 EOF
1170
1171 DEFAULT_DEFAULT_wxUSE_GTK=1
1172 ;;
1173 *-*-netbsd*)
1174 USE_BSD=1
1175 USE_NETBSD=1
1176 cat >> confdefs.h <<\EOF
1177 #define __FREEBSD__ 1
1178 EOF
1179
1180 cat >> confdefs.h <<\EOF
1181 #define __NETBSD__ 1
1182 EOF
1183
1184 DEFAULT_DEFAULT_wxUSE_GTK=1
1185 ;;
1186 *-*-osf* )
1187 USE_ALPHA=1
1188 USE_OSF=1
1189 cat >> confdefs.h <<\EOF
1190 #define __ALPHA__ 1
1191 EOF
1192
1193 cat >> confdefs.h <<\EOF
1194 #define __OSF__ 1
1195 EOF
1196
1197 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1198 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1199 ;;
1200 *-*-dgux5* )
1201 USE_ALPHA=1
1202 USE_SVR4=1
1203 cat >> confdefs.h <<\EOF
1204 #define __ALPHA__ 1
1205 EOF
1206
1207 cat >> confdefs.h <<\EOF
1208 #define __SVR4__ 1
1209 EOF
1210
1211 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1212 ;;
1213 *-*-sysv5* )
1214 USE_SYSV=1
1215 USE_SVR4=1
1216 cat >> confdefs.h <<\EOF
1217 #define __SYSV__ 1
1218 EOF
1219
1220 cat >> confdefs.h <<\EOF
1221 #define __SVR4__ 1
1222 EOF
1223
1224 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1225 ;;
1226 *-*-aix* )
1227 USE_AIX=1
1228 USE_SYSV=1
1229 USE_SVR4=1
1230 cat >> confdefs.h <<\EOF
1231 #define __AIX__ 1
1232 EOF
1233
1234 cat >> confdefs.h <<\EOF
1235 #define __SYSV__ 1
1236 EOF
1237
1238 cat >> confdefs.h <<\EOF
1239 #define __SVR4__ 1
1240 EOF
1241
1242 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1243 ;;
1244
1245 *-*-cygwin* | *-*-mingw32* )
1246 USE_UNIX=0
1247 USE_WIN32=1
1248 SO_SUFFIX=dll
1249 cat >> confdefs.h <<\EOF
1250 #define __WIN32__ 1
1251 EOF
1252
1253 cat >> confdefs.h <<\EOF
1254 #define __WIN95__ 1
1255 EOF
1256
1257 cat >> confdefs.h <<\EOF
1258 #define __WINDOWS__ 1
1259 EOF
1260
1261 cat >> confdefs.h <<\EOF
1262 #define __GNUWIN32__ 1
1263 EOF
1264
1265 cat >> confdefs.h <<\EOF
1266 #define STRICT 1
1267 EOF
1268
1269 cat >> confdefs.h <<\EOF
1270 #define WINVER 0x0400
1271 EOF
1272
1273 PROGRAM_EXT=".exe"
1274 RESCOMP=windres
1275 DEFAULT_DEFAULT_wxUSE_MSW=1
1276 ;;
1277
1278 *-pc-os2_emx | *-pc-os2-emx )
1279 cat >> confdefs.h <<\EOF
1280 #define __EMX__ 1
1281 EOF
1282
1283 PROGRAM_EXT=".exe"
1284 DEFAULT_DEFAULT_wxUSE_PM=1
1285 ;;
1286
1287 powerpc-*-darwin* )
1288 USE_BSD=1
1289 USE_DARWIN=1
1290 SO_SUFFIX=dylib
1291 cat >> confdefs.h <<\EOF
1292 #define __BSD__ 1
1293 EOF
1294
1295 cat >> confdefs.h <<\EOF
1296 #define __DARWIN__ 1
1297 EOF
1298
1299 cat >> confdefs.h <<\EOF
1300 #define __POWERPC__ 1
1301 EOF
1302
1303 DEFAULT_DEFAULT_wxUSE_MAC=1
1304 ;;
1305
1306 *-*-beos* )
1307 USE_BEOS=1
1308 cat >> confdefs.h <<\EOF
1309 #define __BEOS__ 1
1310 EOF
1311
1312 ;;
1313
1314 *)
1315 { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; }
1316 esac
1317
1318 if test "$USE_UNIX" = 1 ; then
1319 wxUSE_UNIX=yes
1320 cat >> confdefs.h <<\EOF
1321 #define __UNIX__ 1
1322 EOF
1323
1324 fi
1325
1326 if test "$USE_LINUX" = 1; then
1327 echo $ac_n "checking for glibc 2.1 or later""... $ac_c" 1>&6
1328 echo "configure:1329: checking for glibc 2.1 or later" >&5
1329 if eval "test \"`echo '$''{'wx_lib_glibc21'+set}'`\" = set"; then
1330 echo $ac_n "(cached) $ac_c" 1>&6
1331 else
1332 cat > conftest.$ac_ext <<EOF
1333 #line 1334 "configure"
1334 #include "confdefs.h"
1335 #include <features.h>
1336 int main() {
1337
1338 #if !__GLIBC_PREREQ(2, 1)
1339 #error not glibc2.1
1340 #endif
1341
1342 ; return 0; }
1343 EOF
1344 if { (eval echo configure:1345: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1345 rm -rf conftest*
1346
1347 wx_lib_glibc21=yes
1348
1349 else
1350 echo "configure: failed program was:" >&5
1351 cat conftest.$ac_ext >&5
1352 rm -rf conftest*
1353
1354 wx_lib_glibc21=no
1355
1356
1357 fi
1358 rm -f conftest*
1359
1360 fi
1361
1362 echo "$ac_t""$wx_lib_glibc21" 1>&6
1363 if test "$wx_lib_glibc21" = "yes"; then
1364 cat >> confdefs.h <<\EOF
1365 #define wxHAVE_GLIBC2 1
1366 EOF
1367
1368 fi
1369 fi
1370
1371
1372
1373
1374 wx_arg_cache_file="configarg.cache"
1375 echo "loading argument cache $wx_arg_cache_file"
1376 rm -f ${wx_arg_cache_file}.tmp
1377 touch ${wx_arg_cache_file}.tmp
1378 touch ${wx_arg_cache_file}
1379
1380
1381 DEBUG_CONFIGURE=0
1382 if test $DEBUG_CONFIGURE = 1; then
1383 DEFAULT_wxUSE_UNIVERSAL=no
1384
1385 DEFAULT_wxUSE_THREADS=yes
1386
1387 DEFAULT_wxUSE_SHARED=yes
1388 DEFAULT_wxUSE_SONAME=no
1389 DEFAULT_wxUSE_OPTIMISE=no
1390 DEFAULT_wxUSE_PROFILE=no
1391 DEFAULT_wxUSE_NO_DEPS=no
1392 DEFAULT_wxUSE_NO_RTTI=yes
1393 DEFAULT_wxUSE_NO_EXCEPTIONS=yes
1394 DEFAULT_wxUSE_PERMISSIVE=no
1395 DEFAULT_wxUSE_DEBUG_FLAG=yes
1396 DEFAULT_wxUSE_DEBUG_INFO=yes
1397 DEFAULT_wxUSE_DEBUG_GDB=yes
1398 DEFAULT_wxUSE_MEM_TRACING=no
1399 DEFAULT_wxUSE_DEBUG_CONTEXT=no
1400 DEFAULT_wxUSE_DMALLOC=no
1401 DEFAULT_wxUSE_PRECOMP=yes
1402 DEFAULT_wxUSE_APPLE_IEEE=no
1403
1404 DEFAULT_wxUSE_LOG=yes
1405 DEFAULT_wxUSE_LOGWINDOW=no
1406 DEFAULT_wxUSE_LOGGUI=no
1407
1408 DEFAULT_wxUSE_GUI=yes
1409 DEFAULT_wxUSE_CONTROLS=no
1410
1411 DEFAULT_wxUSE_REGEX=no
1412 DEFAULT_wxUSE_ZLIB=no
1413 DEFAULT_wxUSE_LIBPNG=no
1414 DEFAULT_wxUSE_LIBJPEG=no
1415 DEFAULT_wxUSE_LIBTIFF=no
1416 DEFAULT_wxUSE_ODBC=no
1417 DEFAULT_wxUSE_FREETYPE=no
1418 DEFAULT_wxUSE_OPENGL=no
1419
1420 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=no
1421 DEFAULT_wxUSE_SNGLINST_CHECKER=no
1422 DEFAULT_wxUSE_STD_IOSTREAM=no
1423 DEFAULT_wxUSE_CMDLINE_PARSER=no
1424 DEFAULT_wxUSE_DATETIME=no
1425 DEFAULT_wxUSE_TIMEDATE=no
1426 DEFAULT_wxUSE_TIMER=no
1427 DEFAULT_wxUSE_STOPWATCH=no
1428 DEFAULT_wxUSE_FILE=no
1429 DEFAULT_wxUSE_FFILE=no
1430 DEFAULT_wxUSE_TEXTFILE=no
1431 DEFAULT_wxUSE_WAVE=no
1432 DEFAULT_wxUSE_INTL=no
1433 DEFAULT_wxUSE_CONFIG=no
1434 DEFAULT_wxUSE_FONTMAP=no
1435 DEFAULT_wxUSE_STREAMS=no
1436 DEFAULT_wxUSE_SOCKETS=no
1437 DEFAULT_wxUSE_DIALUP_MANAGER=no
1438 DEFAULT_wxUSE_SERIAL=no
1439 DEFAULT_wxUSE_JOYSTICK=no
1440 DEFAULT_wxUSE_DYNLIB_CLASS=no
1441 DEFAULT_wxUSE_LONGLONG=no
1442 DEFAULT_wxUSE_GEOMETRY=no
1443
1444 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no
1445 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no
1446 DEFAULT_wxUSE_POSTSCRIPT=no
1447
1448 DEFAULT_wxUSE_X_RESOURCES=no
1449 DEFAULT_wxUSE_CLIPBOARD=no
1450 DEFAULT_wxUSE_TOOLTIPS=no
1451 DEFAULT_wxUSE_DRAG_AND_DROP=no
1452 DEFAULT_wxUSE_DRAGIMAGE=no
1453 DEFAULT_wxUSE_SPLINES=no
1454
1455 DEFAULT_wxUSE_MDI_ARCHITECTURE=no
1456 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no
1457 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no
1458
1459 DEFAULT_wxUSE_PROLOGIO=no
1460 DEFAULT_wxUSE_RESOURCES=no
1461 DEFAULT_wxUSE_CONSTRAINTS=no
1462 DEFAULT_wxUSE_IPC=no
1463 DEFAULT_wxUSE_HELP=no
1464 DEFAULT_wxUSE_MS_HTML_HELP=no
1465 DEFAULT_wxUSE_WXHTML_HELP=no
1466 DEFAULT_wxUSE_TREELAYOUT=no
1467 DEFAULT_wxUSE_METAFILE=no
1468 DEFAULT_wxUSE_MIMETYPE=no
1469 DEFAULT_wxUSE_SYSTEM_OPTIONS=yes
1470
1471 DEFAULT_wxUSE_COMMONDLGS=no
1472 DEFAULT_wxUSE_CHOICEDLG=no
1473 DEFAULT_wxUSE_COLOURDLG=no
1474 DEFAULT_wxUSE_DIRDLG=no
1475 DEFAULT_wxUSE_FILEDLG=no
1476 DEFAULT_wxUSE_FINDREPLDLG=no
1477 DEFAULT_wxUSE_FONTDLG=no
1478 DEFAULT_wxUSE_MSGDLG=no
1479 DEFAULT_wxUSE_NUMBERDLG=no
1480 DEFAULT_wxUSE_TEXTDLG=no
1481 DEFAULT_wxUSE_SPLASH=no
1482 DEFAULT_wxUSE_STARTUP_TIPS=no
1483 DEFAULT_wxUSE_PROGRESSDLG=no
1484 DEFAULT_wxUSE_WIZARDDLG=no
1485
1486 DEFAULT_wxUSE_MENUS=no
1487 DEFAULT_wxUSE_MINIFRAME=no
1488 DEFAULT_wxUSE_HTML=no
1489 DEFAULT_wxUSE_FILESYSTEM=no
1490 DEFAULT_wxUSE_FS_INET=no
1491 DEFAULT_wxUSE_FS_ZIP=no
1492 DEFAULT_wxUSE_BUSYINFO=no
1493 DEFAULT_wxUSE_ZIPSTREAM=no
1494 DEFAULT_wxUSE_VALIDATORS=no
1495
1496 DEFAULT_wxUSE_ACCEL=no
1497 DEFAULT_wxUSE_BUTTON=no
1498 DEFAULT_wxUSE_BMPBUTTON=no
1499 DEFAULT_wxUSE_CALCTRL=no
1500 DEFAULT_wxUSE_CARET=no
1501 DEFAULT_wxUSE_CHECKBOX=no
1502 DEFAULT_wxUSE_CHECKLST=no
1503 DEFAULT_wxUSE_CHOICE=no
1504 DEFAULT_wxUSE_COMBOBOX=no
1505 DEFAULT_wxUSE_GAUGE=no
1506 DEFAULT_wxUSE_GRID=no
1507 DEFAULT_wxUSE_NEW_GRID=no
1508 DEFAULT_wxUSE_IMAGLIST=no
1509 DEFAULT_wxUSE_LISTBOX=no
1510 DEFAULT_wxUSE_LISTCTRL=no
1511 DEFAULT_wxUSE_NOTEBOOK=no
1512 DEFAULT_wxUSE_PROPSHEET=no
1513 DEFAULT_wxUSE_RADIOBOX=no
1514 DEFAULT_wxUSE_RADIOBTN=no
1515 DEFAULT_wxUSE_SASH=no
1516 DEFAULT_wxUSE_SCROLLBAR=no
1517 DEFAULT_wxUSE_SLIDER=no
1518 DEFAULT_wxUSE_SPINBTN=no
1519 DEFAULT_wxUSE_SPINCTRL=no
1520 DEFAULT_wxUSE_SPLITTER=no
1521 DEFAULT_wxUSE_STATBMP=no
1522 DEFAULT_wxUSE_STATBOX=no
1523 DEFAULT_wxUSE_STATLINE=no
1524 DEFAULT_wxUSE_STATTEXT=no
1525 DEFAULT_wxUSE_STATUSBAR=yes
1526 DEFAULT_wxUSE_TABDIALOG=no
1527 DEFAULT_wxUSE_TEXTCTRL=no
1528 DEFAULT_wxUSE_TOGGLEBTN=no
1529 DEFAULT_wxUSE_TOOLBAR=no
1530 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
1531 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
1532 DEFAULT_wxUSE_TREECTRL=no
1533 DEFAULT_wxUSE_POPUPWIN=no
1534
1535 DEFAULT_wxUSE_UNICODE=no
1536 DEFAULT_wxUSE_WCSRTOMBS=no
1537
1538 DEFAULT_wxUSE_PALETTE=no
1539 DEFAULT_wxUSE_IMAGE=no
1540 DEFAULT_wxUSE_GIF=no
1541 DEFAULT_wxUSE_PCX=no
1542 DEFAULT_wxUSE_PNM=no
1543 DEFAULT_wxUSE_XPM=no
1544 else
1545 DEFAULT_wxUSE_UNIVERSAL=no
1546
1547 DEFAULT_wxUSE_THREADS=yes
1548
1549 DEFAULT_wxUSE_SHARED=yes
1550 DEFAULT_wxUSE_SONAME=no
1551 DEFAULT_wxUSE_OPTIMISE=yes
1552 DEFAULT_wxUSE_PROFILE=no
1553 DEFAULT_wxUSE_NO_DEPS=no
1554 DEFAULT_wxUSE_NO_RTTI=yes
1555 DEFAULT_wxUSE_NO_EXCEPTIONS=yes
1556 DEFAULT_wxUSE_PERMISSIVE=no
1557 DEFAULT_wxUSE_DEBUG_FLAG=no
1558 DEFAULT_wxUSE_DEBUG_INFO=no
1559 DEFAULT_wxUSE_DEBUG_GDB=no
1560 DEFAULT_wxUSE_MEM_TRACING=no
1561 DEFAULT_wxUSE_DEBUG_CONTEXT=no
1562 DEFAULT_wxUSE_DMALLOC=no
1563 DEFAULT_wxUSE_PRECOMP=yes
1564 DEFAULT_wxUSE_APPLE_IEEE=yes
1565
1566 DEFAULT_wxUSE_LOG=yes
1567 DEFAULT_wxUSE_LOGWINDOW=yes
1568 DEFAULT_wxUSE_LOGGUI=yes
1569
1570 DEFAULT_wxUSE_GUI=yes
1571
1572 DEFAULT_wxUSE_REGEX=yes
1573 DEFAULT_wxUSE_ZLIB=yes
1574 DEFAULT_wxUSE_LIBPNG=yes
1575 DEFAULT_wxUSE_LIBJPEG=yes
1576 DEFAULT_wxUSE_LIBTIFF=yes
1577 DEFAULT_wxUSE_ODBC=no
1578 DEFAULT_wxUSE_FREETYPE=no
1579 DEFAULT_wxUSE_OPENGL=no
1580
1581 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=yes
1582 DEFAULT_wxUSE_SNGLINST_CHECKER=yes
1583 DEFAULT_wxUSE_STD_IOSTREAM=no
1584 DEFAULT_wxUSE_CMDLINE_PARSER=yes
1585 DEFAULT_wxUSE_DATETIME=yes
1586 DEFAULT_wxUSE_TIMEDATE=no
1587 DEFAULT_wxUSE_TIMER=yes
1588 DEFAULT_wxUSE_STOPWATCH=yes
1589 DEFAULT_wxUSE_FILE=yes
1590 DEFAULT_wxUSE_FFILE=yes
1591 DEFAULT_wxUSE_TEXTFILE=yes
1592 DEFAULT_wxUSE_WAVE=no
1593 DEFAULT_wxUSE_INTL=yes
1594 DEFAULT_wxUSE_CONFIG=yes
1595 DEFAULT_wxUSE_FONTMAP=yes
1596 DEFAULT_wxUSE_STREAMS=yes
1597 DEFAULT_wxUSE_SOCKETS=yes
1598 DEFAULT_wxUSE_DIALUP_MANAGER=yes
1599 DEFAULT_wxUSE_SERIAL=yes
1600 DEFAULT_wxUSE_JOYSTICK=yes
1601 DEFAULT_wxUSE_DYNLIB_CLASS=yes
1602 DEFAULT_wxUSE_LONGLONG=yes
1603 DEFAULT_wxUSE_GEOMETRY=yes
1604
1605 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes
1606 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes
1607 DEFAULT_wxUSE_POSTSCRIPT=yes
1608
1609 DEFAULT_wxUSE_X_RESOURCES=no
1610 DEFAULT_wxUSE_CLIPBOARD=yes
1611 DEFAULT_wxUSE_TOOLTIPS=yes
1612 DEFAULT_wxUSE_DRAG_AND_DROP=yes
1613 DEFAULT_wxUSE_DRAGIMAGE=yes
1614 DEFAULT_wxUSE_SPLINES=yes
1615
1616 DEFAULT_wxUSE_MDI_ARCHITECTURE=yes
1617 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes
1618 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes
1619
1620 DEFAULT_wxUSE_PROLOGIO=yes
1621 DEFAULT_wxUSE_RESOURCES=yes
1622 DEFAULT_wxUSE_CONSTRAINTS=yes
1623 DEFAULT_wxUSE_IPC=yes
1624 DEFAULT_wxUSE_HELP=yes
1625 DEFAULT_wxUSE_MS_HTML_HELP=yes
1626 DEFAULT_wxUSE_WXHTML_HELP=yes
1627 DEFAULT_wxUSE_TREELAYOUT=yes
1628 DEFAULT_wxUSE_METAFILE=yes
1629 DEFAULT_wxUSE_MIMETYPE=yes
1630 DEFAULT_wxUSE_SYSTEM_OPTIONS=yes
1631
1632 DEFAULT_wxUSE_COMMONDLGS=yes
1633 DEFAULT_wxUSE_CHOICEDLG=yes
1634 DEFAULT_wxUSE_COLOURDLG=yes
1635 DEFAULT_wxUSE_DIRDLG=yes
1636 DEFAULT_wxUSE_FILEDLG=yes
1637 DEFAULT_wxUSE_FINDREPLDLG=yes
1638 DEFAULT_wxUSE_FONTDLG=yes
1639 DEFAULT_wxUSE_MSGDLG=yes
1640 DEFAULT_wxUSE_NUMBERDLG=yes
1641 DEFAULT_wxUSE_TEXTDLG=yes
1642 DEFAULT_wxUSE_SPLASH=yes
1643 DEFAULT_wxUSE_STARTUP_TIPS=yes
1644 DEFAULT_wxUSE_PROGRESSDLG=yes
1645 DEFAULT_wxUSE_WIZARDDLG=yes
1646
1647 DEFAULT_wxUSE_MENUS=yes
1648 DEFAULT_wxUSE_MINIFRAME=yes
1649 DEFAULT_wxUSE_HTML=yes
1650 DEFAULT_wxUSE_FILESYSTEM=yes
1651 DEFAULT_wxUSE_FS_INET=yes
1652 DEFAULT_wxUSE_FS_ZIP=yes
1653 DEFAULT_wxUSE_BUSYINFO=yes
1654 DEFAULT_wxUSE_ZIPSTREAM=yes
1655 DEFAULT_wxUSE_VALIDATORS=yes
1656
1657 DEFAULT_wxUSE_ACCEL=yes
1658 DEFAULT_wxUSE_BUTTON=yes
1659 DEFAULT_wxUSE_BMPBUTTON=yes
1660 DEFAULT_wxUSE_CALCTRL=yes
1661 DEFAULT_wxUSE_CARET=yes
1662 DEFAULT_wxUSE_CHECKBOX=yes
1663 DEFAULT_wxUSE_CHECKLST=yes
1664 DEFAULT_wxUSE_CHOICE=yes
1665 DEFAULT_wxUSE_COMBOBOX=yes
1666 DEFAULT_wxUSE_GAUGE=yes
1667 DEFAULT_wxUSE_GRID=yes
1668 DEFAULT_wxUSE_NEW_GRID=yes
1669 DEFAULT_wxUSE_IMAGLIST=yes
1670 DEFAULT_wxUSE_LISTBOX=yes
1671 DEFAULT_wxUSE_LISTCTRL=yes
1672 DEFAULT_wxUSE_NOTEBOOK=yes
1673 DEFAULT_wxUSE_PROPSHEET=yes
1674 DEFAULT_wxUSE_RADIOBOX=yes
1675 DEFAULT_wxUSE_RADIOBTN=yes
1676 DEFAULT_wxUSE_SASH=yes
1677 DEFAULT_wxUSE_SCROLLBAR=yes
1678 DEFAULT_wxUSE_SLIDER=yes
1679 DEFAULT_wxUSE_SPINBTN=yes
1680 DEFAULT_wxUSE_SPINCTRL=yes
1681 DEFAULT_wxUSE_SPLITTER=yes
1682 DEFAULT_wxUSE_STATBMP=yes
1683 DEFAULT_wxUSE_STATBOX=yes
1684 DEFAULT_wxUSE_STATLINE=yes
1685 DEFAULT_wxUSE_STATTEXT=yes
1686 DEFAULT_wxUSE_STATUSBAR=yes
1687 DEFAULT_wxUSE_TABDIALOG=no
1688 DEFAULT_wxUSE_TEXTCTRL=yes
1689 DEFAULT_wxUSE_TOGGLEBTN=yes
1690 DEFAULT_wxUSE_TOOLBAR=yes
1691 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
1692 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
1693 DEFAULT_wxUSE_TREECTRL=yes
1694 DEFAULT_wxUSE_POPUPWIN=yes
1695
1696 DEFAULT_wxUSE_UNICODE=no
1697 DEFAULT_wxUSE_WCSRTOMBS=no
1698
1699 DEFAULT_wxUSE_PALETTE=yes
1700 DEFAULT_wxUSE_IMAGE=yes
1701 DEFAULT_wxUSE_GIF=yes
1702 DEFAULT_wxUSE_PCX=yes
1703 DEFAULT_wxUSE_PNM=yes
1704 DEFAULT_wxUSE_XPM=yes
1705 fi
1706
1707
1708
1709 for toolkit in `echo $ALL_TOOLKITS`; do
1710 LINE=`grep "wxUSE_$toolkit" ${wx_arg_cache_file}`
1711 if test "x$LINE" != x ; then
1712 has_toolkit_in_cache=1
1713 eval "DEFAULT_$LINE"
1714 eval "CACHE_$toolkit=1"
1715 fi
1716 done
1717
1718
1719
1720 echo $ac_n "checking for --enable-gui""... $ac_c" 1>&6
1721 echo "configure:1722: checking for --enable-gui" >&5
1722 no_cache=0
1723 # Check whether --enable-gui or --disable-gui was given.
1724 if test "${enable_gui+set}" = set; then
1725 enableval="$enable_gui"
1726
1727 if test "$enableval" = yes; then
1728 ac_cv_use_gui='wxUSE_GUI=yes'
1729 else
1730 ac_cv_use_gui='wxUSE_GUI=no'
1731 fi
1732
1733 else
1734
1735 LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
1736 if test "x$LINE" != x ; then
1737 eval "DEFAULT_$LINE"
1738 else
1739 no_cache=1
1740 fi
1741
1742 ac_cv_use_gui='wxUSE_GUI='$DEFAULT_wxUSE_GUI
1743
1744 fi
1745
1746
1747 eval "$ac_cv_use_gui"
1748 if test "$no_cache" != 1; then
1749 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
1750 fi
1751
1752 if test "$wxUSE_GUI" = yes; then
1753 echo "$ac_t""yes" 1>&6
1754 else
1755 echo "$ac_t""no" 1>&6
1756 fi
1757
1758
1759 if test "$wxUSE_GUI" = "yes"; then
1760
1761
1762 echo $ac_n "checking for --enable-universal""... $ac_c" 1>&6
1763 echo "configure:1764: checking for --enable-universal" >&5
1764 no_cache=0
1765 # Check whether --enable-universal or --disable-universal was given.
1766 if test "${enable_universal+set}" = set; then
1767 enableval="$enable_universal"
1768
1769 if test "$enableval" = yes; then
1770 ac_cv_use_universal='wxUSE_UNIVERSAL=yes'
1771 else
1772 ac_cv_use_universal='wxUSE_UNIVERSAL=no'
1773 fi
1774
1775 else
1776
1777 LINE=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
1778 if test "x$LINE" != x ; then
1779 eval "DEFAULT_$LINE"
1780 else
1781 no_cache=1
1782 fi
1783
1784 ac_cv_use_universal='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL
1785
1786 fi
1787
1788
1789 eval "$ac_cv_use_universal"
1790 if test "$no_cache" != 1; then
1791 echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
1792 fi
1793
1794 if test "$wxUSE_UNIVERSAL" = yes; then
1795 echo "$ac_t""yes" 1>&6
1796 else
1797 echo "$ac_t""no" 1>&6
1798 fi
1799
1800 # Check whether --with-gtk or --without-gtk was given.
1801 if test "${with_gtk+set}" = set; then
1802 withval="$with_gtk"
1803 wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
1804 fi
1805
1806 # Check whether --with-motif or --without-motif was given.
1807 if test "${with_motif+set}" = set; then
1808 withval="$with_motif"
1809 wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
1810 fi
1811
1812 # Check whether --with-mac or --without-mac was given.
1813 if test "${with_mac+set}" = set; then
1814 withval="$with_mac"
1815 wxUSE_MAC="$withval" TOOLKIT_GIVEN=1
1816 fi
1817
1818 # Check whether --with-wine or --without-wine was given.
1819 if test "${with_wine+set}" = set; then
1820 withval="$with_wine"
1821 wxUSE_WINE="$withval" CACHE_WINE=1 TOOLKIT_GIVEN=1
1822 fi
1823
1824 # Check whether --with-msw or --without-msw was given.
1825 if test "${with_msw+set}" = set; then
1826 withval="$with_msw"
1827 wxUSE_MSW="$withval" CACHE_MSW TOOLKIT_GIVEN=1
1828 fi
1829
1830 # Check whether --with-pm or --without-pm was given.
1831 if test "${with_pm+set}" = set; then
1832 withval="$with_pm"
1833 wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
1834 fi
1835
1836 # Check whether --with-mgl or --without-mgl was given.
1837 if test "${with_mgl+set}" = set; then
1838 withval="$with_mgl"
1839 wxUSE_MGL="$withval" CACHE_MGL=1 TOOLKIT_GIVEN=1
1840 fi
1841
1842
1843 # Check whether --enable-gtk2 or --disable-gtk2 was given.
1844 if test "${enable_gtk2+set}" = set; then
1845 enableval="$enable_gtk2"
1846 wxUSE_GTK2=1
1847 else
1848 wxUSE_GTK2=0
1849 fi
1850
1851
1852
1853 echo $ac_n "checking for --with-libpng""... $ac_c" 1>&6
1854 echo "configure:1855: checking for --with-libpng" >&5
1855 no_cache=0
1856 # Check whether --with-libpng or --without-libpng was given.
1857 if test "${with_libpng+set}" = set; then
1858 withval="$with_libpng"
1859
1860 if test "$withval" = yes; then
1861 ac_cv_use_libpng='wxUSE_LIBPNG=yes'
1862 elif test "$withval" = no; then
1863 ac_cv_use_libpng='wxUSE_LIBPNG=no'
1864 elif test "$withval" = sys; then
1865 ac_cv_use_libpng='wxUSE_LIBPNG=sys'
1866 elif test "$withval" = builtin; then
1867 ac_cv_use_libpng='wxUSE_LIBPNG=builtin'
1868 else
1869 { echo "configure: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" 1>&2; exit 1; }
1870 fi
1871
1872 else
1873
1874 LINE=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
1875 if test "x$LINE" != x ; then
1876 eval "DEFAULT_$LINE"
1877 else
1878 no_cache=1
1879 fi
1880
1881 ac_cv_use_libpng='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
1882
1883 fi
1884
1885
1886 eval "$ac_cv_use_libpng"
1887 if test "$no_cache" != 1; then
1888 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
1889 fi
1890
1891 if test "$wxUSE_LIBPNG" = yes; then
1892 echo "$ac_t""yes" 1>&6
1893 elif test "$wxUSE_LIBPNG" = no; then
1894 echo "$ac_t""no" 1>&6
1895 elif test "$wxUSE_LIBPNG" = sys; then
1896 echo "$ac_t""system version" 1>&6
1897 elif test "$wxUSE_LIBPNG" = builtin; then
1898 echo "$ac_t""builtin version" 1>&6
1899 else
1900 { echo "configure: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" 1>&2; exit 1; }
1901 fi
1902
1903
1904 echo $ac_n "checking for --with-libjpeg""... $ac_c" 1>&6
1905 echo "configure:1906: checking for --with-libjpeg" >&5
1906 no_cache=0
1907 # Check whether --with-libjpeg or --without-libjpeg was given.
1908 if test "${with_libjpeg+set}" = set; then
1909 withval="$with_libjpeg"
1910
1911 if test "$withval" = yes; then
1912 ac_cv_use_libjpeg='wxUSE_LIBJPEG=yes'
1913 elif test "$withval" = no; then
1914 ac_cv_use_libjpeg='wxUSE_LIBJPEG=no'
1915 elif test "$withval" = sys; then
1916 ac_cv_use_libjpeg='wxUSE_LIBJPEG=sys'
1917 elif test "$withval" = builtin; then
1918 ac_cv_use_libjpeg='wxUSE_LIBJPEG=builtin'
1919 else
1920 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" 1>&2; exit 1; }
1921 fi
1922
1923 else
1924
1925 LINE=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
1926 if test "x$LINE" != x ; then
1927 eval "DEFAULT_$LINE"
1928 else
1929 no_cache=1
1930 fi
1931
1932 ac_cv_use_libjpeg='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
1933
1934 fi
1935
1936
1937 eval "$ac_cv_use_libjpeg"
1938 if test "$no_cache" != 1; then
1939 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
1940 fi
1941
1942 if test "$wxUSE_LIBJPEG" = yes; then
1943 echo "$ac_t""yes" 1>&6
1944 elif test "$wxUSE_LIBJPEG" = no; then
1945 echo "$ac_t""no" 1>&6
1946 elif test "$wxUSE_LIBJPEG" = sys; then
1947 echo "$ac_t""system version" 1>&6
1948 elif test "$wxUSE_LIBJPEG" = builtin; then
1949 echo "$ac_t""builtin version" 1>&6
1950 else
1951 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" 1>&2; exit 1; }
1952 fi
1953
1954
1955 echo $ac_n "checking for --with-libtiff""... $ac_c" 1>&6
1956 echo "configure:1957: checking for --with-libtiff" >&5
1957 no_cache=0
1958 # Check whether --with-libtiff or --without-libtiff was given.
1959 if test "${with_libtiff+set}" = set; then
1960 withval="$with_libtiff"
1961
1962 if test "$withval" = yes; then
1963 ac_cv_use_libtiff='wxUSE_LIBTIFF=yes'
1964 elif test "$withval" = no; then
1965 ac_cv_use_libtiff='wxUSE_LIBTIFF=no'
1966 elif test "$withval" = sys; then
1967 ac_cv_use_libtiff='wxUSE_LIBTIFF=sys'
1968 elif test "$withval" = builtin; then
1969 ac_cv_use_libtiff='wxUSE_LIBTIFF=builtin'
1970 else
1971 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" 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 elif test "$wxUSE_LIBTIFF" = builtin; then
2000 echo "$ac_t""builtin version" 1>&6
2001 else
2002 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2003 fi
2004
2005
2006 echo $ac_n "checking for --with-freetype""... $ac_c" 1>&6
2007 echo "configure:2008: checking for --with-freetype" >&5
2008 no_cache=0
2009 # Check whether --with-freetype or --without-freetype was given.
2010 if test "${with_freetype+set}" = set; then
2011 withval="$with_freetype"
2012
2013 if test "$withval" = yes; then
2014 ac_cv_use_freetype='wxUSE_FREETYPE=yes'
2015 elif test "$withval" = no; then
2016 ac_cv_use_freetype='wxUSE_FREETYPE=no'
2017 elif test "$withval" = sys; then
2018 ac_cv_use_freetype='wxUSE_FREETYPE=sys'
2019 elif test "$withval" = builtin; then
2020 ac_cv_use_freetype='wxUSE_FREETYPE=builtin'
2021 else
2022 { echo "configure: error: Invalid value for --with-freetype: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2023 fi
2024
2025 else
2026
2027 LINE=`grep "wxUSE_FREETYPE" ${wx_arg_cache_file}`
2028 if test "x$LINE" != x ; then
2029 eval "DEFAULT_$LINE"
2030 else
2031 no_cache=1
2032 fi
2033
2034 ac_cv_use_freetype='wxUSE_FREETYPE='$DEFAULT_wxUSE_FREETYPE
2035
2036 fi
2037
2038
2039 eval "$ac_cv_use_freetype"
2040 if test "$no_cache" != 1; then
2041 echo $ac_cv_use_freetype >> ${wx_arg_cache_file}.tmp
2042 fi
2043
2044 if test "$wxUSE_FREETYPE" = yes; then
2045 echo "$ac_t""yes" 1>&6
2046 elif test "$wxUSE_FREETYPE" = no; then
2047 echo "$ac_t""no" 1>&6
2048 elif test "$wxUSE_FREETYPE" = sys; then
2049 echo "$ac_t""system version" 1>&6
2050 elif test "$wxUSE_FREETYPE" = builtin; then
2051 echo "$ac_t""builtin version" 1>&6
2052 else
2053 { echo "configure: error: Invalid value for --with-freetype: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2054 fi
2055
2056
2057 echo $ac_n "checking for --with-opengl""... $ac_c" 1>&6
2058 echo "configure:2059: checking for --with-opengl" >&5
2059 no_cache=0
2060 # Check whether --with-opengl or --without-opengl was given.
2061 if test "${with_opengl+set}" = set; then
2062 withval="$with_opengl"
2063
2064 if test "$withval" = yes; then
2065 ac_cv_use_opengl='wxUSE_OPENGL=yes'
2066 else
2067 ac_cv_use_opengl='wxUSE_OPENGL=no'
2068 fi
2069
2070 else
2071
2072 LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
2073 if test "x$LINE" != x ; then
2074 eval "DEFAULT_$LINE"
2075 else
2076 no_cache=1
2077 fi
2078
2079 ac_cv_use_opengl='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
2080
2081 fi
2082
2083
2084 eval "$ac_cv_use_opengl"
2085 if test "$no_cache" != 1; then
2086 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
2087 fi
2088
2089 if test "$wxUSE_OPENGL" = yes; then
2090 echo "$ac_t""yes" 1>&6
2091 else
2092 echo "$ac_t""no" 1>&6
2093 fi
2094
2095
2096 fi
2097
2098
2099 echo $ac_n "checking for --with-dmalloc""... $ac_c" 1>&6
2100 echo "configure:2101: checking for --with-dmalloc" >&5
2101 no_cache=0
2102 # Check whether --with-dmalloc or --without-dmalloc was given.
2103 if test "${with_dmalloc+set}" = set; then
2104 withval="$with_dmalloc"
2105
2106 if test "$withval" = yes; then
2107 ac_cv_use_dmalloc='wxUSE_DMALLOC=yes'
2108 else
2109 ac_cv_use_dmalloc='wxUSE_DMALLOC=no'
2110 fi
2111
2112 else
2113
2114 LINE=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
2115 if test "x$LINE" != x ; then
2116 eval "DEFAULT_$LINE"
2117 else
2118 no_cache=1
2119 fi
2120
2121 ac_cv_use_dmalloc='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
2122
2123 fi
2124
2125
2126 eval "$ac_cv_use_dmalloc"
2127 if test "$no_cache" != 1; then
2128 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
2129 fi
2130
2131 if test "$wxUSE_DMALLOC" = yes; then
2132 echo "$ac_t""yes" 1>&6
2133 else
2134 echo "$ac_t""no" 1>&6
2135 fi
2136
2137
2138 echo $ac_n "checking for --with-regex""... $ac_c" 1>&6
2139 echo "configure:2140: checking for --with-regex" >&5
2140 no_cache=0
2141 # Check whether --with-regex or --without-regex was given.
2142 if test "${with_regex+set}" = set; then
2143 withval="$with_regex"
2144
2145 if test "$withval" = yes; then
2146 ac_cv_use_regex='wxUSE_REGEX=yes'
2147 elif test "$withval" = no; then
2148 ac_cv_use_regex='wxUSE_REGEX=no'
2149 elif test "$withval" = sys; then
2150 ac_cv_use_regex='wxUSE_REGEX=sys'
2151 elif test "$withval" = builtin; then
2152 ac_cv_use_regex='wxUSE_REGEX=builtin'
2153 else
2154 { echo "configure: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2155 fi
2156
2157 else
2158
2159 LINE=`grep "wxUSE_REGEX" ${wx_arg_cache_file}`
2160 if test "x$LINE" != x ; then
2161 eval "DEFAULT_$LINE"
2162 else
2163 no_cache=1
2164 fi
2165
2166 ac_cv_use_regex='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX
2167
2168 fi
2169
2170
2171 eval "$ac_cv_use_regex"
2172 if test "$no_cache" != 1; then
2173 echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
2174 fi
2175
2176 if test "$wxUSE_REGEX" = yes; then
2177 echo "$ac_t""yes" 1>&6
2178 elif test "$wxUSE_REGEX" = no; then
2179 echo "$ac_t""no" 1>&6
2180 elif test "$wxUSE_REGEX" = sys; then
2181 echo "$ac_t""system version" 1>&6
2182 elif test "$wxUSE_REGEX" = builtin; then
2183 echo "$ac_t""builtin version" 1>&6
2184 else
2185 { echo "configure: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2186 fi
2187
2188
2189 echo $ac_n "checking for --with-zlib""... $ac_c" 1>&6
2190 echo "configure:2191: checking for --with-zlib" >&5
2191 no_cache=0
2192 # Check whether --with-zlib or --without-zlib was given.
2193 if test "${with_zlib+set}" = set; then
2194 withval="$with_zlib"
2195
2196 if test "$withval" = yes; then
2197 ac_cv_use_zlib='wxUSE_ZLIB=yes'
2198 elif test "$withval" = no; then
2199 ac_cv_use_zlib='wxUSE_ZLIB=no'
2200 elif test "$withval" = sys; then
2201 ac_cv_use_zlib='wxUSE_ZLIB=sys'
2202 elif test "$withval" = builtin; then
2203 ac_cv_use_zlib='wxUSE_ZLIB=builtin'
2204 else
2205 { echo "configure: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2206 fi
2207
2208 else
2209
2210 LINE=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
2211 if test "x$LINE" != x ; then
2212 eval "DEFAULT_$LINE"
2213 else
2214 no_cache=1
2215 fi
2216
2217 ac_cv_use_zlib='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
2218
2219 fi
2220
2221
2222 eval "$ac_cv_use_zlib"
2223 if test "$no_cache" != 1; then
2224 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
2225 fi
2226
2227 if test "$wxUSE_ZLIB" = yes; then
2228 echo "$ac_t""yes" 1>&6
2229 elif test "$wxUSE_ZLIB" = no; then
2230 echo "$ac_t""no" 1>&6
2231 elif test "$wxUSE_ZLIB" = sys; then
2232 echo "$ac_t""system version" 1>&6
2233 elif test "$wxUSE_ZLIB" = builtin; then
2234 echo "$ac_t""builtin version" 1>&6
2235 else
2236 { echo "configure: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2237 fi
2238
2239
2240 echo $ac_n "checking for --with-odbc""... $ac_c" 1>&6
2241 echo "configure:2242: checking for --with-odbc" >&5
2242 no_cache=0
2243 # Check whether --with-odbc or --without-odbc was given.
2244 if test "${with_odbc+set}" = set; then
2245 withval="$with_odbc"
2246
2247 if test "$withval" = yes; then
2248 ac_cv_use_odbc='wxUSE_ODBC=yes'
2249 else
2250 ac_cv_use_odbc='wxUSE_ODBC=no'
2251 fi
2252
2253 else
2254
2255 LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
2256 if test "x$LINE" != x ; then
2257 eval "DEFAULT_$LINE"
2258 else
2259 no_cache=1
2260 fi
2261
2262 ac_cv_use_odbc='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
2263
2264 fi
2265
2266
2267 eval "$ac_cv_use_odbc"
2268 if test "$no_cache" != 1; then
2269 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
2270 fi
2271
2272 if test "$wxUSE_ODBC" = yes; then
2273 echo "$ac_t""yes" 1>&6
2274 else
2275 echo "$ac_t""no" 1>&6
2276 fi
2277
2278
2279
2280
2281 echo $ac_n "checking for --enable-shared""... $ac_c" 1>&6
2282 echo "configure:2283: checking for --enable-shared" >&5
2283 no_cache=0
2284 # Check whether --enable-shared or --disable-shared was given.
2285 if test "${enable_shared+set}" = set; then
2286 enableval="$enable_shared"
2287
2288 if test "$enableval" = yes; then
2289 ac_cv_use_shared='wxUSE_SHARED=yes'
2290 else
2291 ac_cv_use_shared='wxUSE_SHARED=no'
2292 fi
2293
2294 else
2295
2296 LINE=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
2297 if test "x$LINE" != x ; then
2298 eval "DEFAULT_$LINE"
2299 else
2300 no_cache=1
2301 fi
2302
2303 ac_cv_use_shared='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
2304
2305 fi
2306
2307
2308 eval "$ac_cv_use_shared"
2309 if test "$no_cache" != 1; then
2310 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
2311 fi
2312
2313 if test "$wxUSE_SHARED" = yes; then
2314 echo "$ac_t""yes" 1>&6
2315 else
2316 echo "$ac_t""no" 1>&6
2317 fi
2318
2319
2320 echo $ac_n "checking for --enable-soname""... $ac_c" 1>&6
2321 echo "configure:2322: checking for --enable-soname" >&5
2322 no_cache=0
2323 # Check whether --enable-soname or --disable-soname was given.
2324 if test "${enable_soname+set}" = set; then
2325 enableval="$enable_soname"
2326
2327 if test "$enableval" = yes; then
2328 ac_cv_use_soname='wxUSE_SONAME=yes'
2329 else
2330 ac_cv_use_soname='wxUSE_SONAME=no'
2331 fi
2332
2333 else
2334
2335 LINE=`grep "wxUSE_SONAME" ${wx_arg_cache_file}`
2336 if test "x$LINE" != x ; then
2337 eval "DEFAULT_$LINE"
2338 else
2339 no_cache=1
2340 fi
2341
2342 ac_cv_use_soname='wxUSE_SONAME='$DEFAULT_wxUSE_SONAME
2343
2344 fi
2345
2346
2347 eval "$ac_cv_use_soname"
2348 if test "$no_cache" != 1; then
2349 echo $ac_cv_use_soname >> ${wx_arg_cache_file}.tmp
2350 fi
2351
2352 if test "$wxUSE_SONAME" = yes; then
2353 echo "$ac_t""yes" 1>&6
2354 else
2355 echo "$ac_t""no" 1>&6
2356 fi
2357
2358
2359 echo $ac_n "checking for --enable-optimise""... $ac_c" 1>&6
2360 echo "configure:2361: checking for --enable-optimise" >&5
2361 no_cache=0
2362 # Check whether --enable-optimise or --disable-optimise was given.
2363 if test "${enable_optimise+set}" = set; then
2364 enableval="$enable_optimise"
2365
2366 if test "$enableval" = yes; then
2367 ac_cv_use_optimise='wxUSE_OPTIMISE=yes'
2368 else
2369 ac_cv_use_optimise='wxUSE_OPTIMISE=no'
2370 fi
2371
2372 else
2373
2374 LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
2375 if test "x$LINE" != x ; then
2376 eval "DEFAULT_$LINE"
2377 else
2378 no_cache=1
2379 fi
2380
2381 ac_cv_use_optimise='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
2382
2383 fi
2384
2385
2386 eval "$ac_cv_use_optimise"
2387 if test "$no_cache" != 1; then
2388 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
2389 fi
2390
2391 if test "$wxUSE_OPTIMISE" = yes; then
2392 echo "$ac_t""yes" 1>&6
2393 else
2394 echo "$ac_t""no" 1>&6
2395 fi
2396
2397
2398 echo $ac_n "checking for --enable-debug""... $ac_c" 1>&6
2399 echo "configure:2400: checking for --enable-debug" >&5
2400 no_cache=0
2401 # Check whether --enable-debug or --disable-debug was given.
2402 if test "${enable_debug+set}" = set; then
2403 enableval="$enable_debug"
2404
2405 if test "$enableval" = yes; then
2406 ac_cv_use_debug='wxUSE_DEBUG=yes'
2407 else
2408 ac_cv_use_debug='wxUSE_DEBUG=no'
2409 fi
2410
2411 else
2412
2413 LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
2414 if test "x$LINE" != x ; then
2415 eval "DEFAULT_$LINE"
2416 else
2417 no_cache=1
2418 fi
2419
2420 ac_cv_use_debug='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
2421
2422 fi
2423
2424
2425 eval "$ac_cv_use_debug"
2426 if test "$no_cache" != 1; then
2427 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
2428 fi
2429
2430 if test "$wxUSE_DEBUG" = yes; then
2431 echo "$ac_t""yes" 1>&6
2432 else
2433 echo "$ac_t""no" 1>&6
2434 fi
2435
2436
2437
2438 echo $ac_n "checking for --enable-precomp""... $ac_c" 1>&6
2439 echo "configure:2440: checking for --enable-precomp" >&5
2440 no_cache=0
2441 # Check whether --enable-precomp or --disable-precomp was given.
2442 if test "${enable_precomp+set}" = set; then
2443 enableval="$enable_precomp"
2444
2445 if test "$enableval" = yes; then
2446 ac_cv_use_precomp='wxUSE_PRECOMP=yes'
2447 else
2448 ac_cv_use_precomp='wxUSE_PRECOMP=no'
2449 fi
2450
2451 else
2452
2453 LINE=`grep "wxUSE_PRECOMP" ${wx_arg_cache_file}`
2454 if test "x$LINE" != x ; then
2455 eval "DEFAULT_$LINE"
2456 else
2457 no_cache=1
2458 fi
2459
2460 ac_cv_use_precomp='wxUSE_PRECOMP='$DEFAULT_wxUSE_PRECOMP
2461
2462 fi
2463
2464
2465 eval "$ac_cv_use_precomp"
2466 if test "$no_cache" != 1; then
2467 echo $ac_cv_use_precomp >> ${wx_arg_cache_file}.tmp
2468 fi
2469
2470 if test "$wxUSE_PRECOMP" = yes; then
2471 echo "$ac_t""yes" 1>&6
2472 else
2473 echo "$ac_t""no" 1>&6
2474 fi
2475
2476
2477 if test "$wxUSE_DEBUG" = "yes"; then
2478 DEFAULT_wxUSE_DEBUG_FLAG=yes
2479 DEFAULT_wxUSE_DEBUG_INFO=yes
2480 elif test "$wxUSE_DEBUG" = "no"; then
2481 DEFAULT_wxUSE_DEBUG_FLAG=no
2482 DEFAULT_wxUSE_DEBUG_INFO=no
2483 fi
2484
2485
2486 echo $ac_n "checking for --enable-debug_flag""... $ac_c" 1>&6
2487 echo "configure:2488: checking for --enable-debug_flag" >&5
2488 no_cache=0
2489 # Check whether --enable-debug_flag or --disable-debug_flag was given.
2490 if test "${enable_debug_flag+set}" = set; then
2491 enableval="$enable_debug_flag"
2492
2493 if test "$enableval" = yes; then
2494 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes'
2495 else
2496 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no'
2497 fi
2498
2499 else
2500
2501 LINE=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
2502 if test "x$LINE" != x ; then
2503 eval "DEFAULT_$LINE"
2504 else
2505 no_cache=1
2506 fi
2507
2508 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
2509
2510 fi
2511
2512
2513 eval "$ac_cv_use_debug_flag"
2514 if test "$no_cache" != 1; then
2515 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
2516 fi
2517
2518 if test "$wxUSE_DEBUG_FLAG" = yes; then
2519 echo "$ac_t""yes" 1>&6
2520 else
2521 echo "$ac_t""no" 1>&6
2522 fi
2523
2524
2525 echo $ac_n "checking for --enable-debug_info""... $ac_c" 1>&6
2526 echo "configure:2527: checking for --enable-debug_info" >&5
2527 no_cache=0
2528 # Check whether --enable-debug_info or --disable-debug_info was given.
2529 if test "${enable_debug_info+set}" = set; then
2530 enableval="$enable_debug_info"
2531
2532 if test "$enableval" = yes; then
2533 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
2534 else
2535 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
2536 fi
2537
2538 else
2539
2540 LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
2541 if test "x$LINE" != x ; then
2542 eval "DEFAULT_$LINE"
2543 else
2544 no_cache=1
2545 fi
2546
2547 ac_cv_use_debug_info='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
2548
2549 fi
2550
2551
2552 eval "$ac_cv_use_debug_info"
2553 if test "$no_cache" != 1; then
2554 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
2555 fi
2556
2557 if test "$wxUSE_DEBUG_INFO" = yes; then
2558 echo "$ac_t""yes" 1>&6
2559 else
2560 echo "$ac_t""no" 1>&6
2561 fi
2562
2563
2564 echo $ac_n "checking for --enable-debug_gdb""... $ac_c" 1>&6
2565 echo "configure:2566: checking for --enable-debug_gdb" >&5
2566 no_cache=0
2567 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
2568 if test "${enable_debug_gdb+set}" = set; then
2569 enableval="$enable_debug_gdb"
2570
2571 if test "$enableval" = yes; then
2572 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes'
2573 else
2574 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no'
2575 fi
2576
2577 else
2578
2579 LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
2580 if test "x$LINE" != x ; then
2581 eval "DEFAULT_$LINE"
2582 else
2583 no_cache=1
2584 fi
2585
2586 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
2587
2588 fi
2589
2590
2591 eval "$ac_cv_use_debug_gdb"
2592 if test "$no_cache" != 1; then
2593 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
2594 fi
2595
2596 if test "$wxUSE_DEBUG_GDB" = yes; then
2597 echo "$ac_t""yes" 1>&6
2598 else
2599 echo "$ac_t""no" 1>&6
2600 fi
2601
2602
2603 echo $ac_n "checking for --enable-debug_cntxt""... $ac_c" 1>&6
2604 echo "configure:2605: checking for --enable-debug_cntxt" >&5
2605 no_cache=0
2606 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
2607 if test "${enable_debug_cntxt+set}" = set; then
2608 enableval="$enable_debug_cntxt"
2609
2610 if test "$enableval" = yes; then
2611 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes'
2612 else
2613 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no'
2614 fi
2615
2616 else
2617
2618 LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
2619 if test "x$LINE" != x ; then
2620 eval "DEFAULT_$LINE"
2621 else
2622 no_cache=1
2623 fi
2624
2625 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
2626
2627 fi
2628
2629
2630 eval "$ac_cv_use_debug_cntxt"
2631 if test "$no_cache" != 1; then
2632 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
2633 fi
2634
2635 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
2636 echo "$ac_t""yes" 1>&6
2637 else
2638 echo "$ac_t""no" 1>&6
2639 fi
2640
2641
2642 echo $ac_n "checking for --enable-mem_tracing""... $ac_c" 1>&6
2643 echo "configure:2644: checking for --enable-mem_tracing" >&5
2644 no_cache=0
2645 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
2646 if test "${enable_mem_tracing+set}" = set; then
2647 enableval="$enable_mem_tracing"
2648
2649 if test "$enableval" = yes; then
2650 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
2651 else
2652 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
2653 fi
2654
2655 else
2656
2657 LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
2658 if test "x$LINE" != x ; then
2659 eval "DEFAULT_$LINE"
2660 else
2661 no_cache=1
2662 fi
2663
2664 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
2665
2666 fi
2667
2668
2669 eval "$ac_cv_use_mem_tracing"
2670 if test "$no_cache" != 1; then
2671 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
2672 fi
2673
2674 if test "$wxUSE_MEM_TRACING" = yes; then
2675 echo "$ac_t""yes" 1>&6
2676 else
2677 echo "$ac_t""no" 1>&6
2678 fi
2679
2680
2681 echo $ac_n "checking for --enable-profile""... $ac_c" 1>&6
2682 echo "configure:2683: checking for --enable-profile" >&5
2683 no_cache=0
2684 # Check whether --enable-profile or --disable-profile was given.
2685 if test "${enable_profile+set}" = set; then
2686 enableval="$enable_profile"
2687
2688 if test "$enableval" = yes; then
2689 ac_cv_use_profile='wxUSE_PROFILE=yes'
2690 else
2691 ac_cv_use_profile='wxUSE_PROFILE=no'
2692 fi
2693
2694 else
2695
2696 LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
2697 if test "x$LINE" != x ; then
2698 eval "DEFAULT_$LINE"
2699 else
2700 no_cache=1
2701 fi
2702
2703 ac_cv_use_profile='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
2704
2705 fi
2706
2707
2708 eval "$ac_cv_use_profile"
2709 if test "$no_cache" != 1; then
2710 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
2711 fi
2712
2713 if test "$wxUSE_PROFILE" = yes; then
2714 echo "$ac_t""yes" 1>&6
2715 else
2716 echo "$ac_t""no" 1>&6
2717 fi
2718
2719
2720 echo $ac_n "checking for --enable-no_rtti""... $ac_c" 1>&6
2721 echo "configure:2722: checking for --enable-no_rtti" >&5
2722 no_cache=0
2723 # Check whether --enable-no_rtti or --disable-no_rtti was given.
2724 if test "${enable_no_rtti+set}" = set; then
2725 enableval="$enable_no_rtti"
2726
2727 if test "$enableval" = yes; then
2728 ac_cv_use_no_rtti='wxUSE_NO_RTTI=yes'
2729 else
2730 ac_cv_use_no_rtti='wxUSE_NO_RTTI=no'
2731 fi
2732
2733 else
2734
2735 LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
2736 if test "x$LINE" != x ; then
2737 eval "DEFAULT_$LINE"
2738 else
2739 no_cache=1
2740 fi
2741
2742 ac_cv_use_no_rtti='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
2743
2744 fi
2745
2746
2747 eval "$ac_cv_use_no_rtti"
2748 if test "$no_cache" != 1; then
2749 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
2750 fi
2751
2752 if test "$wxUSE_NO_RTTI" = yes; then
2753 echo "$ac_t""yes" 1>&6
2754 else
2755 echo "$ac_t""no" 1>&6
2756 fi
2757
2758
2759 echo $ac_n "checking for --enable-no_exceptions""... $ac_c" 1>&6
2760 echo "configure:2761: checking for --enable-no_exceptions" >&5
2761 no_cache=0
2762 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
2763 if test "${enable_no_exceptions+set}" = set; then
2764 enableval="$enable_no_exceptions"
2765
2766 if test "$enableval" = yes; then
2767 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
2768 else
2769 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
2770 fi
2771
2772 else
2773
2774 LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
2775 if test "x$LINE" != x ; then
2776 eval "DEFAULT_$LINE"
2777 else
2778 no_cache=1
2779 fi
2780
2781 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
2782
2783 fi
2784
2785
2786 eval "$ac_cv_use_no_exceptions"
2787 if test "$no_cache" != 1; then
2788 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
2789 fi
2790
2791 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
2792 echo "$ac_t""yes" 1>&6
2793 else
2794 echo "$ac_t""no" 1>&6
2795 fi
2796
2797
2798 echo $ac_n "checking for --enable-permissive""... $ac_c" 1>&6
2799 echo "configure:2800: checking for --enable-permissive" >&5
2800 no_cache=0
2801 # Check whether --enable-permissive or --disable-permissive was given.
2802 if test "${enable_permissive+set}" = set; then
2803 enableval="$enable_permissive"
2804
2805 if test "$enableval" = yes; then
2806 ac_cv_use_permissive='wxUSE_PERMISSIVE=yes'
2807 else
2808 ac_cv_use_permissive='wxUSE_PERMISSIVE=no'
2809 fi
2810
2811 else
2812
2813 LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
2814 if test "x$LINE" != x ; then
2815 eval "DEFAULT_$LINE"
2816 else
2817 no_cache=1
2818 fi
2819
2820 ac_cv_use_permissive='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
2821
2822 fi
2823
2824
2825 eval "$ac_cv_use_permissive"
2826 if test "$no_cache" != 1; then
2827 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
2828 fi
2829
2830 if test "$wxUSE_PERMISSIVE" = yes; then
2831 echo "$ac_t""yes" 1>&6
2832 else
2833 echo "$ac_t""no" 1>&6
2834 fi
2835
2836
2837 echo $ac_n "checking for --enable-no_deps""... $ac_c" 1>&6
2838 echo "configure:2839: checking for --enable-no_deps" >&5
2839 no_cache=0
2840 # Check whether --enable-no_deps or --disable-no_deps was given.
2841 if test "${enable_no_deps+set}" = set; then
2842 enableval="$enable_no_deps"
2843
2844 if test "$enableval" = yes; then
2845 ac_cv_use_no_deps='wxUSE_NO_DEPS=yes'
2846 else
2847 ac_cv_use_no_deps='wxUSE_NO_DEPS=no'
2848 fi
2849
2850 else
2851
2852 LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
2853 if test "x$LINE" != x ; then
2854 eval "DEFAULT_$LINE"
2855 else
2856 no_cache=1
2857 fi
2858
2859 ac_cv_use_no_deps='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
2860
2861 fi
2862
2863
2864 eval "$ac_cv_use_no_deps"
2865 if test "$no_cache" != 1; then
2866 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
2867 fi
2868
2869 if test "$wxUSE_NO_DEPS" = yes; then
2870 echo "$ac_t""yes" 1>&6
2871 else
2872 echo "$ac_t""no" 1>&6
2873 fi
2874
2875
2876
2877 echo $ac_n "checking for --enable-compat20""... $ac_c" 1>&6
2878 echo "configure:2879: checking for --enable-compat20" >&5
2879 no_cache=0
2880 # Check whether --enable-compat20 or --disable-compat20 was given.
2881 if test "${enable_compat20+set}" = set; then
2882 enableval="$enable_compat20"
2883
2884 if test "$enableval" = yes; then
2885 ac_cv_use_compat20='WXWIN_COMPATIBILITY_2=yes'
2886 else
2887 ac_cv_use_compat20='WXWIN_COMPATIBILITY_2=no'
2888 fi
2889
2890 else
2891
2892 LINE=`grep "WXWIN_COMPATIBILITY_2" ${wx_arg_cache_file}`
2893 if test "x$LINE" != x ; then
2894 eval "DEFAULT_$LINE"
2895 else
2896 no_cache=1
2897 fi
2898
2899 ac_cv_use_compat20='WXWIN_COMPATIBILITY_2='$DEFAULT_WXWIN_COMPATIBILITY_2
2900
2901 fi
2902
2903
2904 eval "$ac_cv_use_compat20"
2905 if test "$no_cache" != 1; then
2906 echo $ac_cv_use_compat20 >> ${wx_arg_cache_file}.tmp
2907 fi
2908
2909 if test "$WXWIN_COMPATIBILITY_2" = yes; then
2910 echo "$ac_t""yes" 1>&6
2911 else
2912 echo "$ac_t""no" 1>&6
2913 fi
2914
2915
2916 echo $ac_n "checking for --enable-compat22""... $ac_c" 1>&6
2917 echo "configure:2918: checking for --enable-compat22" >&5
2918 no_cache=0
2919 # Check whether --enable-compat22 or --disable-compat22 was given.
2920 if test "${enable_compat22+set}" = set; then
2921 enableval="$enable_compat22"
2922
2923 if test "$enableval" = yes; then
2924 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=yes'
2925 else
2926 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=no'
2927 fi
2928
2929 else
2930
2931 LINE=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}`
2932 if test "x$LINE" != x ; then
2933 eval "DEFAULT_$LINE"
2934 else
2935 no_cache=1
2936 fi
2937
2938 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2='$DEFAULT_WXWIN_COMPATIBILITY_2_2
2939
2940 fi
2941
2942
2943 eval "$ac_cv_use_compat22"
2944 if test "$no_cache" != 1; then
2945 echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp
2946 fi
2947
2948 if test "$WXWIN_COMPATIBILITY_2_2" = yes; then
2949 echo "$ac_t""yes" 1>&6
2950 else
2951 echo "$ac_t""no" 1>&6
2952 fi
2953
2954
2955
2956
2957 echo $ac_n "checking for --enable-intl""... $ac_c" 1>&6
2958 echo "configure:2959: checking for --enable-intl" >&5
2959 no_cache=0
2960 # Check whether --enable-intl or --disable-intl was given.
2961 if test "${enable_intl+set}" = set; then
2962 enableval="$enable_intl"
2963
2964 if test "$enableval" = yes; then
2965 ac_cv_use_intl='wxUSE_INTL=yes'
2966 else
2967 ac_cv_use_intl='wxUSE_INTL=no'
2968 fi
2969
2970 else
2971
2972 LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
2973 if test "x$LINE" != x ; then
2974 eval "DEFAULT_$LINE"
2975 else
2976 no_cache=1
2977 fi
2978
2979 ac_cv_use_intl='wxUSE_INTL='$DEFAULT_wxUSE_INTL
2980
2981 fi
2982
2983
2984 eval "$ac_cv_use_intl"
2985 if test "$no_cache" != 1; then
2986 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
2987 fi
2988
2989 if test "$wxUSE_INTL" = yes; then
2990 echo "$ac_t""yes" 1>&6
2991 else
2992 echo "$ac_t""no" 1>&6
2993 fi
2994
2995
2996 echo $ac_n "checking for --enable-config""... $ac_c" 1>&6
2997 echo "configure:2998: checking for --enable-config" >&5
2998 no_cache=0
2999 # Check whether --enable-config or --disable-config was given.
3000 if test "${enable_config+set}" = set; then
3001 enableval="$enable_config"
3002
3003 if test "$enableval" = yes; then
3004 ac_cv_use_config='wxUSE_CONFIG=yes'
3005 else
3006 ac_cv_use_config='wxUSE_CONFIG=no'
3007 fi
3008
3009 else
3010
3011 LINE=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
3012 if test "x$LINE" != x ; then
3013 eval "DEFAULT_$LINE"
3014 else
3015 no_cache=1
3016 fi
3017
3018 ac_cv_use_config='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
3019
3020 fi
3021
3022
3023 eval "$ac_cv_use_config"
3024 if test "$no_cache" != 1; then
3025 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
3026 fi
3027
3028 if test "$wxUSE_CONFIG" = yes; then
3029 echo "$ac_t""yes" 1>&6
3030 else
3031 echo "$ac_t""no" 1>&6
3032 fi
3033
3034
3035
3036 echo $ac_n "checking for --enable-sockets""... $ac_c" 1>&6
3037 echo "configure:3038: checking for --enable-sockets" >&5
3038 no_cache=0
3039 # Check whether --enable-sockets or --disable-sockets was given.
3040 if test "${enable_sockets+set}" = set; then
3041 enableval="$enable_sockets"
3042
3043 if test "$enableval" = yes; then
3044 ac_cv_use_sockets='wxUSE_SOCKETS=yes'
3045 else
3046 ac_cv_use_sockets='wxUSE_SOCKETS=no'
3047 fi
3048
3049 else
3050
3051 LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
3052 if test "x$LINE" != x ; then
3053 eval "DEFAULT_$LINE"
3054 else
3055 no_cache=1
3056 fi
3057
3058 ac_cv_use_sockets='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
3059
3060 fi
3061
3062
3063 eval "$ac_cv_use_sockets"
3064 if test "$no_cache" != 1; then
3065 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
3066 fi
3067
3068 if test "$wxUSE_SOCKETS" = yes; then
3069 echo "$ac_t""yes" 1>&6
3070 else
3071 echo "$ac_t""no" 1>&6
3072 fi
3073
3074
3075
3076 echo $ac_n "checking for --enable-ipc""... $ac_c" 1>&6
3077 echo "configure:3078: checking for --enable-ipc" >&5
3078 no_cache=0
3079 # Check whether --enable-ipc or --disable-ipc was given.
3080 if test "${enable_ipc+set}" = set; then
3081 enableval="$enable_ipc"
3082
3083 if test "$enableval" = yes; then
3084 ac_cv_use_ipc='wxUSE_IPC=yes'
3085 else
3086 ac_cv_use_ipc='wxUSE_IPC=no'
3087 fi
3088
3089 else
3090
3091 LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
3092 if test "x$LINE" != x ; then
3093 eval "DEFAULT_$LINE"
3094 else
3095 no_cache=1
3096 fi
3097
3098 ac_cv_use_ipc='wxUSE_IPC='$DEFAULT_wxUSE_IPC
3099
3100 fi
3101
3102
3103 eval "$ac_cv_use_ipc"
3104 if test "$no_cache" != 1; then
3105 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
3106 fi
3107
3108 if test "$wxUSE_IPC" = yes; then
3109 echo "$ac_t""yes" 1>&6
3110 else
3111 echo "$ac_t""no" 1>&6
3112 fi
3113
3114
3115
3116 echo $ac_n "checking for --enable-cmdline""... $ac_c" 1>&6
3117 echo "configure:3118: checking for --enable-cmdline" >&5
3118 no_cache=0
3119 # Check whether --enable-cmdline or --disable-cmdline was given.
3120 if test "${enable_cmdline+set}" = set; then
3121 enableval="$enable_cmdline"
3122
3123 if test "$enableval" = yes; then
3124 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=yes'
3125 else
3126 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=no'
3127 fi
3128
3129 else
3130
3131 LINE=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
3132 if test "x$LINE" != x ; then
3133 eval "DEFAULT_$LINE"
3134 else
3135 no_cache=1
3136 fi
3137
3138 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER
3139
3140 fi
3141
3142
3143 eval "$ac_cv_use_cmdline"
3144 if test "$no_cache" != 1; then
3145 echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
3146 fi
3147
3148 if test "$wxUSE_CMDLINE_PARSER" = yes; then
3149 echo "$ac_t""yes" 1>&6
3150 else
3151 echo "$ac_t""no" 1>&6
3152 fi
3153
3154
3155 echo $ac_n "checking for --enable-datetime""... $ac_c" 1>&6
3156 echo "configure:3157: checking for --enable-datetime" >&5
3157 no_cache=0
3158 # Check whether --enable-datetime or --disable-datetime was given.
3159 if test "${enable_datetime+set}" = set; then
3160 enableval="$enable_datetime"
3161
3162 if test "$enableval" = yes; then
3163 ac_cv_use_datetime='wxUSE_DATETIME=yes'
3164 else
3165 ac_cv_use_datetime='wxUSE_DATETIME=no'
3166 fi
3167
3168 else
3169
3170 LINE=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
3171 if test "x$LINE" != x ; then
3172 eval "DEFAULT_$LINE"
3173 else
3174 no_cache=1
3175 fi
3176
3177 ac_cv_use_datetime='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME
3178
3179 fi
3180
3181
3182 eval "$ac_cv_use_datetime"
3183 if test "$no_cache" != 1; then
3184 echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
3185 fi
3186
3187 if test "$wxUSE_DATETIME" = yes; then
3188 echo "$ac_t""yes" 1>&6
3189 else
3190 echo "$ac_t""no" 1>&6
3191 fi
3192
3193
3194 echo $ac_n "checking for --enable-timedate""... $ac_c" 1>&6
3195 echo "configure:3196: checking for --enable-timedate" >&5
3196 no_cache=0
3197 # Check whether --enable-timedate or --disable-timedate was given.
3198 if test "${enable_timedate+set}" = set; then
3199 enableval="$enable_timedate"
3200
3201 if test "$enableval" = yes; then
3202 ac_cv_use_timedate='wxUSE_TIMEDATE=yes'
3203 else
3204 ac_cv_use_timedate='wxUSE_TIMEDATE=no'
3205 fi
3206
3207 else
3208
3209 LINE=`grep "wxUSE_TIMEDATE" ${wx_arg_cache_file}`
3210 if test "x$LINE" != x ; then
3211 eval "DEFAULT_$LINE"
3212 else
3213 no_cache=1
3214 fi
3215
3216 ac_cv_use_timedate='wxUSE_TIMEDATE='$DEFAULT_wxUSE_TIMEDATE
3217
3218 fi
3219
3220
3221 eval "$ac_cv_use_timedate"
3222 if test "$no_cache" != 1; then
3223 echo $ac_cv_use_timedate >> ${wx_arg_cache_file}.tmp
3224 fi
3225
3226 if test "$wxUSE_TIMEDATE" = yes; then
3227 echo "$ac_t""yes" 1>&6
3228 else
3229 echo "$ac_t""no" 1>&6
3230 fi
3231
3232
3233 echo $ac_n "checking for --enable-stopwatch""... $ac_c" 1>&6
3234 echo "configure:3235: checking for --enable-stopwatch" >&5
3235 no_cache=0
3236 # Check whether --enable-stopwatch or --disable-stopwatch was given.
3237 if test "${enable_stopwatch+set}" = set; then
3238 enableval="$enable_stopwatch"
3239
3240 if test "$enableval" = yes; then
3241 ac_cv_use_stopwatch='wxUSE_STOPWATCH=yes'
3242 else
3243 ac_cv_use_stopwatch='wxUSE_STOPWATCH=no'
3244 fi
3245
3246 else
3247
3248 LINE=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
3249 if test "x$LINE" != x ; then
3250 eval "DEFAULT_$LINE"
3251 else
3252 no_cache=1
3253 fi
3254
3255 ac_cv_use_stopwatch='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH
3256
3257 fi
3258
3259
3260 eval "$ac_cv_use_stopwatch"
3261 if test "$no_cache" != 1; then
3262 echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
3263 fi
3264
3265 if test "$wxUSE_STOPWATCH" = yes; then
3266 echo "$ac_t""yes" 1>&6
3267 else
3268 echo "$ac_t""no" 1>&6
3269 fi
3270
3271
3272 echo $ac_n "checking for --enable-dialupman""... $ac_c" 1>&6
3273 echo "configure:3274: checking for --enable-dialupman" >&5
3274 no_cache=0
3275 # Check whether --enable-dialupman or --disable-dialupman was given.
3276 if test "${enable_dialupman+set}" = set; then
3277 enableval="$enable_dialupman"
3278
3279 if test "$enableval" = yes; then
3280 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes'
3281 else
3282 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no'
3283 fi
3284
3285 else
3286
3287 LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
3288 if test "x$LINE" != x ; then
3289 eval "DEFAULT_$LINE"
3290 else
3291 no_cache=1
3292 fi
3293
3294 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
3295
3296 fi
3297
3298
3299 eval "$ac_cv_use_dialupman"
3300 if test "$no_cache" != 1; then
3301 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
3302 fi
3303
3304 if test "$wxUSE_DIALUP_MANAGER" = yes; then
3305 echo "$ac_t""yes" 1>&6
3306 else
3307 echo "$ac_t""no" 1>&6
3308 fi
3309
3310
3311 echo $ac_n "checking for --enable-apple_ieee""... $ac_c" 1>&6
3312 echo "configure:3313: checking for --enable-apple_ieee" >&5
3313 no_cache=0
3314 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
3315 if test "${enable_apple_ieee+set}" = set; then
3316 enableval="$enable_apple_ieee"
3317
3318 if test "$enableval" = yes; then
3319 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes'
3320 else
3321 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no'
3322 fi
3323
3324 else
3325
3326 LINE=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
3327 if test "x$LINE" != x ; then
3328 eval "DEFAULT_$LINE"
3329 else
3330 no_cache=1
3331 fi
3332
3333 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
3334
3335 fi
3336
3337
3338 eval "$ac_cv_use_apple_ieee"
3339 if test "$no_cache" != 1; then
3340 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
3341 fi
3342
3343 if test "$wxUSE_APPLE_IEEE" = yes; then
3344 echo "$ac_t""yes" 1>&6
3345 else
3346 echo "$ac_t""no" 1>&6
3347 fi
3348
3349
3350 echo $ac_n "checking for --enable-timer""... $ac_c" 1>&6
3351 echo "configure:3352: checking for --enable-timer" >&5
3352 no_cache=0
3353 # Check whether --enable-timer or --disable-timer was given.
3354 if test "${enable_timer+set}" = set; then
3355 enableval="$enable_timer"
3356
3357 if test "$enableval" = yes; then
3358 ac_cv_use_timer='wxUSE_TIMER=yes'
3359 else
3360 ac_cv_use_timer='wxUSE_TIMER=no'
3361 fi
3362
3363 else
3364
3365 LINE=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
3366 if test "x$LINE" != x ; then
3367 eval "DEFAULT_$LINE"
3368 else
3369 no_cache=1
3370 fi
3371
3372 ac_cv_use_timer='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER
3373
3374 fi
3375
3376
3377 eval "$ac_cv_use_timer"
3378 if test "$no_cache" != 1; then
3379 echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
3380 fi
3381
3382 if test "$wxUSE_TIMER" = yes; then
3383 echo "$ac_t""yes" 1>&6
3384 else
3385 echo "$ac_t""no" 1>&6
3386 fi
3387
3388
3389 echo $ac_n "checking for --enable-wave""... $ac_c" 1>&6
3390 echo "configure:3391: checking for --enable-wave" >&5
3391 no_cache=0
3392 # Check whether --enable-wave or --disable-wave was given.
3393 if test "${enable_wave+set}" = set; then
3394 enableval="$enable_wave"
3395
3396 if test "$enableval" = yes; then
3397 ac_cv_use_wave='wxUSE_WAVE=yes'
3398 else
3399 ac_cv_use_wave='wxUSE_WAVE=no'
3400 fi
3401
3402 else
3403
3404 LINE=`grep "wxUSE_WAVE" ${wx_arg_cache_file}`
3405 if test "x$LINE" != x ; then
3406 eval "DEFAULT_$LINE"
3407 else
3408 no_cache=1
3409 fi
3410
3411 ac_cv_use_wave='wxUSE_WAVE='$DEFAULT_wxUSE_WAVE
3412
3413 fi
3414
3415
3416 eval "$ac_cv_use_wave"
3417 if test "$no_cache" != 1; then
3418 echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp
3419 fi
3420
3421 if test "$wxUSE_WAVE" = yes; then
3422 echo "$ac_t""yes" 1>&6
3423 else
3424 echo "$ac_t""no" 1>&6
3425 fi
3426
3427
3428 echo $ac_n "checking for --enable-fraction""... $ac_c" 1>&6
3429 echo "configure:3430: checking for --enable-fraction" >&5
3430 no_cache=0
3431 # Check whether --enable-fraction or --disable-fraction was given.
3432 if test "${enable_fraction+set}" = set; then
3433 enableval="$enable_fraction"
3434
3435 if test "$enableval" = yes; then
3436 ac_cv_use_fraction='wxUSE_FRACTION=yes'
3437 else
3438 ac_cv_use_fraction='wxUSE_FRACTION=no'
3439 fi
3440
3441 else
3442
3443 LINE=`grep "wxUSE_FRACTION" ${wx_arg_cache_file}`
3444 if test "x$LINE" != x ; then
3445 eval "DEFAULT_$LINE"
3446 else
3447 no_cache=1
3448 fi
3449
3450 ac_cv_use_fraction='wxUSE_FRACTION='$DEFAULT_wxUSE_FRACTION
3451
3452 fi
3453
3454
3455 eval "$ac_cv_use_fraction"
3456 if test "$no_cache" != 1; then
3457 echo $ac_cv_use_fraction >> ${wx_arg_cache_file}.tmp
3458 fi
3459
3460 if test "$wxUSE_FRACTION" = yes; then
3461 echo "$ac_t""yes" 1>&6
3462 else
3463 echo "$ac_t""no" 1>&6
3464 fi
3465
3466
3467 echo $ac_n "checking for --enable-dynlib""... $ac_c" 1>&6
3468 echo "configure:3469: checking for --enable-dynlib" >&5
3469 no_cache=0
3470 # Check whether --enable-dynlib or --disable-dynlib was given.
3471 if test "${enable_dynlib+set}" = set; then
3472 enableval="$enable_dynlib"
3473
3474 if test "$enableval" = yes; then
3475 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes'
3476 else
3477 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no'
3478 fi
3479
3480 else
3481
3482 LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
3483 if test "x$LINE" != x ; then
3484 eval "DEFAULT_$LINE"
3485 else
3486 no_cache=1
3487 fi
3488
3489 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
3490
3491 fi
3492
3493
3494 eval "$ac_cv_use_dynlib"
3495 if test "$no_cache" != 1; then
3496 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
3497 fi
3498
3499 if test "$wxUSE_DYNLIB_CLASS" = yes; then
3500 echo "$ac_t""yes" 1>&6
3501 else
3502 echo "$ac_t""no" 1>&6
3503 fi
3504
3505
3506 echo $ac_n "checking for --enable-longlong""... $ac_c" 1>&6
3507 echo "configure:3508: checking for --enable-longlong" >&5
3508 no_cache=0
3509 # Check whether --enable-longlong or --disable-longlong was given.
3510 if test "${enable_longlong+set}" = set; then
3511 enableval="$enable_longlong"
3512
3513 if test "$enableval" = yes; then
3514 ac_cv_use_longlong='wxUSE_LONGLONG=yes'
3515 else
3516 ac_cv_use_longlong='wxUSE_LONGLONG=no'
3517 fi
3518
3519 else
3520
3521 LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
3522 if test "x$LINE" != x ; then
3523 eval "DEFAULT_$LINE"
3524 else
3525 no_cache=1
3526 fi
3527
3528 ac_cv_use_longlong='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
3529
3530 fi
3531
3532
3533 eval "$ac_cv_use_longlong"
3534 if test "$no_cache" != 1; then
3535 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
3536 fi
3537
3538 if test "$wxUSE_LONGLONG" = yes; then
3539 echo "$ac_t""yes" 1>&6
3540 else
3541 echo "$ac_t""no" 1>&6
3542 fi
3543
3544
3545 echo $ac_n "checking for --enable-geometry""... $ac_c" 1>&6
3546 echo "configure:3547: checking for --enable-geometry" >&5
3547 no_cache=0
3548 # Check whether --enable-geometry or --disable-geometry was given.
3549 if test "${enable_geometry+set}" = set; then
3550 enableval="$enable_geometry"
3551
3552 if test "$enableval" = yes; then
3553 ac_cv_use_geometry='wxUSE_GEOMETRY=yes'
3554 else
3555 ac_cv_use_geometry='wxUSE_GEOMETRY=no'
3556 fi
3557
3558 else
3559
3560 LINE=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
3561 if test "x$LINE" != x ; then
3562 eval "DEFAULT_$LINE"
3563 else
3564 no_cache=1
3565 fi
3566
3567 ac_cv_use_geometry='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
3568
3569 fi
3570
3571
3572 eval "$ac_cv_use_geometry"
3573 if test "$no_cache" != 1; then
3574 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
3575 fi
3576
3577 if test "$wxUSE_GEOMETRY" = yes; then
3578 echo "$ac_t""yes" 1>&6
3579 else
3580 echo "$ac_t""no" 1>&6
3581 fi
3582
3583
3584 echo $ac_n "checking for --enable-log""... $ac_c" 1>&6
3585 echo "configure:3586: checking for --enable-log" >&5
3586 no_cache=0
3587 # Check whether --enable-log or --disable-log was given.
3588 if test "${enable_log+set}" = set; then
3589 enableval="$enable_log"
3590
3591 if test "$enableval" = yes; then
3592 ac_cv_use_log='wxUSE_LOG=yes'
3593 else
3594 ac_cv_use_log='wxUSE_LOG=no'
3595 fi
3596
3597 else
3598
3599 LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
3600 if test "x$LINE" != x ; then
3601 eval "DEFAULT_$LINE"
3602 else
3603 no_cache=1
3604 fi
3605
3606 ac_cv_use_log='wxUSE_LOG='$DEFAULT_wxUSE_LOG
3607
3608 fi
3609
3610
3611 eval "$ac_cv_use_log"
3612 if test "$no_cache" != 1; then
3613 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
3614 fi
3615
3616 if test "$wxUSE_LOG" = yes; then
3617 echo "$ac_t""yes" 1>&6
3618 else
3619 echo "$ac_t""no" 1>&6
3620 fi
3621
3622
3623 echo $ac_n "checking for --enable-streams""... $ac_c" 1>&6
3624 echo "configure:3625: checking for --enable-streams" >&5
3625 no_cache=0
3626 # Check whether --enable-streams or --disable-streams was given.
3627 if test "${enable_streams+set}" = set; then
3628 enableval="$enable_streams"
3629
3630 if test "$enableval" = yes; then
3631 ac_cv_use_streams='wxUSE_STREAMS=yes'
3632 else
3633 ac_cv_use_streams='wxUSE_STREAMS=no'
3634 fi
3635
3636 else
3637
3638 LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
3639 if test "x$LINE" != x ; then
3640 eval "DEFAULT_$LINE"
3641 else
3642 no_cache=1
3643 fi
3644
3645 ac_cv_use_streams='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
3646
3647 fi
3648
3649
3650 eval "$ac_cv_use_streams"
3651 if test "$no_cache" != 1; then
3652 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
3653 fi
3654
3655 if test "$wxUSE_STREAMS" = yes; then
3656 echo "$ac_t""yes" 1>&6
3657 else
3658 echo "$ac_t""no" 1>&6
3659 fi
3660
3661
3662 echo $ac_n "checking for --enable-file""... $ac_c" 1>&6
3663 echo "configure:3664: checking for --enable-file" >&5
3664 no_cache=0
3665 # Check whether --enable-file or --disable-file was given.
3666 if test "${enable_file+set}" = set; then
3667 enableval="$enable_file"
3668
3669 if test "$enableval" = yes; then
3670 ac_cv_use_file='wxUSE_FILE=yes'
3671 else
3672 ac_cv_use_file='wxUSE_FILE=no'
3673 fi
3674
3675 else
3676
3677 LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
3678 if test "x$LINE" != x ; then
3679 eval "DEFAULT_$LINE"
3680 else
3681 no_cache=1
3682 fi
3683
3684 ac_cv_use_file='wxUSE_FILE='$DEFAULT_wxUSE_FILE
3685
3686 fi
3687
3688
3689 eval "$ac_cv_use_file"
3690 if test "$no_cache" != 1; then
3691 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
3692 fi
3693
3694 if test "$wxUSE_FILE" = yes; then
3695 echo "$ac_t""yes" 1>&6
3696 else
3697 echo "$ac_t""no" 1>&6
3698 fi
3699
3700
3701 echo $ac_n "checking for --enable-ffile""... $ac_c" 1>&6
3702 echo "configure:3703: checking for --enable-ffile" >&5
3703 no_cache=0
3704 # Check whether --enable-ffile or --disable-ffile was given.
3705 if test "${enable_ffile+set}" = set; then
3706 enableval="$enable_ffile"
3707
3708 if test "$enableval" = yes; then
3709 ac_cv_use_ffile='wxUSE_FFILE=yes'
3710 else
3711 ac_cv_use_ffile='wxUSE_FFILE=no'
3712 fi
3713
3714 else
3715
3716 LINE=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
3717 if test "x$LINE" != x ; then
3718 eval "DEFAULT_$LINE"
3719 else
3720 no_cache=1
3721 fi
3722
3723 ac_cv_use_ffile='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE
3724
3725 fi
3726
3727
3728 eval "$ac_cv_use_ffile"
3729 if test "$no_cache" != 1; then
3730 echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
3731 fi
3732
3733 if test "$wxUSE_FFILE" = yes; then
3734 echo "$ac_t""yes" 1>&6
3735 else
3736 echo "$ac_t""no" 1>&6
3737 fi
3738
3739
3740 echo $ac_n "checking for --enable-textfile""... $ac_c" 1>&6
3741 echo "configure:3742: checking for --enable-textfile" >&5
3742 no_cache=0
3743 # Check whether --enable-textfile or --disable-textfile was given.
3744 if test "${enable_textfile+set}" = set; then
3745 enableval="$enable_textfile"
3746
3747 if test "$enableval" = yes; then
3748 ac_cv_use_textfile='wxUSE_TEXTFILE=yes'
3749 else
3750 ac_cv_use_textfile='wxUSE_TEXTFILE=no'
3751 fi
3752
3753 else
3754
3755 LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
3756 if test "x$LINE" != x ; then
3757 eval "DEFAULT_$LINE"
3758 else
3759 no_cache=1
3760 fi
3761
3762 ac_cv_use_textfile='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
3763
3764 fi
3765
3766
3767 eval "$ac_cv_use_textfile"
3768 if test "$no_cache" != 1; then
3769 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
3770 fi
3771
3772 if test "$wxUSE_TEXTFILE" = yes; then
3773 echo "$ac_t""yes" 1>&6
3774 else
3775 echo "$ac_t""no" 1>&6
3776 fi
3777
3778
3779 echo $ac_n "checking for --enable-fontmap""... $ac_c" 1>&6
3780 echo "configure:3781: checking for --enable-fontmap" >&5
3781 no_cache=0
3782 # Check whether --enable-fontmap or --disable-fontmap was given.
3783 if test "${enable_fontmap+set}" = set; then
3784 enableval="$enable_fontmap"
3785
3786 if test "$enableval" = yes; then
3787 ac_cv_use_fontmap='wxUSE_FONTMAP=yes'
3788 else
3789 ac_cv_use_fontmap='wxUSE_FONTMAP=no'
3790 fi
3791
3792 else
3793
3794 LINE=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
3795 if test "x$LINE" != x ; then
3796 eval "DEFAULT_$LINE"
3797 else
3798 no_cache=1
3799 fi
3800
3801 ac_cv_use_fontmap='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP
3802
3803 fi
3804
3805
3806 eval "$ac_cv_use_fontmap"
3807 if test "$no_cache" != 1; then
3808 echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
3809 fi
3810
3811 if test "$wxUSE_FONTMAP" = yes; then
3812 echo "$ac_t""yes" 1>&6
3813 else
3814 echo "$ac_t""no" 1>&6
3815 fi
3816
3817
3818 echo $ac_n "checking for --enable-unicode""... $ac_c" 1>&6
3819 echo "configure:3820: checking for --enable-unicode" >&5
3820 no_cache=0
3821 # Check whether --enable-unicode or --disable-unicode was given.
3822 if test "${enable_unicode+set}" = set; then
3823 enableval="$enable_unicode"
3824
3825 if test "$enableval" = yes; then
3826 ac_cv_use_unicode='wxUSE_UNICODE=yes'
3827 else
3828 ac_cv_use_unicode='wxUSE_UNICODE=no'
3829 fi
3830
3831 else
3832
3833 LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
3834 if test "x$LINE" != x ; then
3835 eval "DEFAULT_$LINE"
3836 else
3837 no_cache=1
3838 fi
3839
3840 ac_cv_use_unicode='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
3841
3842 fi
3843
3844
3845 eval "$ac_cv_use_unicode"
3846 if test "$no_cache" != 1; then
3847 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
3848 fi
3849
3850 if test "$wxUSE_UNICODE" = yes; then
3851 echo "$ac_t""yes" 1>&6
3852 else
3853 echo "$ac_t""no" 1>&6
3854 fi
3855
3856
3857 echo $ac_n "checking for --enable-wxprintfv""... $ac_c" 1>&6
3858 echo "configure:3859: checking for --enable-wxprintfv" >&5
3859 no_cache=0
3860 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
3861 if test "${enable_wxprintfv+set}" = set; then
3862 enableval="$enable_wxprintfv"
3863
3864 if test "$enableval" = yes; then
3865 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=yes'
3866 else
3867 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=no'
3868 fi
3869
3870 else
3871
3872 LINE=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
3873 if test "x$LINE" != x ; then
3874 eval "DEFAULT_$LINE"
3875 else
3876 no_cache=1
3877 fi
3878
3879 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
3880
3881 fi
3882
3883
3884 eval "$ac_cv_use_wxprintfv"
3885 if test "$no_cache" != 1; then
3886 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
3887 fi
3888
3889 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
3890 echo "$ac_t""yes" 1>&6
3891 else
3892 echo "$ac_t""no" 1>&6
3893 fi
3894
3895
3896 echo $ac_n "checking for --enable-std_iostreams""... $ac_c" 1>&6
3897 echo "configure:3898: checking for --enable-std_iostreams" >&5
3898 no_cache=0
3899 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
3900 if test "${enable_std_iostreams+set}" = set; then
3901 enableval="$enable_std_iostreams"
3902
3903 if test "$enableval" = yes; then
3904 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes'
3905 else
3906 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no'
3907 fi
3908
3909 else
3910
3911 LINE=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
3912 if test "x$LINE" != x ; then
3913 eval "DEFAULT_$LINE"
3914 else
3915 no_cache=1
3916 fi
3917
3918 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
3919
3920 fi
3921
3922
3923 eval "$ac_cv_use_std_iostreams"
3924 if test "$no_cache" != 1; then
3925 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
3926 fi
3927
3928 if test "$wxUSE_STD_IOSTREAM" = yes; then
3929 echo "$ac_t""yes" 1>&6
3930 else
3931 echo "$ac_t""no" 1>&6
3932 fi
3933
3934
3935 echo $ac_n "checking for --enable-filesystem""... $ac_c" 1>&6
3936 echo "configure:3937: checking for --enable-filesystem" >&5
3937 no_cache=0
3938 # Check whether --enable-filesystem or --disable-filesystem was given.
3939 if test "${enable_filesystem+set}" = set; then
3940 enableval="$enable_filesystem"
3941
3942 if test "$enableval" = yes; then
3943 ac_cv_use_filesystem='wxUSE_FILESYSTEM=yes'
3944 else
3945 ac_cv_use_filesystem='wxUSE_FILESYSTEM=no'
3946 fi
3947
3948 else
3949
3950 LINE=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
3951 if test "x$LINE" != x ; then
3952 eval "DEFAULT_$LINE"
3953 else
3954 no_cache=1
3955 fi
3956
3957 ac_cv_use_filesystem='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
3958
3959 fi
3960
3961
3962 eval "$ac_cv_use_filesystem"
3963 if test "$no_cache" != 1; then
3964 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
3965 fi
3966
3967 if test "$wxUSE_FILESYSTEM" = yes; then
3968 echo "$ac_t""yes" 1>&6
3969 else
3970 echo "$ac_t""no" 1>&6
3971 fi
3972
3973
3974 echo $ac_n "checking for --enable-fs_inet""... $ac_c" 1>&6
3975 echo "configure:3976: checking for --enable-fs_inet" >&5
3976 no_cache=0
3977 # Check whether --enable-fs_inet or --disable-fs_inet was given.
3978 if test "${enable_fs_inet+set}" = set; then
3979 enableval="$enable_fs_inet"
3980
3981 if test "$enableval" = yes; then
3982 ac_cv_use_fs_inet='wxUSE_FS_INET=yes'
3983 else
3984 ac_cv_use_fs_inet='wxUSE_FS_INET=no'
3985 fi
3986
3987 else
3988
3989 LINE=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
3990 if test "x$LINE" != x ; then
3991 eval "DEFAULT_$LINE"
3992 else
3993 no_cache=1
3994 fi
3995
3996 ac_cv_use_fs_inet='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
3997
3998 fi
3999
4000
4001 eval "$ac_cv_use_fs_inet"
4002 if test "$no_cache" != 1; then
4003 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
4004 fi
4005
4006 if test "$wxUSE_FS_INET" = yes; then
4007 echo "$ac_t""yes" 1>&6
4008 else
4009 echo "$ac_t""no" 1>&6
4010 fi
4011
4012
4013 echo $ac_n "checking for --enable-fs_zip""... $ac_c" 1>&6
4014 echo "configure:4015: checking for --enable-fs_zip" >&5
4015 no_cache=0
4016 # Check whether --enable-fs_zip or --disable-fs_zip was given.
4017 if test "${enable_fs_zip+set}" = set; then
4018 enableval="$enable_fs_zip"
4019
4020 if test "$enableval" = yes; then
4021 ac_cv_use_fs_zip='wxUSE_FS_ZIP=yes'
4022 else
4023 ac_cv_use_fs_zip='wxUSE_FS_ZIP=no'
4024 fi
4025
4026 else
4027
4028 LINE=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
4029 if test "x$LINE" != x ; then
4030 eval "DEFAULT_$LINE"
4031 else
4032 no_cache=1
4033 fi
4034
4035 ac_cv_use_fs_zip='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
4036
4037 fi
4038
4039
4040 eval "$ac_cv_use_fs_zip"
4041 if test "$no_cache" != 1; then
4042 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
4043 fi
4044
4045 if test "$wxUSE_FS_ZIP" = yes; then
4046 echo "$ac_t""yes" 1>&6
4047 else
4048 echo "$ac_t""no" 1>&6
4049 fi
4050
4051
4052 echo $ac_n "checking for --enable-zipstream""... $ac_c" 1>&6
4053 echo "configure:4054: checking for --enable-zipstream" >&5
4054 no_cache=0
4055 # Check whether --enable-zipstream or --disable-zipstream was given.
4056 if test "${enable_zipstream+set}" = set; then
4057 enableval="$enable_zipstream"
4058
4059 if test "$enableval" = yes; then
4060 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=yes'
4061 else
4062 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=no'
4063 fi
4064
4065 else
4066
4067 LINE=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
4068 if test "x$LINE" != x ; then
4069 eval "DEFAULT_$LINE"
4070 else
4071 no_cache=1
4072 fi
4073
4074 ac_cv_use_zipstream='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
4075
4076 fi
4077
4078
4079 eval "$ac_cv_use_zipstream"
4080 if test "$no_cache" != 1; then
4081 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
4082 fi
4083
4084 if test "$wxUSE_ZIPSTREAM" = yes; then
4085 echo "$ac_t""yes" 1>&6
4086 else
4087 echo "$ac_t""no" 1>&6
4088 fi
4089
4090
4091
4092 echo $ac_n "checking for --enable-catch_segvs""... $ac_c" 1>&6
4093 echo "configure:4094: checking for --enable-catch_segvs" >&5
4094 no_cache=0
4095 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
4096 if test "${enable_catch_segvs+set}" = set; then
4097 enableval="$enable_catch_segvs"
4098
4099 if test "$enableval" = yes; then
4100 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes'
4101 else
4102 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no'
4103 fi
4104
4105 else
4106
4107 LINE=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
4108 if test "x$LINE" != x ; then
4109 eval "DEFAULT_$LINE"
4110 else
4111 no_cache=1
4112 fi
4113
4114 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
4115
4116 fi
4117
4118
4119 eval "$ac_cv_use_catch_segvs"
4120 if test "$no_cache" != 1; then
4121 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
4122 fi
4123
4124 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
4125 echo "$ac_t""yes" 1>&6
4126 else
4127 echo "$ac_t""no" 1>&6
4128 fi
4129
4130
4131 echo $ac_n "checking for --enable-snglinst""... $ac_c" 1>&6
4132 echo "configure:4133: checking for --enable-snglinst" >&5
4133 no_cache=0
4134 # Check whether --enable-snglinst or --disable-snglinst was given.
4135 if test "${enable_snglinst+set}" = set; then
4136 enableval="$enable_snglinst"
4137
4138 if test "$enableval" = yes; then
4139 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes'
4140 else
4141 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no'
4142 fi
4143
4144 else
4145
4146 LINE=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
4147 if test "x$LINE" != x ; then
4148 eval "DEFAULT_$LINE"
4149 else
4150 no_cache=1
4151 fi
4152
4153 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER
4154
4155 fi
4156
4157
4158 eval "$ac_cv_use_snglinst"
4159 if test "$no_cache" != 1; then
4160 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
4161 fi
4162
4163 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
4164 echo "$ac_t""yes" 1>&6
4165 else
4166 echo "$ac_t""no" 1>&6
4167 fi
4168
4169
4170
4171 echo $ac_n "checking for --enable-mimetype""... $ac_c" 1>&6
4172 echo "configure:4173: checking for --enable-mimetype" >&5
4173 no_cache=0
4174 # Check whether --enable-mimetype or --disable-mimetype was given.
4175 if test "${enable_mimetype+set}" = set; then
4176 enableval="$enable_mimetype"
4177
4178 if test "$enableval" = yes; then
4179 ac_cv_use_mimetype='wxUSE_MIMETYPE=yes'
4180 else
4181 ac_cv_use_mimetype='wxUSE_MIMETYPE=no'
4182 fi
4183
4184 else
4185
4186 LINE=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
4187 if test "x$LINE" != x ; then
4188 eval "DEFAULT_$LINE"
4189 else
4190 no_cache=1
4191 fi
4192
4193 ac_cv_use_mimetype='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE
4194
4195 fi
4196
4197
4198 eval "$ac_cv_use_mimetype"
4199 if test "$no_cache" != 1; then
4200 echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
4201 fi
4202
4203 if test "$wxUSE_MIMETYPE" = yes; then
4204 echo "$ac_t""yes" 1>&6
4205 else
4206 echo "$ac_t""no" 1>&6
4207 fi
4208
4209
4210 echo $ac_n "checking for --enable-system_options""... $ac_c" 1>&6
4211 echo "configure:4212: checking for --enable-system_options" >&5
4212 no_cache=0
4213 # Check whether --enable-system_options or --disable-system_options was given.
4214 if test "${enable_system_options+set}" = set; then
4215 enableval="$enable_system_options"
4216
4217 if test "$enableval" = yes; then
4218 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=yes'
4219 else
4220 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=no'
4221 fi
4222
4223 else
4224
4225 LINE=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}`
4226 if test "x$LINE" != x ; then
4227 eval "DEFAULT_$LINE"
4228 else
4229 no_cache=1
4230 fi
4231
4232 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS
4233
4234 fi
4235
4236
4237 eval "$ac_cv_use_system_options"
4238 if test "$no_cache" != 1; then
4239 echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp
4240 fi
4241
4242 if test "$wxUSE_SYSTEM_OPTIONS" = yes; then
4243 echo "$ac_t""yes" 1>&6
4244 else
4245 echo "$ac_t""no" 1>&6
4246 fi
4247
4248
4249
4250
4251 echo $ac_n "checking for --enable-threads""... $ac_c" 1>&6
4252 echo "configure:4253: checking for --enable-threads" >&5
4253 no_cache=0
4254 # Check whether --enable-threads or --disable-threads was given.
4255 if test "${enable_threads+set}" = set; then
4256 enableval="$enable_threads"
4257
4258 if test "$enableval" = yes; then
4259 ac_cv_use_threads='wxUSE_THREADS=yes'
4260 else
4261 ac_cv_use_threads='wxUSE_THREADS=no'
4262 fi
4263
4264 else
4265
4266 LINE=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
4267 if test "x$LINE" != x ; then
4268 eval "DEFAULT_$LINE"
4269 else
4270 no_cache=1
4271 fi
4272
4273 ac_cv_use_threads='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
4274
4275 fi
4276
4277
4278 eval "$ac_cv_use_threads"
4279 if test "$no_cache" != 1; then
4280 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
4281 fi
4282
4283 if test "$wxUSE_THREADS" = yes; then
4284 echo "$ac_t""yes" 1>&6
4285 else
4286 echo "$ac_t""no" 1>&6
4287 fi
4288
4289
4290 echo $ac_n "checking for --enable-serial""... $ac_c" 1>&6
4291 echo "configure:4292: checking for --enable-serial" >&5
4292 no_cache=0
4293 # Check whether --enable-serial or --disable-serial was given.
4294 if test "${enable_serial+set}" = set; then
4295 enableval="$enable_serial"
4296
4297 if test "$enableval" = yes; then
4298 ac_cv_use_serial='wxUSE_SERIAL=yes'
4299 else
4300 ac_cv_use_serial='wxUSE_SERIAL=no'
4301 fi
4302
4303 else
4304
4305 LINE=`grep "wxUSE_SERIAL" ${wx_arg_cache_file}`
4306 if test "x$LINE" != x ; then
4307 eval "DEFAULT_$LINE"
4308 else
4309 no_cache=1
4310 fi
4311
4312 ac_cv_use_serial='wxUSE_SERIAL='$DEFAULT_wxUSE_SERIAL
4313
4314 fi
4315
4316
4317 eval "$ac_cv_use_serial"
4318 if test "$no_cache" != 1; then
4319 echo $ac_cv_use_serial >> ${wx_arg_cache_file}.tmp
4320 fi
4321
4322 if test "$wxUSE_SERIAL" = yes; then
4323 echo "$ac_t""yes" 1>&6
4324 else
4325 echo "$ac_t""no" 1>&6
4326 fi
4327
4328
4329 if test "$wxUSE_GUI" = "yes"; then
4330
4331
4332
4333 echo $ac_n "checking for --enable-docview""... $ac_c" 1>&6
4334 echo "configure:4335: checking for --enable-docview" >&5
4335 no_cache=0
4336 # Check whether --enable-docview or --disable-docview was given.
4337 if test "${enable_docview+set}" = set; then
4338 enableval="$enable_docview"
4339
4340 if test "$enableval" = yes; then
4341 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
4342 else
4343 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no'
4344 fi
4345
4346 else
4347
4348 LINE=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
4349 if test "x$LINE" != x ; then
4350 eval "DEFAULT_$LINE"
4351 else
4352 no_cache=1
4353 fi
4354
4355 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
4356
4357 fi
4358
4359
4360 eval "$ac_cv_use_docview"
4361 if test "$no_cache" != 1; then
4362 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
4363 fi
4364
4365 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
4366 echo "$ac_t""yes" 1>&6
4367 else
4368 echo "$ac_t""no" 1>&6
4369 fi
4370
4371
4372 echo $ac_n "checking for --enable-help""... $ac_c" 1>&6
4373 echo "configure:4374: checking for --enable-help" >&5
4374 no_cache=0
4375 # Check whether --enable-help or --disable-help was given.
4376 if test "${enable_help+set}" = set; then
4377 enableval="$enable_help"
4378
4379 if test "$enableval" = yes; then
4380 ac_cv_use_help='wxUSE_HELP=yes'
4381 else
4382 ac_cv_use_help='wxUSE_HELP=no'
4383 fi
4384
4385 else
4386
4387 LINE=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
4388 if test "x$LINE" != x ; then
4389 eval "DEFAULT_$LINE"
4390 else
4391 no_cache=1
4392 fi
4393
4394 ac_cv_use_help='wxUSE_HELP='$DEFAULT_wxUSE_HELP
4395
4396 fi
4397
4398
4399 eval "$ac_cv_use_help"
4400 if test "$no_cache" != 1; then
4401 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
4402 fi
4403
4404 if test "$wxUSE_HELP" = yes; then
4405 echo "$ac_t""yes" 1>&6
4406 else
4407 echo "$ac_t""no" 1>&6
4408 fi
4409
4410
4411 echo $ac_n "checking for --enable-mshtmlhelp""... $ac_c" 1>&6
4412 echo "configure:4413: checking for --enable-mshtmlhelp" >&5
4413 no_cache=0
4414 # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given.
4415 if test "${enable_mshtmlhelp+set}" = set; then
4416 enableval="$enable_mshtmlhelp"
4417
4418 if test "$enableval" = yes; then
4419 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=yes'
4420 else
4421 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=no'
4422 fi
4423
4424 else
4425
4426 LINE=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}`
4427 if test "x$LINE" != x ; then
4428 eval "DEFAULT_$LINE"
4429 else
4430 no_cache=1
4431 fi
4432
4433 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP
4434
4435 fi
4436
4437
4438 eval "$ac_cv_use_mshtmlhelp"
4439 if test "$no_cache" != 1; then
4440 echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
4441 fi
4442
4443 if test "$wxUSE_MS_HTML_HELP" = yes; then
4444 echo "$ac_t""yes" 1>&6
4445 else
4446 echo "$ac_t""no" 1>&6
4447 fi
4448
4449
4450 echo $ac_n "checking for --enable-html""... $ac_c" 1>&6
4451 echo "configure:4452: checking for --enable-html" >&5
4452 no_cache=0
4453 # Check whether --enable-html or --disable-html was given.
4454 if test "${enable_html+set}" = set; then
4455 enableval="$enable_html"
4456
4457 if test "$enableval" = yes; then
4458 ac_cv_use_html='wxUSE_HTML=yes'
4459 else
4460 ac_cv_use_html='wxUSE_HTML=no'
4461 fi
4462
4463 else
4464
4465 LINE=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
4466 if test "x$LINE" != x ; then
4467 eval "DEFAULT_$LINE"
4468 else
4469 no_cache=1
4470 fi
4471
4472 ac_cv_use_html='wxUSE_HTML='$DEFAULT_wxUSE_HTML
4473
4474 fi
4475
4476
4477 eval "$ac_cv_use_html"
4478 if test "$no_cache" != 1; then
4479 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
4480 fi
4481
4482 if test "$wxUSE_HTML" = yes; then
4483 echo "$ac_t""yes" 1>&6
4484 else
4485 echo "$ac_t""no" 1>&6
4486 fi
4487
4488
4489 echo $ac_n "checking for --enable-htmlhelp""... $ac_c" 1>&6
4490 echo "configure:4491: checking for --enable-htmlhelp" >&5
4491 no_cache=0
4492 # Check whether --enable-htmlhelp or --disable-htmlhelp was given.
4493 if test "${enable_htmlhelp+set}" = set; then
4494 enableval="$enable_htmlhelp"
4495
4496 if test "$enableval" = yes; then
4497 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes'
4498 else
4499 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no'
4500 fi
4501
4502 else
4503
4504 LINE=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}`
4505 if test "x$LINE" != x ; then
4506 eval "DEFAULT_$LINE"
4507 else
4508 no_cache=1
4509 fi
4510
4511 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP
4512
4513 fi
4514
4515
4516 eval "$ac_cv_use_htmlhelp"
4517 if test "$no_cache" != 1; then
4518 echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
4519 fi
4520
4521 if test "$wxUSE_WXHTML_HELP" = yes; then
4522 echo "$ac_t""yes" 1>&6
4523 else
4524 echo "$ac_t""no" 1>&6
4525 fi
4526
4527
4528 echo $ac_n "checking for --enable-constraints""... $ac_c" 1>&6
4529 echo "configure:4530: checking for --enable-constraints" >&5
4530 no_cache=0
4531 # Check whether --enable-constraints or --disable-constraints was given.
4532 if test "${enable_constraints+set}" = set; then
4533 enableval="$enable_constraints"
4534
4535 if test "$enableval" = yes; then
4536 ac_cv_use_constraints='wxUSE_CONSTRAINTS=yes'
4537 else
4538 ac_cv_use_constraints='wxUSE_CONSTRAINTS=no'
4539 fi
4540
4541 else
4542
4543 LINE=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
4544 if test "x$LINE" != x ; then
4545 eval "DEFAULT_$LINE"
4546 else
4547 no_cache=1
4548 fi
4549
4550 ac_cv_use_constraints='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
4551
4552 fi
4553
4554
4555 eval "$ac_cv_use_constraints"
4556 if test "$no_cache" != 1; then
4557 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
4558 fi
4559
4560 if test "$wxUSE_CONSTRAINTS" = yes; then
4561 echo "$ac_t""yes" 1>&6
4562 else
4563 echo "$ac_t""no" 1>&6
4564 fi
4565
4566
4567 echo $ac_n "checking for --enable-printarch""... $ac_c" 1>&6
4568 echo "configure:4569: checking for --enable-printarch" >&5
4569 no_cache=0
4570 # Check whether --enable-printarch or --disable-printarch was given.
4571 if test "${enable_printarch+set}" = set; then
4572 enableval="$enable_printarch"
4573
4574 if test "$enableval" = yes; then
4575 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes'
4576 else
4577 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no'
4578 fi
4579
4580 else
4581
4582 LINE=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
4583 if test "x$LINE" != x ; then
4584 eval "DEFAULT_$LINE"
4585 else
4586 no_cache=1
4587 fi
4588
4589 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
4590
4591 fi
4592
4593
4594 eval "$ac_cv_use_printarch"
4595 if test "$no_cache" != 1; then
4596 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
4597 fi
4598
4599 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
4600 echo "$ac_t""yes" 1>&6
4601 else
4602 echo "$ac_t""no" 1>&6
4603 fi
4604
4605
4606 echo $ac_n "checking for --enable-mdi""... $ac_c" 1>&6
4607 echo "configure:4608: checking for --enable-mdi" >&5
4608 no_cache=0
4609 # Check whether --enable-mdi or --disable-mdi was given.
4610 if test "${enable_mdi+set}" = set; then
4611 enableval="$enable_mdi"
4612
4613 if test "$enableval" = yes; then
4614 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=yes'
4615 else
4616 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=no'
4617 fi
4618
4619 else
4620
4621 LINE=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
4622 if test "x$LINE" != x ; then
4623 eval "DEFAULT_$LINE"
4624 else
4625 no_cache=1
4626 fi
4627
4628 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
4629
4630 fi
4631
4632
4633 eval "$ac_cv_use_mdi"
4634 if test "$no_cache" != 1; then
4635 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
4636 fi
4637
4638 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
4639 echo "$ac_t""yes" 1>&6
4640 else
4641 echo "$ac_t""no" 1>&6
4642 fi
4643
4644
4645 echo $ac_n "checking for --enable-loggui""... $ac_c" 1>&6
4646 echo "configure:4647: checking for --enable-loggui" >&5
4647 no_cache=0
4648 # Check whether --enable-loggui or --disable-loggui was given.
4649 if test "${enable_loggui+set}" = set; then
4650 enableval="$enable_loggui"
4651
4652 if test "$enableval" = yes; then
4653 ac_cv_use_loggui='wxUSE_LOGGUI=yes'
4654 else
4655 ac_cv_use_loggui='wxUSE_LOGGUI=no'
4656 fi
4657
4658 else
4659
4660 LINE=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
4661 if test "x$LINE" != x ; then
4662 eval "DEFAULT_$LINE"
4663 else
4664 no_cache=1
4665 fi
4666
4667 ac_cv_use_loggui='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI
4668
4669 fi
4670
4671
4672 eval "$ac_cv_use_loggui"
4673 if test "$no_cache" != 1; then
4674 echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
4675 fi
4676
4677 if test "$wxUSE_LOGGUI" = yes; then
4678 echo "$ac_t""yes" 1>&6
4679 else
4680 echo "$ac_t""no" 1>&6
4681 fi
4682
4683
4684 echo $ac_n "checking for --enable-logwin""... $ac_c" 1>&6
4685 echo "configure:4686: checking for --enable-logwin" >&5
4686 no_cache=0
4687 # Check whether --enable-logwin or --disable-logwin was given.
4688 if test "${enable_logwin+set}" = set; then
4689 enableval="$enable_logwin"
4690
4691 if test "$enableval" = yes; then
4692 ac_cv_use_logwin='wxUSE_LOGWINDOW=yes'
4693 else
4694 ac_cv_use_logwin='wxUSE_LOGWINDOW=no'
4695 fi
4696
4697 else
4698
4699 LINE=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
4700 if test "x$LINE" != x ; then
4701 eval "DEFAULT_$LINE"
4702 else
4703 no_cache=1
4704 fi
4705
4706 ac_cv_use_logwin='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW
4707
4708 fi
4709
4710
4711 eval "$ac_cv_use_logwin"
4712 if test "$no_cache" != 1; then
4713 echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
4714 fi
4715
4716 if test "$wxUSE_LOGWINDOW" = yes; then
4717 echo "$ac_t""yes" 1>&6
4718 else
4719 echo "$ac_t""no" 1>&6
4720 fi
4721
4722
4723
4724 echo $ac_n "checking for --enable-postscript""... $ac_c" 1>&6
4725 echo "configure:4726: checking for --enable-postscript" >&5
4726 no_cache=0
4727 # Check whether --enable-postscript or --disable-postscript was given.
4728 if test "${enable_postscript+set}" = set; then
4729 enableval="$enable_postscript"
4730
4731 if test "$enableval" = yes; then
4732 ac_cv_use_postscript='wxUSE_POSTSCRIPT=yes'
4733 else
4734 ac_cv_use_postscript='wxUSE_POSTSCRIPT=no'
4735 fi
4736
4737 else
4738
4739 LINE=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
4740 if test "x$LINE" != x ; then
4741 eval "DEFAULT_$LINE"
4742 else
4743 no_cache=1
4744 fi
4745
4746 ac_cv_use_postscript='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
4747
4748 fi
4749
4750
4751 eval "$ac_cv_use_postscript"
4752 if test "$no_cache" != 1; then
4753 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
4754 fi
4755
4756 if test "$wxUSE_POSTSCRIPT" = yes; then
4757 echo "$ac_t""yes" 1>&6
4758 else
4759 echo "$ac_t""no" 1>&6
4760 fi
4761
4762
4763
4764
4765
4766 echo $ac_n "checking for --enable-prologio""... $ac_c" 1>&6
4767 echo "configure:4768: checking for --enable-prologio" >&5
4768 no_cache=0
4769 # Check whether --enable-prologio or --disable-prologio was given.
4770 if test "${enable_prologio+set}" = set; then
4771 enableval="$enable_prologio"
4772
4773 if test "$enableval" = yes; then
4774 ac_cv_use_prologio='wxUSE_PROLOGIO=yes'
4775 else
4776 ac_cv_use_prologio='wxUSE_PROLOGIO=no'
4777 fi
4778
4779 else
4780
4781 LINE=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
4782 if test "x$LINE" != x ; then
4783 eval "DEFAULT_$LINE"
4784 else
4785 no_cache=1
4786 fi
4787
4788 ac_cv_use_prologio='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
4789
4790 fi
4791
4792
4793 eval "$ac_cv_use_prologio"
4794 if test "$no_cache" != 1; then
4795 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
4796 fi
4797
4798 if test "$wxUSE_PROLOGIO" = yes; then
4799 echo "$ac_t""yes" 1>&6
4800 else
4801 echo "$ac_t""no" 1>&6
4802 fi
4803
4804
4805 echo $ac_n "checking for --enable-resources""... $ac_c" 1>&6
4806 echo "configure:4807: checking for --enable-resources" >&5
4807 no_cache=0
4808 # Check whether --enable-resources or --disable-resources was given.
4809 if test "${enable_resources+set}" = set; then
4810 enableval="$enable_resources"
4811
4812 if test "$enableval" = yes; then
4813 ac_cv_use_resources='wxUSE_RESOURCES=yes'
4814 else
4815 ac_cv_use_resources='wxUSE_RESOURCES=no'
4816 fi
4817
4818 else
4819
4820 LINE=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
4821 if test "x$LINE" != x ; then
4822 eval "DEFAULT_$LINE"
4823 else
4824 no_cache=1
4825 fi
4826
4827 ac_cv_use_resources='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
4828
4829 fi
4830
4831
4832 eval "$ac_cv_use_resources"
4833 if test "$no_cache" != 1; then
4834 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
4835 fi
4836
4837 if test "$wxUSE_RESOURCES" = yes; then
4838 echo "$ac_t""yes" 1>&6
4839 else
4840 echo "$ac_t""no" 1>&6
4841 fi
4842
4843
4844
4845 echo $ac_n "checking for --enable-xresources""... $ac_c" 1>&6
4846 echo "configure:4847: checking for --enable-xresources" >&5
4847 no_cache=0
4848 # Check whether --enable-xresources or --disable-xresources was given.
4849 if test "${enable_xresources+set}" = set; then
4850 enableval="$enable_xresources"
4851
4852 if test "$enableval" = yes; then
4853 ac_cv_use_xresources='wxUSE_X_RESOURCES=yes'
4854 else
4855 ac_cv_use_xresources='wxUSE_X_RESOURCES=no'
4856 fi
4857
4858 else
4859
4860 LINE=`grep "wxUSE_X_RESOURCES" ${wx_arg_cache_file}`
4861 if test "x$LINE" != x ; then
4862 eval "DEFAULT_$LINE"
4863 else
4864 no_cache=1
4865 fi
4866
4867 ac_cv_use_xresources='wxUSE_X_RESOURCES='$DEFAULT_wxUSE_X_RESOURCES
4868
4869 fi
4870
4871
4872 eval "$ac_cv_use_xresources"
4873 if test "$no_cache" != 1; then
4874 echo $ac_cv_use_xresources >> ${wx_arg_cache_file}.tmp
4875 fi
4876
4877 if test "$wxUSE_X_RESOURCES" = yes; then
4878 echo "$ac_t""yes" 1>&6
4879 else
4880 echo "$ac_t""no" 1>&6
4881 fi
4882
4883
4884
4885
4886 echo $ac_n "checking for --enable-clipboard""... $ac_c" 1>&6
4887 echo "configure:4888: checking for --enable-clipboard" >&5
4888 no_cache=0
4889 # Check whether --enable-clipboard or --disable-clipboard was given.
4890 if test "${enable_clipboard+set}" = set; then
4891 enableval="$enable_clipboard"
4892
4893 if test "$enableval" = yes; then
4894 ac_cv_use_clipboard='wxUSE_CLIPBOARD=yes'
4895 else
4896 ac_cv_use_clipboard='wxUSE_CLIPBOARD=no'
4897 fi
4898
4899 else
4900
4901 LINE=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
4902 if test "x$LINE" != x ; then
4903 eval "DEFAULT_$LINE"
4904 else
4905 no_cache=1
4906 fi
4907
4908 ac_cv_use_clipboard='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
4909
4910 fi
4911
4912
4913 eval "$ac_cv_use_clipboard"
4914 if test "$no_cache" != 1; then
4915 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
4916 fi
4917
4918 if test "$wxUSE_CLIPBOARD" = yes; then
4919 echo "$ac_t""yes" 1>&6
4920 else
4921 echo "$ac_t""no" 1>&6
4922 fi
4923
4924
4925 echo $ac_n "checking for --enable-dnd""... $ac_c" 1>&6
4926 echo "configure:4927: checking for --enable-dnd" >&5
4927 no_cache=0
4928 # Check whether --enable-dnd or --disable-dnd was given.
4929 if test "${enable_dnd+set}" = set; then
4930 enableval="$enable_dnd"
4931
4932 if test "$enableval" = yes; then
4933 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes'
4934 else
4935 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=no'
4936 fi
4937
4938 else
4939
4940 LINE=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
4941 if test "x$LINE" != x ; then
4942 eval "DEFAULT_$LINE"
4943 else
4944 no_cache=1
4945 fi
4946
4947 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
4948
4949 fi
4950
4951
4952 eval "$ac_cv_use_dnd"
4953 if test "$no_cache" != 1; then
4954 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
4955 fi
4956
4957 if test "$wxUSE_DRAG_AND_DROP" = yes; then
4958 echo "$ac_t""yes" 1>&6
4959 else
4960 echo "$ac_t""no" 1>&6
4961 fi
4962
4963
4964 echo $ac_n "checking for --enable-metafile""... $ac_c" 1>&6
4965 echo "configure:4966: checking for --enable-metafile" >&5
4966 no_cache=0
4967 # Check whether --enable-metafile or --disable-metafile was given.
4968 if test "${enable_metafile+set}" = set; then
4969 enableval="$enable_metafile"
4970
4971 if test "$enableval" = yes; then
4972 ac_cv_use_metafile='wxUSE_METAFILE=yes'
4973 else
4974 ac_cv_use_metafile='wxUSE_METAFILE=no'
4975 fi
4976
4977 else
4978
4979 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
4980 if test "x$LINE" != x ; then
4981 eval "DEFAULT_$LINE"
4982 else
4983 no_cache=1
4984 fi
4985
4986 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
4987
4988 fi
4989
4990
4991 eval "$ac_cv_use_metafile"
4992 if test "$no_cache" != 1; then
4993 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
4994 fi
4995
4996 if test "$wxUSE_METAFILE" = yes; then
4997 echo "$ac_t""yes" 1>&6
4998 else
4999 echo "$ac_t""no" 1>&6
5000 fi
5001
5002
5003
5004 echo $ac_n "checking for --enable-treelayout""... $ac_c" 1>&6
5005 echo "configure:5006: checking for --enable-treelayout" >&5
5006 no_cache=0
5007 # Check whether --enable-treelayout or --disable-treelayout was given.
5008 if test "${enable_treelayout+set}" = set; then
5009 enableval="$enable_treelayout"
5010
5011 if test "$enableval" = yes; then
5012 ac_cv_use_treelayout='wxUSE_TREELAYOUT=yes'
5013 else
5014 ac_cv_use_treelayout='wxUSE_TREELAYOUT=no'
5015 fi
5016
5017 else
5018
5019 LINE=`grep "wxUSE_TREELAYOUT" ${wx_arg_cache_file}`
5020 if test "x$LINE" != x ; then
5021 eval "DEFAULT_$LINE"
5022 else
5023 no_cache=1
5024 fi
5025
5026 ac_cv_use_treelayout='wxUSE_TREELAYOUT='$DEFAULT_wxUSE_TREELAYOUT
5027
5028 fi
5029
5030
5031 eval "$ac_cv_use_treelayout"
5032 if test "$no_cache" != 1; then
5033 echo $ac_cv_use_treelayout >> ${wx_arg_cache_file}.tmp
5034 fi
5035
5036 if test "$wxUSE_TREELAYOUT" = yes; then
5037 echo "$ac_t""yes" 1>&6
5038 else
5039 echo "$ac_t""no" 1>&6
5040 fi
5041
5042
5043
5044
5045 echo $ac_n "checking for --enable-controls""... $ac_c" 1>&6
5046 echo "configure:5047: checking for --enable-controls" >&5
5047 no_cache=0
5048 # Check whether --enable-controls or --disable-controls was given.
5049 if test "${enable_controls+set}" = set; then
5050 enableval="$enable_controls"
5051
5052 if test "$enableval" = yes; then
5053 ac_cv_use_controls='wxUSE_CONTROLS=yes'
5054 else
5055 ac_cv_use_controls='wxUSE_CONTROLS=no'
5056 fi
5057
5058 else
5059
5060 LINE=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
5061 if test "x$LINE" != x ; then
5062 eval "DEFAULT_$LINE"
5063 else
5064 no_cache=1
5065 fi
5066
5067 ac_cv_use_controls='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
5068
5069 fi
5070
5071
5072 eval "$ac_cv_use_controls"
5073 if test "$no_cache" != 1; then
5074 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
5075 fi
5076
5077 if test "$wxUSE_CONTROLS" = yes; then
5078 echo "$ac_t""yes" 1>&6
5079 else
5080 echo "$ac_t""no" 1>&6
5081 fi
5082
5083
5084 if test "$wxUSE_CONTROLS" = "yes"; then
5085 DEFAULT_wxUSE_ACCEL=yes
5086 DEFAULT_wxUSE_BMPBUTTON=yes
5087 DEFAULT_wxUSE_BUTTON=yes
5088 DEFAULT_wxUSE_CALCTRL=no
5089 DEFAULT_wxUSE_CARET=yes
5090 DEFAULT_wxUSE_COMBOBOX=yes
5091 DEFAULT_wxUSE_CHECKBOX=yes
5092 DEFAULT_wxUSE_CHECKLISTBOX=yes
5093 DEFAULT_wxUSE_CHOICE=yes
5094 DEFAULT_wxUSE_GAUGE=yes
5095 DEFAULT_wxUSE_GRID=yes
5096 DEFAULT_wxUSE_NEW_GRID=yes
5097 DEFAULT_wxUSE_IMAGLIST=yes
5098 DEFAULT_wxUSE_LISTBOX=yes
5099 DEFAULT_wxUSE_LISTCTRL=yes
5100 DEFAULT_wxUSE_NOTEBOOK=yes
5101 DEFAULT_wxUSE_PROPSHEET=yes
5102 DEFAULT_wxUSE_RADIOBOX=yes
5103 DEFAULT_wxUSE_RADIOBTN=yes
5104 DEFAULT_wxUSE_SASH=yes
5105 DEFAULT_wxUSE_SCROLLBAR=yes
5106 DEFAULT_wxUSE_SLIDER=yes
5107 DEFAULT_wxUSE_SPINBTN=yes
5108 DEFAULT_wxUSE_SPINCTRL=yes
5109 DEFAULT_wxUSE_SPLITTER=yes
5110 DEFAULT_wxUSE_STATBMP=yes
5111 DEFAULT_wxUSE_STATBOX=yes
5112 DEFAULT_wxUSE_STATLINE=yes
5113 DEFAULT_wxUSE_STATUSBAR=yes
5114 DEFAULT_wxUSE_TAB_DIALOG=yes
5115 DEFAULT_wxUSE_TOGGLEBTN=yes
5116 DEFAULT_wxUSE_TOOLBAR=yes
5117 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
5118 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
5119 DEFAULT_wxUSE_TOOLTIPS=yes
5120 DEFAULT_wxUSE_TREECTRL=yes
5121 DEFAULT_wxUSE_POPUPWIN=yes
5122 elif test "$wxUSE_CONTROLS" = "no"; then
5123 DEFAULT_wxUSE_ACCEL=no
5124 DEFAULT_wxUSE_BMPBUTTON=no
5125 DEFAULT_wxUSE_BUTTON=no
5126 DEFAULT_wxUSE_CALCTRL=no
5127 DEFAULT_wxUSE_CARET=no
5128 DEFAULT_wxUSE_COMBOBOX=no
5129 DEFAULT_wxUSE_CHECKBOX=no
5130 DEFAULT_wxUSE_CHECKLISTBOX=no
5131 DEFAULT_wxUSE_CHOICE=no
5132 DEFAULT_wxUSE_GAUGE=no
5133 DEFAULT_wxUSE_GRID=no
5134 DEFAULT_wxUSE_NEW_GRID=no
5135 DEFAULT_wxUSE_IMAGLIST=no
5136 DEFAULT_wxUSE_LISTBOX=no
5137 DEFAULT_wxUSE_LISTCTRL=no
5138 DEFAULT_wxUSE_NOTEBOOK=no
5139 DEFAULT_wxUSE_PROPSHEET=no
5140 DEFAULT_wxUSE_RADIOBOX=no
5141 DEFAULT_wxUSE_RADIOBTN=no
5142 DEFAULT_wxUSE_SASH=no
5143 DEFAULT_wxUSE_SCROLLBAR=no
5144 DEFAULT_wxUSE_SLIDER=no
5145 DEFAULT_wxUSE_SPINBTN=no
5146 DEFAULT_wxUSE_SPINCTRL=no
5147 DEFAULT_wxUSE_SPLITTER=no
5148 DEFAULT_wxUSE_STATBMP=no
5149 DEFAULT_wxUSE_STATBOX=no
5150 DEFAULT_wxUSE_STATLINE=no
5151 DEFAULT_wxUSE_STATUSBAR=no
5152 DEFAULT_wxUSE_TAB_DIALOG=no
5153 DEFAULT_wxUSE_TOGGLEBTN=no
5154 DEFAULT_wxUSE_TOOLBAR=no
5155 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
5156 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
5157 DEFAULT_wxUSE_TOOLTIPS=no
5158 DEFAULT_wxUSE_TREECTRL=no
5159 DEFAULT_wxUSE_POPUPWIN=no
5160 fi
5161
5162
5163 echo $ac_n "checking for --enable-accel""... $ac_c" 1>&6
5164 echo "configure:5165: checking for --enable-accel" >&5
5165 no_cache=0
5166 # Check whether --enable-accel or --disable-accel was given.
5167 if test "${enable_accel+set}" = set; then
5168 enableval="$enable_accel"
5169
5170 if test "$enableval" = yes; then
5171 ac_cv_use_accel='wxUSE_ACCEL=yes'
5172 else
5173 ac_cv_use_accel='wxUSE_ACCEL=no'
5174 fi
5175
5176 else
5177
5178 LINE=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
5179 if test "x$LINE" != x ; then
5180 eval "DEFAULT_$LINE"
5181 else
5182 no_cache=1
5183 fi
5184
5185 ac_cv_use_accel='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
5186
5187 fi
5188
5189
5190 eval "$ac_cv_use_accel"
5191 if test "$no_cache" != 1; then
5192 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
5193 fi
5194
5195 if test "$wxUSE_ACCEL" = yes; then
5196 echo "$ac_t""yes" 1>&6
5197 else
5198 echo "$ac_t""no" 1>&6
5199 fi
5200
5201
5202 echo $ac_n "checking for --enable-button""... $ac_c" 1>&6
5203 echo "configure:5204: checking for --enable-button" >&5
5204 no_cache=0
5205 # Check whether --enable-button or --disable-button was given.
5206 if test "${enable_button+set}" = set; then
5207 enableval="$enable_button"
5208
5209 if test "$enableval" = yes; then
5210 ac_cv_use_button='wxUSE_BUTTON=yes'
5211 else
5212 ac_cv_use_button='wxUSE_BUTTON=no'
5213 fi
5214
5215 else
5216
5217 LINE=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
5218 if test "x$LINE" != x ; then
5219 eval "DEFAULT_$LINE"
5220 else
5221 no_cache=1
5222 fi
5223
5224 ac_cv_use_button='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON
5225
5226 fi
5227
5228
5229 eval "$ac_cv_use_button"
5230 if test "$no_cache" != 1; then
5231 echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
5232 fi
5233
5234 if test "$wxUSE_BUTTON" = yes; then
5235 echo "$ac_t""yes" 1>&6
5236 else
5237 echo "$ac_t""no" 1>&6
5238 fi
5239
5240
5241 echo $ac_n "checking for --enable-bmpbutton""... $ac_c" 1>&6
5242 echo "configure:5243: checking for --enable-bmpbutton" >&5
5243 no_cache=0
5244 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
5245 if test "${enable_bmpbutton+set}" = set; then
5246 enableval="$enable_bmpbutton"
5247
5248 if test "$enableval" = yes; then
5249 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes'
5250 else
5251 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
5252 fi
5253
5254 else
5255
5256 LINE=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
5257 if test "x$LINE" != x ; then
5258 eval "DEFAULT_$LINE"
5259 else
5260 no_cache=1
5261 fi
5262
5263 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
5264
5265 fi
5266
5267
5268 eval "$ac_cv_use_bmpbutton"
5269 if test "$no_cache" != 1; then
5270 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
5271 fi
5272
5273 if test "$wxUSE_BMPBUTTON" = yes; then
5274 echo "$ac_t""yes" 1>&6
5275 else
5276 echo "$ac_t""no" 1>&6
5277 fi
5278
5279
5280 echo $ac_n "checking for --enable-calendar""... $ac_c" 1>&6
5281 echo "configure:5282: checking for --enable-calendar" >&5
5282 no_cache=0
5283 # Check whether --enable-calendar or --disable-calendar was given.
5284 if test "${enable_calendar+set}" = set; then
5285 enableval="$enable_calendar"
5286
5287 if test "$enableval" = yes; then
5288 ac_cv_use_calendar='wxUSE_CALCTRL=yes'
5289 else
5290 ac_cv_use_calendar='wxUSE_CALCTRL=no'
5291 fi
5292
5293 else
5294
5295 LINE=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
5296 if test "x$LINE" != x ; then
5297 eval "DEFAULT_$LINE"
5298 else
5299 no_cache=1
5300 fi
5301
5302 ac_cv_use_calendar='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL
5303
5304 fi
5305
5306
5307 eval "$ac_cv_use_calendar"
5308 if test "$no_cache" != 1; then
5309 echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
5310 fi
5311
5312 if test "$wxUSE_CALCTRL" = yes; then
5313 echo "$ac_t""yes" 1>&6
5314 else
5315 echo "$ac_t""no" 1>&6
5316 fi
5317
5318
5319 echo $ac_n "checking for --enable-caret""... $ac_c" 1>&6
5320 echo "configure:5321: checking for --enable-caret" >&5
5321 no_cache=0
5322 # Check whether --enable-caret or --disable-caret was given.
5323 if test "${enable_caret+set}" = set; then
5324 enableval="$enable_caret"
5325
5326 if test "$enableval" = yes; then
5327 ac_cv_use_caret='wxUSE_CARET=yes'
5328 else
5329 ac_cv_use_caret='wxUSE_CARET=no'
5330 fi
5331
5332 else
5333
5334 LINE=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
5335 if test "x$LINE" != x ; then
5336 eval "DEFAULT_$LINE"
5337 else
5338 no_cache=1
5339 fi
5340
5341 ac_cv_use_caret='wxUSE_CARET='$DEFAULT_wxUSE_CARET
5342
5343 fi
5344
5345
5346 eval "$ac_cv_use_caret"
5347 if test "$no_cache" != 1; then
5348 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
5349 fi
5350
5351 if test "$wxUSE_CARET" = yes; then
5352 echo "$ac_t""yes" 1>&6
5353 else
5354 echo "$ac_t""no" 1>&6
5355 fi
5356
5357
5358 echo $ac_n "checking for --enable-checkbox""... $ac_c" 1>&6
5359 echo "configure:5360: checking for --enable-checkbox" >&5
5360 no_cache=0
5361 # Check whether --enable-checkbox or --disable-checkbox was given.
5362 if test "${enable_checkbox+set}" = set; then
5363 enableval="$enable_checkbox"
5364
5365 if test "$enableval" = yes; then
5366 ac_cv_use_checkbox='wxUSE_CHECKBOX=yes'
5367 else
5368 ac_cv_use_checkbox='wxUSE_CHECKBOX=no'
5369 fi
5370
5371 else
5372
5373 LINE=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
5374 if test "x$LINE" != x ; then
5375 eval "DEFAULT_$LINE"
5376 else
5377 no_cache=1
5378 fi
5379
5380 ac_cv_use_checkbox='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
5381
5382 fi
5383
5384
5385 eval "$ac_cv_use_checkbox"
5386 if test "$no_cache" != 1; then
5387 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
5388 fi
5389
5390 if test "$wxUSE_CHECKBOX" = yes; then
5391 echo "$ac_t""yes" 1>&6
5392 else
5393 echo "$ac_t""no" 1>&6
5394 fi
5395
5396
5397 echo $ac_n "checking for --enable-checklst""... $ac_c" 1>&6
5398 echo "configure:5399: checking for --enable-checklst" >&5
5399 no_cache=0
5400 # Check whether --enable-checklst or --disable-checklst was given.
5401 if test "${enable_checklst+set}" = set; then
5402 enableval="$enable_checklst"
5403
5404 if test "$enableval" = yes; then
5405 ac_cv_use_checklst='wxUSE_CHECKLST=yes'
5406 else
5407 ac_cv_use_checklst='wxUSE_CHECKLST=no'
5408 fi
5409
5410 else
5411
5412 LINE=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
5413 if test "x$LINE" != x ; then
5414 eval "DEFAULT_$LINE"
5415 else
5416 no_cache=1
5417 fi
5418
5419 ac_cv_use_checklst='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
5420
5421 fi
5422
5423
5424 eval "$ac_cv_use_checklst"
5425 if test "$no_cache" != 1; then
5426 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
5427 fi
5428
5429 if test "$wxUSE_CHECKLST" = yes; then
5430 echo "$ac_t""yes" 1>&6
5431 else
5432 echo "$ac_t""no" 1>&6
5433 fi
5434
5435
5436 echo $ac_n "checking for --enable-choice""... $ac_c" 1>&6
5437 echo "configure:5438: checking for --enable-choice" >&5
5438 no_cache=0
5439 # Check whether --enable-choice or --disable-choice was given.
5440 if test "${enable_choice+set}" = set; then
5441 enableval="$enable_choice"
5442
5443 if test "$enableval" = yes; then
5444 ac_cv_use_choice='wxUSE_CHOICE=yes'
5445 else
5446 ac_cv_use_choice='wxUSE_CHOICE=no'
5447 fi
5448
5449 else
5450
5451 LINE=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
5452 if test "x$LINE" != x ; then
5453 eval "DEFAULT_$LINE"
5454 else
5455 no_cache=1
5456 fi
5457
5458 ac_cv_use_choice='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
5459
5460 fi
5461
5462
5463 eval "$ac_cv_use_choice"
5464 if test "$no_cache" != 1; then
5465 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
5466 fi
5467
5468 if test "$wxUSE_CHOICE" = yes; then
5469 echo "$ac_t""yes" 1>&6
5470 else
5471 echo "$ac_t""no" 1>&6
5472 fi
5473
5474
5475 echo $ac_n "checking for --enable-combobox""... $ac_c" 1>&6
5476 echo "configure:5477: checking for --enable-combobox" >&5
5477 no_cache=0
5478 # Check whether --enable-combobox or --disable-combobox was given.
5479 if test "${enable_combobox+set}" = set; then
5480 enableval="$enable_combobox"
5481
5482 if test "$enableval" = yes; then
5483 ac_cv_use_combobox='wxUSE_COMBOBOX=yes'
5484 else
5485 ac_cv_use_combobox='wxUSE_COMBOBOX=no'
5486 fi
5487
5488 else
5489
5490 LINE=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
5491 if test "x$LINE" != x ; then
5492 eval "DEFAULT_$LINE"
5493 else
5494 no_cache=1
5495 fi
5496
5497 ac_cv_use_combobox='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
5498
5499 fi
5500
5501
5502 eval "$ac_cv_use_combobox"
5503 if test "$no_cache" != 1; then
5504 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
5505 fi
5506
5507 if test "$wxUSE_COMBOBOX" = yes; then
5508 echo "$ac_t""yes" 1>&6
5509 else
5510 echo "$ac_t""no" 1>&6
5511 fi
5512
5513
5514 echo $ac_n "checking for --enable-gauge""... $ac_c" 1>&6
5515 echo "configure:5516: checking for --enable-gauge" >&5
5516 no_cache=0
5517 # Check whether --enable-gauge or --disable-gauge was given.
5518 if test "${enable_gauge+set}" = set; then
5519 enableval="$enable_gauge"
5520
5521 if test "$enableval" = yes; then
5522 ac_cv_use_gauge='wxUSE_GAUGE=yes'
5523 else
5524 ac_cv_use_gauge='wxUSE_GAUGE=no'
5525 fi
5526
5527 else
5528
5529 LINE=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
5530 if test "x$LINE" != x ; then
5531 eval "DEFAULT_$LINE"
5532 else
5533 no_cache=1
5534 fi
5535
5536 ac_cv_use_gauge='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
5537
5538 fi
5539
5540
5541 eval "$ac_cv_use_gauge"
5542 if test "$no_cache" != 1; then
5543 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
5544 fi
5545
5546 if test "$wxUSE_GAUGE" = yes; then
5547 echo "$ac_t""yes" 1>&6
5548 else
5549 echo "$ac_t""no" 1>&6
5550 fi
5551
5552
5553 echo $ac_n "checking for --enable-grid""... $ac_c" 1>&6
5554 echo "configure:5555: checking for --enable-grid" >&5
5555 no_cache=0
5556 # Check whether --enable-grid or --disable-grid was given.
5557 if test "${enable_grid+set}" = set; then
5558 enableval="$enable_grid"
5559
5560 if test "$enableval" = yes; then
5561 ac_cv_use_grid='wxUSE_GRID=yes'
5562 else
5563 ac_cv_use_grid='wxUSE_GRID=no'
5564 fi
5565
5566 else
5567
5568 LINE=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
5569 if test "x$LINE" != x ; then
5570 eval "DEFAULT_$LINE"
5571 else
5572 no_cache=1
5573 fi
5574
5575 ac_cv_use_grid='wxUSE_GRID='$DEFAULT_wxUSE_GRID
5576
5577 fi
5578
5579
5580 eval "$ac_cv_use_grid"
5581 if test "$no_cache" != 1; then
5582 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
5583 fi
5584
5585 if test "$wxUSE_GRID" = yes; then
5586 echo "$ac_t""yes" 1>&6
5587 else
5588 echo "$ac_t""no" 1>&6
5589 fi
5590
5591
5592 echo $ac_n "checking for --enable-newgrid""... $ac_c" 1>&6
5593 echo "configure:5594: checking for --enable-newgrid" >&5
5594 no_cache=0
5595 # Check whether --enable-newgrid or --disable-newgrid was given.
5596 if test "${enable_newgrid+set}" = set; then
5597 enableval="$enable_newgrid"
5598
5599 if test "$enableval" = yes; then
5600 ac_cv_use_newgrid='wxUSE_NEW_GRID=yes'
5601 else
5602 ac_cv_use_newgrid='wxUSE_NEW_GRID=no'
5603 fi
5604
5605 else
5606
5607 LINE=`grep "wxUSE_NEW_GRID" ${wx_arg_cache_file}`
5608 if test "x$LINE" != x ; then
5609 eval "DEFAULT_$LINE"
5610 else
5611 no_cache=1
5612 fi
5613
5614 ac_cv_use_newgrid='wxUSE_NEW_GRID='$DEFAULT_wxUSE_NEW_GRID
5615
5616 fi
5617
5618
5619 eval "$ac_cv_use_newgrid"
5620 if test "$no_cache" != 1; then
5621 echo $ac_cv_use_newgrid >> ${wx_arg_cache_file}.tmp
5622 fi
5623
5624 if test "$wxUSE_NEW_GRID" = yes; then
5625 echo "$ac_t""yes" 1>&6
5626 else
5627 echo "$ac_t""no" 1>&6
5628 fi
5629
5630
5631 echo $ac_n "checking for --enable-imaglist""... $ac_c" 1>&6
5632 echo "configure:5633: checking for --enable-imaglist" >&5
5633 no_cache=0
5634 # Check whether --enable-imaglist or --disable-imaglist was given.
5635 if test "${enable_imaglist+set}" = set; then
5636 enableval="$enable_imaglist"
5637
5638 if test "$enableval" = yes; then
5639 ac_cv_use_imaglist='wxUSE_IMAGLIST=yes'
5640 else
5641 ac_cv_use_imaglist='wxUSE_IMAGLIST=no'
5642 fi
5643
5644 else
5645
5646 LINE=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
5647 if test "x$LINE" != x ; then
5648 eval "DEFAULT_$LINE"
5649 else
5650 no_cache=1
5651 fi
5652
5653 ac_cv_use_imaglist='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
5654
5655 fi
5656
5657
5658 eval "$ac_cv_use_imaglist"
5659 if test "$no_cache" != 1; then
5660 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
5661 fi
5662
5663 if test "$wxUSE_IMAGLIST" = yes; then
5664 echo "$ac_t""yes" 1>&6
5665 else
5666 echo "$ac_t""no" 1>&6
5667 fi
5668
5669
5670 echo $ac_n "checking for --enable-listbox""... $ac_c" 1>&6
5671 echo "configure:5672: checking for --enable-listbox" >&5
5672 no_cache=0
5673 # Check whether --enable-listbox or --disable-listbox was given.
5674 if test "${enable_listbox+set}" = set; then
5675 enableval="$enable_listbox"
5676
5677 if test "$enableval" = yes; then
5678 ac_cv_use_listbox='wxUSE_LISTBOX=yes'
5679 else
5680 ac_cv_use_listbox='wxUSE_LISTBOX=no'
5681 fi
5682
5683 else
5684
5685 LINE=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
5686 if test "x$LINE" != x ; then
5687 eval "DEFAULT_$LINE"
5688 else
5689 no_cache=1
5690 fi
5691
5692 ac_cv_use_listbox='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
5693
5694 fi
5695
5696
5697 eval "$ac_cv_use_listbox"
5698 if test "$no_cache" != 1; then
5699 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
5700 fi
5701
5702 if test "$wxUSE_LISTBOX" = yes; then
5703 echo "$ac_t""yes" 1>&6
5704 else
5705 echo "$ac_t""no" 1>&6
5706 fi
5707
5708
5709 echo $ac_n "checking for --enable-listctrl""... $ac_c" 1>&6
5710 echo "configure:5711: checking for --enable-listctrl" >&5
5711 no_cache=0
5712 # Check whether --enable-listctrl or --disable-listctrl was given.
5713 if test "${enable_listctrl+set}" = set; then
5714 enableval="$enable_listctrl"
5715
5716 if test "$enableval" = yes; then
5717 ac_cv_use_listctrl='wxUSE_LISTCTRL=yes'
5718 else
5719 ac_cv_use_listctrl='wxUSE_LISTCTRL=no'
5720 fi
5721
5722 else
5723
5724 LINE=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
5725 if test "x$LINE" != x ; then
5726 eval "DEFAULT_$LINE"
5727 else
5728 no_cache=1
5729 fi
5730
5731 ac_cv_use_listctrl='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
5732
5733 fi
5734
5735
5736 eval "$ac_cv_use_listctrl"
5737 if test "$no_cache" != 1; then
5738 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
5739 fi
5740
5741 if test "$wxUSE_LISTCTRL" = yes; then
5742 echo "$ac_t""yes" 1>&6
5743 else
5744 echo "$ac_t""no" 1>&6
5745 fi
5746
5747
5748 echo $ac_n "checking for --enable-notebook""... $ac_c" 1>&6
5749 echo "configure:5750: checking for --enable-notebook" >&5
5750 no_cache=0
5751 # Check whether --enable-notebook or --disable-notebook was given.
5752 if test "${enable_notebook+set}" = set; then
5753 enableval="$enable_notebook"
5754
5755 if test "$enableval" = yes; then
5756 ac_cv_use_notebook='wxUSE_NOTEBOOK=yes'
5757 else
5758 ac_cv_use_notebook='wxUSE_NOTEBOOK=no'
5759 fi
5760
5761 else
5762
5763 LINE=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
5764 if test "x$LINE" != x ; then
5765 eval "DEFAULT_$LINE"
5766 else
5767 no_cache=1
5768 fi
5769
5770 ac_cv_use_notebook='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
5771
5772 fi
5773
5774
5775 eval "$ac_cv_use_notebook"
5776 if test "$no_cache" != 1; then
5777 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
5778 fi
5779
5780 if test "$wxUSE_NOTEBOOK" = yes; then
5781 echo "$ac_t""yes" 1>&6
5782 else
5783 echo "$ac_t""no" 1>&6
5784 fi
5785
5786
5787 echo $ac_n "checking for --enable-propsheet""... $ac_c" 1>&6
5788 echo "configure:5789: checking for --enable-propsheet" >&5
5789 no_cache=0
5790 # Check whether --enable-propsheet or --disable-propsheet was given.
5791 if test "${enable_propsheet+set}" = set; then
5792 enableval="$enable_propsheet"
5793
5794 if test "$enableval" = yes; then
5795 ac_cv_use_propsheet='wxUSE_PROPSHEET=yes'
5796 else
5797 ac_cv_use_propsheet='wxUSE_PROPSHEET=no'
5798 fi
5799
5800 else
5801
5802 LINE=`grep "wxUSE_PROPSHEET" ${wx_arg_cache_file}`
5803 if test "x$LINE" != x ; then
5804 eval "DEFAULT_$LINE"
5805 else
5806 no_cache=1
5807 fi
5808
5809 ac_cv_use_propsheet='wxUSE_PROPSHEET='$DEFAULT_wxUSE_PROPSHEET
5810
5811 fi
5812
5813
5814 eval "$ac_cv_use_propsheet"
5815 if test "$no_cache" != 1; then
5816 echo $ac_cv_use_propsheet >> ${wx_arg_cache_file}.tmp
5817 fi
5818
5819 if test "$wxUSE_PROPSHEET" = yes; then
5820 echo "$ac_t""yes" 1>&6
5821 else
5822 echo "$ac_t""no" 1>&6
5823 fi
5824
5825
5826 echo $ac_n "checking for --enable-radiobox""... $ac_c" 1>&6
5827 echo "configure:5828: checking for --enable-radiobox" >&5
5828 no_cache=0
5829 # Check whether --enable-radiobox or --disable-radiobox was given.
5830 if test "${enable_radiobox+set}" = set; then
5831 enableval="$enable_radiobox"
5832
5833 if test "$enableval" = yes; then
5834 ac_cv_use_radiobox='wxUSE_RADIOBOX=yes'
5835 else
5836 ac_cv_use_radiobox='wxUSE_RADIOBOX=no'
5837 fi
5838
5839 else
5840
5841 LINE=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
5842 if test "x$LINE" != x ; then
5843 eval "DEFAULT_$LINE"
5844 else
5845 no_cache=1
5846 fi
5847
5848 ac_cv_use_radiobox='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
5849
5850 fi
5851
5852
5853 eval "$ac_cv_use_radiobox"
5854 if test "$no_cache" != 1; then
5855 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
5856 fi
5857
5858 if test "$wxUSE_RADIOBOX" = yes; then
5859 echo "$ac_t""yes" 1>&6
5860 else
5861 echo "$ac_t""no" 1>&6
5862 fi
5863
5864
5865 echo $ac_n "checking for --enable-radiobtn""... $ac_c" 1>&6
5866 echo "configure:5867: checking for --enable-radiobtn" >&5
5867 no_cache=0
5868 # Check whether --enable-radiobtn or --disable-radiobtn was given.
5869 if test "${enable_radiobtn+set}" = set; then
5870 enableval="$enable_radiobtn"
5871
5872 if test "$enableval" = yes; then
5873 ac_cv_use_radiobtn='wxUSE_RADIOBTN=yes'
5874 else
5875 ac_cv_use_radiobtn='wxUSE_RADIOBTN=no'
5876 fi
5877
5878 else
5879
5880 LINE=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
5881 if test "x$LINE" != x ; then
5882 eval "DEFAULT_$LINE"
5883 else
5884 no_cache=1
5885 fi
5886
5887 ac_cv_use_radiobtn='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
5888
5889 fi
5890
5891
5892 eval "$ac_cv_use_radiobtn"
5893 if test "$no_cache" != 1; then
5894 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
5895 fi
5896
5897 if test "$wxUSE_RADIOBTN" = yes; then
5898 echo "$ac_t""yes" 1>&6
5899 else
5900 echo "$ac_t""no" 1>&6
5901 fi
5902
5903
5904 echo $ac_n "checking for --enable-sash""... $ac_c" 1>&6
5905 echo "configure:5906: checking for --enable-sash" >&5
5906 no_cache=0
5907 # Check whether --enable-sash or --disable-sash was given.
5908 if test "${enable_sash+set}" = set; then
5909 enableval="$enable_sash"
5910
5911 if test "$enableval" = yes; then
5912 ac_cv_use_sash='wxUSE_SASH=yes'
5913 else
5914 ac_cv_use_sash='wxUSE_SASH=no'
5915 fi
5916
5917 else
5918
5919 LINE=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
5920 if test "x$LINE" != x ; then
5921 eval "DEFAULT_$LINE"
5922 else
5923 no_cache=1
5924 fi
5925
5926 ac_cv_use_sash='wxUSE_SASH='$DEFAULT_wxUSE_SASH
5927
5928 fi
5929
5930
5931 eval "$ac_cv_use_sash"
5932 if test "$no_cache" != 1; then
5933 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
5934 fi
5935
5936 if test "$wxUSE_SASH" = yes; then
5937 echo "$ac_t""yes" 1>&6
5938 else
5939 echo "$ac_t""no" 1>&6
5940 fi
5941
5942
5943 echo $ac_n "checking for --enable-scrollbar""... $ac_c" 1>&6
5944 echo "configure:5945: checking for --enable-scrollbar" >&5
5945 no_cache=0
5946 # Check whether --enable-scrollbar or --disable-scrollbar was given.
5947 if test "${enable_scrollbar+set}" = set; then
5948 enableval="$enable_scrollbar"
5949
5950 if test "$enableval" = yes; then
5951 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=yes'
5952 else
5953 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=no'
5954 fi
5955
5956 else
5957
5958 LINE=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
5959 if test "x$LINE" != x ; then
5960 eval "DEFAULT_$LINE"
5961 else
5962 no_cache=1
5963 fi
5964
5965 ac_cv_use_scrollbar='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
5966
5967 fi
5968
5969
5970 eval "$ac_cv_use_scrollbar"
5971 if test "$no_cache" != 1; then
5972 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
5973 fi
5974
5975 if test "$wxUSE_SCROLLBAR" = yes; then
5976 echo "$ac_t""yes" 1>&6
5977 else
5978 echo "$ac_t""no" 1>&6
5979 fi
5980
5981
5982 echo $ac_n "checking for --enable-slider""... $ac_c" 1>&6
5983 echo "configure:5984: checking for --enable-slider" >&5
5984 no_cache=0
5985 # Check whether --enable-slider or --disable-slider was given.
5986 if test "${enable_slider+set}" = set; then
5987 enableval="$enable_slider"
5988
5989 if test "$enableval" = yes; then
5990 ac_cv_use_slider='wxUSE_SLIDER=yes'
5991 else
5992 ac_cv_use_slider='wxUSE_SLIDER=no'
5993 fi
5994
5995 else
5996
5997 LINE=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
5998 if test "x$LINE" != x ; then
5999 eval "DEFAULT_$LINE"
6000 else
6001 no_cache=1
6002 fi
6003
6004 ac_cv_use_slider='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
6005
6006 fi
6007
6008
6009 eval "$ac_cv_use_slider"
6010 if test "$no_cache" != 1; then
6011 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
6012 fi
6013
6014 if test "$wxUSE_SLIDER" = yes; then
6015 echo "$ac_t""yes" 1>&6
6016 else
6017 echo "$ac_t""no" 1>&6
6018 fi
6019
6020
6021 echo $ac_n "checking for --enable-spinbtn""... $ac_c" 1>&6
6022 echo "configure:6023: checking for --enable-spinbtn" >&5
6023 no_cache=0
6024 # Check whether --enable-spinbtn or --disable-spinbtn was given.
6025 if test "${enable_spinbtn+set}" = set; then
6026 enableval="$enable_spinbtn"
6027
6028 if test "$enableval" = yes; then
6029 ac_cv_use_spinbtn='wxUSE_SPINBTN=yes'
6030 else
6031 ac_cv_use_spinbtn='wxUSE_SPINBTN=no'
6032 fi
6033
6034 else
6035
6036 LINE=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
6037 if test "x$LINE" != x ; then
6038 eval "DEFAULT_$LINE"
6039 else
6040 no_cache=1
6041 fi
6042
6043 ac_cv_use_spinbtn='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
6044
6045 fi
6046
6047
6048 eval "$ac_cv_use_spinbtn"
6049 if test "$no_cache" != 1; then
6050 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
6051 fi
6052
6053 if test "$wxUSE_SPINBTN" = yes; then
6054 echo "$ac_t""yes" 1>&6
6055 else
6056 echo "$ac_t""no" 1>&6
6057 fi
6058
6059
6060 echo $ac_n "checking for --enable-spinctrl""... $ac_c" 1>&6
6061 echo "configure:6062: checking for --enable-spinctrl" >&5
6062 no_cache=0
6063 # Check whether --enable-spinctrl or --disable-spinctrl was given.
6064 if test "${enable_spinctrl+set}" = set; then
6065 enableval="$enable_spinctrl"
6066
6067 if test "$enableval" = yes; then
6068 ac_cv_use_spinctrl='wxUSE_SPINCTRL=yes'
6069 else
6070 ac_cv_use_spinctrl='wxUSE_SPINCTRL=no'
6071 fi
6072
6073 else
6074
6075 LINE=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
6076 if test "x$LINE" != x ; then
6077 eval "DEFAULT_$LINE"
6078 else
6079 no_cache=1
6080 fi
6081
6082 ac_cv_use_spinctrl='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
6083
6084 fi
6085
6086
6087 eval "$ac_cv_use_spinctrl"
6088 if test "$no_cache" != 1; then
6089 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
6090 fi
6091
6092 if test "$wxUSE_SPINCTRL" = yes; then
6093 echo "$ac_t""yes" 1>&6
6094 else
6095 echo "$ac_t""no" 1>&6
6096 fi
6097
6098
6099 echo $ac_n "checking for --enable-splitter""... $ac_c" 1>&6
6100 echo "configure:6101: checking for --enable-splitter" >&5
6101 no_cache=0
6102 # Check whether --enable-splitter or --disable-splitter was given.
6103 if test "${enable_splitter+set}" = set; then
6104 enableval="$enable_splitter"
6105
6106 if test "$enableval" = yes; then
6107 ac_cv_use_splitter='wxUSE_SPLITTER=yes'
6108 else
6109 ac_cv_use_splitter='wxUSE_SPLITTER=no'
6110 fi
6111
6112 else
6113
6114 LINE=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
6115 if test "x$LINE" != x ; then
6116 eval "DEFAULT_$LINE"
6117 else
6118 no_cache=1
6119 fi
6120
6121 ac_cv_use_splitter='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
6122
6123 fi
6124
6125
6126 eval "$ac_cv_use_splitter"
6127 if test "$no_cache" != 1; then
6128 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
6129 fi
6130
6131 if test "$wxUSE_SPLITTER" = yes; then
6132 echo "$ac_t""yes" 1>&6
6133 else
6134 echo "$ac_t""no" 1>&6
6135 fi
6136
6137
6138 echo $ac_n "checking for --enable-statbmp""... $ac_c" 1>&6
6139 echo "configure:6140: checking for --enable-statbmp" >&5
6140 no_cache=0
6141 # Check whether --enable-statbmp or --disable-statbmp was given.
6142 if test "${enable_statbmp+set}" = set; then
6143 enableval="$enable_statbmp"
6144
6145 if test "$enableval" = yes; then
6146 ac_cv_use_statbmp='wxUSE_STATBMP=yes'
6147 else
6148 ac_cv_use_statbmp='wxUSE_STATBMP=no'
6149 fi
6150
6151 else
6152
6153 LINE=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
6154 if test "x$LINE" != x ; then
6155 eval "DEFAULT_$LINE"
6156 else
6157 no_cache=1
6158 fi
6159
6160 ac_cv_use_statbmp='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
6161
6162 fi
6163
6164
6165 eval "$ac_cv_use_statbmp"
6166 if test "$no_cache" != 1; then
6167 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
6168 fi
6169
6170 if test "$wxUSE_STATBMP" = yes; then
6171 echo "$ac_t""yes" 1>&6
6172 else
6173 echo "$ac_t""no" 1>&6
6174 fi
6175
6176
6177 echo $ac_n "checking for --enable-statbox""... $ac_c" 1>&6
6178 echo "configure:6179: checking for --enable-statbox" >&5
6179 no_cache=0
6180 # Check whether --enable-statbox or --disable-statbox was given.
6181 if test "${enable_statbox+set}" = set; then
6182 enableval="$enable_statbox"
6183
6184 if test "$enableval" = yes; then
6185 ac_cv_use_statbox='wxUSE_STATBOX=yes'
6186 else
6187 ac_cv_use_statbox='wxUSE_STATBOX=no'
6188 fi
6189
6190 else
6191
6192 LINE=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
6193 if test "x$LINE" != x ; then
6194 eval "DEFAULT_$LINE"
6195 else
6196 no_cache=1
6197 fi
6198
6199 ac_cv_use_statbox='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
6200
6201 fi
6202
6203
6204 eval "$ac_cv_use_statbox"
6205 if test "$no_cache" != 1; then
6206 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
6207 fi
6208
6209 if test "$wxUSE_STATBOX" = yes; then
6210 echo "$ac_t""yes" 1>&6
6211 else
6212 echo "$ac_t""no" 1>&6
6213 fi
6214
6215
6216 echo $ac_n "checking for --enable-statline""... $ac_c" 1>&6
6217 echo "configure:6218: checking for --enable-statline" >&5
6218 no_cache=0
6219 # Check whether --enable-statline or --disable-statline was given.
6220 if test "${enable_statline+set}" = set; then
6221 enableval="$enable_statline"
6222
6223 if test "$enableval" = yes; then
6224 ac_cv_use_statline='wxUSE_STATLINE=yes'
6225 else
6226 ac_cv_use_statline='wxUSE_STATLINE=no'
6227 fi
6228
6229 else
6230
6231 LINE=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
6232 if test "x$LINE" != x ; then
6233 eval "DEFAULT_$LINE"
6234 else
6235 no_cache=1
6236 fi
6237
6238 ac_cv_use_statline='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
6239
6240 fi
6241
6242
6243 eval "$ac_cv_use_statline"
6244 if test "$no_cache" != 1; then
6245 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
6246 fi
6247
6248 if test "$wxUSE_STATLINE" = yes; then
6249 echo "$ac_t""yes" 1>&6
6250 else
6251 echo "$ac_t""no" 1>&6
6252 fi
6253
6254
6255 echo $ac_n "checking for --enable-stattext""... $ac_c" 1>&6
6256 echo "configure:6257: checking for --enable-stattext" >&5
6257 no_cache=0
6258 # Check whether --enable-stattext or --disable-stattext was given.
6259 if test "${enable_stattext+set}" = set; then
6260 enableval="$enable_stattext"
6261
6262 if test "$enableval" = yes; then
6263 ac_cv_use_stattext='wxUSE_STATTEXT=yes'
6264 else
6265 ac_cv_use_stattext='wxUSE_STATTEXT=no'
6266 fi
6267
6268 else
6269
6270 LINE=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}`
6271 if test "x$LINE" != x ; then
6272 eval "DEFAULT_$LINE"
6273 else
6274 no_cache=1
6275 fi
6276
6277 ac_cv_use_stattext='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT
6278
6279 fi
6280
6281
6282 eval "$ac_cv_use_stattext"
6283 if test "$no_cache" != 1; then
6284 echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
6285 fi
6286
6287 if test "$wxUSE_STATTEXT" = yes; then
6288 echo "$ac_t""yes" 1>&6
6289 else
6290 echo "$ac_t""no" 1>&6
6291 fi
6292
6293
6294 echo $ac_n "checking for --enable-statusbar""... $ac_c" 1>&6
6295 echo "configure:6296: checking for --enable-statusbar" >&5
6296 no_cache=0
6297 # Check whether --enable-statusbar or --disable-statusbar was given.
6298 if test "${enable_statusbar+set}" = set; then
6299 enableval="$enable_statusbar"
6300
6301 if test "$enableval" = yes; then
6302 ac_cv_use_statusbar='wxUSE_STATUSBAR=yes'
6303 else
6304 ac_cv_use_statusbar='wxUSE_STATUSBAR=no'
6305 fi
6306
6307 else
6308
6309 LINE=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
6310 if test "x$LINE" != x ; then
6311 eval "DEFAULT_$LINE"
6312 else
6313 no_cache=1
6314 fi
6315
6316 ac_cv_use_statusbar='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
6317
6318 fi
6319
6320
6321 eval "$ac_cv_use_statusbar"
6322 if test "$no_cache" != 1; then
6323 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
6324 fi
6325
6326 if test "$wxUSE_STATUSBAR" = yes; then
6327 echo "$ac_t""yes" 1>&6
6328 else
6329 echo "$ac_t""no" 1>&6
6330 fi
6331
6332
6333 echo $ac_n "checking for --enable-tabdialog""... $ac_c" 1>&6
6334 echo "configure:6335: checking for --enable-tabdialog" >&5
6335 no_cache=0
6336 # Check whether --enable-tabdialog or --disable-tabdialog was given.
6337 if test "${enable_tabdialog+set}" = set; then
6338 enableval="$enable_tabdialog"
6339
6340 if test "$enableval" = yes; then
6341 ac_cv_use_tabdialog='wxUSE_TABDIALOG=yes'
6342 else
6343 ac_cv_use_tabdialog='wxUSE_TABDIALOG=no'
6344 fi
6345
6346 else
6347
6348 LINE=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
6349 if test "x$LINE" != x ; then
6350 eval "DEFAULT_$LINE"
6351 else
6352 no_cache=1
6353 fi
6354
6355 ac_cv_use_tabdialog='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
6356
6357 fi
6358
6359
6360 eval "$ac_cv_use_tabdialog"
6361 if test "$no_cache" != 1; then
6362 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
6363 fi
6364
6365 if test "$wxUSE_TABDIALOG" = yes; then
6366 echo "$ac_t""yes" 1>&6
6367 else
6368 echo "$ac_t""no" 1>&6
6369 fi
6370
6371
6372 echo $ac_n "checking for --enable-textctrl""... $ac_c" 1>&6
6373 echo "configure:6374: checking for --enable-textctrl" >&5
6374 no_cache=0
6375 # Check whether --enable-textctrl or --disable-textctrl was given.
6376 if test "${enable_textctrl+set}" = set; then
6377 enableval="$enable_textctrl"
6378
6379 if test "$enableval" = yes; then
6380 ac_cv_use_textctrl='wxUSE_TEXTCTRL=yes'
6381 else
6382 ac_cv_use_textctrl='wxUSE_TEXTCTRL=no'
6383 fi
6384
6385 else
6386
6387 LINE=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
6388 if test "x$LINE" != x ; then
6389 eval "DEFAULT_$LINE"
6390 else
6391 no_cache=1
6392 fi
6393
6394 ac_cv_use_textctrl='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL
6395
6396 fi
6397
6398
6399 eval "$ac_cv_use_textctrl"
6400 if test "$no_cache" != 1; then
6401 echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
6402 fi
6403
6404 if test "$wxUSE_TEXTCTRL" = yes; then
6405 echo "$ac_t""yes" 1>&6
6406 else
6407 echo "$ac_t""no" 1>&6
6408 fi
6409
6410
6411 echo $ac_n "checking for --enable-togglebtn""... $ac_c" 1>&6
6412 echo "configure:6413: checking for --enable-togglebtn" >&5
6413 no_cache=0
6414 # Check whether --enable-togglebtn or --disable-togglebtn was given.
6415 if test "${enable_togglebtn+set}" = set; then
6416 enableval="$enable_togglebtn"
6417
6418 if test "$enableval" = yes; then
6419 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes'
6420 else
6421 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=no'
6422 fi
6423
6424 else
6425
6426 LINE=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
6427 if test "x$LINE" != x ; then
6428 eval "DEFAULT_$LINE"
6429 else
6430 no_cache=1
6431 fi
6432
6433 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
6434
6435 fi
6436
6437
6438 eval "$ac_cv_use_togglebtn"
6439 if test "$no_cache" != 1; then
6440 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
6441 fi
6442
6443 if test "$wxUSE_TOGGLEBTN" = yes; then
6444 echo "$ac_t""yes" 1>&6
6445 else
6446 echo "$ac_t""no" 1>&6
6447 fi
6448
6449
6450 echo $ac_n "checking for --enable-toolbar""... $ac_c" 1>&6
6451 echo "configure:6452: checking for --enable-toolbar" >&5
6452 no_cache=0
6453 # Check whether --enable-toolbar or --disable-toolbar was given.
6454 if test "${enable_toolbar+set}" = set; then
6455 enableval="$enable_toolbar"
6456
6457 if test "$enableval" = yes; then
6458 ac_cv_use_toolbar='wxUSE_TOOLBAR=yes'
6459 else
6460 ac_cv_use_toolbar='wxUSE_TOOLBAR=no'
6461 fi
6462
6463 else
6464
6465 LINE=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
6466 if test "x$LINE" != x ; then
6467 eval "DEFAULT_$LINE"
6468 else
6469 no_cache=1
6470 fi
6471
6472 ac_cv_use_toolbar='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
6473
6474 fi
6475
6476
6477 eval "$ac_cv_use_toolbar"
6478 if test "$no_cache" != 1; then
6479 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
6480 fi
6481
6482 if test "$wxUSE_TOOLBAR" = yes; then
6483 echo "$ac_t""yes" 1>&6
6484 else
6485 echo "$ac_t""no" 1>&6
6486 fi
6487
6488
6489 echo $ac_n "checking for --enable-tbarnative""... $ac_c" 1>&6
6490 echo "configure:6491: checking for --enable-tbarnative" >&5
6491 no_cache=0
6492 # Check whether --enable-tbarnative or --disable-tbarnative was given.
6493 if test "${enable_tbarnative+set}" = set; then
6494 enableval="$enable_tbarnative"
6495
6496 if test "$enableval" = yes; then
6497 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes'
6498 else
6499 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no'
6500 fi
6501
6502 else
6503
6504 LINE=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
6505 if test "x$LINE" != x ; then
6506 eval "DEFAULT_$LINE"
6507 else
6508 no_cache=1
6509 fi
6510
6511 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
6512
6513 fi
6514
6515
6516 eval "$ac_cv_use_tbarnative"
6517 if test "$no_cache" != 1; then
6518 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
6519 fi
6520
6521 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
6522 echo "$ac_t""yes" 1>&6
6523 else
6524 echo "$ac_t""no" 1>&6
6525 fi
6526
6527
6528 echo $ac_n "checking for --enable-tbarsmpl""... $ac_c" 1>&6
6529 echo "configure:6530: checking for --enable-tbarsmpl" >&5
6530 no_cache=0
6531 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
6532 if test "${enable_tbarsmpl+set}" = set; then
6533 enableval="$enable_tbarsmpl"
6534
6535 if test "$enableval" = yes; then
6536 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=yes'
6537 else
6538 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=no'
6539 fi
6540
6541 else
6542
6543 LINE=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
6544 if test "x$LINE" != x ; then
6545 eval "DEFAULT_$LINE"
6546 else
6547 no_cache=1
6548 fi
6549
6550 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
6551
6552 fi
6553
6554
6555 eval "$ac_cv_use_tbarsmpl"
6556 if test "$no_cache" != 1; then
6557 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
6558 fi
6559
6560 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
6561 echo "$ac_t""yes" 1>&6
6562 else
6563 echo "$ac_t""no" 1>&6
6564 fi
6565
6566
6567 echo $ac_n "checking for --enable-treectrl""... $ac_c" 1>&6
6568 echo "configure:6569: checking for --enable-treectrl" >&5
6569 no_cache=0
6570 # Check whether --enable-treectrl or --disable-treectrl was given.
6571 if test "${enable_treectrl+set}" = set; then
6572 enableval="$enable_treectrl"
6573
6574 if test "$enableval" = yes; then
6575 ac_cv_use_treectrl='wxUSE_TREECTRL=yes'
6576 else
6577 ac_cv_use_treectrl='wxUSE_TREECTRL=no'
6578 fi
6579
6580 else
6581
6582 LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
6583 if test "x$LINE" != x ; then
6584 eval "DEFAULT_$LINE"
6585 else
6586 no_cache=1
6587 fi
6588
6589 ac_cv_use_treectrl='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
6590
6591 fi
6592
6593
6594 eval "$ac_cv_use_treectrl"
6595 if test "$no_cache" != 1; then
6596 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
6597 fi
6598
6599 if test "$wxUSE_TREECTRL" = yes; then
6600 echo "$ac_t""yes" 1>&6
6601 else
6602 echo "$ac_t""no" 1>&6
6603 fi
6604
6605
6606 echo $ac_n "checking for --enable-popupwin""... $ac_c" 1>&6
6607 echo "configure:6608: checking for --enable-popupwin" >&5
6608 no_cache=0
6609 # Check whether --enable-popupwin or --disable-popupwin was given.
6610 if test "${enable_popupwin+set}" = set; then
6611 enableval="$enable_popupwin"
6612
6613 if test "$enableval" = yes; then
6614 ac_cv_use_popupwin='wxUSE_POPUPWIN=yes'
6615 else
6616 ac_cv_use_popupwin='wxUSE_POPUPWIN=no'
6617 fi
6618
6619 else
6620
6621 LINE=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
6622 if test "x$LINE" != x ; then
6623 eval "DEFAULT_$LINE"
6624 else
6625 no_cache=1
6626 fi
6627
6628 ac_cv_use_popupwin='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN
6629
6630 fi
6631
6632
6633 eval "$ac_cv_use_popupwin"
6634 if test "$no_cache" != 1; then
6635 echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
6636 fi
6637
6638 if test "$wxUSE_POPUPWIN" = yes; then
6639 echo "$ac_t""yes" 1>&6
6640 else
6641 echo "$ac_t""no" 1>&6
6642 fi
6643
6644
6645
6646
6647 echo $ac_n "checking for --enable-commondlg""... $ac_c" 1>&6
6648 echo "configure:6649: checking for --enable-commondlg" >&5
6649 no_cache=0
6650 # Check whether --enable-commondlg or --disable-commondlg was given.
6651 if test "${enable_commondlg+set}" = set; then
6652 enableval="$enable_commondlg"
6653
6654 if test "$enableval" = yes; then
6655 ac_cv_use_commondlg='wxUSE_COMMONDLGS=yes'
6656 else
6657 ac_cv_use_commondlg='wxUSE_COMMONDLGS=no'
6658 fi
6659
6660 else
6661
6662 LINE=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
6663 if test "x$LINE" != x ; then
6664 eval "DEFAULT_$LINE"
6665 else
6666 no_cache=1
6667 fi
6668
6669 ac_cv_use_commondlg='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
6670
6671 fi
6672
6673
6674 eval "$ac_cv_use_commondlg"
6675 if test "$no_cache" != 1; then
6676 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
6677 fi
6678
6679 if test "$wxUSE_COMMONDLGS" = yes; then
6680 echo "$ac_t""yes" 1>&6
6681 else
6682 echo "$ac_t""no" 1>&6
6683 fi
6684
6685
6686 echo $ac_n "checking for --enable-choicedlg""... $ac_c" 1>&6
6687 echo "configure:6688: checking for --enable-choicedlg" >&5
6688 no_cache=0
6689 # Check whether --enable-choicedlg or --disable-choicedlg was given.
6690 if test "${enable_choicedlg+set}" = set; then
6691 enableval="$enable_choicedlg"
6692
6693 if test "$enableval" = yes; then
6694 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=yes'
6695 else
6696 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=no'
6697 fi
6698
6699 else
6700
6701 LINE=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}`
6702 if test "x$LINE" != x ; then
6703 eval "DEFAULT_$LINE"
6704 else
6705 no_cache=1
6706 fi
6707
6708 ac_cv_use_choicedlg='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG
6709
6710 fi
6711
6712
6713 eval "$ac_cv_use_choicedlg"
6714 if test "$no_cache" != 1; then
6715 echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
6716 fi
6717
6718 if test "$wxUSE_CHOICEDLG" = yes; then
6719 echo "$ac_t""yes" 1>&6
6720 else
6721 echo "$ac_t""no" 1>&6
6722 fi
6723
6724
6725 echo $ac_n "checking for --enable-coldlg""... $ac_c" 1>&6
6726 echo "configure:6727: checking for --enable-coldlg" >&5
6727 no_cache=0
6728 # Check whether --enable-coldlg or --disable-coldlg was given.
6729 if test "${enable_coldlg+set}" = set; then
6730 enableval="$enable_coldlg"
6731
6732 if test "$enableval" = yes; then
6733 ac_cv_use_coldlg='wxUSE_COLOURDLG=yes'
6734 else
6735 ac_cv_use_coldlg='wxUSE_COLOURDLG=no'
6736 fi
6737
6738 else
6739
6740 LINE=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}`
6741 if test "x$LINE" != x ; then
6742 eval "DEFAULT_$LINE"
6743 else
6744 no_cache=1
6745 fi
6746
6747 ac_cv_use_coldlg='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG
6748
6749 fi
6750
6751
6752 eval "$ac_cv_use_coldlg"
6753 if test "$no_cache" != 1; then
6754 echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
6755 fi
6756
6757 if test "$wxUSE_COLOURDLG" = yes; then
6758 echo "$ac_t""yes" 1>&6
6759 else
6760 echo "$ac_t""no" 1>&6
6761 fi
6762
6763
6764 echo $ac_n "checking for --enable-filedlg""... $ac_c" 1>&6
6765 echo "configure:6766: checking for --enable-filedlg" >&5
6766 no_cache=0
6767 # Check whether --enable-filedlg or --disable-filedlg was given.
6768 if test "${enable_filedlg+set}" = set; then
6769 enableval="$enable_filedlg"
6770
6771 if test "$enableval" = yes; then
6772 ac_cv_use_filedlg='wxUSE_FILEDLG=yes'
6773 else
6774 ac_cv_use_filedlg='wxUSE_FILEDLG=no'
6775 fi
6776
6777 else
6778
6779 LINE=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}`
6780 if test "x$LINE" != x ; then
6781 eval "DEFAULT_$LINE"
6782 else
6783 no_cache=1
6784 fi
6785
6786 ac_cv_use_filedlg='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG
6787
6788 fi
6789
6790
6791 eval "$ac_cv_use_filedlg"
6792 if test "$no_cache" != 1; then
6793 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
6794 fi
6795
6796 if test "$wxUSE_FILEDLG" = yes; then
6797 echo "$ac_t""yes" 1>&6
6798 else
6799 echo "$ac_t""no" 1>&6
6800 fi
6801
6802
6803 echo $ac_n "checking for --enable-filedlg""... $ac_c" 1>&6
6804 echo "configure:6805: checking for --enable-filedlg" >&5
6805 no_cache=0
6806 # Check whether --enable-filedlg or --disable-filedlg was given.
6807 if test "${enable_filedlg+set}" = set; then
6808 enableval="$enable_filedlg"
6809
6810 if test "$enableval" = yes; then
6811 ac_cv_use_filedlg='wxUSE_FINDREPLDLG=yes'
6812 else
6813 ac_cv_use_filedlg='wxUSE_FINDREPLDLG=no'
6814 fi
6815
6816 else
6817
6818 LINE=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}`
6819 if test "x$LINE" != x ; then
6820 eval "DEFAULT_$LINE"
6821 else
6822 no_cache=1
6823 fi
6824
6825 ac_cv_use_filedlg='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG
6826
6827 fi
6828
6829
6830 eval "$ac_cv_use_filedlg"
6831 if test "$no_cache" != 1; then
6832 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
6833 fi
6834
6835 if test "$wxUSE_FINDREPLDLG" = yes; then
6836 echo "$ac_t""yes" 1>&6
6837 else
6838 echo "$ac_t""no" 1>&6
6839 fi
6840
6841
6842 echo $ac_n "checking for --enable-fontdlg""... $ac_c" 1>&6
6843 echo "configure:6844: checking for --enable-fontdlg" >&5
6844 no_cache=0
6845 # Check whether --enable-fontdlg or --disable-fontdlg was given.
6846 if test "${enable_fontdlg+set}" = set; then
6847 enableval="$enable_fontdlg"
6848
6849 if test "$enableval" = yes; then
6850 ac_cv_use_fontdlg='wxUSE_FONTDLG=yes'
6851 else
6852 ac_cv_use_fontdlg='wxUSE_FONTDLG=no'
6853 fi
6854
6855 else
6856
6857 LINE=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}`
6858 if test "x$LINE" != x ; then
6859 eval "DEFAULT_$LINE"
6860 else
6861 no_cache=1
6862 fi
6863
6864 ac_cv_use_fontdlg='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG
6865
6866 fi
6867
6868
6869 eval "$ac_cv_use_fontdlg"
6870 if test "$no_cache" != 1; then
6871 echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
6872 fi
6873
6874 if test "$wxUSE_FONTDLG" = yes; then
6875 echo "$ac_t""yes" 1>&6
6876 else
6877 echo "$ac_t""no" 1>&6
6878 fi
6879
6880
6881 echo $ac_n "checking for --enable-dirdlg""... $ac_c" 1>&6
6882 echo "configure:6883: checking for --enable-dirdlg" >&5
6883 no_cache=0
6884 # Check whether --enable-dirdlg or --disable-dirdlg was given.
6885 if test "${enable_dirdlg+set}" = set; then
6886 enableval="$enable_dirdlg"
6887
6888 if test "$enableval" = yes; then
6889 ac_cv_use_dirdlg='wxUSE_DIRDLG=yes'
6890 else
6891 ac_cv_use_dirdlg='wxUSE_DIRDLG=no'
6892 fi
6893
6894 else
6895
6896 LINE=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
6897 if test "x$LINE" != x ; then
6898 eval "DEFAULT_$LINE"
6899 else
6900 no_cache=1
6901 fi
6902
6903 ac_cv_use_dirdlg='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
6904
6905 fi
6906
6907
6908 eval "$ac_cv_use_dirdlg"
6909 if test "$no_cache" != 1; then
6910 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
6911 fi
6912
6913 if test "$wxUSE_DIRDLG" = yes; then
6914 echo "$ac_t""yes" 1>&6
6915 else
6916 echo "$ac_t""no" 1>&6
6917 fi
6918
6919
6920 echo $ac_n "checking for --enable-msgdlg""... $ac_c" 1>&6
6921 echo "configure:6922: checking for --enable-msgdlg" >&5
6922 no_cache=0
6923 # Check whether --enable-msgdlg or --disable-msgdlg was given.
6924 if test "${enable_msgdlg+set}" = set; then
6925 enableval="$enable_msgdlg"
6926
6927 if test "$enableval" = yes; then
6928 ac_cv_use_msgdlg='wxUSE_MSGDLG=yes'
6929 else
6930 ac_cv_use_msgdlg='wxUSE_MSGDLG=no'
6931 fi
6932
6933 else
6934
6935 LINE=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}`
6936 if test "x$LINE" != x ; then
6937 eval "DEFAULT_$LINE"
6938 else
6939 no_cache=1
6940 fi
6941
6942 ac_cv_use_msgdlg='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG
6943
6944 fi
6945
6946
6947 eval "$ac_cv_use_msgdlg"
6948 if test "$no_cache" != 1; then
6949 echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
6950 fi
6951
6952 if test "$wxUSE_MSGDLG" = yes; then
6953 echo "$ac_t""yes" 1>&6
6954 else
6955 echo "$ac_t""no" 1>&6
6956 fi
6957
6958
6959 echo $ac_n "checking for --enable-numberdlg""... $ac_c" 1>&6
6960 echo "configure:6961: checking for --enable-numberdlg" >&5
6961 no_cache=0
6962 # Check whether --enable-numberdlg or --disable-numberdlg was given.
6963 if test "${enable_numberdlg+set}" = set; then
6964 enableval="$enable_numberdlg"
6965
6966 if test "$enableval" = yes; then
6967 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=yes'
6968 else
6969 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=no'
6970 fi
6971
6972 else
6973
6974 LINE=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
6975 if test "x$LINE" != x ; then
6976 eval "DEFAULT_$LINE"
6977 else
6978 no_cache=1
6979 fi
6980
6981 ac_cv_use_numberdlg='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG
6982
6983 fi
6984
6985
6986 eval "$ac_cv_use_numberdlg"
6987 if test "$no_cache" != 1; then
6988 echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
6989 fi
6990
6991 if test "$wxUSE_NUMBERDLG" = yes; then
6992 echo "$ac_t""yes" 1>&6
6993 else
6994 echo "$ac_t""no" 1>&6
6995 fi
6996
6997
6998 echo $ac_n "checking for --enable-splash""... $ac_c" 1>&6
6999 echo "configure:7000: checking for --enable-splash" >&5
7000 no_cache=0
7001 # Check whether --enable-splash or --disable-splash was given.
7002 if test "${enable_splash+set}" = set; then
7003 enableval="$enable_splash"
7004
7005 if test "$enableval" = yes; then
7006 ac_cv_use_splash='wxUSE_SPLASH=yes'
7007 else
7008 ac_cv_use_splash='wxUSE_SPLASH=no'
7009 fi
7010
7011 else
7012
7013 LINE=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}`
7014 if test "x$LINE" != x ; then
7015 eval "DEFAULT_$LINE"
7016 else
7017 no_cache=1
7018 fi
7019
7020 ac_cv_use_splash='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH
7021
7022 fi
7023
7024
7025 eval "$ac_cv_use_splash"
7026 if test "$no_cache" != 1; then
7027 echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
7028 fi
7029
7030 if test "$wxUSE_SPLASH" = yes; then
7031 echo "$ac_t""yes" 1>&6
7032 else
7033 echo "$ac_t""no" 1>&6
7034 fi
7035
7036
7037 echo $ac_n "checking for --enable-textdlg""... $ac_c" 1>&6
7038 echo "configure:7039: checking for --enable-textdlg" >&5
7039 no_cache=0
7040 # Check whether --enable-textdlg or --disable-textdlg was given.
7041 if test "${enable_textdlg+set}" = set; then
7042 enableval="$enable_textdlg"
7043
7044 if test "$enableval" = yes; then
7045 ac_cv_use_textdlg='wxUSE_TEXTDLG=yes'
7046 else
7047 ac_cv_use_textdlg='wxUSE_TEXTDLG=no'
7048 fi
7049
7050 else
7051
7052 LINE=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
7053 if test "x$LINE" != x ; then
7054 eval "DEFAULT_$LINE"
7055 else
7056 no_cache=1
7057 fi
7058
7059 ac_cv_use_textdlg='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
7060
7061 fi
7062
7063
7064 eval "$ac_cv_use_textdlg"
7065 if test "$no_cache" != 1; then
7066 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
7067 fi
7068
7069 if test "$wxUSE_TEXTDLG" = yes; then
7070 echo "$ac_t""yes" 1>&6
7071 else
7072 echo "$ac_t""no" 1>&6
7073 fi
7074
7075
7076 echo $ac_n "checking for --enable-tipdlg""... $ac_c" 1>&6
7077 echo "configure:7078: checking for --enable-tipdlg" >&5
7078 no_cache=0
7079 # Check whether --enable-tipdlg or --disable-tipdlg was given.
7080 if test "${enable_tipdlg+set}" = set; then
7081 enableval="$enable_tipdlg"
7082
7083 if test "$enableval" = yes; then
7084 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes'
7085 else
7086 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no'
7087 fi
7088
7089 else
7090
7091 LINE=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
7092 if test "x$LINE" != x ; then
7093 eval "DEFAULT_$LINE"
7094 else
7095 no_cache=1
7096 fi
7097
7098 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
7099
7100 fi
7101
7102
7103 eval "$ac_cv_use_tipdlg"
7104 if test "$no_cache" != 1; then
7105 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
7106 fi
7107
7108 if test "$wxUSE_STARTUP_TIPS" = yes; then
7109 echo "$ac_t""yes" 1>&6
7110 else
7111 echo "$ac_t""no" 1>&6
7112 fi
7113
7114
7115 echo $ac_n "checking for --enable-progressdlg""... $ac_c" 1>&6
7116 echo "configure:7117: checking for --enable-progressdlg" >&5
7117 no_cache=0
7118 # Check whether --enable-progressdlg or --disable-progressdlg was given.
7119 if test "${enable_progressdlg+set}" = set; then
7120 enableval="$enable_progressdlg"
7121
7122 if test "$enableval" = yes; then
7123 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes'
7124 else
7125 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=no'
7126 fi
7127
7128 else
7129
7130 LINE=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
7131 if test "x$LINE" != x ; then
7132 eval "DEFAULT_$LINE"
7133 else
7134 no_cache=1
7135 fi
7136
7137 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
7138
7139 fi
7140
7141
7142 eval "$ac_cv_use_progressdlg"
7143 if test "$no_cache" != 1; then
7144 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
7145 fi
7146
7147 if test "$wxUSE_PROGRESSDLG" = yes; then
7148 echo "$ac_t""yes" 1>&6
7149 else
7150 echo "$ac_t""no" 1>&6
7151 fi
7152
7153
7154 echo $ac_n "checking for --enable-wizarddlg""... $ac_c" 1>&6
7155 echo "configure:7156: checking for --enable-wizarddlg" >&5
7156 no_cache=0
7157 # Check whether --enable-wizarddlg or --disable-wizarddlg was given.
7158 if test "${enable_wizarddlg+set}" = set; then
7159 enableval="$enable_wizarddlg"
7160
7161 if test "$enableval" = yes; then
7162 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes'
7163 else
7164 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=no'
7165 fi
7166
7167 else
7168
7169 LINE=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}`
7170 if test "x$LINE" != x ; then
7171 eval "DEFAULT_$LINE"
7172 else
7173 no_cache=1
7174 fi
7175
7176 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG
7177
7178 fi
7179
7180
7181 eval "$ac_cv_use_wizarddlg"
7182 if test "$no_cache" != 1; then
7183 echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
7184 fi
7185
7186 if test "$wxUSE_WIZARDDLG" = yes; then
7187 echo "$ac_t""yes" 1>&6
7188 else
7189 echo "$ac_t""no" 1>&6
7190 fi
7191
7192
7193
7194
7195 echo $ac_n "checking for --enable-menus""... $ac_c" 1>&6
7196 echo "configure:7197: checking for --enable-menus" >&5
7197 no_cache=0
7198 # Check whether --enable-menus or --disable-menus was given.
7199 if test "${enable_menus+set}" = set; then
7200 enableval="$enable_menus"
7201
7202 if test "$enableval" = yes; then
7203 ac_cv_use_menus='wxUSE_MENUS=yes'
7204 else
7205 ac_cv_use_menus='wxUSE_MENUS=no'
7206 fi
7207
7208 else
7209
7210 LINE=`grep "wxUSE_MENUS" ${wx_arg_cache_file}`
7211 if test "x$LINE" != x ; then
7212 eval "DEFAULT_$LINE"
7213 else
7214 no_cache=1
7215 fi
7216
7217 ac_cv_use_menus='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS
7218
7219 fi
7220
7221
7222 eval "$ac_cv_use_menus"
7223 if test "$no_cache" != 1; then
7224 echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
7225 fi
7226
7227 if test "$wxUSE_MENUS" = yes; then
7228 echo "$ac_t""yes" 1>&6
7229 else
7230 echo "$ac_t""no" 1>&6
7231 fi
7232
7233
7234 echo $ac_n "checking for --enable-miniframe""... $ac_c" 1>&6
7235 echo "configure:7236: checking for --enable-miniframe" >&5
7236 no_cache=0
7237 # Check whether --enable-miniframe or --disable-miniframe was given.
7238 if test "${enable_miniframe+set}" = set; then
7239 enableval="$enable_miniframe"
7240
7241 if test "$enableval" = yes; then
7242 ac_cv_use_miniframe='wxUSE_MINIFRAME=yes'
7243 else
7244 ac_cv_use_miniframe='wxUSE_MINIFRAME=no'
7245 fi
7246
7247 else
7248
7249 LINE=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
7250 if test "x$LINE" != x ; then
7251 eval "DEFAULT_$LINE"
7252 else
7253 no_cache=1
7254 fi
7255
7256 ac_cv_use_miniframe='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
7257
7258 fi
7259
7260
7261 eval "$ac_cv_use_miniframe"
7262 if test "$no_cache" != 1; then
7263 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
7264 fi
7265
7266 if test "$wxUSE_MINIFRAME" = yes; then
7267 echo "$ac_t""yes" 1>&6
7268 else
7269 echo "$ac_t""no" 1>&6
7270 fi
7271
7272
7273 echo $ac_n "checking for --enable-tooltips""... $ac_c" 1>&6
7274 echo "configure:7275: checking for --enable-tooltips" >&5
7275 no_cache=0
7276 # Check whether --enable-tooltips or --disable-tooltips was given.
7277 if test "${enable_tooltips+set}" = set; then
7278 enableval="$enable_tooltips"
7279
7280 if test "$enableval" = yes; then
7281 ac_cv_use_tooltips='wxUSE_TOOLTIPS=yes'
7282 else
7283 ac_cv_use_tooltips='wxUSE_TOOLTIPS=no'
7284 fi
7285
7286 else
7287
7288 LINE=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
7289 if test "x$LINE" != x ; then
7290 eval "DEFAULT_$LINE"
7291 else
7292 no_cache=1
7293 fi
7294
7295 ac_cv_use_tooltips='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
7296
7297 fi
7298
7299
7300 eval "$ac_cv_use_tooltips"
7301 if test "$no_cache" != 1; then
7302 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
7303 fi
7304
7305 if test "$wxUSE_TOOLTIPS" = yes; then
7306 echo "$ac_t""yes" 1>&6
7307 else
7308 echo "$ac_t""no" 1>&6
7309 fi
7310
7311
7312 echo $ac_n "checking for --enable-splines""... $ac_c" 1>&6
7313 echo "configure:7314: checking for --enable-splines" >&5
7314 no_cache=0
7315 # Check whether --enable-splines or --disable-splines was given.
7316 if test "${enable_splines+set}" = set; then
7317 enableval="$enable_splines"
7318
7319 if test "$enableval" = yes; then
7320 ac_cv_use_splines='wxUSE_SPLINES=yes'
7321 else
7322 ac_cv_use_splines='wxUSE_SPLINES=no'
7323 fi
7324
7325 else
7326
7327 LINE=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
7328 if test "x$LINE" != x ; then
7329 eval "DEFAULT_$LINE"
7330 else
7331 no_cache=1
7332 fi
7333
7334 ac_cv_use_splines='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
7335
7336 fi
7337
7338
7339 eval "$ac_cv_use_splines"
7340 if test "$no_cache" != 1; then
7341 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
7342 fi
7343
7344 if test "$wxUSE_SPLINES" = yes; then
7345 echo "$ac_t""yes" 1>&6
7346 else
7347 echo "$ac_t""no" 1>&6
7348 fi
7349
7350
7351 echo $ac_n "checking for --enable-validators""... $ac_c" 1>&6
7352 echo "configure:7353: checking for --enable-validators" >&5
7353 no_cache=0
7354 # Check whether --enable-validators or --disable-validators was given.
7355 if test "${enable_validators+set}" = set; then
7356 enableval="$enable_validators"
7357
7358 if test "$enableval" = yes; then
7359 ac_cv_use_validators='wxUSE_VALIDATORS=yes'
7360 else
7361 ac_cv_use_validators='wxUSE_VALIDATORS=no'
7362 fi
7363
7364 else
7365
7366 LINE=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
7367 if test "x$LINE" != x ; then
7368 eval "DEFAULT_$LINE"
7369 else
7370 no_cache=1
7371 fi
7372
7373 ac_cv_use_validators='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
7374
7375 fi
7376
7377
7378 eval "$ac_cv_use_validators"
7379 if test "$no_cache" != 1; then
7380 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
7381 fi
7382
7383 if test "$wxUSE_VALIDATORS" = yes; then
7384 echo "$ac_t""yes" 1>&6
7385 else
7386 echo "$ac_t""no" 1>&6
7387 fi
7388
7389
7390 echo $ac_n "checking for --enable-busyinfo""... $ac_c" 1>&6
7391 echo "configure:7392: checking for --enable-busyinfo" >&5
7392 no_cache=0
7393 # Check whether --enable-busyinfo or --disable-busyinfo was given.
7394 if test "${enable_busyinfo+set}" = set; then
7395 enableval="$enable_busyinfo"
7396
7397 if test "$enableval" = yes; then
7398 ac_cv_use_busyinfo='wxUSE_BUSYINFO=yes'
7399 else
7400 ac_cv_use_busyinfo='wxUSE_BUSYINFO=no'
7401 fi
7402
7403 else
7404
7405 LINE=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
7406 if test "x$LINE" != x ; then
7407 eval "DEFAULT_$LINE"
7408 else
7409 no_cache=1
7410 fi
7411
7412 ac_cv_use_busyinfo='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
7413
7414 fi
7415
7416
7417 eval "$ac_cv_use_busyinfo"
7418 if test "$no_cache" != 1; then
7419 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
7420 fi
7421
7422 if test "$wxUSE_BUSYINFO" = yes; then
7423 echo "$ac_t""yes" 1>&6
7424 else
7425 echo "$ac_t""no" 1>&6
7426 fi
7427
7428
7429 echo $ac_n "checking for --enable-joystick""... $ac_c" 1>&6
7430 echo "configure:7431: checking for --enable-joystick" >&5
7431 no_cache=0
7432 # Check whether --enable-joystick or --disable-joystick was given.
7433 if test "${enable_joystick+set}" = set; then
7434 enableval="$enable_joystick"
7435
7436 if test "$enableval" = yes; then
7437 ac_cv_use_joystick='wxUSE_JOYSTICK=yes'
7438 else
7439 ac_cv_use_joystick='wxUSE_JOYSTICK=no'
7440 fi
7441
7442 else
7443
7444 LINE=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
7445 if test "x$LINE" != x ; then
7446 eval "DEFAULT_$LINE"
7447 else
7448 no_cache=1
7449 fi
7450
7451 ac_cv_use_joystick='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
7452
7453 fi
7454
7455
7456 eval "$ac_cv_use_joystick"
7457 if test "$no_cache" != 1; then
7458 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
7459 fi
7460
7461 if test "$wxUSE_JOYSTICK" = yes; then
7462 echo "$ac_t""yes" 1>&6
7463 else
7464 echo "$ac_t""no" 1>&6
7465 fi
7466
7467
7468 echo $ac_n "checking for --enable-metafile""... $ac_c" 1>&6
7469 echo "configure:7470: checking for --enable-metafile" >&5
7470 no_cache=0
7471 # Check whether --enable-metafile or --disable-metafile was given.
7472 if test "${enable_metafile+set}" = set; then
7473 enableval="$enable_metafile"
7474
7475 if test "$enableval" = yes; then
7476 ac_cv_use_metafile='wxUSE_METAFILE=yes'
7477 else
7478 ac_cv_use_metafile='wxUSE_METAFILE=no'
7479 fi
7480
7481 else
7482
7483 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
7484 if test "x$LINE" != x ; then
7485 eval "DEFAULT_$LINE"
7486 else
7487 no_cache=1
7488 fi
7489
7490 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
7491
7492 fi
7493
7494
7495 eval "$ac_cv_use_metafile"
7496 if test "$no_cache" != 1; then
7497 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
7498 fi
7499
7500 if test "$wxUSE_METAFILE" = yes; then
7501 echo "$ac_t""yes" 1>&6
7502 else
7503 echo "$ac_t""no" 1>&6
7504 fi
7505
7506
7507 echo $ac_n "checking for --enable-dragimage""... $ac_c" 1>&6
7508 echo "configure:7509: checking for --enable-dragimage" >&5
7509 no_cache=0
7510 # Check whether --enable-dragimage or --disable-dragimage was given.
7511 if test "${enable_dragimage+set}" = set; then
7512 enableval="$enable_dragimage"
7513
7514 if test "$enableval" = yes; then
7515 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=yes'
7516 else
7517 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=no'
7518 fi
7519
7520 else
7521
7522 LINE=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}`
7523 if test "x$LINE" != x ; then
7524 eval "DEFAULT_$LINE"
7525 else
7526 no_cache=1
7527 fi
7528
7529 ac_cv_use_dragimage='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE
7530
7531 fi
7532
7533
7534 eval "$ac_cv_use_dragimage"
7535 if test "$no_cache" != 1; then
7536 echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
7537 fi
7538
7539 if test "$wxUSE_DRAGIMAGE" = yes; then
7540 echo "$ac_t""yes" 1>&6
7541 else
7542 echo "$ac_t""no" 1>&6
7543 fi
7544
7545
7546
7547
7548 echo $ac_n "checking for --enable-palette""... $ac_c" 1>&6
7549 echo "configure:7550: checking for --enable-palette" >&5
7550 no_cache=0
7551 # Check whether --enable-palette or --disable-palette was given.
7552 if test "${enable_palette+set}" = set; then
7553 enableval="$enable_palette"
7554
7555 if test "$enableval" = yes; then
7556 ac_cv_use_palette='wxUSE_PALETTE=yes'
7557 else
7558 ac_cv_use_palette='wxUSE_PALETTE=no'
7559 fi
7560
7561 else
7562
7563 LINE=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}`
7564 if test "x$LINE" != x ; then
7565 eval "DEFAULT_$LINE"
7566 else
7567 no_cache=1
7568 fi
7569
7570 ac_cv_use_palette='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE
7571
7572 fi
7573
7574
7575 eval "$ac_cv_use_palette"
7576 if test "$no_cache" != 1; then
7577 echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp
7578 fi
7579
7580 if test "$wxUSE_PALETTE" = yes; then
7581 echo "$ac_t""yes" 1>&6
7582 else
7583 echo "$ac_t""no" 1>&6
7584 fi
7585
7586
7587 echo $ac_n "checking for --enable-image""... $ac_c" 1>&6
7588 echo "configure:7589: checking for --enable-image" >&5
7589 no_cache=0
7590 # Check whether --enable-image or --disable-image was given.
7591 if test "${enable_image+set}" = set; then
7592 enableval="$enable_image"
7593
7594 if test "$enableval" = yes; then
7595 ac_cv_use_image='wxUSE_IMAGE=yes'
7596 else
7597 ac_cv_use_image='wxUSE_IMAGE=no'
7598 fi
7599
7600 else
7601
7602 LINE=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
7603 if test "x$LINE" != x ; then
7604 eval "DEFAULT_$LINE"
7605 else
7606 no_cache=1
7607 fi
7608
7609 ac_cv_use_image='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
7610
7611 fi
7612
7613
7614 eval "$ac_cv_use_image"
7615 if test "$no_cache" != 1; then
7616 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
7617 fi
7618
7619 if test "$wxUSE_IMAGE" = yes; then
7620 echo "$ac_t""yes" 1>&6
7621 else
7622 echo "$ac_t""no" 1>&6
7623 fi
7624
7625
7626 echo $ac_n "checking for --enable-gif""... $ac_c" 1>&6
7627 echo "configure:7628: checking for --enable-gif" >&5
7628 no_cache=0
7629 # Check whether --enable-gif or --disable-gif was given.
7630 if test "${enable_gif+set}" = set; then
7631 enableval="$enable_gif"
7632
7633 if test "$enableval" = yes; then
7634 ac_cv_use_gif='wxUSE_GIF=yes'
7635 else
7636 ac_cv_use_gif='wxUSE_GIF=no'
7637 fi
7638
7639 else
7640
7641 LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
7642 if test "x$LINE" != x ; then
7643 eval "DEFAULT_$LINE"
7644 else
7645 no_cache=1
7646 fi
7647
7648 ac_cv_use_gif='wxUSE_GIF='$DEFAULT_wxUSE_GIF
7649
7650 fi
7651
7652
7653 eval "$ac_cv_use_gif"
7654 if test "$no_cache" != 1; then
7655 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
7656 fi
7657
7658 if test "$wxUSE_GIF" = yes; then
7659 echo "$ac_t""yes" 1>&6
7660 else
7661 echo "$ac_t""no" 1>&6
7662 fi
7663
7664
7665 echo $ac_n "checking for --enable-pcx""... $ac_c" 1>&6
7666 echo "configure:7667: checking for --enable-pcx" >&5
7667 no_cache=0
7668 # Check whether --enable-pcx or --disable-pcx was given.
7669 if test "${enable_pcx+set}" = set; then
7670 enableval="$enable_pcx"
7671
7672 if test "$enableval" = yes; then
7673 ac_cv_use_pcx='wxUSE_PCX=yes'
7674 else
7675 ac_cv_use_pcx='wxUSE_PCX=no'
7676 fi
7677
7678 else
7679
7680 LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
7681 if test "x$LINE" != x ; then
7682 eval "DEFAULT_$LINE"
7683 else
7684 no_cache=1
7685 fi
7686
7687 ac_cv_use_pcx='wxUSE_PCX='$DEFAULT_wxUSE_PCX
7688
7689 fi
7690
7691
7692 eval "$ac_cv_use_pcx"
7693 if test "$no_cache" != 1; then
7694 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
7695 fi
7696
7697 if test "$wxUSE_PCX" = yes; then
7698 echo "$ac_t""yes" 1>&6
7699 else
7700 echo "$ac_t""no" 1>&6
7701 fi
7702
7703
7704 echo $ac_n "checking for --enable-pnm""... $ac_c" 1>&6
7705 echo "configure:7706: checking for --enable-pnm" >&5
7706 no_cache=0
7707 # Check whether --enable-pnm or --disable-pnm was given.
7708 if test "${enable_pnm+set}" = set; then
7709 enableval="$enable_pnm"
7710
7711 if test "$enableval" = yes; then
7712 ac_cv_use_pnm='wxUSE_PNM=yes'
7713 else
7714 ac_cv_use_pnm='wxUSE_PNM=no'
7715 fi
7716
7717 else
7718
7719 LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
7720 if test "x$LINE" != x ; then
7721 eval "DEFAULT_$LINE"
7722 else
7723 no_cache=1
7724 fi
7725
7726 ac_cv_use_pnm='wxUSE_PNM='$DEFAULT_wxUSE_PNM
7727
7728 fi
7729
7730
7731 eval "$ac_cv_use_pnm"
7732 if test "$no_cache" != 1; then
7733 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
7734 fi
7735
7736 if test "$wxUSE_PNM" = yes; then
7737 echo "$ac_t""yes" 1>&6
7738 else
7739 echo "$ac_t""no" 1>&6
7740 fi
7741
7742
7743 echo $ac_n "checking for --enable-pnm""... $ac_c" 1>&6
7744 echo "configure:7745: checking for --enable-pnm" >&5
7745 no_cache=0
7746 # Check whether --enable-pnm or --disable-pnm was given.
7747 if test "${enable_pnm+set}" = set; then
7748 enableval="$enable_pnm"
7749
7750 if test "$enableval" = yes; then
7751 ac_cv_use_pnm='wxUSE_XPM=yes'
7752 else
7753 ac_cv_use_pnm='wxUSE_XPM=no'
7754 fi
7755
7756 else
7757
7758 LINE=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
7759 if test "x$LINE" != x ; then
7760 eval "DEFAULT_$LINE"
7761 else
7762 no_cache=1
7763 fi
7764
7765 ac_cv_use_pnm='wxUSE_XPM='$DEFAULT_wxUSE_XPM
7766
7767 fi
7768
7769
7770 eval "$ac_cv_use_pnm"
7771 if test "$no_cache" != 1; then
7772 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
7773 fi
7774
7775 if test "$wxUSE_XPM" = yes; then
7776 echo "$ac_t""yes" 1>&6
7777 else
7778 echo "$ac_t""no" 1>&6
7779 fi
7780
7781
7782 fi
7783
7784
7785 echo "saving argument cache $wx_arg_cache_file"
7786 mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file}
7787
7788
7789
7790 echo $ac_n "checking for toolkit""... $ac_c" 1>&6
7791 echo "configure:7792: checking for toolkit" >&5
7792
7793 if test "$wxUSE_GUI" = "yes"; then
7794
7795 if test "$USE_BEOS" = 1; then
7796 { echo "configure: error: BeOS GUI is not supported yet, use --disable-gui" 1>&2; exit 1; }
7797 fi
7798
7799 if test "$TOOLKIT_GIVEN" = 1; then
7800 for toolkit in `echo $ALL_TOOLKITS`; do
7801 var=wxUSE_$toolkit
7802 eval "value=\$${var}"
7803 eval "$var=`echo \$value | sed -e "s/yes/1/" -e "s/no/0/"`"
7804 done
7805 else
7806 for toolkit in `echo $ALL_TOOLKITS`; do
7807 if test "$has_toolkit_in_cache" != 1; then
7808 var=DEFAULT_DEFAULT_wxUSE_$toolkit
7809 else
7810 var=DEFAULT_wxUSE_$toolkit
7811 fi
7812 eval "wxUSE_$toolkit=\$${var}"
7813 done
7814 fi
7815
7816 NUM_TOOLKITS=`expr ${wxUSE_GTK:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_MAC:-0} \
7817 + ${wxUSE_WINE:-0} + ${wxUSE_MSW:-0} + ${wxUSE_MGL:-0}`
7818
7819 case "${host}" in
7820 *-pc-os2_emx | *-pc-os2-emx )
7821 # PATH_IFS is autodetected by OS/2's configure (usually ';')
7822 NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
7823 LEX_STEM="lexyy"
7824 ;;
7825 *)
7826 PATH_IFS=':'
7827 LEX_STEM="lex.yy"
7828 ;;
7829 esac
7830
7831 case "$NUM_TOOLKITS" in
7832 1)
7833 ;;
7834 0)
7835 { echo "configure: error: Please specify a toolkit - cannot determine the default for ${host}" 1>&2; exit 1; }
7836 ;;
7837 *)
7838 { echo "configure: error: Please specify at most one toolkit (may be some are cached?)" 1>&2; exit 1; }
7839 esac
7840
7841 for toolkit in `echo $ALL_TOOLKITS`; do
7842 var=wxUSE_$toolkit
7843 eval "value=\$${var}"
7844 if test "x$value" != x; then
7845 cache_var=CACHE_$toolkit
7846 eval "cache=\$${cache_var}"
7847 if test "$cache" = 1; then
7848 echo "$var=$value" >> ${wx_arg_cache_file}
7849 fi
7850 if test "$value" = 1; then
7851 toolkit_echo=`echo $toolkit | tr [A-Z] [a-z]`
7852 echo "$ac_t""$toolkit_echo" 1>&6
7853 fi
7854 fi
7855 done
7856 else
7857 PATH_IFS=':'
7858 echo "$ac_t""base ($host_alias hosted) only" 1>&6
7859 fi
7860
7861
7862 cat > confcache <<\EOF
7863 # This file is a shell script that caches the results of configure
7864 # tests run on this system so they can be shared between configure
7865 # scripts and configure runs. It is not useful on other systems.
7866 # If it contains results you don't want to keep, you may remove or edit it.
7867 #
7868 # By default, configure uses ./config.cache as the cache file,
7869 # creating it if it does not exist already. You can give configure
7870 # the --cache-file=FILE option to use a different cache file; that is
7871 # what configure does when it calls configure scripts in
7872 # subdirectories, so they share the cache.
7873 # Giving --cache-file=/dev/null disables caching, for debugging configure.
7874 # config.status only pays attention to the cache file if you give it the
7875 # --recheck option to rerun configure.
7876 #
7877 EOF
7878 # The following way of writing the cache mishandles newlines in values,
7879 # but we know of no workaround that is simple, portable, and efficient.
7880 # So, don't put newlines in cache variables' values.
7881 # Ultrix sh set writes to stderr and can't be redirected directly,
7882 # and sets the high bit in the cache file unless we assign to the vars.
7883 (set) 2>&1 |
7884 case `(ac_space=' '; set | grep ac_space) 2>&1` in
7885 *ac_space=\ *)
7886 # `set' does not quote correctly, so add quotes (double-quote substitution
7887 # turns \\\\ into \\, and sed turns \\ into \).
7888 sed -n \
7889 -e "s/'/'\\\\''/g" \
7890 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
7891 ;;
7892 *)
7893 # `set' quotes correctly as required by POSIX, so do not add quotes.
7894 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
7895 ;;
7896 esac >> confcache
7897 if cmp -s $cache_file confcache; then
7898 :
7899 else
7900 if test -w $cache_file; then
7901 echo "updating cache $cache_file"
7902 cat confcache > $cache_file
7903 else
7904 echo "not updating unwritable cache $cache_file"
7905 fi
7906 fi
7907 rm -f confcache
7908
7909
7910 if test "$build" != "$host" ; then
7911 if test "$USE_WIN32" = 1 ; then
7912 CC=$host_alias-gcc
7913 CXX=$host_alias-c++
7914 AR=$host_alias-ar
7915 RANLIB=$host_alias-ranlib
7916 DLLTOOL=$host_alias-dlltool
7917 RESCOMP=$host_alias-windres
7918 LD=$host_alias-ld
7919 NM=$host_alias-nm
7920 STRIP=$host_alias-strip
7921 else
7922 { echo "configure: error: $build_alias -> $host_alias cross compilation not supported yet." 1>&2; exit 1; }
7923 fi
7924 fi
7925
7926 # Extract the first word of "gcc", so it can be a program name with args.
7927 set dummy gcc; ac_word=$2
7928 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7929 echo "configure:7930: checking for $ac_word" >&5
7930 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
7931 echo $ac_n "(cached) $ac_c" 1>&6
7932 else
7933 if test -n "$CC"; then
7934 ac_cv_prog_CC="$CC" # Let the user override the test.
7935 else
7936 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
7937 ac_dummy="$PATH"
7938 for ac_dir in $ac_dummy; do
7939 test -z "$ac_dir" && ac_dir=.
7940 if test -f $ac_dir/$ac_word; then
7941 ac_cv_prog_CC="gcc"
7942 break
7943 fi
7944 done
7945 IFS="$ac_save_ifs"
7946 fi
7947 fi
7948 CC="$ac_cv_prog_CC"
7949 if test -n "$CC"; then
7950 echo "$ac_t""$CC" 1>&6
7951 else
7952 echo "$ac_t""no" 1>&6
7953 fi
7954
7955 if test -z "$CC"; then
7956 # Extract the first word of "cc", so it can be a program name with args.
7957 set dummy cc; ac_word=$2
7958 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7959 echo "configure:7960: checking for $ac_word" >&5
7960 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
7961 echo $ac_n "(cached) $ac_c" 1>&6
7962 else
7963 if test -n "$CC"; then
7964 ac_cv_prog_CC="$CC" # Let the user override the test.
7965 else
7966 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
7967 ac_prog_rejected=no
7968 ac_dummy="$PATH"
7969 for ac_dir in $ac_dummy; do
7970 test -z "$ac_dir" && ac_dir=.
7971 if test -f $ac_dir/$ac_word; then
7972 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
7973 ac_prog_rejected=yes
7974 continue
7975 fi
7976 ac_cv_prog_CC="cc"
7977 break
7978 fi
7979 done
7980 IFS="$ac_save_ifs"
7981 if test $ac_prog_rejected = yes; then
7982 # We found a bogon in the path, so make sure we never use it.
7983 set dummy $ac_cv_prog_CC
7984 shift
7985 if test $# -gt 0; then
7986 # We chose a different compiler from the bogus one.
7987 # However, it has the same basename, so the bogon will be chosen
7988 # first if we set CC to just the basename; use the full file name.
7989 shift
7990 set dummy "$ac_dir/$ac_word" "$@"
7991 shift
7992 ac_cv_prog_CC="$@"
7993 fi
7994 fi
7995 fi
7996 fi
7997 CC="$ac_cv_prog_CC"
7998 if test -n "$CC"; then
7999 echo "$ac_t""$CC" 1>&6
8000 else
8001 echo "$ac_t""no" 1>&6
8002 fi
8003
8004 if test -z "$CC"; then
8005 case "`uname -s`" in
8006 *win32* | *WIN32*)
8007 # Extract the first word of "cl", so it can be a program name with args.
8008 set dummy cl; ac_word=$2
8009 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8010 echo "configure:8011: checking for $ac_word" >&5
8011 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
8012 echo $ac_n "(cached) $ac_c" 1>&6
8013 else
8014 if test -n "$CC"; then
8015 ac_cv_prog_CC="$CC" # Let the user override the test.
8016 else
8017 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8018 ac_dummy="$PATH"
8019 for ac_dir in $ac_dummy; do
8020 test -z "$ac_dir" && ac_dir=.
8021 if test -f $ac_dir/$ac_word; then
8022 ac_cv_prog_CC="cl"
8023 break
8024 fi
8025 done
8026 IFS="$ac_save_ifs"
8027 fi
8028 fi
8029 CC="$ac_cv_prog_CC"
8030 if test -n "$CC"; then
8031 echo "$ac_t""$CC" 1>&6
8032 else
8033 echo "$ac_t""no" 1>&6
8034 fi
8035 ;;
8036 esac
8037 fi
8038 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
8039 fi
8040
8041 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
8042 echo "configure:8043: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
8043
8044 ac_ext=c
8045 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8046 ac_cpp='$CPP $CPPFLAGS'
8047 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8048 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8049 cross_compiling=$ac_cv_prog_cc_cross
8050
8051 cat > conftest.$ac_ext << EOF
8052
8053 #line 8054 "configure"
8054 #include "confdefs.h"
8055
8056 main(){return(0);}
8057 EOF
8058 if { (eval echo configure:8059: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8059 ac_cv_prog_cc_works=yes
8060 # If we can't run a trivial program, we are probably using a cross compiler.
8061 if (./conftest; exit) 2>/dev/null; then
8062 ac_cv_prog_cc_cross=no
8063 else
8064 ac_cv_prog_cc_cross=yes
8065 fi
8066 else
8067 echo "configure: failed program was:" >&5
8068 cat conftest.$ac_ext >&5
8069 ac_cv_prog_cc_works=no
8070 fi
8071 rm -fr conftest*
8072 ac_ext=c
8073 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8074 ac_cpp='$CPP $CPPFLAGS'
8075 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8076 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8077 cross_compiling=$ac_cv_prog_cc_cross
8078
8079 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
8080 if test $ac_cv_prog_cc_works = no; then
8081 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
8082 fi
8083 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
8084 echo "configure:8085: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
8085 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
8086 cross_compiling=$ac_cv_prog_cc_cross
8087
8088 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
8089 echo "configure:8090: checking whether we are using GNU C" >&5
8090 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
8091 echo $ac_n "(cached) $ac_c" 1>&6
8092 else
8093 cat > conftest.c <<EOF
8094 #ifdef __GNUC__
8095 yes;
8096 #endif
8097 EOF
8098 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:8099: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
8099 ac_cv_prog_gcc=yes
8100 else
8101 ac_cv_prog_gcc=no
8102 fi
8103 fi
8104
8105 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
8106
8107 if test $ac_cv_prog_gcc = yes; then
8108 GCC=yes
8109 else
8110 GCC=
8111 fi
8112
8113 ac_test_CFLAGS="${CFLAGS+set}"
8114 ac_save_CFLAGS="$CFLAGS"
8115 CFLAGS=
8116 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
8117 echo "configure:8118: checking whether ${CC-cc} accepts -g" >&5
8118 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
8119 echo $ac_n "(cached) $ac_c" 1>&6
8120 else
8121 echo 'void f(){}' > conftest.c
8122 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
8123 ac_cv_prog_cc_g=yes
8124 else
8125 ac_cv_prog_cc_g=no
8126 fi
8127 rm -f conftest*
8128
8129 fi
8130
8131 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
8132 if test "$ac_test_CFLAGS" = set; then
8133 CFLAGS="$ac_save_CFLAGS"
8134 elif test $ac_cv_prog_cc_g = yes; then
8135 if test "$GCC" = yes; then
8136 CFLAGS="-g -O2"
8137 else
8138 CFLAGS="-g"
8139 fi
8140 else
8141 if test "$GCC" = yes; then
8142 CFLAGS="-O2"
8143 else
8144 CFLAGS=
8145 fi
8146 fi
8147
8148
8149 CFLAGS=`echo "$CFLAGS" | sed 's/-g//g'`
8150
8151 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
8152 echo "configure:8153: checking how to run the C preprocessor" >&5
8153 # On Suns, sometimes $CPP names a directory.
8154 if test -n "$CPP" && test -d "$CPP"; then
8155 CPP=
8156 fi
8157 if test -z "$CPP"; then
8158 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
8159 echo $ac_n "(cached) $ac_c" 1>&6
8160 else
8161 # This must be in double quotes, not single quotes, because CPP may get
8162 # substituted into the Makefile and "${CC-cc}" will confuse make.
8163 CPP="${CC-cc} -E"
8164 # On the NeXT, cc -E runs the code through the compiler's parser,
8165 # not just through cpp.
8166 cat > conftest.$ac_ext <<EOF
8167 #line 8168 "configure"
8168 #include "confdefs.h"
8169 #include <assert.h>
8170 Syntax Error
8171 EOF
8172 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8173 { (eval echo configure:8174: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8174 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8175 if test -z "$ac_err"; then
8176 :
8177 else
8178 echo "$ac_err" >&5
8179 echo "configure: failed program was:" >&5
8180 cat conftest.$ac_ext >&5
8181 rm -rf conftest*
8182 CPP="${CC-cc} -E -traditional-cpp"
8183 cat > conftest.$ac_ext <<EOF
8184 #line 8185 "configure"
8185 #include "confdefs.h"
8186 #include <assert.h>
8187 Syntax Error
8188 EOF
8189 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8190 { (eval echo configure:8191: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8191 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8192 if test -z "$ac_err"; then
8193 :
8194 else
8195 echo "$ac_err" >&5
8196 echo "configure: failed program was:" >&5
8197 cat conftest.$ac_ext >&5
8198 rm -rf conftest*
8199 CPP="${CC-cc} -nologo -E"
8200 cat > conftest.$ac_ext <<EOF
8201 #line 8202 "configure"
8202 #include "confdefs.h"
8203 #include <assert.h>
8204 Syntax Error
8205 EOF
8206 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8207 { (eval echo configure:8208: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8208 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8209 if test -z "$ac_err"; then
8210 :
8211 else
8212 echo "$ac_err" >&5
8213 echo "configure: failed program was:" >&5
8214 cat conftest.$ac_ext >&5
8215 rm -rf conftest*
8216 CPP=/lib/cpp
8217 fi
8218 rm -f conftest*
8219 fi
8220 rm -f conftest*
8221 fi
8222 rm -f conftest*
8223 ac_cv_prog_CPP="$CPP"
8224 fi
8225 CPP="$ac_cv_prog_CPP"
8226 else
8227 ac_cv_prog_CPP="$CPP"
8228 fi
8229 echo "$ac_t""$CPP" 1>&6
8230
8231 if test $ac_cv_prog_gcc = yes; then
8232 echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
8233 echo "configure:8234: checking whether ${CC-cc} needs -traditional" >&5
8234 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
8235 echo $ac_n "(cached) $ac_c" 1>&6
8236 else
8237 ac_pattern="Autoconf.*'x'"
8238 cat > conftest.$ac_ext <<EOF
8239 #line 8240 "configure"
8240 #include "confdefs.h"
8241 #include <sgtty.h>
8242 Autoconf TIOCGETP
8243 EOF
8244 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8245 egrep "$ac_pattern" >/dev/null 2>&1; then
8246 rm -rf conftest*
8247 ac_cv_prog_gcc_traditional=yes
8248 else
8249 rm -rf conftest*
8250 ac_cv_prog_gcc_traditional=no
8251 fi
8252 rm -f conftest*
8253
8254
8255 if test $ac_cv_prog_gcc_traditional = no; then
8256 cat > conftest.$ac_ext <<EOF
8257 #line 8258 "configure"
8258 #include "confdefs.h"
8259 #include <termio.h>
8260 Autoconf TCGETA
8261 EOF
8262 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8263 egrep "$ac_pattern" >/dev/null 2>&1; then
8264 rm -rf conftest*
8265 ac_cv_prog_gcc_traditional=yes
8266 fi
8267 rm -f conftest*
8268
8269 fi
8270 fi
8271
8272 echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
8273 if test $ac_cv_prog_gcc_traditional = yes; then
8274 CC="$CC -traditional"
8275 fi
8276 fi
8277
8278
8279
8280 ac_ext=C
8281 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8282 ac_cpp='$CXXCPP $CPPFLAGS'
8283 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8284 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8285 cross_compiling=$ac_cv_prog_cxx_cross
8286
8287
8288 for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl
8289 do
8290 # Extract the first word of "$ac_prog", so it can be a program name with args.
8291 set dummy $ac_prog; ac_word=$2
8292 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8293 echo "configure:8294: checking for $ac_word" >&5
8294 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
8295 echo $ac_n "(cached) $ac_c" 1>&6
8296 else
8297 if test -n "$CXX"; then
8298 ac_cv_prog_CXX="$CXX" # Let the user override the test.
8299 else
8300 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8301 ac_dummy="$PATH"
8302 for ac_dir in $ac_dummy; do
8303 test -z "$ac_dir" && ac_dir=.
8304 if test -f $ac_dir/$ac_word; then
8305 ac_cv_prog_CXX="$ac_prog"
8306 break
8307 fi
8308 done
8309 IFS="$ac_save_ifs"
8310 fi
8311 fi
8312 CXX="$ac_cv_prog_CXX"
8313 if test -n "$CXX"; then
8314 echo "$ac_t""$CXX" 1>&6
8315 else
8316 echo "$ac_t""no" 1>&6
8317 fi
8318
8319 test -n "$CXX" && break
8320 done
8321 test -n "$CXX" || CXX="gcc"
8322
8323
8324 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
8325 echo "configure:8326: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
8326
8327 ac_ext=C
8328 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8329 ac_cpp='$CXXCPP $CPPFLAGS'
8330 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8331 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8332 cross_compiling=$ac_cv_prog_cxx_cross
8333
8334 cat > conftest.$ac_ext << EOF
8335
8336 #line 8337 "configure"
8337 #include "confdefs.h"
8338
8339 int main(){return(0);}
8340 EOF
8341 if { (eval echo configure:8342: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8342 ac_cv_prog_cxx_works=yes
8343 # If we can't run a trivial program, we are probably using a cross compiler.
8344 if (./conftest; exit) 2>/dev/null; then
8345 ac_cv_prog_cxx_cross=no
8346 else
8347 ac_cv_prog_cxx_cross=yes
8348 fi
8349 else
8350 echo "configure: failed program was:" >&5
8351 cat conftest.$ac_ext >&5
8352 ac_cv_prog_cxx_works=no
8353 fi
8354 rm -fr conftest*
8355 ac_ext=C
8356 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8357 ac_cpp='$CXXCPP $CPPFLAGS'
8358 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8359 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8360 cross_compiling=$ac_cv_prog_cxx_cross
8361
8362 echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
8363 if test $ac_cv_prog_cxx_works = no; then
8364 { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
8365 fi
8366 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
8367 echo "configure:8368: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
8368 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
8369 cross_compiling=$ac_cv_prog_cxx_cross
8370
8371 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
8372 echo "configure:8373: checking whether we are using GNU C++" >&5
8373 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
8374 echo $ac_n "(cached) $ac_c" 1>&6
8375 else
8376 cat > conftest.C <<EOF
8377 #ifdef __GNUC__
8378 yes;
8379 #endif
8380 EOF
8381 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:8382: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
8382 ac_cv_prog_gxx=yes
8383 else
8384 ac_cv_prog_gxx=no
8385 fi
8386 fi
8387
8388 echo "$ac_t""$ac_cv_prog_gxx" 1>&6
8389
8390 if test $ac_cv_prog_gxx = yes; then
8391 GXX=yes
8392 else
8393 GXX=
8394 fi
8395
8396 ac_test_CXXFLAGS="${CXXFLAGS+set}"
8397 ac_save_CXXFLAGS="$CXXFLAGS"
8398 CXXFLAGS=
8399 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
8400 echo "configure:8401: checking whether ${CXX-g++} accepts -g" >&5
8401 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
8402 echo $ac_n "(cached) $ac_c" 1>&6
8403 else
8404 echo 'void f(){}' > conftest.cc
8405 if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
8406 ac_cv_prog_cxx_g=yes
8407 else
8408 ac_cv_prog_cxx_g=no
8409 fi
8410 rm -f conftest*
8411
8412 fi
8413
8414 echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
8415 if test "$ac_test_CXXFLAGS" = set; then
8416 CXXFLAGS="$ac_save_CXXFLAGS"
8417 elif test $ac_cv_prog_cxx_g = yes; then
8418 if test "$GXX" = yes; then
8419 CXXFLAGS="-g -O2"
8420 else
8421 CXXFLAGS="-g"
8422 fi
8423 else
8424 if test "$GXX" = yes; then
8425 CXXFLAGS="-O2"
8426 else
8427 CXXFLAGS=
8428 fi
8429 fi
8430
8431
8432 CXXFLAGS=`echo "$CXXFLAGS" | sed 's/-g//g'`
8433
8434 ac_ext=c
8435 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8436 ac_cpp='$CPP $CPPFLAGS'
8437 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8438 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8439 cross_compiling=$ac_cv_prog_cc_cross
8440
8441
8442 # Extract the first word of "ranlib", so it can be a program name with args.
8443 set dummy ranlib; ac_word=$2
8444 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8445 echo "configure:8446: checking for $ac_word" >&5
8446 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
8447 echo $ac_n "(cached) $ac_c" 1>&6
8448 else
8449 if test -n "$RANLIB"; then
8450 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8451 else
8452 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8453 ac_dummy="$PATH"
8454 for ac_dir in $ac_dummy; do
8455 test -z "$ac_dir" && ac_dir=.
8456 if test -f $ac_dir/$ac_word; then
8457 ac_cv_prog_RANLIB="ranlib"
8458 break
8459 fi
8460 done
8461 IFS="$ac_save_ifs"
8462 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
8463 fi
8464 fi
8465 RANLIB="$ac_cv_prog_RANLIB"
8466 if test -n "$RANLIB"; then
8467 echo "$ac_t""$RANLIB" 1>&6
8468 else
8469 echo "$ac_t""no" 1>&6
8470 fi
8471
8472
8473 # Extract the first word of "ar", so it can be a program name with args.
8474 set dummy ar; ac_word=$2
8475 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8476 echo "configure:8477: checking for $ac_word" >&5
8477 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
8478 echo $ac_n "(cached) $ac_c" 1>&6
8479 else
8480 if test -n "$AR"; then
8481 ac_cv_prog_AR="$AR" # Let the user override the test.
8482 else
8483 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8484 ac_dummy="$PATH"
8485 for ac_dir in $ac_dummy; do
8486 test -z "$ac_dir" && ac_dir=.
8487 if test -f $ac_dir/$ac_word; then
8488 ac_cv_prog_AR="ar"
8489 break
8490 fi
8491 done
8492 IFS="$ac_save_ifs"
8493 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
8494 fi
8495 fi
8496 AR="$ac_cv_prog_AR"
8497 if test -n "$AR"; then
8498 echo "$ac_t""$AR" 1>&6
8499 else
8500 echo "$ac_t""no" 1>&6
8501 fi
8502
8503
8504 # Find a good install program. We prefer a C program (faster),
8505 # so one script is as good as another. But avoid the broken or
8506 # incompatible versions:
8507 # SysV /etc/install, /usr/sbin/install
8508 # SunOS /usr/etc/install
8509 # IRIX /sbin/install
8510 # AIX /bin/install
8511 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
8512 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
8513 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
8514 # ./install, which can be erroneously created by make from ./install.sh.
8515 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
8516 echo "configure:8517: checking for a BSD compatible install" >&5
8517 if test -z "$INSTALL"; then
8518 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
8519 echo $ac_n "(cached) $ac_c" 1>&6
8520 else
8521 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
8522 for ac_dir in $PATH; do
8523 # Account for people who put trailing slashes in PATH elements.
8524 case "$ac_dir/" in
8525 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
8526 *)
8527 # OSF1 and SCO ODT 3.0 have their own names for install.
8528 # Don't use installbsd from OSF since it installs stuff as root
8529 # by default.
8530 for ac_prog in ginstall scoinst install; do
8531 if test -f $ac_dir/$ac_prog; then
8532 if test $ac_prog = install &&
8533 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
8534 # AIX install. It has an incompatible calling convention.
8535 :
8536 else
8537 ac_cv_path_install="$ac_dir/$ac_prog -c"
8538 break 2
8539 fi
8540 fi
8541 done
8542 ;;
8543 esac
8544 done
8545 IFS="$ac_save_IFS"
8546
8547 fi
8548 if test "${ac_cv_path_install+set}" = set; then
8549 INSTALL="$ac_cv_path_install"
8550 else
8551 # As a last resort, use the slow shell script. We don't cache a
8552 # path for INSTALL within a source directory, because that will
8553 # break other packages using the cache if that directory is
8554 # removed, or if the path is relative.
8555 INSTALL="$ac_install_sh"
8556 fi
8557 fi
8558 echo "$ac_t""$INSTALL" 1>&6
8559
8560 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
8561 # It thinks the first close brace ends the variable substitution.
8562 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
8563
8564 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
8565
8566 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
8567
8568
8569 # Extract the first word of "strip", so it can be a program name with args.
8570 set dummy strip; ac_word=$2
8571 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8572 echo "configure:8573: checking for $ac_word" >&5
8573 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
8574 echo $ac_n "(cached) $ac_c" 1>&6
8575 else
8576 if test -n "$STRIP"; then
8577 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8578 else
8579 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8580 ac_dummy="$PATH"
8581 for ac_dir in $ac_dummy; do
8582 test -z "$ac_dir" && ac_dir=.
8583 if test -f $ac_dir/$ac_word; then
8584 ac_cv_prog_STRIP="strip"
8585 break
8586 fi
8587 done
8588 IFS="$ac_save_ifs"
8589 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP="true"
8590 fi
8591 fi
8592 STRIP="$ac_cv_prog_STRIP"
8593 if test -n "$STRIP"; then
8594 echo "$ac_t""$STRIP" 1>&6
8595 else
8596 echo "$ac_t""no" 1>&6
8597 fi
8598
8599
8600 echo $ac_n "checking make for VPATH support""... $ac_c" 1>&6
8601 echo "configure:8602: checking make for VPATH support" >&5
8602 cat - << EOF > confMake
8603 check : file
8604 cp \$? \$@
8605 cp \$? final_file
8606 EOF
8607
8608 if test ! -d sub ; then
8609 mkdir sub
8610 fi
8611 echo dummy > sub/file
8612 ${MAKE-make} -f confMake VPATH=sub 2>&5 > /dev/null
8613 RESULT=$?
8614 rm -f sub/file check final_file confMake
8615 rmdir sub
8616 if test "$RESULT" = 0; then
8617 echo "$ac_t""yes" 1>&6
8618 else
8619 echo "$ac_t""no" 1>&6
8620 { echo "configure: error:
8621 You need a make-utility that is able to use the variable
8622 VPATH correctly.
8623 If your version of make does not support VPATH correctly,
8624 please install GNU-make (possibly as gmake), and start
8625 configure with the following command:
8626 export MAKE=gmake; ./configure for sh-type shells
8627 setenv MAKE gmake; ./configure for csh-type shells
8628 Also please do remember to use gmake in this case every time
8629 you are trying to compile.
8630 " 1>&2; exit 1; }
8631 fi
8632
8633 for ac_prog in 'bison -y' byacc
8634 do
8635 # Extract the first word of "$ac_prog", so it can be a program name with args.
8636 set dummy $ac_prog; ac_word=$2
8637 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8638 echo "configure:8639: checking for $ac_word" >&5
8639 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
8640 echo $ac_n "(cached) $ac_c" 1>&6
8641 else
8642 if test -n "$YACC"; then
8643 ac_cv_prog_YACC="$YACC" # Let the user override the test.
8644 else
8645 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8646 ac_dummy="$PATH"
8647 for ac_dir in $ac_dummy; do
8648 test -z "$ac_dir" && ac_dir=.
8649 if test -f $ac_dir/$ac_word; then
8650 ac_cv_prog_YACC="$ac_prog"
8651 break
8652 fi
8653 done
8654 IFS="$ac_save_ifs"
8655 fi
8656 fi
8657 YACC="$ac_cv_prog_YACC"
8658 if test -n "$YACC"; then
8659 echo "$ac_t""$YACC" 1>&6
8660 else
8661 echo "$ac_t""no" 1>&6
8662 fi
8663
8664 test -n "$YACC" && break
8665 done
8666 test -n "$YACC" || YACC="yacc"
8667
8668
8669 # Extract the first word of "flex", so it can be a program name with args.
8670 set dummy flex; ac_word=$2
8671 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8672 echo "configure:8673: checking for $ac_word" >&5
8673 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
8674 echo $ac_n "(cached) $ac_c" 1>&6
8675 else
8676 if test -n "$LEX"; then
8677 ac_cv_prog_LEX="$LEX" # Let the user override the test.
8678 else
8679 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8680 ac_dummy="$PATH"
8681 for ac_dir in $ac_dummy; do
8682 test -z "$ac_dir" && ac_dir=.
8683 if test -f $ac_dir/$ac_word; then
8684 ac_cv_prog_LEX="flex"
8685 break
8686 fi
8687 done
8688 IFS="$ac_save_ifs"
8689 test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX="lex"
8690 fi
8691 fi
8692 LEX="$ac_cv_prog_LEX"
8693 if test -n "$LEX"; then
8694 echo "$ac_t""$LEX" 1>&6
8695 else
8696 echo "$ac_t""no" 1>&6
8697 fi
8698
8699 if test -z "$LEXLIB"
8700 then
8701 case "$LEX" in
8702 flex*) ac_lib=fl ;;
8703 *) ac_lib=l ;;
8704 esac
8705 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
8706 echo "configure:8707: checking for yywrap in -l$ac_lib" >&5
8707 ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
8708 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8709 echo $ac_n "(cached) $ac_c" 1>&6
8710 else
8711 ac_save_LIBS="$LIBS"
8712 LIBS="-l$ac_lib $LIBS"
8713 cat > conftest.$ac_ext <<EOF
8714 #line 8715 "configure"
8715 #include "confdefs.h"
8716 /* Override any gcc2 internal prototype to avoid an error. */
8717 /* We use char because int might match the return type of a gcc2
8718 builtin and then its argument prototype would still apply. */
8719 char yywrap();
8720
8721 int main() {
8722 yywrap()
8723 ; return 0; }
8724 EOF
8725 if { (eval echo configure:8726: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8726 rm -rf conftest*
8727 eval "ac_cv_lib_$ac_lib_var=yes"
8728 else
8729 echo "configure: failed program was:" >&5
8730 cat conftest.$ac_ext >&5
8731 rm -rf conftest*
8732 eval "ac_cv_lib_$ac_lib_var=no"
8733 fi
8734 rm -f conftest*
8735 LIBS="$ac_save_LIBS"
8736
8737 fi
8738 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8739 echo "$ac_t""yes" 1>&6
8740 LEXLIB="-l$ac_lib"
8741 else
8742 echo "$ac_t""no" 1>&6
8743 fi
8744
8745 fi
8746
8747
8748 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
8749 echo "configure:8750: checking whether ln -s works" >&5
8750 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
8751 echo $ac_n "(cached) $ac_c" 1>&6
8752 else
8753 rm -f conftestdata
8754 if ln -s X conftestdata 2>/dev/null
8755 then
8756 rm -f conftestdata
8757 ac_cv_prog_LN_S="ln -s"
8758 else
8759 ac_cv_prog_LN_S=ln
8760 fi
8761 fi
8762 LN_S="$ac_cv_prog_LN_S"
8763 if test "$ac_cv_prog_LN_S" = "ln -s"; then
8764 echo "$ac_t""yes" 1>&6
8765 else
8766 echo "$ac_t""no" 1>&6
8767 fi
8768
8769
8770
8771 SEARCH_INCLUDE="\
8772 /usr/local/include \
8773 \
8774 /usr/Motif-1.2/include \
8775 /usr/Motif-2.1/include \
8776 \
8777 /usr/include/Motif1.2 \
8778 /opt/xpm/include/X11 \
8779 /opt/GBxpm/include/ \
8780 /opt/GBxpm/X11/include/ \
8781 \
8782 /usr/Motif1.2/include \
8783 /usr/dt/include \
8784 /usr/openwin/include \
8785 \
8786 /usr/include/Xm \
8787 \
8788 /usr/X11R6/include \
8789 /usr/X11R6.4/include \
8790 /usr/X11R5/include \
8791 /usr/X11R4/include \
8792 \
8793 /usr/include/X11R6 \
8794 /usr/include/X11R5 \
8795 /usr/include/X11R4 \
8796 \
8797 /usr/local/X11R6/include \
8798 /usr/local/X11R5/include \
8799 /usr/local/X11R4/include \
8800 \
8801 /usr/local/include/X11R6 \
8802 /usr/local/include/X11R5 \
8803 /usr/local/include/X11R4 \
8804 \
8805 /usr/X11/include \
8806 /usr/include/X11 \
8807 /usr/local/X11/include \
8808 /usr/local/include/X11 \
8809 \
8810 /usr/X386/include \
8811 /usr/x386/include \
8812 /usr/XFree86/include/X11 \
8813 \
8814 X:/XFree86/include \
8815 X:/XFree86/include/X11 \
8816 \
8817 /usr/include/gtk \
8818 /usr/local/include/gtk \
8819 /usr/include/glib \
8820 /usr/local/include/glib \
8821 \
8822 /usr/include/qt \
8823 /usr/local/include/qt \
8824 \
8825 /usr/include/windows \
8826 /usr/include/wine \
8827 /usr/local/include/wine \
8828 \
8829 /usr/unsupported/include \
8830 /usr/athena/include \
8831 /usr/local/x11r5/include \
8832 /usr/lpp/Xamples/include \
8833 \
8834 /usr/openwin/share/include \
8835 \
8836 /usr/include"
8837
8838 SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` "
8839
8840
8841 cat > confcache <<\EOF
8842 # This file is a shell script that caches the results of configure
8843 # tests run on this system so they can be shared between configure
8844 # scripts and configure runs. It is not useful on other systems.
8845 # If it contains results you don't want to keep, you may remove or edit it.
8846 #
8847 # By default, configure uses ./config.cache as the cache file,
8848 # creating it if it does not exist already. You can give configure
8849 # the --cache-file=FILE option to use a different cache file; that is
8850 # what configure does when it calls configure scripts in
8851 # subdirectories, so they share the cache.
8852 # Giving --cache-file=/dev/null disables caching, for debugging configure.
8853 # config.status only pays attention to the cache file if you give it the
8854 # --recheck option to rerun configure.
8855 #
8856 EOF
8857 # The following way of writing the cache mishandles newlines in values,
8858 # but we know of no workaround that is simple, portable, and efficient.
8859 # So, don't put newlines in cache variables' values.
8860 # Ultrix sh set writes to stderr and can't be redirected directly,
8861 # and sets the high bit in the cache file unless we assign to the vars.
8862 (set) 2>&1 |
8863 case `(ac_space=' '; set | grep ac_space) 2>&1` in
8864 *ac_space=\ *)
8865 # `set' does not quote correctly, so add quotes (double-quote substitution
8866 # turns \\\\ into \\, and sed turns \\ into \).
8867 sed -n \
8868 -e "s/'/'\\\\''/g" \
8869 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
8870 ;;
8871 *)
8872 # `set' quotes correctly as required by POSIX, so do not add quotes.
8873 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
8874 ;;
8875 esac >> confcache
8876 if cmp -s $cache_file confcache; then
8877 :
8878 else
8879 if test -w $cache_file; then
8880 echo "updating cache $cache_file"
8881 cat confcache > $cache_file
8882 else
8883 echo "not updating unwritable cache $cache_file"
8884 fi
8885 fi
8886 rm -f confcache
8887
8888
8889
8890
8891 REGEX_INCLUDE=
8892 if test "$wxUSE_REGEX" != "no"; then
8893 cat >> confdefs.h <<\EOF
8894 #define wxUSE_REGEX 1
8895 EOF
8896
8897
8898 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
8899 ac_safe=`echo "regex.h" | sed 'y%./+-%__p_%'`
8900 echo $ac_n "checking for regex.h""... $ac_c" 1>&6
8901 echo "configure:8902: checking for regex.h" >&5
8902 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8903 echo $ac_n "(cached) $ac_c" 1>&6
8904 else
8905 cat > conftest.$ac_ext <<EOF
8906 #line 8907 "configure"
8907 #include "confdefs.h"
8908 #include <regex.h>
8909 EOF
8910 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8911 { (eval echo configure:8912: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8912 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8913 if test -z "$ac_err"; then
8914 rm -rf conftest*
8915 eval "ac_cv_header_$ac_safe=yes"
8916 else
8917 echo "$ac_err" >&5
8918 echo "configure: failed program was:" >&5
8919 cat conftest.$ac_ext >&5
8920 rm -rf conftest*
8921 eval "ac_cv_header_$ac_safe=no"
8922 fi
8923 rm -f conftest*
8924 fi
8925 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
8926 echo "$ac_t""yes" 1>&6
8927 for ac_func in regcomp
8928 do
8929 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
8930 echo "configure:8931: checking for $ac_func" >&5
8931 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8932 echo $ac_n "(cached) $ac_c" 1>&6
8933 else
8934 cat > conftest.$ac_ext <<EOF
8935 #line 8936 "configure"
8936 #include "confdefs.h"
8937 /* System header to define __stub macros and hopefully few prototypes,
8938 which can conflict with char $ac_func(); below. */
8939 #include <assert.h>
8940 /* Override any gcc2 internal prototype to avoid an error. */
8941 /* We use char because int might match the return type of a gcc2
8942 builtin and then its argument prototype would still apply. */
8943 char $ac_func();
8944
8945 int main() {
8946
8947 /* The GNU C library defines this for functions which it implements
8948 to always fail with ENOSYS. Some functions are actually named
8949 something starting with __ and the normal name is an alias. */
8950 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8951 choke me
8952 #else
8953 $ac_func();
8954 #endif
8955
8956 ; return 0; }
8957 EOF
8958 if { (eval echo configure:8959: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8959 rm -rf conftest*
8960 eval "ac_cv_func_$ac_func=yes"
8961 else
8962 echo "configure: failed program was:" >&5
8963 cat conftest.$ac_ext >&5
8964 rm -rf conftest*
8965 eval "ac_cv_func_$ac_func=no"
8966 fi
8967 rm -f conftest*
8968 fi
8969
8970 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
8971 echo "$ac_t""yes" 1>&6
8972 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
8973 cat >> confdefs.h <<EOF
8974 #define $ac_tr_func 1
8975 EOF
8976
8977 else
8978 echo "$ac_t""no" 1>&6
8979 fi
8980 done
8981
8982 else
8983 echo "$ac_t""no" 1>&6
8984 fi
8985
8986
8987 if test "x$ac_cv_func_regcomp" != "xyes"; then
8988 if test "$wxUSE_REGEX" = "sys" ; then
8989 { echo "configure: error: system regex library not found! Use --with-regex to use built-in version" 1>&2; exit 1; }
8990 else
8991 echo "configure: warning: system regex library not found, will use built-in instead" 1>&2
8992 wxUSE_REGEX=builtin
8993 fi
8994 else
8995 wxUSE_REGEX=sys
8996 fi
8997 fi
8998
8999 if test "$wxUSE_REGEX" = "builtin" ; then
9000 REGEX_INCLUDE="-I\${top_srcdir}/src/regex"
9001 fi
9002 fi
9003
9004
9005 ZLIB_INCLUDE=
9006 ZLIB_LINK=
9007 if test "$wxUSE_ZLIB" != "no" ; then
9008 cat >> confdefs.h <<\EOF
9009 #define wxUSE_ZLIB 1
9010 EOF
9011
9012
9013 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
9014 ac_safe=`echo "zlib.h" | sed 'y%./+-%__p_%'`
9015 echo $ac_n "checking for zlib.h""... $ac_c" 1>&6
9016 echo "configure:9017: checking for zlib.h" >&5
9017 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9018 echo $ac_n "(cached) $ac_c" 1>&6
9019 else
9020 cat > conftest.$ac_ext <<EOF
9021 #line 9022 "configure"
9022 #include "confdefs.h"
9023 #include <zlib.h>
9024 EOF
9025 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9026 { (eval echo configure:9027: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9027 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9028 if test -z "$ac_err"; then
9029 rm -rf conftest*
9030 eval "ac_cv_header_$ac_safe=yes"
9031 else
9032 echo "$ac_err" >&5
9033 echo "configure: failed program was:" >&5
9034 cat conftest.$ac_ext >&5
9035 rm -rf conftest*
9036 eval "ac_cv_header_$ac_safe=no"
9037 fi
9038 rm -f conftest*
9039 fi
9040 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9041 echo "$ac_t""yes" 1>&6
9042 echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6
9043 echo "configure:9044: checking for deflate in -lz" >&5
9044 ac_lib_var=`echo z'_'deflate | sed 'y%./+-%__p_%'`
9045 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9046 echo $ac_n "(cached) $ac_c" 1>&6
9047 else
9048 ac_save_LIBS="$LIBS"
9049 LIBS="-lz $LIBS"
9050 cat > conftest.$ac_ext <<EOF
9051 #line 9052 "configure"
9052 #include "confdefs.h"
9053 /* Override any gcc2 internal prototype to avoid an error. */
9054 /* We use char because int might match the return type of a gcc2
9055 builtin and then its argument prototype would still apply. */
9056 char deflate();
9057
9058 int main() {
9059 deflate()
9060 ; return 0; }
9061 EOF
9062 if { (eval echo configure:9063: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9063 rm -rf conftest*
9064 eval "ac_cv_lib_$ac_lib_var=yes"
9065 else
9066 echo "configure: failed program was:" >&5
9067 cat conftest.$ac_ext >&5
9068 rm -rf conftest*
9069 eval "ac_cv_lib_$ac_lib_var=no"
9070 fi
9071 rm -f conftest*
9072 LIBS="$ac_save_LIBS"
9073
9074 fi
9075 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9076 echo "$ac_t""yes" 1>&6
9077 ZLIB_LINK="-lz"
9078 else
9079 echo "$ac_t""no" 1>&6
9080 fi
9081
9082 else
9083 echo "$ac_t""no" 1>&6
9084 fi
9085
9086
9087 if test "x$ZLIB_LINK" = "x" ; then
9088 if test "$wxUSE_ZLIB" = "sys" ; then
9089 { echo "configure: error: system zlib compression library not found! Use --with-zlib=builtin to use built-in version" 1>&2; exit 1; }
9090 else
9091 echo "configure: warning: system zlib compression library not found, will use built-in instead" 1>&2
9092 wxUSE_ZLIB=builtin
9093 fi
9094 else
9095 wxUSE_ZLIB=sys
9096 fi
9097 fi
9098
9099 if test "$wxUSE_ZLIB" = "builtin" ; then
9100 ZLIB_INCLUDE="-I\${top_srcdir}/src/zlib"
9101 fi
9102 fi
9103
9104
9105 PNG_INCLUDE=
9106 PNG_LINK=
9107 if test "$wxUSE_LIBPNG" != "no" ; then
9108 cat >> confdefs.h <<\EOF
9109 #define wxUSE_LIBPNG 1
9110 EOF
9111
9112
9113 if test "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
9114 echo "configure: warning: system png library doesn't work without system zlib, will use built-in instead" 1>&2
9115 wxUSE_LIBPNG=builtin
9116 fi
9117
9118 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
9119 ac_safe=`echo "png.h" | sed 'y%./+-%__p_%'`
9120 echo $ac_n "checking for png.h""... $ac_c" 1>&6
9121 echo "configure:9122: checking for png.h" >&5
9122 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9123 echo $ac_n "(cached) $ac_c" 1>&6
9124 else
9125 cat > conftest.$ac_ext <<EOF
9126 #line 9127 "configure"
9127 #include "confdefs.h"
9128 #include <png.h>
9129 EOF
9130 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9131 { (eval echo configure:9132: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9132 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9133 if test -z "$ac_err"; then
9134 rm -rf conftest*
9135 eval "ac_cv_header_$ac_safe=yes"
9136 else
9137 echo "$ac_err" >&5
9138 echo "configure: failed program was:" >&5
9139 cat conftest.$ac_ext >&5
9140 rm -rf conftest*
9141 eval "ac_cv_header_$ac_safe=no"
9142 fi
9143 rm -f conftest*
9144 fi
9145 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9146 echo "$ac_t""yes" 1>&6
9147 echo $ac_n "checking for png_check_sig in -lpng""... $ac_c" 1>&6
9148 echo "configure:9149: checking for png_check_sig in -lpng" >&5
9149 ac_lib_var=`echo png'_'png_check_sig | sed 'y%./+-%__p_%'`
9150 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9151 echo $ac_n "(cached) $ac_c" 1>&6
9152 else
9153 ac_save_LIBS="$LIBS"
9154 LIBS="-lpng -lz -lm $LIBS"
9155 cat > conftest.$ac_ext <<EOF
9156 #line 9157 "configure"
9157 #include "confdefs.h"
9158 /* Override any gcc2 internal prototype to avoid an error. */
9159 /* We use char because int might match the return type of a gcc2
9160 builtin and then its argument prototype would still apply. */
9161 char png_check_sig();
9162
9163 int main() {
9164 png_check_sig()
9165 ; return 0; }
9166 EOF
9167 if { (eval echo configure:9168: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9168 rm -rf conftest*
9169 eval "ac_cv_lib_$ac_lib_var=yes"
9170 else
9171 echo "configure: failed program was:" >&5
9172 cat conftest.$ac_ext >&5
9173 rm -rf conftest*
9174 eval "ac_cv_lib_$ac_lib_var=no"
9175 fi
9176 rm -f conftest*
9177 LIBS="$ac_save_LIBS"
9178
9179 fi
9180 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9181 echo "$ac_t""yes" 1>&6
9182 PNG_LINK="-lpng"
9183 else
9184 echo "$ac_t""no" 1>&6
9185 fi
9186
9187
9188 else
9189 echo "$ac_t""no" 1>&6
9190 fi
9191
9192
9193 if test "x$PNG_LINK" = "x" ; then
9194 if test "$wxUSE_LIBPNG" = "sys" ; then
9195 { echo "configure: error: system png library not found! Use --with-libpng=builtin to use built-in version" 1>&2; exit 1; }
9196 else
9197 echo "configure: warning: system png library not found, will use built-in instead" 1>&2
9198 wxUSE_LIBPNG=builtin
9199 fi
9200 else
9201 wxUSE_LIBPNG=yes
9202 fi
9203 fi
9204
9205 if test "$wxUSE_LIBPNG" = "builtin" ; then
9206 PNG_INCLUDE="-I\${top_srcdir}/src/png"
9207 fi
9208
9209 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png"
9210 fi
9211
9212
9213 JPEG_INCLUDE=
9214 JPEG_LINK=
9215 if test "$wxUSE_LIBJPEG" != "no" ; then
9216 cat >> confdefs.h <<\EOF
9217 #define wxUSE_LIBJPEG 1
9218 EOF
9219
9220
9221 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
9222 echo $ac_n "checking for jpeglib.h""... $ac_c" 1>&6
9223 echo "configure:9224: checking for jpeglib.h" >&5
9224 if eval "test \"`echo '$''{'ac_cv_header_jpeglib_h'+set}'`\" = set"; then
9225 echo $ac_n "(cached) $ac_c" 1>&6
9226 else
9227 cat > conftest.$ac_ext <<EOF
9228 #line 9229 "configure"
9229 #include "confdefs.h"
9230
9231 #undef HAVE_STDLIB_H
9232 #include <stdio.h>
9233 #include <jpeglib.h>
9234
9235 int main() {
9236
9237
9238 ; return 0; }
9239 EOF
9240 if { (eval echo configure:9241: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9241 rm -rf conftest*
9242 ac_cv_header_jpeglib_h=yes
9243 else
9244 echo "configure: failed program was:" >&5
9245 cat conftest.$ac_ext >&5
9246 rm -rf conftest*
9247 ac_cv_header_jpeglib_h=no
9248
9249 fi
9250 rm -f conftest*
9251
9252 fi
9253
9254 echo "$ac_t""$ac_cv_header_jpeglib_h" 1>&6
9255
9256 if test "$ac_cv_header_jpeglib_h" = "yes"; then
9257 echo $ac_n "checking for jpeg_read_header in -ljpeg""... $ac_c" 1>&6
9258 echo "configure:9259: checking for jpeg_read_header in -ljpeg" >&5
9259 ac_lib_var=`echo jpeg'_'jpeg_read_header | sed 'y%./+-%__p_%'`
9260 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9261 echo $ac_n "(cached) $ac_c" 1>&6
9262 else
9263 ac_save_LIBS="$LIBS"
9264 LIBS="-ljpeg $LIBS"
9265 cat > conftest.$ac_ext <<EOF
9266 #line 9267 "configure"
9267 #include "confdefs.h"
9268 /* Override any gcc2 internal prototype to avoid an error. */
9269 /* We use char because int might match the return type of a gcc2
9270 builtin and then its argument prototype would still apply. */
9271 char jpeg_read_header();
9272
9273 int main() {
9274 jpeg_read_header()
9275 ; return 0; }
9276 EOF
9277 if { (eval echo configure:9278: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9278 rm -rf conftest*
9279 eval "ac_cv_lib_$ac_lib_var=yes"
9280 else
9281 echo "configure: failed program was:" >&5
9282 cat conftest.$ac_ext >&5
9283 rm -rf conftest*
9284 eval "ac_cv_lib_$ac_lib_var=no"
9285 fi
9286 rm -f conftest*
9287 LIBS="$ac_save_LIBS"
9288
9289 fi
9290 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9291 echo "$ac_t""yes" 1>&6
9292 JPEG_LINK="-ljpeg"
9293 else
9294 echo "$ac_t""no" 1>&6
9295 fi
9296
9297 fi
9298
9299 if test "x$JPEG_LINK" = "x" ; then
9300 if test "$wxUSE_LIBJPEG" = "sys" ; then
9301 { echo "configure: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" 1>&2; exit 1; }
9302 else
9303 echo "configure: warning: system jpeg library not found, will use built-in instead" 1>&2
9304 wxUSE_LIBJPEG=builtin
9305 fi
9306 else
9307 wxUSE_LIBJPEG=sys
9308 fi
9309 fi
9310
9311 if test "$wxUSE_LIBJPEG" = "builtin" ; then
9312 JPEG_INCLUDE="-I\${top_srcdir}/src/jpeg"
9313 fi
9314 fi
9315
9316
9317 TIFF_INCLUDE=
9318 TIFF_LINK=
9319 if test "$wxUSE_LIBTIFF" != "no" ; then
9320 cat >> confdefs.h <<\EOF
9321 #define wxUSE_LIBTIFF 1
9322 EOF
9323
9324
9325 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
9326 ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'`
9327 echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6
9328 echo "configure:9329: checking for tiffio.h" >&5
9329 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9330 echo $ac_n "(cached) $ac_c" 1>&6
9331 else
9332 cat > conftest.$ac_ext <<EOF
9333 #line 9334 "configure"
9334 #include "confdefs.h"
9335 #include <tiffio.h>
9336 EOF
9337 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9338 { (eval echo configure:9339: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9339 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9340 if test -z "$ac_err"; then
9341 rm -rf conftest*
9342 eval "ac_cv_header_$ac_safe=yes"
9343 else
9344 echo "$ac_err" >&5
9345 echo "configure: failed program was:" >&5
9346 cat conftest.$ac_ext >&5
9347 rm -rf conftest*
9348 eval "ac_cv_header_$ac_safe=no"
9349 fi
9350 rm -f conftest*
9351 fi
9352 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9353 echo "$ac_t""yes" 1>&6
9354 echo $ac_n "checking for TIFFError in -ltiff""... $ac_c" 1>&6
9355 echo "configure:9356: checking for TIFFError in -ltiff" >&5
9356 ac_lib_var=`echo tiff'_'TIFFError | sed 'y%./+-%__p_%'`
9357 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9358 echo $ac_n "(cached) $ac_c" 1>&6
9359 else
9360 ac_save_LIBS="$LIBS"
9361 LIBS="-ltiff -lm $LIBS"
9362 cat > conftest.$ac_ext <<EOF
9363 #line 9364 "configure"
9364 #include "confdefs.h"
9365 /* Override any gcc2 internal prototype to avoid an error. */
9366 /* We use char because int might match the return type of a gcc2
9367 builtin and then its argument prototype would still apply. */
9368 char TIFFError();
9369
9370 int main() {
9371 TIFFError()
9372 ; return 0; }
9373 EOF
9374 if { (eval echo configure:9375: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9375 rm -rf conftest*
9376 eval "ac_cv_lib_$ac_lib_var=yes"
9377 else
9378 echo "configure: failed program was:" >&5
9379 cat conftest.$ac_ext >&5
9380 rm -rf conftest*
9381 eval "ac_cv_lib_$ac_lib_var=no"
9382 fi
9383 rm -f conftest*
9384 LIBS="$ac_save_LIBS"
9385
9386 fi
9387 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9388 echo "$ac_t""yes" 1>&6
9389 TIFF_LINK="-ltiff"
9390 else
9391 echo "$ac_t""no" 1>&6
9392 fi
9393
9394
9395 else
9396 echo "$ac_t""no" 1>&6
9397 fi
9398
9399
9400 if test "x$TIFF_LINK" = "x" ; then
9401 if test "$wxUSE_LIBTIFF" = "sys" ; then
9402 { echo "configure: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" 1>&2; exit 1; }
9403 else
9404 echo "configure: warning: system tiff library not found, will use built-in instead" 1>&2
9405 wxUSE_LIBTIFF=builtin
9406 fi
9407 else
9408 wxUSE_LIBTIFF=sys
9409 fi
9410 fi
9411
9412 if test "$wxUSE_LIBTIFF" = "builtin" ; then
9413 TIFF_INCLUDE="-I\${top_srcdir}/src/tiff"
9414 fi
9415 fi
9416
9417
9418 FREETYPE_INCLUDE=
9419 FREETYPE_LINK=
9420 if test "$wxUSE_FREETYPE" != "no" ; then
9421 cat >> confdefs.h <<\EOF
9422 #define wxUSE_FREETYPE 1
9423 EOF
9424
9425
9426 if test "$wxUSE_FREETYPE" = "sys" -o "$wxUSE_FREETYPE" = "yes" ; then
9427 ac_safe=`echo "freetype.h" | sed 'y%./+-%__p_%'`
9428 echo $ac_n "checking for freetype.h""... $ac_c" 1>&6
9429 echo "configure:9430: checking for freetype.h" >&5
9430 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9431 echo $ac_n "(cached) $ac_c" 1>&6
9432 else
9433 cat > conftest.$ac_ext <<EOF
9434 #line 9435 "configure"
9435 #include "confdefs.h"
9436 #include <freetype.h>
9437 EOF
9438 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9439 { (eval echo configure:9440: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9440 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9441 if test -z "$ac_err"; then
9442 rm -rf conftest*
9443 eval "ac_cv_header_$ac_safe=yes"
9444 else
9445 echo "$ac_err" >&5
9446 echo "configure: failed program was:" >&5
9447 cat conftest.$ac_ext >&5
9448 rm -rf conftest*
9449 eval "ac_cv_header_$ac_safe=no"
9450 fi
9451 rm -f conftest*
9452 fi
9453 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9454 echo "$ac_t""yes" 1>&6
9455 echo $ac_n "checking for FT_Render_Glyph in -lfreetype""... $ac_c" 1>&6
9456 echo "configure:9457: checking for FT_Render_Glyph in -lfreetype" >&5
9457 ac_lib_var=`echo freetype'_'FT_Render_Glyph | sed 'y%./+-%__p_%'`
9458 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9459 echo $ac_n "(cached) $ac_c" 1>&6
9460 else
9461 ac_save_LIBS="$LIBS"
9462 LIBS="-lfreetype -lm $LIBS"
9463 cat > conftest.$ac_ext <<EOF
9464 #line 9465 "configure"
9465 #include "confdefs.h"
9466 /* Override any gcc2 internal prototype to avoid an error. */
9467 /* We use char because int might match the return type of a gcc2
9468 builtin and then its argument prototype would still apply. */
9469 char FT_Render_Glyph();
9470
9471 int main() {
9472 FT_Render_Glyph()
9473 ; return 0; }
9474 EOF
9475 if { (eval echo configure:9476: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9476 rm -rf conftest*
9477 eval "ac_cv_lib_$ac_lib_var=yes"
9478 else
9479 echo "configure: failed program was:" >&5
9480 cat conftest.$ac_ext >&5
9481 rm -rf conftest*
9482 eval "ac_cv_lib_$ac_lib_var=no"
9483 fi
9484 rm -f conftest*
9485 LIBS="$ac_save_LIBS"
9486
9487 fi
9488 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9489 echo "$ac_t""yes" 1>&6
9490 FREETYPE_LINK="-lfreetype"
9491 else
9492 echo "$ac_t""no" 1>&6
9493 fi
9494
9495
9496 else
9497 echo "$ac_t""no" 1>&6
9498 fi
9499
9500
9501 if test "x$FREETYPE_LINK" = "x" ; then
9502 if test "$wxUSE_FREETYPE" = "sys" ; then
9503 { echo "configure: error: system freetype library not found! Use --with-freetype=builtin to use built-in version" 1>&2; exit 1; }
9504 else
9505 echo "configure: warning: system freetype library not found, will use built-in instead" 1>&2
9506 wxUSE_FREETYPE=builtin
9507 fi
9508 else
9509 wxUSE_FREETYPE=sys
9510 fi
9511 fi
9512
9513 if test "$wxUSE_FREETYPE" = "builtin" ; then
9514 FREETYPE_INCLUDE="-I\${top_srcdir}/src/freetype"
9515 fi
9516 fi
9517
9518
9519 AFMINSTALL=
9520
9521 TOOLKIT=
9522 TOOLKIT_INCLUDE=
9523 WIDGET_SET=
9524
9525 if test "$USE_WIN32" = 1 ; then
9526 for ac_hdr in w32api.h
9527 do
9528 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9529 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9530 echo "configure:9531: checking for $ac_hdr" >&5
9531 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9532 echo $ac_n "(cached) $ac_c" 1>&6
9533 else
9534 cat > conftest.$ac_ext <<EOF
9535 #line 9536 "configure"
9536 #include "confdefs.h"
9537 #include <$ac_hdr>
9538 EOF
9539 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9540 { (eval echo configure:9541: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9541 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9542 if test -z "$ac_err"; then
9543 rm -rf conftest*
9544 eval "ac_cv_header_$ac_safe=yes"
9545 else
9546 echo "$ac_err" >&5
9547 echo "configure: failed program was:" >&5
9548 cat conftest.$ac_ext >&5
9549 rm -rf conftest*
9550 eval "ac_cv_header_$ac_safe=no"
9551 fi
9552 rm -f conftest*
9553 fi
9554 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9555 echo "$ac_t""yes" 1>&6
9556 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9557 cat >> confdefs.h <<EOF
9558 #define $ac_tr_hdr 1
9559 EOF
9560
9561 else
9562 echo "$ac_t""no" 1>&6
9563 fi
9564 done
9565
9566 ac_safe=`echo "windows.h" | sed 'y%./+-%__p_%'`
9567 echo $ac_n "checking for windows.h""... $ac_c" 1>&6
9568 echo "configure:9569: checking for windows.h" >&5
9569 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9570 echo $ac_n "(cached) $ac_c" 1>&6
9571 else
9572 cat > conftest.$ac_ext <<EOF
9573 #line 9574 "configure"
9574 #include "confdefs.h"
9575 #include <windows.h>
9576 EOF
9577 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9578 { (eval echo configure:9579: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9579 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9580 if test -z "$ac_err"; then
9581 rm -rf conftest*
9582 eval "ac_cv_header_$ac_safe=yes"
9583 else
9584 echo "$ac_err" >&5
9585 echo "configure: failed program was:" >&5
9586 cat conftest.$ac_ext >&5
9587 rm -rf conftest*
9588 eval "ac_cv_header_$ac_safe=no"
9589 fi
9590 rm -f conftest*
9591 fi
9592 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9593 echo "$ac_t""yes" 1>&6
9594 :
9595 else
9596 echo "$ac_t""no" 1>&6
9597
9598 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
9599
9600 fi
9601
9602
9603 echo $ac_n "checking if w32api has good enough MSIE support""... $ac_c" 1>&6
9604 echo "configure:9605: checking if w32api has good enough MSIE support" >&5
9605 if eval "test \"`echo '$''{'wx_cv_w32api_win_ie'+set}'`\" = set"; then
9606 echo $ac_n "(cached) $ac_c" 1>&6
9607 else
9608
9609 cat > conftest.$ac_ext <<EOF
9610 #line 9611 "configure"
9611 #include "confdefs.h"
9612 #include <w32api.h>
9613 int main() {
9614
9615 #define wxCHECK_W32API_VERSION( major, minor ) \
9616 ( defined( __W32API_MAJOR_VERSION ) && defined( __W32API_MINOR_VERSION ) \
9617 && ( ( __W32API_MAJOR_VERSION > (major) ) \
9618 || ( __W32API_MAJOR_VERSION == (major) && __W32API_MINOR_VERSION >= (minor))))
9619
9620 #if !wxCHECK_W32API_VERSION(1,1)
9621 #error You need w32api 1.1 or newer
9622 #endif
9623
9624 ; return 0; }
9625 EOF
9626 if { (eval echo configure:9627: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9627 rm -rf conftest*
9628
9629 wx_cv_w32api_win_ie=yes
9630 CPPFLAGS="$CPPFLAGS -D_WIN_IE=0x400"
9631
9632 else
9633 echo "configure: failed program was:" >&5
9634 cat conftest.$ac_ext >&5
9635 rm -rf conftest*
9636
9637 wx_cv_w32api_win_ie=no
9638
9639 fi
9640 rm -f conftest*
9641
9642 fi
9643
9644 echo "$ac_t""$wx_cv_w32api_win_ie" 1>&6
9645
9646 LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -ladvapi32 -lwsock32"
9647
9648 case "${host}" in
9649 *-*-cygwin* )
9650 LIBS="$LIBS -lkernel32 -luser32 -lgdi32 -lcomdlg32"
9651 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WIN95__"
9652 esac
9653
9654 if test "$wxUSE_ODBC" = "yes" ; then
9655 LIBS="$LIBS -lodbc32 -lole32 -loleaut32"
9656 fi
9657
9658 RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
9659 RESPROGRAMOBJ="\$(PROGRAM)_resources.o"
9660 fi
9661
9662 if test "$wxUSE_GUI" = "yes"; then
9663 USE_GUI=1
9664
9665 GUI_TK_LIBRARY=
9666
9667 WXGTK12=
9668 WXGTK127=
9669 WXGTK20=
9670
9671 if test "$wxUSE_MSW" = 1 ; then
9672 TOOLKIT=MSW
9673 GUIDIST=MSW_DIST
9674
9675 case "${host}" in
9676 *-*-mingw32* )
9677 EXTRA_LIBS="$EXTRA_LIBS -Wl,--subsystem,windows -mwindows"
9678 esac
9679 fi
9680
9681 if test "$wxUSE_GTK" = 1; then
9682 echo $ac_n "checking for GTK+ version""... $ac_c" 1>&6
9683 echo "configure:9684: checking for GTK+ version" >&5
9684
9685 gtk_version_cached=1
9686 if eval "test \"`echo '$''{'wx_cv_lib_gtk'+set}'`\" = set"; then
9687 echo $ac_n "(cached) $ac_c" 1>&6
9688 else
9689
9690 gtk_version_cached=0
9691 echo "$ac_t""""" 1>&6
9692
9693 wx_cv_lib_gtk=
9694 if test "x$wxUSE_GTK2" = "xyes"; then
9695 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
9696 if test "${with_gtk_prefix+set}" = set; then
9697 withval="$with_gtk_prefix"
9698 gtk_config_prefix="$withval"
9699 else
9700 gtk_config_prefix=""
9701 fi
9702
9703 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
9704 if test "${with_gtk_exec_prefix+set}" = set; then
9705 withval="$with_gtk_exec_prefix"
9706 gtk_config_exec_prefix="$withval"
9707 else
9708 gtk_config_exec_prefix=""
9709 fi
9710
9711 # Check whether --enable-gtktest or --disable-gtktest was given.
9712 if test "${enable_gtktest+set}" = set; then
9713 enableval="$enable_gtktest"
9714 :
9715 else
9716 enable_gtktest=yes
9717 fi
9718
9719
9720 for module in .
9721 do
9722 case "$module" in
9723 gthread)
9724 gtk_config_args="$gtk_config_args gthread"
9725 ;;
9726 esac
9727 done
9728
9729 if test x$gtk_config_exec_prefix != x ; then
9730 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
9731 if test x${GTK_CONFIG_2_0+set} != xset ; then
9732 GTK_CONFIG_2_0=$gtk_config_exec_prefix/bin/gtk-config-2.0
9733 fi
9734 fi
9735 if test x$gtk_config_prefix != x ; then
9736 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
9737 if test x${GTK_CONFIG_2_0+set} != xset ; then
9738 GTK_CONFIG_2_0=$gtk_config_prefix/bin/gtk-config-2.0
9739 fi
9740 fi
9741
9742 # Extract the first word of "gtk-config-2.0", so it can be a program name with args.
9743 set dummy gtk-config-2.0; ac_word=$2
9744 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9745 echo "configure:9746: checking for $ac_word" >&5
9746 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG_2_0'+set}'`\" = set"; then
9747 echo $ac_n "(cached) $ac_c" 1>&6
9748 else
9749 case "$GTK_CONFIG_2_0" in
9750 /*)
9751 ac_cv_path_GTK_CONFIG_2_0="$GTK_CONFIG_2_0" # Let the user override the test with a path.
9752 ;;
9753 ?:/*)
9754 ac_cv_path_GTK_CONFIG_2_0="$GTK_CONFIG_2_0" # Let the user override the test with a dos path.
9755 ;;
9756 *)
9757 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
9758 ac_dummy="$PATH"
9759 for ac_dir in $ac_dummy; do
9760 test -z "$ac_dir" && ac_dir=.
9761 if test -f $ac_dir/$ac_word; then
9762 ac_cv_path_GTK_CONFIG_2_0="$ac_dir/$ac_word"
9763 break
9764 fi
9765 done
9766 IFS="$ac_save_ifs"
9767 test -z "$ac_cv_path_GTK_CONFIG_2_0" && ac_cv_path_GTK_CONFIG_2_0="no"
9768 ;;
9769 esac
9770 fi
9771 GTK_CONFIG_2_0="$ac_cv_path_GTK_CONFIG_2_0"
9772 if test -n "$GTK_CONFIG_2_0"; then
9773 echo "$ac_t""$GTK_CONFIG_2_0" 1>&6
9774 else
9775 echo "$ac_t""no" 1>&6
9776 fi
9777
9778 min_gtk_version=1.3.1
9779 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
9780 echo "configure:9781: checking for GTK - version >= $min_gtk_version" >&5
9781 no_gtk=""
9782 if test "$GTK_CONFIG_2_0" = "no" ; then
9783 no_gtk=yes
9784 else
9785 GTK_CFLAGS=`$GTK_CONFIG_2_0 $gtk_config_args --cflags`
9786 GTK_LIBS=`$GTK_CONFIG_2_0 $gtk_config_args --libs`
9787 gtk_config_major_version=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
9788 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
9789 gtk_config_minor_version=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
9790 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
9791 gtk_config_micro_version=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
9792 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
9793 if test "x$enable_gtktest" = "xyes" ; then
9794 ac_save_CFLAGS="$CFLAGS"
9795 ac_save_LIBS="$LIBS"
9796 CFLAGS="$CFLAGS $GTK_CFLAGS"
9797 LIBS="$GTK_LIBS $LIBS"
9798 rm -f conf.gtktest
9799 if test "$cross_compiling" = yes; then
9800 echo $ac_n "cross compiling; assumed OK... $ac_c"
9801 else
9802 cat > conftest.$ac_ext <<EOF
9803 #line 9804 "configure"
9804 #include "confdefs.h"
9805
9806 #include <gtk/gtk.h>
9807 #include <stdio.h>
9808 #include <stdlib.h>
9809
9810 int
9811 main ()
9812 {
9813 int major, minor, micro;
9814 char *tmp_version;
9815
9816 system ("touch conf.gtktest");
9817
9818 /* HP/UX 9 (%@#!) writes to sscanf strings */
9819 tmp_version = g_strdup("$min_gtk_version");
9820 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
9821 printf("%s, bad version string\n", "$min_gtk_version");
9822 exit(1);
9823 }
9824
9825 if ((gtk_major_version != $gtk_config_major_version) ||
9826 (gtk_minor_version != $gtk_config_minor_version) ||
9827 (gtk_micro_version != $gtk_config_micro_version))
9828 {
9829 printf("\n*** 'gtk-config-2.0 --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
9830 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
9831 gtk_major_version, gtk_minor_version, gtk_micro_version);
9832 printf ("*** was found! If gtk-config-2.0 was correct, then it is best\n");
9833 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
9834 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
9835 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
9836 printf("*** required on your system.\n");
9837 printf("*** If gtk-config-2.0 was wrong, set the environment variable GTK_CONFIG_2_0\n");
9838 printf("*** to point to the correct copy of gtk-config-2.0, and remove the file config.cache\n");
9839 printf("*** before re-running configure\n");
9840 }
9841 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
9842 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
9843 (gtk_minor_version != GTK_MINOR_VERSION) ||
9844 (gtk_micro_version != GTK_MICRO_VERSION))
9845 {
9846 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
9847 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
9848 printf("*** library (version %d.%d.%d)\n",
9849 gtk_major_version, gtk_minor_version, gtk_micro_version);
9850 }
9851 #endif /* defined (GTK_MAJOR_VERSION) ... */
9852 else
9853 {
9854 if ((gtk_major_version > major) ||
9855 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
9856 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
9857 {
9858 return 0;
9859 }
9860 else
9861 {
9862 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
9863 gtk_major_version, gtk_minor_version, gtk_micro_version);
9864 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
9865 major, minor, micro);
9866 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
9867 printf("***\n");
9868 printf("*** If you have already installed a sufficiently new version, this error\n");
9869 printf("*** probably means that the wrong copy of the gtk-config-2.0 shell script is\n");
9870 printf("*** being found. The easiest way to fix this is to remove the old version\n");
9871 printf("*** of GTK+, but you can also set the GTK_CONFIG_2_0 environment to point to the\n");
9872 printf("*** correct copy of gtk-config-2.0. (In this case, you will have to\n");
9873 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
9874 printf("*** so that the correct libraries are found at run-time))\n");
9875 }
9876 }
9877 return 1;
9878 }
9879
9880 EOF
9881 if { (eval echo configure:9882: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
9882 then
9883 :
9884 else
9885 echo "configure: failed program was:" >&5
9886 cat conftest.$ac_ext >&5
9887 rm -fr conftest*
9888 no_gtk=yes
9889 fi
9890 rm -fr conftest*
9891 fi
9892
9893 CFLAGS="$ac_save_CFLAGS"
9894 LIBS="$ac_save_LIBS"
9895 fi
9896 fi
9897 if test "x$no_gtk" = x ; then
9898 echo "$ac_t""yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" 1>&6
9899 wx_cv_lib_gtk=2.0
9900 else
9901 echo "$ac_t""no" 1>&6
9902 if test "$GTK_CONFIG_2_0" = "no" ; then
9903 echo "*** The gtk-config-2.0 script installed by GTK could not be found"
9904 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
9905 echo "*** your path, or set the GTK_CONFIG_2_0 environment variable to the"
9906 echo "*** full path to gtk-config-2.0."
9907 else
9908 if test -f conf.gtktest ; then
9909 :
9910 else
9911 echo "*** Could not run GTK test program, checking why..."
9912 CFLAGS="$CFLAGS $GTK_CFLAGS"
9913 LIBS="$LIBS $GTK_LIBS"
9914 cat > conftest.$ac_ext <<EOF
9915 #line 9916 "configure"
9916 #include "confdefs.h"
9917
9918 #include <gtk/gtk.h>
9919 #include <stdio.h>
9920
9921 int main() {
9922 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
9923 ; return 0; }
9924 EOF
9925 if { (eval echo configure:9926: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9926 rm -rf conftest*
9927 echo "*** The test program compiled, but did not run. This usually means"
9928 echo "*** that the run-time linker is not finding GTK or finding the wrong"
9929 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
9930 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
9931 echo "*** to the installed location Also, make sure you have run ldconfig if that"
9932 echo "*** is required on your system"
9933 echo "***"
9934 echo "*** If you have an old version installed, it is best to remove it, although"
9935 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
9936 echo "***"
9937 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
9938 echo "*** came with the system with the command"
9939 echo "***"
9940 echo "*** rpm --erase --nodeps gtk gtk-devel"
9941 else
9942 echo "configure: failed program was:" >&5
9943 cat conftest.$ac_ext >&5
9944 rm -rf conftest*
9945 echo "*** The test program failed to compile or link. See the file config.log for the"
9946 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
9947 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
9948 echo "*** may want to edit the gtk-config-2.0 script: $GTK_CONFIG_2_0"
9949 fi
9950 rm -f conftest*
9951 CFLAGS="$ac_save_CFLAGS"
9952 LIBS="$ac_save_LIBS"
9953 fi
9954 fi
9955 GTK_CFLAGS=""
9956 GTK_LIBS=""
9957 gthread
9958 fi
9959
9960
9961 rm -f conf.gtktest
9962
9963 fi
9964
9965 if test -z "$wx_cv_lib_gtk"; then
9966
9967 if test x$gtk_config_exec_prefix != x ; then
9968 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
9969 if test x${GTK_CONFIG+set} != xset ; then
9970 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
9971 fi
9972 fi
9973 if test x$gtk_config_prefix != x ; then
9974 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
9975 if test x${GTK_CONFIG+set} != xset ; then
9976 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
9977 fi
9978 fi
9979
9980 # Extract the first word of "gtk-config", so it can be a program name with args.
9981 set dummy gtk-config; ac_word=$2
9982 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9983 echo "configure:9984: checking for $ac_word" >&5
9984 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
9985 echo $ac_n "(cached) $ac_c" 1>&6
9986 else
9987 case "$GTK_CONFIG" in
9988 /*)
9989 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
9990 ;;
9991 ?:/*)
9992 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path.
9993 ;;
9994 *)
9995 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
9996 ac_dummy="$PATH"
9997 for ac_dir in $ac_dummy; do
9998 test -z "$ac_dir" && ac_dir=.
9999 if test -f $ac_dir/$ac_word; then
10000 ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word"
10001 break
10002 fi
10003 done
10004 IFS="$ac_save_ifs"
10005 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
10006 ;;
10007 esac
10008 fi
10009 GTK_CONFIG="$ac_cv_path_GTK_CONFIG"
10010 if test -n "$GTK_CONFIG"; then
10011 echo "$ac_t""$GTK_CONFIG" 1>&6
10012 else
10013 echo "$ac_t""no" 1>&6
10014 fi
10015
10016 min_gtk_version=1.2.7
10017 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
10018 echo "configure:10019: checking for GTK - version >= $min_gtk_version" >&5
10019 no_gtk=""
10020 if test "$GTK_CONFIG" != "no" ; then
10021 GTK_CFLAGS=`$GTK_CONFIG --cflags`
10022 GTK_LIBS=`$GTK_CONFIG --libs gthread`
10023 ac_save_CFLAGS="$CFLAGS"
10024 ac_save_LIBS="$LIBS"
10025 CFLAGS="$CFLAGS $GTK_CFLAGS"
10026 LIBS="$LIBS $GTK_LIBS"
10027 if test "$cross_compiling" = yes; then
10028 echo $ac_n "cross compiling; assumed OK... $ac_c"
10029 else
10030 cat > conftest.$ac_ext <<EOF
10031 #line 10032 "configure"
10032 #include "confdefs.h"
10033
10034 #include <gtk/gtk.h>
10035 #include <gtk/gtkfeatures.h>
10036 #include <stdio.h>
10037 #include <stdlib.h>
10038
10039 int
10040 main ()
10041 {
10042 int major, minor, micro;
10043
10044 if (sscanf("$min_gtk_version", "%d.%d.%d", &major, &minor, &micro) != 3) {
10045 printf("%s, bad version string\n", "$min_gtk_version");
10046 exit(1);
10047 }
10048
10049 if ((GTK_MAJOR_VERSION != gtk_major_version) ||
10050 (GTK_MINOR_VERSION != gtk_minor_version) ||
10051 (GTK_MICRO_VERSION != gtk_micro_version)) {
10052 printf("Headers vs. library version mismatch!\n");
10053 exit(1);
10054 }
10055
10056 if (gtk_minor_version == 1) return FALSE;
10057
10058 return !((gtk_major_version > major) ||
10059 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
10060 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)));
10061 }
10062
10063 EOF
10064 if { (eval echo configure:10065: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10065 then
10066 :
10067 else
10068 echo "configure: failed program was:" >&5
10069 cat conftest.$ac_ext >&5
10070 rm -fr conftest*
10071 no_gtk=yes
10072 fi
10073 rm -fr conftest*
10074 fi
10075
10076 CFLAGS="$ac_save_CFLAGS"
10077 LIBS="$ac_save_LIBS"
10078 else
10079 no_gtk=yes
10080 fi
10081 if test "x$no_gtk" = x ; then
10082 echo "$ac_t""yes" 1>&6
10083 wx_cv_lib_gtk=1.2.7
10084 else
10085 echo "$ac_t""no" 1>&6
10086 GTK_CFLAGS=""
10087 GTK_LIBS=""
10088 :
10089 fi
10090
10091
10092
10093 fi
10094
10095 if test -z "$wx_cv_lib_gtk"; then
10096
10097 if test x$gtk_config_exec_prefix != x ; then
10098 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
10099 if test x${GTK_CONFIG+set} != xset ; then
10100 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
10101 fi
10102 fi
10103 if test x$gtk_config_prefix != x ; then
10104 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
10105 if test x${GTK_CONFIG+set} != xset ; then
10106 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
10107 fi
10108 fi
10109
10110 # Extract the first word of "gtk-config", so it can be a program name with args.
10111 set dummy gtk-config; ac_word=$2
10112 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
10113 echo "configure:10114: checking for $ac_word" >&5
10114 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
10115 echo $ac_n "(cached) $ac_c" 1>&6
10116 else
10117 case "$GTK_CONFIG" in
10118 /*)
10119 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
10120 ;;
10121 ?:/*)
10122 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path.
10123 ;;
10124 *)
10125 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
10126 ac_dummy="$PATH"
10127 for ac_dir in $ac_dummy; do
10128 test -z "$ac_dir" && ac_dir=.
10129 if test -f $ac_dir/$ac_word; then
10130 ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word"
10131 break
10132 fi
10133 done
10134 IFS="$ac_save_ifs"
10135 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
10136 ;;
10137 esac
10138 fi
10139 GTK_CONFIG="$ac_cv_path_GTK_CONFIG"
10140 if test -n "$GTK_CONFIG"; then
10141 echo "$ac_t""$GTK_CONFIG" 1>&6
10142 else
10143 echo "$ac_t""no" 1>&6
10144 fi
10145
10146 min_gtk_version=1.2.3
10147 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
10148 echo "configure:10149: checking for GTK - version >= $min_gtk_version" >&5
10149 no_gtk=""
10150 if test "$GTK_CONFIG" != "no" ; then
10151 GTK_CFLAGS=`$GTK_CONFIG --cflags`
10152 GTK_LIBS=`$GTK_CONFIG --libs gthread`
10153 ac_save_CFLAGS="$CFLAGS"
10154 ac_save_LIBS="$LIBS"
10155 CFLAGS="$CFLAGS $GTK_CFLAGS"
10156 LIBS="$LIBS $GTK_LIBS"
10157 if test "$cross_compiling" = yes; then
10158 echo $ac_n "cross compiling; assumed OK... $ac_c"
10159 else
10160 cat > conftest.$ac_ext <<EOF
10161 #line 10162 "configure"
10162 #include "confdefs.h"
10163
10164 #include <gtk/gtk.h>
10165 #include <gtk/gtkfeatures.h>
10166 #include <stdio.h>
10167 #include <stdlib.h>
10168
10169 int
10170 main ()
10171 {
10172 int major, minor, micro;
10173
10174 if (sscanf("$min_gtk_version", "%d.%d.%d", &major, &minor, &micro) != 3) {
10175 printf("%s, bad version string\n", "$min_gtk_version");
10176 exit(1);
10177 }
10178
10179 if ((GTK_MAJOR_VERSION != gtk_major_version) ||
10180 (GTK_MINOR_VERSION != gtk_minor_version) ||
10181 (GTK_MICRO_VERSION != gtk_micro_version)) {
10182 printf("Headers vs. library version mismatch!\n");
10183 exit(1);
10184 }
10185
10186 if (gtk_minor_version == 1) return FALSE;
10187
10188 return !((gtk_major_version > major) ||
10189 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
10190 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)));
10191 }
10192
10193 EOF
10194 if { (eval echo configure:10195: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10195 then
10196 :
10197 else
10198 echo "configure: failed program was:" >&5
10199 cat conftest.$ac_ext >&5
10200 rm -fr conftest*
10201 no_gtk=yes
10202 fi
10203 rm -fr conftest*
10204 fi
10205
10206 CFLAGS="$ac_save_CFLAGS"
10207 LIBS="$ac_save_LIBS"
10208 else
10209 no_gtk=yes
10210 fi
10211 if test "x$no_gtk" = x ; then
10212 echo "$ac_t""yes" 1>&6
10213 wx_cv_lib_gtk=1.2.3
10214 else
10215 echo "$ac_t""no" 1>&6
10216 GTK_CFLAGS=""
10217 GTK_LIBS=""
10218 :
10219 fi
10220
10221
10222
10223 fi
10224
10225 if test -z "$wx_cv_lib_gtk"; then
10226 wx_cv_lib_gtk=none
10227 else
10228 wx_cv_cflags_gtk=$GTK_CFLAGS
10229 wx_cv_libs_gtk=$GTK_LIBS
10230 fi
10231
10232
10233 fi
10234
10235
10236 if test "$gtk_version_cached" = 1; then
10237 echo "$ac_t""$wx_cv_lib_gtk" 1>&6
10238 fi
10239
10240 case "$wx_cv_lib_gtk" in
10241 2.0) WXGTK20=1
10242 ;;
10243 1.2.7) WXGTK127=1
10244 WXGTK12=1
10245 ;;
10246 1.2.3) WXGTK12=1
10247 ;;
10248 *) { echo "configure: error:
10249 Please check that gtk-config is in path, the directory
10250 where GTK+ libraries are installed (returned by
10251 'gtk-config --libs' command) is in LD_LIBRARY_PATH or
10252 equivalent variable and GTK+ is version 1.2.3 or above.
10253 " 1>&2; exit 1; }
10254 ;;
10255 esac
10256
10257 TOOLKIT_INCLUDE="$wx_cv_cflags_gtk"
10258 GUI_TK_LIBRARY="$wx_cv_libs_gtk"
10259
10260 AFMINSTALL=afminstall
10261 TOOLKIT=GTK
10262 GUIDIST=GTK_DIST
10263
10264 echo $ac_n "checking for gdk_im_open in -lgdk""... $ac_c" 1>&6
10265 echo "configure:10266: checking for gdk_im_open in -lgdk" >&5
10266 ac_lib_var=`echo gdk'_'gdk_im_open | sed 'y%./+-%__p_%'`
10267 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10268 echo $ac_n "(cached) $ac_c" 1>&6
10269 else
10270 ac_save_LIBS="$LIBS"
10271 LIBS="-lgdk $LIBS"
10272 cat > conftest.$ac_ext <<EOF
10273 #line 10274 "configure"
10274 #include "confdefs.h"
10275 /* Override any gcc2 internal prototype to avoid an error. */
10276 /* We use char because int might match the return type of a gcc2
10277 builtin and then its argument prototype would still apply. */
10278 char gdk_im_open();
10279
10280 int main() {
10281 gdk_im_open()
10282 ; return 0; }
10283 EOF
10284 if { (eval echo configure:10285: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10285 rm -rf conftest*
10286 eval "ac_cv_lib_$ac_lib_var=yes"
10287 else
10288 echo "configure: failed program was:" >&5
10289 cat conftest.$ac_ext >&5
10290 rm -rf conftest*
10291 eval "ac_cv_lib_$ac_lib_var=no"
10292 fi
10293 rm -f conftest*
10294 LIBS="$ac_save_LIBS"
10295
10296 fi
10297 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10298 echo "$ac_t""yes" 1>&6
10299 cat >> confdefs.h <<\EOF
10300 #define HAVE_XIM 1
10301 EOF
10302
10303 else
10304 echo "$ac_t""no" 1>&6
10305 fi
10306
10307 fi
10308
10309 if test "$wxUSE_MGL" = 1; then
10310
10311 echo $ac_n "checking for SciTech MGL library""... $ac_c" 1>&6
10312 echo "configure:10313: checking for SciTech MGL library" >&5
10313 if test "x$MGL_ROOT" = x ; then
10314 echo "$ac_t""not found" 1>&6
10315 { echo "configure: error: Cannot find MGL library. Make sure MGL_ROOT is set." 1>&2; exit 1; }
10316 else
10317 echo "$ac_t""$MGL_ROOT" 1>&6
10318 fi
10319
10320 mgl_os=linux/gcc/glibc
10321 mgl_lib_type=""
10322
10323 if test "$wxUSE_DEBUG_FLAG" = yes ; then
10324 if test -f $MGL_ROOT/lib/debug/$mgl_os/libmgl.a ; then
10325 mgl_lib_type=debug
10326 fi
10327 fi
10328 if test "x$mgl_lib_type" = x ; then
10329 if test -f $MGL_ROOT/lib/release/$mgl_os/libmgl.a ; then
10330 mgl_lib_type=release
10331 else
10332 { echo "configure: error: Cannot find MGL libraries, make sure they are compiled." 1>&2; exit 1; }
10333 fi
10334 fi
10335
10336 TOOLKIT_INCLUDE="-I$MGL_ROOT/include"
10337 GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
10338
10339 AFMINSTALL=afminstall
10340 TOOLKIT=MGL
10341 GUIDIST=MGL_DIST
10342 fi
10343
10344 if test "$wxUSE_WINE" = 1; then
10345 ac_safe=`echo "windows.h" | sed 'y%./+-%__p_%'`
10346 echo $ac_n "checking for windows.h""... $ac_c" 1>&6
10347 echo "configure:10348: checking for windows.h" >&5
10348 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10349 echo $ac_n "(cached) $ac_c" 1>&6
10350 else
10351 cat > conftest.$ac_ext <<EOF
10352 #line 10353 "configure"
10353 #include "confdefs.h"
10354 #include <windows.h>
10355 EOF
10356 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10357 { (eval echo configure:10358: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10358 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10359 if test -z "$ac_err"; then
10360 rm -rf conftest*
10361 eval "ac_cv_header_$ac_safe=yes"
10362 else
10363 echo "$ac_err" >&5
10364 echo "configure: failed program was:" >&5
10365 cat conftest.$ac_ext >&5
10366 rm -rf conftest*
10367 eval "ac_cv_header_$ac_safe=no"
10368 fi
10369 rm -f conftest*
10370 fi
10371 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10372 echo "$ac_t""yes" 1>&6
10373 :
10374 else
10375 echo "$ac_t""no" 1>&6
10376
10377 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
10378
10379 fi
10380
10381
10382 xpm_link=""
10383 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
10384 echo "configure:10385: checking for Xpm library" >&5
10385
10386 ac_find_libraries=
10387 for ac_dir in $SEARCH_LIB;
10388 do
10389 for ac_extension in a so sl dylib; do
10390 if test -f "$ac_dir/libXpm.$ac_extension"; then
10391 ac_find_libraries=$ac_dir
10392 break 2
10393 fi
10394 done
10395 done
10396
10397 if test "$ac_find_libraries" != "" ; then
10398 GUI_TK_LIBRARY="-L$ac_find_libraries"
10399 xpm_link="-lXpm"
10400 cat >> confdefs.h <<\EOF
10401 #define wxHAVE_LIB_XPM 1
10402 EOF
10403
10404 echo "$ac_t""found at $ac_find_libraries" 1>&6
10405 else
10406 echo "$ac_t""no" 1>&6
10407 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
10408 fi
10409
10410 mesa_link=""
10411 echo $ac_n "checking for Mesa library""... $ac_c" 1>&6
10412 echo "configure:10413: checking for Mesa library" >&5
10413
10414 ac_find_libraries=
10415 for ac_dir in $SEARCH_LIB;
10416 do
10417 for ac_extension in a so sl dylib; do
10418 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
10419 ac_find_libraries=$ac_dir
10420 break 2
10421 fi
10422 done
10423 done
10424
10425 if test "$ac_find_libraries" != "" ; then
10426 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -L$ac_find_libraries"
10427 mesa_link="-lMesaGL"
10428 echo "$ac_t""found at $ac_find_libraries" 1>&6
10429 else
10430 { echo "configure: error: no" 1>&2; exit 1; }
10431 fi
10432
10433 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lwine $mesa_link $xpm_link -lXxf86dga -lXxf86vm -lSM -lICE -lXext -lXmu -lX11 -lncurses"
10434 TOOLKIT=MSW
10435 GUIDIST=MSW_DIST
10436 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXWINE__"
10437 fi
10438
10439 if test "$wxUSE_MOTIF" = 1; then
10440 # If we find X, set shell vars x_includes and x_libraries to the
10441 # paths, otherwise set no_x=yes.
10442 # Uses ac_ vars as temps to allow command line to override cache and checks.
10443 # --without-x overrides everything else, but does not touch the cache.
10444 echo $ac_n "checking for X""... $ac_c" 1>&6
10445 echo "configure:10446: checking for X" >&5
10446
10447 # Check whether --with-x or --without-x was given.
10448 if test "${with_x+set}" = set; then
10449 withval="$with_x"
10450 :
10451 fi
10452
10453 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
10454 if test "x$with_x" = xno; then
10455 # The user explicitly disabled X.
10456 have_x=disabled
10457 else
10458 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
10459 # Both variables are already set.
10460 have_x=yes
10461 else
10462 if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
10463 echo $ac_n "(cached) $ac_c" 1>&6
10464 else
10465 # One or both of the vars are not set, and there is no cached value.
10466 ac_x_includes=NO ac_x_libraries=NO
10467 rm -fr conftestdir
10468 if mkdir conftestdir; then
10469 cd conftestdir
10470 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
10471 cat > Imakefile <<'EOF'
10472 acfindx:
10473 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
10474 EOF
10475 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
10476 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
10477 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
10478 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
10479 for ac_extension in a so sl; do
10480 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
10481 test -f $ac_im_libdir/libX11.$ac_extension; then
10482 ac_im_usrlibdir=$ac_im_libdir; break
10483 fi
10484 done
10485 # Screen out bogus values from the imake configuration. They are
10486 # bogus both because they are the default anyway, and because
10487 # using them would break gcc on systems where it needs fixed includes.
10488 case "$ac_im_incroot" in
10489 /usr/include) ;;
10490 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;;
10491 esac
10492 case "$ac_im_usrlibdir" in
10493 /usr/lib | /lib) ;;
10494 *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;;
10495 esac
10496 fi
10497 cd ..
10498 rm -fr conftestdir
10499 fi
10500
10501 if test "$ac_x_includes" = NO; then
10502 # Guess where to find include files, by looking for this one X11 .h file.
10503 test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
10504
10505 # First, try using that file with no special directory specified.
10506 cat > conftest.$ac_ext <<EOF
10507 #line 10508 "configure"
10508 #include "confdefs.h"
10509 #include <$x_direct_test_include>
10510 EOF
10511 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10512 { (eval echo configure:10513: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10513 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10514 if test -z "$ac_err"; then
10515 rm -rf conftest*
10516 # We can compile using X headers with no special include directory.
10517 ac_x_includes=
10518 else
10519 echo "$ac_err" >&5
10520 echo "configure: failed program was:" >&5
10521 cat conftest.$ac_ext >&5
10522 rm -rf conftest*
10523 # Look for the header file in a standard set of common directories.
10524 # Check X11 before X11Rn because it is often a symlink to the current release.
10525 for ac_dir in \
10526 /usr/X11/include \
10527 /usr/X11R6/include \
10528 /usr/X11R5/include \
10529 /usr/X11R4/include \
10530 \
10531 /usr/include/X11 \
10532 /usr/include/X11R6 \
10533 /usr/include/X11R5 \
10534 /usr/include/X11R4 \
10535 \
10536 /usr/local/X11/include \
10537 /usr/local/X11R6/include \
10538 /usr/local/X11R5/include \
10539 /usr/local/X11R4/include \
10540 \
10541 /usr/local/include/X11 \
10542 /usr/local/include/X11R6 \
10543 /usr/local/include/X11R5 \
10544 /usr/local/include/X11R4 \
10545 \
10546 /usr/X386/include \
10547 /usr/x386/include \
10548 /usr/XFree86/include/X11 \
10549 \
10550 /usr/include \
10551 /usr/local/include \
10552 /usr/unsupported/include \
10553 /usr/athena/include \
10554 /usr/local/x11r5/include \
10555 /usr/lpp/Xamples/include \
10556 \
10557 /usr/openwin/include \
10558 /usr/openwin/share/include \
10559 ; \
10560 do
10561 if test -r "$ac_dir/$x_direct_test_include"; then
10562 ac_x_includes=$ac_dir
10563 break
10564 fi
10565 done
10566 fi
10567 rm -f conftest*
10568 fi # $ac_x_includes = NO
10569
10570 if test "$ac_x_libraries" = NO; then
10571 # Check for the libraries.
10572
10573 test -z "$x_direct_test_library" && x_direct_test_library=Xt
10574 test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
10575
10576 # See if we find them without any special options.
10577 # Don't add to $LIBS permanently.
10578 ac_save_LIBS="$LIBS"
10579 LIBS="-l$x_direct_test_library $LIBS"
10580 cat > conftest.$ac_ext <<EOF
10581 #line 10582 "configure"
10582 #include "confdefs.h"
10583
10584 int main() {
10585 ${x_direct_test_function}()
10586 ; return 0; }
10587 EOF
10588 if { (eval echo configure:10589: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10589 rm -rf conftest*
10590 LIBS="$ac_save_LIBS"
10591 # We can link X programs with no special library path.
10592 ac_x_libraries=
10593 else
10594 echo "configure: failed program was:" >&5
10595 cat conftest.$ac_ext >&5
10596 rm -rf conftest*
10597 LIBS="$ac_save_LIBS"
10598 # First see if replacing the include by lib works.
10599 # Check X11 before X11Rn because it is often a symlink to the current release.
10600 for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
10601 /usr/X11/lib \
10602 /usr/X11R6/lib \
10603 /usr/X11R5/lib \
10604 /usr/X11R4/lib \
10605 \
10606 /usr/lib/X11 \
10607 /usr/lib/X11R6 \
10608 /usr/lib/X11R5 \
10609 /usr/lib/X11R4 \
10610 \
10611 /usr/local/X11/lib \
10612 /usr/local/X11R6/lib \
10613 /usr/local/X11R5/lib \
10614 /usr/local/X11R4/lib \
10615 \
10616 /usr/local/lib/X11 \
10617 /usr/local/lib/X11R6 \
10618 /usr/local/lib/X11R5 \
10619 /usr/local/lib/X11R4 \
10620 \
10621 /usr/X386/lib \
10622 /usr/x386/lib \
10623 /usr/XFree86/lib/X11 \
10624 \
10625 /usr/lib \
10626 /usr/local/lib \
10627 /usr/unsupported/lib \
10628 /usr/athena/lib \
10629 /usr/local/x11r5/lib \
10630 /usr/lpp/Xamples/lib \
10631 /lib/usr/lib/X11 \
10632 \
10633 /usr/openwin/lib \
10634 /usr/openwin/share/lib \
10635 ; \
10636 do
10637 for ac_extension in a so sl; do
10638 if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
10639 ac_x_libraries=$ac_dir
10640 break 2
10641 fi
10642 done
10643 done
10644 fi
10645 rm -f conftest*
10646 fi # $ac_x_libraries = NO
10647
10648 if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then
10649 # Didn't find X anywhere. Cache the known absence of X.
10650 ac_cv_have_x="have_x=no"
10651 else
10652 # Record where we found X for the cache.
10653 ac_cv_have_x="have_x=yes \
10654 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
10655 fi
10656 fi
10657 fi
10658 eval "$ac_cv_have_x"
10659 fi # $with_x != no
10660
10661 if test "$have_x" != yes; then
10662 echo "$ac_t""$have_x" 1>&6
10663 no_x=yes
10664 else
10665 # If each of the values was on the command line, it overrides each guess.
10666 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
10667 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
10668 # Update the cache value to reflect the command line values.
10669 ac_cv_have_x="have_x=yes \
10670 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
10671 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
10672 fi
10673
10674 if test "$no_x" = yes; then
10675 # Not all programs may use this symbol, but it does not hurt to define it.
10676 cat >> confdefs.h <<\EOF
10677 #define X_DISPLAY_MISSING 1
10678 EOF
10679
10680 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
10681 else
10682 if test -n "$x_includes"; then
10683 X_CFLAGS="$X_CFLAGS -I$x_includes"
10684 fi
10685
10686 # It would also be nice to do this for all -L options, not just this one.
10687 if test -n "$x_libraries"; then
10688 X_LIBS="$X_LIBS -L$x_libraries"
10689 # For Solaris; some versions of Sun CC require a space after -R and
10690 # others require no space. Words are not sufficient . . . .
10691 case "`(uname -sr) 2>/dev/null`" in
10692 "SunOS 5"*)
10693 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
10694 echo "configure:10695: checking whether -R must be followed by a space" >&5
10695 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries"
10696 cat > conftest.$ac_ext <<EOF
10697 #line 10698 "configure"
10698 #include "confdefs.h"
10699
10700 int main() {
10701
10702 ; return 0; }
10703 EOF
10704 if { (eval echo configure:10705: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10705 rm -rf conftest*
10706 ac_R_nospace=yes
10707 else
10708 echo "configure: failed program was:" >&5
10709 cat conftest.$ac_ext >&5
10710 rm -rf conftest*
10711 ac_R_nospace=no
10712 fi
10713 rm -f conftest*
10714 if test $ac_R_nospace = yes; then
10715 echo "$ac_t""no" 1>&6
10716 X_LIBS="$X_LIBS -R$x_libraries"
10717 else
10718 LIBS="$ac_xsave_LIBS -R $x_libraries"
10719 cat > conftest.$ac_ext <<EOF
10720 #line 10721 "configure"
10721 #include "confdefs.h"
10722
10723 int main() {
10724
10725 ; return 0; }
10726 EOF
10727 if { (eval echo configure:10728: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10728 rm -rf conftest*
10729 ac_R_space=yes
10730 else
10731 echo "configure: failed program was:" >&5
10732 cat conftest.$ac_ext >&5
10733 rm -rf conftest*
10734 ac_R_space=no
10735 fi
10736 rm -f conftest*
10737 if test $ac_R_space = yes; then
10738 echo "$ac_t""yes" 1>&6
10739 X_LIBS="$X_LIBS -R $x_libraries"
10740 else
10741 echo "$ac_t""neither works" 1>&6
10742 fi
10743 fi
10744 LIBS="$ac_xsave_LIBS"
10745 esac
10746 fi
10747
10748 # Check for system-dependent libraries X programs must link with.
10749 # Do this before checking for the system-independent R6 libraries
10750 # (-lICE), since we may need -lsocket or whatever for X linking.
10751
10752 if test "$ISC" = yes; then
10753 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
10754 else
10755 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
10756 # libraries were built with DECnet support. And karl@cs.umb.edu says
10757 # the Alpha needs dnet_stub (dnet does not exist).
10758 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
10759 echo "configure:10760: checking for dnet_ntoa in -ldnet" >&5
10760 ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
10761 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10762 echo $ac_n "(cached) $ac_c" 1>&6
10763 else
10764 ac_save_LIBS="$LIBS"
10765 LIBS="-ldnet $LIBS"
10766 cat > conftest.$ac_ext <<EOF
10767 #line 10768 "configure"
10768 #include "confdefs.h"
10769 /* Override any gcc2 internal prototype to avoid an error. */
10770 /* We use char because int might match the return type of a gcc2
10771 builtin and then its argument prototype would still apply. */
10772 char dnet_ntoa();
10773
10774 int main() {
10775 dnet_ntoa()
10776 ; return 0; }
10777 EOF
10778 if { (eval echo configure:10779: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10779 rm -rf conftest*
10780 eval "ac_cv_lib_$ac_lib_var=yes"
10781 else
10782 echo "configure: failed program was:" >&5
10783 cat conftest.$ac_ext >&5
10784 rm -rf conftest*
10785 eval "ac_cv_lib_$ac_lib_var=no"
10786 fi
10787 rm -f conftest*
10788 LIBS="$ac_save_LIBS"
10789
10790 fi
10791 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10792 echo "$ac_t""yes" 1>&6
10793 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
10794 else
10795 echo "$ac_t""no" 1>&6
10796 fi
10797
10798 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
10799 echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
10800 echo "configure:10801: checking for dnet_ntoa in -ldnet_stub" >&5
10801 ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
10802 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10803 echo $ac_n "(cached) $ac_c" 1>&6
10804 else
10805 ac_save_LIBS="$LIBS"
10806 LIBS="-ldnet_stub $LIBS"
10807 cat > conftest.$ac_ext <<EOF
10808 #line 10809 "configure"
10809 #include "confdefs.h"
10810 /* Override any gcc2 internal prototype to avoid an error. */
10811 /* We use char because int might match the return type of a gcc2
10812 builtin and then its argument prototype would still apply. */
10813 char dnet_ntoa();
10814
10815 int main() {
10816 dnet_ntoa()
10817 ; return 0; }
10818 EOF
10819 if { (eval echo configure:10820: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10820 rm -rf conftest*
10821 eval "ac_cv_lib_$ac_lib_var=yes"
10822 else
10823 echo "configure: failed program was:" >&5
10824 cat conftest.$ac_ext >&5
10825 rm -rf conftest*
10826 eval "ac_cv_lib_$ac_lib_var=no"
10827 fi
10828 rm -f conftest*
10829 LIBS="$ac_save_LIBS"
10830
10831 fi
10832 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10833 echo "$ac_t""yes" 1>&6
10834 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
10835 else
10836 echo "$ac_t""no" 1>&6
10837 fi
10838
10839 fi
10840
10841 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
10842 # to get the SysV transport functions.
10843 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
10844 # needs -lnsl.
10845 # The nsl library prevents programs from opening the X display
10846 # on Irix 5.2, according to dickey@clark.net.
10847 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
10848 echo "configure:10849: checking for gethostbyname" >&5
10849 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
10850 echo $ac_n "(cached) $ac_c" 1>&6
10851 else
10852 cat > conftest.$ac_ext <<EOF
10853 #line 10854 "configure"
10854 #include "confdefs.h"
10855 /* System header to define __stub macros and hopefully few prototypes,
10856 which can conflict with char gethostbyname(); below. */
10857 #include <assert.h>
10858 /* Override any gcc2 internal prototype to avoid an error. */
10859 /* We use char because int might match the return type of a gcc2
10860 builtin and then its argument prototype would still apply. */
10861 char gethostbyname();
10862
10863 int main() {
10864
10865 /* The GNU C library defines this for functions which it implements
10866 to always fail with ENOSYS. Some functions are actually named
10867 something starting with __ and the normal name is an alias. */
10868 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
10869 choke me
10870 #else
10871 gethostbyname();
10872 #endif
10873
10874 ; return 0; }
10875 EOF
10876 if { (eval echo configure:10877: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10877 rm -rf conftest*
10878 eval "ac_cv_func_gethostbyname=yes"
10879 else
10880 echo "configure: failed program was:" >&5
10881 cat conftest.$ac_ext >&5
10882 rm -rf conftest*
10883 eval "ac_cv_func_gethostbyname=no"
10884 fi
10885 rm -f conftest*
10886 fi
10887
10888 if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
10889 echo "$ac_t""yes" 1>&6
10890 :
10891 else
10892 echo "$ac_t""no" 1>&6
10893 fi
10894
10895 if test $ac_cv_func_gethostbyname = no; then
10896 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
10897 echo "configure:10898: checking for gethostbyname in -lnsl" >&5
10898 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
10899 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10900 echo $ac_n "(cached) $ac_c" 1>&6
10901 else
10902 ac_save_LIBS="$LIBS"
10903 LIBS="-lnsl $LIBS"
10904 cat > conftest.$ac_ext <<EOF
10905 #line 10906 "configure"
10906 #include "confdefs.h"
10907 /* Override any gcc2 internal prototype to avoid an error. */
10908 /* We use char because int might match the return type of a gcc2
10909 builtin and then its argument prototype would still apply. */
10910 char gethostbyname();
10911
10912 int main() {
10913 gethostbyname()
10914 ; return 0; }
10915 EOF
10916 if { (eval echo configure:10917: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10917 rm -rf conftest*
10918 eval "ac_cv_lib_$ac_lib_var=yes"
10919 else
10920 echo "configure: failed program was:" >&5
10921 cat conftest.$ac_ext >&5
10922 rm -rf conftest*
10923 eval "ac_cv_lib_$ac_lib_var=no"
10924 fi
10925 rm -f conftest*
10926 LIBS="$ac_save_LIBS"
10927
10928 fi
10929 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10930 echo "$ac_t""yes" 1>&6
10931 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
10932 else
10933 echo "$ac_t""no" 1>&6
10934 fi
10935
10936 fi
10937
10938 # lieder@skyler.mavd.honeywell.com says without -lsocket,
10939 # socket/setsockopt and other routines are undefined under SCO ODT
10940 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
10941 # on later versions), says simon@lia.di.epfl.ch: it contains
10942 # gethostby* variants that don't use the nameserver (or something).
10943 # -lsocket must be given before -lnsl if both are needed.
10944 # We assume that if connect needs -lnsl, so does gethostbyname.
10945 echo $ac_n "checking for connect""... $ac_c" 1>&6
10946 echo "configure:10947: checking for connect" >&5
10947 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
10948 echo $ac_n "(cached) $ac_c" 1>&6
10949 else
10950 cat > conftest.$ac_ext <<EOF
10951 #line 10952 "configure"
10952 #include "confdefs.h"
10953 /* System header to define __stub macros and hopefully few prototypes,
10954 which can conflict with char connect(); below. */
10955 #include <assert.h>
10956 /* Override any gcc2 internal prototype to avoid an error. */
10957 /* We use char because int might match the return type of a gcc2
10958 builtin and then its argument prototype would still apply. */
10959 char connect();
10960
10961 int main() {
10962
10963 /* The GNU C library defines this for functions which it implements
10964 to always fail with ENOSYS. Some functions are actually named
10965 something starting with __ and the normal name is an alias. */
10966 #if defined (__stub_connect) || defined (__stub___connect)
10967 choke me
10968 #else
10969 connect();
10970 #endif
10971
10972 ; return 0; }
10973 EOF
10974 if { (eval echo configure:10975: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10975 rm -rf conftest*
10976 eval "ac_cv_func_connect=yes"
10977 else
10978 echo "configure: failed program was:" >&5
10979 cat conftest.$ac_ext >&5
10980 rm -rf conftest*
10981 eval "ac_cv_func_connect=no"
10982 fi
10983 rm -f conftest*
10984 fi
10985
10986 if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
10987 echo "$ac_t""yes" 1>&6
10988 :
10989 else
10990 echo "$ac_t""no" 1>&6
10991 fi
10992
10993 if test $ac_cv_func_connect = no; then
10994 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
10995 echo "configure:10996: checking for connect in -lsocket" >&5
10996 ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
10997 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10998 echo $ac_n "(cached) $ac_c" 1>&6
10999 else
11000 ac_save_LIBS="$LIBS"
11001 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
11002 cat > conftest.$ac_ext <<EOF
11003 #line 11004 "configure"
11004 #include "confdefs.h"
11005 /* Override any gcc2 internal prototype to avoid an error. */
11006 /* We use char because int might match the return type of a gcc2
11007 builtin and then its argument prototype would still apply. */
11008 char connect();
11009
11010 int main() {
11011 connect()
11012 ; return 0; }
11013 EOF
11014 if { (eval echo configure:11015: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11015 rm -rf conftest*
11016 eval "ac_cv_lib_$ac_lib_var=yes"
11017 else
11018 echo "configure: failed program was:" >&5
11019 cat conftest.$ac_ext >&5
11020 rm -rf conftest*
11021 eval "ac_cv_lib_$ac_lib_var=no"
11022 fi
11023 rm -f conftest*
11024 LIBS="$ac_save_LIBS"
11025
11026 fi
11027 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11028 echo "$ac_t""yes" 1>&6
11029 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
11030 else
11031 echo "$ac_t""no" 1>&6
11032 fi
11033
11034 fi
11035
11036 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
11037 echo $ac_n "checking for remove""... $ac_c" 1>&6
11038 echo "configure:11039: checking for remove" >&5
11039 if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
11040 echo $ac_n "(cached) $ac_c" 1>&6
11041 else
11042 cat > conftest.$ac_ext <<EOF
11043 #line 11044 "configure"
11044 #include "confdefs.h"
11045 /* System header to define __stub macros and hopefully few prototypes,
11046 which can conflict with char remove(); below. */
11047 #include <assert.h>
11048 /* Override any gcc2 internal prototype to avoid an error. */
11049 /* We use char because int might match the return type of a gcc2
11050 builtin and then its argument prototype would still apply. */
11051 char remove();
11052
11053 int main() {
11054
11055 /* The GNU C library defines this for functions which it implements
11056 to always fail with ENOSYS. Some functions are actually named
11057 something starting with __ and the normal name is an alias. */
11058 #if defined (__stub_remove) || defined (__stub___remove)
11059 choke me
11060 #else
11061 remove();
11062 #endif
11063
11064 ; return 0; }
11065 EOF
11066 if { (eval echo configure:11067: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11067 rm -rf conftest*
11068 eval "ac_cv_func_remove=yes"
11069 else
11070 echo "configure: failed program was:" >&5
11071 cat conftest.$ac_ext >&5
11072 rm -rf conftest*
11073 eval "ac_cv_func_remove=no"
11074 fi
11075 rm -f conftest*
11076 fi
11077
11078 if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
11079 echo "$ac_t""yes" 1>&6
11080 :
11081 else
11082 echo "$ac_t""no" 1>&6
11083 fi
11084
11085 if test $ac_cv_func_remove = no; then
11086 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
11087 echo "configure:11088: checking for remove in -lposix" >&5
11088 ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
11089 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11090 echo $ac_n "(cached) $ac_c" 1>&6
11091 else
11092 ac_save_LIBS="$LIBS"
11093 LIBS="-lposix $LIBS"
11094 cat > conftest.$ac_ext <<EOF
11095 #line 11096 "configure"
11096 #include "confdefs.h"
11097 /* Override any gcc2 internal prototype to avoid an error. */
11098 /* We use char because int might match the return type of a gcc2
11099 builtin and then its argument prototype would still apply. */
11100 char remove();
11101
11102 int main() {
11103 remove()
11104 ; return 0; }
11105 EOF
11106 if { (eval echo configure:11107: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11107 rm -rf conftest*
11108 eval "ac_cv_lib_$ac_lib_var=yes"
11109 else
11110 echo "configure: failed program was:" >&5
11111 cat conftest.$ac_ext >&5
11112 rm -rf conftest*
11113 eval "ac_cv_lib_$ac_lib_var=no"
11114 fi
11115 rm -f conftest*
11116 LIBS="$ac_save_LIBS"
11117
11118 fi
11119 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11120 echo "$ac_t""yes" 1>&6
11121 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
11122 else
11123 echo "$ac_t""no" 1>&6
11124 fi
11125
11126 fi
11127
11128 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
11129 echo $ac_n "checking for shmat""... $ac_c" 1>&6
11130 echo "configure:11131: checking for shmat" >&5
11131 if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
11132 echo $ac_n "(cached) $ac_c" 1>&6
11133 else
11134 cat > conftest.$ac_ext <<EOF
11135 #line 11136 "configure"
11136 #include "confdefs.h"
11137 /* System header to define __stub macros and hopefully few prototypes,
11138 which can conflict with char shmat(); below. */
11139 #include <assert.h>
11140 /* Override any gcc2 internal prototype to avoid an error. */
11141 /* We use char because int might match the return type of a gcc2
11142 builtin and then its argument prototype would still apply. */
11143 char shmat();
11144
11145 int main() {
11146
11147 /* The GNU C library defines this for functions which it implements
11148 to always fail with ENOSYS. Some functions are actually named
11149 something starting with __ and the normal name is an alias. */
11150 #if defined (__stub_shmat) || defined (__stub___shmat)
11151 choke me
11152 #else
11153 shmat();
11154 #endif
11155
11156 ; return 0; }
11157 EOF
11158 if { (eval echo configure:11159: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11159 rm -rf conftest*
11160 eval "ac_cv_func_shmat=yes"
11161 else
11162 echo "configure: failed program was:" >&5
11163 cat conftest.$ac_ext >&5
11164 rm -rf conftest*
11165 eval "ac_cv_func_shmat=no"
11166 fi
11167 rm -f conftest*
11168 fi
11169
11170 if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
11171 echo "$ac_t""yes" 1>&6
11172 :
11173 else
11174 echo "$ac_t""no" 1>&6
11175 fi
11176
11177 if test $ac_cv_func_shmat = no; then
11178 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
11179 echo "configure:11180: checking for shmat in -lipc" >&5
11180 ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
11181 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11182 echo $ac_n "(cached) $ac_c" 1>&6
11183 else
11184 ac_save_LIBS="$LIBS"
11185 LIBS="-lipc $LIBS"
11186 cat > conftest.$ac_ext <<EOF
11187 #line 11188 "configure"
11188 #include "confdefs.h"
11189 /* Override any gcc2 internal prototype to avoid an error. */
11190 /* We use char because int might match the return type of a gcc2
11191 builtin and then its argument prototype would still apply. */
11192 char shmat();
11193
11194 int main() {
11195 shmat()
11196 ; return 0; }
11197 EOF
11198 if { (eval echo configure:11199: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11199 rm -rf conftest*
11200 eval "ac_cv_lib_$ac_lib_var=yes"
11201 else
11202 echo "configure: failed program was:" >&5
11203 cat conftest.$ac_ext >&5
11204 rm -rf conftest*
11205 eval "ac_cv_lib_$ac_lib_var=no"
11206 fi
11207 rm -f conftest*
11208 LIBS="$ac_save_LIBS"
11209
11210 fi
11211 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11212 echo "$ac_t""yes" 1>&6
11213 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
11214 else
11215 echo "$ac_t""no" 1>&6
11216 fi
11217
11218 fi
11219 fi
11220
11221 # Check for libraries that X11R6 Xt/Xaw programs need.
11222 ac_save_LDFLAGS="$LDFLAGS"
11223 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
11224 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
11225 # check for ICE first), but we must link in the order -lSM -lICE or
11226 # we get undefined symbols. So assume we have SM if we have ICE.
11227 # These have to be linked with before -lX11, unlike the other
11228 # libraries we check for below, so use a different variable.
11229 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
11230 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
11231 echo "configure:11232: checking for IceConnectionNumber in -lICE" >&5
11232 ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
11233 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11234 echo $ac_n "(cached) $ac_c" 1>&6
11235 else
11236 ac_save_LIBS="$LIBS"
11237 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
11238 cat > conftest.$ac_ext <<EOF
11239 #line 11240 "configure"
11240 #include "confdefs.h"
11241 /* Override any gcc2 internal prototype to avoid an error. */
11242 /* We use char because int might match the return type of a gcc2
11243 builtin and then its argument prototype would still apply. */
11244 char IceConnectionNumber();
11245
11246 int main() {
11247 IceConnectionNumber()
11248 ; return 0; }
11249 EOF
11250 if { (eval echo configure:11251: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11251 rm -rf conftest*
11252 eval "ac_cv_lib_$ac_lib_var=yes"
11253 else
11254 echo "configure: failed program was:" >&5
11255 cat conftest.$ac_ext >&5
11256 rm -rf conftest*
11257 eval "ac_cv_lib_$ac_lib_var=no"
11258 fi
11259 rm -f conftest*
11260 LIBS="$ac_save_LIBS"
11261
11262 fi
11263 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11264 echo "$ac_t""yes" 1>&6
11265 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
11266 else
11267 echo "$ac_t""no" 1>&6
11268 fi
11269
11270 LDFLAGS="$ac_save_LDFLAGS"
11271
11272 fi
11273
11274
11275 if test "$no_x" = "yes"; then
11276 { echo "configure: error: X11 not found" 1>&2; exit 1; }
11277 fi
11278
11279 GUI_TK_LIBRARY="$X_LIBS"
11280 TOOLKIT_INCLUDE="$X_CFLAGS"
11281 AFMINSTALL=afminstall
11282 COMPILED_X_PROGRAM=0
11283
11284 echo $ac_n "checking for Motif/Lesstif headers""... $ac_c" 1>&6
11285 echo "configure:11286: checking for Motif/Lesstif headers" >&5
11286
11287 ac_find_includes=
11288 for ac_dir in $SEARCH_INCLUDE;
11289 do
11290 if test -f "$ac_dir/Xm/Xm.h"; then
11291 ac_find_includes=$ac_dir
11292 break
11293 fi
11294 done
11295
11296 if test "$ac_find_includes" != "" ; then
11297 echo "$ac_t""found $ac_find_includes" 1>&6
11298 else
11299 cat > conftest.$ac_ext <<EOF
11300 #line 11301 "configure"
11301 #include "confdefs.h"
11302
11303 #include <Xm/Xm.h>
11304
11305 int main() {
11306
11307 int version;
11308 version = xmUseVersion;
11309
11310 ; return 0; }
11311 EOF
11312 if { (eval echo configure:11313: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11313 rm -rf conftest*
11314
11315 echo "$ac_t""found in default search path" 1>&6
11316 COMPILED_X_PROGRAM=1
11317
11318 else
11319 echo "configure: failed program was:" >&5
11320 cat conftest.$ac_ext >&5
11321 rm -rf conftest*
11322
11323 echo "$ac_t""no" 1>&6
11324 { echo "configure: error: please set CFLAGS to contain the location of Xm/Xm.h" 1>&2; exit 1; }
11325
11326
11327 fi
11328 rm -f conftest*
11329 fi
11330
11331 if test "$COMPILED_X_PROGRAM" = 0; then
11332 echo $ac_n "checking for Motif/Lesstif library""... $ac_c" 1>&6
11333 echo "configure:11334: checking for Motif/Lesstif library" >&5
11334
11335 ac_find_libraries=
11336 for ac_dir in $SEARCH_LIB;
11337 do
11338 for ac_extension in a so sl dylib; do
11339 if test -f "$ac_dir/libXm.$ac_extension"; then
11340 ac_find_libraries=$ac_dir
11341 break 2
11342 fi
11343 done
11344 done
11345
11346 if test "$ac_find_libraries" != "" ; then
11347
11348 ac_path_to_include=$ac_find_includes
11349 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
11350 result=$?
11351 if test $result = 0; then
11352 ac_path_to_include=""
11353 else
11354 ac_path_to_include="-I$ac_find_includes"
11355 fi
11356
11357
11358 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
11359 result=$?
11360 if test $result = 0; then
11361 ac_path_to_link=""
11362 else
11363 ac_path_to_link="-L$ac_find_libraries"
11364 fi
11365
11366
11367 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $ac_path_to_link"
11368 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE $ac_path_to_include"
11369 echo "$ac_t""found at $ac_find_libraries" 1>&6
11370 else
11371 cat > conftest.$ac_ext <<EOF
11372 #line 11373 "configure"
11373 #include "confdefs.h"
11374
11375 #include <Xm/Xm.h>
11376
11377 int main() {
11378
11379 int version;
11380 version = xmUseVersion;
11381
11382 ; return 0; }
11383 EOF
11384 if { (eval echo configure:11385: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11385 rm -rf conftest*
11386
11387 echo "$ac_t""found in default search path" 1>&6
11388 COMPILED_X_PROGRAM=1
11389
11390 else
11391 echo "configure: failed program was:" >&5
11392 cat conftest.$ac_ext >&5
11393 rm -rf conftest*
11394
11395 echo "$ac_t""no" 1>&6
11396 { echo "configure: error: please set LDFLAGS to contain the location of libXm" 1>&2; exit 1; }
11397
11398
11399 fi
11400 rm -f conftest*
11401 fi
11402 fi
11403
11404 xpm_link=""
11405 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
11406 echo "configure:11407: checking for Xpm library" >&5
11407
11408 ac_find_libraries=
11409 for ac_dir in $SEARCH_LIB;
11410 do
11411 for ac_extension in a so sl dylib; do
11412 if test -f "$ac_dir/libXpm.$ac_extension"; then
11413 ac_find_libraries=$ac_dir
11414 break 2
11415 fi
11416 done
11417 done
11418
11419 if test "$ac_find_libraries" != "" ; then
11420
11421 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
11422 result=$?
11423 if test $result = 0; then
11424 ac_path_to_link=""
11425 else
11426 ac_path_to_link="-L$ac_find_libraries"
11427 fi
11428
11429 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $ac_path_to_link"
11430 xpm_link="-lXpm "
11431 cat >> confdefs.h <<\EOF
11432 #define wxHAVE_LIB_XPM 1
11433 EOF
11434
11435 echo "$ac_t""found at $ac_find_libraries" 1>&6
11436 else
11437 cat > conftest.$ac_ext <<EOF
11438 #line 11439 "configure"
11439 #include "confdefs.h"
11440
11441 #include <X11/xpm.h>
11442
11443 int main() {
11444
11445 int version;
11446 version = XpmLibraryVersion();
11447
11448 ; return 0; }
11449 EOF
11450 if { (eval echo configure:11451: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11451 rm -rf conftest*
11452
11453 xpm_link="-lXpm "
11454 cat >> confdefs.h <<\EOF
11455 #define wxHAVE_LIB_XPM 1
11456 EOF
11457
11458 echo "$ac_t""found in default search path" 1>&6
11459 COMPILED_X_PROGRAM=0
11460
11461 else
11462 echo "configure: failed program was:" >&5
11463 cat conftest.$ac_ext >&5
11464 rm -rf conftest*
11465
11466 echo "$ac_t""no" 1>&6
11467 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
11468
11469
11470 fi
11471 rm -f conftest*
11472 fi
11473
11474 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXm $xpm_link -lXmu -lXext -lXt -lX11"
11475 TOOLKIT_VPATH="\${top_srcdir}/src/motif${PATH_IFS}\${top_srcdir}/src/motif/xmcombo"
11476 TOOLKIT=MOTIF
11477 GUIDIST=MOTIF_DIST
11478 fi
11479
11480 if test "$wxUSE_MAC" = 1; then
11481 if test "$wxUSE_PRECOMP" = "yes"; then
11482 CPPFLAGS="${CPPFLAGS} -cpp-precomp"
11483 fi
11484 CPPFLAGS="${CPPFLAGS} -I/Developer/Headers/FlatCarbon -I\${top_srcdir}/src/mac/morefile"
11485 CFLAGS="${CFLAGS} -fpascal-strings"
11486 CXXFLAGS="${CXXFLAGS} -fpascal-strings"
11487 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -DTARGET_CARBON"
11488
11489 TOOLKIT_VPATH="\${top_srcdir}/src/mac${PATH_IFS}\${top_srcdir}/src/mac/morefile"
11490 TOOLKIT=MAC
11491 GUIDIST=MACX_DIST
11492 fi
11493
11494 if test "$wxUSE_PM" = 1; then
11495 TOOLKIT=PM
11496 GUIDIST=GTK_DIST
11497 fi
11498
11499 if test "$TOOLKIT" = "PM" ; then
11500 TOOLKIT_DIR="os2"
11501 else
11502 TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
11503 fi
11504
11505 PORT_FILES="\${top_srcdir}/src/\$(TOOLKITDIR)/files.lst"
11506
11507 if test "$wxUSE_UNIVERSAL" = "yes"; then
11508 ALL_OBJECTS="\$(GUI_LOWLEVEL_OBJS) \${UNIVOBJS}"
11509 PORT_FILES="${PORT_FILES} \${top_srcdir}/src/univ/files.lst"
11510 TOOLKIT_VPATH="\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes${PATH_IFS}\${top_srcdir}/src/${TOOLKIT_DIR}"
11511 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
11512 WIDGET_SET=univ
11513 else
11514 ALL_OBJECTS="\$(GUIOBJS)"
11515 fi
11516
11517 ALL_OBJECTS="${ALL_OBJECTS} \$(COMMONOBJS) \$(GENERICOBJS)"
11518
11519 if test "$TOOLKIT" != "MSW"; then
11520 ALL_OBJECTS="${ALL_OBJECTS} \$(UNIXOBJS)"
11521 fi
11522
11523 if test "$wxUSE_HTML" = "yes"; then
11524 ALL_OBJECTS="${ALL_OBJECTS} \$(HTMLOBJS)"
11525 fi
11526
11527 if test "$TOOLKIT" != "MSW" -a "$wxUSE_ODBC" = "yes" ; then
11528 ALL_OBJECTS="${ALL_OBJECTS} \$(IODBCOBJS)"
11529 fi
11530 if test "$wxUSE_LIBJPEG" = "builtin" ; then
11531 ALL_OBJECTS="${ALL_OBJECTS} \$(JPEGOBJS)"
11532 fi
11533 if test "$wxUSE_LIBTIFF" = "builtin" ; then
11534 ALL_OBJECTS="${ALL_OBJECTS} \$(TIFFOBJS)"
11535 fi
11536 if test "$wxUSE_LIBPNG" = "builtin" ; then
11537 ALL_OBJECTS="${ALL_OBJECTS} \$(PNGOBJS)"
11538 fi
11539 if test "$wxUSE_FREETYPE" = "builtin" ; then
11540 ALL_OBJECTS="${ALL_OBJECTS} \$(FREETYPEOBJS)"
11541 fi
11542
11543 RPM_FILES="src/\$(TOOLKITDIR)/rpmfiles.lst"
11544 RPM_SPEC="wx\$(TOOLKIT).spec"
11545
11546 GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
11547 DISTDIR="wx\$(TOOLKIT)"
11548 else
11549 USE_GUI=0
11550
11551 TOOLKIT_DIR="base"
11552
11553 if test "$USE_WIN32" = 1 ; then
11554 ALL_OBJECTS="\${BASE_OBJS} \${BASE_MSW_OBJS}"
11555 TOOLKIT_VPATH="\${top_srcdir}/src/msw"
11556
11557 TOOLKIT="MSW"
11558 else
11559 ALL_OBJECTS="\${BASE_OBJS} \${BASE_UNIX_OBJS}"
11560 TOOLKIT_VPATH="\${top_srcdir}/src/unix"
11561 fi
11562
11563 PORT_FILES="\${top_srcdir}/src/files.lst"
11564 RPM_FILES="src/rpmfiles.lst"
11565 RPM_SPEC="wxBase.spec"
11566
11567 GUIDIST="BASE_DIST"
11568 DISTDIR="wxBase"
11569 fi
11570
11571 if test "$wxUSE_REGEX" = "builtin" ; then
11572 ALL_OBJECTS="${ALL_OBJECTS} \$(REGEXOBJS)"
11573 fi
11574 if test "$wxUSE_ZLIB" = "builtin" ; then
11575 ALL_OBJECTS="${ALL_OBJECTS} \$(ZLIBOBJS)"
11576 fi
11577
11578 if test "$wxUSE_OPENGL" = "yes"; then
11579 if test "$wxUSE_MAC" = 1; then
11580 OPENGL_LIBS="-framework OpenGL -framework AGL"
11581 else
11582 ac_safe=`echo "GL/gl.h" | sed 'y%./+-%__p_%'`
11583 echo $ac_n "checking for GL/gl.h""... $ac_c" 1>&6
11584 echo "configure:11585: checking for GL/gl.h" >&5
11585 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11586 echo $ac_n "(cached) $ac_c" 1>&6
11587 else
11588 cat > conftest.$ac_ext <<EOF
11589 #line 11590 "configure"
11590 #include "confdefs.h"
11591 #include <GL/gl.h>
11592 EOF
11593 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11594 { (eval echo configure:11595: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11595 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11596 if test -z "$ac_err"; then
11597 rm -rf conftest*
11598 eval "ac_cv_header_$ac_safe=yes"
11599 else
11600 echo "$ac_err" >&5
11601 echo "configure: failed program was:" >&5
11602 cat conftest.$ac_ext >&5
11603 rm -rf conftest*
11604 eval "ac_cv_header_$ac_safe=no"
11605 fi
11606 rm -f conftest*
11607 fi
11608 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11609 echo "$ac_t""yes" 1>&6
11610
11611 echo $ac_n "checking for glFlush in -lGL""... $ac_c" 1>&6
11612 echo "configure:11613: checking for glFlush in -lGL" >&5
11613 ac_lib_var=`echo GL'_'glFlush | sed 'y%./+-%__p_%'`
11614 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11615 echo $ac_n "(cached) $ac_c" 1>&6
11616 else
11617 ac_save_LIBS="$LIBS"
11618 LIBS="-lGL $LIBS"
11619 cat > conftest.$ac_ext <<EOF
11620 #line 11621 "configure"
11621 #include "confdefs.h"
11622 /* Override any gcc2 internal prototype to avoid an error. */
11623 /* We use char because int might match the return type of a gcc2
11624 builtin and then its argument prototype would still apply. */
11625 char glFlush();
11626
11627 int main() {
11628 glFlush()
11629 ; return 0; }
11630 EOF
11631 if { (eval echo configure:11632: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11632 rm -rf conftest*
11633 eval "ac_cv_lib_$ac_lib_var=yes"
11634 else
11635 echo "configure: failed program was:" >&5
11636 cat conftest.$ac_ext >&5
11637 rm -rf conftest*
11638 eval "ac_cv_lib_$ac_lib_var=no"
11639 fi
11640 rm -f conftest*
11641 LIBS="$ac_save_LIBS"
11642
11643 fi
11644 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11645 echo "$ac_t""yes" 1>&6
11646
11647 OPENGL_LIBS="-lGL -lGLU"
11648
11649 else
11650 echo "$ac_t""no" 1>&6
11651
11652 echo $ac_n "checking for glFlush in -lMesaGL""... $ac_c" 1>&6
11653 echo "configure:11654: checking for glFlush in -lMesaGL" >&5
11654 ac_lib_var=`echo MesaGL'_'glFlush | sed 'y%./+-%__p_%'`
11655 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11656 echo $ac_n "(cached) $ac_c" 1>&6
11657 else
11658 ac_save_LIBS="$LIBS"
11659 LIBS="-lMesaGL $LIBS"
11660 cat > conftest.$ac_ext <<EOF
11661 #line 11662 "configure"
11662 #include "confdefs.h"
11663 /* Override any gcc2 internal prototype to avoid an error. */
11664 /* We use char because int might match the return type of a gcc2
11665 builtin and then its argument prototype would still apply. */
11666 char glFlush();
11667
11668 int main() {
11669 glFlush()
11670 ; return 0; }
11671 EOF
11672 if { (eval echo configure:11673: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11673 rm -rf conftest*
11674 eval "ac_cv_lib_$ac_lib_var=yes"
11675 else
11676 echo "configure: failed program was:" >&5
11677 cat conftest.$ac_ext >&5
11678 rm -rf conftest*
11679 eval "ac_cv_lib_$ac_lib_var=no"
11680 fi
11681 rm -f conftest*
11682 LIBS="$ac_save_LIBS"
11683
11684 fi
11685 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11686 echo "$ac_t""yes" 1>&6
11687
11688 OPENGL_LIBS="-lMesaGL -lMesaGLU"
11689
11690 else
11691 echo "$ac_t""no" 1>&6
11692 fi
11693
11694
11695 fi
11696
11697
11698 else
11699 echo "$ac_t""no" 1>&6
11700 fi
11701
11702
11703 if test "x$OPENGL_LIBS" = "x"; then
11704 { echo "configure: error: OpenGL libraries not available" 1>&2; exit 1; }
11705 fi
11706 fi
11707
11708 if test "$wxUSE_OPENGL" = "yes"; then
11709 cat >> confdefs.h <<\EOF
11710 #define wxUSE_OPENGL 1
11711 EOF
11712
11713 cat >> confdefs.h <<\EOF
11714 #define wxUSE_GLCANVAS 1
11715 EOF
11716
11717 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl"
11718 fi
11719 fi
11720
11721 if test -z "$TOOLKIT_VPATH" ; then
11722 TOOLKIT_VPATH="\${top_srcdir}/src/${TOOLKIT_DIR}"
11723 fi
11724
11725 if test -n "$TOOLKIT" ; then
11726 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
11727 fi
11728
11729 lib_unicode_suffix=
11730 if test "$wxUSE_UNICODE" = "yes"; then
11731 lib_unicode_suffix=u
11732 fi
11733
11734 lib_debug_suffix=
11735 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
11736 lib_debug_suffix=d
11737 fi
11738
11739 TOOLCHAIN_NAME="${TOOLKIT_DIR}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}-${WX_RELEASE}"
11740 TOOLCHAIN_NAME_GL="${TOOLKIT_DIR}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}_gl-${WX_RELEASE}"
11741
11742 if test "$cross_compiling" = "yes"; then
11743 TOOLCHAIN_NAME="${TOOLCHAIN_NAME}-${host_alias}"
11744 TOOLCHAIN_NAME_GL="${TOOLCHAIN_NAME_GL}-${host_alias}"
11745 fi
11746
11747 WX_LIBRARY="wx_${TOOLCHAIN_NAME}"
11748 WX_LIBRARY_GL="wx_${TOOLCHAIN_NAME_GL}"
11749
11750 WXCONFIG_LIBS="-l${WX_LIBRARY}"
11751
11752 if test "$wxUSE_OPENGL" = "yes"; then
11753 WXCONFIG_LIBS_GL="-l${WX_LIBRARY_GL} $OPENGL_LIBS"
11754 fi
11755
11756 WX_LIBRARY_NAME_STATIC="lib${WX_LIBRARY}.a"
11757 WX_LIBRARY_NAME_STATIC_GL="lib${WX_LIBRARY_GL}.a"
11758
11759 WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
11760 WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
11761
11762 WX_LIBRARY_LINK1="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}"
11763 WX_LIBRARY_LINK2="lib${WX_LIBRARY}.${SO_SUFFIX}"
11764 WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}"
11765 WX_LIBRARY_LINK2_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
11766
11767 WX_RESOURCES_MACOSX="lib${WX_LIBRARY}.rsrc"
11768 WX_RESOURCES_MACOSX_COMPILED="lib${WX_LIBRARY}.r"
11769
11770
11771 if test "$wxUSE_SHARED" = "yes"; then
11772
11773 if test "$wxUSE_OPENGL" = "yes"; then
11774 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
11775 WX_ALL="\$(build_libdir)/${WX_LIBRARY_LINK1} \$(build_libdir)/${WX_LIBRARY_LINK1_GL}"
11776 else
11777 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
11778 WX_ALL="\$(build_libdir)/${WX_LIBRARY_LINK1}"
11779 fi
11780
11781 if test "$GCC" = "yes"; then
11782 PIC_FLAG="-fPIC"
11783 fi
11784
11785 SHARED_LD="${CXX} -shared -o"
11786
11787 case "${host}" in
11788 *-hp-hpux* )
11789 if test "$GCC" != "yes"; then
11790 LDFLAGS="-L/usr/lib"
11791
11792 SHARED_LD="${CXX} -b -o"
11793 PIC_FLAG="+Z"
11794 fi
11795
11796 if test "$wxUSE_OPENGL" = "yes"; then
11797 WX_ALL_INSTALLED="preinstall_gl"
11798 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED} \$(build_libdir)/${WX_LIBRARY_NAME_SHARED_GL}"
11799 else
11800 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED}"
11801 fi
11802 ;;
11803
11804 *-*-linux* )
11805 if test "$GCC" != "yes"; then
11806 echo $ac_n "checking for Intel compiler""... $ac_c" 1>&6
11807 echo "configure:11808: checking for Intel compiler" >&5
11808 if eval "test \"`echo '$''{'wx_cv_prog_icc'+set}'`\" = set"; then
11809 echo $ac_n "(cached) $ac_c" 1>&6
11810 else
11811
11812 cat > conftest.$ac_ext <<EOF
11813 #line 11814 "configure"
11814 #include "confdefs.h"
11815
11816 int main() {
11817
11818 #ifndef __INTEL_COMPILER
11819 #error Not icc
11820 #endif
11821
11822 ; return 0; }
11823 EOF
11824 if { (eval echo configure:11825: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11825 rm -rf conftest*
11826 wx_cv_prog_icc=yes
11827 else
11828 echo "configure: failed program was:" >&5
11829 cat conftest.$ac_ext >&5
11830 rm -rf conftest*
11831 wx_cv_prog_icc=no
11832
11833 fi
11834 rm -f conftest*
11835
11836 fi
11837
11838 echo "$ac_t""$wx_cv_prog_icc" 1>&6
11839 if test "$wx_cv_prog_icc" = "yes"; then
11840 PIC_FLAG="-KPIC"
11841 fi
11842 fi
11843
11844 if test "$wxUSE_SONAME" = "yes" ; then
11845 SONAME_FLAGS="-Wl,-soname,${WX_LIBRARY_LINK1}"
11846 SONAME_FLAGS_GL="-Wl,-soname,${WX_LIBRARY_LINK1_GL}"
11847 WX_TARGET_LIBRARY_SONAME="-Wl,-soname,\$(TARGETLIB_LINK1)"
11848 fi
11849 ;;
11850
11851 *-*-solaris2* )
11852 if test "$GCC" = yes ; then
11853 CPPFLAGS="$CPPFLAGS -isystem /usr/openwin/include"
11854 else
11855 SHARED_LD="${CXX} -G -o"
11856 PIC_FLAG="-KPIC"
11857 SONAME_FLAGS="-h ${WX_LIBRARY_NAME_SHARED}"
11858 SONAME_FLAGS_GL="-h ${WX_LIBRARY_NAME_SHARED}"
11859 fi
11860 ;;
11861
11862 *-*-darwin* )
11863 CFLAGS="${CFLAGS} -fno-common"
11864 CXXFLAGS="${CXXFLAGS} -fno-common"
11865 SHARED_LD="${CXX} -dynamiclib -o"
11866 PIC_FLAG="-dynamic -fPIC"
11867 ;;
11868
11869 *-*-aix* )
11870 SHARED_LD="/usr/lpp/xlC/bin/makeC++SharedLib -p 0 -o"
11871 ;;
11872
11873 *-*-cygwin* | *-*-mingw32* )
11874
11875 if test "$cross_compiling" != "yes"; then
11876 WX_LIBRARY="wxmsw${WX_MAJOR_VERSION_NUMBER}${WX_MINOR_VERSION_NUMBER}${WX_RELEASE_NUMBER}${lib_unicode_suffix}${lib_debug_suffix}"
11877 WX_LIBRARY_GL=${WX_LIBRARY} "wxmsw${WX_MAJOR_VERSION_NUMBER}${WX_MINOR_VERSION_NUMBER}${WX_RELEASE_NUMBER}${lib_unicode_suffix}${lib_debug_suffix}"
11878 WX_LIBRARY_NAME_SHARED="${WX_LIBRARY}.${SO_SUFFIX}"
11879 WX_LIBRARY_NAME_SHARED_GL="${WX_LIBRARY_GL}.${SO_SUFFIX}"
11880 WX_LIBRARY_NAME_STATIC="lib${WX_LIBRARY}.a"
11881 WX_LIBRARY_NAME_STATIC_GL="lib${WX_LIBRARY_GL}.a"
11882 fi
11883
11884 WX_LIBRARY_IMPORTLIB="lib${WX_LIBRARY}.lib"
11885
11886 if test "$wxUSE_SHARED" = "yes" ; then
11887 WXCONFIG_LIBS="${WX_LIBRARY_IMPORTLIB}"
11888 else
11889 WXCONFIG_LIBS="-l${WX_LIBRARY}"
11890 fi
11891
11892 SHARED_LD="${CXX} -shared -Wl,--out-implib,lib/${WX_LIBRARY_IMPORTLIB} -o"
11893 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -DWXUSINGDLL=1"
11894 WXMSW_DLL_DEFINES="-UWXUSINGDLL -DWXMAKINGDLL=1 -D_DLL=1 -D_WINDLL=1"
11895
11896 if test "$wxUSE_OPENGL" = "yes"; then
11897 WX_ALL_INSTALLED="preinstall_gl"
11898 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED} \$(build_libdir)/${WX_LIBRARY_NAME_SHARED_GL}"
11899 else
11900 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED}"
11901 fi
11902 PIC_FLAG=
11903 ;;
11904
11905 *-pc-os2_emx | *-pc-os2-emx )
11906 wxUSE_SHARED=no
11907 ;;
11908
11909 *-*-beos* )
11910 SHARED_LD="${LD} -shared -o"
11911 ;;
11912
11913 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
11914 *-*-sunos4* | \
11915 *-*-irix5* | *-*-irix6* | \
11916 *-*-osf* | \
11917 *-*-dgux5* | \
11918 *-*-sysv5* )
11919 ;;
11920
11921 *)
11922 { echo "configure: error: unknown system type $host." 1>&2; exit 1; }
11923 esac
11924
11925 if test "x$WX_TARGET_LIBRARY" = "x"; then
11926 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_SHARED}"
11927 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_SHARED_GL}"
11928 fi
11929
11930 WX_TARGET_LIBRARY_TYPE="so"
11931 fi
11932
11933 if test "$wxUSE_SHARED" = "no"; then
11934
11935 if test "$wxUSE_GUI" = "no" -o "$USE_WIN32" = 1 ; then
11936 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall"
11937 fi
11938
11939 if test "$wxUSE_MAC" = 1; then
11940 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall"
11941 fi
11942
11943 if test "$wxUSE_OPENGL" = "yes"; then
11944 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall_gl"
11945 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC} \$(build_libdir)/${WX_LIBRARY_NAME_STATIC_GL}"
11946 else
11947 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC}"
11948 fi
11949
11950 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}"
11951 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_STATIC_GL}"
11952
11953 WX_TARGET_LIBRARY_TYPE="a"
11954 fi
11955
11956 if test "$wxUSE_MAC" = 1; then
11957 WX_ALL="${WX_ALL} \$(build_libdir)/lib${WX_LIBRARY}.r"
11958 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall_res"
11959 # Extract the first word of "Rez", so it can be a program name with args.
11960 set dummy Rez; ac_word=$2
11961 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
11962 echo "configure:11963: checking for $ac_word" >&5
11963 if eval "test \"`echo '$''{'ac_cv_prog_RESCOMP'+set}'`\" = set"; then
11964 echo $ac_n "(cached) $ac_c" 1>&6
11965 else
11966 if test -n "$RESCOMP"; then
11967 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
11968 else
11969 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
11970 ac_dummy="$PATH"
11971 for ac_dir in $ac_dummy; do
11972 test -z "$ac_dir" && ac_dir=.
11973 if test -f $ac_dir/$ac_word; then
11974 ac_cv_prog_RESCOMP="Rez"
11975 break
11976 fi
11977 done
11978 IFS="$ac_save_ifs"
11979 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez"
11980 fi
11981 fi
11982 RESCOMP="$ac_cv_prog_RESCOMP"
11983 if test -n "$RESCOMP"; then
11984 echo "$ac_t""$RESCOMP" 1>&6
11985 else
11986 echo "$ac_t""no" 1>&6
11987 fi
11988
11989 # Extract the first word of "Derez", so it can be a program name with args.
11990 set dummy Derez; ac_word=$2
11991 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
11992 echo "configure:11993: checking for $ac_word" >&5
11993 if eval "test \"`echo '$''{'ac_cv_prog_DEREZ'+set}'`\" = set"; then
11994 echo $ac_n "(cached) $ac_c" 1>&6
11995 else
11996 if test -n "$DEREZ"; then
11997 ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
11998 else
11999 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
12000 ac_dummy="$PATH"
12001 for ac_dir in $ac_dummy; do
12002 test -z "$ac_dir" && ac_dir=.
12003 if test -f $ac_dir/$ac_word; then
12004 ac_cv_prog_DEREZ="Derez"
12005 break
12006 fi
12007 done
12008 IFS="$ac_save_ifs"
12009 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/Derez"
12010 fi
12011 fi
12012 DEREZ="$ac_cv_prog_DEREZ"
12013 if test -n "$DEREZ"; then
12014 echo "$ac_t""$DEREZ" 1>&6
12015 else
12016 echo "$ac_t""no" 1>&6
12017 fi
12018
12019 LIBWXMACRES="\$(top_builddir)/lib/lib${WX_LIBRARY}.r"
12020 LIBWXMACRESCOMP="\$(RESCOMP) Carbon.r -t APPL ${LIBWXMACRES} -o \$(BIN_PROGRAM)"
12021 LIBWXMACRESWXCONFIG="${RESCOMP} Carbon.r -t APPL \${prefix}/lib/${WX_RESOURCES_MACOSX_COMPILED} -o"
12022 fi
12023
12024
12025 if test "$wxUSE_MAC" != 1; then
12026 for ac_hdr in strings.h
12027 do
12028 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12029 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12030 echo "configure:12031: checking for $ac_hdr" >&5
12031 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12032 echo $ac_n "(cached) $ac_c" 1>&6
12033 else
12034 cat > conftest.$ac_ext <<EOF
12035 #line 12036 "configure"
12036 #include "confdefs.h"
12037 #include <$ac_hdr>
12038 EOF
12039 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12040 { (eval echo configure:12041: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12041 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12042 if test -z "$ac_err"; then
12043 rm -rf conftest*
12044 eval "ac_cv_header_$ac_safe=yes"
12045 else
12046 echo "$ac_err" >&5
12047 echo "configure: failed program was:" >&5
12048 cat conftest.$ac_ext >&5
12049 rm -rf conftest*
12050 eval "ac_cv_header_$ac_safe=no"
12051 fi
12052 rm -f conftest*
12053 fi
12054 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12055 echo "$ac_t""yes" 1>&6
12056 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12057 cat >> confdefs.h <<EOF
12058 #define $ac_tr_hdr 1
12059 EOF
12060
12061 else
12062 echo "$ac_t""no" 1>&6
12063 fi
12064 done
12065
12066 fi
12067
12068 for ac_hdr in stdlib.h
12069 do
12070 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12071 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12072 echo "configure:12073: checking for $ac_hdr" >&5
12073 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12074 echo $ac_n "(cached) $ac_c" 1>&6
12075 else
12076 cat > conftest.$ac_ext <<EOF
12077 #line 12078 "configure"
12078 #include "confdefs.h"
12079 #include <$ac_hdr>
12080 EOF
12081 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12082 { (eval echo configure:12083: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12083 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12084 if test -z "$ac_err"; then
12085 rm -rf conftest*
12086 eval "ac_cv_header_$ac_safe=yes"
12087 else
12088 echo "$ac_err" >&5
12089 echo "configure: failed program was:" >&5
12090 cat conftest.$ac_ext >&5
12091 rm -rf conftest*
12092 eval "ac_cv_header_$ac_safe=no"
12093 fi
12094 rm -f conftest*
12095 fi
12096 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12097 echo "$ac_t""yes" 1>&6
12098 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12099 cat >> confdefs.h <<EOF
12100 #define $ac_tr_hdr 1
12101 EOF
12102
12103 else
12104 echo "$ac_t""no" 1>&6
12105 fi
12106 done
12107
12108 for ac_hdr in unistd.h
12109 do
12110 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12111 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12112 echo "configure:12113: checking for $ac_hdr" >&5
12113 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12114 echo $ac_n "(cached) $ac_c" 1>&6
12115 else
12116 cat > conftest.$ac_ext <<EOF
12117 #line 12118 "configure"
12118 #include "confdefs.h"
12119 #include <$ac_hdr>
12120 EOF
12121 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12122 { (eval echo configure:12123: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12123 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12124 if test -z "$ac_err"; then
12125 rm -rf conftest*
12126 eval "ac_cv_header_$ac_safe=yes"
12127 else
12128 echo "$ac_err" >&5
12129 echo "configure: failed program was:" >&5
12130 cat conftest.$ac_ext >&5
12131 rm -rf conftest*
12132 eval "ac_cv_header_$ac_safe=no"
12133 fi
12134 rm -f conftest*
12135 fi
12136 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12137 echo "$ac_t""yes" 1>&6
12138 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12139 cat >> confdefs.h <<EOF
12140 #define $ac_tr_hdr 1
12141 EOF
12142
12143 else
12144 echo "$ac_t""no" 1>&6
12145 fi
12146 done
12147
12148 for ac_hdr in wchar.h
12149 do
12150 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12151 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12152 echo "configure:12153: checking for $ac_hdr" >&5
12153 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12154 echo $ac_n "(cached) $ac_c" 1>&6
12155 else
12156 cat > conftest.$ac_ext <<EOF
12157 #line 12158 "configure"
12158 #include "confdefs.h"
12159 #include <$ac_hdr>
12160 EOF
12161 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12162 { (eval echo configure:12163: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12163 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12164 if test -z "$ac_err"; then
12165 rm -rf conftest*
12166 eval "ac_cv_header_$ac_safe=yes"
12167 else
12168 echo "$ac_err" >&5
12169 echo "configure: failed program was:" >&5
12170 cat conftest.$ac_ext >&5
12171 rm -rf conftest*
12172 eval "ac_cv_header_$ac_safe=no"
12173 fi
12174 rm -f conftest*
12175 fi
12176 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12177 echo "$ac_t""yes" 1>&6
12178 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12179 cat >> confdefs.h <<EOF
12180 #define $ac_tr_hdr 1
12181 EOF
12182
12183 else
12184 echo "$ac_t""no" 1>&6
12185 fi
12186 done
12187
12188 for ac_hdr in wcstr.h
12189 do
12190 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12191 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12192 echo "configure:12193: checking for $ac_hdr" >&5
12193 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12194 echo $ac_n "(cached) $ac_c" 1>&6
12195 else
12196 cat > conftest.$ac_ext <<EOF
12197 #line 12198 "configure"
12198 #include "confdefs.h"
12199 #include <$ac_hdr>
12200 EOF
12201 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12202 { (eval echo configure:12203: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12203 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12204 if test -z "$ac_err"; then
12205 rm -rf conftest*
12206 eval "ac_cv_header_$ac_safe=yes"
12207 else
12208 echo "$ac_err" >&5
12209 echo "configure: failed program was:" >&5
12210 cat conftest.$ac_ext >&5
12211 rm -rf conftest*
12212 eval "ac_cv_header_$ac_safe=no"
12213 fi
12214 rm -f conftest*
12215 fi
12216 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12217 echo "$ac_t""yes" 1>&6
12218 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12219 cat >> confdefs.h <<EOF
12220 #define $ac_tr_hdr 1
12221 EOF
12222
12223 else
12224 echo "$ac_t""no" 1>&6
12225 fi
12226 done
12227
12228 for ac_hdr in fnmatch.h
12229 do
12230 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12231 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12232 echo "configure:12233: checking for $ac_hdr" >&5
12233 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12234 echo $ac_n "(cached) $ac_c" 1>&6
12235 else
12236 cat > conftest.$ac_ext <<EOF
12237 #line 12238 "configure"
12238 #include "confdefs.h"
12239 #include <$ac_hdr>
12240 EOF
12241 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12242 { (eval echo configure:12243: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12243 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12244 if test -z "$ac_err"; then
12245 rm -rf conftest*
12246 eval "ac_cv_header_$ac_safe=yes"
12247 else
12248 echo "$ac_err" >&5
12249 echo "configure: failed program was:" >&5
12250 cat conftest.$ac_ext >&5
12251 rm -rf conftest*
12252 eval "ac_cv_header_$ac_safe=no"
12253 fi
12254 rm -f conftest*
12255 fi
12256 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12257 echo "$ac_t""yes" 1>&6
12258 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12259 cat >> confdefs.h <<EOF
12260 #define $ac_tr_hdr 1
12261 EOF
12262
12263 else
12264 echo "$ac_t""no" 1>&6
12265 fi
12266 done
12267
12268 for ac_hdr in iconv.h
12269 do
12270 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12271 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12272 echo "configure:12273: checking for $ac_hdr" >&5
12273 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12274 echo $ac_n "(cached) $ac_c" 1>&6
12275 else
12276 cat > conftest.$ac_ext <<EOF
12277 #line 12278 "configure"
12278 #include "confdefs.h"
12279 #include <$ac_hdr>
12280 EOF
12281 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12282 { (eval echo configure:12283: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12283 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12284 if test -z "$ac_err"; then
12285 rm -rf conftest*
12286 eval "ac_cv_header_$ac_safe=yes"
12287 else
12288 echo "$ac_err" >&5
12289 echo "configure: failed program was:" >&5
12290 cat conftest.$ac_ext >&5
12291 rm -rf conftest*
12292 eval "ac_cv_header_$ac_safe=no"
12293 fi
12294 rm -f conftest*
12295 fi
12296 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12297 echo "$ac_t""yes" 1>&6
12298 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12299 cat >> confdefs.h <<EOF
12300 #define $ac_tr_hdr 1
12301 EOF
12302
12303 else
12304 echo "$ac_t""no" 1>&6
12305 fi
12306 done
12307
12308 for ac_hdr in langinfo.h
12309 do
12310 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12311 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12312 echo "configure:12313: checking for $ac_hdr" >&5
12313 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12314 echo $ac_n "(cached) $ac_c" 1>&6
12315 else
12316 cat > conftest.$ac_ext <<EOF
12317 #line 12318 "configure"
12318 #include "confdefs.h"
12319 #include <$ac_hdr>
12320 EOF
12321 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12322 { (eval echo configure:12323: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12323 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12324 if test -z "$ac_err"; then
12325 rm -rf conftest*
12326 eval "ac_cv_header_$ac_safe=yes"
12327 else
12328 echo "$ac_err" >&5
12329 echo "configure: failed program was:" >&5
12330 cat conftest.$ac_ext >&5
12331 rm -rf conftest*
12332 eval "ac_cv_header_$ac_safe=no"
12333 fi
12334 rm -f conftest*
12335 fi
12336 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12337 echo "$ac_t""yes" 1>&6
12338 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12339 cat >> confdefs.h <<EOF
12340 #define $ac_tr_hdr 1
12341 EOF
12342
12343 else
12344 echo "$ac_t""no" 1>&6
12345 fi
12346 done
12347
12348
12349 if test "$wxUSE_GUI" = "yes"; then
12350 if test "$wxUSE_UNIX" = "yes"; then
12351 for ac_hdr in X11/XKBlib.h
12352 do
12353 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12354 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12355 echo "configure:12356: checking for $ac_hdr" >&5
12356 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12357 echo $ac_n "(cached) $ac_c" 1>&6
12358 else
12359 cat > conftest.$ac_ext <<EOF
12360 #line 12361 "configure"
12361 #include "confdefs.h"
12362 #include <$ac_hdr>
12363 EOF
12364 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12365 { (eval echo configure:12366: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12366 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12367 if test -z "$ac_err"; then
12368 rm -rf conftest*
12369 eval "ac_cv_header_$ac_safe=yes"
12370 else
12371 echo "$ac_err" >&5
12372 echo "configure: failed program was:" >&5
12373 cat conftest.$ac_ext >&5
12374 rm -rf conftest*
12375 eval "ac_cv_header_$ac_safe=no"
12376 fi
12377 rm -f conftest*
12378 fi
12379 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12380 echo "$ac_t""yes" 1>&6
12381 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12382 cat >> confdefs.h <<EOF
12383 #define $ac_tr_hdr 1
12384 EOF
12385
12386 else
12387 echo "$ac_t""no" 1>&6
12388 fi
12389 done
12390
12391 fi
12392 fi
12393
12394
12395 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
12396 echo "configure:12397: checking for ANSI C header files" >&5
12397 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
12398 echo $ac_n "(cached) $ac_c" 1>&6
12399 else
12400 cat > conftest.$ac_ext <<EOF
12401 #line 12402 "configure"
12402 #include "confdefs.h"
12403 #include <stdlib.h>
12404 #include <stdarg.h>
12405 #include <string.h>
12406 #include <float.h>
12407 EOF
12408 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12409 { (eval echo configure:12410: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12410 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12411 if test -z "$ac_err"; then
12412 rm -rf conftest*
12413 ac_cv_header_stdc=yes
12414 else
12415 echo "$ac_err" >&5
12416 echo "configure: failed program was:" >&5
12417 cat conftest.$ac_ext >&5
12418 rm -rf conftest*
12419 ac_cv_header_stdc=no
12420 fi
12421 rm -f conftest*
12422
12423 if test $ac_cv_header_stdc = yes; then
12424 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
12425 cat > conftest.$ac_ext <<EOF
12426 #line 12427 "configure"
12427 #include "confdefs.h"
12428 #include <string.h>
12429 EOF
12430 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12431 egrep "memchr" >/dev/null 2>&1; then
12432 :
12433 else
12434 rm -rf conftest*
12435 ac_cv_header_stdc=no
12436 fi
12437 rm -f conftest*
12438
12439 fi
12440
12441 if test $ac_cv_header_stdc = yes; then
12442 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
12443 cat > conftest.$ac_ext <<EOF
12444 #line 12445 "configure"
12445 #include "confdefs.h"
12446 #include <stdlib.h>
12447 EOF
12448 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12449 egrep "free" >/dev/null 2>&1; then
12450 :
12451 else
12452 rm -rf conftest*
12453 ac_cv_header_stdc=no
12454 fi
12455 rm -f conftest*
12456
12457 fi
12458
12459 if test $ac_cv_header_stdc = yes; then
12460 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
12461 if test "$cross_compiling" = yes; then
12462 :
12463 else
12464 cat > conftest.$ac_ext <<EOF
12465 #line 12466 "configure"
12466 #include "confdefs.h"
12467 #include <ctype.h>
12468 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
12469 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
12470 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
12471 int main () { int i; for (i = 0; i < 256; i++)
12472 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
12473 exit (0); }
12474
12475 EOF
12476 if { (eval echo configure:12477: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
12477 then
12478 :
12479 else
12480 echo "configure: failed program was:" >&5
12481 cat conftest.$ac_ext >&5
12482 rm -fr conftest*
12483 ac_cv_header_stdc=no
12484 fi
12485 rm -fr conftest*
12486 fi
12487
12488 fi
12489 fi
12490
12491 echo "$ac_t""$ac_cv_header_stdc" 1>&6
12492 if test $ac_cv_header_stdc = yes; then
12493 cat >> confdefs.h <<\EOF
12494 #define STDC_HEADERS 1
12495 EOF
12496
12497 fi
12498
12499 echo $ac_n "checking for mode_t""... $ac_c" 1>&6
12500 echo "configure:12501: checking for mode_t" >&5
12501 if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
12502 echo $ac_n "(cached) $ac_c" 1>&6
12503 else
12504 cat > conftest.$ac_ext <<EOF
12505 #line 12506 "configure"
12506 #include "confdefs.h"
12507 #include <sys/types.h>
12508 #if STDC_HEADERS
12509 #include <stdlib.h>
12510 #include <stddef.h>
12511 #endif
12512 EOF
12513 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12514 egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
12515 rm -rf conftest*
12516 ac_cv_type_mode_t=yes
12517 else
12518 rm -rf conftest*
12519 ac_cv_type_mode_t=no
12520 fi
12521 rm -f conftest*
12522
12523 fi
12524 echo "$ac_t""$ac_cv_type_mode_t" 1>&6
12525 if test $ac_cv_type_mode_t = no; then
12526 cat >> confdefs.h <<\EOF
12527 #define mode_t int
12528 EOF
12529
12530 fi
12531
12532 echo $ac_n "checking for off_t""... $ac_c" 1>&6
12533 echo "configure:12534: checking for off_t" >&5
12534 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
12535 echo $ac_n "(cached) $ac_c" 1>&6
12536 else
12537 cat > conftest.$ac_ext <<EOF
12538 #line 12539 "configure"
12539 #include "confdefs.h"
12540 #include <sys/types.h>
12541 #if STDC_HEADERS
12542 #include <stdlib.h>
12543 #include <stddef.h>
12544 #endif
12545 EOF
12546 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12547 egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
12548 rm -rf conftest*
12549 ac_cv_type_off_t=yes
12550 else
12551 rm -rf conftest*
12552 ac_cv_type_off_t=no
12553 fi
12554 rm -f conftest*
12555
12556 fi
12557 echo "$ac_t""$ac_cv_type_off_t" 1>&6
12558 if test $ac_cv_type_off_t = no; then
12559 cat >> confdefs.h <<\EOF
12560 #define off_t long
12561 EOF
12562
12563 fi
12564
12565 echo $ac_n "checking for pid_t""... $ac_c" 1>&6
12566 echo "configure:12567: checking for pid_t" >&5
12567 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
12568 echo $ac_n "(cached) $ac_c" 1>&6
12569 else
12570 cat > conftest.$ac_ext <<EOF
12571 #line 12572 "configure"
12572 #include "confdefs.h"
12573 #include <sys/types.h>
12574 #if STDC_HEADERS
12575 #include <stdlib.h>
12576 #include <stddef.h>
12577 #endif
12578 EOF
12579 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12580 egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
12581 rm -rf conftest*
12582 ac_cv_type_pid_t=yes
12583 else
12584 rm -rf conftest*
12585 ac_cv_type_pid_t=no
12586 fi
12587 rm -f conftest*
12588
12589 fi
12590 echo "$ac_t""$ac_cv_type_pid_t" 1>&6
12591 if test $ac_cv_type_pid_t = no; then
12592 cat >> confdefs.h <<\EOF
12593 #define pid_t int
12594 EOF
12595
12596 fi
12597
12598 echo $ac_n "checking for size_t""... $ac_c" 1>&6
12599 echo "configure:12600: checking for size_t" >&5
12600 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
12601 echo $ac_n "(cached) $ac_c" 1>&6
12602 else
12603 cat > conftest.$ac_ext <<EOF
12604 #line 12605 "configure"
12605 #include "confdefs.h"
12606 #include <sys/types.h>
12607 #if STDC_HEADERS
12608 #include <stdlib.h>
12609 #include <stddef.h>
12610 #endif
12611 EOF
12612 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12613 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
12614 rm -rf conftest*
12615 ac_cv_type_size_t=yes
12616 else
12617 rm -rf conftest*
12618 ac_cv_type_size_t=no
12619 fi
12620 rm -f conftest*
12621
12622 fi
12623 echo "$ac_t""$ac_cv_type_size_t" 1>&6
12624 if test $ac_cv_type_size_t = no; then
12625 cat >> confdefs.h <<\EOF
12626 #define size_t unsigned
12627 EOF
12628
12629 fi
12630
12631 echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
12632 echo "configure:12633: checking for uid_t in sys/types.h" >&5
12633 if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
12634 echo $ac_n "(cached) $ac_c" 1>&6
12635 else
12636 cat > conftest.$ac_ext <<EOF
12637 #line 12638 "configure"
12638 #include "confdefs.h"
12639 #include <sys/types.h>
12640 EOF
12641 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12642 egrep "uid_t" >/dev/null 2>&1; then
12643 rm -rf conftest*
12644 ac_cv_type_uid_t=yes
12645 else
12646 rm -rf conftest*
12647 ac_cv_type_uid_t=no
12648 fi
12649 rm -f conftest*
12650
12651 fi
12652
12653 echo "$ac_t""$ac_cv_type_uid_t" 1>&6
12654 if test $ac_cv_type_uid_t = no; then
12655 cat >> confdefs.h <<\EOF
12656 #define uid_t int
12657 EOF
12658
12659 cat >> confdefs.h <<\EOF
12660 #define gid_t int
12661 EOF
12662
12663 fi
12664
12665
12666 echo $ac_n "checking for wchar_t""... $ac_c" 1>&6
12667 echo "configure:12668: checking for wchar_t" >&5
12668 if eval "test \"`echo '$''{'wx_cv_type_wchar_t'+set}'`\" = set"; then
12669 echo $ac_n "(cached) $ac_c" 1>&6
12670 else
12671
12672 cat > conftest.$ac_ext <<EOF
12673 #line 12674 "configure"
12674 #include "confdefs.h"
12675 #include <wchar.h>
12676 int main() {
12677
12678 wchar_t wc, *ws;
12679 wc = L'a';
12680 ws = L"Hello, world!";
12681
12682 ; return 0; }
12683 EOF
12684 if { (eval echo configure:12685: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12685 rm -rf conftest*
12686 wx_cv_type_wchar_t=yes
12687 else
12688 echo "configure: failed program was:" >&5
12689 cat conftest.$ac_ext >&5
12690 rm -rf conftest*
12691 wx_cv_type_wchar_t=no
12692
12693 fi
12694 rm -f conftest*
12695
12696 fi
12697
12698 echo "$ac_t""$wx_cv_type_wchar_t" 1>&6
12699
12700 if test "$wx_cv_type_wchar_t" = "yes"; then
12701 cat >> confdefs.h <<\EOF
12702 #define wxUSE_WCHAR_T 1
12703 EOF
12704
12705 fi
12706
12707
12708 ac_ext=C
12709 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12710 ac_cpp='$CXXCPP $CPPFLAGS'
12711 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12712 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12713 cross_compiling=$ac_cv_prog_cxx_cross
12714
12715 echo $ac_n "checking if size_t is unsigned int""... $ac_c" 1>&6
12716 echo "configure:12717: checking if size_t is unsigned int" >&5
12717 if eval "test \"`echo '$''{'wx_cv_size_t_is_uint'+set}'`\" = set"; then
12718 echo $ac_n "(cached) $ac_c" 1>&6
12719 else
12720 cat > conftest.$ac_ext <<EOF
12721 #line 12722 "configure"
12722 #include "confdefs.h"
12723 #include <stddef.h>
12724 int main() {
12725
12726 return 0; }
12727
12728 struct Foo { void foo(size_t); void foo(unsigned int); };
12729
12730 int bar() {
12731
12732 ; return 0; }
12733 EOF
12734 if { (eval echo configure:12735: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12735 rm -rf conftest*
12736 wx_cv_size_t_is_uint=no
12737 else
12738 echo "configure: failed program was:" >&5
12739 cat conftest.$ac_ext >&5
12740 rm -rf conftest*
12741 wx_cv_size_t_is_uint=yes
12742
12743 fi
12744 rm -f conftest*
12745
12746 fi
12747
12748 echo "$ac_t""$wx_cv_size_t_is_uint" 1>&6
12749
12750 if test "$wx_cv_size_t_is_uint" = "yes"; then
12751 cat >> confdefs.h <<\EOF
12752 #define wxSIZE_T_IS_UINT 1
12753 EOF
12754
12755 else
12756 echo $ac_n "checking if size_t is unsigned long""... $ac_c" 1>&6
12757 echo "configure:12758: checking if size_t is unsigned long" >&5
12758 if eval "test \"`echo '$''{'wx_cv_size_t_is_ulong'+set}'`\" = set"; then
12759 echo $ac_n "(cached) $ac_c" 1>&6
12760 else
12761 cat > conftest.$ac_ext <<EOF
12762 #line 12763 "configure"
12763 #include "confdefs.h"
12764 #include <stddef.h>
12765 int main() {
12766
12767 return 0; }
12768
12769 struct Foo { void foo(size_t); void foo(unsigned long); };
12770
12771 int bar() {
12772
12773 ; return 0; }
12774 EOF
12775 if { (eval echo configure:12776: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12776 rm -rf conftest*
12777 wx_cv_size_t_is_ulong=no
12778 else
12779 echo "configure: failed program was:" >&5
12780 cat conftest.$ac_ext >&5
12781 rm -rf conftest*
12782 wx_cv_size_t_is_ulong=yes
12783
12784 fi
12785 rm -f conftest*
12786
12787 fi
12788
12789 echo "$ac_t""$wx_cv_size_t_is_ulong" 1>&6
12790
12791 if test "$wx_cv_size_t_is_ulong" = "yes"; then
12792 cat >> confdefs.h <<\EOF
12793 #define wxSIZE_T_IS_ULONG 1
12794 EOF
12795
12796 fi
12797 fi
12798
12799 ac_ext=c
12800 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12801 ac_cpp='$CPP $CPPFLAGS'
12802 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12803 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12804 cross_compiling=$ac_cv_prog_cc_cross
12805
12806
12807
12808 echo $ac_n "checking for pw_gecos in struct passwd""... $ac_c" 1>&6
12809 echo "configure:12810: checking for pw_gecos in struct passwd" >&5
12810 if eval "test \"`echo '$''{'wx_cv_struct_pw_gecos'+set}'`\" = set"; then
12811 echo $ac_n "(cached) $ac_c" 1>&6
12812 else
12813
12814 cat > conftest.$ac_ext <<EOF
12815 #line 12816 "configure"
12816 #include "confdefs.h"
12817 #include <pwd.h>
12818 int main() {
12819
12820 char *p;
12821 struct passwd *pw;
12822 p = pw->pw_gecos;
12823
12824 ; return 0; }
12825 EOF
12826 if { (eval echo configure:12827: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12827 rm -rf conftest*
12828
12829 wx_cv_struct_pw_gecos=yes
12830
12831 else
12832 echo "configure: failed program was:" >&5
12833 cat conftest.$ac_ext >&5
12834 rm -rf conftest*
12835
12836 wx_cv_struct_pw_gecos=no
12837
12838
12839 fi
12840 rm -f conftest*
12841
12842
12843 fi
12844
12845 echo "$ac_t""$wx_cv_struct_pw_gecos" 1>&6
12846
12847 if test "$wx_cv_struct_pw_gecos" = "yes"; then
12848 cat >> confdefs.h <<\EOF
12849 #define HAVE_PW_GECOS 1
12850 EOF
12851
12852 fi
12853
12854
12855 echo $ac_n "checking for working const""... $ac_c" 1>&6
12856 echo "configure:12857: checking for working const" >&5
12857 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
12858 echo $ac_n "(cached) $ac_c" 1>&6
12859 else
12860 cat > conftest.$ac_ext <<EOF
12861 #line 12862 "configure"
12862 #include "confdefs.h"
12863
12864 int main() {
12865
12866 /* Ultrix mips cc rejects this. */
12867 typedef int charset[2]; const charset x;
12868 /* SunOS 4.1.1 cc rejects this. */
12869 char const *const *ccp;
12870 char **p;
12871 /* NEC SVR4.0.2 mips cc rejects this. */
12872 struct point {int x, y;};
12873 static struct point const zero = {0,0};
12874 /* AIX XL C 1.02.0.0 rejects this.
12875 It does not let you subtract one const X* pointer from another in an arm
12876 of an if-expression whose if-part is not a constant expression */
12877 const char *g = "string";
12878 ccp = &g + (g ? g-g : 0);
12879 /* HPUX 7.0 cc rejects these. */
12880 ++ccp;
12881 p = (char**) ccp;
12882 ccp = (char const *const *) p;
12883 { /* SCO 3.2v4 cc rejects this. */
12884 char *t;
12885 char const *s = 0 ? (char *) 0 : (char const *) 0;
12886
12887 *t++ = 0;
12888 }
12889 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12890 int x[] = {25, 17};
12891 const int *foo = &x[0];
12892 ++foo;
12893 }
12894 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12895 typedef const int *iptr;
12896 iptr p = 0;
12897 ++p;
12898 }
12899 { /* AIX XL C 1.02.0.0 rejects this saying
12900 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12901 struct s { int j; const int *ap[3]; };
12902 struct s *b; b->j = 5;
12903 }
12904 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12905 const int foo = 10;
12906 }
12907
12908 ; return 0; }
12909 EOF
12910 if { (eval echo configure:12911: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12911 rm -rf conftest*
12912 ac_cv_c_const=yes
12913 else
12914 echo "configure: failed program was:" >&5
12915 cat conftest.$ac_ext >&5
12916 rm -rf conftest*
12917 ac_cv_c_const=no
12918 fi
12919 rm -f conftest*
12920 fi
12921
12922 echo "$ac_t""$ac_cv_c_const" 1>&6
12923 if test $ac_cv_c_const = no; then
12924 cat >> confdefs.h <<\EOF
12925 #define const
12926 EOF
12927
12928 fi
12929
12930 echo $ac_n "checking for inline""... $ac_c" 1>&6
12931 echo "configure:12932: checking for inline" >&5
12932 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
12933 echo $ac_n "(cached) $ac_c" 1>&6
12934 else
12935 ac_cv_c_inline=no
12936 for ac_kw in inline __inline__ __inline; do
12937 cat > conftest.$ac_ext <<EOF
12938 #line 12939 "configure"
12939 #include "confdefs.h"
12940
12941 int main() {
12942 } $ac_kw foo() {
12943 ; return 0; }
12944 EOF
12945 if { (eval echo configure:12946: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12946 rm -rf conftest*
12947 ac_cv_c_inline=$ac_kw; break
12948 else
12949 echo "configure: failed program was:" >&5
12950 cat conftest.$ac_ext >&5
12951 fi
12952 rm -f conftest*
12953 done
12954
12955 fi
12956
12957 echo "$ac_t""$ac_cv_c_inline" 1>&6
12958 case "$ac_cv_c_inline" in
12959 inline | yes) ;;
12960 no) cat >> confdefs.h <<\EOF
12961 #define inline
12962 EOF
12963 ;;
12964 *) cat >> confdefs.h <<EOF
12965 #define inline $ac_cv_c_inline
12966 EOF
12967 ;;
12968 esac
12969
12970
12971 echo $ac_n "checking size of char""... $ac_c" 1>&6
12972 echo "configure:12973: checking size of char" >&5
12973 if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
12974 echo $ac_n "(cached) $ac_c" 1>&6
12975 else
12976 if test "$cross_compiling" = yes; then
12977 ac_cv_sizeof_char=1
12978 else
12979 cat > conftest.$ac_ext <<EOF
12980 #line 12981 "configure"
12981 #include "confdefs.h"
12982 #include <stdio.h>
12983 #include <sys/types.h>
12984 main()
12985 {
12986 FILE *f=fopen("conftestval", "w");
12987 if (!f) exit(1);
12988 fprintf(f, "%d\n", sizeof(char));
12989 exit(0);
12990 }
12991 EOF
12992 if { (eval echo configure:12993: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
12993 then
12994 ac_cv_sizeof_char=`cat conftestval`
12995 else
12996 echo "configure: failed program was:" >&5
12997 cat conftest.$ac_ext >&5
12998 rm -fr conftest*
12999 ac_cv_sizeof_char=0
13000 fi
13001 rm -fr conftest*
13002 fi
13003
13004 fi
13005 echo "$ac_t""$ac_cv_sizeof_char" 1>&6
13006 cat >> confdefs.h <<EOF
13007 #define SIZEOF_CHAR $ac_cv_sizeof_char
13008 EOF
13009
13010
13011 echo $ac_n "checking size of short""... $ac_c" 1>&6
13012 echo "configure:13013: checking size of short" >&5
13013 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
13014 echo $ac_n "(cached) $ac_c" 1>&6
13015 else
13016 if test "$cross_compiling" = yes; then
13017 ac_cv_sizeof_short=2
13018 else
13019 cat > conftest.$ac_ext <<EOF
13020 #line 13021 "configure"
13021 #include "confdefs.h"
13022 #include <stdio.h>
13023 #include <sys/types.h>
13024 main()
13025 {
13026 FILE *f=fopen("conftestval", "w");
13027 if (!f) exit(1);
13028 fprintf(f, "%d\n", sizeof(short));
13029 exit(0);
13030 }
13031 EOF
13032 if { (eval echo configure:13033: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
13033 then
13034 ac_cv_sizeof_short=`cat conftestval`
13035 else
13036 echo "configure: failed program was:" >&5
13037 cat conftest.$ac_ext >&5
13038 rm -fr conftest*
13039 ac_cv_sizeof_short=0
13040 fi
13041 rm -fr conftest*
13042 fi
13043
13044 fi
13045 echo "$ac_t""$ac_cv_sizeof_short" 1>&6
13046 cat >> confdefs.h <<EOF
13047 #define SIZEOF_SHORT $ac_cv_sizeof_short
13048 EOF
13049
13050
13051 echo $ac_n "checking size of int *""... $ac_c" 1>&6
13052 echo "configure:13053: checking size of int *" >&5
13053 if eval "test \"`echo '$''{'ac_cv_sizeof_int_p'+set}'`\" = set"; then
13054 echo $ac_n "(cached) $ac_c" 1>&6
13055 else
13056 if test "$cross_compiling" = yes; then
13057 ac_cv_sizeof_int_p=4
13058 else
13059 cat > conftest.$ac_ext <<EOF
13060 #line 13061 "configure"
13061 #include "confdefs.h"
13062 #include <stdio.h>
13063 #include <sys/types.h>
13064 main()
13065 {
13066 FILE *f=fopen("conftestval", "w");
13067 if (!f) exit(1);
13068 fprintf(f, "%d\n", sizeof(int *));
13069 exit(0);
13070 }
13071 EOF
13072 if { (eval echo configure:13073: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
13073 then
13074 ac_cv_sizeof_int_p=`cat conftestval`
13075 else
13076 echo "configure: failed program was:" >&5
13077 cat conftest.$ac_ext >&5
13078 rm -fr conftest*
13079 ac_cv_sizeof_int_p=0
13080 fi
13081 rm -fr conftest*
13082 fi
13083
13084 fi
13085 echo "$ac_t""$ac_cv_sizeof_int_p" 1>&6
13086 cat >> confdefs.h <<EOF
13087 #define SIZEOF_INT_P $ac_cv_sizeof_int_p
13088 EOF
13089
13090
13091 echo $ac_n "checking size of int""... $ac_c" 1>&6
13092 echo "configure:13093: checking size of int" >&5
13093 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
13094 echo $ac_n "(cached) $ac_c" 1>&6
13095 else
13096 if test "$cross_compiling" = yes; then
13097 ac_cv_sizeof_int=4
13098 else
13099 cat > conftest.$ac_ext <<EOF
13100 #line 13101 "configure"
13101 #include "confdefs.h"
13102 #include <stdio.h>
13103 #include <sys/types.h>
13104 main()
13105 {
13106 FILE *f=fopen("conftestval", "w");
13107 if (!f) exit(1);
13108 fprintf(f, "%d\n", sizeof(int));
13109 exit(0);
13110 }
13111 EOF
13112 if { (eval echo configure:13113: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
13113 then
13114 ac_cv_sizeof_int=`cat conftestval`
13115 else
13116 echo "configure: failed program was:" >&5
13117 cat conftest.$ac_ext >&5
13118 rm -fr conftest*
13119 ac_cv_sizeof_int=0
13120 fi
13121 rm -fr conftest*
13122 fi
13123
13124 fi
13125 echo "$ac_t""$ac_cv_sizeof_int" 1>&6
13126 cat >> confdefs.h <<EOF
13127 #define SIZEOF_INT $ac_cv_sizeof_int
13128 EOF
13129
13130
13131 echo $ac_n "checking size of long""... $ac_c" 1>&6
13132 echo "configure:13133: checking size of long" >&5
13133 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
13134 echo $ac_n "(cached) $ac_c" 1>&6
13135 else
13136 if test "$cross_compiling" = yes; then
13137 ac_cv_sizeof_long=4
13138 else
13139 cat > conftest.$ac_ext <<EOF
13140 #line 13141 "configure"
13141 #include "confdefs.h"
13142 #include <stdio.h>
13143 #include <sys/types.h>
13144 main()
13145 {
13146 FILE *f=fopen("conftestval", "w");
13147 if (!f) exit(1);
13148 fprintf(f, "%d\n", sizeof(long));
13149 exit(0);
13150 }
13151 EOF
13152 if { (eval echo configure:13153: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
13153 then
13154 ac_cv_sizeof_long=`cat conftestval`
13155 else
13156 echo "configure: failed program was:" >&5
13157 cat conftest.$ac_ext >&5
13158 rm -fr conftest*
13159 ac_cv_sizeof_long=0
13160 fi
13161 rm -fr conftest*
13162 fi
13163
13164 fi
13165 echo "$ac_t""$ac_cv_sizeof_long" 1>&6
13166 cat >> confdefs.h <<EOF
13167 #define SIZEOF_LONG $ac_cv_sizeof_long
13168 EOF
13169
13170
13171 echo $ac_n "checking size of long long""... $ac_c" 1>&6
13172 echo "configure:13173: checking size of long long" >&5
13173 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
13174 echo $ac_n "(cached) $ac_c" 1>&6
13175 else
13176 if test "$cross_compiling" = yes; then
13177 ac_cv_sizeof_long_long=0
13178 else
13179 cat > conftest.$ac_ext <<EOF
13180 #line 13181 "configure"
13181 #include "confdefs.h"
13182 #include <stdio.h>
13183 #include <sys/types.h>
13184 main()
13185 {
13186 FILE *f=fopen("conftestval", "w");
13187 if (!f) exit(1);
13188 fprintf(f, "%d\n", sizeof(long long));
13189 exit(0);
13190 }
13191 EOF
13192 if { (eval echo configure:13193: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
13193 then
13194 ac_cv_sizeof_long_long=`cat conftestval`
13195 else
13196 echo "configure: failed program was:" >&5
13197 cat conftest.$ac_ext >&5
13198 rm -fr conftest*
13199 ac_cv_sizeof_long_long=0
13200 fi
13201 rm -fr conftest*
13202 fi
13203
13204 fi
13205 echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
13206 cat >> confdefs.h <<EOF
13207 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
13208 EOF
13209
13210
13211
13212 echo $ac_n "checking size of wchar_t""... $ac_c" 1>&6
13213 echo "configure:13214: checking size of wchar_t" >&5
13214 if eval "test \"`echo '$''{'wx_cv_sizeof_wchar_t'+set}'`\" = set"; then
13215 echo $ac_n "(cached) $ac_c" 1>&6
13216 else
13217
13218 if test "$cross_compiling" = yes; then
13219 wx_cv_sizeof_wchar_t=4
13220
13221 else
13222 cat > conftest.$ac_ext <<EOF
13223 #line 13224 "configure"
13224 #include "confdefs.h"
13225
13226 #ifdef HAVE_WCHAR_H
13227 # include <wchar.h>
13228 #endif
13229 #ifdef HAVE_STDLIB_H
13230 # include <stdlib.h>
13231 #endif
13232 #include <stdio.h>
13233 int main()
13234 {
13235 FILE *f=fopen("conftestval", "w");
13236 if (!f) exit(1);
13237 fprintf(f, "%i", sizeof(wchar_t));
13238 exit(0);
13239 }
13240
13241 EOF
13242 if { (eval echo configure:13243: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
13243 then
13244 wx_cv_sizeof_wchar_t=`cat conftestval`
13245 else
13246 echo "configure: failed program was:" >&5
13247 cat conftest.$ac_ext >&5
13248 rm -fr conftest*
13249 wx_cv_sizeof_wchar_t=0
13250 fi
13251 rm -fr conftest*
13252 fi
13253
13254
13255 fi
13256
13257 echo "$ac_t""$wx_cv_sizeof_wchar_t" 1>&6
13258
13259 cat >> confdefs.h <<EOF
13260 #define SIZEOF_WCHAR_T $wx_cv_sizeof_wchar_t
13261 EOF
13262
13263
13264 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
13265 echo "configure:13266: checking whether byte ordering is bigendian" >&5
13266 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
13267 echo $ac_n "(cached) $ac_c" 1>&6
13268 else
13269 ac_cv_c_bigendian=unknown
13270 # See if sys/param.h defines the BYTE_ORDER macro.
13271 cat > conftest.$ac_ext <<EOF
13272 #line 13273 "configure"
13273 #include "confdefs.h"
13274 #include <sys/types.h>
13275 #include <sys/param.h>
13276 int main() {
13277
13278 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
13279 bogus endian macros
13280 #endif
13281 ; return 0; }
13282 EOF
13283 if { (eval echo configure:13284: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13284 rm -rf conftest*
13285 # It does; now see whether it defined to BIG_ENDIAN or not.
13286 cat > conftest.$ac_ext <<EOF
13287 #line 13288 "configure"
13288 #include "confdefs.h"
13289 #include <sys/types.h>
13290 #include <sys/param.h>
13291 int main() {
13292
13293 #if BYTE_ORDER != BIG_ENDIAN
13294 not big endian
13295 #endif
13296 ; return 0; }
13297 EOF
13298 if { (eval echo configure:13299: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13299 rm -rf conftest*
13300 ac_cv_c_bigendian=yes
13301 else
13302 echo "configure: failed program was:" >&5
13303 cat conftest.$ac_ext >&5
13304 rm -rf conftest*
13305 ac_cv_c_bigendian=no
13306 fi
13307 rm -f conftest*
13308 else
13309 echo "configure: failed program was:" >&5
13310 cat conftest.$ac_ext >&5
13311 fi
13312 rm -f conftest*
13313 if test $ac_cv_c_bigendian = unknown; then
13314 if test "$cross_compiling" = yes; then
13315 ac_cv_c_bigendian=unknown
13316 else
13317 cat > conftest.$ac_ext <<EOF
13318 #line 13319 "configure"
13319 #include "confdefs.h"
13320 main () {
13321 /* Are we little or big endian? From Harbison&Steele. */
13322 union
13323 {
13324 long l;
13325 char c[sizeof (long)];
13326 } u;
13327 u.l = 1;
13328 exit (u.c[sizeof (long) - 1] == 1);
13329 }
13330 EOF
13331 if { (eval echo configure:13332: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
13332 then
13333 ac_cv_c_bigendian=no
13334 else
13335 echo "configure: failed program was:" >&5
13336 cat conftest.$ac_ext >&5
13337 rm -fr conftest*
13338 ac_cv_c_bigendian=yes
13339 fi
13340 rm -fr conftest*
13341 fi
13342
13343 fi
13344 fi
13345
13346 echo "$ac_t""$ac_cv_c_bigendian" 1>&6
13347 if test $ac_cv_c_bigendian = unknown; then
13348 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
13349 fi
13350 if test $ac_cv_c_bigendian = yes; then
13351 cat >> confdefs.h <<\EOF
13352 #define WORDS_BIGENDIAN 1
13353 EOF
13354
13355 fi
13356
13357
13358 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
13359 echo "configure:13360: checking how to run the C++ preprocessor" >&5
13360 if test -z "$CXXCPP"; then
13361 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
13362 echo $ac_n "(cached) $ac_c" 1>&6
13363 else
13364 ac_ext=C
13365 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13366 ac_cpp='$CXXCPP $CPPFLAGS'
13367 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13368 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13369 cross_compiling=$ac_cv_prog_cxx_cross
13370 CXXCPP="${CXX-g++} -E"
13371 cat > conftest.$ac_ext <<EOF
13372 #line 13373 "configure"
13373 #include "confdefs.h"
13374 #include <stdlib.h>
13375 EOF
13376 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13377 { (eval echo configure:13378: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13378 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13379 if test -z "$ac_err"; then
13380 :
13381 else
13382 echo "$ac_err" >&5
13383 echo "configure: failed program was:" >&5
13384 cat conftest.$ac_ext >&5
13385 rm -rf conftest*
13386 CXXCPP=/lib/cpp
13387 fi
13388 rm -f conftest*
13389 ac_cv_prog_CXXCPP="$CXXCPP"
13390 ac_ext=C
13391 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13392 ac_cpp='$CXXCPP $CPPFLAGS'
13393 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13394 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13395 cross_compiling=$ac_cv_prog_cxx_cross
13396 fi
13397 fi
13398 CXXCPP="$ac_cv_prog_CXXCPP"
13399 echo "$ac_t""$CXXCPP" 1>&6
13400
13401
13402 if test "$cross_compiling" = "yes"; then
13403 cat >> confdefs.h <<\EOF
13404 #define wxUSE_IOSTREAMH 1
13405 EOF
13406
13407 else
13408
13409 ac_ext=C
13410 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13411 ac_cpp='$CXXCPP $CPPFLAGS'
13412 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13413 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13414 cross_compiling=$ac_cv_prog_cxx_cross
13415
13416
13417 for ac_hdr in iostream
13418 do
13419 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
13420 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
13421 echo "configure:13422: checking for $ac_hdr" >&5
13422 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13423 echo $ac_n "(cached) $ac_c" 1>&6
13424 else
13425 cat > conftest.$ac_ext <<EOF
13426 #line 13427 "configure"
13427 #include "confdefs.h"
13428 #include <$ac_hdr>
13429 EOF
13430 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13431 { (eval echo configure:13432: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13432 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13433 if test -z "$ac_err"; then
13434 rm -rf conftest*
13435 eval "ac_cv_header_$ac_safe=yes"
13436 else
13437 echo "$ac_err" >&5
13438 echo "configure: failed program was:" >&5
13439 cat conftest.$ac_ext >&5
13440 rm -rf conftest*
13441 eval "ac_cv_header_$ac_safe=no"
13442 fi
13443 rm -f conftest*
13444 fi
13445 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13446 echo "$ac_t""yes" 1>&6
13447 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
13448 cat >> confdefs.h <<EOF
13449 #define $ac_tr_hdr 1
13450 EOF
13451
13452 else
13453 echo "$ac_t""no" 1>&6
13454 fi
13455 done
13456
13457
13458 if test "$ac_cv_header_iostream" = "yes" ; then
13459 :
13460 else
13461 cat >> confdefs.h <<\EOF
13462 #define wxUSE_IOSTREAMH 1
13463 EOF
13464
13465 fi
13466
13467 ac_ext=c
13468 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13469 ac_cpp='$CPP $CPPFLAGS'
13470 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13471 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13472 cross_compiling=$ac_cv_prog_cc_cross
13473
13474 fi
13475
13476
13477
13478 echo $ac_n "checking if C++ compiler supports bool""... $ac_c" 1>&6
13479 echo "configure:13480: checking if C++ compiler supports bool" >&5
13480 if eval "test \"`echo '$''{'wx_cv_cpp_bool'+set}'`\" = set"; then
13481 echo $ac_n "(cached) $ac_c" 1>&6
13482 else
13483
13484
13485 ac_ext=C
13486 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13487 ac_cpp='$CXXCPP $CPPFLAGS'
13488 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13489 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13490 cross_compiling=$ac_cv_prog_cxx_cross
13491
13492
13493 cat > conftest.$ac_ext <<EOF
13494 #line 13495 "configure"
13495 #include "confdefs.h"
13496
13497
13498 int main() {
13499
13500 bool b = true;
13501
13502 return 0;
13503
13504 ; return 0; }
13505 EOF
13506 if { (eval echo configure:13507: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13507 rm -rf conftest*
13508
13509 wx_cv_cpp_bool=yes
13510
13511 else
13512 echo "configure: failed program was:" >&5
13513 cat conftest.$ac_ext >&5
13514 rm -rf conftest*
13515
13516 wx_cv_cpp_bool=no
13517
13518
13519 fi
13520 rm -f conftest*
13521
13522 ac_ext=c
13523 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13524 ac_cpp='$CPP $CPPFLAGS'
13525 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13526 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13527 cross_compiling=$ac_cv_prog_cc_cross
13528
13529
13530 fi
13531
13532 echo "$ac_t""$wx_cv_cpp_bool" 1>&6
13533
13534 if test "$wx_cv_cpp_bool" = "yes"; then
13535 cat >> confdefs.h <<\EOF
13536 #define HAVE_BOOL 1
13537 EOF
13538
13539 fi
13540
13541
13542
13543 echo $ac_n "checking for wcslen in -lc""... $ac_c" 1>&6
13544 echo "configure:13545: checking for wcslen in -lc" >&5
13545 ac_lib_var=`echo c'_'wcslen | sed 'y%./+-%__p_%'`
13546 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13547 echo $ac_n "(cached) $ac_c" 1>&6
13548 else
13549 ac_save_LIBS="$LIBS"
13550 LIBS="-lc $LIBS"
13551 cat > conftest.$ac_ext <<EOF
13552 #line 13553 "configure"
13553 #include "confdefs.h"
13554 /* Override any gcc2 internal prototype to avoid an error. */
13555 /* We use char because int might match the return type of a gcc2
13556 builtin and then its argument prototype would still apply. */
13557 char wcslen();
13558
13559 int main() {
13560 wcslen()
13561 ; return 0; }
13562 EOF
13563 if { (eval echo configure:13564: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13564 rm -rf conftest*
13565 eval "ac_cv_lib_$ac_lib_var=yes"
13566 else
13567 echo "configure: failed program was:" >&5
13568 cat conftest.$ac_ext >&5
13569 rm -rf conftest*
13570 eval "ac_cv_lib_$ac_lib_var=no"
13571 fi
13572 rm -f conftest*
13573 LIBS="$ac_save_LIBS"
13574
13575 fi
13576 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13577 echo "$ac_t""yes" 1>&6
13578
13579 cat >> confdefs.h <<\EOF
13580 #define HAVE_WCSLEN 1
13581 EOF
13582
13583 WCHAR_LINK=""
13584
13585 else
13586 echo "$ac_t""no" 1>&6
13587
13588 echo $ac_n "checking for wcslen in -lw""... $ac_c" 1>&6
13589 echo "configure:13590: checking for wcslen in -lw" >&5
13590 ac_lib_var=`echo w'_'wcslen | sed 'y%./+-%__p_%'`
13591 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13592 echo $ac_n "(cached) $ac_c" 1>&6
13593 else
13594 ac_save_LIBS="$LIBS"
13595 LIBS="-lw $LIBS"
13596 cat > conftest.$ac_ext <<EOF
13597 #line 13598 "configure"
13598 #include "confdefs.h"
13599 /* Override any gcc2 internal prototype to avoid an error. */
13600 /* We use char because int might match the return type of a gcc2
13601 builtin and then its argument prototype would still apply. */
13602 char wcslen();
13603
13604 int main() {
13605 wcslen()
13606 ; return 0; }
13607 EOF
13608 if { (eval echo configure:13609: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13609 rm -rf conftest*
13610 eval "ac_cv_lib_$ac_lib_var=yes"
13611 else
13612 echo "configure: failed program was:" >&5
13613 cat conftest.$ac_ext >&5
13614 rm -rf conftest*
13615 eval "ac_cv_lib_$ac_lib_var=no"
13616 fi
13617 rm -f conftest*
13618 LIBS="$ac_save_LIBS"
13619
13620 fi
13621 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13622 echo "$ac_t""yes" 1>&6
13623
13624 cat >> confdefs.h <<\EOF
13625 #define HAVE_WCSLEN 1
13626 EOF
13627
13628 WCHAR_LINK="-lw"
13629
13630 else
13631 echo "$ac_t""no" 1>&6
13632
13633 echo $ac_n "checking for wcslen in -lmsvcrt""... $ac_c" 1>&6
13634 echo "configure:13635: checking for wcslen in -lmsvcrt" >&5
13635 ac_lib_var=`echo msvcrt'_'wcslen | sed 'y%./+-%__p_%'`
13636 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13637 echo $ac_n "(cached) $ac_c" 1>&6
13638 else
13639 ac_save_LIBS="$LIBS"
13640 LIBS="-lmsvcrt $LIBS"
13641 cat > conftest.$ac_ext <<EOF
13642 #line 13643 "configure"
13643 #include "confdefs.h"
13644 /* Override any gcc2 internal prototype to avoid an error. */
13645 /* We use char because int might match the return type of a gcc2
13646 builtin and then its argument prototype would still apply. */
13647 char wcslen();
13648
13649 int main() {
13650 wcslen()
13651 ; return 0; }
13652 EOF
13653 if { (eval echo configure:13654: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13654 rm -rf conftest*
13655 eval "ac_cv_lib_$ac_lib_var=yes"
13656 else
13657 echo "configure: failed program was:" >&5
13658 cat conftest.$ac_ext >&5
13659 rm -rf conftest*
13660 eval "ac_cv_lib_$ac_lib_var=no"
13661 fi
13662 rm -f conftest*
13663 LIBS="$ac_save_LIBS"
13664
13665 fi
13666 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13667 echo "$ac_t""yes" 1>&6
13668
13669 cat >> confdefs.h <<\EOF
13670 #define HAVE_WCSLEN 1
13671 EOF
13672
13673 WCHAR_LINK=""
13674
13675 else
13676 echo "$ac_t""no" 1>&6
13677 fi
13678
13679
13680 fi
13681
13682
13683 fi
13684
13685
13686 for ac_func in wcsrtombs
13687 do
13688 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13689 echo "configure:13690: checking for $ac_func" >&5
13690 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13691 echo $ac_n "(cached) $ac_c" 1>&6
13692 else
13693 cat > conftest.$ac_ext <<EOF
13694 #line 13695 "configure"
13695 #include "confdefs.h"
13696 /* System header to define __stub macros and hopefully few prototypes,
13697 which can conflict with char $ac_func(); below. */
13698 #include <assert.h>
13699 /* Override any gcc2 internal prototype to avoid an error. */
13700 /* We use char because int might match the return type of a gcc2
13701 builtin and then its argument prototype would still apply. */
13702 char $ac_func();
13703
13704 int main() {
13705
13706 /* The GNU C library defines this for functions which it implements
13707 to always fail with ENOSYS. Some functions are actually named
13708 something starting with __ and the normal name is an alias. */
13709 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13710 choke me
13711 #else
13712 $ac_func();
13713 #endif
13714
13715 ; return 0; }
13716 EOF
13717 if { (eval echo configure:13718: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13718 rm -rf conftest*
13719 eval "ac_cv_func_$ac_func=yes"
13720 else
13721 echo "configure: failed program was:" >&5
13722 cat conftest.$ac_ext >&5
13723 rm -rf conftest*
13724 eval "ac_cv_func_$ac_func=no"
13725 fi
13726 rm -f conftest*
13727 fi
13728
13729 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13730 echo "$ac_t""yes" 1>&6
13731 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13732 cat >> confdefs.h <<EOF
13733 #define $ac_tr_func 1
13734 EOF
13735
13736 else
13737 echo "$ac_t""no" 1>&6
13738 fi
13739 done
13740
13741
13742 echo $ac_n "checking for vprintf""... $ac_c" 1>&6
13743 echo "configure:13744: checking for vprintf" >&5
13744 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
13745 echo $ac_n "(cached) $ac_c" 1>&6
13746 else
13747 cat > conftest.$ac_ext <<EOF
13748 #line 13749 "configure"
13749 #include "confdefs.h"
13750 /* System header to define __stub macros and hopefully few prototypes,
13751 which can conflict with char vprintf(); below. */
13752 #include <assert.h>
13753 /* Override any gcc2 internal prototype to avoid an error. */
13754 /* We use char because int might match the return type of a gcc2
13755 builtin and then its argument prototype would still apply. */
13756 char vprintf();
13757
13758 int main() {
13759
13760 /* The GNU C library defines this for functions which it implements
13761 to always fail with ENOSYS. Some functions are actually named
13762 something starting with __ and the normal name is an alias. */
13763 #if defined (__stub_vprintf) || defined (__stub___vprintf)
13764 choke me
13765 #else
13766 vprintf();
13767 #endif
13768
13769 ; return 0; }
13770 EOF
13771 if { (eval echo configure:13772: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13772 rm -rf conftest*
13773 eval "ac_cv_func_vprintf=yes"
13774 else
13775 echo "configure: failed program was:" >&5
13776 cat conftest.$ac_ext >&5
13777 rm -rf conftest*
13778 eval "ac_cv_func_vprintf=no"
13779 fi
13780 rm -f conftest*
13781 fi
13782
13783 if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
13784 echo "$ac_t""yes" 1>&6
13785 cat >> confdefs.h <<\EOF
13786 #define HAVE_VPRINTF 1
13787 EOF
13788
13789 else
13790 echo "$ac_t""no" 1>&6
13791 fi
13792
13793 if test "$ac_cv_func_vprintf" != yes; then
13794 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
13795 echo "configure:13796: checking for _doprnt" >&5
13796 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
13797 echo $ac_n "(cached) $ac_c" 1>&6
13798 else
13799 cat > conftest.$ac_ext <<EOF
13800 #line 13801 "configure"
13801 #include "confdefs.h"
13802 /* System header to define __stub macros and hopefully few prototypes,
13803 which can conflict with char _doprnt(); below. */
13804 #include <assert.h>
13805 /* Override any gcc2 internal prototype to avoid an error. */
13806 /* We use char because int might match the return type of a gcc2
13807 builtin and then its argument prototype would still apply. */
13808 char _doprnt();
13809
13810 int main() {
13811
13812 /* The GNU C library defines this for functions which it implements
13813 to always fail with ENOSYS. Some functions are actually named
13814 something starting with __ and the normal name is an alias. */
13815 #if defined (__stub__doprnt) || defined (__stub____doprnt)
13816 choke me
13817 #else
13818 _doprnt();
13819 #endif
13820
13821 ; return 0; }
13822 EOF
13823 if { (eval echo configure:13824: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13824 rm -rf conftest*
13825 eval "ac_cv_func__doprnt=yes"
13826 else
13827 echo "configure: failed program was:" >&5
13828 cat conftest.$ac_ext >&5
13829 rm -rf conftest*
13830 eval "ac_cv_func__doprnt=no"
13831 fi
13832 rm -f conftest*
13833 fi
13834
13835 if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
13836 echo "$ac_t""yes" 1>&6
13837 cat >> confdefs.h <<\EOF
13838 #define HAVE_DOPRNT 1
13839 EOF
13840
13841 else
13842 echo "$ac_t""no" 1>&6
13843 fi
13844
13845 fi
13846
13847
13848
13849
13850
13851
13852 echo $ac_n "checking for vsnprintf""... $ac_c" 1>&6
13853 echo "configure:13854: checking for vsnprintf" >&5
13854 if eval "test \"`echo '$''{'wx_cv_func_vsnprintf'+set}'`\" = set"; then
13855 echo $ac_n "(cached) $ac_c" 1>&6
13856 else
13857
13858 cat > conftest.$ac_ext <<EOF
13859 #line 13860 "configure"
13860 #include "confdefs.h"
13861
13862 #include <stdio.h>
13863 #include <stdarg.h>
13864
13865 int main() {
13866
13867 int wx_test_vsnprintf(const char *, ...);
13868
13869 wx_test_vsnprintf("%s");
13870 return 0;
13871 }
13872
13873 int wx_test_vsnprintf(const char *fmt, ...)
13874 {
13875 char *s;
13876
13877 va_list argp;
13878 va_start(argp, fmt);
13879 vsnprintf(s, 42, fmt, argp);
13880 va_end(argp);
13881
13882 ; return 0; }
13883 EOF
13884 if { (eval echo configure:13885: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13885 rm -rf conftest*
13886
13887 wx_cv_func_vsnprintf=yes
13888
13889 else
13890 echo "configure: failed program was:" >&5
13891 cat conftest.$ac_ext >&5
13892 rm -rf conftest*
13893
13894 cat > conftest.$ac_ext <<EOF
13895 #line 13896 "configure"
13896 #include "confdefs.h"
13897
13898 #include <stdio.h>
13899 #include <stdarg.h>
13900
13901 int main() {
13902
13903 int wx_test_vsnprintf(const char *, ...);
13904
13905 wx_test_vsnprintf("%s");
13906 return 0;
13907 }
13908
13909 int wx_test_vsnprintf(const char *fmt, ...)
13910 {
13911 char *s;
13912
13913 va_list argp;
13914 va_start(argp, fmt);
13915 _vsnprintf(s, 42, fmt, argp);
13916 va_end(argp);
13917
13918 ; return 0; }
13919 EOF
13920 if { (eval echo configure:13921: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13921 rm -rf conftest*
13922
13923 wx_cv_func_vsnprintf=yes
13924
13925 else
13926 echo "configure: failed program was:" >&5
13927 cat conftest.$ac_ext >&5
13928 rm -rf conftest*
13929
13930 wx_cv_func_vsnprintf=no
13931
13932 fi
13933 rm -f conftest*
13934
13935 fi
13936 rm -f conftest*
13937
13938 fi
13939
13940 echo "$ac_t""$wx_cv_func_vsnprintf" 1>&6
13941
13942 if test "$wx_cv_func_vsnprintf" = yes; then
13943 cat >> confdefs.h <<\EOF
13944 #define HAVE_VSNPRINTF 1
13945 EOF
13946
13947 else
13948 echo "configure: warning: unsafe function sprintf will be used instead of snprintf" 1>&2
13949 fi
13950
13951 echo $ac_n "checking for vsscanf""... $ac_c" 1>&6
13952 echo "configure:13953: checking for vsscanf" >&5
13953 if eval "test \"`echo '$''{'wx_cv_func_vsscanf'+set}'`\" = set"; then
13954 echo $ac_n "(cached) $ac_c" 1>&6
13955 else
13956
13957 cat > conftest.$ac_ext <<EOF
13958 #line 13959 "configure"
13959 #include "confdefs.h"
13960
13961 #include <stdio.h>
13962 #include <stdarg.h>
13963
13964 int main() {
13965
13966 int wx_test_vsscanf(const char *, ...);
13967
13968 wx_test_vsscanf("%d");
13969 return 0;
13970 }
13971
13972 int wx_test_vsscanf(const char *fmt, ...)
13973 {
13974 va_list argp;
13975 va_start(argp, fmt);
13976 vsscanf("42", fmt, argp);
13977 va_end(argp);
13978
13979 ; return 0; }
13980 EOF
13981 if { (eval echo configure:13982: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13982 rm -rf conftest*
13983
13984 wx_cv_func_vsscanf=yes
13985
13986 else
13987 echo "configure: failed program was:" >&5
13988 cat conftest.$ac_ext >&5
13989 rm -rf conftest*
13990
13991 wx_cv_func_vsscanf=no
13992
13993 fi
13994 rm -f conftest*
13995
13996 fi
13997
13998 echo "$ac_t""$wx_cv_func_vsscanf" 1>&6
13999
14000 if test "$wx_cv_func_vsscanf" = yes; then
14001 cat >> confdefs.h <<\EOF
14002 #define HAVE_VSSCANF 1
14003 EOF
14004
14005 fi
14006
14007 if test "$TOOLKIT" != "MSW"; then
14008
14009
14010
14011 ac_ext=C
14012 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14013 ac_cpp='$CXXCPP $CPPFLAGS'
14014 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14015 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14016 cross_compiling=$ac_cv_prog_cxx_cross
14017
14018 echo $ac_n "checking if iconv() takes char**""... $ac_c" 1>&6
14019 echo "configure:14020: checking if iconv() takes char**" >&5
14020 if eval "test \"`echo '$''{'wx_cv_iconv_takes_char'+set}'`\" = set"; then
14021 echo $ac_n "(cached) $ac_c" 1>&6
14022 else
14023
14024 cat > conftest.$ac_ext <<EOF
14025 #line 14026 "configure"
14026 #include "confdefs.h"
14027 #include <iconv.h>
14028 int main() {
14029
14030 char **inbuf, **outbuf;
14031 iconv_t cd;
14032 size_t insz, outsz;
14033 iconv(cd, inbuf, &insz, outbuf, &outsz);
14034
14035 ; return 0; }
14036 EOF
14037 if { (eval echo configure:14038: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14038 rm -rf conftest*
14039 wx_cv_iconv_takes_char=yes
14040 else
14041 echo "configure: failed program was:" >&5
14042 cat conftest.$ac_ext >&5
14043 rm -rf conftest*
14044 wx_cv_iconv_takes_char=no
14045 fi
14046 rm -f conftest*
14047
14048 fi
14049
14050 echo "$ac_t""$wx_cv_iconv_takes_char" 1>&6
14051 ac_ext=c
14052 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14053 ac_cpp='$CPP $CPPFLAGS'
14054 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14055 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14056 cross_compiling=$ac_cv_prog_cc_cross
14057
14058 if test "$wx_cv_iconv_takes_char" = yes ; then
14059 cat >> confdefs.h <<\EOF
14060 #define WX_ICONV_TAKES_CHAR 1
14061 EOF
14062
14063 fi
14064
14065
14066 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
14067 for ac_func in sigaction
14068 do
14069 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14070 echo "configure:14071: checking for $ac_func" >&5
14071 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14072 echo $ac_n "(cached) $ac_c" 1>&6
14073 else
14074 cat > conftest.$ac_ext <<EOF
14075 #line 14076 "configure"
14076 #include "confdefs.h"
14077 /* System header to define __stub macros and hopefully few prototypes,
14078 which can conflict with char $ac_func(); below. */
14079 #include <assert.h>
14080 /* Override any gcc2 internal prototype to avoid an error. */
14081 /* We use char because int might match the return type of a gcc2
14082 builtin and then its argument prototype would still apply. */
14083 char $ac_func();
14084
14085 int main() {
14086
14087 /* The GNU C library defines this for functions which it implements
14088 to always fail with ENOSYS. Some functions are actually named
14089 something starting with __ and the normal name is an alias. */
14090 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14091 choke me
14092 #else
14093 $ac_func();
14094 #endif
14095
14096 ; return 0; }
14097 EOF
14098 if { (eval echo configure:14099: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14099 rm -rf conftest*
14100 eval "ac_cv_func_$ac_func=yes"
14101 else
14102 echo "configure: failed program was:" >&5
14103 cat conftest.$ac_ext >&5
14104 rm -rf conftest*
14105 eval "ac_cv_func_$ac_func=no"
14106 fi
14107 rm -f conftest*
14108 fi
14109
14110 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14111 echo "$ac_t""yes" 1>&6
14112 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14113 cat >> confdefs.h <<EOF
14114 #define $ac_tr_func 1
14115 EOF
14116
14117 else
14118 echo "$ac_t""no" 1>&6
14119 fi
14120 done
14121
14122
14123 if test "$ac_cv_func_sigaction" = "no"; then
14124 echo "configure: warning: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" 1>&2
14125 wxUSE_ON_FATAL_EXCEPTION=no
14126 fi
14127
14128 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
14129
14130 ac_ext=C
14131 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14132 ac_cpp='$CXXCPP $CPPFLAGS'
14133 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14134 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14135 cross_compiling=$ac_cv_prog_cxx_cross
14136
14137
14138 echo $ac_n "checking for sa_handler type""... $ac_c" 1>&6
14139 echo "configure:14140: checking for sa_handler type" >&5
14140 if eval "test \"`echo '$''{'wx_cv_type_sa_handler'+set}'`\" = set"; then
14141 echo $ac_n "(cached) $ac_c" 1>&6
14142 else
14143
14144 cat > conftest.$ac_ext <<EOF
14145 #line 14146 "configure"
14146 #include "confdefs.h"
14147 #include <signal.h>
14148 int main() {
14149
14150 extern void testSigHandler(int);
14151
14152 struct sigaction sa;
14153 sa.sa_handler = testSigHandler;
14154
14155 ; return 0; }
14156 EOF
14157 if { (eval echo configure:14158: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14158 rm -rf conftest*
14159
14160 wx_cv_type_sa_handler=int
14161
14162 else
14163 echo "configure: failed program was:" >&5
14164 cat conftest.$ac_ext >&5
14165 rm -rf conftest*
14166
14167 wx_cv_type_sa_handler=void
14168
14169 fi
14170 rm -f conftest*
14171
14172 fi
14173
14174 echo "$ac_t""$wx_cv_type_sa_handler" 1>&6
14175
14176 ac_ext=c
14177 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14178 ac_cpp='$CPP $CPPFLAGS'
14179 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14180 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14181 cross_compiling=$ac_cv_prog_cc_cross
14182
14183
14184 cat >> confdefs.h <<EOF
14185 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
14186 EOF
14187
14188 fi
14189 fi
14190
14191 for ac_func in vfork
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 /* We use char because int might match the return type of a gcc2
14206 builtin and then its argument prototype would still apply. */
14207 char $ac_func();
14208
14209 int main() {
14210
14211 /* The GNU C library defines this for functions which it implements
14212 to always fail with ENOSYS. Some functions are actually named
14213 something starting with __ and the normal name is an alias. */
14214 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14215 choke me
14216 #else
14217 $ac_func();
14218 #endif
14219
14220 ; return 0; }
14221 EOF
14222 if { (eval echo configure:14223: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14223 rm -rf conftest*
14224 eval "ac_cv_func_$ac_func=yes"
14225 else
14226 echo "configure: failed program was:" >&5
14227 cat conftest.$ac_ext >&5
14228 rm -rf conftest*
14229 eval "ac_cv_func_$ac_func=no"
14230 fi
14231 rm -f conftest*
14232 fi
14233
14234 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14235 echo "$ac_t""yes" 1>&6
14236 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14237 cat >> confdefs.h <<EOF
14238 #define $ac_tr_func 1
14239 EOF
14240
14241 else
14242 echo "$ac_t""no" 1>&6
14243 fi
14244 done
14245
14246
14247 echo $ac_n "checking for statfs""... $ac_c" 1>&6
14248 echo "configure:14249: checking for statfs" >&5
14249 if eval "test \"`echo '$''{'wx_cv_func_statfs'+set}'`\" = set"; then
14250 echo $ac_n "(cached) $ac_c" 1>&6
14251 else
14252 cat > conftest.$ac_ext <<EOF
14253 #line 14254 "configure"
14254 #include "confdefs.h"
14255
14256 #if defined(__BSD__)
14257 #include <sys/param.h>
14258 #include <sys/mount.h>
14259 #else
14260 #include <sys/vfs.h>
14261 #endif
14262
14263 int main() {
14264
14265 long l;
14266 struct statfs fs;
14267 statfs("/", &fs);
14268 l = fs.f_bsize;
14269 l += fs.f_blocks;
14270 l += fs.f_bavail;
14271
14272 ; return 0; }
14273 EOF
14274 if { (eval echo configure:14275: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14275 rm -rf conftest*
14276
14277 wx_cv_func_statfs=yes
14278
14279 else
14280 echo "configure: failed program was:" >&5
14281 cat conftest.$ac_ext >&5
14282 rm -rf conftest*
14283
14284 wx_cv_func_statfs=no
14285
14286
14287 fi
14288 rm -f conftest*
14289
14290 fi
14291
14292 echo "$ac_t""$wx_cv_func_statfs" 1>&6
14293
14294 if test "$wx_cv_func_statfs" = "yes"; then
14295 cat >> confdefs.h <<\EOF
14296 #define HAVE_STATFS 1
14297 EOF
14298
14299 else
14300 echo $ac_n "checking for statvfs""... $ac_c" 1>&6
14301 echo "configure:14302: checking for statvfs" >&5
14302 if eval "test \"`echo '$''{'wx_cv_func_statvfs'+set}'`\" = set"; then
14303 echo $ac_n "(cached) $ac_c" 1>&6
14304 else
14305 cat > conftest.$ac_ext <<EOF
14306 #line 14307 "configure"
14307 #include "confdefs.h"
14308
14309 #include <sys/statvfs.h>
14310
14311 int main() {
14312
14313 long l;
14314 struct statvfs fs;
14315 statvfs("/", &fs);
14316 l = fs.f_bsize;
14317 l += fs.f_blocks;
14318 l += fs.f_bavail;
14319
14320 ; return 0; }
14321 EOF
14322 if { (eval echo configure:14323: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14323 rm -rf conftest*
14324
14325 wx_cv_func_statvfs=yes
14326
14327 else
14328 echo "configure: failed program was:" >&5
14329 cat conftest.$ac_ext >&5
14330 rm -rf conftest*
14331
14332 wx_cv_func_statvfs=no
14333
14334
14335 fi
14336 rm -f conftest*
14337
14338 fi
14339
14340 echo "$ac_t""$wx_cv_func_statvfs" 1>&6
14341
14342 if test "$wx_cv_func_statvfs" = "yes"; then
14343 cat >> confdefs.h <<\EOF
14344 #define HAVE_STATVFS 1
14345 EOF
14346
14347 else
14348 echo "configure: warning: wxGetDiskSpace() function won't work without statfs()" 1>&2
14349 fi
14350 fi
14351
14352 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
14353 for ac_func in fcntl flock
14354 do
14355 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14356 echo "configure:14357: checking for $ac_func" >&5
14357 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14358 echo $ac_n "(cached) $ac_c" 1>&6
14359 else
14360 cat > conftest.$ac_ext <<EOF
14361 #line 14362 "configure"
14362 #include "confdefs.h"
14363 /* System header to define __stub macros and hopefully few prototypes,
14364 which can conflict with char $ac_func(); below. */
14365 #include <assert.h>
14366 /* Override any gcc2 internal prototype to avoid an error. */
14367 /* We use char because int might match the return type of a gcc2
14368 builtin and then its argument prototype would still apply. */
14369 char $ac_func();
14370
14371 int main() {
14372
14373 /* The GNU C library defines this for functions which it implements
14374 to always fail with ENOSYS. Some functions are actually named
14375 something starting with __ and the normal name is an alias. */
14376 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14377 choke me
14378 #else
14379 $ac_func();
14380 #endif
14381
14382 ; return 0; }
14383 EOF
14384 if { (eval echo configure:14385: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14385 rm -rf conftest*
14386 eval "ac_cv_func_$ac_func=yes"
14387 else
14388 echo "configure: failed program was:" >&5
14389 cat conftest.$ac_ext >&5
14390 rm -rf conftest*
14391 eval "ac_cv_func_$ac_func=no"
14392 fi
14393 rm -f conftest*
14394 fi
14395
14396 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14397 echo "$ac_t""yes" 1>&6
14398 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14399 cat >> confdefs.h <<EOF
14400 #define $ac_tr_func 1
14401 EOF
14402 break
14403 else
14404 echo "$ac_t""no" 1>&6
14405 fi
14406 done
14407
14408
14409 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
14410 echo "configure: warning: wxSingleInstanceChecker not available" 1>&2
14411 wxUSE_SNGLINST_CHECKER=no
14412 fi
14413 fi
14414
14415 for ac_func in timegm
14416 do
14417 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14418 echo "configure:14419: checking for $ac_func" >&5
14419 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14420 echo $ac_n "(cached) $ac_c" 1>&6
14421 else
14422 cat > conftest.$ac_ext <<EOF
14423 #line 14424 "configure"
14424 #include "confdefs.h"
14425 /* System header to define __stub macros and hopefully few prototypes,
14426 which can conflict with char $ac_func(); below. */
14427 #include <assert.h>
14428 /* Override any gcc2 internal prototype to avoid an error. */
14429 /* We use char because int might match the return type of a gcc2
14430 builtin and then its argument prototype would still apply. */
14431 char $ac_func();
14432
14433 int main() {
14434
14435 /* The GNU C library defines this for functions which it implements
14436 to always fail with ENOSYS. Some functions are actually named
14437 something starting with __ and the normal name is an alias. */
14438 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14439 choke me
14440 #else
14441 $ac_func();
14442 #endif
14443
14444 ; return 0; }
14445 EOF
14446 if { (eval echo configure:14447: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14447 rm -rf conftest*
14448 eval "ac_cv_func_$ac_func=yes"
14449 else
14450 echo "configure: failed program was:" >&5
14451 cat conftest.$ac_ext >&5
14452 rm -rf conftest*
14453 eval "ac_cv_func_$ac_func=no"
14454 fi
14455 rm -f conftest*
14456 fi
14457
14458 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14459 echo "$ac_t""yes" 1>&6
14460 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14461 cat >> confdefs.h <<EOF
14462 #define $ac_tr_func 1
14463 EOF
14464
14465 else
14466 echo "$ac_t""no" 1>&6
14467 fi
14468 done
14469
14470
14471 for ac_func in putenv setenv
14472 do
14473 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14474 echo "configure:14475: checking for $ac_func" >&5
14475 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14476 echo $ac_n "(cached) $ac_c" 1>&6
14477 else
14478 cat > conftest.$ac_ext <<EOF
14479 #line 14480 "configure"
14480 #include "confdefs.h"
14481 /* System header to define __stub macros and hopefully few prototypes,
14482 which can conflict with char $ac_func(); below. */
14483 #include <assert.h>
14484 /* Override any gcc2 internal prototype to avoid an error. */
14485 /* We use char because int might match the return type of a gcc2
14486 builtin and then its argument prototype would still apply. */
14487 char $ac_func();
14488
14489 int main() {
14490
14491 /* The GNU C library defines this for functions which it implements
14492 to always fail with ENOSYS. Some functions are actually named
14493 something starting with __ and the normal name is an alias. */
14494 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14495 choke me
14496 #else
14497 $ac_func();
14498 #endif
14499
14500 ; return 0; }
14501 EOF
14502 if { (eval echo configure:14503: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14503 rm -rf conftest*
14504 eval "ac_cv_func_$ac_func=yes"
14505 else
14506 echo "configure: failed program was:" >&5
14507 cat conftest.$ac_ext >&5
14508 rm -rf conftest*
14509 eval "ac_cv_func_$ac_func=no"
14510 fi
14511 rm -f conftest*
14512 fi
14513
14514 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14515 echo "$ac_t""yes" 1>&6
14516 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14517 cat >> confdefs.h <<EOF
14518 #define $ac_tr_func 1
14519 EOF
14520 break
14521 else
14522 echo "$ac_t""no" 1>&6
14523 fi
14524 done
14525
14526
14527 HAVE_SOME_SLEEP_FUNC=0
14528 if test "$USE_BEOS" = 1; then
14529 cat >> confdefs.h <<\EOF
14530 #define HAVE_SLEEP 1
14531 EOF
14532
14533 HAVE_SOME_SLEEP_FUNC=1
14534 fi
14535
14536 if test "$USE_DARWIN" = 1; then
14537 cat >> confdefs.h <<\EOF
14538 #define HAVE_USLEEP 1
14539 EOF
14540
14541 HAVE_SOME_SLEEP_FUNC=1
14542 fi
14543
14544 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
14545 POSIX4_LINK=
14546 for ac_func in nanosleep
14547 do
14548 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14549 echo "configure:14550: checking for $ac_func" >&5
14550 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14551 echo $ac_n "(cached) $ac_c" 1>&6
14552 else
14553 cat > conftest.$ac_ext <<EOF
14554 #line 14555 "configure"
14555 #include "confdefs.h"
14556 /* System header to define __stub macros and hopefully few prototypes,
14557 which can conflict with char $ac_func(); below. */
14558 #include <assert.h>
14559 /* Override any gcc2 internal prototype to avoid an error. */
14560 /* We use char because int might match the return type of a gcc2
14561 builtin and then its argument prototype would still apply. */
14562 char $ac_func();
14563
14564 int main() {
14565
14566 /* The GNU C library defines this for functions which it implements
14567 to always fail with ENOSYS. Some functions are actually named
14568 something starting with __ and the normal name is an alias. */
14569 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14570 choke me
14571 #else
14572 $ac_func();
14573 #endif
14574
14575 ; return 0; }
14576 EOF
14577 if { (eval echo configure:14578: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14578 rm -rf conftest*
14579 eval "ac_cv_func_$ac_func=yes"
14580 else
14581 echo "configure: failed program was:" >&5
14582 cat conftest.$ac_ext >&5
14583 rm -rf conftest*
14584 eval "ac_cv_func_$ac_func=no"
14585 fi
14586 rm -f conftest*
14587 fi
14588
14589 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14590 echo "$ac_t""yes" 1>&6
14591 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14592 cat >> confdefs.h <<EOF
14593 #define $ac_tr_func 1
14594 EOF
14595 cat >> confdefs.h <<\EOF
14596 #define HAVE_NANOSLEEP 1
14597 EOF
14598
14599 else
14600 echo "$ac_t""no" 1>&6
14601 echo $ac_n "checking for nanosleep in -lposix4""... $ac_c" 1>&6
14602 echo "configure:14603: checking for nanosleep in -lposix4" >&5
14603 ac_lib_var=`echo posix4'_'nanosleep | sed 'y%./+-%__p_%'`
14604 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14605 echo $ac_n "(cached) $ac_c" 1>&6
14606 else
14607 ac_save_LIBS="$LIBS"
14608 LIBS="-lposix4 $LIBS"
14609 cat > conftest.$ac_ext <<EOF
14610 #line 14611 "configure"
14611 #include "confdefs.h"
14612 /* Override any gcc2 internal prototype to avoid an error. */
14613 /* We use char because int might match the return type of a gcc2
14614 builtin and then its argument prototype would still apply. */
14615 char nanosleep();
14616
14617 int main() {
14618 nanosleep()
14619 ; return 0; }
14620 EOF
14621 if { (eval echo configure:14622: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14622 rm -rf conftest*
14623 eval "ac_cv_lib_$ac_lib_var=yes"
14624 else
14625 echo "configure: failed program was:" >&5
14626 cat conftest.$ac_ext >&5
14627 rm -rf conftest*
14628 eval "ac_cv_lib_$ac_lib_var=no"
14629 fi
14630 rm -f conftest*
14631 LIBS="$ac_save_LIBS"
14632
14633 fi
14634 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14635 echo "$ac_t""yes" 1>&6
14636
14637 cat >> confdefs.h <<\EOF
14638 #define HAVE_NANOSLEEP 1
14639 EOF
14640
14641 POSIX4_LINK="-lposix4"
14642
14643 else
14644 echo "$ac_t""no" 1>&6
14645
14646 for ac_func in usleep
14647 do
14648 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14649 echo "configure:14650: checking for $ac_func" >&5
14650 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14651 echo $ac_n "(cached) $ac_c" 1>&6
14652 else
14653 cat > conftest.$ac_ext <<EOF
14654 #line 14655 "configure"
14655 #include "confdefs.h"
14656 /* System header to define __stub macros and hopefully few prototypes,
14657 which can conflict with char $ac_func(); below. */
14658 #include <assert.h>
14659 /* Override any gcc2 internal prototype to avoid an error. */
14660 /* We use char because int might match the return type of a gcc2
14661 builtin and then its argument prototype would still apply. */
14662 char $ac_func();
14663
14664 int main() {
14665
14666 /* The GNU C library defines this for functions which it implements
14667 to always fail with ENOSYS. Some functions are actually named
14668 something starting with __ and the normal name is an alias. */
14669 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14670 choke me
14671 #else
14672 $ac_func();
14673 #endif
14674
14675 ; return 0; }
14676 EOF
14677 if { (eval echo configure:14678: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14678 rm -rf conftest*
14679 eval "ac_cv_func_$ac_func=yes"
14680 else
14681 echo "configure: failed program was:" >&5
14682 cat conftest.$ac_ext >&5
14683 rm -rf conftest*
14684 eval "ac_cv_func_$ac_func=no"
14685 fi
14686 rm -f conftest*
14687 fi
14688
14689 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14690 echo "$ac_t""yes" 1>&6
14691 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14692 cat >> confdefs.h <<EOF
14693 #define $ac_tr_func 1
14694 EOF
14695 cat >> confdefs.h <<\EOF
14696 #define HAVE_USLEEP 1
14697 EOF
14698
14699 else
14700 echo "$ac_t""no" 1>&6
14701 echo "configure: warning: wxSleep() function will not work" 1>&2
14702
14703 fi
14704 done
14705
14706
14707
14708 fi
14709
14710
14711
14712 fi
14713 done
14714
14715 fi
14716
14717 for ac_func in uname gethostname
14718 do
14719 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14720 echo "configure:14721: checking for $ac_func" >&5
14721 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14722 echo $ac_n "(cached) $ac_c" 1>&6
14723 else
14724 cat > conftest.$ac_ext <<EOF
14725 #line 14726 "configure"
14726 #include "confdefs.h"
14727 /* System header to define __stub macros and hopefully few prototypes,
14728 which can conflict with char $ac_func(); below. */
14729 #include <assert.h>
14730 /* Override any gcc2 internal prototype to avoid an error. */
14731 /* We use char because int might match the return type of a gcc2
14732 builtin and then its argument prototype would still apply. */
14733 char $ac_func();
14734
14735 int main() {
14736
14737 /* The GNU C library defines this for functions which it implements
14738 to always fail with ENOSYS. Some functions are actually named
14739 something starting with __ and the normal name is an alias. */
14740 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14741 choke me
14742 #else
14743 $ac_func();
14744 #endif
14745
14746 ; return 0; }
14747 EOF
14748 if { (eval echo configure:14749: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14749 rm -rf conftest*
14750 eval "ac_cv_func_$ac_func=yes"
14751 else
14752 echo "configure: failed program was:" >&5
14753 cat conftest.$ac_ext >&5
14754 rm -rf conftest*
14755 eval "ac_cv_func_$ac_func=no"
14756 fi
14757 rm -f conftest*
14758 fi
14759
14760 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14761 echo "$ac_t""yes" 1>&6
14762 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14763 cat >> confdefs.h <<EOF
14764 #define $ac_tr_func 1
14765 EOF
14766 break
14767 else
14768 echo "$ac_t""no" 1>&6
14769 fi
14770 done
14771
14772
14773
14774 ac_ext=C
14775 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14776 ac_cpp='$CXXCPP $CPPFLAGS'
14777 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14778 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14779 cross_compiling=$ac_cv_prog_cxx_cross
14780
14781
14782 for ac_func in strtok_r
14783 do
14784 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14785 echo "configure:14786: checking for $ac_func" >&5
14786 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+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 /* System header to define __stub macros and hopefully few prototypes,
14793 which can conflict with char $ac_func(); below. */
14794 #include <assert.h>
14795 /* Override any gcc2 internal prototype to avoid an error. */
14796 #ifdef __cplusplus
14797 extern "C"
14798 #endif
14799 /* We use char because int might match the return type of a gcc2
14800 builtin and then its argument prototype would still apply. */
14801 char $ac_func();
14802
14803 int main() {
14804
14805 /* The GNU C library defines this for functions which it implements
14806 to always fail with ENOSYS. Some functions are actually named
14807 something starting with __ and the normal name is an alias. */
14808 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14809 choke me
14810 #else
14811 $ac_func();
14812 #endif
14813
14814 ; return 0; }
14815 EOF
14816 if { (eval echo configure:14817: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14817 rm -rf conftest*
14818 eval "ac_cv_func_$ac_func=yes"
14819 else
14820 echo "configure: failed program was:" >&5
14821 cat conftest.$ac_ext >&5
14822 rm -rf conftest*
14823 eval "ac_cv_func_$ac_func=no"
14824 fi
14825 rm -f conftest*
14826 fi
14827
14828 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14829 echo "$ac_t""yes" 1>&6
14830 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14831 cat >> confdefs.h <<EOF
14832 #define $ac_tr_func 1
14833 EOF
14834
14835 else
14836 echo "$ac_t""no" 1>&6
14837 fi
14838 done
14839
14840
14841 ac_ext=c
14842 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14843 ac_cpp='$CPP $CPPFLAGS'
14844 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14845 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14846 cross_compiling=$ac_cv_prog_cc_cross
14847
14848
14849 INET_LINK=
14850 for ac_func in inet_addr
14851 do
14852 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14853 echo "configure:14854: checking for $ac_func" >&5
14854 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14855 echo $ac_n "(cached) $ac_c" 1>&6
14856 else
14857 cat > conftest.$ac_ext <<EOF
14858 #line 14859 "configure"
14859 #include "confdefs.h"
14860 /* System header to define __stub macros and hopefully few prototypes,
14861 which can conflict with char $ac_func(); below. */
14862 #include <assert.h>
14863 /* Override any gcc2 internal prototype to avoid an error. */
14864 /* We use char because int might match the return type of a gcc2
14865 builtin and then its argument prototype would still apply. */
14866 char $ac_func();
14867
14868 int main() {
14869
14870 /* The GNU C library defines this for functions which it implements
14871 to always fail with ENOSYS. Some functions are actually named
14872 something starting with __ and the normal name is an alias. */
14873 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14874 choke me
14875 #else
14876 $ac_func();
14877 #endif
14878
14879 ; return 0; }
14880 EOF
14881 if { (eval echo configure:14882: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14882 rm -rf conftest*
14883 eval "ac_cv_func_$ac_func=yes"
14884 else
14885 echo "configure: failed program was:" >&5
14886 cat conftest.$ac_ext >&5
14887 rm -rf conftest*
14888 eval "ac_cv_func_$ac_func=no"
14889 fi
14890 rm -f conftest*
14891 fi
14892
14893 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14894 echo "$ac_t""yes" 1>&6
14895 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14896 cat >> confdefs.h <<EOF
14897 #define $ac_tr_func 1
14898 EOF
14899 cat >> confdefs.h <<\EOF
14900 #define HAVE_INET_ADDR 1
14901 EOF
14902
14903 else
14904 echo "$ac_t""no" 1>&6
14905 echo $ac_n "checking for inet_addr in -lnsl""... $ac_c" 1>&6
14906 echo "configure:14907: checking for inet_addr in -lnsl" >&5
14907 ac_lib_var=`echo nsl'_'inet_addr | sed 'y%./+-%__p_%'`
14908 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14909 echo $ac_n "(cached) $ac_c" 1>&6
14910 else
14911 ac_save_LIBS="$LIBS"
14912 LIBS="-lnsl $LIBS"
14913 cat > conftest.$ac_ext <<EOF
14914 #line 14915 "configure"
14915 #include "confdefs.h"
14916 /* Override any gcc2 internal prototype to avoid an error. */
14917 /* We use char because int might match the return type of a gcc2
14918 builtin and then its argument prototype would still apply. */
14919 char inet_addr();
14920
14921 int main() {
14922 inet_addr()
14923 ; return 0; }
14924 EOF
14925 if { (eval echo configure:14926: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14926 rm -rf conftest*
14927 eval "ac_cv_lib_$ac_lib_var=yes"
14928 else
14929 echo "configure: failed program was:" >&5
14930 cat conftest.$ac_ext >&5
14931 rm -rf conftest*
14932 eval "ac_cv_lib_$ac_lib_var=no"
14933 fi
14934 rm -f conftest*
14935 LIBS="$ac_save_LIBS"
14936
14937 fi
14938 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14939 echo "$ac_t""yes" 1>&6
14940 INET_LINK="nsl"
14941 else
14942 echo "$ac_t""no" 1>&6
14943 echo $ac_n "checking for inet_addr in -lresolv""... $ac_c" 1>&6
14944 echo "configure:14945: checking for inet_addr in -lresolv" >&5
14945 ac_lib_var=`echo resolv'_'inet_addr | sed 'y%./+-%__p_%'`
14946 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14947 echo $ac_n "(cached) $ac_c" 1>&6
14948 else
14949 ac_save_LIBS="$LIBS"
14950 LIBS="-lresolv $LIBS"
14951 cat > conftest.$ac_ext <<EOF
14952 #line 14953 "configure"
14953 #include "confdefs.h"
14954 /* Override any gcc2 internal prototype to avoid an error. */
14955 /* We use char because int might match the return type of a gcc2
14956 builtin and then its argument prototype would still apply. */
14957 char inet_addr();
14958
14959 int main() {
14960 inet_addr()
14961 ; return 0; }
14962 EOF
14963 if { (eval echo configure:14964: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14964 rm -rf conftest*
14965 eval "ac_cv_lib_$ac_lib_var=yes"
14966 else
14967 echo "configure: failed program was:" >&5
14968 cat conftest.$ac_ext >&5
14969 rm -rf conftest*
14970 eval "ac_cv_lib_$ac_lib_var=no"
14971 fi
14972 rm -f conftest*
14973 LIBS="$ac_save_LIBS"
14974
14975 fi
14976 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14977 echo "$ac_t""yes" 1>&6
14978 INET_LINK="resolv"
14979
14980 else
14981 echo "$ac_t""no" 1>&6
14982 fi
14983
14984
14985 fi
14986
14987
14988
14989 fi
14990 done
14991
14992
14993 for ac_func in inet_aton
14994 do
14995 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14996 echo "configure:14997: checking for $ac_func" >&5
14997 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14998 echo $ac_n "(cached) $ac_c" 1>&6
14999 else
15000 cat > conftest.$ac_ext <<EOF
15001 #line 15002 "configure"
15002 #include "confdefs.h"
15003 /* System header to define __stub macros and hopefully few prototypes,
15004 which can conflict with char $ac_func(); below. */
15005 #include <assert.h>
15006 /* Override any gcc2 internal prototype to avoid an error. */
15007 /* We use char because int might match the return type of a gcc2
15008 builtin and then its argument prototype would still apply. */
15009 char $ac_func();
15010
15011 int main() {
15012
15013 /* The GNU C library defines this for functions which it implements
15014 to always fail with ENOSYS. Some functions are actually named
15015 something starting with __ and the normal name is an alias. */
15016 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15017 choke me
15018 #else
15019 $ac_func();
15020 #endif
15021
15022 ; return 0; }
15023 EOF
15024 if { (eval echo configure:15025: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15025 rm -rf conftest*
15026 eval "ac_cv_func_$ac_func=yes"
15027 else
15028 echo "configure: failed program was:" >&5
15029 cat conftest.$ac_ext >&5
15030 rm -rf conftest*
15031 eval "ac_cv_func_$ac_func=no"
15032 fi
15033 rm -f conftest*
15034 fi
15035
15036 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15037 echo "$ac_t""yes" 1>&6
15038 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15039 cat >> confdefs.h <<EOF
15040 #define $ac_tr_func 1
15041 EOF
15042 cat >> confdefs.h <<\EOF
15043 #define HAVE_INET_ATON 1
15044 EOF
15045
15046 else
15047 echo "$ac_t""no" 1>&6
15048 echo $ac_n "checking for inet_aton in -l$INET_LINK""... $ac_c" 1>&6
15049 echo "configure:15050: checking for inet_aton in -l$INET_LINK" >&5
15050 ac_lib_var=`echo $INET_LINK'_'inet_aton | sed 'y%./+-%__p_%'`
15051 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15052 echo $ac_n "(cached) $ac_c" 1>&6
15053 else
15054 ac_save_LIBS="$LIBS"
15055 LIBS="-l$INET_LINK $LIBS"
15056 cat > conftest.$ac_ext <<EOF
15057 #line 15058 "configure"
15058 #include "confdefs.h"
15059 /* Override any gcc2 internal prototype to avoid an error. */
15060 /* We use char because int might match the return type of a gcc2
15061 builtin and then its argument prototype would still apply. */
15062 char inet_aton();
15063
15064 int main() {
15065 inet_aton()
15066 ; return 0; }
15067 EOF
15068 if { (eval echo configure:15069: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15069 rm -rf conftest*
15070 eval "ac_cv_lib_$ac_lib_var=yes"
15071 else
15072 echo "configure: failed program was:" >&5
15073 cat conftest.$ac_ext >&5
15074 rm -rf conftest*
15075 eval "ac_cv_lib_$ac_lib_var=no"
15076 fi
15077 rm -f conftest*
15078 LIBS="$ac_save_LIBS"
15079
15080 fi
15081 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15082 echo "$ac_t""yes" 1>&6
15083 cat >> confdefs.h <<\EOF
15084 #define HAVE_INET_ATON 1
15085 EOF
15086
15087 else
15088 echo "$ac_t""no" 1>&6
15089 fi
15090
15091
15092 fi
15093 done
15094
15095
15096 if test "x$INET_LINK" != "x"; then
15097 cat >> confdefs.h <<\EOF
15098 #define HAVE_INET_ADDR 1
15099 EOF
15100
15101 INET_LINK="-l$INET_LINK"
15102 fi
15103
15104 fi
15105
15106
15107 cat > confcache <<\EOF
15108 # This file is a shell script that caches the results of configure
15109 # tests run on this system so they can be shared between configure
15110 # scripts and configure runs. It is not useful on other systems.
15111 # If it contains results you don't want to keep, you may remove or edit it.
15112 #
15113 # By default, configure uses ./config.cache as the cache file,
15114 # creating it if it does not exist already. You can give configure
15115 # the --cache-file=FILE option to use a different cache file; that is
15116 # what configure does when it calls configure scripts in
15117 # subdirectories, so they share the cache.
15118 # Giving --cache-file=/dev/null disables caching, for debugging configure.
15119 # config.status only pays attention to the cache file if you give it the
15120 # --recheck option to rerun configure.
15121 #
15122 EOF
15123 # The following way of writing the cache mishandles newlines in values,
15124 # but we know of no workaround that is simple, portable, and efficient.
15125 # So, don't put newlines in cache variables' values.
15126 # Ultrix sh set writes to stderr and can't be redirected directly,
15127 # and sets the high bit in the cache file unless we assign to the vars.
15128 (set) 2>&1 |
15129 case `(ac_space=' '; set | grep ac_space) 2>&1` in
15130 *ac_space=\ *)
15131 # `set' does not quote correctly, so add quotes (double-quote substitution
15132 # turns \\\\ into \\, and sed turns \\ into \).
15133 sed -n \
15134 -e "s/'/'\\\\''/g" \
15135 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
15136 ;;
15137 *)
15138 # `set' quotes correctly as required by POSIX, so do not add quotes.
15139 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
15140 ;;
15141 esac >> confcache
15142 if cmp -s $cache_file confcache; then
15143 :
15144 else
15145 if test -w $cache_file; then
15146 echo "updating cache $cache_file"
15147 cat confcache > $cache_file
15148 else
15149 echo "not updating unwritable cache $cache_file"
15150 fi
15151 fi
15152 rm -f confcache
15153
15154
15155
15156 if test "$TOOLKIT" != "MSW"; then
15157
15158
15159 THREADS_LINK=
15160 THREADS_OBJ=
15161 CODE_GEN_FLAGS=
15162 CODE_GEN_FLAGS_CXX=
15163
15164 if test "$wxUSE_THREADS" = "yes" ; then
15165 if test "$wxUSE_WINE" = 1 ; then
15166 echo "configure: warning: Threads are not supported under WINE" 1>&2
15167 wxUSE_THREADS="no"
15168 elif test "$USE_BEOS" = 1; then
15169 echo "configure: warning: BeOS threads are not yet supported" 1>&2
15170 wxUSE_THREADS="no"
15171 fi
15172 fi
15173
15174 if test "$wxUSE_THREADS" = "yes" ; then
15175
15176 if test "$USE_AIX" = 1; then
15177 THREADS_LIB=pthreads
15178 else
15179 THREADS_LIB=pthread
15180 fi
15181
15182 echo $ac_n "checking for pthread_create in -l$THREADS_LIB""... $ac_c" 1>&6
15183 echo "configure:15184: checking for pthread_create in -l$THREADS_LIB" >&5
15184 ac_lib_var=`echo $THREADS_LIB'_'pthread_create | sed 'y%./+-%__p_%'`
15185 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15186 echo $ac_n "(cached) $ac_c" 1>&6
15187 else
15188 ac_save_LIBS="$LIBS"
15189 LIBS="-l$THREADS_LIB $LIBS"
15190 cat > conftest.$ac_ext <<EOF
15191 #line 15192 "configure"
15192 #include "confdefs.h"
15193 /* Override any gcc2 internal prototype to avoid an error. */
15194 /* We use char because int might match the return type of a gcc2
15195 builtin and then its argument prototype would still apply. */
15196 char pthread_create();
15197
15198 int main() {
15199 pthread_create()
15200 ; return 0; }
15201 EOF
15202 if { (eval echo configure:15203: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15203 rm -rf conftest*
15204 eval "ac_cv_lib_$ac_lib_var=yes"
15205 else
15206 echo "configure: failed program was:" >&5
15207 cat conftest.$ac_ext >&5
15208 rm -rf conftest*
15209 eval "ac_cv_lib_$ac_lib_var=no"
15210 fi
15211 rm -f conftest*
15212 LIBS="$ac_save_LIBS"
15213
15214 fi
15215 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15216 echo "$ac_t""yes" 1>&6
15217
15218 THREADS_OBJ="threadpsx.lo"
15219 THREADS_LINK=$THREADS_LIB
15220
15221 else
15222 echo "$ac_t""no" 1>&6
15223
15224 echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
15225 echo "configure:15226: checking for pthread_create in -lc_r" >&5
15226 ac_lib_var=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'`
15227 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15228 echo $ac_n "(cached) $ac_c" 1>&6
15229 else
15230 ac_save_LIBS="$LIBS"
15231 LIBS="-lc_r $LIBS"
15232 cat > conftest.$ac_ext <<EOF
15233 #line 15234 "configure"
15234 #include "confdefs.h"
15235 /* Override any gcc2 internal prototype to avoid an error. */
15236 /* We use char because int might match the return type of a gcc2
15237 builtin and then its argument prototype would still apply. */
15238 char pthread_create();
15239
15240 int main() {
15241 pthread_create()
15242 ; return 0; }
15243 EOF
15244 if { (eval echo configure:15245: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15245 rm -rf conftest*
15246 eval "ac_cv_lib_$ac_lib_var=yes"
15247 else
15248 echo "configure: failed program was:" >&5
15249 cat conftest.$ac_ext >&5
15250 rm -rf conftest*
15251 eval "ac_cv_lib_$ac_lib_var=no"
15252 fi
15253 rm -f conftest*
15254 LIBS="$ac_save_LIBS"
15255
15256 fi
15257 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15258 echo "$ac_t""yes" 1>&6
15259
15260 THREADS_OBJ="threadpsx.lo"
15261 THREADS_LINK="c_r"
15262
15263 else
15264 echo "$ac_t""no" 1>&6
15265
15266 ac_safe=`echo "sys/prctl.h" | sed 'y%./+-%__p_%'`
15267 echo $ac_n "checking for sys/prctl.h""... $ac_c" 1>&6
15268 echo "configure:15269: checking for sys/prctl.h" >&5
15269 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
15270 echo $ac_n "(cached) $ac_c" 1>&6
15271 else
15272 cat > conftest.$ac_ext <<EOF
15273 #line 15274 "configure"
15274 #include "confdefs.h"
15275 #include <sys/prctl.h>
15276 EOF
15277 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
15278 { (eval echo configure:15279: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
15279 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
15280 if test -z "$ac_err"; then
15281 rm -rf conftest*
15282 eval "ac_cv_header_$ac_safe=yes"
15283 else
15284 echo "$ac_err" >&5
15285 echo "configure: failed program was:" >&5
15286 cat conftest.$ac_ext >&5
15287 rm -rf conftest*
15288 eval "ac_cv_header_$ac_safe=no"
15289 fi
15290 rm -f conftest*
15291 fi
15292 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
15293 echo "$ac_t""yes" 1>&6
15294
15295 THREADS_OBJ="threadsgi.lo"
15296
15297 else
15298 echo "$ac_t""no" 1>&6
15299 fi
15300
15301
15302 fi
15303
15304
15305 fi
15306
15307
15308 if test -z "$THREADS_OBJ" ; then
15309 wxUSE_THREADS=no
15310 echo "configure: warning: No thread support on this system" 1>&2
15311 fi
15312 fi
15313
15314 if test "$wxUSE_THREADS" = "yes" ; then
15315 for ac_func in thr_setconcurrency
15316 do
15317 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15318 echo "configure:15319: checking for $ac_func" >&5
15319 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15320 echo $ac_n "(cached) $ac_c" 1>&6
15321 else
15322 cat > conftest.$ac_ext <<EOF
15323 #line 15324 "configure"
15324 #include "confdefs.h"
15325 /* System header to define __stub macros and hopefully few prototypes,
15326 which can conflict with char $ac_func(); below. */
15327 #include <assert.h>
15328 /* Override any gcc2 internal prototype to avoid an error. */
15329 /* We use char because int might match the return type of a gcc2
15330 builtin and then its argument prototype would still apply. */
15331 char $ac_func();
15332
15333 int main() {
15334
15335 /* The GNU C library defines this for functions which it implements
15336 to always fail with ENOSYS. Some functions are actually named
15337 something starting with __ and the normal name is an alias. */
15338 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15339 choke me
15340 #else
15341 $ac_func();
15342 #endif
15343
15344 ; return 0; }
15345 EOF
15346 if { (eval echo configure:15347: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15347 rm -rf conftest*
15348 eval "ac_cv_func_$ac_func=yes"
15349 else
15350 echo "configure: failed program was:" >&5
15351 cat conftest.$ac_ext >&5
15352 rm -rf conftest*
15353 eval "ac_cv_func_$ac_func=no"
15354 fi
15355 rm -f conftest*
15356 fi
15357
15358 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15359 echo "$ac_t""yes" 1>&6
15360 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15361 cat >> confdefs.h <<EOF
15362 #define $ac_tr_func 1
15363 EOF
15364
15365 else
15366 echo "$ac_t""no" 1>&6
15367 fi
15368 done
15369
15370
15371
15372 for ac_hdr in sched.h
15373 do
15374 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
15375 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
15376 echo "configure:15377: checking for $ac_hdr" >&5
15377 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
15378 echo $ac_n "(cached) $ac_c" 1>&6
15379 else
15380 cat > conftest.$ac_ext <<EOF
15381 #line 15382 "configure"
15382 #include "confdefs.h"
15383 #include <$ac_hdr>
15384 EOF
15385 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
15386 { (eval echo configure:15387: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
15387 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
15388 if test -z "$ac_err"; then
15389 rm -rf conftest*
15390 eval "ac_cv_header_$ac_safe=yes"
15391 else
15392 echo "$ac_err" >&5
15393 echo "configure: failed program was:" >&5
15394 cat conftest.$ac_ext >&5
15395 rm -rf conftest*
15396 eval "ac_cv_header_$ac_safe=no"
15397 fi
15398 rm -f conftest*
15399 fi
15400 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
15401 echo "$ac_t""yes" 1>&6
15402 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
15403 cat >> confdefs.h <<EOF
15404 #define $ac_tr_hdr 1
15405 EOF
15406
15407 else
15408 echo "$ac_t""no" 1>&6
15409 fi
15410 done
15411
15412
15413 echo $ac_n "checking for sched_yield in -l$THREADS_LINK""... $ac_c" 1>&6
15414 echo "configure:15415: checking for sched_yield in -l$THREADS_LINK" >&5
15415 ac_lib_var=`echo $THREADS_LINK'_'sched_yield | sed 'y%./+-%__p_%'`
15416 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15417 echo $ac_n "(cached) $ac_c" 1>&6
15418 else
15419 ac_save_LIBS="$LIBS"
15420 LIBS="-l$THREADS_LINK $LIBS"
15421 cat > conftest.$ac_ext <<EOF
15422 #line 15423 "configure"
15423 #include "confdefs.h"
15424 /* Override any gcc2 internal prototype to avoid an error. */
15425 /* We use char because int might match the return type of a gcc2
15426 builtin and then its argument prototype would still apply. */
15427 char sched_yield();
15428
15429 int main() {
15430 sched_yield()
15431 ; return 0; }
15432 EOF
15433 if { (eval echo configure:15434: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15434 rm -rf conftest*
15435 eval "ac_cv_lib_$ac_lib_var=yes"
15436 else
15437 echo "configure: failed program was:" >&5
15438 cat conftest.$ac_ext >&5
15439 rm -rf conftest*
15440 eval "ac_cv_lib_$ac_lib_var=no"
15441 fi
15442 rm -f conftest*
15443 LIBS="$ac_save_LIBS"
15444
15445 fi
15446 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15447 echo "$ac_t""yes" 1>&6
15448 cat >> confdefs.h <<\EOF
15449 #define HAVE_SCHED_YIELD 1
15450 EOF
15451
15452 else
15453 echo "$ac_t""no" 1>&6
15454 echo $ac_n "checking for sched_yield in -lposix4""... $ac_c" 1>&6
15455 echo "configure:15456: checking for sched_yield in -lposix4" >&5
15456 ac_lib_var=`echo posix4'_'sched_yield | sed 'y%./+-%__p_%'`
15457 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15458 echo $ac_n "(cached) $ac_c" 1>&6
15459 else
15460 ac_save_LIBS="$LIBS"
15461 LIBS="-lposix4 $LIBS"
15462 cat > conftest.$ac_ext <<EOF
15463 #line 15464 "configure"
15464 #include "confdefs.h"
15465 /* Override any gcc2 internal prototype to avoid an error. */
15466 /* We use char because int might match the return type of a gcc2
15467 builtin and then its argument prototype would still apply. */
15468 char sched_yield();
15469
15470 int main() {
15471 sched_yield()
15472 ; return 0; }
15473 EOF
15474 if { (eval echo configure:15475: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15475 rm -rf conftest*
15476 eval "ac_cv_lib_$ac_lib_var=yes"
15477 else
15478 echo "configure: failed program was:" >&5
15479 cat conftest.$ac_ext >&5
15480 rm -rf conftest*
15481 eval "ac_cv_lib_$ac_lib_var=no"
15482 fi
15483 rm -f conftest*
15484 LIBS="$ac_save_LIBS"
15485
15486 fi
15487 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15488 echo "$ac_t""yes" 1>&6
15489 cat >> confdefs.h <<\EOF
15490 #define HAVE_SCHED_YIELD 1
15491 EOF
15492 POSIX4_LINK="-lposix4"
15493 else
15494 echo "$ac_t""no" 1>&6
15495 echo "configure: warning: wxThread::Yield will not work properly" 1>&2
15496
15497 fi
15498
15499
15500 fi
15501
15502
15503 HAVE_PRIOR_FUNCS=0
15504 echo $ac_n "checking for pthread_attr_getschedpolicy in -l$THREADS_LINK""... $ac_c" 1>&6
15505 echo "configure:15506: checking for pthread_attr_getschedpolicy in -l$THREADS_LINK" >&5
15506 ac_lib_var=`echo $THREADS_LINK'_'pthread_attr_getschedpolicy | sed 'y%./+-%__p_%'`
15507 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15508 echo $ac_n "(cached) $ac_c" 1>&6
15509 else
15510 ac_save_LIBS="$LIBS"
15511 LIBS="-l$THREADS_LINK $LIBS"
15512 cat > conftest.$ac_ext <<EOF
15513 #line 15514 "configure"
15514 #include "confdefs.h"
15515 /* Override any gcc2 internal prototype to avoid an error. */
15516 /* We use char because int might match the return type of a gcc2
15517 builtin and then its argument prototype would still apply. */
15518 char pthread_attr_getschedpolicy();
15519
15520 int main() {
15521 pthread_attr_getschedpolicy()
15522 ; return 0; }
15523 EOF
15524 if { (eval echo configure:15525: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15525 rm -rf conftest*
15526 eval "ac_cv_lib_$ac_lib_var=yes"
15527 else
15528 echo "configure: failed program was:" >&5
15529 cat conftest.$ac_ext >&5
15530 rm -rf conftest*
15531 eval "ac_cv_lib_$ac_lib_var=no"
15532 fi
15533 rm -f conftest*
15534 LIBS="$ac_save_LIBS"
15535
15536 fi
15537 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15538 echo "$ac_t""yes" 1>&6
15539 echo $ac_n "checking for pthread_attr_setschedparam in -l$THREADS_LINK""... $ac_c" 1>&6
15540 echo "configure:15541: checking for pthread_attr_setschedparam in -l$THREADS_LINK" >&5
15541 ac_lib_var=`echo $THREADS_LINK'_'pthread_attr_setschedparam | sed 'y%./+-%__p_%'`
15542 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15543 echo $ac_n "(cached) $ac_c" 1>&6
15544 else
15545 ac_save_LIBS="$LIBS"
15546 LIBS="-l$THREADS_LINK $LIBS"
15547 cat > conftest.$ac_ext <<EOF
15548 #line 15549 "configure"
15549 #include "confdefs.h"
15550 /* Override any gcc2 internal prototype to avoid an error. */
15551 /* We use char because int might match the return type of a gcc2
15552 builtin and then its argument prototype would still apply. */
15553 char pthread_attr_setschedparam();
15554
15555 int main() {
15556 pthread_attr_setschedparam()
15557 ; return 0; }
15558 EOF
15559 if { (eval echo configure:15560: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15560 rm -rf conftest*
15561 eval "ac_cv_lib_$ac_lib_var=yes"
15562 else
15563 echo "configure: failed program was:" >&5
15564 cat conftest.$ac_ext >&5
15565 rm -rf conftest*
15566 eval "ac_cv_lib_$ac_lib_var=no"
15567 fi
15568 rm -f conftest*
15569 LIBS="$ac_save_LIBS"
15570
15571 fi
15572 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15573 echo "$ac_t""yes" 1>&6
15574 echo $ac_n "checking for sched_get_priority_max in -l$THREADS_LINK""... $ac_c" 1>&6
15575 echo "configure:15576: checking for sched_get_priority_max in -l$THREADS_LINK" >&5
15576 ac_lib_var=`echo $THREADS_LINK'_'sched_get_priority_max | sed 'y%./+-%__p_%'`
15577 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15578 echo $ac_n "(cached) $ac_c" 1>&6
15579 else
15580 ac_save_LIBS="$LIBS"
15581 LIBS="-l$THREADS_LINK $LIBS"
15582 cat > conftest.$ac_ext <<EOF
15583 #line 15584 "configure"
15584 #include "confdefs.h"
15585 /* Override any gcc2 internal prototype to avoid an error. */
15586 /* We use char because int might match the return type of a gcc2
15587 builtin and then its argument prototype would still apply. */
15588 char sched_get_priority_max();
15589
15590 int main() {
15591 sched_get_priority_max()
15592 ; return 0; }
15593 EOF
15594 if { (eval echo configure:15595: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15595 rm -rf conftest*
15596 eval "ac_cv_lib_$ac_lib_var=yes"
15597 else
15598 echo "configure: failed program was:" >&5
15599 cat conftest.$ac_ext >&5
15600 rm -rf conftest*
15601 eval "ac_cv_lib_$ac_lib_var=no"
15602 fi
15603 rm -f conftest*
15604 LIBS="$ac_save_LIBS"
15605
15606 fi
15607 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15608 echo "$ac_t""yes" 1>&6
15609 HAVE_PRIOR_FUNCS=1
15610 else
15611 echo "$ac_t""no" 1>&6
15612 echo $ac_n "checking for sched_get_priority_max in -lposix4""... $ac_c" 1>&6
15613 echo "configure:15614: checking for sched_get_priority_max in -lposix4" >&5
15614 ac_lib_var=`echo posix4'_'sched_get_priority_max | sed 'y%./+-%__p_%'`
15615 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15616 echo $ac_n "(cached) $ac_c" 1>&6
15617 else
15618 ac_save_LIBS="$LIBS"
15619 LIBS="-lposix4 $LIBS"
15620 cat > conftest.$ac_ext <<EOF
15621 #line 15622 "configure"
15622 #include "confdefs.h"
15623 /* Override any gcc2 internal prototype to avoid an error. */
15624 /* We use char because int might match the return type of a gcc2
15625 builtin and then its argument prototype would still apply. */
15626 char sched_get_priority_max();
15627
15628 int main() {
15629 sched_get_priority_max()
15630 ; return 0; }
15631 EOF
15632 if { (eval echo configure:15633: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15633 rm -rf conftest*
15634 eval "ac_cv_lib_$ac_lib_var=yes"
15635 else
15636 echo "configure: failed program was:" >&5
15637 cat conftest.$ac_ext >&5
15638 rm -rf conftest*
15639 eval "ac_cv_lib_$ac_lib_var=no"
15640 fi
15641 rm -f conftest*
15642 LIBS="$ac_save_LIBS"
15643
15644 fi
15645 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15646 echo "$ac_t""yes" 1>&6
15647
15648 HAVE_PRIOR_FUNCS=1
15649 POSIX4_LINK="-lposix4"
15650
15651 else
15652 echo "$ac_t""no" 1>&6
15653 fi
15654
15655
15656 fi
15657
15658
15659 else
15660 echo "$ac_t""no" 1>&6
15661 fi
15662
15663
15664 else
15665 echo "$ac_t""no" 1>&6
15666 fi
15667
15668
15669 if test "$HAVE_PRIOR_FUNCS" = 1; then
15670 cat >> confdefs.h <<\EOF
15671 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
15672 EOF
15673
15674 else
15675 echo "configure: warning: Setting thread priority will not work" 1>&2
15676 fi
15677
15678 echo $ac_n "checking for pthread_cancel in -l$THREADS_LINK""... $ac_c" 1>&6
15679 echo "configure:15680: checking for pthread_cancel in -l$THREADS_LINK" >&5
15680 ac_lib_var=`echo $THREADS_LINK'_'pthread_cancel | sed 'y%./+-%__p_%'`
15681 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15682 echo $ac_n "(cached) $ac_c" 1>&6
15683 else
15684 ac_save_LIBS="$LIBS"
15685 LIBS="-l$THREADS_LINK $LIBS"
15686 cat > conftest.$ac_ext <<EOF
15687 #line 15688 "configure"
15688 #include "confdefs.h"
15689 /* Override any gcc2 internal prototype to avoid an error. */
15690 /* We use char because int might match the return type of a gcc2
15691 builtin and then its argument prototype would still apply. */
15692 char pthread_cancel();
15693
15694 int main() {
15695 pthread_cancel()
15696 ; return 0; }
15697 EOF
15698 if { (eval echo configure:15699: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15699 rm -rf conftest*
15700 eval "ac_cv_lib_$ac_lib_var=yes"
15701 else
15702 echo "configure: failed program was:" >&5
15703 cat conftest.$ac_ext >&5
15704 rm -rf conftest*
15705 eval "ac_cv_lib_$ac_lib_var=no"
15706 fi
15707 rm -f conftest*
15708 LIBS="$ac_save_LIBS"
15709
15710 fi
15711 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15712 echo "$ac_t""yes" 1>&6
15713 cat >> confdefs.h <<\EOF
15714 #define HAVE_PTHREAD_CANCEL 1
15715 EOF
15716
15717 else
15718 echo "$ac_t""no" 1>&6
15719 echo "configure: warning: wxThread::Kill() will not work properly" 1>&2
15720 fi
15721
15722
15723 echo $ac_n "checking for pthread_cleanup_push/pop""... $ac_c" 1>&6
15724 echo "configure:15725: checking for pthread_cleanup_push/pop" >&5
15725 if eval "test \"`echo '$''{'wx_cv_func_pthread_cleanup_push'+set}'`\" = set"; then
15726 echo $ac_n "(cached) $ac_c" 1>&6
15727 else
15728
15729 cat > conftest.$ac_ext <<EOF
15730 #line 15731 "configure"
15731 #include "confdefs.h"
15732 #include <pthread.h>
15733 int main() {
15734
15735 pthread_cleanup_push(NULL, NULL);
15736 pthread_cleanup_pop(0);
15737
15738 ; return 0; }
15739 EOF
15740 if { (eval echo configure:15741: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15741 rm -rf conftest*
15742
15743 wx_cv_func_pthread_cleanup_push=yes
15744
15745 else
15746 echo "configure: failed program was:" >&5
15747 cat conftest.$ac_ext >&5
15748 rm -rf conftest*
15749
15750 wx_cv_func_pthread_cleanup_push=no
15751
15752 fi
15753 rm -f conftest*
15754
15755 fi
15756
15757 echo "$ac_t""$wx_cv_func_pthread_cleanup_push" 1>&6
15758
15759 if test "$wx_cv_func_pthread_cleanup_push" = "yes"; then
15760 cat >> confdefs.h <<\EOF
15761 #define HAVE_THREAD_CLEANUP_FUNCTIONS 1
15762 EOF
15763
15764 fi
15765
15766
15767 if test "x$wx_lib_glibc21" = "xyes"; then
15768 CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
15769 fi
15770
15771 echo $ac_n "checking for pthread_mutexattr_t""... $ac_c" 1>&6
15772 echo "configure:15773: checking for pthread_mutexattr_t" >&5
15773 if eval "test \"`echo '$''{'wx_cv_type_pthread_mutexattr_t'+set}'`\" = set"; then
15774 echo $ac_n "(cached) $ac_c" 1>&6
15775 else
15776
15777 cat > conftest.$ac_ext <<EOF
15778 #line 15779 "configure"
15779 #include "confdefs.h"
15780 #include <pthread.h>
15781 int main() {
15782
15783 pthread_mutexattr_t attr;
15784 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
15785
15786 ; return 0; }
15787 EOF
15788 if { (eval echo configure:15789: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15789 rm -rf conftest*
15790
15791 wx_cv_type_pthread_mutexattr_t=yes
15792
15793 else
15794 echo "configure: failed program was:" >&5
15795 cat conftest.$ac_ext >&5
15796 rm -rf conftest*
15797
15798 wx_cv_type_pthread_mutexattr_t=no
15799
15800
15801 fi
15802 rm -f conftest*
15803
15804 fi
15805
15806 echo "$ac_t""$wx_cv_type_pthread_mutexattr_t" 1>&6
15807
15808 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
15809 cat >> confdefs.h <<\EOF
15810 #define HAVE_PTHREAD_MUTEXATTR_T 1
15811 EOF
15812
15813 else
15814 echo $ac_n "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER""... $ac_c" 1>&6
15815 echo "configure:15816: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
15816 if eval "test \"`echo '$''{'wx_cv_type_pthread_rec_mutex_init'+set}'`\" = set"; then
15817 echo $ac_n "(cached) $ac_c" 1>&6
15818 else
15819
15820 cat > conftest.$ac_ext <<EOF
15821 #line 15822 "configure"
15822 #include "confdefs.h"
15823 #include <pthread.h>
15824 int main() {
15825
15826 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
15827
15828 ; return 0; }
15829 EOF
15830 if { (eval echo configure:15831: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15831 rm -rf conftest*
15832
15833 wx_cv_type_pthread_rec_mutex_init=yes
15834
15835 else
15836 echo "configure: failed program was:" >&5
15837 cat conftest.$ac_ext >&5
15838 rm -rf conftest*
15839
15840 wx_cv_type_pthread_rec_mutex_init=no
15841
15842
15843 fi
15844 rm -f conftest*
15845
15846 fi
15847
15848 echo "$ac_t""$wx_cv_type_pthread_rec_mutex_init" 1>&6
15849 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
15850 cat >> confdefs.h <<\EOF
15851 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
15852 EOF
15853
15854 else
15855 echo "configure: warning: wxMutex won't be recursive on this platform" 1>&2
15856 fi
15857 fi
15858
15859 THREADS_LINK="-l$THREADS_LINK"
15860
15861 if test "$USE_SOLARIS" = "yes" -a "$GCC" != "yes"; then
15862 CPPFLAGS="${CFLAGS} -mt"
15863 CXXFLAGS="${CXXFLAGS} -mt"
15864 LDFLAGS="${LDFLAGS} -mt"
15865 fi
15866 fi
15867
15868 fi
15869
15870 if test "$wxUSE_THREADS" = "yes"; then
15871 cat >> confdefs.h <<\EOF
15872 #define wxUSE_THREADS 1
15873 EOF
15874
15875
15876 if test "$USE_DARWIN" != 1; then
15877 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D_REENTRANT"
15878 fi
15879
15880 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
15881 else
15882 if test "$ac_cv_func_strtok_r" = "yes"; then
15883 echo $ac_n "checking if -D_REENTRANT is needed""... $ac_c" 1>&6
15884 echo "configure:15885: checking if -D_REENTRANT is needed" >&5
15885 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
15886 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D_REENTRANT"
15887 echo "$ac_t""yes" 1>&6
15888 else
15889 echo "$ac_t""no" 1>&6
15890 fi
15891 fi
15892 fi
15893
15894 if test "$WXGTK20" = 1 ; then
15895 cat >> confdefs.h <<EOF
15896 #define __WXGTK20__ $WXGTK20
15897 EOF
15898
15899 WXGTK12=1
15900 fi
15901
15902 if test "$WXGTK12" = 1 ; then
15903 cat >> confdefs.h <<EOF
15904 #define __WXGTK12__ $WXGTK12
15905 EOF
15906
15907 fi
15908
15909 if test "$WXGTK127" = 1 ; then
15910 cat >> confdefs.h <<EOF
15911 #define __WXGTK127__ $WXGTK127
15912 EOF
15913
15914 fi
15915
15916 WXDEBUG=
15917
15918 if test "$wxUSE_DEBUG_INFO" = "yes" ; then
15919 WXDEBUG="-g"
15920 wxUSE_OPTIMISE=no
15921 fi
15922
15923 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
15924 wxUSE_DEBUG_INFO=yes
15925 WXDEBUG="-ggdb"
15926 fi
15927
15928 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
15929 cat >> confdefs.h <<\EOF
15930 #define WXDEBUG 1
15931 EOF
15932
15933 WXDEBUG_DEFINE="-D__WXDEBUG__"
15934 else
15935 if test "$wxUSE_GTK" = 1 ; then
15936 WXDEBUG_DEFINE="-DGTK_NO_CHECK_CASTS"
15937 fi
15938 fi
15939
15940 if test "$wxUSE_MEM_TRACING" = "yes" ; then
15941 cat >> confdefs.h <<\EOF
15942 #define wxUSE_MEMORY_TRACING 1
15943 EOF
15944
15945 cat >> confdefs.h <<\EOF
15946 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
15947 EOF
15948
15949 cat >> confdefs.h <<\EOF
15950 #define wxUSE_DEBUG_NEW_ALWAYS 1
15951 EOF
15952
15953 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
15954 fi
15955
15956 if test "$wxUSE_DMALLOC" = "yes" ; then
15957 DMALLOC_LINK="-ldmalloc"
15958 fi
15959
15960 PROFILE=
15961 if test "$wxUSE_PROFILE" = "yes" ; then
15962 PROFILE="-pg"
15963 fi
15964
15965 if test "$GCC" = yes ; then
15966 if test "$wxUSE_NO_RTTI" = "yes" ; then
15967 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-rtti"
15968 fi
15969 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
15970 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-exceptions"
15971 fi
15972 if test "$wxUSE_PERMISSIVE" = "yes" ; then
15973 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive"
15974 fi
15975 if test "$wxUSE_NO_DEPS" = "no" ; then
15976 CFLAGS="-MMD ${CFLAGS}"
15977 CXXFLAGS="-MMD ${CXXFLAGS}"
15978 fi
15979 if test "$USE_WIN32" = 1 ; then
15980 # I'm not even really sure what this was ever added to solve,
15981 # but someone added it for mingw native builds, so I guess
15982 # they had a reason, right??
15983 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fno-pcc-struct-return"
15984 fi
15985 fi
15986
15987
15988 CXXFLAGS=`echo "${CXXFLAGS}" | sed "s/\-O.//g" `
15989 CFLAGS=`echo "${CFLAGS}" | sed "s/\-O.//g" `
15990 if test "$wxUSE_OPTIMISE" = "no" ; then
15991 OPTIMISE=
15992 else
15993 if test "$GCC" = yes ; then
15994 OPTIMISE="-O2"
15995 case "${host}" in
15996 i586-*-*|i686-*-* )
15997 OPTIMISE="${OPTIMISE} "
15998 ;;
15999 esac
16000 else
16001 OPTIMISE="-O"
16002 fi
16003 fi
16004
16005 if test "$WXWIN_COMPATIBILITY_2" = "yes"; then
16006 cat >> confdefs.h <<\EOF
16007 #define WXWIN_COMPATIBILITY_2 1
16008 EOF
16009
16010
16011 WXWIN_COMPATIBILITY_2_2="yes"
16012 fi
16013
16014 if test "$WXWIN_COMPATIBILITY_2_2" = "yes"; then
16015 cat >> confdefs.h <<\EOF
16016 #define WXWIN_COMPATIBILITY_2_2 1
16017 EOF
16018
16019 fi
16020
16021
16022 if test "$wxUSE_GUI" = "yes"; then
16023 cat >> confdefs.h <<\EOF
16024 #define wxUSE_GUI 1
16025 EOF
16026
16027
16028 else
16029 cat >> confdefs.h <<\EOF
16030 #define wxUSE_NOGUI 1
16031 EOF
16032
16033 fi
16034
16035
16036 if test "$wxUSE_UNIX" = "yes"; then
16037 cat >> confdefs.h <<\EOF
16038 #define wxUSE_UNIX 1
16039 EOF
16040
16041 fi
16042
16043
16044 if test "$wxUSE_APPLE_IEEE" = "yes"; then
16045 cat >> confdefs.h <<\EOF
16046 #define wxUSE_APPLE_IEEE 1
16047 EOF
16048
16049 fi
16050
16051 if test "$wxUSE_TIMER" = "yes"; then
16052 cat >> confdefs.h <<\EOF
16053 #define wxUSE_TIMER 1
16054 EOF
16055
16056 fi
16057
16058 if test "$wxUSE_WAVE" = "yes"; then
16059 cat >> confdefs.h <<\EOF
16060 #define wxUSE_WAVE 1
16061 EOF
16062
16063 fi
16064
16065 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
16066 cat >> confdefs.h <<\EOF
16067 #define wxUSE_CMDLINE_PARSER 1
16068 EOF
16069
16070 fi
16071
16072 if test "$wxUSE_STOPWATCH" = "yes"; then
16073 cat >> confdefs.h <<\EOF
16074 #define wxUSE_STOPWATCH 1
16075 EOF
16076
16077 fi
16078
16079 if test "$wxUSE_DATETIME" = "yes"; then
16080 cat >> confdefs.h <<\EOF
16081 #define wxUSE_DATETIME 1
16082 EOF
16083
16084 fi
16085
16086 if test "$wxUSE_TIMEDATE" = "yes"; then
16087 cat >> confdefs.h <<\EOF
16088 #define wxUSE_TIMEDATE 1
16089 EOF
16090
16091 fi
16092
16093 if test "$wxUSE_FILE" = "yes"; then
16094 cat >> confdefs.h <<\EOF
16095 #define wxUSE_FILE 1
16096 EOF
16097
16098 fi
16099
16100 if test "$wxUSE_FFILE" = "yes"; then
16101 cat >> confdefs.h <<\EOF
16102 #define wxUSE_FFILE 1
16103 EOF
16104
16105 fi
16106
16107 if test "$wxUSE_FILESYSTEM" = "yes"; then
16108 cat >> confdefs.h <<\EOF
16109 #define wxUSE_FILESYSTEM 1
16110 EOF
16111
16112 fi
16113
16114 if test "$wxUSE_FS_INET" = "yes"; then
16115 cat >> confdefs.h <<\EOF
16116 #define wxUSE_FS_INET 1
16117 EOF
16118
16119 fi
16120
16121 if test "$wxUSE_FS_ZIP" = "yes"; then
16122 cat >> confdefs.h <<\EOF
16123 #define wxUSE_FS_ZIP 1
16124 EOF
16125
16126 fi
16127
16128 if test "$wxUSE_ZIPSTREAM" = "yes"; then
16129 cat >> confdefs.h <<\EOF
16130 #define wxUSE_ZIPSTREAM 1
16131 EOF
16132
16133 fi
16134
16135 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
16136 cat >> confdefs.h <<\EOF
16137 #define wxUSE_ON_FATAL_EXCEPTION 1
16138 EOF
16139
16140 fi
16141
16142 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
16143 cat >> confdefs.h <<\EOF
16144 #define wxUSE_SNGLINST_CHECKER 1
16145 EOF
16146
16147 fi
16148
16149 if test "$wxUSE_BUSYINFO" = "yes"; then
16150 cat >> confdefs.h <<\EOF
16151 #define wxUSE_BUSYINFO 1
16152 EOF
16153
16154 fi
16155
16156 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
16157 cat >> confdefs.h <<\EOF
16158 #define wxUSE_STD_IOSTREAM 1
16159 EOF
16160
16161 fi
16162
16163 if test "$wxUSE_TEXTFILE" = "yes"; then
16164 if test "$wxUSE_FILE" != "yes"; then
16165 echo "configure: warning: wxTextFile requires wxFile and it won't be compiled without it" 1>&2
16166 else
16167 cat >> confdefs.h <<\EOF
16168 #define wxUSE_TEXTFILE 1
16169 EOF
16170
16171 fi
16172 fi
16173
16174 if test "$wxUSE_CONFIG" = "yes" ; then
16175 if test "$wxUSE_TEXTFILE" != "yes"; then
16176 echo "configure: warning: wxConfig requires wxTextFile and it won't be compiled without it" 1>&2
16177 else
16178 cat >> confdefs.h <<\EOF
16179 #define wxUSE_CONFIG 1
16180 EOF
16181
16182 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
16183 fi
16184 fi
16185
16186 if test "$wxUSE_INTL" = "yes" ; then
16187 if test "$wxUSE_FILE" != "yes"; then
16188 echo "configure: warning: I18n code requires wxFile and it won't be compiled without it" 1>&2
16189 else
16190 cat >> confdefs.h <<\EOF
16191 #define wxUSE_INTL 1
16192 EOF
16193
16194 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
16195 GUIDIST="$GUIDIST INTL_DIST"
16196 fi
16197 fi
16198
16199 if test "$wxUSE_LOG" = "yes"; then
16200 cat >> confdefs.h <<\EOF
16201 #define wxUSE_LOG 1
16202 EOF
16203
16204
16205 if test "$wxUSE_LOGGUI" = "yes"; then
16206 cat >> confdefs.h <<\EOF
16207 #define wxUSE_LOGGUI 1
16208 EOF
16209
16210 fi
16211
16212 if test "$wxUSE_LOGWINDOW" = "yes"; then
16213 cat >> confdefs.h <<\EOF
16214 #define wxUSE_LOGWINDOW 1
16215 EOF
16216
16217 fi
16218 fi
16219
16220 if test "$wxUSE_LONGLONG" = "yes"; then
16221 cat >> confdefs.h <<\EOF
16222 #define wxUSE_LONGLONG 1
16223 EOF
16224
16225 fi
16226
16227 if test "$wxUSE_GEOMETRY" = "yes"; then
16228 cat >> confdefs.h <<\EOF
16229 #define wxUSE_GEOMETRY 1
16230 EOF
16231
16232 fi
16233
16234 if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then
16235 cat >> confdefs.h <<\EOF
16236 #define wxUSE_DIALUP_MANAGER 1
16237 EOF
16238
16239 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
16240 fi
16241
16242 if test "$wxUSE_STREAMS" = "yes" ; then
16243 cat >> confdefs.h <<\EOF
16244 #define wxUSE_STREAMS 1
16245 EOF
16246
16247 fi
16248
16249
16250 if test "$wxUSE_DATETIME" = "yes"; then
16251 for ac_func in strptime
16252 do
16253 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16254 echo "configure:16255: checking for $ac_func" >&5
16255 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16256 echo $ac_n "(cached) $ac_c" 1>&6
16257 else
16258 cat > conftest.$ac_ext <<EOF
16259 #line 16260 "configure"
16260 #include "confdefs.h"
16261 /* System header to define __stub macros and hopefully few prototypes,
16262 which can conflict with char $ac_func(); below. */
16263 #include <assert.h>
16264 /* Override any gcc2 internal prototype to avoid an error. */
16265 /* We use char because int might match the return type of a gcc2
16266 builtin and then its argument prototype would still apply. */
16267 char $ac_func();
16268
16269 int main() {
16270
16271 /* The GNU C library defines this for functions which it implements
16272 to always fail with ENOSYS. Some functions are actually named
16273 something starting with __ and the normal name is an alias. */
16274 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16275 choke me
16276 #else
16277 $ac_func();
16278 #endif
16279
16280 ; return 0; }
16281 EOF
16282 if { (eval echo configure:16283: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16283 rm -rf conftest*
16284 eval "ac_cv_func_$ac_func=yes"
16285 else
16286 echo "configure: failed program was:" >&5
16287 cat conftest.$ac_ext >&5
16288 rm -rf conftest*
16289 eval "ac_cv_func_$ac_func=no"
16290 fi
16291 rm -f conftest*
16292 fi
16293
16294 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16295 echo "$ac_t""yes" 1>&6
16296 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16297 cat >> confdefs.h <<EOF
16298 #define $ac_tr_func 1
16299 EOF
16300
16301 else
16302 echo "$ac_t""no" 1>&6
16303 fi
16304 done
16305
16306
16307 echo $ac_n "checking for timezone variable in <time.h>""... $ac_c" 1>&6
16308 echo "configure:16309: checking for timezone variable in <time.h>" >&5
16309 if eval "test \"`echo '$''{'wx_cv_var_timezone'+set}'`\" = set"; then
16310 echo $ac_n "(cached) $ac_c" 1>&6
16311 else
16312
16313 cat > conftest.$ac_ext <<EOF
16314 #line 16315 "configure"
16315 #include "confdefs.h"
16316
16317 #include <time.h>
16318
16319 int main() {
16320
16321 int tz;
16322 tz = timezone;
16323
16324 ; return 0; }
16325 EOF
16326 if { (eval echo configure:16327: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16327 rm -rf conftest*
16328
16329 wx_cv_var_timezone=timezone
16330
16331 else
16332 echo "configure: failed program was:" >&5
16333 cat conftest.$ac_ext >&5
16334 rm -rf conftest*
16335
16336 cat > conftest.$ac_ext <<EOF
16337 #line 16338 "configure"
16338 #include "confdefs.h"
16339
16340 #include <time.h>
16341
16342 int main() {
16343
16344 int tz;
16345 tz = _timezone;
16346
16347 ; return 0; }
16348 EOF
16349 if { (eval echo configure:16350: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16350 rm -rf conftest*
16351
16352 wx_cv_var_timezone=_timezone
16353
16354 else
16355 echo "configure: failed program was:" >&5
16356 cat conftest.$ac_ext >&5
16357 rm -rf conftest*
16358
16359 cat > conftest.$ac_ext <<EOF
16360 #line 16361 "configure"
16361 #include "confdefs.h"
16362
16363 #include <time.h>
16364
16365 int main() {
16366
16367 int tz;
16368 tz = __timezone;
16369
16370 ; return 0; }
16371 EOF
16372 if { (eval echo configure:16373: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16373 rm -rf conftest*
16374
16375 wx_cv_var_timezone=__timezone
16376
16377 else
16378 echo "configure: failed program was:" >&5
16379 cat conftest.$ac_ext >&5
16380 rm -rf conftest*
16381 { echo "configure: error: no timezone variable" 1>&2; exit 1; }
16382
16383 fi
16384 rm -f conftest*
16385
16386
16387 fi
16388 rm -f conftest*
16389
16390
16391 fi
16392 rm -f conftest*
16393
16394
16395 fi
16396
16397 echo "$ac_t""$wx_cv_var_timezone" 1>&6
16398
16399 cat >> confdefs.h <<EOF
16400 #define WX_TIMEZONE $wx_cv_var_timezone
16401 EOF
16402
16403
16404 for ac_func in localtime
16405 do
16406 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16407 echo "configure:16408: checking for $ac_func" >&5
16408 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16409 echo $ac_n "(cached) $ac_c" 1>&6
16410 else
16411 cat > conftest.$ac_ext <<EOF
16412 #line 16413 "configure"
16413 #include "confdefs.h"
16414 /* System header to define __stub macros and hopefully few prototypes,
16415 which can conflict with char $ac_func(); below. */
16416 #include <assert.h>
16417 /* Override any gcc2 internal prototype to avoid an error. */
16418 /* We use char because int might match the return type of a gcc2
16419 builtin and then its argument prototype would still apply. */
16420 char $ac_func();
16421
16422 int main() {
16423
16424 /* The GNU C library defines this for functions which it implements
16425 to always fail with ENOSYS. Some functions are actually named
16426 something starting with __ and the normal name is an alias. */
16427 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16428 choke me
16429 #else
16430 $ac_func();
16431 #endif
16432
16433 ; return 0; }
16434 EOF
16435 if { (eval echo configure:16436: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16436 rm -rf conftest*
16437 eval "ac_cv_func_$ac_func=yes"
16438 else
16439 echo "configure: failed program was:" >&5
16440 cat conftest.$ac_ext >&5
16441 rm -rf conftest*
16442 eval "ac_cv_func_$ac_func=no"
16443 fi
16444 rm -f conftest*
16445 fi
16446
16447 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16448 echo "$ac_t""yes" 1>&6
16449 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16450 cat >> confdefs.h <<EOF
16451 #define $ac_tr_func 1
16452 EOF
16453
16454 else
16455 echo "$ac_t""no" 1>&6
16456 fi
16457 done
16458
16459
16460 if test "$ac_cv_func_localtime" = "yes"; then
16461 echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6
16462 echo "configure:16463: checking for tm_gmtoff in struct tm" >&5
16463 if eval "test \"`echo '$''{'wx_cv_struct_tm_has_gmtoff'+set}'`\" = set"; then
16464 echo $ac_n "(cached) $ac_c" 1>&6
16465 else
16466
16467 cat > conftest.$ac_ext <<EOF
16468 #line 16469 "configure"
16469 #include "confdefs.h"
16470
16471 #include <time.h>
16472
16473 int main() {
16474
16475 struct tm tm;
16476 tm.tm_gmtoff++;
16477
16478 ; return 0; }
16479 EOF
16480 if { (eval echo configure:16481: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16481 rm -rf conftest*
16482
16483 wx_cv_struct_tm_has_gmtoff=yes
16484
16485 else
16486 echo "configure: failed program was:" >&5
16487 cat conftest.$ac_ext >&5
16488 rm -rf conftest*
16489 wx_cv_struct_tm_has_gmtoff=no
16490
16491 fi
16492 rm -f conftest*
16493
16494 fi
16495
16496 echo "$ac_t""$wx_cv_struct_tm_has_gmtoff" 1>&6
16497 fi
16498
16499 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
16500 cat >> confdefs.h <<\EOF
16501 #define WX_GMTOFF_IN_TM 1
16502 EOF
16503
16504 fi
16505
16506 for ac_func in gettimeofday ftime
16507 do
16508 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16509 echo "configure:16510: checking for $ac_func" >&5
16510 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16511 echo $ac_n "(cached) $ac_c" 1>&6
16512 else
16513 cat > conftest.$ac_ext <<EOF
16514 #line 16515 "configure"
16515 #include "confdefs.h"
16516 /* System header to define __stub macros and hopefully few prototypes,
16517 which can conflict with char $ac_func(); below. */
16518 #include <assert.h>
16519 /* Override any gcc2 internal prototype to avoid an error. */
16520 /* We use char because int might match the return type of a gcc2
16521 builtin and then its argument prototype would still apply. */
16522 char $ac_func();
16523
16524 int main() {
16525
16526 /* The GNU C library defines this for functions which it implements
16527 to always fail with ENOSYS. Some functions are actually named
16528 something starting with __ and the normal name is an alias. */
16529 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16530 choke me
16531 #else
16532 $ac_func();
16533 #endif
16534
16535 ; return 0; }
16536 EOF
16537 if { (eval echo configure:16538: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16538 rm -rf conftest*
16539 eval "ac_cv_func_$ac_func=yes"
16540 else
16541 echo "configure: failed program was:" >&5
16542 cat conftest.$ac_ext >&5
16543 rm -rf conftest*
16544 eval "ac_cv_func_$ac_func=no"
16545 fi
16546 rm -f conftest*
16547 fi
16548
16549 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16550 echo "$ac_t""yes" 1>&6
16551 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16552 cat >> confdefs.h <<EOF
16553 #define $ac_tr_func 1
16554 EOF
16555 break
16556 else
16557 echo "$ac_t""no" 1>&6
16558 fi
16559 done
16560
16561
16562 if test "$ac_cv_func_gettimeofday" = "yes"; then
16563 echo $ac_n "checking whether gettimeofday takes two arguments""... $ac_c" 1>&6
16564 echo "configure:16565: checking whether gettimeofday takes two arguments" >&5
16565 if eval "test \"`echo '$''{'wx_cv_func_gettimeofday_has_2_args'+set}'`\" = set"; then
16566 echo $ac_n "(cached) $ac_c" 1>&6
16567 else
16568
16569
16570 ac_ext=C
16571 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16572 ac_cpp='$CXXCPP $CPPFLAGS'
16573 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16574 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16575 cross_compiling=$ac_cv_prog_cxx_cross
16576
16577
16578 cat > conftest.$ac_ext <<EOF
16579 #line 16580 "configure"
16580 #include "confdefs.h"
16581
16582 #include <sys/time.h>
16583 #include <unistd.h>
16584
16585 int main() {
16586
16587 struct timeval tv;
16588 gettimeofday(&tv, NULL);
16589
16590 ; return 0; }
16591 EOF
16592 if { (eval echo configure:16593: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16593 rm -rf conftest*
16594 wx_cv_func_gettimeofday_has_2_args=yes
16595 else
16596 echo "configure: failed program was:" >&5
16597 cat conftest.$ac_ext >&5
16598 rm -rf conftest*
16599 cat > conftest.$ac_ext <<EOF
16600 #line 16601 "configure"
16601 #include "confdefs.h"
16602
16603 #include <sys/time.h>
16604 #include <unistd.h>
16605
16606 int main() {
16607
16608 struct timeval tv;
16609 gettimeofday(&tv);
16610
16611 ; return 0; }
16612 EOF
16613 if { (eval echo configure:16614: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16614 rm -rf conftest*
16615 wx_cv_func_gettimeofday_has_2_args=no
16616 else
16617 echo "configure: failed program was:" >&5
16618 cat conftest.$ac_ext >&5
16619 rm -rf conftest*
16620
16621 echo "configure: warning: failed to determine number of gettimeofday() arguments" 1>&2
16622 wx_cv_func_gettimeofday_has_2_args=unknown
16623
16624
16625 fi
16626 rm -f conftest*
16627
16628 fi
16629 rm -f conftest*
16630 ac_ext=c
16631 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16632 ac_cpp='$CPP $CPPFLAGS'
16633 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16634 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16635 cross_compiling=$ac_cv_prog_cc_cross
16636
16637
16638 fi
16639
16640 echo "$ac_t""$wx_cv_func_gettimeofday_has_2_args" 1>&6
16641
16642 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
16643 cat >> confdefs.h <<\EOF
16644 #define WX_GETTIMEOFDAY_NO_TZ 1
16645 EOF
16646
16647 fi
16648 fi
16649
16650 cat >> confdefs.h <<\EOF
16651 #define wxUSE_TIMEDATE 1
16652 EOF
16653
16654 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
16655 fi
16656
16657
16658 if test "$TOOLKIT" != "MSW"; then
16659
16660 if test "$wxUSE_SOCKETS" = "yes"; then
16661 echo $ac_n "checking for socket""... $ac_c" 1>&6
16662 echo "configure:16663: checking for socket" >&5
16663 if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
16664 echo $ac_n "(cached) $ac_c" 1>&6
16665 else
16666 cat > conftest.$ac_ext <<EOF
16667 #line 16668 "configure"
16668 #include "confdefs.h"
16669 /* System header to define __stub macros and hopefully few prototypes,
16670 which can conflict with char socket(); below. */
16671 #include <assert.h>
16672 /* Override any gcc2 internal prototype to avoid an error. */
16673 /* We use char because int might match the return type of a gcc2
16674 builtin and then its argument prototype would still apply. */
16675 char socket();
16676
16677 int main() {
16678
16679 /* The GNU C library defines this for functions which it implements
16680 to always fail with ENOSYS. Some functions are actually named
16681 something starting with __ and the normal name is an alias. */
16682 #if defined (__stub_socket) || defined (__stub___socket)
16683 choke me
16684 #else
16685 socket();
16686 #endif
16687
16688 ; return 0; }
16689 EOF
16690 if { (eval echo configure:16691: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16691 rm -rf conftest*
16692 eval "ac_cv_func_socket=yes"
16693 else
16694 echo "configure: failed program was:" >&5
16695 cat conftest.$ac_ext >&5
16696 rm -rf conftest*
16697 eval "ac_cv_func_socket=no"
16698 fi
16699 rm -f conftest*
16700 fi
16701
16702 if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then
16703 echo "$ac_t""yes" 1>&6
16704 :
16705 else
16706 echo "$ac_t""no" 1>&6
16707 echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
16708 echo "configure:16709: checking for socket in -lsocket" >&5
16709 ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
16710 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16711 echo $ac_n "(cached) $ac_c" 1>&6
16712 else
16713 ac_save_LIBS="$LIBS"
16714 LIBS="-lsocket $LIBS"
16715 cat > conftest.$ac_ext <<EOF
16716 #line 16717 "configure"
16717 #include "confdefs.h"
16718 /* Override any gcc2 internal prototype to avoid an error. */
16719 /* We use char because int might match the return type of a gcc2
16720 builtin and then its argument prototype would still apply. */
16721 char socket();
16722
16723 int main() {
16724 socket()
16725 ; return 0; }
16726 EOF
16727 if { (eval echo configure:16728: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16728 rm -rf conftest*
16729 eval "ac_cv_lib_$ac_lib_var=yes"
16730 else
16731 echo "configure: failed program was:" >&5
16732 cat conftest.$ac_ext >&5
16733 rm -rf conftest*
16734 eval "ac_cv_lib_$ac_lib_var=no"
16735 fi
16736 rm -f conftest*
16737 LIBS="$ac_save_LIBS"
16738
16739 fi
16740 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
16741 echo "$ac_t""yes" 1>&6
16742 INET_LINK="$INET_LINK -lsocket"
16743 else
16744 echo "$ac_t""no" 1>&6
16745
16746 echo "configure: warning: socket library not found - sockets will be disabled" 1>&2
16747 wxUSE_SOCKETS=no
16748
16749
16750 fi
16751
16752
16753 fi
16754
16755 fi
16756
16757
16758 if test "$wxUSE_SOCKETS" = "yes" ; then
16759 echo $ac_n "checking what is the type of the third argument of getsockname""... $ac_c" 1>&6
16760 echo "configure:16761: checking what is the type of the third argument of getsockname" >&5
16761 if eval "test \"`echo '$''{'wx_cv_type_getsockname3'+set}'`\" = set"; then
16762 echo $ac_n "(cached) $ac_c" 1>&6
16763 else
16764
16765
16766 ac_ext=C
16767 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16768 ac_cpp='$CXXCPP $CPPFLAGS'
16769 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16770 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16771 cross_compiling=$ac_cv_prog_cxx_cross
16772
16773
16774 cat > conftest.$ac_ext <<EOF
16775 #line 16776 "configure"
16776 #include "confdefs.h"
16777
16778 #include <sys/types.h>
16779 #include <sys/socket.h>
16780
16781 int main() {
16782
16783 socklen_t len;
16784 getsockname(0, 0, &len);
16785
16786 ; return 0; }
16787 EOF
16788 if { (eval echo configure:16789: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16789 rm -rf conftest*
16790 wx_cv_type_getsockname3=socklen_t
16791 else
16792 echo "configure: failed program was:" >&5
16793 cat conftest.$ac_ext >&5
16794 rm -rf conftest*
16795 cat > conftest.$ac_ext <<EOF
16796 #line 16797 "configure"
16797 #include "confdefs.h"
16798
16799 #include <sys/types.h>
16800 #include <sys/socket.h>
16801
16802 int main() {
16803
16804 size_t len;
16805 getsockname(0, 0, &len);
16806
16807 ; return 0; }
16808 EOF
16809 if { (eval echo configure:16810: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16810 rm -rf conftest*
16811 wx_cv_type_getsockname3=size_t
16812 else
16813 echo "configure: failed program was:" >&5
16814 cat conftest.$ac_ext >&5
16815 rm -rf conftest*
16816 cat > conftest.$ac_ext <<EOF
16817 #line 16818 "configure"
16818 #include "confdefs.h"
16819
16820 #include <sys/types.h>
16821 #include <sys/socket.h>
16822
16823 int main() {
16824
16825 int len;
16826 getsockname(0, 0, &len);
16827
16828 ; return 0; }
16829 EOF
16830 if { (eval echo configure:16831: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16831 rm -rf conftest*
16832 wx_cv_type_getsockname3=int
16833 else
16834 echo "configure: failed program was:" >&5
16835 cat conftest.$ac_ext >&5
16836 rm -rf conftest*
16837 wx_cv_type_getsockname3=unknown
16838
16839 fi
16840 rm -f conftest*
16841
16842 fi
16843 rm -f conftest*
16844
16845 fi
16846 rm -f conftest*
16847
16848 ac_ext=c
16849 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16850 ac_cpp='$CPP $CPPFLAGS'
16851 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16852 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16853 cross_compiling=$ac_cv_prog_cc_cross
16854
16855
16856 fi
16857
16858 echo "$ac_t""$wx_cv_type_getsockname3" 1>&6
16859
16860 if test "$wx_cv_type_getsockname3" = "unknown"; then
16861 wxUSE_SOCKETS=no
16862 echo "configure: warning: Couldn't find socklen_t synonym for this system" 1>&2
16863 else
16864 cat >> confdefs.h <<EOF
16865 #define SOCKLEN_T $wx_cv_type_getsockname3
16866 EOF
16867
16868 fi
16869 fi
16870 fi
16871
16872 if test "$wxUSE_SOCKETS" = "yes" ; then
16873 cat >> confdefs.h <<\EOF
16874 #define wxUSE_SOCKETS 1
16875 EOF
16876
16877 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
16878 fi
16879
16880
16881 if test "$wxUSE_GUI" = "yes"; then
16882
16883 if test "$TOOLKIT" != "MSW"; then
16884 if test "$wxUSE_JOYSTICK" = "yes"; then
16885 for ac_hdr in linux/joystick.h
16886 do
16887 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
16888 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
16889 echo "configure:16890: checking for $ac_hdr" >&5
16890 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
16891 echo $ac_n "(cached) $ac_c" 1>&6
16892 else
16893 cat > conftest.$ac_ext <<EOF
16894 #line 16895 "configure"
16895 #include "confdefs.h"
16896 #include <$ac_hdr>
16897 EOF
16898 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
16899 { (eval echo configure:16900: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
16900 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
16901 if test -z "$ac_err"; then
16902 rm -rf conftest*
16903 eval "ac_cv_header_$ac_safe=yes"
16904 else
16905 echo "$ac_err" >&5
16906 echo "configure: failed program was:" >&5
16907 cat conftest.$ac_ext >&5
16908 rm -rf conftest*
16909 eval "ac_cv_header_$ac_safe=no"
16910 fi
16911 rm -f conftest*
16912 fi
16913 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
16914 echo "$ac_t""yes" 1>&6
16915 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
16916 cat >> confdefs.h <<EOF
16917 #define $ac_tr_hdr 1
16918 EOF
16919
16920 else
16921 echo "$ac_t""no" 1>&6
16922 fi
16923 done
16924
16925 if test "$ac_cv_header_linux_joystick_h" != "yes"; then
16926 wxUSE_JOYSTICK=no
16927 echo "configure: warning: Joystick not supported by this system" 1>&2
16928 fi
16929 fi
16930 fi
16931
16932 if test "$wxUSE_JOYSTICK" = "yes"; then
16933 cat >> confdefs.h <<\EOF
16934 #define wxUSE_JOYSTICK 1
16935 EOF
16936
16937 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
16938 fi
16939 fi
16940
16941
16942 if test "$TOOLKIT" != "MSW"; then
16943
16944 HAVE_DL_FUNCS=0
16945 HAVE_SHL_FUNCS=0
16946 if test "$wxUSE_DYNLIB_CLASS" = "yes"; then
16947 if test "$USE_DARWIN" = 1; then
16948 HAVE_DL_FUNCS=1
16949 else
16950 for ac_func in dlopen
16951 do
16952 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16953 echo "configure:16954: checking for $ac_func" >&5
16954 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16955 echo $ac_n "(cached) $ac_c" 1>&6
16956 else
16957 cat > conftest.$ac_ext <<EOF
16958 #line 16959 "configure"
16959 #include "confdefs.h"
16960 /* System header to define __stub macros and hopefully few prototypes,
16961 which can conflict with char $ac_func(); below. */
16962 #include <assert.h>
16963 /* Override any gcc2 internal prototype to avoid an error. */
16964 /* We use char because int might match the return type of a gcc2
16965 builtin and then its argument prototype would still apply. */
16966 char $ac_func();
16967
16968 int main() {
16969
16970 /* The GNU C library defines this for functions which it implements
16971 to always fail with ENOSYS. Some functions are actually named
16972 something starting with __ and the normal name is an alias. */
16973 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16974 choke me
16975 #else
16976 $ac_func();
16977 #endif
16978
16979 ; return 0; }
16980 EOF
16981 if { (eval echo configure:16982: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16982 rm -rf conftest*
16983 eval "ac_cv_func_$ac_func=yes"
16984 else
16985 echo "configure: failed program was:" >&5
16986 cat conftest.$ac_ext >&5
16987 rm -rf conftest*
16988 eval "ac_cv_func_$ac_func=no"
16989 fi
16990 rm -f conftest*
16991 fi
16992
16993 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16994 echo "$ac_t""yes" 1>&6
16995 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16996 cat >> confdefs.h <<EOF
16997 #define $ac_tr_func 1
16998 EOF
16999
17000 cat >> confdefs.h <<\EOF
17001 #define HAVE_DLOPEN 1
17002 EOF
17003
17004 HAVE_DL_FUNCS=1
17005
17006 else
17007 echo "$ac_t""no" 1>&6
17008 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
17009 echo "configure:17010: checking for dlopen in -ldl" >&5
17010 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
17011 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17012 echo $ac_n "(cached) $ac_c" 1>&6
17013 else
17014 ac_save_LIBS="$LIBS"
17015 LIBS="-ldl $LIBS"
17016 cat > conftest.$ac_ext <<EOF
17017 #line 17018 "configure"
17018 #include "confdefs.h"
17019 /* Override any gcc2 internal prototype to avoid an error. */
17020 /* We use char because int might match the return type of a gcc2
17021 builtin and then its argument prototype would still apply. */
17022 char dlopen();
17023
17024 int main() {
17025 dlopen()
17026 ; return 0; }
17027 EOF
17028 if { (eval echo configure:17029: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17029 rm -rf conftest*
17030 eval "ac_cv_lib_$ac_lib_var=yes"
17031 else
17032 echo "configure: failed program was:" >&5
17033 cat conftest.$ac_ext >&5
17034 rm -rf conftest*
17035 eval "ac_cv_lib_$ac_lib_var=no"
17036 fi
17037 rm -f conftest*
17038 LIBS="$ac_save_LIBS"
17039
17040 fi
17041 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17042 echo "$ac_t""yes" 1>&6
17043
17044 cat >> confdefs.h <<\EOF
17045 #define HAVE_DLOPEN 1
17046 EOF
17047
17048 HAVE_DL_FUNCS=1
17049 LIBS="$LIBS -ldl"
17050
17051 else
17052 echo "$ac_t""no" 1>&6
17053
17054 for ac_func in shl_load
17055 do
17056 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17057 echo "configure:17058: checking for $ac_func" >&5
17058 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17059 echo $ac_n "(cached) $ac_c" 1>&6
17060 else
17061 cat > conftest.$ac_ext <<EOF
17062 #line 17063 "configure"
17063 #include "confdefs.h"
17064 /* System header to define __stub macros and hopefully few prototypes,
17065 which can conflict with char $ac_func(); below. */
17066 #include <assert.h>
17067 /* Override any gcc2 internal prototype to avoid an error. */
17068 /* We use char because int might match the return type of a gcc2
17069 builtin and then its argument prototype would still apply. */
17070 char $ac_func();
17071
17072 int main() {
17073
17074 /* The GNU C library defines this for functions which it implements
17075 to always fail with ENOSYS. Some functions are actually named
17076 something starting with __ and the normal name is an alias. */
17077 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17078 choke me
17079 #else
17080 $ac_func();
17081 #endif
17082
17083 ; return 0; }
17084 EOF
17085 if { (eval echo configure:17086: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17086 rm -rf conftest*
17087 eval "ac_cv_func_$ac_func=yes"
17088 else
17089 echo "configure: failed program was:" >&5
17090 cat conftest.$ac_ext >&5
17091 rm -rf conftest*
17092 eval "ac_cv_func_$ac_func=no"
17093 fi
17094 rm -f conftest*
17095 fi
17096
17097 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17098 echo "$ac_t""yes" 1>&6
17099 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17100 cat >> confdefs.h <<EOF
17101 #define $ac_tr_func 1
17102 EOF
17103
17104 cat >> confdefs.h <<\EOF
17105 #define HAVE_SHL_LOAD 1
17106 EOF
17107
17108 HAVE_SHL_FUNCS=1
17109
17110 else
17111 echo "$ac_t""no" 1>&6
17112 echo $ac_n "checking for dld in -lshl_load""... $ac_c" 1>&6
17113 echo "configure:17114: checking for dld in -lshl_load" >&5
17114 ac_lib_var=`echo shl_load'_'dld | sed 'y%./+-%__p_%'`
17115 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17116 echo $ac_n "(cached) $ac_c" 1>&6
17117 else
17118 ac_save_LIBS="$LIBS"
17119 LIBS="-lshl_load $LIBS"
17120 cat > conftest.$ac_ext <<EOF
17121 #line 17122 "configure"
17122 #include "confdefs.h"
17123 /* Override any gcc2 internal prototype to avoid an error. */
17124 /* We use char because int might match the return type of a gcc2
17125 builtin and then its argument prototype would still apply. */
17126 char dld();
17127
17128 int main() {
17129 dld()
17130 ; return 0; }
17131 EOF
17132 if { (eval echo configure:17133: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17133 rm -rf conftest*
17134 eval "ac_cv_lib_$ac_lib_var=yes"
17135 else
17136 echo "configure: failed program was:" >&5
17137 cat conftest.$ac_ext >&5
17138 rm -rf conftest*
17139 eval "ac_cv_lib_$ac_lib_var=no"
17140 fi
17141 rm -f conftest*
17142 LIBS="$ac_save_LIBS"
17143
17144 fi
17145 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17146 echo "$ac_t""yes" 1>&6
17147
17148 HAVE_SHL_FUNCS=1
17149 LIBS="$LIBS -ldld"
17150
17151 else
17152 echo "$ac_t""no" 1>&6
17153 fi
17154
17155
17156 fi
17157 done
17158
17159
17160 fi
17161
17162
17163 fi
17164 done
17165
17166
17167 if test "$HAVE_DL_FUNCS" = 1; then
17168 for ac_func in dlerror
17169 do
17170 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17171 echo "configure:17172: checking for $ac_func" >&5
17172 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17173 echo $ac_n "(cached) $ac_c" 1>&6
17174 else
17175 cat > conftest.$ac_ext <<EOF
17176 #line 17177 "configure"
17177 #include "confdefs.h"
17178 /* System header to define __stub macros and hopefully few prototypes,
17179 which can conflict with char $ac_func(); below. */
17180 #include <assert.h>
17181 /* Override any gcc2 internal prototype to avoid an error. */
17182 /* We use char because int might match the return type of a gcc2
17183 builtin and then its argument prototype would still apply. */
17184 char $ac_func();
17185
17186 int main() {
17187
17188 /* The GNU C library defines this for functions which it implements
17189 to always fail with ENOSYS. Some functions are actually named
17190 something starting with __ and the normal name is an alias. */
17191 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17192 choke me
17193 #else
17194 $ac_func();
17195 #endif
17196
17197 ; return 0; }
17198 EOF
17199 if { (eval echo configure:17200: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17200 rm -rf conftest*
17201 eval "ac_cv_func_$ac_func=yes"
17202 else
17203 echo "configure: failed program was:" >&5
17204 cat conftest.$ac_ext >&5
17205 rm -rf conftest*
17206 eval "ac_cv_func_$ac_func=no"
17207 fi
17208 rm -f conftest*
17209 fi
17210
17211 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17212 echo "$ac_t""yes" 1>&6
17213 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17214 cat >> confdefs.h <<EOF
17215 #define $ac_tr_func 1
17216 EOF
17217 cat >> confdefs.h <<\EOF
17218 #define HAVE_DLERROR 1
17219 EOF
17220
17221 else
17222 echo "$ac_t""no" 1>&6
17223 echo $ac_n "checking for dlerror in -ldl""... $ac_c" 1>&6
17224 echo "configure:17225: checking for dlerror in -ldl" >&5
17225 ac_lib_var=`echo dl'_'dlerror | sed 'y%./+-%__p_%'`
17226 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17227 echo $ac_n "(cached) $ac_c" 1>&6
17228 else
17229 ac_save_LIBS="$LIBS"
17230 LIBS="-ldl $LIBS"
17231 cat > conftest.$ac_ext <<EOF
17232 #line 17233 "configure"
17233 #include "confdefs.h"
17234 /* Override any gcc2 internal prototype to avoid an error. */
17235 /* We use char because int might match the return type of a gcc2
17236 builtin and then its argument prototype would still apply. */
17237 char dlerror();
17238
17239 int main() {
17240 dlerror()
17241 ; return 0; }
17242 EOF
17243 if { (eval echo configure:17244: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17244 rm -rf conftest*
17245 eval "ac_cv_lib_$ac_lib_var=yes"
17246 else
17247 echo "configure: failed program was:" >&5
17248 cat conftest.$ac_ext >&5
17249 rm -rf conftest*
17250 eval "ac_cv_lib_$ac_lib_var=no"
17251 fi
17252 rm -f conftest*
17253 LIBS="$ac_save_LIBS"
17254
17255 fi
17256 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17257 echo "$ac_t""yes" 1>&6
17258 cat >> confdefs.h <<\EOF
17259 #define HAVE_DLERROR 1
17260 EOF
17261
17262 else
17263 echo "$ac_t""no" 1>&6
17264 fi
17265
17266 fi
17267 done
17268
17269 fi
17270 fi
17271
17272 if test "$HAVE_DL_FUNCS" = 0; then
17273 if test "$HAVE_SHL_FUNCS" = 0; then
17274 if test "$USE_UNIX" = 1; then
17275 echo "configure: warning: Missing dynamic loading support, several features will be disabled" 1>&2
17276 wxUSE_DYNLIB_CLASS=no
17277 else
17278 echo "configure: warning: Assuming wxLibrary class works on this platform" 1>&2
17279 fi
17280 fi
17281 fi
17282 fi
17283 fi
17284
17285 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
17286 cat >> confdefs.h <<\EOF
17287 #define wxUSE_DYNLIB_CLASS 1
17288 EOF
17289
17290 else
17291 wxUSE_ODBC=no
17292 wxUSE_SERIAL=no
17293 fi
17294
17295
17296 if test "$wxUSE_FONTMAP" = "yes" ; then
17297 cat >> confdefs.h <<\EOF
17298 #define wxUSE_FONTMAP 1
17299 EOF
17300
17301 fi
17302
17303 if test "$wxUSE_UNICODE" = "yes" ; then
17304 cat >> confdefs.h <<\EOF
17305 #define wxUSE_UNICODE 1
17306 EOF
17307
17308 fi
17309
17310 if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
17311 cat >> confdefs.h <<\EOF
17312 #define wxUSE_EXPERIMENTAL_PRINTF 1
17313 EOF
17314
17315 fi
17316
17317
17318 if test "$wxUSE_SERIAL" = "yes" ; then
17319 cat >> confdefs.h <<\EOF
17320 #define wxUSE_SERIAL 1
17321 EOF
17322
17323 fi
17324
17325
17326 IODBC_C_SRC=""
17327 if test "$wxUSE_ODBC" = "yes" ; then
17328 cat >> confdefs.h <<\EOF
17329 #define wxUSE_ODBC 1
17330 EOF
17331
17332 WXODBCFLAG="-D_IODBC_"
17333 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db"
17334 fi
17335
17336
17337 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
17338 cat >> confdefs.h <<\EOF
17339 #define wxUSE_POSTSCRIPT 1
17340 EOF
17341
17342 fi
17343
17344 cat >> confdefs.h <<\EOF
17345 #define wxUSE_AFM_FOR_POSTSCRIPT 1
17346 EOF
17347
17348
17349 cat >> confdefs.h <<\EOF
17350 #define wxUSE_NORMALIZED_PS_FONTS 1
17351 EOF
17352
17353
17354
17355 if test "$wxUSE_CONSTRAINTS" = "yes"; then
17356 cat >> confdefs.h <<\EOF
17357 #define wxUSE_CONSTRAINTS 1
17358 EOF
17359
17360 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
17361 fi
17362
17363 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
17364 if test "$wxUSE_UNIVERSAL" = "yes"; then
17365 echo "configure: warning: MDI is not supported for wxUNIVERSAL yet... disabled" 1>&2
17366 wxUSE_MDI_ARCHITECTURE=no
17367 fi
17368
17369 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
17370 cat >> confdefs.h <<\EOF
17371 #define wxUSE_MDI_ARCHITECTURE 1
17372 EOF
17373
17374 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
17375 fi
17376 fi
17377
17378 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
17379 cat >> confdefs.h <<\EOF
17380 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
17381 EOF
17382
17383 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
17384 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
17385 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi"
17386 fi
17387 fi
17388
17389 if test "$wxUSE_HELP" = "yes"; then
17390 cat >> confdefs.h <<\EOF
17391 #define wxUSE_HELP 1
17392 EOF
17393
17394 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
17395
17396 if test "$wxUSE_MSW" = 1; then
17397 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
17398 ac_safe=`echo "htmlhelp.h" | sed 'y%./+-%__p_%'`
17399 echo $ac_n "checking for htmlhelp.h""... $ac_c" 1>&6
17400 echo "configure:17401: checking for htmlhelp.h" >&5
17401 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
17402 echo $ac_n "(cached) $ac_c" 1>&6
17403 else
17404 cat > conftest.$ac_ext <<EOF
17405 #line 17406 "configure"
17406 #include "confdefs.h"
17407 #include <htmlhelp.h>
17408 EOF
17409 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
17410 { (eval echo configure:17411: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
17411 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
17412 if test -z "$ac_err"; then
17413 rm -rf conftest*
17414 eval "ac_cv_header_$ac_safe=yes"
17415 else
17416 echo "$ac_err" >&5
17417 echo "configure: failed program was:" >&5
17418 cat conftest.$ac_ext >&5
17419 rm -rf conftest*
17420 eval "ac_cv_header_$ac_safe=no"
17421 fi
17422 rm -f conftest*
17423 fi
17424 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
17425 echo "$ac_t""yes" 1>&6
17426
17427 cat >> confdefs.h <<\EOF
17428 #define wxUSE_MS_HTML_HELP 1
17429 EOF
17430
17431
17432 else
17433 echo "$ac_t""no" 1>&6
17434
17435 echo "configure: warning: MS HTML Help cannot be used without htmlhelp.h... disabled" 1>&2
17436 wxUSE_MS_HTML_HELP=no
17437
17438 fi
17439
17440 fi
17441 fi
17442
17443 if test "$wxUSE_WXHTML_HELP" = "yes"; then
17444 if test "$wxUSE_HTML" = "yes"; then
17445 cat >> confdefs.h <<\EOF
17446 #define wxUSE_WXHTML_HELP 1
17447 EOF
17448
17449 else
17450 echo "configure: warning: Cannot use wxHTML-based help without wxHTML so it won't be compiled" 1>&2
17451 wxUSE_WXHTML_HELP=no
17452 fi
17453 fi
17454 fi
17455
17456 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
17457 if test "$wxUSE_CONSTRAINTS" != "yes"; then
17458 echo "configure: warning: Printing support cannot be used without constraints so it won't be compiled without it" 1>&2
17459 else
17460 cat >> confdefs.h <<\EOF
17461 #define wxUSE_PRINTING_ARCHITECTURE 1
17462 EOF
17463
17464 fi
17465 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
17466 fi
17467
17468 if test "$wxUSE_PROLOGIO" = "yes" ; then
17469 cat >> confdefs.h <<\EOF
17470 #define wxUSE_PROLOGIO 1
17471 EOF
17472
17473 fi
17474
17475 if test "$wxUSE_RESOURCES" = "yes" ; then
17476 cat >> confdefs.h <<\EOF
17477 #define wxUSE_RESOURCES 1
17478 EOF
17479
17480 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS resource"
17481 fi
17482
17483 if test "$wxUSE_X_RESOURCES" = "yes"; then
17484 cat >> confdefs.h <<\EOF
17485 #define wxUSE_X_RESOURCES 1
17486 EOF
17487
17488 fi
17489
17490
17491 if test "$wxUSE_MSW" = 1 -a \( "$wxUSE_DATAOBJ" = "yes" \
17492 -o "$wxUSE_CLIPBOARD" = "yes" \
17493 -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then
17494 for ac_hdr in ole2.h
17495 do
17496 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
17497 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
17498 echo "configure:17499: checking for $ac_hdr" >&5
17499 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
17500 echo $ac_n "(cached) $ac_c" 1>&6
17501 else
17502 cat > conftest.$ac_ext <<EOF
17503 #line 17504 "configure"
17504 #include "confdefs.h"
17505 #include <$ac_hdr>
17506 EOF
17507 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
17508 { (eval echo configure:17509: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
17509 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
17510 if test -z "$ac_err"; then
17511 rm -rf conftest*
17512 eval "ac_cv_header_$ac_safe=yes"
17513 else
17514 echo "$ac_err" >&5
17515 echo "configure: failed program was:" >&5
17516 cat conftest.$ac_ext >&5
17517 rm -rf conftest*
17518 eval "ac_cv_header_$ac_safe=no"
17519 fi
17520 rm -f conftest*
17521 fi
17522 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
17523 echo "$ac_t""yes" 1>&6
17524 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
17525 cat >> confdefs.h <<EOF
17526 #define $ac_tr_hdr 1
17527 EOF
17528
17529 else
17530 echo "$ac_t""no" 1>&6
17531 fi
17532 done
17533
17534
17535 if test "$ac_cv_header_ole2_h" = "yes" ; then
17536 if test "$GCC" = yes ; then
17537 ALL_OBJECTS="$ALL_OBJECTS \$(OLEOBJS)"
17538 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
17539 LIBS="$LIBS -lrpcrt4 -loleaut32 -lole32 -luuid"
17540 cat >> confdefs.h <<\EOF
17541 #define wxUSE_OLE 1
17542 EOF
17543
17544
17545 fi
17546
17547 cat >> confdefs.h <<\EOF
17548 #define wxUSE_DATAOBJ 1
17549 EOF
17550
17551 else
17552 echo "configure: warning: Some features disabled because OLE headers not found" 1>&2
17553
17554 wxUSE_CLIPBOARD=no
17555 wxUSE_DRAG_AND_DROP=no
17556 wxUSE_DATAOBJ=no
17557 fi
17558
17559 if test "$wxUSE_METAFILE" = "yes"; then
17560 cat >> confdefs.h <<\EOF
17561 #define wxUSE_METAFILE 1
17562 EOF
17563
17564
17565 cat >> confdefs.h <<\EOF
17566 #define wxUSE_ENH_METAFILE 1
17567 EOF
17568
17569 fi
17570 fi
17571
17572 if test "$wxUSE_IPC" = "yes"; then
17573 if test "$wxUSE_SOCKETS" != "yes"; then
17574 echo "configure: warning: wxWindows IPC classes require sockets" 1>&2
17575 fi
17576
17577 cat >> confdefs.h <<\EOF
17578 #define wxUSE_IPC 1
17579 EOF
17580
17581 fi
17582
17583 if test "$wxUSE_CLIPBOARD" = "yes"; then
17584 cat >> confdefs.h <<\EOF
17585 #define wxUSE_CLIPBOARD 1
17586 EOF
17587
17588
17589 cat >> confdefs.h <<\EOF
17590 #define wxUSE_DATAOBJ 1
17591 EOF
17592
17593 fi
17594
17595 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
17596 if test "$wxUSE_GTK" = 1; then
17597 if test "$WXGTK12" != 1; then
17598 echo "configure: warning: Drag and drop is only supported under GTK+ 1.2" 1>&2
17599 wxUSE_DRAG_AND_DROP=no
17600 fi
17601 fi
17602
17603 if test "$wxUSE_MOTIF" = 1; then
17604 echo "configure: warning: Drag and drop is not yet supported under Motif" 1>&2
17605 wxUSE_DRAG_AND_DROP=no
17606 fi
17607
17608 if test "$wxUSE_MAC" = 1; then
17609 echo "configure: warning: Drag and drop is not yet supported under Mac OS X" 1>&2
17610 wxUSE_DRAG_AND_DROP=no
17611 fi
17612
17613 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
17614 cat >> confdefs.h <<\EOF
17615 #define wxUSE_DRAG_AND_DROP 1
17616 EOF
17617
17618 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
17619 fi
17620
17621 fi
17622
17623 if test "$wxUSE_SPLINES" = "yes" ; then
17624 cat >> confdefs.h <<\EOF
17625 #define wxUSE_SPLINES 1
17626 EOF
17627
17628 fi
17629
17630
17631 USES_CONTROLS=0
17632 if test "$wxUSE_CONTROLS" = "yes"; then
17633 USES_CONTROLS=1
17634 fi
17635
17636 if test "$wxUSE_ACCEL" = "yes"; then
17637 cat >> confdefs.h <<\EOF
17638 #define wxUSE_ACCEL 1
17639 EOF
17640
17641 USES_CONTROLS=1
17642 fi
17643
17644 if test "$wxUSE_BUTTON" = "yes"; then
17645 cat >> confdefs.h <<\EOF
17646 #define wxUSE_BUTTON 1
17647 EOF
17648
17649 USES_CONTROLS=1
17650 fi
17651
17652 if test "$wxUSE_BMPBUTTON" = "yes"; then
17653 cat >> confdefs.h <<\EOF
17654 #define wxUSE_BMPBUTTON 1
17655 EOF
17656
17657 USES_CONTROLS=1
17658 fi
17659
17660 if test "$wxUSE_CALCTRL" = "yes"; then
17661 cat >> confdefs.h <<\EOF
17662 #define wxUSE_CALENDARCTRL 1
17663 EOF
17664
17665 USES_CONTROLS=1
17666 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar"
17667 fi
17668
17669 if test "$wxUSE_CARET" = "yes"; then
17670 cat >> confdefs.h <<\EOF
17671 #define wxUSE_CARET 1
17672 EOF
17673
17674 USES_CONTROLS=1
17675 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
17676 fi
17677
17678 if test "$wxUSE_COMBOBOX" = "yes"; then
17679 cat >> confdefs.h <<\EOF
17680 #define wxUSE_COMBOBOX 1
17681 EOF
17682
17683 USES_CONTROLS=1
17684 fi
17685
17686 if test "$wxUSE_CHOICE" = "yes"; then
17687 cat >> confdefs.h <<\EOF
17688 #define wxUSE_CHOICE 1
17689 EOF
17690
17691 USES_CONTROLS=1
17692 fi
17693
17694 if test "$wxUSE_CHECKBOX" = "yes"; then
17695 cat >> confdefs.h <<\EOF
17696 #define wxUSE_CHECKBOX 1
17697 EOF
17698
17699 USES_CONTROLS=1
17700 fi
17701
17702 if test "$wxUSE_CHECKLST" = "yes"; then
17703 cat >> confdefs.h <<\EOF
17704 #define wxUSE_CHECKLISTBOX 1
17705 EOF
17706
17707 USES_CONTROLS=1
17708 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst"
17709 fi
17710
17711 if test "$wxUSE_GAUGE" = "yes"; then
17712 cat >> confdefs.h <<\EOF
17713 #define wxUSE_GAUGE 1
17714 EOF
17715
17716 USES_CONTROLS=1
17717 fi
17718
17719 if test "$wxUSE_NEW_GRID" = "yes"; then
17720 wxUSE_GRID="yes"
17721 cat >> confdefs.h <<\EOF
17722 #define wxUSE_NEW_GRID 1
17723 EOF
17724
17725 USES_CONTROLS=1
17726 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS newgrid"
17727 fi
17728
17729 if test "$wxUSE_GRID" = "yes"; then
17730 cat >> confdefs.h <<\EOF
17731 #define wxUSE_GRID 1
17732 EOF
17733
17734 USES_CONTROLS=1
17735 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
17736 fi
17737
17738 if test "$wxUSE_IMAGLIST" = "yes"; then
17739 cat >> confdefs.h <<\EOF
17740 #define wxUSE_IMAGLIST 1
17741 EOF
17742
17743 fi
17744
17745 if test "$wxUSE_LISTBOX" = "yes"; then
17746 cat >> confdefs.h <<\EOF
17747 #define wxUSE_LISTBOX 1
17748 EOF
17749
17750 USES_CONTROLS=1
17751 fi
17752
17753 if test "$wxUSE_LISTCTRL" = "yes"; then
17754 if test "$wxUSE_IMAGLIST" = "yes"; then
17755 cat >> confdefs.h <<\EOF
17756 #define wxUSE_LISTCTRL 1
17757 EOF
17758
17759 USES_CONTROLS=1
17760 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
17761 else
17762 echo "configure: warning: wxListCtrl requires wxImageList and won't be compiled without it" 1>&2
17763 fi
17764 fi
17765
17766 if test "$wxUSE_NOTEBOOK" = "yes"; then
17767 cat >> confdefs.h <<\EOF
17768 #define wxUSE_NOTEBOOK 1
17769 EOF
17770
17771 USES_CONTROLS=1
17772 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
17773 fi
17774
17775 if test "$wxUSE_PROPSHEET" = "yes"; then
17776 cat >> confdefs.h <<\EOF
17777 #define wxUSE_PROPSHEET 1
17778 EOF
17779
17780 USES_CONTROLS=1
17781 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS proplist"
17782 fi
17783
17784 if test "$wxUSE_RADIOBOX" = "yes"; then
17785 cat >> confdefs.h <<\EOF
17786 #define wxUSE_RADIOBOX 1
17787 EOF
17788
17789 USES_CONTROLS=1
17790 fi
17791
17792 if test "$wxUSE_RADIOBTN" = "yes"; then
17793 cat >> confdefs.h <<\EOF
17794 #define wxUSE_RADIOBTN 1
17795 EOF
17796
17797 USES_CONTROLS=1
17798 fi
17799
17800 if test "$wxUSE_SASH" = "yes"; then
17801 cat >> confdefs.h <<\EOF
17802 #define wxUSE_SASH 1
17803 EOF
17804
17805 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
17806 fi
17807
17808 if test "$wxUSE_SCROLLBAR" = "yes"; then
17809 cat >> confdefs.h <<\EOF
17810 #define wxUSE_SCROLLBAR 1
17811 EOF
17812
17813 USES_CONTROLS=1
17814 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub"
17815 fi
17816
17817 if test "$wxUSE_SLIDER" = "yes"; then
17818 cat >> confdefs.h <<\EOF
17819 #define wxUSE_SLIDER 1
17820 EOF
17821
17822 USES_CONTROLS=1
17823 fi
17824
17825 if test "$wxUSE_SPINBTN" = "yes"; then
17826 cat >> confdefs.h <<\EOF
17827 #define wxUSE_SPINBTN 1
17828 EOF
17829
17830 USES_CONTROLS=1
17831 fi
17832
17833 if test "$wxUSE_SPINCTRL" = "yes"; then
17834 cat >> confdefs.h <<\EOF
17835 #define wxUSE_SPINCTRL 1
17836 EOF
17837
17838 USES_CONTROLS=1
17839 fi
17840
17841 if test "$wxUSE_SPLITTER" = "yes"; then
17842 cat >> confdefs.h <<\EOF
17843 #define wxUSE_SPLITTER 1
17844 EOF
17845
17846 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
17847 fi
17848
17849 if test "$wxUSE_STATBMP" = "yes"; then
17850 cat >> confdefs.h <<\EOF
17851 #define wxUSE_STATBMP 1
17852 EOF
17853
17854 USES_CONTROLS=1
17855 fi
17856
17857 if test "$wxUSE_STATBOX" = "yes"; then
17858 cat >> confdefs.h <<\EOF
17859 #define wxUSE_STATBOX 1
17860 EOF
17861
17862 USES_CONTROLS=1
17863 fi
17864
17865 if test "$wxUSE_STATTEXT" = "yes"; then
17866 cat >> confdefs.h <<\EOF
17867 #define wxUSE_STATTEXT 1
17868 EOF
17869
17870 USES_CONTROLS=1
17871 fi
17872
17873 if test "$wxUSE_STATLINE" = "yes"; then
17874 if test "$wxUSE_WINE" = 1 ; then
17875 echo "configure: warning: wxStaticLine is not supported under WINE" 1>&2
17876 else
17877 cat >> confdefs.h <<\EOF
17878 #define wxUSE_STATLINE 1
17879 EOF
17880
17881 USES_CONTROLS=1
17882 fi
17883 fi
17884
17885 if test "$wxUSE_STATUSBAR" = "yes"; then
17886 cat >> confdefs.h <<\EOF
17887 #define wxUSE_STATUSBAR 1
17888 EOF
17889
17890 USES_CONTROLS=1
17891
17892 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
17893 fi
17894
17895 if test "$wxUSE_TABDIALOG" = "yes"; then
17896 cat >> confdefs.h <<\EOF
17897 #define wxUSE_TAB_DIALOG 1
17898 EOF
17899
17900 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS tab"
17901 fi
17902
17903 if test "$wxUSE_TEXTCTRL" = "yes"; then
17904 cat >> confdefs.h <<\EOF
17905 #define wxUSE_TEXTCTRL 1
17906 EOF
17907
17908 USES_CONTROLS=1
17909 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text"
17910 fi
17911
17912 if test "$wxUSE_TOGGLEBTN" = "yes"; then
17913 if test "$wxUSE_MAC" = 1 -o "$wxUSE_UNIVERSAL" = "yes"; then
17914 echo "configure: warning: Toggle button not yet supported under Mac OS X or wxUNIVERSAL... disabled" 1>&2
17915 wxUSE_TOGGLEBTN=no
17916 fi
17917
17918 if test "$wxUSE_TOGGLEBTN" = "yes"; then
17919 cat >> confdefs.h <<\EOF
17920 #define wxUSE_TOGGLEBTN 1
17921 EOF
17922
17923 USES_CONTROLS=1
17924 fi
17925 fi
17926
17927 if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
17928 cat >> confdefs.h <<\EOF
17929 #define wxUSE_TOOLBAR_SIMPLE 1
17930 EOF
17931
17932 wxUSE_TOOLBAR="yes"
17933 USES_CONTROLS=1
17934 fi
17935
17936 if test "$wxUSE_TOOLBAR" = "yes"; then
17937 cat >> confdefs.h <<\EOF
17938 #define wxUSE_TOOLBAR 1
17939 EOF
17940
17941 USES_CONTROLS=1
17942
17943 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
17944 wxUSE_TOOLBAR_NATIVE="yes"
17945 fi
17946
17947 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
17948 cat >> confdefs.h <<\EOF
17949 #define wxUSE_TOOLBAR_NATIVE 1
17950 EOF
17951
17952 USES_CONTROLS=1
17953 fi
17954
17955 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
17956 fi
17957
17958 if test "$wxUSE_TOOLTIPS" = "yes"; then
17959 if test "$wxUSE_MOTIF" = 1; then
17960 echo "configure: warning: wxTooltip not supported yet under Motif" 1>&2
17961 else
17962 if test "$wxUSE_WINE" = 1; then
17963 echo "configure: warning: wxTooltip not supported under WINE" 1>&2
17964 else
17965 cat >> confdefs.h <<\EOF
17966 #define wxUSE_TOOLTIPS 1
17967 EOF
17968
17969 fi
17970 fi
17971 fi
17972
17973 if test "$wxUSE_TREECTRL" = "yes"; then
17974 if test "$wxUSE_IMAGLIST" = "yes"; then
17975 cat >> confdefs.h <<\EOF
17976 #define wxUSE_TREECTRL 1
17977 EOF
17978
17979 USES_CONTROLS=1
17980 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
17981 else
17982 echo "configure: warning: wxTreeCtrl requires wxImageList and won't be compiled without it" 1>&2
17983 fi
17984 fi
17985
17986 if test "$wxUSE_POPUPWIN" = "yes"; then
17987 if test "$wxUSE_MAC" = 1; then
17988 echo "configure: warning: Popup window is not yet supported under Mac OS" 1>&2
17989 else
17990 cat >> confdefs.h <<\EOF
17991 #define wxUSE_POPUPWIN 1
17992 EOF
17993
17994 USES_CONTROLS=1
17995 fi
17996 fi
17997
17998 if test "$USES_CONTROLS" = 1; then
17999 cat >> confdefs.h <<\EOF
18000 #define wxUSE_CONTROLS 1
18001 EOF
18002
18003 fi
18004
18005
18006 if test "$wxUSE_TREELAYOUT" = "yes"; then
18007 cat >> confdefs.h <<\EOF
18008 #define wxUSE_TREELAYOUT 1
18009 EOF
18010
18011 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treelay"
18012 fi
18013
18014 if test "$wxUSE_DRAGIMAGE" = "yes"; then
18015 cat >> confdefs.h <<\EOF
18016 #define wxUSE_DRAGIMAGE 1
18017 EOF
18018
18019 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag"
18020 fi
18021
18022 if test "$wxUSE_MENUS" = "yes"; then
18023 cat >> confdefs.h <<\EOF
18024 #define wxUSE_MENUS 1
18025 EOF
18026
18027 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu"
18028 fi
18029
18030 if test "$wxUSE_METAFILE" = "yes"; then
18031 cat >> confdefs.h <<\EOF
18032 #define wxUSE_METAFILE 1
18033 EOF
18034
18035 fi
18036
18037 if test "$wxUSE_MIMETYPE" = "yes"; then
18038 cat >> confdefs.h <<\EOF
18039 #define wxUSE_MIMETYPE 1
18040 EOF
18041
18042 fi
18043
18044 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
18045 cat >> confdefs.h <<\EOF
18046 #define wxUSE_SYSTEM_OPTIONS 1
18047 EOF
18048
18049 fi
18050
18051 if test "$wxUSE_MINIFRAME" = "yes"; then
18052 cat >> confdefs.h <<\EOF
18053 #define wxUSE_MINIFRAME 1
18054 EOF
18055
18056 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram"
18057 fi
18058
18059 if test "$wxUSE_HTML" = "yes"; then
18060 cat >> confdefs.h <<\EOF
18061 #define wxUSE_HTML 1
18062 EOF
18063
18064 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html"
18065 fi
18066
18067 if test "$wxUSE_VALIDATORS" = "yes"; then
18068 cat >> confdefs.h <<\EOF
18069 #define wxUSE_VALIDATORS 1
18070 EOF
18071
18072 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
18073 fi
18074
18075 if test "$wxUSE_PALETTE" = "yes" ; then
18076 cat >> confdefs.h <<\EOF
18077 #define wxUSE_PALETTE 1
18078 EOF
18079
18080 fi
18081
18082 if test "$wxUSE_IMAGE" = "yes" ; then
18083 cat >> confdefs.h <<\EOF
18084 #define wxUSE_IMAGE 1
18085 EOF
18086
18087 fi
18088
18089 if test "$wxUSE_GIF" = "yes" ; then
18090 cat >> confdefs.h <<\EOF
18091 #define wxUSE_GIF 1
18092 EOF
18093
18094 fi
18095
18096 if test "$wxUSE_PCX" = "yes" ; then
18097 cat >> confdefs.h <<\EOF
18098 #define wxUSE_PCX 1
18099 EOF
18100
18101 fi
18102
18103 if test "$wxUSE_PNM" = "yes" ; then
18104 cat >> confdefs.h <<\EOF
18105 #define wxUSE_PNM 1
18106 EOF
18107
18108 fi
18109
18110 if test "$wxUSE_XPM" = "yes" ; then
18111 cat >> confdefs.h <<\EOF
18112 #define wxUSE_XPM 1
18113 EOF
18114
18115 fi
18116
18117
18118 if test "$wxUSE_CHOICEDLG" = "yes"; then
18119 cat >> confdefs.h <<\EOF
18120 #define wxUSE_CHOICEDLG 1
18121 EOF
18122
18123 fi
18124
18125 if test "$wxUSE_COLOURDLG" = "yes"; then
18126 cat >> confdefs.h <<\EOF
18127 #define wxUSE_COLOURDLG 1
18128 EOF
18129
18130 fi
18131
18132 if test "$wxUSE_FILEDLG" = "yes"; then
18133 cat >> confdefs.h <<\EOF
18134 #define wxUSE_FILEDLG 1
18135 EOF
18136
18137 fi
18138
18139 if test "$wxUSE_FINDREPLDLG" = "yes"; then
18140 cat >> confdefs.h <<\EOF
18141 #define wxUSE_FINDREPLDLG 1
18142 EOF
18143
18144 fi
18145
18146 if test "$wxUSE_FONTDLG" = "yes"; then
18147 cat >> confdefs.h <<\EOF
18148 #define wxUSE_FONTDLG 1
18149 EOF
18150
18151 fi
18152
18153 if test "$wxUSE_DIRDLG" = "yes"; then
18154 if test "$wxUSE_CONSTRAINTS" != "yes"; then
18155 echo "configure: warning: wxDirDialog requires constraints so it won't be compiled without them" 1>&2
18156 else
18157 if test "$wxUSE_TREECTRL" != "yes"; then
18158 echo "configure: warning: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" 1>&2
18159 else
18160 cat >> confdefs.h <<\EOF
18161 #define wxUSE_DIRDLG 1
18162 EOF
18163
18164 fi
18165 fi
18166 fi
18167
18168 if test "$wxUSE_MSGDLG" = "yes"; then
18169 cat >> confdefs.h <<\EOF
18170 #define wxUSE_MSGDLG 1
18171 EOF
18172
18173 fi
18174
18175 if test "$wxUSE_NUMBERDLG" = "yes"; then
18176 cat >> confdefs.h <<\EOF
18177 #define wxUSE_NUMBERDLG 1
18178 EOF
18179
18180 fi
18181
18182 if test "$wxUSE_PROGRESSDLG" = "yes"; then
18183 if test "$wxUSE_CONSTRAINTS" != "yes"; then
18184 echo "configure: warning: wxProgressDialog requires constraints so it won't be compiled without them" 1>&2
18185 else
18186 cat >> confdefs.h <<\EOF
18187 #define wxUSE_PROGRESSDLG 1
18188 EOF
18189
18190 fi
18191 fi
18192
18193 if test "$wxUSE_SPLASH" = "yes"; then
18194 cat >> confdefs.h <<\EOF
18195 #define wxUSE_SPLASH 1
18196 EOF
18197
18198 fi
18199
18200 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
18201 if test "$wxUSE_CONSTRAINTS" != "yes"; then
18202 echo "configure: warning: Startup tips requires constraints and won't be compiled without them" 1>&2
18203 else
18204 cat >> confdefs.h <<\EOF
18205 #define wxUSE_STARTUP_TIPS 1
18206 EOF
18207
18208 fi
18209 fi
18210
18211 if test "$wxUSE_TEXTDLG" = "yes"; then
18212 cat >> confdefs.h <<\EOF
18213 #define wxUSE_TEXTDLG 1
18214 EOF
18215
18216 fi
18217
18218 if test "$wxUSE_WIZARDDLG" = "yes"; then
18219 cat >> confdefs.h <<\EOF
18220 #define wxUSE_WIZARDDLG 1
18221 EOF
18222
18223 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard"
18224 fi
18225
18226
18227 if test "$cross_compiling" = "yes"; then
18228 OSINFO="\"$host\""
18229 else
18230 OSINFO=`uname -s -r -m`
18231 OSINFO="\"$OSINFO\""
18232 fi
18233
18234 cat >> confdefs.h <<EOF
18235 #define WXWIN_OS_DESCRIPTION $OSINFO
18236 EOF
18237
18238
18239
18240 if test "x$prefix" != "xNONE"; then
18241 wxPREFIX=$prefix
18242 else
18243 wxPREFIX=$ac_default_prefix
18244 fi
18245
18246 cat >> confdefs.h <<EOF
18247 #define wxINSTALL_PREFIX "$wxPREFIX"
18248 EOF
18249
18250
18251
18252 GUILIBS="$GUI_TK_LIBRARY $TOOLKIT_LINK"
18253
18254 EXTRA_LIBS="$EXTRA_LIBS $LIBS $POSIX4_LINK $INET_LINK $WCHAR_LINK $THREADS_LINK $DMALLOC_LINK $DL_LINK $ZLIB_LINK -lm"
18255
18256 if test "$wxUSE_MAC" = 1 ; then
18257 EXTRA_LIBS="$EXTRA_LIBS -framework Carbon -framework System"
18258 fi
18259
18260 if test "$wxUSE_GUI" = "yes"; then
18261 EXTRA_LIBS="$GUILIBS $PNG_LINK $JPEG_LINK $TIFF_LINK $FREETYPE_LINK $EXTRA_LIBS"
18262
18263
18264 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS controls dialogs \
18265 drawing dynamic erase event exec font image \
18266 minimal richedit rotate widgets"
18267
18268 CPPFLAGS="$CPPFLAGS \$(EXTRADEFS) \$(APPEXTRADEFS)"
18269 else
18270 SAMPLES_SUBDIRS="console"
18271 fi
18272
18273 LD_LIBS="\${top_builddir}/lib/${WX_LIBRARY_NAME_STATIC} $EXTRA_LIBS"
18274
18275 INCLUDES="-I\${top_builddir}/lib/wx/include/${TOOLCHAIN_NAME} -I\${top_srcdir}/include \
18276 $REGEX_INCLUDE $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE \
18277 $FREETYPE_INCLUDE $TOOLKIT_INCLUDE"
18278
18279 if test "$wxUSE_GTK" = 1; then
18280 WXCONFIG_INCLUDE=""
18281 else
18282 WXCONFIG_INCLUDE="$TOOLKIT_INCLUDE"
18283 fi
18284
18285 if test "$GXX" = yes ; then
18286 CXXWARNINGS="-Wall"
18287 fi
18288 EXTRA_CFLAGS="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE $INCLUDES"
18289
18290 CFLAGS=`echo $CFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \\+/ /g'`
18291 CXXFLAGS=`echo $CXXFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \+/ /g'`
18292
18293 LDFLAGS="$LDFLAGS $PROFILE"
18294
18295 SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
18296
18297
18298
18299
18300
18301
18302
18303
18304
18305
18306
18307
18308
18309
18310
18311
18312
18313
18314
18315
18316
18317
18318
18319
18320
18321
18322
18323
18324
18325
18326
18327
18328
18329
18330
18331
18332
18333
18334
18335
18336
18337
18338
18339
18340
18341
18342
18343
18344
18345
18346
18347
18348
18349
18350
18351
18352
18353
18354
18355
18356
18357
18358
18359
18360
18361
18362
18363
18364
18365
18366
18367
18368
18369
18370
18371
18372
18373
18374
18375
18376
18377
18378
18379
18380
18381
18382 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
18383 echo "configure:18384: checking whether ${MAKE-make} sets \${MAKE}" >&5
18384 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
18385 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
18386 echo $ac_n "(cached) $ac_c" 1>&6
18387 else
18388 cat > conftestmake <<\EOF
18389 all:
18390 @echo 'ac_maketemp="${MAKE}"'
18391 EOF
18392 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
18393 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
18394 if test -n "$ac_maketemp"; then
18395 eval ac_cv_prog_make_${ac_make}_set=yes
18396 else
18397 eval ac_cv_prog_make_${ac_make}_set=no
18398 fi
18399 rm -f conftestmake
18400 fi
18401 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
18402 echo "$ac_t""yes" 1>&6
18403 SET_MAKE=
18404 else
18405 echo "$ac_t""no" 1>&6
18406 SET_MAKE="MAKE=${MAKE-make}"
18407 fi
18408
18409
18410 if test -f lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h; then
18411 mv -f lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h setup.h
18412 fi
18413
18414
18415
18416 if test "$wxUSE_GUI" = "yes"; then
18417 wx_cv_path_samplesubdirs=$SAMPLES_SUBDIRS
18418 wx_cv_path_ifs=$PATH_IFS
18419 wx_cv_program_ext=$PROGRAM_EXT
18420 wx_cv_target_library=$WX_TARGET_LIBRARY
18421 wx_cv_target_library_gl=$WX_TARGET_LIBRARY_GL
18422 wx_cv_target_libtype=$WX_TARGET_LIBRARY_TYPE
18423 export wx_cv_path_samplesubdirs wx_cv_path_ifs wx_cv_program_ext \
18424 wx_cv_target_library wx_cv_target_library_gl wx_cv_target_libtype
18425 subdirs="demos samples utils contrib"
18426
18427 fi
18428
18429 trap '' 1 2 15
18430 cat > confcache <<\EOF
18431 # This file is a shell script that caches the results of configure
18432 # tests run on this system so they can be shared between configure
18433 # scripts and configure runs. It is not useful on other systems.
18434 # If it contains results you don't want to keep, you may remove or edit it.
18435 #
18436 # By default, configure uses ./config.cache as the cache file,
18437 # creating it if it does not exist already. You can give configure
18438 # the --cache-file=FILE option to use a different cache file; that is
18439 # what configure does when it calls configure scripts in
18440 # subdirectories, so they share the cache.
18441 # Giving --cache-file=/dev/null disables caching, for debugging configure.
18442 # config.status only pays attention to the cache file if you give it the
18443 # --recheck option to rerun configure.
18444 #
18445 EOF
18446 # The following way of writing the cache mishandles newlines in values,
18447 # but we know of no workaround that is simple, portable, and efficient.
18448 # So, don't put newlines in cache variables' values.
18449 # Ultrix sh set writes to stderr and can't be redirected directly,
18450 # and sets the high bit in the cache file unless we assign to the vars.
18451 (set) 2>&1 |
18452 case `(ac_space=' '; set | grep ac_space) 2>&1` in
18453 *ac_space=\ *)
18454 # `set' does not quote correctly, so add quotes (double-quote substitution
18455 # turns \\\\ into \\, and sed turns \\ into \).
18456 sed -n \
18457 -e "s/'/'\\\\''/g" \
18458 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
18459 ;;
18460 *)
18461 # `set' quotes correctly as required by POSIX, so do not add quotes.
18462 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
18463 ;;
18464 esac >> confcache
18465 if cmp -s $cache_file confcache; then
18466 :
18467 else
18468 if test -w $cache_file; then
18469 echo "updating cache $cache_file"
18470 cat confcache > $cache_file
18471 else
18472 echo "not updating unwritable cache $cache_file"
18473 fi
18474 fi
18475 rm -f confcache
18476
18477 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
18478
18479 test "x$prefix" = xNONE && prefix=$ac_default_prefix
18480 # Let make expand exec_prefix.
18481 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18482
18483 # Any assignment to VPATH causes Sun make to only execute
18484 # the first set of double-colon rules, so remove it if not needed.
18485 # If there is a colon in the path, we need to keep it.
18486 if test "x$srcdir" = x.; then
18487 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
18488 fi
18489
18490 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
18491
18492 DEFS=-DHAVE_CONFIG_H
18493
18494 # Without the "./", some shells look in PATH for config.status.
18495 : ${CONFIG_STATUS=./config.status}
18496
18497 echo creating $CONFIG_STATUS
18498 rm -f $CONFIG_STATUS
18499 cat > $CONFIG_STATUS <<EOF
18500 #! /bin/sh
18501 # Generated automatically by configure.
18502 # Run this file to recreate the current configuration.
18503 # This directory was configured as follows,
18504 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
18505 #
18506 # $0 $ac_configure_args
18507 #
18508 # Compiler output produced by configure, useful for debugging
18509 # configure, is in ./config.log if it exists.
18510
18511 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
18512 for ac_option
18513 do
18514 case "\$ac_option" in
18515 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18516 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
18517 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
18518 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
18519 echo "$CONFIG_STATUS generated by autoconf version 2.13"
18520 exit 0 ;;
18521 -help | --help | --hel | --he | --h)
18522 echo "\$ac_cs_usage"; exit 0 ;;
18523 *) echo "\$ac_cs_usage"; exit 1 ;;
18524 esac
18525 done
18526
18527 ac_given_srcdir=$srcdir
18528 ac_given_INSTALL="$INSTALL"
18529
18530 trap 'rm -fr `echo "
18531 wx-config
18532 src/make.env
18533 src/makeprog.env
18534 src/makelib.env
18535 Makefile
18536 setup.h:setup.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
18537 EOF
18538 cat >> $CONFIG_STATUS <<EOF
18539
18540 # Protect against being on the right side of a sed subst in config.status.
18541 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
18542 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
18543 $ac_vpsub
18544 $extrasub
18545 s%@SHELL@%$SHELL%g
18546 s%@CFLAGS@%$CFLAGS%g
18547 s%@CPPFLAGS@%$CPPFLAGS%g
18548 s%@CXXFLAGS@%$CXXFLAGS%g
18549 s%@FFLAGS@%$FFLAGS%g
18550 s%@DEFS@%$DEFS%g
18551 s%@LDFLAGS@%$LDFLAGS%g
18552 s%@LIBS@%$LIBS%g
18553 s%@exec_prefix@%$exec_prefix%g
18554 s%@prefix@%$prefix%g
18555 s%@program_transform_name@%$program_transform_name%g
18556 s%@bindir@%$bindir%g
18557 s%@sbindir@%$sbindir%g
18558 s%@libexecdir@%$libexecdir%g
18559 s%@datadir@%$datadir%g
18560 s%@sysconfdir@%$sysconfdir%g
18561 s%@sharedstatedir@%$sharedstatedir%g
18562 s%@localstatedir@%$localstatedir%g
18563 s%@libdir@%$libdir%g
18564 s%@includedir@%$includedir%g
18565 s%@oldincludedir@%$oldincludedir%g
18566 s%@infodir@%$infodir%g
18567 s%@mandir@%$mandir%g
18568 s%@host@%$host%g
18569 s%@host_alias@%$host_alias%g
18570 s%@host_cpu@%$host_cpu%g
18571 s%@host_vendor@%$host_vendor%g
18572 s%@host_os@%$host_os%g
18573 s%@target@%$target%g
18574 s%@target_alias@%$target_alias%g
18575 s%@target_cpu@%$target_cpu%g
18576 s%@target_vendor@%$target_vendor%g
18577 s%@target_os@%$target_os%g
18578 s%@build@%$build%g
18579 s%@build_alias@%$build_alias%g
18580 s%@build_cpu@%$build_cpu%g
18581 s%@build_vendor@%$build_vendor%g
18582 s%@build_os@%$build_os%g
18583 s%@CC@%$CC%g
18584 s%@CPP@%$CPP%g
18585 s%@CXX@%$CXX%g
18586 s%@RANLIB@%$RANLIB%g
18587 s%@AR@%$AR%g
18588 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
18589 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
18590 s%@INSTALL_DATA@%$INSTALL_DATA%g
18591 s%@STRIP@%$STRIP%g
18592 s%@YACC@%$YACC%g
18593 s%@LEX@%$LEX%g
18594 s%@LEXLIB@%$LEXLIB%g
18595 s%@LN_S@%$LN_S%g
18596 s%@GTK_CONFIG_2_0@%$GTK_CONFIG_2_0%g
18597 s%@GTK_CFLAGS@%$GTK_CFLAGS%g
18598 s%@GTK_LIBS@%$GTK_LIBS%g
18599 s%@GTK_CONFIG@%$GTK_CONFIG%g
18600 s%@X_CFLAGS@%$X_CFLAGS%g
18601 s%@X_PRE_LIBS@%$X_PRE_LIBS%g
18602 s%@X_LIBS@%$X_LIBS%g
18603 s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
18604 s%@RESCOMP@%$RESCOMP%g
18605 s%@DEREZ@%$DEREZ%g
18606 s%@CXXCPP@%$CXXCPP%g
18607 s%@LEX_STEM@%$LEX_STEM%g
18608 s%@PATH_IFS@%$PATH_IFS%g
18609 s%@WX_MAJOR_VERSION_NUMBER@%$WX_MAJOR_VERSION_NUMBER%g
18610 s%@WX_MINOR_VERSION_NUMBER@%$WX_MINOR_VERSION_NUMBER%g
18611 s%@WX_RELEASE_NUMBER@%$WX_RELEASE_NUMBER%g
18612 s%@WX_LIBRARY_NAME_STATIC@%$WX_LIBRARY_NAME_STATIC%g
18613 s%@WX_LIBRARY_NAME_SHARED@%$WX_LIBRARY_NAME_SHARED%g
18614 s%@WX_LIBRARY_IMPORTLIB@%$WX_LIBRARY_IMPORTLIB%g
18615 s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g
18616 s%@WX_LIBRARY_LINK1@%$WX_LIBRARY_LINK1%g
18617 s%@WX_LIBRARY_LINK2@%$WX_LIBRARY_LINK2%g
18618 s%@PROGRAM_EXT@%$PROGRAM_EXT%g
18619 s%@WX_LIBRARY_NAME_STATIC_GL@%$WX_LIBRARY_NAME_STATIC_GL%g
18620 s%@WX_LIBRARY_NAME_SHARED_GL@%$WX_LIBRARY_NAME_SHARED_GL%g
18621 s%@WX_TARGET_LIBRARY_GL@%$WX_TARGET_LIBRARY_GL%g
18622 s%@WX_LIBRARY_LINK1_GL@%$WX_LIBRARY_LINK1_GL%g
18623 s%@WX_LIBRARY_LINK2_GL@%$WX_LIBRARY_LINK2_GL%g
18624 s%@WX_ALL@%$WX_ALL%g
18625 s%@WX_ALL_INSTALLED@%$WX_ALL_INSTALLED%g
18626 s%@SHARED_LD@%$SHARED_LD%g
18627 s%@PIC_FLAG@%$PIC_FLAG%g
18628 s%@CODE_GEN_FLAGS@%$CODE_GEN_FLAGS%g
18629 s%@CODE_GEN_FLAGS_CXX@%$CODE_GEN_FLAGS_CXX%g
18630 s%@SONAME_FLAGS@%$SONAME_FLAGS%g
18631 s%@SONAME_FLAGS_GL@%$SONAME_FLAGS_GL%g
18632 s%@WX_TARGET_LIBRARY_SONAME@%$WX_TARGET_LIBRARY_SONAME%g
18633 s%@WX_TARGET_LIBRARY_TYPE@%$WX_TARGET_LIBRARY_TYPE%g
18634 s%@WXDEBUG_DEFINE@%$WXDEBUG_DEFINE%g
18635 s%@USE_GUI@%$USE_GUI%g
18636 s%@AFMINSTALL@%$AFMINSTALL%g
18637 s%@TOOLKIT@%$TOOLKIT%g
18638 s%@TOOLKIT_DIR@%$TOOLKIT_DIR%g
18639 s%@TOOLKIT_VPATH@%$TOOLKIT_VPATH%g
18640 s%@TOOLCHAIN_NAME@%$TOOLCHAIN_NAME%g
18641 s%@TOOLCHAIN_DEFS@%$TOOLCHAIN_DEFS%g
18642 s%@cross_compiling@%$cross_compiling%g
18643 s%@WXCONFIG_LIBS@%$WXCONFIG_LIBS%g
18644 s%@WXCONFIG_LIBS_GL@%$WXCONFIG_LIBS_GL%g
18645 s%@WXCONFIG_INCLUDE@%$WXCONFIG_INCLUDE%g
18646 s%@ALL_OBJECTS@%$ALL_OBJECTS%g
18647 s%@GUIDIST@%$GUIDIST%g
18648 s%@PORT_FILES@%$PORT_FILES%g
18649 s%@DISTDIR@%$DISTDIR%g
18650 s%@RPM_SPEC@%$RPM_SPEC%g
18651 s%@RPM_FILES@%$RPM_FILES%g
18652 s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g
18653 s%@EXTRA_LIBS@%$EXTRA_LIBS%g
18654 s%@OPENGL_LIBS@%$OPENGL_LIBS%g
18655 s%@EXTRADEFS@%$EXTRADEFS%g
18656 s%@LD_LIBS@%$LD_LIBS%g
18657 s%@WXMSW_DLL_DEFINES@%$WXMSW_DLL_DEFINES%g
18658 s%@RESFLAGS@%$RESFLAGS%g
18659 s%@RESPROGRAMOBJ@%$RESPROGRAMOBJ%g
18660 s%@WX_RESOURCES_MACOSX@%$WX_RESOURCES_MACOSX%g
18661 s%@WX_RESOURCES_MACOSX_COMPILED@%$WX_RESOURCES_MACOSX_COMPILED%g
18662 s%@LIBWXMACRES@%$LIBWXMACRES%g
18663 s%@LIBWXMACRESCOMP@%$LIBWXMACRESCOMP%g
18664 s%@LIBWXMACRESWXCONFIG@%$LIBWXMACRESWXCONFIG%g
18665 s%@DLLTOOL@%$DLLTOOL%g
18666 s%@AS@%$AS%g
18667 s%@NM@%$NM%g
18668 s%@LD@%$LD%g
18669 s%@MAKEINFO@%$MAKEINFO%g
18670 s%@SET_MAKE@%$SET_MAKE%g
18671 s%@subdirs@%$subdirs%g
18672
18673 CEOF
18674 EOF
18675
18676 cat >> $CONFIG_STATUS <<\EOF
18677
18678 # Split the substitutions into bite-sized pieces for seds with
18679 # small command number limits, like on Digital OSF/1 and HP-UX.
18680 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
18681 ac_file=1 # Number of current file.
18682 ac_beg=1 # First line for current file.
18683 ac_end=$ac_max_sed_cmds # Line after last line for current file.
18684 ac_more_lines=:
18685 ac_sed_cmds=""
18686 while $ac_more_lines; do
18687 if test $ac_beg -gt 1; then
18688 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
18689 else
18690 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
18691 fi
18692 if test ! -s conftest.s$ac_file; then
18693 ac_more_lines=false
18694 rm -f conftest.s$ac_file
18695 else
18696 if test -z "$ac_sed_cmds"; then
18697 ac_sed_cmds="sed -f conftest.s$ac_file"
18698 else
18699 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
18700 fi
18701 ac_file=`expr $ac_file + 1`
18702 ac_beg=$ac_end
18703 ac_end=`expr $ac_end + $ac_max_sed_cmds`
18704 fi
18705 done
18706 if test -z "$ac_sed_cmds"; then
18707 ac_sed_cmds=cat
18708 fi
18709 EOF
18710
18711 cat >> $CONFIG_STATUS <<EOF
18712
18713 CONFIG_FILES=\${CONFIG_FILES-"wx-config
18714 src/make.env
18715 src/makeprog.env
18716 src/makelib.env
18717 Makefile
18718 "}
18719 EOF
18720 cat >> $CONFIG_STATUS <<\EOF
18721 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
18722 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
18723 case "$ac_file" in
18724 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
18725 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
18726 *) ac_file_in="${ac_file}.in" ;;
18727 esac
18728
18729 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
18730
18731 # Remove last slash and all that follows it. Not all systems have dirname.
18732 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
18733 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
18734 # The file is in a subdirectory.
18735 test ! -d "$ac_dir" && mkdir "$ac_dir"
18736 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
18737 # A "../" for each directory in $ac_dir_suffix.
18738 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
18739 else
18740 ac_dir_suffix= ac_dots=
18741 fi
18742
18743 case "$ac_given_srcdir" in
18744 .) srcdir=.
18745 if test -z "$ac_dots"; then top_srcdir=.
18746 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
18747 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
18748 *) # Relative path.
18749 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
18750 top_srcdir="$ac_dots$ac_given_srcdir" ;;
18751 esac
18752
18753 case "$ac_given_INSTALL" in
18754 [/$]*) INSTALL="$ac_given_INSTALL" ;;
18755 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
18756 esac
18757
18758 echo creating "$ac_file"
18759 rm -f "$ac_file"
18760 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
18761 case "$ac_file" in
18762 *Makefile*) ac_comsub="1i\\
18763 # $configure_input" ;;
18764 *) ac_comsub= ;;
18765 esac
18766
18767 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
18768 sed -e "$ac_comsub
18769 s%@configure_input@%$configure_input%g
18770 s%@srcdir@%$srcdir%g
18771 s%@top_srcdir@%$top_srcdir%g
18772 s%@INSTALL@%$INSTALL%g
18773 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
18774 fi; done
18775 rm -f conftest.s*
18776
18777 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
18778 # NAME is the cpp macro being defined and VALUE is the value it is being given.
18779 #
18780 # ac_d sets the value in "#define NAME VALUE" lines.
18781 ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
18782 ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
18783 ac_dC='\3'
18784 ac_dD='%g'
18785 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
18786 ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
18787 ac_uB='\([ ]\)%\1#\2define\3'
18788 ac_uC=' '
18789 ac_uD='\4%g'
18790 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
18791 ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
18792 ac_eB='$%\1#\2define\3'
18793 ac_eC=' '
18794 ac_eD='%g'
18795
18796 if test "${CONFIG_HEADERS+set}" != set; then
18797 EOF
18798 cat >> $CONFIG_STATUS <<EOF
18799 CONFIG_HEADERS="setup.h:setup.h.in"
18800 EOF
18801 cat >> $CONFIG_STATUS <<\EOF
18802 fi
18803 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
18804 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
18805 case "$ac_file" in
18806 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
18807 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
18808 *) ac_file_in="${ac_file}.in" ;;
18809 esac
18810
18811 echo creating $ac_file
18812
18813 rm -f conftest.frag conftest.in conftest.out
18814 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
18815 cat $ac_file_inputs > conftest.in
18816
18817 EOF
18818
18819 # Transform confdefs.h into a sed script conftest.vals that substitutes
18820 # the proper values into config.h.in to produce config.h. And first:
18821 # Protect against being on the right side of a sed subst in config.status.
18822 # Protect against being in an unquoted here document in config.status.
18823 rm -f conftest.vals
18824 cat > conftest.hdr <<\EOF
18825 s/[\\&%]/\\&/g
18826 s%[\\$`]%\\&%g
18827 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
18828 s%ac_d%ac_u%gp
18829 s%ac_u%ac_e%gp
18830 EOF
18831 sed -n -f conftest.hdr confdefs.h > conftest.vals
18832 rm -f conftest.hdr
18833
18834 # This sed command replaces #undef with comments. This is necessary, for
18835 # example, in the case of _POSIX_SOURCE, which is predefined and required
18836 # on some systems where configure will not decide to define it.
18837 cat >> conftest.vals <<\EOF
18838 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
18839 EOF
18840
18841 # Break up conftest.vals because some shells have a limit on
18842 # the size of here documents, and old seds have small limits too.
18843
18844 rm -f conftest.tail
18845 while :
18846 do
18847 ac_lines=`grep -c . conftest.vals`
18848 # grep -c gives empty output for an empty file on some AIX systems.
18849 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
18850 # Write a limited-size here document to conftest.frag.
18851 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
18852 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
18853 echo 'CEOF
18854 sed -f conftest.frag conftest.in > conftest.out
18855 rm -f conftest.in
18856 mv conftest.out conftest.in
18857 ' >> $CONFIG_STATUS
18858 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
18859 rm -f conftest.vals
18860 mv conftest.tail conftest.vals
18861 done
18862 rm -f conftest.vals
18863
18864 cat >> $CONFIG_STATUS <<\EOF
18865 rm -f conftest.frag conftest.h
18866 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
18867 cat conftest.in >> conftest.h
18868 rm -f conftest.in
18869 if cmp -s $ac_file conftest.h 2>/dev/null; then
18870 echo "$ac_file is unchanged"
18871 rm -f conftest.h
18872 else
18873 # Remove last slash and all that follows it. Not all systems have dirname.
18874 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
18875 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
18876 # The file is in a subdirectory.
18877 test ! -d "$ac_dir" && mkdir "$ac_dir"
18878 fi
18879 rm -f $ac_file
18880 mv conftest.h $ac_file
18881 fi
18882 fi; done
18883
18884 EOF
18885 cat >> $CONFIG_STATUS <<EOF
18886
18887 TOOLCHAIN_NAME="${TOOLCHAIN_NAME}"
18888 LN_S="${LN_S}"
18889
18890
18891 EOF
18892 cat >> $CONFIG_STATUS <<\EOF
18893
18894 if test ! -h wx-config; then
18895 chmod +x wx-config
18896 mv wx-config wx${TOOLCHAIN_NAME}-config
18897 ${LN_S} wx${TOOLCHAIN_NAME}-config wx-config
18898 fi
18899
18900 if test ! -d lib; then
18901 mkdir lib
18902 fi
18903 if test ! -d lib/wx; then
18904 mkdir lib/wx
18905 fi
18906 if test ! -d lib/wx/include; then
18907 mkdir lib/wx/include
18908 fi
18909 if test ! -d lib/wx/include/${TOOLCHAIN_NAME}; then
18910 mkdir lib/wx/include/${TOOLCHAIN_NAME}
18911 fi
18912 if test ! -d lib/wx/include/${TOOLCHAIN_NAME}/wx; then
18913 mkdir lib/wx/include/${TOOLCHAIN_NAME}/wx
18914 fi
18915 if test -f setup.h; then
18916 mv -f setup.h lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h
18917 fi
18918
18919 exit 0
18920 EOF
18921 chmod +x $CONFIG_STATUS
18922 rm -fr confdefs* $ac_clean_files
18923 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
18924
18925 if test "$no_recursion" != yes; then
18926
18927 # Remove --cache-file and --srcdir arguments so they do not pile up.
18928 ac_sub_configure_args=
18929 ac_prev=
18930 for ac_arg in $ac_configure_args; do
18931 if test -n "$ac_prev"; then
18932 ac_prev=
18933 continue
18934 fi
18935 case "$ac_arg" in
18936 -cache-file | --cache-file | --cache-fil | --cache-fi \
18937 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
18938 ac_prev=cache_file ;;
18939 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
18940 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
18941 ;;
18942 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
18943 ac_prev=srcdir ;;
18944 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
18945 ;;
18946 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
18947 esac
18948 done
18949
18950 for ac_config_dir in demos samples utils contrib; do
18951
18952 # Do not complain, so a configure script can configure whichever
18953 # parts of a large source tree are present.
18954 if test ! -d $srcdir/$ac_config_dir; then
18955 continue
18956 fi
18957
18958 echo configuring in $ac_config_dir
18959
18960 case "$srcdir" in
18961 .) ;;
18962 *)
18963 if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
18964 else
18965 { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
18966 fi
18967 ;;
18968 esac
18969
18970 ac_popdir=`pwd`
18971 cd $ac_config_dir
18972
18973 # A "../" for each directory in /$ac_config_dir.
18974 ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
18975
18976 case "$srcdir" in
18977 .) # No --srcdir option. We are building in place.
18978 ac_sub_srcdir=$srcdir ;;
18979 /*) # Absolute path.
18980 ac_sub_srcdir=$srcdir/$ac_config_dir ;;
18981 *) # Relative path.
18982 ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
18983 esac
18984
18985 # Check for guested configure; otherwise get Cygnus style configure.
18986 if test -f $ac_sub_srcdir/configure; then
18987 ac_sub_configure=$ac_sub_srcdir/configure
18988 elif test -f $ac_sub_srcdir/configure.in; then
18989 ac_sub_configure=$ac_configure
18990 else
18991 echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
18992 ac_sub_configure=
18993 fi
18994
18995 # The recursion is here.
18996 if test -n "$ac_sub_configure"; then
18997
18998 # Make the cache file name correct relative to the subdirectory.
18999 case "$cache_file" in
19000 /*) ac_sub_cache_file=$cache_file ;;
19001 *) # Relative path.
19002 ac_sub_cache_file="$ac_dots$cache_file" ;;
19003 esac
19004 case "$ac_given_INSTALL" in
19005 [/$]*) INSTALL="$ac_given_INSTALL" ;;
19006 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
19007 esac
19008
19009 echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
19010 # The eval makes quoting arguments work.
19011 if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
19012 then :
19013 else
19014 { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }
19015 fi
19016 fi
19017
19018 cd $ac_popdir
19019 done
19020 fi
19021
19022