]> git.saurik.com Git - wxWidgets.git/blob - configure
removed duplicated line
[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_MSW_VERSION=$WX_MAJOR_VERSION_NUMBER$WX_MINOR_VERSION_NUMBER$WX_RELEASE_NUMBER
1009
1010 WX_CURRENT=1
1011 WX_REVISION=0
1012 WX_AGE=0
1013
1014
1015
1016 USE_UNIX=1
1017 USE_WIN32=0
1018 USE_BEOS=0
1019 USE_MAC=0
1020
1021 USE_LINUX=
1022 USE_SGI=
1023 USE_HPUX=
1024 USE_SYSV=
1025 USE_SVR4=
1026 USE_AIX=
1027 USE_SUN=
1028 USE_SOLARIS=
1029 USE_SUNOS=
1030 USE_ALPHA=
1031 USE_IA64=
1032 USE_OSF=
1033 USE_BSD=
1034 USE_DARWIN=
1035 USE_FREEBSD=
1036 USE_OPENBSD=
1037 USE_NETBSD=
1038 USE_VMS=
1039 USE_ULTRIX=
1040 USE_DATA_GENERAL=
1041
1042 NEEDS_D_REENTRANT_FOR_R_FUNCS=0
1043
1044 ALL_TOOLKITS="GTK MAC MGL MOTIF MSW PM WINE"
1045
1046 DEFAULT_wxUSE_GTK=0
1047 DEFAULT_wxUSE_MAC=0
1048 DEFAULT_wxUSE_MGL=0
1049 DEFAULT_wxUSE_MOTIF=0
1050 DEFAULT_wxUSE_MSW=0
1051 DEFAULT_wxUSE_PM=0
1052 DEFAULT_wxUSE_WINE=0
1053
1054 DEFAULT_DEFAULT_wxUSE_GTK=0
1055 DEFAULT_DEFAULT_wxUSE_MAC=0
1056 DEFAULT_DEFAULT_wxUSE_MGL=0
1057 DEFAULT_DEFAULT_wxUSE_MOTIF=0
1058 DEFAULT_DEFAULT_wxUSE_MSW=0
1059 DEFAULT_DEFAULT_wxUSE_PM=0
1060 DEFAULT_DEFAULT_wxUSE_WINE=0
1061
1062 PROGRAM_EXT=
1063 SO_SUFFIX=so
1064
1065 case "${host}" in
1066 *-hp-hpux* )
1067 USE_HPUX=1
1068 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1069 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1070 SO_SUFFIX=sl
1071 cat >> confdefs.h <<\EOF
1072 #define __HPUX__ 1
1073 EOF
1074
1075 ;;
1076 *-*-linux* )
1077 USE_LINUX=1
1078 cat >> confdefs.h <<\EOF
1079 #define __LINUX__ 1
1080 EOF
1081
1082 TMP=`uname -m`
1083 if test "x$TMP" = "xalpha"; then
1084 USE_ALPHA=1
1085 cat >> confdefs.h <<\EOF
1086 #define __ALPHA__ 1
1087 EOF
1088
1089 fi
1090 if test "x$TMP" = "xia64"; then
1091 USE_IA64=1
1092 cat >> confdefs.h <<\EOF
1093 #define __IA64__ 1
1094 EOF
1095
1096 fi
1097 DEFAULT_DEFAULT_wxUSE_GTK=1
1098 ;;
1099 *-*-irix5* | *-*-irix6* )
1100 USE_SGI=1
1101 USE_SVR4=1
1102 cat >> confdefs.h <<\EOF
1103 #define __SGI__ 1
1104 EOF
1105
1106 cat >> confdefs.h <<\EOF
1107 #define __SVR4__ 1
1108 EOF
1109
1110 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1111 ;;
1112 *-*-solaris2* )
1113 USE_SUN=1
1114 USE_SOLARIS=1
1115 USE_SVR4=1
1116 cat >> confdefs.h <<\EOF
1117 #define __SUN__ 1
1118 EOF
1119
1120 cat >> confdefs.h <<\EOF
1121 #define __SOLARIS__ 1
1122 EOF
1123
1124 cat >> confdefs.h <<\EOF
1125 #define __SVR4__ 1
1126 EOF
1127
1128 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1129 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1130 ;;
1131 *-*-sunos4* )
1132 USE_SUN=1
1133 USE_SUNOS=1
1134 USE_BSD=1
1135 cat >> confdefs.h <<\EOF
1136 #define __SUN__ 1
1137 EOF
1138
1139 cat >> confdefs.h <<\EOF
1140 #define __SUNOS__ 1
1141 EOF
1142
1143 cat >> confdefs.h <<\EOF
1144 #define __BSD__ 1
1145 EOF
1146
1147 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1148 ;;
1149 *-*-freebsd*)
1150 USE_BSD=1
1151 USE_FREEBSD=1
1152 cat >> confdefs.h <<\EOF
1153 #define __FREEBSD__ 1
1154 EOF
1155
1156 cat >> confdefs.h <<\EOF
1157 #define __BSD__ 1
1158 EOF
1159
1160 DEFAULT_DEFAULT_wxUSE_GTK=1
1161 ;;
1162 *-*-openbsd*)
1163 USE_BSD=1
1164 USE_OPENBSD=1
1165 cat >> confdefs.h <<\EOF
1166 #define __FREEBSD__ 1
1167 EOF
1168
1169 cat >> confdefs.h <<\EOF
1170 #define __OPENBSD__ 1
1171 EOF
1172
1173 DEFAULT_DEFAULT_wxUSE_GTK=1
1174 ;;
1175 *-*-netbsd*)
1176 USE_BSD=1
1177 USE_NETBSD=1
1178 cat >> confdefs.h <<\EOF
1179 #define __FREEBSD__ 1
1180 EOF
1181
1182 cat >> confdefs.h <<\EOF
1183 #define __NETBSD__ 1
1184 EOF
1185
1186 DEFAULT_DEFAULT_wxUSE_GTK=1
1187 ;;
1188 *-*-osf* )
1189 USE_ALPHA=1
1190 USE_OSF=1
1191 cat >> confdefs.h <<\EOF
1192 #define __ALPHA__ 1
1193 EOF
1194
1195 cat >> confdefs.h <<\EOF
1196 #define __OSF__ 1
1197 EOF
1198
1199 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1200 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1201 ;;
1202 *-*-dgux5* )
1203 USE_ALPHA=1
1204 USE_SVR4=1
1205 cat >> confdefs.h <<\EOF
1206 #define __ALPHA__ 1
1207 EOF
1208
1209 cat >> confdefs.h <<\EOF
1210 #define __SVR4__ 1
1211 EOF
1212
1213 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1214 ;;
1215 *-*-sysv5* )
1216 USE_SYSV=1
1217 USE_SVR4=1
1218 cat >> confdefs.h <<\EOF
1219 #define __SYSV__ 1
1220 EOF
1221
1222 cat >> confdefs.h <<\EOF
1223 #define __SVR4__ 1
1224 EOF
1225
1226 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1227 ;;
1228 *-*-aix* )
1229 USE_AIX=1
1230 USE_SYSV=1
1231 USE_SVR4=1
1232 cat >> confdefs.h <<\EOF
1233 #define __AIX__ 1
1234 EOF
1235
1236 cat >> confdefs.h <<\EOF
1237 #define __SYSV__ 1
1238 EOF
1239
1240 cat >> confdefs.h <<\EOF
1241 #define __SVR4__ 1
1242 EOF
1243
1244 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1245 ;;
1246
1247 *-*-cygwin* | *-*-mingw32* )
1248 USE_UNIX=0
1249 USE_WIN32=1
1250 SO_SUFFIX=dll
1251 cat >> confdefs.h <<\EOF
1252 #define __WIN32__ 1
1253 EOF
1254
1255 cat >> confdefs.h <<\EOF
1256 #define __WIN95__ 1
1257 EOF
1258
1259 cat >> confdefs.h <<\EOF
1260 #define __WINDOWS__ 1
1261 EOF
1262
1263 cat >> confdefs.h <<\EOF
1264 #define __GNUWIN32__ 1
1265 EOF
1266
1267 cat >> confdefs.h <<\EOF
1268 #define STRICT 1
1269 EOF
1270
1271 cat >> confdefs.h <<\EOF
1272 #define WINVER 0x0400
1273 EOF
1274
1275 PROGRAM_EXT=".exe"
1276 RESCOMP=windres
1277 DEFAULT_DEFAULT_wxUSE_MSW=1
1278 ;;
1279
1280 *-pc-os2_emx | *-pc-os2-emx )
1281 cat >> confdefs.h <<\EOF
1282 #define __EMX__ 1
1283 EOF
1284
1285 PROGRAM_EXT=".exe"
1286 DEFAULT_DEFAULT_wxUSE_PM=1
1287 ;;
1288
1289 powerpc-*-darwin* )
1290 USE_BSD=1
1291 USE_DARWIN=1
1292 SO_SUFFIX=dylib
1293 cat >> confdefs.h <<\EOF
1294 #define __BSD__ 1
1295 EOF
1296
1297 cat >> confdefs.h <<\EOF
1298 #define __DARWIN__ 1
1299 EOF
1300
1301 cat >> confdefs.h <<\EOF
1302 #define __POWERPC__ 1
1303 EOF
1304
1305 DEFAULT_DEFAULT_wxUSE_MAC=1
1306 ;;
1307
1308 *-*-beos* )
1309 USE_BEOS=1
1310 cat >> confdefs.h <<\EOF
1311 #define __BEOS__ 1
1312 EOF
1313
1314 ;;
1315
1316 *)
1317 { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; }
1318 esac
1319
1320 if test "$USE_UNIX" = 1 ; then
1321 wxUSE_UNIX=yes
1322 cat >> confdefs.h <<\EOF
1323 #define __UNIX__ 1
1324 EOF
1325
1326 fi
1327
1328 if test "$USE_LINUX" = 1; then
1329 echo $ac_n "checking for glibc 2.1 or later""... $ac_c" 1>&6
1330 echo "configure:1331: checking for glibc 2.1 or later" >&5
1331 if eval "test \"`echo '$''{'wx_lib_glibc21'+set}'`\" = set"; then
1332 echo $ac_n "(cached) $ac_c" 1>&6
1333 else
1334 cat > conftest.$ac_ext <<EOF
1335 #line 1336 "configure"
1336 #include "confdefs.h"
1337 #include <features.h>
1338 int main() {
1339
1340 #if !__GLIBC_PREREQ(2, 1)
1341 #error not glibc2.1
1342 #endif
1343
1344 ; return 0; }
1345 EOF
1346 if { (eval echo configure:1347: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1347 rm -rf conftest*
1348
1349 wx_lib_glibc21=yes
1350
1351 else
1352 echo "configure: failed program was:" >&5
1353 cat conftest.$ac_ext >&5
1354 rm -rf conftest*
1355
1356 wx_lib_glibc21=no
1357
1358
1359 fi
1360 rm -f conftest*
1361
1362 fi
1363
1364 echo "$ac_t""$wx_lib_glibc21" 1>&6
1365 if test "$wx_lib_glibc21" = "yes"; then
1366 cat >> confdefs.h <<\EOF
1367 #define wxHAVE_GLIBC2 1
1368 EOF
1369
1370 fi
1371 fi
1372
1373
1374
1375
1376 wx_arg_cache_file="configarg.cache"
1377 echo "loading argument cache $wx_arg_cache_file"
1378 rm -f ${wx_arg_cache_file}.tmp
1379 touch ${wx_arg_cache_file}.tmp
1380 touch ${wx_arg_cache_file}
1381
1382
1383 DEBUG_CONFIGURE=0
1384 if test $DEBUG_CONFIGURE = 1; then
1385 DEFAULT_wxUSE_UNIVERSAL=no
1386
1387 DEFAULT_wxUSE_THREADS=yes
1388
1389 DEFAULT_wxUSE_SHARED=yes
1390 DEFAULT_wxUSE_SONAME=no
1391 DEFAULT_wxUSE_OPTIMISE=no
1392 DEFAULT_wxUSE_PROFILE=no
1393 DEFAULT_wxUSE_NO_DEPS=no
1394 DEFAULT_wxUSE_NO_RTTI=yes
1395 DEFAULT_wxUSE_NO_EXCEPTIONS=yes
1396 DEFAULT_wxUSE_PERMISSIVE=no
1397 DEFAULT_wxUSE_DEBUG_FLAG=yes
1398 DEFAULT_wxUSE_DEBUG_INFO=yes
1399 DEFAULT_wxUSE_DEBUG_GDB=yes
1400 DEFAULT_wxUSE_MEM_TRACING=no
1401 DEFAULT_wxUSE_DEBUG_CONTEXT=no
1402 DEFAULT_wxUSE_DMALLOC=no
1403 DEFAULT_wxUSE_PRECOMP=yes
1404 DEFAULT_wxUSE_APPLE_IEEE=no
1405
1406 DEFAULT_wxUSE_LOG=yes
1407 DEFAULT_wxUSE_LOGWINDOW=no
1408 DEFAULT_wxUSE_LOGGUI=no
1409
1410 DEFAULT_wxUSE_GUI=yes
1411 DEFAULT_wxUSE_CONTROLS=no
1412
1413 DEFAULT_wxUSE_REGEX=no
1414 DEFAULT_wxUSE_ZLIB=no
1415 DEFAULT_wxUSE_LIBPNG=no
1416 DEFAULT_wxUSE_LIBJPEG=no
1417 DEFAULT_wxUSE_LIBTIFF=no
1418 DEFAULT_wxUSE_ODBC=no
1419 DEFAULT_wxUSE_FREETYPE=no
1420 DEFAULT_wxUSE_OPENGL=no
1421
1422 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=no
1423 DEFAULT_wxUSE_SNGLINST_CHECKER=no
1424 DEFAULT_wxUSE_STD_IOSTREAM=no
1425 DEFAULT_wxUSE_CMDLINE_PARSER=no
1426 DEFAULT_wxUSE_DATETIME=no
1427 DEFAULT_wxUSE_TIMEDATE=no
1428 DEFAULT_wxUSE_TIMER=no
1429 DEFAULT_wxUSE_STOPWATCH=no
1430 DEFAULT_wxUSE_FILE=no
1431 DEFAULT_wxUSE_FFILE=no
1432 DEFAULT_wxUSE_TEXTFILE=no
1433 DEFAULT_wxUSE_WAVE=no
1434 DEFAULT_wxUSE_INTL=no
1435 DEFAULT_wxUSE_CONFIG=no
1436 DEFAULT_wxUSE_FONTMAP=no
1437 DEFAULT_wxUSE_STREAMS=no
1438 DEFAULT_wxUSE_SOCKETS=no
1439 DEFAULT_wxUSE_DIALUP_MANAGER=no
1440 DEFAULT_wxUSE_SERIAL=no
1441 DEFAULT_wxUSE_JOYSTICK=no
1442 DEFAULT_wxUSE_DYNLIB_CLASS=no
1443 DEFAULT_wxUSE_LONGLONG=no
1444 DEFAULT_wxUSE_GEOMETRY=no
1445
1446 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no
1447 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no
1448 DEFAULT_wxUSE_POSTSCRIPT=no
1449
1450 DEFAULT_wxUSE_X_RESOURCES=no
1451 DEFAULT_wxUSE_CLIPBOARD=no
1452 DEFAULT_wxUSE_TOOLTIPS=no
1453 DEFAULT_wxUSE_DRAG_AND_DROP=no
1454 DEFAULT_wxUSE_DRAGIMAGE=no
1455 DEFAULT_wxUSE_SPLINES=no
1456
1457 DEFAULT_wxUSE_MDI_ARCHITECTURE=no
1458 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no
1459 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no
1460
1461 DEFAULT_wxUSE_PROLOGIO=no
1462 DEFAULT_wxUSE_RESOURCES=no
1463 DEFAULT_wxUSE_CONSTRAINTS=no
1464 DEFAULT_wxUSE_IPC=no
1465 DEFAULT_wxUSE_HELP=no
1466 DEFAULT_wxUSE_MS_HTML_HELP=no
1467 DEFAULT_wxUSE_WXHTML_HELP=no
1468 DEFAULT_wxUSE_TREELAYOUT=no
1469 DEFAULT_wxUSE_METAFILE=no
1470 DEFAULT_wxUSE_MIMETYPE=no
1471 DEFAULT_wxUSE_SYSTEM_OPTIONS=yes
1472
1473 DEFAULT_wxUSE_COMMONDLGS=no
1474 DEFAULT_wxUSE_CHOICEDLG=no
1475 DEFAULT_wxUSE_COLOURDLG=no
1476 DEFAULT_wxUSE_DIRDLG=no
1477 DEFAULT_wxUSE_FILEDLG=no
1478 DEFAULT_wxUSE_FINDREPLDLG=no
1479 DEFAULT_wxUSE_FONTDLG=no
1480 DEFAULT_wxUSE_MSGDLG=no
1481 DEFAULT_wxUSE_NUMBERDLG=no
1482 DEFAULT_wxUSE_TEXTDLG=no
1483 DEFAULT_wxUSE_SPLASH=no
1484 DEFAULT_wxUSE_STARTUP_TIPS=no
1485 DEFAULT_wxUSE_PROGRESSDLG=no
1486 DEFAULT_wxUSE_WIZARDDLG=no
1487
1488 DEFAULT_wxUSE_MENUS=no
1489 DEFAULT_wxUSE_MINIFRAME=no
1490 DEFAULT_wxUSE_HTML=no
1491 DEFAULT_wxUSE_FILESYSTEM=no
1492 DEFAULT_wxUSE_FS_INET=no
1493 DEFAULT_wxUSE_FS_ZIP=no
1494 DEFAULT_wxUSE_BUSYINFO=no
1495 DEFAULT_wxUSE_ZIPSTREAM=no
1496 DEFAULT_wxUSE_VALIDATORS=no
1497
1498 DEFAULT_wxUSE_ACCEL=no
1499 DEFAULT_wxUSE_BUTTON=no
1500 DEFAULT_wxUSE_BMPBUTTON=no
1501 DEFAULT_wxUSE_CALCTRL=no
1502 DEFAULT_wxUSE_CARET=no
1503 DEFAULT_wxUSE_CHECKBOX=no
1504 DEFAULT_wxUSE_CHECKLST=no
1505 DEFAULT_wxUSE_CHOICE=no
1506 DEFAULT_wxUSE_COMBOBOX=no
1507 DEFAULT_wxUSE_GAUGE=no
1508 DEFAULT_wxUSE_GRID=no
1509 DEFAULT_wxUSE_NEW_GRID=no
1510 DEFAULT_wxUSE_IMAGLIST=no
1511 DEFAULT_wxUSE_LISTBOX=no
1512 DEFAULT_wxUSE_LISTCTRL=no
1513 DEFAULT_wxUSE_NOTEBOOK=no
1514 DEFAULT_wxUSE_PROPSHEET=no
1515 DEFAULT_wxUSE_RADIOBOX=no
1516 DEFAULT_wxUSE_RADIOBTN=no
1517 DEFAULT_wxUSE_SASH=no
1518 DEFAULT_wxUSE_SCROLLBAR=no
1519 DEFAULT_wxUSE_SLIDER=no
1520 DEFAULT_wxUSE_SPINBTN=no
1521 DEFAULT_wxUSE_SPINCTRL=no
1522 DEFAULT_wxUSE_SPLITTER=no
1523 DEFAULT_wxUSE_STATBMP=no
1524 DEFAULT_wxUSE_STATBOX=no
1525 DEFAULT_wxUSE_STATLINE=no
1526 DEFAULT_wxUSE_STATTEXT=no
1527 DEFAULT_wxUSE_STATUSBAR=yes
1528 DEFAULT_wxUSE_TABDIALOG=no
1529 DEFAULT_wxUSE_TEXTCTRL=no
1530 DEFAULT_wxUSE_TOGGLEBTN=no
1531 DEFAULT_wxUSE_TOOLBAR=no
1532 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
1533 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
1534 DEFAULT_wxUSE_TREECTRL=no
1535 DEFAULT_wxUSE_POPUPWIN=no
1536
1537 DEFAULT_wxUSE_UNICODE=no
1538 DEFAULT_wxUSE_WCSRTOMBS=no
1539
1540 DEFAULT_wxUSE_PALETTE=no
1541 DEFAULT_wxUSE_IMAGE=no
1542 DEFAULT_wxUSE_GIF=no
1543 DEFAULT_wxUSE_PCX=no
1544 DEFAULT_wxUSE_PNM=no
1545 DEFAULT_wxUSE_XPM=no
1546 else
1547 DEFAULT_wxUSE_UNIVERSAL=no
1548
1549 DEFAULT_wxUSE_THREADS=yes
1550
1551 DEFAULT_wxUSE_SHARED=yes
1552 DEFAULT_wxUSE_SONAME=no
1553 DEFAULT_wxUSE_OPTIMISE=yes
1554 DEFAULT_wxUSE_PROFILE=no
1555 DEFAULT_wxUSE_NO_DEPS=no
1556 DEFAULT_wxUSE_NO_RTTI=yes
1557 DEFAULT_wxUSE_NO_EXCEPTIONS=yes
1558 DEFAULT_wxUSE_PERMISSIVE=no
1559 DEFAULT_wxUSE_DEBUG_FLAG=no
1560 DEFAULT_wxUSE_DEBUG_INFO=no
1561 DEFAULT_wxUSE_DEBUG_GDB=no
1562 DEFAULT_wxUSE_MEM_TRACING=no
1563 DEFAULT_wxUSE_DEBUG_CONTEXT=no
1564 DEFAULT_wxUSE_DMALLOC=no
1565 DEFAULT_wxUSE_PRECOMP=yes
1566 DEFAULT_wxUSE_APPLE_IEEE=yes
1567
1568 DEFAULT_wxUSE_LOG=yes
1569 DEFAULT_wxUSE_LOGWINDOW=yes
1570 DEFAULT_wxUSE_LOGGUI=yes
1571
1572 DEFAULT_wxUSE_GUI=yes
1573
1574 DEFAULT_wxUSE_REGEX=yes
1575 DEFAULT_wxUSE_ZLIB=yes
1576 DEFAULT_wxUSE_LIBPNG=yes
1577 DEFAULT_wxUSE_LIBJPEG=yes
1578 DEFAULT_wxUSE_LIBTIFF=yes
1579 DEFAULT_wxUSE_ODBC=no
1580 DEFAULT_wxUSE_FREETYPE=no
1581 DEFAULT_wxUSE_OPENGL=no
1582
1583 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=yes
1584 DEFAULT_wxUSE_SNGLINST_CHECKER=yes
1585 DEFAULT_wxUSE_STD_IOSTREAM=no
1586 DEFAULT_wxUSE_CMDLINE_PARSER=yes
1587 DEFAULT_wxUSE_DATETIME=yes
1588 DEFAULT_wxUSE_TIMEDATE=no
1589 DEFAULT_wxUSE_TIMER=yes
1590 DEFAULT_wxUSE_STOPWATCH=yes
1591 DEFAULT_wxUSE_FILE=yes
1592 DEFAULT_wxUSE_FFILE=yes
1593 DEFAULT_wxUSE_TEXTFILE=yes
1594 DEFAULT_wxUSE_WAVE=no
1595 DEFAULT_wxUSE_INTL=yes
1596 DEFAULT_wxUSE_CONFIG=yes
1597 DEFAULT_wxUSE_FONTMAP=yes
1598 DEFAULT_wxUSE_STREAMS=yes
1599 DEFAULT_wxUSE_SOCKETS=yes
1600 DEFAULT_wxUSE_DIALUP_MANAGER=yes
1601 DEFAULT_wxUSE_SERIAL=yes
1602 DEFAULT_wxUSE_JOYSTICK=yes
1603 DEFAULT_wxUSE_DYNLIB_CLASS=yes
1604 DEFAULT_wxUSE_LONGLONG=yes
1605 DEFAULT_wxUSE_GEOMETRY=yes
1606
1607 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes
1608 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes
1609 DEFAULT_wxUSE_POSTSCRIPT=yes
1610
1611 DEFAULT_wxUSE_X_RESOURCES=no
1612 DEFAULT_wxUSE_CLIPBOARD=yes
1613 DEFAULT_wxUSE_TOOLTIPS=yes
1614 DEFAULT_wxUSE_DRAG_AND_DROP=yes
1615 DEFAULT_wxUSE_DRAGIMAGE=yes
1616 DEFAULT_wxUSE_SPLINES=yes
1617
1618 DEFAULT_wxUSE_MDI_ARCHITECTURE=yes
1619 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes
1620 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes
1621
1622 DEFAULT_wxUSE_PROLOGIO=yes
1623 DEFAULT_wxUSE_RESOURCES=yes
1624 DEFAULT_wxUSE_CONSTRAINTS=yes
1625 DEFAULT_wxUSE_IPC=yes
1626 DEFAULT_wxUSE_HELP=yes
1627 DEFAULT_wxUSE_MS_HTML_HELP=yes
1628 DEFAULT_wxUSE_WXHTML_HELP=yes
1629 DEFAULT_wxUSE_TREELAYOUT=yes
1630 DEFAULT_wxUSE_METAFILE=yes
1631 DEFAULT_wxUSE_MIMETYPE=yes
1632 DEFAULT_wxUSE_SYSTEM_OPTIONS=yes
1633
1634 DEFAULT_wxUSE_COMMONDLGS=yes
1635 DEFAULT_wxUSE_CHOICEDLG=yes
1636 DEFAULT_wxUSE_COLOURDLG=yes
1637 DEFAULT_wxUSE_DIRDLG=yes
1638 DEFAULT_wxUSE_FILEDLG=yes
1639 DEFAULT_wxUSE_FINDREPLDLG=yes
1640 DEFAULT_wxUSE_FONTDLG=yes
1641 DEFAULT_wxUSE_MSGDLG=yes
1642 DEFAULT_wxUSE_NUMBERDLG=yes
1643 DEFAULT_wxUSE_TEXTDLG=yes
1644 DEFAULT_wxUSE_SPLASH=yes
1645 DEFAULT_wxUSE_STARTUP_TIPS=yes
1646 DEFAULT_wxUSE_PROGRESSDLG=yes
1647 DEFAULT_wxUSE_WIZARDDLG=yes
1648
1649 DEFAULT_wxUSE_MENUS=yes
1650 DEFAULT_wxUSE_MINIFRAME=yes
1651 DEFAULT_wxUSE_HTML=yes
1652 DEFAULT_wxUSE_FILESYSTEM=yes
1653 DEFAULT_wxUSE_FS_INET=yes
1654 DEFAULT_wxUSE_FS_ZIP=yes
1655 DEFAULT_wxUSE_BUSYINFO=yes
1656 DEFAULT_wxUSE_ZIPSTREAM=yes
1657 DEFAULT_wxUSE_VALIDATORS=yes
1658
1659 DEFAULT_wxUSE_ACCEL=yes
1660 DEFAULT_wxUSE_BUTTON=yes
1661 DEFAULT_wxUSE_BMPBUTTON=yes
1662 DEFAULT_wxUSE_CALCTRL=yes
1663 DEFAULT_wxUSE_CARET=yes
1664 DEFAULT_wxUSE_CHECKBOX=yes
1665 DEFAULT_wxUSE_CHECKLST=yes
1666 DEFAULT_wxUSE_CHOICE=yes
1667 DEFAULT_wxUSE_COMBOBOX=yes
1668 DEFAULT_wxUSE_GAUGE=yes
1669 DEFAULT_wxUSE_GRID=yes
1670 DEFAULT_wxUSE_NEW_GRID=yes
1671 DEFAULT_wxUSE_IMAGLIST=yes
1672 DEFAULT_wxUSE_LISTBOX=yes
1673 DEFAULT_wxUSE_LISTCTRL=yes
1674 DEFAULT_wxUSE_NOTEBOOK=yes
1675 DEFAULT_wxUSE_PROPSHEET=yes
1676 DEFAULT_wxUSE_RADIOBOX=yes
1677 DEFAULT_wxUSE_RADIOBTN=yes
1678 DEFAULT_wxUSE_SASH=yes
1679 DEFAULT_wxUSE_SCROLLBAR=yes
1680 DEFAULT_wxUSE_SLIDER=yes
1681 DEFAULT_wxUSE_SPINBTN=yes
1682 DEFAULT_wxUSE_SPINCTRL=yes
1683 DEFAULT_wxUSE_SPLITTER=yes
1684 DEFAULT_wxUSE_STATBMP=yes
1685 DEFAULT_wxUSE_STATBOX=yes
1686 DEFAULT_wxUSE_STATLINE=yes
1687 DEFAULT_wxUSE_STATTEXT=yes
1688 DEFAULT_wxUSE_STATUSBAR=yes
1689 DEFAULT_wxUSE_TABDIALOG=no
1690 DEFAULT_wxUSE_TEXTCTRL=yes
1691 DEFAULT_wxUSE_TOGGLEBTN=yes
1692 DEFAULT_wxUSE_TOOLBAR=yes
1693 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
1694 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
1695 DEFAULT_wxUSE_TREECTRL=yes
1696 DEFAULT_wxUSE_POPUPWIN=yes
1697
1698 DEFAULT_wxUSE_UNICODE=no
1699 DEFAULT_wxUSE_WCSRTOMBS=no
1700
1701 DEFAULT_wxUSE_PALETTE=yes
1702 DEFAULT_wxUSE_IMAGE=yes
1703 DEFAULT_wxUSE_GIF=yes
1704 DEFAULT_wxUSE_PCX=yes
1705 DEFAULT_wxUSE_PNM=yes
1706 DEFAULT_wxUSE_XPM=yes
1707 fi
1708
1709
1710
1711 for toolkit in `echo $ALL_TOOLKITS`; do
1712 LINE=`grep "wxUSE_$toolkit" ${wx_arg_cache_file}`
1713 if test "x$LINE" != x ; then
1714 has_toolkit_in_cache=1
1715 eval "DEFAULT_$LINE"
1716 eval "CACHE_$toolkit=1"
1717 fi
1718 done
1719
1720
1721
1722 echo $ac_n "checking for --enable-gui""... $ac_c" 1>&6
1723 echo "configure:1724: checking for --enable-gui" >&5
1724 no_cache=0
1725 # Check whether --enable-gui or --disable-gui was given.
1726 if test "${enable_gui+set}" = set; then
1727 enableval="$enable_gui"
1728
1729 if test "$enableval" = yes; then
1730 ac_cv_use_gui='wxUSE_GUI=yes'
1731 else
1732 ac_cv_use_gui='wxUSE_GUI=no'
1733 fi
1734
1735 else
1736
1737 LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
1738 if test "x$LINE" != x ; then
1739 eval "DEFAULT_$LINE"
1740 else
1741 no_cache=1
1742 fi
1743
1744 ac_cv_use_gui='wxUSE_GUI='$DEFAULT_wxUSE_GUI
1745
1746 fi
1747
1748
1749 eval "$ac_cv_use_gui"
1750 if test "$no_cache" != 1; then
1751 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
1752 fi
1753
1754 if test "$wxUSE_GUI" = yes; then
1755 echo "$ac_t""yes" 1>&6
1756 else
1757 echo "$ac_t""no" 1>&6
1758 fi
1759
1760
1761 if test "$wxUSE_GUI" = "yes"; then
1762
1763
1764 echo $ac_n "checking for --enable-universal""... $ac_c" 1>&6
1765 echo "configure:1766: checking for --enable-universal" >&5
1766 no_cache=0
1767 # Check whether --enable-universal or --disable-universal was given.
1768 if test "${enable_universal+set}" = set; then
1769 enableval="$enable_universal"
1770
1771 if test "$enableval" = yes; then
1772 ac_cv_use_universal='wxUSE_UNIVERSAL=yes'
1773 else
1774 ac_cv_use_universal='wxUSE_UNIVERSAL=no'
1775 fi
1776
1777 else
1778
1779 LINE=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
1780 if test "x$LINE" != x ; then
1781 eval "DEFAULT_$LINE"
1782 else
1783 no_cache=1
1784 fi
1785
1786 ac_cv_use_universal='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL
1787
1788 fi
1789
1790
1791 eval "$ac_cv_use_universal"
1792 if test "$no_cache" != 1; then
1793 echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
1794 fi
1795
1796 if test "$wxUSE_UNIVERSAL" = yes; then
1797 echo "$ac_t""yes" 1>&6
1798 else
1799 echo "$ac_t""no" 1>&6
1800 fi
1801
1802 # Check whether --with-gtk or --without-gtk was given.
1803 if test "${with_gtk+set}" = set; then
1804 withval="$with_gtk"
1805 wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
1806 fi
1807
1808 # Check whether --with-motif or --without-motif was given.
1809 if test "${with_motif+set}" = set; then
1810 withval="$with_motif"
1811 wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
1812 fi
1813
1814 # Check whether --with-mac or --without-mac was given.
1815 if test "${with_mac+set}" = set; then
1816 withval="$with_mac"
1817 wxUSE_MAC="$withval" TOOLKIT_GIVEN=1
1818 fi
1819
1820 # Check whether --with-wine or --without-wine was given.
1821 if test "${with_wine+set}" = set; then
1822 withval="$with_wine"
1823 wxUSE_WINE="$withval" CACHE_WINE=1 TOOLKIT_GIVEN=1
1824 fi
1825
1826 # Check whether --with-msw or --without-msw was given.
1827 if test "${with_msw+set}" = set; then
1828 withval="$with_msw"
1829 wxUSE_MSW="$withval" CACHE_MSW TOOLKIT_GIVEN=1
1830 fi
1831
1832 # Check whether --with-pm or --without-pm was given.
1833 if test "${with_pm+set}" = set; then
1834 withval="$with_pm"
1835 wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
1836 fi
1837
1838 # Check whether --with-mgl or --without-mgl was given.
1839 if test "${with_mgl+set}" = set; then
1840 withval="$with_mgl"
1841 wxUSE_MGL="$withval" CACHE_MGL=1 TOOLKIT_GIVEN=1
1842 fi
1843
1844
1845 # Check whether --enable-gtk2 or --disable-gtk2 was given.
1846 if test "${enable_gtk2+set}" = set; then
1847 enableval="$enable_gtk2"
1848 wxUSE_GTK2=1
1849 else
1850 wxUSE_GTK2=0
1851 fi
1852
1853
1854
1855 echo $ac_n "checking for --with-libpng""... $ac_c" 1>&6
1856 echo "configure:1857: checking for --with-libpng" >&5
1857 no_cache=0
1858 # Check whether --with-libpng or --without-libpng was given.
1859 if test "${with_libpng+set}" = set; then
1860 withval="$with_libpng"
1861
1862 if test "$withval" = yes; then
1863 ac_cv_use_libpng='wxUSE_LIBPNG=yes'
1864 elif test "$withval" = no; then
1865 ac_cv_use_libpng='wxUSE_LIBPNG=no'
1866 elif test "$withval" = sys; then
1867 ac_cv_use_libpng='wxUSE_LIBPNG=sys'
1868 elif test "$withval" = builtin; then
1869 ac_cv_use_libpng='wxUSE_LIBPNG=builtin'
1870 else
1871 { echo "configure: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" 1>&2; exit 1; }
1872 fi
1873
1874 else
1875
1876 LINE=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
1877 if test "x$LINE" != x ; then
1878 eval "DEFAULT_$LINE"
1879 else
1880 no_cache=1
1881 fi
1882
1883 ac_cv_use_libpng='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
1884
1885 fi
1886
1887
1888 eval "$ac_cv_use_libpng"
1889 if test "$no_cache" != 1; then
1890 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
1891 fi
1892
1893 if test "$wxUSE_LIBPNG" = yes; then
1894 echo "$ac_t""yes" 1>&6
1895 elif test "$wxUSE_LIBPNG" = no; then
1896 echo "$ac_t""no" 1>&6
1897 elif test "$wxUSE_LIBPNG" = sys; then
1898 echo "$ac_t""system version" 1>&6
1899 elif test "$wxUSE_LIBPNG" = builtin; then
1900 echo "$ac_t""builtin version" 1>&6
1901 else
1902 { echo "configure: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" 1>&2; exit 1; }
1903 fi
1904
1905
1906 echo $ac_n "checking for --with-libjpeg""... $ac_c" 1>&6
1907 echo "configure:1908: checking for --with-libjpeg" >&5
1908 no_cache=0
1909 # Check whether --with-libjpeg or --without-libjpeg was given.
1910 if test "${with_libjpeg+set}" = set; then
1911 withval="$with_libjpeg"
1912
1913 if test "$withval" = yes; then
1914 ac_cv_use_libjpeg='wxUSE_LIBJPEG=yes'
1915 elif test "$withval" = no; then
1916 ac_cv_use_libjpeg='wxUSE_LIBJPEG=no'
1917 elif test "$withval" = sys; then
1918 ac_cv_use_libjpeg='wxUSE_LIBJPEG=sys'
1919 elif test "$withval" = builtin; then
1920 ac_cv_use_libjpeg='wxUSE_LIBJPEG=builtin'
1921 else
1922 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" 1>&2; exit 1; }
1923 fi
1924
1925 else
1926
1927 LINE=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
1928 if test "x$LINE" != x ; then
1929 eval "DEFAULT_$LINE"
1930 else
1931 no_cache=1
1932 fi
1933
1934 ac_cv_use_libjpeg='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
1935
1936 fi
1937
1938
1939 eval "$ac_cv_use_libjpeg"
1940 if test "$no_cache" != 1; then
1941 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
1942 fi
1943
1944 if test "$wxUSE_LIBJPEG" = yes; then
1945 echo "$ac_t""yes" 1>&6
1946 elif test "$wxUSE_LIBJPEG" = no; then
1947 echo "$ac_t""no" 1>&6
1948 elif test "$wxUSE_LIBJPEG" = sys; then
1949 echo "$ac_t""system version" 1>&6
1950 elif test "$wxUSE_LIBJPEG" = builtin; then
1951 echo "$ac_t""builtin version" 1>&6
1952 else
1953 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" 1>&2; exit 1; }
1954 fi
1955
1956
1957 echo $ac_n "checking for --with-libtiff""... $ac_c" 1>&6
1958 echo "configure:1959: checking for --with-libtiff" >&5
1959 no_cache=0
1960 # Check whether --with-libtiff or --without-libtiff was given.
1961 if test "${with_libtiff+set}" = set; then
1962 withval="$with_libtiff"
1963
1964 if test "$withval" = yes; then
1965 ac_cv_use_libtiff='wxUSE_LIBTIFF=yes'
1966 elif test "$withval" = no; then
1967 ac_cv_use_libtiff='wxUSE_LIBTIFF=no'
1968 elif test "$withval" = sys; then
1969 ac_cv_use_libtiff='wxUSE_LIBTIFF=sys'
1970 elif test "$withval" = builtin; then
1971 ac_cv_use_libtiff='wxUSE_LIBTIFF=builtin'
1972 else
1973 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" 1>&2; exit 1; }
1974 fi
1975
1976 else
1977
1978 LINE=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
1979 if test "x$LINE" != x ; then
1980 eval "DEFAULT_$LINE"
1981 else
1982 no_cache=1
1983 fi
1984
1985 ac_cv_use_libtiff='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
1986
1987 fi
1988
1989
1990 eval "$ac_cv_use_libtiff"
1991 if test "$no_cache" != 1; then
1992 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
1993 fi
1994
1995 if test "$wxUSE_LIBTIFF" = yes; then
1996 echo "$ac_t""yes" 1>&6
1997 elif test "$wxUSE_LIBTIFF" = no; then
1998 echo "$ac_t""no" 1>&6
1999 elif test "$wxUSE_LIBTIFF" = sys; then
2000 echo "$ac_t""system version" 1>&6
2001 elif test "$wxUSE_LIBTIFF" = builtin; then
2002 echo "$ac_t""builtin version" 1>&6
2003 else
2004 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2005 fi
2006
2007
2008 echo $ac_n "checking for --with-freetype""... $ac_c" 1>&6
2009 echo "configure:2010: checking for --with-freetype" >&5
2010 no_cache=0
2011 # Check whether --with-freetype or --without-freetype was given.
2012 if test "${with_freetype+set}" = set; then
2013 withval="$with_freetype"
2014
2015 if test "$withval" = yes; then
2016 ac_cv_use_freetype='wxUSE_FREETYPE=yes'
2017 elif test "$withval" = no; then
2018 ac_cv_use_freetype='wxUSE_FREETYPE=no'
2019 elif test "$withval" = sys; then
2020 ac_cv_use_freetype='wxUSE_FREETYPE=sys'
2021 elif test "$withval" = builtin; then
2022 ac_cv_use_freetype='wxUSE_FREETYPE=builtin'
2023 else
2024 { echo "configure: error: Invalid value for --with-freetype: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2025 fi
2026
2027 else
2028
2029 LINE=`grep "wxUSE_FREETYPE" ${wx_arg_cache_file}`
2030 if test "x$LINE" != x ; then
2031 eval "DEFAULT_$LINE"
2032 else
2033 no_cache=1
2034 fi
2035
2036 ac_cv_use_freetype='wxUSE_FREETYPE='$DEFAULT_wxUSE_FREETYPE
2037
2038 fi
2039
2040
2041 eval "$ac_cv_use_freetype"
2042 if test "$no_cache" != 1; then
2043 echo $ac_cv_use_freetype >> ${wx_arg_cache_file}.tmp
2044 fi
2045
2046 if test "$wxUSE_FREETYPE" = yes; then
2047 echo "$ac_t""yes" 1>&6
2048 elif test "$wxUSE_FREETYPE" = no; then
2049 echo "$ac_t""no" 1>&6
2050 elif test "$wxUSE_FREETYPE" = sys; then
2051 echo "$ac_t""system version" 1>&6
2052 elif test "$wxUSE_FREETYPE" = builtin; then
2053 echo "$ac_t""builtin version" 1>&6
2054 else
2055 { echo "configure: error: Invalid value for --with-freetype: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2056 fi
2057
2058
2059 echo $ac_n "checking for --with-opengl""... $ac_c" 1>&6
2060 echo "configure:2061: checking for --with-opengl" >&5
2061 no_cache=0
2062 # Check whether --with-opengl or --without-opengl was given.
2063 if test "${with_opengl+set}" = set; then
2064 withval="$with_opengl"
2065
2066 if test "$withval" = yes; then
2067 ac_cv_use_opengl='wxUSE_OPENGL=yes'
2068 else
2069 ac_cv_use_opengl='wxUSE_OPENGL=no'
2070 fi
2071
2072 else
2073
2074 LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
2075 if test "x$LINE" != x ; then
2076 eval "DEFAULT_$LINE"
2077 else
2078 no_cache=1
2079 fi
2080
2081 ac_cv_use_opengl='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
2082
2083 fi
2084
2085
2086 eval "$ac_cv_use_opengl"
2087 if test "$no_cache" != 1; then
2088 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
2089 fi
2090
2091 if test "$wxUSE_OPENGL" = yes; then
2092 echo "$ac_t""yes" 1>&6
2093 else
2094 echo "$ac_t""no" 1>&6
2095 fi
2096
2097
2098 fi
2099
2100
2101 echo $ac_n "checking for --with-dmalloc""... $ac_c" 1>&6
2102 echo "configure:2103: checking for --with-dmalloc" >&5
2103 no_cache=0
2104 # Check whether --with-dmalloc or --without-dmalloc was given.
2105 if test "${with_dmalloc+set}" = set; then
2106 withval="$with_dmalloc"
2107
2108 if test "$withval" = yes; then
2109 ac_cv_use_dmalloc='wxUSE_DMALLOC=yes'
2110 else
2111 ac_cv_use_dmalloc='wxUSE_DMALLOC=no'
2112 fi
2113
2114 else
2115
2116 LINE=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
2117 if test "x$LINE" != x ; then
2118 eval "DEFAULT_$LINE"
2119 else
2120 no_cache=1
2121 fi
2122
2123 ac_cv_use_dmalloc='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
2124
2125 fi
2126
2127
2128 eval "$ac_cv_use_dmalloc"
2129 if test "$no_cache" != 1; then
2130 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
2131 fi
2132
2133 if test "$wxUSE_DMALLOC" = yes; then
2134 echo "$ac_t""yes" 1>&6
2135 else
2136 echo "$ac_t""no" 1>&6
2137 fi
2138
2139
2140 echo $ac_n "checking for --with-regex""... $ac_c" 1>&6
2141 echo "configure:2142: checking for --with-regex" >&5
2142 no_cache=0
2143 # Check whether --with-regex or --without-regex was given.
2144 if test "${with_regex+set}" = set; then
2145 withval="$with_regex"
2146
2147 if test "$withval" = yes; then
2148 ac_cv_use_regex='wxUSE_REGEX=yes'
2149 elif test "$withval" = no; then
2150 ac_cv_use_regex='wxUSE_REGEX=no'
2151 elif test "$withval" = sys; then
2152 ac_cv_use_regex='wxUSE_REGEX=sys'
2153 elif test "$withval" = builtin; then
2154 ac_cv_use_regex='wxUSE_REGEX=builtin'
2155 else
2156 { echo "configure: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2157 fi
2158
2159 else
2160
2161 LINE=`grep "wxUSE_REGEX" ${wx_arg_cache_file}`
2162 if test "x$LINE" != x ; then
2163 eval "DEFAULT_$LINE"
2164 else
2165 no_cache=1
2166 fi
2167
2168 ac_cv_use_regex='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX
2169
2170 fi
2171
2172
2173 eval "$ac_cv_use_regex"
2174 if test "$no_cache" != 1; then
2175 echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
2176 fi
2177
2178 if test "$wxUSE_REGEX" = yes; then
2179 echo "$ac_t""yes" 1>&6
2180 elif test "$wxUSE_REGEX" = no; then
2181 echo "$ac_t""no" 1>&6
2182 elif test "$wxUSE_REGEX" = sys; then
2183 echo "$ac_t""system version" 1>&6
2184 elif test "$wxUSE_REGEX" = builtin; then
2185 echo "$ac_t""builtin version" 1>&6
2186 else
2187 { echo "configure: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2188 fi
2189
2190
2191 echo $ac_n "checking for --with-zlib""... $ac_c" 1>&6
2192 echo "configure:2193: checking for --with-zlib" >&5
2193 no_cache=0
2194 # Check whether --with-zlib or --without-zlib was given.
2195 if test "${with_zlib+set}" = set; then
2196 withval="$with_zlib"
2197
2198 if test "$withval" = yes; then
2199 ac_cv_use_zlib='wxUSE_ZLIB=yes'
2200 elif test "$withval" = no; then
2201 ac_cv_use_zlib='wxUSE_ZLIB=no'
2202 elif test "$withval" = sys; then
2203 ac_cv_use_zlib='wxUSE_ZLIB=sys'
2204 elif test "$withval" = builtin; then
2205 ac_cv_use_zlib='wxUSE_ZLIB=builtin'
2206 else
2207 { echo "configure: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2208 fi
2209
2210 else
2211
2212 LINE=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
2213 if test "x$LINE" != x ; then
2214 eval "DEFAULT_$LINE"
2215 else
2216 no_cache=1
2217 fi
2218
2219 ac_cv_use_zlib='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
2220
2221 fi
2222
2223
2224 eval "$ac_cv_use_zlib"
2225 if test "$no_cache" != 1; then
2226 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
2227 fi
2228
2229 if test "$wxUSE_ZLIB" = yes; then
2230 echo "$ac_t""yes" 1>&6
2231 elif test "$wxUSE_ZLIB" = no; then
2232 echo "$ac_t""no" 1>&6
2233 elif test "$wxUSE_ZLIB" = sys; then
2234 echo "$ac_t""system version" 1>&6
2235 elif test "$wxUSE_ZLIB" = builtin; then
2236 echo "$ac_t""builtin version" 1>&6
2237 else
2238 { echo "configure: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2239 fi
2240
2241
2242 echo $ac_n "checking for --with-odbc""... $ac_c" 1>&6
2243 echo "configure:2244: checking for --with-odbc" >&5
2244 no_cache=0
2245 # Check whether --with-odbc or --without-odbc was given.
2246 if test "${with_odbc+set}" = set; then
2247 withval="$with_odbc"
2248
2249 if test "$withval" = yes; then
2250 ac_cv_use_odbc='wxUSE_ODBC=yes'
2251 else
2252 ac_cv_use_odbc='wxUSE_ODBC=no'
2253 fi
2254
2255 else
2256
2257 LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
2258 if test "x$LINE" != x ; then
2259 eval "DEFAULT_$LINE"
2260 else
2261 no_cache=1
2262 fi
2263
2264 ac_cv_use_odbc='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
2265
2266 fi
2267
2268
2269 eval "$ac_cv_use_odbc"
2270 if test "$no_cache" != 1; then
2271 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
2272 fi
2273
2274 if test "$wxUSE_ODBC" = yes; then
2275 echo "$ac_t""yes" 1>&6
2276 else
2277 echo "$ac_t""no" 1>&6
2278 fi
2279
2280
2281
2282
2283 echo $ac_n "checking for --enable-shared""... $ac_c" 1>&6
2284 echo "configure:2285: checking for --enable-shared" >&5
2285 no_cache=0
2286 # Check whether --enable-shared or --disable-shared was given.
2287 if test "${enable_shared+set}" = set; then
2288 enableval="$enable_shared"
2289
2290 if test "$enableval" = yes; then
2291 ac_cv_use_shared='wxUSE_SHARED=yes'
2292 else
2293 ac_cv_use_shared='wxUSE_SHARED=no'
2294 fi
2295
2296 else
2297
2298 LINE=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
2299 if test "x$LINE" != x ; then
2300 eval "DEFAULT_$LINE"
2301 else
2302 no_cache=1
2303 fi
2304
2305 ac_cv_use_shared='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
2306
2307 fi
2308
2309
2310 eval "$ac_cv_use_shared"
2311 if test "$no_cache" != 1; then
2312 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
2313 fi
2314
2315 if test "$wxUSE_SHARED" = yes; then
2316 echo "$ac_t""yes" 1>&6
2317 else
2318 echo "$ac_t""no" 1>&6
2319 fi
2320
2321
2322 echo $ac_n "checking for --enable-soname""... $ac_c" 1>&6
2323 echo "configure:2324: checking for --enable-soname" >&5
2324 no_cache=0
2325 # Check whether --enable-soname or --disable-soname was given.
2326 if test "${enable_soname+set}" = set; then
2327 enableval="$enable_soname"
2328
2329 if test "$enableval" = yes; then
2330 ac_cv_use_soname='wxUSE_SONAME=yes'
2331 else
2332 ac_cv_use_soname='wxUSE_SONAME=no'
2333 fi
2334
2335 else
2336
2337 LINE=`grep "wxUSE_SONAME" ${wx_arg_cache_file}`
2338 if test "x$LINE" != x ; then
2339 eval "DEFAULT_$LINE"
2340 else
2341 no_cache=1
2342 fi
2343
2344 ac_cv_use_soname='wxUSE_SONAME='$DEFAULT_wxUSE_SONAME
2345
2346 fi
2347
2348
2349 eval "$ac_cv_use_soname"
2350 if test "$no_cache" != 1; then
2351 echo $ac_cv_use_soname >> ${wx_arg_cache_file}.tmp
2352 fi
2353
2354 if test "$wxUSE_SONAME" = yes; then
2355 echo "$ac_t""yes" 1>&6
2356 else
2357 echo "$ac_t""no" 1>&6
2358 fi
2359
2360
2361 echo $ac_n "checking for --enable-optimise""... $ac_c" 1>&6
2362 echo "configure:2363: checking for --enable-optimise" >&5
2363 no_cache=0
2364 # Check whether --enable-optimise or --disable-optimise was given.
2365 if test "${enable_optimise+set}" = set; then
2366 enableval="$enable_optimise"
2367
2368 if test "$enableval" = yes; then
2369 ac_cv_use_optimise='wxUSE_OPTIMISE=yes'
2370 else
2371 ac_cv_use_optimise='wxUSE_OPTIMISE=no'
2372 fi
2373
2374 else
2375
2376 LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
2377 if test "x$LINE" != x ; then
2378 eval "DEFAULT_$LINE"
2379 else
2380 no_cache=1
2381 fi
2382
2383 ac_cv_use_optimise='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
2384
2385 fi
2386
2387
2388 eval "$ac_cv_use_optimise"
2389 if test "$no_cache" != 1; then
2390 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
2391 fi
2392
2393 if test "$wxUSE_OPTIMISE" = yes; then
2394 echo "$ac_t""yes" 1>&6
2395 else
2396 echo "$ac_t""no" 1>&6
2397 fi
2398
2399
2400 echo $ac_n "checking for --enable-debug""... $ac_c" 1>&6
2401 echo "configure:2402: checking for --enable-debug" >&5
2402 no_cache=0
2403 # Check whether --enable-debug or --disable-debug was given.
2404 if test "${enable_debug+set}" = set; then
2405 enableval="$enable_debug"
2406
2407 if test "$enableval" = yes; then
2408 ac_cv_use_debug='wxUSE_DEBUG=yes'
2409 else
2410 ac_cv_use_debug='wxUSE_DEBUG=no'
2411 fi
2412
2413 else
2414
2415 LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
2416 if test "x$LINE" != x ; then
2417 eval "DEFAULT_$LINE"
2418 else
2419 no_cache=1
2420 fi
2421
2422 ac_cv_use_debug='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
2423
2424 fi
2425
2426
2427 eval "$ac_cv_use_debug"
2428 if test "$no_cache" != 1; then
2429 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
2430 fi
2431
2432 if test "$wxUSE_DEBUG" = yes; then
2433 echo "$ac_t""yes" 1>&6
2434 else
2435 echo "$ac_t""no" 1>&6
2436 fi
2437
2438
2439
2440 echo $ac_n "checking for --enable-precomp""... $ac_c" 1>&6
2441 echo "configure:2442: checking for --enable-precomp" >&5
2442 no_cache=0
2443 # Check whether --enable-precomp or --disable-precomp was given.
2444 if test "${enable_precomp+set}" = set; then
2445 enableval="$enable_precomp"
2446
2447 if test "$enableval" = yes; then
2448 ac_cv_use_precomp='wxUSE_PRECOMP=yes'
2449 else
2450 ac_cv_use_precomp='wxUSE_PRECOMP=no'
2451 fi
2452
2453 else
2454
2455 LINE=`grep "wxUSE_PRECOMP" ${wx_arg_cache_file}`
2456 if test "x$LINE" != x ; then
2457 eval "DEFAULT_$LINE"
2458 else
2459 no_cache=1
2460 fi
2461
2462 ac_cv_use_precomp='wxUSE_PRECOMP='$DEFAULT_wxUSE_PRECOMP
2463
2464 fi
2465
2466
2467 eval "$ac_cv_use_precomp"
2468 if test "$no_cache" != 1; then
2469 echo $ac_cv_use_precomp >> ${wx_arg_cache_file}.tmp
2470 fi
2471
2472 if test "$wxUSE_PRECOMP" = yes; then
2473 echo "$ac_t""yes" 1>&6
2474 else
2475 echo "$ac_t""no" 1>&6
2476 fi
2477
2478
2479 if test "$wxUSE_DEBUG" = "yes"; then
2480 DEFAULT_wxUSE_DEBUG_FLAG=yes
2481 DEFAULT_wxUSE_DEBUG_INFO=yes
2482 elif test "$wxUSE_DEBUG" = "no"; then
2483 DEFAULT_wxUSE_DEBUG_FLAG=no
2484 DEFAULT_wxUSE_DEBUG_INFO=no
2485 fi
2486
2487
2488 echo $ac_n "checking for --enable-debug_flag""... $ac_c" 1>&6
2489 echo "configure:2490: checking for --enable-debug_flag" >&5
2490 no_cache=0
2491 # Check whether --enable-debug_flag or --disable-debug_flag was given.
2492 if test "${enable_debug_flag+set}" = set; then
2493 enableval="$enable_debug_flag"
2494
2495 if test "$enableval" = yes; then
2496 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes'
2497 else
2498 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no'
2499 fi
2500
2501 else
2502
2503 LINE=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
2504 if test "x$LINE" != x ; then
2505 eval "DEFAULT_$LINE"
2506 else
2507 no_cache=1
2508 fi
2509
2510 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
2511
2512 fi
2513
2514
2515 eval "$ac_cv_use_debug_flag"
2516 if test "$no_cache" != 1; then
2517 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
2518 fi
2519
2520 if test "$wxUSE_DEBUG_FLAG" = yes; then
2521 echo "$ac_t""yes" 1>&6
2522 else
2523 echo "$ac_t""no" 1>&6
2524 fi
2525
2526
2527 echo $ac_n "checking for --enable-debug_info""... $ac_c" 1>&6
2528 echo "configure:2529: checking for --enable-debug_info" >&5
2529 no_cache=0
2530 # Check whether --enable-debug_info or --disable-debug_info was given.
2531 if test "${enable_debug_info+set}" = set; then
2532 enableval="$enable_debug_info"
2533
2534 if test "$enableval" = yes; then
2535 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
2536 else
2537 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
2538 fi
2539
2540 else
2541
2542 LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
2543 if test "x$LINE" != x ; then
2544 eval "DEFAULT_$LINE"
2545 else
2546 no_cache=1
2547 fi
2548
2549 ac_cv_use_debug_info='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
2550
2551 fi
2552
2553
2554 eval "$ac_cv_use_debug_info"
2555 if test "$no_cache" != 1; then
2556 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
2557 fi
2558
2559 if test "$wxUSE_DEBUG_INFO" = yes; then
2560 echo "$ac_t""yes" 1>&6
2561 else
2562 echo "$ac_t""no" 1>&6
2563 fi
2564
2565
2566 echo $ac_n "checking for --enable-debug_gdb""... $ac_c" 1>&6
2567 echo "configure:2568: checking for --enable-debug_gdb" >&5
2568 no_cache=0
2569 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
2570 if test "${enable_debug_gdb+set}" = set; then
2571 enableval="$enable_debug_gdb"
2572
2573 if test "$enableval" = yes; then
2574 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes'
2575 else
2576 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no'
2577 fi
2578
2579 else
2580
2581 LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
2582 if test "x$LINE" != x ; then
2583 eval "DEFAULT_$LINE"
2584 else
2585 no_cache=1
2586 fi
2587
2588 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
2589
2590 fi
2591
2592
2593 eval "$ac_cv_use_debug_gdb"
2594 if test "$no_cache" != 1; then
2595 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
2596 fi
2597
2598 if test "$wxUSE_DEBUG_GDB" = yes; then
2599 echo "$ac_t""yes" 1>&6
2600 else
2601 echo "$ac_t""no" 1>&6
2602 fi
2603
2604
2605 echo $ac_n "checking for --enable-debug_cntxt""... $ac_c" 1>&6
2606 echo "configure:2607: checking for --enable-debug_cntxt" >&5
2607 no_cache=0
2608 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
2609 if test "${enable_debug_cntxt+set}" = set; then
2610 enableval="$enable_debug_cntxt"
2611
2612 if test "$enableval" = yes; then
2613 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes'
2614 else
2615 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no'
2616 fi
2617
2618 else
2619
2620 LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
2621 if test "x$LINE" != x ; then
2622 eval "DEFAULT_$LINE"
2623 else
2624 no_cache=1
2625 fi
2626
2627 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
2628
2629 fi
2630
2631
2632 eval "$ac_cv_use_debug_cntxt"
2633 if test "$no_cache" != 1; then
2634 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
2635 fi
2636
2637 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
2638 echo "$ac_t""yes" 1>&6
2639 else
2640 echo "$ac_t""no" 1>&6
2641 fi
2642
2643
2644 echo $ac_n "checking for --enable-mem_tracing""... $ac_c" 1>&6
2645 echo "configure:2646: checking for --enable-mem_tracing" >&5
2646 no_cache=0
2647 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
2648 if test "${enable_mem_tracing+set}" = set; then
2649 enableval="$enable_mem_tracing"
2650
2651 if test "$enableval" = yes; then
2652 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
2653 else
2654 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
2655 fi
2656
2657 else
2658
2659 LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
2660 if test "x$LINE" != x ; then
2661 eval "DEFAULT_$LINE"
2662 else
2663 no_cache=1
2664 fi
2665
2666 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
2667
2668 fi
2669
2670
2671 eval "$ac_cv_use_mem_tracing"
2672 if test "$no_cache" != 1; then
2673 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
2674 fi
2675
2676 if test "$wxUSE_MEM_TRACING" = yes; then
2677 echo "$ac_t""yes" 1>&6
2678 else
2679 echo "$ac_t""no" 1>&6
2680 fi
2681
2682
2683 echo $ac_n "checking for --enable-profile""... $ac_c" 1>&6
2684 echo "configure:2685: checking for --enable-profile" >&5
2685 no_cache=0
2686 # Check whether --enable-profile or --disable-profile was given.
2687 if test "${enable_profile+set}" = set; then
2688 enableval="$enable_profile"
2689
2690 if test "$enableval" = yes; then
2691 ac_cv_use_profile='wxUSE_PROFILE=yes'
2692 else
2693 ac_cv_use_profile='wxUSE_PROFILE=no'
2694 fi
2695
2696 else
2697
2698 LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
2699 if test "x$LINE" != x ; then
2700 eval "DEFAULT_$LINE"
2701 else
2702 no_cache=1
2703 fi
2704
2705 ac_cv_use_profile='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
2706
2707 fi
2708
2709
2710 eval "$ac_cv_use_profile"
2711 if test "$no_cache" != 1; then
2712 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
2713 fi
2714
2715 if test "$wxUSE_PROFILE" = yes; then
2716 echo "$ac_t""yes" 1>&6
2717 else
2718 echo "$ac_t""no" 1>&6
2719 fi
2720
2721
2722 echo $ac_n "checking for --enable-no_rtti""... $ac_c" 1>&6
2723 echo "configure:2724: checking for --enable-no_rtti" >&5
2724 no_cache=0
2725 # Check whether --enable-no_rtti or --disable-no_rtti was given.
2726 if test "${enable_no_rtti+set}" = set; then
2727 enableval="$enable_no_rtti"
2728
2729 if test "$enableval" = yes; then
2730 ac_cv_use_no_rtti='wxUSE_NO_RTTI=yes'
2731 else
2732 ac_cv_use_no_rtti='wxUSE_NO_RTTI=no'
2733 fi
2734
2735 else
2736
2737 LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
2738 if test "x$LINE" != x ; then
2739 eval "DEFAULT_$LINE"
2740 else
2741 no_cache=1
2742 fi
2743
2744 ac_cv_use_no_rtti='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
2745
2746 fi
2747
2748
2749 eval "$ac_cv_use_no_rtti"
2750 if test "$no_cache" != 1; then
2751 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
2752 fi
2753
2754 if test "$wxUSE_NO_RTTI" = yes; then
2755 echo "$ac_t""yes" 1>&6
2756 else
2757 echo "$ac_t""no" 1>&6
2758 fi
2759
2760
2761 echo $ac_n "checking for --enable-no_exceptions""... $ac_c" 1>&6
2762 echo "configure:2763: checking for --enable-no_exceptions" >&5
2763 no_cache=0
2764 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
2765 if test "${enable_no_exceptions+set}" = set; then
2766 enableval="$enable_no_exceptions"
2767
2768 if test "$enableval" = yes; then
2769 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
2770 else
2771 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
2772 fi
2773
2774 else
2775
2776 LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
2777 if test "x$LINE" != x ; then
2778 eval "DEFAULT_$LINE"
2779 else
2780 no_cache=1
2781 fi
2782
2783 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
2784
2785 fi
2786
2787
2788 eval "$ac_cv_use_no_exceptions"
2789 if test "$no_cache" != 1; then
2790 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
2791 fi
2792
2793 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
2794 echo "$ac_t""yes" 1>&6
2795 else
2796 echo "$ac_t""no" 1>&6
2797 fi
2798
2799
2800 echo $ac_n "checking for --enable-permissive""... $ac_c" 1>&6
2801 echo "configure:2802: checking for --enable-permissive" >&5
2802 no_cache=0
2803 # Check whether --enable-permissive or --disable-permissive was given.
2804 if test "${enable_permissive+set}" = set; then
2805 enableval="$enable_permissive"
2806
2807 if test "$enableval" = yes; then
2808 ac_cv_use_permissive='wxUSE_PERMISSIVE=yes'
2809 else
2810 ac_cv_use_permissive='wxUSE_PERMISSIVE=no'
2811 fi
2812
2813 else
2814
2815 LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
2816 if test "x$LINE" != x ; then
2817 eval "DEFAULT_$LINE"
2818 else
2819 no_cache=1
2820 fi
2821
2822 ac_cv_use_permissive='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
2823
2824 fi
2825
2826
2827 eval "$ac_cv_use_permissive"
2828 if test "$no_cache" != 1; then
2829 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
2830 fi
2831
2832 if test "$wxUSE_PERMISSIVE" = yes; then
2833 echo "$ac_t""yes" 1>&6
2834 else
2835 echo "$ac_t""no" 1>&6
2836 fi
2837
2838
2839 echo $ac_n "checking for --enable-no_deps""... $ac_c" 1>&6
2840 echo "configure:2841: checking for --enable-no_deps" >&5
2841 no_cache=0
2842 # Check whether --enable-no_deps or --disable-no_deps was given.
2843 if test "${enable_no_deps+set}" = set; then
2844 enableval="$enable_no_deps"
2845
2846 if test "$enableval" = yes; then
2847 ac_cv_use_no_deps='wxUSE_NO_DEPS=yes'
2848 else
2849 ac_cv_use_no_deps='wxUSE_NO_DEPS=no'
2850 fi
2851
2852 else
2853
2854 LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
2855 if test "x$LINE" != x ; then
2856 eval "DEFAULT_$LINE"
2857 else
2858 no_cache=1
2859 fi
2860
2861 ac_cv_use_no_deps='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
2862
2863 fi
2864
2865
2866 eval "$ac_cv_use_no_deps"
2867 if test "$no_cache" != 1; then
2868 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
2869 fi
2870
2871 if test "$wxUSE_NO_DEPS" = yes; then
2872 echo "$ac_t""yes" 1>&6
2873 else
2874 echo "$ac_t""no" 1>&6
2875 fi
2876
2877
2878
2879 echo $ac_n "checking for --enable-compat20""... $ac_c" 1>&6
2880 echo "configure:2881: checking for --enable-compat20" >&5
2881 no_cache=0
2882 # Check whether --enable-compat20 or --disable-compat20 was given.
2883 if test "${enable_compat20+set}" = set; then
2884 enableval="$enable_compat20"
2885
2886 if test "$enableval" = yes; then
2887 ac_cv_use_compat20='WXWIN_COMPATIBILITY_2=yes'
2888 else
2889 ac_cv_use_compat20='WXWIN_COMPATIBILITY_2=no'
2890 fi
2891
2892 else
2893
2894 LINE=`grep "WXWIN_COMPATIBILITY_2" ${wx_arg_cache_file}`
2895 if test "x$LINE" != x ; then
2896 eval "DEFAULT_$LINE"
2897 else
2898 no_cache=1
2899 fi
2900
2901 ac_cv_use_compat20='WXWIN_COMPATIBILITY_2='$DEFAULT_WXWIN_COMPATIBILITY_2
2902
2903 fi
2904
2905
2906 eval "$ac_cv_use_compat20"
2907 if test "$no_cache" != 1; then
2908 echo $ac_cv_use_compat20 >> ${wx_arg_cache_file}.tmp
2909 fi
2910
2911 if test "$WXWIN_COMPATIBILITY_2" = yes; then
2912 echo "$ac_t""yes" 1>&6
2913 else
2914 echo "$ac_t""no" 1>&6
2915 fi
2916
2917
2918 echo $ac_n "checking for --enable-compat22""... $ac_c" 1>&6
2919 echo "configure:2920: checking for --enable-compat22" >&5
2920 no_cache=0
2921 # Check whether --enable-compat22 or --disable-compat22 was given.
2922 if test "${enable_compat22+set}" = set; then
2923 enableval="$enable_compat22"
2924
2925 if test "$enableval" = yes; then
2926 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=yes'
2927 else
2928 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=no'
2929 fi
2930
2931 else
2932
2933 LINE=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}`
2934 if test "x$LINE" != x ; then
2935 eval "DEFAULT_$LINE"
2936 else
2937 no_cache=1
2938 fi
2939
2940 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2='$DEFAULT_WXWIN_COMPATIBILITY_2_2
2941
2942 fi
2943
2944
2945 eval "$ac_cv_use_compat22"
2946 if test "$no_cache" != 1; then
2947 echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp
2948 fi
2949
2950 if test "$WXWIN_COMPATIBILITY_2_2" = yes; then
2951 echo "$ac_t""yes" 1>&6
2952 else
2953 echo "$ac_t""no" 1>&6
2954 fi
2955
2956
2957
2958
2959 echo $ac_n "checking for --enable-intl""... $ac_c" 1>&6
2960 echo "configure:2961: checking for --enable-intl" >&5
2961 no_cache=0
2962 # Check whether --enable-intl or --disable-intl was given.
2963 if test "${enable_intl+set}" = set; then
2964 enableval="$enable_intl"
2965
2966 if test "$enableval" = yes; then
2967 ac_cv_use_intl='wxUSE_INTL=yes'
2968 else
2969 ac_cv_use_intl='wxUSE_INTL=no'
2970 fi
2971
2972 else
2973
2974 LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
2975 if test "x$LINE" != x ; then
2976 eval "DEFAULT_$LINE"
2977 else
2978 no_cache=1
2979 fi
2980
2981 ac_cv_use_intl='wxUSE_INTL='$DEFAULT_wxUSE_INTL
2982
2983 fi
2984
2985
2986 eval "$ac_cv_use_intl"
2987 if test "$no_cache" != 1; then
2988 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
2989 fi
2990
2991 if test "$wxUSE_INTL" = yes; then
2992 echo "$ac_t""yes" 1>&6
2993 else
2994 echo "$ac_t""no" 1>&6
2995 fi
2996
2997
2998 echo $ac_n "checking for --enable-config""... $ac_c" 1>&6
2999 echo "configure:3000: checking for --enable-config" >&5
3000 no_cache=0
3001 # Check whether --enable-config or --disable-config was given.
3002 if test "${enable_config+set}" = set; then
3003 enableval="$enable_config"
3004
3005 if test "$enableval" = yes; then
3006 ac_cv_use_config='wxUSE_CONFIG=yes'
3007 else
3008 ac_cv_use_config='wxUSE_CONFIG=no'
3009 fi
3010
3011 else
3012
3013 LINE=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
3014 if test "x$LINE" != x ; then
3015 eval "DEFAULT_$LINE"
3016 else
3017 no_cache=1
3018 fi
3019
3020 ac_cv_use_config='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
3021
3022 fi
3023
3024
3025 eval "$ac_cv_use_config"
3026 if test "$no_cache" != 1; then
3027 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
3028 fi
3029
3030 if test "$wxUSE_CONFIG" = yes; then
3031 echo "$ac_t""yes" 1>&6
3032 else
3033 echo "$ac_t""no" 1>&6
3034 fi
3035
3036
3037
3038 echo $ac_n "checking for --enable-sockets""... $ac_c" 1>&6
3039 echo "configure:3040: checking for --enable-sockets" >&5
3040 no_cache=0
3041 # Check whether --enable-sockets or --disable-sockets was given.
3042 if test "${enable_sockets+set}" = set; then
3043 enableval="$enable_sockets"
3044
3045 if test "$enableval" = yes; then
3046 ac_cv_use_sockets='wxUSE_SOCKETS=yes'
3047 else
3048 ac_cv_use_sockets='wxUSE_SOCKETS=no'
3049 fi
3050
3051 else
3052
3053 LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
3054 if test "x$LINE" != x ; then
3055 eval "DEFAULT_$LINE"
3056 else
3057 no_cache=1
3058 fi
3059
3060 ac_cv_use_sockets='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
3061
3062 fi
3063
3064
3065 eval "$ac_cv_use_sockets"
3066 if test "$no_cache" != 1; then
3067 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
3068 fi
3069
3070 if test "$wxUSE_SOCKETS" = yes; then
3071 echo "$ac_t""yes" 1>&6
3072 else
3073 echo "$ac_t""no" 1>&6
3074 fi
3075
3076
3077
3078 echo $ac_n "checking for --enable-ipc""... $ac_c" 1>&6
3079 echo "configure:3080: checking for --enable-ipc" >&5
3080 no_cache=0
3081 # Check whether --enable-ipc or --disable-ipc was given.
3082 if test "${enable_ipc+set}" = set; then
3083 enableval="$enable_ipc"
3084
3085 if test "$enableval" = yes; then
3086 ac_cv_use_ipc='wxUSE_IPC=yes'
3087 else
3088 ac_cv_use_ipc='wxUSE_IPC=no'
3089 fi
3090
3091 else
3092
3093 LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
3094 if test "x$LINE" != x ; then
3095 eval "DEFAULT_$LINE"
3096 else
3097 no_cache=1
3098 fi
3099
3100 ac_cv_use_ipc='wxUSE_IPC='$DEFAULT_wxUSE_IPC
3101
3102 fi
3103
3104
3105 eval "$ac_cv_use_ipc"
3106 if test "$no_cache" != 1; then
3107 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
3108 fi
3109
3110 if test "$wxUSE_IPC" = yes; then
3111 echo "$ac_t""yes" 1>&6
3112 else
3113 echo "$ac_t""no" 1>&6
3114 fi
3115
3116
3117
3118 echo $ac_n "checking for --enable-cmdline""... $ac_c" 1>&6
3119 echo "configure:3120: checking for --enable-cmdline" >&5
3120 no_cache=0
3121 # Check whether --enable-cmdline or --disable-cmdline was given.
3122 if test "${enable_cmdline+set}" = set; then
3123 enableval="$enable_cmdline"
3124
3125 if test "$enableval" = yes; then
3126 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=yes'
3127 else
3128 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=no'
3129 fi
3130
3131 else
3132
3133 LINE=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
3134 if test "x$LINE" != x ; then
3135 eval "DEFAULT_$LINE"
3136 else
3137 no_cache=1
3138 fi
3139
3140 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER
3141
3142 fi
3143
3144
3145 eval "$ac_cv_use_cmdline"
3146 if test "$no_cache" != 1; then
3147 echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
3148 fi
3149
3150 if test "$wxUSE_CMDLINE_PARSER" = yes; then
3151 echo "$ac_t""yes" 1>&6
3152 else
3153 echo "$ac_t""no" 1>&6
3154 fi
3155
3156
3157 echo $ac_n "checking for --enable-datetime""... $ac_c" 1>&6
3158 echo "configure:3159: checking for --enable-datetime" >&5
3159 no_cache=0
3160 # Check whether --enable-datetime or --disable-datetime was given.
3161 if test "${enable_datetime+set}" = set; then
3162 enableval="$enable_datetime"
3163
3164 if test "$enableval" = yes; then
3165 ac_cv_use_datetime='wxUSE_DATETIME=yes'
3166 else
3167 ac_cv_use_datetime='wxUSE_DATETIME=no'
3168 fi
3169
3170 else
3171
3172 LINE=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
3173 if test "x$LINE" != x ; then
3174 eval "DEFAULT_$LINE"
3175 else
3176 no_cache=1
3177 fi
3178
3179 ac_cv_use_datetime='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME
3180
3181 fi
3182
3183
3184 eval "$ac_cv_use_datetime"
3185 if test "$no_cache" != 1; then
3186 echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
3187 fi
3188
3189 if test "$wxUSE_DATETIME" = yes; then
3190 echo "$ac_t""yes" 1>&6
3191 else
3192 echo "$ac_t""no" 1>&6
3193 fi
3194
3195
3196 echo $ac_n "checking for --enable-timedate""... $ac_c" 1>&6
3197 echo "configure:3198: checking for --enable-timedate" >&5
3198 no_cache=0
3199 # Check whether --enable-timedate or --disable-timedate was given.
3200 if test "${enable_timedate+set}" = set; then
3201 enableval="$enable_timedate"
3202
3203 if test "$enableval" = yes; then
3204 ac_cv_use_timedate='wxUSE_TIMEDATE=yes'
3205 else
3206 ac_cv_use_timedate='wxUSE_TIMEDATE=no'
3207 fi
3208
3209 else
3210
3211 LINE=`grep "wxUSE_TIMEDATE" ${wx_arg_cache_file}`
3212 if test "x$LINE" != x ; then
3213 eval "DEFAULT_$LINE"
3214 else
3215 no_cache=1
3216 fi
3217
3218 ac_cv_use_timedate='wxUSE_TIMEDATE='$DEFAULT_wxUSE_TIMEDATE
3219
3220 fi
3221
3222
3223 eval "$ac_cv_use_timedate"
3224 if test "$no_cache" != 1; then
3225 echo $ac_cv_use_timedate >> ${wx_arg_cache_file}.tmp
3226 fi
3227
3228 if test "$wxUSE_TIMEDATE" = yes; then
3229 echo "$ac_t""yes" 1>&6
3230 else
3231 echo "$ac_t""no" 1>&6
3232 fi
3233
3234
3235 echo $ac_n "checking for --enable-stopwatch""... $ac_c" 1>&6
3236 echo "configure:3237: checking for --enable-stopwatch" >&5
3237 no_cache=0
3238 # Check whether --enable-stopwatch or --disable-stopwatch was given.
3239 if test "${enable_stopwatch+set}" = set; then
3240 enableval="$enable_stopwatch"
3241
3242 if test "$enableval" = yes; then
3243 ac_cv_use_stopwatch='wxUSE_STOPWATCH=yes'
3244 else
3245 ac_cv_use_stopwatch='wxUSE_STOPWATCH=no'
3246 fi
3247
3248 else
3249
3250 LINE=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
3251 if test "x$LINE" != x ; then
3252 eval "DEFAULT_$LINE"
3253 else
3254 no_cache=1
3255 fi
3256
3257 ac_cv_use_stopwatch='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH
3258
3259 fi
3260
3261
3262 eval "$ac_cv_use_stopwatch"
3263 if test "$no_cache" != 1; then
3264 echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
3265 fi
3266
3267 if test "$wxUSE_STOPWATCH" = yes; then
3268 echo "$ac_t""yes" 1>&6
3269 else
3270 echo "$ac_t""no" 1>&6
3271 fi
3272
3273
3274 echo $ac_n "checking for --enable-dialupman""... $ac_c" 1>&6
3275 echo "configure:3276: checking for --enable-dialupman" >&5
3276 no_cache=0
3277 # Check whether --enable-dialupman or --disable-dialupman was given.
3278 if test "${enable_dialupman+set}" = set; then
3279 enableval="$enable_dialupman"
3280
3281 if test "$enableval" = yes; then
3282 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes'
3283 else
3284 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no'
3285 fi
3286
3287 else
3288
3289 LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
3290 if test "x$LINE" != x ; then
3291 eval "DEFAULT_$LINE"
3292 else
3293 no_cache=1
3294 fi
3295
3296 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
3297
3298 fi
3299
3300
3301 eval "$ac_cv_use_dialupman"
3302 if test "$no_cache" != 1; then
3303 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
3304 fi
3305
3306 if test "$wxUSE_DIALUP_MANAGER" = yes; then
3307 echo "$ac_t""yes" 1>&6
3308 else
3309 echo "$ac_t""no" 1>&6
3310 fi
3311
3312
3313 echo $ac_n "checking for --enable-apple_ieee""... $ac_c" 1>&6
3314 echo "configure:3315: checking for --enable-apple_ieee" >&5
3315 no_cache=0
3316 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
3317 if test "${enable_apple_ieee+set}" = set; then
3318 enableval="$enable_apple_ieee"
3319
3320 if test "$enableval" = yes; then
3321 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes'
3322 else
3323 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no'
3324 fi
3325
3326 else
3327
3328 LINE=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
3329 if test "x$LINE" != x ; then
3330 eval "DEFAULT_$LINE"
3331 else
3332 no_cache=1
3333 fi
3334
3335 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
3336
3337 fi
3338
3339
3340 eval "$ac_cv_use_apple_ieee"
3341 if test "$no_cache" != 1; then
3342 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
3343 fi
3344
3345 if test "$wxUSE_APPLE_IEEE" = yes; then
3346 echo "$ac_t""yes" 1>&6
3347 else
3348 echo "$ac_t""no" 1>&6
3349 fi
3350
3351
3352 echo $ac_n "checking for --enable-timer""... $ac_c" 1>&6
3353 echo "configure:3354: checking for --enable-timer" >&5
3354 no_cache=0
3355 # Check whether --enable-timer or --disable-timer was given.
3356 if test "${enable_timer+set}" = set; then
3357 enableval="$enable_timer"
3358
3359 if test "$enableval" = yes; then
3360 ac_cv_use_timer='wxUSE_TIMER=yes'
3361 else
3362 ac_cv_use_timer='wxUSE_TIMER=no'
3363 fi
3364
3365 else
3366
3367 LINE=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
3368 if test "x$LINE" != x ; then
3369 eval "DEFAULT_$LINE"
3370 else
3371 no_cache=1
3372 fi
3373
3374 ac_cv_use_timer='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER
3375
3376 fi
3377
3378
3379 eval "$ac_cv_use_timer"
3380 if test "$no_cache" != 1; then
3381 echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
3382 fi
3383
3384 if test "$wxUSE_TIMER" = yes; then
3385 echo "$ac_t""yes" 1>&6
3386 else
3387 echo "$ac_t""no" 1>&6
3388 fi
3389
3390
3391 echo $ac_n "checking for --enable-wave""... $ac_c" 1>&6
3392 echo "configure:3393: checking for --enable-wave" >&5
3393 no_cache=0
3394 # Check whether --enable-wave or --disable-wave was given.
3395 if test "${enable_wave+set}" = set; then
3396 enableval="$enable_wave"
3397
3398 if test "$enableval" = yes; then
3399 ac_cv_use_wave='wxUSE_WAVE=yes'
3400 else
3401 ac_cv_use_wave='wxUSE_WAVE=no'
3402 fi
3403
3404 else
3405
3406 LINE=`grep "wxUSE_WAVE" ${wx_arg_cache_file}`
3407 if test "x$LINE" != x ; then
3408 eval "DEFAULT_$LINE"
3409 else
3410 no_cache=1
3411 fi
3412
3413 ac_cv_use_wave='wxUSE_WAVE='$DEFAULT_wxUSE_WAVE
3414
3415 fi
3416
3417
3418 eval "$ac_cv_use_wave"
3419 if test "$no_cache" != 1; then
3420 echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp
3421 fi
3422
3423 if test "$wxUSE_WAVE" = yes; then
3424 echo "$ac_t""yes" 1>&6
3425 else
3426 echo "$ac_t""no" 1>&6
3427 fi
3428
3429
3430 echo $ac_n "checking for --enable-fraction""... $ac_c" 1>&6
3431 echo "configure:3432: checking for --enable-fraction" >&5
3432 no_cache=0
3433 # Check whether --enable-fraction or --disable-fraction was given.
3434 if test "${enable_fraction+set}" = set; then
3435 enableval="$enable_fraction"
3436
3437 if test "$enableval" = yes; then
3438 ac_cv_use_fraction='wxUSE_FRACTION=yes'
3439 else
3440 ac_cv_use_fraction='wxUSE_FRACTION=no'
3441 fi
3442
3443 else
3444
3445 LINE=`grep "wxUSE_FRACTION" ${wx_arg_cache_file}`
3446 if test "x$LINE" != x ; then
3447 eval "DEFAULT_$LINE"
3448 else
3449 no_cache=1
3450 fi
3451
3452 ac_cv_use_fraction='wxUSE_FRACTION='$DEFAULT_wxUSE_FRACTION
3453
3454 fi
3455
3456
3457 eval "$ac_cv_use_fraction"
3458 if test "$no_cache" != 1; then
3459 echo $ac_cv_use_fraction >> ${wx_arg_cache_file}.tmp
3460 fi
3461
3462 if test "$wxUSE_FRACTION" = yes; then
3463 echo "$ac_t""yes" 1>&6
3464 else
3465 echo "$ac_t""no" 1>&6
3466 fi
3467
3468
3469 echo $ac_n "checking for --enable-dynlib""... $ac_c" 1>&6
3470 echo "configure:3471: checking for --enable-dynlib" >&5
3471 no_cache=0
3472 # Check whether --enable-dynlib or --disable-dynlib was given.
3473 if test "${enable_dynlib+set}" = set; then
3474 enableval="$enable_dynlib"
3475
3476 if test "$enableval" = yes; then
3477 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes'
3478 else
3479 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no'
3480 fi
3481
3482 else
3483
3484 LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
3485 if test "x$LINE" != x ; then
3486 eval "DEFAULT_$LINE"
3487 else
3488 no_cache=1
3489 fi
3490
3491 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
3492
3493 fi
3494
3495
3496 eval "$ac_cv_use_dynlib"
3497 if test "$no_cache" != 1; then
3498 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
3499 fi
3500
3501 if test "$wxUSE_DYNLIB_CLASS" = yes; then
3502 echo "$ac_t""yes" 1>&6
3503 else
3504 echo "$ac_t""no" 1>&6
3505 fi
3506
3507
3508 echo $ac_n "checking for --enable-longlong""... $ac_c" 1>&6
3509 echo "configure:3510: checking for --enable-longlong" >&5
3510 no_cache=0
3511 # Check whether --enable-longlong or --disable-longlong was given.
3512 if test "${enable_longlong+set}" = set; then
3513 enableval="$enable_longlong"
3514
3515 if test "$enableval" = yes; then
3516 ac_cv_use_longlong='wxUSE_LONGLONG=yes'
3517 else
3518 ac_cv_use_longlong='wxUSE_LONGLONG=no'
3519 fi
3520
3521 else
3522
3523 LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
3524 if test "x$LINE" != x ; then
3525 eval "DEFAULT_$LINE"
3526 else
3527 no_cache=1
3528 fi
3529
3530 ac_cv_use_longlong='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
3531
3532 fi
3533
3534
3535 eval "$ac_cv_use_longlong"
3536 if test "$no_cache" != 1; then
3537 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
3538 fi
3539
3540 if test "$wxUSE_LONGLONG" = yes; then
3541 echo "$ac_t""yes" 1>&6
3542 else
3543 echo "$ac_t""no" 1>&6
3544 fi
3545
3546
3547 echo $ac_n "checking for --enable-geometry""... $ac_c" 1>&6
3548 echo "configure:3549: checking for --enable-geometry" >&5
3549 no_cache=0
3550 # Check whether --enable-geometry or --disable-geometry was given.
3551 if test "${enable_geometry+set}" = set; then
3552 enableval="$enable_geometry"
3553
3554 if test "$enableval" = yes; then
3555 ac_cv_use_geometry='wxUSE_GEOMETRY=yes'
3556 else
3557 ac_cv_use_geometry='wxUSE_GEOMETRY=no'
3558 fi
3559
3560 else
3561
3562 LINE=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
3563 if test "x$LINE" != x ; then
3564 eval "DEFAULT_$LINE"
3565 else
3566 no_cache=1
3567 fi
3568
3569 ac_cv_use_geometry='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
3570
3571 fi
3572
3573
3574 eval "$ac_cv_use_geometry"
3575 if test "$no_cache" != 1; then
3576 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
3577 fi
3578
3579 if test "$wxUSE_GEOMETRY" = yes; then
3580 echo "$ac_t""yes" 1>&6
3581 else
3582 echo "$ac_t""no" 1>&6
3583 fi
3584
3585
3586 echo $ac_n "checking for --enable-log""... $ac_c" 1>&6
3587 echo "configure:3588: checking for --enable-log" >&5
3588 no_cache=0
3589 # Check whether --enable-log or --disable-log was given.
3590 if test "${enable_log+set}" = set; then
3591 enableval="$enable_log"
3592
3593 if test "$enableval" = yes; then
3594 ac_cv_use_log='wxUSE_LOG=yes'
3595 else
3596 ac_cv_use_log='wxUSE_LOG=no'
3597 fi
3598
3599 else
3600
3601 LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
3602 if test "x$LINE" != x ; then
3603 eval "DEFAULT_$LINE"
3604 else
3605 no_cache=1
3606 fi
3607
3608 ac_cv_use_log='wxUSE_LOG='$DEFAULT_wxUSE_LOG
3609
3610 fi
3611
3612
3613 eval "$ac_cv_use_log"
3614 if test "$no_cache" != 1; then
3615 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
3616 fi
3617
3618 if test "$wxUSE_LOG" = yes; then
3619 echo "$ac_t""yes" 1>&6
3620 else
3621 echo "$ac_t""no" 1>&6
3622 fi
3623
3624
3625 echo $ac_n "checking for --enable-streams""... $ac_c" 1>&6
3626 echo "configure:3627: checking for --enable-streams" >&5
3627 no_cache=0
3628 # Check whether --enable-streams or --disable-streams was given.
3629 if test "${enable_streams+set}" = set; then
3630 enableval="$enable_streams"
3631
3632 if test "$enableval" = yes; then
3633 ac_cv_use_streams='wxUSE_STREAMS=yes'
3634 else
3635 ac_cv_use_streams='wxUSE_STREAMS=no'
3636 fi
3637
3638 else
3639
3640 LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
3641 if test "x$LINE" != x ; then
3642 eval "DEFAULT_$LINE"
3643 else
3644 no_cache=1
3645 fi
3646
3647 ac_cv_use_streams='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
3648
3649 fi
3650
3651
3652 eval "$ac_cv_use_streams"
3653 if test "$no_cache" != 1; then
3654 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
3655 fi
3656
3657 if test "$wxUSE_STREAMS" = yes; then
3658 echo "$ac_t""yes" 1>&6
3659 else
3660 echo "$ac_t""no" 1>&6
3661 fi
3662
3663
3664 echo $ac_n "checking for --enable-file""... $ac_c" 1>&6
3665 echo "configure:3666: checking for --enable-file" >&5
3666 no_cache=0
3667 # Check whether --enable-file or --disable-file was given.
3668 if test "${enable_file+set}" = set; then
3669 enableval="$enable_file"
3670
3671 if test "$enableval" = yes; then
3672 ac_cv_use_file='wxUSE_FILE=yes'
3673 else
3674 ac_cv_use_file='wxUSE_FILE=no'
3675 fi
3676
3677 else
3678
3679 LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
3680 if test "x$LINE" != x ; then
3681 eval "DEFAULT_$LINE"
3682 else
3683 no_cache=1
3684 fi
3685
3686 ac_cv_use_file='wxUSE_FILE='$DEFAULT_wxUSE_FILE
3687
3688 fi
3689
3690
3691 eval "$ac_cv_use_file"
3692 if test "$no_cache" != 1; then
3693 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
3694 fi
3695
3696 if test "$wxUSE_FILE" = yes; then
3697 echo "$ac_t""yes" 1>&6
3698 else
3699 echo "$ac_t""no" 1>&6
3700 fi
3701
3702
3703 echo $ac_n "checking for --enable-ffile""... $ac_c" 1>&6
3704 echo "configure:3705: checking for --enable-ffile" >&5
3705 no_cache=0
3706 # Check whether --enable-ffile or --disable-ffile was given.
3707 if test "${enable_ffile+set}" = set; then
3708 enableval="$enable_ffile"
3709
3710 if test "$enableval" = yes; then
3711 ac_cv_use_ffile='wxUSE_FFILE=yes'
3712 else
3713 ac_cv_use_ffile='wxUSE_FFILE=no'
3714 fi
3715
3716 else
3717
3718 LINE=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
3719 if test "x$LINE" != x ; then
3720 eval "DEFAULT_$LINE"
3721 else
3722 no_cache=1
3723 fi
3724
3725 ac_cv_use_ffile='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE
3726
3727 fi
3728
3729
3730 eval "$ac_cv_use_ffile"
3731 if test "$no_cache" != 1; then
3732 echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
3733 fi
3734
3735 if test "$wxUSE_FFILE" = yes; then
3736 echo "$ac_t""yes" 1>&6
3737 else
3738 echo "$ac_t""no" 1>&6
3739 fi
3740
3741
3742 echo $ac_n "checking for --enable-textfile""... $ac_c" 1>&6
3743 echo "configure:3744: checking for --enable-textfile" >&5
3744 no_cache=0
3745 # Check whether --enable-textfile or --disable-textfile was given.
3746 if test "${enable_textfile+set}" = set; then
3747 enableval="$enable_textfile"
3748
3749 if test "$enableval" = yes; then
3750 ac_cv_use_textfile='wxUSE_TEXTFILE=yes'
3751 else
3752 ac_cv_use_textfile='wxUSE_TEXTFILE=no'
3753 fi
3754
3755 else
3756
3757 LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
3758 if test "x$LINE" != x ; then
3759 eval "DEFAULT_$LINE"
3760 else
3761 no_cache=1
3762 fi
3763
3764 ac_cv_use_textfile='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
3765
3766 fi
3767
3768
3769 eval "$ac_cv_use_textfile"
3770 if test "$no_cache" != 1; then
3771 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
3772 fi
3773
3774 if test "$wxUSE_TEXTFILE" = yes; then
3775 echo "$ac_t""yes" 1>&6
3776 else
3777 echo "$ac_t""no" 1>&6
3778 fi
3779
3780
3781 echo $ac_n "checking for --enable-fontmap""... $ac_c" 1>&6
3782 echo "configure:3783: checking for --enable-fontmap" >&5
3783 no_cache=0
3784 # Check whether --enable-fontmap or --disable-fontmap was given.
3785 if test "${enable_fontmap+set}" = set; then
3786 enableval="$enable_fontmap"
3787
3788 if test "$enableval" = yes; then
3789 ac_cv_use_fontmap='wxUSE_FONTMAP=yes'
3790 else
3791 ac_cv_use_fontmap='wxUSE_FONTMAP=no'
3792 fi
3793
3794 else
3795
3796 LINE=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
3797 if test "x$LINE" != x ; then
3798 eval "DEFAULT_$LINE"
3799 else
3800 no_cache=1
3801 fi
3802
3803 ac_cv_use_fontmap='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP
3804
3805 fi
3806
3807
3808 eval "$ac_cv_use_fontmap"
3809 if test "$no_cache" != 1; then
3810 echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
3811 fi
3812
3813 if test "$wxUSE_FONTMAP" = yes; then
3814 echo "$ac_t""yes" 1>&6
3815 else
3816 echo "$ac_t""no" 1>&6
3817 fi
3818
3819
3820 echo $ac_n "checking for --enable-unicode""... $ac_c" 1>&6
3821 echo "configure:3822: checking for --enable-unicode" >&5
3822 no_cache=0
3823 # Check whether --enable-unicode or --disable-unicode was given.
3824 if test "${enable_unicode+set}" = set; then
3825 enableval="$enable_unicode"
3826
3827 if test "$enableval" = yes; then
3828 ac_cv_use_unicode='wxUSE_UNICODE=yes'
3829 else
3830 ac_cv_use_unicode='wxUSE_UNICODE=no'
3831 fi
3832
3833 else
3834
3835 LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
3836 if test "x$LINE" != x ; then
3837 eval "DEFAULT_$LINE"
3838 else
3839 no_cache=1
3840 fi
3841
3842 ac_cv_use_unicode='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
3843
3844 fi
3845
3846
3847 eval "$ac_cv_use_unicode"
3848 if test "$no_cache" != 1; then
3849 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
3850 fi
3851
3852 if test "$wxUSE_UNICODE" = yes; then
3853 echo "$ac_t""yes" 1>&6
3854 else
3855 echo "$ac_t""no" 1>&6
3856 fi
3857
3858
3859 echo $ac_n "checking for --enable-wxprintfv""... $ac_c" 1>&6
3860 echo "configure:3861: checking for --enable-wxprintfv" >&5
3861 no_cache=0
3862 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
3863 if test "${enable_wxprintfv+set}" = set; then
3864 enableval="$enable_wxprintfv"
3865
3866 if test "$enableval" = yes; then
3867 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=yes'
3868 else
3869 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=no'
3870 fi
3871
3872 else
3873
3874 LINE=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
3875 if test "x$LINE" != x ; then
3876 eval "DEFAULT_$LINE"
3877 else
3878 no_cache=1
3879 fi
3880
3881 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
3882
3883 fi
3884
3885
3886 eval "$ac_cv_use_wxprintfv"
3887 if test "$no_cache" != 1; then
3888 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
3889 fi
3890
3891 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
3892 echo "$ac_t""yes" 1>&6
3893 else
3894 echo "$ac_t""no" 1>&6
3895 fi
3896
3897
3898 echo $ac_n "checking for --enable-std_iostreams""... $ac_c" 1>&6
3899 echo "configure:3900: checking for --enable-std_iostreams" >&5
3900 no_cache=0
3901 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
3902 if test "${enable_std_iostreams+set}" = set; then
3903 enableval="$enable_std_iostreams"
3904
3905 if test "$enableval" = yes; then
3906 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes'
3907 else
3908 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no'
3909 fi
3910
3911 else
3912
3913 LINE=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
3914 if test "x$LINE" != x ; then
3915 eval "DEFAULT_$LINE"
3916 else
3917 no_cache=1
3918 fi
3919
3920 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
3921
3922 fi
3923
3924
3925 eval "$ac_cv_use_std_iostreams"
3926 if test "$no_cache" != 1; then
3927 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
3928 fi
3929
3930 if test "$wxUSE_STD_IOSTREAM" = yes; then
3931 echo "$ac_t""yes" 1>&6
3932 else
3933 echo "$ac_t""no" 1>&6
3934 fi
3935
3936
3937 echo $ac_n "checking for --enable-filesystem""... $ac_c" 1>&6
3938 echo "configure:3939: checking for --enable-filesystem" >&5
3939 no_cache=0
3940 # Check whether --enable-filesystem or --disable-filesystem was given.
3941 if test "${enable_filesystem+set}" = set; then
3942 enableval="$enable_filesystem"
3943
3944 if test "$enableval" = yes; then
3945 ac_cv_use_filesystem='wxUSE_FILESYSTEM=yes'
3946 else
3947 ac_cv_use_filesystem='wxUSE_FILESYSTEM=no'
3948 fi
3949
3950 else
3951
3952 LINE=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
3953 if test "x$LINE" != x ; then
3954 eval "DEFAULT_$LINE"
3955 else
3956 no_cache=1
3957 fi
3958
3959 ac_cv_use_filesystem='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
3960
3961 fi
3962
3963
3964 eval "$ac_cv_use_filesystem"
3965 if test "$no_cache" != 1; then
3966 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
3967 fi
3968
3969 if test "$wxUSE_FILESYSTEM" = yes; then
3970 echo "$ac_t""yes" 1>&6
3971 else
3972 echo "$ac_t""no" 1>&6
3973 fi
3974
3975
3976 echo $ac_n "checking for --enable-fs_inet""... $ac_c" 1>&6
3977 echo "configure:3978: checking for --enable-fs_inet" >&5
3978 no_cache=0
3979 # Check whether --enable-fs_inet or --disable-fs_inet was given.
3980 if test "${enable_fs_inet+set}" = set; then
3981 enableval="$enable_fs_inet"
3982
3983 if test "$enableval" = yes; then
3984 ac_cv_use_fs_inet='wxUSE_FS_INET=yes'
3985 else
3986 ac_cv_use_fs_inet='wxUSE_FS_INET=no'
3987 fi
3988
3989 else
3990
3991 LINE=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
3992 if test "x$LINE" != x ; then
3993 eval "DEFAULT_$LINE"
3994 else
3995 no_cache=1
3996 fi
3997
3998 ac_cv_use_fs_inet='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
3999
4000 fi
4001
4002
4003 eval "$ac_cv_use_fs_inet"
4004 if test "$no_cache" != 1; then
4005 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
4006 fi
4007
4008 if test "$wxUSE_FS_INET" = yes; then
4009 echo "$ac_t""yes" 1>&6
4010 else
4011 echo "$ac_t""no" 1>&6
4012 fi
4013
4014
4015 echo $ac_n "checking for --enable-fs_zip""... $ac_c" 1>&6
4016 echo "configure:4017: checking for --enable-fs_zip" >&5
4017 no_cache=0
4018 # Check whether --enable-fs_zip or --disable-fs_zip was given.
4019 if test "${enable_fs_zip+set}" = set; then
4020 enableval="$enable_fs_zip"
4021
4022 if test "$enableval" = yes; then
4023 ac_cv_use_fs_zip='wxUSE_FS_ZIP=yes'
4024 else
4025 ac_cv_use_fs_zip='wxUSE_FS_ZIP=no'
4026 fi
4027
4028 else
4029
4030 LINE=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
4031 if test "x$LINE" != x ; then
4032 eval "DEFAULT_$LINE"
4033 else
4034 no_cache=1
4035 fi
4036
4037 ac_cv_use_fs_zip='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
4038
4039 fi
4040
4041
4042 eval "$ac_cv_use_fs_zip"
4043 if test "$no_cache" != 1; then
4044 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
4045 fi
4046
4047 if test "$wxUSE_FS_ZIP" = yes; then
4048 echo "$ac_t""yes" 1>&6
4049 else
4050 echo "$ac_t""no" 1>&6
4051 fi
4052
4053
4054 echo $ac_n "checking for --enable-zipstream""... $ac_c" 1>&6
4055 echo "configure:4056: checking for --enable-zipstream" >&5
4056 no_cache=0
4057 # Check whether --enable-zipstream or --disable-zipstream was given.
4058 if test "${enable_zipstream+set}" = set; then
4059 enableval="$enable_zipstream"
4060
4061 if test "$enableval" = yes; then
4062 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=yes'
4063 else
4064 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=no'
4065 fi
4066
4067 else
4068
4069 LINE=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
4070 if test "x$LINE" != x ; then
4071 eval "DEFAULT_$LINE"
4072 else
4073 no_cache=1
4074 fi
4075
4076 ac_cv_use_zipstream='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
4077
4078 fi
4079
4080
4081 eval "$ac_cv_use_zipstream"
4082 if test "$no_cache" != 1; then
4083 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
4084 fi
4085
4086 if test "$wxUSE_ZIPSTREAM" = yes; then
4087 echo "$ac_t""yes" 1>&6
4088 else
4089 echo "$ac_t""no" 1>&6
4090 fi
4091
4092
4093
4094 echo $ac_n "checking for --enable-catch_segvs""... $ac_c" 1>&6
4095 echo "configure:4096: checking for --enable-catch_segvs" >&5
4096 no_cache=0
4097 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
4098 if test "${enable_catch_segvs+set}" = set; then
4099 enableval="$enable_catch_segvs"
4100
4101 if test "$enableval" = yes; then
4102 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes'
4103 else
4104 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no'
4105 fi
4106
4107 else
4108
4109 LINE=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
4110 if test "x$LINE" != x ; then
4111 eval "DEFAULT_$LINE"
4112 else
4113 no_cache=1
4114 fi
4115
4116 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
4117
4118 fi
4119
4120
4121 eval "$ac_cv_use_catch_segvs"
4122 if test "$no_cache" != 1; then
4123 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
4124 fi
4125
4126 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
4127 echo "$ac_t""yes" 1>&6
4128 else
4129 echo "$ac_t""no" 1>&6
4130 fi
4131
4132
4133 echo $ac_n "checking for --enable-snglinst""... $ac_c" 1>&6
4134 echo "configure:4135: checking for --enable-snglinst" >&5
4135 no_cache=0
4136 # Check whether --enable-snglinst or --disable-snglinst was given.
4137 if test "${enable_snglinst+set}" = set; then
4138 enableval="$enable_snglinst"
4139
4140 if test "$enableval" = yes; then
4141 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes'
4142 else
4143 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no'
4144 fi
4145
4146 else
4147
4148 LINE=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
4149 if test "x$LINE" != x ; then
4150 eval "DEFAULT_$LINE"
4151 else
4152 no_cache=1
4153 fi
4154
4155 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER
4156
4157 fi
4158
4159
4160 eval "$ac_cv_use_snglinst"
4161 if test "$no_cache" != 1; then
4162 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
4163 fi
4164
4165 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
4166 echo "$ac_t""yes" 1>&6
4167 else
4168 echo "$ac_t""no" 1>&6
4169 fi
4170
4171
4172
4173 echo $ac_n "checking for --enable-mimetype""... $ac_c" 1>&6
4174 echo "configure:4175: checking for --enable-mimetype" >&5
4175 no_cache=0
4176 # Check whether --enable-mimetype or --disable-mimetype was given.
4177 if test "${enable_mimetype+set}" = set; then
4178 enableval="$enable_mimetype"
4179
4180 if test "$enableval" = yes; then
4181 ac_cv_use_mimetype='wxUSE_MIMETYPE=yes'
4182 else
4183 ac_cv_use_mimetype='wxUSE_MIMETYPE=no'
4184 fi
4185
4186 else
4187
4188 LINE=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
4189 if test "x$LINE" != x ; then
4190 eval "DEFAULT_$LINE"
4191 else
4192 no_cache=1
4193 fi
4194
4195 ac_cv_use_mimetype='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE
4196
4197 fi
4198
4199
4200 eval "$ac_cv_use_mimetype"
4201 if test "$no_cache" != 1; then
4202 echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
4203 fi
4204
4205 if test "$wxUSE_MIMETYPE" = yes; then
4206 echo "$ac_t""yes" 1>&6
4207 else
4208 echo "$ac_t""no" 1>&6
4209 fi
4210
4211
4212 echo $ac_n "checking for --enable-system_options""... $ac_c" 1>&6
4213 echo "configure:4214: checking for --enable-system_options" >&5
4214 no_cache=0
4215 # Check whether --enable-system_options or --disable-system_options was given.
4216 if test "${enable_system_options+set}" = set; then
4217 enableval="$enable_system_options"
4218
4219 if test "$enableval" = yes; then
4220 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=yes'
4221 else
4222 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=no'
4223 fi
4224
4225 else
4226
4227 LINE=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}`
4228 if test "x$LINE" != x ; then
4229 eval "DEFAULT_$LINE"
4230 else
4231 no_cache=1
4232 fi
4233
4234 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS
4235
4236 fi
4237
4238
4239 eval "$ac_cv_use_system_options"
4240 if test "$no_cache" != 1; then
4241 echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp
4242 fi
4243
4244 if test "$wxUSE_SYSTEM_OPTIONS" = yes; then
4245 echo "$ac_t""yes" 1>&6
4246 else
4247 echo "$ac_t""no" 1>&6
4248 fi
4249
4250
4251
4252
4253 echo $ac_n "checking for --enable-threads""... $ac_c" 1>&6
4254 echo "configure:4255: checking for --enable-threads" >&5
4255 no_cache=0
4256 # Check whether --enable-threads or --disable-threads was given.
4257 if test "${enable_threads+set}" = set; then
4258 enableval="$enable_threads"
4259
4260 if test "$enableval" = yes; then
4261 ac_cv_use_threads='wxUSE_THREADS=yes'
4262 else
4263 ac_cv_use_threads='wxUSE_THREADS=no'
4264 fi
4265
4266 else
4267
4268 LINE=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
4269 if test "x$LINE" != x ; then
4270 eval "DEFAULT_$LINE"
4271 else
4272 no_cache=1
4273 fi
4274
4275 ac_cv_use_threads='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
4276
4277 fi
4278
4279
4280 eval "$ac_cv_use_threads"
4281 if test "$no_cache" != 1; then
4282 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
4283 fi
4284
4285 if test "$wxUSE_THREADS" = yes; then
4286 echo "$ac_t""yes" 1>&6
4287 else
4288 echo "$ac_t""no" 1>&6
4289 fi
4290
4291
4292 echo $ac_n "checking for --enable-serial""... $ac_c" 1>&6
4293 echo "configure:4294: checking for --enable-serial" >&5
4294 no_cache=0
4295 # Check whether --enable-serial or --disable-serial was given.
4296 if test "${enable_serial+set}" = set; then
4297 enableval="$enable_serial"
4298
4299 if test "$enableval" = yes; then
4300 ac_cv_use_serial='wxUSE_SERIAL=yes'
4301 else
4302 ac_cv_use_serial='wxUSE_SERIAL=no'
4303 fi
4304
4305 else
4306
4307 LINE=`grep "wxUSE_SERIAL" ${wx_arg_cache_file}`
4308 if test "x$LINE" != x ; then
4309 eval "DEFAULT_$LINE"
4310 else
4311 no_cache=1
4312 fi
4313
4314 ac_cv_use_serial='wxUSE_SERIAL='$DEFAULT_wxUSE_SERIAL
4315
4316 fi
4317
4318
4319 eval "$ac_cv_use_serial"
4320 if test "$no_cache" != 1; then
4321 echo $ac_cv_use_serial >> ${wx_arg_cache_file}.tmp
4322 fi
4323
4324 if test "$wxUSE_SERIAL" = yes; then
4325 echo "$ac_t""yes" 1>&6
4326 else
4327 echo "$ac_t""no" 1>&6
4328 fi
4329
4330
4331 if test "$wxUSE_GUI" = "yes"; then
4332
4333
4334
4335 echo $ac_n "checking for --enable-docview""... $ac_c" 1>&6
4336 echo "configure:4337: checking for --enable-docview" >&5
4337 no_cache=0
4338 # Check whether --enable-docview or --disable-docview was given.
4339 if test "${enable_docview+set}" = set; then
4340 enableval="$enable_docview"
4341
4342 if test "$enableval" = yes; then
4343 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
4344 else
4345 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no'
4346 fi
4347
4348 else
4349
4350 LINE=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
4351 if test "x$LINE" != x ; then
4352 eval "DEFAULT_$LINE"
4353 else
4354 no_cache=1
4355 fi
4356
4357 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
4358
4359 fi
4360
4361
4362 eval "$ac_cv_use_docview"
4363 if test "$no_cache" != 1; then
4364 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
4365 fi
4366
4367 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
4368 echo "$ac_t""yes" 1>&6
4369 else
4370 echo "$ac_t""no" 1>&6
4371 fi
4372
4373
4374 echo $ac_n "checking for --enable-help""... $ac_c" 1>&6
4375 echo "configure:4376: checking for --enable-help" >&5
4376 no_cache=0
4377 # Check whether --enable-help or --disable-help was given.
4378 if test "${enable_help+set}" = set; then
4379 enableval="$enable_help"
4380
4381 if test "$enableval" = yes; then
4382 ac_cv_use_help='wxUSE_HELP=yes'
4383 else
4384 ac_cv_use_help='wxUSE_HELP=no'
4385 fi
4386
4387 else
4388
4389 LINE=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
4390 if test "x$LINE" != x ; then
4391 eval "DEFAULT_$LINE"
4392 else
4393 no_cache=1
4394 fi
4395
4396 ac_cv_use_help='wxUSE_HELP='$DEFAULT_wxUSE_HELP
4397
4398 fi
4399
4400
4401 eval "$ac_cv_use_help"
4402 if test "$no_cache" != 1; then
4403 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
4404 fi
4405
4406 if test "$wxUSE_HELP" = yes; then
4407 echo "$ac_t""yes" 1>&6
4408 else
4409 echo "$ac_t""no" 1>&6
4410 fi
4411
4412
4413 echo $ac_n "checking for --enable-mshtmlhelp""... $ac_c" 1>&6
4414 echo "configure:4415: checking for --enable-mshtmlhelp" >&5
4415 no_cache=0
4416 # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given.
4417 if test "${enable_mshtmlhelp+set}" = set; then
4418 enableval="$enable_mshtmlhelp"
4419
4420 if test "$enableval" = yes; then
4421 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=yes'
4422 else
4423 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=no'
4424 fi
4425
4426 else
4427
4428 LINE=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}`
4429 if test "x$LINE" != x ; then
4430 eval "DEFAULT_$LINE"
4431 else
4432 no_cache=1
4433 fi
4434
4435 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP
4436
4437 fi
4438
4439
4440 eval "$ac_cv_use_mshtmlhelp"
4441 if test "$no_cache" != 1; then
4442 echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
4443 fi
4444
4445 if test "$wxUSE_MS_HTML_HELP" = yes; then
4446 echo "$ac_t""yes" 1>&6
4447 else
4448 echo "$ac_t""no" 1>&6
4449 fi
4450
4451
4452 echo $ac_n "checking for --enable-html""... $ac_c" 1>&6
4453 echo "configure:4454: checking for --enable-html" >&5
4454 no_cache=0
4455 # Check whether --enable-html or --disable-html was given.
4456 if test "${enable_html+set}" = set; then
4457 enableval="$enable_html"
4458
4459 if test "$enableval" = yes; then
4460 ac_cv_use_html='wxUSE_HTML=yes'
4461 else
4462 ac_cv_use_html='wxUSE_HTML=no'
4463 fi
4464
4465 else
4466
4467 LINE=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
4468 if test "x$LINE" != x ; then
4469 eval "DEFAULT_$LINE"
4470 else
4471 no_cache=1
4472 fi
4473
4474 ac_cv_use_html='wxUSE_HTML='$DEFAULT_wxUSE_HTML
4475
4476 fi
4477
4478
4479 eval "$ac_cv_use_html"
4480 if test "$no_cache" != 1; then
4481 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
4482 fi
4483
4484 if test "$wxUSE_HTML" = yes; then
4485 echo "$ac_t""yes" 1>&6
4486 else
4487 echo "$ac_t""no" 1>&6
4488 fi
4489
4490
4491 echo $ac_n "checking for --enable-htmlhelp""... $ac_c" 1>&6
4492 echo "configure:4493: checking for --enable-htmlhelp" >&5
4493 no_cache=0
4494 # Check whether --enable-htmlhelp or --disable-htmlhelp was given.
4495 if test "${enable_htmlhelp+set}" = set; then
4496 enableval="$enable_htmlhelp"
4497
4498 if test "$enableval" = yes; then
4499 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes'
4500 else
4501 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no'
4502 fi
4503
4504 else
4505
4506 LINE=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}`
4507 if test "x$LINE" != x ; then
4508 eval "DEFAULT_$LINE"
4509 else
4510 no_cache=1
4511 fi
4512
4513 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP
4514
4515 fi
4516
4517
4518 eval "$ac_cv_use_htmlhelp"
4519 if test "$no_cache" != 1; then
4520 echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
4521 fi
4522
4523 if test "$wxUSE_WXHTML_HELP" = yes; then
4524 echo "$ac_t""yes" 1>&6
4525 else
4526 echo "$ac_t""no" 1>&6
4527 fi
4528
4529
4530 echo $ac_n "checking for --enable-constraints""... $ac_c" 1>&6
4531 echo "configure:4532: checking for --enable-constraints" >&5
4532 no_cache=0
4533 # Check whether --enable-constraints or --disable-constraints was given.
4534 if test "${enable_constraints+set}" = set; then
4535 enableval="$enable_constraints"
4536
4537 if test "$enableval" = yes; then
4538 ac_cv_use_constraints='wxUSE_CONSTRAINTS=yes'
4539 else
4540 ac_cv_use_constraints='wxUSE_CONSTRAINTS=no'
4541 fi
4542
4543 else
4544
4545 LINE=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
4546 if test "x$LINE" != x ; then
4547 eval "DEFAULT_$LINE"
4548 else
4549 no_cache=1
4550 fi
4551
4552 ac_cv_use_constraints='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
4553
4554 fi
4555
4556
4557 eval "$ac_cv_use_constraints"
4558 if test "$no_cache" != 1; then
4559 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
4560 fi
4561
4562 if test "$wxUSE_CONSTRAINTS" = yes; then
4563 echo "$ac_t""yes" 1>&6
4564 else
4565 echo "$ac_t""no" 1>&6
4566 fi
4567
4568
4569 echo $ac_n "checking for --enable-printarch""... $ac_c" 1>&6
4570 echo "configure:4571: checking for --enable-printarch" >&5
4571 no_cache=0
4572 # Check whether --enable-printarch or --disable-printarch was given.
4573 if test "${enable_printarch+set}" = set; then
4574 enableval="$enable_printarch"
4575
4576 if test "$enableval" = yes; then
4577 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes'
4578 else
4579 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no'
4580 fi
4581
4582 else
4583
4584 LINE=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
4585 if test "x$LINE" != x ; then
4586 eval "DEFAULT_$LINE"
4587 else
4588 no_cache=1
4589 fi
4590
4591 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
4592
4593 fi
4594
4595
4596 eval "$ac_cv_use_printarch"
4597 if test "$no_cache" != 1; then
4598 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
4599 fi
4600
4601 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
4602 echo "$ac_t""yes" 1>&6
4603 else
4604 echo "$ac_t""no" 1>&6
4605 fi
4606
4607
4608 echo $ac_n "checking for --enable-mdi""... $ac_c" 1>&6
4609 echo "configure:4610: checking for --enable-mdi" >&5
4610 no_cache=0
4611 # Check whether --enable-mdi or --disable-mdi was given.
4612 if test "${enable_mdi+set}" = set; then
4613 enableval="$enable_mdi"
4614
4615 if test "$enableval" = yes; then
4616 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=yes'
4617 else
4618 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=no'
4619 fi
4620
4621 else
4622
4623 LINE=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
4624 if test "x$LINE" != x ; then
4625 eval "DEFAULT_$LINE"
4626 else
4627 no_cache=1
4628 fi
4629
4630 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
4631
4632 fi
4633
4634
4635 eval "$ac_cv_use_mdi"
4636 if test "$no_cache" != 1; then
4637 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
4638 fi
4639
4640 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
4641 echo "$ac_t""yes" 1>&6
4642 else
4643 echo "$ac_t""no" 1>&6
4644 fi
4645
4646
4647 echo $ac_n "checking for --enable-loggui""... $ac_c" 1>&6
4648 echo "configure:4649: checking for --enable-loggui" >&5
4649 no_cache=0
4650 # Check whether --enable-loggui or --disable-loggui was given.
4651 if test "${enable_loggui+set}" = set; then
4652 enableval="$enable_loggui"
4653
4654 if test "$enableval" = yes; then
4655 ac_cv_use_loggui='wxUSE_LOGGUI=yes'
4656 else
4657 ac_cv_use_loggui='wxUSE_LOGGUI=no'
4658 fi
4659
4660 else
4661
4662 LINE=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
4663 if test "x$LINE" != x ; then
4664 eval "DEFAULT_$LINE"
4665 else
4666 no_cache=1
4667 fi
4668
4669 ac_cv_use_loggui='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI
4670
4671 fi
4672
4673
4674 eval "$ac_cv_use_loggui"
4675 if test "$no_cache" != 1; then
4676 echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
4677 fi
4678
4679 if test "$wxUSE_LOGGUI" = yes; then
4680 echo "$ac_t""yes" 1>&6
4681 else
4682 echo "$ac_t""no" 1>&6
4683 fi
4684
4685
4686 echo $ac_n "checking for --enable-logwin""... $ac_c" 1>&6
4687 echo "configure:4688: checking for --enable-logwin" >&5
4688 no_cache=0
4689 # Check whether --enable-logwin or --disable-logwin was given.
4690 if test "${enable_logwin+set}" = set; then
4691 enableval="$enable_logwin"
4692
4693 if test "$enableval" = yes; then
4694 ac_cv_use_logwin='wxUSE_LOGWINDOW=yes'
4695 else
4696 ac_cv_use_logwin='wxUSE_LOGWINDOW=no'
4697 fi
4698
4699 else
4700
4701 LINE=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
4702 if test "x$LINE" != x ; then
4703 eval "DEFAULT_$LINE"
4704 else
4705 no_cache=1
4706 fi
4707
4708 ac_cv_use_logwin='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW
4709
4710 fi
4711
4712
4713 eval "$ac_cv_use_logwin"
4714 if test "$no_cache" != 1; then
4715 echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
4716 fi
4717
4718 if test "$wxUSE_LOGWINDOW" = yes; then
4719 echo "$ac_t""yes" 1>&6
4720 else
4721 echo "$ac_t""no" 1>&6
4722 fi
4723
4724
4725
4726 echo $ac_n "checking for --enable-postscript""... $ac_c" 1>&6
4727 echo "configure:4728: checking for --enable-postscript" >&5
4728 no_cache=0
4729 # Check whether --enable-postscript or --disable-postscript was given.
4730 if test "${enable_postscript+set}" = set; then
4731 enableval="$enable_postscript"
4732
4733 if test "$enableval" = yes; then
4734 ac_cv_use_postscript='wxUSE_POSTSCRIPT=yes'
4735 else
4736 ac_cv_use_postscript='wxUSE_POSTSCRIPT=no'
4737 fi
4738
4739 else
4740
4741 LINE=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
4742 if test "x$LINE" != x ; then
4743 eval "DEFAULT_$LINE"
4744 else
4745 no_cache=1
4746 fi
4747
4748 ac_cv_use_postscript='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
4749
4750 fi
4751
4752
4753 eval "$ac_cv_use_postscript"
4754 if test "$no_cache" != 1; then
4755 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
4756 fi
4757
4758 if test "$wxUSE_POSTSCRIPT" = yes; then
4759 echo "$ac_t""yes" 1>&6
4760 else
4761 echo "$ac_t""no" 1>&6
4762 fi
4763
4764
4765
4766
4767
4768 echo $ac_n "checking for --enable-prologio""... $ac_c" 1>&6
4769 echo "configure:4770: checking for --enable-prologio" >&5
4770 no_cache=0
4771 # Check whether --enable-prologio or --disable-prologio was given.
4772 if test "${enable_prologio+set}" = set; then
4773 enableval="$enable_prologio"
4774
4775 if test "$enableval" = yes; then
4776 ac_cv_use_prologio='wxUSE_PROLOGIO=yes'
4777 else
4778 ac_cv_use_prologio='wxUSE_PROLOGIO=no'
4779 fi
4780
4781 else
4782
4783 LINE=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
4784 if test "x$LINE" != x ; then
4785 eval "DEFAULT_$LINE"
4786 else
4787 no_cache=1
4788 fi
4789
4790 ac_cv_use_prologio='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
4791
4792 fi
4793
4794
4795 eval "$ac_cv_use_prologio"
4796 if test "$no_cache" != 1; then
4797 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
4798 fi
4799
4800 if test "$wxUSE_PROLOGIO" = yes; then
4801 echo "$ac_t""yes" 1>&6
4802 else
4803 echo "$ac_t""no" 1>&6
4804 fi
4805
4806
4807 echo $ac_n "checking for --enable-resources""... $ac_c" 1>&6
4808 echo "configure:4809: checking for --enable-resources" >&5
4809 no_cache=0
4810 # Check whether --enable-resources or --disable-resources was given.
4811 if test "${enable_resources+set}" = set; then
4812 enableval="$enable_resources"
4813
4814 if test "$enableval" = yes; then
4815 ac_cv_use_resources='wxUSE_RESOURCES=yes'
4816 else
4817 ac_cv_use_resources='wxUSE_RESOURCES=no'
4818 fi
4819
4820 else
4821
4822 LINE=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
4823 if test "x$LINE" != x ; then
4824 eval "DEFAULT_$LINE"
4825 else
4826 no_cache=1
4827 fi
4828
4829 ac_cv_use_resources='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
4830
4831 fi
4832
4833
4834 eval "$ac_cv_use_resources"
4835 if test "$no_cache" != 1; then
4836 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
4837 fi
4838
4839 if test "$wxUSE_RESOURCES" = yes; then
4840 echo "$ac_t""yes" 1>&6
4841 else
4842 echo "$ac_t""no" 1>&6
4843 fi
4844
4845
4846
4847 echo $ac_n "checking for --enable-xresources""... $ac_c" 1>&6
4848 echo "configure:4849: checking for --enable-xresources" >&5
4849 no_cache=0
4850 # Check whether --enable-xresources or --disable-xresources was given.
4851 if test "${enable_xresources+set}" = set; then
4852 enableval="$enable_xresources"
4853
4854 if test "$enableval" = yes; then
4855 ac_cv_use_xresources='wxUSE_X_RESOURCES=yes'
4856 else
4857 ac_cv_use_xresources='wxUSE_X_RESOURCES=no'
4858 fi
4859
4860 else
4861
4862 LINE=`grep "wxUSE_X_RESOURCES" ${wx_arg_cache_file}`
4863 if test "x$LINE" != x ; then
4864 eval "DEFAULT_$LINE"
4865 else
4866 no_cache=1
4867 fi
4868
4869 ac_cv_use_xresources='wxUSE_X_RESOURCES='$DEFAULT_wxUSE_X_RESOURCES
4870
4871 fi
4872
4873
4874 eval "$ac_cv_use_xresources"
4875 if test "$no_cache" != 1; then
4876 echo $ac_cv_use_xresources >> ${wx_arg_cache_file}.tmp
4877 fi
4878
4879 if test "$wxUSE_X_RESOURCES" = yes; then
4880 echo "$ac_t""yes" 1>&6
4881 else
4882 echo "$ac_t""no" 1>&6
4883 fi
4884
4885
4886
4887
4888 echo $ac_n "checking for --enable-clipboard""... $ac_c" 1>&6
4889 echo "configure:4890: checking for --enable-clipboard" >&5
4890 no_cache=0
4891 # Check whether --enable-clipboard or --disable-clipboard was given.
4892 if test "${enable_clipboard+set}" = set; then
4893 enableval="$enable_clipboard"
4894
4895 if test "$enableval" = yes; then
4896 ac_cv_use_clipboard='wxUSE_CLIPBOARD=yes'
4897 else
4898 ac_cv_use_clipboard='wxUSE_CLIPBOARD=no'
4899 fi
4900
4901 else
4902
4903 LINE=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
4904 if test "x$LINE" != x ; then
4905 eval "DEFAULT_$LINE"
4906 else
4907 no_cache=1
4908 fi
4909
4910 ac_cv_use_clipboard='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
4911
4912 fi
4913
4914
4915 eval "$ac_cv_use_clipboard"
4916 if test "$no_cache" != 1; then
4917 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
4918 fi
4919
4920 if test "$wxUSE_CLIPBOARD" = yes; then
4921 echo "$ac_t""yes" 1>&6
4922 else
4923 echo "$ac_t""no" 1>&6
4924 fi
4925
4926
4927 echo $ac_n "checking for --enable-dnd""... $ac_c" 1>&6
4928 echo "configure:4929: checking for --enable-dnd" >&5
4929 no_cache=0
4930 # Check whether --enable-dnd or --disable-dnd was given.
4931 if test "${enable_dnd+set}" = set; then
4932 enableval="$enable_dnd"
4933
4934 if test "$enableval" = yes; then
4935 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes'
4936 else
4937 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=no'
4938 fi
4939
4940 else
4941
4942 LINE=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
4943 if test "x$LINE" != x ; then
4944 eval "DEFAULT_$LINE"
4945 else
4946 no_cache=1
4947 fi
4948
4949 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
4950
4951 fi
4952
4953
4954 eval "$ac_cv_use_dnd"
4955 if test "$no_cache" != 1; then
4956 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
4957 fi
4958
4959 if test "$wxUSE_DRAG_AND_DROP" = yes; then
4960 echo "$ac_t""yes" 1>&6
4961 else
4962 echo "$ac_t""no" 1>&6
4963 fi
4964
4965
4966 echo $ac_n "checking for --enable-metafile""... $ac_c" 1>&6
4967 echo "configure:4968: checking for --enable-metafile" >&5
4968 no_cache=0
4969 # Check whether --enable-metafile or --disable-metafile was given.
4970 if test "${enable_metafile+set}" = set; then
4971 enableval="$enable_metafile"
4972
4973 if test "$enableval" = yes; then
4974 ac_cv_use_metafile='wxUSE_METAFILE=yes'
4975 else
4976 ac_cv_use_metafile='wxUSE_METAFILE=no'
4977 fi
4978
4979 else
4980
4981 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
4982 if test "x$LINE" != x ; then
4983 eval "DEFAULT_$LINE"
4984 else
4985 no_cache=1
4986 fi
4987
4988 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
4989
4990 fi
4991
4992
4993 eval "$ac_cv_use_metafile"
4994 if test "$no_cache" != 1; then
4995 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
4996 fi
4997
4998 if test "$wxUSE_METAFILE" = yes; then
4999 echo "$ac_t""yes" 1>&6
5000 else
5001 echo "$ac_t""no" 1>&6
5002 fi
5003
5004
5005
5006 echo $ac_n "checking for --enable-treelayout""... $ac_c" 1>&6
5007 echo "configure:5008: checking for --enable-treelayout" >&5
5008 no_cache=0
5009 # Check whether --enable-treelayout or --disable-treelayout was given.
5010 if test "${enable_treelayout+set}" = set; then
5011 enableval="$enable_treelayout"
5012
5013 if test "$enableval" = yes; then
5014 ac_cv_use_treelayout='wxUSE_TREELAYOUT=yes'
5015 else
5016 ac_cv_use_treelayout='wxUSE_TREELAYOUT=no'
5017 fi
5018
5019 else
5020
5021 LINE=`grep "wxUSE_TREELAYOUT" ${wx_arg_cache_file}`
5022 if test "x$LINE" != x ; then
5023 eval "DEFAULT_$LINE"
5024 else
5025 no_cache=1
5026 fi
5027
5028 ac_cv_use_treelayout='wxUSE_TREELAYOUT='$DEFAULT_wxUSE_TREELAYOUT
5029
5030 fi
5031
5032
5033 eval "$ac_cv_use_treelayout"
5034 if test "$no_cache" != 1; then
5035 echo $ac_cv_use_treelayout >> ${wx_arg_cache_file}.tmp
5036 fi
5037
5038 if test "$wxUSE_TREELAYOUT" = yes; then
5039 echo "$ac_t""yes" 1>&6
5040 else
5041 echo "$ac_t""no" 1>&6
5042 fi
5043
5044
5045
5046
5047 echo $ac_n "checking for --enable-controls""... $ac_c" 1>&6
5048 echo "configure:5049: checking for --enable-controls" >&5
5049 no_cache=0
5050 # Check whether --enable-controls or --disable-controls was given.
5051 if test "${enable_controls+set}" = set; then
5052 enableval="$enable_controls"
5053
5054 if test "$enableval" = yes; then
5055 ac_cv_use_controls='wxUSE_CONTROLS=yes'
5056 else
5057 ac_cv_use_controls='wxUSE_CONTROLS=no'
5058 fi
5059
5060 else
5061
5062 LINE=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
5063 if test "x$LINE" != x ; then
5064 eval "DEFAULT_$LINE"
5065 else
5066 no_cache=1
5067 fi
5068
5069 ac_cv_use_controls='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
5070
5071 fi
5072
5073
5074 eval "$ac_cv_use_controls"
5075 if test "$no_cache" != 1; then
5076 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
5077 fi
5078
5079 if test "$wxUSE_CONTROLS" = yes; then
5080 echo "$ac_t""yes" 1>&6
5081 else
5082 echo "$ac_t""no" 1>&6
5083 fi
5084
5085
5086 if test "$wxUSE_CONTROLS" = "yes"; then
5087 DEFAULT_wxUSE_ACCEL=yes
5088 DEFAULT_wxUSE_BMPBUTTON=yes
5089 DEFAULT_wxUSE_BUTTON=yes
5090 DEFAULT_wxUSE_CALCTRL=no
5091 DEFAULT_wxUSE_CARET=yes
5092 DEFAULT_wxUSE_COMBOBOX=yes
5093 DEFAULT_wxUSE_CHECKBOX=yes
5094 DEFAULT_wxUSE_CHECKLISTBOX=yes
5095 DEFAULT_wxUSE_CHOICE=yes
5096 DEFAULT_wxUSE_GAUGE=yes
5097 DEFAULT_wxUSE_GRID=yes
5098 DEFAULT_wxUSE_NEW_GRID=yes
5099 DEFAULT_wxUSE_IMAGLIST=yes
5100 DEFAULT_wxUSE_LISTBOX=yes
5101 DEFAULT_wxUSE_LISTCTRL=yes
5102 DEFAULT_wxUSE_NOTEBOOK=yes
5103 DEFAULT_wxUSE_PROPSHEET=yes
5104 DEFAULT_wxUSE_RADIOBOX=yes
5105 DEFAULT_wxUSE_RADIOBTN=yes
5106 DEFAULT_wxUSE_SASH=yes
5107 DEFAULT_wxUSE_SCROLLBAR=yes
5108 DEFAULT_wxUSE_SLIDER=yes
5109 DEFAULT_wxUSE_SPINBTN=yes
5110 DEFAULT_wxUSE_SPINCTRL=yes
5111 DEFAULT_wxUSE_SPLITTER=yes
5112 DEFAULT_wxUSE_STATBMP=yes
5113 DEFAULT_wxUSE_STATBOX=yes
5114 DEFAULT_wxUSE_STATLINE=yes
5115 DEFAULT_wxUSE_STATUSBAR=yes
5116 DEFAULT_wxUSE_TAB_DIALOG=yes
5117 DEFAULT_wxUSE_TOGGLEBTN=yes
5118 DEFAULT_wxUSE_TOOLBAR=yes
5119 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
5120 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
5121 DEFAULT_wxUSE_TOOLTIPS=yes
5122 DEFAULT_wxUSE_TREECTRL=yes
5123 DEFAULT_wxUSE_POPUPWIN=yes
5124 elif test "$wxUSE_CONTROLS" = "no"; then
5125 DEFAULT_wxUSE_ACCEL=no
5126 DEFAULT_wxUSE_BMPBUTTON=no
5127 DEFAULT_wxUSE_BUTTON=no
5128 DEFAULT_wxUSE_CALCTRL=no
5129 DEFAULT_wxUSE_CARET=no
5130 DEFAULT_wxUSE_COMBOBOX=no
5131 DEFAULT_wxUSE_CHECKBOX=no
5132 DEFAULT_wxUSE_CHECKLISTBOX=no
5133 DEFAULT_wxUSE_CHOICE=no
5134 DEFAULT_wxUSE_GAUGE=no
5135 DEFAULT_wxUSE_GRID=no
5136 DEFAULT_wxUSE_NEW_GRID=no
5137 DEFAULT_wxUSE_IMAGLIST=no
5138 DEFAULT_wxUSE_LISTBOX=no
5139 DEFAULT_wxUSE_LISTCTRL=no
5140 DEFAULT_wxUSE_NOTEBOOK=no
5141 DEFAULT_wxUSE_PROPSHEET=no
5142 DEFAULT_wxUSE_RADIOBOX=no
5143 DEFAULT_wxUSE_RADIOBTN=no
5144 DEFAULT_wxUSE_SASH=no
5145 DEFAULT_wxUSE_SCROLLBAR=no
5146 DEFAULT_wxUSE_SLIDER=no
5147 DEFAULT_wxUSE_SPINBTN=no
5148 DEFAULT_wxUSE_SPINCTRL=no
5149 DEFAULT_wxUSE_SPLITTER=no
5150 DEFAULT_wxUSE_STATBMP=no
5151 DEFAULT_wxUSE_STATBOX=no
5152 DEFAULT_wxUSE_STATLINE=no
5153 DEFAULT_wxUSE_STATUSBAR=no
5154 DEFAULT_wxUSE_TAB_DIALOG=no
5155 DEFAULT_wxUSE_TOGGLEBTN=no
5156 DEFAULT_wxUSE_TOOLBAR=no
5157 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
5158 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
5159 DEFAULT_wxUSE_TOOLTIPS=no
5160 DEFAULT_wxUSE_TREECTRL=no
5161 DEFAULT_wxUSE_POPUPWIN=no
5162 fi
5163
5164
5165 echo $ac_n "checking for --enable-accel""... $ac_c" 1>&6
5166 echo "configure:5167: checking for --enable-accel" >&5
5167 no_cache=0
5168 # Check whether --enable-accel or --disable-accel was given.
5169 if test "${enable_accel+set}" = set; then
5170 enableval="$enable_accel"
5171
5172 if test "$enableval" = yes; then
5173 ac_cv_use_accel='wxUSE_ACCEL=yes'
5174 else
5175 ac_cv_use_accel='wxUSE_ACCEL=no'
5176 fi
5177
5178 else
5179
5180 LINE=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
5181 if test "x$LINE" != x ; then
5182 eval "DEFAULT_$LINE"
5183 else
5184 no_cache=1
5185 fi
5186
5187 ac_cv_use_accel='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
5188
5189 fi
5190
5191
5192 eval "$ac_cv_use_accel"
5193 if test "$no_cache" != 1; then
5194 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
5195 fi
5196
5197 if test "$wxUSE_ACCEL" = yes; then
5198 echo "$ac_t""yes" 1>&6
5199 else
5200 echo "$ac_t""no" 1>&6
5201 fi
5202
5203
5204 echo $ac_n "checking for --enable-button""... $ac_c" 1>&6
5205 echo "configure:5206: checking for --enable-button" >&5
5206 no_cache=0
5207 # Check whether --enable-button or --disable-button was given.
5208 if test "${enable_button+set}" = set; then
5209 enableval="$enable_button"
5210
5211 if test "$enableval" = yes; then
5212 ac_cv_use_button='wxUSE_BUTTON=yes'
5213 else
5214 ac_cv_use_button='wxUSE_BUTTON=no'
5215 fi
5216
5217 else
5218
5219 LINE=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
5220 if test "x$LINE" != x ; then
5221 eval "DEFAULT_$LINE"
5222 else
5223 no_cache=1
5224 fi
5225
5226 ac_cv_use_button='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON
5227
5228 fi
5229
5230
5231 eval "$ac_cv_use_button"
5232 if test "$no_cache" != 1; then
5233 echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
5234 fi
5235
5236 if test "$wxUSE_BUTTON" = yes; then
5237 echo "$ac_t""yes" 1>&6
5238 else
5239 echo "$ac_t""no" 1>&6
5240 fi
5241
5242
5243 echo $ac_n "checking for --enable-bmpbutton""... $ac_c" 1>&6
5244 echo "configure:5245: checking for --enable-bmpbutton" >&5
5245 no_cache=0
5246 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
5247 if test "${enable_bmpbutton+set}" = set; then
5248 enableval="$enable_bmpbutton"
5249
5250 if test "$enableval" = yes; then
5251 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes'
5252 else
5253 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
5254 fi
5255
5256 else
5257
5258 LINE=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
5259 if test "x$LINE" != x ; then
5260 eval "DEFAULT_$LINE"
5261 else
5262 no_cache=1
5263 fi
5264
5265 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
5266
5267 fi
5268
5269
5270 eval "$ac_cv_use_bmpbutton"
5271 if test "$no_cache" != 1; then
5272 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
5273 fi
5274
5275 if test "$wxUSE_BMPBUTTON" = yes; then
5276 echo "$ac_t""yes" 1>&6
5277 else
5278 echo "$ac_t""no" 1>&6
5279 fi
5280
5281
5282 echo $ac_n "checking for --enable-calendar""... $ac_c" 1>&6
5283 echo "configure:5284: checking for --enable-calendar" >&5
5284 no_cache=0
5285 # Check whether --enable-calendar or --disable-calendar was given.
5286 if test "${enable_calendar+set}" = set; then
5287 enableval="$enable_calendar"
5288
5289 if test "$enableval" = yes; then
5290 ac_cv_use_calendar='wxUSE_CALCTRL=yes'
5291 else
5292 ac_cv_use_calendar='wxUSE_CALCTRL=no'
5293 fi
5294
5295 else
5296
5297 LINE=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
5298 if test "x$LINE" != x ; then
5299 eval "DEFAULT_$LINE"
5300 else
5301 no_cache=1
5302 fi
5303
5304 ac_cv_use_calendar='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL
5305
5306 fi
5307
5308
5309 eval "$ac_cv_use_calendar"
5310 if test "$no_cache" != 1; then
5311 echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
5312 fi
5313
5314 if test "$wxUSE_CALCTRL" = yes; then
5315 echo "$ac_t""yes" 1>&6
5316 else
5317 echo "$ac_t""no" 1>&6
5318 fi
5319
5320
5321 echo $ac_n "checking for --enable-caret""... $ac_c" 1>&6
5322 echo "configure:5323: checking for --enable-caret" >&5
5323 no_cache=0
5324 # Check whether --enable-caret or --disable-caret was given.
5325 if test "${enable_caret+set}" = set; then
5326 enableval="$enable_caret"
5327
5328 if test "$enableval" = yes; then
5329 ac_cv_use_caret='wxUSE_CARET=yes'
5330 else
5331 ac_cv_use_caret='wxUSE_CARET=no'
5332 fi
5333
5334 else
5335
5336 LINE=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
5337 if test "x$LINE" != x ; then
5338 eval "DEFAULT_$LINE"
5339 else
5340 no_cache=1
5341 fi
5342
5343 ac_cv_use_caret='wxUSE_CARET='$DEFAULT_wxUSE_CARET
5344
5345 fi
5346
5347
5348 eval "$ac_cv_use_caret"
5349 if test "$no_cache" != 1; then
5350 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
5351 fi
5352
5353 if test "$wxUSE_CARET" = yes; then
5354 echo "$ac_t""yes" 1>&6
5355 else
5356 echo "$ac_t""no" 1>&6
5357 fi
5358
5359
5360 echo $ac_n "checking for --enable-checkbox""... $ac_c" 1>&6
5361 echo "configure:5362: checking for --enable-checkbox" >&5
5362 no_cache=0
5363 # Check whether --enable-checkbox or --disable-checkbox was given.
5364 if test "${enable_checkbox+set}" = set; then
5365 enableval="$enable_checkbox"
5366
5367 if test "$enableval" = yes; then
5368 ac_cv_use_checkbox='wxUSE_CHECKBOX=yes'
5369 else
5370 ac_cv_use_checkbox='wxUSE_CHECKBOX=no'
5371 fi
5372
5373 else
5374
5375 LINE=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
5376 if test "x$LINE" != x ; then
5377 eval "DEFAULT_$LINE"
5378 else
5379 no_cache=1
5380 fi
5381
5382 ac_cv_use_checkbox='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
5383
5384 fi
5385
5386
5387 eval "$ac_cv_use_checkbox"
5388 if test "$no_cache" != 1; then
5389 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
5390 fi
5391
5392 if test "$wxUSE_CHECKBOX" = yes; then
5393 echo "$ac_t""yes" 1>&6
5394 else
5395 echo "$ac_t""no" 1>&6
5396 fi
5397
5398
5399 echo $ac_n "checking for --enable-checklst""... $ac_c" 1>&6
5400 echo "configure:5401: checking for --enable-checklst" >&5
5401 no_cache=0
5402 # Check whether --enable-checklst or --disable-checklst was given.
5403 if test "${enable_checklst+set}" = set; then
5404 enableval="$enable_checklst"
5405
5406 if test "$enableval" = yes; then
5407 ac_cv_use_checklst='wxUSE_CHECKLST=yes'
5408 else
5409 ac_cv_use_checklst='wxUSE_CHECKLST=no'
5410 fi
5411
5412 else
5413
5414 LINE=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
5415 if test "x$LINE" != x ; then
5416 eval "DEFAULT_$LINE"
5417 else
5418 no_cache=1
5419 fi
5420
5421 ac_cv_use_checklst='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
5422
5423 fi
5424
5425
5426 eval "$ac_cv_use_checklst"
5427 if test "$no_cache" != 1; then
5428 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
5429 fi
5430
5431 if test "$wxUSE_CHECKLST" = yes; then
5432 echo "$ac_t""yes" 1>&6
5433 else
5434 echo "$ac_t""no" 1>&6
5435 fi
5436
5437
5438 echo $ac_n "checking for --enable-choice""... $ac_c" 1>&6
5439 echo "configure:5440: checking for --enable-choice" >&5
5440 no_cache=0
5441 # Check whether --enable-choice or --disable-choice was given.
5442 if test "${enable_choice+set}" = set; then
5443 enableval="$enable_choice"
5444
5445 if test "$enableval" = yes; then
5446 ac_cv_use_choice='wxUSE_CHOICE=yes'
5447 else
5448 ac_cv_use_choice='wxUSE_CHOICE=no'
5449 fi
5450
5451 else
5452
5453 LINE=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
5454 if test "x$LINE" != x ; then
5455 eval "DEFAULT_$LINE"
5456 else
5457 no_cache=1
5458 fi
5459
5460 ac_cv_use_choice='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
5461
5462 fi
5463
5464
5465 eval "$ac_cv_use_choice"
5466 if test "$no_cache" != 1; then
5467 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
5468 fi
5469
5470 if test "$wxUSE_CHOICE" = yes; then
5471 echo "$ac_t""yes" 1>&6
5472 else
5473 echo "$ac_t""no" 1>&6
5474 fi
5475
5476
5477 echo $ac_n "checking for --enable-combobox""... $ac_c" 1>&6
5478 echo "configure:5479: checking for --enable-combobox" >&5
5479 no_cache=0
5480 # Check whether --enable-combobox or --disable-combobox was given.
5481 if test "${enable_combobox+set}" = set; then
5482 enableval="$enable_combobox"
5483
5484 if test "$enableval" = yes; then
5485 ac_cv_use_combobox='wxUSE_COMBOBOX=yes'
5486 else
5487 ac_cv_use_combobox='wxUSE_COMBOBOX=no'
5488 fi
5489
5490 else
5491
5492 LINE=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
5493 if test "x$LINE" != x ; then
5494 eval "DEFAULT_$LINE"
5495 else
5496 no_cache=1
5497 fi
5498
5499 ac_cv_use_combobox='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
5500
5501 fi
5502
5503
5504 eval "$ac_cv_use_combobox"
5505 if test "$no_cache" != 1; then
5506 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
5507 fi
5508
5509 if test "$wxUSE_COMBOBOX" = yes; then
5510 echo "$ac_t""yes" 1>&6
5511 else
5512 echo "$ac_t""no" 1>&6
5513 fi
5514
5515
5516 echo $ac_n "checking for --enable-gauge""... $ac_c" 1>&6
5517 echo "configure:5518: checking for --enable-gauge" >&5
5518 no_cache=0
5519 # Check whether --enable-gauge or --disable-gauge was given.
5520 if test "${enable_gauge+set}" = set; then
5521 enableval="$enable_gauge"
5522
5523 if test "$enableval" = yes; then
5524 ac_cv_use_gauge='wxUSE_GAUGE=yes'
5525 else
5526 ac_cv_use_gauge='wxUSE_GAUGE=no'
5527 fi
5528
5529 else
5530
5531 LINE=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
5532 if test "x$LINE" != x ; then
5533 eval "DEFAULT_$LINE"
5534 else
5535 no_cache=1
5536 fi
5537
5538 ac_cv_use_gauge='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
5539
5540 fi
5541
5542
5543 eval "$ac_cv_use_gauge"
5544 if test "$no_cache" != 1; then
5545 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
5546 fi
5547
5548 if test "$wxUSE_GAUGE" = yes; then
5549 echo "$ac_t""yes" 1>&6
5550 else
5551 echo "$ac_t""no" 1>&6
5552 fi
5553
5554
5555 echo $ac_n "checking for --enable-grid""... $ac_c" 1>&6
5556 echo "configure:5557: checking for --enable-grid" >&5
5557 no_cache=0
5558 # Check whether --enable-grid or --disable-grid was given.
5559 if test "${enable_grid+set}" = set; then
5560 enableval="$enable_grid"
5561
5562 if test "$enableval" = yes; then
5563 ac_cv_use_grid='wxUSE_GRID=yes'
5564 else
5565 ac_cv_use_grid='wxUSE_GRID=no'
5566 fi
5567
5568 else
5569
5570 LINE=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
5571 if test "x$LINE" != x ; then
5572 eval "DEFAULT_$LINE"
5573 else
5574 no_cache=1
5575 fi
5576
5577 ac_cv_use_grid='wxUSE_GRID='$DEFAULT_wxUSE_GRID
5578
5579 fi
5580
5581
5582 eval "$ac_cv_use_grid"
5583 if test "$no_cache" != 1; then
5584 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
5585 fi
5586
5587 if test "$wxUSE_GRID" = yes; then
5588 echo "$ac_t""yes" 1>&6
5589 else
5590 echo "$ac_t""no" 1>&6
5591 fi
5592
5593
5594 echo $ac_n "checking for --enable-newgrid""... $ac_c" 1>&6
5595 echo "configure:5596: checking for --enable-newgrid" >&5
5596 no_cache=0
5597 # Check whether --enable-newgrid or --disable-newgrid was given.
5598 if test "${enable_newgrid+set}" = set; then
5599 enableval="$enable_newgrid"
5600
5601 if test "$enableval" = yes; then
5602 ac_cv_use_newgrid='wxUSE_NEW_GRID=yes'
5603 else
5604 ac_cv_use_newgrid='wxUSE_NEW_GRID=no'
5605 fi
5606
5607 else
5608
5609 LINE=`grep "wxUSE_NEW_GRID" ${wx_arg_cache_file}`
5610 if test "x$LINE" != x ; then
5611 eval "DEFAULT_$LINE"
5612 else
5613 no_cache=1
5614 fi
5615
5616 ac_cv_use_newgrid='wxUSE_NEW_GRID='$DEFAULT_wxUSE_NEW_GRID
5617
5618 fi
5619
5620
5621 eval "$ac_cv_use_newgrid"
5622 if test "$no_cache" != 1; then
5623 echo $ac_cv_use_newgrid >> ${wx_arg_cache_file}.tmp
5624 fi
5625
5626 if test "$wxUSE_NEW_GRID" = yes; then
5627 echo "$ac_t""yes" 1>&6
5628 else
5629 echo "$ac_t""no" 1>&6
5630 fi
5631
5632
5633 echo $ac_n "checking for --enable-imaglist""... $ac_c" 1>&6
5634 echo "configure:5635: checking for --enable-imaglist" >&5
5635 no_cache=0
5636 # Check whether --enable-imaglist or --disable-imaglist was given.
5637 if test "${enable_imaglist+set}" = set; then
5638 enableval="$enable_imaglist"
5639
5640 if test "$enableval" = yes; then
5641 ac_cv_use_imaglist='wxUSE_IMAGLIST=yes'
5642 else
5643 ac_cv_use_imaglist='wxUSE_IMAGLIST=no'
5644 fi
5645
5646 else
5647
5648 LINE=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
5649 if test "x$LINE" != x ; then
5650 eval "DEFAULT_$LINE"
5651 else
5652 no_cache=1
5653 fi
5654
5655 ac_cv_use_imaglist='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
5656
5657 fi
5658
5659
5660 eval "$ac_cv_use_imaglist"
5661 if test "$no_cache" != 1; then
5662 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
5663 fi
5664
5665 if test "$wxUSE_IMAGLIST" = yes; then
5666 echo "$ac_t""yes" 1>&6
5667 else
5668 echo "$ac_t""no" 1>&6
5669 fi
5670
5671
5672 echo $ac_n "checking for --enable-listbox""... $ac_c" 1>&6
5673 echo "configure:5674: checking for --enable-listbox" >&5
5674 no_cache=0
5675 # Check whether --enable-listbox or --disable-listbox was given.
5676 if test "${enable_listbox+set}" = set; then
5677 enableval="$enable_listbox"
5678
5679 if test "$enableval" = yes; then
5680 ac_cv_use_listbox='wxUSE_LISTBOX=yes'
5681 else
5682 ac_cv_use_listbox='wxUSE_LISTBOX=no'
5683 fi
5684
5685 else
5686
5687 LINE=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
5688 if test "x$LINE" != x ; then
5689 eval "DEFAULT_$LINE"
5690 else
5691 no_cache=1
5692 fi
5693
5694 ac_cv_use_listbox='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
5695
5696 fi
5697
5698
5699 eval "$ac_cv_use_listbox"
5700 if test "$no_cache" != 1; then
5701 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
5702 fi
5703
5704 if test "$wxUSE_LISTBOX" = yes; then
5705 echo "$ac_t""yes" 1>&6
5706 else
5707 echo "$ac_t""no" 1>&6
5708 fi
5709
5710
5711 echo $ac_n "checking for --enable-listctrl""... $ac_c" 1>&6
5712 echo "configure:5713: checking for --enable-listctrl" >&5
5713 no_cache=0
5714 # Check whether --enable-listctrl or --disable-listctrl was given.
5715 if test "${enable_listctrl+set}" = set; then
5716 enableval="$enable_listctrl"
5717
5718 if test "$enableval" = yes; then
5719 ac_cv_use_listctrl='wxUSE_LISTCTRL=yes'
5720 else
5721 ac_cv_use_listctrl='wxUSE_LISTCTRL=no'
5722 fi
5723
5724 else
5725
5726 LINE=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
5727 if test "x$LINE" != x ; then
5728 eval "DEFAULT_$LINE"
5729 else
5730 no_cache=1
5731 fi
5732
5733 ac_cv_use_listctrl='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
5734
5735 fi
5736
5737
5738 eval "$ac_cv_use_listctrl"
5739 if test "$no_cache" != 1; then
5740 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
5741 fi
5742
5743 if test "$wxUSE_LISTCTRL" = yes; then
5744 echo "$ac_t""yes" 1>&6
5745 else
5746 echo "$ac_t""no" 1>&6
5747 fi
5748
5749
5750 echo $ac_n "checking for --enable-notebook""... $ac_c" 1>&6
5751 echo "configure:5752: checking for --enable-notebook" >&5
5752 no_cache=0
5753 # Check whether --enable-notebook or --disable-notebook was given.
5754 if test "${enable_notebook+set}" = set; then
5755 enableval="$enable_notebook"
5756
5757 if test "$enableval" = yes; then
5758 ac_cv_use_notebook='wxUSE_NOTEBOOK=yes'
5759 else
5760 ac_cv_use_notebook='wxUSE_NOTEBOOK=no'
5761 fi
5762
5763 else
5764
5765 LINE=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
5766 if test "x$LINE" != x ; then
5767 eval "DEFAULT_$LINE"
5768 else
5769 no_cache=1
5770 fi
5771
5772 ac_cv_use_notebook='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
5773
5774 fi
5775
5776
5777 eval "$ac_cv_use_notebook"
5778 if test "$no_cache" != 1; then
5779 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
5780 fi
5781
5782 if test "$wxUSE_NOTEBOOK" = yes; then
5783 echo "$ac_t""yes" 1>&6
5784 else
5785 echo "$ac_t""no" 1>&6
5786 fi
5787
5788
5789 echo $ac_n "checking for --enable-propsheet""... $ac_c" 1>&6
5790 echo "configure:5791: checking for --enable-propsheet" >&5
5791 no_cache=0
5792 # Check whether --enable-propsheet or --disable-propsheet was given.
5793 if test "${enable_propsheet+set}" = set; then
5794 enableval="$enable_propsheet"
5795
5796 if test "$enableval" = yes; then
5797 ac_cv_use_propsheet='wxUSE_PROPSHEET=yes'
5798 else
5799 ac_cv_use_propsheet='wxUSE_PROPSHEET=no'
5800 fi
5801
5802 else
5803
5804 LINE=`grep "wxUSE_PROPSHEET" ${wx_arg_cache_file}`
5805 if test "x$LINE" != x ; then
5806 eval "DEFAULT_$LINE"
5807 else
5808 no_cache=1
5809 fi
5810
5811 ac_cv_use_propsheet='wxUSE_PROPSHEET='$DEFAULT_wxUSE_PROPSHEET
5812
5813 fi
5814
5815
5816 eval "$ac_cv_use_propsheet"
5817 if test "$no_cache" != 1; then
5818 echo $ac_cv_use_propsheet >> ${wx_arg_cache_file}.tmp
5819 fi
5820
5821 if test "$wxUSE_PROPSHEET" = yes; then
5822 echo "$ac_t""yes" 1>&6
5823 else
5824 echo "$ac_t""no" 1>&6
5825 fi
5826
5827
5828 echo $ac_n "checking for --enable-radiobox""... $ac_c" 1>&6
5829 echo "configure:5830: checking for --enable-radiobox" >&5
5830 no_cache=0
5831 # Check whether --enable-radiobox or --disable-radiobox was given.
5832 if test "${enable_radiobox+set}" = set; then
5833 enableval="$enable_radiobox"
5834
5835 if test "$enableval" = yes; then
5836 ac_cv_use_radiobox='wxUSE_RADIOBOX=yes'
5837 else
5838 ac_cv_use_radiobox='wxUSE_RADIOBOX=no'
5839 fi
5840
5841 else
5842
5843 LINE=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
5844 if test "x$LINE" != x ; then
5845 eval "DEFAULT_$LINE"
5846 else
5847 no_cache=1
5848 fi
5849
5850 ac_cv_use_radiobox='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
5851
5852 fi
5853
5854
5855 eval "$ac_cv_use_radiobox"
5856 if test "$no_cache" != 1; then
5857 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
5858 fi
5859
5860 if test "$wxUSE_RADIOBOX" = yes; then
5861 echo "$ac_t""yes" 1>&6
5862 else
5863 echo "$ac_t""no" 1>&6
5864 fi
5865
5866
5867 echo $ac_n "checking for --enable-radiobtn""... $ac_c" 1>&6
5868 echo "configure:5869: checking for --enable-radiobtn" >&5
5869 no_cache=0
5870 # Check whether --enable-radiobtn or --disable-radiobtn was given.
5871 if test "${enable_radiobtn+set}" = set; then
5872 enableval="$enable_radiobtn"
5873
5874 if test "$enableval" = yes; then
5875 ac_cv_use_radiobtn='wxUSE_RADIOBTN=yes'
5876 else
5877 ac_cv_use_radiobtn='wxUSE_RADIOBTN=no'
5878 fi
5879
5880 else
5881
5882 LINE=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
5883 if test "x$LINE" != x ; then
5884 eval "DEFAULT_$LINE"
5885 else
5886 no_cache=1
5887 fi
5888
5889 ac_cv_use_radiobtn='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
5890
5891 fi
5892
5893
5894 eval "$ac_cv_use_radiobtn"
5895 if test "$no_cache" != 1; then
5896 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
5897 fi
5898
5899 if test "$wxUSE_RADIOBTN" = yes; then
5900 echo "$ac_t""yes" 1>&6
5901 else
5902 echo "$ac_t""no" 1>&6
5903 fi
5904
5905
5906 echo $ac_n "checking for --enable-sash""... $ac_c" 1>&6
5907 echo "configure:5908: checking for --enable-sash" >&5
5908 no_cache=0
5909 # Check whether --enable-sash or --disable-sash was given.
5910 if test "${enable_sash+set}" = set; then
5911 enableval="$enable_sash"
5912
5913 if test "$enableval" = yes; then
5914 ac_cv_use_sash='wxUSE_SASH=yes'
5915 else
5916 ac_cv_use_sash='wxUSE_SASH=no'
5917 fi
5918
5919 else
5920
5921 LINE=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
5922 if test "x$LINE" != x ; then
5923 eval "DEFAULT_$LINE"
5924 else
5925 no_cache=1
5926 fi
5927
5928 ac_cv_use_sash='wxUSE_SASH='$DEFAULT_wxUSE_SASH
5929
5930 fi
5931
5932
5933 eval "$ac_cv_use_sash"
5934 if test "$no_cache" != 1; then
5935 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
5936 fi
5937
5938 if test "$wxUSE_SASH" = yes; then
5939 echo "$ac_t""yes" 1>&6
5940 else
5941 echo "$ac_t""no" 1>&6
5942 fi
5943
5944
5945 echo $ac_n "checking for --enable-scrollbar""... $ac_c" 1>&6
5946 echo "configure:5947: checking for --enable-scrollbar" >&5
5947 no_cache=0
5948 # Check whether --enable-scrollbar or --disable-scrollbar was given.
5949 if test "${enable_scrollbar+set}" = set; then
5950 enableval="$enable_scrollbar"
5951
5952 if test "$enableval" = yes; then
5953 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=yes'
5954 else
5955 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=no'
5956 fi
5957
5958 else
5959
5960 LINE=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
5961 if test "x$LINE" != x ; then
5962 eval "DEFAULT_$LINE"
5963 else
5964 no_cache=1
5965 fi
5966
5967 ac_cv_use_scrollbar='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
5968
5969 fi
5970
5971
5972 eval "$ac_cv_use_scrollbar"
5973 if test "$no_cache" != 1; then
5974 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
5975 fi
5976
5977 if test "$wxUSE_SCROLLBAR" = yes; then
5978 echo "$ac_t""yes" 1>&6
5979 else
5980 echo "$ac_t""no" 1>&6
5981 fi
5982
5983
5984 echo $ac_n "checking for --enable-slider""... $ac_c" 1>&6
5985 echo "configure:5986: checking for --enable-slider" >&5
5986 no_cache=0
5987 # Check whether --enable-slider or --disable-slider was given.
5988 if test "${enable_slider+set}" = set; then
5989 enableval="$enable_slider"
5990
5991 if test "$enableval" = yes; then
5992 ac_cv_use_slider='wxUSE_SLIDER=yes'
5993 else
5994 ac_cv_use_slider='wxUSE_SLIDER=no'
5995 fi
5996
5997 else
5998
5999 LINE=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
6000 if test "x$LINE" != x ; then
6001 eval "DEFAULT_$LINE"
6002 else
6003 no_cache=1
6004 fi
6005
6006 ac_cv_use_slider='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
6007
6008 fi
6009
6010
6011 eval "$ac_cv_use_slider"
6012 if test "$no_cache" != 1; then
6013 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
6014 fi
6015
6016 if test "$wxUSE_SLIDER" = yes; then
6017 echo "$ac_t""yes" 1>&6
6018 else
6019 echo "$ac_t""no" 1>&6
6020 fi
6021
6022
6023 echo $ac_n "checking for --enable-spinbtn""... $ac_c" 1>&6
6024 echo "configure:6025: checking for --enable-spinbtn" >&5
6025 no_cache=0
6026 # Check whether --enable-spinbtn or --disable-spinbtn was given.
6027 if test "${enable_spinbtn+set}" = set; then
6028 enableval="$enable_spinbtn"
6029
6030 if test "$enableval" = yes; then
6031 ac_cv_use_spinbtn='wxUSE_SPINBTN=yes'
6032 else
6033 ac_cv_use_spinbtn='wxUSE_SPINBTN=no'
6034 fi
6035
6036 else
6037
6038 LINE=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
6039 if test "x$LINE" != x ; then
6040 eval "DEFAULT_$LINE"
6041 else
6042 no_cache=1
6043 fi
6044
6045 ac_cv_use_spinbtn='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
6046
6047 fi
6048
6049
6050 eval "$ac_cv_use_spinbtn"
6051 if test "$no_cache" != 1; then
6052 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
6053 fi
6054
6055 if test "$wxUSE_SPINBTN" = yes; then
6056 echo "$ac_t""yes" 1>&6
6057 else
6058 echo "$ac_t""no" 1>&6
6059 fi
6060
6061
6062 echo $ac_n "checking for --enable-spinctrl""... $ac_c" 1>&6
6063 echo "configure:6064: checking for --enable-spinctrl" >&5
6064 no_cache=0
6065 # Check whether --enable-spinctrl or --disable-spinctrl was given.
6066 if test "${enable_spinctrl+set}" = set; then
6067 enableval="$enable_spinctrl"
6068
6069 if test "$enableval" = yes; then
6070 ac_cv_use_spinctrl='wxUSE_SPINCTRL=yes'
6071 else
6072 ac_cv_use_spinctrl='wxUSE_SPINCTRL=no'
6073 fi
6074
6075 else
6076
6077 LINE=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
6078 if test "x$LINE" != x ; then
6079 eval "DEFAULT_$LINE"
6080 else
6081 no_cache=1
6082 fi
6083
6084 ac_cv_use_spinctrl='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
6085
6086 fi
6087
6088
6089 eval "$ac_cv_use_spinctrl"
6090 if test "$no_cache" != 1; then
6091 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
6092 fi
6093
6094 if test "$wxUSE_SPINCTRL" = yes; then
6095 echo "$ac_t""yes" 1>&6
6096 else
6097 echo "$ac_t""no" 1>&6
6098 fi
6099
6100
6101 echo $ac_n "checking for --enable-splitter""... $ac_c" 1>&6
6102 echo "configure:6103: checking for --enable-splitter" >&5
6103 no_cache=0
6104 # Check whether --enable-splitter or --disable-splitter was given.
6105 if test "${enable_splitter+set}" = set; then
6106 enableval="$enable_splitter"
6107
6108 if test "$enableval" = yes; then
6109 ac_cv_use_splitter='wxUSE_SPLITTER=yes'
6110 else
6111 ac_cv_use_splitter='wxUSE_SPLITTER=no'
6112 fi
6113
6114 else
6115
6116 LINE=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
6117 if test "x$LINE" != x ; then
6118 eval "DEFAULT_$LINE"
6119 else
6120 no_cache=1
6121 fi
6122
6123 ac_cv_use_splitter='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
6124
6125 fi
6126
6127
6128 eval "$ac_cv_use_splitter"
6129 if test "$no_cache" != 1; then
6130 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
6131 fi
6132
6133 if test "$wxUSE_SPLITTER" = yes; then
6134 echo "$ac_t""yes" 1>&6
6135 else
6136 echo "$ac_t""no" 1>&6
6137 fi
6138
6139
6140 echo $ac_n "checking for --enable-statbmp""... $ac_c" 1>&6
6141 echo "configure:6142: checking for --enable-statbmp" >&5
6142 no_cache=0
6143 # Check whether --enable-statbmp or --disable-statbmp was given.
6144 if test "${enable_statbmp+set}" = set; then
6145 enableval="$enable_statbmp"
6146
6147 if test "$enableval" = yes; then
6148 ac_cv_use_statbmp='wxUSE_STATBMP=yes'
6149 else
6150 ac_cv_use_statbmp='wxUSE_STATBMP=no'
6151 fi
6152
6153 else
6154
6155 LINE=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
6156 if test "x$LINE" != x ; then
6157 eval "DEFAULT_$LINE"
6158 else
6159 no_cache=1
6160 fi
6161
6162 ac_cv_use_statbmp='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
6163
6164 fi
6165
6166
6167 eval "$ac_cv_use_statbmp"
6168 if test "$no_cache" != 1; then
6169 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
6170 fi
6171
6172 if test "$wxUSE_STATBMP" = yes; then
6173 echo "$ac_t""yes" 1>&6
6174 else
6175 echo "$ac_t""no" 1>&6
6176 fi
6177
6178
6179 echo $ac_n "checking for --enable-statbox""... $ac_c" 1>&6
6180 echo "configure:6181: checking for --enable-statbox" >&5
6181 no_cache=0
6182 # Check whether --enable-statbox or --disable-statbox was given.
6183 if test "${enable_statbox+set}" = set; then
6184 enableval="$enable_statbox"
6185
6186 if test "$enableval" = yes; then
6187 ac_cv_use_statbox='wxUSE_STATBOX=yes'
6188 else
6189 ac_cv_use_statbox='wxUSE_STATBOX=no'
6190 fi
6191
6192 else
6193
6194 LINE=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
6195 if test "x$LINE" != x ; then
6196 eval "DEFAULT_$LINE"
6197 else
6198 no_cache=1
6199 fi
6200
6201 ac_cv_use_statbox='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
6202
6203 fi
6204
6205
6206 eval "$ac_cv_use_statbox"
6207 if test "$no_cache" != 1; then
6208 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
6209 fi
6210
6211 if test "$wxUSE_STATBOX" = yes; then
6212 echo "$ac_t""yes" 1>&6
6213 else
6214 echo "$ac_t""no" 1>&6
6215 fi
6216
6217
6218 echo $ac_n "checking for --enable-statline""... $ac_c" 1>&6
6219 echo "configure:6220: checking for --enable-statline" >&5
6220 no_cache=0
6221 # Check whether --enable-statline or --disable-statline was given.
6222 if test "${enable_statline+set}" = set; then
6223 enableval="$enable_statline"
6224
6225 if test "$enableval" = yes; then
6226 ac_cv_use_statline='wxUSE_STATLINE=yes'
6227 else
6228 ac_cv_use_statline='wxUSE_STATLINE=no'
6229 fi
6230
6231 else
6232
6233 LINE=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
6234 if test "x$LINE" != x ; then
6235 eval "DEFAULT_$LINE"
6236 else
6237 no_cache=1
6238 fi
6239
6240 ac_cv_use_statline='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
6241
6242 fi
6243
6244
6245 eval "$ac_cv_use_statline"
6246 if test "$no_cache" != 1; then
6247 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
6248 fi
6249
6250 if test "$wxUSE_STATLINE" = yes; then
6251 echo "$ac_t""yes" 1>&6
6252 else
6253 echo "$ac_t""no" 1>&6
6254 fi
6255
6256
6257 echo $ac_n "checking for --enable-stattext""... $ac_c" 1>&6
6258 echo "configure:6259: checking for --enable-stattext" >&5
6259 no_cache=0
6260 # Check whether --enable-stattext or --disable-stattext was given.
6261 if test "${enable_stattext+set}" = set; then
6262 enableval="$enable_stattext"
6263
6264 if test "$enableval" = yes; then
6265 ac_cv_use_stattext='wxUSE_STATTEXT=yes'
6266 else
6267 ac_cv_use_stattext='wxUSE_STATTEXT=no'
6268 fi
6269
6270 else
6271
6272 LINE=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}`
6273 if test "x$LINE" != x ; then
6274 eval "DEFAULT_$LINE"
6275 else
6276 no_cache=1
6277 fi
6278
6279 ac_cv_use_stattext='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT
6280
6281 fi
6282
6283
6284 eval "$ac_cv_use_stattext"
6285 if test "$no_cache" != 1; then
6286 echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
6287 fi
6288
6289 if test "$wxUSE_STATTEXT" = yes; then
6290 echo "$ac_t""yes" 1>&6
6291 else
6292 echo "$ac_t""no" 1>&6
6293 fi
6294
6295
6296 echo $ac_n "checking for --enable-statusbar""... $ac_c" 1>&6
6297 echo "configure:6298: checking for --enable-statusbar" >&5
6298 no_cache=0
6299 # Check whether --enable-statusbar or --disable-statusbar was given.
6300 if test "${enable_statusbar+set}" = set; then
6301 enableval="$enable_statusbar"
6302
6303 if test "$enableval" = yes; then
6304 ac_cv_use_statusbar='wxUSE_STATUSBAR=yes'
6305 else
6306 ac_cv_use_statusbar='wxUSE_STATUSBAR=no'
6307 fi
6308
6309 else
6310
6311 LINE=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
6312 if test "x$LINE" != x ; then
6313 eval "DEFAULT_$LINE"
6314 else
6315 no_cache=1
6316 fi
6317
6318 ac_cv_use_statusbar='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
6319
6320 fi
6321
6322
6323 eval "$ac_cv_use_statusbar"
6324 if test "$no_cache" != 1; then
6325 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
6326 fi
6327
6328 if test "$wxUSE_STATUSBAR" = yes; then
6329 echo "$ac_t""yes" 1>&6
6330 else
6331 echo "$ac_t""no" 1>&6
6332 fi
6333
6334
6335 echo $ac_n "checking for --enable-tabdialog""... $ac_c" 1>&6
6336 echo "configure:6337: checking for --enable-tabdialog" >&5
6337 no_cache=0
6338 # Check whether --enable-tabdialog or --disable-tabdialog was given.
6339 if test "${enable_tabdialog+set}" = set; then
6340 enableval="$enable_tabdialog"
6341
6342 if test "$enableval" = yes; then
6343 ac_cv_use_tabdialog='wxUSE_TABDIALOG=yes'
6344 else
6345 ac_cv_use_tabdialog='wxUSE_TABDIALOG=no'
6346 fi
6347
6348 else
6349
6350 LINE=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
6351 if test "x$LINE" != x ; then
6352 eval "DEFAULT_$LINE"
6353 else
6354 no_cache=1
6355 fi
6356
6357 ac_cv_use_tabdialog='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
6358
6359 fi
6360
6361
6362 eval "$ac_cv_use_tabdialog"
6363 if test "$no_cache" != 1; then
6364 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
6365 fi
6366
6367 if test "$wxUSE_TABDIALOG" = yes; then
6368 echo "$ac_t""yes" 1>&6
6369 else
6370 echo "$ac_t""no" 1>&6
6371 fi
6372
6373
6374 echo $ac_n "checking for --enable-textctrl""... $ac_c" 1>&6
6375 echo "configure:6376: checking for --enable-textctrl" >&5
6376 no_cache=0
6377 # Check whether --enable-textctrl or --disable-textctrl was given.
6378 if test "${enable_textctrl+set}" = set; then
6379 enableval="$enable_textctrl"
6380
6381 if test "$enableval" = yes; then
6382 ac_cv_use_textctrl='wxUSE_TEXTCTRL=yes'
6383 else
6384 ac_cv_use_textctrl='wxUSE_TEXTCTRL=no'
6385 fi
6386
6387 else
6388
6389 LINE=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
6390 if test "x$LINE" != x ; then
6391 eval "DEFAULT_$LINE"
6392 else
6393 no_cache=1
6394 fi
6395
6396 ac_cv_use_textctrl='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL
6397
6398 fi
6399
6400
6401 eval "$ac_cv_use_textctrl"
6402 if test "$no_cache" != 1; then
6403 echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
6404 fi
6405
6406 if test "$wxUSE_TEXTCTRL" = yes; then
6407 echo "$ac_t""yes" 1>&6
6408 else
6409 echo "$ac_t""no" 1>&6
6410 fi
6411
6412
6413 echo $ac_n "checking for --enable-togglebtn""... $ac_c" 1>&6
6414 echo "configure:6415: checking for --enable-togglebtn" >&5
6415 no_cache=0
6416 # Check whether --enable-togglebtn or --disable-togglebtn was given.
6417 if test "${enable_togglebtn+set}" = set; then
6418 enableval="$enable_togglebtn"
6419
6420 if test "$enableval" = yes; then
6421 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes'
6422 else
6423 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=no'
6424 fi
6425
6426 else
6427
6428 LINE=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
6429 if test "x$LINE" != x ; then
6430 eval "DEFAULT_$LINE"
6431 else
6432 no_cache=1
6433 fi
6434
6435 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
6436
6437 fi
6438
6439
6440 eval "$ac_cv_use_togglebtn"
6441 if test "$no_cache" != 1; then
6442 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
6443 fi
6444
6445 if test "$wxUSE_TOGGLEBTN" = yes; then
6446 echo "$ac_t""yes" 1>&6
6447 else
6448 echo "$ac_t""no" 1>&6
6449 fi
6450
6451
6452 echo $ac_n "checking for --enable-toolbar""... $ac_c" 1>&6
6453 echo "configure:6454: checking for --enable-toolbar" >&5
6454 no_cache=0
6455 # Check whether --enable-toolbar or --disable-toolbar was given.
6456 if test "${enable_toolbar+set}" = set; then
6457 enableval="$enable_toolbar"
6458
6459 if test "$enableval" = yes; then
6460 ac_cv_use_toolbar='wxUSE_TOOLBAR=yes'
6461 else
6462 ac_cv_use_toolbar='wxUSE_TOOLBAR=no'
6463 fi
6464
6465 else
6466
6467 LINE=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
6468 if test "x$LINE" != x ; then
6469 eval "DEFAULT_$LINE"
6470 else
6471 no_cache=1
6472 fi
6473
6474 ac_cv_use_toolbar='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
6475
6476 fi
6477
6478
6479 eval "$ac_cv_use_toolbar"
6480 if test "$no_cache" != 1; then
6481 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
6482 fi
6483
6484 if test "$wxUSE_TOOLBAR" = yes; then
6485 echo "$ac_t""yes" 1>&6
6486 else
6487 echo "$ac_t""no" 1>&6
6488 fi
6489
6490
6491 echo $ac_n "checking for --enable-tbarnative""... $ac_c" 1>&6
6492 echo "configure:6493: checking for --enable-tbarnative" >&5
6493 no_cache=0
6494 # Check whether --enable-tbarnative or --disable-tbarnative was given.
6495 if test "${enable_tbarnative+set}" = set; then
6496 enableval="$enable_tbarnative"
6497
6498 if test "$enableval" = yes; then
6499 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes'
6500 else
6501 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no'
6502 fi
6503
6504 else
6505
6506 LINE=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
6507 if test "x$LINE" != x ; then
6508 eval "DEFAULT_$LINE"
6509 else
6510 no_cache=1
6511 fi
6512
6513 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
6514
6515 fi
6516
6517
6518 eval "$ac_cv_use_tbarnative"
6519 if test "$no_cache" != 1; then
6520 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
6521 fi
6522
6523 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
6524 echo "$ac_t""yes" 1>&6
6525 else
6526 echo "$ac_t""no" 1>&6
6527 fi
6528
6529
6530 echo $ac_n "checking for --enable-tbarsmpl""... $ac_c" 1>&6
6531 echo "configure:6532: checking for --enable-tbarsmpl" >&5
6532 no_cache=0
6533 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
6534 if test "${enable_tbarsmpl+set}" = set; then
6535 enableval="$enable_tbarsmpl"
6536
6537 if test "$enableval" = yes; then
6538 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=yes'
6539 else
6540 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=no'
6541 fi
6542
6543 else
6544
6545 LINE=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
6546 if test "x$LINE" != x ; then
6547 eval "DEFAULT_$LINE"
6548 else
6549 no_cache=1
6550 fi
6551
6552 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
6553
6554 fi
6555
6556
6557 eval "$ac_cv_use_tbarsmpl"
6558 if test "$no_cache" != 1; then
6559 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
6560 fi
6561
6562 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
6563 echo "$ac_t""yes" 1>&6
6564 else
6565 echo "$ac_t""no" 1>&6
6566 fi
6567
6568
6569 echo $ac_n "checking for --enable-treectrl""... $ac_c" 1>&6
6570 echo "configure:6571: checking for --enable-treectrl" >&5
6571 no_cache=0
6572 # Check whether --enable-treectrl or --disable-treectrl was given.
6573 if test "${enable_treectrl+set}" = set; then
6574 enableval="$enable_treectrl"
6575
6576 if test "$enableval" = yes; then
6577 ac_cv_use_treectrl='wxUSE_TREECTRL=yes'
6578 else
6579 ac_cv_use_treectrl='wxUSE_TREECTRL=no'
6580 fi
6581
6582 else
6583
6584 LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
6585 if test "x$LINE" != x ; then
6586 eval "DEFAULT_$LINE"
6587 else
6588 no_cache=1
6589 fi
6590
6591 ac_cv_use_treectrl='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
6592
6593 fi
6594
6595
6596 eval "$ac_cv_use_treectrl"
6597 if test "$no_cache" != 1; then
6598 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
6599 fi
6600
6601 if test "$wxUSE_TREECTRL" = yes; then
6602 echo "$ac_t""yes" 1>&6
6603 else
6604 echo "$ac_t""no" 1>&6
6605 fi
6606
6607
6608 echo $ac_n "checking for --enable-popupwin""... $ac_c" 1>&6
6609 echo "configure:6610: checking for --enable-popupwin" >&5
6610 no_cache=0
6611 # Check whether --enable-popupwin or --disable-popupwin was given.
6612 if test "${enable_popupwin+set}" = set; then
6613 enableval="$enable_popupwin"
6614
6615 if test "$enableval" = yes; then
6616 ac_cv_use_popupwin='wxUSE_POPUPWIN=yes'
6617 else
6618 ac_cv_use_popupwin='wxUSE_POPUPWIN=no'
6619 fi
6620
6621 else
6622
6623 LINE=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
6624 if test "x$LINE" != x ; then
6625 eval "DEFAULT_$LINE"
6626 else
6627 no_cache=1
6628 fi
6629
6630 ac_cv_use_popupwin='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN
6631
6632 fi
6633
6634
6635 eval "$ac_cv_use_popupwin"
6636 if test "$no_cache" != 1; then
6637 echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
6638 fi
6639
6640 if test "$wxUSE_POPUPWIN" = yes; then
6641 echo "$ac_t""yes" 1>&6
6642 else
6643 echo "$ac_t""no" 1>&6
6644 fi
6645
6646
6647
6648
6649 echo $ac_n "checking for --enable-commondlg""... $ac_c" 1>&6
6650 echo "configure:6651: checking for --enable-commondlg" >&5
6651 no_cache=0
6652 # Check whether --enable-commondlg or --disable-commondlg was given.
6653 if test "${enable_commondlg+set}" = set; then
6654 enableval="$enable_commondlg"
6655
6656 if test "$enableval" = yes; then
6657 ac_cv_use_commondlg='wxUSE_COMMONDLGS=yes'
6658 else
6659 ac_cv_use_commondlg='wxUSE_COMMONDLGS=no'
6660 fi
6661
6662 else
6663
6664 LINE=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
6665 if test "x$LINE" != x ; then
6666 eval "DEFAULT_$LINE"
6667 else
6668 no_cache=1
6669 fi
6670
6671 ac_cv_use_commondlg='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
6672
6673 fi
6674
6675
6676 eval "$ac_cv_use_commondlg"
6677 if test "$no_cache" != 1; then
6678 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
6679 fi
6680
6681 if test "$wxUSE_COMMONDLGS" = yes; then
6682 echo "$ac_t""yes" 1>&6
6683 else
6684 echo "$ac_t""no" 1>&6
6685 fi
6686
6687
6688 echo $ac_n "checking for --enable-choicedlg""... $ac_c" 1>&6
6689 echo "configure:6690: checking for --enable-choicedlg" >&5
6690 no_cache=0
6691 # Check whether --enable-choicedlg or --disable-choicedlg was given.
6692 if test "${enable_choicedlg+set}" = set; then
6693 enableval="$enable_choicedlg"
6694
6695 if test "$enableval" = yes; then
6696 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=yes'
6697 else
6698 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=no'
6699 fi
6700
6701 else
6702
6703 LINE=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}`
6704 if test "x$LINE" != x ; then
6705 eval "DEFAULT_$LINE"
6706 else
6707 no_cache=1
6708 fi
6709
6710 ac_cv_use_choicedlg='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG
6711
6712 fi
6713
6714
6715 eval "$ac_cv_use_choicedlg"
6716 if test "$no_cache" != 1; then
6717 echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
6718 fi
6719
6720 if test "$wxUSE_CHOICEDLG" = yes; then
6721 echo "$ac_t""yes" 1>&6
6722 else
6723 echo "$ac_t""no" 1>&6
6724 fi
6725
6726
6727 echo $ac_n "checking for --enable-coldlg""... $ac_c" 1>&6
6728 echo "configure:6729: checking for --enable-coldlg" >&5
6729 no_cache=0
6730 # Check whether --enable-coldlg or --disable-coldlg was given.
6731 if test "${enable_coldlg+set}" = set; then
6732 enableval="$enable_coldlg"
6733
6734 if test "$enableval" = yes; then
6735 ac_cv_use_coldlg='wxUSE_COLOURDLG=yes'
6736 else
6737 ac_cv_use_coldlg='wxUSE_COLOURDLG=no'
6738 fi
6739
6740 else
6741
6742 LINE=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}`
6743 if test "x$LINE" != x ; then
6744 eval "DEFAULT_$LINE"
6745 else
6746 no_cache=1
6747 fi
6748
6749 ac_cv_use_coldlg='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG
6750
6751 fi
6752
6753
6754 eval "$ac_cv_use_coldlg"
6755 if test "$no_cache" != 1; then
6756 echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
6757 fi
6758
6759 if test "$wxUSE_COLOURDLG" = yes; then
6760 echo "$ac_t""yes" 1>&6
6761 else
6762 echo "$ac_t""no" 1>&6
6763 fi
6764
6765
6766 echo $ac_n "checking for --enable-filedlg""... $ac_c" 1>&6
6767 echo "configure:6768: checking for --enable-filedlg" >&5
6768 no_cache=0
6769 # Check whether --enable-filedlg or --disable-filedlg was given.
6770 if test "${enable_filedlg+set}" = set; then
6771 enableval="$enable_filedlg"
6772
6773 if test "$enableval" = yes; then
6774 ac_cv_use_filedlg='wxUSE_FILEDLG=yes'
6775 else
6776 ac_cv_use_filedlg='wxUSE_FILEDLG=no'
6777 fi
6778
6779 else
6780
6781 LINE=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}`
6782 if test "x$LINE" != x ; then
6783 eval "DEFAULT_$LINE"
6784 else
6785 no_cache=1
6786 fi
6787
6788 ac_cv_use_filedlg='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG
6789
6790 fi
6791
6792
6793 eval "$ac_cv_use_filedlg"
6794 if test "$no_cache" != 1; then
6795 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
6796 fi
6797
6798 if test "$wxUSE_FILEDLG" = yes; then
6799 echo "$ac_t""yes" 1>&6
6800 else
6801 echo "$ac_t""no" 1>&6
6802 fi
6803
6804
6805 echo $ac_n "checking for --enable-filedlg""... $ac_c" 1>&6
6806 echo "configure:6807: checking for --enable-filedlg" >&5
6807 no_cache=0
6808 # Check whether --enable-filedlg or --disable-filedlg was given.
6809 if test "${enable_filedlg+set}" = set; then
6810 enableval="$enable_filedlg"
6811
6812 if test "$enableval" = yes; then
6813 ac_cv_use_filedlg='wxUSE_FINDREPLDLG=yes'
6814 else
6815 ac_cv_use_filedlg='wxUSE_FINDREPLDLG=no'
6816 fi
6817
6818 else
6819
6820 LINE=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}`
6821 if test "x$LINE" != x ; then
6822 eval "DEFAULT_$LINE"
6823 else
6824 no_cache=1
6825 fi
6826
6827 ac_cv_use_filedlg='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG
6828
6829 fi
6830
6831
6832 eval "$ac_cv_use_filedlg"
6833 if test "$no_cache" != 1; then
6834 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
6835 fi
6836
6837 if test "$wxUSE_FINDREPLDLG" = yes; then
6838 echo "$ac_t""yes" 1>&6
6839 else
6840 echo "$ac_t""no" 1>&6
6841 fi
6842
6843
6844 echo $ac_n "checking for --enable-fontdlg""... $ac_c" 1>&6
6845 echo "configure:6846: checking for --enable-fontdlg" >&5
6846 no_cache=0
6847 # Check whether --enable-fontdlg or --disable-fontdlg was given.
6848 if test "${enable_fontdlg+set}" = set; then
6849 enableval="$enable_fontdlg"
6850
6851 if test "$enableval" = yes; then
6852 ac_cv_use_fontdlg='wxUSE_FONTDLG=yes'
6853 else
6854 ac_cv_use_fontdlg='wxUSE_FONTDLG=no'
6855 fi
6856
6857 else
6858
6859 LINE=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}`
6860 if test "x$LINE" != x ; then
6861 eval "DEFAULT_$LINE"
6862 else
6863 no_cache=1
6864 fi
6865
6866 ac_cv_use_fontdlg='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG
6867
6868 fi
6869
6870
6871 eval "$ac_cv_use_fontdlg"
6872 if test "$no_cache" != 1; then
6873 echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
6874 fi
6875
6876 if test "$wxUSE_FONTDLG" = yes; then
6877 echo "$ac_t""yes" 1>&6
6878 else
6879 echo "$ac_t""no" 1>&6
6880 fi
6881
6882
6883 echo $ac_n "checking for --enable-dirdlg""... $ac_c" 1>&6
6884 echo "configure:6885: checking for --enable-dirdlg" >&5
6885 no_cache=0
6886 # Check whether --enable-dirdlg or --disable-dirdlg was given.
6887 if test "${enable_dirdlg+set}" = set; then
6888 enableval="$enable_dirdlg"
6889
6890 if test "$enableval" = yes; then
6891 ac_cv_use_dirdlg='wxUSE_DIRDLG=yes'
6892 else
6893 ac_cv_use_dirdlg='wxUSE_DIRDLG=no'
6894 fi
6895
6896 else
6897
6898 LINE=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
6899 if test "x$LINE" != x ; then
6900 eval "DEFAULT_$LINE"
6901 else
6902 no_cache=1
6903 fi
6904
6905 ac_cv_use_dirdlg='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
6906
6907 fi
6908
6909
6910 eval "$ac_cv_use_dirdlg"
6911 if test "$no_cache" != 1; then
6912 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
6913 fi
6914
6915 if test "$wxUSE_DIRDLG" = yes; then
6916 echo "$ac_t""yes" 1>&6
6917 else
6918 echo "$ac_t""no" 1>&6
6919 fi
6920
6921
6922 echo $ac_n "checking for --enable-msgdlg""... $ac_c" 1>&6
6923 echo "configure:6924: checking for --enable-msgdlg" >&5
6924 no_cache=0
6925 # Check whether --enable-msgdlg or --disable-msgdlg was given.
6926 if test "${enable_msgdlg+set}" = set; then
6927 enableval="$enable_msgdlg"
6928
6929 if test "$enableval" = yes; then
6930 ac_cv_use_msgdlg='wxUSE_MSGDLG=yes'
6931 else
6932 ac_cv_use_msgdlg='wxUSE_MSGDLG=no'
6933 fi
6934
6935 else
6936
6937 LINE=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}`
6938 if test "x$LINE" != x ; then
6939 eval "DEFAULT_$LINE"
6940 else
6941 no_cache=1
6942 fi
6943
6944 ac_cv_use_msgdlg='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG
6945
6946 fi
6947
6948
6949 eval "$ac_cv_use_msgdlg"
6950 if test "$no_cache" != 1; then
6951 echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
6952 fi
6953
6954 if test "$wxUSE_MSGDLG" = yes; then
6955 echo "$ac_t""yes" 1>&6
6956 else
6957 echo "$ac_t""no" 1>&6
6958 fi
6959
6960
6961 echo $ac_n "checking for --enable-numberdlg""... $ac_c" 1>&6
6962 echo "configure:6963: checking for --enable-numberdlg" >&5
6963 no_cache=0
6964 # Check whether --enable-numberdlg or --disable-numberdlg was given.
6965 if test "${enable_numberdlg+set}" = set; then
6966 enableval="$enable_numberdlg"
6967
6968 if test "$enableval" = yes; then
6969 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=yes'
6970 else
6971 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=no'
6972 fi
6973
6974 else
6975
6976 LINE=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
6977 if test "x$LINE" != x ; then
6978 eval "DEFAULT_$LINE"
6979 else
6980 no_cache=1
6981 fi
6982
6983 ac_cv_use_numberdlg='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG
6984
6985 fi
6986
6987
6988 eval "$ac_cv_use_numberdlg"
6989 if test "$no_cache" != 1; then
6990 echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
6991 fi
6992
6993 if test "$wxUSE_NUMBERDLG" = yes; then
6994 echo "$ac_t""yes" 1>&6
6995 else
6996 echo "$ac_t""no" 1>&6
6997 fi
6998
6999
7000 echo $ac_n "checking for --enable-splash""... $ac_c" 1>&6
7001 echo "configure:7002: checking for --enable-splash" >&5
7002 no_cache=0
7003 # Check whether --enable-splash or --disable-splash was given.
7004 if test "${enable_splash+set}" = set; then
7005 enableval="$enable_splash"
7006
7007 if test "$enableval" = yes; then
7008 ac_cv_use_splash='wxUSE_SPLASH=yes'
7009 else
7010 ac_cv_use_splash='wxUSE_SPLASH=no'
7011 fi
7012
7013 else
7014
7015 LINE=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}`
7016 if test "x$LINE" != x ; then
7017 eval "DEFAULT_$LINE"
7018 else
7019 no_cache=1
7020 fi
7021
7022 ac_cv_use_splash='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH
7023
7024 fi
7025
7026
7027 eval "$ac_cv_use_splash"
7028 if test "$no_cache" != 1; then
7029 echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
7030 fi
7031
7032 if test "$wxUSE_SPLASH" = yes; then
7033 echo "$ac_t""yes" 1>&6
7034 else
7035 echo "$ac_t""no" 1>&6
7036 fi
7037
7038
7039 echo $ac_n "checking for --enable-textdlg""... $ac_c" 1>&6
7040 echo "configure:7041: checking for --enable-textdlg" >&5
7041 no_cache=0
7042 # Check whether --enable-textdlg or --disable-textdlg was given.
7043 if test "${enable_textdlg+set}" = set; then
7044 enableval="$enable_textdlg"
7045
7046 if test "$enableval" = yes; then
7047 ac_cv_use_textdlg='wxUSE_TEXTDLG=yes'
7048 else
7049 ac_cv_use_textdlg='wxUSE_TEXTDLG=no'
7050 fi
7051
7052 else
7053
7054 LINE=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
7055 if test "x$LINE" != x ; then
7056 eval "DEFAULT_$LINE"
7057 else
7058 no_cache=1
7059 fi
7060
7061 ac_cv_use_textdlg='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
7062
7063 fi
7064
7065
7066 eval "$ac_cv_use_textdlg"
7067 if test "$no_cache" != 1; then
7068 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
7069 fi
7070
7071 if test "$wxUSE_TEXTDLG" = yes; then
7072 echo "$ac_t""yes" 1>&6
7073 else
7074 echo "$ac_t""no" 1>&6
7075 fi
7076
7077
7078 echo $ac_n "checking for --enable-tipdlg""... $ac_c" 1>&6
7079 echo "configure:7080: checking for --enable-tipdlg" >&5
7080 no_cache=0
7081 # Check whether --enable-tipdlg or --disable-tipdlg was given.
7082 if test "${enable_tipdlg+set}" = set; then
7083 enableval="$enable_tipdlg"
7084
7085 if test "$enableval" = yes; then
7086 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes'
7087 else
7088 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no'
7089 fi
7090
7091 else
7092
7093 LINE=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
7094 if test "x$LINE" != x ; then
7095 eval "DEFAULT_$LINE"
7096 else
7097 no_cache=1
7098 fi
7099
7100 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
7101
7102 fi
7103
7104
7105 eval "$ac_cv_use_tipdlg"
7106 if test "$no_cache" != 1; then
7107 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
7108 fi
7109
7110 if test "$wxUSE_STARTUP_TIPS" = yes; then
7111 echo "$ac_t""yes" 1>&6
7112 else
7113 echo "$ac_t""no" 1>&6
7114 fi
7115
7116
7117 echo $ac_n "checking for --enable-progressdlg""... $ac_c" 1>&6
7118 echo "configure:7119: checking for --enable-progressdlg" >&5
7119 no_cache=0
7120 # Check whether --enable-progressdlg or --disable-progressdlg was given.
7121 if test "${enable_progressdlg+set}" = set; then
7122 enableval="$enable_progressdlg"
7123
7124 if test "$enableval" = yes; then
7125 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes'
7126 else
7127 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=no'
7128 fi
7129
7130 else
7131
7132 LINE=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
7133 if test "x$LINE" != x ; then
7134 eval "DEFAULT_$LINE"
7135 else
7136 no_cache=1
7137 fi
7138
7139 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
7140
7141 fi
7142
7143
7144 eval "$ac_cv_use_progressdlg"
7145 if test "$no_cache" != 1; then
7146 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
7147 fi
7148
7149 if test "$wxUSE_PROGRESSDLG" = yes; then
7150 echo "$ac_t""yes" 1>&6
7151 else
7152 echo "$ac_t""no" 1>&6
7153 fi
7154
7155
7156 echo $ac_n "checking for --enable-wizarddlg""... $ac_c" 1>&6
7157 echo "configure:7158: checking for --enable-wizarddlg" >&5
7158 no_cache=0
7159 # Check whether --enable-wizarddlg or --disable-wizarddlg was given.
7160 if test "${enable_wizarddlg+set}" = set; then
7161 enableval="$enable_wizarddlg"
7162
7163 if test "$enableval" = yes; then
7164 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes'
7165 else
7166 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=no'
7167 fi
7168
7169 else
7170
7171 LINE=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}`
7172 if test "x$LINE" != x ; then
7173 eval "DEFAULT_$LINE"
7174 else
7175 no_cache=1
7176 fi
7177
7178 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG
7179
7180 fi
7181
7182
7183 eval "$ac_cv_use_wizarddlg"
7184 if test "$no_cache" != 1; then
7185 echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
7186 fi
7187
7188 if test "$wxUSE_WIZARDDLG" = yes; then
7189 echo "$ac_t""yes" 1>&6
7190 else
7191 echo "$ac_t""no" 1>&6
7192 fi
7193
7194
7195
7196
7197 echo $ac_n "checking for --enable-menus""... $ac_c" 1>&6
7198 echo "configure:7199: checking for --enable-menus" >&5
7199 no_cache=0
7200 # Check whether --enable-menus or --disable-menus was given.
7201 if test "${enable_menus+set}" = set; then
7202 enableval="$enable_menus"
7203
7204 if test "$enableval" = yes; then
7205 ac_cv_use_menus='wxUSE_MENUS=yes'
7206 else
7207 ac_cv_use_menus='wxUSE_MENUS=no'
7208 fi
7209
7210 else
7211
7212 LINE=`grep "wxUSE_MENUS" ${wx_arg_cache_file}`
7213 if test "x$LINE" != x ; then
7214 eval "DEFAULT_$LINE"
7215 else
7216 no_cache=1
7217 fi
7218
7219 ac_cv_use_menus='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS
7220
7221 fi
7222
7223
7224 eval "$ac_cv_use_menus"
7225 if test "$no_cache" != 1; then
7226 echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
7227 fi
7228
7229 if test "$wxUSE_MENUS" = yes; then
7230 echo "$ac_t""yes" 1>&6
7231 else
7232 echo "$ac_t""no" 1>&6
7233 fi
7234
7235
7236 echo $ac_n "checking for --enable-miniframe""... $ac_c" 1>&6
7237 echo "configure:7238: checking for --enable-miniframe" >&5
7238 no_cache=0
7239 # Check whether --enable-miniframe or --disable-miniframe was given.
7240 if test "${enable_miniframe+set}" = set; then
7241 enableval="$enable_miniframe"
7242
7243 if test "$enableval" = yes; then
7244 ac_cv_use_miniframe='wxUSE_MINIFRAME=yes'
7245 else
7246 ac_cv_use_miniframe='wxUSE_MINIFRAME=no'
7247 fi
7248
7249 else
7250
7251 LINE=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
7252 if test "x$LINE" != x ; then
7253 eval "DEFAULT_$LINE"
7254 else
7255 no_cache=1
7256 fi
7257
7258 ac_cv_use_miniframe='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
7259
7260 fi
7261
7262
7263 eval "$ac_cv_use_miniframe"
7264 if test "$no_cache" != 1; then
7265 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
7266 fi
7267
7268 if test "$wxUSE_MINIFRAME" = yes; then
7269 echo "$ac_t""yes" 1>&6
7270 else
7271 echo "$ac_t""no" 1>&6
7272 fi
7273
7274
7275 echo $ac_n "checking for --enable-tooltips""... $ac_c" 1>&6
7276 echo "configure:7277: checking for --enable-tooltips" >&5
7277 no_cache=0
7278 # Check whether --enable-tooltips or --disable-tooltips was given.
7279 if test "${enable_tooltips+set}" = set; then
7280 enableval="$enable_tooltips"
7281
7282 if test "$enableval" = yes; then
7283 ac_cv_use_tooltips='wxUSE_TOOLTIPS=yes'
7284 else
7285 ac_cv_use_tooltips='wxUSE_TOOLTIPS=no'
7286 fi
7287
7288 else
7289
7290 LINE=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
7291 if test "x$LINE" != x ; then
7292 eval "DEFAULT_$LINE"
7293 else
7294 no_cache=1
7295 fi
7296
7297 ac_cv_use_tooltips='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
7298
7299 fi
7300
7301
7302 eval "$ac_cv_use_tooltips"
7303 if test "$no_cache" != 1; then
7304 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
7305 fi
7306
7307 if test "$wxUSE_TOOLTIPS" = yes; then
7308 echo "$ac_t""yes" 1>&6
7309 else
7310 echo "$ac_t""no" 1>&6
7311 fi
7312
7313
7314 echo $ac_n "checking for --enable-splines""... $ac_c" 1>&6
7315 echo "configure:7316: checking for --enable-splines" >&5
7316 no_cache=0
7317 # Check whether --enable-splines or --disable-splines was given.
7318 if test "${enable_splines+set}" = set; then
7319 enableval="$enable_splines"
7320
7321 if test "$enableval" = yes; then
7322 ac_cv_use_splines='wxUSE_SPLINES=yes'
7323 else
7324 ac_cv_use_splines='wxUSE_SPLINES=no'
7325 fi
7326
7327 else
7328
7329 LINE=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
7330 if test "x$LINE" != x ; then
7331 eval "DEFAULT_$LINE"
7332 else
7333 no_cache=1
7334 fi
7335
7336 ac_cv_use_splines='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
7337
7338 fi
7339
7340
7341 eval "$ac_cv_use_splines"
7342 if test "$no_cache" != 1; then
7343 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
7344 fi
7345
7346 if test "$wxUSE_SPLINES" = yes; then
7347 echo "$ac_t""yes" 1>&6
7348 else
7349 echo "$ac_t""no" 1>&6
7350 fi
7351
7352
7353 echo $ac_n "checking for --enable-validators""... $ac_c" 1>&6
7354 echo "configure:7355: checking for --enable-validators" >&5
7355 no_cache=0
7356 # Check whether --enable-validators or --disable-validators was given.
7357 if test "${enable_validators+set}" = set; then
7358 enableval="$enable_validators"
7359
7360 if test "$enableval" = yes; then
7361 ac_cv_use_validators='wxUSE_VALIDATORS=yes'
7362 else
7363 ac_cv_use_validators='wxUSE_VALIDATORS=no'
7364 fi
7365
7366 else
7367
7368 LINE=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
7369 if test "x$LINE" != x ; then
7370 eval "DEFAULT_$LINE"
7371 else
7372 no_cache=1
7373 fi
7374
7375 ac_cv_use_validators='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
7376
7377 fi
7378
7379
7380 eval "$ac_cv_use_validators"
7381 if test "$no_cache" != 1; then
7382 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
7383 fi
7384
7385 if test "$wxUSE_VALIDATORS" = yes; then
7386 echo "$ac_t""yes" 1>&6
7387 else
7388 echo "$ac_t""no" 1>&6
7389 fi
7390
7391
7392 echo $ac_n "checking for --enable-busyinfo""... $ac_c" 1>&6
7393 echo "configure:7394: checking for --enable-busyinfo" >&5
7394 no_cache=0
7395 # Check whether --enable-busyinfo or --disable-busyinfo was given.
7396 if test "${enable_busyinfo+set}" = set; then
7397 enableval="$enable_busyinfo"
7398
7399 if test "$enableval" = yes; then
7400 ac_cv_use_busyinfo='wxUSE_BUSYINFO=yes'
7401 else
7402 ac_cv_use_busyinfo='wxUSE_BUSYINFO=no'
7403 fi
7404
7405 else
7406
7407 LINE=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
7408 if test "x$LINE" != x ; then
7409 eval "DEFAULT_$LINE"
7410 else
7411 no_cache=1
7412 fi
7413
7414 ac_cv_use_busyinfo='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
7415
7416 fi
7417
7418
7419 eval "$ac_cv_use_busyinfo"
7420 if test "$no_cache" != 1; then
7421 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
7422 fi
7423
7424 if test "$wxUSE_BUSYINFO" = yes; then
7425 echo "$ac_t""yes" 1>&6
7426 else
7427 echo "$ac_t""no" 1>&6
7428 fi
7429
7430
7431 echo $ac_n "checking for --enable-joystick""... $ac_c" 1>&6
7432 echo "configure:7433: checking for --enable-joystick" >&5
7433 no_cache=0
7434 # Check whether --enable-joystick or --disable-joystick was given.
7435 if test "${enable_joystick+set}" = set; then
7436 enableval="$enable_joystick"
7437
7438 if test "$enableval" = yes; then
7439 ac_cv_use_joystick='wxUSE_JOYSTICK=yes'
7440 else
7441 ac_cv_use_joystick='wxUSE_JOYSTICK=no'
7442 fi
7443
7444 else
7445
7446 LINE=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
7447 if test "x$LINE" != x ; then
7448 eval "DEFAULT_$LINE"
7449 else
7450 no_cache=1
7451 fi
7452
7453 ac_cv_use_joystick='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
7454
7455 fi
7456
7457
7458 eval "$ac_cv_use_joystick"
7459 if test "$no_cache" != 1; then
7460 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
7461 fi
7462
7463 if test "$wxUSE_JOYSTICK" = yes; then
7464 echo "$ac_t""yes" 1>&6
7465 else
7466 echo "$ac_t""no" 1>&6
7467 fi
7468
7469
7470 echo $ac_n "checking for --enable-metafile""... $ac_c" 1>&6
7471 echo "configure:7472: checking for --enable-metafile" >&5
7472 no_cache=0
7473 # Check whether --enable-metafile or --disable-metafile was given.
7474 if test "${enable_metafile+set}" = set; then
7475 enableval="$enable_metafile"
7476
7477 if test "$enableval" = yes; then
7478 ac_cv_use_metafile='wxUSE_METAFILE=yes'
7479 else
7480 ac_cv_use_metafile='wxUSE_METAFILE=no'
7481 fi
7482
7483 else
7484
7485 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
7486 if test "x$LINE" != x ; then
7487 eval "DEFAULT_$LINE"
7488 else
7489 no_cache=1
7490 fi
7491
7492 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
7493
7494 fi
7495
7496
7497 eval "$ac_cv_use_metafile"
7498 if test "$no_cache" != 1; then
7499 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
7500 fi
7501
7502 if test "$wxUSE_METAFILE" = yes; then
7503 echo "$ac_t""yes" 1>&6
7504 else
7505 echo "$ac_t""no" 1>&6
7506 fi
7507
7508
7509 echo $ac_n "checking for --enable-dragimage""... $ac_c" 1>&6
7510 echo "configure:7511: checking for --enable-dragimage" >&5
7511 no_cache=0
7512 # Check whether --enable-dragimage or --disable-dragimage was given.
7513 if test "${enable_dragimage+set}" = set; then
7514 enableval="$enable_dragimage"
7515
7516 if test "$enableval" = yes; then
7517 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=yes'
7518 else
7519 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=no'
7520 fi
7521
7522 else
7523
7524 LINE=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}`
7525 if test "x$LINE" != x ; then
7526 eval "DEFAULT_$LINE"
7527 else
7528 no_cache=1
7529 fi
7530
7531 ac_cv_use_dragimage='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE
7532
7533 fi
7534
7535
7536 eval "$ac_cv_use_dragimage"
7537 if test "$no_cache" != 1; then
7538 echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
7539 fi
7540
7541 if test "$wxUSE_DRAGIMAGE" = yes; then
7542 echo "$ac_t""yes" 1>&6
7543 else
7544 echo "$ac_t""no" 1>&6
7545 fi
7546
7547
7548
7549
7550 echo $ac_n "checking for --enable-palette""... $ac_c" 1>&6
7551 echo "configure:7552: checking for --enable-palette" >&5
7552 no_cache=0
7553 # Check whether --enable-palette or --disable-palette was given.
7554 if test "${enable_palette+set}" = set; then
7555 enableval="$enable_palette"
7556
7557 if test "$enableval" = yes; then
7558 ac_cv_use_palette='wxUSE_PALETTE=yes'
7559 else
7560 ac_cv_use_palette='wxUSE_PALETTE=no'
7561 fi
7562
7563 else
7564
7565 LINE=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}`
7566 if test "x$LINE" != x ; then
7567 eval "DEFAULT_$LINE"
7568 else
7569 no_cache=1
7570 fi
7571
7572 ac_cv_use_palette='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE
7573
7574 fi
7575
7576
7577 eval "$ac_cv_use_palette"
7578 if test "$no_cache" != 1; then
7579 echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp
7580 fi
7581
7582 if test "$wxUSE_PALETTE" = yes; then
7583 echo "$ac_t""yes" 1>&6
7584 else
7585 echo "$ac_t""no" 1>&6
7586 fi
7587
7588
7589 echo $ac_n "checking for --enable-image""... $ac_c" 1>&6
7590 echo "configure:7591: checking for --enable-image" >&5
7591 no_cache=0
7592 # Check whether --enable-image or --disable-image was given.
7593 if test "${enable_image+set}" = set; then
7594 enableval="$enable_image"
7595
7596 if test "$enableval" = yes; then
7597 ac_cv_use_image='wxUSE_IMAGE=yes'
7598 else
7599 ac_cv_use_image='wxUSE_IMAGE=no'
7600 fi
7601
7602 else
7603
7604 LINE=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
7605 if test "x$LINE" != x ; then
7606 eval "DEFAULT_$LINE"
7607 else
7608 no_cache=1
7609 fi
7610
7611 ac_cv_use_image='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
7612
7613 fi
7614
7615
7616 eval "$ac_cv_use_image"
7617 if test "$no_cache" != 1; then
7618 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
7619 fi
7620
7621 if test "$wxUSE_IMAGE" = yes; then
7622 echo "$ac_t""yes" 1>&6
7623 else
7624 echo "$ac_t""no" 1>&6
7625 fi
7626
7627
7628 echo $ac_n "checking for --enable-gif""... $ac_c" 1>&6
7629 echo "configure:7630: checking for --enable-gif" >&5
7630 no_cache=0
7631 # Check whether --enable-gif or --disable-gif was given.
7632 if test "${enable_gif+set}" = set; then
7633 enableval="$enable_gif"
7634
7635 if test "$enableval" = yes; then
7636 ac_cv_use_gif='wxUSE_GIF=yes'
7637 else
7638 ac_cv_use_gif='wxUSE_GIF=no'
7639 fi
7640
7641 else
7642
7643 LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
7644 if test "x$LINE" != x ; then
7645 eval "DEFAULT_$LINE"
7646 else
7647 no_cache=1
7648 fi
7649
7650 ac_cv_use_gif='wxUSE_GIF='$DEFAULT_wxUSE_GIF
7651
7652 fi
7653
7654
7655 eval "$ac_cv_use_gif"
7656 if test "$no_cache" != 1; then
7657 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
7658 fi
7659
7660 if test "$wxUSE_GIF" = yes; then
7661 echo "$ac_t""yes" 1>&6
7662 else
7663 echo "$ac_t""no" 1>&6
7664 fi
7665
7666
7667 echo $ac_n "checking for --enable-pcx""... $ac_c" 1>&6
7668 echo "configure:7669: checking for --enable-pcx" >&5
7669 no_cache=0
7670 # Check whether --enable-pcx or --disable-pcx was given.
7671 if test "${enable_pcx+set}" = set; then
7672 enableval="$enable_pcx"
7673
7674 if test "$enableval" = yes; then
7675 ac_cv_use_pcx='wxUSE_PCX=yes'
7676 else
7677 ac_cv_use_pcx='wxUSE_PCX=no'
7678 fi
7679
7680 else
7681
7682 LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
7683 if test "x$LINE" != x ; then
7684 eval "DEFAULT_$LINE"
7685 else
7686 no_cache=1
7687 fi
7688
7689 ac_cv_use_pcx='wxUSE_PCX='$DEFAULT_wxUSE_PCX
7690
7691 fi
7692
7693
7694 eval "$ac_cv_use_pcx"
7695 if test "$no_cache" != 1; then
7696 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
7697 fi
7698
7699 if test "$wxUSE_PCX" = yes; then
7700 echo "$ac_t""yes" 1>&6
7701 else
7702 echo "$ac_t""no" 1>&6
7703 fi
7704
7705
7706 echo $ac_n "checking for --enable-pnm""... $ac_c" 1>&6
7707 echo "configure:7708: checking for --enable-pnm" >&5
7708 no_cache=0
7709 # Check whether --enable-pnm or --disable-pnm was given.
7710 if test "${enable_pnm+set}" = set; then
7711 enableval="$enable_pnm"
7712
7713 if test "$enableval" = yes; then
7714 ac_cv_use_pnm='wxUSE_PNM=yes'
7715 else
7716 ac_cv_use_pnm='wxUSE_PNM=no'
7717 fi
7718
7719 else
7720
7721 LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
7722 if test "x$LINE" != x ; then
7723 eval "DEFAULT_$LINE"
7724 else
7725 no_cache=1
7726 fi
7727
7728 ac_cv_use_pnm='wxUSE_PNM='$DEFAULT_wxUSE_PNM
7729
7730 fi
7731
7732
7733 eval "$ac_cv_use_pnm"
7734 if test "$no_cache" != 1; then
7735 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
7736 fi
7737
7738 if test "$wxUSE_PNM" = yes; then
7739 echo "$ac_t""yes" 1>&6
7740 else
7741 echo "$ac_t""no" 1>&6
7742 fi
7743
7744
7745 echo $ac_n "checking for --enable-pnm""... $ac_c" 1>&6
7746 echo "configure:7747: checking for --enable-pnm" >&5
7747 no_cache=0
7748 # Check whether --enable-pnm or --disable-pnm was given.
7749 if test "${enable_pnm+set}" = set; then
7750 enableval="$enable_pnm"
7751
7752 if test "$enableval" = yes; then
7753 ac_cv_use_pnm='wxUSE_XPM=yes'
7754 else
7755 ac_cv_use_pnm='wxUSE_XPM=no'
7756 fi
7757
7758 else
7759
7760 LINE=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
7761 if test "x$LINE" != x ; then
7762 eval "DEFAULT_$LINE"
7763 else
7764 no_cache=1
7765 fi
7766
7767 ac_cv_use_pnm='wxUSE_XPM='$DEFAULT_wxUSE_XPM
7768
7769 fi
7770
7771
7772 eval "$ac_cv_use_pnm"
7773 if test "$no_cache" != 1; then
7774 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
7775 fi
7776
7777 if test "$wxUSE_XPM" = yes; then
7778 echo "$ac_t""yes" 1>&6
7779 else
7780 echo "$ac_t""no" 1>&6
7781 fi
7782
7783
7784 fi
7785
7786
7787 echo "saving argument cache $wx_arg_cache_file"
7788 mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file}
7789
7790
7791
7792 echo $ac_n "checking for toolkit""... $ac_c" 1>&6
7793 echo "configure:7794: checking for toolkit" >&5
7794
7795 if test "$wxUSE_GUI" = "yes"; then
7796
7797 if test "$USE_BEOS" = 1; then
7798 { echo "configure: error: BeOS GUI is not supported yet, use --disable-gui" 1>&2; exit 1; }
7799 fi
7800
7801 if test "$TOOLKIT_GIVEN" = 1; then
7802 for toolkit in `echo $ALL_TOOLKITS`; do
7803 var=wxUSE_$toolkit
7804 eval "value=\$${var}"
7805 eval "$var=`echo \$value | sed -e "s/yes/1/" -e "s/no/0/"`"
7806 done
7807 else
7808 for toolkit in `echo $ALL_TOOLKITS`; do
7809 if test "$has_toolkit_in_cache" != 1; then
7810 var=DEFAULT_DEFAULT_wxUSE_$toolkit
7811 else
7812 var=DEFAULT_wxUSE_$toolkit
7813 fi
7814 eval "wxUSE_$toolkit=\$${var}"
7815 done
7816 fi
7817
7818 NUM_TOOLKITS=`expr ${wxUSE_GTK:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_MAC:-0} \
7819 + ${wxUSE_WINE:-0} + ${wxUSE_MSW:-0} + ${wxUSE_MGL:-0}`
7820
7821 case "${host}" in
7822 *-pc-os2_emx | *-pc-os2-emx )
7823 # PATH_IFS is autodetected by OS/2's configure (usually ';')
7824 NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
7825 LEX_STEM="lexyy"
7826 ;;
7827 *)
7828 PATH_IFS=':'
7829 LEX_STEM="lex.yy"
7830 ;;
7831 esac
7832
7833 case "$NUM_TOOLKITS" in
7834 1)
7835 ;;
7836 0)
7837 { echo "configure: error: Please specify a toolkit - cannot determine the default for ${host}" 1>&2; exit 1; }
7838 ;;
7839 *)
7840 { echo "configure: error: Please specify at most one toolkit (may be some are cached?)" 1>&2; exit 1; }
7841 esac
7842
7843 for toolkit in `echo $ALL_TOOLKITS`; do
7844 var=wxUSE_$toolkit
7845 eval "value=\$${var}"
7846 if test "x$value" != x; then
7847 cache_var=CACHE_$toolkit
7848 eval "cache=\$${cache_var}"
7849 if test "$cache" = 1; then
7850 echo "$var=$value" >> ${wx_arg_cache_file}
7851 fi
7852 if test "$value" = 1; then
7853 toolkit_echo=`echo $toolkit | tr [A-Z] [a-z]`
7854 echo "$ac_t""$toolkit_echo" 1>&6
7855 fi
7856 fi
7857 done
7858 else
7859 PATH_IFS=':'
7860 echo "$ac_t""base ($host_alias hosted) only" 1>&6
7861 fi
7862
7863
7864 cat > confcache <<\EOF
7865 # This file is a shell script that caches the results of configure
7866 # tests run on this system so they can be shared between configure
7867 # scripts and configure runs. It is not useful on other systems.
7868 # If it contains results you don't want to keep, you may remove or edit it.
7869 #
7870 # By default, configure uses ./config.cache as the cache file,
7871 # creating it if it does not exist already. You can give configure
7872 # the --cache-file=FILE option to use a different cache file; that is
7873 # what configure does when it calls configure scripts in
7874 # subdirectories, so they share the cache.
7875 # Giving --cache-file=/dev/null disables caching, for debugging configure.
7876 # config.status only pays attention to the cache file if you give it the
7877 # --recheck option to rerun configure.
7878 #
7879 EOF
7880 # The following way of writing the cache mishandles newlines in values,
7881 # but we know of no workaround that is simple, portable, and efficient.
7882 # So, don't put newlines in cache variables' values.
7883 # Ultrix sh set writes to stderr and can't be redirected directly,
7884 # and sets the high bit in the cache file unless we assign to the vars.
7885 (set) 2>&1 |
7886 case `(ac_space=' '; set | grep ac_space) 2>&1` in
7887 *ac_space=\ *)
7888 # `set' does not quote correctly, so add quotes (double-quote substitution
7889 # turns \\\\ into \\, and sed turns \\ into \).
7890 sed -n \
7891 -e "s/'/'\\\\''/g" \
7892 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
7893 ;;
7894 *)
7895 # `set' quotes correctly as required by POSIX, so do not add quotes.
7896 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
7897 ;;
7898 esac >> confcache
7899 if cmp -s $cache_file confcache; then
7900 :
7901 else
7902 if test -w $cache_file; then
7903 echo "updating cache $cache_file"
7904 cat confcache > $cache_file
7905 else
7906 echo "not updating unwritable cache $cache_file"
7907 fi
7908 fi
7909 rm -f confcache
7910
7911
7912 if test "$build" != "$host" ; then
7913 if test "$USE_WIN32" = 1 ; then
7914 CC=$host_alias-gcc
7915 CXX=$host_alias-c++
7916 AR=$host_alias-ar
7917 RANLIB=$host_alias-ranlib
7918 DLLTOOL=$host_alias-dlltool
7919 RESCOMP=$host_alias-windres
7920 LD=$host_alias-ld
7921 NM=$host_alias-nm
7922 STRIP=$host_alias-strip
7923 else
7924 { echo "configure: error: $build_alias -> $host_alias cross compilation not supported yet." 1>&2; exit 1; }
7925 fi
7926 fi
7927
7928 # Extract the first word of "gcc", so it can be a program name with args.
7929 set dummy gcc; ac_word=$2
7930 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7931 echo "configure:7932: checking for $ac_word" >&5
7932 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
7933 echo $ac_n "(cached) $ac_c" 1>&6
7934 else
7935 if test -n "$CC"; then
7936 ac_cv_prog_CC="$CC" # Let the user override the test.
7937 else
7938 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
7939 ac_dummy="$PATH"
7940 for ac_dir in $ac_dummy; do
7941 test -z "$ac_dir" && ac_dir=.
7942 if test -f $ac_dir/$ac_word; then
7943 ac_cv_prog_CC="gcc"
7944 break
7945 fi
7946 done
7947 IFS="$ac_save_ifs"
7948 fi
7949 fi
7950 CC="$ac_cv_prog_CC"
7951 if test -n "$CC"; then
7952 echo "$ac_t""$CC" 1>&6
7953 else
7954 echo "$ac_t""no" 1>&6
7955 fi
7956
7957 if test -z "$CC"; then
7958 # Extract the first word of "cc", so it can be a program name with args.
7959 set dummy cc; ac_word=$2
7960 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7961 echo "configure:7962: checking for $ac_word" >&5
7962 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
7963 echo $ac_n "(cached) $ac_c" 1>&6
7964 else
7965 if test -n "$CC"; then
7966 ac_cv_prog_CC="$CC" # Let the user override the test.
7967 else
7968 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
7969 ac_prog_rejected=no
7970 ac_dummy="$PATH"
7971 for ac_dir in $ac_dummy; do
7972 test -z "$ac_dir" && ac_dir=.
7973 if test -f $ac_dir/$ac_word; then
7974 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
7975 ac_prog_rejected=yes
7976 continue
7977 fi
7978 ac_cv_prog_CC="cc"
7979 break
7980 fi
7981 done
7982 IFS="$ac_save_ifs"
7983 if test $ac_prog_rejected = yes; then
7984 # We found a bogon in the path, so make sure we never use it.
7985 set dummy $ac_cv_prog_CC
7986 shift
7987 if test $# -gt 0; then
7988 # We chose a different compiler from the bogus one.
7989 # However, it has the same basename, so the bogon will be chosen
7990 # first if we set CC to just the basename; use the full file name.
7991 shift
7992 set dummy "$ac_dir/$ac_word" "$@"
7993 shift
7994 ac_cv_prog_CC="$@"
7995 fi
7996 fi
7997 fi
7998 fi
7999 CC="$ac_cv_prog_CC"
8000 if test -n "$CC"; then
8001 echo "$ac_t""$CC" 1>&6
8002 else
8003 echo "$ac_t""no" 1>&6
8004 fi
8005
8006 if test -z "$CC"; then
8007 case "`uname -s`" in
8008 *win32* | *WIN32*)
8009 # Extract the first word of "cl", so it can be a program name with args.
8010 set dummy cl; ac_word=$2
8011 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8012 echo "configure:8013: checking for $ac_word" >&5
8013 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
8014 echo $ac_n "(cached) $ac_c" 1>&6
8015 else
8016 if test -n "$CC"; then
8017 ac_cv_prog_CC="$CC" # Let the user override the test.
8018 else
8019 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8020 ac_dummy="$PATH"
8021 for ac_dir in $ac_dummy; do
8022 test -z "$ac_dir" && ac_dir=.
8023 if test -f $ac_dir/$ac_word; then
8024 ac_cv_prog_CC="cl"
8025 break
8026 fi
8027 done
8028 IFS="$ac_save_ifs"
8029 fi
8030 fi
8031 CC="$ac_cv_prog_CC"
8032 if test -n "$CC"; then
8033 echo "$ac_t""$CC" 1>&6
8034 else
8035 echo "$ac_t""no" 1>&6
8036 fi
8037 ;;
8038 esac
8039 fi
8040 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
8041 fi
8042
8043 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
8044 echo "configure:8045: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
8045
8046 ac_ext=c
8047 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8048 ac_cpp='$CPP $CPPFLAGS'
8049 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8050 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8051 cross_compiling=$ac_cv_prog_cc_cross
8052
8053 cat > conftest.$ac_ext << EOF
8054
8055 #line 8056 "configure"
8056 #include "confdefs.h"
8057
8058 main(){return(0);}
8059 EOF
8060 if { (eval echo configure:8061: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8061 ac_cv_prog_cc_works=yes
8062 # If we can't run a trivial program, we are probably using a cross compiler.
8063 if (./conftest; exit) 2>/dev/null; then
8064 ac_cv_prog_cc_cross=no
8065 else
8066 ac_cv_prog_cc_cross=yes
8067 fi
8068 else
8069 echo "configure: failed program was:" >&5
8070 cat conftest.$ac_ext >&5
8071 ac_cv_prog_cc_works=no
8072 fi
8073 rm -fr conftest*
8074 ac_ext=c
8075 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8076 ac_cpp='$CPP $CPPFLAGS'
8077 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8078 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8079 cross_compiling=$ac_cv_prog_cc_cross
8080
8081 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
8082 if test $ac_cv_prog_cc_works = no; then
8083 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
8084 fi
8085 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
8086 echo "configure:8087: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
8087 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
8088 cross_compiling=$ac_cv_prog_cc_cross
8089
8090 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
8091 echo "configure:8092: checking whether we are using GNU C" >&5
8092 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
8093 echo $ac_n "(cached) $ac_c" 1>&6
8094 else
8095 cat > conftest.c <<EOF
8096 #ifdef __GNUC__
8097 yes;
8098 #endif
8099 EOF
8100 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:8101: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
8101 ac_cv_prog_gcc=yes
8102 else
8103 ac_cv_prog_gcc=no
8104 fi
8105 fi
8106
8107 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
8108
8109 if test $ac_cv_prog_gcc = yes; then
8110 GCC=yes
8111 else
8112 GCC=
8113 fi
8114
8115 ac_test_CFLAGS="${CFLAGS+set}"
8116 ac_save_CFLAGS="$CFLAGS"
8117 CFLAGS=
8118 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
8119 echo "configure:8120: checking whether ${CC-cc} accepts -g" >&5
8120 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
8121 echo $ac_n "(cached) $ac_c" 1>&6
8122 else
8123 echo 'void f(){}' > conftest.c
8124 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
8125 ac_cv_prog_cc_g=yes
8126 else
8127 ac_cv_prog_cc_g=no
8128 fi
8129 rm -f conftest*
8130
8131 fi
8132
8133 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
8134 if test "$ac_test_CFLAGS" = set; then
8135 CFLAGS="$ac_save_CFLAGS"
8136 elif test $ac_cv_prog_cc_g = yes; then
8137 if test "$GCC" = yes; then
8138 CFLAGS="-g -O2"
8139 else
8140 CFLAGS="-g"
8141 fi
8142 else
8143 if test "$GCC" = yes; then
8144 CFLAGS="-O2"
8145 else
8146 CFLAGS=
8147 fi
8148 fi
8149
8150
8151 CFLAGS=`echo "$CFLAGS" | sed 's/-g//g'`
8152
8153 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
8154 echo "configure:8155: checking how to run the C preprocessor" >&5
8155 # On Suns, sometimes $CPP names a directory.
8156 if test -n "$CPP" && test -d "$CPP"; then
8157 CPP=
8158 fi
8159 if test -z "$CPP"; then
8160 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
8161 echo $ac_n "(cached) $ac_c" 1>&6
8162 else
8163 # This must be in double quotes, not single quotes, because CPP may get
8164 # substituted into the Makefile and "${CC-cc}" will confuse make.
8165 CPP="${CC-cc} -E"
8166 # On the NeXT, cc -E runs the code through the compiler's parser,
8167 # not just through cpp.
8168 cat > conftest.$ac_ext <<EOF
8169 #line 8170 "configure"
8170 #include "confdefs.h"
8171 #include <assert.h>
8172 Syntax Error
8173 EOF
8174 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8175 { (eval echo configure:8176: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8176 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8177 if test -z "$ac_err"; then
8178 :
8179 else
8180 echo "$ac_err" >&5
8181 echo "configure: failed program was:" >&5
8182 cat conftest.$ac_ext >&5
8183 rm -rf conftest*
8184 CPP="${CC-cc} -E -traditional-cpp"
8185 cat > conftest.$ac_ext <<EOF
8186 #line 8187 "configure"
8187 #include "confdefs.h"
8188 #include <assert.h>
8189 Syntax Error
8190 EOF
8191 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8192 { (eval echo configure:8193: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8193 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8194 if test -z "$ac_err"; then
8195 :
8196 else
8197 echo "$ac_err" >&5
8198 echo "configure: failed program was:" >&5
8199 cat conftest.$ac_ext >&5
8200 rm -rf conftest*
8201 CPP="${CC-cc} -nologo -E"
8202 cat > conftest.$ac_ext <<EOF
8203 #line 8204 "configure"
8204 #include "confdefs.h"
8205 #include <assert.h>
8206 Syntax Error
8207 EOF
8208 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8209 { (eval echo configure:8210: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8210 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8211 if test -z "$ac_err"; then
8212 :
8213 else
8214 echo "$ac_err" >&5
8215 echo "configure: failed program was:" >&5
8216 cat conftest.$ac_ext >&5
8217 rm -rf conftest*
8218 CPP=/lib/cpp
8219 fi
8220 rm -f conftest*
8221 fi
8222 rm -f conftest*
8223 fi
8224 rm -f conftest*
8225 ac_cv_prog_CPP="$CPP"
8226 fi
8227 CPP="$ac_cv_prog_CPP"
8228 else
8229 ac_cv_prog_CPP="$CPP"
8230 fi
8231 echo "$ac_t""$CPP" 1>&6
8232
8233 if test $ac_cv_prog_gcc = yes; then
8234 echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
8235 echo "configure:8236: checking whether ${CC-cc} needs -traditional" >&5
8236 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
8237 echo $ac_n "(cached) $ac_c" 1>&6
8238 else
8239 ac_pattern="Autoconf.*'x'"
8240 cat > conftest.$ac_ext <<EOF
8241 #line 8242 "configure"
8242 #include "confdefs.h"
8243 #include <sgtty.h>
8244 Autoconf TIOCGETP
8245 EOF
8246 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8247 egrep "$ac_pattern" >/dev/null 2>&1; then
8248 rm -rf conftest*
8249 ac_cv_prog_gcc_traditional=yes
8250 else
8251 rm -rf conftest*
8252 ac_cv_prog_gcc_traditional=no
8253 fi
8254 rm -f conftest*
8255
8256
8257 if test $ac_cv_prog_gcc_traditional = no; then
8258 cat > conftest.$ac_ext <<EOF
8259 #line 8260 "configure"
8260 #include "confdefs.h"
8261 #include <termio.h>
8262 Autoconf TCGETA
8263 EOF
8264 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8265 egrep "$ac_pattern" >/dev/null 2>&1; then
8266 rm -rf conftest*
8267 ac_cv_prog_gcc_traditional=yes
8268 fi
8269 rm -f conftest*
8270
8271 fi
8272 fi
8273
8274 echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
8275 if test $ac_cv_prog_gcc_traditional = yes; then
8276 CC="$CC -traditional"
8277 fi
8278 fi
8279
8280
8281
8282 ac_ext=C
8283 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8284 ac_cpp='$CXXCPP $CPPFLAGS'
8285 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8286 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8287 cross_compiling=$ac_cv_prog_cxx_cross
8288
8289
8290 for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl
8291 do
8292 # Extract the first word of "$ac_prog", so it can be a program name with args.
8293 set dummy $ac_prog; ac_word=$2
8294 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8295 echo "configure:8296: checking for $ac_word" >&5
8296 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
8297 echo $ac_n "(cached) $ac_c" 1>&6
8298 else
8299 if test -n "$CXX"; then
8300 ac_cv_prog_CXX="$CXX" # Let the user override the test.
8301 else
8302 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8303 ac_dummy="$PATH"
8304 for ac_dir in $ac_dummy; do
8305 test -z "$ac_dir" && ac_dir=.
8306 if test -f $ac_dir/$ac_word; then
8307 ac_cv_prog_CXX="$ac_prog"
8308 break
8309 fi
8310 done
8311 IFS="$ac_save_ifs"
8312 fi
8313 fi
8314 CXX="$ac_cv_prog_CXX"
8315 if test -n "$CXX"; then
8316 echo "$ac_t""$CXX" 1>&6
8317 else
8318 echo "$ac_t""no" 1>&6
8319 fi
8320
8321 test -n "$CXX" && break
8322 done
8323 test -n "$CXX" || CXX="gcc"
8324
8325
8326 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
8327 echo "configure:8328: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
8328
8329 ac_ext=C
8330 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8331 ac_cpp='$CXXCPP $CPPFLAGS'
8332 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8333 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8334 cross_compiling=$ac_cv_prog_cxx_cross
8335
8336 cat > conftest.$ac_ext << EOF
8337
8338 #line 8339 "configure"
8339 #include "confdefs.h"
8340
8341 int main(){return(0);}
8342 EOF
8343 if { (eval echo configure:8344: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8344 ac_cv_prog_cxx_works=yes
8345 # If we can't run a trivial program, we are probably using a cross compiler.
8346 if (./conftest; exit) 2>/dev/null; then
8347 ac_cv_prog_cxx_cross=no
8348 else
8349 ac_cv_prog_cxx_cross=yes
8350 fi
8351 else
8352 echo "configure: failed program was:" >&5
8353 cat conftest.$ac_ext >&5
8354 ac_cv_prog_cxx_works=no
8355 fi
8356 rm -fr conftest*
8357 ac_ext=C
8358 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8359 ac_cpp='$CXXCPP $CPPFLAGS'
8360 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8361 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8362 cross_compiling=$ac_cv_prog_cxx_cross
8363
8364 echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
8365 if test $ac_cv_prog_cxx_works = no; then
8366 { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
8367 fi
8368 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
8369 echo "configure:8370: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
8370 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
8371 cross_compiling=$ac_cv_prog_cxx_cross
8372
8373 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
8374 echo "configure:8375: checking whether we are using GNU C++" >&5
8375 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
8376 echo $ac_n "(cached) $ac_c" 1>&6
8377 else
8378 cat > conftest.C <<EOF
8379 #ifdef __GNUC__
8380 yes;
8381 #endif
8382 EOF
8383 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:8384: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
8384 ac_cv_prog_gxx=yes
8385 else
8386 ac_cv_prog_gxx=no
8387 fi
8388 fi
8389
8390 echo "$ac_t""$ac_cv_prog_gxx" 1>&6
8391
8392 if test $ac_cv_prog_gxx = yes; then
8393 GXX=yes
8394 else
8395 GXX=
8396 fi
8397
8398 ac_test_CXXFLAGS="${CXXFLAGS+set}"
8399 ac_save_CXXFLAGS="$CXXFLAGS"
8400 CXXFLAGS=
8401 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
8402 echo "configure:8403: checking whether ${CXX-g++} accepts -g" >&5
8403 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
8404 echo $ac_n "(cached) $ac_c" 1>&6
8405 else
8406 echo 'void f(){}' > conftest.cc
8407 if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
8408 ac_cv_prog_cxx_g=yes
8409 else
8410 ac_cv_prog_cxx_g=no
8411 fi
8412 rm -f conftest*
8413
8414 fi
8415
8416 echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
8417 if test "$ac_test_CXXFLAGS" = set; then
8418 CXXFLAGS="$ac_save_CXXFLAGS"
8419 elif test $ac_cv_prog_cxx_g = yes; then
8420 if test "$GXX" = yes; then
8421 CXXFLAGS="-g -O2"
8422 else
8423 CXXFLAGS="-g"
8424 fi
8425 else
8426 if test "$GXX" = yes; then
8427 CXXFLAGS="-O2"
8428 else
8429 CXXFLAGS=
8430 fi
8431 fi
8432
8433
8434 CXXFLAGS=`echo "$CXXFLAGS" | sed 's/-g//g'`
8435
8436 ac_ext=c
8437 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8438 ac_cpp='$CPP $CPPFLAGS'
8439 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8440 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8441 cross_compiling=$ac_cv_prog_cc_cross
8442
8443
8444 # Extract the first word of "ranlib", so it can be a program name with args.
8445 set dummy ranlib; ac_word=$2
8446 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8447 echo "configure:8448: checking for $ac_word" >&5
8448 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
8449 echo $ac_n "(cached) $ac_c" 1>&6
8450 else
8451 if test -n "$RANLIB"; then
8452 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8453 else
8454 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8455 ac_dummy="$PATH"
8456 for ac_dir in $ac_dummy; do
8457 test -z "$ac_dir" && ac_dir=.
8458 if test -f $ac_dir/$ac_word; then
8459 ac_cv_prog_RANLIB="ranlib"
8460 break
8461 fi
8462 done
8463 IFS="$ac_save_ifs"
8464 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
8465 fi
8466 fi
8467 RANLIB="$ac_cv_prog_RANLIB"
8468 if test -n "$RANLIB"; then
8469 echo "$ac_t""$RANLIB" 1>&6
8470 else
8471 echo "$ac_t""no" 1>&6
8472 fi
8473
8474
8475 # Extract the first word of "ar", so it can be a program name with args.
8476 set dummy ar; ac_word=$2
8477 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8478 echo "configure:8479: checking for $ac_word" >&5
8479 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
8480 echo $ac_n "(cached) $ac_c" 1>&6
8481 else
8482 if test -n "$AR"; then
8483 ac_cv_prog_AR="$AR" # Let the user override the test.
8484 else
8485 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8486 ac_dummy="$PATH"
8487 for ac_dir in $ac_dummy; do
8488 test -z "$ac_dir" && ac_dir=.
8489 if test -f $ac_dir/$ac_word; then
8490 ac_cv_prog_AR="ar"
8491 break
8492 fi
8493 done
8494 IFS="$ac_save_ifs"
8495 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
8496 fi
8497 fi
8498 AR="$ac_cv_prog_AR"
8499 if test -n "$AR"; then
8500 echo "$ac_t""$AR" 1>&6
8501 else
8502 echo "$ac_t""no" 1>&6
8503 fi
8504
8505
8506 # Find a good install program. We prefer a C program (faster),
8507 # so one script is as good as another. But avoid the broken or
8508 # incompatible versions:
8509 # SysV /etc/install, /usr/sbin/install
8510 # SunOS /usr/etc/install
8511 # IRIX /sbin/install
8512 # AIX /bin/install
8513 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
8514 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
8515 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
8516 # ./install, which can be erroneously created by make from ./install.sh.
8517 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
8518 echo "configure:8519: checking for a BSD compatible install" >&5
8519 if test -z "$INSTALL"; then
8520 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
8521 echo $ac_n "(cached) $ac_c" 1>&6
8522 else
8523 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
8524 for ac_dir in $PATH; do
8525 # Account for people who put trailing slashes in PATH elements.
8526 case "$ac_dir/" in
8527 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
8528 *)
8529 # OSF1 and SCO ODT 3.0 have their own names for install.
8530 # Don't use installbsd from OSF since it installs stuff as root
8531 # by default.
8532 for ac_prog in ginstall scoinst install; do
8533 if test -f $ac_dir/$ac_prog; then
8534 if test $ac_prog = install &&
8535 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
8536 # AIX install. It has an incompatible calling convention.
8537 :
8538 else
8539 ac_cv_path_install="$ac_dir/$ac_prog -c"
8540 break 2
8541 fi
8542 fi
8543 done
8544 ;;
8545 esac
8546 done
8547 IFS="$ac_save_IFS"
8548
8549 fi
8550 if test "${ac_cv_path_install+set}" = set; then
8551 INSTALL="$ac_cv_path_install"
8552 else
8553 # As a last resort, use the slow shell script. We don't cache a
8554 # path for INSTALL within a source directory, because that will
8555 # break other packages using the cache if that directory is
8556 # removed, or if the path is relative.
8557 INSTALL="$ac_install_sh"
8558 fi
8559 fi
8560 echo "$ac_t""$INSTALL" 1>&6
8561
8562 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
8563 # It thinks the first close brace ends the variable substitution.
8564 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
8565
8566 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
8567
8568 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
8569
8570 case "${host}" in
8571
8572 powerpc-*-darwin* )
8573 INSTALL_PROGRAM="cp -fp"
8574 INSTALL_DATA="cp -fp"
8575 ;;
8576 *)
8577 ;;
8578 esac
8579
8580 # Extract the first word of "strip", so it can be a program name with args.
8581 set dummy strip; ac_word=$2
8582 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8583 echo "configure:8584: checking for $ac_word" >&5
8584 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
8585 echo $ac_n "(cached) $ac_c" 1>&6
8586 else
8587 if test -n "$STRIP"; then
8588 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8589 else
8590 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8591 ac_dummy="$PATH"
8592 for ac_dir in $ac_dummy; do
8593 test -z "$ac_dir" && ac_dir=.
8594 if test -f $ac_dir/$ac_word; then
8595 ac_cv_prog_STRIP="strip"
8596 break
8597 fi
8598 done
8599 IFS="$ac_save_ifs"
8600 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP="true"
8601 fi
8602 fi
8603 STRIP="$ac_cv_prog_STRIP"
8604 if test -n "$STRIP"; then
8605 echo "$ac_t""$STRIP" 1>&6
8606 else
8607 echo "$ac_t""no" 1>&6
8608 fi
8609
8610
8611 echo $ac_n "checking make for VPATH support""... $ac_c" 1>&6
8612 echo "configure:8613: checking make for VPATH support" >&5
8613 cat - << EOF > confMake
8614 check : file
8615 cp \$? \$@
8616 cp \$? final_file
8617 EOF
8618
8619 if test ! -d sub ; then
8620 mkdir sub
8621 fi
8622 echo dummy > sub/file
8623 ${MAKE-make} -f confMake VPATH=sub 2>&5 > /dev/null
8624 RESULT=$?
8625 rm -f sub/file check final_file confMake
8626 rmdir sub
8627 if test "$RESULT" = 0; then
8628 echo "$ac_t""yes" 1>&6
8629 else
8630 echo "$ac_t""no" 1>&6
8631 { echo "configure: error:
8632 You need a make-utility that is able to use the variable
8633 VPATH correctly.
8634 If your version of make does not support VPATH correctly,
8635 please install GNU-make (possibly as gmake), and start
8636 configure with the following command:
8637 export MAKE=gmake; ./configure for sh-type shells
8638 setenv MAKE gmake; ./configure for csh-type shells
8639 Also please do remember to use gmake in this case every time
8640 you are trying to compile.
8641 " 1>&2; exit 1; }
8642 fi
8643
8644 for ac_prog in 'bison -y' byacc
8645 do
8646 # Extract the first word of "$ac_prog", so it can be a program name with args.
8647 set dummy $ac_prog; ac_word=$2
8648 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8649 echo "configure:8650: checking for $ac_word" >&5
8650 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
8651 echo $ac_n "(cached) $ac_c" 1>&6
8652 else
8653 if test -n "$YACC"; then
8654 ac_cv_prog_YACC="$YACC" # Let the user override the test.
8655 else
8656 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8657 ac_dummy="$PATH"
8658 for ac_dir in $ac_dummy; do
8659 test -z "$ac_dir" && ac_dir=.
8660 if test -f $ac_dir/$ac_word; then
8661 ac_cv_prog_YACC="$ac_prog"
8662 break
8663 fi
8664 done
8665 IFS="$ac_save_ifs"
8666 fi
8667 fi
8668 YACC="$ac_cv_prog_YACC"
8669 if test -n "$YACC"; then
8670 echo "$ac_t""$YACC" 1>&6
8671 else
8672 echo "$ac_t""no" 1>&6
8673 fi
8674
8675 test -n "$YACC" && break
8676 done
8677 test -n "$YACC" || YACC="yacc"
8678
8679
8680 # Extract the first word of "flex", so it can be a program name with args.
8681 set dummy flex; ac_word=$2
8682 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8683 echo "configure:8684: checking for $ac_word" >&5
8684 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
8685 echo $ac_n "(cached) $ac_c" 1>&6
8686 else
8687 if test -n "$LEX"; then
8688 ac_cv_prog_LEX="$LEX" # Let the user override the test.
8689 else
8690 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8691 ac_dummy="$PATH"
8692 for ac_dir in $ac_dummy; do
8693 test -z "$ac_dir" && ac_dir=.
8694 if test -f $ac_dir/$ac_word; then
8695 ac_cv_prog_LEX="flex"
8696 break
8697 fi
8698 done
8699 IFS="$ac_save_ifs"
8700 test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX="lex"
8701 fi
8702 fi
8703 LEX="$ac_cv_prog_LEX"
8704 if test -n "$LEX"; then
8705 echo "$ac_t""$LEX" 1>&6
8706 else
8707 echo "$ac_t""no" 1>&6
8708 fi
8709
8710 if test -z "$LEXLIB"
8711 then
8712 case "$LEX" in
8713 flex*) ac_lib=fl ;;
8714 *) ac_lib=l ;;
8715 esac
8716 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
8717 echo "configure:8718: checking for yywrap in -l$ac_lib" >&5
8718 ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
8719 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8720 echo $ac_n "(cached) $ac_c" 1>&6
8721 else
8722 ac_save_LIBS="$LIBS"
8723 LIBS="-l$ac_lib $LIBS"
8724 cat > conftest.$ac_ext <<EOF
8725 #line 8726 "configure"
8726 #include "confdefs.h"
8727 /* Override any gcc2 internal prototype to avoid an error. */
8728 /* We use char because int might match the return type of a gcc2
8729 builtin and then its argument prototype would still apply. */
8730 char yywrap();
8731
8732 int main() {
8733 yywrap()
8734 ; return 0; }
8735 EOF
8736 if { (eval echo configure:8737: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8737 rm -rf conftest*
8738 eval "ac_cv_lib_$ac_lib_var=yes"
8739 else
8740 echo "configure: failed program was:" >&5
8741 cat conftest.$ac_ext >&5
8742 rm -rf conftest*
8743 eval "ac_cv_lib_$ac_lib_var=no"
8744 fi
8745 rm -f conftest*
8746 LIBS="$ac_save_LIBS"
8747
8748 fi
8749 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8750 echo "$ac_t""yes" 1>&6
8751 LEXLIB="-l$ac_lib"
8752 else
8753 echo "$ac_t""no" 1>&6
8754 fi
8755
8756 fi
8757
8758
8759 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
8760 echo "configure:8761: checking whether ln -s works" >&5
8761 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
8762 echo $ac_n "(cached) $ac_c" 1>&6
8763 else
8764 rm -f conftestdata
8765 if ln -s X conftestdata 2>/dev/null
8766 then
8767 rm -f conftestdata
8768 ac_cv_prog_LN_S="ln -s"
8769 else
8770 ac_cv_prog_LN_S=ln
8771 fi
8772 fi
8773 LN_S="$ac_cv_prog_LN_S"
8774 if test "$ac_cv_prog_LN_S" = "ln -s"; then
8775 echo "$ac_t""yes" 1>&6
8776 else
8777 echo "$ac_t""no" 1>&6
8778 fi
8779
8780
8781
8782 SEARCH_INCLUDE="\
8783 /usr/local/include \
8784 \
8785 /usr/Motif-1.2/include \
8786 /usr/Motif-2.1/include \
8787 \
8788 /usr/include/Motif1.2 \
8789 /opt/xpm/include/X11 \
8790 /opt/GBxpm/include/ \
8791 /opt/GBxpm/X11/include/ \
8792 \
8793 /usr/Motif1.2/include \
8794 /usr/dt/include \
8795 /usr/openwin/include \
8796 \
8797 /usr/include/Xm \
8798 \
8799 /usr/X11R6/include \
8800 /usr/X11R6.4/include \
8801 /usr/X11R5/include \
8802 /usr/X11R4/include \
8803 \
8804 /usr/include/X11R6 \
8805 /usr/include/X11R5 \
8806 /usr/include/X11R4 \
8807 \
8808 /usr/local/X11R6/include \
8809 /usr/local/X11R5/include \
8810 /usr/local/X11R4/include \
8811 \
8812 /usr/local/include/X11R6 \
8813 /usr/local/include/X11R5 \
8814 /usr/local/include/X11R4 \
8815 \
8816 /usr/X11/include \
8817 /usr/include/X11 \
8818 /usr/local/X11/include \
8819 /usr/local/include/X11 \
8820 \
8821 /usr/X386/include \
8822 /usr/x386/include \
8823 /usr/XFree86/include/X11 \
8824 \
8825 X:/XFree86/include \
8826 X:/XFree86/include/X11 \
8827 \
8828 /usr/include/gtk \
8829 /usr/local/include/gtk \
8830 /usr/include/glib \
8831 /usr/local/include/glib \
8832 \
8833 /usr/include/qt \
8834 /usr/local/include/qt \
8835 \
8836 /usr/include/windows \
8837 /usr/include/wine \
8838 /usr/local/include/wine \
8839 \
8840 /usr/unsupported/include \
8841 /usr/athena/include \
8842 /usr/local/x11r5/include \
8843 /usr/lpp/Xamples/include \
8844 \
8845 /usr/openwin/share/include \
8846 \
8847 /usr/include"
8848
8849 SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` "
8850
8851
8852 cat > confcache <<\EOF
8853 # This file is a shell script that caches the results of configure
8854 # tests run on this system so they can be shared between configure
8855 # scripts and configure runs. It is not useful on other systems.
8856 # If it contains results you don't want to keep, you may remove or edit it.
8857 #
8858 # By default, configure uses ./config.cache as the cache file,
8859 # creating it if it does not exist already. You can give configure
8860 # the --cache-file=FILE option to use a different cache file; that is
8861 # what configure does when it calls configure scripts in
8862 # subdirectories, so they share the cache.
8863 # Giving --cache-file=/dev/null disables caching, for debugging configure.
8864 # config.status only pays attention to the cache file if you give it the
8865 # --recheck option to rerun configure.
8866 #
8867 EOF
8868 # The following way of writing the cache mishandles newlines in values,
8869 # but we know of no workaround that is simple, portable, and efficient.
8870 # So, don't put newlines in cache variables' values.
8871 # Ultrix sh set writes to stderr and can't be redirected directly,
8872 # and sets the high bit in the cache file unless we assign to the vars.
8873 (set) 2>&1 |
8874 case `(ac_space=' '; set | grep ac_space) 2>&1` in
8875 *ac_space=\ *)
8876 # `set' does not quote correctly, so add quotes (double-quote substitution
8877 # turns \\\\ into \\, and sed turns \\ into \).
8878 sed -n \
8879 -e "s/'/'\\\\''/g" \
8880 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
8881 ;;
8882 *)
8883 # `set' quotes correctly as required by POSIX, so do not add quotes.
8884 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
8885 ;;
8886 esac >> confcache
8887 if cmp -s $cache_file confcache; then
8888 :
8889 else
8890 if test -w $cache_file; then
8891 echo "updating cache $cache_file"
8892 cat confcache > $cache_file
8893 else
8894 echo "not updating unwritable cache $cache_file"
8895 fi
8896 fi
8897 rm -f confcache
8898
8899
8900
8901
8902 REGEX_INCLUDE=
8903 if test "$wxUSE_REGEX" != "no"; then
8904 cat >> confdefs.h <<\EOF
8905 #define wxUSE_REGEX 1
8906 EOF
8907
8908
8909 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
8910 ac_safe=`echo "regex.h" | sed 'y%./+-%__p_%'`
8911 echo $ac_n "checking for regex.h""... $ac_c" 1>&6
8912 echo "configure:8913: checking for regex.h" >&5
8913 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8914 echo $ac_n "(cached) $ac_c" 1>&6
8915 else
8916 cat > conftest.$ac_ext <<EOF
8917 #line 8918 "configure"
8918 #include "confdefs.h"
8919 #include <regex.h>
8920 EOF
8921 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8922 { (eval echo configure:8923: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8923 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8924 if test -z "$ac_err"; then
8925 rm -rf conftest*
8926 eval "ac_cv_header_$ac_safe=yes"
8927 else
8928 echo "$ac_err" >&5
8929 echo "configure: failed program was:" >&5
8930 cat conftest.$ac_ext >&5
8931 rm -rf conftest*
8932 eval "ac_cv_header_$ac_safe=no"
8933 fi
8934 rm -f conftest*
8935 fi
8936 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
8937 echo "$ac_t""yes" 1>&6
8938 for ac_func in regcomp
8939 do
8940 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
8941 echo "configure:8942: checking for $ac_func" >&5
8942 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8943 echo $ac_n "(cached) $ac_c" 1>&6
8944 else
8945 cat > conftest.$ac_ext <<EOF
8946 #line 8947 "configure"
8947 #include "confdefs.h"
8948 /* System header to define __stub macros and hopefully few prototypes,
8949 which can conflict with char $ac_func(); below. */
8950 #include <assert.h>
8951 /* Override any gcc2 internal prototype to avoid an error. */
8952 /* We use char because int might match the return type of a gcc2
8953 builtin and then its argument prototype would still apply. */
8954 char $ac_func();
8955
8956 int main() {
8957
8958 /* The GNU C library defines this for functions which it implements
8959 to always fail with ENOSYS. Some functions are actually named
8960 something starting with __ and the normal name is an alias. */
8961 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8962 choke me
8963 #else
8964 $ac_func();
8965 #endif
8966
8967 ; return 0; }
8968 EOF
8969 if { (eval echo configure:8970: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8970 rm -rf conftest*
8971 eval "ac_cv_func_$ac_func=yes"
8972 else
8973 echo "configure: failed program was:" >&5
8974 cat conftest.$ac_ext >&5
8975 rm -rf conftest*
8976 eval "ac_cv_func_$ac_func=no"
8977 fi
8978 rm -f conftest*
8979 fi
8980
8981 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
8982 echo "$ac_t""yes" 1>&6
8983 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
8984 cat >> confdefs.h <<EOF
8985 #define $ac_tr_func 1
8986 EOF
8987
8988 else
8989 echo "$ac_t""no" 1>&6
8990 fi
8991 done
8992
8993 else
8994 echo "$ac_t""no" 1>&6
8995 fi
8996
8997
8998 if test "x$ac_cv_func_regcomp" != "xyes"; then
8999 if test "$wxUSE_REGEX" = "sys" ; then
9000 { echo "configure: error: system regex library not found! Use --with-regex to use built-in version" 1>&2; exit 1; }
9001 else
9002 echo "configure: warning: system regex library not found, will use built-in instead" 1>&2
9003 wxUSE_REGEX=builtin
9004 fi
9005 else
9006 wxUSE_REGEX=sys
9007 fi
9008 fi
9009
9010 if test "$wxUSE_REGEX" = "builtin" ; then
9011 REGEX_INCLUDE="-I\${top_srcdir}/src/regex"
9012 fi
9013 fi
9014
9015
9016 ZLIB_INCLUDE=
9017 ZLIB_LINK=
9018 if test "$wxUSE_ZLIB" != "no" ; then
9019 cat >> confdefs.h <<\EOF
9020 #define wxUSE_ZLIB 1
9021 EOF
9022
9023
9024 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
9025 ac_safe=`echo "zlib.h" | sed 'y%./+-%__p_%'`
9026 echo $ac_n "checking for zlib.h""... $ac_c" 1>&6
9027 echo "configure:9028: checking for zlib.h" >&5
9028 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9029 echo $ac_n "(cached) $ac_c" 1>&6
9030 else
9031 cat > conftest.$ac_ext <<EOF
9032 #line 9033 "configure"
9033 #include "confdefs.h"
9034 #include <zlib.h>
9035 EOF
9036 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9037 { (eval echo configure:9038: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9038 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9039 if test -z "$ac_err"; then
9040 rm -rf conftest*
9041 eval "ac_cv_header_$ac_safe=yes"
9042 else
9043 echo "$ac_err" >&5
9044 echo "configure: failed program was:" >&5
9045 cat conftest.$ac_ext >&5
9046 rm -rf conftest*
9047 eval "ac_cv_header_$ac_safe=no"
9048 fi
9049 rm -f conftest*
9050 fi
9051 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9052 echo "$ac_t""yes" 1>&6
9053 echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6
9054 echo "configure:9055: checking for deflate in -lz" >&5
9055 ac_lib_var=`echo z'_'deflate | sed 'y%./+-%__p_%'`
9056 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9057 echo $ac_n "(cached) $ac_c" 1>&6
9058 else
9059 ac_save_LIBS="$LIBS"
9060 LIBS="-lz $LIBS"
9061 cat > conftest.$ac_ext <<EOF
9062 #line 9063 "configure"
9063 #include "confdefs.h"
9064 /* Override any gcc2 internal prototype to avoid an error. */
9065 /* We use char because int might match the return type of a gcc2
9066 builtin and then its argument prototype would still apply. */
9067 char deflate();
9068
9069 int main() {
9070 deflate()
9071 ; return 0; }
9072 EOF
9073 if { (eval echo configure:9074: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9074 rm -rf conftest*
9075 eval "ac_cv_lib_$ac_lib_var=yes"
9076 else
9077 echo "configure: failed program was:" >&5
9078 cat conftest.$ac_ext >&5
9079 rm -rf conftest*
9080 eval "ac_cv_lib_$ac_lib_var=no"
9081 fi
9082 rm -f conftest*
9083 LIBS="$ac_save_LIBS"
9084
9085 fi
9086 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9087 echo "$ac_t""yes" 1>&6
9088 ZLIB_LINK="-lz"
9089 else
9090 echo "$ac_t""no" 1>&6
9091 fi
9092
9093 else
9094 echo "$ac_t""no" 1>&6
9095 fi
9096
9097
9098 if test "x$ZLIB_LINK" = "x" ; then
9099 if test "$wxUSE_ZLIB" = "sys" ; then
9100 { echo "configure: error: system zlib compression library not found! Use --with-zlib=builtin to use built-in version" 1>&2; exit 1; }
9101 else
9102 echo "configure: warning: system zlib compression library not found, will use built-in instead" 1>&2
9103 wxUSE_ZLIB=builtin
9104 fi
9105 else
9106 wxUSE_ZLIB=sys
9107 fi
9108 fi
9109
9110 if test "$wxUSE_ZLIB" = "builtin" ; then
9111 ZLIB_INCLUDE="-I\${top_srcdir}/src/zlib"
9112 fi
9113 fi
9114
9115
9116 PNG_INCLUDE=
9117 PNG_LINK=
9118 if test "$wxUSE_LIBPNG" != "no" ; then
9119 cat >> confdefs.h <<\EOF
9120 #define wxUSE_LIBPNG 1
9121 EOF
9122
9123
9124 if test "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
9125 echo "configure: warning: system png library doesn't work without system zlib, will use built-in instead" 1>&2
9126 wxUSE_LIBPNG=builtin
9127 fi
9128
9129 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
9130 ac_safe=`echo "png.h" | sed 'y%./+-%__p_%'`
9131 echo $ac_n "checking for png.h""... $ac_c" 1>&6
9132 echo "configure:9133: checking for png.h" >&5
9133 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9134 echo $ac_n "(cached) $ac_c" 1>&6
9135 else
9136 cat > conftest.$ac_ext <<EOF
9137 #line 9138 "configure"
9138 #include "confdefs.h"
9139 #include <png.h>
9140 EOF
9141 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9142 { (eval echo configure:9143: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9143 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9144 if test -z "$ac_err"; then
9145 rm -rf conftest*
9146 eval "ac_cv_header_$ac_safe=yes"
9147 else
9148 echo "$ac_err" >&5
9149 echo "configure: failed program was:" >&5
9150 cat conftest.$ac_ext >&5
9151 rm -rf conftest*
9152 eval "ac_cv_header_$ac_safe=no"
9153 fi
9154 rm -f conftest*
9155 fi
9156 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9157 echo "$ac_t""yes" 1>&6
9158 echo $ac_n "checking for png_check_sig in -lpng""... $ac_c" 1>&6
9159 echo "configure:9160: checking for png_check_sig in -lpng" >&5
9160 ac_lib_var=`echo png'_'png_check_sig | sed 'y%./+-%__p_%'`
9161 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9162 echo $ac_n "(cached) $ac_c" 1>&6
9163 else
9164 ac_save_LIBS="$LIBS"
9165 LIBS="-lpng -lz -lm $LIBS"
9166 cat > conftest.$ac_ext <<EOF
9167 #line 9168 "configure"
9168 #include "confdefs.h"
9169 /* Override any gcc2 internal prototype to avoid an error. */
9170 /* We use char because int might match the return type of a gcc2
9171 builtin and then its argument prototype would still apply. */
9172 char png_check_sig();
9173
9174 int main() {
9175 png_check_sig()
9176 ; return 0; }
9177 EOF
9178 if { (eval echo configure:9179: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9179 rm -rf conftest*
9180 eval "ac_cv_lib_$ac_lib_var=yes"
9181 else
9182 echo "configure: failed program was:" >&5
9183 cat conftest.$ac_ext >&5
9184 rm -rf conftest*
9185 eval "ac_cv_lib_$ac_lib_var=no"
9186 fi
9187 rm -f conftest*
9188 LIBS="$ac_save_LIBS"
9189
9190 fi
9191 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9192 echo "$ac_t""yes" 1>&6
9193 PNG_LINK="-lpng"
9194 else
9195 echo "$ac_t""no" 1>&6
9196 fi
9197
9198
9199 else
9200 echo "$ac_t""no" 1>&6
9201 fi
9202
9203
9204 if test "x$PNG_LINK" = "x" ; then
9205 if test "$wxUSE_LIBPNG" = "sys" ; then
9206 { echo "configure: error: system png library not found! Use --with-libpng=builtin to use built-in version" 1>&2; exit 1; }
9207 else
9208 echo "configure: warning: system png library not found, will use built-in instead" 1>&2
9209 wxUSE_LIBPNG=builtin
9210 fi
9211 else
9212 wxUSE_LIBPNG=yes
9213 fi
9214 fi
9215
9216 if test "$wxUSE_LIBPNG" = "builtin" ; then
9217 PNG_INCLUDE="-I\${top_srcdir}/src/png"
9218 fi
9219
9220 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png"
9221 fi
9222
9223
9224 JPEG_INCLUDE=
9225 JPEG_LINK=
9226 if test "$wxUSE_LIBJPEG" != "no" ; then
9227 cat >> confdefs.h <<\EOF
9228 #define wxUSE_LIBJPEG 1
9229 EOF
9230
9231
9232 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
9233 echo $ac_n "checking for jpeglib.h""... $ac_c" 1>&6
9234 echo "configure:9235: checking for jpeglib.h" >&5
9235 if eval "test \"`echo '$''{'ac_cv_header_jpeglib_h'+set}'`\" = set"; then
9236 echo $ac_n "(cached) $ac_c" 1>&6
9237 else
9238 cat > conftest.$ac_ext <<EOF
9239 #line 9240 "configure"
9240 #include "confdefs.h"
9241
9242 #undef HAVE_STDLIB_H
9243 #include <stdio.h>
9244 #include <jpeglib.h>
9245
9246 int main() {
9247
9248
9249 ; return 0; }
9250 EOF
9251 if { (eval echo configure:9252: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9252 rm -rf conftest*
9253 ac_cv_header_jpeglib_h=yes
9254 else
9255 echo "configure: failed program was:" >&5
9256 cat conftest.$ac_ext >&5
9257 rm -rf conftest*
9258 ac_cv_header_jpeglib_h=no
9259
9260 fi
9261 rm -f conftest*
9262
9263 fi
9264
9265 echo "$ac_t""$ac_cv_header_jpeglib_h" 1>&6
9266
9267 if test "$ac_cv_header_jpeglib_h" = "yes"; then
9268 echo $ac_n "checking for jpeg_read_header in -ljpeg""... $ac_c" 1>&6
9269 echo "configure:9270: checking for jpeg_read_header in -ljpeg" >&5
9270 ac_lib_var=`echo jpeg'_'jpeg_read_header | sed 'y%./+-%__p_%'`
9271 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9272 echo $ac_n "(cached) $ac_c" 1>&6
9273 else
9274 ac_save_LIBS="$LIBS"
9275 LIBS="-ljpeg $LIBS"
9276 cat > conftest.$ac_ext <<EOF
9277 #line 9278 "configure"
9278 #include "confdefs.h"
9279 /* Override any gcc2 internal prototype to avoid an error. */
9280 /* We use char because int might match the return type of a gcc2
9281 builtin and then its argument prototype would still apply. */
9282 char jpeg_read_header();
9283
9284 int main() {
9285 jpeg_read_header()
9286 ; return 0; }
9287 EOF
9288 if { (eval echo configure:9289: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9289 rm -rf conftest*
9290 eval "ac_cv_lib_$ac_lib_var=yes"
9291 else
9292 echo "configure: failed program was:" >&5
9293 cat conftest.$ac_ext >&5
9294 rm -rf conftest*
9295 eval "ac_cv_lib_$ac_lib_var=no"
9296 fi
9297 rm -f conftest*
9298 LIBS="$ac_save_LIBS"
9299
9300 fi
9301 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9302 echo "$ac_t""yes" 1>&6
9303 JPEG_LINK="-ljpeg"
9304 else
9305 echo "$ac_t""no" 1>&6
9306 fi
9307
9308 fi
9309
9310 if test "x$JPEG_LINK" = "x" ; then
9311 if test "$wxUSE_LIBJPEG" = "sys" ; then
9312 { echo "configure: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" 1>&2; exit 1; }
9313 else
9314 echo "configure: warning: system jpeg library not found, will use built-in instead" 1>&2
9315 wxUSE_LIBJPEG=builtin
9316 fi
9317 else
9318 wxUSE_LIBJPEG=sys
9319 fi
9320 fi
9321
9322 if test "$wxUSE_LIBJPEG" = "builtin" ; then
9323 JPEG_INCLUDE="-I\${top_srcdir}/src/jpeg"
9324 fi
9325 fi
9326
9327
9328 TIFF_INCLUDE=
9329 TIFF_LINK=
9330 if test "$wxUSE_LIBTIFF" != "no" ; then
9331 cat >> confdefs.h <<\EOF
9332 #define wxUSE_LIBTIFF 1
9333 EOF
9334
9335
9336 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
9337 ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'`
9338 echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6
9339 echo "configure:9340: checking for tiffio.h" >&5
9340 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9341 echo $ac_n "(cached) $ac_c" 1>&6
9342 else
9343 cat > conftest.$ac_ext <<EOF
9344 #line 9345 "configure"
9345 #include "confdefs.h"
9346 #include <tiffio.h>
9347 EOF
9348 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9349 { (eval echo configure:9350: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9350 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9351 if test -z "$ac_err"; then
9352 rm -rf conftest*
9353 eval "ac_cv_header_$ac_safe=yes"
9354 else
9355 echo "$ac_err" >&5
9356 echo "configure: failed program was:" >&5
9357 cat conftest.$ac_ext >&5
9358 rm -rf conftest*
9359 eval "ac_cv_header_$ac_safe=no"
9360 fi
9361 rm -f conftest*
9362 fi
9363 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9364 echo "$ac_t""yes" 1>&6
9365 echo $ac_n "checking for TIFFError in -ltiff""... $ac_c" 1>&6
9366 echo "configure:9367: checking for TIFFError in -ltiff" >&5
9367 ac_lib_var=`echo tiff'_'TIFFError | sed 'y%./+-%__p_%'`
9368 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9369 echo $ac_n "(cached) $ac_c" 1>&6
9370 else
9371 ac_save_LIBS="$LIBS"
9372 LIBS="-ltiff -lm $LIBS"
9373 cat > conftest.$ac_ext <<EOF
9374 #line 9375 "configure"
9375 #include "confdefs.h"
9376 /* Override any gcc2 internal prototype to avoid an error. */
9377 /* We use char because int might match the return type of a gcc2
9378 builtin and then its argument prototype would still apply. */
9379 char TIFFError();
9380
9381 int main() {
9382 TIFFError()
9383 ; return 0; }
9384 EOF
9385 if { (eval echo configure:9386: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9386 rm -rf conftest*
9387 eval "ac_cv_lib_$ac_lib_var=yes"
9388 else
9389 echo "configure: failed program was:" >&5
9390 cat conftest.$ac_ext >&5
9391 rm -rf conftest*
9392 eval "ac_cv_lib_$ac_lib_var=no"
9393 fi
9394 rm -f conftest*
9395 LIBS="$ac_save_LIBS"
9396
9397 fi
9398 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9399 echo "$ac_t""yes" 1>&6
9400 TIFF_LINK="-ltiff"
9401 else
9402 echo "$ac_t""no" 1>&6
9403 fi
9404
9405
9406 else
9407 echo "$ac_t""no" 1>&6
9408 fi
9409
9410
9411 if test "x$TIFF_LINK" = "x" ; then
9412 if test "$wxUSE_LIBTIFF" = "sys" ; then
9413 { echo "configure: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" 1>&2; exit 1; }
9414 else
9415 echo "configure: warning: system tiff library not found, will use built-in instead" 1>&2
9416 wxUSE_LIBTIFF=builtin
9417 fi
9418 else
9419 wxUSE_LIBTIFF=sys
9420 fi
9421 fi
9422
9423 if test "$wxUSE_LIBTIFF" = "builtin" ; then
9424 TIFF_INCLUDE="-I\${top_srcdir}/src/tiff"
9425 fi
9426 fi
9427
9428
9429 FREETYPE_INCLUDE=
9430 FREETYPE_LINK=
9431 if test "$wxUSE_FREETYPE" != "no" ; then
9432 cat >> confdefs.h <<\EOF
9433 #define wxUSE_FREETYPE 1
9434 EOF
9435
9436
9437 if test "$wxUSE_FREETYPE" = "sys" -o "$wxUSE_FREETYPE" = "yes" ; then
9438 ac_safe=`echo "freetype.h" | sed 'y%./+-%__p_%'`
9439 echo $ac_n "checking for freetype.h""... $ac_c" 1>&6
9440 echo "configure:9441: checking for freetype.h" >&5
9441 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9442 echo $ac_n "(cached) $ac_c" 1>&6
9443 else
9444 cat > conftest.$ac_ext <<EOF
9445 #line 9446 "configure"
9446 #include "confdefs.h"
9447 #include <freetype.h>
9448 EOF
9449 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9450 { (eval echo configure:9451: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9451 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9452 if test -z "$ac_err"; then
9453 rm -rf conftest*
9454 eval "ac_cv_header_$ac_safe=yes"
9455 else
9456 echo "$ac_err" >&5
9457 echo "configure: failed program was:" >&5
9458 cat conftest.$ac_ext >&5
9459 rm -rf conftest*
9460 eval "ac_cv_header_$ac_safe=no"
9461 fi
9462 rm -f conftest*
9463 fi
9464 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9465 echo "$ac_t""yes" 1>&6
9466 echo $ac_n "checking for FT_Render_Glyph in -lfreetype""... $ac_c" 1>&6
9467 echo "configure:9468: checking for FT_Render_Glyph in -lfreetype" >&5
9468 ac_lib_var=`echo freetype'_'FT_Render_Glyph | sed 'y%./+-%__p_%'`
9469 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9470 echo $ac_n "(cached) $ac_c" 1>&6
9471 else
9472 ac_save_LIBS="$LIBS"
9473 LIBS="-lfreetype -lm $LIBS"
9474 cat > conftest.$ac_ext <<EOF
9475 #line 9476 "configure"
9476 #include "confdefs.h"
9477 /* Override any gcc2 internal prototype to avoid an error. */
9478 /* We use char because int might match the return type of a gcc2
9479 builtin and then its argument prototype would still apply. */
9480 char FT_Render_Glyph();
9481
9482 int main() {
9483 FT_Render_Glyph()
9484 ; return 0; }
9485 EOF
9486 if { (eval echo configure:9487: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9487 rm -rf conftest*
9488 eval "ac_cv_lib_$ac_lib_var=yes"
9489 else
9490 echo "configure: failed program was:" >&5
9491 cat conftest.$ac_ext >&5
9492 rm -rf conftest*
9493 eval "ac_cv_lib_$ac_lib_var=no"
9494 fi
9495 rm -f conftest*
9496 LIBS="$ac_save_LIBS"
9497
9498 fi
9499 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9500 echo "$ac_t""yes" 1>&6
9501 FREETYPE_LINK="-lfreetype"
9502 else
9503 echo "$ac_t""no" 1>&6
9504 fi
9505
9506
9507 else
9508 echo "$ac_t""no" 1>&6
9509 fi
9510
9511
9512 if test "x$FREETYPE_LINK" = "x" ; then
9513 if test "$wxUSE_FREETYPE" = "sys" ; then
9514 { echo "configure: error: system freetype library not found! Use --with-freetype=builtin to use built-in version" 1>&2; exit 1; }
9515 else
9516 echo "configure: warning: system freetype library not found, will use built-in instead" 1>&2
9517 wxUSE_FREETYPE=builtin
9518 fi
9519 else
9520 wxUSE_FREETYPE=sys
9521 fi
9522 fi
9523
9524 if test "$wxUSE_FREETYPE" = "builtin" ; then
9525 FREETYPE_INCLUDE="-I\${top_srcdir}/src/freetype"
9526 fi
9527 fi
9528
9529
9530 AFMINSTALL=
9531
9532 TOOLKIT=
9533 TOOLKIT_INCLUDE=
9534 WIDGET_SET=
9535
9536 if test "$USE_WIN32" = 1 ; then
9537 for ac_hdr in w32api.h
9538 do
9539 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9540 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9541 echo "configure:9542: checking for $ac_hdr" >&5
9542 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9543 echo $ac_n "(cached) $ac_c" 1>&6
9544 else
9545 cat > conftest.$ac_ext <<EOF
9546 #line 9547 "configure"
9547 #include "confdefs.h"
9548 #include <$ac_hdr>
9549 EOF
9550 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9551 { (eval echo configure:9552: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9552 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9553 if test -z "$ac_err"; then
9554 rm -rf conftest*
9555 eval "ac_cv_header_$ac_safe=yes"
9556 else
9557 echo "$ac_err" >&5
9558 echo "configure: failed program was:" >&5
9559 cat conftest.$ac_ext >&5
9560 rm -rf conftest*
9561 eval "ac_cv_header_$ac_safe=no"
9562 fi
9563 rm -f conftest*
9564 fi
9565 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9566 echo "$ac_t""yes" 1>&6
9567 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9568 cat >> confdefs.h <<EOF
9569 #define $ac_tr_hdr 1
9570 EOF
9571
9572 else
9573 echo "$ac_t""no" 1>&6
9574 fi
9575 done
9576
9577 ac_safe=`echo "windows.h" | sed 'y%./+-%__p_%'`
9578 echo $ac_n "checking for windows.h""... $ac_c" 1>&6
9579 echo "configure:9580: checking for windows.h" >&5
9580 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9581 echo $ac_n "(cached) $ac_c" 1>&6
9582 else
9583 cat > conftest.$ac_ext <<EOF
9584 #line 9585 "configure"
9585 #include "confdefs.h"
9586 #include <windows.h>
9587 EOF
9588 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9589 { (eval echo configure:9590: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9590 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9591 if test -z "$ac_err"; then
9592 rm -rf conftest*
9593 eval "ac_cv_header_$ac_safe=yes"
9594 else
9595 echo "$ac_err" >&5
9596 echo "configure: failed program was:" >&5
9597 cat conftest.$ac_ext >&5
9598 rm -rf conftest*
9599 eval "ac_cv_header_$ac_safe=no"
9600 fi
9601 rm -f conftest*
9602 fi
9603 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9604 echo "$ac_t""yes" 1>&6
9605 :
9606 else
9607 echo "$ac_t""no" 1>&6
9608
9609 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
9610
9611 fi
9612
9613
9614 echo $ac_n "checking if w32api has good enough MSIE support""... $ac_c" 1>&6
9615 echo "configure:9616: checking if w32api has good enough MSIE support" >&5
9616 if eval "test \"`echo '$''{'wx_cv_w32api_win32_ie'+set}'`\" = set"; then
9617 echo $ac_n "(cached) $ac_c" 1>&6
9618 else
9619
9620 cat > conftest.$ac_ext <<EOF
9621 #line 9622 "configure"
9622 #include "confdefs.h"
9623 #include <w32api.h>
9624 int main() {
9625
9626 #define wxCHECK_W32API_VERSION( major, minor ) \
9627 ( defined( __W32API_MAJOR_VERSION ) && defined( __W32API_MINOR_VERSION ) \
9628 && ( ( __W32API_MAJOR_VERSION > (major) ) \
9629 || ( __W32API_MAJOR_VERSION == (major) && __W32API_MINOR_VERSION >= (minor))))
9630
9631 #if !wxCHECK_W32API_VERSION(1,1)
9632 #error You need w32api 1.1 or newer
9633 #endif
9634
9635 ; return 0; }
9636 EOF
9637 if { (eval echo configure:9638: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9638 rm -rf conftest*
9639
9640 wx_cv_w32api_win32_ie=yes
9641
9642 else
9643 echo "configure: failed program was:" >&5
9644 cat conftest.$ac_ext >&5
9645 rm -rf conftest*
9646
9647 wx_cv_w32api_win32_ie=no
9648
9649 fi
9650 rm -f conftest*
9651
9652 fi
9653
9654 echo "$ac_t""$wx_cv_w32api_win32_ie" 1>&6
9655 if test "$wx_cv_w32api_win32_ie" = "yes" ; then
9656 CPPFLAGS="$CPPFLAGS -D_WIN32_IE=0x400"
9657 fi
9658
9659 LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -ladvapi32 -lwsock32"
9660
9661 case "${host}" in
9662 *-*-cygwin* )
9663 LIBS="$LIBS -lkernel32 -luser32 -lgdi32 -lcomdlg32"
9664 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WIN95__"
9665 esac
9666
9667 if test "$wxUSE_ODBC" = "yes" ; then
9668 LIBS="$LIBS -lodbc32 -lole32 -loleaut32"
9669 fi
9670
9671 RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
9672 RESPROGRAMOBJ="\$(PROGRAM)_resources.o"
9673 fi
9674
9675 if test "$wxUSE_GUI" = "yes"; then
9676 USE_GUI=1
9677
9678 GUI_TK_LIBRARY=
9679
9680 WXGTK12=
9681 WXGTK127=
9682 WXGTK20=
9683
9684 if test "$wxUSE_MSW" = 1 ; then
9685 TOOLKIT=MSW
9686 GUIDIST=MSW_DIST
9687
9688 case "${host}" in
9689 *-*-mingw32* )
9690 EXTRA_LIBS="$EXTRA_LIBS -Wl,--subsystem,windows -mwindows"
9691 esac
9692 fi
9693
9694 if test "$wxUSE_GTK" = 1; then
9695 echo $ac_n "checking for GTK+ version""... $ac_c" 1>&6
9696 echo "configure:9697: checking for GTK+ version" >&5
9697
9698 gtk_version_cached=1
9699 if eval "test \"`echo '$''{'wx_cv_lib_gtk'+set}'`\" = set"; then
9700 echo $ac_n "(cached) $ac_c" 1>&6
9701 else
9702
9703 gtk_version_cached=0
9704 echo "$ac_t""""" 1>&6
9705
9706 wx_cv_lib_gtk=
9707 if test "x$wxUSE_GTK2" = "xyes"; then
9708 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
9709 if test "${with_gtk_prefix+set}" = set; then
9710 withval="$with_gtk_prefix"
9711 gtk_config_prefix="$withval"
9712 else
9713 gtk_config_prefix=""
9714 fi
9715
9716 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
9717 if test "${with_gtk_exec_prefix+set}" = set; then
9718 withval="$with_gtk_exec_prefix"
9719 gtk_config_exec_prefix="$withval"
9720 else
9721 gtk_config_exec_prefix=""
9722 fi
9723
9724 # Check whether --enable-gtktest or --disable-gtktest was given.
9725 if test "${enable_gtktest+set}" = set; then
9726 enableval="$enable_gtktest"
9727 :
9728 else
9729 enable_gtktest=yes
9730 fi
9731
9732
9733 for module in .
9734 do
9735 case "$module" in
9736 gthread)
9737 gtk_config_args="$gtk_config_args gthread"
9738 ;;
9739 esac
9740 done
9741
9742 if test x$gtk_config_exec_prefix != x ; then
9743 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
9744 if test x${GTK_CONFIG_2_0+set} != xset ; then
9745 GTK_CONFIG_2_0=$gtk_config_exec_prefix/bin/gtk-config-2.0
9746 fi
9747 fi
9748 if test x$gtk_config_prefix != x ; then
9749 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
9750 if test x${GTK_CONFIG_2_0+set} != xset ; then
9751 GTK_CONFIG_2_0=$gtk_config_prefix/bin/gtk-config-2.0
9752 fi
9753 fi
9754
9755 # Extract the first word of "gtk-config-2.0", so it can be a program name with args.
9756 set dummy gtk-config-2.0; ac_word=$2
9757 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9758 echo "configure:9759: checking for $ac_word" >&5
9759 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG_2_0'+set}'`\" = set"; then
9760 echo $ac_n "(cached) $ac_c" 1>&6
9761 else
9762 case "$GTK_CONFIG_2_0" in
9763 /*)
9764 ac_cv_path_GTK_CONFIG_2_0="$GTK_CONFIG_2_0" # Let the user override the test with a path.
9765 ;;
9766 ?:/*)
9767 ac_cv_path_GTK_CONFIG_2_0="$GTK_CONFIG_2_0" # Let the user override the test with a dos path.
9768 ;;
9769 *)
9770 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
9771 ac_dummy="$PATH"
9772 for ac_dir in $ac_dummy; do
9773 test -z "$ac_dir" && ac_dir=.
9774 if test -f $ac_dir/$ac_word; then
9775 ac_cv_path_GTK_CONFIG_2_0="$ac_dir/$ac_word"
9776 break
9777 fi
9778 done
9779 IFS="$ac_save_ifs"
9780 test -z "$ac_cv_path_GTK_CONFIG_2_0" && ac_cv_path_GTK_CONFIG_2_0="no"
9781 ;;
9782 esac
9783 fi
9784 GTK_CONFIG_2_0="$ac_cv_path_GTK_CONFIG_2_0"
9785 if test -n "$GTK_CONFIG_2_0"; then
9786 echo "$ac_t""$GTK_CONFIG_2_0" 1>&6
9787 else
9788 echo "$ac_t""no" 1>&6
9789 fi
9790
9791 min_gtk_version=1.3.1
9792 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
9793 echo "configure:9794: checking for GTK - version >= $min_gtk_version" >&5
9794 no_gtk=""
9795 if test "$GTK_CONFIG_2_0" = "no" ; then
9796 no_gtk=yes
9797 else
9798 GTK_CFLAGS=`$GTK_CONFIG_2_0 $gtk_config_args --cflags`
9799 GTK_LIBS=`$GTK_CONFIG_2_0 $gtk_config_args --libs`
9800 gtk_config_major_version=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
9801 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
9802 gtk_config_minor_version=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
9803 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
9804 gtk_config_micro_version=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
9805 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
9806 if test "x$enable_gtktest" = "xyes" ; then
9807 ac_save_CFLAGS="$CFLAGS"
9808 ac_save_LIBS="$LIBS"
9809 CFLAGS="$CFLAGS $GTK_CFLAGS"
9810 LIBS="$GTK_LIBS $LIBS"
9811 rm -f conf.gtktest
9812 if test "$cross_compiling" = yes; then
9813 echo $ac_n "cross compiling; assumed OK... $ac_c"
9814 else
9815 cat > conftest.$ac_ext <<EOF
9816 #line 9817 "configure"
9817 #include "confdefs.h"
9818
9819 #include <gtk/gtk.h>
9820 #include <stdio.h>
9821 #include <stdlib.h>
9822
9823 int
9824 main ()
9825 {
9826 int major, minor, micro;
9827 char *tmp_version;
9828
9829 system ("touch conf.gtktest");
9830
9831 /* HP/UX 9 (%@#!) writes to sscanf strings */
9832 tmp_version = g_strdup("$min_gtk_version");
9833 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
9834 printf("%s, bad version string\n", "$min_gtk_version");
9835 exit(1);
9836 }
9837
9838 if ((gtk_major_version != $gtk_config_major_version) ||
9839 (gtk_minor_version != $gtk_config_minor_version) ||
9840 (gtk_micro_version != $gtk_config_micro_version))
9841 {
9842 printf("\n*** 'gtk-config-2.0 --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
9843 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
9844 gtk_major_version, gtk_minor_version, gtk_micro_version);
9845 printf ("*** was found! If gtk-config-2.0 was correct, then it is best\n");
9846 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
9847 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
9848 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
9849 printf("*** required on your system.\n");
9850 printf("*** If gtk-config-2.0 was wrong, set the environment variable GTK_CONFIG_2_0\n");
9851 printf("*** to point to the correct copy of gtk-config-2.0, and remove the file config.cache\n");
9852 printf("*** before re-running configure\n");
9853 }
9854 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
9855 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
9856 (gtk_minor_version != GTK_MINOR_VERSION) ||
9857 (gtk_micro_version != GTK_MICRO_VERSION))
9858 {
9859 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
9860 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
9861 printf("*** library (version %d.%d.%d)\n",
9862 gtk_major_version, gtk_minor_version, gtk_micro_version);
9863 }
9864 #endif /* defined (GTK_MAJOR_VERSION) ... */
9865 else
9866 {
9867 if ((gtk_major_version > major) ||
9868 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
9869 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
9870 {
9871 return 0;
9872 }
9873 else
9874 {
9875 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
9876 gtk_major_version, gtk_minor_version, gtk_micro_version);
9877 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
9878 major, minor, micro);
9879 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
9880 printf("***\n");
9881 printf("*** If you have already installed a sufficiently new version, this error\n");
9882 printf("*** probably means that the wrong copy of the gtk-config-2.0 shell script is\n");
9883 printf("*** being found. The easiest way to fix this is to remove the old version\n");
9884 printf("*** of GTK+, but you can also set the GTK_CONFIG_2_0 environment to point to the\n");
9885 printf("*** correct copy of gtk-config-2.0. (In this case, you will have to\n");
9886 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
9887 printf("*** so that the correct libraries are found at run-time))\n");
9888 }
9889 }
9890 return 1;
9891 }
9892
9893 EOF
9894 if { (eval echo configure:9895: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
9895 then
9896 :
9897 else
9898 echo "configure: failed program was:" >&5
9899 cat conftest.$ac_ext >&5
9900 rm -fr conftest*
9901 no_gtk=yes
9902 fi
9903 rm -fr conftest*
9904 fi
9905
9906 CFLAGS="$ac_save_CFLAGS"
9907 LIBS="$ac_save_LIBS"
9908 fi
9909 fi
9910 if test "x$no_gtk" = x ; then
9911 echo "$ac_t""yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" 1>&6
9912 wx_cv_lib_gtk=2.0
9913 else
9914 echo "$ac_t""no" 1>&6
9915 if test "$GTK_CONFIG_2_0" = "no" ; then
9916 echo "*** The gtk-config-2.0 script installed by GTK could not be found"
9917 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
9918 echo "*** your path, or set the GTK_CONFIG_2_0 environment variable to the"
9919 echo "*** full path to gtk-config-2.0."
9920 else
9921 if test -f conf.gtktest ; then
9922 :
9923 else
9924 echo "*** Could not run GTK test program, checking why..."
9925 CFLAGS="$CFLAGS $GTK_CFLAGS"
9926 LIBS="$LIBS $GTK_LIBS"
9927 cat > conftest.$ac_ext <<EOF
9928 #line 9929 "configure"
9929 #include "confdefs.h"
9930
9931 #include <gtk/gtk.h>
9932 #include <stdio.h>
9933
9934 int main() {
9935 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
9936 ; return 0; }
9937 EOF
9938 if { (eval echo configure:9939: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9939 rm -rf conftest*
9940 echo "*** The test program compiled, but did not run. This usually means"
9941 echo "*** that the run-time linker is not finding GTK or finding the wrong"
9942 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
9943 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
9944 echo "*** to the installed location Also, make sure you have run ldconfig if that"
9945 echo "*** is required on your system"
9946 echo "***"
9947 echo "*** If you have an old version installed, it is best to remove it, although"
9948 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
9949 echo "***"
9950 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
9951 echo "*** came with the system with the command"
9952 echo "***"
9953 echo "*** rpm --erase --nodeps gtk gtk-devel"
9954 else
9955 echo "configure: failed program was:" >&5
9956 cat conftest.$ac_ext >&5
9957 rm -rf conftest*
9958 echo "*** The test program failed to compile or link. See the file config.log for the"
9959 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
9960 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
9961 echo "*** may want to edit the gtk-config-2.0 script: $GTK_CONFIG_2_0"
9962 fi
9963 rm -f conftest*
9964 CFLAGS="$ac_save_CFLAGS"
9965 LIBS="$ac_save_LIBS"
9966 fi
9967 fi
9968 GTK_CFLAGS=""
9969 GTK_LIBS=""
9970 gthread
9971 fi
9972
9973
9974 rm -f conf.gtktest
9975
9976 fi
9977
9978 if test -z "$wx_cv_lib_gtk"; then
9979
9980 if test x$gtk_config_exec_prefix != x ; then
9981 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
9982 if test x${GTK_CONFIG+set} != xset ; then
9983 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
9984 fi
9985 fi
9986 if test x$gtk_config_prefix != x ; then
9987 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
9988 if test x${GTK_CONFIG+set} != xset ; then
9989 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
9990 fi
9991 fi
9992
9993 # Extract the first word of "gtk-config", so it can be a program name with args.
9994 set dummy gtk-config; ac_word=$2
9995 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9996 echo "configure:9997: checking for $ac_word" >&5
9997 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
9998 echo $ac_n "(cached) $ac_c" 1>&6
9999 else
10000 case "$GTK_CONFIG" in
10001 /*)
10002 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
10003 ;;
10004 ?:/*)
10005 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path.
10006 ;;
10007 *)
10008 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
10009 ac_dummy="$PATH"
10010 for ac_dir in $ac_dummy; do
10011 test -z "$ac_dir" && ac_dir=.
10012 if test -f $ac_dir/$ac_word; then
10013 ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word"
10014 break
10015 fi
10016 done
10017 IFS="$ac_save_ifs"
10018 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
10019 ;;
10020 esac
10021 fi
10022 GTK_CONFIG="$ac_cv_path_GTK_CONFIG"
10023 if test -n "$GTK_CONFIG"; then
10024 echo "$ac_t""$GTK_CONFIG" 1>&6
10025 else
10026 echo "$ac_t""no" 1>&6
10027 fi
10028
10029 min_gtk_version=1.2.7
10030 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
10031 echo "configure:10032: checking for GTK - version >= $min_gtk_version" >&5
10032 no_gtk=""
10033 if test "$GTK_CONFIG" != "no" ; then
10034 GTK_CFLAGS=`$GTK_CONFIG --cflags`
10035 GTK_LIBS=`$GTK_CONFIG --libs gthread`
10036 ac_save_CFLAGS="$CFLAGS"
10037 ac_save_LIBS="$LIBS"
10038 CFLAGS="$CFLAGS $GTK_CFLAGS"
10039 LIBS="$LIBS $GTK_LIBS"
10040 if test "$cross_compiling" = yes; then
10041 echo $ac_n "cross compiling; assumed OK... $ac_c"
10042 else
10043 cat > conftest.$ac_ext <<EOF
10044 #line 10045 "configure"
10045 #include "confdefs.h"
10046
10047 #include <gtk/gtk.h>
10048 #include <gtk/gtkfeatures.h>
10049 #include <stdio.h>
10050 #include <stdlib.h>
10051
10052 int
10053 main ()
10054 {
10055 int major, minor, micro;
10056
10057 if (sscanf("$min_gtk_version", "%d.%d.%d", &major, &minor, &micro) != 3) {
10058 printf("%s, bad version string\n", "$min_gtk_version");
10059 exit(1);
10060 }
10061
10062 if ((GTK_MAJOR_VERSION != gtk_major_version) ||
10063 (GTK_MINOR_VERSION != gtk_minor_version) ||
10064 (GTK_MICRO_VERSION != gtk_micro_version)) {
10065 printf("Headers vs. library version mismatch!\n");
10066 exit(1);
10067 }
10068
10069 if (gtk_minor_version == 1) return FALSE;
10070
10071 return !((gtk_major_version > major) ||
10072 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
10073 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)));
10074 }
10075
10076 EOF
10077 if { (eval echo configure:10078: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10078 then
10079 :
10080 else
10081 echo "configure: failed program was:" >&5
10082 cat conftest.$ac_ext >&5
10083 rm -fr conftest*
10084 no_gtk=yes
10085 fi
10086 rm -fr conftest*
10087 fi
10088
10089 CFLAGS="$ac_save_CFLAGS"
10090 LIBS="$ac_save_LIBS"
10091 else
10092 no_gtk=yes
10093 fi
10094 if test "x$no_gtk" = x ; then
10095 echo "$ac_t""yes" 1>&6
10096 wx_cv_lib_gtk=1.2.7
10097 else
10098 echo "$ac_t""no" 1>&6
10099 GTK_CFLAGS=""
10100 GTK_LIBS=""
10101 :
10102 fi
10103
10104
10105
10106 fi
10107
10108 if test -z "$wx_cv_lib_gtk"; then
10109
10110 if test x$gtk_config_exec_prefix != x ; then
10111 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
10112 if test x${GTK_CONFIG+set} != xset ; then
10113 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
10114 fi
10115 fi
10116 if test x$gtk_config_prefix != x ; then
10117 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
10118 if test x${GTK_CONFIG+set} != xset ; then
10119 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
10120 fi
10121 fi
10122
10123 # Extract the first word of "gtk-config", so it can be a program name with args.
10124 set dummy gtk-config; ac_word=$2
10125 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
10126 echo "configure:10127: checking for $ac_word" >&5
10127 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
10128 echo $ac_n "(cached) $ac_c" 1>&6
10129 else
10130 case "$GTK_CONFIG" in
10131 /*)
10132 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
10133 ;;
10134 ?:/*)
10135 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path.
10136 ;;
10137 *)
10138 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
10139 ac_dummy="$PATH"
10140 for ac_dir in $ac_dummy; do
10141 test -z "$ac_dir" && ac_dir=.
10142 if test -f $ac_dir/$ac_word; then
10143 ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word"
10144 break
10145 fi
10146 done
10147 IFS="$ac_save_ifs"
10148 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
10149 ;;
10150 esac
10151 fi
10152 GTK_CONFIG="$ac_cv_path_GTK_CONFIG"
10153 if test -n "$GTK_CONFIG"; then
10154 echo "$ac_t""$GTK_CONFIG" 1>&6
10155 else
10156 echo "$ac_t""no" 1>&6
10157 fi
10158
10159 min_gtk_version=1.2.3
10160 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
10161 echo "configure:10162: checking for GTK - version >= $min_gtk_version" >&5
10162 no_gtk=""
10163 if test "$GTK_CONFIG" != "no" ; then
10164 GTK_CFLAGS=`$GTK_CONFIG --cflags`
10165 GTK_LIBS=`$GTK_CONFIG --libs gthread`
10166 ac_save_CFLAGS="$CFLAGS"
10167 ac_save_LIBS="$LIBS"
10168 CFLAGS="$CFLAGS $GTK_CFLAGS"
10169 LIBS="$LIBS $GTK_LIBS"
10170 if test "$cross_compiling" = yes; then
10171 echo $ac_n "cross compiling; assumed OK... $ac_c"
10172 else
10173 cat > conftest.$ac_ext <<EOF
10174 #line 10175 "configure"
10175 #include "confdefs.h"
10176
10177 #include <gtk/gtk.h>
10178 #include <gtk/gtkfeatures.h>
10179 #include <stdio.h>
10180 #include <stdlib.h>
10181
10182 int
10183 main ()
10184 {
10185 int major, minor, micro;
10186
10187 if (sscanf("$min_gtk_version", "%d.%d.%d", &major, &minor, &micro) != 3) {
10188 printf("%s, bad version string\n", "$min_gtk_version");
10189 exit(1);
10190 }
10191
10192 if ((GTK_MAJOR_VERSION != gtk_major_version) ||
10193 (GTK_MINOR_VERSION != gtk_minor_version) ||
10194 (GTK_MICRO_VERSION != gtk_micro_version)) {
10195 printf("Headers vs. library version mismatch!\n");
10196 exit(1);
10197 }
10198
10199 if (gtk_minor_version == 1) return FALSE;
10200
10201 return !((gtk_major_version > major) ||
10202 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
10203 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)));
10204 }
10205
10206 EOF
10207 if { (eval echo configure:10208: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10208 then
10209 :
10210 else
10211 echo "configure: failed program was:" >&5
10212 cat conftest.$ac_ext >&5
10213 rm -fr conftest*
10214 no_gtk=yes
10215 fi
10216 rm -fr conftest*
10217 fi
10218
10219 CFLAGS="$ac_save_CFLAGS"
10220 LIBS="$ac_save_LIBS"
10221 else
10222 no_gtk=yes
10223 fi
10224 if test "x$no_gtk" = x ; then
10225 echo "$ac_t""yes" 1>&6
10226 wx_cv_lib_gtk=1.2.3
10227 else
10228 echo "$ac_t""no" 1>&6
10229 GTK_CFLAGS=""
10230 GTK_LIBS=""
10231 :
10232 fi
10233
10234
10235
10236 fi
10237
10238 if test -z "$wx_cv_lib_gtk"; then
10239 wx_cv_lib_gtk=none
10240 else
10241 wx_cv_cflags_gtk=$GTK_CFLAGS
10242 wx_cv_libs_gtk=$GTK_LIBS
10243 fi
10244
10245
10246 fi
10247
10248
10249 if test "$gtk_version_cached" = 1; then
10250 echo "$ac_t""$wx_cv_lib_gtk" 1>&6
10251 fi
10252
10253 case "$wx_cv_lib_gtk" in
10254 2.0) WXGTK20=1
10255 ;;
10256 1.2.7) WXGTK127=1
10257 WXGTK12=1
10258 ;;
10259 1.2.3) WXGTK12=1
10260 ;;
10261 *) { echo "configure: error:
10262 Please check that gtk-config is in path, the directory
10263 where GTK+ libraries are installed (returned by
10264 'gtk-config --libs' command) is in LD_LIBRARY_PATH or
10265 equivalent variable and GTK+ is version 1.2.3 or above.
10266 " 1>&2; exit 1; }
10267 ;;
10268 esac
10269
10270 TOOLKIT_INCLUDE="$wx_cv_cflags_gtk"
10271 GUI_TK_LIBRARY="$wx_cv_libs_gtk"
10272
10273 AFMINSTALL=afminstall
10274 TOOLKIT=GTK
10275 GUIDIST=GTK_DIST
10276
10277 echo $ac_n "checking for gdk_im_open in -lgdk""... $ac_c" 1>&6
10278 echo "configure:10279: checking for gdk_im_open in -lgdk" >&5
10279 ac_lib_var=`echo gdk'_'gdk_im_open | sed 'y%./+-%__p_%'`
10280 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10281 echo $ac_n "(cached) $ac_c" 1>&6
10282 else
10283 ac_save_LIBS="$LIBS"
10284 LIBS="-lgdk $LIBS"
10285 cat > conftest.$ac_ext <<EOF
10286 #line 10287 "configure"
10287 #include "confdefs.h"
10288 /* Override any gcc2 internal prototype to avoid an error. */
10289 /* We use char because int might match the return type of a gcc2
10290 builtin and then its argument prototype would still apply. */
10291 char gdk_im_open();
10292
10293 int main() {
10294 gdk_im_open()
10295 ; return 0; }
10296 EOF
10297 if { (eval echo configure:10298: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10298 rm -rf conftest*
10299 eval "ac_cv_lib_$ac_lib_var=yes"
10300 else
10301 echo "configure: failed program was:" >&5
10302 cat conftest.$ac_ext >&5
10303 rm -rf conftest*
10304 eval "ac_cv_lib_$ac_lib_var=no"
10305 fi
10306 rm -f conftest*
10307 LIBS="$ac_save_LIBS"
10308
10309 fi
10310 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10311 echo "$ac_t""yes" 1>&6
10312 cat >> confdefs.h <<\EOF
10313 #define HAVE_XIM 1
10314 EOF
10315
10316 else
10317 echo "$ac_t""no" 1>&6
10318 fi
10319
10320 fi
10321
10322 if test "$wxUSE_MGL" = 1; then
10323
10324 echo $ac_n "checking for SciTech MGL library""... $ac_c" 1>&6
10325 echo "configure:10326: checking for SciTech MGL library" >&5
10326 if test "x$MGL_ROOT" = x ; then
10327 echo "$ac_t""not found" 1>&6
10328 { echo "configure: error: Cannot find MGL library. Make sure MGL_ROOT is set." 1>&2; exit 1; }
10329 else
10330 echo "$ac_t""$MGL_ROOT" 1>&6
10331 fi
10332
10333 mgl_os=linux/gcc/glibc
10334 mgl_lib_type=""
10335
10336 if test "$wxUSE_DEBUG_FLAG" = yes ; then
10337 if test -f $MGL_ROOT/lib/debug/$mgl_os/libmgl.a ; then
10338 mgl_lib_type=debug
10339 fi
10340 fi
10341 if test "x$mgl_lib_type" = x ; then
10342 if test -f $MGL_ROOT/lib/release/$mgl_os/libmgl.a ; then
10343 mgl_lib_type=release
10344 else
10345 { echo "configure: error: Cannot find MGL libraries, make sure they are compiled." 1>&2; exit 1; }
10346 fi
10347 fi
10348
10349 TOOLKIT_INCLUDE="-I$MGL_ROOT/include"
10350 GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
10351
10352 AFMINSTALL=afminstall
10353 TOOLKIT=MGL
10354 GUIDIST=MGL_DIST
10355 fi
10356
10357 if test "$wxUSE_WINE" = 1; then
10358 ac_safe=`echo "windows.h" | sed 'y%./+-%__p_%'`
10359 echo $ac_n "checking for windows.h""... $ac_c" 1>&6
10360 echo "configure:10361: checking for windows.h" >&5
10361 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10362 echo $ac_n "(cached) $ac_c" 1>&6
10363 else
10364 cat > conftest.$ac_ext <<EOF
10365 #line 10366 "configure"
10366 #include "confdefs.h"
10367 #include <windows.h>
10368 EOF
10369 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10370 { (eval echo configure:10371: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10371 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10372 if test -z "$ac_err"; then
10373 rm -rf conftest*
10374 eval "ac_cv_header_$ac_safe=yes"
10375 else
10376 echo "$ac_err" >&5
10377 echo "configure: failed program was:" >&5
10378 cat conftest.$ac_ext >&5
10379 rm -rf conftest*
10380 eval "ac_cv_header_$ac_safe=no"
10381 fi
10382 rm -f conftest*
10383 fi
10384 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10385 echo "$ac_t""yes" 1>&6
10386 :
10387 else
10388 echo "$ac_t""no" 1>&6
10389
10390 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
10391
10392 fi
10393
10394
10395 xpm_link=""
10396 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
10397 echo "configure:10398: checking for Xpm library" >&5
10398
10399 ac_find_libraries=
10400 for ac_dir in $SEARCH_LIB;
10401 do
10402 for ac_extension in a so sl dylib; do
10403 if test -f "$ac_dir/libXpm.$ac_extension"; then
10404 ac_find_libraries=$ac_dir
10405 break 2
10406 fi
10407 done
10408 done
10409
10410 if test "$ac_find_libraries" != "" ; then
10411 GUI_TK_LIBRARY="-L$ac_find_libraries"
10412 xpm_link="-lXpm"
10413 cat >> confdefs.h <<\EOF
10414 #define wxHAVE_LIB_XPM 1
10415 EOF
10416
10417 echo "$ac_t""found at $ac_find_libraries" 1>&6
10418 else
10419 echo "$ac_t""no" 1>&6
10420 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
10421 fi
10422
10423 mesa_link=""
10424 echo $ac_n "checking for Mesa library""... $ac_c" 1>&6
10425 echo "configure:10426: checking for Mesa library" >&5
10426
10427 ac_find_libraries=
10428 for ac_dir in $SEARCH_LIB;
10429 do
10430 for ac_extension in a so sl dylib; do
10431 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
10432 ac_find_libraries=$ac_dir
10433 break 2
10434 fi
10435 done
10436 done
10437
10438 if test "$ac_find_libraries" != "" ; then
10439 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -L$ac_find_libraries"
10440 mesa_link="-lMesaGL"
10441 echo "$ac_t""found at $ac_find_libraries" 1>&6
10442 else
10443 { echo "configure: error: no" 1>&2; exit 1; }
10444 fi
10445
10446 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lwine $mesa_link $xpm_link -lXxf86dga -lXxf86vm -lSM -lICE -lXext -lXmu -lX11 -lncurses"
10447 TOOLKIT=MSW
10448 GUIDIST=MSW_DIST
10449 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXWINE__"
10450 fi
10451
10452 if test "$wxUSE_MOTIF" = 1; then
10453 # If we find X, set shell vars x_includes and x_libraries to the
10454 # paths, otherwise set no_x=yes.
10455 # Uses ac_ vars as temps to allow command line to override cache and checks.
10456 # --without-x overrides everything else, but does not touch the cache.
10457 echo $ac_n "checking for X""... $ac_c" 1>&6
10458 echo "configure:10459: checking for X" >&5
10459
10460 # Check whether --with-x or --without-x was given.
10461 if test "${with_x+set}" = set; then
10462 withval="$with_x"
10463 :
10464 fi
10465
10466 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
10467 if test "x$with_x" = xno; then
10468 # The user explicitly disabled X.
10469 have_x=disabled
10470 else
10471 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
10472 # Both variables are already set.
10473 have_x=yes
10474 else
10475 if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
10476 echo $ac_n "(cached) $ac_c" 1>&6
10477 else
10478 # One or both of the vars are not set, and there is no cached value.
10479 ac_x_includes=NO ac_x_libraries=NO
10480 rm -fr conftestdir
10481 if mkdir conftestdir; then
10482 cd conftestdir
10483 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
10484 cat > Imakefile <<'EOF'
10485 acfindx:
10486 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
10487 EOF
10488 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
10489 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
10490 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
10491 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
10492 for ac_extension in a so sl; do
10493 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
10494 test -f $ac_im_libdir/libX11.$ac_extension; then
10495 ac_im_usrlibdir=$ac_im_libdir; break
10496 fi
10497 done
10498 # Screen out bogus values from the imake configuration. They are
10499 # bogus both because they are the default anyway, and because
10500 # using them would break gcc on systems where it needs fixed includes.
10501 case "$ac_im_incroot" in
10502 /usr/include) ;;
10503 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;;
10504 esac
10505 case "$ac_im_usrlibdir" in
10506 /usr/lib | /lib) ;;
10507 *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;;
10508 esac
10509 fi
10510 cd ..
10511 rm -fr conftestdir
10512 fi
10513
10514 if test "$ac_x_includes" = NO; then
10515 # Guess where to find include files, by looking for this one X11 .h file.
10516 test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
10517
10518 # First, try using that file with no special directory specified.
10519 cat > conftest.$ac_ext <<EOF
10520 #line 10521 "configure"
10521 #include "confdefs.h"
10522 #include <$x_direct_test_include>
10523 EOF
10524 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10525 { (eval echo configure:10526: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10526 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10527 if test -z "$ac_err"; then
10528 rm -rf conftest*
10529 # We can compile using X headers with no special include directory.
10530 ac_x_includes=
10531 else
10532 echo "$ac_err" >&5
10533 echo "configure: failed program was:" >&5
10534 cat conftest.$ac_ext >&5
10535 rm -rf conftest*
10536 # Look for the header file in a standard set of common directories.
10537 # Check X11 before X11Rn because it is often a symlink to the current release.
10538 for ac_dir in \
10539 /usr/X11/include \
10540 /usr/X11R6/include \
10541 /usr/X11R5/include \
10542 /usr/X11R4/include \
10543 \
10544 /usr/include/X11 \
10545 /usr/include/X11R6 \
10546 /usr/include/X11R5 \
10547 /usr/include/X11R4 \
10548 \
10549 /usr/local/X11/include \
10550 /usr/local/X11R6/include \
10551 /usr/local/X11R5/include \
10552 /usr/local/X11R4/include \
10553 \
10554 /usr/local/include/X11 \
10555 /usr/local/include/X11R6 \
10556 /usr/local/include/X11R5 \
10557 /usr/local/include/X11R4 \
10558 \
10559 /usr/X386/include \
10560 /usr/x386/include \
10561 /usr/XFree86/include/X11 \
10562 \
10563 /usr/include \
10564 /usr/local/include \
10565 /usr/unsupported/include \
10566 /usr/athena/include \
10567 /usr/local/x11r5/include \
10568 /usr/lpp/Xamples/include \
10569 \
10570 /usr/openwin/include \
10571 /usr/openwin/share/include \
10572 ; \
10573 do
10574 if test -r "$ac_dir/$x_direct_test_include"; then
10575 ac_x_includes=$ac_dir
10576 break
10577 fi
10578 done
10579 fi
10580 rm -f conftest*
10581 fi # $ac_x_includes = NO
10582
10583 if test "$ac_x_libraries" = NO; then
10584 # Check for the libraries.
10585
10586 test -z "$x_direct_test_library" && x_direct_test_library=Xt
10587 test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
10588
10589 # See if we find them without any special options.
10590 # Don't add to $LIBS permanently.
10591 ac_save_LIBS="$LIBS"
10592 LIBS="-l$x_direct_test_library $LIBS"
10593 cat > conftest.$ac_ext <<EOF
10594 #line 10595 "configure"
10595 #include "confdefs.h"
10596
10597 int main() {
10598 ${x_direct_test_function}()
10599 ; return 0; }
10600 EOF
10601 if { (eval echo configure:10602: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10602 rm -rf conftest*
10603 LIBS="$ac_save_LIBS"
10604 # We can link X programs with no special library path.
10605 ac_x_libraries=
10606 else
10607 echo "configure: failed program was:" >&5
10608 cat conftest.$ac_ext >&5
10609 rm -rf conftest*
10610 LIBS="$ac_save_LIBS"
10611 # First see if replacing the include by lib works.
10612 # Check X11 before X11Rn because it is often a symlink to the current release.
10613 for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
10614 /usr/X11/lib \
10615 /usr/X11R6/lib \
10616 /usr/X11R5/lib \
10617 /usr/X11R4/lib \
10618 \
10619 /usr/lib/X11 \
10620 /usr/lib/X11R6 \
10621 /usr/lib/X11R5 \
10622 /usr/lib/X11R4 \
10623 \
10624 /usr/local/X11/lib \
10625 /usr/local/X11R6/lib \
10626 /usr/local/X11R5/lib \
10627 /usr/local/X11R4/lib \
10628 \
10629 /usr/local/lib/X11 \
10630 /usr/local/lib/X11R6 \
10631 /usr/local/lib/X11R5 \
10632 /usr/local/lib/X11R4 \
10633 \
10634 /usr/X386/lib \
10635 /usr/x386/lib \
10636 /usr/XFree86/lib/X11 \
10637 \
10638 /usr/lib \
10639 /usr/local/lib \
10640 /usr/unsupported/lib \
10641 /usr/athena/lib \
10642 /usr/local/x11r5/lib \
10643 /usr/lpp/Xamples/lib \
10644 /lib/usr/lib/X11 \
10645 \
10646 /usr/openwin/lib \
10647 /usr/openwin/share/lib \
10648 ; \
10649 do
10650 for ac_extension in a so sl; do
10651 if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
10652 ac_x_libraries=$ac_dir
10653 break 2
10654 fi
10655 done
10656 done
10657 fi
10658 rm -f conftest*
10659 fi # $ac_x_libraries = NO
10660
10661 if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then
10662 # Didn't find X anywhere. Cache the known absence of X.
10663 ac_cv_have_x="have_x=no"
10664 else
10665 # Record where we found X for the cache.
10666 ac_cv_have_x="have_x=yes \
10667 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
10668 fi
10669 fi
10670 fi
10671 eval "$ac_cv_have_x"
10672 fi # $with_x != no
10673
10674 if test "$have_x" != yes; then
10675 echo "$ac_t""$have_x" 1>&6
10676 no_x=yes
10677 else
10678 # If each of the values was on the command line, it overrides each guess.
10679 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
10680 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
10681 # Update the cache value to reflect the command line values.
10682 ac_cv_have_x="have_x=yes \
10683 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
10684 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
10685 fi
10686
10687 if test "$no_x" = yes; then
10688 # Not all programs may use this symbol, but it does not hurt to define it.
10689 cat >> confdefs.h <<\EOF
10690 #define X_DISPLAY_MISSING 1
10691 EOF
10692
10693 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
10694 else
10695 if test -n "$x_includes"; then
10696 X_CFLAGS="$X_CFLAGS -I$x_includes"
10697 fi
10698
10699 # It would also be nice to do this for all -L options, not just this one.
10700 if test -n "$x_libraries"; then
10701 X_LIBS="$X_LIBS -L$x_libraries"
10702 # For Solaris; some versions of Sun CC require a space after -R and
10703 # others require no space. Words are not sufficient . . . .
10704 case "`(uname -sr) 2>/dev/null`" in
10705 "SunOS 5"*)
10706 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
10707 echo "configure:10708: checking whether -R must be followed by a space" >&5
10708 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries"
10709 cat > conftest.$ac_ext <<EOF
10710 #line 10711 "configure"
10711 #include "confdefs.h"
10712
10713 int main() {
10714
10715 ; return 0; }
10716 EOF
10717 if { (eval echo configure:10718: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10718 rm -rf conftest*
10719 ac_R_nospace=yes
10720 else
10721 echo "configure: failed program was:" >&5
10722 cat conftest.$ac_ext >&5
10723 rm -rf conftest*
10724 ac_R_nospace=no
10725 fi
10726 rm -f conftest*
10727 if test $ac_R_nospace = yes; then
10728 echo "$ac_t""no" 1>&6
10729 X_LIBS="$X_LIBS -R$x_libraries"
10730 else
10731 LIBS="$ac_xsave_LIBS -R $x_libraries"
10732 cat > conftest.$ac_ext <<EOF
10733 #line 10734 "configure"
10734 #include "confdefs.h"
10735
10736 int main() {
10737
10738 ; return 0; }
10739 EOF
10740 if { (eval echo configure:10741: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10741 rm -rf conftest*
10742 ac_R_space=yes
10743 else
10744 echo "configure: failed program was:" >&5
10745 cat conftest.$ac_ext >&5
10746 rm -rf conftest*
10747 ac_R_space=no
10748 fi
10749 rm -f conftest*
10750 if test $ac_R_space = yes; then
10751 echo "$ac_t""yes" 1>&6
10752 X_LIBS="$X_LIBS -R $x_libraries"
10753 else
10754 echo "$ac_t""neither works" 1>&6
10755 fi
10756 fi
10757 LIBS="$ac_xsave_LIBS"
10758 esac
10759 fi
10760
10761 # Check for system-dependent libraries X programs must link with.
10762 # Do this before checking for the system-independent R6 libraries
10763 # (-lICE), since we may need -lsocket or whatever for X linking.
10764
10765 if test "$ISC" = yes; then
10766 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
10767 else
10768 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
10769 # libraries were built with DECnet support. And karl@cs.umb.edu says
10770 # the Alpha needs dnet_stub (dnet does not exist).
10771 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
10772 echo "configure:10773: checking for dnet_ntoa in -ldnet" >&5
10773 ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
10774 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10775 echo $ac_n "(cached) $ac_c" 1>&6
10776 else
10777 ac_save_LIBS="$LIBS"
10778 LIBS="-ldnet $LIBS"
10779 cat > conftest.$ac_ext <<EOF
10780 #line 10781 "configure"
10781 #include "confdefs.h"
10782 /* Override any gcc2 internal prototype to avoid an error. */
10783 /* We use char because int might match the return type of a gcc2
10784 builtin and then its argument prototype would still apply. */
10785 char dnet_ntoa();
10786
10787 int main() {
10788 dnet_ntoa()
10789 ; return 0; }
10790 EOF
10791 if { (eval echo configure:10792: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10792 rm -rf conftest*
10793 eval "ac_cv_lib_$ac_lib_var=yes"
10794 else
10795 echo "configure: failed program was:" >&5
10796 cat conftest.$ac_ext >&5
10797 rm -rf conftest*
10798 eval "ac_cv_lib_$ac_lib_var=no"
10799 fi
10800 rm -f conftest*
10801 LIBS="$ac_save_LIBS"
10802
10803 fi
10804 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10805 echo "$ac_t""yes" 1>&6
10806 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
10807 else
10808 echo "$ac_t""no" 1>&6
10809 fi
10810
10811 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
10812 echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
10813 echo "configure:10814: checking for dnet_ntoa in -ldnet_stub" >&5
10814 ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
10815 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10816 echo $ac_n "(cached) $ac_c" 1>&6
10817 else
10818 ac_save_LIBS="$LIBS"
10819 LIBS="-ldnet_stub $LIBS"
10820 cat > conftest.$ac_ext <<EOF
10821 #line 10822 "configure"
10822 #include "confdefs.h"
10823 /* Override any gcc2 internal prototype to avoid an error. */
10824 /* We use char because int might match the return type of a gcc2
10825 builtin and then its argument prototype would still apply. */
10826 char dnet_ntoa();
10827
10828 int main() {
10829 dnet_ntoa()
10830 ; return 0; }
10831 EOF
10832 if { (eval echo configure:10833: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10833 rm -rf conftest*
10834 eval "ac_cv_lib_$ac_lib_var=yes"
10835 else
10836 echo "configure: failed program was:" >&5
10837 cat conftest.$ac_ext >&5
10838 rm -rf conftest*
10839 eval "ac_cv_lib_$ac_lib_var=no"
10840 fi
10841 rm -f conftest*
10842 LIBS="$ac_save_LIBS"
10843
10844 fi
10845 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10846 echo "$ac_t""yes" 1>&6
10847 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
10848 else
10849 echo "$ac_t""no" 1>&6
10850 fi
10851
10852 fi
10853
10854 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
10855 # to get the SysV transport functions.
10856 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
10857 # needs -lnsl.
10858 # The nsl library prevents programs from opening the X display
10859 # on Irix 5.2, according to dickey@clark.net.
10860 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
10861 echo "configure:10862: checking for gethostbyname" >&5
10862 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
10863 echo $ac_n "(cached) $ac_c" 1>&6
10864 else
10865 cat > conftest.$ac_ext <<EOF
10866 #line 10867 "configure"
10867 #include "confdefs.h"
10868 /* System header to define __stub macros and hopefully few prototypes,
10869 which can conflict with char gethostbyname(); below. */
10870 #include <assert.h>
10871 /* Override any gcc2 internal prototype to avoid an error. */
10872 /* We use char because int might match the return type of a gcc2
10873 builtin and then its argument prototype would still apply. */
10874 char gethostbyname();
10875
10876 int main() {
10877
10878 /* The GNU C library defines this for functions which it implements
10879 to always fail with ENOSYS. Some functions are actually named
10880 something starting with __ and the normal name is an alias. */
10881 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
10882 choke me
10883 #else
10884 gethostbyname();
10885 #endif
10886
10887 ; return 0; }
10888 EOF
10889 if { (eval echo configure:10890: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10890 rm -rf conftest*
10891 eval "ac_cv_func_gethostbyname=yes"
10892 else
10893 echo "configure: failed program was:" >&5
10894 cat conftest.$ac_ext >&5
10895 rm -rf conftest*
10896 eval "ac_cv_func_gethostbyname=no"
10897 fi
10898 rm -f conftest*
10899 fi
10900
10901 if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
10902 echo "$ac_t""yes" 1>&6
10903 :
10904 else
10905 echo "$ac_t""no" 1>&6
10906 fi
10907
10908 if test $ac_cv_func_gethostbyname = no; then
10909 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
10910 echo "configure:10911: checking for gethostbyname in -lnsl" >&5
10911 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
10912 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10913 echo $ac_n "(cached) $ac_c" 1>&6
10914 else
10915 ac_save_LIBS="$LIBS"
10916 LIBS="-lnsl $LIBS"
10917 cat > conftest.$ac_ext <<EOF
10918 #line 10919 "configure"
10919 #include "confdefs.h"
10920 /* Override any gcc2 internal prototype to avoid an error. */
10921 /* We use char because int might match the return type of a gcc2
10922 builtin and then its argument prototype would still apply. */
10923 char gethostbyname();
10924
10925 int main() {
10926 gethostbyname()
10927 ; return 0; }
10928 EOF
10929 if { (eval echo configure:10930: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10930 rm -rf conftest*
10931 eval "ac_cv_lib_$ac_lib_var=yes"
10932 else
10933 echo "configure: failed program was:" >&5
10934 cat conftest.$ac_ext >&5
10935 rm -rf conftest*
10936 eval "ac_cv_lib_$ac_lib_var=no"
10937 fi
10938 rm -f conftest*
10939 LIBS="$ac_save_LIBS"
10940
10941 fi
10942 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10943 echo "$ac_t""yes" 1>&6
10944 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
10945 else
10946 echo "$ac_t""no" 1>&6
10947 fi
10948
10949 fi
10950
10951 # lieder@skyler.mavd.honeywell.com says without -lsocket,
10952 # socket/setsockopt and other routines are undefined under SCO ODT
10953 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
10954 # on later versions), says simon@lia.di.epfl.ch: it contains
10955 # gethostby* variants that don't use the nameserver (or something).
10956 # -lsocket must be given before -lnsl if both are needed.
10957 # We assume that if connect needs -lnsl, so does gethostbyname.
10958 echo $ac_n "checking for connect""... $ac_c" 1>&6
10959 echo "configure:10960: checking for connect" >&5
10960 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
10961 echo $ac_n "(cached) $ac_c" 1>&6
10962 else
10963 cat > conftest.$ac_ext <<EOF
10964 #line 10965 "configure"
10965 #include "confdefs.h"
10966 /* System header to define __stub macros and hopefully few prototypes,
10967 which can conflict with char connect(); below. */
10968 #include <assert.h>
10969 /* Override any gcc2 internal prototype to avoid an error. */
10970 /* We use char because int might match the return type of a gcc2
10971 builtin and then its argument prototype would still apply. */
10972 char connect();
10973
10974 int main() {
10975
10976 /* The GNU C library defines this for functions which it implements
10977 to always fail with ENOSYS. Some functions are actually named
10978 something starting with __ and the normal name is an alias. */
10979 #if defined (__stub_connect) || defined (__stub___connect)
10980 choke me
10981 #else
10982 connect();
10983 #endif
10984
10985 ; return 0; }
10986 EOF
10987 if { (eval echo configure:10988: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10988 rm -rf conftest*
10989 eval "ac_cv_func_connect=yes"
10990 else
10991 echo "configure: failed program was:" >&5
10992 cat conftest.$ac_ext >&5
10993 rm -rf conftest*
10994 eval "ac_cv_func_connect=no"
10995 fi
10996 rm -f conftest*
10997 fi
10998
10999 if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
11000 echo "$ac_t""yes" 1>&6
11001 :
11002 else
11003 echo "$ac_t""no" 1>&6
11004 fi
11005
11006 if test $ac_cv_func_connect = no; then
11007 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
11008 echo "configure:11009: checking for connect in -lsocket" >&5
11009 ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
11010 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11011 echo $ac_n "(cached) $ac_c" 1>&6
11012 else
11013 ac_save_LIBS="$LIBS"
11014 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
11015 cat > conftest.$ac_ext <<EOF
11016 #line 11017 "configure"
11017 #include "confdefs.h"
11018 /* Override any gcc2 internal prototype to avoid an error. */
11019 /* We use char because int might match the return type of a gcc2
11020 builtin and then its argument prototype would still apply. */
11021 char connect();
11022
11023 int main() {
11024 connect()
11025 ; return 0; }
11026 EOF
11027 if { (eval echo configure:11028: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11028 rm -rf conftest*
11029 eval "ac_cv_lib_$ac_lib_var=yes"
11030 else
11031 echo "configure: failed program was:" >&5
11032 cat conftest.$ac_ext >&5
11033 rm -rf conftest*
11034 eval "ac_cv_lib_$ac_lib_var=no"
11035 fi
11036 rm -f conftest*
11037 LIBS="$ac_save_LIBS"
11038
11039 fi
11040 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11041 echo "$ac_t""yes" 1>&6
11042 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
11043 else
11044 echo "$ac_t""no" 1>&6
11045 fi
11046
11047 fi
11048
11049 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
11050 echo $ac_n "checking for remove""... $ac_c" 1>&6
11051 echo "configure:11052: checking for remove" >&5
11052 if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
11053 echo $ac_n "(cached) $ac_c" 1>&6
11054 else
11055 cat > conftest.$ac_ext <<EOF
11056 #line 11057 "configure"
11057 #include "confdefs.h"
11058 /* System header to define __stub macros and hopefully few prototypes,
11059 which can conflict with char remove(); below. */
11060 #include <assert.h>
11061 /* Override any gcc2 internal prototype to avoid an error. */
11062 /* We use char because int might match the return type of a gcc2
11063 builtin and then its argument prototype would still apply. */
11064 char remove();
11065
11066 int main() {
11067
11068 /* The GNU C library defines this for functions which it implements
11069 to always fail with ENOSYS. Some functions are actually named
11070 something starting with __ and the normal name is an alias. */
11071 #if defined (__stub_remove) || defined (__stub___remove)
11072 choke me
11073 #else
11074 remove();
11075 #endif
11076
11077 ; return 0; }
11078 EOF
11079 if { (eval echo configure:11080: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11080 rm -rf conftest*
11081 eval "ac_cv_func_remove=yes"
11082 else
11083 echo "configure: failed program was:" >&5
11084 cat conftest.$ac_ext >&5
11085 rm -rf conftest*
11086 eval "ac_cv_func_remove=no"
11087 fi
11088 rm -f conftest*
11089 fi
11090
11091 if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
11092 echo "$ac_t""yes" 1>&6
11093 :
11094 else
11095 echo "$ac_t""no" 1>&6
11096 fi
11097
11098 if test $ac_cv_func_remove = no; then
11099 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
11100 echo "configure:11101: checking for remove in -lposix" >&5
11101 ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
11102 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11103 echo $ac_n "(cached) $ac_c" 1>&6
11104 else
11105 ac_save_LIBS="$LIBS"
11106 LIBS="-lposix $LIBS"
11107 cat > conftest.$ac_ext <<EOF
11108 #line 11109 "configure"
11109 #include "confdefs.h"
11110 /* Override any gcc2 internal prototype to avoid an error. */
11111 /* We use char because int might match the return type of a gcc2
11112 builtin and then its argument prototype would still apply. */
11113 char remove();
11114
11115 int main() {
11116 remove()
11117 ; return 0; }
11118 EOF
11119 if { (eval echo configure:11120: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11120 rm -rf conftest*
11121 eval "ac_cv_lib_$ac_lib_var=yes"
11122 else
11123 echo "configure: failed program was:" >&5
11124 cat conftest.$ac_ext >&5
11125 rm -rf conftest*
11126 eval "ac_cv_lib_$ac_lib_var=no"
11127 fi
11128 rm -f conftest*
11129 LIBS="$ac_save_LIBS"
11130
11131 fi
11132 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11133 echo "$ac_t""yes" 1>&6
11134 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
11135 else
11136 echo "$ac_t""no" 1>&6
11137 fi
11138
11139 fi
11140
11141 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
11142 echo $ac_n "checking for shmat""... $ac_c" 1>&6
11143 echo "configure:11144: checking for shmat" >&5
11144 if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
11145 echo $ac_n "(cached) $ac_c" 1>&6
11146 else
11147 cat > conftest.$ac_ext <<EOF
11148 #line 11149 "configure"
11149 #include "confdefs.h"
11150 /* System header to define __stub macros and hopefully few prototypes,
11151 which can conflict with char shmat(); below. */
11152 #include <assert.h>
11153 /* Override any gcc2 internal prototype to avoid an error. */
11154 /* We use char because int might match the return type of a gcc2
11155 builtin and then its argument prototype would still apply. */
11156 char shmat();
11157
11158 int main() {
11159
11160 /* The GNU C library defines this for functions which it implements
11161 to always fail with ENOSYS. Some functions are actually named
11162 something starting with __ and the normal name is an alias. */
11163 #if defined (__stub_shmat) || defined (__stub___shmat)
11164 choke me
11165 #else
11166 shmat();
11167 #endif
11168
11169 ; return 0; }
11170 EOF
11171 if { (eval echo configure:11172: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11172 rm -rf conftest*
11173 eval "ac_cv_func_shmat=yes"
11174 else
11175 echo "configure: failed program was:" >&5
11176 cat conftest.$ac_ext >&5
11177 rm -rf conftest*
11178 eval "ac_cv_func_shmat=no"
11179 fi
11180 rm -f conftest*
11181 fi
11182
11183 if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
11184 echo "$ac_t""yes" 1>&6
11185 :
11186 else
11187 echo "$ac_t""no" 1>&6
11188 fi
11189
11190 if test $ac_cv_func_shmat = no; then
11191 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
11192 echo "configure:11193: checking for shmat in -lipc" >&5
11193 ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
11194 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11195 echo $ac_n "(cached) $ac_c" 1>&6
11196 else
11197 ac_save_LIBS="$LIBS"
11198 LIBS="-lipc $LIBS"
11199 cat > conftest.$ac_ext <<EOF
11200 #line 11201 "configure"
11201 #include "confdefs.h"
11202 /* Override any gcc2 internal prototype to avoid an error. */
11203 /* We use char because int might match the return type of a gcc2
11204 builtin and then its argument prototype would still apply. */
11205 char shmat();
11206
11207 int main() {
11208 shmat()
11209 ; return 0; }
11210 EOF
11211 if { (eval echo configure:11212: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11212 rm -rf conftest*
11213 eval "ac_cv_lib_$ac_lib_var=yes"
11214 else
11215 echo "configure: failed program was:" >&5
11216 cat conftest.$ac_ext >&5
11217 rm -rf conftest*
11218 eval "ac_cv_lib_$ac_lib_var=no"
11219 fi
11220 rm -f conftest*
11221 LIBS="$ac_save_LIBS"
11222
11223 fi
11224 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11225 echo "$ac_t""yes" 1>&6
11226 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
11227 else
11228 echo "$ac_t""no" 1>&6
11229 fi
11230
11231 fi
11232 fi
11233
11234 # Check for libraries that X11R6 Xt/Xaw programs need.
11235 ac_save_LDFLAGS="$LDFLAGS"
11236 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
11237 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
11238 # check for ICE first), but we must link in the order -lSM -lICE or
11239 # we get undefined symbols. So assume we have SM if we have ICE.
11240 # These have to be linked with before -lX11, unlike the other
11241 # libraries we check for below, so use a different variable.
11242 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
11243 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
11244 echo "configure:11245: checking for IceConnectionNumber in -lICE" >&5
11245 ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
11246 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11247 echo $ac_n "(cached) $ac_c" 1>&6
11248 else
11249 ac_save_LIBS="$LIBS"
11250 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
11251 cat > conftest.$ac_ext <<EOF
11252 #line 11253 "configure"
11253 #include "confdefs.h"
11254 /* Override any gcc2 internal prototype to avoid an error. */
11255 /* We use char because int might match the return type of a gcc2
11256 builtin and then its argument prototype would still apply. */
11257 char IceConnectionNumber();
11258
11259 int main() {
11260 IceConnectionNumber()
11261 ; return 0; }
11262 EOF
11263 if { (eval echo configure:11264: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11264 rm -rf conftest*
11265 eval "ac_cv_lib_$ac_lib_var=yes"
11266 else
11267 echo "configure: failed program was:" >&5
11268 cat conftest.$ac_ext >&5
11269 rm -rf conftest*
11270 eval "ac_cv_lib_$ac_lib_var=no"
11271 fi
11272 rm -f conftest*
11273 LIBS="$ac_save_LIBS"
11274
11275 fi
11276 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11277 echo "$ac_t""yes" 1>&6
11278 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
11279 else
11280 echo "$ac_t""no" 1>&6
11281 fi
11282
11283 LDFLAGS="$ac_save_LDFLAGS"
11284
11285 fi
11286
11287
11288 if test "$no_x" = "yes"; then
11289 { echo "configure: error: X11 not found" 1>&2; exit 1; }
11290 fi
11291
11292 GUI_TK_LIBRARY="$X_LIBS"
11293 TOOLKIT_INCLUDE="$X_CFLAGS"
11294 AFMINSTALL=afminstall
11295 COMPILED_X_PROGRAM=0
11296
11297 echo $ac_n "checking for Motif/Lesstif headers""... $ac_c" 1>&6
11298 echo "configure:11299: checking for Motif/Lesstif headers" >&5
11299
11300 ac_find_includes=
11301 for ac_dir in $SEARCH_INCLUDE;
11302 do
11303 if test -f "$ac_dir/Xm/Xm.h"; then
11304 ac_find_includes=$ac_dir
11305 break
11306 fi
11307 done
11308
11309 if test "$ac_find_includes" != "" ; then
11310 echo "$ac_t""found $ac_find_includes" 1>&6
11311 else
11312 cat > conftest.$ac_ext <<EOF
11313 #line 11314 "configure"
11314 #include "confdefs.h"
11315
11316 #include <Xm/Xm.h>
11317
11318 int main() {
11319
11320 int version;
11321 version = xmUseVersion;
11322
11323 ; return 0; }
11324 EOF
11325 if { (eval echo configure:11326: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11326 rm -rf conftest*
11327
11328 echo "$ac_t""found in default search path" 1>&6
11329 COMPILED_X_PROGRAM=1
11330
11331 else
11332 echo "configure: failed program was:" >&5
11333 cat conftest.$ac_ext >&5
11334 rm -rf conftest*
11335
11336 echo "$ac_t""no" 1>&6
11337 { echo "configure: error: please set CFLAGS to contain the location of Xm/Xm.h" 1>&2; exit 1; }
11338
11339
11340 fi
11341 rm -f conftest*
11342 fi
11343
11344 if test "$COMPILED_X_PROGRAM" = 0; then
11345 echo $ac_n "checking for Motif/Lesstif library""... $ac_c" 1>&6
11346 echo "configure:11347: checking for Motif/Lesstif library" >&5
11347
11348 ac_find_libraries=
11349 for ac_dir in $SEARCH_LIB;
11350 do
11351 for ac_extension in a so sl dylib; do
11352 if test -f "$ac_dir/libXm.$ac_extension"; then
11353 ac_find_libraries=$ac_dir
11354 break 2
11355 fi
11356 done
11357 done
11358
11359 if test "$ac_find_libraries" != "" ; then
11360
11361 ac_path_to_include=$ac_find_includes
11362 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
11363 result=$?
11364 if test $result = 0; then
11365 ac_path_to_include=""
11366 else
11367 ac_path_to_include="-I$ac_find_includes"
11368 fi
11369
11370
11371 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
11372 result=$?
11373 if test $result = 0; then
11374 ac_path_to_link=""
11375 else
11376 ac_path_to_link="-L$ac_find_libraries"
11377 fi
11378
11379
11380 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $ac_path_to_link"
11381 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE $ac_path_to_include"
11382 echo "$ac_t""found at $ac_find_libraries" 1>&6
11383 else
11384 cat > conftest.$ac_ext <<EOF
11385 #line 11386 "configure"
11386 #include "confdefs.h"
11387
11388 #include <Xm/Xm.h>
11389
11390 int main() {
11391
11392 int version;
11393 version = xmUseVersion;
11394
11395 ; return 0; }
11396 EOF
11397 if { (eval echo configure:11398: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11398 rm -rf conftest*
11399
11400 echo "$ac_t""found in default search path" 1>&6
11401 COMPILED_X_PROGRAM=1
11402
11403 else
11404 echo "configure: failed program was:" >&5
11405 cat conftest.$ac_ext >&5
11406 rm -rf conftest*
11407
11408 echo "$ac_t""no" 1>&6
11409 { echo "configure: error: please set LDFLAGS to contain the location of libXm" 1>&2; exit 1; }
11410
11411
11412 fi
11413 rm -f conftest*
11414 fi
11415 fi
11416
11417 xpm_link=""
11418 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
11419 echo "configure:11420: checking for Xpm library" >&5
11420
11421 ac_find_libraries=
11422 for ac_dir in $SEARCH_LIB;
11423 do
11424 for ac_extension in a so sl dylib; do
11425 if test -f "$ac_dir/libXpm.$ac_extension"; then
11426 ac_find_libraries=$ac_dir
11427 break 2
11428 fi
11429 done
11430 done
11431
11432 if test "$ac_find_libraries" != "" ; then
11433
11434 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
11435 result=$?
11436 if test $result = 0; then
11437 ac_path_to_link=""
11438 else
11439 ac_path_to_link="-L$ac_find_libraries"
11440 fi
11441
11442 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $ac_path_to_link"
11443 xpm_link="-lXpm "
11444 cat >> confdefs.h <<\EOF
11445 #define wxHAVE_LIB_XPM 1
11446 EOF
11447
11448 echo "$ac_t""found at $ac_find_libraries" 1>&6
11449 else
11450 cat > conftest.$ac_ext <<EOF
11451 #line 11452 "configure"
11452 #include "confdefs.h"
11453
11454 #include <X11/xpm.h>
11455
11456 int main() {
11457
11458 int version;
11459 version = XpmLibraryVersion();
11460
11461 ; return 0; }
11462 EOF
11463 if { (eval echo configure:11464: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11464 rm -rf conftest*
11465
11466 xpm_link="-lXpm "
11467 cat >> confdefs.h <<\EOF
11468 #define wxHAVE_LIB_XPM 1
11469 EOF
11470
11471 echo "$ac_t""found in default search path" 1>&6
11472 COMPILED_X_PROGRAM=0
11473
11474 else
11475 echo "configure: failed program was:" >&5
11476 cat conftest.$ac_ext >&5
11477 rm -rf conftest*
11478
11479 echo "$ac_t""no" 1>&6
11480 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
11481
11482
11483 fi
11484 rm -f conftest*
11485 fi
11486
11487 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXm $xpm_link -lXmu -lXext -lXt -lX11"
11488 TOOLKIT_VPATH="\${top_srcdir}/src/motif${PATH_IFS}\${top_srcdir}/src/motif/xmcombo"
11489 TOOLKIT=MOTIF
11490 GUIDIST=MOTIF_DIST
11491 fi
11492
11493 if test "$wxUSE_MAC" = 1; then
11494 if test "$wxUSE_PRECOMP" = "yes"; then
11495 CPPFLAGS="${CPPFLAGS} -cpp-precomp"
11496 fi
11497 CPPFLAGS="${CPPFLAGS} -I/Developer/Headers/FlatCarbon -I\${top_srcdir}/src/mac/morefile"
11498 CFLAGS="${CFLAGS} -fpascal-strings"
11499 CXXFLAGS="${CXXFLAGS} -fpascal-strings"
11500 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -DTARGET_CARBON"
11501
11502 TOOLKIT_VPATH="\${top_srcdir}/src/mac${PATH_IFS}\${top_srcdir}/src/mac/morefile"
11503 TOOLKIT=MAC
11504 GUIDIST=MACX_DIST
11505 fi
11506
11507 if test "$wxUSE_PM" = 1; then
11508 TOOLKIT=PM
11509 GUIDIST=GTK_DIST
11510 fi
11511
11512 if test "$TOOLKIT" = "PM" ; then
11513 TOOLKIT_DIR="os2"
11514 else
11515 TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
11516 fi
11517
11518 PORT_FILES="\${top_srcdir}/src/\$(TOOLKITDIR)/files.lst"
11519
11520 if test "$wxUSE_UNIVERSAL" = "yes"; then
11521 ALL_OBJECTS="\$(GUI_LOWLEVEL_OBJS) \${UNIVOBJS}"
11522 PORT_FILES="${PORT_FILES} \${top_srcdir}/src/univ/files.lst"
11523 TOOLKIT_VPATH="\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes${PATH_IFS}\${top_srcdir}/src/${TOOLKIT_DIR}"
11524 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
11525 WIDGET_SET=univ
11526 else
11527 ALL_OBJECTS="\$(GUIOBJS)"
11528 fi
11529
11530 ALL_OBJECTS="${ALL_OBJECTS} \$(COMMONOBJS)"
11531
11532 if test "$TOOLKIT" != "MSW"; then
11533 ALL_OBJECTS="${ALL_OBJECTS} \$(UNIXOBJS)"
11534 fi
11535
11536 if test "$wxUSE_HTML" = "yes"; then
11537 ALL_OBJECTS="${ALL_OBJECTS} \$(HTMLOBJS)"
11538 fi
11539
11540 if test "$TOOLKIT" != "MSW" -a "$wxUSE_ODBC" = "yes" ; then
11541 ALL_OBJECTS="${ALL_OBJECTS} \$(IODBCOBJS)"
11542 fi
11543 if test "$wxUSE_LIBJPEG" = "builtin" ; then
11544 ALL_OBJECTS="${ALL_OBJECTS} \$(JPEGOBJS)"
11545 fi
11546 if test "$wxUSE_LIBTIFF" = "builtin" ; then
11547 ALL_OBJECTS="${ALL_OBJECTS} \$(TIFFOBJS)"
11548 fi
11549 if test "$wxUSE_LIBPNG" = "builtin" ; then
11550 ALL_OBJECTS="${ALL_OBJECTS} \$(PNGOBJS)"
11551 fi
11552 if test "$wxUSE_FREETYPE" = "builtin" ; then
11553 ALL_OBJECTS="${ALL_OBJECTS} \$(FREETYPEOBJS)"
11554 fi
11555
11556 RPM_FILES="src/\$(TOOLKITDIR)/rpmfiles.lst"
11557 RPM_SPEC="wx\$(TOOLKIT).spec"
11558
11559 GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
11560 DISTDIR="wx\$(TOOLKIT)"
11561 else
11562 USE_GUI=0
11563
11564 TOOLKIT_DIR="base"
11565
11566 if test "$USE_WIN32" = 1 ; then
11567 ALL_OBJECTS="\${BASE_OBJS} \${BASE_MSW_OBJS}"
11568 TOOLKIT_VPATH="\${top_srcdir}/src/msw"
11569
11570 TOOLKIT="MSW"
11571 else
11572 ALL_OBJECTS="\${BASE_OBJS} \${BASE_UNIX_OBJS}"
11573 TOOLKIT_VPATH="\${top_srcdir}/src/unix"
11574 fi
11575
11576 PORT_FILES="\${top_srcdir}/src/files.lst"
11577 RPM_FILES="src/rpmfiles.lst"
11578 RPM_SPEC="wxBase.spec"
11579
11580 GUIDIST="BASE_DIST"
11581 DISTDIR="wxBase"
11582 fi
11583
11584 if test "$wxUSE_REGEX" = "builtin" ; then
11585 ALL_OBJECTS="${ALL_OBJECTS} \$(REGEXOBJS)"
11586 fi
11587 if test "$wxUSE_ZLIB" = "builtin" ; then
11588 ALL_OBJECTS="${ALL_OBJECTS} \$(ZLIBOBJS)"
11589 fi
11590
11591 if test "$wxUSE_OPENGL" = "yes"; then
11592 if test "$wxUSE_MAC" = 1; then
11593 OPENGL_LIBS="-framework OpenGL -framework AGL"
11594 else
11595 ac_safe=`echo "GL/gl.h" | sed 'y%./+-%__p_%'`
11596 echo $ac_n "checking for GL/gl.h""... $ac_c" 1>&6
11597 echo "configure:11598: checking for GL/gl.h" >&5
11598 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11599 echo $ac_n "(cached) $ac_c" 1>&6
11600 else
11601 cat > conftest.$ac_ext <<EOF
11602 #line 11603 "configure"
11603 #include "confdefs.h"
11604 #include <GL/gl.h>
11605 EOF
11606 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11607 { (eval echo configure:11608: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11608 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11609 if test -z "$ac_err"; then
11610 rm -rf conftest*
11611 eval "ac_cv_header_$ac_safe=yes"
11612 else
11613 echo "$ac_err" >&5
11614 echo "configure: failed program was:" >&5
11615 cat conftest.$ac_ext >&5
11616 rm -rf conftest*
11617 eval "ac_cv_header_$ac_safe=no"
11618 fi
11619 rm -f conftest*
11620 fi
11621 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11622 echo "$ac_t""yes" 1>&6
11623
11624 echo $ac_n "checking for glFlush in -lGL""... $ac_c" 1>&6
11625 echo "configure:11626: checking for glFlush in -lGL" >&5
11626 ac_lib_var=`echo GL'_'glFlush | sed 'y%./+-%__p_%'`
11627 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11628 echo $ac_n "(cached) $ac_c" 1>&6
11629 else
11630 ac_save_LIBS="$LIBS"
11631 LIBS="-lGL $LIBS"
11632 cat > conftest.$ac_ext <<EOF
11633 #line 11634 "configure"
11634 #include "confdefs.h"
11635 /* Override any gcc2 internal prototype to avoid an error. */
11636 /* We use char because int might match the return type of a gcc2
11637 builtin and then its argument prototype would still apply. */
11638 char glFlush();
11639
11640 int main() {
11641 glFlush()
11642 ; return 0; }
11643 EOF
11644 if { (eval echo configure:11645: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11645 rm -rf conftest*
11646 eval "ac_cv_lib_$ac_lib_var=yes"
11647 else
11648 echo "configure: failed program was:" >&5
11649 cat conftest.$ac_ext >&5
11650 rm -rf conftest*
11651 eval "ac_cv_lib_$ac_lib_var=no"
11652 fi
11653 rm -f conftest*
11654 LIBS="$ac_save_LIBS"
11655
11656 fi
11657 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11658 echo "$ac_t""yes" 1>&6
11659
11660 OPENGL_LIBS="-lGL -lGLU"
11661
11662 else
11663 echo "$ac_t""no" 1>&6
11664
11665 echo $ac_n "checking for glFlush in -lMesaGL""... $ac_c" 1>&6
11666 echo "configure:11667: checking for glFlush in -lMesaGL" >&5
11667 ac_lib_var=`echo MesaGL'_'glFlush | sed 'y%./+-%__p_%'`
11668 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11669 echo $ac_n "(cached) $ac_c" 1>&6
11670 else
11671 ac_save_LIBS="$LIBS"
11672 LIBS="-lMesaGL $LIBS"
11673 cat > conftest.$ac_ext <<EOF
11674 #line 11675 "configure"
11675 #include "confdefs.h"
11676 /* Override any gcc2 internal prototype to avoid an error. */
11677 /* We use char because int might match the return type of a gcc2
11678 builtin and then its argument prototype would still apply. */
11679 char glFlush();
11680
11681 int main() {
11682 glFlush()
11683 ; return 0; }
11684 EOF
11685 if { (eval echo configure:11686: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11686 rm -rf conftest*
11687 eval "ac_cv_lib_$ac_lib_var=yes"
11688 else
11689 echo "configure: failed program was:" >&5
11690 cat conftest.$ac_ext >&5
11691 rm -rf conftest*
11692 eval "ac_cv_lib_$ac_lib_var=no"
11693 fi
11694 rm -f conftest*
11695 LIBS="$ac_save_LIBS"
11696
11697 fi
11698 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11699 echo "$ac_t""yes" 1>&6
11700
11701 OPENGL_LIBS="-lMesaGL -lMesaGLU"
11702
11703 else
11704 echo "$ac_t""no" 1>&6
11705 fi
11706
11707
11708 fi
11709
11710
11711 else
11712 echo "$ac_t""no" 1>&6
11713 fi
11714
11715
11716 if test "x$OPENGL_LIBS" = "x"; then
11717 { echo "configure: error: OpenGL libraries not available" 1>&2; exit 1; }
11718 fi
11719 fi
11720
11721 if test "$wxUSE_OPENGL" = "yes"; then
11722 cat >> confdefs.h <<\EOF
11723 #define wxUSE_OPENGL 1
11724 EOF
11725
11726 cat >> confdefs.h <<\EOF
11727 #define wxUSE_GLCANVAS 1
11728 EOF
11729
11730 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl"
11731 fi
11732 fi
11733
11734 if test -z "$TOOLKIT_VPATH" ; then
11735 TOOLKIT_VPATH="\${top_srcdir}/src/${TOOLKIT_DIR}"
11736 fi
11737
11738 if test -n "$TOOLKIT" ; then
11739 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
11740 fi
11741
11742 lib_unicode_suffix=
11743 if test "$wxUSE_UNICODE" = "yes"; then
11744 lib_unicode_suffix=u
11745 fi
11746
11747 lib_debug_suffix=
11748 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
11749 lib_debug_suffix=d
11750 fi
11751
11752 TOOLCHAIN_NAME="${TOOLKIT_DIR}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}-${WX_RELEASE}"
11753 TOOLCHAIN_NAME_GL="${TOOLKIT_DIR}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}_gl-${WX_RELEASE}"
11754
11755 if test "$cross_compiling" = "yes"; then
11756 TOOLCHAIN_NAME="${TOOLCHAIN_NAME}-${host_alias}"
11757 TOOLCHAIN_NAME_GL="${TOOLCHAIN_NAME_GL}-${host_alias}"
11758 fi
11759
11760 WX_LIBRARY="wx_${TOOLCHAIN_NAME}"
11761 WX_LIBRARY_GL="wx_${TOOLCHAIN_NAME_GL}"
11762
11763 WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
11764 WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
11765
11766 WX_LIBRARY_LINK1="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}"
11767 WX_LIBRARY_LINK2="lib${WX_LIBRARY}.${SO_SUFFIX}"
11768 WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}"
11769 WX_LIBRARY_LINK2_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
11770
11771 WX_RESOURCES_MACOSX="lib${WX_LIBRARY}.rsrc"
11772 WX_RESOURCES_MACOSX_COMPILED="lib${WX_LIBRARY}.r"
11773
11774 case "${host}" in
11775 *-*-cygwin* | *-*-mingw32* )
11776
11777
11778
11779 if test "$cross_compiling" != "yes"; then
11780 WX_LIBRARY="wxmsw${WX_MSW_VERSION}${lib_unicode_suffix}${lib_debug_suffix}"
11781 WX_LIBRARY_GL="wxmsw_gl${WX_MSW_VERSION}${lib_unicode_suffix}${lib_debug_suffix}"
11782 WX_LIBRARY_NAME_SHARED="${WX_LIBRARY}.${SO_SUFFIX}"
11783 WX_LIBRARY_NAME_SHARED_GL="${WX_LIBRARY_GL}.${SO_SUFFIX}"
11784 else
11785 WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${SO_SUFFIX}"
11786 WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
11787 fi
11788
11789 esac
11790
11791 WX_LIBRARY_NAME_STATIC="lib${WX_LIBRARY}.a"
11792 WX_LIBRARY_NAME_STATIC_GL="lib${WX_LIBRARY_GL}.a"
11793
11794 WXCONFIG_LIBS="-l${WX_LIBRARY}"
11795
11796 if test "$wxUSE_OPENGL" = "yes"; then
11797 WXCONFIG_LIBS_GL="-l${WX_LIBRARY_GL} $OPENGL_LIBS"
11798 fi
11799
11800
11801
11802 if test "$wxUSE_SHARED" = "yes"; then
11803
11804 if test "$wxUSE_OPENGL" = "yes"; then
11805 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
11806 WX_ALL="\$(build_libdir)/${WX_LIBRARY_LINK1} \$(build_libdir)/${WX_LIBRARY_LINK1_GL}"
11807 else
11808 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
11809 WX_ALL="\$(build_libdir)/${WX_LIBRARY_LINK1}"
11810 fi
11811
11812 if test "$GCC" = "yes"; then
11813 PIC_FLAG="-fPIC"
11814 fi
11815
11816 SHARED_LD="${CXX} -shared -o"
11817
11818 case "${host}" in
11819 *-hp-hpux* )
11820 if test "$GCC" != "yes"; then
11821 LDFLAGS="-L/usr/lib"
11822
11823 SHARED_LD="${CXX} -b -o"
11824 PIC_FLAG="+Z"
11825 fi
11826
11827 if test "$wxUSE_OPENGL" = "yes"; then
11828 WX_ALL_INSTALLED="preinstall_gl"
11829 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED} \$(build_libdir)/${WX_LIBRARY_NAME_SHARED_GL}"
11830 else
11831 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED}"
11832 fi
11833 ;;
11834
11835 *-*-linux* )
11836 if test "$GCC" != "yes"; then
11837 echo $ac_n "checking for Intel compiler""... $ac_c" 1>&6
11838 echo "configure:11839: checking for Intel compiler" >&5
11839 if eval "test \"`echo '$''{'wx_cv_prog_icc'+set}'`\" = set"; then
11840 echo $ac_n "(cached) $ac_c" 1>&6
11841 else
11842
11843 cat > conftest.$ac_ext <<EOF
11844 #line 11845 "configure"
11845 #include "confdefs.h"
11846
11847 int main() {
11848
11849 #ifndef __INTEL_COMPILER
11850 #error Not icc
11851 #endif
11852
11853 ; return 0; }
11854 EOF
11855 if { (eval echo configure:11856: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11856 rm -rf conftest*
11857 wx_cv_prog_icc=yes
11858 else
11859 echo "configure: failed program was:" >&5
11860 cat conftest.$ac_ext >&5
11861 rm -rf conftest*
11862 wx_cv_prog_icc=no
11863
11864 fi
11865 rm -f conftest*
11866
11867 fi
11868
11869 echo "$ac_t""$wx_cv_prog_icc" 1>&6
11870 if test "$wx_cv_prog_icc" = "yes"; then
11871 PIC_FLAG="-KPIC"
11872 fi
11873 fi
11874
11875 if test "$wxUSE_SONAME" = "yes" ; then
11876 SONAME_FLAGS="-Wl,-soname,${WX_LIBRARY_LINK1}"
11877 SONAME_FLAGS_GL="-Wl,-soname,${WX_LIBRARY_LINK1_GL}"
11878 WX_TARGET_LIBRARY_SONAME="-Wl,-soname,\$(TARGETLIB_LINK1)"
11879 fi
11880 ;;
11881
11882 *-*-solaris2* )
11883 if test "$GCC" = yes ; then
11884 CPPFLAGS="$CPPFLAGS -isystem /usr/openwin/include"
11885 else
11886 SHARED_LD="${CXX} -G -o"
11887 PIC_FLAG="-KPIC"
11888 SONAME_FLAGS="-h ${WX_LIBRARY_NAME_SHARED}"
11889 SONAME_FLAGS_GL="-h ${WX_LIBRARY_NAME_SHARED}"
11890 fi
11891 ;;
11892
11893 *-*-darwin* )
11894 CFLAGS="${CFLAGS} -fno-common"
11895 CXXFLAGS="${CXXFLAGS} -fno-common"
11896 SHARED_LD="${CXX} -dynamiclib -o"
11897 PIC_FLAG="-dynamic -fPIC"
11898 ;;
11899
11900 *-*-aix* )
11901 SHARED_LD="/usr/lpp/xlC/bin/makeC++SharedLib -p 0 -o"
11902 ;;
11903
11904 *-*-cygwin* | *-*-mingw32* )
11905
11906 WX_LIBRARY_IMPORTLIB="${WX_LIBRARY_NAME_SHARED}.a"
11907
11908 WXCONFIG_LIBS="${WXCONFIG_LIBS}.${SO_SUFFIX}"
11909
11910 SHARED_LD="${CXX} -shared -Wl,--out-implib,lib/${WX_LIBRARY_IMPORTLIB} -o"
11911 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -DWXUSINGDLL=1"
11912
11913 PIC_FLAG="-UWXUSINGDLL -DWXMAKINGDLL=1 -D_DLL=1 -D_WINDLL=1"
11914
11915 if test "$wxUSE_OPENGL" = "yes"; then
11916 WX_ALL_INSTALLED="preinstall_gl"
11917 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED} \$(build_libdir)/${WX_LIBRARY_NAME_SHARED_GL}"
11918 else
11919 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED}"
11920 fi
11921 ;;
11922
11923 *-pc-os2_emx | *-pc-os2-emx )
11924 wxUSE_SHARED=no
11925 ;;
11926
11927 *-*-beos* )
11928 SHARED_LD="${LD} -shared -o"
11929 ;;
11930
11931 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
11932 *-*-sunos4* | \
11933 *-*-irix5* | *-*-irix6* | \
11934 *-*-osf* | \
11935 *-*-dgux5* | \
11936 *-*-sysv5* )
11937 ;;
11938
11939 *)
11940 { echo "configure: error: unknown system type $host." 1>&2; exit 1; }
11941 esac
11942
11943 if test "x$WX_TARGET_LIBRARY" = "x"; then
11944 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_SHARED}"
11945 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_SHARED_GL}"
11946 fi
11947
11948 WX_TARGET_LIBRARY_TYPE="so"
11949 fi
11950
11951 if test "$wxUSE_SHARED" = "no"; then
11952
11953 if test "$wxUSE_GUI" = "no" -o "$USE_WIN32" = 1 ; then
11954 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall"
11955 fi
11956
11957 if test "$wxUSE_MAC" = 1; then
11958 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall"
11959 fi
11960
11961 if test "$wxUSE_OPENGL" = "yes"; then
11962 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall_gl"
11963 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC} \$(build_libdir)/${WX_LIBRARY_NAME_STATIC_GL}"
11964 else
11965 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC}"
11966 fi
11967
11968 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}"
11969 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_STATIC_GL}"
11970
11971 WX_TARGET_LIBRARY_TYPE="a"
11972 fi
11973
11974 if test "$wxUSE_MAC" = 1; then
11975 WX_ALL="${WX_ALL} \$(build_libdir)/lib${WX_LIBRARY}.r"
11976 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall_res"
11977 # Extract the first word of "Rez", so it can be a program name with args.
11978 set dummy Rez; ac_word=$2
11979 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
11980 echo "configure:11981: checking for $ac_word" >&5
11981 if eval "test \"`echo '$''{'ac_cv_prog_RESCOMP'+set}'`\" = set"; then
11982 echo $ac_n "(cached) $ac_c" 1>&6
11983 else
11984 if test -n "$RESCOMP"; then
11985 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
11986 else
11987 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
11988 ac_dummy="$PATH"
11989 for ac_dir in $ac_dummy; do
11990 test -z "$ac_dir" && ac_dir=.
11991 if test -f $ac_dir/$ac_word; then
11992 ac_cv_prog_RESCOMP="Rez"
11993 break
11994 fi
11995 done
11996 IFS="$ac_save_ifs"
11997 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez"
11998 fi
11999 fi
12000 RESCOMP="$ac_cv_prog_RESCOMP"
12001 if test -n "$RESCOMP"; then
12002 echo "$ac_t""$RESCOMP" 1>&6
12003 else
12004 echo "$ac_t""no" 1>&6
12005 fi
12006
12007 # Extract the first word of "Derez", so it can be a program name with args.
12008 set dummy Derez; ac_word=$2
12009 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
12010 echo "configure:12011: checking for $ac_word" >&5
12011 if eval "test \"`echo '$''{'ac_cv_prog_DEREZ'+set}'`\" = set"; then
12012 echo $ac_n "(cached) $ac_c" 1>&6
12013 else
12014 if test -n "$DEREZ"; then
12015 ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
12016 else
12017 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
12018 ac_dummy="$PATH"
12019 for ac_dir in $ac_dummy; do
12020 test -z "$ac_dir" && ac_dir=.
12021 if test -f $ac_dir/$ac_word; then
12022 ac_cv_prog_DEREZ="Derez"
12023 break
12024 fi
12025 done
12026 IFS="$ac_save_ifs"
12027 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/Derez"
12028 fi
12029 fi
12030 DEREZ="$ac_cv_prog_DEREZ"
12031 if test -n "$DEREZ"; then
12032 echo "$ac_t""$DEREZ" 1>&6
12033 else
12034 echo "$ac_t""no" 1>&6
12035 fi
12036
12037 LIBWXMACRES="\$(top_builddir)/lib/lib${WX_LIBRARY}.r"
12038 LIBWXMACRESCOMP="\$(RESCOMP) Carbon.r -t APPL ${LIBWXMACRES} -o \$(BIN_PROGRAM)"
12039 LIBWXMACRESWXCONFIG="${RESCOMP} Carbon.r -t APPL \${prefix}/lib/${WX_RESOURCES_MACOSX_COMPILED} -o"
12040 fi
12041
12042
12043 if test "$wxUSE_MAC" != 1; then
12044 for ac_hdr in strings.h
12045 do
12046 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12047 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12048 echo "configure:12049: checking for $ac_hdr" >&5
12049 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12050 echo $ac_n "(cached) $ac_c" 1>&6
12051 else
12052 cat > conftest.$ac_ext <<EOF
12053 #line 12054 "configure"
12054 #include "confdefs.h"
12055 #include <$ac_hdr>
12056 EOF
12057 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12058 { (eval echo configure:12059: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12059 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12060 if test -z "$ac_err"; then
12061 rm -rf conftest*
12062 eval "ac_cv_header_$ac_safe=yes"
12063 else
12064 echo "$ac_err" >&5
12065 echo "configure: failed program was:" >&5
12066 cat conftest.$ac_ext >&5
12067 rm -rf conftest*
12068 eval "ac_cv_header_$ac_safe=no"
12069 fi
12070 rm -f conftest*
12071 fi
12072 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12073 echo "$ac_t""yes" 1>&6
12074 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12075 cat >> confdefs.h <<EOF
12076 #define $ac_tr_hdr 1
12077 EOF
12078
12079 else
12080 echo "$ac_t""no" 1>&6
12081 fi
12082 done
12083
12084 fi
12085
12086 for ac_hdr in stdlib.h
12087 do
12088 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12089 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12090 echo "configure:12091: checking for $ac_hdr" >&5
12091 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12092 echo $ac_n "(cached) $ac_c" 1>&6
12093 else
12094 cat > conftest.$ac_ext <<EOF
12095 #line 12096 "configure"
12096 #include "confdefs.h"
12097 #include <$ac_hdr>
12098 EOF
12099 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12100 { (eval echo configure:12101: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12101 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12102 if test -z "$ac_err"; then
12103 rm -rf conftest*
12104 eval "ac_cv_header_$ac_safe=yes"
12105 else
12106 echo "$ac_err" >&5
12107 echo "configure: failed program was:" >&5
12108 cat conftest.$ac_ext >&5
12109 rm -rf conftest*
12110 eval "ac_cv_header_$ac_safe=no"
12111 fi
12112 rm -f conftest*
12113 fi
12114 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12115 echo "$ac_t""yes" 1>&6
12116 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12117 cat >> confdefs.h <<EOF
12118 #define $ac_tr_hdr 1
12119 EOF
12120
12121 else
12122 echo "$ac_t""no" 1>&6
12123 fi
12124 done
12125
12126 for ac_hdr in unistd.h
12127 do
12128 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12129 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12130 echo "configure:12131: checking for $ac_hdr" >&5
12131 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12132 echo $ac_n "(cached) $ac_c" 1>&6
12133 else
12134 cat > conftest.$ac_ext <<EOF
12135 #line 12136 "configure"
12136 #include "confdefs.h"
12137 #include <$ac_hdr>
12138 EOF
12139 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12140 { (eval echo configure:12141: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12141 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12142 if test -z "$ac_err"; then
12143 rm -rf conftest*
12144 eval "ac_cv_header_$ac_safe=yes"
12145 else
12146 echo "$ac_err" >&5
12147 echo "configure: failed program was:" >&5
12148 cat conftest.$ac_ext >&5
12149 rm -rf conftest*
12150 eval "ac_cv_header_$ac_safe=no"
12151 fi
12152 rm -f conftest*
12153 fi
12154 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12155 echo "$ac_t""yes" 1>&6
12156 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12157 cat >> confdefs.h <<EOF
12158 #define $ac_tr_hdr 1
12159 EOF
12160
12161 else
12162 echo "$ac_t""no" 1>&6
12163 fi
12164 done
12165
12166 for ac_hdr in wchar.h
12167 do
12168 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12169 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12170 echo "configure:12171: checking for $ac_hdr" >&5
12171 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12172 echo $ac_n "(cached) $ac_c" 1>&6
12173 else
12174 cat > conftest.$ac_ext <<EOF
12175 #line 12176 "configure"
12176 #include "confdefs.h"
12177 #include <$ac_hdr>
12178 EOF
12179 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12180 { (eval echo configure:12181: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12181 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12182 if test -z "$ac_err"; then
12183 rm -rf conftest*
12184 eval "ac_cv_header_$ac_safe=yes"
12185 else
12186 echo "$ac_err" >&5
12187 echo "configure: failed program was:" >&5
12188 cat conftest.$ac_ext >&5
12189 rm -rf conftest*
12190 eval "ac_cv_header_$ac_safe=no"
12191 fi
12192 rm -f conftest*
12193 fi
12194 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12195 echo "$ac_t""yes" 1>&6
12196 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12197 cat >> confdefs.h <<EOF
12198 #define $ac_tr_hdr 1
12199 EOF
12200
12201 else
12202 echo "$ac_t""no" 1>&6
12203 fi
12204 done
12205
12206 for ac_hdr in wcstr.h
12207 do
12208 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12209 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12210 echo "configure:12211: checking for $ac_hdr" >&5
12211 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12212 echo $ac_n "(cached) $ac_c" 1>&6
12213 else
12214 cat > conftest.$ac_ext <<EOF
12215 #line 12216 "configure"
12216 #include "confdefs.h"
12217 #include <$ac_hdr>
12218 EOF
12219 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12220 { (eval echo configure:12221: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12221 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12222 if test -z "$ac_err"; then
12223 rm -rf conftest*
12224 eval "ac_cv_header_$ac_safe=yes"
12225 else
12226 echo "$ac_err" >&5
12227 echo "configure: failed program was:" >&5
12228 cat conftest.$ac_ext >&5
12229 rm -rf conftest*
12230 eval "ac_cv_header_$ac_safe=no"
12231 fi
12232 rm -f conftest*
12233 fi
12234 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12235 echo "$ac_t""yes" 1>&6
12236 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12237 cat >> confdefs.h <<EOF
12238 #define $ac_tr_hdr 1
12239 EOF
12240
12241 else
12242 echo "$ac_t""no" 1>&6
12243 fi
12244 done
12245
12246 for ac_hdr in fnmatch.h
12247 do
12248 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12249 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12250 echo "configure:12251: checking for $ac_hdr" >&5
12251 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12252 echo $ac_n "(cached) $ac_c" 1>&6
12253 else
12254 cat > conftest.$ac_ext <<EOF
12255 #line 12256 "configure"
12256 #include "confdefs.h"
12257 #include <$ac_hdr>
12258 EOF
12259 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12260 { (eval echo configure:12261: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12261 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12262 if test -z "$ac_err"; then
12263 rm -rf conftest*
12264 eval "ac_cv_header_$ac_safe=yes"
12265 else
12266 echo "$ac_err" >&5
12267 echo "configure: failed program was:" >&5
12268 cat conftest.$ac_ext >&5
12269 rm -rf conftest*
12270 eval "ac_cv_header_$ac_safe=no"
12271 fi
12272 rm -f conftest*
12273 fi
12274 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12275 echo "$ac_t""yes" 1>&6
12276 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12277 cat >> confdefs.h <<EOF
12278 #define $ac_tr_hdr 1
12279 EOF
12280
12281 else
12282 echo "$ac_t""no" 1>&6
12283 fi
12284 done
12285
12286 for ac_hdr in iconv.h
12287 do
12288 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12289 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12290 echo "configure:12291: checking for $ac_hdr" >&5
12291 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12292 echo $ac_n "(cached) $ac_c" 1>&6
12293 else
12294 cat > conftest.$ac_ext <<EOF
12295 #line 12296 "configure"
12296 #include "confdefs.h"
12297 #include <$ac_hdr>
12298 EOF
12299 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12300 { (eval echo configure:12301: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12301 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12302 if test -z "$ac_err"; then
12303 rm -rf conftest*
12304 eval "ac_cv_header_$ac_safe=yes"
12305 else
12306 echo "$ac_err" >&5
12307 echo "configure: failed program was:" >&5
12308 cat conftest.$ac_ext >&5
12309 rm -rf conftest*
12310 eval "ac_cv_header_$ac_safe=no"
12311 fi
12312 rm -f conftest*
12313 fi
12314 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12315 echo "$ac_t""yes" 1>&6
12316 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12317 cat >> confdefs.h <<EOF
12318 #define $ac_tr_hdr 1
12319 EOF
12320
12321 else
12322 echo "$ac_t""no" 1>&6
12323 fi
12324 done
12325
12326 for ac_hdr in langinfo.h
12327 do
12328 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12329 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12330 echo "configure:12331: checking for $ac_hdr" >&5
12331 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12332 echo $ac_n "(cached) $ac_c" 1>&6
12333 else
12334 cat > conftest.$ac_ext <<EOF
12335 #line 12336 "configure"
12336 #include "confdefs.h"
12337 #include <$ac_hdr>
12338 EOF
12339 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12340 { (eval echo configure:12341: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12341 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12342 if test -z "$ac_err"; then
12343 rm -rf conftest*
12344 eval "ac_cv_header_$ac_safe=yes"
12345 else
12346 echo "$ac_err" >&5
12347 echo "configure: failed program was:" >&5
12348 cat conftest.$ac_ext >&5
12349 rm -rf conftest*
12350 eval "ac_cv_header_$ac_safe=no"
12351 fi
12352 rm -f conftest*
12353 fi
12354 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12355 echo "$ac_t""yes" 1>&6
12356 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12357 cat >> confdefs.h <<EOF
12358 #define $ac_tr_hdr 1
12359 EOF
12360
12361 else
12362 echo "$ac_t""no" 1>&6
12363 fi
12364 done
12365
12366
12367 if test "$wxUSE_GUI" = "yes"; then
12368 if test "$wxUSE_UNIX" = "yes"; then
12369 for ac_hdr in X11/XKBlib.h
12370 do
12371 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12372 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12373 echo "configure:12374: checking for $ac_hdr" >&5
12374 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12375 echo $ac_n "(cached) $ac_c" 1>&6
12376 else
12377 cat > conftest.$ac_ext <<EOF
12378 #line 12379 "configure"
12379 #include "confdefs.h"
12380 #include <$ac_hdr>
12381 EOF
12382 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12383 { (eval echo configure:12384: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12384 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12385 if test -z "$ac_err"; then
12386 rm -rf conftest*
12387 eval "ac_cv_header_$ac_safe=yes"
12388 else
12389 echo "$ac_err" >&5
12390 echo "configure: failed program was:" >&5
12391 cat conftest.$ac_ext >&5
12392 rm -rf conftest*
12393 eval "ac_cv_header_$ac_safe=no"
12394 fi
12395 rm -f conftest*
12396 fi
12397 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12398 echo "$ac_t""yes" 1>&6
12399 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12400 cat >> confdefs.h <<EOF
12401 #define $ac_tr_hdr 1
12402 EOF
12403
12404 else
12405 echo "$ac_t""no" 1>&6
12406 fi
12407 done
12408
12409 fi
12410 fi
12411
12412
12413 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
12414 echo "configure:12415: checking for ANSI C header files" >&5
12415 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
12416 echo $ac_n "(cached) $ac_c" 1>&6
12417 else
12418 cat > conftest.$ac_ext <<EOF
12419 #line 12420 "configure"
12420 #include "confdefs.h"
12421 #include <stdlib.h>
12422 #include <stdarg.h>
12423 #include <string.h>
12424 #include <float.h>
12425 EOF
12426 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12427 { (eval echo configure:12428: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12428 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12429 if test -z "$ac_err"; then
12430 rm -rf conftest*
12431 ac_cv_header_stdc=yes
12432 else
12433 echo "$ac_err" >&5
12434 echo "configure: failed program was:" >&5
12435 cat conftest.$ac_ext >&5
12436 rm -rf conftest*
12437 ac_cv_header_stdc=no
12438 fi
12439 rm -f conftest*
12440
12441 if test $ac_cv_header_stdc = yes; then
12442 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
12443 cat > conftest.$ac_ext <<EOF
12444 #line 12445 "configure"
12445 #include "confdefs.h"
12446 #include <string.h>
12447 EOF
12448 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12449 egrep "memchr" >/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 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
12461 cat > conftest.$ac_ext <<EOF
12462 #line 12463 "configure"
12463 #include "confdefs.h"
12464 #include <stdlib.h>
12465 EOF
12466 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12467 egrep "free" >/dev/null 2>&1; then
12468 :
12469 else
12470 rm -rf conftest*
12471 ac_cv_header_stdc=no
12472 fi
12473 rm -f conftest*
12474
12475 fi
12476
12477 if test $ac_cv_header_stdc = yes; then
12478 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
12479 if test "$cross_compiling" = yes; then
12480 :
12481 else
12482 cat > conftest.$ac_ext <<EOF
12483 #line 12484 "configure"
12484 #include "confdefs.h"
12485 #include <ctype.h>
12486 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
12487 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
12488 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
12489 int main () { int i; for (i = 0; i < 256; i++)
12490 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
12491 exit (0); }
12492
12493 EOF
12494 if { (eval echo configure:12495: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
12495 then
12496 :
12497 else
12498 echo "configure: failed program was:" >&5
12499 cat conftest.$ac_ext >&5
12500 rm -fr conftest*
12501 ac_cv_header_stdc=no
12502 fi
12503 rm -fr conftest*
12504 fi
12505
12506 fi
12507 fi
12508
12509 echo "$ac_t""$ac_cv_header_stdc" 1>&6
12510 if test $ac_cv_header_stdc = yes; then
12511 cat >> confdefs.h <<\EOF
12512 #define STDC_HEADERS 1
12513 EOF
12514
12515 fi
12516
12517 echo $ac_n "checking for mode_t""... $ac_c" 1>&6
12518 echo "configure:12519: checking for mode_t" >&5
12519 if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
12520 echo $ac_n "(cached) $ac_c" 1>&6
12521 else
12522 cat > conftest.$ac_ext <<EOF
12523 #line 12524 "configure"
12524 #include "confdefs.h"
12525 #include <sys/types.h>
12526 #if STDC_HEADERS
12527 #include <stdlib.h>
12528 #include <stddef.h>
12529 #endif
12530 EOF
12531 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12532 egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
12533 rm -rf conftest*
12534 ac_cv_type_mode_t=yes
12535 else
12536 rm -rf conftest*
12537 ac_cv_type_mode_t=no
12538 fi
12539 rm -f conftest*
12540
12541 fi
12542 echo "$ac_t""$ac_cv_type_mode_t" 1>&6
12543 if test $ac_cv_type_mode_t = no; then
12544 cat >> confdefs.h <<\EOF
12545 #define mode_t int
12546 EOF
12547
12548 fi
12549
12550 echo $ac_n "checking for off_t""... $ac_c" 1>&6
12551 echo "configure:12552: checking for off_t" >&5
12552 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
12553 echo $ac_n "(cached) $ac_c" 1>&6
12554 else
12555 cat > conftest.$ac_ext <<EOF
12556 #line 12557 "configure"
12557 #include "confdefs.h"
12558 #include <sys/types.h>
12559 #if STDC_HEADERS
12560 #include <stdlib.h>
12561 #include <stddef.h>
12562 #endif
12563 EOF
12564 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12565 egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
12566 rm -rf conftest*
12567 ac_cv_type_off_t=yes
12568 else
12569 rm -rf conftest*
12570 ac_cv_type_off_t=no
12571 fi
12572 rm -f conftest*
12573
12574 fi
12575 echo "$ac_t""$ac_cv_type_off_t" 1>&6
12576 if test $ac_cv_type_off_t = no; then
12577 cat >> confdefs.h <<\EOF
12578 #define off_t long
12579 EOF
12580
12581 fi
12582
12583 echo $ac_n "checking for pid_t""... $ac_c" 1>&6
12584 echo "configure:12585: checking for pid_t" >&5
12585 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
12586 echo $ac_n "(cached) $ac_c" 1>&6
12587 else
12588 cat > conftest.$ac_ext <<EOF
12589 #line 12590 "configure"
12590 #include "confdefs.h"
12591 #include <sys/types.h>
12592 #if STDC_HEADERS
12593 #include <stdlib.h>
12594 #include <stddef.h>
12595 #endif
12596 EOF
12597 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12598 egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
12599 rm -rf conftest*
12600 ac_cv_type_pid_t=yes
12601 else
12602 rm -rf conftest*
12603 ac_cv_type_pid_t=no
12604 fi
12605 rm -f conftest*
12606
12607 fi
12608 echo "$ac_t""$ac_cv_type_pid_t" 1>&6
12609 if test $ac_cv_type_pid_t = no; then
12610 cat >> confdefs.h <<\EOF
12611 #define pid_t int
12612 EOF
12613
12614 fi
12615
12616 echo $ac_n "checking for size_t""... $ac_c" 1>&6
12617 echo "configure:12618: checking for size_t" >&5
12618 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
12619 echo $ac_n "(cached) $ac_c" 1>&6
12620 else
12621 cat > conftest.$ac_ext <<EOF
12622 #line 12623 "configure"
12623 #include "confdefs.h"
12624 #include <sys/types.h>
12625 #if STDC_HEADERS
12626 #include <stdlib.h>
12627 #include <stddef.h>
12628 #endif
12629 EOF
12630 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12631 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
12632 rm -rf conftest*
12633 ac_cv_type_size_t=yes
12634 else
12635 rm -rf conftest*
12636 ac_cv_type_size_t=no
12637 fi
12638 rm -f conftest*
12639
12640 fi
12641 echo "$ac_t""$ac_cv_type_size_t" 1>&6
12642 if test $ac_cv_type_size_t = no; then
12643 cat >> confdefs.h <<\EOF
12644 #define size_t unsigned
12645 EOF
12646
12647 fi
12648
12649 echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
12650 echo "configure:12651: checking for uid_t in sys/types.h" >&5
12651 if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
12652 echo $ac_n "(cached) $ac_c" 1>&6
12653 else
12654 cat > conftest.$ac_ext <<EOF
12655 #line 12656 "configure"
12656 #include "confdefs.h"
12657 #include <sys/types.h>
12658 EOF
12659 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12660 egrep "uid_t" >/dev/null 2>&1; then
12661 rm -rf conftest*
12662 ac_cv_type_uid_t=yes
12663 else
12664 rm -rf conftest*
12665 ac_cv_type_uid_t=no
12666 fi
12667 rm -f conftest*
12668
12669 fi
12670
12671 echo "$ac_t""$ac_cv_type_uid_t" 1>&6
12672 if test $ac_cv_type_uid_t = no; then
12673 cat >> confdefs.h <<\EOF
12674 #define uid_t int
12675 EOF
12676
12677 cat >> confdefs.h <<\EOF
12678 #define gid_t int
12679 EOF
12680
12681 fi
12682
12683
12684 echo $ac_n "checking for wchar_t""... $ac_c" 1>&6
12685 echo "configure:12686: checking for wchar_t" >&5
12686 if eval "test \"`echo '$''{'wx_cv_type_wchar_t'+set}'`\" = set"; then
12687 echo $ac_n "(cached) $ac_c" 1>&6
12688 else
12689
12690 cat > conftest.$ac_ext <<EOF
12691 #line 12692 "configure"
12692 #include "confdefs.h"
12693
12694 #ifdef HAVE_WCHAR_H
12695 # include <wchar.h>
12696 #endif
12697 #ifdef HAVE_STDLIB_H
12698 # include <stdlib.h>
12699 #endif
12700
12701 int main() {
12702
12703 wchar_t wc, *ws;
12704 wc = L'a';
12705 ws = L"Hello, world!";
12706
12707 ; return 0; }
12708 EOF
12709 if { (eval echo configure:12710: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12710 rm -rf conftest*
12711 wx_cv_type_wchar_t=yes
12712 else
12713 echo "configure: failed program was:" >&5
12714 cat conftest.$ac_ext >&5
12715 rm -rf conftest*
12716 wx_cv_type_wchar_t=no
12717
12718 fi
12719 rm -f conftest*
12720
12721 fi
12722
12723 echo "$ac_t""$wx_cv_type_wchar_t" 1>&6
12724
12725 if test "$wx_cv_type_wchar_t" = "yes"; then
12726 cat >> confdefs.h <<\EOF
12727 #define wxUSE_WCHAR_T 1
12728 EOF
12729
12730 fi
12731
12732
12733 ac_ext=C
12734 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12735 ac_cpp='$CXXCPP $CPPFLAGS'
12736 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12737 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12738 cross_compiling=$ac_cv_prog_cxx_cross
12739
12740 echo $ac_n "checking if size_t is unsigned int""... $ac_c" 1>&6
12741 echo "configure:12742: checking if size_t is unsigned int" >&5
12742 if eval "test \"`echo '$''{'wx_cv_size_t_is_uint'+set}'`\" = set"; then
12743 echo $ac_n "(cached) $ac_c" 1>&6
12744 else
12745 cat > conftest.$ac_ext <<EOF
12746 #line 12747 "configure"
12747 #include "confdefs.h"
12748 #include <stddef.h>
12749 int main() {
12750
12751 return 0; }
12752
12753 struct Foo { void foo(size_t); void foo(unsigned int); };
12754
12755 int bar() {
12756
12757 ; return 0; }
12758 EOF
12759 if { (eval echo configure:12760: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12760 rm -rf conftest*
12761 wx_cv_size_t_is_uint=no
12762 else
12763 echo "configure: failed program was:" >&5
12764 cat conftest.$ac_ext >&5
12765 rm -rf conftest*
12766 wx_cv_size_t_is_uint=yes
12767
12768 fi
12769 rm -f conftest*
12770
12771 fi
12772
12773 echo "$ac_t""$wx_cv_size_t_is_uint" 1>&6
12774
12775 if test "$wx_cv_size_t_is_uint" = "yes"; then
12776 cat >> confdefs.h <<\EOF
12777 #define wxSIZE_T_IS_UINT 1
12778 EOF
12779
12780 else
12781 echo $ac_n "checking if size_t is unsigned long""... $ac_c" 1>&6
12782 echo "configure:12783: checking if size_t is unsigned long" >&5
12783 if eval "test \"`echo '$''{'wx_cv_size_t_is_ulong'+set}'`\" = set"; then
12784 echo $ac_n "(cached) $ac_c" 1>&6
12785 else
12786 cat > conftest.$ac_ext <<EOF
12787 #line 12788 "configure"
12788 #include "confdefs.h"
12789 #include <stddef.h>
12790 int main() {
12791
12792 return 0; }
12793
12794 struct Foo { void foo(size_t); void foo(unsigned long); };
12795
12796 int bar() {
12797
12798 ; return 0; }
12799 EOF
12800 if { (eval echo configure:12801: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12801 rm -rf conftest*
12802 wx_cv_size_t_is_ulong=no
12803 else
12804 echo "configure: failed program was:" >&5
12805 cat conftest.$ac_ext >&5
12806 rm -rf conftest*
12807 wx_cv_size_t_is_ulong=yes
12808
12809 fi
12810 rm -f conftest*
12811
12812 fi
12813
12814 echo "$ac_t""$wx_cv_size_t_is_ulong" 1>&6
12815
12816 if test "$wx_cv_size_t_is_ulong" = "yes"; then
12817 cat >> confdefs.h <<\EOF
12818 #define wxSIZE_T_IS_ULONG 1
12819 EOF
12820
12821 fi
12822 fi
12823
12824 ac_ext=c
12825 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12826 ac_cpp='$CPP $CPPFLAGS'
12827 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12828 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12829 cross_compiling=$ac_cv_prog_cc_cross
12830
12831
12832
12833 echo $ac_n "checking for pw_gecos in struct passwd""... $ac_c" 1>&6
12834 echo "configure:12835: checking for pw_gecos in struct passwd" >&5
12835 if eval "test \"`echo '$''{'wx_cv_struct_pw_gecos'+set}'`\" = set"; then
12836 echo $ac_n "(cached) $ac_c" 1>&6
12837 else
12838
12839 cat > conftest.$ac_ext <<EOF
12840 #line 12841 "configure"
12841 #include "confdefs.h"
12842 #include <pwd.h>
12843 int main() {
12844
12845 char *p;
12846 struct passwd *pw;
12847 p = pw->pw_gecos;
12848
12849 ; return 0; }
12850 EOF
12851 if { (eval echo configure:12852: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12852 rm -rf conftest*
12853
12854 wx_cv_struct_pw_gecos=yes
12855
12856 else
12857 echo "configure: failed program was:" >&5
12858 cat conftest.$ac_ext >&5
12859 rm -rf conftest*
12860
12861 wx_cv_struct_pw_gecos=no
12862
12863
12864 fi
12865 rm -f conftest*
12866
12867
12868 fi
12869
12870 echo "$ac_t""$wx_cv_struct_pw_gecos" 1>&6
12871
12872 if test "$wx_cv_struct_pw_gecos" = "yes"; then
12873 cat >> confdefs.h <<\EOF
12874 #define HAVE_PW_GECOS 1
12875 EOF
12876
12877 fi
12878
12879
12880 echo $ac_n "checking for working const""... $ac_c" 1>&6
12881 echo "configure:12882: checking for working const" >&5
12882 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
12883 echo $ac_n "(cached) $ac_c" 1>&6
12884 else
12885 cat > conftest.$ac_ext <<EOF
12886 #line 12887 "configure"
12887 #include "confdefs.h"
12888
12889 int main() {
12890
12891 /* Ultrix mips cc rejects this. */
12892 typedef int charset[2]; const charset x;
12893 /* SunOS 4.1.1 cc rejects this. */
12894 char const *const *ccp;
12895 char **p;
12896 /* NEC SVR4.0.2 mips cc rejects this. */
12897 struct point {int x, y;};
12898 static struct point const zero = {0,0};
12899 /* AIX XL C 1.02.0.0 rejects this.
12900 It does not let you subtract one const X* pointer from another in an arm
12901 of an if-expression whose if-part is not a constant expression */
12902 const char *g = "string";
12903 ccp = &g + (g ? g-g : 0);
12904 /* HPUX 7.0 cc rejects these. */
12905 ++ccp;
12906 p = (char**) ccp;
12907 ccp = (char const *const *) p;
12908 { /* SCO 3.2v4 cc rejects this. */
12909 char *t;
12910 char const *s = 0 ? (char *) 0 : (char const *) 0;
12911
12912 *t++ = 0;
12913 }
12914 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12915 int x[] = {25, 17};
12916 const int *foo = &x[0];
12917 ++foo;
12918 }
12919 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12920 typedef const int *iptr;
12921 iptr p = 0;
12922 ++p;
12923 }
12924 { /* AIX XL C 1.02.0.0 rejects this saying
12925 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12926 struct s { int j; const int *ap[3]; };
12927 struct s *b; b->j = 5;
12928 }
12929 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12930 const int foo = 10;
12931 }
12932
12933 ; return 0; }
12934 EOF
12935 if { (eval echo configure:12936: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12936 rm -rf conftest*
12937 ac_cv_c_const=yes
12938 else
12939 echo "configure: failed program was:" >&5
12940 cat conftest.$ac_ext >&5
12941 rm -rf conftest*
12942 ac_cv_c_const=no
12943 fi
12944 rm -f conftest*
12945 fi
12946
12947 echo "$ac_t""$ac_cv_c_const" 1>&6
12948 if test $ac_cv_c_const = no; then
12949 cat >> confdefs.h <<\EOF
12950 #define const
12951 EOF
12952
12953 fi
12954
12955 echo $ac_n "checking for inline""... $ac_c" 1>&6
12956 echo "configure:12957: checking for inline" >&5
12957 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
12958 echo $ac_n "(cached) $ac_c" 1>&6
12959 else
12960 ac_cv_c_inline=no
12961 for ac_kw in inline __inline__ __inline; do
12962 cat > conftest.$ac_ext <<EOF
12963 #line 12964 "configure"
12964 #include "confdefs.h"
12965
12966 int main() {
12967 } $ac_kw foo() {
12968 ; return 0; }
12969 EOF
12970 if { (eval echo configure:12971: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12971 rm -rf conftest*
12972 ac_cv_c_inline=$ac_kw; break
12973 else
12974 echo "configure: failed program was:" >&5
12975 cat conftest.$ac_ext >&5
12976 fi
12977 rm -f conftest*
12978 done
12979
12980 fi
12981
12982 echo "$ac_t""$ac_cv_c_inline" 1>&6
12983 case "$ac_cv_c_inline" in
12984 inline | yes) ;;
12985 no) cat >> confdefs.h <<\EOF
12986 #define inline
12987 EOF
12988 ;;
12989 *) cat >> confdefs.h <<EOF
12990 #define inline $ac_cv_c_inline
12991 EOF
12992 ;;
12993 esac
12994
12995
12996 echo $ac_n "checking size of char""... $ac_c" 1>&6
12997 echo "configure:12998: checking size of char" >&5
12998 if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
12999 echo $ac_n "(cached) $ac_c" 1>&6
13000 else
13001 if test "$cross_compiling" = yes; then
13002 ac_cv_sizeof_char=1
13003 else
13004 cat > conftest.$ac_ext <<EOF
13005 #line 13006 "configure"
13006 #include "confdefs.h"
13007 #include <stdio.h>
13008 main()
13009 {
13010 FILE *f=fopen("conftestval", "w");
13011 if (!f) exit(1);
13012 fprintf(f, "%d\n", sizeof(char));
13013 exit(0);
13014 }
13015 EOF
13016 if { (eval echo configure:13017: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
13017 then
13018 ac_cv_sizeof_char=`cat conftestval`
13019 else
13020 echo "configure: failed program was:" >&5
13021 cat conftest.$ac_ext >&5
13022 rm -fr conftest*
13023 ac_cv_sizeof_char=0
13024 fi
13025 rm -fr conftest*
13026 fi
13027
13028 fi
13029 echo "$ac_t""$ac_cv_sizeof_char" 1>&6
13030 cat >> confdefs.h <<EOF
13031 #define SIZEOF_CHAR $ac_cv_sizeof_char
13032 EOF
13033
13034
13035 echo $ac_n "checking size of short""... $ac_c" 1>&6
13036 echo "configure:13037: checking size of short" >&5
13037 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
13038 echo $ac_n "(cached) $ac_c" 1>&6
13039 else
13040 if test "$cross_compiling" = yes; then
13041 ac_cv_sizeof_short=2
13042 else
13043 cat > conftest.$ac_ext <<EOF
13044 #line 13045 "configure"
13045 #include "confdefs.h"
13046 #include <stdio.h>
13047 main()
13048 {
13049 FILE *f=fopen("conftestval", "w");
13050 if (!f) exit(1);
13051 fprintf(f, "%d\n", sizeof(short));
13052 exit(0);
13053 }
13054 EOF
13055 if { (eval echo configure:13056: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
13056 then
13057 ac_cv_sizeof_short=`cat conftestval`
13058 else
13059 echo "configure: failed program was:" >&5
13060 cat conftest.$ac_ext >&5
13061 rm -fr conftest*
13062 ac_cv_sizeof_short=0
13063 fi
13064 rm -fr conftest*
13065 fi
13066
13067 fi
13068 echo "$ac_t""$ac_cv_sizeof_short" 1>&6
13069 cat >> confdefs.h <<EOF
13070 #define SIZEOF_SHORT $ac_cv_sizeof_short
13071 EOF
13072
13073
13074 echo $ac_n "checking size of int *""... $ac_c" 1>&6
13075 echo "configure:13076: checking size of int *" >&5
13076 if eval "test \"`echo '$''{'ac_cv_sizeof_int_p'+set}'`\" = set"; then
13077 echo $ac_n "(cached) $ac_c" 1>&6
13078 else
13079 if test "$cross_compiling" = yes; then
13080 ac_cv_sizeof_int_p=4
13081 else
13082 cat > conftest.$ac_ext <<EOF
13083 #line 13084 "configure"
13084 #include "confdefs.h"
13085 #include <stdio.h>
13086 main()
13087 {
13088 FILE *f=fopen("conftestval", "w");
13089 if (!f) exit(1);
13090 fprintf(f, "%d\n", sizeof(int *));
13091 exit(0);
13092 }
13093 EOF
13094 if { (eval echo configure:13095: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
13095 then
13096 ac_cv_sizeof_int_p=`cat conftestval`
13097 else
13098 echo "configure: failed program was:" >&5
13099 cat conftest.$ac_ext >&5
13100 rm -fr conftest*
13101 ac_cv_sizeof_int_p=0
13102 fi
13103 rm -fr conftest*
13104 fi
13105
13106 fi
13107 echo "$ac_t""$ac_cv_sizeof_int_p" 1>&6
13108 cat >> confdefs.h <<EOF
13109 #define SIZEOF_INT_P $ac_cv_sizeof_int_p
13110 EOF
13111
13112
13113 echo $ac_n "checking size of int""... $ac_c" 1>&6
13114 echo "configure:13115: checking size of int" >&5
13115 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
13116 echo $ac_n "(cached) $ac_c" 1>&6
13117 else
13118 if test "$cross_compiling" = yes; then
13119 ac_cv_sizeof_int=4
13120 else
13121 cat > conftest.$ac_ext <<EOF
13122 #line 13123 "configure"
13123 #include "confdefs.h"
13124 #include <stdio.h>
13125 main()
13126 {
13127 FILE *f=fopen("conftestval", "w");
13128 if (!f) exit(1);
13129 fprintf(f, "%d\n", sizeof(int));
13130 exit(0);
13131 }
13132 EOF
13133 if { (eval echo configure:13134: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
13134 then
13135 ac_cv_sizeof_int=`cat conftestval`
13136 else
13137 echo "configure: failed program was:" >&5
13138 cat conftest.$ac_ext >&5
13139 rm -fr conftest*
13140 ac_cv_sizeof_int=0
13141 fi
13142 rm -fr conftest*
13143 fi
13144
13145 fi
13146 echo "$ac_t""$ac_cv_sizeof_int" 1>&6
13147 cat >> confdefs.h <<EOF
13148 #define SIZEOF_INT $ac_cv_sizeof_int
13149 EOF
13150
13151
13152 echo $ac_n "checking size of long""... $ac_c" 1>&6
13153 echo "configure:13154: checking size of long" >&5
13154 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
13155 echo $ac_n "(cached) $ac_c" 1>&6
13156 else
13157 if test "$cross_compiling" = yes; then
13158 ac_cv_sizeof_long=4
13159 else
13160 cat > conftest.$ac_ext <<EOF
13161 #line 13162 "configure"
13162 #include "confdefs.h"
13163 #include <stdio.h>
13164 main()
13165 {
13166 FILE *f=fopen("conftestval", "w");
13167 if (!f) exit(1);
13168 fprintf(f, "%d\n", sizeof(long));
13169 exit(0);
13170 }
13171 EOF
13172 if { (eval echo configure:13173: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
13173 then
13174 ac_cv_sizeof_long=`cat conftestval`
13175 else
13176 echo "configure: failed program was:" >&5
13177 cat conftest.$ac_ext >&5
13178 rm -fr conftest*
13179 ac_cv_sizeof_long=0
13180 fi
13181 rm -fr conftest*
13182 fi
13183
13184 fi
13185 echo "$ac_t""$ac_cv_sizeof_long" 1>&6
13186 cat >> confdefs.h <<EOF
13187 #define SIZEOF_LONG $ac_cv_sizeof_long
13188 EOF
13189
13190
13191 echo $ac_n "checking size of long long""... $ac_c" 1>&6
13192 echo "configure:13193: checking size of long long" >&5
13193 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
13194 echo $ac_n "(cached) $ac_c" 1>&6
13195 else
13196 if test "$cross_compiling" = yes; then
13197 ac_cv_sizeof_long_long=0
13198 else
13199 cat > conftest.$ac_ext <<EOF
13200 #line 13201 "configure"
13201 #include "confdefs.h"
13202 #include <stdio.h>
13203 main()
13204 {
13205 FILE *f=fopen("conftestval", "w");
13206 if (!f) exit(1);
13207 fprintf(f, "%d\n", sizeof(long long));
13208 exit(0);
13209 }
13210 EOF
13211 if { (eval echo configure:13212: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
13212 then
13213 ac_cv_sizeof_long_long=`cat conftestval`
13214 else
13215 echo "configure: failed program was:" >&5
13216 cat conftest.$ac_ext >&5
13217 rm -fr conftest*
13218 ac_cv_sizeof_long_long=0
13219 fi
13220 rm -fr conftest*
13221 fi
13222
13223 fi
13224 echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
13225 cat >> confdefs.h <<EOF
13226 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
13227 EOF
13228
13229
13230
13231 echo $ac_n "checking size of wchar_t""... $ac_c" 1>&6
13232 echo "configure:13233: checking size of wchar_t" >&5
13233 if eval "test \"`echo '$''{'wx_cv_sizeof_wchar_t'+set}'`\" = set"; then
13234 echo $ac_n "(cached) $ac_c" 1>&6
13235 else
13236
13237 if test "$cross_compiling" = yes; then
13238 wx_cv_sizeof_wchar_t=4
13239
13240 else
13241 cat > conftest.$ac_ext <<EOF
13242 #line 13243 "configure"
13243 #include "confdefs.h"
13244
13245 #ifdef HAVE_WCHAR_H
13246 # include <wchar.h>
13247 #endif
13248 #ifdef HAVE_STDLIB_H
13249 # include <stdlib.h>
13250 #endif
13251 #include <stdio.h>
13252 int main()
13253 {
13254 FILE *f=fopen("conftestval", "w");
13255 if (!f) exit(1);
13256 fprintf(f, "%i", sizeof(wchar_t));
13257 exit(0);
13258 }
13259
13260 EOF
13261 if { (eval echo configure:13262: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
13262 then
13263 wx_cv_sizeof_wchar_t=`cat conftestval`
13264 else
13265 echo "configure: failed program was:" >&5
13266 cat conftest.$ac_ext >&5
13267 rm -fr conftest*
13268 wx_cv_sizeof_wchar_t=0
13269 fi
13270 rm -fr conftest*
13271 fi
13272
13273
13274 fi
13275
13276 echo "$ac_t""$wx_cv_sizeof_wchar_t" 1>&6
13277
13278 cat >> confdefs.h <<EOF
13279 #define SIZEOF_WCHAR_T $wx_cv_sizeof_wchar_t
13280 EOF
13281
13282
13283 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
13284 echo "configure:13285: checking whether byte ordering is bigendian" >&5
13285 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
13286 echo $ac_n "(cached) $ac_c" 1>&6
13287 else
13288 ac_cv_c_bigendian=unknown
13289 # See if sys/param.h defines the BYTE_ORDER macro.
13290 cat > conftest.$ac_ext <<EOF
13291 #line 13292 "configure"
13292 #include "confdefs.h"
13293 #include <sys/types.h>
13294 #include <sys/param.h>
13295 int main() {
13296
13297 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
13298 bogus endian macros
13299 #endif
13300 ; return 0; }
13301 EOF
13302 if { (eval echo configure:13303: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13303 rm -rf conftest*
13304 # It does; now see whether it defined to BIG_ENDIAN or not.
13305 cat > conftest.$ac_ext <<EOF
13306 #line 13307 "configure"
13307 #include "confdefs.h"
13308 #include <sys/types.h>
13309 #include <sys/param.h>
13310 int main() {
13311
13312 #if BYTE_ORDER != BIG_ENDIAN
13313 not big endian
13314 #endif
13315 ; return 0; }
13316 EOF
13317 if { (eval echo configure:13318: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13318 rm -rf conftest*
13319 ac_cv_c_bigendian=yes
13320 else
13321 echo "configure: failed program was:" >&5
13322 cat conftest.$ac_ext >&5
13323 rm -rf conftest*
13324 ac_cv_c_bigendian=no
13325 fi
13326 rm -f conftest*
13327 else
13328 echo "configure: failed program was:" >&5
13329 cat conftest.$ac_ext >&5
13330 fi
13331 rm -f conftest*
13332 if test $ac_cv_c_bigendian = unknown; then
13333 if test "$cross_compiling" = yes; then
13334 ac_cv_c_bigendian=unknown
13335 else
13336 cat > conftest.$ac_ext <<EOF
13337 #line 13338 "configure"
13338 #include "confdefs.h"
13339 main () {
13340 /* Are we little or big endian? From Harbison&Steele. */
13341 union
13342 {
13343 long l;
13344 char c[sizeof (long)];
13345 } u;
13346 u.l = 1;
13347 exit (u.c[sizeof (long) - 1] == 1);
13348 }
13349 EOF
13350 if { (eval echo configure:13351: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
13351 then
13352 ac_cv_c_bigendian=no
13353 else
13354 echo "configure: failed program was:" >&5
13355 cat conftest.$ac_ext >&5
13356 rm -fr conftest*
13357 ac_cv_c_bigendian=yes
13358 fi
13359 rm -fr conftest*
13360 fi
13361
13362 fi
13363 fi
13364
13365 echo "$ac_t""$ac_cv_c_bigendian" 1>&6
13366 if test $ac_cv_c_bigendian = unknown; then
13367 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
13368 fi
13369 if test $ac_cv_c_bigendian = yes; then
13370 cat >> confdefs.h <<\EOF
13371 #define WORDS_BIGENDIAN 1
13372 EOF
13373
13374 fi
13375
13376
13377 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
13378 echo "configure:13379: checking how to run the C++ preprocessor" >&5
13379 if test -z "$CXXCPP"; then
13380 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
13381 echo $ac_n "(cached) $ac_c" 1>&6
13382 else
13383 ac_ext=C
13384 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13385 ac_cpp='$CXXCPP $CPPFLAGS'
13386 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13387 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13388 cross_compiling=$ac_cv_prog_cxx_cross
13389 CXXCPP="${CXX-g++} -E"
13390 cat > conftest.$ac_ext <<EOF
13391 #line 13392 "configure"
13392 #include "confdefs.h"
13393 #include <stdlib.h>
13394 EOF
13395 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13396 { (eval echo configure:13397: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13397 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13398 if test -z "$ac_err"; then
13399 :
13400 else
13401 echo "$ac_err" >&5
13402 echo "configure: failed program was:" >&5
13403 cat conftest.$ac_ext >&5
13404 rm -rf conftest*
13405 CXXCPP=/lib/cpp
13406 fi
13407 rm -f conftest*
13408 ac_cv_prog_CXXCPP="$CXXCPP"
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 fi
13416 fi
13417 CXXCPP="$ac_cv_prog_CXXCPP"
13418 echo "$ac_t""$CXXCPP" 1>&6
13419
13420
13421 if test "$cross_compiling" = "yes"; then
13422 cat >> confdefs.h <<\EOF
13423 #define wxUSE_IOSTREAMH 1
13424 EOF
13425
13426 else
13427
13428 ac_ext=C
13429 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13430 ac_cpp='$CXXCPP $CPPFLAGS'
13431 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13432 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13433 cross_compiling=$ac_cv_prog_cxx_cross
13434
13435
13436 for ac_hdr in iostream
13437 do
13438 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
13439 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
13440 echo "configure:13441: checking for $ac_hdr" >&5
13441 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13442 echo $ac_n "(cached) $ac_c" 1>&6
13443 else
13444 cat > conftest.$ac_ext <<EOF
13445 #line 13446 "configure"
13446 #include "confdefs.h"
13447 #include <$ac_hdr>
13448 EOF
13449 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13450 { (eval echo configure:13451: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13451 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13452 if test -z "$ac_err"; then
13453 rm -rf conftest*
13454 eval "ac_cv_header_$ac_safe=yes"
13455 else
13456 echo "$ac_err" >&5
13457 echo "configure: failed program was:" >&5
13458 cat conftest.$ac_ext >&5
13459 rm -rf conftest*
13460 eval "ac_cv_header_$ac_safe=no"
13461 fi
13462 rm -f conftest*
13463 fi
13464 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13465 echo "$ac_t""yes" 1>&6
13466 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
13467 cat >> confdefs.h <<EOF
13468 #define $ac_tr_hdr 1
13469 EOF
13470
13471 else
13472 echo "$ac_t""no" 1>&6
13473 fi
13474 done
13475
13476
13477 if test "$ac_cv_header_iostream" = "yes" ; then
13478 :
13479 else
13480 cat >> confdefs.h <<\EOF
13481 #define wxUSE_IOSTREAMH 1
13482 EOF
13483
13484 fi
13485
13486 ac_ext=c
13487 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13488 ac_cpp='$CPP $CPPFLAGS'
13489 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13490 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13491 cross_compiling=$ac_cv_prog_cc_cross
13492
13493 fi
13494
13495
13496
13497 echo $ac_n "checking if C++ compiler supports bool""... $ac_c" 1>&6
13498 echo "configure:13499: checking if C++ compiler supports bool" >&5
13499 if eval "test \"`echo '$''{'wx_cv_cpp_bool'+set}'`\" = set"; then
13500 echo $ac_n "(cached) $ac_c" 1>&6
13501 else
13502
13503
13504 ac_ext=C
13505 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13506 ac_cpp='$CXXCPP $CPPFLAGS'
13507 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13508 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13509 cross_compiling=$ac_cv_prog_cxx_cross
13510
13511
13512 cat > conftest.$ac_ext <<EOF
13513 #line 13514 "configure"
13514 #include "confdefs.h"
13515
13516
13517 int main() {
13518
13519 bool b = true;
13520
13521 return 0;
13522
13523 ; return 0; }
13524 EOF
13525 if { (eval echo configure:13526: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13526 rm -rf conftest*
13527
13528 wx_cv_cpp_bool=yes
13529
13530 else
13531 echo "configure: failed program was:" >&5
13532 cat conftest.$ac_ext >&5
13533 rm -rf conftest*
13534
13535 wx_cv_cpp_bool=no
13536
13537
13538 fi
13539 rm -f conftest*
13540
13541 ac_ext=c
13542 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13543 ac_cpp='$CPP $CPPFLAGS'
13544 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13545 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13546 cross_compiling=$ac_cv_prog_cc_cross
13547
13548
13549 fi
13550
13551 echo "$ac_t""$wx_cv_cpp_bool" 1>&6
13552
13553 if test "$wx_cv_cpp_bool" = "yes"; then
13554 cat >> confdefs.h <<\EOF
13555 #define HAVE_BOOL 1
13556 EOF
13557
13558 fi
13559
13560
13561
13562 echo $ac_n "checking for wcslen in -lc""... $ac_c" 1>&6
13563 echo "configure:13564: checking for wcslen in -lc" >&5
13564 ac_lib_var=`echo c'_'wcslen | sed 'y%./+-%__p_%'`
13565 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13566 echo $ac_n "(cached) $ac_c" 1>&6
13567 else
13568 ac_save_LIBS="$LIBS"
13569 LIBS="-lc $LIBS"
13570 cat > conftest.$ac_ext <<EOF
13571 #line 13572 "configure"
13572 #include "confdefs.h"
13573 /* Override any gcc2 internal prototype to avoid an error. */
13574 /* We use char because int might match the return type of a gcc2
13575 builtin and then its argument prototype would still apply. */
13576 char wcslen();
13577
13578 int main() {
13579 wcslen()
13580 ; return 0; }
13581 EOF
13582 if { (eval echo configure:13583: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13583 rm -rf conftest*
13584 eval "ac_cv_lib_$ac_lib_var=yes"
13585 else
13586 echo "configure: failed program was:" >&5
13587 cat conftest.$ac_ext >&5
13588 rm -rf conftest*
13589 eval "ac_cv_lib_$ac_lib_var=no"
13590 fi
13591 rm -f conftest*
13592 LIBS="$ac_save_LIBS"
13593
13594 fi
13595 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13596 echo "$ac_t""yes" 1>&6
13597
13598 cat >> confdefs.h <<\EOF
13599 #define HAVE_WCSLEN 1
13600 EOF
13601
13602 WCHAR_LINK=""
13603
13604 else
13605 echo "$ac_t""no" 1>&6
13606
13607 echo $ac_n "checking for wcslen in -lw""... $ac_c" 1>&6
13608 echo "configure:13609: checking for wcslen in -lw" >&5
13609 ac_lib_var=`echo w'_'wcslen | sed 'y%./+-%__p_%'`
13610 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13611 echo $ac_n "(cached) $ac_c" 1>&6
13612 else
13613 ac_save_LIBS="$LIBS"
13614 LIBS="-lw $LIBS"
13615 cat > conftest.$ac_ext <<EOF
13616 #line 13617 "configure"
13617 #include "confdefs.h"
13618 /* Override any gcc2 internal prototype to avoid an error. */
13619 /* We use char because int might match the return type of a gcc2
13620 builtin and then its argument prototype would still apply. */
13621 char wcslen();
13622
13623 int main() {
13624 wcslen()
13625 ; return 0; }
13626 EOF
13627 if { (eval echo configure:13628: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13628 rm -rf conftest*
13629 eval "ac_cv_lib_$ac_lib_var=yes"
13630 else
13631 echo "configure: failed program was:" >&5
13632 cat conftest.$ac_ext >&5
13633 rm -rf conftest*
13634 eval "ac_cv_lib_$ac_lib_var=no"
13635 fi
13636 rm -f conftest*
13637 LIBS="$ac_save_LIBS"
13638
13639 fi
13640 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13641 echo "$ac_t""yes" 1>&6
13642
13643 cat >> confdefs.h <<\EOF
13644 #define HAVE_WCSLEN 1
13645 EOF
13646
13647 WCHAR_LINK="-lw"
13648
13649 else
13650 echo "$ac_t""no" 1>&6
13651
13652 echo $ac_n "checking for wcslen in -lmsvcrt""... $ac_c" 1>&6
13653 echo "configure:13654: checking for wcslen in -lmsvcrt" >&5
13654 ac_lib_var=`echo msvcrt'_'wcslen | sed 'y%./+-%__p_%'`
13655 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13656 echo $ac_n "(cached) $ac_c" 1>&6
13657 else
13658 ac_save_LIBS="$LIBS"
13659 LIBS="-lmsvcrt $LIBS"
13660 cat > conftest.$ac_ext <<EOF
13661 #line 13662 "configure"
13662 #include "confdefs.h"
13663 /* Override any gcc2 internal prototype to avoid an error. */
13664 /* We use char because int might match the return type of a gcc2
13665 builtin and then its argument prototype would still apply. */
13666 char wcslen();
13667
13668 int main() {
13669 wcslen()
13670 ; return 0; }
13671 EOF
13672 if { (eval echo configure:13673: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13673 rm -rf conftest*
13674 eval "ac_cv_lib_$ac_lib_var=yes"
13675 else
13676 echo "configure: failed program was:" >&5
13677 cat conftest.$ac_ext >&5
13678 rm -rf conftest*
13679 eval "ac_cv_lib_$ac_lib_var=no"
13680 fi
13681 rm -f conftest*
13682 LIBS="$ac_save_LIBS"
13683
13684 fi
13685 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13686 echo "$ac_t""yes" 1>&6
13687
13688 cat >> confdefs.h <<\EOF
13689 #define HAVE_WCSLEN 1
13690 EOF
13691
13692 WCHAR_LINK=""
13693
13694 else
13695 echo "$ac_t""no" 1>&6
13696 fi
13697
13698
13699 fi
13700
13701
13702 fi
13703
13704
13705 for ac_func in wcsrtombs
13706 do
13707 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13708 echo "configure:13709: checking for $ac_func" >&5
13709 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13710 echo $ac_n "(cached) $ac_c" 1>&6
13711 else
13712 cat > conftest.$ac_ext <<EOF
13713 #line 13714 "configure"
13714 #include "confdefs.h"
13715 /* System header to define __stub macros and hopefully few prototypes,
13716 which can conflict with char $ac_func(); below. */
13717 #include <assert.h>
13718 /* Override any gcc2 internal prototype to avoid an error. */
13719 /* We use char because int might match the return type of a gcc2
13720 builtin and then its argument prototype would still apply. */
13721 char $ac_func();
13722
13723 int main() {
13724
13725 /* The GNU C library defines this for functions which it implements
13726 to always fail with ENOSYS. Some functions are actually named
13727 something starting with __ and the normal name is an alias. */
13728 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13729 choke me
13730 #else
13731 $ac_func();
13732 #endif
13733
13734 ; return 0; }
13735 EOF
13736 if { (eval echo configure:13737: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13737 rm -rf conftest*
13738 eval "ac_cv_func_$ac_func=yes"
13739 else
13740 echo "configure: failed program was:" >&5
13741 cat conftest.$ac_ext >&5
13742 rm -rf conftest*
13743 eval "ac_cv_func_$ac_func=no"
13744 fi
13745 rm -f conftest*
13746 fi
13747
13748 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13749 echo "$ac_t""yes" 1>&6
13750 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13751 cat >> confdefs.h <<EOF
13752 #define $ac_tr_func 1
13753 EOF
13754
13755 else
13756 echo "$ac_t""no" 1>&6
13757 fi
13758 done
13759
13760
13761 echo $ac_n "checking for vprintf""... $ac_c" 1>&6
13762 echo "configure:13763: checking for vprintf" >&5
13763 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
13764 echo $ac_n "(cached) $ac_c" 1>&6
13765 else
13766 cat > conftest.$ac_ext <<EOF
13767 #line 13768 "configure"
13768 #include "confdefs.h"
13769 /* System header to define __stub macros and hopefully few prototypes,
13770 which can conflict with char vprintf(); below. */
13771 #include <assert.h>
13772 /* Override any gcc2 internal prototype to avoid an error. */
13773 /* We use char because int might match the return type of a gcc2
13774 builtin and then its argument prototype would still apply. */
13775 char vprintf();
13776
13777 int main() {
13778
13779 /* The GNU C library defines this for functions which it implements
13780 to always fail with ENOSYS. Some functions are actually named
13781 something starting with __ and the normal name is an alias. */
13782 #if defined (__stub_vprintf) || defined (__stub___vprintf)
13783 choke me
13784 #else
13785 vprintf();
13786 #endif
13787
13788 ; return 0; }
13789 EOF
13790 if { (eval echo configure:13791: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13791 rm -rf conftest*
13792 eval "ac_cv_func_vprintf=yes"
13793 else
13794 echo "configure: failed program was:" >&5
13795 cat conftest.$ac_ext >&5
13796 rm -rf conftest*
13797 eval "ac_cv_func_vprintf=no"
13798 fi
13799 rm -f conftest*
13800 fi
13801
13802 if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
13803 echo "$ac_t""yes" 1>&6
13804 cat >> confdefs.h <<\EOF
13805 #define HAVE_VPRINTF 1
13806 EOF
13807
13808 else
13809 echo "$ac_t""no" 1>&6
13810 fi
13811
13812 if test "$ac_cv_func_vprintf" != yes; then
13813 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
13814 echo "configure:13815: checking for _doprnt" >&5
13815 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
13816 echo $ac_n "(cached) $ac_c" 1>&6
13817 else
13818 cat > conftest.$ac_ext <<EOF
13819 #line 13820 "configure"
13820 #include "confdefs.h"
13821 /* System header to define __stub macros and hopefully few prototypes,
13822 which can conflict with char _doprnt(); below. */
13823 #include <assert.h>
13824 /* Override any gcc2 internal prototype to avoid an error. */
13825 /* We use char because int might match the return type of a gcc2
13826 builtin and then its argument prototype would still apply. */
13827 char _doprnt();
13828
13829 int main() {
13830
13831 /* The GNU C library defines this for functions which it implements
13832 to always fail with ENOSYS. Some functions are actually named
13833 something starting with __ and the normal name is an alias. */
13834 #if defined (__stub__doprnt) || defined (__stub____doprnt)
13835 choke me
13836 #else
13837 _doprnt();
13838 #endif
13839
13840 ; return 0; }
13841 EOF
13842 if { (eval echo configure:13843: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13843 rm -rf conftest*
13844 eval "ac_cv_func__doprnt=yes"
13845 else
13846 echo "configure: failed program was:" >&5
13847 cat conftest.$ac_ext >&5
13848 rm -rf conftest*
13849 eval "ac_cv_func__doprnt=no"
13850 fi
13851 rm -f conftest*
13852 fi
13853
13854 if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
13855 echo "$ac_t""yes" 1>&6
13856 cat >> confdefs.h <<\EOF
13857 #define HAVE_DOPRNT 1
13858 EOF
13859
13860 else
13861 echo "$ac_t""no" 1>&6
13862 fi
13863
13864 fi
13865
13866
13867
13868
13869
13870
13871 echo $ac_n "checking for vsnprintf""... $ac_c" 1>&6
13872 echo "configure:13873: checking for vsnprintf" >&5
13873 if eval "test \"`echo '$''{'wx_cv_func_vsnprintf'+set}'`\" = set"; then
13874 echo $ac_n "(cached) $ac_c" 1>&6
13875 else
13876
13877 cat > conftest.$ac_ext <<EOF
13878 #line 13879 "configure"
13879 #include "confdefs.h"
13880
13881 #include <stdio.h>
13882 #include <stdarg.h>
13883
13884 int main() {
13885
13886 int wx_test_vsnprintf(const char *, ...);
13887
13888 wx_test_vsnprintf("%s");
13889 return 0;
13890 }
13891
13892 int wx_test_vsnprintf(const char *fmt, ...)
13893 {
13894 char *s;
13895
13896 va_list argp;
13897 va_start(argp, fmt);
13898 vsnprintf(s, 42, fmt, argp);
13899 va_end(argp);
13900
13901 ; return 0; }
13902 EOF
13903 if { (eval echo configure:13904: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13904 rm -rf conftest*
13905
13906 wx_cv_func_vsnprintf=yes
13907
13908 else
13909 echo "configure: failed program was:" >&5
13910 cat conftest.$ac_ext >&5
13911 rm -rf conftest*
13912
13913 cat > conftest.$ac_ext <<EOF
13914 #line 13915 "configure"
13915 #include "confdefs.h"
13916
13917 #include <stdio.h>
13918 #include <stdarg.h>
13919
13920 int main() {
13921
13922 int wx_test_vsnprintf(const char *, ...);
13923
13924 wx_test_vsnprintf("%s");
13925 return 0;
13926 }
13927
13928 int wx_test_vsnprintf(const char *fmt, ...)
13929 {
13930 char *s;
13931
13932 va_list argp;
13933 va_start(argp, fmt);
13934 _vsnprintf(s, 42, fmt, argp);
13935 va_end(argp);
13936
13937 ; return 0; }
13938 EOF
13939 if { (eval echo configure:13940: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13940 rm -rf conftest*
13941
13942 wx_cv_func_vsnprintf=yes
13943
13944 else
13945 echo "configure: failed program was:" >&5
13946 cat conftest.$ac_ext >&5
13947 rm -rf conftest*
13948
13949 wx_cv_func_vsnprintf=no
13950
13951 fi
13952 rm -f conftest*
13953
13954 fi
13955 rm -f conftest*
13956
13957 fi
13958
13959 echo "$ac_t""$wx_cv_func_vsnprintf" 1>&6
13960
13961 if test "$wx_cv_func_vsnprintf" = yes; then
13962 cat >> confdefs.h <<\EOF
13963 #define HAVE_VSNPRINTF 1
13964 EOF
13965
13966 else
13967 echo "configure: warning: unsafe function sprintf will be used instead of snprintf" 1>&2
13968 fi
13969
13970 echo $ac_n "checking for vsscanf""... $ac_c" 1>&6
13971 echo "configure:13972: checking for vsscanf" >&5
13972 if eval "test \"`echo '$''{'wx_cv_func_vsscanf'+set}'`\" = set"; then
13973 echo $ac_n "(cached) $ac_c" 1>&6
13974 else
13975
13976 cat > conftest.$ac_ext <<EOF
13977 #line 13978 "configure"
13978 #include "confdefs.h"
13979
13980 #include <stdio.h>
13981 #include <stdarg.h>
13982
13983 int main() {
13984
13985 int wx_test_vsscanf(const char *, ...);
13986
13987 wx_test_vsscanf("%d");
13988 return 0;
13989 }
13990
13991 int wx_test_vsscanf(const char *fmt, ...)
13992 {
13993 va_list argp;
13994 va_start(argp, fmt);
13995 vsscanf("42", fmt, argp);
13996 va_end(argp);
13997
13998 ; return 0; }
13999 EOF
14000 if { (eval echo configure:14001: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14001 rm -rf conftest*
14002
14003 wx_cv_func_vsscanf=yes
14004
14005 else
14006 echo "configure: failed program was:" >&5
14007 cat conftest.$ac_ext >&5
14008 rm -rf conftest*
14009
14010 wx_cv_func_vsscanf=no
14011
14012 fi
14013 rm -f conftest*
14014
14015 fi
14016
14017 echo "$ac_t""$wx_cv_func_vsscanf" 1>&6
14018
14019 if test "$wx_cv_func_vsscanf" = yes; then
14020 cat >> confdefs.h <<\EOF
14021 #define HAVE_VSSCANF 1
14022 EOF
14023
14024 fi
14025
14026 if test "$TOOLKIT" != "MSW"; then
14027
14028
14029
14030 ac_ext=C
14031 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14032 ac_cpp='$CXXCPP $CPPFLAGS'
14033 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14034 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14035 cross_compiling=$ac_cv_prog_cxx_cross
14036
14037 echo $ac_n "checking if iconv() takes char**""... $ac_c" 1>&6
14038 echo "configure:14039: checking if iconv() takes char**" >&5
14039 if eval "test \"`echo '$''{'wx_cv_iconv_takes_char'+set}'`\" = set"; then
14040 echo $ac_n "(cached) $ac_c" 1>&6
14041 else
14042
14043 cat > conftest.$ac_ext <<EOF
14044 #line 14045 "configure"
14045 #include "confdefs.h"
14046 #include <iconv.h>
14047 int main() {
14048
14049 char **inbuf, **outbuf;
14050 iconv_t cd;
14051 size_t insz, outsz;
14052 iconv(cd, inbuf, &insz, outbuf, &outsz);
14053
14054 ; return 0; }
14055 EOF
14056 if { (eval echo configure:14057: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14057 rm -rf conftest*
14058 wx_cv_iconv_takes_char=yes
14059 else
14060 echo "configure: failed program was:" >&5
14061 cat conftest.$ac_ext >&5
14062 rm -rf conftest*
14063 wx_cv_iconv_takes_char=no
14064 fi
14065 rm -f conftest*
14066
14067 fi
14068
14069 echo "$ac_t""$wx_cv_iconv_takes_char" 1>&6
14070 ac_ext=c
14071 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14072 ac_cpp='$CPP $CPPFLAGS'
14073 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14074 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14075 cross_compiling=$ac_cv_prog_cc_cross
14076
14077 if test "$wx_cv_iconv_takes_char" = yes ; then
14078 cat >> confdefs.h <<\EOF
14079 #define WX_ICONV_TAKES_CHAR 1
14080 EOF
14081
14082 fi
14083
14084
14085 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
14086 for ac_func in sigaction
14087 do
14088 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14089 echo "configure:14090: checking for $ac_func" >&5
14090 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14091 echo $ac_n "(cached) $ac_c" 1>&6
14092 else
14093 cat > conftest.$ac_ext <<EOF
14094 #line 14095 "configure"
14095 #include "confdefs.h"
14096 /* System header to define __stub macros and hopefully few prototypes,
14097 which can conflict with char $ac_func(); below. */
14098 #include <assert.h>
14099 /* Override any gcc2 internal prototype to avoid an error. */
14100 /* We use char because int might match the return type of a gcc2
14101 builtin and then its argument prototype would still apply. */
14102 char $ac_func();
14103
14104 int main() {
14105
14106 /* The GNU C library defines this for functions which it implements
14107 to always fail with ENOSYS. Some functions are actually named
14108 something starting with __ and the normal name is an alias. */
14109 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14110 choke me
14111 #else
14112 $ac_func();
14113 #endif
14114
14115 ; return 0; }
14116 EOF
14117 if { (eval echo configure:14118: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14118 rm -rf conftest*
14119 eval "ac_cv_func_$ac_func=yes"
14120 else
14121 echo "configure: failed program was:" >&5
14122 cat conftest.$ac_ext >&5
14123 rm -rf conftest*
14124 eval "ac_cv_func_$ac_func=no"
14125 fi
14126 rm -f conftest*
14127 fi
14128
14129 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14130 echo "$ac_t""yes" 1>&6
14131 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14132 cat >> confdefs.h <<EOF
14133 #define $ac_tr_func 1
14134 EOF
14135
14136 else
14137 echo "$ac_t""no" 1>&6
14138 fi
14139 done
14140
14141
14142 if test "$ac_cv_func_sigaction" = "no"; then
14143 echo "configure: warning: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" 1>&2
14144 wxUSE_ON_FATAL_EXCEPTION=no
14145 fi
14146
14147 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
14148
14149 ac_ext=C
14150 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14151 ac_cpp='$CXXCPP $CPPFLAGS'
14152 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14153 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14154 cross_compiling=$ac_cv_prog_cxx_cross
14155
14156
14157 echo $ac_n "checking for sa_handler type""... $ac_c" 1>&6
14158 echo "configure:14159: checking for sa_handler type" >&5
14159 if eval "test \"`echo '$''{'wx_cv_type_sa_handler'+set}'`\" = set"; then
14160 echo $ac_n "(cached) $ac_c" 1>&6
14161 else
14162
14163 cat > conftest.$ac_ext <<EOF
14164 #line 14165 "configure"
14165 #include "confdefs.h"
14166 #include <signal.h>
14167 int main() {
14168
14169 extern void testSigHandler(int);
14170
14171 struct sigaction sa;
14172 sa.sa_handler = testSigHandler;
14173
14174 ; return 0; }
14175 EOF
14176 if { (eval echo configure:14177: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14177 rm -rf conftest*
14178
14179 wx_cv_type_sa_handler=int
14180
14181 else
14182 echo "configure: failed program was:" >&5
14183 cat conftest.$ac_ext >&5
14184 rm -rf conftest*
14185
14186 wx_cv_type_sa_handler=void
14187
14188 fi
14189 rm -f conftest*
14190
14191 fi
14192
14193 echo "$ac_t""$wx_cv_type_sa_handler" 1>&6
14194
14195 ac_ext=c
14196 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14197 ac_cpp='$CPP $CPPFLAGS'
14198 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14199 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14200 cross_compiling=$ac_cv_prog_cc_cross
14201
14202
14203 cat >> confdefs.h <<EOF
14204 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
14205 EOF
14206
14207 fi
14208 fi
14209
14210 for ac_func in vfork
14211 do
14212 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14213 echo "configure:14214: checking for $ac_func" >&5
14214 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14215 echo $ac_n "(cached) $ac_c" 1>&6
14216 else
14217 cat > conftest.$ac_ext <<EOF
14218 #line 14219 "configure"
14219 #include "confdefs.h"
14220 /* System header to define __stub macros and hopefully few prototypes,
14221 which can conflict with char $ac_func(); below. */
14222 #include <assert.h>
14223 /* Override any gcc2 internal prototype to avoid an error. */
14224 /* We use char because int might match the return type of a gcc2
14225 builtin and then its argument prototype would still apply. */
14226 char $ac_func();
14227
14228 int main() {
14229
14230 /* The GNU C library defines this for functions which it implements
14231 to always fail with ENOSYS. Some functions are actually named
14232 something starting with __ and the normal name is an alias. */
14233 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14234 choke me
14235 #else
14236 $ac_func();
14237 #endif
14238
14239 ; return 0; }
14240 EOF
14241 if { (eval echo configure:14242: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14242 rm -rf conftest*
14243 eval "ac_cv_func_$ac_func=yes"
14244 else
14245 echo "configure: failed program was:" >&5
14246 cat conftest.$ac_ext >&5
14247 rm -rf conftest*
14248 eval "ac_cv_func_$ac_func=no"
14249 fi
14250 rm -f conftest*
14251 fi
14252
14253 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14254 echo "$ac_t""yes" 1>&6
14255 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14256 cat >> confdefs.h <<EOF
14257 #define $ac_tr_func 1
14258 EOF
14259
14260 else
14261 echo "$ac_t""no" 1>&6
14262 fi
14263 done
14264
14265
14266 echo $ac_n "checking for statfs""... $ac_c" 1>&6
14267 echo "configure:14268: checking for statfs" >&5
14268 if eval "test \"`echo '$''{'wx_cv_func_statfs'+set}'`\" = set"; then
14269 echo $ac_n "(cached) $ac_c" 1>&6
14270 else
14271 cat > conftest.$ac_ext <<EOF
14272 #line 14273 "configure"
14273 #include "confdefs.h"
14274
14275 #if defined(__BSD__)
14276 #include <sys/param.h>
14277 #include <sys/mount.h>
14278 #else
14279 #include <sys/vfs.h>
14280 #endif
14281
14282 int main() {
14283
14284 long l;
14285 struct statfs fs;
14286 statfs("/", &fs);
14287 l = fs.f_bsize;
14288 l += fs.f_blocks;
14289 l += fs.f_bavail;
14290
14291 ; return 0; }
14292 EOF
14293 if { (eval echo configure:14294: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14294 rm -rf conftest*
14295
14296 wx_cv_func_statfs=yes
14297
14298 else
14299 echo "configure: failed program was:" >&5
14300 cat conftest.$ac_ext >&5
14301 rm -rf conftest*
14302
14303 wx_cv_func_statfs=no
14304
14305
14306 fi
14307 rm -f conftest*
14308
14309 fi
14310
14311 echo "$ac_t""$wx_cv_func_statfs" 1>&6
14312
14313 if test "$wx_cv_func_statfs" = "yes"; then
14314 cat >> confdefs.h <<\EOF
14315 #define HAVE_STATFS 1
14316 EOF
14317
14318 else
14319 echo $ac_n "checking for statvfs""... $ac_c" 1>&6
14320 echo "configure:14321: checking for statvfs" >&5
14321 if eval "test \"`echo '$''{'wx_cv_func_statvfs'+set}'`\" = set"; then
14322 echo $ac_n "(cached) $ac_c" 1>&6
14323 else
14324 cat > conftest.$ac_ext <<EOF
14325 #line 14326 "configure"
14326 #include "confdefs.h"
14327
14328 #include <sys/statvfs.h>
14329
14330 int main() {
14331
14332 long l;
14333 struct statvfs fs;
14334 statvfs("/", &fs);
14335 l = fs.f_bsize;
14336 l += fs.f_blocks;
14337 l += fs.f_bavail;
14338
14339 ; return 0; }
14340 EOF
14341 if { (eval echo configure:14342: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14342 rm -rf conftest*
14343
14344 wx_cv_func_statvfs=yes
14345
14346 else
14347 echo "configure: failed program was:" >&5
14348 cat conftest.$ac_ext >&5
14349 rm -rf conftest*
14350
14351 wx_cv_func_statvfs=no
14352
14353
14354 fi
14355 rm -f conftest*
14356
14357 fi
14358
14359 echo "$ac_t""$wx_cv_func_statvfs" 1>&6
14360
14361 if test "$wx_cv_func_statvfs" = "yes"; then
14362 cat >> confdefs.h <<\EOF
14363 #define HAVE_STATVFS 1
14364 EOF
14365
14366 else
14367 echo "configure: warning: wxGetDiskSpace() function won't work without statfs()" 1>&2
14368 fi
14369 fi
14370
14371 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
14372 for ac_func in fcntl flock
14373 do
14374 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14375 echo "configure:14376: checking for $ac_func" >&5
14376 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14377 echo $ac_n "(cached) $ac_c" 1>&6
14378 else
14379 cat > conftest.$ac_ext <<EOF
14380 #line 14381 "configure"
14381 #include "confdefs.h"
14382 /* System header to define __stub macros and hopefully few prototypes,
14383 which can conflict with char $ac_func(); below. */
14384 #include <assert.h>
14385 /* Override any gcc2 internal prototype to avoid an error. */
14386 /* We use char because int might match the return type of a gcc2
14387 builtin and then its argument prototype would still apply. */
14388 char $ac_func();
14389
14390 int main() {
14391
14392 /* The GNU C library defines this for functions which it implements
14393 to always fail with ENOSYS. Some functions are actually named
14394 something starting with __ and the normal name is an alias. */
14395 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14396 choke me
14397 #else
14398 $ac_func();
14399 #endif
14400
14401 ; return 0; }
14402 EOF
14403 if { (eval echo configure:14404: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14404 rm -rf conftest*
14405 eval "ac_cv_func_$ac_func=yes"
14406 else
14407 echo "configure: failed program was:" >&5
14408 cat conftest.$ac_ext >&5
14409 rm -rf conftest*
14410 eval "ac_cv_func_$ac_func=no"
14411 fi
14412 rm -f conftest*
14413 fi
14414
14415 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14416 echo "$ac_t""yes" 1>&6
14417 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14418 cat >> confdefs.h <<EOF
14419 #define $ac_tr_func 1
14420 EOF
14421 break
14422 else
14423 echo "$ac_t""no" 1>&6
14424 fi
14425 done
14426
14427
14428 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
14429 echo "configure: warning: wxSingleInstanceChecker not available" 1>&2
14430 wxUSE_SNGLINST_CHECKER=no
14431 fi
14432 fi
14433
14434 for ac_func in timegm
14435 do
14436 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14437 echo "configure:14438: checking for $ac_func" >&5
14438 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14439 echo $ac_n "(cached) $ac_c" 1>&6
14440 else
14441 cat > conftest.$ac_ext <<EOF
14442 #line 14443 "configure"
14443 #include "confdefs.h"
14444 /* System header to define __stub macros and hopefully few prototypes,
14445 which can conflict with char $ac_func(); below. */
14446 #include <assert.h>
14447 /* Override any gcc2 internal prototype to avoid an error. */
14448 /* We use char because int might match the return type of a gcc2
14449 builtin and then its argument prototype would still apply. */
14450 char $ac_func();
14451
14452 int main() {
14453
14454 /* The GNU C library defines this for functions which it implements
14455 to always fail with ENOSYS. Some functions are actually named
14456 something starting with __ and the normal name is an alias. */
14457 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14458 choke me
14459 #else
14460 $ac_func();
14461 #endif
14462
14463 ; return 0; }
14464 EOF
14465 if { (eval echo configure:14466: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14466 rm -rf conftest*
14467 eval "ac_cv_func_$ac_func=yes"
14468 else
14469 echo "configure: failed program was:" >&5
14470 cat conftest.$ac_ext >&5
14471 rm -rf conftest*
14472 eval "ac_cv_func_$ac_func=no"
14473 fi
14474 rm -f conftest*
14475 fi
14476
14477 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14478 echo "$ac_t""yes" 1>&6
14479 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14480 cat >> confdefs.h <<EOF
14481 #define $ac_tr_func 1
14482 EOF
14483
14484 else
14485 echo "$ac_t""no" 1>&6
14486 fi
14487 done
14488
14489
14490 for ac_func in putenv setenv
14491 do
14492 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14493 echo "configure:14494: checking for $ac_func" >&5
14494 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14495 echo $ac_n "(cached) $ac_c" 1>&6
14496 else
14497 cat > conftest.$ac_ext <<EOF
14498 #line 14499 "configure"
14499 #include "confdefs.h"
14500 /* System header to define __stub macros and hopefully few prototypes,
14501 which can conflict with char $ac_func(); below. */
14502 #include <assert.h>
14503 /* Override any gcc2 internal prototype to avoid an error. */
14504 /* We use char because int might match the return type of a gcc2
14505 builtin and then its argument prototype would still apply. */
14506 char $ac_func();
14507
14508 int main() {
14509
14510 /* The GNU C library defines this for functions which it implements
14511 to always fail with ENOSYS. Some functions are actually named
14512 something starting with __ and the normal name is an alias. */
14513 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14514 choke me
14515 #else
14516 $ac_func();
14517 #endif
14518
14519 ; return 0; }
14520 EOF
14521 if { (eval echo configure:14522: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14522 rm -rf conftest*
14523 eval "ac_cv_func_$ac_func=yes"
14524 else
14525 echo "configure: failed program was:" >&5
14526 cat conftest.$ac_ext >&5
14527 rm -rf conftest*
14528 eval "ac_cv_func_$ac_func=no"
14529 fi
14530 rm -f conftest*
14531 fi
14532
14533 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14534 echo "$ac_t""yes" 1>&6
14535 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14536 cat >> confdefs.h <<EOF
14537 #define $ac_tr_func 1
14538 EOF
14539 break
14540 else
14541 echo "$ac_t""no" 1>&6
14542 fi
14543 done
14544
14545
14546 HAVE_SOME_SLEEP_FUNC=0
14547 if test "$USE_BEOS" = 1; then
14548 cat >> confdefs.h <<\EOF
14549 #define HAVE_SLEEP 1
14550 EOF
14551
14552 HAVE_SOME_SLEEP_FUNC=1
14553 fi
14554
14555 if test "$USE_DARWIN" = 1; then
14556 cat >> confdefs.h <<\EOF
14557 #define HAVE_USLEEP 1
14558 EOF
14559
14560 HAVE_SOME_SLEEP_FUNC=1
14561 fi
14562
14563 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
14564 POSIX4_LINK=
14565 for ac_func in nanosleep
14566 do
14567 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14568 echo "configure:14569: checking for $ac_func" >&5
14569 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14570 echo $ac_n "(cached) $ac_c" 1>&6
14571 else
14572 cat > conftest.$ac_ext <<EOF
14573 #line 14574 "configure"
14574 #include "confdefs.h"
14575 /* System header to define __stub macros and hopefully few prototypes,
14576 which can conflict with char $ac_func(); below. */
14577 #include <assert.h>
14578 /* Override any gcc2 internal prototype to avoid an error. */
14579 /* We use char because int might match the return type of a gcc2
14580 builtin and then its argument prototype would still apply. */
14581 char $ac_func();
14582
14583 int main() {
14584
14585 /* The GNU C library defines this for functions which it implements
14586 to always fail with ENOSYS. Some functions are actually named
14587 something starting with __ and the normal name is an alias. */
14588 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14589 choke me
14590 #else
14591 $ac_func();
14592 #endif
14593
14594 ; return 0; }
14595 EOF
14596 if { (eval echo configure:14597: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14597 rm -rf conftest*
14598 eval "ac_cv_func_$ac_func=yes"
14599 else
14600 echo "configure: failed program was:" >&5
14601 cat conftest.$ac_ext >&5
14602 rm -rf conftest*
14603 eval "ac_cv_func_$ac_func=no"
14604 fi
14605 rm -f conftest*
14606 fi
14607
14608 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14609 echo "$ac_t""yes" 1>&6
14610 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14611 cat >> confdefs.h <<EOF
14612 #define $ac_tr_func 1
14613 EOF
14614 cat >> confdefs.h <<\EOF
14615 #define HAVE_NANOSLEEP 1
14616 EOF
14617
14618 else
14619 echo "$ac_t""no" 1>&6
14620 echo $ac_n "checking for nanosleep in -lposix4""... $ac_c" 1>&6
14621 echo "configure:14622: checking for nanosleep in -lposix4" >&5
14622 ac_lib_var=`echo posix4'_'nanosleep | sed 'y%./+-%__p_%'`
14623 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14624 echo $ac_n "(cached) $ac_c" 1>&6
14625 else
14626 ac_save_LIBS="$LIBS"
14627 LIBS="-lposix4 $LIBS"
14628 cat > conftest.$ac_ext <<EOF
14629 #line 14630 "configure"
14630 #include "confdefs.h"
14631 /* Override any gcc2 internal prototype to avoid an error. */
14632 /* We use char because int might match the return type of a gcc2
14633 builtin and then its argument prototype would still apply. */
14634 char nanosleep();
14635
14636 int main() {
14637 nanosleep()
14638 ; return 0; }
14639 EOF
14640 if { (eval echo configure:14641: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14641 rm -rf conftest*
14642 eval "ac_cv_lib_$ac_lib_var=yes"
14643 else
14644 echo "configure: failed program was:" >&5
14645 cat conftest.$ac_ext >&5
14646 rm -rf conftest*
14647 eval "ac_cv_lib_$ac_lib_var=no"
14648 fi
14649 rm -f conftest*
14650 LIBS="$ac_save_LIBS"
14651
14652 fi
14653 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14654 echo "$ac_t""yes" 1>&6
14655
14656 cat >> confdefs.h <<\EOF
14657 #define HAVE_NANOSLEEP 1
14658 EOF
14659
14660 POSIX4_LINK="-lposix4"
14661
14662 else
14663 echo "$ac_t""no" 1>&6
14664
14665 for ac_func in usleep
14666 do
14667 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14668 echo "configure:14669: checking for $ac_func" >&5
14669 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14670 echo $ac_n "(cached) $ac_c" 1>&6
14671 else
14672 cat > conftest.$ac_ext <<EOF
14673 #line 14674 "configure"
14674 #include "confdefs.h"
14675 /* System header to define __stub macros and hopefully few prototypes,
14676 which can conflict with char $ac_func(); below. */
14677 #include <assert.h>
14678 /* Override any gcc2 internal prototype to avoid an error. */
14679 /* We use char because int might match the return type of a gcc2
14680 builtin and then its argument prototype would still apply. */
14681 char $ac_func();
14682
14683 int main() {
14684
14685 /* The GNU C library defines this for functions which it implements
14686 to always fail with ENOSYS. Some functions are actually named
14687 something starting with __ and the normal name is an alias. */
14688 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14689 choke me
14690 #else
14691 $ac_func();
14692 #endif
14693
14694 ; return 0; }
14695 EOF
14696 if { (eval echo configure:14697: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14697 rm -rf conftest*
14698 eval "ac_cv_func_$ac_func=yes"
14699 else
14700 echo "configure: failed program was:" >&5
14701 cat conftest.$ac_ext >&5
14702 rm -rf conftest*
14703 eval "ac_cv_func_$ac_func=no"
14704 fi
14705 rm -f conftest*
14706 fi
14707
14708 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14709 echo "$ac_t""yes" 1>&6
14710 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14711 cat >> confdefs.h <<EOF
14712 #define $ac_tr_func 1
14713 EOF
14714 cat >> confdefs.h <<\EOF
14715 #define HAVE_USLEEP 1
14716 EOF
14717
14718 else
14719 echo "$ac_t""no" 1>&6
14720 echo "configure: warning: wxSleep() function will not work" 1>&2
14721
14722 fi
14723 done
14724
14725
14726
14727 fi
14728
14729
14730
14731 fi
14732 done
14733
14734 fi
14735
14736 for ac_func in uname gethostname
14737 do
14738 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14739 echo "configure:14740: checking for $ac_func" >&5
14740 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14741 echo $ac_n "(cached) $ac_c" 1>&6
14742 else
14743 cat > conftest.$ac_ext <<EOF
14744 #line 14745 "configure"
14745 #include "confdefs.h"
14746 /* System header to define __stub macros and hopefully few prototypes,
14747 which can conflict with char $ac_func(); below. */
14748 #include <assert.h>
14749 /* Override any gcc2 internal prototype to avoid an error. */
14750 /* We use char because int might match the return type of a gcc2
14751 builtin and then its argument prototype would still apply. */
14752 char $ac_func();
14753
14754 int main() {
14755
14756 /* The GNU C library defines this for functions which it implements
14757 to always fail with ENOSYS. Some functions are actually named
14758 something starting with __ and the normal name is an alias. */
14759 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14760 choke me
14761 #else
14762 $ac_func();
14763 #endif
14764
14765 ; return 0; }
14766 EOF
14767 if { (eval echo configure:14768: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14768 rm -rf conftest*
14769 eval "ac_cv_func_$ac_func=yes"
14770 else
14771 echo "configure: failed program was:" >&5
14772 cat conftest.$ac_ext >&5
14773 rm -rf conftest*
14774 eval "ac_cv_func_$ac_func=no"
14775 fi
14776 rm -f conftest*
14777 fi
14778
14779 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14780 echo "$ac_t""yes" 1>&6
14781 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14782 cat >> confdefs.h <<EOF
14783 #define $ac_tr_func 1
14784 EOF
14785 break
14786 else
14787 echo "$ac_t""no" 1>&6
14788 fi
14789 done
14790
14791
14792
14793 ac_ext=C
14794 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14795 ac_cpp='$CXXCPP $CPPFLAGS'
14796 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14797 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14798 cross_compiling=$ac_cv_prog_cxx_cross
14799
14800
14801 for ac_func in strtok_r
14802 do
14803 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14804 echo "configure:14805: checking for $ac_func" >&5
14805 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14806 echo $ac_n "(cached) $ac_c" 1>&6
14807 else
14808 cat > conftest.$ac_ext <<EOF
14809 #line 14810 "configure"
14810 #include "confdefs.h"
14811 /* System header to define __stub macros and hopefully few prototypes,
14812 which can conflict with char $ac_func(); below. */
14813 #include <assert.h>
14814 /* Override any gcc2 internal prototype to avoid an error. */
14815 #ifdef __cplusplus
14816 extern "C"
14817 #endif
14818 /* We use char because int might match the return type of a gcc2
14819 builtin and then its argument prototype would still apply. */
14820 char $ac_func();
14821
14822 int main() {
14823
14824 /* The GNU C library defines this for functions which it implements
14825 to always fail with ENOSYS. Some functions are actually named
14826 something starting with __ and the normal name is an alias. */
14827 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14828 choke me
14829 #else
14830 $ac_func();
14831 #endif
14832
14833 ; return 0; }
14834 EOF
14835 if { (eval echo configure:14836: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14836 rm -rf conftest*
14837 eval "ac_cv_func_$ac_func=yes"
14838 else
14839 echo "configure: failed program was:" >&5
14840 cat conftest.$ac_ext >&5
14841 rm -rf conftest*
14842 eval "ac_cv_func_$ac_func=no"
14843 fi
14844 rm -f conftest*
14845 fi
14846
14847 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14848 echo "$ac_t""yes" 1>&6
14849 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14850 cat >> confdefs.h <<EOF
14851 #define $ac_tr_func 1
14852 EOF
14853
14854 else
14855 echo "$ac_t""no" 1>&6
14856 fi
14857 done
14858
14859
14860 ac_ext=c
14861 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14862 ac_cpp='$CPP $CPPFLAGS'
14863 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14864 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14865 cross_compiling=$ac_cv_prog_cc_cross
14866
14867
14868 INET_LINK=
14869 for ac_func in inet_addr
14870 do
14871 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14872 echo "configure:14873: checking for $ac_func" >&5
14873 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14874 echo $ac_n "(cached) $ac_c" 1>&6
14875 else
14876 cat > conftest.$ac_ext <<EOF
14877 #line 14878 "configure"
14878 #include "confdefs.h"
14879 /* System header to define __stub macros and hopefully few prototypes,
14880 which can conflict with char $ac_func(); below. */
14881 #include <assert.h>
14882 /* Override any gcc2 internal prototype to avoid an error. */
14883 /* We use char because int might match the return type of a gcc2
14884 builtin and then its argument prototype would still apply. */
14885 char $ac_func();
14886
14887 int main() {
14888
14889 /* The GNU C library defines this for functions which it implements
14890 to always fail with ENOSYS. Some functions are actually named
14891 something starting with __ and the normal name is an alias. */
14892 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14893 choke me
14894 #else
14895 $ac_func();
14896 #endif
14897
14898 ; return 0; }
14899 EOF
14900 if { (eval echo configure:14901: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14901 rm -rf conftest*
14902 eval "ac_cv_func_$ac_func=yes"
14903 else
14904 echo "configure: failed program was:" >&5
14905 cat conftest.$ac_ext >&5
14906 rm -rf conftest*
14907 eval "ac_cv_func_$ac_func=no"
14908 fi
14909 rm -f conftest*
14910 fi
14911
14912 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14913 echo "$ac_t""yes" 1>&6
14914 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14915 cat >> confdefs.h <<EOF
14916 #define $ac_tr_func 1
14917 EOF
14918 cat >> confdefs.h <<\EOF
14919 #define HAVE_INET_ADDR 1
14920 EOF
14921
14922 else
14923 echo "$ac_t""no" 1>&6
14924 echo $ac_n "checking for inet_addr in -lnsl""... $ac_c" 1>&6
14925 echo "configure:14926: checking for inet_addr in -lnsl" >&5
14926 ac_lib_var=`echo nsl'_'inet_addr | sed 'y%./+-%__p_%'`
14927 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14928 echo $ac_n "(cached) $ac_c" 1>&6
14929 else
14930 ac_save_LIBS="$LIBS"
14931 LIBS="-lnsl $LIBS"
14932 cat > conftest.$ac_ext <<EOF
14933 #line 14934 "configure"
14934 #include "confdefs.h"
14935 /* Override any gcc2 internal prototype to avoid an error. */
14936 /* We use char because int might match the return type of a gcc2
14937 builtin and then its argument prototype would still apply. */
14938 char inet_addr();
14939
14940 int main() {
14941 inet_addr()
14942 ; return 0; }
14943 EOF
14944 if { (eval echo configure:14945: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14945 rm -rf conftest*
14946 eval "ac_cv_lib_$ac_lib_var=yes"
14947 else
14948 echo "configure: failed program was:" >&5
14949 cat conftest.$ac_ext >&5
14950 rm -rf conftest*
14951 eval "ac_cv_lib_$ac_lib_var=no"
14952 fi
14953 rm -f conftest*
14954 LIBS="$ac_save_LIBS"
14955
14956 fi
14957 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14958 echo "$ac_t""yes" 1>&6
14959 INET_LINK="nsl"
14960 else
14961 echo "$ac_t""no" 1>&6
14962 echo $ac_n "checking for inet_addr in -lresolv""... $ac_c" 1>&6
14963 echo "configure:14964: checking for inet_addr in -lresolv" >&5
14964 ac_lib_var=`echo resolv'_'inet_addr | sed 'y%./+-%__p_%'`
14965 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14966 echo $ac_n "(cached) $ac_c" 1>&6
14967 else
14968 ac_save_LIBS="$LIBS"
14969 LIBS="-lresolv $LIBS"
14970 cat > conftest.$ac_ext <<EOF
14971 #line 14972 "configure"
14972 #include "confdefs.h"
14973 /* Override any gcc2 internal prototype to avoid an error. */
14974 /* We use char because int might match the return type of a gcc2
14975 builtin and then its argument prototype would still apply. */
14976 char inet_addr();
14977
14978 int main() {
14979 inet_addr()
14980 ; return 0; }
14981 EOF
14982 if { (eval echo configure:14983: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14983 rm -rf conftest*
14984 eval "ac_cv_lib_$ac_lib_var=yes"
14985 else
14986 echo "configure: failed program was:" >&5
14987 cat conftest.$ac_ext >&5
14988 rm -rf conftest*
14989 eval "ac_cv_lib_$ac_lib_var=no"
14990 fi
14991 rm -f conftest*
14992 LIBS="$ac_save_LIBS"
14993
14994 fi
14995 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14996 echo "$ac_t""yes" 1>&6
14997 INET_LINK="resolv"
14998
14999 else
15000 echo "$ac_t""no" 1>&6
15001 fi
15002
15003
15004 fi
15005
15006
15007
15008 fi
15009 done
15010
15011
15012 for ac_func in inet_aton
15013 do
15014 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15015 echo "configure:15016: checking for $ac_func" >&5
15016 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15017 echo $ac_n "(cached) $ac_c" 1>&6
15018 else
15019 cat > conftest.$ac_ext <<EOF
15020 #line 15021 "configure"
15021 #include "confdefs.h"
15022 /* System header to define __stub macros and hopefully few prototypes,
15023 which can conflict with char $ac_func(); below. */
15024 #include <assert.h>
15025 /* Override any gcc2 internal prototype to avoid an error. */
15026 /* We use char because int might match the return type of a gcc2
15027 builtin and then its argument prototype would still apply. */
15028 char $ac_func();
15029
15030 int main() {
15031
15032 /* The GNU C library defines this for functions which it implements
15033 to always fail with ENOSYS. Some functions are actually named
15034 something starting with __ and the normal name is an alias. */
15035 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15036 choke me
15037 #else
15038 $ac_func();
15039 #endif
15040
15041 ; return 0; }
15042 EOF
15043 if { (eval echo configure:15044: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15044 rm -rf conftest*
15045 eval "ac_cv_func_$ac_func=yes"
15046 else
15047 echo "configure: failed program was:" >&5
15048 cat conftest.$ac_ext >&5
15049 rm -rf conftest*
15050 eval "ac_cv_func_$ac_func=no"
15051 fi
15052 rm -f conftest*
15053 fi
15054
15055 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15056 echo "$ac_t""yes" 1>&6
15057 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15058 cat >> confdefs.h <<EOF
15059 #define $ac_tr_func 1
15060 EOF
15061 cat >> confdefs.h <<\EOF
15062 #define HAVE_INET_ATON 1
15063 EOF
15064
15065 else
15066 echo "$ac_t""no" 1>&6
15067 echo $ac_n "checking for inet_aton in -l$INET_LINK""... $ac_c" 1>&6
15068 echo "configure:15069: checking for inet_aton in -l$INET_LINK" >&5
15069 ac_lib_var=`echo $INET_LINK'_'inet_aton | sed 'y%./+-%__p_%'`
15070 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15071 echo $ac_n "(cached) $ac_c" 1>&6
15072 else
15073 ac_save_LIBS="$LIBS"
15074 LIBS="-l$INET_LINK $LIBS"
15075 cat > conftest.$ac_ext <<EOF
15076 #line 15077 "configure"
15077 #include "confdefs.h"
15078 /* Override any gcc2 internal prototype to avoid an error. */
15079 /* We use char because int might match the return type of a gcc2
15080 builtin and then its argument prototype would still apply. */
15081 char inet_aton();
15082
15083 int main() {
15084 inet_aton()
15085 ; return 0; }
15086 EOF
15087 if { (eval echo configure:15088: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15088 rm -rf conftest*
15089 eval "ac_cv_lib_$ac_lib_var=yes"
15090 else
15091 echo "configure: failed program was:" >&5
15092 cat conftest.$ac_ext >&5
15093 rm -rf conftest*
15094 eval "ac_cv_lib_$ac_lib_var=no"
15095 fi
15096 rm -f conftest*
15097 LIBS="$ac_save_LIBS"
15098
15099 fi
15100 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15101 echo "$ac_t""yes" 1>&6
15102 cat >> confdefs.h <<\EOF
15103 #define HAVE_INET_ATON 1
15104 EOF
15105
15106 else
15107 echo "$ac_t""no" 1>&6
15108 fi
15109
15110
15111 fi
15112 done
15113
15114
15115 if test "x$INET_LINK" != "x"; then
15116 cat >> confdefs.h <<\EOF
15117 #define HAVE_INET_ADDR 1
15118 EOF
15119
15120 INET_LINK="-l$INET_LINK"
15121 fi
15122
15123 fi
15124
15125
15126 cat > confcache <<\EOF
15127 # This file is a shell script that caches the results of configure
15128 # tests run on this system so they can be shared between configure
15129 # scripts and configure runs. It is not useful on other systems.
15130 # If it contains results you don't want to keep, you may remove or edit it.
15131 #
15132 # By default, configure uses ./config.cache as the cache file,
15133 # creating it if it does not exist already. You can give configure
15134 # the --cache-file=FILE option to use a different cache file; that is
15135 # what configure does when it calls configure scripts in
15136 # subdirectories, so they share the cache.
15137 # Giving --cache-file=/dev/null disables caching, for debugging configure.
15138 # config.status only pays attention to the cache file if you give it the
15139 # --recheck option to rerun configure.
15140 #
15141 EOF
15142 # The following way of writing the cache mishandles newlines in values,
15143 # but we know of no workaround that is simple, portable, and efficient.
15144 # So, don't put newlines in cache variables' values.
15145 # Ultrix sh set writes to stderr and can't be redirected directly,
15146 # and sets the high bit in the cache file unless we assign to the vars.
15147 (set) 2>&1 |
15148 case `(ac_space=' '; set | grep ac_space) 2>&1` in
15149 *ac_space=\ *)
15150 # `set' does not quote correctly, so add quotes (double-quote substitution
15151 # turns \\\\ into \\, and sed turns \\ into \).
15152 sed -n \
15153 -e "s/'/'\\\\''/g" \
15154 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
15155 ;;
15156 *)
15157 # `set' quotes correctly as required by POSIX, so do not add quotes.
15158 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
15159 ;;
15160 esac >> confcache
15161 if cmp -s $cache_file confcache; then
15162 :
15163 else
15164 if test -w $cache_file; then
15165 echo "updating cache $cache_file"
15166 cat confcache > $cache_file
15167 else
15168 echo "not updating unwritable cache $cache_file"
15169 fi
15170 fi
15171 rm -f confcache
15172
15173
15174
15175 if test "$TOOLKIT" != "MSW"; then
15176
15177
15178 THREADS_LINK=
15179 THREADS_OBJ=
15180 CODE_GEN_FLAGS=
15181 CODE_GEN_FLAGS_CXX=
15182
15183 if test "$wxUSE_THREADS" = "yes" ; then
15184 if test "$wxUSE_WINE" = 1 ; then
15185 echo "configure: warning: Threads are not supported under WINE" 1>&2
15186 wxUSE_THREADS="no"
15187 elif test "$USE_BEOS" = 1; then
15188 echo "configure: warning: BeOS threads are not yet supported" 1>&2
15189 wxUSE_THREADS="no"
15190 fi
15191 fi
15192
15193 if test "$wxUSE_THREADS" = "yes" ; then
15194
15195 if test "$USE_AIX" = 1; then
15196 THREADS_LIB=pthreads
15197 else
15198 THREADS_LIB=pthread
15199 fi
15200
15201 echo $ac_n "checking for pthread_create in -l$THREADS_LIB""... $ac_c" 1>&6
15202 echo "configure:15203: checking for pthread_create in -l$THREADS_LIB" >&5
15203 ac_lib_var=`echo $THREADS_LIB'_'pthread_create | sed 'y%./+-%__p_%'`
15204 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15205 echo $ac_n "(cached) $ac_c" 1>&6
15206 else
15207 ac_save_LIBS="$LIBS"
15208 LIBS="-l$THREADS_LIB $LIBS"
15209 cat > conftest.$ac_ext <<EOF
15210 #line 15211 "configure"
15211 #include "confdefs.h"
15212 /* Override any gcc2 internal prototype to avoid an error. */
15213 /* We use char because int might match the return type of a gcc2
15214 builtin and then its argument prototype would still apply. */
15215 char pthread_create();
15216
15217 int main() {
15218 pthread_create()
15219 ; return 0; }
15220 EOF
15221 if { (eval echo configure:15222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15222 rm -rf conftest*
15223 eval "ac_cv_lib_$ac_lib_var=yes"
15224 else
15225 echo "configure: failed program was:" >&5
15226 cat conftest.$ac_ext >&5
15227 rm -rf conftest*
15228 eval "ac_cv_lib_$ac_lib_var=no"
15229 fi
15230 rm -f conftest*
15231 LIBS="$ac_save_LIBS"
15232
15233 fi
15234 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15235 echo "$ac_t""yes" 1>&6
15236
15237 THREADS_OBJ="threadpsx.lo"
15238 THREADS_LINK=$THREADS_LIB
15239
15240 else
15241 echo "$ac_t""no" 1>&6
15242
15243 echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
15244 echo "configure:15245: checking for pthread_create in -lc_r" >&5
15245 ac_lib_var=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'`
15246 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15247 echo $ac_n "(cached) $ac_c" 1>&6
15248 else
15249 ac_save_LIBS="$LIBS"
15250 LIBS="-lc_r $LIBS"
15251 cat > conftest.$ac_ext <<EOF
15252 #line 15253 "configure"
15253 #include "confdefs.h"
15254 /* Override any gcc2 internal prototype to avoid an error. */
15255 /* We use char because int might match the return type of a gcc2
15256 builtin and then its argument prototype would still apply. */
15257 char pthread_create();
15258
15259 int main() {
15260 pthread_create()
15261 ; return 0; }
15262 EOF
15263 if { (eval echo configure:15264: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15264 rm -rf conftest*
15265 eval "ac_cv_lib_$ac_lib_var=yes"
15266 else
15267 echo "configure: failed program was:" >&5
15268 cat conftest.$ac_ext >&5
15269 rm -rf conftest*
15270 eval "ac_cv_lib_$ac_lib_var=no"
15271 fi
15272 rm -f conftest*
15273 LIBS="$ac_save_LIBS"
15274
15275 fi
15276 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15277 echo "$ac_t""yes" 1>&6
15278
15279 THREADS_OBJ="threadpsx.lo"
15280 THREADS_LINK="c_r"
15281
15282 else
15283 echo "$ac_t""no" 1>&6
15284
15285 ac_safe=`echo "sys/prctl.h" | sed 'y%./+-%__p_%'`
15286 echo $ac_n "checking for sys/prctl.h""... $ac_c" 1>&6
15287 echo "configure:15288: checking for sys/prctl.h" >&5
15288 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
15289 echo $ac_n "(cached) $ac_c" 1>&6
15290 else
15291 cat > conftest.$ac_ext <<EOF
15292 #line 15293 "configure"
15293 #include "confdefs.h"
15294 #include <sys/prctl.h>
15295 EOF
15296 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
15297 { (eval echo configure:15298: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
15298 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
15299 if test -z "$ac_err"; then
15300 rm -rf conftest*
15301 eval "ac_cv_header_$ac_safe=yes"
15302 else
15303 echo "$ac_err" >&5
15304 echo "configure: failed program was:" >&5
15305 cat conftest.$ac_ext >&5
15306 rm -rf conftest*
15307 eval "ac_cv_header_$ac_safe=no"
15308 fi
15309 rm -f conftest*
15310 fi
15311 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
15312 echo "$ac_t""yes" 1>&6
15313
15314 THREADS_OBJ="threadsgi.lo"
15315
15316 else
15317 echo "$ac_t""no" 1>&6
15318 fi
15319
15320
15321 fi
15322
15323
15324 fi
15325
15326
15327 if test -z "$THREADS_OBJ" ; then
15328 wxUSE_THREADS=no
15329 echo "configure: warning: No thread support on this system" 1>&2
15330 fi
15331 fi
15332
15333 if test "$wxUSE_THREADS" = "yes" ; then
15334 for ac_func in thr_setconcurrency
15335 do
15336 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15337 echo "configure:15338: checking for $ac_func" >&5
15338 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15339 echo $ac_n "(cached) $ac_c" 1>&6
15340 else
15341 cat > conftest.$ac_ext <<EOF
15342 #line 15343 "configure"
15343 #include "confdefs.h"
15344 /* System header to define __stub macros and hopefully few prototypes,
15345 which can conflict with char $ac_func(); below. */
15346 #include <assert.h>
15347 /* Override any gcc2 internal prototype to avoid an error. */
15348 /* We use char because int might match the return type of a gcc2
15349 builtin and then its argument prototype would still apply. */
15350 char $ac_func();
15351
15352 int main() {
15353
15354 /* The GNU C library defines this for functions which it implements
15355 to always fail with ENOSYS. Some functions are actually named
15356 something starting with __ and the normal name is an alias. */
15357 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15358 choke me
15359 #else
15360 $ac_func();
15361 #endif
15362
15363 ; return 0; }
15364 EOF
15365 if { (eval echo configure:15366: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15366 rm -rf conftest*
15367 eval "ac_cv_func_$ac_func=yes"
15368 else
15369 echo "configure: failed program was:" >&5
15370 cat conftest.$ac_ext >&5
15371 rm -rf conftest*
15372 eval "ac_cv_func_$ac_func=no"
15373 fi
15374 rm -f conftest*
15375 fi
15376
15377 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15378 echo "$ac_t""yes" 1>&6
15379 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15380 cat >> confdefs.h <<EOF
15381 #define $ac_tr_func 1
15382 EOF
15383
15384 else
15385 echo "$ac_t""no" 1>&6
15386 fi
15387 done
15388
15389
15390
15391 for ac_hdr in sched.h
15392 do
15393 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
15394 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
15395 echo "configure:15396: checking for $ac_hdr" >&5
15396 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
15397 echo $ac_n "(cached) $ac_c" 1>&6
15398 else
15399 cat > conftest.$ac_ext <<EOF
15400 #line 15401 "configure"
15401 #include "confdefs.h"
15402 #include <$ac_hdr>
15403 EOF
15404 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
15405 { (eval echo configure:15406: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
15406 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
15407 if test -z "$ac_err"; then
15408 rm -rf conftest*
15409 eval "ac_cv_header_$ac_safe=yes"
15410 else
15411 echo "$ac_err" >&5
15412 echo "configure: failed program was:" >&5
15413 cat conftest.$ac_ext >&5
15414 rm -rf conftest*
15415 eval "ac_cv_header_$ac_safe=no"
15416 fi
15417 rm -f conftest*
15418 fi
15419 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
15420 echo "$ac_t""yes" 1>&6
15421 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
15422 cat >> confdefs.h <<EOF
15423 #define $ac_tr_hdr 1
15424 EOF
15425
15426 else
15427 echo "$ac_t""no" 1>&6
15428 fi
15429 done
15430
15431
15432 echo $ac_n "checking for sched_yield in -l$THREADS_LINK""... $ac_c" 1>&6
15433 echo "configure:15434: checking for sched_yield in -l$THREADS_LINK" >&5
15434 ac_lib_var=`echo $THREADS_LINK'_'sched_yield | sed 'y%./+-%__p_%'`
15435 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15436 echo $ac_n "(cached) $ac_c" 1>&6
15437 else
15438 ac_save_LIBS="$LIBS"
15439 LIBS="-l$THREADS_LINK $LIBS"
15440 cat > conftest.$ac_ext <<EOF
15441 #line 15442 "configure"
15442 #include "confdefs.h"
15443 /* Override any gcc2 internal prototype to avoid an error. */
15444 /* We use char because int might match the return type of a gcc2
15445 builtin and then its argument prototype would still apply. */
15446 char sched_yield();
15447
15448 int main() {
15449 sched_yield()
15450 ; return 0; }
15451 EOF
15452 if { (eval echo configure:15453: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15453 rm -rf conftest*
15454 eval "ac_cv_lib_$ac_lib_var=yes"
15455 else
15456 echo "configure: failed program was:" >&5
15457 cat conftest.$ac_ext >&5
15458 rm -rf conftest*
15459 eval "ac_cv_lib_$ac_lib_var=no"
15460 fi
15461 rm -f conftest*
15462 LIBS="$ac_save_LIBS"
15463
15464 fi
15465 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15466 echo "$ac_t""yes" 1>&6
15467 cat >> confdefs.h <<\EOF
15468 #define HAVE_SCHED_YIELD 1
15469 EOF
15470
15471 else
15472 echo "$ac_t""no" 1>&6
15473 echo $ac_n "checking for sched_yield in -lposix4""... $ac_c" 1>&6
15474 echo "configure:15475: checking for sched_yield in -lposix4" >&5
15475 ac_lib_var=`echo posix4'_'sched_yield | sed 'y%./+-%__p_%'`
15476 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15477 echo $ac_n "(cached) $ac_c" 1>&6
15478 else
15479 ac_save_LIBS="$LIBS"
15480 LIBS="-lposix4 $LIBS"
15481 cat > conftest.$ac_ext <<EOF
15482 #line 15483 "configure"
15483 #include "confdefs.h"
15484 /* Override any gcc2 internal prototype to avoid an error. */
15485 /* We use char because int might match the return type of a gcc2
15486 builtin and then its argument prototype would still apply. */
15487 char sched_yield();
15488
15489 int main() {
15490 sched_yield()
15491 ; return 0; }
15492 EOF
15493 if { (eval echo configure:15494: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15494 rm -rf conftest*
15495 eval "ac_cv_lib_$ac_lib_var=yes"
15496 else
15497 echo "configure: failed program was:" >&5
15498 cat conftest.$ac_ext >&5
15499 rm -rf conftest*
15500 eval "ac_cv_lib_$ac_lib_var=no"
15501 fi
15502 rm -f conftest*
15503 LIBS="$ac_save_LIBS"
15504
15505 fi
15506 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15507 echo "$ac_t""yes" 1>&6
15508 cat >> confdefs.h <<\EOF
15509 #define HAVE_SCHED_YIELD 1
15510 EOF
15511 POSIX4_LINK="-lposix4"
15512 else
15513 echo "$ac_t""no" 1>&6
15514 echo "configure: warning: wxThread::Yield will not work properly" 1>&2
15515
15516 fi
15517
15518
15519 fi
15520
15521
15522 HAVE_PRIOR_FUNCS=0
15523 echo $ac_n "checking for pthread_attr_getschedpolicy in -l$THREADS_LINK""... $ac_c" 1>&6
15524 echo "configure:15525: checking for pthread_attr_getschedpolicy in -l$THREADS_LINK" >&5
15525 ac_lib_var=`echo $THREADS_LINK'_'pthread_attr_getschedpolicy | sed 'y%./+-%__p_%'`
15526 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15527 echo $ac_n "(cached) $ac_c" 1>&6
15528 else
15529 ac_save_LIBS="$LIBS"
15530 LIBS="-l$THREADS_LINK $LIBS"
15531 cat > conftest.$ac_ext <<EOF
15532 #line 15533 "configure"
15533 #include "confdefs.h"
15534 /* Override any gcc2 internal prototype to avoid an error. */
15535 /* We use char because int might match the return type of a gcc2
15536 builtin and then its argument prototype would still apply. */
15537 char pthread_attr_getschedpolicy();
15538
15539 int main() {
15540 pthread_attr_getschedpolicy()
15541 ; return 0; }
15542 EOF
15543 if { (eval echo configure:15544: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15544 rm -rf conftest*
15545 eval "ac_cv_lib_$ac_lib_var=yes"
15546 else
15547 echo "configure: failed program was:" >&5
15548 cat conftest.$ac_ext >&5
15549 rm -rf conftest*
15550 eval "ac_cv_lib_$ac_lib_var=no"
15551 fi
15552 rm -f conftest*
15553 LIBS="$ac_save_LIBS"
15554
15555 fi
15556 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15557 echo "$ac_t""yes" 1>&6
15558 echo $ac_n "checking for pthread_attr_setschedparam in -l$THREADS_LINK""... $ac_c" 1>&6
15559 echo "configure:15560: checking for pthread_attr_setschedparam in -l$THREADS_LINK" >&5
15560 ac_lib_var=`echo $THREADS_LINK'_'pthread_attr_setschedparam | sed 'y%./+-%__p_%'`
15561 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15562 echo $ac_n "(cached) $ac_c" 1>&6
15563 else
15564 ac_save_LIBS="$LIBS"
15565 LIBS="-l$THREADS_LINK $LIBS"
15566 cat > conftest.$ac_ext <<EOF
15567 #line 15568 "configure"
15568 #include "confdefs.h"
15569 /* Override any gcc2 internal prototype to avoid an error. */
15570 /* We use char because int might match the return type of a gcc2
15571 builtin and then its argument prototype would still apply. */
15572 char pthread_attr_setschedparam();
15573
15574 int main() {
15575 pthread_attr_setschedparam()
15576 ; return 0; }
15577 EOF
15578 if { (eval echo configure:15579: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15579 rm -rf conftest*
15580 eval "ac_cv_lib_$ac_lib_var=yes"
15581 else
15582 echo "configure: failed program was:" >&5
15583 cat conftest.$ac_ext >&5
15584 rm -rf conftest*
15585 eval "ac_cv_lib_$ac_lib_var=no"
15586 fi
15587 rm -f conftest*
15588 LIBS="$ac_save_LIBS"
15589
15590 fi
15591 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15592 echo "$ac_t""yes" 1>&6
15593 echo $ac_n "checking for sched_get_priority_max in -l$THREADS_LINK""... $ac_c" 1>&6
15594 echo "configure:15595: checking for sched_get_priority_max in -l$THREADS_LINK" >&5
15595 ac_lib_var=`echo $THREADS_LINK'_'sched_get_priority_max | sed 'y%./+-%__p_%'`
15596 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15597 echo $ac_n "(cached) $ac_c" 1>&6
15598 else
15599 ac_save_LIBS="$LIBS"
15600 LIBS="-l$THREADS_LINK $LIBS"
15601 cat > conftest.$ac_ext <<EOF
15602 #line 15603 "configure"
15603 #include "confdefs.h"
15604 /* Override any gcc2 internal prototype to avoid an error. */
15605 /* We use char because int might match the return type of a gcc2
15606 builtin and then its argument prototype would still apply. */
15607 char sched_get_priority_max();
15608
15609 int main() {
15610 sched_get_priority_max()
15611 ; return 0; }
15612 EOF
15613 if { (eval echo configure:15614: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15614 rm -rf conftest*
15615 eval "ac_cv_lib_$ac_lib_var=yes"
15616 else
15617 echo "configure: failed program was:" >&5
15618 cat conftest.$ac_ext >&5
15619 rm -rf conftest*
15620 eval "ac_cv_lib_$ac_lib_var=no"
15621 fi
15622 rm -f conftest*
15623 LIBS="$ac_save_LIBS"
15624
15625 fi
15626 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15627 echo "$ac_t""yes" 1>&6
15628 HAVE_PRIOR_FUNCS=1
15629 else
15630 echo "$ac_t""no" 1>&6
15631 echo $ac_n "checking for sched_get_priority_max in -lposix4""... $ac_c" 1>&6
15632 echo "configure:15633: checking for sched_get_priority_max in -lposix4" >&5
15633 ac_lib_var=`echo posix4'_'sched_get_priority_max | sed 'y%./+-%__p_%'`
15634 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15635 echo $ac_n "(cached) $ac_c" 1>&6
15636 else
15637 ac_save_LIBS="$LIBS"
15638 LIBS="-lposix4 $LIBS"
15639 cat > conftest.$ac_ext <<EOF
15640 #line 15641 "configure"
15641 #include "confdefs.h"
15642 /* Override any gcc2 internal prototype to avoid an error. */
15643 /* We use char because int might match the return type of a gcc2
15644 builtin and then its argument prototype would still apply. */
15645 char sched_get_priority_max();
15646
15647 int main() {
15648 sched_get_priority_max()
15649 ; return 0; }
15650 EOF
15651 if { (eval echo configure:15652: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15652 rm -rf conftest*
15653 eval "ac_cv_lib_$ac_lib_var=yes"
15654 else
15655 echo "configure: failed program was:" >&5
15656 cat conftest.$ac_ext >&5
15657 rm -rf conftest*
15658 eval "ac_cv_lib_$ac_lib_var=no"
15659 fi
15660 rm -f conftest*
15661 LIBS="$ac_save_LIBS"
15662
15663 fi
15664 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15665 echo "$ac_t""yes" 1>&6
15666
15667 HAVE_PRIOR_FUNCS=1
15668 POSIX4_LINK="-lposix4"
15669
15670 else
15671 echo "$ac_t""no" 1>&6
15672 fi
15673
15674
15675 fi
15676
15677
15678 else
15679 echo "$ac_t""no" 1>&6
15680 fi
15681
15682
15683 else
15684 echo "$ac_t""no" 1>&6
15685 fi
15686
15687
15688 if test "$HAVE_PRIOR_FUNCS" = 1; then
15689 cat >> confdefs.h <<\EOF
15690 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
15691 EOF
15692
15693 else
15694 echo "configure: warning: Setting thread priority will not work" 1>&2
15695 fi
15696
15697 echo $ac_n "checking for pthread_cancel in -l$THREADS_LINK""... $ac_c" 1>&6
15698 echo "configure:15699: checking for pthread_cancel in -l$THREADS_LINK" >&5
15699 ac_lib_var=`echo $THREADS_LINK'_'pthread_cancel | sed 'y%./+-%__p_%'`
15700 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15701 echo $ac_n "(cached) $ac_c" 1>&6
15702 else
15703 ac_save_LIBS="$LIBS"
15704 LIBS="-l$THREADS_LINK $LIBS"
15705 cat > conftest.$ac_ext <<EOF
15706 #line 15707 "configure"
15707 #include "confdefs.h"
15708 /* Override any gcc2 internal prototype to avoid an error. */
15709 /* We use char because int might match the return type of a gcc2
15710 builtin and then its argument prototype would still apply. */
15711 char pthread_cancel();
15712
15713 int main() {
15714 pthread_cancel()
15715 ; return 0; }
15716 EOF
15717 if { (eval echo configure:15718: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15718 rm -rf conftest*
15719 eval "ac_cv_lib_$ac_lib_var=yes"
15720 else
15721 echo "configure: failed program was:" >&5
15722 cat conftest.$ac_ext >&5
15723 rm -rf conftest*
15724 eval "ac_cv_lib_$ac_lib_var=no"
15725 fi
15726 rm -f conftest*
15727 LIBS="$ac_save_LIBS"
15728
15729 fi
15730 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15731 echo "$ac_t""yes" 1>&6
15732 cat >> confdefs.h <<\EOF
15733 #define HAVE_PTHREAD_CANCEL 1
15734 EOF
15735
15736 else
15737 echo "$ac_t""no" 1>&6
15738 echo "configure: warning: wxThread::Kill() will not work properly" 1>&2
15739 fi
15740
15741
15742 echo $ac_n "checking for pthread_cleanup_push/pop""... $ac_c" 1>&6
15743 echo "configure:15744: checking for pthread_cleanup_push/pop" >&5
15744 if eval "test \"`echo '$''{'wx_cv_func_pthread_cleanup_push'+set}'`\" = set"; then
15745 echo $ac_n "(cached) $ac_c" 1>&6
15746 else
15747
15748 cat > conftest.$ac_ext <<EOF
15749 #line 15750 "configure"
15750 #include "confdefs.h"
15751 #include <pthread.h>
15752 int main() {
15753
15754 pthread_cleanup_push(NULL, NULL);
15755 pthread_cleanup_pop(0);
15756
15757 ; return 0; }
15758 EOF
15759 if { (eval echo configure:15760: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15760 rm -rf conftest*
15761
15762 wx_cv_func_pthread_cleanup_push=yes
15763
15764 else
15765 echo "configure: failed program was:" >&5
15766 cat conftest.$ac_ext >&5
15767 rm -rf conftest*
15768
15769 wx_cv_func_pthread_cleanup_push=no
15770
15771 fi
15772 rm -f conftest*
15773
15774 fi
15775
15776 echo "$ac_t""$wx_cv_func_pthread_cleanup_push" 1>&6
15777
15778 if test "$wx_cv_func_pthread_cleanup_push" = "yes"; then
15779 cat >> confdefs.h <<\EOF
15780 #define HAVE_THREAD_CLEANUP_FUNCTIONS 1
15781 EOF
15782
15783 fi
15784
15785
15786 if test "x$wx_lib_glibc21" = "xyes"; then
15787 CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
15788 fi
15789
15790 echo $ac_n "checking for pthread_mutexattr_t""... $ac_c" 1>&6
15791 echo "configure:15792: checking for pthread_mutexattr_t" >&5
15792 if eval "test \"`echo '$''{'wx_cv_type_pthread_mutexattr_t'+set}'`\" = set"; then
15793 echo $ac_n "(cached) $ac_c" 1>&6
15794 else
15795
15796 cat > conftest.$ac_ext <<EOF
15797 #line 15798 "configure"
15798 #include "confdefs.h"
15799 #include <pthread.h>
15800 int main() {
15801
15802 pthread_mutexattr_t attr;
15803 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
15804
15805 ; return 0; }
15806 EOF
15807 if { (eval echo configure:15808: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15808 rm -rf conftest*
15809
15810 wx_cv_type_pthread_mutexattr_t=yes
15811
15812 else
15813 echo "configure: failed program was:" >&5
15814 cat conftest.$ac_ext >&5
15815 rm -rf conftest*
15816
15817 wx_cv_type_pthread_mutexattr_t=no
15818
15819
15820 fi
15821 rm -f conftest*
15822
15823 fi
15824
15825 echo "$ac_t""$wx_cv_type_pthread_mutexattr_t" 1>&6
15826
15827 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
15828 cat >> confdefs.h <<\EOF
15829 #define HAVE_PTHREAD_MUTEXATTR_T 1
15830 EOF
15831
15832 else
15833 echo $ac_n "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER""... $ac_c" 1>&6
15834 echo "configure:15835: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
15835 if eval "test \"`echo '$''{'wx_cv_type_pthread_rec_mutex_init'+set}'`\" = set"; then
15836 echo $ac_n "(cached) $ac_c" 1>&6
15837 else
15838
15839 cat > conftest.$ac_ext <<EOF
15840 #line 15841 "configure"
15841 #include "confdefs.h"
15842 #include <pthread.h>
15843 int main() {
15844
15845 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
15846
15847 ; return 0; }
15848 EOF
15849 if { (eval echo configure:15850: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15850 rm -rf conftest*
15851
15852 wx_cv_type_pthread_rec_mutex_init=yes
15853
15854 else
15855 echo "configure: failed program was:" >&5
15856 cat conftest.$ac_ext >&5
15857 rm -rf conftest*
15858
15859 wx_cv_type_pthread_rec_mutex_init=no
15860
15861
15862 fi
15863 rm -f conftest*
15864
15865 fi
15866
15867 echo "$ac_t""$wx_cv_type_pthread_rec_mutex_init" 1>&6
15868 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
15869 cat >> confdefs.h <<\EOF
15870 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
15871 EOF
15872
15873 else
15874 echo "configure: warning: wxMutex won't be recursive on this platform" 1>&2
15875 fi
15876 fi
15877
15878 THREADS_LINK="-l$THREADS_LINK"
15879
15880 if test "$USE_SOLARIS" = "yes" -a "$GCC" != "yes"; then
15881 CPPFLAGS="${CFLAGS} -mt"
15882 CXXFLAGS="${CXXFLAGS} -mt"
15883 LDFLAGS="${LDFLAGS} -mt"
15884 fi
15885 fi
15886
15887 fi
15888
15889 if test "$wxUSE_THREADS" = "yes"; then
15890 cat >> confdefs.h <<\EOF
15891 #define wxUSE_THREADS 1
15892 EOF
15893
15894
15895 if test "$USE_DARWIN" != 1; then
15896 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D_REENTRANT"
15897 fi
15898
15899 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
15900 else
15901 if test "$ac_cv_func_strtok_r" = "yes"; then
15902 echo $ac_n "checking if -D_REENTRANT is needed""... $ac_c" 1>&6
15903 echo "configure:15904: checking if -D_REENTRANT is needed" >&5
15904 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
15905 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D_REENTRANT"
15906 echo "$ac_t""yes" 1>&6
15907 else
15908 echo "$ac_t""no" 1>&6
15909 fi
15910 fi
15911 fi
15912
15913 if test "$WXGTK20" = 1 ; then
15914 cat >> confdefs.h <<EOF
15915 #define __WXGTK20__ $WXGTK20
15916 EOF
15917
15918 WXGTK12=1
15919 fi
15920
15921 if test "$WXGTK12" = 1 ; then
15922 cat >> confdefs.h <<EOF
15923 #define __WXGTK12__ $WXGTK12
15924 EOF
15925
15926 fi
15927
15928 if test "$WXGTK127" = 1 ; then
15929 cat >> confdefs.h <<EOF
15930 #define __WXGTK127__ $WXGTK127
15931 EOF
15932
15933 fi
15934
15935 WXDEBUG=
15936
15937 if test "$wxUSE_DEBUG_INFO" = "yes" ; then
15938 WXDEBUG="-g"
15939 wxUSE_OPTIMISE=no
15940 fi
15941
15942 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
15943 wxUSE_DEBUG_INFO=yes
15944 WXDEBUG="-ggdb"
15945 fi
15946
15947 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
15948 cat >> confdefs.h <<\EOF
15949 #define WXDEBUG 1
15950 EOF
15951
15952 WXDEBUG_DEFINE="-D__WXDEBUG__"
15953 else
15954 if test "$wxUSE_GTK" = 1 ; then
15955 WXDEBUG_DEFINE="-DGTK_NO_CHECK_CASTS"
15956 fi
15957 fi
15958
15959 if test "$wxUSE_MEM_TRACING" = "yes" ; then
15960 cat >> confdefs.h <<\EOF
15961 #define wxUSE_MEMORY_TRACING 1
15962 EOF
15963
15964 cat >> confdefs.h <<\EOF
15965 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
15966 EOF
15967
15968 cat >> confdefs.h <<\EOF
15969 #define wxUSE_DEBUG_NEW_ALWAYS 1
15970 EOF
15971
15972 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
15973 fi
15974
15975 if test "$wxUSE_DMALLOC" = "yes" ; then
15976 DMALLOC_LINK="-ldmalloc"
15977 fi
15978
15979 PROFILE=
15980 if test "$wxUSE_PROFILE" = "yes" ; then
15981 PROFILE="-pg"
15982 fi
15983
15984 if test "$GCC" = yes ; then
15985 if test "$wxUSE_NO_RTTI" = "yes" ; then
15986 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-rtti"
15987 fi
15988 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
15989 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-exceptions"
15990 fi
15991 if test "$wxUSE_PERMISSIVE" = "yes" ; then
15992 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive"
15993 fi
15994 if test "$wxUSE_NO_DEPS" = "no" ; then
15995 CFLAGS="-MMD ${CFLAGS}"
15996 CXXFLAGS="-MMD ${CXXFLAGS}"
15997 fi
15998 if test "$USE_WIN32" = 1 ; then
15999 # I'm not even really sure what this was ever added to solve,
16000 # but someone added it for mingw native builds, so I guess
16001 # they had a reason, right??
16002 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fno-pcc-struct-return"
16003 fi
16004 fi
16005
16006
16007 CXXFLAGS=`echo "${CXXFLAGS}" | sed "s/\-O.//g" `
16008 CFLAGS=`echo "${CFLAGS}" | sed "s/\-O.//g" `
16009 if test "$wxUSE_OPTIMISE" = "no" ; then
16010 OPTIMISE=
16011 else
16012 if test "$GCC" = yes ; then
16013 OPTIMISE="-O2"
16014 case "${host}" in
16015 i586-*-*|i686-*-* )
16016 OPTIMISE="${OPTIMISE} "
16017 ;;
16018 esac
16019 else
16020 OPTIMISE="-O"
16021 fi
16022 fi
16023
16024 if test "$WXWIN_COMPATIBILITY_2" = "yes"; then
16025 cat >> confdefs.h <<\EOF
16026 #define WXWIN_COMPATIBILITY_2 1
16027 EOF
16028
16029
16030 WXWIN_COMPATIBILITY_2_2="yes"
16031 fi
16032
16033 if test "$WXWIN_COMPATIBILITY_2_2" = "yes"; then
16034 cat >> confdefs.h <<\EOF
16035 #define WXWIN_COMPATIBILITY_2_2 1
16036 EOF
16037
16038 fi
16039
16040
16041 if test "$wxUSE_GUI" = "yes"; then
16042 cat >> confdefs.h <<\EOF
16043 #define wxUSE_GUI 1
16044 EOF
16045
16046
16047 else
16048 cat >> confdefs.h <<\EOF
16049 #define wxUSE_NOGUI 1
16050 EOF
16051
16052 fi
16053
16054
16055 if test "$wxUSE_UNIX" = "yes"; then
16056 cat >> confdefs.h <<\EOF
16057 #define wxUSE_UNIX 1
16058 EOF
16059
16060 fi
16061
16062
16063 if test "$wxUSE_APPLE_IEEE" = "yes"; then
16064 cat >> confdefs.h <<\EOF
16065 #define wxUSE_APPLE_IEEE 1
16066 EOF
16067
16068 fi
16069
16070 if test "$wxUSE_TIMER" = "yes"; then
16071 cat >> confdefs.h <<\EOF
16072 #define wxUSE_TIMER 1
16073 EOF
16074
16075 fi
16076
16077 if test "$wxUSE_WAVE" = "yes"; then
16078 cat >> confdefs.h <<\EOF
16079 #define wxUSE_WAVE 1
16080 EOF
16081
16082 fi
16083
16084 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
16085 cat >> confdefs.h <<\EOF
16086 #define wxUSE_CMDLINE_PARSER 1
16087 EOF
16088
16089 fi
16090
16091 if test "$wxUSE_STOPWATCH" = "yes"; then
16092 cat >> confdefs.h <<\EOF
16093 #define wxUSE_STOPWATCH 1
16094 EOF
16095
16096 fi
16097
16098 if test "$wxUSE_DATETIME" = "yes"; then
16099 cat >> confdefs.h <<\EOF
16100 #define wxUSE_DATETIME 1
16101 EOF
16102
16103 fi
16104
16105 if test "$wxUSE_TIMEDATE" = "yes"; then
16106 cat >> confdefs.h <<\EOF
16107 #define wxUSE_TIMEDATE 1
16108 EOF
16109
16110 fi
16111
16112 if test "$wxUSE_FILE" = "yes"; then
16113 cat >> confdefs.h <<\EOF
16114 #define wxUSE_FILE 1
16115 EOF
16116
16117 fi
16118
16119 if test "$wxUSE_FFILE" = "yes"; then
16120 cat >> confdefs.h <<\EOF
16121 #define wxUSE_FFILE 1
16122 EOF
16123
16124 fi
16125
16126 if test "$wxUSE_FILESYSTEM" = "yes"; then
16127 cat >> confdefs.h <<\EOF
16128 #define wxUSE_FILESYSTEM 1
16129 EOF
16130
16131 fi
16132
16133 if test "$wxUSE_FS_INET" = "yes"; then
16134 cat >> confdefs.h <<\EOF
16135 #define wxUSE_FS_INET 1
16136 EOF
16137
16138 fi
16139
16140 if test "$wxUSE_FS_ZIP" = "yes"; then
16141 cat >> confdefs.h <<\EOF
16142 #define wxUSE_FS_ZIP 1
16143 EOF
16144
16145 fi
16146
16147 if test "$wxUSE_ZIPSTREAM" = "yes"; then
16148 cat >> confdefs.h <<\EOF
16149 #define wxUSE_ZIPSTREAM 1
16150 EOF
16151
16152 fi
16153
16154 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
16155 cat >> confdefs.h <<\EOF
16156 #define wxUSE_ON_FATAL_EXCEPTION 1
16157 EOF
16158
16159 fi
16160
16161 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
16162 cat >> confdefs.h <<\EOF
16163 #define wxUSE_SNGLINST_CHECKER 1
16164 EOF
16165
16166 fi
16167
16168 if test "$wxUSE_BUSYINFO" = "yes"; then
16169 cat >> confdefs.h <<\EOF
16170 #define wxUSE_BUSYINFO 1
16171 EOF
16172
16173 fi
16174
16175 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
16176 cat >> confdefs.h <<\EOF
16177 #define wxUSE_STD_IOSTREAM 1
16178 EOF
16179
16180 fi
16181
16182 if test "$wxUSE_TEXTFILE" = "yes"; then
16183 if test "$wxUSE_FILE" != "yes"; then
16184 echo "configure: warning: wxTextFile requires wxFile and it won't be compiled without it" 1>&2
16185 else
16186 cat >> confdefs.h <<\EOF
16187 #define wxUSE_TEXTFILE 1
16188 EOF
16189
16190 fi
16191 fi
16192
16193 if test "$wxUSE_CONFIG" = "yes" ; then
16194 if test "$wxUSE_TEXTFILE" != "yes"; then
16195 echo "configure: warning: wxConfig requires wxTextFile and it won't be compiled without it" 1>&2
16196 else
16197 cat >> confdefs.h <<\EOF
16198 #define wxUSE_CONFIG 1
16199 EOF
16200
16201 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
16202 fi
16203 fi
16204
16205 if test "$wxUSE_INTL" = "yes" ; then
16206 if test "$wxUSE_FILE" != "yes"; then
16207 echo "configure: warning: I18n code requires wxFile and it won't be compiled without it" 1>&2
16208 else
16209 cat >> confdefs.h <<\EOF
16210 #define wxUSE_INTL 1
16211 EOF
16212
16213 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
16214 GUIDIST="$GUIDIST INTL_DIST"
16215 fi
16216 fi
16217
16218 if test "$wxUSE_LOG" = "yes"; then
16219 cat >> confdefs.h <<\EOF
16220 #define wxUSE_LOG 1
16221 EOF
16222
16223
16224 if test "$wxUSE_LOGGUI" = "yes"; then
16225 cat >> confdefs.h <<\EOF
16226 #define wxUSE_LOGGUI 1
16227 EOF
16228
16229 fi
16230
16231 if test "$wxUSE_LOGWINDOW" = "yes"; then
16232 cat >> confdefs.h <<\EOF
16233 #define wxUSE_LOGWINDOW 1
16234 EOF
16235
16236 fi
16237 fi
16238
16239 if test "$wxUSE_LONGLONG" = "yes"; then
16240 cat >> confdefs.h <<\EOF
16241 #define wxUSE_LONGLONG 1
16242 EOF
16243
16244 fi
16245
16246 if test "$wxUSE_GEOMETRY" = "yes"; then
16247 cat >> confdefs.h <<\EOF
16248 #define wxUSE_GEOMETRY 1
16249 EOF
16250
16251 fi
16252
16253 if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then
16254 cat >> confdefs.h <<\EOF
16255 #define wxUSE_DIALUP_MANAGER 1
16256 EOF
16257
16258 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
16259 fi
16260
16261 if test "$wxUSE_STREAMS" = "yes" ; then
16262 cat >> confdefs.h <<\EOF
16263 #define wxUSE_STREAMS 1
16264 EOF
16265
16266 fi
16267
16268
16269 if test "$wxUSE_DATETIME" = "yes"; then
16270 for ac_func in strptime
16271 do
16272 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16273 echo "configure:16274: checking for $ac_func" >&5
16274 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16275 echo $ac_n "(cached) $ac_c" 1>&6
16276 else
16277 cat > conftest.$ac_ext <<EOF
16278 #line 16279 "configure"
16279 #include "confdefs.h"
16280 /* System header to define __stub macros and hopefully few prototypes,
16281 which can conflict with char $ac_func(); below. */
16282 #include <assert.h>
16283 /* Override any gcc2 internal prototype to avoid an error. */
16284 /* We use char because int might match the return type of a gcc2
16285 builtin and then its argument prototype would still apply. */
16286 char $ac_func();
16287
16288 int main() {
16289
16290 /* The GNU C library defines this for functions which it implements
16291 to always fail with ENOSYS. Some functions are actually named
16292 something starting with __ and the normal name is an alias. */
16293 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16294 choke me
16295 #else
16296 $ac_func();
16297 #endif
16298
16299 ; return 0; }
16300 EOF
16301 if { (eval echo configure:16302: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16302 rm -rf conftest*
16303 eval "ac_cv_func_$ac_func=yes"
16304 else
16305 echo "configure: failed program was:" >&5
16306 cat conftest.$ac_ext >&5
16307 rm -rf conftest*
16308 eval "ac_cv_func_$ac_func=no"
16309 fi
16310 rm -f conftest*
16311 fi
16312
16313 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16314 echo "$ac_t""yes" 1>&6
16315 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16316 cat >> confdefs.h <<EOF
16317 #define $ac_tr_func 1
16318 EOF
16319
16320 else
16321 echo "$ac_t""no" 1>&6
16322 fi
16323 done
16324
16325
16326 echo $ac_n "checking for timezone variable in <time.h>""... $ac_c" 1>&6
16327 echo "configure:16328: checking for timezone variable in <time.h>" >&5
16328 if eval "test \"`echo '$''{'wx_cv_var_timezone'+set}'`\" = set"; then
16329 echo $ac_n "(cached) $ac_c" 1>&6
16330 else
16331
16332 cat > conftest.$ac_ext <<EOF
16333 #line 16334 "configure"
16334 #include "confdefs.h"
16335
16336 #include <time.h>
16337
16338 int main() {
16339
16340 int tz;
16341 tz = timezone;
16342
16343 ; return 0; }
16344 EOF
16345 if { (eval echo configure:16346: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16346 rm -rf conftest*
16347
16348 wx_cv_var_timezone=timezone
16349
16350 else
16351 echo "configure: failed program was:" >&5
16352 cat conftest.$ac_ext >&5
16353 rm -rf conftest*
16354
16355 cat > conftest.$ac_ext <<EOF
16356 #line 16357 "configure"
16357 #include "confdefs.h"
16358
16359 #include <time.h>
16360
16361 int main() {
16362
16363 int tz;
16364 tz = _timezone;
16365
16366 ; return 0; }
16367 EOF
16368 if { (eval echo configure:16369: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16369 rm -rf conftest*
16370
16371 wx_cv_var_timezone=_timezone
16372
16373 else
16374 echo "configure: failed program was:" >&5
16375 cat conftest.$ac_ext >&5
16376 rm -rf conftest*
16377
16378 cat > conftest.$ac_ext <<EOF
16379 #line 16380 "configure"
16380 #include "confdefs.h"
16381
16382 #include <time.h>
16383
16384 int main() {
16385
16386 int tz;
16387 tz = __timezone;
16388
16389 ; return 0; }
16390 EOF
16391 if { (eval echo configure:16392: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16392 rm -rf conftest*
16393
16394 wx_cv_var_timezone=__timezone
16395
16396 else
16397 echo "configure: failed program was:" >&5
16398 cat conftest.$ac_ext >&5
16399 rm -rf conftest*
16400 { echo "configure: error: no timezone variable" 1>&2; exit 1; }
16401
16402 fi
16403 rm -f conftest*
16404
16405
16406 fi
16407 rm -f conftest*
16408
16409
16410 fi
16411 rm -f conftest*
16412
16413
16414 fi
16415
16416 echo "$ac_t""$wx_cv_var_timezone" 1>&6
16417
16418 cat >> confdefs.h <<EOF
16419 #define WX_TIMEZONE $wx_cv_var_timezone
16420 EOF
16421
16422
16423 for ac_func in localtime
16424 do
16425 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16426 echo "configure:16427: checking for $ac_func" >&5
16427 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16428 echo $ac_n "(cached) $ac_c" 1>&6
16429 else
16430 cat > conftest.$ac_ext <<EOF
16431 #line 16432 "configure"
16432 #include "confdefs.h"
16433 /* System header to define __stub macros and hopefully few prototypes,
16434 which can conflict with char $ac_func(); below. */
16435 #include <assert.h>
16436 /* Override any gcc2 internal prototype to avoid an error. */
16437 /* We use char because int might match the return type of a gcc2
16438 builtin and then its argument prototype would still apply. */
16439 char $ac_func();
16440
16441 int main() {
16442
16443 /* The GNU C library defines this for functions which it implements
16444 to always fail with ENOSYS. Some functions are actually named
16445 something starting with __ and the normal name is an alias. */
16446 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16447 choke me
16448 #else
16449 $ac_func();
16450 #endif
16451
16452 ; return 0; }
16453 EOF
16454 if { (eval echo configure:16455: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16455 rm -rf conftest*
16456 eval "ac_cv_func_$ac_func=yes"
16457 else
16458 echo "configure: failed program was:" >&5
16459 cat conftest.$ac_ext >&5
16460 rm -rf conftest*
16461 eval "ac_cv_func_$ac_func=no"
16462 fi
16463 rm -f conftest*
16464 fi
16465
16466 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16467 echo "$ac_t""yes" 1>&6
16468 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16469 cat >> confdefs.h <<EOF
16470 #define $ac_tr_func 1
16471 EOF
16472
16473 else
16474 echo "$ac_t""no" 1>&6
16475 fi
16476 done
16477
16478
16479 if test "$ac_cv_func_localtime" = "yes"; then
16480 echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6
16481 echo "configure:16482: checking for tm_gmtoff in struct tm" >&5
16482 if eval "test \"`echo '$''{'wx_cv_struct_tm_has_gmtoff'+set}'`\" = set"; then
16483 echo $ac_n "(cached) $ac_c" 1>&6
16484 else
16485
16486 cat > conftest.$ac_ext <<EOF
16487 #line 16488 "configure"
16488 #include "confdefs.h"
16489
16490 #include <time.h>
16491
16492 int main() {
16493
16494 struct tm tm;
16495 tm.tm_gmtoff++;
16496
16497 ; return 0; }
16498 EOF
16499 if { (eval echo configure:16500: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16500 rm -rf conftest*
16501
16502 wx_cv_struct_tm_has_gmtoff=yes
16503
16504 else
16505 echo "configure: failed program was:" >&5
16506 cat conftest.$ac_ext >&5
16507 rm -rf conftest*
16508 wx_cv_struct_tm_has_gmtoff=no
16509
16510 fi
16511 rm -f conftest*
16512
16513 fi
16514
16515 echo "$ac_t""$wx_cv_struct_tm_has_gmtoff" 1>&6
16516 fi
16517
16518 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
16519 cat >> confdefs.h <<\EOF
16520 #define WX_GMTOFF_IN_TM 1
16521 EOF
16522
16523 fi
16524
16525 for ac_func in gettimeofday ftime
16526 do
16527 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16528 echo "configure:16529: checking for $ac_func" >&5
16529 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16530 echo $ac_n "(cached) $ac_c" 1>&6
16531 else
16532 cat > conftest.$ac_ext <<EOF
16533 #line 16534 "configure"
16534 #include "confdefs.h"
16535 /* System header to define __stub macros and hopefully few prototypes,
16536 which can conflict with char $ac_func(); below. */
16537 #include <assert.h>
16538 /* Override any gcc2 internal prototype to avoid an error. */
16539 /* We use char because int might match the return type of a gcc2
16540 builtin and then its argument prototype would still apply. */
16541 char $ac_func();
16542
16543 int main() {
16544
16545 /* The GNU C library defines this for functions which it implements
16546 to always fail with ENOSYS. Some functions are actually named
16547 something starting with __ and the normal name is an alias. */
16548 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16549 choke me
16550 #else
16551 $ac_func();
16552 #endif
16553
16554 ; return 0; }
16555 EOF
16556 if { (eval echo configure:16557: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16557 rm -rf conftest*
16558 eval "ac_cv_func_$ac_func=yes"
16559 else
16560 echo "configure: failed program was:" >&5
16561 cat conftest.$ac_ext >&5
16562 rm -rf conftest*
16563 eval "ac_cv_func_$ac_func=no"
16564 fi
16565 rm -f conftest*
16566 fi
16567
16568 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16569 echo "$ac_t""yes" 1>&6
16570 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16571 cat >> confdefs.h <<EOF
16572 #define $ac_tr_func 1
16573 EOF
16574 break
16575 else
16576 echo "$ac_t""no" 1>&6
16577 fi
16578 done
16579
16580
16581 if test "$ac_cv_func_gettimeofday" = "yes"; then
16582 echo $ac_n "checking whether gettimeofday takes two arguments""... $ac_c" 1>&6
16583 echo "configure:16584: checking whether gettimeofday takes two arguments" >&5
16584 if eval "test \"`echo '$''{'wx_cv_func_gettimeofday_has_2_args'+set}'`\" = set"; then
16585 echo $ac_n "(cached) $ac_c" 1>&6
16586 else
16587
16588
16589 ac_ext=C
16590 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16591 ac_cpp='$CXXCPP $CPPFLAGS'
16592 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16593 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16594 cross_compiling=$ac_cv_prog_cxx_cross
16595
16596
16597 cat > conftest.$ac_ext <<EOF
16598 #line 16599 "configure"
16599 #include "confdefs.h"
16600
16601 #include <sys/time.h>
16602 #include <unistd.h>
16603
16604 int main() {
16605
16606 struct timeval tv;
16607 gettimeofday(&tv, NULL);
16608
16609 ; return 0; }
16610 EOF
16611 if { (eval echo configure:16612: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16612 rm -rf conftest*
16613 wx_cv_func_gettimeofday_has_2_args=yes
16614 else
16615 echo "configure: failed program was:" >&5
16616 cat conftest.$ac_ext >&5
16617 rm -rf conftest*
16618 cat > conftest.$ac_ext <<EOF
16619 #line 16620 "configure"
16620 #include "confdefs.h"
16621
16622 #include <sys/time.h>
16623 #include <unistd.h>
16624
16625 int main() {
16626
16627 struct timeval tv;
16628 gettimeofday(&tv);
16629
16630 ; return 0; }
16631 EOF
16632 if { (eval echo configure:16633: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16633 rm -rf conftest*
16634 wx_cv_func_gettimeofday_has_2_args=no
16635 else
16636 echo "configure: failed program was:" >&5
16637 cat conftest.$ac_ext >&5
16638 rm -rf conftest*
16639
16640 echo "configure: warning: failed to determine number of gettimeofday() arguments" 1>&2
16641 wx_cv_func_gettimeofday_has_2_args=unknown
16642
16643
16644 fi
16645 rm -f conftest*
16646
16647 fi
16648 rm -f conftest*
16649 ac_ext=c
16650 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16651 ac_cpp='$CPP $CPPFLAGS'
16652 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16653 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16654 cross_compiling=$ac_cv_prog_cc_cross
16655
16656
16657 fi
16658
16659 echo "$ac_t""$wx_cv_func_gettimeofday_has_2_args" 1>&6
16660
16661 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
16662 cat >> confdefs.h <<\EOF
16663 #define WX_GETTIMEOFDAY_NO_TZ 1
16664 EOF
16665
16666 fi
16667 fi
16668
16669 cat >> confdefs.h <<\EOF
16670 #define wxUSE_TIMEDATE 1
16671 EOF
16672
16673 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
16674 fi
16675
16676
16677 if test "$TOOLKIT" != "MSW"; then
16678
16679 if test "$wxUSE_SOCKETS" = "yes"; then
16680 echo $ac_n "checking for socket""... $ac_c" 1>&6
16681 echo "configure:16682: checking for socket" >&5
16682 if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
16683 echo $ac_n "(cached) $ac_c" 1>&6
16684 else
16685 cat > conftest.$ac_ext <<EOF
16686 #line 16687 "configure"
16687 #include "confdefs.h"
16688 /* System header to define __stub macros and hopefully few prototypes,
16689 which can conflict with char socket(); below. */
16690 #include <assert.h>
16691 /* Override any gcc2 internal prototype to avoid an error. */
16692 /* We use char because int might match the return type of a gcc2
16693 builtin and then its argument prototype would still apply. */
16694 char socket();
16695
16696 int main() {
16697
16698 /* The GNU C library defines this for functions which it implements
16699 to always fail with ENOSYS. Some functions are actually named
16700 something starting with __ and the normal name is an alias. */
16701 #if defined (__stub_socket) || defined (__stub___socket)
16702 choke me
16703 #else
16704 socket();
16705 #endif
16706
16707 ; return 0; }
16708 EOF
16709 if { (eval echo configure:16710: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16710 rm -rf conftest*
16711 eval "ac_cv_func_socket=yes"
16712 else
16713 echo "configure: failed program was:" >&5
16714 cat conftest.$ac_ext >&5
16715 rm -rf conftest*
16716 eval "ac_cv_func_socket=no"
16717 fi
16718 rm -f conftest*
16719 fi
16720
16721 if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then
16722 echo "$ac_t""yes" 1>&6
16723 :
16724 else
16725 echo "$ac_t""no" 1>&6
16726 echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
16727 echo "configure:16728: checking for socket in -lsocket" >&5
16728 ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
16729 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16730 echo $ac_n "(cached) $ac_c" 1>&6
16731 else
16732 ac_save_LIBS="$LIBS"
16733 LIBS="-lsocket $LIBS"
16734 cat > conftest.$ac_ext <<EOF
16735 #line 16736 "configure"
16736 #include "confdefs.h"
16737 /* Override any gcc2 internal prototype to avoid an error. */
16738 /* We use char because int might match the return type of a gcc2
16739 builtin and then its argument prototype would still apply. */
16740 char socket();
16741
16742 int main() {
16743 socket()
16744 ; return 0; }
16745 EOF
16746 if { (eval echo configure:16747: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16747 rm -rf conftest*
16748 eval "ac_cv_lib_$ac_lib_var=yes"
16749 else
16750 echo "configure: failed program was:" >&5
16751 cat conftest.$ac_ext >&5
16752 rm -rf conftest*
16753 eval "ac_cv_lib_$ac_lib_var=no"
16754 fi
16755 rm -f conftest*
16756 LIBS="$ac_save_LIBS"
16757
16758 fi
16759 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
16760 echo "$ac_t""yes" 1>&6
16761 INET_LINK="$INET_LINK -lsocket"
16762 else
16763 echo "$ac_t""no" 1>&6
16764
16765 echo "configure: warning: socket library not found - sockets will be disabled" 1>&2
16766 wxUSE_SOCKETS=no
16767
16768
16769 fi
16770
16771
16772 fi
16773
16774 fi
16775
16776
16777 if test "$wxUSE_SOCKETS" = "yes" ; then
16778 echo $ac_n "checking what is the type of the third argument of getsockname""... $ac_c" 1>&6
16779 echo "configure:16780: checking what is the type of the third argument of getsockname" >&5
16780 if eval "test \"`echo '$''{'wx_cv_type_getsockname3'+set}'`\" = set"; then
16781 echo $ac_n "(cached) $ac_c" 1>&6
16782 else
16783
16784
16785 ac_ext=C
16786 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16787 ac_cpp='$CXXCPP $CPPFLAGS'
16788 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16789 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16790 cross_compiling=$ac_cv_prog_cxx_cross
16791
16792
16793 cat > conftest.$ac_ext <<EOF
16794 #line 16795 "configure"
16795 #include "confdefs.h"
16796
16797 #include <sys/types.h>
16798 #include <sys/socket.h>
16799
16800 int main() {
16801
16802 socklen_t len;
16803 getsockname(0, 0, &len);
16804
16805 ; return 0; }
16806 EOF
16807 if { (eval echo configure:16808: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16808 rm -rf conftest*
16809 wx_cv_type_getsockname3=socklen_t
16810 else
16811 echo "configure: failed program was:" >&5
16812 cat conftest.$ac_ext >&5
16813 rm -rf conftest*
16814 cat > conftest.$ac_ext <<EOF
16815 #line 16816 "configure"
16816 #include "confdefs.h"
16817
16818 #include <sys/types.h>
16819 #include <sys/socket.h>
16820
16821 int main() {
16822
16823 size_t len;
16824 getsockname(0, 0, &len);
16825
16826 ; return 0; }
16827 EOF
16828 if { (eval echo configure:16829: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16829 rm -rf conftest*
16830 wx_cv_type_getsockname3=size_t
16831 else
16832 echo "configure: failed program was:" >&5
16833 cat conftest.$ac_ext >&5
16834 rm -rf conftest*
16835 cat > conftest.$ac_ext <<EOF
16836 #line 16837 "configure"
16837 #include "confdefs.h"
16838
16839 #include <sys/types.h>
16840 #include <sys/socket.h>
16841
16842 int main() {
16843
16844 int len;
16845 getsockname(0, 0, &len);
16846
16847 ; return 0; }
16848 EOF
16849 if { (eval echo configure:16850: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16850 rm -rf conftest*
16851 wx_cv_type_getsockname3=int
16852 else
16853 echo "configure: failed program was:" >&5
16854 cat conftest.$ac_ext >&5
16855 rm -rf conftest*
16856 wx_cv_type_getsockname3=unknown
16857
16858 fi
16859 rm -f conftest*
16860
16861 fi
16862 rm -f conftest*
16863
16864 fi
16865 rm -f conftest*
16866
16867 ac_ext=c
16868 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16869 ac_cpp='$CPP $CPPFLAGS'
16870 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16871 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16872 cross_compiling=$ac_cv_prog_cc_cross
16873
16874
16875 fi
16876
16877 echo "$ac_t""$wx_cv_type_getsockname3" 1>&6
16878
16879 if test "$wx_cv_type_getsockname3" = "unknown"; then
16880 wxUSE_SOCKETS=no
16881 echo "configure: warning: Couldn't find socklen_t synonym for this system" 1>&2
16882 else
16883 cat >> confdefs.h <<EOF
16884 #define SOCKLEN_T $wx_cv_type_getsockname3
16885 EOF
16886
16887 fi
16888 fi
16889 fi
16890
16891 if test "$wxUSE_SOCKETS" = "yes" ; then
16892 cat >> confdefs.h <<\EOF
16893 #define wxUSE_SOCKETS 1
16894 EOF
16895
16896 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
16897 fi
16898
16899
16900 if test "$wxUSE_GUI" = "yes"; then
16901
16902 if test "$TOOLKIT" != "MSW"; then
16903 if test "$wxUSE_JOYSTICK" = "yes"; then
16904 for ac_hdr in linux/joystick.h
16905 do
16906 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
16907 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
16908 echo "configure:16909: checking for $ac_hdr" >&5
16909 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
16910 echo $ac_n "(cached) $ac_c" 1>&6
16911 else
16912 cat > conftest.$ac_ext <<EOF
16913 #line 16914 "configure"
16914 #include "confdefs.h"
16915 #include <$ac_hdr>
16916 EOF
16917 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
16918 { (eval echo configure:16919: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
16919 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
16920 if test -z "$ac_err"; then
16921 rm -rf conftest*
16922 eval "ac_cv_header_$ac_safe=yes"
16923 else
16924 echo "$ac_err" >&5
16925 echo "configure: failed program was:" >&5
16926 cat conftest.$ac_ext >&5
16927 rm -rf conftest*
16928 eval "ac_cv_header_$ac_safe=no"
16929 fi
16930 rm -f conftest*
16931 fi
16932 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
16933 echo "$ac_t""yes" 1>&6
16934 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
16935 cat >> confdefs.h <<EOF
16936 #define $ac_tr_hdr 1
16937 EOF
16938
16939 else
16940 echo "$ac_t""no" 1>&6
16941 fi
16942 done
16943
16944 if test "$ac_cv_header_linux_joystick_h" != "yes"; then
16945 wxUSE_JOYSTICK=no
16946 echo "configure: warning: Joystick not supported by this system" 1>&2
16947 fi
16948 fi
16949 fi
16950
16951 if test "$wxUSE_JOYSTICK" = "yes"; then
16952 cat >> confdefs.h <<\EOF
16953 #define wxUSE_JOYSTICK 1
16954 EOF
16955
16956 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
16957 fi
16958 fi
16959
16960
16961 if test "$TOOLKIT" != "MSW"; then
16962
16963 HAVE_DL_FUNCS=0
16964 HAVE_SHL_FUNCS=0
16965 if test "$wxUSE_DYNLIB_CLASS" = "yes"; then
16966 if test "$USE_DARWIN" = 1; then
16967 HAVE_DL_FUNCS=1
16968 else
16969 for ac_func in dlopen
16970 do
16971 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16972 echo "configure:16973: checking for $ac_func" >&5
16973 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16974 echo $ac_n "(cached) $ac_c" 1>&6
16975 else
16976 cat > conftest.$ac_ext <<EOF
16977 #line 16978 "configure"
16978 #include "confdefs.h"
16979 /* System header to define __stub macros and hopefully few prototypes,
16980 which can conflict with char $ac_func(); below. */
16981 #include <assert.h>
16982 /* Override any gcc2 internal prototype to avoid an error. */
16983 /* We use char because int might match the return type of a gcc2
16984 builtin and then its argument prototype would still apply. */
16985 char $ac_func();
16986
16987 int main() {
16988
16989 /* The GNU C library defines this for functions which it implements
16990 to always fail with ENOSYS. Some functions are actually named
16991 something starting with __ and the normal name is an alias. */
16992 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16993 choke me
16994 #else
16995 $ac_func();
16996 #endif
16997
16998 ; return 0; }
16999 EOF
17000 if { (eval echo configure:17001: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17001 rm -rf conftest*
17002 eval "ac_cv_func_$ac_func=yes"
17003 else
17004 echo "configure: failed program was:" >&5
17005 cat conftest.$ac_ext >&5
17006 rm -rf conftest*
17007 eval "ac_cv_func_$ac_func=no"
17008 fi
17009 rm -f conftest*
17010 fi
17011
17012 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17013 echo "$ac_t""yes" 1>&6
17014 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17015 cat >> confdefs.h <<EOF
17016 #define $ac_tr_func 1
17017 EOF
17018
17019 cat >> confdefs.h <<\EOF
17020 #define HAVE_DLOPEN 1
17021 EOF
17022
17023 HAVE_DL_FUNCS=1
17024
17025 else
17026 echo "$ac_t""no" 1>&6
17027 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
17028 echo "configure:17029: checking for dlopen in -ldl" >&5
17029 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
17030 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17031 echo $ac_n "(cached) $ac_c" 1>&6
17032 else
17033 ac_save_LIBS="$LIBS"
17034 LIBS="-ldl $LIBS"
17035 cat > conftest.$ac_ext <<EOF
17036 #line 17037 "configure"
17037 #include "confdefs.h"
17038 /* Override any gcc2 internal prototype to avoid an error. */
17039 /* We use char because int might match the return type of a gcc2
17040 builtin and then its argument prototype would still apply. */
17041 char dlopen();
17042
17043 int main() {
17044 dlopen()
17045 ; return 0; }
17046 EOF
17047 if { (eval echo configure:17048: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17048 rm -rf conftest*
17049 eval "ac_cv_lib_$ac_lib_var=yes"
17050 else
17051 echo "configure: failed program was:" >&5
17052 cat conftest.$ac_ext >&5
17053 rm -rf conftest*
17054 eval "ac_cv_lib_$ac_lib_var=no"
17055 fi
17056 rm -f conftest*
17057 LIBS="$ac_save_LIBS"
17058
17059 fi
17060 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17061 echo "$ac_t""yes" 1>&6
17062
17063 cat >> confdefs.h <<\EOF
17064 #define HAVE_DLOPEN 1
17065 EOF
17066
17067 HAVE_DL_FUNCS=1
17068 LIBS="$LIBS -ldl"
17069
17070 else
17071 echo "$ac_t""no" 1>&6
17072
17073 for ac_func in shl_load
17074 do
17075 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17076 echo "configure:17077: checking for $ac_func" >&5
17077 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17078 echo $ac_n "(cached) $ac_c" 1>&6
17079 else
17080 cat > conftest.$ac_ext <<EOF
17081 #line 17082 "configure"
17082 #include "confdefs.h"
17083 /* System header to define __stub macros and hopefully few prototypes,
17084 which can conflict with char $ac_func(); below. */
17085 #include <assert.h>
17086 /* Override any gcc2 internal prototype to avoid an error. */
17087 /* We use char because int might match the return type of a gcc2
17088 builtin and then its argument prototype would still apply. */
17089 char $ac_func();
17090
17091 int main() {
17092
17093 /* The GNU C library defines this for functions which it implements
17094 to always fail with ENOSYS. Some functions are actually named
17095 something starting with __ and the normal name is an alias. */
17096 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17097 choke me
17098 #else
17099 $ac_func();
17100 #endif
17101
17102 ; return 0; }
17103 EOF
17104 if { (eval echo configure:17105: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17105 rm -rf conftest*
17106 eval "ac_cv_func_$ac_func=yes"
17107 else
17108 echo "configure: failed program was:" >&5
17109 cat conftest.$ac_ext >&5
17110 rm -rf conftest*
17111 eval "ac_cv_func_$ac_func=no"
17112 fi
17113 rm -f conftest*
17114 fi
17115
17116 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17117 echo "$ac_t""yes" 1>&6
17118 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17119 cat >> confdefs.h <<EOF
17120 #define $ac_tr_func 1
17121 EOF
17122
17123 cat >> confdefs.h <<\EOF
17124 #define HAVE_SHL_LOAD 1
17125 EOF
17126
17127 HAVE_SHL_FUNCS=1
17128
17129 else
17130 echo "$ac_t""no" 1>&6
17131 echo $ac_n "checking for dld in -lshl_load""... $ac_c" 1>&6
17132 echo "configure:17133: checking for dld in -lshl_load" >&5
17133 ac_lib_var=`echo shl_load'_'dld | sed 'y%./+-%__p_%'`
17134 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17135 echo $ac_n "(cached) $ac_c" 1>&6
17136 else
17137 ac_save_LIBS="$LIBS"
17138 LIBS="-lshl_load $LIBS"
17139 cat > conftest.$ac_ext <<EOF
17140 #line 17141 "configure"
17141 #include "confdefs.h"
17142 /* Override any gcc2 internal prototype to avoid an error. */
17143 /* We use char because int might match the return type of a gcc2
17144 builtin and then its argument prototype would still apply. */
17145 char dld();
17146
17147 int main() {
17148 dld()
17149 ; return 0; }
17150 EOF
17151 if { (eval echo configure:17152: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17152 rm -rf conftest*
17153 eval "ac_cv_lib_$ac_lib_var=yes"
17154 else
17155 echo "configure: failed program was:" >&5
17156 cat conftest.$ac_ext >&5
17157 rm -rf conftest*
17158 eval "ac_cv_lib_$ac_lib_var=no"
17159 fi
17160 rm -f conftest*
17161 LIBS="$ac_save_LIBS"
17162
17163 fi
17164 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17165 echo "$ac_t""yes" 1>&6
17166
17167 HAVE_SHL_FUNCS=1
17168 LIBS="$LIBS -ldld"
17169
17170 else
17171 echo "$ac_t""no" 1>&6
17172 fi
17173
17174
17175 fi
17176 done
17177
17178
17179 fi
17180
17181
17182 fi
17183 done
17184
17185
17186 if test "$HAVE_DL_FUNCS" = 1; then
17187 for ac_func in dlerror
17188 do
17189 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17190 echo "configure:17191: checking for $ac_func" >&5
17191 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17192 echo $ac_n "(cached) $ac_c" 1>&6
17193 else
17194 cat > conftest.$ac_ext <<EOF
17195 #line 17196 "configure"
17196 #include "confdefs.h"
17197 /* System header to define __stub macros and hopefully few prototypes,
17198 which can conflict with char $ac_func(); below. */
17199 #include <assert.h>
17200 /* Override any gcc2 internal prototype to avoid an error. */
17201 /* We use char because int might match the return type of a gcc2
17202 builtin and then its argument prototype would still apply. */
17203 char $ac_func();
17204
17205 int main() {
17206
17207 /* The GNU C library defines this for functions which it implements
17208 to always fail with ENOSYS. Some functions are actually named
17209 something starting with __ and the normal name is an alias. */
17210 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17211 choke me
17212 #else
17213 $ac_func();
17214 #endif
17215
17216 ; return 0; }
17217 EOF
17218 if { (eval echo configure:17219: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17219 rm -rf conftest*
17220 eval "ac_cv_func_$ac_func=yes"
17221 else
17222 echo "configure: failed program was:" >&5
17223 cat conftest.$ac_ext >&5
17224 rm -rf conftest*
17225 eval "ac_cv_func_$ac_func=no"
17226 fi
17227 rm -f conftest*
17228 fi
17229
17230 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17231 echo "$ac_t""yes" 1>&6
17232 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17233 cat >> confdefs.h <<EOF
17234 #define $ac_tr_func 1
17235 EOF
17236 cat >> confdefs.h <<\EOF
17237 #define HAVE_DLERROR 1
17238 EOF
17239
17240 else
17241 echo "$ac_t""no" 1>&6
17242 echo $ac_n "checking for dlerror in -ldl""... $ac_c" 1>&6
17243 echo "configure:17244: checking for dlerror in -ldl" >&5
17244 ac_lib_var=`echo dl'_'dlerror | sed 'y%./+-%__p_%'`
17245 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17246 echo $ac_n "(cached) $ac_c" 1>&6
17247 else
17248 ac_save_LIBS="$LIBS"
17249 LIBS="-ldl $LIBS"
17250 cat > conftest.$ac_ext <<EOF
17251 #line 17252 "configure"
17252 #include "confdefs.h"
17253 /* Override any gcc2 internal prototype to avoid an error. */
17254 /* We use char because int might match the return type of a gcc2
17255 builtin and then its argument prototype would still apply. */
17256 char dlerror();
17257
17258 int main() {
17259 dlerror()
17260 ; return 0; }
17261 EOF
17262 if { (eval echo configure:17263: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17263 rm -rf conftest*
17264 eval "ac_cv_lib_$ac_lib_var=yes"
17265 else
17266 echo "configure: failed program was:" >&5
17267 cat conftest.$ac_ext >&5
17268 rm -rf conftest*
17269 eval "ac_cv_lib_$ac_lib_var=no"
17270 fi
17271 rm -f conftest*
17272 LIBS="$ac_save_LIBS"
17273
17274 fi
17275 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17276 echo "$ac_t""yes" 1>&6
17277 cat >> confdefs.h <<\EOF
17278 #define HAVE_DLERROR 1
17279 EOF
17280
17281 else
17282 echo "$ac_t""no" 1>&6
17283 fi
17284
17285 fi
17286 done
17287
17288 fi
17289 fi
17290
17291 if test "$HAVE_DL_FUNCS" = 0; then
17292 if test "$HAVE_SHL_FUNCS" = 0; then
17293 if test "$USE_UNIX" = 1; then
17294 echo "configure: warning: Missing dynamic loading support, several features will be disabled" 1>&2
17295 wxUSE_DYNLIB_CLASS=no
17296 else
17297 echo "configure: warning: Assuming wxLibrary class works on this platform" 1>&2
17298 fi
17299 fi
17300 fi
17301 fi
17302 fi
17303
17304 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
17305 cat >> confdefs.h <<\EOF
17306 #define wxUSE_DYNLIB_CLASS 1
17307 EOF
17308
17309 else
17310 wxUSE_ODBC=no
17311 wxUSE_SERIAL=no
17312 fi
17313
17314
17315 if test "$wxUSE_FONTMAP" = "yes" ; then
17316 cat >> confdefs.h <<\EOF
17317 #define wxUSE_FONTMAP 1
17318 EOF
17319
17320 fi
17321
17322 if test "$wxUSE_UNICODE" = "yes" ; then
17323 cat >> confdefs.h <<\EOF
17324 #define wxUSE_UNICODE 1
17325 EOF
17326
17327 fi
17328
17329 if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
17330 cat >> confdefs.h <<\EOF
17331 #define wxUSE_EXPERIMENTAL_PRINTF 1
17332 EOF
17333
17334 fi
17335
17336
17337 if test "$wxUSE_SERIAL" = "yes" ; then
17338 cat >> confdefs.h <<\EOF
17339 #define wxUSE_SERIAL 1
17340 EOF
17341
17342 fi
17343
17344
17345 IODBC_C_SRC=""
17346 if test "$wxUSE_ODBC" = "yes" ; then
17347 cat >> confdefs.h <<\EOF
17348 #define wxUSE_ODBC 1
17349 EOF
17350
17351 WXODBCFLAG="-D_IODBC_"
17352 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db"
17353 fi
17354
17355
17356 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
17357 cat >> confdefs.h <<\EOF
17358 #define wxUSE_POSTSCRIPT 1
17359 EOF
17360
17361 fi
17362
17363 cat >> confdefs.h <<\EOF
17364 #define wxUSE_AFM_FOR_POSTSCRIPT 1
17365 EOF
17366
17367
17368 cat >> confdefs.h <<\EOF
17369 #define wxUSE_NORMALIZED_PS_FONTS 1
17370 EOF
17371
17372
17373
17374 if test "$wxUSE_CONSTRAINTS" = "yes"; then
17375 cat >> confdefs.h <<\EOF
17376 #define wxUSE_CONSTRAINTS 1
17377 EOF
17378
17379 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
17380 fi
17381
17382 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
17383 if test "$wxUSE_UNIVERSAL" = "yes"; then
17384 echo "configure: warning: MDI is not supported for wxUNIVERSAL yet... disabled" 1>&2
17385 wxUSE_MDI_ARCHITECTURE=no
17386 fi
17387
17388 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
17389 cat >> confdefs.h <<\EOF
17390 #define wxUSE_MDI_ARCHITECTURE 1
17391 EOF
17392
17393 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
17394 fi
17395 fi
17396
17397 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
17398 cat >> confdefs.h <<\EOF
17399 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
17400 EOF
17401
17402 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
17403 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
17404 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi"
17405 fi
17406 fi
17407
17408 if test "$wxUSE_HELP" = "yes"; then
17409 cat >> confdefs.h <<\EOF
17410 #define wxUSE_HELP 1
17411 EOF
17412
17413 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
17414
17415 if test "$wxUSE_MSW" = 1; then
17416 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
17417 ac_safe=`echo "htmlhelp.h" | sed 'y%./+-%__p_%'`
17418 echo $ac_n "checking for htmlhelp.h""... $ac_c" 1>&6
17419 echo "configure:17420: checking for htmlhelp.h" >&5
17420 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
17421 echo $ac_n "(cached) $ac_c" 1>&6
17422 else
17423 cat > conftest.$ac_ext <<EOF
17424 #line 17425 "configure"
17425 #include "confdefs.h"
17426 #include <htmlhelp.h>
17427 EOF
17428 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
17429 { (eval echo configure:17430: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
17430 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
17431 if test -z "$ac_err"; then
17432 rm -rf conftest*
17433 eval "ac_cv_header_$ac_safe=yes"
17434 else
17435 echo "$ac_err" >&5
17436 echo "configure: failed program was:" >&5
17437 cat conftest.$ac_ext >&5
17438 rm -rf conftest*
17439 eval "ac_cv_header_$ac_safe=no"
17440 fi
17441 rm -f conftest*
17442 fi
17443 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
17444 echo "$ac_t""yes" 1>&6
17445
17446 cat >> confdefs.h <<\EOF
17447 #define wxUSE_MS_HTML_HELP 1
17448 EOF
17449
17450
17451 else
17452 echo "$ac_t""no" 1>&6
17453
17454 echo "configure: warning: MS HTML Help cannot be used without htmlhelp.h... disabled" 1>&2
17455 wxUSE_MS_HTML_HELP=no
17456
17457 fi
17458
17459 fi
17460 fi
17461
17462 if test "$wxUSE_WXHTML_HELP" = "yes"; then
17463 if test "$wxUSE_HTML" = "yes"; then
17464 cat >> confdefs.h <<\EOF
17465 #define wxUSE_WXHTML_HELP 1
17466 EOF
17467
17468 else
17469 echo "configure: warning: Cannot use wxHTML-based help without wxHTML so it won't be compiled" 1>&2
17470 wxUSE_WXHTML_HELP=no
17471 fi
17472 fi
17473 fi
17474
17475 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
17476 if test "$wxUSE_CONSTRAINTS" != "yes"; then
17477 echo "configure: warning: Printing support cannot be used without constraints so it won't be compiled without it" 1>&2
17478 else
17479 cat >> confdefs.h <<\EOF
17480 #define wxUSE_PRINTING_ARCHITECTURE 1
17481 EOF
17482
17483 fi
17484 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
17485 fi
17486
17487 if test "$wxUSE_PROLOGIO" = "yes" ; then
17488 cat >> confdefs.h <<\EOF
17489 #define wxUSE_PROLOGIO 1
17490 EOF
17491
17492 fi
17493
17494 if test "$wxUSE_RESOURCES" = "yes" ; then
17495 cat >> confdefs.h <<\EOF
17496 #define wxUSE_RESOURCES 1
17497 EOF
17498
17499 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS resource"
17500 fi
17501
17502 if test "$wxUSE_X_RESOURCES" = "yes"; then
17503 cat >> confdefs.h <<\EOF
17504 #define wxUSE_X_RESOURCES 1
17505 EOF
17506
17507 fi
17508
17509
17510 if test "$wxUSE_MSW" = 1 -a \( "$wxUSE_DATAOBJ" = "yes" \
17511 -o "$wxUSE_CLIPBOARD" = "yes" \
17512 -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then
17513 for ac_hdr in ole2.h
17514 do
17515 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
17516 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
17517 echo "configure:17518: checking for $ac_hdr" >&5
17518 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
17519 echo $ac_n "(cached) $ac_c" 1>&6
17520 else
17521 cat > conftest.$ac_ext <<EOF
17522 #line 17523 "configure"
17523 #include "confdefs.h"
17524 #include <$ac_hdr>
17525 EOF
17526 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
17527 { (eval echo configure:17528: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
17528 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
17529 if test -z "$ac_err"; then
17530 rm -rf conftest*
17531 eval "ac_cv_header_$ac_safe=yes"
17532 else
17533 echo "$ac_err" >&5
17534 echo "configure: failed program was:" >&5
17535 cat conftest.$ac_ext >&5
17536 rm -rf conftest*
17537 eval "ac_cv_header_$ac_safe=no"
17538 fi
17539 rm -f conftest*
17540 fi
17541 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
17542 echo "$ac_t""yes" 1>&6
17543 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
17544 cat >> confdefs.h <<EOF
17545 #define $ac_tr_hdr 1
17546 EOF
17547
17548 else
17549 echo "$ac_t""no" 1>&6
17550 fi
17551 done
17552
17553
17554 if test "$ac_cv_header_ole2_h" = "yes" ; then
17555 if test "$GCC" = yes ; then
17556 ALL_OBJECTS="$ALL_OBJECTS \$(OLEOBJS)"
17557 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
17558 LIBS="$LIBS -lrpcrt4 -loleaut32 -lole32 -luuid"
17559 cat >> confdefs.h <<\EOF
17560 #define wxUSE_OLE 1
17561 EOF
17562
17563
17564 fi
17565
17566 cat >> confdefs.h <<\EOF
17567 #define wxUSE_DATAOBJ 1
17568 EOF
17569
17570 else
17571 echo "configure: warning: Some features disabled because OLE headers not found" 1>&2
17572
17573 wxUSE_CLIPBOARD=no
17574 wxUSE_DRAG_AND_DROP=no
17575 wxUSE_DATAOBJ=no
17576 fi
17577
17578 if test "$wxUSE_METAFILE" = "yes"; then
17579 cat >> confdefs.h <<\EOF
17580 #define wxUSE_METAFILE 1
17581 EOF
17582
17583
17584 cat >> confdefs.h <<\EOF
17585 #define wxUSE_ENH_METAFILE 1
17586 EOF
17587
17588 fi
17589 fi
17590
17591 if test "$wxUSE_IPC" = "yes"; then
17592 if test "$wxUSE_SOCKETS" != "yes"; then
17593 echo "configure: warning: wxWindows IPC classes require sockets" 1>&2
17594 fi
17595
17596 cat >> confdefs.h <<\EOF
17597 #define wxUSE_IPC 1
17598 EOF
17599
17600 fi
17601
17602 if test "$wxUSE_CLIPBOARD" = "yes"; then
17603 cat >> confdefs.h <<\EOF
17604 #define wxUSE_CLIPBOARD 1
17605 EOF
17606
17607
17608 cat >> confdefs.h <<\EOF
17609 #define wxUSE_DATAOBJ 1
17610 EOF
17611
17612 fi
17613
17614 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
17615 if test "$wxUSE_GTK" = 1; then
17616 if test "$WXGTK12" != 1; then
17617 echo "configure: warning: Drag and drop is only supported under GTK+ 1.2" 1>&2
17618 wxUSE_DRAG_AND_DROP=no
17619 fi
17620 fi
17621
17622 if test "$wxUSE_MOTIF" = 1; then
17623 echo "configure: warning: Drag and drop is not yet supported under Motif" 1>&2
17624 wxUSE_DRAG_AND_DROP=no
17625 fi
17626
17627 if test "$wxUSE_MAC" = 1; then
17628 echo "configure: warning: Drag and drop is not yet supported under Mac OS X" 1>&2
17629 wxUSE_DRAG_AND_DROP=no
17630 fi
17631
17632 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
17633 cat >> confdefs.h <<\EOF
17634 #define wxUSE_DRAG_AND_DROP 1
17635 EOF
17636
17637 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
17638 fi
17639
17640 fi
17641
17642 if test "$wxUSE_SPLINES" = "yes" ; then
17643 cat >> confdefs.h <<\EOF
17644 #define wxUSE_SPLINES 1
17645 EOF
17646
17647 fi
17648
17649
17650 USES_CONTROLS=0
17651 if test "$wxUSE_CONTROLS" = "yes"; then
17652 USES_CONTROLS=1
17653 fi
17654
17655 if test "$wxUSE_ACCEL" = "yes"; then
17656 cat >> confdefs.h <<\EOF
17657 #define wxUSE_ACCEL 1
17658 EOF
17659
17660 USES_CONTROLS=1
17661 fi
17662
17663 if test "$wxUSE_BUTTON" = "yes"; then
17664 cat >> confdefs.h <<\EOF
17665 #define wxUSE_BUTTON 1
17666 EOF
17667
17668 USES_CONTROLS=1
17669 fi
17670
17671 if test "$wxUSE_BMPBUTTON" = "yes"; then
17672 cat >> confdefs.h <<\EOF
17673 #define wxUSE_BMPBUTTON 1
17674 EOF
17675
17676 USES_CONTROLS=1
17677 fi
17678
17679 if test "$wxUSE_CALCTRL" = "yes"; then
17680 cat >> confdefs.h <<\EOF
17681 #define wxUSE_CALENDARCTRL 1
17682 EOF
17683
17684 USES_CONTROLS=1
17685 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar"
17686 fi
17687
17688 if test "$wxUSE_CARET" = "yes"; then
17689 cat >> confdefs.h <<\EOF
17690 #define wxUSE_CARET 1
17691 EOF
17692
17693 USES_CONTROLS=1
17694 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
17695 fi
17696
17697 if test "$wxUSE_COMBOBOX" = "yes"; then
17698 cat >> confdefs.h <<\EOF
17699 #define wxUSE_COMBOBOX 1
17700 EOF
17701
17702 USES_CONTROLS=1
17703 fi
17704
17705 if test "$wxUSE_CHOICE" = "yes"; then
17706 cat >> confdefs.h <<\EOF
17707 #define wxUSE_CHOICE 1
17708 EOF
17709
17710 USES_CONTROLS=1
17711 fi
17712
17713 if test "$wxUSE_CHECKBOX" = "yes"; then
17714 cat >> confdefs.h <<\EOF
17715 #define wxUSE_CHECKBOX 1
17716 EOF
17717
17718 USES_CONTROLS=1
17719 fi
17720
17721 if test "$wxUSE_CHECKLST" = "yes"; then
17722 cat >> confdefs.h <<\EOF
17723 #define wxUSE_CHECKLISTBOX 1
17724 EOF
17725
17726 USES_CONTROLS=1
17727 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst"
17728 fi
17729
17730 if test "$wxUSE_GAUGE" = "yes"; then
17731 cat >> confdefs.h <<\EOF
17732 #define wxUSE_GAUGE 1
17733 EOF
17734
17735 USES_CONTROLS=1
17736 fi
17737
17738 if test "$wxUSE_NEW_GRID" = "yes"; then
17739 wxUSE_GRID="yes"
17740 cat >> confdefs.h <<\EOF
17741 #define wxUSE_NEW_GRID 1
17742 EOF
17743
17744 USES_CONTROLS=1
17745 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS newgrid"
17746 fi
17747
17748 if test "$wxUSE_GRID" = "yes"; then
17749 cat >> confdefs.h <<\EOF
17750 #define wxUSE_GRID 1
17751 EOF
17752
17753 USES_CONTROLS=1
17754 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
17755 fi
17756
17757 if test "$wxUSE_IMAGLIST" = "yes"; then
17758 cat >> confdefs.h <<\EOF
17759 #define wxUSE_IMAGLIST 1
17760 EOF
17761
17762 fi
17763
17764 if test "$wxUSE_LISTBOX" = "yes"; then
17765 cat >> confdefs.h <<\EOF
17766 #define wxUSE_LISTBOX 1
17767 EOF
17768
17769 USES_CONTROLS=1
17770 fi
17771
17772 if test "$wxUSE_LISTCTRL" = "yes"; then
17773 if test "$wxUSE_IMAGLIST" = "yes"; then
17774 cat >> confdefs.h <<\EOF
17775 #define wxUSE_LISTCTRL 1
17776 EOF
17777
17778 USES_CONTROLS=1
17779 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
17780 else
17781 echo "configure: warning: wxListCtrl requires wxImageList and won't be compiled without it" 1>&2
17782 fi
17783 fi
17784
17785 if test "$wxUSE_NOTEBOOK" = "yes"; then
17786 cat >> confdefs.h <<\EOF
17787 #define wxUSE_NOTEBOOK 1
17788 EOF
17789
17790 USES_CONTROLS=1
17791 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
17792 fi
17793
17794 if test "$wxUSE_PROPSHEET" = "yes"; then
17795 cat >> confdefs.h <<\EOF
17796 #define wxUSE_PROPSHEET 1
17797 EOF
17798
17799 USES_CONTROLS=1
17800 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS proplist"
17801 fi
17802
17803 if test "$wxUSE_RADIOBOX" = "yes"; then
17804 cat >> confdefs.h <<\EOF
17805 #define wxUSE_RADIOBOX 1
17806 EOF
17807
17808 USES_CONTROLS=1
17809 fi
17810
17811 if test "$wxUSE_RADIOBTN" = "yes"; then
17812 cat >> confdefs.h <<\EOF
17813 #define wxUSE_RADIOBTN 1
17814 EOF
17815
17816 USES_CONTROLS=1
17817 fi
17818
17819 if test "$wxUSE_SASH" = "yes"; then
17820 cat >> confdefs.h <<\EOF
17821 #define wxUSE_SASH 1
17822 EOF
17823
17824 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
17825 fi
17826
17827 if test "$wxUSE_SCROLLBAR" = "yes"; then
17828 cat >> confdefs.h <<\EOF
17829 #define wxUSE_SCROLLBAR 1
17830 EOF
17831
17832 USES_CONTROLS=1
17833 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub"
17834 fi
17835
17836 if test "$wxUSE_SLIDER" = "yes"; then
17837 cat >> confdefs.h <<\EOF
17838 #define wxUSE_SLIDER 1
17839 EOF
17840
17841 USES_CONTROLS=1
17842 fi
17843
17844 if test "$wxUSE_SPINBTN" = "yes"; then
17845 cat >> confdefs.h <<\EOF
17846 #define wxUSE_SPINBTN 1
17847 EOF
17848
17849 USES_CONTROLS=1
17850 fi
17851
17852 if test "$wxUSE_SPINCTRL" = "yes"; then
17853 cat >> confdefs.h <<\EOF
17854 #define wxUSE_SPINCTRL 1
17855 EOF
17856
17857 USES_CONTROLS=1
17858 fi
17859
17860 if test "$wxUSE_SPLITTER" = "yes"; then
17861 cat >> confdefs.h <<\EOF
17862 #define wxUSE_SPLITTER 1
17863 EOF
17864
17865 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
17866 fi
17867
17868 if test "$wxUSE_STATBMP" = "yes"; then
17869 cat >> confdefs.h <<\EOF
17870 #define wxUSE_STATBMP 1
17871 EOF
17872
17873 USES_CONTROLS=1
17874 fi
17875
17876 if test "$wxUSE_STATBOX" = "yes"; then
17877 cat >> confdefs.h <<\EOF
17878 #define wxUSE_STATBOX 1
17879 EOF
17880
17881 USES_CONTROLS=1
17882 fi
17883
17884 if test "$wxUSE_STATTEXT" = "yes"; then
17885 cat >> confdefs.h <<\EOF
17886 #define wxUSE_STATTEXT 1
17887 EOF
17888
17889 USES_CONTROLS=1
17890 fi
17891
17892 if test "$wxUSE_STATLINE" = "yes"; then
17893 if test "$wxUSE_WINE" = 1 ; then
17894 echo "configure: warning: wxStaticLine is not supported under WINE" 1>&2
17895 else
17896 cat >> confdefs.h <<\EOF
17897 #define wxUSE_STATLINE 1
17898 EOF
17899
17900 USES_CONTROLS=1
17901 fi
17902 fi
17903
17904 if test "$wxUSE_STATUSBAR" = "yes"; then
17905 cat >> confdefs.h <<\EOF
17906 #define wxUSE_STATUSBAR 1
17907 EOF
17908
17909 USES_CONTROLS=1
17910
17911 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
17912 fi
17913
17914 if test "$wxUSE_TABDIALOG" = "yes"; then
17915 cat >> confdefs.h <<\EOF
17916 #define wxUSE_TAB_DIALOG 1
17917 EOF
17918
17919 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS tab"
17920 fi
17921
17922 if test "$wxUSE_TEXTCTRL" = "yes"; then
17923 cat >> confdefs.h <<\EOF
17924 #define wxUSE_TEXTCTRL 1
17925 EOF
17926
17927 USES_CONTROLS=1
17928 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text"
17929 fi
17930
17931 if test "$wxUSE_TOGGLEBTN" = "yes"; then
17932 if test "$wxUSE_MAC" = 1 -o "$wxUSE_UNIVERSAL" = "yes"; then
17933 echo "configure: warning: Toggle button not yet supported under Mac OS X or wxUNIVERSAL... disabled" 1>&2
17934 wxUSE_TOGGLEBTN=no
17935 fi
17936
17937 if test "$wxUSE_TOGGLEBTN" = "yes"; then
17938 cat >> confdefs.h <<\EOF
17939 #define wxUSE_TOGGLEBTN 1
17940 EOF
17941
17942 USES_CONTROLS=1
17943 fi
17944 fi
17945
17946 if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
17947 cat >> confdefs.h <<\EOF
17948 #define wxUSE_TOOLBAR_SIMPLE 1
17949 EOF
17950
17951 wxUSE_TOOLBAR="yes"
17952 USES_CONTROLS=1
17953 fi
17954
17955 if test "$wxUSE_TOOLBAR" = "yes"; then
17956 cat >> confdefs.h <<\EOF
17957 #define wxUSE_TOOLBAR 1
17958 EOF
17959
17960 USES_CONTROLS=1
17961
17962 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
17963 wxUSE_TOOLBAR_NATIVE="yes"
17964 fi
17965
17966 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
17967 cat >> confdefs.h <<\EOF
17968 #define wxUSE_TOOLBAR_NATIVE 1
17969 EOF
17970
17971 USES_CONTROLS=1
17972 fi
17973
17974 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
17975 fi
17976
17977 if test "$wxUSE_TOOLTIPS" = "yes"; then
17978 if test "$wxUSE_MOTIF" = 1; then
17979 echo "configure: warning: wxTooltip not supported yet under Motif" 1>&2
17980 else
17981 if test "$wxUSE_WINE" = 1; then
17982 echo "configure: warning: wxTooltip not supported under WINE" 1>&2
17983 else
17984 cat >> confdefs.h <<\EOF
17985 #define wxUSE_TOOLTIPS 1
17986 EOF
17987
17988 fi
17989 fi
17990 fi
17991
17992 if test "$wxUSE_TREECTRL" = "yes"; then
17993 if test "$wxUSE_IMAGLIST" = "yes"; then
17994 cat >> confdefs.h <<\EOF
17995 #define wxUSE_TREECTRL 1
17996 EOF
17997
17998 USES_CONTROLS=1
17999 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
18000 else
18001 echo "configure: warning: wxTreeCtrl requires wxImageList and won't be compiled without it" 1>&2
18002 fi
18003 fi
18004
18005 if test "$wxUSE_POPUPWIN" = "yes"; then
18006 if test "$wxUSE_MAC" = 1; then
18007 echo "configure: warning: Popup window is not yet supported under Mac OS" 1>&2
18008 else
18009 cat >> confdefs.h <<\EOF
18010 #define wxUSE_POPUPWIN 1
18011 EOF
18012
18013 USES_CONTROLS=1
18014 fi
18015 fi
18016
18017 if test "$USES_CONTROLS" = 1; then
18018 cat >> confdefs.h <<\EOF
18019 #define wxUSE_CONTROLS 1
18020 EOF
18021
18022 fi
18023
18024
18025 if test "$wxUSE_TREELAYOUT" = "yes"; then
18026 cat >> confdefs.h <<\EOF
18027 #define wxUSE_TREELAYOUT 1
18028 EOF
18029
18030 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treelay"
18031 fi
18032
18033 if test "$wxUSE_DRAGIMAGE" = "yes"; then
18034 cat >> confdefs.h <<\EOF
18035 #define wxUSE_DRAGIMAGE 1
18036 EOF
18037
18038 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag"
18039 fi
18040
18041 if test "$wxUSE_MENUS" = "yes"; then
18042 cat >> confdefs.h <<\EOF
18043 #define wxUSE_MENUS 1
18044 EOF
18045
18046 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu"
18047 fi
18048
18049 if test "$wxUSE_METAFILE" = "yes"; then
18050 cat >> confdefs.h <<\EOF
18051 #define wxUSE_METAFILE 1
18052 EOF
18053
18054 fi
18055
18056 if test "$wxUSE_MIMETYPE" = "yes"; then
18057 cat >> confdefs.h <<\EOF
18058 #define wxUSE_MIMETYPE 1
18059 EOF
18060
18061 fi
18062
18063 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
18064 cat >> confdefs.h <<\EOF
18065 #define wxUSE_SYSTEM_OPTIONS 1
18066 EOF
18067
18068 fi
18069
18070 if test "$wxUSE_MINIFRAME" = "yes"; then
18071 cat >> confdefs.h <<\EOF
18072 #define wxUSE_MINIFRAME 1
18073 EOF
18074
18075 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram"
18076 fi
18077
18078 if test "$wxUSE_HTML" = "yes"; then
18079 cat >> confdefs.h <<\EOF
18080 #define wxUSE_HTML 1
18081 EOF
18082
18083 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html"
18084 fi
18085
18086 if test "$wxUSE_VALIDATORS" = "yes"; then
18087 cat >> confdefs.h <<\EOF
18088 #define wxUSE_VALIDATORS 1
18089 EOF
18090
18091 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
18092 fi
18093
18094 if test "$wxUSE_PALETTE" = "yes" ; then
18095 cat >> confdefs.h <<\EOF
18096 #define wxUSE_PALETTE 1
18097 EOF
18098
18099 fi
18100
18101 if test "$wxUSE_IMAGE" = "yes" ; then
18102 cat >> confdefs.h <<\EOF
18103 #define wxUSE_IMAGE 1
18104 EOF
18105
18106 fi
18107
18108 if test "$wxUSE_GIF" = "yes" ; then
18109 cat >> confdefs.h <<\EOF
18110 #define wxUSE_GIF 1
18111 EOF
18112
18113 fi
18114
18115 if test "$wxUSE_PCX" = "yes" ; then
18116 cat >> confdefs.h <<\EOF
18117 #define wxUSE_PCX 1
18118 EOF
18119
18120 fi
18121
18122 if test "$wxUSE_PNM" = "yes" ; then
18123 cat >> confdefs.h <<\EOF
18124 #define wxUSE_PNM 1
18125 EOF
18126
18127 fi
18128
18129 if test "$wxUSE_XPM" = "yes" ; then
18130 cat >> confdefs.h <<\EOF
18131 #define wxUSE_XPM 1
18132 EOF
18133
18134 fi
18135
18136
18137 if test "$wxUSE_CHOICEDLG" = "yes"; then
18138 cat >> confdefs.h <<\EOF
18139 #define wxUSE_CHOICEDLG 1
18140 EOF
18141
18142 fi
18143
18144 if test "$wxUSE_COLOURDLG" = "yes"; then
18145 cat >> confdefs.h <<\EOF
18146 #define wxUSE_COLOURDLG 1
18147 EOF
18148
18149 fi
18150
18151 if test "$wxUSE_FILEDLG" = "yes"; then
18152 cat >> confdefs.h <<\EOF
18153 #define wxUSE_FILEDLG 1
18154 EOF
18155
18156 fi
18157
18158 if test "$wxUSE_FINDREPLDLG" = "yes"; then
18159 cat >> confdefs.h <<\EOF
18160 #define wxUSE_FINDREPLDLG 1
18161 EOF
18162
18163 fi
18164
18165 if test "$wxUSE_FONTDLG" = "yes"; then
18166 cat >> confdefs.h <<\EOF
18167 #define wxUSE_FONTDLG 1
18168 EOF
18169
18170 fi
18171
18172 if test "$wxUSE_DIRDLG" = "yes"; then
18173 if test "$wxUSE_CONSTRAINTS" != "yes"; then
18174 echo "configure: warning: wxDirDialog requires constraints so it won't be compiled without them" 1>&2
18175 else
18176 if test "$wxUSE_TREECTRL" != "yes"; then
18177 echo "configure: warning: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" 1>&2
18178 else
18179 cat >> confdefs.h <<\EOF
18180 #define wxUSE_DIRDLG 1
18181 EOF
18182
18183 fi
18184 fi
18185 fi
18186
18187 if test "$wxUSE_MSGDLG" = "yes"; then
18188 cat >> confdefs.h <<\EOF
18189 #define wxUSE_MSGDLG 1
18190 EOF
18191
18192 fi
18193
18194 if test "$wxUSE_NUMBERDLG" = "yes"; then
18195 cat >> confdefs.h <<\EOF
18196 #define wxUSE_NUMBERDLG 1
18197 EOF
18198
18199 fi
18200
18201 if test "$wxUSE_PROGRESSDLG" = "yes"; then
18202 if test "$wxUSE_CONSTRAINTS" != "yes"; then
18203 echo "configure: warning: wxProgressDialog requires constraints so it won't be compiled without them" 1>&2
18204 else
18205 cat >> confdefs.h <<\EOF
18206 #define wxUSE_PROGRESSDLG 1
18207 EOF
18208
18209 fi
18210 fi
18211
18212 if test "$wxUSE_SPLASH" = "yes"; then
18213 cat >> confdefs.h <<\EOF
18214 #define wxUSE_SPLASH 1
18215 EOF
18216
18217 fi
18218
18219 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
18220 if test "$wxUSE_CONSTRAINTS" != "yes"; then
18221 echo "configure: warning: Startup tips requires constraints and won't be compiled without them" 1>&2
18222 else
18223 cat >> confdefs.h <<\EOF
18224 #define wxUSE_STARTUP_TIPS 1
18225 EOF
18226
18227 fi
18228 fi
18229
18230 if test "$wxUSE_TEXTDLG" = "yes"; then
18231 cat >> confdefs.h <<\EOF
18232 #define wxUSE_TEXTDLG 1
18233 EOF
18234
18235 fi
18236
18237 if test "$wxUSE_WIZARDDLG" = "yes"; then
18238 cat >> confdefs.h <<\EOF
18239 #define wxUSE_WIZARDDLG 1
18240 EOF
18241
18242 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard"
18243 fi
18244
18245
18246 if test "$cross_compiling" = "yes"; then
18247 OSINFO="\"$host\""
18248 else
18249 OSINFO=`uname -s -r -m`
18250 OSINFO="\"$OSINFO\""
18251 fi
18252
18253 cat >> confdefs.h <<EOF
18254 #define WXWIN_OS_DESCRIPTION $OSINFO
18255 EOF
18256
18257
18258
18259 if test "x$prefix" != "xNONE"; then
18260 wxPREFIX=$prefix
18261 else
18262 wxPREFIX=$ac_default_prefix
18263 fi
18264
18265 cat >> confdefs.h <<EOF
18266 #define wxINSTALL_PREFIX "$wxPREFIX"
18267 EOF
18268
18269
18270
18271 GUILIBS="$GUI_TK_LIBRARY $TOOLKIT_LINK"
18272
18273 EXTRA_LIBS="$EXTRA_LIBS $LIBS $POSIX4_LINK $INET_LINK $WCHAR_LINK $THREADS_LINK $DMALLOC_LINK $DL_LINK $ZLIB_LINK -lm"
18274
18275 if test "$wxUSE_MAC" = 1 ; then
18276 EXTRA_LIBS="$EXTRA_LIBS -framework Carbon -framework System"
18277 fi
18278
18279 if test "$wxUSE_GUI" = "yes"; then
18280 EXTRA_LIBS="$GUILIBS $PNG_LINK $JPEG_LINK $TIFF_LINK $FREETYPE_LINK $EXTRA_LIBS"
18281
18282
18283 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS controls dialogs \
18284 drawing dynamic erase event exec font image \
18285 minimal richedit rotate widgets"
18286
18287 CPPFLAGS="$CPPFLAGS \$(EXTRADEFS) \$(APPEXTRADEFS)"
18288 else
18289 SAMPLES_SUBDIRS="console"
18290 fi
18291
18292 LD_LIBS="\${top_builddir}/lib/${WX_LIBRARY_NAME_STATIC} $EXTRA_LIBS"
18293
18294 INCLUDES="-I\${top_builddir}/lib/wx/include/${TOOLCHAIN_NAME} -I\${top_srcdir}/include \
18295 $REGEX_INCLUDE $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE \
18296 $FREETYPE_INCLUDE $TOOLKIT_INCLUDE"
18297
18298 if test "$wxUSE_GTK" = 1; then
18299 WXCONFIG_INCLUDE=""
18300 else
18301 WXCONFIG_INCLUDE="$TOOLKIT_INCLUDE"
18302 fi
18303
18304 if test "$GXX" = yes ; then
18305 CXXWARNINGS="-Wall"
18306 fi
18307 EXTRA_CFLAGS="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE $INCLUDES"
18308
18309 CFLAGS=`echo $CFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \\+/ /g'`
18310 CXXFLAGS=`echo $CXXFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \+/ /g'`
18311
18312 LDFLAGS="$LDFLAGS $PROFILE"
18313
18314 SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
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
18383
18384
18385
18386
18387
18388
18389
18390
18391
18392
18393
18394
18395
18396
18397
18398
18399
18400 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
18401 echo "configure:18402: checking whether ${MAKE-make} sets \${MAKE}" >&5
18402 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
18403 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
18404 echo $ac_n "(cached) $ac_c" 1>&6
18405 else
18406 cat > conftestmake <<\EOF
18407 all:
18408 @echo 'ac_maketemp="${MAKE}"'
18409 EOF
18410 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
18411 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
18412 if test -n "$ac_maketemp"; then
18413 eval ac_cv_prog_make_${ac_make}_set=yes
18414 else
18415 eval ac_cv_prog_make_${ac_make}_set=no
18416 fi
18417 rm -f conftestmake
18418 fi
18419 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
18420 echo "$ac_t""yes" 1>&6
18421 SET_MAKE=
18422 else
18423 echo "$ac_t""no" 1>&6
18424 SET_MAKE="MAKE=${MAKE-make}"
18425 fi
18426
18427
18428 if test -f lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h; then
18429 mv -f lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h setup.h
18430 fi
18431
18432
18433
18434 if test "$wxUSE_GUI" = "yes"; then
18435 wx_cv_path_samplesubdirs=$SAMPLES_SUBDIRS
18436 wx_cv_path_ifs=$PATH_IFS
18437 wx_cv_program_ext=$PROGRAM_EXT
18438 wx_cv_target_library=$WX_TARGET_LIBRARY
18439 wx_cv_target_library_gl=$WX_TARGET_LIBRARY_GL
18440 wx_cv_target_libtype=$WX_TARGET_LIBRARY_TYPE
18441 export wx_cv_path_samplesubdirs wx_cv_path_ifs wx_cv_program_ext \
18442 wx_cv_target_library wx_cv_target_library_gl wx_cv_target_libtype
18443 subdirs="demos samples utils contrib"
18444
18445 fi
18446
18447 trap '' 1 2 15
18448 cat > confcache <<\EOF
18449 # This file is a shell script that caches the results of configure
18450 # tests run on this system so they can be shared between configure
18451 # scripts and configure runs. It is not useful on other systems.
18452 # If it contains results you don't want to keep, you may remove or edit it.
18453 #
18454 # By default, configure uses ./config.cache as the cache file,
18455 # creating it if it does not exist already. You can give configure
18456 # the --cache-file=FILE option to use a different cache file; that is
18457 # what configure does when it calls configure scripts in
18458 # subdirectories, so they share the cache.
18459 # Giving --cache-file=/dev/null disables caching, for debugging configure.
18460 # config.status only pays attention to the cache file if you give it the
18461 # --recheck option to rerun configure.
18462 #
18463 EOF
18464 # The following way of writing the cache mishandles newlines in values,
18465 # but we know of no workaround that is simple, portable, and efficient.
18466 # So, don't put newlines in cache variables' values.
18467 # Ultrix sh set writes to stderr and can't be redirected directly,
18468 # and sets the high bit in the cache file unless we assign to the vars.
18469 (set) 2>&1 |
18470 case `(ac_space=' '; set | grep ac_space) 2>&1` in
18471 *ac_space=\ *)
18472 # `set' does not quote correctly, so add quotes (double-quote substitution
18473 # turns \\\\ into \\, and sed turns \\ into \).
18474 sed -n \
18475 -e "s/'/'\\\\''/g" \
18476 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
18477 ;;
18478 *)
18479 # `set' quotes correctly as required by POSIX, so do not add quotes.
18480 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
18481 ;;
18482 esac >> confcache
18483 if cmp -s $cache_file confcache; then
18484 :
18485 else
18486 if test -w $cache_file; then
18487 echo "updating cache $cache_file"
18488 cat confcache > $cache_file
18489 else
18490 echo "not updating unwritable cache $cache_file"
18491 fi
18492 fi
18493 rm -f confcache
18494
18495 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
18496
18497 test "x$prefix" = xNONE && prefix=$ac_default_prefix
18498 # Let make expand exec_prefix.
18499 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18500
18501 # Any assignment to VPATH causes Sun make to only execute
18502 # the first set of double-colon rules, so remove it if not needed.
18503 # If there is a colon in the path, we need to keep it.
18504 if test "x$srcdir" = x.; then
18505 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
18506 fi
18507
18508 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
18509
18510 DEFS=-DHAVE_CONFIG_H
18511
18512 # Without the "./", some shells look in PATH for config.status.
18513 : ${CONFIG_STATUS=./config.status}
18514
18515 echo creating $CONFIG_STATUS
18516 rm -f $CONFIG_STATUS
18517 cat > $CONFIG_STATUS <<EOF
18518 #! /bin/sh
18519 # Generated automatically by configure.
18520 # Run this file to recreate the current configuration.
18521 # This directory was configured as follows,
18522 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
18523 #
18524 # $0 $ac_configure_args
18525 #
18526 # Compiler output produced by configure, useful for debugging
18527 # configure, is in ./config.log if it exists.
18528
18529 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
18530 for ac_option
18531 do
18532 case "\$ac_option" in
18533 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18534 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
18535 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
18536 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
18537 echo "$CONFIG_STATUS generated by autoconf version 2.13"
18538 exit 0 ;;
18539 -help | --help | --hel | --he | --h)
18540 echo "\$ac_cs_usage"; exit 0 ;;
18541 *) echo "\$ac_cs_usage"; exit 1 ;;
18542 esac
18543 done
18544
18545 ac_given_srcdir=$srcdir
18546 ac_given_INSTALL="$INSTALL"
18547
18548 trap 'rm -fr `echo "
18549 wx-config
18550 src/make.env
18551 src/makeprog.env
18552 src/makelib.env
18553 Makefile
18554 setup.h:setup.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
18555 EOF
18556 cat >> $CONFIG_STATUS <<EOF
18557
18558 # Protect against being on the right side of a sed subst in config.status.
18559 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
18560 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
18561 $ac_vpsub
18562 $extrasub
18563 s%@SHELL@%$SHELL%g
18564 s%@CFLAGS@%$CFLAGS%g
18565 s%@CPPFLAGS@%$CPPFLAGS%g
18566 s%@CXXFLAGS@%$CXXFLAGS%g
18567 s%@FFLAGS@%$FFLAGS%g
18568 s%@DEFS@%$DEFS%g
18569 s%@LDFLAGS@%$LDFLAGS%g
18570 s%@LIBS@%$LIBS%g
18571 s%@exec_prefix@%$exec_prefix%g
18572 s%@prefix@%$prefix%g
18573 s%@program_transform_name@%$program_transform_name%g
18574 s%@bindir@%$bindir%g
18575 s%@sbindir@%$sbindir%g
18576 s%@libexecdir@%$libexecdir%g
18577 s%@datadir@%$datadir%g
18578 s%@sysconfdir@%$sysconfdir%g
18579 s%@sharedstatedir@%$sharedstatedir%g
18580 s%@localstatedir@%$localstatedir%g
18581 s%@libdir@%$libdir%g
18582 s%@includedir@%$includedir%g
18583 s%@oldincludedir@%$oldincludedir%g
18584 s%@infodir@%$infodir%g
18585 s%@mandir@%$mandir%g
18586 s%@host@%$host%g
18587 s%@host_alias@%$host_alias%g
18588 s%@host_cpu@%$host_cpu%g
18589 s%@host_vendor@%$host_vendor%g
18590 s%@host_os@%$host_os%g
18591 s%@target@%$target%g
18592 s%@target_alias@%$target_alias%g
18593 s%@target_cpu@%$target_cpu%g
18594 s%@target_vendor@%$target_vendor%g
18595 s%@target_os@%$target_os%g
18596 s%@build@%$build%g
18597 s%@build_alias@%$build_alias%g
18598 s%@build_cpu@%$build_cpu%g
18599 s%@build_vendor@%$build_vendor%g
18600 s%@build_os@%$build_os%g
18601 s%@CC@%$CC%g
18602 s%@CPP@%$CPP%g
18603 s%@CXX@%$CXX%g
18604 s%@RANLIB@%$RANLIB%g
18605 s%@AR@%$AR%g
18606 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
18607 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
18608 s%@INSTALL_DATA@%$INSTALL_DATA%g
18609 s%@STRIP@%$STRIP%g
18610 s%@YACC@%$YACC%g
18611 s%@LEX@%$LEX%g
18612 s%@LEXLIB@%$LEXLIB%g
18613 s%@LN_S@%$LN_S%g
18614 s%@GTK_CONFIG_2_0@%$GTK_CONFIG_2_0%g
18615 s%@GTK_CFLAGS@%$GTK_CFLAGS%g
18616 s%@GTK_LIBS@%$GTK_LIBS%g
18617 s%@GTK_CONFIG@%$GTK_CONFIG%g
18618 s%@X_CFLAGS@%$X_CFLAGS%g
18619 s%@X_PRE_LIBS@%$X_PRE_LIBS%g
18620 s%@X_LIBS@%$X_LIBS%g
18621 s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
18622 s%@RESCOMP@%$RESCOMP%g
18623 s%@DEREZ@%$DEREZ%g
18624 s%@CXXCPP@%$CXXCPP%g
18625 s%@LEX_STEM@%$LEX_STEM%g
18626 s%@PATH_IFS@%$PATH_IFS%g
18627 s%@WX_MAJOR_VERSION_NUMBER@%$WX_MAJOR_VERSION_NUMBER%g
18628 s%@WX_MINOR_VERSION_NUMBER@%$WX_MINOR_VERSION_NUMBER%g
18629 s%@WX_RELEASE_NUMBER@%$WX_RELEASE_NUMBER%g
18630 s%@WX_LIBRARY_NAME_STATIC@%$WX_LIBRARY_NAME_STATIC%g
18631 s%@WX_LIBRARY_NAME_SHARED@%$WX_LIBRARY_NAME_SHARED%g
18632 s%@WX_LIBRARY_IMPORTLIB@%$WX_LIBRARY_IMPORTLIB%g
18633 s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g
18634 s%@WX_LIBRARY_LINK1@%$WX_LIBRARY_LINK1%g
18635 s%@WX_LIBRARY_LINK2@%$WX_LIBRARY_LINK2%g
18636 s%@PROGRAM_EXT@%$PROGRAM_EXT%g
18637 s%@WX_LIBRARY_NAME_STATIC_GL@%$WX_LIBRARY_NAME_STATIC_GL%g
18638 s%@WX_LIBRARY_NAME_SHARED_GL@%$WX_LIBRARY_NAME_SHARED_GL%g
18639 s%@WX_TARGET_LIBRARY_GL@%$WX_TARGET_LIBRARY_GL%g
18640 s%@WX_LIBRARY_LINK1_GL@%$WX_LIBRARY_LINK1_GL%g
18641 s%@WX_LIBRARY_LINK2_GL@%$WX_LIBRARY_LINK2_GL%g
18642 s%@WX_ALL@%$WX_ALL%g
18643 s%@WX_ALL_INSTALLED@%$WX_ALL_INSTALLED%g
18644 s%@SHARED_LD@%$SHARED_LD%g
18645 s%@PIC_FLAG@%$PIC_FLAG%g
18646 s%@CODE_GEN_FLAGS@%$CODE_GEN_FLAGS%g
18647 s%@CODE_GEN_FLAGS_CXX@%$CODE_GEN_FLAGS_CXX%g
18648 s%@SONAME_FLAGS@%$SONAME_FLAGS%g
18649 s%@SONAME_FLAGS_GL@%$SONAME_FLAGS_GL%g
18650 s%@WX_TARGET_LIBRARY_SONAME@%$WX_TARGET_LIBRARY_SONAME%g
18651 s%@WX_TARGET_LIBRARY_TYPE@%$WX_TARGET_LIBRARY_TYPE%g
18652 s%@WXDEBUG_DEFINE@%$WXDEBUG_DEFINE%g
18653 s%@USE_GUI@%$USE_GUI%g
18654 s%@AFMINSTALL@%$AFMINSTALL%g
18655 s%@TOOLKIT@%$TOOLKIT%g
18656 s%@TOOLKIT_DIR@%$TOOLKIT_DIR%g
18657 s%@TOOLKIT_VPATH@%$TOOLKIT_VPATH%g
18658 s%@TOOLCHAIN_NAME@%$TOOLCHAIN_NAME%g
18659 s%@TOOLCHAIN_DEFS@%$TOOLCHAIN_DEFS%g
18660 s%@cross_compiling@%$cross_compiling%g
18661 s%@WXCONFIG_LIBS@%$WXCONFIG_LIBS%g
18662 s%@WXCONFIG_LIBS_GL@%$WXCONFIG_LIBS_GL%g
18663 s%@WXCONFIG_INCLUDE@%$WXCONFIG_INCLUDE%g
18664 s%@ALL_OBJECTS@%$ALL_OBJECTS%g
18665 s%@GUIDIST@%$GUIDIST%g
18666 s%@PORT_FILES@%$PORT_FILES%g
18667 s%@DISTDIR@%$DISTDIR%g
18668 s%@RPM_SPEC@%$RPM_SPEC%g
18669 s%@RPM_FILES@%$RPM_FILES%g
18670 s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g
18671 s%@EXTRA_LIBS@%$EXTRA_LIBS%g
18672 s%@OPENGL_LIBS@%$OPENGL_LIBS%g
18673 s%@EXTRADEFS@%$EXTRADEFS%g
18674 s%@LD_LIBS@%$LD_LIBS%g
18675 s%@RESFLAGS@%$RESFLAGS%g
18676 s%@RESPROGRAMOBJ@%$RESPROGRAMOBJ%g
18677 s%@WX_RESOURCES_MACOSX@%$WX_RESOURCES_MACOSX%g
18678 s%@WX_RESOURCES_MACOSX_COMPILED@%$WX_RESOURCES_MACOSX_COMPILED%g
18679 s%@LIBWXMACRES@%$LIBWXMACRES%g
18680 s%@LIBWXMACRESCOMP@%$LIBWXMACRESCOMP%g
18681 s%@LIBWXMACRESWXCONFIG@%$LIBWXMACRESWXCONFIG%g
18682 s%@DLLTOOL@%$DLLTOOL%g
18683 s%@AS@%$AS%g
18684 s%@NM@%$NM%g
18685 s%@LD@%$LD%g
18686 s%@MAKEINFO@%$MAKEINFO%g
18687 s%@SET_MAKE@%$SET_MAKE%g
18688 s%@subdirs@%$subdirs%g
18689
18690 CEOF
18691 EOF
18692
18693 cat >> $CONFIG_STATUS <<\EOF
18694
18695 # Split the substitutions into bite-sized pieces for seds with
18696 # small command number limits, like on Digital OSF/1 and HP-UX.
18697 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
18698 ac_file=1 # Number of current file.
18699 ac_beg=1 # First line for current file.
18700 ac_end=$ac_max_sed_cmds # Line after last line for current file.
18701 ac_more_lines=:
18702 ac_sed_cmds=""
18703 while $ac_more_lines; do
18704 if test $ac_beg -gt 1; then
18705 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
18706 else
18707 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
18708 fi
18709 if test ! -s conftest.s$ac_file; then
18710 ac_more_lines=false
18711 rm -f conftest.s$ac_file
18712 else
18713 if test -z "$ac_sed_cmds"; then
18714 ac_sed_cmds="sed -f conftest.s$ac_file"
18715 else
18716 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
18717 fi
18718 ac_file=`expr $ac_file + 1`
18719 ac_beg=$ac_end
18720 ac_end=`expr $ac_end + $ac_max_sed_cmds`
18721 fi
18722 done
18723 if test -z "$ac_sed_cmds"; then
18724 ac_sed_cmds=cat
18725 fi
18726 EOF
18727
18728 cat >> $CONFIG_STATUS <<EOF
18729
18730 CONFIG_FILES=\${CONFIG_FILES-"wx-config
18731 src/make.env
18732 src/makeprog.env
18733 src/makelib.env
18734 Makefile
18735 "}
18736 EOF
18737 cat >> $CONFIG_STATUS <<\EOF
18738 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
18739 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
18740 case "$ac_file" in
18741 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
18742 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
18743 *) ac_file_in="${ac_file}.in" ;;
18744 esac
18745
18746 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
18747
18748 # Remove last slash and all that follows it. Not all systems have dirname.
18749 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
18750 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
18751 # The file is in a subdirectory.
18752 test ! -d "$ac_dir" && mkdir "$ac_dir"
18753 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
18754 # A "../" for each directory in $ac_dir_suffix.
18755 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
18756 else
18757 ac_dir_suffix= ac_dots=
18758 fi
18759
18760 case "$ac_given_srcdir" in
18761 .) srcdir=.
18762 if test -z "$ac_dots"; then top_srcdir=.
18763 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
18764 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
18765 *) # Relative path.
18766 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
18767 top_srcdir="$ac_dots$ac_given_srcdir" ;;
18768 esac
18769
18770 case "$ac_given_INSTALL" in
18771 [/$]*) INSTALL="$ac_given_INSTALL" ;;
18772 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
18773 esac
18774
18775 echo creating "$ac_file"
18776 rm -f "$ac_file"
18777 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
18778 case "$ac_file" in
18779 *Makefile*) ac_comsub="1i\\
18780 # $configure_input" ;;
18781 *) ac_comsub= ;;
18782 esac
18783
18784 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
18785 sed -e "$ac_comsub
18786 s%@configure_input@%$configure_input%g
18787 s%@srcdir@%$srcdir%g
18788 s%@top_srcdir@%$top_srcdir%g
18789 s%@INSTALL@%$INSTALL%g
18790 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
18791 fi; done
18792 rm -f conftest.s*
18793
18794 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
18795 # NAME is the cpp macro being defined and VALUE is the value it is being given.
18796 #
18797 # ac_d sets the value in "#define NAME VALUE" lines.
18798 ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
18799 ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
18800 ac_dC='\3'
18801 ac_dD='%g'
18802 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
18803 ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
18804 ac_uB='\([ ]\)%\1#\2define\3'
18805 ac_uC=' '
18806 ac_uD='\4%g'
18807 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
18808 ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
18809 ac_eB='$%\1#\2define\3'
18810 ac_eC=' '
18811 ac_eD='%g'
18812
18813 if test "${CONFIG_HEADERS+set}" != set; then
18814 EOF
18815 cat >> $CONFIG_STATUS <<EOF
18816 CONFIG_HEADERS="setup.h:setup.h.in"
18817 EOF
18818 cat >> $CONFIG_STATUS <<\EOF
18819 fi
18820 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
18821 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
18822 case "$ac_file" in
18823 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
18824 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
18825 *) ac_file_in="${ac_file}.in" ;;
18826 esac
18827
18828 echo creating $ac_file
18829
18830 rm -f conftest.frag conftest.in conftest.out
18831 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
18832 cat $ac_file_inputs > conftest.in
18833
18834 EOF
18835
18836 # Transform confdefs.h into a sed script conftest.vals that substitutes
18837 # the proper values into config.h.in to produce config.h. And first:
18838 # Protect against being on the right side of a sed subst in config.status.
18839 # Protect against being in an unquoted here document in config.status.
18840 rm -f conftest.vals
18841 cat > conftest.hdr <<\EOF
18842 s/[\\&%]/\\&/g
18843 s%[\\$`]%\\&%g
18844 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
18845 s%ac_d%ac_u%gp
18846 s%ac_u%ac_e%gp
18847 EOF
18848 sed -n -f conftest.hdr confdefs.h > conftest.vals
18849 rm -f conftest.hdr
18850
18851 # This sed command replaces #undef with comments. This is necessary, for
18852 # example, in the case of _POSIX_SOURCE, which is predefined and required
18853 # on some systems where configure will not decide to define it.
18854 cat >> conftest.vals <<\EOF
18855 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
18856 EOF
18857
18858 # Break up conftest.vals because some shells have a limit on
18859 # the size of here documents, and old seds have small limits too.
18860
18861 rm -f conftest.tail
18862 while :
18863 do
18864 ac_lines=`grep -c . conftest.vals`
18865 # grep -c gives empty output for an empty file on some AIX systems.
18866 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
18867 # Write a limited-size here document to conftest.frag.
18868 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
18869 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
18870 echo 'CEOF
18871 sed -f conftest.frag conftest.in > conftest.out
18872 rm -f conftest.in
18873 mv conftest.out conftest.in
18874 ' >> $CONFIG_STATUS
18875 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
18876 rm -f conftest.vals
18877 mv conftest.tail conftest.vals
18878 done
18879 rm -f conftest.vals
18880
18881 cat >> $CONFIG_STATUS <<\EOF
18882 rm -f conftest.frag conftest.h
18883 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
18884 cat conftest.in >> conftest.h
18885 rm -f conftest.in
18886 if cmp -s $ac_file conftest.h 2>/dev/null; then
18887 echo "$ac_file is unchanged"
18888 rm -f conftest.h
18889 else
18890 # Remove last slash and all that follows it. Not all systems have dirname.
18891 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
18892 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
18893 # The file is in a subdirectory.
18894 test ! -d "$ac_dir" && mkdir "$ac_dir"
18895 fi
18896 rm -f $ac_file
18897 mv conftest.h $ac_file
18898 fi
18899 fi; done
18900
18901 EOF
18902 cat >> $CONFIG_STATUS <<EOF
18903
18904 TOOLCHAIN_NAME="${TOOLCHAIN_NAME}"
18905 LN_S="${LN_S}"
18906
18907
18908 EOF
18909 cat >> $CONFIG_STATUS <<\EOF
18910
18911 if test ! -h wx-config; then
18912 chmod +x wx-config
18913 mv wx-config wx${TOOLCHAIN_NAME}-config
18914 ${LN_S} wx${TOOLCHAIN_NAME}-config wx-config
18915 fi
18916
18917 if test ! -d lib; then
18918 mkdir lib
18919 fi
18920 if test ! -d lib/wx; then
18921 mkdir lib/wx
18922 fi
18923 if test ! -d lib/wx/include; then
18924 mkdir lib/wx/include
18925 fi
18926 if test ! -d lib/wx/include/${TOOLCHAIN_NAME}; then
18927 mkdir lib/wx/include/${TOOLCHAIN_NAME}
18928 fi
18929 if test ! -d lib/wx/include/${TOOLCHAIN_NAME}/wx; then
18930 mkdir lib/wx/include/${TOOLCHAIN_NAME}/wx
18931 fi
18932 if test -f setup.h; then
18933 mv -f setup.h lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h
18934 fi
18935
18936 exit 0
18937 EOF
18938 chmod +x $CONFIG_STATUS
18939 rm -fr confdefs* $ac_clean_files
18940 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
18941
18942 if test "$no_recursion" != yes; then
18943
18944 # Remove --cache-file and --srcdir arguments so they do not pile up.
18945 ac_sub_configure_args=
18946 ac_prev=
18947 for ac_arg in $ac_configure_args; do
18948 if test -n "$ac_prev"; then
18949 ac_prev=
18950 continue
18951 fi
18952 case "$ac_arg" in
18953 -cache-file | --cache-file | --cache-fil | --cache-fi \
18954 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
18955 ac_prev=cache_file ;;
18956 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
18957 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
18958 ;;
18959 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
18960 ac_prev=srcdir ;;
18961 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
18962 ;;
18963 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
18964 esac
18965 done
18966
18967 for ac_config_dir in demos samples utils contrib; do
18968
18969 # Do not complain, so a configure script can configure whichever
18970 # parts of a large source tree are present.
18971 if test ! -d $srcdir/$ac_config_dir; then
18972 continue
18973 fi
18974
18975 echo configuring in $ac_config_dir
18976
18977 case "$srcdir" in
18978 .) ;;
18979 *)
18980 if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
18981 else
18982 { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
18983 fi
18984 ;;
18985 esac
18986
18987 ac_popdir=`pwd`
18988 cd $ac_config_dir
18989
18990 # A "../" for each directory in /$ac_config_dir.
18991 ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
18992
18993 case "$srcdir" in
18994 .) # No --srcdir option. We are building in place.
18995 ac_sub_srcdir=$srcdir ;;
18996 /*) # Absolute path.
18997 ac_sub_srcdir=$srcdir/$ac_config_dir ;;
18998 *) # Relative path.
18999 ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
19000 esac
19001
19002 # Check for guested configure; otherwise get Cygnus style configure.
19003 if test -f $ac_sub_srcdir/configure; then
19004 ac_sub_configure=$ac_sub_srcdir/configure
19005 elif test -f $ac_sub_srcdir/configure.in; then
19006 ac_sub_configure=$ac_configure
19007 else
19008 echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
19009 ac_sub_configure=
19010 fi
19011
19012 # The recursion is here.
19013 if test -n "$ac_sub_configure"; then
19014
19015 # Make the cache file name correct relative to the subdirectory.
19016 case "$cache_file" in
19017 /*) ac_sub_cache_file=$cache_file ;;
19018 *) # Relative path.
19019 ac_sub_cache_file="$ac_dots$cache_file" ;;
19020 esac
19021 case "$ac_given_INSTALL" in
19022 [/$]*) INSTALL="$ac_given_INSTALL" ;;
19023 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
19024 esac
19025
19026 echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
19027 # The eval makes quoting arguments work.
19028 if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
19029 then :
19030 else
19031 { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }
19032 fi
19033 fi
19034
19035 cd $ac_popdir
19036 done
19037 fi
19038
19039