]> git.saurik.com Git - wxWidgets.git/blob - configure
updated XRC sample
[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-wine use WINE"
65 ac_help="$ac_help
66 --with-cygwin use Cygwin for MS-Windows"
67 ac_help="$ac_help
68 --with-mingw use GCC Minimal MS-Windows"
69 ac_help="$ac_help
70 --with-pm use OS/2 Presentation Manager"
71 ac_help="$ac_help
72 --with-gtk-prefix=PFX Prefix where GTK is installed"
73 ac_help="$ac_help
74 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed"
75 ac_help="$ac_help
76 --with-libpng use libpng (PNG image format)"
77 ac_help="$ac_help
78 --with-libjpeg use libjpeg (JPEG file format)"
79 ac_help="$ac_help
80 --with-libtiff use libtiff (TIFF file format)"
81 ac_help="$ac_help
82 --with-freetype use freetype (font rasterizer)"
83 ac_help="$ac_help
84 --with-opengl use OpenGL (or Mesa)"
85 ac_help="$ac_help
86 --with-dmalloc use dmalloc library (www.letters.com/dmalloc)"
87 ac_help="$ac_help
88 --with-zlib use zlib for LZW compression"
89 ac_help="$ac_help
90 --with-odbc use the IODBC and wxODBC classes"
91 ac_help="$ac_help
92 --enable-shared create shared library code"
93 ac_help="$ac_help
94 --enable-burnt_name create set name in shared library "
95 ac_help="$ac_help
96 --enable-optimise create optimised code"
97 ac_help="$ac_help
98 --enable-debug same as debug_flag and debug_info"
99 ac_help="$ac_help
100 --enable-debug_flag set __WXDEBUG__ flag (recommended for developers!)"
101 ac_help="$ac_help
102 --enable-debug_info create code with debugging information"
103 ac_help="$ac_help
104 --enable-debug_gdb create code with extra GDB debugging information"
105 ac_help="$ac_help
106 --enable-debug_cntxt use wxDebugContext"
107 ac_help="$ac_help
108 --enable-mem_tracing create code with memory tracing"
109 ac_help="$ac_help
110 --enable-profile create code with profiling information"
111 ac_help="$ac_help
112 --enable-no_rtti create code without RTTI information"
113 ac_help="$ac_help
114 --enable-no_exceptions create code without exceptions information"
115 ac_help="$ac_help
116 --enable-permissive compile code disregarding strict ANSI"
117 ac_help="$ac_help
118 --enable-no_deps create code without dependency information"
119 ac_help="$ac_help
120 --enable-intl use internationalization system"
121 ac_help="$ac_help
122 --enable-config use wxConfig (and derived) classes"
123 ac_help="$ac_help
124 --enable-sockets use socket/network classes"
125 ac_help="$ac_help
126 --enable-ipc use interprocess communication (wxSocket etc.)"
127 ac_help="$ac_help
128 --enable-dialupman use dialup network classes"
129 ac_help="$ac_help
130 --enable-apple_ieee use the Apple IEEE codec"
131 ac_help="$ac_help
132 --enable-timedate use date/time classes"
133 ac_help="$ac_help
134 --enable-wave use wxWave class"
135 ac_help="$ac_help
136 --enable-fraction use wxFraction class"
137 ac_help="$ac_help
138 --enable-dynlib use wxLibrary class for DLL loading"
139 ac_help="$ac_help
140 --enable-longlong use wxLongLong class"
141 ac_help="$ac_help
142 --enable-geometry use geometry class"
143 ac_help="$ac_help
144 --enable-log use logging system"
145 ac_help="$ac_help
146 --enable-streams use wxStream etc classes"
147 ac_help="$ac_help
148 --enable-file use wxFile classes"
149 ac_help="$ac_help
150 --enable-textfile use wxTextFile classes"
151 ac_help="$ac_help
152 --enable-unicode compile wxString with Unicode support"
153 ac_help="$ac_help
154 --enable-wcsrtombs use wcsrtombs instead of buggy (GNU libc1/Linux libc5) wcstombs"
155 ac_help="$ac_help
156 --enable-wxprintfv use wxWindows implementation of vprintf()"
157 ac_help="$ac_help
158 --enable-std_iostreams use standard C++ stream classes"
159 ac_help="$ac_help
160 --enable-filesystem use virtual file systems classes"
161 ac_help="$ac_help
162 --enable-fs_inet use virtual HTTP/FTP filesystems"
163 ac_help="$ac_help
164 --enable-fs_zip use virtual ZIP filesystems"
165 ac_help="$ac_help
166 --enable-zipstream use wxZipInputStream"
167 ac_help="$ac_help
168 --enable-catch_segvs catch signals and pass them to wxApp::OnFatalException"
169 ac_help="$ac_help
170 --enable-threads use threads"
171 ac_help="$ac_help
172 --enable-serial use class serialization"
173 ac_help="$ac_help
174 --enable-docview use document view architecture"
175 ac_help="$ac_help
176 --enable-help use help (using external browser at present)"
177 ac_help="$ac_help
178 --enable-constraints use layout-constraints system"
179 ac_help="$ac_help
180 --enable-printarch use printing architecture"
181 ac_help="$ac_help
182 --enable-mdi use multiple document interface architecture"
183 ac_help="$ac_help
184 --enable-postscript use wxPostscriptDC device context (default for gtk+)"
185 ac_help="$ac_help
186 --enable-prologio use Prolog IO library"
187 ac_help="$ac_help
188 --enable-resources use wxWindows resources"
189 ac_help="$ac_help
190 --enable-xresources use X resources for save (default for gtk+)"
191 ac_help="$ac_help
192 --enable-clipboard use wxClipboard classes"
193 ac_help="$ac_help
194 --enable-dnd use Drag'n'Drop classes"
195 ac_help="$ac_help
196 --enable-wxtree make wxTree library"
197 ac_help="$ac_help
198 --enable-controls use all usual controls"
199 ac_help="$ac_help
200 --enable-accel use accelerators"
201 ac_help="$ac_help
202 --enable-caret use wxCaret class"
203 ac_help="$ac_help
204 --enable-bmpbutton use wxBitmapButton class"
205 ac_help="$ac_help
206 --enable-checkbox use wxCheckBox class"
207 ac_help="$ac_help
208 --enable-checklst use wxCheckListBox (listbox with checkboxes) class"
209 ac_help="$ac_help
210 --enable-choice use wxChoice class"
211 ac_help="$ac_help
212 --enable-combobox use wxComboBox classes"
213 ac_help="$ac_help
214 --enable-gauge use wxGauge class"
215 ac_help="$ac_help
216 --enable-grid use wxGrid class"
217 ac_help="$ac_help
218 --enable-newgrid use new wxGrid class"
219 ac_help="$ac_help
220 --enable-imaglist use wxImageList class"
221 ac_help="$ac_help
222 --enable-listbox use wxListBox class"
223 ac_help="$ac_help
224 --enable-listctrl use wxListCtrl class"
225 ac_help="$ac_help
226 --enable-notebook use wxNotebook class"
227 ac_help="$ac_help
228 --enable-radiobox use wxRadioBox class"
229 ac_help="$ac_help
230 --enable-radiobtn use wxRadioButton class"
231 ac_help="$ac_help
232 --enable-sash use wxSashWindow class"
233 ac_help="$ac_help
234 --enable-scrollbar use wxScrollBar class and scrollable windows"
235 ac_help="$ac_help
236 --enable-slider use wxSlider class"
237 ac_help="$ac_help
238 --enable-spinbtn use wxSpinButton class"
239 ac_help="$ac_help
240 --enable-spinctrl use wxSpinCtrl class"
241 ac_help="$ac_help
242 --enable-splitter use wxSplitterWindow class"
243 ac_help="$ac_help
244 --enable-statbmp use wxStaticBitmap class"
245 ac_help="$ac_help
246 --enable-statbox use wxStaticBox class"
247 ac_help="$ac_help
248 --enable-statline use wxStaticLine class"
249 ac_help="$ac_help
250 --enable-statusbar use wxStatusBar class"
251 ac_help="$ac_help
252 --enable-tabdialog use wxTabControl class"
253 ac_help="$ac_help
254 --enable-toolbar use wxToolBar class"
255 ac_help="$ac_help
256 --enable-tbarnative use native wxToolBar class"
257 ac_help="$ac_help
258 --enable-tbarsmpl use wxToolBarSimple class"
259 ac_help="$ac_help
260 --enable-treectrl use wxTreeCtrl class"
261 ac_help="$ac_help
262 --enable-commondlg use common dialogs (wxDirDialog, wxProgressDialog, wxTextDialog, ...)"
263 ac_help="$ac_help
264 --enable-dirdlg use wxDirDialog"
265 ac_help="$ac_help
266 --enable-textdlg use wxTextDialog"
267 ac_help="$ac_help
268 --enable-tipdlg use startup tips"
269 ac_help="$ac_help
270 --enable-progressdlg use wxProgressDialog"
271 ac_help="$ac_help
272 --enable-miniframe use wxMiniFrame class"
273 ac_help="$ac_help
274 --enable-html use wxHTML sub-library"
275 ac_help="$ac_help
276 --enable-tooltips use wxToolTip class"
277 ac_help="$ac_help
278 --enable-splines use spline drawing code"
279 ac_help="$ac_help
280 --enable-validators use wxValidator and derived classes"
281 ac_help="$ac_help
282 --enable-busyinfo use wxBusyInfo"
283 ac_help="$ac_help
284 --enable-plot use wxPlot"
285 ac_help="$ac_help
286 --enable-joystick compile in joystick support (Linux only)"
287 ac_help="$ac_help
288 --enable-gif use gif images (GIF file format)"
289 ac_help="$ac_help
290 --enable-pcx use pcx images (PCX file format)"
291 ac_help="$ac_help
292 --enable-pnm use pnm images (PNM file format)"
293 ac_help="$ac_help
294 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)"
295 ac_help="$ac_help
296 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)"
297 ac_help="$ac_help
298 --disable-gtktest Do not try to compile and run a test GTK program"
299 ac_help="$ac_help
300 --with-x use the X Window System"
301
302 # Initialize some variables set by options.
303 # The variables have the same names as the options, with
304 # dashes changed to underlines.
305 build=NONE
306 cache_file=./config.cache
307 exec_prefix=NONE
308 host=NONE
309 no_create=
310 nonopt=NONE
311 no_recursion=
312 prefix=NONE
313 program_prefix=NONE
314 program_suffix=NONE
315 program_transform_name=s,x,x,
316 silent=
317 site=
318 srcdir=
319 target=NONE
320 verbose=
321 x_includes=NONE
322 x_libraries=NONE
323 bindir='${exec_prefix}/bin'
324 sbindir='${exec_prefix}/sbin'
325 libexecdir='${exec_prefix}/libexec'
326 datadir='${prefix}/share'
327 sysconfdir='${prefix}/etc'
328 sharedstatedir='${prefix}/com'
329 localstatedir='${prefix}/var'
330 libdir='${exec_prefix}/lib'
331 includedir='${prefix}/include'
332 oldincludedir='/usr/include'
333 infodir='${prefix}/info'
334 mandir='${prefix}/man'
335
336 # Initialize some other variables.
337 subdirs=
338 MFLAGS= MAKEFLAGS=
339 SHELL=${CONFIG_SHELL-/bin/sh}
340 # Maximum number of lines to put in a shell here document.
341 ac_max_here_lines=12
342
343 ac_prev=
344 for ac_option
345 do
346
347 # If the previous option needs an argument, assign it.
348 if test -n "$ac_prev"; then
349 eval "$ac_prev=\$ac_option"
350 ac_prev=
351 continue
352 fi
353
354 case "$ac_option" in
355 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
356 *) ac_optarg= ;;
357 esac
358
359 # Accept the important Cygnus configure options, so we can diagnose typos.
360
361 case "$ac_option" in
362
363 -bindir | --bindir | --bindi | --bind | --bin | --bi)
364 ac_prev=bindir ;;
365 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
366 bindir="$ac_optarg" ;;
367
368 -build | --build | --buil | --bui | --bu)
369 ac_prev=build ;;
370 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
371 build="$ac_optarg" ;;
372
373 -cache-file | --cache-file | --cache-fil | --cache-fi \
374 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
375 ac_prev=cache_file ;;
376 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
377 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
378 cache_file="$ac_optarg" ;;
379
380 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
381 ac_prev=datadir ;;
382 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
383 | --da=*)
384 datadir="$ac_optarg" ;;
385
386 -disable-* | --disable-*)
387 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
388 # Reject names that are not valid shell variable names.
389 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
390 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
391 fi
392 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
393 eval "enable_${ac_feature}=no" ;;
394
395 -enable-* | --enable-*)
396 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
397 # Reject names that are not valid shell variable names.
398 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
399 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
400 fi
401 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
402 case "$ac_option" in
403 *=*) ;;
404 *) ac_optarg=yes ;;
405 esac
406 eval "enable_${ac_feature}='$ac_optarg'" ;;
407
408 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
409 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
410 | --exec | --exe | --ex)
411 ac_prev=exec_prefix ;;
412 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
413 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
414 | --exec=* | --exe=* | --ex=*)
415 exec_prefix="$ac_optarg" ;;
416
417 -gas | --gas | --ga | --g)
418 # Obsolete; use --with-gas.
419 with_gas=yes ;;
420
421 -help | --help | --hel | --he)
422 # Omit some internal or obsolete options to make the list less imposing.
423 # This message is too long to be a string in the A/UX 3.1 sh.
424 cat << EOF
425 Usage: configure [options] [host]
426 Options: [defaults in brackets after descriptions]
427 Configuration:
428 --cache-file=FILE cache test results in FILE
429 --help print this message
430 --no-create do not create output files
431 --quiet, --silent do not print \`checking...' messages
432 --version print the version of autoconf that created configure
433 Directory and file names:
434 --prefix=PREFIX install architecture-independent files in PREFIX
435 [$ac_default_prefix]
436 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
437 [same as prefix]
438 --bindir=DIR user executables in DIR [EPREFIX/bin]
439 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
440 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
441 --datadir=DIR read-only architecture-independent data in DIR
442 [PREFIX/share]
443 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
444 --sharedstatedir=DIR modifiable architecture-independent data in DIR
445 [PREFIX/com]
446 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
447 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
448 --includedir=DIR C header files in DIR [PREFIX/include]
449 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
450 --infodir=DIR info documentation in DIR [PREFIX/info]
451 --mandir=DIR man documentation in DIR [PREFIX/man]
452 --srcdir=DIR find the sources in DIR [configure dir or ..]
453 --program-prefix=PREFIX prepend PREFIX to installed program names
454 --program-suffix=SUFFIX append SUFFIX to installed program names
455 --program-transform-name=PROGRAM
456 run sed PROGRAM on installed program names
457 EOF
458 cat << EOF
459 Host type:
460 --build=BUILD configure for building on BUILD [BUILD=HOST]
461 --host=HOST configure for HOST [guessed]
462 --target=TARGET configure for TARGET [TARGET=HOST]
463 Features and packages:
464 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
465 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
466 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
467 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
468 --x-includes=DIR X include files are in DIR
469 --x-libraries=DIR X library files are in DIR
470 EOF
471 if test -n "$ac_help"; then
472 echo "--enable and --with options recognized:$ac_help"
473 fi
474 exit 0 ;;
475
476 -host | --host | --hos | --ho)
477 ac_prev=host ;;
478 -host=* | --host=* | --hos=* | --ho=*)
479 host="$ac_optarg" ;;
480
481 -includedir | --includedir | --includedi | --included | --include \
482 | --includ | --inclu | --incl | --inc)
483 ac_prev=includedir ;;
484 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
485 | --includ=* | --inclu=* | --incl=* | --inc=*)
486 includedir="$ac_optarg" ;;
487
488 -infodir | --infodir | --infodi | --infod | --info | --inf)
489 ac_prev=infodir ;;
490 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
491 infodir="$ac_optarg" ;;
492
493 -libdir | --libdir | --libdi | --libd)
494 ac_prev=libdir ;;
495 -libdir=* | --libdir=* | --libdi=* | --libd=*)
496 libdir="$ac_optarg" ;;
497
498 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
499 | --libexe | --libex | --libe)
500 ac_prev=libexecdir ;;
501 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
502 | --libexe=* | --libex=* | --libe=*)
503 libexecdir="$ac_optarg" ;;
504
505 -localstatedir | --localstatedir | --localstatedi | --localstated \
506 | --localstate | --localstat | --localsta | --localst \
507 | --locals | --local | --loca | --loc | --lo)
508 ac_prev=localstatedir ;;
509 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
510 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
511 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
512 localstatedir="$ac_optarg" ;;
513
514 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
515 ac_prev=mandir ;;
516 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
517 mandir="$ac_optarg" ;;
518
519 -nfp | --nfp | --nf)
520 # Obsolete; use --without-fp.
521 with_fp=no ;;
522
523 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
524 | --no-cr | --no-c)
525 no_create=yes ;;
526
527 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
528 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
529 no_recursion=yes ;;
530
531 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
532 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
533 | --oldin | --oldi | --old | --ol | --o)
534 ac_prev=oldincludedir ;;
535 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
536 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
537 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
538 oldincludedir="$ac_optarg" ;;
539
540 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
541 ac_prev=prefix ;;
542 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
543 prefix="$ac_optarg" ;;
544
545 -program-prefix | --program-prefix | --program-prefi | --program-pref \
546 | --program-pre | --program-pr | --program-p)
547 ac_prev=program_prefix ;;
548 -program-prefix=* | --program-prefix=* | --program-prefi=* \
549 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
550 program_prefix="$ac_optarg" ;;
551
552 -program-suffix | --program-suffix | --program-suffi | --program-suff \
553 | --program-suf | --program-su | --program-s)
554 ac_prev=program_suffix ;;
555 -program-suffix=* | --program-suffix=* | --program-suffi=* \
556 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
557 program_suffix="$ac_optarg" ;;
558
559 -program-transform-name | --program-transform-name \
560 | --program-transform-nam | --program-transform-na \
561 | --program-transform-n | --program-transform- \
562 | --program-transform | --program-transfor \
563 | --program-transfo | --program-transf \
564 | --program-trans | --program-tran \
565 | --progr-tra | --program-tr | --program-t)
566 ac_prev=program_transform_name ;;
567 -program-transform-name=* | --program-transform-name=* \
568 | --program-transform-nam=* | --program-transform-na=* \
569 | --program-transform-n=* | --program-transform-=* \
570 | --program-transform=* | --program-transfor=* \
571 | --program-transfo=* | --program-transf=* \
572 | --program-trans=* | --program-tran=* \
573 | --progr-tra=* | --program-tr=* | --program-t=*)
574 program_transform_name="$ac_optarg" ;;
575
576 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
577 | -silent | --silent | --silen | --sile | --sil)
578 silent=yes ;;
579
580 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
581 ac_prev=sbindir ;;
582 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
583 | --sbi=* | --sb=*)
584 sbindir="$ac_optarg" ;;
585
586 -sharedstatedir | --sharedstatedir | --sharedstatedi \
587 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
588 | --sharedst | --shareds | --shared | --share | --shar \
589 | --sha | --sh)
590 ac_prev=sharedstatedir ;;
591 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
592 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
593 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
594 | --sha=* | --sh=*)
595 sharedstatedir="$ac_optarg" ;;
596
597 -site | --site | --sit)
598 ac_prev=site ;;
599 -site=* | --site=* | --sit=*)
600 site="$ac_optarg" ;;
601
602 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
603 ac_prev=srcdir ;;
604 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
605 srcdir="$ac_optarg" ;;
606
607 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
608 | --syscon | --sysco | --sysc | --sys | --sy)
609 ac_prev=sysconfdir ;;
610 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
611 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
612 sysconfdir="$ac_optarg" ;;
613
614 -target | --target | --targe | --targ | --tar | --ta | --t)
615 ac_prev=target ;;
616 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
617 target="$ac_optarg" ;;
618
619 -v | -verbose | --verbose | --verbos | --verbo | --verb)
620 verbose=yes ;;
621
622 -version | --version | --versio | --versi | --vers)
623 echo "configure generated by autoconf version 2.13"
624 exit 0 ;;
625
626 -with-* | --with-*)
627 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
628 # Reject names that are not valid shell variable names.
629 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
630 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
631 fi
632 ac_package=`echo $ac_package| sed 's/-/_/g'`
633 case "$ac_option" in
634 *=*) ;;
635 *) ac_optarg=yes ;;
636 esac
637 eval "with_${ac_package}='$ac_optarg'" ;;
638
639 -without-* | --without-*)
640 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
641 # Reject names that are not valid shell variable names.
642 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
643 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
644 fi
645 ac_package=`echo $ac_package| sed 's/-/_/g'`
646 eval "with_${ac_package}=no" ;;
647
648 --x)
649 # Obsolete; use --with-x.
650 with_x=yes ;;
651
652 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
653 | --x-incl | --x-inc | --x-in | --x-i)
654 ac_prev=x_includes ;;
655 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
656 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
657 x_includes="$ac_optarg" ;;
658
659 -x-libraries | --x-libraries | --x-librarie | --x-librari \
660 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
661 ac_prev=x_libraries ;;
662 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
663 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
664 x_libraries="$ac_optarg" ;;
665
666 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
667 ;;
668
669 *)
670 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
671 echo "configure: warning: $ac_option: invalid host type" 1>&2
672 fi
673 if test "x$nonopt" != xNONE; then
674 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
675 fi
676 nonopt="$ac_option"
677 ;;
678
679 esac
680 done
681
682 if test -n "$ac_prev"; then
683 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
684 fi
685
686 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
687
688 # File descriptor usage:
689 # 0 standard input
690 # 1 file creation
691 # 2 errors and warnings
692 # 3 some systems may open it to /dev/tty
693 # 4 used on the Kubota Titan
694 # 6 checking for... messages and results
695 # 5 compiler messages saved in config.log
696 if test "$silent" = yes; then
697 exec 6>/dev/null
698 else
699 exec 6>&1
700 fi
701 exec 5>./config.log
702
703 echo "\
704 This file contains any messages produced by compilers while
705 running configure, to aid debugging if configure makes a mistake.
706 " 1>&5
707
708 # Strip out --no-create and --no-recursion so they do not pile up.
709 # Also quote any args containing shell metacharacters.
710 ac_configure_args=
711 for ac_arg
712 do
713 case "$ac_arg" in
714 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
715 | --no-cr | --no-c) ;;
716 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
717 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
718 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
719 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
720 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
721 esac
722 done
723
724 # NLS nuisances.
725 # Only set these to C if already set. These must not be set unconditionally
726 # because not all systems understand e.g. LANG=C (notably SCO).
727 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
728 # Non-C LC_CTYPE values break the ctype check.
729 if test "${LANG+set}" = set; then LANG=C; export LANG; fi
730 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
731 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
732 if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
733
734 # confdefs.h avoids OS command line length limits that DEFS can exceed.
735 rm -rf conftest* confdefs.h
736 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
737 echo > confdefs.h
738
739 # A filename unique to this package, relative to the directory that
740 # configure is in, which we can look for to find out if srcdir is correct.
741 ac_unique_file=wx-config.in
742
743 # Find the source files, if location was not specified.
744 if test -z "$srcdir"; then
745 ac_srcdir_defaulted=yes
746 # Try the directory containing this script, then its parent.
747 ac_prog=$0
748 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
749 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
750 srcdir=$ac_confdir
751 if test ! -r $srcdir/$ac_unique_file; then
752 srcdir=..
753 fi
754 else
755 ac_srcdir_defaulted=no
756 fi
757 if test ! -r $srcdir/$ac_unique_file; then
758 if test "$ac_srcdir_defaulted" = yes; then
759 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
760 else
761 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
762 fi
763 fi
764 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
765
766 # Prefer explicitly selected file to automatically selected ones.
767 if test -z "$CONFIG_SITE"; then
768 if test "x$prefix" != xNONE; then
769 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
770 else
771 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
772 fi
773 fi
774 for ac_site_file in $CONFIG_SITE; do
775 if test -r "$ac_site_file"; then
776 echo "loading site script $ac_site_file"
777 . "$ac_site_file"
778 fi
779 done
780
781 if test -r "$cache_file"; then
782 echo "loading cache $cache_file"
783 . $cache_file
784 else
785 echo "creating cache $cache_file"
786 > $cache_file
787 fi
788
789 ac_ext=c
790 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
791 ac_cpp='$CPP $CPPFLAGS'
792 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
793 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
794 cross_compiling=$ac_cv_prog_cc_cross
795
796 ac_exeext=
797 ac_objext=o
798 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
799 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
800 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
801 ac_n= ac_c='
802 ' ac_t=' '
803 else
804 ac_n=-n ac_c= ac_t=
805 fi
806 else
807 ac_n= ac_c='\c' ac_t=
808 fi
809
810
811
812 ac_aux_dir=
813 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
814 if test -f $ac_dir/install-sh; then
815 ac_aux_dir=$ac_dir
816 ac_install_sh="$ac_aux_dir/install-sh -c"
817 break
818 elif test -f $ac_dir/install.sh; then
819 ac_aux_dir=$ac_dir
820 ac_install_sh="$ac_aux_dir/install.sh -c"
821 break
822 fi
823 done
824 if test -z "$ac_aux_dir"; then
825 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
826 fi
827 ac_config_guess=$ac_aux_dir/config.guess
828 ac_config_sub=$ac_aux_dir/config.sub
829 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
830
831
832 # Do some error checking and defaulting for the host and target type.
833 # The inputs are:
834 # configure --host=HOST --target=TARGET --build=BUILD NONOPT
835 #
836 # The rules are:
837 # 1. You are not allowed to specify --host, --target, and nonopt at the
838 # same time.
839 # 2. Host defaults to nonopt.
840 # 3. If nonopt is not specified, then host defaults to the current host,
841 # as determined by config.guess.
842 # 4. Target and build default to nonopt.
843 # 5. If nonopt is not specified, then target and build default to host.
844
845 # The aliases save the names the user supplied, while $host etc.
846 # will get canonicalized.
847 case $host---$target---$nonopt in
848 NONE---*---* | *---NONE---* | *---*---NONE) ;;
849 *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
850 esac
851
852
853 # Make sure we can run config.sub.
854 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
855 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
856 fi
857
858 echo $ac_n "checking host system type""... $ac_c" 1>&6
859 echo "configure:860: checking host system type" >&5
860
861 host_alias=$host
862 case "$host_alias" in
863 NONE)
864 case $nonopt in
865 NONE)
866 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
867 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
868 fi ;;
869 *) host_alias=$nonopt ;;
870 esac ;;
871 esac
872
873 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
874 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
875 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
876 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
877 echo "$ac_t""$host" 1>&6
878
879 echo $ac_n "checking target system type""... $ac_c" 1>&6
880 echo "configure:881: checking target system type" >&5
881
882 target_alias=$target
883 case "$target_alias" in
884 NONE)
885 case $nonopt in
886 NONE) target_alias=$host_alias ;;
887 *) target_alias=$nonopt ;;
888 esac ;;
889 esac
890
891 target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
892 target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
893 target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
894 target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
895 echo "$ac_t""$target" 1>&6
896
897 echo $ac_n "checking build system type""... $ac_c" 1>&6
898 echo "configure:899: checking build system type" >&5
899
900 build_alias=$build
901 case "$build_alias" in
902 NONE)
903 case $nonopt in
904 NONE) build_alias=$host_alias ;;
905 *) build_alias=$nonopt ;;
906 esac ;;
907 esac
908
909 build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
910 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
911 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
912 build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
913 echo "$ac_t""$build" 1>&6
914
915 test "$host_alias" != "$target_alias" &&
916 test "$program_prefix$program_suffix$program_transform_name" = \
917 NONENONEs,x,x, &&
918 program_prefix=${target_alias}-
919
920
921
922 WX_MAJOR_VERSION_NUMBER=2
923 WX_MINOR_VERSION_NUMBER=3
924 WX_RELEASE_NUMBER=0
925
926 WX_INTERFACE_AGE=0
927 WX_BINARY_AGE=0
928
929 WX_VERSION=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER.$WX_RELEASE_NUMBER
930
931 WX_RELEASE=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER
932 WX_CURRENT=`expr $WX_RELEASE_NUMBER - $WX_INTERFACE_AGE`
933 WX_REVISION=$WX_INTERFACE_AGE
934 WX_AGE=`expr $WX_BINARY_AGE - $WX_INTERFACE_AGE`
935
936
937 USE_UNIX=1
938 USE_WIN32=0
939 USE_BEOS=0
940
941 USE_LINUX=
942 USE_SGI=
943 USE_HPUX=
944 USE_SYSV=
945 USE_SVR4=
946 USE_AIX=
947 USE_SUN=
948 USE_SOLARIS=
949 USE_SUNOS=
950 USE_ALPHA=
951 USE_OSF=
952 USE_BSD=
953 USE_FREEBSD=
954 USE_NETBSD=
955 USE_VMS=
956 USE_ULTRIX=
957 USE_CYGWIN=
958 USE_MINGW=
959 USE_DATA_GENERAL=
960
961 NEEDS_D_REENTRANT_FOR_R_FUNCS=0
962
963 ALL_TOOLKITS="CYGWIN GTK MINGW MOTIF WINE PM"
964
965 DEFAULT_wxUSE_GTK=0
966 DEFAULT_wxUSE_MOTIF=0
967 DEFAULT_wxUSE_MSW=0
968 DEFAULT_wxUSE_WINE=0
969 DEFAULT_wxUSE_PM=0
970
971 DEFAULT_DEFAULT_wxUSE_GTK=0
972 DEFAULT_DEFAULT_wxUSE_MOTIF=0
973 DEFAULT_DEFAULT_wxUSE_MSW=0
974 DEFAULT_DEFAULT_wxUSE_WINE=0
975 DEFAULT_DEFAULT_wxUSE_PM=0
976
977 PROGRAM_EXT=
978
979 case "${host}" in
980 *-hp-hpux* )
981 USE_HPUX=1
982 DEFAULT_DEFAULT_wxUSE_MOTIF=1
983 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
984 cat >> confdefs.h <<\EOF
985 #define __HPUX__ 1
986 EOF
987
988 ;;
989 *-*-linux* )
990 USE_LINUX=1
991 cat >> confdefs.h <<\EOF
992 #define __LINUX__ 1
993 EOF
994
995 TMP=`uname -m`
996 if test "x$TMP" = "xalpha"; then
997 USE_ALPHA=1
998 cat >> confdefs.h <<\EOF
999 #define __ALPHA__ 1
1000 EOF
1001
1002 fi
1003 DEFAULT_DEFAULT_wxUSE_GTK=1
1004 ;;
1005 *-*-irix5* | *-*-irix6* )
1006 USE_SGI=1
1007 USE_SVR4=1
1008 cat >> confdefs.h <<\EOF
1009 #define __SGI__ 1
1010 EOF
1011
1012 cat >> confdefs.h <<\EOF
1013 #define __SVR4__ 1
1014 EOF
1015
1016 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1017 ;;
1018 *-*-solaris2* )
1019 USE_SUN=1
1020 USE_SOLARIS=1
1021 USE_SVR4=1
1022 cat >> confdefs.h <<\EOF
1023 #define __SUN__ 1
1024 EOF
1025
1026 cat >> confdefs.h <<\EOF
1027 #define __SOLARIS__ 1
1028 EOF
1029
1030 cat >> confdefs.h <<\EOF
1031 #define __SVR4__ 1
1032 EOF
1033
1034 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1035 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1036 ;;
1037 *-*-sunos4* )
1038 USE_SUN=1
1039 USE_SUNOS=1
1040 USE_BSD=1
1041 cat >> confdefs.h <<\EOF
1042 #define __SUN__ 1
1043 EOF
1044
1045 cat >> confdefs.h <<\EOF
1046 #define __SUNOS__ 1
1047 EOF
1048
1049 cat >> confdefs.h <<\EOF
1050 #define __BSD__ 1
1051 EOF
1052
1053 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1054 ;;
1055 *-*-freebsd*)
1056 USE_BSD=1
1057 USE_FREEBSD=1
1058 cat >> confdefs.h <<\EOF
1059 #define __FREEBSD__ 1
1060 EOF
1061
1062 cat >> confdefs.h <<\EOF
1063 #define __BSD__ 1
1064 EOF
1065
1066 DEFAULT_DEFAULT_wxUSE_GTK=1
1067 ;;
1068 *-*-netbsd*)
1069 USE_BSD=1
1070 USE_NETBSD=1
1071 cat >> confdefs.h <<\EOF
1072 #define __FREEBSD__ 1
1073 EOF
1074
1075 cat >> confdefs.h <<\EOF
1076 #define __NETBSD__ 1
1077 EOF
1078
1079 DEFAULT_DEFAULT_wxUSE_GTK=1
1080 ;;
1081 *-*-osf* )
1082 USE_ALPHA=1
1083 USE_OSF=1
1084 cat >> confdefs.h <<\EOF
1085 #define __ALPHA__ 1
1086 EOF
1087
1088 cat >> confdefs.h <<\EOF
1089 #define __OSF__ 1
1090 EOF
1091
1092 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1093 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1094 ;;
1095 *-*-dgux5* )
1096 USE_ALPHA=1
1097 USE_SVR4=1
1098 cat >> confdefs.h <<\EOF
1099 #define __ALPHA__ 1
1100 EOF
1101
1102 cat >> confdefs.h <<\EOF
1103 #define __SVR4__ 1
1104 EOF
1105
1106 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1107 ;;
1108 *-*-sysv5* )
1109 USE_SYSV=1
1110 USE_SVR4=1
1111 cat >> confdefs.h <<\EOF
1112 #define __SYSV__ 1
1113 EOF
1114
1115 cat >> confdefs.h <<\EOF
1116 #define __SVR4__ 1
1117 EOF
1118
1119 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1120 ;;
1121 *-*-aix* )
1122 USE_AIX=1
1123 USE_SYSV=1
1124 USE_SVR4=1
1125 cat >> confdefs.h <<\EOF
1126 #define __AIX__ 1
1127 EOF
1128
1129 cat >> confdefs.h <<\EOF
1130 #define __SYSV__ 1
1131 EOF
1132
1133 cat >> confdefs.h <<\EOF
1134 #define __SVR4__ 1
1135 EOF
1136
1137 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1138 ;;
1139
1140 *-*-cygwin32* | *-*-mingw32* )
1141 USE_UNIX=0
1142 USE_WIN32=1
1143 cat >> confdefs.h <<\EOF
1144 #define __WIN32__ 1
1145 EOF
1146
1147 cat >> confdefs.h <<\EOF
1148 #define __WIN95__ 1
1149 EOF
1150
1151 cat >> confdefs.h <<\EOF
1152 #define __WINDOWS__ 1
1153 EOF
1154
1155 cat >> confdefs.h <<\EOF
1156 #define __GNUWIN32__ 1
1157 EOF
1158
1159 cat >> confdefs.h <<\EOF
1160 #define STRICT 1
1161 EOF
1162
1163 cat >> confdefs.h <<\EOF
1164 #define WINVER 0x0400
1165 EOF
1166
1167 PROGRAM_EXT=".exe"
1168 DEFAULT_DEFAULT_wxUSE_MSW=1
1169 ;;
1170
1171 *-pc-os2_emx )
1172 cat >> confdefs.h <<\EOF
1173 #define __EMX__ 1
1174 EOF
1175
1176 PROGRAM_EXT=".exe"
1177 DEFAULT_DEFAULT_wxUSE_PM=1
1178 ;;
1179
1180 *-*-beos* )
1181 USE_BEOS=1
1182 cat >> confdefs.h <<\EOF
1183 #define __BEOS__ 1
1184 EOF
1185
1186 ;;
1187
1188 *)
1189 { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; }
1190 esac
1191
1192 if test "$USE_UNIX" = 1 ; then
1193 wxUSE_UNIX=yes
1194 cat >> confdefs.h <<\EOF
1195 #define __UNIX__ 1
1196 EOF
1197
1198
1199 SRC_SUBDIRS="$SRC_SUBDIRS unix"
1200 INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS unix"
1201 fi
1202
1203 if test "$USE_BEOS" = 1; then
1204 SRC_SUBDIRS="$SRC_SUBDIRS be"
1205 INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS be"
1206 fi
1207
1208 if test "$USE_LINUX" = 1; then
1209 echo $ac_n "checking for gettext in -lc""... $ac_c" 1>&6
1210 echo "configure:1211: checking for gettext in -lc" >&5
1211 ac_lib_var=`echo c'_'gettext | sed 'y%./+-%__p_%'`
1212 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1213 echo $ac_n "(cached) $ac_c" 1>&6
1214 else
1215 ac_save_LIBS="$LIBS"
1216 LIBS="-lc $LIBS"
1217 cat > conftest.$ac_ext <<EOF
1218 #line 1219 "configure"
1219 #include "confdefs.h"
1220 /* Override any gcc2 internal prototype to avoid an error. */
1221 /* We use char because int might match the return type of a gcc2
1222 builtin and then its argument prototype would still apply. */
1223 char gettext();
1224
1225 int main() {
1226 gettext()
1227 ; return 0; }
1228 EOF
1229 if { (eval echo configure:1230: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1230 rm -rf conftest*
1231 eval "ac_cv_lib_$ac_lib_var=yes"
1232 else
1233 echo "configure: failed program was:" >&5
1234 cat conftest.$ac_ext >&5
1235 rm -rf conftest*
1236 eval "ac_cv_lib_$ac_lib_var=no"
1237 fi
1238 rm -f conftest*
1239 LIBS="$ac_save_LIBS"
1240
1241 fi
1242 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1243 echo "$ac_t""yes" 1>&6
1244 cat >> confdefs.h <<\EOF
1245 #define wxHAVE_GLIBC2 1
1246 EOF
1247
1248 else
1249 echo "$ac_t""no" 1>&6
1250 fi
1251
1252 fi
1253
1254
1255
1256
1257 wx_arg_cache_file="configarg.cache"
1258 echo "loading argument cache $wx_arg_cache_file"
1259 rm -f ${wx_arg_cache_file}.tmp
1260 touch ${wx_arg_cache_file}.tmp
1261 touch ${wx_arg_cache_file}
1262
1263
1264 DEBUG_CONFIGURE=0
1265 if test $DEBUG_CONFIGURE = 1; then
1266 DEFAULT_wxUSE_THREADS=yes
1267
1268 DEFAULT_wxUSE_SHARED=yes
1269 DEFAULT_wxUSE_BURNT_NAME=no
1270 DEFAULT_wxUSE_OPTIMISE=yes
1271 DEFAULT_wxUSE_PROFILE=no
1272 DEFAULT_wxUSE_NO_DEPS=no
1273 DEFAULT_wxUSE_NO_RTTI=no
1274 DEFAULT_wxUSE_NO_EXCEPTIONS=no
1275 DEFAULT_wxUSE_PERMISSIVE=no
1276 DEFAULT_wxUSE_DEBUG_FLAG=yes
1277 DEFAULT_wxUSE_DEBUG_INFO=yes
1278 DEFAULT_wxUSE_DEBUG_GDB=yes
1279 DEFAULT_wxUSE_MEM_TRACING=no
1280 DEFAULT_wxUSE_DEBUG_CONTEXT=no
1281 DEFAULT_wxUSE_DMALLOC=no
1282 DEFAULT_wxUSE_APPLE_IEEE=no
1283
1284 DEFAULT_wxUSE_LOG=yes
1285
1286 DEFAULT_wxUSE_GUI=yes
1287
1288 DEFAULT_wxUSE_ZLIB=no
1289 DEFAULT_wxUSE_LIBPNG=no
1290 DEFAULT_wxUSE_LIBJPEG=no
1291 DEFAULT_wxUSE_LIBTIFF=no
1292 DEFAULT_wxUSE_ODBC=no
1293 DEFAULT_wxUSE_FREETYPE=no
1294 DEFAULT_wxUSE_OPENGL=no
1295
1296 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=no
1297 DEFAULT_wxUSE_STD_IOSTREAM=no
1298 DEFAULT_wxUSE_FILE=no
1299 DEFAULT_wxUSE_TEXTFILE=no
1300 DEFAULT_wxUSE_TIMEDATE=no
1301 DEFAULT_wxUSE_WAVE=no
1302 DEFAULT_wxUSE_INTL=no
1303 DEFAULT_wxUSE_CONFIG=no
1304 DEFAULT_wxUSE_STREAMS=no
1305 DEFAULT_wxUSE_SOCKETS=no
1306 DEFAULT_wxUSE_DIALUP_MANAGER=no
1307 DEFAULT_wxUSE_SERIAL=no
1308 DEFAULT_wxUSE_JOYSTICK=no
1309 DEFAULT_wxUSE_DYNLIB_CLASS=no
1310 DEFAULT_wxUSE_LONGLONG=no
1311 DEFAULT_wxUSE_GEOMETRY=no
1312
1313 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no
1314 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no
1315 DEFAULT_wxUSE_POSTSCRIPT=no
1316
1317 DEFAULT_wxUSE_X_RESOURCES=no
1318 DEFAULT_wxUSE_CLIPBOARD=no
1319 DEFAULT_wxUSE_TOOLTIPS=no
1320 DEFAULT_wxUSE_DRAG_AND_DROP=no
1321 DEFAULT_wxUSE_SPLINES=no
1322
1323 DEFAULT_wxUSE_MDI_ARCHITECTURE=no
1324 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no
1325 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no
1326
1327 DEFAULT_wxUSE_PROLOGIO=no
1328 DEFAULT_wxUSE_RESOURCES=no
1329 DEFAULT_wxUSE_CONSTRAINTS=no
1330 DEFAULT_wxUSE_IPC=no
1331 DEFAULT_wxUSE_HELP=no
1332 DEFAULT_wxUSE_WXTREE=no
1333 DEFAULT_wxUSE_METAFILE=no
1334
1335 DEFAULT_wxUSE_COMMONDLGS=no
1336 DEFAULT_wxUSE_DIRDLG=no
1337 DEFAULT_wxUSE_TEXTDLG=no
1338 DEFAULT_wxUSE_STARTUP_TIPS=no
1339 DEFAULT_wxUSE_PROGRESSDLG=no
1340 DEFAULT_wxUSE_MINIFRAME=no
1341 DEFAULT_wxUSE_HTML=no
1342 DEFAULT_wxUSE_FILESYSTEM=no
1343 DEFAULT_wxUSE_FS_INET=no
1344 DEFAULT_wxUSE_FS_ZIP=no
1345 DEFAULT_wxUSE_BUSYINFO=no
1346 DEFAULT_wxUSE_ZIPSTREAM=no
1347 DEFAULT_wxUSE_VALIDATORS=yes
1348
1349 DEFAULT_wxUSE_ACCEL=no
1350 DEFAULT_wxUSE_CARET=no
1351 DEFAULT_wxUSE_BMPBUTTON=no
1352 DEFAULT_wxUSE_CHECKBOX=no
1353 DEFAULT_wxUSE_CHECKLST=no
1354 DEFAULT_wxUSE_CHOICE=yes
1355 DEFAULT_wxUSE_COMBOBOX=no
1356 DEFAULT_wxUSE_GAUGE=no
1357 DEFAULT_wxUSE_GRID=no
1358 DEFAULT_wxUSE_NEW_GRID=no
1359 DEFAULT_wxUSE_IMAGLIST=no
1360 DEFAULT_wxUSE_LISTBOX=no
1361 DEFAULT_wxUSE_LISTCTRL=no
1362 DEFAULT_wxUSE_NOTEBOOK=no
1363 DEFAULT_wxUSE_PLOT=no
1364 DEFAULT_wxUSE_RADIOBOX=no
1365 DEFAULT_wxUSE_RADIOBTN=no
1366 DEFAULT_wxUSE_SASH=no
1367 DEFAULT_wxUSE_SCROLLBAR=no
1368 DEFAULT_wxUSE_SLIDER=no
1369 DEFAULT_wxUSE_SPINBTN=no
1370 DEFAULT_wxUSE_SPINCTRL=no
1371 DEFAULT_wxUSE_SPLITTER=no
1372 DEFAULT_wxUSE_STATBMP=no
1373 DEFAULT_wxUSE_STATBOX=no
1374 DEFAULT_wxUSE_STATLINE=no
1375 DEFAULT_wxUSE_STATUSBAR=yes
1376 DEFAULT_wxUSE_TABDIALOG=no
1377 DEFAULT_wxUSE_TOOLBAR=no
1378 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
1379 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
1380 DEFAULT_wxUSE_TREECTRL=no
1381
1382 DEFAULT_wxUSE_UNICODE=no
1383 DEFAULT_wxUSE_WCSRTOMBS=no
1384
1385 DEFAULT_wxUSE_GIF=no
1386 DEFAULT_wxUSE_PCX=no
1387 DEFAULT_wxUSE_PNM=no
1388 else
1389 DEFAULT_wxUSE_THREADS=yes
1390
1391 DEFAULT_wxUSE_SHARED=yes
1392 DEFAULT_wxUSE_BURNT_NAME=no
1393 DEFAULT_wxUSE_OPTIMISE=yes
1394 DEFAULT_wxUSE_PROFILE=no
1395 DEFAULT_wxUSE_NO_DEPS=no
1396 DEFAULT_wxUSE_NO_RTTI=no
1397 DEFAULT_wxUSE_NO_EXCEPTIONS=no
1398 DEFAULT_wxUSE_PERMISSIVE=no
1399 DEFAULT_wxUSE_DEBUG_FLAG=no
1400 DEFAULT_wxUSE_DEBUG_INFO=no
1401 DEFAULT_wxUSE_DEBUG_GDB=no
1402 DEFAULT_wxUSE_MEM_TRACING=no
1403 DEFAULT_wxUSE_DEBUG_CONTEXT=no
1404 DEFAULT_wxUSE_DMALLOC=no
1405 DEFAULT_wxUSE_APPLE_IEEE=yes
1406
1407 DEFAULT_wxUSE_LOG=yes
1408
1409 DEFAULT_wxUSE_GUI=yes
1410
1411 DEFAULT_wxUSE_ZLIB=yes
1412 DEFAULT_wxUSE_LIBPNG=yes
1413 DEFAULT_wxUSE_LIBJPEG=yes
1414 DEFAULT_wxUSE_LIBTIFF=yes
1415 DEFAULT_wxUSE_ODBC=no
1416 DEFAULT_wxUSE_FREETYPE=no
1417 DEFAULT_wxUSE_OPENGL=no
1418
1419 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=yes
1420 DEFAULT_wxUSE_STD_IOSTREAM=no
1421 DEFAULT_wxUSE_FILE=yes
1422 DEFAULT_wxUSE_TEXTFILE=yes
1423 DEFAULT_wxUSE_TIMEDATE=yes
1424 DEFAULT_wxUSE_WAVE=no
1425 DEFAULT_wxUSE_INTL=yes
1426 DEFAULT_wxUSE_CONFIG=yes
1427 DEFAULT_wxUSE_STREAMS=yes
1428 DEFAULT_wxUSE_SOCKETS=yes
1429 DEFAULT_wxUSE_DIALUP_MANAGER=yes
1430 DEFAULT_wxUSE_SERIAL=yes
1431 DEFAULT_wxUSE_JOYSTICK=yes
1432 DEFAULT_wxUSE_DYNLIB_CLASS=yes
1433 DEFAULT_wxUSE_LONGLONG=yes
1434 DEFAULT_wxUSE_GEOMETRY=yes
1435
1436 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes
1437 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes
1438 DEFAULT_wxUSE_POSTSCRIPT=yes
1439
1440 DEFAULT_wxUSE_X_RESOURCES=no
1441 DEFAULT_wxUSE_CLIPBOARD=yes
1442 DEFAULT_wxUSE_TOOLTIPS=yes
1443 DEFAULT_wxUSE_DRAG_AND_DROP=yes
1444 DEFAULT_wxUSE_SPLINES=yes
1445
1446 DEFAULT_wxUSE_MDI_ARCHITECTURE=yes
1447 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes
1448 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes
1449
1450 DEFAULT_wxUSE_PROLOGIO=yes
1451 DEFAULT_wxUSE_RESOURCES=yes
1452 DEFAULT_wxUSE_CONSTRAINTS=yes
1453 DEFAULT_wxUSE_IPC=yes
1454 DEFAULT_wxUSE_HELP=yes
1455 DEFAULT_wxUSE_WXTREE=yes
1456 DEFAULT_wxUSE_METAFILE=yes
1457
1458 DEFAULT_wxUSE_COMMONDLGS=yes
1459 DEFAULT_wxUSE_DIRDLG=yes
1460 DEFAULT_wxUSE_TEXTDLG=yes
1461 DEFAULT_wxUSE_STARTUP_TIPS=yes
1462 DEFAULT_wxUSE_PROGRESSDLG=yes
1463 DEFAULT_wxUSE_MINIFRAME=yes
1464 DEFAULT_wxUSE_HTML=yes
1465 DEFAULT_wxUSE_FILESYSTEM=yes
1466 DEFAULT_wxUSE_FS_INET=yes
1467 DEFAULT_wxUSE_FS_ZIP=yes
1468 DEFAULT_wxUSE_BUSYINFO=yes
1469 DEFAULT_wxUSE_ZIPSTREAM=yes
1470 DEFAULT_wxUSE_VALIDATORS=yes
1471
1472 DEFAULT_wxUSE_ACCEL=yes
1473 DEFAULT_wxUSE_CARET=yes
1474 DEFAULT_wxUSE_BMPBUTTON=yes
1475 DEFAULT_wxUSE_CHECKBOX=yes
1476 DEFAULT_wxUSE_CHECKLST=yes
1477 DEFAULT_wxUSE_CHOICE=yes
1478 DEFAULT_wxUSE_COMBOBOX=yes
1479 DEFAULT_wxUSE_GAUGE=yes
1480 DEFAULT_wxUSE_GRID=yes
1481 DEFAULT_wxUSE_NEW_GRID=yes
1482 DEFAULT_wxUSE_IMAGLIST=yes
1483 DEFAULT_wxUSE_LISTBOX=yes
1484 DEFAULT_wxUSE_LISTCTRL=yes
1485 DEFAULT_wxUSE_NOTEBOOK=yes
1486 DEFAULT_wxUSE_PLOT=yes
1487 DEFAULT_wxUSE_RADIOBOX=yes
1488 DEFAULT_wxUSE_RADIOBTN=yes
1489 DEFAULT_wxUSE_SASH=yes
1490 DEFAULT_wxUSE_SCROLLBAR=yes
1491 DEFAULT_wxUSE_SLIDER=yes
1492 DEFAULT_wxUSE_SPINBTN=yes
1493 DEFAULT_wxUSE_SPINCTRL=yes
1494 DEFAULT_wxUSE_SPLITTER=yes
1495 DEFAULT_wxUSE_STATBMP=yes
1496 DEFAULT_wxUSE_STATBOX=yes
1497 DEFAULT_wxUSE_STATLINE=yes
1498 DEFAULT_wxUSE_STATUSBAR=yes
1499 DEFAULT_wxUSE_TABDIALOG=no
1500 DEFAULT_wxUSE_TOOLBAR=yes
1501 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
1502 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
1503 DEFAULT_wxUSE_TREECTRL=yes
1504
1505 DEFAULT_wxUSE_UNICODE=no
1506 DEFAULT_wxUSE_WCSRTOMBS=no
1507
1508 DEFAULT_wxUSE_GIF=yes
1509 DEFAULT_wxUSE_PCX=yes
1510 DEFAULT_wxUSE_PNM=yes
1511 fi
1512
1513
1514
1515 for toolkit in `echo $ALL_TOOLKITS`; do
1516 LINE=`grep "wxUSE_$toolkit" ${wx_arg_cache_file}`
1517 if test "x$LINE" != x ; then
1518 has_toolkit_in_cache=1
1519 eval "DEFAULT_$LINE"
1520 eval "CACHE_$toolkit=1"
1521 fi
1522 done
1523
1524
1525
1526 echo $ac_n "checking "for --enable-gui"""... $ac_c" 1>&6
1527 echo "configure:1528: checking "for --enable-gui"" >&5
1528 no_cache=0
1529 # Check whether --enable-gui or --disable-gui was given.
1530 if test "${enable_gui+set}" = set; then
1531 enableval="$enable_gui"
1532
1533 if test "$enableval" = yes; then
1534 ac_cv_use_gui='wxUSE_GUI=yes'
1535 else
1536 ac_cv_use_gui='wxUSE_GUI=no'
1537 fi
1538
1539 else
1540
1541 LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
1542 if test "x$LINE" != x ; then
1543 eval "DEFAULT_$LINE"
1544 else
1545 no_cache=1
1546 fi
1547
1548 ac_cv_use_gui='wxUSE_GUI='$DEFAULT_wxUSE_GUI
1549
1550 fi
1551
1552
1553 eval "$ac_cv_use_gui"
1554 if test "$no_cache" != 1; then
1555 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
1556 fi
1557
1558 if test "$wxUSE_GUI" = yes; then
1559 echo "$ac_t""yes" 1>&6
1560 else
1561 echo "$ac_t""no" 1>&6
1562 fi
1563
1564
1565 if test "$wxUSE_GUI" = "yes"; then
1566
1567 # Check whether --with-gtk or --without-gtk was given.
1568 if test "${with_gtk+set}" = set; then
1569 withval="$with_gtk"
1570 wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
1571 fi
1572
1573 # Check whether --with-motif or --without-motif was given.
1574 if test "${with_motif+set}" = set; then
1575 withval="$with_motif"
1576 wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
1577 fi
1578
1579 # Check whether --with-wine or --without-wine was given.
1580 if test "${with_wine+set}" = set; then
1581 withval="$with_wine"
1582 wxUSE_WINE="$withval" CACHE_WINE=1 TOOLKIT_GIVEN=1
1583 fi
1584
1585 # Check whether --with-cygwin or --without-cygwin was given.
1586 if test "${with_cygwin+set}" = set; then
1587 withval="$with_cygwin"
1588 wxUSE_CYGWIN="$withval" CACHE_CYGWIN=1 TOOLKIT_GIVEN=1
1589 fi
1590
1591 # Check whether --with-mingw or --without-mingw was given.
1592 if test "${with_mingw+set}" = set; then
1593 withval="$with_mingw"
1594 wxUSE_MINGW="$withval" CACHE_MINGW=1 TOOLKIT_GIVEN=1
1595 fi
1596
1597 # Check whether --with-pm or --without-pm was given.
1598 if test "${with_pm+set}" = set; then
1599 withval="$with_pm"
1600 wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
1601 fi
1602
1603
1604 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
1605 if test "${with_gtk_prefix+set}" = set; then
1606 withval="$with_gtk_prefix"
1607 gtk_config_prefix="$withval"
1608 else
1609 gtk_config_prefix=""
1610 fi
1611
1612 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
1613 if test "${with_gtk_exec_prefix+set}" = set; then
1614 withval="$with_gtk_exec_prefix"
1615 gtk_config_exec_prefix="$withval"
1616 else
1617 gtk_config_exec_prefix=""
1618 fi
1619
1620
1621
1622 echo $ac_n "checking "for --with-libpng"""... $ac_c" 1>&6
1623 echo "configure:1624: checking "for --with-libpng"" >&5
1624 no_cache=0
1625 # Check whether --with-libpng or --without-libpng was given.
1626 if test "${with_libpng+set}" = set; then
1627 withval="$with_libpng"
1628
1629 if test "$withval" = yes; then
1630 ac_cv_use_libpng='wxUSE_LIBPNG=yes'
1631 elif test "$withval" = no; then
1632 ac_cv_use_libpng='wxUSE_LIBPNG=no'
1633 elif test "$withval" = sys; then
1634 ac_cv_use_libpng='wxUSE_LIBPNG=sys'
1635 else
1636 { echo "configure: error: Invalid value for --with-libpng: should be yes, no or sys" 1>&2; exit 1; }
1637 fi
1638
1639 else
1640
1641 LINE=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
1642 if test "x$LINE" != x ; then
1643 eval "DEFAULT_$LINE"
1644 else
1645 no_cache=1
1646 fi
1647
1648 ac_cv_use_libpng='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
1649
1650 fi
1651
1652
1653 eval "$ac_cv_use_libpng"
1654 if test "$no_cache" != 1; then
1655 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
1656 fi
1657
1658 if test "$wxUSE_LIBPNG" = yes; then
1659 echo "$ac_t""yes" 1>&6
1660 elif test "$wxUSE_LIBPNG" = no; then
1661 echo "$ac_t""no" 1>&6
1662 elif test "$wxUSE_LIBPNG" = sys; then
1663 echo "$ac_t""system version" 1>&6
1664 else
1665 { echo "configure: error: Invalid value for --with-libpng: should be yes, no or sys" 1>&2; exit 1; }
1666 fi
1667
1668
1669 echo $ac_n "checking "for --with-libjpeg"""... $ac_c" 1>&6
1670 echo "configure:1671: checking "for --with-libjpeg"" >&5
1671 no_cache=0
1672 # Check whether --with-libjpeg or --without-libjpeg was given.
1673 if test "${with_libjpeg+set}" = set; then
1674 withval="$with_libjpeg"
1675
1676 if test "$withval" = yes; then
1677 ac_cv_use_libjpeg='wxUSE_LIBJPEG=yes'
1678 elif test "$withval" = no; then
1679 ac_cv_use_libjpeg='wxUSE_LIBJPEG=no'
1680 elif test "$withval" = sys; then
1681 ac_cv_use_libjpeg='wxUSE_LIBJPEG=sys'
1682 else
1683 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no or sys" 1>&2; exit 1; }
1684 fi
1685
1686 else
1687
1688 LINE=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
1689 if test "x$LINE" != x ; then
1690 eval "DEFAULT_$LINE"
1691 else
1692 no_cache=1
1693 fi
1694
1695 ac_cv_use_libjpeg='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
1696
1697 fi
1698
1699
1700 eval "$ac_cv_use_libjpeg"
1701 if test "$no_cache" != 1; then
1702 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
1703 fi
1704
1705 if test "$wxUSE_LIBJPEG" = yes; then
1706 echo "$ac_t""yes" 1>&6
1707 elif test "$wxUSE_LIBJPEG" = no; then
1708 echo "$ac_t""no" 1>&6
1709 elif test "$wxUSE_LIBJPEG" = sys; then
1710 echo "$ac_t""system version" 1>&6
1711 else
1712 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no or sys" 1>&2; exit 1; }
1713 fi
1714
1715
1716 echo $ac_n "checking "for --with-libtiff"""... $ac_c" 1>&6
1717 echo "configure:1718: checking "for --with-libtiff"" >&5
1718 no_cache=0
1719 # Check whether --with-libtiff or --without-libtiff was given.
1720 if test "${with_libtiff+set}" = set; then
1721 withval="$with_libtiff"
1722
1723 if test "$withval" = yes; then
1724 ac_cv_use_libtiff='wxUSE_LIBTIFF=yes'
1725 elif test "$withval" = no; then
1726 ac_cv_use_libtiff='wxUSE_LIBTIFF=no'
1727 elif test "$withval" = sys; then
1728 ac_cv_use_libtiff='wxUSE_LIBTIFF=sys'
1729 else
1730 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no or sys" 1>&2; exit 1; }
1731 fi
1732
1733 else
1734
1735 LINE=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
1736 if test "x$LINE" != x ; then
1737 eval "DEFAULT_$LINE"
1738 else
1739 no_cache=1
1740 fi
1741
1742 ac_cv_use_libtiff='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
1743
1744 fi
1745
1746
1747 eval "$ac_cv_use_libtiff"
1748 if test "$no_cache" != 1; then
1749 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
1750 fi
1751
1752 if test "$wxUSE_LIBTIFF" = yes; then
1753 echo "$ac_t""yes" 1>&6
1754 elif test "$wxUSE_LIBTIFF" = no; then
1755 echo "$ac_t""no" 1>&6
1756 elif test "$wxUSE_LIBTIFF" = sys; then
1757 echo "$ac_t""system version" 1>&6
1758 else
1759 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no or sys" 1>&2; exit 1; }
1760 fi
1761
1762
1763 echo $ac_n "checking "for --with-freetype"""... $ac_c" 1>&6
1764 echo "configure:1765: checking "for --with-freetype"" >&5
1765 no_cache=0
1766 # Check whether --with-freetype or --without-freetype was given.
1767 if test "${with_freetype+set}" = set; then
1768 withval="$with_freetype"
1769
1770 if test "$withval" = yes; then
1771 ac_cv_use_freetype='wxUSE_FREETYPE=yes'
1772 elif test "$withval" = no; then
1773 ac_cv_use_freetype='wxUSE_FREETYPE=no'
1774 elif test "$withval" = sys; then
1775 ac_cv_use_freetype='wxUSE_FREETYPE=sys'
1776 else
1777 { echo "configure: error: Invalid value for --with-freetype: should be yes, no or sys" 1>&2; exit 1; }
1778 fi
1779
1780 else
1781
1782 LINE=`grep "wxUSE_FREETYPE" ${wx_arg_cache_file}`
1783 if test "x$LINE" != x ; then
1784 eval "DEFAULT_$LINE"
1785 else
1786 no_cache=1
1787 fi
1788
1789 ac_cv_use_freetype='wxUSE_FREETYPE='$DEFAULT_wxUSE_FREETYPE
1790
1791 fi
1792
1793
1794 eval "$ac_cv_use_freetype"
1795 if test "$no_cache" != 1; then
1796 echo $ac_cv_use_freetype >> ${wx_arg_cache_file}.tmp
1797 fi
1798
1799 if test "$wxUSE_FREETYPE" = yes; then
1800 echo "$ac_t""yes" 1>&6
1801 elif test "$wxUSE_FREETYPE" = no; then
1802 echo "$ac_t""no" 1>&6
1803 elif test "$wxUSE_FREETYPE" = sys; then
1804 echo "$ac_t""system version" 1>&6
1805 else
1806 { echo "configure: error: Invalid value for --with-freetype: should be yes, no or sys" 1>&2; exit 1; }
1807 fi
1808
1809
1810 echo $ac_n "checking "for --with-opengl"""... $ac_c" 1>&6
1811 echo "configure:1812: checking "for --with-opengl"" >&5
1812 no_cache=0
1813 # Check whether --with-opengl or --without-opengl was given.
1814 if test "${with_opengl+set}" = set; then
1815 withval="$with_opengl"
1816
1817 if test "$withval" = yes; then
1818 ac_cv_use_opengl='wxUSE_OPENGL=yes'
1819 else
1820 ac_cv_use_opengl='wxUSE_OPENGL=no'
1821 fi
1822
1823 else
1824
1825 LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
1826 if test "x$LINE" != x ; then
1827 eval "DEFAULT_$LINE"
1828 else
1829 no_cache=1
1830 fi
1831
1832 ac_cv_use_opengl='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
1833
1834 fi
1835
1836
1837 eval "$ac_cv_use_opengl"
1838 if test "$no_cache" != 1; then
1839 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
1840 fi
1841
1842 if test "$wxUSE_OPENGL" = yes; then
1843 echo "$ac_t""yes" 1>&6
1844 else
1845 echo "$ac_t""no" 1>&6
1846 fi
1847
1848
1849 fi
1850
1851
1852 echo $ac_n "checking "for --with-dmalloc"""... $ac_c" 1>&6
1853 echo "configure:1854: checking "for --with-dmalloc"" >&5
1854 no_cache=0
1855 # Check whether --with-dmalloc or --without-dmalloc was given.
1856 if test "${with_dmalloc+set}" = set; then
1857 withval="$with_dmalloc"
1858
1859 if test "$withval" = yes; then
1860 ac_cv_use_dmalloc='wxUSE_DMALLOC=yes'
1861 else
1862 ac_cv_use_dmalloc='wxUSE_DMALLOC=no'
1863 fi
1864
1865 else
1866
1867 LINE=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
1868 if test "x$LINE" != x ; then
1869 eval "DEFAULT_$LINE"
1870 else
1871 no_cache=1
1872 fi
1873
1874 ac_cv_use_dmalloc='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
1875
1876 fi
1877
1878
1879 eval "$ac_cv_use_dmalloc"
1880 if test "$no_cache" != 1; then
1881 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
1882 fi
1883
1884 if test "$wxUSE_DMALLOC" = yes; then
1885 echo "$ac_t""yes" 1>&6
1886 else
1887 echo "$ac_t""no" 1>&6
1888 fi
1889
1890
1891 echo $ac_n "checking "for --with-zlib"""... $ac_c" 1>&6
1892 echo "configure:1893: checking "for --with-zlib"" >&5
1893 no_cache=0
1894 # Check whether --with-zlib or --without-zlib was given.
1895 if test "${with_zlib+set}" = set; then
1896 withval="$with_zlib"
1897
1898 if test "$withval" = yes; then
1899 ac_cv_use_zlib='wxUSE_ZLIB=yes'
1900 elif test "$withval" = no; then
1901 ac_cv_use_zlib='wxUSE_ZLIB=no'
1902 elif test "$withval" = sys; then
1903 ac_cv_use_zlib='wxUSE_ZLIB=sys'
1904 else
1905 { echo "configure: error: Invalid value for --with-zlib: should be yes, no or sys" 1>&2; exit 1; }
1906 fi
1907
1908 else
1909
1910 LINE=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
1911 if test "x$LINE" != x ; then
1912 eval "DEFAULT_$LINE"
1913 else
1914 no_cache=1
1915 fi
1916
1917 ac_cv_use_zlib='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
1918
1919 fi
1920
1921
1922 eval "$ac_cv_use_zlib"
1923 if test "$no_cache" != 1; then
1924 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
1925 fi
1926
1927 if test "$wxUSE_ZLIB" = yes; then
1928 echo "$ac_t""yes" 1>&6
1929 elif test "$wxUSE_ZLIB" = no; then
1930 echo "$ac_t""no" 1>&6
1931 elif test "$wxUSE_ZLIB" = sys; then
1932 echo "$ac_t""system version" 1>&6
1933 else
1934 { echo "configure: error: Invalid value for --with-zlib: should be yes, no or sys" 1>&2; exit 1; }
1935 fi
1936
1937
1938 echo $ac_n "checking "for --with-odbc"""... $ac_c" 1>&6
1939 echo "configure:1940: checking "for --with-odbc"" >&5
1940 no_cache=0
1941 # Check whether --with-odbc or --without-odbc was given.
1942 if test "${with_odbc+set}" = set; then
1943 withval="$with_odbc"
1944
1945 if test "$withval" = yes; then
1946 ac_cv_use_odbc='wxUSE_ODBC=yes'
1947 else
1948 ac_cv_use_odbc='wxUSE_ODBC=no'
1949 fi
1950
1951 else
1952
1953 LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
1954 if test "x$LINE" != x ; then
1955 eval "DEFAULT_$LINE"
1956 else
1957 no_cache=1
1958 fi
1959
1960 ac_cv_use_odbc='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
1961
1962 fi
1963
1964
1965 eval "$ac_cv_use_odbc"
1966 if test "$no_cache" != 1; then
1967 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
1968 fi
1969
1970 if test "$wxUSE_ODBC" = yes; then
1971 echo "$ac_t""yes" 1>&6
1972 else
1973 echo "$ac_t""no" 1>&6
1974 fi
1975
1976
1977
1978
1979
1980 echo $ac_n "checking "for --enable-shared"""... $ac_c" 1>&6
1981 echo "configure:1982: checking "for --enable-shared"" >&5
1982 no_cache=0
1983 # Check whether --enable-shared or --disable-shared was given.
1984 if test "${enable_shared+set}" = set; then
1985 enableval="$enable_shared"
1986
1987 if test "$enableval" = yes; then
1988 ac_cv_use_shared='wxUSE_SHARED=yes'
1989 else
1990 ac_cv_use_shared='wxUSE_SHARED=no'
1991 fi
1992
1993 else
1994
1995 LINE=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
1996 if test "x$LINE" != x ; then
1997 eval "DEFAULT_$LINE"
1998 else
1999 no_cache=1
2000 fi
2001
2002 ac_cv_use_shared='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
2003
2004 fi
2005
2006
2007 eval "$ac_cv_use_shared"
2008 if test "$no_cache" != 1; then
2009 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
2010 fi
2011
2012 if test "$wxUSE_SHARED" = yes; then
2013 echo "$ac_t""yes" 1>&6
2014 else
2015 echo "$ac_t""no" 1>&6
2016 fi
2017
2018
2019 echo $ac_n "checking "for --enable-burnt_name"""... $ac_c" 1>&6
2020 echo "configure:2021: checking "for --enable-burnt_name"" >&5
2021 no_cache=0
2022 # Check whether --enable-burnt_name or --disable-burnt_name was given.
2023 if test "${enable_burnt_name+set}" = set; then
2024 enableval="$enable_burnt_name"
2025
2026 if test "$enableval" = yes; then
2027 ac_cv_use_burnt_name='wxUSE_BURNT_NAME=yes'
2028 else
2029 ac_cv_use_burnt_name='wxUSE_BURNT_NAME=no'
2030 fi
2031
2032 else
2033
2034 LINE=`grep "wxUSE_BURNT_NAME" ${wx_arg_cache_file}`
2035 if test "x$LINE" != x ; then
2036 eval "DEFAULT_$LINE"
2037 else
2038 no_cache=1
2039 fi
2040
2041 ac_cv_use_burnt_name='wxUSE_BURNT_NAME='$DEFAULT_wxUSE_BURNT_NAME
2042
2043 fi
2044
2045
2046 eval "$ac_cv_use_burnt_name"
2047 if test "$no_cache" != 1; then
2048 echo $ac_cv_use_burnt_name >> ${wx_arg_cache_file}.tmp
2049 fi
2050
2051 if test "$wxUSE_BURNT_NAME" = yes; then
2052 echo "$ac_t""yes" 1>&6
2053 else
2054 echo "$ac_t""no" 1>&6
2055 fi
2056
2057
2058 echo $ac_n "checking "for --enable-optimise"""... $ac_c" 1>&6
2059 echo "configure:2060: checking "for --enable-optimise"" >&5
2060 no_cache=0
2061 # Check whether --enable-optimise or --disable-optimise was given.
2062 if test "${enable_optimise+set}" = set; then
2063 enableval="$enable_optimise"
2064
2065 if test "$enableval" = yes; then
2066 ac_cv_use_optimise='wxUSE_OPTIMISE=yes'
2067 else
2068 ac_cv_use_optimise='wxUSE_OPTIMISE=no'
2069 fi
2070
2071 else
2072
2073 LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
2074 if test "x$LINE" != x ; then
2075 eval "DEFAULT_$LINE"
2076 else
2077 no_cache=1
2078 fi
2079
2080 ac_cv_use_optimise='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
2081
2082 fi
2083
2084
2085 eval "$ac_cv_use_optimise"
2086 if test "$no_cache" != 1; then
2087 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
2088 fi
2089
2090 if test "$wxUSE_OPTIMISE" = yes; then
2091 echo "$ac_t""yes" 1>&6
2092 else
2093 echo "$ac_t""no" 1>&6
2094 fi
2095
2096
2097 echo $ac_n "checking "for --enable-debug"""... $ac_c" 1>&6
2098 echo "configure:2099: checking "for --enable-debug"" >&5
2099 no_cache=0
2100 # Check whether --enable-debug or --disable-debug was given.
2101 if test "${enable_debug+set}" = set; then
2102 enableval="$enable_debug"
2103
2104 if test "$enableval" = yes; then
2105 ac_cv_use_debug='wxUSE_DEBUG=yes'
2106 else
2107 ac_cv_use_debug='wxUSE_DEBUG=no'
2108 fi
2109
2110 else
2111
2112 LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
2113 if test "x$LINE" != x ; then
2114 eval "DEFAULT_$LINE"
2115 else
2116 no_cache=1
2117 fi
2118
2119 ac_cv_use_debug='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
2120
2121 fi
2122
2123
2124 eval "$ac_cv_use_debug"
2125 if test "$no_cache" != 1; then
2126 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
2127 fi
2128
2129 if test "$wxUSE_DEBUG" = yes; then
2130 echo "$ac_t""yes" 1>&6
2131 else
2132 echo "$ac_t""no" 1>&6
2133 fi
2134
2135
2136 if test "$wxUSE_DEBUG" = "yes"; then
2137 DEFAULT_wxUSE_DEBUG_FLAG=yes
2138 DEFAULT_wxUSE_DEBUG_INFO=yes
2139 elif test "$wxUSE_DEBUG" = "no"; then
2140 DEFAULT_wxUSE_DEBUG_FLAG=no
2141 DEFAULT_wxUSE_DEBUG_INFO=no
2142 fi
2143
2144
2145 echo $ac_n "checking "for --enable-debug_flag"""... $ac_c" 1>&6
2146 echo "configure:2147: checking "for --enable-debug_flag"" >&5
2147 no_cache=0
2148 # Check whether --enable-debug_flag or --disable-debug_flag was given.
2149 if test "${enable_debug_flag+set}" = set; then
2150 enableval="$enable_debug_flag"
2151
2152 if test "$enableval" = yes; then
2153 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes'
2154 else
2155 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no'
2156 fi
2157
2158 else
2159
2160 LINE=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
2161 if test "x$LINE" != x ; then
2162 eval "DEFAULT_$LINE"
2163 else
2164 no_cache=1
2165 fi
2166
2167 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
2168
2169 fi
2170
2171
2172 eval "$ac_cv_use_debug_flag"
2173 if test "$no_cache" != 1; then
2174 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
2175 fi
2176
2177 if test "$wxUSE_DEBUG_FLAG" = yes; then
2178 echo "$ac_t""yes" 1>&6
2179 else
2180 echo "$ac_t""no" 1>&6
2181 fi
2182
2183
2184 echo $ac_n "checking "for --enable-debug_info"""... $ac_c" 1>&6
2185 echo "configure:2186: checking "for --enable-debug_info"" >&5
2186 no_cache=0
2187 # Check whether --enable-debug_info or --disable-debug_info was given.
2188 if test "${enable_debug_info+set}" = set; then
2189 enableval="$enable_debug_info"
2190
2191 if test "$enableval" = yes; then
2192 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
2193 else
2194 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
2195 fi
2196
2197 else
2198
2199 LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
2200 if test "x$LINE" != x ; then
2201 eval "DEFAULT_$LINE"
2202 else
2203 no_cache=1
2204 fi
2205
2206 ac_cv_use_debug_info='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
2207
2208 fi
2209
2210
2211 eval "$ac_cv_use_debug_info"
2212 if test "$no_cache" != 1; then
2213 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
2214 fi
2215
2216 if test "$wxUSE_DEBUG_INFO" = yes; then
2217 echo "$ac_t""yes" 1>&6
2218 else
2219 echo "$ac_t""no" 1>&6
2220 fi
2221
2222
2223 echo $ac_n "checking "for --enable-debug_gdb"""... $ac_c" 1>&6
2224 echo "configure:2225: checking "for --enable-debug_gdb"" >&5
2225 no_cache=0
2226 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
2227 if test "${enable_debug_gdb+set}" = set; then
2228 enableval="$enable_debug_gdb"
2229
2230 if test "$enableval" = yes; then
2231 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes'
2232 else
2233 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no'
2234 fi
2235
2236 else
2237
2238 LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
2239 if test "x$LINE" != x ; then
2240 eval "DEFAULT_$LINE"
2241 else
2242 no_cache=1
2243 fi
2244
2245 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
2246
2247 fi
2248
2249
2250 eval "$ac_cv_use_debug_gdb"
2251 if test "$no_cache" != 1; then
2252 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
2253 fi
2254
2255 if test "$wxUSE_DEBUG_GDB" = yes; then
2256 echo "$ac_t""yes" 1>&6
2257 else
2258 echo "$ac_t""no" 1>&6
2259 fi
2260
2261
2262 echo $ac_n "checking "for --enable-debug_cntxt"""... $ac_c" 1>&6
2263 echo "configure:2264: checking "for --enable-debug_cntxt"" >&5
2264 no_cache=0
2265 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
2266 if test "${enable_debug_cntxt+set}" = set; then
2267 enableval="$enable_debug_cntxt"
2268
2269 if test "$enableval" = yes; then
2270 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes'
2271 else
2272 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no'
2273 fi
2274
2275 else
2276
2277 LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
2278 if test "x$LINE" != x ; then
2279 eval "DEFAULT_$LINE"
2280 else
2281 no_cache=1
2282 fi
2283
2284 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
2285
2286 fi
2287
2288
2289 eval "$ac_cv_use_debug_cntxt"
2290 if test "$no_cache" != 1; then
2291 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
2292 fi
2293
2294 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
2295 echo "$ac_t""yes" 1>&6
2296 else
2297 echo "$ac_t""no" 1>&6
2298 fi
2299
2300
2301 echo $ac_n "checking "for --enable-mem_tracing"""... $ac_c" 1>&6
2302 echo "configure:2303: checking "for --enable-mem_tracing"" >&5
2303 no_cache=0
2304 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
2305 if test "${enable_mem_tracing+set}" = set; then
2306 enableval="$enable_mem_tracing"
2307
2308 if test "$enableval" = yes; then
2309 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
2310 else
2311 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
2312 fi
2313
2314 else
2315
2316 LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
2317 if test "x$LINE" != x ; then
2318 eval "DEFAULT_$LINE"
2319 else
2320 no_cache=1
2321 fi
2322
2323 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
2324
2325 fi
2326
2327
2328 eval "$ac_cv_use_mem_tracing"
2329 if test "$no_cache" != 1; then
2330 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
2331 fi
2332
2333 if test "$wxUSE_MEM_TRACING" = yes; then
2334 echo "$ac_t""yes" 1>&6
2335 else
2336 echo "$ac_t""no" 1>&6
2337 fi
2338
2339
2340 echo $ac_n "checking "for --enable-profile"""... $ac_c" 1>&6
2341 echo "configure:2342: checking "for --enable-profile"" >&5
2342 no_cache=0
2343 # Check whether --enable-profile or --disable-profile was given.
2344 if test "${enable_profile+set}" = set; then
2345 enableval="$enable_profile"
2346
2347 if test "$enableval" = yes; then
2348 ac_cv_use_profile='wxUSE_PROFILE=yes'
2349 else
2350 ac_cv_use_profile='wxUSE_PROFILE=no'
2351 fi
2352
2353 else
2354
2355 LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
2356 if test "x$LINE" != x ; then
2357 eval "DEFAULT_$LINE"
2358 else
2359 no_cache=1
2360 fi
2361
2362 ac_cv_use_profile='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
2363
2364 fi
2365
2366
2367 eval "$ac_cv_use_profile"
2368 if test "$no_cache" != 1; then
2369 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
2370 fi
2371
2372 if test "$wxUSE_PROFILE" = yes; then
2373 echo "$ac_t""yes" 1>&6
2374 else
2375 echo "$ac_t""no" 1>&6
2376 fi
2377
2378
2379 echo $ac_n "checking "for --enable-no_rtti"""... $ac_c" 1>&6
2380 echo "configure:2381: checking "for --enable-no_rtti"" >&5
2381 no_cache=0
2382 # Check whether --enable-no_rtti or --disable-no_rtti was given.
2383 if test "${enable_no_rtti+set}" = set; then
2384 enableval="$enable_no_rtti"
2385
2386 if test "$enableval" = yes; then
2387 ac_cv_use_no_rtti='wxUSE_NO_RTTI=yes'
2388 else
2389 ac_cv_use_no_rtti='wxUSE_NO_RTTI=no'
2390 fi
2391
2392 else
2393
2394 LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
2395 if test "x$LINE" != x ; then
2396 eval "DEFAULT_$LINE"
2397 else
2398 no_cache=1
2399 fi
2400
2401 ac_cv_use_no_rtti='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
2402
2403 fi
2404
2405
2406 eval "$ac_cv_use_no_rtti"
2407 if test "$no_cache" != 1; then
2408 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
2409 fi
2410
2411 if test "$wxUSE_NO_RTTI" = yes; then
2412 echo "$ac_t""yes" 1>&6
2413 else
2414 echo "$ac_t""no" 1>&6
2415 fi
2416
2417
2418 echo $ac_n "checking "for --enable-no_exceptions"""... $ac_c" 1>&6
2419 echo "configure:2420: checking "for --enable-no_exceptions"" >&5
2420 no_cache=0
2421 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
2422 if test "${enable_no_exceptions+set}" = set; then
2423 enableval="$enable_no_exceptions"
2424
2425 if test "$enableval" = yes; then
2426 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
2427 else
2428 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
2429 fi
2430
2431 else
2432
2433 LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
2434 if test "x$LINE" != x ; then
2435 eval "DEFAULT_$LINE"
2436 else
2437 no_cache=1
2438 fi
2439
2440 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
2441
2442 fi
2443
2444
2445 eval "$ac_cv_use_no_exceptions"
2446 if test "$no_cache" != 1; then
2447 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
2448 fi
2449
2450 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
2451 echo "$ac_t""yes" 1>&6
2452 else
2453 echo "$ac_t""no" 1>&6
2454 fi
2455
2456
2457 echo $ac_n "checking "for --enable-permissive"""... $ac_c" 1>&6
2458 echo "configure:2459: checking "for --enable-permissive"" >&5
2459 no_cache=0
2460 # Check whether --enable-permissive or --disable-permissive was given.
2461 if test "${enable_permissive+set}" = set; then
2462 enableval="$enable_permissive"
2463
2464 if test "$enableval" = yes; then
2465 ac_cv_use_permissive='wxUSE_PERMISSIVE=yes'
2466 else
2467 ac_cv_use_permissive='wxUSE_PERMISSIVE=no'
2468 fi
2469
2470 else
2471
2472 LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
2473 if test "x$LINE" != x ; then
2474 eval "DEFAULT_$LINE"
2475 else
2476 no_cache=1
2477 fi
2478
2479 ac_cv_use_permissive='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
2480
2481 fi
2482
2483
2484 eval "$ac_cv_use_permissive"
2485 if test "$no_cache" != 1; then
2486 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
2487 fi
2488
2489 if test "$wxUSE_PERMISSIVE" = yes; then
2490 echo "$ac_t""yes" 1>&6
2491 else
2492 echo "$ac_t""no" 1>&6
2493 fi
2494
2495
2496 echo $ac_n "checking "for --enable-no_deps"""... $ac_c" 1>&6
2497 echo "configure:2498: checking "for --enable-no_deps"" >&5
2498 no_cache=0
2499 # Check whether --enable-no_deps or --disable-no_deps was given.
2500 if test "${enable_no_deps+set}" = set; then
2501 enableval="$enable_no_deps"
2502
2503 if test "$enableval" = yes; then
2504 ac_cv_use_no_deps='wxUSE_NO_DEPS=yes'
2505 else
2506 ac_cv_use_no_deps='wxUSE_NO_DEPS=no'
2507 fi
2508
2509 else
2510
2511 LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
2512 if test "x$LINE" != x ; then
2513 eval "DEFAULT_$LINE"
2514 else
2515 no_cache=1
2516 fi
2517
2518 ac_cv_use_no_deps='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
2519
2520 fi
2521
2522
2523 eval "$ac_cv_use_no_deps"
2524 if test "$no_cache" != 1; then
2525 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
2526 fi
2527
2528 if test "$wxUSE_NO_DEPS" = yes; then
2529 echo "$ac_t""yes" 1>&6
2530 else
2531 echo "$ac_t""no" 1>&6
2532 fi
2533
2534
2535
2536
2537 echo $ac_n "checking "for --enable-intl"""... $ac_c" 1>&6
2538 echo "configure:2539: checking "for --enable-intl"" >&5
2539 no_cache=0
2540 # Check whether --enable-intl or --disable-intl was given.
2541 if test "${enable_intl+set}" = set; then
2542 enableval="$enable_intl"
2543
2544 if test "$enableval" = yes; then
2545 ac_cv_use_intl='wxUSE_INTL=yes'
2546 else
2547 ac_cv_use_intl='wxUSE_INTL=no'
2548 fi
2549
2550 else
2551
2552 LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
2553 if test "x$LINE" != x ; then
2554 eval "DEFAULT_$LINE"
2555 else
2556 no_cache=1
2557 fi
2558
2559 ac_cv_use_intl='wxUSE_INTL='$DEFAULT_wxUSE_INTL
2560
2561 fi
2562
2563
2564 eval "$ac_cv_use_intl"
2565 if test "$no_cache" != 1; then
2566 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
2567 fi
2568
2569 if test "$wxUSE_INTL" = yes; then
2570 echo "$ac_t""yes" 1>&6
2571 else
2572 echo "$ac_t""no" 1>&6
2573 fi
2574
2575
2576 echo $ac_n "checking "for --enable-config"""... $ac_c" 1>&6
2577 echo "configure:2578: checking "for --enable-config"" >&5
2578 no_cache=0
2579 # Check whether --enable-config or --disable-config was given.
2580 if test "${enable_config+set}" = set; then
2581 enableval="$enable_config"
2582
2583 if test "$enableval" = yes; then
2584 ac_cv_use_config='wxUSE_CONFIG=yes'
2585 else
2586 ac_cv_use_config='wxUSE_CONFIG=no'
2587 fi
2588
2589 else
2590
2591 LINE=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
2592 if test "x$LINE" != x ; then
2593 eval "DEFAULT_$LINE"
2594 else
2595 no_cache=1
2596 fi
2597
2598 ac_cv_use_config='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
2599
2600 fi
2601
2602
2603 eval "$ac_cv_use_config"
2604 if test "$no_cache" != 1; then
2605 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
2606 fi
2607
2608 if test "$wxUSE_CONFIG" = yes; then
2609 echo "$ac_t""yes" 1>&6
2610 else
2611 echo "$ac_t""no" 1>&6
2612 fi
2613
2614
2615
2616 echo $ac_n "checking "for --enable-sockets"""... $ac_c" 1>&6
2617 echo "configure:2618: checking "for --enable-sockets"" >&5
2618 no_cache=0
2619 # Check whether --enable-sockets or --disable-sockets was given.
2620 if test "${enable_sockets+set}" = set; then
2621 enableval="$enable_sockets"
2622
2623 if test "$enableval" = yes; then
2624 ac_cv_use_sockets='wxUSE_SOCKETS=yes'
2625 else
2626 ac_cv_use_sockets='wxUSE_SOCKETS=no'
2627 fi
2628
2629 else
2630
2631 LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
2632 if test "x$LINE" != x ; then
2633 eval "DEFAULT_$LINE"
2634 else
2635 no_cache=1
2636 fi
2637
2638 ac_cv_use_sockets='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
2639
2640 fi
2641
2642
2643 eval "$ac_cv_use_sockets"
2644 if test "$no_cache" != 1; then
2645 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
2646 fi
2647
2648 if test "$wxUSE_SOCKETS" = yes; then
2649 echo "$ac_t""yes" 1>&6
2650 else
2651 echo "$ac_t""no" 1>&6
2652 fi
2653
2654
2655
2656 echo $ac_n "checking "for --enable-ipc"""... $ac_c" 1>&6
2657 echo "configure:2658: checking "for --enable-ipc"" >&5
2658 no_cache=0
2659 # Check whether --enable-ipc or --disable-ipc was given.
2660 if test "${enable_ipc+set}" = set; then
2661 enableval="$enable_ipc"
2662
2663 if test "$enableval" = yes; then
2664 ac_cv_use_ipc='wxUSE_IPC=yes'
2665 else
2666 ac_cv_use_ipc='wxUSE_IPC=no'
2667 fi
2668
2669 else
2670
2671 LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
2672 if test "x$LINE" != x ; then
2673 eval "DEFAULT_$LINE"
2674 else
2675 no_cache=1
2676 fi
2677
2678 ac_cv_use_ipc='wxUSE_IPC='$DEFAULT_wxUSE_IPC
2679
2680 fi
2681
2682
2683 eval "$ac_cv_use_ipc"
2684 if test "$no_cache" != 1; then
2685 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
2686 fi
2687
2688 if test "$wxUSE_IPC" = yes; then
2689 echo "$ac_t""yes" 1>&6
2690 else
2691 echo "$ac_t""no" 1>&6
2692 fi
2693
2694
2695
2696 echo $ac_n "checking "for --enable-dialupman"""... $ac_c" 1>&6
2697 echo "configure:2698: checking "for --enable-dialupman"" >&5
2698 no_cache=0
2699 # Check whether --enable-dialupman or --disable-dialupman was given.
2700 if test "${enable_dialupman+set}" = set; then
2701 enableval="$enable_dialupman"
2702
2703 if test "$enableval" = yes; then
2704 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes'
2705 else
2706 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no'
2707 fi
2708
2709 else
2710
2711 LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
2712 if test "x$LINE" != x ; then
2713 eval "DEFAULT_$LINE"
2714 else
2715 no_cache=1
2716 fi
2717
2718 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
2719
2720 fi
2721
2722
2723 eval "$ac_cv_use_dialupman"
2724 if test "$no_cache" != 1; then
2725 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
2726 fi
2727
2728 if test "$wxUSE_DIALUP_MANAGER" = yes; then
2729 echo "$ac_t""yes" 1>&6
2730 else
2731 echo "$ac_t""no" 1>&6
2732 fi
2733
2734
2735 echo $ac_n "checking "for --enable-apple_ieee"""... $ac_c" 1>&6
2736 echo "configure:2737: checking "for --enable-apple_ieee"" >&5
2737 no_cache=0
2738 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
2739 if test "${enable_apple_ieee+set}" = set; then
2740 enableval="$enable_apple_ieee"
2741
2742 if test "$enableval" = yes; then
2743 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes'
2744 else
2745 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no'
2746 fi
2747
2748 else
2749
2750 LINE=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
2751 if test "x$LINE" != x ; then
2752 eval "DEFAULT_$LINE"
2753 else
2754 no_cache=1
2755 fi
2756
2757 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
2758
2759 fi
2760
2761
2762 eval "$ac_cv_use_apple_ieee"
2763 if test "$no_cache" != 1; then
2764 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
2765 fi
2766
2767 if test "$wxUSE_APPLE_IEEE" = yes; then
2768 echo "$ac_t""yes" 1>&6
2769 else
2770 echo "$ac_t""no" 1>&6
2771 fi
2772
2773
2774 echo $ac_n "checking "for --enable-timedate"""... $ac_c" 1>&6
2775 echo "configure:2776: checking "for --enable-timedate"" >&5
2776 no_cache=0
2777 # Check whether --enable-timedate or --disable-timedate was given.
2778 if test "${enable_timedate+set}" = set; then
2779 enableval="$enable_timedate"
2780
2781 if test "$enableval" = yes; then
2782 ac_cv_use_timedate='wxUSE_TIMEDATE=yes'
2783 else
2784 ac_cv_use_timedate='wxUSE_TIMEDATE=no'
2785 fi
2786
2787 else
2788
2789 LINE=`grep "wxUSE_TIMEDATE" ${wx_arg_cache_file}`
2790 if test "x$LINE" != x ; then
2791 eval "DEFAULT_$LINE"
2792 else
2793 no_cache=1
2794 fi
2795
2796 ac_cv_use_timedate='wxUSE_TIMEDATE='$DEFAULT_wxUSE_TIMEDATE
2797
2798 fi
2799
2800
2801 eval "$ac_cv_use_timedate"
2802 if test "$no_cache" != 1; then
2803 echo $ac_cv_use_timedate >> ${wx_arg_cache_file}.tmp
2804 fi
2805
2806 if test "$wxUSE_TIMEDATE" = yes; then
2807 echo "$ac_t""yes" 1>&6
2808 else
2809 echo "$ac_t""no" 1>&6
2810 fi
2811
2812
2813 echo $ac_n "checking "for --enable-wave"""... $ac_c" 1>&6
2814 echo "configure:2815: checking "for --enable-wave"" >&5
2815 no_cache=0
2816 # Check whether --enable-wave or --disable-wave was given.
2817 if test "${enable_wave+set}" = set; then
2818 enableval="$enable_wave"
2819
2820 if test "$enableval" = yes; then
2821 ac_cv_use_wave='wxUSE_WAVE=yes'
2822 else
2823 ac_cv_use_wave='wxUSE_WAVE=no'
2824 fi
2825
2826 else
2827
2828 LINE=`grep "wxUSE_WAVE" ${wx_arg_cache_file}`
2829 if test "x$LINE" != x ; then
2830 eval "DEFAULT_$LINE"
2831 else
2832 no_cache=1
2833 fi
2834
2835 ac_cv_use_wave='wxUSE_WAVE='$DEFAULT_wxUSE_WAVE
2836
2837 fi
2838
2839
2840 eval "$ac_cv_use_wave"
2841 if test "$no_cache" != 1; then
2842 echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp
2843 fi
2844
2845 if test "$wxUSE_WAVE" = yes; then
2846 echo "$ac_t""yes" 1>&6
2847 else
2848 echo "$ac_t""no" 1>&6
2849 fi
2850
2851
2852 echo $ac_n "checking "for --enable-fraction"""... $ac_c" 1>&6
2853 echo "configure:2854: checking "for --enable-fraction"" >&5
2854 no_cache=0
2855 # Check whether --enable-fraction or --disable-fraction was given.
2856 if test "${enable_fraction+set}" = set; then
2857 enableval="$enable_fraction"
2858
2859 if test "$enableval" = yes; then
2860 ac_cv_use_fraction='wxUSE_FRACTION=yes'
2861 else
2862 ac_cv_use_fraction='wxUSE_FRACTION=no'
2863 fi
2864
2865 else
2866
2867 LINE=`grep "wxUSE_FRACTION" ${wx_arg_cache_file}`
2868 if test "x$LINE" != x ; then
2869 eval "DEFAULT_$LINE"
2870 else
2871 no_cache=1
2872 fi
2873
2874 ac_cv_use_fraction='wxUSE_FRACTION='$DEFAULT_wxUSE_FRACTION
2875
2876 fi
2877
2878
2879 eval "$ac_cv_use_fraction"
2880 if test "$no_cache" != 1; then
2881 echo $ac_cv_use_fraction >> ${wx_arg_cache_file}.tmp
2882 fi
2883
2884 if test "$wxUSE_FRACTION" = yes; then
2885 echo "$ac_t""yes" 1>&6
2886 else
2887 echo "$ac_t""no" 1>&6
2888 fi
2889
2890
2891 echo $ac_n "checking "for --enable-dynlib"""... $ac_c" 1>&6
2892 echo "configure:2893: checking "for --enable-dynlib"" >&5
2893 no_cache=0
2894 # Check whether --enable-dynlib or --disable-dynlib was given.
2895 if test "${enable_dynlib+set}" = set; then
2896 enableval="$enable_dynlib"
2897
2898 if test "$enableval" = yes; then
2899 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes'
2900 else
2901 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no'
2902 fi
2903
2904 else
2905
2906 LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
2907 if test "x$LINE" != x ; then
2908 eval "DEFAULT_$LINE"
2909 else
2910 no_cache=1
2911 fi
2912
2913 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
2914
2915 fi
2916
2917
2918 eval "$ac_cv_use_dynlib"
2919 if test "$no_cache" != 1; then
2920 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
2921 fi
2922
2923 if test "$wxUSE_DYNLIB_CLASS" = yes; then
2924 echo "$ac_t""yes" 1>&6
2925 else
2926 echo "$ac_t""no" 1>&6
2927 fi
2928
2929
2930 echo $ac_n "checking "for --enable-longlong"""... $ac_c" 1>&6
2931 echo "configure:2932: checking "for --enable-longlong"" >&5
2932 no_cache=0
2933 # Check whether --enable-longlong or --disable-longlong was given.
2934 if test "${enable_longlong+set}" = set; then
2935 enableval="$enable_longlong"
2936
2937 if test "$enableval" = yes; then
2938 ac_cv_use_longlong='wxUSE_LONGLONG=yes'
2939 else
2940 ac_cv_use_longlong='wxUSE_LONGLONG=no'
2941 fi
2942
2943 else
2944
2945 LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
2946 if test "x$LINE" != x ; then
2947 eval "DEFAULT_$LINE"
2948 else
2949 no_cache=1
2950 fi
2951
2952 ac_cv_use_longlong='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
2953
2954 fi
2955
2956
2957 eval "$ac_cv_use_longlong"
2958 if test "$no_cache" != 1; then
2959 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
2960 fi
2961
2962 if test "$wxUSE_LONGLONG" = yes; then
2963 echo "$ac_t""yes" 1>&6
2964 else
2965 echo "$ac_t""no" 1>&6
2966 fi
2967
2968
2969 echo $ac_n "checking "for --enable-geometry"""... $ac_c" 1>&6
2970 echo "configure:2971: checking "for --enable-geometry"" >&5
2971 no_cache=0
2972 # Check whether --enable-geometry or --disable-geometry was given.
2973 if test "${enable_geometry+set}" = set; then
2974 enableval="$enable_geometry"
2975
2976 if test "$enableval" = yes; then
2977 ac_cv_use_geometry='wxUSE_GEOMETRY=yes'
2978 else
2979 ac_cv_use_geometry='wxUSE_GEOMETRY=no'
2980 fi
2981
2982 else
2983
2984 LINE=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
2985 if test "x$LINE" != x ; then
2986 eval "DEFAULT_$LINE"
2987 else
2988 no_cache=1
2989 fi
2990
2991 ac_cv_use_geometry='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
2992
2993 fi
2994
2995
2996 eval "$ac_cv_use_geometry"
2997 if test "$no_cache" != 1; then
2998 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
2999 fi
3000
3001 if test "$wxUSE_GEOMETRY" = yes; then
3002 echo "$ac_t""yes" 1>&6
3003 else
3004 echo "$ac_t""no" 1>&6
3005 fi
3006
3007
3008 echo $ac_n "checking "for --enable-log"""... $ac_c" 1>&6
3009 echo "configure:3010: checking "for --enable-log"" >&5
3010 no_cache=0
3011 # Check whether --enable-log or --disable-log was given.
3012 if test "${enable_log+set}" = set; then
3013 enableval="$enable_log"
3014
3015 if test "$enableval" = yes; then
3016 ac_cv_use_log='wxUSE_LOG=yes'
3017 else
3018 ac_cv_use_log='wxUSE_LOG=no'
3019 fi
3020
3021 else
3022
3023 LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
3024 if test "x$LINE" != x ; then
3025 eval "DEFAULT_$LINE"
3026 else
3027 no_cache=1
3028 fi
3029
3030 ac_cv_use_log='wxUSE_LOG='$DEFAULT_wxUSE_LOG
3031
3032 fi
3033
3034
3035 eval "$ac_cv_use_log"
3036 if test "$no_cache" != 1; then
3037 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
3038 fi
3039
3040 if test "$wxUSE_LOG" = yes; then
3041 echo "$ac_t""yes" 1>&6
3042 else
3043 echo "$ac_t""no" 1>&6
3044 fi
3045
3046
3047 echo $ac_n "checking "for --enable-streams"""... $ac_c" 1>&6
3048 echo "configure:3049: checking "for --enable-streams"" >&5
3049 no_cache=0
3050 # Check whether --enable-streams or --disable-streams was given.
3051 if test "${enable_streams+set}" = set; then
3052 enableval="$enable_streams"
3053
3054 if test "$enableval" = yes; then
3055 ac_cv_use_streams='wxUSE_STREAMS=yes'
3056 else
3057 ac_cv_use_streams='wxUSE_STREAMS=no'
3058 fi
3059
3060 else
3061
3062 LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
3063 if test "x$LINE" != x ; then
3064 eval "DEFAULT_$LINE"
3065 else
3066 no_cache=1
3067 fi
3068
3069 ac_cv_use_streams='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
3070
3071 fi
3072
3073
3074 eval "$ac_cv_use_streams"
3075 if test "$no_cache" != 1; then
3076 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
3077 fi
3078
3079 if test "$wxUSE_STREAMS" = yes; then
3080 echo "$ac_t""yes" 1>&6
3081 else
3082 echo "$ac_t""no" 1>&6
3083 fi
3084
3085
3086 echo $ac_n "checking "for --enable-file"""... $ac_c" 1>&6
3087 echo "configure:3088: checking "for --enable-file"" >&5
3088 no_cache=0
3089 # Check whether --enable-file or --disable-file was given.
3090 if test "${enable_file+set}" = set; then
3091 enableval="$enable_file"
3092
3093 if test "$enableval" = yes; then
3094 ac_cv_use_file='wxUSE_FILE=yes'
3095 else
3096 ac_cv_use_file='wxUSE_FILE=no'
3097 fi
3098
3099 else
3100
3101 LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
3102 if test "x$LINE" != x ; then
3103 eval "DEFAULT_$LINE"
3104 else
3105 no_cache=1
3106 fi
3107
3108 ac_cv_use_file='wxUSE_FILE='$DEFAULT_wxUSE_FILE
3109
3110 fi
3111
3112
3113 eval "$ac_cv_use_file"
3114 if test "$no_cache" != 1; then
3115 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
3116 fi
3117
3118 if test "$wxUSE_FILE" = yes; then
3119 echo "$ac_t""yes" 1>&6
3120 else
3121 echo "$ac_t""no" 1>&6
3122 fi
3123
3124
3125 echo $ac_n "checking "for --enable-textfile"""... $ac_c" 1>&6
3126 echo "configure:3127: checking "for --enable-textfile"" >&5
3127 no_cache=0
3128 # Check whether --enable-textfile or --disable-textfile was given.
3129 if test "${enable_textfile+set}" = set; then
3130 enableval="$enable_textfile"
3131
3132 if test "$enableval" = yes; then
3133 ac_cv_use_textfile='wxUSE_TEXTFILE=yes'
3134 else
3135 ac_cv_use_textfile='wxUSE_TEXTFILE=no'
3136 fi
3137
3138 else
3139
3140 LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
3141 if test "x$LINE" != x ; then
3142 eval "DEFAULT_$LINE"
3143 else
3144 no_cache=1
3145 fi
3146
3147 ac_cv_use_textfile='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
3148
3149 fi
3150
3151
3152 eval "$ac_cv_use_textfile"
3153 if test "$no_cache" != 1; then
3154 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
3155 fi
3156
3157 if test "$wxUSE_TEXTFILE" = yes; then
3158 echo "$ac_t""yes" 1>&6
3159 else
3160 echo "$ac_t""no" 1>&6
3161 fi
3162
3163
3164 echo $ac_n "checking "for --enable-unicode"""... $ac_c" 1>&6
3165 echo "configure:3166: checking "for --enable-unicode"" >&5
3166 no_cache=0
3167 # Check whether --enable-unicode or --disable-unicode was given.
3168 if test "${enable_unicode+set}" = set; then
3169 enableval="$enable_unicode"
3170
3171 if test "$enableval" = yes; then
3172 ac_cv_use_unicode='wxUSE_UNICODE=yes'
3173 else
3174 ac_cv_use_unicode='wxUSE_UNICODE=no'
3175 fi
3176
3177 else
3178
3179 LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
3180 if test "x$LINE" != x ; then
3181 eval "DEFAULT_$LINE"
3182 else
3183 no_cache=1
3184 fi
3185
3186 ac_cv_use_unicode='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
3187
3188 fi
3189
3190
3191 eval "$ac_cv_use_unicode"
3192 if test "$no_cache" != 1; then
3193 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
3194 fi
3195
3196 if test "$wxUSE_UNICODE" = yes; then
3197 echo "$ac_t""yes" 1>&6
3198 else
3199 echo "$ac_t""no" 1>&6
3200 fi
3201
3202
3203 echo $ac_n "checking "for --enable-wcsrtombs"""... $ac_c" 1>&6
3204 echo "configure:3205: checking "for --enable-wcsrtombs"" >&5
3205 no_cache=0
3206 # Check whether --enable-wcsrtombs or --disable-wcsrtombs was given.
3207 if test "${enable_wcsrtombs+set}" = set; then
3208 enableval="$enable_wcsrtombs"
3209
3210 if test "$enableval" = yes; then
3211 ac_cv_use_wcsrtombs='wxUSE_WCSRTOMBS=yes'
3212 else
3213 ac_cv_use_wcsrtombs='wxUSE_WCSRTOMBS=no'
3214 fi
3215
3216 else
3217
3218 LINE=`grep "wxUSE_WCSRTOMBS" ${wx_arg_cache_file}`
3219 if test "x$LINE" != x ; then
3220 eval "DEFAULT_$LINE"
3221 else
3222 no_cache=1
3223 fi
3224
3225 ac_cv_use_wcsrtombs='wxUSE_WCSRTOMBS='$DEFAULT_wxUSE_WCSRTOMBS
3226
3227 fi
3228
3229
3230 eval "$ac_cv_use_wcsrtombs"
3231 if test "$no_cache" != 1; then
3232 echo $ac_cv_use_wcsrtombs >> ${wx_arg_cache_file}.tmp
3233 fi
3234
3235 if test "$wxUSE_WCSRTOMBS" = yes; then
3236 echo "$ac_t""yes" 1>&6
3237 else
3238 echo "$ac_t""no" 1>&6
3239 fi
3240
3241
3242 echo $ac_n "checking "for --enable-wxprintfv"""... $ac_c" 1>&6
3243 echo "configure:3244: checking "for --enable-wxprintfv"" >&5
3244 no_cache=0
3245 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
3246 if test "${enable_wxprintfv+set}" = set; then
3247 enableval="$enable_wxprintfv"
3248
3249 if test "$enableval" = yes; then
3250 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=yes'
3251 else
3252 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=no'
3253 fi
3254
3255 else
3256
3257 LINE=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
3258 if test "x$LINE" != x ; then
3259 eval "DEFAULT_$LINE"
3260 else
3261 no_cache=1
3262 fi
3263
3264 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
3265
3266 fi
3267
3268
3269 eval "$ac_cv_use_wxprintfv"
3270 if test "$no_cache" != 1; then
3271 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
3272 fi
3273
3274 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
3275 echo "$ac_t""yes" 1>&6
3276 else
3277 echo "$ac_t""no" 1>&6
3278 fi
3279
3280
3281 echo $ac_n "checking "for --enable-std_iostreams"""... $ac_c" 1>&6
3282 echo "configure:3283: checking "for --enable-std_iostreams"" >&5
3283 no_cache=0
3284 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
3285 if test "${enable_std_iostreams+set}" = set; then
3286 enableval="$enable_std_iostreams"
3287
3288 if test "$enableval" = yes; then
3289 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes'
3290 else
3291 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no'
3292 fi
3293
3294 else
3295
3296 LINE=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
3297 if test "x$LINE" != x ; then
3298 eval "DEFAULT_$LINE"
3299 else
3300 no_cache=1
3301 fi
3302
3303 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
3304
3305 fi
3306
3307
3308 eval "$ac_cv_use_std_iostreams"
3309 if test "$no_cache" != 1; then
3310 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
3311 fi
3312
3313 if test "$wxUSE_STD_IOSTREAM" = yes; then
3314 echo "$ac_t""yes" 1>&6
3315 else
3316 echo "$ac_t""no" 1>&6
3317 fi
3318
3319
3320 echo $ac_n "checking "for --enable-filesystem"""... $ac_c" 1>&6
3321 echo "configure:3322: checking "for --enable-filesystem"" >&5
3322 no_cache=0
3323 # Check whether --enable-filesystem or --disable-filesystem was given.
3324 if test "${enable_filesystem+set}" = set; then
3325 enableval="$enable_filesystem"
3326
3327 if test "$enableval" = yes; then
3328 ac_cv_use_filesystem='wxUSE_FILESYSTEM=yes'
3329 else
3330 ac_cv_use_filesystem='wxUSE_FILESYSTEM=no'
3331 fi
3332
3333 else
3334
3335 LINE=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
3336 if test "x$LINE" != x ; then
3337 eval "DEFAULT_$LINE"
3338 else
3339 no_cache=1
3340 fi
3341
3342 ac_cv_use_filesystem='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
3343
3344 fi
3345
3346
3347 eval "$ac_cv_use_filesystem"
3348 if test "$no_cache" != 1; then
3349 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
3350 fi
3351
3352 if test "$wxUSE_FILESYSTEM" = yes; then
3353 echo "$ac_t""yes" 1>&6
3354 else
3355 echo "$ac_t""no" 1>&6
3356 fi
3357
3358
3359 echo $ac_n "checking "for --enable-fs_inet"""... $ac_c" 1>&6
3360 echo "configure:3361: checking "for --enable-fs_inet"" >&5
3361 no_cache=0
3362 # Check whether --enable-fs_inet or --disable-fs_inet was given.
3363 if test "${enable_fs_inet+set}" = set; then
3364 enableval="$enable_fs_inet"
3365
3366 if test "$enableval" = yes; then
3367 ac_cv_use_fs_inet='wxUSE_FS_INET=yes'
3368 else
3369 ac_cv_use_fs_inet='wxUSE_FS_INET=no'
3370 fi
3371
3372 else
3373
3374 LINE=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
3375 if test "x$LINE" != x ; then
3376 eval "DEFAULT_$LINE"
3377 else
3378 no_cache=1
3379 fi
3380
3381 ac_cv_use_fs_inet='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
3382
3383 fi
3384
3385
3386 eval "$ac_cv_use_fs_inet"
3387 if test "$no_cache" != 1; then
3388 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
3389 fi
3390
3391 if test "$wxUSE_FS_INET" = yes; then
3392 echo "$ac_t""yes" 1>&6
3393 else
3394 echo "$ac_t""no" 1>&6
3395 fi
3396
3397
3398 echo $ac_n "checking "for --enable-fs_zip"""... $ac_c" 1>&6
3399 echo "configure:3400: checking "for --enable-fs_zip"" >&5
3400 no_cache=0
3401 # Check whether --enable-fs_zip or --disable-fs_zip was given.
3402 if test "${enable_fs_zip+set}" = set; then
3403 enableval="$enable_fs_zip"
3404
3405 if test "$enableval" = yes; then
3406 ac_cv_use_fs_zip='wxUSE_FS_ZIP=yes'
3407 else
3408 ac_cv_use_fs_zip='wxUSE_FS_ZIP=no'
3409 fi
3410
3411 else
3412
3413 LINE=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
3414 if test "x$LINE" != x ; then
3415 eval "DEFAULT_$LINE"
3416 else
3417 no_cache=1
3418 fi
3419
3420 ac_cv_use_fs_zip='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
3421
3422 fi
3423
3424
3425 eval "$ac_cv_use_fs_zip"
3426 if test "$no_cache" != 1; then
3427 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
3428 fi
3429
3430 if test "$wxUSE_FS_ZIP" = yes; then
3431 echo "$ac_t""yes" 1>&6
3432 else
3433 echo "$ac_t""no" 1>&6
3434 fi
3435
3436
3437 echo $ac_n "checking "for --enable-zipstream"""... $ac_c" 1>&6
3438 echo "configure:3439: checking "for --enable-zipstream"" >&5
3439 no_cache=0
3440 # Check whether --enable-zipstream or --disable-zipstream was given.
3441 if test "${enable_zipstream+set}" = set; then
3442 enableval="$enable_zipstream"
3443
3444 if test "$enableval" = yes; then
3445 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=yes'
3446 else
3447 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=no'
3448 fi
3449
3450 else
3451
3452 LINE=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
3453 if test "x$LINE" != x ; then
3454 eval "DEFAULT_$LINE"
3455 else
3456 no_cache=1
3457 fi
3458
3459 ac_cv_use_zipstream='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
3460
3461 fi
3462
3463
3464 eval "$ac_cv_use_zipstream"
3465 if test "$no_cache" != 1; then
3466 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
3467 fi
3468
3469 if test "$wxUSE_ZIPSTREAM" = yes; then
3470 echo "$ac_t""yes" 1>&6
3471 else
3472 echo "$ac_t""no" 1>&6
3473 fi
3474
3475
3476
3477 echo $ac_n "checking "for --enable-catch_segvs"""... $ac_c" 1>&6
3478 echo "configure:3479: checking "for --enable-catch_segvs"" >&5
3479 no_cache=0
3480 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
3481 if test "${enable_catch_segvs+set}" = set; then
3482 enableval="$enable_catch_segvs"
3483
3484 if test "$enableval" = yes; then
3485 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes'
3486 else
3487 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no'
3488 fi
3489
3490 else
3491
3492 LINE=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
3493 if test "x$LINE" != x ; then
3494 eval "DEFAULT_$LINE"
3495 else
3496 no_cache=1
3497 fi
3498
3499 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
3500
3501 fi
3502
3503
3504 eval "$ac_cv_use_catch_segvs"
3505 if test "$no_cache" != 1; then
3506 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
3507 fi
3508
3509 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
3510 echo "$ac_t""yes" 1>&6
3511 else
3512 echo "$ac_t""no" 1>&6
3513 fi
3514
3515
3516
3517
3518 echo $ac_n "checking "for --enable-threads"""... $ac_c" 1>&6
3519 echo "configure:3520: checking "for --enable-threads"" >&5
3520 no_cache=0
3521 # Check whether --enable-threads or --disable-threads was given.
3522 if test "${enable_threads+set}" = set; then
3523 enableval="$enable_threads"
3524
3525 if test "$enableval" = yes; then
3526 ac_cv_use_threads='wxUSE_THREADS=yes'
3527 else
3528 ac_cv_use_threads='wxUSE_THREADS=no'
3529 fi
3530
3531 else
3532
3533 LINE=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
3534 if test "x$LINE" != x ; then
3535 eval "DEFAULT_$LINE"
3536 else
3537 no_cache=1
3538 fi
3539
3540 ac_cv_use_threads='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
3541
3542 fi
3543
3544
3545 eval "$ac_cv_use_threads"
3546 if test "$no_cache" != 1; then
3547 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
3548 fi
3549
3550 if test "$wxUSE_THREADS" = yes; then
3551 echo "$ac_t""yes" 1>&6
3552 else
3553 echo "$ac_t""no" 1>&6
3554 fi
3555
3556
3557 echo $ac_n "checking "for --enable-serial"""... $ac_c" 1>&6
3558 echo "configure:3559: checking "for --enable-serial"" >&5
3559 no_cache=0
3560 # Check whether --enable-serial or --disable-serial was given.
3561 if test "${enable_serial+set}" = set; then
3562 enableval="$enable_serial"
3563
3564 if test "$enableval" = yes; then
3565 ac_cv_use_serial='wxUSE_SERIAL=yes'
3566 else
3567 ac_cv_use_serial='wxUSE_SERIAL=no'
3568 fi
3569
3570 else
3571
3572 LINE=`grep "wxUSE_SERIAL" ${wx_arg_cache_file}`
3573 if test "x$LINE" != x ; then
3574 eval "DEFAULT_$LINE"
3575 else
3576 no_cache=1
3577 fi
3578
3579 ac_cv_use_serial='wxUSE_SERIAL='$DEFAULT_wxUSE_SERIAL
3580
3581 fi
3582
3583
3584 eval "$ac_cv_use_serial"
3585 if test "$no_cache" != 1; then
3586 echo $ac_cv_use_serial >> ${wx_arg_cache_file}.tmp
3587 fi
3588
3589 if test "$wxUSE_SERIAL" = yes; then
3590 echo "$ac_t""yes" 1>&6
3591 else
3592 echo "$ac_t""no" 1>&6
3593 fi
3594
3595
3596 if test "$wxUSE_GUI" = "yes"; then
3597
3598
3599
3600 echo $ac_n "checking "for --enable-docview"""... $ac_c" 1>&6
3601 echo "configure:3602: checking "for --enable-docview"" >&5
3602 no_cache=0
3603 # Check whether --enable-docview or --disable-docview was given.
3604 if test "${enable_docview+set}" = set; then
3605 enableval="$enable_docview"
3606
3607 if test "$enableval" = yes; then
3608 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
3609 else
3610 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no'
3611 fi
3612
3613 else
3614
3615 LINE=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
3616 if test "x$LINE" != x ; then
3617 eval "DEFAULT_$LINE"
3618 else
3619 no_cache=1
3620 fi
3621
3622 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
3623
3624 fi
3625
3626
3627 eval "$ac_cv_use_docview"
3628 if test "$no_cache" != 1; then
3629 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
3630 fi
3631
3632 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
3633 echo "$ac_t""yes" 1>&6
3634 else
3635 echo "$ac_t""no" 1>&6
3636 fi
3637
3638
3639 echo $ac_n "checking "for --enable-help"""... $ac_c" 1>&6
3640 echo "configure:3641: checking "for --enable-help"" >&5
3641 no_cache=0
3642 # Check whether --enable-help or --disable-help was given.
3643 if test "${enable_help+set}" = set; then
3644 enableval="$enable_help"
3645
3646 if test "$enableval" = yes; then
3647 ac_cv_use_help='wxUSE_HELP=yes'
3648 else
3649 ac_cv_use_help='wxUSE_HELP=no'
3650 fi
3651
3652 else
3653
3654 LINE=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
3655 if test "x$LINE" != x ; then
3656 eval "DEFAULT_$LINE"
3657 else
3658 no_cache=1
3659 fi
3660
3661 ac_cv_use_help='wxUSE_HELP='$DEFAULT_wxUSE_HELP
3662
3663 fi
3664
3665
3666 eval "$ac_cv_use_help"
3667 if test "$no_cache" != 1; then
3668 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
3669 fi
3670
3671 if test "$wxUSE_HELP" = yes; then
3672 echo "$ac_t""yes" 1>&6
3673 else
3674 echo "$ac_t""no" 1>&6
3675 fi
3676
3677
3678 echo $ac_n "checking "for --enable-constraints"""... $ac_c" 1>&6
3679 echo "configure:3680: checking "for --enable-constraints"" >&5
3680 no_cache=0
3681 # Check whether --enable-constraints or --disable-constraints was given.
3682 if test "${enable_constraints+set}" = set; then
3683 enableval="$enable_constraints"
3684
3685 if test "$enableval" = yes; then
3686 ac_cv_use_constraints='wxUSE_CONSTRAINTS=yes'
3687 else
3688 ac_cv_use_constraints='wxUSE_CONSTRAINTS=no'
3689 fi
3690
3691 else
3692
3693 LINE=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
3694 if test "x$LINE" != x ; then
3695 eval "DEFAULT_$LINE"
3696 else
3697 no_cache=1
3698 fi
3699
3700 ac_cv_use_constraints='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
3701
3702 fi
3703
3704
3705 eval "$ac_cv_use_constraints"
3706 if test "$no_cache" != 1; then
3707 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
3708 fi
3709
3710 if test "$wxUSE_CONSTRAINTS" = yes; then
3711 echo "$ac_t""yes" 1>&6
3712 else
3713 echo "$ac_t""no" 1>&6
3714 fi
3715
3716
3717 echo $ac_n "checking "for --enable-printarch"""... $ac_c" 1>&6
3718 echo "configure:3719: checking "for --enable-printarch"" >&5
3719 no_cache=0
3720 # Check whether --enable-printarch or --disable-printarch was given.
3721 if test "${enable_printarch+set}" = set; then
3722 enableval="$enable_printarch"
3723
3724 if test "$enableval" = yes; then
3725 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes'
3726 else
3727 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no'
3728 fi
3729
3730 else
3731
3732 LINE=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
3733 if test "x$LINE" != x ; then
3734 eval "DEFAULT_$LINE"
3735 else
3736 no_cache=1
3737 fi
3738
3739 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
3740
3741 fi
3742
3743
3744 eval "$ac_cv_use_printarch"
3745 if test "$no_cache" != 1; then
3746 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
3747 fi
3748
3749 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
3750 echo "$ac_t""yes" 1>&6
3751 else
3752 echo "$ac_t""no" 1>&6
3753 fi
3754
3755
3756 echo $ac_n "checking "for --enable-mdi"""... $ac_c" 1>&6
3757 echo "configure:3758: checking "for --enable-mdi"" >&5
3758 no_cache=0
3759 # Check whether --enable-mdi or --disable-mdi was given.
3760 if test "${enable_mdi+set}" = set; then
3761 enableval="$enable_mdi"
3762
3763 if test "$enableval" = yes; then
3764 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=yes'
3765 else
3766 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=no'
3767 fi
3768
3769 else
3770
3771 LINE=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
3772 if test "x$LINE" != x ; then
3773 eval "DEFAULT_$LINE"
3774 else
3775 no_cache=1
3776 fi
3777
3778 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
3779
3780 fi
3781
3782
3783 eval "$ac_cv_use_mdi"
3784 if test "$no_cache" != 1; then
3785 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
3786 fi
3787
3788 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
3789 echo "$ac_t""yes" 1>&6
3790 else
3791 echo "$ac_t""no" 1>&6
3792 fi
3793
3794
3795
3796 echo $ac_n "checking "for --enable-postscript"""... $ac_c" 1>&6
3797 echo "configure:3798: checking "for --enable-postscript"" >&5
3798 no_cache=0
3799 # Check whether --enable-postscript or --disable-postscript was given.
3800 if test "${enable_postscript+set}" = set; then
3801 enableval="$enable_postscript"
3802
3803 if test "$enableval" = yes; then
3804 ac_cv_use_postscript='wxUSE_POSTSCRIPT=yes'
3805 else
3806 ac_cv_use_postscript='wxUSE_POSTSCRIPT=no'
3807 fi
3808
3809 else
3810
3811 LINE=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
3812 if test "x$LINE" != x ; then
3813 eval "DEFAULT_$LINE"
3814 else
3815 no_cache=1
3816 fi
3817
3818 ac_cv_use_postscript='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
3819
3820 fi
3821
3822
3823 eval "$ac_cv_use_postscript"
3824 if test "$no_cache" != 1; then
3825 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
3826 fi
3827
3828 if test "$wxUSE_POSTSCRIPT" = yes; then
3829 echo "$ac_t""yes" 1>&6
3830 else
3831 echo "$ac_t""no" 1>&6
3832 fi
3833
3834
3835
3836
3837 echo $ac_n "checking "for --enable-prologio"""... $ac_c" 1>&6
3838 echo "configure:3839: checking "for --enable-prologio"" >&5
3839 no_cache=0
3840 # Check whether --enable-prologio or --disable-prologio was given.
3841 if test "${enable_prologio+set}" = set; then
3842 enableval="$enable_prologio"
3843
3844 if test "$enableval" = yes; then
3845 ac_cv_use_prologio='wxUSE_PROLOGIO=yes'
3846 else
3847 ac_cv_use_prologio='wxUSE_PROLOGIO=no'
3848 fi
3849
3850 else
3851
3852 LINE=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
3853 if test "x$LINE" != x ; then
3854 eval "DEFAULT_$LINE"
3855 else
3856 no_cache=1
3857 fi
3858
3859 ac_cv_use_prologio='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
3860
3861 fi
3862
3863
3864 eval "$ac_cv_use_prologio"
3865 if test "$no_cache" != 1; then
3866 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
3867 fi
3868
3869 if test "$wxUSE_PROLOGIO" = yes; then
3870 echo "$ac_t""yes" 1>&6
3871 else
3872 echo "$ac_t""no" 1>&6
3873 fi
3874
3875
3876 echo $ac_n "checking "for --enable-resources"""... $ac_c" 1>&6
3877 echo "configure:3878: checking "for --enable-resources"" >&5
3878 no_cache=0
3879 # Check whether --enable-resources or --disable-resources was given.
3880 if test "${enable_resources+set}" = set; then
3881 enableval="$enable_resources"
3882
3883 if test "$enableval" = yes; then
3884 ac_cv_use_resources='wxUSE_RESOURCES=yes'
3885 else
3886 ac_cv_use_resources='wxUSE_RESOURCES=no'
3887 fi
3888
3889 else
3890
3891 LINE=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
3892 if test "x$LINE" != x ; then
3893 eval "DEFAULT_$LINE"
3894 else
3895 no_cache=1
3896 fi
3897
3898 ac_cv_use_resources='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
3899
3900 fi
3901
3902
3903 eval "$ac_cv_use_resources"
3904 if test "$no_cache" != 1; then
3905 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
3906 fi
3907
3908 if test "$wxUSE_RESOURCES" = yes; then
3909 echo "$ac_t""yes" 1>&6
3910 else
3911 echo "$ac_t""no" 1>&6
3912 fi
3913
3914
3915
3916 echo $ac_n "checking "for --enable-xresources"""... $ac_c" 1>&6
3917 echo "configure:3918: checking "for --enable-xresources"" >&5
3918 no_cache=0
3919 # Check whether --enable-xresources or --disable-xresources was given.
3920 if test "${enable_xresources+set}" = set; then
3921 enableval="$enable_xresources"
3922
3923 if test "$enableval" = yes; then
3924 ac_cv_use_xresources='wxUSE_X_RESOURCES=yes'
3925 else
3926 ac_cv_use_xresources='wxUSE_X_RESOURCES=no'
3927 fi
3928
3929 else
3930
3931 LINE=`grep "wxUSE_X_RESOURCES" ${wx_arg_cache_file}`
3932 if test "x$LINE" != x ; then
3933 eval "DEFAULT_$LINE"
3934 else
3935 no_cache=1
3936 fi
3937
3938 ac_cv_use_xresources='wxUSE_X_RESOURCES='$DEFAULT_wxUSE_X_RESOURCES
3939
3940 fi
3941
3942
3943 eval "$ac_cv_use_xresources"
3944 if test "$no_cache" != 1; then
3945 echo $ac_cv_use_xresources >> ${wx_arg_cache_file}.tmp
3946 fi
3947
3948 if test "$wxUSE_X_RESOURCES" = yes; then
3949 echo "$ac_t""yes" 1>&6
3950 else
3951 echo "$ac_t""no" 1>&6
3952 fi
3953
3954
3955
3956
3957 echo $ac_n "checking "for --enable-clipboard"""... $ac_c" 1>&6
3958 echo "configure:3959: checking "for --enable-clipboard"" >&5
3959 no_cache=0
3960 # Check whether --enable-clipboard or --disable-clipboard was given.
3961 if test "${enable_clipboard+set}" = set; then
3962 enableval="$enable_clipboard"
3963
3964 if test "$enableval" = yes; then
3965 ac_cv_use_clipboard='wxUSE_CLIPBOARD=yes'
3966 else
3967 ac_cv_use_clipboard='wxUSE_CLIPBOARD=no'
3968 fi
3969
3970 else
3971
3972 LINE=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
3973 if test "x$LINE" != x ; then
3974 eval "DEFAULT_$LINE"
3975 else
3976 no_cache=1
3977 fi
3978
3979 ac_cv_use_clipboard='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
3980
3981 fi
3982
3983
3984 eval "$ac_cv_use_clipboard"
3985 if test "$no_cache" != 1; then
3986 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
3987 fi
3988
3989 if test "$wxUSE_CLIPBOARD" = yes; then
3990 echo "$ac_t""yes" 1>&6
3991 else
3992 echo "$ac_t""no" 1>&6
3993 fi
3994
3995
3996 echo $ac_n "checking "for --enable-dnd"""... $ac_c" 1>&6
3997 echo "configure:3998: checking "for --enable-dnd"" >&5
3998 no_cache=0
3999 # Check whether --enable-dnd or --disable-dnd was given.
4000 if test "${enable_dnd+set}" = set; then
4001 enableval="$enable_dnd"
4002
4003 if test "$enableval" = yes; then
4004 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes'
4005 else
4006 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=no'
4007 fi
4008
4009 else
4010
4011 LINE=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
4012 if test "x$LINE" != x ; then
4013 eval "DEFAULT_$LINE"
4014 else
4015 no_cache=1
4016 fi
4017
4018 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
4019
4020 fi
4021
4022
4023 eval "$ac_cv_use_dnd"
4024 if test "$no_cache" != 1; then
4025 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
4026 fi
4027
4028 if test "$wxUSE_DRAG_AND_DROP" = yes; then
4029 echo "$ac_t""yes" 1>&6
4030 else
4031 echo "$ac_t""no" 1>&6
4032 fi
4033
4034
4035
4036 echo $ac_n "checking "for --enable-wxtree"""... $ac_c" 1>&6
4037 echo "configure:4038: checking "for --enable-wxtree"" >&5
4038 no_cache=0
4039 # Check whether --enable-wxtree or --disable-wxtree was given.
4040 if test "${enable_wxtree+set}" = set; then
4041 enableval="$enable_wxtree"
4042
4043 if test "$enableval" = yes; then
4044 ac_cv_use_wxtree='wxUSE_WXTREE=yes'
4045 else
4046 ac_cv_use_wxtree='wxUSE_WXTREE=no'
4047 fi
4048
4049 else
4050
4051 LINE=`grep "wxUSE_WXTREE" ${wx_arg_cache_file}`
4052 if test "x$LINE" != x ; then
4053 eval "DEFAULT_$LINE"
4054 else
4055 no_cache=1
4056 fi
4057
4058 ac_cv_use_wxtree='wxUSE_WXTREE='$DEFAULT_wxUSE_WXTREE
4059
4060 fi
4061
4062
4063 eval "$ac_cv_use_wxtree"
4064 if test "$no_cache" != 1; then
4065 echo $ac_cv_use_wxtree >> ${wx_arg_cache_file}.tmp
4066 fi
4067
4068 if test "$wxUSE_WXTREE" = yes; then
4069 echo "$ac_t""yes" 1>&6
4070 else
4071 echo "$ac_t""no" 1>&6
4072 fi
4073
4074
4075
4076
4077 echo $ac_n "checking "for --enable-controls"""... $ac_c" 1>&6
4078 echo "configure:4079: checking "for --enable-controls"" >&5
4079 no_cache=0
4080 # Check whether --enable-controls or --disable-controls was given.
4081 if test "${enable_controls+set}" = set; then
4082 enableval="$enable_controls"
4083
4084 if test "$enableval" = yes; then
4085 ac_cv_use_controls='wxUSE_CONTROLS=yes'
4086 else
4087 ac_cv_use_controls='wxUSE_CONTROLS=no'
4088 fi
4089
4090 else
4091
4092 LINE=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
4093 if test "x$LINE" != x ; then
4094 eval "DEFAULT_$LINE"
4095 else
4096 no_cache=1
4097 fi
4098
4099 ac_cv_use_controls='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
4100
4101 fi
4102
4103
4104 eval "$ac_cv_use_controls"
4105 if test "$no_cache" != 1; then
4106 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
4107 fi
4108
4109 if test "$wxUSE_CONTROLS" = yes; then
4110 echo "$ac_t""yes" 1>&6
4111 else
4112 echo "$ac_t""no" 1>&6
4113 fi
4114
4115
4116 if test "$wxUSE_CONTROLS" = "yes"; then
4117 DEFAULT_wxUSE_ACCEL=yes
4118 DEFAULT_wxUSE_CARET=yes
4119 DEFAULT_wxUSE_COMBOBOX=yes
4120 DEFAULT_wxUSE_BMPBUTTON=yes
4121 DEFAULT_wxUSE_CHECKBOX=yes
4122 DEFAULT_wxUSE_CHECKLISTBOX=yes
4123 DEFAULT_wxUSE_CHOICE=yes
4124 DEFAULT_wxUSE_GAUGE=yes
4125 DEFAULT_wxUSE_GRID=yes
4126 DEFAULT_wxUSE_NEW_GRID=yes
4127 DEFAULT_wxUSE_IMAGLIST=yes
4128 DEFAULT_wxUSE_LISTBOX=yes
4129 DEFAULT_wxUSE_LISTCTRL=yes
4130 DEFAULT_wxUSE_NOTEBOOK=yes
4131 DEFAULT_wxUSE_RADIOBOX=yes
4132 DEFAULT_wxUSE_RADIOBTN=yes
4133 DEFAULT_wxUSE_SASH=yes
4134 DEFAULT_wxUSE_SCROLLBAR=yes
4135 DEFAULT_wxUSE_SLIDER=yes
4136 DEFAULT_wxUSE_SPINBTN=yes
4137 DEFAULT_wxUSE_SPINCTRL=yes
4138 DEFAULT_wxUSE_SPLITTER=yes
4139 DEFAULT_wxUSE_STATBMP=yes
4140 DEFAULT_wxUSE_STATBOX=yes
4141 DEFAULT_wxUSE_STATLINE=yes
4142 DEFAULT_wxUSE_STATUSBAR=yes
4143 DEFAULT_wxUSE_TAB_DIALOG=yes
4144 DEFAULT_wxUSE_TOOLBAR=yes
4145 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
4146 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
4147 DEFAULT_wxUSE_TOOLTIPS=yes
4148 DEFAULT_wxUSE_TREECTRL=yes
4149 elif test "$wxUSE_CONTROLS" = "no"; then
4150 DEFAULT_wxUSE_ACCEL=no
4151 DEFAULT_wxUSE_CARET=no
4152 DEFAULT_wxUSE_COMBOBOX=no
4153 DEFAULT_wxUSE_BMPBUTTON=no
4154 DEFAULT_wxUSE_CHECKBOX=no
4155 DEFAULT_wxUSE_CHECKLISTBOX=no
4156 DEFAULT_wxUSE_CHOICE=no
4157 DEFAULT_wxUSE_GAUGE=no
4158 DEFAULT_wxUSE_GRID=no
4159 DEFAULT_wxUSE_NEW_GRID=no
4160 DEFAULT_wxUSE_IMAGLIST=no
4161 DEFAULT_wxUSE_LISTBOX=no
4162 DEFAULT_wxUSE_LISTCTRL=no
4163 DEFAULT_wxUSE_NOTEBOOK=no
4164 DEFAULT_wxUSE_RADIOBOX=no
4165 DEFAULT_wxUSE_RADIOBTN=no
4166 DEFAULT_wxUSE_SASH=no
4167 DEFAULT_wxUSE_SCROLLBAR=no
4168 DEFAULT_wxUSE_SLIDER=no
4169 DEFAULT_wxUSE_SPINBTN=no
4170 DEFAULT_wxUSE_SPINCTRL=no
4171 DEFAULT_wxUSE_SPLITTER=no
4172 DEFAULT_wxUSE_STATBMP=no
4173 DEFAULT_wxUSE_STATBOX=no
4174 DEFAULT_wxUSE_STATLINE=no
4175 DEFAULT_wxUSE_STATUSBAR=no
4176 DEFAULT_wxUSE_TAB_DIALOG=no
4177 DEFAULT_wxUSE_TOOLBAR=no
4178 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
4179 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
4180 DEFAULT_wxUSE_TOOLTIPS=no
4181 DEFAULT_wxUSE_TREECTRL=no
4182 fi
4183
4184
4185 echo $ac_n "checking "for --enable-accel"""... $ac_c" 1>&6
4186 echo "configure:4187: checking "for --enable-accel"" >&5
4187 no_cache=0
4188 # Check whether --enable-accel or --disable-accel was given.
4189 if test "${enable_accel+set}" = set; then
4190 enableval="$enable_accel"
4191
4192 if test "$enableval" = yes; then
4193 ac_cv_use_accel='wxUSE_ACCEL=yes'
4194 else
4195 ac_cv_use_accel='wxUSE_ACCEL=no'
4196 fi
4197
4198 else
4199
4200 LINE=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
4201 if test "x$LINE" != x ; then
4202 eval "DEFAULT_$LINE"
4203 else
4204 no_cache=1
4205 fi
4206
4207 ac_cv_use_accel='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
4208
4209 fi
4210
4211
4212 eval "$ac_cv_use_accel"
4213 if test "$no_cache" != 1; then
4214 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
4215 fi
4216
4217 if test "$wxUSE_ACCEL" = yes; then
4218 echo "$ac_t""yes" 1>&6
4219 else
4220 echo "$ac_t""no" 1>&6
4221 fi
4222
4223
4224 echo $ac_n "checking "for --enable-caret"""... $ac_c" 1>&6
4225 echo "configure:4226: checking "for --enable-caret"" >&5
4226 no_cache=0
4227 # Check whether --enable-caret or --disable-caret was given.
4228 if test "${enable_caret+set}" = set; then
4229 enableval="$enable_caret"
4230
4231 if test "$enableval" = yes; then
4232 ac_cv_use_caret='wxUSE_CARET=yes'
4233 else
4234 ac_cv_use_caret='wxUSE_CARET=no'
4235 fi
4236
4237 else
4238
4239 LINE=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
4240 if test "x$LINE" != x ; then
4241 eval "DEFAULT_$LINE"
4242 else
4243 no_cache=1
4244 fi
4245
4246 ac_cv_use_caret='wxUSE_CARET='$DEFAULT_wxUSE_CARET
4247
4248 fi
4249
4250
4251 eval "$ac_cv_use_caret"
4252 if test "$no_cache" != 1; then
4253 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
4254 fi
4255
4256 if test "$wxUSE_CARET" = yes; then
4257 echo "$ac_t""yes" 1>&6
4258 else
4259 echo "$ac_t""no" 1>&6
4260 fi
4261
4262
4263 echo $ac_n "checking "for --enable-bmpbutton"""... $ac_c" 1>&6
4264 echo "configure:4265: checking "for --enable-bmpbutton"" >&5
4265 no_cache=0
4266 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
4267 if test "${enable_bmpbutton+set}" = set; then
4268 enableval="$enable_bmpbutton"
4269
4270 if test "$enableval" = yes; then
4271 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes'
4272 else
4273 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
4274 fi
4275
4276 else
4277
4278 LINE=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
4279 if test "x$LINE" != x ; then
4280 eval "DEFAULT_$LINE"
4281 else
4282 no_cache=1
4283 fi
4284
4285 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
4286
4287 fi
4288
4289
4290 eval "$ac_cv_use_bmpbutton"
4291 if test "$no_cache" != 1; then
4292 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
4293 fi
4294
4295 if test "$wxUSE_BMPBUTTON" = yes; then
4296 echo "$ac_t""yes" 1>&6
4297 else
4298 echo "$ac_t""no" 1>&6
4299 fi
4300
4301
4302 echo $ac_n "checking "for --enable-checkbox"""... $ac_c" 1>&6
4303 echo "configure:4304: checking "for --enable-checkbox"" >&5
4304 no_cache=0
4305 # Check whether --enable-checkbox or --disable-checkbox was given.
4306 if test "${enable_checkbox+set}" = set; then
4307 enableval="$enable_checkbox"
4308
4309 if test "$enableval" = yes; then
4310 ac_cv_use_checkbox='wxUSE_CHECKBOX=yes'
4311 else
4312 ac_cv_use_checkbox='wxUSE_CHECKBOX=no'
4313 fi
4314
4315 else
4316
4317 LINE=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
4318 if test "x$LINE" != x ; then
4319 eval "DEFAULT_$LINE"
4320 else
4321 no_cache=1
4322 fi
4323
4324 ac_cv_use_checkbox='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
4325
4326 fi
4327
4328
4329 eval "$ac_cv_use_checkbox"
4330 if test "$no_cache" != 1; then
4331 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
4332 fi
4333
4334 if test "$wxUSE_CHECKBOX" = yes; then
4335 echo "$ac_t""yes" 1>&6
4336 else
4337 echo "$ac_t""no" 1>&6
4338 fi
4339
4340
4341 echo $ac_n "checking "for --enable-checklst"""... $ac_c" 1>&6
4342 echo "configure:4343: checking "for --enable-checklst"" >&5
4343 no_cache=0
4344 # Check whether --enable-checklst or --disable-checklst was given.
4345 if test "${enable_checklst+set}" = set; then
4346 enableval="$enable_checklst"
4347
4348 if test "$enableval" = yes; then
4349 ac_cv_use_checklst='wxUSE_CHECKLST=yes'
4350 else
4351 ac_cv_use_checklst='wxUSE_CHECKLST=no'
4352 fi
4353
4354 else
4355
4356 LINE=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
4357 if test "x$LINE" != x ; then
4358 eval "DEFAULT_$LINE"
4359 else
4360 no_cache=1
4361 fi
4362
4363 ac_cv_use_checklst='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
4364
4365 fi
4366
4367
4368 eval "$ac_cv_use_checklst"
4369 if test "$no_cache" != 1; then
4370 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
4371 fi
4372
4373 if test "$wxUSE_CHECKLST" = yes; then
4374 echo "$ac_t""yes" 1>&6
4375 else
4376 echo "$ac_t""no" 1>&6
4377 fi
4378
4379
4380 echo $ac_n "checking "for --enable-choice"""... $ac_c" 1>&6
4381 echo "configure:4382: checking "for --enable-choice"" >&5
4382 no_cache=0
4383 # Check whether --enable-choice or --disable-choice was given.
4384 if test "${enable_choice+set}" = set; then
4385 enableval="$enable_choice"
4386
4387 if test "$enableval" = yes; then
4388 ac_cv_use_choice='wxUSE_CHOICE=yes'
4389 else
4390 ac_cv_use_choice='wxUSE_CHOICE=no'
4391 fi
4392
4393 else
4394
4395 LINE=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
4396 if test "x$LINE" != x ; then
4397 eval "DEFAULT_$LINE"
4398 else
4399 no_cache=1
4400 fi
4401
4402 ac_cv_use_choice='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
4403
4404 fi
4405
4406
4407 eval "$ac_cv_use_choice"
4408 if test "$no_cache" != 1; then
4409 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
4410 fi
4411
4412 if test "$wxUSE_CHOICE" = yes; then
4413 echo "$ac_t""yes" 1>&6
4414 else
4415 echo "$ac_t""no" 1>&6
4416 fi
4417
4418
4419 echo $ac_n "checking "for --enable-combobox"""... $ac_c" 1>&6
4420 echo "configure:4421: checking "for --enable-combobox"" >&5
4421 no_cache=0
4422 # Check whether --enable-combobox or --disable-combobox was given.
4423 if test "${enable_combobox+set}" = set; then
4424 enableval="$enable_combobox"
4425
4426 if test "$enableval" = yes; then
4427 ac_cv_use_combobox='wxUSE_COMBOBOX=yes'
4428 else
4429 ac_cv_use_combobox='wxUSE_COMBOBOX=no'
4430 fi
4431
4432 else
4433
4434 LINE=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
4435 if test "x$LINE" != x ; then
4436 eval "DEFAULT_$LINE"
4437 else
4438 no_cache=1
4439 fi
4440
4441 ac_cv_use_combobox='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
4442
4443 fi
4444
4445
4446 eval "$ac_cv_use_combobox"
4447 if test "$no_cache" != 1; then
4448 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
4449 fi
4450
4451 if test "$wxUSE_COMBOBOX" = yes; then
4452 echo "$ac_t""yes" 1>&6
4453 else
4454 echo "$ac_t""no" 1>&6
4455 fi
4456
4457
4458 echo $ac_n "checking "for --enable-gauge"""... $ac_c" 1>&6
4459 echo "configure:4460: checking "for --enable-gauge"" >&5
4460 no_cache=0
4461 # Check whether --enable-gauge or --disable-gauge was given.
4462 if test "${enable_gauge+set}" = set; then
4463 enableval="$enable_gauge"
4464
4465 if test "$enableval" = yes; then
4466 ac_cv_use_gauge='wxUSE_GAUGE=yes'
4467 else
4468 ac_cv_use_gauge='wxUSE_GAUGE=no'
4469 fi
4470
4471 else
4472
4473 LINE=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
4474 if test "x$LINE" != x ; then
4475 eval "DEFAULT_$LINE"
4476 else
4477 no_cache=1
4478 fi
4479
4480 ac_cv_use_gauge='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
4481
4482 fi
4483
4484
4485 eval "$ac_cv_use_gauge"
4486 if test "$no_cache" != 1; then
4487 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
4488 fi
4489
4490 if test "$wxUSE_GAUGE" = yes; then
4491 echo "$ac_t""yes" 1>&6
4492 else
4493 echo "$ac_t""no" 1>&6
4494 fi
4495
4496
4497 echo $ac_n "checking "for --enable-grid"""... $ac_c" 1>&6
4498 echo "configure:4499: checking "for --enable-grid"" >&5
4499 no_cache=0
4500 # Check whether --enable-grid or --disable-grid was given.
4501 if test "${enable_grid+set}" = set; then
4502 enableval="$enable_grid"
4503
4504 if test "$enableval" = yes; then
4505 ac_cv_use_grid='wxUSE_GRID=yes'
4506 else
4507 ac_cv_use_grid='wxUSE_GRID=no'
4508 fi
4509
4510 else
4511
4512 LINE=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
4513 if test "x$LINE" != x ; then
4514 eval "DEFAULT_$LINE"
4515 else
4516 no_cache=1
4517 fi
4518
4519 ac_cv_use_grid='wxUSE_GRID='$DEFAULT_wxUSE_GRID
4520
4521 fi
4522
4523
4524 eval "$ac_cv_use_grid"
4525 if test "$no_cache" != 1; then
4526 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
4527 fi
4528
4529 if test "$wxUSE_GRID" = yes; then
4530 echo "$ac_t""yes" 1>&6
4531 else
4532 echo "$ac_t""no" 1>&6
4533 fi
4534
4535
4536 echo $ac_n "checking "for --enable-newgrid"""... $ac_c" 1>&6
4537 echo "configure:4538: checking "for --enable-newgrid"" >&5
4538 no_cache=0
4539 # Check whether --enable-newgrid or --disable-newgrid was given.
4540 if test "${enable_newgrid+set}" = set; then
4541 enableval="$enable_newgrid"
4542
4543 if test "$enableval" = yes; then
4544 ac_cv_use_newgrid='wxUSE_NEW_GRID=yes'
4545 else
4546 ac_cv_use_newgrid='wxUSE_NEW_GRID=no'
4547 fi
4548
4549 else
4550
4551 LINE=`grep "wxUSE_NEW_GRID" ${wx_arg_cache_file}`
4552 if test "x$LINE" != x ; then
4553 eval "DEFAULT_$LINE"
4554 else
4555 no_cache=1
4556 fi
4557
4558 ac_cv_use_newgrid='wxUSE_NEW_GRID='$DEFAULT_wxUSE_NEW_GRID
4559
4560 fi
4561
4562
4563 eval "$ac_cv_use_newgrid"
4564 if test "$no_cache" != 1; then
4565 echo $ac_cv_use_newgrid >> ${wx_arg_cache_file}.tmp
4566 fi
4567
4568 if test "$wxUSE_NEW_GRID" = yes; then
4569 echo "$ac_t""yes" 1>&6
4570 else
4571 echo "$ac_t""no" 1>&6
4572 fi
4573
4574
4575 echo $ac_n "checking "for --enable-imaglist"""... $ac_c" 1>&6
4576 echo "configure:4577: checking "for --enable-imaglist"" >&5
4577 no_cache=0
4578 # Check whether --enable-imaglist or --disable-imaglist was given.
4579 if test "${enable_imaglist+set}" = set; then
4580 enableval="$enable_imaglist"
4581
4582 if test "$enableval" = yes; then
4583 ac_cv_use_imaglist='wxUSE_IMAGLIST=yes'
4584 else
4585 ac_cv_use_imaglist='wxUSE_IMAGLIST=no'
4586 fi
4587
4588 else
4589
4590 LINE=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
4591 if test "x$LINE" != x ; then
4592 eval "DEFAULT_$LINE"
4593 else
4594 no_cache=1
4595 fi
4596
4597 ac_cv_use_imaglist='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
4598
4599 fi
4600
4601
4602 eval "$ac_cv_use_imaglist"
4603 if test "$no_cache" != 1; then
4604 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
4605 fi
4606
4607 if test "$wxUSE_IMAGLIST" = yes; then
4608 echo "$ac_t""yes" 1>&6
4609 else
4610 echo "$ac_t""no" 1>&6
4611 fi
4612
4613
4614 echo $ac_n "checking "for --enable-listbox"""... $ac_c" 1>&6
4615 echo "configure:4616: checking "for --enable-listbox"" >&5
4616 no_cache=0
4617 # Check whether --enable-listbox or --disable-listbox was given.
4618 if test "${enable_listbox+set}" = set; then
4619 enableval="$enable_listbox"
4620
4621 if test "$enableval" = yes; then
4622 ac_cv_use_listbox='wxUSE_LISTBOX=yes'
4623 else
4624 ac_cv_use_listbox='wxUSE_LISTBOX=no'
4625 fi
4626
4627 else
4628
4629 LINE=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
4630 if test "x$LINE" != x ; then
4631 eval "DEFAULT_$LINE"
4632 else
4633 no_cache=1
4634 fi
4635
4636 ac_cv_use_listbox='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
4637
4638 fi
4639
4640
4641 eval "$ac_cv_use_listbox"
4642 if test "$no_cache" != 1; then
4643 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
4644 fi
4645
4646 if test "$wxUSE_LISTBOX" = yes; then
4647 echo "$ac_t""yes" 1>&6
4648 else
4649 echo "$ac_t""no" 1>&6
4650 fi
4651
4652
4653 echo $ac_n "checking "for --enable-listctrl"""... $ac_c" 1>&6
4654 echo "configure:4655: checking "for --enable-listctrl"" >&5
4655 no_cache=0
4656 # Check whether --enable-listctrl or --disable-listctrl was given.
4657 if test "${enable_listctrl+set}" = set; then
4658 enableval="$enable_listctrl"
4659
4660 if test "$enableval" = yes; then
4661 ac_cv_use_listctrl='wxUSE_LISTCTRL=yes'
4662 else
4663 ac_cv_use_listctrl='wxUSE_LISTCTRL=no'
4664 fi
4665
4666 else
4667
4668 LINE=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
4669 if test "x$LINE" != x ; then
4670 eval "DEFAULT_$LINE"
4671 else
4672 no_cache=1
4673 fi
4674
4675 ac_cv_use_listctrl='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
4676
4677 fi
4678
4679
4680 eval "$ac_cv_use_listctrl"
4681 if test "$no_cache" != 1; then
4682 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
4683 fi
4684
4685 if test "$wxUSE_LISTCTRL" = yes; then
4686 echo "$ac_t""yes" 1>&6
4687 else
4688 echo "$ac_t""no" 1>&6
4689 fi
4690
4691
4692 echo $ac_n "checking "for --enable-notebook"""... $ac_c" 1>&6
4693 echo "configure:4694: checking "for --enable-notebook"" >&5
4694 no_cache=0
4695 # Check whether --enable-notebook or --disable-notebook was given.
4696 if test "${enable_notebook+set}" = set; then
4697 enableval="$enable_notebook"
4698
4699 if test "$enableval" = yes; then
4700 ac_cv_use_notebook='wxUSE_NOTEBOOK=yes'
4701 else
4702 ac_cv_use_notebook='wxUSE_NOTEBOOK=no'
4703 fi
4704
4705 else
4706
4707 LINE=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
4708 if test "x$LINE" != x ; then
4709 eval "DEFAULT_$LINE"
4710 else
4711 no_cache=1
4712 fi
4713
4714 ac_cv_use_notebook='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
4715
4716 fi
4717
4718
4719 eval "$ac_cv_use_notebook"
4720 if test "$no_cache" != 1; then
4721 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
4722 fi
4723
4724 if test "$wxUSE_NOTEBOOK" = yes; then
4725 echo "$ac_t""yes" 1>&6
4726 else
4727 echo "$ac_t""no" 1>&6
4728 fi
4729
4730
4731 echo $ac_n "checking "for --enable-radiobox"""... $ac_c" 1>&6
4732 echo "configure:4733: checking "for --enable-radiobox"" >&5
4733 no_cache=0
4734 # Check whether --enable-radiobox or --disable-radiobox was given.
4735 if test "${enable_radiobox+set}" = set; then
4736 enableval="$enable_radiobox"
4737
4738 if test "$enableval" = yes; then
4739 ac_cv_use_radiobox='wxUSE_RADIOBOX=yes'
4740 else
4741 ac_cv_use_radiobox='wxUSE_RADIOBOX=no'
4742 fi
4743
4744 else
4745
4746 LINE=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
4747 if test "x$LINE" != x ; then
4748 eval "DEFAULT_$LINE"
4749 else
4750 no_cache=1
4751 fi
4752
4753 ac_cv_use_radiobox='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
4754
4755 fi
4756
4757
4758 eval "$ac_cv_use_radiobox"
4759 if test "$no_cache" != 1; then
4760 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
4761 fi
4762
4763 if test "$wxUSE_RADIOBOX" = yes; then
4764 echo "$ac_t""yes" 1>&6
4765 else
4766 echo "$ac_t""no" 1>&6
4767 fi
4768
4769
4770 echo $ac_n "checking "for --enable-radiobtn"""... $ac_c" 1>&6
4771 echo "configure:4772: checking "for --enable-radiobtn"" >&5
4772 no_cache=0
4773 # Check whether --enable-radiobtn or --disable-radiobtn was given.
4774 if test "${enable_radiobtn+set}" = set; then
4775 enableval="$enable_radiobtn"
4776
4777 if test "$enableval" = yes; then
4778 ac_cv_use_radiobtn='wxUSE_RADIOBTN=yes'
4779 else
4780 ac_cv_use_radiobtn='wxUSE_RADIOBTN=no'
4781 fi
4782
4783 else
4784
4785 LINE=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
4786 if test "x$LINE" != x ; then
4787 eval "DEFAULT_$LINE"
4788 else
4789 no_cache=1
4790 fi
4791
4792 ac_cv_use_radiobtn='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
4793
4794 fi
4795
4796
4797 eval "$ac_cv_use_radiobtn"
4798 if test "$no_cache" != 1; then
4799 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
4800 fi
4801
4802 if test "$wxUSE_RADIOBTN" = yes; then
4803 echo "$ac_t""yes" 1>&6
4804 else
4805 echo "$ac_t""no" 1>&6
4806 fi
4807
4808
4809 echo $ac_n "checking "for --enable-sash"""... $ac_c" 1>&6
4810 echo "configure:4811: checking "for --enable-sash"" >&5
4811 no_cache=0
4812 # Check whether --enable-sash or --disable-sash was given.
4813 if test "${enable_sash+set}" = set; then
4814 enableval="$enable_sash"
4815
4816 if test "$enableval" = yes; then
4817 ac_cv_use_sash='wxUSE_SASH=yes'
4818 else
4819 ac_cv_use_sash='wxUSE_SASH=no'
4820 fi
4821
4822 else
4823
4824 LINE=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
4825 if test "x$LINE" != x ; then
4826 eval "DEFAULT_$LINE"
4827 else
4828 no_cache=1
4829 fi
4830
4831 ac_cv_use_sash='wxUSE_SASH='$DEFAULT_wxUSE_SASH
4832
4833 fi
4834
4835
4836 eval "$ac_cv_use_sash"
4837 if test "$no_cache" != 1; then
4838 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
4839 fi
4840
4841 if test "$wxUSE_SASH" = yes; then
4842 echo "$ac_t""yes" 1>&6
4843 else
4844 echo "$ac_t""no" 1>&6
4845 fi
4846
4847
4848 echo $ac_n "checking "for --enable-scrollbar"""... $ac_c" 1>&6
4849 echo "configure:4850: checking "for --enable-scrollbar"" >&5
4850 no_cache=0
4851 # Check whether --enable-scrollbar or --disable-scrollbar was given.
4852 if test "${enable_scrollbar+set}" = set; then
4853 enableval="$enable_scrollbar"
4854
4855 if test "$enableval" = yes; then
4856 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=yes'
4857 else
4858 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=no'
4859 fi
4860
4861 else
4862
4863 LINE=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
4864 if test "x$LINE" != x ; then
4865 eval "DEFAULT_$LINE"
4866 else
4867 no_cache=1
4868 fi
4869
4870 ac_cv_use_scrollbar='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
4871
4872 fi
4873
4874
4875 eval "$ac_cv_use_scrollbar"
4876 if test "$no_cache" != 1; then
4877 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
4878 fi
4879
4880 if test "$wxUSE_SCROLLBAR" = yes; then
4881 echo "$ac_t""yes" 1>&6
4882 else
4883 echo "$ac_t""no" 1>&6
4884 fi
4885
4886
4887 echo $ac_n "checking "for --enable-slider"""... $ac_c" 1>&6
4888 echo "configure:4889: checking "for --enable-slider"" >&5
4889 no_cache=0
4890 # Check whether --enable-slider or --disable-slider was given.
4891 if test "${enable_slider+set}" = set; then
4892 enableval="$enable_slider"
4893
4894 if test "$enableval" = yes; then
4895 ac_cv_use_slider='wxUSE_SLIDER=yes'
4896 else
4897 ac_cv_use_slider='wxUSE_SLIDER=no'
4898 fi
4899
4900 else
4901
4902 LINE=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
4903 if test "x$LINE" != x ; then
4904 eval "DEFAULT_$LINE"
4905 else
4906 no_cache=1
4907 fi
4908
4909 ac_cv_use_slider='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
4910
4911 fi
4912
4913
4914 eval "$ac_cv_use_slider"
4915 if test "$no_cache" != 1; then
4916 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
4917 fi
4918
4919 if test "$wxUSE_SLIDER" = yes; then
4920 echo "$ac_t""yes" 1>&6
4921 else
4922 echo "$ac_t""no" 1>&6
4923 fi
4924
4925
4926 echo $ac_n "checking "for --enable-spinbtn"""... $ac_c" 1>&6
4927 echo "configure:4928: checking "for --enable-spinbtn"" >&5
4928 no_cache=0
4929 # Check whether --enable-spinbtn or --disable-spinbtn was given.
4930 if test "${enable_spinbtn+set}" = set; then
4931 enableval="$enable_spinbtn"
4932
4933 if test "$enableval" = yes; then
4934 ac_cv_use_spinbtn='wxUSE_SPINBTN=yes'
4935 else
4936 ac_cv_use_spinbtn='wxUSE_SPINBTN=no'
4937 fi
4938
4939 else
4940
4941 LINE=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
4942 if test "x$LINE" != x ; then
4943 eval "DEFAULT_$LINE"
4944 else
4945 no_cache=1
4946 fi
4947
4948 ac_cv_use_spinbtn='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
4949
4950 fi
4951
4952
4953 eval "$ac_cv_use_spinbtn"
4954 if test "$no_cache" != 1; then
4955 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
4956 fi
4957
4958 if test "$wxUSE_SPINBTN" = yes; then
4959 echo "$ac_t""yes" 1>&6
4960 else
4961 echo "$ac_t""no" 1>&6
4962 fi
4963
4964
4965 echo $ac_n "checking "for --enable-spinctrl"""... $ac_c" 1>&6
4966 echo "configure:4967: checking "for --enable-spinctrl"" >&5
4967 no_cache=0
4968 # Check whether --enable-spinctrl or --disable-spinctrl was given.
4969 if test "${enable_spinctrl+set}" = set; then
4970 enableval="$enable_spinctrl"
4971
4972 if test "$enableval" = yes; then
4973 ac_cv_use_spinctrl='wxUSE_SPINCTRL=yes'
4974 else
4975 ac_cv_use_spinctrl='wxUSE_SPINCTRL=no'
4976 fi
4977
4978 else
4979
4980 LINE=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
4981 if test "x$LINE" != x ; then
4982 eval "DEFAULT_$LINE"
4983 else
4984 no_cache=1
4985 fi
4986
4987 ac_cv_use_spinctrl='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
4988
4989 fi
4990
4991
4992 eval "$ac_cv_use_spinctrl"
4993 if test "$no_cache" != 1; then
4994 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
4995 fi
4996
4997 if test "$wxUSE_SPINCTRL" = yes; then
4998 echo "$ac_t""yes" 1>&6
4999 else
5000 echo "$ac_t""no" 1>&6
5001 fi
5002
5003
5004 echo $ac_n "checking "for --enable-splitter"""... $ac_c" 1>&6
5005 echo "configure:5006: checking "for --enable-splitter"" >&5
5006 no_cache=0
5007 # Check whether --enable-splitter or --disable-splitter was given.
5008 if test "${enable_splitter+set}" = set; then
5009 enableval="$enable_splitter"
5010
5011 if test "$enableval" = yes; then
5012 ac_cv_use_splitter='wxUSE_SPLITTER=yes'
5013 else
5014 ac_cv_use_splitter='wxUSE_SPLITTER=no'
5015 fi
5016
5017 else
5018
5019 LINE=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
5020 if test "x$LINE" != x ; then
5021 eval "DEFAULT_$LINE"
5022 else
5023 no_cache=1
5024 fi
5025
5026 ac_cv_use_splitter='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
5027
5028 fi
5029
5030
5031 eval "$ac_cv_use_splitter"
5032 if test "$no_cache" != 1; then
5033 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
5034 fi
5035
5036 if test "$wxUSE_SPLITTER" = yes; then
5037 echo "$ac_t""yes" 1>&6
5038 else
5039 echo "$ac_t""no" 1>&6
5040 fi
5041
5042
5043 echo $ac_n "checking "for --enable-statbmp"""... $ac_c" 1>&6
5044 echo "configure:5045: checking "for --enable-statbmp"" >&5
5045 no_cache=0
5046 # Check whether --enable-statbmp or --disable-statbmp was given.
5047 if test "${enable_statbmp+set}" = set; then
5048 enableval="$enable_statbmp"
5049
5050 if test "$enableval" = yes; then
5051 ac_cv_use_statbmp='wxUSE_STATBMP=yes'
5052 else
5053 ac_cv_use_statbmp='wxUSE_STATBMP=no'
5054 fi
5055
5056 else
5057
5058 LINE=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
5059 if test "x$LINE" != x ; then
5060 eval "DEFAULT_$LINE"
5061 else
5062 no_cache=1
5063 fi
5064
5065 ac_cv_use_statbmp='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
5066
5067 fi
5068
5069
5070 eval "$ac_cv_use_statbmp"
5071 if test "$no_cache" != 1; then
5072 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
5073 fi
5074
5075 if test "$wxUSE_STATBMP" = yes; then
5076 echo "$ac_t""yes" 1>&6
5077 else
5078 echo "$ac_t""no" 1>&6
5079 fi
5080
5081
5082 echo $ac_n "checking "for --enable-statbox"""... $ac_c" 1>&6
5083 echo "configure:5084: checking "for --enable-statbox"" >&5
5084 no_cache=0
5085 # Check whether --enable-statbox or --disable-statbox was given.
5086 if test "${enable_statbox+set}" = set; then
5087 enableval="$enable_statbox"
5088
5089 if test "$enableval" = yes; then
5090 ac_cv_use_statbox='wxUSE_STATBOX=yes'
5091 else
5092 ac_cv_use_statbox='wxUSE_STATBOX=no'
5093 fi
5094
5095 else
5096
5097 LINE=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
5098 if test "x$LINE" != x ; then
5099 eval "DEFAULT_$LINE"
5100 else
5101 no_cache=1
5102 fi
5103
5104 ac_cv_use_statbox='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
5105
5106 fi
5107
5108
5109 eval "$ac_cv_use_statbox"
5110 if test "$no_cache" != 1; then
5111 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
5112 fi
5113
5114 if test "$wxUSE_STATBOX" = yes; then
5115 echo "$ac_t""yes" 1>&6
5116 else
5117 echo "$ac_t""no" 1>&6
5118 fi
5119
5120
5121 echo $ac_n "checking "for --enable-statline"""... $ac_c" 1>&6
5122 echo "configure:5123: checking "for --enable-statline"" >&5
5123 no_cache=0
5124 # Check whether --enable-statline or --disable-statline was given.
5125 if test "${enable_statline+set}" = set; then
5126 enableval="$enable_statline"
5127
5128 if test "$enableval" = yes; then
5129 ac_cv_use_statline='wxUSE_STATLINE=yes'
5130 else
5131 ac_cv_use_statline='wxUSE_STATLINE=no'
5132 fi
5133
5134 else
5135
5136 LINE=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
5137 if test "x$LINE" != x ; then
5138 eval "DEFAULT_$LINE"
5139 else
5140 no_cache=1
5141 fi
5142
5143 ac_cv_use_statline='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
5144
5145 fi
5146
5147
5148 eval "$ac_cv_use_statline"
5149 if test "$no_cache" != 1; then
5150 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
5151 fi
5152
5153 if test "$wxUSE_STATLINE" = yes; then
5154 echo "$ac_t""yes" 1>&6
5155 else
5156 echo "$ac_t""no" 1>&6
5157 fi
5158
5159
5160 echo $ac_n "checking "for --enable-statusbar"""... $ac_c" 1>&6
5161 echo "configure:5162: checking "for --enable-statusbar"" >&5
5162 no_cache=0
5163 # Check whether --enable-statusbar or --disable-statusbar was given.
5164 if test "${enable_statusbar+set}" = set; then
5165 enableval="$enable_statusbar"
5166
5167 if test "$enableval" = yes; then
5168 ac_cv_use_statusbar='wxUSE_STATUSBAR=yes'
5169 else
5170 ac_cv_use_statusbar='wxUSE_STATUSBAR=no'
5171 fi
5172
5173 else
5174
5175 LINE=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
5176 if test "x$LINE" != x ; then
5177 eval "DEFAULT_$LINE"
5178 else
5179 no_cache=1
5180 fi
5181
5182 ac_cv_use_statusbar='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
5183
5184 fi
5185
5186
5187 eval "$ac_cv_use_statusbar"
5188 if test "$no_cache" != 1; then
5189 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
5190 fi
5191
5192 if test "$wxUSE_STATUSBAR" = yes; then
5193 echo "$ac_t""yes" 1>&6
5194 else
5195 echo "$ac_t""no" 1>&6
5196 fi
5197
5198
5199 echo $ac_n "checking "for --enable-tabdialog"""... $ac_c" 1>&6
5200 echo "configure:5201: checking "for --enable-tabdialog"" >&5
5201 no_cache=0
5202 # Check whether --enable-tabdialog or --disable-tabdialog was given.
5203 if test "${enable_tabdialog+set}" = set; then
5204 enableval="$enable_tabdialog"
5205
5206 if test "$enableval" = yes; then
5207 ac_cv_use_tabdialog='wxUSE_TABDIALOG=yes'
5208 else
5209 ac_cv_use_tabdialog='wxUSE_TABDIALOG=no'
5210 fi
5211
5212 else
5213
5214 LINE=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
5215 if test "x$LINE" != x ; then
5216 eval "DEFAULT_$LINE"
5217 else
5218 no_cache=1
5219 fi
5220
5221 ac_cv_use_tabdialog='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
5222
5223 fi
5224
5225
5226 eval "$ac_cv_use_tabdialog"
5227 if test "$no_cache" != 1; then
5228 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
5229 fi
5230
5231 if test "$wxUSE_TABDIALOG" = yes; then
5232 echo "$ac_t""yes" 1>&6
5233 else
5234 echo "$ac_t""no" 1>&6
5235 fi
5236
5237
5238 echo $ac_n "checking "for --enable-toolbar"""... $ac_c" 1>&6
5239 echo "configure:5240: checking "for --enable-toolbar"" >&5
5240 no_cache=0
5241 # Check whether --enable-toolbar or --disable-toolbar was given.
5242 if test "${enable_toolbar+set}" = set; then
5243 enableval="$enable_toolbar"
5244
5245 if test "$enableval" = yes; then
5246 ac_cv_use_toolbar='wxUSE_TOOLBAR=yes'
5247 else
5248 ac_cv_use_toolbar='wxUSE_TOOLBAR=no'
5249 fi
5250
5251 else
5252
5253 LINE=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
5254 if test "x$LINE" != x ; then
5255 eval "DEFAULT_$LINE"
5256 else
5257 no_cache=1
5258 fi
5259
5260 ac_cv_use_toolbar='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
5261
5262 fi
5263
5264
5265 eval "$ac_cv_use_toolbar"
5266 if test "$no_cache" != 1; then
5267 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
5268 fi
5269
5270 if test "$wxUSE_TOOLBAR" = yes; then
5271 echo "$ac_t""yes" 1>&6
5272 else
5273 echo "$ac_t""no" 1>&6
5274 fi
5275
5276
5277 echo $ac_n "checking "for --enable-tbarnative"""... $ac_c" 1>&6
5278 echo "configure:5279: checking "for --enable-tbarnative"" >&5
5279 no_cache=0
5280 # Check whether --enable-tbarnative or --disable-tbarnative was given.
5281 if test "${enable_tbarnative+set}" = set; then
5282 enableval="$enable_tbarnative"
5283
5284 if test "$enableval" = yes; then
5285 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes'
5286 else
5287 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no'
5288 fi
5289
5290 else
5291
5292 LINE=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
5293 if test "x$LINE" != x ; then
5294 eval "DEFAULT_$LINE"
5295 else
5296 no_cache=1
5297 fi
5298
5299 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
5300
5301 fi
5302
5303
5304 eval "$ac_cv_use_tbarnative"
5305 if test "$no_cache" != 1; then
5306 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
5307 fi
5308
5309 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
5310 echo "$ac_t""yes" 1>&6
5311 else
5312 echo "$ac_t""no" 1>&6
5313 fi
5314
5315
5316 echo $ac_n "checking "for --enable-tbarsmpl"""... $ac_c" 1>&6
5317 echo "configure:5318: checking "for --enable-tbarsmpl"" >&5
5318 no_cache=0
5319 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
5320 if test "${enable_tbarsmpl+set}" = set; then
5321 enableval="$enable_tbarsmpl"
5322
5323 if test "$enableval" = yes; then
5324 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=yes'
5325 else
5326 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=no'
5327 fi
5328
5329 else
5330
5331 LINE=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
5332 if test "x$LINE" != x ; then
5333 eval "DEFAULT_$LINE"
5334 else
5335 no_cache=1
5336 fi
5337
5338 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
5339
5340 fi
5341
5342
5343 eval "$ac_cv_use_tbarsmpl"
5344 if test "$no_cache" != 1; then
5345 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
5346 fi
5347
5348 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
5349 echo "$ac_t""yes" 1>&6
5350 else
5351 echo "$ac_t""no" 1>&6
5352 fi
5353
5354
5355 echo $ac_n "checking "for --enable-treectrl"""... $ac_c" 1>&6
5356 echo "configure:5357: checking "for --enable-treectrl"" >&5
5357 no_cache=0
5358 # Check whether --enable-treectrl or --disable-treectrl was given.
5359 if test "${enable_treectrl+set}" = set; then
5360 enableval="$enable_treectrl"
5361
5362 if test "$enableval" = yes; then
5363 ac_cv_use_treectrl='wxUSE_TREECTRL=yes'
5364 else
5365 ac_cv_use_treectrl='wxUSE_TREECTRL=no'
5366 fi
5367
5368 else
5369
5370 LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
5371 if test "x$LINE" != x ; then
5372 eval "DEFAULT_$LINE"
5373 else
5374 no_cache=1
5375 fi
5376
5377 ac_cv_use_treectrl='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
5378
5379 fi
5380
5381
5382 eval "$ac_cv_use_treectrl"
5383 if test "$no_cache" != 1; then
5384 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
5385 fi
5386
5387 if test "$wxUSE_TREECTRL" = yes; then
5388 echo "$ac_t""yes" 1>&6
5389 else
5390 echo "$ac_t""no" 1>&6
5391 fi
5392
5393
5394
5395
5396 echo $ac_n "checking "for --enable-commondlg"""... $ac_c" 1>&6
5397 echo "configure:5398: checking "for --enable-commondlg"" >&5
5398 no_cache=0
5399 # Check whether --enable-commondlg or --disable-commondlg was given.
5400 if test "${enable_commondlg+set}" = set; then
5401 enableval="$enable_commondlg"
5402
5403 if test "$enableval" = yes; then
5404 ac_cv_use_commondlg='wxUSE_COMMONDLGS=yes'
5405 else
5406 ac_cv_use_commondlg='wxUSE_COMMONDLGS=no'
5407 fi
5408
5409 else
5410
5411 LINE=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
5412 if test "x$LINE" != x ; then
5413 eval "DEFAULT_$LINE"
5414 else
5415 no_cache=1
5416 fi
5417
5418 ac_cv_use_commondlg='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
5419
5420 fi
5421
5422
5423 eval "$ac_cv_use_commondlg"
5424 if test "$no_cache" != 1; then
5425 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
5426 fi
5427
5428 if test "$wxUSE_COMMONDLGS" = yes; then
5429 echo "$ac_t""yes" 1>&6
5430 else
5431 echo "$ac_t""no" 1>&6
5432 fi
5433
5434
5435 echo $ac_n "checking "for --enable-dirdlg"""... $ac_c" 1>&6
5436 echo "configure:5437: checking "for --enable-dirdlg"" >&5
5437 no_cache=0
5438 # Check whether --enable-dirdlg or --disable-dirdlg was given.
5439 if test "${enable_dirdlg+set}" = set; then
5440 enableval="$enable_dirdlg"
5441
5442 if test "$enableval" = yes; then
5443 ac_cv_use_dirdlg='wxUSE_DIRDLG=yes'
5444 else
5445 ac_cv_use_dirdlg='wxUSE_DIRDLG=no'
5446 fi
5447
5448 else
5449
5450 LINE=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
5451 if test "x$LINE" != x ; then
5452 eval "DEFAULT_$LINE"
5453 else
5454 no_cache=1
5455 fi
5456
5457 ac_cv_use_dirdlg='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
5458
5459 fi
5460
5461
5462 eval "$ac_cv_use_dirdlg"
5463 if test "$no_cache" != 1; then
5464 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
5465 fi
5466
5467 if test "$wxUSE_DIRDLG" = yes; then
5468 echo "$ac_t""yes" 1>&6
5469 else
5470 echo "$ac_t""no" 1>&6
5471 fi
5472
5473
5474 echo $ac_n "checking "for --enable-textdlg"""... $ac_c" 1>&6
5475 echo "configure:5476: checking "for --enable-textdlg"" >&5
5476 no_cache=0
5477 # Check whether --enable-textdlg or --disable-textdlg was given.
5478 if test "${enable_textdlg+set}" = set; then
5479 enableval="$enable_textdlg"
5480
5481 if test "$enableval" = yes; then
5482 ac_cv_use_textdlg='wxUSE_TEXTDLG=yes'
5483 else
5484 ac_cv_use_textdlg='wxUSE_TEXTDLG=no'
5485 fi
5486
5487 else
5488
5489 LINE=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
5490 if test "x$LINE" != x ; then
5491 eval "DEFAULT_$LINE"
5492 else
5493 no_cache=1
5494 fi
5495
5496 ac_cv_use_textdlg='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
5497
5498 fi
5499
5500
5501 eval "$ac_cv_use_textdlg"
5502 if test "$no_cache" != 1; then
5503 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
5504 fi
5505
5506 if test "$wxUSE_TEXTDLG" = yes; then
5507 echo "$ac_t""yes" 1>&6
5508 else
5509 echo "$ac_t""no" 1>&6
5510 fi
5511
5512
5513 echo $ac_n "checking "for --enable-tipdlg"""... $ac_c" 1>&6
5514 echo "configure:5515: checking "for --enable-tipdlg"" >&5
5515 no_cache=0
5516 # Check whether --enable-tipdlg or --disable-tipdlg was given.
5517 if test "${enable_tipdlg+set}" = set; then
5518 enableval="$enable_tipdlg"
5519
5520 if test "$enableval" = yes; then
5521 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes'
5522 else
5523 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no'
5524 fi
5525
5526 else
5527
5528 LINE=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
5529 if test "x$LINE" != x ; then
5530 eval "DEFAULT_$LINE"
5531 else
5532 no_cache=1
5533 fi
5534
5535 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
5536
5537 fi
5538
5539
5540 eval "$ac_cv_use_tipdlg"
5541 if test "$no_cache" != 1; then
5542 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
5543 fi
5544
5545 if test "$wxUSE_STARTUP_TIPS" = yes; then
5546 echo "$ac_t""yes" 1>&6
5547 else
5548 echo "$ac_t""no" 1>&6
5549 fi
5550
5551
5552 echo $ac_n "checking "for --enable-progressdlg"""... $ac_c" 1>&6
5553 echo "configure:5554: checking "for --enable-progressdlg"" >&5
5554 no_cache=0
5555 # Check whether --enable-progressdlg or --disable-progressdlg was given.
5556 if test "${enable_progressdlg+set}" = set; then
5557 enableval="$enable_progressdlg"
5558
5559 if test "$enableval" = yes; then
5560 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes'
5561 else
5562 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=no'
5563 fi
5564
5565 else
5566
5567 LINE=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
5568 if test "x$LINE" != x ; then
5569 eval "DEFAULT_$LINE"
5570 else
5571 no_cache=1
5572 fi
5573
5574 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
5575
5576 fi
5577
5578
5579 eval "$ac_cv_use_progressdlg"
5580 if test "$no_cache" != 1; then
5581 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
5582 fi
5583
5584 if test "$wxUSE_PROGRESSDLG" = yes; then
5585 echo "$ac_t""yes" 1>&6
5586 else
5587 echo "$ac_t""no" 1>&6
5588 fi
5589
5590
5591 echo $ac_n "checking "for --enable-miniframe"""... $ac_c" 1>&6
5592 echo "configure:5593: checking "for --enable-miniframe"" >&5
5593 no_cache=0
5594 # Check whether --enable-miniframe or --disable-miniframe was given.
5595 if test "${enable_miniframe+set}" = set; then
5596 enableval="$enable_miniframe"
5597
5598 if test "$enableval" = yes; then
5599 ac_cv_use_miniframe='wxUSE_MINIFRAME=yes'
5600 else
5601 ac_cv_use_miniframe='wxUSE_MINIFRAME=no'
5602 fi
5603
5604 else
5605
5606 LINE=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
5607 if test "x$LINE" != x ; then
5608 eval "DEFAULT_$LINE"
5609 else
5610 no_cache=1
5611 fi
5612
5613 ac_cv_use_miniframe='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
5614
5615 fi
5616
5617
5618 eval "$ac_cv_use_miniframe"
5619 if test "$no_cache" != 1; then
5620 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
5621 fi
5622
5623 if test "$wxUSE_MINIFRAME" = yes; then
5624 echo "$ac_t""yes" 1>&6
5625 else
5626 echo "$ac_t""no" 1>&6
5627 fi
5628
5629
5630 echo $ac_n "checking "for --enable-html"""... $ac_c" 1>&6
5631 echo "configure:5632: checking "for --enable-html"" >&5
5632 no_cache=0
5633 # Check whether --enable-html or --disable-html was given.
5634 if test "${enable_html+set}" = set; then
5635 enableval="$enable_html"
5636
5637 if test "$enableval" = yes; then
5638 ac_cv_use_html='wxUSE_HTML=yes'
5639 else
5640 ac_cv_use_html='wxUSE_HTML=no'
5641 fi
5642
5643 else
5644
5645 LINE=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
5646 if test "x$LINE" != x ; then
5647 eval "DEFAULT_$LINE"
5648 else
5649 no_cache=1
5650 fi
5651
5652 ac_cv_use_html='wxUSE_HTML='$DEFAULT_wxUSE_HTML
5653
5654 fi
5655
5656
5657 eval "$ac_cv_use_html"
5658 if test "$no_cache" != 1; then
5659 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
5660 fi
5661
5662 if test "$wxUSE_HTML" = yes; then
5663 echo "$ac_t""yes" 1>&6
5664 else
5665 echo "$ac_t""no" 1>&6
5666 fi
5667
5668
5669 echo $ac_n "checking "for --enable-tooltips"""... $ac_c" 1>&6
5670 echo "configure:5671: checking "for --enable-tooltips"" >&5
5671 no_cache=0
5672 # Check whether --enable-tooltips or --disable-tooltips was given.
5673 if test "${enable_tooltips+set}" = set; then
5674 enableval="$enable_tooltips"
5675
5676 if test "$enableval" = yes; then
5677 ac_cv_use_tooltips='wxUSE_TOOLTIPS=yes'
5678 else
5679 ac_cv_use_tooltips='wxUSE_TOOLTIPS=no'
5680 fi
5681
5682 else
5683
5684 LINE=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
5685 if test "x$LINE" != x ; then
5686 eval "DEFAULT_$LINE"
5687 else
5688 no_cache=1
5689 fi
5690
5691 ac_cv_use_tooltips='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
5692
5693 fi
5694
5695
5696 eval "$ac_cv_use_tooltips"
5697 if test "$no_cache" != 1; then
5698 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
5699 fi
5700
5701 if test "$wxUSE_TOOLTIPS" = yes; then
5702 echo "$ac_t""yes" 1>&6
5703 else
5704 echo "$ac_t""no" 1>&6
5705 fi
5706
5707
5708 echo $ac_n "checking "for --enable-splines"""... $ac_c" 1>&6
5709 echo "configure:5710: checking "for --enable-splines"" >&5
5710 no_cache=0
5711 # Check whether --enable-splines or --disable-splines was given.
5712 if test "${enable_splines+set}" = set; then
5713 enableval="$enable_splines"
5714
5715 if test "$enableval" = yes; then
5716 ac_cv_use_splines='wxUSE_SPLINES=yes'
5717 else
5718 ac_cv_use_splines='wxUSE_SPLINES=no'
5719 fi
5720
5721 else
5722
5723 LINE=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
5724 if test "x$LINE" != x ; then
5725 eval "DEFAULT_$LINE"
5726 else
5727 no_cache=1
5728 fi
5729
5730 ac_cv_use_splines='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
5731
5732 fi
5733
5734
5735 eval "$ac_cv_use_splines"
5736 if test "$no_cache" != 1; then
5737 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
5738 fi
5739
5740 if test "$wxUSE_SPLINES" = yes; then
5741 echo "$ac_t""yes" 1>&6
5742 else
5743 echo "$ac_t""no" 1>&6
5744 fi
5745
5746
5747 echo $ac_n "checking "for --enable-validators"""... $ac_c" 1>&6
5748 echo "configure:5749: checking "for --enable-validators"" >&5
5749 no_cache=0
5750 # Check whether --enable-validators or --disable-validators was given.
5751 if test "${enable_validators+set}" = set; then
5752 enableval="$enable_validators"
5753
5754 if test "$enableval" = yes; then
5755 ac_cv_use_validators='wxUSE_VALIDATORS=yes'
5756 else
5757 ac_cv_use_validators='wxUSE_VALIDATORS=no'
5758 fi
5759
5760 else
5761
5762 LINE=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
5763 if test "x$LINE" != x ; then
5764 eval "DEFAULT_$LINE"
5765 else
5766 no_cache=1
5767 fi
5768
5769 ac_cv_use_validators='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
5770
5771 fi
5772
5773
5774 eval "$ac_cv_use_validators"
5775 if test "$no_cache" != 1; then
5776 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
5777 fi
5778
5779 if test "$wxUSE_VALIDATORS" = yes; then
5780 echo "$ac_t""yes" 1>&6
5781 else
5782 echo "$ac_t""no" 1>&6
5783 fi
5784
5785
5786 echo $ac_n "checking "for --enable-busyinfo"""... $ac_c" 1>&6
5787 echo "configure:5788: checking "for --enable-busyinfo"" >&5
5788 no_cache=0
5789 # Check whether --enable-busyinfo or --disable-busyinfo was given.
5790 if test "${enable_busyinfo+set}" = set; then
5791 enableval="$enable_busyinfo"
5792
5793 if test "$enableval" = yes; then
5794 ac_cv_use_busyinfo='wxUSE_BUSYINFO=yes'
5795 else
5796 ac_cv_use_busyinfo='wxUSE_BUSYINFO=no'
5797 fi
5798
5799 else
5800
5801 LINE=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
5802 if test "x$LINE" != x ; then
5803 eval "DEFAULT_$LINE"
5804 else
5805 no_cache=1
5806 fi
5807
5808 ac_cv_use_busyinfo='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
5809
5810 fi
5811
5812
5813 eval "$ac_cv_use_busyinfo"
5814 if test "$no_cache" != 1; then
5815 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
5816 fi
5817
5818 if test "$wxUSE_BUSYINFO" = yes; then
5819 echo "$ac_t""yes" 1>&6
5820 else
5821 echo "$ac_t""no" 1>&6
5822 fi
5823
5824
5825 echo $ac_n "checking "for --enable-plot"""... $ac_c" 1>&6
5826 echo "configure:5827: checking "for --enable-plot"" >&5
5827 no_cache=0
5828 # Check whether --enable-plot or --disable-plot was given.
5829 if test "${enable_plot+set}" = set; then
5830 enableval="$enable_plot"
5831
5832 if test "$enableval" = yes; then
5833 ac_cv_use_plot='wxUSE_PLOT=yes'
5834 else
5835 ac_cv_use_plot='wxUSE_PLOT=no'
5836 fi
5837
5838 else
5839
5840 LINE=`grep "wxUSE_PLOT" ${wx_arg_cache_file}`
5841 if test "x$LINE" != x ; then
5842 eval "DEFAULT_$LINE"
5843 else
5844 no_cache=1
5845 fi
5846
5847 ac_cv_use_plot='wxUSE_PLOT='$DEFAULT_wxUSE_PLOT
5848
5849 fi
5850
5851
5852 eval "$ac_cv_use_plot"
5853 if test "$no_cache" != 1; then
5854 echo $ac_cv_use_plot >> ${wx_arg_cache_file}.tmp
5855 fi
5856
5857 if test "$wxUSE_PLOT" = yes; then
5858 echo "$ac_t""yes" 1>&6
5859 else
5860 echo "$ac_t""no" 1>&6
5861 fi
5862
5863
5864 echo $ac_n "checking "for --enable-joystick"""... $ac_c" 1>&6
5865 echo "configure:5866: checking "for --enable-joystick"" >&5
5866 no_cache=0
5867 # Check whether --enable-joystick or --disable-joystick was given.
5868 if test "${enable_joystick+set}" = set; then
5869 enableval="$enable_joystick"
5870
5871 if test "$enableval" = yes; then
5872 ac_cv_use_joystick='wxUSE_JOYSTICK=yes'
5873 else
5874 ac_cv_use_joystick='wxUSE_JOYSTICK=no'
5875 fi
5876
5877 else
5878
5879 LINE=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
5880 if test "x$LINE" != x ; then
5881 eval "DEFAULT_$LINE"
5882 else
5883 no_cache=1
5884 fi
5885
5886 ac_cv_use_joystick='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
5887
5888 fi
5889
5890
5891 eval "$ac_cv_use_joystick"
5892 if test "$no_cache" != 1; then
5893 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
5894 fi
5895
5896 if test "$wxUSE_JOYSTICK" = yes; then
5897 echo "$ac_t""yes" 1>&6
5898 else
5899 echo "$ac_t""no" 1>&6
5900 fi
5901
5902
5903
5904
5905 echo $ac_n "checking "for --enable-gif"""... $ac_c" 1>&6
5906 echo "configure:5907: checking "for --enable-gif"" >&5
5907 no_cache=0
5908 # Check whether --enable-gif or --disable-gif was given.
5909 if test "${enable_gif+set}" = set; then
5910 enableval="$enable_gif"
5911
5912 if test "$enableval" = yes; then
5913 ac_cv_use_gif='wxUSE_GIF=yes'
5914 else
5915 ac_cv_use_gif='wxUSE_GIF=no'
5916 fi
5917
5918 else
5919
5920 LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
5921 if test "x$LINE" != x ; then
5922 eval "DEFAULT_$LINE"
5923 else
5924 no_cache=1
5925 fi
5926
5927 ac_cv_use_gif='wxUSE_GIF='$DEFAULT_wxUSE_GIF
5928
5929 fi
5930
5931
5932 eval "$ac_cv_use_gif"
5933 if test "$no_cache" != 1; then
5934 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
5935 fi
5936
5937 if test "$wxUSE_GIF" = yes; then
5938 echo "$ac_t""yes" 1>&6
5939 else
5940 echo "$ac_t""no" 1>&6
5941 fi
5942
5943
5944 echo $ac_n "checking "for --enable-pcx"""... $ac_c" 1>&6
5945 echo "configure:5946: checking "for --enable-pcx"" >&5
5946 no_cache=0
5947 # Check whether --enable-pcx or --disable-pcx was given.
5948 if test "${enable_pcx+set}" = set; then
5949 enableval="$enable_pcx"
5950
5951 if test "$enableval" = yes; then
5952 ac_cv_use_pcx='wxUSE_PCX=yes'
5953 else
5954 ac_cv_use_pcx='wxUSE_PCX=no'
5955 fi
5956
5957 else
5958
5959 LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
5960 if test "x$LINE" != x ; then
5961 eval "DEFAULT_$LINE"
5962 else
5963 no_cache=1
5964 fi
5965
5966 ac_cv_use_pcx='wxUSE_PCX='$DEFAULT_wxUSE_PCX
5967
5968 fi
5969
5970
5971 eval "$ac_cv_use_pcx"
5972 if test "$no_cache" != 1; then
5973 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
5974 fi
5975
5976 if test "$wxUSE_PCX" = yes; then
5977 echo "$ac_t""yes" 1>&6
5978 else
5979 echo "$ac_t""no" 1>&6
5980 fi
5981
5982
5983 echo $ac_n "checking "for --enable-pnm"""... $ac_c" 1>&6
5984 echo "configure:5985: checking "for --enable-pnm"" >&5
5985 no_cache=0
5986 # Check whether --enable-pnm or --disable-pnm was given.
5987 if test "${enable_pnm+set}" = set; then
5988 enableval="$enable_pnm"
5989
5990 if test "$enableval" = yes; then
5991 ac_cv_use_pnm='wxUSE_PNM=yes'
5992 else
5993 ac_cv_use_pnm='wxUSE_PNM=no'
5994 fi
5995
5996 else
5997
5998 LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
5999 if test "x$LINE" != x ; then
6000 eval "DEFAULT_$LINE"
6001 else
6002 no_cache=1
6003 fi
6004
6005 ac_cv_use_pnm='wxUSE_PNM='$DEFAULT_wxUSE_PNM
6006
6007 fi
6008
6009
6010 eval "$ac_cv_use_pnm"
6011 if test "$no_cache" != 1; then
6012 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
6013 fi
6014
6015 if test "$wxUSE_PNM" = yes; then
6016 echo "$ac_t""yes" 1>&6
6017 else
6018 echo "$ac_t""no" 1>&6
6019 fi
6020
6021
6022 fi
6023
6024
6025 echo "saving argument cache $wx_arg_cache_file"
6026 mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file}
6027
6028
6029
6030 echo $ac_n "checking for toolkit""... $ac_c" 1>&6
6031 echo "configure:6032: checking for toolkit" >&5
6032
6033 if test "$wxUSE_GUI" = "yes"; then
6034
6035 if test "$USE_BEOS" = 1; then
6036 { echo "configure: error: BeOS GUI is not supported yet, use --disable-gui" 1>&2; exit 1; }
6037 fi
6038
6039 if test "$TOOLKIT_GIVEN" = 1; then
6040 for toolkit in `echo $ALL_TOOLKITS`; do
6041 var=wxUSE_$toolkit
6042 eval "value=\$${var}"
6043 eval "$var=`echo \$value | sed -e "s/yes/1/" -e "s/no/0/"`"
6044 done
6045 else
6046 for toolkit in `echo $ALL_TOOLKITS`; do
6047 if test "$has_toolkit_in_cache" != 1; then
6048 var=DEFAULT_DEFAULT_wxUSE_$toolkit
6049 else
6050 var=DEFAULT_wxUSE_$toolkit
6051 fi
6052 eval "wxUSE_$toolkit=\$${var}"
6053 done
6054 fi
6055
6056 NUM_TOOLKITS=`expr ${wxUSE_GTK:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_WINE:-0} + ${wxUSE_MINGW:-0} + ${wxUSE_CYGWIN:-0}`
6057
6058 case "${host}" in
6059 *-pc-os2_emx )
6060 NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
6061 # PATH_IFS is autodetected by OS/2's configure (usually ';')
6062 LEX_STEM="lexyy"
6063 ;;
6064 *)
6065 PATH_IFS=':'
6066 LEX_STEM="lex.yy"
6067 ;;
6068 esac
6069
6070 case "$NUM_TOOLKITS" in
6071 1)
6072 ;;
6073 0)
6074 { echo "configure: error: Please specify a toolkit - cannot determine the default for ${host}" 1>&2; exit 1; }
6075 ;;
6076 *)
6077 { echo "configure: error: Please specify at most one toolkit (may be some are cached?)" 1>&2; exit 1; }
6078 esac
6079
6080 for toolkit in `echo $ALL_TOOLKITS`; do
6081 var=wxUSE_$toolkit
6082 eval "value=\$${var}"
6083 if test "x$value" != x; then
6084 cache_var=CACHE_$toolkit
6085 eval "cache=\$${cache_var}"
6086 if test "$cache" = 1; then
6087 echo "$var=$value" >> ${wx_arg_cache_file}
6088 fi
6089 if test "$value" = 1; then
6090 echo "$ac_t""`echo $toolkit | tr A-Z a-z`" 1>&6
6091 fi
6092 fi
6093 done
6094
6095 else
6096 PATH_IFS=':'
6097 echo "$ac_t""base only" 1>&6
6098 fi
6099
6100
6101 cat > confcache <<\EOF
6102 # This file is a shell script that caches the results of configure
6103 # tests run on this system so they can be shared between configure
6104 # scripts and configure runs. It is not useful on other systems.
6105 # If it contains results you don't want to keep, you may remove or edit it.
6106 #
6107 # By default, configure uses ./config.cache as the cache file,
6108 # creating it if it does not exist already. You can give configure
6109 # the --cache-file=FILE option to use a different cache file; that is
6110 # what configure does when it calls configure scripts in
6111 # subdirectories, so they share the cache.
6112 # Giving --cache-file=/dev/null disables caching, for debugging configure.
6113 # config.status only pays attention to the cache file if you give it the
6114 # --recheck option to rerun configure.
6115 #
6116 EOF
6117 # The following way of writing the cache mishandles newlines in values,
6118 # but we know of no workaround that is simple, portable, and efficient.
6119 # So, don't put newlines in cache variables' values.
6120 # Ultrix sh set writes to stderr and can't be redirected directly,
6121 # and sets the high bit in the cache file unless we assign to the vars.
6122 (set) 2>&1 |
6123 case `(ac_space=' '; set | grep ac_space) 2>&1` in
6124 *ac_space=\ *)
6125 # `set' does not quote correctly, so add quotes (double-quote substitution
6126 # turns \\\\ into \\, and sed turns \\ into \).
6127 sed -n \
6128 -e "s/'/'\\\\''/g" \
6129 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
6130 ;;
6131 *)
6132 # `set' quotes correctly as required by POSIX, so do not add quotes.
6133 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
6134 ;;
6135 esac >> confcache
6136 if cmp -s $cache_file confcache; then
6137 :
6138 else
6139 if test -w $cache_file; then
6140 echo "updating cache $cache_file"
6141 cat confcache > $cache_file
6142 else
6143 echo "not updating unwritable cache $cache_file"
6144 fi
6145 fi
6146 rm -f confcache
6147
6148
6149 if test "$build" != "$host" ; then
6150 CC=$host_alias-gcc
6151 CXX=$host_alias-c++
6152 AR=$host_alias-ar
6153 RANLIB=$host_alias-ranlib
6154 DLLTOOL=$host_alias-dlltool
6155 RESCOMP=$host_alias-windres
6156 LD=$host_alias-ld
6157 NM=$host_alias-nm
6158 STRIP=$host_alias-strip
6159 fi
6160
6161 # Extract the first word of "gcc", so it can be a program name with args.
6162 set dummy gcc; ac_word=$2
6163 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6164 echo "configure:6165: checking for $ac_word" >&5
6165 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
6166 echo $ac_n "(cached) $ac_c" 1>&6
6167 else
6168 if test -n "$CC"; then
6169 ac_cv_prog_CC="$CC" # Let the user override the test.
6170 else
6171 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6172 ac_dummy="$PATH"
6173 for ac_dir in $ac_dummy; do
6174 test -z "$ac_dir" && ac_dir=.
6175 if test -f $ac_dir/$ac_word; then
6176 ac_cv_prog_CC="gcc"
6177 break
6178 fi
6179 done
6180 IFS="$ac_save_ifs"
6181 fi
6182 fi
6183 CC="$ac_cv_prog_CC"
6184 if test -n "$CC"; then
6185 echo "$ac_t""$CC" 1>&6
6186 else
6187 echo "$ac_t""no" 1>&6
6188 fi
6189
6190 if test -z "$CC"; then
6191 # Extract the first word of "cc", so it can be a program name with args.
6192 set dummy cc; ac_word=$2
6193 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6194 echo "configure:6195: checking for $ac_word" >&5
6195 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
6196 echo $ac_n "(cached) $ac_c" 1>&6
6197 else
6198 if test -n "$CC"; then
6199 ac_cv_prog_CC="$CC" # Let the user override the test.
6200 else
6201 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6202 ac_prog_rejected=no
6203 ac_dummy="$PATH"
6204 for ac_dir in $ac_dummy; do
6205 test -z "$ac_dir" && ac_dir=.
6206 if test -f $ac_dir/$ac_word; then
6207 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
6208 ac_prog_rejected=yes
6209 continue
6210 fi
6211 ac_cv_prog_CC="cc"
6212 break
6213 fi
6214 done
6215 IFS="$ac_save_ifs"
6216 if test $ac_prog_rejected = yes; then
6217 # We found a bogon in the path, so make sure we never use it.
6218 set dummy $ac_cv_prog_CC
6219 shift
6220 if test $# -gt 0; then
6221 # We chose a different compiler from the bogus one.
6222 # However, it has the same basename, so the bogon will be chosen
6223 # first if we set CC to just the basename; use the full file name.
6224 shift
6225 set dummy "$ac_dir/$ac_word" "$@"
6226 shift
6227 ac_cv_prog_CC="$@"
6228 fi
6229 fi
6230 fi
6231 fi
6232 CC="$ac_cv_prog_CC"
6233 if test -n "$CC"; then
6234 echo "$ac_t""$CC" 1>&6
6235 else
6236 echo "$ac_t""no" 1>&6
6237 fi
6238
6239 if test -z "$CC"; then
6240 case "`uname -s`" in
6241 *win32* | *WIN32*)
6242 # Extract the first word of "cl", so it can be a program name with args.
6243 set dummy cl; ac_word=$2
6244 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6245 echo "configure:6246: checking for $ac_word" >&5
6246 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
6247 echo $ac_n "(cached) $ac_c" 1>&6
6248 else
6249 if test -n "$CC"; then
6250 ac_cv_prog_CC="$CC" # Let the user override the test.
6251 else
6252 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6253 ac_dummy="$PATH"
6254 for ac_dir in $ac_dummy; do
6255 test -z "$ac_dir" && ac_dir=.
6256 if test -f $ac_dir/$ac_word; then
6257 ac_cv_prog_CC="cl"
6258 break
6259 fi
6260 done
6261 IFS="$ac_save_ifs"
6262 fi
6263 fi
6264 CC="$ac_cv_prog_CC"
6265 if test -n "$CC"; then
6266 echo "$ac_t""$CC" 1>&6
6267 else
6268 echo "$ac_t""no" 1>&6
6269 fi
6270 ;;
6271 esac
6272 fi
6273 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
6274 fi
6275
6276 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
6277 echo "configure:6278: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
6278
6279 ac_ext=c
6280 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6281 ac_cpp='$CPP $CPPFLAGS'
6282 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6283 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6284 cross_compiling=$ac_cv_prog_cc_cross
6285
6286 cat > conftest.$ac_ext << EOF
6287
6288 #line 6289 "configure"
6289 #include "confdefs.h"
6290
6291 main(){return(0);}
6292 EOF
6293 if { (eval echo configure:6294: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6294 ac_cv_prog_cc_works=yes
6295 # If we can't run a trivial program, we are probably using a cross compiler.
6296 if (./conftest; exit) 2>/dev/null; then
6297 ac_cv_prog_cc_cross=no
6298 else
6299 ac_cv_prog_cc_cross=yes
6300 fi
6301 else
6302 echo "configure: failed program was:" >&5
6303 cat conftest.$ac_ext >&5
6304 ac_cv_prog_cc_works=no
6305 fi
6306 rm -fr conftest*
6307 ac_ext=c
6308 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6309 ac_cpp='$CPP $CPPFLAGS'
6310 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6311 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6312 cross_compiling=$ac_cv_prog_cc_cross
6313
6314 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
6315 if test $ac_cv_prog_cc_works = no; then
6316 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
6317 fi
6318 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
6319 echo "configure:6320: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
6320 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
6321 cross_compiling=$ac_cv_prog_cc_cross
6322
6323 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
6324 echo "configure:6325: checking whether we are using GNU C" >&5
6325 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
6326 echo $ac_n "(cached) $ac_c" 1>&6
6327 else
6328 cat > conftest.c <<EOF
6329 #ifdef __GNUC__
6330 yes;
6331 #endif
6332 EOF
6333 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:6334: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
6334 ac_cv_prog_gcc=yes
6335 else
6336 ac_cv_prog_gcc=no
6337 fi
6338 fi
6339
6340 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
6341
6342 if test $ac_cv_prog_gcc = yes; then
6343 GCC=yes
6344 else
6345 GCC=
6346 fi
6347
6348 ac_test_CFLAGS="${CFLAGS+set}"
6349 ac_save_CFLAGS="$CFLAGS"
6350 CFLAGS=
6351 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
6352 echo "configure:6353: checking whether ${CC-cc} accepts -g" >&5
6353 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
6354 echo $ac_n "(cached) $ac_c" 1>&6
6355 else
6356 echo 'void f(){}' > conftest.c
6357 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
6358 ac_cv_prog_cc_g=yes
6359 else
6360 ac_cv_prog_cc_g=no
6361 fi
6362 rm -f conftest*
6363
6364 fi
6365
6366 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
6367 if test "$ac_test_CFLAGS" = set; then
6368 CFLAGS="$ac_save_CFLAGS"
6369 elif test $ac_cv_prog_cc_g = yes; then
6370 if test "$GCC" = yes; then
6371 CFLAGS="-g -O2"
6372 else
6373 CFLAGS="-g"
6374 fi
6375 else
6376 if test "$GCC" = yes; then
6377 CFLAGS="-O2"
6378 else
6379 CFLAGS=
6380 fi
6381 fi
6382
6383
6384 CFLAGS=`echo "$CFLAGS" | sed 's/-g//g'`
6385
6386 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
6387 echo "configure:6388: checking how to run the C preprocessor" >&5
6388 # On Suns, sometimes $CPP names a directory.
6389 if test -n "$CPP" && test -d "$CPP"; then
6390 CPP=
6391 fi
6392 if test -z "$CPP"; then
6393 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
6394 echo $ac_n "(cached) $ac_c" 1>&6
6395 else
6396 # This must be in double quotes, not single quotes, because CPP may get
6397 # substituted into the Makefile and "${CC-cc}" will confuse make.
6398 CPP="${CC-cc} -E"
6399 # On the NeXT, cc -E runs the code through the compiler's parser,
6400 # not just through cpp.
6401 cat > conftest.$ac_ext <<EOF
6402 #line 6403 "configure"
6403 #include "confdefs.h"
6404 #include <assert.h>
6405 Syntax Error
6406 EOF
6407 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6408 { (eval echo configure:6409: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6409 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6410 if test -z "$ac_err"; then
6411 :
6412 else
6413 echo "$ac_err" >&5
6414 echo "configure: failed program was:" >&5
6415 cat conftest.$ac_ext >&5
6416 rm -rf conftest*
6417 CPP="${CC-cc} -E -traditional-cpp"
6418 cat > conftest.$ac_ext <<EOF
6419 #line 6420 "configure"
6420 #include "confdefs.h"
6421 #include <assert.h>
6422 Syntax Error
6423 EOF
6424 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6425 { (eval echo configure:6426: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6426 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6427 if test -z "$ac_err"; then
6428 :
6429 else
6430 echo "$ac_err" >&5
6431 echo "configure: failed program was:" >&5
6432 cat conftest.$ac_ext >&5
6433 rm -rf conftest*
6434 CPP="${CC-cc} -nologo -E"
6435 cat > conftest.$ac_ext <<EOF
6436 #line 6437 "configure"
6437 #include "confdefs.h"
6438 #include <assert.h>
6439 Syntax Error
6440 EOF
6441 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6442 { (eval echo configure:6443: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6443 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6444 if test -z "$ac_err"; then
6445 :
6446 else
6447 echo "$ac_err" >&5
6448 echo "configure: failed program was:" >&5
6449 cat conftest.$ac_ext >&5
6450 rm -rf conftest*
6451 CPP=/lib/cpp
6452 fi
6453 rm -f conftest*
6454 fi
6455 rm -f conftest*
6456 fi
6457 rm -f conftest*
6458 ac_cv_prog_CPP="$CPP"
6459 fi
6460 CPP="$ac_cv_prog_CPP"
6461 else
6462 ac_cv_prog_CPP="$CPP"
6463 fi
6464 echo "$ac_t""$CPP" 1>&6
6465
6466
6467 if test $ac_cv_prog_gcc = yes; then
6468 echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
6469 echo "configure:6470: checking whether ${CC-cc} needs -traditional" >&5
6470 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
6471 echo $ac_n "(cached) $ac_c" 1>&6
6472 else
6473 ac_pattern="Autoconf.*'x'"
6474 cat > conftest.$ac_ext <<EOF
6475 #line 6476 "configure"
6476 #include "confdefs.h"
6477 #include <sgtty.h>
6478 Autoconf TIOCGETP
6479 EOF
6480 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6481 egrep "$ac_pattern" >/dev/null 2>&1; then
6482 rm -rf conftest*
6483 ac_cv_prog_gcc_traditional=yes
6484 else
6485 rm -rf conftest*
6486 ac_cv_prog_gcc_traditional=no
6487 fi
6488 rm -f conftest*
6489
6490
6491 if test $ac_cv_prog_gcc_traditional = no; then
6492 cat > conftest.$ac_ext <<EOF
6493 #line 6494 "configure"
6494 #include "confdefs.h"
6495 #include <termio.h>
6496 Autoconf TCGETA
6497 EOF
6498 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6499 egrep "$ac_pattern" >/dev/null 2>&1; then
6500 rm -rf conftest*
6501 ac_cv_prog_gcc_traditional=yes
6502 fi
6503 rm -f conftest*
6504
6505 fi
6506 fi
6507
6508 echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
6509 if test $ac_cv_prog_gcc_traditional = yes; then
6510 CC="$CC -traditional"
6511 fi
6512 fi
6513
6514
6515
6516 ac_ext=C
6517 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6518 ac_cpp='$CXXCPP $CPPFLAGS'
6519 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6520 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6521 cross_compiling=$ac_cv_prog_cxx_cross
6522
6523
6524 for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl
6525 do
6526 # Extract the first word of "$ac_prog", so it can be a program name with args.
6527 set dummy $ac_prog; ac_word=$2
6528 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6529 echo "configure:6530: checking for $ac_word" >&5
6530 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
6531 echo $ac_n "(cached) $ac_c" 1>&6
6532 else
6533 if test -n "$CXX"; then
6534 ac_cv_prog_CXX="$CXX" # Let the user override the test.
6535 else
6536 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6537 ac_dummy="$PATH"
6538 for ac_dir in $ac_dummy; do
6539 test -z "$ac_dir" && ac_dir=.
6540 if test -f $ac_dir/$ac_word; then
6541 ac_cv_prog_CXX="$ac_prog"
6542 break
6543 fi
6544 done
6545 IFS="$ac_save_ifs"
6546 fi
6547 fi
6548 CXX="$ac_cv_prog_CXX"
6549 if test -n "$CXX"; then
6550 echo "$ac_t""$CXX" 1>&6
6551 else
6552 echo "$ac_t""no" 1>&6
6553 fi
6554
6555 test -n "$CXX" && break
6556 done
6557 test -n "$CXX" || CXX="gcc"
6558
6559
6560 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
6561 echo "configure:6562: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
6562
6563 ac_ext=C
6564 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6565 ac_cpp='$CXXCPP $CPPFLAGS'
6566 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6567 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6568 cross_compiling=$ac_cv_prog_cxx_cross
6569
6570 cat > conftest.$ac_ext << EOF
6571
6572 #line 6573 "configure"
6573 #include "confdefs.h"
6574
6575 int main(){return(0);}
6576 EOF
6577 if { (eval echo configure:6578: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6578 ac_cv_prog_cxx_works=yes
6579 # If we can't run a trivial program, we are probably using a cross compiler.
6580 if (./conftest; exit) 2>/dev/null; then
6581 ac_cv_prog_cxx_cross=no
6582 else
6583 ac_cv_prog_cxx_cross=yes
6584 fi
6585 else
6586 echo "configure: failed program was:" >&5
6587 cat conftest.$ac_ext >&5
6588 ac_cv_prog_cxx_works=no
6589 fi
6590 rm -fr conftest*
6591 ac_ext=C
6592 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6593 ac_cpp='$CXXCPP $CPPFLAGS'
6594 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6595 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6596 cross_compiling=$ac_cv_prog_cxx_cross
6597
6598 echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
6599 if test $ac_cv_prog_cxx_works = no; then
6600 { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
6601 fi
6602 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
6603 echo "configure:6604: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
6604 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
6605 cross_compiling=$ac_cv_prog_cxx_cross
6606
6607 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
6608 echo "configure:6609: checking whether we are using GNU C++" >&5
6609 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
6610 echo $ac_n "(cached) $ac_c" 1>&6
6611 else
6612 cat > conftest.C <<EOF
6613 #ifdef __GNUC__
6614 yes;
6615 #endif
6616 EOF
6617 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:6618: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
6618 ac_cv_prog_gxx=yes
6619 else
6620 ac_cv_prog_gxx=no
6621 fi
6622 fi
6623
6624 echo "$ac_t""$ac_cv_prog_gxx" 1>&6
6625
6626 if test $ac_cv_prog_gxx = yes; then
6627 GXX=yes
6628 else
6629 GXX=
6630 fi
6631
6632 ac_test_CXXFLAGS="${CXXFLAGS+set}"
6633 ac_save_CXXFLAGS="$CXXFLAGS"
6634 CXXFLAGS=
6635 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
6636 echo "configure:6637: checking whether ${CXX-g++} accepts -g" >&5
6637 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
6638 echo $ac_n "(cached) $ac_c" 1>&6
6639 else
6640 echo 'void f(){}' > conftest.cc
6641 if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
6642 ac_cv_prog_cxx_g=yes
6643 else
6644 ac_cv_prog_cxx_g=no
6645 fi
6646 rm -f conftest*
6647
6648 fi
6649
6650 echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
6651 if test "$ac_test_CXXFLAGS" = set; then
6652 CXXFLAGS="$ac_save_CXXFLAGS"
6653 elif test $ac_cv_prog_cxx_g = yes; then
6654 if test "$GXX" = yes; then
6655 CXXFLAGS="-g -O2"
6656 else
6657 CXXFLAGS="-g"
6658 fi
6659 else
6660 if test "$GXX" = yes; then
6661 CXXFLAGS="-O2"
6662 else
6663 CXXFLAGS=
6664 fi
6665 fi
6666
6667
6668 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
6669 echo "configure:6670: checking how to run the C++ preprocessor" >&5
6670 if test -z "$CXXCPP"; then
6671 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
6672 echo $ac_n "(cached) $ac_c" 1>&6
6673 else
6674 ac_ext=C
6675 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6676 ac_cpp='$CXXCPP $CPPFLAGS'
6677 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6678 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6679 cross_compiling=$ac_cv_prog_cxx_cross
6680 CXXCPP="${CXX-g++} -E"
6681 cat > conftest.$ac_ext <<EOF
6682 #line 6683 "configure"
6683 #include "confdefs.h"
6684 #include <stdlib.h>
6685 EOF
6686 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6687 { (eval echo configure:6688: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6688 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6689 if test -z "$ac_err"; then
6690 :
6691 else
6692 echo "$ac_err" >&5
6693 echo "configure: failed program was:" >&5
6694 cat conftest.$ac_ext >&5
6695 rm -rf conftest*
6696 CXXCPP=/lib/cpp
6697 fi
6698 rm -f conftest*
6699 ac_cv_prog_CXXCPP="$CXXCPP"
6700 ac_ext=C
6701 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6702 ac_cpp='$CXXCPP $CPPFLAGS'
6703 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6704 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6705 cross_compiling=$ac_cv_prog_cxx_cross
6706 fi
6707 fi
6708 CXXCPP="$ac_cv_prog_CXXCPP"
6709 echo "$ac_t""$CXXCPP" 1>&6
6710
6711
6712 CXXFLAGS=`echo "$CXXFLAGS" | sed 's/-g//g'`
6713
6714 ac_ext=c
6715 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6716 ac_cpp='$CPP $CPPFLAGS'
6717 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6718 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6719 cross_compiling=$ac_cv_prog_cc_cross
6720
6721
6722 # Extract the first word of "ranlib", so it can be a program name with args.
6723 set dummy ranlib; ac_word=$2
6724 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6725 echo "configure:6726: checking for $ac_word" >&5
6726 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
6727 echo $ac_n "(cached) $ac_c" 1>&6
6728 else
6729 if test -n "$RANLIB"; then
6730 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6731 else
6732 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6733 ac_dummy="$PATH"
6734 for ac_dir in $ac_dummy; do
6735 test -z "$ac_dir" && ac_dir=.
6736 if test -f $ac_dir/$ac_word; then
6737 ac_cv_prog_RANLIB="ranlib"
6738 break
6739 fi
6740 done
6741 IFS="$ac_save_ifs"
6742 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
6743 fi
6744 fi
6745 RANLIB="$ac_cv_prog_RANLIB"
6746 if test -n "$RANLIB"; then
6747 echo "$ac_t""$RANLIB" 1>&6
6748 else
6749 echo "$ac_t""no" 1>&6
6750 fi
6751
6752
6753 # Extract the first word of "ar", so it can be a program name with args.
6754 set dummy ar; ac_word=$2
6755 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6756 echo "configure:6757: checking for $ac_word" >&5
6757 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
6758 echo $ac_n "(cached) $ac_c" 1>&6
6759 else
6760 if test -n "$AR"; then
6761 ac_cv_prog_AR="$AR" # Let the user override the test.
6762 else
6763 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6764 ac_dummy="$PATH"
6765 for ac_dir in $ac_dummy; do
6766 test -z "$ac_dir" && ac_dir=.
6767 if test -f $ac_dir/$ac_word; then
6768 ac_cv_prog_AR="ar"
6769 break
6770 fi
6771 done
6772 IFS="$ac_save_ifs"
6773 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
6774 fi
6775 fi
6776 AR="$ac_cv_prog_AR"
6777 if test -n "$AR"; then
6778 echo "$ac_t""$AR" 1>&6
6779 else
6780 echo "$ac_t""no" 1>&6
6781 fi
6782
6783
6784 # Find a good install program. We prefer a C program (faster),
6785 # so one script is as good as another. But avoid the broken or
6786 # incompatible versions:
6787 # SysV /etc/install, /usr/sbin/install
6788 # SunOS /usr/etc/install
6789 # IRIX /sbin/install
6790 # AIX /bin/install
6791 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6792 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6793 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6794 # ./install, which can be erroneously created by make from ./install.sh.
6795 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
6796 echo "configure:6797: checking for a BSD compatible install" >&5
6797 if test -z "$INSTALL"; then
6798 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
6799 echo $ac_n "(cached) $ac_c" 1>&6
6800 else
6801 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
6802 for ac_dir in $PATH; do
6803 # Account for people who put trailing slashes in PATH elements.
6804 case "$ac_dir/" in
6805 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
6806 *)
6807 # OSF1 and SCO ODT 3.0 have their own names for install.
6808 # Don't use installbsd from OSF since it installs stuff as root
6809 # by default.
6810 for ac_prog in ginstall scoinst install; do
6811 if test -f $ac_dir/$ac_prog; then
6812 if test $ac_prog = install &&
6813 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
6814 # AIX install. It has an incompatible calling convention.
6815 :
6816 else
6817 ac_cv_path_install="$ac_dir/$ac_prog -c"
6818 break 2
6819 fi
6820 fi
6821 done
6822 ;;
6823 esac
6824 done
6825 IFS="$ac_save_IFS"
6826
6827 fi
6828 if test "${ac_cv_path_install+set}" = set; then
6829 INSTALL="$ac_cv_path_install"
6830 else
6831 # As a last resort, use the slow shell script. We don't cache a
6832 # path for INSTALL within a source directory, because that will
6833 # break other packages using the cache if that directory is
6834 # removed, or if the path is relative.
6835 INSTALL="$ac_install_sh"
6836 fi
6837 fi
6838 echo "$ac_t""$INSTALL" 1>&6
6839
6840 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6841 # It thinks the first close brace ends the variable substitution.
6842 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6843
6844 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
6845
6846 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6847
6848
6849 # Extract the first word of "strip", so it can be a program name with args.
6850 set dummy strip; ac_word=$2
6851 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6852 echo "configure:6853: checking for $ac_word" >&5
6853 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
6854 echo $ac_n "(cached) $ac_c" 1>&6
6855 else
6856 if test -n "$STRIP"; then
6857 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6858 else
6859 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6860 ac_dummy="$PATH"
6861 for ac_dir in $ac_dummy; do
6862 test -z "$ac_dir" && ac_dir=.
6863 if test -f $ac_dir/$ac_word; then
6864 ac_cv_prog_STRIP="strip"
6865 break
6866 fi
6867 done
6868 IFS="$ac_save_ifs"
6869 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP="true"
6870 fi
6871 fi
6872 STRIP="$ac_cv_prog_STRIP"
6873 if test -n "$STRIP"; then
6874 echo "$ac_t""$STRIP" 1>&6
6875 else
6876 echo "$ac_t""no" 1>&6
6877 fi
6878
6879
6880 echo $ac_n "checking "make for VPATH support"""... $ac_c" 1>&6
6881 echo "configure:6882: checking "make for VPATH support"" >&5
6882 cat - << EOF > confMake
6883 check : file
6884 cp \$? \$@
6885 cp \$? final_file
6886 EOF
6887
6888 if test ! -d sub ; then
6889 mkdir sub
6890 fi
6891 echo dummy > sub/file
6892 ${MAKE-make} -f confMake VPATH=sub 2>&5 > /dev/null
6893 RESULT=$?
6894 rm -f sub/file check final_file confMake
6895 rmdir sub
6896 if test "$RESULT" = 0; then
6897 echo "$ac_t""yes" 1>&6
6898 else
6899 echo "$ac_t""no" 1>&6
6900 { echo "configure: error: You need a make-utility that is able to use the variable
6901 VPATH correctly.
6902 If your version of make does not support VPATH correctly" 1>&2; exit 1; }
6903 fi
6904
6905 for ac_prog in 'bison -y' byacc
6906 do
6907 # Extract the first word of "$ac_prog", so it can be a program name with args.
6908 set dummy $ac_prog; ac_word=$2
6909 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6910 echo "configure:6911: checking for $ac_word" >&5
6911 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
6912 echo $ac_n "(cached) $ac_c" 1>&6
6913 else
6914 if test -n "$YACC"; then
6915 ac_cv_prog_YACC="$YACC" # Let the user override the test.
6916 else
6917 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6918 ac_dummy="$PATH"
6919 for ac_dir in $ac_dummy; do
6920 test -z "$ac_dir" && ac_dir=.
6921 if test -f $ac_dir/$ac_word; then
6922 ac_cv_prog_YACC="$ac_prog"
6923 break
6924 fi
6925 done
6926 IFS="$ac_save_ifs"
6927 fi
6928 fi
6929 YACC="$ac_cv_prog_YACC"
6930 if test -n "$YACC"; then
6931 echo "$ac_t""$YACC" 1>&6
6932 else
6933 echo "$ac_t""no" 1>&6
6934 fi
6935
6936 test -n "$YACC" && break
6937 done
6938 test -n "$YACC" || YACC="yacc"
6939
6940
6941 # Extract the first word of "flex", so it can be a program name with args.
6942 set dummy flex; ac_word=$2
6943 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6944 echo "configure:6945: checking for $ac_word" >&5
6945 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
6946 echo $ac_n "(cached) $ac_c" 1>&6
6947 else
6948 if test -n "$LEX"; then
6949 ac_cv_prog_LEX="$LEX" # Let the user override the test.
6950 else
6951 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6952 ac_dummy="$PATH"
6953 for ac_dir in $ac_dummy; do
6954 test -z "$ac_dir" && ac_dir=.
6955 if test -f $ac_dir/$ac_word; then
6956 ac_cv_prog_LEX="flex"
6957 break
6958 fi
6959 done
6960 IFS="$ac_save_ifs"
6961 test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX="lex"
6962 fi
6963 fi
6964 LEX="$ac_cv_prog_LEX"
6965 if test -n "$LEX"; then
6966 echo "$ac_t""$LEX" 1>&6
6967 else
6968 echo "$ac_t""no" 1>&6
6969 fi
6970
6971 if test -z "$LEXLIB"
6972 then
6973 case "$LEX" in
6974 flex*) ac_lib=fl ;;
6975 *) ac_lib=l ;;
6976 esac
6977 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
6978 echo "configure:6979: checking for yywrap in -l$ac_lib" >&5
6979 ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
6980 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6981 echo $ac_n "(cached) $ac_c" 1>&6
6982 else
6983 ac_save_LIBS="$LIBS"
6984 LIBS="-l$ac_lib $LIBS"
6985 cat > conftest.$ac_ext <<EOF
6986 #line 6987 "configure"
6987 #include "confdefs.h"
6988 /* Override any gcc2 internal prototype to avoid an error. */
6989 /* We use char because int might match the return type of a gcc2
6990 builtin and then its argument prototype would still apply. */
6991 char yywrap();
6992
6993 int main() {
6994 yywrap()
6995 ; return 0; }
6996 EOF
6997 if { (eval echo configure:6998: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6998 rm -rf conftest*
6999 eval "ac_cv_lib_$ac_lib_var=yes"
7000 else
7001 echo "configure: failed program was:" >&5
7002 cat conftest.$ac_ext >&5
7003 rm -rf conftest*
7004 eval "ac_cv_lib_$ac_lib_var=no"
7005 fi
7006 rm -f conftest*
7007 LIBS="$ac_save_LIBS"
7008
7009 fi
7010 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7011 echo "$ac_t""yes" 1>&6
7012 LEXLIB="-l$ac_lib"
7013 else
7014 echo "$ac_t""no" 1>&6
7015 fi
7016
7017 fi
7018
7019
7020 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
7021 echo "configure:7022: checking whether ln -s works" >&5
7022 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
7023 echo $ac_n "(cached) $ac_c" 1>&6
7024 else
7025 rm -f conftestdata
7026 if ln -s X conftestdata 2>/dev/null
7027 then
7028 rm -f conftestdata
7029 ac_cv_prog_LN_S="ln -s"
7030 else
7031 ac_cv_prog_LN_S=ln
7032 fi
7033 fi
7034 LN_S="$ac_cv_prog_LN_S"
7035 if test "$ac_cv_prog_LN_S" = "ln -s"; then
7036 echo "$ac_t""yes" 1>&6
7037 else
7038 echo "$ac_t""no" 1>&6
7039 fi
7040
7041
7042
7043 SEARCH_INCLUDE="\
7044 /usr/local/include \
7045 \
7046 /usr/Motif-1.2/include \
7047 /usr/Motif-2.1/include \
7048 \
7049 /usr/include/Motif1.2 \
7050 /opt/xpm/include/X11 \
7051 /opt/GBxpm/include/ \
7052 /opt/GBxpm/X11/include/ \
7053 \
7054 /usr/Motif1.2/include \
7055 /usr/dt/include \
7056 /usr/openwin/include \
7057 \
7058 /usr/include/Xm \
7059 \
7060 /usr/X11R6/include \
7061 /usr/X11R6.4/include \
7062 /usr/X11R5/include \
7063 /usr/X11R4/include \
7064 \
7065 /usr/include/X11R6 \
7066 /usr/include/X11R5 \
7067 /usr/include/X11R4 \
7068 \
7069 /usr/local/X11R6/include \
7070 /usr/local/X11R5/include \
7071 /usr/local/X11R4/include \
7072 \
7073 /usr/local/include/X11R6 \
7074 /usr/local/include/X11R5 \
7075 /usr/local/include/X11R4 \
7076 \
7077 /usr/X11/include \
7078 /usr/include/X11 \
7079 /usr/local/X11/include \
7080 /usr/local/include/X11 \
7081 \
7082 /usr/X386/include \
7083 /usr/x386/include \
7084 /usr/XFree86/include/X11 \
7085 \
7086 X:/XFree86/include \
7087 X:/XFree86/include/X11 \
7088 \
7089 /usr/include/gtk \
7090 /usr/local/include/gtk \
7091 /usr/include/glib \
7092 /usr/local/include/glib \
7093 \
7094 /usr/include/qt \
7095 /usr/local/include/qt \
7096 \
7097 /usr/include/windows \
7098 /usr/include/wine \
7099 /usr/local/include/wine \
7100 \
7101 /usr/unsupported/include \
7102 /usr/athena/include \
7103 /usr/local/x11r5/include \
7104 /usr/lpp/Xamples/include \
7105 \
7106 /usr/openwin/share/include \
7107 \
7108 /usr/include"
7109
7110 SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` "
7111
7112
7113 cat > confcache <<\EOF
7114 # This file is a shell script that caches the results of configure
7115 # tests run on this system so they can be shared between configure
7116 # scripts and configure runs. It is not useful on other systems.
7117 # If it contains results you don't want to keep, you may remove or edit it.
7118 #
7119 # By default, configure uses ./config.cache as the cache file,
7120 # creating it if it does not exist already. You can give configure
7121 # the --cache-file=FILE option to use a different cache file; that is
7122 # what configure does when it calls configure scripts in
7123 # subdirectories, so they share the cache.
7124 # Giving --cache-file=/dev/null disables caching, for debugging configure.
7125 # config.status only pays attention to the cache file if you give it the
7126 # --recheck option to rerun configure.
7127 #
7128 EOF
7129 # The following way of writing the cache mishandles newlines in values,
7130 # but we know of no workaround that is simple, portable, and efficient.
7131 # So, don't put newlines in cache variables' values.
7132 # Ultrix sh set writes to stderr and can't be redirected directly,
7133 # and sets the high bit in the cache file unless we assign to the vars.
7134 (set) 2>&1 |
7135 case `(ac_space=' '; set | grep ac_space) 2>&1` in
7136 *ac_space=\ *)
7137 # `set' does not quote correctly, so add quotes (double-quote substitution
7138 # turns \\\\ into \\, and sed turns \\ into \).
7139 sed -n \
7140 -e "s/'/'\\\\''/g" \
7141 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
7142 ;;
7143 *)
7144 # `set' quotes correctly as required by POSIX, so do not add quotes.
7145 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
7146 ;;
7147 esac >> confcache
7148 if cmp -s $cache_file confcache; then
7149 :
7150 else
7151 if test -w $cache_file; then
7152 echo "updating cache $cache_file"
7153 cat confcache > $cache_file
7154 else
7155 echo "not updating unwritable cache $cache_file"
7156 fi
7157 fi
7158 rm -f confcache
7159
7160
7161
7162 AFMINSTALL=
7163
7164 if test "$wxUSE_GUI" = "yes"; then
7165
7166 USE_GUI=1
7167
7168 TOOLKIT=
7169 TOOLKIT_INCLUDE=
7170
7171 GUIOBJS=
7172 COMMONOBJS=
7173 GENERICOBJS=
7174
7175 GUI_TK_LIBRARY=
7176 GUI_TK_LINK=
7177
7178 WXGTK12=
7179 WXGTK127=
7180 WXGTK20=
7181
7182 WXWINE=
7183
7184 if test "$wxUSE_CYGWIN" = 1 || test "$wxUSE_MINGW" = 1 ; then
7185 if test "$cross_compiling" = "yes" ; then
7186 echo "configure: warning: skipping windows.h check for cross-compilation" 1>&2
7187 else
7188 echo $ac_n "checking for Windows headers""... $ac_c" 1>&6
7189 echo "configure:7190: checking for Windows headers" >&5
7190
7191 ac_find_includes=
7192 for ac_dir in $SEARCH_INCLUDE;
7193 do
7194 if test -f "$ac_dir/windows.h"; then
7195 ac_find_includes=$ac_dir
7196 break
7197 fi
7198 done
7199
7200 if test "$ac_find_includes" != "" ; then
7201 echo "$ac_t""found $ac_find_includes" 1>&6
7202 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE -I$ac_find_includes"
7203 else
7204 echo "$ac_t""no" 1>&6
7205 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
7206 fi
7207 fi
7208
7209 INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS msw"
7210 LIBS="$LIBS -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -lcrtdll -ladvapi32 -lwsock32"
7211
7212 if test "$wxUSE_ODBC" = "yes" ; then
7213 LIBS="$LIBS -lodbc32 -lole32 -loleaut32"
7214 fi
7215
7216 if test "$wxUSE_MINGW" = 1; then
7217 LDFLAGS="$LDFLAGS -mwindows"
7218 fi
7219
7220 TOOLKIT=MSW
7221
7222 GUIOBJS="\$(MSW_GUIOBJS)"
7223 GUIHEADERS="\$(MSW_HEADERS)"
7224 COMMONOBJS="\$(MSW_COMMONOBJS)"
7225 GENERICOBJS="\$(MSW_GENERICOBJS)"
7226 UNIXOBJS=
7227 GUIDIST=MSW_DIST
7228
7229 RCINCSWITCH="--include-dir"
7230 RCDEFSWITCH="--define"
7231 RCPREPROCESSOR="--preprocessor \"\$(CC) -c -E -xc-header -DRC_INVOKED\""
7232 RCINPUTSWITCH="-i"
7233 RCOUTPUTSWITCH="-o"
7234 RESFLAGS="$RCPREPROCESSOR $RCINCSWITCH \$(top_srcdir)/include $RCINCSWITCH \$(top_srcdir)/\$(program_dir) $RCDEFSWITCH __WIN32__ $RCDEFSWITCH __WIN95__ $RCDEFSWITCH __GNUWIN32__"
7235
7236 RESPROGRAM="\$(RES_PROGRAM)"
7237
7238 fi
7239
7240 if test "$wxUSE_GTK" = 1; then
7241 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
7242 if test "${with_gtk_prefix+set}" = set; then
7243 withval="$with_gtk_prefix"
7244 gtk_config_prefix="$withval"
7245 else
7246 gtk_config_prefix=""
7247 fi
7248
7249 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
7250 if test "${with_gtk_exec_prefix+set}" = set; then
7251 withval="$with_gtk_exec_prefix"
7252 gtk_config_exec_prefix="$withval"
7253 else
7254 gtk_config_exec_prefix=""
7255 fi
7256
7257 # Check whether --enable-gtktest or --disable-gtktest was given.
7258 if test "${enable_gtktest+set}" = set; then
7259 enableval="$enable_gtktest"
7260 :
7261 else
7262 enable_gtktest=yes
7263 fi
7264
7265
7266 for module in . gthread
7267 do
7268 case "$module" in
7269 gthread)
7270 gtk_config_args="$gtk_config_args gthread"
7271 ;;
7272 esac
7273 done
7274
7275 if test x$gtk_config_exec_prefix != x ; then
7276 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
7277 if test x${GTK_CONFIG_2_0+set} != xset ; then
7278 GTK_CONFIG_2_0=$gtk_config_exec_prefix/bin/gtk-config-2.0
7279 fi
7280 fi
7281 if test x$gtk_config_prefix != x ; then
7282 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
7283 if test x${GTK_CONFIG_2_0+set} != xset ; then
7284 GTK_CONFIG_2_0=$gtk_config_prefix/bin/gtk-config-2.0
7285 fi
7286 fi
7287
7288 # Extract the first word of "gtk-config-2.0", so it can be a program name with args.
7289 set dummy gtk-config-2.0; ac_word=$2
7290 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7291 echo "configure:7292: checking for $ac_word" >&5
7292 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG_2_0'+set}'`\" = set"; then
7293 echo $ac_n "(cached) $ac_c" 1>&6
7294 else
7295 case "$GTK_CONFIG_2_0" in
7296 /*)
7297 ac_cv_path_GTK_CONFIG_2_0="$GTK_CONFIG_2_0" # Let the user override the test with a path.
7298 ;;
7299 ?:/*)
7300 ac_cv_path_GTK_CONFIG_2_0="$GTK_CONFIG_2_0" # Let the user override the test with a dos path.
7301 ;;
7302 *)
7303 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
7304 ac_dummy="$PATH"
7305 for ac_dir in $ac_dummy; do
7306 test -z "$ac_dir" && ac_dir=.
7307 if test -f $ac_dir/$ac_word; then
7308 ac_cv_path_GTK_CONFIG_2_0="$ac_dir/$ac_word"
7309 break
7310 fi
7311 done
7312 IFS="$ac_save_ifs"
7313 test -z "$ac_cv_path_GTK_CONFIG_2_0" && ac_cv_path_GTK_CONFIG_2_0="no"
7314 ;;
7315 esac
7316 fi
7317 GTK_CONFIG_2_0="$ac_cv_path_GTK_CONFIG_2_0"
7318 if test -n "$GTK_CONFIG_2_0"; then
7319 echo "$ac_t""$GTK_CONFIG_2_0" 1>&6
7320 else
7321 echo "$ac_t""no" 1>&6
7322 fi
7323
7324 min_gtk_version=1.3.1
7325 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
7326 echo "configure:7327: checking for GTK - version >= $min_gtk_version" >&5
7327 no_gtk=""
7328 if test "$GTK_CONFIG_2_0" = "no" ; then
7329 no_gtk=yes
7330 else
7331 GTK_CFLAGS=`$GTK_CONFIG_2_0 $gtk_config_args --cflags`
7332 GTK_LIBS=`$GTK_CONFIG_2_0 $gtk_config_args --libs`
7333 gtk_config_major_version=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
7334 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
7335 gtk_config_minor_version=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
7336 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
7337 gtk_config_micro_version=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
7338 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
7339 if test "x$enable_gtktest" = "xyes" ; then
7340 ac_save_CFLAGS="$CFLAGS"
7341 ac_save_LIBS="$LIBS"
7342 CFLAGS="$CFLAGS $GTK_CFLAGS"
7343 LIBS="$GTK_LIBS $LIBS"
7344 rm -f conf.gtktest
7345 if test "$cross_compiling" = yes; then
7346 echo $ac_n "cross compiling; assumed OK... $ac_c"
7347 else
7348 cat > conftest.$ac_ext <<EOF
7349 #line 7350 "configure"
7350 #include "confdefs.h"
7351
7352 #include <gtk/gtk.h>
7353 #include <stdio.h>
7354 #include <stdlib.h>
7355
7356 int
7357 main ()
7358 {
7359 int major, minor, micro;
7360 char *tmp_version;
7361
7362 system ("touch conf.gtktest");
7363
7364 /* HP/UX 9 (%@#!) writes to sscanf strings */
7365 tmp_version = g_strdup("$min_gtk_version");
7366 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
7367 printf("%s, bad version string\n", "$min_gtk_version");
7368 exit(1);
7369 }
7370
7371 if ((gtk_major_version != $gtk_config_major_version) ||
7372 (gtk_minor_version != $gtk_config_minor_version) ||
7373 (gtk_micro_version != $gtk_config_micro_version))
7374 {
7375 printf("\n*** 'gtk-config-2.0 --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
7376 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
7377 gtk_major_version, gtk_minor_version, gtk_micro_version);
7378 printf ("*** was found! If gtk-config-2.0 was correct, then it is best\n");
7379 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
7380 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
7381 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
7382 printf("*** required on your system.\n");
7383 printf("*** If gtk-config-2.0 was wrong, set the environment variable GTK_CONFIG_2_0\n");
7384 printf("*** to point to the correct copy of gtk-config-2.0, and remove the file config.cache\n");
7385 printf("*** before re-running configure\n");
7386 }
7387 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
7388 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
7389 (gtk_minor_version != GTK_MINOR_VERSION) ||
7390 (gtk_micro_version != GTK_MICRO_VERSION))
7391 {
7392 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
7393 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
7394 printf("*** library (version %d.%d.%d)\n",
7395 gtk_major_version, gtk_minor_version, gtk_micro_version);
7396 }
7397 #endif /* defined (GTK_MAJOR_VERSION) ... */
7398 else
7399 {
7400 if ((gtk_major_version > major) ||
7401 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
7402 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
7403 {
7404 return 0;
7405 }
7406 else
7407 {
7408 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
7409 gtk_major_version, gtk_minor_version, gtk_micro_version);
7410 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
7411 major, minor, micro);
7412 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
7413 printf("***\n");
7414 printf("*** If you have already installed a sufficiently new version, this error\n");
7415 printf("*** probably means that the wrong copy of the gtk-config-2.0 shell script is\n");
7416 printf("*** being found. The easiest way to fix this is to remove the old version\n");
7417 printf("*** of GTK+, but you can also set the GTK_CONFIG_2_0 environment to point to the\n");
7418 printf("*** correct copy of gtk-config-2.0. (In this case, you will have to\n");
7419 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
7420 printf("*** so that the correct libraries are found at run-time))\n");
7421 }
7422 }
7423 return 1;
7424 }
7425
7426 EOF
7427 if { (eval echo configure:7428: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7428 then
7429 :
7430 else
7431 echo "configure: failed program was:" >&5
7432 cat conftest.$ac_ext >&5
7433 rm -fr conftest*
7434 no_gtk=yes
7435 fi
7436 rm -fr conftest*
7437 fi
7438
7439 CFLAGS="$ac_save_CFLAGS"
7440 LIBS="$ac_save_LIBS"
7441 fi
7442 fi
7443 if test "x$no_gtk" = x ; then
7444 echo "$ac_t""yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" 1>&6
7445 WXGTK20=1
7446 else
7447 echo "$ac_t""no" 1>&6
7448 if test "$GTK_CONFIG_2_0" = "no" ; then
7449 echo "*** The gtk-config-2.0 script installed by GTK could not be found"
7450 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
7451 echo "*** your path, or set the GTK_CONFIG_2_0 environment variable to the"
7452 echo "*** full path to gtk-config-2.0."
7453 else
7454 if test -f conf.gtktest ; then
7455 :
7456 else
7457 echo "*** Could not run GTK test program, checking why..."
7458 CFLAGS="$CFLAGS $GTK_CFLAGS"
7459 LIBS="$LIBS $GTK_LIBS"
7460 cat > conftest.$ac_ext <<EOF
7461 #line 7462 "configure"
7462 #include "confdefs.h"
7463
7464 #include <gtk/gtk.h>
7465 #include <stdio.h>
7466
7467 int main() {
7468 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
7469 ; return 0; }
7470 EOF
7471 if { (eval echo configure:7472: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7472 rm -rf conftest*
7473 echo "*** The test program compiled, but did not run. This usually means"
7474 echo "*** that the run-time linker is not finding GTK or finding the wrong"
7475 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
7476 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
7477 echo "*** to the installed location Also, make sure you have run ldconfig if that"
7478 echo "*** is required on your system"
7479 echo "***"
7480 echo "*** If you have an old version installed, it is best to remove it, although"
7481 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
7482 echo "***"
7483 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
7484 echo "*** came with the system with the command"
7485 echo "***"
7486 echo "*** rpm --erase --nodeps gtk gtk-devel"
7487 else
7488 echo "configure: failed program was:" >&5
7489 cat conftest.$ac_ext >&5
7490 rm -rf conftest*
7491 echo "*** The test program failed to compile or link. See the file config.log for the"
7492 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
7493 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
7494 echo "*** may want to edit the gtk-config-2.0 script: $GTK_CONFIG_2_0"
7495 fi
7496 rm -f conftest*
7497 CFLAGS="$ac_save_CFLAGS"
7498 LIBS="$ac_save_LIBS"
7499 fi
7500 fi
7501 GTK_CFLAGS=""
7502 GTK_LIBS=""
7503
7504
7505 if test x$gtk_config_exec_prefix != x ; then
7506 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
7507 if test x${GTK_CONFIG+set} != xset ; then
7508 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
7509 fi
7510 fi
7511 if test x$gtk_config_prefix != x ; then
7512 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
7513 if test x${GTK_CONFIG+set} != xset ; then
7514 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
7515 fi
7516 fi
7517
7518 # Extract the first word of "gtk-config", so it can be a program name with args.
7519 set dummy gtk-config; ac_word=$2
7520 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7521 echo "configure:7522: checking for $ac_word" >&5
7522 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
7523 echo $ac_n "(cached) $ac_c" 1>&6
7524 else
7525 case "$GTK_CONFIG" in
7526 /*)
7527 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
7528 ;;
7529 ?:/*)
7530 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path.
7531 ;;
7532 *)
7533 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
7534 ac_dummy="$PATH"
7535 for ac_dir in $ac_dummy; do
7536 test -z "$ac_dir" && ac_dir=.
7537 if test -f $ac_dir/$ac_word; then
7538 ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word"
7539 break
7540 fi
7541 done
7542 IFS="$ac_save_ifs"
7543 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
7544 ;;
7545 esac
7546 fi
7547 GTK_CONFIG="$ac_cv_path_GTK_CONFIG"
7548 if test -n "$GTK_CONFIG"; then
7549 echo "$ac_t""$GTK_CONFIG" 1>&6
7550 else
7551 echo "$ac_t""no" 1>&6
7552 fi
7553
7554 min_gtk_version=1.2.7
7555 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
7556 echo "configure:7557: checking for GTK - version >= $min_gtk_version" >&5
7557 no_gtk=""
7558 if test "$GTK_CONFIG" != "no" ; then
7559 GTK_CFLAGS=`$GTK_CONFIG --cflags`
7560 GTK_LIBS=`$GTK_CONFIG --libs gthread`
7561 ac_save_CFLAGS="$CFLAGS"
7562 ac_save_LIBS="$LIBS"
7563 CFLAGS="$CFLAGS $GTK_CFLAGS"
7564 LIBS="$LIBS $GTK_LIBS"
7565 if test "$cross_compiling" = yes; then
7566 echo $ac_n "cross compiling; assumed OK... $ac_c"
7567 else
7568 cat > conftest.$ac_ext <<EOF
7569 #line 7570 "configure"
7570 #include "confdefs.h"
7571
7572 #include <gtk/gtk.h>
7573 #include <gtk/gtkfeatures.h>
7574 #include <stdio.h>
7575 #include <stdlib.h>
7576
7577 int
7578 main ()
7579 {
7580 int major, minor, micro;
7581
7582 if (sscanf("$min_gtk_version", "%d.%d.%d", &major, &minor, &micro) != 3) {
7583 printf("%s, bad version string\n", "$min_gtk_version");
7584 exit(1);
7585 }
7586
7587 if ((GTK_MAJOR_VERSION != gtk_major_version) ||
7588 (GTK_MINOR_VERSION != gtk_minor_version) ||
7589 (GTK_MICRO_VERSION != gtk_micro_version)) {
7590 printf("Headers vs. library version mismatch!\n");
7591 exit(1);
7592 }
7593
7594 if (gtk_minor_version == 1) return FALSE;
7595
7596 return !((gtk_major_version > major) ||
7597 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
7598 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)));
7599 }
7600
7601 EOF
7602 if { (eval echo configure:7603: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7603 then
7604 :
7605 else
7606 echo "configure: failed program was:" >&5
7607 cat conftest.$ac_ext >&5
7608 rm -fr conftest*
7609 no_gtk=yes
7610 fi
7611 rm -fr conftest*
7612 fi
7613
7614 CFLAGS="$ac_save_CFLAGS"
7615 LIBS="$ac_save_LIBS"
7616 else
7617 no_gtk=yes
7618 fi
7619 if test "x$no_gtk" = x ; then
7620 echo "$ac_t""yes" 1>&6
7621 WXGTK127=1
7622 else
7623 echo "$ac_t""no" 1>&6
7624 GTK_CFLAGS=""
7625 GTK_LIBS=""
7626 :
7627 fi
7628
7629
7630
7631
7632 if test x$gtk_config_exec_prefix != x ; then
7633 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
7634 if test x${GTK_CONFIG+set} != xset ; then
7635 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
7636 fi
7637 fi
7638 if test x$gtk_config_prefix != x ; then
7639 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
7640 if test x${GTK_CONFIG+set} != xset ; then
7641 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
7642 fi
7643 fi
7644
7645 # Extract the first word of "gtk-config", so it can be a program name with args.
7646 set dummy gtk-config; ac_word=$2
7647 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7648 echo "configure:7649: checking for $ac_word" >&5
7649 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
7650 echo $ac_n "(cached) $ac_c" 1>&6
7651 else
7652 case "$GTK_CONFIG" in
7653 /*)
7654 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
7655 ;;
7656 ?:/*)
7657 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path.
7658 ;;
7659 *)
7660 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
7661 ac_dummy="$PATH"
7662 for ac_dir in $ac_dummy; do
7663 test -z "$ac_dir" && ac_dir=.
7664 if test -f $ac_dir/$ac_word; then
7665 ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word"
7666 break
7667 fi
7668 done
7669 IFS="$ac_save_ifs"
7670 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
7671 ;;
7672 esac
7673 fi
7674 GTK_CONFIG="$ac_cv_path_GTK_CONFIG"
7675 if test -n "$GTK_CONFIG"; then
7676 echo "$ac_t""$GTK_CONFIG" 1>&6
7677 else
7678 echo "$ac_t""no" 1>&6
7679 fi
7680
7681 min_gtk_version=1.2.3
7682 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
7683 echo "configure:7684: checking for GTK - version >= $min_gtk_version" >&5
7684 no_gtk=""
7685 if test "$GTK_CONFIG" != "no" ; then
7686 GTK_CFLAGS=`$GTK_CONFIG --cflags`
7687 GTK_LIBS=`$GTK_CONFIG --libs gthread`
7688 ac_save_CFLAGS="$CFLAGS"
7689 ac_save_LIBS="$LIBS"
7690 CFLAGS="$CFLAGS $GTK_CFLAGS"
7691 LIBS="$LIBS $GTK_LIBS"
7692 if test "$cross_compiling" = yes; then
7693 echo $ac_n "cross compiling; assumed OK... $ac_c"
7694 else
7695 cat > conftest.$ac_ext <<EOF
7696 #line 7697 "configure"
7697 #include "confdefs.h"
7698
7699 #include <gtk/gtk.h>
7700 #include <gtk/gtkfeatures.h>
7701 #include <stdio.h>
7702 #include <stdlib.h>
7703
7704 int
7705 main ()
7706 {
7707 int major, minor, micro;
7708
7709 if (sscanf("$min_gtk_version", "%d.%d.%d", &major, &minor, &micro) != 3) {
7710 printf("%s, bad version string\n", "$min_gtk_version");
7711 exit(1);
7712 }
7713
7714 if ((GTK_MAJOR_VERSION != gtk_major_version) ||
7715 (GTK_MINOR_VERSION != gtk_minor_version) ||
7716 (GTK_MICRO_VERSION != gtk_micro_version)) {
7717 printf("Headers vs. library version mismatch!\n");
7718 exit(1);
7719 }
7720
7721 if (gtk_minor_version == 1) return FALSE;
7722
7723 return !((gtk_major_version > major) ||
7724 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
7725 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)));
7726 }
7727
7728 EOF
7729 if { (eval echo configure:7730: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7730 then
7731 :
7732 else
7733 echo "configure: failed program was:" >&5
7734 cat conftest.$ac_ext >&5
7735 rm -fr conftest*
7736 no_gtk=yes
7737 fi
7738 rm -fr conftest*
7739 fi
7740
7741 CFLAGS="$ac_save_CFLAGS"
7742 LIBS="$ac_save_LIBS"
7743 else
7744 no_gtk=yes
7745 fi
7746 if test "x$no_gtk" = x ; then
7747 echo "$ac_t""yes" 1>&6
7748 WXGTK12=1
7749 else
7750 echo "$ac_t""no" 1>&6
7751 GTK_CFLAGS=""
7752 GTK_LIBS=""
7753 :
7754 fi
7755
7756
7757
7758
7759 fi
7760
7761
7762 rm -f conf.gtktest
7763
7764
7765 if test "$WXGTK12" != 1 -a "$WXGTK20" != 1; then
7766 { echo "configure: error:
7767 Please check that gtk-config is in path, the directory
7768 where GTK+ libraries are installed (returned by
7769 'gtk-config --libs' command) is in LD_LIBRARY_PATH or
7770 equivalent variable and GTK+ is version 1.2.3 or above.
7771 " 1>&2; exit 1; }
7772 fi
7773
7774 TOOLKIT_INCLUDE="$GTK_CFLAGS"
7775
7776
7777 GUI_TK_LIBRARY="$GTK_LIBS"
7778
7779 TOOLKIT=GTK
7780
7781 AFMINSTALL=afminstall
7782
7783 GUIOBJS="\$(GTK_GUIOBJS)"
7784 GUIHEADERS="\$(GTK_HEADERS)"
7785 COMMONOBJS="\$(GTK_COMMONOBJS)"
7786 GENERICOBJS="\$(GTK_GENERICOBJS)"
7787 GUIDEPS="\$(GTK_GUIDEPS)"
7788 COMMONDEPS="\$(GTK_COMMONDEPS)"
7789 GENERICDEPS="\$(GTK_GENERICDEPS)"
7790 UNIXOBJS="\$(UNIX_OBJS)"
7791 UNIXDEPS="\$(UNIX_DEPS)"
7792 GUIDIST=GTK_DIST
7793
7794 echo $ac_n "checking for gdk_im_open in -lgdk""... $ac_c" 1>&6
7795 echo "configure:7796: checking for gdk_im_open in -lgdk" >&5
7796 ac_lib_var=`echo gdk'_'gdk_im_open | sed 'y%./+-%__p_%'`
7797 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7798 echo $ac_n "(cached) $ac_c" 1>&6
7799 else
7800 ac_save_LIBS="$LIBS"
7801 LIBS="-lgdk $LIBS"
7802 cat > conftest.$ac_ext <<EOF
7803 #line 7804 "configure"
7804 #include "confdefs.h"
7805 /* Override any gcc2 internal prototype to avoid an error. */
7806 /* We use char because int might match the return type of a gcc2
7807 builtin and then its argument prototype would still apply. */
7808 char gdk_im_open();
7809
7810 int main() {
7811 gdk_im_open()
7812 ; return 0; }
7813 EOF
7814 if { (eval echo configure:7815: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7815 rm -rf conftest*
7816 eval "ac_cv_lib_$ac_lib_var=yes"
7817 else
7818 echo "configure: failed program was:" >&5
7819 cat conftest.$ac_ext >&5
7820 rm -rf conftest*
7821 eval "ac_cv_lib_$ac_lib_var=no"
7822 fi
7823 rm -f conftest*
7824 LIBS="$ac_save_LIBS"
7825
7826 fi
7827 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7828 echo "$ac_t""yes" 1>&6
7829 cat >> confdefs.h <<\EOF
7830 #define HAVE_XIM 1
7831 EOF
7832
7833 else
7834 echo "$ac_t""no" 1>&6
7835 fi
7836
7837 fi
7838
7839 if test "$wxUSE_WINE" = 1; then
7840 echo $ac_n "checking for WINE includes""... $ac_c" 1>&6
7841 echo "configure:7842: checking for WINE includes" >&5
7842
7843 ac_find_includes=
7844 for ac_dir in $SEARCH_INCLUDE;
7845 do
7846 if test -f "$ac_dir/windows.h"; then
7847 ac_find_includes=$ac_dir
7848 break
7849 fi
7850 done
7851
7852 if test "$ac_find_includes" != "" ; then
7853 echo "$ac_t""found $ac_find_includes" 1>&6
7854 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE -I$ac_find_includes"
7855 else
7856 echo "$ac_t""no" 1>&6
7857 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
7858 fi
7859
7860 XPM_LINK=""
7861 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
7862 echo "configure:7863: checking for Xpm library" >&5
7863
7864 ac_find_libraries=
7865 for ac_dir in $SEARCH_LIB;
7866 do
7867 for ac_extension in a so sl; do
7868 if test -f "$ac_dir/libXpm.$ac_extension"; then
7869 ac_find_libraries=$ac_dir
7870 break 2
7871 fi
7872 done
7873 done
7874
7875 if test "$ac_find_libraries" != "" ; then
7876 GUI_TK_LIBRARY="-L$ac_find_libraries"
7877 XPM_LINK="-lXpm"
7878 cat >> confdefs.h <<\EOF
7879 #define wxHAVE_LIB_XPM 1
7880 EOF
7881
7882 echo "$ac_t""found at $ac_find_libraries" 1>&6
7883 else
7884 echo "$ac_t""no" 1>&6
7885 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
7886 fi
7887
7888 MESA_LINK=""
7889 echo $ac_n "checking for Mesa library""... $ac_c" 1>&6
7890 echo "configure:7891: checking for Mesa library" >&5
7891
7892 ac_find_libraries=
7893 for ac_dir in $SEARCH_LIB;
7894 do
7895 for ac_extension in a so sl; do
7896 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
7897 ac_find_libraries=$ac_dir
7898 break 2
7899 fi
7900 done
7901 done
7902
7903 if test "$ac_find_libraries" != "" ; then
7904 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -L$ac_find_libraries"
7905 MESA_LINK="-lMesaGL"
7906 echo "$ac_t""found at $ac_find_libraries" 1>&6
7907 else
7908 { echo "configure: error: no" 1>&2; exit 1; }
7909 fi
7910
7911 GUI_TK_LINK="-lwine $MESA_LINK $XPM_LINK -lXxf86dga -lXxf86vm -lSM -lICE -lXext -lXmu -lX11 -lncurses"
7912 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $GUI_TK_LINK"
7913 WXWINE=1
7914 TOOLKIT=MSW
7915
7916 GUIHEADERS="\$(MSW_HEADERS)"
7917 GUIOBJS="\$(MSW_GUIOBJS)"
7918 COMMONOBJS="\$(MSW_COMMONOBJS)"
7919 GENERICOBJS="\$(MSW_GENERICOBJS)"
7920 GUIDEPS="\$(MSW_GUIDEPS)"
7921 COMMONDEPS="\$(MSW_COMMONDEPS)"
7922 GENERICDEPS="\$(MSW_GENERICDEPS)"
7923 UNIXOBJS="\$(UNIX_OBJS)"
7924 UNIXDEPS="\$(UNIX_DEPS)"
7925 GUIDIST=MSW_DIST
7926 fi
7927
7928
7929 # If we find X, set shell vars x_includes and x_libraries to the
7930 # paths, otherwise set no_x=yes.
7931 # Uses ac_ vars as temps to allow command line to override cache and checks.
7932 # --without-x overrides everything else, but does not touch the cache.
7933 echo $ac_n "checking for X""... $ac_c" 1>&6
7934 echo "configure:7935: checking for X" >&5
7935
7936 # Check whether --with-x or --without-x was given.
7937 if test "${with_x+set}" = set; then
7938 withval="$with_x"
7939 :
7940 fi
7941
7942 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7943 if test "x$with_x" = xno; then
7944 # The user explicitly disabled X.
7945 have_x=disabled
7946 else
7947 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
7948 # Both variables are already set.
7949 have_x=yes
7950 else
7951 if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
7952 echo $ac_n "(cached) $ac_c" 1>&6
7953 else
7954 # One or both of the vars are not set, and there is no cached value.
7955 ac_x_includes=NO ac_x_libraries=NO
7956 rm -fr conftestdir
7957 if mkdir conftestdir; then
7958 cd conftestdir
7959 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
7960 cat > Imakefile <<'EOF'
7961 acfindx:
7962 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
7963 EOF
7964 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
7965 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7966 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
7967 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7968 for ac_extension in a so sl; do
7969 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
7970 test -f $ac_im_libdir/libX11.$ac_extension; then
7971 ac_im_usrlibdir=$ac_im_libdir; break
7972 fi
7973 done
7974 # Screen out bogus values from the imake configuration. They are
7975 # bogus both because they are the default anyway, and because
7976 # using them would break gcc on systems where it needs fixed includes.
7977 case "$ac_im_incroot" in
7978 /usr/include) ;;
7979 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;;
7980 esac
7981 case "$ac_im_usrlibdir" in
7982 /usr/lib | /lib) ;;
7983 *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;;
7984 esac
7985 fi
7986 cd ..
7987 rm -fr conftestdir
7988 fi
7989
7990 if test "$ac_x_includes" = NO; then
7991 # Guess where to find include files, by looking for this one X11 .h file.
7992 test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
7993
7994 # First, try using that file with no special directory specified.
7995 cat > conftest.$ac_ext <<EOF
7996 #line 7997 "configure"
7997 #include "confdefs.h"
7998 #include <$x_direct_test_include>
7999 EOF
8000 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8001 { (eval echo configure:8002: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8002 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8003 if test -z "$ac_err"; then
8004 rm -rf conftest*
8005 # We can compile using X headers with no special include directory.
8006 ac_x_includes=
8007 else
8008 echo "$ac_err" >&5
8009 echo "configure: failed program was:" >&5
8010 cat conftest.$ac_ext >&5
8011 rm -rf conftest*
8012 # Look for the header file in a standard set of common directories.
8013 # Check X11 before X11Rn because it is often a symlink to the current release.
8014 for ac_dir in \
8015 /usr/X11/include \
8016 /usr/X11R6/include \
8017 /usr/X11R5/include \
8018 /usr/X11R4/include \
8019 \
8020 /usr/include/X11 \
8021 /usr/include/X11R6 \
8022 /usr/include/X11R5 \
8023 /usr/include/X11R4 \
8024 \
8025 /usr/local/X11/include \
8026 /usr/local/X11R6/include \
8027 /usr/local/X11R5/include \
8028 /usr/local/X11R4/include \
8029 \
8030 /usr/local/include/X11 \
8031 /usr/local/include/X11R6 \
8032 /usr/local/include/X11R5 \
8033 /usr/local/include/X11R4 \
8034 \
8035 /usr/X386/include \
8036 /usr/x386/include \
8037 /usr/XFree86/include/X11 \
8038 \
8039 /usr/include \
8040 /usr/local/include \
8041 /usr/unsupported/include \
8042 /usr/athena/include \
8043 /usr/local/x11r5/include \
8044 /usr/lpp/Xamples/include \
8045 \
8046 /usr/openwin/include \
8047 /usr/openwin/share/include \
8048 ; \
8049 do
8050 if test -r "$ac_dir/$x_direct_test_include"; then
8051 ac_x_includes=$ac_dir
8052 break
8053 fi
8054 done
8055 fi
8056 rm -f conftest*
8057 fi # $ac_x_includes = NO
8058
8059 if test "$ac_x_libraries" = NO; then
8060 # Check for the libraries.
8061
8062 test -z "$x_direct_test_library" && x_direct_test_library=Xt
8063 test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
8064
8065 # See if we find them without any special options.
8066 # Don't add to $LIBS permanently.
8067 ac_save_LIBS="$LIBS"
8068 LIBS="-l$x_direct_test_library $LIBS"
8069 cat > conftest.$ac_ext <<EOF
8070 #line 8071 "configure"
8071 #include "confdefs.h"
8072
8073 int main() {
8074 ${x_direct_test_function}()
8075 ; return 0; }
8076 EOF
8077 if { (eval echo configure:8078: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8078 rm -rf conftest*
8079 LIBS="$ac_save_LIBS"
8080 # We can link X programs with no special library path.
8081 ac_x_libraries=
8082 else
8083 echo "configure: failed program was:" >&5
8084 cat conftest.$ac_ext >&5
8085 rm -rf conftest*
8086 LIBS="$ac_save_LIBS"
8087 # First see if replacing the include by lib works.
8088 # Check X11 before X11Rn because it is often a symlink to the current release.
8089 for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
8090 /usr/X11/lib \
8091 /usr/X11R6/lib \
8092 /usr/X11R5/lib \
8093 /usr/X11R4/lib \
8094 \
8095 /usr/lib/X11 \
8096 /usr/lib/X11R6 \
8097 /usr/lib/X11R5 \
8098 /usr/lib/X11R4 \
8099 \
8100 /usr/local/X11/lib \
8101 /usr/local/X11R6/lib \
8102 /usr/local/X11R5/lib \
8103 /usr/local/X11R4/lib \
8104 \
8105 /usr/local/lib/X11 \
8106 /usr/local/lib/X11R6 \
8107 /usr/local/lib/X11R5 \
8108 /usr/local/lib/X11R4 \
8109 \
8110 /usr/X386/lib \
8111 /usr/x386/lib \
8112 /usr/XFree86/lib/X11 \
8113 \
8114 /usr/lib \
8115 /usr/local/lib \
8116 /usr/unsupported/lib \
8117 /usr/athena/lib \
8118 /usr/local/x11r5/lib \
8119 /usr/lpp/Xamples/lib \
8120 /lib/usr/lib/X11 \
8121 \
8122 /usr/openwin/lib \
8123 /usr/openwin/share/lib \
8124 ; \
8125 do
8126 for ac_extension in a so sl; do
8127 if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
8128 ac_x_libraries=$ac_dir
8129 break 2
8130 fi
8131 done
8132 done
8133 fi
8134 rm -f conftest*
8135 fi # $ac_x_libraries = NO
8136
8137 if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then
8138 # Didn't find X anywhere. Cache the known absence of X.
8139 ac_cv_have_x="have_x=no"
8140 else
8141 # Record where we found X for the cache.
8142 ac_cv_have_x="have_x=yes \
8143 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
8144 fi
8145 fi
8146 fi
8147 eval "$ac_cv_have_x"
8148 fi # $with_x != no
8149
8150 if test "$have_x" != yes; then
8151 echo "$ac_t""$have_x" 1>&6
8152 no_x=yes
8153 else
8154 # If each of the values was on the command line, it overrides each guess.
8155 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8156 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8157 # Update the cache value to reflect the command line values.
8158 ac_cv_have_x="have_x=yes \
8159 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
8160 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
8161 fi
8162
8163 if test "$no_x" = yes; then
8164 # Not all programs may use this symbol, but it does not hurt to define it.
8165 cat >> confdefs.h <<\EOF
8166 #define X_DISPLAY_MISSING 1
8167 EOF
8168
8169 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8170 else
8171 if test -n "$x_includes"; then
8172 X_CFLAGS="$X_CFLAGS -I$x_includes"
8173 fi
8174
8175 # It would also be nice to do this for all -L options, not just this one.
8176 if test -n "$x_libraries"; then
8177 X_LIBS="$X_LIBS -L$x_libraries"
8178 # For Solaris; some versions of Sun CC require a space after -R and
8179 # others require no space. Words are not sufficient . . . .
8180 case "`(uname -sr) 2>/dev/null`" in
8181 "SunOS 5"*)
8182 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
8183 echo "configure:8184: checking whether -R must be followed by a space" >&5
8184 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries"
8185 cat > conftest.$ac_ext <<EOF
8186 #line 8187 "configure"
8187 #include "confdefs.h"
8188
8189 int main() {
8190
8191 ; return 0; }
8192 EOF
8193 if { (eval echo configure:8194: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8194 rm -rf conftest*
8195 ac_R_nospace=yes
8196 else
8197 echo "configure: failed program was:" >&5
8198 cat conftest.$ac_ext >&5
8199 rm -rf conftest*
8200 ac_R_nospace=no
8201 fi
8202 rm -f conftest*
8203 if test $ac_R_nospace = yes; then
8204 echo "$ac_t""no" 1>&6
8205 X_LIBS="$X_LIBS -R$x_libraries"
8206 else
8207 LIBS="$ac_xsave_LIBS -R $x_libraries"
8208 cat > conftest.$ac_ext <<EOF
8209 #line 8210 "configure"
8210 #include "confdefs.h"
8211
8212 int main() {
8213
8214 ; return 0; }
8215 EOF
8216 if { (eval echo configure:8217: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8217 rm -rf conftest*
8218 ac_R_space=yes
8219 else
8220 echo "configure: failed program was:" >&5
8221 cat conftest.$ac_ext >&5
8222 rm -rf conftest*
8223 ac_R_space=no
8224 fi
8225 rm -f conftest*
8226 if test $ac_R_space = yes; then
8227 echo "$ac_t""yes" 1>&6
8228 X_LIBS="$X_LIBS -R $x_libraries"
8229 else
8230 echo "$ac_t""neither works" 1>&6
8231 fi
8232 fi
8233 LIBS="$ac_xsave_LIBS"
8234 esac
8235 fi
8236
8237 # Check for system-dependent libraries X programs must link with.
8238 # Do this before checking for the system-independent R6 libraries
8239 # (-lICE), since we may need -lsocket or whatever for X linking.
8240
8241 if test "$ISC" = yes; then
8242 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
8243 else
8244 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
8245 # libraries were built with DECnet support. And karl@cs.umb.edu says
8246 # the Alpha needs dnet_stub (dnet does not exist).
8247 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
8248 echo "configure:8249: checking for dnet_ntoa in -ldnet" >&5
8249 ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
8250 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8251 echo $ac_n "(cached) $ac_c" 1>&6
8252 else
8253 ac_save_LIBS="$LIBS"
8254 LIBS="-ldnet $LIBS"
8255 cat > conftest.$ac_ext <<EOF
8256 #line 8257 "configure"
8257 #include "confdefs.h"
8258 /* Override any gcc2 internal prototype to avoid an error. */
8259 /* We use char because int might match the return type of a gcc2
8260 builtin and then its argument prototype would still apply. */
8261 char dnet_ntoa();
8262
8263 int main() {
8264 dnet_ntoa()
8265 ; return 0; }
8266 EOF
8267 if { (eval echo configure:8268: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8268 rm -rf conftest*
8269 eval "ac_cv_lib_$ac_lib_var=yes"
8270 else
8271 echo "configure: failed program was:" >&5
8272 cat conftest.$ac_ext >&5
8273 rm -rf conftest*
8274 eval "ac_cv_lib_$ac_lib_var=no"
8275 fi
8276 rm -f conftest*
8277 LIBS="$ac_save_LIBS"
8278
8279 fi
8280 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8281 echo "$ac_t""yes" 1>&6
8282 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
8283 else
8284 echo "$ac_t""no" 1>&6
8285 fi
8286
8287 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
8288 echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
8289 echo "configure:8290: checking for dnet_ntoa in -ldnet_stub" >&5
8290 ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
8291 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8292 echo $ac_n "(cached) $ac_c" 1>&6
8293 else
8294 ac_save_LIBS="$LIBS"
8295 LIBS="-ldnet_stub $LIBS"
8296 cat > conftest.$ac_ext <<EOF
8297 #line 8298 "configure"
8298 #include "confdefs.h"
8299 /* Override any gcc2 internal prototype to avoid an error. */
8300 /* We use char because int might match the return type of a gcc2
8301 builtin and then its argument prototype would still apply. */
8302 char dnet_ntoa();
8303
8304 int main() {
8305 dnet_ntoa()
8306 ; return 0; }
8307 EOF
8308 if { (eval echo configure:8309: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8309 rm -rf conftest*
8310 eval "ac_cv_lib_$ac_lib_var=yes"
8311 else
8312 echo "configure: failed program was:" >&5
8313 cat conftest.$ac_ext >&5
8314 rm -rf conftest*
8315 eval "ac_cv_lib_$ac_lib_var=no"
8316 fi
8317 rm -f conftest*
8318 LIBS="$ac_save_LIBS"
8319
8320 fi
8321 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8322 echo "$ac_t""yes" 1>&6
8323 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
8324 else
8325 echo "$ac_t""no" 1>&6
8326 fi
8327
8328 fi
8329
8330 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
8331 # to get the SysV transport functions.
8332 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
8333 # needs -lnsl.
8334 # The nsl library prevents programs from opening the X display
8335 # on Irix 5.2, according to dickey@clark.net.
8336 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
8337 echo "configure:8338: checking for gethostbyname" >&5
8338 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
8339 echo $ac_n "(cached) $ac_c" 1>&6
8340 else
8341 cat > conftest.$ac_ext <<EOF
8342 #line 8343 "configure"
8343 #include "confdefs.h"
8344 /* System header to define __stub macros and hopefully few prototypes,
8345 which can conflict with char gethostbyname(); below. */
8346 #include <assert.h>
8347 /* Override any gcc2 internal prototype to avoid an error. */
8348 /* We use char because int might match the return type of a gcc2
8349 builtin and then its argument prototype would still apply. */
8350 char gethostbyname();
8351
8352 int main() {
8353
8354 /* The GNU C library defines this for functions which it implements
8355 to always fail with ENOSYS. Some functions are actually named
8356 something starting with __ and the normal name is an alias. */
8357 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
8358 choke me
8359 #else
8360 gethostbyname();
8361 #endif
8362
8363 ; return 0; }
8364 EOF
8365 if { (eval echo configure:8366: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8366 rm -rf conftest*
8367 eval "ac_cv_func_gethostbyname=yes"
8368 else
8369 echo "configure: failed program was:" >&5
8370 cat conftest.$ac_ext >&5
8371 rm -rf conftest*
8372 eval "ac_cv_func_gethostbyname=no"
8373 fi
8374 rm -f conftest*
8375 fi
8376
8377 if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
8378 echo "$ac_t""yes" 1>&6
8379 :
8380 else
8381 echo "$ac_t""no" 1>&6
8382 fi
8383
8384 if test $ac_cv_func_gethostbyname = no; then
8385 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
8386 echo "configure:8387: checking for gethostbyname in -lnsl" >&5
8387 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
8388 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8389 echo $ac_n "(cached) $ac_c" 1>&6
8390 else
8391 ac_save_LIBS="$LIBS"
8392 LIBS="-lnsl $LIBS"
8393 cat > conftest.$ac_ext <<EOF
8394 #line 8395 "configure"
8395 #include "confdefs.h"
8396 /* Override any gcc2 internal prototype to avoid an error. */
8397 /* We use char because int might match the return type of a gcc2
8398 builtin and then its argument prototype would still apply. */
8399 char gethostbyname();
8400
8401 int main() {
8402 gethostbyname()
8403 ; return 0; }
8404 EOF
8405 if { (eval echo configure:8406: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8406 rm -rf conftest*
8407 eval "ac_cv_lib_$ac_lib_var=yes"
8408 else
8409 echo "configure: failed program was:" >&5
8410 cat conftest.$ac_ext >&5
8411 rm -rf conftest*
8412 eval "ac_cv_lib_$ac_lib_var=no"
8413 fi
8414 rm -f conftest*
8415 LIBS="$ac_save_LIBS"
8416
8417 fi
8418 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8419 echo "$ac_t""yes" 1>&6
8420 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
8421 else
8422 echo "$ac_t""no" 1>&6
8423 fi
8424
8425 fi
8426
8427 # lieder@skyler.mavd.honeywell.com says without -lsocket,
8428 # socket/setsockopt and other routines are undefined under SCO ODT
8429 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
8430 # on later versions), says simon@lia.di.epfl.ch: it contains
8431 # gethostby* variants that don't use the nameserver (or something).
8432 # -lsocket must be given before -lnsl if both are needed.
8433 # We assume that if connect needs -lnsl, so does gethostbyname.
8434 echo $ac_n "checking for connect""... $ac_c" 1>&6
8435 echo "configure:8436: checking for connect" >&5
8436 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
8437 echo $ac_n "(cached) $ac_c" 1>&6
8438 else
8439 cat > conftest.$ac_ext <<EOF
8440 #line 8441 "configure"
8441 #include "confdefs.h"
8442 /* System header to define __stub macros and hopefully few prototypes,
8443 which can conflict with char connect(); below. */
8444 #include <assert.h>
8445 /* Override any gcc2 internal prototype to avoid an error. */
8446 /* We use char because int might match the return type of a gcc2
8447 builtin and then its argument prototype would still apply. */
8448 char connect();
8449
8450 int main() {
8451
8452 /* The GNU C library defines this for functions which it implements
8453 to always fail with ENOSYS. Some functions are actually named
8454 something starting with __ and the normal name is an alias. */
8455 #if defined (__stub_connect) || defined (__stub___connect)
8456 choke me
8457 #else
8458 connect();
8459 #endif
8460
8461 ; return 0; }
8462 EOF
8463 if { (eval echo configure:8464: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8464 rm -rf conftest*
8465 eval "ac_cv_func_connect=yes"
8466 else
8467 echo "configure: failed program was:" >&5
8468 cat conftest.$ac_ext >&5
8469 rm -rf conftest*
8470 eval "ac_cv_func_connect=no"
8471 fi
8472 rm -f conftest*
8473 fi
8474
8475 if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
8476 echo "$ac_t""yes" 1>&6
8477 :
8478 else
8479 echo "$ac_t""no" 1>&6
8480 fi
8481
8482 if test $ac_cv_func_connect = no; then
8483 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
8484 echo "configure:8485: checking for connect in -lsocket" >&5
8485 ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
8486 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8487 echo $ac_n "(cached) $ac_c" 1>&6
8488 else
8489 ac_save_LIBS="$LIBS"
8490 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
8491 cat > conftest.$ac_ext <<EOF
8492 #line 8493 "configure"
8493 #include "confdefs.h"
8494 /* Override any gcc2 internal prototype to avoid an error. */
8495 /* We use char because int might match the return type of a gcc2
8496 builtin and then its argument prototype would still apply. */
8497 char connect();
8498
8499 int main() {
8500 connect()
8501 ; return 0; }
8502 EOF
8503 if { (eval echo configure:8504: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8504 rm -rf conftest*
8505 eval "ac_cv_lib_$ac_lib_var=yes"
8506 else
8507 echo "configure: failed program was:" >&5
8508 cat conftest.$ac_ext >&5
8509 rm -rf conftest*
8510 eval "ac_cv_lib_$ac_lib_var=no"
8511 fi
8512 rm -f conftest*
8513 LIBS="$ac_save_LIBS"
8514
8515 fi
8516 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8517 echo "$ac_t""yes" 1>&6
8518 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
8519 else
8520 echo "$ac_t""no" 1>&6
8521 fi
8522
8523 fi
8524
8525 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
8526 echo $ac_n "checking for remove""... $ac_c" 1>&6
8527 echo "configure:8528: checking for remove" >&5
8528 if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
8529 echo $ac_n "(cached) $ac_c" 1>&6
8530 else
8531 cat > conftest.$ac_ext <<EOF
8532 #line 8533 "configure"
8533 #include "confdefs.h"
8534 /* System header to define __stub macros and hopefully few prototypes,
8535 which can conflict with char remove(); below. */
8536 #include <assert.h>
8537 /* Override any gcc2 internal prototype to avoid an error. */
8538 /* We use char because int might match the return type of a gcc2
8539 builtin and then its argument prototype would still apply. */
8540 char remove();
8541
8542 int main() {
8543
8544 /* The GNU C library defines this for functions which it implements
8545 to always fail with ENOSYS. Some functions are actually named
8546 something starting with __ and the normal name is an alias. */
8547 #if defined (__stub_remove) || defined (__stub___remove)
8548 choke me
8549 #else
8550 remove();
8551 #endif
8552
8553 ; return 0; }
8554 EOF
8555 if { (eval echo configure:8556: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8556 rm -rf conftest*
8557 eval "ac_cv_func_remove=yes"
8558 else
8559 echo "configure: failed program was:" >&5
8560 cat conftest.$ac_ext >&5
8561 rm -rf conftest*
8562 eval "ac_cv_func_remove=no"
8563 fi
8564 rm -f conftest*
8565 fi
8566
8567 if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
8568 echo "$ac_t""yes" 1>&6
8569 :
8570 else
8571 echo "$ac_t""no" 1>&6
8572 fi
8573
8574 if test $ac_cv_func_remove = no; then
8575 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
8576 echo "configure:8577: checking for remove in -lposix" >&5
8577 ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
8578 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8579 echo $ac_n "(cached) $ac_c" 1>&6
8580 else
8581 ac_save_LIBS="$LIBS"
8582 LIBS="-lposix $LIBS"
8583 cat > conftest.$ac_ext <<EOF
8584 #line 8585 "configure"
8585 #include "confdefs.h"
8586 /* Override any gcc2 internal prototype to avoid an error. */
8587 /* We use char because int might match the return type of a gcc2
8588 builtin and then its argument prototype would still apply. */
8589 char remove();
8590
8591 int main() {
8592 remove()
8593 ; return 0; }
8594 EOF
8595 if { (eval echo configure:8596: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8596 rm -rf conftest*
8597 eval "ac_cv_lib_$ac_lib_var=yes"
8598 else
8599 echo "configure: failed program was:" >&5
8600 cat conftest.$ac_ext >&5
8601 rm -rf conftest*
8602 eval "ac_cv_lib_$ac_lib_var=no"
8603 fi
8604 rm -f conftest*
8605 LIBS="$ac_save_LIBS"
8606
8607 fi
8608 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8609 echo "$ac_t""yes" 1>&6
8610 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
8611 else
8612 echo "$ac_t""no" 1>&6
8613 fi
8614
8615 fi
8616
8617 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
8618 echo $ac_n "checking for shmat""... $ac_c" 1>&6
8619 echo "configure:8620: checking for shmat" >&5
8620 if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
8621 echo $ac_n "(cached) $ac_c" 1>&6
8622 else
8623 cat > conftest.$ac_ext <<EOF
8624 #line 8625 "configure"
8625 #include "confdefs.h"
8626 /* System header to define __stub macros and hopefully few prototypes,
8627 which can conflict with char shmat(); below. */
8628 #include <assert.h>
8629 /* Override any gcc2 internal prototype to avoid an error. */
8630 /* We use char because int might match the return type of a gcc2
8631 builtin and then its argument prototype would still apply. */
8632 char shmat();
8633
8634 int main() {
8635
8636 /* The GNU C library defines this for functions which it implements
8637 to always fail with ENOSYS. Some functions are actually named
8638 something starting with __ and the normal name is an alias. */
8639 #if defined (__stub_shmat) || defined (__stub___shmat)
8640 choke me
8641 #else
8642 shmat();
8643 #endif
8644
8645 ; return 0; }
8646 EOF
8647 if { (eval echo configure:8648: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8648 rm -rf conftest*
8649 eval "ac_cv_func_shmat=yes"
8650 else
8651 echo "configure: failed program was:" >&5
8652 cat conftest.$ac_ext >&5
8653 rm -rf conftest*
8654 eval "ac_cv_func_shmat=no"
8655 fi
8656 rm -f conftest*
8657 fi
8658
8659 if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
8660 echo "$ac_t""yes" 1>&6
8661 :
8662 else
8663 echo "$ac_t""no" 1>&6
8664 fi
8665
8666 if test $ac_cv_func_shmat = no; then
8667 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
8668 echo "configure:8669: checking for shmat in -lipc" >&5
8669 ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
8670 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8671 echo $ac_n "(cached) $ac_c" 1>&6
8672 else
8673 ac_save_LIBS="$LIBS"
8674 LIBS="-lipc $LIBS"
8675 cat > conftest.$ac_ext <<EOF
8676 #line 8677 "configure"
8677 #include "confdefs.h"
8678 /* Override any gcc2 internal prototype to avoid an error. */
8679 /* We use char because int might match the return type of a gcc2
8680 builtin and then its argument prototype would still apply. */
8681 char shmat();
8682
8683 int main() {
8684 shmat()
8685 ; return 0; }
8686 EOF
8687 if { (eval echo configure:8688: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8688 rm -rf conftest*
8689 eval "ac_cv_lib_$ac_lib_var=yes"
8690 else
8691 echo "configure: failed program was:" >&5
8692 cat conftest.$ac_ext >&5
8693 rm -rf conftest*
8694 eval "ac_cv_lib_$ac_lib_var=no"
8695 fi
8696 rm -f conftest*
8697 LIBS="$ac_save_LIBS"
8698
8699 fi
8700 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8701 echo "$ac_t""yes" 1>&6
8702 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
8703 else
8704 echo "$ac_t""no" 1>&6
8705 fi
8706
8707 fi
8708 fi
8709
8710 # Check for libraries that X11R6 Xt/Xaw programs need.
8711 ac_save_LDFLAGS="$LDFLAGS"
8712 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
8713 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
8714 # check for ICE first), but we must link in the order -lSM -lICE or
8715 # we get undefined symbols. So assume we have SM if we have ICE.
8716 # These have to be linked with before -lX11, unlike the other
8717 # libraries we check for below, so use a different variable.
8718 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
8719 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
8720 echo "configure:8721: checking for IceConnectionNumber in -lICE" >&5
8721 ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
8722 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8723 echo $ac_n "(cached) $ac_c" 1>&6
8724 else
8725 ac_save_LIBS="$LIBS"
8726 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
8727 cat > conftest.$ac_ext <<EOF
8728 #line 8729 "configure"
8729 #include "confdefs.h"
8730 /* Override any gcc2 internal prototype to avoid an error. */
8731 /* We use char because int might match the return type of a gcc2
8732 builtin and then its argument prototype would still apply. */
8733 char IceConnectionNumber();
8734
8735 int main() {
8736 IceConnectionNumber()
8737 ; return 0; }
8738 EOF
8739 if { (eval echo configure:8740: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8740 rm -rf conftest*
8741 eval "ac_cv_lib_$ac_lib_var=yes"
8742 else
8743 echo "configure: failed program was:" >&5
8744 cat conftest.$ac_ext >&5
8745 rm -rf conftest*
8746 eval "ac_cv_lib_$ac_lib_var=no"
8747 fi
8748 rm -f conftest*
8749 LIBS="$ac_save_LIBS"
8750
8751 fi
8752 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8753 echo "$ac_t""yes" 1>&6
8754 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
8755 else
8756 echo "$ac_t""no" 1>&6
8757 fi
8758
8759 LDFLAGS="$ac_save_LDFLAGS"
8760
8761 fi
8762
8763 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
8764 LDFLAGS="$LDFLAGS $X_LIBS"
8765
8766 if test "$wxUSE_MOTIF" = 1; then
8767 if test "$no_x" = "yes"; then
8768 { echo "configure: error: X11 not found" 1>&2; exit 1; }
8769 fi
8770
8771 GUI_TK_LIBRARY="$X_LIBS"
8772 TOOLKIT_INCLUDE="$X_CFLAGS"
8773
8774 AFMINSTALL=afminstall
8775
8776
8777 COMPILED_X_PROGRAM=0
8778
8779 echo $ac_n "checking for Motif/Lesstif headers""... $ac_c" 1>&6
8780 echo "configure:8781: checking for Motif/Lesstif headers" >&5
8781
8782 ac_find_includes=
8783 for ac_dir in $SEARCH_INCLUDE;
8784 do
8785 if test -f "$ac_dir/Xm/Xm.h"; then
8786 ac_find_includes=$ac_dir
8787 break
8788 fi
8789 done
8790
8791 if test "$ac_find_includes" != "" ; then
8792 echo "$ac_t""found $ac_find_includes" 1>&6
8793 else
8794 cat > conftest.$ac_ext <<EOF
8795 #line 8796 "configure"
8796 #include "confdefs.h"
8797
8798 #include <Xm/Xm.h>
8799
8800 int main() {
8801
8802 int version;
8803
8804 version = xmUseVersion;
8805
8806 ; return 0; }
8807 EOF
8808 if { (eval echo configure:8809: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8809 rm -rf conftest*
8810
8811 echo "$ac_t""found in default search path" 1>&6
8812 COMPILED_X_PROGRAM=1
8813
8814 else
8815 echo "configure: failed program was:" >&5
8816 cat conftest.$ac_ext >&5
8817 rm -rf conftest*
8818
8819 echo "$ac_t""no" 1>&6
8820 { echo "configure: error: please set CFLAGS to contain the location of Xm/Xm.h" 1>&2; exit 1; }
8821
8822
8823 fi
8824 rm -f conftest*
8825 fi
8826
8827 if test "$COMPILED_X_PROGRAM" = 0; then
8828 echo $ac_n "checking for Motif/Lesstif library""... $ac_c" 1>&6
8829 echo "configure:8830: checking for Motif/Lesstif library" >&5
8830
8831 ac_find_libraries=
8832 for ac_dir in $SEARCH_LIB;
8833 do
8834 for ac_extension in a so sl; do
8835 if test -f "$ac_dir/libXm.$ac_extension"; then
8836 ac_find_libraries=$ac_dir
8837 break 2
8838 fi
8839 done
8840 done
8841
8842 if test "$ac_find_libraries" != "" ; then
8843
8844 ac_path_to_include=$ac_find_includes
8845 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
8846 result=$?
8847 if test $result = 0; then
8848 ac_path_to_include=""
8849 else
8850 ac_path_to_include="-I$ac_find_includes"
8851 fi
8852
8853
8854 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
8855 result=$?
8856 if test $result = 0; then
8857 ac_path_to_link=""
8858 else
8859 ac_path_to_link="-L$ac_find_libraries"
8860 fi
8861
8862
8863 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $ac_path_to_link"
8864 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE $ac_path_to_include"
8865 echo "$ac_t""found at $ac_find_libraries" 1>&6
8866 else
8867 cat > conftest.$ac_ext <<EOF
8868 #line 8869 "configure"
8869 #include "confdefs.h"
8870
8871 #include <Xm/Xm.h>
8872
8873 int main() {
8874
8875 int version;
8876
8877 version = xmUseVersion;
8878
8879 ; return 0; }
8880 EOF
8881 if { (eval echo configure:8882: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8882 rm -rf conftest*
8883
8884 echo "$ac_t""found in default search path" 1>&6
8885 COMPILED_X_PROGRAM=1
8886
8887 else
8888 echo "configure: failed program was:" >&5
8889 cat conftest.$ac_ext >&5
8890 rm -rf conftest*
8891
8892 echo "$ac_t""no" 1>&6
8893 { echo "configure: error: please set LDFLAGS to contain the location of libXm" 1>&2; exit 1; }
8894
8895
8896 fi
8897 rm -f conftest*
8898 fi
8899 fi
8900
8901
8902 XPM_LINK=""
8903 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
8904 echo "configure:8905: checking for Xpm library" >&5
8905
8906 ac_find_libraries=
8907 for ac_dir in $SEARCH_LIB;
8908 do
8909 for ac_extension in a so sl; do
8910 if test -f "$ac_dir/libXpm.$ac_extension"; then
8911 ac_find_libraries=$ac_dir
8912 break 2
8913 fi
8914 done
8915 done
8916
8917 if test "$ac_find_libraries" != "" ; then
8918
8919 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
8920 result=$?
8921 if test $result = 0; then
8922 ac_path_to_link=""
8923 else
8924 ac_path_to_link="-L$ac_find_libraries"
8925 fi
8926
8927 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $ac_path_to_link"
8928 XPM_LINK="-lXpm "
8929 cat >> confdefs.h <<\EOF
8930 #define wxHAVE_LIB_XPM 1
8931 EOF
8932
8933 echo "$ac_t""found at $ac_find_libraries" 1>&6
8934 else
8935 cat > conftest.$ac_ext <<EOF
8936 #line 8937 "configure"
8937 #include "confdefs.h"
8938
8939 #include <X11/xpm.h>
8940
8941 int main() {
8942
8943 int version;
8944
8945 version = XpmLibraryVersion();
8946
8947 ; return 0; }
8948 EOF
8949 if { (eval echo configure:8950: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8950 rm -rf conftest*
8951
8952 XPM_LINK="-lXpm "
8953 cat >> confdefs.h <<\EOF
8954 #define wxHAVE_LIB_XPM 1
8955 EOF
8956
8957 echo "$ac_t""found in default search path" 1>&6
8958 COMPILED_X_PROGRAM=0
8959
8960 else
8961 echo "configure: failed program was:" >&5
8962 cat conftest.$ac_ext >&5
8963 rm -rf conftest*
8964
8965 echo "$ac_t""no" 1>&6
8966 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
8967
8968
8969 fi
8970 rm -f conftest*
8971 fi
8972
8973 GUI_TK_LINK="-lXm $XPM_LINK -lXmu -lXext -lXt -lX11"
8974 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $GUI_TK_LINK"
8975 TOOLKIT=MOTIF
8976
8977 GUIHEADERS="\$(MOTIF_HEADERS)"
8978 GUIOBJS="\$(MOTIF_GUIOBJS)"
8979 COMMONOBJS="\$(MOTIF_COMMONOBJS)"
8980 GENERICOBJS="\$(MOTIF_GENERICOBJS)"
8981 GUIDEPS="\$(MOTIF_GUIDEPS)"
8982 COMMONDEPS="\$(MOTIF_COMMONDEPS)"
8983 GENERICDEPS="\$(MOTIF_GENERICDEPS)"
8984 UNIXOBJS="\$(UNIX_OBJS)"
8985 UNIXDEPS="\$(UNIX_DEPS)"
8986 GUIDIST=MOTIF_DIST
8987 fi
8988
8989 if test "$wxUSE_PM" = 1; then
8990 TOOLKIT=PM
8991
8992 GUIOBJS="\$(PM_GUIOBJS)"
8993 GUIHEADERS="\$(PM_HEADERS)"
8994 COMMONOBJS="\$(PM_COMMONOBJS)"
8995 GENERICOBJS="\$(PM_GENERICOBJS)"
8996 GUIDEPS="\$(PM_GUIDEPS)"
8997 COMMONDEPS="\$(PM_COMMONDEPS)"
8998 GENERICDEPS="\$(PM_GENERICDEPS)"
8999 UNIXOBJS=
9000 UNIXDEPS=
9001 GUIDIST=GTK_DIST
9002 fi
9003
9004 if test "$TOOLKIT" != "PM" ; then
9005 TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
9006 else
9007 TOOLKIT_DIR="os2"
9008 fi
9009
9010 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
9011 TOOLKIT_NAME="${TOOLKIT_DIR}d"
9012 else
9013 TOOLKIT_NAME="${TOOLKIT_DIR}"
9014 fi
9015
9016 TOOLKIT_DEF="-D__WX${TOOLKIT}__"
9017
9018 WX_LIBRARY="wx_${TOOLKIT_NAME}"
9019
9020 ALL_OBJECTS="\$(GUIOBJS) \$(COMMONOBJS) \$(GENERICOBJS) \$(UNIXOBJS) \$(HTMLOBJS) \$(OGLOBJS)"
9021
9022 if test "$TOOLKIT" != "MSW"; then
9023 if test "$wxUSE_ODBC" = "yes" ; then
9024 ALL_OBJECTS="${ALL_OBJECTS} \$(IODBCOBJS)"
9025 fi
9026 fi
9027
9028 if test "$wxUSE_LIBJPEG" = "yes" ; then
9029 ALL_OBJECTS="${ALL_OBJECTS} \$(JPEGOBJS)"
9030 fi
9031 if test "$wxUSE_LIBTIFF" = "yes" ; then
9032 ALL_OBJECTS="${ALL_OBJECTS} \$(TIFFOBJS)"
9033 fi
9034 if test "$wxUSE_LIBPNG" = "yes" ; then
9035 ALL_OBJECTS="${ALL_OBJECTS} \$(PNGOBJS)"
9036 fi
9037 if test "$wxUSE_ZLIB" = "yes" ; then
9038 ALL_OBJECTS="${ALL_OBJECTS} \$(ZLIBOBJS)"
9039 fi
9040 if test "$wxUSE_FREETYPE" = "yes" ; then
9041 ALL_OBJECTS="${ALL_OBJECTS} \$(FREETYPEOBJS)"
9042 fi
9043 ALL_DEPFILES="\$(GUIDEPS) \$(COMMONDEPS) \$(GENERICDEPS) \$(UNIXDEPS) \$(HTMLDEPS) \$(OGLDEPS)"
9044
9045 PORT_FILES="src/\$(TOOLKITDIR)/files.lst"
9046 RPM_FILES="src/\$(TOOLKITDIR)/rpmfiles.lst"
9047 RPM_SPEC="wx\$(TOOLKIT).spec"
9048
9049 GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
9050 DISTDIR="wx\$(TOOLKIT)"
9051 else
9052 USE_GUI=0
9053
9054 TOOLKIT_DIR="base"
9055
9056 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
9057 TOOLKIT_NAME="${TOOLKIT_DIR}d"
9058 else
9059 TOOLKIT_NAME="${TOOLKIT_DIR}"
9060 fi
9061
9062 TOOLKIT_DEF="-D__WXBASE__"
9063
9064 ALL_OBJECTS="\$(BASE_OBJS) \${BASE_UNIX_OBJS}"
9065 ALL_DEPFILES="\${BASE_DEPS} \${BASE_UNIX_DEPS}"
9066
9067 if test "$wxUSE_ZLIB" = "yes" ; then
9068 ALL_OBJECTS="${ALL_OBJECTS} \$(ZLIBOBJS)"
9069 fi
9070
9071 WX_LIBRARY="wx_${TOOLKIT_NAME}"
9072
9073 PORT_FILES="src/files.lst"
9074 RPM_FILES="src/rpmfiles.lst"
9075 RPM_SPEC="wxBase.spec"
9076
9077 GUIDIST="BASE_DIST"
9078 DISTDIR="wxBase"
9079 fi
9080
9081 WX_LIBRARY_NAME="lib${WX_LIBRARY}.la"
9082 WX_LIBRARY_NAME_GL="lib${WX_LIBRARY}_gl.la"
9083
9084 WX_LIBRARY_NAME_STATIC="lib${WX_LIBRARY}.a"
9085 WX_LIBRARY_NAME_STATIC_GL="lib${WX_LIBRARY}_gl.a"
9086
9087 WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}-${WX_RELEASE}.so.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
9088 WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY}_gl-${WX_RELEASE}.so.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
9089
9090 WX_LIBRARY_LINK1="lib${WX_LIBRARY}-${WX_RELEASE}.so.${WX_CURRENT}"
9091 WX_LIBRARY_LINK2="lib${WX_LIBRARY}-${WX_RELEASE}.so"
9092 WX_LIBRARY_LINK3="lib${WX_LIBRARY}.so"
9093 WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY}_gl-${WX_RELEASE}.so.${WX_CURRENT}"
9094 WX_LIBRARY_LINK2_GL="lib${WX_LIBRARY}_gl-${WX_RELEASE}.so"
9095 WX_LIBRARY_LINK3_GL="lib${WX_LIBRARY}_gl.so"
9096
9097 SHARED_LD=
9098 PIC_FLAG=
9099 WX_ALL=
9100 WX_ALL_INSTALLED=
9101 BURNT_LIBRARY_NAME=
9102 WX_TARGET_LIBRARY_SONAME=
9103
9104
9105 if test "$wxUSE_SHARED" = "yes"; then
9106 case "${host}" in
9107 *-hp-hpux* )
9108 if test "$GCC" = yes ; then
9109 SHARED_LD="${CC} -shared -fPIC -o"
9110 PIC_FLAG="-fPIC"
9111 else
9112 LDFLAGS="-L/usr/lib"
9113
9114 SHARED_LD="${CXX} -b -o"
9115 PIC_FLAG="+Z"
9116 fi
9117 WX_LIBRARY_NAME_SHARED="libwx_${TOOLKIT_NAME}.sl"
9118 WX_LIBRARY_NAME_SHARED_GL="libwx_${TOOLKIT_NAME}_gl.sl"
9119 if test "$wxUSE_OPENGL" = "yes"; then
9120 WX_ALL_INSTALLED="preinstall_gl"
9121 WX_ALL="${WX_LIBRARY_NAME_SHARED} ${WX_LIBRARY_NAME_SHARED_GL}"
9122 else
9123 WX_ALL="${WX_LIBRARY_NAME_SHARED}"
9124 fi
9125 ;;
9126
9127 *-*-linux* )
9128 SHARED_LD="${CC} -shared -o"
9129 PIC_FLAG="-fPIC"
9130 if test "$wxUSE_BURNT_NAME" = "yes" ; then
9131 BURNT_LIBRARY_NAME="-Wl,-soname,${WX_LIBRARY_LINK1}"
9132 BURNT_LIBRARY_NAME_GL="-Wl,-soname,${WX_LIBRARY_LINK1_GL}"
9133 WX_TARGET_LIBRARY_SONAME="-Wl,-soname,\$(TARGETLIB_LINK1)"
9134 fi
9135 if test "$wxUSE_OPENGL" = "yes"; then
9136 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
9137 WX_ALL="CREATE_LINKS CREATE_LINKS_GL"
9138 else
9139 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
9140 WX_ALL="CREATE_LINKS"
9141 fi
9142 ;;
9143 *-*-irix5* | *-*-irix6* )
9144 if test "$GCC" = yes ; then
9145 SHARED_LD="${CC} -shared -o"
9146 PIC_FLAG="-fPIC"
9147 else
9148 SHARED_LD="${CXX} -shared -o"
9149 fi
9150 if test "$wxUSE_OPENGL" = "yes"; then
9151 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
9152 WX_ALL="CREATE_LINKS CREATE_LINKS_GL"
9153 else
9154 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
9155 WX_ALL="CREATE_LINKS"
9156 fi
9157 ;;
9158 *-*-solaris2* )
9159 if test "$GCC" = yes ; then
9160 SHARED_LD="${CC} -shared -o"
9161 PIC_FLAG="-fPIC"
9162
9163 CPPFLAGS="$CPPFLAGS -isystem /usr/openwin/include"
9164 else
9165 SHARED_LD="${CXX} -G -o"
9166 PIC_FLAG="-KPIC"
9167 fi
9168 if test "$wxUSE_OPENGL" = "yes"; then
9169 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
9170 WX_ALL="CREATE_LINKS CREATE_LINKS_GL"
9171 else
9172 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
9173 WX_ALL="CREATE_LINKS"
9174 fi
9175 ;;
9176 *-*-sunos4* )
9177 SHARED_LD="${CC} -shared -o"
9178 PIC_FLAG="-fPIC"
9179 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
9180 WX_ALL="CREATE_LINKS"
9181 ;;
9182 *-*-freebsd* | *-*-netbsd*)
9183 SHARED_LD="${CC} -shared -o"
9184 PIC_FLAG="-fPIC"
9185 if test "$wxUSE_OPENGL" = "yes"; then
9186 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
9187 WX_ALL="CREATE_LINKS CREATE_LINKS_GL"
9188 else
9189 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
9190 WX_ALL="CREATE_LINKS"
9191 fi
9192 ;;
9193 *-*-osf* )
9194 SHARED_LD="${CXX} -shared -o"
9195 PIC_FLAG="-fPIC"
9196 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
9197 WX_ALL="CREATE_LINKS"
9198 ;;
9199 *-*-dgux5* )
9200 SHARED_LD="${CXX} -shared -o"
9201 PIC_FLAG="-fPIC"
9202 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
9203 WX_ALL="CREATE_LINKS"
9204 ;;
9205 *-*-sysv5* )
9206 SHARED_LD="${CC} -shared -o"
9207 PIC_FLAG="-fPIC"
9208 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
9209 WX_ALL="CREATE_LINKS"
9210 ;;
9211 *-*-aix* )
9212 SHARED_LD="/usr/lpp/xlC/bin/makeC++SharedLib -p 0 -o"
9213 WX_ALL=${WX_LIBRARY_NAME_SHARED}
9214 ;;
9215 *-*-cygwin32* )
9216 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}"
9217 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_STATIC_GL}"
9218 if test "$wxUSE_OPENGL" = "yes"; then
9219 WX_ALL_INSTALLED="preinstall_gl"
9220 WX_ALL="${WX_LIBRARY_NAME_STATIC} ${WX_LIBRARY_NAME_STATIC_GL}"
9221 else
9222 WX_ALL="${WX_LIBRARY_NAME_STATIC}"
9223 fi
9224 ;;
9225 *-*-mingw32* )
9226 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}"
9227 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_STATIC_GL}"
9228 if test "$wxUSE_OPENGL" = "yes"; then
9229 WX_ALL_INSTALLED="preinstall_gl"
9230 WX_ALL="${WX_LIBRARY_NAME_STATIC} ${WX_LIBRARY_NAME_STATIC_GL}"
9231 else
9232 WX_ALL="${WX_LIBRARY_NAME_STATIC}"
9233 fi
9234 ;;
9235 *-pc-os2_emx )
9236 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}"
9237 WX_ALL="${WX_LIBRARY_NAME_STATIC}"
9238 ;;
9239 *-*-beos* )
9240 SHARED_LD="${LD} -shared -o"
9241 PIC_FLAG="-fPIC"
9242 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
9243 WX_ALL="CREATE_LINKS"
9244 ;;
9245 *)
9246 { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; }
9247 esac
9248
9249 if test "x$WX_TARGET_LIBRARY" = "x"; then
9250 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_SHARED}"
9251 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_SHARED_GL}"
9252 fi
9253 WX_TARGET_LIBRARY_TYPE="so"
9254 else
9255 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}"
9256 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_STATIC_GL}"
9257
9258 if test "$wxUSE_OPENGL" = "yes"; then
9259 WX_ALL_INSTALLED="preinstall_gl"
9260 WX_ALL="${WX_LIBRARY_NAME_STATIC} ${WX_LIBRARY_NAME_STATIC_GL}"
9261 else
9262 WX_ALL="${WX_LIBRARY_NAME_STATIC}"
9263 fi
9264
9265 if test "$wxUSE_GUI" = "no"; then
9266 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall"
9267 fi
9268
9269 WX_TARGET_LIBRARY_TYPE="a"
9270 fi
9271
9272
9273 for ac_hdr in strings.h
9274 do
9275 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9276 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9277 echo "configure:9278: checking for $ac_hdr" >&5
9278 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9279 echo $ac_n "(cached) $ac_c" 1>&6
9280 else
9281 cat > conftest.$ac_ext <<EOF
9282 #line 9283 "configure"
9283 #include "confdefs.h"
9284 #include <$ac_hdr>
9285 EOF
9286 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9287 { (eval echo configure:9288: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9288 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9289 if test -z "$ac_err"; then
9290 rm -rf conftest*
9291 eval "ac_cv_header_$ac_safe=yes"
9292 else
9293 echo "$ac_err" >&5
9294 echo "configure: failed program was:" >&5
9295 cat conftest.$ac_ext >&5
9296 rm -rf conftest*
9297 eval "ac_cv_header_$ac_safe=no"
9298 fi
9299 rm -f conftest*
9300 fi
9301 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9302 echo "$ac_t""yes" 1>&6
9303 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9304 cat >> confdefs.h <<EOF
9305 #define $ac_tr_hdr 1
9306 EOF
9307
9308 else
9309 echo "$ac_t""no" 1>&6
9310 fi
9311 done
9312
9313 for ac_hdr in unistd.h
9314 do
9315 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9316 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9317 echo "configure:9318: checking for $ac_hdr" >&5
9318 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9319 echo $ac_n "(cached) $ac_c" 1>&6
9320 else
9321 cat > conftest.$ac_ext <<EOF
9322 #line 9323 "configure"
9323 #include "confdefs.h"
9324 #include <$ac_hdr>
9325 EOF
9326 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9327 { (eval echo configure:9328: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9328 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9329 if test -z "$ac_err"; then
9330 rm -rf conftest*
9331 eval "ac_cv_header_$ac_safe=yes"
9332 else
9333 echo "$ac_err" >&5
9334 echo "configure: failed program was:" >&5
9335 cat conftest.$ac_ext >&5
9336 rm -rf conftest*
9337 eval "ac_cv_header_$ac_safe=no"
9338 fi
9339 rm -f conftest*
9340 fi
9341 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9342 echo "$ac_t""yes" 1>&6
9343 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9344 cat >> confdefs.h <<EOF
9345 #define $ac_tr_hdr 1
9346 EOF
9347
9348 else
9349 echo "$ac_t""no" 1>&6
9350 fi
9351 done
9352
9353 for ac_hdr in fcntl.h
9354 do
9355 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9356 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9357 echo "configure:9358: checking for $ac_hdr" >&5
9358 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9359 echo $ac_n "(cached) $ac_c" 1>&6
9360 else
9361 cat > conftest.$ac_ext <<EOF
9362 #line 9363 "configure"
9363 #include "confdefs.h"
9364 #include <$ac_hdr>
9365 EOF
9366 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9367 { (eval echo configure:9368: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9368 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9369 if test -z "$ac_err"; then
9370 rm -rf conftest*
9371 eval "ac_cv_header_$ac_safe=yes"
9372 else
9373 echo "$ac_err" >&5
9374 echo "configure: failed program was:" >&5
9375 cat conftest.$ac_ext >&5
9376 rm -rf conftest*
9377 eval "ac_cv_header_$ac_safe=no"
9378 fi
9379 rm -f conftest*
9380 fi
9381 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9382 echo "$ac_t""yes" 1>&6
9383 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9384 cat >> confdefs.h <<EOF
9385 #define $ac_tr_hdr 1
9386 EOF
9387
9388 else
9389 echo "$ac_t""no" 1>&6
9390 fi
9391 done
9392
9393 for ac_hdr in wchar.h
9394 do
9395 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9396 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9397 echo "configure:9398: checking for $ac_hdr" >&5
9398 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9399 echo $ac_n "(cached) $ac_c" 1>&6
9400 else
9401 cat > conftest.$ac_ext <<EOF
9402 #line 9403 "configure"
9403 #include "confdefs.h"
9404 #include <$ac_hdr>
9405 EOF
9406 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9407 { (eval echo configure:9408: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9408 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9409 if test -z "$ac_err"; then
9410 rm -rf conftest*
9411 eval "ac_cv_header_$ac_safe=yes"
9412 else
9413 echo "$ac_err" >&5
9414 echo "configure: failed program was:" >&5
9415 cat conftest.$ac_ext >&5
9416 rm -rf conftest*
9417 eval "ac_cv_header_$ac_safe=no"
9418 fi
9419 rm -f conftest*
9420 fi
9421 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9422 echo "$ac_t""yes" 1>&6
9423 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9424 cat >> confdefs.h <<EOF
9425 #define $ac_tr_hdr 1
9426 EOF
9427
9428 else
9429 echo "$ac_t""no" 1>&6
9430 fi
9431 done
9432
9433 for ac_hdr in wcstr.h
9434 do
9435 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9436 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9437 echo "configure:9438: checking for $ac_hdr" >&5
9438 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9439 echo $ac_n "(cached) $ac_c" 1>&6
9440 else
9441 cat > conftest.$ac_ext <<EOF
9442 #line 9443 "configure"
9443 #include "confdefs.h"
9444 #include <$ac_hdr>
9445 EOF
9446 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9447 { (eval echo configure:9448: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9448 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9449 if test -z "$ac_err"; then
9450 rm -rf conftest*
9451 eval "ac_cv_header_$ac_safe=yes"
9452 else
9453 echo "$ac_err" >&5
9454 echo "configure: failed program was:" >&5
9455 cat conftest.$ac_ext >&5
9456 rm -rf conftest*
9457 eval "ac_cv_header_$ac_safe=no"
9458 fi
9459 rm -f conftest*
9460 fi
9461 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9462 echo "$ac_t""yes" 1>&6
9463 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9464 cat >> confdefs.h <<EOF
9465 #define $ac_tr_hdr 1
9466 EOF
9467
9468 else
9469 echo "$ac_t""no" 1>&6
9470 fi
9471 done
9472
9473 for ac_hdr in fnmatch.h
9474 do
9475 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9476 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9477 echo "configure:9478: checking for $ac_hdr" >&5
9478 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9479 echo $ac_n "(cached) $ac_c" 1>&6
9480 else
9481 cat > conftest.$ac_ext <<EOF
9482 #line 9483 "configure"
9483 #include "confdefs.h"
9484 #include <$ac_hdr>
9485 EOF
9486 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9487 { (eval echo configure:9488: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9488 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9489 if test -z "$ac_err"; then
9490 rm -rf conftest*
9491 eval "ac_cv_header_$ac_safe=yes"
9492 else
9493 echo "$ac_err" >&5
9494 echo "configure: failed program was:" >&5
9495 cat conftest.$ac_ext >&5
9496 rm -rf conftest*
9497 eval "ac_cv_header_$ac_safe=no"
9498 fi
9499 rm -f conftest*
9500 fi
9501 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9502 echo "$ac_t""yes" 1>&6
9503 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9504 cat >> confdefs.h <<EOF
9505 #define $ac_tr_hdr 1
9506 EOF
9507
9508 else
9509 echo "$ac_t""no" 1>&6
9510 fi
9511 done
9512
9513 for ac_hdr in iconv.h
9514 do
9515 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9516 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9517 echo "configure:9518: checking for $ac_hdr" >&5
9518 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9519 echo $ac_n "(cached) $ac_c" 1>&6
9520 else
9521 cat > conftest.$ac_ext <<EOF
9522 #line 9523 "configure"
9523 #include "confdefs.h"
9524 #include <$ac_hdr>
9525 EOF
9526 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9527 { (eval echo configure:9528: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9528 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9529 if test -z "$ac_err"; then
9530 rm -rf conftest*
9531 eval "ac_cv_header_$ac_safe=yes"
9532 else
9533 echo "$ac_err" >&5
9534 echo "configure: failed program was:" >&5
9535 cat conftest.$ac_ext >&5
9536 rm -rf conftest*
9537 eval "ac_cv_header_$ac_safe=no"
9538 fi
9539 rm -f conftest*
9540 fi
9541 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9542 echo "$ac_t""yes" 1>&6
9543 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9544 cat >> confdefs.h <<EOF
9545 #define $ac_tr_hdr 1
9546 EOF
9547
9548 else
9549 echo "$ac_t""no" 1>&6
9550 fi
9551 done
9552
9553 for ac_hdr in langinfo.h
9554 do
9555 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9556 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9557 echo "configure:9558: checking for $ac_hdr" >&5
9558 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9559 echo $ac_n "(cached) $ac_c" 1>&6
9560 else
9561 cat > conftest.$ac_ext <<EOF
9562 #line 9563 "configure"
9563 #include "confdefs.h"
9564 #include <$ac_hdr>
9565 EOF
9566 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9567 { (eval echo configure:9568: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9568 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9569 if test -z "$ac_err"; then
9570 rm -rf conftest*
9571 eval "ac_cv_header_$ac_safe=yes"
9572 else
9573 echo "$ac_err" >&5
9574 echo "configure: failed program was:" >&5
9575 cat conftest.$ac_ext >&5
9576 rm -rf conftest*
9577 eval "ac_cv_header_$ac_safe=no"
9578 fi
9579 rm -f conftest*
9580 fi
9581 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9582 echo "$ac_t""yes" 1>&6
9583 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9584 cat >> confdefs.h <<EOF
9585 #define $ac_tr_hdr 1
9586 EOF
9587
9588 else
9589 echo "$ac_t""no" 1>&6
9590 fi
9591 done
9592
9593
9594 if test "$wxUSE_GUI" = "yes"; then
9595 if test "$wxUSE_UNIX" = "yes"; then
9596 for ac_hdr in X11/XKBlib.h
9597 do
9598 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9599 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9600 echo "configure:9601: checking for $ac_hdr" >&5
9601 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9602 echo $ac_n "(cached) $ac_c" 1>&6
9603 else
9604 cat > conftest.$ac_ext <<EOF
9605 #line 9606 "configure"
9606 #include "confdefs.h"
9607 #include <$ac_hdr>
9608 EOF
9609 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9610 { (eval echo configure:9611: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9611 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9612 if test -z "$ac_err"; then
9613 rm -rf conftest*
9614 eval "ac_cv_header_$ac_safe=yes"
9615 else
9616 echo "$ac_err" >&5
9617 echo "configure: failed program was:" >&5
9618 cat conftest.$ac_ext >&5
9619 rm -rf conftest*
9620 eval "ac_cv_header_$ac_safe=no"
9621 fi
9622 rm -f conftest*
9623 fi
9624 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9625 echo "$ac_t""yes" 1>&6
9626 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9627 cat >> confdefs.h <<EOF
9628 #define $ac_tr_hdr 1
9629 EOF
9630
9631 else
9632 echo "$ac_t""no" 1>&6
9633 fi
9634 done
9635
9636 fi
9637 fi
9638
9639
9640 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
9641 echo "configure:9642: checking for ANSI C header files" >&5
9642 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
9643 echo $ac_n "(cached) $ac_c" 1>&6
9644 else
9645 cat > conftest.$ac_ext <<EOF
9646 #line 9647 "configure"
9647 #include "confdefs.h"
9648 #include <stdlib.h>
9649 #include <stdarg.h>
9650 #include <string.h>
9651 #include <float.h>
9652 EOF
9653 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9654 { (eval echo configure:9655: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9655 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9656 if test -z "$ac_err"; then
9657 rm -rf conftest*
9658 ac_cv_header_stdc=yes
9659 else
9660 echo "$ac_err" >&5
9661 echo "configure: failed program was:" >&5
9662 cat conftest.$ac_ext >&5
9663 rm -rf conftest*
9664 ac_cv_header_stdc=no
9665 fi
9666 rm -f conftest*
9667
9668 if test $ac_cv_header_stdc = yes; then
9669 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
9670 cat > conftest.$ac_ext <<EOF
9671 #line 9672 "configure"
9672 #include "confdefs.h"
9673 #include <string.h>
9674 EOF
9675 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9676 egrep "memchr" >/dev/null 2>&1; then
9677 :
9678 else
9679 rm -rf conftest*
9680 ac_cv_header_stdc=no
9681 fi
9682 rm -f conftest*
9683
9684 fi
9685
9686 if test $ac_cv_header_stdc = yes; then
9687 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
9688 cat > conftest.$ac_ext <<EOF
9689 #line 9690 "configure"
9690 #include "confdefs.h"
9691 #include <stdlib.h>
9692 EOF
9693 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9694 egrep "free" >/dev/null 2>&1; then
9695 :
9696 else
9697 rm -rf conftest*
9698 ac_cv_header_stdc=no
9699 fi
9700 rm -f conftest*
9701
9702 fi
9703
9704 if test $ac_cv_header_stdc = yes; then
9705 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
9706 if test "$cross_compiling" = yes; then
9707 :
9708 else
9709 cat > conftest.$ac_ext <<EOF
9710 #line 9711 "configure"
9711 #include "confdefs.h"
9712 #include <ctype.h>
9713 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
9714 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
9715 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
9716 int main () { int i; for (i = 0; i < 256; i++)
9717 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
9718 exit (0); }
9719
9720 EOF
9721 if { (eval echo configure:9722: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
9722 then
9723 :
9724 else
9725 echo "configure: failed program was:" >&5
9726 cat conftest.$ac_ext >&5
9727 rm -fr conftest*
9728 ac_cv_header_stdc=no
9729 fi
9730 rm -fr conftest*
9731 fi
9732
9733 fi
9734 fi
9735
9736 echo "$ac_t""$ac_cv_header_stdc" 1>&6
9737 if test $ac_cv_header_stdc = yes; then
9738 cat >> confdefs.h <<\EOF
9739 #define STDC_HEADERS 1
9740 EOF
9741
9742 fi
9743
9744 echo $ac_n "checking for mode_t""... $ac_c" 1>&6
9745 echo "configure:9746: checking for mode_t" >&5
9746 if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
9747 echo $ac_n "(cached) $ac_c" 1>&6
9748 else
9749 cat > conftest.$ac_ext <<EOF
9750 #line 9751 "configure"
9751 #include "confdefs.h"
9752 #include <sys/types.h>
9753 #if STDC_HEADERS
9754 #include <stdlib.h>
9755 #include <stddef.h>
9756 #endif
9757 EOF
9758 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9759 egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
9760 rm -rf conftest*
9761 ac_cv_type_mode_t=yes
9762 else
9763 rm -rf conftest*
9764 ac_cv_type_mode_t=no
9765 fi
9766 rm -f conftest*
9767
9768 fi
9769 echo "$ac_t""$ac_cv_type_mode_t" 1>&6
9770 if test $ac_cv_type_mode_t = no; then
9771 cat >> confdefs.h <<\EOF
9772 #define mode_t int
9773 EOF
9774
9775 fi
9776
9777 echo $ac_n "checking for off_t""... $ac_c" 1>&6
9778 echo "configure:9779: checking for off_t" >&5
9779 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
9780 echo $ac_n "(cached) $ac_c" 1>&6
9781 else
9782 cat > conftest.$ac_ext <<EOF
9783 #line 9784 "configure"
9784 #include "confdefs.h"
9785 #include <sys/types.h>
9786 #if STDC_HEADERS
9787 #include <stdlib.h>
9788 #include <stddef.h>
9789 #endif
9790 EOF
9791 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9792 egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
9793 rm -rf conftest*
9794 ac_cv_type_off_t=yes
9795 else
9796 rm -rf conftest*
9797 ac_cv_type_off_t=no
9798 fi
9799 rm -f conftest*
9800
9801 fi
9802 echo "$ac_t""$ac_cv_type_off_t" 1>&6
9803 if test $ac_cv_type_off_t = no; then
9804 cat >> confdefs.h <<\EOF
9805 #define off_t long
9806 EOF
9807
9808 fi
9809
9810 echo $ac_n "checking for pid_t""... $ac_c" 1>&6
9811 echo "configure:9812: checking for pid_t" >&5
9812 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
9813 echo $ac_n "(cached) $ac_c" 1>&6
9814 else
9815 cat > conftest.$ac_ext <<EOF
9816 #line 9817 "configure"
9817 #include "confdefs.h"
9818 #include <sys/types.h>
9819 #if STDC_HEADERS
9820 #include <stdlib.h>
9821 #include <stddef.h>
9822 #endif
9823 EOF
9824 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9825 egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
9826 rm -rf conftest*
9827 ac_cv_type_pid_t=yes
9828 else
9829 rm -rf conftest*
9830 ac_cv_type_pid_t=no
9831 fi
9832 rm -f conftest*
9833
9834 fi
9835 echo "$ac_t""$ac_cv_type_pid_t" 1>&6
9836 if test $ac_cv_type_pid_t = no; then
9837 cat >> confdefs.h <<\EOF
9838 #define pid_t int
9839 EOF
9840
9841 fi
9842
9843 echo $ac_n "checking for size_t""... $ac_c" 1>&6
9844 echo "configure:9845: checking for size_t" >&5
9845 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
9846 echo $ac_n "(cached) $ac_c" 1>&6
9847 else
9848 cat > conftest.$ac_ext <<EOF
9849 #line 9850 "configure"
9850 #include "confdefs.h"
9851 #include <sys/types.h>
9852 #if STDC_HEADERS
9853 #include <stdlib.h>
9854 #include <stddef.h>
9855 #endif
9856 EOF
9857 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9858 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
9859 rm -rf conftest*
9860 ac_cv_type_size_t=yes
9861 else
9862 rm -rf conftest*
9863 ac_cv_type_size_t=no
9864 fi
9865 rm -f conftest*
9866
9867 fi
9868 echo "$ac_t""$ac_cv_type_size_t" 1>&6
9869 if test $ac_cv_type_size_t = no; then
9870 cat >> confdefs.h <<\EOF
9871 #define size_t unsigned
9872 EOF
9873
9874 fi
9875
9876 echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
9877 echo "configure:9878: checking for uid_t in sys/types.h" >&5
9878 if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
9879 echo $ac_n "(cached) $ac_c" 1>&6
9880 else
9881 cat > conftest.$ac_ext <<EOF
9882 #line 9883 "configure"
9883 #include "confdefs.h"
9884 #include <sys/types.h>
9885 EOF
9886 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9887 egrep "uid_t" >/dev/null 2>&1; then
9888 rm -rf conftest*
9889 ac_cv_type_uid_t=yes
9890 else
9891 rm -rf conftest*
9892 ac_cv_type_uid_t=no
9893 fi
9894 rm -f conftest*
9895
9896 fi
9897
9898 echo "$ac_t""$ac_cv_type_uid_t" 1>&6
9899 if test $ac_cv_type_uid_t = no; then
9900 cat >> confdefs.h <<\EOF
9901 #define uid_t int
9902 EOF
9903
9904 cat >> confdefs.h <<\EOF
9905 #define gid_t int
9906 EOF
9907
9908 fi
9909
9910
9911
9912 echo $ac_n "checking for pw_gecos in struct passwd""... $ac_c" 1>&6
9913 echo "configure:9914: checking for pw_gecos in struct passwd" >&5
9914 if eval "test \"`echo '$''{'wx_cv_struct_pw_gecos'+set}'`\" = set"; then
9915 echo $ac_n "(cached) $ac_c" 1>&6
9916 else
9917
9918 cat > conftest.$ac_ext <<EOF
9919 #line 9920 "configure"
9920 #include "confdefs.h"
9921 #include <pwd.h>
9922 int main() {
9923
9924 char *p;
9925 struct passwd *pw;
9926 p = pw->pw_gecos;
9927
9928 ; return 0; }
9929 EOF
9930 if { (eval echo configure:9931: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9931 rm -rf conftest*
9932
9933 wx_cv_struct_pw_gecos=yes
9934
9935 else
9936 echo "configure: failed program was:" >&5
9937 cat conftest.$ac_ext >&5
9938 rm -rf conftest*
9939
9940 wx_cv_struct_pw_gecos=no
9941
9942
9943 fi
9944 rm -f conftest*
9945
9946
9947 fi
9948
9949 echo "$ac_t""$wx_cv_struct_pw_gecos" 1>&6
9950
9951 if test "$wx_cv_struct_pw_gecos" = "yes"; then
9952 cat >> confdefs.h <<\EOF
9953 #define HAVE_PW_GECOS 1
9954 EOF
9955
9956 fi
9957
9958
9959 echo $ac_n "checking for working const""... $ac_c" 1>&6
9960 echo "configure:9961: checking for working const" >&5
9961 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
9962 echo $ac_n "(cached) $ac_c" 1>&6
9963 else
9964 cat > conftest.$ac_ext <<EOF
9965 #line 9966 "configure"
9966 #include "confdefs.h"
9967
9968 int main() {
9969
9970 /* Ultrix mips cc rejects this. */
9971 typedef int charset[2]; const charset x;
9972 /* SunOS 4.1.1 cc rejects this. */
9973 char const *const *ccp;
9974 char **p;
9975 /* NEC SVR4.0.2 mips cc rejects this. */
9976 struct point {int x, y;};
9977 static struct point const zero = {0,0};
9978 /* AIX XL C 1.02.0.0 rejects this.
9979 It does not let you subtract one const X* pointer from another in an arm
9980 of an if-expression whose if-part is not a constant expression */
9981 const char *g = "string";
9982 ccp = &g + (g ? g-g : 0);
9983 /* HPUX 7.0 cc rejects these. */
9984 ++ccp;
9985 p = (char**) ccp;
9986 ccp = (char const *const *) p;
9987 { /* SCO 3.2v4 cc rejects this. */
9988 char *t;
9989 char const *s = 0 ? (char *) 0 : (char const *) 0;
9990
9991 *t++ = 0;
9992 }
9993 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
9994 int x[] = {25, 17};
9995 const int *foo = &x[0];
9996 ++foo;
9997 }
9998 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
9999 typedef const int *iptr;
10000 iptr p = 0;
10001 ++p;
10002 }
10003 { /* AIX XL C 1.02.0.0 rejects this saying
10004 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
10005 struct s { int j; const int *ap[3]; };
10006 struct s *b; b->j = 5;
10007 }
10008 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
10009 const int foo = 10;
10010 }
10011
10012 ; return 0; }
10013 EOF
10014 if { (eval echo configure:10015: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10015 rm -rf conftest*
10016 ac_cv_c_const=yes
10017 else
10018 echo "configure: failed program was:" >&5
10019 cat conftest.$ac_ext >&5
10020 rm -rf conftest*
10021 ac_cv_c_const=no
10022 fi
10023 rm -f conftest*
10024 fi
10025
10026 echo "$ac_t""$ac_cv_c_const" 1>&6
10027 if test $ac_cv_c_const = no; then
10028 cat >> confdefs.h <<\EOF
10029 #define const
10030 EOF
10031
10032 fi
10033
10034 echo $ac_n "checking for inline""... $ac_c" 1>&6
10035 echo "configure:10036: checking for inline" >&5
10036 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
10037 echo $ac_n "(cached) $ac_c" 1>&6
10038 else
10039 ac_cv_c_inline=no
10040 for ac_kw in inline __inline__ __inline; do
10041 cat > conftest.$ac_ext <<EOF
10042 #line 10043 "configure"
10043 #include "confdefs.h"
10044
10045 int main() {
10046 } $ac_kw foo() {
10047 ; return 0; }
10048 EOF
10049 if { (eval echo configure:10050: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10050 rm -rf conftest*
10051 ac_cv_c_inline=$ac_kw; break
10052 else
10053 echo "configure: failed program was:" >&5
10054 cat conftest.$ac_ext >&5
10055 fi
10056 rm -f conftest*
10057 done
10058
10059 fi
10060
10061 echo "$ac_t""$ac_cv_c_inline" 1>&6
10062 case "$ac_cv_c_inline" in
10063 inline | yes) ;;
10064 no) cat >> confdefs.h <<\EOF
10065 #define inline
10066 EOF
10067 ;;
10068 *) cat >> confdefs.h <<EOF
10069 #define inline $ac_cv_c_inline
10070 EOF
10071 ;;
10072 esac
10073
10074
10075 echo $ac_n "checking size of char""... $ac_c" 1>&6
10076 echo "configure:10077: checking size of char" >&5
10077 if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
10078 echo $ac_n "(cached) $ac_c" 1>&6
10079 else
10080 if test "$cross_compiling" = yes; then
10081 ac_cv_sizeof_char=1
10082 else
10083 cat > conftest.$ac_ext <<EOF
10084 #line 10085 "configure"
10085 #include "confdefs.h"
10086 #include <stdio.h>
10087 main()
10088 {
10089 FILE *f=fopen("conftestval", "w");
10090 if (!f) exit(1);
10091 fprintf(f, "%d\n", sizeof(char));
10092 exit(0);
10093 }
10094 EOF
10095 if { (eval echo configure:10096: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10096 then
10097 ac_cv_sizeof_char=`cat conftestval`
10098 else
10099 echo "configure: failed program was:" >&5
10100 cat conftest.$ac_ext >&5
10101 rm -fr conftest*
10102 ac_cv_sizeof_char=0
10103 fi
10104 rm -fr conftest*
10105 fi
10106
10107 fi
10108 echo "$ac_t""$ac_cv_sizeof_char" 1>&6
10109 cat >> confdefs.h <<EOF
10110 #define SIZEOF_CHAR $ac_cv_sizeof_char
10111 EOF
10112
10113
10114 echo $ac_n "checking size of wchar_t""... $ac_c" 1>&6
10115 echo "configure:10116: checking size of wchar_t" >&5
10116 if eval "test \"`echo '$''{'ac_cv_sizeof_wchar_t'+set}'`\" = set"; then
10117 echo $ac_n "(cached) $ac_c" 1>&6
10118 else
10119 if test "$cross_compiling" = yes; then
10120 ac_cv_sizeof_wchar_t=4
10121 else
10122 cat > conftest.$ac_ext <<EOF
10123 #line 10124 "configure"
10124 #include "confdefs.h"
10125 #include <stdio.h>
10126 main()
10127 {
10128 FILE *f=fopen("conftestval", "w");
10129 if (!f) exit(1);
10130 fprintf(f, "%d\n", sizeof(wchar_t));
10131 exit(0);
10132 }
10133 EOF
10134 if { (eval echo configure:10135: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10135 then
10136 ac_cv_sizeof_wchar_t=`cat conftestval`
10137 else
10138 echo "configure: failed program was:" >&5
10139 cat conftest.$ac_ext >&5
10140 rm -fr conftest*
10141 ac_cv_sizeof_wchar_t=0
10142 fi
10143 rm -fr conftest*
10144 fi
10145
10146 fi
10147 echo "$ac_t""$ac_cv_sizeof_wchar_t" 1>&6
10148 cat >> confdefs.h <<EOF
10149 #define SIZEOF_WCHAR_T $ac_cv_sizeof_wchar_t
10150 EOF
10151
10152
10153 echo $ac_n "checking size of short""... $ac_c" 1>&6
10154 echo "configure:10155: checking size of short" >&5
10155 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
10156 echo $ac_n "(cached) $ac_c" 1>&6
10157 else
10158 if test "$cross_compiling" = yes; then
10159 ac_cv_sizeof_short=2
10160 else
10161 cat > conftest.$ac_ext <<EOF
10162 #line 10163 "configure"
10163 #include "confdefs.h"
10164 #include <stdio.h>
10165 main()
10166 {
10167 FILE *f=fopen("conftestval", "w");
10168 if (!f) exit(1);
10169 fprintf(f, "%d\n", sizeof(short));
10170 exit(0);
10171 }
10172 EOF
10173 if { (eval echo configure:10174: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10174 then
10175 ac_cv_sizeof_short=`cat conftestval`
10176 else
10177 echo "configure: failed program was:" >&5
10178 cat conftest.$ac_ext >&5
10179 rm -fr conftest*
10180 ac_cv_sizeof_short=0
10181 fi
10182 rm -fr conftest*
10183 fi
10184
10185 fi
10186 echo "$ac_t""$ac_cv_sizeof_short" 1>&6
10187 cat >> confdefs.h <<EOF
10188 #define SIZEOF_SHORT $ac_cv_sizeof_short
10189 EOF
10190
10191
10192 echo $ac_n "checking size of int *""... $ac_c" 1>&6
10193 echo "configure:10194: checking size of int *" >&5
10194 if eval "test \"`echo '$''{'ac_cv_sizeof_int_p'+set}'`\" = set"; then
10195 echo $ac_n "(cached) $ac_c" 1>&6
10196 else
10197 if test "$cross_compiling" = yes; then
10198 ac_cv_sizeof_int_p=4
10199 else
10200 cat > conftest.$ac_ext <<EOF
10201 #line 10202 "configure"
10202 #include "confdefs.h"
10203 #include <stdio.h>
10204 main()
10205 {
10206 FILE *f=fopen("conftestval", "w");
10207 if (!f) exit(1);
10208 fprintf(f, "%d\n", sizeof(int *));
10209 exit(0);
10210 }
10211 EOF
10212 if { (eval echo configure:10213: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10213 then
10214 ac_cv_sizeof_int_p=`cat conftestval`
10215 else
10216 echo "configure: failed program was:" >&5
10217 cat conftest.$ac_ext >&5
10218 rm -fr conftest*
10219 ac_cv_sizeof_int_p=0
10220 fi
10221 rm -fr conftest*
10222 fi
10223
10224 fi
10225 echo "$ac_t""$ac_cv_sizeof_int_p" 1>&6
10226 cat >> confdefs.h <<EOF
10227 #define SIZEOF_INT_P $ac_cv_sizeof_int_p
10228 EOF
10229
10230
10231 echo $ac_n "checking size of int""... $ac_c" 1>&6
10232 echo "configure:10233: checking size of int" >&5
10233 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
10234 echo $ac_n "(cached) $ac_c" 1>&6
10235 else
10236 if test "$cross_compiling" = yes; then
10237 ac_cv_sizeof_int=4
10238 else
10239 cat > conftest.$ac_ext <<EOF
10240 #line 10241 "configure"
10241 #include "confdefs.h"
10242 #include <stdio.h>
10243 main()
10244 {
10245 FILE *f=fopen("conftestval", "w");
10246 if (!f) exit(1);
10247 fprintf(f, "%d\n", sizeof(int));
10248 exit(0);
10249 }
10250 EOF
10251 if { (eval echo configure:10252: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10252 then
10253 ac_cv_sizeof_int=`cat conftestval`
10254 else
10255 echo "configure: failed program was:" >&5
10256 cat conftest.$ac_ext >&5
10257 rm -fr conftest*
10258 ac_cv_sizeof_int=0
10259 fi
10260 rm -fr conftest*
10261 fi
10262
10263 fi
10264 echo "$ac_t""$ac_cv_sizeof_int" 1>&6
10265 cat >> confdefs.h <<EOF
10266 #define SIZEOF_INT $ac_cv_sizeof_int
10267 EOF
10268
10269
10270 echo $ac_n "checking size of long""... $ac_c" 1>&6
10271 echo "configure:10272: checking size of long" >&5
10272 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
10273 echo $ac_n "(cached) $ac_c" 1>&6
10274 else
10275 if test "$cross_compiling" = yes; then
10276 ac_cv_sizeof_long=4
10277 else
10278 cat > conftest.$ac_ext <<EOF
10279 #line 10280 "configure"
10280 #include "confdefs.h"
10281 #include <stdio.h>
10282 main()
10283 {
10284 FILE *f=fopen("conftestval", "w");
10285 if (!f) exit(1);
10286 fprintf(f, "%d\n", sizeof(long));
10287 exit(0);
10288 }
10289 EOF
10290 if { (eval echo configure:10291: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10291 then
10292 ac_cv_sizeof_long=`cat conftestval`
10293 else
10294 echo "configure: failed program was:" >&5
10295 cat conftest.$ac_ext >&5
10296 rm -fr conftest*
10297 ac_cv_sizeof_long=0
10298 fi
10299 rm -fr conftest*
10300 fi
10301
10302 fi
10303 echo "$ac_t""$ac_cv_sizeof_long" 1>&6
10304 cat >> confdefs.h <<EOF
10305 #define SIZEOF_LONG $ac_cv_sizeof_long
10306 EOF
10307
10308
10309 echo $ac_n "checking size of long long""... $ac_c" 1>&6
10310 echo "configure:10311: checking size of long long" >&5
10311 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
10312 echo $ac_n "(cached) $ac_c" 1>&6
10313 else
10314 if test "$cross_compiling" = yes; then
10315 ac_cv_sizeof_long_long=0
10316 else
10317 cat > conftest.$ac_ext <<EOF
10318 #line 10319 "configure"
10319 #include "confdefs.h"
10320 #include <stdio.h>
10321 main()
10322 {
10323 FILE *f=fopen("conftestval", "w");
10324 if (!f) exit(1);
10325 fprintf(f, "%d\n", sizeof(long long));
10326 exit(0);
10327 }
10328 EOF
10329 if { (eval echo configure:10330: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10330 then
10331 ac_cv_sizeof_long_long=`cat conftestval`
10332 else
10333 echo "configure: failed program was:" >&5
10334 cat conftest.$ac_ext >&5
10335 rm -fr conftest*
10336 ac_cv_sizeof_long_long=0
10337 fi
10338 rm -fr conftest*
10339 fi
10340
10341 fi
10342 echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
10343 cat >> confdefs.h <<EOF
10344 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
10345 EOF
10346
10347
10348
10349 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
10350 echo "configure:10351: checking whether byte ordering is bigendian" >&5
10351 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
10352 echo $ac_n "(cached) $ac_c" 1>&6
10353 else
10354 ac_cv_c_bigendian=unknown
10355 # See if sys/param.h defines the BYTE_ORDER macro.
10356 cat > conftest.$ac_ext <<EOF
10357 #line 10358 "configure"
10358 #include "confdefs.h"
10359 #include <sys/types.h>
10360 #include <sys/param.h>
10361 int main() {
10362
10363 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
10364 bogus endian macros
10365 #endif
10366 ; return 0; }
10367 EOF
10368 if { (eval echo configure:10369: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10369 rm -rf conftest*
10370 # It does; now see whether it defined to BIG_ENDIAN or not.
10371 cat > conftest.$ac_ext <<EOF
10372 #line 10373 "configure"
10373 #include "confdefs.h"
10374 #include <sys/types.h>
10375 #include <sys/param.h>
10376 int main() {
10377
10378 #if BYTE_ORDER != BIG_ENDIAN
10379 not big endian
10380 #endif
10381 ; return 0; }
10382 EOF
10383 if { (eval echo configure:10384: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10384 rm -rf conftest*
10385 ac_cv_c_bigendian=yes
10386 else
10387 echo "configure: failed program was:" >&5
10388 cat conftest.$ac_ext >&5
10389 rm -rf conftest*
10390 ac_cv_c_bigendian=no
10391 fi
10392 rm -f conftest*
10393 else
10394 echo "configure: failed program was:" >&5
10395 cat conftest.$ac_ext >&5
10396 fi
10397 rm -f conftest*
10398 if test $ac_cv_c_bigendian = unknown; then
10399 if test "$cross_compiling" = yes; then
10400 ac_cv_c_bigendian=unknown
10401 else
10402 cat > conftest.$ac_ext <<EOF
10403 #line 10404 "configure"
10404 #include "confdefs.h"
10405 main () {
10406 /* Are we little or big endian? From Harbison&Steele. */
10407 union
10408 {
10409 long l;
10410 char c[sizeof (long)];
10411 } u;
10412 u.l = 1;
10413 exit (u.c[sizeof (long) - 1] == 1);
10414 }
10415 EOF
10416 if { (eval echo configure:10417: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10417 then
10418 ac_cv_c_bigendian=no
10419 else
10420 echo "configure: failed program was:" >&5
10421 cat conftest.$ac_ext >&5
10422 rm -fr conftest*
10423 ac_cv_c_bigendian=yes
10424 fi
10425 rm -fr conftest*
10426 fi
10427
10428 fi
10429 fi
10430
10431 echo "$ac_t""$ac_cv_c_bigendian" 1>&6
10432 if test $ac_cv_c_bigendian = unknown; then
10433 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
10434 fi
10435 if test $ac_cv_c_bigendian = yes; then
10436 cat >> confdefs.h <<\EOF
10437 #define WORDS_BIGENDIAN 1
10438 EOF
10439
10440 fi
10441
10442
10443
10444 if test "$cross_compiling" = "yes"; then
10445 cat >> confdefs.h <<\EOF
10446 #define wxUSE_IOSTREAMH 1
10447 EOF
10448
10449 else
10450
10451 ac_ext=C
10452 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10453 ac_cpp='$CXXCPP $CPPFLAGS'
10454 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10455 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10456 cross_compiling=$ac_cv_prog_cxx_cross
10457
10458
10459 for ac_hdr in iostream
10460 do
10461 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
10462 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
10463 echo "configure:10464: checking for $ac_hdr" >&5
10464 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10465 echo $ac_n "(cached) $ac_c" 1>&6
10466 else
10467 cat > conftest.$ac_ext <<EOF
10468 #line 10469 "configure"
10469 #include "confdefs.h"
10470 #include <$ac_hdr>
10471 EOF
10472 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10473 { (eval echo configure:10474: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10474 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10475 if test -z "$ac_err"; then
10476 rm -rf conftest*
10477 eval "ac_cv_header_$ac_safe=yes"
10478 else
10479 echo "$ac_err" >&5
10480 echo "configure: failed program was:" >&5
10481 cat conftest.$ac_ext >&5
10482 rm -rf conftest*
10483 eval "ac_cv_header_$ac_safe=no"
10484 fi
10485 rm -f conftest*
10486 fi
10487 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10488 echo "$ac_t""yes" 1>&6
10489 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
10490 cat >> confdefs.h <<EOF
10491 #define $ac_tr_hdr 1
10492 EOF
10493
10494 else
10495 echo "$ac_t""no" 1>&6
10496 fi
10497 done
10498
10499
10500 if test "x$HAVE_IOSTREAM" = x ; then
10501 cat >> confdefs.h <<\EOF
10502 #define wxUSE_IOSTREAMH 1
10503 EOF
10504
10505 else
10506 :
10507 fi
10508
10509 ac_ext=c
10510 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10511 ac_cpp='$CPP $CPPFLAGS'
10512 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10513 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10514 cross_compiling=$ac_cv_prog_cc_cross
10515
10516 fi
10517
10518
10519
10520 echo $ac_n "checking if C++ compiler supports bool""... $ac_c" 1>&6
10521 echo "configure:10522: checking if C++ compiler supports bool" >&5
10522 if eval "test \"`echo '$''{'wx_cv_cpp_bool'+set}'`\" = set"; then
10523 echo $ac_n "(cached) $ac_c" 1>&6
10524 else
10525
10526
10527 ac_ext=C
10528 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10529 ac_cpp='$CXXCPP $CPPFLAGS'
10530 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10531 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10532 cross_compiling=$ac_cv_prog_cxx_cross
10533
10534
10535 cat > conftest.$ac_ext <<EOF
10536 #line 10537 "configure"
10537 #include "confdefs.h"
10538
10539
10540 int main() {
10541
10542 bool b = true;
10543
10544 return 0;
10545
10546 ; return 0; }
10547 EOF
10548 if { (eval echo configure:10549: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10549 rm -rf conftest*
10550
10551 cat >> confdefs.h <<\EOF
10552 #define HAVE_BOOL 1
10553 EOF
10554
10555 wx_cv_cpp_bool=yes
10556
10557 else
10558 echo "configure: failed program was:" >&5
10559 cat conftest.$ac_ext >&5
10560 rm -rf conftest*
10561
10562 wx_cv_cpp_bool=no
10563
10564
10565 fi
10566 rm -f conftest*
10567
10568 ac_ext=c
10569 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10570 ac_cpp='$CPP $CPPFLAGS'
10571 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10572 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10573 cross_compiling=$ac_cv_prog_cc_cross
10574
10575
10576 fi
10577
10578 echo "$ac_t""$wx_cv_cpp_bool" 1>&6
10579
10580 if test "$wx_cv_cpp_bool" = "yes"; then
10581 cat >> confdefs.h <<\EOF
10582 #define HAVE_BOOL 1
10583 EOF
10584
10585 fi
10586
10587
10588
10589 echo $ac_n "checking if you need GNU extensions""... $ac_c" 1>&6
10590 echo "configure:10591: checking if you need GNU extensions" >&5
10591 if eval "test \"`echo '$''{'wx_cv_gnu_extensions'+set}'`\" = set"; then
10592 echo $ac_n "(cached) $ac_c" 1>&6
10593 else
10594
10595 cat > conftest.$ac_ext <<EOF
10596 #line 10597 "configure"
10597 #include "confdefs.h"
10598 #include <features.h>
10599 int main() {
10600
10601
10602 #ifndef __GNU_LIBRARY__
10603 Compile error wanted
10604 #endif
10605
10606
10607 ; return 0; }
10608 EOF
10609 if { (eval echo configure:10610: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10610 rm -rf conftest*
10611 wx_cv_gnu_extensions=yes
10612 else
10613 echo "configure: failed program was:" >&5
10614 cat conftest.$ac_ext >&5
10615 rm -rf conftest*
10616 wx_cv_gnu_extensions=no
10617 fi
10618 rm -f conftest*
10619
10620 fi
10621
10622
10623 echo "$ac_t""$wx_cv_gnu_extensions" 1>&6
10624 if test "$wx_cv_gnu_extensions" = "yes"; then
10625 cat >> confdefs.h <<EOF
10626 #define _GNU_SOURCE 1
10627 EOF
10628
10629 fi
10630
10631
10632
10633 echo $ac_n "checking for wcslen in -lc""... $ac_c" 1>&6
10634 echo "configure:10635: checking for wcslen in -lc" >&5
10635 ac_lib_var=`echo c'_'wcslen | sed 'y%./+-%__p_%'`
10636 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10637 echo $ac_n "(cached) $ac_c" 1>&6
10638 else
10639 ac_save_LIBS="$LIBS"
10640 LIBS="-lc $LIBS"
10641 cat > conftest.$ac_ext <<EOF
10642 #line 10643 "configure"
10643 #include "confdefs.h"
10644 /* Override any gcc2 internal prototype to avoid an error. */
10645 /* We use char because int might match the return type of a gcc2
10646 builtin and then its argument prototype would still apply. */
10647 char wcslen();
10648
10649 int main() {
10650 wcslen()
10651 ; return 0; }
10652 EOF
10653 if { (eval echo configure:10654: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10654 rm -rf conftest*
10655 eval "ac_cv_lib_$ac_lib_var=yes"
10656 else
10657 echo "configure: failed program was:" >&5
10658 cat conftest.$ac_ext >&5
10659 rm -rf conftest*
10660 eval "ac_cv_lib_$ac_lib_var=no"
10661 fi
10662 rm -f conftest*
10663 LIBS="$ac_save_LIBS"
10664
10665 fi
10666 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10667 echo "$ac_t""yes" 1>&6
10668
10669 cat >> confdefs.h <<\EOF
10670 #define HAVE_WCSLEN 1
10671 EOF
10672
10673 WCHAR_LINK=""
10674
10675 else
10676 echo "$ac_t""no" 1>&6
10677
10678 echo $ac_n "checking for wcslen in -lw""... $ac_c" 1>&6
10679 echo "configure:10680: checking for wcslen in -lw" >&5
10680 ac_lib_var=`echo w'_'wcslen | sed 'y%./+-%__p_%'`
10681 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10682 echo $ac_n "(cached) $ac_c" 1>&6
10683 else
10684 ac_save_LIBS="$LIBS"
10685 LIBS="-lw $LIBS"
10686 cat > conftest.$ac_ext <<EOF
10687 #line 10688 "configure"
10688 #include "confdefs.h"
10689 /* Override any gcc2 internal prototype to avoid an error. */
10690 /* We use char because int might match the return type of a gcc2
10691 builtin and then its argument prototype would still apply. */
10692 char wcslen();
10693
10694 int main() {
10695 wcslen()
10696 ; return 0; }
10697 EOF
10698 if { (eval echo configure:10699: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10699 rm -rf conftest*
10700 eval "ac_cv_lib_$ac_lib_var=yes"
10701 else
10702 echo "configure: failed program was:" >&5
10703 cat conftest.$ac_ext >&5
10704 rm -rf conftest*
10705 eval "ac_cv_lib_$ac_lib_var=no"
10706 fi
10707 rm -f conftest*
10708 LIBS="$ac_save_LIBS"
10709
10710 fi
10711 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10712 echo "$ac_t""yes" 1>&6
10713
10714 cat >> confdefs.h <<\EOF
10715 #define HAVE_WCSLEN 1
10716 EOF
10717
10718 WCHAR_LINK="-lw"
10719
10720 else
10721 echo "$ac_t""no" 1>&6
10722 fi
10723
10724
10725 fi
10726
10727
10728 echo $ac_n "checking for vprintf""... $ac_c" 1>&6
10729 echo "configure:10730: checking for vprintf" >&5
10730 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
10731 echo $ac_n "(cached) $ac_c" 1>&6
10732 else
10733 cat > conftest.$ac_ext <<EOF
10734 #line 10735 "configure"
10735 #include "confdefs.h"
10736 /* System header to define __stub macros and hopefully few prototypes,
10737 which can conflict with char vprintf(); below. */
10738 #include <assert.h>
10739 /* Override any gcc2 internal prototype to avoid an error. */
10740 /* We use char because int might match the return type of a gcc2
10741 builtin and then its argument prototype would still apply. */
10742 char vprintf();
10743
10744 int main() {
10745
10746 /* The GNU C library defines this for functions which it implements
10747 to always fail with ENOSYS. Some functions are actually named
10748 something starting with __ and the normal name is an alias. */
10749 #if defined (__stub_vprintf) || defined (__stub___vprintf)
10750 choke me
10751 #else
10752 vprintf();
10753 #endif
10754
10755 ; return 0; }
10756 EOF
10757 if { (eval echo configure:10758: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10758 rm -rf conftest*
10759 eval "ac_cv_func_vprintf=yes"
10760 else
10761 echo "configure: failed program was:" >&5
10762 cat conftest.$ac_ext >&5
10763 rm -rf conftest*
10764 eval "ac_cv_func_vprintf=no"
10765 fi
10766 rm -f conftest*
10767 fi
10768
10769 if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
10770 echo "$ac_t""yes" 1>&6
10771 cat >> confdefs.h <<\EOF
10772 #define HAVE_VPRINTF 1
10773 EOF
10774
10775 else
10776 echo "$ac_t""no" 1>&6
10777 fi
10778
10779 if test "$ac_cv_func_vprintf" != yes; then
10780 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
10781 echo "configure:10782: checking for _doprnt" >&5
10782 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
10783 echo $ac_n "(cached) $ac_c" 1>&6
10784 else
10785 cat > conftest.$ac_ext <<EOF
10786 #line 10787 "configure"
10787 #include "confdefs.h"
10788 /* System header to define __stub macros and hopefully few prototypes,
10789 which can conflict with char _doprnt(); below. */
10790 #include <assert.h>
10791 /* Override any gcc2 internal prototype to avoid an error. */
10792 /* We use char because int might match the return type of a gcc2
10793 builtin and then its argument prototype would still apply. */
10794 char _doprnt();
10795
10796 int main() {
10797
10798 /* The GNU C library defines this for functions which it implements
10799 to always fail with ENOSYS. Some functions are actually named
10800 something starting with __ and the normal name is an alias. */
10801 #if defined (__stub__doprnt) || defined (__stub____doprnt)
10802 choke me
10803 #else
10804 _doprnt();
10805 #endif
10806
10807 ; return 0; }
10808 EOF
10809 if { (eval echo configure:10810: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10810 rm -rf conftest*
10811 eval "ac_cv_func__doprnt=yes"
10812 else
10813 echo "configure: failed program was:" >&5
10814 cat conftest.$ac_ext >&5
10815 rm -rf conftest*
10816 eval "ac_cv_func__doprnt=no"
10817 fi
10818 rm -f conftest*
10819 fi
10820
10821 if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
10822 echo "$ac_t""yes" 1>&6
10823 cat >> confdefs.h <<\EOF
10824 #define HAVE_DOPRNT 1
10825 EOF
10826
10827 else
10828 echo "$ac_t""no" 1>&6
10829 fi
10830
10831 fi
10832
10833
10834
10835 ac_ext=C
10836 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10837 ac_cpp='$CXXCPP $CPPFLAGS'
10838 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10839 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10840 cross_compiling=$ac_cv_prog_cxx_cross
10841
10842
10843
10844
10845 echo $ac_n "checking for vsnprintf""... $ac_c" 1>&6
10846 echo "configure:10847: checking for vsnprintf" >&5
10847 if eval "test \"`echo '$''{'wx_cv_func_vsnprintf'+set}'`\" = set"; then
10848 echo $ac_n "(cached) $ac_c" 1>&6
10849 else
10850
10851 cat > conftest.$ac_ext <<EOF
10852 #line 10853 "configure"
10853 #include "confdefs.h"
10854
10855 #include <stdio.h>
10856 #include <stdarg.h>
10857
10858 int main() {
10859
10860 int wx_test_vsnprintf(const char *, ...);
10861
10862 wx_test_vsnprintf("%s");
10863 return 0;
10864 }
10865
10866 int wx_test_vsnprintf(const char *fmt, ...)
10867 {
10868 char *s;
10869
10870 va_list argp;
10871 va_start(argp, fmt);
10872 vsnprintf(s, 42, fmt, argp);
10873 va_end(argp);
10874
10875 ; return 0; }
10876 EOF
10877 if { (eval echo configure:10878: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10878 rm -rf conftest*
10879
10880 cat >> confdefs.h <<\EOF
10881 #define HAVE_VSNPRINTF 1
10882 EOF
10883
10884 wx_cv_func_vsnprintf=yes
10885
10886 else
10887 echo "configure: failed program was:" >&5
10888 cat conftest.$ac_ext >&5
10889 rm -rf conftest*
10890
10891 echo "configure: warning: unsafe function sprintf will be used instead of snprintf" 1>&2
10892 wx_cv_func_vsnprintf=no
10893
10894 fi
10895 rm -f conftest*
10896
10897 fi
10898
10899 echo "$ac_t""$wx_cv_func_vsnprintf" 1>&6
10900
10901 echo $ac_n "checking for vsscanf""... $ac_c" 1>&6
10902 echo "configure:10903: checking for vsscanf" >&5
10903 if eval "test \"`echo '$''{'wx_cv_func_vsscanf'+set}'`\" = set"; then
10904 echo $ac_n "(cached) $ac_c" 1>&6
10905 else
10906
10907 cat > conftest.$ac_ext <<EOF
10908 #line 10909 "configure"
10909 #include "confdefs.h"
10910
10911 #include <stdio.h>
10912 #include <stdarg.h>
10913
10914 int main() {
10915
10916 int wx_test_vsscanf(const char *, ...);
10917
10918 wx_test_vsscanf("%d");
10919 return 0;
10920 }
10921
10922 int wx_test_vsscanf(const char *fmt, ...)
10923 {
10924 va_list argp;
10925 va_start(argp, fmt);
10926 vsscanf("42", fmt, argp);
10927 va_end(argp);
10928
10929 ; return 0; }
10930 EOF
10931 if { (eval echo configure:10932: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10932 rm -rf conftest*
10933
10934 cat >> confdefs.h <<\EOF
10935 #define HAVE_VSSCANF 1
10936 EOF
10937
10938 wx_cv_func_vsscanf=yes
10939
10940 else
10941 echo "configure: failed program was:" >&5
10942 cat conftest.$ac_ext >&5
10943 rm -rf conftest*
10944
10945 wx_cv_func_vsscanf=no
10946
10947 fi
10948 rm -f conftest*
10949
10950 fi
10951
10952 echo "$ac_t""$wx_cv_func_vsscanf" 1>&6
10953
10954 ac_ext=c
10955 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10956 ac_cpp='$CPP $CPPFLAGS'
10957 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10958 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10959 cross_compiling=$ac_cv_prog_cc_cross
10960
10961
10962 if test "$TOOLKIT" != "MSW"; then
10963
10964 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
10965 for ac_func in sigaction
10966 do
10967 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
10968 echo "configure:10969: checking for $ac_func" >&5
10969 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10970 echo $ac_n "(cached) $ac_c" 1>&6
10971 else
10972 cat > conftest.$ac_ext <<EOF
10973 #line 10974 "configure"
10974 #include "confdefs.h"
10975 /* System header to define __stub macros and hopefully few prototypes,
10976 which can conflict with char $ac_func(); below. */
10977 #include <assert.h>
10978 /* Override any gcc2 internal prototype to avoid an error. */
10979 /* We use char because int might match the return type of a gcc2
10980 builtin and then its argument prototype would still apply. */
10981 char $ac_func();
10982
10983 int main() {
10984
10985 /* The GNU C library defines this for functions which it implements
10986 to always fail with ENOSYS. Some functions are actually named
10987 something starting with __ and the normal name is an alias. */
10988 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10989 choke me
10990 #else
10991 $ac_func();
10992 #endif
10993
10994 ; return 0; }
10995 EOF
10996 if { (eval echo configure:10997: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10997 rm -rf conftest*
10998 eval "ac_cv_func_$ac_func=yes"
10999 else
11000 echo "configure: failed program was:" >&5
11001 cat conftest.$ac_ext >&5
11002 rm -rf conftest*
11003 eval "ac_cv_func_$ac_func=no"
11004 fi
11005 rm -f conftest*
11006 fi
11007
11008 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11009 echo "$ac_t""yes" 1>&6
11010 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11011 cat >> confdefs.h <<EOF
11012 #define $ac_tr_func 1
11013 EOF
11014
11015 else
11016 echo "$ac_t""no" 1>&6
11017 fi
11018 done
11019
11020
11021 if test "$ac_cv_func_sigaction" = "no"; then
11022 echo "configure: warning: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" 1>&2
11023 wxUSE_ON_FATAL_EXCEPTION=no
11024 fi
11025
11026 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
11027
11028 ac_ext=C
11029 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11030 ac_cpp='$CXXCPP $CPPFLAGS'
11031 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11032 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11033 cross_compiling=$ac_cv_prog_cxx_cross
11034
11035
11036 echo $ac_n "checking for sa_handler type""... $ac_c" 1>&6
11037 echo "configure:11038: checking for sa_handler type" >&5
11038 if eval "test \"`echo '$''{'wx_cv_type_sa_handler'+set}'`\" = set"; then
11039 echo $ac_n "(cached) $ac_c" 1>&6
11040 else
11041
11042 cat > conftest.$ac_ext <<EOF
11043 #line 11044 "configure"
11044 #include "confdefs.h"
11045 #include <signal.h>
11046 int main() {
11047
11048 extern void testSigHandler(int);
11049
11050 struct sigaction sa;
11051 sa.sa_handler = testSigHandler;
11052
11053 ; return 0; }
11054 EOF
11055 if { (eval echo configure:11056: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11056 rm -rf conftest*
11057
11058 wx_cv_type_sa_handler=int
11059
11060 else
11061 echo "configure: failed program was:" >&5
11062 cat conftest.$ac_ext >&5
11063 rm -rf conftest*
11064
11065 wx_cv_type_sa_handler=void
11066
11067 fi
11068 rm -f conftest*
11069
11070 fi
11071
11072 echo "$ac_t""$wx_cv_type_sa_handler" 1>&6
11073
11074 ac_ext=c
11075 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11076 ac_cpp='$CPP $CPPFLAGS'
11077 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11078 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11079 cross_compiling=$ac_cv_prog_cc_cross
11080
11081
11082 cat >> confdefs.h <<EOF
11083 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
11084 EOF
11085
11086 fi
11087 fi
11088
11089 for ac_func in vfork
11090 do
11091 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11092 echo "configure:11093: checking for $ac_func" >&5
11093 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11094 echo $ac_n "(cached) $ac_c" 1>&6
11095 else
11096 cat > conftest.$ac_ext <<EOF
11097 #line 11098 "configure"
11098 #include "confdefs.h"
11099 /* System header to define __stub macros and hopefully few prototypes,
11100 which can conflict with char $ac_func(); below. */
11101 #include <assert.h>
11102 /* Override any gcc2 internal prototype to avoid an error. */
11103 /* We use char because int might match the return type of a gcc2
11104 builtin and then its argument prototype would still apply. */
11105 char $ac_func();
11106
11107 int main() {
11108
11109 /* The GNU C library defines this for functions which it implements
11110 to always fail with ENOSYS. Some functions are actually named
11111 something starting with __ and the normal name is an alias. */
11112 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11113 choke me
11114 #else
11115 $ac_func();
11116 #endif
11117
11118 ; return 0; }
11119 EOF
11120 if { (eval echo configure:11121: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11121 rm -rf conftest*
11122 eval "ac_cv_func_$ac_func=yes"
11123 else
11124 echo "configure: failed program was:" >&5
11125 cat conftest.$ac_ext >&5
11126 rm -rf conftest*
11127 eval "ac_cv_func_$ac_func=no"
11128 fi
11129 rm -f conftest*
11130 fi
11131
11132 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11133 echo "$ac_t""yes" 1>&6
11134 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11135 cat >> confdefs.h <<EOF
11136 #define $ac_tr_func 1
11137 EOF
11138
11139 else
11140 echo "$ac_t""no" 1>&6
11141 fi
11142 done
11143
11144
11145 for ac_func in timegm
11146 do
11147 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11148 echo "configure:11149: checking for $ac_func" >&5
11149 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11150 echo $ac_n "(cached) $ac_c" 1>&6
11151 else
11152 cat > conftest.$ac_ext <<EOF
11153 #line 11154 "configure"
11154 #include "confdefs.h"
11155 /* System header to define __stub macros and hopefully few prototypes,
11156 which can conflict with char $ac_func(); below. */
11157 #include <assert.h>
11158 /* Override any gcc2 internal prototype to avoid an error. */
11159 /* We use char because int might match the return type of a gcc2
11160 builtin and then its argument prototype would still apply. */
11161 char $ac_func();
11162
11163 int main() {
11164
11165 /* The GNU C library defines this for functions which it implements
11166 to always fail with ENOSYS. Some functions are actually named
11167 something starting with __ and the normal name is an alias. */
11168 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11169 choke me
11170 #else
11171 $ac_func();
11172 #endif
11173
11174 ; return 0; }
11175 EOF
11176 if { (eval echo configure:11177: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11177 rm -rf conftest*
11178 eval "ac_cv_func_$ac_func=yes"
11179 else
11180 echo "configure: failed program was:" >&5
11181 cat conftest.$ac_ext >&5
11182 rm -rf conftest*
11183 eval "ac_cv_func_$ac_func=no"
11184 fi
11185 rm -f conftest*
11186 fi
11187
11188 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11189 echo "$ac_t""yes" 1>&6
11190 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11191 cat >> confdefs.h <<EOF
11192 #define $ac_tr_func 1
11193 EOF
11194
11195 else
11196 echo "$ac_t""no" 1>&6
11197 fi
11198 done
11199
11200
11201 HAVE_SOME_SLEEP_FUNC=0
11202 if test "$USE_BEOS" = 1; then
11203 cat >> confdefs.h <<\EOF
11204 #define HAVE_SLEEP 1
11205 EOF
11206
11207 HAVE_SOME_SLEEP_FUNC=1
11208 fi
11209
11210 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
11211 POSIX4_LINK=
11212 for ac_func in nanosleep
11213 do
11214 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11215 echo "configure:11216: checking for $ac_func" >&5
11216 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11217 echo $ac_n "(cached) $ac_c" 1>&6
11218 else
11219 cat > conftest.$ac_ext <<EOF
11220 #line 11221 "configure"
11221 #include "confdefs.h"
11222 /* System header to define __stub macros and hopefully few prototypes,
11223 which can conflict with char $ac_func(); below. */
11224 #include <assert.h>
11225 /* Override any gcc2 internal prototype to avoid an error. */
11226 /* We use char because int might match the return type of a gcc2
11227 builtin and then its argument prototype would still apply. */
11228 char $ac_func();
11229
11230 int main() {
11231
11232 /* The GNU C library defines this for functions which it implements
11233 to always fail with ENOSYS. Some functions are actually named
11234 something starting with __ and the normal name is an alias. */
11235 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11236 choke me
11237 #else
11238 $ac_func();
11239 #endif
11240
11241 ; return 0; }
11242 EOF
11243 if { (eval echo configure:11244: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11244 rm -rf conftest*
11245 eval "ac_cv_func_$ac_func=yes"
11246 else
11247 echo "configure: failed program was:" >&5
11248 cat conftest.$ac_ext >&5
11249 rm -rf conftest*
11250 eval "ac_cv_func_$ac_func=no"
11251 fi
11252 rm -f conftest*
11253 fi
11254
11255 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11256 echo "$ac_t""yes" 1>&6
11257 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11258 cat >> confdefs.h <<EOF
11259 #define $ac_tr_func 1
11260 EOF
11261 cat >> confdefs.h <<\EOF
11262 #define HAVE_NANOSLEEP 1
11263 EOF
11264
11265 else
11266 echo "$ac_t""no" 1>&6
11267 echo $ac_n "checking for nanosleep in -lposix4""... $ac_c" 1>&6
11268 echo "configure:11269: checking for nanosleep in -lposix4" >&5
11269 ac_lib_var=`echo posix4'_'nanosleep | sed 'y%./+-%__p_%'`
11270 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11271 echo $ac_n "(cached) $ac_c" 1>&6
11272 else
11273 ac_save_LIBS="$LIBS"
11274 LIBS="-lposix4 $LIBS"
11275 cat > conftest.$ac_ext <<EOF
11276 #line 11277 "configure"
11277 #include "confdefs.h"
11278 /* Override any gcc2 internal prototype to avoid an error. */
11279 /* We use char because int might match the return type of a gcc2
11280 builtin and then its argument prototype would still apply. */
11281 char nanosleep();
11282
11283 int main() {
11284 nanosleep()
11285 ; return 0; }
11286 EOF
11287 if { (eval echo configure:11288: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11288 rm -rf conftest*
11289 eval "ac_cv_lib_$ac_lib_var=yes"
11290 else
11291 echo "configure: failed program was:" >&5
11292 cat conftest.$ac_ext >&5
11293 rm -rf conftest*
11294 eval "ac_cv_lib_$ac_lib_var=no"
11295 fi
11296 rm -f conftest*
11297 LIBS="$ac_save_LIBS"
11298
11299 fi
11300 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11301 echo "$ac_t""yes" 1>&6
11302
11303 cat >> confdefs.h <<\EOF
11304 #define HAVE_NANOSLEEP 1
11305 EOF
11306
11307 POSIX4_LINK="-lposix4"
11308
11309 else
11310 echo "$ac_t""no" 1>&6
11311
11312 for ac_func in usleep
11313 do
11314 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11315 echo "configure:11316: checking for $ac_func" >&5
11316 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11317 echo $ac_n "(cached) $ac_c" 1>&6
11318 else
11319 cat > conftest.$ac_ext <<EOF
11320 #line 11321 "configure"
11321 #include "confdefs.h"
11322 /* System header to define __stub macros and hopefully few prototypes,
11323 which can conflict with char $ac_func(); below. */
11324 #include <assert.h>
11325 /* Override any gcc2 internal prototype to avoid an error. */
11326 /* We use char because int might match the return type of a gcc2
11327 builtin and then its argument prototype would still apply. */
11328 char $ac_func();
11329
11330 int main() {
11331
11332 /* The GNU C library defines this for functions which it implements
11333 to always fail with ENOSYS. Some functions are actually named
11334 something starting with __ and the normal name is an alias. */
11335 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11336 choke me
11337 #else
11338 $ac_func();
11339 #endif
11340
11341 ; return 0; }
11342 EOF
11343 if { (eval echo configure:11344: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11344 rm -rf conftest*
11345 eval "ac_cv_func_$ac_func=yes"
11346 else
11347 echo "configure: failed program was:" >&5
11348 cat conftest.$ac_ext >&5
11349 rm -rf conftest*
11350 eval "ac_cv_func_$ac_func=no"
11351 fi
11352 rm -f conftest*
11353 fi
11354
11355 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11356 echo "$ac_t""yes" 1>&6
11357 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11358 cat >> confdefs.h <<EOF
11359 #define $ac_tr_func 1
11360 EOF
11361
11362 else
11363 echo "$ac_t""no" 1>&6
11364 fi
11365 done
11366
11367 echo "configure: warning: wxSleep() function will not work" 1>&2
11368
11369
11370 fi
11371
11372
11373
11374 fi
11375 done
11376
11377 fi
11378
11379 for ac_func in uname gethostname
11380 do
11381 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11382 echo "configure:11383: checking for $ac_func" >&5
11383 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11384 echo $ac_n "(cached) $ac_c" 1>&6
11385 else
11386 cat > conftest.$ac_ext <<EOF
11387 #line 11388 "configure"
11388 #include "confdefs.h"
11389 /* System header to define __stub macros and hopefully few prototypes,
11390 which can conflict with char $ac_func(); below. */
11391 #include <assert.h>
11392 /* Override any gcc2 internal prototype to avoid an error. */
11393 /* We use char because int might match the return type of a gcc2
11394 builtin and then its argument prototype would still apply. */
11395 char $ac_func();
11396
11397 int main() {
11398
11399 /* The GNU C library defines this for functions which it implements
11400 to always fail with ENOSYS. Some functions are actually named
11401 something starting with __ and the normal name is an alias. */
11402 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11403 choke me
11404 #else
11405 $ac_func();
11406 #endif
11407
11408 ; return 0; }
11409 EOF
11410 if { (eval echo configure:11411: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11411 rm -rf conftest*
11412 eval "ac_cv_func_$ac_func=yes"
11413 else
11414 echo "configure: failed program was:" >&5
11415 cat conftest.$ac_ext >&5
11416 rm -rf conftest*
11417 eval "ac_cv_func_$ac_func=no"
11418 fi
11419 rm -f conftest*
11420 fi
11421
11422 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11423 echo "$ac_t""yes" 1>&6
11424 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11425 cat >> confdefs.h <<EOF
11426 #define $ac_tr_func 1
11427 EOF
11428 break
11429 else
11430 echo "$ac_t""no" 1>&6
11431 fi
11432 done
11433
11434
11435
11436 ac_ext=C
11437 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11438 ac_cpp='$CXXCPP $CPPFLAGS'
11439 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11440 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11441 cross_compiling=$ac_cv_prog_cxx_cross
11442
11443
11444 for ac_func in strtok_r
11445 do
11446 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11447 echo "configure:11448: checking for $ac_func" >&5
11448 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11449 echo $ac_n "(cached) $ac_c" 1>&6
11450 else
11451 cat > conftest.$ac_ext <<EOF
11452 #line 11453 "configure"
11453 #include "confdefs.h"
11454 /* System header to define __stub macros and hopefully few prototypes,
11455 which can conflict with char $ac_func(); below. */
11456 #include <assert.h>
11457 /* Override any gcc2 internal prototype to avoid an error. */
11458 #ifdef __cplusplus
11459 extern "C"
11460 #endif
11461 /* We use char because int might match the return type of a gcc2
11462 builtin and then its argument prototype would still apply. */
11463 char $ac_func();
11464
11465 int main() {
11466
11467 /* The GNU C library defines this for functions which it implements
11468 to always fail with ENOSYS. Some functions are actually named
11469 something starting with __ and the normal name is an alias. */
11470 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11471 choke me
11472 #else
11473 $ac_func();
11474 #endif
11475
11476 ; return 0; }
11477 EOF
11478 if { (eval echo configure:11479: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11479 rm -rf conftest*
11480 eval "ac_cv_func_$ac_func=yes"
11481 else
11482 echo "configure: failed program was:" >&5
11483 cat conftest.$ac_ext >&5
11484 rm -rf conftest*
11485 eval "ac_cv_func_$ac_func=no"
11486 fi
11487 rm -f conftest*
11488 fi
11489
11490 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11491 echo "$ac_t""yes" 1>&6
11492 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11493 cat >> confdefs.h <<EOF
11494 #define $ac_tr_func 1
11495 EOF
11496
11497 else
11498 echo "$ac_t""no" 1>&6
11499 fi
11500 done
11501
11502
11503 ac_ext=c
11504 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11505 ac_cpp='$CPP $CPPFLAGS'
11506 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11507 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11508 cross_compiling=$ac_cv_prog_cc_cross
11509
11510
11511 INET_LINK=
11512 for ac_func in inet_addr
11513 do
11514 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11515 echo "configure:11516: checking for $ac_func" >&5
11516 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11517 echo $ac_n "(cached) $ac_c" 1>&6
11518 else
11519 cat > conftest.$ac_ext <<EOF
11520 #line 11521 "configure"
11521 #include "confdefs.h"
11522 /* System header to define __stub macros and hopefully few prototypes,
11523 which can conflict with char $ac_func(); below. */
11524 #include <assert.h>
11525 /* Override any gcc2 internal prototype to avoid an error. */
11526 /* We use char because int might match the return type of a gcc2
11527 builtin and then its argument prototype would still apply. */
11528 char $ac_func();
11529
11530 int main() {
11531
11532 /* The GNU C library defines this for functions which it implements
11533 to always fail with ENOSYS. Some functions are actually named
11534 something starting with __ and the normal name is an alias. */
11535 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11536 choke me
11537 #else
11538 $ac_func();
11539 #endif
11540
11541 ; return 0; }
11542 EOF
11543 if { (eval echo configure:11544: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11544 rm -rf conftest*
11545 eval "ac_cv_func_$ac_func=yes"
11546 else
11547 echo "configure: failed program was:" >&5
11548 cat conftest.$ac_ext >&5
11549 rm -rf conftest*
11550 eval "ac_cv_func_$ac_func=no"
11551 fi
11552 rm -f conftest*
11553 fi
11554
11555 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11556 echo "$ac_t""yes" 1>&6
11557 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11558 cat >> confdefs.h <<EOF
11559 #define $ac_tr_func 1
11560 EOF
11561 cat >> confdefs.h <<\EOF
11562 #define HAVE_INET_ADDR 1
11563 EOF
11564
11565 else
11566 echo "$ac_t""no" 1>&6
11567 echo $ac_n "checking for inet_addr in -lnsl""... $ac_c" 1>&6
11568 echo "configure:11569: checking for inet_addr in -lnsl" >&5
11569 ac_lib_var=`echo nsl'_'inet_addr | sed 'y%./+-%__p_%'`
11570 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11571 echo $ac_n "(cached) $ac_c" 1>&6
11572 else
11573 ac_save_LIBS="$LIBS"
11574 LIBS="-lnsl $LIBS"
11575 cat > conftest.$ac_ext <<EOF
11576 #line 11577 "configure"
11577 #include "confdefs.h"
11578 /* Override any gcc2 internal prototype to avoid an error. */
11579 /* We use char because int might match the return type of a gcc2
11580 builtin and then its argument prototype would still apply. */
11581 char inet_addr();
11582
11583 int main() {
11584 inet_addr()
11585 ; return 0; }
11586 EOF
11587 if { (eval echo configure:11588: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11588 rm -rf conftest*
11589 eval "ac_cv_lib_$ac_lib_var=yes"
11590 else
11591 echo "configure: failed program was:" >&5
11592 cat conftest.$ac_ext >&5
11593 rm -rf conftest*
11594 eval "ac_cv_lib_$ac_lib_var=no"
11595 fi
11596 rm -f conftest*
11597 LIBS="$ac_save_LIBS"
11598
11599 fi
11600 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11601 echo "$ac_t""yes" 1>&6
11602 INET_LINK="nsl"
11603 else
11604 echo "$ac_t""no" 1>&6
11605 echo $ac_n "checking for inet_addr in -lresolv""... $ac_c" 1>&6
11606 echo "configure:11607: checking for inet_addr in -lresolv" >&5
11607 ac_lib_var=`echo resolv'_'inet_addr | sed 'y%./+-%__p_%'`
11608 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11609 echo $ac_n "(cached) $ac_c" 1>&6
11610 else
11611 ac_save_LIBS="$LIBS"
11612 LIBS="-lresolv $LIBS"
11613 cat > conftest.$ac_ext <<EOF
11614 #line 11615 "configure"
11615 #include "confdefs.h"
11616 /* Override any gcc2 internal prototype to avoid an error. */
11617 /* We use char because int might match the return type of a gcc2
11618 builtin and then its argument prototype would still apply. */
11619 char inet_addr();
11620
11621 int main() {
11622 inet_addr()
11623 ; return 0; }
11624 EOF
11625 if { (eval echo configure:11626: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11626 rm -rf conftest*
11627 eval "ac_cv_lib_$ac_lib_var=yes"
11628 else
11629 echo "configure: failed program was:" >&5
11630 cat conftest.$ac_ext >&5
11631 rm -rf conftest*
11632 eval "ac_cv_lib_$ac_lib_var=no"
11633 fi
11634 rm -f conftest*
11635 LIBS="$ac_save_LIBS"
11636
11637 fi
11638 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11639 echo "$ac_t""yes" 1>&6
11640 INET_LINK="resolv"
11641
11642 else
11643 echo "$ac_t""no" 1>&6
11644 fi
11645
11646
11647 fi
11648
11649
11650
11651 fi
11652 done
11653
11654
11655 for ac_func in inet_aton
11656 do
11657 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11658 echo "configure:11659: checking for $ac_func" >&5
11659 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11660 echo $ac_n "(cached) $ac_c" 1>&6
11661 else
11662 cat > conftest.$ac_ext <<EOF
11663 #line 11664 "configure"
11664 #include "confdefs.h"
11665 /* System header to define __stub macros and hopefully few prototypes,
11666 which can conflict with char $ac_func(); below. */
11667 #include <assert.h>
11668 /* Override any gcc2 internal prototype to avoid an error. */
11669 /* We use char because int might match the return type of a gcc2
11670 builtin and then its argument prototype would still apply. */
11671 char $ac_func();
11672
11673 int main() {
11674
11675 /* The GNU C library defines this for functions which it implements
11676 to always fail with ENOSYS. Some functions are actually named
11677 something starting with __ and the normal name is an alias. */
11678 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11679 choke me
11680 #else
11681 $ac_func();
11682 #endif
11683
11684 ; return 0; }
11685 EOF
11686 if { (eval echo configure:11687: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11687 rm -rf conftest*
11688 eval "ac_cv_func_$ac_func=yes"
11689 else
11690 echo "configure: failed program was:" >&5
11691 cat conftest.$ac_ext >&5
11692 rm -rf conftest*
11693 eval "ac_cv_func_$ac_func=no"
11694 fi
11695 rm -f conftest*
11696 fi
11697
11698 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11699 echo "$ac_t""yes" 1>&6
11700 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11701 cat >> confdefs.h <<EOF
11702 #define $ac_tr_func 1
11703 EOF
11704 cat >> confdefs.h <<\EOF
11705 #define HAVE_INET_ATON 1
11706 EOF
11707
11708 else
11709 echo "$ac_t""no" 1>&6
11710 echo $ac_n "checking for inet_aton in -l$INET_LINK""... $ac_c" 1>&6
11711 echo "configure:11712: checking for inet_aton in -l$INET_LINK" >&5
11712 ac_lib_var=`echo $INET_LINK'_'inet_aton | sed 'y%./+-%__p_%'`
11713 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11714 echo $ac_n "(cached) $ac_c" 1>&6
11715 else
11716 ac_save_LIBS="$LIBS"
11717 LIBS="-l$INET_LINK $LIBS"
11718 cat > conftest.$ac_ext <<EOF
11719 #line 11720 "configure"
11720 #include "confdefs.h"
11721 /* Override any gcc2 internal prototype to avoid an error. */
11722 /* We use char because int might match the return type of a gcc2
11723 builtin and then its argument prototype would still apply. */
11724 char inet_aton();
11725
11726 int main() {
11727 inet_aton()
11728 ; return 0; }
11729 EOF
11730 if { (eval echo configure:11731: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11731 rm -rf conftest*
11732 eval "ac_cv_lib_$ac_lib_var=yes"
11733 else
11734 echo "configure: failed program was:" >&5
11735 cat conftest.$ac_ext >&5
11736 rm -rf conftest*
11737 eval "ac_cv_lib_$ac_lib_var=no"
11738 fi
11739 rm -f conftest*
11740 LIBS="$ac_save_LIBS"
11741
11742 fi
11743 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11744 echo "$ac_t""yes" 1>&6
11745 cat >> confdefs.h <<\EOF
11746 #define HAVE_INET_ATON 1
11747 EOF
11748
11749 else
11750 echo "$ac_t""no" 1>&6
11751 fi
11752
11753
11754 fi
11755 done
11756
11757
11758 if test "x$INET_LINK" != "x"; then
11759 cat >> confdefs.h <<\EOF
11760 #define HAVE_INET_ADDR 1
11761 EOF
11762
11763 INET_LINK="-l$INET_LINK"
11764 fi
11765
11766 fi
11767
11768
11769 cat > confcache <<\EOF
11770 # This file is a shell script that caches the results of configure
11771 # tests run on this system so they can be shared between configure
11772 # scripts and configure runs. It is not useful on other systems.
11773 # If it contains results you don't want to keep, you may remove or edit it.
11774 #
11775 # By default, configure uses ./config.cache as the cache file,
11776 # creating it if it does not exist already. You can give configure
11777 # the --cache-file=FILE option to use a different cache file; that is
11778 # what configure does when it calls configure scripts in
11779 # subdirectories, so they share the cache.
11780 # Giving --cache-file=/dev/null disables caching, for debugging configure.
11781 # config.status only pays attention to the cache file if you give it the
11782 # --recheck option to rerun configure.
11783 #
11784 EOF
11785 # The following way of writing the cache mishandles newlines in values,
11786 # but we know of no workaround that is simple, portable, and efficient.
11787 # So, don't put newlines in cache variables' values.
11788 # Ultrix sh set writes to stderr and can't be redirected directly,
11789 # and sets the high bit in the cache file unless we assign to the vars.
11790 (set) 2>&1 |
11791 case `(ac_space=' '; set | grep ac_space) 2>&1` in
11792 *ac_space=\ *)
11793 # `set' does not quote correctly, so add quotes (double-quote substitution
11794 # turns \\\\ into \\, and sed turns \\ into \).
11795 sed -n \
11796 -e "s/'/'\\\\''/g" \
11797 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
11798 ;;
11799 *)
11800 # `set' quotes correctly as required by POSIX, so do not add quotes.
11801 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
11802 ;;
11803 esac >> confcache
11804 if cmp -s $cache_file confcache; then
11805 :
11806 else
11807 if test -w $cache_file; then
11808 echo "updating cache $cache_file"
11809 cat confcache > $cache_file
11810 else
11811 echo "not updating unwritable cache $cache_file"
11812 fi
11813 fi
11814 rm -f confcache
11815
11816
11817
11818 if test "$TOOLKIT" != "MSW"; then
11819
11820
11821 THREADS_LINK=""
11822 THREADS_OBJ=""
11823
11824 if test "$wxUSE_THREADS" = "yes" ; then
11825 if test "$wxUSE_WINE" = 1 ; then
11826 echo "configure: warning: Threads are not supported under WINE" 1>&2
11827 wxUSE_THREADS="no"
11828 elif test "$USE_BEOS" = 1; then
11829 echo "configure: warning: BeOS threads are not yet supported" 1>&2
11830 wxUSE_THREADS="no"
11831 fi
11832 fi
11833
11834 if test "$wxUSE_THREADS" = "yes" ; then
11835
11836 if test "$wxUSE_AIX" = 1; then
11837 THREADS_LIB=pthreads
11838 else
11839 THREADS_LIB=pthread
11840 fi
11841
11842 echo $ac_n "checking for pthread_create in -l$THREADS_LIB""... $ac_c" 1>&6
11843 echo "configure:11844: checking for pthread_create in -l$THREADS_LIB" >&5
11844 ac_lib_var=`echo $THREADS_LIB'_'pthread_create | sed 'y%./+-%__p_%'`
11845 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11846 echo $ac_n "(cached) $ac_c" 1>&6
11847 else
11848 ac_save_LIBS="$LIBS"
11849 LIBS="-l$THREADS_LIB $LIBS"
11850 cat > conftest.$ac_ext <<EOF
11851 #line 11852 "configure"
11852 #include "confdefs.h"
11853 /* Override any gcc2 internal prototype to avoid an error. */
11854 /* We use char because int might match the return type of a gcc2
11855 builtin and then its argument prototype would still apply. */
11856 char pthread_create();
11857
11858 int main() {
11859 pthread_create()
11860 ; return 0; }
11861 EOF
11862 if { (eval echo configure:11863: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11863 rm -rf conftest*
11864 eval "ac_cv_lib_$ac_lib_var=yes"
11865 else
11866 echo "configure: failed program was:" >&5
11867 cat conftest.$ac_ext >&5
11868 rm -rf conftest*
11869 eval "ac_cv_lib_$ac_lib_var=no"
11870 fi
11871 rm -f conftest*
11872 LIBS="$ac_save_LIBS"
11873
11874 fi
11875 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11876 echo "$ac_t""yes" 1>&6
11877
11878 THREADS_OBJ="threadpsx.lo"
11879 THREADS_LINK=$THREADS_LIB
11880
11881 else
11882 echo "$ac_t""no" 1>&6
11883
11884 echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
11885 echo "configure:11886: checking for pthread_create in -lc_r" >&5
11886 ac_lib_var=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'`
11887 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11888 echo $ac_n "(cached) $ac_c" 1>&6
11889 else
11890 ac_save_LIBS="$LIBS"
11891 LIBS="-lc_r $LIBS"
11892 cat > conftest.$ac_ext <<EOF
11893 #line 11894 "configure"
11894 #include "confdefs.h"
11895 /* Override any gcc2 internal prototype to avoid an error. */
11896 /* We use char because int might match the return type of a gcc2
11897 builtin and then its argument prototype would still apply. */
11898 char pthread_create();
11899
11900 int main() {
11901 pthread_create()
11902 ; return 0; }
11903 EOF
11904 if { (eval echo configure:11905: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11905 rm -rf conftest*
11906 eval "ac_cv_lib_$ac_lib_var=yes"
11907 else
11908 echo "configure: failed program was:" >&5
11909 cat conftest.$ac_ext >&5
11910 rm -rf conftest*
11911 eval "ac_cv_lib_$ac_lib_var=no"
11912 fi
11913 rm -f conftest*
11914 LIBS="$ac_save_LIBS"
11915
11916 fi
11917 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11918 echo "$ac_t""yes" 1>&6
11919
11920 THREADS_OBJ="threadpsx.lo"
11921 THREADS_LINK="c_r"
11922
11923 else
11924 echo "$ac_t""no" 1>&6
11925
11926 ac_safe=`echo "sys/prctl.h" | sed 'y%./+-%__p_%'`
11927 echo $ac_n "checking for sys/prctl.h""... $ac_c" 1>&6
11928 echo "configure:11929: checking for sys/prctl.h" >&5
11929 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11930 echo $ac_n "(cached) $ac_c" 1>&6
11931 else
11932 cat > conftest.$ac_ext <<EOF
11933 #line 11934 "configure"
11934 #include "confdefs.h"
11935 #include <sys/prctl.h>
11936 EOF
11937 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11938 { (eval echo configure:11939: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11939 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11940 if test -z "$ac_err"; then
11941 rm -rf conftest*
11942 eval "ac_cv_header_$ac_safe=yes"
11943 else
11944 echo "$ac_err" >&5
11945 echo "configure: failed program was:" >&5
11946 cat conftest.$ac_ext >&5
11947 rm -rf conftest*
11948 eval "ac_cv_header_$ac_safe=no"
11949 fi
11950 rm -f conftest*
11951 fi
11952 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11953 echo "$ac_t""yes" 1>&6
11954
11955 THREADS_OBJ="threadsgi.lo"
11956
11957 else
11958 echo "$ac_t""no" 1>&6
11959 fi
11960
11961
11962 fi
11963
11964
11965 fi
11966
11967
11968 if test -z "$THREADS_OBJ" ; then
11969 wxUSE_THREADS=no
11970 echo "configure: warning: No thread support on this system" 1>&2
11971 fi
11972 fi
11973
11974 if test "$wxUSE_THREADS" = "yes" ; then
11975 for ac_func in thr_setconcurrency
11976 do
11977 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11978 echo "configure:11979: checking for $ac_func" >&5
11979 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11980 echo $ac_n "(cached) $ac_c" 1>&6
11981 else
11982 cat > conftest.$ac_ext <<EOF
11983 #line 11984 "configure"
11984 #include "confdefs.h"
11985 /* System header to define __stub macros and hopefully few prototypes,
11986 which can conflict with char $ac_func(); below. */
11987 #include <assert.h>
11988 /* Override any gcc2 internal prototype to avoid an error. */
11989 /* We use char because int might match the return type of a gcc2
11990 builtin and then its argument prototype would still apply. */
11991 char $ac_func();
11992
11993 int main() {
11994
11995 /* The GNU C library defines this for functions which it implements
11996 to always fail with ENOSYS. Some functions are actually named
11997 something starting with __ and the normal name is an alias. */
11998 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11999 choke me
12000 #else
12001 $ac_func();
12002 #endif
12003
12004 ; return 0; }
12005 EOF
12006 if { (eval echo configure:12007: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12007 rm -rf conftest*
12008 eval "ac_cv_func_$ac_func=yes"
12009 else
12010 echo "configure: failed program was:" >&5
12011 cat conftest.$ac_ext >&5
12012 rm -rf conftest*
12013 eval "ac_cv_func_$ac_func=no"
12014 fi
12015 rm -f conftest*
12016 fi
12017
12018 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
12019 echo "$ac_t""yes" 1>&6
12020 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
12021 cat >> confdefs.h <<EOF
12022 #define $ac_tr_func 1
12023 EOF
12024
12025 else
12026 echo "$ac_t""no" 1>&6
12027 fi
12028 done
12029
12030
12031
12032 for ac_hdr in sched.h
12033 do
12034 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12035 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12036 echo "configure:12037: checking for $ac_hdr" >&5
12037 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12038 echo $ac_n "(cached) $ac_c" 1>&6
12039 else
12040 cat > conftest.$ac_ext <<EOF
12041 #line 12042 "configure"
12042 #include "confdefs.h"
12043 #include <$ac_hdr>
12044 EOF
12045 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12046 { (eval echo configure:12047: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12047 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12048 if test -z "$ac_err"; then
12049 rm -rf conftest*
12050 eval "ac_cv_header_$ac_safe=yes"
12051 else
12052 echo "$ac_err" >&5
12053 echo "configure: failed program was:" >&5
12054 cat conftest.$ac_ext >&5
12055 rm -rf conftest*
12056 eval "ac_cv_header_$ac_safe=no"
12057 fi
12058 rm -f conftest*
12059 fi
12060 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12061 echo "$ac_t""yes" 1>&6
12062 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12063 cat >> confdefs.h <<EOF
12064 #define $ac_tr_hdr 1
12065 EOF
12066
12067 else
12068 echo "$ac_t""no" 1>&6
12069 fi
12070 done
12071
12072
12073 echo $ac_n "checking for sched_yield in -l$THREADS_LINK""... $ac_c" 1>&6
12074 echo "configure:12075: checking for sched_yield in -l$THREADS_LINK" >&5
12075 ac_lib_var=`echo $THREADS_LINK'_'sched_yield | sed 'y%./+-%__p_%'`
12076 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12077 echo $ac_n "(cached) $ac_c" 1>&6
12078 else
12079 ac_save_LIBS="$LIBS"
12080 LIBS="-l$THREADS_LINK $LIBS"
12081 cat > conftest.$ac_ext <<EOF
12082 #line 12083 "configure"
12083 #include "confdefs.h"
12084 /* Override any gcc2 internal prototype to avoid an error. */
12085 /* We use char because int might match the return type of a gcc2
12086 builtin and then its argument prototype would still apply. */
12087 char sched_yield();
12088
12089 int main() {
12090 sched_yield()
12091 ; return 0; }
12092 EOF
12093 if { (eval echo configure:12094: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12094 rm -rf conftest*
12095 eval "ac_cv_lib_$ac_lib_var=yes"
12096 else
12097 echo "configure: failed program was:" >&5
12098 cat conftest.$ac_ext >&5
12099 rm -rf conftest*
12100 eval "ac_cv_lib_$ac_lib_var=no"
12101 fi
12102 rm -f conftest*
12103 LIBS="$ac_save_LIBS"
12104
12105 fi
12106 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12107 echo "$ac_t""yes" 1>&6
12108 cat >> confdefs.h <<\EOF
12109 #define HAVE_SCHED_YIELD 1
12110 EOF
12111
12112 else
12113 echo "$ac_t""no" 1>&6
12114 echo $ac_n "checking for sched_yield in -l"posix4"""... $ac_c" 1>&6
12115 echo "configure:12116: checking for sched_yield in -l"posix4"" >&5
12116 ac_lib_var=`echo "posix4"'_'sched_yield | sed 'y%./+-%__p_%'`
12117 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12118 echo $ac_n "(cached) $ac_c" 1>&6
12119 else
12120 ac_save_LIBS="$LIBS"
12121 LIBS="-l"posix4" $LIBS"
12122 cat > conftest.$ac_ext <<EOF
12123 #line 12124 "configure"
12124 #include "confdefs.h"
12125 /* Override any gcc2 internal prototype to avoid an error. */
12126 /* We use char because int might match the return type of a gcc2
12127 builtin and then its argument prototype would still apply. */
12128 char sched_yield();
12129
12130 int main() {
12131 sched_yield()
12132 ; return 0; }
12133 EOF
12134 if { (eval echo configure:12135: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12135 rm -rf conftest*
12136 eval "ac_cv_lib_$ac_lib_var=yes"
12137 else
12138 echo "configure: failed program was:" >&5
12139 cat conftest.$ac_ext >&5
12140 rm -rf conftest*
12141 eval "ac_cv_lib_$ac_lib_var=no"
12142 fi
12143 rm -f conftest*
12144 LIBS="$ac_save_LIBS"
12145
12146 fi
12147 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12148 echo "$ac_t""yes" 1>&6
12149 cat >> confdefs.h <<\EOF
12150 #define HAVE_SCHED_YIELD 1
12151 EOF
12152 POSIX4_LINK="-lposix4"
12153 else
12154 echo "$ac_t""no" 1>&6
12155 echo "configure: warning: wxThread::Yield will not work properly" 1>&2
12156
12157 fi
12158
12159
12160 fi
12161
12162
12163 HAVE_PRIOR_FUNCS=0
12164 echo $ac_n "checking for pthread_attr_getschedpolicy in -l$THREADS_LINK""... $ac_c" 1>&6
12165 echo "configure:12166: checking for pthread_attr_getschedpolicy in -l$THREADS_LINK" >&5
12166 ac_lib_var=`echo $THREADS_LINK'_'pthread_attr_getschedpolicy | sed 'y%./+-%__p_%'`
12167 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12168 echo $ac_n "(cached) $ac_c" 1>&6
12169 else
12170 ac_save_LIBS="$LIBS"
12171 LIBS="-l$THREADS_LINK $LIBS"
12172 cat > conftest.$ac_ext <<EOF
12173 #line 12174 "configure"
12174 #include "confdefs.h"
12175 /* Override any gcc2 internal prototype to avoid an error. */
12176 /* We use char because int might match the return type of a gcc2
12177 builtin and then its argument prototype would still apply. */
12178 char pthread_attr_getschedpolicy();
12179
12180 int main() {
12181 pthread_attr_getschedpolicy()
12182 ; return 0; }
12183 EOF
12184 if { (eval echo configure:12185: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12185 rm -rf conftest*
12186 eval "ac_cv_lib_$ac_lib_var=yes"
12187 else
12188 echo "configure: failed program was:" >&5
12189 cat conftest.$ac_ext >&5
12190 rm -rf conftest*
12191 eval "ac_cv_lib_$ac_lib_var=no"
12192 fi
12193 rm -f conftest*
12194 LIBS="$ac_save_LIBS"
12195
12196 fi
12197 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12198 echo "$ac_t""yes" 1>&6
12199 echo $ac_n "checking for pthread_attr_setschedparam in -l$THREADS_LINK""... $ac_c" 1>&6
12200 echo "configure:12201: checking for pthread_attr_setschedparam in -l$THREADS_LINK" >&5
12201 ac_lib_var=`echo $THREADS_LINK'_'pthread_attr_setschedparam | sed 'y%./+-%__p_%'`
12202 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12203 echo $ac_n "(cached) $ac_c" 1>&6
12204 else
12205 ac_save_LIBS="$LIBS"
12206 LIBS="-l$THREADS_LINK $LIBS"
12207 cat > conftest.$ac_ext <<EOF
12208 #line 12209 "configure"
12209 #include "confdefs.h"
12210 /* Override any gcc2 internal prototype to avoid an error. */
12211 /* We use char because int might match the return type of a gcc2
12212 builtin and then its argument prototype would still apply. */
12213 char pthread_attr_setschedparam();
12214
12215 int main() {
12216 pthread_attr_setschedparam()
12217 ; return 0; }
12218 EOF
12219 if { (eval echo configure:12220: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12220 rm -rf conftest*
12221 eval "ac_cv_lib_$ac_lib_var=yes"
12222 else
12223 echo "configure: failed program was:" >&5
12224 cat conftest.$ac_ext >&5
12225 rm -rf conftest*
12226 eval "ac_cv_lib_$ac_lib_var=no"
12227 fi
12228 rm -f conftest*
12229 LIBS="$ac_save_LIBS"
12230
12231 fi
12232 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12233 echo "$ac_t""yes" 1>&6
12234 echo $ac_n "checking for sched_get_priority_max in -l$THREADS_LINK""... $ac_c" 1>&6
12235 echo "configure:12236: checking for sched_get_priority_max in -l$THREADS_LINK" >&5
12236 ac_lib_var=`echo $THREADS_LINK'_'sched_get_priority_max | sed 'y%./+-%__p_%'`
12237 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12238 echo $ac_n "(cached) $ac_c" 1>&6
12239 else
12240 ac_save_LIBS="$LIBS"
12241 LIBS="-l$THREADS_LINK $LIBS"
12242 cat > conftest.$ac_ext <<EOF
12243 #line 12244 "configure"
12244 #include "confdefs.h"
12245 /* Override any gcc2 internal prototype to avoid an error. */
12246 /* We use char because int might match the return type of a gcc2
12247 builtin and then its argument prototype would still apply. */
12248 char sched_get_priority_max();
12249
12250 int main() {
12251 sched_get_priority_max()
12252 ; return 0; }
12253 EOF
12254 if { (eval echo configure:12255: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12255 rm -rf conftest*
12256 eval "ac_cv_lib_$ac_lib_var=yes"
12257 else
12258 echo "configure: failed program was:" >&5
12259 cat conftest.$ac_ext >&5
12260 rm -rf conftest*
12261 eval "ac_cv_lib_$ac_lib_var=no"
12262 fi
12263 rm -f conftest*
12264 LIBS="$ac_save_LIBS"
12265
12266 fi
12267 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12268 echo "$ac_t""yes" 1>&6
12269 HAVE_PRIOR_FUNCS=1
12270 else
12271 echo "$ac_t""no" 1>&6
12272 echo $ac_n "checking for sched_get_priority_max in -l"posix4"""... $ac_c" 1>&6
12273 echo "configure:12274: checking for sched_get_priority_max in -l"posix4"" >&5
12274 ac_lib_var=`echo "posix4"'_'sched_get_priority_max | sed 'y%./+-%__p_%'`
12275 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12276 echo $ac_n "(cached) $ac_c" 1>&6
12277 else
12278 ac_save_LIBS="$LIBS"
12279 LIBS="-l"posix4" $LIBS"
12280 cat > conftest.$ac_ext <<EOF
12281 #line 12282 "configure"
12282 #include "confdefs.h"
12283 /* Override any gcc2 internal prototype to avoid an error. */
12284 /* We use char because int might match the return type of a gcc2
12285 builtin and then its argument prototype would still apply. */
12286 char sched_get_priority_max();
12287
12288 int main() {
12289 sched_get_priority_max()
12290 ; return 0; }
12291 EOF
12292 if { (eval echo configure:12293: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12293 rm -rf conftest*
12294 eval "ac_cv_lib_$ac_lib_var=yes"
12295 else
12296 echo "configure: failed program was:" >&5
12297 cat conftest.$ac_ext >&5
12298 rm -rf conftest*
12299 eval "ac_cv_lib_$ac_lib_var=no"
12300 fi
12301 rm -f conftest*
12302 LIBS="$ac_save_LIBS"
12303
12304 fi
12305 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12306 echo "$ac_t""yes" 1>&6
12307
12308 HAVE_PRIOR_FUNCS=1
12309 POSIX4_LINK="-lposix4"
12310
12311 else
12312 echo "$ac_t""no" 1>&6
12313 fi
12314
12315
12316 fi
12317
12318
12319 else
12320 echo "$ac_t""no" 1>&6
12321 fi
12322
12323
12324 else
12325 echo "$ac_t""no" 1>&6
12326 fi
12327
12328
12329 if test "$HAVE_PRIOR_FUNCS" = 1; then
12330 cat >> confdefs.h <<\EOF
12331 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
12332 EOF
12333
12334 else
12335 echo "configure: warning: Setting thread priority will not work" 1>&2
12336 fi
12337
12338 echo $ac_n "checking for pthread_cancel in -l$THREADS_LINK""... $ac_c" 1>&6
12339 echo "configure:12340: checking for pthread_cancel in -l$THREADS_LINK" >&5
12340 ac_lib_var=`echo $THREADS_LINK'_'pthread_cancel | sed 'y%./+-%__p_%'`
12341 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12342 echo $ac_n "(cached) $ac_c" 1>&6
12343 else
12344 ac_save_LIBS="$LIBS"
12345 LIBS="-l$THREADS_LINK $LIBS"
12346 cat > conftest.$ac_ext <<EOF
12347 #line 12348 "configure"
12348 #include "confdefs.h"
12349 /* Override any gcc2 internal prototype to avoid an error. */
12350 /* We use char because int might match the return type of a gcc2
12351 builtin and then its argument prototype would still apply. */
12352 char pthread_cancel();
12353
12354 int main() {
12355 pthread_cancel()
12356 ; return 0; }
12357 EOF
12358 if { (eval echo configure:12359: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12359 rm -rf conftest*
12360 eval "ac_cv_lib_$ac_lib_var=yes"
12361 else
12362 echo "configure: failed program was:" >&5
12363 cat conftest.$ac_ext >&5
12364 rm -rf conftest*
12365 eval "ac_cv_lib_$ac_lib_var=no"
12366 fi
12367 rm -f conftest*
12368 LIBS="$ac_save_LIBS"
12369
12370 fi
12371 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12372 echo "$ac_t""yes" 1>&6
12373 cat >> confdefs.h <<\EOF
12374 #define HAVE_PTHREAD_CANCEL 1
12375 EOF
12376
12377 else
12378 echo "$ac_t""no" 1>&6
12379 echo "configure: warning: wxThread::Kill() will not work properly" 1>&2
12380 fi
12381
12382
12383 echo $ac_n "checking for pthread_cleanup_push/pop""... $ac_c" 1>&6
12384 echo "configure:12385: checking for pthread_cleanup_push/pop" >&5
12385 if eval "test \"`echo '$''{'wx_cv_func_pthread_cleanup_push'+set}'`\" = set"; then
12386 echo $ac_n "(cached) $ac_c" 1>&6
12387 else
12388
12389 cat > conftest.$ac_ext <<EOF
12390 #line 12391 "configure"
12391 #include "confdefs.h"
12392 #include <pthread.h>
12393 int main() {
12394
12395 pthread_cleanup_push(NULL, NULL);
12396 pthread_cleanup_pop(0);
12397
12398 ; return 0; }
12399 EOF
12400 if { (eval echo configure:12401: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12401 rm -rf conftest*
12402
12403 wx_cv_func_pthread_cleanup_push=yes
12404 cat >> confdefs.h <<\EOF
12405 #define HAVE_THREAD_CLEANUP_FUNCTIONS 1
12406 EOF
12407
12408
12409 else
12410 echo "configure: failed program was:" >&5
12411 cat conftest.$ac_ext >&5
12412 rm -rf conftest*
12413
12414 wx_cv_func_pthread_cleanup_push=no
12415
12416 fi
12417 rm -f conftest*
12418
12419 fi
12420
12421 echo "$ac_t""$wx_cv_func_pthread_cleanup_push" 1>&6
12422
12423 THREADS_LINK="-l$THREADS_LINK"
12424 fi
12425
12426 fi
12427
12428 if test "$wxUSE_THREADS" = "yes"; then
12429 cat >> confdefs.h <<\EOF
12430 #define wxUSE_THREADS 1
12431 EOF
12432
12433
12434 CFLAGS="${CFLAGS} -D_REENTRANT"
12435 CXXFLAGS="${CXXFLAGS} -D_REENTRANT"
12436
12437 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
12438 else
12439 if test "$ac_cv_func_strtok_r" = "yes"; then
12440 echo $ac_n "checking if -D_REENTRANT is needed""... $ac_c" 1>&6
12441 echo "configure:12442: checking if -D_REENTRANT is needed" >&5
12442 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
12443 CFLAGS="${CFLAGS} -D_REENTRANT"
12444 CXXFLAGS="${CXXFLAGS} -D_REENTRANT"
12445 echo "$ac_t""yes" 1>&6
12446 else
12447 echo "$ac_t""no" 1>&6
12448 fi
12449 fi
12450 fi
12451
12452 if test "$WXGTK20" = 1 ; then
12453 cat >> confdefs.h <<EOF
12454 #define __WXGTK20__ $WXGTK20
12455 EOF
12456
12457 WXGTK12=1
12458 fi
12459
12460 if test "$WXGTK12" = 1 ; then
12461 cat >> confdefs.h <<EOF
12462 #define __WXGTK12__ $WXGTK12
12463 EOF
12464
12465 fi
12466
12467 if test "$WXGTK127" = 1 ; then
12468 cat >> confdefs.h <<EOF
12469 #define __WXGTK127__ $WXGTK127
12470 EOF
12471
12472 fi
12473
12474 if test "$WXWINE" = 1 ; then
12475 TOOLKIT_DEF="${TOOLKIT_DEF} -D__WXWINE__"
12476 fi
12477
12478 if test "$wxUSE_CYGWIN" = 1 ; then
12479 TOOLKIT_DEF="${TOOLKIT_DEF} -D__WIN95__"
12480 fi
12481
12482 WXDEBUG=
12483
12484 if test "$wxUSE_DEBUG_INFO" = "yes" ; then
12485 WXDEBUG="-g"
12486 wxUSE_OPTIMISE=no
12487 fi
12488
12489 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
12490 wxUSE_DEBUG_INFO=yes
12491 WXDEBUG="-ggdb"
12492 fi
12493
12494 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
12495 cat >> confdefs.h <<\EOF
12496 #define WXDEBUG 1
12497 EOF
12498
12499 WXDEBUG_DEFINE="-D__WXDEBUG__"
12500 else
12501 if test "$wxUSE_GTK" = 1 ; then
12502 WXDEBUG_DEFINE="-DGTK_NO_CHECK_CASTS"
12503 fi
12504 fi
12505
12506 if test "$wxUSE_MEM_TRACING" = "yes" ; then
12507 cat >> confdefs.h <<\EOF
12508 #define wxUSE_MEMORY_TRACING 1
12509 EOF
12510
12511 cat >> confdefs.h <<\EOF
12512 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
12513 EOF
12514
12515 cat >> confdefs.h <<\EOF
12516 #define wxUSE_DEBUG_NEW_ALWAYS 1
12517 EOF
12518
12519 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
12520 fi
12521
12522 if test "$wxUSE_DMALLOC" = "yes" ; then
12523 DMALLOC_LINK="-ldmalloc"
12524 fi
12525
12526 PROFILE=
12527 if test "$wxUSE_PROFILE" = "yes" ; then
12528 PROFILE="-pg"
12529 fi
12530
12531 DEP_INFO_FLAGS=
12532 CODE_GEN_FLAGS=
12533 if test "$GCC" = yes ; then
12534 if test "$wxUSE_NO_RTTI" = "yes" ; then
12535 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fno-rtti"
12536 fi
12537 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
12538 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fno-exceptions"
12539 fi
12540 if test "$wxUSE_PERMISSIVE" = "yes" ; then
12541 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive"
12542 fi
12543 if test "$wxUSE_NO_DEPS" = "no" ; then
12544 DEP_INFO_FLAGS="-MMD"
12545 fi
12546 fi
12547
12548
12549 CXXFLAGS=`echo "${CXXFLAGS}" | sed "s/\-O.//g" `
12550 CFLAGS=`echo "${CFLAGS}" | sed "s/\-O.//g" `
12551 if test "$wxUSE_OPTIMISE" = "no" ; then
12552 OPTIMISE=
12553 else
12554 if test "$GCC" = yes ; then
12555 OPTIMISE="-O2"
12556 case "${host}" in
12557 i586-*-*|i686-*-* )
12558 OPTIMISE="${OPTIMISE} "
12559 ;;
12560 esac
12561 else
12562 OPTIMISE="-O"
12563 fi
12564 fi
12565
12566
12567 ZLIB_INCLUDE=
12568 if test "$wxUSE_ZLIB" = "yes" -o "$wxUSE_ZLIB" = "sys" ; then
12569 cat >> confdefs.h <<\EOF
12570 #define wxUSE_ZLIB 1
12571 EOF
12572
12573 if test "$wxUSE_ZLIB" = "yes" ; then
12574 ZLIB_INCLUDE="-I\${top_srcdir}/src/zlib"
12575 else
12576 ZLIB_LINK=
12577 ac_safe=`echo "zlib.h" | sed 'y%./+-%__p_%'`
12578 echo $ac_n "checking for zlib.h""... $ac_c" 1>&6
12579 echo "configure:12580: checking for zlib.h" >&5
12580 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12581 echo $ac_n "(cached) $ac_c" 1>&6
12582 else
12583 cat > conftest.$ac_ext <<EOF
12584 #line 12585 "configure"
12585 #include "confdefs.h"
12586 #include <zlib.h>
12587 EOF
12588 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12589 { (eval echo configure:12590: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12590 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12591 if test -z "$ac_err"; then
12592 rm -rf conftest*
12593 eval "ac_cv_header_$ac_safe=yes"
12594 else
12595 echo "$ac_err" >&5
12596 echo "configure: failed program was:" >&5
12597 cat conftest.$ac_ext >&5
12598 rm -rf conftest*
12599 eval "ac_cv_header_$ac_safe=no"
12600 fi
12601 rm -f conftest*
12602 fi
12603 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12604 echo "$ac_t""yes" 1>&6
12605 echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6
12606 echo "configure:12607: checking for deflate in -lz" >&5
12607 ac_lib_var=`echo z'_'deflate | sed 'y%./+-%__p_%'`
12608 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12609 echo $ac_n "(cached) $ac_c" 1>&6
12610 else
12611 ac_save_LIBS="$LIBS"
12612 LIBS="-lz $LIBS"
12613 cat > conftest.$ac_ext <<EOF
12614 #line 12615 "configure"
12615 #include "confdefs.h"
12616 /* Override any gcc2 internal prototype to avoid an error. */
12617 /* We use char because int might match the return type of a gcc2
12618 builtin and then its argument prototype would still apply. */
12619 char deflate();
12620
12621 int main() {
12622 deflate()
12623 ; return 0; }
12624 EOF
12625 if { (eval echo configure:12626: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12626 rm -rf conftest*
12627 eval "ac_cv_lib_$ac_lib_var=yes"
12628 else
12629 echo "configure: failed program was:" >&5
12630 cat conftest.$ac_ext >&5
12631 rm -rf conftest*
12632 eval "ac_cv_lib_$ac_lib_var=no"
12633 fi
12634 rm -f conftest*
12635 LIBS="$ac_save_LIBS"
12636
12637 fi
12638 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12639 echo "$ac_t""yes" 1>&6
12640 ZLIB_LINK="-lz"
12641 else
12642 echo "$ac_t""no" 1>&6
12643 fi
12644
12645 else
12646 echo "$ac_t""no" 1>&6
12647 fi
12648
12649 if test "x$ZLIB_LINK" = "x" ; then
12650 { echo "configure: error: system zlib compression library not found! Use --with-zlib=yes to use built-in zlib" 1>&2; exit 1; }
12651 fi
12652 fi
12653 fi
12654
12655 PNG_INCLUDE=
12656 if test "$wxUSE_LIBPNG" = "yes" -o "$wxUSE_LIBPNG" = "sys" ; then
12657 cat >> confdefs.h <<\EOF
12658 #define wxUSE_LIBPNG 1
12659 EOF
12660
12661 if test "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
12662 echo "configure: warning: --with-libpng=sys doesn't work without --with-zlib=sys, will compile the built-in libpng instead" 1>&2
12663 wxUSE_LIBPNG=yes
12664 fi
12665
12666 if test "$wxUSE_LIBPNG" = "yes" ; then
12667 PNG_INCLUDE="-I\${top_srcdir}/src/png"
12668 else
12669 PNG_LINK=
12670 ac_safe=`echo "png.h" | sed 'y%./+-%__p_%'`
12671 echo $ac_n "checking for png.h""... $ac_c" 1>&6
12672 echo "configure:12673: checking for png.h" >&5
12673 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12674 echo $ac_n "(cached) $ac_c" 1>&6
12675 else
12676 cat > conftest.$ac_ext <<EOF
12677 #line 12678 "configure"
12678 #include "confdefs.h"
12679 #include <png.h>
12680 EOF
12681 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12682 { (eval echo configure:12683: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12683 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12684 if test -z "$ac_err"; then
12685 rm -rf conftest*
12686 eval "ac_cv_header_$ac_safe=yes"
12687 else
12688 echo "$ac_err" >&5
12689 echo "configure: failed program was:" >&5
12690 cat conftest.$ac_ext >&5
12691 rm -rf conftest*
12692 eval "ac_cv_header_$ac_safe=no"
12693 fi
12694 rm -f conftest*
12695 fi
12696 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12697 echo "$ac_t""yes" 1>&6
12698 echo $ac_n "checking for png_check_sig in -lpng""... $ac_c" 1>&6
12699 echo "configure:12700: checking for png_check_sig in -lpng" >&5
12700 ac_lib_var=`echo png'_'png_check_sig | sed 'y%./+-%__p_%'`
12701 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12702 echo $ac_n "(cached) $ac_c" 1>&6
12703 else
12704 ac_save_LIBS="$LIBS"
12705 LIBS="-lpng -lz -lm $LIBS"
12706 cat > conftest.$ac_ext <<EOF
12707 #line 12708 "configure"
12708 #include "confdefs.h"
12709 /* Override any gcc2 internal prototype to avoid an error. */
12710 /* We use char because int might match the return type of a gcc2
12711 builtin and then its argument prototype would still apply. */
12712 char png_check_sig();
12713
12714 int main() {
12715 png_check_sig()
12716 ; return 0; }
12717 EOF
12718 if { (eval echo configure:12719: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12719 rm -rf conftest*
12720 eval "ac_cv_lib_$ac_lib_var=yes"
12721 else
12722 echo "configure: failed program was:" >&5
12723 cat conftest.$ac_ext >&5
12724 rm -rf conftest*
12725 eval "ac_cv_lib_$ac_lib_var=no"
12726 fi
12727 rm -f conftest*
12728 LIBS="$ac_save_LIBS"
12729
12730 fi
12731 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12732 echo "$ac_t""yes" 1>&6
12733 PNG_LINK="-lpng"
12734 else
12735 echo "$ac_t""no" 1>&6
12736 fi
12737
12738
12739 else
12740 echo "$ac_t""no" 1>&6
12741 fi
12742
12743 if test "x$PNG_LINK" = "x" ; then
12744 { echo "configure: error: system png library not found! Use --with-libpng=yes to use the built-in libpng" 1>&2; exit 1; }
12745 fi
12746 fi
12747
12748 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png"
12749 fi
12750
12751 JPEG_INCLUDE=
12752 if test "$wxUSE_LIBJPEG" = "yes" -o "$wxUSE_LIBJPEG" = "sys" ; then
12753 cat >> confdefs.h <<\EOF
12754 #define wxUSE_LIBJPEG 1
12755 EOF
12756
12757 if test "$wxUSE_LIBJPEG" = "yes" ; then
12758 JPEG_INCLUDE="-I\${top_srcdir}/src/jpeg"
12759 else
12760 JPEG_LINK=
12761 ac_safe=`echo "jpeglib.h" | sed 'y%./+-%__p_%'`
12762 echo $ac_n "checking for jpeglib.h""... $ac_c" 1>&6
12763 echo "configure:12764: checking for jpeglib.h" >&5
12764 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12765 echo $ac_n "(cached) $ac_c" 1>&6
12766 else
12767 cat > conftest.$ac_ext <<EOF
12768 #line 12769 "configure"
12769 #include "confdefs.h"
12770 #include <jpeglib.h>
12771 EOF
12772 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12773 { (eval echo configure:12774: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12774 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12775 if test -z "$ac_err"; then
12776 rm -rf conftest*
12777 eval "ac_cv_header_$ac_safe=yes"
12778 else
12779 echo "$ac_err" >&5
12780 echo "configure: failed program was:" >&5
12781 cat conftest.$ac_ext >&5
12782 rm -rf conftest*
12783 eval "ac_cv_header_$ac_safe=no"
12784 fi
12785 rm -f conftest*
12786 fi
12787 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12788 echo "$ac_t""yes" 1>&6
12789 echo $ac_n "checking for jpeg_read_header in -ljpeg""... $ac_c" 1>&6
12790 echo "configure:12791: checking for jpeg_read_header in -ljpeg" >&5
12791 ac_lib_var=`echo jpeg'_'jpeg_read_header | sed 'y%./+-%__p_%'`
12792 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12793 echo $ac_n "(cached) $ac_c" 1>&6
12794 else
12795 ac_save_LIBS="$LIBS"
12796 LIBS="-ljpeg $LIBS"
12797 cat > conftest.$ac_ext <<EOF
12798 #line 12799 "configure"
12799 #include "confdefs.h"
12800 /* Override any gcc2 internal prototype to avoid an error. */
12801 /* We use char because int might match the return type of a gcc2
12802 builtin and then its argument prototype would still apply. */
12803 char jpeg_read_header();
12804
12805 int main() {
12806 jpeg_read_header()
12807 ; return 0; }
12808 EOF
12809 if { (eval echo configure:12810: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12810 rm -rf conftest*
12811 eval "ac_cv_lib_$ac_lib_var=yes"
12812 else
12813 echo "configure: failed program was:" >&5
12814 cat conftest.$ac_ext >&5
12815 rm -rf conftest*
12816 eval "ac_cv_lib_$ac_lib_var=no"
12817 fi
12818 rm -f conftest*
12819 LIBS="$ac_save_LIBS"
12820
12821 fi
12822 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12823 echo "$ac_t""yes" 1>&6
12824 JPEG_LINK="-ljpeg"
12825 else
12826 echo "$ac_t""no" 1>&6
12827 fi
12828
12829 else
12830 echo "$ac_t""no" 1>&6
12831 fi
12832
12833 if test "x$JPEG_LINK" = "x" ; then
12834 { echo "configure: error: system jpeg library not found! Use --with-libjpeg=yes to use the built-in one" 1>&2; exit 1; }
12835 fi
12836 fi
12837 fi
12838
12839 TIFF_INCLUDE=
12840 if test "$wxUSE_LIBTIFF" = "yes" -o "$wxUSE_LIBTIFF" = "sys" ; then
12841 cat >> confdefs.h <<\EOF
12842 #define wxUSE_LIBTIFF 1
12843 EOF
12844
12845 if test "$wxUSE_LIBTIFF" = "yes" ; then
12846 TIFF_INCLUDE="-I\${top_srcdir}/src/tiff"
12847 else
12848 TIFF_LINK=
12849 ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'`
12850 echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6
12851 echo "configure:12852: checking for tiffio.h" >&5
12852 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12853 echo $ac_n "(cached) $ac_c" 1>&6
12854 else
12855 cat > conftest.$ac_ext <<EOF
12856 #line 12857 "configure"
12857 #include "confdefs.h"
12858 #include <tiffio.h>
12859 EOF
12860 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12861 { (eval echo configure:12862: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12862 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12863 if test -z "$ac_err"; then
12864 rm -rf conftest*
12865 eval "ac_cv_header_$ac_safe=yes"
12866 else
12867 echo "$ac_err" >&5
12868 echo "configure: failed program was:" >&5
12869 cat conftest.$ac_ext >&5
12870 rm -rf conftest*
12871 eval "ac_cv_header_$ac_safe=no"
12872 fi
12873 rm -f conftest*
12874 fi
12875 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12876 echo "$ac_t""yes" 1>&6
12877 echo $ac_n "checking for TIFFError in -ltiff""... $ac_c" 1>&6
12878 echo "configure:12879: checking for TIFFError in -ltiff" >&5
12879 ac_lib_var=`echo tiff'_'TIFFError | sed 'y%./+-%__p_%'`
12880 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12881 echo $ac_n "(cached) $ac_c" 1>&6
12882 else
12883 ac_save_LIBS="$LIBS"
12884 LIBS="-ltiff -lm $LIBS"
12885 cat > conftest.$ac_ext <<EOF
12886 #line 12887 "configure"
12887 #include "confdefs.h"
12888 /* Override any gcc2 internal prototype to avoid an error. */
12889 /* We use char because int might match the return type of a gcc2
12890 builtin and then its argument prototype would still apply. */
12891 char TIFFError();
12892
12893 int main() {
12894 TIFFError()
12895 ; return 0; }
12896 EOF
12897 if { (eval echo configure:12898: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12898 rm -rf conftest*
12899 eval "ac_cv_lib_$ac_lib_var=yes"
12900 else
12901 echo "configure: failed program was:" >&5
12902 cat conftest.$ac_ext >&5
12903 rm -rf conftest*
12904 eval "ac_cv_lib_$ac_lib_var=no"
12905 fi
12906 rm -f conftest*
12907 LIBS="$ac_save_LIBS"
12908
12909 fi
12910 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12911 echo "$ac_t""yes" 1>&6
12912 TIFF_LINK="-ltiff"
12913 else
12914 echo "$ac_t""no" 1>&6
12915 fi
12916
12917 else
12918 echo "$ac_t""no" 1>&6
12919 fi
12920
12921 if test "x$TIFF_LINK" = "x" ; then
12922 { echo "configure: error: system tiff library not found! Use --with-libtiff=yes to use the built-in one" 1>&2; exit 1; }
12923 fi
12924 fi
12925 fi
12926
12927 FREETYPE_INCLUDE=
12928 if test "$wxUSE_FREETYPE" = "yes" -o "$wxUSE_FREETYPE" = "sys" ; then
12929 cat >> confdefs.h <<\EOF
12930 #define wxUSE_FREETYPE 1
12931 EOF
12932
12933 if test "$wxUSE_FREETYPE" = "yes" ; then
12934 FREETYPE_INCLUDE="-I\${top_srcdir}/src/freetype"
12935 else
12936 FREETYPE_LINK=
12937 ac_safe=`echo "freetype.h" | sed 'y%./+-%__p_%'`
12938 echo $ac_n "checking for freetype.h""... $ac_c" 1>&6
12939 echo "configure:12940: checking for freetype.h" >&5
12940 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12941 echo $ac_n "(cached) $ac_c" 1>&6
12942 else
12943 cat > conftest.$ac_ext <<EOF
12944 #line 12945 "configure"
12945 #include "confdefs.h"
12946 #include <freetype.h>
12947 EOF
12948 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12949 { (eval echo configure:12950: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12950 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12951 if test -z "$ac_err"; then
12952 rm -rf conftest*
12953 eval "ac_cv_header_$ac_safe=yes"
12954 else
12955 echo "$ac_err" >&5
12956 echo "configure: failed program was:" >&5
12957 cat conftest.$ac_ext >&5
12958 rm -rf conftest*
12959 eval "ac_cv_header_$ac_safe=no"
12960 fi
12961 rm -f conftest*
12962 fi
12963 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12964 echo "$ac_t""yes" 1>&6
12965 echo $ac_n "checking for FT_Render_Glyph in -lfreetype""... $ac_c" 1>&6
12966 echo "configure:12967: checking for FT_Render_Glyph in -lfreetype" >&5
12967 ac_lib_var=`echo freetype'_'FT_Render_Glyph | sed 'y%./+-%__p_%'`
12968 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12969 echo $ac_n "(cached) $ac_c" 1>&6
12970 else
12971 ac_save_LIBS="$LIBS"
12972 LIBS="-lfreetype -lm $LIBS"
12973 cat > conftest.$ac_ext <<EOF
12974 #line 12975 "configure"
12975 #include "confdefs.h"
12976 /* Override any gcc2 internal prototype to avoid an error. */
12977 /* We use char because int might match the return type of a gcc2
12978 builtin and then its argument prototype would still apply. */
12979 char FT_Render_Glyph();
12980
12981 int main() {
12982 FT_Render_Glyph()
12983 ; return 0; }
12984 EOF
12985 if { (eval echo configure:12986: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12986 rm -rf conftest*
12987 eval "ac_cv_lib_$ac_lib_var=yes"
12988 else
12989 echo "configure: failed program was:" >&5
12990 cat conftest.$ac_ext >&5
12991 rm -rf conftest*
12992 eval "ac_cv_lib_$ac_lib_var=no"
12993 fi
12994 rm -f conftest*
12995 LIBS="$ac_save_LIBS"
12996
12997 fi
12998 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12999 echo "$ac_t""yes" 1>&6
13000 FREETYPE_LINK="-lfreetype"
13001 else
13002 echo "$ac_t""no" 1>&6
13003 fi
13004
13005
13006 else
13007 echo "$ac_t""no" 1>&6
13008 fi
13009
13010 if test "x$FREETYPE_LINK" = "x" ; then
13011 { echo "configure: error: system freetype library not found! Use --with-freetype=yes to use the built-in freetype" 1>&2; exit 1; }
13012 fi
13013 fi
13014 fi
13015
13016 if test "$wxUSE_OPENGL" = "yes"; then
13017 ac_safe=`echo "GL/gl.h" | sed 'y%./+-%__p_%'`
13018 echo $ac_n "checking for GL/gl.h""... $ac_c" 1>&6
13019 echo "configure:13020: checking for GL/gl.h" >&5
13020 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13021 echo $ac_n "(cached) $ac_c" 1>&6
13022 else
13023 cat > conftest.$ac_ext <<EOF
13024 #line 13025 "configure"
13025 #include "confdefs.h"
13026 #include <GL/gl.h>
13027 EOF
13028 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13029 { (eval echo configure:13030: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13030 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13031 if test -z "$ac_err"; then
13032 rm -rf conftest*
13033 eval "ac_cv_header_$ac_safe=yes"
13034 else
13035 echo "$ac_err" >&5
13036 echo "configure: failed program was:" >&5
13037 cat conftest.$ac_ext >&5
13038 rm -rf conftest*
13039 eval "ac_cv_header_$ac_safe=no"
13040 fi
13041 rm -f conftest*
13042 fi
13043 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13044 echo "$ac_t""yes" 1>&6
13045
13046 cat >> confdefs.h <<\EOF
13047 #define wxUSE_OPENGL 1
13048 EOF
13049
13050 cat >> confdefs.h <<\EOF
13051 #define wxUSE_GLCANVAS 1
13052 EOF
13053
13054 echo $ac_n "checking for glFlush in -lGL""... $ac_c" 1>&6
13055 echo "configure:13056: checking for glFlush in -lGL" >&5
13056 ac_lib_var=`echo GL'_'glFlush | sed 'y%./+-%__p_%'`
13057 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13058 echo $ac_n "(cached) $ac_c" 1>&6
13059 else
13060 ac_save_LIBS="$LIBS"
13061 LIBS="-lGL $LIBS"
13062 cat > conftest.$ac_ext <<EOF
13063 #line 13064 "configure"
13064 #include "confdefs.h"
13065 /* Override any gcc2 internal prototype to avoid an error. */
13066 /* We use char because int might match the return type of a gcc2
13067 builtin and then its argument prototype would still apply. */
13068 char glFlush();
13069
13070 int main() {
13071 glFlush()
13072 ; return 0; }
13073 EOF
13074 if { (eval echo configure:13075: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13075 rm -rf conftest*
13076 eval "ac_cv_lib_$ac_lib_var=yes"
13077 else
13078 echo "configure: failed program was:" >&5
13079 cat conftest.$ac_ext >&5
13080 rm -rf conftest*
13081 eval "ac_cv_lib_$ac_lib_var=no"
13082 fi
13083 rm -f conftest*
13084 LIBS="$ac_save_LIBS"
13085
13086 fi
13087 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13088 echo "$ac_t""yes" 1>&6
13089
13090 OPENGL_LINK="-lGL -lGLU"
13091
13092 else
13093 echo "$ac_t""no" 1>&6
13094
13095 echo $ac_n "checking for glFlush in -lMesaGL""... $ac_c" 1>&6
13096 echo "configure:13097: checking for glFlush in -lMesaGL" >&5
13097 ac_lib_var=`echo MesaGL'_'glFlush | sed 'y%./+-%__p_%'`
13098 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13099 echo $ac_n "(cached) $ac_c" 1>&6
13100 else
13101 ac_save_LIBS="$LIBS"
13102 LIBS="-lMesaGL $LIBS"
13103 cat > conftest.$ac_ext <<EOF
13104 #line 13105 "configure"
13105 #include "confdefs.h"
13106 /* Override any gcc2 internal prototype to avoid an error. */
13107 /* We use char because int might match the return type of a gcc2
13108 builtin and then its argument prototype would still apply. */
13109 char glFlush();
13110
13111 int main() {
13112 glFlush()
13113 ; return 0; }
13114 EOF
13115 if { (eval echo configure:13116: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13116 rm -rf conftest*
13117 eval "ac_cv_lib_$ac_lib_var=yes"
13118 else
13119 echo "configure: failed program was:" >&5
13120 cat conftest.$ac_ext >&5
13121 rm -rf conftest*
13122 eval "ac_cv_lib_$ac_lib_var=no"
13123 fi
13124 rm -f conftest*
13125 LIBS="$ac_save_LIBS"
13126
13127 fi
13128 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13129 echo "$ac_t""yes" 1>&6
13130
13131 OPENGL_LINK="-lMesaGL -lMesaGLU"
13132
13133 else
13134 echo "$ac_t""no" 1>&6
13135 fi
13136
13137
13138 fi
13139
13140
13141 else
13142 echo "$ac_t""no" 1>&6
13143 wxUSE_OPENGL=0
13144 fi
13145
13146 fi
13147
13148
13149 if test "$wxUSE_GUI" = "yes"; then
13150 cat >> confdefs.h <<\EOF
13151 #define wxUSE_GUI 1
13152 EOF
13153
13154
13155 else
13156 cat >> confdefs.h <<\EOF
13157 #define wxUSE_NOGUI 1
13158 EOF
13159
13160 fi
13161
13162
13163 if test "$wxUSE_UNIX" = "yes"; then
13164 cat >> confdefs.h <<\EOF
13165 #define wxUSE_UNIX 1
13166 EOF
13167
13168 fi
13169
13170
13171 if test "$wxUSE_APPLE_IEEE" = "yes"; then
13172 cat >> confdefs.h <<\EOF
13173 #define wxUSE_APPLE_IEEE 1
13174 EOF
13175
13176 fi
13177
13178 if test "$wxUSE_WAVE" = "yes"; then
13179 cat >> confdefs.h <<\EOF
13180 #define wxUSE_WAVE 1
13181 EOF
13182
13183 fi
13184
13185 if test "$wxUSE_FILE" = "yes"; then
13186 cat >> confdefs.h <<\EOF
13187 #define wxUSE_FILE 1
13188 EOF
13189
13190 fi
13191
13192 if test "$wxUSE_FILESYSTEM" = "yes"; then
13193 cat >> confdefs.h <<\EOF
13194 #define wxUSE_FILESYSTEM 1
13195 EOF
13196
13197 fi
13198
13199 if test "$wxUSE_FS_INET" = "yes"; then
13200 cat >> confdefs.h <<\EOF
13201 #define wxUSE_FS_INET 1
13202 EOF
13203
13204 fi
13205
13206 if test "$wxUSE_FS_ZIP" = "yes"; then
13207 cat >> confdefs.h <<\EOF
13208 #define wxUSE_FS_ZIP 1
13209 EOF
13210
13211 fi
13212
13213 if test "$wxUSE_ZIPSTREAM" = "yes"; then
13214 cat >> confdefs.h <<\EOF
13215 #define wxUSE_ZIPSTREAM 1
13216 EOF
13217
13218 fi
13219
13220 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
13221 cat >> confdefs.h <<\EOF
13222 #define wxUSE_ON_FATAL_EXCEPTION 1
13223 EOF
13224
13225 fi
13226
13227 if test "$wxUSE_BUSYINFO" = "yes"; then
13228 cat >> confdefs.h <<\EOF
13229 #define wxUSE_BUSYINFO 1
13230 EOF
13231
13232 fi
13233
13234 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
13235 cat >> confdefs.h <<\EOF
13236 #define wxUSE_STD_IOSTREAM 1
13237 EOF
13238
13239 fi
13240
13241 if test "$wxUSE_TEXTFILE" = "yes"; then
13242 if test "$wxUSE_FILE" != "yes"; then
13243 echo "configure: warning: wxTextFile requires wxFile and it won't be compiled without it" 1>&2
13244 else
13245 cat >> confdefs.h <<\EOF
13246 #define wxUSE_TEXTFILE 1
13247 EOF
13248
13249 fi
13250 fi
13251
13252 if test "$wxUSE_CONFIG" = "yes" ; then
13253 if test "$wxUSE_TEXTFILE" != "yes"; then
13254 echo "configure: warning: wxConfig requires wxTextFile and it won't be compiled without it" 1>&2
13255 else
13256 cat >> confdefs.h <<\EOF
13257 #define wxUSE_CONFIG 1
13258 EOF
13259
13260 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
13261 fi
13262 fi
13263
13264 if test "$wxUSE_INTL" = "yes" ; then
13265 if test "$wxUSE_FILE" != "yes"; then
13266 echo "configure: warning: I18n code requires wxFile and it won't be compiled without it" 1>&2
13267 else
13268 cat >> confdefs.h <<\EOF
13269 #define wxUSE_INTL 1
13270 EOF
13271
13272 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
13273 GUIDIST="$GUIDIST INTL_DIST"
13274 fi
13275 fi
13276
13277 if test "$wxUSE_LOG" = "yes"; then
13278 cat >> confdefs.h <<\EOF
13279 #define wxUSE_LOG 1
13280 EOF
13281
13282 fi
13283
13284 if test "$wxUSE_LONGLONG" = "yes"; then
13285 cat >> confdefs.h <<\EOF
13286 #define wxUSE_LONGLONG 1
13287 EOF
13288
13289 fi
13290
13291 if test "$wxUSE_GEOMETRY" = "yes"; then
13292 cat >> confdefs.h <<\EOF
13293 #define wxUSE_GEOMETRY 1
13294 EOF
13295
13296 fi
13297
13298 if test "$wxUSE_PLOT" = "yes"; then
13299 cat >> confdefs.h <<\EOF
13300 #define wxUSE_PLOT 1
13301 EOF
13302
13303 fi
13304
13305 if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then
13306 cat >> confdefs.h <<\EOF
13307 #define wxUSE_DIALUP_MANAGER 1
13308 EOF
13309
13310 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
13311 fi
13312
13313 if test "$wxUSE_STREAMS" = "yes" ; then
13314 cat >> confdefs.h <<\EOF
13315 #define wxUSE_STREAMS 1
13316 EOF
13317
13318 fi
13319
13320
13321 if test "$wxUSE_TIMEDATE" = "yes"; then
13322 for ac_func in strptime
13323 do
13324 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13325 echo "configure:13326: checking for $ac_func" >&5
13326 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13327 echo $ac_n "(cached) $ac_c" 1>&6
13328 else
13329 cat > conftest.$ac_ext <<EOF
13330 #line 13331 "configure"
13331 #include "confdefs.h"
13332 /* System header to define __stub macros and hopefully few prototypes,
13333 which can conflict with char $ac_func(); below. */
13334 #include <assert.h>
13335 /* Override any gcc2 internal prototype to avoid an error. */
13336 /* We use char because int might match the return type of a gcc2
13337 builtin and then its argument prototype would still apply. */
13338 char $ac_func();
13339
13340 int main() {
13341
13342 /* The GNU C library defines this for functions which it implements
13343 to always fail with ENOSYS. Some functions are actually named
13344 something starting with __ and the normal name is an alias. */
13345 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13346 choke me
13347 #else
13348 $ac_func();
13349 #endif
13350
13351 ; return 0; }
13352 EOF
13353 if { (eval echo configure:13354: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13354 rm -rf conftest*
13355 eval "ac_cv_func_$ac_func=yes"
13356 else
13357 echo "configure: failed program was:" >&5
13358 cat conftest.$ac_ext >&5
13359 rm -rf conftest*
13360 eval "ac_cv_func_$ac_func=no"
13361 fi
13362 rm -f conftest*
13363 fi
13364
13365 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13366 echo "$ac_t""yes" 1>&6
13367 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13368 cat >> confdefs.h <<EOF
13369 #define $ac_tr_func 1
13370 EOF
13371
13372 else
13373 echo "$ac_t""no" 1>&6
13374 fi
13375 done
13376
13377
13378 echo $ac_n "checking for timezone variable in <time.h>""... $ac_c" 1>&6
13379 echo "configure:13380: checking for timezone variable in <time.h>" >&5
13380 if eval "test \"`echo '$''{'wx_cv_var_timezone'+set}'`\" = set"; then
13381 echo $ac_n "(cached) $ac_c" 1>&6
13382 else
13383
13384 cat > conftest.$ac_ext <<EOF
13385 #line 13386 "configure"
13386 #include "confdefs.h"
13387
13388 #include <time.h>
13389
13390 int main() {
13391
13392 int tz;
13393 tz = __timezone;
13394
13395 ; return 0; }
13396 EOF
13397 if { (eval echo configure:13398: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13398 rm -rf conftest*
13399
13400 wx_cv_var_timezone=__timezone
13401
13402 else
13403 echo "configure: failed program was:" >&5
13404 cat conftest.$ac_ext >&5
13405 rm -rf conftest*
13406
13407 cat > conftest.$ac_ext <<EOF
13408 #line 13409 "configure"
13409 #include "confdefs.h"
13410
13411 #include <time.h>
13412
13413 int main() {
13414
13415 int tz;
13416 tz = _timezone;
13417
13418 ; return 0; }
13419 EOF
13420 if { (eval echo configure:13421: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13421 rm -rf conftest*
13422
13423 wx_cv_var_timezone=_timezone
13424
13425 else
13426 echo "configure: failed program was:" >&5
13427 cat conftest.$ac_ext >&5
13428 rm -rf conftest*
13429
13430 cat > conftest.$ac_ext <<EOF
13431 #line 13432 "configure"
13432 #include "confdefs.h"
13433
13434 #include <time.h>
13435
13436 int main() {
13437
13438 int tz;
13439 tz = timezone;
13440
13441 ; return 0; }
13442 EOF
13443 if { (eval echo configure:13444: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13444 rm -rf conftest*
13445
13446 wx_cv_var_timezone=timezone
13447
13448 else
13449 echo "configure: failed program was:" >&5
13450 cat conftest.$ac_ext >&5
13451 rm -rf conftest*
13452 { echo "configure: error: no timezone variable" 1>&2; exit 1; }
13453
13454 fi
13455 rm -f conftest*
13456
13457
13458 fi
13459 rm -f conftest*
13460
13461
13462 fi
13463 rm -f conftest*
13464
13465
13466 fi
13467
13468 echo "$ac_t""$wx_cv_var_timezone" 1>&6
13469
13470 cat >> confdefs.h <<EOF
13471 #define WX_TIMEZONE $wx_cv_var_timezone
13472 EOF
13473
13474
13475 for ac_func in localtime
13476 do
13477 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13478 echo "configure:13479: checking for $ac_func" >&5
13479 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13480 echo $ac_n "(cached) $ac_c" 1>&6
13481 else
13482 cat > conftest.$ac_ext <<EOF
13483 #line 13484 "configure"
13484 #include "confdefs.h"
13485 /* System header to define __stub macros and hopefully few prototypes,
13486 which can conflict with char $ac_func(); below. */
13487 #include <assert.h>
13488 /* Override any gcc2 internal prototype to avoid an error. */
13489 /* We use char because int might match the return type of a gcc2
13490 builtin and then its argument prototype would still apply. */
13491 char $ac_func();
13492
13493 int main() {
13494
13495 /* The GNU C library defines this for functions which it implements
13496 to always fail with ENOSYS. Some functions are actually named
13497 something starting with __ and the normal name is an alias. */
13498 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13499 choke me
13500 #else
13501 $ac_func();
13502 #endif
13503
13504 ; return 0; }
13505 EOF
13506 if { (eval echo configure:13507: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13507 rm -rf conftest*
13508 eval "ac_cv_func_$ac_func=yes"
13509 else
13510 echo "configure: failed program was:" >&5
13511 cat conftest.$ac_ext >&5
13512 rm -rf conftest*
13513 eval "ac_cv_func_$ac_func=no"
13514 fi
13515 rm -f conftest*
13516 fi
13517
13518 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13519 echo "$ac_t""yes" 1>&6
13520 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13521 cat >> confdefs.h <<EOF
13522 #define $ac_tr_func 1
13523 EOF
13524
13525 else
13526 echo "$ac_t""no" 1>&6
13527 fi
13528 done
13529
13530
13531 if test "$ac_cv_func_localtime" = "yes"; then
13532 echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6
13533 echo "configure:13534: checking for tm_gmtoff in struct tm" >&5
13534 if eval "test \"`echo '$''{'wx_cv_struct_tm_has_gmtoff'+set}'`\" = set"; then
13535 echo $ac_n "(cached) $ac_c" 1>&6
13536 else
13537
13538 cat > conftest.$ac_ext <<EOF
13539 #line 13540 "configure"
13540 #include "confdefs.h"
13541
13542 #include <time.h>
13543
13544 int main() {
13545
13546 struct tm tm;
13547 tm.tm_gmtoff++;
13548
13549 ; return 0; }
13550 EOF
13551 if { (eval echo configure:13552: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13552 rm -rf conftest*
13553
13554 wx_cv_struct_tm_has_gmtoff=yes
13555 cat >> confdefs.h <<\EOF
13556 #define WX_GMTOFF_IN_TM 1
13557 EOF
13558
13559
13560 else
13561 echo "configure: failed program was:" >&5
13562 cat conftest.$ac_ext >&5
13563 rm -rf conftest*
13564 wx_cv_struct_tm_has_gmtoff=no
13565
13566 fi
13567 rm -f conftest*
13568
13569 fi
13570
13571 echo "$ac_t""$wx_cv_struct_tm_has_gmtoff" 1>&6
13572 fi
13573
13574 for ac_func in gettimeofday ftime
13575 do
13576 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13577 echo "configure:13578: checking for $ac_func" >&5
13578 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13579 echo $ac_n "(cached) $ac_c" 1>&6
13580 else
13581 cat > conftest.$ac_ext <<EOF
13582 #line 13583 "configure"
13583 #include "confdefs.h"
13584 /* System header to define __stub macros and hopefully few prototypes,
13585 which can conflict with char $ac_func(); below. */
13586 #include <assert.h>
13587 /* Override any gcc2 internal prototype to avoid an error. */
13588 /* We use char because int might match the return type of a gcc2
13589 builtin and then its argument prototype would still apply. */
13590 char $ac_func();
13591
13592 int main() {
13593
13594 /* The GNU C library defines this for functions which it implements
13595 to always fail with ENOSYS. Some functions are actually named
13596 something starting with __ and the normal name is an alias. */
13597 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13598 choke me
13599 #else
13600 $ac_func();
13601 #endif
13602
13603 ; return 0; }
13604 EOF
13605 if { (eval echo configure:13606: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13606 rm -rf conftest*
13607 eval "ac_cv_func_$ac_func=yes"
13608 else
13609 echo "configure: failed program was:" >&5
13610 cat conftest.$ac_ext >&5
13611 rm -rf conftest*
13612 eval "ac_cv_func_$ac_func=no"
13613 fi
13614 rm -f conftest*
13615 fi
13616
13617 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13618 echo "$ac_t""yes" 1>&6
13619 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13620 cat >> confdefs.h <<EOF
13621 #define $ac_tr_func 1
13622 EOF
13623 break
13624 else
13625 echo "$ac_t""no" 1>&6
13626 fi
13627 done
13628
13629
13630 if test "$ac_cv_func_gettimeofday" = "yes"; then
13631 echo $ac_n "checking whether gettimeofday takes two arguments""... $ac_c" 1>&6
13632 echo "configure:13633: checking whether gettimeofday takes two arguments" >&5
13633 if eval "test \"`echo '$''{'wx_cv_func_gettimeofday_has_2_args'+set}'`\" = set"; then
13634 echo $ac_n "(cached) $ac_c" 1>&6
13635 else
13636
13637
13638 ac_ext=C
13639 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13640 ac_cpp='$CXXCPP $CPPFLAGS'
13641 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13642 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13643 cross_compiling=$ac_cv_prog_cxx_cross
13644
13645
13646 cat > conftest.$ac_ext <<EOF
13647 #line 13648 "configure"
13648 #include "confdefs.h"
13649
13650 #include <sys/time.h>
13651 #include <unistd.h>
13652
13653 int main() {
13654
13655 struct timeval tv;
13656 struct timezone tz;
13657 gettimeofday(&tv, &tz);
13658
13659 ; return 0; }
13660 EOF
13661 if { (eval echo configure:13662: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13662 rm -rf conftest*
13663 wx_cv_func_gettimeofday_has_2_args=yes
13664 else
13665 echo "configure: failed program was:" >&5
13666 cat conftest.$ac_ext >&5
13667 rm -rf conftest*
13668 cat > conftest.$ac_ext <<EOF
13669 #line 13670 "configure"
13670 #include "confdefs.h"
13671
13672 #include <sys/time.h>
13673 #include <unistd.h>
13674
13675 int main() {
13676
13677 struct timeval tv;
13678 gettimeofday(&tv);
13679
13680 ; return 0; }
13681 EOF
13682 if { (eval echo configure:13683: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13683 rm -rf conftest*
13684 wx_cv_func_gettimeofday_has_2_args=no
13685 else
13686 echo "configure: failed program was:" >&5
13687 cat conftest.$ac_ext >&5
13688 rm -rf conftest*
13689 wx_cv_func_gettimeofday_has_2_args=unknown
13690
13691 fi
13692 rm -f conftest*
13693
13694 fi
13695 rm -f conftest*
13696 ac_ext=c
13697 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13698 ac_cpp='$CPP $CPPFLAGS'
13699 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13700 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13701 cross_compiling=$ac_cv_prog_cc_cross
13702
13703
13704 fi
13705
13706 echo "$ac_t""$wx_cv_func_gettimeofday_has_2_args" 1>&6
13707
13708 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
13709 cat >> confdefs.h <<\EOF
13710 #define WX_GETTIMEOFDAY_NO_TZ 1
13711 EOF
13712
13713 fi
13714 fi
13715
13716 cat >> confdefs.h <<\EOF
13717 #define wxUSE_TIMEDATE 1
13718 EOF
13719
13720 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
13721 fi
13722
13723
13724 if test "$TOOLKIT" != "MSW"; then
13725
13726 if test "$wxUSE_SOCKETS" = "yes"; then
13727 echo $ac_n "checking for socket""... $ac_c" 1>&6
13728 echo "configure:13729: checking for socket" >&5
13729 if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
13730 echo $ac_n "(cached) $ac_c" 1>&6
13731 else
13732 cat > conftest.$ac_ext <<EOF
13733 #line 13734 "configure"
13734 #include "confdefs.h"
13735 /* System header to define __stub macros and hopefully few prototypes,
13736 which can conflict with char socket(); below. */
13737 #include <assert.h>
13738 /* Override any gcc2 internal prototype to avoid an error. */
13739 /* We use char because int might match the return type of a gcc2
13740 builtin and then its argument prototype would still apply. */
13741 char socket();
13742
13743 int main() {
13744
13745 /* The GNU C library defines this for functions which it implements
13746 to always fail with ENOSYS. Some functions are actually named
13747 something starting with __ and the normal name is an alias. */
13748 #if defined (__stub_socket) || defined (__stub___socket)
13749 choke me
13750 #else
13751 socket();
13752 #endif
13753
13754 ; return 0; }
13755 EOF
13756 if { (eval echo configure:13757: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13757 rm -rf conftest*
13758 eval "ac_cv_func_socket=yes"
13759 else
13760 echo "configure: failed program was:" >&5
13761 cat conftest.$ac_ext >&5
13762 rm -rf conftest*
13763 eval "ac_cv_func_socket=no"
13764 fi
13765 rm -f conftest*
13766 fi
13767
13768 if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then
13769 echo "$ac_t""yes" 1>&6
13770 :
13771 else
13772 echo "$ac_t""no" 1>&6
13773 echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
13774 echo "configure:13775: checking for socket in -lsocket" >&5
13775 ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
13776 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13777 echo $ac_n "(cached) $ac_c" 1>&6
13778 else
13779 ac_save_LIBS="$LIBS"
13780 LIBS="-lsocket $LIBS"
13781 cat > conftest.$ac_ext <<EOF
13782 #line 13783 "configure"
13783 #include "confdefs.h"
13784 /* Override any gcc2 internal prototype to avoid an error. */
13785 /* We use char because int might match the return type of a gcc2
13786 builtin and then its argument prototype would still apply. */
13787 char socket();
13788
13789 int main() {
13790 socket()
13791 ; return 0; }
13792 EOF
13793 if { (eval echo configure:13794: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13794 rm -rf conftest*
13795 eval "ac_cv_lib_$ac_lib_var=yes"
13796 else
13797 echo "configure: failed program was:" >&5
13798 cat conftest.$ac_ext >&5
13799 rm -rf conftest*
13800 eval "ac_cv_lib_$ac_lib_var=no"
13801 fi
13802 rm -f conftest*
13803 LIBS="$ac_save_LIBS"
13804
13805 fi
13806 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13807 echo "$ac_t""yes" 1>&6
13808 INET_LINK="$INET_LINK -lsocket"
13809 else
13810 echo "$ac_t""no" 1>&6
13811
13812 echo "configure: warning: socket library not found - sockets will be disabled" 1>&2
13813 wxUSE_SOCKETS=no
13814
13815
13816 fi
13817
13818
13819 fi
13820
13821 fi
13822
13823 fi
13824
13825 if test "$wxUSE_SOCKETS" = "yes" ; then
13826 echo $ac_n "checking what is the type of the third argument of getsockname""... $ac_c" 1>&6
13827 echo "configure:13828: checking what is the type of the third argument of getsockname" >&5
13828 if eval "test \"`echo '$''{'wx_cv_type_getsockname3'+set}'`\" = set"; then
13829 echo $ac_n "(cached) $ac_c" 1>&6
13830 else
13831
13832
13833 ac_ext=C
13834 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13835 ac_cpp='$CXXCPP $CPPFLAGS'
13836 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13837 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13838 cross_compiling=$ac_cv_prog_cxx_cross
13839
13840
13841 cat > conftest.$ac_ext <<EOF
13842 #line 13843 "configure"
13843 #include "confdefs.h"
13844
13845 #include <sys/types.h>
13846 #include <sys/socket.h>
13847
13848 int main() {
13849
13850 socklen_t len;
13851 getsockname(0, 0, &len);
13852
13853 ; return 0; }
13854 EOF
13855 if { (eval echo configure:13856: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13856 rm -rf conftest*
13857 wx_cv_type_getsockname3=socklen_t
13858 else
13859 echo "configure: failed program was:" >&5
13860 cat conftest.$ac_ext >&5
13861 rm -rf conftest*
13862 cat > conftest.$ac_ext <<EOF
13863 #line 13864 "configure"
13864 #include "confdefs.h"
13865
13866 #include <sys/types.h>
13867 #include <sys/socket.h>
13868
13869 int main() {
13870
13871 size_t len;
13872 getsockname(0, 0, &len);
13873
13874 ; return 0; }
13875 EOF
13876 if { (eval echo configure:13877: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13877 rm -rf conftest*
13878 wx_cv_type_getsockname3=size_t
13879 else
13880 echo "configure: failed program was:" >&5
13881 cat conftest.$ac_ext >&5
13882 rm -rf conftest*
13883 cat > conftest.$ac_ext <<EOF
13884 #line 13885 "configure"
13885 #include "confdefs.h"
13886
13887 #include <sys/types.h>
13888 #include <sys/socket.h>
13889
13890 int main() {
13891
13892 int len;
13893 getsockname(0, 0, &len);
13894
13895 ; return 0; }
13896 EOF
13897 if { (eval echo configure:13898: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13898 rm -rf conftest*
13899 wx_cv_type_getsockname3=int
13900 else
13901 echo "configure: failed program was:" >&5
13902 cat conftest.$ac_ext >&5
13903 rm -rf conftest*
13904 wx_cv_type_getsockname3=unknown
13905
13906 fi
13907 rm -f conftest*
13908
13909 fi
13910 rm -f conftest*
13911
13912 fi
13913 rm -f conftest*
13914
13915 ac_ext=c
13916 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13917 ac_cpp='$CPP $CPPFLAGS'
13918 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13919 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13920 cross_compiling=$ac_cv_prog_cc_cross
13921
13922
13923 fi
13924
13925 echo "$ac_t""$wx_cv_type_getsockname3" 1>&6
13926
13927 if test "$wx_cv_type_getsockname3" = "unknown"; then
13928 wxUSE_SOCKETS=no
13929 echo "configure: warning: Couldn't find socklen_t synonym for this system" 1>&2
13930 else
13931 cat >> confdefs.h <<EOF
13932 #define SOCKLEN_T $wx_cv_type_getsockname3
13933 EOF
13934
13935 fi
13936 fi
13937
13938 if test "$wxUSE_SOCKETS" = "yes" ; then
13939 cat >> confdefs.h <<\EOF
13940 #define wxUSE_SOCKETS 1
13941 EOF
13942
13943 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
13944 INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS protocol"
13945 fi
13946
13947
13948 if test "$wxUSE_GUI" = "yes"; then
13949
13950 if test "$TOOLKIT" != "MSW"; then
13951
13952 if test "$wxUSE_JOYSTICK" = "yes"; then
13953 for ac_hdr in linux/joystick.h
13954 do
13955 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
13956 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
13957 echo "configure:13958: checking for $ac_hdr" >&5
13958 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13959 echo $ac_n "(cached) $ac_c" 1>&6
13960 else
13961 cat > conftest.$ac_ext <<EOF
13962 #line 13963 "configure"
13963 #include "confdefs.h"
13964 #include <$ac_hdr>
13965 EOF
13966 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13967 { (eval echo configure:13968: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13968 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13969 if test -z "$ac_err"; then
13970 rm -rf conftest*
13971 eval "ac_cv_header_$ac_safe=yes"
13972 else
13973 echo "$ac_err" >&5
13974 echo "configure: failed program was:" >&5
13975 cat conftest.$ac_ext >&5
13976 rm -rf conftest*
13977 eval "ac_cv_header_$ac_safe=no"
13978 fi
13979 rm -f conftest*
13980 fi
13981 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13982 echo "$ac_t""yes" 1>&6
13983 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
13984 cat >> confdefs.h <<EOF
13985 #define $ac_tr_hdr 1
13986 EOF
13987
13988 else
13989 echo "$ac_t""no" 1>&6
13990 fi
13991 done
13992
13993 if test "$ac_cv_header_linux_joystick_h" != "yes"; then
13994 wxUSE_JOYSTICK=no
13995 echo "configure: warning: Joystick not supported by this system" 1>&2
13996 fi
13997 fi
13998
13999 fi
14000
14001 if test "$wxUSE_JOYSTICK" = "yes"; then
14002 cat >> confdefs.h <<\EOF
14003 #define wxUSE_JOYSTICK 1
14004 EOF
14005
14006 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
14007 fi
14008
14009 fi
14010
14011
14012 if test "$TOOLKIT" != "MSW"; then
14013
14014 HAVE_DL_FUNCS=0
14015 HAVE_SHL_FUNCS=0
14016 if test "$wxUSE_DYNLIB_CLASS" = "yes"; then
14017 for ac_func in dlopen
14018 do
14019 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14020 echo "configure:14021: checking for $ac_func" >&5
14021 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14022 echo $ac_n "(cached) $ac_c" 1>&6
14023 else
14024 cat > conftest.$ac_ext <<EOF
14025 #line 14026 "configure"
14026 #include "confdefs.h"
14027 /* System header to define __stub macros and hopefully few prototypes,
14028 which can conflict with char $ac_func(); below. */
14029 #include <assert.h>
14030 /* Override any gcc2 internal prototype to avoid an error. */
14031 /* We use char because int might match the return type of a gcc2
14032 builtin and then its argument prototype would still apply. */
14033 char $ac_func();
14034
14035 int main() {
14036
14037 /* The GNU C library defines this for functions which it implements
14038 to always fail with ENOSYS. Some functions are actually named
14039 something starting with __ and the normal name is an alias. */
14040 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14041 choke me
14042 #else
14043 $ac_func();
14044 #endif
14045
14046 ; return 0; }
14047 EOF
14048 if { (eval echo configure:14049: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14049 rm -rf conftest*
14050 eval "ac_cv_func_$ac_func=yes"
14051 else
14052 echo "configure: failed program was:" >&5
14053 cat conftest.$ac_ext >&5
14054 rm -rf conftest*
14055 eval "ac_cv_func_$ac_func=no"
14056 fi
14057 rm -f conftest*
14058 fi
14059
14060 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14061 echo "$ac_t""yes" 1>&6
14062 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14063 cat >> confdefs.h <<EOF
14064 #define $ac_tr_func 1
14065 EOF
14066
14067 cat >> confdefs.h <<\EOF
14068 #define HAVE_DLOPEN 1
14069 EOF
14070
14071 HAVE_DL_FUNCS=1
14072
14073 else
14074 echo "$ac_t""no" 1>&6
14075 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
14076 echo "configure:14077: checking for dlopen in -ldl" >&5
14077 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
14078 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14079 echo $ac_n "(cached) $ac_c" 1>&6
14080 else
14081 ac_save_LIBS="$LIBS"
14082 LIBS="-ldl $LIBS"
14083 cat > conftest.$ac_ext <<EOF
14084 #line 14085 "configure"
14085 #include "confdefs.h"
14086 /* Override any gcc2 internal prototype to avoid an error. */
14087 /* We use char because int might match the return type of a gcc2
14088 builtin and then its argument prototype would still apply. */
14089 char dlopen();
14090
14091 int main() {
14092 dlopen()
14093 ; return 0; }
14094 EOF
14095 if { (eval echo configure:14096: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14096 rm -rf conftest*
14097 eval "ac_cv_lib_$ac_lib_var=yes"
14098 else
14099 echo "configure: failed program was:" >&5
14100 cat conftest.$ac_ext >&5
14101 rm -rf conftest*
14102 eval "ac_cv_lib_$ac_lib_var=no"
14103 fi
14104 rm -f conftest*
14105 LIBS="$ac_save_LIBS"
14106
14107 fi
14108 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14109 echo "$ac_t""yes" 1>&6
14110
14111 cat >> confdefs.h <<\EOF
14112 #define HAVE_DLOPEN 1
14113 EOF
14114
14115 HAVE_DL_FUNCS=1
14116 LIBS="$LIBS -ldl"
14117
14118 else
14119 echo "$ac_t""no" 1>&6
14120
14121 for ac_func in shl_load
14122 do
14123 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14124 echo "configure:14125: checking for $ac_func" >&5
14125 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14126 echo $ac_n "(cached) $ac_c" 1>&6
14127 else
14128 cat > conftest.$ac_ext <<EOF
14129 #line 14130 "configure"
14130 #include "confdefs.h"
14131 /* System header to define __stub macros and hopefully few prototypes,
14132 which can conflict with char $ac_func(); below. */
14133 #include <assert.h>
14134 /* Override any gcc2 internal prototype to avoid an error. */
14135 /* We use char because int might match the return type of a gcc2
14136 builtin and then its argument prototype would still apply. */
14137 char $ac_func();
14138
14139 int main() {
14140
14141 /* The GNU C library defines this for functions which it implements
14142 to always fail with ENOSYS. Some functions are actually named
14143 something starting with __ and the normal name is an alias. */
14144 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14145 choke me
14146 #else
14147 $ac_func();
14148 #endif
14149
14150 ; return 0; }
14151 EOF
14152 if { (eval echo configure:14153: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14153 rm -rf conftest*
14154 eval "ac_cv_func_$ac_func=yes"
14155 else
14156 echo "configure: failed program was:" >&5
14157 cat conftest.$ac_ext >&5
14158 rm -rf conftest*
14159 eval "ac_cv_func_$ac_func=no"
14160 fi
14161 rm -f conftest*
14162 fi
14163
14164 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14165 echo "$ac_t""yes" 1>&6
14166 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14167 cat >> confdefs.h <<EOF
14168 #define $ac_tr_func 1
14169 EOF
14170
14171 cat >> confdefs.h <<\EOF
14172 #define HAVE_SHL_LOAD 1
14173 EOF
14174
14175 HAVE_SHL_FUNCS=1
14176
14177 else
14178 echo "$ac_t""no" 1>&6
14179 echo $ac_n "checking for dld in -lshl_load""... $ac_c" 1>&6
14180 echo "configure:14181: checking for dld in -lshl_load" >&5
14181 ac_lib_var=`echo shl_load'_'dld | sed 'y%./+-%__p_%'`
14182 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14183 echo $ac_n "(cached) $ac_c" 1>&6
14184 else
14185 ac_save_LIBS="$LIBS"
14186 LIBS="-lshl_load $LIBS"
14187 cat > conftest.$ac_ext <<EOF
14188 #line 14189 "configure"
14189 #include "confdefs.h"
14190 /* Override any gcc2 internal prototype to avoid an error. */
14191 /* We use char because int might match the return type of a gcc2
14192 builtin and then its argument prototype would still apply. */
14193 char dld();
14194
14195 int main() {
14196 dld()
14197 ; return 0; }
14198 EOF
14199 if { (eval echo configure:14200: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14200 rm -rf conftest*
14201 eval "ac_cv_lib_$ac_lib_var=yes"
14202 else
14203 echo "configure: failed program was:" >&5
14204 cat conftest.$ac_ext >&5
14205 rm -rf conftest*
14206 eval "ac_cv_lib_$ac_lib_var=no"
14207 fi
14208 rm -f conftest*
14209 LIBS="$ac_save_LIBS"
14210
14211 fi
14212 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14213 echo "$ac_t""yes" 1>&6
14214
14215 HAVE_SHL_FUNCS=1
14216 LIBS="$LIBS -ldld"
14217
14218 else
14219 echo "$ac_t""no" 1>&6
14220 fi
14221
14222
14223 fi
14224 done
14225
14226
14227 fi
14228
14229
14230 fi
14231 done
14232
14233
14234 if test "$HAVE_DL_FUNCS" = 1; then
14235 for ac_func in dlerror
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 cat >> confdefs.h <<\EOF
14285 #define HAVE_DLERROR 1
14286 EOF
14287
14288 else
14289 echo "$ac_t""no" 1>&6
14290 echo $ac_n "checking for dlerror in -ldl""... $ac_c" 1>&6
14291 echo "configure:14292: checking for dlerror in -ldl" >&5
14292 ac_lib_var=`echo dl'_'dlerror | sed 'y%./+-%__p_%'`
14293 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14294 echo $ac_n "(cached) $ac_c" 1>&6
14295 else
14296 ac_save_LIBS="$LIBS"
14297 LIBS="-ldl $LIBS"
14298 cat > conftest.$ac_ext <<EOF
14299 #line 14300 "configure"
14300 #include "confdefs.h"
14301 /* Override any gcc2 internal prototype to avoid an error. */
14302 /* We use char because int might match the return type of a gcc2
14303 builtin and then its argument prototype would still apply. */
14304 char dlerror();
14305
14306 int main() {
14307 dlerror()
14308 ; return 0; }
14309 EOF
14310 if { (eval echo configure:14311: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14311 rm -rf conftest*
14312 eval "ac_cv_lib_$ac_lib_var=yes"
14313 else
14314 echo "configure: failed program was:" >&5
14315 cat conftest.$ac_ext >&5
14316 rm -rf conftest*
14317 eval "ac_cv_lib_$ac_lib_var=no"
14318 fi
14319 rm -f conftest*
14320 LIBS="$ac_save_LIBS"
14321
14322 fi
14323 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14324 echo "$ac_t""yes" 1>&6
14325 cat >> confdefs.h <<\EOF
14326 #define HAVE_DLERROR 1
14327 EOF
14328
14329 else
14330 echo "$ac_t""no" 1>&6
14331 fi
14332
14333 fi
14334 done
14335
14336 fi
14337
14338 if test "$HAVE_DL_FUNCS" = 0; then
14339 if test "$HAVE_SHL_FUNCS" = 0; then
14340 if test "$USE_UNIX" = 1; then
14341 echo "configure: warning: Missing dynamic loading support, several features will be disabled" 1>&2
14342 wxUSE_DYNLIB_CLASS=no
14343 else
14344 echo "configure: warning: Assuming wxLibrary class works on this platform" 1>&2
14345 fi
14346 fi
14347 fi
14348 fi
14349
14350 fi
14351
14352 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
14353 cat >> confdefs.h <<\EOF
14354 #define wxUSE_DYNLIB_CLASS 1
14355 EOF
14356
14357 else
14358 wxUSE_ODBC=no
14359 wxUSE_SERIAL=no
14360 fi
14361
14362
14363 if test "$wxUSE_UNICODE" = "yes" ; then
14364 cat >> confdefs.h <<\EOF
14365 #define wxUSE_UNICODE 1
14366 EOF
14367
14368 fi
14369
14370 if test "$wxUSE_WCSRTOMBS" = "yes" ; then
14371 cat >> confdefs.h <<\EOF
14372 #define wxUSE_WCSRTOMBS 1
14373 EOF
14374
14375 fi
14376
14377 if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
14378 cat >> confdefs.h <<\EOF
14379 #define wxUSE_EXPERIMENTAL_PRINTF 1
14380 EOF
14381
14382 fi
14383
14384
14385 if test "$wxUSE_SERIAL" = "yes" ; then
14386 cat >> confdefs.h <<\EOF
14387 #define wxUSE_SERIAL 1
14388 EOF
14389
14390 fi
14391
14392
14393 IODBC_C_SRC=""
14394 if test "$wxUSE_ODBC" = "yes" ; then
14395 cat >> confdefs.h <<\EOF
14396 #define wxUSE_ODBC 1
14397 EOF
14398
14399 WXODBCFLAG="-D_IODBC_"
14400 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db"
14401 IODBCOBJS="\$(IODBC_OBJS)"
14402 else
14403 IODBCOBJS=
14404 fi
14405
14406
14407 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
14408 cat >> confdefs.h <<\EOF
14409 #define wxUSE_POSTSCRIPT 1
14410 EOF
14411
14412 fi
14413
14414 cat >> confdefs.h <<\EOF
14415 #define wxUSE_AFM_FOR_POSTSCRIPT 1
14416 EOF
14417
14418
14419 cat >> confdefs.h <<\EOF
14420 #define wxUSE_NORMALIZED_PS_FONTS 1
14421 EOF
14422
14423
14424
14425 if test "$wxUSE_CONSTRAINTS" = "yes"; then
14426 cat >> confdefs.h <<\EOF
14427 #define wxUSE_CONSTRAINTS 1
14428 EOF
14429
14430 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
14431 fi
14432
14433 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
14434 cat >> confdefs.h <<\EOF
14435 #define wxUSE_MDI_ARCHITECTURE 1
14436 EOF
14437
14438 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
14439 fi
14440
14441 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
14442 cat >> confdefs.h <<\EOF
14443 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
14444 EOF
14445
14446 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
14447 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
14448 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi"
14449 fi
14450 fi
14451
14452 if test "$wxUSE_HELP" = "yes"; then
14453 cat >> confdefs.h <<\EOF
14454 #define wxUSE_HELP 1
14455 EOF
14456
14457 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
14458 fi
14459
14460 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
14461 if test "$wxUSE_CONSTRAINTS" != "yes"; then
14462 echo "configure: warning: Printing support cannot be used without constraints so it won't be compiled without it" 1>&2
14463 else
14464 cat >> confdefs.h <<\EOF
14465 #define wxUSE_PRINTING_ARCHITECTURE 1
14466 EOF
14467
14468 fi
14469 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
14470 fi
14471
14472 if test "$wxUSE_PROLOGIO" = "yes" ; then
14473 cat >> confdefs.h <<\EOF
14474 #define wxUSE_PROLOGIO 1
14475 EOF
14476
14477 fi
14478
14479 if test "$wxUSE_RESOURCES" = "yes" ; then
14480 if test "$wxUSE_PROLOGIO" = "yes" ; then
14481 cat >> confdefs.h <<\EOF
14482 #define wxUSE_RESOURCES 1
14483 EOF
14484
14485 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS resource"
14486 else
14487 echo "configure: warning: wxWindows ressource system requires PrologIO and can't be compiled without it." 1>&2
14488 fi
14489 fi
14490
14491 if test "$wxUSE_X_RESOURCES" = "yes"; then
14492 cat >> confdefs.h <<\EOF
14493 #define wxUSE_X_RESOURCES 1
14494 EOF
14495
14496 fi
14497
14498
14499 if test "$wxUSE_IPC" = "yes"; then
14500 if test "$wxUSE_SOCKETS" != "yes"; then
14501 echo "configure: warning: wxWindows IPC classes require sockets" 1>&2
14502 fi
14503
14504 cat >> confdefs.h <<\EOF
14505 #define wxUSE_IPC 1
14506 EOF
14507
14508 fi
14509
14510 if test "$wxUSE_CLIPBOARD" = "yes"; then
14511 cat >> confdefs.h <<\EOF
14512 #define wxUSE_CLIPBOARD 1
14513 EOF
14514
14515 fi
14516
14517 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
14518 if test "$wxUSE_GTK" = 1; then
14519 if test "$WXGTK12" != 1; then
14520 echo "configure: warning: Drag and drop is only supported under GTK+ 1.2" 1>&2
14521 wxUSE_DRAG_AND_DROP=no
14522 fi
14523 fi
14524
14525 if test "$wxUSE_MOTIF" = 1; then
14526 echo "configure: warning: Drag and drop is not yet supported under Motif" 1>&2
14527 wxUSE_DRAG_AND_DROP=no
14528 fi
14529
14530 if test "$USE_WIN32" = 1; then
14531 for ac_hdr in ole2.h
14532 do
14533 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
14534 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
14535 echo "configure:14536: checking for $ac_hdr" >&5
14536 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
14537 echo $ac_n "(cached) $ac_c" 1>&6
14538 else
14539 cat > conftest.$ac_ext <<EOF
14540 #line 14541 "configure"
14541 #include "confdefs.h"
14542 #include <$ac_hdr>
14543 EOF
14544 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
14545 { (eval echo configure:14546: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
14546 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
14547 if test -z "$ac_err"; then
14548 rm -rf conftest*
14549 eval "ac_cv_header_$ac_safe=yes"
14550 else
14551 echo "$ac_err" >&5
14552 echo "configure: failed program was:" >&5
14553 cat conftest.$ac_ext >&5
14554 rm -rf conftest*
14555 eval "ac_cv_header_$ac_safe=no"
14556 fi
14557 rm -f conftest*
14558 fi
14559 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
14560 echo "$ac_t""yes" 1>&6
14561 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
14562 cat >> confdefs.h <<EOF
14563 #define $ac_tr_hdr 1
14564 EOF
14565
14566 else
14567 echo "$ac_t""no" 1>&6
14568 fi
14569 done
14570
14571 if test "x$HAVE_OLE2_H" = x ; then
14572 echo "configure: warning: Drag and drop disabled because OLE headers not found" 1>&2
14573 wxUSE_DRAG_AND_DROP=no
14574 fi
14575 fi
14576
14577 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
14578 cat >> confdefs.h <<\EOF
14579 #define wxUSE_DRAG_AND_DROP 1
14580 EOF
14581
14582 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
14583 fi
14584
14585 fi
14586
14587 if test "$wxUSE_SPLINES" = "yes" ; then
14588 cat >> confdefs.h <<\EOF
14589 #define wxUSE_SPLINES 1
14590 EOF
14591
14592 fi
14593
14594
14595 if test "$wxUSE_ACCEL" = "yes"; then
14596 cat >> confdefs.h <<\EOF
14597 #define wxUSE_ACCEL 1
14598 EOF
14599
14600 fi
14601
14602 if test "$wxUSE_CARET" = "yes"; then
14603 cat >> confdefs.h <<\EOF
14604 #define wxUSE_CARET 1
14605 EOF
14606
14607 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
14608 fi
14609
14610 if test "$wxUSE_COMBOBOX" = "yes"; then
14611 cat >> confdefs.h <<\EOF
14612 #define wxUSE_COMBOBOX 1
14613 EOF
14614
14615 fi
14616
14617 if test "$wxUSE_CHOICE" = "yes"; then
14618 cat >> confdefs.h <<\EOF
14619 #define wxUSE_CHOICE 1
14620 EOF
14621
14622 fi
14623
14624 if test "$wxUSE_BMPBUTTON" = "yes"; then
14625 cat >> confdefs.h <<\EOF
14626 #define wxUSE_BMPBUTTON 1
14627 EOF
14628
14629 fi
14630
14631 if test "$wxUSE_CHECKBOX" = "yes"; then
14632 cat >> confdefs.h <<\EOF
14633 #define wxUSE_CHECKBOX 1
14634 EOF
14635
14636 fi
14637
14638 if test "$wxUSE_CHECKLST" = "yes"; then
14639 cat >> confdefs.h <<\EOF
14640 #define wxUSE_CHECKLISTBOX 1
14641 EOF
14642
14643 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst"
14644 fi
14645
14646 if test "$wxUSE_GAUGE" = "yes"; then
14647 cat >> confdefs.h <<\EOF
14648 #define wxUSE_GAUGE 1
14649 EOF
14650
14651 fi
14652
14653 if test "$wxUSE_NEW_GRID" = "yes"; then
14654 wxUSE_GRID="yes"
14655 cat >> confdefs.h <<\EOF
14656 #define wxUSE_NEW_GRID 1
14657 EOF
14658
14659 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS newgrid"
14660 fi
14661
14662 if test "$wxUSE_GRID" = "yes"; then
14663 cat >> confdefs.h <<\EOF
14664 #define wxUSE_GRID 1
14665 EOF
14666
14667 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
14668 fi
14669
14670 if test "$wxUSE_IMAGLIST" = "yes"; then
14671 cat >> confdefs.h <<\EOF
14672 #define wxUSE_IMAGLIST 1
14673 EOF
14674
14675 fi
14676
14677 if test "$wxUSE_LISTBOX" = "yes"; then
14678 cat >> confdefs.h <<\EOF
14679 #define wxUSE_LISTBOX 1
14680 EOF
14681
14682 fi
14683
14684 if test "$wxUSE_LISTCTRL" = "yes"; then
14685 if test "$wxUSE_IMAGLIST" = "yes"; then
14686 cat >> confdefs.h <<\EOF
14687 #define wxUSE_LISTCTRL 1
14688 EOF
14689
14690 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
14691 else
14692 echo "configure: warning: wxListCtrl requires wxImageList and won't be compiled without it" 1>&2
14693 fi
14694 fi
14695
14696 if test "$wxUSE_NOTEBOOK" = "yes"; then
14697 cat >> confdefs.h <<\EOF
14698 #define wxUSE_NOTEBOOK 1
14699 EOF
14700
14701 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
14702 fi
14703
14704 if test "$wxUSE_RADIOBOX" = "yes"; then
14705 cat >> confdefs.h <<\EOF
14706 #define wxUSE_RADIOBOX 1
14707 EOF
14708
14709 fi
14710
14711 if test "$wxUSE_RADIOBTN" = "yes"; then
14712 cat >> confdefs.h <<\EOF
14713 #define wxUSE_RADIOBTN 1
14714 EOF
14715
14716 fi
14717
14718 if test "$wxUSE_SASH" = "yes"; then
14719 cat >> confdefs.h <<\EOF
14720 #define wxUSE_SASH 1
14721 EOF
14722
14723 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
14724 fi
14725
14726 if test "$wxUSE_SCROLLBAR" = "yes"; then
14727 cat >> confdefs.h <<\EOF
14728 #define wxUSE_SCROLLBAR 1
14729 EOF
14730
14731 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub"
14732 fi
14733
14734 if test "$wxUSE_SLIDER" = "yes"; then
14735 cat >> confdefs.h <<\EOF
14736 #define wxUSE_SLIDER 1
14737 EOF
14738
14739 fi
14740
14741 if test "$wxUSE_SPINBTN" = "yes"; then
14742 cat >> confdefs.h <<\EOF
14743 #define wxUSE_SPINBTN 1
14744 EOF
14745
14746 fi
14747
14748 if test "$wxUSE_SPINCTRL" = "yes"; then
14749 cat >> confdefs.h <<\EOF
14750 #define wxUSE_SPINCTRL 1
14751 EOF
14752
14753 fi
14754
14755 if test "$wxUSE_SPLITTER" = "yes"; then
14756 cat >> confdefs.h <<\EOF
14757 #define wxUSE_SPLITTER 1
14758 EOF
14759
14760 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
14761 fi
14762
14763 if test "$wxUSE_STATBMP" = "yes"; then
14764 cat >> confdefs.h <<\EOF
14765 #define wxUSE_STATBMP 1
14766 EOF
14767
14768 fi
14769
14770 if test "$wxUSE_STATBOX" = "yes"; then
14771 cat >> confdefs.h <<\EOF
14772 #define wxUSE_STATBOX 1
14773 EOF
14774
14775 fi
14776
14777 if test "$wxUSE_STATLINE" = "yes"; then
14778 if test "$wxUSE_WINE" = 1 ; then
14779 echo "configure: warning: wxStaticLine is not supported under WINE" 1>&2
14780 else
14781 cat >> confdefs.h <<\EOF
14782 #define wxUSE_STATLINE 1
14783 EOF
14784
14785 fi
14786 fi
14787
14788 if test "$wxUSE_STATUSBAR" = "yes"; then
14789 cat >> confdefs.h <<\EOF
14790 #define wxUSE_STATUSBAR 1
14791 EOF
14792
14793
14794 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
14795 fi
14796
14797 if test "$wxUSE_TABDIALOG" = "yes"; then
14798 cat >> confdefs.h <<\EOF
14799 #define wxUSE_TAB_DIALOG 1
14800 EOF
14801
14802 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS tab"
14803 fi
14804
14805 if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
14806 cat >> confdefs.h <<\EOF
14807 #define wxUSE_TOOLBAR_SIMPLE 1
14808 EOF
14809
14810 wxUSE_TOOLBAR="yes"
14811 fi
14812
14813 if test "$wxUSE_TOOLBAR" = "yes"; then
14814 cat >> confdefs.h <<\EOF
14815 #define wxUSE_TOOLBAR 1
14816 EOF
14817
14818
14819 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
14820 wxUSE_TOOLBAR_NATIVE="yes"
14821 fi
14822
14823 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
14824 fi
14825
14826 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
14827 cat >> confdefs.h <<\EOF
14828 #define wxUSE_TOOLBAR_NATIVE 1
14829 EOF
14830
14831 fi
14832
14833 if test "$wxUSE_TOOLTIPS" = "yes"; then
14834 if test "$wxUSE_MOTIF" = 1; then
14835 echo "configure: warning: wxTooltip not supported yet under Motif" 1>&2
14836 else
14837 if test "$wxUSE_WINE" = 1; then
14838 echo "configure: warning: wxTooltip not supported under WINE" 1>&2
14839 else
14840 cat >> confdefs.h <<\EOF
14841 #define wxUSE_TOOLTIPS 1
14842 EOF
14843
14844 fi
14845 fi
14846 fi
14847
14848 if test "$wxUSE_TREECTRL" = "yes"; then
14849 if test "$wxUSE_IMAGLIST" = "yes"; then
14850 cat >> confdefs.h <<\EOF
14851 #define wxUSE_TREECTRL 1
14852 EOF
14853
14854 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
14855 else
14856 echo "configure: warning: wxTreeCtrl requires wxImageList and won't be compiled without it" 1>&2
14857 fi
14858 fi
14859
14860
14861
14862 if test "$wxUSE_METAFILE" = "yes"; then
14863 cat >> confdefs.h <<\EOF
14864 #define wxUSE_METAFILE 1
14865 EOF
14866
14867 fi
14868
14869 if test "$wxUSE_DIRDLG" = "yes"; then
14870 if test "$wxUSE_CONSTRAINTS" != "yes"; then
14871 echo "configure: warning: wxDirDialog requires constraints so it won't be compiled without them" 1>&2
14872 else
14873 if test "$wxUSE_TREECTRL" != "yes"; then
14874 echo "configure: warning: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" 1>&2
14875 else
14876 cat >> confdefs.h <<\EOF
14877 #define wxUSE_DIRDLG 1
14878 EOF
14879
14880 fi
14881 fi
14882 fi
14883
14884 if test "$wxUSE_TEXTDLG" = "yes"; then
14885 cat >> confdefs.h <<\EOF
14886 #define wxUSE_TEXTDLG 1
14887 EOF
14888
14889 fi
14890
14891 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
14892 if test "$wxUSE_CONSTRAINTS" != "yes"; then
14893 echo "configure: warning: Startup tips requires constraints and won't be compiled without them" 1>&2
14894 else
14895 cat >> confdefs.h <<\EOF
14896 #define wxUSE_STARTUP_TIPS 1
14897 EOF
14898
14899 fi
14900 fi
14901
14902 if test "$wxUSE_PROGRESSDLG" = "yes"; then
14903 if test "$wxUSE_CONSTRAINTS" != "yes"; then
14904 echo "configure: warning: wxProgressDialog requires constraints so it won't be compiled without them" 1>&2
14905 else
14906 cat >> confdefs.h <<\EOF
14907 #define wxUSE_PROGRESSDLG 1
14908 EOF
14909
14910 fi
14911 fi
14912
14913 if test "$wxUSE_MINIFRAME" = "yes"; then
14914 cat >> confdefs.h <<\EOF
14915 #define wxUSE_MINIFRAME 1
14916 EOF
14917
14918 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram"
14919 fi
14920
14921 if test "$wxUSE_HTML" = "yes"; then
14922 cat >> confdefs.h <<\EOF
14923 #define wxUSE_HTML 1
14924 EOF
14925
14926 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html"
14927 INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS html"
14928 fi
14929
14930 if test "$wxUSE_VALIDATORS" = "yes"; then
14931 cat >> confdefs.h <<\EOF
14932 #define wxUSE_VALIDATORS 1
14933 EOF
14934
14935 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
14936 fi
14937
14938 if test "$wxUSE_GIF" = "yes" ; then
14939 cat >> confdefs.h <<\EOF
14940 #define wxUSE_GIF 1
14941 EOF
14942
14943 fi
14944
14945 if test "$wxUSE_PCX" = "yes" ; then
14946 cat >> confdefs.h <<\EOF
14947 #define wxUSE_PCX 1
14948 EOF
14949
14950 fi
14951
14952 if test "$wxUSE_PNM" = "yes" ; then
14953 cat >> confdefs.h <<\EOF
14954 #define wxUSE_PNM 1
14955 EOF
14956
14957 fi
14958
14959
14960 if test "$cross_compiling" = "yes"; then
14961 OSINFO="\"$host\""
14962 else
14963 OSINFO=`uname -s -r -m`
14964 OSINFO="\"$OSINFO\""
14965 fi
14966
14967 cat >> confdefs.h <<EOF
14968 #define WXWIN_OS_DESCRIPTION $OSINFO
14969 EOF
14970
14971
14972
14973 GUILIBS="$GUI_TK_LIBRARY $TOOLKIT_LINK"
14974 OPENGL_LIBS="$OPENGL_LINK"
14975
14976 EXTRA_LIBS="$LIBS $POSIX4_LINK $INET_LINK $WCHAR_LINK $THREADS_LINK $DMALLOC_LINK $DL_LINK $ZLIB_LINK -lm"
14977 if test "$wxUSE_GUI" = "yes"; then
14978 EXTRA_LIBS="$GUILIBS $PNG_LINK $JPEG_LINK $TIFF_LINK $FREETYPE_LINK $EXTRA_LIBS"
14979 fi
14980
14981 LD_LIBS="\${top_builddir}/lib/${WX_LIBRARY_NAME_STATIC} $EXTRA_LIBS"
14982
14983 INCLUDES="-I. -I\${top_builddir}/include -I\${top_srcdir}/include $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE $FREETYPE_INCLUDE $TOOLKIT_INCLUDE"
14984
14985 if test "$wxUSE_GTK" = 1; then
14986 WXCONFIG_INCLUDE=""
14987 else
14988 WXCONFIG_INCLUDE="$TOOLKIT_INCLUDE"
14989 fi
14990
14991 if test "$GXX" = yes ; then
14992 CXXWARNINGS="-Wall"
14993 fi
14994 EXTRA_CFLAGS="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE $INCLUDES"
14995
14996 CFLAGS=`echo $CFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \\+/ /g'`
14997 CXXFLAGS=`echo $CXXFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \+/ /g'`
14998
14999 LDFLAGS="$LDFLAGS $PROFILE"
15000
15001 if test "$wxUSE_GUI" = "yes"; then
15002
15003 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS controls dialogs dragimag drawing dynamic \
15004 font fractal image menu minimal richedit"
15005
15006 CPPFLAGS="$CPPFLAGS \$(EXTRADEFS) \$(APPEXTRADEFS)"
15007 else
15008 SAMPLES_SUBDIRS=""
15009 fi
15010
15011 SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
15012
15013
15014
15015
15016
15017
15018
15019
15020
15021
15022
15023
15024
15025
15026
15027
15028
15029
15030
15031
15032
15033
15034
15035
15036
15037
15038
15039
15040
15041
15042
15043
15044
15045
15046
15047
15048
15049
15050
15051
15052
15053
15054
15055
15056
15057
15058
15059
15060
15061
15062
15063
15064
15065
15066
15067
15068
15069
15070
15071
15072
15073
15074
15075
15076
15077
15078
15079
15080
15081
15082
15083
15084
15085
15086
15087
15088
15089
15090
15091
15092
15093
15094
15095
15096
15097
15098
15099
15100
15101
15102
15103
15104
15105
15106
15107 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
15108 echo "configure:15109: checking whether ${MAKE-make} sets \${MAKE}" >&5
15109 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
15110 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
15111 echo $ac_n "(cached) $ac_c" 1>&6
15112 else
15113 cat > conftestmake <<\EOF
15114 all:
15115 @echo 'ac_maketemp="${MAKE}"'
15116 EOF
15117 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
15118 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
15119 if test -n "$ac_maketemp"; then
15120 eval ac_cv_prog_make_${ac_make}_set=yes
15121 else
15122 eval ac_cv_prog_make_${ac_make}_set=no
15123 fi
15124 rm -f conftestmake
15125 fi
15126 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
15127 echo "$ac_t""yes" 1>&6
15128 SET_MAKE=
15129 else
15130 echo "$ac_t""no" 1>&6
15131 SET_MAKE="MAKE=${MAKE-make}"
15132 fi
15133
15134
15135 if test -d include; then
15136 if test -d include/wx; then
15137 if test -d include/wx/${TOOLKIT_DIR}; then
15138 if test -f include/wx/${TOOLKIT_DIR}/setup.h; then
15139 mv -f include/wx/${TOOLKIT_DIR}/setup.h setup.h
15140 fi
15141 fi
15142 fi
15143 fi
15144
15145
15146
15147 if test "$wxUSE_GUI" = "yes"; then
15148 wx_cv_path_samplesubdirs=$SAMPLES_SUBDIRS
15149 wx_cv_path_ifs=$PATH_IFS
15150 wx_cv_program_ext=$PROGRAM_EXT
15151 wx_cv_target_library=$WX_TARGET_LIBRARY
15152 wx_cv_target_libtype=$WX_TARGET_LIBRARY_TYPE
15153 subdirs="demos samples utils contrib"
15154
15155 fi
15156
15157 trap '' 1 2 15
15158 cat > confcache <<\EOF
15159 # This file is a shell script that caches the results of configure
15160 # tests run on this system so they can be shared between configure
15161 # scripts and configure runs. It is not useful on other systems.
15162 # If it contains results you don't want to keep, you may remove or edit it.
15163 #
15164 # By default, configure uses ./config.cache as the cache file,
15165 # creating it if it does not exist already. You can give configure
15166 # the --cache-file=FILE option to use a different cache file; that is
15167 # what configure does when it calls configure scripts in
15168 # subdirectories, so they share the cache.
15169 # Giving --cache-file=/dev/null disables caching, for debugging configure.
15170 # config.status only pays attention to the cache file if you give it the
15171 # --recheck option to rerun configure.
15172 #
15173 EOF
15174 # The following way of writing the cache mishandles newlines in values,
15175 # but we know of no workaround that is simple, portable, and efficient.
15176 # So, don't put newlines in cache variables' values.
15177 # Ultrix sh set writes to stderr and can't be redirected directly,
15178 # and sets the high bit in the cache file unless we assign to the vars.
15179 (set) 2>&1 |
15180 case `(ac_space=' '; set | grep ac_space) 2>&1` in
15181 *ac_space=\ *)
15182 # `set' does not quote correctly, so add quotes (double-quote substitution
15183 # turns \\\\ into \\, and sed turns \\ into \).
15184 sed -n \
15185 -e "s/'/'\\\\''/g" \
15186 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
15187 ;;
15188 *)
15189 # `set' quotes correctly as required by POSIX, so do not add quotes.
15190 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
15191 ;;
15192 esac >> confcache
15193 if cmp -s $cache_file confcache; then
15194 :
15195 else
15196 if test -w $cache_file; then
15197 echo "updating cache $cache_file"
15198 cat confcache > $cache_file
15199 else
15200 echo "not updating unwritable cache $cache_file"
15201 fi
15202 fi
15203 rm -f confcache
15204
15205 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
15206
15207 test "x$prefix" = xNONE && prefix=$ac_default_prefix
15208 # Let make expand exec_prefix.
15209 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15210
15211 # Any assignment to VPATH causes Sun make to only execute
15212 # the first set of double-colon rules, so remove it if not needed.
15213 # If there is a colon in the path, we need to keep it.
15214 if test "x$srcdir" = x.; then
15215 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
15216 fi
15217
15218 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
15219
15220 DEFS=-DHAVE_CONFIG_H
15221
15222 # Without the "./", some shells look in PATH for config.status.
15223 : ${CONFIG_STATUS=./config.status}
15224
15225 echo creating $CONFIG_STATUS
15226 rm -f $CONFIG_STATUS
15227 cat > $CONFIG_STATUS <<EOF
15228 #! /bin/sh
15229 # Generated automatically by configure.
15230 # Run this file to recreate the current configuration.
15231 # This directory was configured as follows,
15232 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15233 #
15234 # $0 $ac_configure_args
15235 #
15236 # Compiler output produced by configure, useful for debugging
15237 # configure, is in ./config.log if it exists.
15238
15239 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
15240 for ac_option
15241 do
15242 case "\$ac_option" in
15243 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15244 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
15245 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
15246 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
15247 echo "$CONFIG_STATUS generated by autoconf version 2.13"
15248 exit 0 ;;
15249 -help | --help | --hel | --he | --h)
15250 echo "\$ac_cs_usage"; exit 0 ;;
15251 *) echo "\$ac_cs_usage"; exit 1 ;;
15252 esac
15253 done
15254
15255 ac_given_srcdir=$srcdir
15256 ac_given_INSTALL="$INSTALL"
15257
15258 trap 'rm -fr `echo "
15259 wx-config
15260 src/make.env
15261 src/makeprog.env
15262 src/makelib.env
15263 Makefile
15264 setup.h:setup.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
15265 EOF
15266 cat >> $CONFIG_STATUS <<EOF
15267
15268 # Protect against being on the right side of a sed subst in config.status.
15269 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
15270 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
15271 $ac_vpsub
15272 $extrasub
15273 s%@SHELL@%$SHELL%g
15274 s%@CFLAGS@%$CFLAGS%g
15275 s%@CPPFLAGS@%$CPPFLAGS%g
15276 s%@CXXFLAGS@%$CXXFLAGS%g
15277 s%@FFLAGS@%$FFLAGS%g
15278 s%@DEFS@%$DEFS%g
15279 s%@LDFLAGS@%$LDFLAGS%g
15280 s%@LIBS@%$LIBS%g
15281 s%@exec_prefix@%$exec_prefix%g
15282 s%@prefix@%$prefix%g
15283 s%@program_transform_name@%$program_transform_name%g
15284 s%@bindir@%$bindir%g
15285 s%@sbindir@%$sbindir%g
15286 s%@libexecdir@%$libexecdir%g
15287 s%@datadir@%$datadir%g
15288 s%@sysconfdir@%$sysconfdir%g
15289 s%@sharedstatedir@%$sharedstatedir%g
15290 s%@localstatedir@%$localstatedir%g
15291 s%@libdir@%$libdir%g
15292 s%@includedir@%$includedir%g
15293 s%@oldincludedir@%$oldincludedir%g
15294 s%@infodir@%$infodir%g
15295 s%@mandir@%$mandir%g
15296 s%@host@%$host%g
15297 s%@host_alias@%$host_alias%g
15298 s%@host_cpu@%$host_cpu%g
15299 s%@host_vendor@%$host_vendor%g
15300 s%@host_os@%$host_os%g
15301 s%@target@%$target%g
15302 s%@target_alias@%$target_alias%g
15303 s%@target_cpu@%$target_cpu%g
15304 s%@target_vendor@%$target_vendor%g
15305 s%@target_os@%$target_os%g
15306 s%@build@%$build%g
15307 s%@build_alias@%$build_alias%g
15308 s%@build_cpu@%$build_cpu%g
15309 s%@build_vendor@%$build_vendor%g
15310 s%@build_os@%$build_os%g
15311 s%@CC@%$CC%g
15312 s%@CPP@%$CPP%g
15313 s%@CXX@%$CXX%g
15314 s%@CXXCPP@%$CXXCPP%g
15315 s%@RANLIB@%$RANLIB%g
15316 s%@AR@%$AR%g
15317 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
15318 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
15319 s%@INSTALL_DATA@%$INSTALL_DATA%g
15320 s%@STRIP@%$STRIP%g
15321 s%@YACC@%$YACC%g
15322 s%@LEX@%$LEX%g
15323 s%@LEXLIB@%$LEXLIB%g
15324 s%@LN_S@%$LN_S%g
15325 s%@GTK_CONFIG_2_0@%$GTK_CONFIG_2_0%g
15326 s%@GTK_CONFIG@%$GTK_CONFIG%g
15327 s%@GTK_CFLAGS@%$GTK_CFLAGS%g
15328 s%@GTK_LIBS@%$GTK_LIBS%g
15329 s%@X_CFLAGS@%$X_CFLAGS%g
15330 s%@X_PRE_LIBS@%$X_PRE_LIBS%g
15331 s%@X_LIBS@%$X_LIBS%g
15332 s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
15333 s%@LEX_STEM@%$LEX_STEM%g
15334 s%@PATH_IFS@%$PATH_IFS%g
15335 s%@WX_MAJOR_VERSION_NUMBER@%$WX_MAJOR_VERSION_NUMBER%g
15336 s%@WX_MINOR_VERSION_NUMBER@%$WX_MINOR_VERSION_NUMBER%g
15337 s%@WX_RELEASE_NUMBER@%$WX_RELEASE_NUMBER%g
15338 s%@WX_LIBRARY_NAME@%$WX_LIBRARY_NAME%g
15339 s%@WX_LIBRARY_NAME_STATIC@%$WX_LIBRARY_NAME_STATIC%g
15340 s%@WX_LIBRARY_NAME_SHARED@%$WX_LIBRARY_NAME_SHARED%g
15341 s%@WX_LIBRARY@%$WX_LIBRARY%g
15342 s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g
15343 s%@WX_LIBRARY_LINK1@%$WX_LIBRARY_LINK1%g
15344 s%@WX_LIBRARY_LINK2@%$WX_LIBRARY_LINK2%g
15345 s%@WX_LIBRARY_LINK3@%$WX_LIBRARY_LINK3%g
15346 s%@PROGRAM_EXT@%$PROGRAM_EXT%g
15347 s%@WX_LIBRARY_NAME_GL@%$WX_LIBRARY_NAME_GL%g
15348 s%@WX_LIBRARY_NAME_STATIC_GL@%$WX_LIBRARY_NAME_STATIC_GL%g
15349 s%@WX_LIBRARY_NAME_SHARED_GL@%$WX_LIBRARY_NAME_SHARED_GL%g
15350 s%@WX_LIBRARY_GL@%$WX_LIBRARY_GL%g
15351 s%@WX_TARGET_LIBRARY_GL@%$WX_TARGET_LIBRARY_GL%g
15352 s%@WX_LIBRARY_LINK1_GL@%$WX_LIBRARY_LINK1_GL%g
15353 s%@WX_LIBRARY_LINK2_GL@%$WX_LIBRARY_LINK2_GL%g
15354 s%@WX_LIBRARY_LINK3_GL@%$WX_LIBRARY_LINK3_GL%g
15355 s%@WX_ALL@%$WX_ALL%g
15356 s%@WX_ALL_INSTALLED@%$WX_ALL_INSTALLED%g
15357 s%@SHARED_LD@%$SHARED_LD%g
15358 s%@PIC_FLAG@%$PIC_FLAG%g
15359 s%@DEP_INFO_FLAGS@%$DEP_INFO_FLAGS%g
15360 s%@CODE_GEN_FLAGS@%$CODE_GEN_FLAGS%g
15361 s%@BURNT_LIBRARY_NAME@%$BURNT_LIBRARY_NAME%g
15362 s%@BURNT_LIBRARY_NAME_GL@%$BURNT_LIBRARY_NAME_GL%g
15363 s%@WX_TARGET_LIBRARY_SONAME@%$WX_TARGET_LIBRARY_SONAME%g
15364 s%@WX_TARGET_LIBRARY_TYPE@%$WX_TARGET_LIBRARY_TYPE%g
15365 s%@WXDEBUG_DEFINE@%$WXDEBUG_DEFINE%g
15366 s%@USE_GUI@%$USE_GUI%g
15367 s%@AFMINSTALL@%$AFMINSTALL%g
15368 s%@TOOLKIT@%$TOOLKIT%g
15369 s%@TOOLKIT_DEF@%$TOOLKIT_DEF%g
15370 s%@TOOLKIT_DIR@%$TOOLKIT_DIR%g
15371 s%@TOOLKIT_NAME@%$TOOLKIT_NAME%g
15372 s%@TOOLKIT_INCLUDE@%$TOOLKIT_INCLUDE%g
15373 s%@WXCONFIG_INCLUDE@%$WXCONFIG_INCLUDE%g
15374 s%@GUIHEADERS@%$GUIHEADERS%g
15375 s%@GUIOBJS@%$GUIOBJS%g
15376 s%@COMMONOBJS@%$COMMONOBJS%g
15377 s%@GENERICOBJS@%$GENERICOBJS%g
15378 s%@GUIDEPS@%$GUIDEPS%g
15379 s%@COMMONDEPS@%$COMMONDEPS%g
15380 s%@GENERICDEPS@%$GENERICDEPS%g
15381 s%@IODBCOBJS@%$IODBCOBJS%g
15382 s%@UNIXOBJS@%$UNIXOBJS%g
15383 s%@UNIXDEPS@%$UNIXDEPS%g
15384 s%@ALL_OBJECTS@%$ALL_OBJECTS%g
15385 s%@ALL_DEPFILES@%$ALL_DEPFILES%g
15386 s%@GUIDIST@%$GUIDIST%g
15387 s%@PORT_FILES@%$PORT_FILES%g
15388 s%@DISTDIR@%$DISTDIR%g
15389 s%@RPM_SPEC@%$RPM_SPEC%g
15390 s%@RPM_FILES@%$RPM_FILES%g
15391 s%@SRC_SUBDIRS@%$SRC_SUBDIRS%g
15392 s%@INCLUDE_SUBDIRS@%$INCLUDE_SUBDIRS%g
15393 s%@UTILS_SUBDIRS@%$UTILS_SUBDIRS%g
15394 s%@DOCS_SUBDIRS@%$DOCS_SUBDIRS%g
15395 s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g
15396 s%@USER_SUBDIRS@%$USER_SUBDIRS%g
15397 s%@EXTRA_LIBS@%$EXTRA_LIBS%g
15398 s%@OPENGL_LIBS@%$OPENGL_LIBS%g
15399 s%@EXTRADEFS@%$EXTRADEFS%g
15400 s%@LD_LIBS@%$LD_LIBS%g
15401 s%@RCINPUTSWITCH@%$RCINPUTSWITCH%g
15402 s%@RCOUTPUTSWITCH@%$RCOUTPUTSWITCH%g
15403 s%@RESPROGRAM@%$RESPROGRAM%g
15404 s%@RESCOMP@%$RESCOMP%g
15405 s%@RESFLAGS@%$RESFLAGS%g
15406 s%@DLLTOOL@%$DLLTOOL%g
15407 s%@AS@%$AS%g
15408 s%@NM@%$NM%g
15409 s%@LD@%$LD%g
15410 s%@MAKEINFO@%$MAKEINFO%g
15411 s%@SET_MAKE@%$SET_MAKE%g
15412 s%@subdirs@%$subdirs%g
15413
15414 CEOF
15415 EOF
15416
15417 cat >> $CONFIG_STATUS <<\EOF
15418
15419 # Split the substitutions into bite-sized pieces for seds with
15420 # small command number limits, like on Digital OSF/1 and HP-UX.
15421 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
15422 ac_file=1 # Number of current file.
15423 ac_beg=1 # First line for current file.
15424 ac_end=$ac_max_sed_cmds # Line after last line for current file.
15425 ac_more_lines=:
15426 ac_sed_cmds=""
15427 while $ac_more_lines; do
15428 if test $ac_beg -gt 1; then
15429 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
15430 else
15431 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
15432 fi
15433 if test ! -s conftest.s$ac_file; then
15434 ac_more_lines=false
15435 rm -f conftest.s$ac_file
15436 else
15437 if test -z "$ac_sed_cmds"; then
15438 ac_sed_cmds="sed -f conftest.s$ac_file"
15439 else
15440 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
15441 fi
15442 ac_file=`expr $ac_file + 1`
15443 ac_beg=$ac_end
15444 ac_end=`expr $ac_end + $ac_max_sed_cmds`
15445 fi
15446 done
15447 if test -z "$ac_sed_cmds"; then
15448 ac_sed_cmds=cat
15449 fi
15450 EOF
15451
15452 cat >> $CONFIG_STATUS <<EOF
15453
15454 CONFIG_FILES=\${CONFIG_FILES-"wx-config
15455 src/make.env
15456 src/makeprog.env
15457 src/makelib.env
15458 Makefile
15459 "}
15460 EOF
15461 cat >> $CONFIG_STATUS <<\EOF
15462 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
15463 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
15464 case "$ac_file" in
15465 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
15466 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
15467 *) ac_file_in="${ac_file}.in" ;;
15468 esac
15469
15470 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
15471
15472 # Remove last slash and all that follows it. Not all systems have dirname.
15473 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
15474 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
15475 # The file is in a subdirectory.
15476 test ! -d "$ac_dir" && mkdir "$ac_dir"
15477 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
15478 # A "../" for each directory in $ac_dir_suffix.
15479 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
15480 else
15481 ac_dir_suffix= ac_dots=
15482 fi
15483
15484 case "$ac_given_srcdir" in
15485 .) srcdir=.
15486 if test -z "$ac_dots"; then top_srcdir=.
15487 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
15488 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
15489 *) # Relative path.
15490 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
15491 top_srcdir="$ac_dots$ac_given_srcdir" ;;
15492 esac
15493
15494 case "$ac_given_INSTALL" in
15495 [/$]*) INSTALL="$ac_given_INSTALL" ;;
15496 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
15497 esac
15498
15499 echo creating "$ac_file"
15500 rm -f "$ac_file"
15501 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
15502 case "$ac_file" in
15503 *Makefile*) ac_comsub="1i\\
15504 # $configure_input" ;;
15505 *) ac_comsub= ;;
15506 esac
15507
15508 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
15509 sed -e "$ac_comsub
15510 s%@configure_input@%$configure_input%g
15511 s%@srcdir@%$srcdir%g
15512 s%@top_srcdir@%$top_srcdir%g
15513 s%@INSTALL@%$INSTALL%g
15514 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
15515 fi; done
15516 rm -f conftest.s*
15517
15518 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
15519 # NAME is the cpp macro being defined and VALUE is the value it is being given.
15520 #
15521 # ac_d sets the value in "#define NAME VALUE" lines.
15522 ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
15523 ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
15524 ac_dC='\3'
15525 ac_dD='%g'
15526 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
15527 ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
15528 ac_uB='\([ ]\)%\1#\2define\3'
15529 ac_uC=' '
15530 ac_uD='\4%g'
15531 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
15532 ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
15533 ac_eB='$%\1#\2define\3'
15534 ac_eC=' '
15535 ac_eD='%g'
15536
15537 if test "${CONFIG_HEADERS+set}" != set; then
15538 EOF
15539 cat >> $CONFIG_STATUS <<EOF
15540 CONFIG_HEADERS="setup.h:setup.h.in"
15541 EOF
15542 cat >> $CONFIG_STATUS <<\EOF
15543 fi
15544 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
15545 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
15546 case "$ac_file" in
15547 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
15548 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
15549 *) ac_file_in="${ac_file}.in" ;;
15550 esac
15551
15552 echo creating $ac_file
15553
15554 rm -f conftest.frag conftest.in conftest.out
15555 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
15556 cat $ac_file_inputs > conftest.in
15557
15558 EOF
15559
15560 # Transform confdefs.h into a sed script conftest.vals that substitutes
15561 # the proper values into config.h.in to produce config.h. And first:
15562 # Protect against being on the right side of a sed subst in config.status.
15563 # Protect against being in an unquoted here document in config.status.
15564 rm -f conftest.vals
15565 cat > conftest.hdr <<\EOF
15566 s/[\\&%]/\\&/g
15567 s%[\\$`]%\\&%g
15568 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
15569 s%ac_d%ac_u%gp
15570 s%ac_u%ac_e%gp
15571 EOF
15572 sed -n -f conftest.hdr confdefs.h > conftest.vals
15573 rm -f conftest.hdr
15574
15575 # This sed command replaces #undef with comments. This is necessary, for
15576 # example, in the case of _POSIX_SOURCE, which is predefined and required
15577 # on some systems where configure will not decide to define it.
15578 cat >> conftest.vals <<\EOF
15579 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
15580 EOF
15581
15582 # Break up conftest.vals because some shells have a limit on
15583 # the size of here documents, and old seds have small limits too.
15584
15585 rm -f conftest.tail
15586 while :
15587 do
15588 ac_lines=`grep -c . conftest.vals`
15589 # grep -c gives empty output for an empty file on some AIX systems.
15590 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
15591 # Write a limited-size here document to conftest.frag.
15592 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
15593 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
15594 echo 'CEOF
15595 sed -f conftest.frag conftest.in > conftest.out
15596 rm -f conftest.in
15597 mv conftest.out conftest.in
15598 ' >> $CONFIG_STATUS
15599 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
15600 rm -f conftest.vals
15601 mv conftest.tail conftest.vals
15602 done
15603 rm -f conftest.vals
15604
15605 cat >> $CONFIG_STATUS <<\EOF
15606 rm -f conftest.frag conftest.h
15607 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
15608 cat conftest.in >> conftest.h
15609 rm -f conftest.in
15610 if cmp -s $ac_file conftest.h 2>/dev/null; then
15611 echo "$ac_file is unchanged"
15612 rm -f conftest.h
15613 else
15614 # Remove last slash and all that follows it. Not all systems have dirname.
15615 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
15616 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
15617 # The file is in a subdirectory.
15618 test ! -d "$ac_dir" && mkdir "$ac_dir"
15619 fi
15620 rm -f $ac_file
15621 mv conftest.h $ac_file
15622 fi
15623 fi; done
15624
15625 EOF
15626 cat >> $CONFIG_STATUS <<EOF
15627
15628 TOOLKIT_DIR="${TOOLKIT_DIR}"
15629 TOOLKIT_NAME="${TOOLKIT_NAME}"
15630 LN_S="${LN_S}"
15631
15632
15633 EOF
15634 cat >> $CONFIG_STATUS <<\EOF
15635
15636 chmod +x wx-config
15637 mv wx-config wx${TOOLKIT_NAME}-config
15638 ${LN_S} wx${TOOLKIT_NAME}-config wx-config
15639
15640
15641 if test ! -d lib; then
15642 mkdir lib
15643 fi
15644 if test ! -d lib/wx; then
15645 mkdir lib/wx
15646 fi
15647 if test ! -d lib/wx/include; then
15648 mkdir lib/wx/include
15649 fi
15650 if test ! -d lib/wx/include/wx; then
15651 mkdir lib/wx/include/wx
15652 fi
15653 if test ! -d lib/wx/include/wx/${TOOLKIT_NAME}; then
15654 mkdir lib/wx/include/wx/${TOOLKIT_NAME}
15655 fi
15656 if test -f setup.h; then
15657 cp -f setup.h lib/wx/include/wx/${TOOLKIT_NAME}/setup.h
15658 fi
15659
15660
15661 if test ! -d include; then
15662 mkdir include
15663 fi
15664 if test ! -d include/wx; then
15665 mkdir include/wx
15666 fi
15667 if test ! -d include/wx/${TOOLKIT_DIR}; then
15668 mkdir include/wx/${TOOLKIT_DIR}
15669 fi
15670 if test -f setup.h; then
15671 mv -f setup.h include/wx/${TOOLKIT_DIR}/setup.h
15672 fi
15673
15674
15675 exit 0
15676 EOF
15677 chmod +x $CONFIG_STATUS
15678 rm -fr confdefs* $ac_clean_files
15679 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
15680
15681 if test "$no_recursion" != yes; then
15682
15683 # Remove --cache-file and --srcdir arguments so they do not pile up.
15684 ac_sub_configure_args=
15685 ac_prev=
15686 for ac_arg in $ac_configure_args; do
15687 if test -n "$ac_prev"; then
15688 ac_prev=
15689 continue
15690 fi
15691 case "$ac_arg" in
15692 -cache-file | --cache-file | --cache-fil | --cache-fi \
15693 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
15694 ac_prev=cache_file ;;
15695 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
15696 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
15697 ;;
15698 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
15699 ac_prev=srcdir ;;
15700 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
15701 ;;
15702 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
15703 esac
15704 done
15705
15706 for ac_config_dir in demos samples utils contrib; do
15707
15708 # Do not complain, so a configure script can configure whichever
15709 # parts of a large source tree are present.
15710 if test ! -d $srcdir/$ac_config_dir; then
15711 continue
15712 fi
15713
15714 echo configuring in $ac_config_dir
15715
15716 case "$srcdir" in
15717 .) ;;
15718 *)
15719 if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
15720 else
15721 { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
15722 fi
15723 ;;
15724 esac
15725
15726 ac_popdir=`pwd`
15727 cd $ac_config_dir
15728
15729 # A "../" for each directory in /$ac_config_dir.
15730 ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
15731
15732 case "$srcdir" in
15733 .) # No --srcdir option. We are building in place.
15734 ac_sub_srcdir=$srcdir ;;
15735 /*) # Absolute path.
15736 ac_sub_srcdir=$srcdir/$ac_config_dir ;;
15737 *) # Relative path.
15738 ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
15739 esac
15740
15741 # Check for guested configure; otherwise get Cygnus style configure.
15742 if test -f $ac_sub_srcdir/configure; then
15743 ac_sub_configure=$ac_sub_srcdir/configure
15744 elif test -f $ac_sub_srcdir/configure.in; then
15745 ac_sub_configure=$ac_configure
15746 else
15747 echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
15748 ac_sub_configure=
15749 fi
15750
15751 # The recursion is here.
15752 if test -n "$ac_sub_configure"; then
15753
15754 # Make the cache file name correct relative to the subdirectory.
15755 case "$cache_file" in
15756 /*) ac_sub_cache_file=$cache_file ;;
15757 *) # Relative path.
15758 ac_sub_cache_file="$ac_dots$cache_file" ;;
15759 esac
15760 case "$ac_given_INSTALL" in
15761 [/$]*) INSTALL="$ac_given_INSTALL" ;;
15762 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
15763 esac
15764
15765 echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
15766 # The eval makes quoting arguments work.
15767 if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
15768 then :
15769 else
15770 { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }
15771 fi
15772 fi
15773
15774 cd $ac_popdir
15775 done
15776 fi
15777
15778