]> git.saurik.com Git - wxWidgets.git/blob - configure
Fixed MDIS_ALLCHILDSTYLES bug (WS_VISIBLE needed to be added to child frame style)
[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
40
41
42 # Configure paths for GTK+
43 # Owen Taylor 97-11-3
44
45
46 # Guess values for system-dependent variables and create Makefiles.
47 # Generated automatically using autoconf version 2.13
48 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
49 #
50 # This configure script is free software; the Free Software Foundation
51 # gives unlimited permission to copy, distribute and modify it.
52
53 # Defaults:
54 ac_help=
55 ac_default_prefix=/usr/local
56 # Any additions from configure.in:
57 ac_help="$ac_help
58 --enable-gui use GUI classes"
59 ac_help="$ac_help
60 --with-gtk use GTK+"
61 ac_help="$ac_help
62 --with-motif use Motif/Lesstif"
63 ac_help="$ac_help
64 --with-mac use Mac OS X"
65 ac_help="$ac_help
66 --with-wine use WINE"
67 ac_help="$ac_help
68 --with-cygwin use Cygwin for MS-Windows"
69 ac_help="$ac_help
70 --with-mingw use GCC Minimal MS-Windows"
71 ac_help="$ac_help
72 --with-pm use OS/2 Presentation Manager"
73 ac_help="$ac_help
74 --with-gtk-prefix=PFX Prefix where GTK is installed"
75 ac_help="$ac_help
76 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed"
77 ac_help="$ac_help
78 --with-libpng use libpng (PNG image format)"
79 ac_help="$ac_help
80 --with-libjpeg use libjpeg (JPEG file format)"
81 ac_help="$ac_help
82 --with-libtiff use libtiff (TIFF file format)"
83 ac_help="$ac_help
84 --with-freetype use freetype (font rasterizer)"
85 ac_help="$ac_help
86 --with-opengl use OpenGL (or Mesa)"
87 ac_help="$ac_help
88 --with-dmalloc use dmalloc library (www.letters.com/dmalloc)"
89 ac_help="$ac_help
90 --with-zlib use zlib for LZW compression"
91 ac_help="$ac_help
92 --with-odbc use the IODBC and wxODBC classes"
93 ac_help="$ac_help
94 --enable-shared create shared library code"
95 ac_help="$ac_help
96 --enable-burnt_name create set name in shared library "
97 ac_help="$ac_help
98 --enable-optimise create optimised code"
99 ac_help="$ac_help
100 --enable-debug same as debug_flag and debug_info"
101 ac_help="$ac_help
102 --enable-debug_flag set __WXDEBUG__ flag (recommended for developers!)"
103 ac_help="$ac_help
104 --enable-debug_info create code with debugging information"
105 ac_help="$ac_help
106 --enable-debug_gdb create code with extra GDB debugging information"
107 ac_help="$ac_help
108 --enable-debug_cntxt use wxDebugContext"
109 ac_help="$ac_help
110 --enable-mem_tracing create code with memory tracing"
111 ac_help="$ac_help
112 --enable-profile create code with profiling information"
113 ac_help="$ac_help
114 --enable-no_rtti create code without RTTI information"
115 ac_help="$ac_help
116 --enable-no_exceptions create code without exceptions information"
117 ac_help="$ac_help
118 --enable-permissive compile code disregarding strict ANSI"
119 ac_help="$ac_help
120 --enable-no_deps create code without dependency information"
121 ac_help="$ac_help
122 --enable-intl use internationalization system"
123 ac_help="$ac_help
124 --enable-config use wxConfig (and derived) classes"
125 ac_help="$ac_help
126 --enable-sockets use socket/network classes"
127 ac_help="$ac_help
128 --enable-ipc use interprocess communication (wxSocket etc.)"
129 ac_help="$ac_help
130 --enable-dialupman use dialup network classes"
131 ac_help="$ac_help
132 --enable-apple_ieee use the Apple IEEE codec"
133 ac_help="$ac_help
134 --enable-timedate use date/time classes"
135 ac_help="$ac_help
136 --enable-wave use wxWave class"
137 ac_help="$ac_help
138 --enable-fraction use wxFraction class"
139 ac_help="$ac_help
140 --enable-dynlib use wxLibrary class for DLL loading"
141 ac_help="$ac_help
142 --enable-longlong use wxLongLong class"
143 ac_help="$ac_help
144 --enable-geometry use geometry class"
145 ac_help="$ac_help
146 --enable-log use logging system"
147 ac_help="$ac_help
148 --enable-streams use wxStream etc classes"
149 ac_help="$ac_help
150 --enable-file use wxFile classes"
151 ac_help="$ac_help
152 --enable-textfile use wxTextFile classes"
153 ac_help="$ac_help
154 --enable-unicode compile wxString with Unicode support"
155 ac_help="$ac_help
156 --enable-wcsrtombs use wcsrtombs instead of buggy (GNU libc1/Linux libc5) wcstombs"
157 ac_help="$ac_help
158 --enable-wxprintfv use wxWindows implementation of vprintf()"
159 ac_help="$ac_help
160 --enable-std_iostreams use standard C++ stream classes"
161 ac_help="$ac_help
162 --enable-filesystem use virtual file systems classes"
163 ac_help="$ac_help
164 --enable-fs_inet use virtual HTTP/FTP filesystems"
165 ac_help="$ac_help
166 --enable-fs_zip use virtual ZIP filesystems"
167 ac_help="$ac_help
168 --enable-zipstream use wxZipInputStream"
169 ac_help="$ac_help
170 --enable-catch_segvs catch signals and pass them to wxApp::OnFatalException"
171 ac_help="$ac_help
172 --enable-snglinst use wxSingleInstanceChecker class"
173 ac_help="$ac_help
174 --enable-threads use threads"
175 ac_help="$ac_help
176 --enable-serial use class serialization"
177 ac_help="$ac_help
178 --enable-docview use document view architecture"
179 ac_help="$ac_help
180 --enable-help use help (using external browser at present)"
181 ac_help="$ac_help
182 --enable-constraints use layout-constraints system"
183 ac_help="$ac_help
184 --enable-printarch use printing architecture"
185 ac_help="$ac_help
186 --enable-mdi use multiple document interface architecture"
187 ac_help="$ac_help
188 --enable-postscript use wxPostscriptDC device context (default for gtk+)"
189 ac_help="$ac_help
190 --enable-prologio use Prolog IO library"
191 ac_help="$ac_help
192 --enable-resources use wxWindows resources"
193 ac_help="$ac_help
194 --enable-xresources use X resources for save (default for gtk+)"
195 ac_help="$ac_help
196 --enable-clipboard use wxClipboard classes"
197 ac_help="$ac_help
198 --enable-dnd use Drag'n'Drop classes"
199 ac_help="$ac_help
200 --enable-metafile use win32 metafiles"
201 ac_help="$ac_help
202 --enable-wxtree make wxTree library"
203 ac_help="$ac_help
204 --enable-controls use all usual controls"
205 ac_help="$ac_help
206 --enable-accel use accelerators"
207 ac_help="$ac_help
208 --enable-caret use wxCaret class"
209 ac_help="$ac_help
210 --enable-bmpbutton use wxBitmapButton class"
211 ac_help="$ac_help
212 --enable-checkbox use wxCheckBox class"
213 ac_help="$ac_help
214 --enable-checklst use wxCheckListBox (listbox with checkboxes) class"
215 ac_help="$ac_help
216 --enable-choice use wxChoice class"
217 ac_help="$ac_help
218 --enable-combobox use wxComboBox classes"
219 ac_help="$ac_help
220 --enable-gauge use wxGauge class"
221 ac_help="$ac_help
222 --enable-grid use wxGrid class"
223 ac_help="$ac_help
224 --enable-newgrid use new wxGrid class"
225 ac_help="$ac_help
226 --enable-imaglist use wxImageList class"
227 ac_help="$ac_help
228 --enable-listbox use wxListBox class"
229 ac_help="$ac_help
230 --enable-listctrl use wxListCtrl class"
231 ac_help="$ac_help
232 --enable-notebook use wxNotebook class"
233 ac_help="$ac_help
234 --enable-radiobox use wxRadioBox class"
235 ac_help="$ac_help
236 --enable-radiobtn use wxRadioButton class"
237 ac_help="$ac_help
238 --enable-sash use wxSashWindow class"
239 ac_help="$ac_help
240 --enable-scrollbar use wxScrollBar class and scrollable windows"
241 ac_help="$ac_help
242 --enable-slider use wxSlider class"
243 ac_help="$ac_help
244 --enable-spinbtn use wxSpinButton class"
245 ac_help="$ac_help
246 --enable-spinctrl use wxSpinCtrl class"
247 ac_help="$ac_help
248 --enable-splitter use wxSplitterWindow class"
249 ac_help="$ac_help
250 --enable-statbmp use wxStaticBitmap class"
251 ac_help="$ac_help
252 --enable-statbox use wxStaticBox class"
253 ac_help="$ac_help
254 --enable-statline use wxStaticLine class"
255 ac_help="$ac_help
256 --enable-statusbar use wxStatusBar class"
257 ac_help="$ac_help
258 --enable-tabdialog use wxTabControl class"
259 ac_help="$ac_help
260 --enable-togglebtn use wxToggleButton class"
261 ac_help="$ac_help
262 --enable-toolbar use wxToolBar class"
263 ac_help="$ac_help
264 --enable-tbarnative use native wxToolBar class"
265 ac_help="$ac_help
266 --enable-tbarsmpl use wxToolBarSimple class"
267 ac_help="$ac_help
268 --enable-treectrl use wxTreeCtrl class"
269 ac_help="$ac_help
270 --enable-commondlg use common dialogs (wxDirDialog, wxProgressDialog, wxTextDialog, ...)"
271 ac_help="$ac_help
272 --enable-dirdlg use wxDirDialog"
273 ac_help="$ac_help
274 --enable-textdlg use wxTextDialog"
275 ac_help="$ac_help
276 --enable-tipdlg use startup tips"
277 ac_help="$ac_help
278 --enable-progressdlg use wxProgressDialog"
279 ac_help="$ac_help
280 --enable-miniframe use wxMiniFrame class"
281 ac_help="$ac_help
282 --enable-html use wxHTML sub-library"
283 ac_help="$ac_help
284 --enable-tooltips use wxToolTip class"
285 ac_help="$ac_help
286 --enable-splines use spline drawing code"
287 ac_help="$ac_help
288 --enable-validators use wxValidator and derived classes"
289 ac_help="$ac_help
290 --enable-busyinfo use wxBusyInfo"
291 ac_help="$ac_help
292 --enable-joystick compile in joystick support (Linux only)"
293 ac_help="$ac_help
294 --enable-image use wxImage class"
295 ac_help="$ac_help
296 --enable-gif use gif images (GIF file format)"
297 ac_help="$ac_help
298 --enable-pcx use pcx images (PCX file format)"
299 ac_help="$ac_help
300 --enable-pnm use pnm images (PNM file format)"
301 ac_help="$ac_help
302 --enable-xpm use xpm images (XPM file format)"
303 ac_help="$ac_help
304 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)"
305 ac_help="$ac_help
306 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)"
307 ac_help="$ac_help
308 --disable-gtktest Do not try to compile and run a test GTK program"
309 ac_help="$ac_help
310 --with-x use the X Window System"
311
312 # Initialize some variables set by options.
313 # The variables have the same names as the options, with
314 # dashes changed to underlines.
315 build=NONE
316 cache_file=./config.cache
317 exec_prefix=NONE
318 host=NONE
319 no_create=
320 nonopt=NONE
321 no_recursion=
322 prefix=NONE
323 program_prefix=NONE
324 program_suffix=NONE
325 program_transform_name=s,x,x,
326 silent=
327 site=
328 srcdir=
329 target=NONE
330 verbose=
331 x_includes=NONE
332 x_libraries=NONE
333 bindir='${exec_prefix}/bin'
334 sbindir='${exec_prefix}/sbin'
335 libexecdir='${exec_prefix}/libexec'
336 datadir='${prefix}/share'
337 sysconfdir='${prefix}/etc'
338 sharedstatedir='${prefix}/com'
339 localstatedir='${prefix}/var'
340 libdir='${exec_prefix}/lib'
341 includedir='${prefix}/include'
342 oldincludedir='/usr/include'
343 infodir='${prefix}/info'
344 mandir='${prefix}/man'
345
346 # Initialize some other variables.
347 subdirs=
348 MFLAGS= MAKEFLAGS=
349 SHELL=${CONFIG_SHELL-/bin/sh}
350 # Maximum number of lines to put in a shell here document.
351 ac_max_here_lines=12
352
353 ac_prev=
354 for ac_option
355 do
356
357 # If the previous option needs an argument, assign it.
358 if test -n "$ac_prev"; then
359 eval "$ac_prev=\$ac_option"
360 ac_prev=
361 continue
362 fi
363
364 case "$ac_option" in
365 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
366 *) ac_optarg= ;;
367 esac
368
369 # Accept the important Cygnus configure options, so we can diagnose typos.
370
371 case "$ac_option" in
372
373 -bindir | --bindir | --bindi | --bind | --bin | --bi)
374 ac_prev=bindir ;;
375 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
376 bindir="$ac_optarg" ;;
377
378 -build | --build | --buil | --bui | --bu)
379 ac_prev=build ;;
380 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
381 build="$ac_optarg" ;;
382
383 -cache-file | --cache-file | --cache-fil | --cache-fi \
384 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
385 ac_prev=cache_file ;;
386 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
387 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
388 cache_file="$ac_optarg" ;;
389
390 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
391 ac_prev=datadir ;;
392 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
393 | --da=*)
394 datadir="$ac_optarg" ;;
395
396 -disable-* | --disable-*)
397 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
398 # Reject names that are not valid shell variable names.
399 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
400 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
401 fi
402 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
403 eval "enable_${ac_feature}=no" ;;
404
405 -enable-* | --enable-*)
406 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
407 # Reject names that are not valid shell variable names.
408 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
409 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
410 fi
411 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
412 case "$ac_option" in
413 *=*) ;;
414 *) ac_optarg=yes ;;
415 esac
416 eval "enable_${ac_feature}='$ac_optarg'" ;;
417
418 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
419 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
420 | --exec | --exe | --ex)
421 ac_prev=exec_prefix ;;
422 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
423 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
424 | --exec=* | --exe=* | --ex=*)
425 exec_prefix="$ac_optarg" ;;
426
427 -gas | --gas | --ga | --g)
428 # Obsolete; use --with-gas.
429 with_gas=yes ;;
430
431 -help | --help | --hel | --he)
432 # Omit some internal or obsolete options to make the list less imposing.
433 # This message is too long to be a string in the A/UX 3.1 sh.
434 cat << EOF
435 Usage: configure [options] [host]
436 Options: [defaults in brackets after descriptions]
437 Configuration:
438 --cache-file=FILE cache test results in FILE
439 --help print this message
440 --no-create do not create output files
441 --quiet, --silent do not print \`checking...' messages
442 --version print the version of autoconf that created configure
443 Directory and file names:
444 --prefix=PREFIX install architecture-independent files in PREFIX
445 [$ac_default_prefix]
446 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
447 [same as prefix]
448 --bindir=DIR user executables in DIR [EPREFIX/bin]
449 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
450 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
451 --datadir=DIR read-only architecture-independent data in DIR
452 [PREFIX/share]
453 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
454 --sharedstatedir=DIR modifiable architecture-independent data in DIR
455 [PREFIX/com]
456 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
457 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
458 --includedir=DIR C header files in DIR [PREFIX/include]
459 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
460 --infodir=DIR info documentation in DIR [PREFIX/info]
461 --mandir=DIR man documentation in DIR [PREFIX/man]
462 --srcdir=DIR find the sources in DIR [configure dir or ..]
463 --program-prefix=PREFIX prepend PREFIX to installed program names
464 --program-suffix=SUFFIX append SUFFIX to installed program names
465 --program-transform-name=PROGRAM
466 run sed PROGRAM on installed program names
467 EOF
468 cat << EOF
469 Host type:
470 --build=BUILD configure for building on BUILD [BUILD=HOST]
471 --host=HOST configure for HOST [guessed]
472 --target=TARGET configure for TARGET [TARGET=HOST]
473 Features and packages:
474 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
475 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
476 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
477 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
478 --x-includes=DIR X include files are in DIR
479 --x-libraries=DIR X library files are in DIR
480 EOF
481 if test -n "$ac_help"; then
482 echo "--enable and --with options recognized:$ac_help"
483 fi
484 exit 0 ;;
485
486 -host | --host | --hos | --ho)
487 ac_prev=host ;;
488 -host=* | --host=* | --hos=* | --ho=*)
489 host="$ac_optarg" ;;
490
491 -includedir | --includedir | --includedi | --included | --include \
492 | --includ | --inclu | --incl | --inc)
493 ac_prev=includedir ;;
494 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
495 | --includ=* | --inclu=* | --incl=* | --inc=*)
496 includedir="$ac_optarg" ;;
497
498 -infodir | --infodir | --infodi | --infod | --info | --inf)
499 ac_prev=infodir ;;
500 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
501 infodir="$ac_optarg" ;;
502
503 -libdir | --libdir | --libdi | --libd)
504 ac_prev=libdir ;;
505 -libdir=* | --libdir=* | --libdi=* | --libd=*)
506 libdir="$ac_optarg" ;;
507
508 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
509 | --libexe | --libex | --libe)
510 ac_prev=libexecdir ;;
511 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
512 | --libexe=* | --libex=* | --libe=*)
513 libexecdir="$ac_optarg" ;;
514
515 -localstatedir | --localstatedir | --localstatedi | --localstated \
516 | --localstate | --localstat | --localsta | --localst \
517 | --locals | --local | --loca | --loc | --lo)
518 ac_prev=localstatedir ;;
519 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
520 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
521 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
522 localstatedir="$ac_optarg" ;;
523
524 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
525 ac_prev=mandir ;;
526 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
527 mandir="$ac_optarg" ;;
528
529 -nfp | --nfp | --nf)
530 # Obsolete; use --without-fp.
531 with_fp=no ;;
532
533 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
534 | --no-cr | --no-c)
535 no_create=yes ;;
536
537 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
538 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
539 no_recursion=yes ;;
540
541 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
542 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
543 | --oldin | --oldi | --old | --ol | --o)
544 ac_prev=oldincludedir ;;
545 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
546 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
547 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
548 oldincludedir="$ac_optarg" ;;
549
550 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
551 ac_prev=prefix ;;
552 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
553 prefix="$ac_optarg" ;;
554
555 -program-prefix | --program-prefix | --program-prefi | --program-pref \
556 | --program-pre | --program-pr | --program-p)
557 ac_prev=program_prefix ;;
558 -program-prefix=* | --program-prefix=* | --program-prefi=* \
559 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
560 program_prefix="$ac_optarg" ;;
561
562 -program-suffix | --program-suffix | --program-suffi | --program-suff \
563 | --program-suf | --program-su | --program-s)
564 ac_prev=program_suffix ;;
565 -program-suffix=* | --program-suffix=* | --program-suffi=* \
566 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
567 program_suffix="$ac_optarg" ;;
568
569 -program-transform-name | --program-transform-name \
570 | --program-transform-nam | --program-transform-na \
571 | --program-transform-n | --program-transform- \
572 | --program-transform | --program-transfor \
573 | --program-transfo | --program-transf \
574 | --program-trans | --program-tran \
575 | --progr-tra | --program-tr | --program-t)
576 ac_prev=program_transform_name ;;
577 -program-transform-name=* | --program-transform-name=* \
578 | --program-transform-nam=* | --program-transform-na=* \
579 | --program-transform-n=* | --program-transform-=* \
580 | --program-transform=* | --program-transfor=* \
581 | --program-transfo=* | --program-transf=* \
582 | --program-trans=* | --program-tran=* \
583 | --progr-tra=* | --program-tr=* | --program-t=*)
584 program_transform_name="$ac_optarg" ;;
585
586 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
587 | -silent | --silent | --silen | --sile | --sil)
588 silent=yes ;;
589
590 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
591 ac_prev=sbindir ;;
592 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
593 | --sbi=* | --sb=*)
594 sbindir="$ac_optarg" ;;
595
596 -sharedstatedir | --sharedstatedir | --sharedstatedi \
597 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
598 | --sharedst | --shareds | --shared | --share | --shar \
599 | --sha | --sh)
600 ac_prev=sharedstatedir ;;
601 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
602 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
603 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
604 | --sha=* | --sh=*)
605 sharedstatedir="$ac_optarg" ;;
606
607 -site | --site | --sit)
608 ac_prev=site ;;
609 -site=* | --site=* | --sit=*)
610 site="$ac_optarg" ;;
611
612 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
613 ac_prev=srcdir ;;
614 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
615 srcdir="$ac_optarg" ;;
616
617 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
618 | --syscon | --sysco | --sysc | --sys | --sy)
619 ac_prev=sysconfdir ;;
620 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
621 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
622 sysconfdir="$ac_optarg" ;;
623
624 -target | --target | --targe | --targ | --tar | --ta | --t)
625 ac_prev=target ;;
626 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
627 target="$ac_optarg" ;;
628
629 -v | -verbose | --verbose | --verbos | --verbo | --verb)
630 verbose=yes ;;
631
632 -version | --version | --versio | --versi | --vers)
633 echo "configure generated by autoconf version 2.13"
634 exit 0 ;;
635
636 -with-* | --with-*)
637 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
638 # Reject names that are not valid shell variable names.
639 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
640 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
641 fi
642 ac_package=`echo $ac_package| sed 's/-/_/g'`
643 case "$ac_option" in
644 *=*) ;;
645 *) ac_optarg=yes ;;
646 esac
647 eval "with_${ac_package}='$ac_optarg'" ;;
648
649 -without-* | --without-*)
650 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
651 # Reject names that are not valid shell variable names.
652 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
653 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
654 fi
655 ac_package=`echo $ac_package| sed 's/-/_/g'`
656 eval "with_${ac_package}=no" ;;
657
658 --x)
659 # Obsolete; use --with-x.
660 with_x=yes ;;
661
662 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
663 | --x-incl | --x-inc | --x-in | --x-i)
664 ac_prev=x_includes ;;
665 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
666 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
667 x_includes="$ac_optarg" ;;
668
669 -x-libraries | --x-libraries | --x-librarie | --x-librari \
670 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
671 ac_prev=x_libraries ;;
672 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
673 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
674 x_libraries="$ac_optarg" ;;
675
676 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
677 ;;
678
679 *)
680 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
681 echo "configure: warning: $ac_option: invalid host type" 1>&2
682 fi
683 if test "x$nonopt" != xNONE; then
684 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
685 fi
686 nonopt="$ac_option"
687 ;;
688
689 esac
690 done
691
692 if test -n "$ac_prev"; then
693 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
694 fi
695
696 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
697
698 # File descriptor usage:
699 # 0 standard input
700 # 1 file creation
701 # 2 errors and warnings
702 # 3 some systems may open it to /dev/tty
703 # 4 used on the Kubota Titan
704 # 6 checking for... messages and results
705 # 5 compiler messages saved in config.log
706 if test "$silent" = yes; then
707 exec 6>/dev/null
708 else
709 exec 6>&1
710 fi
711 exec 5>./config.log
712
713 echo "\
714 This file contains any messages produced by compilers while
715 running configure, to aid debugging if configure makes a mistake.
716 " 1>&5
717
718 # Strip out --no-create and --no-recursion so they do not pile up.
719 # Also quote any args containing shell metacharacters.
720 ac_configure_args=
721 for ac_arg
722 do
723 case "$ac_arg" in
724 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
725 | --no-cr | --no-c) ;;
726 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
727 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
728 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
729 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
730 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
731 esac
732 done
733
734 # NLS nuisances.
735 # Only set these to C if already set. These must not be set unconditionally
736 # because not all systems understand e.g. LANG=C (notably SCO).
737 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
738 # Non-C LC_CTYPE values break the ctype check.
739 if test "${LANG+set}" = set; then LANG=C; export LANG; fi
740 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
741 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
742 if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
743
744 # confdefs.h avoids OS command line length limits that DEFS can exceed.
745 rm -rf conftest* confdefs.h
746 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
747 echo > confdefs.h
748
749 # A filename unique to this package, relative to the directory that
750 # configure is in, which we can look for to find out if srcdir is correct.
751 ac_unique_file=wx-config.in
752
753 # Find the source files, if location was not specified.
754 if test -z "$srcdir"; then
755 ac_srcdir_defaulted=yes
756 # Try the directory containing this script, then its parent.
757 ac_prog=$0
758 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
759 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
760 srcdir=$ac_confdir
761 if test ! -r $srcdir/$ac_unique_file; then
762 srcdir=..
763 fi
764 else
765 ac_srcdir_defaulted=no
766 fi
767 if test ! -r $srcdir/$ac_unique_file; then
768 if test "$ac_srcdir_defaulted" = yes; then
769 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
770 else
771 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
772 fi
773 fi
774 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
775
776 # Prefer explicitly selected file to automatically selected ones.
777 if test -z "$CONFIG_SITE"; then
778 if test "x$prefix" != xNONE; then
779 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
780 else
781 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
782 fi
783 fi
784 for ac_site_file in $CONFIG_SITE; do
785 if test -r "$ac_site_file"; then
786 echo "loading site script $ac_site_file"
787 . "$ac_site_file"
788 fi
789 done
790
791 if test -r "$cache_file"; then
792 echo "loading cache $cache_file"
793 . $cache_file
794 else
795 echo "creating cache $cache_file"
796 > $cache_file
797 fi
798
799 ac_ext=c
800 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
801 ac_cpp='$CPP $CPPFLAGS'
802 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
803 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
804 cross_compiling=$ac_cv_prog_cc_cross
805
806 ac_exeext=
807 ac_objext=o
808 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
809 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
810 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
811 ac_n= ac_c='
812 ' ac_t=' '
813 else
814 ac_n=-n ac_c= ac_t=
815 fi
816 else
817 ac_n= ac_c='\c' ac_t=
818 fi
819
820
821
822 ac_aux_dir=
823 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
824 if test -f $ac_dir/install-sh; then
825 ac_aux_dir=$ac_dir
826 ac_install_sh="$ac_aux_dir/install-sh -c"
827 break
828 elif test -f $ac_dir/install.sh; then
829 ac_aux_dir=$ac_dir
830 ac_install_sh="$ac_aux_dir/install.sh -c"
831 break
832 fi
833 done
834 if test -z "$ac_aux_dir"; then
835 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
836 fi
837 ac_config_guess=$ac_aux_dir/config.guess
838 ac_config_sub=$ac_aux_dir/config.sub
839 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
840
841
842 # Do some error checking and defaulting for the host and target type.
843 # The inputs are:
844 # configure --host=HOST --target=TARGET --build=BUILD NONOPT
845 #
846 # The rules are:
847 # 1. You are not allowed to specify --host, --target, and nonopt at the
848 # same time.
849 # 2. Host defaults to nonopt.
850 # 3. If nonopt is not specified, then host defaults to the current host,
851 # as determined by config.guess.
852 # 4. Target and build default to nonopt.
853 # 5. If nonopt is not specified, then target and build default to host.
854
855 # The aliases save the names the user supplied, while $host etc.
856 # will get canonicalized.
857 case $host---$target---$nonopt in
858 NONE---*---* | *---NONE---* | *---*---NONE) ;;
859 *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
860 esac
861
862
863 # Make sure we can run config.sub.
864 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
865 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
866 fi
867
868 echo $ac_n "checking host system type""... $ac_c" 1>&6
869 echo "configure:870: checking host system type" >&5
870
871 host_alias=$host
872 case "$host_alias" in
873 NONE)
874 case $nonopt in
875 NONE)
876 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
877 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
878 fi ;;
879 *) host_alias=$nonopt ;;
880 esac ;;
881 esac
882
883 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
884 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
885 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
886 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
887 echo "$ac_t""$host" 1>&6
888
889 echo $ac_n "checking target system type""... $ac_c" 1>&6
890 echo "configure:891: checking target system type" >&5
891
892 target_alias=$target
893 case "$target_alias" in
894 NONE)
895 case $nonopt in
896 NONE) target_alias=$host_alias ;;
897 *) target_alias=$nonopt ;;
898 esac ;;
899 esac
900
901 target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
902 target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
903 target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
904 target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
905 echo "$ac_t""$target" 1>&6
906
907 echo $ac_n "checking build system type""... $ac_c" 1>&6
908 echo "configure:909: checking build system type" >&5
909
910 build_alias=$build
911 case "$build_alias" in
912 NONE)
913 case $nonopt in
914 NONE) build_alias=$host_alias ;;
915 *) build_alias=$nonopt ;;
916 esac ;;
917 esac
918
919 build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
920 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
921 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
922 build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
923 echo "$ac_t""$build" 1>&6
924
925 test "$host_alias" != "$target_alias" &&
926 test "$program_prefix$program_suffix$program_transform_name" = \
927 NONENONEs,x,x, &&
928 program_prefix=${target_alias}-
929
930
931
932 WX_MAJOR_VERSION_NUMBER=2
933 WX_MINOR_VERSION_NUMBER=3
934 WX_RELEASE_NUMBER=1
935
936 WX_VERSION=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER.$WX_RELEASE_NUMBER
937 WX_RELEASE=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER
938
939 WX_CURRENT=0
940 WX_REVISION=0
941 WX_AGE=0
942
943
944
945 USE_UNIX=1
946 USE_WIN32=0
947 USE_BEOS=0
948 USE_MAC=0
949
950 USE_LINUX=
951 USE_SGI=
952 USE_HPUX=
953 USE_SYSV=
954 USE_SVR4=
955 USE_AIX=
956 USE_SUN=
957 USE_SOLARIS=
958 USE_SUNOS=
959 USE_ALPHA=
960 USE_OSF=
961 USE_BSD=
962 USE_FREEBSD=
963 USE_OPENBSD=
964 USE_NETBSD=
965 USE_VMS=
966 USE_ULTRIX=
967 USE_CYGWIN=
968 USE_MINGW=
969 USE_DATA_GENERAL=
970
971 NEEDS_D_REENTRANT_FOR_R_FUNCS=0
972
973 ALL_TOOLKITS="CYGWIN GTK MINGW MOTIF MAC WINE PM"
974
975 DEFAULT_wxUSE_GTK=0
976 DEFAULT_wxUSE_MOTIF=0
977 DEFAULT_wxUSE_MSW=0
978 DEFAULT_wxUSE_MAC=0
979 DEFAULT_wxUSE_WINE=0
980 DEFAULT_wxUSE_PM=0
981
982 DEFAULT_DEFAULT_wxUSE_GTK=0
983 DEFAULT_DEFAULT_wxUSE_MOTIF=0
984 DEFAULT_DEFAULT_wxUSE_MSW=0
985 DEFAULT_DEFAULT_wxUSE_MAC=0
986 DEFAULT_DEFAULT_wxUSE_WINE=0
987 DEFAULT_DEFAULT_wxUSE_PM=0
988
989 PROGRAM_EXT=
990
991 case "${host}" in
992 *-hp-hpux* )
993 USE_HPUX=1
994 DEFAULT_DEFAULT_wxUSE_MOTIF=1
995 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
996 cat >> confdefs.h <<\EOF
997 #define __HPUX__ 1
998 EOF
999
1000 ;;
1001 *-*-linux* )
1002 USE_LINUX=1
1003 cat >> confdefs.h <<\EOF
1004 #define __LINUX__ 1
1005 EOF
1006
1007 TMP=`uname -m`
1008 if test "x$TMP" = "xalpha"; then
1009 USE_ALPHA=1
1010 cat >> confdefs.h <<\EOF
1011 #define __ALPHA__ 1
1012 EOF
1013
1014 fi
1015 DEFAULT_DEFAULT_wxUSE_GTK=1
1016 ;;
1017 *-*-irix5* | *-*-irix6* )
1018 USE_SGI=1
1019 USE_SVR4=1
1020 cat >> confdefs.h <<\EOF
1021 #define __SGI__ 1
1022 EOF
1023
1024 cat >> confdefs.h <<\EOF
1025 #define __SVR4__ 1
1026 EOF
1027
1028 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1029 ;;
1030 *-*-solaris2* )
1031 USE_SUN=1
1032 USE_SOLARIS=1
1033 USE_SVR4=1
1034 cat >> confdefs.h <<\EOF
1035 #define __SUN__ 1
1036 EOF
1037
1038 cat >> confdefs.h <<\EOF
1039 #define __SOLARIS__ 1
1040 EOF
1041
1042 cat >> confdefs.h <<\EOF
1043 #define __SVR4__ 1
1044 EOF
1045
1046 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1047 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1048 ;;
1049 *-*-sunos4* )
1050 USE_SUN=1
1051 USE_SUNOS=1
1052 USE_BSD=1
1053 cat >> confdefs.h <<\EOF
1054 #define __SUN__ 1
1055 EOF
1056
1057 cat >> confdefs.h <<\EOF
1058 #define __SUNOS__ 1
1059 EOF
1060
1061 cat >> confdefs.h <<\EOF
1062 #define __BSD__ 1
1063 EOF
1064
1065 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1066 ;;
1067 *-*-freebsd*)
1068 USE_BSD=1
1069 USE_FREEBSD=1
1070 cat >> confdefs.h <<\EOF
1071 #define __FREEBSD__ 1
1072 EOF
1073
1074 cat >> confdefs.h <<\EOF
1075 #define __BSD__ 1
1076 EOF
1077
1078 DEFAULT_DEFAULT_wxUSE_GTK=1
1079 ;;
1080 *-*-openbsd*)
1081 USE_BSD=1
1082 USE_OPENBSD=1
1083 cat >> confdefs.h <<\EOF
1084 #define __FREEBSD__ 1
1085 EOF
1086
1087 cat >> confdefs.h <<\EOF
1088 #define __OPENBSD__ 1
1089 EOF
1090
1091 DEFAULT_DEFAULT_wxUSE_GTK=1
1092 ;;
1093 *-*-netbsd*)
1094 USE_BSD=1
1095 USE_NETBSD=1
1096 cat >> confdefs.h <<\EOF
1097 #define __FREEBSD__ 1
1098 EOF
1099
1100 cat >> confdefs.h <<\EOF
1101 #define __NETBSD__ 1
1102 EOF
1103
1104 DEFAULT_DEFAULT_wxUSE_GTK=1
1105 ;;
1106 *-*-osf* )
1107 USE_ALPHA=1
1108 USE_OSF=1
1109 cat >> confdefs.h <<\EOF
1110 #define __ALPHA__ 1
1111 EOF
1112
1113 cat >> confdefs.h <<\EOF
1114 #define __OSF__ 1
1115 EOF
1116
1117 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1118 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1119 ;;
1120 *-*-dgux5* )
1121 USE_ALPHA=1
1122 USE_SVR4=1
1123 cat >> confdefs.h <<\EOF
1124 #define __ALPHA__ 1
1125 EOF
1126
1127 cat >> confdefs.h <<\EOF
1128 #define __SVR4__ 1
1129 EOF
1130
1131 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1132 ;;
1133 *-*-sysv5* )
1134 USE_SYSV=1
1135 USE_SVR4=1
1136 cat >> confdefs.h <<\EOF
1137 #define __SYSV__ 1
1138 EOF
1139
1140 cat >> confdefs.h <<\EOF
1141 #define __SVR4__ 1
1142 EOF
1143
1144 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1145 ;;
1146 *-*-aix* )
1147 USE_AIX=1
1148 USE_SYSV=1
1149 USE_SVR4=1
1150 cat >> confdefs.h <<\EOF
1151 #define __AIX__ 1
1152 EOF
1153
1154 cat >> confdefs.h <<\EOF
1155 #define __SYSV__ 1
1156 EOF
1157
1158 cat >> confdefs.h <<\EOF
1159 #define __SVR4__ 1
1160 EOF
1161
1162 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1163 ;;
1164
1165 *-*-cygwin* | *-*-mingw32* )
1166 USE_UNIX=0
1167 USE_WIN32=1
1168 cat >> confdefs.h <<\EOF
1169 #define __WIN32__ 1
1170 EOF
1171
1172 cat >> confdefs.h <<\EOF
1173 #define __WIN95__ 1
1174 EOF
1175
1176 cat >> confdefs.h <<\EOF
1177 #define __WINDOWS__ 1
1178 EOF
1179
1180 cat >> confdefs.h <<\EOF
1181 #define __GNUWIN32__ 1
1182 EOF
1183
1184 cat >> confdefs.h <<\EOF
1185 #define STRICT 1
1186 EOF
1187
1188 cat >> confdefs.h <<\EOF
1189 #define WINVER 0x0400
1190 EOF
1191
1192 PROGRAM_EXT=".exe"
1193 DEFAULT_DEFAULT_wxUSE_MSW=1
1194 ;;
1195
1196 *-pc-os2_emx )
1197 cat >> confdefs.h <<\EOF
1198 #define __EMX__ 1
1199 EOF
1200
1201 PROGRAM_EXT=".exe"
1202 DEFAULT_DEFAULT_wxUSE_PM=1
1203 ;;
1204
1205 *-*-darwin* )
1206 USE_BSD=1
1207 USE_MAC=1
1208 cat >> confdefs.h <<\EOF
1209 #define __MAC__ 1
1210 EOF
1211
1212 cat >> confdefs.h <<\EOF
1213 #define __BSD__ 1
1214 EOF
1215
1216 cat >> confdefs.h <<\EOF
1217 #define __UNIX__ 1
1218 EOF
1219
1220 DEFAULT_DEFAULT_wxUSE_MAC=1
1221 ;;
1222
1223 *-*-beos* )
1224 USE_BEOS=1
1225 cat >> confdefs.h <<\EOF
1226 #define __BEOS__ 1
1227 EOF
1228
1229 ;;
1230
1231 *)
1232 { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; }
1233 esac
1234
1235 if test "$USE_UNIX" = 1 ; then
1236 wxUSE_UNIX=yes
1237 cat >> confdefs.h <<\EOF
1238 #define __UNIX__ 1
1239 EOF
1240
1241
1242 SRC_SUBDIRS="$SRC_SUBDIRS unix"
1243 INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS unix"
1244 fi
1245
1246 if test "$USE_BEOS" = 1; then
1247 SRC_SUBDIRS="$SRC_SUBDIRS be"
1248 INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS be"
1249 fi
1250
1251 if test "$USE_LINUX" = 1; then
1252 echo $ac_n "checking for gettext in -lc""... $ac_c" 1>&6
1253 echo "configure:1254: checking for gettext in -lc" >&5
1254 ac_lib_var=`echo c'_'gettext | sed 'y%./+-%__p_%'`
1255 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1256 echo $ac_n "(cached) $ac_c" 1>&6
1257 else
1258 ac_save_LIBS="$LIBS"
1259 LIBS="-lc $LIBS"
1260 cat > conftest.$ac_ext <<EOF
1261 #line 1262 "configure"
1262 #include "confdefs.h"
1263 /* Override any gcc2 internal prototype to avoid an error. */
1264 /* We use char because int might match the return type of a gcc2
1265 builtin and then its argument prototype would still apply. */
1266 char gettext();
1267
1268 int main() {
1269 gettext()
1270 ; return 0; }
1271 EOF
1272 if { (eval echo configure:1273: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1273 rm -rf conftest*
1274 eval "ac_cv_lib_$ac_lib_var=yes"
1275 else
1276 echo "configure: failed program was:" >&5
1277 cat conftest.$ac_ext >&5
1278 rm -rf conftest*
1279 eval "ac_cv_lib_$ac_lib_var=no"
1280 fi
1281 rm -f conftest*
1282 LIBS="$ac_save_LIBS"
1283
1284 fi
1285 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1286 echo "$ac_t""yes" 1>&6
1287 cat >> confdefs.h <<\EOF
1288 #define wxHAVE_GLIBC2 1
1289 EOF
1290
1291 else
1292 echo "$ac_t""no" 1>&6
1293 fi
1294
1295 fi
1296
1297
1298
1299
1300 wx_arg_cache_file="configarg.cache"
1301 echo "loading argument cache $wx_arg_cache_file"
1302 rm -f ${wx_arg_cache_file}.tmp
1303 touch ${wx_arg_cache_file}.tmp
1304 touch ${wx_arg_cache_file}
1305
1306
1307 DEBUG_CONFIGURE=0
1308 if test $DEBUG_CONFIGURE = 1; then
1309 DEFAULT_wxUSE_THREADS=yes
1310
1311 DEFAULT_wxUSE_SHARED=yes
1312 DEFAULT_wxUSE_BURNT_NAME=no
1313 DEFAULT_wxUSE_OPTIMISE=yes
1314 DEFAULT_wxUSE_PROFILE=no
1315 DEFAULT_wxUSE_NO_DEPS=no
1316 DEFAULT_wxUSE_NO_RTTI=no
1317 DEFAULT_wxUSE_NO_EXCEPTIONS=no
1318 DEFAULT_wxUSE_PERMISSIVE=no
1319 DEFAULT_wxUSE_DEBUG_FLAG=yes
1320 DEFAULT_wxUSE_DEBUG_INFO=yes
1321 DEFAULT_wxUSE_DEBUG_GDB=yes
1322 DEFAULT_wxUSE_MEM_TRACING=no
1323 DEFAULT_wxUSE_DEBUG_CONTEXT=no
1324 DEFAULT_wxUSE_DMALLOC=no
1325 DEFAULT_wxUSE_APPLE_IEEE=no
1326
1327 DEFAULT_wxUSE_LOG=yes
1328
1329 DEFAULT_wxUSE_GUI=yes
1330
1331 DEFAULT_wxUSE_ZLIB=no
1332 DEFAULT_wxUSE_LIBPNG=no
1333 DEFAULT_wxUSE_LIBJPEG=no
1334 DEFAULT_wxUSE_LIBTIFF=no
1335 DEFAULT_wxUSE_ODBC=no
1336 DEFAULT_wxUSE_FREETYPE=no
1337 DEFAULT_wxUSE_OPENGL=no
1338
1339 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=no
1340 DEFAULT_wxUSE_SNGLINST_CHECKER=no
1341 DEFAULT_wxUSE_STD_IOSTREAM=no
1342 DEFAULT_wxUSE_FILE=no
1343 DEFAULT_wxUSE_TEXTFILE=no
1344 DEFAULT_wxUSE_TIMEDATE=no
1345 DEFAULT_wxUSE_WAVE=no
1346 DEFAULT_wxUSE_INTL=no
1347 DEFAULT_wxUSE_CONFIG=no
1348 DEFAULT_wxUSE_STREAMS=no
1349 DEFAULT_wxUSE_SOCKETS=no
1350 DEFAULT_wxUSE_DIALUP_MANAGER=no
1351 DEFAULT_wxUSE_SERIAL=no
1352 DEFAULT_wxUSE_JOYSTICK=no
1353 DEFAULT_wxUSE_DYNLIB_CLASS=no
1354 DEFAULT_wxUSE_LONGLONG=no
1355 DEFAULT_wxUSE_GEOMETRY=no
1356
1357 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no
1358 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no
1359 DEFAULT_wxUSE_POSTSCRIPT=no
1360
1361 DEFAULT_wxUSE_X_RESOURCES=no
1362 DEFAULT_wxUSE_CLIPBOARD=no
1363 DEFAULT_wxUSE_TOOLTIPS=no
1364 DEFAULT_wxUSE_DRAG_AND_DROP=no
1365 DEFAULT_wxUSE_SPLINES=no
1366
1367 DEFAULT_wxUSE_MDI_ARCHITECTURE=no
1368 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no
1369 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no
1370
1371 DEFAULT_wxUSE_PROLOGIO=no
1372 DEFAULT_wxUSE_RESOURCES=no
1373 DEFAULT_wxUSE_CONSTRAINTS=no
1374 DEFAULT_wxUSE_IPC=no
1375 DEFAULT_wxUSE_HELP=no
1376 DEFAULT_wxUSE_WXTREE=no
1377 DEFAULT_wxUSE_METAFILE=no
1378
1379 DEFAULT_wxUSE_COMMONDLGS=no
1380 DEFAULT_wxUSE_DIRDLG=no
1381 DEFAULT_wxUSE_TEXTDLG=no
1382 DEFAULT_wxUSE_STARTUP_TIPS=no
1383 DEFAULT_wxUSE_PROGRESSDLG=no
1384 DEFAULT_wxUSE_MINIFRAME=no
1385 DEFAULT_wxUSE_HTML=no
1386 DEFAULT_wxUSE_FILESYSTEM=no
1387 DEFAULT_wxUSE_FS_INET=no
1388 DEFAULT_wxUSE_FS_ZIP=no
1389 DEFAULT_wxUSE_BUSYINFO=no
1390 DEFAULT_wxUSE_ZIPSTREAM=no
1391 DEFAULT_wxUSE_VALIDATORS=yes
1392
1393 DEFAULT_wxUSE_ACCEL=no
1394 DEFAULT_wxUSE_CARET=no
1395 DEFAULT_wxUSE_BMPBUTTON=no
1396 DEFAULT_wxUSE_CHECKBOX=no
1397 DEFAULT_wxUSE_CHECKLST=no
1398 DEFAULT_wxUSE_CHOICE=yes
1399 DEFAULT_wxUSE_COMBOBOX=no
1400 DEFAULT_wxUSE_GAUGE=no
1401 DEFAULT_wxUSE_GRID=no
1402 DEFAULT_wxUSE_NEW_GRID=no
1403 DEFAULT_wxUSE_IMAGLIST=no
1404 DEFAULT_wxUSE_LISTBOX=no
1405 DEFAULT_wxUSE_LISTCTRL=no
1406 DEFAULT_wxUSE_NOTEBOOK=no
1407 DEFAULT_wxUSE_RADIOBOX=no
1408 DEFAULT_wxUSE_RADIOBTN=no
1409 DEFAULT_wxUSE_SASH=no
1410 DEFAULT_wxUSE_SCROLLBAR=no
1411 DEFAULT_wxUSE_SLIDER=no
1412 DEFAULT_wxUSE_SPINBTN=no
1413 DEFAULT_wxUSE_SPINCTRL=no
1414 DEFAULT_wxUSE_SPLITTER=no
1415 DEFAULT_wxUSE_STATBMP=no
1416 DEFAULT_wxUSE_STATBOX=no
1417 DEFAULT_wxUSE_STATLINE=no
1418 DEFAULT_wxUSE_STATUSBAR=yes
1419 DEFAULT_wxUSE_TABDIALOG=no
1420 DEFAULT_wxUSE_TOGGLEBTN=no
1421 DEFAULT_wxUSE_TOOLBAR=no
1422 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
1423 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
1424 DEFAULT_wxUSE_TREECTRL=no
1425
1426 DEFAULT_wxUSE_UNICODE=no
1427 DEFAULT_wxUSE_WCSRTOMBS=no
1428
1429 DEFAULT_wxUSE_IMAGE=no
1430 DEFAULT_wxUSE_GIF=no
1431 DEFAULT_wxUSE_PCX=no
1432 DEFAULT_wxUSE_PNM=no
1433 DEFAULT_wxUSE_XPM=no
1434 else
1435 DEFAULT_wxUSE_THREADS=yes
1436
1437 DEFAULT_wxUSE_SHARED=yes
1438 DEFAULT_wxUSE_BURNT_NAME=no
1439 DEFAULT_wxUSE_OPTIMISE=yes
1440 DEFAULT_wxUSE_PROFILE=no
1441 DEFAULT_wxUSE_NO_DEPS=no
1442 DEFAULT_wxUSE_NO_RTTI=no
1443 DEFAULT_wxUSE_NO_EXCEPTIONS=no
1444 DEFAULT_wxUSE_PERMISSIVE=no
1445 DEFAULT_wxUSE_DEBUG_FLAG=no
1446 DEFAULT_wxUSE_DEBUG_INFO=no
1447 DEFAULT_wxUSE_DEBUG_GDB=no
1448 DEFAULT_wxUSE_MEM_TRACING=no
1449 DEFAULT_wxUSE_DEBUG_CONTEXT=no
1450 DEFAULT_wxUSE_DMALLOC=no
1451 DEFAULT_wxUSE_APPLE_IEEE=yes
1452
1453 DEFAULT_wxUSE_LOG=yes
1454
1455 DEFAULT_wxUSE_GUI=yes
1456
1457 DEFAULT_wxUSE_ZLIB=yes
1458 DEFAULT_wxUSE_LIBPNG=yes
1459 DEFAULT_wxUSE_LIBJPEG=yes
1460 DEFAULT_wxUSE_LIBTIFF=yes
1461 DEFAULT_wxUSE_ODBC=no
1462 DEFAULT_wxUSE_FREETYPE=no
1463 DEFAULT_wxUSE_OPENGL=no
1464
1465 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=yes
1466 DEFAULT_wxUSE_SNGLINST_CHECKER=yes
1467 DEFAULT_wxUSE_STD_IOSTREAM=no
1468 DEFAULT_wxUSE_FILE=yes
1469 DEFAULT_wxUSE_TEXTFILE=yes
1470 DEFAULT_wxUSE_TIMEDATE=yes
1471 DEFAULT_wxUSE_WAVE=no
1472 DEFAULT_wxUSE_INTL=yes
1473 DEFAULT_wxUSE_CONFIG=yes
1474 DEFAULT_wxUSE_STREAMS=yes
1475 DEFAULT_wxUSE_SOCKETS=yes
1476 DEFAULT_wxUSE_DIALUP_MANAGER=yes
1477 DEFAULT_wxUSE_SERIAL=yes
1478 DEFAULT_wxUSE_JOYSTICK=yes
1479 DEFAULT_wxUSE_DYNLIB_CLASS=yes
1480 DEFAULT_wxUSE_LONGLONG=yes
1481 DEFAULT_wxUSE_GEOMETRY=yes
1482
1483 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes
1484 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes
1485 DEFAULT_wxUSE_POSTSCRIPT=yes
1486
1487 DEFAULT_wxUSE_X_RESOURCES=no
1488 DEFAULT_wxUSE_CLIPBOARD=yes
1489 DEFAULT_wxUSE_TOOLTIPS=yes
1490 DEFAULT_wxUSE_DRAG_AND_DROP=yes
1491 DEFAULT_wxUSE_SPLINES=yes
1492
1493 DEFAULT_wxUSE_MDI_ARCHITECTURE=yes
1494 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes
1495 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes
1496
1497 DEFAULT_wxUSE_PROLOGIO=yes
1498 DEFAULT_wxUSE_RESOURCES=yes
1499 DEFAULT_wxUSE_CONSTRAINTS=yes
1500 DEFAULT_wxUSE_IPC=yes
1501 DEFAULT_wxUSE_HELP=yes
1502 DEFAULT_wxUSE_WXTREE=yes
1503 DEFAULT_wxUSE_METAFILE=yes
1504
1505 DEFAULT_wxUSE_COMMONDLGS=yes
1506 DEFAULT_wxUSE_DIRDLG=yes
1507 DEFAULT_wxUSE_TEXTDLG=yes
1508 DEFAULT_wxUSE_STARTUP_TIPS=yes
1509 DEFAULT_wxUSE_PROGRESSDLG=yes
1510 DEFAULT_wxUSE_MINIFRAME=yes
1511 DEFAULT_wxUSE_HTML=yes
1512 DEFAULT_wxUSE_FILESYSTEM=yes
1513 DEFAULT_wxUSE_FS_INET=yes
1514 DEFAULT_wxUSE_FS_ZIP=yes
1515 DEFAULT_wxUSE_BUSYINFO=yes
1516 DEFAULT_wxUSE_ZIPSTREAM=yes
1517 DEFAULT_wxUSE_VALIDATORS=yes
1518
1519 DEFAULT_wxUSE_ACCEL=yes
1520 DEFAULT_wxUSE_CARET=yes
1521 DEFAULT_wxUSE_BMPBUTTON=yes
1522 DEFAULT_wxUSE_CHECKBOX=yes
1523 DEFAULT_wxUSE_CHECKLST=yes
1524 DEFAULT_wxUSE_CHOICE=yes
1525 DEFAULT_wxUSE_COMBOBOX=yes
1526 DEFAULT_wxUSE_GAUGE=yes
1527 DEFAULT_wxUSE_GRID=yes
1528 DEFAULT_wxUSE_NEW_GRID=yes
1529 DEFAULT_wxUSE_IMAGLIST=yes
1530 DEFAULT_wxUSE_LISTBOX=yes
1531 DEFAULT_wxUSE_LISTCTRL=yes
1532 DEFAULT_wxUSE_NOTEBOOK=yes
1533 DEFAULT_wxUSE_RADIOBOX=yes
1534 DEFAULT_wxUSE_RADIOBTN=yes
1535 DEFAULT_wxUSE_SASH=yes
1536 DEFAULT_wxUSE_SCROLLBAR=yes
1537 DEFAULT_wxUSE_SLIDER=yes
1538 DEFAULT_wxUSE_SPINBTN=yes
1539 DEFAULT_wxUSE_SPINCTRL=yes
1540 DEFAULT_wxUSE_SPLITTER=yes
1541 DEFAULT_wxUSE_STATBMP=yes
1542 DEFAULT_wxUSE_STATBOX=yes
1543 DEFAULT_wxUSE_STATLINE=yes
1544 DEFAULT_wxUSE_STATUSBAR=yes
1545 DEFAULT_wxUSE_TABDIALOG=no
1546 DEFAULT_wxUSE_TOGGLEBTN=yes
1547 DEFAULT_wxUSE_TOOLBAR=yes
1548 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
1549 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
1550 DEFAULT_wxUSE_TREECTRL=yes
1551
1552 DEFAULT_wxUSE_UNICODE=no
1553 DEFAULT_wxUSE_WCSRTOMBS=no
1554
1555 DEFAULT_wxUSE_IMAGE=yes
1556 DEFAULT_wxUSE_GIF=yes
1557 DEFAULT_wxUSE_PCX=yes
1558 DEFAULT_wxUSE_PNM=yes
1559 DEFAULT_wxUSE_XPM=yes
1560 fi
1561
1562
1563
1564 for toolkit in `echo $ALL_TOOLKITS`; do
1565 LINE=`grep "wxUSE_$toolkit" ${wx_arg_cache_file}`
1566 if test "x$LINE" != x ; then
1567 has_toolkit_in_cache=1
1568 eval "DEFAULT_$LINE"
1569 eval "CACHE_$toolkit=1"
1570 fi
1571 done
1572
1573
1574
1575 echo $ac_n "checking for --enable-gui""... $ac_c" 1>&6
1576 echo "configure:1577: checking for --enable-gui" >&5
1577 no_cache=0
1578 # Check whether --enable-gui or --disable-gui was given.
1579 if test "${enable_gui+set}" = set; then
1580 enableval="$enable_gui"
1581
1582 if test "$enableval" = yes; then
1583 ac_cv_use_gui='wxUSE_GUI=yes'
1584 else
1585 ac_cv_use_gui='wxUSE_GUI=no'
1586 fi
1587
1588 else
1589
1590 LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
1591 if test "x$LINE" != x ; then
1592 eval "DEFAULT_$LINE"
1593 else
1594 no_cache=1
1595 fi
1596
1597 ac_cv_use_gui='wxUSE_GUI='$DEFAULT_wxUSE_GUI
1598
1599 fi
1600
1601
1602 eval "$ac_cv_use_gui"
1603 if test "$no_cache" != 1; then
1604 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
1605 fi
1606
1607 if test "$wxUSE_GUI" = yes; then
1608 echo "$ac_t""yes" 1>&6
1609 else
1610 echo "$ac_t""no" 1>&6
1611 fi
1612
1613
1614 if test "$wxUSE_GUI" = "yes"; then
1615
1616 # Check whether --with-gtk or --without-gtk was given.
1617 if test "${with_gtk+set}" = set; then
1618 withval="$with_gtk"
1619 wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
1620 fi
1621
1622 # Check whether --with-motif or --without-motif was given.
1623 if test "${with_motif+set}" = set; then
1624 withval="$with_motif"
1625 wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
1626 fi
1627
1628 # Check whether --with-mac or --without-mac was given.
1629 if test "${with_mac+set}" = set; then
1630 withval="$with_mac"
1631 wxUSE_MAC="$withval" TOOLKIT_GIVEN=1
1632 fi
1633
1634 # Check whether --with-wine or --without-wine was given.
1635 if test "${with_wine+set}" = set; then
1636 withval="$with_wine"
1637 wxUSE_WINE="$withval" CACHE_WINE=1 TOOLKIT_GIVEN=1
1638 fi
1639
1640 # Check whether --with-cygwin or --without-cygwin was given.
1641 if test "${with_cygwin+set}" = set; then
1642 withval="$with_cygwin"
1643 wxUSE_CYGWIN="$withval" CACHE_CYGWIN=1 TOOLKIT_GIVEN=1
1644 fi
1645
1646 # Check whether --with-mingw or --without-mingw was given.
1647 if test "${with_mingw+set}" = set; then
1648 withval="$with_mingw"
1649 wxUSE_MINGW="$withval" CACHE_MINGW=1 TOOLKIT_GIVEN=1
1650 fi
1651
1652 # Check whether --with-pm or --without-pm was given.
1653 if test "${with_pm+set}" = set; then
1654 withval="$with_pm"
1655 wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
1656 fi
1657
1658
1659 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
1660 if test "${with_gtk_prefix+set}" = set; then
1661 withval="$with_gtk_prefix"
1662 gtk_config_prefix="$withval"
1663 else
1664 gtk_config_prefix=""
1665 fi
1666
1667 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
1668 if test "${with_gtk_exec_prefix+set}" = set; then
1669 withval="$with_gtk_exec_prefix"
1670 gtk_config_exec_prefix="$withval"
1671 else
1672 gtk_config_exec_prefix=""
1673 fi
1674
1675
1676
1677 echo $ac_n "checking for --with-libpng""... $ac_c" 1>&6
1678 echo "configure:1679: checking for --with-libpng" >&5
1679 no_cache=0
1680 # Check whether --with-libpng or --without-libpng was given.
1681 if test "${with_libpng+set}" = set; then
1682 withval="$with_libpng"
1683
1684 if test "$withval" = yes; then
1685 ac_cv_use_libpng='wxUSE_LIBPNG=yes'
1686 elif test "$withval" = no; then
1687 ac_cv_use_libpng='wxUSE_LIBPNG=no'
1688 elif test "$withval" = sys; then
1689 ac_cv_use_libpng='wxUSE_LIBPNG=sys'
1690 else
1691 { echo "configure: error: Invalid value for --with-libpng: should be yes, no or sys" 1>&2; exit 1; }
1692 fi
1693
1694 else
1695
1696 LINE=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
1697 if test "x$LINE" != x ; then
1698 eval "DEFAULT_$LINE"
1699 else
1700 no_cache=1
1701 fi
1702
1703 ac_cv_use_libpng='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
1704
1705 fi
1706
1707
1708 eval "$ac_cv_use_libpng"
1709 if test "$no_cache" != 1; then
1710 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
1711 fi
1712
1713 if test "$wxUSE_LIBPNG" = yes; then
1714 echo "$ac_t""yes" 1>&6
1715 elif test "$wxUSE_LIBPNG" = no; then
1716 echo "$ac_t""no" 1>&6
1717 elif test "$wxUSE_LIBPNG" = sys; then
1718 echo "$ac_t""system version" 1>&6
1719 else
1720 { echo "configure: error: Invalid value for --with-libpng: should be yes, no or sys" 1>&2; exit 1; }
1721 fi
1722
1723
1724 echo $ac_n "checking for --with-libjpeg""... $ac_c" 1>&6
1725 echo "configure:1726: checking for --with-libjpeg" >&5
1726 no_cache=0
1727 # Check whether --with-libjpeg or --without-libjpeg was given.
1728 if test "${with_libjpeg+set}" = set; then
1729 withval="$with_libjpeg"
1730
1731 if test "$withval" = yes; then
1732 ac_cv_use_libjpeg='wxUSE_LIBJPEG=yes'
1733 elif test "$withval" = no; then
1734 ac_cv_use_libjpeg='wxUSE_LIBJPEG=no'
1735 elif test "$withval" = sys; then
1736 ac_cv_use_libjpeg='wxUSE_LIBJPEG=sys'
1737 else
1738 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no or sys" 1>&2; exit 1; }
1739 fi
1740
1741 else
1742
1743 LINE=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
1744 if test "x$LINE" != x ; then
1745 eval "DEFAULT_$LINE"
1746 else
1747 no_cache=1
1748 fi
1749
1750 ac_cv_use_libjpeg='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
1751
1752 fi
1753
1754
1755 eval "$ac_cv_use_libjpeg"
1756 if test "$no_cache" != 1; then
1757 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
1758 fi
1759
1760 if test "$wxUSE_LIBJPEG" = yes; then
1761 echo "$ac_t""yes" 1>&6
1762 elif test "$wxUSE_LIBJPEG" = no; then
1763 echo "$ac_t""no" 1>&6
1764 elif test "$wxUSE_LIBJPEG" = sys; then
1765 echo "$ac_t""system version" 1>&6
1766 else
1767 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no or sys" 1>&2; exit 1; }
1768 fi
1769
1770
1771 echo $ac_n "checking for --with-libtiff""... $ac_c" 1>&6
1772 echo "configure:1773: checking for --with-libtiff" >&5
1773 no_cache=0
1774 # Check whether --with-libtiff or --without-libtiff was given.
1775 if test "${with_libtiff+set}" = set; then
1776 withval="$with_libtiff"
1777
1778 if test "$withval" = yes; then
1779 ac_cv_use_libtiff='wxUSE_LIBTIFF=yes'
1780 elif test "$withval" = no; then
1781 ac_cv_use_libtiff='wxUSE_LIBTIFF=no'
1782 elif test "$withval" = sys; then
1783 ac_cv_use_libtiff='wxUSE_LIBTIFF=sys'
1784 else
1785 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no or sys" 1>&2; exit 1; }
1786 fi
1787
1788 else
1789
1790 LINE=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
1791 if test "x$LINE" != x ; then
1792 eval "DEFAULT_$LINE"
1793 else
1794 no_cache=1
1795 fi
1796
1797 ac_cv_use_libtiff='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
1798
1799 fi
1800
1801
1802 eval "$ac_cv_use_libtiff"
1803 if test "$no_cache" != 1; then
1804 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
1805 fi
1806
1807 if test "$wxUSE_LIBTIFF" = yes; then
1808 echo "$ac_t""yes" 1>&6
1809 elif test "$wxUSE_LIBTIFF" = no; then
1810 echo "$ac_t""no" 1>&6
1811 elif test "$wxUSE_LIBTIFF" = sys; then
1812 echo "$ac_t""system version" 1>&6
1813 else
1814 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no or sys" 1>&2; exit 1; }
1815 fi
1816
1817
1818 echo $ac_n "checking for --with-freetype""... $ac_c" 1>&6
1819 echo "configure:1820: checking for --with-freetype" >&5
1820 no_cache=0
1821 # Check whether --with-freetype or --without-freetype was given.
1822 if test "${with_freetype+set}" = set; then
1823 withval="$with_freetype"
1824
1825 if test "$withval" = yes; then
1826 ac_cv_use_freetype='wxUSE_FREETYPE=yes'
1827 elif test "$withval" = no; then
1828 ac_cv_use_freetype='wxUSE_FREETYPE=no'
1829 elif test "$withval" = sys; then
1830 ac_cv_use_freetype='wxUSE_FREETYPE=sys'
1831 else
1832 { echo "configure: error: Invalid value for --with-freetype: should be yes, no or sys" 1>&2; exit 1; }
1833 fi
1834
1835 else
1836
1837 LINE=`grep "wxUSE_FREETYPE" ${wx_arg_cache_file}`
1838 if test "x$LINE" != x ; then
1839 eval "DEFAULT_$LINE"
1840 else
1841 no_cache=1
1842 fi
1843
1844 ac_cv_use_freetype='wxUSE_FREETYPE='$DEFAULT_wxUSE_FREETYPE
1845
1846 fi
1847
1848
1849 eval "$ac_cv_use_freetype"
1850 if test "$no_cache" != 1; then
1851 echo $ac_cv_use_freetype >> ${wx_arg_cache_file}.tmp
1852 fi
1853
1854 if test "$wxUSE_FREETYPE" = yes; then
1855 echo "$ac_t""yes" 1>&6
1856 elif test "$wxUSE_FREETYPE" = no; then
1857 echo "$ac_t""no" 1>&6
1858 elif test "$wxUSE_FREETYPE" = sys; then
1859 echo "$ac_t""system version" 1>&6
1860 else
1861 { echo "configure: error: Invalid value for --with-freetype: should be yes, no or sys" 1>&2; exit 1; }
1862 fi
1863
1864
1865 echo $ac_n "checking for --with-opengl""... $ac_c" 1>&6
1866 echo "configure:1867: checking for --with-opengl" >&5
1867 no_cache=0
1868 # Check whether --with-opengl or --without-opengl was given.
1869 if test "${with_opengl+set}" = set; then
1870 withval="$with_opengl"
1871
1872 if test "$withval" = yes; then
1873 ac_cv_use_opengl='wxUSE_OPENGL=yes'
1874 else
1875 ac_cv_use_opengl='wxUSE_OPENGL=no'
1876 fi
1877
1878 else
1879
1880 LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
1881 if test "x$LINE" != x ; then
1882 eval "DEFAULT_$LINE"
1883 else
1884 no_cache=1
1885 fi
1886
1887 ac_cv_use_opengl='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
1888
1889 fi
1890
1891
1892 eval "$ac_cv_use_opengl"
1893 if test "$no_cache" != 1; then
1894 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
1895 fi
1896
1897 if test "$wxUSE_OPENGL" = yes; then
1898 echo "$ac_t""yes" 1>&6
1899 else
1900 echo "$ac_t""no" 1>&6
1901 fi
1902
1903
1904 fi
1905
1906
1907 echo $ac_n "checking for --with-dmalloc""... $ac_c" 1>&6
1908 echo "configure:1909: checking for --with-dmalloc" >&5
1909 no_cache=0
1910 # Check whether --with-dmalloc or --without-dmalloc was given.
1911 if test "${with_dmalloc+set}" = set; then
1912 withval="$with_dmalloc"
1913
1914 if test "$withval" = yes; then
1915 ac_cv_use_dmalloc='wxUSE_DMALLOC=yes'
1916 else
1917 ac_cv_use_dmalloc='wxUSE_DMALLOC=no'
1918 fi
1919
1920 else
1921
1922 LINE=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
1923 if test "x$LINE" != x ; then
1924 eval "DEFAULT_$LINE"
1925 else
1926 no_cache=1
1927 fi
1928
1929 ac_cv_use_dmalloc='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
1930
1931 fi
1932
1933
1934 eval "$ac_cv_use_dmalloc"
1935 if test "$no_cache" != 1; then
1936 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
1937 fi
1938
1939 if test "$wxUSE_DMALLOC" = yes; then
1940 echo "$ac_t""yes" 1>&6
1941 else
1942 echo "$ac_t""no" 1>&6
1943 fi
1944
1945
1946 echo $ac_n "checking for --with-zlib""... $ac_c" 1>&6
1947 echo "configure:1948: checking for --with-zlib" >&5
1948 no_cache=0
1949 # Check whether --with-zlib or --without-zlib was given.
1950 if test "${with_zlib+set}" = set; then
1951 withval="$with_zlib"
1952
1953 if test "$withval" = yes; then
1954 ac_cv_use_zlib='wxUSE_ZLIB=yes'
1955 elif test "$withval" = no; then
1956 ac_cv_use_zlib='wxUSE_ZLIB=no'
1957 elif test "$withval" = sys; then
1958 ac_cv_use_zlib='wxUSE_ZLIB=sys'
1959 else
1960 { echo "configure: error: Invalid value for --with-zlib: should be yes, no or sys" 1>&2; exit 1; }
1961 fi
1962
1963 else
1964
1965 LINE=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
1966 if test "x$LINE" != x ; then
1967 eval "DEFAULT_$LINE"
1968 else
1969 no_cache=1
1970 fi
1971
1972 ac_cv_use_zlib='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
1973
1974 fi
1975
1976
1977 eval "$ac_cv_use_zlib"
1978 if test "$no_cache" != 1; then
1979 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
1980 fi
1981
1982 if test "$wxUSE_ZLIB" = yes; then
1983 echo "$ac_t""yes" 1>&6
1984 elif test "$wxUSE_ZLIB" = no; then
1985 echo "$ac_t""no" 1>&6
1986 elif test "$wxUSE_ZLIB" = sys; then
1987 echo "$ac_t""system version" 1>&6
1988 else
1989 { echo "configure: error: Invalid value for --with-zlib: should be yes, no or sys" 1>&2; exit 1; }
1990 fi
1991
1992
1993 echo $ac_n "checking for --with-odbc""... $ac_c" 1>&6
1994 echo "configure:1995: checking for --with-odbc" >&5
1995 no_cache=0
1996 # Check whether --with-odbc or --without-odbc was given.
1997 if test "${with_odbc+set}" = set; then
1998 withval="$with_odbc"
1999
2000 if test "$withval" = yes; then
2001 ac_cv_use_odbc='wxUSE_ODBC=yes'
2002 else
2003 ac_cv_use_odbc='wxUSE_ODBC=no'
2004 fi
2005
2006 else
2007
2008 LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
2009 if test "x$LINE" != x ; then
2010 eval "DEFAULT_$LINE"
2011 else
2012 no_cache=1
2013 fi
2014
2015 ac_cv_use_odbc='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
2016
2017 fi
2018
2019
2020 eval "$ac_cv_use_odbc"
2021 if test "$no_cache" != 1; then
2022 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
2023 fi
2024
2025 if test "$wxUSE_ODBC" = yes; then
2026 echo "$ac_t""yes" 1>&6
2027 else
2028 echo "$ac_t""no" 1>&6
2029 fi
2030
2031
2032
2033
2034
2035 echo $ac_n "checking for --enable-shared""... $ac_c" 1>&6
2036 echo "configure:2037: checking for --enable-shared" >&5
2037 no_cache=0
2038 # Check whether --enable-shared or --disable-shared was given.
2039 if test "${enable_shared+set}" = set; then
2040 enableval="$enable_shared"
2041
2042 if test "$enableval" = yes; then
2043 ac_cv_use_shared='wxUSE_SHARED=yes'
2044 else
2045 ac_cv_use_shared='wxUSE_SHARED=no'
2046 fi
2047
2048 else
2049
2050 LINE=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
2051 if test "x$LINE" != x ; then
2052 eval "DEFAULT_$LINE"
2053 else
2054 no_cache=1
2055 fi
2056
2057 ac_cv_use_shared='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
2058
2059 fi
2060
2061
2062 eval "$ac_cv_use_shared"
2063 if test "$no_cache" != 1; then
2064 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
2065 fi
2066
2067 if test "$wxUSE_SHARED" = yes; then
2068 echo "$ac_t""yes" 1>&6
2069 else
2070 echo "$ac_t""no" 1>&6
2071 fi
2072
2073
2074 echo $ac_n "checking for --enable-burnt_name""... $ac_c" 1>&6
2075 echo "configure:2076: checking for --enable-burnt_name" >&5
2076 no_cache=0
2077 # Check whether --enable-burnt_name or --disable-burnt_name was given.
2078 if test "${enable_burnt_name+set}" = set; then
2079 enableval="$enable_burnt_name"
2080
2081 if test "$enableval" = yes; then
2082 ac_cv_use_burnt_name='wxUSE_BURNT_NAME=yes'
2083 else
2084 ac_cv_use_burnt_name='wxUSE_BURNT_NAME=no'
2085 fi
2086
2087 else
2088
2089 LINE=`grep "wxUSE_BURNT_NAME" ${wx_arg_cache_file}`
2090 if test "x$LINE" != x ; then
2091 eval "DEFAULT_$LINE"
2092 else
2093 no_cache=1
2094 fi
2095
2096 ac_cv_use_burnt_name='wxUSE_BURNT_NAME='$DEFAULT_wxUSE_BURNT_NAME
2097
2098 fi
2099
2100
2101 eval "$ac_cv_use_burnt_name"
2102 if test "$no_cache" != 1; then
2103 echo $ac_cv_use_burnt_name >> ${wx_arg_cache_file}.tmp
2104 fi
2105
2106 if test "$wxUSE_BURNT_NAME" = yes; then
2107 echo "$ac_t""yes" 1>&6
2108 else
2109 echo "$ac_t""no" 1>&6
2110 fi
2111
2112
2113 echo $ac_n "checking for --enable-optimise""... $ac_c" 1>&6
2114 echo "configure:2115: checking for --enable-optimise" >&5
2115 no_cache=0
2116 # Check whether --enable-optimise or --disable-optimise was given.
2117 if test "${enable_optimise+set}" = set; then
2118 enableval="$enable_optimise"
2119
2120 if test "$enableval" = yes; then
2121 ac_cv_use_optimise='wxUSE_OPTIMISE=yes'
2122 else
2123 ac_cv_use_optimise='wxUSE_OPTIMISE=no'
2124 fi
2125
2126 else
2127
2128 LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
2129 if test "x$LINE" != x ; then
2130 eval "DEFAULT_$LINE"
2131 else
2132 no_cache=1
2133 fi
2134
2135 ac_cv_use_optimise='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
2136
2137 fi
2138
2139
2140 eval "$ac_cv_use_optimise"
2141 if test "$no_cache" != 1; then
2142 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
2143 fi
2144
2145 if test "$wxUSE_OPTIMISE" = yes; then
2146 echo "$ac_t""yes" 1>&6
2147 else
2148 echo "$ac_t""no" 1>&6
2149 fi
2150
2151
2152 echo $ac_n "checking for --enable-debug""... $ac_c" 1>&6
2153 echo "configure:2154: checking for --enable-debug" >&5
2154 no_cache=0
2155 # Check whether --enable-debug or --disable-debug was given.
2156 if test "${enable_debug+set}" = set; then
2157 enableval="$enable_debug"
2158
2159 if test "$enableval" = yes; then
2160 ac_cv_use_debug='wxUSE_DEBUG=yes'
2161 else
2162 ac_cv_use_debug='wxUSE_DEBUG=no'
2163 fi
2164
2165 else
2166
2167 LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
2168 if test "x$LINE" != x ; then
2169 eval "DEFAULT_$LINE"
2170 else
2171 no_cache=1
2172 fi
2173
2174 ac_cv_use_debug='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
2175
2176 fi
2177
2178
2179 eval "$ac_cv_use_debug"
2180 if test "$no_cache" != 1; then
2181 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
2182 fi
2183
2184 if test "$wxUSE_DEBUG" = yes; then
2185 echo "$ac_t""yes" 1>&6
2186 else
2187 echo "$ac_t""no" 1>&6
2188 fi
2189
2190
2191 if test "$wxUSE_DEBUG" = "yes"; then
2192 DEFAULT_wxUSE_DEBUG_FLAG=yes
2193 DEFAULT_wxUSE_DEBUG_INFO=yes
2194 elif test "$wxUSE_DEBUG" = "no"; then
2195 DEFAULT_wxUSE_DEBUG_FLAG=no
2196 DEFAULT_wxUSE_DEBUG_INFO=no
2197 fi
2198
2199
2200 echo $ac_n "checking for --enable-debug_flag""... $ac_c" 1>&6
2201 echo "configure:2202: checking for --enable-debug_flag" >&5
2202 no_cache=0
2203 # Check whether --enable-debug_flag or --disable-debug_flag was given.
2204 if test "${enable_debug_flag+set}" = set; then
2205 enableval="$enable_debug_flag"
2206
2207 if test "$enableval" = yes; then
2208 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes'
2209 else
2210 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no'
2211 fi
2212
2213 else
2214
2215 LINE=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
2216 if test "x$LINE" != x ; then
2217 eval "DEFAULT_$LINE"
2218 else
2219 no_cache=1
2220 fi
2221
2222 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
2223
2224 fi
2225
2226
2227 eval "$ac_cv_use_debug_flag"
2228 if test "$no_cache" != 1; then
2229 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
2230 fi
2231
2232 if test "$wxUSE_DEBUG_FLAG" = yes; then
2233 echo "$ac_t""yes" 1>&6
2234 else
2235 echo "$ac_t""no" 1>&6
2236 fi
2237
2238
2239 echo $ac_n "checking for --enable-debug_info""... $ac_c" 1>&6
2240 echo "configure:2241: checking for --enable-debug_info" >&5
2241 no_cache=0
2242 # Check whether --enable-debug_info or --disable-debug_info was given.
2243 if test "${enable_debug_info+set}" = set; then
2244 enableval="$enable_debug_info"
2245
2246 if test "$enableval" = yes; then
2247 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
2248 else
2249 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
2250 fi
2251
2252 else
2253
2254 LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
2255 if test "x$LINE" != x ; then
2256 eval "DEFAULT_$LINE"
2257 else
2258 no_cache=1
2259 fi
2260
2261 ac_cv_use_debug_info='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
2262
2263 fi
2264
2265
2266 eval "$ac_cv_use_debug_info"
2267 if test "$no_cache" != 1; then
2268 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
2269 fi
2270
2271 if test "$wxUSE_DEBUG_INFO" = yes; then
2272 echo "$ac_t""yes" 1>&6
2273 else
2274 echo "$ac_t""no" 1>&6
2275 fi
2276
2277
2278 echo $ac_n "checking for --enable-debug_gdb""... $ac_c" 1>&6
2279 echo "configure:2280: checking for --enable-debug_gdb" >&5
2280 no_cache=0
2281 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
2282 if test "${enable_debug_gdb+set}" = set; then
2283 enableval="$enable_debug_gdb"
2284
2285 if test "$enableval" = yes; then
2286 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes'
2287 else
2288 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no'
2289 fi
2290
2291 else
2292
2293 LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
2294 if test "x$LINE" != x ; then
2295 eval "DEFAULT_$LINE"
2296 else
2297 no_cache=1
2298 fi
2299
2300 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
2301
2302 fi
2303
2304
2305 eval "$ac_cv_use_debug_gdb"
2306 if test "$no_cache" != 1; then
2307 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
2308 fi
2309
2310 if test "$wxUSE_DEBUG_GDB" = yes; then
2311 echo "$ac_t""yes" 1>&6
2312 else
2313 echo "$ac_t""no" 1>&6
2314 fi
2315
2316
2317 echo $ac_n "checking for --enable-debug_cntxt""... $ac_c" 1>&6
2318 echo "configure:2319: checking for --enable-debug_cntxt" >&5
2319 no_cache=0
2320 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
2321 if test "${enable_debug_cntxt+set}" = set; then
2322 enableval="$enable_debug_cntxt"
2323
2324 if test "$enableval" = yes; then
2325 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes'
2326 else
2327 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no'
2328 fi
2329
2330 else
2331
2332 LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
2333 if test "x$LINE" != x ; then
2334 eval "DEFAULT_$LINE"
2335 else
2336 no_cache=1
2337 fi
2338
2339 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
2340
2341 fi
2342
2343
2344 eval "$ac_cv_use_debug_cntxt"
2345 if test "$no_cache" != 1; then
2346 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
2347 fi
2348
2349 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
2350 echo "$ac_t""yes" 1>&6
2351 else
2352 echo "$ac_t""no" 1>&6
2353 fi
2354
2355
2356 echo $ac_n "checking for --enable-mem_tracing""... $ac_c" 1>&6
2357 echo "configure:2358: checking for --enable-mem_tracing" >&5
2358 no_cache=0
2359 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
2360 if test "${enable_mem_tracing+set}" = set; then
2361 enableval="$enable_mem_tracing"
2362
2363 if test "$enableval" = yes; then
2364 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
2365 else
2366 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
2367 fi
2368
2369 else
2370
2371 LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
2372 if test "x$LINE" != x ; then
2373 eval "DEFAULT_$LINE"
2374 else
2375 no_cache=1
2376 fi
2377
2378 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
2379
2380 fi
2381
2382
2383 eval "$ac_cv_use_mem_tracing"
2384 if test "$no_cache" != 1; then
2385 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
2386 fi
2387
2388 if test "$wxUSE_MEM_TRACING" = yes; then
2389 echo "$ac_t""yes" 1>&6
2390 else
2391 echo "$ac_t""no" 1>&6
2392 fi
2393
2394
2395 echo $ac_n "checking for --enable-profile""... $ac_c" 1>&6
2396 echo "configure:2397: checking for --enable-profile" >&5
2397 no_cache=0
2398 # Check whether --enable-profile or --disable-profile was given.
2399 if test "${enable_profile+set}" = set; then
2400 enableval="$enable_profile"
2401
2402 if test "$enableval" = yes; then
2403 ac_cv_use_profile='wxUSE_PROFILE=yes'
2404 else
2405 ac_cv_use_profile='wxUSE_PROFILE=no'
2406 fi
2407
2408 else
2409
2410 LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
2411 if test "x$LINE" != x ; then
2412 eval "DEFAULT_$LINE"
2413 else
2414 no_cache=1
2415 fi
2416
2417 ac_cv_use_profile='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
2418
2419 fi
2420
2421
2422 eval "$ac_cv_use_profile"
2423 if test "$no_cache" != 1; then
2424 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
2425 fi
2426
2427 if test "$wxUSE_PROFILE" = yes; then
2428 echo "$ac_t""yes" 1>&6
2429 else
2430 echo "$ac_t""no" 1>&6
2431 fi
2432
2433
2434 echo $ac_n "checking for --enable-no_rtti""... $ac_c" 1>&6
2435 echo "configure:2436: checking for --enable-no_rtti" >&5
2436 no_cache=0
2437 # Check whether --enable-no_rtti or --disable-no_rtti was given.
2438 if test "${enable_no_rtti+set}" = set; then
2439 enableval="$enable_no_rtti"
2440
2441 if test "$enableval" = yes; then
2442 ac_cv_use_no_rtti='wxUSE_NO_RTTI=yes'
2443 else
2444 ac_cv_use_no_rtti='wxUSE_NO_RTTI=no'
2445 fi
2446
2447 else
2448
2449 LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
2450 if test "x$LINE" != x ; then
2451 eval "DEFAULT_$LINE"
2452 else
2453 no_cache=1
2454 fi
2455
2456 ac_cv_use_no_rtti='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
2457
2458 fi
2459
2460
2461 eval "$ac_cv_use_no_rtti"
2462 if test "$no_cache" != 1; then
2463 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
2464 fi
2465
2466 if test "$wxUSE_NO_RTTI" = yes; then
2467 echo "$ac_t""yes" 1>&6
2468 else
2469 echo "$ac_t""no" 1>&6
2470 fi
2471
2472
2473 echo $ac_n "checking for --enable-no_exceptions""... $ac_c" 1>&6
2474 echo "configure:2475: checking for --enable-no_exceptions" >&5
2475 no_cache=0
2476 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
2477 if test "${enable_no_exceptions+set}" = set; then
2478 enableval="$enable_no_exceptions"
2479
2480 if test "$enableval" = yes; then
2481 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
2482 else
2483 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
2484 fi
2485
2486 else
2487
2488 LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
2489 if test "x$LINE" != x ; then
2490 eval "DEFAULT_$LINE"
2491 else
2492 no_cache=1
2493 fi
2494
2495 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
2496
2497 fi
2498
2499
2500 eval "$ac_cv_use_no_exceptions"
2501 if test "$no_cache" != 1; then
2502 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
2503 fi
2504
2505 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
2506 echo "$ac_t""yes" 1>&6
2507 else
2508 echo "$ac_t""no" 1>&6
2509 fi
2510
2511
2512 echo $ac_n "checking for --enable-permissive""... $ac_c" 1>&6
2513 echo "configure:2514: checking for --enable-permissive" >&5
2514 no_cache=0
2515 # Check whether --enable-permissive or --disable-permissive was given.
2516 if test "${enable_permissive+set}" = set; then
2517 enableval="$enable_permissive"
2518
2519 if test "$enableval" = yes; then
2520 ac_cv_use_permissive='wxUSE_PERMISSIVE=yes'
2521 else
2522 ac_cv_use_permissive='wxUSE_PERMISSIVE=no'
2523 fi
2524
2525 else
2526
2527 LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
2528 if test "x$LINE" != x ; then
2529 eval "DEFAULT_$LINE"
2530 else
2531 no_cache=1
2532 fi
2533
2534 ac_cv_use_permissive='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
2535
2536 fi
2537
2538
2539 eval "$ac_cv_use_permissive"
2540 if test "$no_cache" != 1; then
2541 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
2542 fi
2543
2544 if test "$wxUSE_PERMISSIVE" = yes; then
2545 echo "$ac_t""yes" 1>&6
2546 else
2547 echo "$ac_t""no" 1>&6
2548 fi
2549
2550
2551 echo $ac_n "checking for --enable-no_deps""... $ac_c" 1>&6
2552 echo "configure:2553: checking for --enable-no_deps" >&5
2553 no_cache=0
2554 # Check whether --enable-no_deps or --disable-no_deps was given.
2555 if test "${enable_no_deps+set}" = set; then
2556 enableval="$enable_no_deps"
2557
2558 if test "$enableval" = yes; then
2559 ac_cv_use_no_deps='wxUSE_NO_DEPS=yes'
2560 else
2561 ac_cv_use_no_deps='wxUSE_NO_DEPS=no'
2562 fi
2563
2564 else
2565
2566 LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
2567 if test "x$LINE" != x ; then
2568 eval "DEFAULT_$LINE"
2569 else
2570 no_cache=1
2571 fi
2572
2573 ac_cv_use_no_deps='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
2574
2575 fi
2576
2577
2578 eval "$ac_cv_use_no_deps"
2579 if test "$no_cache" != 1; then
2580 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
2581 fi
2582
2583 if test "$wxUSE_NO_DEPS" = yes; then
2584 echo "$ac_t""yes" 1>&6
2585 else
2586 echo "$ac_t""no" 1>&6
2587 fi
2588
2589
2590
2591
2592 echo $ac_n "checking for --enable-intl""... $ac_c" 1>&6
2593 echo "configure:2594: checking for --enable-intl" >&5
2594 no_cache=0
2595 # Check whether --enable-intl or --disable-intl was given.
2596 if test "${enable_intl+set}" = set; then
2597 enableval="$enable_intl"
2598
2599 if test "$enableval" = yes; then
2600 ac_cv_use_intl='wxUSE_INTL=yes'
2601 else
2602 ac_cv_use_intl='wxUSE_INTL=no'
2603 fi
2604
2605 else
2606
2607 LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
2608 if test "x$LINE" != x ; then
2609 eval "DEFAULT_$LINE"
2610 else
2611 no_cache=1
2612 fi
2613
2614 ac_cv_use_intl='wxUSE_INTL='$DEFAULT_wxUSE_INTL
2615
2616 fi
2617
2618
2619 eval "$ac_cv_use_intl"
2620 if test "$no_cache" != 1; then
2621 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
2622 fi
2623
2624 if test "$wxUSE_INTL" = yes; then
2625 echo "$ac_t""yes" 1>&6
2626 else
2627 echo "$ac_t""no" 1>&6
2628 fi
2629
2630
2631 echo $ac_n "checking for --enable-config""... $ac_c" 1>&6
2632 echo "configure:2633: checking for --enable-config" >&5
2633 no_cache=0
2634 # Check whether --enable-config or --disable-config was given.
2635 if test "${enable_config+set}" = set; then
2636 enableval="$enable_config"
2637
2638 if test "$enableval" = yes; then
2639 ac_cv_use_config='wxUSE_CONFIG=yes'
2640 else
2641 ac_cv_use_config='wxUSE_CONFIG=no'
2642 fi
2643
2644 else
2645
2646 LINE=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
2647 if test "x$LINE" != x ; then
2648 eval "DEFAULT_$LINE"
2649 else
2650 no_cache=1
2651 fi
2652
2653 ac_cv_use_config='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
2654
2655 fi
2656
2657
2658 eval "$ac_cv_use_config"
2659 if test "$no_cache" != 1; then
2660 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
2661 fi
2662
2663 if test "$wxUSE_CONFIG" = yes; then
2664 echo "$ac_t""yes" 1>&6
2665 else
2666 echo "$ac_t""no" 1>&6
2667 fi
2668
2669
2670
2671 echo $ac_n "checking for --enable-sockets""... $ac_c" 1>&6
2672 echo "configure:2673: checking for --enable-sockets" >&5
2673 no_cache=0
2674 # Check whether --enable-sockets or --disable-sockets was given.
2675 if test "${enable_sockets+set}" = set; then
2676 enableval="$enable_sockets"
2677
2678 if test "$enableval" = yes; then
2679 ac_cv_use_sockets='wxUSE_SOCKETS=yes'
2680 else
2681 ac_cv_use_sockets='wxUSE_SOCKETS=no'
2682 fi
2683
2684 else
2685
2686 LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
2687 if test "x$LINE" != x ; then
2688 eval "DEFAULT_$LINE"
2689 else
2690 no_cache=1
2691 fi
2692
2693 ac_cv_use_sockets='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
2694
2695 fi
2696
2697
2698 eval "$ac_cv_use_sockets"
2699 if test "$no_cache" != 1; then
2700 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
2701 fi
2702
2703 if test "$wxUSE_SOCKETS" = yes; then
2704 echo "$ac_t""yes" 1>&6
2705 else
2706 echo "$ac_t""no" 1>&6
2707 fi
2708
2709
2710
2711 echo $ac_n "checking for --enable-ipc""... $ac_c" 1>&6
2712 echo "configure:2713: checking for --enable-ipc" >&5
2713 no_cache=0
2714 # Check whether --enable-ipc or --disable-ipc was given.
2715 if test "${enable_ipc+set}" = set; then
2716 enableval="$enable_ipc"
2717
2718 if test "$enableval" = yes; then
2719 ac_cv_use_ipc='wxUSE_IPC=yes'
2720 else
2721 ac_cv_use_ipc='wxUSE_IPC=no'
2722 fi
2723
2724 else
2725
2726 LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
2727 if test "x$LINE" != x ; then
2728 eval "DEFAULT_$LINE"
2729 else
2730 no_cache=1
2731 fi
2732
2733 ac_cv_use_ipc='wxUSE_IPC='$DEFAULT_wxUSE_IPC
2734
2735 fi
2736
2737
2738 eval "$ac_cv_use_ipc"
2739 if test "$no_cache" != 1; then
2740 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
2741 fi
2742
2743 if test "$wxUSE_IPC" = yes; then
2744 echo "$ac_t""yes" 1>&6
2745 else
2746 echo "$ac_t""no" 1>&6
2747 fi
2748
2749
2750
2751 echo $ac_n "checking for --enable-dialupman""... $ac_c" 1>&6
2752 echo "configure:2753: checking for --enable-dialupman" >&5
2753 no_cache=0
2754 # Check whether --enable-dialupman or --disable-dialupman was given.
2755 if test "${enable_dialupman+set}" = set; then
2756 enableval="$enable_dialupman"
2757
2758 if test "$enableval" = yes; then
2759 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes'
2760 else
2761 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no'
2762 fi
2763
2764 else
2765
2766 LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
2767 if test "x$LINE" != x ; then
2768 eval "DEFAULT_$LINE"
2769 else
2770 no_cache=1
2771 fi
2772
2773 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
2774
2775 fi
2776
2777
2778 eval "$ac_cv_use_dialupman"
2779 if test "$no_cache" != 1; then
2780 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
2781 fi
2782
2783 if test "$wxUSE_DIALUP_MANAGER" = yes; then
2784 echo "$ac_t""yes" 1>&6
2785 else
2786 echo "$ac_t""no" 1>&6
2787 fi
2788
2789
2790 echo $ac_n "checking for --enable-apple_ieee""... $ac_c" 1>&6
2791 echo "configure:2792: checking for --enable-apple_ieee" >&5
2792 no_cache=0
2793 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
2794 if test "${enable_apple_ieee+set}" = set; then
2795 enableval="$enable_apple_ieee"
2796
2797 if test "$enableval" = yes; then
2798 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes'
2799 else
2800 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no'
2801 fi
2802
2803 else
2804
2805 LINE=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
2806 if test "x$LINE" != x ; then
2807 eval "DEFAULT_$LINE"
2808 else
2809 no_cache=1
2810 fi
2811
2812 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
2813
2814 fi
2815
2816
2817 eval "$ac_cv_use_apple_ieee"
2818 if test "$no_cache" != 1; then
2819 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
2820 fi
2821
2822 if test "$wxUSE_APPLE_IEEE" = yes; then
2823 echo "$ac_t""yes" 1>&6
2824 else
2825 echo "$ac_t""no" 1>&6
2826 fi
2827
2828
2829 echo $ac_n "checking for --enable-timedate""... $ac_c" 1>&6
2830 echo "configure:2831: checking for --enable-timedate" >&5
2831 no_cache=0
2832 # Check whether --enable-timedate or --disable-timedate was given.
2833 if test "${enable_timedate+set}" = set; then
2834 enableval="$enable_timedate"
2835
2836 if test "$enableval" = yes; then
2837 ac_cv_use_timedate='wxUSE_TIMEDATE=yes'
2838 else
2839 ac_cv_use_timedate='wxUSE_TIMEDATE=no'
2840 fi
2841
2842 else
2843
2844 LINE=`grep "wxUSE_TIMEDATE" ${wx_arg_cache_file}`
2845 if test "x$LINE" != x ; then
2846 eval "DEFAULT_$LINE"
2847 else
2848 no_cache=1
2849 fi
2850
2851 ac_cv_use_timedate='wxUSE_TIMEDATE='$DEFAULT_wxUSE_TIMEDATE
2852
2853 fi
2854
2855
2856 eval "$ac_cv_use_timedate"
2857 if test "$no_cache" != 1; then
2858 echo $ac_cv_use_timedate >> ${wx_arg_cache_file}.tmp
2859 fi
2860
2861 if test "$wxUSE_TIMEDATE" = yes; then
2862 echo "$ac_t""yes" 1>&6
2863 else
2864 echo "$ac_t""no" 1>&6
2865 fi
2866
2867
2868 echo $ac_n "checking for --enable-wave""... $ac_c" 1>&6
2869 echo "configure:2870: checking for --enable-wave" >&5
2870 no_cache=0
2871 # Check whether --enable-wave or --disable-wave was given.
2872 if test "${enable_wave+set}" = set; then
2873 enableval="$enable_wave"
2874
2875 if test "$enableval" = yes; then
2876 ac_cv_use_wave='wxUSE_WAVE=yes'
2877 else
2878 ac_cv_use_wave='wxUSE_WAVE=no'
2879 fi
2880
2881 else
2882
2883 LINE=`grep "wxUSE_WAVE" ${wx_arg_cache_file}`
2884 if test "x$LINE" != x ; then
2885 eval "DEFAULT_$LINE"
2886 else
2887 no_cache=1
2888 fi
2889
2890 ac_cv_use_wave='wxUSE_WAVE='$DEFAULT_wxUSE_WAVE
2891
2892 fi
2893
2894
2895 eval "$ac_cv_use_wave"
2896 if test "$no_cache" != 1; then
2897 echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp
2898 fi
2899
2900 if test "$wxUSE_WAVE" = yes; then
2901 echo "$ac_t""yes" 1>&6
2902 else
2903 echo "$ac_t""no" 1>&6
2904 fi
2905
2906
2907 echo $ac_n "checking for --enable-fraction""... $ac_c" 1>&6
2908 echo "configure:2909: checking for --enable-fraction" >&5
2909 no_cache=0
2910 # Check whether --enable-fraction or --disable-fraction was given.
2911 if test "${enable_fraction+set}" = set; then
2912 enableval="$enable_fraction"
2913
2914 if test "$enableval" = yes; then
2915 ac_cv_use_fraction='wxUSE_FRACTION=yes'
2916 else
2917 ac_cv_use_fraction='wxUSE_FRACTION=no'
2918 fi
2919
2920 else
2921
2922 LINE=`grep "wxUSE_FRACTION" ${wx_arg_cache_file}`
2923 if test "x$LINE" != x ; then
2924 eval "DEFAULT_$LINE"
2925 else
2926 no_cache=1
2927 fi
2928
2929 ac_cv_use_fraction='wxUSE_FRACTION='$DEFAULT_wxUSE_FRACTION
2930
2931 fi
2932
2933
2934 eval "$ac_cv_use_fraction"
2935 if test "$no_cache" != 1; then
2936 echo $ac_cv_use_fraction >> ${wx_arg_cache_file}.tmp
2937 fi
2938
2939 if test "$wxUSE_FRACTION" = yes; then
2940 echo "$ac_t""yes" 1>&6
2941 else
2942 echo "$ac_t""no" 1>&6
2943 fi
2944
2945
2946 echo $ac_n "checking for --enable-dynlib""... $ac_c" 1>&6
2947 echo "configure:2948: checking for --enable-dynlib" >&5
2948 no_cache=0
2949 # Check whether --enable-dynlib or --disable-dynlib was given.
2950 if test "${enable_dynlib+set}" = set; then
2951 enableval="$enable_dynlib"
2952
2953 if test "$enableval" = yes; then
2954 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes'
2955 else
2956 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no'
2957 fi
2958
2959 else
2960
2961 LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
2962 if test "x$LINE" != x ; then
2963 eval "DEFAULT_$LINE"
2964 else
2965 no_cache=1
2966 fi
2967
2968 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
2969
2970 fi
2971
2972
2973 eval "$ac_cv_use_dynlib"
2974 if test "$no_cache" != 1; then
2975 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
2976 fi
2977
2978 if test "$wxUSE_DYNLIB_CLASS" = yes; then
2979 echo "$ac_t""yes" 1>&6
2980 else
2981 echo "$ac_t""no" 1>&6
2982 fi
2983
2984
2985 echo $ac_n "checking for --enable-longlong""... $ac_c" 1>&6
2986 echo "configure:2987: checking for --enable-longlong" >&5
2987 no_cache=0
2988 # Check whether --enable-longlong or --disable-longlong was given.
2989 if test "${enable_longlong+set}" = set; then
2990 enableval="$enable_longlong"
2991
2992 if test "$enableval" = yes; then
2993 ac_cv_use_longlong='wxUSE_LONGLONG=yes'
2994 else
2995 ac_cv_use_longlong='wxUSE_LONGLONG=no'
2996 fi
2997
2998 else
2999
3000 LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
3001 if test "x$LINE" != x ; then
3002 eval "DEFAULT_$LINE"
3003 else
3004 no_cache=1
3005 fi
3006
3007 ac_cv_use_longlong='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
3008
3009 fi
3010
3011
3012 eval "$ac_cv_use_longlong"
3013 if test "$no_cache" != 1; then
3014 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
3015 fi
3016
3017 if test "$wxUSE_LONGLONG" = yes; then
3018 echo "$ac_t""yes" 1>&6
3019 else
3020 echo "$ac_t""no" 1>&6
3021 fi
3022
3023
3024 echo $ac_n "checking for --enable-geometry""... $ac_c" 1>&6
3025 echo "configure:3026: checking for --enable-geometry" >&5
3026 no_cache=0
3027 # Check whether --enable-geometry or --disable-geometry was given.
3028 if test "${enable_geometry+set}" = set; then
3029 enableval="$enable_geometry"
3030
3031 if test "$enableval" = yes; then
3032 ac_cv_use_geometry='wxUSE_GEOMETRY=yes'
3033 else
3034 ac_cv_use_geometry='wxUSE_GEOMETRY=no'
3035 fi
3036
3037 else
3038
3039 LINE=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
3040 if test "x$LINE" != x ; then
3041 eval "DEFAULT_$LINE"
3042 else
3043 no_cache=1
3044 fi
3045
3046 ac_cv_use_geometry='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
3047
3048 fi
3049
3050
3051 eval "$ac_cv_use_geometry"
3052 if test "$no_cache" != 1; then
3053 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
3054 fi
3055
3056 if test "$wxUSE_GEOMETRY" = yes; then
3057 echo "$ac_t""yes" 1>&6
3058 else
3059 echo "$ac_t""no" 1>&6
3060 fi
3061
3062
3063 echo $ac_n "checking for --enable-log""... $ac_c" 1>&6
3064 echo "configure:3065: checking for --enable-log" >&5
3065 no_cache=0
3066 # Check whether --enable-log or --disable-log was given.
3067 if test "${enable_log+set}" = set; then
3068 enableval="$enable_log"
3069
3070 if test "$enableval" = yes; then
3071 ac_cv_use_log='wxUSE_LOG=yes'
3072 else
3073 ac_cv_use_log='wxUSE_LOG=no'
3074 fi
3075
3076 else
3077
3078 LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
3079 if test "x$LINE" != x ; then
3080 eval "DEFAULT_$LINE"
3081 else
3082 no_cache=1
3083 fi
3084
3085 ac_cv_use_log='wxUSE_LOG='$DEFAULT_wxUSE_LOG
3086
3087 fi
3088
3089
3090 eval "$ac_cv_use_log"
3091 if test "$no_cache" != 1; then
3092 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
3093 fi
3094
3095 if test "$wxUSE_LOG" = yes; then
3096 echo "$ac_t""yes" 1>&6
3097 else
3098 echo "$ac_t""no" 1>&6
3099 fi
3100
3101
3102 echo $ac_n "checking for --enable-streams""... $ac_c" 1>&6
3103 echo "configure:3104: checking for --enable-streams" >&5
3104 no_cache=0
3105 # Check whether --enable-streams or --disable-streams was given.
3106 if test "${enable_streams+set}" = set; then
3107 enableval="$enable_streams"
3108
3109 if test "$enableval" = yes; then
3110 ac_cv_use_streams='wxUSE_STREAMS=yes'
3111 else
3112 ac_cv_use_streams='wxUSE_STREAMS=no'
3113 fi
3114
3115 else
3116
3117 LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
3118 if test "x$LINE" != x ; then
3119 eval "DEFAULT_$LINE"
3120 else
3121 no_cache=1
3122 fi
3123
3124 ac_cv_use_streams='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
3125
3126 fi
3127
3128
3129 eval "$ac_cv_use_streams"
3130 if test "$no_cache" != 1; then
3131 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
3132 fi
3133
3134 if test "$wxUSE_STREAMS" = yes; then
3135 echo "$ac_t""yes" 1>&6
3136 else
3137 echo "$ac_t""no" 1>&6
3138 fi
3139
3140
3141 echo $ac_n "checking for --enable-file""... $ac_c" 1>&6
3142 echo "configure:3143: checking for --enable-file" >&5
3143 no_cache=0
3144 # Check whether --enable-file or --disable-file was given.
3145 if test "${enable_file+set}" = set; then
3146 enableval="$enable_file"
3147
3148 if test "$enableval" = yes; then
3149 ac_cv_use_file='wxUSE_FILE=yes'
3150 else
3151 ac_cv_use_file='wxUSE_FILE=no'
3152 fi
3153
3154 else
3155
3156 LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
3157 if test "x$LINE" != x ; then
3158 eval "DEFAULT_$LINE"
3159 else
3160 no_cache=1
3161 fi
3162
3163 ac_cv_use_file='wxUSE_FILE='$DEFAULT_wxUSE_FILE
3164
3165 fi
3166
3167
3168 eval "$ac_cv_use_file"
3169 if test "$no_cache" != 1; then
3170 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
3171 fi
3172
3173 if test "$wxUSE_FILE" = yes; then
3174 echo "$ac_t""yes" 1>&6
3175 else
3176 echo "$ac_t""no" 1>&6
3177 fi
3178
3179
3180 echo $ac_n "checking for --enable-textfile""... $ac_c" 1>&6
3181 echo "configure:3182: checking for --enable-textfile" >&5
3182 no_cache=0
3183 # Check whether --enable-textfile or --disable-textfile was given.
3184 if test "${enable_textfile+set}" = set; then
3185 enableval="$enable_textfile"
3186
3187 if test "$enableval" = yes; then
3188 ac_cv_use_textfile='wxUSE_TEXTFILE=yes'
3189 else
3190 ac_cv_use_textfile='wxUSE_TEXTFILE=no'
3191 fi
3192
3193 else
3194
3195 LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
3196 if test "x$LINE" != x ; then
3197 eval "DEFAULT_$LINE"
3198 else
3199 no_cache=1
3200 fi
3201
3202 ac_cv_use_textfile='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
3203
3204 fi
3205
3206
3207 eval "$ac_cv_use_textfile"
3208 if test "$no_cache" != 1; then
3209 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
3210 fi
3211
3212 if test "$wxUSE_TEXTFILE" = yes; then
3213 echo "$ac_t""yes" 1>&6
3214 else
3215 echo "$ac_t""no" 1>&6
3216 fi
3217
3218
3219 echo $ac_n "checking for --enable-unicode""... $ac_c" 1>&6
3220 echo "configure:3221: checking for --enable-unicode" >&5
3221 no_cache=0
3222 # Check whether --enable-unicode or --disable-unicode was given.
3223 if test "${enable_unicode+set}" = set; then
3224 enableval="$enable_unicode"
3225
3226 if test "$enableval" = yes; then
3227 ac_cv_use_unicode='wxUSE_UNICODE=yes'
3228 else
3229 ac_cv_use_unicode='wxUSE_UNICODE=no'
3230 fi
3231
3232 else
3233
3234 LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
3235 if test "x$LINE" != x ; then
3236 eval "DEFAULT_$LINE"
3237 else
3238 no_cache=1
3239 fi
3240
3241 ac_cv_use_unicode='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
3242
3243 fi
3244
3245
3246 eval "$ac_cv_use_unicode"
3247 if test "$no_cache" != 1; then
3248 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
3249 fi
3250
3251 if test "$wxUSE_UNICODE" = yes; then
3252 echo "$ac_t""yes" 1>&6
3253 else
3254 echo "$ac_t""no" 1>&6
3255 fi
3256
3257
3258 echo $ac_n "checking for --enable-wcsrtombs""... $ac_c" 1>&6
3259 echo "configure:3260: checking for --enable-wcsrtombs" >&5
3260 no_cache=0
3261 # Check whether --enable-wcsrtombs or --disable-wcsrtombs was given.
3262 if test "${enable_wcsrtombs+set}" = set; then
3263 enableval="$enable_wcsrtombs"
3264
3265 if test "$enableval" = yes; then
3266 ac_cv_use_wcsrtombs='wxUSE_WCSRTOMBS=yes'
3267 else
3268 ac_cv_use_wcsrtombs='wxUSE_WCSRTOMBS=no'
3269 fi
3270
3271 else
3272
3273 LINE=`grep "wxUSE_WCSRTOMBS" ${wx_arg_cache_file}`
3274 if test "x$LINE" != x ; then
3275 eval "DEFAULT_$LINE"
3276 else
3277 no_cache=1
3278 fi
3279
3280 ac_cv_use_wcsrtombs='wxUSE_WCSRTOMBS='$DEFAULT_wxUSE_WCSRTOMBS
3281
3282 fi
3283
3284
3285 eval "$ac_cv_use_wcsrtombs"
3286 if test "$no_cache" != 1; then
3287 echo $ac_cv_use_wcsrtombs >> ${wx_arg_cache_file}.tmp
3288 fi
3289
3290 if test "$wxUSE_WCSRTOMBS" = yes; then
3291 echo "$ac_t""yes" 1>&6
3292 else
3293 echo "$ac_t""no" 1>&6
3294 fi
3295
3296
3297 echo $ac_n "checking for --enable-wxprintfv""... $ac_c" 1>&6
3298 echo "configure:3299: checking for --enable-wxprintfv" >&5
3299 no_cache=0
3300 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
3301 if test "${enable_wxprintfv+set}" = set; then
3302 enableval="$enable_wxprintfv"
3303
3304 if test "$enableval" = yes; then
3305 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=yes'
3306 else
3307 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=no'
3308 fi
3309
3310 else
3311
3312 LINE=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
3313 if test "x$LINE" != x ; then
3314 eval "DEFAULT_$LINE"
3315 else
3316 no_cache=1
3317 fi
3318
3319 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
3320
3321 fi
3322
3323
3324 eval "$ac_cv_use_wxprintfv"
3325 if test "$no_cache" != 1; then
3326 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
3327 fi
3328
3329 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
3330 echo "$ac_t""yes" 1>&6
3331 else
3332 echo "$ac_t""no" 1>&6
3333 fi
3334
3335
3336 echo $ac_n "checking for --enable-std_iostreams""... $ac_c" 1>&6
3337 echo "configure:3338: checking for --enable-std_iostreams" >&5
3338 no_cache=0
3339 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
3340 if test "${enable_std_iostreams+set}" = set; then
3341 enableval="$enable_std_iostreams"
3342
3343 if test "$enableval" = yes; then
3344 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes'
3345 else
3346 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no'
3347 fi
3348
3349 else
3350
3351 LINE=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
3352 if test "x$LINE" != x ; then
3353 eval "DEFAULT_$LINE"
3354 else
3355 no_cache=1
3356 fi
3357
3358 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
3359
3360 fi
3361
3362
3363 eval "$ac_cv_use_std_iostreams"
3364 if test "$no_cache" != 1; then
3365 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
3366 fi
3367
3368 if test "$wxUSE_STD_IOSTREAM" = yes; then
3369 echo "$ac_t""yes" 1>&6
3370 else
3371 echo "$ac_t""no" 1>&6
3372 fi
3373
3374
3375 echo $ac_n "checking for --enable-filesystem""... $ac_c" 1>&6
3376 echo "configure:3377: checking for --enable-filesystem" >&5
3377 no_cache=0
3378 # Check whether --enable-filesystem or --disable-filesystem was given.
3379 if test "${enable_filesystem+set}" = set; then
3380 enableval="$enable_filesystem"
3381
3382 if test "$enableval" = yes; then
3383 ac_cv_use_filesystem='wxUSE_FILESYSTEM=yes'
3384 else
3385 ac_cv_use_filesystem='wxUSE_FILESYSTEM=no'
3386 fi
3387
3388 else
3389
3390 LINE=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
3391 if test "x$LINE" != x ; then
3392 eval "DEFAULT_$LINE"
3393 else
3394 no_cache=1
3395 fi
3396
3397 ac_cv_use_filesystem='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
3398
3399 fi
3400
3401
3402 eval "$ac_cv_use_filesystem"
3403 if test "$no_cache" != 1; then
3404 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
3405 fi
3406
3407 if test "$wxUSE_FILESYSTEM" = yes; then
3408 echo "$ac_t""yes" 1>&6
3409 else
3410 echo "$ac_t""no" 1>&6
3411 fi
3412
3413
3414 echo $ac_n "checking for --enable-fs_inet""... $ac_c" 1>&6
3415 echo "configure:3416: checking for --enable-fs_inet" >&5
3416 no_cache=0
3417 # Check whether --enable-fs_inet or --disable-fs_inet was given.
3418 if test "${enable_fs_inet+set}" = set; then
3419 enableval="$enable_fs_inet"
3420
3421 if test "$enableval" = yes; then
3422 ac_cv_use_fs_inet='wxUSE_FS_INET=yes'
3423 else
3424 ac_cv_use_fs_inet='wxUSE_FS_INET=no'
3425 fi
3426
3427 else
3428
3429 LINE=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
3430 if test "x$LINE" != x ; then
3431 eval "DEFAULT_$LINE"
3432 else
3433 no_cache=1
3434 fi
3435
3436 ac_cv_use_fs_inet='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
3437
3438 fi
3439
3440
3441 eval "$ac_cv_use_fs_inet"
3442 if test "$no_cache" != 1; then
3443 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
3444 fi
3445
3446 if test "$wxUSE_FS_INET" = yes; then
3447 echo "$ac_t""yes" 1>&6
3448 else
3449 echo "$ac_t""no" 1>&6
3450 fi
3451
3452
3453 echo $ac_n "checking for --enable-fs_zip""... $ac_c" 1>&6
3454 echo "configure:3455: checking for --enable-fs_zip" >&5
3455 no_cache=0
3456 # Check whether --enable-fs_zip or --disable-fs_zip was given.
3457 if test "${enable_fs_zip+set}" = set; then
3458 enableval="$enable_fs_zip"
3459
3460 if test "$enableval" = yes; then
3461 ac_cv_use_fs_zip='wxUSE_FS_ZIP=yes'
3462 else
3463 ac_cv_use_fs_zip='wxUSE_FS_ZIP=no'
3464 fi
3465
3466 else
3467
3468 LINE=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
3469 if test "x$LINE" != x ; then
3470 eval "DEFAULT_$LINE"
3471 else
3472 no_cache=1
3473 fi
3474
3475 ac_cv_use_fs_zip='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
3476
3477 fi
3478
3479
3480 eval "$ac_cv_use_fs_zip"
3481 if test "$no_cache" != 1; then
3482 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
3483 fi
3484
3485 if test "$wxUSE_FS_ZIP" = yes; then
3486 echo "$ac_t""yes" 1>&6
3487 else
3488 echo "$ac_t""no" 1>&6
3489 fi
3490
3491
3492 echo $ac_n "checking for --enable-zipstream""... $ac_c" 1>&6
3493 echo "configure:3494: checking for --enable-zipstream" >&5
3494 no_cache=0
3495 # Check whether --enable-zipstream or --disable-zipstream was given.
3496 if test "${enable_zipstream+set}" = set; then
3497 enableval="$enable_zipstream"
3498
3499 if test "$enableval" = yes; then
3500 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=yes'
3501 else
3502 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=no'
3503 fi
3504
3505 else
3506
3507 LINE=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
3508 if test "x$LINE" != x ; then
3509 eval "DEFAULT_$LINE"
3510 else
3511 no_cache=1
3512 fi
3513
3514 ac_cv_use_zipstream='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
3515
3516 fi
3517
3518
3519 eval "$ac_cv_use_zipstream"
3520 if test "$no_cache" != 1; then
3521 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
3522 fi
3523
3524 if test "$wxUSE_ZIPSTREAM" = yes; then
3525 echo "$ac_t""yes" 1>&6
3526 else
3527 echo "$ac_t""no" 1>&6
3528 fi
3529
3530
3531
3532 echo $ac_n "checking for --enable-catch_segvs""... $ac_c" 1>&6
3533 echo "configure:3534: checking for --enable-catch_segvs" >&5
3534 no_cache=0
3535 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
3536 if test "${enable_catch_segvs+set}" = set; then
3537 enableval="$enable_catch_segvs"
3538
3539 if test "$enableval" = yes; then
3540 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes'
3541 else
3542 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no'
3543 fi
3544
3545 else
3546
3547 LINE=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
3548 if test "x$LINE" != x ; then
3549 eval "DEFAULT_$LINE"
3550 else
3551 no_cache=1
3552 fi
3553
3554 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
3555
3556 fi
3557
3558
3559 eval "$ac_cv_use_catch_segvs"
3560 if test "$no_cache" != 1; then
3561 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
3562 fi
3563
3564 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
3565 echo "$ac_t""yes" 1>&6
3566 else
3567 echo "$ac_t""no" 1>&6
3568 fi
3569
3570
3571 echo $ac_n "checking for --enable-snglinst""... $ac_c" 1>&6
3572 echo "configure:3573: checking for --enable-snglinst" >&5
3573 no_cache=0
3574 # Check whether --enable-snglinst or --disable-snglinst was given.
3575 if test "${enable_snglinst+set}" = set; then
3576 enableval="$enable_snglinst"
3577
3578 if test "$enableval" = yes; then
3579 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes'
3580 else
3581 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no'
3582 fi
3583
3584 else
3585
3586 LINE=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
3587 if test "x$LINE" != x ; then
3588 eval "DEFAULT_$LINE"
3589 else
3590 no_cache=1
3591 fi
3592
3593 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER
3594
3595 fi
3596
3597
3598 eval "$ac_cv_use_snglinst"
3599 if test "$no_cache" != 1; then
3600 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
3601 fi
3602
3603 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
3604 echo "$ac_t""yes" 1>&6
3605 else
3606 echo "$ac_t""no" 1>&6
3607 fi
3608
3609
3610
3611
3612 echo $ac_n "checking for --enable-threads""... $ac_c" 1>&6
3613 echo "configure:3614: checking for --enable-threads" >&5
3614 no_cache=0
3615 # Check whether --enable-threads or --disable-threads was given.
3616 if test "${enable_threads+set}" = set; then
3617 enableval="$enable_threads"
3618
3619 if test "$enableval" = yes; then
3620 ac_cv_use_threads='wxUSE_THREADS=yes'
3621 else
3622 ac_cv_use_threads='wxUSE_THREADS=no'
3623 fi
3624
3625 else
3626
3627 LINE=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
3628 if test "x$LINE" != x ; then
3629 eval "DEFAULT_$LINE"
3630 else
3631 no_cache=1
3632 fi
3633
3634 ac_cv_use_threads='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
3635
3636 fi
3637
3638
3639 eval "$ac_cv_use_threads"
3640 if test "$no_cache" != 1; then
3641 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
3642 fi
3643
3644 if test "$wxUSE_THREADS" = yes; then
3645 echo "$ac_t""yes" 1>&6
3646 else
3647 echo "$ac_t""no" 1>&6
3648 fi
3649
3650
3651 echo $ac_n "checking for --enable-serial""... $ac_c" 1>&6
3652 echo "configure:3653: checking for --enable-serial" >&5
3653 no_cache=0
3654 # Check whether --enable-serial or --disable-serial was given.
3655 if test "${enable_serial+set}" = set; then
3656 enableval="$enable_serial"
3657
3658 if test "$enableval" = yes; then
3659 ac_cv_use_serial='wxUSE_SERIAL=yes'
3660 else
3661 ac_cv_use_serial='wxUSE_SERIAL=no'
3662 fi
3663
3664 else
3665
3666 LINE=`grep "wxUSE_SERIAL" ${wx_arg_cache_file}`
3667 if test "x$LINE" != x ; then
3668 eval "DEFAULT_$LINE"
3669 else
3670 no_cache=1
3671 fi
3672
3673 ac_cv_use_serial='wxUSE_SERIAL='$DEFAULT_wxUSE_SERIAL
3674
3675 fi
3676
3677
3678 eval "$ac_cv_use_serial"
3679 if test "$no_cache" != 1; then
3680 echo $ac_cv_use_serial >> ${wx_arg_cache_file}.tmp
3681 fi
3682
3683 if test "$wxUSE_SERIAL" = yes; then
3684 echo "$ac_t""yes" 1>&6
3685 else
3686 echo "$ac_t""no" 1>&6
3687 fi
3688
3689
3690 if test "$wxUSE_GUI" = "yes"; then
3691
3692
3693
3694 echo $ac_n "checking for --enable-docview""... $ac_c" 1>&6
3695 echo "configure:3696: checking for --enable-docview" >&5
3696 no_cache=0
3697 # Check whether --enable-docview or --disable-docview was given.
3698 if test "${enable_docview+set}" = set; then
3699 enableval="$enable_docview"
3700
3701 if test "$enableval" = yes; then
3702 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
3703 else
3704 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no'
3705 fi
3706
3707 else
3708
3709 LINE=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
3710 if test "x$LINE" != x ; then
3711 eval "DEFAULT_$LINE"
3712 else
3713 no_cache=1
3714 fi
3715
3716 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
3717
3718 fi
3719
3720
3721 eval "$ac_cv_use_docview"
3722 if test "$no_cache" != 1; then
3723 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
3724 fi
3725
3726 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
3727 echo "$ac_t""yes" 1>&6
3728 else
3729 echo "$ac_t""no" 1>&6
3730 fi
3731
3732
3733 echo $ac_n "checking for --enable-help""... $ac_c" 1>&6
3734 echo "configure:3735: checking for --enable-help" >&5
3735 no_cache=0
3736 # Check whether --enable-help or --disable-help was given.
3737 if test "${enable_help+set}" = set; then
3738 enableval="$enable_help"
3739
3740 if test "$enableval" = yes; then
3741 ac_cv_use_help='wxUSE_HELP=yes'
3742 else
3743 ac_cv_use_help='wxUSE_HELP=no'
3744 fi
3745
3746 else
3747
3748 LINE=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
3749 if test "x$LINE" != x ; then
3750 eval "DEFAULT_$LINE"
3751 else
3752 no_cache=1
3753 fi
3754
3755 ac_cv_use_help='wxUSE_HELP='$DEFAULT_wxUSE_HELP
3756
3757 fi
3758
3759
3760 eval "$ac_cv_use_help"
3761 if test "$no_cache" != 1; then
3762 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
3763 fi
3764
3765 if test "$wxUSE_HELP" = yes; then
3766 echo "$ac_t""yes" 1>&6
3767 else
3768 echo "$ac_t""no" 1>&6
3769 fi
3770
3771
3772 echo $ac_n "checking for --enable-constraints""... $ac_c" 1>&6
3773 echo "configure:3774: checking for --enable-constraints" >&5
3774 no_cache=0
3775 # Check whether --enable-constraints or --disable-constraints was given.
3776 if test "${enable_constraints+set}" = set; then
3777 enableval="$enable_constraints"
3778
3779 if test "$enableval" = yes; then
3780 ac_cv_use_constraints='wxUSE_CONSTRAINTS=yes'
3781 else
3782 ac_cv_use_constraints='wxUSE_CONSTRAINTS=no'
3783 fi
3784
3785 else
3786
3787 LINE=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
3788 if test "x$LINE" != x ; then
3789 eval "DEFAULT_$LINE"
3790 else
3791 no_cache=1
3792 fi
3793
3794 ac_cv_use_constraints='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
3795
3796 fi
3797
3798
3799 eval "$ac_cv_use_constraints"
3800 if test "$no_cache" != 1; then
3801 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
3802 fi
3803
3804 if test "$wxUSE_CONSTRAINTS" = yes; then
3805 echo "$ac_t""yes" 1>&6
3806 else
3807 echo "$ac_t""no" 1>&6
3808 fi
3809
3810
3811 echo $ac_n "checking for --enable-printarch""... $ac_c" 1>&6
3812 echo "configure:3813: checking for --enable-printarch" >&5
3813 no_cache=0
3814 # Check whether --enable-printarch or --disable-printarch was given.
3815 if test "${enable_printarch+set}" = set; then
3816 enableval="$enable_printarch"
3817
3818 if test "$enableval" = yes; then
3819 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes'
3820 else
3821 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no'
3822 fi
3823
3824 else
3825
3826 LINE=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
3827 if test "x$LINE" != x ; then
3828 eval "DEFAULT_$LINE"
3829 else
3830 no_cache=1
3831 fi
3832
3833 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
3834
3835 fi
3836
3837
3838 eval "$ac_cv_use_printarch"
3839 if test "$no_cache" != 1; then
3840 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
3841 fi
3842
3843 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
3844 echo "$ac_t""yes" 1>&6
3845 else
3846 echo "$ac_t""no" 1>&6
3847 fi
3848
3849
3850 echo $ac_n "checking for --enable-mdi""... $ac_c" 1>&6
3851 echo "configure:3852: checking for --enable-mdi" >&5
3852 no_cache=0
3853 # Check whether --enable-mdi or --disable-mdi was given.
3854 if test "${enable_mdi+set}" = set; then
3855 enableval="$enable_mdi"
3856
3857 if test "$enableval" = yes; then
3858 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=yes'
3859 else
3860 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=no'
3861 fi
3862
3863 else
3864
3865 LINE=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
3866 if test "x$LINE" != x ; then
3867 eval "DEFAULT_$LINE"
3868 else
3869 no_cache=1
3870 fi
3871
3872 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
3873
3874 fi
3875
3876
3877 eval "$ac_cv_use_mdi"
3878 if test "$no_cache" != 1; then
3879 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
3880 fi
3881
3882 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
3883 echo "$ac_t""yes" 1>&6
3884 else
3885 echo "$ac_t""no" 1>&6
3886 fi
3887
3888
3889
3890 echo $ac_n "checking for --enable-postscript""... $ac_c" 1>&6
3891 echo "configure:3892: checking for --enable-postscript" >&5
3892 no_cache=0
3893 # Check whether --enable-postscript or --disable-postscript was given.
3894 if test "${enable_postscript+set}" = set; then
3895 enableval="$enable_postscript"
3896
3897 if test "$enableval" = yes; then
3898 ac_cv_use_postscript='wxUSE_POSTSCRIPT=yes'
3899 else
3900 ac_cv_use_postscript='wxUSE_POSTSCRIPT=no'
3901 fi
3902
3903 else
3904
3905 LINE=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
3906 if test "x$LINE" != x ; then
3907 eval "DEFAULT_$LINE"
3908 else
3909 no_cache=1
3910 fi
3911
3912 ac_cv_use_postscript='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
3913
3914 fi
3915
3916
3917 eval "$ac_cv_use_postscript"
3918 if test "$no_cache" != 1; then
3919 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
3920 fi
3921
3922 if test "$wxUSE_POSTSCRIPT" = yes; then
3923 echo "$ac_t""yes" 1>&6
3924 else
3925 echo "$ac_t""no" 1>&6
3926 fi
3927
3928
3929
3930
3931 echo $ac_n "checking for --enable-prologio""... $ac_c" 1>&6
3932 echo "configure:3933: checking for --enable-prologio" >&5
3933 no_cache=0
3934 # Check whether --enable-prologio or --disable-prologio was given.
3935 if test "${enable_prologio+set}" = set; then
3936 enableval="$enable_prologio"
3937
3938 if test "$enableval" = yes; then
3939 ac_cv_use_prologio='wxUSE_PROLOGIO=yes'
3940 else
3941 ac_cv_use_prologio='wxUSE_PROLOGIO=no'
3942 fi
3943
3944 else
3945
3946 LINE=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
3947 if test "x$LINE" != x ; then
3948 eval "DEFAULT_$LINE"
3949 else
3950 no_cache=1
3951 fi
3952
3953 ac_cv_use_prologio='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
3954
3955 fi
3956
3957
3958 eval "$ac_cv_use_prologio"
3959 if test "$no_cache" != 1; then
3960 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
3961 fi
3962
3963 if test "$wxUSE_PROLOGIO" = yes; then
3964 echo "$ac_t""yes" 1>&6
3965 else
3966 echo "$ac_t""no" 1>&6
3967 fi
3968
3969
3970 echo $ac_n "checking for --enable-resources""... $ac_c" 1>&6
3971 echo "configure:3972: checking for --enable-resources" >&5
3972 no_cache=0
3973 # Check whether --enable-resources or --disable-resources was given.
3974 if test "${enable_resources+set}" = set; then
3975 enableval="$enable_resources"
3976
3977 if test "$enableval" = yes; then
3978 ac_cv_use_resources='wxUSE_RESOURCES=yes'
3979 else
3980 ac_cv_use_resources='wxUSE_RESOURCES=no'
3981 fi
3982
3983 else
3984
3985 LINE=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
3986 if test "x$LINE" != x ; then
3987 eval "DEFAULT_$LINE"
3988 else
3989 no_cache=1
3990 fi
3991
3992 ac_cv_use_resources='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
3993
3994 fi
3995
3996
3997 eval "$ac_cv_use_resources"
3998 if test "$no_cache" != 1; then
3999 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
4000 fi
4001
4002 if test "$wxUSE_RESOURCES" = yes; then
4003 echo "$ac_t""yes" 1>&6
4004 else
4005 echo "$ac_t""no" 1>&6
4006 fi
4007
4008
4009
4010 echo $ac_n "checking for --enable-xresources""... $ac_c" 1>&6
4011 echo "configure:4012: checking for --enable-xresources" >&5
4012 no_cache=0
4013 # Check whether --enable-xresources or --disable-xresources was given.
4014 if test "${enable_xresources+set}" = set; then
4015 enableval="$enable_xresources"
4016
4017 if test "$enableval" = yes; then
4018 ac_cv_use_xresources='wxUSE_X_RESOURCES=yes'
4019 else
4020 ac_cv_use_xresources='wxUSE_X_RESOURCES=no'
4021 fi
4022
4023 else
4024
4025 LINE=`grep "wxUSE_X_RESOURCES" ${wx_arg_cache_file}`
4026 if test "x$LINE" != x ; then
4027 eval "DEFAULT_$LINE"
4028 else
4029 no_cache=1
4030 fi
4031
4032 ac_cv_use_xresources='wxUSE_X_RESOURCES='$DEFAULT_wxUSE_X_RESOURCES
4033
4034 fi
4035
4036
4037 eval "$ac_cv_use_xresources"
4038 if test "$no_cache" != 1; then
4039 echo $ac_cv_use_xresources >> ${wx_arg_cache_file}.tmp
4040 fi
4041
4042 if test "$wxUSE_X_RESOURCES" = yes; then
4043 echo "$ac_t""yes" 1>&6
4044 else
4045 echo "$ac_t""no" 1>&6
4046 fi
4047
4048
4049
4050
4051 echo $ac_n "checking for --enable-clipboard""... $ac_c" 1>&6
4052 echo "configure:4053: checking for --enable-clipboard" >&5
4053 no_cache=0
4054 # Check whether --enable-clipboard or --disable-clipboard was given.
4055 if test "${enable_clipboard+set}" = set; then
4056 enableval="$enable_clipboard"
4057
4058 if test "$enableval" = yes; then
4059 ac_cv_use_clipboard='wxUSE_CLIPBOARD=yes'
4060 else
4061 ac_cv_use_clipboard='wxUSE_CLIPBOARD=no'
4062 fi
4063
4064 else
4065
4066 LINE=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
4067 if test "x$LINE" != x ; then
4068 eval "DEFAULT_$LINE"
4069 else
4070 no_cache=1
4071 fi
4072
4073 ac_cv_use_clipboard='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
4074
4075 fi
4076
4077
4078 eval "$ac_cv_use_clipboard"
4079 if test "$no_cache" != 1; then
4080 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
4081 fi
4082
4083 if test "$wxUSE_CLIPBOARD" = yes; then
4084 echo "$ac_t""yes" 1>&6
4085 else
4086 echo "$ac_t""no" 1>&6
4087 fi
4088
4089
4090 echo $ac_n "checking for --enable-dnd""... $ac_c" 1>&6
4091 echo "configure:4092: checking for --enable-dnd" >&5
4092 no_cache=0
4093 # Check whether --enable-dnd or --disable-dnd was given.
4094 if test "${enable_dnd+set}" = set; then
4095 enableval="$enable_dnd"
4096
4097 if test "$enableval" = yes; then
4098 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes'
4099 else
4100 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=no'
4101 fi
4102
4103 else
4104
4105 LINE=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
4106 if test "x$LINE" != x ; then
4107 eval "DEFAULT_$LINE"
4108 else
4109 no_cache=1
4110 fi
4111
4112 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
4113
4114 fi
4115
4116
4117 eval "$ac_cv_use_dnd"
4118 if test "$no_cache" != 1; then
4119 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
4120 fi
4121
4122 if test "$wxUSE_DRAG_AND_DROP" = yes; then
4123 echo "$ac_t""yes" 1>&6
4124 else
4125 echo "$ac_t""no" 1>&6
4126 fi
4127
4128
4129 echo $ac_n "checking for --enable-metafile""... $ac_c" 1>&6
4130 echo "configure:4131: checking for --enable-metafile" >&5
4131 no_cache=0
4132 # Check whether --enable-metafile or --disable-metafile was given.
4133 if test "${enable_metafile+set}" = set; then
4134 enableval="$enable_metafile"
4135
4136 if test "$enableval" = yes; then
4137 ac_cv_use_metafile='wxUSE_METAFILE=yes'
4138 else
4139 ac_cv_use_metafile='wxUSE_METAFILE=no'
4140 fi
4141
4142 else
4143
4144 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
4145 if test "x$LINE" != x ; then
4146 eval "DEFAULT_$LINE"
4147 else
4148 no_cache=1
4149 fi
4150
4151 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
4152
4153 fi
4154
4155
4156 eval "$ac_cv_use_metafile"
4157 if test "$no_cache" != 1; then
4158 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
4159 fi
4160
4161 if test "$wxUSE_METAFILE" = yes; then
4162 echo "$ac_t""yes" 1>&6
4163 else
4164 echo "$ac_t""no" 1>&6
4165 fi
4166
4167
4168
4169 echo $ac_n "checking for --enable-wxtree""... $ac_c" 1>&6
4170 echo "configure:4171: checking for --enable-wxtree" >&5
4171 no_cache=0
4172 # Check whether --enable-wxtree or --disable-wxtree was given.
4173 if test "${enable_wxtree+set}" = set; then
4174 enableval="$enable_wxtree"
4175
4176 if test "$enableval" = yes; then
4177 ac_cv_use_wxtree='wxUSE_WXTREE=yes'
4178 else
4179 ac_cv_use_wxtree='wxUSE_WXTREE=no'
4180 fi
4181
4182 else
4183
4184 LINE=`grep "wxUSE_WXTREE" ${wx_arg_cache_file}`
4185 if test "x$LINE" != x ; then
4186 eval "DEFAULT_$LINE"
4187 else
4188 no_cache=1
4189 fi
4190
4191 ac_cv_use_wxtree='wxUSE_WXTREE='$DEFAULT_wxUSE_WXTREE
4192
4193 fi
4194
4195
4196 eval "$ac_cv_use_wxtree"
4197 if test "$no_cache" != 1; then
4198 echo $ac_cv_use_wxtree >> ${wx_arg_cache_file}.tmp
4199 fi
4200
4201 if test "$wxUSE_WXTREE" = yes; then
4202 echo "$ac_t""yes" 1>&6
4203 else
4204 echo "$ac_t""no" 1>&6
4205 fi
4206
4207
4208
4209
4210 echo $ac_n "checking for --enable-controls""... $ac_c" 1>&6
4211 echo "configure:4212: checking for --enable-controls" >&5
4212 no_cache=0
4213 # Check whether --enable-controls or --disable-controls was given.
4214 if test "${enable_controls+set}" = set; then
4215 enableval="$enable_controls"
4216
4217 if test "$enableval" = yes; then
4218 ac_cv_use_controls='wxUSE_CONTROLS=yes'
4219 else
4220 ac_cv_use_controls='wxUSE_CONTROLS=no'
4221 fi
4222
4223 else
4224
4225 LINE=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
4226 if test "x$LINE" != x ; then
4227 eval "DEFAULT_$LINE"
4228 else
4229 no_cache=1
4230 fi
4231
4232 ac_cv_use_controls='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
4233
4234 fi
4235
4236
4237 eval "$ac_cv_use_controls"
4238 if test "$no_cache" != 1; then
4239 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
4240 fi
4241
4242 if test "$wxUSE_CONTROLS" = yes; then
4243 echo "$ac_t""yes" 1>&6
4244 else
4245 echo "$ac_t""no" 1>&6
4246 fi
4247
4248
4249 if test "$wxUSE_CONTROLS" = "yes"; then
4250 DEFAULT_wxUSE_ACCEL=yes
4251 DEFAULT_wxUSE_CARET=yes
4252 DEFAULT_wxUSE_COMBOBOX=yes
4253 DEFAULT_wxUSE_BMPBUTTON=yes
4254 DEFAULT_wxUSE_CHECKBOX=yes
4255 DEFAULT_wxUSE_CHECKLISTBOX=yes
4256 DEFAULT_wxUSE_CHOICE=yes
4257 DEFAULT_wxUSE_GAUGE=yes
4258 DEFAULT_wxUSE_GRID=yes
4259 DEFAULT_wxUSE_NEW_GRID=yes
4260 DEFAULT_wxUSE_IMAGLIST=yes
4261 DEFAULT_wxUSE_LISTBOX=yes
4262 DEFAULT_wxUSE_LISTCTRL=yes
4263 DEFAULT_wxUSE_NOTEBOOK=yes
4264 DEFAULT_wxUSE_RADIOBOX=yes
4265 DEFAULT_wxUSE_RADIOBTN=yes
4266 DEFAULT_wxUSE_SASH=yes
4267 DEFAULT_wxUSE_SCROLLBAR=yes
4268 DEFAULT_wxUSE_SLIDER=yes
4269 DEFAULT_wxUSE_SPINBTN=yes
4270 DEFAULT_wxUSE_SPINCTRL=yes
4271 DEFAULT_wxUSE_SPLITTER=yes
4272 DEFAULT_wxUSE_STATBMP=yes
4273 DEFAULT_wxUSE_STATBOX=yes
4274 DEFAULT_wxUSE_STATLINE=yes
4275 DEFAULT_wxUSE_STATUSBAR=yes
4276 DEFAULT_wxUSE_TAB_DIALOG=yes
4277 DEFAULT_wxUSE_TOGGLEBTN=yes
4278 DEFAULT_wxUSE_TOOLBAR=yes
4279 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
4280 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
4281 DEFAULT_wxUSE_TOOLTIPS=yes
4282 DEFAULT_wxUSE_TREECTRL=yes
4283 elif test "$wxUSE_CONTROLS" = "no"; then
4284 DEFAULT_wxUSE_ACCEL=no
4285 DEFAULT_wxUSE_CARET=no
4286 DEFAULT_wxUSE_COMBOBOX=no
4287 DEFAULT_wxUSE_BMPBUTTON=no
4288 DEFAULT_wxUSE_CHECKBOX=no
4289 DEFAULT_wxUSE_CHECKLISTBOX=no
4290 DEFAULT_wxUSE_CHOICE=no
4291 DEFAULT_wxUSE_GAUGE=no
4292 DEFAULT_wxUSE_GRID=no
4293 DEFAULT_wxUSE_NEW_GRID=no
4294 DEFAULT_wxUSE_IMAGLIST=no
4295 DEFAULT_wxUSE_LISTBOX=no
4296 DEFAULT_wxUSE_LISTCTRL=no
4297 DEFAULT_wxUSE_NOTEBOOK=no
4298 DEFAULT_wxUSE_RADIOBOX=no
4299 DEFAULT_wxUSE_RADIOBTN=no
4300 DEFAULT_wxUSE_SASH=no
4301 DEFAULT_wxUSE_SCROLLBAR=no
4302 DEFAULT_wxUSE_SLIDER=no
4303 DEFAULT_wxUSE_SPINBTN=no
4304 DEFAULT_wxUSE_SPINCTRL=no
4305 DEFAULT_wxUSE_SPLITTER=no
4306 DEFAULT_wxUSE_STATBMP=no
4307 DEFAULT_wxUSE_STATBOX=no
4308 DEFAULT_wxUSE_STATLINE=no
4309 DEFAULT_wxUSE_STATUSBAR=no
4310 DEFAULT_wxUSE_TAB_DIALOG=no
4311 DEFAULT_wxUSE_TOGGLEBTN=no
4312 DEFAULT_wxUSE_TOOLBAR=no
4313 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
4314 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
4315 DEFAULT_wxUSE_TOOLTIPS=no
4316 DEFAULT_wxUSE_TREECTRL=no
4317 fi
4318
4319
4320 echo $ac_n "checking for --enable-accel""... $ac_c" 1>&6
4321 echo "configure:4322: checking for --enable-accel" >&5
4322 no_cache=0
4323 # Check whether --enable-accel or --disable-accel was given.
4324 if test "${enable_accel+set}" = set; then
4325 enableval="$enable_accel"
4326
4327 if test "$enableval" = yes; then
4328 ac_cv_use_accel='wxUSE_ACCEL=yes'
4329 else
4330 ac_cv_use_accel='wxUSE_ACCEL=no'
4331 fi
4332
4333 else
4334
4335 LINE=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
4336 if test "x$LINE" != x ; then
4337 eval "DEFAULT_$LINE"
4338 else
4339 no_cache=1
4340 fi
4341
4342 ac_cv_use_accel='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
4343
4344 fi
4345
4346
4347 eval "$ac_cv_use_accel"
4348 if test "$no_cache" != 1; then
4349 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
4350 fi
4351
4352 if test "$wxUSE_ACCEL" = yes; then
4353 echo "$ac_t""yes" 1>&6
4354 else
4355 echo "$ac_t""no" 1>&6
4356 fi
4357
4358
4359 echo $ac_n "checking for --enable-caret""... $ac_c" 1>&6
4360 echo "configure:4361: checking for --enable-caret" >&5
4361 no_cache=0
4362 # Check whether --enable-caret or --disable-caret was given.
4363 if test "${enable_caret+set}" = set; then
4364 enableval="$enable_caret"
4365
4366 if test "$enableval" = yes; then
4367 ac_cv_use_caret='wxUSE_CARET=yes'
4368 else
4369 ac_cv_use_caret='wxUSE_CARET=no'
4370 fi
4371
4372 else
4373
4374 LINE=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
4375 if test "x$LINE" != x ; then
4376 eval "DEFAULT_$LINE"
4377 else
4378 no_cache=1
4379 fi
4380
4381 ac_cv_use_caret='wxUSE_CARET='$DEFAULT_wxUSE_CARET
4382
4383 fi
4384
4385
4386 eval "$ac_cv_use_caret"
4387 if test "$no_cache" != 1; then
4388 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
4389 fi
4390
4391 if test "$wxUSE_CARET" = yes; then
4392 echo "$ac_t""yes" 1>&6
4393 else
4394 echo "$ac_t""no" 1>&6
4395 fi
4396
4397
4398 echo $ac_n "checking for --enable-bmpbutton""... $ac_c" 1>&6
4399 echo "configure:4400: checking for --enable-bmpbutton" >&5
4400 no_cache=0
4401 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
4402 if test "${enable_bmpbutton+set}" = set; then
4403 enableval="$enable_bmpbutton"
4404
4405 if test "$enableval" = yes; then
4406 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes'
4407 else
4408 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
4409 fi
4410
4411 else
4412
4413 LINE=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
4414 if test "x$LINE" != x ; then
4415 eval "DEFAULT_$LINE"
4416 else
4417 no_cache=1
4418 fi
4419
4420 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
4421
4422 fi
4423
4424
4425 eval "$ac_cv_use_bmpbutton"
4426 if test "$no_cache" != 1; then
4427 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
4428 fi
4429
4430 if test "$wxUSE_BMPBUTTON" = yes; then
4431 echo "$ac_t""yes" 1>&6
4432 else
4433 echo "$ac_t""no" 1>&6
4434 fi
4435
4436
4437 echo $ac_n "checking for --enable-checkbox""... $ac_c" 1>&6
4438 echo "configure:4439: checking for --enable-checkbox" >&5
4439 no_cache=0
4440 # Check whether --enable-checkbox or --disable-checkbox was given.
4441 if test "${enable_checkbox+set}" = set; then
4442 enableval="$enable_checkbox"
4443
4444 if test "$enableval" = yes; then
4445 ac_cv_use_checkbox='wxUSE_CHECKBOX=yes'
4446 else
4447 ac_cv_use_checkbox='wxUSE_CHECKBOX=no'
4448 fi
4449
4450 else
4451
4452 LINE=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
4453 if test "x$LINE" != x ; then
4454 eval "DEFAULT_$LINE"
4455 else
4456 no_cache=1
4457 fi
4458
4459 ac_cv_use_checkbox='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
4460
4461 fi
4462
4463
4464 eval "$ac_cv_use_checkbox"
4465 if test "$no_cache" != 1; then
4466 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
4467 fi
4468
4469 if test "$wxUSE_CHECKBOX" = yes; then
4470 echo "$ac_t""yes" 1>&6
4471 else
4472 echo "$ac_t""no" 1>&6
4473 fi
4474
4475
4476 echo $ac_n "checking for --enable-checklst""... $ac_c" 1>&6
4477 echo "configure:4478: checking for --enable-checklst" >&5
4478 no_cache=0
4479 # Check whether --enable-checklst or --disable-checklst was given.
4480 if test "${enable_checklst+set}" = set; then
4481 enableval="$enable_checklst"
4482
4483 if test "$enableval" = yes; then
4484 ac_cv_use_checklst='wxUSE_CHECKLST=yes'
4485 else
4486 ac_cv_use_checklst='wxUSE_CHECKLST=no'
4487 fi
4488
4489 else
4490
4491 LINE=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
4492 if test "x$LINE" != x ; then
4493 eval "DEFAULT_$LINE"
4494 else
4495 no_cache=1
4496 fi
4497
4498 ac_cv_use_checklst='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
4499
4500 fi
4501
4502
4503 eval "$ac_cv_use_checklst"
4504 if test "$no_cache" != 1; then
4505 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
4506 fi
4507
4508 if test "$wxUSE_CHECKLST" = yes; then
4509 echo "$ac_t""yes" 1>&6
4510 else
4511 echo "$ac_t""no" 1>&6
4512 fi
4513
4514
4515 echo $ac_n "checking for --enable-choice""... $ac_c" 1>&6
4516 echo "configure:4517: checking for --enable-choice" >&5
4517 no_cache=0
4518 # Check whether --enable-choice or --disable-choice was given.
4519 if test "${enable_choice+set}" = set; then
4520 enableval="$enable_choice"
4521
4522 if test "$enableval" = yes; then
4523 ac_cv_use_choice='wxUSE_CHOICE=yes'
4524 else
4525 ac_cv_use_choice='wxUSE_CHOICE=no'
4526 fi
4527
4528 else
4529
4530 LINE=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
4531 if test "x$LINE" != x ; then
4532 eval "DEFAULT_$LINE"
4533 else
4534 no_cache=1
4535 fi
4536
4537 ac_cv_use_choice='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
4538
4539 fi
4540
4541
4542 eval "$ac_cv_use_choice"
4543 if test "$no_cache" != 1; then
4544 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
4545 fi
4546
4547 if test "$wxUSE_CHOICE" = yes; then
4548 echo "$ac_t""yes" 1>&6
4549 else
4550 echo "$ac_t""no" 1>&6
4551 fi
4552
4553
4554 echo $ac_n "checking for --enable-combobox""... $ac_c" 1>&6
4555 echo "configure:4556: checking for --enable-combobox" >&5
4556 no_cache=0
4557 # Check whether --enable-combobox or --disable-combobox was given.
4558 if test "${enable_combobox+set}" = set; then
4559 enableval="$enable_combobox"
4560
4561 if test "$enableval" = yes; then
4562 ac_cv_use_combobox='wxUSE_COMBOBOX=yes'
4563 else
4564 ac_cv_use_combobox='wxUSE_COMBOBOX=no'
4565 fi
4566
4567 else
4568
4569 LINE=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
4570 if test "x$LINE" != x ; then
4571 eval "DEFAULT_$LINE"
4572 else
4573 no_cache=1
4574 fi
4575
4576 ac_cv_use_combobox='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
4577
4578 fi
4579
4580
4581 eval "$ac_cv_use_combobox"
4582 if test "$no_cache" != 1; then
4583 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
4584 fi
4585
4586 if test "$wxUSE_COMBOBOX" = yes; then
4587 echo "$ac_t""yes" 1>&6
4588 else
4589 echo "$ac_t""no" 1>&6
4590 fi
4591
4592
4593 echo $ac_n "checking for --enable-gauge""... $ac_c" 1>&6
4594 echo "configure:4595: checking for --enable-gauge" >&5
4595 no_cache=0
4596 # Check whether --enable-gauge or --disable-gauge was given.
4597 if test "${enable_gauge+set}" = set; then
4598 enableval="$enable_gauge"
4599
4600 if test "$enableval" = yes; then
4601 ac_cv_use_gauge='wxUSE_GAUGE=yes'
4602 else
4603 ac_cv_use_gauge='wxUSE_GAUGE=no'
4604 fi
4605
4606 else
4607
4608 LINE=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
4609 if test "x$LINE" != x ; then
4610 eval "DEFAULT_$LINE"
4611 else
4612 no_cache=1
4613 fi
4614
4615 ac_cv_use_gauge='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
4616
4617 fi
4618
4619
4620 eval "$ac_cv_use_gauge"
4621 if test "$no_cache" != 1; then
4622 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
4623 fi
4624
4625 if test "$wxUSE_GAUGE" = yes; then
4626 echo "$ac_t""yes" 1>&6
4627 else
4628 echo "$ac_t""no" 1>&6
4629 fi
4630
4631
4632 echo $ac_n "checking for --enable-grid""... $ac_c" 1>&6
4633 echo "configure:4634: checking for --enable-grid" >&5
4634 no_cache=0
4635 # Check whether --enable-grid or --disable-grid was given.
4636 if test "${enable_grid+set}" = set; then
4637 enableval="$enable_grid"
4638
4639 if test "$enableval" = yes; then
4640 ac_cv_use_grid='wxUSE_GRID=yes'
4641 else
4642 ac_cv_use_grid='wxUSE_GRID=no'
4643 fi
4644
4645 else
4646
4647 LINE=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
4648 if test "x$LINE" != x ; then
4649 eval "DEFAULT_$LINE"
4650 else
4651 no_cache=1
4652 fi
4653
4654 ac_cv_use_grid='wxUSE_GRID='$DEFAULT_wxUSE_GRID
4655
4656 fi
4657
4658
4659 eval "$ac_cv_use_grid"
4660 if test "$no_cache" != 1; then
4661 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
4662 fi
4663
4664 if test "$wxUSE_GRID" = yes; then
4665 echo "$ac_t""yes" 1>&6
4666 else
4667 echo "$ac_t""no" 1>&6
4668 fi
4669
4670
4671 echo $ac_n "checking for --enable-newgrid""... $ac_c" 1>&6
4672 echo "configure:4673: checking for --enable-newgrid" >&5
4673 no_cache=0
4674 # Check whether --enable-newgrid or --disable-newgrid was given.
4675 if test "${enable_newgrid+set}" = set; then
4676 enableval="$enable_newgrid"
4677
4678 if test "$enableval" = yes; then
4679 ac_cv_use_newgrid='wxUSE_NEW_GRID=yes'
4680 else
4681 ac_cv_use_newgrid='wxUSE_NEW_GRID=no'
4682 fi
4683
4684 else
4685
4686 LINE=`grep "wxUSE_NEW_GRID" ${wx_arg_cache_file}`
4687 if test "x$LINE" != x ; then
4688 eval "DEFAULT_$LINE"
4689 else
4690 no_cache=1
4691 fi
4692
4693 ac_cv_use_newgrid='wxUSE_NEW_GRID='$DEFAULT_wxUSE_NEW_GRID
4694
4695 fi
4696
4697
4698 eval "$ac_cv_use_newgrid"
4699 if test "$no_cache" != 1; then
4700 echo $ac_cv_use_newgrid >> ${wx_arg_cache_file}.tmp
4701 fi
4702
4703 if test "$wxUSE_NEW_GRID" = yes; then
4704 echo "$ac_t""yes" 1>&6
4705 else
4706 echo "$ac_t""no" 1>&6
4707 fi
4708
4709
4710 echo $ac_n "checking for --enable-imaglist""... $ac_c" 1>&6
4711 echo "configure:4712: checking for --enable-imaglist" >&5
4712 no_cache=0
4713 # Check whether --enable-imaglist or --disable-imaglist was given.
4714 if test "${enable_imaglist+set}" = set; then
4715 enableval="$enable_imaglist"
4716
4717 if test "$enableval" = yes; then
4718 ac_cv_use_imaglist='wxUSE_IMAGLIST=yes'
4719 else
4720 ac_cv_use_imaglist='wxUSE_IMAGLIST=no'
4721 fi
4722
4723 else
4724
4725 LINE=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
4726 if test "x$LINE" != x ; then
4727 eval "DEFAULT_$LINE"
4728 else
4729 no_cache=1
4730 fi
4731
4732 ac_cv_use_imaglist='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
4733
4734 fi
4735
4736
4737 eval "$ac_cv_use_imaglist"
4738 if test "$no_cache" != 1; then
4739 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
4740 fi
4741
4742 if test "$wxUSE_IMAGLIST" = yes; then
4743 echo "$ac_t""yes" 1>&6
4744 else
4745 echo "$ac_t""no" 1>&6
4746 fi
4747
4748
4749 echo $ac_n "checking for --enable-listbox""... $ac_c" 1>&6
4750 echo "configure:4751: checking for --enable-listbox" >&5
4751 no_cache=0
4752 # Check whether --enable-listbox or --disable-listbox was given.
4753 if test "${enable_listbox+set}" = set; then
4754 enableval="$enable_listbox"
4755
4756 if test "$enableval" = yes; then
4757 ac_cv_use_listbox='wxUSE_LISTBOX=yes'
4758 else
4759 ac_cv_use_listbox='wxUSE_LISTBOX=no'
4760 fi
4761
4762 else
4763
4764 LINE=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
4765 if test "x$LINE" != x ; then
4766 eval "DEFAULT_$LINE"
4767 else
4768 no_cache=1
4769 fi
4770
4771 ac_cv_use_listbox='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
4772
4773 fi
4774
4775
4776 eval "$ac_cv_use_listbox"
4777 if test "$no_cache" != 1; then
4778 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
4779 fi
4780
4781 if test "$wxUSE_LISTBOX" = yes; then
4782 echo "$ac_t""yes" 1>&6
4783 else
4784 echo "$ac_t""no" 1>&6
4785 fi
4786
4787
4788 echo $ac_n "checking for --enable-listctrl""... $ac_c" 1>&6
4789 echo "configure:4790: checking for --enable-listctrl" >&5
4790 no_cache=0
4791 # Check whether --enable-listctrl or --disable-listctrl was given.
4792 if test "${enable_listctrl+set}" = set; then
4793 enableval="$enable_listctrl"
4794
4795 if test "$enableval" = yes; then
4796 ac_cv_use_listctrl='wxUSE_LISTCTRL=yes'
4797 else
4798 ac_cv_use_listctrl='wxUSE_LISTCTRL=no'
4799 fi
4800
4801 else
4802
4803 LINE=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
4804 if test "x$LINE" != x ; then
4805 eval "DEFAULT_$LINE"
4806 else
4807 no_cache=1
4808 fi
4809
4810 ac_cv_use_listctrl='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
4811
4812 fi
4813
4814
4815 eval "$ac_cv_use_listctrl"
4816 if test "$no_cache" != 1; then
4817 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
4818 fi
4819
4820 if test "$wxUSE_LISTCTRL" = yes; then
4821 echo "$ac_t""yes" 1>&6
4822 else
4823 echo "$ac_t""no" 1>&6
4824 fi
4825
4826
4827 echo $ac_n "checking for --enable-notebook""... $ac_c" 1>&6
4828 echo "configure:4829: checking for --enable-notebook" >&5
4829 no_cache=0
4830 # Check whether --enable-notebook or --disable-notebook was given.
4831 if test "${enable_notebook+set}" = set; then
4832 enableval="$enable_notebook"
4833
4834 if test "$enableval" = yes; then
4835 ac_cv_use_notebook='wxUSE_NOTEBOOK=yes'
4836 else
4837 ac_cv_use_notebook='wxUSE_NOTEBOOK=no'
4838 fi
4839
4840 else
4841
4842 LINE=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
4843 if test "x$LINE" != x ; then
4844 eval "DEFAULT_$LINE"
4845 else
4846 no_cache=1
4847 fi
4848
4849 ac_cv_use_notebook='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
4850
4851 fi
4852
4853
4854 eval "$ac_cv_use_notebook"
4855 if test "$no_cache" != 1; then
4856 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
4857 fi
4858
4859 if test "$wxUSE_NOTEBOOK" = yes; then
4860 echo "$ac_t""yes" 1>&6
4861 else
4862 echo "$ac_t""no" 1>&6
4863 fi
4864
4865
4866 echo $ac_n "checking for --enable-radiobox""... $ac_c" 1>&6
4867 echo "configure:4868: checking for --enable-radiobox" >&5
4868 no_cache=0
4869 # Check whether --enable-radiobox or --disable-radiobox was given.
4870 if test "${enable_radiobox+set}" = set; then
4871 enableval="$enable_radiobox"
4872
4873 if test "$enableval" = yes; then
4874 ac_cv_use_radiobox='wxUSE_RADIOBOX=yes'
4875 else
4876 ac_cv_use_radiobox='wxUSE_RADIOBOX=no'
4877 fi
4878
4879 else
4880
4881 LINE=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
4882 if test "x$LINE" != x ; then
4883 eval "DEFAULT_$LINE"
4884 else
4885 no_cache=1
4886 fi
4887
4888 ac_cv_use_radiobox='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
4889
4890 fi
4891
4892
4893 eval "$ac_cv_use_radiobox"
4894 if test "$no_cache" != 1; then
4895 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
4896 fi
4897
4898 if test "$wxUSE_RADIOBOX" = yes; then
4899 echo "$ac_t""yes" 1>&6
4900 else
4901 echo "$ac_t""no" 1>&6
4902 fi
4903
4904
4905 echo $ac_n "checking for --enable-radiobtn""... $ac_c" 1>&6
4906 echo "configure:4907: checking for --enable-radiobtn" >&5
4907 no_cache=0
4908 # Check whether --enable-radiobtn or --disable-radiobtn was given.
4909 if test "${enable_radiobtn+set}" = set; then
4910 enableval="$enable_radiobtn"
4911
4912 if test "$enableval" = yes; then
4913 ac_cv_use_radiobtn='wxUSE_RADIOBTN=yes'
4914 else
4915 ac_cv_use_radiobtn='wxUSE_RADIOBTN=no'
4916 fi
4917
4918 else
4919
4920 LINE=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
4921 if test "x$LINE" != x ; then
4922 eval "DEFAULT_$LINE"
4923 else
4924 no_cache=1
4925 fi
4926
4927 ac_cv_use_radiobtn='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
4928
4929 fi
4930
4931
4932 eval "$ac_cv_use_radiobtn"
4933 if test "$no_cache" != 1; then
4934 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
4935 fi
4936
4937 if test "$wxUSE_RADIOBTN" = yes; then
4938 echo "$ac_t""yes" 1>&6
4939 else
4940 echo "$ac_t""no" 1>&6
4941 fi
4942
4943
4944 echo $ac_n "checking for --enable-sash""... $ac_c" 1>&6
4945 echo "configure:4946: checking for --enable-sash" >&5
4946 no_cache=0
4947 # Check whether --enable-sash or --disable-sash was given.
4948 if test "${enable_sash+set}" = set; then
4949 enableval="$enable_sash"
4950
4951 if test "$enableval" = yes; then
4952 ac_cv_use_sash='wxUSE_SASH=yes'
4953 else
4954 ac_cv_use_sash='wxUSE_SASH=no'
4955 fi
4956
4957 else
4958
4959 LINE=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
4960 if test "x$LINE" != x ; then
4961 eval "DEFAULT_$LINE"
4962 else
4963 no_cache=1
4964 fi
4965
4966 ac_cv_use_sash='wxUSE_SASH='$DEFAULT_wxUSE_SASH
4967
4968 fi
4969
4970
4971 eval "$ac_cv_use_sash"
4972 if test "$no_cache" != 1; then
4973 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
4974 fi
4975
4976 if test "$wxUSE_SASH" = yes; then
4977 echo "$ac_t""yes" 1>&6
4978 else
4979 echo "$ac_t""no" 1>&6
4980 fi
4981
4982
4983 echo $ac_n "checking for --enable-scrollbar""... $ac_c" 1>&6
4984 echo "configure:4985: checking for --enable-scrollbar" >&5
4985 no_cache=0
4986 # Check whether --enable-scrollbar or --disable-scrollbar was given.
4987 if test "${enable_scrollbar+set}" = set; then
4988 enableval="$enable_scrollbar"
4989
4990 if test "$enableval" = yes; then
4991 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=yes'
4992 else
4993 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=no'
4994 fi
4995
4996 else
4997
4998 LINE=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
4999 if test "x$LINE" != x ; then
5000 eval "DEFAULT_$LINE"
5001 else
5002 no_cache=1
5003 fi
5004
5005 ac_cv_use_scrollbar='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
5006
5007 fi
5008
5009
5010 eval "$ac_cv_use_scrollbar"
5011 if test "$no_cache" != 1; then
5012 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
5013 fi
5014
5015 if test "$wxUSE_SCROLLBAR" = yes; then
5016 echo "$ac_t""yes" 1>&6
5017 else
5018 echo "$ac_t""no" 1>&6
5019 fi
5020
5021
5022 echo $ac_n "checking for --enable-slider""... $ac_c" 1>&6
5023 echo "configure:5024: checking for --enable-slider" >&5
5024 no_cache=0
5025 # Check whether --enable-slider or --disable-slider was given.
5026 if test "${enable_slider+set}" = set; then
5027 enableval="$enable_slider"
5028
5029 if test "$enableval" = yes; then
5030 ac_cv_use_slider='wxUSE_SLIDER=yes'
5031 else
5032 ac_cv_use_slider='wxUSE_SLIDER=no'
5033 fi
5034
5035 else
5036
5037 LINE=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
5038 if test "x$LINE" != x ; then
5039 eval "DEFAULT_$LINE"
5040 else
5041 no_cache=1
5042 fi
5043
5044 ac_cv_use_slider='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
5045
5046 fi
5047
5048
5049 eval "$ac_cv_use_slider"
5050 if test "$no_cache" != 1; then
5051 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
5052 fi
5053
5054 if test "$wxUSE_SLIDER" = yes; then
5055 echo "$ac_t""yes" 1>&6
5056 else
5057 echo "$ac_t""no" 1>&6
5058 fi
5059
5060
5061 echo $ac_n "checking for --enable-spinbtn""... $ac_c" 1>&6
5062 echo "configure:5063: checking for --enable-spinbtn" >&5
5063 no_cache=0
5064 # Check whether --enable-spinbtn or --disable-spinbtn was given.
5065 if test "${enable_spinbtn+set}" = set; then
5066 enableval="$enable_spinbtn"
5067
5068 if test "$enableval" = yes; then
5069 ac_cv_use_spinbtn='wxUSE_SPINBTN=yes'
5070 else
5071 ac_cv_use_spinbtn='wxUSE_SPINBTN=no'
5072 fi
5073
5074 else
5075
5076 LINE=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
5077 if test "x$LINE" != x ; then
5078 eval "DEFAULT_$LINE"
5079 else
5080 no_cache=1
5081 fi
5082
5083 ac_cv_use_spinbtn='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
5084
5085 fi
5086
5087
5088 eval "$ac_cv_use_spinbtn"
5089 if test "$no_cache" != 1; then
5090 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
5091 fi
5092
5093 if test "$wxUSE_SPINBTN" = yes; then
5094 echo "$ac_t""yes" 1>&6
5095 else
5096 echo "$ac_t""no" 1>&6
5097 fi
5098
5099
5100 echo $ac_n "checking for --enable-spinctrl""... $ac_c" 1>&6
5101 echo "configure:5102: checking for --enable-spinctrl" >&5
5102 no_cache=0
5103 # Check whether --enable-spinctrl or --disable-spinctrl was given.
5104 if test "${enable_spinctrl+set}" = set; then
5105 enableval="$enable_spinctrl"
5106
5107 if test "$enableval" = yes; then
5108 ac_cv_use_spinctrl='wxUSE_SPINCTRL=yes'
5109 else
5110 ac_cv_use_spinctrl='wxUSE_SPINCTRL=no'
5111 fi
5112
5113 else
5114
5115 LINE=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
5116 if test "x$LINE" != x ; then
5117 eval "DEFAULT_$LINE"
5118 else
5119 no_cache=1
5120 fi
5121
5122 ac_cv_use_spinctrl='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
5123
5124 fi
5125
5126
5127 eval "$ac_cv_use_spinctrl"
5128 if test "$no_cache" != 1; then
5129 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
5130 fi
5131
5132 if test "$wxUSE_SPINCTRL" = yes; then
5133 echo "$ac_t""yes" 1>&6
5134 else
5135 echo "$ac_t""no" 1>&6
5136 fi
5137
5138
5139 echo $ac_n "checking for --enable-splitter""... $ac_c" 1>&6
5140 echo "configure:5141: checking for --enable-splitter" >&5
5141 no_cache=0
5142 # Check whether --enable-splitter or --disable-splitter was given.
5143 if test "${enable_splitter+set}" = set; then
5144 enableval="$enable_splitter"
5145
5146 if test "$enableval" = yes; then
5147 ac_cv_use_splitter='wxUSE_SPLITTER=yes'
5148 else
5149 ac_cv_use_splitter='wxUSE_SPLITTER=no'
5150 fi
5151
5152 else
5153
5154 LINE=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
5155 if test "x$LINE" != x ; then
5156 eval "DEFAULT_$LINE"
5157 else
5158 no_cache=1
5159 fi
5160
5161 ac_cv_use_splitter='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
5162
5163 fi
5164
5165
5166 eval "$ac_cv_use_splitter"
5167 if test "$no_cache" != 1; then
5168 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
5169 fi
5170
5171 if test "$wxUSE_SPLITTER" = yes; then
5172 echo "$ac_t""yes" 1>&6
5173 else
5174 echo "$ac_t""no" 1>&6
5175 fi
5176
5177
5178 echo $ac_n "checking for --enable-statbmp""... $ac_c" 1>&6
5179 echo "configure:5180: checking for --enable-statbmp" >&5
5180 no_cache=0
5181 # Check whether --enable-statbmp or --disable-statbmp was given.
5182 if test "${enable_statbmp+set}" = set; then
5183 enableval="$enable_statbmp"
5184
5185 if test "$enableval" = yes; then
5186 ac_cv_use_statbmp='wxUSE_STATBMP=yes'
5187 else
5188 ac_cv_use_statbmp='wxUSE_STATBMP=no'
5189 fi
5190
5191 else
5192
5193 LINE=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
5194 if test "x$LINE" != x ; then
5195 eval "DEFAULT_$LINE"
5196 else
5197 no_cache=1
5198 fi
5199
5200 ac_cv_use_statbmp='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
5201
5202 fi
5203
5204
5205 eval "$ac_cv_use_statbmp"
5206 if test "$no_cache" != 1; then
5207 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
5208 fi
5209
5210 if test "$wxUSE_STATBMP" = yes; then
5211 echo "$ac_t""yes" 1>&6
5212 else
5213 echo "$ac_t""no" 1>&6
5214 fi
5215
5216
5217 echo $ac_n "checking for --enable-statbox""... $ac_c" 1>&6
5218 echo "configure:5219: checking for --enable-statbox" >&5
5219 no_cache=0
5220 # Check whether --enable-statbox or --disable-statbox was given.
5221 if test "${enable_statbox+set}" = set; then
5222 enableval="$enable_statbox"
5223
5224 if test "$enableval" = yes; then
5225 ac_cv_use_statbox='wxUSE_STATBOX=yes'
5226 else
5227 ac_cv_use_statbox='wxUSE_STATBOX=no'
5228 fi
5229
5230 else
5231
5232 LINE=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
5233 if test "x$LINE" != x ; then
5234 eval "DEFAULT_$LINE"
5235 else
5236 no_cache=1
5237 fi
5238
5239 ac_cv_use_statbox='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
5240
5241 fi
5242
5243
5244 eval "$ac_cv_use_statbox"
5245 if test "$no_cache" != 1; then
5246 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
5247 fi
5248
5249 if test "$wxUSE_STATBOX" = yes; then
5250 echo "$ac_t""yes" 1>&6
5251 else
5252 echo "$ac_t""no" 1>&6
5253 fi
5254
5255
5256 echo $ac_n "checking for --enable-statline""... $ac_c" 1>&6
5257 echo "configure:5258: checking for --enable-statline" >&5
5258 no_cache=0
5259 # Check whether --enable-statline or --disable-statline was given.
5260 if test "${enable_statline+set}" = set; then
5261 enableval="$enable_statline"
5262
5263 if test "$enableval" = yes; then
5264 ac_cv_use_statline='wxUSE_STATLINE=yes'
5265 else
5266 ac_cv_use_statline='wxUSE_STATLINE=no'
5267 fi
5268
5269 else
5270
5271 LINE=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
5272 if test "x$LINE" != x ; then
5273 eval "DEFAULT_$LINE"
5274 else
5275 no_cache=1
5276 fi
5277
5278 ac_cv_use_statline='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
5279
5280 fi
5281
5282
5283 eval "$ac_cv_use_statline"
5284 if test "$no_cache" != 1; then
5285 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
5286 fi
5287
5288 if test "$wxUSE_STATLINE" = yes; then
5289 echo "$ac_t""yes" 1>&6
5290 else
5291 echo "$ac_t""no" 1>&6
5292 fi
5293
5294
5295 echo $ac_n "checking for --enable-statusbar""... $ac_c" 1>&6
5296 echo "configure:5297: checking for --enable-statusbar" >&5
5297 no_cache=0
5298 # Check whether --enable-statusbar or --disable-statusbar was given.
5299 if test "${enable_statusbar+set}" = set; then
5300 enableval="$enable_statusbar"
5301
5302 if test "$enableval" = yes; then
5303 ac_cv_use_statusbar='wxUSE_STATUSBAR=yes'
5304 else
5305 ac_cv_use_statusbar='wxUSE_STATUSBAR=no'
5306 fi
5307
5308 else
5309
5310 LINE=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
5311 if test "x$LINE" != x ; then
5312 eval "DEFAULT_$LINE"
5313 else
5314 no_cache=1
5315 fi
5316
5317 ac_cv_use_statusbar='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
5318
5319 fi
5320
5321
5322 eval "$ac_cv_use_statusbar"
5323 if test "$no_cache" != 1; then
5324 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
5325 fi
5326
5327 if test "$wxUSE_STATUSBAR" = yes; then
5328 echo "$ac_t""yes" 1>&6
5329 else
5330 echo "$ac_t""no" 1>&6
5331 fi
5332
5333
5334 echo $ac_n "checking for --enable-tabdialog""... $ac_c" 1>&6
5335 echo "configure:5336: checking for --enable-tabdialog" >&5
5336 no_cache=0
5337 # Check whether --enable-tabdialog or --disable-tabdialog was given.
5338 if test "${enable_tabdialog+set}" = set; then
5339 enableval="$enable_tabdialog"
5340
5341 if test "$enableval" = yes; then
5342 ac_cv_use_tabdialog='wxUSE_TABDIALOG=yes'
5343 else
5344 ac_cv_use_tabdialog='wxUSE_TABDIALOG=no'
5345 fi
5346
5347 else
5348
5349 LINE=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
5350 if test "x$LINE" != x ; then
5351 eval "DEFAULT_$LINE"
5352 else
5353 no_cache=1
5354 fi
5355
5356 ac_cv_use_tabdialog='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
5357
5358 fi
5359
5360
5361 eval "$ac_cv_use_tabdialog"
5362 if test "$no_cache" != 1; then
5363 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
5364 fi
5365
5366 if test "$wxUSE_TABDIALOG" = yes; then
5367 echo "$ac_t""yes" 1>&6
5368 else
5369 echo "$ac_t""no" 1>&6
5370 fi
5371
5372
5373 echo $ac_n "checking for --enable-togglebtn""... $ac_c" 1>&6
5374 echo "configure:5375: checking for --enable-togglebtn" >&5
5375 no_cache=0
5376 # Check whether --enable-togglebtn or --disable-togglebtn was given.
5377 if test "${enable_togglebtn+set}" = set; then
5378 enableval="$enable_togglebtn"
5379
5380 if test "$enableval" = yes; then
5381 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes'
5382 else
5383 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=no'
5384 fi
5385
5386 else
5387
5388 LINE=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
5389 if test "x$LINE" != x ; then
5390 eval "DEFAULT_$LINE"
5391 else
5392 no_cache=1
5393 fi
5394
5395 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
5396
5397 fi
5398
5399
5400 eval "$ac_cv_use_togglebtn"
5401 if test "$no_cache" != 1; then
5402 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
5403 fi
5404
5405 if test "$wxUSE_TOGGLEBTN" = yes; then
5406 echo "$ac_t""yes" 1>&6
5407 else
5408 echo "$ac_t""no" 1>&6
5409 fi
5410
5411
5412 echo $ac_n "checking for --enable-toolbar""... $ac_c" 1>&6
5413 echo "configure:5414: checking for --enable-toolbar" >&5
5414 no_cache=0
5415 # Check whether --enable-toolbar or --disable-toolbar was given.
5416 if test "${enable_toolbar+set}" = set; then
5417 enableval="$enable_toolbar"
5418
5419 if test "$enableval" = yes; then
5420 ac_cv_use_toolbar='wxUSE_TOOLBAR=yes'
5421 else
5422 ac_cv_use_toolbar='wxUSE_TOOLBAR=no'
5423 fi
5424
5425 else
5426
5427 LINE=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
5428 if test "x$LINE" != x ; then
5429 eval "DEFAULT_$LINE"
5430 else
5431 no_cache=1
5432 fi
5433
5434 ac_cv_use_toolbar='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
5435
5436 fi
5437
5438
5439 eval "$ac_cv_use_toolbar"
5440 if test "$no_cache" != 1; then
5441 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
5442 fi
5443
5444 if test "$wxUSE_TOOLBAR" = yes; then
5445 echo "$ac_t""yes" 1>&6
5446 else
5447 echo "$ac_t""no" 1>&6
5448 fi
5449
5450
5451 echo $ac_n "checking for --enable-tbarnative""... $ac_c" 1>&6
5452 echo "configure:5453: checking for --enable-tbarnative" >&5
5453 no_cache=0
5454 # Check whether --enable-tbarnative or --disable-tbarnative was given.
5455 if test "${enable_tbarnative+set}" = set; then
5456 enableval="$enable_tbarnative"
5457
5458 if test "$enableval" = yes; then
5459 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes'
5460 else
5461 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no'
5462 fi
5463
5464 else
5465
5466 LINE=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
5467 if test "x$LINE" != x ; then
5468 eval "DEFAULT_$LINE"
5469 else
5470 no_cache=1
5471 fi
5472
5473 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
5474
5475 fi
5476
5477
5478 eval "$ac_cv_use_tbarnative"
5479 if test "$no_cache" != 1; then
5480 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
5481 fi
5482
5483 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
5484 echo "$ac_t""yes" 1>&6
5485 else
5486 echo "$ac_t""no" 1>&6
5487 fi
5488
5489
5490 echo $ac_n "checking for --enable-tbarsmpl""... $ac_c" 1>&6
5491 echo "configure:5492: checking for --enable-tbarsmpl" >&5
5492 no_cache=0
5493 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
5494 if test "${enable_tbarsmpl+set}" = set; then
5495 enableval="$enable_tbarsmpl"
5496
5497 if test "$enableval" = yes; then
5498 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=yes'
5499 else
5500 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=no'
5501 fi
5502
5503 else
5504
5505 LINE=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
5506 if test "x$LINE" != x ; then
5507 eval "DEFAULT_$LINE"
5508 else
5509 no_cache=1
5510 fi
5511
5512 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
5513
5514 fi
5515
5516
5517 eval "$ac_cv_use_tbarsmpl"
5518 if test "$no_cache" != 1; then
5519 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
5520 fi
5521
5522 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
5523 echo "$ac_t""yes" 1>&6
5524 else
5525 echo "$ac_t""no" 1>&6
5526 fi
5527
5528
5529 echo $ac_n "checking for --enable-treectrl""... $ac_c" 1>&6
5530 echo "configure:5531: checking for --enable-treectrl" >&5
5531 no_cache=0
5532 # Check whether --enable-treectrl or --disable-treectrl was given.
5533 if test "${enable_treectrl+set}" = set; then
5534 enableval="$enable_treectrl"
5535
5536 if test "$enableval" = yes; then
5537 ac_cv_use_treectrl='wxUSE_TREECTRL=yes'
5538 else
5539 ac_cv_use_treectrl='wxUSE_TREECTRL=no'
5540 fi
5541
5542 else
5543
5544 LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
5545 if test "x$LINE" != x ; then
5546 eval "DEFAULT_$LINE"
5547 else
5548 no_cache=1
5549 fi
5550
5551 ac_cv_use_treectrl='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
5552
5553 fi
5554
5555
5556 eval "$ac_cv_use_treectrl"
5557 if test "$no_cache" != 1; then
5558 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
5559 fi
5560
5561 if test "$wxUSE_TREECTRL" = yes; then
5562 echo "$ac_t""yes" 1>&6
5563 else
5564 echo "$ac_t""no" 1>&6
5565 fi
5566
5567
5568
5569
5570 echo $ac_n "checking for --enable-commondlg""... $ac_c" 1>&6
5571 echo "configure:5572: checking for --enable-commondlg" >&5
5572 no_cache=0
5573 # Check whether --enable-commondlg or --disable-commondlg was given.
5574 if test "${enable_commondlg+set}" = set; then
5575 enableval="$enable_commondlg"
5576
5577 if test "$enableval" = yes; then
5578 ac_cv_use_commondlg='wxUSE_COMMONDLGS=yes'
5579 else
5580 ac_cv_use_commondlg='wxUSE_COMMONDLGS=no'
5581 fi
5582
5583 else
5584
5585 LINE=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
5586 if test "x$LINE" != x ; then
5587 eval "DEFAULT_$LINE"
5588 else
5589 no_cache=1
5590 fi
5591
5592 ac_cv_use_commondlg='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
5593
5594 fi
5595
5596
5597 eval "$ac_cv_use_commondlg"
5598 if test "$no_cache" != 1; then
5599 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
5600 fi
5601
5602 if test "$wxUSE_COMMONDLGS" = yes; then
5603 echo "$ac_t""yes" 1>&6
5604 else
5605 echo "$ac_t""no" 1>&6
5606 fi
5607
5608
5609 echo $ac_n "checking for --enable-dirdlg""... $ac_c" 1>&6
5610 echo "configure:5611: checking for --enable-dirdlg" >&5
5611 no_cache=0
5612 # Check whether --enable-dirdlg or --disable-dirdlg was given.
5613 if test "${enable_dirdlg+set}" = set; then
5614 enableval="$enable_dirdlg"
5615
5616 if test "$enableval" = yes; then
5617 ac_cv_use_dirdlg='wxUSE_DIRDLG=yes'
5618 else
5619 ac_cv_use_dirdlg='wxUSE_DIRDLG=no'
5620 fi
5621
5622 else
5623
5624 LINE=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
5625 if test "x$LINE" != x ; then
5626 eval "DEFAULT_$LINE"
5627 else
5628 no_cache=1
5629 fi
5630
5631 ac_cv_use_dirdlg='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
5632
5633 fi
5634
5635
5636 eval "$ac_cv_use_dirdlg"
5637 if test "$no_cache" != 1; then
5638 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
5639 fi
5640
5641 if test "$wxUSE_DIRDLG" = yes; then
5642 echo "$ac_t""yes" 1>&6
5643 else
5644 echo "$ac_t""no" 1>&6
5645 fi
5646
5647
5648 echo $ac_n "checking for --enable-textdlg""... $ac_c" 1>&6
5649 echo "configure:5650: checking for --enable-textdlg" >&5
5650 no_cache=0
5651 # Check whether --enable-textdlg or --disable-textdlg was given.
5652 if test "${enable_textdlg+set}" = set; then
5653 enableval="$enable_textdlg"
5654
5655 if test "$enableval" = yes; then
5656 ac_cv_use_textdlg='wxUSE_TEXTDLG=yes'
5657 else
5658 ac_cv_use_textdlg='wxUSE_TEXTDLG=no'
5659 fi
5660
5661 else
5662
5663 LINE=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
5664 if test "x$LINE" != x ; then
5665 eval "DEFAULT_$LINE"
5666 else
5667 no_cache=1
5668 fi
5669
5670 ac_cv_use_textdlg='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
5671
5672 fi
5673
5674
5675 eval "$ac_cv_use_textdlg"
5676 if test "$no_cache" != 1; then
5677 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
5678 fi
5679
5680 if test "$wxUSE_TEXTDLG" = yes; then
5681 echo "$ac_t""yes" 1>&6
5682 else
5683 echo "$ac_t""no" 1>&6
5684 fi
5685
5686
5687 echo $ac_n "checking for --enable-tipdlg""... $ac_c" 1>&6
5688 echo "configure:5689: checking for --enable-tipdlg" >&5
5689 no_cache=0
5690 # Check whether --enable-tipdlg or --disable-tipdlg was given.
5691 if test "${enable_tipdlg+set}" = set; then
5692 enableval="$enable_tipdlg"
5693
5694 if test "$enableval" = yes; then
5695 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes'
5696 else
5697 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no'
5698 fi
5699
5700 else
5701
5702 LINE=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
5703 if test "x$LINE" != x ; then
5704 eval "DEFAULT_$LINE"
5705 else
5706 no_cache=1
5707 fi
5708
5709 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
5710
5711 fi
5712
5713
5714 eval "$ac_cv_use_tipdlg"
5715 if test "$no_cache" != 1; then
5716 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
5717 fi
5718
5719 if test "$wxUSE_STARTUP_TIPS" = yes; then
5720 echo "$ac_t""yes" 1>&6
5721 else
5722 echo "$ac_t""no" 1>&6
5723 fi
5724
5725
5726 echo $ac_n "checking for --enable-progressdlg""... $ac_c" 1>&6
5727 echo "configure:5728: checking for --enable-progressdlg" >&5
5728 no_cache=0
5729 # Check whether --enable-progressdlg or --disable-progressdlg was given.
5730 if test "${enable_progressdlg+set}" = set; then
5731 enableval="$enable_progressdlg"
5732
5733 if test "$enableval" = yes; then
5734 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes'
5735 else
5736 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=no'
5737 fi
5738
5739 else
5740
5741 LINE=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
5742 if test "x$LINE" != x ; then
5743 eval "DEFAULT_$LINE"
5744 else
5745 no_cache=1
5746 fi
5747
5748 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
5749
5750 fi
5751
5752
5753 eval "$ac_cv_use_progressdlg"
5754 if test "$no_cache" != 1; then
5755 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
5756 fi
5757
5758 if test "$wxUSE_PROGRESSDLG" = yes; then
5759 echo "$ac_t""yes" 1>&6
5760 else
5761 echo "$ac_t""no" 1>&6
5762 fi
5763
5764
5765 echo $ac_n "checking for --enable-miniframe""... $ac_c" 1>&6
5766 echo "configure:5767: checking for --enable-miniframe" >&5
5767 no_cache=0
5768 # Check whether --enable-miniframe or --disable-miniframe was given.
5769 if test "${enable_miniframe+set}" = set; then
5770 enableval="$enable_miniframe"
5771
5772 if test "$enableval" = yes; then
5773 ac_cv_use_miniframe='wxUSE_MINIFRAME=yes'
5774 else
5775 ac_cv_use_miniframe='wxUSE_MINIFRAME=no'
5776 fi
5777
5778 else
5779
5780 LINE=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
5781 if test "x$LINE" != x ; then
5782 eval "DEFAULT_$LINE"
5783 else
5784 no_cache=1
5785 fi
5786
5787 ac_cv_use_miniframe='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
5788
5789 fi
5790
5791
5792 eval "$ac_cv_use_miniframe"
5793 if test "$no_cache" != 1; then
5794 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
5795 fi
5796
5797 if test "$wxUSE_MINIFRAME" = yes; then
5798 echo "$ac_t""yes" 1>&6
5799 else
5800 echo "$ac_t""no" 1>&6
5801 fi
5802
5803
5804 echo $ac_n "checking for --enable-html""... $ac_c" 1>&6
5805 echo "configure:5806: checking for --enable-html" >&5
5806 no_cache=0
5807 # Check whether --enable-html or --disable-html was given.
5808 if test "${enable_html+set}" = set; then
5809 enableval="$enable_html"
5810
5811 if test "$enableval" = yes; then
5812 ac_cv_use_html='wxUSE_HTML=yes'
5813 else
5814 ac_cv_use_html='wxUSE_HTML=no'
5815 fi
5816
5817 else
5818
5819 LINE=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
5820 if test "x$LINE" != x ; then
5821 eval "DEFAULT_$LINE"
5822 else
5823 no_cache=1
5824 fi
5825
5826 ac_cv_use_html='wxUSE_HTML='$DEFAULT_wxUSE_HTML
5827
5828 fi
5829
5830
5831 eval "$ac_cv_use_html"
5832 if test "$no_cache" != 1; then
5833 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
5834 fi
5835
5836 if test "$wxUSE_HTML" = yes; then
5837 echo "$ac_t""yes" 1>&6
5838 else
5839 echo "$ac_t""no" 1>&6
5840 fi
5841
5842
5843 echo $ac_n "checking for --enable-tooltips""... $ac_c" 1>&6
5844 echo "configure:5845: checking for --enable-tooltips" >&5
5845 no_cache=0
5846 # Check whether --enable-tooltips or --disable-tooltips was given.
5847 if test "${enable_tooltips+set}" = set; then
5848 enableval="$enable_tooltips"
5849
5850 if test "$enableval" = yes; then
5851 ac_cv_use_tooltips='wxUSE_TOOLTIPS=yes'
5852 else
5853 ac_cv_use_tooltips='wxUSE_TOOLTIPS=no'
5854 fi
5855
5856 else
5857
5858 LINE=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
5859 if test "x$LINE" != x ; then
5860 eval "DEFAULT_$LINE"
5861 else
5862 no_cache=1
5863 fi
5864
5865 ac_cv_use_tooltips='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
5866
5867 fi
5868
5869
5870 eval "$ac_cv_use_tooltips"
5871 if test "$no_cache" != 1; then
5872 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
5873 fi
5874
5875 if test "$wxUSE_TOOLTIPS" = yes; then
5876 echo "$ac_t""yes" 1>&6
5877 else
5878 echo "$ac_t""no" 1>&6
5879 fi
5880
5881
5882 echo $ac_n "checking for --enable-splines""... $ac_c" 1>&6
5883 echo "configure:5884: checking for --enable-splines" >&5
5884 no_cache=0
5885 # Check whether --enable-splines or --disable-splines was given.
5886 if test "${enable_splines+set}" = set; then
5887 enableval="$enable_splines"
5888
5889 if test "$enableval" = yes; then
5890 ac_cv_use_splines='wxUSE_SPLINES=yes'
5891 else
5892 ac_cv_use_splines='wxUSE_SPLINES=no'
5893 fi
5894
5895 else
5896
5897 LINE=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
5898 if test "x$LINE" != x ; then
5899 eval "DEFAULT_$LINE"
5900 else
5901 no_cache=1
5902 fi
5903
5904 ac_cv_use_splines='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
5905
5906 fi
5907
5908
5909 eval "$ac_cv_use_splines"
5910 if test "$no_cache" != 1; then
5911 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
5912 fi
5913
5914 if test "$wxUSE_SPLINES" = yes; then
5915 echo "$ac_t""yes" 1>&6
5916 else
5917 echo "$ac_t""no" 1>&6
5918 fi
5919
5920
5921 echo $ac_n "checking for --enable-validators""... $ac_c" 1>&6
5922 echo "configure:5923: checking for --enable-validators" >&5
5923 no_cache=0
5924 # Check whether --enable-validators or --disable-validators was given.
5925 if test "${enable_validators+set}" = set; then
5926 enableval="$enable_validators"
5927
5928 if test "$enableval" = yes; then
5929 ac_cv_use_validators='wxUSE_VALIDATORS=yes'
5930 else
5931 ac_cv_use_validators='wxUSE_VALIDATORS=no'
5932 fi
5933
5934 else
5935
5936 LINE=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
5937 if test "x$LINE" != x ; then
5938 eval "DEFAULT_$LINE"
5939 else
5940 no_cache=1
5941 fi
5942
5943 ac_cv_use_validators='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
5944
5945 fi
5946
5947
5948 eval "$ac_cv_use_validators"
5949 if test "$no_cache" != 1; then
5950 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
5951 fi
5952
5953 if test "$wxUSE_VALIDATORS" = yes; then
5954 echo "$ac_t""yes" 1>&6
5955 else
5956 echo "$ac_t""no" 1>&6
5957 fi
5958
5959
5960 echo $ac_n "checking for --enable-busyinfo""... $ac_c" 1>&6
5961 echo "configure:5962: checking for --enable-busyinfo" >&5
5962 no_cache=0
5963 # Check whether --enable-busyinfo or --disable-busyinfo was given.
5964 if test "${enable_busyinfo+set}" = set; then
5965 enableval="$enable_busyinfo"
5966
5967 if test "$enableval" = yes; then
5968 ac_cv_use_busyinfo='wxUSE_BUSYINFO=yes'
5969 else
5970 ac_cv_use_busyinfo='wxUSE_BUSYINFO=no'
5971 fi
5972
5973 else
5974
5975 LINE=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
5976 if test "x$LINE" != x ; then
5977 eval "DEFAULT_$LINE"
5978 else
5979 no_cache=1
5980 fi
5981
5982 ac_cv_use_busyinfo='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
5983
5984 fi
5985
5986
5987 eval "$ac_cv_use_busyinfo"
5988 if test "$no_cache" != 1; then
5989 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
5990 fi
5991
5992 if test "$wxUSE_BUSYINFO" = yes; then
5993 echo "$ac_t""yes" 1>&6
5994 else
5995 echo "$ac_t""no" 1>&6
5996 fi
5997
5998
5999 echo $ac_n "checking for --enable-joystick""... $ac_c" 1>&6
6000 echo "configure:6001: checking for --enable-joystick" >&5
6001 no_cache=0
6002 # Check whether --enable-joystick or --disable-joystick was given.
6003 if test "${enable_joystick+set}" = set; then
6004 enableval="$enable_joystick"
6005
6006 if test "$enableval" = yes; then
6007 ac_cv_use_joystick='wxUSE_JOYSTICK=yes'
6008 else
6009 ac_cv_use_joystick='wxUSE_JOYSTICK=no'
6010 fi
6011
6012 else
6013
6014 LINE=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
6015 if test "x$LINE" != x ; then
6016 eval "DEFAULT_$LINE"
6017 else
6018 no_cache=1
6019 fi
6020
6021 ac_cv_use_joystick='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
6022
6023 fi
6024
6025
6026 eval "$ac_cv_use_joystick"
6027 if test "$no_cache" != 1; then
6028 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
6029 fi
6030
6031 if test "$wxUSE_JOYSTICK" = yes; then
6032 echo "$ac_t""yes" 1>&6
6033 else
6034 echo "$ac_t""no" 1>&6
6035 fi
6036
6037
6038
6039
6040 echo $ac_n "checking for --enable-image""... $ac_c" 1>&6
6041 echo "configure:6042: checking for --enable-image" >&5
6042 no_cache=0
6043 # Check whether --enable-image or --disable-image was given.
6044 if test "${enable_image+set}" = set; then
6045 enableval="$enable_image"
6046
6047 if test "$enableval" = yes; then
6048 ac_cv_use_image='wxUSE_IMAGE=yes'
6049 else
6050 ac_cv_use_image='wxUSE_IMAGE=no'
6051 fi
6052
6053 else
6054
6055 LINE=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
6056 if test "x$LINE" != x ; then
6057 eval "DEFAULT_$LINE"
6058 else
6059 no_cache=1
6060 fi
6061
6062 ac_cv_use_image='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
6063
6064 fi
6065
6066
6067 eval "$ac_cv_use_image"
6068 if test "$no_cache" != 1; then
6069 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
6070 fi
6071
6072 if test "$wxUSE_IMAGE" = yes; then
6073 echo "$ac_t""yes" 1>&6
6074 else
6075 echo "$ac_t""no" 1>&6
6076 fi
6077
6078
6079 echo $ac_n "checking for --enable-gif""... $ac_c" 1>&6
6080 echo "configure:6081: checking for --enable-gif" >&5
6081 no_cache=0
6082 # Check whether --enable-gif or --disable-gif was given.
6083 if test "${enable_gif+set}" = set; then
6084 enableval="$enable_gif"
6085
6086 if test "$enableval" = yes; then
6087 ac_cv_use_gif='wxUSE_GIF=yes'
6088 else
6089 ac_cv_use_gif='wxUSE_GIF=no'
6090 fi
6091
6092 else
6093
6094 LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
6095 if test "x$LINE" != x ; then
6096 eval "DEFAULT_$LINE"
6097 else
6098 no_cache=1
6099 fi
6100
6101 ac_cv_use_gif='wxUSE_GIF='$DEFAULT_wxUSE_GIF
6102
6103 fi
6104
6105
6106 eval "$ac_cv_use_gif"
6107 if test "$no_cache" != 1; then
6108 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
6109 fi
6110
6111 if test "$wxUSE_GIF" = yes; then
6112 echo "$ac_t""yes" 1>&6
6113 else
6114 echo "$ac_t""no" 1>&6
6115 fi
6116
6117
6118 echo $ac_n "checking for --enable-pcx""... $ac_c" 1>&6
6119 echo "configure:6120: checking for --enable-pcx" >&5
6120 no_cache=0
6121 # Check whether --enable-pcx or --disable-pcx was given.
6122 if test "${enable_pcx+set}" = set; then
6123 enableval="$enable_pcx"
6124
6125 if test "$enableval" = yes; then
6126 ac_cv_use_pcx='wxUSE_PCX=yes'
6127 else
6128 ac_cv_use_pcx='wxUSE_PCX=no'
6129 fi
6130
6131 else
6132
6133 LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
6134 if test "x$LINE" != x ; then
6135 eval "DEFAULT_$LINE"
6136 else
6137 no_cache=1
6138 fi
6139
6140 ac_cv_use_pcx='wxUSE_PCX='$DEFAULT_wxUSE_PCX
6141
6142 fi
6143
6144
6145 eval "$ac_cv_use_pcx"
6146 if test "$no_cache" != 1; then
6147 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
6148 fi
6149
6150 if test "$wxUSE_PCX" = yes; then
6151 echo "$ac_t""yes" 1>&6
6152 else
6153 echo "$ac_t""no" 1>&6
6154 fi
6155
6156
6157 echo $ac_n "checking for --enable-pnm""... $ac_c" 1>&6
6158 echo "configure:6159: checking for --enable-pnm" >&5
6159 no_cache=0
6160 # Check whether --enable-pnm or --disable-pnm was given.
6161 if test "${enable_pnm+set}" = set; then
6162 enableval="$enable_pnm"
6163
6164 if test "$enableval" = yes; then
6165 ac_cv_use_pnm='wxUSE_PNM=yes'
6166 else
6167 ac_cv_use_pnm='wxUSE_PNM=no'
6168 fi
6169
6170 else
6171
6172 LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
6173 if test "x$LINE" != x ; then
6174 eval "DEFAULT_$LINE"
6175 else
6176 no_cache=1
6177 fi
6178
6179 ac_cv_use_pnm='wxUSE_PNM='$DEFAULT_wxUSE_PNM
6180
6181 fi
6182
6183
6184 eval "$ac_cv_use_pnm"
6185 if test "$no_cache" != 1; then
6186 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
6187 fi
6188
6189 if test "$wxUSE_PNM" = yes; then
6190 echo "$ac_t""yes" 1>&6
6191 else
6192 echo "$ac_t""no" 1>&6
6193 fi
6194
6195
6196 echo $ac_n "checking for --enable-pnm""... $ac_c" 1>&6
6197 echo "configure:6198: checking for --enable-pnm" >&5
6198 no_cache=0
6199 # Check whether --enable-pnm or --disable-pnm was given.
6200 if test "${enable_pnm+set}" = set; then
6201 enableval="$enable_pnm"
6202
6203 if test "$enableval" = yes; then
6204 ac_cv_use_pnm='wxUSE_XPM=yes'
6205 else
6206 ac_cv_use_pnm='wxUSE_XPM=no'
6207 fi
6208
6209 else
6210
6211 LINE=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
6212 if test "x$LINE" != x ; then
6213 eval "DEFAULT_$LINE"
6214 else
6215 no_cache=1
6216 fi
6217
6218 ac_cv_use_pnm='wxUSE_XPM='$DEFAULT_wxUSE_XPM
6219
6220 fi
6221
6222
6223 eval "$ac_cv_use_pnm"
6224 if test "$no_cache" != 1; then
6225 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
6226 fi
6227
6228 if test "$wxUSE_XPM" = yes; then
6229 echo "$ac_t""yes" 1>&6
6230 else
6231 echo "$ac_t""no" 1>&6
6232 fi
6233
6234
6235 fi
6236
6237
6238 echo "saving argument cache $wx_arg_cache_file"
6239 mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file}
6240
6241
6242
6243 echo $ac_n "checking for toolkit""... $ac_c" 1>&6
6244 echo "configure:6245: checking for toolkit" >&5
6245
6246 if test "$wxUSE_GUI" = "yes"; then
6247
6248 if test "$USE_BEOS" = 1; then
6249 { echo "configure: error: BeOS GUI is not supported yet, use --disable-gui" 1>&2; exit 1; }
6250 fi
6251
6252 if test "$TOOLKIT_GIVEN" = 1; then
6253 for toolkit in `echo $ALL_TOOLKITS`; do
6254 var=wxUSE_$toolkit
6255 eval "value=\$${var}"
6256 eval "$var=`echo \$value | sed -e "s/yes/1/" -e "s/no/0/"`"
6257 done
6258 else
6259 for toolkit in `echo $ALL_TOOLKITS`; do
6260 if test "$has_toolkit_in_cache" != 1; then
6261 var=DEFAULT_DEFAULT_wxUSE_$toolkit
6262 else
6263 var=DEFAULT_wxUSE_$toolkit
6264 fi
6265 eval "wxUSE_$toolkit=\$${var}"
6266 done
6267 fi
6268
6269 NUM_TOOLKITS=`expr ${wxUSE_GTK:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_MAC:-0} + ${wxUSE_WINE:-0} + ${wxUSE_MINGW:-0} + ${wxUSE_CYGWIN:-0}`
6270
6271 case "${host}" in
6272 *-pc-os2_emx )
6273 NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
6274 # PATH_IFS is autodetected by OS/2's configure (usually ';')
6275 LEX_STEM="lexyy"
6276 ;;
6277 *)
6278 PATH_IFS=':'
6279 LEX_STEM="lex.yy"
6280 ;;
6281 esac
6282
6283 case "$NUM_TOOLKITS" in
6284 1)
6285 ;;
6286 0)
6287 { echo "configure: error: Please specify a toolkit - cannot determine the default for ${host}" 1>&2; exit 1; }
6288 ;;
6289 *)
6290 { echo "configure: error: Please specify at most one toolkit (may be some are cached?)" 1>&2; exit 1; }
6291 esac
6292
6293 for toolkit in `echo $ALL_TOOLKITS`; do
6294 var=wxUSE_$toolkit
6295 eval "value=\$${var}"
6296 if test "x$value" != x; then
6297 cache_var=CACHE_$toolkit
6298 eval "cache=\$${cache_var}"
6299 if test "$cache" = 1; then
6300 echo "$var=$value" >> ${wx_arg_cache_file}
6301 fi
6302 if test "$value" = 1; then
6303 echo "$ac_t""`echo $toolkit | tr [A-Z] [a-z]`" 1>&6
6304 fi
6305 fi
6306 done
6307
6308 else
6309 PATH_IFS=':'
6310 echo "$ac_t""base only" 1>&6
6311 fi
6312
6313
6314 cat > confcache <<\EOF
6315 # This file is a shell script that caches the results of configure
6316 # tests run on this system so they can be shared between configure
6317 # scripts and configure runs. It is not useful on other systems.
6318 # If it contains results you don't want to keep, you may remove or edit it.
6319 #
6320 # By default, configure uses ./config.cache as the cache file,
6321 # creating it if it does not exist already. You can give configure
6322 # the --cache-file=FILE option to use a different cache file; that is
6323 # what configure does when it calls configure scripts in
6324 # subdirectories, so they share the cache.
6325 # Giving --cache-file=/dev/null disables caching, for debugging configure.
6326 # config.status only pays attention to the cache file if you give it the
6327 # --recheck option to rerun configure.
6328 #
6329 EOF
6330 # The following way of writing the cache mishandles newlines in values,
6331 # but we know of no workaround that is simple, portable, and efficient.
6332 # So, don't put newlines in cache variables' values.
6333 # Ultrix sh set writes to stderr and can't be redirected directly,
6334 # and sets the high bit in the cache file unless we assign to the vars.
6335 (set) 2>&1 |
6336 case `(ac_space=' '; set | grep ac_space) 2>&1` in
6337 *ac_space=\ *)
6338 # `set' does not quote correctly, so add quotes (double-quote substitution
6339 # turns \\\\ into \\, and sed turns \\ into \).
6340 sed -n \
6341 -e "s/'/'\\\\''/g" \
6342 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
6343 ;;
6344 *)
6345 # `set' quotes correctly as required by POSIX, so do not add quotes.
6346 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
6347 ;;
6348 esac >> confcache
6349 if cmp -s $cache_file confcache; then
6350 :
6351 else
6352 if test -w $cache_file; then
6353 echo "updating cache $cache_file"
6354 cat confcache > $cache_file
6355 else
6356 echo "not updating unwritable cache $cache_file"
6357 fi
6358 fi
6359 rm -f confcache
6360
6361
6362 if test "$build" != "$host" ; then
6363 CC=$host_alias-gcc
6364 CXX=$host_alias-c++
6365 AR=$host_alias-ar
6366 RANLIB=$host_alias-ranlib
6367 DLLTOOL=$host_alias-dlltool
6368 RESCOMP=$host_alias-windres
6369 LD=$host_alias-ld
6370 NM=$host_alias-nm
6371 STRIP=$host_alias-strip
6372 fi
6373
6374 # Extract the first word of "gcc", so it can be a program name with args.
6375 set dummy gcc; ac_word=$2
6376 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6377 echo "configure:6378: checking for $ac_word" >&5
6378 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
6379 echo $ac_n "(cached) $ac_c" 1>&6
6380 else
6381 if test -n "$CC"; then
6382 ac_cv_prog_CC="$CC" # Let the user override the test.
6383 else
6384 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6385 ac_dummy="$PATH"
6386 for ac_dir in $ac_dummy; do
6387 test -z "$ac_dir" && ac_dir=.
6388 if test -f $ac_dir/$ac_word; then
6389 ac_cv_prog_CC="gcc"
6390 break
6391 fi
6392 done
6393 IFS="$ac_save_ifs"
6394 fi
6395 fi
6396 CC="$ac_cv_prog_CC"
6397 if test -n "$CC"; then
6398 echo "$ac_t""$CC" 1>&6
6399 else
6400 echo "$ac_t""no" 1>&6
6401 fi
6402
6403 if test -z "$CC"; then
6404 # Extract the first word of "cc", so it can be a program name with args.
6405 set dummy cc; ac_word=$2
6406 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6407 echo "configure:6408: checking for $ac_word" >&5
6408 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
6409 echo $ac_n "(cached) $ac_c" 1>&6
6410 else
6411 if test -n "$CC"; then
6412 ac_cv_prog_CC="$CC" # Let the user override the test.
6413 else
6414 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6415 ac_prog_rejected=no
6416 ac_dummy="$PATH"
6417 for ac_dir in $ac_dummy; do
6418 test -z "$ac_dir" && ac_dir=.
6419 if test -f $ac_dir/$ac_word; then
6420 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
6421 ac_prog_rejected=yes
6422 continue
6423 fi
6424 ac_cv_prog_CC="cc"
6425 break
6426 fi
6427 done
6428 IFS="$ac_save_ifs"
6429 if test $ac_prog_rejected = yes; then
6430 # We found a bogon in the path, so make sure we never use it.
6431 set dummy $ac_cv_prog_CC
6432 shift
6433 if test $# -gt 0; then
6434 # We chose a different compiler from the bogus one.
6435 # However, it has the same basename, so the bogon will be chosen
6436 # first if we set CC to just the basename; use the full file name.
6437 shift
6438 set dummy "$ac_dir/$ac_word" "$@"
6439 shift
6440 ac_cv_prog_CC="$@"
6441 fi
6442 fi
6443 fi
6444 fi
6445 CC="$ac_cv_prog_CC"
6446 if test -n "$CC"; then
6447 echo "$ac_t""$CC" 1>&6
6448 else
6449 echo "$ac_t""no" 1>&6
6450 fi
6451
6452 if test -z "$CC"; then
6453 case "`uname -s`" in
6454 *win32* | *WIN32*)
6455 # Extract the first word of "cl", so it can be a program name with args.
6456 set dummy cl; ac_word=$2
6457 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6458 echo "configure:6459: checking for $ac_word" >&5
6459 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
6460 echo $ac_n "(cached) $ac_c" 1>&6
6461 else
6462 if test -n "$CC"; then
6463 ac_cv_prog_CC="$CC" # Let the user override the test.
6464 else
6465 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6466 ac_dummy="$PATH"
6467 for ac_dir in $ac_dummy; do
6468 test -z "$ac_dir" && ac_dir=.
6469 if test -f $ac_dir/$ac_word; then
6470 ac_cv_prog_CC="cl"
6471 break
6472 fi
6473 done
6474 IFS="$ac_save_ifs"
6475 fi
6476 fi
6477 CC="$ac_cv_prog_CC"
6478 if test -n "$CC"; then
6479 echo "$ac_t""$CC" 1>&6
6480 else
6481 echo "$ac_t""no" 1>&6
6482 fi
6483 ;;
6484 esac
6485 fi
6486 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
6487 fi
6488
6489 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
6490 echo "configure:6491: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
6491
6492 ac_ext=c
6493 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6494 ac_cpp='$CPP $CPPFLAGS'
6495 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6496 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6497 cross_compiling=$ac_cv_prog_cc_cross
6498
6499 cat > conftest.$ac_ext << EOF
6500
6501 #line 6502 "configure"
6502 #include "confdefs.h"
6503
6504 main(){return(0);}
6505 EOF
6506 if { (eval echo configure:6507: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6507 ac_cv_prog_cc_works=yes
6508 # If we can't run a trivial program, we are probably using a cross compiler.
6509 if (./conftest; exit) 2>/dev/null; then
6510 ac_cv_prog_cc_cross=no
6511 else
6512 ac_cv_prog_cc_cross=yes
6513 fi
6514 else
6515 echo "configure: failed program was:" >&5
6516 cat conftest.$ac_ext >&5
6517 ac_cv_prog_cc_works=no
6518 fi
6519 rm -fr conftest*
6520 ac_ext=c
6521 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6522 ac_cpp='$CPP $CPPFLAGS'
6523 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6524 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6525 cross_compiling=$ac_cv_prog_cc_cross
6526
6527 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
6528 if test $ac_cv_prog_cc_works = no; then
6529 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
6530 fi
6531 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
6532 echo "configure:6533: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
6533 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
6534 cross_compiling=$ac_cv_prog_cc_cross
6535
6536 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
6537 echo "configure:6538: checking whether we are using GNU C" >&5
6538 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
6539 echo $ac_n "(cached) $ac_c" 1>&6
6540 else
6541 cat > conftest.c <<EOF
6542 #ifdef __GNUC__
6543 yes;
6544 #endif
6545 EOF
6546 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:6547: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
6547 ac_cv_prog_gcc=yes
6548 else
6549 ac_cv_prog_gcc=no
6550 fi
6551 fi
6552
6553 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
6554
6555 if test $ac_cv_prog_gcc = yes; then
6556 GCC=yes
6557 else
6558 GCC=
6559 fi
6560
6561 ac_test_CFLAGS="${CFLAGS+set}"
6562 ac_save_CFLAGS="$CFLAGS"
6563 CFLAGS=
6564 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
6565 echo "configure:6566: checking whether ${CC-cc} accepts -g" >&5
6566 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
6567 echo $ac_n "(cached) $ac_c" 1>&6
6568 else
6569 echo 'void f(){}' > conftest.c
6570 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
6571 ac_cv_prog_cc_g=yes
6572 else
6573 ac_cv_prog_cc_g=no
6574 fi
6575 rm -f conftest*
6576
6577 fi
6578
6579 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
6580 if test "$ac_test_CFLAGS" = set; then
6581 CFLAGS="$ac_save_CFLAGS"
6582 elif test $ac_cv_prog_cc_g = yes; then
6583 if test "$GCC" = yes; then
6584 CFLAGS="-g -O2"
6585 else
6586 CFLAGS="-g"
6587 fi
6588 else
6589 if test "$GCC" = yes; then
6590 CFLAGS="-O2"
6591 else
6592 CFLAGS=
6593 fi
6594 fi
6595
6596
6597 CFLAGS=`echo "$CFLAGS" | sed 's/-g//g'`
6598
6599 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
6600 echo "configure:6601: checking how to run the C preprocessor" >&5
6601 # On Suns, sometimes $CPP names a directory.
6602 if test -n "$CPP" && test -d "$CPP"; then
6603 CPP=
6604 fi
6605 if test -z "$CPP"; then
6606 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
6607 echo $ac_n "(cached) $ac_c" 1>&6
6608 else
6609 # This must be in double quotes, not single quotes, because CPP may get
6610 # substituted into the Makefile and "${CC-cc}" will confuse make.
6611 CPP="${CC-cc} -E"
6612 # On the NeXT, cc -E runs the code through the compiler's parser,
6613 # not just through cpp.
6614 cat > conftest.$ac_ext <<EOF
6615 #line 6616 "configure"
6616 #include "confdefs.h"
6617 #include <assert.h>
6618 Syntax Error
6619 EOF
6620 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6621 { (eval echo configure:6622: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6622 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6623 if test -z "$ac_err"; then
6624 :
6625 else
6626 echo "$ac_err" >&5
6627 echo "configure: failed program was:" >&5
6628 cat conftest.$ac_ext >&5
6629 rm -rf conftest*
6630 CPP="${CC-cc} -E -traditional-cpp"
6631 cat > conftest.$ac_ext <<EOF
6632 #line 6633 "configure"
6633 #include "confdefs.h"
6634 #include <assert.h>
6635 Syntax Error
6636 EOF
6637 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6638 { (eval echo configure:6639: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6639 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6640 if test -z "$ac_err"; then
6641 :
6642 else
6643 echo "$ac_err" >&5
6644 echo "configure: failed program was:" >&5
6645 cat conftest.$ac_ext >&5
6646 rm -rf conftest*
6647 CPP="${CC-cc} -nologo -E"
6648 cat > conftest.$ac_ext <<EOF
6649 #line 6650 "configure"
6650 #include "confdefs.h"
6651 #include <assert.h>
6652 Syntax Error
6653 EOF
6654 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6655 { (eval echo configure:6656: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6656 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6657 if test -z "$ac_err"; then
6658 :
6659 else
6660 echo "$ac_err" >&5
6661 echo "configure: failed program was:" >&5
6662 cat conftest.$ac_ext >&5
6663 rm -rf conftest*
6664 CPP=/lib/cpp
6665 fi
6666 rm -f conftest*
6667 fi
6668 rm -f conftest*
6669 fi
6670 rm -f conftest*
6671 ac_cv_prog_CPP="$CPP"
6672 fi
6673 CPP="$ac_cv_prog_CPP"
6674 else
6675 ac_cv_prog_CPP="$CPP"
6676 fi
6677 echo "$ac_t""$CPP" 1>&6
6678
6679
6680 if test $ac_cv_prog_gcc = yes; then
6681 echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
6682 echo "configure:6683: checking whether ${CC-cc} needs -traditional" >&5
6683 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
6684 echo $ac_n "(cached) $ac_c" 1>&6
6685 else
6686 ac_pattern="Autoconf.*'x'"
6687 cat > conftest.$ac_ext <<EOF
6688 #line 6689 "configure"
6689 #include "confdefs.h"
6690 #include <sgtty.h>
6691 Autoconf TIOCGETP
6692 EOF
6693 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6694 egrep "$ac_pattern" >/dev/null 2>&1; then
6695 rm -rf conftest*
6696 ac_cv_prog_gcc_traditional=yes
6697 else
6698 rm -rf conftest*
6699 ac_cv_prog_gcc_traditional=no
6700 fi
6701 rm -f conftest*
6702
6703
6704 if test $ac_cv_prog_gcc_traditional = no; then
6705 cat > conftest.$ac_ext <<EOF
6706 #line 6707 "configure"
6707 #include "confdefs.h"
6708 #include <termio.h>
6709 Autoconf TCGETA
6710 EOF
6711 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6712 egrep "$ac_pattern" >/dev/null 2>&1; then
6713 rm -rf conftest*
6714 ac_cv_prog_gcc_traditional=yes
6715 fi
6716 rm -f conftest*
6717
6718 fi
6719 fi
6720
6721 echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
6722 if test $ac_cv_prog_gcc_traditional = yes; then
6723 CC="$CC -traditional"
6724 fi
6725 fi
6726
6727
6728
6729 ac_ext=C
6730 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6731 ac_cpp='$CXXCPP $CPPFLAGS'
6732 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6733 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6734 cross_compiling=$ac_cv_prog_cxx_cross
6735
6736
6737 for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl
6738 do
6739 # Extract the first word of "$ac_prog", so it can be a program name with args.
6740 set dummy $ac_prog; ac_word=$2
6741 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6742 echo "configure:6743: checking for $ac_word" >&5
6743 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
6744 echo $ac_n "(cached) $ac_c" 1>&6
6745 else
6746 if test -n "$CXX"; then
6747 ac_cv_prog_CXX="$CXX" # Let the user override the test.
6748 else
6749 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6750 ac_dummy="$PATH"
6751 for ac_dir in $ac_dummy; do
6752 test -z "$ac_dir" && ac_dir=.
6753 if test -f $ac_dir/$ac_word; then
6754 ac_cv_prog_CXX="$ac_prog"
6755 break
6756 fi
6757 done
6758 IFS="$ac_save_ifs"
6759 fi
6760 fi
6761 CXX="$ac_cv_prog_CXX"
6762 if test -n "$CXX"; then
6763 echo "$ac_t""$CXX" 1>&6
6764 else
6765 echo "$ac_t""no" 1>&6
6766 fi
6767
6768 test -n "$CXX" && break
6769 done
6770 test -n "$CXX" || CXX="gcc"
6771
6772
6773 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
6774 echo "configure:6775: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
6775
6776 ac_ext=C
6777 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6778 ac_cpp='$CXXCPP $CPPFLAGS'
6779 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6780 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6781 cross_compiling=$ac_cv_prog_cxx_cross
6782
6783 cat > conftest.$ac_ext << EOF
6784
6785 #line 6786 "configure"
6786 #include "confdefs.h"
6787
6788 int main(){return(0);}
6789 EOF
6790 if { (eval echo configure:6791: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6791 ac_cv_prog_cxx_works=yes
6792 # If we can't run a trivial program, we are probably using a cross compiler.
6793 if (./conftest; exit) 2>/dev/null; then
6794 ac_cv_prog_cxx_cross=no
6795 else
6796 ac_cv_prog_cxx_cross=yes
6797 fi
6798 else
6799 echo "configure: failed program was:" >&5
6800 cat conftest.$ac_ext >&5
6801 ac_cv_prog_cxx_works=no
6802 fi
6803 rm -fr conftest*
6804 ac_ext=C
6805 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6806 ac_cpp='$CXXCPP $CPPFLAGS'
6807 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6808 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6809 cross_compiling=$ac_cv_prog_cxx_cross
6810
6811 echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
6812 if test $ac_cv_prog_cxx_works = no; then
6813 { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
6814 fi
6815 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
6816 echo "configure:6817: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
6817 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
6818 cross_compiling=$ac_cv_prog_cxx_cross
6819
6820 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
6821 echo "configure:6822: checking whether we are using GNU C++" >&5
6822 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
6823 echo $ac_n "(cached) $ac_c" 1>&6
6824 else
6825 cat > conftest.C <<EOF
6826 #ifdef __GNUC__
6827 yes;
6828 #endif
6829 EOF
6830 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:6831: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
6831 ac_cv_prog_gxx=yes
6832 else
6833 ac_cv_prog_gxx=no
6834 fi
6835 fi
6836
6837 echo "$ac_t""$ac_cv_prog_gxx" 1>&6
6838
6839 if test $ac_cv_prog_gxx = yes; then
6840 GXX=yes
6841 else
6842 GXX=
6843 fi
6844
6845 ac_test_CXXFLAGS="${CXXFLAGS+set}"
6846 ac_save_CXXFLAGS="$CXXFLAGS"
6847 CXXFLAGS=
6848 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
6849 echo "configure:6850: checking whether ${CXX-g++} accepts -g" >&5
6850 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
6851 echo $ac_n "(cached) $ac_c" 1>&6
6852 else
6853 echo 'void f(){}' > conftest.cc
6854 if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
6855 ac_cv_prog_cxx_g=yes
6856 else
6857 ac_cv_prog_cxx_g=no
6858 fi
6859 rm -f conftest*
6860
6861 fi
6862
6863 echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
6864 if test "$ac_test_CXXFLAGS" = set; then
6865 CXXFLAGS="$ac_save_CXXFLAGS"
6866 elif test $ac_cv_prog_cxx_g = yes; then
6867 if test "$GXX" = yes; then
6868 CXXFLAGS="-g -O2"
6869 else
6870 CXXFLAGS="-g"
6871 fi
6872 else
6873 if test "$GXX" = yes; then
6874 CXXFLAGS="-O2"
6875 else
6876 CXXFLAGS=
6877 fi
6878 fi
6879
6880
6881 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
6882 echo "configure:6883: checking how to run the C++ preprocessor" >&5
6883 if test -z "$CXXCPP"; then
6884 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
6885 echo $ac_n "(cached) $ac_c" 1>&6
6886 else
6887 ac_ext=C
6888 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6889 ac_cpp='$CXXCPP $CPPFLAGS'
6890 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6891 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6892 cross_compiling=$ac_cv_prog_cxx_cross
6893 CXXCPP="${CXX-g++} -E"
6894 cat > conftest.$ac_ext <<EOF
6895 #line 6896 "configure"
6896 #include "confdefs.h"
6897 #include <stdlib.h>
6898 EOF
6899 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6900 { (eval echo configure:6901: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6901 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6902 if test -z "$ac_err"; then
6903 :
6904 else
6905 echo "$ac_err" >&5
6906 echo "configure: failed program was:" >&5
6907 cat conftest.$ac_ext >&5
6908 rm -rf conftest*
6909 CXXCPP=/lib/cpp
6910 fi
6911 rm -f conftest*
6912 ac_cv_prog_CXXCPP="$CXXCPP"
6913 ac_ext=C
6914 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6915 ac_cpp='$CXXCPP $CPPFLAGS'
6916 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6917 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6918 cross_compiling=$ac_cv_prog_cxx_cross
6919 fi
6920 fi
6921 CXXCPP="$ac_cv_prog_CXXCPP"
6922 echo "$ac_t""$CXXCPP" 1>&6
6923
6924
6925 CXXFLAGS=`echo "$CXXFLAGS" | sed 's/-g//g'`
6926
6927 ac_ext=c
6928 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6929 ac_cpp='$CPP $CPPFLAGS'
6930 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6931 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6932 cross_compiling=$ac_cv_prog_cc_cross
6933
6934
6935 # Extract the first word of "ranlib", so it can be a program name with args.
6936 set dummy ranlib; ac_word=$2
6937 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6938 echo "configure:6939: checking for $ac_word" >&5
6939 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
6940 echo $ac_n "(cached) $ac_c" 1>&6
6941 else
6942 if test -n "$RANLIB"; then
6943 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6944 else
6945 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6946 ac_dummy="$PATH"
6947 for ac_dir in $ac_dummy; do
6948 test -z "$ac_dir" && ac_dir=.
6949 if test -f $ac_dir/$ac_word; then
6950 ac_cv_prog_RANLIB="ranlib"
6951 break
6952 fi
6953 done
6954 IFS="$ac_save_ifs"
6955 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
6956 fi
6957 fi
6958 RANLIB="$ac_cv_prog_RANLIB"
6959 if test -n "$RANLIB"; then
6960 echo "$ac_t""$RANLIB" 1>&6
6961 else
6962 echo "$ac_t""no" 1>&6
6963 fi
6964
6965
6966 # Extract the first word of "ar", so it can be a program name with args.
6967 set dummy ar; ac_word=$2
6968 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6969 echo "configure:6970: checking for $ac_word" >&5
6970 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
6971 echo $ac_n "(cached) $ac_c" 1>&6
6972 else
6973 if test -n "$AR"; then
6974 ac_cv_prog_AR="$AR" # Let the user override the test.
6975 else
6976 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6977 ac_dummy="$PATH"
6978 for ac_dir in $ac_dummy; do
6979 test -z "$ac_dir" && ac_dir=.
6980 if test -f $ac_dir/$ac_word; then
6981 ac_cv_prog_AR="ar"
6982 break
6983 fi
6984 done
6985 IFS="$ac_save_ifs"
6986 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
6987 fi
6988 fi
6989 AR="$ac_cv_prog_AR"
6990 if test -n "$AR"; then
6991 echo "$ac_t""$AR" 1>&6
6992 else
6993 echo "$ac_t""no" 1>&6
6994 fi
6995
6996
6997 # Find a good install program. We prefer a C program (faster),
6998 # so one script is as good as another. But avoid the broken or
6999 # incompatible versions:
7000 # SysV /etc/install, /usr/sbin/install
7001 # SunOS /usr/etc/install
7002 # IRIX /sbin/install
7003 # AIX /bin/install
7004 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
7005 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
7006 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
7007 # ./install, which can be erroneously created by make from ./install.sh.
7008 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
7009 echo "configure:7010: checking for a BSD compatible install" >&5
7010 if test -z "$INSTALL"; then
7011 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
7012 echo $ac_n "(cached) $ac_c" 1>&6
7013 else
7014 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
7015 for ac_dir in $PATH; do
7016 # Account for people who put trailing slashes in PATH elements.
7017 case "$ac_dir/" in
7018 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
7019 *)
7020 # OSF1 and SCO ODT 3.0 have their own names for install.
7021 # Don't use installbsd from OSF since it installs stuff as root
7022 # by default.
7023 for ac_prog in ginstall scoinst install; do
7024 if test -f $ac_dir/$ac_prog; then
7025 if test $ac_prog = install &&
7026 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
7027 # AIX install. It has an incompatible calling convention.
7028 :
7029 else
7030 ac_cv_path_install="$ac_dir/$ac_prog -c"
7031 break 2
7032 fi
7033 fi
7034 done
7035 ;;
7036 esac
7037 done
7038 IFS="$ac_save_IFS"
7039
7040 fi
7041 if test "${ac_cv_path_install+set}" = set; then
7042 INSTALL="$ac_cv_path_install"
7043 else
7044 # As a last resort, use the slow shell script. We don't cache a
7045 # path for INSTALL within a source directory, because that will
7046 # break other packages using the cache if that directory is
7047 # removed, or if the path is relative.
7048 INSTALL="$ac_install_sh"
7049 fi
7050 fi
7051 echo "$ac_t""$INSTALL" 1>&6
7052
7053 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
7054 # It thinks the first close brace ends the variable substitution.
7055 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
7056
7057 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
7058
7059 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
7060
7061
7062 # Extract the first word of "strip", so it can be a program name with args.
7063 set dummy strip; ac_word=$2
7064 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7065 echo "configure:7066: checking for $ac_word" >&5
7066 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
7067 echo $ac_n "(cached) $ac_c" 1>&6
7068 else
7069 if test -n "$STRIP"; then
7070 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7071 else
7072 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
7073 ac_dummy="$PATH"
7074 for ac_dir in $ac_dummy; do
7075 test -z "$ac_dir" && ac_dir=.
7076 if test -f $ac_dir/$ac_word; then
7077 ac_cv_prog_STRIP="strip"
7078 break
7079 fi
7080 done
7081 IFS="$ac_save_ifs"
7082 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP="true"
7083 fi
7084 fi
7085 STRIP="$ac_cv_prog_STRIP"
7086 if test -n "$STRIP"; then
7087 echo "$ac_t""$STRIP" 1>&6
7088 else
7089 echo "$ac_t""no" 1>&6
7090 fi
7091
7092
7093 echo $ac_n "checking make for VPATH support""... $ac_c" 1>&6
7094 echo "configure:7095: checking make for VPATH support" >&5
7095 cat - << EOF > confMake
7096 check : file
7097 cp \$? \$@
7098 cp \$? final_file
7099 EOF
7100
7101 if test ! -d sub ; then
7102 mkdir sub
7103 fi
7104 echo dummy > sub/file
7105 ${MAKE-make} -f confMake VPATH=sub 2>&5 > /dev/null
7106 RESULT=$?
7107 rm -f sub/file check final_file confMake
7108 rmdir sub
7109 if test "$RESULT" = 0; then
7110 echo "$ac_t""yes" 1>&6
7111 else
7112 echo "$ac_t""no" 1>&6
7113 { echo "configure: error:
7114 You need a make-utility that is able to use the variable
7115 VPATH correctly.
7116 If your version of make does not support VPATH correctly,
7117 please install GNU-make (possibly as gmake), and start
7118 configure with the following command:
7119 export MAKE=gmake; ./configure for sh-type shells
7120 setenv MAKE gmake; ./configure for csh-type shells
7121 Also please do remember to use gmake in this case every time
7122 you are trying to compile.
7123 " 1>&2; exit 1; }
7124 fi
7125
7126 for ac_prog in 'bison -y' byacc
7127 do
7128 # Extract the first word of "$ac_prog", so it can be a program name with args.
7129 set dummy $ac_prog; ac_word=$2
7130 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7131 echo "configure:7132: checking for $ac_word" >&5
7132 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
7133 echo $ac_n "(cached) $ac_c" 1>&6
7134 else
7135 if test -n "$YACC"; then
7136 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7137 else
7138 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
7139 ac_dummy="$PATH"
7140 for ac_dir in $ac_dummy; do
7141 test -z "$ac_dir" && ac_dir=.
7142 if test -f $ac_dir/$ac_word; then
7143 ac_cv_prog_YACC="$ac_prog"
7144 break
7145 fi
7146 done
7147 IFS="$ac_save_ifs"
7148 fi
7149 fi
7150 YACC="$ac_cv_prog_YACC"
7151 if test -n "$YACC"; then
7152 echo "$ac_t""$YACC" 1>&6
7153 else
7154 echo "$ac_t""no" 1>&6
7155 fi
7156
7157 test -n "$YACC" && break
7158 done
7159 test -n "$YACC" || YACC="yacc"
7160
7161
7162 # Extract the first word of "flex", so it can be a program name with args.
7163 set dummy flex; ac_word=$2
7164 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7165 echo "configure:7166: checking for $ac_word" >&5
7166 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
7167 echo $ac_n "(cached) $ac_c" 1>&6
7168 else
7169 if test -n "$LEX"; then
7170 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7171 else
7172 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
7173 ac_dummy="$PATH"
7174 for ac_dir in $ac_dummy; do
7175 test -z "$ac_dir" && ac_dir=.
7176 if test -f $ac_dir/$ac_word; then
7177 ac_cv_prog_LEX="flex"
7178 break
7179 fi
7180 done
7181 IFS="$ac_save_ifs"
7182 test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX="lex"
7183 fi
7184 fi
7185 LEX="$ac_cv_prog_LEX"
7186 if test -n "$LEX"; then
7187 echo "$ac_t""$LEX" 1>&6
7188 else
7189 echo "$ac_t""no" 1>&6
7190 fi
7191
7192 if test -z "$LEXLIB"
7193 then
7194 case "$LEX" in
7195 flex*) ac_lib=fl ;;
7196 *) ac_lib=l ;;
7197 esac
7198 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
7199 echo "configure:7200: checking for yywrap in -l$ac_lib" >&5
7200 ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
7201 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7202 echo $ac_n "(cached) $ac_c" 1>&6
7203 else
7204 ac_save_LIBS="$LIBS"
7205 LIBS="-l$ac_lib $LIBS"
7206 cat > conftest.$ac_ext <<EOF
7207 #line 7208 "configure"
7208 #include "confdefs.h"
7209 /* Override any gcc2 internal prototype to avoid an error. */
7210 /* We use char because int might match the return type of a gcc2
7211 builtin and then its argument prototype would still apply. */
7212 char yywrap();
7213
7214 int main() {
7215 yywrap()
7216 ; return 0; }
7217 EOF
7218 if { (eval echo configure:7219: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7219 rm -rf conftest*
7220 eval "ac_cv_lib_$ac_lib_var=yes"
7221 else
7222 echo "configure: failed program was:" >&5
7223 cat conftest.$ac_ext >&5
7224 rm -rf conftest*
7225 eval "ac_cv_lib_$ac_lib_var=no"
7226 fi
7227 rm -f conftest*
7228 LIBS="$ac_save_LIBS"
7229
7230 fi
7231 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7232 echo "$ac_t""yes" 1>&6
7233 LEXLIB="-l$ac_lib"
7234 else
7235 echo "$ac_t""no" 1>&6
7236 fi
7237
7238 fi
7239
7240
7241 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
7242 echo "configure:7243: checking whether ln -s works" >&5
7243 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
7244 echo $ac_n "(cached) $ac_c" 1>&6
7245 else
7246 rm -f conftestdata
7247 if ln -s X conftestdata 2>/dev/null
7248 then
7249 rm -f conftestdata
7250 ac_cv_prog_LN_S="ln -s"
7251 else
7252 ac_cv_prog_LN_S=ln
7253 fi
7254 fi
7255 LN_S="$ac_cv_prog_LN_S"
7256 if test "$ac_cv_prog_LN_S" = "ln -s"; then
7257 echo "$ac_t""yes" 1>&6
7258 else
7259 echo "$ac_t""no" 1>&6
7260 fi
7261
7262
7263
7264 SEARCH_INCLUDE="\
7265 /usr/local/include \
7266 \
7267 /usr/Motif-1.2/include \
7268 /usr/Motif-2.1/include \
7269 \
7270 /usr/include/Motif1.2 \
7271 /opt/xpm/include/X11 \
7272 /opt/GBxpm/include/ \
7273 /opt/GBxpm/X11/include/ \
7274 \
7275 /usr/Motif1.2/include \
7276 /usr/dt/include \
7277 /usr/openwin/include \
7278 \
7279 /usr/include/Xm \
7280 \
7281 /usr/X11R6/include \
7282 /usr/X11R6.4/include \
7283 /usr/X11R5/include \
7284 /usr/X11R4/include \
7285 \
7286 /usr/include/X11R6 \
7287 /usr/include/X11R5 \
7288 /usr/include/X11R4 \
7289 \
7290 /usr/local/X11R6/include \
7291 /usr/local/X11R5/include \
7292 /usr/local/X11R4/include \
7293 \
7294 /usr/local/include/X11R6 \
7295 /usr/local/include/X11R5 \
7296 /usr/local/include/X11R4 \
7297 \
7298 /usr/X11/include \
7299 /usr/include/X11 \
7300 /usr/local/X11/include \
7301 /usr/local/include/X11 \
7302 \
7303 /usr/X386/include \
7304 /usr/x386/include \
7305 /usr/XFree86/include/X11 \
7306 \
7307 X:/XFree86/include \
7308 X:/XFree86/include/X11 \
7309 \
7310 /usr/include/gtk \
7311 /usr/local/include/gtk \
7312 /usr/include/glib \
7313 /usr/local/include/glib \
7314 \
7315 /usr/include/qt \
7316 /usr/local/include/qt \
7317 \
7318 /usr/include/windows \
7319 /usr/include/wine \
7320 /usr/local/include/wine \
7321 \
7322 /usr/unsupported/include \
7323 /usr/athena/include \
7324 /usr/local/x11r5/include \
7325 /usr/lpp/Xamples/include \
7326 \
7327 /usr/openwin/share/include \
7328 \
7329 /usr/include"
7330
7331 SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` "
7332
7333
7334 cat > confcache <<\EOF
7335 # This file is a shell script that caches the results of configure
7336 # tests run on this system so they can be shared between configure
7337 # scripts and configure runs. It is not useful on other systems.
7338 # If it contains results you don't want to keep, you may remove or edit it.
7339 #
7340 # By default, configure uses ./config.cache as the cache file,
7341 # creating it if it does not exist already. You can give configure
7342 # the --cache-file=FILE option to use a different cache file; that is
7343 # what configure does when it calls configure scripts in
7344 # subdirectories, so they share the cache.
7345 # Giving --cache-file=/dev/null disables caching, for debugging configure.
7346 # config.status only pays attention to the cache file if you give it the
7347 # --recheck option to rerun configure.
7348 #
7349 EOF
7350 # The following way of writing the cache mishandles newlines in values,
7351 # but we know of no workaround that is simple, portable, and efficient.
7352 # So, don't put newlines in cache variables' values.
7353 # Ultrix sh set writes to stderr and can't be redirected directly,
7354 # and sets the high bit in the cache file unless we assign to the vars.
7355 (set) 2>&1 |
7356 case `(ac_space=' '; set | grep ac_space) 2>&1` in
7357 *ac_space=\ *)
7358 # `set' does not quote correctly, so add quotes (double-quote substitution
7359 # turns \\\\ into \\, and sed turns \\ into \).
7360 sed -n \
7361 -e "s/'/'\\\\''/g" \
7362 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
7363 ;;
7364 *)
7365 # `set' quotes correctly as required by POSIX, so do not add quotes.
7366 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
7367 ;;
7368 esac >> confcache
7369 if cmp -s $cache_file confcache; then
7370 :
7371 else
7372 if test -w $cache_file; then
7373 echo "updating cache $cache_file"
7374 cat confcache > $cache_file
7375 else
7376 echo "not updating unwritable cache $cache_file"
7377 fi
7378 fi
7379 rm -f confcache
7380
7381
7382
7383 AFMINSTALL=
7384
7385 if test "$wxUSE_GUI" = "yes"; then
7386
7387 USE_GUI=1
7388
7389 TOOLKIT=
7390 TOOLKIT_INCLUDE=
7391
7392 GUI_TK_LIBRARY=
7393 GUI_TK_LINK=
7394
7395 WXGTK12=
7396 WXGTK127=
7397 WXGTK20=
7398
7399 WXWINE=
7400
7401 if test "$wxUSE_CYGWIN" = 1 || test "$wxUSE_MINGW" = 1 ; then
7402 if test "$cross_compiling" = "yes" ; then
7403 echo "configure: warning: skipping windows.h check for cross-compilation" 1>&2
7404 else
7405 echo $ac_n "checking for Windows headers""... $ac_c" 1>&6
7406 echo "configure:7407: checking for Windows headers" >&5
7407
7408 ac_find_includes=
7409 for ac_dir in $SEARCH_INCLUDE;
7410 do
7411 if test -f "$ac_dir/windows.h"; then
7412 ac_find_includes=$ac_dir
7413 break
7414 fi
7415 done
7416
7417 if test "$ac_find_includes" != "" ; then
7418 echo "$ac_t""found $ac_find_includes" 1>&6
7419 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE -I$ac_find_includes"
7420 else
7421 echo "$ac_t""no" 1>&6
7422 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
7423 fi
7424 fi
7425
7426 INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS msw"
7427 LIBS="$LIBS -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -lcrtdll -ladvapi32 -lwsock32"
7428
7429 if test "$wxUSE_ODBC" = "yes" ; then
7430 LIBS="$LIBS -lodbc32 -lole32 -loleaut32"
7431 fi
7432
7433 if test "$wxUSE_MINGW" = 1; then
7434 LDFLAGS="$LDFLAGS -mwindows"
7435 fi
7436
7437 TOOLKIT=MSW
7438 GUIDIST=MSW_DIST
7439
7440 RCINCSWITCH="--include-dir"
7441 RCDEFSWITCH="--define"
7442 RCPREPROCESSOR="--preprocessor \"\$(CC) -c -E -xc-header -DRC_INVOKED\""
7443 RCINPUTSWITCH="-i"
7444 RCOUTPUTSWITCH="-o"
7445 RESFLAGS="$RCPREPROCESSOR $RCINCSWITCH \$(top_srcdir)/include $RCINCSWITCH \$(top_srcdir)/\$(program_dir) $RCDEFSWITCH __WIN32__ $RCDEFSWITCH __WIN95__ $RCDEFSWITCH __GNUWIN32__"
7446
7447 RESPROGRAM="\$(RES_PROGRAM)"
7448
7449 fi
7450
7451 if test "$wxUSE_GTK" = 1; then
7452 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
7453 if test "${with_gtk_prefix+set}" = set; then
7454 withval="$with_gtk_prefix"
7455 gtk_config_prefix="$withval"
7456 else
7457 gtk_config_prefix=""
7458 fi
7459
7460 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
7461 if test "${with_gtk_exec_prefix+set}" = set; then
7462 withval="$with_gtk_exec_prefix"
7463 gtk_config_exec_prefix="$withval"
7464 else
7465 gtk_config_exec_prefix=""
7466 fi
7467
7468 # Check whether --enable-gtktest or --disable-gtktest was given.
7469 if test "${enable_gtktest+set}" = set; then
7470 enableval="$enable_gtktest"
7471 :
7472 else
7473 enable_gtktest=yes
7474 fi
7475
7476
7477 for module in . gthread
7478 do
7479 case "$module" in
7480 gthread)
7481 gtk_config_args="$gtk_config_args gthread"
7482 ;;
7483 esac
7484 done
7485
7486 if test x$gtk_config_exec_prefix != x ; then
7487 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
7488 if test x${GTK_CONFIG_2_0+set} != xset ; then
7489 GTK_CONFIG_2_0=$gtk_config_exec_prefix/bin/gtk-config-2.0
7490 fi
7491 fi
7492 if test x$gtk_config_prefix != x ; then
7493 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
7494 if test x${GTK_CONFIG_2_0+set} != xset ; then
7495 GTK_CONFIG_2_0=$gtk_config_prefix/bin/gtk-config-2.0
7496 fi
7497 fi
7498
7499 # Extract the first word of "gtk-config-2.0", so it can be a program name with args.
7500 set dummy gtk-config-2.0; ac_word=$2
7501 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7502 echo "configure:7503: checking for $ac_word" >&5
7503 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG_2_0'+set}'`\" = set"; then
7504 echo $ac_n "(cached) $ac_c" 1>&6
7505 else
7506 case "$GTK_CONFIG_2_0" in
7507 /*)
7508 ac_cv_path_GTK_CONFIG_2_0="$GTK_CONFIG_2_0" # Let the user override the test with a path.
7509 ;;
7510 ?:/*)
7511 ac_cv_path_GTK_CONFIG_2_0="$GTK_CONFIG_2_0" # Let the user override the test with a dos path.
7512 ;;
7513 *)
7514 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
7515 ac_dummy="$PATH"
7516 for ac_dir in $ac_dummy; do
7517 test -z "$ac_dir" && ac_dir=.
7518 if test -f $ac_dir/$ac_word; then
7519 ac_cv_path_GTK_CONFIG_2_0="$ac_dir/$ac_word"
7520 break
7521 fi
7522 done
7523 IFS="$ac_save_ifs"
7524 test -z "$ac_cv_path_GTK_CONFIG_2_0" && ac_cv_path_GTK_CONFIG_2_0="no"
7525 ;;
7526 esac
7527 fi
7528 GTK_CONFIG_2_0="$ac_cv_path_GTK_CONFIG_2_0"
7529 if test -n "$GTK_CONFIG_2_0"; then
7530 echo "$ac_t""$GTK_CONFIG_2_0" 1>&6
7531 else
7532 echo "$ac_t""no" 1>&6
7533 fi
7534
7535 min_gtk_version=1.3.1
7536 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
7537 echo "configure:7538: checking for GTK - version >= $min_gtk_version" >&5
7538 no_gtk=""
7539 if test "$GTK_CONFIG_2_0" = "no" ; then
7540 no_gtk=yes
7541 else
7542 GTK_CFLAGS=`$GTK_CONFIG_2_0 $gtk_config_args --cflags`
7543 GTK_LIBS=`$GTK_CONFIG_2_0 $gtk_config_args --libs`
7544 gtk_config_major_version=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
7545 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
7546 gtk_config_minor_version=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
7547 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
7548 gtk_config_micro_version=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
7549 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
7550 if test "x$enable_gtktest" = "xyes" ; then
7551 ac_save_CFLAGS="$CFLAGS"
7552 ac_save_LIBS="$LIBS"
7553 CFLAGS="$CFLAGS $GTK_CFLAGS"
7554 LIBS="$GTK_LIBS $LIBS"
7555 rm -f conf.gtktest
7556 if test "$cross_compiling" = yes; then
7557 echo $ac_n "cross compiling; assumed OK... $ac_c"
7558 else
7559 cat > conftest.$ac_ext <<EOF
7560 #line 7561 "configure"
7561 #include "confdefs.h"
7562
7563 #include <gtk/gtk.h>
7564 #include <stdio.h>
7565 #include <stdlib.h>
7566
7567 int
7568 main ()
7569 {
7570 int major, minor, micro;
7571 char *tmp_version;
7572
7573 system ("touch conf.gtktest");
7574
7575 /* HP/UX 9 (%@#!) writes to sscanf strings */
7576 tmp_version = g_strdup("$min_gtk_version");
7577 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
7578 printf("%s, bad version string\n", "$min_gtk_version");
7579 exit(1);
7580 }
7581
7582 if ((gtk_major_version != $gtk_config_major_version) ||
7583 (gtk_minor_version != $gtk_config_minor_version) ||
7584 (gtk_micro_version != $gtk_config_micro_version))
7585 {
7586 printf("\n*** 'gtk-config-2.0 --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
7587 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
7588 gtk_major_version, gtk_minor_version, gtk_micro_version);
7589 printf ("*** was found! If gtk-config-2.0 was correct, then it is best\n");
7590 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
7591 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
7592 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
7593 printf("*** required on your system.\n");
7594 printf("*** If gtk-config-2.0 was wrong, set the environment variable GTK_CONFIG_2_0\n");
7595 printf("*** to point to the correct copy of gtk-config-2.0, and remove the file config.cache\n");
7596 printf("*** before re-running configure\n");
7597 }
7598 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
7599 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
7600 (gtk_minor_version != GTK_MINOR_VERSION) ||
7601 (gtk_micro_version != GTK_MICRO_VERSION))
7602 {
7603 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
7604 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
7605 printf("*** library (version %d.%d.%d)\n",
7606 gtk_major_version, gtk_minor_version, gtk_micro_version);
7607 }
7608 #endif /* defined (GTK_MAJOR_VERSION) ... */
7609 else
7610 {
7611 if ((gtk_major_version > major) ||
7612 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
7613 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
7614 {
7615 return 0;
7616 }
7617 else
7618 {
7619 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
7620 gtk_major_version, gtk_minor_version, gtk_micro_version);
7621 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
7622 major, minor, micro);
7623 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
7624 printf("***\n");
7625 printf("*** If you have already installed a sufficiently new version, this error\n");
7626 printf("*** probably means that the wrong copy of the gtk-config-2.0 shell script is\n");
7627 printf("*** being found. The easiest way to fix this is to remove the old version\n");
7628 printf("*** of GTK+, but you can also set the GTK_CONFIG_2_0 environment to point to the\n");
7629 printf("*** correct copy of gtk-config-2.0. (In this case, you will have to\n");
7630 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
7631 printf("*** so that the correct libraries are found at run-time))\n");
7632 }
7633 }
7634 return 1;
7635 }
7636
7637 EOF
7638 if { (eval echo configure:7639: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7639 then
7640 :
7641 else
7642 echo "configure: failed program was:" >&5
7643 cat conftest.$ac_ext >&5
7644 rm -fr conftest*
7645 no_gtk=yes
7646 fi
7647 rm -fr conftest*
7648 fi
7649
7650 CFLAGS="$ac_save_CFLAGS"
7651 LIBS="$ac_save_LIBS"
7652 fi
7653 fi
7654 if test "x$no_gtk" = x ; then
7655 echo "$ac_t""yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" 1>&6
7656 WXGTK20=1
7657 else
7658 echo "$ac_t""no" 1>&6
7659 if test "$GTK_CONFIG_2_0" = "no" ; then
7660 echo "*** The gtk-config-2.0 script installed by GTK could not be found"
7661 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
7662 echo "*** your path, or set the GTK_CONFIG_2_0 environment variable to the"
7663 echo "*** full path to gtk-config-2.0."
7664 else
7665 if test -f conf.gtktest ; then
7666 :
7667 else
7668 echo "*** Could not run GTK test program, checking why..."
7669 CFLAGS="$CFLAGS $GTK_CFLAGS"
7670 LIBS="$LIBS $GTK_LIBS"
7671 cat > conftest.$ac_ext <<EOF
7672 #line 7673 "configure"
7673 #include "confdefs.h"
7674
7675 #include <gtk/gtk.h>
7676 #include <stdio.h>
7677
7678 int main() {
7679 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
7680 ; return 0; }
7681 EOF
7682 if { (eval echo configure:7683: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7683 rm -rf conftest*
7684 echo "*** The test program compiled, but did not run. This usually means"
7685 echo "*** that the run-time linker is not finding GTK or finding the wrong"
7686 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
7687 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
7688 echo "*** to the installed location Also, make sure you have run ldconfig if that"
7689 echo "*** is required on your system"
7690 echo "***"
7691 echo "*** If you have an old version installed, it is best to remove it, although"
7692 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
7693 echo "***"
7694 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
7695 echo "*** came with the system with the command"
7696 echo "***"
7697 echo "*** rpm --erase --nodeps gtk gtk-devel"
7698 else
7699 echo "configure: failed program was:" >&5
7700 cat conftest.$ac_ext >&5
7701 rm -rf conftest*
7702 echo "*** The test program failed to compile or link. See the file config.log for the"
7703 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
7704 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
7705 echo "*** may want to edit the gtk-config-2.0 script: $GTK_CONFIG_2_0"
7706 fi
7707 rm -f conftest*
7708 CFLAGS="$ac_save_CFLAGS"
7709 LIBS="$ac_save_LIBS"
7710 fi
7711 fi
7712 GTK_CFLAGS=""
7713 GTK_LIBS=""
7714
7715
7716 if test x$gtk_config_exec_prefix != x ; then
7717 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
7718 if test x${GTK_CONFIG+set} != xset ; then
7719 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
7720 fi
7721 fi
7722 if test x$gtk_config_prefix != x ; then
7723 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
7724 if test x${GTK_CONFIG+set} != xset ; then
7725 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
7726 fi
7727 fi
7728
7729 # Extract the first word of "gtk-config", so it can be a program name with args.
7730 set dummy gtk-config; ac_word=$2
7731 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7732 echo "configure:7733: checking for $ac_word" >&5
7733 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
7734 echo $ac_n "(cached) $ac_c" 1>&6
7735 else
7736 case "$GTK_CONFIG" in
7737 /*)
7738 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
7739 ;;
7740 ?:/*)
7741 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path.
7742 ;;
7743 *)
7744 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
7745 ac_dummy="$PATH"
7746 for ac_dir in $ac_dummy; do
7747 test -z "$ac_dir" && ac_dir=.
7748 if test -f $ac_dir/$ac_word; then
7749 ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word"
7750 break
7751 fi
7752 done
7753 IFS="$ac_save_ifs"
7754 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
7755 ;;
7756 esac
7757 fi
7758 GTK_CONFIG="$ac_cv_path_GTK_CONFIG"
7759 if test -n "$GTK_CONFIG"; then
7760 echo "$ac_t""$GTK_CONFIG" 1>&6
7761 else
7762 echo "$ac_t""no" 1>&6
7763 fi
7764
7765 min_gtk_version=1.2.7
7766 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
7767 echo "configure:7768: checking for GTK - version >= $min_gtk_version" >&5
7768 no_gtk=""
7769 if test "$GTK_CONFIG" != "no" ; then
7770 GTK_CFLAGS=`$GTK_CONFIG --cflags`
7771 GTK_LIBS=`$GTK_CONFIG --libs gthread`
7772 ac_save_CFLAGS="$CFLAGS"
7773 ac_save_LIBS="$LIBS"
7774 CFLAGS="$CFLAGS $GTK_CFLAGS"
7775 LIBS="$LIBS $GTK_LIBS"
7776 if test "$cross_compiling" = yes; then
7777 echo $ac_n "cross compiling; assumed OK... $ac_c"
7778 else
7779 cat > conftest.$ac_ext <<EOF
7780 #line 7781 "configure"
7781 #include "confdefs.h"
7782
7783 #include <gtk/gtk.h>
7784 #include <gtk/gtkfeatures.h>
7785 #include <stdio.h>
7786 #include <stdlib.h>
7787
7788 int
7789 main ()
7790 {
7791 int major, minor, micro;
7792
7793 if (sscanf("$min_gtk_version", "%d.%d.%d", &major, &minor, &micro) != 3) {
7794 printf("%s, bad version string\n", "$min_gtk_version");
7795 exit(1);
7796 }
7797
7798 if ((GTK_MAJOR_VERSION != gtk_major_version) ||
7799 (GTK_MINOR_VERSION != gtk_minor_version) ||
7800 (GTK_MICRO_VERSION != gtk_micro_version)) {
7801 printf("Headers vs. library version mismatch!\n");
7802 exit(1);
7803 }
7804
7805 if (gtk_minor_version == 1) return FALSE;
7806
7807 return !((gtk_major_version > major) ||
7808 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
7809 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)));
7810 }
7811
7812 EOF
7813 if { (eval echo configure:7814: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7814 then
7815 :
7816 else
7817 echo "configure: failed program was:" >&5
7818 cat conftest.$ac_ext >&5
7819 rm -fr conftest*
7820 no_gtk=yes
7821 fi
7822 rm -fr conftest*
7823 fi
7824
7825 CFLAGS="$ac_save_CFLAGS"
7826 LIBS="$ac_save_LIBS"
7827 else
7828 no_gtk=yes
7829 fi
7830 if test "x$no_gtk" = x ; then
7831 echo "$ac_t""yes" 1>&6
7832 WXGTK127=1
7833 else
7834 echo "$ac_t""no" 1>&6
7835 GTK_CFLAGS=""
7836 GTK_LIBS=""
7837 :
7838 fi
7839
7840
7841
7842
7843 if test x$gtk_config_exec_prefix != x ; then
7844 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
7845 if test x${GTK_CONFIG+set} != xset ; then
7846 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
7847 fi
7848 fi
7849 if test x$gtk_config_prefix != x ; then
7850 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
7851 if test x${GTK_CONFIG+set} != xset ; then
7852 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
7853 fi
7854 fi
7855
7856 # Extract the first word of "gtk-config", so it can be a program name with args.
7857 set dummy gtk-config; ac_word=$2
7858 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7859 echo "configure:7860: checking for $ac_word" >&5
7860 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
7861 echo $ac_n "(cached) $ac_c" 1>&6
7862 else
7863 case "$GTK_CONFIG" in
7864 /*)
7865 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
7866 ;;
7867 ?:/*)
7868 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path.
7869 ;;
7870 *)
7871 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
7872 ac_dummy="$PATH"
7873 for ac_dir in $ac_dummy; do
7874 test -z "$ac_dir" && ac_dir=.
7875 if test -f $ac_dir/$ac_word; then
7876 ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word"
7877 break
7878 fi
7879 done
7880 IFS="$ac_save_ifs"
7881 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
7882 ;;
7883 esac
7884 fi
7885 GTK_CONFIG="$ac_cv_path_GTK_CONFIG"
7886 if test -n "$GTK_CONFIG"; then
7887 echo "$ac_t""$GTK_CONFIG" 1>&6
7888 else
7889 echo "$ac_t""no" 1>&6
7890 fi
7891
7892 min_gtk_version=1.2.3
7893 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
7894 echo "configure:7895: checking for GTK - version >= $min_gtk_version" >&5
7895 no_gtk=""
7896 if test "$GTK_CONFIG" != "no" ; then
7897 GTK_CFLAGS=`$GTK_CONFIG --cflags`
7898 GTK_LIBS=`$GTK_CONFIG --libs gthread`
7899 ac_save_CFLAGS="$CFLAGS"
7900 ac_save_LIBS="$LIBS"
7901 CFLAGS="$CFLAGS $GTK_CFLAGS"
7902 LIBS="$LIBS $GTK_LIBS"
7903 if test "$cross_compiling" = yes; then
7904 echo $ac_n "cross compiling; assumed OK... $ac_c"
7905 else
7906 cat > conftest.$ac_ext <<EOF
7907 #line 7908 "configure"
7908 #include "confdefs.h"
7909
7910 #include <gtk/gtk.h>
7911 #include <gtk/gtkfeatures.h>
7912 #include <stdio.h>
7913 #include <stdlib.h>
7914
7915 int
7916 main ()
7917 {
7918 int major, minor, micro;
7919
7920 if (sscanf("$min_gtk_version", "%d.%d.%d", &major, &minor, &micro) != 3) {
7921 printf("%s, bad version string\n", "$min_gtk_version");
7922 exit(1);
7923 }
7924
7925 if ((GTK_MAJOR_VERSION != gtk_major_version) ||
7926 (GTK_MINOR_VERSION != gtk_minor_version) ||
7927 (GTK_MICRO_VERSION != gtk_micro_version)) {
7928 printf("Headers vs. library version mismatch!\n");
7929 exit(1);
7930 }
7931
7932 if (gtk_minor_version == 1) return FALSE;
7933
7934 return !((gtk_major_version > major) ||
7935 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
7936 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)));
7937 }
7938
7939 EOF
7940 if { (eval echo configure:7941: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7941 then
7942 :
7943 else
7944 echo "configure: failed program was:" >&5
7945 cat conftest.$ac_ext >&5
7946 rm -fr conftest*
7947 no_gtk=yes
7948 fi
7949 rm -fr conftest*
7950 fi
7951
7952 CFLAGS="$ac_save_CFLAGS"
7953 LIBS="$ac_save_LIBS"
7954 else
7955 no_gtk=yes
7956 fi
7957 if test "x$no_gtk" = x ; then
7958 echo "$ac_t""yes" 1>&6
7959 WXGTK12=1
7960 else
7961 echo "$ac_t""no" 1>&6
7962 GTK_CFLAGS=""
7963 GTK_LIBS=""
7964 :
7965 fi
7966
7967
7968
7969
7970 fi
7971
7972
7973 rm -f conf.gtktest
7974
7975
7976 if test "$WXGTK12" != 1 -a "$WXGTK20" != 1; then
7977 { echo "configure: error:
7978 Please check that gtk-config is in path, the directory
7979 where GTK+ libraries are installed (returned by
7980 'gtk-config --libs' command) is in LD_LIBRARY_PATH or
7981 equivalent variable and GTK+ is version 1.2.3 or above.
7982 " 1>&2; exit 1; }
7983 fi
7984
7985 TOOLKIT_INCLUDE="$GTK_CFLAGS"
7986
7987
7988 GUI_TK_LIBRARY="$GTK_LIBS"
7989
7990
7991 AFMINSTALL=afminstall
7992 TOOLKIT=GTK
7993 GUIDIST=GTK_DIST
7994
7995 echo $ac_n "checking for gdk_im_open in -lgdk""... $ac_c" 1>&6
7996 echo "configure:7997: checking for gdk_im_open in -lgdk" >&5
7997 ac_lib_var=`echo gdk'_'gdk_im_open | sed 'y%./+-%__p_%'`
7998 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7999 echo $ac_n "(cached) $ac_c" 1>&6
8000 else
8001 ac_save_LIBS="$LIBS"
8002 LIBS="-lgdk $LIBS"
8003 cat > conftest.$ac_ext <<EOF
8004 #line 8005 "configure"
8005 #include "confdefs.h"
8006 /* Override any gcc2 internal prototype to avoid an error. */
8007 /* We use char because int might match the return type of a gcc2
8008 builtin and then its argument prototype would still apply. */
8009 char gdk_im_open();
8010
8011 int main() {
8012 gdk_im_open()
8013 ; return 0; }
8014 EOF
8015 if { (eval echo configure:8016: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8016 rm -rf conftest*
8017 eval "ac_cv_lib_$ac_lib_var=yes"
8018 else
8019 echo "configure: failed program was:" >&5
8020 cat conftest.$ac_ext >&5
8021 rm -rf conftest*
8022 eval "ac_cv_lib_$ac_lib_var=no"
8023 fi
8024 rm -f conftest*
8025 LIBS="$ac_save_LIBS"
8026
8027 fi
8028 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8029 echo "$ac_t""yes" 1>&6
8030 cat >> confdefs.h <<\EOF
8031 #define HAVE_XIM 1
8032 EOF
8033
8034 else
8035 echo "$ac_t""no" 1>&6
8036 fi
8037
8038 fi
8039
8040 if test "$wxUSE_WINE" = 1; then
8041 echo $ac_n "checking for WINE includes""... $ac_c" 1>&6
8042 echo "configure:8043: checking for WINE includes" >&5
8043
8044 ac_find_includes=
8045 for ac_dir in $SEARCH_INCLUDE;
8046 do
8047 if test -f "$ac_dir/windows.h"; then
8048 ac_find_includes=$ac_dir
8049 break
8050 fi
8051 done
8052
8053 if test "$ac_find_includes" != "" ; then
8054 echo "$ac_t""found $ac_find_includes" 1>&6
8055 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE -I$ac_find_includes"
8056 else
8057 echo "$ac_t""no" 1>&6
8058 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
8059 fi
8060
8061 XPM_LINK=""
8062 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
8063 echo "configure:8064: checking for Xpm library" >&5
8064
8065 ac_find_libraries=
8066 for ac_dir in $SEARCH_LIB;
8067 do
8068 for ac_extension in a so sl; do
8069 if test -f "$ac_dir/libXpm.$ac_extension"; then
8070 ac_find_libraries=$ac_dir
8071 break 2
8072 fi
8073 done
8074 done
8075
8076 if test "$ac_find_libraries" != "" ; then
8077 GUI_TK_LIBRARY="-L$ac_find_libraries"
8078 XPM_LINK="-lXpm"
8079 cat >> confdefs.h <<\EOF
8080 #define wxHAVE_LIB_XPM 1
8081 EOF
8082
8083 echo "$ac_t""found at $ac_find_libraries" 1>&6
8084 else
8085 echo "$ac_t""no" 1>&6
8086 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
8087 fi
8088
8089 MESA_LINK=""
8090 echo $ac_n "checking for Mesa library""... $ac_c" 1>&6
8091 echo "configure:8092: checking for Mesa library" >&5
8092
8093 ac_find_libraries=
8094 for ac_dir in $SEARCH_LIB;
8095 do
8096 for ac_extension in a so sl; do
8097 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
8098 ac_find_libraries=$ac_dir
8099 break 2
8100 fi
8101 done
8102 done
8103
8104 if test "$ac_find_libraries" != "" ; then
8105 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -L$ac_find_libraries"
8106 MESA_LINK="-lMesaGL"
8107 echo "$ac_t""found at $ac_find_libraries" 1>&6
8108 else
8109 { echo "configure: error: no" 1>&2; exit 1; }
8110 fi
8111
8112 GUI_TK_LINK="-lwine $MESA_LINK $XPM_LINK -lXxf86dga -lXxf86vm -lSM -lICE -lXext -lXmu -lX11 -lncurses"
8113 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $GUI_TK_LINK"
8114 WXWINE=1
8115 TOOLKIT=MSW
8116 GUIDIST=MSW_DIST
8117 fi
8118
8119
8120 # If we find X, set shell vars x_includes and x_libraries to the
8121 # paths, otherwise set no_x=yes.
8122 # Uses ac_ vars as temps to allow command line to override cache and checks.
8123 # --without-x overrides everything else, but does not touch the cache.
8124 echo $ac_n "checking for X""... $ac_c" 1>&6
8125 echo "configure:8126: checking for X" >&5
8126
8127 # Check whether --with-x or --without-x was given.
8128 if test "${with_x+set}" = set; then
8129 withval="$with_x"
8130 :
8131 fi
8132
8133 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8134 if test "x$with_x" = xno; then
8135 # The user explicitly disabled X.
8136 have_x=disabled
8137 else
8138 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
8139 # Both variables are already set.
8140 have_x=yes
8141 else
8142 if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
8143 echo $ac_n "(cached) $ac_c" 1>&6
8144 else
8145 # One or both of the vars are not set, and there is no cached value.
8146 ac_x_includes=NO ac_x_libraries=NO
8147 rm -fr conftestdir
8148 if mkdir conftestdir; then
8149 cd conftestdir
8150 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
8151 cat > Imakefile <<'EOF'
8152 acfindx:
8153 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
8154 EOF
8155 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
8156 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8157 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
8158 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8159 for ac_extension in a so sl; do
8160 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
8161 test -f $ac_im_libdir/libX11.$ac_extension; then
8162 ac_im_usrlibdir=$ac_im_libdir; break
8163 fi
8164 done
8165 # Screen out bogus values from the imake configuration. They are
8166 # bogus both because they are the default anyway, and because
8167 # using them would break gcc on systems where it needs fixed includes.
8168 case "$ac_im_incroot" in
8169 /usr/include) ;;
8170 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;;
8171 esac
8172 case "$ac_im_usrlibdir" in
8173 /usr/lib | /lib) ;;
8174 *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;;
8175 esac
8176 fi
8177 cd ..
8178 rm -fr conftestdir
8179 fi
8180
8181 if test "$ac_x_includes" = NO; then
8182 # Guess where to find include files, by looking for this one X11 .h file.
8183 test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
8184
8185 # First, try using that file with no special directory specified.
8186 cat > conftest.$ac_ext <<EOF
8187 #line 8188 "configure"
8188 #include "confdefs.h"
8189 #include <$x_direct_test_include>
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 rm -rf conftest*
8196 # We can compile using X headers with no special include directory.
8197 ac_x_includes=
8198 else
8199 echo "$ac_err" >&5
8200 echo "configure: failed program was:" >&5
8201 cat conftest.$ac_ext >&5
8202 rm -rf conftest*
8203 # Look for the header file in a standard set of common directories.
8204 # Check X11 before X11Rn because it is often a symlink to the current release.
8205 for ac_dir in \
8206 /usr/X11/include \
8207 /usr/X11R6/include \
8208 /usr/X11R5/include \
8209 /usr/X11R4/include \
8210 \
8211 /usr/include/X11 \
8212 /usr/include/X11R6 \
8213 /usr/include/X11R5 \
8214 /usr/include/X11R4 \
8215 \
8216 /usr/local/X11/include \
8217 /usr/local/X11R6/include \
8218 /usr/local/X11R5/include \
8219 /usr/local/X11R4/include \
8220 \
8221 /usr/local/include/X11 \
8222 /usr/local/include/X11R6 \
8223 /usr/local/include/X11R5 \
8224 /usr/local/include/X11R4 \
8225 \
8226 /usr/X386/include \
8227 /usr/x386/include \
8228 /usr/XFree86/include/X11 \
8229 \
8230 /usr/include \
8231 /usr/local/include \
8232 /usr/unsupported/include \
8233 /usr/athena/include \
8234 /usr/local/x11r5/include \
8235 /usr/lpp/Xamples/include \
8236 \
8237 /usr/openwin/include \
8238 /usr/openwin/share/include \
8239 ; \
8240 do
8241 if test -r "$ac_dir/$x_direct_test_include"; then
8242 ac_x_includes=$ac_dir
8243 break
8244 fi
8245 done
8246 fi
8247 rm -f conftest*
8248 fi # $ac_x_includes = NO
8249
8250 if test "$ac_x_libraries" = NO; then
8251 # Check for the libraries.
8252
8253 test -z "$x_direct_test_library" && x_direct_test_library=Xt
8254 test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
8255
8256 # See if we find them without any special options.
8257 # Don't add to $LIBS permanently.
8258 ac_save_LIBS="$LIBS"
8259 LIBS="-l$x_direct_test_library $LIBS"
8260 cat > conftest.$ac_ext <<EOF
8261 #line 8262 "configure"
8262 #include "confdefs.h"
8263
8264 int main() {
8265 ${x_direct_test_function}()
8266 ; return 0; }
8267 EOF
8268 if { (eval echo configure:8269: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8269 rm -rf conftest*
8270 LIBS="$ac_save_LIBS"
8271 # We can link X programs with no special library path.
8272 ac_x_libraries=
8273 else
8274 echo "configure: failed program was:" >&5
8275 cat conftest.$ac_ext >&5
8276 rm -rf conftest*
8277 LIBS="$ac_save_LIBS"
8278 # First see if replacing the include by lib works.
8279 # Check X11 before X11Rn because it is often a symlink to the current release.
8280 for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
8281 /usr/X11/lib \
8282 /usr/X11R6/lib \
8283 /usr/X11R5/lib \
8284 /usr/X11R4/lib \
8285 \
8286 /usr/lib/X11 \
8287 /usr/lib/X11R6 \
8288 /usr/lib/X11R5 \
8289 /usr/lib/X11R4 \
8290 \
8291 /usr/local/X11/lib \
8292 /usr/local/X11R6/lib \
8293 /usr/local/X11R5/lib \
8294 /usr/local/X11R4/lib \
8295 \
8296 /usr/local/lib/X11 \
8297 /usr/local/lib/X11R6 \
8298 /usr/local/lib/X11R5 \
8299 /usr/local/lib/X11R4 \
8300 \
8301 /usr/X386/lib \
8302 /usr/x386/lib \
8303 /usr/XFree86/lib/X11 \
8304 \
8305 /usr/lib \
8306 /usr/local/lib \
8307 /usr/unsupported/lib \
8308 /usr/athena/lib \
8309 /usr/local/x11r5/lib \
8310 /usr/lpp/Xamples/lib \
8311 /lib/usr/lib/X11 \
8312 \
8313 /usr/openwin/lib \
8314 /usr/openwin/share/lib \
8315 ; \
8316 do
8317 for ac_extension in a so sl; do
8318 if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
8319 ac_x_libraries=$ac_dir
8320 break 2
8321 fi
8322 done
8323 done
8324 fi
8325 rm -f conftest*
8326 fi # $ac_x_libraries = NO
8327
8328 if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then
8329 # Didn't find X anywhere. Cache the known absence of X.
8330 ac_cv_have_x="have_x=no"
8331 else
8332 # Record where we found X for the cache.
8333 ac_cv_have_x="have_x=yes \
8334 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
8335 fi
8336 fi
8337 fi
8338 eval "$ac_cv_have_x"
8339 fi # $with_x != no
8340
8341 if test "$have_x" != yes; then
8342 echo "$ac_t""$have_x" 1>&6
8343 no_x=yes
8344 else
8345 # If each of the values was on the command line, it overrides each guess.
8346 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8347 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8348 # Update the cache value to reflect the command line values.
8349 ac_cv_have_x="have_x=yes \
8350 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
8351 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
8352 fi
8353
8354 if test "$no_x" = yes; then
8355 # Not all programs may use this symbol, but it does not hurt to define it.
8356 cat >> confdefs.h <<\EOF
8357 #define X_DISPLAY_MISSING 1
8358 EOF
8359
8360 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8361 else
8362 if test -n "$x_includes"; then
8363 X_CFLAGS="$X_CFLAGS -I$x_includes"
8364 fi
8365
8366 # It would also be nice to do this for all -L options, not just this one.
8367 if test -n "$x_libraries"; then
8368 X_LIBS="$X_LIBS -L$x_libraries"
8369 # For Solaris; some versions of Sun CC require a space after -R and
8370 # others require no space. Words are not sufficient . . . .
8371 case "`(uname -sr) 2>/dev/null`" in
8372 "SunOS 5"*)
8373 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
8374 echo "configure:8375: checking whether -R must be followed by a space" >&5
8375 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries"
8376 cat > conftest.$ac_ext <<EOF
8377 #line 8378 "configure"
8378 #include "confdefs.h"
8379
8380 int main() {
8381
8382 ; return 0; }
8383 EOF
8384 if { (eval echo configure:8385: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8385 rm -rf conftest*
8386 ac_R_nospace=yes
8387 else
8388 echo "configure: failed program was:" >&5
8389 cat conftest.$ac_ext >&5
8390 rm -rf conftest*
8391 ac_R_nospace=no
8392 fi
8393 rm -f conftest*
8394 if test $ac_R_nospace = yes; then
8395 echo "$ac_t""no" 1>&6
8396 X_LIBS="$X_LIBS -R$x_libraries"
8397 else
8398 LIBS="$ac_xsave_LIBS -R $x_libraries"
8399 cat > conftest.$ac_ext <<EOF
8400 #line 8401 "configure"
8401 #include "confdefs.h"
8402
8403 int main() {
8404
8405 ; return 0; }
8406 EOF
8407 if { (eval echo configure:8408: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8408 rm -rf conftest*
8409 ac_R_space=yes
8410 else
8411 echo "configure: failed program was:" >&5
8412 cat conftest.$ac_ext >&5
8413 rm -rf conftest*
8414 ac_R_space=no
8415 fi
8416 rm -f conftest*
8417 if test $ac_R_space = yes; then
8418 echo "$ac_t""yes" 1>&6
8419 X_LIBS="$X_LIBS -R $x_libraries"
8420 else
8421 echo "$ac_t""neither works" 1>&6
8422 fi
8423 fi
8424 LIBS="$ac_xsave_LIBS"
8425 esac
8426 fi
8427
8428 # Check for system-dependent libraries X programs must link with.
8429 # Do this before checking for the system-independent R6 libraries
8430 # (-lICE), since we may need -lsocket or whatever for X linking.
8431
8432 if test "$ISC" = yes; then
8433 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
8434 else
8435 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
8436 # libraries were built with DECnet support. And karl@cs.umb.edu says
8437 # the Alpha needs dnet_stub (dnet does not exist).
8438 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
8439 echo "configure:8440: checking for dnet_ntoa in -ldnet" >&5
8440 ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
8441 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8442 echo $ac_n "(cached) $ac_c" 1>&6
8443 else
8444 ac_save_LIBS="$LIBS"
8445 LIBS="-ldnet $LIBS"
8446 cat > conftest.$ac_ext <<EOF
8447 #line 8448 "configure"
8448 #include "confdefs.h"
8449 /* Override any gcc2 internal prototype to avoid an error. */
8450 /* We use char because int might match the return type of a gcc2
8451 builtin and then its argument prototype would still apply. */
8452 char dnet_ntoa();
8453
8454 int main() {
8455 dnet_ntoa()
8456 ; return 0; }
8457 EOF
8458 if { (eval echo configure:8459: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8459 rm -rf conftest*
8460 eval "ac_cv_lib_$ac_lib_var=yes"
8461 else
8462 echo "configure: failed program was:" >&5
8463 cat conftest.$ac_ext >&5
8464 rm -rf conftest*
8465 eval "ac_cv_lib_$ac_lib_var=no"
8466 fi
8467 rm -f conftest*
8468 LIBS="$ac_save_LIBS"
8469
8470 fi
8471 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8472 echo "$ac_t""yes" 1>&6
8473 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
8474 else
8475 echo "$ac_t""no" 1>&6
8476 fi
8477
8478 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
8479 echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
8480 echo "configure:8481: checking for dnet_ntoa in -ldnet_stub" >&5
8481 ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
8482 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8483 echo $ac_n "(cached) $ac_c" 1>&6
8484 else
8485 ac_save_LIBS="$LIBS"
8486 LIBS="-ldnet_stub $LIBS"
8487 cat > conftest.$ac_ext <<EOF
8488 #line 8489 "configure"
8489 #include "confdefs.h"
8490 /* Override any gcc2 internal prototype to avoid an error. */
8491 /* We use char because int might match the return type of a gcc2
8492 builtin and then its argument prototype would still apply. */
8493 char dnet_ntoa();
8494
8495 int main() {
8496 dnet_ntoa()
8497 ; return 0; }
8498 EOF
8499 if { (eval echo configure:8500: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8500 rm -rf conftest*
8501 eval "ac_cv_lib_$ac_lib_var=yes"
8502 else
8503 echo "configure: failed program was:" >&5
8504 cat conftest.$ac_ext >&5
8505 rm -rf conftest*
8506 eval "ac_cv_lib_$ac_lib_var=no"
8507 fi
8508 rm -f conftest*
8509 LIBS="$ac_save_LIBS"
8510
8511 fi
8512 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8513 echo "$ac_t""yes" 1>&6
8514 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
8515 else
8516 echo "$ac_t""no" 1>&6
8517 fi
8518
8519 fi
8520
8521 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
8522 # to get the SysV transport functions.
8523 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
8524 # needs -lnsl.
8525 # The nsl library prevents programs from opening the X display
8526 # on Irix 5.2, according to dickey@clark.net.
8527 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
8528 echo "configure:8529: checking for gethostbyname" >&5
8529 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
8530 echo $ac_n "(cached) $ac_c" 1>&6
8531 else
8532 cat > conftest.$ac_ext <<EOF
8533 #line 8534 "configure"
8534 #include "confdefs.h"
8535 /* System header to define __stub macros and hopefully few prototypes,
8536 which can conflict with char gethostbyname(); below. */
8537 #include <assert.h>
8538 /* Override any gcc2 internal prototype to avoid an error. */
8539 /* We use char because int might match the return type of a gcc2
8540 builtin and then its argument prototype would still apply. */
8541 char gethostbyname();
8542
8543 int main() {
8544
8545 /* The GNU C library defines this for functions which it implements
8546 to always fail with ENOSYS. Some functions are actually named
8547 something starting with __ and the normal name is an alias. */
8548 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
8549 choke me
8550 #else
8551 gethostbyname();
8552 #endif
8553
8554 ; return 0; }
8555 EOF
8556 if { (eval echo configure:8557: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8557 rm -rf conftest*
8558 eval "ac_cv_func_gethostbyname=yes"
8559 else
8560 echo "configure: failed program was:" >&5
8561 cat conftest.$ac_ext >&5
8562 rm -rf conftest*
8563 eval "ac_cv_func_gethostbyname=no"
8564 fi
8565 rm -f conftest*
8566 fi
8567
8568 if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
8569 echo "$ac_t""yes" 1>&6
8570 :
8571 else
8572 echo "$ac_t""no" 1>&6
8573 fi
8574
8575 if test $ac_cv_func_gethostbyname = no; then
8576 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
8577 echo "configure:8578: checking for gethostbyname in -lnsl" >&5
8578 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
8579 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8580 echo $ac_n "(cached) $ac_c" 1>&6
8581 else
8582 ac_save_LIBS="$LIBS"
8583 LIBS="-lnsl $LIBS"
8584 cat > conftest.$ac_ext <<EOF
8585 #line 8586 "configure"
8586 #include "confdefs.h"
8587 /* Override any gcc2 internal prototype to avoid an error. */
8588 /* We use char because int might match the return type of a gcc2
8589 builtin and then its argument prototype would still apply. */
8590 char gethostbyname();
8591
8592 int main() {
8593 gethostbyname()
8594 ; return 0; }
8595 EOF
8596 if { (eval echo configure:8597: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8597 rm -rf conftest*
8598 eval "ac_cv_lib_$ac_lib_var=yes"
8599 else
8600 echo "configure: failed program was:" >&5
8601 cat conftest.$ac_ext >&5
8602 rm -rf conftest*
8603 eval "ac_cv_lib_$ac_lib_var=no"
8604 fi
8605 rm -f conftest*
8606 LIBS="$ac_save_LIBS"
8607
8608 fi
8609 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8610 echo "$ac_t""yes" 1>&6
8611 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
8612 else
8613 echo "$ac_t""no" 1>&6
8614 fi
8615
8616 fi
8617
8618 # lieder@skyler.mavd.honeywell.com says without -lsocket,
8619 # socket/setsockopt and other routines are undefined under SCO ODT
8620 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
8621 # on later versions), says simon@lia.di.epfl.ch: it contains
8622 # gethostby* variants that don't use the nameserver (or something).
8623 # -lsocket must be given before -lnsl if both are needed.
8624 # We assume that if connect needs -lnsl, so does gethostbyname.
8625 echo $ac_n "checking for connect""... $ac_c" 1>&6
8626 echo "configure:8627: checking for connect" >&5
8627 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
8628 echo $ac_n "(cached) $ac_c" 1>&6
8629 else
8630 cat > conftest.$ac_ext <<EOF
8631 #line 8632 "configure"
8632 #include "confdefs.h"
8633 /* System header to define __stub macros and hopefully few prototypes,
8634 which can conflict with char connect(); below. */
8635 #include <assert.h>
8636 /* Override any gcc2 internal prototype to avoid an error. */
8637 /* We use char because int might match the return type of a gcc2
8638 builtin and then its argument prototype would still apply. */
8639 char connect();
8640
8641 int main() {
8642
8643 /* The GNU C library defines this for functions which it implements
8644 to always fail with ENOSYS. Some functions are actually named
8645 something starting with __ and the normal name is an alias. */
8646 #if defined (__stub_connect) || defined (__stub___connect)
8647 choke me
8648 #else
8649 connect();
8650 #endif
8651
8652 ; return 0; }
8653 EOF
8654 if { (eval echo configure:8655: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8655 rm -rf conftest*
8656 eval "ac_cv_func_connect=yes"
8657 else
8658 echo "configure: failed program was:" >&5
8659 cat conftest.$ac_ext >&5
8660 rm -rf conftest*
8661 eval "ac_cv_func_connect=no"
8662 fi
8663 rm -f conftest*
8664 fi
8665
8666 if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
8667 echo "$ac_t""yes" 1>&6
8668 :
8669 else
8670 echo "$ac_t""no" 1>&6
8671 fi
8672
8673 if test $ac_cv_func_connect = no; then
8674 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
8675 echo "configure:8676: checking for connect in -lsocket" >&5
8676 ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
8677 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8678 echo $ac_n "(cached) $ac_c" 1>&6
8679 else
8680 ac_save_LIBS="$LIBS"
8681 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
8682 cat > conftest.$ac_ext <<EOF
8683 #line 8684 "configure"
8684 #include "confdefs.h"
8685 /* Override any gcc2 internal prototype to avoid an error. */
8686 /* We use char because int might match the return type of a gcc2
8687 builtin and then its argument prototype would still apply. */
8688 char connect();
8689
8690 int main() {
8691 connect()
8692 ; return 0; }
8693 EOF
8694 if { (eval echo configure:8695: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8695 rm -rf conftest*
8696 eval "ac_cv_lib_$ac_lib_var=yes"
8697 else
8698 echo "configure: failed program was:" >&5
8699 cat conftest.$ac_ext >&5
8700 rm -rf conftest*
8701 eval "ac_cv_lib_$ac_lib_var=no"
8702 fi
8703 rm -f conftest*
8704 LIBS="$ac_save_LIBS"
8705
8706 fi
8707 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8708 echo "$ac_t""yes" 1>&6
8709 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
8710 else
8711 echo "$ac_t""no" 1>&6
8712 fi
8713
8714 fi
8715
8716 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
8717 echo $ac_n "checking for remove""... $ac_c" 1>&6
8718 echo "configure:8719: checking for remove" >&5
8719 if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
8720 echo $ac_n "(cached) $ac_c" 1>&6
8721 else
8722 cat > conftest.$ac_ext <<EOF
8723 #line 8724 "configure"
8724 #include "confdefs.h"
8725 /* System header to define __stub macros and hopefully few prototypes,
8726 which can conflict with char remove(); below. */
8727 #include <assert.h>
8728 /* Override any gcc2 internal prototype to avoid an error. */
8729 /* We use char because int might match the return type of a gcc2
8730 builtin and then its argument prototype would still apply. */
8731 char remove();
8732
8733 int main() {
8734
8735 /* The GNU C library defines this for functions which it implements
8736 to always fail with ENOSYS. Some functions are actually named
8737 something starting with __ and the normal name is an alias. */
8738 #if defined (__stub_remove) || defined (__stub___remove)
8739 choke me
8740 #else
8741 remove();
8742 #endif
8743
8744 ; return 0; }
8745 EOF
8746 if { (eval echo configure:8747: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8747 rm -rf conftest*
8748 eval "ac_cv_func_remove=yes"
8749 else
8750 echo "configure: failed program was:" >&5
8751 cat conftest.$ac_ext >&5
8752 rm -rf conftest*
8753 eval "ac_cv_func_remove=no"
8754 fi
8755 rm -f conftest*
8756 fi
8757
8758 if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
8759 echo "$ac_t""yes" 1>&6
8760 :
8761 else
8762 echo "$ac_t""no" 1>&6
8763 fi
8764
8765 if test $ac_cv_func_remove = no; then
8766 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
8767 echo "configure:8768: checking for remove in -lposix" >&5
8768 ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
8769 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8770 echo $ac_n "(cached) $ac_c" 1>&6
8771 else
8772 ac_save_LIBS="$LIBS"
8773 LIBS="-lposix $LIBS"
8774 cat > conftest.$ac_ext <<EOF
8775 #line 8776 "configure"
8776 #include "confdefs.h"
8777 /* Override any gcc2 internal prototype to avoid an error. */
8778 /* We use char because int might match the return type of a gcc2
8779 builtin and then its argument prototype would still apply. */
8780 char remove();
8781
8782 int main() {
8783 remove()
8784 ; return 0; }
8785 EOF
8786 if { (eval echo configure:8787: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8787 rm -rf conftest*
8788 eval "ac_cv_lib_$ac_lib_var=yes"
8789 else
8790 echo "configure: failed program was:" >&5
8791 cat conftest.$ac_ext >&5
8792 rm -rf conftest*
8793 eval "ac_cv_lib_$ac_lib_var=no"
8794 fi
8795 rm -f conftest*
8796 LIBS="$ac_save_LIBS"
8797
8798 fi
8799 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8800 echo "$ac_t""yes" 1>&6
8801 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
8802 else
8803 echo "$ac_t""no" 1>&6
8804 fi
8805
8806 fi
8807
8808 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
8809 echo $ac_n "checking for shmat""... $ac_c" 1>&6
8810 echo "configure:8811: checking for shmat" >&5
8811 if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
8812 echo $ac_n "(cached) $ac_c" 1>&6
8813 else
8814 cat > conftest.$ac_ext <<EOF
8815 #line 8816 "configure"
8816 #include "confdefs.h"
8817 /* System header to define __stub macros and hopefully few prototypes,
8818 which can conflict with char shmat(); below. */
8819 #include <assert.h>
8820 /* Override any gcc2 internal prototype to avoid an error. */
8821 /* We use char because int might match the return type of a gcc2
8822 builtin and then its argument prototype would still apply. */
8823 char shmat();
8824
8825 int main() {
8826
8827 /* The GNU C library defines this for functions which it implements
8828 to always fail with ENOSYS. Some functions are actually named
8829 something starting with __ and the normal name is an alias. */
8830 #if defined (__stub_shmat) || defined (__stub___shmat)
8831 choke me
8832 #else
8833 shmat();
8834 #endif
8835
8836 ; return 0; }
8837 EOF
8838 if { (eval echo configure:8839: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8839 rm -rf conftest*
8840 eval "ac_cv_func_shmat=yes"
8841 else
8842 echo "configure: failed program was:" >&5
8843 cat conftest.$ac_ext >&5
8844 rm -rf conftest*
8845 eval "ac_cv_func_shmat=no"
8846 fi
8847 rm -f conftest*
8848 fi
8849
8850 if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
8851 echo "$ac_t""yes" 1>&6
8852 :
8853 else
8854 echo "$ac_t""no" 1>&6
8855 fi
8856
8857 if test $ac_cv_func_shmat = no; then
8858 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
8859 echo "configure:8860: checking for shmat in -lipc" >&5
8860 ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
8861 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8862 echo $ac_n "(cached) $ac_c" 1>&6
8863 else
8864 ac_save_LIBS="$LIBS"
8865 LIBS="-lipc $LIBS"
8866 cat > conftest.$ac_ext <<EOF
8867 #line 8868 "configure"
8868 #include "confdefs.h"
8869 /* Override any gcc2 internal prototype to avoid an error. */
8870 /* We use char because int might match the return type of a gcc2
8871 builtin and then its argument prototype would still apply. */
8872 char shmat();
8873
8874 int main() {
8875 shmat()
8876 ; return 0; }
8877 EOF
8878 if { (eval echo configure:8879: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8879 rm -rf conftest*
8880 eval "ac_cv_lib_$ac_lib_var=yes"
8881 else
8882 echo "configure: failed program was:" >&5
8883 cat conftest.$ac_ext >&5
8884 rm -rf conftest*
8885 eval "ac_cv_lib_$ac_lib_var=no"
8886 fi
8887 rm -f conftest*
8888 LIBS="$ac_save_LIBS"
8889
8890 fi
8891 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8892 echo "$ac_t""yes" 1>&6
8893 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
8894 else
8895 echo "$ac_t""no" 1>&6
8896 fi
8897
8898 fi
8899 fi
8900
8901 # Check for libraries that X11R6 Xt/Xaw programs need.
8902 ac_save_LDFLAGS="$LDFLAGS"
8903 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
8904 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
8905 # check for ICE first), but we must link in the order -lSM -lICE or
8906 # we get undefined symbols. So assume we have SM if we have ICE.
8907 # These have to be linked with before -lX11, unlike the other
8908 # libraries we check for below, so use a different variable.
8909 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
8910 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
8911 echo "configure:8912: checking for IceConnectionNumber in -lICE" >&5
8912 ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
8913 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8914 echo $ac_n "(cached) $ac_c" 1>&6
8915 else
8916 ac_save_LIBS="$LIBS"
8917 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
8918 cat > conftest.$ac_ext <<EOF
8919 #line 8920 "configure"
8920 #include "confdefs.h"
8921 /* Override any gcc2 internal prototype to avoid an error. */
8922 /* We use char because int might match the return type of a gcc2
8923 builtin and then its argument prototype would still apply. */
8924 char IceConnectionNumber();
8925
8926 int main() {
8927 IceConnectionNumber()
8928 ; return 0; }
8929 EOF
8930 if { (eval echo configure:8931: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8931 rm -rf conftest*
8932 eval "ac_cv_lib_$ac_lib_var=yes"
8933 else
8934 echo "configure: failed program was:" >&5
8935 cat conftest.$ac_ext >&5
8936 rm -rf conftest*
8937 eval "ac_cv_lib_$ac_lib_var=no"
8938 fi
8939 rm -f conftest*
8940 LIBS="$ac_save_LIBS"
8941
8942 fi
8943 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8944 echo "$ac_t""yes" 1>&6
8945 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
8946 else
8947 echo "$ac_t""no" 1>&6
8948 fi
8949
8950 LDFLAGS="$ac_save_LDFLAGS"
8951
8952 fi
8953
8954 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
8955 LDFLAGS="$LDFLAGS $X_LIBS"
8956
8957 if test "$wxUSE_MOTIF" = 1; then
8958 if test "$no_x" = "yes"; then
8959 { echo "configure: error: X11 not found" 1>&2; exit 1; }
8960 fi
8961
8962 GUI_TK_LIBRARY="$X_LIBS"
8963 TOOLKIT_INCLUDE="$X_CFLAGS"
8964
8965 AFMINSTALL=afminstall
8966
8967
8968 COMPILED_X_PROGRAM=0
8969
8970 echo $ac_n "checking for Motif/Lesstif headers""... $ac_c" 1>&6
8971 echo "configure:8972: checking for Motif/Lesstif headers" >&5
8972
8973 ac_find_includes=
8974 for ac_dir in $SEARCH_INCLUDE;
8975 do
8976 if test -f "$ac_dir/Xm/Xm.h"; then
8977 ac_find_includes=$ac_dir
8978 break
8979 fi
8980 done
8981
8982 if test "$ac_find_includes" != "" ; then
8983 echo "$ac_t""found $ac_find_includes" 1>&6
8984 else
8985 cat > conftest.$ac_ext <<EOF
8986 #line 8987 "configure"
8987 #include "confdefs.h"
8988
8989 #include <Xm/Xm.h>
8990
8991 int main() {
8992
8993 int version;
8994
8995 version = xmUseVersion;
8996
8997 ; return 0; }
8998 EOF
8999 if { (eval echo configure:9000: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9000 rm -rf conftest*
9001
9002 echo "$ac_t""found in default search path" 1>&6
9003 COMPILED_X_PROGRAM=1
9004
9005 else
9006 echo "configure: failed program was:" >&5
9007 cat conftest.$ac_ext >&5
9008 rm -rf conftest*
9009
9010 echo "$ac_t""no" 1>&6
9011 { echo "configure: error: please set CFLAGS to contain the location of Xm/Xm.h" 1>&2; exit 1; }
9012
9013
9014 fi
9015 rm -f conftest*
9016 fi
9017
9018 if test "$COMPILED_X_PROGRAM" = 0; then
9019 echo $ac_n "checking for Motif/Lesstif library""... $ac_c" 1>&6
9020 echo "configure:9021: checking for Motif/Lesstif library" >&5
9021
9022 ac_find_libraries=
9023 for ac_dir in $SEARCH_LIB;
9024 do
9025 for ac_extension in a so sl; do
9026 if test -f "$ac_dir/libXm.$ac_extension"; then
9027 ac_find_libraries=$ac_dir
9028 break 2
9029 fi
9030 done
9031 done
9032
9033 if test "$ac_find_libraries" != "" ; then
9034
9035 ac_path_to_include=$ac_find_includes
9036 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
9037 result=$?
9038 if test $result = 0; then
9039 ac_path_to_include=""
9040 else
9041 ac_path_to_include="-I$ac_find_includes"
9042 fi
9043
9044
9045 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
9046 result=$?
9047 if test $result = 0; then
9048 ac_path_to_link=""
9049 else
9050 ac_path_to_link="-L$ac_find_libraries"
9051 fi
9052
9053
9054 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $ac_path_to_link"
9055 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE $ac_path_to_include"
9056 echo "$ac_t""found at $ac_find_libraries" 1>&6
9057 else
9058 cat > conftest.$ac_ext <<EOF
9059 #line 9060 "configure"
9060 #include "confdefs.h"
9061
9062 #include <Xm/Xm.h>
9063
9064 int main() {
9065
9066 int version;
9067
9068 version = xmUseVersion;
9069
9070 ; return 0; }
9071 EOF
9072 if { (eval echo configure:9073: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9073 rm -rf conftest*
9074
9075 echo "$ac_t""found in default search path" 1>&6
9076 COMPILED_X_PROGRAM=1
9077
9078 else
9079 echo "configure: failed program was:" >&5
9080 cat conftest.$ac_ext >&5
9081 rm -rf conftest*
9082
9083 echo "$ac_t""no" 1>&6
9084 { echo "configure: error: please set LDFLAGS to contain the location of libXm" 1>&2; exit 1; }
9085
9086
9087 fi
9088 rm -f conftest*
9089 fi
9090 fi
9091
9092
9093 XPM_LINK=""
9094 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
9095 echo "configure:9096: checking for Xpm library" >&5
9096
9097 ac_find_libraries=
9098 for ac_dir in $SEARCH_LIB;
9099 do
9100 for ac_extension in a so sl; do
9101 if test -f "$ac_dir/libXpm.$ac_extension"; then
9102 ac_find_libraries=$ac_dir
9103 break 2
9104 fi
9105 done
9106 done
9107
9108 if test "$ac_find_libraries" != "" ; then
9109
9110 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
9111 result=$?
9112 if test $result = 0; then
9113 ac_path_to_link=""
9114 else
9115 ac_path_to_link="-L$ac_find_libraries"
9116 fi
9117
9118 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $ac_path_to_link"
9119 XPM_LINK="-lXpm "
9120 cat >> confdefs.h <<\EOF
9121 #define wxHAVE_LIB_XPM 1
9122 EOF
9123
9124 echo "$ac_t""found at $ac_find_libraries" 1>&6
9125 else
9126 cat > conftest.$ac_ext <<EOF
9127 #line 9128 "configure"
9128 #include "confdefs.h"
9129
9130 #include <X11/xpm.h>
9131
9132 int main() {
9133
9134 int version;
9135
9136 version = XpmLibraryVersion();
9137
9138 ; return 0; }
9139 EOF
9140 if { (eval echo configure:9141: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9141 rm -rf conftest*
9142
9143 XPM_LINK="-lXpm "
9144 cat >> confdefs.h <<\EOF
9145 #define wxHAVE_LIB_XPM 1
9146 EOF
9147
9148 echo "$ac_t""found in default search path" 1>&6
9149 COMPILED_X_PROGRAM=0
9150
9151 else
9152 echo "configure: failed program was:" >&5
9153 cat conftest.$ac_ext >&5
9154 rm -rf conftest*
9155
9156 echo "$ac_t""no" 1>&6
9157 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
9158
9159
9160 fi
9161 rm -f conftest*
9162 fi
9163
9164 GUI_TK_LINK="-lXm $XPM_LINK -lXmu -lXext -lXt -lX11"
9165 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $GUI_TK_LINK"
9166 TOOLKIT=MOTIF
9167 GUIDIST=MOTIF_DIST
9168 fi
9169
9170 if test "$wxUSE_MAC" = 1; then
9171 TOOLKIT=MAC
9172 GUIDIST=MACX_DIST
9173 fi
9174
9175 if test "$wxUSE_PM" = 1; then
9176 TOOLKIT=PM
9177 GUIDIST=GTK_DIST
9178 fi
9179
9180 if test "$TOOLKIT" != "PM" ; then
9181 TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
9182 else
9183 TOOLKIT_DIR="os2"
9184 fi
9185
9186 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
9187 TOOLKIT_NAME="${TOOLKIT_DIR}d"
9188 else
9189 TOOLKIT_NAME="${TOOLKIT_DIR}"
9190 fi
9191
9192 TOOLKIT_DEF="-D__WX${TOOLKIT}__"
9193
9194 WX_LIBRARY="wx_${TOOLKIT_NAME}"
9195
9196 ALL_OBJECTS="\$(GUIOBJS) \$(COMMONOBJS) \$(GENERICOBJS) \$(UNIXOBJS) \$(HTMLOBJS) \$(OGLOBJS)"
9197
9198 if test "$TOOLKIT" != "MSW" -a "$wxUSE_ODBC" = "yes" ; then
9199 ALL_OBJECTS="${ALL_OBJECTS} \$(IODBCOBJS)"
9200 fi
9201
9202 if test "$wxUSE_LIBJPEG" = "yes" ; then
9203 ALL_OBJECTS="${ALL_OBJECTS} \$(JPEGOBJS)"
9204 fi
9205 if test "$wxUSE_LIBTIFF" = "yes" ; then
9206 ALL_OBJECTS="${ALL_OBJECTS} \$(TIFFOBJS)"
9207 fi
9208 if test "$wxUSE_LIBPNG" = "yes" ; then
9209 ALL_OBJECTS="${ALL_OBJECTS} \$(PNGOBJS)"
9210 fi
9211 if test "$wxUSE_ZLIB" = "yes" ; then
9212 ALL_OBJECTS="${ALL_OBJECTS} \$(ZLIBOBJS)"
9213 fi
9214 if test "$wxUSE_FREETYPE" = "yes" ; then
9215 ALL_OBJECTS="${ALL_OBJECTS} \$(FREETYPEOBJS)"
9216 fi
9217 ALL_DEPFILES="\$(GUIDEPS) \$(COMMONDEPS) \$(GENERICDEPS) \$(UNIXDEPS) \$(HTMLDEPS) \$(OGLDEPS)"
9218
9219 PORT_FILES="src/\$(TOOLKITDIR)/files.lst"
9220 RPM_FILES="src/\$(TOOLKITDIR)/rpmfiles.lst"
9221 RPM_SPEC="wx\$(TOOLKIT).spec"
9222
9223 GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
9224 DISTDIR="wx\$(TOOLKIT)"
9225 else
9226 USE_GUI=0
9227
9228 TOOLKIT_DIR="base"
9229
9230 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
9231 TOOLKIT_NAME="${TOOLKIT_DIR}d"
9232 else
9233 TOOLKIT_NAME="${TOOLKIT_DIR}"
9234 fi
9235
9236 TOOLKIT_DEF="-D__WXBASE__"
9237
9238 ALL_OBJECTS="\$(BASE_OBJS) \$(BASE_UNIX_OBJS)"
9239 ALL_DEPFILES="\$(BASE_DEPS) \$(BASE_UNIX_DEPS)"
9240
9241 if test "$wxUSE_ZLIB" = "yes" ; then
9242 ALL_OBJECTS="${ALL_OBJECTS} \$(ZLIBOBJS)"
9243 fi
9244
9245 WX_LIBRARY="wx_${TOOLKIT_NAME}"
9246
9247 PORT_FILES="src/files.lst"
9248 RPM_FILES="src/rpmfiles.lst"
9249 RPM_SPEC="wxBase.spec"
9250
9251 GUIDIST="BASE_DIST"
9252 DISTDIR="wxBase"
9253 fi
9254
9255 WX_LIBRARY_NAME="lib${WX_LIBRARY}.la"
9256 WX_LIBRARY_NAME_GL="lib${WX_LIBRARY}_gl.la"
9257
9258 WX_LIBRARY_NAME_STATIC="lib${WX_LIBRARY}.a"
9259 WX_LIBRARY_NAME_STATIC_GL="lib${WX_LIBRARY}_gl.a"
9260
9261 WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}-${WX_RELEASE}.so.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
9262 WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY}_gl-${WX_RELEASE}.so.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
9263
9264 WX_LIBRARY_LINK1="lib${WX_LIBRARY}-${WX_RELEASE}.so.${WX_CURRENT}"
9265 WX_LIBRARY_LINK2="lib${WX_LIBRARY}-${WX_RELEASE}.so"
9266 WX_LIBRARY_LINK3="lib${WX_LIBRARY}.so"
9267 WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY}_gl-${WX_RELEASE}.so.${WX_CURRENT}"
9268 WX_LIBRARY_LINK2_GL="lib${WX_LIBRARY}_gl-${WX_RELEASE}.so"
9269 WX_LIBRARY_LINK3_GL="lib${WX_LIBRARY}_gl.so"
9270
9271 SHARED_LD=
9272 PIC_FLAG=
9273 WX_ALL=
9274 WX_ALL_INSTALLED=
9275 BURNT_LIBRARY_NAME=
9276 WX_TARGET_LIBRARY_SONAME=
9277
9278
9279 if test "$wxUSE_SHARED" = "yes"; then
9280 case "${host}" in
9281 *-hp-hpux* )
9282 if test "$GCC" = yes ; then
9283 SHARED_LD="${CC} -shared -fPIC -o"
9284 PIC_FLAG="-fPIC"
9285 else
9286 LDFLAGS="-L/usr/lib"
9287
9288 SHARED_LD="${CXX} -b -o"
9289 PIC_FLAG="+Z"
9290 fi
9291 WX_LIBRARY_NAME_SHARED="libwx_${TOOLKIT_NAME}.sl"
9292 WX_LIBRARY_NAME_SHARED_GL="libwx_${TOOLKIT_NAME}_gl.sl"
9293 if test "$wxUSE_OPENGL" = "yes"; then
9294 WX_ALL_INSTALLED="preinstall_gl"
9295 WX_ALL="${WX_LIBRARY_NAME_SHARED} ${WX_LIBRARY_NAME_SHARED_GL}"
9296 else
9297 WX_ALL="${WX_LIBRARY_NAME_SHARED}"
9298 fi
9299 ;;
9300
9301 *-*-linux* )
9302 SHARED_LD="${CC} -shared -o"
9303 PIC_FLAG="-fPIC"
9304 if test "$wxUSE_BURNT_NAME" = "yes" ; then
9305 BURNT_LIBRARY_NAME="-Wl,-soname,${WX_LIBRARY_LINK1}"
9306 BURNT_LIBRARY_NAME_GL="-Wl,-soname,${WX_LIBRARY_LINK1_GL}"
9307 WX_TARGET_LIBRARY_SONAME="-Wl,-soname,\$(TARGETLIB_LINK1)"
9308 fi
9309 if test "$wxUSE_OPENGL" = "yes"; then
9310 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
9311 WX_ALL="CREATE_LINKS CREATE_LINKS_GL"
9312 else
9313 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
9314 WX_ALL="CREATE_LINKS"
9315 fi
9316 ;;
9317 *-*-irix5* | *-*-irix6* )
9318 if test "$GCC" = yes ; then
9319 SHARED_LD="${CC} -shared -o"
9320 PIC_FLAG="-fPIC"
9321 else
9322 SHARED_LD="${CXX} -shared -o"
9323 fi
9324 if test "$wxUSE_OPENGL" = "yes"; then
9325 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
9326 WX_ALL="CREATE_LINKS CREATE_LINKS_GL"
9327 else
9328 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
9329 WX_ALL="CREATE_LINKS"
9330 fi
9331 ;;
9332 *-*-solaris2* )
9333 if test "$GCC" = yes ; then
9334 SHARED_LD="${CC} -shared -o"
9335 PIC_FLAG="-fPIC"
9336
9337 CPPFLAGS="$CPPFLAGS -isystem /usr/openwin/include"
9338 else
9339 SHARED_LD="${CXX} -G -o"
9340 PIC_FLAG="-KPIC"
9341 fi
9342 if test "$wxUSE_OPENGL" = "yes"; then
9343 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
9344 WX_ALL="CREATE_LINKS CREATE_LINKS_GL"
9345 else
9346 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
9347 WX_ALL="CREATE_LINKS"
9348 fi
9349 ;;
9350 *-*-sunos4* )
9351 SHARED_LD="${CC} -shared -o"
9352 PIC_FLAG="-fPIC"
9353 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
9354 WX_ALL="CREATE_LINKS"
9355 ;;
9356 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* )
9357 SHARED_LD="${CC} -shared -o"
9358 PIC_FLAG="-fPIC"
9359 if test "$wxUSE_OPENGL" = "yes"; then
9360 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
9361 WX_ALL="CREATE_LINKS CREATE_LINKS_GL"
9362 else
9363 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
9364 WX_ALL="CREATE_LINKS"
9365 fi
9366 ;;
9367 *-*-darwin* )
9368 SHARED_LD="${CXX} -dynamiclib -o"
9369 PIC_FLAG="-dynamic -fPIC"
9370 if test "$wxUSE_OPENGL" = "yes"; then
9371 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
9372 WX_ALL="CREATE_LINKS CREATE_LINKS_GL"
9373 else
9374 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
9375 WX_ALL="CREATE_LINKS"
9376 fi
9377 WX_ALL="${WX_ALL} ./lib/lib${WX_LIBRARY}-${WX_RELEASE}.r"
9378 WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}-${WX_RELEASE}.dylib.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
9379 WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY}_gl-${WX_RELEASE}.dylib.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
9380 WX_LIBRARY_LINK1="lib${WX_LIBRARY}-${WX_RELEASE}.dylib.${WX_CURRENT}"
9381 WX_LIBRARY_LINK2="lib${WX_LIBRARY}-${WX_RELEASE}.dylib"
9382 WX_LIBRARY_LINK3="lib${WX_LIBRARY}.dylib"
9383 WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY}_gl-${WX_RELEASE}.dylib.${WX_CURRENT}"
9384 WX_LIBRARY_LINK2_GL="lib${WX_LIBRARY}_gl-${WX_RELEASE}.dylib"
9385 WX_LIBRARY_LINK3_GL="lib${WX_LIBRARY}_gl.dylib"
9386 ;;
9387 *-*-osf* )
9388 SHARED_LD="${CXX} -shared -o"
9389 PIC_FLAG="-fPIC"
9390 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
9391 WX_ALL="CREATE_LINKS"
9392 ;;
9393 *-*-dgux5* )
9394 SHARED_LD="${CXX} -shared -o"
9395 PIC_FLAG="-fPIC"
9396 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
9397 WX_ALL="CREATE_LINKS"
9398 ;;
9399 *-*-sysv5* )
9400 SHARED_LD="${CC} -shared -o"
9401 PIC_FLAG="-fPIC"
9402 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
9403 WX_ALL="CREATE_LINKS"
9404 ;;
9405 *-*-aix* )
9406 SHARED_LD="/usr/lpp/xlC/bin/makeC++SharedLib -p 0 -o"
9407 WX_ALL=${WX_LIBRARY_NAME_SHARED}
9408 ;;
9409 *-*-cygwin* )
9410 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}"
9411 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_STATIC_GL}"
9412 if test "$wxUSE_OPENGL" = "yes"; then
9413 WX_ALL_INSTALLED="preinstall_gl"
9414 WX_ALL="${WX_LIBRARY_NAME_STATIC} ${WX_LIBRARY_NAME_STATIC_GL}"
9415 else
9416 WX_ALL="${WX_LIBRARY_NAME_STATIC}"
9417 fi
9418 ;;
9419 *-*-mingw32* )
9420 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}"
9421 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_STATIC_GL}"
9422 if test "$wxUSE_OPENGL" = "yes"; then
9423 WX_ALL_INSTALLED="preinstall_gl"
9424 WX_ALL="${WX_LIBRARY_NAME_STATIC} ${WX_LIBRARY_NAME_STATIC_GL}"
9425 else
9426 WX_ALL="${WX_LIBRARY_NAME_STATIC}"
9427 fi
9428 ;;
9429 *-pc-os2_emx )
9430 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}"
9431 WX_ALL="${WX_LIBRARY_NAME_STATIC}"
9432 ;;
9433 *-*-beos* )
9434 SHARED_LD="${LD} -shared -o"
9435 PIC_FLAG="-fPIC"
9436 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
9437 WX_ALL="CREATE_LINKS"
9438 ;;
9439 *)
9440 { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; }
9441 esac
9442
9443 if test "x$WX_TARGET_LIBRARY" = "x"; then
9444 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_SHARED}"
9445 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_SHARED_GL}"
9446 fi
9447 WX_TARGET_LIBRARY_TYPE="so"
9448 else
9449 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}"
9450 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_STATIC_GL}"
9451
9452 if test "$wxUSE_OPENGL" = "yes"; then
9453 WX_ALL_INSTALLED="preinstall_gl"
9454 WX_ALL="${WX_LIBRARY_NAME_STATIC} ${WX_LIBRARY_NAME_STATIC_GL}"
9455 else
9456 WX_ALL="${WX_LIBRARY_NAME_STATIC}"
9457 fi
9458
9459 if test "$wxUSE_GUI" = "no"; then
9460 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall"
9461 fi
9462
9463 WX_TARGET_LIBRARY_TYPE="a"
9464 fi
9465
9466
9467 for ac_hdr in strings.h
9468 do
9469 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9470 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9471 echo "configure:9472: checking for $ac_hdr" >&5
9472 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9473 echo $ac_n "(cached) $ac_c" 1>&6
9474 else
9475 cat > conftest.$ac_ext <<EOF
9476 #line 9477 "configure"
9477 #include "confdefs.h"
9478 #include <$ac_hdr>
9479 EOF
9480 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9481 { (eval echo configure:9482: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9482 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9483 if test -z "$ac_err"; then
9484 rm -rf conftest*
9485 eval "ac_cv_header_$ac_safe=yes"
9486 else
9487 echo "$ac_err" >&5
9488 echo "configure: failed program was:" >&5
9489 cat conftest.$ac_ext >&5
9490 rm -rf conftest*
9491 eval "ac_cv_header_$ac_safe=no"
9492 fi
9493 rm -f conftest*
9494 fi
9495 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9496 echo "$ac_t""yes" 1>&6
9497 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9498 cat >> confdefs.h <<EOF
9499 #define $ac_tr_hdr 1
9500 EOF
9501
9502 else
9503 echo "$ac_t""no" 1>&6
9504 fi
9505 done
9506
9507 for ac_hdr in stdlib.h
9508 do
9509 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9510 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9511 echo "configure:9512: checking for $ac_hdr" >&5
9512 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9513 echo $ac_n "(cached) $ac_c" 1>&6
9514 else
9515 cat > conftest.$ac_ext <<EOF
9516 #line 9517 "configure"
9517 #include "confdefs.h"
9518 #include <$ac_hdr>
9519 EOF
9520 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9521 { (eval echo configure:9522: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9522 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9523 if test -z "$ac_err"; then
9524 rm -rf conftest*
9525 eval "ac_cv_header_$ac_safe=yes"
9526 else
9527 echo "$ac_err" >&5
9528 echo "configure: failed program was:" >&5
9529 cat conftest.$ac_ext >&5
9530 rm -rf conftest*
9531 eval "ac_cv_header_$ac_safe=no"
9532 fi
9533 rm -f conftest*
9534 fi
9535 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9536 echo "$ac_t""yes" 1>&6
9537 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9538 cat >> confdefs.h <<EOF
9539 #define $ac_tr_hdr 1
9540 EOF
9541
9542 else
9543 echo "$ac_t""no" 1>&6
9544 fi
9545 done
9546
9547 for ac_hdr in unistd.h
9548 do
9549 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9550 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9551 echo "configure:9552: checking for $ac_hdr" >&5
9552 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9553 echo $ac_n "(cached) $ac_c" 1>&6
9554 else
9555 cat > conftest.$ac_ext <<EOF
9556 #line 9557 "configure"
9557 #include "confdefs.h"
9558 #include <$ac_hdr>
9559 EOF
9560 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9561 { (eval echo configure:9562: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9562 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9563 if test -z "$ac_err"; then
9564 rm -rf conftest*
9565 eval "ac_cv_header_$ac_safe=yes"
9566 else
9567 echo "$ac_err" >&5
9568 echo "configure: failed program was:" >&5
9569 cat conftest.$ac_ext >&5
9570 rm -rf conftest*
9571 eval "ac_cv_header_$ac_safe=no"
9572 fi
9573 rm -f conftest*
9574 fi
9575 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9576 echo "$ac_t""yes" 1>&6
9577 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9578 cat >> confdefs.h <<EOF
9579 #define $ac_tr_hdr 1
9580 EOF
9581
9582 else
9583 echo "$ac_t""no" 1>&6
9584 fi
9585 done
9586
9587 for ac_hdr in wchar.h
9588 do
9589 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9590 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9591 echo "configure:9592: checking for $ac_hdr" >&5
9592 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9593 echo $ac_n "(cached) $ac_c" 1>&6
9594 else
9595 cat > conftest.$ac_ext <<EOF
9596 #line 9597 "configure"
9597 #include "confdefs.h"
9598 #include <$ac_hdr>
9599 EOF
9600 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9601 { (eval echo configure:9602: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9602 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9603 if test -z "$ac_err"; then
9604 rm -rf conftest*
9605 eval "ac_cv_header_$ac_safe=yes"
9606 else
9607 echo "$ac_err" >&5
9608 echo "configure: failed program was:" >&5
9609 cat conftest.$ac_ext >&5
9610 rm -rf conftest*
9611 eval "ac_cv_header_$ac_safe=no"
9612 fi
9613 rm -f conftest*
9614 fi
9615 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9616 echo "$ac_t""yes" 1>&6
9617 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9618 cat >> confdefs.h <<EOF
9619 #define $ac_tr_hdr 1
9620 EOF
9621
9622 else
9623 echo "$ac_t""no" 1>&6
9624 fi
9625 done
9626
9627 for ac_hdr in wcstr.h
9628 do
9629 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9630 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9631 echo "configure:9632: checking for $ac_hdr" >&5
9632 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9633 echo $ac_n "(cached) $ac_c" 1>&6
9634 else
9635 cat > conftest.$ac_ext <<EOF
9636 #line 9637 "configure"
9637 #include "confdefs.h"
9638 #include <$ac_hdr>
9639 EOF
9640 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9641 { (eval echo configure:9642: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9642 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9643 if test -z "$ac_err"; then
9644 rm -rf conftest*
9645 eval "ac_cv_header_$ac_safe=yes"
9646 else
9647 echo "$ac_err" >&5
9648 echo "configure: failed program was:" >&5
9649 cat conftest.$ac_ext >&5
9650 rm -rf conftest*
9651 eval "ac_cv_header_$ac_safe=no"
9652 fi
9653 rm -f conftest*
9654 fi
9655 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9656 echo "$ac_t""yes" 1>&6
9657 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9658 cat >> confdefs.h <<EOF
9659 #define $ac_tr_hdr 1
9660 EOF
9661
9662 else
9663 echo "$ac_t""no" 1>&6
9664 fi
9665 done
9666
9667 for ac_hdr in fnmatch.h
9668 do
9669 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9670 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9671 echo "configure:9672: checking for $ac_hdr" >&5
9672 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9673 echo $ac_n "(cached) $ac_c" 1>&6
9674 else
9675 cat > conftest.$ac_ext <<EOF
9676 #line 9677 "configure"
9677 #include "confdefs.h"
9678 #include <$ac_hdr>
9679 EOF
9680 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9681 { (eval echo configure:9682: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9682 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9683 if test -z "$ac_err"; then
9684 rm -rf conftest*
9685 eval "ac_cv_header_$ac_safe=yes"
9686 else
9687 echo "$ac_err" >&5
9688 echo "configure: failed program was:" >&5
9689 cat conftest.$ac_ext >&5
9690 rm -rf conftest*
9691 eval "ac_cv_header_$ac_safe=no"
9692 fi
9693 rm -f conftest*
9694 fi
9695 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9696 echo "$ac_t""yes" 1>&6
9697 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9698 cat >> confdefs.h <<EOF
9699 #define $ac_tr_hdr 1
9700 EOF
9701
9702 else
9703 echo "$ac_t""no" 1>&6
9704 fi
9705 done
9706
9707 for ac_hdr in iconv.h
9708 do
9709 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9710 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9711 echo "configure:9712: checking for $ac_hdr" >&5
9712 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9713 echo $ac_n "(cached) $ac_c" 1>&6
9714 else
9715 cat > conftest.$ac_ext <<EOF
9716 #line 9717 "configure"
9717 #include "confdefs.h"
9718 #include <$ac_hdr>
9719 EOF
9720 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9721 { (eval echo configure:9722: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9722 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9723 if test -z "$ac_err"; then
9724 rm -rf conftest*
9725 eval "ac_cv_header_$ac_safe=yes"
9726 else
9727 echo "$ac_err" >&5
9728 echo "configure: failed program was:" >&5
9729 cat conftest.$ac_ext >&5
9730 rm -rf conftest*
9731 eval "ac_cv_header_$ac_safe=no"
9732 fi
9733 rm -f conftest*
9734 fi
9735 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9736 echo "$ac_t""yes" 1>&6
9737 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9738 cat >> confdefs.h <<EOF
9739 #define $ac_tr_hdr 1
9740 EOF
9741
9742 else
9743 echo "$ac_t""no" 1>&6
9744 fi
9745 done
9746
9747 for ac_hdr in langinfo.h
9748 do
9749 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9750 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9751 echo "configure:9752: checking for $ac_hdr" >&5
9752 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9753 echo $ac_n "(cached) $ac_c" 1>&6
9754 else
9755 cat > conftest.$ac_ext <<EOF
9756 #line 9757 "configure"
9757 #include "confdefs.h"
9758 #include <$ac_hdr>
9759 EOF
9760 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9761 { (eval echo configure:9762: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9762 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9763 if test -z "$ac_err"; then
9764 rm -rf conftest*
9765 eval "ac_cv_header_$ac_safe=yes"
9766 else
9767 echo "$ac_err" >&5
9768 echo "configure: failed program was:" >&5
9769 cat conftest.$ac_ext >&5
9770 rm -rf conftest*
9771 eval "ac_cv_header_$ac_safe=no"
9772 fi
9773 rm -f conftest*
9774 fi
9775 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9776 echo "$ac_t""yes" 1>&6
9777 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9778 cat >> confdefs.h <<EOF
9779 #define $ac_tr_hdr 1
9780 EOF
9781
9782 else
9783 echo "$ac_t""no" 1>&6
9784 fi
9785 done
9786
9787
9788 if test "$wxUSE_GUI" = "yes"; then
9789 if test "$wxUSE_UNIX" = "yes"; then
9790 for ac_hdr in X11/XKBlib.h
9791 do
9792 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9793 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9794 echo "configure:9795: checking for $ac_hdr" >&5
9795 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9796 echo $ac_n "(cached) $ac_c" 1>&6
9797 else
9798 cat > conftest.$ac_ext <<EOF
9799 #line 9800 "configure"
9800 #include "confdefs.h"
9801 #include <$ac_hdr>
9802 EOF
9803 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9804 { (eval echo configure:9805: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9805 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9806 if test -z "$ac_err"; then
9807 rm -rf conftest*
9808 eval "ac_cv_header_$ac_safe=yes"
9809 else
9810 echo "$ac_err" >&5
9811 echo "configure: failed program was:" >&5
9812 cat conftest.$ac_ext >&5
9813 rm -rf conftest*
9814 eval "ac_cv_header_$ac_safe=no"
9815 fi
9816 rm -f conftest*
9817 fi
9818 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9819 echo "$ac_t""yes" 1>&6
9820 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9821 cat >> confdefs.h <<EOF
9822 #define $ac_tr_hdr 1
9823 EOF
9824
9825 else
9826 echo "$ac_t""no" 1>&6
9827 fi
9828 done
9829
9830 fi
9831 fi
9832
9833
9834 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
9835 echo "configure:9836: checking for ANSI C header files" >&5
9836 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
9837 echo $ac_n "(cached) $ac_c" 1>&6
9838 else
9839 cat > conftest.$ac_ext <<EOF
9840 #line 9841 "configure"
9841 #include "confdefs.h"
9842 #include <stdlib.h>
9843 #include <stdarg.h>
9844 #include <string.h>
9845 #include <float.h>
9846 EOF
9847 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9848 { (eval echo configure:9849: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9849 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9850 if test -z "$ac_err"; then
9851 rm -rf conftest*
9852 ac_cv_header_stdc=yes
9853 else
9854 echo "$ac_err" >&5
9855 echo "configure: failed program was:" >&5
9856 cat conftest.$ac_ext >&5
9857 rm -rf conftest*
9858 ac_cv_header_stdc=no
9859 fi
9860 rm -f conftest*
9861
9862 if test $ac_cv_header_stdc = yes; then
9863 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
9864 cat > conftest.$ac_ext <<EOF
9865 #line 9866 "configure"
9866 #include "confdefs.h"
9867 #include <string.h>
9868 EOF
9869 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9870 egrep "memchr" >/dev/null 2>&1; then
9871 :
9872 else
9873 rm -rf conftest*
9874 ac_cv_header_stdc=no
9875 fi
9876 rm -f conftest*
9877
9878 fi
9879
9880 if test $ac_cv_header_stdc = yes; then
9881 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
9882 cat > conftest.$ac_ext <<EOF
9883 #line 9884 "configure"
9884 #include "confdefs.h"
9885 #include <stdlib.h>
9886 EOF
9887 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9888 egrep "free" >/dev/null 2>&1; then
9889 :
9890 else
9891 rm -rf conftest*
9892 ac_cv_header_stdc=no
9893 fi
9894 rm -f conftest*
9895
9896 fi
9897
9898 if test $ac_cv_header_stdc = yes; then
9899 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
9900 if test "$cross_compiling" = yes; then
9901 :
9902 else
9903 cat > conftest.$ac_ext <<EOF
9904 #line 9905 "configure"
9905 #include "confdefs.h"
9906 #include <ctype.h>
9907 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
9908 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
9909 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
9910 int main () { int i; for (i = 0; i < 256; i++)
9911 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
9912 exit (0); }
9913
9914 EOF
9915 if { (eval echo configure:9916: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
9916 then
9917 :
9918 else
9919 echo "configure: failed program was:" >&5
9920 cat conftest.$ac_ext >&5
9921 rm -fr conftest*
9922 ac_cv_header_stdc=no
9923 fi
9924 rm -fr conftest*
9925 fi
9926
9927 fi
9928 fi
9929
9930 echo "$ac_t""$ac_cv_header_stdc" 1>&6
9931 if test $ac_cv_header_stdc = yes; then
9932 cat >> confdefs.h <<\EOF
9933 #define STDC_HEADERS 1
9934 EOF
9935
9936 fi
9937
9938 echo $ac_n "checking for mode_t""... $ac_c" 1>&6
9939 echo "configure:9940: checking for mode_t" >&5
9940 if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
9941 echo $ac_n "(cached) $ac_c" 1>&6
9942 else
9943 cat > conftest.$ac_ext <<EOF
9944 #line 9945 "configure"
9945 #include "confdefs.h"
9946 #include <sys/types.h>
9947 #if STDC_HEADERS
9948 #include <stdlib.h>
9949 #include <stddef.h>
9950 #endif
9951 EOF
9952 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9953 egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
9954 rm -rf conftest*
9955 ac_cv_type_mode_t=yes
9956 else
9957 rm -rf conftest*
9958 ac_cv_type_mode_t=no
9959 fi
9960 rm -f conftest*
9961
9962 fi
9963 echo "$ac_t""$ac_cv_type_mode_t" 1>&6
9964 if test $ac_cv_type_mode_t = no; then
9965 cat >> confdefs.h <<\EOF
9966 #define mode_t int
9967 EOF
9968
9969 fi
9970
9971 echo $ac_n "checking for off_t""... $ac_c" 1>&6
9972 echo "configure:9973: checking for off_t" >&5
9973 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
9974 echo $ac_n "(cached) $ac_c" 1>&6
9975 else
9976 cat > conftest.$ac_ext <<EOF
9977 #line 9978 "configure"
9978 #include "confdefs.h"
9979 #include <sys/types.h>
9980 #if STDC_HEADERS
9981 #include <stdlib.h>
9982 #include <stddef.h>
9983 #endif
9984 EOF
9985 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9986 egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
9987 rm -rf conftest*
9988 ac_cv_type_off_t=yes
9989 else
9990 rm -rf conftest*
9991 ac_cv_type_off_t=no
9992 fi
9993 rm -f conftest*
9994
9995 fi
9996 echo "$ac_t""$ac_cv_type_off_t" 1>&6
9997 if test $ac_cv_type_off_t = no; then
9998 cat >> confdefs.h <<\EOF
9999 #define off_t long
10000 EOF
10001
10002 fi
10003
10004 echo $ac_n "checking for pid_t""... $ac_c" 1>&6
10005 echo "configure:10006: checking for pid_t" >&5
10006 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
10007 echo $ac_n "(cached) $ac_c" 1>&6
10008 else
10009 cat > conftest.$ac_ext <<EOF
10010 #line 10011 "configure"
10011 #include "confdefs.h"
10012 #include <sys/types.h>
10013 #if STDC_HEADERS
10014 #include <stdlib.h>
10015 #include <stddef.h>
10016 #endif
10017 EOF
10018 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10019 egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
10020 rm -rf conftest*
10021 ac_cv_type_pid_t=yes
10022 else
10023 rm -rf conftest*
10024 ac_cv_type_pid_t=no
10025 fi
10026 rm -f conftest*
10027
10028 fi
10029 echo "$ac_t""$ac_cv_type_pid_t" 1>&6
10030 if test $ac_cv_type_pid_t = no; then
10031 cat >> confdefs.h <<\EOF
10032 #define pid_t int
10033 EOF
10034
10035 fi
10036
10037 echo $ac_n "checking for size_t""... $ac_c" 1>&6
10038 echo "configure:10039: checking for size_t" >&5
10039 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
10040 echo $ac_n "(cached) $ac_c" 1>&6
10041 else
10042 cat > conftest.$ac_ext <<EOF
10043 #line 10044 "configure"
10044 #include "confdefs.h"
10045 #include <sys/types.h>
10046 #if STDC_HEADERS
10047 #include <stdlib.h>
10048 #include <stddef.h>
10049 #endif
10050 EOF
10051 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10052 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
10053 rm -rf conftest*
10054 ac_cv_type_size_t=yes
10055 else
10056 rm -rf conftest*
10057 ac_cv_type_size_t=no
10058 fi
10059 rm -f conftest*
10060
10061 fi
10062 echo "$ac_t""$ac_cv_type_size_t" 1>&6
10063 if test $ac_cv_type_size_t = no; then
10064 cat >> confdefs.h <<\EOF
10065 #define size_t unsigned
10066 EOF
10067
10068 fi
10069
10070 echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
10071 echo "configure:10072: checking for uid_t in sys/types.h" >&5
10072 if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
10073 echo $ac_n "(cached) $ac_c" 1>&6
10074 else
10075 cat > conftest.$ac_ext <<EOF
10076 #line 10077 "configure"
10077 #include "confdefs.h"
10078 #include <sys/types.h>
10079 EOF
10080 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10081 egrep "uid_t" >/dev/null 2>&1; then
10082 rm -rf conftest*
10083 ac_cv_type_uid_t=yes
10084 else
10085 rm -rf conftest*
10086 ac_cv_type_uid_t=no
10087 fi
10088 rm -f conftest*
10089
10090 fi
10091
10092 echo "$ac_t""$ac_cv_type_uid_t" 1>&6
10093 if test $ac_cv_type_uid_t = no; then
10094 cat >> confdefs.h <<\EOF
10095 #define uid_t int
10096 EOF
10097
10098 cat >> confdefs.h <<\EOF
10099 #define gid_t int
10100 EOF
10101
10102 fi
10103
10104
10105 echo $ac_n "checking for wchar_t""... $ac_c" 1>&6
10106 echo "configure:10107: checking for wchar_t" >&5
10107 if eval "test \"`echo '$''{'wx_cv_type_wchar_t'+set}'`\" = set"; then
10108 echo $ac_n "(cached) $ac_c" 1>&6
10109 else
10110
10111 cat > conftest.$ac_ext <<EOF
10112 #line 10113 "configure"
10113 #include "confdefs.h"
10114 #include <wchar.h>
10115 int main() {
10116
10117 wchar_t wc, *ws;
10118 wc = L'a';
10119 ws = L"Hello, world!";
10120
10121 ; return 0; }
10122 EOF
10123 if { (eval echo configure:10124: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10124 rm -rf conftest*
10125 wx_cv_type_wchar_t=yes
10126 else
10127 echo "configure: failed program was:" >&5
10128 cat conftest.$ac_ext >&5
10129 rm -rf conftest*
10130 cat > conftest.$ac_ext <<EOF
10131 #line 10132 "configure"
10132 #include "confdefs.h"
10133 #include <stdlib.h>
10134 int main() {
10135
10136 wchar_t wc, *ws;
10137 wc = L'a';
10138 ws = L"Hello, world!";
10139
10140 ; return 0; }
10141 EOF
10142 if { (eval echo configure:10143: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10143 rm -rf conftest*
10144 wx_cv_type_wchar_t=yes
10145 else
10146 echo "configure: failed program was:" >&5
10147 cat conftest.$ac_ext >&5
10148 rm -rf conftest*
10149 wx_cv_type_wchar_t=no
10150 fi
10151 rm -f conftest*
10152
10153 fi
10154 rm -f conftest*
10155
10156 fi
10157
10158 echo "$ac_t""$wx_cv_type_wchar_t" 1>&6
10159 if test "$wx_cv_type_wchar_t" = yes ; then
10160 cat >> confdefs.h <<\EOF
10161 #define wxUSE_WCHAR_T 1
10162 EOF
10163
10164 fi
10165
10166
10167 echo $ac_n "checking for pw_gecos in struct passwd""... $ac_c" 1>&6
10168 echo "configure:10169: checking for pw_gecos in struct passwd" >&5
10169 if eval "test \"`echo '$''{'wx_cv_struct_pw_gecos'+set}'`\" = set"; then
10170 echo $ac_n "(cached) $ac_c" 1>&6
10171 else
10172
10173 cat > conftest.$ac_ext <<EOF
10174 #line 10175 "configure"
10175 #include "confdefs.h"
10176 #include <pwd.h>
10177 int main() {
10178
10179 char *p;
10180 struct passwd *pw;
10181 p = pw->pw_gecos;
10182
10183 ; return 0; }
10184 EOF
10185 if { (eval echo configure:10186: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10186 rm -rf conftest*
10187
10188 wx_cv_struct_pw_gecos=yes
10189
10190 else
10191 echo "configure: failed program was:" >&5
10192 cat conftest.$ac_ext >&5
10193 rm -rf conftest*
10194
10195 wx_cv_struct_pw_gecos=no
10196
10197
10198 fi
10199 rm -f conftest*
10200
10201
10202 fi
10203
10204 echo "$ac_t""$wx_cv_struct_pw_gecos" 1>&6
10205
10206 if test "$wx_cv_struct_pw_gecos" = "yes"; then
10207 cat >> confdefs.h <<\EOF
10208 #define HAVE_PW_GECOS 1
10209 EOF
10210
10211 fi
10212
10213
10214 echo $ac_n "checking for working const""... $ac_c" 1>&6
10215 echo "configure:10216: checking for working const" >&5
10216 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
10217 echo $ac_n "(cached) $ac_c" 1>&6
10218 else
10219 cat > conftest.$ac_ext <<EOF
10220 #line 10221 "configure"
10221 #include "confdefs.h"
10222
10223 int main() {
10224
10225 /* Ultrix mips cc rejects this. */
10226 typedef int charset[2]; const charset x;
10227 /* SunOS 4.1.1 cc rejects this. */
10228 char const *const *ccp;
10229 char **p;
10230 /* NEC SVR4.0.2 mips cc rejects this. */
10231 struct point {int x, y;};
10232 static struct point const zero = {0,0};
10233 /* AIX XL C 1.02.0.0 rejects this.
10234 It does not let you subtract one const X* pointer from another in an arm
10235 of an if-expression whose if-part is not a constant expression */
10236 const char *g = "string";
10237 ccp = &g + (g ? g-g : 0);
10238 /* HPUX 7.0 cc rejects these. */
10239 ++ccp;
10240 p = (char**) ccp;
10241 ccp = (char const *const *) p;
10242 { /* SCO 3.2v4 cc rejects this. */
10243 char *t;
10244 char const *s = 0 ? (char *) 0 : (char const *) 0;
10245
10246 *t++ = 0;
10247 }
10248 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
10249 int x[] = {25, 17};
10250 const int *foo = &x[0];
10251 ++foo;
10252 }
10253 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
10254 typedef const int *iptr;
10255 iptr p = 0;
10256 ++p;
10257 }
10258 { /* AIX XL C 1.02.0.0 rejects this saying
10259 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
10260 struct s { int j; const int *ap[3]; };
10261 struct s *b; b->j = 5;
10262 }
10263 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
10264 const int foo = 10;
10265 }
10266
10267 ; return 0; }
10268 EOF
10269 if { (eval echo configure:10270: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10270 rm -rf conftest*
10271 ac_cv_c_const=yes
10272 else
10273 echo "configure: failed program was:" >&5
10274 cat conftest.$ac_ext >&5
10275 rm -rf conftest*
10276 ac_cv_c_const=no
10277 fi
10278 rm -f conftest*
10279 fi
10280
10281 echo "$ac_t""$ac_cv_c_const" 1>&6
10282 if test $ac_cv_c_const = no; then
10283 cat >> confdefs.h <<\EOF
10284 #define const
10285 EOF
10286
10287 fi
10288
10289 echo $ac_n "checking for inline""... $ac_c" 1>&6
10290 echo "configure:10291: checking for inline" >&5
10291 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
10292 echo $ac_n "(cached) $ac_c" 1>&6
10293 else
10294 ac_cv_c_inline=no
10295 for ac_kw in inline __inline__ __inline; do
10296 cat > conftest.$ac_ext <<EOF
10297 #line 10298 "configure"
10298 #include "confdefs.h"
10299
10300 int main() {
10301 } $ac_kw foo() {
10302 ; return 0; }
10303 EOF
10304 if { (eval echo configure:10305: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10305 rm -rf conftest*
10306 ac_cv_c_inline=$ac_kw; break
10307 else
10308 echo "configure: failed program was:" >&5
10309 cat conftest.$ac_ext >&5
10310 fi
10311 rm -f conftest*
10312 done
10313
10314 fi
10315
10316 echo "$ac_t""$ac_cv_c_inline" 1>&6
10317 case "$ac_cv_c_inline" in
10318 inline | yes) ;;
10319 no) cat >> confdefs.h <<\EOF
10320 #define inline
10321 EOF
10322 ;;
10323 *) cat >> confdefs.h <<EOF
10324 #define inline $ac_cv_c_inline
10325 EOF
10326 ;;
10327 esac
10328
10329
10330 echo $ac_n "checking size of char""... $ac_c" 1>&6
10331 echo "configure:10332: checking size of char" >&5
10332 if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
10333 echo $ac_n "(cached) $ac_c" 1>&6
10334 else
10335 if test "$cross_compiling" = yes; then
10336 ac_cv_sizeof_char=1
10337 else
10338 cat > conftest.$ac_ext <<EOF
10339 #line 10340 "configure"
10340 #include "confdefs.h"
10341 #include <stdio.h>
10342 main()
10343 {
10344 FILE *f=fopen("conftestval", "w");
10345 if (!f) exit(1);
10346 fprintf(f, "%d\n", sizeof(char));
10347 exit(0);
10348 }
10349 EOF
10350 if { (eval echo configure:10351: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10351 then
10352 ac_cv_sizeof_char=`cat conftestval`
10353 else
10354 echo "configure: failed program was:" >&5
10355 cat conftest.$ac_ext >&5
10356 rm -fr conftest*
10357 ac_cv_sizeof_char=0
10358 fi
10359 rm -fr conftest*
10360 fi
10361
10362 fi
10363 echo "$ac_t""$ac_cv_sizeof_char" 1>&6
10364 cat >> confdefs.h <<EOF
10365 #define SIZEOF_CHAR $ac_cv_sizeof_char
10366 EOF
10367
10368
10369 echo $ac_n "checking size of short""... $ac_c" 1>&6
10370 echo "configure:10371: checking size of short" >&5
10371 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
10372 echo $ac_n "(cached) $ac_c" 1>&6
10373 else
10374 if test "$cross_compiling" = yes; then
10375 ac_cv_sizeof_short=2
10376 else
10377 cat > conftest.$ac_ext <<EOF
10378 #line 10379 "configure"
10379 #include "confdefs.h"
10380 #include <stdio.h>
10381 main()
10382 {
10383 FILE *f=fopen("conftestval", "w");
10384 if (!f) exit(1);
10385 fprintf(f, "%d\n", sizeof(short));
10386 exit(0);
10387 }
10388 EOF
10389 if { (eval echo configure:10390: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10390 then
10391 ac_cv_sizeof_short=`cat conftestval`
10392 else
10393 echo "configure: failed program was:" >&5
10394 cat conftest.$ac_ext >&5
10395 rm -fr conftest*
10396 ac_cv_sizeof_short=0
10397 fi
10398 rm -fr conftest*
10399 fi
10400
10401 fi
10402 echo "$ac_t""$ac_cv_sizeof_short" 1>&6
10403 cat >> confdefs.h <<EOF
10404 #define SIZEOF_SHORT $ac_cv_sizeof_short
10405 EOF
10406
10407
10408 echo $ac_n "checking size of int *""... $ac_c" 1>&6
10409 echo "configure:10410: checking size of int *" >&5
10410 if eval "test \"`echo '$''{'ac_cv_sizeof_int_p'+set}'`\" = set"; then
10411 echo $ac_n "(cached) $ac_c" 1>&6
10412 else
10413 if test "$cross_compiling" = yes; then
10414 ac_cv_sizeof_int_p=4
10415 else
10416 cat > conftest.$ac_ext <<EOF
10417 #line 10418 "configure"
10418 #include "confdefs.h"
10419 #include <stdio.h>
10420 main()
10421 {
10422 FILE *f=fopen("conftestval", "w");
10423 if (!f) exit(1);
10424 fprintf(f, "%d\n", sizeof(int *));
10425 exit(0);
10426 }
10427 EOF
10428 if { (eval echo configure:10429: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10429 then
10430 ac_cv_sizeof_int_p=`cat conftestval`
10431 else
10432 echo "configure: failed program was:" >&5
10433 cat conftest.$ac_ext >&5
10434 rm -fr conftest*
10435 ac_cv_sizeof_int_p=0
10436 fi
10437 rm -fr conftest*
10438 fi
10439
10440 fi
10441 echo "$ac_t""$ac_cv_sizeof_int_p" 1>&6
10442 cat >> confdefs.h <<EOF
10443 #define SIZEOF_INT_P $ac_cv_sizeof_int_p
10444 EOF
10445
10446
10447 echo $ac_n "checking size of int""... $ac_c" 1>&6
10448 echo "configure:10449: checking size of int" >&5
10449 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
10450 echo $ac_n "(cached) $ac_c" 1>&6
10451 else
10452 if test "$cross_compiling" = yes; then
10453 ac_cv_sizeof_int=4
10454 else
10455 cat > conftest.$ac_ext <<EOF
10456 #line 10457 "configure"
10457 #include "confdefs.h"
10458 #include <stdio.h>
10459 main()
10460 {
10461 FILE *f=fopen("conftestval", "w");
10462 if (!f) exit(1);
10463 fprintf(f, "%d\n", sizeof(int));
10464 exit(0);
10465 }
10466 EOF
10467 if { (eval echo configure:10468: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10468 then
10469 ac_cv_sizeof_int=`cat conftestval`
10470 else
10471 echo "configure: failed program was:" >&5
10472 cat conftest.$ac_ext >&5
10473 rm -fr conftest*
10474 ac_cv_sizeof_int=0
10475 fi
10476 rm -fr conftest*
10477 fi
10478
10479 fi
10480 echo "$ac_t""$ac_cv_sizeof_int" 1>&6
10481 cat >> confdefs.h <<EOF
10482 #define SIZEOF_INT $ac_cv_sizeof_int
10483 EOF
10484
10485
10486 echo $ac_n "checking size of long""... $ac_c" 1>&6
10487 echo "configure:10488: checking size of long" >&5
10488 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
10489 echo $ac_n "(cached) $ac_c" 1>&6
10490 else
10491 if test "$cross_compiling" = yes; then
10492 ac_cv_sizeof_long=4
10493 else
10494 cat > conftest.$ac_ext <<EOF
10495 #line 10496 "configure"
10496 #include "confdefs.h"
10497 #include <stdio.h>
10498 main()
10499 {
10500 FILE *f=fopen("conftestval", "w");
10501 if (!f) exit(1);
10502 fprintf(f, "%d\n", sizeof(long));
10503 exit(0);
10504 }
10505 EOF
10506 if { (eval echo configure:10507: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10507 then
10508 ac_cv_sizeof_long=`cat conftestval`
10509 else
10510 echo "configure: failed program was:" >&5
10511 cat conftest.$ac_ext >&5
10512 rm -fr conftest*
10513 ac_cv_sizeof_long=0
10514 fi
10515 rm -fr conftest*
10516 fi
10517
10518 fi
10519 echo "$ac_t""$ac_cv_sizeof_long" 1>&6
10520 cat >> confdefs.h <<EOF
10521 #define SIZEOF_LONG $ac_cv_sizeof_long
10522 EOF
10523
10524
10525 echo $ac_n "checking size of long long""... $ac_c" 1>&6
10526 echo "configure:10527: checking size of long long" >&5
10527 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
10528 echo $ac_n "(cached) $ac_c" 1>&6
10529 else
10530 if test "$cross_compiling" = yes; then
10531 ac_cv_sizeof_long_long=0
10532 else
10533 cat > conftest.$ac_ext <<EOF
10534 #line 10535 "configure"
10535 #include "confdefs.h"
10536 #include <stdio.h>
10537 main()
10538 {
10539 FILE *f=fopen("conftestval", "w");
10540 if (!f) exit(1);
10541 fprintf(f, "%d\n", sizeof(long long));
10542 exit(0);
10543 }
10544 EOF
10545 if { (eval echo configure:10546: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10546 then
10547 ac_cv_sizeof_long_long=`cat conftestval`
10548 else
10549 echo "configure: failed program was:" >&5
10550 cat conftest.$ac_ext >&5
10551 rm -fr conftest*
10552 ac_cv_sizeof_long_long=0
10553 fi
10554 rm -fr conftest*
10555 fi
10556
10557 fi
10558 echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
10559 cat >> confdefs.h <<EOF
10560 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
10561 EOF
10562
10563
10564
10565 echo $ac_n "checking size of wchar_t""... $ac_c" 1>&6
10566 echo "configure:10567: checking size of wchar_t" >&5
10567 if eval "test \"`echo '$''{'wx_cv_sizeof_wchar_t'+set}'`\" = set"; then
10568 echo $ac_n "(cached) $ac_c" 1>&6
10569 else
10570
10571 if test "$cross_compiling" = yes; then
10572 wx_cv_sizeof_wchar_t=4
10573
10574 else
10575 cat > conftest.$ac_ext <<EOF
10576 #line 10577 "configure"
10577 #include "confdefs.h"
10578
10579 #ifdef HAVE_WCHAR_H
10580 # include <wchar.h>
10581 #endif
10582 #ifdef HAVE_STDLIB_H
10583 # include <stdlib.h>
10584 #endif
10585 #include <stdio.h>
10586 int main()
10587 {
10588 FILE *f=fopen("conftestval", "w");
10589 if (!f) exit(1);
10590 fprintf(f, "%i", sizeof(wchar_t));
10591 exit(0);
10592 }
10593
10594 EOF
10595 if { (eval echo configure:10596: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10596 then
10597 wx_cv_sizeof_wchar_t=`cat conftestval`
10598 else
10599 echo "configure: failed program was:" >&5
10600 cat conftest.$ac_ext >&5
10601 rm -fr conftest*
10602 wx_cv_sizeof_wchar_t=0
10603 fi
10604 rm -fr conftest*
10605 fi
10606
10607
10608 fi
10609
10610 echo "$ac_t""$wx_cv_sizeof_wchar_t" 1>&6
10611
10612 cat >> confdefs.h <<EOF
10613 #define SIZEOF_WCHAR_T $wx_cv_sizeof_wchar_t
10614 EOF
10615
10616
10617
10618 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
10619 echo "configure:10620: checking whether byte ordering is bigendian" >&5
10620 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
10621 echo $ac_n "(cached) $ac_c" 1>&6
10622 else
10623 ac_cv_c_bigendian=unknown
10624 # See if sys/param.h defines the BYTE_ORDER macro.
10625 cat > conftest.$ac_ext <<EOF
10626 #line 10627 "configure"
10627 #include "confdefs.h"
10628 #include <sys/types.h>
10629 #include <sys/param.h>
10630 int main() {
10631
10632 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
10633 bogus endian macros
10634 #endif
10635 ; return 0; }
10636 EOF
10637 if { (eval echo configure:10638: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10638 rm -rf conftest*
10639 # It does; now see whether it defined to BIG_ENDIAN or not.
10640 cat > conftest.$ac_ext <<EOF
10641 #line 10642 "configure"
10642 #include "confdefs.h"
10643 #include <sys/types.h>
10644 #include <sys/param.h>
10645 int main() {
10646
10647 #if BYTE_ORDER != BIG_ENDIAN
10648 not big endian
10649 #endif
10650 ; return 0; }
10651 EOF
10652 if { (eval echo configure:10653: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10653 rm -rf conftest*
10654 ac_cv_c_bigendian=yes
10655 else
10656 echo "configure: failed program was:" >&5
10657 cat conftest.$ac_ext >&5
10658 rm -rf conftest*
10659 ac_cv_c_bigendian=no
10660 fi
10661 rm -f conftest*
10662 else
10663 echo "configure: failed program was:" >&5
10664 cat conftest.$ac_ext >&5
10665 fi
10666 rm -f conftest*
10667 if test $ac_cv_c_bigendian = unknown; then
10668 if test "$cross_compiling" = yes; then
10669 ac_cv_c_bigendian=unknown
10670 else
10671 cat > conftest.$ac_ext <<EOF
10672 #line 10673 "configure"
10673 #include "confdefs.h"
10674 main () {
10675 /* Are we little or big endian? From Harbison&Steele. */
10676 union
10677 {
10678 long l;
10679 char c[sizeof (long)];
10680 } u;
10681 u.l = 1;
10682 exit (u.c[sizeof (long) - 1] == 1);
10683 }
10684 EOF
10685 if { (eval echo configure:10686: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10686 then
10687 ac_cv_c_bigendian=no
10688 else
10689 echo "configure: failed program was:" >&5
10690 cat conftest.$ac_ext >&5
10691 rm -fr conftest*
10692 ac_cv_c_bigendian=yes
10693 fi
10694 rm -fr conftest*
10695 fi
10696
10697 fi
10698 fi
10699
10700 echo "$ac_t""$ac_cv_c_bigendian" 1>&6
10701 if test $ac_cv_c_bigendian = unknown; then
10702 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
10703 fi
10704 if test $ac_cv_c_bigendian = yes; then
10705 cat >> confdefs.h <<\EOF
10706 #define WORDS_BIGENDIAN 1
10707 EOF
10708
10709 fi
10710
10711
10712
10713 if test "$cross_compiling" = "yes"; then
10714 cat >> confdefs.h <<\EOF
10715 #define wxUSE_IOSTREAMH 1
10716 EOF
10717
10718 else
10719
10720 ac_ext=C
10721 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10722 ac_cpp='$CXXCPP $CPPFLAGS'
10723 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10724 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10725 cross_compiling=$ac_cv_prog_cxx_cross
10726
10727
10728 for ac_hdr in iostream
10729 do
10730 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
10731 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
10732 echo "configure:10733: checking for $ac_hdr" >&5
10733 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10734 echo $ac_n "(cached) $ac_c" 1>&6
10735 else
10736 cat > conftest.$ac_ext <<EOF
10737 #line 10738 "configure"
10738 #include "confdefs.h"
10739 #include <$ac_hdr>
10740 EOF
10741 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10742 { (eval echo configure:10743: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10743 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10744 if test -z "$ac_err"; then
10745 rm -rf conftest*
10746 eval "ac_cv_header_$ac_safe=yes"
10747 else
10748 echo "$ac_err" >&5
10749 echo "configure: failed program was:" >&5
10750 cat conftest.$ac_ext >&5
10751 rm -rf conftest*
10752 eval "ac_cv_header_$ac_safe=no"
10753 fi
10754 rm -f conftest*
10755 fi
10756 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10757 echo "$ac_t""yes" 1>&6
10758 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
10759 cat >> confdefs.h <<EOF
10760 #define $ac_tr_hdr 1
10761 EOF
10762
10763 else
10764 echo "$ac_t""no" 1>&6
10765 fi
10766 done
10767
10768
10769 if test "x$HAVE_IOSTREAM" = x ; then
10770 cat >> confdefs.h <<\EOF
10771 #define wxUSE_IOSTREAMH 1
10772 EOF
10773
10774 else
10775 :
10776 fi
10777
10778 ac_ext=c
10779 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10780 ac_cpp='$CPP $CPPFLAGS'
10781 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10782 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10783 cross_compiling=$ac_cv_prog_cc_cross
10784
10785 fi
10786
10787
10788
10789 echo $ac_n "checking if C++ compiler supports bool""... $ac_c" 1>&6
10790 echo "configure:10791: checking if C++ compiler supports bool" >&5
10791 if eval "test \"`echo '$''{'wx_cv_cpp_bool'+set}'`\" = set"; then
10792 echo $ac_n "(cached) $ac_c" 1>&6
10793 else
10794
10795
10796 ac_ext=C
10797 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10798 ac_cpp='$CXXCPP $CPPFLAGS'
10799 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10800 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10801 cross_compiling=$ac_cv_prog_cxx_cross
10802
10803
10804 cat > conftest.$ac_ext <<EOF
10805 #line 10806 "configure"
10806 #include "confdefs.h"
10807
10808
10809 int main() {
10810
10811 bool b = true;
10812
10813 return 0;
10814
10815 ; return 0; }
10816 EOF
10817 if { (eval echo configure:10818: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10818 rm -rf conftest*
10819
10820 wx_cv_cpp_bool=yes
10821
10822 else
10823 echo "configure: failed program was:" >&5
10824 cat conftest.$ac_ext >&5
10825 rm -rf conftest*
10826
10827 wx_cv_cpp_bool=no
10828
10829
10830 fi
10831 rm -f conftest*
10832
10833 ac_ext=c
10834 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10835 ac_cpp='$CPP $CPPFLAGS'
10836 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10837 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10838 cross_compiling=$ac_cv_prog_cc_cross
10839
10840
10841 fi
10842
10843 echo "$ac_t""$wx_cv_cpp_bool" 1>&6
10844
10845 if test "$wx_cv_cpp_bool" = "yes"; then
10846 cat >> confdefs.h <<\EOF
10847 #define HAVE_BOOL 1
10848 EOF
10849
10850 fi
10851
10852
10853
10854 echo $ac_n "checking if you need GNU extensions""... $ac_c" 1>&6
10855 echo "configure:10856: checking if you need GNU extensions" >&5
10856 if eval "test \"`echo '$''{'wx_cv_gnu_extensions'+set}'`\" = set"; then
10857 echo $ac_n "(cached) $ac_c" 1>&6
10858 else
10859
10860 cat > conftest.$ac_ext <<EOF
10861 #line 10862 "configure"
10862 #include "confdefs.h"
10863 #include <features.h>
10864 int main() {
10865
10866
10867 #ifndef __GNU_LIBRARY__
10868 Compile error wanted
10869 #endif
10870
10871
10872 ; return 0; }
10873 EOF
10874 if { (eval echo configure:10875: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10875 rm -rf conftest*
10876 wx_cv_gnu_extensions=yes
10877 else
10878 echo "configure: failed program was:" >&5
10879 cat conftest.$ac_ext >&5
10880 rm -rf conftest*
10881 wx_cv_gnu_extensions=no
10882 fi
10883 rm -f conftest*
10884
10885 fi
10886
10887
10888 echo "$ac_t""$wx_cv_gnu_extensions" 1>&6
10889 if test "$wx_cv_gnu_extensions" = "yes"; then
10890 cat >> confdefs.h <<EOF
10891 #define _GNU_SOURCE 1
10892 EOF
10893
10894 fi
10895
10896
10897
10898 echo $ac_n "checking for wcslen in -lc""... $ac_c" 1>&6
10899 echo "configure:10900: checking for wcslen in -lc" >&5
10900 ac_lib_var=`echo c'_'wcslen | sed 'y%./+-%__p_%'`
10901 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10902 echo $ac_n "(cached) $ac_c" 1>&6
10903 else
10904 ac_save_LIBS="$LIBS"
10905 LIBS="-lc $LIBS"
10906 cat > conftest.$ac_ext <<EOF
10907 #line 10908 "configure"
10908 #include "confdefs.h"
10909 /* Override any gcc2 internal prototype to avoid an error. */
10910 /* We use char because int might match the return type of a gcc2
10911 builtin and then its argument prototype would still apply. */
10912 char wcslen();
10913
10914 int main() {
10915 wcslen()
10916 ; return 0; }
10917 EOF
10918 if { (eval echo configure:10919: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10919 rm -rf conftest*
10920 eval "ac_cv_lib_$ac_lib_var=yes"
10921 else
10922 echo "configure: failed program was:" >&5
10923 cat conftest.$ac_ext >&5
10924 rm -rf conftest*
10925 eval "ac_cv_lib_$ac_lib_var=no"
10926 fi
10927 rm -f conftest*
10928 LIBS="$ac_save_LIBS"
10929
10930 fi
10931 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10932 echo "$ac_t""yes" 1>&6
10933
10934 cat >> confdefs.h <<\EOF
10935 #define HAVE_WCSLEN 1
10936 EOF
10937
10938 WCHAR_LINK=""
10939
10940 else
10941 echo "$ac_t""no" 1>&6
10942
10943 echo $ac_n "checking for wcslen in -lw""... $ac_c" 1>&6
10944 echo "configure:10945: checking for wcslen in -lw" >&5
10945 ac_lib_var=`echo w'_'wcslen | sed 'y%./+-%__p_%'`
10946 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10947 echo $ac_n "(cached) $ac_c" 1>&6
10948 else
10949 ac_save_LIBS="$LIBS"
10950 LIBS="-lw $LIBS"
10951 cat > conftest.$ac_ext <<EOF
10952 #line 10953 "configure"
10953 #include "confdefs.h"
10954 /* Override any gcc2 internal prototype to avoid an error. */
10955 /* We use char because int might match the return type of a gcc2
10956 builtin and then its argument prototype would still apply. */
10957 char wcslen();
10958
10959 int main() {
10960 wcslen()
10961 ; return 0; }
10962 EOF
10963 if { (eval echo configure:10964: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10964 rm -rf conftest*
10965 eval "ac_cv_lib_$ac_lib_var=yes"
10966 else
10967 echo "configure: failed program was:" >&5
10968 cat conftest.$ac_ext >&5
10969 rm -rf conftest*
10970 eval "ac_cv_lib_$ac_lib_var=no"
10971 fi
10972 rm -f conftest*
10973 LIBS="$ac_save_LIBS"
10974
10975 fi
10976 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10977 echo "$ac_t""yes" 1>&6
10978
10979 cat >> confdefs.h <<\EOF
10980 #define HAVE_WCSLEN 1
10981 EOF
10982
10983 WCHAR_LINK="-lw"
10984
10985 else
10986 echo "$ac_t""no" 1>&6
10987 fi
10988
10989
10990 fi
10991
10992
10993 echo $ac_n "checking for vprintf""... $ac_c" 1>&6
10994 echo "configure:10995: checking for vprintf" >&5
10995 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
10996 echo $ac_n "(cached) $ac_c" 1>&6
10997 else
10998 cat > conftest.$ac_ext <<EOF
10999 #line 11000 "configure"
11000 #include "confdefs.h"
11001 /* System header to define __stub macros and hopefully few prototypes,
11002 which can conflict with char vprintf(); below. */
11003 #include <assert.h>
11004 /* Override any gcc2 internal prototype to avoid an error. */
11005 /* We use char because int might match the return type of a gcc2
11006 builtin and then its argument prototype would still apply. */
11007 char vprintf();
11008
11009 int main() {
11010
11011 /* The GNU C library defines this for functions which it implements
11012 to always fail with ENOSYS. Some functions are actually named
11013 something starting with __ and the normal name is an alias. */
11014 #if defined (__stub_vprintf) || defined (__stub___vprintf)
11015 choke me
11016 #else
11017 vprintf();
11018 #endif
11019
11020 ; return 0; }
11021 EOF
11022 if { (eval echo configure:11023: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11023 rm -rf conftest*
11024 eval "ac_cv_func_vprintf=yes"
11025 else
11026 echo "configure: failed program was:" >&5
11027 cat conftest.$ac_ext >&5
11028 rm -rf conftest*
11029 eval "ac_cv_func_vprintf=no"
11030 fi
11031 rm -f conftest*
11032 fi
11033
11034 if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
11035 echo "$ac_t""yes" 1>&6
11036 cat >> confdefs.h <<\EOF
11037 #define HAVE_VPRINTF 1
11038 EOF
11039
11040 else
11041 echo "$ac_t""no" 1>&6
11042 fi
11043
11044 if test "$ac_cv_func_vprintf" != yes; then
11045 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
11046 echo "configure:11047: checking for _doprnt" >&5
11047 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
11048 echo $ac_n "(cached) $ac_c" 1>&6
11049 else
11050 cat > conftest.$ac_ext <<EOF
11051 #line 11052 "configure"
11052 #include "confdefs.h"
11053 /* System header to define __stub macros and hopefully few prototypes,
11054 which can conflict with char _doprnt(); below. */
11055 #include <assert.h>
11056 /* Override any gcc2 internal prototype to avoid an error. */
11057 /* We use char because int might match the return type of a gcc2
11058 builtin and then its argument prototype would still apply. */
11059 char _doprnt();
11060
11061 int main() {
11062
11063 /* The GNU C library defines this for functions which it implements
11064 to always fail with ENOSYS. Some functions are actually named
11065 something starting with __ and the normal name is an alias. */
11066 #if defined (__stub__doprnt) || defined (__stub____doprnt)
11067 choke me
11068 #else
11069 _doprnt();
11070 #endif
11071
11072 ; return 0; }
11073 EOF
11074 if { (eval echo configure:11075: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11075 rm -rf conftest*
11076 eval "ac_cv_func__doprnt=yes"
11077 else
11078 echo "configure: failed program was:" >&5
11079 cat conftest.$ac_ext >&5
11080 rm -rf conftest*
11081 eval "ac_cv_func__doprnt=no"
11082 fi
11083 rm -f conftest*
11084 fi
11085
11086 if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
11087 echo "$ac_t""yes" 1>&6
11088 cat >> confdefs.h <<\EOF
11089 #define HAVE_DOPRNT 1
11090 EOF
11091
11092 else
11093 echo "$ac_t""no" 1>&6
11094 fi
11095
11096 fi
11097
11098
11099
11100
11101
11102
11103
11104 echo $ac_n "checking for vsnprintf""... $ac_c" 1>&6
11105 echo "configure:11106: checking for vsnprintf" >&5
11106 if eval "test \"`echo '$''{'wx_cv_func_vsnprintf'+set}'`\" = set"; then
11107 echo $ac_n "(cached) $ac_c" 1>&6
11108 else
11109
11110 cat > conftest.$ac_ext <<EOF
11111 #line 11112 "configure"
11112 #include "confdefs.h"
11113
11114 #include <stdio.h>
11115 #include <stdarg.h>
11116
11117 int main() {
11118
11119 int wx_test_vsnprintf(const char *, ...);
11120
11121 wx_test_vsnprintf("%s");
11122 return 0;
11123 }
11124
11125 int wx_test_vsnprintf(const char *fmt, ...)
11126 {
11127 char *s;
11128
11129 va_list argp;
11130 va_start(argp, fmt);
11131 vsnprintf(s, 42, fmt, argp);
11132 va_end(argp);
11133
11134 ; return 0; }
11135 EOF
11136 if { (eval echo configure:11137: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11137 rm -rf conftest*
11138
11139 wx_cv_func_vsnprintf=yes
11140
11141 else
11142 echo "configure: failed program was:" >&5
11143 cat conftest.$ac_ext >&5
11144 rm -rf conftest*
11145
11146 cat > conftest.$ac_ext <<EOF
11147 #line 11148 "configure"
11148 #include "confdefs.h"
11149
11150 #include <stdio.h>
11151 #include <stdarg.h>
11152
11153 int main() {
11154
11155 int wx_test_vsnprintf(const char *, ...);
11156
11157 wx_test_vsnprintf("%s");
11158 return 0;
11159 }
11160
11161 int wx_test_vsnprintf(const char *fmt, ...)
11162 {
11163 char *s;
11164
11165 va_list argp;
11166 va_start(argp, fmt);
11167 _vsnprintf(s, 42, fmt, argp);
11168 va_end(argp);
11169
11170 ; return 0; }
11171 EOF
11172 if { (eval echo configure:11173: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11173 rm -rf conftest*
11174
11175 wx_cv_func_vsnprintf=yes
11176
11177 else
11178 echo "configure: failed program was:" >&5
11179 cat conftest.$ac_ext >&5
11180 rm -rf conftest*
11181
11182 wx_cv_func_vsnprintf=no
11183
11184 fi
11185 rm -f conftest*
11186
11187 fi
11188 rm -f conftest*
11189
11190 fi
11191
11192 echo "$ac_t""$wx_cv_func_vsnprintf" 1>&6
11193
11194 if test "$wx_cv_func_vsnprintf" = yes; then
11195 cat >> confdefs.h <<\EOF
11196 #define HAVE_VSNPRINTF 1
11197 EOF
11198
11199 else
11200 echo "configure: warning: unsafe function sprintf will be used instead of snprintf" 1>&2
11201 fi
11202
11203 echo $ac_n "checking for vsscanf""... $ac_c" 1>&6
11204 echo "configure:11205: checking for vsscanf" >&5
11205 if eval "test \"`echo '$''{'wx_cv_func_vsscanf'+set}'`\" = set"; then
11206 echo $ac_n "(cached) $ac_c" 1>&6
11207 else
11208
11209 cat > conftest.$ac_ext <<EOF
11210 #line 11211 "configure"
11211 #include "confdefs.h"
11212
11213 #include <stdio.h>
11214 #include <stdarg.h>
11215
11216 int main() {
11217
11218 int wx_test_vsscanf(const char *, ...);
11219
11220 wx_test_vsscanf("%d");
11221 return 0;
11222 }
11223
11224 int wx_test_vsscanf(const char *fmt, ...)
11225 {
11226 va_list argp;
11227 va_start(argp, fmt);
11228 vsscanf("42", fmt, argp);
11229 va_end(argp);
11230
11231 ; return 0; }
11232 EOF
11233 if { (eval echo configure:11234: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11234 rm -rf conftest*
11235
11236 wx_cv_func_vsscanf=yes
11237
11238 else
11239 echo "configure: failed program was:" >&5
11240 cat conftest.$ac_ext >&5
11241 rm -rf conftest*
11242
11243 wx_cv_func_vsscanf=no
11244
11245 fi
11246 rm -f conftest*
11247
11248 fi
11249
11250 echo "$ac_t""$wx_cv_func_vsscanf" 1>&6
11251
11252 if test "$wx_cv_func_vsscanf" = yes; then
11253 cat >> confdefs.h <<\EOF
11254 #define HAVE_VSSCANF 1
11255 EOF
11256
11257 fi
11258
11259 if test "$TOOLKIT" != "MSW"; then
11260
11261
11262
11263 ac_ext=C
11264 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11265 ac_cpp='$CXXCPP $CPPFLAGS'
11266 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11267 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11268 cross_compiling=$ac_cv_prog_cxx_cross
11269
11270 echo $ac_n "checking if iconv() takes char**""... $ac_c" 1>&6
11271 echo "configure:11272: checking if iconv() takes char**" >&5
11272 if eval "test \"`echo '$''{'wx_cv_iconv_takes_char'+set}'`\" = set"; then
11273 echo $ac_n "(cached) $ac_c" 1>&6
11274 else
11275
11276 cat > conftest.$ac_ext <<EOF
11277 #line 11278 "configure"
11278 #include "confdefs.h"
11279 #include <iconv.h>
11280 int main() {
11281
11282 char **inbuf, **outbuf;
11283 iconv_t cd;
11284 size_t insz, outsz;
11285 iconv(cd, inbuf, &insz, outbuf, &outsz);
11286
11287 ; return 0; }
11288 EOF
11289 if { (eval echo configure:11290: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11290 rm -rf conftest*
11291 wx_cv_iconv_takes_char=yes
11292 else
11293 echo "configure: failed program was:" >&5
11294 cat conftest.$ac_ext >&5
11295 rm -rf conftest*
11296 wx_cv_iconv_takes_char=no
11297 fi
11298 rm -f conftest*
11299
11300 fi
11301
11302 echo "$ac_t""$wx_cv_iconv_takes_char" 1>&6
11303 ac_ext=c
11304 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11305 ac_cpp='$CPP $CPPFLAGS'
11306 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11307 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11308 cross_compiling=$ac_cv_prog_cc_cross
11309
11310 if test "$wx_cv_iconv_takes_char" = yes ; then
11311 cat >> confdefs.h <<\EOF
11312 #define WX_ICONV_TAKES_CHAR 1
11313 EOF
11314
11315 fi
11316
11317
11318 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
11319 for ac_func in sigaction
11320 do
11321 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11322 echo "configure:11323: checking for $ac_func" >&5
11323 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11324 echo $ac_n "(cached) $ac_c" 1>&6
11325 else
11326 cat > conftest.$ac_ext <<EOF
11327 #line 11328 "configure"
11328 #include "confdefs.h"
11329 /* System header to define __stub macros and hopefully few prototypes,
11330 which can conflict with char $ac_func(); below. */
11331 #include <assert.h>
11332 /* Override any gcc2 internal prototype to avoid an error. */
11333 /* We use char because int might match the return type of a gcc2
11334 builtin and then its argument prototype would still apply. */
11335 char $ac_func();
11336
11337 int main() {
11338
11339 /* The GNU C library defines this for functions which it implements
11340 to always fail with ENOSYS. Some functions are actually named
11341 something starting with __ and the normal name is an alias. */
11342 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11343 choke me
11344 #else
11345 $ac_func();
11346 #endif
11347
11348 ; return 0; }
11349 EOF
11350 if { (eval echo configure:11351: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11351 rm -rf conftest*
11352 eval "ac_cv_func_$ac_func=yes"
11353 else
11354 echo "configure: failed program was:" >&5
11355 cat conftest.$ac_ext >&5
11356 rm -rf conftest*
11357 eval "ac_cv_func_$ac_func=no"
11358 fi
11359 rm -f conftest*
11360 fi
11361
11362 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11363 echo "$ac_t""yes" 1>&6
11364 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11365 cat >> confdefs.h <<EOF
11366 #define $ac_tr_func 1
11367 EOF
11368
11369 else
11370 echo "$ac_t""no" 1>&6
11371 fi
11372 done
11373
11374
11375 if test "$ac_cv_func_sigaction" = "no"; then
11376 echo "configure: warning: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" 1>&2
11377 wxUSE_ON_FATAL_EXCEPTION=no
11378 fi
11379
11380 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
11381
11382 ac_ext=C
11383 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11384 ac_cpp='$CXXCPP $CPPFLAGS'
11385 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11386 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11387 cross_compiling=$ac_cv_prog_cxx_cross
11388
11389
11390 echo $ac_n "checking for sa_handler type""... $ac_c" 1>&6
11391 echo "configure:11392: checking for sa_handler type" >&5
11392 if eval "test \"`echo '$''{'wx_cv_type_sa_handler'+set}'`\" = set"; then
11393 echo $ac_n "(cached) $ac_c" 1>&6
11394 else
11395
11396 cat > conftest.$ac_ext <<EOF
11397 #line 11398 "configure"
11398 #include "confdefs.h"
11399 #include <signal.h>
11400 int main() {
11401
11402 extern void testSigHandler(int);
11403
11404 struct sigaction sa;
11405 sa.sa_handler = testSigHandler;
11406
11407 ; return 0; }
11408 EOF
11409 if { (eval echo configure:11410: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11410 rm -rf conftest*
11411
11412 wx_cv_type_sa_handler=int
11413
11414 else
11415 echo "configure: failed program was:" >&5
11416 cat conftest.$ac_ext >&5
11417 rm -rf conftest*
11418
11419 wx_cv_type_sa_handler=void
11420
11421 fi
11422 rm -f conftest*
11423
11424 fi
11425
11426 echo "$ac_t""$wx_cv_type_sa_handler" 1>&6
11427
11428 ac_ext=c
11429 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11430 ac_cpp='$CPP $CPPFLAGS'
11431 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11432 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11433 cross_compiling=$ac_cv_prog_cc_cross
11434
11435
11436 cat >> confdefs.h <<EOF
11437 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
11438 EOF
11439
11440 fi
11441 fi
11442
11443 for ac_func in vfork
11444 do
11445 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11446 echo "configure:11447: checking for $ac_func" >&5
11447 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11448 echo $ac_n "(cached) $ac_c" 1>&6
11449 else
11450 cat > conftest.$ac_ext <<EOF
11451 #line 11452 "configure"
11452 #include "confdefs.h"
11453 /* System header to define __stub macros and hopefully few prototypes,
11454 which can conflict with char $ac_func(); below. */
11455 #include <assert.h>
11456 /* Override any gcc2 internal prototype to avoid an error. */
11457 /* We use char because int might match the return type of a gcc2
11458 builtin and then its argument prototype would still apply. */
11459 char $ac_func();
11460
11461 int main() {
11462
11463 /* The GNU C library defines this for functions which it implements
11464 to always fail with ENOSYS. Some functions are actually named
11465 something starting with __ and the normal name is an alias. */
11466 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11467 choke me
11468 #else
11469 $ac_func();
11470 #endif
11471
11472 ; return 0; }
11473 EOF
11474 if { (eval echo configure:11475: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11475 rm -rf conftest*
11476 eval "ac_cv_func_$ac_func=yes"
11477 else
11478 echo "configure: failed program was:" >&5
11479 cat conftest.$ac_ext >&5
11480 rm -rf conftest*
11481 eval "ac_cv_func_$ac_func=no"
11482 fi
11483 rm -f conftest*
11484 fi
11485
11486 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11487 echo "$ac_t""yes" 1>&6
11488 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11489 cat >> confdefs.h <<EOF
11490 #define $ac_tr_func 1
11491 EOF
11492
11493 else
11494 echo "$ac_t""no" 1>&6
11495 fi
11496 done
11497
11498
11499 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
11500 for ac_func in fcntl flock
11501 do
11502 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11503 echo "configure:11504: checking for $ac_func" >&5
11504 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11505 echo $ac_n "(cached) $ac_c" 1>&6
11506 else
11507 cat > conftest.$ac_ext <<EOF
11508 #line 11509 "configure"
11509 #include "confdefs.h"
11510 /* System header to define __stub macros and hopefully few prototypes,
11511 which can conflict with char $ac_func(); below. */
11512 #include <assert.h>
11513 /* Override any gcc2 internal prototype to avoid an error. */
11514 /* We use char because int might match the return type of a gcc2
11515 builtin and then its argument prototype would still apply. */
11516 char $ac_func();
11517
11518 int main() {
11519
11520 /* The GNU C library defines this for functions which it implements
11521 to always fail with ENOSYS. Some functions are actually named
11522 something starting with __ and the normal name is an alias. */
11523 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11524 choke me
11525 #else
11526 $ac_func();
11527 #endif
11528
11529 ; return 0; }
11530 EOF
11531 if { (eval echo configure:11532: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11532 rm -rf conftest*
11533 eval "ac_cv_func_$ac_func=yes"
11534 else
11535 echo "configure: failed program was:" >&5
11536 cat conftest.$ac_ext >&5
11537 rm -rf conftest*
11538 eval "ac_cv_func_$ac_func=no"
11539 fi
11540 rm -f conftest*
11541 fi
11542
11543 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11544 echo "$ac_t""yes" 1>&6
11545 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11546 cat >> confdefs.h <<EOF
11547 #define $ac_tr_func 1
11548 EOF
11549 break
11550 else
11551 echo "$ac_t""no" 1>&6
11552 fi
11553 done
11554
11555
11556 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
11557 echo "configure: warning: wxSingleInstanceChecker not available" 1>&2
11558 wxUSE_SNGLINST_CHECKER=no
11559 fi
11560 fi
11561
11562 for ac_func in timegm
11563 do
11564 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11565 echo "configure:11566: checking for $ac_func" >&5
11566 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11567 echo $ac_n "(cached) $ac_c" 1>&6
11568 else
11569 cat > conftest.$ac_ext <<EOF
11570 #line 11571 "configure"
11571 #include "confdefs.h"
11572 /* System header to define __stub macros and hopefully few prototypes,
11573 which can conflict with char $ac_func(); below. */
11574 #include <assert.h>
11575 /* Override any gcc2 internal prototype to avoid an error. */
11576 /* We use char because int might match the return type of a gcc2
11577 builtin and then its argument prototype would still apply. */
11578 char $ac_func();
11579
11580 int main() {
11581
11582 /* The GNU C library defines this for functions which it implements
11583 to always fail with ENOSYS. Some functions are actually named
11584 something starting with __ and the normal name is an alias. */
11585 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11586 choke me
11587 #else
11588 $ac_func();
11589 #endif
11590
11591 ; return 0; }
11592 EOF
11593 if { (eval echo configure:11594: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11594 rm -rf conftest*
11595 eval "ac_cv_func_$ac_func=yes"
11596 else
11597 echo "configure: failed program was:" >&5
11598 cat conftest.$ac_ext >&5
11599 rm -rf conftest*
11600 eval "ac_cv_func_$ac_func=no"
11601 fi
11602 rm -f conftest*
11603 fi
11604
11605 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11606 echo "$ac_t""yes" 1>&6
11607 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11608 cat >> confdefs.h <<EOF
11609 #define $ac_tr_func 1
11610 EOF
11611
11612 else
11613 echo "$ac_t""no" 1>&6
11614 fi
11615 done
11616
11617
11618 for ac_func in putenv setenv
11619 do
11620 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11621 echo "configure:11622: checking for $ac_func" >&5
11622 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11623 echo $ac_n "(cached) $ac_c" 1>&6
11624 else
11625 cat > conftest.$ac_ext <<EOF
11626 #line 11627 "configure"
11627 #include "confdefs.h"
11628 /* System header to define __stub macros and hopefully few prototypes,
11629 which can conflict with char $ac_func(); below. */
11630 #include <assert.h>
11631 /* Override any gcc2 internal prototype to avoid an error. */
11632 /* We use char because int might match the return type of a gcc2
11633 builtin and then its argument prototype would still apply. */
11634 char $ac_func();
11635
11636 int main() {
11637
11638 /* The GNU C library defines this for functions which it implements
11639 to always fail with ENOSYS. Some functions are actually named
11640 something starting with __ and the normal name is an alias. */
11641 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11642 choke me
11643 #else
11644 $ac_func();
11645 #endif
11646
11647 ; return 0; }
11648 EOF
11649 if { (eval echo configure:11650: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11650 rm -rf conftest*
11651 eval "ac_cv_func_$ac_func=yes"
11652 else
11653 echo "configure: failed program was:" >&5
11654 cat conftest.$ac_ext >&5
11655 rm -rf conftest*
11656 eval "ac_cv_func_$ac_func=no"
11657 fi
11658 rm -f conftest*
11659 fi
11660
11661 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11662 echo "$ac_t""yes" 1>&6
11663 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11664 cat >> confdefs.h <<EOF
11665 #define $ac_tr_func 1
11666 EOF
11667 break
11668 else
11669 echo "$ac_t""no" 1>&6
11670 fi
11671 done
11672
11673
11674 HAVE_SOME_SLEEP_FUNC=0
11675 if test "$USE_BEOS" = 1; then
11676 cat >> confdefs.h <<\EOF
11677 #define HAVE_SLEEP 1
11678 EOF
11679
11680 HAVE_SOME_SLEEP_FUNC=1
11681 fi
11682
11683 if test "$USE_MAC" = 1; then
11684 cat >> confdefs.h <<\EOF
11685 #define HAVE_USLEEP 1
11686 EOF
11687
11688 HAVE_SOME_SLEEP_FUNC=1
11689 fi
11690
11691 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
11692 POSIX4_LINK=
11693 for ac_func in nanosleep
11694 do
11695 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11696 echo "configure:11697: checking for $ac_func" >&5
11697 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11698 echo $ac_n "(cached) $ac_c" 1>&6
11699 else
11700 cat > conftest.$ac_ext <<EOF
11701 #line 11702 "configure"
11702 #include "confdefs.h"
11703 /* System header to define __stub macros and hopefully few prototypes,
11704 which can conflict with char $ac_func(); below. */
11705 #include <assert.h>
11706 /* Override any gcc2 internal prototype to avoid an error. */
11707 /* We use char because int might match the return type of a gcc2
11708 builtin and then its argument prototype would still apply. */
11709 char $ac_func();
11710
11711 int main() {
11712
11713 /* The GNU C library defines this for functions which it implements
11714 to always fail with ENOSYS. Some functions are actually named
11715 something starting with __ and the normal name is an alias. */
11716 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11717 choke me
11718 #else
11719 $ac_func();
11720 #endif
11721
11722 ; return 0; }
11723 EOF
11724 if { (eval echo configure:11725: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11725 rm -rf conftest*
11726 eval "ac_cv_func_$ac_func=yes"
11727 else
11728 echo "configure: failed program was:" >&5
11729 cat conftest.$ac_ext >&5
11730 rm -rf conftest*
11731 eval "ac_cv_func_$ac_func=no"
11732 fi
11733 rm -f conftest*
11734 fi
11735
11736 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11737 echo "$ac_t""yes" 1>&6
11738 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11739 cat >> confdefs.h <<EOF
11740 #define $ac_tr_func 1
11741 EOF
11742 cat >> confdefs.h <<\EOF
11743 #define HAVE_NANOSLEEP 1
11744 EOF
11745
11746 else
11747 echo "$ac_t""no" 1>&6
11748 echo $ac_n "checking for nanosleep in -lposix4""... $ac_c" 1>&6
11749 echo "configure:11750: checking for nanosleep in -lposix4" >&5
11750 ac_lib_var=`echo posix4'_'nanosleep | sed 'y%./+-%__p_%'`
11751 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11752 echo $ac_n "(cached) $ac_c" 1>&6
11753 else
11754 ac_save_LIBS="$LIBS"
11755 LIBS="-lposix4 $LIBS"
11756 cat > conftest.$ac_ext <<EOF
11757 #line 11758 "configure"
11758 #include "confdefs.h"
11759 /* Override any gcc2 internal prototype to avoid an error. */
11760 /* We use char because int might match the return type of a gcc2
11761 builtin and then its argument prototype would still apply. */
11762 char nanosleep();
11763
11764 int main() {
11765 nanosleep()
11766 ; return 0; }
11767 EOF
11768 if { (eval echo configure:11769: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11769 rm -rf conftest*
11770 eval "ac_cv_lib_$ac_lib_var=yes"
11771 else
11772 echo "configure: failed program was:" >&5
11773 cat conftest.$ac_ext >&5
11774 rm -rf conftest*
11775 eval "ac_cv_lib_$ac_lib_var=no"
11776 fi
11777 rm -f conftest*
11778 LIBS="$ac_save_LIBS"
11779
11780 fi
11781 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11782 echo "$ac_t""yes" 1>&6
11783
11784 cat >> confdefs.h <<\EOF
11785 #define HAVE_NANOSLEEP 1
11786 EOF
11787
11788 POSIX4_LINK="-lposix4"
11789
11790 else
11791 echo "$ac_t""no" 1>&6
11792
11793 for ac_func in usleep
11794 do
11795 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11796 echo "configure:11797: checking for $ac_func" >&5
11797 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11798 echo $ac_n "(cached) $ac_c" 1>&6
11799 else
11800 cat > conftest.$ac_ext <<EOF
11801 #line 11802 "configure"
11802 #include "confdefs.h"
11803 /* System header to define __stub macros and hopefully few prototypes,
11804 which can conflict with char $ac_func(); below. */
11805 #include <assert.h>
11806 /* Override any gcc2 internal prototype to avoid an error. */
11807 /* We use char because int might match the return type of a gcc2
11808 builtin and then its argument prototype would still apply. */
11809 char $ac_func();
11810
11811 int main() {
11812
11813 /* The GNU C library defines this for functions which it implements
11814 to always fail with ENOSYS. Some functions are actually named
11815 something starting with __ and the normal name is an alias. */
11816 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11817 choke me
11818 #else
11819 $ac_func();
11820 #endif
11821
11822 ; return 0; }
11823 EOF
11824 if { (eval echo configure:11825: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11825 rm -rf conftest*
11826 eval "ac_cv_func_$ac_func=yes"
11827 else
11828 echo "configure: failed program was:" >&5
11829 cat conftest.$ac_ext >&5
11830 rm -rf conftest*
11831 eval "ac_cv_func_$ac_func=no"
11832 fi
11833 rm -f conftest*
11834 fi
11835
11836 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11837 echo "$ac_t""yes" 1>&6
11838 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11839 cat >> confdefs.h <<EOF
11840 #define $ac_tr_func 1
11841 EOF
11842 cat >> confdefs.h <<\EOF
11843 #define HAVE_USLEEP 1
11844 EOF
11845
11846 else
11847 echo "$ac_t""no" 1>&6
11848 echo "configure: warning: wxSleep() function will not work" 1>&2
11849
11850 fi
11851 done
11852
11853
11854
11855 fi
11856
11857
11858
11859 fi
11860 done
11861
11862 fi
11863
11864 for ac_func in uname gethostname
11865 do
11866 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11867 echo "configure:11868: checking for $ac_func" >&5
11868 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11869 echo $ac_n "(cached) $ac_c" 1>&6
11870 else
11871 cat > conftest.$ac_ext <<EOF
11872 #line 11873 "configure"
11873 #include "confdefs.h"
11874 /* System header to define __stub macros and hopefully few prototypes,
11875 which can conflict with char $ac_func(); below. */
11876 #include <assert.h>
11877 /* Override any gcc2 internal prototype to avoid an error. */
11878 /* We use char because int might match the return type of a gcc2
11879 builtin and then its argument prototype would still apply. */
11880 char $ac_func();
11881
11882 int main() {
11883
11884 /* The GNU C library defines this for functions which it implements
11885 to always fail with ENOSYS. Some functions are actually named
11886 something starting with __ and the normal name is an alias. */
11887 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11888 choke me
11889 #else
11890 $ac_func();
11891 #endif
11892
11893 ; return 0; }
11894 EOF
11895 if { (eval echo configure:11896: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11896 rm -rf conftest*
11897 eval "ac_cv_func_$ac_func=yes"
11898 else
11899 echo "configure: failed program was:" >&5
11900 cat conftest.$ac_ext >&5
11901 rm -rf conftest*
11902 eval "ac_cv_func_$ac_func=no"
11903 fi
11904 rm -f conftest*
11905 fi
11906
11907 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11908 echo "$ac_t""yes" 1>&6
11909 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11910 cat >> confdefs.h <<EOF
11911 #define $ac_tr_func 1
11912 EOF
11913 break
11914 else
11915 echo "$ac_t""no" 1>&6
11916 fi
11917 done
11918
11919
11920
11921 ac_ext=C
11922 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11923 ac_cpp='$CXXCPP $CPPFLAGS'
11924 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11925 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11926 cross_compiling=$ac_cv_prog_cxx_cross
11927
11928
11929 for ac_func in strtok_r
11930 do
11931 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11932 echo "configure:11933: checking for $ac_func" >&5
11933 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11934 echo $ac_n "(cached) $ac_c" 1>&6
11935 else
11936 cat > conftest.$ac_ext <<EOF
11937 #line 11938 "configure"
11938 #include "confdefs.h"
11939 /* System header to define __stub macros and hopefully few prototypes,
11940 which can conflict with char $ac_func(); below. */
11941 #include <assert.h>
11942 /* Override any gcc2 internal prototype to avoid an error. */
11943 #ifdef __cplusplus
11944 extern "C"
11945 #endif
11946 /* We use char because int might match the return type of a gcc2
11947 builtin and then its argument prototype would still apply. */
11948 char $ac_func();
11949
11950 int main() {
11951
11952 /* The GNU C library defines this for functions which it implements
11953 to always fail with ENOSYS. Some functions are actually named
11954 something starting with __ and the normal name is an alias. */
11955 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11956 choke me
11957 #else
11958 $ac_func();
11959 #endif
11960
11961 ; return 0; }
11962 EOF
11963 if { (eval echo configure:11964: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11964 rm -rf conftest*
11965 eval "ac_cv_func_$ac_func=yes"
11966 else
11967 echo "configure: failed program was:" >&5
11968 cat conftest.$ac_ext >&5
11969 rm -rf conftest*
11970 eval "ac_cv_func_$ac_func=no"
11971 fi
11972 rm -f conftest*
11973 fi
11974
11975 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11976 echo "$ac_t""yes" 1>&6
11977 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11978 cat >> confdefs.h <<EOF
11979 #define $ac_tr_func 1
11980 EOF
11981
11982 else
11983 echo "$ac_t""no" 1>&6
11984 fi
11985 done
11986
11987
11988 ac_ext=c
11989 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11990 ac_cpp='$CPP $CPPFLAGS'
11991 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11992 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11993 cross_compiling=$ac_cv_prog_cc_cross
11994
11995
11996 INET_LINK=
11997 for ac_func in inet_addr
11998 do
11999 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
12000 echo "configure:12001: checking for $ac_func" >&5
12001 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
12002 echo $ac_n "(cached) $ac_c" 1>&6
12003 else
12004 cat > conftest.$ac_ext <<EOF
12005 #line 12006 "configure"
12006 #include "confdefs.h"
12007 /* System header to define __stub macros and hopefully few prototypes,
12008 which can conflict with char $ac_func(); below. */
12009 #include <assert.h>
12010 /* Override any gcc2 internal prototype to avoid an error. */
12011 /* We use char because int might match the return type of a gcc2
12012 builtin and then its argument prototype would still apply. */
12013 char $ac_func();
12014
12015 int main() {
12016
12017 /* The GNU C library defines this for functions which it implements
12018 to always fail with ENOSYS. Some functions are actually named
12019 something starting with __ and the normal name is an alias. */
12020 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12021 choke me
12022 #else
12023 $ac_func();
12024 #endif
12025
12026 ; return 0; }
12027 EOF
12028 if { (eval echo configure:12029: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12029 rm -rf conftest*
12030 eval "ac_cv_func_$ac_func=yes"
12031 else
12032 echo "configure: failed program was:" >&5
12033 cat conftest.$ac_ext >&5
12034 rm -rf conftest*
12035 eval "ac_cv_func_$ac_func=no"
12036 fi
12037 rm -f conftest*
12038 fi
12039
12040 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
12041 echo "$ac_t""yes" 1>&6
12042 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
12043 cat >> confdefs.h <<EOF
12044 #define $ac_tr_func 1
12045 EOF
12046 cat >> confdefs.h <<\EOF
12047 #define HAVE_INET_ADDR 1
12048 EOF
12049
12050 else
12051 echo "$ac_t""no" 1>&6
12052 echo $ac_n "checking for inet_addr in -lnsl""... $ac_c" 1>&6
12053 echo "configure:12054: checking for inet_addr in -lnsl" >&5
12054 ac_lib_var=`echo nsl'_'inet_addr | sed 'y%./+-%__p_%'`
12055 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12056 echo $ac_n "(cached) $ac_c" 1>&6
12057 else
12058 ac_save_LIBS="$LIBS"
12059 LIBS="-lnsl $LIBS"
12060 cat > conftest.$ac_ext <<EOF
12061 #line 12062 "configure"
12062 #include "confdefs.h"
12063 /* Override any gcc2 internal prototype to avoid an error. */
12064 /* We use char because int might match the return type of a gcc2
12065 builtin and then its argument prototype would still apply. */
12066 char inet_addr();
12067
12068 int main() {
12069 inet_addr()
12070 ; return 0; }
12071 EOF
12072 if { (eval echo configure:12073: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12073 rm -rf conftest*
12074 eval "ac_cv_lib_$ac_lib_var=yes"
12075 else
12076 echo "configure: failed program was:" >&5
12077 cat conftest.$ac_ext >&5
12078 rm -rf conftest*
12079 eval "ac_cv_lib_$ac_lib_var=no"
12080 fi
12081 rm -f conftest*
12082 LIBS="$ac_save_LIBS"
12083
12084 fi
12085 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12086 echo "$ac_t""yes" 1>&6
12087 INET_LINK="nsl"
12088 else
12089 echo "$ac_t""no" 1>&6
12090 echo $ac_n "checking for inet_addr in -lresolv""... $ac_c" 1>&6
12091 echo "configure:12092: checking for inet_addr in -lresolv" >&5
12092 ac_lib_var=`echo resolv'_'inet_addr | sed 'y%./+-%__p_%'`
12093 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12094 echo $ac_n "(cached) $ac_c" 1>&6
12095 else
12096 ac_save_LIBS="$LIBS"
12097 LIBS="-lresolv $LIBS"
12098 cat > conftest.$ac_ext <<EOF
12099 #line 12100 "configure"
12100 #include "confdefs.h"
12101 /* Override any gcc2 internal prototype to avoid an error. */
12102 /* We use char because int might match the return type of a gcc2
12103 builtin and then its argument prototype would still apply. */
12104 char inet_addr();
12105
12106 int main() {
12107 inet_addr()
12108 ; return 0; }
12109 EOF
12110 if { (eval echo configure:12111: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12111 rm -rf conftest*
12112 eval "ac_cv_lib_$ac_lib_var=yes"
12113 else
12114 echo "configure: failed program was:" >&5
12115 cat conftest.$ac_ext >&5
12116 rm -rf conftest*
12117 eval "ac_cv_lib_$ac_lib_var=no"
12118 fi
12119 rm -f conftest*
12120 LIBS="$ac_save_LIBS"
12121
12122 fi
12123 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12124 echo "$ac_t""yes" 1>&6
12125 INET_LINK="resolv"
12126
12127 else
12128 echo "$ac_t""no" 1>&6
12129 fi
12130
12131
12132 fi
12133
12134
12135
12136 fi
12137 done
12138
12139
12140 for ac_func in inet_aton
12141 do
12142 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
12143 echo "configure:12144: checking for $ac_func" >&5
12144 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
12145 echo $ac_n "(cached) $ac_c" 1>&6
12146 else
12147 cat > conftest.$ac_ext <<EOF
12148 #line 12149 "configure"
12149 #include "confdefs.h"
12150 /* System header to define __stub macros and hopefully few prototypes,
12151 which can conflict with char $ac_func(); below. */
12152 #include <assert.h>
12153 /* Override any gcc2 internal prototype to avoid an error. */
12154 /* We use char because int might match the return type of a gcc2
12155 builtin and then its argument prototype would still apply. */
12156 char $ac_func();
12157
12158 int main() {
12159
12160 /* The GNU C library defines this for functions which it implements
12161 to always fail with ENOSYS. Some functions are actually named
12162 something starting with __ and the normal name is an alias. */
12163 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12164 choke me
12165 #else
12166 $ac_func();
12167 #endif
12168
12169 ; return 0; }
12170 EOF
12171 if { (eval echo configure:12172: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12172 rm -rf conftest*
12173 eval "ac_cv_func_$ac_func=yes"
12174 else
12175 echo "configure: failed program was:" >&5
12176 cat conftest.$ac_ext >&5
12177 rm -rf conftest*
12178 eval "ac_cv_func_$ac_func=no"
12179 fi
12180 rm -f conftest*
12181 fi
12182
12183 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
12184 echo "$ac_t""yes" 1>&6
12185 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
12186 cat >> confdefs.h <<EOF
12187 #define $ac_tr_func 1
12188 EOF
12189 cat >> confdefs.h <<\EOF
12190 #define HAVE_INET_ATON 1
12191 EOF
12192
12193 else
12194 echo "$ac_t""no" 1>&6
12195 echo $ac_n "checking for inet_aton in -l$INET_LINK""... $ac_c" 1>&6
12196 echo "configure:12197: checking for inet_aton in -l$INET_LINK" >&5
12197 ac_lib_var=`echo $INET_LINK'_'inet_aton | sed 'y%./+-%__p_%'`
12198 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12199 echo $ac_n "(cached) $ac_c" 1>&6
12200 else
12201 ac_save_LIBS="$LIBS"
12202 LIBS="-l$INET_LINK $LIBS"
12203 cat > conftest.$ac_ext <<EOF
12204 #line 12205 "configure"
12205 #include "confdefs.h"
12206 /* Override any gcc2 internal prototype to avoid an error. */
12207 /* We use char because int might match the return type of a gcc2
12208 builtin and then its argument prototype would still apply. */
12209 char inet_aton();
12210
12211 int main() {
12212 inet_aton()
12213 ; return 0; }
12214 EOF
12215 if { (eval echo configure:12216: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12216 rm -rf conftest*
12217 eval "ac_cv_lib_$ac_lib_var=yes"
12218 else
12219 echo "configure: failed program was:" >&5
12220 cat conftest.$ac_ext >&5
12221 rm -rf conftest*
12222 eval "ac_cv_lib_$ac_lib_var=no"
12223 fi
12224 rm -f conftest*
12225 LIBS="$ac_save_LIBS"
12226
12227 fi
12228 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12229 echo "$ac_t""yes" 1>&6
12230 cat >> confdefs.h <<\EOF
12231 #define HAVE_INET_ATON 1
12232 EOF
12233
12234 else
12235 echo "$ac_t""no" 1>&6
12236 fi
12237
12238
12239 fi
12240 done
12241
12242
12243 if test "x$INET_LINK" != "x"; then
12244 cat >> confdefs.h <<\EOF
12245 #define HAVE_INET_ADDR 1
12246 EOF
12247
12248 INET_LINK="-l$INET_LINK"
12249 fi
12250
12251 fi
12252
12253
12254 cat > confcache <<\EOF
12255 # This file is a shell script that caches the results of configure
12256 # tests run on this system so they can be shared between configure
12257 # scripts and configure runs. It is not useful on other systems.
12258 # If it contains results you don't want to keep, you may remove or edit it.
12259 #
12260 # By default, configure uses ./config.cache as the cache file,
12261 # creating it if it does not exist already. You can give configure
12262 # the --cache-file=FILE option to use a different cache file; that is
12263 # what configure does when it calls configure scripts in
12264 # subdirectories, so they share the cache.
12265 # Giving --cache-file=/dev/null disables caching, for debugging configure.
12266 # config.status only pays attention to the cache file if you give it the
12267 # --recheck option to rerun configure.
12268 #
12269 EOF
12270 # The following way of writing the cache mishandles newlines in values,
12271 # but we know of no workaround that is simple, portable, and efficient.
12272 # So, don't put newlines in cache variables' values.
12273 # Ultrix sh set writes to stderr and can't be redirected directly,
12274 # and sets the high bit in the cache file unless we assign to the vars.
12275 (set) 2>&1 |
12276 case `(ac_space=' '; set | grep ac_space) 2>&1` in
12277 *ac_space=\ *)
12278 # `set' does not quote correctly, so add quotes (double-quote substitution
12279 # turns \\\\ into \\, and sed turns \\ into \).
12280 sed -n \
12281 -e "s/'/'\\\\''/g" \
12282 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
12283 ;;
12284 *)
12285 # `set' quotes correctly as required by POSIX, so do not add quotes.
12286 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
12287 ;;
12288 esac >> confcache
12289 if cmp -s $cache_file confcache; then
12290 :
12291 else
12292 if test -w $cache_file; then
12293 echo "updating cache $cache_file"
12294 cat confcache > $cache_file
12295 else
12296 echo "not updating unwritable cache $cache_file"
12297 fi
12298 fi
12299 rm -f confcache
12300
12301
12302
12303 if test "$TOOLKIT" != "MSW"; then
12304
12305
12306 THREADS_LINK=""
12307 THREADS_OBJ=""
12308
12309 if test "$wxUSE_THREADS" = "yes" ; then
12310 if test "$wxUSE_WINE" = 1 ; then
12311 echo "configure: warning: Threads are not supported under WINE" 1>&2
12312 wxUSE_THREADS="no"
12313 elif test "$USE_BEOS" = 1; then
12314 echo "configure: warning: BeOS threads are not yet supported" 1>&2
12315 wxUSE_THREADS="no"
12316 fi
12317 fi
12318
12319 if test "$wxUSE_THREADS" = "yes" ; then
12320
12321 if test "$USE_AIX" = 1; then
12322 THREADS_LIB=pthreads
12323 else
12324 THREADS_LIB=pthread
12325 fi
12326
12327 echo $ac_n "checking for pthread_create in -l$THREADS_LIB""... $ac_c" 1>&6
12328 echo "configure:12329: checking for pthread_create in -l$THREADS_LIB" >&5
12329 ac_lib_var=`echo $THREADS_LIB'_'pthread_create | sed 'y%./+-%__p_%'`
12330 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12331 echo $ac_n "(cached) $ac_c" 1>&6
12332 else
12333 ac_save_LIBS="$LIBS"
12334 LIBS="-l$THREADS_LIB $LIBS"
12335 cat > conftest.$ac_ext <<EOF
12336 #line 12337 "configure"
12337 #include "confdefs.h"
12338 /* Override any gcc2 internal prototype to avoid an error. */
12339 /* We use char because int might match the return type of a gcc2
12340 builtin and then its argument prototype would still apply. */
12341 char pthread_create();
12342
12343 int main() {
12344 pthread_create()
12345 ; return 0; }
12346 EOF
12347 if { (eval echo configure:12348: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12348 rm -rf conftest*
12349 eval "ac_cv_lib_$ac_lib_var=yes"
12350 else
12351 echo "configure: failed program was:" >&5
12352 cat conftest.$ac_ext >&5
12353 rm -rf conftest*
12354 eval "ac_cv_lib_$ac_lib_var=no"
12355 fi
12356 rm -f conftest*
12357 LIBS="$ac_save_LIBS"
12358
12359 fi
12360 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12361 echo "$ac_t""yes" 1>&6
12362
12363 THREADS_OBJ="threadpsx.lo"
12364 THREADS_LINK=$THREADS_LIB
12365
12366 else
12367 echo "$ac_t""no" 1>&6
12368
12369 echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
12370 echo "configure:12371: checking for pthread_create in -lc_r" >&5
12371 ac_lib_var=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'`
12372 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12373 echo $ac_n "(cached) $ac_c" 1>&6
12374 else
12375 ac_save_LIBS="$LIBS"
12376 LIBS="-lc_r $LIBS"
12377 cat > conftest.$ac_ext <<EOF
12378 #line 12379 "configure"
12379 #include "confdefs.h"
12380 /* Override any gcc2 internal prototype to avoid an error. */
12381 /* We use char because int might match the return type of a gcc2
12382 builtin and then its argument prototype would still apply. */
12383 char pthread_create();
12384
12385 int main() {
12386 pthread_create()
12387 ; return 0; }
12388 EOF
12389 if { (eval echo configure:12390: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12390 rm -rf conftest*
12391 eval "ac_cv_lib_$ac_lib_var=yes"
12392 else
12393 echo "configure: failed program was:" >&5
12394 cat conftest.$ac_ext >&5
12395 rm -rf conftest*
12396 eval "ac_cv_lib_$ac_lib_var=no"
12397 fi
12398 rm -f conftest*
12399 LIBS="$ac_save_LIBS"
12400
12401 fi
12402 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12403 echo "$ac_t""yes" 1>&6
12404
12405 THREADS_OBJ="threadpsx.lo"
12406 THREADS_LINK="c_r"
12407
12408 else
12409 echo "$ac_t""no" 1>&6
12410
12411 ac_safe=`echo "sys/prctl.h" | sed 'y%./+-%__p_%'`
12412 echo $ac_n "checking for sys/prctl.h""... $ac_c" 1>&6
12413 echo "configure:12414: checking for sys/prctl.h" >&5
12414 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12415 echo $ac_n "(cached) $ac_c" 1>&6
12416 else
12417 cat > conftest.$ac_ext <<EOF
12418 #line 12419 "configure"
12419 #include "confdefs.h"
12420 #include <sys/prctl.h>
12421 EOF
12422 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12423 { (eval echo configure:12424: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12424 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12425 if test -z "$ac_err"; then
12426 rm -rf conftest*
12427 eval "ac_cv_header_$ac_safe=yes"
12428 else
12429 echo "$ac_err" >&5
12430 echo "configure: failed program was:" >&5
12431 cat conftest.$ac_ext >&5
12432 rm -rf conftest*
12433 eval "ac_cv_header_$ac_safe=no"
12434 fi
12435 rm -f conftest*
12436 fi
12437 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12438 echo "$ac_t""yes" 1>&6
12439
12440 THREADS_OBJ="threadsgi.lo"
12441
12442 else
12443 echo "$ac_t""no" 1>&6
12444 fi
12445
12446
12447 fi
12448
12449
12450 fi
12451
12452
12453 if test -z "$THREADS_OBJ" ; then
12454 wxUSE_THREADS=no
12455 echo "configure: warning: No thread support on this system" 1>&2
12456 fi
12457 fi
12458
12459 if test "$wxUSE_THREADS" = "yes" ; then
12460 for ac_func in thr_setconcurrency
12461 do
12462 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
12463 echo "configure:12464: checking for $ac_func" >&5
12464 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
12465 echo $ac_n "(cached) $ac_c" 1>&6
12466 else
12467 cat > conftest.$ac_ext <<EOF
12468 #line 12469 "configure"
12469 #include "confdefs.h"
12470 /* System header to define __stub macros and hopefully few prototypes,
12471 which can conflict with char $ac_func(); below. */
12472 #include <assert.h>
12473 /* Override any gcc2 internal prototype to avoid an error. */
12474 /* We use char because int might match the return type of a gcc2
12475 builtin and then its argument prototype would still apply. */
12476 char $ac_func();
12477
12478 int main() {
12479
12480 /* The GNU C library defines this for functions which it implements
12481 to always fail with ENOSYS. Some functions are actually named
12482 something starting with __ and the normal name is an alias. */
12483 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12484 choke me
12485 #else
12486 $ac_func();
12487 #endif
12488
12489 ; return 0; }
12490 EOF
12491 if { (eval echo configure:12492: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12492 rm -rf conftest*
12493 eval "ac_cv_func_$ac_func=yes"
12494 else
12495 echo "configure: failed program was:" >&5
12496 cat conftest.$ac_ext >&5
12497 rm -rf conftest*
12498 eval "ac_cv_func_$ac_func=no"
12499 fi
12500 rm -f conftest*
12501 fi
12502
12503 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
12504 echo "$ac_t""yes" 1>&6
12505 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
12506 cat >> confdefs.h <<EOF
12507 #define $ac_tr_func 1
12508 EOF
12509
12510 else
12511 echo "$ac_t""no" 1>&6
12512 fi
12513 done
12514
12515
12516
12517 for ac_hdr in sched.h
12518 do
12519 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12520 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12521 echo "configure:12522: checking for $ac_hdr" >&5
12522 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12523 echo $ac_n "(cached) $ac_c" 1>&6
12524 else
12525 cat > conftest.$ac_ext <<EOF
12526 #line 12527 "configure"
12527 #include "confdefs.h"
12528 #include <$ac_hdr>
12529 EOF
12530 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12531 { (eval echo configure:12532: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12532 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12533 if test -z "$ac_err"; then
12534 rm -rf conftest*
12535 eval "ac_cv_header_$ac_safe=yes"
12536 else
12537 echo "$ac_err" >&5
12538 echo "configure: failed program was:" >&5
12539 cat conftest.$ac_ext >&5
12540 rm -rf conftest*
12541 eval "ac_cv_header_$ac_safe=no"
12542 fi
12543 rm -f conftest*
12544 fi
12545 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12546 echo "$ac_t""yes" 1>&6
12547 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12548 cat >> confdefs.h <<EOF
12549 #define $ac_tr_hdr 1
12550 EOF
12551
12552 else
12553 echo "$ac_t""no" 1>&6
12554 fi
12555 done
12556
12557
12558 echo $ac_n "checking for sched_yield in -l$THREADS_LINK""... $ac_c" 1>&6
12559 echo "configure:12560: checking for sched_yield in -l$THREADS_LINK" >&5
12560 ac_lib_var=`echo $THREADS_LINK'_'sched_yield | sed 'y%./+-%__p_%'`
12561 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12562 echo $ac_n "(cached) $ac_c" 1>&6
12563 else
12564 ac_save_LIBS="$LIBS"
12565 LIBS="-l$THREADS_LINK $LIBS"
12566 cat > conftest.$ac_ext <<EOF
12567 #line 12568 "configure"
12568 #include "confdefs.h"
12569 /* Override any gcc2 internal prototype to avoid an error. */
12570 /* We use char because int might match the return type of a gcc2
12571 builtin and then its argument prototype would still apply. */
12572 char sched_yield();
12573
12574 int main() {
12575 sched_yield()
12576 ; return 0; }
12577 EOF
12578 if { (eval echo configure:12579: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12579 rm -rf conftest*
12580 eval "ac_cv_lib_$ac_lib_var=yes"
12581 else
12582 echo "configure: failed program was:" >&5
12583 cat conftest.$ac_ext >&5
12584 rm -rf conftest*
12585 eval "ac_cv_lib_$ac_lib_var=no"
12586 fi
12587 rm -f conftest*
12588 LIBS="$ac_save_LIBS"
12589
12590 fi
12591 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12592 echo "$ac_t""yes" 1>&6
12593 cat >> confdefs.h <<\EOF
12594 #define HAVE_SCHED_YIELD 1
12595 EOF
12596
12597 else
12598 echo "$ac_t""no" 1>&6
12599 echo $ac_n "checking for sched_yield in -lposix4""... $ac_c" 1>&6
12600 echo "configure:12601: checking for sched_yield in -lposix4" >&5
12601 ac_lib_var=`echo posix4'_'sched_yield | sed 'y%./+-%__p_%'`
12602 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12603 echo $ac_n "(cached) $ac_c" 1>&6
12604 else
12605 ac_save_LIBS="$LIBS"
12606 LIBS="-lposix4 $LIBS"
12607 cat > conftest.$ac_ext <<EOF
12608 #line 12609 "configure"
12609 #include "confdefs.h"
12610 /* Override any gcc2 internal prototype to avoid an error. */
12611 /* We use char because int might match the return type of a gcc2
12612 builtin and then its argument prototype would still apply. */
12613 char sched_yield();
12614
12615 int main() {
12616 sched_yield()
12617 ; return 0; }
12618 EOF
12619 if { (eval echo configure:12620: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12620 rm -rf conftest*
12621 eval "ac_cv_lib_$ac_lib_var=yes"
12622 else
12623 echo "configure: failed program was:" >&5
12624 cat conftest.$ac_ext >&5
12625 rm -rf conftest*
12626 eval "ac_cv_lib_$ac_lib_var=no"
12627 fi
12628 rm -f conftest*
12629 LIBS="$ac_save_LIBS"
12630
12631 fi
12632 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12633 echo "$ac_t""yes" 1>&6
12634 cat >> confdefs.h <<\EOF
12635 #define HAVE_SCHED_YIELD 1
12636 EOF
12637 POSIX4_LINK="-lposix4"
12638 else
12639 echo "$ac_t""no" 1>&6
12640 echo "configure: warning: wxThread::Yield will not work properly" 1>&2
12641
12642 fi
12643
12644
12645 fi
12646
12647
12648 HAVE_PRIOR_FUNCS=0
12649 echo $ac_n "checking for pthread_attr_getschedpolicy in -l$THREADS_LINK""... $ac_c" 1>&6
12650 echo "configure:12651: checking for pthread_attr_getschedpolicy in -l$THREADS_LINK" >&5
12651 ac_lib_var=`echo $THREADS_LINK'_'pthread_attr_getschedpolicy | sed 'y%./+-%__p_%'`
12652 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12653 echo $ac_n "(cached) $ac_c" 1>&6
12654 else
12655 ac_save_LIBS="$LIBS"
12656 LIBS="-l$THREADS_LINK $LIBS"
12657 cat > conftest.$ac_ext <<EOF
12658 #line 12659 "configure"
12659 #include "confdefs.h"
12660 /* Override any gcc2 internal prototype to avoid an error. */
12661 /* We use char because int might match the return type of a gcc2
12662 builtin and then its argument prototype would still apply. */
12663 char pthread_attr_getschedpolicy();
12664
12665 int main() {
12666 pthread_attr_getschedpolicy()
12667 ; return 0; }
12668 EOF
12669 if { (eval echo configure:12670: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12670 rm -rf conftest*
12671 eval "ac_cv_lib_$ac_lib_var=yes"
12672 else
12673 echo "configure: failed program was:" >&5
12674 cat conftest.$ac_ext >&5
12675 rm -rf conftest*
12676 eval "ac_cv_lib_$ac_lib_var=no"
12677 fi
12678 rm -f conftest*
12679 LIBS="$ac_save_LIBS"
12680
12681 fi
12682 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12683 echo "$ac_t""yes" 1>&6
12684 echo $ac_n "checking for pthread_attr_setschedparam in -l$THREADS_LINK""... $ac_c" 1>&6
12685 echo "configure:12686: checking for pthread_attr_setschedparam in -l$THREADS_LINK" >&5
12686 ac_lib_var=`echo $THREADS_LINK'_'pthread_attr_setschedparam | sed 'y%./+-%__p_%'`
12687 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12688 echo $ac_n "(cached) $ac_c" 1>&6
12689 else
12690 ac_save_LIBS="$LIBS"
12691 LIBS="-l$THREADS_LINK $LIBS"
12692 cat > conftest.$ac_ext <<EOF
12693 #line 12694 "configure"
12694 #include "confdefs.h"
12695 /* Override any gcc2 internal prototype to avoid an error. */
12696 /* We use char because int might match the return type of a gcc2
12697 builtin and then its argument prototype would still apply. */
12698 char pthread_attr_setschedparam();
12699
12700 int main() {
12701 pthread_attr_setschedparam()
12702 ; return 0; }
12703 EOF
12704 if { (eval echo configure:12705: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12705 rm -rf conftest*
12706 eval "ac_cv_lib_$ac_lib_var=yes"
12707 else
12708 echo "configure: failed program was:" >&5
12709 cat conftest.$ac_ext >&5
12710 rm -rf conftest*
12711 eval "ac_cv_lib_$ac_lib_var=no"
12712 fi
12713 rm -f conftest*
12714 LIBS="$ac_save_LIBS"
12715
12716 fi
12717 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12718 echo "$ac_t""yes" 1>&6
12719 echo $ac_n "checking for sched_get_priority_max in -l$THREADS_LINK""... $ac_c" 1>&6
12720 echo "configure:12721: checking for sched_get_priority_max in -l$THREADS_LINK" >&5
12721 ac_lib_var=`echo $THREADS_LINK'_'sched_get_priority_max | sed 'y%./+-%__p_%'`
12722 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12723 echo $ac_n "(cached) $ac_c" 1>&6
12724 else
12725 ac_save_LIBS="$LIBS"
12726 LIBS="-l$THREADS_LINK $LIBS"
12727 cat > conftest.$ac_ext <<EOF
12728 #line 12729 "configure"
12729 #include "confdefs.h"
12730 /* Override any gcc2 internal prototype to avoid an error. */
12731 /* We use char because int might match the return type of a gcc2
12732 builtin and then its argument prototype would still apply. */
12733 char sched_get_priority_max();
12734
12735 int main() {
12736 sched_get_priority_max()
12737 ; return 0; }
12738 EOF
12739 if { (eval echo configure:12740: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12740 rm -rf conftest*
12741 eval "ac_cv_lib_$ac_lib_var=yes"
12742 else
12743 echo "configure: failed program was:" >&5
12744 cat conftest.$ac_ext >&5
12745 rm -rf conftest*
12746 eval "ac_cv_lib_$ac_lib_var=no"
12747 fi
12748 rm -f conftest*
12749 LIBS="$ac_save_LIBS"
12750
12751 fi
12752 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12753 echo "$ac_t""yes" 1>&6
12754 HAVE_PRIOR_FUNCS=1
12755 else
12756 echo "$ac_t""no" 1>&6
12757 echo $ac_n "checking for sched_get_priority_max in -lposix4""... $ac_c" 1>&6
12758 echo "configure:12759: checking for sched_get_priority_max in -lposix4" >&5
12759 ac_lib_var=`echo posix4'_'sched_get_priority_max | sed 'y%./+-%__p_%'`
12760 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12761 echo $ac_n "(cached) $ac_c" 1>&6
12762 else
12763 ac_save_LIBS="$LIBS"
12764 LIBS="-lposix4 $LIBS"
12765 cat > conftest.$ac_ext <<EOF
12766 #line 12767 "configure"
12767 #include "confdefs.h"
12768 /* Override any gcc2 internal prototype to avoid an error. */
12769 /* We use char because int might match the return type of a gcc2
12770 builtin and then its argument prototype would still apply. */
12771 char sched_get_priority_max();
12772
12773 int main() {
12774 sched_get_priority_max()
12775 ; return 0; }
12776 EOF
12777 if { (eval echo configure:12778: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12778 rm -rf conftest*
12779 eval "ac_cv_lib_$ac_lib_var=yes"
12780 else
12781 echo "configure: failed program was:" >&5
12782 cat conftest.$ac_ext >&5
12783 rm -rf conftest*
12784 eval "ac_cv_lib_$ac_lib_var=no"
12785 fi
12786 rm -f conftest*
12787 LIBS="$ac_save_LIBS"
12788
12789 fi
12790 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12791 echo "$ac_t""yes" 1>&6
12792
12793 HAVE_PRIOR_FUNCS=1
12794 POSIX4_LINK="-lposix4"
12795
12796 else
12797 echo "$ac_t""no" 1>&6
12798 fi
12799
12800
12801 fi
12802
12803
12804 else
12805 echo "$ac_t""no" 1>&6
12806 fi
12807
12808
12809 else
12810 echo "$ac_t""no" 1>&6
12811 fi
12812
12813
12814 if test "$HAVE_PRIOR_FUNCS" = 1; then
12815 cat >> confdefs.h <<\EOF
12816 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
12817 EOF
12818
12819 else
12820 echo "configure: warning: Setting thread priority will not work" 1>&2
12821 fi
12822
12823 echo $ac_n "checking for pthread_cancel in -l$THREADS_LINK""... $ac_c" 1>&6
12824 echo "configure:12825: checking for pthread_cancel in -l$THREADS_LINK" >&5
12825 ac_lib_var=`echo $THREADS_LINK'_'pthread_cancel | sed 'y%./+-%__p_%'`
12826 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12827 echo $ac_n "(cached) $ac_c" 1>&6
12828 else
12829 ac_save_LIBS="$LIBS"
12830 LIBS="-l$THREADS_LINK $LIBS"
12831 cat > conftest.$ac_ext <<EOF
12832 #line 12833 "configure"
12833 #include "confdefs.h"
12834 /* Override any gcc2 internal prototype to avoid an error. */
12835 /* We use char because int might match the return type of a gcc2
12836 builtin and then its argument prototype would still apply. */
12837 char pthread_cancel();
12838
12839 int main() {
12840 pthread_cancel()
12841 ; return 0; }
12842 EOF
12843 if { (eval echo configure:12844: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12844 rm -rf conftest*
12845 eval "ac_cv_lib_$ac_lib_var=yes"
12846 else
12847 echo "configure: failed program was:" >&5
12848 cat conftest.$ac_ext >&5
12849 rm -rf conftest*
12850 eval "ac_cv_lib_$ac_lib_var=no"
12851 fi
12852 rm -f conftest*
12853 LIBS="$ac_save_LIBS"
12854
12855 fi
12856 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12857 echo "$ac_t""yes" 1>&6
12858 cat >> confdefs.h <<\EOF
12859 #define HAVE_PTHREAD_CANCEL 1
12860 EOF
12861
12862 else
12863 echo "$ac_t""no" 1>&6
12864 echo "configure: warning: wxThread::Kill() will not work properly" 1>&2
12865 fi
12866
12867
12868 echo $ac_n "checking for pthread_cleanup_push/pop""... $ac_c" 1>&6
12869 echo "configure:12870: checking for pthread_cleanup_push/pop" >&5
12870 if eval "test \"`echo '$''{'wx_cv_func_pthread_cleanup_push'+set}'`\" = set"; then
12871 echo $ac_n "(cached) $ac_c" 1>&6
12872 else
12873
12874 cat > conftest.$ac_ext <<EOF
12875 #line 12876 "configure"
12876 #include "confdefs.h"
12877 #include <pthread.h>
12878 int main() {
12879
12880 pthread_cleanup_push(NULL, NULL);
12881 pthread_cleanup_pop(0);
12882
12883 ; return 0; }
12884 EOF
12885 if { (eval echo configure:12886: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12886 rm -rf conftest*
12887
12888 wx_cv_func_pthread_cleanup_push=yes
12889
12890 else
12891 echo "configure: failed program was:" >&5
12892 cat conftest.$ac_ext >&5
12893 rm -rf conftest*
12894
12895 wx_cv_func_pthread_cleanup_push=no
12896
12897 fi
12898 rm -f conftest*
12899
12900 fi
12901
12902 echo "$ac_t""$wx_cv_func_pthread_cleanup_push" 1>&6
12903
12904 if test "$wx_cv_func_pthread_cleanup_push" = "yes"; then
12905 cat >> confdefs.h <<\EOF
12906 #define HAVE_THREAD_CLEANUP_FUNCTIONS 1
12907 EOF
12908
12909 fi
12910
12911
12912 echo $ac_n "checking for pthread_mutexattr_t""... $ac_c" 1>&6
12913 echo "configure:12914: checking for pthread_mutexattr_t" >&5
12914 if eval "test \"`echo '$''{'wx_cv_type_pthread_mutexattr_t'+set}'`\" = set"; then
12915 echo $ac_n "(cached) $ac_c" 1>&6
12916 else
12917
12918 cat > conftest.$ac_ext <<EOF
12919 #line 12920 "configure"
12920 #include "confdefs.h"
12921 #include <pthread.h>
12922 int main() {
12923
12924 pthread_mutexattr_t attr;
12925 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
12926
12927 ; return 0; }
12928 EOF
12929 if { (eval echo configure:12930: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12930 rm -rf conftest*
12931
12932 wx_cv_type_pthread_mutexattr_t=yes
12933
12934 else
12935 echo "configure: failed program was:" >&5
12936 cat conftest.$ac_ext >&5
12937 rm -rf conftest*
12938
12939 wx_cv_type_pthread_mutexattr_t=no
12940
12941
12942 fi
12943 rm -f conftest*
12944
12945 fi
12946
12947 echo "$ac_t""$wx_cv_type_pthread_mutexattr_t" 1>&6
12948
12949 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
12950 cat >> confdefs.h <<\EOF
12951 #define HAVE_PTHREAD_MUTEXATTR_T 1
12952 EOF
12953
12954 else
12955 echo $ac_n "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER""... $ac_c" 1>&6
12956 echo "configure:12957: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
12957 if eval "test \"`echo '$''{'wx_cv_type_pthread_rec_mutex_init'+set}'`\" = set"; then
12958 echo $ac_n "(cached) $ac_c" 1>&6
12959 else
12960
12961 cat > conftest.$ac_ext <<EOF
12962 #line 12963 "configure"
12963 #include "confdefs.h"
12964 #include <pthread.h>
12965 int main() {
12966
12967 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
12968
12969 ; return 0; }
12970 EOF
12971 if { (eval echo configure:12972: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12972 rm -rf conftest*
12973
12974 wx_cv_type_pthread_rec_mutex_init=yes
12975
12976 else
12977 echo "configure: failed program was:" >&5
12978 cat conftest.$ac_ext >&5
12979 rm -rf conftest*
12980
12981 wx_cv_type_pthread_rec_mutex_init=no
12982
12983
12984 fi
12985 rm -f conftest*
12986
12987 fi
12988
12989 echo "$ac_t""$wx_cv_type_pthread_rec_mutex_init" 1>&6
12990 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
12991 cat >> confdefs.h <<\EOF
12992 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
12993 EOF
12994
12995 else
12996 echo "configure: warning: wxMutex won't be recursive on this platform" 1>&2
12997 fi
12998 fi
12999
13000 THREADS_LINK="-l$THREADS_LINK"
13001
13002 if test "$USE_SOLARIS" = "yes" -a "$GCC" != "yes"; then
13003 CFLAGS="${CFLAGS} -mt"
13004 CXXFLAGS="${CXXFLAGS} -mt"
13005 LDFLAGS="${LDFLAGS} -mt"
13006 fi
13007 fi
13008
13009 fi
13010
13011 if test "$wxUSE_THREADS" = "yes"; then
13012 cat >> confdefs.h <<\EOF
13013 #define wxUSE_THREADS 1
13014 EOF
13015
13016
13017 if test "$wxUSE_MAC" = "0"; then
13018 CFLAGS="${CFLAGS} -D_REENTRANT"
13019 CXXFLAGS="${CXXFLAGS} -D_REENTRANT"
13020 fi
13021
13022 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
13023 else
13024 if test "$ac_cv_func_strtok_r" = "yes"; then
13025 echo $ac_n "checking if -D_REENTRANT is needed""... $ac_c" 1>&6
13026 echo "configure:13027: checking if -D_REENTRANT is needed" >&5
13027 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
13028 CFLAGS="${CFLAGS} -D_REENTRANT"
13029 CXXFLAGS="${CXXFLAGS} -D_REENTRANT"
13030 echo "$ac_t""yes" 1>&6
13031 else
13032 echo "$ac_t""no" 1>&6
13033 fi
13034 fi
13035 fi
13036
13037 if test "$WXGTK20" = 1 ; then
13038 cat >> confdefs.h <<EOF
13039 #define __WXGTK20__ $WXGTK20
13040 EOF
13041
13042 WXGTK12=1
13043 fi
13044
13045 if test "$WXGTK12" = 1 ; then
13046 cat >> confdefs.h <<EOF
13047 #define __WXGTK12__ $WXGTK12
13048 EOF
13049
13050 fi
13051
13052 if test "$WXGTK127" = 1 ; then
13053 cat >> confdefs.h <<EOF
13054 #define __WXGTK127__ $WXGTK127
13055 EOF
13056
13057 fi
13058
13059 if test "$WXWINE" = 1 ; then
13060 TOOLKIT_DEF="${TOOLKIT_DEF} -D__WXWINE__"
13061 fi
13062
13063 if test "$wxUSE_MAC" = 1 ; then
13064 TOOLKIT_DEF="${TOOLKIT_DEF} -D__UNIX__ -D__POWERPC__ -DTARGET_CARBON"
13065 CFLAGS="${CFLAGS} -fno-common -fpascal-strings"
13066 CPPFLAGS="${CPPFLAGS} -fno-common -fpascal-strings"
13067 # Extract the first word of "Rez", so it can be a program name with args.
13068 set dummy Rez; ac_word=$2
13069 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
13070 echo "configure:13071: checking for $ac_word" >&5
13071 if eval "test \"`echo '$''{'ac_cv_prog_REZ'+set}'`\" = set"; then
13072 echo $ac_n "(cached) $ac_c" 1>&6
13073 else
13074 if test -n "$REZ"; then
13075 ac_cv_prog_REZ="$REZ" # Let the user override the test.
13076 else
13077 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
13078 ac_dummy="$PATH"
13079 for ac_dir in $ac_dummy; do
13080 test -z "$ac_dir" && ac_dir=.
13081 if test -f $ac_dir/$ac_word; then
13082 ac_cv_prog_REZ="Rez"
13083 break
13084 fi
13085 done
13086 IFS="$ac_save_ifs"
13087 test -z "$ac_cv_prog_REZ" && ac_cv_prog_REZ="/Developer/Tools/Rez"
13088 fi
13089 fi
13090 REZ="$ac_cv_prog_REZ"
13091 if test -n "$REZ"; then
13092 echo "$ac_t""$REZ" 1>&6
13093 else
13094 echo "$ac_t""no" 1>&6
13095 fi
13096
13097 # Extract the first word of "Derez", so it can be a program name with args.
13098 set dummy Derez; ac_word=$2
13099 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
13100 echo "configure:13101: checking for $ac_word" >&5
13101 if eval "test \"`echo '$''{'ac_cv_prog_DEREZ'+set}'`\" = set"; then
13102 echo $ac_n "(cached) $ac_c" 1>&6
13103 else
13104 if test -n "$DEREZ"; then
13105 ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
13106 else
13107 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
13108 ac_dummy="$PATH"
13109 for ac_dir in $ac_dummy; do
13110 test -z "$ac_dir" && ac_dir=.
13111 if test -f $ac_dir/$ac_word; then
13112 ac_cv_prog_DEREZ="Derez"
13113 break
13114 fi
13115 done
13116 IFS="$ac_save_ifs"
13117 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/Derez"
13118 fi
13119 fi
13120 DEREZ="$ac_cv_prog_DEREZ"
13121 if test -n "$DEREZ"; then
13122 echo "$ac_t""$DEREZ" 1>&6
13123 else
13124 echo "$ac_t""no" 1>&6
13125 fi
13126
13127 RESCOMP=${REZ}
13128 REZFLAGS="-d __UNIX__ -useDF"
13129 DEREZFLAGS="Carbon.r -useDF"
13130 RESFLAGS="Carbon.r -t APPL"
13131 LIBWXMACRES="\$(LIBWX_MACRES)"
13132 LIBWXMACRESCOMP="\$(LIBWX_MACRESCOMP)"
13133 fi
13134
13135 if test "$wxUSE_CYGWIN" = 1 ; then
13136 TOOLKIT_DEF="${TOOLKIT_DEF} -D__WIN95__"
13137 fi
13138
13139 WXDEBUG=
13140
13141 if test "$wxUSE_DEBUG_INFO" = "yes" ; then
13142 WXDEBUG="-g"
13143 wxUSE_OPTIMISE=no
13144 fi
13145
13146 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
13147 wxUSE_DEBUG_INFO=yes
13148 WXDEBUG="-ggdb"
13149 fi
13150
13151 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
13152 cat >> confdefs.h <<\EOF
13153 #define WXDEBUG 1
13154 EOF
13155
13156 WXDEBUG_DEFINE="-D__WXDEBUG__"
13157 else
13158 if test "$wxUSE_GTK" = 1 ; then
13159 WXDEBUG_DEFINE="-DGTK_NO_CHECK_CASTS"
13160 fi
13161 fi
13162
13163 if test "$wxUSE_MEM_TRACING" = "yes" ; then
13164 cat >> confdefs.h <<\EOF
13165 #define wxUSE_MEMORY_TRACING 1
13166 EOF
13167
13168 cat >> confdefs.h <<\EOF
13169 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
13170 EOF
13171
13172 cat >> confdefs.h <<\EOF
13173 #define wxUSE_DEBUG_NEW_ALWAYS 1
13174 EOF
13175
13176 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
13177 fi
13178
13179 if test "$wxUSE_DMALLOC" = "yes" ; then
13180 DMALLOC_LINK="-ldmalloc"
13181 fi
13182
13183 PROFILE=
13184 if test "$wxUSE_PROFILE" = "yes" ; then
13185 PROFILE="-pg"
13186 fi
13187
13188 DEP_INFO_FLAGS=
13189 CODE_GEN_FLAGS=
13190 CODE_GEN_FLAGS_CXX=
13191 if test "$GCC" = yes ; then
13192 if test "$wxUSE_NO_RTTI" = "yes" ; then
13193 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS -fno-rtti"
13194 fi
13195 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
13196 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS -fno-exceptions"
13197 fi
13198 if test "$wxUSE_PERMISSIVE" = "yes" ; then
13199 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive"
13200 fi
13201 if test "$wxUSE_NO_DEPS" = "no" ; then
13202 DEP_INFO_FLAGS="-MMD"
13203 fi
13204 fi
13205
13206
13207 CXXFLAGS=`echo "${CXXFLAGS}" | sed "s/\-O.//g" `
13208 CFLAGS=`echo "${CFLAGS}" | sed "s/\-O.//g" `
13209 if test "$wxUSE_OPTIMISE" = "no" ; then
13210 OPTIMISE=
13211 else
13212 if test "$GCC" = yes ; then
13213 OPTIMISE="-O2"
13214 case "${host}" in
13215 i586-*-*|i686-*-* )
13216 OPTIMISE="${OPTIMISE} "
13217 ;;
13218 esac
13219 else
13220 OPTIMISE="-O"
13221 fi
13222 fi
13223
13224
13225 ZLIB_INCLUDE=
13226 if test "$wxUSE_ZLIB" = "yes" -o "$wxUSE_ZLIB" = "sys" ; then
13227 cat >> confdefs.h <<\EOF
13228 #define wxUSE_ZLIB 1
13229 EOF
13230
13231 if test "$wxUSE_ZLIB" = "yes" ; then
13232 ZLIB_INCLUDE="-I\${top_srcdir}/src/zlib"
13233 else
13234 ZLIB_LINK=
13235 ac_safe=`echo "zlib.h" | sed 'y%./+-%__p_%'`
13236 echo $ac_n "checking for zlib.h""... $ac_c" 1>&6
13237 echo "configure:13238: checking for zlib.h" >&5
13238 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13239 echo $ac_n "(cached) $ac_c" 1>&6
13240 else
13241 cat > conftest.$ac_ext <<EOF
13242 #line 13243 "configure"
13243 #include "confdefs.h"
13244 #include <zlib.h>
13245 EOF
13246 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13247 { (eval echo configure:13248: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13248 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13249 if test -z "$ac_err"; then
13250 rm -rf conftest*
13251 eval "ac_cv_header_$ac_safe=yes"
13252 else
13253 echo "$ac_err" >&5
13254 echo "configure: failed program was:" >&5
13255 cat conftest.$ac_ext >&5
13256 rm -rf conftest*
13257 eval "ac_cv_header_$ac_safe=no"
13258 fi
13259 rm -f conftest*
13260 fi
13261 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13262 echo "$ac_t""yes" 1>&6
13263 echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6
13264 echo "configure:13265: checking for deflate in -lz" >&5
13265 ac_lib_var=`echo z'_'deflate | sed 'y%./+-%__p_%'`
13266 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13267 echo $ac_n "(cached) $ac_c" 1>&6
13268 else
13269 ac_save_LIBS="$LIBS"
13270 LIBS="-lz $LIBS"
13271 cat > conftest.$ac_ext <<EOF
13272 #line 13273 "configure"
13273 #include "confdefs.h"
13274 /* Override any gcc2 internal prototype to avoid an error. */
13275 /* We use char because int might match the return type of a gcc2
13276 builtin and then its argument prototype would still apply. */
13277 char deflate();
13278
13279 int main() {
13280 deflate()
13281 ; return 0; }
13282 EOF
13283 if { (eval echo configure:13284: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13284 rm -rf conftest*
13285 eval "ac_cv_lib_$ac_lib_var=yes"
13286 else
13287 echo "configure: failed program was:" >&5
13288 cat conftest.$ac_ext >&5
13289 rm -rf conftest*
13290 eval "ac_cv_lib_$ac_lib_var=no"
13291 fi
13292 rm -f conftest*
13293 LIBS="$ac_save_LIBS"
13294
13295 fi
13296 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13297 echo "$ac_t""yes" 1>&6
13298 ZLIB_LINK="-lz"
13299 else
13300 echo "$ac_t""no" 1>&6
13301 fi
13302
13303 else
13304 echo "$ac_t""no" 1>&6
13305 fi
13306
13307 if test "x$ZLIB_LINK" = "x" ; then
13308 { echo "configure: error: system zlib compression library not found! Use --with-zlib=yes to use built-in zlib" 1>&2; exit 1; }
13309 fi
13310 fi
13311 fi
13312
13313 PNG_INCLUDE=
13314 if test "$wxUSE_LIBPNG" = "yes" -o "$wxUSE_LIBPNG" = "sys" ; then
13315 cat >> confdefs.h <<\EOF
13316 #define wxUSE_LIBPNG 1
13317 EOF
13318
13319 if test "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
13320 echo "configure: warning: --with-libpng=sys doesn't work without --with-zlib=sys, will compile the built-in libpng instead" 1>&2
13321 wxUSE_LIBPNG=yes
13322 fi
13323
13324 if test "$wxUSE_LIBPNG" = "yes" ; then
13325 PNG_INCLUDE="-I\${top_srcdir}/src/png"
13326 else
13327 PNG_LINK=
13328 ac_safe=`echo "png.h" | sed 'y%./+-%__p_%'`
13329 echo $ac_n "checking for png.h""... $ac_c" 1>&6
13330 echo "configure:13331: checking for png.h" >&5
13331 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13332 echo $ac_n "(cached) $ac_c" 1>&6
13333 else
13334 cat > conftest.$ac_ext <<EOF
13335 #line 13336 "configure"
13336 #include "confdefs.h"
13337 #include <png.h>
13338 EOF
13339 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13340 { (eval echo configure:13341: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13341 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13342 if test -z "$ac_err"; then
13343 rm -rf conftest*
13344 eval "ac_cv_header_$ac_safe=yes"
13345 else
13346 echo "$ac_err" >&5
13347 echo "configure: failed program was:" >&5
13348 cat conftest.$ac_ext >&5
13349 rm -rf conftest*
13350 eval "ac_cv_header_$ac_safe=no"
13351 fi
13352 rm -f conftest*
13353 fi
13354 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13355 echo "$ac_t""yes" 1>&6
13356 echo $ac_n "checking for png_check_sig in -lpng""... $ac_c" 1>&6
13357 echo "configure:13358: checking for png_check_sig in -lpng" >&5
13358 ac_lib_var=`echo png'_'png_check_sig | sed 'y%./+-%__p_%'`
13359 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13360 echo $ac_n "(cached) $ac_c" 1>&6
13361 else
13362 ac_save_LIBS="$LIBS"
13363 LIBS="-lpng -lz -lm $LIBS"
13364 cat > conftest.$ac_ext <<EOF
13365 #line 13366 "configure"
13366 #include "confdefs.h"
13367 /* Override any gcc2 internal prototype to avoid an error. */
13368 /* We use char because int might match the return type of a gcc2
13369 builtin and then its argument prototype would still apply. */
13370 char png_check_sig();
13371
13372 int main() {
13373 png_check_sig()
13374 ; return 0; }
13375 EOF
13376 if { (eval echo configure:13377: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13377 rm -rf conftest*
13378 eval "ac_cv_lib_$ac_lib_var=yes"
13379 else
13380 echo "configure: failed program was:" >&5
13381 cat conftest.$ac_ext >&5
13382 rm -rf conftest*
13383 eval "ac_cv_lib_$ac_lib_var=no"
13384 fi
13385 rm -f conftest*
13386 LIBS="$ac_save_LIBS"
13387
13388 fi
13389 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13390 echo "$ac_t""yes" 1>&6
13391 PNG_LINK="-lpng"
13392 else
13393 echo "$ac_t""no" 1>&6
13394 fi
13395
13396
13397 else
13398 echo "$ac_t""no" 1>&6
13399 fi
13400
13401 if test "x$PNG_LINK" = "x" ; then
13402 { echo "configure: error: system png library not found! Use --with-libpng=yes to use the built-in libpng" 1>&2; exit 1; }
13403 fi
13404 fi
13405
13406 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png"
13407 fi
13408
13409 JPEG_INCLUDE=
13410 if test "$wxUSE_LIBJPEG" = "yes" -o "$wxUSE_LIBJPEG" = "sys" ; then
13411 cat >> confdefs.h <<\EOF
13412 #define wxUSE_LIBJPEG 1
13413 EOF
13414
13415 if test "$wxUSE_LIBJPEG" = "yes" ; then
13416 JPEG_INCLUDE="-I\${top_srcdir}/src/jpeg"
13417 else
13418 JPEG_LINK=
13419 ac_safe=`echo "jpeglib.h" | sed 'y%./+-%__p_%'`
13420 echo $ac_n "checking for jpeglib.h""... $ac_c" 1>&6
13421 echo "configure:13422: checking for jpeglib.h" >&5
13422 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13423 echo $ac_n "(cached) $ac_c" 1>&6
13424 else
13425 cat > conftest.$ac_ext <<EOF
13426 #line 13427 "configure"
13427 #include "confdefs.h"
13428 #include <jpeglib.h>
13429 EOF
13430 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13431 { (eval echo configure:13432: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13432 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13433 if test -z "$ac_err"; then
13434 rm -rf conftest*
13435 eval "ac_cv_header_$ac_safe=yes"
13436 else
13437 echo "$ac_err" >&5
13438 echo "configure: failed program was:" >&5
13439 cat conftest.$ac_ext >&5
13440 rm -rf conftest*
13441 eval "ac_cv_header_$ac_safe=no"
13442 fi
13443 rm -f conftest*
13444 fi
13445 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13446 echo "$ac_t""yes" 1>&6
13447 echo $ac_n "checking for jpeg_read_header in -ljpeg""... $ac_c" 1>&6
13448 echo "configure:13449: checking for jpeg_read_header in -ljpeg" >&5
13449 ac_lib_var=`echo jpeg'_'jpeg_read_header | sed 'y%./+-%__p_%'`
13450 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13451 echo $ac_n "(cached) $ac_c" 1>&6
13452 else
13453 ac_save_LIBS="$LIBS"
13454 LIBS="-ljpeg $LIBS"
13455 cat > conftest.$ac_ext <<EOF
13456 #line 13457 "configure"
13457 #include "confdefs.h"
13458 /* Override any gcc2 internal prototype to avoid an error. */
13459 /* We use char because int might match the return type of a gcc2
13460 builtin and then its argument prototype would still apply. */
13461 char jpeg_read_header();
13462
13463 int main() {
13464 jpeg_read_header()
13465 ; return 0; }
13466 EOF
13467 if { (eval echo configure:13468: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13468 rm -rf conftest*
13469 eval "ac_cv_lib_$ac_lib_var=yes"
13470 else
13471 echo "configure: failed program was:" >&5
13472 cat conftest.$ac_ext >&5
13473 rm -rf conftest*
13474 eval "ac_cv_lib_$ac_lib_var=no"
13475 fi
13476 rm -f conftest*
13477 LIBS="$ac_save_LIBS"
13478
13479 fi
13480 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13481 echo "$ac_t""yes" 1>&6
13482 JPEG_LINK="-ljpeg"
13483 else
13484 echo "$ac_t""no" 1>&6
13485 fi
13486
13487 else
13488 echo "$ac_t""no" 1>&6
13489 fi
13490
13491 if test "x$JPEG_LINK" = "x" ; then
13492 { echo "configure: error: system jpeg library not found! Use --with-libjpeg=yes to use the built-in one" 1>&2; exit 1; }
13493 fi
13494 fi
13495 fi
13496
13497 TIFF_INCLUDE=
13498 if test "$wxUSE_LIBTIFF" = "yes" -o "$wxUSE_LIBTIFF" = "sys" ; then
13499 cat >> confdefs.h <<\EOF
13500 #define wxUSE_LIBTIFF 1
13501 EOF
13502
13503 if test "$wxUSE_LIBTIFF" = "yes" ; then
13504 TIFF_INCLUDE="-I\${top_srcdir}/src/tiff"
13505 else
13506 TIFF_LINK=
13507 ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'`
13508 echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6
13509 echo "configure:13510: checking for tiffio.h" >&5
13510 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13511 echo $ac_n "(cached) $ac_c" 1>&6
13512 else
13513 cat > conftest.$ac_ext <<EOF
13514 #line 13515 "configure"
13515 #include "confdefs.h"
13516 #include <tiffio.h>
13517 EOF
13518 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13519 { (eval echo configure:13520: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13520 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13521 if test -z "$ac_err"; then
13522 rm -rf conftest*
13523 eval "ac_cv_header_$ac_safe=yes"
13524 else
13525 echo "$ac_err" >&5
13526 echo "configure: failed program was:" >&5
13527 cat conftest.$ac_ext >&5
13528 rm -rf conftest*
13529 eval "ac_cv_header_$ac_safe=no"
13530 fi
13531 rm -f conftest*
13532 fi
13533 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13534 echo "$ac_t""yes" 1>&6
13535 echo $ac_n "checking for TIFFError in -ltiff""... $ac_c" 1>&6
13536 echo "configure:13537: checking for TIFFError in -ltiff" >&5
13537 ac_lib_var=`echo tiff'_'TIFFError | sed 'y%./+-%__p_%'`
13538 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13539 echo $ac_n "(cached) $ac_c" 1>&6
13540 else
13541 ac_save_LIBS="$LIBS"
13542 LIBS="-ltiff -lm $LIBS"
13543 cat > conftest.$ac_ext <<EOF
13544 #line 13545 "configure"
13545 #include "confdefs.h"
13546 /* Override any gcc2 internal prototype to avoid an error. */
13547 /* We use char because int might match the return type of a gcc2
13548 builtin and then its argument prototype would still apply. */
13549 char TIFFError();
13550
13551 int main() {
13552 TIFFError()
13553 ; return 0; }
13554 EOF
13555 if { (eval echo configure:13556: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13556 rm -rf conftest*
13557 eval "ac_cv_lib_$ac_lib_var=yes"
13558 else
13559 echo "configure: failed program was:" >&5
13560 cat conftest.$ac_ext >&5
13561 rm -rf conftest*
13562 eval "ac_cv_lib_$ac_lib_var=no"
13563 fi
13564 rm -f conftest*
13565 LIBS="$ac_save_LIBS"
13566
13567 fi
13568 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13569 echo "$ac_t""yes" 1>&6
13570 TIFF_LINK="-ltiff"
13571 else
13572 echo "$ac_t""no" 1>&6
13573 fi
13574
13575 else
13576 echo "$ac_t""no" 1>&6
13577 fi
13578
13579 if test "x$TIFF_LINK" = "x" ; then
13580 { echo "configure: error: system tiff library not found! Use --with-libtiff=yes to use the built-in one" 1>&2; exit 1; }
13581 fi
13582 fi
13583 fi
13584
13585 FREETYPE_INCLUDE=
13586 if test "$wxUSE_FREETYPE" = "yes" -o "$wxUSE_FREETYPE" = "sys" ; then
13587 cat >> confdefs.h <<\EOF
13588 #define wxUSE_FREETYPE 1
13589 EOF
13590
13591 if test "$wxUSE_FREETYPE" = "yes" ; then
13592 FREETYPE_INCLUDE="-I\${top_srcdir}/src/freetype"
13593 else
13594 FREETYPE_LINK=
13595 ac_safe=`echo "freetype.h" | sed 'y%./+-%__p_%'`
13596 echo $ac_n "checking for freetype.h""... $ac_c" 1>&6
13597 echo "configure:13598: checking for freetype.h" >&5
13598 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13599 echo $ac_n "(cached) $ac_c" 1>&6
13600 else
13601 cat > conftest.$ac_ext <<EOF
13602 #line 13603 "configure"
13603 #include "confdefs.h"
13604 #include <freetype.h>
13605 EOF
13606 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13607 { (eval echo configure:13608: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13608 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13609 if test -z "$ac_err"; then
13610 rm -rf conftest*
13611 eval "ac_cv_header_$ac_safe=yes"
13612 else
13613 echo "$ac_err" >&5
13614 echo "configure: failed program was:" >&5
13615 cat conftest.$ac_ext >&5
13616 rm -rf conftest*
13617 eval "ac_cv_header_$ac_safe=no"
13618 fi
13619 rm -f conftest*
13620 fi
13621 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13622 echo "$ac_t""yes" 1>&6
13623 echo $ac_n "checking for FT_Render_Glyph in -lfreetype""... $ac_c" 1>&6
13624 echo "configure:13625: checking for FT_Render_Glyph in -lfreetype" >&5
13625 ac_lib_var=`echo freetype'_'FT_Render_Glyph | sed 'y%./+-%__p_%'`
13626 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13627 echo $ac_n "(cached) $ac_c" 1>&6
13628 else
13629 ac_save_LIBS="$LIBS"
13630 LIBS="-lfreetype -lm $LIBS"
13631 cat > conftest.$ac_ext <<EOF
13632 #line 13633 "configure"
13633 #include "confdefs.h"
13634 /* Override any gcc2 internal prototype to avoid an error. */
13635 /* We use char because int might match the return type of a gcc2
13636 builtin and then its argument prototype would still apply. */
13637 char FT_Render_Glyph();
13638
13639 int main() {
13640 FT_Render_Glyph()
13641 ; return 0; }
13642 EOF
13643 if { (eval echo configure:13644: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13644 rm -rf conftest*
13645 eval "ac_cv_lib_$ac_lib_var=yes"
13646 else
13647 echo "configure: failed program was:" >&5
13648 cat conftest.$ac_ext >&5
13649 rm -rf conftest*
13650 eval "ac_cv_lib_$ac_lib_var=no"
13651 fi
13652 rm -f conftest*
13653 LIBS="$ac_save_LIBS"
13654
13655 fi
13656 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13657 echo "$ac_t""yes" 1>&6
13658 FREETYPE_LINK="-lfreetype"
13659 else
13660 echo "$ac_t""no" 1>&6
13661 fi
13662
13663
13664 else
13665 echo "$ac_t""no" 1>&6
13666 fi
13667
13668 if test "x$FREETYPE_LINK" = "x" ; then
13669 { echo "configure: error: system freetype library not found! Use --with-freetype=yes to use the built-in freetype" 1>&2; exit 1; }
13670 fi
13671 fi
13672 fi
13673
13674 if test "$wxUSE_OPENGL" = "yes"; then
13675 ac_safe=`echo "GL/gl.h" | sed 'y%./+-%__p_%'`
13676 echo $ac_n "checking for GL/gl.h""... $ac_c" 1>&6
13677 echo "configure:13678: checking for GL/gl.h" >&5
13678 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13679 echo $ac_n "(cached) $ac_c" 1>&6
13680 else
13681 cat > conftest.$ac_ext <<EOF
13682 #line 13683 "configure"
13683 #include "confdefs.h"
13684 #include <GL/gl.h>
13685 EOF
13686 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13687 { (eval echo configure:13688: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13688 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13689 if test -z "$ac_err"; then
13690 rm -rf conftest*
13691 eval "ac_cv_header_$ac_safe=yes"
13692 else
13693 echo "$ac_err" >&5
13694 echo "configure: failed program was:" >&5
13695 cat conftest.$ac_ext >&5
13696 rm -rf conftest*
13697 eval "ac_cv_header_$ac_safe=no"
13698 fi
13699 rm -f conftest*
13700 fi
13701 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13702 echo "$ac_t""yes" 1>&6
13703
13704 cat >> confdefs.h <<\EOF
13705 #define wxUSE_OPENGL 1
13706 EOF
13707
13708 cat >> confdefs.h <<\EOF
13709 #define wxUSE_GLCANVAS 1
13710 EOF
13711
13712 echo $ac_n "checking for glFlush in -lGL""... $ac_c" 1>&6
13713 echo "configure:13714: checking for glFlush in -lGL" >&5
13714 ac_lib_var=`echo GL'_'glFlush | sed 'y%./+-%__p_%'`
13715 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13716 echo $ac_n "(cached) $ac_c" 1>&6
13717 else
13718 ac_save_LIBS="$LIBS"
13719 LIBS="-lGL $LIBS"
13720 cat > conftest.$ac_ext <<EOF
13721 #line 13722 "configure"
13722 #include "confdefs.h"
13723 /* Override any gcc2 internal prototype to avoid an error. */
13724 /* We use char because int might match the return type of a gcc2
13725 builtin and then its argument prototype would still apply. */
13726 char glFlush();
13727
13728 int main() {
13729 glFlush()
13730 ; return 0; }
13731 EOF
13732 if { (eval echo configure:13733: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13733 rm -rf conftest*
13734 eval "ac_cv_lib_$ac_lib_var=yes"
13735 else
13736 echo "configure: failed program was:" >&5
13737 cat conftest.$ac_ext >&5
13738 rm -rf conftest*
13739 eval "ac_cv_lib_$ac_lib_var=no"
13740 fi
13741 rm -f conftest*
13742 LIBS="$ac_save_LIBS"
13743
13744 fi
13745 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13746 echo "$ac_t""yes" 1>&6
13747
13748 OPENGL_LINK="-lGL -lGLU"
13749
13750 else
13751 echo "$ac_t""no" 1>&6
13752
13753 echo $ac_n "checking for glFlush in -lMesaGL""... $ac_c" 1>&6
13754 echo "configure:13755: checking for glFlush in -lMesaGL" >&5
13755 ac_lib_var=`echo MesaGL'_'glFlush | sed 'y%./+-%__p_%'`
13756 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13757 echo $ac_n "(cached) $ac_c" 1>&6
13758 else
13759 ac_save_LIBS="$LIBS"
13760 LIBS="-lMesaGL $LIBS"
13761 cat > conftest.$ac_ext <<EOF
13762 #line 13763 "configure"
13763 #include "confdefs.h"
13764 /* Override any gcc2 internal prototype to avoid an error. */
13765 /* We use char because int might match the return type of a gcc2
13766 builtin and then its argument prototype would still apply. */
13767 char glFlush();
13768
13769 int main() {
13770 glFlush()
13771 ; return 0; }
13772 EOF
13773 if { (eval echo configure:13774: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13774 rm -rf conftest*
13775 eval "ac_cv_lib_$ac_lib_var=yes"
13776 else
13777 echo "configure: failed program was:" >&5
13778 cat conftest.$ac_ext >&5
13779 rm -rf conftest*
13780 eval "ac_cv_lib_$ac_lib_var=no"
13781 fi
13782 rm -f conftest*
13783 LIBS="$ac_save_LIBS"
13784
13785 fi
13786 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13787 echo "$ac_t""yes" 1>&6
13788
13789 OPENGL_LINK="-lMesaGL -lMesaGLU"
13790
13791 else
13792 echo "$ac_t""no" 1>&6
13793 fi
13794
13795
13796 fi
13797
13798
13799 else
13800 echo "$ac_t""no" 1>&6
13801 wxUSE_OPENGL=0
13802 fi
13803
13804 fi
13805
13806
13807 if test "$wxUSE_GUI" = "yes"; then
13808 cat >> confdefs.h <<\EOF
13809 #define wxUSE_GUI 1
13810 EOF
13811
13812
13813 else
13814 cat >> confdefs.h <<\EOF
13815 #define wxUSE_NOGUI 1
13816 EOF
13817
13818 fi
13819
13820
13821 if test "$wxUSE_UNIX" = "yes"; then
13822 cat >> confdefs.h <<\EOF
13823 #define wxUSE_UNIX 1
13824 EOF
13825
13826 fi
13827
13828
13829 if test "$wxUSE_APPLE_IEEE" = "yes"; then
13830 cat >> confdefs.h <<\EOF
13831 #define wxUSE_APPLE_IEEE 1
13832 EOF
13833
13834 fi
13835
13836 if test "$wxUSE_WAVE" = "yes"; then
13837 cat >> confdefs.h <<\EOF
13838 #define wxUSE_WAVE 1
13839 EOF
13840
13841 fi
13842
13843 if test "$wxUSE_FILE" = "yes"; then
13844 cat >> confdefs.h <<\EOF
13845 #define wxUSE_FILE 1
13846 EOF
13847
13848 fi
13849
13850 if test "$wxUSE_FILESYSTEM" = "yes"; then
13851 cat >> confdefs.h <<\EOF
13852 #define wxUSE_FILESYSTEM 1
13853 EOF
13854
13855 fi
13856
13857 if test "$wxUSE_FS_INET" = "yes"; then
13858 cat >> confdefs.h <<\EOF
13859 #define wxUSE_FS_INET 1
13860 EOF
13861
13862 fi
13863
13864 if test "$wxUSE_FS_ZIP" = "yes"; then
13865 cat >> confdefs.h <<\EOF
13866 #define wxUSE_FS_ZIP 1
13867 EOF
13868
13869 fi
13870
13871 if test "$wxUSE_ZIPSTREAM" = "yes"; then
13872 cat >> confdefs.h <<\EOF
13873 #define wxUSE_ZIPSTREAM 1
13874 EOF
13875
13876 fi
13877
13878 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
13879 cat >> confdefs.h <<\EOF
13880 #define wxUSE_ON_FATAL_EXCEPTION 1
13881 EOF
13882
13883 fi
13884
13885 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
13886 cat >> confdefs.h <<\EOF
13887 #define wxUSE_SNGLINST_CHECKER 1
13888 EOF
13889
13890 fi
13891
13892 if test "$wxUSE_BUSYINFO" = "yes"; then
13893 cat >> confdefs.h <<\EOF
13894 #define wxUSE_BUSYINFO 1
13895 EOF
13896
13897 fi
13898
13899 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
13900 cat >> confdefs.h <<\EOF
13901 #define wxUSE_STD_IOSTREAM 1
13902 EOF
13903
13904 fi
13905
13906 if test "$wxUSE_TEXTFILE" = "yes"; then
13907 if test "$wxUSE_FILE" != "yes"; then
13908 echo "configure: warning: wxTextFile requires wxFile and it won't be compiled without it" 1>&2
13909 else
13910 cat >> confdefs.h <<\EOF
13911 #define wxUSE_TEXTFILE 1
13912 EOF
13913
13914 fi
13915 fi
13916
13917 if test "$wxUSE_CONFIG" = "yes" ; then
13918 if test "$wxUSE_TEXTFILE" != "yes"; then
13919 echo "configure: warning: wxConfig requires wxTextFile and it won't be compiled without it" 1>&2
13920 else
13921 cat >> confdefs.h <<\EOF
13922 #define wxUSE_CONFIG 1
13923 EOF
13924
13925 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
13926 fi
13927 fi
13928
13929 if test "$wxUSE_INTL" = "yes" ; then
13930 if test "$wxUSE_FILE" != "yes"; then
13931 echo "configure: warning: I18n code requires wxFile and it won't be compiled without it" 1>&2
13932 else
13933 cat >> confdefs.h <<\EOF
13934 #define wxUSE_INTL 1
13935 EOF
13936
13937 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
13938 GUIDIST="$GUIDIST INTL_DIST"
13939 fi
13940 fi
13941
13942 if test "$wxUSE_LOG" = "yes"; then
13943 cat >> confdefs.h <<\EOF
13944 #define wxUSE_LOG 1
13945 EOF
13946
13947 fi
13948
13949 if test "$wxUSE_LONGLONG" = "yes"; then
13950 cat >> confdefs.h <<\EOF
13951 #define wxUSE_LONGLONG 1
13952 EOF
13953
13954 fi
13955
13956 if test "$wxUSE_GEOMETRY" = "yes"; then
13957 cat >> confdefs.h <<\EOF
13958 #define wxUSE_GEOMETRY 1
13959 EOF
13960
13961 fi
13962
13963 if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then
13964 cat >> confdefs.h <<\EOF
13965 #define wxUSE_DIALUP_MANAGER 1
13966 EOF
13967
13968 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
13969 fi
13970
13971 if test "$wxUSE_STREAMS" = "yes" ; then
13972 cat >> confdefs.h <<\EOF
13973 #define wxUSE_STREAMS 1
13974 EOF
13975
13976 fi
13977
13978
13979 if test "$wxUSE_TIMEDATE" = "yes"; then
13980 for ac_func in strptime
13981 do
13982 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13983 echo "configure:13984: checking for $ac_func" >&5
13984 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13985 echo $ac_n "(cached) $ac_c" 1>&6
13986 else
13987 cat > conftest.$ac_ext <<EOF
13988 #line 13989 "configure"
13989 #include "confdefs.h"
13990 /* System header to define __stub macros and hopefully few prototypes,
13991 which can conflict with char $ac_func(); below. */
13992 #include <assert.h>
13993 /* Override any gcc2 internal prototype to avoid an error. */
13994 /* We use char because int might match the return type of a gcc2
13995 builtin and then its argument prototype would still apply. */
13996 char $ac_func();
13997
13998 int main() {
13999
14000 /* The GNU C library defines this for functions which it implements
14001 to always fail with ENOSYS. Some functions are actually named
14002 something starting with __ and the normal name is an alias. */
14003 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14004 choke me
14005 #else
14006 $ac_func();
14007 #endif
14008
14009 ; return 0; }
14010 EOF
14011 if { (eval echo configure:14012: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14012 rm -rf conftest*
14013 eval "ac_cv_func_$ac_func=yes"
14014 else
14015 echo "configure: failed program was:" >&5
14016 cat conftest.$ac_ext >&5
14017 rm -rf conftest*
14018 eval "ac_cv_func_$ac_func=no"
14019 fi
14020 rm -f conftest*
14021 fi
14022
14023 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14024 echo "$ac_t""yes" 1>&6
14025 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14026 cat >> confdefs.h <<EOF
14027 #define $ac_tr_func 1
14028 EOF
14029
14030 else
14031 echo "$ac_t""no" 1>&6
14032 fi
14033 done
14034
14035
14036 echo $ac_n "checking for timezone variable in <time.h>""... $ac_c" 1>&6
14037 echo "configure:14038: checking for timezone variable in <time.h>" >&5
14038 if eval "test \"`echo '$''{'wx_cv_var_timezone'+set}'`\" = set"; then
14039 echo $ac_n "(cached) $ac_c" 1>&6
14040 else
14041
14042 cat > conftest.$ac_ext <<EOF
14043 #line 14044 "configure"
14044 #include "confdefs.h"
14045
14046 #include <time.h>
14047
14048 int main() {
14049
14050 int tz;
14051 tz = __timezone;
14052
14053 ; return 0; }
14054 EOF
14055 if { (eval echo configure:14056: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14056 rm -rf conftest*
14057
14058 wx_cv_var_timezone=__timezone
14059
14060 else
14061 echo "configure: failed program was:" >&5
14062 cat conftest.$ac_ext >&5
14063 rm -rf conftest*
14064
14065 cat > conftest.$ac_ext <<EOF
14066 #line 14067 "configure"
14067 #include "confdefs.h"
14068
14069 #include <time.h>
14070
14071 int main() {
14072
14073 int tz;
14074 tz = _timezone;
14075
14076 ; return 0; }
14077 EOF
14078 if { (eval echo configure:14079: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14079 rm -rf conftest*
14080
14081 wx_cv_var_timezone=_timezone
14082
14083 else
14084 echo "configure: failed program was:" >&5
14085 cat conftest.$ac_ext >&5
14086 rm -rf conftest*
14087
14088 cat > conftest.$ac_ext <<EOF
14089 #line 14090 "configure"
14090 #include "confdefs.h"
14091
14092 #include <time.h>
14093
14094 int main() {
14095
14096 int tz;
14097 tz = timezone;
14098
14099 ; return 0; }
14100 EOF
14101 if { (eval echo configure:14102: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14102 rm -rf conftest*
14103
14104 wx_cv_var_timezone=timezone
14105
14106 else
14107 echo "configure: failed program was:" >&5
14108 cat conftest.$ac_ext >&5
14109 rm -rf conftest*
14110 { echo "configure: error: no timezone variable" 1>&2; exit 1; }
14111
14112 fi
14113 rm -f conftest*
14114
14115
14116 fi
14117 rm -f conftest*
14118
14119
14120 fi
14121 rm -f conftest*
14122
14123
14124 fi
14125
14126 echo "$ac_t""$wx_cv_var_timezone" 1>&6
14127
14128 cat >> confdefs.h <<EOF
14129 #define WX_TIMEZONE $wx_cv_var_timezone
14130 EOF
14131
14132
14133 for ac_func in localtime
14134 do
14135 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14136 echo "configure:14137: checking for $ac_func" >&5
14137 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14138 echo $ac_n "(cached) $ac_c" 1>&6
14139 else
14140 cat > conftest.$ac_ext <<EOF
14141 #line 14142 "configure"
14142 #include "confdefs.h"
14143 /* System header to define __stub macros and hopefully few prototypes,
14144 which can conflict with char $ac_func(); below. */
14145 #include <assert.h>
14146 /* Override any gcc2 internal prototype to avoid an error. */
14147 /* We use char because int might match the return type of a gcc2
14148 builtin and then its argument prototype would still apply. */
14149 char $ac_func();
14150
14151 int main() {
14152
14153 /* The GNU C library defines this for functions which it implements
14154 to always fail with ENOSYS. Some functions are actually named
14155 something starting with __ and the normal name is an alias. */
14156 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14157 choke me
14158 #else
14159 $ac_func();
14160 #endif
14161
14162 ; return 0; }
14163 EOF
14164 if { (eval echo configure:14165: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14165 rm -rf conftest*
14166 eval "ac_cv_func_$ac_func=yes"
14167 else
14168 echo "configure: failed program was:" >&5
14169 cat conftest.$ac_ext >&5
14170 rm -rf conftest*
14171 eval "ac_cv_func_$ac_func=no"
14172 fi
14173 rm -f conftest*
14174 fi
14175
14176 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14177 echo "$ac_t""yes" 1>&6
14178 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14179 cat >> confdefs.h <<EOF
14180 #define $ac_tr_func 1
14181 EOF
14182
14183 else
14184 echo "$ac_t""no" 1>&6
14185 fi
14186 done
14187
14188
14189 if test "$ac_cv_func_localtime" = "yes"; then
14190 echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6
14191 echo "configure:14192: checking for tm_gmtoff in struct tm" >&5
14192 if eval "test \"`echo '$''{'wx_cv_struct_tm_has_gmtoff'+set}'`\" = set"; then
14193 echo $ac_n "(cached) $ac_c" 1>&6
14194 else
14195
14196 cat > conftest.$ac_ext <<EOF
14197 #line 14198 "configure"
14198 #include "confdefs.h"
14199
14200 #include <time.h>
14201
14202 int main() {
14203
14204 struct tm tm;
14205 tm.tm_gmtoff++;
14206
14207 ; return 0; }
14208 EOF
14209 if { (eval echo configure:14210: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14210 rm -rf conftest*
14211
14212 wx_cv_struct_tm_has_gmtoff=yes
14213
14214 else
14215 echo "configure: failed program was:" >&5
14216 cat conftest.$ac_ext >&5
14217 rm -rf conftest*
14218 wx_cv_struct_tm_has_gmtoff=no
14219
14220 fi
14221 rm -f conftest*
14222
14223 fi
14224
14225 echo "$ac_t""$wx_cv_struct_tm_has_gmtoff" 1>&6
14226 fi
14227
14228 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
14229 cat >> confdefs.h <<\EOF
14230 #define WX_GMTOFF_IN_TM 1
14231 EOF
14232
14233 fi
14234
14235 for ac_func in gettimeofday ftime
14236 do
14237 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14238 echo "configure:14239: checking for $ac_func" >&5
14239 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14240 echo $ac_n "(cached) $ac_c" 1>&6
14241 else
14242 cat > conftest.$ac_ext <<EOF
14243 #line 14244 "configure"
14244 #include "confdefs.h"
14245 /* System header to define __stub macros and hopefully few prototypes,
14246 which can conflict with char $ac_func(); below. */
14247 #include <assert.h>
14248 /* Override any gcc2 internal prototype to avoid an error. */
14249 /* We use char because int might match the return type of a gcc2
14250 builtin and then its argument prototype would still apply. */
14251 char $ac_func();
14252
14253 int main() {
14254
14255 /* The GNU C library defines this for functions which it implements
14256 to always fail with ENOSYS. Some functions are actually named
14257 something starting with __ and the normal name is an alias. */
14258 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14259 choke me
14260 #else
14261 $ac_func();
14262 #endif
14263
14264 ; return 0; }
14265 EOF
14266 if { (eval echo configure:14267: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14267 rm -rf conftest*
14268 eval "ac_cv_func_$ac_func=yes"
14269 else
14270 echo "configure: failed program was:" >&5
14271 cat conftest.$ac_ext >&5
14272 rm -rf conftest*
14273 eval "ac_cv_func_$ac_func=no"
14274 fi
14275 rm -f conftest*
14276 fi
14277
14278 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14279 echo "$ac_t""yes" 1>&6
14280 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14281 cat >> confdefs.h <<EOF
14282 #define $ac_tr_func 1
14283 EOF
14284 break
14285 else
14286 echo "$ac_t""no" 1>&6
14287 fi
14288 done
14289
14290
14291 if test "$ac_cv_func_gettimeofday" = "yes"; then
14292 echo $ac_n "checking whether gettimeofday takes two arguments""... $ac_c" 1>&6
14293 echo "configure:14294: checking whether gettimeofday takes two arguments" >&5
14294 if eval "test \"`echo '$''{'wx_cv_func_gettimeofday_has_2_args'+set}'`\" = set"; then
14295 echo $ac_n "(cached) $ac_c" 1>&6
14296 else
14297
14298
14299 ac_ext=C
14300 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14301 ac_cpp='$CXXCPP $CPPFLAGS'
14302 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14303 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14304 cross_compiling=$ac_cv_prog_cxx_cross
14305
14306
14307 cat > conftest.$ac_ext <<EOF
14308 #line 14309 "configure"
14309 #include "confdefs.h"
14310
14311 #include <sys/time.h>
14312 #include <unistd.h>
14313
14314 int main() {
14315
14316 struct timeval tv;
14317 struct timezone tz;
14318 gettimeofday(&tv, &tz);
14319
14320 ; return 0; }
14321 EOF
14322 if { (eval echo configure:14323: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14323 rm -rf conftest*
14324 wx_cv_func_gettimeofday_has_2_args=yes
14325 else
14326 echo "configure: failed program was:" >&5
14327 cat conftest.$ac_ext >&5
14328 rm -rf conftest*
14329 cat > conftest.$ac_ext <<EOF
14330 #line 14331 "configure"
14331 #include "confdefs.h"
14332
14333 #include <sys/time.h>
14334 #include <unistd.h>
14335
14336 int main() {
14337
14338 struct timeval tv;
14339 gettimeofday(&tv);
14340
14341 ; return 0; }
14342 EOF
14343 if { (eval echo configure:14344: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14344 rm -rf conftest*
14345 wx_cv_func_gettimeofday_has_2_args=no
14346 else
14347 echo "configure: failed program was:" >&5
14348 cat conftest.$ac_ext >&5
14349 rm -rf conftest*
14350 wx_cv_func_gettimeofday_has_2_args=unknown
14351
14352 fi
14353 rm -f conftest*
14354
14355 fi
14356 rm -f conftest*
14357 ac_ext=c
14358 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14359 ac_cpp='$CPP $CPPFLAGS'
14360 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14361 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14362 cross_compiling=$ac_cv_prog_cc_cross
14363
14364
14365 fi
14366
14367 echo "$ac_t""$wx_cv_func_gettimeofday_has_2_args" 1>&6
14368
14369 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
14370 cat >> confdefs.h <<\EOF
14371 #define WX_GETTIMEOFDAY_NO_TZ 1
14372 EOF
14373
14374 fi
14375 fi
14376
14377 cat >> confdefs.h <<\EOF
14378 #define wxUSE_TIMEDATE 1
14379 EOF
14380
14381 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
14382 fi
14383
14384
14385 if test "$TOOLKIT" != "MSW"; then
14386
14387 if test "$wxUSE_SOCKETS" = "yes"; then
14388 echo $ac_n "checking for socket""... $ac_c" 1>&6
14389 echo "configure:14390: checking for socket" >&5
14390 if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
14391 echo $ac_n "(cached) $ac_c" 1>&6
14392 else
14393 cat > conftest.$ac_ext <<EOF
14394 #line 14395 "configure"
14395 #include "confdefs.h"
14396 /* System header to define __stub macros and hopefully few prototypes,
14397 which can conflict with char socket(); below. */
14398 #include <assert.h>
14399 /* Override any gcc2 internal prototype to avoid an error. */
14400 /* We use char because int might match the return type of a gcc2
14401 builtin and then its argument prototype would still apply. */
14402 char socket();
14403
14404 int main() {
14405
14406 /* The GNU C library defines this for functions which it implements
14407 to always fail with ENOSYS. Some functions are actually named
14408 something starting with __ and the normal name is an alias. */
14409 #if defined (__stub_socket) || defined (__stub___socket)
14410 choke me
14411 #else
14412 socket();
14413 #endif
14414
14415 ; return 0; }
14416 EOF
14417 if { (eval echo configure:14418: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14418 rm -rf conftest*
14419 eval "ac_cv_func_socket=yes"
14420 else
14421 echo "configure: failed program was:" >&5
14422 cat conftest.$ac_ext >&5
14423 rm -rf conftest*
14424 eval "ac_cv_func_socket=no"
14425 fi
14426 rm -f conftest*
14427 fi
14428
14429 if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then
14430 echo "$ac_t""yes" 1>&6
14431 :
14432 else
14433 echo "$ac_t""no" 1>&6
14434 echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
14435 echo "configure:14436: checking for socket in -lsocket" >&5
14436 ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
14437 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14438 echo $ac_n "(cached) $ac_c" 1>&6
14439 else
14440 ac_save_LIBS="$LIBS"
14441 LIBS="-lsocket $LIBS"
14442 cat > conftest.$ac_ext <<EOF
14443 #line 14444 "configure"
14444 #include "confdefs.h"
14445 /* Override any gcc2 internal prototype to avoid an error. */
14446 /* We use char because int might match the return type of a gcc2
14447 builtin and then its argument prototype would still apply. */
14448 char socket();
14449
14450 int main() {
14451 socket()
14452 ; return 0; }
14453 EOF
14454 if { (eval echo configure:14455: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14455 rm -rf conftest*
14456 eval "ac_cv_lib_$ac_lib_var=yes"
14457 else
14458 echo "configure: failed program was:" >&5
14459 cat conftest.$ac_ext >&5
14460 rm -rf conftest*
14461 eval "ac_cv_lib_$ac_lib_var=no"
14462 fi
14463 rm -f conftest*
14464 LIBS="$ac_save_LIBS"
14465
14466 fi
14467 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14468 echo "$ac_t""yes" 1>&6
14469 INET_LINK="$INET_LINK -lsocket"
14470 else
14471 echo "$ac_t""no" 1>&6
14472
14473 echo "configure: warning: socket library not found - sockets will be disabled" 1>&2
14474 wxUSE_SOCKETS=no
14475
14476
14477 fi
14478
14479
14480 fi
14481
14482 fi
14483
14484
14485 if test "$wxUSE_SOCKETS" = "yes" ; then
14486 echo $ac_n "checking what is the type of the third argument of getsockname""... $ac_c" 1>&6
14487 echo "configure:14488: checking what is the type of the third argument of getsockname" >&5
14488 if eval "test \"`echo '$''{'wx_cv_type_getsockname3'+set}'`\" = set"; then
14489 echo $ac_n "(cached) $ac_c" 1>&6
14490 else
14491
14492
14493 ac_ext=C
14494 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14495 ac_cpp='$CXXCPP $CPPFLAGS'
14496 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14497 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14498 cross_compiling=$ac_cv_prog_cxx_cross
14499
14500
14501 cat > conftest.$ac_ext <<EOF
14502 #line 14503 "configure"
14503 #include "confdefs.h"
14504
14505 #include <sys/types.h>
14506 #include <sys/socket.h>
14507
14508 int main() {
14509
14510 socklen_t len;
14511 getsockname(0, 0, &len);
14512
14513 ; return 0; }
14514 EOF
14515 if { (eval echo configure:14516: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14516 rm -rf conftest*
14517 wx_cv_type_getsockname3=socklen_t
14518 else
14519 echo "configure: failed program was:" >&5
14520 cat conftest.$ac_ext >&5
14521 rm -rf conftest*
14522 cat > conftest.$ac_ext <<EOF
14523 #line 14524 "configure"
14524 #include "confdefs.h"
14525
14526 #include <sys/types.h>
14527 #include <sys/socket.h>
14528
14529 int main() {
14530
14531 size_t len;
14532 getsockname(0, 0, &len);
14533
14534 ; return 0; }
14535 EOF
14536 if { (eval echo configure:14537: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14537 rm -rf conftest*
14538 wx_cv_type_getsockname3=size_t
14539 else
14540 echo "configure: failed program was:" >&5
14541 cat conftest.$ac_ext >&5
14542 rm -rf conftest*
14543 cat > conftest.$ac_ext <<EOF
14544 #line 14545 "configure"
14545 #include "confdefs.h"
14546
14547 #include <sys/types.h>
14548 #include <sys/socket.h>
14549
14550 int main() {
14551
14552 int len;
14553 getsockname(0, 0, &len);
14554
14555 ; return 0; }
14556 EOF
14557 if { (eval echo configure:14558: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14558 rm -rf conftest*
14559 wx_cv_type_getsockname3=int
14560 else
14561 echo "configure: failed program was:" >&5
14562 cat conftest.$ac_ext >&5
14563 rm -rf conftest*
14564 wx_cv_type_getsockname3=unknown
14565
14566 fi
14567 rm -f conftest*
14568
14569 fi
14570 rm -f conftest*
14571
14572 fi
14573 rm -f conftest*
14574
14575 ac_ext=c
14576 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14577 ac_cpp='$CPP $CPPFLAGS'
14578 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14579 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14580 cross_compiling=$ac_cv_prog_cc_cross
14581
14582
14583 fi
14584
14585 echo "$ac_t""$wx_cv_type_getsockname3" 1>&6
14586
14587 if test "$wx_cv_type_getsockname3" = "unknown"; then
14588 wxUSE_SOCKETS=no
14589 echo "configure: warning: Couldn't find socklen_t synonym for this system" 1>&2
14590 else
14591 cat >> confdefs.h <<EOF
14592 #define SOCKLEN_T $wx_cv_type_getsockname3
14593 EOF
14594
14595 fi
14596 fi
14597
14598 fi
14599
14600 if test "$wxUSE_SOCKETS" = "yes" ; then
14601 cat >> confdefs.h <<\EOF
14602 #define wxUSE_SOCKETS 1
14603 EOF
14604
14605 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
14606 INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS protocol"
14607 fi
14608
14609
14610 if test "$wxUSE_GUI" = "yes"; then
14611
14612 if test "$TOOLKIT" != "MSW"; then
14613
14614 if test "$wxUSE_JOYSTICK" = "yes"; then
14615 for ac_hdr in linux/joystick.h
14616 do
14617 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
14618 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
14619 echo "configure:14620: checking for $ac_hdr" >&5
14620 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
14621 echo $ac_n "(cached) $ac_c" 1>&6
14622 else
14623 cat > conftest.$ac_ext <<EOF
14624 #line 14625 "configure"
14625 #include "confdefs.h"
14626 #include <$ac_hdr>
14627 EOF
14628 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
14629 { (eval echo configure:14630: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
14630 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
14631 if test -z "$ac_err"; then
14632 rm -rf conftest*
14633 eval "ac_cv_header_$ac_safe=yes"
14634 else
14635 echo "$ac_err" >&5
14636 echo "configure: failed program was:" >&5
14637 cat conftest.$ac_ext >&5
14638 rm -rf conftest*
14639 eval "ac_cv_header_$ac_safe=no"
14640 fi
14641 rm -f conftest*
14642 fi
14643 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
14644 echo "$ac_t""yes" 1>&6
14645 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
14646 cat >> confdefs.h <<EOF
14647 #define $ac_tr_hdr 1
14648 EOF
14649
14650 else
14651 echo "$ac_t""no" 1>&6
14652 fi
14653 done
14654
14655 if test "$ac_cv_header_linux_joystick_h" != "yes"; then
14656 wxUSE_JOYSTICK=no
14657 echo "configure: warning: Joystick not supported by this system" 1>&2
14658 fi
14659 fi
14660
14661 fi
14662
14663 if test "$wxUSE_JOYSTICK" = "yes"; then
14664 cat >> confdefs.h <<\EOF
14665 #define wxUSE_JOYSTICK 1
14666 EOF
14667
14668 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
14669 fi
14670
14671 fi
14672
14673
14674 if test "$TOOLKIT" != "MSW"; then
14675
14676 HAVE_DL_FUNCS=0
14677 HAVE_SHL_FUNCS=0
14678 if test "$wxUSE_DYNLIB_CLASS" = "yes"; then
14679 if test "$USE_MAC" = 1; then
14680 HAVE_DL_FUNCS=1
14681 else
14682 for ac_func in dlopen
14683 do
14684 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14685 echo "configure:14686: checking for $ac_func" >&5
14686 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14687 echo $ac_n "(cached) $ac_c" 1>&6
14688 else
14689 cat > conftest.$ac_ext <<EOF
14690 #line 14691 "configure"
14691 #include "confdefs.h"
14692 /* System header to define __stub macros and hopefully few prototypes,
14693 which can conflict with char $ac_func(); below. */
14694 #include <assert.h>
14695 /* Override any gcc2 internal prototype to avoid an error. */
14696 /* We use char because int might match the return type of a gcc2
14697 builtin and then its argument prototype would still apply. */
14698 char $ac_func();
14699
14700 int main() {
14701
14702 /* The GNU C library defines this for functions which it implements
14703 to always fail with ENOSYS. Some functions are actually named
14704 something starting with __ and the normal name is an alias. */
14705 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14706 choke me
14707 #else
14708 $ac_func();
14709 #endif
14710
14711 ; return 0; }
14712 EOF
14713 if { (eval echo configure:14714: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14714 rm -rf conftest*
14715 eval "ac_cv_func_$ac_func=yes"
14716 else
14717 echo "configure: failed program was:" >&5
14718 cat conftest.$ac_ext >&5
14719 rm -rf conftest*
14720 eval "ac_cv_func_$ac_func=no"
14721 fi
14722 rm -f conftest*
14723 fi
14724
14725 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14726 echo "$ac_t""yes" 1>&6
14727 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14728 cat >> confdefs.h <<EOF
14729 #define $ac_tr_func 1
14730 EOF
14731
14732 cat >> confdefs.h <<\EOF
14733 #define HAVE_DLOPEN 1
14734 EOF
14735
14736 HAVE_DL_FUNCS=1
14737
14738 else
14739 echo "$ac_t""no" 1>&6
14740 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
14741 echo "configure:14742: checking for dlopen in -ldl" >&5
14742 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
14743 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14744 echo $ac_n "(cached) $ac_c" 1>&6
14745 else
14746 ac_save_LIBS="$LIBS"
14747 LIBS="-ldl $LIBS"
14748 cat > conftest.$ac_ext <<EOF
14749 #line 14750 "configure"
14750 #include "confdefs.h"
14751 /* Override any gcc2 internal prototype to avoid an error. */
14752 /* We use char because int might match the return type of a gcc2
14753 builtin and then its argument prototype would still apply. */
14754 char dlopen();
14755
14756 int main() {
14757 dlopen()
14758 ; return 0; }
14759 EOF
14760 if { (eval echo configure:14761: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14761 rm -rf conftest*
14762 eval "ac_cv_lib_$ac_lib_var=yes"
14763 else
14764 echo "configure: failed program was:" >&5
14765 cat conftest.$ac_ext >&5
14766 rm -rf conftest*
14767 eval "ac_cv_lib_$ac_lib_var=no"
14768 fi
14769 rm -f conftest*
14770 LIBS="$ac_save_LIBS"
14771
14772 fi
14773 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14774 echo "$ac_t""yes" 1>&6
14775
14776 cat >> confdefs.h <<\EOF
14777 #define HAVE_DLOPEN 1
14778 EOF
14779
14780 HAVE_DL_FUNCS=1
14781 LIBS="$LIBS -ldl"
14782
14783 else
14784 echo "$ac_t""no" 1>&6
14785
14786 for ac_func in shl_load
14787 do
14788 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14789 echo "configure:14790: checking for $ac_func" >&5
14790 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14791 echo $ac_n "(cached) $ac_c" 1>&6
14792 else
14793 cat > conftest.$ac_ext <<EOF
14794 #line 14795 "configure"
14795 #include "confdefs.h"
14796 /* System header to define __stub macros and hopefully few prototypes,
14797 which can conflict with char $ac_func(); below. */
14798 #include <assert.h>
14799 /* Override any gcc2 internal prototype to avoid an error. */
14800 /* We use char because int might match the return type of a gcc2
14801 builtin and then its argument prototype would still apply. */
14802 char $ac_func();
14803
14804 int main() {
14805
14806 /* The GNU C library defines this for functions which it implements
14807 to always fail with ENOSYS. Some functions are actually named
14808 something starting with __ and the normal name is an alias. */
14809 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14810 choke me
14811 #else
14812 $ac_func();
14813 #endif
14814
14815 ; return 0; }
14816 EOF
14817 if { (eval echo configure:14818: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14818 rm -rf conftest*
14819 eval "ac_cv_func_$ac_func=yes"
14820 else
14821 echo "configure: failed program was:" >&5
14822 cat conftest.$ac_ext >&5
14823 rm -rf conftest*
14824 eval "ac_cv_func_$ac_func=no"
14825 fi
14826 rm -f conftest*
14827 fi
14828
14829 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14830 echo "$ac_t""yes" 1>&6
14831 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14832 cat >> confdefs.h <<EOF
14833 #define $ac_tr_func 1
14834 EOF
14835
14836 cat >> confdefs.h <<\EOF
14837 #define HAVE_SHL_LOAD 1
14838 EOF
14839
14840 HAVE_SHL_FUNCS=1
14841
14842 else
14843 echo "$ac_t""no" 1>&6
14844 echo $ac_n "checking for dld in -lshl_load""... $ac_c" 1>&6
14845 echo "configure:14846: checking for dld in -lshl_load" >&5
14846 ac_lib_var=`echo shl_load'_'dld | sed 'y%./+-%__p_%'`
14847 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14848 echo $ac_n "(cached) $ac_c" 1>&6
14849 else
14850 ac_save_LIBS="$LIBS"
14851 LIBS="-lshl_load $LIBS"
14852 cat > conftest.$ac_ext <<EOF
14853 #line 14854 "configure"
14854 #include "confdefs.h"
14855 /* Override any gcc2 internal prototype to avoid an error. */
14856 /* We use char because int might match the return type of a gcc2
14857 builtin and then its argument prototype would still apply. */
14858 char dld();
14859
14860 int main() {
14861 dld()
14862 ; return 0; }
14863 EOF
14864 if { (eval echo configure:14865: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14865 rm -rf conftest*
14866 eval "ac_cv_lib_$ac_lib_var=yes"
14867 else
14868 echo "configure: failed program was:" >&5
14869 cat conftest.$ac_ext >&5
14870 rm -rf conftest*
14871 eval "ac_cv_lib_$ac_lib_var=no"
14872 fi
14873 rm -f conftest*
14874 LIBS="$ac_save_LIBS"
14875
14876 fi
14877 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14878 echo "$ac_t""yes" 1>&6
14879
14880 HAVE_SHL_FUNCS=1
14881 LIBS="$LIBS -ldld"
14882
14883 else
14884 echo "$ac_t""no" 1>&6
14885 fi
14886
14887
14888 fi
14889 done
14890
14891
14892 fi
14893
14894
14895 fi
14896 done
14897
14898
14899 if test "$HAVE_DL_FUNCS" = 1; then
14900 for ac_func in dlerror
14901 do
14902 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14903 echo "configure:14904: checking for $ac_func" >&5
14904 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14905 echo $ac_n "(cached) $ac_c" 1>&6
14906 else
14907 cat > conftest.$ac_ext <<EOF
14908 #line 14909 "configure"
14909 #include "confdefs.h"
14910 /* System header to define __stub macros and hopefully few prototypes,
14911 which can conflict with char $ac_func(); below. */
14912 #include <assert.h>
14913 /* Override any gcc2 internal prototype to avoid an error. */
14914 /* We use char because int might match the return type of a gcc2
14915 builtin and then its argument prototype would still apply. */
14916 char $ac_func();
14917
14918 int main() {
14919
14920 /* The GNU C library defines this for functions which it implements
14921 to always fail with ENOSYS. Some functions are actually named
14922 something starting with __ and the normal name is an alias. */
14923 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14924 choke me
14925 #else
14926 $ac_func();
14927 #endif
14928
14929 ; return 0; }
14930 EOF
14931 if { (eval echo configure:14932: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14932 rm -rf conftest*
14933 eval "ac_cv_func_$ac_func=yes"
14934 else
14935 echo "configure: failed program was:" >&5
14936 cat conftest.$ac_ext >&5
14937 rm -rf conftest*
14938 eval "ac_cv_func_$ac_func=no"
14939 fi
14940 rm -f conftest*
14941 fi
14942
14943 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14944 echo "$ac_t""yes" 1>&6
14945 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14946 cat >> confdefs.h <<EOF
14947 #define $ac_tr_func 1
14948 EOF
14949 cat >> confdefs.h <<\EOF
14950 #define HAVE_DLERROR 1
14951 EOF
14952
14953 else
14954 echo "$ac_t""no" 1>&6
14955 echo $ac_n "checking for dlerror in -ldl""... $ac_c" 1>&6
14956 echo "configure:14957: checking for dlerror in -ldl" >&5
14957 ac_lib_var=`echo dl'_'dlerror | sed 'y%./+-%__p_%'`
14958 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14959 echo $ac_n "(cached) $ac_c" 1>&6
14960 else
14961 ac_save_LIBS="$LIBS"
14962 LIBS="-ldl $LIBS"
14963 cat > conftest.$ac_ext <<EOF
14964 #line 14965 "configure"
14965 #include "confdefs.h"
14966 /* Override any gcc2 internal prototype to avoid an error. */
14967 /* We use char because int might match the return type of a gcc2
14968 builtin and then its argument prototype would still apply. */
14969 char dlerror();
14970
14971 int main() {
14972 dlerror()
14973 ; return 0; }
14974 EOF
14975 if { (eval echo configure:14976: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14976 rm -rf conftest*
14977 eval "ac_cv_lib_$ac_lib_var=yes"
14978 else
14979 echo "configure: failed program was:" >&5
14980 cat conftest.$ac_ext >&5
14981 rm -rf conftest*
14982 eval "ac_cv_lib_$ac_lib_var=no"
14983 fi
14984 rm -f conftest*
14985 LIBS="$ac_save_LIBS"
14986
14987 fi
14988 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14989 echo "$ac_t""yes" 1>&6
14990 cat >> confdefs.h <<\EOF
14991 #define HAVE_DLERROR 1
14992 EOF
14993
14994 else
14995 echo "$ac_t""no" 1>&6
14996 fi
14997
14998 fi
14999 done
15000
15001 fi
15002 fi
15003
15004 if test "$HAVE_DL_FUNCS" = 0; then
15005 if test "$HAVE_SHL_FUNCS" = 0; then
15006 if test "$USE_UNIX" = 1; then
15007 echo "configure: warning: Missing dynamic loading support, several features will be disabled" 1>&2
15008 wxUSE_DYNLIB_CLASS=no
15009 else
15010 echo "configure: warning: Assuming wxLibrary class works on this platform" 1>&2
15011 fi
15012 fi
15013 fi
15014 fi
15015
15016 fi
15017
15018 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
15019 cat >> confdefs.h <<\EOF
15020 #define wxUSE_DYNLIB_CLASS 1
15021 EOF
15022
15023 else
15024 wxUSE_ODBC=no
15025 wxUSE_SERIAL=no
15026 fi
15027
15028
15029 if test "$wxUSE_UNICODE" = "yes" ; then
15030 cat >> confdefs.h <<\EOF
15031 #define wxUSE_UNICODE 1
15032 EOF
15033
15034 fi
15035
15036 if test "$wxUSE_WCSRTOMBS" = "yes" ; then
15037 cat >> confdefs.h <<\EOF
15038 #define wxUSE_WCSRTOMBS 1
15039 EOF
15040
15041 fi
15042
15043 if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
15044 cat >> confdefs.h <<\EOF
15045 #define wxUSE_EXPERIMENTAL_PRINTF 1
15046 EOF
15047
15048 fi
15049
15050
15051 if test "$wxUSE_SERIAL" = "yes" ; then
15052 cat >> confdefs.h <<\EOF
15053 #define wxUSE_SERIAL 1
15054 EOF
15055
15056 fi
15057
15058
15059 IODBC_C_SRC=""
15060 if test "$wxUSE_ODBC" = "yes" ; then
15061 cat >> confdefs.h <<\EOF
15062 #define wxUSE_ODBC 1
15063 EOF
15064
15065 WXODBCFLAG="-D_IODBC_"
15066 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db"
15067 fi
15068
15069
15070 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
15071 cat >> confdefs.h <<\EOF
15072 #define wxUSE_POSTSCRIPT 1
15073 EOF
15074
15075 fi
15076
15077 cat >> confdefs.h <<\EOF
15078 #define wxUSE_AFM_FOR_POSTSCRIPT 1
15079 EOF
15080
15081
15082 cat >> confdefs.h <<\EOF
15083 #define wxUSE_NORMALIZED_PS_FONTS 1
15084 EOF
15085
15086
15087
15088 if test "$wxUSE_CONSTRAINTS" = "yes"; then
15089 cat >> confdefs.h <<\EOF
15090 #define wxUSE_CONSTRAINTS 1
15091 EOF
15092
15093 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
15094 fi
15095
15096 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
15097 cat >> confdefs.h <<\EOF
15098 #define wxUSE_MDI_ARCHITECTURE 1
15099 EOF
15100
15101 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
15102 fi
15103
15104 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
15105 cat >> confdefs.h <<\EOF
15106 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
15107 EOF
15108
15109 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
15110 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
15111 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi"
15112 fi
15113 fi
15114
15115 if test "$wxUSE_HELP" = "yes"; then
15116 cat >> confdefs.h <<\EOF
15117 #define wxUSE_HELP 1
15118 EOF
15119
15120 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
15121 fi
15122
15123 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
15124 if test "$wxUSE_CONSTRAINTS" != "yes"; then
15125 echo "configure: warning: Printing support cannot be used without constraints so it won't be compiled without it" 1>&2
15126 else
15127 cat >> confdefs.h <<\EOF
15128 #define wxUSE_PRINTING_ARCHITECTURE 1
15129 EOF
15130
15131 fi
15132 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
15133 fi
15134
15135 if test "$wxUSE_PROLOGIO" = "yes" ; then
15136 cat >> confdefs.h <<\EOF
15137 #define wxUSE_PROLOGIO 1
15138 EOF
15139
15140 fi
15141
15142 if test "$wxUSE_RESOURCES" = "yes" ; then
15143 if test "$wxUSE_PROLOGIO" = "yes" ; then
15144 cat >> confdefs.h <<\EOF
15145 #define wxUSE_RESOURCES 1
15146 EOF
15147
15148 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS resource"
15149 else
15150 echo "configure: warning: wxWindows ressource system requires PrologIO and can't be compiled without it." 1>&2
15151 fi
15152 fi
15153
15154 if test "$wxUSE_X_RESOURCES" = "yes"; then
15155 cat >> confdefs.h <<\EOF
15156 #define wxUSE_X_RESOURCES 1
15157 EOF
15158
15159 fi
15160
15161
15162 if test "$wxUSE_IPC" = "yes"; then
15163 if test "$wxUSE_SOCKETS" != "yes"; then
15164 echo "configure: warning: wxWindows IPC classes require sockets" 1>&2
15165 fi
15166
15167 cat >> confdefs.h <<\EOF
15168 #define wxUSE_IPC 1
15169 EOF
15170
15171 fi
15172
15173 if test "$wxUSE_CLIPBOARD" = "yes"; then
15174 cat >> confdefs.h <<\EOF
15175 #define wxUSE_CLIPBOARD 1
15176 EOF
15177
15178 fi
15179
15180 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
15181 if test "$wxUSE_GTK" = 1; then
15182 if test "$WXGTK12" != 1; then
15183 echo "configure: warning: Drag and drop is only supported under GTK+ 1.2" 1>&2
15184 wxUSE_DRAG_AND_DROP=no
15185 fi
15186 fi
15187
15188 if test "$wxUSE_MOTIF" = 1; then
15189 echo "configure: warning: Drag and drop is not yet supported under Motif" 1>&2
15190 wxUSE_DRAG_AND_DROP=no
15191 fi
15192
15193 if test "$wxUSE_MAC" = 1; then
15194 echo "configure: warning: Drag and drop is not yet supported under Mac OS X" 1>&2
15195 wxUSE_DRAG_AND_DROP=no
15196 fi
15197
15198 if test "$USE_WIN32" = 1; then
15199
15200 for ac_hdr in ole2.h
15201 do
15202 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
15203 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
15204 echo "configure:15205: checking for $ac_hdr" >&5
15205 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
15206 echo $ac_n "(cached) $ac_c" 1>&6
15207 else
15208 cat > conftest.$ac_ext <<EOF
15209 #line 15210 "configure"
15210 #include "confdefs.h"
15211 #include <$ac_hdr>
15212 EOF
15213 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
15214 { (eval echo configure:15215: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
15215 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
15216 if test -z "$ac_err"; then
15217 rm -rf conftest*
15218 eval "ac_cv_header_$ac_safe=yes"
15219 else
15220 echo "$ac_err" >&5
15221 echo "configure: failed program was:" >&5
15222 cat conftest.$ac_ext >&5
15223 rm -rf conftest*
15224 eval "ac_cv_header_$ac_safe=no"
15225 fi
15226 rm -f conftest*
15227 fi
15228 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
15229 echo "$ac_t""yes" 1>&6
15230 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
15231 cat >> confdefs.h <<EOF
15232 #define $ac_tr_hdr 1
15233 EOF
15234
15235 else
15236 echo "$ac_t""no" 1>&6
15237 fi
15238 done
15239
15240
15241 if test "$ac_cv_header_ole2_h" = "yes" ; then
15242 if test "$GCC" = yes ; then
15243 ALL_OBJECTS="$ALL_OBJECTS \$(OLEOBJS)"
15244 ALL_DEPFILES="$ALL_DEPFILES \$(OLEDEPS)"
15245 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
15246 LIBS="$LIBS -lole32 -luuid"
15247
15248 if test "$wxUSE_METAFILE" = "yes"; then
15249 cat >> confdefs.h <<\EOF
15250 #define wxUSE_METAFILE 1
15251 EOF
15252
15253 cat >> confdefs.h <<\EOF
15254 #define wxUSE_ENH_METAFILE 1
15255 EOF
15256
15257 fi
15258 fi
15259 else
15260 echo "configure: warning: Drag and drop disabled because OLE headers not found" 1>&2
15261 wxUSE_DRAG_AND_DROP=no
15262 fi
15263 fi
15264
15265 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
15266 cat >> confdefs.h <<\EOF
15267 #define wxUSE_DRAG_AND_DROP 1
15268 EOF
15269
15270 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
15271 fi
15272
15273 fi
15274
15275 if test "$wxUSE_SPLINES" = "yes" ; then
15276 cat >> confdefs.h <<\EOF
15277 #define wxUSE_SPLINES 1
15278 EOF
15279
15280 fi
15281
15282
15283 if test "$wxUSE_ACCEL" = "yes"; then
15284 cat >> confdefs.h <<\EOF
15285 #define wxUSE_ACCEL 1
15286 EOF
15287
15288 fi
15289
15290 if test "$wxUSE_CARET" = "yes"; then
15291 cat >> confdefs.h <<\EOF
15292 #define wxUSE_CARET 1
15293 EOF
15294
15295 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
15296 fi
15297
15298 if test "$wxUSE_COMBOBOX" = "yes"; then
15299 cat >> confdefs.h <<\EOF
15300 #define wxUSE_COMBOBOX 1
15301 EOF
15302
15303 fi
15304
15305 if test "$wxUSE_CHOICE" = "yes"; then
15306 cat >> confdefs.h <<\EOF
15307 #define wxUSE_CHOICE 1
15308 EOF
15309
15310 fi
15311
15312 if test "$wxUSE_BMPBUTTON" = "yes"; then
15313 cat >> confdefs.h <<\EOF
15314 #define wxUSE_BMPBUTTON 1
15315 EOF
15316
15317 fi
15318
15319 if test "$wxUSE_CHECKBOX" = "yes"; then
15320 cat >> confdefs.h <<\EOF
15321 #define wxUSE_CHECKBOX 1
15322 EOF
15323
15324 fi
15325
15326 if test "$wxUSE_CHECKLST" = "yes"; then
15327 cat >> confdefs.h <<\EOF
15328 #define wxUSE_CHECKLISTBOX 1
15329 EOF
15330
15331 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst"
15332 fi
15333
15334 if test "$wxUSE_GAUGE" = "yes"; then
15335 cat >> confdefs.h <<\EOF
15336 #define wxUSE_GAUGE 1
15337 EOF
15338
15339 fi
15340
15341 if test "$wxUSE_NEW_GRID" = "yes"; then
15342 wxUSE_GRID="yes"
15343 cat >> confdefs.h <<\EOF
15344 #define wxUSE_NEW_GRID 1
15345 EOF
15346
15347 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS newgrid"
15348 fi
15349
15350 if test "$wxUSE_GRID" = "yes"; then
15351 cat >> confdefs.h <<\EOF
15352 #define wxUSE_GRID 1
15353 EOF
15354
15355 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
15356 fi
15357
15358 if test "$wxUSE_IMAGLIST" = "yes"; then
15359 cat >> confdefs.h <<\EOF
15360 #define wxUSE_IMAGLIST 1
15361 EOF
15362
15363 fi
15364
15365 if test "$wxUSE_LISTBOX" = "yes"; then
15366 cat >> confdefs.h <<\EOF
15367 #define wxUSE_LISTBOX 1
15368 EOF
15369
15370 fi
15371
15372 if test "$wxUSE_LISTCTRL" = "yes"; then
15373 if test "$wxUSE_IMAGLIST" = "yes"; then
15374 cat >> confdefs.h <<\EOF
15375 #define wxUSE_LISTCTRL 1
15376 EOF
15377
15378 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
15379 else
15380 echo "configure: warning: wxListCtrl requires wxImageList and won't be compiled without it" 1>&2
15381 fi
15382 fi
15383
15384 if test "$wxUSE_NOTEBOOK" = "yes"; then
15385 cat >> confdefs.h <<\EOF
15386 #define wxUSE_NOTEBOOK 1
15387 EOF
15388
15389 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
15390 fi
15391
15392 if test "$wxUSE_RADIOBOX" = "yes"; then
15393 cat >> confdefs.h <<\EOF
15394 #define wxUSE_RADIOBOX 1
15395 EOF
15396
15397 fi
15398
15399 if test "$wxUSE_RADIOBTN" = "yes"; then
15400 cat >> confdefs.h <<\EOF
15401 #define wxUSE_RADIOBTN 1
15402 EOF
15403
15404 fi
15405
15406 if test "$wxUSE_SASH" = "yes"; then
15407 cat >> confdefs.h <<\EOF
15408 #define wxUSE_SASH 1
15409 EOF
15410
15411 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
15412 fi
15413
15414 if test "$wxUSE_SCROLLBAR" = "yes"; then
15415 cat >> confdefs.h <<\EOF
15416 #define wxUSE_SCROLLBAR 1
15417 EOF
15418
15419 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub"
15420 fi
15421
15422 if test "$wxUSE_SLIDER" = "yes"; then
15423 cat >> confdefs.h <<\EOF
15424 #define wxUSE_SLIDER 1
15425 EOF
15426
15427 fi
15428
15429 if test "$wxUSE_SPINBTN" = "yes"; then
15430 cat >> confdefs.h <<\EOF
15431 #define wxUSE_SPINBTN 1
15432 EOF
15433
15434 fi
15435
15436 if test "$wxUSE_SPINCTRL" = "yes"; then
15437 cat >> confdefs.h <<\EOF
15438 #define wxUSE_SPINCTRL 1
15439 EOF
15440
15441 fi
15442
15443 if test "$wxUSE_SPLITTER" = "yes"; then
15444 cat >> confdefs.h <<\EOF
15445 #define wxUSE_SPLITTER 1
15446 EOF
15447
15448 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
15449 fi
15450
15451 if test "$wxUSE_STATBMP" = "yes"; then
15452 cat >> confdefs.h <<\EOF
15453 #define wxUSE_STATBMP 1
15454 EOF
15455
15456 fi
15457
15458 if test "$wxUSE_STATBOX" = "yes"; then
15459 cat >> confdefs.h <<\EOF
15460 #define wxUSE_STATBOX 1
15461 EOF
15462
15463 fi
15464
15465 if test "$wxUSE_STATLINE" = "yes"; then
15466 if test "$wxUSE_WINE" = 1 ; then
15467 echo "configure: warning: wxStaticLine is not supported under WINE" 1>&2
15468 else
15469 cat >> confdefs.h <<\EOF
15470 #define wxUSE_STATLINE 1
15471 EOF
15472
15473 fi
15474 fi
15475
15476 if test "$wxUSE_STATUSBAR" = "yes"; then
15477 cat >> confdefs.h <<\EOF
15478 #define wxUSE_STATUSBAR 1
15479 EOF
15480
15481
15482 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
15483 fi
15484
15485 if test "$wxUSE_TABDIALOG" = "yes"; then
15486 cat >> confdefs.h <<\EOF
15487 #define wxUSE_TAB_DIALOG 1
15488 EOF
15489
15490 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS tab"
15491 fi
15492
15493 if test "$wxUSE_TOGGLEBTN" = "yes"; then
15494 cat >> confdefs.h <<\EOF
15495 #define wxUSE_TOGGLEBTN 1
15496 EOF
15497
15498 fi
15499
15500 if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
15501 cat >> confdefs.h <<\EOF
15502 #define wxUSE_TOOLBAR_SIMPLE 1
15503 EOF
15504
15505 wxUSE_TOOLBAR="yes"
15506 fi
15507
15508 if test "$wxUSE_TOOLBAR" = "yes"; then
15509 cat >> confdefs.h <<\EOF
15510 #define wxUSE_TOOLBAR 1
15511 EOF
15512
15513
15514 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
15515 wxUSE_TOOLBAR_NATIVE="yes"
15516 fi
15517
15518 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
15519 fi
15520
15521 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
15522 cat >> confdefs.h <<\EOF
15523 #define wxUSE_TOOLBAR_NATIVE 1
15524 EOF
15525
15526 fi
15527
15528 if test "$wxUSE_TOOLTIPS" = "yes"; then
15529 if test "$wxUSE_MOTIF" = 1; then
15530 echo "configure: warning: wxTooltip not supported yet under Motif" 1>&2
15531 else
15532 if test "$wxUSE_WINE" = 1; then
15533 echo "configure: warning: wxTooltip not supported under WINE" 1>&2
15534 else
15535 cat >> confdefs.h <<\EOF
15536 #define wxUSE_TOOLTIPS 1
15537 EOF
15538
15539 fi
15540 fi
15541 fi
15542
15543 if test "$wxUSE_TREECTRL" = "yes"; then
15544 if test "$wxUSE_IMAGLIST" = "yes"; then
15545 cat >> confdefs.h <<\EOF
15546 #define wxUSE_TREECTRL 1
15547 EOF
15548
15549 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
15550 else
15551 echo "configure: warning: wxTreeCtrl requires wxImageList and won't be compiled without it" 1>&2
15552 fi
15553 fi
15554
15555
15556
15557 if test "$wxUSE_DIRDLG" = "yes"; then
15558 if test "$wxUSE_CONSTRAINTS" != "yes"; then
15559 echo "configure: warning: wxDirDialog requires constraints so it won't be compiled without them" 1>&2
15560 else
15561 if test "$wxUSE_TREECTRL" != "yes"; then
15562 echo "configure: warning: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" 1>&2
15563 else
15564 cat >> confdefs.h <<\EOF
15565 #define wxUSE_DIRDLG 1
15566 EOF
15567
15568 fi
15569 fi
15570 fi
15571
15572 if test "$wxUSE_TEXTDLG" = "yes"; then
15573 cat >> confdefs.h <<\EOF
15574 #define wxUSE_TEXTDLG 1
15575 EOF
15576
15577 fi
15578
15579 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
15580 if test "$wxUSE_CONSTRAINTS" != "yes"; then
15581 echo "configure: warning: Startup tips requires constraints and won't be compiled without them" 1>&2
15582 else
15583 cat >> confdefs.h <<\EOF
15584 #define wxUSE_STARTUP_TIPS 1
15585 EOF
15586
15587 fi
15588 fi
15589
15590 if test "$wxUSE_PROGRESSDLG" = "yes"; then
15591 if test "$wxUSE_CONSTRAINTS" != "yes"; then
15592 echo "configure: warning: wxProgressDialog requires constraints so it won't be compiled without them" 1>&2
15593 else
15594 cat >> confdefs.h <<\EOF
15595 #define wxUSE_PROGRESSDLG 1
15596 EOF
15597
15598 fi
15599 fi
15600
15601 if test "$wxUSE_MINIFRAME" = "yes"; then
15602 cat >> confdefs.h <<\EOF
15603 #define wxUSE_MINIFRAME 1
15604 EOF
15605
15606 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram"
15607 fi
15608
15609 if test "$wxUSE_HTML" = "yes"; then
15610 cat >> confdefs.h <<\EOF
15611 #define wxUSE_HTML 1
15612 EOF
15613
15614 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html"
15615 INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS html"
15616 fi
15617
15618 if test "$wxUSE_VALIDATORS" = "yes"; then
15619 cat >> confdefs.h <<\EOF
15620 #define wxUSE_VALIDATORS 1
15621 EOF
15622
15623 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
15624 fi
15625
15626 if test "$wxUSE_IMAGE" = "yes" ; then
15627 cat >> confdefs.h <<\EOF
15628 #define wxUSE_IMAGE 1
15629 EOF
15630
15631 fi
15632
15633 if test "$wxUSE_GIF" = "yes" ; then
15634 cat >> confdefs.h <<\EOF
15635 #define wxUSE_GIF 1
15636 EOF
15637
15638 fi
15639
15640 if test "$wxUSE_PCX" = "yes" ; then
15641 cat >> confdefs.h <<\EOF
15642 #define wxUSE_PCX 1
15643 EOF
15644
15645 fi
15646
15647 if test "$wxUSE_PNM" = "yes" ; then
15648 cat >> confdefs.h <<\EOF
15649 #define wxUSE_PNM 1
15650 EOF
15651
15652 fi
15653
15654 if test "$wxUSE_XPM" = "yes" ; then
15655 cat >> confdefs.h <<\EOF
15656 #define wxUSE_XPM 1
15657 EOF
15658
15659 fi
15660
15661
15662 if test "$cross_compiling" = "yes"; then
15663 OSINFO="\"$host\""
15664 else
15665 OSINFO=`uname -s -r -m`
15666 OSINFO="\"$OSINFO\""
15667 fi
15668
15669 cat >> confdefs.h <<EOF
15670 #define WXWIN_OS_DESCRIPTION $OSINFO
15671 EOF
15672
15673
15674
15675 GUILIBS="$GUI_TK_LIBRARY $TOOLKIT_LINK"
15676 OPENGL_LIBS="$OPENGL_LINK"
15677
15678 EXTRA_LIBS="$LIBS $POSIX4_LINK $INET_LINK $WCHAR_LINK $THREADS_LINK $DMALLOC_LINK $DL_LINK $ZLIB_LINK -lm"
15679 if test "$USE_MAC" = 1 ; then
15680 EXTRA_LIBS="$EXTRA_LIBS -framework Carbon -framework System"
15681 fi
15682 if test "$wxUSE_GUI" = "yes"; then
15683 EXTRA_LIBS="$GUILIBS $PNG_LINK $JPEG_LINK $TIFF_LINK $FREETYPE_LINK $EXTRA_LIBS"
15684 fi
15685
15686 LD_LIBS="\${top_builddir}/lib/${WX_LIBRARY_NAME_STATIC} $EXTRA_LIBS"
15687
15688 INCLUDES="-I. -I\${top_builddir}/include -I\${top_srcdir}/include $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE $FREETYPE_INCLUDE $TOOLKIT_INCLUDE"
15689
15690 if test "$wxUSE_GTK" = 1; then
15691 WXCONFIG_INCLUDE=""
15692 else
15693 WXCONFIG_INCLUDE="$TOOLKIT_INCLUDE"
15694 fi
15695
15696 if test "$GXX" = yes ; then
15697 CXXWARNINGS="-Wall"
15698 fi
15699 EXTRA_CFLAGS="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE $INCLUDES"
15700
15701 CFLAGS=`echo $CFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \\+/ /g'`
15702 CXXFLAGS=`echo $CXXFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \+/ /g'`
15703
15704 LDFLAGS="$LDFLAGS $PROFILE"
15705
15706 if test "$wxUSE_GUI" = "yes"; then
15707
15708 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS controls dialogs dragimag \
15709 drawing dynamic event font fractal image menu \
15710 minimal richedit"
15711
15712 CPPFLAGS="$CPPFLAGS \$(EXTRADEFS) \$(APPEXTRADEFS)"
15713 else
15714 SAMPLES_SUBDIRS=""
15715 fi
15716
15717 SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
15718
15719
15720
15721
15722
15723
15724
15725
15726
15727
15728
15729
15730
15731
15732
15733
15734
15735
15736
15737
15738
15739
15740
15741
15742
15743
15744
15745
15746
15747
15748
15749
15750
15751
15752
15753
15754
15755
15756
15757
15758
15759
15760
15761
15762
15763
15764
15765
15766
15767
15768
15769
15770
15771
15772
15773
15774
15775
15776
15777
15778
15779
15780
15781
15782
15783
15784
15785
15786
15787
15788
15789
15790
15791
15792
15793
15794
15795
15796
15797
15798
15799
15800
15801
15802
15803
15804
15805
15806
15807
15808
15809
15810 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
15811 echo "configure:15812: checking whether ${MAKE-make} sets \${MAKE}" >&5
15812 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
15813 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
15814 echo $ac_n "(cached) $ac_c" 1>&6
15815 else
15816 cat > conftestmake <<\EOF
15817 all:
15818 @echo 'ac_maketemp="${MAKE}"'
15819 EOF
15820 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
15821 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
15822 if test -n "$ac_maketemp"; then
15823 eval ac_cv_prog_make_${ac_make}_set=yes
15824 else
15825 eval ac_cv_prog_make_${ac_make}_set=no
15826 fi
15827 rm -f conftestmake
15828 fi
15829 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
15830 echo "$ac_t""yes" 1>&6
15831 SET_MAKE=
15832 else
15833 echo "$ac_t""no" 1>&6
15834 SET_MAKE="MAKE=${MAKE-make}"
15835 fi
15836
15837
15838 if test -d include; then
15839 if test -d include/wx; then
15840 if test -d include/wx/${TOOLKIT_DIR}; then
15841 if test -f include/wx/${TOOLKIT_DIR}/setup.h; then
15842 mv -f include/wx/${TOOLKIT_DIR}/setup.h setup.h
15843 fi
15844 fi
15845 fi
15846 fi
15847
15848
15849
15850 if test "$wxUSE_GUI" = "yes"; then
15851 wx_cv_path_samplesubdirs=$SAMPLES_SUBDIRS
15852 wx_cv_path_ifs=$PATH_IFS
15853 wx_cv_program_ext=$PROGRAM_EXT
15854 wx_cv_target_library=$WX_TARGET_LIBRARY
15855 wx_cv_target_libtype=$WX_TARGET_LIBRARY_TYPE
15856 export wx_cv_path_samplesubdirs wx_cv_path_ifs wx_cv_program_ext \
15857 wx_cv_target_library wx_cv_target_libtype
15858 subdirs="demos samples utils contrib"
15859
15860 fi
15861
15862 trap '' 1 2 15
15863 cat > confcache <<\EOF
15864 # This file is a shell script that caches the results of configure
15865 # tests run on this system so they can be shared between configure
15866 # scripts and configure runs. It is not useful on other systems.
15867 # If it contains results you don't want to keep, you may remove or edit it.
15868 #
15869 # By default, configure uses ./config.cache as the cache file,
15870 # creating it if it does not exist already. You can give configure
15871 # the --cache-file=FILE option to use a different cache file; that is
15872 # what configure does when it calls configure scripts in
15873 # subdirectories, so they share the cache.
15874 # Giving --cache-file=/dev/null disables caching, for debugging configure.
15875 # config.status only pays attention to the cache file if you give it the
15876 # --recheck option to rerun configure.
15877 #
15878 EOF
15879 # The following way of writing the cache mishandles newlines in values,
15880 # but we know of no workaround that is simple, portable, and efficient.
15881 # So, don't put newlines in cache variables' values.
15882 # Ultrix sh set writes to stderr and can't be redirected directly,
15883 # and sets the high bit in the cache file unless we assign to the vars.
15884 (set) 2>&1 |
15885 case `(ac_space=' '; set | grep ac_space) 2>&1` in
15886 *ac_space=\ *)
15887 # `set' does not quote correctly, so add quotes (double-quote substitution
15888 # turns \\\\ into \\, and sed turns \\ into \).
15889 sed -n \
15890 -e "s/'/'\\\\''/g" \
15891 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
15892 ;;
15893 *)
15894 # `set' quotes correctly as required by POSIX, so do not add quotes.
15895 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
15896 ;;
15897 esac >> confcache
15898 if cmp -s $cache_file confcache; then
15899 :
15900 else
15901 if test -w $cache_file; then
15902 echo "updating cache $cache_file"
15903 cat confcache > $cache_file
15904 else
15905 echo "not updating unwritable cache $cache_file"
15906 fi
15907 fi
15908 rm -f confcache
15909
15910 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
15911
15912 test "x$prefix" = xNONE && prefix=$ac_default_prefix
15913 # Let make expand exec_prefix.
15914 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15915
15916 # Any assignment to VPATH causes Sun make to only execute
15917 # the first set of double-colon rules, so remove it if not needed.
15918 # If there is a colon in the path, we need to keep it.
15919 if test "x$srcdir" = x.; then
15920 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
15921 fi
15922
15923 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
15924
15925 DEFS=-DHAVE_CONFIG_H
15926
15927 # Without the "./", some shells look in PATH for config.status.
15928 : ${CONFIG_STATUS=./config.status}
15929
15930 echo creating $CONFIG_STATUS
15931 rm -f $CONFIG_STATUS
15932 cat > $CONFIG_STATUS <<EOF
15933 #! /bin/sh
15934 # Generated automatically by configure.
15935 # Run this file to recreate the current configuration.
15936 # This directory was configured as follows,
15937 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15938 #
15939 # $0 $ac_configure_args
15940 #
15941 # Compiler output produced by configure, useful for debugging
15942 # configure, is in ./config.log if it exists.
15943
15944 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
15945 for ac_option
15946 do
15947 case "\$ac_option" in
15948 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15949 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
15950 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
15951 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
15952 echo "$CONFIG_STATUS generated by autoconf version 2.13"
15953 exit 0 ;;
15954 -help | --help | --hel | --he | --h)
15955 echo "\$ac_cs_usage"; exit 0 ;;
15956 *) echo "\$ac_cs_usage"; exit 1 ;;
15957 esac
15958 done
15959
15960 ac_given_srcdir=$srcdir
15961 ac_given_INSTALL="$INSTALL"
15962
15963 trap 'rm -fr `echo "
15964 wx-config
15965 src/make.env
15966 src/makeprog.env
15967 src/makelib.env
15968 Makefile
15969 setup.h:setup.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
15970 EOF
15971 cat >> $CONFIG_STATUS <<EOF
15972
15973 # Protect against being on the right side of a sed subst in config.status.
15974 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
15975 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
15976 $ac_vpsub
15977 $extrasub
15978 s%@SHELL@%$SHELL%g
15979 s%@CFLAGS@%$CFLAGS%g
15980 s%@CPPFLAGS@%$CPPFLAGS%g
15981 s%@CXXFLAGS@%$CXXFLAGS%g
15982 s%@FFLAGS@%$FFLAGS%g
15983 s%@DEFS@%$DEFS%g
15984 s%@LDFLAGS@%$LDFLAGS%g
15985 s%@LIBS@%$LIBS%g
15986 s%@exec_prefix@%$exec_prefix%g
15987 s%@prefix@%$prefix%g
15988 s%@program_transform_name@%$program_transform_name%g
15989 s%@bindir@%$bindir%g
15990 s%@sbindir@%$sbindir%g
15991 s%@libexecdir@%$libexecdir%g
15992 s%@datadir@%$datadir%g
15993 s%@sysconfdir@%$sysconfdir%g
15994 s%@sharedstatedir@%$sharedstatedir%g
15995 s%@localstatedir@%$localstatedir%g
15996 s%@libdir@%$libdir%g
15997 s%@includedir@%$includedir%g
15998 s%@oldincludedir@%$oldincludedir%g
15999 s%@infodir@%$infodir%g
16000 s%@mandir@%$mandir%g
16001 s%@host@%$host%g
16002 s%@host_alias@%$host_alias%g
16003 s%@host_cpu@%$host_cpu%g
16004 s%@host_vendor@%$host_vendor%g
16005 s%@host_os@%$host_os%g
16006 s%@target@%$target%g
16007 s%@target_alias@%$target_alias%g
16008 s%@target_cpu@%$target_cpu%g
16009 s%@target_vendor@%$target_vendor%g
16010 s%@target_os@%$target_os%g
16011 s%@build@%$build%g
16012 s%@build_alias@%$build_alias%g
16013 s%@build_cpu@%$build_cpu%g
16014 s%@build_vendor@%$build_vendor%g
16015 s%@build_os@%$build_os%g
16016 s%@CC@%$CC%g
16017 s%@CPP@%$CPP%g
16018 s%@CXX@%$CXX%g
16019 s%@CXXCPP@%$CXXCPP%g
16020 s%@RANLIB@%$RANLIB%g
16021 s%@AR@%$AR%g
16022 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
16023 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
16024 s%@INSTALL_DATA@%$INSTALL_DATA%g
16025 s%@STRIP@%$STRIP%g
16026 s%@YACC@%$YACC%g
16027 s%@LEX@%$LEX%g
16028 s%@LEXLIB@%$LEXLIB%g
16029 s%@LN_S@%$LN_S%g
16030 s%@GTK_CONFIG_2_0@%$GTK_CONFIG_2_0%g
16031 s%@GTK_CONFIG@%$GTK_CONFIG%g
16032 s%@GTK_CFLAGS@%$GTK_CFLAGS%g
16033 s%@GTK_LIBS@%$GTK_LIBS%g
16034 s%@X_CFLAGS@%$X_CFLAGS%g
16035 s%@X_PRE_LIBS@%$X_PRE_LIBS%g
16036 s%@X_LIBS@%$X_LIBS%g
16037 s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
16038 s%@REZ@%$REZ%g
16039 s%@DEREZ@%$DEREZ%g
16040 s%@LEX_STEM@%$LEX_STEM%g
16041 s%@PATH_IFS@%$PATH_IFS%g
16042 s%@WX_MAJOR_VERSION_NUMBER@%$WX_MAJOR_VERSION_NUMBER%g
16043 s%@WX_MINOR_VERSION_NUMBER@%$WX_MINOR_VERSION_NUMBER%g
16044 s%@WX_RELEASE_NUMBER@%$WX_RELEASE_NUMBER%g
16045 s%@WX_LIBRARY_NAME@%$WX_LIBRARY_NAME%g
16046 s%@WX_LIBRARY_NAME_STATIC@%$WX_LIBRARY_NAME_STATIC%g
16047 s%@WX_LIBRARY_NAME_SHARED@%$WX_LIBRARY_NAME_SHARED%g
16048 s%@WX_LIBRARY@%$WX_LIBRARY%g
16049 s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g
16050 s%@WX_LIBRARY_LINK1@%$WX_LIBRARY_LINK1%g
16051 s%@WX_LIBRARY_LINK2@%$WX_LIBRARY_LINK2%g
16052 s%@WX_LIBRARY_LINK3@%$WX_LIBRARY_LINK3%g
16053 s%@PROGRAM_EXT@%$PROGRAM_EXT%g
16054 s%@WX_LIBRARY_NAME_GL@%$WX_LIBRARY_NAME_GL%g
16055 s%@WX_LIBRARY_NAME_STATIC_GL@%$WX_LIBRARY_NAME_STATIC_GL%g
16056 s%@WX_LIBRARY_NAME_SHARED_GL@%$WX_LIBRARY_NAME_SHARED_GL%g
16057 s%@WX_LIBRARY_GL@%$WX_LIBRARY_GL%g
16058 s%@WX_TARGET_LIBRARY_GL@%$WX_TARGET_LIBRARY_GL%g
16059 s%@WX_LIBRARY_LINK1_GL@%$WX_LIBRARY_LINK1_GL%g
16060 s%@WX_LIBRARY_LINK2_GL@%$WX_LIBRARY_LINK2_GL%g
16061 s%@WX_LIBRARY_LINK3_GL@%$WX_LIBRARY_LINK3_GL%g
16062 s%@WX_ALL@%$WX_ALL%g
16063 s%@WX_ALL_INSTALLED@%$WX_ALL_INSTALLED%g
16064 s%@SHARED_LD@%$SHARED_LD%g
16065 s%@PIC_FLAG@%$PIC_FLAG%g
16066 s%@DEP_INFO_FLAGS@%$DEP_INFO_FLAGS%g
16067 s%@CODE_GEN_FLAGS@%$CODE_GEN_FLAGS%g
16068 s%@CODE_GEN_FLAGS_CXX@%$CODE_GEN_FLAGS_CXX%g
16069 s%@BURNT_LIBRARY_NAME@%$BURNT_LIBRARY_NAME%g
16070 s%@BURNT_LIBRARY_NAME_GL@%$BURNT_LIBRARY_NAME_GL%g
16071 s%@WX_TARGET_LIBRARY_SONAME@%$WX_TARGET_LIBRARY_SONAME%g
16072 s%@WX_TARGET_LIBRARY_TYPE@%$WX_TARGET_LIBRARY_TYPE%g
16073 s%@WXDEBUG_DEFINE@%$WXDEBUG_DEFINE%g
16074 s%@USE_GUI@%$USE_GUI%g
16075 s%@AFMINSTALL@%$AFMINSTALL%g
16076 s%@TOOLKIT@%$TOOLKIT%g
16077 s%@TOOLKIT_DEF@%$TOOLKIT_DEF%g
16078 s%@TOOLKIT_DIR@%$TOOLKIT_DIR%g
16079 s%@TOOLKIT_NAME@%$TOOLKIT_NAME%g
16080 s%@TOOLKIT_INCLUDE@%$TOOLKIT_INCLUDE%g
16081 s%@WXCONFIG_INCLUDE@%$WXCONFIG_INCLUDE%g
16082 s%@ALL_OBJECTS@%$ALL_OBJECTS%g
16083 s%@ALL_DEPFILES@%$ALL_DEPFILES%g
16084 s%@GUIDIST@%$GUIDIST%g
16085 s%@PORT_FILES@%$PORT_FILES%g
16086 s%@DISTDIR@%$DISTDIR%g
16087 s%@RPM_SPEC@%$RPM_SPEC%g
16088 s%@RPM_FILES@%$RPM_FILES%g
16089 s%@SRC_SUBDIRS@%$SRC_SUBDIRS%g
16090 s%@INCLUDE_SUBDIRS@%$INCLUDE_SUBDIRS%g
16091 s%@UTILS_SUBDIRS@%$UTILS_SUBDIRS%g
16092 s%@DOCS_SUBDIRS@%$DOCS_SUBDIRS%g
16093 s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g
16094 s%@USER_SUBDIRS@%$USER_SUBDIRS%g
16095 s%@EXTRA_LIBS@%$EXTRA_LIBS%g
16096 s%@OPENGL_LIBS@%$OPENGL_LIBS%g
16097 s%@EXTRADEFS@%$EXTRADEFS%g
16098 s%@LD_LIBS@%$LD_LIBS%g
16099 s%@RCINPUTSWITCH@%$RCINPUTSWITCH%g
16100 s%@RCOUTPUTSWITCH@%$RCOUTPUTSWITCH%g
16101 s%@RESPROGRAM@%$RESPROGRAM%g
16102 s%@RESCOMP@%$RESCOMP%g
16103 s%@RESFLAGS@%$RESFLAGS%g
16104 s%@REZFLAGS@%$REZFLAGS%g
16105 s%@DEREZFLAGS@%$DEREZFLAGS%g
16106 s%@LIBWXMACRES@%$LIBWXMACRES%g
16107 s%@LIBWXMACRESCOMP@%$LIBWXMACRESCOMP%g
16108 s%@DLLTOOL@%$DLLTOOL%g
16109 s%@AS@%$AS%g
16110 s%@NM@%$NM%g
16111 s%@LD@%$LD%g
16112 s%@MAKEINFO@%$MAKEINFO%g
16113 s%@SET_MAKE@%$SET_MAKE%g
16114 s%@subdirs@%$subdirs%g
16115
16116 CEOF
16117 EOF
16118
16119 cat >> $CONFIG_STATUS <<\EOF
16120
16121 # Split the substitutions into bite-sized pieces for seds with
16122 # small command number limits, like on Digital OSF/1 and HP-UX.
16123 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
16124 ac_file=1 # Number of current file.
16125 ac_beg=1 # First line for current file.
16126 ac_end=$ac_max_sed_cmds # Line after last line for current file.
16127 ac_more_lines=:
16128 ac_sed_cmds=""
16129 while $ac_more_lines; do
16130 if test $ac_beg -gt 1; then
16131 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
16132 else
16133 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
16134 fi
16135 if test ! -s conftest.s$ac_file; then
16136 ac_more_lines=false
16137 rm -f conftest.s$ac_file
16138 else
16139 if test -z "$ac_sed_cmds"; then
16140 ac_sed_cmds="sed -f conftest.s$ac_file"
16141 else
16142 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
16143 fi
16144 ac_file=`expr $ac_file + 1`
16145 ac_beg=$ac_end
16146 ac_end=`expr $ac_end + $ac_max_sed_cmds`
16147 fi
16148 done
16149 if test -z "$ac_sed_cmds"; then
16150 ac_sed_cmds=cat
16151 fi
16152 EOF
16153
16154 cat >> $CONFIG_STATUS <<EOF
16155
16156 CONFIG_FILES=\${CONFIG_FILES-"wx-config
16157 src/make.env
16158 src/makeprog.env
16159 src/makelib.env
16160 Makefile
16161 "}
16162 EOF
16163 cat >> $CONFIG_STATUS <<\EOF
16164 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
16165 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
16166 case "$ac_file" in
16167 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
16168 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
16169 *) ac_file_in="${ac_file}.in" ;;
16170 esac
16171
16172 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
16173
16174 # Remove last slash and all that follows it. Not all systems have dirname.
16175 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
16176 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
16177 # The file is in a subdirectory.
16178 test ! -d "$ac_dir" && mkdir "$ac_dir"
16179 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
16180 # A "../" for each directory in $ac_dir_suffix.
16181 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
16182 else
16183 ac_dir_suffix= ac_dots=
16184 fi
16185
16186 case "$ac_given_srcdir" in
16187 .) srcdir=.
16188 if test -z "$ac_dots"; then top_srcdir=.
16189 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
16190 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
16191 *) # Relative path.
16192 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
16193 top_srcdir="$ac_dots$ac_given_srcdir" ;;
16194 esac
16195
16196 case "$ac_given_INSTALL" in
16197 [/$]*) INSTALL="$ac_given_INSTALL" ;;
16198 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
16199 esac
16200
16201 echo creating "$ac_file"
16202 rm -f "$ac_file"
16203 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
16204 case "$ac_file" in
16205 *Makefile*) ac_comsub="1i\\
16206 # $configure_input" ;;
16207 *) ac_comsub= ;;
16208 esac
16209
16210 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
16211 sed -e "$ac_comsub
16212 s%@configure_input@%$configure_input%g
16213 s%@srcdir@%$srcdir%g
16214 s%@top_srcdir@%$top_srcdir%g
16215 s%@INSTALL@%$INSTALL%g
16216 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
16217 fi; done
16218 rm -f conftest.s*
16219
16220 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
16221 # NAME is the cpp macro being defined and VALUE is the value it is being given.
16222 #
16223 # ac_d sets the value in "#define NAME VALUE" lines.
16224 ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
16225 ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
16226 ac_dC='\3'
16227 ac_dD='%g'
16228 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
16229 ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
16230 ac_uB='\([ ]\)%\1#\2define\3'
16231 ac_uC=' '
16232 ac_uD='\4%g'
16233 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
16234 ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
16235 ac_eB='$%\1#\2define\3'
16236 ac_eC=' '
16237 ac_eD='%g'
16238
16239 if test "${CONFIG_HEADERS+set}" != set; then
16240 EOF
16241 cat >> $CONFIG_STATUS <<EOF
16242 CONFIG_HEADERS="setup.h:setup.h.in"
16243 EOF
16244 cat >> $CONFIG_STATUS <<\EOF
16245 fi
16246 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
16247 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
16248 case "$ac_file" in
16249 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
16250 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
16251 *) ac_file_in="${ac_file}.in" ;;
16252 esac
16253
16254 echo creating $ac_file
16255
16256 rm -f conftest.frag conftest.in conftest.out
16257 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
16258 cat $ac_file_inputs > conftest.in
16259
16260 EOF
16261
16262 # Transform confdefs.h into a sed script conftest.vals that substitutes
16263 # the proper values into config.h.in to produce config.h. And first:
16264 # Protect against being on the right side of a sed subst in config.status.
16265 # Protect against being in an unquoted here document in config.status.
16266 rm -f conftest.vals
16267 cat > conftest.hdr <<\EOF
16268 s/[\\&%]/\\&/g
16269 s%[\\$`]%\\&%g
16270 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
16271 s%ac_d%ac_u%gp
16272 s%ac_u%ac_e%gp
16273 EOF
16274 sed -n -f conftest.hdr confdefs.h > conftest.vals
16275 rm -f conftest.hdr
16276
16277 # This sed command replaces #undef with comments. This is necessary, for
16278 # example, in the case of _POSIX_SOURCE, which is predefined and required
16279 # on some systems where configure will not decide to define it.
16280 cat >> conftest.vals <<\EOF
16281 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
16282 EOF
16283
16284 # Break up conftest.vals because some shells have a limit on
16285 # the size of here documents, and old seds have small limits too.
16286
16287 rm -f conftest.tail
16288 while :
16289 do
16290 ac_lines=`grep -c . conftest.vals`
16291 # grep -c gives empty output for an empty file on some AIX systems.
16292 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
16293 # Write a limited-size here document to conftest.frag.
16294 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
16295 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
16296 echo 'CEOF
16297 sed -f conftest.frag conftest.in > conftest.out
16298 rm -f conftest.in
16299 mv conftest.out conftest.in
16300 ' >> $CONFIG_STATUS
16301 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
16302 rm -f conftest.vals
16303 mv conftest.tail conftest.vals
16304 done
16305 rm -f conftest.vals
16306
16307 cat >> $CONFIG_STATUS <<\EOF
16308 rm -f conftest.frag conftest.h
16309 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
16310 cat conftest.in >> conftest.h
16311 rm -f conftest.in
16312 if cmp -s $ac_file conftest.h 2>/dev/null; then
16313 echo "$ac_file is unchanged"
16314 rm -f conftest.h
16315 else
16316 # Remove last slash and all that follows it. Not all systems have dirname.
16317 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
16318 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
16319 # The file is in a subdirectory.
16320 test ! -d "$ac_dir" && mkdir "$ac_dir"
16321 fi
16322 rm -f $ac_file
16323 mv conftest.h $ac_file
16324 fi
16325 fi; done
16326
16327 EOF
16328 cat >> $CONFIG_STATUS <<EOF
16329
16330 TOOLKIT_DIR="${TOOLKIT_DIR}"
16331 TOOLKIT_NAME="${TOOLKIT_NAME}"
16332 LN_S="${LN_S}"
16333
16334
16335 EOF
16336 cat >> $CONFIG_STATUS <<\EOF
16337
16338 chmod +x wx-config
16339 mv wx-config wx${TOOLKIT_NAME}-config
16340 ${LN_S} wx${TOOLKIT_NAME}-config wx-config
16341
16342
16343 if test ! -d lib; then
16344 mkdir lib
16345 fi
16346 if test ! -d lib/wx; then
16347 mkdir lib/wx
16348 fi
16349 if test ! -d lib/wx/include; then
16350 mkdir lib/wx/include
16351 fi
16352 if test ! -d lib/wx/include/wx; then
16353 mkdir lib/wx/include/wx
16354 fi
16355 if test ! -d lib/wx/include/wx/${TOOLKIT_NAME}; then
16356 mkdir lib/wx/include/wx/${TOOLKIT_NAME}
16357 fi
16358 if test -f setup.h; then
16359 cp -fp setup.h lib/wx/include/wx/${TOOLKIT_NAME}/setup.h
16360 fi
16361
16362
16363 if test ! -d include; then
16364 mkdir include
16365 fi
16366 if test ! -d include/wx; then
16367 mkdir include/wx
16368 fi
16369 if test ! -d include/wx/${TOOLKIT_DIR}; then
16370 mkdir include/wx/${TOOLKIT_DIR}
16371 fi
16372 if test -f setup.h; then
16373 cp -fp setup.h include/wx/${TOOLKIT_DIR}/setup.h
16374 fi
16375
16376
16377 exit 0
16378 EOF
16379 chmod +x $CONFIG_STATUS
16380 rm -fr confdefs* $ac_clean_files
16381 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
16382
16383 if test "$no_recursion" != yes; then
16384
16385 # Remove --cache-file and --srcdir arguments so they do not pile up.
16386 ac_sub_configure_args=
16387 ac_prev=
16388 for ac_arg in $ac_configure_args; do
16389 if test -n "$ac_prev"; then
16390 ac_prev=
16391 continue
16392 fi
16393 case "$ac_arg" in
16394 -cache-file | --cache-file | --cache-fil | --cache-fi \
16395 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
16396 ac_prev=cache_file ;;
16397 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
16398 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
16399 ;;
16400 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
16401 ac_prev=srcdir ;;
16402 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
16403 ;;
16404 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
16405 esac
16406 done
16407
16408 for ac_config_dir in demos samples utils contrib; do
16409
16410 # Do not complain, so a configure script can configure whichever
16411 # parts of a large source tree are present.
16412 if test ! -d $srcdir/$ac_config_dir; then
16413 continue
16414 fi
16415
16416 echo configuring in $ac_config_dir
16417
16418 case "$srcdir" in
16419 .) ;;
16420 *)
16421 if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
16422 else
16423 { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
16424 fi
16425 ;;
16426 esac
16427
16428 ac_popdir=`pwd`
16429 cd $ac_config_dir
16430
16431 # A "../" for each directory in /$ac_config_dir.
16432 ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
16433
16434 case "$srcdir" in
16435 .) # No --srcdir option. We are building in place.
16436 ac_sub_srcdir=$srcdir ;;
16437 /*) # Absolute path.
16438 ac_sub_srcdir=$srcdir/$ac_config_dir ;;
16439 *) # Relative path.
16440 ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
16441 esac
16442
16443 # Check for guested configure; otherwise get Cygnus style configure.
16444 if test -f $ac_sub_srcdir/configure; then
16445 ac_sub_configure=$ac_sub_srcdir/configure
16446 elif test -f $ac_sub_srcdir/configure.in; then
16447 ac_sub_configure=$ac_configure
16448 else
16449 echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
16450 ac_sub_configure=
16451 fi
16452
16453 # The recursion is here.
16454 if test -n "$ac_sub_configure"; then
16455
16456 # Make the cache file name correct relative to the subdirectory.
16457 case "$cache_file" in
16458 /*) ac_sub_cache_file=$cache_file ;;
16459 *) # Relative path.
16460 ac_sub_cache_file="$ac_dots$cache_file" ;;
16461 esac
16462 case "$ac_given_INSTALL" in
16463 [/$]*) INSTALL="$ac_given_INSTALL" ;;
16464 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
16465 esac
16466
16467 echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
16468 # The eval makes quoting arguments work.
16469 if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
16470 then :
16471 else
16472 { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }
16473 fi
16474 fi
16475
16476 cd $ac_popdir
16477 done
16478 fi
16479
16480