]> git.saurik.com Git - wxWidgets.git/blame - configure
/usr/include added back for AIX
[wxWidgets.git] / configure
CommitLineData
10f2d63a
VZ
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
10f2d63a
VZ
36
37
38
39
40# Guess values for system-dependent variables and create Makefiles.
41# Generated automatically using autoconf version 2.13
42# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
43#
44# This configure script is free software; the Free Software Foundation
45# gives unlimited permission to copy, distribute and modify it.
46
47# Defaults:
48ac_help=
49ac_default_prefix=/usr/local
50# Any additions from configure.in:
51ac_help="$ac_help
52--enable-gui use GUI classes"
53ac_help="$ac_help
54 --with-gtk use GTK+"
55ac_help="$ac_help
56 --with-motif use Motif/Lesstif"
57ac_help="$ac_help
58 --with-wine use WINE"
59ac_help="$ac_help
60 --with-cygwin use Cygwin for MS-Windows"
61ac_help="$ac_help
62 --with-mingw use GCC Minimal MS-Windows"
63ac_help="$ac_help
64 --with-gtk-prefix=PFX Prefix where GTK is installed"
65ac_help="$ac_help
66 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed"
67ac_help="$ac_help
68--with-dmalloc use dmalloc library (www.letters.com/dmalloc)"
69ac_help="$ac_help
70--with-zlib use zlib for LZW compression"
71ac_help="$ac_help
72--with-libpng use libpng (PNG image format)"
73ac_help="$ac_help
74--with-libjpeg use libjpeg (JPEG file format)"
75ac_help="$ac_help
76--with-opengl use OpenGL (or Mesa)"
77ac_help="$ac_help
78--with-odbc use the IODBC and wxODBC classes"
79ac_help="$ac_help
80--enable-shared create shared library code"
81ac_help="$ac_help
82--enable-optimise create optimised code"
83ac_help="$ac_help
84--enable-debug same as debug_flag and debug_info"
85ac_help="$ac_help
86--enable-debug_flag set __WXDEBUG__ flag (recommended for developers!)"
87ac_help="$ac_help
88--enable-debug_info create code with debugging information"
89ac_help="$ac_help
90--enable-debug_gdb create code with extra GDB debugging information"
91ac_help="$ac_help
92--enable-debug_cntxt use wxDebugContext"
93ac_help="$ac_help
94--enable-mem_tracing create code with memory tracing"
95ac_help="$ac_help
96--enable-profile create code with profiling information"
97ac_help="$ac_help
98--enable-no_rtti create code without RTTI information"
99ac_help="$ac_help
100--enable-no_exceptions create code without exceptions information"
101ac_help="$ac_help
102--enable-permissive compile code disregarding strict ANSI"
103ac_help="$ac_help
104--enable-no_deps create code without dependency information"
105ac_help="$ac_help
106--enable-intl use internationalization system"
107ac_help="$ac_help
108--enable-config use wxConfig (and derived) classes"
109ac_help="$ac_help
110--enable-sockets use socket/network classes"
111ac_help="$ac_help
112--enable-dialupman use dialup network classes"
113ac_help="$ac_help
114--enable-ipc use interprocess communication (wxSocket etc.)"
115ac_help="$ac_help
116--enable-apple_ieee use the Apple IEEE codec"
117ac_help="$ac_help
118--enable-timedate use date/time classes"
119ac_help="$ac_help
120--enable-wave use wxWave class"
121ac_help="$ac_help
122--enable-fraction use wxFraction class"
123ac_help="$ac_help
124--enable-dynlib use wxLibrary class for DLL loading"
125ac_help="$ac_help
126--enable-longlong use wxLongLong class"
127ac_help="$ac_help
128--enable-log use logging system"
129ac_help="$ac_help
130--enable-streams use wxStream etc classes"
131ac_help="$ac_help
132--enable-file use wxFile classes"
133ac_help="$ac_help
134--enable-textfile use wxTextFile classes"
135ac_help="$ac_help
136--enable-unicode compile wxString with Unicode support"
137ac_help="$ac_help
138--enable-wcsrtombs use wcsrtombs instead of buggy (GNU libc1/Linux libc5) wcstombs"
139ac_help="$ac_help
140--enable-wxprintfv use wxWindows implementation of vprintf()"
141ac_help="$ac_help
142--enable-joystick compile in joystick support (Linux only)"
143ac_help="$ac_help
144--enable-std_iostreams use standard C++ stream classes"
145ac_help="$ac_help
146--enable-fs_inet use virtual HTTP/FTP filesystems"
147ac_help="$ac_help
148--enable-fs_zip use virtual ZIP filesystems"
149ac_help="$ac_help
150--enable-zipstream use wxZipInputStream"
151ac_help="$ac_help
152--enable-threads use threads"
153ac_help="$ac_help
154--enable-serial use class serialization"
155ac_help="$ac_help
156--enable-docview use document view architecture"
157ac_help="$ac_help
158--enable-help use help (using external browser at present)"
159ac_help="$ac_help
160--enable-constraints use layout-constraints system"
161ac_help="$ac_help
162--enable-printarch use printing architecture"
163ac_help="$ac_help
164--enable-mdi use multiple document interface architecture"
165ac_help="$ac_help
166--enable-postscript use wxPostscriptDC device context (default for gtk+)"
167ac_help="$ac_help
168--enable-prologio use Prolog IO library"
169ac_help="$ac_help
170--enable-resources use wxWindows resources"
171ac_help="$ac_help
172--enable-xresources use X resources for save (default for gtk+)"
173ac_help="$ac_help
174--enable-clipboard use wxClipboard classes"
175ac_help="$ac_help
176--enable-dnd use Drag'n'Drop classes"
177ac_help="$ac_help
178--enable-wxtree make wxTree library"
179ac_help="$ac_help
180--enable-controls use all usual controls"
181ac_help="$ac_help
182--enable-accel use accelerators"
183ac_help="$ac_help
184--enable-caret use wxCaret class"
185ac_help="$ac_help
186--enable-bmpbutton use wxBitmapButton class"
187ac_help="$ac_help
188--enable-checkbox use wxCheckBox class"
189ac_help="$ac_help
190--enable-checklst use wxCheckListBox (listbox with checkboxes) class"
191ac_help="$ac_help
192--enable-choice use wxChoice class"
193ac_help="$ac_help
194--enable-combobox use wxComboBox classes"
195ac_help="$ac_help
196--enable-gauge use wxGauge class"
197ac_help="$ac_help
198--enable-grid use wxGrid class"
199ac_help="$ac_help
200--enable-newgrid use new wxGrid class"
201ac_help="$ac_help
202--enable-imaglist use wxImageList class"
203ac_help="$ac_help
204--enable-listbox use wxListBox class"
205ac_help="$ac_help
206--enable-listctrl use wxListCtrl class"
207ac_help="$ac_help
208--enable-notebook use wxNotebook class"
209ac_help="$ac_help
210--enable-radiobox use wxRadioBox class"
211ac_help="$ac_help
212--enable-radiobtn use wxRadioButton class"
213ac_help="$ac_help
214--enable-sash use wxSashWindow class"
215ac_help="$ac_help
216--enable-scrollbar use wxScrollBar class and scrollable windows"
217ac_help="$ac_help
218--enable-slider use wxSlider class"
219ac_help="$ac_help
220--enable-spinbtn use wxSpinButton class"
221ac_help="$ac_help
222--enable-splitter use wxSplitterWindow class"
223ac_help="$ac_help
224--enable-statbmp use wxStaticBitmap class"
225ac_help="$ac_help
226--enable-statbox use wxStaticBox class"
227ac_help="$ac_help
228--enable-statline use wxStaticLine class"
229ac_help="$ac_help
230--enable-statusbar use wxStatusBar class"
231ac_help="$ac_help
232--enable-tabdialog use wxTabControl class"
233ac_help="$ac_help
234--enable-toolbar use wxToolBar class"
235ac_help="$ac_help
236--enable-treectrl use wxTreeCtrl class"
237ac_help="$ac_help
238--enable-commondlg use common dialogs (wxDirDialog, wxProgressDialog, wxTextDialog, ...)"
239ac_help="$ac_help
240--enable-dirdlg use wxDirDialog"
241ac_help="$ac_help
242--enable-textdlg use wxTextDialog"
243ac_help="$ac_help
244--enable-tipdlg use startup tips"
245ac_help="$ac_help
246--enable-progressdlg use wxProgressDialog"
247ac_help="$ac_help
248--enable-miniframe use wxMiniFrame class"
249ac_help="$ac_help
250--enable-html use wxHTML sub-library"
251ac_help="$ac_help
252--enable-tooltips use wxToolTip class"
253ac_help="$ac_help
254--enable-splines use spline drawing code"
255ac_help="$ac_help
256--enable-validators use wxValidator and derived classes"
257ac_help="$ac_help
258--enable-busyinfo use wxBusyInfo"
259ac_help="$ac_help
260--enable-gif use gif images (GIF file format)"
261ac_help="$ac_help
262--enable-pcx use pcx images (PCX file format)"
263ac_help="$ac_help
264--enable-pnm use pnm images (PNM file format)"
265
266# Initialize some variables set by options.
267# The variables have the same names as the options, with
268# dashes changed to underlines.
269build=NONE
270cache_file=./config.cache
271exec_prefix=NONE
272host=NONE
273no_create=
274nonopt=NONE
275no_recursion=
276prefix=NONE
277program_prefix=NONE
278program_suffix=NONE
279program_transform_name=s,x,x,
280silent=
281site=
282srcdir=
283target=NONE
284verbose=
285x_includes=NONE
286x_libraries=NONE
287bindir='${exec_prefix}/bin'
288sbindir='${exec_prefix}/sbin'
289libexecdir='${exec_prefix}/libexec'
290datadir='${prefix}/share'
291sysconfdir='${prefix}/etc'
292sharedstatedir='${prefix}/com'
293localstatedir='${prefix}/var'
294libdir='${exec_prefix}/lib'
295includedir='${prefix}/include'
296oldincludedir='/usr/include'
297infodir='${prefix}/info'
298mandir='${prefix}/man'
299
300# Initialize some other variables.
301subdirs=
302MFLAGS= MAKEFLAGS=
303SHELL=${CONFIG_SHELL-/bin/sh}
304# Maximum number of lines to put in a shell here document.
305ac_max_here_lines=12
306
307ac_prev=
308for ac_option
309do
310
311 # If the previous option needs an argument, assign it.
312 if test -n "$ac_prev"; then
313 eval "$ac_prev=\$ac_option"
314 ac_prev=
315 continue
316 fi
317
318 case "$ac_option" in
319 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
320 *) ac_optarg= ;;
321 esac
322
323 # Accept the important Cygnus configure options, so we can diagnose typos.
324
325 case "$ac_option" in
326
327 -bindir | --bindir | --bindi | --bind | --bin | --bi)
328 ac_prev=bindir ;;
329 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
330 bindir="$ac_optarg" ;;
331
332 -build | --build | --buil | --bui | --bu)
333 ac_prev=build ;;
334 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
335 build="$ac_optarg" ;;
336
337 -cache-file | --cache-file | --cache-fil | --cache-fi \
338 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
339 ac_prev=cache_file ;;
340 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
341 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
342 cache_file="$ac_optarg" ;;
343
344 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
345 ac_prev=datadir ;;
346 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
347 | --da=*)
348 datadir="$ac_optarg" ;;
349
350 -disable-* | --disable-*)
351 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
352 # Reject names that are not valid shell variable names.
353 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
354 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
355 fi
356 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
357 eval "enable_${ac_feature}=no" ;;
358
359 -enable-* | --enable-*)
360 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
361 # Reject names that are not valid shell variable names.
362 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
363 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
364 fi
365 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
366 case "$ac_option" in
367 *=*) ;;
368 *) ac_optarg=yes ;;
369 esac
370 eval "enable_${ac_feature}='$ac_optarg'" ;;
371
372 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
373 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
374 | --exec | --exe | --ex)
375 ac_prev=exec_prefix ;;
376 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
377 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
378 | --exec=* | --exe=* | --ex=*)
379 exec_prefix="$ac_optarg" ;;
380
381 -gas | --gas | --ga | --g)
382 # Obsolete; use --with-gas.
383 with_gas=yes ;;
384
385 -help | --help | --hel | --he)
386 # Omit some internal or obsolete options to make the list less imposing.
387 # This message is too long to be a string in the A/UX 3.1 sh.
388 cat << EOF
389Usage: configure [options] [host]
390Options: [defaults in brackets after descriptions]
391Configuration:
392 --cache-file=FILE cache test results in FILE
393 --help print this message
394 --no-create do not create output files
395 --quiet, --silent do not print \`checking...' messages
396 --version print the version of autoconf that created configure
397Directory and file names:
398 --prefix=PREFIX install architecture-independent files in PREFIX
399 [$ac_default_prefix]
400 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
401 [same as prefix]
402 --bindir=DIR user executables in DIR [EPREFIX/bin]
403 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
404 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
405 --datadir=DIR read-only architecture-independent data in DIR
406 [PREFIX/share]
407 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
408 --sharedstatedir=DIR modifiable architecture-independent data in DIR
409 [PREFIX/com]
410 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
411 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
412 --includedir=DIR C header files in DIR [PREFIX/include]
413 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
414 --infodir=DIR info documentation in DIR [PREFIX/info]
415 --mandir=DIR man documentation in DIR [PREFIX/man]
416 --srcdir=DIR find the sources in DIR [configure dir or ..]
417 --program-prefix=PREFIX prepend PREFIX to installed program names
418 --program-suffix=SUFFIX append SUFFIX to installed program names
419 --program-transform-name=PROGRAM
420 run sed PROGRAM on installed program names
421EOF
422 cat << EOF
423Host type:
424 --build=BUILD configure for building on BUILD [BUILD=HOST]
425 --host=HOST configure for HOST [guessed]
426 --target=TARGET configure for TARGET [TARGET=HOST]
427Features and packages:
428 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
429 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
430 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
431 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
432 --x-includes=DIR X include files are in DIR
433 --x-libraries=DIR X library files are in DIR
434EOF
435 if test -n "$ac_help"; then
436 echo "--enable and --with options recognized:$ac_help"
437 fi
438 exit 0 ;;
439
440 -host | --host | --hos | --ho)
441 ac_prev=host ;;
442 -host=* | --host=* | --hos=* | --ho=*)
443 host="$ac_optarg" ;;
444
445 -includedir | --includedir | --includedi | --included | --include \
446 | --includ | --inclu | --incl | --inc)
447 ac_prev=includedir ;;
448 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
449 | --includ=* | --inclu=* | --incl=* | --inc=*)
450 includedir="$ac_optarg" ;;
451
452 -infodir | --infodir | --infodi | --infod | --info | --inf)
453 ac_prev=infodir ;;
454 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
455 infodir="$ac_optarg" ;;
456
457 -libdir | --libdir | --libdi | --libd)
458 ac_prev=libdir ;;
459 -libdir=* | --libdir=* | --libdi=* | --libd=*)
460 libdir="$ac_optarg" ;;
461
462 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
463 | --libexe | --libex | --libe)
464 ac_prev=libexecdir ;;
465 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
466 | --libexe=* | --libex=* | --libe=*)
467 libexecdir="$ac_optarg" ;;
468
469 -localstatedir | --localstatedir | --localstatedi | --localstated \
470 | --localstate | --localstat | --localsta | --localst \
471 | --locals | --local | --loca | --loc | --lo)
472 ac_prev=localstatedir ;;
473 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
474 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
475 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
476 localstatedir="$ac_optarg" ;;
477
478 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
479 ac_prev=mandir ;;
480 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
481 mandir="$ac_optarg" ;;
482
483 -nfp | --nfp | --nf)
484 # Obsolete; use --without-fp.
485 with_fp=no ;;
486
487 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
488 | --no-cr | --no-c)
489 no_create=yes ;;
490
491 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
492 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
493 no_recursion=yes ;;
494
495 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
496 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
497 | --oldin | --oldi | --old | --ol | --o)
498 ac_prev=oldincludedir ;;
499 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
500 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
501 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
502 oldincludedir="$ac_optarg" ;;
503
504 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
505 ac_prev=prefix ;;
506 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
507 prefix="$ac_optarg" ;;
508
509 -program-prefix | --program-prefix | --program-prefi | --program-pref \
510 | --program-pre | --program-pr | --program-p)
511 ac_prev=program_prefix ;;
512 -program-prefix=* | --program-prefix=* | --program-prefi=* \
513 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
514 program_prefix="$ac_optarg" ;;
515
516 -program-suffix | --program-suffix | --program-suffi | --program-suff \
517 | --program-suf | --program-su | --program-s)
518 ac_prev=program_suffix ;;
519 -program-suffix=* | --program-suffix=* | --program-suffi=* \
520 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
521 program_suffix="$ac_optarg" ;;
522
523 -program-transform-name | --program-transform-name \
524 | --program-transform-nam | --program-transform-na \
525 | --program-transform-n | --program-transform- \
526 | --program-transform | --program-transfor \
527 | --program-transfo | --program-transf \
528 | --program-trans | --program-tran \
529 | --progr-tra | --program-tr | --program-t)
530 ac_prev=program_transform_name ;;
531 -program-transform-name=* | --program-transform-name=* \
532 | --program-transform-nam=* | --program-transform-na=* \
533 | --program-transform-n=* | --program-transform-=* \
534 | --program-transform=* | --program-transfor=* \
535 | --program-transfo=* | --program-transf=* \
536 | --program-trans=* | --program-tran=* \
537 | --progr-tra=* | --program-tr=* | --program-t=*)
538 program_transform_name="$ac_optarg" ;;
539
540 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
541 | -silent | --silent | --silen | --sile | --sil)
542 silent=yes ;;
543
544 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
545 ac_prev=sbindir ;;
546 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
547 | --sbi=* | --sb=*)
548 sbindir="$ac_optarg" ;;
549
550 -sharedstatedir | --sharedstatedir | --sharedstatedi \
551 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
552 | --sharedst | --shareds | --shared | --share | --shar \
553 | --sha | --sh)
554 ac_prev=sharedstatedir ;;
555 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
556 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
557 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
558 | --sha=* | --sh=*)
559 sharedstatedir="$ac_optarg" ;;
560
561 -site | --site | --sit)
562 ac_prev=site ;;
563 -site=* | --site=* | --sit=*)
564 site="$ac_optarg" ;;
565
566 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
567 ac_prev=srcdir ;;
568 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
569 srcdir="$ac_optarg" ;;
570
571 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
572 | --syscon | --sysco | --sysc | --sys | --sy)
573 ac_prev=sysconfdir ;;
574 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
575 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
576 sysconfdir="$ac_optarg" ;;
577
578 -target | --target | --targe | --targ | --tar | --ta | --t)
579 ac_prev=target ;;
580 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
581 target="$ac_optarg" ;;
582
583 -v | -verbose | --verbose | --verbos | --verbo | --verb)
584 verbose=yes ;;
585
586 -version | --version | --versio | --versi | --vers)
587 echo "configure generated by autoconf version 2.13"
588 exit 0 ;;
589
590 -with-* | --with-*)
591 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
592 # Reject names that are not valid shell variable names.
593 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
594 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
595 fi
596 ac_package=`echo $ac_package| sed 's/-/_/g'`
597 case "$ac_option" in
598 *=*) ;;
599 *) ac_optarg=yes ;;
600 esac
601 eval "with_${ac_package}='$ac_optarg'" ;;
602
603 -without-* | --without-*)
604 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
605 # Reject names that are not valid shell variable names.
606 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
607 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
608 fi
609 ac_package=`echo $ac_package| sed 's/-/_/g'`
610 eval "with_${ac_package}=no" ;;
611
612 --x)
613 # Obsolete; use --with-x.
614 with_x=yes ;;
615
616 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
617 | --x-incl | --x-inc | --x-in | --x-i)
618 ac_prev=x_includes ;;
619 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
620 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
621 x_includes="$ac_optarg" ;;
622
623 -x-libraries | --x-libraries | --x-librarie | --x-librari \
624 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
625 ac_prev=x_libraries ;;
626 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
627 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
628 x_libraries="$ac_optarg" ;;
629
630 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
631 ;;
632
633 *)
634 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
635 echo "configure: warning: $ac_option: invalid host type" 1>&2
636 fi
637 if test "x$nonopt" != xNONE; then
638 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
639 fi
640 nonopt="$ac_option"
641 ;;
642
643 esac
644done
645
646if test -n "$ac_prev"; then
647 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
648fi
649
650trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
651
652# File descriptor usage:
653# 0 standard input
654# 1 file creation
655# 2 errors and warnings
656# 3 some systems may open it to /dev/tty
657# 4 used on the Kubota Titan
658# 6 checking for... messages and results
659# 5 compiler messages saved in config.log
660if test "$silent" = yes; then
661 exec 6>/dev/null
662else
663 exec 6>&1
664fi
665exec 5>./config.log
666
667echo "\
668This file contains any messages produced by compilers while
669running configure, to aid debugging if configure makes a mistake.
670" 1>&5
671
672# Strip out --no-create and --no-recursion so they do not pile up.
673# Also quote any args containing shell metacharacters.
674ac_configure_args=
675for ac_arg
676do
677 case "$ac_arg" in
678 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
679 | --no-cr | --no-c) ;;
680 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
681 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
682 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
683 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
684 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
685 esac
686done
687
688# NLS nuisances.
689# Only set these to C if already set. These must not be set unconditionally
690# because not all systems understand e.g. LANG=C (notably SCO).
691# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
692# Non-C LC_CTYPE values break the ctype check.
693if test "${LANG+set}" = set; then LANG=C; export LANG; fi
694if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
695if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
696if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
697
698# confdefs.h avoids OS command line length limits that DEFS can exceed.
699rm -rf conftest* confdefs.h
700# AIX cpp loses on an empty file, so make sure it contains at least a newline.
701echo > confdefs.h
702
703# A filename unique to this package, relative to the directory that
704# configure is in, which we can look for to find out if srcdir is correct.
705ac_unique_file=wx-config.in
706
707# Find the source files, if location was not specified.
708if test -z "$srcdir"; then
709 ac_srcdir_defaulted=yes
710 # Try the directory containing this script, then its parent.
711 ac_prog=$0
712 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
713 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
714 srcdir=$ac_confdir
715 if test ! -r $srcdir/$ac_unique_file; then
716 srcdir=..
717 fi
718else
719 ac_srcdir_defaulted=no
720fi
721if test ! -r $srcdir/$ac_unique_file; then
722 if test "$ac_srcdir_defaulted" = yes; then
723 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
724 else
725 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
726 fi
727fi
728srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
729
730# Prefer explicitly selected file to automatically selected ones.
731if test -z "$CONFIG_SITE"; then
732 if test "x$prefix" != xNONE; then
733 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
734 else
735 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
736 fi
737fi
738for ac_site_file in $CONFIG_SITE; do
739 if test -r "$ac_site_file"; then
740 echo "loading site script $ac_site_file"
741 . "$ac_site_file"
742 fi
743done
744
745if test -r "$cache_file"; then
746 echo "loading cache $cache_file"
747 . $cache_file
748else
749 echo "creating cache $cache_file"
750 > $cache_file
751fi
752
753ac_ext=c
754# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
755ac_cpp='$CPP $CPPFLAGS'
756ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
757ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
758cross_compiling=$ac_cv_prog_cc_cross
759
760ac_exeext=
761ac_objext=o
762if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
763 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
764 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
765 ac_n= ac_c='
766' ac_t=' '
767 else
768 ac_n=-n ac_c= ac_t=
769 fi
770else
771 ac_n= ac_c='\c' ac_t=
772fi
773
774
775
776ac_aux_dir=
777for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
778 if test -f $ac_dir/install-sh; then
779 ac_aux_dir=$ac_dir
780 ac_install_sh="$ac_aux_dir/install-sh -c"
781 break
782 elif test -f $ac_dir/install.sh; then
783 ac_aux_dir=$ac_dir
784 ac_install_sh="$ac_aux_dir/install.sh -c"
785 break
786 fi
787done
788if test -z "$ac_aux_dir"; then
789 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
790fi
791ac_config_guess=$ac_aux_dir/config.guess
792ac_config_sub=$ac_aux_dir/config.sub
793ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
794
795
796# Do some error checking and defaulting for the host and target type.
797# The inputs are:
798# configure --host=HOST --target=TARGET --build=BUILD NONOPT
799#
800# The rules are:
801# 1. You are not allowed to specify --host, --target, and nonopt at the
802# same time.
803# 2. Host defaults to nonopt.
804# 3. If nonopt is not specified, then host defaults to the current host,
805# as determined by config.guess.
806# 4. Target and build default to nonopt.
807# 5. If nonopt is not specified, then target and build default to host.
808
809# The aliases save the names the user supplied, while $host etc.
810# will get canonicalized.
811case $host---$target---$nonopt in
812NONE---*---* | *---NONE---* | *---*---NONE) ;;
813*) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
814esac
815
816
817# Make sure we can run config.sub.
818if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
819else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
820fi
821
822echo $ac_n "checking host system type""... $ac_c" 1>&6
f512f90a 823echo "configure:824: checking host system type" >&5
10f2d63a
VZ
824
825host_alias=$host
826case "$host_alias" in
827NONE)
828 case $nonopt in
829 NONE)
830 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
831 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
832 fi ;;
833 *) host_alias=$nonopt ;;
834 esac ;;
835esac
836
837host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
838host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
839host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
840host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
841echo "$ac_t""$host" 1>&6
842
843echo $ac_n "checking target system type""... $ac_c" 1>&6
f512f90a 844echo "configure:845: checking target system type" >&5
10f2d63a
VZ
845
846target_alias=$target
847case "$target_alias" in
848NONE)
849 case $nonopt in
850 NONE) target_alias=$host_alias ;;
851 *) target_alias=$nonopt ;;
852 esac ;;
853esac
854
855target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
856target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
857target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
858target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
859echo "$ac_t""$target" 1>&6
860
861echo $ac_n "checking build system type""... $ac_c" 1>&6
f512f90a 862echo "configure:863: checking build system type" >&5
10f2d63a
VZ
863
864build_alias=$build
865case "$build_alias" in
866NONE)
867 case $nonopt in
868 NONE) build_alias=$host_alias ;;
869 *) build_alias=$nonopt ;;
870 esac ;;
871esac
872
873build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
874build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
875build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
876build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
877echo "$ac_t""$build" 1>&6
878
879test "$host_alias" != "$target_alias" &&
880 test "$program_prefix$program_suffix$program_transform_name" = \
881 NONENONEs,x,x, &&
882 program_prefix=${target_alias}-
883
884
885
886WX_MAJOR_VERSION_NUMBER=2
887WX_MINOR_VERSION_NUMBER=1
888WX_RELEASE_NUMBER=10
889
890WX_INTERFACE_AGE=0
891WX_BINARY_AGE=0
892
893WX_VERSION=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER.$WX_RELEASE_NUMBER
894
895WX_RELEASE=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER
896WX_CURRENT=`expr $WX_RELEASE_NUMBER - $WX_INTERFACE_AGE`
897WX_REVISION=$WX_INTERFACE_AGE
898WX_AGE=`expr $WX_BINARY_AGE - $WX_INTERFACE_AGE`
899
900
901USE_UNIX=1
902USE_WIN32=0
903USE_LINUX=
904USE_SGI=
905USE_HPUX=
906USE_SYSV=
907USE_SVR4=
908USE_AIX=
909USE_SUN=
910USE_SOLARIS=
911USE_SUNOS=
912USE_ALPHA=
913USE_OSF=
914USE_BSD=
915USE_FREEBSD=
916USE_VMS=
917USE_ULTRIX=
918USE_CYGWIN=
919USE_MINGW=
920USE_DATA_GENERAL=
921
922ALL_TOOLKITS="CYGWIN GTK MINGW MOTIF WINE"
923
924DEFAULT_wxUSE_GTK=0
925DEFAULT_wxUSE_MOTIF=0
926DEFAULT_wxUSE_MSW=0
927DEFAULT_wxUSE_WINE=0
928
929DEFAULT_DEFAULT_wxUSE_GTK=0
930DEFAULT_DEFAULT_wxUSE_MOTIF=0
931DEFAULT_DEFAULT_wxUSE_MSW=0
932DEFAULT_DEFAULT_wxUSE_WINE=0
933
934case "${host}" in
935 *-hp-hpux* )
936 USE_HPUX=1
937 DEFAULT_DEFAULT_wxUSE_MOTIF=1
938 cat >> confdefs.h <<\EOF
939#define __HPUX__ 1
940EOF
941
942 ;;
943 *-*-linux* )
944 USE_LINUX=1
945 cat >> confdefs.h <<\EOF
946#define __LINUX__ 1
947EOF
948
949 TMP=`uname -m`
950 if test "x$TMP" = "xalpha"; then
951 USE_ALPHA=1
952 cat >> confdefs.h <<\EOF
953#define __ALPHA__ 1
954EOF
955
956 fi
957 DEFAULT_DEFAULT_wxUSE_GTK=1
958 ;;
959 *-*-irix5* | *-*-irix6* )
960 USE_SGI=1
961 USE_SVR4=1
962 cat >> confdefs.h <<\EOF
963#define __SGI__ 1
964EOF
965
966 cat >> confdefs.h <<\EOF
967#define __SVR4__ 1
968EOF
969
970 DEFAULT_DEFAULT_wxUSE_MOTIF=1
971 ;;
972 *-*-solaris2* )
973 USE_SUN=1
974 USE_SOLARIS=1
975 USE_SVR4=1
976 cat >> confdefs.h <<\EOF
977#define __SUN__ 1
978EOF
979
980 cat >> confdefs.h <<\EOF
981#define __SOLARIS__ 1
982EOF
983
984 cat >> confdefs.h <<\EOF
985#define __SVR4__ 1
986EOF
987
988 DEFAULT_DEFAULT_wxUSE_MOTIF=1
989 ;;
990 *-*-sunos4* )
991 USE_SUN=1
992 USE_SUNOS=1
993 USE_BSD=1
994 cat >> confdefs.h <<\EOF
995#define __SUN__ 1
996EOF
997
998 cat >> confdefs.h <<\EOF
999#define __SUNOS__ 1
1000EOF
1001
1002 cat >> confdefs.h <<\EOF
1003#define __BSD__ 1
1004EOF
1005
1006 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1007 ;;
1008 *-*-freebsd* | *-*-netbsd*)
1009 USE_BSD=1
1010 USE_FREEBSD=1
1011 cat >> confdefs.h <<\EOF
1012#define __FREEBSD__ 1
1013EOF
1014
1015 cat >> confdefs.h <<\EOF
1016#define __BSD__ 1
1017EOF
1018
1019 DEFAULT_DEFAULT_wxUSE_GTK=1
1020 ;;
1021 *-*-osf* )
1022 USE_ALPHA=1
1023 USE_OSF=1
1024 cat >> confdefs.h <<\EOF
1025#define __ALPHA__ 1
1026EOF
1027
1028 cat >> confdefs.h <<\EOF
1029#define __OSF__ 1
1030EOF
1031
1032 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1033 ;;
1034 *-*-dgux5* )
1035 USE_ALPHA=1
1036 USE_SVR4=1
1037 cat >> confdefs.h <<\EOF
1038#define __ALPHA__ 1
1039EOF
1040
1041 cat >> confdefs.h <<\EOF
1042#define __SVR4__ 1
1043EOF
1044
1045 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1046 ;;
1047 *-*-sysv5* )
1048 USE_SYSV=1
1049 USE_SVR4=1
1050 cat >> confdefs.h <<\EOF
1051#define __SYSV__ 1
1052EOF
1053
1054 cat >> confdefs.h <<\EOF
1055#define __SVR4__ 1
1056EOF
1057
1058 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1059 ;;
1060 *-*-aix* )
1061 USE_AIX=1
1062 USE_SYSV=1
1063 USE_SVR4=1
1064 cat >> confdefs.h <<\EOF
1065#define __AIX__ 1
1066EOF
1067
1068 cat >> confdefs.h <<\EOF
1069#define __SYSV__ 1
1070EOF
1071
1072 cat >> confdefs.h <<\EOF
1073#define __SVR4__ 1
1074EOF
1075
1076 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1077 ;;
1078
1079 *-*-cygwin32* )
1080 USE_UNIX=0
1081 USE_WIN32=1
1082 cat >> confdefs.h <<\EOF
1083#define __WIN32__ 1
1084EOF
1085
1086 cat >> confdefs.h <<\EOF
1087#define __WIN95__ 1
1088EOF
1089
1090 cat >> confdefs.h <<\EOF
1091#define __WINDOWS__ 1
1092EOF
1093
1094 cat >> confdefs.h <<\EOF
1095#define __GNUWIN32__ 1
1096EOF
1097
1098 cat >> confdefs.h <<\EOF
1099#define STRICT 1
1100EOF
1101
1102 cat >> confdefs.h <<\EOF
1103#define WINVER 0x0400
1104EOF
1105
1106 DEFAULT_DEFAULT_wxUSE_MSW=1
1107 ;;
1108 *-*-mingw32* )
1109 USE_UNIX=0
1110 USE_WIN32=1
1111 cat >> confdefs.h <<\EOF
1112#define __WIN32__ 1
1113EOF
1114
1115 cat >> confdefs.h <<\EOF
1116#define __WIN95__ 1
1117EOF
1118
1119 cat >> confdefs.h <<\EOF
1120#define __WINDOWS__ 1
1121EOF
1122
1123 cat >> confdefs.h <<\EOF
1124#define __GNUWIN32__ 1
1125EOF
1126
1127 cat >> confdefs.h <<\EOF
1128#define STRICT 1
1129EOF
1130
1131 cat >> confdefs.h <<\EOF
1132#define WINVER 0x0400
1133EOF
1134
1135 DEFAULT_DEFAULT_wxUSE_MSW=1
1136 ;;
1137
1138 *-pc-os2_emx )
1139 cat >> confdefs.h <<\EOF
1140#define __EMX__ 1
1141EOF
1142
1143 ;;
1144
1145 *)
1146 { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; }
1147esac
1148
1149if test "$USE_UNIX" = 1 ; then
1150 wxUSE_UNIX=yes
1151 cat >> confdefs.h <<\EOF
1152#define __UNIX__ 1
1153EOF
1154
1155 SRC_SUBDIRS="$SRC_SUBDIRS unix"
1156 INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS unix"
1157fi
1158
1159if test "$USE_LINUX" = 1; then
1160 echo $ac_n "checking for gettext in -lc""... $ac_c" 1>&6
f512f90a 1161echo "configure:1162: checking for gettext in -lc" >&5
10f2d63a
VZ
1162ac_lib_var=`echo c'_'gettext | sed 'y%./+-%__p_%'`
1163if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1164 echo $ac_n "(cached) $ac_c" 1>&6
1165else
1166 ac_save_LIBS="$LIBS"
1167LIBS="-lc $LIBS"
1168cat > conftest.$ac_ext <<EOF
f512f90a 1169#line 1170 "configure"
10f2d63a
VZ
1170#include "confdefs.h"
1171/* Override any gcc2 internal prototype to avoid an error. */
1172/* We use char because int might match the return type of a gcc2
1173 builtin and then its argument prototype would still apply. */
1174char gettext();
1175
1176int main() {
1177gettext()
1178; return 0; }
1179EOF
f512f90a 1180if { (eval echo configure:1181: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
1181 rm -rf conftest*
1182 eval "ac_cv_lib_$ac_lib_var=yes"
1183else
1184 echo "configure: failed program was:" >&5
1185 cat conftest.$ac_ext >&5
1186 rm -rf conftest*
1187 eval "ac_cv_lib_$ac_lib_var=no"
1188fi
1189rm -f conftest*
1190LIBS="$ac_save_LIBS"
1191
1192fi
1193if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1194 echo "$ac_t""yes" 1>&6
1195 cat >> confdefs.h <<\EOF
1196#define wxHAVE_GLIBC2 1
1197EOF
1198
1199else
1200 echo "$ac_t""no" 1>&6
1201fi
1202
1203fi
1204
1205
1206
1207
1208 wx_arg_cache_file="configarg.cache"
1209 echo "loading argument cache $wx_arg_cache_file"
1210 rm -f ${wx_arg_cache_file}.tmp
1211 touch ${wx_arg_cache_file}.tmp
1212 touch ${wx_arg_cache_file}
1213
1214
1215DEBUG_CONFIGURE=0
1216if test $DEBUG_CONFIGURE = 1; then
1217 DEFAULT_wxUSE_THREADS=yes
1218
1219 DEFAULT_wxUSE_SHARED=yes
1220 DEFAULT_wxUSE_OPTIMISE=yes
1221 DEFAULT_wxUSE_PROFILE=no
1222 DEFAULT_wxUSE_NO_DEPS=no
1223 DEFAULT_wxUSE_NO_RTTI=no
1224 DEFAULT_wxUSE_NO_EXCEPTIONS=no
1225 DEFAULT_wxUSE_PERMISSIVE=no
1226 DEFAULT_wxUSE_DEBUG_FLAG=yes
1227 DEFAULT_wxUSE_DEBUG_INFO=yes
1228 DEFAULT_wxUSE_DEBUG_GDB=yes
1229 DEFAULT_wxUSE_MEM_TRACING=no
1230 DEFAULT_wxUSE_DEBUG_CONTEXT=no
1231 DEFAULT_wxUSE_DMALLOC=no
1232 DEFAULT_wxUSE_APPLE_IEEE=no
1233
1234 DEFAULT_wxUSE_LOG=yes
1235
1236 DEFAULT_wxUSE_GUI=yes
1237
1238 DEFAULT_wxUSE_ZLIB=no
1239 DEFAULT_wxUSE_LIBPNG=no
1240 DEFAULT_wxUSE_LIBJPEG=no
1241 DEFAULT_wxUSE_ODBC=no
1242
1243 DEFAULT_wxUSE_STD_IOSTREAM=no
1244 DEFAULT_wxUSE_FILE=no
1245 DEFAULT_wxUSE_TEXTFILE=no
1246 DEFAULT_wxUSE_TIMEDATE=no
1247 DEFAULT_wxUSE_WAVE=no
1248 DEFAULT_wxUSE_INTL=no
1249 DEFAULT_wxUSE_CONFIG=no
1250 DEFAULT_wxUSE_STREAMS=no
1251 DEFAULT_wxUSE_SOCKETS=no
1252 DEFAULT_wxUSE_DIALUP_MANAGER=no
1253 DEFAULT_wxUSE_SERIAL=no
1254 DEFAULT_wxUSE_JOYSTICK=no
1255 DEFAULT_wxUSE_DYNLIB_CLASS=no
1256 DEFAULT_wxUSE_LONGLONG=no
1257
1258 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no
1259 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no
1260 DEFAULT_wxUSE_POSTSCRIPT=no
1261
1262 DEFAULT_wxUSE_X_RESOURCES=no
1263 DEFAULT_wxUSE_CLIPBOARD=no
1264 DEFAULT_wxUSE_TOOLTIPS=no
1265 DEFAULT_wxUSE_DRAG_AND_DROP=no
1266 DEFAULT_wxUSE_SPLINES=no
1267
1268 DEFAULT_wxUSE_MDI_ARCHITECTURE=no
1269 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no
1270 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no
1271
1272 DEFAULT_wxUSE_PROLOGIO=no
1273 DEFAULT_wxUSE_RESOURCES=no
1274 DEFAULT_wxUSE_CONSTRAINTS=no
1275 DEFAULT_wxUSE_IPC=no
1276 DEFAULT_wxUSE_HELP=no
1277 DEFAULT_wxUSE_WXTREE=no
1278 DEFAULT_wxUSE_METAFILE=no
1279
1280 DEFAULT_wxUSE_COMMONDLGS=no
1281 DEFAULT_wxUSE_DIRDLG=no
1282 DEFAULT_wxUSE_TEXTDLG=no
1283 DEFAULT_wxUSE_STARTUP_TIPS=no
1284 DEFAULT_wxUSE_PROGRESSDLG=no
1285 DEFAULT_wxUSE_MINIFRAME=no
1286 DEFAULT_wxUSE_HTML=no
1287 DEFAULT_wxUSE_FS_INET=no
1288 DEFAULT_wxUSE_FS_ZIP=no
1289 DEFAULT_wxUSE_BUSYINFO=no
1290 DEFAULT_wxUSE_ZIPSTREAM=no
1291 DEFAULT_wxUSE_VALIDATORS=yes
1292
1293 DEFAULT_wxUSE_ACCEL=no
1294 DEFAULT_wxUSE_CARET=no
1295 DEFAULT_wxUSE_BMPBUTTON=no
1296 DEFAULT_wxUSE_CHECKBOX=no
1297 DEFAULT_wxUSE_CHECKLST=no
1298 DEFAULT_wxUSE_CHOICE=yes
1299 DEFAULT_wxUSE_COMBOBOX=no
1300 DEFAULT_wxUSE_GAUGE=no
1301 DEFAULT_wxUSE_GRID=no
1302 DEFAULT_wxUSE_NEW_GRID=no
1303 DEFAULT_wxUSE_IMAGLIST=no
1304 DEFAULT_wxUSE_LISTBOX=no
1305 DEFAULT_wxUSE_LISTCTRL=no
1306 DEFAULT_wxUSE_NOTEBOOK=no
1307 DEFAULT_wxUSE_RADIOBOX=no
1308 DEFAULT_wxUSE_RADIOBTN=no
1309 DEFAULT_wxUSE_SASH=no
1310 DEFAULT_wxUSE_SCROLLBAR=no
1311 DEFAULT_wxUSE_SLIDER=no
1312 DEFAULT_wxUSE_SPINBTN=no
1313 DEFAULT_wxUSE_SPLITTER=no
1314 DEFAULT_wxUSE_STATBMP=no
1315 DEFAULT_wxUSE_STATBOX=no
1316 DEFAULT_wxUSE_STATLINE=no
1317 DEFAULT_wxUSE_STATUSBAR=yes
1318 DEFAULT_wxUSE_TABDIALOG=no
1319 DEFAULT_wxUSE_TOOLBAR=no
1320 DEFAULT_wxUSE_TREECTRL=no
1321
1322 DEFAULT_wxUSE_UNICODE=no
1323 DEFAULT_wxUSE_WCSRTOMBS=no
1324
1325 DEFAULT_wxUSE_GIF=no
1326 DEFAULT_wxUSE_PCX=no
1327 DEFAULT_wxUSE_PNM=no
1328else
1329 DEFAULT_wxUSE_THREADS=yes
1330
1331 DEFAULT_wxUSE_SHARED=yes
1332 DEFAULT_wxUSE_OPTIMISE=yes
1333 DEFAULT_wxUSE_PROFILE=no
1334 DEFAULT_wxUSE_NO_DEPS=no
1335 DEFAULT_wxUSE_NO_RTTI=no
1336 DEFAULT_wxUSE_NO_EXCEPTIONS=no
1337 DEFAULT_wxUSE_PERMISSIVE=no
1338 DEFAULT_wxUSE_DEBUG_FLAG=no
1339 DEFAULT_wxUSE_DEBUG_INFO=no
1340 DEFAULT_wxUSE_DEBUG_GDB=no
1341 DEFAULT_wxUSE_MEM_TRACING=no
1342 DEFAULT_wxUSE_DEBUG_CONTEXT=no
1343 DEFAULT_wxUSE_DMALLOC=no
1344 DEFAULT_wxUSE_APPLE_IEEE=yes
1345
1346 DEFAULT_wxUSE_LOG=yes
1347
1348 DEFAULT_wxUSE_GUI=yes
1349
1350 DEFAULT_wxUSE_ZLIB=yes
1351 DEFAULT_wxUSE_LIBPNG=yes
1352 DEFAULT_wxUSE_LIBJPEG=yes
1353 DEFAULT_wxUSE_ODBC=yes
1354
1355 DEFAULT_wxUSE_STD_IOSTREAM=no
1356 DEFAULT_wxUSE_FILE=yes
1357 DEFAULT_wxUSE_TEXTFILE=yes
1358 DEFAULT_wxUSE_TIMEDATE=yes
1359 DEFAULT_wxUSE_WAVE=no
1360 DEFAULT_wxUSE_INTL=yes
1361 DEFAULT_wxUSE_CONFIG=yes
1362 DEFAULT_wxUSE_STREAMS=yes
1363 DEFAULT_wxUSE_SOCKETS=yes
1364 DEFAULT_wxUSE_DIALUP_MANAGER=yes
1365 DEFAULT_wxUSE_SERIAL=yes
1366 DEFAULT_wxUSE_JOYSTICK=yes
1367 DEFAULT_wxUSE_DYNLIB_CLASS=yes
1368 DEFAULT_wxUSE_LONGLONG=no
1369
1370 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes
1371 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes
1372 DEFAULT_wxUSE_POSTSCRIPT=yes
1373
1374 DEFAULT_wxUSE_X_RESOURCES=no
1375 DEFAULT_wxUSE_CLIPBOARD=yes
1376 DEFAULT_wxUSE_TOOLTIPS=yes
1377 DEFAULT_wxUSE_DRAG_AND_DROP=yes
1378 DEFAULT_wxUSE_SPLINES=yes
1379
1380 DEFAULT_wxUSE_MDI_ARCHITECTURE=yes
1381 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes
1382 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes
1383
1384 DEFAULT_wxUSE_PROLOGIO=yes
1385 DEFAULT_wxUSE_RESOURCES=yes
1386 DEFAULT_wxUSE_CONSTRAINTS=yes
1387 DEFAULT_wxUSE_IPC=yes
1388 DEFAULT_wxUSE_HELP=yes
1389 DEFAULT_wxUSE_WXTREE=yes
1390 DEFAULT_wxUSE_METAFILE=yes
1391
1392 DEFAULT_wxUSE_COMMONDLGS=yes
1393 DEFAULT_wxUSE_DIRDLG=yes
1394 DEFAULT_wxUSE_TEXTDLG=yes
1395 DEFAULT_wxUSE_STARTUP_TIPS=yes
1396 DEFAULT_wxUSE_PROGRESSDLG=yes
1397 DEFAULT_wxUSE_MINIFRAME=yes
1398 DEFAULT_wxUSE_HTML=yes
1399 DEFAULT_wxUSE_FS_INET=yes
1400 DEFAULT_wxUSE_FS_ZIP=yes
1401 DEFAULT_wxUSE_BUSYINFO=yes
1402 DEFAULT_wxUSE_ZIPSTREAM=yes
1403 DEFAULT_wxUSE_VALIDATORS=yes
1404
1405 DEFAULT_wxUSE_ACCEL=yes
1406 DEFAULT_wxUSE_CARET=yes
1407 DEFAULT_wxUSE_BMPBUTTON=yes
1408 DEFAULT_wxUSE_CHECKBOX=yes
1409 DEFAULT_wxUSE_CHECKLST=yes
1410 DEFAULT_wxUSE_CHOICE=yes
1411 DEFAULT_wxUSE_COMBOBOX=yes
1412 DEFAULT_wxUSE_GAUGE=yes
1413 DEFAULT_wxUSE_GRID=yes
1414 DEFAULT_wxUSE_NEW_GRID=yes
1415 DEFAULT_wxUSE_IMAGLIST=yes
1416 DEFAULT_wxUSE_LISTBOX=yes
1417 DEFAULT_wxUSE_LISTCTRL=yes
1418 DEFAULT_wxUSE_NOTEBOOK=yes
1419 DEFAULT_wxUSE_RADIOBOX=yes
1420 DEFAULT_wxUSE_RADIOBTN=yes
1421 DEFAULT_wxUSE_SASH=yes
1422 DEFAULT_wxUSE_SCROLLBAR=yes
1423 DEFAULT_wxUSE_SLIDER=yes
1424 DEFAULT_wxUSE_SPINBTN=yes
1425 DEFAULT_wxUSE_SPLITTER=yes
1426 DEFAULT_wxUSE_STATBMP=yes
1427 DEFAULT_wxUSE_STATBOX=yes
1428 DEFAULT_wxUSE_STATLINE=yes
1429 DEFAULT_wxUSE_STATUSBAR=yes
1430 DEFAULT_wxUSE_TABDIALOG=no
1431 DEFAULT_wxUSE_TOOLBAR=yes
1432 DEFAULT_wxUSE_TREECTRL=yes
1433
1434 DEFAULT_wxUSE_UNICODE=no
1435 DEFAULT_wxUSE_WCSRTOMBS=no
1436
1437 DEFAULT_wxUSE_GIF=yes
1438 DEFAULT_wxUSE_PCX=yes
1439 DEFAULT_wxUSE_PNM=yes
1440fi
1441
1442
1443
1444for toolkit in `echo $ALL_TOOLKITS`; do
1445 LINE=`grep "wxUSE_$toolkit" ${wx_arg_cache_file}`
1446 if test "x$LINE" != x ; then
1447 has_toolkit_in_cache=1
1448 eval "DEFAULT_$LINE"
1449 eval "CACHE_$toolkit=1"
1450 fi
1451done
1452
1453
1454
1455 echo $ac_n "checking "for --enable-gui"""... $ac_c" 1>&6
f512f90a 1456echo "configure:1457: checking "for --enable-gui"" >&5
10f2d63a
VZ
1457 no_cache=0
1458 # Check whether --enable-gui or --disable-gui was given.
1459if test "${enable_gui+set}" = set; then
1460 enableval="$enable_gui"
1461
1462 if test "$enableval" = yes; then
1463 ac_cv_use_gui='wxUSE_GUI=yes'
1464 else
1465 ac_cv_use_gui='wxUSE_GUI=no'
1466 fi
1467
1468else
1469
1470 LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
1471 if test "x$LINE" != x ; then
1472 eval "DEFAULT_$LINE"
1473 else
1474 no_cache=1
1475 fi
1476
1477 ac_cv_use_gui='wxUSE_GUI='$DEFAULT_wxUSE_GUI
1478
1479fi
1480
1481
1482 eval "$ac_cv_use_gui"
1483 if test "$no_cache" != 1; then
1484 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
1485 fi
1486
1487 if test "$wxUSE_GUI" = yes; then
1488 echo "$ac_t""yes" 1>&6
1489 else
1490 echo "$ac_t""no" 1>&6
1491 fi
1492
1493
1494if test "$wxUSE_GUI" = "no"; then
1495 DEFAULT_wxUSE_ZLIB=no
1496 DEFAULT_wxUSE_LIBPNG=no
1497 DEFAULT_wxUSE_LIBJPEG=no
1498 DEFAULT_wxUSE_SOCKETS=no
1499 DEFAULT_wxUSE_JOYSTICK=no
1500 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no
1501 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no
1502 DEFAULT_wxUSE_POSTSCRIPT=no
1503 DEFAULT_wxUSE_X_RESOURCES=no
1504 DEFAULT_wxUSE_CLIPBOARD=no
1505 DEFAULT_wxUSE_TOOLTIPS=no
1506 DEFAULT_wxUSE_DRAG_AND_DROP=no
1507 DEFAULT_wxUSE_SPLINES=no
1508 DEFAULT_wxUSE_MDI_ARCHITECTURE=no
1509 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no
1510 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no
1511 DEFAULT_wxUSE_PROLOGIO=no
1512 DEFAULT_wxUSE_RESOURCES=no
1513 DEFAULT_wxUSE_CONSTRAINTS=no
1514 DEFAULT_wxUSE_IPC=no
1515 DEFAULT_wxUSE_HELP=no
1516 DEFAULT_wxUSE_WXTREE=no
1517 DEFAULT_wxUSE_METAFILE=no
1518 DEFAULT_wxUSE_COMMONDLGS=no
1519 DEFAULT_wxUSE_DIRDLG=no
1520 DEFAULT_wxUSE_TEXTDLG=no
1521 DEFAULT_wxUSE_STARTUP_TIPS=no
1522 DEFAULT_wxUSE_PROGRESSDLG=no
1523 DEFAULT_wxUSE_MINIFRAME=no
1524 DEFAULT_wxUSE_HTML=no
1525 DEFAULT_wxUSE_FS_INET=no
1526 DEFAULT_wxUSE_FS_ZIP=no
1527 DEFAULT_wxUSE_BUSYINFO=no
1528 DEFAULT_wxUSE_ZIPSTREAM=no
1529 DEFAULT_wxUSE_VALIDATORS=no
1530 DEFAULT_wxUSE_ACCEL=no
1531 DEFAULT_wxUSE_CARET=no
1532 DEFAULT_wxUSE_BMPBUTTON=no
1533 DEFAULT_wxUSE_CHECKBOX=no
1534 DEFAULT_wxUSE_CHECKLST=no
1535 DEFAULT_wxUSE_CHOICE=no
1536 DEFAULT_wxUSE_COMBOBOX=no
1537 DEFAULT_wxUSE_GAUGE=no
1538 DEFAULT_wxUSE_GRID=no
1539 DEFAULT_wxUSE_NEW_GRID=no
1540 DEFAULT_wxUSE_IMAGLIST=no
1541 DEFAULT_wxUSE_LISTBOX=no
1542 DEFAULT_wxUSE_LISTCTRL=no
1543 DEFAULT_wxUSE_NOTEBOOK=no
1544 DEFAULT_wxUSE_RADIOBOX=no
1545 DEFAULT_wxUSE_RADIOBTN=no
1546 DEFAULT_wxUSE_SASH=no
1547 DEFAULT_wxUSE_SCROLLBAR=no
1548 DEFAULT_wxUSE_SLIDER=no
1549 DEFAULT_wxUSE_SPINBTN=no
1550 DEFAULT_wxUSE_SPLITTER=no
1551 DEFAULT_wxUSE_STATBMP=no
1552 DEFAULT_wxUSE_STATBOX=no
1553 DEFAULT_wxUSE_STATLINE=no
1554 DEFAULT_wxUSE_STATUSBAR=no
1555 DEFAULT_wxUSE_TABDIALOG=no
1556 DEFAULT_wxUSE_TOOLBAR=no
1557 DEFAULT_wxUSE_TREECTRL=no
1558 DEFAULT_wxUSE_GIF=no
1559 DEFAULT_wxUSE_PCX=no
1560 DEFAULT_wxUSE_PNM=no
1561fi
1562
1563# Check whether --with-gtk or --without-gtk was given.
1564if test "${with_gtk+set}" = set; then
1565 withval="$with_gtk"
1566 wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
1567fi
1568
1569# Check whether --with-motif or --without-motif was given.
1570if test "${with_motif+set}" = set; then
1571 withval="$with_motif"
1572 wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
1573fi
1574
1575# Check whether --with-wine or --without-wine was given.
1576if test "${with_wine+set}" = set; then
1577 withval="$with_wine"
1578 wxUSE_WINE="$withval" CACHE_WINE=1 TOOLKIT_GIVEN=1
1579fi
1580
1581# Check whether --with-cygwin or --without-cygwin was given.
1582if test "${with_cygwin+set}" = set; then
1583 withval="$with_cygwin"
1584 wxUSE_CYGWIN="$withval" CACHE_CYGWIN=1 TOOLKIT_GIVEN=1
1585fi
1586
1587# Check whether --with-mingw or --without-mingw was given.
1588if test "${with_mingw+set}" = set; then
1589 withval="$with_mingw"
1590 wxUSE_MINGW="$withval" CACHE_MINGW=1 TOOLKIT_GIVEN=1
1591fi
1592
1593
1594# Check whether --with-gtk-prefix or --without-gtk-prefix was given.
1595if test "${with_gtk_prefix+set}" = set; then
1596 withval="$with_gtk_prefix"
1597 gtk_config_prefix="$withval"
1598else
1599 gtk_config_prefix=""
1600fi
1601
1602# Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
1603if test "${with_gtk_exec_prefix+set}" = set; then
1604 withval="$with_gtk_exec_prefix"
1605 gtk_config_exec_prefix="$withval"
1606else
1607 gtk_config_exec_prefix=""
1608fi
1609
1610
1611
1612 echo $ac_n "checking "for --with-dmalloc"""... $ac_c" 1>&6
f512f90a 1613echo "configure:1614: checking "for --with-dmalloc"" >&5
10f2d63a
VZ
1614 no_cache=0
1615 # Check whether --with-dmalloc or --without-dmalloc was given.
1616if test "${with_dmalloc+set}" = set; then
1617 withval="$with_dmalloc"
1618
1619 if test "$withval" = yes; then
1620 ac_cv_use_dmalloc='wxUSE_DMALLOC=yes'
1621 else
1622 ac_cv_use_dmalloc='wxUSE_DMALLOC=no'
1623 fi
1624
1625else
1626
1627 LINE=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
1628 if test "x$LINE" != x ; then
1629 eval "DEFAULT_$LINE"
1630 else
1631 no_cache=1
1632 fi
1633
1634 ac_cv_use_dmalloc='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
1635
1636fi
1637
1638
1639 eval "$ac_cv_use_dmalloc"
1640 if test "$no_cache" != 1; then
1641 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
1642 fi
1643
1644 if test "$wxUSE_DMALLOC" = yes; then
1645 echo "$ac_t""yes" 1>&6
1646 else
1647 echo "$ac_t""no" 1>&6
1648 fi
1649
1650
1651 echo $ac_n "checking "for --with-zlib"""... $ac_c" 1>&6
f512f90a 1652echo "configure:1653: checking "for --with-zlib"" >&5
10f2d63a
VZ
1653 no_cache=0
1654 # Check whether --with-zlib or --without-zlib was given.
1655if test "${with_zlib+set}" = set; then
1656 withval="$with_zlib"
1657
1658 if test "$withval" = yes; then
1659 ac_cv_use_zlib='wxUSE_ZLIB=yes'
1660 else
1661 ac_cv_use_zlib='wxUSE_ZLIB=no'
1662 fi
1663
1664else
1665
1666 LINE=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
1667 if test "x$LINE" != x ; then
1668 eval "DEFAULT_$LINE"
1669 else
1670 no_cache=1
1671 fi
1672
1673 ac_cv_use_zlib='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
1674
1675fi
1676
1677
1678 eval "$ac_cv_use_zlib"
1679 if test "$no_cache" != 1; then
1680 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
1681 fi
1682
1683 if test "$wxUSE_ZLIB" = yes; then
1684 echo "$ac_t""yes" 1>&6
1685 else
1686 echo "$ac_t""no" 1>&6
1687 fi
1688
1689
1690 echo $ac_n "checking "for --with-libpng"""... $ac_c" 1>&6
f512f90a 1691echo "configure:1692: checking "for --with-libpng"" >&5
10f2d63a
VZ
1692 no_cache=0
1693 # Check whether --with-libpng or --without-libpng was given.
1694if test "${with_libpng+set}" = set; then
1695 withval="$with_libpng"
1696
1697 if test "$withval" = yes; then
1698 ac_cv_use_libpng='wxUSE_LIBPNG=yes'
1699 else
1700 ac_cv_use_libpng='wxUSE_LIBPNG=no'
1701 fi
1702
1703else
1704
1705 LINE=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
1706 if test "x$LINE" != x ; then
1707 eval "DEFAULT_$LINE"
1708 else
1709 no_cache=1
1710 fi
1711
1712 ac_cv_use_libpng='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
1713
1714fi
1715
1716
1717 eval "$ac_cv_use_libpng"
1718 if test "$no_cache" != 1; then
1719 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
1720 fi
1721
1722 if test "$wxUSE_LIBPNG" = yes; then
1723 echo "$ac_t""yes" 1>&6
1724 else
1725 echo "$ac_t""no" 1>&6
1726 fi
1727
1728
1729 echo $ac_n "checking "for --with-libjpeg"""... $ac_c" 1>&6
f512f90a 1730echo "configure:1731: checking "for --with-libjpeg"" >&5
10f2d63a
VZ
1731 no_cache=0
1732 # Check whether --with-libjpeg or --without-libjpeg was given.
1733if test "${with_libjpeg+set}" = set; then
1734 withval="$with_libjpeg"
1735
1736 if test "$withval" = yes; then
1737 ac_cv_use_libjpeg='wxUSE_LIBJPEG=yes'
1738 else
1739 ac_cv_use_libjpeg='wxUSE_LIBJPEG=no'
1740 fi
1741
1742else
1743
1744 LINE=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
1745 if test "x$LINE" != x ; then
1746 eval "DEFAULT_$LINE"
1747 else
1748 no_cache=1
1749 fi
1750
1751 ac_cv_use_libjpeg='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
1752
1753fi
1754
1755
1756 eval "$ac_cv_use_libjpeg"
1757 if test "$no_cache" != 1; then
1758 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
1759 fi
1760
1761 if test "$wxUSE_LIBJPEG" = yes; then
1762 echo "$ac_t""yes" 1>&6
1763 else
1764 echo "$ac_t""no" 1>&6
1765 fi
1766
1767
1768 echo $ac_n "checking "for --with-opengl"""... $ac_c" 1>&6
f512f90a 1769echo "configure:1770: checking "for --with-opengl"" >&5
10f2d63a
VZ
1770 no_cache=0
1771 # Check whether --with-opengl or --without-opengl was given.
1772if test "${with_opengl+set}" = set; then
1773 withval="$with_opengl"
1774
1775 if test "$withval" = yes; then
1776 ac_cv_use_opengl='wxUSE_OPENGL=yes'
1777 else
1778 ac_cv_use_opengl='wxUSE_OPENGL=no'
1779 fi
1780
1781else
1782
1783 LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
1784 if test "x$LINE" != x ; then
1785 eval "DEFAULT_$LINE"
1786 else
1787 no_cache=1
1788 fi
1789
1790 ac_cv_use_opengl='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
1791
1792fi
1793
1794
1795 eval "$ac_cv_use_opengl"
1796 if test "$no_cache" != 1; then
1797 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
1798 fi
1799
1800 if test "$wxUSE_OPENGL" = yes; then
1801 echo "$ac_t""yes" 1>&6
1802 else
1803 echo "$ac_t""no" 1>&6
1804 fi
1805
1806
1807 echo $ac_n "checking "for --with-odbc"""... $ac_c" 1>&6
f512f90a 1808echo "configure:1809: checking "for --with-odbc"" >&5
10f2d63a
VZ
1809 no_cache=0
1810 # Check whether --with-odbc or --without-odbc was given.
1811if test "${with_odbc+set}" = set; then
1812 withval="$with_odbc"
1813
1814 if test "$withval" = yes; then
1815 ac_cv_use_odbc='wxUSE_ODBC=yes'
1816 else
1817 ac_cv_use_odbc='wxUSE_ODBC=no'
1818 fi
1819
1820else
1821
1822 LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
1823 if test "x$LINE" != x ; then
1824 eval "DEFAULT_$LINE"
1825 else
1826 no_cache=1
1827 fi
1828
1829 ac_cv_use_odbc='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
1830
1831fi
1832
1833
1834 eval "$ac_cv_use_odbc"
1835 if test "$no_cache" != 1; then
1836 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
1837 fi
1838
1839 if test "$wxUSE_ODBC" = yes; then
1840 echo "$ac_t""yes" 1>&6
1841 else
1842 echo "$ac_t""no" 1>&6
1843 fi
1844
1845
1846
1847
1848
1849 echo $ac_n "checking "for --enable-shared"""... $ac_c" 1>&6
f512f90a 1850echo "configure:1851: checking "for --enable-shared"" >&5
10f2d63a
VZ
1851 no_cache=0
1852 # Check whether --enable-shared or --disable-shared was given.
1853if test "${enable_shared+set}" = set; then
1854 enableval="$enable_shared"
1855
1856 if test "$enableval" = yes; then
1857 ac_cv_use_shared='wxUSE_SHARED=yes'
1858 else
1859 ac_cv_use_shared='wxUSE_SHARED=no'
1860 fi
1861
1862else
1863
1864 LINE=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
1865 if test "x$LINE" != x ; then
1866 eval "DEFAULT_$LINE"
1867 else
1868 no_cache=1
1869 fi
1870
1871 ac_cv_use_shared='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
1872
1873fi
1874
1875
1876 eval "$ac_cv_use_shared"
1877 if test "$no_cache" != 1; then
1878 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
1879 fi
1880
1881 if test "$wxUSE_SHARED" = yes; then
1882 echo "$ac_t""yes" 1>&6
1883 else
1884 echo "$ac_t""no" 1>&6
1885 fi
1886
1887
1888 echo $ac_n "checking "for --enable-optimise"""... $ac_c" 1>&6
f512f90a 1889echo "configure:1890: checking "for --enable-optimise"" >&5
10f2d63a
VZ
1890 no_cache=0
1891 # Check whether --enable-optimise or --disable-optimise was given.
1892if test "${enable_optimise+set}" = set; then
1893 enableval="$enable_optimise"
1894
1895 if test "$enableval" = yes; then
1896 ac_cv_use_optimise='wxUSE_OPTIMISE=yes'
1897 else
1898 ac_cv_use_optimise='wxUSE_OPTIMISE=no'
1899 fi
1900
1901else
1902
1903 LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
1904 if test "x$LINE" != x ; then
1905 eval "DEFAULT_$LINE"
1906 else
1907 no_cache=1
1908 fi
1909
1910 ac_cv_use_optimise='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
1911
1912fi
1913
1914
1915 eval "$ac_cv_use_optimise"
1916 if test "$no_cache" != 1; then
1917 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
1918 fi
1919
1920 if test "$wxUSE_OPTIMISE" = yes; then
1921 echo "$ac_t""yes" 1>&6
1922 else
1923 echo "$ac_t""no" 1>&6
1924 fi
1925
1926
1927 echo $ac_n "checking "for --enable-debug"""... $ac_c" 1>&6
f512f90a 1928echo "configure:1929: checking "for --enable-debug"" >&5
10f2d63a
VZ
1929 no_cache=0
1930 # Check whether --enable-debug or --disable-debug was given.
1931if test "${enable_debug+set}" = set; then
1932 enableval="$enable_debug"
1933
1934 if test "$enableval" = yes; then
1935 ac_cv_use_debug='wxUSE_DEBUG=yes'
1936 else
1937 ac_cv_use_debug='wxUSE_DEBUG=no'
1938 fi
1939
1940else
1941
1942 LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
1943 if test "x$LINE" != x ; then
1944 eval "DEFAULT_$LINE"
1945 else
1946 no_cache=1
1947 fi
1948
1949 ac_cv_use_debug='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
1950
1951fi
1952
1953
1954 eval "$ac_cv_use_debug"
1955 if test "$no_cache" != 1; then
1956 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
1957 fi
1958
1959 if test "$wxUSE_DEBUG" = yes; then
1960 echo "$ac_t""yes" 1>&6
1961 else
1962 echo "$ac_t""no" 1>&6
1963 fi
1964
1965
1966if test "$wxUSE_DEBUG" = "yes"; then
1967 DEFAULT_wxUSE_DEBUG_FLAG=yes
1968 DEFAULT_wxUSE_DEBUG_INFO=yes
1969elif test "$wxUSE_DEBUG" = "no"; then
1970 DEFAULT_wxUSE_DEBUG_FLAG=no
1971 DEFAULT_wxUSE_DEBUG_INFO=no
1972fi
1973
1974
1975 echo $ac_n "checking "for --enable-debug_flag"""... $ac_c" 1>&6
f512f90a 1976echo "configure:1977: checking "for --enable-debug_flag"" >&5
10f2d63a
VZ
1977 no_cache=0
1978 # Check whether --enable-debug_flag or --disable-debug_flag was given.
1979if test "${enable_debug_flag+set}" = set; then
1980 enableval="$enable_debug_flag"
1981
1982 if test "$enableval" = yes; then
1983 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes'
1984 else
1985 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no'
1986 fi
1987
1988else
1989
1990 LINE=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
1991 if test "x$LINE" != x ; then
1992 eval "DEFAULT_$LINE"
1993 else
1994 no_cache=1
1995 fi
1996
1997 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
1998
1999fi
2000
2001
2002 eval "$ac_cv_use_debug_flag"
2003 if test "$no_cache" != 1; then
2004 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
2005 fi
2006
2007 if test "$wxUSE_DEBUG_FLAG" = yes; then
2008 echo "$ac_t""yes" 1>&6
2009 else
2010 echo "$ac_t""no" 1>&6
2011 fi
2012
2013
2014 echo $ac_n "checking "for --enable-debug_info"""... $ac_c" 1>&6
f512f90a 2015echo "configure:2016: checking "for --enable-debug_info"" >&5
10f2d63a
VZ
2016 no_cache=0
2017 # Check whether --enable-debug_info or --disable-debug_info was given.
2018if test "${enable_debug_info+set}" = set; then
2019 enableval="$enable_debug_info"
2020
2021 if test "$enableval" = yes; then
2022 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
2023 else
2024 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
2025 fi
2026
2027else
2028
2029 LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
2030 if test "x$LINE" != x ; then
2031 eval "DEFAULT_$LINE"
2032 else
2033 no_cache=1
2034 fi
2035
2036 ac_cv_use_debug_info='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
2037
2038fi
2039
2040
2041 eval "$ac_cv_use_debug_info"
2042 if test "$no_cache" != 1; then
2043 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
2044 fi
2045
2046 if test "$wxUSE_DEBUG_INFO" = yes; then
2047 echo "$ac_t""yes" 1>&6
2048 else
2049 echo "$ac_t""no" 1>&6
2050 fi
2051
2052
2053 echo $ac_n "checking "for --enable-debug_gdb"""... $ac_c" 1>&6
f512f90a 2054echo "configure:2055: checking "for --enable-debug_gdb"" >&5
10f2d63a
VZ
2055 no_cache=0
2056 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
2057if test "${enable_debug_gdb+set}" = set; then
2058 enableval="$enable_debug_gdb"
2059
2060 if test "$enableval" = yes; then
2061 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes'
2062 else
2063 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no'
2064 fi
2065
2066else
2067
2068 LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
2069 if test "x$LINE" != x ; then
2070 eval "DEFAULT_$LINE"
2071 else
2072 no_cache=1
2073 fi
2074
2075 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
2076
2077fi
2078
2079
2080 eval "$ac_cv_use_debug_gdb"
2081 if test "$no_cache" != 1; then
2082 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
2083 fi
2084
2085 if test "$wxUSE_DEBUG_GDB" = yes; then
2086 echo "$ac_t""yes" 1>&6
2087 else
2088 echo "$ac_t""no" 1>&6
2089 fi
2090
2091
2092 echo $ac_n "checking "for --enable-debug_cntxt"""... $ac_c" 1>&6
f512f90a 2093echo "configure:2094: checking "for --enable-debug_cntxt"" >&5
10f2d63a
VZ
2094 no_cache=0
2095 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
2096if test "${enable_debug_cntxt+set}" = set; then
2097 enableval="$enable_debug_cntxt"
2098
2099 if test "$enableval" = yes; then
2100 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes'
2101 else
2102 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no'
2103 fi
2104
2105else
2106
2107 LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
2108 if test "x$LINE" != x ; then
2109 eval "DEFAULT_$LINE"
2110 else
2111 no_cache=1
2112 fi
2113
2114 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
2115
2116fi
2117
2118
2119 eval "$ac_cv_use_debug_cntxt"
2120 if test "$no_cache" != 1; then
2121 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
2122 fi
2123
2124 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
2125 echo "$ac_t""yes" 1>&6
2126 else
2127 echo "$ac_t""no" 1>&6
2128 fi
2129
2130
2131 echo $ac_n "checking "for --enable-mem_tracing"""... $ac_c" 1>&6
f512f90a 2132echo "configure:2133: checking "for --enable-mem_tracing"" >&5
10f2d63a
VZ
2133 no_cache=0
2134 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
2135if test "${enable_mem_tracing+set}" = set; then
2136 enableval="$enable_mem_tracing"
2137
2138 if test "$enableval" = yes; then
2139 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
2140 else
2141 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
2142 fi
2143
2144else
2145
2146 LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
2147 if test "x$LINE" != x ; then
2148 eval "DEFAULT_$LINE"
2149 else
2150 no_cache=1
2151 fi
2152
2153 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
2154
2155fi
2156
2157
2158 eval "$ac_cv_use_mem_tracing"
2159 if test "$no_cache" != 1; then
2160 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
2161 fi
2162
2163 if test "$wxUSE_MEM_TRACING" = yes; then
2164 echo "$ac_t""yes" 1>&6
2165 else
2166 echo "$ac_t""no" 1>&6
2167 fi
2168
2169
2170 echo $ac_n "checking "for --enable-profile"""... $ac_c" 1>&6
f512f90a 2171echo "configure:2172: checking "for --enable-profile"" >&5
10f2d63a
VZ
2172 no_cache=0
2173 # Check whether --enable-profile or --disable-profile was given.
2174if test "${enable_profile+set}" = set; then
2175 enableval="$enable_profile"
2176
2177 if test "$enableval" = yes; then
2178 ac_cv_use_profile='wxUSE_PROFILE=yes'
2179 else
2180 ac_cv_use_profile='wxUSE_PROFILE=no'
2181 fi
2182
2183else
2184
2185 LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
2186 if test "x$LINE" != x ; then
2187 eval "DEFAULT_$LINE"
2188 else
2189 no_cache=1
2190 fi
2191
2192 ac_cv_use_profile='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
2193
2194fi
2195
2196
2197 eval "$ac_cv_use_profile"
2198 if test "$no_cache" != 1; then
2199 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
2200 fi
2201
2202 if test "$wxUSE_PROFILE" = yes; then
2203 echo "$ac_t""yes" 1>&6
2204 else
2205 echo "$ac_t""no" 1>&6
2206 fi
2207
2208
2209 echo $ac_n "checking "for --enable-no_rtti"""... $ac_c" 1>&6
f512f90a 2210echo "configure:2211: checking "for --enable-no_rtti"" >&5
10f2d63a
VZ
2211 no_cache=0
2212 # Check whether --enable-no_rtti or --disable-no_rtti was given.
2213if test "${enable_no_rtti+set}" = set; then
2214 enableval="$enable_no_rtti"
2215
2216 if test "$enableval" = yes; then
2217 ac_cv_use_no_rtti='wxUSE_NO_RTTI=yes'
2218 else
2219 ac_cv_use_no_rtti='wxUSE_NO_RTTI=no'
2220 fi
2221
2222else
2223
2224 LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
2225 if test "x$LINE" != x ; then
2226 eval "DEFAULT_$LINE"
2227 else
2228 no_cache=1
2229 fi
2230
2231 ac_cv_use_no_rtti='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
2232
2233fi
2234
2235
2236 eval "$ac_cv_use_no_rtti"
2237 if test "$no_cache" != 1; then
2238 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
2239 fi
2240
2241 if test "$wxUSE_NO_RTTI" = yes; then
2242 echo "$ac_t""yes" 1>&6
2243 else
2244 echo "$ac_t""no" 1>&6
2245 fi
2246
2247
2248 echo $ac_n "checking "for --enable-no_exceptions"""... $ac_c" 1>&6
f512f90a 2249echo "configure:2250: checking "for --enable-no_exceptions"" >&5
10f2d63a
VZ
2250 no_cache=0
2251 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
2252if test "${enable_no_exceptions+set}" = set; then
2253 enableval="$enable_no_exceptions"
2254
2255 if test "$enableval" = yes; then
2256 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
2257 else
2258 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
2259 fi
2260
2261else
2262
2263 LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
2264 if test "x$LINE" != x ; then
2265 eval "DEFAULT_$LINE"
2266 else
2267 no_cache=1
2268 fi
2269
2270 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
2271
2272fi
2273
2274
2275 eval "$ac_cv_use_no_exceptions"
2276 if test "$no_cache" != 1; then
2277 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
2278 fi
2279
2280 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
2281 echo "$ac_t""yes" 1>&6
2282 else
2283 echo "$ac_t""no" 1>&6
2284 fi
2285
2286
2287 echo $ac_n "checking "for --enable-permissive"""... $ac_c" 1>&6
f512f90a 2288echo "configure:2289: checking "for --enable-permissive"" >&5
10f2d63a
VZ
2289 no_cache=0
2290 # Check whether --enable-permissive or --disable-permissive was given.
2291if test "${enable_permissive+set}" = set; then
2292 enableval="$enable_permissive"
2293
2294 if test "$enableval" = yes; then
2295 ac_cv_use_permissive='wxUSE_PERMISSIVE=yes'
2296 else
2297 ac_cv_use_permissive='wxUSE_PERMISSIVE=no'
2298 fi
2299
2300else
2301
2302 LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
2303 if test "x$LINE" != x ; then
2304 eval "DEFAULT_$LINE"
2305 else
2306 no_cache=1
2307 fi
2308
2309 ac_cv_use_permissive='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
2310
2311fi
2312
2313
2314 eval "$ac_cv_use_permissive"
2315 if test "$no_cache" != 1; then
2316 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
2317 fi
2318
2319 if test "$wxUSE_PERMISSIVE" = yes; then
2320 echo "$ac_t""yes" 1>&6
2321 else
2322 echo "$ac_t""no" 1>&6
2323 fi
2324
2325
2326 echo $ac_n "checking "for --enable-no_deps"""... $ac_c" 1>&6
f512f90a 2327echo "configure:2328: checking "for --enable-no_deps"" >&5
10f2d63a
VZ
2328 no_cache=0
2329 # Check whether --enable-no_deps or --disable-no_deps was given.
2330if test "${enable_no_deps+set}" = set; then
2331 enableval="$enable_no_deps"
2332
2333 if test "$enableval" = yes; then
2334 ac_cv_use_no_deps='wxUSE_NO_DEPS=yes'
2335 else
2336 ac_cv_use_no_deps='wxUSE_NO_DEPS=no'
2337 fi
2338
2339else
2340
2341 LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
2342 if test "x$LINE" != x ; then
2343 eval "DEFAULT_$LINE"
2344 else
2345 no_cache=1
2346 fi
2347
2348 ac_cv_use_no_deps='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
2349
2350fi
2351
2352
2353 eval "$ac_cv_use_no_deps"
2354 if test "$no_cache" != 1; then
2355 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
2356 fi
2357
2358 if test "$wxUSE_NO_DEPS" = yes; then
2359 echo "$ac_t""yes" 1>&6
2360 else
2361 echo "$ac_t""no" 1>&6
2362 fi
2363
2364
2365
2366
2367 echo $ac_n "checking "for --enable-intl"""... $ac_c" 1>&6
f512f90a 2368echo "configure:2369: checking "for --enable-intl"" >&5
10f2d63a
VZ
2369 no_cache=0
2370 # Check whether --enable-intl or --disable-intl was given.
2371if test "${enable_intl+set}" = set; then
2372 enableval="$enable_intl"
2373
2374 if test "$enableval" = yes; then
2375 ac_cv_use_intl='wxUSE_INTL=yes'
2376 else
2377 ac_cv_use_intl='wxUSE_INTL=no'
2378 fi
2379
2380else
2381
2382 LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
2383 if test "x$LINE" != x ; then
2384 eval "DEFAULT_$LINE"
2385 else
2386 no_cache=1
2387 fi
2388
2389 ac_cv_use_intl='wxUSE_INTL='$DEFAULT_wxUSE_INTL
2390
2391fi
2392
2393
2394 eval "$ac_cv_use_intl"
2395 if test "$no_cache" != 1; then
2396 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
2397 fi
2398
2399 if test "$wxUSE_INTL" = yes; then
2400 echo "$ac_t""yes" 1>&6
2401 else
2402 echo "$ac_t""no" 1>&6
2403 fi
2404
2405
2406 echo $ac_n "checking "for --enable-config"""... $ac_c" 1>&6
f512f90a 2407echo "configure:2408: checking "for --enable-config"" >&5
10f2d63a
VZ
2408 no_cache=0
2409 # Check whether --enable-config or --disable-config was given.
2410if test "${enable_config+set}" = set; then
2411 enableval="$enable_config"
2412
2413 if test "$enableval" = yes; then
2414 ac_cv_use_config='wxUSE_CONFIG=yes'
2415 else
2416 ac_cv_use_config='wxUSE_CONFIG=no'
2417 fi
2418
2419else
2420
2421 LINE=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
2422 if test "x$LINE" != x ; then
2423 eval "DEFAULT_$LINE"
2424 else
2425 no_cache=1
2426 fi
2427
2428 ac_cv_use_config='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
2429
2430fi
2431
2432
2433 eval "$ac_cv_use_config"
2434 if test "$no_cache" != 1; then
2435 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
2436 fi
2437
2438 if test "$wxUSE_CONFIG" = yes; then
2439 echo "$ac_t""yes" 1>&6
2440 else
2441 echo "$ac_t""no" 1>&6
2442 fi
2443
2444
2445 echo $ac_n "checking "for --enable-sockets"""... $ac_c" 1>&6
f512f90a 2446echo "configure:2447: checking "for --enable-sockets"" >&5
10f2d63a
VZ
2447 no_cache=0
2448 # Check whether --enable-sockets or --disable-sockets was given.
2449if test "${enable_sockets+set}" = set; then
2450 enableval="$enable_sockets"
2451
2452 if test "$enableval" = yes; then
2453 ac_cv_use_sockets='wxUSE_SOCKETS=yes'
2454 else
2455 ac_cv_use_sockets='wxUSE_SOCKETS=no'
2456 fi
2457
2458else
2459
2460 LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
2461 if test "x$LINE" != x ; then
2462 eval "DEFAULT_$LINE"
2463 else
2464 no_cache=1
2465 fi
2466
2467 ac_cv_use_sockets='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
2468
2469fi
2470
2471
2472 eval "$ac_cv_use_sockets"
2473 if test "$no_cache" != 1; then
2474 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
2475 fi
2476
2477 if test "$wxUSE_SOCKETS" = yes; then
2478 echo "$ac_t""yes" 1>&6
2479 else
2480 echo "$ac_t""no" 1>&6
2481 fi
2482
2483
2484 echo $ac_n "checking "for --enable-dialupman"""... $ac_c" 1>&6
f512f90a 2485echo "configure:2486: checking "for --enable-dialupman"" >&5
10f2d63a
VZ
2486 no_cache=0
2487 # Check whether --enable-dialupman or --disable-dialupman was given.
2488if test "${enable_dialupman+set}" = set; then
2489 enableval="$enable_dialupman"
2490
2491 if test "$enableval" = yes; then
2492 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes'
2493 else
2494 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no'
2495 fi
2496
2497else
2498
2499 LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
2500 if test "x$LINE" != x ; then
2501 eval "DEFAULT_$LINE"
2502 else
2503 no_cache=1
2504 fi
2505
2506 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
2507
2508fi
2509
2510
2511 eval "$ac_cv_use_dialupman"
2512 if test "$no_cache" != 1; then
2513 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
2514 fi
2515
2516 if test "$wxUSE_DIALUP_MANAGER" = yes; then
2517 echo "$ac_t""yes" 1>&6
2518 else
2519 echo "$ac_t""no" 1>&6
2520 fi
2521
2522
2523 echo $ac_n "checking "for --enable-ipc"""... $ac_c" 1>&6
f512f90a 2524echo "configure:2525: checking "for --enable-ipc"" >&5
10f2d63a
VZ
2525 no_cache=0
2526 # Check whether --enable-ipc or --disable-ipc was given.
2527if test "${enable_ipc+set}" = set; then
2528 enableval="$enable_ipc"
2529
2530 if test "$enableval" = yes; then
2531 ac_cv_use_ipc='wxUSE_IPC=yes'
2532 else
2533 ac_cv_use_ipc='wxUSE_IPC=no'
2534 fi
2535
2536else
2537
2538 LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
2539 if test "x$LINE" != x ; then
2540 eval "DEFAULT_$LINE"
2541 else
2542 no_cache=1
2543 fi
2544
2545 ac_cv_use_ipc='wxUSE_IPC='$DEFAULT_wxUSE_IPC
2546
2547fi
2548
2549
2550 eval "$ac_cv_use_ipc"
2551 if test "$no_cache" != 1; then
2552 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
2553 fi
2554
2555 if test "$wxUSE_IPC" = yes; then
2556 echo "$ac_t""yes" 1>&6
2557 else
2558 echo "$ac_t""no" 1>&6
2559 fi
2560
2561
2562 echo $ac_n "checking "for --enable-apple_ieee"""... $ac_c" 1>&6
f512f90a 2563echo "configure:2564: checking "for --enable-apple_ieee"" >&5
10f2d63a
VZ
2564 no_cache=0
2565 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
2566if test "${enable_apple_ieee+set}" = set; then
2567 enableval="$enable_apple_ieee"
2568
2569 if test "$enableval" = yes; then
2570 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes'
2571 else
2572 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no'
2573 fi
2574
2575else
2576
2577 LINE=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
2578 if test "x$LINE" != x ; then
2579 eval "DEFAULT_$LINE"
2580 else
2581 no_cache=1
2582 fi
2583
2584 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
2585
2586fi
2587
2588
2589 eval "$ac_cv_use_apple_ieee"
2590 if test "$no_cache" != 1; then
2591 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
2592 fi
2593
2594 if test "$wxUSE_APPLE_IEEE" = yes; then
2595 echo "$ac_t""yes" 1>&6
2596 else
2597 echo "$ac_t""no" 1>&6
2598 fi
2599
2600
2601 echo $ac_n "checking "for --enable-timedate"""... $ac_c" 1>&6
f512f90a 2602echo "configure:2603: checking "for --enable-timedate"" >&5
10f2d63a
VZ
2603 no_cache=0
2604 # Check whether --enable-timedate or --disable-timedate was given.
2605if test "${enable_timedate+set}" = set; then
2606 enableval="$enable_timedate"
2607
2608 if test "$enableval" = yes; then
2609 ac_cv_use_timedate='wxUSE_TIMEDATE=yes'
2610 else
2611 ac_cv_use_timedate='wxUSE_TIMEDATE=no'
2612 fi
2613
2614else
2615
2616 LINE=`grep "wxUSE_TIMEDATE" ${wx_arg_cache_file}`
2617 if test "x$LINE" != x ; then
2618 eval "DEFAULT_$LINE"
2619 else
2620 no_cache=1
2621 fi
2622
2623 ac_cv_use_timedate='wxUSE_TIMEDATE='$DEFAULT_wxUSE_TIMEDATE
2624
2625fi
2626
2627
2628 eval "$ac_cv_use_timedate"
2629 if test "$no_cache" != 1; then
2630 echo $ac_cv_use_timedate >> ${wx_arg_cache_file}.tmp
2631 fi
2632
2633 if test "$wxUSE_TIMEDATE" = yes; then
2634 echo "$ac_t""yes" 1>&6
2635 else
2636 echo "$ac_t""no" 1>&6
2637 fi
2638
2639
2640 echo $ac_n "checking "for --enable-wave"""... $ac_c" 1>&6
f512f90a 2641echo "configure:2642: checking "for --enable-wave"" >&5
10f2d63a
VZ
2642 no_cache=0
2643 # Check whether --enable-wave or --disable-wave was given.
2644if test "${enable_wave+set}" = set; then
2645 enableval="$enable_wave"
2646
2647 if test "$enableval" = yes; then
2648 ac_cv_use_wave='wxUSE_WAVE=yes'
2649 else
2650 ac_cv_use_wave='wxUSE_WAVE=no'
2651 fi
2652
2653else
2654
2655 LINE=`grep "wxUSE_WAVE" ${wx_arg_cache_file}`
2656 if test "x$LINE" != x ; then
2657 eval "DEFAULT_$LINE"
2658 else
2659 no_cache=1
2660 fi
2661
2662 ac_cv_use_wave='wxUSE_WAVE='$DEFAULT_wxUSE_WAVE
2663
2664fi
2665
2666
2667 eval "$ac_cv_use_wave"
2668 if test "$no_cache" != 1; then
2669 echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp
2670 fi
2671
2672 if test "$wxUSE_WAVE" = yes; then
2673 echo "$ac_t""yes" 1>&6
2674 else
2675 echo "$ac_t""no" 1>&6
2676 fi
2677
2678
2679 echo $ac_n "checking "for --enable-fraction"""... $ac_c" 1>&6
f512f90a 2680echo "configure:2681: checking "for --enable-fraction"" >&5
10f2d63a
VZ
2681 no_cache=0
2682 # Check whether --enable-fraction or --disable-fraction was given.
2683if test "${enable_fraction+set}" = set; then
2684 enableval="$enable_fraction"
2685
2686 if test "$enableval" = yes; then
2687 ac_cv_use_fraction='wxUSE_FRACTION=yes'
2688 else
2689 ac_cv_use_fraction='wxUSE_FRACTION=no'
2690 fi
2691
2692else
2693
2694 LINE=`grep "wxUSE_FRACTION" ${wx_arg_cache_file}`
2695 if test "x$LINE" != x ; then
2696 eval "DEFAULT_$LINE"
2697 else
2698 no_cache=1
2699 fi
2700
2701 ac_cv_use_fraction='wxUSE_FRACTION='$DEFAULT_wxUSE_FRACTION
2702
2703fi
2704
2705
2706 eval "$ac_cv_use_fraction"
2707 if test "$no_cache" != 1; then
2708 echo $ac_cv_use_fraction >> ${wx_arg_cache_file}.tmp
2709 fi
2710
2711 if test "$wxUSE_FRACTION" = yes; then
2712 echo "$ac_t""yes" 1>&6
2713 else
2714 echo "$ac_t""no" 1>&6
2715 fi
2716
2717
2718 echo $ac_n "checking "for --enable-dynlib"""... $ac_c" 1>&6
f512f90a 2719echo "configure:2720: checking "for --enable-dynlib"" >&5
10f2d63a
VZ
2720 no_cache=0
2721 # Check whether --enable-dynlib or --disable-dynlib was given.
2722if test "${enable_dynlib+set}" = set; then
2723 enableval="$enable_dynlib"
2724
2725 if test "$enableval" = yes; then
2726 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes'
2727 else
2728 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no'
2729 fi
2730
2731else
2732
2733 LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
2734 if test "x$LINE" != x ; then
2735 eval "DEFAULT_$LINE"
2736 else
2737 no_cache=1
2738 fi
2739
2740 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
2741
2742fi
2743
2744
2745 eval "$ac_cv_use_dynlib"
2746 if test "$no_cache" != 1; then
2747 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
2748 fi
2749
2750 if test "$wxUSE_DYNLIB_CLASS" = yes; then
2751 echo "$ac_t""yes" 1>&6
2752 else
2753 echo "$ac_t""no" 1>&6
2754 fi
2755
2756
2757 echo $ac_n "checking "for --enable-longlong"""... $ac_c" 1>&6
f512f90a 2758echo "configure:2759: checking "for --enable-longlong"" >&5
10f2d63a
VZ
2759 no_cache=0
2760 # Check whether --enable-longlong or --disable-longlong was given.
2761if test "${enable_longlong+set}" = set; then
2762 enableval="$enable_longlong"
2763
2764 if test "$enableval" = yes; then
2765 ac_cv_use_longlong='wxUSE_LONGLONG=yes'
2766 else
2767 ac_cv_use_longlong='wxUSE_LONGLONG=no'
2768 fi
2769
2770else
2771
2772 LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
2773 if test "x$LINE" != x ; then
2774 eval "DEFAULT_$LINE"
2775 else
2776 no_cache=1
2777 fi
2778
2779 ac_cv_use_longlong='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
2780
2781fi
2782
2783
2784 eval "$ac_cv_use_longlong"
2785 if test "$no_cache" != 1; then
2786 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
2787 fi
2788
2789 if test "$wxUSE_LONGLONG" = yes; then
2790 echo "$ac_t""yes" 1>&6
2791 else
2792 echo "$ac_t""no" 1>&6
2793 fi
2794
2795
2796 echo $ac_n "checking "for --enable-log"""... $ac_c" 1>&6
f512f90a 2797echo "configure:2798: checking "for --enable-log"" >&5
10f2d63a
VZ
2798 no_cache=0
2799 # Check whether --enable-log or --disable-log was given.
2800if test "${enable_log+set}" = set; then
2801 enableval="$enable_log"
2802
2803 if test "$enableval" = yes; then
2804 ac_cv_use_log='wxUSE_LOG=yes'
2805 else
2806 ac_cv_use_log='wxUSE_LOG=no'
2807 fi
2808
2809else
2810
2811 LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
2812 if test "x$LINE" != x ; then
2813 eval "DEFAULT_$LINE"
2814 else
2815 no_cache=1
2816 fi
2817
2818 ac_cv_use_log='wxUSE_LOG='$DEFAULT_wxUSE_LOG
2819
2820fi
2821
2822
2823 eval "$ac_cv_use_log"
2824 if test "$no_cache" != 1; then
2825 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
2826 fi
2827
2828 if test "$wxUSE_LOG" = yes; then
2829 echo "$ac_t""yes" 1>&6
2830 else
2831 echo "$ac_t""no" 1>&6
2832 fi
2833
2834
2835 echo $ac_n "checking "for --enable-streams"""... $ac_c" 1>&6
f512f90a 2836echo "configure:2837: checking "for --enable-streams"" >&5
10f2d63a
VZ
2837 no_cache=0
2838 # Check whether --enable-streams or --disable-streams was given.
2839if test "${enable_streams+set}" = set; then
2840 enableval="$enable_streams"
2841
2842 if test "$enableval" = yes; then
2843 ac_cv_use_streams='wxUSE_STREAMS=yes'
2844 else
2845 ac_cv_use_streams='wxUSE_STREAMS=no'
2846 fi
2847
2848else
2849
2850 LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
2851 if test "x$LINE" != x ; then
2852 eval "DEFAULT_$LINE"
2853 else
2854 no_cache=1
2855 fi
2856
2857 ac_cv_use_streams='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
2858
2859fi
2860
2861
2862 eval "$ac_cv_use_streams"
2863 if test "$no_cache" != 1; then
2864 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
2865 fi
2866
2867 if test "$wxUSE_STREAMS" = yes; then
2868 echo "$ac_t""yes" 1>&6
2869 else
2870 echo "$ac_t""no" 1>&6
2871 fi
2872
2873
2874 echo $ac_n "checking "for --enable-file"""... $ac_c" 1>&6
f512f90a 2875echo "configure:2876: checking "for --enable-file"" >&5
10f2d63a
VZ
2876 no_cache=0
2877 # Check whether --enable-file or --disable-file was given.
2878if test "${enable_file+set}" = set; then
2879 enableval="$enable_file"
2880
2881 if test "$enableval" = yes; then
2882 ac_cv_use_file='wxUSE_FILE=yes'
2883 else
2884 ac_cv_use_file='wxUSE_FILE=no'
2885 fi
2886
2887else
2888
2889 LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
2890 if test "x$LINE" != x ; then
2891 eval "DEFAULT_$LINE"
2892 else
2893 no_cache=1
2894 fi
2895
2896 ac_cv_use_file='wxUSE_FILE='$DEFAULT_wxUSE_FILE
2897
2898fi
2899
2900
2901 eval "$ac_cv_use_file"
2902 if test "$no_cache" != 1; then
2903 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
2904 fi
2905
2906 if test "$wxUSE_FILE" = yes; then
2907 echo "$ac_t""yes" 1>&6
2908 else
2909 echo "$ac_t""no" 1>&6
2910 fi
2911
2912
2913 echo $ac_n "checking "for --enable-textfile"""... $ac_c" 1>&6
f512f90a 2914echo "configure:2915: checking "for --enable-textfile"" >&5
10f2d63a
VZ
2915 no_cache=0
2916 # Check whether --enable-textfile or --disable-textfile was given.
2917if test "${enable_textfile+set}" = set; then
2918 enableval="$enable_textfile"
2919
2920 if test "$enableval" = yes; then
2921 ac_cv_use_textfile='wxUSE_TEXTFILE=yes'
2922 else
2923 ac_cv_use_textfile='wxUSE_TEXTFILE=no'
2924 fi
2925
2926else
2927
2928 LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
2929 if test "x$LINE" != x ; then
2930 eval "DEFAULT_$LINE"
2931 else
2932 no_cache=1
2933 fi
2934
2935 ac_cv_use_textfile='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
2936
2937fi
2938
2939
2940 eval "$ac_cv_use_textfile"
2941 if test "$no_cache" != 1; then
2942 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
2943 fi
2944
2945 if test "$wxUSE_TEXTFILE" = yes; then
2946 echo "$ac_t""yes" 1>&6
2947 else
2948 echo "$ac_t""no" 1>&6
2949 fi
2950
2951
2952 echo $ac_n "checking "for --enable-unicode"""... $ac_c" 1>&6
f512f90a 2953echo "configure:2954: checking "for --enable-unicode"" >&5
10f2d63a
VZ
2954 no_cache=0
2955 # Check whether --enable-unicode or --disable-unicode was given.
2956if test "${enable_unicode+set}" = set; then
2957 enableval="$enable_unicode"
2958
2959 if test "$enableval" = yes; then
2960 ac_cv_use_unicode='wxUSE_UNICODE=yes'
2961 else
2962 ac_cv_use_unicode='wxUSE_UNICODE=no'
2963 fi
2964
2965else
2966
2967 LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
2968 if test "x$LINE" != x ; then
2969 eval "DEFAULT_$LINE"
2970 else
2971 no_cache=1
2972 fi
2973
2974 ac_cv_use_unicode='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
2975
2976fi
2977
2978
2979 eval "$ac_cv_use_unicode"
2980 if test "$no_cache" != 1; then
2981 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
2982 fi
2983
2984 if test "$wxUSE_UNICODE" = yes; then
2985 echo "$ac_t""yes" 1>&6
2986 else
2987 echo "$ac_t""no" 1>&6
2988 fi
2989
2990
2991 echo $ac_n "checking "for --enable-wcsrtombs"""... $ac_c" 1>&6
f512f90a 2992echo "configure:2993: checking "for --enable-wcsrtombs"" >&5
10f2d63a
VZ
2993 no_cache=0
2994 # Check whether --enable-wcsrtombs or --disable-wcsrtombs was given.
2995if test "${enable_wcsrtombs+set}" = set; then
2996 enableval="$enable_wcsrtombs"
2997
2998 if test "$enableval" = yes; then
2999 ac_cv_use_wcsrtombs='wxUSE_WCSRTOMBS=yes'
3000 else
3001 ac_cv_use_wcsrtombs='wxUSE_WCSRTOMBS=no'
3002 fi
3003
3004else
3005
3006 LINE=`grep "wxUSE_WCSRTOMBS" ${wx_arg_cache_file}`
3007 if test "x$LINE" != x ; then
3008 eval "DEFAULT_$LINE"
3009 else
3010 no_cache=1
3011 fi
3012
3013 ac_cv_use_wcsrtombs='wxUSE_WCSRTOMBS='$DEFAULT_wxUSE_WCSRTOMBS
3014
3015fi
3016
3017
3018 eval "$ac_cv_use_wcsrtombs"
3019 if test "$no_cache" != 1; then
3020 echo $ac_cv_use_wcsrtombs >> ${wx_arg_cache_file}.tmp
3021 fi
3022
3023 if test "$wxUSE_WCSRTOMBS" = yes; then
3024 echo "$ac_t""yes" 1>&6
3025 else
3026 echo "$ac_t""no" 1>&6
3027 fi
3028
3029
3030 echo $ac_n "checking "for --enable-wxprintfv"""... $ac_c" 1>&6
f512f90a 3031echo "configure:3032: checking "for --enable-wxprintfv"" >&5
10f2d63a
VZ
3032 no_cache=0
3033 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
3034if test "${enable_wxprintfv+set}" = set; then
3035 enableval="$enable_wxprintfv"
3036
3037 if test "$enableval" = yes; then
3038 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=yes'
3039 else
3040 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=no'
3041 fi
3042
3043else
3044
3045 LINE=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
3046 if test "x$LINE" != x ; then
3047 eval "DEFAULT_$LINE"
3048 else
3049 no_cache=1
3050 fi
3051
3052 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
3053
3054fi
3055
3056
3057 eval "$ac_cv_use_wxprintfv"
3058 if test "$no_cache" != 1; then
3059 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
3060 fi
3061
3062 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
3063 echo "$ac_t""yes" 1>&6
3064 else
3065 echo "$ac_t""no" 1>&6
3066 fi
3067
3068
3069 echo $ac_n "checking "for --enable-joystick"""... $ac_c" 1>&6
f512f90a 3070echo "configure:3071: checking "for --enable-joystick"" >&5
10f2d63a
VZ
3071 no_cache=0
3072 # Check whether --enable-joystick or --disable-joystick was given.
3073if test "${enable_joystick+set}" = set; then
3074 enableval="$enable_joystick"
3075
3076 if test "$enableval" = yes; then
3077 ac_cv_use_joystick='wxUSE_JOYSTICK=yes'
3078 else
3079 ac_cv_use_joystick='wxUSE_JOYSTICK=no'
3080 fi
3081
3082else
3083
3084 LINE=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
3085 if test "x$LINE" != x ; then
3086 eval "DEFAULT_$LINE"
3087 else
3088 no_cache=1
3089 fi
3090
3091 ac_cv_use_joystick='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
3092
3093fi
3094
3095
3096 eval "$ac_cv_use_joystick"
3097 if test "$no_cache" != 1; then
3098 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
3099 fi
3100
3101 if test "$wxUSE_JOYSTICK" = yes; then
3102 echo "$ac_t""yes" 1>&6
3103 else
3104 echo "$ac_t""no" 1>&6
3105 fi
3106
3107
3108 echo $ac_n "checking "for --enable-std_iostreams"""... $ac_c" 1>&6
f512f90a 3109echo "configure:3110: checking "for --enable-std_iostreams"" >&5
10f2d63a
VZ
3110 no_cache=0
3111 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
3112if test "${enable_std_iostreams+set}" = set; then
3113 enableval="$enable_std_iostreams"
3114
3115 if test "$enableval" = yes; then
3116 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes'
3117 else
3118 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no'
3119 fi
3120
3121else
3122
3123 LINE=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
3124 if test "x$LINE" != x ; then
3125 eval "DEFAULT_$LINE"
3126 else
3127 no_cache=1
3128 fi
3129
3130 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
3131
3132fi
3133
3134
3135 eval "$ac_cv_use_std_iostreams"
3136 if test "$no_cache" != 1; then
3137 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
3138 fi
3139
3140 if test "$wxUSE_STD_IOSTREAM" = yes; then
3141 echo "$ac_t""yes" 1>&6
3142 else
3143 echo "$ac_t""no" 1>&6
3144 fi
3145
3146
3147 echo $ac_n "checking "for --enable-fs_inet"""... $ac_c" 1>&6
f512f90a 3148echo "configure:3149: checking "for --enable-fs_inet"" >&5
10f2d63a
VZ
3149 no_cache=0
3150 # Check whether --enable-fs_inet or --disable-fs_inet was given.
3151if test "${enable_fs_inet+set}" = set; then
3152 enableval="$enable_fs_inet"
3153
3154 if test "$enableval" = yes; then
3155 ac_cv_use_fs_inet='wxUSE_FS_INET=yes'
3156 else
3157 ac_cv_use_fs_inet='wxUSE_FS_INET=no'
3158 fi
3159
3160else
3161
3162 LINE=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
3163 if test "x$LINE" != x ; then
3164 eval "DEFAULT_$LINE"
3165 else
3166 no_cache=1
3167 fi
3168
3169 ac_cv_use_fs_inet='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
3170
3171fi
3172
3173
3174 eval "$ac_cv_use_fs_inet"
3175 if test "$no_cache" != 1; then
3176 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
3177 fi
3178
3179 if test "$wxUSE_FS_INET" = yes; then
3180 echo "$ac_t""yes" 1>&6
3181 else
3182 echo "$ac_t""no" 1>&6
3183 fi
3184
3185
3186 echo $ac_n "checking "for --enable-fs_zip"""... $ac_c" 1>&6
f512f90a 3187echo "configure:3188: checking "for --enable-fs_zip"" >&5
10f2d63a
VZ
3188 no_cache=0
3189 # Check whether --enable-fs_zip or --disable-fs_zip was given.
3190if test "${enable_fs_zip+set}" = set; then
3191 enableval="$enable_fs_zip"
3192
3193 if test "$enableval" = yes; then
3194 ac_cv_use_fs_zip='wxUSE_FS_ZIP=yes'
3195 else
3196 ac_cv_use_fs_zip='wxUSE_FS_ZIP=no'
3197 fi
3198
3199else
3200
3201 LINE=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
3202 if test "x$LINE" != x ; then
3203 eval "DEFAULT_$LINE"
3204 else
3205 no_cache=1
3206 fi
3207
3208 ac_cv_use_fs_zip='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
3209
3210fi
3211
3212
3213 eval "$ac_cv_use_fs_zip"
3214 if test "$no_cache" != 1; then
3215 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
3216 fi
3217
3218 if test "$wxUSE_FS_ZIP" = yes; then
3219 echo "$ac_t""yes" 1>&6
3220 else
3221 echo "$ac_t""no" 1>&6
3222 fi
3223
3224
3225 echo $ac_n "checking "for --enable-zipstream"""... $ac_c" 1>&6
f512f90a 3226echo "configure:3227: checking "for --enable-zipstream"" >&5
10f2d63a
VZ
3227 no_cache=0
3228 # Check whether --enable-zipstream or --disable-zipstream was given.
3229if test "${enable_zipstream+set}" = set; then
3230 enableval="$enable_zipstream"
3231
3232 if test "$enableval" = yes; then
3233 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=yes'
3234 else
3235 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=no'
3236 fi
3237
3238else
3239
3240 LINE=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
3241 if test "x$LINE" != x ; then
3242 eval "DEFAULT_$LINE"
3243 else
3244 no_cache=1
3245 fi
3246
3247 ac_cv_use_zipstream='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
3248
3249fi
3250
3251
3252 eval "$ac_cv_use_zipstream"
3253 if test "$no_cache" != 1; then
3254 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
3255 fi
3256
3257 if test "$wxUSE_ZIPSTREAM" = yes; then
3258 echo "$ac_t""yes" 1>&6
3259 else
3260 echo "$ac_t""no" 1>&6
3261 fi
3262
3263
3264
3265
3266 echo $ac_n "checking "for --enable-threads"""... $ac_c" 1>&6
f512f90a 3267echo "configure:3268: checking "for --enable-threads"" >&5
10f2d63a
VZ
3268 no_cache=0
3269 # Check whether --enable-threads or --disable-threads was given.
3270if test "${enable_threads+set}" = set; then
3271 enableval="$enable_threads"
3272
3273 if test "$enableval" = yes; then
3274 ac_cv_use_threads='wxUSE_THREADS=yes'
3275 else
3276 ac_cv_use_threads='wxUSE_THREADS=no'
3277 fi
3278
3279else
3280
3281 LINE=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
3282 if test "x$LINE" != x ; then
3283 eval "DEFAULT_$LINE"
3284 else
3285 no_cache=1
3286 fi
3287
3288 ac_cv_use_threads='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
3289
3290fi
3291
3292
3293 eval "$ac_cv_use_threads"
3294 if test "$no_cache" != 1; then
3295 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
3296 fi
3297
3298 if test "$wxUSE_THREADS" = yes; then
3299 echo "$ac_t""yes" 1>&6
3300 else
3301 echo "$ac_t""no" 1>&6
3302 fi
3303
3304
3305 echo $ac_n "checking "for --enable-serial"""... $ac_c" 1>&6
f512f90a 3306echo "configure:3307: checking "for --enable-serial"" >&5
10f2d63a
VZ
3307 no_cache=0
3308 # Check whether --enable-serial or --disable-serial was given.
3309if test "${enable_serial+set}" = set; then
3310 enableval="$enable_serial"
3311
3312 if test "$enableval" = yes; then
3313 ac_cv_use_serial='wxUSE_SERIAL=yes'
3314 else
3315 ac_cv_use_serial='wxUSE_SERIAL=no'
3316 fi
3317
3318else
3319
3320 LINE=`grep "wxUSE_SERIAL" ${wx_arg_cache_file}`
3321 if test "x$LINE" != x ; then
3322 eval "DEFAULT_$LINE"
3323 else
3324 no_cache=1
3325 fi
3326
3327 ac_cv_use_serial='wxUSE_SERIAL='$DEFAULT_wxUSE_SERIAL
3328
3329fi
3330
3331
3332 eval "$ac_cv_use_serial"
3333 if test "$no_cache" != 1; then
3334 echo $ac_cv_use_serial >> ${wx_arg_cache_file}.tmp
3335 fi
3336
3337 if test "$wxUSE_SERIAL" = yes; then
3338 echo "$ac_t""yes" 1>&6
3339 else
3340 echo "$ac_t""no" 1>&6
3341 fi
3342
3343
3344
3345
3346 echo $ac_n "checking "for --enable-docview"""... $ac_c" 1>&6
f512f90a 3347echo "configure:3348: checking "for --enable-docview"" >&5
10f2d63a
VZ
3348 no_cache=0
3349 # Check whether --enable-docview or --disable-docview was given.
3350if test "${enable_docview+set}" = set; then
3351 enableval="$enable_docview"
3352
3353 if test "$enableval" = yes; then
3354 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
3355 else
3356 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no'
3357 fi
3358
3359else
3360
3361 LINE=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
3362 if test "x$LINE" != x ; then
3363 eval "DEFAULT_$LINE"
3364 else
3365 no_cache=1
3366 fi
3367
3368 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
3369
3370fi
3371
3372
3373 eval "$ac_cv_use_docview"
3374 if test "$no_cache" != 1; then
3375 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
3376 fi
3377
3378 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
3379 echo "$ac_t""yes" 1>&6
3380 else
3381 echo "$ac_t""no" 1>&6
3382 fi
3383
3384
3385 echo $ac_n "checking "for --enable-help"""... $ac_c" 1>&6
f512f90a 3386echo "configure:3387: checking "for --enable-help"" >&5
10f2d63a
VZ
3387 no_cache=0
3388 # Check whether --enable-help or --disable-help was given.
3389if test "${enable_help+set}" = set; then
3390 enableval="$enable_help"
3391
3392 if test "$enableval" = yes; then
3393 ac_cv_use_help='wxUSE_HELP=yes'
3394 else
3395 ac_cv_use_help='wxUSE_HELP=no'
3396 fi
3397
3398else
3399
3400 LINE=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
3401 if test "x$LINE" != x ; then
3402 eval "DEFAULT_$LINE"
3403 else
3404 no_cache=1
3405 fi
3406
3407 ac_cv_use_help='wxUSE_HELP='$DEFAULT_wxUSE_HELP
3408
3409fi
3410
3411
3412 eval "$ac_cv_use_help"
3413 if test "$no_cache" != 1; then
3414 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
3415 fi
3416
3417 if test "$wxUSE_HELP" = yes; then
3418 echo "$ac_t""yes" 1>&6
3419 else
3420 echo "$ac_t""no" 1>&6
3421 fi
3422
3423
3424 echo $ac_n "checking "for --enable-constraints"""... $ac_c" 1>&6
f512f90a 3425echo "configure:3426: checking "for --enable-constraints"" >&5
10f2d63a
VZ
3426 no_cache=0
3427 # Check whether --enable-constraints or --disable-constraints was given.
3428if test "${enable_constraints+set}" = set; then
3429 enableval="$enable_constraints"
3430
3431 if test "$enableval" = yes; then
3432 ac_cv_use_constraints='wxUSE_CONSTRAINTS=yes'
3433 else
3434 ac_cv_use_constraints='wxUSE_CONSTRAINTS=no'
3435 fi
3436
3437else
3438
3439 LINE=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
3440 if test "x$LINE" != x ; then
3441 eval "DEFAULT_$LINE"
3442 else
3443 no_cache=1
3444 fi
3445
3446 ac_cv_use_constraints='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
3447
3448fi
3449
3450
3451 eval "$ac_cv_use_constraints"
3452 if test "$no_cache" != 1; then
3453 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
3454 fi
3455
3456 if test "$wxUSE_CONSTRAINTS" = yes; then
3457 echo "$ac_t""yes" 1>&6
3458 else
3459 echo "$ac_t""no" 1>&6
3460 fi
3461
3462
3463 echo $ac_n "checking "for --enable-printarch"""... $ac_c" 1>&6
f512f90a 3464echo "configure:3465: checking "for --enable-printarch"" >&5
10f2d63a
VZ
3465 no_cache=0
3466 # Check whether --enable-printarch or --disable-printarch was given.
3467if test "${enable_printarch+set}" = set; then
3468 enableval="$enable_printarch"
3469
3470 if test "$enableval" = yes; then
3471 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes'
3472 else
3473 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no'
3474 fi
3475
3476else
3477
3478 LINE=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
3479 if test "x$LINE" != x ; then
3480 eval "DEFAULT_$LINE"
3481 else
3482 no_cache=1
3483 fi
3484
3485 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
3486
3487fi
3488
3489
3490 eval "$ac_cv_use_printarch"
3491 if test "$no_cache" != 1; then
3492 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
3493 fi
3494
3495 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
3496 echo "$ac_t""yes" 1>&6
3497 else
3498 echo "$ac_t""no" 1>&6
3499 fi
3500
3501
3502 echo $ac_n "checking "for --enable-mdi"""... $ac_c" 1>&6
f512f90a 3503echo "configure:3504: checking "for --enable-mdi"" >&5
10f2d63a
VZ
3504 no_cache=0
3505 # Check whether --enable-mdi or --disable-mdi was given.
3506if test "${enable_mdi+set}" = set; then
3507 enableval="$enable_mdi"
3508
3509 if test "$enableval" = yes; then
3510 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=yes'
3511 else
3512 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=no'
3513 fi
3514
3515else
3516
3517 LINE=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
3518 if test "x$LINE" != x ; then
3519 eval "DEFAULT_$LINE"
3520 else
3521 no_cache=1
3522 fi
3523
3524 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
3525
3526fi
3527
3528
3529 eval "$ac_cv_use_mdi"
3530 if test "$no_cache" != 1; then
3531 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
3532 fi
3533
3534 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
3535 echo "$ac_t""yes" 1>&6
3536 else
3537 echo "$ac_t""no" 1>&6
3538 fi
3539
3540
3541
3542 echo $ac_n "checking "for --enable-postscript"""... $ac_c" 1>&6
f512f90a 3543echo "configure:3544: checking "for --enable-postscript"" >&5
10f2d63a
VZ
3544 no_cache=0
3545 # Check whether --enable-postscript or --disable-postscript was given.
3546if test "${enable_postscript+set}" = set; then
3547 enableval="$enable_postscript"
3548
3549 if test "$enableval" = yes; then
3550 ac_cv_use_postscript='wxUSE_POSTSCRIPT=yes'
3551 else
3552 ac_cv_use_postscript='wxUSE_POSTSCRIPT=no'
3553 fi
3554
3555else
3556
3557 LINE=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
3558 if test "x$LINE" != x ; then
3559 eval "DEFAULT_$LINE"
3560 else
3561 no_cache=1
3562 fi
3563
3564 ac_cv_use_postscript='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
3565
3566fi
3567
3568
3569 eval "$ac_cv_use_postscript"
3570 if test "$no_cache" != 1; then
3571 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
3572 fi
3573
3574 if test "$wxUSE_POSTSCRIPT" = yes; then
3575 echo "$ac_t""yes" 1>&6
3576 else
3577 echo "$ac_t""no" 1>&6
3578 fi
3579
3580
3581
3582
3583 echo $ac_n "checking "for --enable-prologio"""... $ac_c" 1>&6
f512f90a 3584echo "configure:3585: checking "for --enable-prologio"" >&5
10f2d63a
VZ
3585 no_cache=0
3586 # Check whether --enable-prologio or --disable-prologio was given.
3587if test "${enable_prologio+set}" = set; then
3588 enableval="$enable_prologio"
3589
3590 if test "$enableval" = yes; then
3591 ac_cv_use_prologio='wxUSE_PROLOGIO=yes'
3592 else
3593 ac_cv_use_prologio='wxUSE_PROLOGIO=no'
3594 fi
3595
3596else
3597
3598 LINE=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
3599 if test "x$LINE" != x ; then
3600 eval "DEFAULT_$LINE"
3601 else
3602 no_cache=1
3603 fi
3604
3605 ac_cv_use_prologio='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
3606
3607fi
3608
3609
3610 eval "$ac_cv_use_prologio"
3611 if test "$no_cache" != 1; then
3612 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
3613 fi
3614
3615 if test "$wxUSE_PROLOGIO" = yes; then
3616 echo "$ac_t""yes" 1>&6
3617 else
3618 echo "$ac_t""no" 1>&6
3619 fi
3620
3621
3622 echo $ac_n "checking "for --enable-resources"""... $ac_c" 1>&6
f512f90a 3623echo "configure:3624: checking "for --enable-resources"" >&5
10f2d63a
VZ
3624 no_cache=0
3625 # Check whether --enable-resources or --disable-resources was given.
3626if test "${enable_resources+set}" = set; then
3627 enableval="$enable_resources"
3628
3629 if test "$enableval" = yes; then
3630 ac_cv_use_resources='wxUSE_RESOURCES=yes'
3631 else
3632 ac_cv_use_resources='wxUSE_RESOURCES=no'
3633 fi
3634
3635else
3636
3637 LINE=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
3638 if test "x$LINE" != x ; then
3639 eval "DEFAULT_$LINE"
3640 else
3641 no_cache=1
3642 fi
3643
3644 ac_cv_use_resources='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
3645
3646fi
3647
3648
3649 eval "$ac_cv_use_resources"
3650 if test "$no_cache" != 1; then
3651 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
3652 fi
3653
3654 if test "$wxUSE_RESOURCES" = yes; then
3655 echo "$ac_t""yes" 1>&6
3656 else
3657 echo "$ac_t""no" 1>&6
3658 fi
3659
3660
3661
3662 echo $ac_n "checking "for --enable-xresources"""... $ac_c" 1>&6
f512f90a 3663echo "configure:3664: checking "for --enable-xresources"" >&5
10f2d63a
VZ
3664 no_cache=0
3665 # Check whether --enable-xresources or --disable-xresources was given.
3666if test "${enable_xresources+set}" = set; then
3667 enableval="$enable_xresources"
3668
3669 if test "$enableval" = yes; then
3670 ac_cv_use_xresources='wxUSE_X_RESOURCES=yes'
3671 else
3672 ac_cv_use_xresources='wxUSE_X_RESOURCES=no'
3673 fi
3674
3675else
3676
3677 LINE=`grep "wxUSE_X_RESOURCES" ${wx_arg_cache_file}`
3678 if test "x$LINE" != x ; then
3679 eval "DEFAULT_$LINE"
3680 else
3681 no_cache=1
3682 fi
3683
3684 ac_cv_use_xresources='wxUSE_X_RESOURCES='$DEFAULT_wxUSE_X_RESOURCES
3685
3686fi
3687
3688
3689 eval "$ac_cv_use_xresources"
3690 if test "$no_cache" != 1; then
3691 echo $ac_cv_use_xresources >> ${wx_arg_cache_file}.tmp
3692 fi
3693
3694 if test "$wxUSE_X_RESOURCES" = yes; then
3695 echo "$ac_t""yes" 1>&6
3696 else
3697 echo "$ac_t""no" 1>&6
3698 fi
3699
3700
3701
3702
3703 echo $ac_n "checking "for --enable-clipboard"""... $ac_c" 1>&6
f512f90a 3704echo "configure:3705: checking "for --enable-clipboard"" >&5
10f2d63a
VZ
3705 no_cache=0
3706 # Check whether --enable-clipboard or --disable-clipboard was given.
3707if test "${enable_clipboard+set}" = set; then
3708 enableval="$enable_clipboard"
3709
3710 if test "$enableval" = yes; then
3711 ac_cv_use_clipboard='wxUSE_CLIPBOARD=yes'
3712 else
3713 ac_cv_use_clipboard='wxUSE_CLIPBOARD=no'
3714 fi
3715
3716else
3717
3718 LINE=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
3719 if test "x$LINE" != x ; then
3720 eval "DEFAULT_$LINE"
3721 else
3722 no_cache=1
3723 fi
3724
3725 ac_cv_use_clipboard='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
3726
3727fi
3728
3729
3730 eval "$ac_cv_use_clipboard"
3731 if test "$no_cache" != 1; then
3732 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
3733 fi
3734
3735 if test "$wxUSE_CLIPBOARD" = yes; then
3736 echo "$ac_t""yes" 1>&6
3737 else
3738 echo "$ac_t""no" 1>&6
3739 fi
3740
3741
3742 echo $ac_n "checking "for --enable-dnd"""... $ac_c" 1>&6
f512f90a 3743echo "configure:3744: checking "for --enable-dnd"" >&5
10f2d63a
VZ
3744 no_cache=0
3745 # Check whether --enable-dnd or --disable-dnd was given.
3746if test "${enable_dnd+set}" = set; then
3747 enableval="$enable_dnd"
3748
3749 if test "$enableval" = yes; then
3750 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes'
3751 else
3752 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=no'
3753 fi
3754
3755else
3756
3757 LINE=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
3758 if test "x$LINE" != x ; then
3759 eval "DEFAULT_$LINE"
3760 else
3761 no_cache=1
3762 fi
3763
3764 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
3765
3766fi
3767
3768
3769 eval "$ac_cv_use_dnd"
3770 if test "$no_cache" != 1; then
3771 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
3772 fi
3773
3774 if test "$wxUSE_DRAG_AND_DROP" = yes; then
3775 echo "$ac_t""yes" 1>&6
3776 else
3777 echo "$ac_t""no" 1>&6
3778 fi
3779
3780
3781
3782 echo $ac_n "checking "for --enable-wxtree"""... $ac_c" 1>&6
f512f90a 3783echo "configure:3784: checking "for --enable-wxtree"" >&5
10f2d63a
VZ
3784 no_cache=0
3785 # Check whether --enable-wxtree or --disable-wxtree was given.
3786if test "${enable_wxtree+set}" = set; then
3787 enableval="$enable_wxtree"
3788
3789 if test "$enableval" = yes; then
3790 ac_cv_use_wxtree='wxUSE_WXTREE=yes'
3791 else
3792 ac_cv_use_wxtree='wxUSE_WXTREE=no'
3793 fi
3794
3795else
3796
3797 LINE=`grep "wxUSE_WXTREE" ${wx_arg_cache_file}`
3798 if test "x$LINE" != x ; then
3799 eval "DEFAULT_$LINE"
3800 else
3801 no_cache=1
3802 fi
3803
3804 ac_cv_use_wxtree='wxUSE_WXTREE='$DEFAULT_wxUSE_WXTREE
3805
3806fi
3807
3808
3809 eval "$ac_cv_use_wxtree"
3810 if test "$no_cache" != 1; then
3811 echo $ac_cv_use_wxtree >> ${wx_arg_cache_file}.tmp
3812 fi
3813
3814 if test "$wxUSE_WXTREE" = yes; then
3815 echo "$ac_t""yes" 1>&6
3816 else
3817 echo "$ac_t""no" 1>&6
3818 fi
3819
3820
3821
3822
3823 echo $ac_n "checking "for --enable-controls"""... $ac_c" 1>&6
f512f90a 3824echo "configure:3825: checking "for --enable-controls"" >&5
10f2d63a
VZ
3825 no_cache=0
3826 # Check whether --enable-controls or --disable-controls was given.
3827if test "${enable_controls+set}" = set; then
3828 enableval="$enable_controls"
3829
3830 if test "$enableval" = yes; then
3831 ac_cv_use_controls='wxUSE_CONTROLS=yes'
3832 else
3833 ac_cv_use_controls='wxUSE_CONTROLS=no'
3834 fi
3835
3836else
3837
3838 LINE=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
3839 if test "x$LINE" != x ; then
3840 eval "DEFAULT_$LINE"
3841 else
3842 no_cache=1
3843 fi
3844
3845 ac_cv_use_controls='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
3846
3847fi
3848
3849
3850 eval "$ac_cv_use_controls"
3851 if test "$no_cache" != 1; then
3852 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
3853 fi
3854
3855 if test "$wxUSE_CONTROLS" = yes; then
3856 echo "$ac_t""yes" 1>&6
3857 else
3858 echo "$ac_t""no" 1>&6
3859 fi
3860
3861
3862if test "$wxUSE_CONTROLS" = "yes"; then
3863 DEFAULT_wxUSE_ACCEL=yes
3864 DEFAULT_wxUSE_CARET=yes
3865 DEFAULT_wxUSE_COMBOBOX=yes
3866 DEFAULT_wxUSE_BMPBUTTON=yes
3867 DEFAULT_wxUSE_CHECKBOX=yes
3868 DEFAULT_wxUSE_CHECKLISTBOX=yes
3869 DEFAULT_wxUSE_CHOICE=yes
3870 DEFAULT_wxUSE_GAUGE=yes
3871 DEFAULT_wxUSE_GRID=yes
3872 DEFAULT_wxUSE_NEW_GRID=yes
3873 DEFAULT_wxUSE_IMAGLIST=yes
3874 DEFAULT_wxUSE_LISTBOX=yes
3875 DEFAULT_wxUSE_LISTCTRL=yes
3876 DEFAULT_wxUSE_NOTEBOOK=yes
3877 DEFAULT_wxUSE_RADIOBOX=yes
3878 DEFAULT_wxUSE_RADIOBTN=yes
3879 DEFAULT_wxUSE_SASH=yes
3880 DEFAULT_wxUSE_SCROLLBAR=yes
3881 DEFAULT_wxUSE_SLIDER=yes
3882 DEFAULT_wxUSE_SPINBTN=yes
3883 DEFAULT_wxUSE_SPLITTER=yes
3884 DEFAULT_wxUSE_STATBMP=yes
3885 DEFAULT_wxUSE_STATBOX=yes
3886 DEFAULT_wxUSE_STATLINE=yes
3887 DEFAULT_wxUSE_STATUSBAR=yes
3888 DEFAULT_wxUSE_TAB_DIALOG=yes
3889 DEFAULT_wxUSE_TOOLBAR=yes
3890 DEFAULT_wxUSE_TOOLTIPS=yes
3891 DEFAULT_wxUSE_TREECTRL=yes
3892elif test "$wxUSE_CONTROLS" = "no"; then
3893 DEFAULT_wxUSE_ACCEL=no
3894 DEFAULT_wxUSE_CARET=no
3895 DEFAULT_wxUSE_COMBOBOX=no
3896 DEFAULT_wxUSE_BMPBUTTON=no
3897 DEFAULT_wxUSE_CHECKBOX=no
3898 DEFAULT_wxUSE_CHECKLISTBOX=no
3899 DEFAULT_wxUSE_CHOICE=no
3900 DEFAULT_wxUSE_GAUGE=no
3901 DEFAULT_wxUSE_GRID=no
3902 DEFAULT_wxUSE_NEW_GRID=no
3903 DEFAULT_wxUSE_IMAGLIST=no
3904 DEFAULT_wxUSE_LISTBOX=no
3905 DEFAULT_wxUSE_LISTCTRL=no
3906 DEFAULT_wxUSE_NOTEBOOK=no
3907 DEFAULT_wxUSE_RADIOBOX=no
3908 DEFAULT_wxUSE_RADIOBTN=no
3909 DEFAULT_wxUSE_SASH=no
3910 DEFAULT_wxUSE_SCROLLBAR=no
3911 DEFAULT_wxUSE_SLIDER=no
3912 DEFAULT_wxUSE_SPINBTN=no
3913 DEFAULT_wxUSE_SPLITTER=no
3914 DEFAULT_wxUSE_STATBMP=no
3915 DEFAULT_wxUSE_STATBOX=no
3916 DEFAULT_wxUSE_STATLINE=no
3917 DEFAULT_wxUSE_STATUSBAR=no
3918 DEFAULT_wxUSE_TAB_DIALOG=no
3919 DEFAULT_wxUSE_TOOLBAR=no
3920 DEFAULT_wxUSE_TOOLTIPS=no
3921 DEFAULT_wxUSE_TREECTRL=no
3922fi
3923
3924
3925 echo $ac_n "checking "for --enable-accel"""... $ac_c" 1>&6
f512f90a 3926echo "configure:3927: checking "for --enable-accel"" >&5
10f2d63a
VZ
3927 no_cache=0
3928 # Check whether --enable-accel or --disable-accel was given.
3929if test "${enable_accel+set}" = set; then
3930 enableval="$enable_accel"
3931
3932 if test "$enableval" = yes; then
3933 ac_cv_use_accel='wxUSE_ACCEL=yes'
3934 else
3935 ac_cv_use_accel='wxUSE_ACCEL=no'
3936 fi
3937
3938else
3939
3940 LINE=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
3941 if test "x$LINE" != x ; then
3942 eval "DEFAULT_$LINE"
3943 else
3944 no_cache=1
3945 fi
3946
3947 ac_cv_use_accel='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
3948
3949fi
3950
3951
3952 eval "$ac_cv_use_accel"
3953 if test "$no_cache" != 1; then
3954 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
3955 fi
3956
3957 if test "$wxUSE_ACCEL" = yes; then
3958 echo "$ac_t""yes" 1>&6
3959 else
3960 echo "$ac_t""no" 1>&6
3961 fi
3962
3963
3964 echo $ac_n "checking "for --enable-caret"""... $ac_c" 1>&6
f512f90a 3965echo "configure:3966: checking "for --enable-caret"" >&5
10f2d63a
VZ
3966 no_cache=0
3967 # Check whether --enable-caret or --disable-caret was given.
3968if test "${enable_caret+set}" = set; then
3969 enableval="$enable_caret"
3970
3971 if test "$enableval" = yes; then
3972 ac_cv_use_caret='wxUSE_CARET=yes'
3973 else
3974 ac_cv_use_caret='wxUSE_CARET=no'
3975 fi
3976
3977else
3978
3979 LINE=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
3980 if test "x$LINE" != x ; then
3981 eval "DEFAULT_$LINE"
3982 else
3983 no_cache=1
3984 fi
3985
3986 ac_cv_use_caret='wxUSE_CARET='$DEFAULT_wxUSE_CARET
3987
3988fi
3989
3990
3991 eval "$ac_cv_use_caret"
3992 if test "$no_cache" != 1; then
3993 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
3994 fi
3995
3996 if test "$wxUSE_CARET" = yes; then
3997 echo "$ac_t""yes" 1>&6
3998 else
3999 echo "$ac_t""no" 1>&6
4000 fi
4001
4002
4003 echo $ac_n "checking "for --enable-bmpbutton"""... $ac_c" 1>&6
f512f90a 4004echo "configure:4005: checking "for --enable-bmpbutton"" >&5
10f2d63a
VZ
4005 no_cache=0
4006 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
4007if test "${enable_bmpbutton+set}" = set; then
4008 enableval="$enable_bmpbutton"
4009
4010 if test "$enableval" = yes; then
4011 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes'
4012 else
4013 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
4014 fi
4015
4016else
4017
4018 LINE=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
4019 if test "x$LINE" != x ; then
4020 eval "DEFAULT_$LINE"
4021 else
4022 no_cache=1
4023 fi
4024
4025 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
4026
4027fi
4028
4029
4030 eval "$ac_cv_use_bmpbutton"
4031 if test "$no_cache" != 1; then
4032 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
4033 fi
4034
4035 if test "$wxUSE_BMPBUTTON" = yes; then
4036 echo "$ac_t""yes" 1>&6
4037 else
4038 echo "$ac_t""no" 1>&6
4039 fi
4040
4041
4042 echo $ac_n "checking "for --enable-checkbox"""... $ac_c" 1>&6
f512f90a 4043echo "configure:4044: checking "for --enable-checkbox"" >&5
10f2d63a
VZ
4044 no_cache=0
4045 # Check whether --enable-checkbox or --disable-checkbox was given.
4046if test "${enable_checkbox+set}" = set; then
4047 enableval="$enable_checkbox"
4048
4049 if test "$enableval" = yes; then
4050 ac_cv_use_checkbox='wxUSE_CHECKBOX=yes'
4051 else
4052 ac_cv_use_checkbox='wxUSE_CHECKBOX=no'
4053 fi
4054
4055else
4056
4057 LINE=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
4058 if test "x$LINE" != x ; then
4059 eval "DEFAULT_$LINE"
4060 else
4061 no_cache=1
4062 fi
4063
4064 ac_cv_use_checkbox='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
4065
4066fi
4067
4068
4069 eval "$ac_cv_use_checkbox"
4070 if test "$no_cache" != 1; then
4071 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
4072 fi
4073
4074 if test "$wxUSE_CHECKBOX" = yes; then
4075 echo "$ac_t""yes" 1>&6
4076 else
4077 echo "$ac_t""no" 1>&6
4078 fi
4079
4080
4081 echo $ac_n "checking "for --enable-checklst"""... $ac_c" 1>&6
f512f90a 4082echo "configure:4083: checking "for --enable-checklst"" >&5
10f2d63a
VZ
4083 no_cache=0
4084 # Check whether --enable-checklst or --disable-checklst was given.
4085if test "${enable_checklst+set}" = set; then
4086 enableval="$enable_checklst"
4087
4088 if test "$enableval" = yes; then
4089 ac_cv_use_checklst='wxUSE_CHECKLST=yes'
4090 else
4091 ac_cv_use_checklst='wxUSE_CHECKLST=no'
4092 fi
4093
4094else
4095
4096 LINE=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
4097 if test "x$LINE" != x ; then
4098 eval "DEFAULT_$LINE"
4099 else
4100 no_cache=1
4101 fi
4102
4103 ac_cv_use_checklst='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
4104
4105fi
4106
4107
4108 eval "$ac_cv_use_checklst"
4109 if test "$no_cache" != 1; then
4110 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
4111 fi
4112
4113 if test "$wxUSE_CHECKLST" = yes; then
4114 echo "$ac_t""yes" 1>&6
4115 else
4116 echo "$ac_t""no" 1>&6
4117 fi
4118
4119
4120 echo $ac_n "checking "for --enable-choice"""... $ac_c" 1>&6
f512f90a 4121echo "configure:4122: checking "for --enable-choice"" >&5
10f2d63a
VZ
4122 no_cache=0
4123 # Check whether --enable-choice or --disable-choice was given.
4124if test "${enable_choice+set}" = set; then
4125 enableval="$enable_choice"
4126
4127 if test "$enableval" = yes; then
4128 ac_cv_use_choice='wxUSE_CHOICE=yes'
4129 else
4130 ac_cv_use_choice='wxUSE_CHOICE=no'
4131 fi
4132
4133else
4134
4135 LINE=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
4136 if test "x$LINE" != x ; then
4137 eval "DEFAULT_$LINE"
4138 else
4139 no_cache=1
4140 fi
4141
4142 ac_cv_use_choice='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
4143
4144fi
4145
4146
4147 eval "$ac_cv_use_choice"
4148 if test "$no_cache" != 1; then
4149 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
4150 fi
4151
4152 if test "$wxUSE_CHOICE" = yes; then
4153 echo "$ac_t""yes" 1>&6
4154 else
4155 echo "$ac_t""no" 1>&6
4156 fi
4157
4158
4159 echo $ac_n "checking "for --enable-combobox"""... $ac_c" 1>&6
f512f90a 4160echo "configure:4161: checking "for --enable-combobox"" >&5
10f2d63a
VZ
4161 no_cache=0
4162 # Check whether --enable-combobox or --disable-combobox was given.
4163if test "${enable_combobox+set}" = set; then
4164 enableval="$enable_combobox"
4165
4166 if test "$enableval" = yes; then
4167 ac_cv_use_combobox='wxUSE_COMBOBOX=yes'
4168 else
4169 ac_cv_use_combobox='wxUSE_COMBOBOX=no'
4170 fi
4171
4172else
4173
4174 LINE=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
4175 if test "x$LINE" != x ; then
4176 eval "DEFAULT_$LINE"
4177 else
4178 no_cache=1
4179 fi
4180
4181 ac_cv_use_combobox='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
4182
4183fi
4184
4185
4186 eval "$ac_cv_use_combobox"
4187 if test "$no_cache" != 1; then
4188 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
4189 fi
4190
4191 if test "$wxUSE_COMBOBOX" = yes; then
4192 echo "$ac_t""yes" 1>&6
4193 else
4194 echo "$ac_t""no" 1>&6
4195 fi
4196
4197
4198 echo $ac_n "checking "for --enable-gauge"""... $ac_c" 1>&6
f512f90a 4199echo "configure:4200: checking "for --enable-gauge"" >&5
10f2d63a
VZ
4200 no_cache=0
4201 # Check whether --enable-gauge or --disable-gauge was given.
4202if test "${enable_gauge+set}" = set; then
4203 enableval="$enable_gauge"
4204
4205 if test "$enableval" = yes; then
4206 ac_cv_use_gauge='wxUSE_GAUGE=yes'
4207 else
4208 ac_cv_use_gauge='wxUSE_GAUGE=no'
4209 fi
4210
4211else
4212
4213 LINE=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
4214 if test "x$LINE" != x ; then
4215 eval "DEFAULT_$LINE"
4216 else
4217 no_cache=1
4218 fi
4219
4220 ac_cv_use_gauge='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
4221
4222fi
4223
4224
4225 eval "$ac_cv_use_gauge"
4226 if test "$no_cache" != 1; then
4227 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
4228 fi
4229
4230 if test "$wxUSE_GAUGE" = yes; then
4231 echo "$ac_t""yes" 1>&6
4232 else
4233 echo "$ac_t""no" 1>&6
4234 fi
4235
4236
4237 echo $ac_n "checking "for --enable-grid"""... $ac_c" 1>&6
f512f90a 4238echo "configure:4239: checking "for --enable-grid"" >&5
10f2d63a
VZ
4239 no_cache=0
4240 # Check whether --enable-grid or --disable-grid was given.
4241if test "${enable_grid+set}" = set; then
4242 enableval="$enable_grid"
4243
4244 if test "$enableval" = yes; then
4245 ac_cv_use_grid='wxUSE_GRID=yes'
4246 else
4247 ac_cv_use_grid='wxUSE_GRID=no'
4248 fi
4249
4250else
4251
4252 LINE=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
4253 if test "x$LINE" != x ; then
4254 eval "DEFAULT_$LINE"
4255 else
4256 no_cache=1
4257 fi
4258
4259 ac_cv_use_grid='wxUSE_GRID='$DEFAULT_wxUSE_GRID
4260
4261fi
4262
4263
4264 eval "$ac_cv_use_grid"
4265 if test "$no_cache" != 1; then
4266 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
4267 fi
4268
4269 if test "$wxUSE_GRID" = yes; then
4270 echo "$ac_t""yes" 1>&6
4271 else
4272 echo "$ac_t""no" 1>&6
4273 fi
4274
4275
4276 echo $ac_n "checking "for --enable-newgrid"""... $ac_c" 1>&6
f512f90a 4277echo "configure:4278: checking "for --enable-newgrid"" >&5
10f2d63a
VZ
4278 no_cache=0
4279 # Check whether --enable-newgrid or --disable-newgrid was given.
4280if test "${enable_newgrid+set}" = set; then
4281 enableval="$enable_newgrid"
4282
4283 if test "$enableval" = yes; then
4284 ac_cv_use_newgrid='wxUSE_NEW_GRID=yes'
4285 else
4286 ac_cv_use_newgrid='wxUSE_NEW_GRID=no'
4287 fi
4288
4289else
4290
4291 LINE=`grep "wxUSE_NEW_GRID" ${wx_arg_cache_file}`
4292 if test "x$LINE" != x ; then
4293 eval "DEFAULT_$LINE"
4294 else
4295 no_cache=1
4296 fi
4297
4298 ac_cv_use_newgrid='wxUSE_NEW_GRID='$DEFAULT_wxUSE_NEW_GRID
4299
4300fi
4301
4302
4303 eval "$ac_cv_use_newgrid"
4304 if test "$no_cache" != 1; then
4305 echo $ac_cv_use_newgrid >> ${wx_arg_cache_file}.tmp
4306 fi
4307
4308 if test "$wxUSE_NEW_GRID" = yes; then
4309 echo "$ac_t""yes" 1>&6
4310 else
4311 echo "$ac_t""no" 1>&6
4312 fi
4313
4314
4315 echo $ac_n "checking "for --enable-imaglist"""... $ac_c" 1>&6
f512f90a 4316echo "configure:4317: checking "for --enable-imaglist"" >&5
10f2d63a
VZ
4317 no_cache=0
4318 # Check whether --enable-imaglist or --disable-imaglist was given.
4319if test "${enable_imaglist+set}" = set; then
4320 enableval="$enable_imaglist"
4321
4322 if test "$enableval" = yes; then
4323 ac_cv_use_imaglist='wxUSE_IMAGLIST=yes'
4324 else
4325 ac_cv_use_imaglist='wxUSE_IMAGLIST=no'
4326 fi
4327
4328else
4329
4330 LINE=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
4331 if test "x$LINE" != x ; then
4332 eval "DEFAULT_$LINE"
4333 else
4334 no_cache=1
4335 fi
4336
4337 ac_cv_use_imaglist='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
4338
4339fi
4340
4341
4342 eval "$ac_cv_use_imaglist"
4343 if test "$no_cache" != 1; then
4344 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
4345 fi
4346
4347 if test "$wxUSE_IMAGLIST" = yes; then
4348 echo "$ac_t""yes" 1>&6
4349 else
4350 echo "$ac_t""no" 1>&6
4351 fi
4352
4353
4354 echo $ac_n "checking "for --enable-listbox"""... $ac_c" 1>&6
f512f90a 4355echo "configure:4356: checking "for --enable-listbox"" >&5
10f2d63a
VZ
4356 no_cache=0
4357 # Check whether --enable-listbox or --disable-listbox was given.
4358if test "${enable_listbox+set}" = set; then
4359 enableval="$enable_listbox"
4360
4361 if test "$enableval" = yes; then
4362 ac_cv_use_listbox='wxUSE_LISTBOX=yes'
4363 else
4364 ac_cv_use_listbox='wxUSE_LISTBOX=no'
4365 fi
4366
4367else
4368
4369 LINE=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
4370 if test "x$LINE" != x ; then
4371 eval "DEFAULT_$LINE"
4372 else
4373 no_cache=1
4374 fi
4375
4376 ac_cv_use_listbox='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
4377
4378fi
4379
4380
4381 eval "$ac_cv_use_listbox"
4382 if test "$no_cache" != 1; then
4383 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
4384 fi
4385
4386 if test "$wxUSE_LISTBOX" = yes; then
4387 echo "$ac_t""yes" 1>&6
4388 else
4389 echo "$ac_t""no" 1>&6
4390 fi
4391
4392
4393 echo $ac_n "checking "for --enable-listctrl"""... $ac_c" 1>&6
f512f90a 4394echo "configure:4395: checking "for --enable-listctrl"" >&5
10f2d63a
VZ
4395 no_cache=0
4396 # Check whether --enable-listctrl or --disable-listctrl was given.
4397if test "${enable_listctrl+set}" = set; then
4398 enableval="$enable_listctrl"
4399
4400 if test "$enableval" = yes; then
4401 ac_cv_use_listctrl='wxUSE_LISTCTRL=yes'
4402 else
4403 ac_cv_use_listctrl='wxUSE_LISTCTRL=no'
4404 fi
4405
4406else
4407
4408 LINE=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
4409 if test "x$LINE" != x ; then
4410 eval "DEFAULT_$LINE"
4411 else
4412 no_cache=1
4413 fi
4414
4415 ac_cv_use_listctrl='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
4416
4417fi
4418
4419
4420 eval "$ac_cv_use_listctrl"
4421 if test "$no_cache" != 1; then
4422 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
4423 fi
4424
4425 if test "$wxUSE_LISTCTRL" = yes; then
4426 echo "$ac_t""yes" 1>&6
4427 else
4428 echo "$ac_t""no" 1>&6
4429 fi
4430
4431
4432 echo $ac_n "checking "for --enable-notebook"""... $ac_c" 1>&6
f512f90a 4433echo "configure:4434: checking "for --enable-notebook"" >&5
10f2d63a
VZ
4434 no_cache=0
4435 # Check whether --enable-notebook or --disable-notebook was given.
4436if test "${enable_notebook+set}" = set; then
4437 enableval="$enable_notebook"
4438
4439 if test "$enableval" = yes; then
4440 ac_cv_use_notebook='wxUSE_NOTEBOOK=yes'
4441 else
4442 ac_cv_use_notebook='wxUSE_NOTEBOOK=no'
4443 fi
4444
4445else
4446
4447 LINE=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
4448 if test "x$LINE" != x ; then
4449 eval "DEFAULT_$LINE"
4450 else
4451 no_cache=1
4452 fi
4453
4454 ac_cv_use_notebook='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
4455
4456fi
4457
4458
4459 eval "$ac_cv_use_notebook"
4460 if test "$no_cache" != 1; then
4461 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
4462 fi
4463
4464 if test "$wxUSE_NOTEBOOK" = yes; then
4465 echo "$ac_t""yes" 1>&6
4466 else
4467 echo "$ac_t""no" 1>&6
4468 fi
4469
4470
4471 echo $ac_n "checking "for --enable-radiobox"""... $ac_c" 1>&6
f512f90a 4472echo "configure:4473: checking "for --enable-radiobox"" >&5
10f2d63a
VZ
4473 no_cache=0
4474 # Check whether --enable-radiobox or --disable-radiobox was given.
4475if test "${enable_radiobox+set}" = set; then
4476 enableval="$enable_radiobox"
4477
4478 if test "$enableval" = yes; then
4479 ac_cv_use_radiobox='wxUSE_RADIOBOX=yes'
4480 else
4481 ac_cv_use_radiobox='wxUSE_RADIOBOX=no'
4482 fi
4483
4484else
4485
4486 LINE=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
4487 if test "x$LINE" != x ; then
4488 eval "DEFAULT_$LINE"
4489 else
4490 no_cache=1
4491 fi
4492
4493 ac_cv_use_radiobox='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
4494
4495fi
4496
4497
4498 eval "$ac_cv_use_radiobox"
4499 if test "$no_cache" != 1; then
4500 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
4501 fi
4502
4503 if test "$wxUSE_RADIOBOX" = yes; then
4504 echo "$ac_t""yes" 1>&6
4505 else
4506 echo "$ac_t""no" 1>&6
4507 fi
4508
4509
4510 echo $ac_n "checking "for --enable-radiobtn"""... $ac_c" 1>&6
f512f90a 4511echo "configure:4512: checking "for --enable-radiobtn"" >&5
10f2d63a
VZ
4512 no_cache=0
4513 # Check whether --enable-radiobtn or --disable-radiobtn was given.
4514if test "${enable_radiobtn+set}" = set; then
4515 enableval="$enable_radiobtn"
4516
4517 if test "$enableval" = yes; then
4518 ac_cv_use_radiobtn='wxUSE_RADIOBTN=yes'
4519 else
4520 ac_cv_use_radiobtn='wxUSE_RADIOBTN=no'
4521 fi
4522
4523else
4524
4525 LINE=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
4526 if test "x$LINE" != x ; then
4527 eval "DEFAULT_$LINE"
4528 else
4529 no_cache=1
4530 fi
4531
4532 ac_cv_use_radiobtn='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
4533
4534fi
4535
4536
4537 eval "$ac_cv_use_radiobtn"
4538 if test "$no_cache" != 1; then
4539 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
4540 fi
4541
4542 if test "$wxUSE_RADIOBTN" = yes; then
4543 echo "$ac_t""yes" 1>&6
4544 else
4545 echo "$ac_t""no" 1>&6
4546 fi
4547
4548
4549 echo $ac_n "checking "for --enable-sash"""... $ac_c" 1>&6
f512f90a 4550echo "configure:4551: checking "for --enable-sash"" >&5
10f2d63a
VZ
4551 no_cache=0
4552 # Check whether --enable-sash or --disable-sash was given.
4553if test "${enable_sash+set}" = set; then
4554 enableval="$enable_sash"
4555
4556 if test "$enableval" = yes; then
4557 ac_cv_use_sash='wxUSE_SASH=yes'
4558 else
4559 ac_cv_use_sash='wxUSE_SASH=no'
4560 fi
4561
4562else
4563
4564 LINE=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
4565 if test "x$LINE" != x ; then
4566 eval "DEFAULT_$LINE"
4567 else
4568 no_cache=1
4569 fi
4570
4571 ac_cv_use_sash='wxUSE_SASH='$DEFAULT_wxUSE_SASH
4572
4573fi
4574
4575
4576 eval "$ac_cv_use_sash"
4577 if test "$no_cache" != 1; then
4578 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
4579 fi
4580
4581 if test "$wxUSE_SASH" = yes; then
4582 echo "$ac_t""yes" 1>&6
4583 else
4584 echo "$ac_t""no" 1>&6
4585 fi
4586
4587
4588 echo $ac_n "checking "for --enable-scrollbar"""... $ac_c" 1>&6
f512f90a 4589echo "configure:4590: checking "for --enable-scrollbar"" >&5
10f2d63a
VZ
4590 no_cache=0
4591 # Check whether --enable-scrollbar or --disable-scrollbar was given.
4592if test "${enable_scrollbar+set}" = set; then
4593 enableval="$enable_scrollbar"
4594
4595 if test "$enableval" = yes; then
4596 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=yes'
4597 else
4598 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=no'
4599 fi
4600
4601else
4602
4603 LINE=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
4604 if test "x$LINE" != x ; then
4605 eval "DEFAULT_$LINE"
4606 else
4607 no_cache=1
4608 fi
4609
4610 ac_cv_use_scrollbar='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
4611
4612fi
4613
4614
4615 eval "$ac_cv_use_scrollbar"
4616 if test "$no_cache" != 1; then
4617 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
4618 fi
4619
4620 if test "$wxUSE_SCROLLBAR" = yes; then
4621 echo "$ac_t""yes" 1>&6
4622 else
4623 echo "$ac_t""no" 1>&6
4624 fi
4625
4626
4627 echo $ac_n "checking "for --enable-slider"""... $ac_c" 1>&6
f512f90a 4628echo "configure:4629: checking "for --enable-slider"" >&5
10f2d63a
VZ
4629 no_cache=0
4630 # Check whether --enable-slider or --disable-slider was given.
4631if test "${enable_slider+set}" = set; then
4632 enableval="$enable_slider"
4633
4634 if test "$enableval" = yes; then
4635 ac_cv_use_slider='wxUSE_SLIDER=yes'
4636 else
4637 ac_cv_use_slider='wxUSE_SLIDER=no'
4638 fi
4639
4640else
4641
4642 LINE=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
4643 if test "x$LINE" != x ; then
4644 eval "DEFAULT_$LINE"
4645 else
4646 no_cache=1
4647 fi
4648
4649 ac_cv_use_slider='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
4650
4651fi
4652
4653
4654 eval "$ac_cv_use_slider"
4655 if test "$no_cache" != 1; then
4656 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
4657 fi
4658
4659 if test "$wxUSE_SLIDER" = yes; then
4660 echo "$ac_t""yes" 1>&6
4661 else
4662 echo "$ac_t""no" 1>&6
4663 fi
4664
4665
4666 echo $ac_n "checking "for --enable-spinbtn"""... $ac_c" 1>&6
f512f90a 4667echo "configure:4668: checking "for --enable-spinbtn"" >&5
10f2d63a
VZ
4668 no_cache=0
4669 # Check whether --enable-spinbtn or --disable-spinbtn was given.
4670if test "${enable_spinbtn+set}" = set; then
4671 enableval="$enable_spinbtn"
4672
4673 if test "$enableval" = yes; then
4674 ac_cv_use_spinbtn='wxUSE_SPINBTN=yes'
4675 else
4676 ac_cv_use_spinbtn='wxUSE_SPINBTN=no'
4677 fi
4678
4679else
4680
4681 LINE=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
4682 if test "x$LINE" != x ; then
4683 eval "DEFAULT_$LINE"
4684 else
4685 no_cache=1
4686 fi
4687
4688 ac_cv_use_spinbtn='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
4689
4690fi
4691
4692
4693 eval "$ac_cv_use_spinbtn"
4694 if test "$no_cache" != 1; then
4695 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
4696 fi
4697
4698 if test "$wxUSE_SPINBTN" = yes; then
4699 echo "$ac_t""yes" 1>&6
4700 else
4701 echo "$ac_t""no" 1>&6
4702 fi
4703
4704
4705 echo $ac_n "checking "for --enable-splitter"""... $ac_c" 1>&6
f512f90a 4706echo "configure:4707: checking "for --enable-splitter"" >&5
10f2d63a
VZ
4707 no_cache=0
4708 # Check whether --enable-splitter or --disable-splitter was given.
4709if test "${enable_splitter+set}" = set; then
4710 enableval="$enable_splitter"
4711
4712 if test "$enableval" = yes; then
4713 ac_cv_use_splitter='wxUSE_SPLITTER=yes'
4714 else
4715 ac_cv_use_splitter='wxUSE_SPLITTER=no'
4716 fi
4717
4718else
4719
4720 LINE=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
4721 if test "x$LINE" != x ; then
4722 eval "DEFAULT_$LINE"
4723 else
4724 no_cache=1
4725 fi
4726
4727 ac_cv_use_splitter='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
4728
4729fi
4730
4731
4732 eval "$ac_cv_use_splitter"
4733 if test "$no_cache" != 1; then
4734 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
4735 fi
4736
4737 if test "$wxUSE_SPLITTER" = yes; then
4738 echo "$ac_t""yes" 1>&6
4739 else
4740 echo "$ac_t""no" 1>&6
4741 fi
4742
4743
4744 echo $ac_n "checking "for --enable-statbmp"""... $ac_c" 1>&6
f512f90a 4745echo "configure:4746: checking "for --enable-statbmp"" >&5
10f2d63a
VZ
4746 no_cache=0
4747 # Check whether --enable-statbmp or --disable-statbmp was given.
4748if test "${enable_statbmp+set}" = set; then
4749 enableval="$enable_statbmp"
4750
4751 if test "$enableval" = yes; then
4752 ac_cv_use_statbmp='wxUSE_STATBMP=yes'
4753 else
4754 ac_cv_use_statbmp='wxUSE_STATBMP=no'
4755 fi
4756
4757else
4758
4759 LINE=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
4760 if test "x$LINE" != x ; then
4761 eval "DEFAULT_$LINE"
4762 else
4763 no_cache=1
4764 fi
4765
4766 ac_cv_use_statbmp='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
4767
4768fi
4769
4770
4771 eval "$ac_cv_use_statbmp"
4772 if test "$no_cache" != 1; then
4773 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
4774 fi
4775
4776 if test "$wxUSE_STATBMP" = yes; then
4777 echo "$ac_t""yes" 1>&6
4778 else
4779 echo "$ac_t""no" 1>&6
4780 fi
4781
4782
4783 echo $ac_n "checking "for --enable-statbox"""... $ac_c" 1>&6
f512f90a 4784echo "configure:4785: checking "for --enable-statbox"" >&5
10f2d63a
VZ
4785 no_cache=0
4786 # Check whether --enable-statbox or --disable-statbox was given.
4787if test "${enable_statbox+set}" = set; then
4788 enableval="$enable_statbox"
4789
4790 if test "$enableval" = yes; then
4791 ac_cv_use_statbox='wxUSE_STATBOX=yes'
4792 else
4793 ac_cv_use_statbox='wxUSE_STATBOX=no'
4794 fi
4795
4796else
4797
4798 LINE=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
4799 if test "x$LINE" != x ; then
4800 eval "DEFAULT_$LINE"
4801 else
4802 no_cache=1
4803 fi
4804
4805 ac_cv_use_statbox='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
4806
4807fi
4808
4809
4810 eval "$ac_cv_use_statbox"
4811 if test "$no_cache" != 1; then
4812 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
4813 fi
4814
4815 if test "$wxUSE_STATBOX" = yes; then
4816 echo "$ac_t""yes" 1>&6
4817 else
4818 echo "$ac_t""no" 1>&6
4819 fi
4820
4821
4822 echo $ac_n "checking "for --enable-statline"""... $ac_c" 1>&6
f512f90a 4823echo "configure:4824: checking "for --enable-statline"" >&5
10f2d63a
VZ
4824 no_cache=0
4825 # Check whether --enable-statline or --disable-statline was given.
4826if test "${enable_statline+set}" = set; then
4827 enableval="$enable_statline"
4828
4829 if test "$enableval" = yes; then
4830 ac_cv_use_statline='wxUSE_STATLINE=yes'
4831 else
4832 ac_cv_use_statline='wxUSE_STATLINE=no'
4833 fi
4834
4835else
4836
4837 LINE=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
4838 if test "x$LINE" != x ; then
4839 eval "DEFAULT_$LINE"
4840 else
4841 no_cache=1
4842 fi
4843
4844 ac_cv_use_statline='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
4845
4846fi
4847
4848
4849 eval "$ac_cv_use_statline"
4850 if test "$no_cache" != 1; then
4851 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
4852 fi
4853
4854 if test "$wxUSE_STATLINE" = yes; then
4855 echo "$ac_t""yes" 1>&6
4856 else
4857 echo "$ac_t""no" 1>&6
4858 fi
4859
4860
4861 echo $ac_n "checking "for --enable-statusbar"""... $ac_c" 1>&6
f512f90a 4862echo "configure:4863: checking "for --enable-statusbar"" >&5
10f2d63a
VZ
4863 no_cache=0
4864 # Check whether --enable-statusbar or --disable-statusbar was given.
4865if test "${enable_statusbar+set}" = set; then
4866 enableval="$enable_statusbar"
4867
4868 if test "$enableval" = yes; then
4869 ac_cv_use_statusbar='wxUSE_STATUSBAR=yes'
4870 else
4871 ac_cv_use_statusbar='wxUSE_STATUSBAR=no'
4872 fi
4873
4874else
4875
4876 LINE=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
4877 if test "x$LINE" != x ; then
4878 eval "DEFAULT_$LINE"
4879 else
4880 no_cache=1
4881 fi
4882
4883 ac_cv_use_statusbar='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
4884
4885fi
4886
4887
4888 eval "$ac_cv_use_statusbar"
4889 if test "$no_cache" != 1; then
4890 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
4891 fi
4892
4893 if test "$wxUSE_STATUSBAR" = yes; then
4894 echo "$ac_t""yes" 1>&6
4895 else
4896 echo "$ac_t""no" 1>&6
4897 fi
4898
4899
4900 echo $ac_n "checking "for --enable-tabdialog"""... $ac_c" 1>&6
f512f90a 4901echo "configure:4902: checking "for --enable-tabdialog"" >&5
10f2d63a
VZ
4902 no_cache=0
4903 # Check whether --enable-tabdialog or --disable-tabdialog was given.
4904if test "${enable_tabdialog+set}" = set; then
4905 enableval="$enable_tabdialog"
4906
4907 if test "$enableval" = yes; then
4908 ac_cv_use_tabdialog='wxUSE_TABDIALOG=yes'
4909 else
4910 ac_cv_use_tabdialog='wxUSE_TABDIALOG=no'
4911 fi
4912
4913else
4914
4915 LINE=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
4916 if test "x$LINE" != x ; then
4917 eval "DEFAULT_$LINE"
4918 else
4919 no_cache=1
4920 fi
4921
4922 ac_cv_use_tabdialog='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
4923
4924fi
4925
4926
4927 eval "$ac_cv_use_tabdialog"
4928 if test "$no_cache" != 1; then
4929 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
4930 fi
4931
4932 if test "$wxUSE_TABDIALOG" = yes; then
4933 echo "$ac_t""yes" 1>&6
4934 else
4935 echo "$ac_t""no" 1>&6
4936 fi
4937
4938
4939 echo $ac_n "checking "for --enable-toolbar"""... $ac_c" 1>&6
f512f90a 4940echo "configure:4941: checking "for --enable-toolbar"" >&5
10f2d63a
VZ
4941 no_cache=0
4942 # Check whether --enable-toolbar or --disable-toolbar was given.
4943if test "${enable_toolbar+set}" = set; then
4944 enableval="$enable_toolbar"
4945
4946 if test "$enableval" = yes; then
4947 ac_cv_use_toolbar='wxUSE_TOOLBAR=yes'
4948 else
4949 ac_cv_use_toolbar='wxUSE_TOOLBAR=no'
4950 fi
4951
4952else
4953
4954 LINE=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
4955 if test "x$LINE" != x ; then
4956 eval "DEFAULT_$LINE"
4957 else
4958 no_cache=1
4959 fi
4960
4961 ac_cv_use_toolbar='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
4962
4963fi
4964
4965
4966 eval "$ac_cv_use_toolbar"
4967 if test "$no_cache" != 1; then
4968 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
4969 fi
4970
4971 if test "$wxUSE_TOOLBAR" = yes; then
4972 echo "$ac_t""yes" 1>&6
4973 else
4974 echo "$ac_t""no" 1>&6
4975 fi
4976
4977
4978 echo $ac_n "checking "for --enable-treectrl"""... $ac_c" 1>&6
f512f90a 4979echo "configure:4980: checking "for --enable-treectrl"" >&5
10f2d63a
VZ
4980 no_cache=0
4981 # Check whether --enable-treectrl or --disable-treectrl was given.
4982if test "${enable_treectrl+set}" = set; then
4983 enableval="$enable_treectrl"
4984
4985 if test "$enableval" = yes; then
4986 ac_cv_use_treectrl='wxUSE_TREECTRL=yes'
4987 else
4988 ac_cv_use_treectrl='wxUSE_TREECTRL=no'
4989 fi
4990
4991else
4992
4993 LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
4994 if test "x$LINE" != x ; then
4995 eval "DEFAULT_$LINE"
4996 else
4997 no_cache=1
4998 fi
4999
5000 ac_cv_use_treectrl='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
5001
5002fi
5003
5004
5005 eval "$ac_cv_use_treectrl"
5006 if test "$no_cache" != 1; then
5007 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
5008 fi
5009
5010 if test "$wxUSE_TREECTRL" = yes; then
5011 echo "$ac_t""yes" 1>&6
5012 else
5013 echo "$ac_t""no" 1>&6
5014 fi
5015
5016
5017
5018
5019 echo $ac_n "checking "for --enable-commondlg"""... $ac_c" 1>&6
f512f90a 5020echo "configure:5021: checking "for --enable-commondlg"" >&5
10f2d63a
VZ
5021 no_cache=0
5022 # Check whether --enable-commondlg or --disable-commondlg was given.
5023if test "${enable_commondlg+set}" = set; then
5024 enableval="$enable_commondlg"
5025
5026 if test "$enableval" = yes; then
5027 ac_cv_use_commondlg='wxUSE_COMMONDLGS=yes'
5028 else
5029 ac_cv_use_commondlg='wxUSE_COMMONDLGS=no'
5030 fi
5031
5032else
5033
5034 LINE=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
5035 if test "x$LINE" != x ; then
5036 eval "DEFAULT_$LINE"
5037 else
5038 no_cache=1
5039 fi
5040
5041 ac_cv_use_commondlg='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
5042
5043fi
5044
5045
5046 eval "$ac_cv_use_commondlg"
5047 if test "$no_cache" != 1; then
5048 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
5049 fi
5050
5051 if test "$wxUSE_COMMONDLGS" = yes; then
5052 echo "$ac_t""yes" 1>&6
5053 else
5054 echo "$ac_t""no" 1>&6
5055 fi
5056
5057
5058 echo $ac_n "checking "for --enable-dirdlg"""... $ac_c" 1>&6
f512f90a 5059echo "configure:5060: checking "for --enable-dirdlg"" >&5
10f2d63a
VZ
5060 no_cache=0
5061 # Check whether --enable-dirdlg or --disable-dirdlg was given.
5062if test "${enable_dirdlg+set}" = set; then
5063 enableval="$enable_dirdlg"
5064
5065 if test "$enableval" = yes; then
5066 ac_cv_use_dirdlg='wxUSE_DIRDLG=yes'
5067 else
5068 ac_cv_use_dirdlg='wxUSE_DIRDLG=no'
5069 fi
5070
5071else
5072
5073 LINE=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
5074 if test "x$LINE" != x ; then
5075 eval "DEFAULT_$LINE"
5076 else
5077 no_cache=1
5078 fi
5079
5080 ac_cv_use_dirdlg='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
5081
5082fi
5083
5084
5085 eval "$ac_cv_use_dirdlg"
5086 if test "$no_cache" != 1; then
5087 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
5088 fi
5089
5090 if test "$wxUSE_DIRDLG" = yes; then
5091 echo "$ac_t""yes" 1>&6
5092 else
5093 echo "$ac_t""no" 1>&6
5094 fi
5095
5096
5097 echo $ac_n "checking "for --enable-textdlg"""... $ac_c" 1>&6
f512f90a 5098echo "configure:5099: checking "for --enable-textdlg"" >&5
10f2d63a
VZ
5099 no_cache=0
5100 # Check whether --enable-textdlg or --disable-textdlg was given.
5101if test "${enable_textdlg+set}" = set; then
5102 enableval="$enable_textdlg"
5103
5104 if test "$enableval" = yes; then
5105 ac_cv_use_textdlg='wxUSE_TEXTDLG=yes'
5106 else
5107 ac_cv_use_textdlg='wxUSE_TEXTDLG=no'
5108 fi
5109
5110else
5111
5112 LINE=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
5113 if test "x$LINE" != x ; then
5114 eval "DEFAULT_$LINE"
5115 else
5116 no_cache=1
5117 fi
5118
5119 ac_cv_use_textdlg='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
5120
5121fi
5122
5123
5124 eval "$ac_cv_use_textdlg"
5125 if test "$no_cache" != 1; then
5126 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
5127 fi
5128
5129 if test "$wxUSE_TEXTDLG" = yes; then
5130 echo "$ac_t""yes" 1>&6
5131 else
5132 echo "$ac_t""no" 1>&6
5133 fi
5134
5135
5136 echo $ac_n "checking "for --enable-tipdlg"""... $ac_c" 1>&6
f512f90a 5137echo "configure:5138: checking "for --enable-tipdlg"" >&5
10f2d63a
VZ
5138 no_cache=0
5139 # Check whether --enable-tipdlg or --disable-tipdlg was given.
5140if test "${enable_tipdlg+set}" = set; then
5141 enableval="$enable_tipdlg"
5142
5143 if test "$enableval" = yes; then
5144 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes'
5145 else
5146 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no'
5147 fi
5148
5149else
5150
5151 LINE=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
5152 if test "x$LINE" != x ; then
5153 eval "DEFAULT_$LINE"
5154 else
5155 no_cache=1
5156 fi
5157
5158 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
5159
5160fi
5161
5162
5163 eval "$ac_cv_use_tipdlg"
5164 if test "$no_cache" != 1; then
5165 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
5166 fi
5167
5168 if test "$wxUSE_STARTUP_TIPS" = yes; then
5169 echo "$ac_t""yes" 1>&6
5170 else
5171 echo "$ac_t""no" 1>&6
5172 fi
5173
5174
5175 echo $ac_n "checking "for --enable-progressdlg"""... $ac_c" 1>&6
f512f90a 5176echo "configure:5177: checking "for --enable-progressdlg"" >&5
10f2d63a
VZ
5177 no_cache=0
5178 # Check whether --enable-progressdlg or --disable-progressdlg was given.
5179if test "${enable_progressdlg+set}" = set; then
5180 enableval="$enable_progressdlg"
5181
5182 if test "$enableval" = yes; then
5183 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes'
5184 else
5185 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=no'
5186 fi
5187
5188else
5189
5190 LINE=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
5191 if test "x$LINE" != x ; then
5192 eval "DEFAULT_$LINE"
5193 else
5194 no_cache=1
5195 fi
5196
5197 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
5198
5199fi
5200
5201
5202 eval "$ac_cv_use_progressdlg"
5203 if test "$no_cache" != 1; then
5204 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
5205 fi
5206
5207 if test "$wxUSE_PROGRESSDLG" = yes; then
5208 echo "$ac_t""yes" 1>&6
5209 else
5210 echo "$ac_t""no" 1>&6
5211 fi
5212
5213
5214 echo $ac_n "checking "for --enable-miniframe"""... $ac_c" 1>&6
f512f90a 5215echo "configure:5216: checking "for --enable-miniframe"" >&5
10f2d63a
VZ
5216 no_cache=0
5217 # Check whether --enable-miniframe or --disable-miniframe was given.
5218if test "${enable_miniframe+set}" = set; then
5219 enableval="$enable_miniframe"
5220
5221 if test "$enableval" = yes; then
5222 ac_cv_use_miniframe='wxUSE_MINIFRAME=yes'
5223 else
5224 ac_cv_use_miniframe='wxUSE_MINIFRAME=no'
5225 fi
5226
5227else
5228
5229 LINE=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
5230 if test "x$LINE" != x ; then
5231 eval "DEFAULT_$LINE"
5232 else
5233 no_cache=1
5234 fi
5235
5236 ac_cv_use_miniframe='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
5237
5238fi
5239
5240
5241 eval "$ac_cv_use_miniframe"
5242 if test "$no_cache" != 1; then
5243 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
5244 fi
5245
5246 if test "$wxUSE_MINIFRAME" = yes; then
5247 echo "$ac_t""yes" 1>&6
5248 else
5249 echo "$ac_t""no" 1>&6
5250 fi
5251
5252
5253 echo $ac_n "checking "for --enable-html"""... $ac_c" 1>&6
f512f90a 5254echo "configure:5255: checking "for --enable-html"" >&5
10f2d63a
VZ
5255 no_cache=0
5256 # Check whether --enable-html or --disable-html was given.
5257if test "${enable_html+set}" = set; then
5258 enableval="$enable_html"
5259
5260 if test "$enableval" = yes; then
5261 ac_cv_use_html='wxUSE_HTML=yes'
5262 else
5263 ac_cv_use_html='wxUSE_HTML=no'
5264 fi
5265
5266else
5267
5268 LINE=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
5269 if test "x$LINE" != x ; then
5270 eval "DEFAULT_$LINE"
5271 else
5272 no_cache=1
5273 fi
5274
5275 ac_cv_use_html='wxUSE_HTML='$DEFAULT_wxUSE_HTML
5276
5277fi
5278
5279
5280 eval "$ac_cv_use_html"
5281 if test "$no_cache" != 1; then
5282 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
5283 fi
5284
5285 if test "$wxUSE_HTML" = yes; then
5286 echo "$ac_t""yes" 1>&6
5287 else
5288 echo "$ac_t""no" 1>&6
5289 fi
5290
5291
5292 echo $ac_n "checking "for --enable-tooltips"""... $ac_c" 1>&6
f512f90a 5293echo "configure:5294: checking "for --enable-tooltips"" >&5
10f2d63a
VZ
5294 no_cache=0
5295 # Check whether --enable-tooltips or --disable-tooltips was given.
5296if test "${enable_tooltips+set}" = set; then
5297 enableval="$enable_tooltips"
5298
5299 if test "$enableval" = yes; then
5300 ac_cv_use_tooltips='wxUSE_TOOLTIPS=yes'
5301 else
5302 ac_cv_use_tooltips='wxUSE_TOOLTIPS=no'
5303 fi
5304
5305else
5306
5307 LINE=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
5308 if test "x$LINE" != x ; then
5309 eval "DEFAULT_$LINE"
5310 else
5311 no_cache=1
5312 fi
5313
5314 ac_cv_use_tooltips='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
5315
5316fi
5317
5318
5319 eval "$ac_cv_use_tooltips"
5320 if test "$no_cache" != 1; then
5321 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
5322 fi
5323
5324 if test "$wxUSE_TOOLTIPS" = yes; then
5325 echo "$ac_t""yes" 1>&6
5326 else
5327 echo "$ac_t""no" 1>&6
5328 fi
5329
5330
5331 echo $ac_n "checking "for --enable-splines"""... $ac_c" 1>&6
f512f90a 5332echo "configure:5333: checking "for --enable-splines"" >&5
10f2d63a
VZ
5333 no_cache=0
5334 # Check whether --enable-splines or --disable-splines was given.
5335if test "${enable_splines+set}" = set; then
5336 enableval="$enable_splines"
5337
5338 if test "$enableval" = yes; then
5339 ac_cv_use_splines='wxUSE_SPLINES=yes'
5340 else
5341 ac_cv_use_splines='wxUSE_SPLINES=no'
5342 fi
5343
5344else
5345
5346 LINE=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
5347 if test "x$LINE" != x ; then
5348 eval "DEFAULT_$LINE"
5349 else
5350 no_cache=1
5351 fi
5352
5353 ac_cv_use_splines='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
5354
5355fi
5356
5357
5358 eval "$ac_cv_use_splines"
5359 if test "$no_cache" != 1; then
5360 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
5361 fi
5362
5363 if test "$wxUSE_SPLINES" = yes; then
5364 echo "$ac_t""yes" 1>&6
5365 else
5366 echo "$ac_t""no" 1>&6
5367 fi
5368
5369
5370 echo $ac_n "checking "for --enable-validators"""... $ac_c" 1>&6
f512f90a 5371echo "configure:5372: checking "for --enable-validators"" >&5
10f2d63a
VZ
5372 no_cache=0
5373 # Check whether --enable-validators or --disable-validators was given.
5374if test "${enable_validators+set}" = set; then
5375 enableval="$enable_validators"
5376
5377 if test "$enableval" = yes; then
5378 ac_cv_use_validators='wxUSE_VALIDATORS=yes'
5379 else
5380 ac_cv_use_validators='wxUSE_VALIDATORS=no'
5381 fi
5382
5383else
5384
5385 LINE=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
5386 if test "x$LINE" != x ; then
5387 eval "DEFAULT_$LINE"
5388 else
5389 no_cache=1
5390 fi
5391
5392 ac_cv_use_validators='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
5393
5394fi
5395
5396
5397 eval "$ac_cv_use_validators"
5398 if test "$no_cache" != 1; then
5399 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
5400 fi
5401
5402 if test "$wxUSE_VALIDATORS" = yes; then
5403 echo "$ac_t""yes" 1>&6
5404 else
5405 echo "$ac_t""no" 1>&6
5406 fi
5407
5408
5409 echo $ac_n "checking "for --enable-busyinfo"""... $ac_c" 1>&6
f512f90a 5410echo "configure:5411: checking "for --enable-busyinfo"" >&5
10f2d63a
VZ
5411 no_cache=0
5412 # Check whether --enable-busyinfo or --disable-busyinfo was given.
5413if test "${enable_busyinfo+set}" = set; then
5414 enableval="$enable_busyinfo"
5415
5416 if test "$enableval" = yes; then
5417 ac_cv_use_busyinfo='wxUSE_BUSYINFO=yes'
5418 else
5419 ac_cv_use_busyinfo='wxUSE_BUSYINFO=no'
5420 fi
5421
5422else
5423
5424 LINE=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
5425 if test "x$LINE" != x ; then
5426 eval "DEFAULT_$LINE"
5427 else
5428 no_cache=1
5429 fi
5430
5431 ac_cv_use_busyinfo='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
5432
5433fi
5434
5435
5436 eval "$ac_cv_use_busyinfo"
5437 if test "$no_cache" != 1; then
5438 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
5439 fi
5440
5441 if test "$wxUSE_BUSYINFO" = yes; then
5442 echo "$ac_t""yes" 1>&6
5443 else
5444 echo "$ac_t""no" 1>&6
5445 fi
5446
5447
5448
5449
5450 echo $ac_n "checking "for --enable-gif"""... $ac_c" 1>&6
f512f90a 5451echo "configure:5452: checking "for --enable-gif"" >&5
10f2d63a
VZ
5452 no_cache=0
5453 # Check whether --enable-gif or --disable-gif was given.
5454if test "${enable_gif+set}" = set; then
5455 enableval="$enable_gif"
5456
5457 if test "$enableval" = yes; then
5458 ac_cv_use_gif='wxUSE_GIF=yes'
5459 else
5460 ac_cv_use_gif='wxUSE_GIF=no'
5461 fi
5462
5463else
5464
5465 LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
5466 if test "x$LINE" != x ; then
5467 eval "DEFAULT_$LINE"
5468 else
5469 no_cache=1
5470 fi
5471
5472 ac_cv_use_gif='wxUSE_GIF='$DEFAULT_wxUSE_GIF
5473
5474fi
5475
5476
5477 eval "$ac_cv_use_gif"
5478 if test "$no_cache" != 1; then
5479 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
5480 fi
5481
5482 if test "$wxUSE_GIF" = yes; then
5483 echo "$ac_t""yes" 1>&6
5484 else
5485 echo "$ac_t""no" 1>&6
5486 fi
5487
5488
5489 echo $ac_n "checking "for --enable-pcx"""... $ac_c" 1>&6
f512f90a 5490echo "configure:5491: checking "for --enable-pcx"" >&5
10f2d63a
VZ
5491 no_cache=0
5492 # Check whether --enable-pcx or --disable-pcx was given.
5493if test "${enable_pcx+set}" = set; then
5494 enableval="$enable_pcx"
5495
5496 if test "$enableval" = yes; then
5497 ac_cv_use_pcx='wxUSE_PCX=yes'
5498 else
5499 ac_cv_use_pcx='wxUSE_PCX=no'
5500 fi
5501
5502else
5503
5504 LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
5505 if test "x$LINE" != x ; then
5506 eval "DEFAULT_$LINE"
5507 else
5508 no_cache=1
5509 fi
5510
5511 ac_cv_use_pcx='wxUSE_PCX='$DEFAULT_wxUSE_PCX
5512
5513fi
5514
5515
5516 eval "$ac_cv_use_pcx"
5517 if test "$no_cache" != 1; then
5518 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
5519 fi
5520
5521 if test "$wxUSE_PCX" = yes; then
5522 echo "$ac_t""yes" 1>&6
5523 else
5524 echo "$ac_t""no" 1>&6
5525 fi
5526
5527
5528 echo $ac_n "checking "for --enable-pnm"""... $ac_c" 1>&6
f512f90a 5529echo "configure:5530: checking "for --enable-pnm"" >&5
10f2d63a
VZ
5530 no_cache=0
5531 # Check whether --enable-pnm or --disable-pnm was given.
5532if test "${enable_pnm+set}" = set; then
5533 enableval="$enable_pnm"
5534
5535 if test "$enableval" = yes; then
5536 ac_cv_use_pnm='wxUSE_PNM=yes'
5537 else
5538 ac_cv_use_pnm='wxUSE_PNM=no'
5539 fi
5540
5541else
5542
5543 LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
5544 if test "x$LINE" != x ; then
5545 eval "DEFAULT_$LINE"
5546 else
5547 no_cache=1
5548 fi
5549
5550 ac_cv_use_pnm='wxUSE_PNM='$DEFAULT_wxUSE_PNM
5551
5552fi
5553
5554
5555 eval "$ac_cv_use_pnm"
5556 if test "$no_cache" != 1; then
5557 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
5558 fi
5559
5560 if test "$wxUSE_PNM" = yes; then
5561 echo "$ac_t""yes" 1>&6
5562 else
5563 echo "$ac_t""no" 1>&6
5564 fi
5565
5566
5567
5568 echo "saving argument cache $wx_arg_cache_file"
5569 mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file}
5570
5571
5572
5573echo $ac_n "checking for toolkit""... $ac_c" 1>&6
f512f90a 5574echo "configure:5575: checking for toolkit" >&5
10f2d63a
VZ
5575
5576if test "$wxUSE_GUI" = "yes"; then
5577
5578if test "$TOOLKIT_GIVEN" = 1; then
5579 for toolkit in `echo $ALL_TOOLKITS`; do
5580 var=wxUSE_$toolkit
5581 eval "value=\$${var}"
5582 eval "$var=`echo \$value | sed -e "s/yes/1/" -e "s/no/0/"`"
5583 done
5584else
5585 for toolkit in `echo $ALL_TOOLKITS`; do
5586 if test "$has_toolkit_in_cache" != 1; then
5587 var=DEFAULT_DEFAULT_wxUSE_$toolkit
5588 else
5589 var=DEFAULT_wxUSE_$toolkit
5590 fi
5591 eval "wxUSE_$toolkit=\$${var}"
5592 done
5593fi
5594
5595NUM_TOOLKITS=`expr ${wxUSE_GTK:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_WINE:-0} + ${wxUSE_MINGW:-0} + ${wxUSE_CYGWIN:-0}`
5596
5597case "$NUM_TOOLKITS" in
5598 1)
5599 ;;
5600 0)
5601 { echo "configure: error: Please specify a toolkit - cannot determine the default for ${host}" 1>&2; exit 1; }
5602 ;;
5603 *)
5604 { echo "configure: error: Please specify at most one toolkit (may be some are cached?)" 1>&2; exit 1; }
5605esac
5606
5607for toolkit in `echo $ALL_TOOLKITS`; do
5608 var=wxUSE_$toolkit
5609 eval "value=\$${var}"
5610 if test "x$value" != x; then
5611 cache_var=CACHE_$toolkit
5612 eval "cache=\$${cache_var}"
5613 if test "$cache" = 1; then
5614 echo "$var=$value" >> ${wx_arg_cache_file}
5615 fi
5616 if test "$value" = 1; then
5617 echo "$ac_t""`echo $toolkit | tr A-Z a-z`" 1>&6
5618 fi
5619 fi
5620done
5621
5622else
5623 echo "$ac_t""base only" 1>&6
5624fi
5625
5626
5627cat > confcache <<\EOF
5628# This file is a shell script that caches the results of configure
5629# tests run on this system so they can be shared between configure
5630# scripts and configure runs. It is not useful on other systems.
5631# If it contains results you don't want to keep, you may remove or edit it.
5632#
5633# By default, configure uses ./config.cache as the cache file,
5634# creating it if it does not exist already. You can give configure
5635# the --cache-file=FILE option to use a different cache file; that is
5636# what configure does when it calls configure scripts in
5637# subdirectories, so they share the cache.
5638# Giving --cache-file=/dev/null disables caching, for debugging configure.
5639# config.status only pays attention to the cache file if you give it the
5640# --recheck option to rerun configure.
5641#
5642EOF
5643# The following way of writing the cache mishandles newlines in values,
5644# but we know of no workaround that is simple, portable, and efficient.
5645# So, don't put newlines in cache variables' values.
5646# Ultrix sh set writes to stderr and can't be redirected directly,
5647# and sets the high bit in the cache file unless we assign to the vars.
5648(set) 2>&1 |
5649 case `(ac_space=' '; set | grep ac_space) 2>&1` in
5650 *ac_space=\ *)
5651 # `set' does not quote correctly, so add quotes (double-quote substitution
5652 # turns \\\\ into \\, and sed turns \\ into \).
5653 sed -n \
5654 -e "s/'/'\\\\''/g" \
5655 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
5656 ;;
5657 *)
5658 # `set' quotes correctly as required by POSIX, so do not add quotes.
5659 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
5660 ;;
5661 esac >> confcache
5662if cmp -s $cache_file confcache; then
5663 :
5664else
5665 if test -w $cache_file; then
5666 echo "updating cache $cache_file"
5667 cat confcache > $cache_file
5668 else
5669 echo "not updating unwritable cache $cache_file"
5670 fi
5671fi
5672rm -f confcache
5673
5674
5675if eval "test $host != $build"; then
5676 if eval "test $host_alias != NONE"; then
5677 CC=$host_alias-gcc
5678 CXX=$host_alias-c++
5679 AR=$host_alias-ar
5680 RANLIB=$host_alias-ranlib
5681 DLLTOOL=$host_alias-dlltool
5682 LD=$host_alias-ld
5683 NM=$host_alias-nm
5684 STRIP=$host_alias-strip
5685 fi
5686fi
5687
5688# Extract the first word of "gcc", so it can be a program name with args.
5689set dummy gcc; ac_word=$2
5690echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
f512f90a 5691echo "configure:5692: checking for $ac_word" >&5
10f2d63a
VZ
5692if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
5693 echo $ac_n "(cached) $ac_c" 1>&6
5694else
5695 if test -n "$CC"; then
5696 ac_cv_prog_CC="$CC" # Let the user override the test.
5697else
5698 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
5699 ac_dummy="$PATH"
5700 for ac_dir in $ac_dummy; do
5701 test -z "$ac_dir" && ac_dir=.
5702 if test -f $ac_dir/$ac_word; then
5703 ac_cv_prog_CC="gcc"
5704 break
5705 fi
5706 done
5707 IFS="$ac_save_ifs"
5708fi
5709fi
5710CC="$ac_cv_prog_CC"
5711if test -n "$CC"; then
5712 echo "$ac_t""$CC" 1>&6
5713else
5714 echo "$ac_t""no" 1>&6
5715fi
5716
5717if test -z "$CC"; then
5718 # Extract the first word of "cc", so it can be a program name with args.
5719set dummy cc; ac_word=$2
5720echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
f512f90a 5721echo "configure:5722: checking for $ac_word" >&5
10f2d63a
VZ
5722if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
5723 echo $ac_n "(cached) $ac_c" 1>&6
5724else
5725 if test -n "$CC"; then
5726 ac_cv_prog_CC="$CC" # Let the user override the test.
5727else
5728 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
5729 ac_prog_rejected=no
5730 ac_dummy="$PATH"
5731 for ac_dir in $ac_dummy; do
5732 test -z "$ac_dir" && ac_dir=.
5733 if test -f $ac_dir/$ac_word; then
5734 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
5735 ac_prog_rejected=yes
5736 continue
5737 fi
5738 ac_cv_prog_CC="cc"
5739 break
5740 fi
5741 done
5742 IFS="$ac_save_ifs"
5743if test $ac_prog_rejected = yes; then
5744 # We found a bogon in the path, so make sure we never use it.
5745 set dummy $ac_cv_prog_CC
5746 shift
5747 if test $# -gt 0; then
5748 # We chose a different compiler from the bogus one.
5749 # However, it has the same basename, so the bogon will be chosen
5750 # first if we set CC to just the basename; use the full file name.
5751 shift
5752 set dummy "$ac_dir/$ac_word" "$@"
5753 shift
5754 ac_cv_prog_CC="$@"
5755 fi
5756fi
5757fi
5758fi
5759CC="$ac_cv_prog_CC"
5760if test -n "$CC"; then
5761 echo "$ac_t""$CC" 1>&6
5762else
5763 echo "$ac_t""no" 1>&6
5764fi
5765
5766 if test -z "$CC"; then
5767 case "`uname -s`" in
5768 *win32* | *WIN32*)
5769 # Extract the first word of "cl", so it can be a program name with args.
5770set dummy cl; ac_word=$2
5771echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
f512f90a 5772echo "configure:5773: checking for $ac_word" >&5
10f2d63a
VZ
5773if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
5774 echo $ac_n "(cached) $ac_c" 1>&6
5775else
5776 if test -n "$CC"; then
5777 ac_cv_prog_CC="$CC" # Let the user override the test.
5778else
5779 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
5780 ac_dummy="$PATH"
5781 for ac_dir in $ac_dummy; do
5782 test -z "$ac_dir" && ac_dir=.
5783 if test -f $ac_dir/$ac_word; then
5784 ac_cv_prog_CC="cl"
5785 break
5786 fi
5787 done
5788 IFS="$ac_save_ifs"
5789fi
5790fi
5791CC="$ac_cv_prog_CC"
5792if test -n "$CC"; then
5793 echo "$ac_t""$CC" 1>&6
5794else
5795 echo "$ac_t""no" 1>&6
5796fi
5797 ;;
5798 esac
5799 fi
5800 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
5801fi
5802
5803echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
f512f90a 5804echo "configure:5805: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
10f2d63a
VZ
5805
5806ac_ext=c
5807# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5808ac_cpp='$CPP $CPPFLAGS'
5809ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5810ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5811cross_compiling=$ac_cv_prog_cc_cross
5812
5813cat > conftest.$ac_ext << EOF
5814
f512f90a 5815#line 5816 "configure"
10f2d63a
VZ
5816#include "confdefs.h"
5817
5818main(){return(0);}
5819EOF
f512f90a 5820if { (eval echo configure:5821: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
5821 ac_cv_prog_cc_works=yes
5822 # If we can't run a trivial program, we are probably using a cross compiler.
5823 if (./conftest; exit) 2>/dev/null; then
5824 ac_cv_prog_cc_cross=no
5825 else
5826 ac_cv_prog_cc_cross=yes
5827 fi
5828else
5829 echo "configure: failed program was:" >&5
5830 cat conftest.$ac_ext >&5
5831 ac_cv_prog_cc_works=no
5832fi
5833rm -fr conftest*
5834ac_ext=c
5835# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5836ac_cpp='$CPP $CPPFLAGS'
5837ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5838ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5839cross_compiling=$ac_cv_prog_cc_cross
5840
5841echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
5842if test $ac_cv_prog_cc_works = no; then
5843 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
5844fi
5845echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
f512f90a 5846echo "configure:5847: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
10f2d63a
VZ
5847echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
5848cross_compiling=$ac_cv_prog_cc_cross
5849
5850echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
f512f90a 5851echo "configure:5852: checking whether we are using GNU C" >&5
10f2d63a
VZ
5852if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
5853 echo $ac_n "(cached) $ac_c" 1>&6
5854else
5855 cat > conftest.c <<EOF
5856#ifdef __GNUC__
5857 yes;
5858#endif
5859EOF
f512f90a 5860if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:5861: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
10f2d63a
VZ
5861 ac_cv_prog_gcc=yes
5862else
5863 ac_cv_prog_gcc=no
5864fi
5865fi
5866
5867echo "$ac_t""$ac_cv_prog_gcc" 1>&6
5868
5869if test $ac_cv_prog_gcc = yes; then
5870 GCC=yes
5871else
5872 GCC=
5873fi
5874
5875ac_test_CFLAGS="${CFLAGS+set}"
5876ac_save_CFLAGS="$CFLAGS"
5877CFLAGS=
5878echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
f512f90a 5879echo "configure:5880: checking whether ${CC-cc} accepts -g" >&5
10f2d63a
VZ
5880if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
5881 echo $ac_n "(cached) $ac_c" 1>&6
5882else
5883 echo 'void f(){}' > conftest.c
5884if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
5885 ac_cv_prog_cc_g=yes
5886else
5887 ac_cv_prog_cc_g=no
5888fi
5889rm -f conftest*
5890
5891fi
5892
5893echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
5894if test "$ac_test_CFLAGS" = set; then
5895 CFLAGS="$ac_save_CFLAGS"
5896elif test $ac_cv_prog_cc_g = yes; then
5897 if test "$GCC" = yes; then
5898 CFLAGS="-g -O2"
5899 else
5900 CFLAGS="-g"
5901 fi
5902else
5903 if test "$GCC" = yes; then
5904 CFLAGS="-O2"
5905 else
5906 CFLAGS=
5907 fi
5908fi
5909
5910
5911CFLAGS=`echo "$CFLAGS" | sed 's/-g//g'`
5912
5913echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
f512f90a 5914echo "configure:5915: checking how to run the C preprocessor" >&5
10f2d63a
VZ
5915# On Suns, sometimes $CPP names a directory.
5916if test -n "$CPP" && test -d "$CPP"; then
5917 CPP=
5918fi
5919if test -z "$CPP"; then
5920if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
5921 echo $ac_n "(cached) $ac_c" 1>&6
5922else
5923 # This must be in double quotes, not single quotes, because CPP may get
5924 # substituted into the Makefile and "${CC-cc}" will confuse make.
5925 CPP="${CC-cc} -E"
5926 # On the NeXT, cc -E runs the code through the compiler's parser,
5927 # not just through cpp.
5928 cat > conftest.$ac_ext <<EOF
f512f90a 5929#line 5930 "configure"
10f2d63a
VZ
5930#include "confdefs.h"
5931#include <assert.h>
5932Syntax Error
5933EOF
5934ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
f512f90a 5935{ (eval echo configure:5936: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
5936ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5937if test -z "$ac_err"; then
5938 :
5939else
5940 echo "$ac_err" >&5
5941 echo "configure: failed program was:" >&5
5942 cat conftest.$ac_ext >&5
5943 rm -rf conftest*
5944 CPP="${CC-cc} -E -traditional-cpp"
5945 cat > conftest.$ac_ext <<EOF
f512f90a 5946#line 5947 "configure"
10f2d63a
VZ
5947#include "confdefs.h"
5948#include <assert.h>
5949Syntax Error
5950EOF
5951ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
f512f90a 5952{ (eval echo configure:5953: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
5953ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5954if test -z "$ac_err"; then
5955 :
5956else
5957 echo "$ac_err" >&5
5958 echo "configure: failed program was:" >&5
5959 cat conftest.$ac_ext >&5
5960 rm -rf conftest*
5961 CPP="${CC-cc} -nologo -E"
5962 cat > conftest.$ac_ext <<EOF
f512f90a 5963#line 5964 "configure"
10f2d63a
VZ
5964#include "confdefs.h"
5965#include <assert.h>
5966Syntax Error
5967EOF
5968ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
f512f90a 5969{ (eval echo configure:5970: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
5970ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5971if test -z "$ac_err"; then
5972 :
5973else
5974 echo "$ac_err" >&5
5975 echo "configure: failed program was:" >&5
5976 cat conftest.$ac_ext >&5
5977 rm -rf conftest*
5978 CPP=/lib/cpp
5979fi
5980rm -f conftest*
5981fi
5982rm -f conftest*
5983fi
5984rm -f conftest*
5985 ac_cv_prog_CPP="$CPP"
5986fi
5987 CPP="$ac_cv_prog_CPP"
5988else
5989 ac_cv_prog_CPP="$CPP"
5990fi
5991echo "$ac_t""$CPP" 1>&6
5992
5993
5994if test $ac_cv_prog_gcc = yes; then
5995 echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
f512f90a 5996echo "configure:5997: checking whether ${CC-cc} needs -traditional" >&5
10f2d63a
VZ
5997if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
5998 echo $ac_n "(cached) $ac_c" 1>&6
5999else
6000 ac_pattern="Autoconf.*'x'"
6001 cat > conftest.$ac_ext <<EOF
f512f90a 6002#line 6003 "configure"
10f2d63a
VZ
6003#include "confdefs.h"
6004#include <sgtty.h>
6005Autoconf TIOCGETP
6006EOF
6007if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6008 egrep "$ac_pattern" >/dev/null 2>&1; then
6009 rm -rf conftest*
6010 ac_cv_prog_gcc_traditional=yes
6011else
6012 rm -rf conftest*
6013 ac_cv_prog_gcc_traditional=no
6014fi
6015rm -f conftest*
6016
6017
6018 if test $ac_cv_prog_gcc_traditional = no; then
6019 cat > conftest.$ac_ext <<EOF
f512f90a 6020#line 6021 "configure"
10f2d63a
VZ
6021#include "confdefs.h"
6022#include <termio.h>
6023Autoconf TCGETA
6024EOF
6025if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6026 egrep "$ac_pattern" >/dev/null 2>&1; then
6027 rm -rf conftest*
6028 ac_cv_prog_gcc_traditional=yes
6029fi
6030rm -f conftest*
6031
6032 fi
6033fi
6034
6035echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
6036 if test $ac_cv_prog_gcc_traditional = yes; then
6037 CC="$CC -traditional"
6038 fi
6039fi
6040
6041
6042
6043ac_ext=C
6044# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6045ac_cpp='$CXXCPP $CPPFLAGS'
6046ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6047ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6048cross_compiling=$ac_cv_prog_cxx_cross
6049
6050
6051for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl
6052do
6053# Extract the first word of "$ac_prog", so it can be a program name with args.
6054set dummy $ac_prog; ac_word=$2
6055echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
f512f90a 6056echo "configure:6057: checking for $ac_word" >&5
10f2d63a
VZ
6057if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
6058 echo $ac_n "(cached) $ac_c" 1>&6
6059else
6060 if test -n "$CXX"; then
6061 ac_cv_prog_CXX="$CXX" # Let the user override the test.
6062else
6063 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6064 ac_dummy="$PATH"
6065 for ac_dir in $ac_dummy; do
6066 test -z "$ac_dir" && ac_dir=.
6067 if test -f $ac_dir/$ac_word; then
6068 ac_cv_prog_CXX="$ac_prog"
6069 break
6070 fi
6071 done
6072 IFS="$ac_save_ifs"
6073fi
6074fi
6075CXX="$ac_cv_prog_CXX"
6076if test -n "$CXX"; then
6077 echo "$ac_t""$CXX" 1>&6
6078else
6079 echo "$ac_t""no" 1>&6
6080fi
6081
6082test -n "$CXX" && break
6083done
6084test -n "$CXX" || CXX="gcc"
6085
6086
6087echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
f512f90a 6088echo "configure:6089: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
10f2d63a
VZ
6089
6090ac_ext=C
6091# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6092ac_cpp='$CXXCPP $CPPFLAGS'
6093ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6094ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6095cross_compiling=$ac_cv_prog_cxx_cross
6096
6097cat > conftest.$ac_ext << EOF
6098
f512f90a 6099#line 6100 "configure"
10f2d63a
VZ
6100#include "confdefs.h"
6101
6102int main(){return(0);}
6103EOF
f512f90a 6104if { (eval echo configure:6105: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
6105 ac_cv_prog_cxx_works=yes
6106 # If we can't run a trivial program, we are probably using a cross compiler.
6107 if (./conftest; exit) 2>/dev/null; then
6108 ac_cv_prog_cxx_cross=no
6109 else
6110 ac_cv_prog_cxx_cross=yes
6111 fi
6112else
6113 echo "configure: failed program was:" >&5
6114 cat conftest.$ac_ext >&5
6115 ac_cv_prog_cxx_works=no
6116fi
6117rm -fr conftest*
6118ac_ext=C
6119# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6120ac_cpp='$CXXCPP $CPPFLAGS'
6121ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6122ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6123cross_compiling=$ac_cv_prog_cxx_cross
6124
6125echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
6126if test $ac_cv_prog_cxx_works = no; then
6127 { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
6128fi
6129echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
f512f90a 6130echo "configure:6131: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
10f2d63a
VZ
6131echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
6132cross_compiling=$ac_cv_prog_cxx_cross
6133
6134echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
f512f90a 6135echo "configure:6136: checking whether we are using GNU C++" >&5
10f2d63a
VZ
6136if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
6137 echo $ac_n "(cached) $ac_c" 1>&6
6138else
6139 cat > conftest.C <<EOF
6140#ifdef __GNUC__
6141 yes;
6142#endif
6143EOF
f512f90a 6144if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:6145: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
10f2d63a
VZ
6145 ac_cv_prog_gxx=yes
6146else
6147 ac_cv_prog_gxx=no
6148fi
6149fi
6150
6151echo "$ac_t""$ac_cv_prog_gxx" 1>&6
6152
6153if test $ac_cv_prog_gxx = yes; then
6154 GXX=yes
6155else
6156 GXX=
6157fi
6158
6159ac_test_CXXFLAGS="${CXXFLAGS+set}"
6160ac_save_CXXFLAGS="$CXXFLAGS"
6161CXXFLAGS=
6162echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
f512f90a 6163echo "configure:6164: checking whether ${CXX-g++} accepts -g" >&5
10f2d63a
VZ
6164if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
6165 echo $ac_n "(cached) $ac_c" 1>&6
6166else
6167 echo 'void f(){}' > conftest.cc
6168if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
6169 ac_cv_prog_cxx_g=yes
6170else
6171 ac_cv_prog_cxx_g=no
6172fi
6173rm -f conftest*
6174
6175fi
6176
6177echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
6178if test "$ac_test_CXXFLAGS" = set; then
6179 CXXFLAGS="$ac_save_CXXFLAGS"
6180elif test $ac_cv_prog_cxx_g = yes; then
6181 if test "$GXX" = yes; then
6182 CXXFLAGS="-g -O2"
6183 else
6184 CXXFLAGS="-g"
6185 fi
6186else
6187 if test "$GXX" = yes; then
6188 CXXFLAGS="-O2"
6189 else
6190 CXXFLAGS=
6191 fi
6192fi
6193
6194
6195echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
f512f90a 6196echo "configure:6197: checking how to run the C++ preprocessor" >&5
10f2d63a
VZ
6197if test -z "$CXXCPP"; then
6198if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
6199 echo $ac_n "(cached) $ac_c" 1>&6
6200else
6201 ac_ext=C
6202# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6203ac_cpp='$CXXCPP $CPPFLAGS'
6204ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6205ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6206cross_compiling=$ac_cv_prog_cxx_cross
6207 CXXCPP="${CXX-g++} -E"
6208 cat > conftest.$ac_ext <<EOF
f512f90a 6209#line 6210 "configure"
10f2d63a
VZ
6210#include "confdefs.h"
6211#include <stdlib.h>
6212EOF
6213ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
f512f90a 6214{ (eval echo configure:6215: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
6215ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6216if test -z "$ac_err"; then
6217 :
6218else
6219 echo "$ac_err" >&5
6220 echo "configure: failed program was:" >&5
6221 cat conftest.$ac_ext >&5
6222 rm -rf conftest*
6223 CXXCPP=/lib/cpp
6224fi
6225rm -f conftest*
6226 ac_cv_prog_CXXCPP="$CXXCPP"
6227ac_ext=C
6228# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6229ac_cpp='$CXXCPP $CPPFLAGS'
6230ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6231ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6232cross_compiling=$ac_cv_prog_cxx_cross
6233fi
6234fi
6235CXXCPP="$ac_cv_prog_CXXCPP"
6236echo "$ac_t""$CXXCPP" 1>&6
6237
6238
6239CXXFLAGS=`echo "$CXXFLAGS" | sed 's/-g//g'`
6240
6241ac_ext=c
6242# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6243ac_cpp='$CPP $CPPFLAGS'
6244ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6245ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6246cross_compiling=$ac_cv_prog_cc_cross
6247
6248
6249# Extract the first word of "ranlib", so it can be a program name with args.
6250set dummy ranlib; ac_word=$2
6251echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
f512f90a 6252echo "configure:6253: checking for $ac_word" >&5
10f2d63a
VZ
6253if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
6254 echo $ac_n "(cached) $ac_c" 1>&6
6255else
6256 if test -n "$RANLIB"; then
6257 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6258else
6259 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6260 ac_dummy="$PATH"
6261 for ac_dir in $ac_dummy; do
6262 test -z "$ac_dir" && ac_dir=.
6263 if test -f $ac_dir/$ac_word; then
6264 ac_cv_prog_RANLIB="ranlib"
6265 break
6266 fi
6267 done
6268 IFS="$ac_save_ifs"
6269 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
6270fi
6271fi
6272RANLIB="$ac_cv_prog_RANLIB"
6273if test -n "$RANLIB"; then
6274 echo "$ac_t""$RANLIB" 1>&6
6275else
6276 echo "$ac_t""no" 1>&6
6277fi
6278
6279
6280# Extract the first word of "ar", so it can be a program name with args.
6281set dummy ar; ac_word=$2
6282echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
f512f90a 6283echo "configure:6284: checking for $ac_word" >&5
10f2d63a
VZ
6284if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
6285 echo $ac_n "(cached) $ac_c" 1>&6
6286else
6287 if test -n "$AR"; then
6288 ac_cv_prog_AR="$AR" # Let the user override the test.
6289else
6290 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6291 ac_dummy="$PATH"
6292 for ac_dir in $ac_dummy; do
6293 test -z "$ac_dir" && ac_dir=.
6294 if test -f $ac_dir/$ac_word; then
6295 ac_cv_prog_AR="ar"
6296 break
6297 fi
6298 done
6299 IFS="$ac_save_ifs"
6300 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
6301fi
6302fi
6303AR="$ac_cv_prog_AR"
6304if test -n "$AR"; then
6305 echo "$ac_t""$AR" 1>&6
6306else
6307 echo "$ac_t""no" 1>&6
6308fi
6309
6310
6311# Find a good install program. We prefer a C program (faster),
6312# so one script is as good as another. But avoid the broken or
6313# incompatible versions:
6314# SysV /etc/install, /usr/sbin/install
6315# SunOS /usr/etc/install
6316# IRIX /sbin/install
6317# AIX /bin/install
6318# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6319# AFS /usr/afsws/bin/install, which mishandles nonexistent args
6320# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6321# ./install, which can be erroneously created by make from ./install.sh.
6322echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
f512f90a 6323echo "configure:6324: checking for a BSD compatible install" >&5
10f2d63a
VZ
6324if test -z "$INSTALL"; then
6325if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
6326 echo $ac_n "(cached) $ac_c" 1>&6
6327else
6328 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
6329 for ac_dir in $PATH; do
6330 # Account for people who put trailing slashes in PATH elements.
6331 case "$ac_dir/" in
6332 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
6333 *)
6334 # OSF1 and SCO ODT 3.0 have their own names for install.
6335 # Don't use installbsd from OSF since it installs stuff as root
6336 # by default.
6337 for ac_prog in ginstall scoinst install; do
6338 if test -f $ac_dir/$ac_prog; then
6339 if test $ac_prog = install &&
6340 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
6341 # AIX install. It has an incompatible calling convention.
6342 :
6343 else
6344 ac_cv_path_install="$ac_dir/$ac_prog -c"
6345 break 2
6346 fi
6347 fi
6348 done
6349 ;;
6350 esac
6351 done
6352 IFS="$ac_save_IFS"
6353
6354fi
6355 if test "${ac_cv_path_install+set}" = set; then
6356 INSTALL="$ac_cv_path_install"
6357 else
6358 # As a last resort, use the slow shell script. We don't cache a
6359 # path for INSTALL within a source directory, because that will
6360 # break other packages using the cache if that directory is
6361 # removed, or if the path is relative.
6362 INSTALL="$ac_install_sh"
6363 fi
6364fi
6365echo "$ac_t""$INSTALL" 1>&6
6366
6367# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6368# It thinks the first close brace ends the variable substitution.
6369test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6370
6371test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
6372
6373test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6374
6375
6376# Extract the first word of "strip", so it can be a program name with args.
6377set dummy strip; ac_word=$2
6378echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
f512f90a 6379echo "configure:6380: checking for $ac_word" >&5
10f2d63a
VZ
6380if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
6381 echo $ac_n "(cached) $ac_c" 1>&6
6382else
6383 if test -n "$STRIP"; then
6384 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6385else
6386 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6387 ac_dummy="$PATH"
6388 for ac_dir in $ac_dummy; do
6389 test -z "$ac_dir" && ac_dir=.
6390 if test -f $ac_dir/$ac_word; then
6391 ac_cv_prog_STRIP="strip"
6392 break
6393 fi
6394 done
6395 IFS="$ac_save_ifs"
6396 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP="true"
6397fi
6398fi
6399STRIP="$ac_cv_prog_STRIP"
6400if test -n "$STRIP"; then
6401 echo "$ac_t""$STRIP" 1>&6
6402else
6403 echo "$ac_t""no" 1>&6
6404fi
6405
6406
6407echo $ac_n "checking "make for VPATH support"""... $ac_c" 1>&6
f512f90a 6408echo "configure:6409: checking "make for VPATH support"" >&5
10f2d63a
VZ
6409cat - << EOF > confMake
6410check : file
6411 cp \$? \$@
6412 cp \$? final_file
6413EOF
6414
6415if test ! -d sub ; then
6416 mkdir sub
6417fi
6418echo dummy > sub/file
6419${MAKE-make} -f confMake VPATH=sub 2> config.log > /dev/null
6420RESULT=$?
6421rm -f sub/file check final_file confMake
6422rmdir sub
6423if test "$RESULT" = 0; then
6424 echo "$ac_t""yes" 1>&6
6425else
6426 echo "$ac_t""no" 1>&6
6427 { echo "configure: error: You need a make-utility that is able to use the variable
6428VPATH correctly.
6429If your version of make does not support VPATH correctly" 1>&2; exit 1; }
6430fi
6431
6432for ac_prog in 'bison -y' byacc
6433do
6434# Extract the first word of "$ac_prog", so it can be a program name with args.
6435set dummy $ac_prog; ac_word=$2
6436echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
f512f90a 6437echo "configure:6438: checking for $ac_word" >&5
10f2d63a
VZ
6438if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
6439 echo $ac_n "(cached) $ac_c" 1>&6
6440else
6441 if test -n "$YACC"; then
6442 ac_cv_prog_YACC="$YACC" # Let the user override the test.
6443else
6444 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6445 ac_dummy="$PATH"
6446 for ac_dir in $ac_dummy; do
6447 test -z "$ac_dir" && ac_dir=.
6448 if test -f $ac_dir/$ac_word; then
6449 ac_cv_prog_YACC="$ac_prog"
6450 break
6451 fi
6452 done
6453 IFS="$ac_save_ifs"
6454fi
6455fi
6456YACC="$ac_cv_prog_YACC"
6457if test -n "$YACC"; then
6458 echo "$ac_t""$YACC" 1>&6
6459else
6460 echo "$ac_t""no" 1>&6
6461fi
6462
6463test -n "$YACC" && break
6464done
6465test -n "$YACC" || YACC="yacc"
6466
6467
6468# Extract the first word of "flex", so it can be a program name with args.
6469set dummy flex; ac_word=$2
6470echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
f512f90a 6471echo "configure:6472: checking for $ac_word" >&5
10f2d63a
VZ
6472if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
6473 echo $ac_n "(cached) $ac_c" 1>&6
6474else
6475 if test -n "$LEX"; then
6476 ac_cv_prog_LEX="$LEX" # Let the user override the test.
6477else
6478 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6479 ac_dummy="$PATH"
6480 for ac_dir in $ac_dummy; do
6481 test -z "$ac_dir" && ac_dir=.
6482 if test -f $ac_dir/$ac_word; then
6483 ac_cv_prog_LEX="flex"
6484 break
6485 fi
6486 done
6487 IFS="$ac_save_ifs"
6488 test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX="lex"
6489fi
6490fi
6491LEX="$ac_cv_prog_LEX"
6492if test -n "$LEX"; then
6493 echo "$ac_t""$LEX" 1>&6
6494else
6495 echo "$ac_t""no" 1>&6
6496fi
6497
6498if test -z "$LEXLIB"
6499then
6500 case "$LEX" in
6501 flex*) ac_lib=fl ;;
6502 *) ac_lib=l ;;
6503 esac
6504 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
f512f90a 6505echo "configure:6506: checking for yywrap in -l$ac_lib" >&5
10f2d63a
VZ
6506ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
6507if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6508 echo $ac_n "(cached) $ac_c" 1>&6
6509else
6510 ac_save_LIBS="$LIBS"
6511LIBS="-l$ac_lib $LIBS"
6512cat > conftest.$ac_ext <<EOF
f512f90a 6513#line 6514 "configure"
10f2d63a
VZ
6514#include "confdefs.h"
6515/* Override any gcc2 internal prototype to avoid an error. */
6516/* We use char because int might match the return type of a gcc2
6517 builtin and then its argument prototype would still apply. */
6518char yywrap();
6519
6520int main() {
6521yywrap()
6522; return 0; }
6523EOF
f512f90a 6524if { (eval echo configure:6525: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
6525 rm -rf conftest*
6526 eval "ac_cv_lib_$ac_lib_var=yes"
6527else
6528 echo "configure: failed program was:" >&5
6529 cat conftest.$ac_ext >&5
6530 rm -rf conftest*
6531 eval "ac_cv_lib_$ac_lib_var=no"
6532fi
6533rm -f conftest*
6534LIBS="$ac_save_LIBS"
6535
6536fi
6537if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
6538 echo "$ac_t""yes" 1>&6
6539 LEXLIB="-l$ac_lib"
6540else
6541 echo "$ac_t""no" 1>&6
6542fi
6543
6544fi
6545
6546
6547echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
f512f90a 6548echo "configure:6549: checking whether ln -s works" >&5
10f2d63a
VZ
6549if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
6550 echo $ac_n "(cached) $ac_c" 1>&6
6551else
6552 rm -f conftestdata
6553if ln -s X conftestdata 2>/dev/null
6554then
6555 rm -f conftestdata
6556 ac_cv_prog_LN_S="ln -s"
6557else
6558 ac_cv_prog_LN_S=ln
6559fi
6560fi
6561LN_S="$ac_cv_prog_LN_S"
6562if test "$ac_cv_prog_LN_S" = "ln -s"; then
6563 echo "$ac_t""yes" 1>&6
6564else
6565 echo "$ac_t""no" 1>&6
6566fi
6567
6568
6569
6570SEARCH_INCLUDE="\
6571 /usr/local/include \
6572 \
6573 /usr/Motif-1.2/include \
6574 /usr/Motif-2.1/include \
6575 \
6576 /usr/include/Motif1.2 \
6577 /opt/xpm/include/X11 \
6578 /opt/GBxpm/include/ \
6579 /opt/GBxpm/X11/include/ \
6580 \
6581 /usr/Motif1.2/include \
6582 /usr/dt/include \
afc31813
VZ
6583 /usr/openwin/include \
6584 \
10f2d63a
VZ
6585 /usr/include/Xm \
6586 \
6587 /usr/X11R6/include \
afc31813 6588 /usr/X11R6.4/include \
10f2d63a
VZ
6589 /usr/X11R5/include \
6590 /usr/X11R4/include \
6591 \
10f2d63a
VZ
6592 /usr/include/X11R6 \
6593 /usr/include/X11R5 \
6594 /usr/include/X11R4 \
6595 \
6596 /usr/local/X11R6/include \
6597 /usr/local/X11R5/include \
6598 /usr/local/X11R4/include \
6599 \
6600 /usr/local/include/X11R6 \
6601 /usr/local/include/X11R5 \
6602 /usr/local/include/X11R4 \
6603 \
6604 /usr/X11/include \
6605 /usr/include/X11 \
6606 /usr/local/X11/include \
6607 /usr/local/include/X11 \
6608 \
6609 /usr/X386/include \
6610 /usr/x386/include \
6611 /usr/XFree86/include/X11 \
6612 \
6613 /usr/include/gtk \
6614 /usr/local/include/gtk \
6615 /usr/include/glib \
6616 /usr/local/include/glib \
6617 \
6618 /usr/include/qt \
6619 /usr/local/include/qt \
6620 \
6621 /usr/include/windows \
6622 /usr/include/wine \
6623 /usr/local/include/wine \
6624 \
6625 /usr/unsupported/include \
6626 /usr/athena/include \
6627 /usr/local/x11r5/include \
6628 /usr/lpp/Xamples/include \
6629 \
10f2d63a 6630 /usr/openwin/share/include \
928b5c08
VZ
6631 \
6632 /usr/include"
10f2d63a
VZ
6633
6634SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` "
6635
6636
6637cat > confcache <<\EOF
6638# This file is a shell script that caches the results of configure
6639# tests run on this system so they can be shared between configure
6640# scripts and configure runs. It is not useful on other systems.
6641# If it contains results you don't want to keep, you may remove or edit it.
6642#
6643# By default, configure uses ./config.cache as the cache file,
6644# creating it if it does not exist already. You can give configure
6645# the --cache-file=FILE option to use a different cache file; that is
6646# what configure does when it calls configure scripts in
6647# subdirectories, so they share the cache.
6648# Giving --cache-file=/dev/null disables caching, for debugging configure.
6649# config.status only pays attention to the cache file if you give it the
6650# --recheck option to rerun configure.
6651#
6652EOF
6653# The following way of writing the cache mishandles newlines in values,
6654# but we know of no workaround that is simple, portable, and efficient.
6655# So, don't put newlines in cache variables' values.
6656# Ultrix sh set writes to stderr and can't be redirected directly,
6657# and sets the high bit in the cache file unless we assign to the vars.
6658(set) 2>&1 |
6659 case `(ac_space=' '; set | grep ac_space) 2>&1` in
6660 *ac_space=\ *)
6661 # `set' does not quote correctly, so add quotes (double-quote substitution
6662 # turns \\\\ into \\, and sed turns \\ into \).
6663 sed -n \
6664 -e "s/'/'\\\\''/g" \
6665 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
6666 ;;
6667 *)
6668 # `set' quotes correctly as required by POSIX, so do not add quotes.
6669 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
6670 ;;
6671 esac >> confcache
6672if cmp -s $cache_file confcache; then
6673 :
6674else
6675 if test -w $cache_file; then
6676 echo "updating cache $cache_file"
6677 cat confcache > $cache_file
6678 else
6679 echo "not updating unwritable cache $cache_file"
6680 fi
6681fi
6682rm -f confcache
6683
6684
6685
6686if test "$wxUSE_GUI" = "yes"; then
6687
6688TOOLKIT=
6689TOOLKIT_INCLUDE=
6690
6691GUIOBJS=
6692COMMONOBJS=
6693GENERICOBJS=
6694
6695GUI_TK_LIBRARY=
6696GUI_TK_LINK=
6697
6698WXGTK12=
6699
6700WXWINE=
6701
6702PROGRAM_EXT=
6703
6704if test "$wxUSE_CYGWIN" = 1 || test "$wxUSE_MINGW" = 1 ; then
6705 if test "$cross_compiling" = "yes" ; then
6706 echo "configure: warning: Cross compiling --- skipping windows.h check" 1>&2
6707 else
6708 echo $ac_n "checking for Windows headers""... $ac_c" 1>&6
928b5c08 6709echo "configure:6710: checking for Windows headers" >&5
10f2d63a
VZ
6710
6711ac_find_includes=
6712for ac_dir in $SEARCH_INCLUDE;
6713 do
6714 if test -f "$ac_dir/windows.h"; then
6715 ac_find_includes=$ac_dir
6716 break
6717 fi
6718 done
6719
6720 if test "$ac_find_includes" != "" ; then
6721 echo "$ac_t""found $ac_find_includes" 1>&6
6722 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE -I$ac_find_includes"
6723 else
6724 echo "$ac_t""no" 1>&6
6725 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
6726 fi
6727 fi
6728
6729 INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS msw"
6730 LIBS="$LIBS -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -lcrtdll -ladvapi32 -lwsock32"
6731
6732 if test "$wxUSE_MINGW" = 1; then
6733 LDFLAGS="$LDFLAGS -mwindows"
6734 fi
6735
6736 TOOLKIT=MSW
6737
6738 GUIOBJS="\$(MSW_GUIOBJS)"
6739 GUIHEADERS="\$(MSW_HEADERS)"
6740 COMMONOBJS="\$(MSW_COMMONOBJS)"
6741 GENERICOBJS="\$(MSW_GENERICOBJS)"
6742 UNIXOBJS=
6743 GUIDIST=MSW_DIST
6744 PROGRAM_EXT=.exe
6745fi
6746
6747if test "$wxUSE_GTK" = 1; then
6748
6749 if test x$gtk_config_exec_prefix != x ; then
6750 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
6751 if test x${GTK_CONFIG+set} != xset ; then
6752 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
6753 fi
6754 fi
6755 if test x$gtk_config_prefix != x ; then
6756 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
6757 if test x${GTK_CONFIG+set} != xset ; then
6758 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
6759 fi
6760 fi
6761
6762 # Extract the first word of "gtk-config", so it can be a program name with args.
6763set dummy gtk-config; ac_word=$2
6764echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
928b5c08 6765echo "configure:6766: checking for $ac_word" >&5
10f2d63a
VZ
6766if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
6767 echo $ac_n "(cached) $ac_c" 1>&6
6768else
6769 case "$GTK_CONFIG" in
6770 /*)
6771 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
6772 ;;
6773 ?:/*)
6774 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path.
6775 ;;
6776 *)
6777 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6778 ac_dummy="$PATH"
6779 for ac_dir in $ac_dummy; do
6780 test -z "$ac_dir" && ac_dir=.
6781 if test -f $ac_dir/$ac_word; then
6782 ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word"
6783 break
6784 fi
6785 done
6786 IFS="$ac_save_ifs"
6787 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
6788 ;;
6789esac
6790fi
6791GTK_CONFIG="$ac_cv_path_GTK_CONFIG"
6792if test -n "$GTK_CONFIG"; then
6793 echo "$ac_t""$GTK_CONFIG" 1>&6
6794else
6795 echo "$ac_t""no" 1>&6
6796fi
6797
6798 min_gtk_version=1.2.1
6799 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
928b5c08 6800echo "configure:6801: checking for GTK - version >= $min_gtk_version" >&5
10f2d63a
VZ
6801 no_gtk=""
6802 if test "$GTK_CONFIG" != "no" ; then
6803 GTK_CFLAGS=`$GTK_CONFIG --cflags`
6804 GTK_LIBS=`$GTK_CONFIG --libs`
6805 ac_save_CFLAGS="$CFLAGS"
6806 ac_save_LIBS="$LIBS"
6807 CFLAGS="$CFLAGS $GTK_CFLAGS"
6808 LIBS="$LIBS $GTK_LIBS"
6809 if test "$cross_compiling" = yes; then
6810 echo $ac_n "cross compiling; assumed OK... $ac_c"
6811else
6812 cat > conftest.$ac_ext <<EOF
928b5c08 6813#line 6814 "configure"
10f2d63a
VZ
6814#include "confdefs.h"
6815
6816#include <gtk/gtk.h>
6817#include <stdio.h>
6818
6819int
6820main ()
6821{
6822 int major, minor, micro;
6823
6824 if (sscanf("$min_gtk_version", "%d.%d.%d", &major, &minor, &micro) != 3) {
6825 printf("%s, bad version string\n", "$min_gtk_version");
6826 exit(1);
6827 }
6828
6829 if (gtk_minor_version == 1) return FALSE;
6830
6831 return !((gtk_major_version > major) ||
6832 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
6833 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)));
6834}
6835
6836EOF
928b5c08 6837if { (eval echo configure:6838: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10f2d63a
VZ
6838then
6839 :
6840else
6841 echo "configure: failed program was:" >&5
6842 cat conftest.$ac_ext >&5
6843 rm -fr conftest*
6844 no_gtk=yes
6845fi
6846rm -fr conftest*
6847fi
6848
6849 CFLAGS="$ac_save_CFLAGS"
6850 LIBS="$ac_save_LIBS"
6851 else
6852 no_gtk=yes
6853 fi
6854 if test "x$no_gtk" = x ; then
6855 echo "$ac_t""yes" 1>&6
6856 WXGTK12=1
6857 else
6858 echo "$ac_t""no" 1>&6
6859 GTK_CFLAGS=""
6860 GTK_LIBS=""
6861 { echo "configure: error: Is gtk-config in path and GTK+ is version 1.2.1 or above?" 1>&2; exit 1; }
6862 fi
6863
6864
6865
6866
6867 TOOLKIT_INCLUDE="$GTK_CFLAGS"
6868 GUI_TK_LIBRARY="$GTK_LIBS"
6869 TOOLKIT=GTK
6870
6871 GUIOBJS="\$(GTK_GUIOBJS)"
6872 GUIHEADERS="\$(GTK_HEADERS)"
6873 COMMONOBJS="\$(GTK_COMMONOBJS)"
6874 GENERICOBJS="\$(GTK_GENERICOBJS)"
6875 GUIDEPS="\$(GTK_GUIDEPS)"
6876 COMMONDEPS="\$(GTK_COMMONDEPS)"
6877 GENERICDEPS="\$(GTK_GENERICDEPS)"
6878 UNIXOBJS="\$(UNIX_OBJS)"
6879 GUIDIST=GTK_DIST
6880fi
6881
6882if test "$wxUSE_WINE" = 1; then
6883 echo $ac_n "checking for WINE includes""... $ac_c" 1>&6
928b5c08 6884echo "configure:6885: checking for WINE includes" >&5
10f2d63a
VZ
6885
6886ac_find_includes=
6887for ac_dir in $SEARCH_INCLUDE;
6888 do
6889 if test -f "$ac_dir/windows.h"; then
6890 ac_find_includes=$ac_dir
6891 break
6892 fi
6893 done
6894
6895 if test "$ac_find_includes" != "" ; then
6896 echo "$ac_t""found $ac_find_includes" 1>&6
6897 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE -I$ac_find_includes"
6898 else
6899 echo "$ac_t""no" 1>&6
6900 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
6901 fi
6902
6903 XPM_LINK=""
6904 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
928b5c08 6905echo "configure:6906: checking for Xpm library" >&5
10f2d63a
VZ
6906
6907ac_find_libraries=
6908for ac_dir in $SEARCH_LIB;
6909 do
6910 for ac_extension in a so sl; do
6911 if test -f "$ac_dir/libXpm.$ac_extension"; then
6912 ac_find_libraries=$ac_dir
6913 break 2
6914 fi
6915 done
6916 done
6917
6918 if test "$ac_find_libraries" != "" ; then
6919 GUI_TK_LIBRARY="-L$ac_find_libraries"
6920 XPM_LINK="-lXpm"
6921 cat >> confdefs.h <<\EOF
6922#define wxHAVE_LIB_XPM 1
6923EOF
6924
6925 echo "$ac_t""found at $ac_find_libraries" 1>&6
6926 else
6927 echo "$ac_t""no" 1>&6
6928 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
6929 fi
6930
6931 MESA_LINK=""
6932 echo $ac_n "checking for Mesa library""... $ac_c" 1>&6
928b5c08 6933echo "configure:6934: checking for Mesa library" >&5
10f2d63a
VZ
6934
6935ac_find_libraries=
6936for ac_dir in $SEARCH_LIB;
6937 do
6938 for ac_extension in a so sl; do
6939 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
6940 ac_find_libraries=$ac_dir
6941 break 2
6942 fi
6943 done
6944 done
6945
6946 if test "$ac_find_libraries" != "" ; then
6947 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -L$ac_find_libraries"
6948 MESA_LINK="-lMesaGL"
6949 echo "$ac_t""found at $ac_find_libraries" 1>&6
6950 else
6951 { echo "configure: error: no" 1>&2; exit 1; }
6952 fi
6953
6954 GUI_TK_LINK="-lwine $MESA_LINK $XPM_LINK -lXxf86dga -lXxf86vm -lSM -lICE -lXext -lXmu -lX11 -lncurses -lm"
6955 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $GUI_TK_LINK"
6956 WXWINE=1
6957 TOOLKIT=MSW
6958
6959 GUIHEADERS="\$(MSW_HEADERS)"
6960 GUIOBJS="\$(MSW_GUIOBJS)"
6961 COMMONOBJS="\$(MSW_COMMONOBJS)"
6962 GENERICOBJS="\$(MSW_GENERICOBJS)"
6963 GUIDEPS="\$(MSW_GUIDEPS)"
6964 COMMONDEPS="\$(MSW_COMMONDEPS)"
6965 GENERICDEPS="\$(MSW_GENERICDEPS)"
6966 UNIXOBJS="\$(UNIX_OBJS)"
6967 GUIDIST=MSW_DIST
6968fi
6969
6970if test "$wxUSE_MOTIF" = 1; then
6971 echo $ac_n "checking for X11 headers""... $ac_c" 1>&6
928b5c08 6972echo "configure:6973: checking for X11 headers" >&5
10f2d63a
VZ
6973
6974ac_find_includes=
6975for ac_dir in $SEARCH_INCLUDE;
6976 do
6977 if test -f "$ac_dir/X11/Intrinsic.h"; then
6978 ac_find_includes=$ac_dir
6979 break
6980 fi
6981 done
6982
6983 if test "$ac_find_includes" != "" ; then
6984 echo "$ac_t""found $ac_find_includes" 1>&6
6985 else
6986 echo "$ac_t""no" 1>&6
6987 { echo "configure: error: please set CFLAGS to contain the location of Xm/Xm.h" 1>&2; exit 1; }
6988 fi
6989
6990 echo $ac_n "checking for X11 libraries""... $ac_c" 1>&6
928b5c08 6991echo "configure:6992: checking for X11 libraries" >&5
10f2d63a
VZ
6992
6993ac_find_libraries=
6994for ac_dir in $SEARCH_LIB;
6995 do
6996 for ac_extension in a so sl; do
6997 if test -f "$ac_dir/libX11.$ac_extension"; then
6998 ac_find_libraries=$ac_dir
6999 break 2
7000 fi
7001 done
7002 done
7003
7004 if test "$ac_find_libraries" != "" ; then
7005
7006 ac_path_to_include=$ac_find_includes
7007 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
7008 result=$?
7009 if test $result = 0; then
7010 ac_path_to_include=""
7011 else
7012 ac_path_to_include="-I$ac_find_includes"
7013 fi
7014
7015
7016 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
7017 result=$?
7018 if test $result = 0; then
7019 ac_path_to_link=""
7020 else
7021 ac_path_to_link="-L$ac_find_libraries"
7022 fi
7023
7024
7025 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $ac_path_to_link"
7026 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE $ac_path_to_include"
7027 echo "$ac_t""found at $ac_find_libraries" 1>&6
7028 else
7029 echo "$ac_t""no" 1>&6
7030 { echo "configure: error: please set LDFLAGS to contain the location of libXm" 1>&2; exit 1; }
7031 fi
7032
7033 echo $ac_n "checking for Motif/Lesstif headers""... $ac_c" 1>&6
928b5c08 7034echo "configure:7035: checking for Motif/Lesstif headers" >&5
10f2d63a
VZ
7035
7036ac_find_includes=
7037for ac_dir in $SEARCH_INCLUDE;
7038 do
7039 if test -f "$ac_dir/Xm/Xm.h"; then
7040 ac_find_includes=$ac_dir
7041 break
7042 fi
7043 done
7044
7045 if test "$ac_find_includes" != "" ; then
7046 echo "$ac_t""found $ac_find_includes" 1>&6
7047 else
7048 echo "$ac_t""no" 1>&6
7049 { echo "configure: error: please set CFLAGS to contain the location of Xm/Xm.h" 1>&2; exit 1; }
7050 fi
7051
7052 echo $ac_n "checking for Motif/Lesstif library""... $ac_c" 1>&6
928b5c08 7053echo "configure:7054: checking for Motif/Lesstif library" >&5
10f2d63a
VZ
7054
7055ac_find_libraries=
7056for ac_dir in $SEARCH_LIB;
7057 do
7058 for ac_extension in a so sl; do
7059 if test -f "$ac_dir/libXm.$ac_extension"; then
7060 ac_find_libraries=$ac_dir
7061 break 2
7062 fi
7063 done
7064 done
7065
7066 if test "$ac_find_libraries" != "" ; then
7067
7068 ac_path_to_include=$ac_find_includes
7069 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
7070 result=$?
7071 if test $result = 0; then
7072 ac_path_to_include=""
7073 else
7074 ac_path_to_include="-I$ac_find_includes"
7075 fi
7076
7077
7078 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
7079 result=$?
7080 if test $result = 0; then
7081 ac_path_to_link=""
7082 else
7083 ac_path_to_link="-L$ac_find_libraries"
7084 fi
7085
7086
7087 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $ac_path_to_link"
7088 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE $ac_path_to_include"
7089 echo "$ac_t""found at $ac_find_libraries" 1>&6
7090 else
7091 echo "$ac_t""no" 1>&6
7092 { echo "configure: error: please set LDFLAGS to contain the location of libXm" 1>&2; exit 1; }
7093 fi
7094
7095 echo $ac_n "checking for Xt library""... $ac_c" 1>&6
928b5c08 7096echo "configure:7097: checking for Xt library" >&5
10f2d63a
VZ
7097
7098ac_find_libraries=
7099for ac_dir in $SEARCH_LIB;
7100 do
7101 for ac_extension in a so sl; do
7102 if test -f "$ac_dir/libXt.$ac_extension"; then
7103 ac_find_libraries=$ac_dir
7104 break 2
7105 fi
7106 done
7107 done
7108
7109 if test "$ac_find_libraries" != "" ; then
7110
7111 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
7112 result=$?
7113 if test $result = 0; then
7114 ac_path_to_link=""
7115 else
7116 ac_path_to_link="-L$ac_find_libraries"
7117 fi
7118
7119 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $ac_path_to_link"
7120 echo "$ac_t""found at $ac_find_libraries" 1>&6
7121 else
7122 echo "$ac_t""no" 1>&6
7123 { echo "configure: error: please set LDFLAGS to contain the location of libXt" 1>&2; exit 1; }
7124 fi
7125
7126 XPM_LINK=""
7127 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
928b5c08 7128echo "configure:7129: checking for Xpm library" >&5
10f2d63a
VZ
7129
7130ac_find_libraries=
7131for ac_dir in $SEARCH_LIB;
7132 do
7133 for ac_extension in a so sl; do
7134 if test -f "$ac_dir/libXpm.$ac_extension"; then
7135 ac_find_libraries=$ac_dir
7136 break 2
7137 fi
7138 done
7139 done
7140
7141 if test "$ac_find_libraries" != "" ; then
7142
7143 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
7144 result=$?
7145 if test $result = 0; then
7146 ac_path_to_link=""
7147 else
7148 ac_path_to_link="-L$ac_find_libraries"
7149 fi
7150
7151 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $ac_path_to_link"
7152 XPM_LINK="-lXpm "
7153 cat >> confdefs.h <<\EOF
7154#define wxHAVE_LIB_XPM 1
7155EOF
7156
7157 echo "$ac_t""found at $ac_find_libraries" 1>&6
7158 else
7159 echo "$ac_t""no" 1>&6
7160 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
7161 fi
7162
c63c7106 7163 GUI_TK_LINK="-lXm $XPM_LINK -lXmu -lXext -lXt -lX11 -lm"
10f2d63a
VZ
7164 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $GUI_TK_LINK"
7165 TOOLKIT=MOTIF
7166
7167 GUIHEADERS="\$(MOTIF_HEADERS)"
7168 GUIOBJS="\$(MOTIF_GUIOBJS)"
7169 COMMONOBJS="\$(MOTIF_COMMONOBJS)"
7170 GENERICOBJS="\$(MOTIF_GENERICOBJS)"
7171 GUIDEPS="\$(MOTIF_GUIDEPS)"
7172 COMMONDEPS="\$(MOTIF_COMMONDEPS)"
7173 GENERICDEPS="\$(MOTIF_GENERICDEPS)"
7174 UNIXOBJS="\$(UNIX_OBJS)"
7175 GUIDIST=MOTIF_DIST
7176fi
7177
7178TOOLKIT_DIR=`echo ${TOOLKIT} | tr "A-Z" "a-z"`
7179
7180TOOLKIT_DEF="-D__WX${TOOLKIT}__"
7181
7182WX_LIBRARY="wx_${TOOLKIT_DIR}"
7183
7184 ALL_OBJECTS="\$(GUIOBJS) \$(COMMONOBJS) \$(GENERICOBJS) \$(UNIXOBJS) \$(HTMLOBJS) \$(JPEGOBJS) \$(PNGOBJS) \$(ZLIBOBJS) \$(IODBCOBJS)"
7185 ALL_DEPFILES="\$(GUIDEPS) \$(COMMONDEPS) \$(GENERICDEPS) \$(UNIXDEPS) \$(HTMLDEPS)"
7186 ALL_HEADERS="\$(GUIHEADERS) \$(HTML_HEADERS) \$(UNIX_HEADERS) \$(PROTOCOL_HEADERS) \$(GENERIC_HEADERS) \$(WX_HEADERS)"
7187else
7188
7189 ALL_OBJECTS="\$(BASE_OBJS)"
7190 ALL_DEPFILES="\${BASE_DEPS}"
7191 ALL_HEADERS="\${BASE_HEADERS}"
7192
7193 WX_LIBRARY="wxbase"
7194fi
7195
7196WX_LIBRARY_NAME="lib${WX_LIBRARY}.la"
7197
7198WX_LIBRARY_NAME_STATIC="lib${WX_LIBRARY}.a"
7199
7200WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}-${WX_RELEASE}.so.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
7201
7202WX_LIBRARY_LINK1="lib${WX_LIBRARY}-${WX_RELEASE}.so.${WX_CURRENT}"
7203WX_LIBRARY_LINK2="lib${WX_LIBRARY}-${WX_RELEASE}.so"
7204WX_LIBRARY_LINK3="lib${WX_LIBRARY}.so"
7205
7206SHARED_LD=
7207PIC_FLAG=
7208WX_ALL=
7209WX_ALL_INSTALLED=
7210
7211if test "$wxUSE_SHARED" = "yes"; then
7212 case "${host}" in
7213 *-hp-hpux* )
7214 if test "$GCC" = yes ; then
7215 SHARED_LD="${CC} -shared -o"
7216 PIC_FLAG="-fPIC"
7217 else
7218 SHARED_LD="${CXX} -b -o"
7219 PIC_FLAG="+Z"
7220 fi
7221 WX_LIBRARY_NAME_SHARED="libwx_${TOOLKIT_DIR}.sl"
7222 WX_ALL=${WX_LIBRARY_NAME_SHARED}
7223 ;;
7224 *-*-linux* )
7225 SHARED_LD="${CC} -shared -o"
7226 PIC_FLAG="-fPIC"
7227 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
7228 WX_ALL="CREATE_LINKS"
7229 ;;
7230 *-*-irix5* | *-*-irix6* )
7231 if test "$GCC" = yes ; then
7232 SHARED_LD="${CC} -shared -o"
7233 PIC_FLAG="-fPIC"
7234 else
7235 SHARED_LD="${CXX} -shared -o"
7236 fi
7237 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
7238 WX_ALL="CREATE_LINKS"
7239 ;;
7240 *-*-solaris2* )
7241 if test "$GCC" = yes ; then
7242 SHARED_LD="${CC} -shared -o"
7243 PIC_FLAG="-fPIC"
7244 else
7245 SHARED_LD="${CXX} -G -o"
7246 PIC_FLAG="-KPIC"
7247 fi
7248 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
7249 WX_ALL="CREATE_LINKS"
7250 ;;
7251 *-*-sunos4* )
7252 SHARED_LD="${CC} -shared -o"
7253 PIC_FLAG="-fPIC"
7254 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
7255 WX_ALL="CREATE_LINKS"
7256 ;;
7257 *-*-freebsd* | *-*-netbsd*)
7258 SHARED_LD="${CC} -shared -o"
7259 PIC_FLAG="-fPIC"
7260 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
7261 WX_ALL="CREATE_LINKS"
7262 ;;
7263 *-*-osf* )
7264 SHARED_LD="${CXX} -shared -o"
7265 PIC_FLAG="-fPIC"
7266 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
7267 WX_ALL="CREATE_LINKS"
7268 ;;
7269 *-*-dgux5* )
7270 SHARED_LD="${CXX} -shared -o"
7271 PIC_FLAG="-fPIC"
7272 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
7273 WX_ALL="CREATE_LINKS"
7274 ;;
7275 *-*-sysv5* )
7276 SHARED_LD="${CC} -shared -o"
7277 PIC_FLAG="-fPIC"
7278 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
7279 WX_ALL="CREATE_LINKS"
7280 ;;
7281 *-*-aix* )
7282 SHARED_LD="/usr/lpp/xlC/bin/makeC++SharedLib -p 0 -o"
7283 WX_ALL=${WX_LIBRARY_NAME_SHARED}
7284 ;;
7285 *-*-cygwin32* )
7286 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}"
7287 WX_ALL="${WX_LIBRARY_NAME_STATIC}"
7288 ;;
7289 *-*-mingw32* )
7290 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}"
7291 WX_ALL="${WX_LIBRARY_NAME_STATIC}"
7292 ;;
7293 *-pc-os2_emx )
7294 ;;
7295 *)
7296 { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; }
7297 esac
7298
7299 if test "x$WX_TARGET_LIBRARY" = "x"; then
7300 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_SHARED}"
7301 fi
7302else
7303 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}"
7304 WX_ALL="${WX_LIBRARY_NAME_STATIC}"
7305fi
7306
7307
7308for ac_hdr in strings.h
7309do
7310ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7311echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
928b5c08 7312echo "configure:7313: checking for $ac_hdr" >&5
10f2d63a
VZ
7313if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7314 echo $ac_n "(cached) $ac_c" 1>&6
7315else
7316 cat > conftest.$ac_ext <<EOF
928b5c08 7317#line 7318 "configure"
10f2d63a
VZ
7318#include "confdefs.h"
7319#include <$ac_hdr>
7320EOF
7321ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
928b5c08 7322{ (eval echo configure:7323: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
7323ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7324if test -z "$ac_err"; then
7325 rm -rf conftest*
7326 eval "ac_cv_header_$ac_safe=yes"
7327else
7328 echo "$ac_err" >&5
7329 echo "configure: failed program was:" >&5
7330 cat conftest.$ac_ext >&5
7331 rm -rf conftest*
7332 eval "ac_cv_header_$ac_safe=no"
7333fi
7334rm -f conftest*
7335fi
7336if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
7337 echo "$ac_t""yes" 1>&6
7338 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
7339 cat >> confdefs.h <<EOF
7340#define $ac_tr_hdr 1
7341EOF
7342
7343else
7344 echo "$ac_t""no" 1>&6
7345fi
7346done
7347
7348for ac_hdr in unistd.h
7349do
7350ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7351echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
928b5c08 7352echo "configure:7353: checking for $ac_hdr" >&5
10f2d63a
VZ
7353if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7354 echo $ac_n "(cached) $ac_c" 1>&6
7355else
7356 cat > conftest.$ac_ext <<EOF
928b5c08 7357#line 7358 "configure"
10f2d63a
VZ
7358#include "confdefs.h"
7359#include <$ac_hdr>
7360EOF
7361ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
928b5c08 7362{ (eval echo configure:7363: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
7363ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7364if test -z "$ac_err"; then
7365 rm -rf conftest*
7366 eval "ac_cv_header_$ac_safe=yes"
7367else
7368 echo "$ac_err" >&5
7369 echo "configure: failed program was:" >&5
7370 cat conftest.$ac_ext >&5
7371 rm -rf conftest*
7372 eval "ac_cv_header_$ac_safe=no"
7373fi
7374rm -f conftest*
7375fi
7376if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
7377 echo "$ac_t""yes" 1>&6
7378 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
7379 cat >> confdefs.h <<EOF
7380#define $ac_tr_hdr 1
7381EOF
7382
7383else
7384 echo "$ac_t""no" 1>&6
7385fi
7386done
7387
7388for ac_hdr in wchar.h
7389do
7390ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7391echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
928b5c08 7392echo "configure:7393: checking for $ac_hdr" >&5
10f2d63a
VZ
7393if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7394 echo $ac_n "(cached) $ac_c" 1>&6
7395else
7396 cat > conftest.$ac_ext <<EOF
928b5c08 7397#line 7398 "configure"
10f2d63a
VZ
7398#include "confdefs.h"
7399#include <$ac_hdr>
7400EOF
7401ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
928b5c08 7402{ (eval echo configure:7403: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
7403ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7404if test -z "$ac_err"; then
7405 rm -rf conftest*
7406 eval "ac_cv_header_$ac_safe=yes"
7407else
7408 echo "$ac_err" >&5
7409 echo "configure: failed program was:" >&5
7410 cat conftest.$ac_ext >&5
7411 rm -rf conftest*
7412 eval "ac_cv_header_$ac_safe=no"
7413fi
7414rm -f conftest*
7415fi
7416if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
7417 echo "$ac_t""yes" 1>&6
7418 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
7419 cat >> confdefs.h <<EOF
7420#define $ac_tr_hdr 1
7421EOF
7422
7423else
7424 echo "$ac_t""no" 1>&6
7425fi
7426done
7427
7428for ac_hdr in wcstr.h
7429do
7430ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7431echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
928b5c08 7432echo "configure:7433: checking for $ac_hdr" >&5
10f2d63a
VZ
7433if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7434 echo $ac_n "(cached) $ac_c" 1>&6
7435else
7436 cat > conftest.$ac_ext <<EOF
928b5c08 7437#line 7438 "configure"
10f2d63a
VZ
7438#include "confdefs.h"
7439#include <$ac_hdr>
7440EOF
7441ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
928b5c08 7442{ (eval echo configure:7443: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
7443ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7444if test -z "$ac_err"; then
7445 rm -rf conftest*
7446 eval "ac_cv_header_$ac_safe=yes"
7447else
7448 echo "$ac_err" >&5
7449 echo "configure: failed program was:" >&5
7450 cat conftest.$ac_ext >&5
7451 rm -rf conftest*
7452 eval "ac_cv_header_$ac_safe=no"
7453fi
7454rm -f conftest*
7455fi
7456if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
7457 echo "$ac_t""yes" 1>&6
7458 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
7459 cat >> confdefs.h <<EOF
7460#define $ac_tr_hdr 1
7461EOF
7462
7463else
7464 echo "$ac_t""no" 1>&6
7465fi
7466done
7467
7468for ac_hdr in fnmatch.h
7469do
7470ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7471echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
928b5c08 7472echo "configure:7473: checking for $ac_hdr" >&5
10f2d63a
VZ
7473if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7474 echo $ac_n "(cached) $ac_c" 1>&6
7475else
7476 cat > conftest.$ac_ext <<EOF
928b5c08 7477#line 7478 "configure"
10f2d63a
VZ
7478#include "confdefs.h"
7479#include <$ac_hdr>
7480EOF
7481ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
928b5c08 7482{ (eval echo configure:7483: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
7483ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7484if test -z "$ac_err"; then
7485 rm -rf conftest*
7486 eval "ac_cv_header_$ac_safe=yes"
7487else
7488 echo "$ac_err" >&5
7489 echo "configure: failed program was:" >&5
7490 cat conftest.$ac_ext >&5
7491 rm -rf conftest*
7492 eval "ac_cv_header_$ac_safe=no"
7493fi
7494rm -f conftest*
7495fi
7496if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
7497 echo "$ac_t""yes" 1>&6
7498 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
7499 cat >> confdefs.h <<EOF
7500#define $ac_tr_hdr 1
7501EOF
7502
7503else
7504 echo "$ac_t""no" 1>&6
7505fi
7506done
7507
7508
7509if test "$wxUSE_GUI" = "yes"; then
7510 for ac_hdr in X11/XKBlib.h
7511do
7512ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7513echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
928b5c08 7514echo "configure:7515: checking for $ac_hdr" >&5
10f2d63a
VZ
7515if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7516 echo $ac_n "(cached) $ac_c" 1>&6
7517else
7518 cat > conftest.$ac_ext <<EOF
928b5c08 7519#line 7520 "configure"
10f2d63a
VZ
7520#include "confdefs.h"
7521#include <$ac_hdr>
7522EOF
7523ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
928b5c08 7524{ (eval echo configure:7525: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
7525ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7526if test -z "$ac_err"; then
7527 rm -rf conftest*
7528 eval "ac_cv_header_$ac_safe=yes"
7529else
7530 echo "$ac_err" >&5
7531 echo "configure: failed program was:" >&5
7532 cat conftest.$ac_ext >&5
7533 rm -rf conftest*
7534 eval "ac_cv_header_$ac_safe=no"
7535fi
7536rm -f conftest*
7537fi
7538if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
7539 echo "$ac_t""yes" 1>&6
7540 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
7541 cat >> confdefs.h <<EOF
7542#define $ac_tr_hdr 1
7543EOF
7544
7545else
7546 echo "$ac_t""no" 1>&6
7547fi
7548done
7549
7550fi
7551
7552
7553echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
928b5c08 7554echo "configure:7555: checking for ANSI C header files" >&5
10f2d63a
VZ
7555if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
7556 echo $ac_n "(cached) $ac_c" 1>&6
7557else
7558 cat > conftest.$ac_ext <<EOF
928b5c08 7559#line 7560 "configure"
10f2d63a
VZ
7560#include "confdefs.h"
7561#include <stdlib.h>
7562#include <stdarg.h>
7563#include <string.h>
7564#include <float.h>
7565EOF
7566ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
928b5c08 7567{ (eval echo configure:7568: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
7568ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7569if test -z "$ac_err"; then
7570 rm -rf conftest*
7571 ac_cv_header_stdc=yes
7572else
7573 echo "$ac_err" >&5
7574 echo "configure: failed program was:" >&5
7575 cat conftest.$ac_ext >&5
7576 rm -rf conftest*
7577 ac_cv_header_stdc=no
7578fi
7579rm -f conftest*
7580
7581if test $ac_cv_header_stdc = yes; then
7582 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7583cat > conftest.$ac_ext <<EOF
928b5c08 7584#line 7585 "configure"
10f2d63a
VZ
7585#include "confdefs.h"
7586#include <string.h>
7587EOF
7588if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7589 egrep "memchr" >/dev/null 2>&1; then
7590 :
7591else
7592 rm -rf conftest*
7593 ac_cv_header_stdc=no
7594fi
7595rm -f conftest*
7596
7597fi
7598
7599if test $ac_cv_header_stdc = yes; then
7600 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7601cat > conftest.$ac_ext <<EOF
928b5c08 7602#line 7603 "configure"
10f2d63a
VZ
7603#include "confdefs.h"
7604#include <stdlib.h>
7605EOF
7606if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7607 egrep "free" >/dev/null 2>&1; then
7608 :
7609else
7610 rm -rf conftest*
7611 ac_cv_header_stdc=no
7612fi
7613rm -f conftest*
7614
7615fi
7616
7617if test $ac_cv_header_stdc = yes; then
7618 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7619if test "$cross_compiling" = yes; then
7620 :
7621else
7622 cat > conftest.$ac_ext <<EOF
928b5c08 7623#line 7624 "configure"
10f2d63a
VZ
7624#include "confdefs.h"
7625#include <ctype.h>
7626#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7627#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7628#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7629int main () { int i; for (i = 0; i < 256; i++)
7630if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
7631exit (0); }
7632
7633EOF
928b5c08 7634if { (eval echo configure:7635: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10f2d63a
VZ
7635then
7636 :
7637else
7638 echo "configure: failed program was:" >&5
7639 cat conftest.$ac_ext >&5
7640 rm -fr conftest*
7641 ac_cv_header_stdc=no
7642fi
7643rm -fr conftest*
7644fi
7645
7646fi
7647fi
7648
7649echo "$ac_t""$ac_cv_header_stdc" 1>&6
7650if test $ac_cv_header_stdc = yes; then
7651 cat >> confdefs.h <<\EOF
7652#define STDC_HEADERS 1
7653EOF
7654
7655fi
7656
7657echo $ac_n "checking for mode_t""... $ac_c" 1>&6
928b5c08 7658echo "configure:7659: checking for mode_t" >&5
10f2d63a
VZ
7659if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
7660 echo $ac_n "(cached) $ac_c" 1>&6
7661else
7662 cat > conftest.$ac_ext <<EOF
928b5c08 7663#line 7664 "configure"
10f2d63a
VZ
7664#include "confdefs.h"
7665#include <sys/types.h>
7666#if STDC_HEADERS
7667#include <stdlib.h>
7668#include <stddef.h>
7669#endif
7670EOF
7671if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7672 egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
7673 rm -rf conftest*
7674 ac_cv_type_mode_t=yes
7675else
7676 rm -rf conftest*
7677 ac_cv_type_mode_t=no
7678fi
7679rm -f conftest*
7680
7681fi
7682echo "$ac_t""$ac_cv_type_mode_t" 1>&6
7683if test $ac_cv_type_mode_t = no; then
7684 cat >> confdefs.h <<\EOF
7685#define mode_t int
7686EOF
7687
7688fi
7689
7690echo $ac_n "checking for off_t""... $ac_c" 1>&6
928b5c08 7691echo "configure:7692: checking for off_t" >&5
10f2d63a
VZ
7692if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
7693 echo $ac_n "(cached) $ac_c" 1>&6
7694else
7695 cat > conftest.$ac_ext <<EOF
928b5c08 7696#line 7697 "configure"
10f2d63a
VZ
7697#include "confdefs.h"
7698#include <sys/types.h>
7699#if STDC_HEADERS
7700#include <stdlib.h>
7701#include <stddef.h>
7702#endif
7703EOF
7704if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7705 egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
7706 rm -rf conftest*
7707 ac_cv_type_off_t=yes
7708else
7709 rm -rf conftest*
7710 ac_cv_type_off_t=no
7711fi
7712rm -f conftest*
7713
7714fi
7715echo "$ac_t""$ac_cv_type_off_t" 1>&6
7716if test $ac_cv_type_off_t = no; then
7717 cat >> confdefs.h <<\EOF
7718#define off_t long
7719EOF
7720
7721fi
7722
7723echo $ac_n "checking for pid_t""... $ac_c" 1>&6
928b5c08 7724echo "configure:7725: checking for pid_t" >&5
10f2d63a
VZ
7725if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
7726 echo $ac_n "(cached) $ac_c" 1>&6
7727else
7728 cat > conftest.$ac_ext <<EOF
928b5c08 7729#line 7730 "configure"
10f2d63a
VZ
7730#include "confdefs.h"
7731#include <sys/types.h>
7732#if STDC_HEADERS
7733#include <stdlib.h>
7734#include <stddef.h>
7735#endif
7736EOF
7737if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7738 egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
7739 rm -rf conftest*
7740 ac_cv_type_pid_t=yes
7741else
7742 rm -rf conftest*
7743 ac_cv_type_pid_t=no
7744fi
7745rm -f conftest*
7746
7747fi
7748echo "$ac_t""$ac_cv_type_pid_t" 1>&6
7749if test $ac_cv_type_pid_t = no; then
7750 cat >> confdefs.h <<\EOF
7751#define pid_t int
7752EOF
7753
7754fi
7755
7756echo $ac_n "checking for size_t""... $ac_c" 1>&6
928b5c08 7757echo "configure:7758: checking for size_t" >&5
10f2d63a
VZ
7758if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
7759 echo $ac_n "(cached) $ac_c" 1>&6
7760else
7761 cat > conftest.$ac_ext <<EOF
928b5c08 7762#line 7763 "configure"
10f2d63a
VZ
7763#include "confdefs.h"
7764#include <sys/types.h>
7765#if STDC_HEADERS
7766#include <stdlib.h>
7767#include <stddef.h>
7768#endif
7769EOF
7770if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7771 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
7772 rm -rf conftest*
7773 ac_cv_type_size_t=yes
7774else
7775 rm -rf conftest*
7776 ac_cv_type_size_t=no
7777fi
7778rm -f conftest*
7779
7780fi
7781echo "$ac_t""$ac_cv_type_size_t" 1>&6
7782if test $ac_cv_type_size_t = no; then
7783 cat >> confdefs.h <<\EOF
7784#define size_t unsigned
7785EOF
7786
7787fi
7788
7789echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
928b5c08 7790echo "configure:7791: checking for uid_t in sys/types.h" >&5
10f2d63a
VZ
7791if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
7792 echo $ac_n "(cached) $ac_c" 1>&6
7793else
7794 cat > conftest.$ac_ext <<EOF
928b5c08 7795#line 7796 "configure"
10f2d63a
VZ
7796#include "confdefs.h"
7797#include <sys/types.h>
7798EOF
7799if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7800 egrep "uid_t" >/dev/null 2>&1; then
7801 rm -rf conftest*
7802 ac_cv_type_uid_t=yes
7803else
7804 rm -rf conftest*
7805 ac_cv_type_uid_t=no
7806fi
7807rm -f conftest*
7808
7809fi
7810
7811echo "$ac_t""$ac_cv_type_uid_t" 1>&6
7812if test $ac_cv_type_uid_t = no; then
7813 cat >> confdefs.h <<\EOF
7814#define uid_t int
7815EOF
7816
7817 cat >> confdefs.h <<\EOF
7818#define gid_t int
7819EOF
7820
7821fi
7822
7823
7824
7825
7826echo $ac_n "checking for working const""... $ac_c" 1>&6
928b5c08 7827echo "configure:7828: checking for working const" >&5
10f2d63a
VZ
7828if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
7829 echo $ac_n "(cached) $ac_c" 1>&6
7830else
7831 cat > conftest.$ac_ext <<EOF
928b5c08 7832#line 7833 "configure"
10f2d63a
VZ
7833#include "confdefs.h"
7834
7835int main() {
7836
7837/* Ultrix mips cc rejects this. */
7838typedef int charset[2]; const charset x;
7839/* SunOS 4.1.1 cc rejects this. */
7840char const *const *ccp;
7841char **p;
7842/* NEC SVR4.0.2 mips cc rejects this. */
7843struct point {int x, y;};
7844static struct point const zero = {0,0};
7845/* AIX XL C 1.02.0.0 rejects this.
7846 It does not let you subtract one const X* pointer from another in an arm
7847 of an if-expression whose if-part is not a constant expression */
7848const char *g = "string";
7849ccp = &g + (g ? g-g : 0);
7850/* HPUX 7.0 cc rejects these. */
7851++ccp;
7852p = (char**) ccp;
7853ccp = (char const *const *) p;
7854{ /* SCO 3.2v4 cc rejects this. */
7855 char *t;
7856 char const *s = 0 ? (char *) 0 : (char const *) 0;
7857
7858 *t++ = 0;
7859}
7860{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
7861 int x[] = {25, 17};
7862 const int *foo = &x[0];
7863 ++foo;
7864}
7865{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
7866 typedef const int *iptr;
7867 iptr p = 0;
7868 ++p;
7869}
7870{ /* AIX XL C 1.02.0.0 rejects this saying
7871 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
7872 struct s { int j; const int *ap[3]; };
7873 struct s *b; b->j = 5;
7874}
7875{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
7876 const int foo = 10;
7877}
7878
7879; return 0; }
7880EOF
928b5c08 7881if { (eval echo configure:7882: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10f2d63a
VZ
7882 rm -rf conftest*
7883 ac_cv_c_const=yes
7884else
7885 echo "configure: failed program was:" >&5
7886 cat conftest.$ac_ext >&5
7887 rm -rf conftest*
7888 ac_cv_c_const=no
7889fi
7890rm -f conftest*
7891fi
7892
7893echo "$ac_t""$ac_cv_c_const" 1>&6
7894if test $ac_cv_c_const = no; then
7895 cat >> confdefs.h <<\EOF
7896#define const
7897EOF
7898
7899fi
7900
7901echo $ac_n "checking for inline""... $ac_c" 1>&6
928b5c08 7902echo "configure:7903: checking for inline" >&5
10f2d63a
VZ
7903if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
7904 echo $ac_n "(cached) $ac_c" 1>&6
7905else
7906 ac_cv_c_inline=no
7907for ac_kw in inline __inline__ __inline; do
7908 cat > conftest.$ac_ext <<EOF
928b5c08 7909#line 7910 "configure"
10f2d63a
VZ
7910#include "confdefs.h"
7911
7912int main() {
7913} $ac_kw foo() {
7914; return 0; }
7915EOF
928b5c08 7916if { (eval echo configure:7917: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10f2d63a
VZ
7917 rm -rf conftest*
7918 ac_cv_c_inline=$ac_kw; break
7919else
7920 echo "configure: failed program was:" >&5
7921 cat conftest.$ac_ext >&5
7922fi
7923rm -f conftest*
7924done
7925
7926fi
7927
7928echo "$ac_t""$ac_cv_c_inline" 1>&6
7929case "$ac_cv_c_inline" in
7930 inline | yes) ;;
7931 no) cat >> confdefs.h <<\EOF
7932#define inline
7933EOF
7934 ;;
7935 *) cat >> confdefs.h <<EOF
7936#define inline $ac_cv_c_inline
7937EOF
7938 ;;
7939esac
7940
7941
7942echo $ac_n "checking size of char""... $ac_c" 1>&6
928b5c08 7943echo "configure:7944: checking size of char" >&5
10f2d63a
VZ
7944if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
7945 echo $ac_n "(cached) $ac_c" 1>&6
7946else
7947 if test "$cross_compiling" = yes; then
7948 ac_cv_sizeof_char=1
7949else
7950 cat > conftest.$ac_ext <<EOF
928b5c08 7951#line 7952 "configure"
10f2d63a
VZ
7952#include "confdefs.h"
7953#include <stdio.h>
7954main()
7955{
7956 FILE *f=fopen("conftestval", "w");
7957 if (!f) exit(1);
7958 fprintf(f, "%d\n", sizeof(char));
7959 exit(0);
7960}
7961EOF
928b5c08 7962if { (eval echo configure:7963: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10f2d63a
VZ
7963then
7964 ac_cv_sizeof_char=`cat conftestval`
7965else
7966 echo "configure: failed program was:" >&5
7967 cat conftest.$ac_ext >&5
7968 rm -fr conftest*
7969 ac_cv_sizeof_char=0
7970fi
7971rm -fr conftest*
7972fi
7973
7974fi
7975echo "$ac_t""$ac_cv_sizeof_char" 1>&6
7976cat >> confdefs.h <<EOF
7977#define SIZEOF_CHAR $ac_cv_sizeof_char
7978EOF
7979
7980
7981echo $ac_n "checking size of short""... $ac_c" 1>&6
928b5c08 7982echo "configure:7983: checking size of short" >&5
10f2d63a
VZ
7983if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
7984 echo $ac_n "(cached) $ac_c" 1>&6
7985else
7986 if test "$cross_compiling" = yes; then
7987 ac_cv_sizeof_short=2
7988else
7989 cat > conftest.$ac_ext <<EOF
928b5c08 7990#line 7991 "configure"
10f2d63a
VZ
7991#include "confdefs.h"
7992#include <stdio.h>
7993main()
7994{
7995 FILE *f=fopen("conftestval", "w");
7996 if (!f) exit(1);
7997 fprintf(f, "%d\n", sizeof(short));
7998 exit(0);
7999}
8000EOF
928b5c08 8001if { (eval echo configure:8002: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10f2d63a
VZ
8002then
8003 ac_cv_sizeof_short=`cat conftestval`
8004else
8005 echo "configure: failed program was:" >&5
8006 cat conftest.$ac_ext >&5
8007 rm -fr conftest*
8008 ac_cv_sizeof_short=0
8009fi
8010rm -fr conftest*
8011fi
8012
8013fi
8014echo "$ac_t""$ac_cv_sizeof_short" 1>&6
8015cat >> confdefs.h <<EOF
8016#define SIZEOF_SHORT $ac_cv_sizeof_short
8017EOF
8018
8019
8020echo $ac_n "checking size of int *""... $ac_c" 1>&6
928b5c08 8021echo "configure:8022: checking size of int *" >&5
10f2d63a
VZ
8022if eval "test \"`echo '$''{'ac_cv_sizeof_int_p'+set}'`\" = set"; then
8023 echo $ac_n "(cached) $ac_c" 1>&6
8024else
8025 if test "$cross_compiling" = yes; then
8026 ac_cv_sizeof_int_p=4
8027else
8028 cat > conftest.$ac_ext <<EOF
928b5c08 8029#line 8030 "configure"
10f2d63a
VZ
8030#include "confdefs.h"
8031#include <stdio.h>
8032main()
8033{
8034 FILE *f=fopen("conftestval", "w");
8035 if (!f) exit(1);
8036 fprintf(f, "%d\n", sizeof(int *));
8037 exit(0);
8038}
8039EOF
928b5c08 8040if { (eval echo configure:8041: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10f2d63a
VZ
8041then
8042 ac_cv_sizeof_int_p=`cat conftestval`
8043else
8044 echo "configure: failed program was:" >&5
8045 cat conftest.$ac_ext >&5
8046 rm -fr conftest*
8047 ac_cv_sizeof_int_p=0
8048fi
8049rm -fr conftest*
8050fi
8051
8052fi
8053echo "$ac_t""$ac_cv_sizeof_int_p" 1>&6
8054cat >> confdefs.h <<EOF
8055#define SIZEOF_INT_P $ac_cv_sizeof_int_p
8056EOF
8057
8058
8059echo $ac_n "checking size of int""... $ac_c" 1>&6
928b5c08 8060echo "configure:8061: checking size of int" >&5
10f2d63a
VZ
8061if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
8062 echo $ac_n "(cached) $ac_c" 1>&6
8063else
8064 if test "$cross_compiling" = yes; then
8065 ac_cv_sizeof_int=4
8066else
8067 cat > conftest.$ac_ext <<EOF
928b5c08 8068#line 8069 "configure"
10f2d63a
VZ
8069#include "confdefs.h"
8070#include <stdio.h>
8071main()
8072{
8073 FILE *f=fopen("conftestval", "w");
8074 if (!f) exit(1);
8075 fprintf(f, "%d\n", sizeof(int));
8076 exit(0);
8077}
8078EOF
928b5c08 8079if { (eval echo configure:8080: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10f2d63a
VZ
8080then
8081 ac_cv_sizeof_int=`cat conftestval`
8082else
8083 echo "configure: failed program was:" >&5
8084 cat conftest.$ac_ext >&5
8085 rm -fr conftest*
8086 ac_cv_sizeof_int=0
8087fi
8088rm -fr conftest*
8089fi
8090
8091fi
8092echo "$ac_t""$ac_cv_sizeof_int" 1>&6
8093cat >> confdefs.h <<EOF
8094#define SIZEOF_INT $ac_cv_sizeof_int
8095EOF
8096
8097
8098echo $ac_n "checking size of long""... $ac_c" 1>&6
928b5c08 8099echo "configure:8100: checking size of long" >&5
10f2d63a
VZ
8100if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
8101 echo $ac_n "(cached) $ac_c" 1>&6
8102else
8103 if test "$cross_compiling" = yes; then
8104 ac_cv_sizeof_long=4
8105else
8106 cat > conftest.$ac_ext <<EOF
928b5c08 8107#line 8108 "configure"
10f2d63a
VZ
8108#include "confdefs.h"
8109#include <stdio.h>
8110main()
8111{
8112 FILE *f=fopen("conftestval", "w");
8113 if (!f) exit(1);
8114 fprintf(f, "%d\n", sizeof(long));
8115 exit(0);
8116}
8117EOF
928b5c08 8118if { (eval echo configure:8119: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10f2d63a
VZ
8119then
8120 ac_cv_sizeof_long=`cat conftestval`
8121else
8122 echo "configure: failed program was:" >&5
8123 cat conftest.$ac_ext >&5
8124 rm -fr conftest*
8125 ac_cv_sizeof_long=0
8126fi
8127rm -fr conftest*
8128fi
8129
8130fi
8131echo "$ac_t""$ac_cv_sizeof_long" 1>&6
8132cat >> confdefs.h <<EOF
8133#define SIZEOF_LONG $ac_cv_sizeof_long
8134EOF
8135
8136
8137echo $ac_n "checking size of long long""... $ac_c" 1>&6
928b5c08 8138echo "configure:8139: checking size of long long" >&5
10f2d63a
VZ
8139if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
8140 echo $ac_n "(cached) $ac_c" 1>&6
8141else
8142 if test "$cross_compiling" = yes; then
8143 ac_cv_sizeof_long_long=0
8144else
8145 cat > conftest.$ac_ext <<EOF
928b5c08 8146#line 8147 "configure"
10f2d63a
VZ
8147#include "confdefs.h"
8148#include <stdio.h>
8149main()
8150{
8151 FILE *f=fopen("conftestval", "w");
8152 if (!f) exit(1);
8153 fprintf(f, "%d\n", sizeof(long long));
8154 exit(0);
8155}
8156EOF
928b5c08 8157if { (eval echo configure:8158: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10f2d63a
VZ
8158then
8159 ac_cv_sizeof_long_long=`cat conftestval`
8160else
8161 echo "configure: failed program was:" >&5
8162 cat conftest.$ac_ext >&5
8163 rm -fr conftest*
8164 ac_cv_sizeof_long_long=0
8165fi
8166rm -fr conftest*
8167fi
8168
8169fi
8170echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
8171cat >> confdefs.h <<EOF
8172#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
8173EOF
8174
8175
8176
8177echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
928b5c08 8178echo "configure:8179: checking whether byte ordering is bigendian" >&5
10f2d63a
VZ
8179if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
8180 echo $ac_n "(cached) $ac_c" 1>&6
8181else
8182 ac_cv_c_bigendian=unknown
8183# See if sys/param.h defines the BYTE_ORDER macro.
8184cat > conftest.$ac_ext <<EOF
928b5c08 8185#line 8186 "configure"
10f2d63a
VZ
8186#include "confdefs.h"
8187#include <sys/types.h>
8188#include <sys/param.h>
8189int main() {
8190
8191#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
8192 bogus endian macros
8193#endif
8194; return 0; }
8195EOF
928b5c08 8196if { (eval echo configure:8197: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10f2d63a
VZ
8197 rm -rf conftest*
8198 # It does; now see whether it defined to BIG_ENDIAN or not.
8199cat > conftest.$ac_ext <<EOF
928b5c08 8200#line 8201 "configure"
10f2d63a
VZ
8201#include "confdefs.h"
8202#include <sys/types.h>
8203#include <sys/param.h>
8204int main() {
8205
8206#if BYTE_ORDER != BIG_ENDIAN
8207 not big endian
8208#endif
8209; return 0; }
8210EOF
928b5c08 8211if { (eval echo configure:8212: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10f2d63a
VZ
8212 rm -rf conftest*
8213 ac_cv_c_bigendian=yes
8214else
8215 echo "configure: failed program was:" >&5
8216 cat conftest.$ac_ext >&5
8217 rm -rf conftest*
8218 ac_cv_c_bigendian=no
8219fi
8220rm -f conftest*
8221else
8222 echo "configure: failed program was:" >&5
8223 cat conftest.$ac_ext >&5
8224fi
8225rm -f conftest*
8226if test $ac_cv_c_bigendian = unknown; then
8227if test "$cross_compiling" = yes; then
8228 ac_cv_c_bigendian=unknown
8229else
8230 cat > conftest.$ac_ext <<EOF
928b5c08 8231#line 8232 "configure"
10f2d63a
VZ
8232#include "confdefs.h"
8233main () {
8234 /* Are we little or big endian? From Harbison&Steele. */
8235 union
8236 {
8237 long l;
8238 char c[sizeof (long)];
8239 } u;
8240 u.l = 1;
8241 exit (u.c[sizeof (long) - 1] == 1);
8242}
8243EOF
928b5c08 8244if { (eval echo configure:8245: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10f2d63a
VZ
8245then
8246 ac_cv_c_bigendian=no
8247else
8248 echo "configure: failed program was:" >&5
8249 cat conftest.$ac_ext >&5
8250 rm -fr conftest*
8251 ac_cv_c_bigendian=yes
8252fi
8253rm -fr conftest*
8254fi
8255
8256fi
8257fi
8258
8259echo "$ac_t""$ac_cv_c_bigendian" 1>&6
8260if test $ac_cv_c_bigendian = unknown; then
8261 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
8262fi
8263if test $ac_cv_c_bigendian = yes; then
8264 cat >> confdefs.h <<\EOF
8265#define WORDS_BIGENDIAN 1
8266EOF
8267
8268fi
8269
8270
8271
8272 if test "$cross_compiling" = "yes"; then
8273 cat >> confdefs.h <<\EOF
8274#define wxUSE_IOSTREAMH 1
8275EOF
8276
8277 else
8278
8279 ac_ext=C
8280# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8281ac_cpp='$CXXCPP $CPPFLAGS'
8282ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8283ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8284cross_compiling=$ac_cv_prog_cxx_cross
8285
8286
8287 for ac_hdr in iostream
8288do
8289ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
8290echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
928b5c08 8291echo "configure:8292: checking for $ac_hdr" >&5
10f2d63a
VZ
8292if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8293 echo $ac_n "(cached) $ac_c" 1>&6
8294else
8295 cat > conftest.$ac_ext <<EOF
928b5c08 8296#line 8297 "configure"
10f2d63a
VZ
8297#include "confdefs.h"
8298#include <$ac_hdr>
8299EOF
8300ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
928b5c08 8301{ (eval echo configure:8302: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
8302ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8303if test -z "$ac_err"; then
8304 rm -rf conftest*
8305 eval "ac_cv_header_$ac_safe=yes"
8306else
8307 echo "$ac_err" >&5
8308 echo "configure: failed program was:" >&5
8309 cat conftest.$ac_ext >&5
8310 rm -rf conftest*
8311 eval "ac_cv_header_$ac_safe=no"
8312fi
8313rm -f conftest*
8314fi
8315if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
8316 echo "$ac_t""yes" 1>&6
8317 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
8318 cat >> confdefs.h <<EOF
8319#define $ac_tr_hdr 1
8320EOF
8321
8322else
8323 echo "$ac_t""no" 1>&6
8324fi
8325done
8326
8327
8328 if test "x$HAVE_IOSTREAM" = x ; then
8329 cat >> confdefs.h <<\EOF
8330#define wxUSE_IOSTREAMH 1
8331EOF
8332
8333 else
8334 :
8335 fi
8336
8337 ac_ext=c
8338# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8339ac_cpp='$CPP $CPPFLAGS'
8340ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8341ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8342cross_compiling=$ac_cv_prog_cc_cross
8343
8344 fi
8345
8346
8347
8348 echo $ac_n "checking if C++ compiler supports bool""... $ac_c" 1>&6
928b5c08 8349echo "configure:8350: checking if C++ compiler supports bool" >&5
10f2d63a
VZ
8350if eval "test \"`echo '$''{'wx_cv_cpp_bool'+set}'`\" = set"; then
8351 echo $ac_n "(cached) $ac_c" 1>&6
8352else
8353
8354
8355 ac_ext=C
8356# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8357ac_cpp='$CXXCPP $CPPFLAGS'
8358ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8359ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8360cross_compiling=$ac_cv_prog_cxx_cross
8361
8362
8363 cat > conftest.$ac_ext <<EOF
928b5c08 8364#line 8365 "configure"
10f2d63a
VZ
8365#include "confdefs.h"
8366
8367
8368int main() {
8369
8370 bool b = true;
8371
8372 return 0;
8373
8374; return 0; }
8375EOF
928b5c08 8376if { (eval echo configure:8377: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10f2d63a
VZ
8377 rm -rf conftest*
8378
8379 cat >> confdefs.h <<\EOF
8380#define HAVE_BOOL 1
8381EOF
8382
8383 wx_cv_cpp_bool=yes
8384
8385else
8386 echo "configure: failed program was:" >&5
8387 cat conftest.$ac_ext >&5
8388 rm -rf conftest*
8389
8390 wx_cv_cpp_bool=no
8391
8392
8393fi
8394rm -f conftest*
8395
8396 ac_ext=c
8397# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8398ac_cpp='$CPP $CPPFLAGS'
8399ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8400ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8401cross_compiling=$ac_cv_prog_cc_cross
8402
8403
8404fi
8405
8406echo "$ac_t""$wx_cv_cpp_bool" 1>&6
8407
8408 if test "$wx_cv_cpp_bool" = "yes"; then
8409 cat >> confdefs.h <<\EOF
8410#define HAVE_BOOL 1
8411EOF
8412
8413 fi
8414
8415
8416
10f2d63a 8417echo $ac_n "checking if you need GNU extensions""... $ac_c" 1>&6
928b5c08 8418echo "configure:8419: checking if you need GNU extensions" >&5
10f2d63a
VZ
8419if eval "test \"`echo '$''{'wx_cv_gnu_extensions'+set}'`\" = set"; then
8420 echo $ac_n "(cached) $ac_c" 1>&6
8421else
8422
8423 cat > conftest.$ac_ext <<EOF
928b5c08 8424#line 8425 "configure"
10f2d63a
VZ
8425#include "confdefs.h"
8426#include <features.h>
8427int main() {
8428
8429
8430#ifndef __GNU_LIBRARY__
8431 Compile error wanted
8432#endif
8433
8434
8435; return 0; }
8436EOF
928b5c08 8437if { (eval echo configure:8438: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10f2d63a
VZ
8438 rm -rf conftest*
8439 wx_cv_gnu_extensions=yes
8440else
8441 echo "configure: failed program was:" >&5
8442 cat conftest.$ac_ext >&5
8443 rm -rf conftest*
8444 wx_cv_gnu_extensions=no
8445fi
8446rm -f conftest*
8447
8448fi
8449
8450
8451echo "$ac_t""$wx_cv_gnu_extensions" 1>&6
8452if test "$wx_cv_gnu_extensions" = "yes"; then
8453 cat >> confdefs.h <<EOF
8454#define _GNU_SOURCE 1
8455EOF
8456
8457fi
8458
8459
8460
8461echo $ac_n "checking for wcslen in -lc""... $ac_c" 1>&6
928b5c08 8462echo "configure:8463: checking for wcslen in -lc" >&5
10f2d63a
VZ
8463ac_lib_var=`echo c'_'wcslen | sed 'y%./+-%__p_%'`
8464if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8465 echo $ac_n "(cached) $ac_c" 1>&6
8466else
8467 ac_save_LIBS="$LIBS"
8468LIBS="-lc $LIBS"
8469cat > conftest.$ac_ext <<EOF
928b5c08 8470#line 8471 "configure"
10f2d63a
VZ
8471#include "confdefs.h"
8472/* Override any gcc2 internal prototype to avoid an error. */
8473/* We use char because int might match the return type of a gcc2
8474 builtin and then its argument prototype would still apply. */
8475char wcslen();
8476
8477int main() {
8478wcslen()
8479; return 0; }
8480EOF
928b5c08 8481if { (eval echo configure:8482: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
8482 rm -rf conftest*
8483 eval "ac_cv_lib_$ac_lib_var=yes"
8484else
8485 echo "configure: failed program was:" >&5
8486 cat conftest.$ac_ext >&5
8487 rm -rf conftest*
8488 eval "ac_cv_lib_$ac_lib_var=no"
8489fi
8490rm -f conftest*
8491LIBS="$ac_save_LIBS"
8492
8493fi
8494if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8495 echo "$ac_t""yes" 1>&6
8496
8497 cat >> confdefs.h <<\EOF
8498#define HAVE_WCSLEN 1
8499EOF
8500
8501 WCHAR_LINK=""
8502
8503else
8504 echo "$ac_t""no" 1>&6
8505
8506 echo $ac_n "checking for wcslen in -lw""... $ac_c" 1>&6
928b5c08 8507echo "configure:8508: checking for wcslen in -lw" >&5
10f2d63a
VZ
8508ac_lib_var=`echo w'_'wcslen | sed 'y%./+-%__p_%'`
8509if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8510 echo $ac_n "(cached) $ac_c" 1>&6
8511else
8512 ac_save_LIBS="$LIBS"
8513LIBS="-lw $LIBS"
8514cat > conftest.$ac_ext <<EOF
928b5c08 8515#line 8516 "configure"
10f2d63a
VZ
8516#include "confdefs.h"
8517/* Override any gcc2 internal prototype to avoid an error. */
8518/* We use char because int might match the return type of a gcc2
8519 builtin and then its argument prototype would still apply. */
8520char wcslen();
8521
8522int main() {
8523wcslen()
8524; return 0; }
8525EOF
928b5c08 8526if { (eval echo configure:8527: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
8527 rm -rf conftest*
8528 eval "ac_cv_lib_$ac_lib_var=yes"
8529else
8530 echo "configure: failed program was:" >&5
8531 cat conftest.$ac_ext >&5
8532 rm -rf conftest*
8533 eval "ac_cv_lib_$ac_lib_var=no"
8534fi
8535rm -f conftest*
8536LIBS="$ac_save_LIBS"
8537
8538fi
8539if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8540 echo "$ac_t""yes" 1>&6
8541
8542 cat >> confdefs.h <<\EOF
8543#define HAVE_WCSLEN 1
8544EOF
8545
8546 WCHAR_LINK="-lw"
8547
8548else
8549 echo "$ac_t""no" 1>&6
8550fi
8551
8552
8553fi
8554
8555
8556echo $ac_n "checking for vprintf""... $ac_c" 1>&6
928b5c08 8557echo "configure:8558: checking for vprintf" >&5
10f2d63a
VZ
8558if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
8559 echo $ac_n "(cached) $ac_c" 1>&6
8560else
8561 cat > conftest.$ac_ext <<EOF
928b5c08 8562#line 8563 "configure"
10f2d63a
VZ
8563#include "confdefs.h"
8564/* System header to define __stub macros and hopefully few prototypes,
8565 which can conflict with char vprintf(); below. */
8566#include <assert.h>
8567/* Override any gcc2 internal prototype to avoid an error. */
8568/* We use char because int might match the return type of a gcc2
8569 builtin and then its argument prototype would still apply. */
8570char vprintf();
8571
8572int main() {
8573
8574/* The GNU C library defines this for functions which it implements
8575 to always fail with ENOSYS. Some functions are actually named
8576 something starting with __ and the normal name is an alias. */
8577#if defined (__stub_vprintf) || defined (__stub___vprintf)
8578choke me
8579#else
8580vprintf();
8581#endif
8582
8583; return 0; }
8584EOF
928b5c08 8585if { (eval echo configure:8586: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
8586 rm -rf conftest*
8587 eval "ac_cv_func_vprintf=yes"
8588else
8589 echo "configure: failed program was:" >&5
8590 cat conftest.$ac_ext >&5
8591 rm -rf conftest*
8592 eval "ac_cv_func_vprintf=no"
8593fi
8594rm -f conftest*
8595fi
8596
8597if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
8598 echo "$ac_t""yes" 1>&6
8599 cat >> confdefs.h <<\EOF
8600#define HAVE_VPRINTF 1
8601EOF
8602
8603else
8604 echo "$ac_t""no" 1>&6
8605fi
8606
8607if test "$ac_cv_func_vprintf" != yes; then
8608echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
928b5c08 8609echo "configure:8610: checking for _doprnt" >&5
10f2d63a
VZ
8610if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
8611 echo $ac_n "(cached) $ac_c" 1>&6
8612else
8613 cat > conftest.$ac_ext <<EOF
928b5c08 8614#line 8615 "configure"
10f2d63a
VZ
8615#include "confdefs.h"
8616/* System header to define __stub macros and hopefully few prototypes,
8617 which can conflict with char _doprnt(); below. */
8618#include <assert.h>
8619/* Override any gcc2 internal prototype to avoid an error. */
8620/* We use char because int might match the return type of a gcc2
8621 builtin and then its argument prototype would still apply. */
8622char _doprnt();
8623
8624int main() {
8625
8626/* The GNU C library defines this for functions which it implements
8627 to always fail with ENOSYS. Some functions are actually named
8628 something starting with __ and the normal name is an alias. */
8629#if defined (__stub__doprnt) || defined (__stub____doprnt)
8630choke me
8631#else
8632_doprnt();
8633#endif
8634
8635; return 0; }
8636EOF
928b5c08 8637if { (eval echo configure:8638: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
8638 rm -rf conftest*
8639 eval "ac_cv_func__doprnt=yes"
8640else
8641 echo "configure: failed program was:" >&5
8642 cat conftest.$ac_ext >&5
8643 rm -rf conftest*
8644 eval "ac_cv_func__doprnt=no"
8645fi
8646rm -f conftest*
8647fi
8648
8649if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
8650 echo "$ac_t""yes" 1>&6
8651 cat >> confdefs.h <<\EOF
8652#define HAVE_DOPRNT 1
8653EOF
8654
8655else
8656 echo "$ac_t""no" 1>&6
8657fi
8658
8659fi
8660
8661
8662for ac_func in vsnprintf
8663do
8664echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
928b5c08 8665echo "configure:8666: checking for $ac_func" >&5
10f2d63a
VZ
8666if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8667 echo $ac_n "(cached) $ac_c" 1>&6
8668else
8669 cat > conftest.$ac_ext <<EOF
928b5c08 8670#line 8671 "configure"
10f2d63a
VZ
8671#include "confdefs.h"
8672/* System header to define __stub macros and hopefully few prototypes,
8673 which can conflict with char $ac_func(); below. */
8674#include <assert.h>
8675/* Override any gcc2 internal prototype to avoid an error. */
8676/* We use char because int might match the return type of a gcc2
8677 builtin and then its argument prototype would still apply. */
8678char $ac_func();
8679
8680int main() {
8681
8682/* The GNU C library defines this for functions which it implements
8683 to always fail with ENOSYS. Some functions are actually named
8684 something starting with __ and the normal name is an alias. */
8685#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8686choke me
8687#else
8688$ac_func();
8689#endif
8690
8691; return 0; }
8692EOF
928b5c08 8693if { (eval echo configure:8694: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
8694 rm -rf conftest*
8695 eval "ac_cv_func_$ac_func=yes"
8696else
8697 echo "configure: failed program was:" >&5
8698 cat conftest.$ac_ext >&5
8699 rm -rf conftest*
8700 eval "ac_cv_func_$ac_func=no"
8701fi
8702rm -f conftest*
8703fi
8704
8705if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
8706 echo "$ac_t""yes" 1>&6
8707 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
8708 cat >> confdefs.h <<EOF
8709#define $ac_tr_func 1
8710EOF
8711 cat >> confdefs.h <<\EOF
8712#define HAVE_VSNPRINTF 1
8713EOF
8714
8715else
8716 echo "$ac_t""no" 1>&6
8717echo "configure: warning: unsafe function sprintf will be used instead of snprintf" 1>&2
8718
8719fi
8720done
8721
8722
8723
8724ac_ext=C
8725# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8726ac_cpp='$CXXCPP $CPPFLAGS'
8727ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8728ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8729cross_compiling=$ac_cv_prog_cxx_cross
8730
8731
8732echo $ac_n "checking for vsscanf""... $ac_c" 1>&6
928b5c08 8733echo "configure:8734: checking for vsscanf" >&5
10f2d63a
VZ
8734if eval "test \"`echo '$''{'wx_cv_func_vsscanf'+set}'`\" = set"; then
8735 echo $ac_n "(cached) $ac_c" 1>&6
8736else
8737
8738 if test "$cross_compiling" = yes; then
8739 wx_cv_func_vsscanf=no
8740
8741else
8742 cat > conftest.$ac_ext <<EOF
928b5c08 8743#line 8744 "configure"
10f2d63a
VZ
8744#include "confdefs.h"
8745#ifdef __cplusplus
8746extern "C" void exit(int);
8747#endif
8748
8749 #include <stdio.h>
8750 #include <stdarg.h>
8751
8752 int try_vsscanf(const char *format, ...)
8753 {
8754 va_list ap;
8755 va_start(ap, format);
8756
8757 vsscanf("17", format, ap);
8758
8759 va_end(ap);
8760 }
8761
8762 int main()
8763 {
8764 int i;
8765 try_vsscanf("%d", &i);
8766 return i == 17 ? 0 : 1;
8767 }
8768
8769EOF
928b5c08 8770if { (eval echo configure:8771: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10f2d63a
VZ
8771then
8772
8773 cat >> confdefs.h <<\EOF
8774#define HAVE_VSSCANF 1
8775EOF
8776
8777 wx_cv_func_vsscanf=yes
8778
8779else
8780 echo "configure: failed program was:" >&5
8781 cat conftest.$ac_ext >&5
8782 rm -fr conftest*
8783 wx_cv_func_vsscanf=no
8784fi
8785rm -fr conftest*
8786fi
8787
8788
8789fi
8790
8791echo "$ac_t""$wx_cv_func_vsscanf" 1>&6
8792
8793ac_ext=c
8794# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8795ac_cpp='$CPP $CPPFLAGS'
8796ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8797ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8798cross_compiling=$ac_cv_prog_cc_cross
8799
8800
8801if test "$USE_UNIX" = 1; then
8802
8803for ac_func in vfork
8804do
8805echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
928b5c08 8806echo "configure:8807: checking for $ac_func" >&5
10f2d63a
VZ
8807if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8808 echo $ac_n "(cached) $ac_c" 1>&6
8809else
8810 cat > conftest.$ac_ext <<EOF
928b5c08 8811#line 8812 "configure"
10f2d63a
VZ
8812#include "confdefs.h"
8813/* System header to define __stub macros and hopefully few prototypes,
8814 which can conflict with char $ac_func(); below. */
8815#include <assert.h>
8816/* Override any gcc2 internal prototype to avoid an error. */
8817/* We use char because int might match the return type of a gcc2
8818 builtin and then its argument prototype would still apply. */
8819char $ac_func();
8820
8821int main() {
8822
8823/* The GNU C library defines this for functions which it implements
8824 to always fail with ENOSYS. Some functions are actually named
8825 something starting with __ and the normal name is an alias. */
8826#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8827choke me
8828#else
8829$ac_func();
8830#endif
8831
8832; return 0; }
8833EOF
928b5c08 8834if { (eval echo configure:8835: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
8835 rm -rf conftest*
8836 eval "ac_cv_func_$ac_func=yes"
8837else
8838 echo "configure: failed program was:" >&5
8839 cat conftest.$ac_ext >&5
8840 rm -rf conftest*
8841 eval "ac_cv_func_$ac_func=no"
8842fi
8843rm -f conftest*
8844fi
8845
8846if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
8847 echo "$ac_t""yes" 1>&6
8848 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
8849 cat >> confdefs.h <<EOF
8850#define $ac_tr_func 1
8851EOF
8852
8853else
8854 echo "$ac_t""no" 1>&6
8855fi
8856done
8857
8858
8859POSIX4_LINK=
8860for ac_func in nanosleep
8861do
8862echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
928b5c08 8863echo "configure:8864: checking for $ac_func" >&5
10f2d63a
VZ
8864if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8865 echo $ac_n "(cached) $ac_c" 1>&6
8866else
8867 cat > conftest.$ac_ext <<EOF
928b5c08 8868#line 8869 "configure"
10f2d63a
VZ
8869#include "confdefs.h"
8870/* System header to define __stub macros and hopefully few prototypes,
8871 which can conflict with char $ac_func(); below. */
8872#include <assert.h>
8873/* Override any gcc2 internal prototype to avoid an error. */
8874/* We use char because int might match the return type of a gcc2
8875 builtin and then its argument prototype would still apply. */
8876char $ac_func();
8877
8878int main() {
8879
8880/* The GNU C library defines this for functions which it implements
8881 to always fail with ENOSYS. Some functions are actually named
8882 something starting with __ and the normal name is an alias. */
8883#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8884choke me
8885#else
8886$ac_func();
8887#endif
8888
8889; return 0; }
8890EOF
928b5c08 8891if { (eval echo configure:8892: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
8892 rm -rf conftest*
8893 eval "ac_cv_func_$ac_func=yes"
8894else
8895 echo "configure: failed program was:" >&5
8896 cat conftest.$ac_ext >&5
8897 rm -rf conftest*
8898 eval "ac_cv_func_$ac_func=no"
8899fi
8900rm -f conftest*
8901fi
8902
8903if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
8904 echo "$ac_t""yes" 1>&6
8905 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
8906 cat >> confdefs.h <<EOF
8907#define $ac_tr_func 1
8908EOF
8909 cat >> confdefs.h <<\EOF
8910#define HAVE_NANOSLEEP 1
8911EOF
8912
8913else
8914 echo "$ac_t""no" 1>&6
8915echo $ac_n "checking for nanosleep in -lposix4""... $ac_c" 1>&6
928b5c08 8916echo "configure:8917: checking for nanosleep in -lposix4" >&5
10f2d63a
VZ
8917ac_lib_var=`echo posix4'_'nanosleep | sed 'y%./+-%__p_%'`
8918if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8919 echo $ac_n "(cached) $ac_c" 1>&6
8920else
8921 ac_save_LIBS="$LIBS"
8922LIBS="-lposix4 $LIBS"
8923cat > conftest.$ac_ext <<EOF
928b5c08 8924#line 8925 "configure"
10f2d63a
VZ
8925#include "confdefs.h"
8926/* Override any gcc2 internal prototype to avoid an error. */
8927/* We use char because int might match the return type of a gcc2
8928 builtin and then its argument prototype would still apply. */
8929char nanosleep();
8930
8931int main() {
8932nanosleep()
8933; return 0; }
8934EOF
928b5c08 8935if { (eval echo configure:8936: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
8936 rm -rf conftest*
8937 eval "ac_cv_lib_$ac_lib_var=yes"
8938else
8939 echo "configure: failed program was:" >&5
8940 cat conftest.$ac_ext >&5
8941 rm -rf conftest*
8942 eval "ac_cv_lib_$ac_lib_var=no"
8943fi
8944rm -f conftest*
8945LIBS="$ac_save_LIBS"
8946
8947fi
8948if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8949 echo "$ac_t""yes" 1>&6
8950
8951 cat >> confdefs.h <<\EOF
8952#define HAVE_NANOSLEEP 1
8953EOF
8954
8955 POSIX4_LINK="-lposix4"
8956
8957else
8958 echo "$ac_t""no" 1>&6
8959
8960 for ac_func in usleep
8961do
8962echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
928b5c08 8963echo "configure:8964: checking for $ac_func" >&5
10f2d63a
VZ
8964if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8965 echo $ac_n "(cached) $ac_c" 1>&6
8966else
8967 cat > conftest.$ac_ext <<EOF
928b5c08 8968#line 8969 "configure"
10f2d63a
VZ
8969#include "confdefs.h"
8970/* System header to define __stub macros and hopefully few prototypes,
8971 which can conflict with char $ac_func(); below. */
8972#include <assert.h>
8973/* Override any gcc2 internal prototype to avoid an error. */
8974/* We use char because int might match the return type of a gcc2
8975 builtin and then its argument prototype would still apply. */
8976char $ac_func();
8977
8978int main() {
8979
8980/* The GNU C library defines this for functions which it implements
8981 to always fail with ENOSYS. Some functions are actually named
8982 something starting with __ and the normal name is an alias. */
8983#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8984choke me
8985#else
8986$ac_func();
8987#endif
8988
8989; return 0; }
8990EOF
928b5c08 8991if { (eval echo configure:8992: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
8992 rm -rf conftest*
8993 eval "ac_cv_func_$ac_func=yes"
8994else
8995 echo "configure: failed program was:" >&5
8996 cat conftest.$ac_ext >&5
8997 rm -rf conftest*
8998 eval "ac_cv_func_$ac_func=no"
8999fi
9000rm -f conftest*
9001fi
9002
9003if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9004 echo "$ac_t""yes" 1>&6
9005 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9006 cat >> confdefs.h <<EOF
9007#define $ac_tr_func 1
9008EOF
9009 cat >> confdefs.h <<\EOF
9010#define HAVE_USLEEP 1
9011EOF
9012
9013else
9014 echo "$ac_t""no" 1>&6
9015echo "configure: warning: wxSleep() function will not work" 1>&2
9016fi
9017done
9018
9019
9020fi
9021
9022
9023fi
9024done
9025
9026
9027for ac_func in uname gethostname
9028do
9029echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
928b5c08 9030echo "configure:9031: checking for $ac_func" >&5
10f2d63a
VZ
9031if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9032 echo $ac_n "(cached) $ac_c" 1>&6
9033else
9034 cat > conftest.$ac_ext <<EOF
928b5c08 9035#line 9036 "configure"
10f2d63a
VZ
9036#include "confdefs.h"
9037/* System header to define __stub macros and hopefully few prototypes,
9038 which can conflict with char $ac_func(); below. */
9039#include <assert.h>
9040/* Override any gcc2 internal prototype to avoid an error. */
9041/* We use char because int might match the return type of a gcc2
9042 builtin and then its argument prototype would still apply. */
9043char $ac_func();
9044
9045int main() {
9046
9047/* The GNU C library defines this for functions which it implements
9048 to always fail with ENOSYS. Some functions are actually named
9049 something starting with __ and the normal name is an alias. */
9050#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9051choke me
9052#else
9053$ac_func();
9054#endif
9055
9056; return 0; }
9057EOF
928b5c08 9058if { (eval echo configure:9059: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
9059 rm -rf conftest*
9060 eval "ac_cv_func_$ac_func=yes"
9061else
9062 echo "configure: failed program was:" >&5
9063 cat conftest.$ac_ext >&5
9064 rm -rf conftest*
9065 eval "ac_cv_func_$ac_func=no"
9066fi
9067rm -f conftest*
9068fi
9069
9070if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9071 echo "$ac_t""yes" 1>&6
9072 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9073 cat >> confdefs.h <<EOF
9074#define $ac_tr_func 1
9075EOF
9076 break
9077else
9078 echo "$ac_t""no" 1>&6
9079fi
9080done
9081
9082
9083for ac_func in strtok_r
9084do
9085echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
928b5c08 9086echo "configure:9087: checking for $ac_func" >&5
10f2d63a
VZ
9087if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9088 echo $ac_n "(cached) $ac_c" 1>&6
9089else
9090 cat > conftest.$ac_ext <<EOF
928b5c08 9091#line 9092 "configure"
10f2d63a
VZ
9092#include "confdefs.h"
9093/* System header to define __stub macros and hopefully few prototypes,
9094 which can conflict with char $ac_func(); below. */
9095#include <assert.h>
9096/* Override any gcc2 internal prototype to avoid an error. */
9097/* We use char because int might match the return type of a gcc2
9098 builtin and then its argument prototype would still apply. */
9099char $ac_func();
9100
9101int main() {
9102
9103/* The GNU C library defines this for functions which it implements
9104 to always fail with ENOSYS. Some functions are actually named
9105 something starting with __ and the normal name is an alias. */
9106#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9107choke me
9108#else
9109$ac_func();
9110#endif
9111
9112; return 0; }
9113EOF
928b5c08 9114if { (eval echo configure:9115: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
9115 rm -rf conftest*
9116 eval "ac_cv_func_$ac_func=yes"
9117else
9118 echo "configure: failed program was:" >&5
9119 cat conftest.$ac_ext >&5
9120 rm -rf conftest*
9121 eval "ac_cv_func_$ac_func=no"
9122fi
9123rm -f conftest*
9124fi
9125
9126if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9127 echo "$ac_t""yes" 1>&6
9128 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9129 cat >> confdefs.h <<EOF
9130#define $ac_tr_func 1
9131EOF
9132
9133else
9134 echo "$ac_t""no" 1>&6
9135fi
9136done
9137
9138
c63c7106 9139INET_LINK=
10f2d63a
VZ
9140for ac_func in inet_addr
9141do
9142echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
928b5c08 9143echo "configure:9144: checking for $ac_func" >&5
10f2d63a
VZ
9144if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9145 echo $ac_n "(cached) $ac_c" 1>&6
9146else
9147 cat > conftest.$ac_ext <<EOF
928b5c08 9148#line 9149 "configure"
10f2d63a
VZ
9149#include "confdefs.h"
9150/* System header to define __stub macros and hopefully few prototypes,
9151 which can conflict with char $ac_func(); below. */
9152#include <assert.h>
9153/* Override any gcc2 internal prototype to avoid an error. */
9154/* We use char because int might match the return type of a gcc2
9155 builtin and then its argument prototype would still apply. */
9156char $ac_func();
9157
9158int main() {
9159
9160/* The GNU C library defines this for functions which it implements
9161 to always fail with ENOSYS. Some functions are actually named
9162 something starting with __ and the normal name is an alias. */
9163#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9164choke me
9165#else
9166$ac_func();
9167#endif
9168
9169; return 0; }
9170EOF
928b5c08 9171if { (eval echo configure:9172: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
9172 rm -rf conftest*
9173 eval "ac_cv_func_$ac_func=yes"
9174else
9175 echo "configure: failed program was:" >&5
9176 cat conftest.$ac_ext >&5
9177 rm -rf conftest*
9178 eval "ac_cv_func_$ac_func=no"
9179fi
9180rm -f conftest*
9181fi
9182
9183if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9184 echo "$ac_t""yes" 1>&6
9185 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9186 cat >> confdefs.h <<EOF
9187#define $ac_tr_func 1
9188EOF
c63c7106
VZ
9189 cat >> confdefs.h <<\EOF
9190#define HAVE_INET_ADDR 1
9191EOF
9192
10f2d63a
VZ
9193else
9194 echo "$ac_t""no" 1>&6
c63c7106 9195echo $ac_n "checking for inet_addr in -lnsl""... $ac_c" 1>&6
928b5c08 9196echo "configure:9197: checking for inet_addr in -lnsl" >&5
c63c7106
VZ
9197ac_lib_var=`echo nsl'_'inet_addr | sed 'y%./+-%__p_%'`
9198if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9199 echo $ac_n "(cached) $ac_c" 1>&6
9200else
9201 ac_save_LIBS="$LIBS"
9202LIBS="-lnsl $LIBS"
9203cat > conftest.$ac_ext <<EOF
928b5c08 9204#line 9205 "configure"
c63c7106
VZ
9205#include "confdefs.h"
9206/* Override any gcc2 internal prototype to avoid an error. */
9207/* We use char because int might match the return type of a gcc2
9208 builtin and then its argument prototype would still apply. */
9209char inet_addr();
9210
9211int main() {
9212inet_addr()
9213; return 0; }
9214EOF
928b5c08 9215if { (eval echo configure:9216: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c63c7106
VZ
9216 rm -rf conftest*
9217 eval "ac_cv_lib_$ac_lib_var=yes"
9218else
9219 echo "configure: failed program was:" >&5
9220 cat conftest.$ac_ext >&5
9221 rm -rf conftest*
9222 eval "ac_cv_lib_$ac_lib_var=no"
9223fi
9224rm -f conftest*
9225LIBS="$ac_save_LIBS"
9226
9227fi
9228if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9229 echo "$ac_t""yes" 1>&6
9230 INET_LINK="nsl"
9231else
9232 echo "$ac_t""no" 1>&6
9233echo $ac_n "checking for inet_addr in -lresolv""... $ac_c" 1>&6
928b5c08 9234echo "configure:9235: checking for inet_addr in -lresolv" >&5
c63c7106
VZ
9235ac_lib_var=`echo resolv'_'inet_addr | sed 'y%./+-%__p_%'`
9236if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9237 echo $ac_n "(cached) $ac_c" 1>&6
9238else
9239 ac_save_LIBS="$LIBS"
9240LIBS="-lresolv $LIBS"
9241cat > conftest.$ac_ext <<EOF
928b5c08 9242#line 9243 "configure"
c63c7106
VZ
9243#include "confdefs.h"
9244/* Override any gcc2 internal prototype to avoid an error. */
9245/* We use char because int might match the return type of a gcc2
9246 builtin and then its argument prototype would still apply. */
9247char inet_addr();
9248
9249int main() {
9250inet_addr()
9251; return 0; }
9252EOF
928b5c08 9253if { (eval echo configure:9254: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c63c7106
VZ
9254 rm -rf conftest*
9255 eval "ac_cv_lib_$ac_lib_var=yes"
9256else
9257 echo "configure: failed program was:" >&5
9258 cat conftest.$ac_ext >&5
9259 rm -rf conftest*
9260 eval "ac_cv_lib_$ac_lib_var=no"
9261fi
9262rm -f conftest*
9263LIBS="$ac_save_LIBS"
9264
9265fi
9266if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9267 echo "$ac_t""yes" 1>&6
9268 INET_LINK="resolv"
9269
9270else
9271 echo "$ac_t""no" 1>&6
9272fi
9273
9274
9275fi
9276
9277
9278
10f2d63a
VZ
9279fi
9280done
9281
c63c7106 9282
10f2d63a
VZ
9283for ac_func in inet_aton
9284do
9285echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
928b5c08 9286echo "configure:9287: checking for $ac_func" >&5
10f2d63a
VZ
9287if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9288 echo $ac_n "(cached) $ac_c" 1>&6
9289else
9290 cat > conftest.$ac_ext <<EOF
928b5c08 9291#line 9292 "configure"
10f2d63a
VZ
9292#include "confdefs.h"
9293/* System header to define __stub macros and hopefully few prototypes,
9294 which can conflict with char $ac_func(); below. */
9295#include <assert.h>
9296/* Override any gcc2 internal prototype to avoid an error. */
9297/* We use char because int might match the return type of a gcc2
9298 builtin and then its argument prototype would still apply. */
9299char $ac_func();
9300
9301int main() {
9302
9303/* The GNU C library defines this for functions which it implements
9304 to always fail with ENOSYS. Some functions are actually named
9305 something starting with __ and the normal name is an alias. */
9306#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9307choke me
9308#else
9309$ac_func();
9310#endif
9311
9312; return 0; }
9313EOF
928b5c08 9314if { (eval echo configure:9315: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
9315 rm -rf conftest*
9316 eval "ac_cv_func_$ac_func=yes"
9317else
9318 echo "configure: failed program was:" >&5
9319 cat conftest.$ac_ext >&5
9320 rm -rf conftest*
9321 eval "ac_cv_func_$ac_func=no"
9322fi
9323rm -f conftest*
9324fi
9325
9326if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9327 echo "$ac_t""yes" 1>&6
9328 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9329 cat >> confdefs.h <<EOF
9330#define $ac_tr_func 1
9331EOF
c63c7106
VZ
9332 cat >> confdefs.h <<\EOF
9333#define HAVE_INET_ATON 1
9334EOF
9335
10f2d63a
VZ
9336else
9337 echo "$ac_t""no" 1>&6
c63c7106 9338 echo $ac_n "checking for inet_aton in -l$INET_LINK""... $ac_c" 1>&6
928b5c08 9339echo "configure:9340: checking for inet_aton in -l$INET_LINK" >&5
c63c7106 9340ac_lib_var=`echo $INET_LINK'_'inet_aton | sed 'y%./+-%__p_%'`
10f2d63a
VZ
9341if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9342 echo $ac_n "(cached) $ac_c" 1>&6
9343else
9344 ac_save_LIBS="$LIBS"
c63c7106 9345LIBS="-l$INET_LINK $LIBS"
10f2d63a 9346cat > conftest.$ac_ext <<EOF
928b5c08 9347#line 9348 "configure"
10f2d63a
VZ
9348#include "confdefs.h"
9349/* Override any gcc2 internal prototype to avoid an error. */
9350/* We use char because int might match the return type of a gcc2
9351 builtin and then its argument prototype would still apply. */
9352char inet_aton();
9353
9354int main() {
9355inet_aton()
9356; return 0; }
9357EOF
928b5c08 9358if { (eval echo configure:9359: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
9359 rm -rf conftest*
9360 eval "ac_cv_lib_$ac_lib_var=yes"
9361else
9362 echo "configure: failed program was:" >&5
9363 cat conftest.$ac_ext >&5
9364 rm -rf conftest*
9365 eval "ac_cv_lib_$ac_lib_var=no"
9366fi
9367rm -f conftest*
9368LIBS="$ac_save_LIBS"
9369
9370fi
9371if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9372 echo "$ac_t""yes" 1>&6
c63c7106
VZ
9373 cat >> confdefs.h <<\EOF
9374#define HAVE_INET_ATON 1
10f2d63a
VZ
9375EOF
9376
10f2d63a
VZ
9377else
9378 echo "$ac_t""no" 1>&6
9379fi
9380
c63c7106
VZ
9381
9382fi
9383done
9384
9385
9386if test "x$INET_LINK" != "x"; then
9387 cat >> confdefs.h <<\EOF
9388#define HAVE_INET_ADDR 1
9389EOF
9390
9391 INET_LINK="-l$INET_LINK"
9392fi
10f2d63a
VZ
9393
9394fi
9395
9396
9397cat > confcache <<\EOF
9398# This file is a shell script that caches the results of configure
9399# tests run on this system so they can be shared between configure
9400# scripts and configure runs. It is not useful on other systems.
9401# If it contains results you don't want to keep, you may remove or edit it.
9402#
9403# By default, configure uses ./config.cache as the cache file,
9404# creating it if it does not exist already. You can give configure
9405# the --cache-file=FILE option to use a different cache file; that is
9406# what configure does when it calls configure scripts in
9407# subdirectories, so they share the cache.
9408# Giving --cache-file=/dev/null disables caching, for debugging configure.
9409# config.status only pays attention to the cache file if you give it the
9410# --recheck option to rerun configure.
9411#
9412EOF
9413# The following way of writing the cache mishandles newlines in values,
9414# but we know of no workaround that is simple, portable, and efficient.
9415# So, don't put newlines in cache variables' values.
9416# Ultrix sh set writes to stderr and can't be redirected directly,
9417# and sets the high bit in the cache file unless we assign to the vars.
9418(set) 2>&1 |
9419 case `(ac_space=' '; set | grep ac_space) 2>&1` in
9420 *ac_space=\ *)
9421 # `set' does not quote correctly, so add quotes (double-quote substitution
9422 # turns \\\\ into \\, and sed turns \\ into \).
9423 sed -n \
9424 -e "s/'/'\\\\''/g" \
9425 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
9426 ;;
9427 *)
9428 # `set' quotes correctly as required by POSIX, so do not add quotes.
9429 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
9430 ;;
9431 esac >> confcache
9432if cmp -s $cache_file confcache; then
9433 :
9434else
9435 if test -w $cache_file; then
9436 echo "updating cache $cache_file"
9437 cat confcache > $cache_file
9438 else
9439 echo "not updating unwritable cache $cache_file"
9440 fi
9441fi
9442rm -f confcache
9443
9444
9445
9446if test "$USE_UNIX" = 1; then
9447
9448
9449THREADS_LINK=""
9450THREADS_OBJ=""
9451
9452if test "$wxUSE_THREADS" = "yes" ; then
9453 if test "$wxUSE_WINE" = 1 ; then
9454 echo "configure: warning: Threads are not supported under WINE" 1>&2
9455 wxUSE_THREADS="no"
9456 fi
9457fi
9458
9459if test "$wxUSE_THREADS" = "yes" ; then
9460
9461 echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6
928b5c08 9462echo "configure:9463: checking for pthread_create in -lpthread" >&5
10f2d63a
VZ
9463ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'`
9464if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9465 echo $ac_n "(cached) $ac_c" 1>&6
9466else
9467 ac_save_LIBS="$LIBS"
9468LIBS="-lpthread $LIBS"
9469cat > conftest.$ac_ext <<EOF
928b5c08 9470#line 9471 "configure"
10f2d63a
VZ
9471#include "confdefs.h"
9472/* Override any gcc2 internal prototype to avoid an error. */
9473/* We use char because int might match the return type of a gcc2
9474 builtin and then its argument prototype would still apply. */
9475char pthread_create();
9476
9477int main() {
9478pthread_create()
9479; return 0; }
9480EOF
928b5c08 9481if { (eval echo configure:9482: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
9482 rm -rf conftest*
9483 eval "ac_cv_lib_$ac_lib_var=yes"
9484else
9485 echo "configure: failed program was:" >&5
9486 cat conftest.$ac_ext >&5
9487 rm -rf conftest*
9488 eval "ac_cv_lib_$ac_lib_var=no"
9489fi
9490rm -f conftest*
9491LIBS="$ac_save_LIBS"
9492
9493fi
9494if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9495 echo "$ac_t""yes" 1>&6
9496
9497 THREADS_OBJ="threadpsx.lo"
9498 THREADS_LINK="pthread"
9499
9500else
9501 echo "$ac_t""no" 1>&6
9502
9503 echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
928b5c08 9504echo "configure:9505: checking for pthread_create in -lc_r" >&5
10f2d63a
VZ
9505ac_lib_var=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'`
9506if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9507 echo $ac_n "(cached) $ac_c" 1>&6
9508else
9509 ac_save_LIBS="$LIBS"
9510LIBS="-lc_r $LIBS"
9511cat > conftest.$ac_ext <<EOF
928b5c08 9512#line 9513 "configure"
10f2d63a
VZ
9513#include "confdefs.h"
9514/* Override any gcc2 internal prototype to avoid an error. */
9515/* We use char because int might match the return type of a gcc2
9516 builtin and then its argument prototype would still apply. */
9517char pthread_create();
9518
9519int main() {
9520pthread_create()
9521; return 0; }
9522EOF
928b5c08 9523if { (eval echo configure:9524: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
9524 rm -rf conftest*
9525 eval "ac_cv_lib_$ac_lib_var=yes"
9526else
9527 echo "configure: failed program was:" >&5
9528 cat conftest.$ac_ext >&5
9529 rm -rf conftest*
9530 eval "ac_cv_lib_$ac_lib_var=no"
9531fi
9532rm -f conftest*
9533LIBS="$ac_save_LIBS"
9534
9535fi
9536if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9537 echo "$ac_t""yes" 1>&6
9538
9539 THREADS_OBJ="threadpsx.lo"
9540 THREADS_LINK="c_r"
9541
9542else
9543 echo "$ac_t""no" 1>&6
9544
9545 ac_safe=`echo "sys/prctl.h" | sed 'y%./+-%__p_%'`
9546echo $ac_n "checking for sys/prctl.h""... $ac_c" 1>&6
928b5c08 9547echo "configure:9548: checking for sys/prctl.h" >&5
10f2d63a
VZ
9548if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9549 echo $ac_n "(cached) $ac_c" 1>&6
9550else
9551 cat > conftest.$ac_ext <<EOF
928b5c08 9552#line 9553 "configure"
10f2d63a
VZ
9553#include "confdefs.h"
9554#include <sys/prctl.h>
9555EOF
9556ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
928b5c08 9557{ (eval echo configure:9558: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
9558ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9559if test -z "$ac_err"; then
9560 rm -rf conftest*
9561 eval "ac_cv_header_$ac_safe=yes"
9562else
9563 echo "$ac_err" >&5
9564 echo "configure: failed program was:" >&5
9565 cat conftest.$ac_ext >&5
9566 rm -rf conftest*
9567 eval "ac_cv_header_$ac_safe=no"
9568fi
9569rm -f conftest*
9570fi
9571if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9572 echo "$ac_t""yes" 1>&6
9573
9574 THREADS_OBJ="threadsgi.lo"
9575
9576else
9577 echo "$ac_t""no" 1>&6
9578fi
9579
9580
9581fi
9582
9583
9584fi
9585
9586
9587 if test -z "$THREADS_OBJ" ; then
9588 wxUSE_THREADS=no
9589 echo "configure: warning: No thread support on this system" 1>&2
9590 fi
9591fi
9592
9593if test "$wxUSE_THREADS" = "yes" ; then
9594
9595 for ac_hdr in sched.h
9596do
9597ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9598echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
928b5c08 9599echo "configure:9600: checking for $ac_hdr" >&5
10f2d63a
VZ
9600if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9601 echo $ac_n "(cached) $ac_c" 1>&6
9602else
9603 cat > conftest.$ac_ext <<EOF
928b5c08 9604#line 9605 "configure"
10f2d63a
VZ
9605#include "confdefs.h"
9606#include <$ac_hdr>
9607EOF
9608ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
928b5c08 9609{ (eval echo configure:9610: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
9610ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9611if test -z "$ac_err"; then
9612 rm -rf conftest*
9613 eval "ac_cv_header_$ac_safe=yes"
9614else
9615 echo "$ac_err" >&5
9616 echo "configure: failed program was:" >&5
9617 cat conftest.$ac_ext >&5
9618 rm -rf conftest*
9619 eval "ac_cv_header_$ac_safe=no"
9620fi
9621rm -f conftest*
9622fi
9623if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9624 echo "$ac_t""yes" 1>&6
9625 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9626 cat >> confdefs.h <<EOF
9627#define $ac_tr_hdr 1
9628EOF
9629
9630else
9631 echo "$ac_t""no" 1>&6
9632fi
9633done
9634
9635
9636 echo $ac_n "checking for sched_yield in -l$THREADS_LINK""... $ac_c" 1>&6
928b5c08 9637echo "configure:9638: checking for sched_yield in -l$THREADS_LINK" >&5
10f2d63a
VZ
9638ac_lib_var=`echo $THREADS_LINK'_'sched_yield | sed 'y%./+-%__p_%'`
9639if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9640 echo $ac_n "(cached) $ac_c" 1>&6
9641else
9642 ac_save_LIBS="$LIBS"
9643LIBS="-l$THREADS_LINK $LIBS"
9644cat > conftest.$ac_ext <<EOF
928b5c08 9645#line 9646 "configure"
10f2d63a
VZ
9646#include "confdefs.h"
9647/* Override any gcc2 internal prototype to avoid an error. */
9648/* We use char because int might match the return type of a gcc2
9649 builtin and then its argument prototype would still apply. */
9650char sched_yield();
9651
9652int main() {
9653sched_yield()
9654; return 0; }
9655EOF
928b5c08 9656if { (eval echo configure:9657: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
9657 rm -rf conftest*
9658 eval "ac_cv_lib_$ac_lib_var=yes"
9659else
9660 echo "configure: failed program was:" >&5
9661 cat conftest.$ac_ext >&5
9662 rm -rf conftest*
9663 eval "ac_cv_lib_$ac_lib_var=no"
9664fi
9665rm -f conftest*
9666LIBS="$ac_save_LIBS"
9667
9668fi
9669if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9670 echo "$ac_t""yes" 1>&6
9671 cat >> confdefs.h <<\EOF
9672#define HAVE_SCHED_YIELD 1
9673EOF
9674
9675else
9676 echo "$ac_t""no" 1>&6
9677echo $ac_n "checking for sched_yield in -l"posix4"""... $ac_c" 1>&6
928b5c08 9678echo "configure:9679: checking for sched_yield in -l"posix4"" >&5
10f2d63a
VZ
9679ac_lib_var=`echo "posix4"'_'sched_yield | sed 'y%./+-%__p_%'`
9680if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9681 echo $ac_n "(cached) $ac_c" 1>&6
9682else
9683 ac_save_LIBS="$LIBS"
9684LIBS="-l"posix4" $LIBS"
9685cat > conftest.$ac_ext <<EOF
928b5c08 9686#line 9687 "configure"
10f2d63a
VZ
9687#include "confdefs.h"
9688/* Override any gcc2 internal prototype to avoid an error. */
9689/* We use char because int might match the return type of a gcc2
9690 builtin and then its argument prototype would still apply. */
9691char sched_yield();
9692
9693int main() {
9694sched_yield()
9695; return 0; }
9696EOF
928b5c08 9697if { (eval echo configure:9698: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
9698 rm -rf conftest*
9699 eval "ac_cv_lib_$ac_lib_var=yes"
9700else
9701 echo "configure: failed program was:" >&5
9702 cat conftest.$ac_ext >&5
9703 rm -rf conftest*
9704 eval "ac_cv_lib_$ac_lib_var=no"
9705fi
9706rm -f conftest*
9707LIBS="$ac_save_LIBS"
9708
9709fi
9710if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9711 echo "$ac_t""yes" 1>&6
9712 cat >> confdefs.h <<\EOF
9713#define HAVE_SCHED_YIELD 1
9714EOF
9715 POSIX4_LINK="-lposix4"
9716else
9717 echo "$ac_t""no" 1>&6
9718echo "configure: warning: wxThread::Yield will not work properly" 1>&2
9719
9720fi
9721
9722
9723fi
9724
9725
9726 echo $ac_n "checking for pthread_attr_getschedpolicy in -l$THREADS_LINK""... $ac_c" 1>&6
928b5c08 9727echo "configure:9728: checking for pthread_attr_getschedpolicy in -l$THREADS_LINK" >&5
10f2d63a
VZ
9728ac_lib_var=`echo $THREADS_LINK'_'pthread_attr_getschedpolicy | sed 'y%./+-%__p_%'`
9729if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9730 echo $ac_n "(cached) $ac_c" 1>&6
9731else
9732 ac_save_LIBS="$LIBS"
9733LIBS="-l$THREADS_LINK $LIBS"
9734cat > conftest.$ac_ext <<EOF
928b5c08 9735#line 9736 "configure"
10f2d63a
VZ
9736#include "confdefs.h"
9737/* Override any gcc2 internal prototype to avoid an error. */
9738/* We use char because int might match the return type of a gcc2
9739 builtin and then its argument prototype would still apply. */
9740char pthread_attr_getschedpolicy();
9741
9742int main() {
9743pthread_attr_getschedpolicy()
9744; return 0; }
9745EOF
928b5c08 9746if { (eval echo configure:9747: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
9747 rm -rf conftest*
9748 eval "ac_cv_lib_$ac_lib_var=yes"
9749else
9750 echo "configure: failed program was:" >&5
9751 cat conftest.$ac_ext >&5
9752 rm -rf conftest*
9753 eval "ac_cv_lib_$ac_lib_var=no"
9754fi
9755rm -f conftest*
9756LIBS="$ac_save_LIBS"
9757
9758fi
9759if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9760 echo "$ac_t""yes" 1>&6
9761 cat >> confdefs.h <<\EOF
9762#define HAVE_THREAD_PRIORITY_FUNCTIONS 1
9763EOF
9764
9765else
9766 echo "$ac_t""no" 1>&6
9767echo $ac_n "checking for pthread_attr_getschedpolicy in -l"posix4"""... $ac_c" 1>&6
928b5c08 9768echo "configure:9769: checking for pthread_attr_getschedpolicy in -l"posix4"" >&5
10f2d63a
VZ
9769ac_lib_var=`echo "posix4"'_'pthread_attr_getschedpolicy | sed 'y%./+-%__p_%'`
9770if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9771 echo $ac_n "(cached) $ac_c" 1>&6
9772else
9773 ac_save_LIBS="$LIBS"
9774LIBS="-l"posix4" $LIBS"
9775cat > conftest.$ac_ext <<EOF
928b5c08 9776#line 9777 "configure"
10f2d63a
VZ
9777#include "confdefs.h"
9778/* Override any gcc2 internal prototype to avoid an error. */
9779/* We use char because int might match the return type of a gcc2
9780 builtin and then its argument prototype would still apply. */
9781char pthread_attr_getschedpolicy();
9782
9783int main() {
9784pthread_attr_getschedpolicy()
9785; return 0; }
9786EOF
928b5c08 9787if { (eval echo configure:9788: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
9788 rm -rf conftest*
9789 eval "ac_cv_lib_$ac_lib_var=yes"
9790else
9791 echo "configure: failed program was:" >&5
9792 cat conftest.$ac_ext >&5
9793 rm -rf conftest*
9794 eval "ac_cv_lib_$ac_lib_var=no"
9795fi
9796rm -f conftest*
9797LIBS="$ac_save_LIBS"
9798
9799fi
9800if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9801 echo "$ac_t""yes" 1>&6
9802 cat >> confdefs.h <<\EOF
9803#define HAVE_THREAD_PRIORITY_FUNCTIONS 1
9804EOF
9805 POSIX4_LINK="-lposix4"
9806else
9807 echo "$ac_t""no" 1>&6
9808echo "configure: warning: Setting thread priority will not work" 1>&2
9809
9810fi
9811
9812
9813fi
9814
9815
9816 echo $ac_n "checking for pthread_cancel in -l$THREADS_LINK""... $ac_c" 1>&6
928b5c08 9817echo "configure:9818: checking for pthread_cancel in -l$THREADS_LINK" >&5
10f2d63a
VZ
9818ac_lib_var=`echo $THREADS_LINK'_'pthread_cancel | sed 'y%./+-%__p_%'`
9819if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9820 echo $ac_n "(cached) $ac_c" 1>&6
9821else
9822 ac_save_LIBS="$LIBS"
9823LIBS="-l$THREADS_LINK $LIBS"
9824cat > conftest.$ac_ext <<EOF
928b5c08 9825#line 9826 "configure"
10f2d63a
VZ
9826#include "confdefs.h"
9827/* Override any gcc2 internal prototype to avoid an error. */
9828/* We use char because int might match the return type of a gcc2
9829 builtin and then its argument prototype would still apply. */
9830char pthread_cancel();
9831
9832int main() {
9833pthread_cancel()
9834; return 0; }
9835EOF
928b5c08 9836if { (eval echo configure:9837: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
9837 rm -rf conftest*
9838 eval "ac_cv_lib_$ac_lib_var=yes"
9839else
9840 echo "configure: failed program was:" >&5
9841 cat conftest.$ac_ext >&5
9842 rm -rf conftest*
9843 eval "ac_cv_lib_$ac_lib_var=no"
9844fi
9845rm -f conftest*
9846LIBS="$ac_save_LIBS"
9847
9848fi
9849if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9850 echo "$ac_t""yes" 1>&6
9851 cat >> confdefs.h <<\EOF
9852#define HAVE_PTHREAD_CANCEL 1
9853EOF
9854
9855else
9856 echo "$ac_t""no" 1>&6
9857echo "configure: warning: wxThread::Kill() will not work properly" 1>&2
9858fi
9859
9860
9861 echo $ac_n "checking for pthread_cleanup_push/pop""... $ac_c" 1>&6
928b5c08 9862echo "configure:9863: checking for pthread_cleanup_push/pop" >&5
10f2d63a
VZ
9863if eval "test \"`echo '$''{'wx_cv_func_pthread_cleanup_push'+set}'`\" = set"; then
9864 echo $ac_n "(cached) $ac_c" 1>&6
9865else
9866
9867 cat > conftest.$ac_ext <<EOF
928b5c08 9868#line 9869 "configure"
10f2d63a
VZ
9869#include "confdefs.h"
9870#include <pthread.h>
9871int main() {
9872
9873 pthread_cleanup_push(NULL, NULL);
9874 pthread_cleanup_pop(0);
9875
9876; return 0; }
9877EOF
928b5c08 9878if { (eval echo configure:9879: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10f2d63a
VZ
9879 rm -rf conftest*
9880
9881 wx_cv_func_pthread_cleanup_push=yes
9882 cat >> confdefs.h <<\EOF
9883#define HAVE_THREAD_CLEANUP_FUNCTIONS 1
9884EOF
9885
9886
9887else
9888 echo "configure: failed program was:" >&5
9889 cat conftest.$ac_ext >&5
9890 rm -rf conftest*
9891
9892 wx_cv_func_pthread_cleanup_push=no
9893
9894fi
9895rm -f conftest*
9896
9897fi
9898
9899echo "$ac_t""$wx_cv_func_pthread_cleanup_push" 1>&6
9900
9901 THREADS_LINK="-l$THREADS_LINK"
9902fi
9903
9904fi
9905
9906if test "$wxUSE_THREADS" = "yes"; then
9907 cat >> confdefs.h <<\EOF
9908#define wxUSE_THREADS 1
9909EOF
9910
9911
9912 CFLAGS="${CFLAGS} -D_REENTRANT"
9913 CXXFLAGS="${CXXFLAGS} -D_REENTRANT"
9914
9915 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
9916else
9917 if test "$ac_cv_func_strtok_r" = "yes"; then
9918 unset ac_cv_func_strtok_r
9919
9920 ac_ext=C
9921# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9922ac_cpp='$CXXCPP $CPPFLAGS'
9923ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9924ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9925cross_compiling=$ac_cv_prog_cxx_cross
9926
9927 for ac_func in strtok_r
9928do
9929echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
928b5c08 9930echo "configure:9931: checking for $ac_func" >&5
10f2d63a
VZ
9931if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9932 echo $ac_n "(cached) $ac_c" 1>&6
9933else
9934 cat > conftest.$ac_ext <<EOF
928b5c08 9935#line 9936 "configure"
10f2d63a
VZ
9936#include "confdefs.h"
9937/* System header to define __stub macros and hopefully few prototypes,
9938 which can conflict with char $ac_func(); below. */
9939#include <assert.h>
9940/* Override any gcc2 internal prototype to avoid an error. */
9941#ifdef __cplusplus
9942extern "C"
9943#endif
9944/* We use char because int might match the return type of a gcc2
9945 builtin and then its argument prototype would still apply. */
9946char $ac_func();
9947
9948int main() {
9949
9950/* The GNU C library defines this for functions which it implements
9951 to always fail with ENOSYS. Some functions are actually named
9952 something starting with __ and the normal name is an alias. */
9953#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9954choke me
9955#else
9956$ac_func();
9957#endif
9958
9959; return 0; }
9960EOF
928b5c08 9961if { (eval echo configure:9962: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
9962 rm -rf conftest*
9963 eval "ac_cv_func_$ac_func=yes"
9964else
9965 echo "configure: failed program was:" >&5
9966 cat conftest.$ac_ext >&5
9967 rm -rf conftest*
9968 eval "ac_cv_func_$ac_func=no"
9969fi
9970rm -f conftest*
9971fi
9972
9973if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9974 echo "$ac_t""yes" 1>&6
9975 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9976 cat >> confdefs.h <<EOF
9977#define $ac_tr_func 1
9978EOF
9979
9980else
9981 echo "$ac_t""no" 1>&6
9982fi
9983done
9984
9985 ac_ext=c
9986# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9987ac_cpp='$CPP $CPPFLAGS'
9988ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9989ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9990cross_compiling=$ac_cv_prog_cc_cross
9991
9992
9993 if test "$ac_cv_func_strtok_r" != "yes"; then
9994 ac_cv_func_strtok_r=yes
9995 CFLAGS="${CFLAGS} -D_REENTRANT"
9996 CXXFLAGS="${CXXFLAGS} -D_REENTRANT"
9997 fi
9998 fi
9999fi
10000
10001if test "$WXGTK12" = 1 ; then
10002 cat >> confdefs.h <<EOF
10003#define __WXGTK12__ $WXGTK12
10004EOF
10005
10006fi
10007
10008if test "$WXWINE" = 1 ; then
10009 TOOLKIT_DEF="${TOOLKIT_DEF} -D__WXWINE__"
10010fi
10011
10012if test "$wxUSE_CYGWIN" = 1 ; then
10013 TOOLKIT_DEF="${TOOLKIT_DEF} -D__WIN95__"
10014fi
10015
10016WXDEBUG=
10017
10018if test "$wxUSE_DEBUG_INFO" = "yes" ; then
10019 WXDEBUG="-g"
10020 wxUSE_OPTIMISE=no
10021fi
10022
10023if test "$wxUSE_DEBUG_GDB" = "yes" ; then
10024 wxUSE_DEBUG_INFO=yes
10025 WXDEBUG="-ggdb"
10026fi
10027
10028if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
10029 cat >> confdefs.h <<\EOF
10030#define WXDEBUG 1
10031EOF
10032
10033 WXDEBUG_DEFINE="-D__WXDEBUG__"
10034else
10035 if test "$wxUSE_GTK" = 1 ; then
10036 WXDEBUG_DEFINE="-DGTK_NO_CHECK_CASTS"
10037 fi
10038fi
10039
10040if test "$wxUSE_MEM_TRACING" = "yes" ; then
10041 cat >> confdefs.h <<\EOF
10042#define wxUSE_MEMORY_TRACING 1
10043EOF
10044
10045 cat >> confdefs.h <<\EOF
10046#define wxUSE_GLOBAL_MEMORY_OPERATORS 1
10047EOF
10048
10049 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
10050fi
10051
10052if test "$wxUSE_DMALLOC" = "yes" ; then
10053 DMALLOC_LINK="-ldmalloc"
10054fi
10055
10056PROFILE=
10057if test "$wxUSE_PROFILE" = "yes" ; then
10058 PROFILE="-pg"
10059fi
10060
10061DEP_INFO_FLAGS=
10062if test "$GCC" = yes ; then
10063 if test "$wxUSE_NO_RTTI" = "yes" ; then
10064 WXDEBUG_DEFINE="$WXDEBUG_DEFINE -fno-rtti"
10065 fi
10066 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
10067 WXDEBUG_DEFINE="$WXDEBUG_DEFINE -fno-exceptions"
10068 fi
10069 if test "$wxUSE_PERMISSIVE" = "yes" ; then
10070 CFLAGS="${CFLAGS} -fpermissive"
10071 CXXFLAGS="${CXXFLAGS} -fpermissive"
10072 fi
10073 if test "$wxUSE_NO_DEPS" = "no" ; then
10074 DEP_INFO_FLAGS="-MMD"
10075 fi
10076fi
10077
10078
10079CXXFLAGS=`echo "${CXXFLAGS}" | sed "s/\-O.//g" `
10080CFLAGS=`echo "${CFLAGS}" | sed "s/\-O.//g" `
10081if test "$wxUSE_OPTIMISE" = "no" ; then
10082 OPTIMISE=
10083else
10084 if test "$GCC" = yes ; then
10085 OPTIMISE="-O2"
10086 case "${host}" in
10087 i586-*-*|i686-*-* )
10088 OPTIMISE="${OPTIMISE} "
10089 ;;
10090 esac
10091 else
10092 OPTIMISE="-O"
10093 fi
10094fi
10095
10096
10097ZLIB_INCLUDE=
10098if test "$wxUSE_ZLIB" = "yes" ; then
10099 cat >> confdefs.h <<\EOF
10100#define wxUSE_ZLIB 1
10101EOF
10102
10103 ZLIB_INCLUDE="-I\${top_srcdir}/src/zlib"
10104fi
10105
10106PNG_INCLUDE=
10107if test "$wxUSE_LIBPNG" = "yes" ; then
10108 cat >> confdefs.h <<\EOF
10109#define wxUSE_LIBPNG 1
10110EOF
10111
10112 PNG_INCLUDE="-I\${top_srcdir}/src/png"
10113 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png"
10114fi
10115
10116JPEG_INCLUDE=
10117if test "$wxUSE_LIBJPEG" = "yes" ; then
10118 cat >> confdefs.h <<\EOF
10119#define wxUSE_LIBJPEG 1
10120EOF
10121
10122 JPEG_INCLUDE="-I\${top_srcdir}/src/jpeg"
10123fi
10124
10125if test "$wxUSE_OPENGL" = "yes"; then
10126 ac_safe=`echo "GL/gl.h" | sed 'y%./+-%__p_%'`
10127echo $ac_n "checking for GL/gl.h""... $ac_c" 1>&6
928b5c08 10128echo "configure:10129: checking for GL/gl.h" >&5
10f2d63a
VZ
10129if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10130 echo $ac_n "(cached) $ac_c" 1>&6
10131else
10132 cat > conftest.$ac_ext <<EOF
928b5c08 10133#line 10134 "configure"
10f2d63a
VZ
10134#include "confdefs.h"
10135#include <GL/gl.h>
10136EOF
10137ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
928b5c08 10138{ (eval echo configure:10139: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
10139ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10140if test -z "$ac_err"; then
10141 rm -rf conftest*
10142 eval "ac_cv_header_$ac_safe=yes"
10143else
10144 echo "$ac_err" >&5
10145 echo "configure: failed program was:" >&5
10146 cat conftest.$ac_ext >&5
10147 rm -rf conftest*
10148 eval "ac_cv_header_$ac_safe=no"
10149fi
10150rm -f conftest*
10151fi
10152if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10153 echo "$ac_t""yes" 1>&6
10154
10155 echo $ac_n "checking for glInitNames in -lGL""... $ac_c" 1>&6
928b5c08 10156echo "configure:10157: checking for glInitNames in -lGL" >&5
10f2d63a
VZ
10157ac_lib_var=`echo GL'_'glInitNames | sed 'y%./+-%__p_%'`
10158if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10159 echo $ac_n "(cached) $ac_c" 1>&6
10160else
10161 ac_save_LIBS="$LIBS"
10162LIBS="-lGL wxUSE_OPENGL=0 $LIBS"
10163cat > conftest.$ac_ext <<EOF
928b5c08 10164#line 10165 "configure"
10f2d63a
VZ
10165#include "confdefs.h"
10166/* Override any gcc2 internal prototype to avoid an error. */
10167/* We use char because int might match the return type of a gcc2
10168 builtin and then its argument prototype would still apply. */
10169char glInitNames();
10170
10171int main() {
10172glInitNames()
10173; return 0; }
10174EOF
928b5c08 10175if { (eval echo configure:10176: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
10176 rm -rf conftest*
10177 eval "ac_cv_lib_$ac_lib_var=yes"
10178else
10179 echo "configure: failed program was:" >&5
10180 cat conftest.$ac_ext >&5
10181 rm -rf conftest*
10182 eval "ac_cv_lib_$ac_lib_var=no"
10183fi
10184rm -f conftest*
10185LIBS="$ac_save_LIBS"
10186
10187fi
10188if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10189 echo "$ac_t""yes" 1>&6
10190
10191 OPENGL_LINK="-lGL"
10192 cat >> confdefs.h <<\EOF
10193#define wxUSE_OPENGL 1
10194EOF
10195
10196 UTILS_SUBDIRS="$UTILS_SUBDIRS glcanvas/src"
10197
10198else
10199 echo "$ac_t""no" 1>&6
10200
10201 echo $ac_n "checking for glInitNames in -lMesaGL""... $ac_c" 1>&6
928b5c08 10202echo "configure:10203: checking for glInitNames in -lMesaGL" >&5
10f2d63a
VZ
10203ac_lib_var=`echo MesaGL'_'glInitNames | sed 'y%./+-%__p_%'`
10204if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10205 echo $ac_n "(cached) $ac_c" 1>&6
10206else
10207 ac_save_LIBS="$LIBS"
10208LIBS="-lMesaGL $LIBS"
10209cat > conftest.$ac_ext <<EOF
928b5c08 10210#line 10211 "configure"
10f2d63a
VZ
10211#include "confdefs.h"
10212/* Override any gcc2 internal prototype to avoid an error. */
10213/* We use char because int might match the return type of a gcc2
10214 builtin and then its argument prototype would still apply. */
10215char glInitNames();
10216
10217int main() {
10218glInitNames()
10219; return 0; }
10220EOF
928b5c08 10221if { (eval echo configure:10222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
10222 rm -rf conftest*
10223 eval "ac_cv_lib_$ac_lib_var=yes"
10224else
10225 echo "configure: failed program was:" >&5
10226 cat conftest.$ac_ext >&5
10227 rm -rf conftest*
10228 eval "ac_cv_lib_$ac_lib_var=no"
10229fi
10230rm -f conftest*
10231LIBS="$ac_save_LIBS"
10232
10233fi
10234if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10235 echo "$ac_t""yes" 1>&6
10236
10237 OPENGL_LINK="-lMesaGL"
10238 cat >> confdefs.h <<\EOF
10239#define wxUSE_OPENGL 1
10240EOF
10241
10242 UTILS_SUBDIRS="$UTILS_SUBDIRS glcanvas/src"
10243
10244else
10245 echo "$ac_t""no" 1>&6
10246wxUSE_OPENGL=0
10247fi
10248
10249
10250fi
10251
10252
10253else
10254 echo "$ac_t""no" 1>&6
10255wxUSE_OPENGL=0
10256fi
10257
10258fi
10259
10260
10261if test "$wxUSE_GUI" = "yes"; then
10262 cat >> confdefs.h <<\EOF
10263#define wxUSE_GUI 1
10264EOF
10265
10266
10267 else
10268 cat >> confdefs.h <<\EOF
10269#define wxUSE_NOGUI 1
10270EOF
10271
10272fi
10273
10274
10275if test "$wxUSE_UNIX" = "yes"; then
10276 cat >> confdefs.h <<\EOF
10277#define wxUSE_UNIX 1
10278EOF
10279
10280fi
10281
10282
10283if test "$wxUSE_APPLE_IEEE" = "yes"; then
10284 cat >> confdefs.h <<\EOF
10285#define wxUSE_APPLE_IEEE 1
10286EOF
10287
10288fi
10289
10f2d63a
VZ
10290if test "$wxUSE_WAVE" = "yes"; then
10291 cat >> confdefs.h <<\EOF
10292#define wxUSE_WAVE 1
10293EOF
10294
10295fi
10296
10297if test "$wxUSE_FILE" = "yes"; then
10298 cat >> confdefs.h <<\EOF
10299#define wxUSE_FILE 1
10300EOF
10301
10302fi
10303
10304if test "$wxUSE_FS_INET" = "yes"; then
10305 cat >> confdefs.h <<\EOF
10306#define wxUSE_FS_INET 1
10307EOF
10308
10309fi
10310
10311if test "$wxUSE_FS_ZIP" = "yes"; then
10312 cat >> confdefs.h <<\EOF
10313#define wxUSE_FS_ZIP 1
10314EOF
10315
10316fi
10317
10318if test "$wxUSE_ZIPSTREAM" = "yes"; then
10319 cat >> confdefs.h <<\EOF
10320#define wxUSE_ZIPSTREAM 1
10321EOF
10322
10323fi
10324
10325if test "$wxUSE_BUSYINFO" = "yes"; then
10326 cat >> confdefs.h <<\EOF
10327#define wxUSE_BUSYINFO 1
10328EOF
10329
10330fi
10331
10332if test "$wxUSE_STD_IOSTREAM" = "yes"; then
10333 cat >> confdefs.h <<\EOF
10334#define wxUSE_STD_IOSTREAM 1
10335EOF
10336
10337fi
10338
10339if test "$wxUSE_TEXTFILE" = "yes"; then
10340 if test "$wxUSE_FILE" != "yes"; then
10341 echo "configure: warning: wxTextFile requires wxFile and it won't be compiled without it" 1>&2
10342 else
10343 cat >> confdefs.h <<\EOF
10344#define wxUSE_TEXTFILE 1
10345EOF
10346
10347 fi
10348fi
10349
10350if test "$wxUSE_CONFIG" = "yes" ; then
10351 if test "$wxUSE_TEXTFILE" != "yes"; then
10352 echo "configure: warning: wxConfig requires wxTextFile and it won't be compiled without it" 1>&2
10353 else
10354 cat >> confdefs.h <<\EOF
10355#define wxUSE_CONFIG 1
10356EOF
10357
10358 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
10359 fi
10360fi
10361
10362if test "$wxUSE_INTL" = "yes" ; then
10363 if test "$wxUSE_FILE" != "yes"; then
10364 echo "configure: warning: I18n code requires wxFile and it won't be compiled without it" 1>&2
10365 else
10366 cat >> confdefs.h <<\EOF
10367#define wxUSE_INTL 1
10368EOF
10369
10370 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
10371 fi
10372fi
10373
10374if test "$wxUSE_LOG" = "yes"; then
10375 cat >> confdefs.h <<\EOF
10376#define wxUSE_LOG 1
10377EOF
10378
10379fi
10380
10381if test "$wxUSE_LONGLONG" = "yes"; then
10382 cat >> confdefs.h <<\EOF
10383#define wxUSE_LONGLONG 1
10384EOF
10385
10386fi
10387
10f2d63a
VZ
10388if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then
10389 cat >> confdefs.h <<\EOF
10390#define wxUSE_DIALUP_MANAGER 1
10391EOF
10392
10393fi
10394
10395if test "$wxUSE_STREAMS" = "yes" ; then
10396 cat >> confdefs.h <<\EOF
10397#define wxUSE_STREAMS 1
10398EOF
10399
10400fi
10401
10402if test "$wxUSE_SERIAL" = "yes" ; then
10403 cat >> confdefs.h <<\EOF
10404#define wxUSE_SERIAL 1
10405EOF
10406
10407fi
10408
10409
afc31813
VZ
10410if test "$wxUSE_TIMEDATE" = "yes"; then
10411 for ac_func in gettimeofday localtime ftime
10412do
10413echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
928b5c08 10414echo "configure:10415: checking for $ac_func" >&5
afc31813
VZ
10415if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10416 echo $ac_n "(cached) $ac_c" 1>&6
10417else
10418 cat > conftest.$ac_ext <<EOF
928b5c08 10419#line 10420 "configure"
10f2d63a 10420#include "confdefs.h"
afc31813
VZ
10421/* System header to define __stub macros and hopefully few prototypes,
10422 which can conflict with char $ac_func(); below. */
10423#include <assert.h>
10424/* Override any gcc2 internal prototype to avoid an error. */
10425/* We use char because int might match the return type of a gcc2
10426 builtin and then its argument prototype would still apply. */
10427char $ac_func();
10428
10f2d63a 10429int main() {
afc31813
VZ
10430
10431/* The GNU C library defines this for functions which it implements
10432 to always fail with ENOSYS. Some functions are actually named
10433 something starting with __ and the normal name is an alias. */
10434#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10435choke me
10436#else
10437$ac_func();
10438#endif
10439
10f2d63a
VZ
10440; return 0; }
10441EOF
928b5c08 10442if { (eval echo configure:10443: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a 10443 rm -rf conftest*
afc31813 10444 eval "ac_cv_func_$ac_func=yes"
10f2d63a
VZ
10445else
10446 echo "configure: failed program was:" >&5
10447 cat conftest.$ac_ext >&5
10448 rm -rf conftest*
afc31813
VZ
10449 eval "ac_cv_func_$ac_func=no"
10450fi
10451rm -f conftest*
10452fi
10453
10454if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10455 echo "$ac_t""yes" 1>&6
10456 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10457 cat >> confdefs.h <<EOF
10458#define $ac_tr_func 1
10459EOF
10460
10461else
10462 echo "$ac_t""no" 1>&6
10463fi
10464done
10465
10466
10467 if test "$ac_cv_func_gettimeofday" = "yes"; then
10468 echo $ac_n "checking whether gettimeofday takes two arguments""... $ac_c" 1>&6
928b5c08 10469echo "configure:10470: checking whether gettimeofday takes two arguments" >&5
afc31813
VZ
10470if eval "test \"`echo '$''{'wx_cv_func_gettimeofday_has_2_args'+set}'`\" = set"; then
10471 echo $ac_n "(cached) $ac_c" 1>&6
10472else
10473
10474
10475 ac_ext=C
10476# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10477ac_cpp='$CXXCPP $CPPFLAGS'
10478ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10479ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10480cross_compiling=$ac_cv_prog_cxx_cross
10481
10482
10483 cat > conftest.$ac_ext <<EOF
928b5c08 10484#line 10485 "configure"
10f2d63a 10485#include "confdefs.h"
afc31813
VZ
10486
10487 #include <sys/time.h>
10488 #include <unistd.h>
10489
10f2d63a 10490int main() {
afc31813
VZ
10491
10492 struct timeval tv;
10493 struct timezone tz;
10494 gettimeofday(&tv, &tz);
10495
10f2d63a
VZ
10496; return 0; }
10497EOF
928b5c08 10498if { (eval echo configure:10499: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10f2d63a 10499 rm -rf conftest*
afc31813 10500 wx_cv_func_gettimeofday_has_2_args=yes
10f2d63a
VZ
10501else
10502 echo "configure: failed program was:" >&5
10503 cat conftest.$ac_ext >&5
10504 rm -rf conftest*
10505 cat > conftest.$ac_ext <<EOF
928b5c08 10506#line 10507 "configure"
10f2d63a 10507#include "confdefs.h"
afc31813
VZ
10508
10509 #include <sys/time.h>
10510 #include <unistd.h>
10511
10f2d63a 10512int main() {
afc31813
VZ
10513
10514 struct timeval tv;
10515 gettimeofday(&tv);
10516
10f2d63a
VZ
10517; return 0; }
10518EOF
928b5c08 10519if { (eval echo configure:10520: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10f2d63a 10520 rm -rf conftest*
afc31813 10521 wx_cv_func_gettimeofday_has_2_args=no
10f2d63a
VZ
10522else
10523 echo "configure: failed program was:" >&5
10524 cat conftest.$ac_ext >&5
10525 rm -rf conftest*
afc31813
VZ
10526 wx_cv_func_gettimeofday_has_2_args=unknown
10527
10f2d63a
VZ
10528fi
10529rm -f conftest*
afc31813 10530
10f2d63a
VZ
10531fi
10532rm -f conftest*
afc31813 10533 ac_ext=c
10f2d63a
VZ
10534# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10535ac_cpp='$CPP $CPPFLAGS'
10536ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10537ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10538cross_compiling=$ac_cv_prog_cc_cross
10539
afc31813
VZ
10540
10541fi
10542
10543echo "$ac_t""$wx_cv_func_gettimeofday_has_2_args" 1>&6
c63c7106 10544
afc31813
VZ
10545 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
10546 cat >> confdefs.h <<\EOF
10547#define WX_GETTIMEOFDAY_NO_TZ 1
10548EOF
10549
10550 fi
10551 fi
10552
10553 cat >> confdefs.h <<\EOF
10554#define wxUSE_TIMEDATE 1
10555EOF
10556
10557 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
10558fi
10559
10560
10561if test "$wxUSE_SOCKETS" = "yes"; then
c63c7106 10562 echo $ac_n "checking for socket""... $ac_c" 1>&6
928b5c08 10563echo "configure:10564: checking for socket" >&5
c63c7106
VZ
10564if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
10565 echo $ac_n "(cached) $ac_c" 1>&6
10566else
10567 cat > conftest.$ac_ext <<EOF
928b5c08 10568#line 10569 "configure"
c63c7106
VZ
10569#include "confdefs.h"
10570/* System header to define __stub macros and hopefully few prototypes,
10571 which can conflict with char socket(); below. */
10572#include <assert.h>
10573/* Override any gcc2 internal prototype to avoid an error. */
10574/* We use char because int might match the return type of a gcc2
10575 builtin and then its argument prototype would still apply. */
10576char socket();
10577
10578int main() {
10579
10580/* The GNU C library defines this for functions which it implements
10581 to always fail with ENOSYS. Some functions are actually named
10582 something starting with __ and the normal name is an alias. */
10583#if defined (__stub_socket) || defined (__stub___socket)
10584choke me
10585#else
10586socket();
10587#endif
10588
10589; return 0; }
10590EOF
928b5c08 10591if { (eval echo configure:10592: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c63c7106
VZ
10592 rm -rf conftest*
10593 eval "ac_cv_func_socket=yes"
10594else
10595 echo "configure: failed program was:" >&5
10596 cat conftest.$ac_ext >&5
10597 rm -rf conftest*
10598 eval "ac_cv_func_socket=no"
10599fi
10600rm -f conftest*
10601fi
10602
10603if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then
10604 echo "$ac_t""yes" 1>&6
10605 :
10606else
10607 echo "$ac_t""no" 1>&6
10608echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
928b5c08 10609echo "configure:10610: checking for socket in -lsocket" >&5
c63c7106
VZ
10610ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
10611if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10612 echo $ac_n "(cached) $ac_c" 1>&6
10613else
10614 ac_save_LIBS="$LIBS"
10615LIBS="-lsocket $LIBS"
10616cat > conftest.$ac_ext <<EOF
928b5c08 10617#line 10618 "configure"
c63c7106
VZ
10618#include "confdefs.h"
10619/* Override any gcc2 internal prototype to avoid an error. */
10620/* We use char because int might match the return type of a gcc2
10621 builtin and then its argument prototype would still apply. */
10622char socket();
10623
10624int main() {
10625socket()
10626; return 0; }
10627EOF
928b5c08 10628if { (eval echo configure:10629: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c63c7106
VZ
10629 rm -rf conftest*
10630 eval "ac_cv_lib_$ac_lib_var=yes"
10631else
10632 echo "configure: failed program was:" >&5
10633 cat conftest.$ac_ext >&5
10634 rm -rf conftest*
10635 eval "ac_cv_lib_$ac_lib_var=no"
10636fi
10637rm -f conftest*
10638LIBS="$ac_save_LIBS"
10639
10640fi
10641if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10642 echo "$ac_t""yes" 1>&6
10643 INET_LINK="$INET_LINK -lsocket"
c63c7106
VZ
10644else
10645 echo "$ac_t""no" 1>&6
afc31813
VZ
10646
10647 echo "configure: warning: socket library not found - sockets will be disabled" 1>&2
10648 wxUSE_SOCKETS=no
10649
10650
c63c7106
VZ
10651fi
10652
10653
10654fi
10655
10f2d63a
VZ
10656fi
10657
afc31813
VZ
10658if test "$wxUSE_SOCKETS" = "yes" ; then
10659
10660 ac_ext=C
10661# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10662ac_cpp='$CXXCPP $CPPFLAGS'
10663ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10664ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10665cross_compiling=$ac_cv_prog_cxx_cross
10666
10667 echo $ac_n "checking the type of the third argument of getsockname""... $ac_c" 1>&6
928b5c08 10668echo "configure:10669: checking the type of the third argument of getsockname" >&5
afc31813 10669 cat > conftest.$ac_ext <<EOF
928b5c08 10670#line 10671 "configure"
afc31813
VZ
10671#include "confdefs.h"
10672#include <sys/socket.h>
10673int main() {
10674socklen_t len; getsockname(0, 0, &len);
10675; return 0; }
10676EOF
928b5c08 10677if { (eval echo configure:10678: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
afc31813
VZ
10678 rm -rf conftest*
10679 cat >> confdefs.h <<\EOF
10680#define SOCKLEN_T socklen_t
10681EOF
10682 echo "$ac_t""socklen_t" 1>&6
10683else
10684 echo "configure: failed program was:" >&5
10685 cat conftest.$ac_ext >&5
10686 rm -rf conftest*
10687 cat > conftest.$ac_ext <<EOF
928b5c08 10688#line 10689 "configure"
afc31813
VZ
10689#include "confdefs.h"
10690#include <sys/socket.h>
10691int main() {
10692size_t len; getsockname(0, 0, &len);
10693; return 0; }
10694EOF
928b5c08 10695if { (eval echo configure:10696: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
afc31813
VZ
10696 rm -rf conftest*
10697 cat >> confdefs.h <<\EOF
10698#define SOCKLEN_T size_t
10699EOF
10700 echo "$ac_t""size_t" 1>&6
10701else
10702 echo "configure: failed program was:" >&5
10703 cat conftest.$ac_ext >&5
10704 rm -rf conftest*
10705 cat > conftest.$ac_ext <<EOF
928b5c08 10706#line 10707 "configure"
afc31813
VZ
10707#include "confdefs.h"
10708#include <sys/socket.h>
10709int main() {
10710int len; getsockname(0, 0, &len);
10711; return 0; }
10712EOF
928b5c08 10713if { (eval echo configure:10714: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
afc31813
VZ
10714 rm -rf conftest*
10715 cat >> confdefs.h <<\EOF
10716#define SOCKLEN_T int
10717EOF
10718 echo "$ac_t""int" 1>&6
10719else
10720 echo "configure: failed program was:" >&5
10721 cat conftest.$ac_ext >&5
10722 rm -rf conftest*
10723 echo "$ac_t""unknown" 1>&6
10724
10725fi
10726rm -f conftest*
10727
10728fi
10729rm -f conftest*
10730
10731fi
10732rm -f conftest*
10733 ac_ext=c
10734# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10735ac_cpp='$CPP $CPPFLAGS'
10736ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10737ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10738cross_compiling=$ac_cv_prog_cc_cross
10739
10740
10741 cat >> confdefs.h <<\EOF
10742#define wxUSE_SOCKETS 1
10743EOF
10744
10745 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wxsocket"
10746 INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS protocol"
10747fi
10748
10f2d63a
VZ
10749
10750if test "$wxUSE_JOYSTICK" = 1; then
10751 for ac_hdr in linux/joystick.h
10752do
10753ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
10754echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
928b5c08 10755echo "configure:10756: checking for $ac_hdr" >&5
10f2d63a
VZ
10756if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10757 echo $ac_n "(cached) $ac_c" 1>&6
10758else
10759 cat > conftest.$ac_ext <<EOF
928b5c08 10760#line 10761 "configure"
10f2d63a
VZ
10761#include "confdefs.h"
10762#include <$ac_hdr>
10763EOF
10764ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
928b5c08 10765{ (eval echo configure:10766: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
10766ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10767if test -z "$ac_err"; then
10768 rm -rf conftest*
10769 eval "ac_cv_header_$ac_safe=yes"
10770else
10771 echo "$ac_err" >&5
10772 echo "configure: failed program was:" >&5
10773 cat conftest.$ac_ext >&5
10774 rm -rf conftest*
10775 eval "ac_cv_header_$ac_safe=no"
10776fi
10777rm -f conftest*
10778fi
10779if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10780 echo "$ac_t""yes" 1>&6
10781 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
10782 cat >> confdefs.h <<EOF
10783#define $ac_tr_hdr 1
10784EOF
10785
10786else
10787 echo "$ac_t""no" 1>&6
10788fi
10789done
10790
10791 if test "$ac_cv_header_linux_joystick_h" = "yes"; then
10792 cat >> confdefs.h <<\EOF
10793#define wxUSE_JOYSTICK 1
10794EOF
10795
10796 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
10797 fi
10798fi
10799
10800
10801HAVE_DL_FUNCS=0
10802HAVE_SHL_FUNCS=0
10803if test "$wxUSE_DYNLIB_CLASS" = "yes"; then
10804 for ac_func in dlopen
10805do
10806echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
928b5c08 10807echo "configure:10808: checking for $ac_func" >&5
10f2d63a
VZ
10808if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10809 echo $ac_n "(cached) $ac_c" 1>&6
10810else
10811 cat > conftest.$ac_ext <<EOF
928b5c08 10812#line 10813 "configure"
10f2d63a
VZ
10813#include "confdefs.h"
10814/* System header to define __stub macros and hopefully few prototypes,
10815 which can conflict with char $ac_func(); below. */
10816#include <assert.h>
10817/* Override any gcc2 internal prototype to avoid an error. */
10818/* We use char because int might match the return type of a gcc2
10819 builtin and then its argument prototype would still apply. */
10820char $ac_func();
10821
10822int main() {
10823
10824/* The GNU C library defines this for functions which it implements
10825 to always fail with ENOSYS. Some functions are actually named
10826 something starting with __ and the normal name is an alias. */
10827#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10828choke me
10829#else
10830$ac_func();
10831#endif
10832
10833; return 0; }
10834EOF
928b5c08 10835if { (eval echo configure:10836: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
10836 rm -rf conftest*
10837 eval "ac_cv_func_$ac_func=yes"
10838else
10839 echo "configure: failed program was:" >&5
10840 cat conftest.$ac_ext >&5
10841 rm -rf conftest*
10842 eval "ac_cv_func_$ac_func=no"
10843fi
10844rm -f conftest*
10845fi
10846
10847if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10848 echo "$ac_t""yes" 1>&6
10849 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10850 cat >> confdefs.h <<EOF
10851#define $ac_tr_func 1
10852EOF
10853
10854 cat >> confdefs.h <<\EOF
10855#define HAVE_DLOPEN 1
10856EOF
10857
10858 HAVE_DL_FUNCS=1
10859
10860else
10861 echo "$ac_t""no" 1>&6
10862echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
928b5c08 10863echo "configure:10864: checking for dlopen in -ldl" >&5
10f2d63a
VZ
10864ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
10865if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10866 echo $ac_n "(cached) $ac_c" 1>&6
10867else
10868 ac_save_LIBS="$LIBS"
10869LIBS="-ldl $LIBS"
10870cat > conftest.$ac_ext <<EOF
928b5c08 10871#line 10872 "configure"
10f2d63a
VZ
10872#include "confdefs.h"
10873/* Override any gcc2 internal prototype to avoid an error. */
10874/* We use char because int might match the return type of a gcc2
10875 builtin and then its argument prototype would still apply. */
10876char dlopen();
10877
10878int main() {
10879dlopen()
10880; return 0; }
10881EOF
928b5c08 10882if { (eval echo configure:10883: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
10883 rm -rf conftest*
10884 eval "ac_cv_lib_$ac_lib_var=yes"
10885else
10886 echo "configure: failed program was:" >&5
10887 cat conftest.$ac_ext >&5
10888 rm -rf conftest*
10889 eval "ac_cv_lib_$ac_lib_var=no"
10890fi
10891rm -f conftest*
10892LIBS="$ac_save_LIBS"
10893
10894fi
10895if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10896 echo "$ac_t""yes" 1>&6
10897
10898 cat >> confdefs.h <<\EOF
10899#define HAVE_DLOPEN 1
10900EOF
10901
10902 HAVE_DL_FUNCS=1
10903 LIBS="$LIBS -ldl"
10904
10905else
10906 echo "$ac_t""no" 1>&6
10907
10908 for ac_func in shl_load
10909do
10910echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
928b5c08 10911echo "configure:10912: checking for $ac_func" >&5
10f2d63a
VZ
10912if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10913 echo $ac_n "(cached) $ac_c" 1>&6
10914else
10915 cat > conftest.$ac_ext <<EOF
928b5c08 10916#line 10917 "configure"
10f2d63a
VZ
10917#include "confdefs.h"
10918/* System header to define __stub macros and hopefully few prototypes,
10919 which can conflict with char $ac_func(); below. */
10920#include <assert.h>
10921/* Override any gcc2 internal prototype to avoid an error. */
10922/* We use char because int might match the return type of a gcc2
10923 builtin and then its argument prototype would still apply. */
10924char $ac_func();
10925
10926int main() {
10927
10928/* The GNU C library defines this for functions which it implements
10929 to always fail with ENOSYS. Some functions are actually named
10930 something starting with __ and the normal name is an alias. */
10931#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10932choke me
10933#else
10934$ac_func();
10935#endif
10936
10937; return 0; }
10938EOF
928b5c08 10939if { (eval echo configure:10940: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
10940 rm -rf conftest*
10941 eval "ac_cv_func_$ac_func=yes"
10942else
10943 echo "configure: failed program was:" >&5
10944 cat conftest.$ac_ext >&5
10945 rm -rf conftest*
10946 eval "ac_cv_func_$ac_func=no"
10947fi
10948rm -f conftest*
10949fi
10950
10951if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10952 echo "$ac_t""yes" 1>&6
10953 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10954 cat >> confdefs.h <<EOF
10955#define $ac_tr_func 1
10956EOF
10957
10958 cat >> confdefs.h <<\EOF
10959#define HAVE_SHL_LOAD 1
10960EOF
10961
10962 HAVE_SHL_FUNCS=1
10963
10964else
10965 echo "$ac_t""no" 1>&6
10966fi
10967done
10968
10969
10970fi
10971
10972
10973fi
10974done
10975
10976
10977 if test "$HAVE_DL_FUNCS" = 0; then
10978 if test "$HAVE_SHL_FUNCS" = 0; then
10979 if test "$USE_UNIX" = 1; then
10980 echo "configure: warning: "--with-dynlib and --with-odbc will be disabled due to missing shared library support"" 1>&2
10981 wxUSE_ODBC=no
10982 wxUSE_DYNLIB_CLASS=no
10983 else
10984 echo "configure: warning: "Cannot check dynlib requirements on non-Unix platforms. dynlib remains enabled."" 1>&2
10985 fi
10986 fi
10987 fi
10988fi
10989
10990if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
10991 cat >> confdefs.h <<\EOF
10992#define wxUSE_DYNLIB_CLASS 1
10993EOF
10994
10995fi
10996
10997
10998if test "$wxUSE_UNICODE" = "yes" ; then
10999 cat >> confdefs.h <<\EOF
11000#define wxUSE_UNICODE 1
11001EOF
11002
11003fi
11004
11005if test "$wxUSE_WCSRTOMBS" = "yes" ; then
11006 cat >> confdefs.h <<\EOF
11007#define wxUSE_WCSRTOMBS 1
11008EOF
11009
11010fi
11011
11012if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
11013 cat >> confdefs.h <<\EOF
11014#define wxUSE_EXPERIMENTAL_PRINTF 1
11015EOF
11016
11017fi
11018
11019
11020IODBC_C_SRC=""
11021if test "$wxUSE_ODBC" = "yes" ; then
11022 cat >> confdefs.h <<\EOF
11023#define wxUSE_ODBC 1
11024EOF
11025
11026 WXODBCFLAG="-D_IODBC_"
11027 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db"
11028 IODBCOBJS="\$(IODBC_OBJS)"
11029else
11030 IODBCOBJS=
11031fi
11032
11033
11034if test "$wxUSE_POSTSCRIPT" = "yes" ; then
11035 cat >> confdefs.h <<\EOF
11036#define wxUSE_POSTSCRIPT 1
11037EOF
11038
11039fi
11040
11041cat >> confdefs.h <<\EOF
11042#define wxUSE_AFM_FOR_POSTSCRIPT 1
11043EOF
11044
11045
11046cat >> confdefs.h <<\EOF
11047#define wxUSE_NORMALIZED_PS_FONTS 1
11048EOF
11049
11050
11051
11052if test "$wxUSE_CONSTRAINTS" = "yes"; then
11053 cat >> confdefs.h <<\EOF
11054#define wxUSE_CONSTRAINTS 1
11055EOF
11056
11057 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
11058fi
11059
11060if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
11061 cat >> confdefs.h <<\EOF
11062#define wxUSE_MDI_ARCHITECTURE 1
11063EOF
11064
11065 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
11066fi
11067
11068if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
11069 cat >> confdefs.h <<\EOF
11070#define wxUSE_DOC_VIEW_ARCHITECTURE 1
11071EOF
11072
11073 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
11074 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
11075 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi"
11076 fi
11077fi
11078
11079if test "$wxUSE_HELP" = "yes"; then
11080 cat >> confdefs.h <<\EOF
11081#define wxUSE_HELP 1
11082EOF
11083
11084 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
11085fi
11086
11087if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
11088 if test "$wxUSE_CONSTRAINTS" != "yes"; then
11089 echo "configure: warning: Printing support cannot be used without constraints so it won't be compiled without it" 1>&2
11090 else
11091 cat >> confdefs.h <<\EOF
11092#define wxUSE_PRINTING_ARCHITECTURE 1
11093EOF
11094
11095 fi
11096 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
11097fi
11098
11099if test "$wxUSE_PROLOGIO" = "yes" ; then
11100 cat >> confdefs.h <<\EOF
11101#define wxUSE_PROLOGIO 1
11102EOF
11103
11104fi
11105
11106if test "$wxUSE_RESOURCES" = "yes" ; then
11107 if test "$wxUSE_PROLOGIO" = "yes" ; then
11108 cat >> confdefs.h <<\EOF
11109#define wxUSE_RESOURCES 1
11110EOF
11111
11112 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS resource"
11113 else
11114 echo "configure: warning: wxWindows ressource system requires PrologIO and can't be compiled without it." 1>&2
11115 fi
11116fi
11117
11118if test "$wxUSE_X_RESOURCES" = "yes"; then
11119 cat >> confdefs.h <<\EOF
11120#define wxUSE_X_RESOURCES 1
11121EOF
11122
11123fi
11124
11125
11126if test "$wxUSE_IPC" = "yes"; then
11127 cat >> confdefs.h <<\EOF
11128#define wxUSE_IPC 1
11129EOF
11130
11131fi
11132
11133if test "$wxUSE_CLIPBOARD" = "yes"; then
11134 cat >> confdefs.h <<\EOF
11135#define wxUSE_CLIPBOARD 1
11136EOF
11137
11138fi
11139
11140if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
11141 if test "$wxUSE_GTK" = 1; then
11142 if test "$WXGTK12" != 1; then
11143 echo "configure: warning: Drag and drop is only supported under GTK+ 1.2" 1>&2
11144 wxUSE_DRAG_AND_DROP=no
11145 fi
11146 fi
11147
11148 if test "$wxUSE_MOTIF" = 1; then
11149 echo "configure: warning: Drag and drop is not yet supported under Motif" 1>&2
11150 wxUSE_DRAG_AND_DROP=no
11151 fi
11152
11153 if test "$USE_WIN32" = 1; then
11154 for ac_hdr in ole2.h
11155do
11156ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
11157echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
928b5c08 11158echo "configure:11159: checking for $ac_hdr" >&5
10f2d63a
VZ
11159if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11160 echo $ac_n "(cached) $ac_c" 1>&6
11161else
11162 cat > conftest.$ac_ext <<EOF
928b5c08 11163#line 11164 "configure"
10f2d63a
VZ
11164#include "confdefs.h"
11165#include <$ac_hdr>
11166EOF
11167ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
928b5c08 11168{ (eval echo configure:11169: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
11169ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11170if test -z "$ac_err"; then
11171 rm -rf conftest*
11172 eval "ac_cv_header_$ac_safe=yes"
11173else
11174 echo "$ac_err" >&5
11175 echo "configure: failed program was:" >&5
11176 cat conftest.$ac_ext >&5
11177 rm -rf conftest*
11178 eval "ac_cv_header_$ac_safe=no"
11179fi
11180rm -f conftest*
11181fi
11182if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11183 echo "$ac_t""yes" 1>&6
11184 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
11185 cat >> confdefs.h <<EOF
11186#define $ac_tr_hdr 1
11187EOF
11188
11189else
11190 echo "$ac_t""no" 1>&6
11191fi
11192done
11193
11194 if test "x$HAVE_OLE2_H" = x ; then
11195 echo "configure: warning: Drag and drop disabled because OLE headers not found" 1>&2
11196 wxUSE_DRAG_AND_DROP=no
11197 fi
11198 fi
11199
11200 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
11201 cat >> confdefs.h <<\EOF
11202#define wxUSE_DRAG_AND_DROP 1
11203EOF
11204
11205 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
11206 fi
11207
11208fi
11209
11210if test "$wxUSE_SPLINES" = "yes" ; then
11211 cat >> confdefs.h <<\EOF
11212#define wxUSE_SPLINES 1
11213EOF
11214
11215fi
11216
11217
11218if test "$wxUSE_ACCEL" = "yes"; then
11219 cat >> confdefs.h <<\EOF
11220#define wxUSE_ACCEL 1
11221EOF
11222
11223fi
11224
11225if test "$wxUSE_CARET" = "yes"; then
11226 cat >> confdefs.h <<\EOF
11227#define wxUSE_CARET 1
11228EOF
11229
11230 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
11231fi
11232
11233if test "$wxUSE_COMBOBOX" = "yes"; then
11234 cat >> confdefs.h <<\EOF
11235#define wxUSE_COMBOBOX 1
11236EOF
11237
11238fi
11239
11240if test "$wxUSE_CHOICE" = "yes"; then
11241 cat >> confdefs.h <<\EOF
11242#define wxUSE_CHOICE 1
11243EOF
11244
11245fi
11246
11247if test "$wxUSE_BMPBUTTON" = "yes"; then
11248 cat >> confdefs.h <<\EOF
11249#define wxUSE_BMPBUTTON 1
11250EOF
11251
11252fi
11253
11254if test "$wxUSE_CHECKBOX" = "yes"; then
11255 cat >> confdefs.h <<\EOF
11256#define wxUSE_CHECKBOX 1
11257EOF
11258
11259fi
11260
11261if test "$wxUSE_CHECKLST" = "yes"; then
11262 cat >> confdefs.h <<\EOF
11263#define wxUSE_CHECKLISTBOX 1
11264EOF
11265
11266 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst"
11267fi
11268
11269if test "$wxUSE_GAUGE" = "yes"; then
11270 cat >> confdefs.h <<\EOF
11271#define wxUSE_GAUGE 1
11272EOF
11273
11274fi
11275
11276if test "$wxUSE_GRID" = "yes"; then
11277 cat >> confdefs.h <<\EOF
11278#define wxUSE_GRID 1
11279EOF
11280
11281 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
11282fi
11283
11284if test "$wxUSE_NEW_GRID" = "yes"; then
11285 cat >> confdefs.h <<\EOF
11286#define wxUSE_NEW_GRID 1
11287EOF
11288
11289 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS newgrid"
11290fi
11291
11292if test "$wxUSE_IMAGLIST" = "yes"; then
11293 cat >> confdefs.h <<\EOF
11294#define wxUSE_IMAGLIST 1
11295EOF
11296
11297fi
11298
11299if test "$wxUSE_LISTBOX" = "yes"; then
11300 cat >> confdefs.h <<\EOF
11301#define wxUSE_LISTBOX 1
11302EOF
11303
11304fi
11305
11306if test "$wxUSE_LISTCTRL" = "yes"; then
11307 if test "$wxUSE_IMAGLIST" = "yes"; then
11308 cat >> confdefs.h <<\EOF
11309#define wxUSE_LISTCTRL 1
11310EOF
11311
11312 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
11313 else
11314 echo "configure: warning: wxListCtrl requires wxImageList and won't be compiled without it" 1>&2
11315 fi
11316fi
11317
11318if test "$wxUSE_NOTEBOOK" = "yes"; then
11319 cat >> confdefs.h <<\EOF
11320#define wxUSE_NOTEBOOK 1
11321EOF
11322
11323 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
11324fi
11325
11326if test "$wxUSE_RADIOBOX" = "yes"; then
11327 cat >> confdefs.h <<\EOF
11328#define wxUSE_RADIOBOX 1
11329EOF
11330
11331fi
11332
11333if test "$wxUSE_RADIOBTN" = "yes"; then
11334 cat >> confdefs.h <<\EOF
11335#define wxUSE_RADIOBTN 1
11336EOF
11337
11338fi
11339
11340if test "$wxUSE_SASH" = "yes"; then
11341 cat >> confdefs.h <<\EOF
11342#define wxUSE_SASH 1
11343EOF
11344
11345 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
11346fi
11347
11348if test "$wxUSE_SCROLLBAR" = "yes"; then
11349 cat >> confdefs.h <<\EOF
11350#define wxUSE_SCROLLBAR 1
11351EOF
11352
11353 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll"
11354fi
11355
11356if test "$wxUSE_SLIDER" = "yes"; then
11357 cat >> confdefs.h <<\EOF
11358#define wxUSE_SLIDER 1
11359EOF
11360
11361fi
11362
11363if test "$wxUSE_SPINBTN" = "yes"; then
11364 cat >> confdefs.h <<\EOF
11365#define wxUSE_SPINBTN 1
11366EOF
11367
11368fi
11369
11370if test "$wxUSE_SPLITTER" = "yes"; then
11371 cat >> confdefs.h <<\EOF
11372#define wxUSE_SPLITTER 1
11373EOF
11374
11375 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
11376fi
11377
11378if test "$wxUSE_STATBMP" = "yes"; then
11379 cat >> confdefs.h <<\EOF
11380#define wxUSE_STATBMP 1
11381EOF
11382
11383fi
11384
11385if test "$wxUSE_STATBOX" = "yes"; then
11386 cat >> confdefs.h <<\EOF
11387#define wxUSE_STATBOX 1
11388EOF
11389
11390fi
11391
11392if test "$wxUSE_STATLINE" = "yes"; then
11393 if test "$wxUSE_WINE" = 1 ; then
11394 echo "configure: warning: wxStaticLine is not supported under WINE" 1>&2
11395 else
11396 cat >> confdefs.h <<\EOF
11397#define wxUSE_STATLINE 1
11398EOF
11399
11400 fi
11401fi
11402
11403if test "$wxUSE_STATUSBAR" = "yes"; then
11404 cat >> confdefs.h <<\EOF
11405#define wxUSE_STATUSBAR 1
11406EOF
11407
11408fi
11409
11410if test "$wxUSE_TABDIALOG" = "yes"; then
11411 cat >> confdefs.h <<\EOF
11412#define wxUSE_TAB_DIALOG 1
11413EOF
11414
11415 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS tab"
11416fi
11417
11418if test "$wxUSE_TOOLBAR" = "yes"; then
11419 cat >> confdefs.h <<\EOF
11420#define wxUSE_TOOLBAR 1
11421EOF
11422
11423 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
11424fi
11425
11426if test "$wxUSE_TOOLTIPS" = "yes"; then
11427 if test "$wxUSE_MOTIF" = 1; then
11428 echo "configure: warning: wxTooltip not supported yet under Motif" 1>&2
11429 else
11430 if test "$wxUSE_WINE" = 1; then
11431 echo "configure: warning: wxTooltip not supported under WINE" 1>&2
11432 else
11433 cat >> confdefs.h <<\EOF
11434#define wxUSE_TOOLTIPS 1
11435EOF
11436
11437 fi
11438 fi
11439fi
11440
11441if test "$wxUSE_TREECTRL" = "yes"; then
11442 if test "$wxUSE_IMAGLIST" = "yes"; then
11443 cat >> confdefs.h <<\EOF
11444#define wxUSE_TREECTRL 1
11445EOF
11446
11447 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
11448 else
11449 echo "configure: warning: wxTreeCtrl requires wxImageList and won't be compiled without it" 1>&2
11450 fi
11451fi
11452
11453
11454
11455if test "$wxUSE_METAFILE" = "yes"; then
11456 cat >> confdefs.h <<\EOF
11457#define wxUSE_METAFILE 1
11458EOF
11459
11460fi
11461
11462if test "$wxUSE_DIRDLG" = "yes"; then
11463 if test "$wxUSE_CONSTRAINTS" != "yes"; then
11464 echo "configure: warning: wxDirDialog requires constraints so it won't be compiled without them" 1>&2
11465 else
11466 if test "$wxUSE_TREECTRL" != "yes"; then
11467 echo "configure: warning: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" 1>&2
11468 else
11469 cat >> confdefs.h <<\EOF
11470#define wxUSE_DIRDLG 1
11471EOF
11472
11473 fi
11474 fi
11475fi
11476
11477if test "$wxUSE_TEXTDLG" = "yes"; then
11478 cat >> confdefs.h <<\EOF
11479#define wxUSE_TEXTDLG 1
11480EOF
11481
11482fi
11483
11484if test "$wxUSE_STARTUP_TIPS" = "yes"; then
11485 if test "$wxUSE_CONSTRAINTS" != "yes"; then
11486 echo "configure: warning: Startup tips requires constraints and won't be compiled without them" 1>&2
11487 else
11488 cat >> confdefs.h <<\EOF
11489#define wxUSE_STARTUP_TIPS 1
11490EOF
11491
11492 fi
11493fi
11494
11495if test "$wxUSE_PROGRESSDLG" = "yes"; then
11496 if test "$wxUSE_CONSTRAINTS" != "yes"; then
11497 echo "configure: warning: wxProgressDialog requires constraints so it won't be compiled without them" 1>&2
11498 else
11499 cat >> confdefs.h <<\EOF
11500#define wxUSE_PROGRESSDLG 1
11501EOF
11502
11503 fi
11504fi
11505
11506if test "$wxUSE_MINIFRAME" = "yes"; then
11507 cat >> confdefs.h <<\EOF
11508#define wxUSE_MINIFRAME 1
11509EOF
11510
11511 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram"
11512fi
11513
11514if test "$wxUSE_HTML" = "yes"; then
11515 cat >> confdefs.h <<\EOF
11516#define wxUSE_HTML 1
11517EOF
11518
11519 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html"
11520 INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS html"
11521fi
11522
11523if test "$wxUSE_VALIDATORS" = "yes"; then
11524 cat >> confdefs.h <<\EOF
11525#define wxUSE_VALIDATORS 1
11526EOF
11527
11528 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
11529fi
11530
11531if test "$wxUSE_GIF" = "yes" ; then
11532 cat >> confdefs.h <<\EOF
11533#define wxUSE_GIF 1
11534EOF
11535
11536fi
11537
11538if test "$wxUSE_PCX" = "yes" ; then
11539 cat >> confdefs.h <<\EOF
11540#define wxUSE_PCX 1
11541EOF
11542
11543fi
11544
11545if test "$wxUSE_PNM" = "yes" ; then
11546 cat >> confdefs.h <<\EOF
11547#define wxUSE_PNM 1
11548EOF
11549
11550fi
11551
11552
11553GUILIBS="$GUI_TK_LIBRARY $OPENGL_LINK $LIBPNG_LINK $ZLIB_LINK $TOOLKIT_LINK"
11554
c63c7106 11555EXTRA_LIBS="$LIBS $POSIX4_LINK $INET_LINK $WCHAR_LINK $THREADS_LINK $DMALLOC_LINK $DL_LINK"
10f2d63a
VZ
11556if test "$wxUSE_GUI" = "yes"; then
11557 EXTRA_LIBS="$EXTRA_LIBS $GUILIBS"
11558fi
11559
11560LD_LIBS="\${top_builddir}/lib/${WX_LIBRARY_NAME_STATIC} $EXTRA_LIBS"
11561
11562INCLUDES="-I. -I\${top_builddir}/include -I\${top_srcdir}/include $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TOOLKIT_INCLUDE"
11563
11564if test "$GXX" = yes ; then
11565 CXXWARNINGS="-Wall"
11566 fi
11567EXTRA_CFLAGS="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE $INCLUDES"
11568
11569CFLAGS=`echo $CFLAGS $EXTRA_CFLAGS | sed 's/ \\+/ /g'`
11570CXXFLAGS=`echo $CXXFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \+/ /g'`
11571
11572if test "$wxUSE_GUI" = "yes"; then
11573
11574 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS bombs controls dialogs drawing dynamic \
11575 forty fractal image wxpoem"
11576else
11577 SAMPLES_SUBDIRS=""
11578fi
11579
11580SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '`"
11581
11582
11583
11584
11585
11586
11587
11588
11589
11590
11591
11592
11593
11594
11595
11596
11597
11598
11599
11600
11601
11602
11603
11604
11605
11606
11607
11608
11609
11610
11611
11612
11613
11614
11615
11616
11617
11618
11619
11620
11621
11622
11623
11624
11625
11626
11627
11628
11629
11630
11631
11632
11633
11634
11635echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
928b5c08 11636echo "configure:11637: checking whether ${MAKE-make} sets \${MAKE}" >&5
10f2d63a
VZ
11637set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
11638if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
11639 echo $ac_n "(cached) $ac_c" 1>&6
11640else
11641 cat > conftestmake <<\EOF
11642all:
11643 @echo 'ac_maketemp="${MAKE}"'
11644EOF
11645# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
11646eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
11647if test -n "$ac_maketemp"; then
11648 eval ac_cv_prog_make_${ac_make}_set=yes
11649else
11650 eval ac_cv_prog_make_${ac_make}_set=no
11651fi
11652rm -f conftestmake
11653fi
11654if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
11655 echo "$ac_t""yes" 1>&6
11656 SET_MAKE=
11657else
11658 echo "$ac_t""no" 1>&6
11659 SET_MAKE="MAKE=${MAKE-make}"
11660fi
11661
11662
11663
11664
11665if test "${TOOLKIT_DIR}" = "msw" ; then
11666 GL_TOOLKIT_DIR="win"
11667else
11668 GL_TOOLKIT_DIR="${TOOLKIT_DIR}"
11669fi
11670
11671
11672trap '' 1 2 15
11673cat > confcache <<\EOF
11674# This file is a shell script that caches the results of configure
11675# tests run on this system so they can be shared between configure
11676# scripts and configure runs. It is not useful on other systems.
11677# If it contains results you don't want to keep, you may remove or edit it.
11678#
11679# By default, configure uses ./config.cache as the cache file,
11680# creating it if it does not exist already. You can give configure
11681# the --cache-file=FILE option to use a different cache file; that is
11682# what configure does when it calls configure scripts in
11683# subdirectories, so they share the cache.
11684# Giving --cache-file=/dev/null disables caching, for debugging configure.
11685# config.status only pays attention to the cache file if you give it the
11686# --recheck option to rerun configure.
11687#
11688EOF
11689# The following way of writing the cache mishandles newlines in values,
11690# but we know of no workaround that is simple, portable, and efficient.
11691# So, don't put newlines in cache variables' values.
11692# Ultrix sh set writes to stderr and can't be redirected directly,
11693# and sets the high bit in the cache file unless we assign to the vars.
11694(set) 2>&1 |
11695 case `(ac_space=' '; set | grep ac_space) 2>&1` in
11696 *ac_space=\ *)
11697 # `set' does not quote correctly, so add quotes (double-quote substitution
11698 # turns \\\\ into \\, and sed turns \\ into \).
11699 sed -n \
11700 -e "s/'/'\\\\''/g" \
11701 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
11702 ;;
11703 *)
11704 # `set' quotes correctly as required by POSIX, so do not add quotes.
11705 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
11706 ;;
11707 esac >> confcache
11708if cmp -s $cache_file confcache; then
11709 :
11710else
11711 if test -w $cache_file; then
11712 echo "updating cache $cache_file"
11713 cat confcache > $cache_file
11714 else
11715 echo "not updating unwritable cache $cache_file"
11716 fi
11717fi
11718rm -f confcache
11719
11720trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
11721
11722test "x$prefix" = xNONE && prefix=$ac_default_prefix
11723# Let make expand exec_prefix.
11724test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11725
11726# Any assignment to VPATH causes Sun make to only execute
11727# the first set of double-colon rules, so remove it if not needed.
11728# If there is a colon in the path, we need to keep it.
11729if test "x$srcdir" = x.; then
11730 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
11731fi
11732
11733trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
11734
11735DEFS=-DHAVE_CONFIG_H
11736
11737# Without the "./", some shells look in PATH for config.status.
11738: ${CONFIG_STATUS=./config.status}
11739
11740echo creating $CONFIG_STATUS
11741rm -f $CONFIG_STATUS
11742cat > $CONFIG_STATUS <<EOF
11743#! /bin/sh
11744# Generated automatically by configure.
11745# Run this file to recreate the current configuration.
11746# This directory was configured as follows,
11747# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
11748#
11749# $0 $ac_configure_args
11750#
11751# Compiler output produced by configure, useful for debugging
11752# configure, is in ./config.log if it exists.
11753
11754ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
11755for ac_option
11756do
11757 case "\$ac_option" in
11758 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
11759 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
11760 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
11761 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
11762 echo "$CONFIG_STATUS generated by autoconf version 2.13"
11763 exit 0 ;;
11764 -help | --help | --hel | --he | --h)
11765 echo "\$ac_cs_usage"; exit 0 ;;
11766 *) echo "\$ac_cs_usage"; exit 1 ;;
11767 esac
11768done
11769
11770ac_given_srcdir=$srcdir
11771ac_given_INSTALL="$INSTALL"
11772
11773trap 'rm -fr `echo "
11774 wx-config
11775 src/make.env
11776 src/makeprog.env
11777 src/makelib.env
11778 Makefile
11779 samples/Makefile
11780 samples/bombs/Makefile
11781 samples/caret/Makefile
11782 samples/checklst/Makefile
11783 samples/config/Makefile
11784 samples/controls/Makefile
11785 samples/db/Makefile
11786 samples/dialogs/Makefile
11787 samples/docview/Makefile
11788 samples/docvwmdi/Makefile
11789 samples/dnd/Makefile
11790 samples/drawing/Makefile
11791 samples/forty/Makefile
11792 samples/fractal/Makefile
11793 samples/image/Makefile
11794 samples/internat/Makefile
11795 samples/layout/Makefile
11796 samples/listctrl/Makefile
11797 samples/mdi/Makefile
11798 samples/minifram/Makefile
11799 samples/minimal/Makefile
11800 samples/nettest/Makefile
11801 samples/newgrid/Makefile
11802 samples/notebook/Makefile
11803 samples/png/Makefile
11804 samples/printing/Makefile
11805 samples/proplist/Makefile
11806 samples/richedit/Makefile
11807 samples/resource/Makefile
11808 samples/sashtest/Makefile
11809 samples/scroll/Makefile
11810 samples/scrollsub/Makefile
11811 samples/splitter/Makefile
11812 samples/text/Makefile
11813 samples/thread/Makefile
11814 samples/toolbar/Makefile
11815 samples/treectrl/Makefile
11816 samples/typetest/Makefile
11817 samples/validate/Makefile
11818 samples/wxpoem/Makefile
11819 samples/wxsocket/Makefile
11820 samples/wizard/Makefile
11821 samples/html/Makefile
11822 samples/html/about/Makefile
11823 samples/html/help/Makefile
11824 samples/html/printing/Makefile
11825 samples/html/test/Makefile
11826 samples/html/zip/Makefile
11827 samples/html/virtual/Makefile
11828 samples/html/widget/Makefile
11829 utils/Makefile
11830 utils/wxMMedia2/Makefile
11831 utils/wxMMedia2/lib/Makefile
11832 utils/wxMMedia2/sample/Makefile
11833 utils/glcanvas/Makefile
11834 utils/glcanvas/${GL_TOOLKIT_DIR}/Makefile
11835 utils/ogl/Makefile
11836 utils/ogl/src/Makefile
11837 setup.h:setup.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
11838EOF
11839cat >> $CONFIG_STATUS <<EOF
11840
11841# Protect against being on the right side of a sed subst in config.status.
11842sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
11843 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
11844$ac_vpsub
11845$extrasub
11846s%@SHELL@%$SHELL%g
11847s%@CFLAGS@%$CFLAGS%g
11848s%@CPPFLAGS@%$CPPFLAGS%g
11849s%@CXXFLAGS@%$CXXFLAGS%g
11850s%@FFLAGS@%$FFLAGS%g
11851s%@DEFS@%$DEFS%g
11852s%@LDFLAGS@%$LDFLAGS%g
11853s%@LIBS@%$LIBS%g
11854s%@exec_prefix@%$exec_prefix%g
11855s%@prefix@%$prefix%g
11856s%@program_transform_name@%$program_transform_name%g
11857s%@bindir@%$bindir%g
11858s%@sbindir@%$sbindir%g
11859s%@libexecdir@%$libexecdir%g
11860s%@datadir@%$datadir%g
11861s%@sysconfdir@%$sysconfdir%g
11862s%@sharedstatedir@%$sharedstatedir%g
11863s%@localstatedir@%$localstatedir%g
11864s%@libdir@%$libdir%g
11865s%@includedir@%$includedir%g
11866s%@oldincludedir@%$oldincludedir%g
11867s%@infodir@%$infodir%g
11868s%@mandir@%$mandir%g
11869s%@host@%$host%g
11870s%@host_alias@%$host_alias%g
11871s%@host_cpu@%$host_cpu%g
11872s%@host_vendor@%$host_vendor%g
11873s%@host_os@%$host_os%g
11874s%@target@%$target%g
11875s%@target_alias@%$target_alias%g
11876s%@target_cpu@%$target_cpu%g
11877s%@target_vendor@%$target_vendor%g
11878s%@target_os@%$target_os%g
11879s%@build@%$build%g
11880s%@build_alias@%$build_alias%g
11881s%@build_cpu@%$build_cpu%g
11882s%@build_vendor@%$build_vendor%g
11883s%@build_os@%$build_os%g
11884s%@CC@%$CC%g
11885s%@CPP@%$CPP%g
11886s%@CXX@%$CXX%g
11887s%@CXXCPP@%$CXXCPP%g
11888s%@RANLIB@%$RANLIB%g
11889s%@AR@%$AR%g
11890s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
11891s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
11892s%@INSTALL_DATA@%$INSTALL_DATA%g
11893s%@STRIP@%$STRIP%g
11894s%@YACC@%$YACC%g
11895s%@LEX@%$LEX%g
11896s%@LEXLIB@%$LEXLIB%g
11897s%@LN_S@%$LN_S%g
11898s%@GTK_CONFIG@%$GTK_CONFIG%g
11899s%@GTK_CFLAGS@%$GTK_CFLAGS%g
11900s%@GTK_LIBS@%$GTK_LIBS%g
11901s%@WX_MAJOR_VERSION_NUMBER@%$WX_MAJOR_VERSION_NUMBER%g
11902s%@WX_MINOR_VERSION_NUMBER@%$WX_MINOR_VERSION_NUMBER%g
11903s%@WX_RELEASE_NUMBER@%$WX_RELEASE_NUMBER%g
11904s%@WX_LIBRARY_NAME@%$WX_LIBRARY_NAME%g
11905s%@WX_LIBRARY_NAME_STATIC@%$WX_LIBRARY_NAME_STATIC%g
11906s%@WX_LIBRARY_NAME_SHARED@%$WX_LIBRARY_NAME_SHARED%g
11907s%@WX_LIBRARY@%$WX_LIBRARY%g
11908s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g
11909s%@WX_LIBRARY_LINK1@%$WX_LIBRARY_LINK1%g
11910s%@WX_LIBRARY_LINK2@%$WX_LIBRARY_LINK2%g
11911s%@WX_LIBRARY_LINK3@%$WX_LIBRARY_LINK3%g
11912s%@PROGRAM_EXT@%$PROGRAM_EXT%g
11913s%@WX_ALL@%$WX_ALL%g
11914s%@WX_ALL_INSTALLED@%$WX_ALL_INSTALLED%g
11915s%@SHARED_LD@%$SHARED_LD%g
11916s%@PIC_FLAG@%$PIC_FLAG%g
11917s%@DEP_INFO_FLAGS@%$DEP_INFO_FLAGS%g
11918s%@WXDEBUG_DEFINE@%$WXDEBUG_DEFINE%g
11919s%@TOOLKIT@%$TOOLKIT%g
11920s%@TOOLKIT_DEF@%$TOOLKIT_DEF%g
11921s%@TOOLKIT_DIR@%$TOOLKIT_DIR%g
11922s%@TOOLKIT_INCLUDE@%$TOOLKIT_INCLUDE%g
11923s%@GUIHEADERS@%$GUIHEADERS%g
11924s%@GUIOBJS@%$GUIOBJS%g
11925s%@COMMONOBJS@%$COMMONOBJS%g
11926s%@GENERICOBJS@%$GENERICOBJS%g
11927s%@GUIDEPS@%$GUIDEPS%g
11928s%@COMMONDEPS@%$COMMONDEPS%g
11929s%@GENERICDEPS@%$GENERICDEPS%g
11930s%@IODBCOBJS@%$IODBCOBJS%g
11931s%@UNIXOBJS@%$UNIXOBJS%g
11932s%@UNIXDEPS@%$UNIXDEPS%g
11933s%@ALL_OBJECTS@%$ALL_OBJECTS%g
11934s%@ALL_DEPFILES@%$ALL_DEPFILES%g
11935s%@ALL_HEADERS@%$ALL_HEADERS%g
11936s%@GUIDIST@%$GUIDIST%g
11937s%@SRC_SUBDIRS@%$SRC_SUBDIRS%g
11938s%@INCLUDE_SUBDIRS@%$INCLUDE_SUBDIRS%g
11939s%@UTILS_SUBDIRS@%$UTILS_SUBDIRS%g
11940s%@DOCS_SUBDIRS@%$DOCS_SUBDIRS%g
11941s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g
11942s%@USER_SUBDIRS@%$USER_SUBDIRS%g
11943s%@EXTRA_LIBS@%$EXTRA_LIBS%g
11944s%@LD_LIBS@%$LD_LIBS%g
11945s%@SET_MAKE@%$SET_MAKE%g
11946s%@GL_TOOLKIT_DIR@%$GL_TOOLKIT_DIR%g
11947
11948CEOF
11949EOF
11950
11951cat >> $CONFIG_STATUS <<\EOF
11952
11953# Split the substitutions into bite-sized pieces for seds with
11954# small command number limits, like on Digital OSF/1 and HP-UX.
11955ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
11956ac_file=1 # Number of current file.
11957ac_beg=1 # First line for current file.
11958ac_end=$ac_max_sed_cmds # Line after last line for current file.
11959ac_more_lines=:
11960ac_sed_cmds=""
11961while $ac_more_lines; do
11962 if test $ac_beg -gt 1; then
11963 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
11964 else
11965 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
11966 fi
11967 if test ! -s conftest.s$ac_file; then
11968 ac_more_lines=false
11969 rm -f conftest.s$ac_file
11970 else
11971 if test -z "$ac_sed_cmds"; then
11972 ac_sed_cmds="sed -f conftest.s$ac_file"
11973 else
11974 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
11975 fi
11976 ac_file=`expr $ac_file + 1`
11977 ac_beg=$ac_end
11978 ac_end=`expr $ac_end + $ac_max_sed_cmds`
11979 fi
11980done
11981if test -z "$ac_sed_cmds"; then
11982 ac_sed_cmds=cat
11983fi
11984EOF
11985
11986cat >> $CONFIG_STATUS <<EOF
11987
11988CONFIG_FILES=\${CONFIG_FILES-"wx-config
11989 src/make.env
11990 src/makeprog.env
11991 src/makelib.env
11992 Makefile
11993 samples/Makefile
11994 samples/bombs/Makefile
11995 samples/caret/Makefile
11996 samples/checklst/Makefile
11997 samples/config/Makefile
11998 samples/controls/Makefile
11999 samples/db/Makefile
12000 samples/dialogs/Makefile
12001 samples/docview/Makefile
12002 samples/docvwmdi/Makefile
12003 samples/dnd/Makefile
12004 samples/drawing/Makefile
12005 samples/forty/Makefile
12006 samples/fractal/Makefile
12007 samples/image/Makefile
12008 samples/internat/Makefile
12009 samples/layout/Makefile
12010 samples/listctrl/Makefile
12011 samples/mdi/Makefile
12012 samples/minifram/Makefile
12013 samples/minimal/Makefile
12014 samples/nettest/Makefile
12015 samples/newgrid/Makefile
12016 samples/notebook/Makefile
12017 samples/png/Makefile
12018 samples/printing/Makefile
12019 samples/proplist/Makefile
12020 samples/richedit/Makefile
12021 samples/resource/Makefile
12022 samples/sashtest/Makefile
12023 samples/scroll/Makefile
12024 samples/scrollsub/Makefile
12025 samples/splitter/Makefile
12026 samples/text/Makefile
12027 samples/thread/Makefile
12028 samples/toolbar/Makefile
12029 samples/treectrl/Makefile
12030 samples/typetest/Makefile
12031 samples/validate/Makefile
12032 samples/wxpoem/Makefile
12033 samples/wxsocket/Makefile
12034 samples/wizard/Makefile
12035 samples/html/Makefile
12036 samples/html/about/Makefile
12037 samples/html/help/Makefile
12038 samples/html/printing/Makefile
12039 samples/html/test/Makefile
12040 samples/html/zip/Makefile
12041 samples/html/virtual/Makefile
12042 samples/html/widget/Makefile
12043 utils/Makefile
12044 utils/wxMMedia2/Makefile
12045 utils/wxMMedia2/lib/Makefile
12046 utils/wxMMedia2/sample/Makefile
12047 utils/glcanvas/Makefile
12048 utils/glcanvas/${GL_TOOLKIT_DIR}/Makefile
12049 utils/ogl/Makefile
12050 utils/ogl/src/Makefile
12051 "}
12052EOF
12053cat >> $CONFIG_STATUS <<\EOF
12054for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
12055 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
12056 case "$ac_file" in
12057 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
12058 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
12059 *) ac_file_in="${ac_file}.in" ;;
12060 esac
12061
12062 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
12063
12064 # Remove last slash and all that follows it. Not all systems have dirname.
12065 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
12066 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
12067 # The file is in a subdirectory.
12068 test ! -d "$ac_dir" && mkdir "$ac_dir"
12069 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
12070 # A "../" for each directory in $ac_dir_suffix.
12071 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
12072 else
12073 ac_dir_suffix= ac_dots=
12074 fi
12075
12076 case "$ac_given_srcdir" in
12077 .) srcdir=.
12078 if test -z "$ac_dots"; then top_srcdir=.
12079 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
12080 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
12081 *) # Relative path.
12082 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
12083 top_srcdir="$ac_dots$ac_given_srcdir" ;;
12084 esac
12085
12086 case "$ac_given_INSTALL" in
12087 [/$]*) INSTALL="$ac_given_INSTALL" ;;
12088 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
12089 esac
12090
12091 echo creating "$ac_file"
12092 rm -f "$ac_file"
12093 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
12094 case "$ac_file" in
12095 *Makefile*) ac_comsub="1i\\
12096# $configure_input" ;;
12097 *) ac_comsub= ;;
12098 esac
12099
12100 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
12101 sed -e "$ac_comsub
12102s%@configure_input@%$configure_input%g
12103s%@srcdir@%$srcdir%g
12104s%@top_srcdir@%$top_srcdir%g
12105s%@INSTALL@%$INSTALL%g
12106" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
12107fi; done
12108rm -f conftest.s*
12109
12110# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
12111# NAME is the cpp macro being defined and VALUE is the value it is being given.
12112#
12113# ac_d sets the value in "#define NAME VALUE" lines.
12114ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
12115ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
12116ac_dC='\3'
12117ac_dD='%g'
12118# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
12119ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
12120ac_uB='\([ ]\)%\1#\2define\3'
12121ac_uC=' '
12122ac_uD='\4%g'
12123# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
12124ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
12125ac_eB='$%\1#\2define\3'
12126ac_eC=' '
12127ac_eD='%g'
12128
12129if test "${CONFIG_HEADERS+set}" != set; then
12130EOF
12131cat >> $CONFIG_STATUS <<EOF
12132 CONFIG_HEADERS="setup.h:setup.h.in"
12133EOF
12134cat >> $CONFIG_STATUS <<\EOF
12135fi
12136for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
12137 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
12138 case "$ac_file" in
12139 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
12140 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
12141 *) ac_file_in="${ac_file}.in" ;;
12142 esac
12143
12144 echo creating $ac_file
12145
12146 rm -f conftest.frag conftest.in conftest.out
12147 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
12148 cat $ac_file_inputs > conftest.in
12149
12150EOF
12151
12152# Transform confdefs.h into a sed script conftest.vals that substitutes
12153# the proper values into config.h.in to produce config.h. And first:
12154# Protect against being on the right side of a sed subst in config.status.
12155# Protect against being in an unquoted here document in config.status.
12156rm -f conftest.vals
12157cat > conftest.hdr <<\EOF
12158s/[\\&%]/\\&/g
12159s%[\\$`]%\\&%g
12160s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
12161s%ac_d%ac_u%gp
12162s%ac_u%ac_e%gp
12163EOF
12164sed -n -f conftest.hdr confdefs.h > conftest.vals
12165rm -f conftest.hdr
12166
12167# This sed command replaces #undef with comments. This is necessary, for
12168# example, in the case of _POSIX_SOURCE, which is predefined and required
12169# on some systems where configure will not decide to define it.
12170cat >> conftest.vals <<\EOF
12171s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
12172EOF
12173
12174# Break up conftest.vals because some shells have a limit on
12175# the size of here documents, and old seds have small limits too.
12176
12177rm -f conftest.tail
12178while :
12179do
12180 ac_lines=`grep -c . conftest.vals`
12181 # grep -c gives empty output for an empty file on some AIX systems.
12182 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
12183 # Write a limited-size here document to conftest.frag.
12184 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
12185 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
12186 echo 'CEOF
12187 sed -f conftest.frag conftest.in > conftest.out
12188 rm -f conftest.in
12189 mv conftest.out conftest.in
12190' >> $CONFIG_STATUS
12191 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
12192 rm -f conftest.vals
12193 mv conftest.tail conftest.vals
12194done
12195rm -f conftest.vals
12196
12197cat >> $CONFIG_STATUS <<\EOF
12198 rm -f conftest.frag conftest.h
12199 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
12200 cat conftest.in >> conftest.h
12201 rm -f conftest.in
12202 if cmp -s $ac_file conftest.h 2>/dev/null; then
12203 echo "$ac_file is unchanged"
12204 rm -f conftest.h
12205 else
12206 # Remove last slash and all that follows it. Not all systems have dirname.
12207 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
12208 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
12209 # The file is in a subdirectory.
12210 test ! -d "$ac_dir" && mkdir "$ac_dir"
12211 fi
12212 rm -f $ac_file
12213 mv conftest.h $ac_file
12214 fi
12215fi; done
12216
12217EOF
12218cat >> $CONFIG_STATUS <<EOF
12219
12220 TOOLKIT_DIR="${TOOLKIT_DIR}"
12221
12222
12223EOF
12224cat >> $CONFIG_STATUS <<\EOF
12225
12226 chmod +x wx-config
12227 if test ! -d include; then
12228 mkdir include
12229 fi
12230 if test ! -d include/wx; then
12231 mkdir include/wx
12232 fi
12233 if test ! -d include/wx/${TOOLKIT_DIR}; then
12234 mkdir include/wx/${TOOLKIT_DIR}
12235 fi
afc31813
VZ
12236 if test -f setup.h; then
12237 mv -f setup.h include/wx/${TOOLKIT_DIR}/setup.h
12238 fi
10f2d63a
VZ
12239
12240exit 0
12241EOF
12242chmod +x $CONFIG_STATUS
12243rm -fr confdefs* $ac_clean_files
12244test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
12245
12246