]> git.saurik.com Git - wxWidgets.git/blame - configure
implemented wxSingleInstanceChecker for Unix
[wxWidgets.git] / configure
CommitLineData
10f2d63a
VZ
1#! /bin/sh
2
2c6025bc 3# From configure.in Id: configure.in
10f2d63a
VZ
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 36
422107f9
VZ
37
38
10f2d63a 39
6f72b082
OK
40
41
42# Configure paths for GTK+
43# Owen Taylor 97-11-3
10f2d63a
VZ
44
45
46# Guess values for system-dependent variables and create Makefiles.
e8482f24 47# Generated automatically using autoconf version 2.13
10f2d63a
VZ
48# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
49#
50# This configure script is free software; the Free Software Foundation
51# gives unlimited permission to copy, distribute and modify it.
52
53# Defaults:
54ac_help=
55ac_default_prefix=/usr/local
56# Any additions from configure.in:
57ac_help="$ac_help
58--enable-gui use GUI classes"
59ac_help="$ac_help
60 --with-gtk use GTK+"
61ac_help="$ac_help
62 --with-motif use Motif/Lesstif"
b4085ce6
GD
63ac_help="$ac_help
64 --with-mac use Mac OS X"
10f2d63a
VZ
65ac_help="$ac_help
66 --with-wine use WINE"
67ac_help="$ac_help
68 --with-cygwin use Cygwin for MS-Windows"
69ac_help="$ac_help
70 --with-mingw use GCC Minimal MS-Windows"
e07802fc
VZ
71ac_help="$ac_help
72 --with-pm use OS/2 Presentation Manager"
10f2d63a
VZ
73ac_help="$ac_help
74 --with-gtk-prefix=PFX Prefix where GTK is installed"
75ac_help="$ac_help
76 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed"
77ac_help="$ac_help
10f2d63a
VZ
78--with-libpng use libpng (PNG image format)"
79ac_help="$ac_help
80--with-libjpeg use libjpeg (JPEG file format)"
81ac_help="$ac_help
c7a2bf27
RR
82--with-libtiff use libtiff (TIFF file format)"
83ac_help="$ac_help
3fed1840
RR
84--with-freetype use freetype (font rasterizer)"
85ac_help="$ac_help
10f2d63a
VZ
86--with-opengl use OpenGL (or Mesa)"
87ac_help="$ac_help
b12915c1
VZ
88--with-dmalloc use dmalloc library (www.letters.com/dmalloc)"
89ac_help="$ac_help
90--with-zlib use zlib for LZW compression"
91ac_help="$ac_help
10f2d63a
VZ
92--with-odbc use the IODBC and wxODBC classes"
93ac_help="$ac_help
94--enable-shared create shared library code"
95ac_help="$ac_help
00cf1208
RR
96--enable-burnt_name create set name in shared library "
97ac_help="$ac_help
10f2d63a
VZ
98--enable-optimise create optimised code"
99ac_help="$ac_help
100--enable-debug same as debug_flag and debug_info"
101ac_help="$ac_help
102--enable-debug_flag set __WXDEBUG__ flag (recommended for developers!)"
103ac_help="$ac_help
104--enable-debug_info create code with debugging information"
105ac_help="$ac_help
106--enable-debug_gdb create code with extra GDB debugging information"
107ac_help="$ac_help
108--enable-debug_cntxt use wxDebugContext"
109ac_help="$ac_help
110--enable-mem_tracing create code with memory tracing"
111ac_help="$ac_help
112--enable-profile create code with profiling information"
113ac_help="$ac_help
114--enable-no_rtti create code without RTTI information"
115ac_help="$ac_help
116--enable-no_exceptions create code without exceptions information"
117ac_help="$ac_help
118--enable-permissive compile code disregarding strict ANSI"
119ac_help="$ac_help
120--enable-no_deps create code without dependency information"
121ac_help="$ac_help
122--enable-intl use internationalization system"
123ac_help="$ac_help
124--enable-config use wxConfig (and derived) classes"
125ac_help="$ac_help
126--enable-sockets use socket/network classes"
127ac_help="$ac_help
10f2d63a
VZ
128--enable-ipc use interprocess communication (wxSocket etc.)"
129ac_help="$ac_help
eb4efbdc
VZ
130--enable-dialupman use dialup network classes"
131ac_help="$ac_help
10f2d63a
VZ
132--enable-apple_ieee use the Apple IEEE codec"
133ac_help="$ac_help
134--enable-timedate use date/time classes"
135ac_help="$ac_help
136--enable-wave use wxWave class"
137ac_help="$ac_help
138--enable-fraction use wxFraction class"
139ac_help="$ac_help
140--enable-dynlib use wxLibrary class for DLL loading"
141ac_help="$ac_help
142--enable-longlong use wxLongLong class"
143ac_help="$ac_help
e8f65ba6
RR
144--enable-geometry use geometry class"
145ac_help="$ac_help
10f2d63a
VZ
146--enable-log use logging system"
147ac_help="$ac_help
148--enable-streams use wxStream etc classes"
149ac_help="$ac_help
150--enable-file use wxFile classes"
151ac_help="$ac_help
152--enable-textfile use wxTextFile classes"
153ac_help="$ac_help
154--enable-unicode compile wxString with Unicode support"
155ac_help="$ac_help
156--enable-wcsrtombs use wcsrtombs instead of buggy (GNU libc1/Linux libc5) wcstombs"
157ac_help="$ac_help
158--enable-wxprintfv use wxWindows implementation of vprintf()"
159ac_help="$ac_help
10f2d63a
VZ
160--enable-std_iostreams use standard C++ stream classes"
161ac_help="$ac_help
24528b0c
VS
162--enable-filesystem use virtual file systems classes"
163ac_help="$ac_help
10f2d63a
VZ
164--enable-fs_inet use virtual HTTP/FTP filesystems"
165ac_help="$ac_help
166--enable-fs_zip use virtual ZIP filesystems"
167ac_help="$ac_help
168--enable-zipstream use wxZipInputStream"
169ac_help="$ac_help
eb4efbdc
VZ
170--enable-catch_segvs catch signals and pass them to wxApp::OnFatalException"
171ac_help="$ac_help
4f3c5f06
VZ
172--enable-snglinst use wxSingleInstanceChecker class"
173ac_help="$ac_help
10f2d63a
VZ
174--enable-threads use threads"
175ac_help="$ac_help
176--enable-serial use class serialization"
177ac_help="$ac_help
178--enable-docview use document view architecture"
179ac_help="$ac_help
180--enable-help use help (using external browser at present)"
181ac_help="$ac_help
182--enable-constraints use layout-constraints system"
183ac_help="$ac_help
184--enable-printarch use printing architecture"
185ac_help="$ac_help
186--enable-mdi use multiple document interface architecture"
187ac_help="$ac_help
188--enable-postscript use wxPostscriptDC device context (default for gtk+)"
189ac_help="$ac_help
190--enable-prologio use Prolog IO library"
191ac_help="$ac_help
192--enable-resources use wxWindows resources"
193ac_help="$ac_help
194--enable-xresources use X resources for save (default for gtk+)"
195ac_help="$ac_help
196--enable-clipboard use wxClipboard classes"
197ac_help="$ac_help
198--enable-dnd use Drag'n'Drop classes"
199ac_help="$ac_help
b64f0a5f
RL
200--enable-metafile use win32 metafiles"
201ac_help="$ac_help
10f2d63a
VZ
202--enable-wxtree make wxTree library"
203ac_help="$ac_help
204--enable-controls use all usual controls"
205ac_help="$ac_help
206--enable-accel use accelerators"
207ac_help="$ac_help
208--enable-caret use wxCaret class"
209ac_help="$ac_help
210--enable-bmpbutton use wxBitmapButton class"
211ac_help="$ac_help
212--enable-checkbox use wxCheckBox class"
213ac_help="$ac_help
214--enable-checklst use wxCheckListBox (listbox with checkboxes) class"
215ac_help="$ac_help
216--enable-choice use wxChoice class"
217ac_help="$ac_help
218--enable-combobox use wxComboBox classes"
219ac_help="$ac_help
220--enable-gauge use wxGauge class"
221ac_help="$ac_help
222--enable-grid use wxGrid class"
223ac_help="$ac_help
224--enable-newgrid use new wxGrid class"
225ac_help="$ac_help
226--enable-imaglist use wxImageList class"
227ac_help="$ac_help
228--enable-listbox use wxListBox class"
229ac_help="$ac_help
230--enable-listctrl use wxListCtrl class"
231ac_help="$ac_help
232--enable-notebook use wxNotebook class"
233ac_help="$ac_help
234--enable-radiobox use wxRadioBox class"
235ac_help="$ac_help
236--enable-radiobtn use wxRadioButton class"
237ac_help="$ac_help
238--enable-sash use wxSashWindow class"
239ac_help="$ac_help
240--enable-scrollbar use wxScrollBar class and scrollable windows"
241ac_help="$ac_help
242--enable-slider use wxSlider class"
243ac_help="$ac_help
244--enable-spinbtn use wxSpinButton class"
245ac_help="$ac_help
56cfaa52
RR
246--enable-spinctrl use wxSpinCtrl class"
247ac_help="$ac_help
10f2d63a
VZ
248--enable-splitter use wxSplitterWindow class"
249ac_help="$ac_help
250--enable-statbmp use wxStaticBitmap class"
251ac_help="$ac_help
252--enable-statbox use wxStaticBox class"
253ac_help="$ac_help
254--enable-statline use wxStaticLine class"
255ac_help="$ac_help
256--enable-statusbar use wxStatusBar class"
257ac_help="$ac_help
258--enable-tabdialog use wxTabControl class"
259ac_help="$ac_help
1db8dc4a
VZ
260--enable-togglebtn use wxToggleButton class"
261ac_help="$ac_help
10f2d63a
VZ
262--enable-toolbar use wxToolBar class"
263ac_help="$ac_help
360d6699
VZ
264--enable-tbarnative use native wxToolBar class"
265ac_help="$ac_help
266--enable-tbarsmpl use wxToolBarSimple class"
267ac_help="$ac_help
10f2d63a
VZ
268--enable-treectrl use wxTreeCtrl class"
269ac_help="$ac_help
270--enable-commondlg use common dialogs (wxDirDialog, wxProgressDialog, wxTextDialog, ...)"
271ac_help="$ac_help
272--enable-dirdlg use wxDirDialog"
273ac_help="$ac_help
274--enable-textdlg use wxTextDialog"
275ac_help="$ac_help
276--enable-tipdlg use startup tips"
277ac_help="$ac_help
278--enable-progressdlg use wxProgressDialog"
279ac_help="$ac_help
280--enable-miniframe use wxMiniFrame class"
281ac_help="$ac_help
282--enable-html use wxHTML sub-library"
283ac_help="$ac_help
284--enable-tooltips use wxToolTip class"
285ac_help="$ac_help
286--enable-splines use spline drawing code"
287ac_help="$ac_help
288--enable-validators use wxValidator and derived classes"
289ac_help="$ac_help
290--enable-busyinfo use wxBusyInfo"
291ac_help="$ac_help
f6bcfd97
BP
292--enable-joystick compile in joystick support (Linux only)"
293ac_help="$ac_help
0046ff7c
VS
294--enable-image use wxImage class"
295ac_help="$ac_help
10f2d63a
VZ
296--enable-gif use gif images (GIF file format)"
297ac_help="$ac_help
298--enable-pcx use pcx images (PCX file format)"
299ac_help="$ac_help
300--enable-pnm use pnm images (PNM file format)"
0046ff7c
VS
301ac_help="$ac_help
302--enable-xpm use xpm images (XPM file format)"
6f72b082
OK
303ac_help="$ac_help
304 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)"
305ac_help="$ac_help
306 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)"
307ac_help="$ac_help
308 --disable-gtktest Do not try to compile and run a test GTK program"
ab9b9eab
VZ
309ac_help="$ac_help
310 --with-x use the X Window System"
10f2d63a
VZ
311
312# Initialize some variables set by options.
313# The variables have the same names as the options, with
314# dashes changed to underlines.
315build=NONE
316cache_file=./config.cache
317exec_prefix=NONE
318host=NONE
319no_create=
320nonopt=NONE
321no_recursion=
322prefix=NONE
323program_prefix=NONE
324program_suffix=NONE
325program_transform_name=s,x,x,
326silent=
327site=
328srcdir=
329target=NONE
330verbose=
331x_includes=NONE
332x_libraries=NONE
333bindir='${exec_prefix}/bin'
334sbindir='${exec_prefix}/sbin'
335libexecdir='${exec_prefix}/libexec'
336datadir='${prefix}/share'
337sysconfdir='${prefix}/etc'
338sharedstatedir='${prefix}/com'
339localstatedir='${prefix}/var'
340libdir='${exec_prefix}/lib'
341includedir='${prefix}/include'
342oldincludedir='/usr/include'
343infodir='${prefix}/info'
344mandir='${prefix}/man'
345
346# Initialize some other variables.
347subdirs=
348MFLAGS= MAKEFLAGS=
349SHELL=${CONFIG_SHELL-/bin/sh}
350# Maximum number of lines to put in a shell here document.
351ac_max_here_lines=12
352
353ac_prev=
354for ac_option
355do
356
357 # If the previous option needs an argument, assign it.
358 if test -n "$ac_prev"; then
359 eval "$ac_prev=\$ac_option"
360 ac_prev=
361 continue
362 fi
363
364 case "$ac_option" in
365 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
366 *) ac_optarg= ;;
367 esac
368
369 # Accept the important Cygnus configure options, so we can diagnose typos.
370
371 case "$ac_option" in
372
373 -bindir | --bindir | --bindi | --bind | --bin | --bi)
374 ac_prev=bindir ;;
375 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
376 bindir="$ac_optarg" ;;
377
378 -build | --build | --buil | --bui | --bu)
379 ac_prev=build ;;
380 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
381 build="$ac_optarg" ;;
382
383 -cache-file | --cache-file | --cache-fil | --cache-fi \
384 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
385 ac_prev=cache_file ;;
386 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
387 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
388 cache_file="$ac_optarg" ;;
389
390 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
391 ac_prev=datadir ;;
392 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
393 | --da=*)
394 datadir="$ac_optarg" ;;
395
396 -disable-* | --disable-*)
397 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
398 # Reject names that are not valid shell variable names.
399 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
400 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
401 fi
402 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
403 eval "enable_${ac_feature}=no" ;;
404
405 -enable-* | --enable-*)
406 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
407 # Reject names that are not valid shell variable names.
408 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
409 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
410 fi
411 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
412 case "$ac_option" in
413 *=*) ;;
414 *) ac_optarg=yes ;;
415 esac
416 eval "enable_${ac_feature}='$ac_optarg'" ;;
417
418 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
419 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
420 | --exec | --exe | --ex)
421 ac_prev=exec_prefix ;;
422 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
423 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
424 | --exec=* | --exe=* | --ex=*)
425 exec_prefix="$ac_optarg" ;;
426
427 -gas | --gas | --ga | --g)
428 # Obsolete; use --with-gas.
429 with_gas=yes ;;
430
431 -help | --help | --hel | --he)
432 # Omit some internal or obsolete options to make the list less imposing.
433 # This message is too long to be a string in the A/UX 3.1 sh.
434 cat << EOF
435Usage: configure [options] [host]
436Options: [defaults in brackets after descriptions]
437Configuration:
438 --cache-file=FILE cache test results in FILE
439 --help print this message
440 --no-create do not create output files
441 --quiet, --silent do not print \`checking...' messages
442 --version print the version of autoconf that created configure
443Directory and file names:
444 --prefix=PREFIX install architecture-independent files in PREFIX
445 [$ac_default_prefix]
446 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
447 [same as prefix]
448 --bindir=DIR user executables in DIR [EPREFIX/bin]
449 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
450 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
451 --datadir=DIR read-only architecture-independent data in DIR
452 [PREFIX/share]
453 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
454 --sharedstatedir=DIR modifiable architecture-independent data in DIR
455 [PREFIX/com]
456 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
457 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
458 --includedir=DIR C header files in DIR [PREFIX/include]
459 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
460 --infodir=DIR info documentation in DIR [PREFIX/info]
461 --mandir=DIR man documentation in DIR [PREFIX/man]
462 --srcdir=DIR find the sources in DIR [configure dir or ..]
463 --program-prefix=PREFIX prepend PREFIX to installed program names
464 --program-suffix=SUFFIX append SUFFIX to installed program names
465 --program-transform-name=PROGRAM
466 run sed PROGRAM on installed program names
467EOF
468 cat << EOF
469Host type:
470 --build=BUILD configure for building on BUILD [BUILD=HOST]
471 --host=HOST configure for HOST [guessed]
472 --target=TARGET configure for TARGET [TARGET=HOST]
473Features and packages:
474 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
475 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
476 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
477 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
478 --x-includes=DIR X include files are in DIR
479 --x-libraries=DIR X library files are in DIR
480EOF
481 if test -n "$ac_help"; then
482 echo "--enable and --with options recognized:$ac_help"
483 fi
484 exit 0 ;;
485
486 -host | --host | --hos | --ho)
487 ac_prev=host ;;
488 -host=* | --host=* | --hos=* | --ho=*)
489 host="$ac_optarg" ;;
490
491 -includedir | --includedir | --includedi | --included | --include \
492 | --includ | --inclu | --incl | --inc)
493 ac_prev=includedir ;;
494 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
495 | --includ=* | --inclu=* | --incl=* | --inc=*)
496 includedir="$ac_optarg" ;;
497
498 -infodir | --infodir | --infodi | --infod | --info | --inf)
499 ac_prev=infodir ;;
500 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
501 infodir="$ac_optarg" ;;
502
503 -libdir | --libdir | --libdi | --libd)
504 ac_prev=libdir ;;
505 -libdir=* | --libdir=* | --libdi=* | --libd=*)
506 libdir="$ac_optarg" ;;
507
508 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
509 | --libexe | --libex | --libe)
510 ac_prev=libexecdir ;;
511 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
512 | --libexe=* | --libex=* | --libe=*)
513 libexecdir="$ac_optarg" ;;
514
515 -localstatedir | --localstatedir | --localstatedi | --localstated \
516 | --localstate | --localstat | --localsta | --localst \
517 | --locals | --local | --loca | --loc | --lo)
518 ac_prev=localstatedir ;;
519 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
520 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
521 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
522 localstatedir="$ac_optarg" ;;
523
524 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
525 ac_prev=mandir ;;
526 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
527 mandir="$ac_optarg" ;;
528
529 -nfp | --nfp | --nf)
530 # Obsolete; use --without-fp.
531 with_fp=no ;;
532
533 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
534 | --no-cr | --no-c)
535 no_create=yes ;;
536
537 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
538 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
539 no_recursion=yes ;;
540
541 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
542 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
543 | --oldin | --oldi | --old | --ol | --o)
544 ac_prev=oldincludedir ;;
545 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
546 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
547 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
548 oldincludedir="$ac_optarg" ;;
549
550 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
551 ac_prev=prefix ;;
552 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
553 prefix="$ac_optarg" ;;
554
555 -program-prefix | --program-prefix | --program-prefi | --program-pref \
556 | --program-pre | --program-pr | --program-p)
557 ac_prev=program_prefix ;;
558 -program-prefix=* | --program-prefix=* | --program-prefi=* \
559 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
560 program_prefix="$ac_optarg" ;;
561
562 -program-suffix | --program-suffix | --program-suffi | --program-suff \
563 | --program-suf | --program-su | --program-s)
564 ac_prev=program_suffix ;;
565 -program-suffix=* | --program-suffix=* | --program-suffi=* \
566 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
567 program_suffix="$ac_optarg" ;;
568
569 -program-transform-name | --program-transform-name \
570 | --program-transform-nam | --program-transform-na \
571 | --program-transform-n | --program-transform- \
572 | --program-transform | --program-transfor \
573 | --program-transfo | --program-transf \
574 | --program-trans | --program-tran \
575 | --progr-tra | --program-tr | --program-t)
576 ac_prev=program_transform_name ;;
577 -program-transform-name=* | --program-transform-name=* \
578 | --program-transform-nam=* | --program-transform-na=* \
579 | --program-transform-n=* | --program-transform-=* \
580 | --program-transform=* | --program-transfor=* \
581 | --program-transfo=* | --program-transf=* \
582 | --program-trans=* | --program-tran=* \
583 | --progr-tra=* | --program-tr=* | --program-t=*)
584 program_transform_name="$ac_optarg" ;;
585
586 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
587 | -silent | --silent | --silen | --sile | --sil)
588 silent=yes ;;
589
590 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
591 ac_prev=sbindir ;;
592 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
593 | --sbi=* | --sb=*)
594 sbindir="$ac_optarg" ;;
595
596 -sharedstatedir | --sharedstatedir | --sharedstatedi \
597 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
598 | --sharedst | --shareds | --shared | --share | --shar \
599 | --sha | --sh)
600 ac_prev=sharedstatedir ;;
601 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
602 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
603 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
604 | --sha=* | --sh=*)
605 sharedstatedir="$ac_optarg" ;;
606
607 -site | --site | --sit)
608 ac_prev=site ;;
609 -site=* | --site=* | --sit=*)
610 site="$ac_optarg" ;;
611
612 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
613 ac_prev=srcdir ;;
614 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
615 srcdir="$ac_optarg" ;;
616
617 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
618 | --syscon | --sysco | --sysc | --sys | --sy)
619 ac_prev=sysconfdir ;;
620 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
621 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
622 sysconfdir="$ac_optarg" ;;
623
624 -target | --target | --targe | --targ | --tar | --ta | --t)
625 ac_prev=target ;;
626 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
627 target="$ac_optarg" ;;
628
629 -v | -verbose | --verbose | --verbos | --verbo | --verb)
630 verbose=yes ;;
631
632 -version | --version | --versio | --versi | --vers)
e8482f24 633 echo "configure generated by autoconf version 2.13"
10f2d63a
VZ
634 exit 0 ;;
635
636 -with-* | --with-*)
637 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
638 # Reject names that are not valid shell variable names.
639 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
640 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
641 fi
642 ac_package=`echo $ac_package| sed 's/-/_/g'`
643 case "$ac_option" in
644 *=*) ;;
645 *) ac_optarg=yes ;;
646 esac
647 eval "with_${ac_package}='$ac_optarg'" ;;
648
649 -without-* | --without-*)
650 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
651 # Reject names that are not valid shell variable names.
652 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
653 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
654 fi
655 ac_package=`echo $ac_package| sed 's/-/_/g'`
656 eval "with_${ac_package}=no" ;;
657
658 --x)
659 # Obsolete; use --with-x.
660 with_x=yes ;;
661
662 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
663 | --x-incl | --x-inc | --x-in | --x-i)
664 ac_prev=x_includes ;;
665 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
666 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
667 x_includes="$ac_optarg" ;;
668
669 -x-libraries | --x-libraries | --x-librarie | --x-librari \
670 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
671 ac_prev=x_libraries ;;
672 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
673 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
674 x_libraries="$ac_optarg" ;;
675
676 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
677 ;;
678
679 *)
680 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
681 echo "configure: warning: $ac_option: invalid host type" 1>&2
682 fi
683 if test "x$nonopt" != xNONE; then
684 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
685 fi
686 nonopt="$ac_option"
687 ;;
688
689 esac
690done
691
692if test -n "$ac_prev"; then
693 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
694fi
695
696trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
697
698# File descriptor usage:
699# 0 standard input
700# 1 file creation
701# 2 errors and warnings
702# 3 some systems may open it to /dev/tty
703# 4 used on the Kubota Titan
704# 6 checking for... messages and results
705# 5 compiler messages saved in config.log
706if test "$silent" = yes; then
707 exec 6>/dev/null
708else
709 exec 6>&1
710fi
711exec 5>./config.log
712
713echo "\
714This file contains any messages produced by compilers while
715running configure, to aid debugging if configure makes a mistake.
716" 1>&5
717
718# Strip out --no-create and --no-recursion so they do not pile up.
719# Also quote any args containing shell metacharacters.
720ac_configure_args=
721for ac_arg
722do
723 case "$ac_arg" in
724 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
725 | --no-cr | --no-c) ;;
726 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
727 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
728 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
729 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
730 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
731 esac
732done
733
734# NLS nuisances.
735# Only set these to C if already set. These must not be set unconditionally
736# because not all systems understand e.g. LANG=C (notably SCO).
737# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
738# Non-C LC_CTYPE values break the ctype check.
739if test "${LANG+set}" = set; then LANG=C; export LANG; fi
740if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
741if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
742if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
743
744# confdefs.h avoids OS command line length limits that DEFS can exceed.
745rm -rf conftest* confdefs.h
746# AIX cpp loses on an empty file, so make sure it contains at least a newline.
747echo > confdefs.h
748
749# A filename unique to this package, relative to the directory that
750# configure is in, which we can look for to find out if srcdir is correct.
751ac_unique_file=wx-config.in
752
753# Find the source files, if location was not specified.
754if test -z "$srcdir"; then
755 ac_srcdir_defaulted=yes
756 # Try the directory containing this script, then its parent.
757 ac_prog=$0
758 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
759 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
760 srcdir=$ac_confdir
761 if test ! -r $srcdir/$ac_unique_file; then
762 srcdir=..
763 fi
764else
765 ac_srcdir_defaulted=no
766fi
767if test ! -r $srcdir/$ac_unique_file; then
768 if test "$ac_srcdir_defaulted" = yes; then
769 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
770 else
771 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
772 fi
773fi
774srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
775
776# Prefer explicitly selected file to automatically selected ones.
777if test -z "$CONFIG_SITE"; then
778 if test "x$prefix" != xNONE; then
779 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
780 else
781 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
782 fi
783fi
784for ac_site_file in $CONFIG_SITE; do
785 if test -r "$ac_site_file"; then
786 echo "loading site script $ac_site_file"
787 . "$ac_site_file"
788 fi
789done
790
791if test -r "$cache_file"; then
792 echo "loading cache $cache_file"
793 . $cache_file
794else
795 echo "creating cache $cache_file"
796 > $cache_file
797fi
798
799ac_ext=c
800# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
801ac_cpp='$CPP $CPPFLAGS'
802ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
803ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
804cross_compiling=$ac_cv_prog_cc_cross
805
806ac_exeext=
807ac_objext=o
808if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
809 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
810 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
811 ac_n= ac_c='
812' ac_t=' '
813 else
814 ac_n=-n ac_c= ac_t=
815 fi
816else
817 ac_n= ac_c='\c' ac_t=
818fi
819
820
821
7c66a493
VZ
822ac_aux_dir=
823for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
824 if test -f $ac_dir/install-sh; then
825 ac_aux_dir=$ac_dir
826 ac_install_sh="$ac_aux_dir/install-sh -c"
827 break
828 elif test -f $ac_dir/install.sh; then
829 ac_aux_dir=$ac_dir
830 ac_install_sh="$ac_aux_dir/install.sh -c"
831 break
832 fi
833done
834if test -z "$ac_aux_dir"; then
835 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
836fi
837ac_config_guess=$ac_aux_dir/config.guess
838ac_config_sub=$ac_aux_dir/config.sub
839ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
840
841
842# Do some error checking and defaulting for the host and target type.
843# The inputs are:
844# configure --host=HOST --target=TARGET --build=BUILD NONOPT
845#
846# The rules are:
847# 1. You are not allowed to specify --host, --target, and nonopt at the
848# same time.
849# 2. Host defaults to nonopt.
850# 3. If nonopt is not specified, then host defaults to the current host,
851# as determined by config.guess.
852# 4. Target and build default to nonopt.
853# 5. If nonopt is not specified, then target and build default to host.
854
855# The aliases save the names the user supplied, while $host etc.
856# will get canonicalized.
857case $host---$target---$nonopt in
858NONE---*---* | *---NONE---* | *---*---NONE) ;;
859*) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
860esac
861
862
863# Make sure we can run config.sub.
864if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
865else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
866fi
867
868echo $ac_n "checking host system type""... $ac_c" 1>&6
4f3c5f06 869echo "configure:870: checking host system type" >&5
7c66a493
VZ
870
871host_alias=$host
872case "$host_alias" in
873NONE)
874 case $nonopt in
875 NONE)
876 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
877 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
878 fi ;;
879 *) host_alias=$nonopt ;;
880 esac ;;
881esac
882
883host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
884host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
885host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
886host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
887echo "$ac_t""$host" 1>&6
888
889echo $ac_n "checking target system type""... $ac_c" 1>&6
4f3c5f06 890echo "configure:891: checking target system type" >&5
7c66a493
VZ
891
892target_alias=$target
893case "$target_alias" in
894NONE)
895 case $nonopt in
896 NONE) target_alias=$host_alias ;;
897 *) target_alias=$nonopt ;;
898 esac ;;
899esac
900
901target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
902target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
903target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
904target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
905echo "$ac_t""$target" 1>&6
906
907echo $ac_n "checking build system type""... $ac_c" 1>&6
4f3c5f06 908echo "configure:909: checking build system type" >&5
7c66a493
VZ
909
910build_alias=$build
911case "$build_alias" in
912NONE)
913 case $nonopt in
914 NONE) build_alias=$host_alias ;;
915 *) build_alias=$nonopt ;;
916 esac ;;
917esac
918
919build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
920build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
921build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
922build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
923echo "$ac_t""$build" 1>&6
924
925test "$host_alias" != "$target_alias" &&
926 test "$program_prefix$program_suffix$program_transform_name" = \
927 NONENONEs,x,x, &&
928 program_prefix=${target_alias}-
929
930
10f2d63a
VZ
931
932WX_MAJOR_VERSION_NUMBER=2
37d403aa 933WX_MINOR_VERSION_NUMBER=3
665bbe97 934WX_RELEASE_NUMBER=1
10f2d63a 935
10f2d63a 936WX_VERSION=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER.$WX_RELEASE_NUMBER
10f2d63a 937WX_RELEASE=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER
6426998c
RL
938
939WX_CURRENT=0
940WX_REVISION=0
941WX_AGE=0
942
10f2d63a
VZ
943
944
945USE_UNIX=1
946USE_WIN32=0
b12915c1 947USE_BEOS=0
1216f52d 948USE_MAC=0
b12915c1 949
10f2d63a
VZ
950USE_LINUX=
951USE_SGI=
952USE_HPUX=
953USE_SYSV=
954USE_SVR4=
955USE_AIX=
956USE_SUN=
957USE_SOLARIS=
958USE_SUNOS=
959USE_ALPHA=
960USE_OSF=
961USE_BSD=
962USE_FREEBSD=
95c8801c 963USE_OPENBSD=
f6bcfd97 964USE_NETBSD=
10f2d63a
VZ
965USE_VMS=
966USE_ULTRIX=
967USE_CYGWIN=
968USE_MINGW=
969USE_DATA_GENERAL=
970
ab9b9eab
VZ
971NEEDS_D_REENTRANT_FOR_R_FUNCS=0
972
b4085ce6 973ALL_TOOLKITS="CYGWIN GTK MINGW MOTIF MAC WINE PM"
10f2d63a
VZ
974
975DEFAULT_wxUSE_GTK=0
976DEFAULT_wxUSE_MOTIF=0
977DEFAULT_wxUSE_MSW=0
b4085ce6 978DEFAULT_wxUSE_MAC=0
10f2d63a 979DEFAULT_wxUSE_WINE=0
e07802fc 980DEFAULT_wxUSE_PM=0
10f2d63a
VZ
981
982DEFAULT_DEFAULT_wxUSE_GTK=0
983DEFAULT_DEFAULT_wxUSE_MOTIF=0
984DEFAULT_DEFAULT_wxUSE_MSW=0
b4085ce6 985DEFAULT_DEFAULT_wxUSE_MAC=0
10f2d63a 986DEFAULT_DEFAULT_wxUSE_WINE=0
e07802fc 987DEFAULT_DEFAULT_wxUSE_PM=0
10f2d63a 988
d6a55c4b
VZ
989PROGRAM_EXT=
990
10f2d63a
VZ
991case "${host}" in
992 *-hp-hpux* )
993 USE_HPUX=1
994 DEFAULT_DEFAULT_wxUSE_MOTIF=1
ab9b9eab 995 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
10f2d63a
VZ
996 cat >> confdefs.h <<\EOF
997#define __HPUX__ 1
998EOF
999
1000 ;;
1001 *-*-linux* )
1002 USE_LINUX=1
1003 cat >> confdefs.h <<\EOF
1004#define __LINUX__ 1
1005EOF
1006
1007 TMP=`uname -m`
1008 if test "x$TMP" = "xalpha"; then
1009 USE_ALPHA=1
1010 cat >> confdefs.h <<\EOF
1011#define __ALPHA__ 1
1012EOF
1013
1014 fi
1015 DEFAULT_DEFAULT_wxUSE_GTK=1
1016 ;;
1017 *-*-irix5* | *-*-irix6* )
1018 USE_SGI=1
1019 USE_SVR4=1
1020 cat >> confdefs.h <<\EOF
1021#define __SGI__ 1
1022EOF
1023
1024 cat >> confdefs.h <<\EOF
1025#define __SVR4__ 1
1026EOF
1027
1028 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1029 ;;
1030 *-*-solaris2* )
1031 USE_SUN=1
1032 USE_SOLARIS=1
1033 USE_SVR4=1
1034 cat >> confdefs.h <<\EOF
1035#define __SUN__ 1
1036EOF
1037
1038 cat >> confdefs.h <<\EOF
1039#define __SOLARIS__ 1
1040EOF
1041
1042 cat >> confdefs.h <<\EOF
1043#define __SVR4__ 1
1044EOF
1045
1046 DEFAULT_DEFAULT_wxUSE_MOTIF=1
ab9b9eab 1047 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
10f2d63a
VZ
1048 ;;
1049 *-*-sunos4* )
1050 USE_SUN=1
1051 USE_SUNOS=1
1052 USE_BSD=1
1053 cat >> confdefs.h <<\EOF
1054#define __SUN__ 1
1055EOF
1056
1057 cat >> confdefs.h <<\EOF
1058#define __SUNOS__ 1
1059EOF
1060
1061 cat >> confdefs.h <<\EOF
1062#define __BSD__ 1
1063EOF
1064
1065 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1066 ;;
f6bcfd97 1067 *-*-freebsd*)
10f2d63a
VZ
1068 USE_BSD=1
1069 USE_FREEBSD=1
1070 cat >> confdefs.h <<\EOF
1071#define __FREEBSD__ 1
1072EOF
1073
1074 cat >> confdefs.h <<\EOF
1075#define __BSD__ 1
95c8801c
VS
1076EOF
1077
1078 DEFAULT_DEFAULT_wxUSE_GTK=1
1079 ;;
1080 *-*-openbsd*)
1081 USE_BSD=1
1082 USE_OPENBSD=1
1083 cat >> confdefs.h <<\EOF
1084#define __FREEBSD__ 1
1085EOF
1086
1087 cat >> confdefs.h <<\EOF
1088#define __OPENBSD__ 1
f6bcfd97
BP
1089EOF
1090
1091 DEFAULT_DEFAULT_wxUSE_GTK=1
1092 ;;
1093 *-*-netbsd*)
1094 USE_BSD=1
1095 USE_NETBSD=1
1096 cat >> confdefs.h <<\EOF
1097#define __FREEBSD__ 1
1098EOF
1099
1100 cat >> confdefs.h <<\EOF
1101#define __NETBSD__ 1
10f2d63a
VZ
1102EOF
1103
1104 DEFAULT_DEFAULT_wxUSE_GTK=1
1105 ;;
1106 *-*-osf* )
1107 USE_ALPHA=1
1108 USE_OSF=1
1109 cat >> confdefs.h <<\EOF
1110#define __ALPHA__ 1
1111EOF
1112
1113 cat >> confdefs.h <<\EOF
1114#define __OSF__ 1
1115EOF
1116
1117 DEFAULT_DEFAULT_wxUSE_MOTIF=1
f6bcfd97 1118 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
10f2d63a
VZ
1119 ;;
1120 *-*-dgux5* )
1121 USE_ALPHA=1
1122 USE_SVR4=1
1123 cat >> confdefs.h <<\EOF
1124#define __ALPHA__ 1
1125EOF
1126
1127 cat >> confdefs.h <<\EOF
1128#define __SVR4__ 1
1129EOF
1130
1131 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1132 ;;
1133 *-*-sysv5* )
1134 USE_SYSV=1
1135 USE_SVR4=1
1136 cat >> confdefs.h <<\EOF
1137#define __SYSV__ 1
1138EOF
1139
1140 cat >> confdefs.h <<\EOF
1141#define __SVR4__ 1
1142EOF
1143
1144 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1145 ;;
1146 *-*-aix* )
1147 USE_AIX=1
1148 USE_SYSV=1
1149 USE_SVR4=1
1150 cat >> confdefs.h <<\EOF
1151#define __AIX__ 1
1152EOF
1153
1154 cat >> confdefs.h <<\EOF
1155#define __SYSV__ 1
1156EOF
1157
1158 cat >> confdefs.h <<\EOF
1159#define __SVR4__ 1
1160EOF
1161
1162 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1163 ;;
1164
1c8183e2 1165 *-*-cygwin* | *-*-mingw32* )
10f2d63a
VZ
1166 USE_UNIX=0
1167 USE_WIN32=1
1168 cat >> confdefs.h <<\EOF
1169#define __WIN32__ 1
1170EOF
1171
1172 cat >> confdefs.h <<\EOF
1173#define __WIN95__ 1
1174EOF
1175
1176 cat >> confdefs.h <<\EOF
1177#define __WINDOWS__ 1
1178EOF
1179
1180 cat >> confdefs.h <<\EOF
1181#define __GNUWIN32__ 1
1182EOF
1183
1184 cat >> confdefs.h <<\EOF
1185#define STRICT 1
1186EOF
1187
1188 cat >> confdefs.h <<\EOF
1189#define WINVER 0x0400
1190EOF
1191
cf27ef00 1192 PROGRAM_EXT=".exe"
10f2d63a
VZ
1193 DEFAULT_DEFAULT_wxUSE_MSW=1
1194 ;;
1195
1196 *-pc-os2_emx )
1197 cat >> confdefs.h <<\EOF
1198#define __EMX__ 1
1199EOF
1200
cf27ef00 1201 PROGRAM_EXT=".exe"
e07802fc 1202 DEFAULT_DEFAULT_wxUSE_PM=1
10f2d63a
VZ
1203 ;;
1204
b4085ce6
GD
1205 *-*-darwin* )
1206 USE_BSD=1
1207 USE_MAC=1
1208 cat >> confdefs.h <<\EOF
1209#define __MAC__ 1
1210EOF
1211
1212 cat >> confdefs.h <<\EOF
1213#define __BSD__ 1
1214EOF
1215
1216 cat >> confdefs.h <<\EOF
1217#define __UNIX__ 1
1218EOF
1219
1220 DEFAULT_DEFAULT_wxUSE_MAC=1
1221 ;;
1222
b12915c1
VZ
1223 *-*-beos* )
1224 USE_BEOS=1
1225 cat >> confdefs.h <<\EOF
1226#define __BEOS__ 1
1227EOF
1228
1229 ;;
1230
10f2d63a
VZ
1231 *)
1232 { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; }
1233esac
1234
1235if test "$USE_UNIX" = 1 ; then
b12915c1
VZ
1236 wxUSE_UNIX=yes
1237 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1238#define __UNIX__ 1
1239EOF
1240
b12915c1
VZ
1241
1242 SRC_SUBDIRS="$SRC_SUBDIRS unix"
1243 INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS unix"
1244fi
1245
1246if test "$USE_BEOS" = 1; then
1247 SRC_SUBDIRS="$SRC_SUBDIRS be"
1248 INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS be"
10f2d63a
VZ
1249fi
1250
1251if test "$USE_LINUX" = 1; then
1252 echo $ac_n "checking for gettext in -lc""... $ac_c" 1>&6
4f3c5f06 1253echo "configure:1254: checking for gettext in -lc" >&5
10f2d63a
VZ
1254ac_lib_var=`echo c'_'gettext | sed 'y%./+-%__p_%'`
1255if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1256 echo $ac_n "(cached) $ac_c" 1>&6
1257else
1258 ac_save_LIBS="$LIBS"
1259LIBS="-lc $LIBS"
1260cat > conftest.$ac_ext <<EOF
4f3c5f06 1261#line 1262 "configure"
10f2d63a
VZ
1262#include "confdefs.h"
1263/* Override any gcc2 internal prototype to avoid an error. */
1264/* We use char because int might match the return type of a gcc2
1265 builtin and then its argument prototype would still apply. */
1266char gettext();
1267
1268int main() {
1269gettext()
1270; return 0; }
1271EOF
4f3c5f06 1272if { (eval echo configure:1273: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
1273 rm -rf conftest*
1274 eval "ac_cv_lib_$ac_lib_var=yes"
1275else
1276 echo "configure: failed program was:" >&5
1277 cat conftest.$ac_ext >&5
1278 rm -rf conftest*
1279 eval "ac_cv_lib_$ac_lib_var=no"
1280fi
1281rm -f conftest*
1282LIBS="$ac_save_LIBS"
1283
1284fi
1285if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1286 echo "$ac_t""yes" 1>&6
1287 cat >> confdefs.h <<\EOF
1288#define wxHAVE_GLIBC2 1
1289EOF
1290
1291else
1292 echo "$ac_t""no" 1>&6
1293fi
1294
1295fi
1296
1297
1298
1299
1300 wx_arg_cache_file="configarg.cache"
1301 echo "loading argument cache $wx_arg_cache_file"
1302 rm -f ${wx_arg_cache_file}.tmp
1303 touch ${wx_arg_cache_file}.tmp
1304 touch ${wx_arg_cache_file}
1305
1306
1307DEBUG_CONFIGURE=0
1308if test $DEBUG_CONFIGURE = 1; then
1309 DEFAULT_wxUSE_THREADS=yes
1310
1311 DEFAULT_wxUSE_SHARED=yes
00cf1208 1312 DEFAULT_wxUSE_BURNT_NAME=no
10f2d63a
VZ
1313 DEFAULT_wxUSE_OPTIMISE=yes
1314 DEFAULT_wxUSE_PROFILE=no
1315 DEFAULT_wxUSE_NO_DEPS=no
1316 DEFAULT_wxUSE_NO_RTTI=no
1317 DEFAULT_wxUSE_NO_EXCEPTIONS=no
1318 DEFAULT_wxUSE_PERMISSIVE=no
1319 DEFAULT_wxUSE_DEBUG_FLAG=yes
1320 DEFAULT_wxUSE_DEBUG_INFO=yes
1321 DEFAULT_wxUSE_DEBUG_GDB=yes
1322 DEFAULT_wxUSE_MEM_TRACING=no
1323 DEFAULT_wxUSE_DEBUG_CONTEXT=no
1324 DEFAULT_wxUSE_DMALLOC=no
1325 DEFAULT_wxUSE_APPLE_IEEE=no
1326
1327 DEFAULT_wxUSE_LOG=yes
1328
1329 DEFAULT_wxUSE_GUI=yes
1330
1331 DEFAULT_wxUSE_ZLIB=no
1332 DEFAULT_wxUSE_LIBPNG=no
1333 DEFAULT_wxUSE_LIBJPEG=no
c7a2bf27 1334 DEFAULT_wxUSE_LIBTIFF=no
10f2d63a 1335 DEFAULT_wxUSE_ODBC=no
3fed1840 1336 DEFAULT_wxUSE_FREETYPE=no
bdad4e7e 1337 DEFAULT_wxUSE_OPENGL=no
10f2d63a 1338
eb4efbdc 1339 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=no
4f3c5f06 1340 DEFAULT_wxUSE_SNGLINST_CHECKER=no
10f2d63a
VZ
1341 DEFAULT_wxUSE_STD_IOSTREAM=no
1342 DEFAULT_wxUSE_FILE=no
1343 DEFAULT_wxUSE_TEXTFILE=no
1344 DEFAULT_wxUSE_TIMEDATE=no
1345 DEFAULT_wxUSE_WAVE=no
1346 DEFAULT_wxUSE_INTL=no
1347 DEFAULT_wxUSE_CONFIG=no
1348 DEFAULT_wxUSE_STREAMS=no
1349 DEFAULT_wxUSE_SOCKETS=no
1350 DEFAULT_wxUSE_DIALUP_MANAGER=no
1351 DEFAULT_wxUSE_SERIAL=no
1352 DEFAULT_wxUSE_JOYSTICK=no
1353 DEFAULT_wxUSE_DYNLIB_CLASS=no
1354 DEFAULT_wxUSE_LONGLONG=no
e8f65ba6 1355 DEFAULT_wxUSE_GEOMETRY=no
10f2d63a
VZ
1356
1357 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no
1358 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no
1359 DEFAULT_wxUSE_POSTSCRIPT=no
1360
1361 DEFAULT_wxUSE_X_RESOURCES=no
1362 DEFAULT_wxUSE_CLIPBOARD=no
1363 DEFAULT_wxUSE_TOOLTIPS=no
1364 DEFAULT_wxUSE_DRAG_AND_DROP=no
1365 DEFAULT_wxUSE_SPLINES=no
1366
1367 DEFAULT_wxUSE_MDI_ARCHITECTURE=no
1368 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no
1369 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no
1370
1371 DEFAULT_wxUSE_PROLOGIO=no
1372 DEFAULT_wxUSE_RESOURCES=no
1373 DEFAULT_wxUSE_CONSTRAINTS=no
1374 DEFAULT_wxUSE_IPC=no
1375 DEFAULT_wxUSE_HELP=no
1376 DEFAULT_wxUSE_WXTREE=no
1377 DEFAULT_wxUSE_METAFILE=no
1378
1379 DEFAULT_wxUSE_COMMONDLGS=no
1380 DEFAULT_wxUSE_DIRDLG=no
1381 DEFAULT_wxUSE_TEXTDLG=no
1382 DEFAULT_wxUSE_STARTUP_TIPS=no
1383 DEFAULT_wxUSE_PROGRESSDLG=no
1384 DEFAULT_wxUSE_MINIFRAME=no
1385 DEFAULT_wxUSE_HTML=no
24528b0c 1386 DEFAULT_wxUSE_FILESYSTEM=no
10f2d63a
VZ
1387 DEFAULT_wxUSE_FS_INET=no
1388 DEFAULT_wxUSE_FS_ZIP=no
1389 DEFAULT_wxUSE_BUSYINFO=no
1390 DEFAULT_wxUSE_ZIPSTREAM=no
1391 DEFAULT_wxUSE_VALIDATORS=yes
1392
1393 DEFAULT_wxUSE_ACCEL=no
1394 DEFAULT_wxUSE_CARET=no
1395 DEFAULT_wxUSE_BMPBUTTON=no
1396 DEFAULT_wxUSE_CHECKBOX=no
1397 DEFAULT_wxUSE_CHECKLST=no
1398 DEFAULT_wxUSE_CHOICE=yes
1399 DEFAULT_wxUSE_COMBOBOX=no
1400 DEFAULT_wxUSE_GAUGE=no
1401 DEFAULT_wxUSE_GRID=no
1402 DEFAULT_wxUSE_NEW_GRID=no
1403 DEFAULT_wxUSE_IMAGLIST=no
1404 DEFAULT_wxUSE_LISTBOX=no
1405 DEFAULT_wxUSE_LISTCTRL=no
1406 DEFAULT_wxUSE_NOTEBOOK=no
1407 DEFAULT_wxUSE_RADIOBOX=no
1408 DEFAULT_wxUSE_RADIOBTN=no
1409 DEFAULT_wxUSE_SASH=no
1410 DEFAULT_wxUSE_SCROLLBAR=no
1411 DEFAULT_wxUSE_SLIDER=no
1412 DEFAULT_wxUSE_SPINBTN=no
56cfaa52 1413 DEFAULT_wxUSE_SPINCTRL=no
10f2d63a
VZ
1414 DEFAULT_wxUSE_SPLITTER=no
1415 DEFAULT_wxUSE_STATBMP=no
1416 DEFAULT_wxUSE_STATBOX=no
1417 DEFAULT_wxUSE_STATLINE=no
1418 DEFAULT_wxUSE_STATUSBAR=yes
1419 DEFAULT_wxUSE_TABDIALOG=no
1db8dc4a 1420 DEFAULT_wxUSE_TOGGLEBTN=no
10f2d63a 1421 DEFAULT_wxUSE_TOOLBAR=no
360d6699
VZ
1422 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
1423 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
10f2d63a
VZ
1424 DEFAULT_wxUSE_TREECTRL=no
1425
1426 DEFAULT_wxUSE_UNICODE=no
1427 DEFAULT_wxUSE_WCSRTOMBS=no
1428
0046ff7c 1429 DEFAULT_wxUSE_IMAGE=no
10f2d63a
VZ
1430 DEFAULT_wxUSE_GIF=no
1431 DEFAULT_wxUSE_PCX=no
1432 DEFAULT_wxUSE_PNM=no
0046ff7c 1433 DEFAULT_wxUSE_XPM=no
10f2d63a
VZ
1434else
1435 DEFAULT_wxUSE_THREADS=yes
1436
1437 DEFAULT_wxUSE_SHARED=yes
00cf1208 1438 DEFAULT_wxUSE_BURNT_NAME=no
10f2d63a
VZ
1439 DEFAULT_wxUSE_OPTIMISE=yes
1440 DEFAULT_wxUSE_PROFILE=no
1441 DEFAULT_wxUSE_NO_DEPS=no
1442 DEFAULT_wxUSE_NO_RTTI=no
1443 DEFAULT_wxUSE_NO_EXCEPTIONS=no
1444 DEFAULT_wxUSE_PERMISSIVE=no
1445 DEFAULT_wxUSE_DEBUG_FLAG=no
1446 DEFAULT_wxUSE_DEBUG_INFO=no
1447 DEFAULT_wxUSE_DEBUG_GDB=no
1448 DEFAULT_wxUSE_MEM_TRACING=no
1449 DEFAULT_wxUSE_DEBUG_CONTEXT=no
1450 DEFAULT_wxUSE_DMALLOC=no
1451 DEFAULT_wxUSE_APPLE_IEEE=yes
1452
1453 DEFAULT_wxUSE_LOG=yes
1454
1455 DEFAULT_wxUSE_GUI=yes
1456
1457 DEFAULT_wxUSE_ZLIB=yes
1458 DEFAULT_wxUSE_LIBPNG=yes
1459 DEFAULT_wxUSE_LIBJPEG=yes
b47c832e 1460 DEFAULT_wxUSE_LIBTIFF=yes
16b52fa1 1461 DEFAULT_wxUSE_ODBC=no
3fed1840 1462 DEFAULT_wxUSE_FREETYPE=no
bdad4e7e 1463 DEFAULT_wxUSE_OPENGL=no
10f2d63a 1464
eb4efbdc 1465 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=yes
4f3c5f06 1466 DEFAULT_wxUSE_SNGLINST_CHECKER=yes
10f2d63a
VZ
1467 DEFAULT_wxUSE_STD_IOSTREAM=no
1468 DEFAULT_wxUSE_FILE=yes
1469 DEFAULT_wxUSE_TEXTFILE=yes
1470 DEFAULT_wxUSE_TIMEDATE=yes
1471 DEFAULT_wxUSE_WAVE=no
1472 DEFAULT_wxUSE_INTL=yes
1473 DEFAULT_wxUSE_CONFIG=yes
1474 DEFAULT_wxUSE_STREAMS=yes
1475 DEFAULT_wxUSE_SOCKETS=yes
1476 DEFAULT_wxUSE_DIALUP_MANAGER=yes
1477 DEFAULT_wxUSE_SERIAL=yes
1478 DEFAULT_wxUSE_JOYSTICK=yes
1479 DEFAULT_wxUSE_DYNLIB_CLASS=yes
b685cd9b 1480 DEFAULT_wxUSE_LONGLONG=yes
e8f65ba6 1481 DEFAULT_wxUSE_GEOMETRY=yes
10f2d63a
VZ
1482
1483 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes
1484 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes
1485 DEFAULT_wxUSE_POSTSCRIPT=yes
1486
1487 DEFAULT_wxUSE_X_RESOURCES=no
1488 DEFAULT_wxUSE_CLIPBOARD=yes
1489 DEFAULT_wxUSE_TOOLTIPS=yes
1490 DEFAULT_wxUSE_DRAG_AND_DROP=yes
1491 DEFAULT_wxUSE_SPLINES=yes
1492
1493 DEFAULT_wxUSE_MDI_ARCHITECTURE=yes
1494 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes
1495 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes
1496
1497 DEFAULT_wxUSE_PROLOGIO=yes
1498 DEFAULT_wxUSE_RESOURCES=yes
1499 DEFAULT_wxUSE_CONSTRAINTS=yes
1500 DEFAULT_wxUSE_IPC=yes
1501 DEFAULT_wxUSE_HELP=yes
1502 DEFAULT_wxUSE_WXTREE=yes
1503 DEFAULT_wxUSE_METAFILE=yes
1504
1505 DEFAULT_wxUSE_COMMONDLGS=yes
1506 DEFAULT_wxUSE_DIRDLG=yes
1507 DEFAULT_wxUSE_TEXTDLG=yes
1508 DEFAULT_wxUSE_STARTUP_TIPS=yes
1509 DEFAULT_wxUSE_PROGRESSDLG=yes
1510 DEFAULT_wxUSE_MINIFRAME=yes
1511 DEFAULT_wxUSE_HTML=yes
24528b0c 1512 DEFAULT_wxUSE_FILESYSTEM=yes
10f2d63a
VZ
1513 DEFAULT_wxUSE_FS_INET=yes
1514 DEFAULT_wxUSE_FS_ZIP=yes
1515 DEFAULT_wxUSE_BUSYINFO=yes
1516 DEFAULT_wxUSE_ZIPSTREAM=yes
1517 DEFAULT_wxUSE_VALIDATORS=yes
1518
1519 DEFAULT_wxUSE_ACCEL=yes
1520 DEFAULT_wxUSE_CARET=yes
1521 DEFAULT_wxUSE_BMPBUTTON=yes
1522 DEFAULT_wxUSE_CHECKBOX=yes
1523 DEFAULT_wxUSE_CHECKLST=yes
1524 DEFAULT_wxUSE_CHOICE=yes
1525 DEFAULT_wxUSE_COMBOBOX=yes
1526 DEFAULT_wxUSE_GAUGE=yes
1527 DEFAULT_wxUSE_GRID=yes
cc977e5f 1528 DEFAULT_wxUSE_NEW_GRID=yes
10f2d63a
VZ
1529 DEFAULT_wxUSE_IMAGLIST=yes
1530 DEFAULT_wxUSE_LISTBOX=yes
1531 DEFAULT_wxUSE_LISTCTRL=yes
1532 DEFAULT_wxUSE_NOTEBOOK=yes
1533 DEFAULT_wxUSE_RADIOBOX=yes
1534 DEFAULT_wxUSE_RADIOBTN=yes
1535 DEFAULT_wxUSE_SASH=yes
1536 DEFAULT_wxUSE_SCROLLBAR=yes
1537 DEFAULT_wxUSE_SLIDER=yes
1538 DEFAULT_wxUSE_SPINBTN=yes
56cfaa52 1539 DEFAULT_wxUSE_SPINCTRL=yes
10f2d63a
VZ
1540 DEFAULT_wxUSE_SPLITTER=yes
1541 DEFAULT_wxUSE_STATBMP=yes
1542 DEFAULT_wxUSE_STATBOX=yes
1543 DEFAULT_wxUSE_STATLINE=yes
1544 DEFAULT_wxUSE_STATUSBAR=yes
1545 DEFAULT_wxUSE_TABDIALOG=no
1db8dc4a 1546 DEFAULT_wxUSE_TOGGLEBTN=yes
10f2d63a 1547 DEFAULT_wxUSE_TOOLBAR=yes
360d6699
VZ
1548 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
1549 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
10f2d63a
VZ
1550 DEFAULT_wxUSE_TREECTRL=yes
1551
1552 DEFAULT_wxUSE_UNICODE=no
1553 DEFAULT_wxUSE_WCSRTOMBS=no
1554
0046ff7c 1555 DEFAULT_wxUSE_IMAGE=yes
10f2d63a
VZ
1556 DEFAULT_wxUSE_GIF=yes
1557 DEFAULT_wxUSE_PCX=yes
1558 DEFAULT_wxUSE_PNM=yes
0046ff7c 1559 DEFAULT_wxUSE_XPM=yes
10f2d63a
VZ
1560fi
1561
1562
1563
1564for toolkit in `echo $ALL_TOOLKITS`; do
1565 LINE=`grep "wxUSE_$toolkit" ${wx_arg_cache_file}`
1566 if test "x$LINE" != x ; then
1567 has_toolkit_in_cache=1
1568 eval "DEFAULT_$LINE"
1569 eval "CACHE_$toolkit=1"
1570 fi
1571done
1572
1573
1574
1575 echo $ac_n "checking "for --enable-gui"""... $ac_c" 1>&6
4f3c5f06 1576echo "configure:1577: checking "for --enable-gui"" >&5
10f2d63a
VZ
1577 no_cache=0
1578 # Check whether --enable-gui or --disable-gui was given.
1579if test "${enable_gui+set}" = set; then
1580 enableval="$enable_gui"
1581
1582 if test "$enableval" = yes; then
1583 ac_cv_use_gui='wxUSE_GUI=yes'
1584 else
1585 ac_cv_use_gui='wxUSE_GUI=no'
1586 fi
1587
1588else
1589
1590 LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
1591 if test "x$LINE" != x ; then
1592 eval "DEFAULT_$LINE"
1593 else
1594 no_cache=1
1595 fi
1596
1597 ac_cv_use_gui='wxUSE_GUI='$DEFAULT_wxUSE_GUI
1598
1599fi
1600
1601
1602 eval "$ac_cv_use_gui"
1603 if test "$no_cache" != 1; then
1604 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
1605 fi
1606
1607 if test "$wxUSE_GUI" = yes; then
1608 echo "$ac_t""yes" 1>&6
1609 else
1610 echo "$ac_t""no" 1>&6
1611 fi
1612
1613
b12915c1 1614if test "$wxUSE_GUI" = "yes"; then
10f2d63a
VZ
1615
1616# Check whether --with-gtk or --without-gtk was given.
1617if test "${with_gtk+set}" = set; then
1618 withval="$with_gtk"
1619 wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
1620fi
1621
1622# Check whether --with-motif or --without-motif was given.
1623if test "${with_motif+set}" = set; then
1624 withval="$with_motif"
1625 wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
1626fi
1627
b4085ce6
GD
1628# Check whether --with-mac or --without-mac was given.
1629if test "${with_mac+set}" = set; then
1630 withval="$with_mac"
1631 wxUSE_MAC="$withval" TOOLKIT_GIVEN=1
1632fi
1633
10f2d63a
VZ
1634# Check whether --with-wine or --without-wine was given.
1635if test "${with_wine+set}" = set; then
1636 withval="$with_wine"
1637 wxUSE_WINE="$withval" CACHE_WINE=1 TOOLKIT_GIVEN=1
1638fi
1639
1640# Check whether --with-cygwin or --without-cygwin was given.
1641if test "${with_cygwin+set}" = set; then
1642 withval="$with_cygwin"
1643 wxUSE_CYGWIN="$withval" CACHE_CYGWIN=1 TOOLKIT_GIVEN=1
1644fi
1645
1646# Check whether --with-mingw or --without-mingw was given.
1647if test "${with_mingw+set}" = set; then
1648 withval="$with_mingw"
1649 wxUSE_MINGW="$withval" CACHE_MINGW=1 TOOLKIT_GIVEN=1
1650fi
1651
e07802fc
VZ
1652# Check whether --with-pm or --without-pm was given.
1653if test "${with_pm+set}" = set; then
1654 withval="$with_pm"
1655 wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
1656fi
1657
10f2d63a
VZ
1658
1659# Check whether --with-gtk-prefix or --without-gtk-prefix was given.
1660if test "${with_gtk_prefix+set}" = set; then
1661 withval="$with_gtk_prefix"
1662 gtk_config_prefix="$withval"
1663else
1664 gtk_config_prefix=""
1665fi
1666
1667# Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
1668if test "${with_gtk_exec_prefix+set}" = set; then
1669 withval="$with_gtk_exec_prefix"
1670 gtk_config_exec_prefix="$withval"
1671else
1672 gtk_config_exec_prefix=""
1673fi
1674
1675
1676
b12915c1 1677 echo $ac_n "checking "for --with-libpng"""... $ac_c" 1>&6
4f3c5f06 1678echo "configure:1679: checking "for --with-libpng"" >&5
10f2d63a 1679 no_cache=0
b12915c1
VZ
1680 # Check whether --with-libpng or --without-libpng was given.
1681if test "${with_libpng+set}" = set; then
1682 withval="$with_libpng"
10f2d63a
VZ
1683
1684 if test "$withval" = yes; then
b12915c1 1685 ac_cv_use_libpng='wxUSE_LIBPNG=yes'
422107f9 1686 elif test "$withval" = no; then
b12915c1 1687 ac_cv_use_libpng='wxUSE_LIBPNG=no'
422107f9
VZ
1688 elif test "$withval" = sys; then
1689 ac_cv_use_libpng='wxUSE_LIBPNG=sys'
1690 else
1691 { echo "configure: error: Invalid value for --with-libpng: should be yes, no or sys" 1>&2; exit 1; }
10f2d63a
VZ
1692 fi
1693
1694else
1695
b12915c1 1696 LINE=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
10f2d63a
VZ
1697 if test "x$LINE" != x ; then
1698 eval "DEFAULT_$LINE"
1699 else
1700 no_cache=1
1701 fi
1702
b12915c1 1703 ac_cv_use_libpng='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
10f2d63a
VZ
1704
1705fi
1706
1707
b12915c1 1708 eval "$ac_cv_use_libpng"
10f2d63a 1709 if test "$no_cache" != 1; then
b12915c1 1710 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
1711 fi
1712
b12915c1 1713 if test "$wxUSE_LIBPNG" = yes; then
10f2d63a 1714 echo "$ac_t""yes" 1>&6
422107f9 1715 elif test "$wxUSE_LIBPNG" = no; then
10f2d63a 1716 echo "$ac_t""no" 1>&6
422107f9
VZ
1717 elif test "$wxUSE_LIBPNG" = sys; then
1718 echo "$ac_t""system version" 1>&6
1719 else
1720 { echo "configure: error: Invalid value for --with-libpng: should be yes, no or sys" 1>&2; exit 1; }
10f2d63a
VZ
1721 fi
1722
1723
b12915c1 1724 echo $ac_n "checking "for --with-libjpeg"""... $ac_c" 1>&6
4f3c5f06 1725echo "configure:1726: checking "for --with-libjpeg"" >&5
10f2d63a 1726 no_cache=0
b12915c1
VZ
1727 # Check whether --with-libjpeg or --without-libjpeg was given.
1728if test "${with_libjpeg+set}" = set; then
1729 withval="$with_libjpeg"
10f2d63a
VZ
1730
1731 if test "$withval" = yes; then
b12915c1 1732 ac_cv_use_libjpeg='wxUSE_LIBJPEG=yes'
422107f9 1733 elif test "$withval" = no; then
b12915c1 1734 ac_cv_use_libjpeg='wxUSE_LIBJPEG=no'
422107f9
VZ
1735 elif test "$withval" = sys; then
1736 ac_cv_use_libjpeg='wxUSE_LIBJPEG=sys'
1737 else
1738 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no or sys" 1>&2; exit 1; }
10f2d63a
VZ
1739 fi
1740
1741else
1742
b12915c1 1743 LINE=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
10f2d63a
VZ
1744 if test "x$LINE" != x ; then
1745 eval "DEFAULT_$LINE"
1746 else
1747 no_cache=1
1748 fi
1749
b12915c1 1750 ac_cv_use_libjpeg='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
10f2d63a
VZ
1751
1752fi
1753
1754
b12915c1 1755 eval "$ac_cv_use_libjpeg"
10f2d63a 1756 if test "$no_cache" != 1; then
b12915c1 1757 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
1758 fi
1759
b12915c1 1760 if test "$wxUSE_LIBJPEG" = yes; then
10f2d63a 1761 echo "$ac_t""yes" 1>&6
422107f9 1762 elif test "$wxUSE_LIBJPEG" = no; then
10f2d63a 1763 echo "$ac_t""no" 1>&6
422107f9
VZ
1764 elif test "$wxUSE_LIBJPEG" = sys; then
1765 echo "$ac_t""system version" 1>&6
1766 else
1767 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no or sys" 1>&2; exit 1; }
10f2d63a
VZ
1768 fi
1769
1770
b12915c1 1771 echo $ac_n "checking "for --with-libtiff"""... $ac_c" 1>&6
4f3c5f06 1772echo "configure:1773: checking "for --with-libtiff"" >&5
10f2d63a 1773 no_cache=0
b12915c1
VZ
1774 # Check whether --with-libtiff or --without-libtiff was given.
1775if test "${with_libtiff+set}" = set; then
1776 withval="$with_libtiff"
10f2d63a
VZ
1777
1778 if test "$withval" = yes; then
b12915c1 1779 ac_cv_use_libtiff='wxUSE_LIBTIFF=yes'
0dcf9893 1780 elif test "$withval" = no; then
b12915c1 1781 ac_cv_use_libtiff='wxUSE_LIBTIFF=no'
0dcf9893
VZ
1782 elif test "$withval" = sys; then
1783 ac_cv_use_libtiff='wxUSE_LIBTIFF=sys'
1784 else
1785 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no or sys" 1>&2; exit 1; }
10f2d63a
VZ
1786 fi
1787
1788else
1789
b12915c1 1790 LINE=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
10f2d63a
VZ
1791 if test "x$LINE" != x ; then
1792 eval "DEFAULT_$LINE"
1793 else
1794 no_cache=1
1795 fi
1796
b12915c1 1797 ac_cv_use_libtiff='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
10f2d63a
VZ
1798
1799fi
1800
1801
b12915c1 1802 eval "$ac_cv_use_libtiff"
10f2d63a 1803 if test "$no_cache" != 1; then
b12915c1 1804 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
1805 fi
1806
b12915c1 1807 if test "$wxUSE_LIBTIFF" = yes; then
10f2d63a 1808 echo "$ac_t""yes" 1>&6
0dcf9893 1809 elif test "$wxUSE_LIBTIFF" = no; then
10f2d63a 1810 echo "$ac_t""no" 1>&6
0dcf9893
VZ
1811 elif test "$wxUSE_LIBTIFF" = sys; then
1812 echo "$ac_t""system version" 1>&6
1813 else
1814 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no or sys" 1>&2; exit 1; }
10f2d63a
VZ
1815 fi
1816
1817
3fed1840 1818 echo $ac_n "checking "for --with-freetype"""... $ac_c" 1>&6
4f3c5f06 1819echo "configure:1820: checking "for --with-freetype"" >&5
3fed1840
RR
1820 no_cache=0
1821 # Check whether --with-freetype or --without-freetype was given.
1822if test "${with_freetype+set}" = set; then
1823 withval="$with_freetype"
1824
1825 if test "$withval" = yes; then
1826 ac_cv_use_freetype='wxUSE_FREETYPE=yes'
1827 elif test "$withval" = no; then
1828 ac_cv_use_freetype='wxUSE_FREETYPE=no'
1829 elif test "$withval" = sys; then
1830 ac_cv_use_freetype='wxUSE_FREETYPE=sys'
1831 else
1832 { echo "configure: error: Invalid value for --with-freetype: should be yes, no or sys" 1>&2; exit 1; }
1833 fi
1834
1835else
1836
1837 LINE=`grep "wxUSE_FREETYPE" ${wx_arg_cache_file}`
1838 if test "x$LINE" != x ; then
1839 eval "DEFAULT_$LINE"
1840 else
1841 no_cache=1
1842 fi
1843
1844 ac_cv_use_freetype='wxUSE_FREETYPE='$DEFAULT_wxUSE_FREETYPE
1845
1846fi
1847
1848
1849 eval "$ac_cv_use_freetype"
1850 if test "$no_cache" != 1; then
1851 echo $ac_cv_use_freetype >> ${wx_arg_cache_file}.tmp
1852 fi
1853
1854 if test "$wxUSE_FREETYPE" = yes; then
1855 echo "$ac_t""yes" 1>&6
1856 elif test "$wxUSE_FREETYPE" = no; then
1857 echo "$ac_t""no" 1>&6
1858 elif test "$wxUSE_FREETYPE" = sys; then
1859 echo "$ac_t""system version" 1>&6
1860 else
1861 { echo "configure: error: Invalid value for --with-freetype: should be yes, no or sys" 1>&2; exit 1; }
1862 fi
1863
1864
b12915c1 1865 echo $ac_n "checking "for --with-opengl"""... $ac_c" 1>&6
4f3c5f06 1866echo "configure:1867: checking "for --with-opengl"" >&5
10f2d63a 1867 no_cache=0
b12915c1
VZ
1868 # Check whether --with-opengl or --without-opengl was given.
1869if test "${with_opengl+set}" = set; then
1870 withval="$with_opengl"
10f2d63a
VZ
1871
1872 if test "$withval" = yes; then
b12915c1 1873 ac_cv_use_opengl='wxUSE_OPENGL=yes'
10f2d63a 1874 else
b12915c1 1875 ac_cv_use_opengl='wxUSE_OPENGL=no'
10f2d63a
VZ
1876 fi
1877
1878else
1879
b12915c1 1880 LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
10f2d63a
VZ
1881 if test "x$LINE" != x ; then
1882 eval "DEFAULT_$LINE"
1883 else
1884 no_cache=1
1885 fi
1886
b12915c1 1887 ac_cv_use_opengl='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
10f2d63a
VZ
1888
1889fi
1890
1891
b12915c1 1892 eval "$ac_cv_use_opengl"
10f2d63a 1893 if test "$no_cache" != 1; then
b12915c1 1894 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
1895 fi
1896
b12915c1 1897 if test "$wxUSE_OPENGL" = yes; then
10f2d63a
VZ
1898 echo "$ac_t""yes" 1>&6
1899 else
1900 echo "$ac_t""no" 1>&6
1901 fi
1902
1903
b12915c1
VZ
1904fi
1905
1906
1907 echo $ac_n "checking "for --with-dmalloc"""... $ac_c" 1>&6
4f3c5f06 1908echo "configure:1909: checking "for --with-dmalloc"" >&5
c7a2bf27 1909 no_cache=0
b12915c1
VZ
1910 # Check whether --with-dmalloc or --without-dmalloc was given.
1911if test "${with_dmalloc+set}" = set; then
1912 withval="$with_dmalloc"
c7a2bf27
RR
1913
1914 if test "$withval" = yes; then
b12915c1 1915 ac_cv_use_dmalloc='wxUSE_DMALLOC=yes'
c7a2bf27 1916 else
b12915c1 1917 ac_cv_use_dmalloc='wxUSE_DMALLOC=no'
c7a2bf27
RR
1918 fi
1919
1920else
1921
b12915c1 1922 LINE=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
c7a2bf27
RR
1923 if test "x$LINE" != x ; then
1924 eval "DEFAULT_$LINE"
1925 else
1926 no_cache=1
1927 fi
1928
b12915c1 1929 ac_cv_use_dmalloc='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
c7a2bf27
RR
1930
1931fi
1932
1933
b12915c1 1934 eval "$ac_cv_use_dmalloc"
c7a2bf27 1935 if test "$no_cache" != 1; then
b12915c1 1936 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
c7a2bf27
RR
1937 fi
1938
b12915c1 1939 if test "$wxUSE_DMALLOC" = yes; then
c7a2bf27
RR
1940 echo "$ac_t""yes" 1>&6
1941 else
1942 echo "$ac_t""no" 1>&6
1943 fi
1944
1945
b12915c1 1946 echo $ac_n "checking "for --with-zlib"""... $ac_c" 1>&6
4f3c5f06 1947echo "configure:1948: checking "for --with-zlib"" >&5
10f2d63a 1948 no_cache=0
b12915c1
VZ
1949 # Check whether --with-zlib or --without-zlib was given.
1950if test "${with_zlib+set}" = set; then
1951 withval="$with_zlib"
10f2d63a
VZ
1952
1953 if test "$withval" = yes; then
b12915c1 1954 ac_cv_use_zlib='wxUSE_ZLIB=yes'
422107f9 1955 elif test "$withval" = no; then
b12915c1 1956 ac_cv_use_zlib='wxUSE_ZLIB=no'
422107f9
VZ
1957 elif test "$withval" = sys; then
1958 ac_cv_use_zlib='wxUSE_ZLIB=sys'
1959 else
1960 { echo "configure: error: Invalid value for --with-zlib: should be yes, no or sys" 1>&2; exit 1; }
10f2d63a
VZ
1961 fi
1962
1963else
1964
b12915c1 1965 LINE=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
10f2d63a
VZ
1966 if test "x$LINE" != x ; then
1967 eval "DEFAULT_$LINE"
1968 else
1969 no_cache=1
1970 fi
1971
b12915c1 1972 ac_cv_use_zlib='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
10f2d63a
VZ
1973
1974fi
1975
1976
b12915c1 1977 eval "$ac_cv_use_zlib"
10f2d63a 1978 if test "$no_cache" != 1; then
b12915c1 1979 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
1980 fi
1981
b12915c1 1982 if test "$wxUSE_ZLIB" = yes; then
10f2d63a 1983 echo "$ac_t""yes" 1>&6
422107f9 1984 elif test "$wxUSE_ZLIB" = no; then
bdad4e7e 1985 echo "$ac_t""no" 1>&6
422107f9
VZ
1986 elif test "$wxUSE_ZLIB" = sys; then
1987 echo "$ac_t""system version" 1>&6
1988 else
1989 { echo "configure: error: Invalid value for --with-zlib: should be yes, no or sys" 1>&2; exit 1; }
10f2d63a
VZ
1990 fi
1991
1992
1993 echo $ac_n "checking "for --with-odbc"""... $ac_c" 1>&6
4f3c5f06 1994echo "configure:1995: checking "for --with-odbc"" >&5
10f2d63a
VZ
1995 no_cache=0
1996 # Check whether --with-odbc or --without-odbc was given.
1997if test "${with_odbc+set}" = set; then
1998 withval="$with_odbc"
1999
2000 if test "$withval" = yes; then
2001 ac_cv_use_odbc='wxUSE_ODBC=yes'
2002 else
2003 ac_cv_use_odbc='wxUSE_ODBC=no'
2004 fi
2005
2006else
2007
2008 LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
2009 if test "x$LINE" != x ; then
2010 eval "DEFAULT_$LINE"
2011 else
2012 no_cache=1
2013 fi
2014
2015 ac_cv_use_odbc='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
2016
2017fi
2018
2019
2020 eval "$ac_cv_use_odbc"
2021 if test "$no_cache" != 1; then
2022 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
2023 fi
2024
2025 if test "$wxUSE_ODBC" = yes; then
2026 echo "$ac_t""yes" 1>&6
2027 else
2028 echo "$ac_t""no" 1>&6
2029 fi
2030
2031
2032
2033
2034
2035 echo $ac_n "checking "for --enable-shared"""... $ac_c" 1>&6
4f3c5f06 2036echo "configure:2037: checking "for --enable-shared"" >&5
10f2d63a
VZ
2037 no_cache=0
2038 # Check whether --enable-shared or --disable-shared was given.
2039if test "${enable_shared+set}" = set; then
2040 enableval="$enable_shared"
2041
2042 if test "$enableval" = yes; then
2043 ac_cv_use_shared='wxUSE_SHARED=yes'
2044 else
2045 ac_cv_use_shared='wxUSE_SHARED=no'
2046 fi
2047
2048else
2049
2050 LINE=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
2051 if test "x$LINE" != x ; then
2052 eval "DEFAULT_$LINE"
2053 else
2054 no_cache=1
2055 fi
2056
2057 ac_cv_use_shared='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
2058
2059fi
2060
2061
2062 eval "$ac_cv_use_shared"
2063 if test "$no_cache" != 1; then
2064 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
2065 fi
2066
2067 if test "$wxUSE_SHARED" = yes; then
2068 echo "$ac_t""yes" 1>&6
2069 else
2070 echo "$ac_t""no" 1>&6
2071 fi
2072
2073
00cf1208 2074 echo $ac_n "checking "for --enable-burnt_name"""... $ac_c" 1>&6
4f3c5f06 2075echo "configure:2076: checking "for --enable-burnt_name"" >&5
00cf1208
RR
2076 no_cache=0
2077 # Check whether --enable-burnt_name or --disable-burnt_name was given.
2078if test "${enable_burnt_name+set}" = set; then
2079 enableval="$enable_burnt_name"
2080
2081 if test "$enableval" = yes; then
2082 ac_cv_use_burnt_name='wxUSE_BURNT_NAME=yes'
2083 else
2084 ac_cv_use_burnt_name='wxUSE_BURNT_NAME=no'
2085 fi
2086
2087else
2088
2089 LINE=`grep "wxUSE_BURNT_NAME" ${wx_arg_cache_file}`
2090 if test "x$LINE" != x ; then
2091 eval "DEFAULT_$LINE"
2092 else
2093 no_cache=1
2094 fi
2095
2096 ac_cv_use_burnt_name='wxUSE_BURNT_NAME='$DEFAULT_wxUSE_BURNT_NAME
2097
2098fi
2099
2100
2101 eval "$ac_cv_use_burnt_name"
2102 if test "$no_cache" != 1; then
2103 echo $ac_cv_use_burnt_name >> ${wx_arg_cache_file}.tmp
2104 fi
2105
2106 if test "$wxUSE_BURNT_NAME" = yes; then
2107 echo "$ac_t""yes" 1>&6
2108 else
2109 echo "$ac_t""no" 1>&6
2110 fi
2111
2112
10f2d63a 2113 echo $ac_n "checking "for --enable-optimise"""... $ac_c" 1>&6
4f3c5f06 2114echo "configure:2115: checking "for --enable-optimise"" >&5
10f2d63a
VZ
2115 no_cache=0
2116 # Check whether --enable-optimise or --disable-optimise was given.
2117if test "${enable_optimise+set}" = set; then
2118 enableval="$enable_optimise"
2119
2120 if test "$enableval" = yes; then
2121 ac_cv_use_optimise='wxUSE_OPTIMISE=yes'
2122 else
2123 ac_cv_use_optimise='wxUSE_OPTIMISE=no'
2124 fi
2125
2126else
2127
2128 LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
2129 if test "x$LINE" != x ; then
2130 eval "DEFAULT_$LINE"
2131 else
2132 no_cache=1
2133 fi
2134
2135 ac_cv_use_optimise='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
2136
2137fi
2138
2139
2140 eval "$ac_cv_use_optimise"
2141 if test "$no_cache" != 1; then
2142 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
2143 fi
2144
2145 if test "$wxUSE_OPTIMISE" = yes; then
2146 echo "$ac_t""yes" 1>&6
2147 else
2148 echo "$ac_t""no" 1>&6
2149 fi
2150
2151
2152 echo $ac_n "checking "for --enable-debug"""... $ac_c" 1>&6
4f3c5f06 2153echo "configure:2154: checking "for --enable-debug"" >&5
10f2d63a
VZ
2154 no_cache=0
2155 # Check whether --enable-debug or --disable-debug was given.
2156if test "${enable_debug+set}" = set; then
2157 enableval="$enable_debug"
2158
2159 if test "$enableval" = yes; then
2160 ac_cv_use_debug='wxUSE_DEBUG=yes'
2161 else
2162 ac_cv_use_debug='wxUSE_DEBUG=no'
2163 fi
2164
2165else
2166
2167 LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
2168 if test "x$LINE" != x ; then
2169 eval "DEFAULT_$LINE"
2170 else
2171 no_cache=1
2172 fi
2173
2174 ac_cv_use_debug='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
2175
2176fi
2177
2178
2179 eval "$ac_cv_use_debug"
2180 if test "$no_cache" != 1; then
2181 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
2182 fi
2183
2184 if test "$wxUSE_DEBUG" = yes; then
2185 echo "$ac_t""yes" 1>&6
2186 else
2187 echo "$ac_t""no" 1>&6
2188 fi
2189
2190
2191if test "$wxUSE_DEBUG" = "yes"; then
2192 DEFAULT_wxUSE_DEBUG_FLAG=yes
2193 DEFAULT_wxUSE_DEBUG_INFO=yes
2194elif test "$wxUSE_DEBUG" = "no"; then
2195 DEFAULT_wxUSE_DEBUG_FLAG=no
2196 DEFAULT_wxUSE_DEBUG_INFO=no
2197fi
2198
2199
2200 echo $ac_n "checking "for --enable-debug_flag"""... $ac_c" 1>&6
4f3c5f06 2201echo "configure:2202: checking "for --enable-debug_flag"" >&5
10f2d63a
VZ
2202 no_cache=0
2203 # Check whether --enable-debug_flag or --disable-debug_flag was given.
2204if test "${enable_debug_flag+set}" = set; then
2205 enableval="$enable_debug_flag"
2206
2207 if test "$enableval" = yes; then
2208 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes'
2209 else
2210 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no'
2211 fi
2212
2213else
2214
2215 LINE=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
2216 if test "x$LINE" != x ; then
2217 eval "DEFAULT_$LINE"
2218 else
2219 no_cache=1
2220 fi
2221
2222 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
2223
2224fi
2225
2226
2227 eval "$ac_cv_use_debug_flag"
2228 if test "$no_cache" != 1; then
2229 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
2230 fi
2231
2232 if test "$wxUSE_DEBUG_FLAG" = yes; then
2233 echo "$ac_t""yes" 1>&6
2234 else
2235 echo "$ac_t""no" 1>&6
2236 fi
2237
2238
2239 echo $ac_n "checking "for --enable-debug_info"""... $ac_c" 1>&6
4f3c5f06 2240echo "configure:2241: checking "for --enable-debug_info"" >&5
10f2d63a
VZ
2241 no_cache=0
2242 # Check whether --enable-debug_info or --disable-debug_info was given.
2243if test "${enable_debug_info+set}" = set; then
2244 enableval="$enable_debug_info"
2245
2246 if test "$enableval" = yes; then
2247 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
2248 else
2249 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
2250 fi
2251
2252else
2253
2254 LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
2255 if test "x$LINE" != x ; then
2256 eval "DEFAULT_$LINE"
2257 else
2258 no_cache=1
2259 fi
2260
2261 ac_cv_use_debug_info='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
2262
2263fi
2264
2265
2266 eval "$ac_cv_use_debug_info"
2267 if test "$no_cache" != 1; then
2268 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
2269 fi
2270
2271 if test "$wxUSE_DEBUG_INFO" = yes; then
2272 echo "$ac_t""yes" 1>&6
2273 else
2274 echo "$ac_t""no" 1>&6
2275 fi
2276
2277
2278 echo $ac_n "checking "for --enable-debug_gdb"""... $ac_c" 1>&6
4f3c5f06 2279echo "configure:2280: checking "for --enable-debug_gdb"" >&5
10f2d63a
VZ
2280 no_cache=0
2281 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
2282if test "${enable_debug_gdb+set}" = set; then
2283 enableval="$enable_debug_gdb"
2284
2285 if test "$enableval" = yes; then
2286 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes'
2287 else
2288 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no'
2289 fi
2290
2291else
2292
2293 LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
2294 if test "x$LINE" != x ; then
2295 eval "DEFAULT_$LINE"
2296 else
2297 no_cache=1
2298 fi
2299
2300 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
2301
2302fi
2303
2304
2305 eval "$ac_cv_use_debug_gdb"
2306 if test "$no_cache" != 1; then
2307 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
2308 fi
2309
2310 if test "$wxUSE_DEBUG_GDB" = yes; then
2311 echo "$ac_t""yes" 1>&6
2312 else
2313 echo "$ac_t""no" 1>&6
2314 fi
2315
2316
2317 echo $ac_n "checking "for --enable-debug_cntxt"""... $ac_c" 1>&6
4f3c5f06 2318echo "configure:2319: checking "for --enable-debug_cntxt"" >&5
10f2d63a
VZ
2319 no_cache=0
2320 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
2321if test "${enable_debug_cntxt+set}" = set; then
2322 enableval="$enable_debug_cntxt"
2323
2324 if test "$enableval" = yes; then
2325 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes'
2326 else
2327 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no'
2328 fi
2329
2330else
2331
2332 LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
2333 if test "x$LINE" != x ; then
2334 eval "DEFAULT_$LINE"
2335 else
2336 no_cache=1
2337 fi
2338
2339 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
2340
2341fi
2342
2343
2344 eval "$ac_cv_use_debug_cntxt"
2345 if test "$no_cache" != 1; then
2346 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
2347 fi
2348
2349 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
2350 echo "$ac_t""yes" 1>&6
2351 else
2352 echo "$ac_t""no" 1>&6
2353 fi
2354
2355
2356 echo $ac_n "checking "for --enable-mem_tracing"""... $ac_c" 1>&6
4f3c5f06 2357echo "configure:2358: checking "for --enable-mem_tracing"" >&5
10f2d63a
VZ
2358 no_cache=0
2359 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
2360if test "${enable_mem_tracing+set}" = set; then
2361 enableval="$enable_mem_tracing"
2362
2363 if test "$enableval" = yes; then
2364 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
2365 else
2366 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
2367 fi
2368
2369else
2370
2371 LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
2372 if test "x$LINE" != x ; then
2373 eval "DEFAULT_$LINE"
2374 else
2375 no_cache=1
2376 fi
2377
2378 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
2379
2380fi
2381
2382
2383 eval "$ac_cv_use_mem_tracing"
2384 if test "$no_cache" != 1; then
2385 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
2386 fi
2387
2388 if test "$wxUSE_MEM_TRACING" = yes; then
2389 echo "$ac_t""yes" 1>&6
2390 else
2391 echo "$ac_t""no" 1>&6
2392 fi
2393
2394
2395 echo $ac_n "checking "for --enable-profile"""... $ac_c" 1>&6
4f3c5f06 2396echo "configure:2397: checking "for --enable-profile"" >&5
10f2d63a
VZ
2397 no_cache=0
2398 # Check whether --enable-profile or --disable-profile was given.
2399if test "${enable_profile+set}" = set; then
2400 enableval="$enable_profile"
2401
2402 if test "$enableval" = yes; then
2403 ac_cv_use_profile='wxUSE_PROFILE=yes'
2404 else
2405 ac_cv_use_profile='wxUSE_PROFILE=no'
2406 fi
2407
2408else
2409
2410 LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
2411 if test "x$LINE" != x ; then
2412 eval "DEFAULT_$LINE"
2413 else
2414 no_cache=1
2415 fi
2416
2417 ac_cv_use_profile='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
2418
2419fi
2420
2421
2422 eval "$ac_cv_use_profile"
2423 if test "$no_cache" != 1; then
2424 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
2425 fi
2426
2427 if test "$wxUSE_PROFILE" = yes; then
2428 echo "$ac_t""yes" 1>&6
2429 else
2430 echo "$ac_t""no" 1>&6
2431 fi
2432
2433
2434 echo $ac_n "checking "for --enable-no_rtti"""... $ac_c" 1>&6
4f3c5f06 2435echo "configure:2436: checking "for --enable-no_rtti"" >&5
10f2d63a
VZ
2436 no_cache=0
2437 # Check whether --enable-no_rtti or --disable-no_rtti was given.
2438if test "${enable_no_rtti+set}" = set; then
2439 enableval="$enable_no_rtti"
2440
2441 if test "$enableval" = yes; then
2442 ac_cv_use_no_rtti='wxUSE_NO_RTTI=yes'
2443 else
2444 ac_cv_use_no_rtti='wxUSE_NO_RTTI=no'
2445 fi
2446
2447else
2448
2449 LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
2450 if test "x$LINE" != x ; then
2451 eval "DEFAULT_$LINE"
2452 else
2453 no_cache=1
2454 fi
2455
2456 ac_cv_use_no_rtti='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
2457
2458fi
2459
2460
2461 eval "$ac_cv_use_no_rtti"
2462 if test "$no_cache" != 1; then
2463 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
2464 fi
2465
2466 if test "$wxUSE_NO_RTTI" = yes; then
2467 echo "$ac_t""yes" 1>&6
2468 else
2469 echo "$ac_t""no" 1>&6
2470 fi
2471
2472
2473 echo $ac_n "checking "for --enable-no_exceptions"""... $ac_c" 1>&6
4f3c5f06 2474echo "configure:2475: checking "for --enable-no_exceptions"" >&5
10f2d63a
VZ
2475 no_cache=0
2476 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
2477if test "${enable_no_exceptions+set}" = set; then
2478 enableval="$enable_no_exceptions"
2479
2480 if test "$enableval" = yes; then
2481 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
2482 else
2483 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
2484 fi
2485
2486else
2487
2488 LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
2489 if test "x$LINE" != x ; then
2490 eval "DEFAULT_$LINE"
2491 else
2492 no_cache=1
2493 fi
2494
2495 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
2496
2497fi
2498
2499
2500 eval "$ac_cv_use_no_exceptions"
2501 if test "$no_cache" != 1; then
2502 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
2503 fi
2504
2505 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
2506 echo "$ac_t""yes" 1>&6
2507 else
2508 echo "$ac_t""no" 1>&6
2509 fi
2510
2511
2512 echo $ac_n "checking "for --enable-permissive"""... $ac_c" 1>&6
4f3c5f06 2513echo "configure:2514: checking "for --enable-permissive"" >&5
10f2d63a
VZ
2514 no_cache=0
2515 # Check whether --enable-permissive or --disable-permissive was given.
2516if test "${enable_permissive+set}" = set; then
2517 enableval="$enable_permissive"
2518
2519 if test "$enableval" = yes; then
2520 ac_cv_use_permissive='wxUSE_PERMISSIVE=yes'
2521 else
2522 ac_cv_use_permissive='wxUSE_PERMISSIVE=no'
2523 fi
2524
2525else
2526
2527 LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
2528 if test "x$LINE" != x ; then
2529 eval "DEFAULT_$LINE"
2530 else
2531 no_cache=1
2532 fi
2533
2534 ac_cv_use_permissive='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
2535
2536fi
2537
2538
2539 eval "$ac_cv_use_permissive"
2540 if test "$no_cache" != 1; then
2541 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
2542 fi
2543
2544 if test "$wxUSE_PERMISSIVE" = yes; then
2545 echo "$ac_t""yes" 1>&6
2546 else
2547 echo "$ac_t""no" 1>&6
2548 fi
2549
2550
2551 echo $ac_n "checking "for --enable-no_deps"""... $ac_c" 1>&6
4f3c5f06 2552echo "configure:2553: checking "for --enable-no_deps"" >&5
10f2d63a
VZ
2553 no_cache=0
2554 # Check whether --enable-no_deps or --disable-no_deps was given.
2555if test "${enable_no_deps+set}" = set; then
2556 enableval="$enable_no_deps"
2557
2558 if test "$enableval" = yes; then
2559 ac_cv_use_no_deps='wxUSE_NO_DEPS=yes'
2560 else
2561 ac_cv_use_no_deps='wxUSE_NO_DEPS=no'
2562 fi
2563
2564else
2565
2566 LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
2567 if test "x$LINE" != x ; then
2568 eval "DEFAULT_$LINE"
2569 else
2570 no_cache=1
2571 fi
2572
2573 ac_cv_use_no_deps='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
2574
2575fi
2576
2577
2578 eval "$ac_cv_use_no_deps"
2579 if test "$no_cache" != 1; then
2580 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
2581 fi
2582
2583 if test "$wxUSE_NO_DEPS" = yes; then
2584 echo "$ac_t""yes" 1>&6
2585 else
2586 echo "$ac_t""no" 1>&6
2587 fi
2588
2589
2590
2591
2592 echo $ac_n "checking "for --enable-intl"""... $ac_c" 1>&6
4f3c5f06 2593echo "configure:2594: checking "for --enable-intl"" >&5
10f2d63a
VZ
2594 no_cache=0
2595 # Check whether --enable-intl or --disable-intl was given.
2596if test "${enable_intl+set}" = set; then
2597 enableval="$enable_intl"
2598
2599 if test "$enableval" = yes; then
2600 ac_cv_use_intl='wxUSE_INTL=yes'
2601 else
2602 ac_cv_use_intl='wxUSE_INTL=no'
2603 fi
2604
2605else
2606
2607 LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
2608 if test "x$LINE" != x ; then
2609 eval "DEFAULT_$LINE"
2610 else
2611 no_cache=1
2612 fi
2613
2614 ac_cv_use_intl='wxUSE_INTL='$DEFAULT_wxUSE_INTL
2615
2616fi
2617
2618
2619 eval "$ac_cv_use_intl"
2620 if test "$no_cache" != 1; then
2621 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
2622 fi
2623
2624 if test "$wxUSE_INTL" = yes; then
2625 echo "$ac_t""yes" 1>&6
2626 else
2627 echo "$ac_t""no" 1>&6
2628 fi
2629
2630
2631 echo $ac_n "checking "for --enable-config"""... $ac_c" 1>&6
4f3c5f06 2632echo "configure:2633: checking "for --enable-config"" >&5
10f2d63a
VZ
2633 no_cache=0
2634 # Check whether --enable-config or --disable-config was given.
2635if test "${enable_config+set}" = set; then
2636 enableval="$enable_config"
2637
2638 if test "$enableval" = yes; then
2639 ac_cv_use_config='wxUSE_CONFIG=yes'
2640 else
2641 ac_cv_use_config='wxUSE_CONFIG=no'
2642 fi
2643
2644else
2645
2646 LINE=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
2647 if test "x$LINE" != x ; then
2648 eval "DEFAULT_$LINE"
2649 else
2650 no_cache=1
2651 fi
2652
2653 ac_cv_use_config='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
2654
2655fi
2656
2657
2658 eval "$ac_cv_use_config"
2659 if test "$no_cache" != 1; then
2660 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
2661 fi
2662
2663 if test "$wxUSE_CONFIG" = yes; then
2664 echo "$ac_t""yes" 1>&6
2665 else
2666 echo "$ac_t""no" 1>&6
2667 fi
2668
2669
b12915c1 2670
10f2d63a 2671 echo $ac_n "checking "for --enable-sockets"""... $ac_c" 1>&6
4f3c5f06 2672echo "configure:2673: checking "for --enable-sockets"" >&5
10f2d63a
VZ
2673 no_cache=0
2674 # Check whether --enable-sockets or --disable-sockets was given.
2675if test "${enable_sockets+set}" = set; then
2676 enableval="$enable_sockets"
2677
2678 if test "$enableval" = yes; then
2679 ac_cv_use_sockets='wxUSE_SOCKETS=yes'
2680 else
2681 ac_cv_use_sockets='wxUSE_SOCKETS=no'
2682 fi
2683
2684else
2685
2686 LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
2687 if test "x$LINE" != x ; then
2688 eval "DEFAULT_$LINE"
2689 else
2690 no_cache=1
2691 fi
2692
2693 ac_cv_use_sockets='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
2694
2695fi
2696
2697
2698 eval "$ac_cv_use_sockets"
2699 if test "$no_cache" != 1; then
2700 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
2701 fi
2702
2703 if test "$wxUSE_SOCKETS" = yes; then
2704 echo "$ac_t""yes" 1>&6
2705 else
2706 echo "$ac_t""no" 1>&6
2707 fi
2708
b12915c1 2709
10f2d63a 2710
eb4efbdc 2711 echo $ac_n "checking "for --enable-ipc"""... $ac_c" 1>&6
4f3c5f06 2712echo "configure:2713: checking "for --enable-ipc"" >&5
10f2d63a 2713 no_cache=0
eb4efbdc
VZ
2714 # Check whether --enable-ipc or --disable-ipc was given.
2715if test "${enable_ipc+set}" = set; then
2716 enableval="$enable_ipc"
10f2d63a
VZ
2717
2718 if test "$enableval" = yes; then
eb4efbdc 2719 ac_cv_use_ipc='wxUSE_IPC=yes'
10f2d63a 2720 else
eb4efbdc 2721 ac_cv_use_ipc='wxUSE_IPC=no'
10f2d63a
VZ
2722 fi
2723
2724else
2725
eb4efbdc 2726 LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
10f2d63a
VZ
2727 if test "x$LINE" != x ; then
2728 eval "DEFAULT_$LINE"
2729 else
2730 no_cache=1
2731 fi
2732
eb4efbdc 2733 ac_cv_use_ipc='wxUSE_IPC='$DEFAULT_wxUSE_IPC
10f2d63a
VZ
2734
2735fi
2736
2737
eb4efbdc 2738 eval "$ac_cv_use_ipc"
10f2d63a 2739 if test "$no_cache" != 1; then
eb4efbdc 2740 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
2741 fi
2742
eb4efbdc 2743 if test "$wxUSE_IPC" = yes; then
10f2d63a
VZ
2744 echo "$ac_t""yes" 1>&6
2745 else
2746 echo "$ac_t""no" 1>&6
2747 fi
2748
2749
eb4efbdc
VZ
2750
2751 echo $ac_n "checking "for --enable-dialupman"""... $ac_c" 1>&6
4f3c5f06 2752echo "configure:2753: checking "for --enable-dialupman"" >&5
10f2d63a 2753 no_cache=0
eb4efbdc
VZ
2754 # Check whether --enable-dialupman or --disable-dialupman was given.
2755if test "${enable_dialupman+set}" = set; then
2756 enableval="$enable_dialupman"
10f2d63a
VZ
2757
2758 if test "$enableval" = yes; then
eb4efbdc 2759 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes'
10f2d63a 2760 else
eb4efbdc 2761 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no'
10f2d63a
VZ
2762 fi
2763
2764else
2765
eb4efbdc 2766 LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
10f2d63a
VZ
2767 if test "x$LINE" != x ; then
2768 eval "DEFAULT_$LINE"
2769 else
2770 no_cache=1
2771 fi
2772
eb4efbdc 2773 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
10f2d63a
VZ
2774
2775fi
2776
2777
eb4efbdc 2778 eval "$ac_cv_use_dialupman"
10f2d63a 2779 if test "$no_cache" != 1; then
eb4efbdc 2780 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
2781 fi
2782
eb4efbdc 2783 if test "$wxUSE_DIALUP_MANAGER" = yes; then
10f2d63a
VZ
2784 echo "$ac_t""yes" 1>&6
2785 else
2786 echo "$ac_t""no" 1>&6
2787 fi
2788
2789
2790 echo $ac_n "checking "for --enable-apple_ieee"""... $ac_c" 1>&6
4f3c5f06 2791echo "configure:2792: checking "for --enable-apple_ieee"" >&5
10f2d63a
VZ
2792 no_cache=0
2793 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
2794if test "${enable_apple_ieee+set}" = set; then
2795 enableval="$enable_apple_ieee"
2796
2797 if test "$enableval" = yes; then
2798 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes'
2799 else
2800 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no'
2801 fi
2802
2803else
2804
2805 LINE=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
2806 if test "x$LINE" != x ; then
2807 eval "DEFAULT_$LINE"
2808 else
2809 no_cache=1
2810 fi
2811
2812 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
2813
2814fi
2815
2816
2817 eval "$ac_cv_use_apple_ieee"
2818 if test "$no_cache" != 1; then
2819 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
2820 fi
2821
2822 if test "$wxUSE_APPLE_IEEE" = yes; then
2823 echo "$ac_t""yes" 1>&6
2824 else
2825 echo "$ac_t""no" 1>&6
2826 fi
2827
2828
2829 echo $ac_n "checking "for --enable-timedate"""... $ac_c" 1>&6
4f3c5f06 2830echo "configure:2831: checking "for --enable-timedate"" >&5
10f2d63a
VZ
2831 no_cache=0
2832 # Check whether --enable-timedate or --disable-timedate was given.
2833if test "${enable_timedate+set}" = set; then
2834 enableval="$enable_timedate"
2835
2836 if test "$enableval" = yes; then
2837 ac_cv_use_timedate='wxUSE_TIMEDATE=yes'
2838 else
2839 ac_cv_use_timedate='wxUSE_TIMEDATE=no'
2840 fi
2841
2842else
2843
2844 LINE=`grep "wxUSE_TIMEDATE" ${wx_arg_cache_file}`
2845 if test "x$LINE" != x ; then
2846 eval "DEFAULT_$LINE"
2847 else
2848 no_cache=1
2849 fi
2850
2851 ac_cv_use_timedate='wxUSE_TIMEDATE='$DEFAULT_wxUSE_TIMEDATE
2852
2853fi
2854
2855
2856 eval "$ac_cv_use_timedate"
2857 if test "$no_cache" != 1; then
2858 echo $ac_cv_use_timedate >> ${wx_arg_cache_file}.tmp
2859 fi
2860
2861 if test "$wxUSE_TIMEDATE" = yes; then
2862 echo "$ac_t""yes" 1>&6
2863 else
2864 echo "$ac_t""no" 1>&6
2865 fi
2866
2867
2868 echo $ac_n "checking "for --enable-wave"""... $ac_c" 1>&6
4f3c5f06 2869echo "configure:2870: checking "for --enable-wave"" >&5
10f2d63a
VZ
2870 no_cache=0
2871 # Check whether --enable-wave or --disable-wave was given.
2872if test "${enable_wave+set}" = set; then
2873 enableval="$enable_wave"
2874
2875 if test "$enableval" = yes; then
2876 ac_cv_use_wave='wxUSE_WAVE=yes'
2877 else
2878 ac_cv_use_wave='wxUSE_WAVE=no'
2879 fi
2880
2881else
2882
2883 LINE=`grep "wxUSE_WAVE" ${wx_arg_cache_file}`
2884 if test "x$LINE" != x ; then
2885 eval "DEFAULT_$LINE"
2886 else
2887 no_cache=1
2888 fi
2889
2890 ac_cv_use_wave='wxUSE_WAVE='$DEFAULT_wxUSE_WAVE
2891
2892fi
2893
2894
2895 eval "$ac_cv_use_wave"
2896 if test "$no_cache" != 1; then
2897 echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp
2898 fi
2899
2900 if test "$wxUSE_WAVE" = yes; then
2901 echo "$ac_t""yes" 1>&6
2902 else
2903 echo "$ac_t""no" 1>&6
2904 fi
2905
2906
2907 echo $ac_n "checking "for --enable-fraction"""... $ac_c" 1>&6
4f3c5f06 2908echo "configure:2909: checking "for --enable-fraction"" >&5
10f2d63a
VZ
2909 no_cache=0
2910 # Check whether --enable-fraction or --disable-fraction was given.
2911if test "${enable_fraction+set}" = set; then
2912 enableval="$enable_fraction"
2913
2914 if test "$enableval" = yes; then
2915 ac_cv_use_fraction='wxUSE_FRACTION=yes'
2916 else
2917 ac_cv_use_fraction='wxUSE_FRACTION=no'
2918 fi
2919
2920else
2921
2922 LINE=`grep "wxUSE_FRACTION" ${wx_arg_cache_file}`
2923 if test "x$LINE" != x ; then
2924 eval "DEFAULT_$LINE"
2925 else
2926 no_cache=1
2927 fi
2928
2929 ac_cv_use_fraction='wxUSE_FRACTION='$DEFAULT_wxUSE_FRACTION
2930
2931fi
2932
2933
2934 eval "$ac_cv_use_fraction"
2935 if test "$no_cache" != 1; then
2936 echo $ac_cv_use_fraction >> ${wx_arg_cache_file}.tmp
2937 fi
2938
2939 if test "$wxUSE_FRACTION" = yes; then
2940 echo "$ac_t""yes" 1>&6
2941 else
2942 echo "$ac_t""no" 1>&6
2943 fi
2944
2945
2946 echo $ac_n "checking "for --enable-dynlib"""... $ac_c" 1>&6
4f3c5f06 2947echo "configure:2948: checking "for --enable-dynlib"" >&5
10f2d63a
VZ
2948 no_cache=0
2949 # Check whether --enable-dynlib or --disable-dynlib was given.
2950if test "${enable_dynlib+set}" = set; then
2951 enableval="$enable_dynlib"
2952
2953 if test "$enableval" = yes; then
2954 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes'
2955 else
2956 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no'
2957 fi
2958
2959else
2960
2961 LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
2962 if test "x$LINE" != x ; then
2963 eval "DEFAULT_$LINE"
2964 else
2965 no_cache=1
2966 fi
2967
2968 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
2969
2970fi
2971
2972
2973 eval "$ac_cv_use_dynlib"
2974 if test "$no_cache" != 1; then
2975 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
2976 fi
2977
2978 if test "$wxUSE_DYNLIB_CLASS" = yes; then
2979 echo "$ac_t""yes" 1>&6
2980 else
2981 echo "$ac_t""no" 1>&6
2982 fi
2983
2984
2985 echo $ac_n "checking "for --enable-longlong"""... $ac_c" 1>&6
4f3c5f06 2986echo "configure:2987: checking "for --enable-longlong"" >&5
10f2d63a
VZ
2987 no_cache=0
2988 # Check whether --enable-longlong or --disable-longlong was given.
2989if test "${enable_longlong+set}" = set; then
2990 enableval="$enable_longlong"
2991
2992 if test "$enableval" = yes; then
2993 ac_cv_use_longlong='wxUSE_LONGLONG=yes'
2994 else
2995 ac_cv_use_longlong='wxUSE_LONGLONG=no'
2996 fi
2997
2998else
2999
3000 LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
3001 if test "x$LINE" != x ; then
3002 eval "DEFAULT_$LINE"
3003 else
3004 no_cache=1
3005 fi
3006
3007 ac_cv_use_longlong='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
3008
3009fi
3010
3011
3012 eval "$ac_cv_use_longlong"
3013 if test "$no_cache" != 1; then
3014 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
3015 fi
3016
3017 if test "$wxUSE_LONGLONG" = yes; then
3018 echo "$ac_t""yes" 1>&6
3019 else
3020 echo "$ac_t""no" 1>&6
3021 fi
3022
3023
e8f65ba6 3024 echo $ac_n "checking "for --enable-geometry"""... $ac_c" 1>&6
4f3c5f06 3025echo "configure:3026: checking "for --enable-geometry"" >&5
e8f65ba6
RR
3026 no_cache=0
3027 # Check whether --enable-geometry or --disable-geometry was given.
3028if test "${enable_geometry+set}" = set; then
3029 enableval="$enable_geometry"
3030
3031 if test "$enableval" = yes; then
3032 ac_cv_use_geometry='wxUSE_GEOMETRY=yes'
3033 else
3034 ac_cv_use_geometry='wxUSE_GEOMETRY=no'
3035 fi
3036
3037else
3038
3039 LINE=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
3040 if test "x$LINE" != x ; then
3041 eval "DEFAULT_$LINE"
3042 else
3043 no_cache=1
3044 fi
3045
3046 ac_cv_use_geometry='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
3047
3048fi
3049
3050
3051 eval "$ac_cv_use_geometry"
3052 if test "$no_cache" != 1; then
3053 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
3054 fi
3055
3056 if test "$wxUSE_GEOMETRY" = yes; then
3057 echo "$ac_t""yes" 1>&6
3058 else
3059 echo "$ac_t""no" 1>&6
3060 fi
3061
3062
10f2d63a 3063 echo $ac_n "checking "for --enable-log"""... $ac_c" 1>&6
4f3c5f06 3064echo "configure:3065: checking "for --enable-log"" >&5
10f2d63a
VZ
3065 no_cache=0
3066 # Check whether --enable-log or --disable-log was given.
3067if test "${enable_log+set}" = set; then
3068 enableval="$enable_log"
3069
3070 if test "$enableval" = yes; then
3071 ac_cv_use_log='wxUSE_LOG=yes'
3072 else
3073 ac_cv_use_log='wxUSE_LOG=no'
3074 fi
3075
3076else
3077
3078 LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
3079 if test "x$LINE" != x ; then
3080 eval "DEFAULT_$LINE"
3081 else
3082 no_cache=1
3083 fi
3084
3085 ac_cv_use_log='wxUSE_LOG='$DEFAULT_wxUSE_LOG
3086
3087fi
3088
3089
3090 eval "$ac_cv_use_log"
3091 if test "$no_cache" != 1; then
3092 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
3093 fi
3094
3095 if test "$wxUSE_LOG" = yes; then
3096 echo "$ac_t""yes" 1>&6
3097 else
3098 echo "$ac_t""no" 1>&6
3099 fi
3100
3101
3102 echo $ac_n "checking "for --enable-streams"""... $ac_c" 1>&6
4f3c5f06 3103echo "configure:3104: checking "for --enable-streams"" >&5
10f2d63a
VZ
3104 no_cache=0
3105 # Check whether --enable-streams or --disable-streams was given.
3106if test "${enable_streams+set}" = set; then
3107 enableval="$enable_streams"
3108
3109 if test "$enableval" = yes; then
3110 ac_cv_use_streams='wxUSE_STREAMS=yes'
3111 else
3112 ac_cv_use_streams='wxUSE_STREAMS=no'
3113 fi
3114
3115else
3116
3117 LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
3118 if test "x$LINE" != x ; then
3119 eval "DEFAULT_$LINE"
3120 else
3121 no_cache=1
3122 fi
3123
3124 ac_cv_use_streams='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
3125
3126fi
3127
3128
3129 eval "$ac_cv_use_streams"
3130 if test "$no_cache" != 1; then
3131 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
3132 fi
3133
3134 if test "$wxUSE_STREAMS" = yes; then
3135 echo "$ac_t""yes" 1>&6
3136 else
3137 echo "$ac_t""no" 1>&6
3138 fi
3139
3140
3141 echo $ac_n "checking "for --enable-file"""... $ac_c" 1>&6
4f3c5f06 3142echo "configure:3143: checking "for --enable-file"" >&5
10f2d63a
VZ
3143 no_cache=0
3144 # Check whether --enable-file or --disable-file was given.
3145if test "${enable_file+set}" = set; then
3146 enableval="$enable_file"
3147
3148 if test "$enableval" = yes; then
3149 ac_cv_use_file='wxUSE_FILE=yes'
3150 else
3151 ac_cv_use_file='wxUSE_FILE=no'
3152 fi
3153
3154else
3155
3156 LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
3157 if test "x$LINE" != x ; then
3158 eval "DEFAULT_$LINE"
3159 else
3160 no_cache=1
3161 fi
3162
3163 ac_cv_use_file='wxUSE_FILE='$DEFAULT_wxUSE_FILE
3164
3165fi
3166
3167
3168 eval "$ac_cv_use_file"
3169 if test "$no_cache" != 1; then
3170 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
3171 fi
3172
3173 if test "$wxUSE_FILE" = yes; then
3174 echo "$ac_t""yes" 1>&6
3175 else
3176 echo "$ac_t""no" 1>&6
3177 fi
3178
3179
3180 echo $ac_n "checking "for --enable-textfile"""... $ac_c" 1>&6
4f3c5f06 3181echo "configure:3182: checking "for --enable-textfile"" >&5
10f2d63a
VZ
3182 no_cache=0
3183 # Check whether --enable-textfile or --disable-textfile was given.
3184if test "${enable_textfile+set}" = set; then
3185 enableval="$enable_textfile"
3186
3187 if test "$enableval" = yes; then
3188 ac_cv_use_textfile='wxUSE_TEXTFILE=yes'
3189 else
3190 ac_cv_use_textfile='wxUSE_TEXTFILE=no'
3191 fi
3192
3193else
3194
3195 LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
3196 if test "x$LINE" != x ; then
3197 eval "DEFAULT_$LINE"
3198 else
3199 no_cache=1
3200 fi
3201
3202 ac_cv_use_textfile='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
3203
3204fi
3205
3206
3207 eval "$ac_cv_use_textfile"
3208 if test "$no_cache" != 1; then
3209 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
3210 fi
3211
3212 if test "$wxUSE_TEXTFILE" = yes; then
3213 echo "$ac_t""yes" 1>&6
3214 else
3215 echo "$ac_t""no" 1>&6
3216 fi
3217
3218
3219 echo $ac_n "checking "for --enable-unicode"""... $ac_c" 1>&6
4f3c5f06 3220echo "configure:3221: checking "for --enable-unicode"" >&5
10f2d63a
VZ
3221 no_cache=0
3222 # Check whether --enable-unicode or --disable-unicode was given.
3223if test "${enable_unicode+set}" = set; then
3224 enableval="$enable_unicode"
3225
3226 if test "$enableval" = yes; then
3227 ac_cv_use_unicode='wxUSE_UNICODE=yes'
3228 else
3229 ac_cv_use_unicode='wxUSE_UNICODE=no'
3230 fi
3231
3232else
3233
3234 LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
3235 if test "x$LINE" != x ; then
3236 eval "DEFAULT_$LINE"
3237 else
3238 no_cache=1
3239 fi
3240
3241 ac_cv_use_unicode='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
3242
3243fi
3244
3245
3246 eval "$ac_cv_use_unicode"
3247 if test "$no_cache" != 1; then
3248 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
3249 fi
3250
3251 if test "$wxUSE_UNICODE" = yes; then
3252 echo "$ac_t""yes" 1>&6
3253 else
3254 echo "$ac_t""no" 1>&6
3255 fi
3256
3257
3258 echo $ac_n "checking "for --enable-wcsrtombs"""... $ac_c" 1>&6
4f3c5f06 3259echo "configure:3260: checking "for --enable-wcsrtombs"" >&5
10f2d63a
VZ
3260 no_cache=0
3261 # Check whether --enable-wcsrtombs or --disable-wcsrtombs was given.
3262if test "${enable_wcsrtombs+set}" = set; then
3263 enableval="$enable_wcsrtombs"
3264
3265 if test "$enableval" = yes; then
3266 ac_cv_use_wcsrtombs='wxUSE_WCSRTOMBS=yes'
3267 else
3268 ac_cv_use_wcsrtombs='wxUSE_WCSRTOMBS=no'
3269 fi
3270
3271else
3272
3273 LINE=`grep "wxUSE_WCSRTOMBS" ${wx_arg_cache_file}`
3274 if test "x$LINE" != x ; then
3275 eval "DEFAULT_$LINE"
3276 else
3277 no_cache=1
3278 fi
3279
3280 ac_cv_use_wcsrtombs='wxUSE_WCSRTOMBS='$DEFAULT_wxUSE_WCSRTOMBS
3281
3282fi
3283
3284
3285 eval "$ac_cv_use_wcsrtombs"
3286 if test "$no_cache" != 1; then
3287 echo $ac_cv_use_wcsrtombs >> ${wx_arg_cache_file}.tmp
3288 fi
3289
3290 if test "$wxUSE_WCSRTOMBS" = yes; then
3291 echo "$ac_t""yes" 1>&6
3292 else
3293 echo "$ac_t""no" 1>&6
3294 fi
3295
3296
3297 echo $ac_n "checking "for --enable-wxprintfv"""... $ac_c" 1>&6
4f3c5f06 3298echo "configure:3299: checking "for --enable-wxprintfv"" >&5
10f2d63a
VZ
3299 no_cache=0
3300 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
3301if test "${enable_wxprintfv+set}" = set; then
3302 enableval="$enable_wxprintfv"
3303
3304 if test "$enableval" = yes; then
3305 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=yes'
3306 else
3307 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=no'
3308 fi
3309
3310else
3311
3312 LINE=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
3313 if test "x$LINE" != x ; then
3314 eval "DEFAULT_$LINE"
3315 else
3316 no_cache=1
3317 fi
3318
3319 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
3320
3321fi
3322
3323
3324 eval "$ac_cv_use_wxprintfv"
3325 if test "$no_cache" != 1; then
3326 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
3327 fi
3328
3329 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
3330 echo "$ac_t""yes" 1>&6
3331 else
3332 echo "$ac_t""no" 1>&6
3333 fi
3334
3335
10f2d63a 3336 echo $ac_n "checking "for --enable-std_iostreams"""... $ac_c" 1>&6
4f3c5f06 3337echo "configure:3338: checking "for --enable-std_iostreams"" >&5
10f2d63a
VZ
3338 no_cache=0
3339 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
3340if test "${enable_std_iostreams+set}" = set; then
3341 enableval="$enable_std_iostreams"
3342
3343 if test "$enableval" = yes; then
3344 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes'
3345 else
3346 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no'
3347 fi
3348
3349else
3350
3351 LINE=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
3352 if test "x$LINE" != x ; then
3353 eval "DEFAULT_$LINE"
3354 else
3355 no_cache=1
3356 fi
3357
3358 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
3359
3360fi
3361
3362
3363 eval "$ac_cv_use_std_iostreams"
3364 if test "$no_cache" != 1; then
3365 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
3366 fi
3367
3368 if test "$wxUSE_STD_IOSTREAM" = yes; then
3369 echo "$ac_t""yes" 1>&6
3370 else
3371 echo "$ac_t""no" 1>&6
3372 fi
3373
3374
24528b0c 3375 echo $ac_n "checking "for --enable-filesystem"""... $ac_c" 1>&6
4f3c5f06 3376echo "configure:3377: checking "for --enable-filesystem"" >&5
24528b0c
VS
3377 no_cache=0
3378 # Check whether --enable-filesystem or --disable-filesystem was given.
3379if test "${enable_filesystem+set}" = set; then
3380 enableval="$enable_filesystem"
3381
3382 if test "$enableval" = yes; then
3383 ac_cv_use_filesystem='wxUSE_FILESYSTEM=yes'
3384 else
3385 ac_cv_use_filesystem='wxUSE_FILESYSTEM=no'
3386 fi
3387
3388else
3389
3390 LINE=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
3391 if test "x$LINE" != x ; then
3392 eval "DEFAULT_$LINE"
3393 else
3394 no_cache=1
3395 fi
3396
3397 ac_cv_use_filesystem='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
3398
3399fi
3400
3401
3402 eval "$ac_cv_use_filesystem"
3403 if test "$no_cache" != 1; then
3404 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
3405 fi
3406
3407 if test "$wxUSE_FILESYSTEM" = yes; then
3408 echo "$ac_t""yes" 1>&6
3409 else
3410 echo "$ac_t""no" 1>&6
3411 fi
3412
3413
10f2d63a 3414 echo $ac_n "checking "for --enable-fs_inet"""... $ac_c" 1>&6
4f3c5f06 3415echo "configure:3416: checking "for --enable-fs_inet"" >&5
10f2d63a
VZ
3416 no_cache=0
3417 # Check whether --enable-fs_inet or --disable-fs_inet was given.
3418if test "${enable_fs_inet+set}" = set; then
3419 enableval="$enable_fs_inet"
3420
3421 if test "$enableval" = yes; then
3422 ac_cv_use_fs_inet='wxUSE_FS_INET=yes'
3423 else
3424 ac_cv_use_fs_inet='wxUSE_FS_INET=no'
3425 fi
3426
3427else
3428
3429 LINE=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
3430 if test "x$LINE" != x ; then
3431 eval "DEFAULT_$LINE"
3432 else
3433 no_cache=1
3434 fi
3435
3436 ac_cv_use_fs_inet='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
3437
3438fi
3439
3440
3441 eval "$ac_cv_use_fs_inet"
3442 if test "$no_cache" != 1; then
3443 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
3444 fi
3445
3446 if test "$wxUSE_FS_INET" = yes; then
3447 echo "$ac_t""yes" 1>&6
3448 else
3449 echo "$ac_t""no" 1>&6
3450 fi
3451
3452
3453 echo $ac_n "checking "for --enable-fs_zip"""... $ac_c" 1>&6
4f3c5f06 3454echo "configure:3455: checking "for --enable-fs_zip"" >&5
10f2d63a
VZ
3455 no_cache=0
3456 # Check whether --enable-fs_zip or --disable-fs_zip was given.
3457if test "${enable_fs_zip+set}" = set; then
3458 enableval="$enable_fs_zip"
3459
3460 if test "$enableval" = yes; then
3461 ac_cv_use_fs_zip='wxUSE_FS_ZIP=yes'
3462 else
3463 ac_cv_use_fs_zip='wxUSE_FS_ZIP=no'
3464 fi
3465
3466else
3467
3468 LINE=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
3469 if test "x$LINE" != x ; then
3470 eval "DEFAULT_$LINE"
3471 else
3472 no_cache=1
3473 fi
3474
3475 ac_cv_use_fs_zip='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
3476
3477fi
3478
3479
3480 eval "$ac_cv_use_fs_zip"
3481 if test "$no_cache" != 1; then
3482 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
3483 fi
3484
3485 if test "$wxUSE_FS_ZIP" = yes; then
3486 echo "$ac_t""yes" 1>&6
3487 else
3488 echo "$ac_t""no" 1>&6
3489 fi
3490
3491
3492 echo $ac_n "checking "for --enable-zipstream"""... $ac_c" 1>&6
4f3c5f06 3493echo "configure:3494: checking "for --enable-zipstream"" >&5
10f2d63a
VZ
3494 no_cache=0
3495 # Check whether --enable-zipstream or --disable-zipstream was given.
3496if test "${enable_zipstream+set}" = set; then
3497 enableval="$enable_zipstream"
3498
3499 if test "$enableval" = yes; then
3500 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=yes'
3501 else
3502 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=no'
3503 fi
3504
3505else
3506
3507 LINE=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
3508 if test "x$LINE" != x ; then
3509 eval "DEFAULT_$LINE"
3510 else
3511 no_cache=1
3512 fi
3513
3514 ac_cv_use_zipstream='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
3515
3516fi
3517
3518
3519 eval "$ac_cv_use_zipstream"
3520 if test "$no_cache" != 1; then
3521 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
3522 fi
3523
3524 if test "$wxUSE_ZIPSTREAM" = yes; then
3525 echo "$ac_t""yes" 1>&6
3526 else
3527 echo "$ac_t""no" 1>&6
3528 fi
3529
3530
3531
eb4efbdc 3532 echo $ac_n "checking "for --enable-catch_segvs"""... $ac_c" 1>&6
4f3c5f06 3533echo "configure:3534: checking "for --enable-catch_segvs"" >&5
eb4efbdc
VZ
3534 no_cache=0
3535 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
3536if test "${enable_catch_segvs+set}" = set; then
3537 enableval="$enable_catch_segvs"
3538
3539 if test "$enableval" = yes; then
3540 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes'
3541 else
3542 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no'
3543 fi
3544
3545else
3546
3547 LINE=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
3548 if test "x$LINE" != x ; then
3549 eval "DEFAULT_$LINE"
3550 else
3551 no_cache=1
3552 fi
3553
3554 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
3555
3556fi
3557
3558
3559 eval "$ac_cv_use_catch_segvs"
3560 if test "$no_cache" != 1; then
3561 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
3562 fi
3563
3564 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
3565 echo "$ac_t""yes" 1>&6
3566 else
3567 echo "$ac_t""no" 1>&6
3568 fi
3569
3570
4f3c5f06
VZ
3571 echo $ac_n "checking "for --enable-snglinst"""... $ac_c" 1>&6
3572echo "configure:3573: checking "for --enable-snglinst"" >&5
3573 no_cache=0
3574 # Check whether --enable-snglinst or --disable-snglinst was given.
3575if test "${enable_snglinst+set}" = set; then
3576 enableval="$enable_snglinst"
3577
3578 if test "$enableval" = yes; then
3579 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes'
3580 else
3581 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no'
3582 fi
3583
3584else
3585
3586 LINE=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
3587 if test "x$LINE" != x ; then
3588 eval "DEFAULT_$LINE"
3589 else
3590 no_cache=1
3591 fi
3592
3593 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER
3594
3595fi
3596
3597
3598 eval "$ac_cv_use_snglinst"
3599 if test "$no_cache" != 1; then
3600 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
3601 fi
3602
3603 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
3604 echo "$ac_t""yes" 1>&6
3605 else
3606 echo "$ac_t""no" 1>&6
3607 fi
3608
3609
eb4efbdc 3610
10f2d63a
VZ
3611
3612 echo $ac_n "checking "for --enable-threads"""... $ac_c" 1>&6
4f3c5f06 3613echo "configure:3614: checking "for --enable-threads"" >&5
10f2d63a
VZ
3614 no_cache=0
3615 # Check whether --enable-threads or --disable-threads was given.
3616if test "${enable_threads+set}" = set; then
3617 enableval="$enable_threads"
3618
3619 if test "$enableval" = yes; then
3620 ac_cv_use_threads='wxUSE_THREADS=yes'
3621 else
3622 ac_cv_use_threads='wxUSE_THREADS=no'
3623 fi
3624
3625else
3626
3627 LINE=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
3628 if test "x$LINE" != x ; then
3629 eval "DEFAULT_$LINE"
3630 else
3631 no_cache=1
3632 fi
3633
3634 ac_cv_use_threads='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
3635
3636fi
3637
3638
3639 eval "$ac_cv_use_threads"
3640 if test "$no_cache" != 1; then
3641 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
3642 fi
3643
3644 if test "$wxUSE_THREADS" = yes; then
3645 echo "$ac_t""yes" 1>&6
3646 else
3647 echo "$ac_t""no" 1>&6
3648 fi
3649
3650
3651 echo $ac_n "checking "for --enable-serial"""... $ac_c" 1>&6
4f3c5f06 3652echo "configure:3653: checking "for --enable-serial"" >&5
10f2d63a
VZ
3653 no_cache=0
3654 # Check whether --enable-serial or --disable-serial was given.
3655if test "${enable_serial+set}" = set; then
3656 enableval="$enable_serial"
3657
3658 if test "$enableval" = yes; then
3659 ac_cv_use_serial='wxUSE_SERIAL=yes'
3660 else
3661 ac_cv_use_serial='wxUSE_SERIAL=no'
3662 fi
3663
3664else
3665
3666 LINE=`grep "wxUSE_SERIAL" ${wx_arg_cache_file}`
3667 if test "x$LINE" != x ; then
3668 eval "DEFAULT_$LINE"
3669 else
3670 no_cache=1
3671 fi
3672
3673 ac_cv_use_serial='wxUSE_SERIAL='$DEFAULT_wxUSE_SERIAL
3674
3675fi
3676
3677
3678 eval "$ac_cv_use_serial"
3679 if test "$no_cache" != 1; then
3680 echo $ac_cv_use_serial >> ${wx_arg_cache_file}.tmp
3681 fi
3682
3683 if test "$wxUSE_SERIAL" = yes; then
3684 echo "$ac_t""yes" 1>&6
3685 else
3686 echo "$ac_t""no" 1>&6
3687 fi
3688
3689
b12915c1
VZ
3690if test "$wxUSE_GUI" = "yes"; then
3691
10f2d63a
VZ
3692
3693
3694 echo $ac_n "checking "for --enable-docview"""... $ac_c" 1>&6
4f3c5f06 3695echo "configure:3696: checking "for --enable-docview"" >&5
10f2d63a
VZ
3696 no_cache=0
3697 # Check whether --enable-docview or --disable-docview was given.
3698if test "${enable_docview+set}" = set; then
3699 enableval="$enable_docview"
3700
3701 if test "$enableval" = yes; then
3702 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
3703 else
3704 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no'
3705 fi
3706
3707else
3708
3709 LINE=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
3710 if test "x$LINE" != x ; then
3711 eval "DEFAULT_$LINE"
3712 else
3713 no_cache=1
3714 fi
3715
3716 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
3717
3718fi
3719
3720
3721 eval "$ac_cv_use_docview"
3722 if test "$no_cache" != 1; then
3723 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
3724 fi
3725
3726 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
3727 echo "$ac_t""yes" 1>&6
3728 else
3729 echo "$ac_t""no" 1>&6
3730 fi
3731
3732
3733 echo $ac_n "checking "for --enable-help"""... $ac_c" 1>&6
4f3c5f06 3734echo "configure:3735: checking "for --enable-help"" >&5
10f2d63a
VZ
3735 no_cache=0
3736 # Check whether --enable-help or --disable-help was given.
3737if test "${enable_help+set}" = set; then
3738 enableval="$enable_help"
3739
3740 if test "$enableval" = yes; then
3741 ac_cv_use_help='wxUSE_HELP=yes'
3742 else
3743 ac_cv_use_help='wxUSE_HELP=no'
3744 fi
3745
3746else
3747
3748 LINE=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
3749 if test "x$LINE" != x ; then
3750 eval "DEFAULT_$LINE"
3751 else
3752 no_cache=1
3753 fi
3754
3755 ac_cv_use_help='wxUSE_HELP='$DEFAULT_wxUSE_HELP
3756
3757fi
3758
3759
3760 eval "$ac_cv_use_help"
3761 if test "$no_cache" != 1; then
3762 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
3763 fi
3764
3765 if test "$wxUSE_HELP" = yes; then
3766 echo "$ac_t""yes" 1>&6
3767 else
3768 echo "$ac_t""no" 1>&6
3769 fi
3770
3771
3772 echo $ac_n "checking "for --enable-constraints"""... $ac_c" 1>&6
4f3c5f06 3773echo "configure:3774: checking "for --enable-constraints"" >&5
10f2d63a
VZ
3774 no_cache=0
3775 # Check whether --enable-constraints or --disable-constraints was given.
3776if test "${enable_constraints+set}" = set; then
3777 enableval="$enable_constraints"
3778
3779 if test "$enableval" = yes; then
3780 ac_cv_use_constraints='wxUSE_CONSTRAINTS=yes'
3781 else
3782 ac_cv_use_constraints='wxUSE_CONSTRAINTS=no'
3783 fi
3784
3785else
3786
3787 LINE=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
3788 if test "x$LINE" != x ; then
3789 eval "DEFAULT_$LINE"
3790 else
3791 no_cache=1
3792 fi
3793
3794 ac_cv_use_constraints='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
3795
3796fi
3797
3798
3799 eval "$ac_cv_use_constraints"
3800 if test "$no_cache" != 1; then
3801 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
3802 fi
3803
3804 if test "$wxUSE_CONSTRAINTS" = yes; then
3805 echo "$ac_t""yes" 1>&6
3806 else
3807 echo "$ac_t""no" 1>&6
3808 fi
3809
3810
3811 echo $ac_n "checking "for --enable-printarch"""... $ac_c" 1>&6
4f3c5f06 3812echo "configure:3813: checking "for --enable-printarch"" >&5
10f2d63a
VZ
3813 no_cache=0
3814 # Check whether --enable-printarch or --disable-printarch was given.
3815if test "${enable_printarch+set}" = set; then
3816 enableval="$enable_printarch"
3817
3818 if test "$enableval" = yes; then
3819 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes'
3820 else
3821 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no'
3822 fi
3823
3824else
3825
3826 LINE=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
3827 if test "x$LINE" != x ; then
3828 eval "DEFAULT_$LINE"
3829 else
3830 no_cache=1
3831 fi
3832
3833 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
3834
3835fi
3836
3837
3838 eval "$ac_cv_use_printarch"
3839 if test "$no_cache" != 1; then
3840 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
3841 fi
3842
3843 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
3844 echo "$ac_t""yes" 1>&6
3845 else
3846 echo "$ac_t""no" 1>&6
3847 fi
3848
3849
3850 echo $ac_n "checking "for --enable-mdi"""... $ac_c" 1>&6
4f3c5f06 3851echo "configure:3852: checking "for --enable-mdi"" >&5
10f2d63a
VZ
3852 no_cache=0
3853 # Check whether --enable-mdi or --disable-mdi was given.
3854if test "${enable_mdi+set}" = set; then
3855 enableval="$enable_mdi"
3856
3857 if test "$enableval" = yes; then
3858 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=yes'
3859 else
3860 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=no'
3861 fi
3862
3863else
3864
3865 LINE=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
3866 if test "x$LINE" != x ; then
3867 eval "DEFAULT_$LINE"
3868 else
3869 no_cache=1
3870 fi
3871
3872 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
3873
3874fi
3875
3876
3877 eval "$ac_cv_use_mdi"
3878 if test "$no_cache" != 1; then
3879 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
3880 fi
3881
3882 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
3883 echo "$ac_t""yes" 1>&6
3884 else
3885 echo "$ac_t""no" 1>&6
3886 fi
3887
3888
3889
3890 echo $ac_n "checking "for --enable-postscript"""... $ac_c" 1>&6
4f3c5f06 3891echo "configure:3892: checking "for --enable-postscript"" >&5
10f2d63a
VZ
3892 no_cache=0
3893 # Check whether --enable-postscript or --disable-postscript was given.
3894if test "${enable_postscript+set}" = set; then
3895 enableval="$enable_postscript"
3896
3897 if test "$enableval" = yes; then
3898 ac_cv_use_postscript='wxUSE_POSTSCRIPT=yes'
3899 else
3900 ac_cv_use_postscript='wxUSE_POSTSCRIPT=no'
3901 fi
3902
3903else
3904
3905 LINE=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
3906 if test "x$LINE" != x ; then
3907 eval "DEFAULT_$LINE"
3908 else
3909 no_cache=1
3910 fi
3911
3912 ac_cv_use_postscript='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
3913
3914fi
3915
3916
3917 eval "$ac_cv_use_postscript"
3918 if test "$no_cache" != 1; then
3919 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
3920 fi
3921
3922 if test "$wxUSE_POSTSCRIPT" = yes; then
3923 echo "$ac_t""yes" 1>&6
3924 else
3925 echo "$ac_t""no" 1>&6
3926 fi
3927
3928
3929
3930
3931 echo $ac_n "checking "for --enable-prologio"""... $ac_c" 1>&6
4f3c5f06 3932echo "configure:3933: checking "for --enable-prologio"" >&5
10f2d63a
VZ
3933 no_cache=0
3934 # Check whether --enable-prologio or --disable-prologio was given.
3935if test "${enable_prologio+set}" = set; then
3936 enableval="$enable_prologio"
3937
3938 if test "$enableval" = yes; then
3939 ac_cv_use_prologio='wxUSE_PROLOGIO=yes'
3940 else
3941 ac_cv_use_prologio='wxUSE_PROLOGIO=no'
3942 fi
3943
3944else
3945
3946 LINE=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
3947 if test "x$LINE" != x ; then
3948 eval "DEFAULT_$LINE"
3949 else
3950 no_cache=1
3951 fi
3952
3953 ac_cv_use_prologio='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
3954
3955fi
3956
3957
3958 eval "$ac_cv_use_prologio"
3959 if test "$no_cache" != 1; then
3960 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
3961 fi
3962
3963 if test "$wxUSE_PROLOGIO" = yes; then
3964 echo "$ac_t""yes" 1>&6
3965 else
3966 echo "$ac_t""no" 1>&6
3967 fi
3968
3969
3970 echo $ac_n "checking "for --enable-resources"""... $ac_c" 1>&6
4f3c5f06 3971echo "configure:3972: checking "for --enable-resources"" >&5
10f2d63a
VZ
3972 no_cache=0
3973 # Check whether --enable-resources or --disable-resources was given.
3974if test "${enable_resources+set}" = set; then
3975 enableval="$enable_resources"
3976
3977 if test "$enableval" = yes; then
3978 ac_cv_use_resources='wxUSE_RESOURCES=yes'
3979 else
3980 ac_cv_use_resources='wxUSE_RESOURCES=no'
3981 fi
3982
3983else
3984
3985 LINE=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
3986 if test "x$LINE" != x ; then
3987 eval "DEFAULT_$LINE"
3988 else
3989 no_cache=1
3990 fi
3991
3992 ac_cv_use_resources='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
3993
3994fi
3995
3996
3997 eval "$ac_cv_use_resources"
3998 if test "$no_cache" != 1; then
3999 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
4000 fi
4001
4002 if test "$wxUSE_RESOURCES" = yes; then
4003 echo "$ac_t""yes" 1>&6
4004 else
4005 echo "$ac_t""no" 1>&6
4006 fi
4007
4008
4009
4010 echo $ac_n "checking "for --enable-xresources"""... $ac_c" 1>&6
4f3c5f06 4011echo "configure:4012: checking "for --enable-xresources"" >&5
10f2d63a
VZ
4012 no_cache=0
4013 # Check whether --enable-xresources or --disable-xresources was given.
4014if test "${enable_xresources+set}" = set; then
4015 enableval="$enable_xresources"
4016
4017 if test "$enableval" = yes; then
4018 ac_cv_use_xresources='wxUSE_X_RESOURCES=yes'
4019 else
4020 ac_cv_use_xresources='wxUSE_X_RESOURCES=no'
4021 fi
4022
4023else
4024
4025 LINE=`grep "wxUSE_X_RESOURCES" ${wx_arg_cache_file}`
4026 if test "x$LINE" != x ; then
4027 eval "DEFAULT_$LINE"
4028 else
4029 no_cache=1
4030 fi
4031
4032 ac_cv_use_xresources='wxUSE_X_RESOURCES='$DEFAULT_wxUSE_X_RESOURCES
4033
4034fi
4035
4036
4037 eval "$ac_cv_use_xresources"
4038 if test "$no_cache" != 1; then
4039 echo $ac_cv_use_xresources >> ${wx_arg_cache_file}.tmp
4040 fi
4041
4042 if test "$wxUSE_X_RESOURCES" = yes; then
4043 echo "$ac_t""yes" 1>&6
4044 else
4045 echo "$ac_t""no" 1>&6
4046 fi
4047
4048
4049
4050
4051 echo $ac_n "checking "for --enable-clipboard"""... $ac_c" 1>&6
4f3c5f06 4052echo "configure:4053: checking "for --enable-clipboard"" >&5
10f2d63a
VZ
4053 no_cache=0
4054 # Check whether --enable-clipboard or --disable-clipboard was given.
4055if test "${enable_clipboard+set}" = set; then
4056 enableval="$enable_clipboard"
4057
4058 if test "$enableval" = yes; then
4059 ac_cv_use_clipboard='wxUSE_CLIPBOARD=yes'
4060 else
4061 ac_cv_use_clipboard='wxUSE_CLIPBOARD=no'
4062 fi
4063
4064else
4065
4066 LINE=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
4067 if test "x$LINE" != x ; then
4068 eval "DEFAULT_$LINE"
4069 else
4070 no_cache=1
4071 fi
4072
4073 ac_cv_use_clipboard='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
4074
4075fi
4076
4077
4078 eval "$ac_cv_use_clipboard"
4079 if test "$no_cache" != 1; then
4080 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
4081 fi
4082
4083 if test "$wxUSE_CLIPBOARD" = yes; then
4084 echo "$ac_t""yes" 1>&6
4085 else
4086 echo "$ac_t""no" 1>&6
4087 fi
4088
4089
4090 echo $ac_n "checking "for --enable-dnd"""... $ac_c" 1>&6
4f3c5f06 4091echo "configure:4092: checking "for --enable-dnd"" >&5
10f2d63a
VZ
4092 no_cache=0
4093 # Check whether --enable-dnd or --disable-dnd was given.
4094if test "${enable_dnd+set}" = set; then
4095 enableval="$enable_dnd"
4096
4097 if test "$enableval" = yes; then
4098 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes'
4099 else
4100 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=no'
4101 fi
4102
4103else
4104
4105 LINE=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
4106 if test "x$LINE" != x ; then
4107 eval "DEFAULT_$LINE"
4108 else
4109 no_cache=1
4110 fi
4111
4112 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
4113
4114fi
4115
4116
4117 eval "$ac_cv_use_dnd"
4118 if test "$no_cache" != 1; then
4119 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
4120 fi
4121
4122 if test "$wxUSE_DRAG_AND_DROP" = yes; then
4123 echo "$ac_t""yes" 1>&6
4124 else
4125 echo "$ac_t""no" 1>&6
4126 fi
4127
4128
b64f0a5f 4129 echo $ac_n "checking "for --enable-metafile"""... $ac_c" 1>&6
4f3c5f06 4130echo "configure:4131: checking "for --enable-metafile"" >&5
b64f0a5f
RL
4131 no_cache=0
4132 # Check whether --enable-metafile or --disable-metafile was given.
4133if test "${enable_metafile+set}" = set; then
4134 enableval="$enable_metafile"
4135
4136 if test "$enableval" = yes; then
4137 ac_cv_use_metafile='wxUSE_METAFILE=yes'
4138 else
4139 ac_cv_use_metafile='wxUSE_METAFILE=no'
4140 fi
4141
4142else
4143
4144 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
4145 if test "x$LINE" != x ; then
4146 eval "DEFAULT_$LINE"
4147 else
4148 no_cache=1
4149 fi
4150
4151 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
4152
4153fi
4154
4155
4156 eval "$ac_cv_use_metafile"
4157 if test "$no_cache" != 1; then
4158 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
4159 fi
4160
4161 if test "$wxUSE_METAFILE" = yes; then
4162 echo "$ac_t""yes" 1>&6
4163 else
4164 echo "$ac_t""no" 1>&6
4165 fi
4166
4167
10f2d63a
VZ
4168
4169 echo $ac_n "checking "for --enable-wxtree"""... $ac_c" 1>&6
4f3c5f06 4170echo "configure:4171: checking "for --enable-wxtree"" >&5
10f2d63a
VZ
4171 no_cache=0
4172 # Check whether --enable-wxtree or --disable-wxtree was given.
4173if test "${enable_wxtree+set}" = set; then
4174 enableval="$enable_wxtree"
4175
4176 if test "$enableval" = yes; then
4177 ac_cv_use_wxtree='wxUSE_WXTREE=yes'
4178 else
4179 ac_cv_use_wxtree='wxUSE_WXTREE=no'
4180 fi
4181
4182else
4183
4184 LINE=`grep "wxUSE_WXTREE" ${wx_arg_cache_file}`
4185 if test "x$LINE" != x ; then
4186 eval "DEFAULT_$LINE"
4187 else
4188 no_cache=1
4189 fi
4190
4191 ac_cv_use_wxtree='wxUSE_WXTREE='$DEFAULT_wxUSE_WXTREE
4192
4193fi
4194
4195
4196 eval "$ac_cv_use_wxtree"
4197 if test "$no_cache" != 1; then
4198 echo $ac_cv_use_wxtree >> ${wx_arg_cache_file}.tmp
4199 fi
4200
4201 if test "$wxUSE_WXTREE" = yes; then
4202 echo "$ac_t""yes" 1>&6
4203 else
4204 echo "$ac_t""no" 1>&6
4205 fi
4206
4207
4208
4209
4210 echo $ac_n "checking "for --enable-controls"""... $ac_c" 1>&6
4f3c5f06 4211echo "configure:4212: checking "for --enable-controls"" >&5
10f2d63a
VZ
4212 no_cache=0
4213 # Check whether --enable-controls or --disable-controls was given.
4214if test "${enable_controls+set}" = set; then
4215 enableval="$enable_controls"
4216
4217 if test "$enableval" = yes; then
4218 ac_cv_use_controls='wxUSE_CONTROLS=yes'
4219 else
4220 ac_cv_use_controls='wxUSE_CONTROLS=no'
4221 fi
4222
4223else
4224
4225 LINE=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
4226 if test "x$LINE" != x ; then
4227 eval "DEFAULT_$LINE"
4228 else
4229 no_cache=1
4230 fi
4231
4232 ac_cv_use_controls='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
4233
4234fi
4235
4236
4237 eval "$ac_cv_use_controls"
4238 if test "$no_cache" != 1; then
4239 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
4240 fi
4241
4242 if test "$wxUSE_CONTROLS" = yes; then
4243 echo "$ac_t""yes" 1>&6
4244 else
4245 echo "$ac_t""no" 1>&6
4246 fi
4247
4248
4249if test "$wxUSE_CONTROLS" = "yes"; then
4250 DEFAULT_wxUSE_ACCEL=yes
4251 DEFAULT_wxUSE_CARET=yes
4252 DEFAULT_wxUSE_COMBOBOX=yes
4253 DEFAULT_wxUSE_BMPBUTTON=yes
4254 DEFAULT_wxUSE_CHECKBOX=yes
4255 DEFAULT_wxUSE_CHECKLISTBOX=yes
4256 DEFAULT_wxUSE_CHOICE=yes
4257 DEFAULT_wxUSE_GAUGE=yes
4258 DEFAULT_wxUSE_GRID=yes
cc977e5f 4259 DEFAULT_wxUSE_NEW_GRID=yes
10f2d63a
VZ
4260 DEFAULT_wxUSE_IMAGLIST=yes
4261 DEFAULT_wxUSE_LISTBOX=yes
4262 DEFAULT_wxUSE_LISTCTRL=yes
4263 DEFAULT_wxUSE_NOTEBOOK=yes
4264 DEFAULT_wxUSE_RADIOBOX=yes
4265 DEFAULT_wxUSE_RADIOBTN=yes
4266 DEFAULT_wxUSE_SASH=yes
4267 DEFAULT_wxUSE_SCROLLBAR=yes
4268 DEFAULT_wxUSE_SLIDER=yes
4269 DEFAULT_wxUSE_SPINBTN=yes
56cfaa52 4270 DEFAULT_wxUSE_SPINCTRL=yes
10f2d63a
VZ
4271 DEFAULT_wxUSE_SPLITTER=yes
4272 DEFAULT_wxUSE_STATBMP=yes
4273 DEFAULT_wxUSE_STATBOX=yes
4274 DEFAULT_wxUSE_STATLINE=yes
4275 DEFAULT_wxUSE_STATUSBAR=yes
4276 DEFAULT_wxUSE_TAB_DIALOG=yes
1db8dc4a 4277 DEFAULT_wxUSE_TOGGLEBTN=yes
10f2d63a 4278 DEFAULT_wxUSE_TOOLBAR=yes
360d6699
VZ
4279 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
4280 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
10f2d63a
VZ
4281 DEFAULT_wxUSE_TOOLTIPS=yes
4282 DEFAULT_wxUSE_TREECTRL=yes
4283elif test "$wxUSE_CONTROLS" = "no"; then
4284 DEFAULT_wxUSE_ACCEL=no
4285 DEFAULT_wxUSE_CARET=no
4286 DEFAULT_wxUSE_COMBOBOX=no
4287 DEFAULT_wxUSE_BMPBUTTON=no
4288 DEFAULT_wxUSE_CHECKBOX=no
4289 DEFAULT_wxUSE_CHECKLISTBOX=no
4290 DEFAULT_wxUSE_CHOICE=no
4291 DEFAULT_wxUSE_GAUGE=no
4292 DEFAULT_wxUSE_GRID=no
4293 DEFAULT_wxUSE_NEW_GRID=no
4294 DEFAULT_wxUSE_IMAGLIST=no
4295 DEFAULT_wxUSE_LISTBOX=no
4296 DEFAULT_wxUSE_LISTCTRL=no
4297 DEFAULT_wxUSE_NOTEBOOK=no
4298 DEFAULT_wxUSE_RADIOBOX=no
4299 DEFAULT_wxUSE_RADIOBTN=no
4300 DEFAULT_wxUSE_SASH=no
4301 DEFAULT_wxUSE_SCROLLBAR=no
4302 DEFAULT_wxUSE_SLIDER=no
4303 DEFAULT_wxUSE_SPINBTN=no
56cfaa52 4304 DEFAULT_wxUSE_SPINCTRL=no
10f2d63a
VZ
4305 DEFAULT_wxUSE_SPLITTER=no
4306 DEFAULT_wxUSE_STATBMP=no
4307 DEFAULT_wxUSE_STATBOX=no
4308 DEFAULT_wxUSE_STATLINE=no
4309 DEFAULT_wxUSE_STATUSBAR=no
4310 DEFAULT_wxUSE_TAB_DIALOG=no
1db8dc4a 4311 DEFAULT_wxUSE_TOGGLEBTN=no
10f2d63a 4312 DEFAULT_wxUSE_TOOLBAR=no
360d6699
VZ
4313 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
4314 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
10f2d63a
VZ
4315 DEFAULT_wxUSE_TOOLTIPS=no
4316 DEFAULT_wxUSE_TREECTRL=no
4317fi
4318
4319
4320 echo $ac_n "checking "for --enable-accel"""... $ac_c" 1>&6
4f3c5f06 4321echo "configure:4322: checking "for --enable-accel"" >&5
10f2d63a
VZ
4322 no_cache=0
4323 # Check whether --enable-accel or --disable-accel was given.
4324if test "${enable_accel+set}" = set; then
4325 enableval="$enable_accel"
4326
4327 if test "$enableval" = yes; then
4328 ac_cv_use_accel='wxUSE_ACCEL=yes'
4329 else
4330 ac_cv_use_accel='wxUSE_ACCEL=no'
4331 fi
4332
4333else
4334
4335 LINE=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
4336 if test "x$LINE" != x ; then
4337 eval "DEFAULT_$LINE"
4338 else
4339 no_cache=1
4340 fi
4341
4342 ac_cv_use_accel='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
4343
4344fi
4345
4346
4347 eval "$ac_cv_use_accel"
4348 if test "$no_cache" != 1; then
4349 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
4350 fi
4351
4352 if test "$wxUSE_ACCEL" = yes; then
4353 echo "$ac_t""yes" 1>&6
4354 else
4355 echo "$ac_t""no" 1>&6
4356 fi
4357
4358
4359 echo $ac_n "checking "for --enable-caret"""... $ac_c" 1>&6
4f3c5f06 4360echo "configure:4361: checking "for --enable-caret"" >&5
10f2d63a
VZ
4361 no_cache=0
4362 # Check whether --enable-caret or --disable-caret was given.
4363if test "${enable_caret+set}" = set; then
4364 enableval="$enable_caret"
4365
4366 if test "$enableval" = yes; then
4367 ac_cv_use_caret='wxUSE_CARET=yes'
4368 else
4369 ac_cv_use_caret='wxUSE_CARET=no'
4370 fi
4371
4372else
4373
4374 LINE=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
4375 if test "x$LINE" != x ; then
4376 eval "DEFAULT_$LINE"
4377 else
4378 no_cache=1
4379 fi
4380
4381 ac_cv_use_caret='wxUSE_CARET='$DEFAULT_wxUSE_CARET
4382
4383fi
4384
4385
4386 eval "$ac_cv_use_caret"
4387 if test "$no_cache" != 1; then
4388 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
4389 fi
4390
4391 if test "$wxUSE_CARET" = yes; then
4392 echo "$ac_t""yes" 1>&6
4393 else
4394 echo "$ac_t""no" 1>&6
4395 fi
4396
4397
4398 echo $ac_n "checking "for --enable-bmpbutton"""... $ac_c" 1>&6
4f3c5f06 4399echo "configure:4400: checking "for --enable-bmpbutton"" >&5
10f2d63a
VZ
4400 no_cache=0
4401 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
4402if test "${enable_bmpbutton+set}" = set; then
4403 enableval="$enable_bmpbutton"
4404
4405 if test "$enableval" = yes; then
4406 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes'
4407 else
4408 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
4409 fi
4410
4411else
4412
4413 LINE=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
4414 if test "x$LINE" != x ; then
4415 eval "DEFAULT_$LINE"
4416 else
4417 no_cache=1
4418 fi
4419
4420 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
4421
4422fi
4423
4424
4425 eval "$ac_cv_use_bmpbutton"
4426 if test "$no_cache" != 1; then
4427 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
4428 fi
4429
4430 if test "$wxUSE_BMPBUTTON" = yes; then
4431 echo "$ac_t""yes" 1>&6
4432 else
4433 echo "$ac_t""no" 1>&6
4434 fi
4435
4436
4437 echo $ac_n "checking "for --enable-checkbox"""... $ac_c" 1>&6
4f3c5f06 4438echo "configure:4439: checking "for --enable-checkbox"" >&5
10f2d63a
VZ
4439 no_cache=0
4440 # Check whether --enable-checkbox or --disable-checkbox was given.
4441if test "${enable_checkbox+set}" = set; then
4442 enableval="$enable_checkbox"
4443
4444 if test "$enableval" = yes; then
4445 ac_cv_use_checkbox='wxUSE_CHECKBOX=yes'
4446 else
4447 ac_cv_use_checkbox='wxUSE_CHECKBOX=no'
4448 fi
4449
4450else
4451
4452 LINE=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
4453 if test "x$LINE" != x ; then
4454 eval "DEFAULT_$LINE"
4455 else
4456 no_cache=1
4457 fi
4458
4459 ac_cv_use_checkbox='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
4460
4461fi
4462
4463
4464 eval "$ac_cv_use_checkbox"
4465 if test "$no_cache" != 1; then
4466 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
4467 fi
4468
4469 if test "$wxUSE_CHECKBOX" = yes; then
4470 echo "$ac_t""yes" 1>&6
4471 else
4472 echo "$ac_t""no" 1>&6
4473 fi
4474
4475
4476 echo $ac_n "checking "for --enable-checklst"""... $ac_c" 1>&6
4f3c5f06 4477echo "configure:4478: checking "for --enable-checklst"" >&5
10f2d63a
VZ
4478 no_cache=0
4479 # Check whether --enable-checklst or --disable-checklst was given.
4480if test "${enable_checklst+set}" = set; then
4481 enableval="$enable_checklst"
4482
4483 if test "$enableval" = yes; then
4484 ac_cv_use_checklst='wxUSE_CHECKLST=yes'
4485 else
4486 ac_cv_use_checklst='wxUSE_CHECKLST=no'
4487 fi
4488
4489else
4490
4491 LINE=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
4492 if test "x$LINE" != x ; then
4493 eval "DEFAULT_$LINE"
4494 else
4495 no_cache=1
4496 fi
4497
4498 ac_cv_use_checklst='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
4499
4500fi
4501
4502
4503 eval "$ac_cv_use_checklst"
4504 if test "$no_cache" != 1; then
4505 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
4506 fi
4507
4508 if test "$wxUSE_CHECKLST" = yes; then
4509 echo "$ac_t""yes" 1>&6
4510 else
4511 echo "$ac_t""no" 1>&6
4512 fi
4513
4514
4515 echo $ac_n "checking "for --enable-choice"""... $ac_c" 1>&6
4f3c5f06 4516echo "configure:4517: checking "for --enable-choice"" >&5
10f2d63a
VZ
4517 no_cache=0
4518 # Check whether --enable-choice or --disable-choice was given.
4519if test "${enable_choice+set}" = set; then
4520 enableval="$enable_choice"
4521
4522 if test "$enableval" = yes; then
4523 ac_cv_use_choice='wxUSE_CHOICE=yes'
4524 else
4525 ac_cv_use_choice='wxUSE_CHOICE=no'
4526 fi
4527
4528else
4529
4530 LINE=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
4531 if test "x$LINE" != x ; then
4532 eval "DEFAULT_$LINE"
4533 else
4534 no_cache=1
4535 fi
4536
4537 ac_cv_use_choice='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
4538
4539fi
4540
4541
4542 eval "$ac_cv_use_choice"
4543 if test "$no_cache" != 1; then
4544 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
4545 fi
4546
4547 if test "$wxUSE_CHOICE" = yes; then
4548 echo "$ac_t""yes" 1>&6
4549 else
4550 echo "$ac_t""no" 1>&6
4551 fi
4552
4553
4554 echo $ac_n "checking "for --enable-combobox"""... $ac_c" 1>&6
4f3c5f06 4555echo "configure:4556: checking "for --enable-combobox"" >&5
10f2d63a
VZ
4556 no_cache=0
4557 # Check whether --enable-combobox or --disable-combobox was given.
4558if test "${enable_combobox+set}" = set; then
4559 enableval="$enable_combobox"
4560
4561 if test "$enableval" = yes; then
4562 ac_cv_use_combobox='wxUSE_COMBOBOX=yes'
4563 else
4564 ac_cv_use_combobox='wxUSE_COMBOBOX=no'
4565 fi
4566
4567else
4568
4569 LINE=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
4570 if test "x$LINE" != x ; then
4571 eval "DEFAULT_$LINE"
4572 else
4573 no_cache=1
4574 fi
4575
4576 ac_cv_use_combobox='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
4577
4578fi
4579
4580
4581 eval "$ac_cv_use_combobox"
4582 if test "$no_cache" != 1; then
4583 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
4584 fi
4585
4586 if test "$wxUSE_COMBOBOX" = yes; then
4587 echo "$ac_t""yes" 1>&6
4588 else
4589 echo "$ac_t""no" 1>&6
4590 fi
4591
4592
4593 echo $ac_n "checking "for --enable-gauge"""... $ac_c" 1>&6
4f3c5f06 4594echo "configure:4595: checking "for --enable-gauge"" >&5
10f2d63a
VZ
4595 no_cache=0
4596 # Check whether --enable-gauge or --disable-gauge was given.
4597if test "${enable_gauge+set}" = set; then
4598 enableval="$enable_gauge"
4599
4600 if test "$enableval" = yes; then
4601 ac_cv_use_gauge='wxUSE_GAUGE=yes'
4602 else
4603 ac_cv_use_gauge='wxUSE_GAUGE=no'
4604 fi
4605
4606else
4607
4608 LINE=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
4609 if test "x$LINE" != x ; then
4610 eval "DEFAULT_$LINE"
4611 else
4612 no_cache=1
4613 fi
4614
4615 ac_cv_use_gauge='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
4616
4617fi
4618
4619
4620 eval "$ac_cv_use_gauge"
4621 if test "$no_cache" != 1; then
4622 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
4623 fi
4624
4625 if test "$wxUSE_GAUGE" = yes; then
4626 echo "$ac_t""yes" 1>&6
4627 else
4628 echo "$ac_t""no" 1>&6
4629 fi
4630
4631
4632 echo $ac_n "checking "for --enable-grid"""... $ac_c" 1>&6
4f3c5f06 4633echo "configure:4634: checking "for --enable-grid"" >&5
10f2d63a
VZ
4634 no_cache=0
4635 # Check whether --enable-grid or --disable-grid was given.
4636if test "${enable_grid+set}" = set; then
4637 enableval="$enable_grid"
4638
4639 if test "$enableval" = yes; then
4640 ac_cv_use_grid='wxUSE_GRID=yes'
4641 else
4642 ac_cv_use_grid='wxUSE_GRID=no'
4643 fi
4644
4645else
4646
4647 LINE=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
4648 if test "x$LINE" != x ; then
4649 eval "DEFAULT_$LINE"
4650 else
4651 no_cache=1
4652 fi
4653
4654 ac_cv_use_grid='wxUSE_GRID='$DEFAULT_wxUSE_GRID
4655
4656fi
4657
4658
4659 eval "$ac_cv_use_grid"
4660 if test "$no_cache" != 1; then
4661 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
4662 fi
4663
4664 if test "$wxUSE_GRID" = yes; then
4665 echo "$ac_t""yes" 1>&6
4666 else
4667 echo "$ac_t""no" 1>&6
4668 fi
4669
4670
4671 echo $ac_n "checking "for --enable-newgrid"""... $ac_c" 1>&6
4f3c5f06 4672echo "configure:4673: checking "for --enable-newgrid"" >&5
10f2d63a
VZ
4673 no_cache=0
4674 # Check whether --enable-newgrid or --disable-newgrid was given.
4675if test "${enable_newgrid+set}" = set; then
4676 enableval="$enable_newgrid"
4677
4678 if test "$enableval" = yes; then
4679 ac_cv_use_newgrid='wxUSE_NEW_GRID=yes'
4680 else
4681 ac_cv_use_newgrid='wxUSE_NEW_GRID=no'
4682 fi
4683
4684else
4685
4686 LINE=`grep "wxUSE_NEW_GRID" ${wx_arg_cache_file}`
4687 if test "x$LINE" != x ; then
4688 eval "DEFAULT_$LINE"
4689 else
4690 no_cache=1
4691 fi
4692
4693 ac_cv_use_newgrid='wxUSE_NEW_GRID='$DEFAULT_wxUSE_NEW_GRID
4694
4695fi
4696
4697
4698 eval "$ac_cv_use_newgrid"
4699 if test "$no_cache" != 1; then
4700 echo $ac_cv_use_newgrid >> ${wx_arg_cache_file}.tmp
4701 fi
4702
4703 if test "$wxUSE_NEW_GRID" = yes; then
4704 echo "$ac_t""yes" 1>&6
4705 else
4706 echo "$ac_t""no" 1>&6
4707 fi
4708
4709
4710 echo $ac_n "checking "for --enable-imaglist"""... $ac_c" 1>&6
4f3c5f06 4711echo "configure:4712: checking "for --enable-imaglist"" >&5
10f2d63a
VZ
4712 no_cache=0
4713 # Check whether --enable-imaglist or --disable-imaglist was given.
4714if test "${enable_imaglist+set}" = set; then
4715 enableval="$enable_imaglist"
4716
4717 if test "$enableval" = yes; then
4718 ac_cv_use_imaglist='wxUSE_IMAGLIST=yes'
4719 else
4720 ac_cv_use_imaglist='wxUSE_IMAGLIST=no'
4721 fi
4722
4723else
4724
4725 LINE=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
4726 if test "x$LINE" != x ; then
4727 eval "DEFAULT_$LINE"
4728 else
4729 no_cache=1
4730 fi
4731
4732 ac_cv_use_imaglist='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
4733
4734fi
4735
4736
4737 eval "$ac_cv_use_imaglist"
4738 if test "$no_cache" != 1; then
4739 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
4740 fi
4741
4742 if test "$wxUSE_IMAGLIST" = yes; then
4743 echo "$ac_t""yes" 1>&6
4744 else
4745 echo "$ac_t""no" 1>&6
4746 fi
4747
4748
4749 echo $ac_n "checking "for --enable-listbox"""... $ac_c" 1>&6
4f3c5f06 4750echo "configure:4751: checking "for --enable-listbox"" >&5
10f2d63a
VZ
4751 no_cache=0
4752 # Check whether --enable-listbox or --disable-listbox was given.
4753if test "${enable_listbox+set}" = set; then
4754 enableval="$enable_listbox"
4755
4756 if test "$enableval" = yes; then
4757 ac_cv_use_listbox='wxUSE_LISTBOX=yes'
4758 else
4759 ac_cv_use_listbox='wxUSE_LISTBOX=no'
4760 fi
4761
4762else
4763
4764 LINE=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
4765 if test "x$LINE" != x ; then
4766 eval "DEFAULT_$LINE"
4767 else
4768 no_cache=1
4769 fi
4770
4771 ac_cv_use_listbox='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
4772
4773fi
4774
4775
4776 eval "$ac_cv_use_listbox"
4777 if test "$no_cache" != 1; then
4778 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
4779 fi
4780
4781 if test "$wxUSE_LISTBOX" = yes; then
4782 echo "$ac_t""yes" 1>&6
4783 else
4784 echo "$ac_t""no" 1>&6
4785 fi
4786
4787
4788 echo $ac_n "checking "for --enable-listctrl"""... $ac_c" 1>&6
4f3c5f06 4789echo "configure:4790: checking "for --enable-listctrl"" >&5
10f2d63a
VZ
4790 no_cache=0
4791 # Check whether --enable-listctrl or --disable-listctrl was given.
4792if test "${enable_listctrl+set}" = set; then
4793 enableval="$enable_listctrl"
4794
4795 if test "$enableval" = yes; then
4796 ac_cv_use_listctrl='wxUSE_LISTCTRL=yes'
4797 else
4798 ac_cv_use_listctrl='wxUSE_LISTCTRL=no'
4799 fi
4800
4801else
4802
4803 LINE=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
4804 if test "x$LINE" != x ; then
4805 eval "DEFAULT_$LINE"
4806 else
4807 no_cache=1
4808 fi
4809
4810 ac_cv_use_listctrl='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
4811
4812fi
4813
4814
4815 eval "$ac_cv_use_listctrl"
4816 if test "$no_cache" != 1; then
4817 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
4818 fi
4819
4820 if test "$wxUSE_LISTCTRL" = yes; then
4821 echo "$ac_t""yes" 1>&6
4822 else
4823 echo "$ac_t""no" 1>&6
4824 fi
4825
4826
4827 echo $ac_n "checking "for --enable-notebook"""... $ac_c" 1>&6
4f3c5f06 4828echo "configure:4829: checking "for --enable-notebook"" >&5
10f2d63a
VZ
4829 no_cache=0
4830 # Check whether --enable-notebook or --disable-notebook was given.
4831if test "${enable_notebook+set}" = set; then
4832 enableval="$enable_notebook"
4833
4834 if test "$enableval" = yes; then
4835 ac_cv_use_notebook='wxUSE_NOTEBOOK=yes'
4836 else
4837 ac_cv_use_notebook='wxUSE_NOTEBOOK=no'
4838 fi
4839
4840else
4841
4842 LINE=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
4843 if test "x$LINE" != x ; then
4844 eval "DEFAULT_$LINE"
4845 else
4846 no_cache=1
4847 fi
4848
4849 ac_cv_use_notebook='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
4850
4851fi
4852
4853
4854 eval "$ac_cv_use_notebook"
4855 if test "$no_cache" != 1; then
4856 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
4857 fi
4858
4859 if test "$wxUSE_NOTEBOOK" = yes; then
4860 echo "$ac_t""yes" 1>&6
4861 else
4862 echo "$ac_t""no" 1>&6
4863 fi
4864
4865
4866 echo $ac_n "checking "for --enable-radiobox"""... $ac_c" 1>&6
4f3c5f06 4867echo "configure:4868: checking "for --enable-radiobox"" >&5
10f2d63a
VZ
4868 no_cache=0
4869 # Check whether --enable-radiobox or --disable-radiobox was given.
4870if test "${enable_radiobox+set}" = set; then
4871 enableval="$enable_radiobox"
4872
4873 if test "$enableval" = yes; then
4874 ac_cv_use_radiobox='wxUSE_RADIOBOX=yes'
4875 else
4876 ac_cv_use_radiobox='wxUSE_RADIOBOX=no'
4877 fi
4878
4879else
4880
4881 LINE=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
4882 if test "x$LINE" != x ; then
4883 eval "DEFAULT_$LINE"
4884 else
4885 no_cache=1
4886 fi
4887
4888 ac_cv_use_radiobox='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
4889
4890fi
4891
4892
4893 eval "$ac_cv_use_radiobox"
4894 if test "$no_cache" != 1; then
4895 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
4896 fi
4897
4898 if test "$wxUSE_RADIOBOX" = yes; then
4899 echo "$ac_t""yes" 1>&6
4900 else
4901 echo "$ac_t""no" 1>&6
4902 fi
4903
4904
4905 echo $ac_n "checking "for --enable-radiobtn"""... $ac_c" 1>&6
4f3c5f06 4906echo "configure:4907: checking "for --enable-radiobtn"" >&5
10f2d63a
VZ
4907 no_cache=0
4908 # Check whether --enable-radiobtn or --disable-radiobtn was given.
4909if test "${enable_radiobtn+set}" = set; then
4910 enableval="$enable_radiobtn"
4911
4912 if test "$enableval" = yes; then
4913 ac_cv_use_radiobtn='wxUSE_RADIOBTN=yes'
4914 else
4915 ac_cv_use_radiobtn='wxUSE_RADIOBTN=no'
4916 fi
4917
4918else
4919
4920 LINE=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
4921 if test "x$LINE" != x ; then
4922 eval "DEFAULT_$LINE"
4923 else
4924 no_cache=1
4925 fi
4926
4927 ac_cv_use_radiobtn='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
4928
4929fi
4930
4931
4932 eval "$ac_cv_use_radiobtn"
4933 if test "$no_cache" != 1; then
4934 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
4935 fi
4936
4937 if test "$wxUSE_RADIOBTN" = yes; then
4938 echo "$ac_t""yes" 1>&6
4939 else
4940 echo "$ac_t""no" 1>&6
4941 fi
4942
4943
4944 echo $ac_n "checking "for --enable-sash"""... $ac_c" 1>&6
4f3c5f06 4945echo "configure:4946: checking "for --enable-sash"" >&5
10f2d63a
VZ
4946 no_cache=0
4947 # Check whether --enable-sash or --disable-sash was given.
4948if test "${enable_sash+set}" = set; then
4949 enableval="$enable_sash"
4950
4951 if test "$enableval" = yes; then
4952 ac_cv_use_sash='wxUSE_SASH=yes'
4953 else
4954 ac_cv_use_sash='wxUSE_SASH=no'
4955 fi
4956
4957else
4958
4959 LINE=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
4960 if test "x$LINE" != x ; then
4961 eval "DEFAULT_$LINE"
4962 else
4963 no_cache=1
4964 fi
4965
4966 ac_cv_use_sash='wxUSE_SASH='$DEFAULT_wxUSE_SASH
4967
4968fi
4969
4970
4971 eval "$ac_cv_use_sash"
4972 if test "$no_cache" != 1; then
4973 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
4974 fi
4975
4976 if test "$wxUSE_SASH" = yes; then
4977 echo "$ac_t""yes" 1>&6
4978 else
4979 echo "$ac_t""no" 1>&6
4980 fi
4981
4982
4983 echo $ac_n "checking "for --enable-scrollbar"""... $ac_c" 1>&6
4f3c5f06 4984echo "configure:4985: checking "for --enable-scrollbar"" >&5
10f2d63a
VZ
4985 no_cache=0
4986 # Check whether --enable-scrollbar or --disable-scrollbar was given.
4987if test "${enable_scrollbar+set}" = set; then
4988 enableval="$enable_scrollbar"
4989
4990 if test "$enableval" = yes; then
4991 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=yes'
4992 else
4993 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=no'
4994 fi
4995
4996else
4997
4998 LINE=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
4999 if test "x$LINE" != x ; then
5000 eval "DEFAULT_$LINE"
5001 else
5002 no_cache=1
5003 fi
5004
5005 ac_cv_use_scrollbar='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
5006
5007fi
5008
5009
5010 eval "$ac_cv_use_scrollbar"
5011 if test "$no_cache" != 1; then
5012 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
5013 fi
5014
5015 if test "$wxUSE_SCROLLBAR" = yes; then
5016 echo "$ac_t""yes" 1>&6
5017 else
5018 echo "$ac_t""no" 1>&6
5019 fi
5020
5021
5022 echo $ac_n "checking "for --enable-slider"""... $ac_c" 1>&6
4f3c5f06 5023echo "configure:5024: checking "for --enable-slider"" >&5
10f2d63a
VZ
5024 no_cache=0
5025 # Check whether --enable-slider or --disable-slider was given.
5026if test "${enable_slider+set}" = set; then
5027 enableval="$enable_slider"
5028
5029 if test "$enableval" = yes; then
5030 ac_cv_use_slider='wxUSE_SLIDER=yes'
5031 else
5032 ac_cv_use_slider='wxUSE_SLIDER=no'
5033 fi
5034
5035else
5036
5037 LINE=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
5038 if test "x$LINE" != x ; then
5039 eval "DEFAULT_$LINE"
5040 else
5041 no_cache=1
5042 fi
5043
5044 ac_cv_use_slider='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
5045
5046fi
5047
5048
5049 eval "$ac_cv_use_slider"
5050 if test "$no_cache" != 1; then
5051 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
5052 fi
5053
5054 if test "$wxUSE_SLIDER" = yes; then
5055 echo "$ac_t""yes" 1>&6
5056 else
5057 echo "$ac_t""no" 1>&6
5058 fi
5059
5060
5061 echo $ac_n "checking "for --enable-spinbtn"""... $ac_c" 1>&6
4f3c5f06 5062echo "configure:5063: checking "for --enable-spinbtn"" >&5
10f2d63a
VZ
5063 no_cache=0
5064 # Check whether --enable-spinbtn or --disable-spinbtn was given.
5065if test "${enable_spinbtn+set}" = set; then
5066 enableval="$enable_spinbtn"
5067
5068 if test "$enableval" = yes; then
5069 ac_cv_use_spinbtn='wxUSE_SPINBTN=yes'
5070 else
5071 ac_cv_use_spinbtn='wxUSE_SPINBTN=no'
5072 fi
5073
5074else
5075
5076 LINE=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
5077 if test "x$LINE" != x ; then
5078 eval "DEFAULT_$LINE"
5079 else
5080 no_cache=1
5081 fi
5082
5083 ac_cv_use_spinbtn='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
5084
5085fi
5086
5087
5088 eval "$ac_cv_use_spinbtn"
5089 if test "$no_cache" != 1; then
5090 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
5091 fi
5092
5093 if test "$wxUSE_SPINBTN" = yes; then
5094 echo "$ac_t""yes" 1>&6
5095 else
5096 echo "$ac_t""no" 1>&6
5097 fi
5098
5099
56cfaa52 5100 echo $ac_n "checking "for --enable-spinctrl"""... $ac_c" 1>&6
4f3c5f06 5101echo "configure:5102: checking "for --enable-spinctrl"" >&5
56cfaa52
RR
5102 no_cache=0
5103 # Check whether --enable-spinctrl or --disable-spinctrl was given.
5104if test "${enable_spinctrl+set}" = set; then
5105 enableval="$enable_spinctrl"
5106
5107 if test "$enableval" = yes; then
5108 ac_cv_use_spinctrl='wxUSE_SPINCTRL=yes'
5109 else
5110 ac_cv_use_spinctrl='wxUSE_SPINCTRL=no'
5111 fi
5112
5113else
5114
5115 LINE=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
5116 if test "x$LINE" != x ; then
5117 eval "DEFAULT_$LINE"
5118 else
5119 no_cache=1
5120 fi
5121
5122 ac_cv_use_spinctrl='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
5123
5124fi
5125
5126
5127 eval "$ac_cv_use_spinctrl"
5128 if test "$no_cache" != 1; then
5129 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
5130 fi
5131
5132 if test "$wxUSE_SPINCTRL" = yes; then
5133 echo "$ac_t""yes" 1>&6
5134 else
5135 echo "$ac_t""no" 1>&6
5136 fi
5137
5138
10f2d63a 5139 echo $ac_n "checking "for --enable-splitter"""... $ac_c" 1>&6
4f3c5f06 5140echo "configure:5141: checking "for --enable-splitter"" >&5
10f2d63a
VZ
5141 no_cache=0
5142 # Check whether --enable-splitter or --disable-splitter was given.
5143if test "${enable_splitter+set}" = set; then
5144 enableval="$enable_splitter"
5145
5146 if test "$enableval" = yes; then
5147 ac_cv_use_splitter='wxUSE_SPLITTER=yes'
5148 else
5149 ac_cv_use_splitter='wxUSE_SPLITTER=no'
5150 fi
5151
5152else
5153
5154 LINE=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
5155 if test "x$LINE" != x ; then
5156 eval "DEFAULT_$LINE"
5157 else
5158 no_cache=1
5159 fi
5160
5161 ac_cv_use_splitter='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
5162
5163fi
5164
5165
5166 eval "$ac_cv_use_splitter"
5167 if test "$no_cache" != 1; then
5168 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
5169 fi
5170
5171 if test "$wxUSE_SPLITTER" = yes; then
5172 echo "$ac_t""yes" 1>&6
5173 else
5174 echo "$ac_t""no" 1>&6
5175 fi
5176
5177
5178 echo $ac_n "checking "for --enable-statbmp"""... $ac_c" 1>&6
4f3c5f06 5179echo "configure:5180: checking "for --enable-statbmp"" >&5
10f2d63a
VZ
5180 no_cache=0
5181 # Check whether --enable-statbmp or --disable-statbmp was given.
5182if test "${enable_statbmp+set}" = set; then
5183 enableval="$enable_statbmp"
5184
5185 if test "$enableval" = yes; then
5186 ac_cv_use_statbmp='wxUSE_STATBMP=yes'
5187 else
5188 ac_cv_use_statbmp='wxUSE_STATBMP=no'
5189 fi
5190
5191else
5192
5193 LINE=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
5194 if test "x$LINE" != x ; then
5195 eval "DEFAULT_$LINE"
5196 else
5197 no_cache=1
5198 fi
5199
5200 ac_cv_use_statbmp='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
5201
5202fi
5203
5204
5205 eval "$ac_cv_use_statbmp"
5206 if test "$no_cache" != 1; then
5207 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
5208 fi
5209
5210 if test "$wxUSE_STATBMP" = yes; then
5211 echo "$ac_t""yes" 1>&6
5212 else
5213 echo "$ac_t""no" 1>&6
5214 fi
5215
5216
5217 echo $ac_n "checking "for --enable-statbox"""... $ac_c" 1>&6
4f3c5f06 5218echo "configure:5219: checking "for --enable-statbox"" >&5
10f2d63a
VZ
5219 no_cache=0
5220 # Check whether --enable-statbox or --disable-statbox was given.
5221if test "${enable_statbox+set}" = set; then
5222 enableval="$enable_statbox"
5223
5224 if test "$enableval" = yes; then
5225 ac_cv_use_statbox='wxUSE_STATBOX=yes'
5226 else
5227 ac_cv_use_statbox='wxUSE_STATBOX=no'
5228 fi
5229
5230else
5231
5232 LINE=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
5233 if test "x$LINE" != x ; then
5234 eval "DEFAULT_$LINE"
5235 else
5236 no_cache=1
5237 fi
5238
5239 ac_cv_use_statbox='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
5240
5241fi
5242
5243
5244 eval "$ac_cv_use_statbox"
5245 if test "$no_cache" != 1; then
5246 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
5247 fi
5248
5249 if test "$wxUSE_STATBOX" = yes; then
5250 echo "$ac_t""yes" 1>&6
5251 else
5252 echo "$ac_t""no" 1>&6
5253 fi
5254
5255
5256 echo $ac_n "checking "for --enable-statline"""... $ac_c" 1>&6
4f3c5f06 5257echo "configure:5258: checking "for --enable-statline"" >&5
10f2d63a
VZ
5258 no_cache=0
5259 # Check whether --enable-statline or --disable-statline was given.
5260if test "${enable_statline+set}" = set; then
5261 enableval="$enable_statline"
5262
5263 if test "$enableval" = yes; then
5264 ac_cv_use_statline='wxUSE_STATLINE=yes'
5265 else
5266 ac_cv_use_statline='wxUSE_STATLINE=no'
5267 fi
5268
5269else
5270
5271 LINE=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
5272 if test "x$LINE" != x ; then
5273 eval "DEFAULT_$LINE"
5274 else
5275 no_cache=1
5276 fi
5277
5278 ac_cv_use_statline='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
5279
5280fi
5281
5282
5283 eval "$ac_cv_use_statline"
5284 if test "$no_cache" != 1; then
5285 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
5286 fi
5287
5288 if test "$wxUSE_STATLINE" = yes; then
5289 echo "$ac_t""yes" 1>&6
5290 else
5291 echo "$ac_t""no" 1>&6
5292 fi
5293
5294
5295 echo $ac_n "checking "for --enable-statusbar"""... $ac_c" 1>&6
4f3c5f06 5296echo "configure:5297: checking "for --enable-statusbar"" >&5
10f2d63a
VZ
5297 no_cache=0
5298 # Check whether --enable-statusbar or --disable-statusbar was given.
5299if test "${enable_statusbar+set}" = set; then
5300 enableval="$enable_statusbar"
5301
5302 if test "$enableval" = yes; then
5303 ac_cv_use_statusbar='wxUSE_STATUSBAR=yes'
5304 else
5305 ac_cv_use_statusbar='wxUSE_STATUSBAR=no'
5306 fi
5307
5308else
5309
5310 LINE=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
5311 if test "x$LINE" != x ; then
5312 eval "DEFAULT_$LINE"
5313 else
5314 no_cache=1
5315 fi
5316
5317 ac_cv_use_statusbar='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
5318
5319fi
5320
5321
5322 eval "$ac_cv_use_statusbar"
5323 if test "$no_cache" != 1; then
5324 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
5325 fi
5326
5327 if test "$wxUSE_STATUSBAR" = yes; then
5328 echo "$ac_t""yes" 1>&6
5329 else
5330 echo "$ac_t""no" 1>&6
5331 fi
5332
5333
5334 echo $ac_n "checking "for --enable-tabdialog"""... $ac_c" 1>&6
4f3c5f06 5335echo "configure:5336: checking "for --enable-tabdialog"" >&5
10f2d63a
VZ
5336 no_cache=0
5337 # Check whether --enable-tabdialog or --disable-tabdialog was given.
5338if test "${enable_tabdialog+set}" = set; then
5339 enableval="$enable_tabdialog"
5340
5341 if test "$enableval" = yes; then
5342 ac_cv_use_tabdialog='wxUSE_TABDIALOG=yes'
5343 else
5344 ac_cv_use_tabdialog='wxUSE_TABDIALOG=no'
5345 fi
5346
5347else
5348
5349 LINE=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
5350 if test "x$LINE" != x ; then
5351 eval "DEFAULT_$LINE"
5352 else
5353 no_cache=1
5354 fi
5355
5356 ac_cv_use_tabdialog='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
5357
5358fi
5359
5360
5361 eval "$ac_cv_use_tabdialog"
5362 if test "$no_cache" != 1; then
5363 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
5364 fi
5365
5366 if test "$wxUSE_TABDIALOG" = yes; then
5367 echo "$ac_t""yes" 1>&6
5368 else
5369 echo "$ac_t""no" 1>&6
5370 fi
5371
5372
1db8dc4a 5373 echo $ac_n "checking "for --enable-togglebtn"""... $ac_c" 1>&6
4f3c5f06 5374echo "configure:5375: checking "for --enable-togglebtn"" >&5
1db8dc4a
VZ
5375 no_cache=0
5376 # Check whether --enable-togglebtn or --disable-togglebtn was given.
5377if test "${enable_togglebtn+set}" = set; then
5378 enableval="$enable_togglebtn"
5379
5380 if test "$enableval" = yes; then
5381 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes'
5382 else
5383 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=no'
5384 fi
5385
5386else
5387
5388 LINE=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
5389 if test "x$LINE" != x ; then
5390 eval "DEFAULT_$LINE"
5391 else
5392 no_cache=1
5393 fi
5394
5395 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
5396
5397fi
5398
5399
5400 eval "$ac_cv_use_togglebtn"
5401 if test "$no_cache" != 1; then
5402 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
5403 fi
5404
5405 if test "$wxUSE_TOGGLEBTN" = yes; then
5406 echo "$ac_t""yes" 1>&6
5407 else
5408 echo "$ac_t""no" 1>&6
5409 fi
5410
5411
10f2d63a 5412 echo $ac_n "checking "for --enable-toolbar"""... $ac_c" 1>&6
4f3c5f06 5413echo "configure:5414: checking "for --enable-toolbar"" >&5
10f2d63a
VZ
5414 no_cache=0
5415 # Check whether --enable-toolbar or --disable-toolbar was given.
5416if test "${enable_toolbar+set}" = set; then
5417 enableval="$enable_toolbar"
5418
5419 if test "$enableval" = yes; then
5420 ac_cv_use_toolbar='wxUSE_TOOLBAR=yes'
5421 else
5422 ac_cv_use_toolbar='wxUSE_TOOLBAR=no'
5423 fi
5424
5425else
5426
5427 LINE=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
5428 if test "x$LINE" != x ; then
5429 eval "DEFAULT_$LINE"
5430 else
5431 no_cache=1
5432 fi
5433
5434 ac_cv_use_toolbar='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
5435
5436fi
5437
5438
5439 eval "$ac_cv_use_toolbar"
5440 if test "$no_cache" != 1; then
5441 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
5442 fi
5443
5444 if test "$wxUSE_TOOLBAR" = yes; then
5445 echo "$ac_t""yes" 1>&6
5446 else
5447 echo "$ac_t""no" 1>&6
5448 fi
5449
5450
360d6699 5451 echo $ac_n "checking "for --enable-tbarnative"""... $ac_c" 1>&6
4f3c5f06 5452echo "configure:5453: checking "for --enable-tbarnative"" >&5
360d6699
VZ
5453 no_cache=0
5454 # Check whether --enable-tbarnative or --disable-tbarnative was given.
5455if test "${enable_tbarnative+set}" = set; then
5456 enableval="$enable_tbarnative"
5457
5458 if test "$enableval" = yes; then
5459 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes'
5460 else
5461 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no'
5462 fi
5463
5464else
5465
5466 LINE=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
5467 if test "x$LINE" != x ; then
5468 eval "DEFAULT_$LINE"
5469 else
5470 no_cache=1
5471 fi
5472
5473 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
5474
5475fi
5476
5477
5478 eval "$ac_cv_use_tbarnative"
5479 if test "$no_cache" != 1; then
5480 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
5481 fi
5482
5483 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
5484 echo "$ac_t""yes" 1>&6
5485 else
5486 echo "$ac_t""no" 1>&6
5487 fi
5488
5489
5490 echo $ac_n "checking "for --enable-tbarsmpl"""... $ac_c" 1>&6
4f3c5f06 5491echo "configure:5492: checking "for --enable-tbarsmpl"" >&5
360d6699
VZ
5492 no_cache=0
5493 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
5494if test "${enable_tbarsmpl+set}" = set; then
5495 enableval="$enable_tbarsmpl"
5496
5497 if test "$enableval" = yes; then
5498 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=yes'
5499 else
5500 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=no'
5501 fi
5502
5503else
5504
5505 LINE=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
5506 if test "x$LINE" != x ; then
5507 eval "DEFAULT_$LINE"
5508 else
5509 no_cache=1
5510 fi
5511
5512 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
5513
5514fi
5515
5516
5517 eval "$ac_cv_use_tbarsmpl"
5518 if test "$no_cache" != 1; then
5519 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
5520 fi
5521
5522 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
5523 echo "$ac_t""yes" 1>&6
5524 else
5525 echo "$ac_t""no" 1>&6
5526 fi
5527
5528
10f2d63a 5529 echo $ac_n "checking "for --enable-treectrl"""... $ac_c" 1>&6
4f3c5f06 5530echo "configure:5531: checking "for --enable-treectrl"" >&5
10f2d63a
VZ
5531 no_cache=0
5532 # Check whether --enable-treectrl or --disable-treectrl was given.
5533if test "${enable_treectrl+set}" = set; then
5534 enableval="$enable_treectrl"
5535
5536 if test "$enableval" = yes; then
5537 ac_cv_use_treectrl='wxUSE_TREECTRL=yes'
5538 else
5539 ac_cv_use_treectrl='wxUSE_TREECTRL=no'
5540 fi
5541
5542else
5543
5544 LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
5545 if test "x$LINE" != x ; then
5546 eval "DEFAULT_$LINE"
5547 else
5548 no_cache=1
5549 fi
5550
5551 ac_cv_use_treectrl='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
5552
5553fi
5554
5555
5556 eval "$ac_cv_use_treectrl"
5557 if test "$no_cache" != 1; then
5558 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
5559 fi
5560
5561 if test "$wxUSE_TREECTRL" = yes; then
5562 echo "$ac_t""yes" 1>&6
5563 else
5564 echo "$ac_t""no" 1>&6
5565 fi
5566
5567
5568
5569
5570 echo $ac_n "checking "for --enable-commondlg"""... $ac_c" 1>&6
4f3c5f06 5571echo "configure:5572: checking "for --enable-commondlg"" >&5
10f2d63a
VZ
5572 no_cache=0
5573 # Check whether --enable-commondlg or --disable-commondlg was given.
5574if test "${enable_commondlg+set}" = set; then
5575 enableval="$enable_commondlg"
5576
5577 if test "$enableval" = yes; then
5578 ac_cv_use_commondlg='wxUSE_COMMONDLGS=yes'
5579 else
5580 ac_cv_use_commondlg='wxUSE_COMMONDLGS=no'
5581 fi
5582
5583else
5584
5585 LINE=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
5586 if test "x$LINE" != x ; then
5587 eval "DEFAULT_$LINE"
5588 else
5589 no_cache=1
5590 fi
5591
5592 ac_cv_use_commondlg='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
5593
5594fi
5595
5596
5597 eval "$ac_cv_use_commondlg"
5598 if test "$no_cache" != 1; then
5599 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
5600 fi
5601
5602 if test "$wxUSE_COMMONDLGS" = yes; then
5603 echo "$ac_t""yes" 1>&6
5604 else
5605 echo "$ac_t""no" 1>&6
5606 fi
5607
5608
5609 echo $ac_n "checking "for --enable-dirdlg"""... $ac_c" 1>&6
4f3c5f06 5610echo "configure:5611: checking "for --enable-dirdlg"" >&5
10f2d63a
VZ
5611 no_cache=0
5612 # Check whether --enable-dirdlg or --disable-dirdlg was given.
5613if test "${enable_dirdlg+set}" = set; then
5614 enableval="$enable_dirdlg"
5615
5616 if test "$enableval" = yes; then
5617 ac_cv_use_dirdlg='wxUSE_DIRDLG=yes'
5618 else
5619 ac_cv_use_dirdlg='wxUSE_DIRDLG=no'
5620 fi
5621
5622else
5623
5624 LINE=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
5625 if test "x$LINE" != x ; then
5626 eval "DEFAULT_$LINE"
5627 else
5628 no_cache=1
5629 fi
5630
5631 ac_cv_use_dirdlg='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
5632
5633fi
5634
5635
5636 eval "$ac_cv_use_dirdlg"
5637 if test "$no_cache" != 1; then
5638 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
5639 fi
5640
5641 if test "$wxUSE_DIRDLG" = yes; then
5642 echo "$ac_t""yes" 1>&6
5643 else
5644 echo "$ac_t""no" 1>&6
5645 fi
5646
5647
5648 echo $ac_n "checking "for --enable-textdlg"""... $ac_c" 1>&6
4f3c5f06 5649echo "configure:5650: checking "for --enable-textdlg"" >&5
10f2d63a
VZ
5650 no_cache=0
5651 # Check whether --enable-textdlg or --disable-textdlg was given.
5652if test "${enable_textdlg+set}" = set; then
5653 enableval="$enable_textdlg"
5654
5655 if test "$enableval" = yes; then
5656 ac_cv_use_textdlg='wxUSE_TEXTDLG=yes'
5657 else
5658 ac_cv_use_textdlg='wxUSE_TEXTDLG=no'
5659 fi
5660
5661else
5662
5663 LINE=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
5664 if test "x$LINE" != x ; then
5665 eval "DEFAULT_$LINE"
5666 else
5667 no_cache=1
5668 fi
5669
5670 ac_cv_use_textdlg='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
5671
5672fi
5673
5674
5675 eval "$ac_cv_use_textdlg"
5676 if test "$no_cache" != 1; then
5677 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
5678 fi
5679
5680 if test "$wxUSE_TEXTDLG" = yes; then
5681 echo "$ac_t""yes" 1>&6
5682 else
5683 echo "$ac_t""no" 1>&6
5684 fi
5685
5686
5687 echo $ac_n "checking "for --enable-tipdlg"""... $ac_c" 1>&6
4f3c5f06 5688echo "configure:5689: checking "for --enable-tipdlg"" >&5
10f2d63a
VZ
5689 no_cache=0
5690 # Check whether --enable-tipdlg or --disable-tipdlg was given.
5691if test "${enable_tipdlg+set}" = set; then
5692 enableval="$enable_tipdlg"
5693
5694 if test "$enableval" = yes; then
5695 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes'
5696 else
5697 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no'
5698 fi
5699
5700else
5701
5702 LINE=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
5703 if test "x$LINE" != x ; then
5704 eval "DEFAULT_$LINE"
5705 else
5706 no_cache=1
5707 fi
5708
5709 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
5710
5711fi
5712
5713
5714 eval "$ac_cv_use_tipdlg"
5715 if test "$no_cache" != 1; then
5716 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
5717 fi
5718
5719 if test "$wxUSE_STARTUP_TIPS" = yes; then
5720 echo "$ac_t""yes" 1>&6
5721 else
5722 echo "$ac_t""no" 1>&6
5723 fi
5724
5725
5726 echo $ac_n "checking "for --enable-progressdlg"""... $ac_c" 1>&6
4f3c5f06 5727echo "configure:5728: checking "for --enable-progressdlg"" >&5
10f2d63a
VZ
5728 no_cache=0
5729 # Check whether --enable-progressdlg or --disable-progressdlg was given.
5730if test "${enable_progressdlg+set}" = set; then
5731 enableval="$enable_progressdlg"
5732
5733 if test "$enableval" = yes; then
5734 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes'
5735 else
5736 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=no'
5737 fi
5738
5739else
5740
5741 LINE=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
5742 if test "x$LINE" != x ; then
5743 eval "DEFAULT_$LINE"
5744 else
5745 no_cache=1
5746 fi
5747
5748 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
5749
5750fi
5751
5752
5753 eval "$ac_cv_use_progressdlg"
5754 if test "$no_cache" != 1; then
5755 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
5756 fi
5757
5758 if test "$wxUSE_PROGRESSDLG" = yes; then
5759 echo "$ac_t""yes" 1>&6
5760 else
5761 echo "$ac_t""no" 1>&6
5762 fi
5763
5764
5765 echo $ac_n "checking "for --enable-miniframe"""... $ac_c" 1>&6
4f3c5f06 5766echo "configure:5767: checking "for --enable-miniframe"" >&5
10f2d63a
VZ
5767 no_cache=0
5768 # Check whether --enable-miniframe or --disable-miniframe was given.
5769if test "${enable_miniframe+set}" = set; then
5770 enableval="$enable_miniframe"
5771
5772 if test "$enableval" = yes; then
5773 ac_cv_use_miniframe='wxUSE_MINIFRAME=yes'
5774 else
5775 ac_cv_use_miniframe='wxUSE_MINIFRAME=no'
5776 fi
5777
5778else
5779
5780 LINE=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
5781 if test "x$LINE" != x ; then
5782 eval "DEFAULT_$LINE"
5783 else
5784 no_cache=1
5785 fi
5786
5787 ac_cv_use_miniframe='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
5788
5789fi
5790
5791
5792 eval "$ac_cv_use_miniframe"
5793 if test "$no_cache" != 1; then
5794 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
5795 fi
5796
5797 if test "$wxUSE_MINIFRAME" = yes; then
5798 echo "$ac_t""yes" 1>&6
5799 else
5800 echo "$ac_t""no" 1>&6
5801 fi
5802
5803
5804 echo $ac_n "checking "for --enable-html"""... $ac_c" 1>&6
4f3c5f06 5805echo "configure:5806: checking "for --enable-html"" >&5
10f2d63a
VZ
5806 no_cache=0
5807 # Check whether --enable-html or --disable-html was given.
5808if test "${enable_html+set}" = set; then
5809 enableval="$enable_html"
5810
5811 if test "$enableval" = yes; then
5812 ac_cv_use_html='wxUSE_HTML=yes'
5813 else
5814 ac_cv_use_html='wxUSE_HTML=no'
5815 fi
5816
5817else
5818
5819 LINE=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
5820 if test "x$LINE" != x ; then
5821 eval "DEFAULT_$LINE"
5822 else
5823 no_cache=1
5824 fi
5825
5826 ac_cv_use_html='wxUSE_HTML='$DEFAULT_wxUSE_HTML
5827
5828fi
5829
5830
5831 eval "$ac_cv_use_html"
5832 if test "$no_cache" != 1; then
5833 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
5834 fi
5835
5836 if test "$wxUSE_HTML" = yes; then
5837 echo "$ac_t""yes" 1>&6
5838 else
5839 echo "$ac_t""no" 1>&6
5840 fi
5841
5842
5843 echo $ac_n "checking "for --enable-tooltips"""... $ac_c" 1>&6
4f3c5f06 5844echo "configure:5845: checking "for --enable-tooltips"" >&5
10f2d63a
VZ
5845 no_cache=0
5846 # Check whether --enable-tooltips or --disable-tooltips was given.
5847if test "${enable_tooltips+set}" = set; then
5848 enableval="$enable_tooltips"
5849
5850 if test "$enableval" = yes; then
5851 ac_cv_use_tooltips='wxUSE_TOOLTIPS=yes'
5852 else
5853 ac_cv_use_tooltips='wxUSE_TOOLTIPS=no'
5854 fi
5855
5856else
5857
5858 LINE=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
5859 if test "x$LINE" != x ; then
5860 eval "DEFAULT_$LINE"
5861 else
5862 no_cache=1
5863 fi
5864
5865 ac_cv_use_tooltips='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
5866
5867fi
5868
5869
5870 eval "$ac_cv_use_tooltips"
5871 if test "$no_cache" != 1; then
5872 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
5873 fi
5874
5875 if test "$wxUSE_TOOLTIPS" = yes; then
5876 echo "$ac_t""yes" 1>&6
5877 else
5878 echo "$ac_t""no" 1>&6
5879 fi
5880
5881
5882 echo $ac_n "checking "for --enable-splines"""... $ac_c" 1>&6
4f3c5f06 5883echo "configure:5884: checking "for --enable-splines"" >&5
10f2d63a
VZ
5884 no_cache=0
5885 # Check whether --enable-splines or --disable-splines was given.
5886if test "${enable_splines+set}" = set; then
5887 enableval="$enable_splines"
5888
5889 if test "$enableval" = yes; then
5890 ac_cv_use_splines='wxUSE_SPLINES=yes'
5891 else
5892 ac_cv_use_splines='wxUSE_SPLINES=no'
5893 fi
5894
5895else
5896
5897 LINE=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
5898 if test "x$LINE" != x ; then
5899 eval "DEFAULT_$LINE"
5900 else
5901 no_cache=1
5902 fi
5903
5904 ac_cv_use_splines='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
5905
5906fi
5907
5908
5909 eval "$ac_cv_use_splines"
5910 if test "$no_cache" != 1; then
5911 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
5912 fi
5913
5914 if test "$wxUSE_SPLINES" = yes; then
5915 echo "$ac_t""yes" 1>&6
5916 else
5917 echo "$ac_t""no" 1>&6
5918 fi
5919
5920
5921 echo $ac_n "checking "for --enable-validators"""... $ac_c" 1>&6
4f3c5f06 5922echo "configure:5923: checking "for --enable-validators"" >&5
10f2d63a
VZ
5923 no_cache=0
5924 # Check whether --enable-validators or --disable-validators was given.
5925if test "${enable_validators+set}" = set; then
5926 enableval="$enable_validators"
5927
5928 if test "$enableval" = yes; then
5929 ac_cv_use_validators='wxUSE_VALIDATORS=yes'
5930 else
5931 ac_cv_use_validators='wxUSE_VALIDATORS=no'
5932 fi
5933
5934else
5935
5936 LINE=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
5937 if test "x$LINE" != x ; then
5938 eval "DEFAULT_$LINE"
5939 else
5940 no_cache=1
5941 fi
5942
5943 ac_cv_use_validators='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
5944
5945fi
5946
5947
5948 eval "$ac_cv_use_validators"
5949 if test "$no_cache" != 1; then
5950 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
5951 fi
5952
5953 if test "$wxUSE_VALIDATORS" = yes; then
5954 echo "$ac_t""yes" 1>&6
5955 else
5956 echo "$ac_t""no" 1>&6
5957 fi
5958
5959
5960 echo $ac_n "checking "for --enable-busyinfo"""... $ac_c" 1>&6
4f3c5f06 5961echo "configure:5962: checking "for --enable-busyinfo"" >&5
10f2d63a
VZ
5962 no_cache=0
5963 # Check whether --enable-busyinfo or --disable-busyinfo was given.
5964if test "${enable_busyinfo+set}" = set; then
5965 enableval="$enable_busyinfo"
5966
5967 if test "$enableval" = yes; then
5968 ac_cv_use_busyinfo='wxUSE_BUSYINFO=yes'
5969 else
5970 ac_cv_use_busyinfo='wxUSE_BUSYINFO=no'
5971 fi
5972
5973else
5974
5975 LINE=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
5976 if test "x$LINE" != x ; then
5977 eval "DEFAULT_$LINE"
5978 else
5979 no_cache=1
5980 fi
5981
5982 ac_cv_use_busyinfo='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
5983
5984fi
5985
5986
5987 eval "$ac_cv_use_busyinfo"
5988 if test "$no_cache" != 1; then
5989 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
5990 fi
5991
5992 if test "$wxUSE_BUSYINFO" = yes; then
5993 echo "$ac_t""yes" 1>&6
5994 else
5995 echo "$ac_t""no" 1>&6
5996 fi
5997
5998
f6bcfd97 5999 echo $ac_n "checking "for --enable-joystick"""... $ac_c" 1>&6
4f3c5f06 6000echo "configure:6001: checking "for --enable-joystick"" >&5
f6bcfd97
BP
6001 no_cache=0
6002 # Check whether --enable-joystick or --disable-joystick was given.
6003if test "${enable_joystick+set}" = set; then
6004 enableval="$enable_joystick"
6005
6006 if test "$enableval" = yes; then
6007 ac_cv_use_joystick='wxUSE_JOYSTICK=yes'
6008 else
6009 ac_cv_use_joystick='wxUSE_JOYSTICK=no'
6010 fi
6011
6012else
6013
6014 LINE=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
6015 if test "x$LINE" != x ; then
6016 eval "DEFAULT_$LINE"
6017 else
6018 no_cache=1
6019 fi
6020
6021 ac_cv_use_joystick='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
6022
6023fi
6024
6025
6026 eval "$ac_cv_use_joystick"
6027 if test "$no_cache" != 1; then
6028 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
6029 fi
6030
6031 if test "$wxUSE_JOYSTICK" = yes; then
6032 echo "$ac_t""yes" 1>&6
6033 else
6034 echo "$ac_t""no" 1>&6
6035 fi
6036
6037
10f2d63a
VZ
6038
6039
0046ff7c 6040 echo $ac_n "checking "for --enable-image"""... $ac_c" 1>&6
4f3c5f06 6041echo "configure:6042: checking "for --enable-image"" >&5
0046ff7c
VS
6042 no_cache=0
6043 # Check whether --enable-image or --disable-image was given.
6044if test "${enable_image+set}" = set; then
6045 enableval="$enable_image"
6046
6047 if test "$enableval" = yes; then
6048 ac_cv_use_image='wxUSE_IMAGE=yes'
6049 else
6050 ac_cv_use_image='wxUSE_IMAGE=no'
6051 fi
6052
6053else
6054
6055 LINE=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
6056 if test "x$LINE" != x ; then
6057 eval "DEFAULT_$LINE"
6058 else
6059 no_cache=1
6060 fi
6061
6062 ac_cv_use_image='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
6063
6064fi
6065
6066
6067 eval "$ac_cv_use_image"
6068 if test "$no_cache" != 1; then
6069 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
6070 fi
6071
6072 if test "$wxUSE_IMAGE" = yes; then
6073 echo "$ac_t""yes" 1>&6
6074 else
6075 echo "$ac_t""no" 1>&6
6076 fi
6077
6078
10f2d63a 6079 echo $ac_n "checking "for --enable-gif"""... $ac_c" 1>&6
4f3c5f06 6080echo "configure:6081: checking "for --enable-gif"" >&5
10f2d63a
VZ
6081 no_cache=0
6082 # Check whether --enable-gif or --disable-gif was given.
6083if test "${enable_gif+set}" = set; then
6084 enableval="$enable_gif"
6085
6086 if test "$enableval" = yes; then
6087 ac_cv_use_gif='wxUSE_GIF=yes'
6088 else
6089 ac_cv_use_gif='wxUSE_GIF=no'
6090 fi
6091
6092else
6093
6094 LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
6095 if test "x$LINE" != x ; then
6096 eval "DEFAULT_$LINE"
6097 else
6098 no_cache=1
6099 fi
6100
6101 ac_cv_use_gif='wxUSE_GIF='$DEFAULT_wxUSE_GIF
6102
6103fi
6104
6105
6106 eval "$ac_cv_use_gif"
6107 if test "$no_cache" != 1; then
6108 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
6109 fi
6110
6111 if test "$wxUSE_GIF" = yes; then
6112 echo "$ac_t""yes" 1>&6
6113 else
6114 echo "$ac_t""no" 1>&6
6115 fi
6116
6117
6118 echo $ac_n "checking "for --enable-pcx"""... $ac_c" 1>&6
4f3c5f06 6119echo "configure:6120: checking "for --enable-pcx"" >&5
10f2d63a
VZ
6120 no_cache=0
6121 # Check whether --enable-pcx or --disable-pcx was given.
6122if test "${enable_pcx+set}" = set; then
6123 enableval="$enable_pcx"
6124
6125 if test "$enableval" = yes; then
6126 ac_cv_use_pcx='wxUSE_PCX=yes'
6127 else
6128 ac_cv_use_pcx='wxUSE_PCX=no'
6129 fi
6130
6131else
6132
6133 LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
6134 if test "x$LINE" != x ; then
6135 eval "DEFAULT_$LINE"
6136 else
6137 no_cache=1
6138 fi
6139
6140 ac_cv_use_pcx='wxUSE_PCX='$DEFAULT_wxUSE_PCX
6141
6142fi
6143
6144
6145 eval "$ac_cv_use_pcx"
6146 if test "$no_cache" != 1; then
6147 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
6148 fi
6149
6150 if test "$wxUSE_PCX" = yes; then
6151 echo "$ac_t""yes" 1>&6
6152 else
6153 echo "$ac_t""no" 1>&6
6154 fi
6155
6156
6157 echo $ac_n "checking "for --enable-pnm"""... $ac_c" 1>&6
4f3c5f06 6158echo "configure:6159: checking "for --enable-pnm"" >&5
10f2d63a
VZ
6159 no_cache=0
6160 # Check whether --enable-pnm or --disable-pnm was given.
6161if test "${enable_pnm+set}" = set; then
6162 enableval="$enable_pnm"
6163
6164 if test "$enableval" = yes; then
6165 ac_cv_use_pnm='wxUSE_PNM=yes'
6166 else
6167 ac_cv_use_pnm='wxUSE_PNM=no'
6168 fi
6169
6170else
6171
6172 LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
6173 if test "x$LINE" != x ; then
6174 eval "DEFAULT_$LINE"
6175 else
6176 no_cache=1
6177 fi
6178
6179 ac_cv_use_pnm='wxUSE_PNM='$DEFAULT_wxUSE_PNM
6180
6181fi
6182
6183
6184 eval "$ac_cv_use_pnm"
6185 if test "$no_cache" != 1; then
6186 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
6187 fi
6188
6189 if test "$wxUSE_PNM" = yes; then
6190 echo "$ac_t""yes" 1>&6
6191 else
6192 echo "$ac_t""no" 1>&6
6193 fi
6194
6195
0046ff7c 6196 echo $ac_n "checking "for --enable-pnm"""... $ac_c" 1>&6
4f3c5f06 6197echo "configure:6198: checking "for --enable-pnm"" >&5
0046ff7c
VS
6198 no_cache=0
6199 # Check whether --enable-pnm or --disable-pnm was given.
6200if test "${enable_pnm+set}" = set; then
6201 enableval="$enable_pnm"
6202
6203 if test "$enableval" = yes; then
6204 ac_cv_use_pnm='wxUSE_XPM=yes'
6205 else
6206 ac_cv_use_pnm='wxUSE_XPM=no'
6207 fi
6208
6209else
6210
6211 LINE=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
6212 if test "x$LINE" != x ; then
6213 eval "DEFAULT_$LINE"
6214 else
6215 no_cache=1
6216 fi
6217
6218 ac_cv_use_pnm='wxUSE_XPM='$DEFAULT_wxUSE_XPM
6219
6220fi
6221
6222
6223 eval "$ac_cv_use_pnm"
6224 if test "$no_cache" != 1; then
6225 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
6226 fi
6227
6228 if test "$wxUSE_XPM" = yes; then
6229 echo "$ac_t""yes" 1>&6
6230 else
6231 echo "$ac_t""no" 1>&6
6232 fi
6233
6234
b12915c1
VZ
6235fi
6236
10f2d63a
VZ
6237
6238 echo "saving argument cache $wx_arg_cache_file"
6239 mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file}
6240
6241
6242
6243echo $ac_n "checking for toolkit""... $ac_c" 1>&6
4f3c5f06 6244echo "configure:6245: checking for toolkit" >&5
10f2d63a
VZ
6245
6246if test "$wxUSE_GUI" = "yes"; then
6247
b12915c1
VZ
6248if test "$USE_BEOS" = 1; then
6249 { echo "configure: error: BeOS GUI is not supported yet, use --disable-gui" 1>&2; exit 1; }
6250fi
6251
10f2d63a
VZ
6252if test "$TOOLKIT_GIVEN" = 1; then
6253 for toolkit in `echo $ALL_TOOLKITS`; do
6254 var=wxUSE_$toolkit
6255 eval "value=\$${var}"
6256 eval "$var=`echo \$value | sed -e "s/yes/1/" -e "s/no/0/"`"
6257 done
6258else
6259 for toolkit in `echo $ALL_TOOLKITS`; do
6260 if test "$has_toolkit_in_cache" != 1; then
6261 var=DEFAULT_DEFAULT_wxUSE_$toolkit
6262 else
6263 var=DEFAULT_wxUSE_$toolkit
6264 fi
6265 eval "wxUSE_$toolkit=\$${var}"
6266 done
6267fi
6268
b4085ce6 6269NUM_TOOLKITS=`expr ${wxUSE_GTK:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_MAC:-0} + ${wxUSE_WINE:-0} + ${wxUSE_MINGW:-0} + ${wxUSE_CYGWIN:-0}`
cf27ef00 6270
ec14dd32
VZ
6271case "${host}" in
6272 *-pc-os2_emx )
6273 NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
6274 # PATH_IFS is autodetected by OS/2's configure (usually ';')
6275 LEX_STEM="lexyy"
6276 ;;
6277 *)
6278 PATH_IFS=':'
6279 LEX_STEM="lex.yy"
6280 ;;
6281esac
10f2d63a
VZ
6282
6283case "$NUM_TOOLKITS" in
6284 1)
6285 ;;
6286 0)
6287 { echo "configure: error: Please specify a toolkit - cannot determine the default for ${host}" 1>&2; exit 1; }
6288 ;;
6289 *)
6290 { echo "configure: error: Please specify at most one toolkit (may be some are cached?)" 1>&2; exit 1; }
6291esac
6292
6293for toolkit in `echo $ALL_TOOLKITS`; do
6294 var=wxUSE_$toolkit
6295 eval "value=\$${var}"
6296 if test "x$value" != x; then
6297 cache_var=CACHE_$toolkit
6298 eval "cache=\$${cache_var}"
6299 if test "$cache" = 1; then
6300 echo "$var=$value" >> ${wx_arg_cache_file}
6301 fi
6302 if test "$value" = 1; then
6303 echo "$ac_t""`echo $toolkit | tr A-Z a-z`" 1>&6
6304 fi
6305 fi
6306done
6307
6308else
cf27ef00 6309 PATH_IFS=':'
10f2d63a
VZ
6310 echo "$ac_t""base only" 1>&6
6311fi
6312
6313
6314cat > confcache <<\EOF
6315# This file is a shell script that caches the results of configure
6316# tests run on this system so they can be shared between configure
6317# scripts and configure runs. It is not useful on other systems.
6318# If it contains results you don't want to keep, you may remove or edit it.
6319#
6320# By default, configure uses ./config.cache as the cache file,
6321# creating it if it does not exist already. You can give configure
6322# the --cache-file=FILE option to use a different cache file; that is
6323# what configure does when it calls configure scripts in
6324# subdirectories, so they share the cache.
6325# Giving --cache-file=/dev/null disables caching, for debugging configure.
6326# config.status only pays attention to the cache file if you give it the
6327# --recheck option to rerun configure.
6328#
6329EOF
6330# The following way of writing the cache mishandles newlines in values,
6331# but we know of no workaround that is simple, portable, and efficient.
6332# So, don't put newlines in cache variables' values.
6333# Ultrix sh set writes to stderr and can't be redirected directly,
6334# and sets the high bit in the cache file unless we assign to the vars.
6335(set) 2>&1 |
6336 case `(ac_space=' '; set | grep ac_space) 2>&1` in
6337 *ac_space=\ *)
6338 # `set' does not quote correctly, so add quotes (double-quote substitution
6339 # turns \\\\ into \\, and sed turns \\ into \).
6340 sed -n \
6341 -e "s/'/'\\\\''/g" \
6342 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
6343 ;;
6344 *)
6345 # `set' quotes correctly as required by POSIX, so do not add quotes.
6346 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
6347 ;;
6348 esac >> confcache
6349if cmp -s $cache_file confcache; then
6350 :
6351else
6352 if test -w $cache_file; then
6353 echo "updating cache $cache_file"
6354 cat confcache > $cache_file
6355 else
6356 echo "not updating unwritable cache $cache_file"
6357 fi
6358fi
6359rm -f confcache
6360
6361
e59890c3 6362if test "$build" != "$host" ; then
10f2d63a
VZ
6363 CC=$host_alias-gcc
6364 CXX=$host_alias-c++
6365 AR=$host_alias-ar
6366 RANLIB=$host_alias-ranlib
6367 DLLTOOL=$host_alias-dlltool
32832908 6368 RESCOMP=$host_alias-windres
10f2d63a
VZ
6369 LD=$host_alias-ld
6370 NM=$host_alias-nm
6371 STRIP=$host_alias-strip
10f2d63a
VZ
6372fi
6373
6374# Extract the first word of "gcc", so it can be a program name with args.
6375set dummy gcc; ac_word=$2
6376echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4f3c5f06 6377echo "configure:6378: checking for $ac_word" >&5
10f2d63a
VZ
6378if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
6379 echo $ac_n "(cached) $ac_c" 1>&6
6380else
6381 if test -n "$CC"; then
6382 ac_cv_prog_CC="$CC" # Let the user override the test.
6383else
6384 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6385 ac_dummy="$PATH"
6386 for ac_dir in $ac_dummy; do
6387 test -z "$ac_dir" && ac_dir=.
6388 if test -f $ac_dir/$ac_word; then
6389 ac_cv_prog_CC="gcc"
6390 break
6391 fi
6392 done
6393 IFS="$ac_save_ifs"
6394fi
6395fi
6396CC="$ac_cv_prog_CC"
6397if test -n "$CC"; then
6398 echo "$ac_t""$CC" 1>&6
6399else
6400 echo "$ac_t""no" 1>&6
6401fi
6402
6403if test -z "$CC"; then
6404 # Extract the first word of "cc", so it can be a program name with args.
6405set dummy cc; ac_word=$2
6406echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4f3c5f06 6407echo "configure:6408: checking for $ac_word" >&5
10f2d63a
VZ
6408if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
6409 echo $ac_n "(cached) $ac_c" 1>&6
6410else
6411 if test -n "$CC"; then
6412 ac_cv_prog_CC="$CC" # Let the user override the test.
6413else
6414 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6415 ac_prog_rejected=no
6416 ac_dummy="$PATH"
6417 for ac_dir in $ac_dummy; do
6418 test -z "$ac_dir" && ac_dir=.
6419 if test -f $ac_dir/$ac_word; then
6420 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
6421 ac_prog_rejected=yes
6422 continue
6423 fi
6424 ac_cv_prog_CC="cc"
6425 break
6426 fi
6427 done
6428 IFS="$ac_save_ifs"
6429if test $ac_prog_rejected = yes; then
6430 # We found a bogon in the path, so make sure we never use it.
6431 set dummy $ac_cv_prog_CC
6432 shift
6433 if test $# -gt 0; then
6434 # We chose a different compiler from the bogus one.
6435 # However, it has the same basename, so the bogon will be chosen
6436 # first if we set CC to just the basename; use the full file name.
6437 shift
6438 set dummy "$ac_dir/$ac_word" "$@"
6439 shift
6440 ac_cv_prog_CC="$@"
6441 fi
6442fi
6443fi
6444fi
6445CC="$ac_cv_prog_CC"
6446if test -n "$CC"; then
6447 echo "$ac_t""$CC" 1>&6
6448else
6449 echo "$ac_t""no" 1>&6
6450fi
6451
6452 if test -z "$CC"; then
6453 case "`uname -s`" in
6454 *win32* | *WIN32*)
6455 # Extract the first word of "cl", so it can be a program name with args.
6456set dummy cl; ac_word=$2
6457echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4f3c5f06 6458echo "configure:6459: checking for $ac_word" >&5
10f2d63a
VZ
6459if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
6460 echo $ac_n "(cached) $ac_c" 1>&6
6461else
6462 if test -n "$CC"; then
6463 ac_cv_prog_CC="$CC" # Let the user override the test.
6464else
6465 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6466 ac_dummy="$PATH"
6467 for ac_dir in $ac_dummy; do
6468 test -z "$ac_dir" && ac_dir=.
6469 if test -f $ac_dir/$ac_word; then
6470 ac_cv_prog_CC="cl"
6471 break
6472 fi
6473 done
6474 IFS="$ac_save_ifs"
6475fi
6476fi
6477CC="$ac_cv_prog_CC"
6478if test -n "$CC"; then
6479 echo "$ac_t""$CC" 1>&6
6480else
6481 echo "$ac_t""no" 1>&6
6482fi
6483 ;;
6484 esac
6485 fi
6486 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
6487fi
6488
6489echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
4f3c5f06 6490echo "configure:6491: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
10f2d63a
VZ
6491
6492ac_ext=c
6493# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6494ac_cpp='$CPP $CPPFLAGS'
6495ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6496ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6497cross_compiling=$ac_cv_prog_cc_cross
6498
6499cat > conftest.$ac_ext << EOF
6500
4f3c5f06 6501#line 6502 "configure"
10f2d63a
VZ
6502#include "confdefs.h"
6503
6504main(){return(0);}
6505EOF
4f3c5f06 6506if { (eval echo configure:6507: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
6507 ac_cv_prog_cc_works=yes
6508 # If we can't run a trivial program, we are probably using a cross compiler.
6509 if (./conftest; exit) 2>/dev/null; then
6510 ac_cv_prog_cc_cross=no
6511 else
6512 ac_cv_prog_cc_cross=yes
6513 fi
6514else
6515 echo "configure: failed program was:" >&5
6516 cat conftest.$ac_ext >&5
6517 ac_cv_prog_cc_works=no
6518fi
6519rm -fr conftest*
6520ac_ext=c
6521# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6522ac_cpp='$CPP $CPPFLAGS'
6523ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6524ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6525cross_compiling=$ac_cv_prog_cc_cross
6526
6527echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
6528if test $ac_cv_prog_cc_works = no; then
6529 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
6530fi
6531echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
4f3c5f06 6532echo "configure:6533: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
10f2d63a
VZ
6533echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
6534cross_compiling=$ac_cv_prog_cc_cross
6535
6536echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
4f3c5f06 6537echo "configure:6538: checking whether we are using GNU C" >&5
10f2d63a
VZ
6538if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
6539 echo $ac_n "(cached) $ac_c" 1>&6
6540else
6541 cat > conftest.c <<EOF
6542#ifdef __GNUC__
6543 yes;
6544#endif
6545EOF
4f3c5f06 6546if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:6547: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
10f2d63a
VZ
6547 ac_cv_prog_gcc=yes
6548else
6549 ac_cv_prog_gcc=no
6550fi
6551fi
6552
6553echo "$ac_t""$ac_cv_prog_gcc" 1>&6
6554
6555if test $ac_cv_prog_gcc = yes; then
6556 GCC=yes
6557else
6558 GCC=
6559fi
6560
6561ac_test_CFLAGS="${CFLAGS+set}"
6562ac_save_CFLAGS="$CFLAGS"
6563CFLAGS=
6564echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
4f3c5f06 6565echo "configure:6566: checking whether ${CC-cc} accepts -g" >&5
10f2d63a
VZ
6566if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
6567 echo $ac_n "(cached) $ac_c" 1>&6
6568else
6569 echo 'void f(){}' > conftest.c
6570if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
6571 ac_cv_prog_cc_g=yes
6572else
6573 ac_cv_prog_cc_g=no
6574fi
6575rm -f conftest*
6576
6577fi
6578
6579echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
6580if test "$ac_test_CFLAGS" = set; then
6581 CFLAGS="$ac_save_CFLAGS"
6582elif test $ac_cv_prog_cc_g = yes; then
6583 if test "$GCC" = yes; then
6584 CFLAGS="-g -O2"
6585 else
6586 CFLAGS="-g"
6587 fi
6588else
6589 if test "$GCC" = yes; then
6590 CFLAGS="-O2"
6591 else
6592 CFLAGS=
6593 fi
6594fi
6595
6596
6597CFLAGS=`echo "$CFLAGS" | sed 's/-g//g'`
6598
6599echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
4f3c5f06 6600echo "configure:6601: checking how to run the C preprocessor" >&5
10f2d63a
VZ
6601# On Suns, sometimes $CPP names a directory.
6602if test -n "$CPP" && test -d "$CPP"; then
6603 CPP=
6604fi
6605if test -z "$CPP"; then
6606if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
6607 echo $ac_n "(cached) $ac_c" 1>&6
6608else
6609 # This must be in double quotes, not single quotes, because CPP may get
6610 # substituted into the Makefile and "${CC-cc}" will confuse make.
6611 CPP="${CC-cc} -E"
6612 # On the NeXT, cc -E runs the code through the compiler's parser,
6613 # not just through cpp.
6614 cat > conftest.$ac_ext <<EOF
4f3c5f06 6615#line 6616 "configure"
10f2d63a
VZ
6616#include "confdefs.h"
6617#include <assert.h>
6618Syntax Error
6619EOF
6620ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4f3c5f06 6621{ (eval echo configure:6622: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
6622ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6623if test -z "$ac_err"; then
6624 :
6625else
6626 echo "$ac_err" >&5
6627 echo "configure: failed program was:" >&5
6628 cat conftest.$ac_ext >&5
6629 rm -rf conftest*
6630 CPP="${CC-cc} -E -traditional-cpp"
6631 cat > conftest.$ac_ext <<EOF
4f3c5f06 6632#line 6633 "configure"
10f2d63a
VZ
6633#include "confdefs.h"
6634#include <assert.h>
6635Syntax Error
6636EOF
6637ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4f3c5f06 6638{ (eval echo configure:6639: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
6639ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6640if test -z "$ac_err"; then
6641 :
6642else
6643 echo "$ac_err" >&5
6644 echo "configure: failed program was:" >&5
6645 cat conftest.$ac_ext >&5
6646 rm -rf conftest*
6647 CPP="${CC-cc} -nologo -E"
6648 cat > conftest.$ac_ext <<EOF
4f3c5f06 6649#line 6650 "configure"
10f2d63a
VZ
6650#include "confdefs.h"
6651#include <assert.h>
6652Syntax Error
6653EOF
6654ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4f3c5f06 6655{ (eval echo configure:6656: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
6656ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6657if test -z "$ac_err"; then
6658 :
6659else
6660 echo "$ac_err" >&5
6661 echo "configure: failed program was:" >&5
6662 cat conftest.$ac_ext >&5
6663 rm -rf conftest*
6664 CPP=/lib/cpp
6665fi
6666rm -f conftest*
6667fi
6668rm -f conftest*
6669fi
6670rm -f conftest*
6671 ac_cv_prog_CPP="$CPP"
6672fi
6673 CPP="$ac_cv_prog_CPP"
6674else
6675 ac_cv_prog_CPP="$CPP"
6676fi
6677echo "$ac_t""$CPP" 1>&6
6678
6679
6680if test $ac_cv_prog_gcc = yes; then
6681 echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
4f3c5f06 6682echo "configure:6683: checking whether ${CC-cc} needs -traditional" >&5
10f2d63a
VZ
6683if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
6684 echo $ac_n "(cached) $ac_c" 1>&6
6685else
6686 ac_pattern="Autoconf.*'x'"
6687 cat > conftest.$ac_ext <<EOF
4f3c5f06 6688#line 6689 "configure"
10f2d63a
VZ
6689#include "confdefs.h"
6690#include <sgtty.h>
6691Autoconf TIOCGETP
6692EOF
6693if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6694 egrep "$ac_pattern" >/dev/null 2>&1; then
6695 rm -rf conftest*
6696 ac_cv_prog_gcc_traditional=yes
6697else
6698 rm -rf conftest*
6699 ac_cv_prog_gcc_traditional=no
6700fi
6701rm -f conftest*
6702
6703
6704 if test $ac_cv_prog_gcc_traditional = no; then
6705 cat > conftest.$ac_ext <<EOF
4f3c5f06 6706#line 6707 "configure"
10f2d63a
VZ
6707#include "confdefs.h"
6708#include <termio.h>
6709Autoconf TCGETA
6710EOF
6711if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6712 egrep "$ac_pattern" >/dev/null 2>&1; then
6713 rm -rf conftest*
6714 ac_cv_prog_gcc_traditional=yes
6715fi
6716rm -f conftest*
6717
6718 fi
6719fi
6720
6721echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
6722 if test $ac_cv_prog_gcc_traditional = yes; then
6723 CC="$CC -traditional"
6724 fi
6725fi
6726
6727
6728
6729ac_ext=C
6730# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6731ac_cpp='$CXXCPP $CPPFLAGS'
6732ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6733ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6734cross_compiling=$ac_cv_prog_cxx_cross
6735
6736
6737for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl
6738do
6739# Extract the first word of "$ac_prog", so it can be a program name with args.
6740set dummy $ac_prog; ac_word=$2
6741echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4f3c5f06 6742echo "configure:6743: checking for $ac_word" >&5
10f2d63a
VZ
6743if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
6744 echo $ac_n "(cached) $ac_c" 1>&6
6745else
6746 if test -n "$CXX"; then
6747 ac_cv_prog_CXX="$CXX" # Let the user override the test.
6748else
6749 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6750 ac_dummy="$PATH"
6751 for ac_dir in $ac_dummy; do
6752 test -z "$ac_dir" && ac_dir=.
6753 if test -f $ac_dir/$ac_word; then
6754 ac_cv_prog_CXX="$ac_prog"
6755 break
6756 fi
6757 done
6758 IFS="$ac_save_ifs"
6759fi
6760fi
6761CXX="$ac_cv_prog_CXX"
6762if test -n "$CXX"; then
6763 echo "$ac_t""$CXX" 1>&6
6764else
6765 echo "$ac_t""no" 1>&6
6766fi
6767
6768test -n "$CXX" && break
6769done
6770test -n "$CXX" || CXX="gcc"
6771
6772
6773echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
4f3c5f06 6774echo "configure:6775: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
10f2d63a
VZ
6775
6776ac_ext=C
6777# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6778ac_cpp='$CXXCPP $CPPFLAGS'
6779ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6780ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6781cross_compiling=$ac_cv_prog_cxx_cross
6782
6783cat > conftest.$ac_ext << EOF
6784
4f3c5f06 6785#line 6786 "configure"
10f2d63a
VZ
6786#include "confdefs.h"
6787
6788int main(){return(0);}
6789EOF
4f3c5f06 6790if { (eval echo configure:6791: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
6791 ac_cv_prog_cxx_works=yes
6792 # If we can't run a trivial program, we are probably using a cross compiler.
6793 if (./conftest; exit) 2>/dev/null; then
6794 ac_cv_prog_cxx_cross=no
6795 else
6796 ac_cv_prog_cxx_cross=yes
6797 fi
6798else
6799 echo "configure: failed program was:" >&5
6800 cat conftest.$ac_ext >&5
6801 ac_cv_prog_cxx_works=no
6802fi
6803rm -fr conftest*
6804ac_ext=C
6805# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6806ac_cpp='$CXXCPP $CPPFLAGS'
6807ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6808ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6809cross_compiling=$ac_cv_prog_cxx_cross
6810
6811echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
6812if test $ac_cv_prog_cxx_works = no; then
6813 { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
6814fi
6815echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
4f3c5f06 6816echo "configure:6817: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
10f2d63a
VZ
6817echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
6818cross_compiling=$ac_cv_prog_cxx_cross
6819
6820echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
4f3c5f06 6821echo "configure:6822: checking whether we are using GNU C++" >&5
10f2d63a
VZ
6822if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
6823 echo $ac_n "(cached) $ac_c" 1>&6
6824else
6825 cat > conftest.C <<EOF
6826#ifdef __GNUC__
6827 yes;
6828#endif
6829EOF
4f3c5f06 6830if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:6831: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
10f2d63a
VZ
6831 ac_cv_prog_gxx=yes
6832else
6833 ac_cv_prog_gxx=no
6834fi
6835fi
6836
6837echo "$ac_t""$ac_cv_prog_gxx" 1>&6
6838
6839if test $ac_cv_prog_gxx = yes; then
6840 GXX=yes
6841else
6842 GXX=
6843fi
6844
6845ac_test_CXXFLAGS="${CXXFLAGS+set}"
6846ac_save_CXXFLAGS="$CXXFLAGS"
6847CXXFLAGS=
6848echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
4f3c5f06 6849echo "configure:6850: checking whether ${CXX-g++} accepts -g" >&5
10f2d63a
VZ
6850if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
6851 echo $ac_n "(cached) $ac_c" 1>&6
6852else
6853 echo 'void f(){}' > conftest.cc
6854if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
6855 ac_cv_prog_cxx_g=yes
6856else
6857 ac_cv_prog_cxx_g=no
6858fi
6859rm -f conftest*
6860
6861fi
6862
6863echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
6864if test "$ac_test_CXXFLAGS" = set; then
6865 CXXFLAGS="$ac_save_CXXFLAGS"
6866elif test $ac_cv_prog_cxx_g = yes; then
6867 if test "$GXX" = yes; then
6868 CXXFLAGS="-g -O2"
6869 else
6870 CXXFLAGS="-g"
6871 fi
6872else
6873 if test "$GXX" = yes; then
6874 CXXFLAGS="-O2"
6875 else
6876 CXXFLAGS=
6877 fi
6878fi
6879
6880
6881echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
4f3c5f06 6882echo "configure:6883: checking how to run the C++ preprocessor" >&5
10f2d63a
VZ
6883if test -z "$CXXCPP"; then
6884if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
6885 echo $ac_n "(cached) $ac_c" 1>&6
6886else
6887 ac_ext=C
6888# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6889ac_cpp='$CXXCPP $CPPFLAGS'
6890ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6891ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6892cross_compiling=$ac_cv_prog_cxx_cross
6893 CXXCPP="${CXX-g++} -E"
6894 cat > conftest.$ac_ext <<EOF
4f3c5f06 6895#line 6896 "configure"
10f2d63a
VZ
6896#include "confdefs.h"
6897#include <stdlib.h>
6898EOF
6899ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4f3c5f06 6900{ (eval echo configure:6901: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
6901ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6902if test -z "$ac_err"; then
6903 :
6904else
6905 echo "$ac_err" >&5
6906 echo "configure: failed program was:" >&5
6907 cat conftest.$ac_ext >&5
6908 rm -rf conftest*
6909 CXXCPP=/lib/cpp
6910fi
6911rm -f conftest*
6912 ac_cv_prog_CXXCPP="$CXXCPP"
6913ac_ext=C
6914# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6915ac_cpp='$CXXCPP $CPPFLAGS'
6916ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6917ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6918cross_compiling=$ac_cv_prog_cxx_cross
6919fi
6920fi
6921CXXCPP="$ac_cv_prog_CXXCPP"
6922echo "$ac_t""$CXXCPP" 1>&6
6923
6924
6925CXXFLAGS=`echo "$CXXFLAGS" | sed 's/-g//g'`
6926
6927ac_ext=c
6928# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6929ac_cpp='$CPP $CPPFLAGS'
6930ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6931ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6932cross_compiling=$ac_cv_prog_cc_cross
6933
6934
6935# Extract the first word of "ranlib", so it can be a program name with args.
6936set dummy ranlib; ac_word=$2
6937echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4f3c5f06 6938echo "configure:6939: checking for $ac_word" >&5
10f2d63a
VZ
6939if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
6940 echo $ac_n "(cached) $ac_c" 1>&6
6941else
6942 if test -n "$RANLIB"; then
6943 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6944else
6945 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6946 ac_dummy="$PATH"
6947 for ac_dir in $ac_dummy; do
6948 test -z "$ac_dir" && ac_dir=.
6949 if test -f $ac_dir/$ac_word; then
6950 ac_cv_prog_RANLIB="ranlib"
6951 break
6952 fi
6953 done
6954 IFS="$ac_save_ifs"
6955 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
6956fi
6957fi
6958RANLIB="$ac_cv_prog_RANLIB"
6959if test -n "$RANLIB"; then
6960 echo "$ac_t""$RANLIB" 1>&6
6961else
6962 echo "$ac_t""no" 1>&6
6963fi
6964
6965
6966# Extract the first word of "ar", so it can be a program name with args.
6967set dummy ar; ac_word=$2
6968echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4f3c5f06 6969echo "configure:6970: checking for $ac_word" >&5
10f2d63a
VZ
6970if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
6971 echo $ac_n "(cached) $ac_c" 1>&6
6972else
6973 if test -n "$AR"; then
6974 ac_cv_prog_AR="$AR" # Let the user override the test.
6975else
6976 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6977 ac_dummy="$PATH"
6978 for ac_dir in $ac_dummy; do
6979 test -z "$ac_dir" && ac_dir=.
6980 if test -f $ac_dir/$ac_word; then
6981 ac_cv_prog_AR="ar"
6982 break
6983 fi
6984 done
6985 IFS="$ac_save_ifs"
6986 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
6987fi
6988fi
6989AR="$ac_cv_prog_AR"
6990if test -n "$AR"; then
6991 echo "$ac_t""$AR" 1>&6
6992else
6993 echo "$ac_t""no" 1>&6
6994fi
6995
6996
6997# Find a good install program. We prefer a C program (faster),
6998# so one script is as good as another. But avoid the broken or
6999# incompatible versions:
7000# SysV /etc/install, /usr/sbin/install
7001# SunOS /usr/etc/install
7002# IRIX /sbin/install
7003# AIX /bin/install
7004# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
7005# AFS /usr/afsws/bin/install, which mishandles nonexistent args
7006# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
7007# ./install, which can be erroneously created by make from ./install.sh.
7008echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
4f3c5f06 7009echo "configure:7010: checking for a BSD compatible install" >&5
10f2d63a
VZ
7010if test -z "$INSTALL"; then
7011if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
7012 echo $ac_n "(cached) $ac_c" 1>&6
7013else
7014 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
7015 for ac_dir in $PATH; do
7016 # Account for people who put trailing slashes in PATH elements.
7017 case "$ac_dir/" in
7018 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
7019 *)
7020 # OSF1 and SCO ODT 3.0 have their own names for install.
7021 # Don't use installbsd from OSF since it installs stuff as root
7022 # by default.
7023 for ac_prog in ginstall scoinst install; do
7024 if test -f $ac_dir/$ac_prog; then
7025 if test $ac_prog = install &&
7026 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
7027 # AIX install. It has an incompatible calling convention.
7028 :
7029 else
7030 ac_cv_path_install="$ac_dir/$ac_prog -c"
7031 break 2
7032 fi
7033 fi
7034 done
7035 ;;
7036 esac
7037 done
7038 IFS="$ac_save_IFS"
7039
7040fi
7041 if test "${ac_cv_path_install+set}" = set; then
7042 INSTALL="$ac_cv_path_install"
7043 else
7044 # As a last resort, use the slow shell script. We don't cache a
7045 # path for INSTALL within a source directory, because that will
7046 # break other packages using the cache if that directory is
7047 # removed, or if the path is relative.
7048 INSTALL="$ac_install_sh"
7049 fi
7050fi
7051echo "$ac_t""$INSTALL" 1>&6
7052
7053# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
7054# It thinks the first close brace ends the variable substitution.
7055test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
7056
7057test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
7058
7059test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
7060
7061
7062# Extract the first word of "strip", so it can be a program name with args.
7063set dummy strip; ac_word=$2
7064echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4f3c5f06 7065echo "configure:7066: checking for $ac_word" >&5
10f2d63a
VZ
7066if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
7067 echo $ac_n "(cached) $ac_c" 1>&6
7068else
7069 if test -n "$STRIP"; then
7070 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7071else
7072 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
7073 ac_dummy="$PATH"
7074 for ac_dir in $ac_dummy; do
7075 test -z "$ac_dir" && ac_dir=.
7076 if test -f $ac_dir/$ac_word; then
7077 ac_cv_prog_STRIP="strip"
7078 break
7079 fi
7080 done
7081 IFS="$ac_save_ifs"
7082 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP="true"
7083fi
7084fi
7085STRIP="$ac_cv_prog_STRIP"
7086if test -n "$STRIP"; then
7087 echo "$ac_t""$STRIP" 1>&6
7088else
7089 echo "$ac_t""no" 1>&6
7090fi
7091
7092
7093echo $ac_n "checking "make for VPATH support"""... $ac_c" 1>&6
4f3c5f06 7094echo "configure:7095: checking "make for VPATH support"" >&5
10f2d63a
VZ
7095cat - << EOF > confMake
7096check : file
7097 cp \$? \$@
7098 cp \$? final_file
7099EOF
7100
7101if test ! -d sub ; then
7102 mkdir sub
7103fi
7104echo dummy > sub/file
f6bcfd97 7105${MAKE-make} -f confMake VPATH=sub 2>&5 > /dev/null
10f2d63a
VZ
7106RESULT=$?
7107rm -f sub/file check final_file confMake
7108rmdir sub
7109if test "$RESULT" = 0; then
7110 echo "$ac_t""yes" 1>&6
7111else
7112 echo "$ac_t""no" 1>&6
7113 { echo "configure: error: You need a make-utility that is able to use the variable
7114VPATH correctly.
7115If your version of make does not support VPATH correctly" 1>&2; exit 1; }
7116fi
7117
7118for ac_prog in 'bison -y' byacc
7119do
7120# Extract the first word of "$ac_prog", so it can be a program name with args.
7121set dummy $ac_prog; ac_word=$2
7122echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4f3c5f06 7123echo "configure:7124: checking for $ac_word" >&5
10f2d63a
VZ
7124if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
7125 echo $ac_n "(cached) $ac_c" 1>&6
7126else
7127 if test -n "$YACC"; then
7128 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7129else
7130 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
7131 ac_dummy="$PATH"
7132 for ac_dir in $ac_dummy; do
7133 test -z "$ac_dir" && ac_dir=.
7134 if test -f $ac_dir/$ac_word; then
7135 ac_cv_prog_YACC="$ac_prog"
7136 break
7137 fi
7138 done
7139 IFS="$ac_save_ifs"
7140fi
7141fi
7142YACC="$ac_cv_prog_YACC"
7143if test -n "$YACC"; then
7144 echo "$ac_t""$YACC" 1>&6
7145else
7146 echo "$ac_t""no" 1>&6
7147fi
7148
7149test -n "$YACC" && break
7150done
7151test -n "$YACC" || YACC="yacc"
7152
7153
7154# Extract the first word of "flex", so it can be a program name with args.
7155set dummy flex; ac_word=$2
7156echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4f3c5f06 7157echo "configure:7158: checking for $ac_word" >&5
10f2d63a
VZ
7158if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
7159 echo $ac_n "(cached) $ac_c" 1>&6
7160else
7161 if test -n "$LEX"; then
7162 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7163else
7164 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
7165 ac_dummy="$PATH"
7166 for ac_dir in $ac_dummy; do
7167 test -z "$ac_dir" && ac_dir=.
7168 if test -f $ac_dir/$ac_word; then
7169 ac_cv_prog_LEX="flex"
7170 break
7171 fi
7172 done
7173 IFS="$ac_save_ifs"
7174 test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX="lex"
7175fi
7176fi
7177LEX="$ac_cv_prog_LEX"
7178if test -n "$LEX"; then
7179 echo "$ac_t""$LEX" 1>&6
7180else
7181 echo "$ac_t""no" 1>&6
7182fi
7183
7184if test -z "$LEXLIB"
7185then
7186 case "$LEX" in
7187 flex*) ac_lib=fl ;;
7188 *) ac_lib=l ;;
7189 esac
7190 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
4f3c5f06 7191echo "configure:7192: checking for yywrap in -l$ac_lib" >&5
10f2d63a
VZ
7192ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
7193if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7194 echo $ac_n "(cached) $ac_c" 1>&6
7195else
7196 ac_save_LIBS="$LIBS"
7197LIBS="-l$ac_lib $LIBS"
7198cat > conftest.$ac_ext <<EOF
4f3c5f06 7199#line 7200 "configure"
10f2d63a
VZ
7200#include "confdefs.h"
7201/* Override any gcc2 internal prototype to avoid an error. */
7202/* We use char because int might match the return type of a gcc2
7203 builtin and then its argument prototype would still apply. */
7204char yywrap();
7205
7206int main() {
7207yywrap()
7208; return 0; }
7209EOF
4f3c5f06 7210if { (eval echo configure:7211: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
7211 rm -rf conftest*
7212 eval "ac_cv_lib_$ac_lib_var=yes"
7213else
7214 echo "configure: failed program was:" >&5
7215 cat conftest.$ac_ext >&5
7216 rm -rf conftest*
7217 eval "ac_cv_lib_$ac_lib_var=no"
7218fi
7219rm -f conftest*
7220LIBS="$ac_save_LIBS"
7221
7222fi
7223if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7224 echo "$ac_t""yes" 1>&6
7225 LEXLIB="-l$ac_lib"
7226else
7227 echo "$ac_t""no" 1>&6
7228fi
7229
7230fi
7231
7232
7233echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
4f3c5f06 7234echo "configure:7235: checking whether ln -s works" >&5
10f2d63a
VZ
7235if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
7236 echo $ac_n "(cached) $ac_c" 1>&6
7237else
7238 rm -f conftestdata
7239if ln -s X conftestdata 2>/dev/null
7240then
7241 rm -f conftestdata
7242 ac_cv_prog_LN_S="ln -s"
7243else
7244 ac_cv_prog_LN_S=ln
7245fi
7246fi
7247LN_S="$ac_cv_prog_LN_S"
7248if test "$ac_cv_prog_LN_S" = "ln -s"; then
7249 echo "$ac_t""yes" 1>&6
7250else
7251 echo "$ac_t""no" 1>&6
7252fi
7253
7254
7255
7256SEARCH_INCLUDE="\
7257 /usr/local/include \
7258 \
7259 /usr/Motif-1.2/include \
7260 /usr/Motif-2.1/include \
7261 \
7262 /usr/include/Motif1.2 \
7263 /opt/xpm/include/X11 \
7264 /opt/GBxpm/include/ \
7265 /opt/GBxpm/X11/include/ \
7266 \
7267 /usr/Motif1.2/include \
7268 /usr/dt/include \
afc31813
VZ
7269 /usr/openwin/include \
7270 \
10f2d63a
VZ
7271 /usr/include/Xm \
7272 \
7273 /usr/X11R6/include \
afc31813 7274 /usr/X11R6.4/include \
10f2d63a
VZ
7275 /usr/X11R5/include \
7276 /usr/X11R4/include \
7277 \
10f2d63a
VZ
7278 /usr/include/X11R6 \
7279 /usr/include/X11R5 \
7280 /usr/include/X11R4 \
7281 \
7282 /usr/local/X11R6/include \
7283 /usr/local/X11R5/include \
7284 /usr/local/X11R4/include \
7285 \
7286 /usr/local/include/X11R6 \
7287 /usr/local/include/X11R5 \
7288 /usr/local/include/X11R4 \
7289 \
7290 /usr/X11/include \
7291 /usr/include/X11 \
7292 /usr/local/X11/include \
7293 /usr/local/include/X11 \
7294 \
7295 /usr/X386/include \
7296 /usr/x386/include \
7297 /usr/XFree86/include/X11 \
7298 \
cf27ef00 7299 X:/XFree86/include \
ec14dd32
VZ
7300 X:/XFree86/include/X11 \
7301 \
10f2d63a
VZ
7302 /usr/include/gtk \
7303 /usr/local/include/gtk \
7304 /usr/include/glib \
7305 /usr/local/include/glib \
7306 \
7307 /usr/include/qt \
7308 /usr/local/include/qt \
7309 \
7310 /usr/include/windows \
7311 /usr/include/wine \
7312 /usr/local/include/wine \
7313 \
7314 /usr/unsupported/include \
7315 /usr/athena/include \
7316 /usr/local/x11r5/include \
7317 /usr/lpp/Xamples/include \
7318 \
10f2d63a 7319 /usr/openwin/share/include \
928b5c08
VZ
7320 \
7321 /usr/include"
10f2d63a
VZ
7322
7323SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` "
7324
7325
7326cat > confcache <<\EOF
7327# This file is a shell script that caches the results of configure
7328# tests run on this system so they can be shared between configure
7329# scripts and configure runs. It is not useful on other systems.
7330# If it contains results you don't want to keep, you may remove or edit it.
7331#
7332# By default, configure uses ./config.cache as the cache file,
7333# creating it if it does not exist already. You can give configure
7334# the --cache-file=FILE option to use a different cache file; that is
7335# what configure does when it calls configure scripts in
7336# subdirectories, so they share the cache.
7337# Giving --cache-file=/dev/null disables caching, for debugging configure.
7338# config.status only pays attention to the cache file if you give it the
7339# --recheck option to rerun configure.
7340#
7341EOF
7342# The following way of writing the cache mishandles newlines in values,
7343# but we know of no workaround that is simple, portable, and efficient.
7344# So, don't put newlines in cache variables' values.
7345# Ultrix sh set writes to stderr and can't be redirected directly,
7346# and sets the high bit in the cache file unless we assign to the vars.
7347(set) 2>&1 |
7348 case `(ac_space=' '; set | grep ac_space) 2>&1` in
7349 *ac_space=\ *)
7350 # `set' does not quote correctly, so add quotes (double-quote substitution
7351 # turns \\\\ into \\, and sed turns \\ into \).
7352 sed -n \
7353 -e "s/'/'\\\\''/g" \
7354 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
7355 ;;
7356 *)
7357 # `set' quotes correctly as required by POSIX, so do not add quotes.
7358 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
7359 ;;
7360 esac >> confcache
7361if cmp -s $cache_file confcache; then
7362 :
7363else
7364 if test -w $cache_file; then
7365 echo "updating cache $cache_file"
7366 cat confcache > $cache_file
7367 else
7368 echo "not updating unwritable cache $cache_file"
7369 fi
7370fi
7371rm -f confcache
7372
7373
7374
dad6c0ea
VZ
7375AFMINSTALL=
7376
10f2d63a
VZ
7377if test "$wxUSE_GUI" = "yes"; then
7378
dad6c0ea
VZ
7379USE_GUI=1
7380
10f2d63a
VZ
7381TOOLKIT=
7382TOOLKIT_INCLUDE=
7383
10f2d63a
VZ
7384GUI_TK_LIBRARY=
7385GUI_TK_LINK=
7386
7387WXGTK12=
f6bcfd97 7388WXGTK127=
6f72b082 7389WXGTK20=
10f2d63a
VZ
7390
7391WXWINE=
7392
10f2d63a
VZ
7393if test "$wxUSE_CYGWIN" = 1 || test "$wxUSE_MINGW" = 1 ; then
7394 if test "$cross_compiling" = "yes" ; then
e59890c3 7395 echo "configure: warning: skipping windows.h check for cross-compilation" 1>&2
10f2d63a
VZ
7396 else
7397 echo $ac_n "checking for Windows headers""... $ac_c" 1>&6
4f3c5f06 7398echo "configure:7399: checking for Windows headers" >&5
10f2d63a
VZ
7399
7400ac_find_includes=
7401for ac_dir in $SEARCH_INCLUDE;
7402 do
7403 if test -f "$ac_dir/windows.h"; then
7404 ac_find_includes=$ac_dir
7405 break
7406 fi
7407 done
7408
7409 if test "$ac_find_includes" != "" ; then
7410 echo "$ac_t""found $ac_find_includes" 1>&6
7411 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE -I$ac_find_includes"
7412 else
7413 echo "$ac_t""no" 1>&6
7414 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
7415 fi
7416 fi
7417
7418 INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS msw"
7419 LIBS="$LIBS -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -lcrtdll -ladvapi32 -lwsock32"
7420
f6bcfd97
BP
7421 if test "$wxUSE_ODBC" = "yes" ; then
7422 LIBS="$LIBS -lodbc32 -lole32 -loleaut32"
7423 fi
7424
10f2d63a
VZ
7425 if test "$wxUSE_MINGW" = 1; then
7426 LDFLAGS="$LDFLAGS -mwindows"
7427 fi
7428
7429 TOOLKIT=MSW
10f2d63a 7430 GUIDIST=MSW_DIST
32832908
VZ
7431
7432 RCINCSWITCH="--include-dir"
7433 RCDEFSWITCH="--define"
7434 RCPREPROCESSOR="--preprocessor \"\$(CC) -c -E -xc-header -DRC_INVOKED\""
7435 RCINPUTSWITCH="-i"
7436 RCOUTPUTSWITCH="-o"
7437 RESFLAGS="$RCPREPROCESSOR $RCINCSWITCH \$(top_srcdir)/include $RCINCSWITCH \$(top_srcdir)/\$(program_dir) $RCDEFSWITCH __WIN32__ $RCDEFSWITCH __WIN95__ $RCDEFSWITCH __GNUWIN32__"
7438
7439 RESPROGRAM="\$(RES_PROGRAM)"
7440
10f2d63a
VZ
7441fi
7442
7443if test "$wxUSE_GTK" = 1; then
6f72b082
OK
7444 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
7445if test "${with_gtk_prefix+set}" = set; then
7446 withval="$with_gtk_prefix"
7447 gtk_config_prefix="$withval"
7448else
7449 gtk_config_prefix=""
7450fi
7451
7452# Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
7453if test "${with_gtk_exec_prefix+set}" = set; then
7454 withval="$with_gtk_exec_prefix"
7455 gtk_config_exec_prefix="$withval"
7456else
7457 gtk_config_exec_prefix=""
7458fi
7459
7460# Check whether --enable-gtktest or --disable-gtktest was given.
7461if test "${enable_gtktest+set}" = set; then
7462 enableval="$enable_gtktest"
7463 :
7464else
7465 enable_gtktest=yes
7466fi
7467
7468
7469 for module in . gthread
7470 do
7471 case "$module" in
7472 gthread)
7473 gtk_config_args="$gtk_config_args gthread"
7474 ;;
7475 esac
7476 done
7477
7478 if test x$gtk_config_exec_prefix != x ; then
7479 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
7480 if test x${GTK_CONFIG_2_0+set} != xset ; then
7481 GTK_CONFIG_2_0=$gtk_config_exec_prefix/bin/gtk-config-2.0
7482 fi
7483 fi
7484 if test x$gtk_config_prefix != x ; then
7485 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
7486 if test x${GTK_CONFIG_2_0+set} != xset ; then
7487 GTK_CONFIG_2_0=$gtk_config_prefix/bin/gtk-config-2.0
7488 fi
7489 fi
7490
7491 # Extract the first word of "gtk-config-2.0", so it can be a program name with args.
7492set dummy gtk-config-2.0; ac_word=$2
7493echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4f3c5f06 7494echo "configure:7495: checking for $ac_word" >&5
6f72b082
OK
7495if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG_2_0'+set}'`\" = set"; then
7496 echo $ac_n "(cached) $ac_c" 1>&6
7497else
7498 case "$GTK_CONFIG_2_0" in
7499 /*)
7500 ac_cv_path_GTK_CONFIG_2_0="$GTK_CONFIG_2_0" # Let the user override the test with a path.
7501 ;;
7502 ?:/*)
7503 ac_cv_path_GTK_CONFIG_2_0="$GTK_CONFIG_2_0" # Let the user override the test with a dos path.
7504 ;;
7505 *)
7506 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
7507 ac_dummy="$PATH"
7508 for ac_dir in $ac_dummy; do
7509 test -z "$ac_dir" && ac_dir=.
7510 if test -f $ac_dir/$ac_word; then
7511 ac_cv_path_GTK_CONFIG_2_0="$ac_dir/$ac_word"
7512 break
7513 fi
7514 done
7515 IFS="$ac_save_ifs"
7516 test -z "$ac_cv_path_GTK_CONFIG_2_0" && ac_cv_path_GTK_CONFIG_2_0="no"
7517 ;;
7518esac
7519fi
7520GTK_CONFIG_2_0="$ac_cv_path_GTK_CONFIG_2_0"
7521if test -n "$GTK_CONFIG_2_0"; then
7522 echo "$ac_t""$GTK_CONFIG_2_0" 1>&6
7523else
7524 echo "$ac_t""no" 1>&6
7525fi
7526
7527 min_gtk_version=1.3.1
7528 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
4f3c5f06 7529echo "configure:7530: checking for GTK - version >= $min_gtk_version" >&5
6f72b082
OK
7530 no_gtk=""
7531 if test "$GTK_CONFIG_2_0" = "no" ; then
7532 no_gtk=yes
7533 else
7534 GTK_CFLAGS=`$GTK_CONFIG_2_0 $gtk_config_args --cflags`
7535 GTK_LIBS=`$GTK_CONFIG_2_0 $gtk_config_args --libs`
7536 gtk_config_major_version=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
7537 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
7538 gtk_config_minor_version=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
7539 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
7540 gtk_config_micro_version=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
7541 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
7542 if test "x$enable_gtktest" = "xyes" ; then
7543 ac_save_CFLAGS="$CFLAGS"
7544 ac_save_LIBS="$LIBS"
7545 CFLAGS="$CFLAGS $GTK_CFLAGS"
7546 LIBS="$GTK_LIBS $LIBS"
7547 rm -f conf.gtktest
7548 if test "$cross_compiling" = yes; then
7549 echo $ac_n "cross compiling; assumed OK... $ac_c"
7550else
7551 cat > conftest.$ac_ext <<EOF
4f3c5f06 7552#line 7553 "configure"
6f72b082
OK
7553#include "confdefs.h"
7554
7555#include <gtk/gtk.h>
7556#include <stdio.h>
7557#include <stdlib.h>
7558
7559int
7560main ()
7561{
7562 int major, minor, micro;
7563 char *tmp_version;
7564
7565 system ("touch conf.gtktest");
7566
7567 /* HP/UX 9 (%@#!) writes to sscanf strings */
7568 tmp_version = g_strdup("$min_gtk_version");
7569 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
7570 printf("%s, bad version string\n", "$min_gtk_version");
7571 exit(1);
7572 }
7573
7574 if ((gtk_major_version != $gtk_config_major_version) ||
7575 (gtk_minor_version != $gtk_config_minor_version) ||
7576 (gtk_micro_version != $gtk_config_micro_version))
7577 {
7578 printf("\n*** 'gtk-config-2.0 --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
7579 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
7580 gtk_major_version, gtk_minor_version, gtk_micro_version);
7581 printf ("*** was found! If gtk-config-2.0 was correct, then it is best\n");
7582 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
7583 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
7584 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
7585 printf("*** required on your system.\n");
7586 printf("*** If gtk-config-2.0 was wrong, set the environment variable GTK_CONFIG_2_0\n");
7587 printf("*** to point to the correct copy of gtk-config-2.0, and remove the file config.cache\n");
7588 printf("*** before re-running configure\n");
7589 }
7590#if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
7591 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
7592 (gtk_minor_version != GTK_MINOR_VERSION) ||
7593 (gtk_micro_version != GTK_MICRO_VERSION))
7594 {
7595 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
7596 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
7597 printf("*** library (version %d.%d.%d)\n",
7598 gtk_major_version, gtk_minor_version, gtk_micro_version);
7599 }
7600#endif /* defined (GTK_MAJOR_VERSION) ... */
7601 else
7602 {
7603 if ((gtk_major_version > major) ||
7604 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
7605 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
7606 {
7607 return 0;
7608 }
7609 else
7610 {
7611 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
7612 gtk_major_version, gtk_minor_version, gtk_micro_version);
7613 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
7614 major, minor, micro);
7615 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
7616 printf("***\n");
7617 printf("*** If you have already installed a sufficiently new version, this error\n");
7618 printf("*** probably means that the wrong copy of the gtk-config-2.0 shell script is\n");
7619 printf("*** being found. The easiest way to fix this is to remove the old version\n");
7620 printf("*** of GTK+, but you can also set the GTK_CONFIG_2_0 environment to point to the\n");
7621 printf("*** correct copy of gtk-config-2.0. (In this case, you will have to\n");
7622 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
7623 printf("*** so that the correct libraries are found at run-time))\n");
7624 }
7625 }
7626 return 1;
7627}
7628
7629EOF
4f3c5f06 7630if { (eval echo configure:7631: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6f72b082
OK
7631then
7632 :
7633else
7634 echo "configure: failed program was:" >&5
7635 cat conftest.$ac_ext >&5
7636 rm -fr conftest*
7637 no_gtk=yes
7638fi
7639rm -fr conftest*
7640fi
7641
7642 CFLAGS="$ac_save_CFLAGS"
7643 LIBS="$ac_save_LIBS"
7644 fi
7645 fi
7646 if test "x$no_gtk" = x ; then
7647 echo "$ac_t""yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" 1>&6
7648 WXGTK20=1
7649 else
7650 echo "$ac_t""no" 1>&6
7651 if test "$GTK_CONFIG_2_0" = "no" ; then
7652 echo "*** The gtk-config-2.0 script installed by GTK could not be found"
7653 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
7654 echo "*** your path, or set the GTK_CONFIG_2_0 environment variable to the"
7655 echo "*** full path to gtk-config-2.0."
7656 else
7657 if test -f conf.gtktest ; then
7658 :
7659 else
7660 echo "*** Could not run GTK test program, checking why..."
7661 CFLAGS="$CFLAGS $GTK_CFLAGS"
7662 LIBS="$LIBS $GTK_LIBS"
7663 cat > conftest.$ac_ext <<EOF
4f3c5f06 7664#line 7665 "configure"
6f72b082
OK
7665#include "confdefs.h"
7666
7667#include <gtk/gtk.h>
7668#include <stdio.h>
7669
7670int main() {
7671 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
7672; return 0; }
7673EOF
4f3c5f06 7674if { (eval echo configure:7675: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6f72b082
OK
7675 rm -rf conftest*
7676 echo "*** The test program compiled, but did not run. This usually means"
7677 echo "*** that the run-time linker is not finding GTK or finding the wrong"
7678 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
7679 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
7680 echo "*** to the installed location Also, make sure you have run ldconfig if that"
7681 echo "*** is required on your system"
7682 echo "***"
7683 echo "*** If you have an old version installed, it is best to remove it, although"
7684 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
7685 echo "***"
7686 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
7687 echo "*** came with the system with the command"
7688 echo "***"
7689 echo "*** rpm --erase --nodeps gtk gtk-devel"
7690else
7691 echo "configure: failed program was:" >&5
7692 cat conftest.$ac_ext >&5
7693 rm -rf conftest*
7694 echo "*** The test program failed to compile or link. See the file config.log for the"
7695 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
7696 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
7697 echo "*** may want to edit the gtk-config-2.0 script: $GTK_CONFIG_2_0"
7698fi
7699rm -f conftest*
7700 CFLAGS="$ac_save_CFLAGS"
7701 LIBS="$ac_save_LIBS"
7702 fi
7703 fi
7704 GTK_CFLAGS=""
7705 GTK_LIBS=""
7706
7707
10f2d63a
VZ
7708 if test x$gtk_config_exec_prefix != x ; then
7709 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
7710 if test x${GTK_CONFIG+set} != xset ; then
7711 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
7712 fi
7713 fi
7714 if test x$gtk_config_prefix != x ; then
7715 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
7716 if test x${GTK_CONFIG+set} != xset ; then
7717 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
7718 fi
7719 fi
7720
7721 # Extract the first word of "gtk-config", so it can be a program name with args.
7722set dummy gtk-config; ac_word=$2
7723echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4f3c5f06 7724echo "configure:7725: checking for $ac_word" >&5
f6bcfd97
BP
7725if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
7726 echo $ac_n "(cached) $ac_c" 1>&6
7727else
7728 case "$GTK_CONFIG" in
7729 /*)
7730 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
7731 ;;
7732 ?:/*)
7733 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path.
7734 ;;
7735 *)
7736 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
7737 ac_dummy="$PATH"
7738 for ac_dir in $ac_dummy; do
7739 test -z "$ac_dir" && ac_dir=.
7740 if test -f $ac_dir/$ac_word; then
7741 ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word"
7742 break
7743 fi
7744 done
7745 IFS="$ac_save_ifs"
7746 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
7747 ;;
7748esac
7749fi
7750GTK_CONFIG="$ac_cv_path_GTK_CONFIG"
7751if test -n "$GTK_CONFIG"; then
7752 echo "$ac_t""$GTK_CONFIG" 1>&6
7753else
7754 echo "$ac_t""no" 1>&6
7755fi
7756
7757 min_gtk_version=1.2.7
7758 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
4f3c5f06 7759echo "configure:7760: checking for GTK - version >= $min_gtk_version" >&5
f6bcfd97
BP
7760 no_gtk=""
7761 if test "$GTK_CONFIG" != "no" ; then
7762 GTK_CFLAGS=`$GTK_CONFIG --cflags`
7763 GTK_LIBS=`$GTK_CONFIG --libs gthread`
7764 ac_save_CFLAGS="$CFLAGS"
7765 ac_save_LIBS="$LIBS"
7766 CFLAGS="$CFLAGS $GTK_CFLAGS"
7767 LIBS="$LIBS $GTK_LIBS"
7768 if test "$cross_compiling" = yes; then
7769 echo $ac_n "cross compiling; assumed OK... $ac_c"
7770else
7771 cat > conftest.$ac_ext <<EOF
4f3c5f06 7772#line 7773 "configure"
f6bcfd97
BP
7773#include "confdefs.h"
7774
7775#include <gtk/gtk.h>
7776#include <gtk/gtkfeatures.h>
7777#include <stdio.h>
7778#include <stdlib.h>
7779
7780int
7781main ()
7782{
7783 int major, minor, micro;
7784
7785 if (sscanf("$min_gtk_version", "%d.%d.%d", &major, &minor, &micro) != 3) {
7786 printf("%s, bad version string\n", "$min_gtk_version");
7787 exit(1);
7788 }
7789
7790 if ((GTK_MAJOR_VERSION != gtk_major_version) ||
7791 (GTK_MINOR_VERSION != gtk_minor_version) ||
7792 (GTK_MICRO_VERSION != gtk_micro_version)) {
7793 printf("Headers vs. library version mismatch!\n");
7794 exit(1);
7795 }
7796
7797 if (gtk_minor_version == 1) return FALSE;
7798
7799 return !((gtk_major_version > major) ||
7800 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
7801 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)));
7802}
7803
7804EOF
4f3c5f06 7805if { (eval echo configure:7806: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
f6bcfd97
BP
7806then
7807 :
7808else
7809 echo "configure: failed program was:" >&5
7810 cat conftest.$ac_ext >&5
7811 rm -fr conftest*
7812 no_gtk=yes
7813fi
7814rm -fr conftest*
7815fi
7816
7817 CFLAGS="$ac_save_CFLAGS"
7818 LIBS="$ac_save_LIBS"
7819 else
7820 no_gtk=yes
7821 fi
7822 if test "x$no_gtk" = x ; then
7823 echo "$ac_t""yes" 1>&6
7824 WXGTK127=1
7825 else
7826 echo "$ac_t""no" 1>&6
7827 GTK_CFLAGS=""
7828 GTK_LIBS=""
7829 :
7830 fi
7831
7832
7833
6f72b082 7834
f6bcfd97
BP
7835 if test x$gtk_config_exec_prefix != x ; then
7836 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
7837 if test x${GTK_CONFIG+set} != xset ; then
7838 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
7839 fi
7840 fi
7841 if test x$gtk_config_prefix != x ; then
7842 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
7843 if test x${GTK_CONFIG+set} != xset ; then
7844 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
7845 fi
7846 fi
7847
7848 # Extract the first word of "gtk-config", so it can be a program name with args.
7849set dummy gtk-config; ac_word=$2
7850echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4f3c5f06 7851echo "configure:7852: checking for $ac_word" >&5
10f2d63a
VZ
7852if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
7853 echo $ac_n "(cached) $ac_c" 1>&6
7854else
7855 case "$GTK_CONFIG" in
7856 /*)
7857 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
7858 ;;
7859 ?:/*)
7860 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path.
7861 ;;
7862 *)
7863 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
7864 ac_dummy="$PATH"
7865 for ac_dir in $ac_dummy; do
7866 test -z "$ac_dir" && ac_dir=.
7867 if test -f $ac_dir/$ac_word; then
7868 ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word"
7869 break
7870 fi
7871 done
7872 IFS="$ac_save_ifs"
7873 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
7874 ;;
7875esac
7876fi
7877GTK_CONFIG="$ac_cv_path_GTK_CONFIG"
7878if test -n "$GTK_CONFIG"; then
7879 echo "$ac_t""$GTK_CONFIG" 1>&6
7880else
7881 echo "$ac_t""no" 1>&6
7882fi
7883
04165bec 7884 min_gtk_version=1.2.3
10f2d63a 7885 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
4f3c5f06 7886echo "configure:7887: checking for GTK - version >= $min_gtk_version" >&5
10f2d63a
VZ
7887 no_gtk=""
7888 if test "$GTK_CONFIG" != "no" ; then
7889 GTK_CFLAGS=`$GTK_CONFIG --cflags`
2224580a 7890 GTK_LIBS=`$GTK_CONFIG --libs gthread`
10f2d63a
VZ
7891 ac_save_CFLAGS="$CFLAGS"
7892 ac_save_LIBS="$LIBS"
7893 CFLAGS="$CFLAGS $GTK_CFLAGS"
7894 LIBS="$LIBS $GTK_LIBS"
7895 if test "$cross_compiling" = yes; then
7896 echo $ac_n "cross compiling; assumed OK... $ac_c"
7897else
7898 cat > conftest.$ac_ext <<EOF
4f3c5f06 7899#line 7900 "configure"
10f2d63a
VZ
7900#include "confdefs.h"
7901
7902#include <gtk/gtk.h>
f49f2b0c 7903#include <gtk/gtkfeatures.h>
10f2d63a 7904#include <stdio.h>
32832908 7905#include <stdlib.h>
10f2d63a
VZ
7906
7907int
7908main ()
7909{
7910 int major, minor, micro;
7911
7912 if (sscanf("$min_gtk_version", "%d.%d.%d", &major, &minor, &micro) != 3) {
7913 printf("%s, bad version string\n", "$min_gtk_version");
7914 exit(1);
7915 }
7916
f49f2b0c
RR
7917 if ((GTK_MAJOR_VERSION != gtk_major_version) ||
7918 (GTK_MINOR_VERSION != gtk_minor_version) ||
7919 (GTK_MICRO_VERSION != gtk_micro_version)) {
7920 printf("Headers vs. library version mismatch!\n");
7921 exit(1);
7922 }
7923
10f2d63a
VZ
7924 if (gtk_minor_version == 1) return FALSE;
7925
7926 return !((gtk_major_version > major) ||
7927 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
7928 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)));
7929}
7930
7931EOF
4f3c5f06 7932if { (eval echo configure:7933: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10f2d63a
VZ
7933then
7934 :
7935else
7936 echo "configure: failed program was:" >&5
7937 cat conftest.$ac_ext >&5
7938 rm -fr conftest*
7939 no_gtk=yes
7940fi
7941rm -fr conftest*
7942fi
7943
7944 CFLAGS="$ac_save_CFLAGS"
7945 LIBS="$ac_save_LIBS"
7946 else
7947 no_gtk=yes
7948 fi
7949 if test "x$no_gtk" = x ; then
7950 echo "$ac_t""yes" 1>&6
7951 WXGTK12=1
7952 else
7953 echo "$ac_t""no" 1>&6
7954 GTK_CFLAGS=""
7955 GTK_LIBS=""
7e99ad86 7956 :
10f2d63a
VZ
7957 fi
7958
7959
7960
6f72b082
OK
7961
7962 fi
7963
7964
7965 rm -f conf.gtktest
7966
10f2d63a 7967
6f72b082 7968 if test "$WXGTK12" != 1 -a "$WXGTK20" != 1; then
7e99ad86
VZ
7969 { echo "configure: error:
7970 Please check that gtk-config is in path, the directory
7971 where GTK+ libraries are installed (returned by
7972 'gtk-config --libs' command) is in LD_LIBRARY_PATH or
7973 equivalent variable and GTK+ is version 1.2.3 or above.
7974 " 1>&2; exit 1; }
7975 fi
7976
10f2d63a 7977 TOOLKIT_INCLUDE="$GTK_CFLAGS"
2224580a
VZ
7978
7979
7980 GUI_TK_LIBRARY="$GTK_LIBS"
7981
10f2d63a 7982
dad6c0ea 7983 AFMINSTALL=afminstall
9ad43c8b 7984 TOOLKIT=GTK
10f2d63a 7985 GUIDIST=GTK_DIST
7ec2881a 7986
2224580a 7987 echo $ac_n "checking for gdk_im_open in -lgdk""... $ac_c" 1>&6
4f3c5f06 7988echo "configure:7989: checking for gdk_im_open in -lgdk" >&5
7ec2881a
RR
7989ac_lib_var=`echo gdk'_'gdk_im_open | sed 'y%./+-%__p_%'`
7990if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7991 echo $ac_n "(cached) $ac_c" 1>&6
7992else
7993 ac_save_LIBS="$LIBS"
7994LIBS="-lgdk $LIBS"
7995cat > conftest.$ac_ext <<EOF
4f3c5f06 7996#line 7997 "configure"
7ec2881a
RR
7997#include "confdefs.h"
7998/* Override any gcc2 internal prototype to avoid an error. */
7999/* We use char because int might match the return type of a gcc2
8000 builtin and then its argument prototype would still apply. */
8001char gdk_im_open();
8002
8003int main() {
8004gdk_im_open()
8005; return 0; }
8006EOF
4f3c5f06 8007if { (eval echo configure:8008: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7ec2881a
RR
8008 rm -rf conftest*
8009 eval "ac_cv_lib_$ac_lib_var=yes"
8010else
8011 echo "configure: failed program was:" >&5
8012 cat conftest.$ac_ext >&5
8013 rm -rf conftest*
8014 eval "ac_cv_lib_$ac_lib_var=no"
8015fi
8016rm -f conftest*
8017LIBS="$ac_save_LIBS"
8018
8019fi
8020if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8021 echo "$ac_t""yes" 1>&6
8022 cat >> confdefs.h <<\EOF
8023#define HAVE_XIM 1
8024EOF
8025
8026else
8027 echo "$ac_t""no" 1>&6
8028fi
8029
10f2d63a
VZ
8030fi
8031
8032if test "$wxUSE_WINE" = 1; then
8033 echo $ac_n "checking for WINE includes""... $ac_c" 1>&6
4f3c5f06 8034echo "configure:8035: checking for WINE includes" >&5
10f2d63a
VZ
8035
8036ac_find_includes=
8037for ac_dir in $SEARCH_INCLUDE;
8038 do
8039 if test -f "$ac_dir/windows.h"; then
8040 ac_find_includes=$ac_dir
8041 break
8042 fi
8043 done
8044
8045 if test "$ac_find_includes" != "" ; then
8046 echo "$ac_t""found $ac_find_includes" 1>&6
8047 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE -I$ac_find_includes"
8048 else
8049 echo "$ac_t""no" 1>&6
8050 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
8051 fi
8052
8053 XPM_LINK=""
8054 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
4f3c5f06 8055echo "configure:8056: checking for Xpm library" >&5
10f2d63a
VZ
8056
8057ac_find_libraries=
8058for ac_dir in $SEARCH_LIB;
8059 do
8060 for ac_extension in a so sl; do
8061 if test -f "$ac_dir/libXpm.$ac_extension"; then
8062 ac_find_libraries=$ac_dir
8063 break 2
8064 fi
8065 done
8066 done
8067
8068 if test "$ac_find_libraries" != "" ; then
8069 GUI_TK_LIBRARY="-L$ac_find_libraries"
8070 XPM_LINK="-lXpm"
8071 cat >> confdefs.h <<\EOF
8072#define wxHAVE_LIB_XPM 1
8073EOF
8074
8075 echo "$ac_t""found at $ac_find_libraries" 1>&6
8076 else
8077 echo "$ac_t""no" 1>&6
8078 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
8079 fi
8080
8081 MESA_LINK=""
8082 echo $ac_n "checking for Mesa library""... $ac_c" 1>&6
4f3c5f06 8083echo "configure:8084: checking for Mesa library" >&5
10f2d63a
VZ
8084
8085ac_find_libraries=
8086for ac_dir in $SEARCH_LIB;
8087 do
8088 for ac_extension in a so sl; do
8089 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
8090 ac_find_libraries=$ac_dir
8091 break 2
8092 fi
8093 done
8094 done
8095
8096 if test "$ac_find_libraries" != "" ; then
8097 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -L$ac_find_libraries"
8098 MESA_LINK="-lMesaGL"
8099 echo "$ac_t""found at $ac_find_libraries" 1>&6
8100 else
8101 { echo "configure: error: no" 1>&2; exit 1; }
8102 fi
8103
8916026b 8104 GUI_TK_LINK="-lwine $MESA_LINK $XPM_LINK -lXxf86dga -lXxf86vm -lSM -lICE -lXext -lXmu -lX11 -lncurses"
10f2d63a
VZ
8105 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $GUI_TK_LINK"
8106 WXWINE=1
8107 TOOLKIT=MSW
10f2d63a
VZ
8108 GUIDIST=MSW_DIST
8109fi
8110
37d403aa
JS
8111
8112# If we find X, set shell vars x_includes and x_libraries to the
ab9b9eab
VZ
8113# paths, otherwise set no_x=yes.
8114# Uses ac_ vars as temps to allow command line to override cache and checks.
8115# --without-x overrides everything else, but does not touch the cache.
8116echo $ac_n "checking for X""... $ac_c" 1>&6
4f3c5f06 8117echo "configure:8118: checking for X" >&5
ab9b9eab
VZ
8118
8119# Check whether --with-x or --without-x was given.
8120if test "${with_x+set}" = set; then
8121 withval="$with_x"
8122 :
8123fi
ba337fe7 8124
ab9b9eab
VZ
8125# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8126if test "x$with_x" = xno; then
8127 # The user explicitly disabled X.
8128 have_x=disabled
8129else
8130 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
8131 # Both variables are already set.
8132 have_x=yes
8133 else
8134if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
8135 echo $ac_n "(cached) $ac_c" 1>&6
8136else
8137 # One or both of the vars are not set, and there is no cached value.
8138ac_x_includes=NO ac_x_libraries=NO
8139rm -fr conftestdir
8140if mkdir conftestdir; then
8141 cd conftestdir
8142 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
8143 cat > Imakefile <<'EOF'
8144acfindx:
8145 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
8146EOF
8147 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
8148 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8149 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
8150 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
10f2d63a 8151 for ac_extension in a so sl; do
ab9b9eab
VZ
8152 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
8153 test -f $ac_im_libdir/libX11.$ac_extension; then
8154 ac_im_usrlibdir=$ac_im_libdir; break
10f2d63a
VZ
8155 fi
8156 done
ab9b9eab
VZ
8157 # Screen out bogus values from the imake configuration. They are
8158 # bogus both because they are the default anyway, and because
8159 # using them would break gcc on systems where it needs fixed includes.
8160 case "$ac_im_incroot" in
8161 /usr/include) ;;
8162 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;;
8163 esac
8164 case "$ac_im_usrlibdir" in
8165 /usr/lib | /lib) ;;
8166 *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;;
8167 esac
ba337fe7 8168 fi
ab9b9eab
VZ
8169 cd ..
8170 rm -fr conftestdir
8171fi
10f2d63a 8172
ab9b9eab
VZ
8173if test "$ac_x_includes" = NO; then
8174 # Guess where to find include files, by looking for this one X11 .h file.
8175 test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
ba337fe7 8176
ab9b9eab
VZ
8177 # First, try using that file with no special directory specified.
8178cat > conftest.$ac_ext <<EOF
4f3c5f06 8179#line 8180 "configure"
ab9b9eab
VZ
8180#include "confdefs.h"
8181#include <$x_direct_test_include>
8182EOF
8183ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4f3c5f06 8184{ (eval echo configure:8185: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ab9b9eab
VZ
8185ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8186if test -z "$ac_err"; then
8187 rm -rf conftest*
8188 # We can compile using X headers with no special include directory.
8189ac_x_includes=
8190else
8191 echo "$ac_err" >&5
8192 echo "configure: failed program was:" >&5
8193 cat conftest.$ac_ext >&5
8194 rm -rf conftest*
8195 # Look for the header file in a standard set of common directories.
8196# Check X11 before X11Rn because it is often a symlink to the current release.
8197 for ac_dir in \
8198 /usr/X11/include \
8199 /usr/X11R6/include \
8200 /usr/X11R5/include \
8201 /usr/X11R4/include \
8202 \
8203 /usr/include/X11 \
8204 /usr/include/X11R6 \
8205 /usr/include/X11R5 \
8206 /usr/include/X11R4 \
8207 \
8208 /usr/local/X11/include \
8209 /usr/local/X11R6/include \
8210 /usr/local/X11R5/include \
8211 /usr/local/X11R4/include \
8212 \
8213 /usr/local/include/X11 \
8214 /usr/local/include/X11R6 \
8215 /usr/local/include/X11R5 \
8216 /usr/local/include/X11R4 \
8217 \
8218 /usr/X386/include \
8219 /usr/x386/include \
8220 /usr/XFree86/include/X11 \
8221 \
8222 /usr/include \
8223 /usr/local/include \
8224 /usr/unsupported/include \
8225 /usr/athena/include \
8226 /usr/local/x11r5/include \
8227 /usr/lpp/Xamples/include \
8228 \
8229 /usr/openwin/include \
8230 /usr/openwin/share/include \
8231 ; \
10f2d63a 8232 do
ab9b9eab
VZ
8233 if test -r "$ac_dir/$x_direct_test_include"; then
8234 ac_x_includes=$ac_dir
10f2d63a
VZ
8235 break
8236 fi
8237 done
ab9b9eab
VZ
8238fi
8239rm -f conftest*
8240fi # $ac_x_includes = NO
10f2d63a 8241
ab9b9eab
VZ
8242if test "$ac_x_libraries" = NO; then
8243 # Check for the libraries.
10f2d63a 8244
ab9b9eab
VZ
8245 test -z "$x_direct_test_library" && x_direct_test_library=Xt
8246 test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
10f2d63a 8247
ab9b9eab
VZ
8248 # See if we find them without any special options.
8249 # Don't add to $LIBS permanently.
8250 ac_save_LIBS="$LIBS"
8251 LIBS="-l$x_direct_test_library $LIBS"
8252cat > conftest.$ac_ext <<EOF
4f3c5f06 8253#line 8254 "configure"
ab9b9eab 8254#include "confdefs.h"
10f2d63a 8255
ab9b9eab
VZ
8256int main() {
8257${x_direct_test_function}()
8258; return 0; }
8259EOF
4f3c5f06 8260if { (eval echo configure:8261: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ab9b9eab
VZ
8261 rm -rf conftest*
8262 LIBS="$ac_save_LIBS"
8263# We can link X programs with no special library path.
8264ac_x_libraries=
8265else
8266 echo "configure: failed program was:" >&5
8267 cat conftest.$ac_ext >&5
8268 rm -rf conftest*
8269 LIBS="$ac_save_LIBS"
8270# First see if replacing the include by lib works.
8271# Check X11 before X11Rn because it is often a symlink to the current release.
8272for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
8273 /usr/X11/lib \
8274 /usr/X11R6/lib \
8275 /usr/X11R5/lib \
8276 /usr/X11R4/lib \
8277 \
8278 /usr/lib/X11 \
8279 /usr/lib/X11R6 \
8280 /usr/lib/X11R5 \
8281 /usr/lib/X11R4 \
8282 \
8283 /usr/local/X11/lib \
8284 /usr/local/X11R6/lib \
8285 /usr/local/X11R5/lib \
8286 /usr/local/X11R4/lib \
8287 \
8288 /usr/local/lib/X11 \
8289 /usr/local/lib/X11R6 \
8290 /usr/local/lib/X11R5 \
8291 /usr/local/lib/X11R4 \
8292 \
8293 /usr/X386/lib \
8294 /usr/x386/lib \
8295 /usr/XFree86/lib/X11 \
8296 \
8297 /usr/lib \
8298 /usr/local/lib \
8299 /usr/unsupported/lib \
8300 /usr/athena/lib \
8301 /usr/local/x11r5/lib \
8302 /usr/lpp/Xamples/lib \
8303 /lib/usr/lib/X11 \
8304 \
8305 /usr/openwin/lib \
8306 /usr/openwin/share/lib \
8307 ; \
8308do
8309 for ac_extension in a so sl; do
8310 if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
8311 ac_x_libraries=$ac_dir
8312 break 2
10f2d63a 8313 fi
10f2d63a 8314 done
ab9b9eab
VZ
8315done
8316fi
8317rm -f conftest*
8318fi # $ac_x_libraries = NO
10f2d63a 8319
ab9b9eab
VZ
8320if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then
8321 # Didn't find X anywhere. Cache the known absence of X.
8322 ac_cv_have_x="have_x=no"
8323else
8324 # Record where we found X for the cache.
8325 ac_cv_have_x="have_x=yes \
8326 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
8327fi
8328fi
10f2d63a 8329 fi
ab9b9eab
VZ
8330 eval "$ac_cv_have_x"
8331fi # $with_x != no
10f2d63a 8332
ab9b9eab
VZ
8333if test "$have_x" != yes; then
8334 echo "$ac_t""$have_x" 1>&6
8335 no_x=yes
8336else
8337 # If each of the values was on the command line, it overrides each guess.
8338 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8339 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8340 # Update the cache value to reflect the command line values.
8341 ac_cv_have_x="have_x=yes \
8342 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
8343 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
8344fi
10f2d63a 8345
ab9b9eab
VZ
8346if test "$no_x" = yes; then
8347 # Not all programs may use this symbol, but it does not hurt to define it.
8348 cat >> confdefs.h <<\EOF
8349#define X_DISPLAY_MISSING 1
8350EOF
10f2d63a 8351
ab9b9eab
VZ
8352 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8353else
8354 if test -n "$x_includes"; then
8355 X_CFLAGS="$X_CFLAGS -I$x_includes"
10f2d63a
VZ
8356 fi
8357
ab9b9eab
VZ
8358 # It would also be nice to do this for all -L options, not just this one.
8359 if test -n "$x_libraries"; then
8360 X_LIBS="$X_LIBS -L$x_libraries"
8361 # For Solaris; some versions of Sun CC require a space after -R and
8362 # others require no space. Words are not sufficient . . . .
8363 case "`(uname -sr) 2>/dev/null`" in
8364 "SunOS 5"*)
8365 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
4f3c5f06 8366echo "configure:8367: checking whether -R must be followed by a space" >&5
ab9b9eab
VZ
8367 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries"
8368 cat > conftest.$ac_ext <<EOF
4f3c5f06 8369#line 8370 "configure"
ab9b9eab 8370#include "confdefs.h"
10f2d63a 8371
ab9b9eab 8372int main() {
788deba1 8373
ab9b9eab
VZ
8374; return 0; }
8375EOF
4f3c5f06 8376if { (eval echo configure:8377: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ab9b9eab
VZ
8377 rm -rf conftest*
8378 ac_R_nospace=yes
8379else
8380 echo "configure: failed program was:" >&5
8381 cat conftest.$ac_ext >&5
8382 rm -rf conftest*
8383 ac_R_nospace=no
8384fi
8385rm -f conftest*
8386 if test $ac_R_nospace = yes; then
8387 echo "$ac_t""no" 1>&6
8388 X_LIBS="$X_LIBS -R$x_libraries"
8389 else
8390 LIBS="$ac_xsave_LIBS -R $x_libraries"
8391 cat > conftest.$ac_ext <<EOF
4f3c5f06 8392#line 8393 "configure"
ab9b9eab 8393#include "confdefs.h"
788deba1 8394
ab9b9eab
VZ
8395int main() {
8396
8397; return 0; }
8398EOF
4f3c5f06 8399if { (eval echo configure:8400: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ab9b9eab
VZ
8400 rm -rf conftest*
8401 ac_R_space=yes
8402else
8403 echo "configure: failed program was:" >&5
8404 cat conftest.$ac_ext >&5
8405 rm -rf conftest*
8406 ac_R_space=no
8407fi
8408rm -f conftest*
8409 if test $ac_R_space = yes; then
8410 echo "$ac_t""yes" 1>&6
8411 X_LIBS="$X_LIBS -R $x_libraries"
8412 else
8413 echo "$ac_t""neither works" 1>&6
8414 fi
8415 fi
8416 LIBS="$ac_xsave_LIBS"
8417 esac
8418 fi
8419
8420 # Check for system-dependent libraries X programs must link with.
8421 # Do this before checking for the system-independent R6 libraries
8422 # (-lICE), since we may need -lsocket or whatever for X linking.
8423
8424 if test "$ISC" = yes; then
8425 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
8426 else
8427 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
8428 # libraries were built with DECnet support. And karl@cs.umb.edu says
8429 # the Alpha needs dnet_stub (dnet does not exist).
8430 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
4f3c5f06 8431echo "configure:8432: checking for dnet_ntoa in -ldnet" >&5
ab9b9eab
VZ
8432ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
8433if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8434 echo $ac_n "(cached) $ac_c" 1>&6
8435else
8436 ac_save_LIBS="$LIBS"
8437LIBS="-ldnet $LIBS"
8438cat > conftest.$ac_ext <<EOF
4f3c5f06 8439#line 8440 "configure"
ab9b9eab
VZ
8440#include "confdefs.h"
8441/* Override any gcc2 internal prototype to avoid an error. */
8442/* We use char because int might match the return type of a gcc2
8443 builtin and then its argument prototype would still apply. */
8444char dnet_ntoa();
8445
8446int main() {
8447dnet_ntoa()
8448; return 0; }
8449EOF
4f3c5f06 8450if { (eval echo configure:8451: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ab9b9eab
VZ
8451 rm -rf conftest*
8452 eval "ac_cv_lib_$ac_lib_var=yes"
8453else
8454 echo "configure: failed program was:" >&5
8455 cat conftest.$ac_ext >&5
8456 rm -rf conftest*
8457 eval "ac_cv_lib_$ac_lib_var=no"
8458fi
8459rm -f conftest*
8460LIBS="$ac_save_LIBS"
8461
8462fi
8463if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8464 echo "$ac_t""yes" 1>&6
8465 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
8466else
8467 echo "$ac_t""no" 1>&6
8468fi
8469
8470 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
8471 echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
4f3c5f06 8472echo "configure:8473: checking for dnet_ntoa in -ldnet_stub" >&5
ab9b9eab
VZ
8473ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
8474if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8475 echo $ac_n "(cached) $ac_c" 1>&6
8476else
8477 ac_save_LIBS="$LIBS"
8478LIBS="-ldnet_stub $LIBS"
8479cat > conftest.$ac_ext <<EOF
4f3c5f06 8480#line 8481 "configure"
ab9b9eab
VZ
8481#include "confdefs.h"
8482/* Override any gcc2 internal prototype to avoid an error. */
8483/* We use char because int might match the return type of a gcc2
8484 builtin and then its argument prototype would still apply. */
8485char dnet_ntoa();
8486
8487int main() {
8488dnet_ntoa()
8489; return 0; }
8490EOF
4f3c5f06 8491if { (eval echo configure:8492: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ab9b9eab
VZ
8492 rm -rf conftest*
8493 eval "ac_cv_lib_$ac_lib_var=yes"
8494else
8495 echo "configure: failed program was:" >&5
8496 cat conftest.$ac_ext >&5
8497 rm -rf conftest*
8498 eval "ac_cv_lib_$ac_lib_var=no"
8499fi
8500rm -f conftest*
8501LIBS="$ac_save_LIBS"
8502
8503fi
8504if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8505 echo "$ac_t""yes" 1>&6
8506 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
8507else
8508 echo "$ac_t""no" 1>&6
8509fi
8510
8511 fi
8512
8513 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
8514 # to get the SysV transport functions.
8515 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
8516 # needs -lnsl.
8517 # The nsl library prevents programs from opening the X display
8518 # on Irix 5.2, according to dickey@clark.net.
8519 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
4f3c5f06 8520echo "configure:8521: checking for gethostbyname" >&5
ab9b9eab
VZ
8521if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
8522 echo $ac_n "(cached) $ac_c" 1>&6
8523else
8524 cat > conftest.$ac_ext <<EOF
4f3c5f06 8525#line 8526 "configure"
ab9b9eab
VZ
8526#include "confdefs.h"
8527/* System header to define __stub macros and hopefully few prototypes,
8528 which can conflict with char gethostbyname(); below. */
8529#include <assert.h>
8530/* Override any gcc2 internal prototype to avoid an error. */
8531/* We use char because int might match the return type of a gcc2
8532 builtin and then its argument prototype would still apply. */
8533char gethostbyname();
8534
8535int main() {
8536
8537/* The GNU C library defines this for functions which it implements
8538 to always fail with ENOSYS. Some functions are actually named
8539 something starting with __ and the normal name is an alias. */
8540#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
8541choke me
8542#else
e8482f24 8543gethostbyname();
ab9b9eab
VZ
8544#endif
8545
8546; return 0; }
8547EOF
4f3c5f06 8548if { (eval echo configure:8549: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ab9b9eab
VZ
8549 rm -rf conftest*
8550 eval "ac_cv_func_gethostbyname=yes"
8551else
8552 echo "configure: failed program was:" >&5
8553 cat conftest.$ac_ext >&5
8554 rm -rf conftest*
8555 eval "ac_cv_func_gethostbyname=no"
8556fi
8557rm -f conftest*
8558fi
8559
8560if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
8561 echo "$ac_t""yes" 1>&6
8562 :
8563else
8564 echo "$ac_t""no" 1>&6
8565fi
8566
8567 if test $ac_cv_func_gethostbyname = no; then
8568 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
4f3c5f06 8569echo "configure:8570: checking for gethostbyname in -lnsl" >&5
ab9b9eab
VZ
8570ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
8571if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8572 echo $ac_n "(cached) $ac_c" 1>&6
8573else
8574 ac_save_LIBS="$LIBS"
8575LIBS="-lnsl $LIBS"
8576cat > conftest.$ac_ext <<EOF
4f3c5f06 8577#line 8578 "configure"
ab9b9eab
VZ
8578#include "confdefs.h"
8579/* Override any gcc2 internal prototype to avoid an error. */
8580/* We use char because int might match the return type of a gcc2
8581 builtin and then its argument prototype would still apply. */
8582char gethostbyname();
8583
8584int main() {
8585gethostbyname()
8586; return 0; }
8587EOF
4f3c5f06 8588if { (eval echo configure:8589: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ab9b9eab
VZ
8589 rm -rf conftest*
8590 eval "ac_cv_lib_$ac_lib_var=yes"
8591else
8592 echo "configure: failed program was:" >&5
8593 cat conftest.$ac_ext >&5
8594 rm -rf conftest*
8595 eval "ac_cv_lib_$ac_lib_var=no"
8596fi
8597rm -f conftest*
8598LIBS="$ac_save_LIBS"
8599
8600fi
8601if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8602 echo "$ac_t""yes" 1>&6
8603 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
8604else
8605 echo "$ac_t""no" 1>&6
8606fi
8607
8608 fi
8609
8610 # lieder@skyler.mavd.honeywell.com says without -lsocket,
8611 # socket/setsockopt and other routines are undefined under SCO ODT
8612 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
8613 # on later versions), says simon@lia.di.epfl.ch: it contains
8614 # gethostby* variants that don't use the nameserver (or something).
8615 # -lsocket must be given before -lnsl if both are needed.
8616 # We assume that if connect needs -lnsl, so does gethostbyname.
8617 echo $ac_n "checking for connect""... $ac_c" 1>&6
4f3c5f06 8618echo "configure:8619: checking for connect" >&5
ab9b9eab
VZ
8619if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
8620 echo $ac_n "(cached) $ac_c" 1>&6
8621else
8622 cat > conftest.$ac_ext <<EOF
4f3c5f06 8623#line 8624 "configure"
ab9b9eab
VZ
8624#include "confdefs.h"
8625/* System header to define __stub macros and hopefully few prototypes,
8626 which can conflict with char connect(); below. */
8627#include <assert.h>
8628/* Override any gcc2 internal prototype to avoid an error. */
8629/* We use char because int might match the return type of a gcc2
8630 builtin and then its argument prototype would still apply. */
8631char connect();
8632
8633int main() {
8634
8635/* The GNU C library defines this for functions which it implements
8636 to always fail with ENOSYS. Some functions are actually named
8637 something starting with __ and the normal name is an alias. */
8638#if defined (__stub_connect) || defined (__stub___connect)
8639choke me
8640#else
e8482f24 8641connect();
ab9b9eab
VZ
8642#endif
8643
8644; return 0; }
8645EOF
4f3c5f06 8646if { (eval echo configure:8647: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ab9b9eab
VZ
8647 rm -rf conftest*
8648 eval "ac_cv_func_connect=yes"
8649else
8650 echo "configure: failed program was:" >&5
8651 cat conftest.$ac_ext >&5
8652 rm -rf conftest*
8653 eval "ac_cv_func_connect=no"
8654fi
8655rm -f conftest*
8656fi
8657
8658if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
8659 echo "$ac_t""yes" 1>&6
8660 :
8661else
8662 echo "$ac_t""no" 1>&6
8663fi
8664
8665 if test $ac_cv_func_connect = no; then
8666 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
4f3c5f06 8667echo "configure:8668: checking for connect in -lsocket" >&5
ab9b9eab
VZ
8668ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
8669if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8670 echo $ac_n "(cached) $ac_c" 1>&6
8671else
8672 ac_save_LIBS="$LIBS"
8673LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
8674cat > conftest.$ac_ext <<EOF
4f3c5f06 8675#line 8676 "configure"
ab9b9eab
VZ
8676#include "confdefs.h"
8677/* Override any gcc2 internal prototype to avoid an error. */
8678/* We use char because int might match the return type of a gcc2
8679 builtin and then its argument prototype would still apply. */
8680char connect();
8681
8682int main() {
8683connect()
8684; return 0; }
8685EOF
4f3c5f06 8686if { (eval echo configure:8687: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ab9b9eab
VZ
8687 rm -rf conftest*
8688 eval "ac_cv_lib_$ac_lib_var=yes"
8689else
8690 echo "configure: failed program was:" >&5
8691 cat conftest.$ac_ext >&5
8692 rm -rf conftest*
8693 eval "ac_cv_lib_$ac_lib_var=no"
8694fi
8695rm -f conftest*
8696LIBS="$ac_save_LIBS"
8697
8698fi
8699if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8700 echo "$ac_t""yes" 1>&6
8701 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
8702else
8703 echo "$ac_t""no" 1>&6
8704fi
8705
8706 fi
8707
8708 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
8709 echo $ac_n "checking for remove""... $ac_c" 1>&6
4f3c5f06 8710echo "configure:8711: checking for remove" >&5
ab9b9eab
VZ
8711if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
8712 echo $ac_n "(cached) $ac_c" 1>&6
8713else
8714 cat > conftest.$ac_ext <<EOF
4f3c5f06 8715#line 8716 "configure"
ab9b9eab
VZ
8716#include "confdefs.h"
8717/* System header to define __stub macros and hopefully few prototypes,
8718 which can conflict with char remove(); below. */
8719#include <assert.h>
8720/* Override any gcc2 internal prototype to avoid an error. */
8721/* We use char because int might match the return type of a gcc2
8722 builtin and then its argument prototype would still apply. */
8723char remove();
8724
8725int main() {
8726
8727/* The GNU C library defines this for functions which it implements
8728 to always fail with ENOSYS. Some functions are actually named
8729 something starting with __ and the normal name is an alias. */
8730#if defined (__stub_remove) || defined (__stub___remove)
8731choke me
8732#else
e8482f24 8733remove();
ab9b9eab
VZ
8734#endif
8735
8736; return 0; }
8737EOF
4f3c5f06 8738if { (eval echo configure:8739: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ab9b9eab
VZ
8739 rm -rf conftest*
8740 eval "ac_cv_func_remove=yes"
8741else
8742 echo "configure: failed program was:" >&5
8743 cat conftest.$ac_ext >&5
8744 rm -rf conftest*
8745 eval "ac_cv_func_remove=no"
8746fi
8747rm -f conftest*
8748fi
8749
8750if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
8751 echo "$ac_t""yes" 1>&6
8752 :
8753else
8754 echo "$ac_t""no" 1>&6
8755fi
8756
8757 if test $ac_cv_func_remove = no; then
8758 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
4f3c5f06 8759echo "configure:8760: checking for remove in -lposix" >&5
ab9b9eab
VZ
8760ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
8761if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8762 echo $ac_n "(cached) $ac_c" 1>&6
8763else
8764 ac_save_LIBS="$LIBS"
8765LIBS="-lposix $LIBS"
8766cat > conftest.$ac_ext <<EOF
4f3c5f06 8767#line 8768 "configure"
ab9b9eab
VZ
8768#include "confdefs.h"
8769/* Override any gcc2 internal prototype to avoid an error. */
8770/* We use char because int might match the return type of a gcc2
8771 builtin and then its argument prototype would still apply. */
8772char remove();
8773
8774int main() {
8775remove()
8776; return 0; }
8777EOF
4f3c5f06 8778if { (eval echo configure:8779: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ab9b9eab
VZ
8779 rm -rf conftest*
8780 eval "ac_cv_lib_$ac_lib_var=yes"
8781else
8782 echo "configure: failed program was:" >&5
8783 cat conftest.$ac_ext >&5
8784 rm -rf conftest*
8785 eval "ac_cv_lib_$ac_lib_var=no"
8786fi
8787rm -f conftest*
8788LIBS="$ac_save_LIBS"
8789
8790fi
8791if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8792 echo "$ac_t""yes" 1>&6
8793 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
8794else
8795 echo "$ac_t""no" 1>&6
8796fi
8797
8798 fi
8799
8800 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
8801 echo $ac_n "checking for shmat""... $ac_c" 1>&6
4f3c5f06 8802echo "configure:8803: checking for shmat" >&5
ab9b9eab
VZ
8803if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
8804 echo $ac_n "(cached) $ac_c" 1>&6
8805else
8806 cat > conftest.$ac_ext <<EOF
4f3c5f06 8807#line 8808 "configure"
ab9b9eab
VZ
8808#include "confdefs.h"
8809/* System header to define __stub macros and hopefully few prototypes,
8810 which can conflict with char shmat(); below. */
8811#include <assert.h>
8812/* Override any gcc2 internal prototype to avoid an error. */
8813/* We use char because int might match the return type of a gcc2
8814 builtin and then its argument prototype would still apply. */
8815char shmat();
8816
8817int main() {
8818
8819/* The GNU C library defines this for functions which it implements
8820 to always fail with ENOSYS. Some functions are actually named
8821 something starting with __ and the normal name is an alias. */
8822#if defined (__stub_shmat) || defined (__stub___shmat)
8823choke me
8824#else
e8482f24 8825shmat();
ab9b9eab
VZ
8826#endif
8827
8828; return 0; }
8829EOF
4f3c5f06 8830if { (eval echo configure:8831: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ab9b9eab
VZ
8831 rm -rf conftest*
8832 eval "ac_cv_func_shmat=yes"
8833else
8834 echo "configure: failed program was:" >&5
8835 cat conftest.$ac_ext >&5
8836 rm -rf conftest*
8837 eval "ac_cv_func_shmat=no"
8838fi
8839rm -f conftest*
8840fi
8841
8842if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
8843 echo "$ac_t""yes" 1>&6
8844 :
8845else
8846 echo "$ac_t""no" 1>&6
8847fi
8848
8849 if test $ac_cv_func_shmat = no; then
8850 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
4f3c5f06 8851echo "configure:8852: checking for shmat in -lipc" >&5
ab9b9eab
VZ
8852ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
8853if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8854 echo $ac_n "(cached) $ac_c" 1>&6
8855else
8856 ac_save_LIBS="$LIBS"
8857LIBS="-lipc $LIBS"
8858cat > conftest.$ac_ext <<EOF
4f3c5f06 8859#line 8860 "configure"
ab9b9eab
VZ
8860#include "confdefs.h"
8861/* Override any gcc2 internal prototype to avoid an error. */
8862/* We use char because int might match the return type of a gcc2
8863 builtin and then its argument prototype would still apply. */
8864char shmat();
8865
8866int main() {
8867shmat()
8868; return 0; }
8869EOF
4f3c5f06 8870if { (eval echo configure:8871: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ab9b9eab
VZ
8871 rm -rf conftest*
8872 eval "ac_cv_lib_$ac_lib_var=yes"
8873else
8874 echo "configure: failed program was:" >&5
8875 cat conftest.$ac_ext >&5
8876 rm -rf conftest*
8877 eval "ac_cv_lib_$ac_lib_var=no"
8878fi
8879rm -f conftest*
8880LIBS="$ac_save_LIBS"
8881
8882fi
8883if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8884 echo "$ac_t""yes" 1>&6
8885 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
8886else
8887 echo "$ac_t""no" 1>&6
8888fi
8889
8890 fi
8891 fi
8892
8893 # Check for libraries that X11R6 Xt/Xaw programs need.
8894 ac_save_LDFLAGS="$LDFLAGS"
8895 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
8896 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
8897 # check for ICE first), but we must link in the order -lSM -lICE or
8898 # we get undefined symbols. So assume we have SM if we have ICE.
8899 # These have to be linked with before -lX11, unlike the other
8900 # libraries we check for below, so use a different variable.
8901 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
8902 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
4f3c5f06 8903echo "configure:8904: checking for IceConnectionNumber in -lICE" >&5
ab9b9eab
VZ
8904ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
8905if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8906 echo $ac_n "(cached) $ac_c" 1>&6
8907else
8908 ac_save_LIBS="$LIBS"
8909LIBS="-lICE $X_EXTRA_LIBS $LIBS"
8910cat > conftest.$ac_ext <<EOF
4f3c5f06 8911#line 8912 "configure"
ab9b9eab
VZ
8912#include "confdefs.h"
8913/* Override any gcc2 internal prototype to avoid an error. */
8914/* We use char because int might match the return type of a gcc2
8915 builtin and then its argument prototype would still apply. */
8916char IceConnectionNumber();
8917
8918int main() {
8919IceConnectionNumber()
8920; return 0; }
8921EOF
4f3c5f06 8922if { (eval echo configure:8923: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ab9b9eab
VZ
8923 rm -rf conftest*
8924 eval "ac_cv_lib_$ac_lib_var=yes"
8925else
8926 echo "configure: failed program was:" >&5
8927 cat conftest.$ac_ext >&5
8928 rm -rf conftest*
8929 eval "ac_cv_lib_$ac_lib_var=no"
8930fi
8931rm -f conftest*
8932LIBS="$ac_save_LIBS"
8933
8934fi
8935if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8936 echo "$ac_t""yes" 1>&6
8937 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
8938else
8939 echo "$ac_t""no" 1>&6
8940fi
8941
8942 LDFLAGS="$ac_save_LDFLAGS"
8943
8944fi
8945
37d403aa
JS
8946CPPFLAGS="$CPPFLAGS $X_CFLAGS"
8947LDFLAGS="$LDFLAGS $X_LIBS"
ab9b9eab 8948
37d403aa 8949if test "$wxUSE_MOTIF" = 1; then
ab9b9eab 8950 if test "$no_x" = "yes"; then
37d403aa 8951 { echo "configure: error: X11 not found" 1>&2; exit 1; }
ab9b9eab
VZ
8952 fi
8953
8954 GUI_TK_LIBRARY="$X_LIBS"
8955 TOOLKIT_INCLUDE="$X_CFLAGS"
8956
dad6c0ea
VZ
8957 AFMINSTALL=afminstall
8958
ab9b9eab 8959
cd6d6d5b
VZ
8960 COMPILED_X_PROGRAM=0
8961
ab9b9eab 8962 echo $ac_n "checking for Motif/Lesstif headers""... $ac_c" 1>&6
4f3c5f06 8963echo "configure:8964: checking for Motif/Lesstif headers" >&5
ab9b9eab
VZ
8964
8965ac_find_includes=
8966for ac_dir in $SEARCH_INCLUDE;
8967 do
8968 if test -f "$ac_dir/Xm/Xm.h"; then
8969 ac_find_includes=$ac_dir
8970 break
8971 fi
8972 done
8973
8974 if test "$ac_find_includes" != "" ; then
8975 echo "$ac_t""found $ac_find_includes" 1>&6
8976 else
cd6d6d5b 8977 cat > conftest.$ac_ext <<EOF
4f3c5f06 8978#line 8979 "configure"
cd6d6d5b
VZ
8979#include "confdefs.h"
8980
8981 #include <Xm/Xm.h>
8982
8983int main() {
8984
8985 int version;
8986
8987 version = xmUseVersion;
8988
8989; return 0; }
8990EOF
4f3c5f06 8991if { (eval echo configure:8992: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
cd6d6d5b
VZ
8992 rm -rf conftest*
8993
8994 echo "$ac_t""found in default search path" 1>&6
8995 COMPILED_X_PROGRAM=1
8996
8997else
8998 echo "configure: failed program was:" >&5
8999 cat conftest.$ac_ext >&5
9000 rm -rf conftest*
9001
9002 echo "$ac_t""no" 1>&6
9003 { echo "configure: error: please set CFLAGS to contain the location of Xm/Xm.h" 1>&2; exit 1; }
9004
9005
9006fi
9007rm -f conftest*
ab9b9eab
VZ
9008 fi
9009
cd6d6d5b
VZ
9010 if test "$COMPILED_X_PROGRAM" = 0; then
9011 echo $ac_n "checking for Motif/Lesstif library""... $ac_c" 1>&6
4f3c5f06 9012echo "configure:9013: checking for Motif/Lesstif library" >&5
cd6d6d5b 9013
ab9b9eab
VZ
9014ac_find_libraries=
9015for ac_dir in $SEARCH_LIB;
9016 do
9017 for ac_extension in a so sl; do
9018 if test -f "$ac_dir/libXm.$ac_extension"; then
9019 ac_find_libraries=$ac_dir
9020 break 2
9021 fi
9022 done
9023 done
9024
cd6d6d5b
VZ
9025 if test "$ac_find_libraries" != "" ; then
9026
ab9b9eab
VZ
9027 ac_path_to_include=$ac_find_includes
9028 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
9029 result=$?
9030 if test $result = 0; then
9031 ac_path_to_include=""
9032 else
9033 ac_path_to_include="-I$ac_find_includes"
9034 fi
9035
cd6d6d5b 9036
ab9b9eab
VZ
9037 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
9038 result=$?
9039 if test $result = 0; then
9040 ac_path_to_link=""
9041 else
9042 ac_path_to_link="-L$ac_find_libraries"
9043 fi
9044
9045
cd6d6d5b
VZ
9046 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $ac_path_to_link"
9047 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE $ac_path_to_include"
9048 echo "$ac_t""found at $ac_find_libraries" 1>&6
9049 else
9050 cat > conftest.$ac_ext <<EOF
4f3c5f06 9051#line 9052 "configure"
cd6d6d5b 9052#include "confdefs.h"
ab9b9eab 9053
cd6d6d5b
VZ
9054 #include <Xm/Xm.h>
9055
9056int main() {
ab9b9eab 9057
cd6d6d5b 9058 int version;
ab9b9eab 9059
cd6d6d5b
VZ
9060 version = xmUseVersion;
9061
9062; return 0; }
9063EOF
4f3c5f06 9064if { (eval echo configure:9065: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
cd6d6d5b
VZ
9065 rm -rf conftest*
9066
9067 echo "$ac_t""found in default search path" 1>&6
9068 COMPILED_X_PROGRAM=1
9069
9070else
9071 echo "configure: failed program was:" >&5
9072 cat conftest.$ac_ext >&5
9073 rm -rf conftest*
9074
9075 echo "$ac_t""no" 1>&6
9076 { echo "configure: error: please set LDFLAGS to contain the location of libXm" 1>&2; exit 1; }
9077
9078
9079fi
9080rm -f conftest*
9081 fi
ab9b9eab
VZ
9082 fi
9083
cd6d6d5b 9084
ab9b9eab
VZ
9085 XPM_LINK=""
9086 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
4f3c5f06 9087echo "configure:9088: checking for Xpm library" >&5
ab9b9eab
VZ
9088
9089ac_find_libraries=
9090for ac_dir in $SEARCH_LIB;
9091 do
9092 for ac_extension in a so sl; do
9093 if test -f "$ac_dir/libXpm.$ac_extension"; then
9094 ac_find_libraries=$ac_dir
9095 break 2
9096 fi
9097 done
9098 done
9099
9100 if test "$ac_find_libraries" != "" ; then
9101
9102 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
9103 result=$?
9104 if test $result = 0; then
9105 ac_path_to_link=""
9106 else
9107 ac_path_to_link="-L$ac_find_libraries"
9108 fi
9109
9110 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $ac_path_to_link"
9111 XPM_LINK="-lXpm "
9112 cat >> confdefs.h <<\EOF
9113#define wxHAVE_LIB_XPM 1
9114EOF
9115
9116 echo "$ac_t""found at $ac_find_libraries" 1>&6
9117 else
cd6d6d5b 9118 cat > conftest.$ac_ext <<EOF
4f3c5f06 9119#line 9120 "configure"
cd6d6d5b
VZ
9120#include "confdefs.h"
9121
9122 #include <X11/xpm.h>
9123
9124int main() {
9125
9126 int version;
9127
9128 version = XpmLibraryVersion();
9129
9130; return 0; }
9131EOF
4f3c5f06 9132if { (eval echo configure:9133: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
cd6d6d5b
VZ
9133 rm -rf conftest*
9134
f6bcfd97
BP
9135 XPM_LINK="-lXpm "
9136 cat >> confdefs.h <<\EOF
3ace2e6d
SN
9137#define wxHAVE_LIB_XPM 1
9138EOF
9139
9140 echo "$ac_t""found in default search path" 1>&6
cd6d6d5b
VZ
9141 COMPILED_X_PROGRAM=0
9142
9143else
9144 echo "configure: failed program was:" >&5
9145 cat conftest.$ac_ext >&5
9146 rm -rf conftest*
9147
9148 echo "$ac_t""no" 1>&6
9149 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
9150
9151
9152fi
9153rm -f conftest*
ab9b9eab
VZ
9154 fi
9155
8916026b 9156 GUI_TK_LINK="-lXm $XPM_LINK -lXmu -lXext -lXt -lX11"
ab9b9eab
VZ
9157 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $GUI_TK_LINK"
9158 TOOLKIT=MOTIF
10f2d63a
VZ
9159 GUIDIST=MOTIF_DIST
9160fi
9161
b4085ce6
GD
9162if test "$wxUSE_MAC" = 1; then
9163 TOOLKIT=MAC
c521c494 9164 GUIDIST=MACX_DIST
b4085ce6
GD
9165fi
9166
e07802fc
VZ
9167if test "$wxUSE_PM" = 1; then
9168 TOOLKIT=PM
e07802fc
VZ
9169 GUIDIST=GTK_DIST
9170fi
9171
9172if test "$TOOLKIT" != "PM" ; then
ec14dd32 9173 TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
e07802fc
VZ
9174else
9175 TOOLKIT_DIR="os2"
9176fi
10f2d63a 9177
f6bcfd97
BP
9178 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
9179 TOOLKIT_NAME="${TOOLKIT_DIR}d"
9180 else
9181 TOOLKIT_NAME="${TOOLKIT_DIR}"
9182 fi
9183
2224580a 9184 TOOLKIT_DEF="-D__WX${TOOLKIT}__"
10f2d63a 9185
f6bcfd97 9186 WX_LIBRARY="wx_${TOOLKIT_NAME}"
10f2d63a 9187
bdad4e7e 9188 ALL_OBJECTS="\$(GUIOBJS) \$(COMMONOBJS) \$(GENERICOBJS) \$(UNIXOBJS) \$(HTMLOBJS) \$(OGLOBJS)"
3fcdd07b 9189
9ad43c8b
RL
9190 if test "$TOOLKIT" != "MSW" -a "$wxUSE_ODBC" = "yes" ; then
9191 ALL_OBJECTS="${ALL_OBJECTS} \$(IODBCOBJS)"
3fcdd07b
VZ
9192 fi
9193
d9d8273d 9194 if test "$wxUSE_LIBJPEG" = "yes" ; then
2224580a 9195 ALL_OBJECTS="${ALL_OBJECTS} \$(JPEGOBJS)"
d9d8273d
RR
9196 fi
9197 if test "$wxUSE_LIBTIFF" = "yes" ; then
9198 ALL_OBJECTS="${ALL_OBJECTS} \$(TIFFOBJS)"
9199 fi
9200 if test "$wxUSE_LIBPNG" = "yes" ; then
9201 ALL_OBJECTS="${ALL_OBJECTS} \$(PNGOBJS)"
9202 fi
9203 if test "$wxUSE_ZLIB" = "yes" ; then
9204 ALL_OBJECTS="${ALL_OBJECTS} \$(ZLIBOBJS)"
9205 fi
3fed1840
RR
9206 if test "$wxUSE_FREETYPE" = "yes" ; then
9207 ALL_OBJECTS="${ALL_OBJECTS} \$(FREETYPEOBJS)"
9208 fi
bdad4e7e 9209 ALL_DEPFILES="\$(GUIDEPS) \$(COMMONDEPS) \$(GENERICDEPS) \$(UNIXDEPS) \$(HTMLDEPS) \$(OGLDEPS)"
2224580a
VZ
9210
9211 PORT_FILES="src/\$(TOOLKITDIR)/files.lst"
9212 RPM_FILES="src/\$(TOOLKITDIR)/rpmfiles.lst"
9213 RPM_SPEC="wx\$(TOOLKIT).spec"
9214
9215 GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
9216 DISTDIR="wx\$(TOOLKIT)"
10f2d63a 9217else
dad6c0ea
VZ
9218 USE_GUI=0
9219
f6bcfd97
BP
9220 TOOLKIT_DIR="base"
9221
9222 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
9223 TOOLKIT_NAME="${TOOLKIT_DIR}d"
9224 else
9225 TOOLKIT_NAME="${TOOLKIT_DIR}"
9226 fi
9227
07eb77a6
RL
9228 TOOLKIT_DEF="-D__WXBASE__"
9229
b4085ce6
GD
9230 ALL_OBJECTS="\$(BASE_OBJS) \$(BASE_UNIX_OBJS)"
9231 ALL_DEPFILES="\$(BASE_DEPS) \$(BASE_UNIX_DEPS)"
10f2d63a 9232
a20b6d3a
VZ
9233 if test "$wxUSE_ZLIB" = "yes" ; then
9234 ALL_OBJECTS="${ALL_OBJECTS} \$(ZLIBOBJS)"
9235 fi
9236
f6bcfd97 9237 WX_LIBRARY="wx_${TOOLKIT_NAME}"
2224580a
VZ
9238
9239 PORT_FILES="src/files.lst"
9240 RPM_FILES="src/rpmfiles.lst"
9241 RPM_SPEC="wxBase.spec"
9242
9243 GUIDIST="BASE_DIST"
9244 DISTDIR="wxBase"
10f2d63a
VZ
9245fi
9246
9247WX_LIBRARY_NAME="lib${WX_LIBRARY}.la"
bdad4e7e 9248WX_LIBRARY_NAME_GL="lib${WX_LIBRARY}_gl.la"
10f2d63a
VZ
9249
9250WX_LIBRARY_NAME_STATIC="lib${WX_LIBRARY}.a"
bdad4e7e 9251WX_LIBRARY_NAME_STATIC_GL="lib${WX_LIBRARY}_gl.a"
10f2d63a
VZ
9252
9253WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}-${WX_RELEASE}.so.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
bdad4e7e 9254WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY}_gl-${WX_RELEASE}.so.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
10f2d63a
VZ
9255
9256WX_LIBRARY_LINK1="lib${WX_LIBRARY}-${WX_RELEASE}.so.${WX_CURRENT}"
9257WX_LIBRARY_LINK2="lib${WX_LIBRARY}-${WX_RELEASE}.so"
9258WX_LIBRARY_LINK3="lib${WX_LIBRARY}.so"
bdad4e7e
RR
9259WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY}_gl-${WX_RELEASE}.so.${WX_CURRENT}"
9260WX_LIBRARY_LINK2_GL="lib${WX_LIBRARY}_gl-${WX_RELEASE}.so"
9261WX_LIBRARY_LINK3_GL="lib${WX_LIBRARY}_gl.so"
10f2d63a
VZ
9262
9263SHARED_LD=
9264PIC_FLAG=
9265WX_ALL=
9266WX_ALL_INSTALLED=
1d62a8b4 9267BURNT_LIBRARY_NAME=
f6bcfd97 9268WX_TARGET_LIBRARY_SONAME=
10f2d63a 9269
b12915c1 9270
10f2d63a
VZ
9271if test "$wxUSE_SHARED" = "yes"; then
9272 case "${host}" in
9273 *-hp-hpux* )
9274 if test "$GCC" = yes ; then
69ffe1d2 9275 SHARED_LD="${CC} -shared -fPIC -o"
10f2d63a
VZ
9276 PIC_FLAG="-fPIC"
9277 else
f6bcfd97
BP
9278 LDFLAGS="-L/usr/lib"
9279
10f2d63a
VZ
9280 SHARED_LD="${CXX} -b -o"
9281 PIC_FLAG="+Z"
9282 fi
f6bcfd97
BP
9283 WX_LIBRARY_NAME_SHARED="libwx_${TOOLKIT_NAME}.sl"
9284 WX_LIBRARY_NAME_SHARED_GL="libwx_${TOOLKIT_NAME}_gl.sl"
c661ecca 9285 if test "$wxUSE_OPENGL" = "yes"; then
f6bcfd97 9286 WX_ALL_INSTALLED="preinstall_gl"
c661ecca
RR
9287 WX_ALL="${WX_LIBRARY_NAME_SHARED} ${WX_LIBRARY_NAME_SHARED_GL}"
9288 else
9289 WX_ALL="${WX_LIBRARY_NAME_SHARED}"
9290 fi
10f2d63a 9291 ;;
b12915c1
VZ
9292
9293 *-*-linux* )
10f2d63a
VZ
9294 SHARED_LD="${CC} -shared -o"
9295 PIC_FLAG="-fPIC"
00cf1208 9296 if test "$wxUSE_BURNT_NAME" = "yes" ; then
05cdfc6f 9297 BURNT_LIBRARY_NAME="-Wl,-soname,${WX_LIBRARY_LINK1}"
bdad4e7e 9298 BURNT_LIBRARY_NAME_GL="-Wl,-soname,${WX_LIBRARY_LINK1_GL}"
f6bcfd97 9299 WX_TARGET_LIBRARY_SONAME="-Wl,-soname,\$(TARGETLIB_LINK1)"
00cf1208 9300 fi
c661ecca
RR
9301 if test "$wxUSE_OPENGL" = "yes"; then
9302 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
9303 WX_ALL="CREATE_LINKS CREATE_LINKS_GL"
9304 else
9305 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
9306 WX_ALL="CREATE_LINKS"
422107f9 9307 fi
00cf1208 9308 ;;
10f2d63a
VZ
9309 *-*-irix5* | *-*-irix6* )
9310 if test "$GCC" = yes ; then
9311 SHARED_LD="${CC} -shared -o"
9312 PIC_FLAG="-fPIC"
9313 else
9314 SHARED_LD="${CXX} -shared -o"
9315 fi
c661ecca
RR
9316 if test "$wxUSE_OPENGL" = "yes"; then
9317 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
9318 WX_ALL="CREATE_LINKS CREATE_LINKS_GL"
9319 else
9320 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
9321 WX_ALL="CREATE_LINKS"
422107f9 9322 fi
10f2d63a
VZ
9323 ;;
9324 *-*-solaris2* )
9325 if test "$GCC" = yes ; then
9326 SHARED_LD="${CC} -shared -o"
9327 PIC_FLAG="-fPIC"
f6bcfd97
BP
9328
9329 CPPFLAGS="$CPPFLAGS -isystem /usr/openwin/include"
10f2d63a
VZ
9330 else
9331 SHARED_LD="${CXX} -G -o"
9332 PIC_FLAG="-KPIC"
9333 fi
c661ecca
RR
9334 if test "$wxUSE_OPENGL" = "yes"; then
9335 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
9336 WX_ALL="CREATE_LINKS CREATE_LINKS_GL"
9337 else
9338 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
9339 WX_ALL="CREATE_LINKS"
9340 fi
10f2d63a
VZ
9341 ;;
9342 *-*-sunos4* )
9343 SHARED_LD="${CC} -shared -o"
9344 PIC_FLAG="-fPIC"
9345 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
9346 WX_ALL="CREATE_LINKS"
9347 ;;
95c8801c 9348 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* )
10f2d63a
VZ
9349 SHARED_LD="${CC} -shared -o"
9350 PIC_FLAG="-fPIC"
37d403aa
JS
9351 if test "$wxUSE_OPENGL" = "yes"; then
9352 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
9353 WX_ALL="CREATE_LINKS CREATE_LINKS_GL"
9354 else
9355 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
9356 WX_ALL="CREATE_LINKS"
9357 fi
10f2d63a 9358 ;;
b4085ce6 9359 *-*-darwin* )
ea5999b9
GD
9360 SHARED_LD="${CXX} -dynamiclib -o"
9361 PIC_FLAG="-dynamic -fPIC"
b4085ce6
GD
9362 if test "$wxUSE_OPENGL" = "yes"; then
9363 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
9364 WX_ALL="CREATE_LINKS CREATE_LINKS_GL"
9365 else
9366 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
9367 WX_ALL="CREATE_LINKS"
9368 fi
60bc4087 9369 WX_ALL="${WX_ALL} ./lib/lib${WX_LIBRARY}-${WX_RELEASE}.${WX_CURRENT}.r"
f3c067d2
GD
9370 WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}-${WX_RELEASE}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}.dylib"
9371 WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY}_gl-${WX_RELEASE}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}.dylib"
9372 WX_LIBRARY_LINK1="lib${WX_LIBRARY}-${WX_RELEASE}.${WX_CURRENT}.dylib"
9373 WX_LIBRARY_LINK2="lib${WX_LIBRARY}-${WX_RELEASE}.dylib"
9374 WX_LIBRARY_LINK3="lib${WX_LIBRARY}.dylib"
9375 WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY}_gl-${WX_RELEASE}.${WX_CURRENT}.dylib"
9376 WX_LIBRARY_LINK2_GL="lib${WX_LIBRARY}_gl-${WX_RELEASE}.dylib"
9377 WX_LIBRARY_LINK3_GL="lib${WX_LIBRARY}_gl.dylib"
b4085ce6 9378 ;;
10f2d63a
VZ
9379 *-*-osf* )
9380 SHARED_LD="${CXX} -shared -o"
9381 PIC_FLAG="-fPIC"
9382 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
9383 WX_ALL="CREATE_LINKS"
9384 ;;
9385 *-*-dgux5* )
9386 SHARED_LD="${CXX} -shared -o"
9387 PIC_FLAG="-fPIC"
9388 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
9389 WX_ALL="CREATE_LINKS"
9390 ;;
9391 *-*-sysv5* )
9392 SHARED_LD="${CC} -shared -o"
9393 PIC_FLAG="-fPIC"
9394 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
9395 WX_ALL="CREATE_LINKS"
9396 ;;
9397 *-*-aix* )
9398 SHARED_LD="/usr/lpp/xlC/bin/makeC++SharedLib -p 0 -o"
9399 WX_ALL=${WX_LIBRARY_NAME_SHARED}
9400 ;;
1c8183e2 9401 *-*-cygwin* )
10f2d63a 9402 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}"
bdad4e7e 9403 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_STATIC_GL}"
f6bcfd97
BP
9404 if test "$wxUSE_OPENGL" = "yes"; then
9405 WX_ALL_INSTALLED="preinstall_gl"
9406 WX_ALL="${WX_LIBRARY_NAME_STATIC} ${WX_LIBRARY_NAME_STATIC_GL}"
9407 else
9408 WX_ALL="${WX_LIBRARY_NAME_STATIC}"
9409 fi
10f2d63a 9410 ;;
b12915c1 9411 *-*-mingw32* )
10f2d63a 9412 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}"
bdad4e7e 9413 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_STATIC_GL}"
f6bcfd97
BP
9414 if test "$wxUSE_OPENGL" = "yes"; then
9415 WX_ALL_INSTALLED="preinstall_gl"
9416 WX_ALL="${WX_LIBRARY_NAME_STATIC} ${WX_LIBRARY_NAME_STATIC_GL}"
9417 else
9418 WX_ALL="${WX_LIBRARY_NAME_STATIC}"
9419 fi
10f2d63a
VZ
9420 ;;
9421 *-pc-os2_emx )
e07802fc
VZ
9422 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}"
9423 WX_ALL="${WX_LIBRARY_NAME_STATIC}"
10f2d63a 9424 ;;
b12915c1 9425 *-*-beos* )
e2b8b066 9426 SHARED_LD="${LD} -shared -o"
b12915c1
VZ
9427 PIC_FLAG="-fPIC"
9428 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
9429 WX_ALL="CREATE_LINKS"
9430 ;;
10f2d63a
VZ
9431 *)
9432 { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; }
9433 esac
9434
9435 if test "x$WX_TARGET_LIBRARY" = "x"; then
9436 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_SHARED}"
bdad4e7e 9437 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_SHARED_GL}"
10f2d63a 9438 fi
3711412e 9439 WX_TARGET_LIBRARY_TYPE="so"
10f2d63a
VZ
9440else
9441 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}"
bdad4e7e 9442 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_STATIC_GL}"
f6bcfd97
BP
9443
9444 if test "$wxUSE_OPENGL" = "yes"; then
9445 WX_ALL_INSTALLED="preinstall_gl"
9446 WX_ALL="${WX_LIBRARY_NAME_STATIC} ${WX_LIBRARY_NAME_STATIC_GL}"
9447 else
9448 WX_ALL="${WX_LIBRARY_NAME_STATIC}"
9449 fi
9450
9451 if test "$wxUSE_GUI" = "no"; then
9452 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall"
9453 fi
9454
3711412e 9455 WX_TARGET_LIBRARY_TYPE="a"
10f2d63a
VZ
9456fi
9457
9458
9459for ac_hdr in strings.h
9460do
9461ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9462echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4f3c5f06 9463echo "configure:9464: checking for $ac_hdr" >&5
10f2d63a
VZ
9464if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9465 echo $ac_n "(cached) $ac_c" 1>&6
9466else
9467 cat > conftest.$ac_ext <<EOF
4f3c5f06 9468#line 9469 "configure"
10f2d63a
VZ
9469#include "confdefs.h"
9470#include <$ac_hdr>
9471EOF
9472ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4f3c5f06 9473{ (eval echo configure:9474: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
9474ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9475if test -z "$ac_err"; then
9476 rm -rf conftest*
9477 eval "ac_cv_header_$ac_safe=yes"
9478else
9479 echo "$ac_err" >&5
9480 echo "configure: failed program was:" >&5
9481 cat conftest.$ac_ext >&5
9482 rm -rf conftest*
9483 eval "ac_cv_header_$ac_safe=no"
9484fi
9485rm -f conftest*
9486fi
9487if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9488 echo "$ac_t""yes" 1>&6
9489 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9490 cat >> confdefs.h <<EOF
9491#define $ac_tr_hdr 1
9492EOF
9493
9494else
9495 echo "$ac_t""no" 1>&6
9496fi
9497done
9498
10f2d63a 9499
10f2d63a 9500
0fb0dd83 9501for ac_hdr in wchar.h
10f2d63a
VZ
9502do
9503ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9504echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4f3c5f06 9505echo "configure:9506: checking for $ac_hdr" >&5
10f2d63a
VZ
9506if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9507 echo $ac_n "(cached) $ac_c" 1>&6
9508else
9509 cat > conftest.$ac_ext <<EOF
4f3c5f06 9510#line 9511 "configure"
10f2d63a
VZ
9511#include "confdefs.h"
9512#include <$ac_hdr>
9513EOF
9514ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4f3c5f06 9515{ (eval echo configure:9516: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
9516ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9517if test -z "$ac_err"; then
9518 rm -rf conftest*
9519 eval "ac_cv_header_$ac_safe=yes"
9520else
9521 echo "$ac_err" >&5
9522 echo "configure: failed program was:" >&5
9523 cat conftest.$ac_ext >&5
9524 rm -rf conftest*
9525 eval "ac_cv_header_$ac_safe=no"
9526fi
9527rm -f conftest*
9528fi
9529if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9530 echo "$ac_t""yes" 1>&6
9531 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9532 cat >> confdefs.h <<EOF
9533#define $ac_tr_hdr 1
9534EOF
9535
9536else
9537 echo "$ac_t""no" 1>&6
9538fi
9539done
9540
0fb0dd83 9541for ac_hdr in wcstr.h
10f2d63a
VZ
9542do
9543ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9544echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4f3c5f06 9545echo "configure:9546: checking for $ac_hdr" >&5
10f2d63a
VZ
9546if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9547 echo $ac_n "(cached) $ac_c" 1>&6
9548else
9549 cat > conftest.$ac_ext <<EOF
4f3c5f06 9550#line 9551 "configure"
10f2d63a
VZ
9551#include "confdefs.h"
9552#include <$ac_hdr>
9553EOF
9554ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4f3c5f06 9555{ (eval echo configure:9556: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6f72b082
OK
9556ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9557if test -z "$ac_err"; then
9558 rm -rf conftest*
9559 eval "ac_cv_header_$ac_safe=yes"
9560else
9561 echo "$ac_err" >&5
9562 echo "configure: failed program was:" >&5
9563 cat conftest.$ac_ext >&5
9564 rm -rf conftest*
9565 eval "ac_cv_header_$ac_safe=no"
9566fi
9567rm -f conftest*
9568fi
9569if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9570 echo "$ac_t""yes" 1>&6
9571 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9572 cat >> confdefs.h <<EOF
9573#define $ac_tr_hdr 1
9574EOF
9575
9576else
9577 echo "$ac_t""no" 1>&6
9578fi
9579done
9580
0fb0dd83 9581for ac_hdr in fnmatch.h
6f72b082
OK
9582do
9583ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9584echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4f3c5f06 9585echo "configure:9586: checking for $ac_hdr" >&5
6f72b082
OK
9586if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9587 echo $ac_n "(cached) $ac_c" 1>&6
9588else
9589 cat > conftest.$ac_ext <<EOF
4f3c5f06 9590#line 9591 "configure"
6f72b082
OK
9591#include "confdefs.h"
9592#include <$ac_hdr>
9593EOF
9594ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4f3c5f06 9595{ (eval echo configure:9596: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6f72b082
OK
9596ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9597if test -z "$ac_err"; then
9598 rm -rf conftest*
9599 eval "ac_cv_header_$ac_safe=yes"
9600else
9601 echo "$ac_err" >&5
9602 echo "configure: failed program was:" >&5
9603 cat conftest.$ac_ext >&5
9604 rm -rf conftest*
9605 eval "ac_cv_header_$ac_safe=no"
9606fi
9607rm -f conftest*
9608fi
9609if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9610 echo "$ac_t""yes" 1>&6
9611 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9612 cat >> confdefs.h <<EOF
9613#define $ac_tr_hdr 1
9614EOF
9615
9616else
9617 echo "$ac_t""no" 1>&6
9618fi
9619done
9620
0fb0dd83 9621for ac_hdr in iconv.h
6f72b082
OK
9622do
9623ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9624echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4f3c5f06 9625echo "configure:9626: checking for $ac_hdr" >&5
6f72b082
OK
9626if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9627 echo $ac_n "(cached) $ac_c" 1>&6
9628else
9629 cat > conftest.$ac_ext <<EOF
4f3c5f06 9630#line 9631 "configure"
6f72b082
OK
9631#include "confdefs.h"
9632#include <$ac_hdr>
9633EOF
9634ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4f3c5f06 9635{ (eval echo configure:9636: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
9636ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9637if test -z "$ac_err"; then
9638 rm -rf conftest*
9639 eval "ac_cv_header_$ac_safe=yes"
9640else
9641 echo "$ac_err" >&5
9642 echo "configure: failed program was:" >&5
9643 cat conftest.$ac_ext >&5
9644 rm -rf conftest*
9645 eval "ac_cv_header_$ac_safe=no"
9646fi
9647rm -f conftest*
9648fi
9649if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9650 echo "$ac_t""yes" 1>&6
9651 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9652 cat >> confdefs.h <<EOF
9653#define $ac_tr_hdr 1
9654EOF
9655
9656else
9657 echo "$ac_t""no" 1>&6
9658fi
9659done
9660
0fb0dd83
RR
9661for ac_hdr in langinfo.h
9662do
9663ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9664echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4f3c5f06 9665echo "configure:9666: checking for $ac_hdr" >&5
0fb0dd83
RR
9666if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9667 echo $ac_n "(cached) $ac_c" 1>&6
9668else
9669 cat > conftest.$ac_ext <<EOF
4f3c5f06 9670#line 9671 "configure"
0fb0dd83
RR
9671#include "confdefs.h"
9672#include <$ac_hdr>
9673EOF
9674ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4f3c5f06 9675{ (eval echo configure:9676: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
0fb0dd83
RR
9676ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9677if test -z "$ac_err"; then
9678 rm -rf conftest*
9679 eval "ac_cv_header_$ac_safe=yes"
9680else
9681 echo "$ac_err" >&5
9682 echo "configure: failed program was:" >&5
9683 cat conftest.$ac_ext >&5
9684 rm -rf conftest*
9685 eval "ac_cv_header_$ac_safe=no"
9686fi
9687rm -f conftest*
9688fi
9689if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9690 echo "$ac_t""yes" 1>&6
9691 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9692 cat >> confdefs.h <<EOF
9693#define $ac_tr_hdr 1
9694EOF
9695
9696else
9697 echo "$ac_t""no" 1>&6
9698fi
9699done
9700
10f2d63a 9701
73fd4a60
VZ
9702if test "$wxUSE_GUI" = "yes"; then
9703 if test "$wxUSE_UNIX" = "yes"; then
9704 for ac_hdr in X11/XKBlib.h
10f2d63a
VZ
9705do
9706ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9707echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4f3c5f06 9708echo "configure:9709: checking for $ac_hdr" >&5
10f2d63a
VZ
9709if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9710 echo $ac_n "(cached) $ac_c" 1>&6
9711else
9712 cat > conftest.$ac_ext <<EOF
4f3c5f06 9713#line 9714 "configure"
10f2d63a
VZ
9714#include "confdefs.h"
9715#include <$ac_hdr>
9716EOF
9717ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4f3c5f06 9718{ (eval echo configure:9719: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
9719ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9720if test -z "$ac_err"; then
9721 rm -rf conftest*
9722 eval "ac_cv_header_$ac_safe=yes"
9723else
9724 echo "$ac_err" >&5
9725 echo "configure: failed program was:" >&5
9726 cat conftest.$ac_ext >&5
9727 rm -rf conftest*
9728 eval "ac_cv_header_$ac_safe=no"
9729fi
9730rm -f conftest*
9731fi
9732if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9733 echo "$ac_t""yes" 1>&6
9734 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9735 cat >> confdefs.h <<EOF
9736#define $ac_tr_hdr 1
9737EOF
9738
9739else
9740 echo "$ac_t""no" 1>&6
9741fi
9742done
9743
73fd4a60 9744 fi
10f2d63a
VZ
9745fi
9746
9747
9748echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
4f3c5f06 9749echo "configure:9750: checking for ANSI C header files" >&5
10f2d63a
VZ
9750if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
9751 echo $ac_n "(cached) $ac_c" 1>&6
9752else
9753 cat > conftest.$ac_ext <<EOF
4f3c5f06 9754#line 9755 "configure"
10f2d63a
VZ
9755#include "confdefs.h"
9756#include <stdlib.h>
9757#include <stdarg.h>
9758#include <string.h>
9759#include <float.h>
9760EOF
9761ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4f3c5f06 9762{ (eval echo configure:9763: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
9763ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9764if test -z "$ac_err"; then
9765 rm -rf conftest*
9766 ac_cv_header_stdc=yes
9767else
9768 echo "$ac_err" >&5
9769 echo "configure: failed program was:" >&5
9770 cat conftest.$ac_ext >&5
9771 rm -rf conftest*
9772 ac_cv_header_stdc=no
9773fi
9774rm -f conftest*
9775
9776if test $ac_cv_header_stdc = yes; then
9777 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
9778cat > conftest.$ac_ext <<EOF
4f3c5f06 9779#line 9780 "configure"
10f2d63a
VZ
9780#include "confdefs.h"
9781#include <string.h>
9782EOF
9783if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9784 egrep "memchr" >/dev/null 2>&1; then
9785 :
9786else
9787 rm -rf conftest*
9788 ac_cv_header_stdc=no
9789fi
9790rm -f conftest*
9791
9792fi
9793
9794if test $ac_cv_header_stdc = yes; then
9795 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
9796cat > conftest.$ac_ext <<EOF
4f3c5f06 9797#line 9798 "configure"
10f2d63a
VZ
9798#include "confdefs.h"
9799#include <stdlib.h>
9800EOF
9801if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9802 egrep "free" >/dev/null 2>&1; then
9803 :
9804else
9805 rm -rf conftest*
9806 ac_cv_header_stdc=no
9807fi
9808rm -f conftest*
9809
9810fi
9811
9812if test $ac_cv_header_stdc = yes; then
9813 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
9814if test "$cross_compiling" = yes; then
9815 :
9816else
9817 cat > conftest.$ac_ext <<EOF
4f3c5f06 9818#line 9819 "configure"
10f2d63a
VZ
9819#include "confdefs.h"
9820#include <ctype.h>
9821#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
9822#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
9823#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
9824int main () { int i; for (i = 0; i < 256; i++)
9825if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
9826exit (0); }
9827
9828EOF
4f3c5f06 9829if { (eval echo configure:9830: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10f2d63a
VZ
9830then
9831 :
9832else
9833 echo "configure: failed program was:" >&5
9834 cat conftest.$ac_ext >&5
9835 rm -fr conftest*
9836 ac_cv_header_stdc=no
9837fi
9838rm -fr conftest*
9839fi
9840
9841fi
9842fi
9843
9844echo "$ac_t""$ac_cv_header_stdc" 1>&6
9845if test $ac_cv_header_stdc = yes; then
9846 cat >> confdefs.h <<\EOF
9847#define STDC_HEADERS 1
9848EOF
9849
9850fi
9851
9852echo $ac_n "checking for mode_t""... $ac_c" 1>&6
4f3c5f06 9853echo "configure:9854: checking for mode_t" >&5
10f2d63a
VZ
9854if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
9855 echo $ac_n "(cached) $ac_c" 1>&6
9856else
9857 cat > conftest.$ac_ext <<EOF
4f3c5f06 9858#line 9859 "configure"
10f2d63a
VZ
9859#include "confdefs.h"
9860#include <sys/types.h>
9861#if STDC_HEADERS
9862#include <stdlib.h>
9863#include <stddef.h>
9864#endif
9865EOF
9866if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9867 egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
9868 rm -rf conftest*
9869 ac_cv_type_mode_t=yes
9870else
9871 rm -rf conftest*
9872 ac_cv_type_mode_t=no
9873fi
9874rm -f conftest*
9875
9876fi
9877echo "$ac_t""$ac_cv_type_mode_t" 1>&6
9878if test $ac_cv_type_mode_t = no; then
9879 cat >> confdefs.h <<\EOF
9880#define mode_t int
9881EOF
9882
9883fi
9884
9885echo $ac_n "checking for off_t""... $ac_c" 1>&6
4f3c5f06 9886echo "configure:9887: checking for off_t" >&5
10f2d63a
VZ
9887if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
9888 echo $ac_n "(cached) $ac_c" 1>&6
9889else
9890 cat > conftest.$ac_ext <<EOF
4f3c5f06 9891#line 9892 "configure"
10f2d63a
VZ
9892#include "confdefs.h"
9893#include <sys/types.h>
9894#if STDC_HEADERS
9895#include <stdlib.h>
9896#include <stddef.h>
9897#endif
9898EOF
9899if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9900 egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
9901 rm -rf conftest*
9902 ac_cv_type_off_t=yes
9903else
9904 rm -rf conftest*
9905 ac_cv_type_off_t=no
9906fi
9907rm -f conftest*
9908
9909fi
9910echo "$ac_t""$ac_cv_type_off_t" 1>&6
9911if test $ac_cv_type_off_t = no; then
9912 cat >> confdefs.h <<\EOF
9913#define off_t long
9914EOF
9915
9916fi
9917
9918echo $ac_n "checking for pid_t""... $ac_c" 1>&6
4f3c5f06 9919echo "configure:9920: checking for pid_t" >&5
10f2d63a
VZ
9920if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
9921 echo $ac_n "(cached) $ac_c" 1>&6
9922else
9923 cat > conftest.$ac_ext <<EOF
4f3c5f06 9924#line 9925 "configure"
10f2d63a
VZ
9925#include "confdefs.h"
9926#include <sys/types.h>
9927#if STDC_HEADERS
9928#include <stdlib.h>
9929#include <stddef.h>
9930#endif
9931EOF
9932if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9933 egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
9934 rm -rf conftest*
9935 ac_cv_type_pid_t=yes
9936else
9937 rm -rf conftest*
9938 ac_cv_type_pid_t=no
9939fi
9940rm -f conftest*
9941
9942fi
9943echo "$ac_t""$ac_cv_type_pid_t" 1>&6
9944if test $ac_cv_type_pid_t = no; then
9945 cat >> confdefs.h <<\EOF
9946#define pid_t int
9947EOF
9948
9949fi
9950
9951echo $ac_n "checking for size_t""... $ac_c" 1>&6
4f3c5f06 9952echo "configure:9953: checking for size_t" >&5
10f2d63a
VZ
9953if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
9954 echo $ac_n "(cached) $ac_c" 1>&6
9955else
9956 cat > conftest.$ac_ext <<EOF
4f3c5f06 9957#line 9958 "configure"
10f2d63a
VZ
9958#include "confdefs.h"
9959#include <sys/types.h>
9960#if STDC_HEADERS
9961#include <stdlib.h>
9962#include <stddef.h>
9963#endif
9964EOF
9965if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9966 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
9967 rm -rf conftest*
9968 ac_cv_type_size_t=yes
9969else
9970 rm -rf conftest*
9971 ac_cv_type_size_t=no
9972fi
9973rm -f conftest*
9974
9975fi
9976echo "$ac_t""$ac_cv_type_size_t" 1>&6
9977if test $ac_cv_type_size_t = no; then
9978 cat >> confdefs.h <<\EOF
9979#define size_t unsigned
9980EOF
9981
9982fi
9983
9984echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
4f3c5f06 9985echo "configure:9986: checking for uid_t in sys/types.h" >&5
10f2d63a
VZ
9986if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
9987 echo $ac_n "(cached) $ac_c" 1>&6
9988else
9989 cat > conftest.$ac_ext <<EOF
4f3c5f06 9990#line 9991 "configure"
10f2d63a
VZ
9991#include "confdefs.h"
9992#include <sys/types.h>
9993EOF
9994if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9995 egrep "uid_t" >/dev/null 2>&1; then
9996 rm -rf conftest*
9997 ac_cv_type_uid_t=yes
9998else
9999 rm -rf conftest*
10000 ac_cv_type_uid_t=no
10001fi
10002rm -f conftest*
10003
10004fi
10005
10006echo "$ac_t""$ac_cv_type_uid_t" 1>&6
10007if test $ac_cv_type_uid_t = no; then
10008 cat >> confdefs.h <<\EOF
10009#define uid_t int
10010EOF
10011
10012 cat >> confdefs.h <<\EOF
10013#define gid_t int
10014EOF
10015
10016fi
10017
10018
0046ff7c 10019echo $ac_n "checking for wchar_t""... $ac_c" 1>&6
4f3c5f06 10020echo "configure:10021: checking for wchar_t" >&5
0046ff7c
VS
10021if eval "test \"`echo '$''{'wx_cv_type_wchar_t'+set}'`\" = set"; then
10022 echo $ac_n "(cached) $ac_c" 1>&6
10023else
10024
10025 cat > conftest.$ac_ext <<EOF
4f3c5f06 10026#line 10027 "configure"
0046ff7c
VS
10027#include "confdefs.h"
10028#include <wchar.h>
10029int main() {
10030
10031 wchar_t wc, *ws;
10032 wc = L'a';
10033 ws = L"Hello, world!";
10034
10035; return 0; }
10036EOF
4f3c5f06 10037if { (eval echo configure:10038: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
0046ff7c
VS
10038 rm -rf conftest*
10039 wx_cv_type_wchar_t=yes
10040else
10041 echo "configure: failed program was:" >&5
10042 cat conftest.$ac_ext >&5
10043 rm -rf conftest*
10044 wx_cv_type_wchar_t=no
10045fi
10046rm -f conftest*
10047
10048fi
10049
10050echo "$ac_t""$wx_cv_type_wchar_t" 1>&6
10051if test "$wx_cv_type_wchar_t" = yes ; then
10052 cat >> confdefs.h <<\EOF
10053#define wxUSE_WCHAR_T 1
10054EOF
10055
10056fi
10057
10f2d63a 10058
b12915c1 10059echo $ac_n "checking for pw_gecos in struct passwd""... $ac_c" 1>&6
4f3c5f06 10060echo "configure:10061: checking for pw_gecos in struct passwd" >&5
b12915c1
VZ
10061if eval "test \"`echo '$''{'wx_cv_struct_pw_gecos'+set}'`\" = set"; then
10062 echo $ac_n "(cached) $ac_c" 1>&6
10063else
10064
10065 cat > conftest.$ac_ext <<EOF
4f3c5f06 10066#line 10067 "configure"
b12915c1
VZ
10067#include "confdefs.h"
10068#include <pwd.h>
10069int main() {
10070
10071 char *p;
10072 struct passwd *pw;
10073 p = pw->pw_gecos;
10074
10075; return 0; }
10076EOF
4f3c5f06 10077if { (eval echo configure:10078: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
b12915c1
VZ
10078 rm -rf conftest*
10079
10080 wx_cv_struct_pw_gecos=yes
b12915c1
VZ
10081
10082else
10083 echo "configure: failed program was:" >&5
10084 cat conftest.$ac_ext >&5
10085 rm -rf conftest*
10086
10087 wx_cv_struct_pw_gecos=no
10088
10089
10090fi
10091rm -f conftest*
10092
10093
10094fi
10095
10096echo "$ac_t""$wx_cv_struct_pw_gecos" 1>&6
10097
bd3277fe
VZ
10098if test "$wx_cv_struct_pw_gecos" = "yes"; then
10099 cat >> confdefs.h <<\EOF
10100#define HAVE_PW_GECOS 1
10101EOF
10102
10103fi
10104
10f2d63a
VZ
10105
10106echo $ac_n "checking for working const""... $ac_c" 1>&6
4f3c5f06 10107echo "configure:10108: checking for working const" >&5
10f2d63a
VZ
10108if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
10109 echo $ac_n "(cached) $ac_c" 1>&6
10110else
10111 cat > conftest.$ac_ext <<EOF
4f3c5f06 10112#line 10113 "configure"
10f2d63a
VZ
10113#include "confdefs.h"
10114
10115int main() {
10116
10117/* Ultrix mips cc rejects this. */
4f3c5f06 10118typedef int charset[2]; const charset x = {0,0};
10f2d63a
VZ
10119/* SunOS 4.1.1 cc rejects this. */
10120char const *const *ccp;
10121char **p;
10122/* NEC SVR4.0.2 mips cc rejects this. */
10123struct point {int x, y;};
10124static struct point const zero = {0,0};
10125/* AIX XL C 1.02.0.0 rejects this.
10126 It does not let you subtract one const X* pointer from another in an arm
10127 of an if-expression whose if-part is not a constant expression */
10128const char *g = "string";
10129ccp = &g + (g ? g-g : 0);
10130/* HPUX 7.0 cc rejects these. */
10131++ccp;
10132p = (char**) ccp;
10133ccp = (char const *const *) p;
10134{ /* SCO 3.2v4 cc rejects this. */
10135 char *t;
10136 char const *s = 0 ? (char *) 0 : (char const *) 0;
10137
10138 *t++ = 0;
10139}
10140{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
10141 int x[] = {25, 17};
10142 const int *foo = &x[0];
10143 ++foo;
10144}
10145{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
10146 typedef const int *iptr;
10147 iptr p = 0;
10148 ++p;
10149}
10150{ /* AIX XL C 1.02.0.0 rejects this saying
10151 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
10152 struct s { int j; const int *ap[3]; };
10153 struct s *b; b->j = 5;
10154}
10155{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
10156 const int foo = 10;
10157}
10158
10159; return 0; }
10160EOF
4f3c5f06 10161if { (eval echo configure:10162: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10f2d63a
VZ
10162 rm -rf conftest*
10163 ac_cv_c_const=yes
10164else
10165 echo "configure: failed program was:" >&5
10166 cat conftest.$ac_ext >&5
10167 rm -rf conftest*
10168 ac_cv_c_const=no
10169fi
10170rm -f conftest*
10171fi
10172
10173echo "$ac_t""$ac_cv_c_const" 1>&6
10174if test $ac_cv_c_const = no; then
10175 cat >> confdefs.h <<\EOF
10176#define const
10177EOF
10178
10179fi
10180
10181echo $ac_n "checking for inline""... $ac_c" 1>&6
4f3c5f06 10182echo "configure:10183: checking for inline" >&5
10f2d63a
VZ
10183if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
10184 echo $ac_n "(cached) $ac_c" 1>&6
10185else
10186 ac_cv_c_inline=no
10187for ac_kw in inline __inline__ __inline; do
10188 cat > conftest.$ac_ext <<EOF
4f3c5f06 10189#line 10190 "configure"
10f2d63a
VZ
10190#include "confdefs.h"
10191
10192int main() {
4f3c5f06 10193} int $ac_kw foo() {
10f2d63a
VZ
10194; return 0; }
10195EOF
4f3c5f06 10196if { (eval echo configure:10197: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10f2d63a
VZ
10197 rm -rf conftest*
10198 ac_cv_c_inline=$ac_kw; break
10199else
10200 echo "configure: failed program was:" >&5
10201 cat conftest.$ac_ext >&5
10202fi
10203rm -f conftest*
10204done
10205
10206fi
10207
10208echo "$ac_t""$ac_cv_c_inline" 1>&6
10209case "$ac_cv_c_inline" in
10210 inline | yes) ;;
10211 no) cat >> confdefs.h <<\EOF
10212#define inline
10213EOF
10214 ;;
10215 *) cat >> confdefs.h <<EOF
10216#define inline $ac_cv_c_inline
10217EOF
10218 ;;
10219esac
10220
10221
10222echo $ac_n "checking size of char""... $ac_c" 1>&6
4f3c5f06 10223echo "configure:10224: checking size of char" >&5
10f2d63a
VZ
10224if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
10225 echo $ac_n "(cached) $ac_c" 1>&6
10226else
10227 if test "$cross_compiling" = yes; then
10228 ac_cv_sizeof_char=1
10229else
10230 cat > conftest.$ac_ext <<EOF
4f3c5f06 10231#line 10232 "configure"
10f2d63a
VZ
10232#include "confdefs.h"
10233#include <stdio.h>
10234main()
10235{
10236 FILE *f=fopen("conftestval", "w");
10237 if (!f) exit(1);
10238 fprintf(f, "%d\n", sizeof(char));
10239 exit(0);
10240}
10241EOF
4f3c5f06 10242if { (eval echo configure:10243: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10f2d63a
VZ
10243then
10244 ac_cv_sizeof_char=`cat conftestval`
10245else
10246 echo "configure: failed program was:" >&5
10247 cat conftest.$ac_ext >&5
10248 rm -fr conftest*
10249 ac_cv_sizeof_char=0
10250fi
10251rm -fr conftest*
10252fi
10253
10254fi
10255echo "$ac_t""$ac_cv_sizeof_char" 1>&6
10256cat >> confdefs.h <<EOF
10257#define SIZEOF_CHAR $ac_cv_sizeof_char
10258EOF
10259
10260
10261echo $ac_n "checking size of short""... $ac_c" 1>&6
4f3c5f06 10262echo "configure:10263: checking size of short" >&5
10f2d63a
VZ
10263if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
10264 echo $ac_n "(cached) $ac_c" 1>&6
10265else
10266 if test "$cross_compiling" = yes; then
10267 ac_cv_sizeof_short=2
10268else
10269 cat > conftest.$ac_ext <<EOF
4f3c5f06 10270#line 10271 "configure"
10f2d63a
VZ
10271#include "confdefs.h"
10272#include <stdio.h>
10273main()
10274{
10275 FILE *f=fopen("conftestval", "w");
10276 if (!f) exit(1);
10277 fprintf(f, "%d\n", sizeof(short));
10278 exit(0);
10279}
10280EOF
4f3c5f06 10281if { (eval echo configure:10282: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10f2d63a
VZ
10282then
10283 ac_cv_sizeof_short=`cat conftestval`
10284else
10285 echo "configure: failed program was:" >&5
10286 cat conftest.$ac_ext >&5
10287 rm -fr conftest*
10288 ac_cv_sizeof_short=0
10289fi
10290rm -fr conftest*
10291fi
10292
10293fi
10294echo "$ac_t""$ac_cv_sizeof_short" 1>&6
10295cat >> confdefs.h <<EOF
10296#define SIZEOF_SHORT $ac_cv_sizeof_short
10297EOF
10298
10299
10300echo $ac_n "checking size of int *""... $ac_c" 1>&6
4f3c5f06 10301echo "configure:10302: checking size of int *" >&5
10f2d63a
VZ
10302if eval "test \"`echo '$''{'ac_cv_sizeof_int_p'+set}'`\" = set"; then
10303 echo $ac_n "(cached) $ac_c" 1>&6
10304else
10305 if test "$cross_compiling" = yes; then
10306 ac_cv_sizeof_int_p=4
10307else
10308 cat > conftest.$ac_ext <<EOF
4f3c5f06 10309#line 10310 "configure"
10f2d63a
VZ
10310#include "confdefs.h"
10311#include <stdio.h>
10312main()
10313{
10314 FILE *f=fopen("conftestval", "w");
10315 if (!f) exit(1);
10316 fprintf(f, "%d\n", sizeof(int *));
10317 exit(0);
10318}
10319EOF
4f3c5f06 10320if { (eval echo configure:10321: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10f2d63a
VZ
10321then
10322 ac_cv_sizeof_int_p=`cat conftestval`
10323else
10324 echo "configure: failed program was:" >&5
10325 cat conftest.$ac_ext >&5
10326 rm -fr conftest*
10327 ac_cv_sizeof_int_p=0
10328fi
10329rm -fr conftest*
10330fi
10331
10332fi
10333echo "$ac_t""$ac_cv_sizeof_int_p" 1>&6
10334cat >> confdefs.h <<EOF
10335#define SIZEOF_INT_P $ac_cv_sizeof_int_p
10336EOF
10337
10338
10339echo $ac_n "checking size of int""... $ac_c" 1>&6
4f3c5f06 10340echo "configure:10341: checking size of int" >&5
10f2d63a
VZ
10341if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
10342 echo $ac_n "(cached) $ac_c" 1>&6
10343else
10344 if test "$cross_compiling" = yes; then
10345 ac_cv_sizeof_int=4
10346else
10347 cat > conftest.$ac_ext <<EOF
4f3c5f06 10348#line 10349 "configure"
10f2d63a
VZ
10349#include "confdefs.h"
10350#include <stdio.h>
10351main()
10352{
10353 FILE *f=fopen("conftestval", "w");
10354 if (!f) exit(1);
10355 fprintf(f, "%d\n", sizeof(int));
10356 exit(0);
10357}
10358EOF
4f3c5f06 10359if { (eval echo configure:10360: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10f2d63a
VZ
10360then
10361 ac_cv_sizeof_int=`cat conftestval`
10362else
10363 echo "configure: failed program was:" >&5
10364 cat conftest.$ac_ext >&5
10365 rm -fr conftest*
10366 ac_cv_sizeof_int=0
10367fi
10368rm -fr conftest*
10369fi
10370
10371fi
10372echo "$ac_t""$ac_cv_sizeof_int" 1>&6
10373cat >> confdefs.h <<EOF
10374#define SIZEOF_INT $ac_cv_sizeof_int
10375EOF
10376
10377
10378echo $ac_n "checking size of long""... $ac_c" 1>&6
4f3c5f06 10379echo "configure:10380: checking size of long" >&5
10f2d63a
VZ
10380if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
10381 echo $ac_n "(cached) $ac_c" 1>&6
10382else
10383 if test "$cross_compiling" = yes; then
10384 ac_cv_sizeof_long=4
10385else
10386 cat > conftest.$ac_ext <<EOF
4f3c5f06 10387#line 10388 "configure"
10f2d63a
VZ
10388#include "confdefs.h"
10389#include <stdio.h>
10390main()
10391{
10392 FILE *f=fopen("conftestval", "w");
10393 if (!f) exit(1);
10394 fprintf(f, "%d\n", sizeof(long));
10395 exit(0);
10396}
10397EOF
4f3c5f06 10398if { (eval echo configure:10399: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10f2d63a
VZ
10399then
10400 ac_cv_sizeof_long=`cat conftestval`
10401else
10402 echo "configure: failed program was:" >&5
10403 cat conftest.$ac_ext >&5
10404 rm -fr conftest*
10405 ac_cv_sizeof_long=0
10406fi
10407rm -fr conftest*
10408fi
10409
10410fi
10411echo "$ac_t""$ac_cv_sizeof_long" 1>&6
10412cat >> confdefs.h <<EOF
10413#define SIZEOF_LONG $ac_cv_sizeof_long
10414EOF
10415
10416
10417echo $ac_n "checking size of long long""... $ac_c" 1>&6
4f3c5f06 10418echo "configure:10419: checking size of long long" >&5
10f2d63a
VZ
10419if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
10420 echo $ac_n "(cached) $ac_c" 1>&6
10421else
10422 if test "$cross_compiling" = yes; then
10423 ac_cv_sizeof_long_long=0
10424else
10425 cat > conftest.$ac_ext <<EOF
4f3c5f06 10426#line 10427 "configure"
10f2d63a
VZ
10427#include "confdefs.h"
10428#include <stdio.h>
10429main()
10430{
10431 FILE *f=fopen("conftestval", "w");
10432 if (!f) exit(1);
10433 fprintf(f, "%d\n", sizeof(long long));
10434 exit(0);
10435}
10436EOF
4f3c5f06 10437if { (eval echo configure:10438: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10f2d63a
VZ
10438then
10439 ac_cv_sizeof_long_long=`cat conftestval`
10440else
10441 echo "configure: failed program was:" >&5
10442 cat conftest.$ac_ext >&5
10443 rm -fr conftest*
10444 ac_cv_sizeof_long_long=0
10445fi
10446rm -fr conftest*
10447fi
10448
10449fi
10450echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
10451cat >> confdefs.h <<EOF
10452#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
10453EOF
10454
10455
10456
b93d0d08 10457echo $ac_n "checking size of wchar_t""... $ac_c" 1>&6
4f3c5f06 10458echo "configure:10459: checking size of wchar_t" >&5
b93d0d08
VS
10459if eval "test \"`echo '$''{'wx_cv_sizeof_wchar_t'+set}'`\" = set"; then
10460 echo $ac_n "(cached) $ac_c" 1>&6
10461else
10462
10463 if test "$cross_compiling" = yes; then
10464 wx_cv_sizeof_wchar_t=4
10465
10466else
10467 cat > conftest.$ac_ext <<EOF
4f3c5f06 10468#line 10469 "configure"
b93d0d08
VS
10469#include "confdefs.h"
10470
10471 #include <wchar.h>
10472 #include <stdio.h>
10473 int main()
10474 {
10475 FILE *f=fopen("conftestval", "w");
10476 if (!f) exit(1);
10477 fprintf(f, "%i", sizeof(wchar_t));
10478 exit(0);
10479 }
10480
10481EOF
4f3c5f06 10482if { (eval echo configure:10483: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
b93d0d08
VS
10483then
10484 wx_cv_sizeof_wchar_t=`cat conftestval`
10485else
10486 echo "configure: failed program was:" >&5
10487 cat conftest.$ac_ext >&5
10488 rm -fr conftest*
10489 wx_cv_sizeof_wchar_t=0
10490fi
10491rm -fr conftest*
10492fi
10493
10494
10495fi
10496
10497echo "$ac_t""$wx_cv_sizeof_wchar_t" 1>&6
10498
10499cat >> confdefs.h <<EOF
28c6addc 10500#define SIZEOF_WCHAR_T $wx_cv_sizeof_wchar_t
b93d0d08
VS
10501EOF
10502
10503
10504
10f2d63a 10505echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
4f3c5f06 10506echo "configure:10507: checking whether byte ordering is bigendian" >&5
10f2d63a
VZ
10507if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
10508 echo $ac_n "(cached) $ac_c" 1>&6
10509else
10510 ac_cv_c_bigendian=unknown
10511# See if sys/param.h defines the BYTE_ORDER macro.
10512cat > conftest.$ac_ext <<EOF
4f3c5f06 10513#line 10514 "configure"
10f2d63a
VZ
10514#include "confdefs.h"
10515#include <sys/types.h>
10516#include <sys/param.h>
10517int main() {
10518
10519#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
10520 bogus endian macros
10521#endif
10522; return 0; }
10523EOF
4f3c5f06 10524if { (eval echo configure:10525: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10f2d63a
VZ
10525 rm -rf conftest*
10526 # It does; now see whether it defined to BIG_ENDIAN or not.
10527cat > conftest.$ac_ext <<EOF
4f3c5f06 10528#line 10529 "configure"
10f2d63a
VZ
10529#include "confdefs.h"
10530#include <sys/types.h>
10531#include <sys/param.h>
10532int main() {
10533
10534#if BYTE_ORDER != BIG_ENDIAN
10535 not big endian
10536#endif
10537; return 0; }
10538EOF
4f3c5f06 10539if { (eval echo configure:10540: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10f2d63a
VZ
10540 rm -rf conftest*
10541 ac_cv_c_bigendian=yes
10542else
10543 echo "configure: failed program was:" >&5
10544 cat conftest.$ac_ext >&5
10545 rm -rf conftest*
10546 ac_cv_c_bigendian=no
10547fi
10548rm -f conftest*
10549else
10550 echo "configure: failed program was:" >&5
10551 cat conftest.$ac_ext >&5
10552fi
10553rm -f conftest*
10554if test $ac_cv_c_bigendian = unknown; then
10555if test "$cross_compiling" = yes; then
10556 ac_cv_c_bigendian=unknown
10557else
10558 cat > conftest.$ac_ext <<EOF
4f3c5f06 10559#line 10560 "configure"
10f2d63a
VZ
10560#include "confdefs.h"
10561main () {
10562 /* Are we little or big endian? From Harbison&Steele. */
10563 union
10564 {
10565 long l;
10566 char c[sizeof (long)];
10567 } u;
10568 u.l = 1;
10569 exit (u.c[sizeof (long) - 1] == 1);
10570}
10571EOF
4f3c5f06 10572if { (eval echo configure:10573: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10f2d63a
VZ
10573then
10574 ac_cv_c_bigendian=no
10575else
10576 echo "configure: failed program was:" >&5
10577 cat conftest.$ac_ext >&5
10578 rm -fr conftest*
10579 ac_cv_c_bigendian=yes
10580fi
10581rm -fr conftest*
10582fi
10583
10584fi
10585fi
10586
10587echo "$ac_t""$ac_cv_c_bigendian" 1>&6
10588if test $ac_cv_c_bigendian = unknown; then
10589 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
10590fi
10591if test $ac_cv_c_bigendian = yes; then
10592 cat >> confdefs.h <<\EOF
10593#define WORDS_BIGENDIAN 1
10594EOF
10595
10596fi
10597
10598
10599
10600 if test "$cross_compiling" = "yes"; then
10601 cat >> confdefs.h <<\EOF
10602#define wxUSE_IOSTREAMH 1
10603EOF
10604
10605 else
10606
10607 ac_ext=C
10608# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10609ac_cpp='$CXXCPP $CPPFLAGS'
10610ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10611ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10612cross_compiling=$ac_cv_prog_cxx_cross
10613
10614
10615 for ac_hdr in iostream
10616do
10617ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
10618echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4f3c5f06 10619echo "configure:10620: checking for $ac_hdr" >&5
10f2d63a
VZ
10620if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10621 echo $ac_n "(cached) $ac_c" 1>&6
10622else
10623 cat > conftest.$ac_ext <<EOF
4f3c5f06 10624#line 10625 "configure"
10f2d63a
VZ
10625#include "confdefs.h"
10626#include <$ac_hdr>
10627EOF
10628ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4f3c5f06 10629{ (eval echo configure:10630: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
10630ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10631if test -z "$ac_err"; then
10632 rm -rf conftest*
10633 eval "ac_cv_header_$ac_safe=yes"
10634else
10635 echo "$ac_err" >&5
10636 echo "configure: failed program was:" >&5
10637 cat conftest.$ac_ext >&5
10638 rm -rf conftest*
10639 eval "ac_cv_header_$ac_safe=no"
10640fi
10641rm -f conftest*
10642fi
10643if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10644 echo "$ac_t""yes" 1>&6
10645 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
10646 cat >> confdefs.h <<EOF
10647#define $ac_tr_hdr 1
10648EOF
10649
10650else
10651 echo "$ac_t""no" 1>&6
10652fi
10653done
10654
10655
10656 if test "x$HAVE_IOSTREAM" = x ; then
10657 cat >> confdefs.h <<\EOF
10658#define wxUSE_IOSTREAMH 1
10659EOF
10660
10661 else
10662 :
10663 fi
10664
10665 ac_ext=c
10666# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10667ac_cpp='$CPP $CPPFLAGS'
10668ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10669ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10670cross_compiling=$ac_cv_prog_cc_cross
10671
10672 fi
10673
10674
10675
10676 echo $ac_n "checking if C++ compiler supports bool""... $ac_c" 1>&6
4f3c5f06 10677echo "configure:10678: checking if C++ compiler supports bool" >&5
10f2d63a
VZ
10678if eval "test \"`echo '$''{'wx_cv_cpp_bool'+set}'`\" = set"; then
10679 echo $ac_n "(cached) $ac_c" 1>&6
10680else
10681
10682
10683 ac_ext=C
10684# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10685ac_cpp='$CXXCPP $CPPFLAGS'
10686ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10687ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10688cross_compiling=$ac_cv_prog_cxx_cross
10689
10690
10691 cat > conftest.$ac_ext <<EOF
4f3c5f06 10692#line 10693 "configure"
10f2d63a
VZ
10693#include "confdefs.h"
10694
10695
10696int main() {
10697
10698 bool b = true;
10699
10700 return 0;
10701
10702; return 0; }
10703EOF
4f3c5f06 10704if { (eval echo configure:10705: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10f2d63a
VZ
10705 rm -rf conftest*
10706
10707 cat >> confdefs.h <<\EOF
10708#define HAVE_BOOL 1
10709EOF
10710
10711 wx_cv_cpp_bool=yes
10712
10713else
10714 echo "configure: failed program was:" >&5
10715 cat conftest.$ac_ext >&5
10716 rm -rf conftest*
10717
10718 wx_cv_cpp_bool=no
10719
10720
10721fi
10722rm -f conftest*
10723
10724 ac_ext=c
10725# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10726ac_cpp='$CPP $CPPFLAGS'
10727ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10728ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10729cross_compiling=$ac_cv_prog_cc_cross
10730
10731
10732fi
10733
10734echo "$ac_t""$wx_cv_cpp_bool" 1>&6
10735
10736 if test "$wx_cv_cpp_bool" = "yes"; then
10737 cat >> confdefs.h <<\EOF
10738#define HAVE_BOOL 1
10739EOF
10740
10741 fi
10742
10743
10744
10f2d63a 10745echo $ac_n "checking if you need GNU extensions""... $ac_c" 1>&6
4f3c5f06 10746echo "configure:10747: checking if you need GNU extensions" >&5
10f2d63a
VZ
10747if eval "test \"`echo '$''{'wx_cv_gnu_extensions'+set}'`\" = set"; then
10748 echo $ac_n "(cached) $ac_c" 1>&6
10749else
10750
10751 cat > conftest.$ac_ext <<EOF
4f3c5f06 10752#line 10753 "configure"
10f2d63a
VZ
10753#include "confdefs.h"
10754#include <features.h>
10755int main() {
10756
10757
10758#ifndef __GNU_LIBRARY__
10759 Compile error wanted
10760#endif
10761
10762
10763; return 0; }
10764EOF
4f3c5f06 10765if { (eval echo configure:10766: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10f2d63a
VZ
10766 rm -rf conftest*
10767 wx_cv_gnu_extensions=yes
10768else
10769 echo "configure: failed program was:" >&5
10770 cat conftest.$ac_ext >&5
10771 rm -rf conftest*
10772 wx_cv_gnu_extensions=no
10773fi
10774rm -f conftest*
10775
10776fi
10777
10778
10779echo "$ac_t""$wx_cv_gnu_extensions" 1>&6
10780if test "$wx_cv_gnu_extensions" = "yes"; then
10781 cat >> confdefs.h <<EOF
10782#define _GNU_SOURCE 1
10783EOF
10784
10785fi
10786
10787
10788
10789echo $ac_n "checking for wcslen in -lc""... $ac_c" 1>&6
4f3c5f06 10790echo "configure:10791: checking for wcslen in -lc" >&5
10f2d63a
VZ
10791ac_lib_var=`echo c'_'wcslen | sed 'y%./+-%__p_%'`
10792if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10793 echo $ac_n "(cached) $ac_c" 1>&6
10794else
10795 ac_save_LIBS="$LIBS"
10796LIBS="-lc $LIBS"
10797cat > conftest.$ac_ext <<EOF
4f3c5f06 10798#line 10799 "configure"
10f2d63a
VZ
10799#include "confdefs.h"
10800/* Override any gcc2 internal prototype to avoid an error. */
10801/* We use char because int might match the return type of a gcc2
10802 builtin and then its argument prototype would still apply. */
10803char wcslen();
10804
10805int main() {
10806wcslen()
10807; return 0; }
10808EOF
4f3c5f06 10809if { (eval echo configure:10810: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
10810 rm -rf conftest*
10811 eval "ac_cv_lib_$ac_lib_var=yes"
10812else
10813 echo "configure: failed program was:" >&5
10814 cat conftest.$ac_ext >&5
10815 rm -rf conftest*
10816 eval "ac_cv_lib_$ac_lib_var=no"
10817fi
10818rm -f conftest*
10819LIBS="$ac_save_LIBS"
10820
10821fi
10822if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10823 echo "$ac_t""yes" 1>&6
10824
10825 cat >> confdefs.h <<\EOF
10826#define HAVE_WCSLEN 1
10827EOF
10828
10829 WCHAR_LINK=""
10830
10831else
10832 echo "$ac_t""no" 1>&6
10833
10834 echo $ac_n "checking for wcslen in -lw""... $ac_c" 1>&6
4f3c5f06 10835echo "configure:10836: checking for wcslen in -lw" >&5
10f2d63a
VZ
10836ac_lib_var=`echo w'_'wcslen | sed 'y%./+-%__p_%'`
10837if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10838 echo $ac_n "(cached) $ac_c" 1>&6
10839else
10840 ac_save_LIBS="$LIBS"
10841LIBS="-lw $LIBS"
10842cat > conftest.$ac_ext <<EOF
4f3c5f06 10843#line 10844 "configure"
10f2d63a
VZ
10844#include "confdefs.h"
10845/* Override any gcc2 internal prototype to avoid an error. */
10846/* We use char because int might match the return type of a gcc2
10847 builtin and then its argument prototype would still apply. */
10848char wcslen();
10849
10850int main() {
10851wcslen()
10852; return 0; }
10853EOF
4f3c5f06 10854if { (eval echo configure:10855: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
10855 rm -rf conftest*
10856 eval "ac_cv_lib_$ac_lib_var=yes"
10857else
10858 echo "configure: failed program was:" >&5
10859 cat conftest.$ac_ext >&5
10860 rm -rf conftest*
10861 eval "ac_cv_lib_$ac_lib_var=no"
10862fi
10863rm -f conftest*
10864LIBS="$ac_save_LIBS"
10865
10866fi
10867if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10868 echo "$ac_t""yes" 1>&6
10869
10870 cat >> confdefs.h <<\EOF
10871#define HAVE_WCSLEN 1
10872EOF
10873
10874 WCHAR_LINK="-lw"
10875
10876else
10877 echo "$ac_t""no" 1>&6
10878fi
10879
10880
10881fi
10882
10883
10884echo $ac_n "checking for vprintf""... $ac_c" 1>&6
4f3c5f06 10885echo "configure:10886: checking for vprintf" >&5
10f2d63a
VZ
10886if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
10887 echo $ac_n "(cached) $ac_c" 1>&6
10888else
10889 cat > conftest.$ac_ext <<EOF
4f3c5f06 10890#line 10891 "configure"
10f2d63a
VZ
10891#include "confdefs.h"
10892/* System header to define __stub macros and hopefully few prototypes,
10893 which can conflict with char vprintf(); below. */
10894#include <assert.h>
10895/* Override any gcc2 internal prototype to avoid an error. */
10896/* We use char because int might match the return type of a gcc2
10897 builtin and then its argument prototype would still apply. */
10898char vprintf();
10899
10900int main() {
10901
10902/* The GNU C library defines this for functions which it implements
10903 to always fail with ENOSYS. Some functions are actually named
10904 something starting with __ and the normal name is an alias. */
10905#if defined (__stub_vprintf) || defined (__stub___vprintf)
10906choke me
10907#else
e8482f24 10908vprintf();
10f2d63a
VZ
10909#endif
10910
10911; return 0; }
10912EOF
4f3c5f06 10913if { (eval echo configure:10914: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
10914 rm -rf conftest*
10915 eval "ac_cv_func_vprintf=yes"
10916else
10917 echo "configure: failed program was:" >&5
10918 cat conftest.$ac_ext >&5
10919 rm -rf conftest*
10920 eval "ac_cv_func_vprintf=no"
10921fi
10922rm -f conftest*
10923fi
10924
10925if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
10926 echo "$ac_t""yes" 1>&6
10927 cat >> confdefs.h <<\EOF
10928#define HAVE_VPRINTF 1
10929EOF
10930
10931else
10932 echo "$ac_t""no" 1>&6
10933fi
10934
10935if test "$ac_cv_func_vprintf" != yes; then
10936echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
4f3c5f06 10937echo "configure:10938: checking for _doprnt" >&5
10f2d63a
VZ
10938if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
10939 echo $ac_n "(cached) $ac_c" 1>&6
10940else
10941 cat > conftest.$ac_ext <<EOF
4f3c5f06 10942#line 10943 "configure"
10f2d63a
VZ
10943#include "confdefs.h"
10944/* System header to define __stub macros and hopefully few prototypes,
10945 which can conflict with char _doprnt(); below. */
10946#include <assert.h>
10947/* Override any gcc2 internal prototype to avoid an error. */
10948/* We use char because int might match the return type of a gcc2
10949 builtin and then its argument prototype would still apply. */
10950char _doprnt();
10951
10952int main() {
10953
10954/* The GNU C library defines this for functions which it implements
10955 to always fail with ENOSYS. Some functions are actually named
10956 something starting with __ and the normal name is an alias. */
10957#if defined (__stub__doprnt) || defined (__stub____doprnt)
10958choke me
10959#else
e8482f24 10960_doprnt();
10f2d63a
VZ
10961#endif
10962
10963; return 0; }
10964EOF
4f3c5f06 10965if { (eval echo configure:10966: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
10966 rm -rf conftest*
10967 eval "ac_cv_func__doprnt=yes"
10968else
10969 echo "configure: failed program was:" >&5
10970 cat conftest.$ac_ext >&5
10971 rm -rf conftest*
10972 eval "ac_cv_func__doprnt=no"
10973fi
10974rm -f conftest*
10975fi
10976
10977if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
10978 echo "$ac_t""yes" 1>&6
10979 cat >> confdefs.h <<\EOF
10980#define HAVE_DOPRNT 1
10981EOF
10982
10983else
10984 echo "$ac_t""no" 1>&6
10985fi
10986
10987fi
10988
10989
10f2d63a 10990
f6bcfd97
BP
10991
10992
c521c494 10993
9d8deca0 10994
f6bcfd97 10995echo $ac_n "checking for vsnprintf""... $ac_c" 1>&6
4f3c5f06 10996echo "configure:10997: checking for vsnprintf" >&5
f6bcfd97
BP
10997if eval "test \"`echo '$''{'wx_cv_func_vsnprintf'+set}'`\" = set"; then
10998 echo $ac_n "(cached) $ac_c" 1>&6
10999else
11000
11001 cat > conftest.$ac_ext <<EOF
4f3c5f06 11002#line 11003 "configure"
f6bcfd97
BP
11003#include "confdefs.h"
11004
11005 #include <stdio.h>
11006 #include <stdarg.h>
11007
10f2d63a
VZ
11008int main() {
11009
f6bcfd97 11010 int wx_test_vsnprintf(const char *, ...);
10f2d63a 11011
f6bcfd97
BP
11012 wx_test_vsnprintf("%s");
11013 return 0;
11014 }
11015
11016 int wx_test_vsnprintf(const char *fmt, ...)
11017 {
11018 char *s;
11019
11020 va_list argp;
11021 va_start(argp, fmt);
11022 vsnprintf(s, 42, fmt, argp);
11023 va_end(argp);
11024
10f2d63a
VZ
11025; return 0; }
11026EOF
4f3c5f06 11027if { (eval echo configure:11028: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10f2d63a 11028 rm -rf conftest*
f6bcfd97 11029
f6bcfd97
BP
11030 wx_cv_func_vsnprintf=yes
11031
10f2d63a
VZ
11032else
11033 echo "configure: failed program was:" >&5
11034 cat conftest.$ac_ext >&5
11035 rm -rf conftest*
f6bcfd97 11036
c521c494 11037 cat > conftest.$ac_ext <<EOF
4f3c5f06 11038#line 11039 "configure"
c521c494
RL
11039#include "confdefs.h"
11040
11041 #include <stdio.h>
11042 #include <stdarg.h>
11043
11044int main() {
11045
11046 int wx_test_vsnprintf(const char *, ...);
11047
11048 wx_test_vsnprintf("%s");
11049 return 0;
11050 }
11051
11052 int wx_test_vsnprintf(const char *fmt, ...)
11053 {
11054 char *s;
11055
11056 va_list argp;
11057 va_start(argp, fmt);
11058 _vsnprintf(s, 42, fmt, argp);
11059 va_end(argp);
11060
11061; return 0; }
11062EOF
4f3c5f06 11063if { (eval echo configure:11064: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
c521c494
RL
11064 rm -rf conftest*
11065
c521c494
RL
11066 wx_cv_func_vsnprintf=yes
11067
11068else
11069 echo "configure: failed program was:" >&5
11070 cat conftest.$ac_ext >&5
11071 rm -rf conftest*
11072
c521c494
RL
11073 wx_cv_func_vsnprintf=no
11074
11075fi
11076rm -f conftest*
f6bcfd97 11077
10f2d63a
VZ
11078fi
11079rm -f conftest*
10f2d63a 11080
10f2d63a 11081fi
10f2d63a 11082
f6bcfd97 11083echo "$ac_t""$wx_cv_func_vsnprintf" 1>&6
10f2d63a 11084
9d8deca0
VZ
11085if test "$wx_cv_func_vsnprintf" = yes; then
11086 cat >> confdefs.h <<\EOF
11087#define HAVE_VSNPRINTF 1
11088EOF
11089
11090else
11091 echo "configure: warning: unsafe function sprintf will be used instead of snprintf" 1>&2
11092fi
11093
10f2d63a 11094echo $ac_n "checking for vsscanf""... $ac_c" 1>&6
4f3c5f06 11095echo "configure:11096: checking for vsscanf" >&5
10f2d63a
VZ
11096if eval "test \"`echo '$''{'wx_cv_func_vsscanf'+set}'`\" = set"; then
11097 echo $ac_n "(cached) $ac_c" 1>&6
11098else
11099
10f2d63a 11100 cat > conftest.$ac_ext <<EOF
4f3c5f06 11101#line 11102 "configure"
10f2d63a 11102#include "confdefs.h"
10f2d63a 11103
f6bcfd97
BP
11104 #include <stdio.h>
11105 #include <stdarg.h>
11106
11107int main() {
10f2d63a 11108
f6bcfd97 11109 int wx_test_vsscanf(const char *, ...);
10f2d63a 11110
f6bcfd97
BP
11111 wx_test_vsscanf("%d");
11112 return 0;
10f2d63a
VZ
11113 }
11114
f6bcfd97 11115 int wx_test_vsscanf(const char *fmt, ...)
10f2d63a 11116 {
f6bcfd97
BP
11117 va_list argp;
11118 va_start(argp, fmt);
11119 vsscanf("42", fmt, argp);
11120 va_end(argp);
11121
11122; return 0; }
10f2d63a 11123EOF
4f3c5f06 11124if { (eval echo configure:11125: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
f6bcfd97 11125 rm -rf conftest*
10f2d63a 11126
f6bcfd97
BP
11127 wx_cv_func_vsscanf=yes
11128
10f2d63a
VZ
11129else
11130 echo "configure: failed program was:" >&5
11131 cat conftest.$ac_ext >&5
f6bcfd97
BP
11132 rm -rf conftest*
11133
11134 wx_cv_func_vsscanf=no
11135
10f2d63a 11136fi
f6bcfd97 11137rm -f conftest*
10f2d63a
VZ
11138
11139fi
11140
11141echo "$ac_t""$wx_cv_func_vsscanf" 1>&6
11142
9d8deca0
VZ
11143if test "$wx_cv_func_vsscanf" = yes; then
11144 cat >> confdefs.h <<\EOF
11145#define HAVE_VSSCANF 1
11146EOF
11147
11148fi
11149
95c8801c
VS
11150
11151
11152if test "$TOOLKIT" != "MSW"; then
11153
11154
11155
11156ac_ext=C
11157# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11158ac_cpp='$CXXCPP $CPPFLAGS'
11159ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11160ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11161cross_compiling=$ac_cv_prog_cxx_cross
11162
11163echo $ac_n "checking if iconv() takes char**""... $ac_c" 1>&6
4f3c5f06 11164echo "configure:11165: checking if iconv() takes char**" >&5
95c8801c
VS
11165if eval "test \"`echo '$''{'wx_cv_iconv_takes_char'+set}'`\" = set"; then
11166 echo $ac_n "(cached) $ac_c" 1>&6
11167else
11168
11169 cat > conftest.$ac_ext <<EOF
4f3c5f06 11170#line 11171 "configure"
95c8801c
VS
11171#include "confdefs.h"
11172#include <iconv.h>
11173int main() {
11174
11175 char **inbuf, **outbuf;
11176 iconv_t cd;
11177 size_t insz, outsz;
11178 iconv(cd, inbuf, &insz, outbuf, &outsz);
11179
11180; return 0; }
11181EOF
4f3c5f06 11182if { (eval echo configure:11183: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
95c8801c
VS
11183 rm -rf conftest*
11184 wx_cv_iconv_takes_char=yes
11185else
11186 echo "configure: failed program was:" >&5
11187 cat conftest.$ac_ext >&5
11188 rm -rf conftest*
11189 wx_cv_iconv_takes_char=no
11190fi
11191rm -f conftest*
11192
11193fi
11194
11195echo "$ac_t""$wx_cv_iconv_takes_char" 1>&6
10f2d63a
VZ
11196ac_ext=c
11197# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11198ac_cpp='$CPP $CPPFLAGS'
11199ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11200ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11201cross_compiling=$ac_cv_prog_cc_cross
11202
95c8801c
VS
11203if test "$wx_cv_iconv_takes_char" = yes ; then
11204 cat >> confdefs.h <<\EOF
11205#define WX_ICONV_TAKES_CHAR 1
11206EOF
11207
11208fi
10f2d63a 11209
10f2d63a 11210
eb4efbdc
VZ
11211if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
11212 for ac_func in sigaction
11213do
11214echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4f3c5f06 11215echo "configure:11216: checking for $ac_func" >&5
eb4efbdc
VZ
11216if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11217 echo $ac_n "(cached) $ac_c" 1>&6
11218else
11219 cat > conftest.$ac_ext <<EOF
4f3c5f06 11220#line 11221 "configure"
eb4efbdc
VZ
11221#include "confdefs.h"
11222/* System header to define __stub macros and hopefully few prototypes,
11223 which can conflict with char $ac_func(); below. */
11224#include <assert.h>
11225/* Override any gcc2 internal prototype to avoid an error. */
11226/* We use char because int might match the return type of a gcc2
11227 builtin and then its argument prototype would still apply. */
11228char $ac_func();
11229
11230int main() {
11231
11232/* The GNU C library defines this for functions which it implements
11233 to always fail with ENOSYS. Some functions are actually named
11234 something starting with __ and the normal name is an alias. */
11235#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11236choke me
11237#else
11238$ac_func();
11239#endif
11240
11241; return 0; }
11242EOF
4f3c5f06 11243if { (eval echo configure:11244: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eb4efbdc
VZ
11244 rm -rf conftest*
11245 eval "ac_cv_func_$ac_func=yes"
11246else
11247 echo "configure: failed program was:" >&5
11248 cat conftest.$ac_ext >&5
11249 rm -rf conftest*
11250 eval "ac_cv_func_$ac_func=no"
11251fi
11252rm -f conftest*
11253fi
11254
11255if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11256 echo "$ac_t""yes" 1>&6
11257 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11258 cat >> confdefs.h <<EOF
11259#define $ac_tr_func 1
11260EOF
11261
11262else
11263 echo "$ac_t""no" 1>&6
11264fi
11265done
11266
11267
11268 if test "$ac_cv_func_sigaction" = "no"; then
11269 echo "configure: warning: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" 1>&2
11270 wxUSE_ON_FATAL_EXCEPTION=no
11271 fi
f6bcfd97
BP
11272
11273 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
11274
11275 ac_ext=C
11276# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11277ac_cpp='$CXXCPP $CPPFLAGS'
11278ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11279ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11280cross_compiling=$ac_cv_prog_cxx_cross
11281
11282
11283 echo $ac_n "checking for sa_handler type""... $ac_c" 1>&6
4f3c5f06 11284echo "configure:11285: checking for sa_handler type" >&5
f6bcfd97
BP
11285if eval "test \"`echo '$''{'wx_cv_type_sa_handler'+set}'`\" = set"; then
11286 echo $ac_n "(cached) $ac_c" 1>&6
11287else
11288
11289 cat > conftest.$ac_ext <<EOF
4f3c5f06 11290#line 11291 "configure"
f6bcfd97
BP
11291#include "confdefs.h"
11292#include <signal.h>
11293int main() {
11294
11295 extern void testSigHandler(int);
11296
11297 struct sigaction sa;
11298 sa.sa_handler = testSigHandler;
11299
11300; return 0; }
11301EOF
4f3c5f06 11302if { (eval echo configure:11303: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
f6bcfd97
BP
11303 rm -rf conftest*
11304
11305 wx_cv_type_sa_handler=int
11306
11307else
11308 echo "configure: failed program was:" >&5
11309 cat conftest.$ac_ext >&5
11310 rm -rf conftest*
11311
11312 wx_cv_type_sa_handler=void
11313
11314fi
11315rm -f conftest*
11316
11317fi
11318
11319echo "$ac_t""$wx_cv_type_sa_handler" 1>&6
11320
11321 ac_ext=c
11322# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11323ac_cpp='$CPP $CPPFLAGS'
11324ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11325ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11326cross_compiling=$ac_cv_prog_cc_cross
11327
11328
11329 cat >> confdefs.h <<EOF
11330#define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
11331EOF
11332
11333 fi
eb4efbdc
VZ
11334fi
11335
10f2d63a
VZ
11336for ac_func in vfork
11337do
11338echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4f3c5f06 11339echo "configure:11340: checking for $ac_func" >&5
10f2d63a
VZ
11340if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11341 echo $ac_n "(cached) $ac_c" 1>&6
11342else
11343 cat > conftest.$ac_ext <<EOF
4f3c5f06 11344#line 11345 "configure"
10f2d63a
VZ
11345#include "confdefs.h"
11346/* System header to define __stub macros and hopefully few prototypes,
11347 which can conflict with char $ac_func(); below. */
11348#include <assert.h>
11349/* Override any gcc2 internal prototype to avoid an error. */
11350/* We use char because int might match the return type of a gcc2
11351 builtin and then its argument prototype would still apply. */
11352char $ac_func();
11353
11354int main() {
11355
11356/* The GNU C library defines this for functions which it implements
11357 to always fail with ENOSYS. Some functions are actually named
11358 something starting with __ and the normal name is an alias. */
11359#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11360choke me
11361#else
e8482f24 11362$ac_func();
10f2d63a
VZ
11363#endif
11364
11365; return 0; }
11366EOF
4f3c5f06 11367if { (eval echo configure:11368: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
270a909e
VZ
11368 rm -rf conftest*
11369 eval "ac_cv_func_$ac_func=yes"
11370else
11371 echo "configure: failed program was:" >&5
11372 cat conftest.$ac_ext >&5
11373 rm -rf conftest*
11374 eval "ac_cv_func_$ac_func=no"
11375fi
11376rm -f conftest*
11377fi
11378
11379if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11380 echo "$ac_t""yes" 1>&6
11381 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11382 cat >> confdefs.h <<EOF
11383#define $ac_tr_func 1
11384EOF
11385
11386else
11387 echo "$ac_t""no" 1>&6
11388fi
11389done
11390
11391
4f3c5f06
VZ
11392if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
11393 for ac_func in fcntl flock
11394do
11395echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11396echo "configure:11397: checking for $ac_func" >&5
11397if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11398 echo $ac_n "(cached) $ac_c" 1>&6
11399else
11400 cat > conftest.$ac_ext <<EOF
11401#line 11402 "configure"
11402#include "confdefs.h"
11403/* System header to define __stub macros and hopefully few prototypes,
11404 which can conflict with char $ac_func(); below. */
11405#include <assert.h>
11406/* Override any gcc2 internal prototype to avoid an error. */
11407/* We use char because int might match the return type of a gcc2
11408 builtin and then its argument prototype would still apply. */
11409char $ac_func();
11410
11411int main() {
11412
11413/* The GNU C library defines this for functions which it implements
11414 to always fail with ENOSYS. Some functions are actually named
11415 something starting with __ and the normal name is an alias. */
11416#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11417choke me
11418#else
11419$ac_func();
11420#endif
11421
11422; return 0; }
11423EOF
11424if { (eval echo configure:11425: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11425 rm -rf conftest*
11426 eval "ac_cv_func_$ac_func=yes"
11427else
11428 echo "configure: failed program was:" >&5
11429 cat conftest.$ac_ext >&5
11430 rm -rf conftest*
11431 eval "ac_cv_func_$ac_func=no"
11432fi
11433rm -f conftest*
11434fi
11435
11436if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11437 echo "$ac_t""yes" 1>&6
11438 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11439 cat >> confdefs.h <<EOF
11440#define $ac_tr_func 1
11441EOF
11442 break
11443else
11444 echo "$ac_t""no" 1>&6
11445fi
11446done
11447
11448 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
11449 echo "configure: warning: wxSingleInstanceChecker not available" 1>&2
11450 wxUSE_SNGLINST_CHECKER=no
11451 fi
11452fi
11453
270a909e
VZ
11454for ac_func in timegm
11455do
11456echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4f3c5f06 11457echo "configure:11458: checking for $ac_func" >&5
270a909e
VZ
11458if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11459 echo $ac_n "(cached) $ac_c" 1>&6
11460else
11461 cat > conftest.$ac_ext <<EOF
4f3c5f06 11462#line 11463 "configure"
270a909e
VZ
11463#include "confdefs.h"
11464/* System header to define __stub macros and hopefully few prototypes,
11465 which can conflict with char $ac_func(); below. */
11466#include <assert.h>
11467/* Override any gcc2 internal prototype to avoid an error. */
11468/* We use char because int might match the return type of a gcc2
11469 builtin and then its argument prototype would still apply. */
11470char $ac_func();
11471
11472int main() {
11473
11474/* The GNU C library defines this for functions which it implements
11475 to always fail with ENOSYS. Some functions are actually named
11476 something starting with __ and the normal name is an alias. */
11477#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11478choke me
11479#else
e8482f24 11480$ac_func();
270a909e
VZ
11481#endif
11482
11483; return 0; }
11484EOF
4f3c5f06 11485if { (eval echo configure:11486: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
11486 rm -rf conftest*
11487 eval "ac_cv_func_$ac_func=yes"
11488else
11489 echo "configure: failed program was:" >&5
11490 cat conftest.$ac_ext >&5
11491 rm -rf conftest*
11492 eval "ac_cv_func_$ac_func=no"
11493fi
11494rm -f conftest*
11495fi
11496
11497if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11498 echo "$ac_t""yes" 1>&6
11499 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11500 cat >> confdefs.h <<EOF
11501#define $ac_tr_func 1
11502EOF
11503
11504else
11505 echo "$ac_t""no" 1>&6
11506fi
11507done
11508
11509
8fd0d89b
VZ
11510for ac_func in putenv setenv
11511do
11512echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4f3c5f06 11513echo "configure:11514: checking for $ac_func" >&5
8fd0d89b
VZ
11514if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11515 echo $ac_n "(cached) $ac_c" 1>&6
11516else
11517 cat > conftest.$ac_ext <<EOF
4f3c5f06 11518#line 11519 "configure"
8fd0d89b
VZ
11519#include "confdefs.h"
11520/* System header to define __stub macros and hopefully few prototypes,
11521 which can conflict with char $ac_func(); below. */
11522#include <assert.h>
11523/* Override any gcc2 internal prototype to avoid an error. */
11524/* We use char because int might match the return type of a gcc2
11525 builtin and then its argument prototype would still apply. */
11526char $ac_func();
11527
11528int main() {
11529
11530/* The GNU C library defines this for functions which it implements
11531 to always fail with ENOSYS. Some functions are actually named
11532 something starting with __ and the normal name is an alias. */
11533#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11534choke me
11535#else
11536$ac_func();
11537#endif
11538
11539; return 0; }
11540EOF
4f3c5f06 11541if { (eval echo configure:11542: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8fd0d89b
VZ
11542 rm -rf conftest*
11543 eval "ac_cv_func_$ac_func=yes"
11544else
11545 echo "configure: failed program was:" >&5
11546 cat conftest.$ac_ext >&5
11547 rm -rf conftest*
11548 eval "ac_cv_func_$ac_func=no"
11549fi
11550rm -f conftest*
11551fi
11552
11553if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11554 echo "$ac_t""yes" 1>&6
11555 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11556 cat >> confdefs.h <<EOF
11557#define $ac_tr_func 1
11558EOF
11559 break
11560else
11561 echo "$ac_t""no" 1>&6
11562fi
11563done
11564
11565
b12915c1
VZ
11566HAVE_SOME_SLEEP_FUNC=0
11567if test "$USE_BEOS" = 1; then
11568 cat >> confdefs.h <<\EOF
11569#define HAVE_SLEEP 1
11570EOF
11571
11572 HAVE_SOME_SLEEP_FUNC=1
11573fi
11574
b4085ce6
GD
11575if test "$USE_MAC" = 1; then
11576 cat >> confdefs.h <<\EOF
11577#define HAVE_USLEEP 1
11578EOF
11579
11580 HAVE_SOME_SLEEP_FUNC=1
11581fi
11582
b12915c1
VZ
11583if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
11584 POSIX4_LINK=
11585 for ac_func in nanosleep
10f2d63a
VZ
11586do
11587echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4f3c5f06 11588echo "configure:11589: checking for $ac_func" >&5
10f2d63a
VZ
11589if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11590 echo $ac_n "(cached) $ac_c" 1>&6
11591else
11592 cat > conftest.$ac_ext <<EOF
4f3c5f06 11593#line 11594 "configure"
10f2d63a
VZ
11594#include "confdefs.h"
11595/* System header to define __stub macros and hopefully few prototypes,
11596 which can conflict with char $ac_func(); below. */
11597#include <assert.h>
11598/* Override any gcc2 internal prototype to avoid an error. */
11599/* We use char because int might match the return type of a gcc2
11600 builtin and then its argument prototype would still apply. */
11601char $ac_func();
11602
11603int main() {
11604
11605/* The GNU C library defines this for functions which it implements
11606 to always fail with ENOSYS. Some functions are actually named
11607 something starting with __ and the normal name is an alias. */
11608#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11609choke me
11610#else
e8482f24 11611$ac_func();
10f2d63a
VZ
11612#endif
11613
11614; return 0; }
11615EOF
4f3c5f06 11616if { (eval echo configure:11617: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
11617 rm -rf conftest*
11618 eval "ac_cv_func_$ac_func=yes"
11619else
11620 echo "configure: failed program was:" >&5
11621 cat conftest.$ac_ext >&5
11622 rm -rf conftest*
11623 eval "ac_cv_func_$ac_func=no"
11624fi
11625rm -f conftest*
11626fi
11627
11628if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11629 echo "$ac_t""yes" 1>&6
11630 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11631 cat >> confdefs.h <<EOF
11632#define $ac_tr_func 1
11633EOF
11634 cat >> confdefs.h <<\EOF
11635#define HAVE_NANOSLEEP 1
11636EOF
11637
11638else
11639 echo "$ac_t""no" 1>&6
11640echo $ac_n "checking for nanosleep in -lposix4""... $ac_c" 1>&6
4f3c5f06 11641echo "configure:11642: checking for nanosleep in -lposix4" >&5
10f2d63a
VZ
11642ac_lib_var=`echo posix4'_'nanosleep | sed 'y%./+-%__p_%'`
11643if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11644 echo $ac_n "(cached) $ac_c" 1>&6
11645else
11646 ac_save_LIBS="$LIBS"
11647LIBS="-lposix4 $LIBS"
11648cat > conftest.$ac_ext <<EOF
4f3c5f06 11649#line 11650 "configure"
10f2d63a
VZ
11650#include "confdefs.h"
11651/* Override any gcc2 internal prototype to avoid an error. */
11652/* We use char because int might match the return type of a gcc2
11653 builtin and then its argument prototype would still apply. */
11654char nanosleep();
11655
11656int main() {
11657nanosleep()
11658; return 0; }
11659EOF
4f3c5f06 11660if { (eval echo configure:11661: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
11661 rm -rf conftest*
11662 eval "ac_cv_lib_$ac_lib_var=yes"
11663else
11664 echo "configure: failed program was:" >&5
11665 cat conftest.$ac_ext >&5
11666 rm -rf conftest*
11667 eval "ac_cv_lib_$ac_lib_var=no"
11668fi
11669rm -f conftest*
11670LIBS="$ac_save_LIBS"
11671
11672fi
11673if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11674 echo "$ac_t""yes" 1>&6
11675
b12915c1 11676 cat >> confdefs.h <<\EOF
10f2d63a
VZ
11677#define HAVE_NANOSLEEP 1
11678EOF
11679
b12915c1
VZ
11680 POSIX4_LINK="-lposix4"
11681
10f2d63a
VZ
11682else
11683 echo "$ac_t""no" 1>&6
11684
b12915c1 11685 for ac_func in usleep
10f2d63a
VZ
11686do
11687echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4f3c5f06 11688echo "configure:11689: checking for $ac_func" >&5
10f2d63a
VZ
11689if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11690 echo $ac_n "(cached) $ac_c" 1>&6
11691else
11692 cat > conftest.$ac_ext <<EOF
4f3c5f06 11693#line 11694 "configure"
10f2d63a
VZ
11694#include "confdefs.h"
11695/* System header to define __stub macros and hopefully few prototypes,
11696 which can conflict with char $ac_func(); below. */
11697#include <assert.h>
11698/* Override any gcc2 internal prototype to avoid an error. */
11699/* We use char because int might match the return type of a gcc2
11700 builtin and then its argument prototype would still apply. */
11701char $ac_func();
11702
11703int main() {
11704
11705/* The GNU C library defines this for functions which it implements
11706 to always fail with ENOSYS. Some functions are actually named
11707 something starting with __ and the normal name is an alias. */
11708#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11709choke me
11710#else
e8482f24 11711$ac_func();
10f2d63a
VZ
11712#endif
11713
11714; return 0; }
11715EOF
4f3c5f06 11716if { (eval echo configure:11717: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
11717 rm -rf conftest*
11718 eval "ac_cv_func_$ac_func=yes"
11719else
11720 echo "configure: failed program was:" >&5
11721 cat conftest.$ac_ext >&5
11722 rm -rf conftest*
11723 eval "ac_cv_func_$ac_func=no"
11724fi
11725rm -f conftest*
11726fi
11727
11728if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11729 echo "$ac_t""yes" 1>&6
11730 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11731 cat >> confdefs.h <<EOF
11732#define $ac_tr_func 1
11733EOF
b4085ce6
GD
11734 cat >> confdefs.h <<\EOF
11735#define HAVE_USLEEP 1
11736EOF
11737
10f2d63a
VZ
11738else
11739 echo "$ac_t""no" 1>&6
4f3c5f06
VZ
11740echo "configure: warning: wxSleep() function will not work" 1>&2
11741
10f2d63a
VZ
11742fi
11743done
11744
b12915c1
VZ
11745
11746
10f2d63a
VZ
11747fi
11748
b12915c1
VZ
11749
11750
10f2d63a
VZ
11751fi
11752done
11753
b12915c1 11754fi
10f2d63a
VZ
11755
11756for ac_func in uname gethostname
11757do
11758echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4f3c5f06 11759echo "configure:11760: checking for $ac_func" >&5
10f2d63a
VZ
11760if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11761 echo $ac_n "(cached) $ac_c" 1>&6
11762else
11763 cat > conftest.$ac_ext <<EOF
4f3c5f06 11764#line 11765 "configure"
10f2d63a
VZ
11765#include "confdefs.h"
11766/* System header to define __stub macros and hopefully few prototypes,
11767 which can conflict with char $ac_func(); below. */
11768#include <assert.h>
11769/* Override any gcc2 internal prototype to avoid an error. */
11770/* We use char because int might match the return type of a gcc2
11771 builtin and then its argument prototype would still apply. */
11772char $ac_func();
11773
11774int main() {
11775
11776/* The GNU C library defines this for functions which it implements
11777 to always fail with ENOSYS. Some functions are actually named
11778 something starting with __ and the normal name is an alias. */
11779#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11780choke me
11781#else
e8482f24 11782$ac_func();
10f2d63a
VZ
11783#endif
11784
11785; return 0; }
11786EOF
4f3c5f06 11787if { (eval echo configure:11788: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
11788 rm -rf conftest*
11789 eval "ac_cv_func_$ac_func=yes"
11790else
11791 echo "configure: failed program was:" >&5
11792 cat conftest.$ac_ext >&5
11793 rm -rf conftest*
11794 eval "ac_cv_func_$ac_func=no"
11795fi
11796rm -f conftest*
11797fi
11798
11799if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11800 echo "$ac_t""yes" 1>&6
11801 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11802 cat >> confdefs.h <<EOF
11803#define $ac_tr_func 1
11804EOF
11805 break
11806else
11807 echo "$ac_t""no" 1>&6
11808fi
11809done
11810
11811
6098c7f9
VZ
11812
11813ac_ext=C
11814# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11815ac_cpp='$CXXCPP $CPPFLAGS'
11816ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11817ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11818cross_compiling=$ac_cv_prog_cxx_cross
11819
11820
10f2d63a
VZ
11821for ac_func in strtok_r
11822do
11823echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4f3c5f06 11824echo "configure:11825: checking for $ac_func" >&5
10f2d63a
VZ
11825if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11826 echo $ac_n "(cached) $ac_c" 1>&6
11827else
11828 cat > conftest.$ac_ext <<EOF
4f3c5f06 11829#line 11830 "configure"
10f2d63a
VZ
11830#include "confdefs.h"
11831/* System header to define __stub macros and hopefully few prototypes,
11832 which can conflict with char $ac_func(); below. */
11833#include <assert.h>
11834/* Override any gcc2 internal prototype to avoid an error. */
6098c7f9
VZ
11835#ifdef __cplusplus
11836extern "C"
11837#endif
10f2d63a
VZ
11838/* We use char because int might match the return type of a gcc2
11839 builtin and then its argument prototype would still apply. */
11840char $ac_func();
11841
11842int main() {
11843
11844/* The GNU C library defines this for functions which it implements
11845 to always fail with ENOSYS. Some functions are actually named
11846 something starting with __ and the normal name is an alias. */
11847#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11848choke me
11849#else
e8482f24 11850$ac_func();
10f2d63a
VZ
11851#endif
11852
11853; return 0; }
11854EOF
4f3c5f06 11855if { (eval echo configure:11856: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
11856 rm -rf conftest*
11857 eval "ac_cv_func_$ac_func=yes"
11858else
11859 echo "configure: failed program was:" >&5
11860 cat conftest.$ac_ext >&5
11861 rm -rf conftest*
11862 eval "ac_cv_func_$ac_func=no"
11863fi
11864rm -f conftest*
11865fi
11866
11867if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11868 echo "$ac_t""yes" 1>&6
11869 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11870 cat >> confdefs.h <<EOF
11871#define $ac_tr_func 1
11872EOF
11873
11874else
11875 echo "$ac_t""no" 1>&6
11876fi
11877done
11878
11879
6098c7f9
VZ
11880ac_ext=c
11881# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11882ac_cpp='$CPP $CPPFLAGS'
11883ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11884ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11885cross_compiling=$ac_cv_prog_cc_cross
11886
11887
c63c7106 11888INET_LINK=
10f2d63a
VZ
11889for ac_func in inet_addr
11890do
11891echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4f3c5f06 11892echo "configure:11893: checking for $ac_func" >&5
10f2d63a
VZ
11893if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11894 echo $ac_n "(cached) $ac_c" 1>&6
11895else
11896 cat > conftest.$ac_ext <<EOF
4f3c5f06 11897#line 11898 "configure"
10f2d63a
VZ
11898#include "confdefs.h"
11899/* System header to define __stub macros and hopefully few prototypes,
11900 which can conflict with char $ac_func(); below. */
11901#include <assert.h>
11902/* Override any gcc2 internal prototype to avoid an error. */
11903/* We use char because int might match the return type of a gcc2
11904 builtin and then its argument prototype would still apply. */
11905char $ac_func();
11906
11907int main() {
11908
11909/* The GNU C library defines this for functions which it implements
11910 to always fail with ENOSYS. Some functions are actually named
11911 something starting with __ and the normal name is an alias. */
11912#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11913choke me
11914#else
e8482f24 11915$ac_func();
10f2d63a
VZ
11916#endif
11917
11918; return 0; }
11919EOF
4f3c5f06 11920if { (eval echo configure:11921: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
11921 rm -rf conftest*
11922 eval "ac_cv_func_$ac_func=yes"
11923else
11924 echo "configure: failed program was:" >&5
11925 cat conftest.$ac_ext >&5
11926 rm -rf conftest*
11927 eval "ac_cv_func_$ac_func=no"
11928fi
11929rm -f conftest*
11930fi
11931
11932if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11933 echo "$ac_t""yes" 1>&6
11934 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11935 cat >> confdefs.h <<EOF
11936#define $ac_tr_func 1
11937EOF
c63c7106
VZ
11938 cat >> confdefs.h <<\EOF
11939#define HAVE_INET_ADDR 1
11940EOF
11941
10f2d63a
VZ
11942else
11943 echo "$ac_t""no" 1>&6
c63c7106 11944echo $ac_n "checking for inet_addr in -lnsl""... $ac_c" 1>&6
4f3c5f06 11945echo "configure:11946: checking for inet_addr in -lnsl" >&5
c63c7106
VZ
11946ac_lib_var=`echo nsl'_'inet_addr | sed 'y%./+-%__p_%'`
11947if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11948 echo $ac_n "(cached) $ac_c" 1>&6
11949else
11950 ac_save_LIBS="$LIBS"
11951LIBS="-lnsl $LIBS"
11952cat > conftest.$ac_ext <<EOF
4f3c5f06 11953#line 11954 "configure"
c63c7106
VZ
11954#include "confdefs.h"
11955/* Override any gcc2 internal prototype to avoid an error. */
11956/* We use char because int might match the return type of a gcc2
11957 builtin and then its argument prototype would still apply. */
11958char inet_addr();
11959
11960int main() {
11961inet_addr()
11962; return 0; }
11963EOF
4f3c5f06 11964if { (eval echo configure:11965: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c63c7106
VZ
11965 rm -rf conftest*
11966 eval "ac_cv_lib_$ac_lib_var=yes"
11967else
11968 echo "configure: failed program was:" >&5
11969 cat conftest.$ac_ext >&5
11970 rm -rf conftest*
11971 eval "ac_cv_lib_$ac_lib_var=no"
11972fi
11973rm -f conftest*
11974LIBS="$ac_save_LIBS"
11975
11976fi
11977if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11978 echo "$ac_t""yes" 1>&6
11979 INET_LINK="nsl"
11980else
11981 echo "$ac_t""no" 1>&6
11982echo $ac_n "checking for inet_addr in -lresolv""... $ac_c" 1>&6
4f3c5f06 11983echo "configure:11984: checking for inet_addr in -lresolv" >&5
c63c7106
VZ
11984ac_lib_var=`echo resolv'_'inet_addr | sed 'y%./+-%__p_%'`
11985if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11986 echo $ac_n "(cached) $ac_c" 1>&6
11987else
11988 ac_save_LIBS="$LIBS"
11989LIBS="-lresolv $LIBS"
11990cat > conftest.$ac_ext <<EOF
4f3c5f06 11991#line 11992 "configure"
c63c7106
VZ
11992#include "confdefs.h"
11993/* Override any gcc2 internal prototype to avoid an error. */
11994/* We use char because int might match the return type of a gcc2
11995 builtin and then its argument prototype would still apply. */
11996char inet_addr();
11997
11998int main() {
11999inet_addr()
12000; return 0; }
12001EOF
4f3c5f06 12002if { (eval echo configure:12003: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c63c7106
VZ
12003 rm -rf conftest*
12004 eval "ac_cv_lib_$ac_lib_var=yes"
12005else
12006 echo "configure: failed program was:" >&5
12007 cat conftest.$ac_ext >&5
12008 rm -rf conftest*
12009 eval "ac_cv_lib_$ac_lib_var=no"
12010fi
12011rm -f conftest*
12012LIBS="$ac_save_LIBS"
12013
12014fi
12015if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12016 echo "$ac_t""yes" 1>&6
12017 INET_LINK="resolv"
12018
12019else
12020 echo "$ac_t""no" 1>&6
12021fi
12022
12023
12024fi
12025
12026
12027
10f2d63a
VZ
12028fi
12029done
12030
c63c7106 12031
10f2d63a
VZ
12032for ac_func in inet_aton
12033do
12034echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4f3c5f06 12035echo "configure:12036: checking for $ac_func" >&5
10f2d63a
VZ
12036if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
12037 echo $ac_n "(cached) $ac_c" 1>&6
12038else
12039 cat > conftest.$ac_ext <<EOF
4f3c5f06 12040#line 12041 "configure"
10f2d63a
VZ
12041#include "confdefs.h"
12042/* System header to define __stub macros and hopefully few prototypes,
12043 which can conflict with char $ac_func(); below. */
12044#include <assert.h>
12045/* Override any gcc2 internal prototype to avoid an error. */
12046/* We use char because int might match the return type of a gcc2
12047 builtin and then its argument prototype would still apply. */
12048char $ac_func();
12049
12050int main() {
12051
12052/* The GNU C library defines this for functions which it implements
12053 to always fail with ENOSYS. Some functions are actually named
12054 something starting with __ and the normal name is an alias. */
12055#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12056choke me
12057#else
e8482f24 12058$ac_func();
10f2d63a
VZ
12059#endif
12060
12061; return 0; }
12062EOF
4f3c5f06 12063if { (eval echo configure:12064: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
12064 rm -rf conftest*
12065 eval "ac_cv_func_$ac_func=yes"
12066else
12067 echo "configure: failed program was:" >&5
12068 cat conftest.$ac_ext >&5
12069 rm -rf conftest*
12070 eval "ac_cv_func_$ac_func=no"
12071fi
12072rm -f conftest*
12073fi
12074
12075if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
12076 echo "$ac_t""yes" 1>&6
12077 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
12078 cat >> confdefs.h <<EOF
12079#define $ac_tr_func 1
12080EOF
c63c7106
VZ
12081 cat >> confdefs.h <<\EOF
12082#define HAVE_INET_ATON 1
12083EOF
12084
10f2d63a
VZ
12085else
12086 echo "$ac_t""no" 1>&6
c63c7106 12087 echo $ac_n "checking for inet_aton in -l$INET_LINK""... $ac_c" 1>&6
4f3c5f06 12088echo "configure:12089: checking for inet_aton in -l$INET_LINK" >&5
c63c7106 12089ac_lib_var=`echo $INET_LINK'_'inet_aton | sed 'y%./+-%__p_%'`
10f2d63a
VZ
12090if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12091 echo $ac_n "(cached) $ac_c" 1>&6
12092else
12093 ac_save_LIBS="$LIBS"
c63c7106 12094LIBS="-l$INET_LINK $LIBS"
10f2d63a 12095cat > conftest.$ac_ext <<EOF
4f3c5f06 12096#line 12097 "configure"
10f2d63a
VZ
12097#include "confdefs.h"
12098/* Override any gcc2 internal prototype to avoid an error. */
12099/* We use char because int might match the return type of a gcc2
12100 builtin and then its argument prototype would still apply. */
12101char inet_aton();
12102
12103int main() {
12104inet_aton()
12105; return 0; }
12106EOF
4f3c5f06 12107if { (eval echo configure:12108: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
12108 rm -rf conftest*
12109 eval "ac_cv_lib_$ac_lib_var=yes"
12110else
12111 echo "configure: failed program was:" >&5
12112 cat conftest.$ac_ext >&5
12113 rm -rf conftest*
12114 eval "ac_cv_lib_$ac_lib_var=no"
12115fi
12116rm -f conftest*
12117LIBS="$ac_save_LIBS"
12118
12119fi
12120if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12121 echo "$ac_t""yes" 1>&6
c63c7106
VZ
12122 cat >> confdefs.h <<\EOF
12123#define HAVE_INET_ATON 1
10f2d63a
VZ
12124EOF
12125
10f2d63a
VZ
12126else
12127 echo "$ac_t""no" 1>&6
12128fi
12129
c63c7106
VZ
12130
12131fi
12132done
12133
12134
12135if test "x$INET_LINK" != "x"; then
12136 cat >> confdefs.h <<\EOF
12137#define HAVE_INET_ADDR 1
12138EOF
12139
12140 INET_LINK="-l$INET_LINK"
12141fi
10f2d63a
VZ
12142
12143fi
12144
12145
12146cat > confcache <<\EOF
12147# This file is a shell script that caches the results of configure
12148# tests run on this system so they can be shared between configure
12149# scripts and configure runs. It is not useful on other systems.
12150# If it contains results you don't want to keep, you may remove or edit it.
12151#
12152# By default, configure uses ./config.cache as the cache file,
12153# creating it if it does not exist already. You can give configure
12154# the --cache-file=FILE option to use a different cache file; that is
12155# what configure does when it calls configure scripts in
12156# subdirectories, so they share the cache.
12157# Giving --cache-file=/dev/null disables caching, for debugging configure.
12158# config.status only pays attention to the cache file if you give it the
12159# --recheck option to rerun configure.
12160#
12161EOF
12162# The following way of writing the cache mishandles newlines in values,
12163# but we know of no workaround that is simple, portable, and efficient.
12164# So, don't put newlines in cache variables' values.
12165# Ultrix sh set writes to stderr and can't be redirected directly,
12166# and sets the high bit in the cache file unless we assign to the vars.
12167(set) 2>&1 |
12168 case `(ac_space=' '; set | grep ac_space) 2>&1` in
12169 *ac_space=\ *)
12170 # `set' does not quote correctly, so add quotes (double-quote substitution
12171 # turns \\\\ into \\, and sed turns \\ into \).
12172 sed -n \
12173 -e "s/'/'\\\\''/g" \
12174 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
12175 ;;
12176 *)
12177 # `set' quotes correctly as required by POSIX, so do not add quotes.
12178 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
12179 ;;
12180 esac >> confcache
12181if cmp -s $cache_file confcache; then
12182 :
12183else
12184 if test -w $cache_file; then
12185 echo "updating cache $cache_file"
12186 cat confcache > $cache_file
12187 else
12188 echo "not updating unwritable cache $cache_file"
12189 fi
12190fi
12191rm -f confcache
12192
12193
12194
b089607b 12195if test "$TOOLKIT" != "MSW"; then
10f2d63a
VZ
12196
12197
12198THREADS_LINK=""
12199THREADS_OBJ=""
12200
12201if test "$wxUSE_THREADS" = "yes" ; then
12202 if test "$wxUSE_WINE" = 1 ; then
12203 echo "configure: warning: Threads are not supported under WINE" 1>&2
12204 wxUSE_THREADS="no"
b12915c1
VZ
12205 elif test "$USE_BEOS" = 1; then
12206 echo "configure: warning: BeOS threads are not yet supported" 1>&2
12207 wxUSE_THREADS="no"
10f2d63a
VZ
12208 fi
12209fi
12210
12211if test "$wxUSE_THREADS" = "yes" ; then
12212
186837b0 12213 if test "$USE_AIX" = 1; then
f6bcfd97 12214 THREADS_LIB=pthreads
f3c067d2
GD
12215 elif test "$USE_MAC" = 1; then
12216 THREADS_LIB=cc_dynamic
f6bcfd97
BP
12217 else
12218 THREADS_LIB=pthread
12219 fi
12220
12221 echo $ac_n "checking for pthread_create in -l$THREADS_LIB""... $ac_c" 1>&6
4f3c5f06 12222echo "configure:12223: checking for pthread_create in -l$THREADS_LIB" >&5
f6bcfd97 12223ac_lib_var=`echo $THREADS_LIB'_'pthread_create | sed 'y%./+-%__p_%'`
10f2d63a
VZ
12224if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12225 echo $ac_n "(cached) $ac_c" 1>&6
12226else
12227 ac_save_LIBS="$LIBS"
f6bcfd97 12228LIBS="-l$THREADS_LIB $LIBS"
10f2d63a 12229cat > conftest.$ac_ext <<EOF
4f3c5f06 12230#line 12231 "configure"
10f2d63a
VZ
12231#include "confdefs.h"
12232/* Override any gcc2 internal prototype to avoid an error. */
12233/* We use char because int might match the return type of a gcc2
12234 builtin and then its argument prototype would still apply. */
12235char pthread_create();
12236
12237int main() {
12238pthread_create()
12239; return 0; }
12240EOF
4f3c5f06 12241if { (eval echo configure:12242: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
12242 rm -rf conftest*
12243 eval "ac_cv_lib_$ac_lib_var=yes"
12244else
12245 echo "configure: failed program was:" >&5
12246 cat conftest.$ac_ext >&5
12247 rm -rf conftest*
12248 eval "ac_cv_lib_$ac_lib_var=no"
12249fi
12250rm -f conftest*
12251LIBS="$ac_save_LIBS"
12252
12253fi
12254if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12255 echo "$ac_t""yes" 1>&6
12256
12257 THREADS_OBJ="threadpsx.lo"
f6bcfd97 12258 THREADS_LINK=$THREADS_LIB
10f2d63a
VZ
12259
12260else
12261 echo "$ac_t""no" 1>&6
12262
12263 echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
4f3c5f06 12264echo "configure:12265: checking for pthread_create in -lc_r" >&5
10f2d63a
VZ
12265ac_lib_var=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'`
12266if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12267 echo $ac_n "(cached) $ac_c" 1>&6
12268else
12269 ac_save_LIBS="$LIBS"
12270LIBS="-lc_r $LIBS"
12271cat > conftest.$ac_ext <<EOF
4f3c5f06 12272#line 12273 "configure"
10f2d63a
VZ
12273#include "confdefs.h"
12274/* Override any gcc2 internal prototype to avoid an error. */
12275/* We use char because int might match the return type of a gcc2
12276 builtin and then its argument prototype would still apply. */
12277char pthread_create();
12278
12279int main() {
12280pthread_create()
12281; return 0; }
12282EOF
4f3c5f06 12283if { (eval echo configure:12284: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
12284 rm -rf conftest*
12285 eval "ac_cv_lib_$ac_lib_var=yes"
12286else
12287 echo "configure: failed program was:" >&5
12288 cat conftest.$ac_ext >&5
12289 rm -rf conftest*
12290 eval "ac_cv_lib_$ac_lib_var=no"
12291fi
12292rm -f conftest*
12293LIBS="$ac_save_LIBS"
12294
12295fi
12296if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12297 echo "$ac_t""yes" 1>&6
12298
12299 THREADS_OBJ="threadpsx.lo"
12300 THREADS_LINK="c_r"
12301
12302else
12303 echo "$ac_t""no" 1>&6
12304
b4085ce6 12305 echo $ac_n "checking for pthread_create in -lcc_dynamic""... $ac_c" 1>&6
4f3c5f06 12306echo "configure:12307: checking for pthread_create in -lcc_dynamic" >&5
b4085ce6
GD
12307ac_lib_var=`echo cc_dynamic'_'pthread_create | sed 'y%./+-%__p_%'`
12308if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12309 echo $ac_n "(cached) $ac_c" 1>&6
12310else
12311 ac_save_LIBS="$LIBS"
12312LIBS="-lcc_dynamic $LIBS"
12313cat > conftest.$ac_ext <<EOF
4f3c5f06 12314#line 12315 "configure"
b4085ce6
GD
12315#include "confdefs.h"
12316/* Override any gcc2 internal prototype to avoid an error. */
12317/* We use char because int might match the return type of a gcc2
12318 builtin and then its argument prototype would still apply. */
12319char pthread_create();
12320
12321int main() {
12322pthread_create()
12323; return 0; }
12324EOF
4f3c5f06 12325if { (eval echo configure:12326: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
b4085ce6
GD
12326 rm -rf conftest*
12327 eval "ac_cv_lib_$ac_lib_var=yes"
12328else
12329 echo "configure: failed program was:" >&5
12330 cat conftest.$ac_ext >&5
12331 rm -rf conftest*
12332 eval "ac_cv_lib_$ac_lib_var=no"
12333fi
12334rm -f conftest*
12335LIBS="$ac_save_LIBS"
12336
12337fi
12338if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12339 echo "$ac_t""yes" 1>&6
12340
12341 THREADS_OBJ="threadpsx.lo"
12342 THREADS_LINK="cc_dynamic"
12343
12344else
12345 echo "$ac_t""no" 1>&6
12346
12347 ac_safe=`echo "sys/prctl.h" | sed 'y%./+-%__p_%'`
10f2d63a 12348echo $ac_n "checking for sys/prctl.h""... $ac_c" 1>&6
4f3c5f06 12349echo "configure:12350: checking for sys/prctl.h" >&5
10f2d63a
VZ
12350if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12351 echo $ac_n "(cached) $ac_c" 1>&6
12352else
12353 cat > conftest.$ac_ext <<EOF
4f3c5f06 12354#line 12355 "configure"
10f2d63a
VZ
12355#include "confdefs.h"
12356#include <sys/prctl.h>
12357EOF
12358ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4f3c5f06 12359{ (eval echo configure:12360: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
12360ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12361if test -z "$ac_err"; then
12362 rm -rf conftest*
12363 eval "ac_cv_header_$ac_safe=yes"
12364else
12365 echo "$ac_err" >&5
12366 echo "configure: failed program was:" >&5
12367 cat conftest.$ac_ext >&5
12368 rm -rf conftest*
12369 eval "ac_cv_header_$ac_safe=no"
12370fi
12371rm -f conftest*
12372fi
12373if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12374 echo "$ac_t""yes" 1>&6
12375
b4085ce6
GD
12376 THREADS_OBJ="threadsgi.lo"
12377
10f2d63a
VZ
12378else
12379 echo "$ac_t""no" 1>&6
12380fi
12381
b4085ce6
GD
12382
12383fi
12384
10f2d63a
VZ
12385
12386fi
12387
12388
12389fi
12390
12391
12392 if test -z "$THREADS_OBJ" ; then
12393 wxUSE_THREADS=no
12394 echo "configure: warning: No thread support on this system" 1>&2
12395 fi
12396fi
12397
12398if test "$wxUSE_THREADS" = "yes" ; then
70846f0a
VZ
12399 for ac_func in thr_setconcurrency
12400do
12401echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4f3c5f06 12402echo "configure:12403: checking for $ac_func" >&5
70846f0a
VZ
12403if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
12404 echo $ac_n "(cached) $ac_c" 1>&6
12405else
12406 cat > conftest.$ac_ext <<EOF
4f3c5f06 12407#line 12408 "configure"
70846f0a
VZ
12408#include "confdefs.h"
12409/* System header to define __stub macros and hopefully few prototypes,
12410 which can conflict with char $ac_func(); below. */
12411#include <assert.h>
12412/* Override any gcc2 internal prototype to avoid an error. */
12413/* We use char because int might match the return type of a gcc2
12414 builtin and then its argument prototype would still apply. */
12415char $ac_func();
12416
12417int main() {
12418
12419/* The GNU C library defines this for functions which it implements
12420 to always fail with ENOSYS. Some functions are actually named
12421 something starting with __ and the normal name is an alias. */
12422#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12423choke me
12424#else
e8482f24 12425$ac_func();
70846f0a
VZ
12426#endif
12427
12428; return 0; }
12429EOF
4f3c5f06 12430if { (eval echo configure:12431: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
70846f0a
VZ
12431 rm -rf conftest*
12432 eval "ac_cv_func_$ac_func=yes"
12433else
12434 echo "configure: failed program was:" >&5
12435 cat conftest.$ac_ext >&5
12436 rm -rf conftest*
12437 eval "ac_cv_func_$ac_func=no"
12438fi
12439rm -f conftest*
12440fi
12441
12442if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
12443 echo "$ac_t""yes" 1>&6
12444 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
12445 cat >> confdefs.h <<EOF
12446#define $ac_tr_func 1
12447EOF
12448
12449else
12450 echo "$ac_t""no" 1>&6
12451fi
12452done
12453
12454
10f2d63a
VZ
12455
12456 for ac_hdr in sched.h
12457do
12458ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12459echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4f3c5f06 12460echo "configure:12461: checking for $ac_hdr" >&5
10f2d63a
VZ
12461if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12462 echo $ac_n "(cached) $ac_c" 1>&6
12463else
12464 cat > conftest.$ac_ext <<EOF
4f3c5f06 12465#line 12466 "configure"
10f2d63a
VZ
12466#include "confdefs.h"
12467#include <$ac_hdr>
12468EOF
12469ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4f3c5f06 12470{ (eval echo configure:12471: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
12471ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12472if test -z "$ac_err"; then
12473 rm -rf conftest*
12474 eval "ac_cv_header_$ac_safe=yes"
12475else
12476 echo "$ac_err" >&5
12477 echo "configure: failed program was:" >&5
12478 cat conftest.$ac_ext >&5
12479 rm -rf conftest*
12480 eval "ac_cv_header_$ac_safe=no"
12481fi
12482rm -f conftest*
12483fi
12484if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12485 echo "$ac_t""yes" 1>&6
12486 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12487 cat >> confdefs.h <<EOF
12488#define $ac_tr_hdr 1
12489EOF
12490
12491else
12492 echo "$ac_t""no" 1>&6
12493fi
12494done
12495
12496
12497 echo $ac_n "checking for sched_yield in -l$THREADS_LINK""... $ac_c" 1>&6
4f3c5f06 12498echo "configure:12499: checking for sched_yield in -l$THREADS_LINK" >&5
10f2d63a
VZ
12499ac_lib_var=`echo $THREADS_LINK'_'sched_yield | sed 'y%./+-%__p_%'`
12500if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12501 echo $ac_n "(cached) $ac_c" 1>&6
12502else
12503 ac_save_LIBS="$LIBS"
12504LIBS="-l$THREADS_LINK $LIBS"
12505cat > conftest.$ac_ext <<EOF
4f3c5f06 12506#line 12507 "configure"
10f2d63a
VZ
12507#include "confdefs.h"
12508/* Override any gcc2 internal prototype to avoid an error. */
12509/* We use char because int might match the return type of a gcc2
12510 builtin and then its argument prototype would still apply. */
12511char sched_yield();
12512
12513int main() {
12514sched_yield()
12515; return 0; }
12516EOF
4f3c5f06 12517if { (eval echo configure:12518: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
12518 rm -rf conftest*
12519 eval "ac_cv_lib_$ac_lib_var=yes"
12520else
12521 echo "configure: failed program was:" >&5
12522 cat conftest.$ac_ext >&5
12523 rm -rf conftest*
12524 eval "ac_cv_lib_$ac_lib_var=no"
12525fi
12526rm -f conftest*
12527LIBS="$ac_save_LIBS"
12528
12529fi
12530if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12531 echo "$ac_t""yes" 1>&6
12532 cat >> confdefs.h <<\EOF
12533#define HAVE_SCHED_YIELD 1
12534EOF
12535
12536else
12537 echo "$ac_t""no" 1>&6
12538echo $ac_n "checking for sched_yield in -l"posix4"""... $ac_c" 1>&6
4f3c5f06 12539echo "configure:12540: checking for sched_yield in -l"posix4"" >&5
10f2d63a
VZ
12540ac_lib_var=`echo "posix4"'_'sched_yield | sed 'y%./+-%__p_%'`
12541if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12542 echo $ac_n "(cached) $ac_c" 1>&6
12543else
12544 ac_save_LIBS="$LIBS"
12545LIBS="-l"posix4" $LIBS"
12546cat > conftest.$ac_ext <<EOF
4f3c5f06 12547#line 12548 "configure"
10f2d63a
VZ
12548#include "confdefs.h"
12549/* Override any gcc2 internal prototype to avoid an error. */
12550/* We use char because int might match the return type of a gcc2
12551 builtin and then its argument prototype would still apply. */
12552char sched_yield();
12553
12554int main() {
12555sched_yield()
12556; return 0; }
12557EOF
4f3c5f06 12558if { (eval echo configure:12559: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
12559 rm -rf conftest*
12560 eval "ac_cv_lib_$ac_lib_var=yes"
12561else
12562 echo "configure: failed program was:" >&5
12563 cat conftest.$ac_ext >&5
12564 rm -rf conftest*
12565 eval "ac_cv_lib_$ac_lib_var=no"
12566fi
12567rm -f conftest*
12568LIBS="$ac_save_LIBS"
12569
12570fi
12571if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12572 echo "$ac_t""yes" 1>&6
12573 cat >> confdefs.h <<\EOF
12574#define HAVE_SCHED_YIELD 1
12575EOF
12576 POSIX4_LINK="-lposix4"
12577else
12578 echo "$ac_t""no" 1>&6
12579echo "configure: warning: wxThread::Yield will not work properly" 1>&2
12580
12581fi
12582
12583
12584fi
12585
12586
f6bcfd97
BP
12587 HAVE_PRIOR_FUNCS=0
12588 echo $ac_n "checking for pthread_attr_getschedpolicy in -l$THREADS_LINK""... $ac_c" 1>&6
4f3c5f06 12589echo "configure:12590: checking for pthread_attr_getschedpolicy in -l$THREADS_LINK" >&5
10f2d63a
VZ
12590ac_lib_var=`echo $THREADS_LINK'_'pthread_attr_getschedpolicy | sed 'y%./+-%__p_%'`
12591if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12592 echo $ac_n "(cached) $ac_c" 1>&6
12593else
12594 ac_save_LIBS="$LIBS"
12595LIBS="-l$THREADS_LINK $LIBS"
12596cat > conftest.$ac_ext <<EOF
4f3c5f06 12597#line 12598 "configure"
10f2d63a
VZ
12598#include "confdefs.h"
12599/* Override any gcc2 internal prototype to avoid an error. */
12600/* We use char because int might match the return type of a gcc2
12601 builtin and then its argument prototype would still apply. */
12602char pthread_attr_getschedpolicy();
12603
12604int main() {
12605pthread_attr_getschedpolicy()
12606; return 0; }
12607EOF
4f3c5f06 12608if { (eval echo configure:12609: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
12609 rm -rf conftest*
12610 eval "ac_cv_lib_$ac_lib_var=yes"
12611else
12612 echo "configure: failed program was:" >&5
12613 cat conftest.$ac_ext >&5
12614 rm -rf conftest*
12615 eval "ac_cv_lib_$ac_lib_var=no"
12616fi
12617rm -f conftest*
12618LIBS="$ac_save_LIBS"
12619
12620fi
12621if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12622 echo "$ac_t""yes" 1>&6
f6bcfd97 12623 echo $ac_n "checking for pthread_attr_setschedparam in -l$THREADS_LINK""... $ac_c" 1>&6
4f3c5f06 12624echo "configure:12625: checking for pthread_attr_setschedparam in -l$THREADS_LINK" >&5
f6bcfd97
BP
12625ac_lib_var=`echo $THREADS_LINK'_'pthread_attr_setschedparam | sed 'y%./+-%__p_%'`
12626if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12627 echo $ac_n "(cached) $ac_c" 1>&6
12628else
12629 ac_save_LIBS="$LIBS"
12630LIBS="-l$THREADS_LINK $LIBS"
12631cat > conftest.$ac_ext <<EOF
4f3c5f06 12632#line 12633 "configure"
f6bcfd97
BP
12633#include "confdefs.h"
12634/* Override any gcc2 internal prototype to avoid an error. */
12635/* We use char because int might match the return type of a gcc2
12636 builtin and then its argument prototype would still apply. */
12637char pthread_attr_setschedparam();
12638
12639int main() {
12640pthread_attr_setschedparam()
12641; return 0; }
10f2d63a 12642EOF
4f3c5f06 12643if { (eval echo configure:12644: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
f6bcfd97
BP
12644 rm -rf conftest*
12645 eval "ac_cv_lib_$ac_lib_var=yes"
12646else
12647 echo "configure: failed program was:" >&5
12648 cat conftest.$ac_ext >&5
12649 rm -rf conftest*
12650 eval "ac_cv_lib_$ac_lib_var=no"
12651fi
12652rm -f conftest*
12653LIBS="$ac_save_LIBS"
10f2d63a 12654
f6bcfd97
BP
12655fi
12656if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12657 echo "$ac_t""yes" 1>&6
12658 echo $ac_n "checking for sched_get_priority_max in -l$THREADS_LINK""... $ac_c" 1>&6
4f3c5f06 12659echo "configure:12660: checking for sched_get_priority_max in -l$THREADS_LINK" >&5
f6bcfd97
BP
12660ac_lib_var=`echo $THREADS_LINK'_'sched_get_priority_max | sed 'y%./+-%__p_%'`
12661if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12662 echo $ac_n "(cached) $ac_c" 1>&6
12663else
12664 ac_save_LIBS="$LIBS"
12665LIBS="-l$THREADS_LINK $LIBS"
12666cat > conftest.$ac_ext <<EOF
4f3c5f06 12667#line 12668 "configure"
f6bcfd97
BP
12668#include "confdefs.h"
12669/* Override any gcc2 internal prototype to avoid an error. */
12670/* We use char because int might match the return type of a gcc2
12671 builtin and then its argument prototype would still apply. */
12672char sched_get_priority_max();
12673
12674int main() {
12675sched_get_priority_max()
12676; return 0; }
12677EOF
4f3c5f06 12678if { (eval echo configure:12679: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
f6bcfd97
BP
12679 rm -rf conftest*
12680 eval "ac_cv_lib_$ac_lib_var=yes"
12681else
12682 echo "configure: failed program was:" >&5
12683 cat conftest.$ac_ext >&5
12684 rm -rf conftest*
12685 eval "ac_cv_lib_$ac_lib_var=no"
12686fi
12687rm -f conftest*
12688LIBS="$ac_save_LIBS"
12689
12690fi
12691if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12692 echo "$ac_t""yes" 1>&6
12693 HAVE_PRIOR_FUNCS=1
10f2d63a
VZ
12694else
12695 echo "$ac_t""no" 1>&6
f6bcfd97 12696echo $ac_n "checking for sched_get_priority_max in -l"posix4"""... $ac_c" 1>&6
4f3c5f06 12697echo "configure:12698: checking for sched_get_priority_max in -l"posix4"" >&5
f6bcfd97 12698ac_lib_var=`echo "posix4"'_'sched_get_priority_max | sed 'y%./+-%__p_%'`
10f2d63a
VZ
12699if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12700 echo $ac_n "(cached) $ac_c" 1>&6
12701else
12702 ac_save_LIBS="$LIBS"
12703LIBS="-l"posix4" $LIBS"
12704cat > conftest.$ac_ext <<EOF
4f3c5f06 12705#line 12706 "configure"
10f2d63a
VZ
12706#include "confdefs.h"
12707/* Override any gcc2 internal prototype to avoid an error. */
12708/* We use char because int might match the return type of a gcc2
12709 builtin and then its argument prototype would still apply. */
f6bcfd97 12710char sched_get_priority_max();
10f2d63a
VZ
12711
12712int main() {
f6bcfd97 12713sched_get_priority_max()
10f2d63a
VZ
12714; return 0; }
12715EOF
4f3c5f06 12716if { (eval echo configure:12717: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
12717 rm -rf conftest*
12718 eval "ac_cv_lib_$ac_lib_var=yes"
12719else
12720 echo "configure: failed program was:" >&5
12721 cat conftest.$ac_ext >&5
12722 rm -rf conftest*
12723 eval "ac_cv_lib_$ac_lib_var=no"
12724fi
12725rm -f conftest*
12726LIBS="$ac_save_LIBS"
12727
12728fi
12729if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12730 echo "$ac_t""yes" 1>&6
f6bcfd97
BP
12731
12732 HAVE_PRIOR_FUNCS=1
12733 POSIX4_LINK="-lposix4"
12734
12735else
12736 echo "$ac_t""no" 1>&6
12737fi
12738
12739
12740fi
12741
12742
10f2d63a
VZ
12743else
12744 echo "$ac_t""no" 1>&6
10f2d63a
VZ
12745fi
12746
12747
f6bcfd97
BP
12748else
12749 echo "$ac_t""no" 1>&6
10f2d63a
VZ
12750fi
12751
12752
f6bcfd97
BP
12753 if test "$HAVE_PRIOR_FUNCS" = 1; then
12754 cat >> confdefs.h <<\EOF
12755#define HAVE_THREAD_PRIORITY_FUNCTIONS 1
12756EOF
12757
12758 else
12759 echo "configure: warning: Setting thread priority will not work" 1>&2
12760 fi
12761
10f2d63a 12762 echo $ac_n "checking for pthread_cancel in -l$THREADS_LINK""... $ac_c" 1>&6
4f3c5f06 12763echo "configure:12764: checking for pthread_cancel in -l$THREADS_LINK" >&5
10f2d63a
VZ
12764ac_lib_var=`echo $THREADS_LINK'_'pthread_cancel | sed 'y%./+-%__p_%'`
12765if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12766 echo $ac_n "(cached) $ac_c" 1>&6
12767else
12768 ac_save_LIBS="$LIBS"
12769LIBS="-l$THREADS_LINK $LIBS"
12770cat > conftest.$ac_ext <<EOF
4f3c5f06 12771#line 12772 "configure"
10f2d63a
VZ
12772#include "confdefs.h"
12773/* Override any gcc2 internal prototype to avoid an error. */
12774/* We use char because int might match the return type of a gcc2
12775 builtin and then its argument prototype would still apply. */
12776char pthread_cancel();
12777
12778int main() {
12779pthread_cancel()
12780; return 0; }
12781EOF
4f3c5f06 12782if { (eval echo configure:12783: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
12783 rm -rf conftest*
12784 eval "ac_cv_lib_$ac_lib_var=yes"
12785else
12786 echo "configure: failed program was:" >&5
12787 cat conftest.$ac_ext >&5
12788 rm -rf conftest*
12789 eval "ac_cv_lib_$ac_lib_var=no"
12790fi
12791rm -f conftest*
12792LIBS="$ac_save_LIBS"
12793
12794fi
12795if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12796 echo "$ac_t""yes" 1>&6
12797 cat >> confdefs.h <<\EOF
12798#define HAVE_PTHREAD_CANCEL 1
12799EOF
12800
12801else
12802 echo "$ac_t""no" 1>&6
12803echo "configure: warning: wxThread::Kill() will not work properly" 1>&2
12804fi
12805
12806
12807 echo $ac_n "checking for pthread_cleanup_push/pop""... $ac_c" 1>&6
4f3c5f06 12808echo "configure:12809: checking for pthread_cleanup_push/pop" >&5
10f2d63a
VZ
12809if eval "test \"`echo '$''{'wx_cv_func_pthread_cleanup_push'+set}'`\" = set"; then
12810 echo $ac_n "(cached) $ac_c" 1>&6
12811else
12812
12813 cat > conftest.$ac_ext <<EOF
4f3c5f06 12814#line 12815 "configure"
10f2d63a
VZ
12815#include "confdefs.h"
12816#include <pthread.h>
12817int main() {
12818
12819 pthread_cleanup_push(NULL, NULL);
12820 pthread_cleanup_pop(0);
12821
12822; return 0; }
12823EOF
4f3c5f06 12824if { (eval echo configure:12825: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10f2d63a
VZ
12825 rm -rf conftest*
12826
12827 wx_cv_func_pthread_cleanup_push=yes
10f2d63a
VZ
12828
12829else
12830 echo "configure: failed program was:" >&5
12831 cat conftest.$ac_ext >&5
12832 rm -rf conftest*
12833
12834 wx_cv_func_pthread_cleanup_push=no
12835
12836fi
12837rm -f conftest*
12838
12839fi
12840
12841echo "$ac_t""$wx_cv_func_pthread_cleanup_push" 1>&6
12842
d9b9876f
VZ
12843 if test "$wx_cv_func_pthread_cleanup_push" = "yes"; then
12844 cat >> confdefs.h <<\EOF
12845#define HAVE_THREAD_CLEANUP_FUNCTIONS 1
12846EOF
12847
12848 fi
12849
12850
d9b9876f 12851 echo $ac_n "checking for pthread_mutexattr_t""... $ac_c" 1>&6
4f3c5f06 12852echo "configure:12853: checking for pthread_mutexattr_t" >&5
d9b9876f
VZ
12853if eval "test \"`echo '$''{'wx_cv_type_pthread_mutexattr_t'+set}'`\" = set"; then
12854 echo $ac_n "(cached) $ac_c" 1>&6
12855else
12856
12857 cat > conftest.$ac_ext <<EOF
4f3c5f06 12858#line 12859 "configure"
d9b9876f
VZ
12859#include "confdefs.h"
12860#include <pthread.h>
12861int main() {
12862
12863 pthread_mutexattr_t attr;
12864 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
12865
12866; return 0; }
12867EOF
4f3c5f06 12868if { (eval echo configure:12869: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
d9b9876f
VZ
12869 rm -rf conftest*
12870
12871 wx_cv_type_pthread_mutexattr_t=yes
12872
12873else
12874 echo "configure: failed program was:" >&5
12875 cat conftest.$ac_ext >&5
12876 rm -rf conftest*
12877
12878 wx_cv_type_pthread_mutexattr_t=no
12879
12880
12881fi
12882rm -f conftest*
12883
12884fi
12885
12886echo "$ac_t""$wx_cv_type_pthread_mutexattr_t" 1>&6
12887
12888 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
12889 cat >> confdefs.h <<\EOF
12890#define HAVE_PTHREAD_MUTEXATTR_T 1
12891EOF
12892
12893 else
12894 echo $ac_n "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER""... $ac_c" 1>&6
4f3c5f06 12895echo "configure:12896: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
d9b9876f
VZ
12896if eval "test \"`echo '$''{'wx_cv_type_pthread_rec_mutex_init'+set}'`\" = set"; then
12897 echo $ac_n "(cached) $ac_c" 1>&6
12898else
12899
12900 cat > conftest.$ac_ext <<EOF
4f3c5f06 12901#line 12902 "configure"
d9b9876f
VZ
12902#include "confdefs.h"
12903#include <pthread.h>
12904int main() {
12905
12906 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
12907
12908; return 0; }
12909EOF
4f3c5f06 12910if { (eval echo configure:12911: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
d9b9876f
VZ
12911 rm -rf conftest*
12912
12913 wx_cv_type_pthread_rec_mutex_init=yes
12914
12915else
12916 echo "configure: failed program was:" >&5
12917 cat conftest.$ac_ext >&5
12918 rm -rf conftest*
12919
12920 wx_cv_type_pthread_rec_mutex_init=no
12921
12922
12923fi
12924rm -f conftest*
12925
12926fi
12927
12928echo "$ac_t""$wx_cv_type_pthread_rec_mutex_init" 1>&6
3765e936 12929 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
d9b9876f
VZ
12930 cat >> confdefs.h <<\EOF
12931#define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
12932EOF
12933
12934 else
12935 echo "configure: warning: wxMutex won't be recursive on this platform" 1>&2
12936 fi
12937 fi
12938
10f2d63a 12939 THREADS_LINK="-l$THREADS_LINK"
186837b0
VZ
12940
12941 if test "$USE_SOLARIS" = "yes" -a "$GCC" != "yes"; then
12942 CFLAGS="${CFLAGS} -mt"
12943 CXXFLAGS="${CXXFLAGS} -mt"
12944 LDFLAGS="${LDFLAGS} -mt"
12945 fi
10f2d63a
VZ
12946fi
12947
12948fi
12949
12950if test "$wxUSE_THREADS" = "yes"; then
12951 cat >> confdefs.h <<\EOF
12952#define wxUSE_THREADS 1
12953EOF
12954
12955
2c6025bc 12956 if test "$wxUSE_MAC" = "0"; then
10f2d63a 12957 CFLAGS="${CFLAGS} -D_REENTRANT"
2c6025bc
GD
12958 CXXFLAGS="${CXXFLAGS} -D_REENTRANT"
12959 fi
10f2d63a
VZ
12960
12961 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
12962else
12963 if test "$ac_cv_func_strtok_r" = "yes"; then
ab9b9eab 12964 echo $ac_n "checking if -D_REENTRANT is needed""... $ac_c" 1>&6
4f3c5f06 12965echo "configure:12966: checking if -D_REENTRANT is needed" >&5
ab9b9eab
VZ
12966 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
12967 CFLAGS="${CFLAGS} -D_REENTRANT"
12968 CXXFLAGS="${CXXFLAGS} -D_REENTRANT"
12969 echo "$ac_t""yes" 1>&6
12970 else
12971 echo "$ac_t""no" 1>&6
10f2d63a
VZ
12972 fi
12973 fi
12974fi
12975
6f72b082 12976if test "$WXGTK20" = 1 ; then
13111b2a 12977 cat >> confdefs.h <<EOF
6f72b082 12978#define __WXGTK20__ $WXGTK20
13111b2a
VZ
12979EOF
12980
12981 WXGTK12=1
12982fi
12983
10f2d63a
VZ
12984if test "$WXGTK12" = 1 ; then
12985 cat >> confdefs.h <<EOF
12986#define __WXGTK12__ $WXGTK12
12987EOF
12988
12989fi
12990
f6bcfd97
BP
12991if test "$WXGTK127" = 1 ; then
12992 cat >> confdefs.h <<EOF
12993#define __WXGTK127__ $WXGTK127
12994EOF
12995
12996fi
12997
10f2d63a
VZ
12998if test "$WXWINE" = 1 ; then
12999 TOOLKIT_DEF="${TOOLKIT_DEF} -D__WXWINE__"
13000fi
13001
b4085ce6 13002if test "$wxUSE_MAC" = 1 ; then
2c6025bc 13003 TOOLKIT_DEF="${TOOLKIT_DEF} -D__UNIX__ -D__POWERPC__ -DTARGET_CARBON"
ea5999b9
GD
13004 CFLAGS="${CFLAGS} -fno-common -fpascal-strings"
13005 CPPFLAGS="${CPPFLAGS} -fno-common -fpascal-strings"
2f51a9ec
GD
13006 # Extract the first word of "Rez", so it can be a program name with args.
13007set dummy Rez; ac_word=$2
13008echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4f3c5f06 13009echo "configure:13010: checking for $ac_word" >&5
2f51a9ec
GD
13010if eval "test \"`echo '$''{'ac_cv_prog_REZ'+set}'`\" = set"; then
13011 echo $ac_n "(cached) $ac_c" 1>&6
13012else
13013 if test -n "$REZ"; then
13014 ac_cv_prog_REZ="$REZ" # Let the user override the test.
13015else
13016 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
13017 ac_dummy="$PATH"
13018 for ac_dir in $ac_dummy; do
13019 test -z "$ac_dir" && ac_dir=.
13020 if test -f $ac_dir/$ac_word; then
13021 ac_cv_prog_REZ="Rez"
13022 break
13023 fi
13024 done
13025 IFS="$ac_save_ifs"
13026 test -z "$ac_cv_prog_REZ" && ac_cv_prog_REZ="/Developer/Tools/Rez"
13027fi
13028fi
13029REZ="$ac_cv_prog_REZ"
13030if test -n "$REZ"; then
13031 echo "$ac_t""$REZ" 1>&6
13032else
13033 echo "$ac_t""no" 1>&6
13034fi
13035
13036 # Extract the first word of "Derez", so it can be a program name with args.
13037set dummy Derez; ac_word=$2
13038echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4f3c5f06 13039echo "configure:13040: checking for $ac_word" >&5
2f51a9ec
GD
13040if eval "test \"`echo '$''{'ac_cv_prog_DEREZ'+set}'`\" = set"; then
13041 echo $ac_n "(cached) $ac_c" 1>&6
13042else
13043 if test -n "$DEREZ"; then
13044 ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
13045else
13046 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
13047 ac_dummy="$PATH"
13048 for ac_dir in $ac_dummy; do
13049 test -z "$ac_dir" && ac_dir=.
13050 if test -f $ac_dir/$ac_word; then
13051 ac_cv_prog_DEREZ="Derez"
13052 break
13053 fi
13054 done
13055 IFS="$ac_save_ifs"
13056 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/Derez"
13057fi
13058fi
13059DEREZ="$ac_cv_prog_DEREZ"
13060if test -n "$DEREZ"; then
13061 echo "$ac_t""$DEREZ" 1>&6
13062else
13063 echo "$ac_t""no" 1>&6
13064fi
13065
13066 RESCOMP=${REZ}
13067 REZFLAGS="-d __UNIX__ -useDF"
13068 DEREZFLAGS="Carbon.r -useDF"
13069 RESFLAGS="Carbon.r -t APPL"
13070 LIBWXMACRES="\$(LIBWX_MACRES)"
13071 LIBWXMACRESCOMP="\$(LIBWX_MACRESCOMP)"
b4085ce6
GD
13072fi
13073
10f2d63a
VZ
13074if test "$wxUSE_CYGWIN" = 1 ; then
13075 TOOLKIT_DEF="${TOOLKIT_DEF} -D__WIN95__"
13076fi
13077
13078WXDEBUG=
13079
13080if test "$wxUSE_DEBUG_INFO" = "yes" ; then
13081 WXDEBUG="-g"
13082 wxUSE_OPTIMISE=no
13083fi
13084
13085if test "$wxUSE_DEBUG_GDB" = "yes" ; then
13086 wxUSE_DEBUG_INFO=yes
13087 WXDEBUG="-ggdb"
13088fi
13089
13090if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
13091 cat >> confdefs.h <<\EOF
13092#define WXDEBUG 1
13093EOF
13094
13095 WXDEBUG_DEFINE="-D__WXDEBUG__"
13096else
13097 if test "$wxUSE_GTK" = 1 ; then
13098 WXDEBUG_DEFINE="-DGTK_NO_CHECK_CASTS"
13099 fi
13100fi
13101
13102if test "$wxUSE_MEM_TRACING" = "yes" ; then
13103 cat >> confdefs.h <<\EOF
13104#define wxUSE_MEMORY_TRACING 1
13105EOF
13106
13107 cat >> confdefs.h <<\EOF
13108#define wxUSE_GLOBAL_MEMORY_OPERATORS 1
47c13eb7
VS
13109EOF
13110
13111 cat >> confdefs.h <<\EOF
13112#define wxUSE_DEBUG_NEW_ALWAYS 1
10f2d63a
VZ
13113EOF
13114
13115 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
13116fi
13117
13118if test "$wxUSE_DMALLOC" = "yes" ; then
13119 DMALLOC_LINK="-ldmalloc"
13120fi
13121
13122PROFILE=
13123if test "$wxUSE_PROFILE" = "yes" ; then
13124 PROFILE="-pg"
13125fi
13126
13127DEP_INFO_FLAGS=
caa2c79b 13128CODE_GEN_FLAGS=
0f3f1cbc 13129CODE_GEN_FLAGS_CXX=
10f2d63a
VZ
13130if test "$GCC" = yes ; then
13131 if test "$wxUSE_NO_RTTI" = "yes" ; then
0f3f1cbc 13132 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS -fno-rtti"
10f2d63a
VZ
13133 fi
13134 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
0f3f1cbc 13135 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS -fno-exceptions"
10f2d63a
VZ
13136 fi
13137 if test "$wxUSE_PERMISSIVE" = "yes" ; then
caa2c79b 13138 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive"
10f2d63a
VZ
13139 fi
13140 if test "$wxUSE_NO_DEPS" = "no" ; then
13141 DEP_INFO_FLAGS="-MMD"
13142 fi
13143fi
13144
13145
13146CXXFLAGS=`echo "${CXXFLAGS}" | sed "s/\-O.//g" `
13147CFLAGS=`echo "${CFLAGS}" | sed "s/\-O.//g" `
13148if test "$wxUSE_OPTIMISE" = "no" ; then
13149 OPTIMISE=
13150else
13151 if test "$GCC" = yes ; then
13152 OPTIMISE="-O2"
13153 case "${host}" in
13154 i586-*-*|i686-*-* )
13155 OPTIMISE="${OPTIMISE} "
13156 ;;
13157 esac
13158 else
13159 OPTIMISE="-O"
13160 fi
13161fi
13162
13163
13164ZLIB_INCLUDE=
422107f9 13165if test "$wxUSE_ZLIB" = "yes" -o "$wxUSE_ZLIB" = "sys" ; then
10f2d63a
VZ
13166 cat >> confdefs.h <<\EOF
13167#define wxUSE_ZLIB 1
13168EOF
13169
422107f9
VZ
13170 if test "$wxUSE_ZLIB" = "yes" ; then
13171 ZLIB_INCLUDE="-I\${top_srcdir}/src/zlib"
13172 else
13173 ZLIB_LINK=
13174 ac_safe=`echo "zlib.h" | sed 'y%./+-%__p_%'`
13175echo $ac_n "checking for zlib.h""... $ac_c" 1>&6
4f3c5f06 13176echo "configure:13177: checking for zlib.h" >&5
422107f9
VZ
13177if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13178 echo $ac_n "(cached) $ac_c" 1>&6
13179else
13180 cat > conftest.$ac_ext <<EOF
4f3c5f06 13181#line 13182 "configure"
422107f9
VZ
13182#include "confdefs.h"
13183#include <zlib.h>
13184EOF
13185ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4f3c5f06 13186{ (eval echo configure:13187: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
422107f9
VZ
13187ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13188if test -z "$ac_err"; then
13189 rm -rf conftest*
13190 eval "ac_cv_header_$ac_safe=yes"
13191else
13192 echo "$ac_err" >&5
13193 echo "configure: failed program was:" >&5
13194 cat conftest.$ac_ext >&5
13195 rm -rf conftest*
13196 eval "ac_cv_header_$ac_safe=no"
13197fi
13198rm -f conftest*
13199fi
13200if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13201 echo "$ac_t""yes" 1>&6
13202 echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6
4f3c5f06 13203echo "configure:13204: checking for deflate in -lz" >&5
422107f9
VZ
13204ac_lib_var=`echo z'_'deflate | sed 'y%./+-%__p_%'`
13205if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13206 echo $ac_n "(cached) $ac_c" 1>&6
13207else
13208 ac_save_LIBS="$LIBS"
13209LIBS="-lz $LIBS"
13210cat > conftest.$ac_ext <<EOF
4f3c5f06 13211#line 13212 "configure"
422107f9
VZ
13212#include "confdefs.h"
13213/* Override any gcc2 internal prototype to avoid an error. */
13214/* We use char because int might match the return type of a gcc2
13215 builtin and then its argument prototype would still apply. */
13216char deflate();
13217
13218int main() {
13219deflate()
13220; return 0; }
13221EOF
4f3c5f06 13222if { (eval echo configure:13223: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
422107f9
VZ
13223 rm -rf conftest*
13224 eval "ac_cv_lib_$ac_lib_var=yes"
13225else
13226 echo "configure: failed program was:" >&5
13227 cat conftest.$ac_ext >&5
13228 rm -rf conftest*
13229 eval "ac_cv_lib_$ac_lib_var=no"
13230fi
13231rm -f conftest*
13232LIBS="$ac_save_LIBS"
13233
13234fi
13235if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13236 echo "$ac_t""yes" 1>&6
13237 ZLIB_LINK="-lz"
13238else
13239 echo "$ac_t""no" 1>&6
13240fi
13241
13242else
13243 echo "$ac_t""no" 1>&6
13244fi
13245
13246 if test "x$ZLIB_LINK" = "x" ; then
13247 { echo "configure: error: system zlib compression library not found! Use --with-zlib=yes to use built-in zlib" 1>&2; exit 1; }
13248 fi
13249 fi
10f2d63a
VZ
13250fi
13251
13252PNG_INCLUDE=
422107f9 13253if test "$wxUSE_LIBPNG" = "yes" -o "$wxUSE_LIBPNG" = "sys" ; then
10f2d63a
VZ
13254 cat >> confdefs.h <<\EOF
13255#define wxUSE_LIBPNG 1
13256EOF
13257
41fd4136 13258 if test "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
422107f9
VZ
13259 echo "configure: warning: --with-libpng=sys doesn't work without --with-zlib=sys, will compile the built-in libpng instead" 1>&2
13260 wxUSE_LIBPNG=yes
13261 fi
13262
13263 if test "$wxUSE_LIBPNG" = "yes" ; then
13264 PNG_INCLUDE="-I\${top_srcdir}/src/png"
13265 else
13266 PNG_LINK=
13267 ac_safe=`echo "png.h" | sed 'y%./+-%__p_%'`
13268echo $ac_n "checking for png.h""... $ac_c" 1>&6
4f3c5f06 13269echo "configure:13270: checking for png.h" >&5
422107f9
VZ
13270if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13271 echo $ac_n "(cached) $ac_c" 1>&6
13272else
13273 cat > conftest.$ac_ext <<EOF
4f3c5f06 13274#line 13275 "configure"
422107f9
VZ
13275#include "confdefs.h"
13276#include <png.h>
13277EOF
13278ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4f3c5f06 13279{ (eval echo configure:13280: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
422107f9
VZ
13280ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13281if test -z "$ac_err"; then
13282 rm -rf conftest*
13283 eval "ac_cv_header_$ac_safe=yes"
13284else
13285 echo "$ac_err" >&5
13286 echo "configure: failed program was:" >&5
13287 cat conftest.$ac_ext >&5
13288 rm -rf conftest*
13289 eval "ac_cv_header_$ac_safe=no"
13290fi
13291rm -f conftest*
13292fi
13293if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13294 echo "$ac_t""yes" 1>&6
13295 echo $ac_n "checking for png_check_sig in -lpng""... $ac_c" 1>&6
4f3c5f06 13296echo "configure:13297: checking for png_check_sig in -lpng" >&5
422107f9
VZ
13297ac_lib_var=`echo png'_'png_check_sig | sed 'y%./+-%__p_%'`
13298if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13299 echo $ac_n "(cached) $ac_c" 1>&6
13300else
13301 ac_save_LIBS="$LIBS"
13302LIBS="-lpng -lz -lm $LIBS"
13303cat > conftest.$ac_ext <<EOF
4f3c5f06 13304#line 13305 "configure"
422107f9
VZ
13305#include "confdefs.h"
13306/* Override any gcc2 internal prototype to avoid an error. */
13307/* We use char because int might match the return type of a gcc2
13308 builtin and then its argument prototype would still apply. */
13309char png_check_sig();
13310
13311int main() {
13312png_check_sig()
13313; return 0; }
13314EOF
4f3c5f06 13315if { (eval echo configure:13316: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
422107f9
VZ
13316 rm -rf conftest*
13317 eval "ac_cv_lib_$ac_lib_var=yes"
13318else
13319 echo "configure: failed program was:" >&5
13320 cat conftest.$ac_ext >&5
13321 rm -rf conftest*
13322 eval "ac_cv_lib_$ac_lib_var=no"
13323fi
13324rm -f conftest*
13325LIBS="$ac_save_LIBS"
13326
13327fi
13328if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13329 echo "$ac_t""yes" 1>&6
13330 PNG_LINK="-lpng"
13331else
13332 echo "$ac_t""no" 1>&6
13333fi
13334
13335
13336else
13337 echo "$ac_t""no" 1>&6
13338fi
13339
13340 if test "x$PNG_LINK" = "x" ; then
0dcf9893 13341 { echo "configure: error: system png library not found! Use --with-libpng=yes to use the built-in libpng" 1>&2; exit 1; }
422107f9
VZ
13342 fi
13343 fi
13344
10f2d63a
VZ
13345 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png"
13346fi
13347
13348JPEG_INCLUDE=
422107f9 13349if test "$wxUSE_LIBJPEG" = "yes" -o "$wxUSE_LIBJPEG" = "sys" ; then
10f2d63a
VZ
13350 cat >> confdefs.h <<\EOF
13351#define wxUSE_LIBJPEG 1
13352EOF
13353
422107f9
VZ
13354 if test "$wxUSE_LIBJPEG" = "yes" ; then
13355 JPEG_INCLUDE="-I\${top_srcdir}/src/jpeg"
13356 else
13357 JPEG_LINK=
13358 ac_safe=`echo "jpeglib.h" | sed 'y%./+-%__p_%'`
13359echo $ac_n "checking for jpeglib.h""... $ac_c" 1>&6
4f3c5f06 13360echo "configure:13361: checking for jpeglib.h" >&5
422107f9
VZ
13361if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13362 echo $ac_n "(cached) $ac_c" 1>&6
13363else
13364 cat > conftest.$ac_ext <<EOF
4f3c5f06 13365#line 13366 "configure"
422107f9
VZ
13366#include "confdefs.h"
13367#include <jpeglib.h>
13368EOF
13369ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4f3c5f06 13370{ (eval echo configure:13371: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
422107f9
VZ
13371ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13372if test -z "$ac_err"; then
13373 rm -rf conftest*
13374 eval "ac_cv_header_$ac_safe=yes"
13375else
13376 echo "$ac_err" >&5
13377 echo "configure: failed program was:" >&5
13378 cat conftest.$ac_ext >&5
13379 rm -rf conftest*
13380 eval "ac_cv_header_$ac_safe=no"
13381fi
13382rm -f conftest*
13383fi
13384if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13385 echo "$ac_t""yes" 1>&6
13386 echo $ac_n "checking for jpeg_read_header in -ljpeg""... $ac_c" 1>&6
4f3c5f06 13387echo "configure:13388: checking for jpeg_read_header in -ljpeg" >&5
422107f9
VZ
13388ac_lib_var=`echo jpeg'_'jpeg_read_header | sed 'y%./+-%__p_%'`
13389if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13390 echo $ac_n "(cached) $ac_c" 1>&6
13391else
13392 ac_save_LIBS="$LIBS"
13393LIBS="-ljpeg $LIBS"
13394cat > conftest.$ac_ext <<EOF
4f3c5f06 13395#line 13396 "configure"
422107f9
VZ
13396#include "confdefs.h"
13397/* Override any gcc2 internal prototype to avoid an error. */
13398/* We use char because int might match the return type of a gcc2
13399 builtin and then its argument prototype would still apply. */
13400char jpeg_read_header();
13401
13402int main() {
13403jpeg_read_header()
13404; return 0; }
13405EOF
4f3c5f06 13406if { (eval echo configure:13407: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
422107f9
VZ
13407 rm -rf conftest*
13408 eval "ac_cv_lib_$ac_lib_var=yes"
13409else
13410 echo "configure: failed program was:" >&5
13411 cat conftest.$ac_ext >&5
13412 rm -rf conftest*
13413 eval "ac_cv_lib_$ac_lib_var=no"
13414fi
13415rm -f conftest*
13416LIBS="$ac_save_LIBS"
13417
13418fi
13419if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13420 echo "$ac_t""yes" 1>&6
13421 JPEG_LINK="-ljpeg"
13422else
13423 echo "$ac_t""no" 1>&6
13424fi
13425
13426else
13427 echo "$ac_t""no" 1>&6
13428fi
13429
13430 if test "x$JPEG_LINK" = "x" ; then
0dcf9893 13431 { echo "configure: error: system jpeg library not found! Use --with-libjpeg=yes to use the built-in one" 1>&2; exit 1; }
422107f9
VZ
13432 fi
13433 fi
10f2d63a
VZ
13434fi
13435
c7a2bf27 13436TIFF_INCLUDE=
0dcf9893 13437if test "$wxUSE_LIBTIFF" = "yes" -o "$wxUSE_LIBTIFF" = "sys" ; then
c7a2bf27
RR
13438 cat >> confdefs.h <<\EOF
13439#define wxUSE_LIBTIFF 1
13440EOF
13441
665bbe97 13442 if test "$wxUSE_LIBTIFF" = "yes" ; then
0dcf9893
VZ
13443 TIFF_INCLUDE="-I\${top_srcdir}/src/tiff"
13444 else
13445 TIFF_LINK=
13446 ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'`
13447echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6
4f3c5f06 13448echo "configure:13449: checking for tiffio.h" >&5
0dcf9893
VZ
13449if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13450 echo $ac_n "(cached) $ac_c" 1>&6
13451else
13452 cat > conftest.$ac_ext <<EOF
4f3c5f06 13453#line 13454 "configure"
0dcf9893
VZ
13454#include "confdefs.h"
13455#include <tiffio.h>
13456EOF
13457ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4f3c5f06 13458{ (eval echo configure:13459: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
0dcf9893
VZ
13459ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13460if test -z "$ac_err"; then
13461 rm -rf conftest*
13462 eval "ac_cv_header_$ac_safe=yes"
13463else
13464 echo "$ac_err" >&5
13465 echo "configure: failed program was:" >&5
13466 cat conftest.$ac_ext >&5
13467 rm -rf conftest*
13468 eval "ac_cv_header_$ac_safe=no"
13469fi
13470rm -f conftest*
13471fi
13472if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13473 echo "$ac_t""yes" 1>&6
13474 echo $ac_n "checking for TIFFError in -ltiff""... $ac_c" 1>&6
4f3c5f06 13475echo "configure:13476: checking for TIFFError in -ltiff" >&5
0dcf9893
VZ
13476ac_lib_var=`echo tiff'_'TIFFError | sed 'y%./+-%__p_%'`
13477if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13478 echo $ac_n "(cached) $ac_c" 1>&6
13479else
13480 ac_save_LIBS="$LIBS"
13481LIBS="-ltiff -lm $LIBS"
13482cat > conftest.$ac_ext <<EOF
4f3c5f06 13483#line 13484 "configure"
0dcf9893
VZ
13484#include "confdefs.h"
13485/* Override any gcc2 internal prototype to avoid an error. */
13486/* We use char because int might match the return type of a gcc2
13487 builtin and then its argument prototype would still apply. */
13488char TIFFError();
13489
13490int main() {
13491TIFFError()
13492; return 0; }
13493EOF
4f3c5f06 13494if { (eval echo configure:13495: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
0dcf9893
VZ
13495 rm -rf conftest*
13496 eval "ac_cv_lib_$ac_lib_var=yes"
13497else
13498 echo "configure: failed program was:" >&5
13499 cat conftest.$ac_ext >&5
13500 rm -rf conftest*
13501 eval "ac_cv_lib_$ac_lib_var=no"
13502fi
13503rm -f conftest*
13504LIBS="$ac_save_LIBS"
13505
13506fi
13507if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13508 echo "$ac_t""yes" 1>&6
13509 TIFF_LINK="-ltiff"
13510else
13511 echo "$ac_t""no" 1>&6
13512fi
13513
13514else
13515 echo "$ac_t""no" 1>&6
13516fi
13517
13518 if test "x$TIFF_LINK" = "x" ; then
13519 { echo "configure: error: system tiff library not found! Use --with-libtiff=yes to use the built-in one" 1>&2; exit 1; }
13520 fi
13521 fi
c7a2bf27
RR
13522fi
13523
3fed1840
RR
13524FREETYPE_INCLUDE=
13525if test "$wxUSE_FREETYPE" = "yes" -o "$wxUSE_FREETYPE" = "sys" ; then
13526 cat >> confdefs.h <<\EOF
13527#define wxUSE_FREETYPE 1
13528EOF
13529
13530 if test "$wxUSE_FREETYPE" = "yes" ; then
13531 FREETYPE_INCLUDE="-I\${top_srcdir}/src/freetype"
13532 else
13533 FREETYPE_LINK=
13534 ac_safe=`echo "freetype.h" | sed 'y%./+-%__p_%'`
13535echo $ac_n "checking for freetype.h""... $ac_c" 1>&6
4f3c5f06 13536echo "configure:13537: checking for freetype.h" >&5
3fed1840
RR
13537if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13538 echo $ac_n "(cached) $ac_c" 1>&6
13539else
13540 cat > conftest.$ac_ext <<EOF
4f3c5f06 13541#line 13542 "configure"
3fed1840
RR
13542#include "confdefs.h"
13543#include <freetype.h>
13544EOF
13545ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4f3c5f06 13546{ (eval echo configure:13547: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3fed1840
RR
13547ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13548if test -z "$ac_err"; then
13549 rm -rf conftest*
13550 eval "ac_cv_header_$ac_safe=yes"
13551else
13552 echo "$ac_err" >&5
13553 echo "configure: failed program was:" >&5
13554 cat conftest.$ac_ext >&5
13555 rm -rf conftest*
13556 eval "ac_cv_header_$ac_safe=no"
13557fi
13558rm -f conftest*
13559fi
13560if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13561 echo "$ac_t""yes" 1>&6
13562 echo $ac_n "checking for FT_Render_Glyph in -lfreetype""... $ac_c" 1>&6
4f3c5f06 13563echo "configure:13564: checking for FT_Render_Glyph in -lfreetype" >&5
3fed1840
RR
13564ac_lib_var=`echo freetype'_'FT_Render_Glyph | sed 'y%./+-%__p_%'`
13565if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13566 echo $ac_n "(cached) $ac_c" 1>&6
13567else
13568 ac_save_LIBS="$LIBS"
13569LIBS="-lfreetype -lm $LIBS"
13570cat > conftest.$ac_ext <<EOF
4f3c5f06 13571#line 13572 "configure"
3fed1840
RR
13572#include "confdefs.h"
13573/* Override any gcc2 internal prototype to avoid an error. */
13574/* We use char because int might match the return type of a gcc2
13575 builtin and then its argument prototype would still apply. */
13576char FT_Render_Glyph();
13577
13578int main() {
13579FT_Render_Glyph()
13580; return 0; }
13581EOF
4f3c5f06 13582if { (eval echo configure:13583: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3fed1840
RR
13583 rm -rf conftest*
13584 eval "ac_cv_lib_$ac_lib_var=yes"
13585else
13586 echo "configure: failed program was:" >&5
13587 cat conftest.$ac_ext >&5
13588 rm -rf conftest*
13589 eval "ac_cv_lib_$ac_lib_var=no"
13590fi
13591rm -f conftest*
13592LIBS="$ac_save_LIBS"
13593
13594fi
13595if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13596 echo "$ac_t""yes" 1>&6
13597 FREETYPE_LINK="-lfreetype"
13598else
13599 echo "$ac_t""no" 1>&6
13600fi
13601
13602
13603else
13604 echo "$ac_t""no" 1>&6
13605fi
13606
13607 if test "x$FREETYPE_LINK" = "x" ; then
13608 { echo "configure: error: system freetype library not found! Use --with-freetype=yes to use the built-in freetype" 1>&2; exit 1; }
13609 fi
13610 fi
13611fi
13612
10f2d63a
VZ
13613if test "$wxUSE_OPENGL" = "yes"; then
13614 ac_safe=`echo "GL/gl.h" | sed 'y%./+-%__p_%'`
13615echo $ac_n "checking for GL/gl.h""... $ac_c" 1>&6
4f3c5f06 13616echo "configure:13617: checking for GL/gl.h" >&5
10f2d63a
VZ
13617if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13618 echo $ac_n "(cached) $ac_c" 1>&6
13619else
13620 cat > conftest.$ac_ext <<EOF
4f3c5f06 13621#line 13622 "configure"
10f2d63a
VZ
13622#include "confdefs.h"
13623#include <GL/gl.h>
13624EOF
13625ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4f3c5f06 13626{ (eval echo configure:13627: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
13627ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13628if test -z "$ac_err"; then
13629 rm -rf conftest*
13630 eval "ac_cv_header_$ac_safe=yes"
13631else
13632 echo "$ac_err" >&5
13633 echo "configure: failed program was:" >&5
13634 cat conftest.$ac_ext >&5
13635 rm -rf conftest*
13636 eval "ac_cv_header_$ac_safe=no"
13637fi
13638rm -f conftest*
13639fi
13640if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13641 echo "$ac_t""yes" 1>&6
13642
bdad4e7e
RR
13643 cat >> confdefs.h <<\EOF
13644#define wxUSE_OPENGL 1
13645EOF
13646
13647 cat >> confdefs.h <<\EOF
13648#define wxUSE_GLCANVAS 1
13649EOF
13650
13651 echo $ac_n "checking for glFlush in -lGL""... $ac_c" 1>&6
4f3c5f06 13652echo "configure:13653: checking for glFlush in -lGL" >&5
bdad4e7e 13653ac_lib_var=`echo GL'_'glFlush | sed 'y%./+-%__p_%'`
10f2d63a
VZ
13654if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13655 echo $ac_n "(cached) $ac_c" 1>&6
13656else
13657 ac_save_LIBS="$LIBS"
bdad4e7e 13658LIBS="-lGL $LIBS"
10f2d63a 13659cat > conftest.$ac_ext <<EOF
4f3c5f06 13660#line 13661 "configure"
10f2d63a
VZ
13661#include "confdefs.h"
13662/* Override any gcc2 internal prototype to avoid an error. */
13663/* We use char because int might match the return type of a gcc2
13664 builtin and then its argument prototype would still apply. */
bdad4e7e 13665char glFlush();
10f2d63a
VZ
13666
13667int main() {
bdad4e7e 13668glFlush()
10f2d63a
VZ
13669; return 0; }
13670EOF
4f3c5f06 13671if { (eval echo configure:13672: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
13672 rm -rf conftest*
13673 eval "ac_cv_lib_$ac_lib_var=yes"
13674else
13675 echo "configure: failed program was:" >&5
13676 cat conftest.$ac_ext >&5
13677 rm -rf conftest*
13678 eval "ac_cv_lib_$ac_lib_var=no"
13679fi
13680rm -f conftest*
13681LIBS="$ac_save_LIBS"
13682
13683fi
13684if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13685 echo "$ac_t""yes" 1>&6
13686
f6bcfd97 13687 OPENGL_LINK="-lGL -lGLU"
10f2d63a
VZ
13688
13689else
13690 echo "$ac_t""no" 1>&6
13691
bdad4e7e 13692 echo $ac_n "checking for glFlush in -lMesaGL""... $ac_c" 1>&6
4f3c5f06 13693echo "configure:13694: checking for glFlush in -lMesaGL" >&5
bdad4e7e 13694ac_lib_var=`echo MesaGL'_'glFlush | sed 'y%./+-%__p_%'`
10f2d63a
VZ
13695if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13696 echo $ac_n "(cached) $ac_c" 1>&6
13697else
13698 ac_save_LIBS="$LIBS"
13699LIBS="-lMesaGL $LIBS"
13700cat > conftest.$ac_ext <<EOF
4f3c5f06 13701#line 13702 "configure"
10f2d63a
VZ
13702#include "confdefs.h"
13703/* Override any gcc2 internal prototype to avoid an error. */
13704/* We use char because int might match the return type of a gcc2
13705 builtin and then its argument prototype would still apply. */
bdad4e7e 13706char glFlush();
10f2d63a
VZ
13707
13708int main() {
bdad4e7e 13709glFlush()
10f2d63a
VZ
13710; return 0; }
13711EOF
4f3c5f06 13712if { (eval echo configure:13713: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
13713 rm -rf conftest*
13714 eval "ac_cv_lib_$ac_lib_var=yes"
13715else
13716 echo "configure: failed program was:" >&5
13717 cat conftest.$ac_ext >&5
13718 rm -rf conftest*
13719 eval "ac_cv_lib_$ac_lib_var=no"
13720fi
13721rm -f conftest*
13722LIBS="$ac_save_LIBS"
13723
13724fi
13725if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13726 echo "$ac_t""yes" 1>&6
13727
f6bcfd97 13728 OPENGL_LINK="-lMesaGL -lMesaGLU"
10f2d63a
VZ
13729
13730else
13731 echo "$ac_t""no" 1>&6
10f2d63a
VZ
13732fi
13733
13734
13735fi
13736
13737
13738else
13739 echo "$ac_t""no" 1>&6
13740wxUSE_OPENGL=0
13741fi
13742
13743fi
13744
13745
13746if test "$wxUSE_GUI" = "yes"; then
13747 cat >> confdefs.h <<\EOF
13748#define wxUSE_GUI 1
13749EOF
13750
13751
13752 else
13753 cat >> confdefs.h <<\EOF
13754#define wxUSE_NOGUI 1
13755EOF
13756
13757fi
13758
13759
13760if test "$wxUSE_UNIX" = "yes"; then
13761 cat >> confdefs.h <<\EOF
13762#define wxUSE_UNIX 1
13763EOF
13764
13765fi
13766
13767
13768if test "$wxUSE_APPLE_IEEE" = "yes"; then
13769 cat >> confdefs.h <<\EOF
13770#define wxUSE_APPLE_IEEE 1
13771EOF
13772
13773fi
13774
10f2d63a
VZ
13775if test "$wxUSE_WAVE" = "yes"; then
13776 cat >> confdefs.h <<\EOF
13777#define wxUSE_WAVE 1
13778EOF
13779
13780fi
13781
13782if test "$wxUSE_FILE" = "yes"; then
13783 cat >> confdefs.h <<\EOF
13784#define wxUSE_FILE 1
13785EOF
13786
13787fi
13788
24528b0c
VS
13789if test "$wxUSE_FILESYSTEM" = "yes"; then
13790 cat >> confdefs.h <<\EOF
13791#define wxUSE_FILESYSTEM 1
13792EOF
13793
13794fi
13795
10f2d63a
VZ
13796if test "$wxUSE_FS_INET" = "yes"; then
13797 cat >> confdefs.h <<\EOF
13798#define wxUSE_FS_INET 1
13799EOF
13800
13801fi
13802
13803if test "$wxUSE_FS_ZIP" = "yes"; then
13804 cat >> confdefs.h <<\EOF
13805#define wxUSE_FS_ZIP 1
13806EOF
13807
13808fi
13809
13810if test "$wxUSE_ZIPSTREAM" = "yes"; then
13811 cat >> confdefs.h <<\EOF
13812#define wxUSE_ZIPSTREAM 1
13813EOF
13814
13815fi
13816
eb4efbdc
VZ
13817if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
13818 cat >> confdefs.h <<\EOF
13819#define wxUSE_ON_FATAL_EXCEPTION 1
13820EOF
13821
13822fi
13823
4f3c5f06
VZ
13824if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
13825 cat >> confdefs.h <<\EOF
13826#define wxUSE_SNGLINST_CHECKER 1
13827EOF
13828
13829fi
13830
10f2d63a
VZ
13831if test "$wxUSE_BUSYINFO" = "yes"; then
13832 cat >> confdefs.h <<\EOF
13833#define wxUSE_BUSYINFO 1
13834EOF
13835
13836fi
13837
13838if test "$wxUSE_STD_IOSTREAM" = "yes"; then
13839 cat >> confdefs.h <<\EOF
13840#define wxUSE_STD_IOSTREAM 1
13841EOF
13842
13843fi
13844
13845if test "$wxUSE_TEXTFILE" = "yes"; then
13846 if test "$wxUSE_FILE" != "yes"; then
13847 echo "configure: warning: wxTextFile requires wxFile and it won't be compiled without it" 1>&2
13848 else
13849 cat >> confdefs.h <<\EOF
13850#define wxUSE_TEXTFILE 1
13851EOF
13852
13853 fi
13854fi
13855
13856if test "$wxUSE_CONFIG" = "yes" ; then
13857 if test "$wxUSE_TEXTFILE" != "yes"; then
13858 echo "configure: warning: wxConfig requires wxTextFile and it won't be compiled without it" 1>&2
13859 else
13860 cat >> confdefs.h <<\EOF
13861#define wxUSE_CONFIG 1
13862EOF
13863
13864 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
13865 fi
13866fi
13867
13868if test "$wxUSE_INTL" = "yes" ; then
13869 if test "$wxUSE_FILE" != "yes"; then
13870 echo "configure: warning: I18n code requires wxFile and it won't be compiled without it" 1>&2
13871 else
13872 cat >> confdefs.h <<\EOF
13873#define wxUSE_INTL 1
13874EOF
13875
13876 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
f6bcfd97 13877 GUIDIST="$GUIDIST INTL_DIST"
10f2d63a
VZ
13878 fi
13879fi
13880
13881if test "$wxUSE_LOG" = "yes"; then
13882 cat >> confdefs.h <<\EOF
13883#define wxUSE_LOG 1
13884EOF
13885
13886fi
13887
13888if test "$wxUSE_LONGLONG" = "yes"; then
13889 cat >> confdefs.h <<\EOF
13890#define wxUSE_LONGLONG 1
13891EOF
13892
13893fi
13894
e8f65ba6
RR
13895if test "$wxUSE_GEOMETRY" = "yes"; then
13896 cat >> confdefs.h <<\EOF
13897#define wxUSE_GEOMETRY 1
13898EOF
13899
13900fi
13901
10f2d63a
VZ
13902if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then
13903 cat >> confdefs.h <<\EOF
13904#define wxUSE_DIALUP_MANAGER 1
13905EOF
13906
70f7a477 13907 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
10f2d63a
VZ
13908fi
13909
13910if test "$wxUSE_STREAMS" = "yes" ; then
13911 cat >> confdefs.h <<\EOF
13912#define wxUSE_STREAMS 1
13913EOF
13914
13915fi
13916
10f2d63a 13917
afc31813 13918if test "$wxUSE_TIMEDATE" = "yes"; then
83307f33
VZ
13919 for ac_func in strptime
13920do
13921echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4f3c5f06 13922echo "configure:13923: checking for $ac_func" >&5
83307f33
VZ
13923if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13924 echo $ac_n "(cached) $ac_c" 1>&6
13925else
13926 cat > conftest.$ac_ext <<EOF
4f3c5f06 13927#line 13928 "configure"
83307f33
VZ
13928#include "confdefs.h"
13929/* System header to define __stub macros and hopefully few prototypes,
13930 which can conflict with char $ac_func(); below. */
13931#include <assert.h>
13932/* Override any gcc2 internal prototype to avoid an error. */
13933/* We use char because int might match the return type of a gcc2
13934 builtin and then its argument prototype would still apply. */
13935char $ac_func();
13936
13937int main() {
13938
13939/* The GNU C library defines this for functions which it implements
13940 to always fail with ENOSYS. Some functions are actually named
13941 something starting with __ and the normal name is an alias. */
13942#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13943choke me
13944#else
e8482f24 13945$ac_func();
83307f33
VZ
13946#endif
13947
13948; return 0; }
13949EOF
4f3c5f06 13950if { (eval echo configure:13951: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
83307f33
VZ
13951 rm -rf conftest*
13952 eval "ac_cv_func_$ac_func=yes"
13953else
13954 echo "configure: failed program was:" >&5
13955 cat conftest.$ac_ext >&5
13956 rm -rf conftest*
13957 eval "ac_cv_func_$ac_func=no"
13958fi
13959rm -f conftest*
13960fi
13961
13962if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13963 echo "$ac_t""yes" 1>&6
13964 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13965 cat >> confdefs.h <<EOF
13966#define $ac_tr_func 1
13967EOF
13968
13969else
13970 echo "$ac_t""no" 1>&6
13971fi
13972done
13973
13974
360d6699 13975 echo $ac_n "checking for timezone variable in <time.h>""... $ac_c" 1>&6
4f3c5f06 13976echo "configure:13977: checking for timezone variable in <time.h>" >&5
360d6699
VZ
13977if eval "test \"`echo '$''{'wx_cv_var_timezone'+set}'`\" = set"; then
13978 echo $ac_n "(cached) $ac_c" 1>&6
13979else
13980
13981 cat > conftest.$ac_ext <<EOF
4f3c5f06 13982#line 13983 "configure"
360d6699
VZ
13983#include "confdefs.h"
13984
b4085ce6 13985 #include <time.h>
360d6699
VZ
13986
13987int main() {
13988
13989 int tz;
13990 tz = __timezone;
13991
13992; return 0; }
13993EOF
4f3c5f06 13994if { (eval echo configure:13995: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
360d6699
VZ
13995 rm -rf conftest*
13996
13997 wx_cv_var_timezone=__timezone
13998
13999else
14000 echo "configure: failed program was:" >&5
14001 cat conftest.$ac_ext >&5
14002 rm -rf conftest*
14003
14004 cat > conftest.$ac_ext <<EOF
4f3c5f06 14005#line 14006 "configure"
360d6699
VZ
14006#include "confdefs.h"
14007
b4085ce6 14008 #include <time.h>
360d6699
VZ
14009
14010int main() {
14011
14012 int tz;
14013 tz = _timezone;
14014
14015; return 0; }
14016EOF
4f3c5f06 14017if { (eval echo configure:14018: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
360d6699
VZ
14018 rm -rf conftest*
14019
14020 wx_cv_var_timezone=_timezone
14021
5357c8e8
VZ
14022else
14023 echo "configure: failed program was:" >&5
14024 cat conftest.$ac_ext >&5
14025 rm -rf conftest*
14026
14027 cat > conftest.$ac_ext <<EOF
4f3c5f06 14028#line 14029 "configure"
5357c8e8
VZ
14029#include "confdefs.h"
14030
b4085ce6 14031 #include <time.h>
5357c8e8
VZ
14032
14033int main() {
14034
14035 int tz;
14036 tz = timezone;
14037
14038; return 0; }
14039EOF
4f3c5f06 14040if { (eval echo configure:14041: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5357c8e8
VZ
14041 rm -rf conftest*
14042
14043 wx_cv_var_timezone=timezone
14044
360d6699
VZ
14045else
14046 echo "configure: failed program was:" >&5
14047 cat conftest.$ac_ext >&5
14048 rm -rf conftest*
14049 { echo "configure: error: no timezone variable" 1>&2; exit 1; }
5357c8e8
VZ
14050
14051fi
14052rm -f conftest*
14053
360d6699
VZ
14054
14055fi
14056rm -f conftest*
14057
14058
14059fi
14060rm -f conftest*
14061
14062
14063fi
14064
14065echo "$ac_t""$wx_cv_var_timezone" 1>&6
14066
14067 cat >> confdefs.h <<EOF
14068#define WX_TIMEZONE $wx_cv_var_timezone
14069EOF
14070
14071
3fcdd07b 14072 for ac_func in localtime
afc31813
VZ
14073do
14074echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4f3c5f06 14075echo "configure:14076: checking for $ac_func" >&5
afc31813
VZ
14076if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14077 echo $ac_n "(cached) $ac_c" 1>&6
14078else
14079 cat > conftest.$ac_ext <<EOF
4f3c5f06 14080#line 14081 "configure"
10f2d63a 14081#include "confdefs.h"
afc31813
VZ
14082/* System header to define __stub macros and hopefully few prototypes,
14083 which can conflict with char $ac_func(); below. */
14084#include <assert.h>
14085/* Override any gcc2 internal prototype to avoid an error. */
14086/* We use char because int might match the return type of a gcc2
14087 builtin and then its argument prototype would still apply. */
14088char $ac_func();
14089
10f2d63a 14090int main() {
afc31813
VZ
14091
14092/* The GNU C library defines this for functions which it implements
14093 to always fail with ENOSYS. Some functions are actually named
14094 something starting with __ and the normal name is an alias. */
14095#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14096choke me
14097#else
e8482f24 14098$ac_func();
afc31813
VZ
14099#endif
14100
10f2d63a
VZ
14101; return 0; }
14102EOF
4f3c5f06 14103if { (eval echo configure:14104: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a 14104 rm -rf conftest*
afc31813 14105 eval "ac_cv_func_$ac_func=yes"
10f2d63a
VZ
14106else
14107 echo "configure: failed program was:" >&5
14108 cat conftest.$ac_ext >&5
14109 rm -rf conftest*
afc31813
VZ
14110 eval "ac_cv_func_$ac_func=no"
14111fi
14112rm -f conftest*
14113fi
14114
14115if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14116 echo "$ac_t""yes" 1>&6
14117 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14118 cat >> confdefs.h <<EOF
14119#define $ac_tr_func 1
14120EOF
3fcdd07b 14121
afc31813
VZ
14122else
14123 echo "$ac_t""no" 1>&6
14124fi
14125done
14126
14127
0470b1e6
VZ
14128 if test "$ac_cv_func_localtime" = "yes"; then
14129 echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6
4f3c5f06 14130echo "configure:14131: checking for tm_gmtoff in struct tm" >&5
0470b1e6
VZ
14131if eval "test \"`echo '$''{'wx_cv_struct_tm_has_gmtoff'+set}'`\" = set"; then
14132 echo $ac_n "(cached) $ac_c" 1>&6
14133else
14134
14135 cat > conftest.$ac_ext <<EOF
4f3c5f06 14136#line 14137 "configure"
0470b1e6
VZ
14137#include "confdefs.h"
14138
b4085ce6 14139 #include <time.h>
0470b1e6
VZ
14140
14141int main() {
14142
14143 struct tm tm;
14144 tm.tm_gmtoff++;
14145
14146; return 0; }
14147EOF
4f3c5f06 14148if { (eval echo configure:14149: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
0470b1e6
VZ
14149 rm -rf conftest*
14150
f03a98d8 14151 wx_cv_struct_tm_has_gmtoff=yes
0470b1e6
VZ
14152 cat >> confdefs.h <<\EOF
14153#define WX_GMTOFF_IN_TM 1
14154EOF
14155
14156
14157else
14158 echo "configure: failed program was:" >&5
14159 cat conftest.$ac_ext >&5
14160 rm -rf conftest*
14161 wx_cv_struct_tm_has_gmtoff=no
14162
14163fi
14164rm -f conftest*
14165
14166fi
14167
14168echo "$ac_t""$wx_cv_struct_tm_has_gmtoff" 1>&6
3fcdd07b
VZ
14169 fi
14170
14171 for ac_func in gettimeofday ftime
14172do
14173echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4f3c5f06 14174echo "configure:14175: checking for $ac_func" >&5
3fcdd07b
VZ
14175if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14176 echo $ac_n "(cached) $ac_c" 1>&6
14177else
14178 cat > conftest.$ac_ext <<EOF
4f3c5f06 14179#line 14180 "configure"
3fcdd07b
VZ
14180#include "confdefs.h"
14181/* System header to define __stub macros and hopefully few prototypes,
14182 which can conflict with char $ac_func(); below. */
14183#include <assert.h>
14184/* Override any gcc2 internal prototype to avoid an error. */
14185/* We use char because int might match the return type of a gcc2
14186 builtin and then its argument prototype would still apply. */
14187char $ac_func();
14188
14189int main() {
14190
14191/* The GNU C library defines this for functions which it implements
14192 to always fail with ENOSYS. Some functions are actually named
14193 something starting with __ and the normal name is an alias. */
14194#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14195choke me
14196#else
e8482f24 14197$ac_func();
3fcdd07b
VZ
14198#endif
14199
14200; return 0; }
14201EOF
4f3c5f06 14202if { (eval echo configure:14203: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3fcdd07b
VZ
14203 rm -rf conftest*
14204 eval "ac_cv_func_$ac_func=yes"
14205else
14206 echo "configure: failed program was:" >&5
14207 cat conftest.$ac_ext >&5
14208 rm -rf conftest*
14209 eval "ac_cv_func_$ac_func=no"
14210fi
14211rm -f conftest*
14212fi
14213
14214if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14215 echo "$ac_t""yes" 1>&6
14216 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14217 cat >> confdefs.h <<EOF
14218#define $ac_tr_func 1
14219EOF
14220 break
14221else
14222 echo "$ac_t""no" 1>&6
14223fi
14224done
14225
14226
14227 if test "$ac_cv_func_gettimeofday" = "yes"; then
afc31813 14228 echo $ac_n "checking whether gettimeofday takes two arguments""... $ac_c" 1>&6
4f3c5f06 14229echo "configure:14230: checking whether gettimeofday takes two arguments" >&5
afc31813
VZ
14230if eval "test \"`echo '$''{'wx_cv_func_gettimeofday_has_2_args'+set}'`\" = set"; then
14231 echo $ac_n "(cached) $ac_c" 1>&6
14232else
14233
14234
14235 ac_ext=C
14236# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14237ac_cpp='$CXXCPP $CPPFLAGS'
14238ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14239ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14240cross_compiling=$ac_cv_prog_cxx_cross
14241
14242
14243 cat > conftest.$ac_ext <<EOF
4f3c5f06 14244#line 14245 "configure"
10f2d63a 14245#include "confdefs.h"
afc31813
VZ
14246
14247 #include <sys/time.h>
14248 #include <unistd.h>
14249
10f2d63a 14250int main() {
afc31813
VZ
14251
14252 struct timeval tv;
14253 struct timezone tz;
14254 gettimeofday(&tv, &tz);
14255
10f2d63a
VZ
14256; return 0; }
14257EOF
4f3c5f06 14258if { (eval echo configure:14259: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10f2d63a 14259 rm -rf conftest*
afc31813 14260 wx_cv_func_gettimeofday_has_2_args=yes
10f2d63a
VZ
14261else
14262 echo "configure: failed program was:" >&5
14263 cat conftest.$ac_ext >&5
14264 rm -rf conftest*
14265 cat > conftest.$ac_ext <<EOF
4f3c5f06 14266#line 14267 "configure"
10f2d63a 14267#include "confdefs.h"
afc31813
VZ
14268
14269 #include <sys/time.h>
14270 #include <unistd.h>
14271
10f2d63a 14272int main() {
afc31813
VZ
14273
14274 struct timeval tv;
14275 gettimeofday(&tv);
14276
10f2d63a
VZ
14277; return 0; }
14278EOF
4f3c5f06 14279if { (eval echo configure:14280: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10f2d63a 14280 rm -rf conftest*
afc31813 14281 wx_cv_func_gettimeofday_has_2_args=no
10f2d63a
VZ
14282else
14283 echo "configure: failed program was:" >&5
14284 cat conftest.$ac_ext >&5
14285 rm -rf conftest*
afc31813
VZ
14286 wx_cv_func_gettimeofday_has_2_args=unknown
14287
10f2d63a
VZ
14288fi
14289rm -f conftest*
afc31813 14290
10f2d63a
VZ
14291fi
14292rm -f conftest*
afc31813 14293 ac_ext=c
10f2d63a
VZ
14294# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14295ac_cpp='$CPP $CPPFLAGS'
14296ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14297ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14298cross_compiling=$ac_cv_prog_cc_cross
14299
afc31813
VZ
14300
14301fi
14302
14303echo "$ac_t""$wx_cv_func_gettimeofday_has_2_args" 1>&6
c63c7106 14304
afc31813
VZ
14305 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
14306 cat >> confdefs.h <<\EOF
14307#define WX_GETTIMEOFDAY_NO_TZ 1
14308EOF
14309
14310 fi
14311 fi
14312
14313 cat >> confdefs.h <<\EOF
14314#define wxUSE_TIMEDATE 1
14315EOF
14316
14317 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
14318fi
14319
14320
b089607b
VZ
14321if test "$TOOLKIT" != "MSW"; then
14322
afc31813 14323if test "$wxUSE_SOCKETS" = "yes"; then
c63c7106 14324 echo $ac_n "checking for socket""... $ac_c" 1>&6
4f3c5f06 14325echo "configure:14326: checking for socket" >&5
c63c7106
VZ
14326if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
14327 echo $ac_n "(cached) $ac_c" 1>&6
14328else
14329 cat > conftest.$ac_ext <<EOF
4f3c5f06 14330#line 14331 "configure"
c63c7106
VZ
14331#include "confdefs.h"
14332/* System header to define __stub macros and hopefully few prototypes,
14333 which can conflict with char socket(); below. */
14334#include <assert.h>
14335/* Override any gcc2 internal prototype to avoid an error. */
14336/* We use char because int might match the return type of a gcc2
14337 builtin and then its argument prototype would still apply. */
14338char socket();
14339
14340int main() {
14341
14342/* The GNU C library defines this for functions which it implements
14343 to always fail with ENOSYS. Some functions are actually named
14344 something starting with __ and the normal name is an alias. */
14345#if defined (__stub_socket) || defined (__stub___socket)
14346choke me
14347#else
e8482f24 14348socket();
c63c7106
VZ
14349#endif
14350
14351; return 0; }
14352EOF
4f3c5f06 14353if { (eval echo configure:14354: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c63c7106
VZ
14354 rm -rf conftest*
14355 eval "ac_cv_func_socket=yes"
14356else
14357 echo "configure: failed program was:" >&5
14358 cat conftest.$ac_ext >&5
14359 rm -rf conftest*
14360 eval "ac_cv_func_socket=no"
14361fi
14362rm -f conftest*
14363fi
14364
14365if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then
14366 echo "$ac_t""yes" 1>&6
14367 :
14368else
14369 echo "$ac_t""no" 1>&6
14370echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
4f3c5f06 14371echo "configure:14372: checking for socket in -lsocket" >&5
c63c7106
VZ
14372ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
14373if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14374 echo $ac_n "(cached) $ac_c" 1>&6
14375else
14376 ac_save_LIBS="$LIBS"
14377LIBS="-lsocket $LIBS"
14378cat > conftest.$ac_ext <<EOF
4f3c5f06 14379#line 14380 "configure"
c63c7106
VZ
14380#include "confdefs.h"
14381/* Override any gcc2 internal prototype to avoid an error. */
14382/* We use char because int might match the return type of a gcc2
14383 builtin and then its argument prototype would still apply. */
14384char socket();
14385
14386int main() {
14387socket()
14388; return 0; }
14389EOF
4f3c5f06 14390if { (eval echo configure:14391: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c63c7106
VZ
14391 rm -rf conftest*
14392 eval "ac_cv_lib_$ac_lib_var=yes"
14393else
14394 echo "configure: failed program was:" >&5
14395 cat conftest.$ac_ext >&5
14396 rm -rf conftest*
14397 eval "ac_cv_lib_$ac_lib_var=no"
14398fi
14399rm -f conftest*
14400LIBS="$ac_save_LIBS"
14401
14402fi
14403if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14404 echo "$ac_t""yes" 1>&6
14405 INET_LINK="$INET_LINK -lsocket"
c63c7106
VZ
14406else
14407 echo "$ac_t""no" 1>&6
afc31813
VZ
14408
14409 echo "configure: warning: socket library not found - sockets will be disabled" 1>&2
14410 wxUSE_SOCKETS=no
14411
14412
c63c7106
VZ
14413fi
14414
14415
14416fi
14417
10f2d63a
VZ
14418fi
14419
b089607b 14420
afc31813 14421if test "$wxUSE_SOCKETS" = "yes" ; then
51a9faba 14422 echo $ac_n "checking what is the type of the third argument of getsockname""... $ac_c" 1>&6
4f3c5f06 14423echo "configure:14424: checking what is the type of the third argument of getsockname" >&5
51a9faba
VZ
14424if eval "test \"`echo '$''{'wx_cv_type_getsockname3'+set}'`\" = set"; then
14425 echo $ac_n "(cached) $ac_c" 1>&6
14426else
14427
14428
14429 ac_ext=C
afc31813
VZ
14430# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14431ac_cpp='$CXXCPP $CPPFLAGS'
14432ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14433ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14434cross_compiling=$ac_cv_prog_cxx_cross
14435
51a9faba
VZ
14436
14437 cat > conftest.$ac_ext <<EOF
4f3c5f06 14438#line 14439 "configure"
afc31813 14439#include "confdefs.h"
51a9faba 14440
3ace2e6d 14441 #include <sys/types.h>
51a9faba
VZ
14442 #include <sys/socket.h>
14443
afc31813 14444int main() {
51a9faba
VZ
14445
14446 socklen_t len;
14447 getsockname(0, 0, &len);
14448
afc31813
VZ
14449; return 0; }
14450EOF
4f3c5f06 14451if { (eval echo configure:14452: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
afc31813 14452 rm -rf conftest*
51a9faba 14453 wx_cv_type_getsockname3=socklen_t
afc31813
VZ
14454else
14455 echo "configure: failed program was:" >&5
14456 cat conftest.$ac_ext >&5
14457 rm -rf conftest*
14458 cat > conftest.$ac_ext <<EOF
4f3c5f06 14459#line 14460 "configure"
afc31813 14460#include "confdefs.h"
51a9faba 14461
3ace2e6d 14462 #include <sys/types.h>
51a9faba
VZ
14463 #include <sys/socket.h>
14464
afc31813 14465int main() {
51a9faba
VZ
14466
14467 size_t len;
14468 getsockname(0, 0, &len);
14469
afc31813
VZ
14470; return 0; }
14471EOF
4f3c5f06 14472if { (eval echo configure:14473: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
afc31813 14473 rm -rf conftest*
51a9faba 14474 wx_cv_type_getsockname3=size_t
afc31813
VZ
14475else
14476 echo "configure: failed program was:" >&5
14477 cat conftest.$ac_ext >&5
14478 rm -rf conftest*
14479 cat > conftest.$ac_ext <<EOF
4f3c5f06 14480#line 14481 "configure"
afc31813 14481#include "confdefs.h"
51a9faba 14482
3ace2e6d 14483 #include <sys/types.h>
51a9faba
VZ
14484 #include <sys/socket.h>
14485
afc31813 14486int main() {
51a9faba
VZ
14487
14488 int len;
14489 getsockname(0, 0, &len);
14490
afc31813
VZ
14491; return 0; }
14492EOF
4f3c5f06 14493if { (eval echo configure:14494: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
afc31813 14494 rm -rf conftest*
51a9faba 14495 wx_cv_type_getsockname3=int
afc31813
VZ
14496else
14497 echo "configure: failed program was:" >&5
14498 cat conftest.$ac_ext >&5
3ace2e6d
SN
14499 rm -rf conftest*
14500 wx_cv_type_getsockname3=unknown
14501
afc31813
VZ
14502fi
14503rm -f conftest*
51a9faba 14504
afc31813
VZ
14505fi
14506rm -f conftest*
51a9faba 14507
afc31813
VZ
14508fi
14509rm -f conftest*
51a9faba
VZ
14510
14511 ac_ext=c
afc31813
VZ
14512# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14513ac_cpp='$CPP $CPPFLAGS'
14514ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14515ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14516cross_compiling=$ac_cv_prog_cc_cross
14517
51a9faba
VZ
14518
14519fi
14520
14521echo "$ac_t""$wx_cv_type_getsockname3" 1>&6
14522
14523 if test "$wx_cv_type_getsockname3" = "unknown"; then
14524 wxUSE_SOCKETS=no
14525 echo "configure: warning: Couldn't find socklen_t synonym for this system" 1>&2
14526 else
14527 cat >> confdefs.h <<EOF
14528#define SOCKLEN_T $wx_cv_type_getsockname3
14529EOF
14530
14531 fi
14532fi
afc31813 14533
c521c494
RL
14534fi
14535
51a9faba 14536if test "$wxUSE_SOCKETS" = "yes" ; then
afc31813
VZ
14537 cat >> confdefs.h <<\EOF
14538#define wxUSE_SOCKETS 1
14539EOF
14540
70f7a477 14541 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
afc31813
VZ
14542 INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS protocol"
14543fi
14544
10f2d63a 14545
dc3d889d
VZ
14546if test "$wxUSE_GUI" = "yes"; then
14547
b089607b
VZ
14548if test "$TOOLKIT" != "MSW"; then
14549
ceded8b9 14550if test "$wxUSE_JOYSTICK" = "yes"; then
10f2d63a
VZ
14551 for ac_hdr in linux/joystick.h
14552do
14553ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
14554echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4f3c5f06 14555echo "configure:14556: checking for $ac_hdr" >&5
10f2d63a
VZ
14556if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
14557 echo $ac_n "(cached) $ac_c" 1>&6
14558else
14559 cat > conftest.$ac_ext <<EOF
4f3c5f06 14560#line 14561 "configure"
10f2d63a
VZ
14561#include "confdefs.h"
14562#include <$ac_hdr>
14563EOF
14564ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4f3c5f06 14565{ (eval echo configure:14566: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
14566ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
14567if test -z "$ac_err"; then
14568 rm -rf conftest*
14569 eval "ac_cv_header_$ac_safe=yes"
14570else
14571 echo "$ac_err" >&5
14572 echo "configure: failed program was:" >&5
14573 cat conftest.$ac_ext >&5
14574 rm -rf conftest*
14575 eval "ac_cv_header_$ac_safe=no"
14576fi
14577rm -f conftest*
14578fi
14579if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
14580 echo "$ac_t""yes" 1>&6
14581 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
14582 cat >> confdefs.h <<EOF
14583#define $ac_tr_hdr 1
14584EOF
14585
14586else
14587 echo "$ac_t""no" 1>&6
14588fi
14589done
14590
b089607b 14591 if test "$ac_cv_header_linux_joystick_h" != "yes"; then
ceded8b9 14592 wxUSE_JOYSTICK=no
dc3d889d 14593 echo "configure: warning: Joystick not supported by this system" 1>&2
b089607b
VZ
14594 fi
14595fi
14596
14597fi
14598
ceded8b9 14599if test "$wxUSE_JOYSTICK" = "yes"; then
10f2d63a
VZ
14600 cat >> confdefs.h <<\EOF
14601#define wxUSE_JOYSTICK 1
14602EOF
14603
14604 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
10f2d63a
VZ
14605fi
14606
dc3d889d
VZ
14607fi
14608
10f2d63a 14609
b089607b
VZ
14610if test "$TOOLKIT" != "MSW"; then
14611
10f2d63a
VZ
14612HAVE_DL_FUNCS=0
14613HAVE_SHL_FUNCS=0
14614if test "$wxUSE_DYNLIB_CLASS" = "yes"; then
b4085ce6
GD
14615 if test "$USE_MAC" = 1; then
14616 HAVE_DL_FUNCS=1
14617 else
14618 for ac_func in dlopen
10f2d63a
VZ
14619do
14620echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4f3c5f06 14621echo "configure:14622: checking for $ac_func" >&5
10f2d63a
VZ
14622if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14623 echo $ac_n "(cached) $ac_c" 1>&6
14624else
14625 cat > conftest.$ac_ext <<EOF
4f3c5f06 14626#line 14627 "configure"
10f2d63a
VZ
14627#include "confdefs.h"
14628/* System header to define __stub macros and hopefully few prototypes,
14629 which can conflict with char $ac_func(); below. */
14630#include <assert.h>
14631/* Override any gcc2 internal prototype to avoid an error. */
14632/* We use char because int might match the return type of a gcc2
14633 builtin and then its argument prototype would still apply. */
14634char $ac_func();
14635
14636int main() {
14637
14638/* The GNU C library defines this for functions which it implements
14639 to always fail with ENOSYS. Some functions are actually named
14640 something starting with __ and the normal name is an alias. */
14641#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14642choke me
14643#else
e8482f24 14644$ac_func();
10f2d63a
VZ
14645#endif
14646
14647; return 0; }
14648EOF
4f3c5f06 14649if { (eval echo configure:14650: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
14650 rm -rf conftest*
14651 eval "ac_cv_func_$ac_func=yes"
14652else
14653 echo "configure: failed program was:" >&5
14654 cat conftest.$ac_ext >&5
14655 rm -rf conftest*
14656 eval "ac_cv_func_$ac_func=no"
14657fi
14658rm -f conftest*
14659fi
14660
14661if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14662 echo "$ac_t""yes" 1>&6
14663 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14664 cat >> confdefs.h <<EOF
14665#define $ac_tr_func 1
14666EOF
14667
14668 cat >> confdefs.h <<\EOF
14669#define HAVE_DLOPEN 1
14670EOF
14671
14672 HAVE_DL_FUNCS=1
14673
14674else
14675 echo "$ac_t""no" 1>&6
14676echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
4f3c5f06 14677echo "configure:14678: checking for dlopen in -ldl" >&5
10f2d63a
VZ
14678ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
14679if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14680 echo $ac_n "(cached) $ac_c" 1>&6
14681else
14682 ac_save_LIBS="$LIBS"
14683LIBS="-ldl $LIBS"
14684cat > conftest.$ac_ext <<EOF
4f3c5f06 14685#line 14686 "configure"
10f2d63a
VZ
14686#include "confdefs.h"
14687/* Override any gcc2 internal prototype to avoid an error. */
14688/* We use char because int might match the return type of a gcc2
14689 builtin and then its argument prototype would still apply. */
14690char dlopen();
14691
14692int main() {
14693dlopen()
14694; return 0; }
14695EOF
4f3c5f06 14696if { (eval echo configure:14697: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
14697 rm -rf conftest*
14698 eval "ac_cv_lib_$ac_lib_var=yes"
14699else
14700 echo "configure: failed program was:" >&5
14701 cat conftest.$ac_ext >&5
14702 rm -rf conftest*
14703 eval "ac_cv_lib_$ac_lib_var=no"
14704fi
14705rm -f conftest*
14706LIBS="$ac_save_LIBS"
14707
14708fi
14709if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14710 echo "$ac_t""yes" 1>&6
14711
14712 cat >> confdefs.h <<\EOF
14713#define HAVE_DLOPEN 1
14714EOF
14715
14716 HAVE_DL_FUNCS=1
14717 LIBS="$LIBS -ldl"
14718
14719else
14720 echo "$ac_t""no" 1>&6
14721
14722 for ac_func in shl_load
14723do
14724echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4f3c5f06 14725echo "configure:14726: checking for $ac_func" >&5
10f2d63a
VZ
14726if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14727 echo $ac_n "(cached) $ac_c" 1>&6
14728else
14729 cat > conftest.$ac_ext <<EOF
4f3c5f06 14730#line 14731 "configure"
10f2d63a
VZ
14731#include "confdefs.h"
14732/* System header to define __stub macros and hopefully few prototypes,
14733 which can conflict with char $ac_func(); below. */
14734#include <assert.h>
14735/* Override any gcc2 internal prototype to avoid an error. */
14736/* We use char because int might match the return type of a gcc2
14737 builtin and then its argument prototype would still apply. */
14738char $ac_func();
14739
14740int main() {
14741
14742/* The GNU C library defines this for functions which it implements
14743 to always fail with ENOSYS. Some functions are actually named
14744 something starting with __ and the normal name is an alias. */
14745#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14746choke me
14747#else
e8482f24 14748$ac_func();
10f2d63a
VZ
14749#endif
14750
14751; return 0; }
14752EOF
4f3c5f06 14753if { (eval echo configure:14754: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
14754 rm -rf conftest*
14755 eval "ac_cv_func_$ac_func=yes"
14756else
14757 echo "configure: failed program was:" >&5
14758 cat conftest.$ac_ext >&5
14759 rm -rf conftest*
14760 eval "ac_cv_func_$ac_func=no"
14761fi
14762rm -f conftest*
14763fi
14764
14765if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14766 echo "$ac_t""yes" 1>&6
14767 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14768 cat >> confdefs.h <<EOF
14769#define $ac_tr_func 1
14770EOF
14771
14772 cat >> confdefs.h <<\EOF
14773#define HAVE_SHL_LOAD 1
14774EOF
14775
14776 HAVE_SHL_FUNCS=1
14777
14778else
14779 echo "$ac_t""no" 1>&6
f6bcfd97 14780echo $ac_n "checking for dld in -lshl_load""... $ac_c" 1>&6
4f3c5f06 14781echo "configure:14782: checking for dld in -lshl_load" >&5
f6bcfd97
BP
14782ac_lib_var=`echo shl_load'_'dld | sed 'y%./+-%__p_%'`
14783if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14784 echo $ac_n "(cached) $ac_c" 1>&6
14785else
14786 ac_save_LIBS="$LIBS"
14787LIBS="-lshl_load $LIBS"
14788cat > conftest.$ac_ext <<EOF
4f3c5f06 14789#line 14790 "configure"
f6bcfd97
BP
14790#include "confdefs.h"
14791/* Override any gcc2 internal prototype to avoid an error. */
14792/* We use char because int might match the return type of a gcc2
14793 builtin and then its argument prototype would still apply. */
14794char dld();
14795
14796int main() {
14797dld()
14798; return 0; }
14799EOF
4f3c5f06 14800if { (eval echo configure:14801: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
f6bcfd97
BP
14801 rm -rf conftest*
14802 eval "ac_cv_lib_$ac_lib_var=yes"
14803else
14804 echo "configure: failed program was:" >&5
14805 cat conftest.$ac_ext >&5
14806 rm -rf conftest*
14807 eval "ac_cv_lib_$ac_lib_var=no"
14808fi
14809rm -f conftest*
14810LIBS="$ac_save_LIBS"
14811
14812fi
14813if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14814 echo "$ac_t""yes" 1>&6
14815
14816 HAVE_SHL_FUNCS=1
14817 LIBS="$LIBS -ldld"
14818
14819else
14820 echo "$ac_t""no" 1>&6
14821fi
14822
14823
10f2d63a
VZ
14824fi
14825done
14826
14827
14828fi
14829
14830
14831fi
14832done
14833
14834
f6bcfd97
BP
14835 if test "$HAVE_DL_FUNCS" = 1; then
14836 for ac_func in dlerror
14837do
14838echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4f3c5f06 14839echo "configure:14840: checking for $ac_func" >&5
f6bcfd97
BP
14840if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14841 echo $ac_n "(cached) $ac_c" 1>&6
14842else
14843 cat > conftest.$ac_ext <<EOF
4f3c5f06 14844#line 14845 "configure"
f6bcfd97
BP
14845#include "confdefs.h"
14846/* System header to define __stub macros and hopefully few prototypes,
14847 which can conflict with char $ac_func(); below. */
14848#include <assert.h>
14849/* Override any gcc2 internal prototype to avoid an error. */
14850/* We use char because int might match the return type of a gcc2
14851 builtin and then its argument prototype would still apply. */
14852char $ac_func();
14853
14854int main() {
14855
14856/* The GNU C library defines this for functions which it implements
14857 to always fail with ENOSYS. Some functions are actually named
14858 something starting with __ and the normal name is an alias. */
14859#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14860choke me
14861#else
14862$ac_func();
14863#endif
14864
14865; return 0; }
14866EOF
4f3c5f06 14867if { (eval echo configure:14868: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
f6bcfd97
BP
14868 rm -rf conftest*
14869 eval "ac_cv_func_$ac_func=yes"
14870else
14871 echo "configure: failed program was:" >&5
14872 cat conftest.$ac_ext >&5
14873 rm -rf conftest*
14874 eval "ac_cv_func_$ac_func=no"
14875fi
14876rm -f conftest*
14877fi
14878
14879if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14880 echo "$ac_t""yes" 1>&6
14881 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14882 cat >> confdefs.h <<EOF
14883#define $ac_tr_func 1
14884EOF
14885 cat >> confdefs.h <<\EOF
14886#define HAVE_DLERROR 1
14887EOF
14888
14889else
14890 echo "$ac_t""no" 1>&6
14891echo $ac_n "checking for dlerror in -ldl""... $ac_c" 1>&6
4f3c5f06 14892echo "configure:14893: checking for dlerror in -ldl" >&5
f6bcfd97
BP
14893ac_lib_var=`echo dl'_'dlerror | sed 'y%./+-%__p_%'`
14894if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14895 echo $ac_n "(cached) $ac_c" 1>&6
14896else
14897 ac_save_LIBS="$LIBS"
14898LIBS="-ldl $LIBS"
14899cat > conftest.$ac_ext <<EOF
4f3c5f06 14900#line 14901 "configure"
f6bcfd97
BP
14901#include "confdefs.h"
14902/* Override any gcc2 internal prototype to avoid an error. */
14903/* We use char because int might match the return type of a gcc2
14904 builtin and then its argument prototype would still apply. */
14905char dlerror();
14906
14907int main() {
14908dlerror()
14909; return 0; }
14910EOF
4f3c5f06 14911if { (eval echo configure:14912: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
f6bcfd97
BP
14912 rm -rf conftest*
14913 eval "ac_cv_lib_$ac_lib_var=yes"
14914else
14915 echo "configure: failed program was:" >&5
14916 cat conftest.$ac_ext >&5
14917 rm -rf conftest*
14918 eval "ac_cv_lib_$ac_lib_var=no"
14919fi
14920rm -f conftest*
14921LIBS="$ac_save_LIBS"
14922
14923fi
14924if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14925 echo "$ac_t""yes" 1>&6
14926 cat >> confdefs.h <<\EOF
14927#define HAVE_DLERROR 1
14928EOF
14929
14930else
14931 echo "$ac_t""no" 1>&6
14932fi
14933
14934fi
14935done
14936
14937 fi
b4085ce6 14938 fi
f6bcfd97 14939
10f2d63a
VZ
14940 if test "$HAVE_DL_FUNCS" = 0; then
14941 if test "$HAVE_SHL_FUNCS" = 0; then
14942 if test "$USE_UNIX" = 1; then
b12915c1 14943 echo "configure: warning: Missing dynamic loading support, several features will be disabled" 1>&2
10f2d63a
VZ
14944 wxUSE_DYNLIB_CLASS=no
14945 else
b12915c1 14946 echo "configure: warning: Assuming wxLibrary class works on this platform" 1>&2
10f2d63a
VZ
14947 fi
14948 fi
14949 fi
14950fi
14951
b089607b
VZ
14952fi
14953
10f2d63a 14954if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
b12915c1 14955 cat >> confdefs.h <<\EOF
10f2d63a
VZ
14956#define wxUSE_DYNLIB_CLASS 1
14957EOF
14958
b12915c1
VZ
14959else
14960 wxUSE_ODBC=no
14961 wxUSE_SERIAL=no
10f2d63a
VZ
14962fi
14963
14964
14965if test "$wxUSE_UNICODE" = "yes" ; then
14966 cat >> confdefs.h <<\EOF
14967#define wxUSE_UNICODE 1
14968EOF
14969
14970fi
14971
14972if test "$wxUSE_WCSRTOMBS" = "yes" ; then
14973 cat >> confdefs.h <<\EOF
14974#define wxUSE_WCSRTOMBS 1
14975EOF
14976
14977fi
14978
14979if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
14980 cat >> confdefs.h <<\EOF
14981#define wxUSE_EXPERIMENTAL_PRINTF 1
14982EOF
14983
14984fi
14985
14986
b12915c1
VZ
14987if test "$wxUSE_SERIAL" = "yes" ; then
14988 cat >> confdefs.h <<\EOF
14989#define wxUSE_SERIAL 1
14990EOF
14991
14992fi
14993
14994
10f2d63a
VZ
14995IODBC_C_SRC=""
14996if test "$wxUSE_ODBC" = "yes" ; then
14997 cat >> confdefs.h <<\EOF
14998#define wxUSE_ODBC 1
14999EOF
15000
15001 WXODBCFLAG="-D_IODBC_"
15002 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db"
10f2d63a
VZ
15003fi
15004
15005
15006if test "$wxUSE_POSTSCRIPT" = "yes" ; then
15007 cat >> confdefs.h <<\EOF
15008#define wxUSE_POSTSCRIPT 1
15009EOF
15010
15011fi
15012
15013cat >> confdefs.h <<\EOF
15014#define wxUSE_AFM_FOR_POSTSCRIPT 1
15015EOF
15016
15017
15018cat >> confdefs.h <<\EOF
15019#define wxUSE_NORMALIZED_PS_FONTS 1
15020EOF
15021
15022
15023
15024if test "$wxUSE_CONSTRAINTS" = "yes"; then
15025 cat >> confdefs.h <<\EOF
15026#define wxUSE_CONSTRAINTS 1
15027EOF
15028
15029 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
15030fi
15031
15032if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
15033 cat >> confdefs.h <<\EOF
15034#define wxUSE_MDI_ARCHITECTURE 1
15035EOF
15036
15037 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
15038fi
15039
15040if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
15041 cat >> confdefs.h <<\EOF
15042#define wxUSE_DOC_VIEW_ARCHITECTURE 1
15043EOF
15044
15045 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
15046 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
15047 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi"
15048 fi
15049fi
15050
15051if test "$wxUSE_HELP" = "yes"; then
15052 cat >> confdefs.h <<\EOF
15053#define wxUSE_HELP 1
15054EOF
15055
15056 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
15057fi
15058
15059if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
15060 if test "$wxUSE_CONSTRAINTS" != "yes"; then
15061 echo "configure: warning: Printing support cannot be used without constraints so it won't be compiled without it" 1>&2
15062 else
15063 cat >> confdefs.h <<\EOF
15064#define wxUSE_PRINTING_ARCHITECTURE 1
15065EOF
15066
15067 fi
15068 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
15069fi
15070
15071if test "$wxUSE_PROLOGIO" = "yes" ; then
15072 cat >> confdefs.h <<\EOF
15073#define wxUSE_PROLOGIO 1
15074EOF
15075
15076fi
15077
15078if test "$wxUSE_RESOURCES" = "yes" ; then
15079 if test "$wxUSE_PROLOGIO" = "yes" ; then
15080 cat >> confdefs.h <<\EOF
15081#define wxUSE_RESOURCES 1
15082EOF
15083
15084 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS resource"
15085 else
15086 echo "configure: warning: wxWindows ressource system requires PrologIO and can't be compiled without it." 1>&2
15087 fi
15088fi
15089
15090if test "$wxUSE_X_RESOURCES" = "yes"; then
15091 cat >> confdefs.h <<\EOF
15092#define wxUSE_X_RESOURCES 1
15093EOF
15094
15095fi
15096
15097
15098if test "$wxUSE_IPC" = "yes"; then
eb4efbdc
VZ
15099 if test "$wxUSE_SOCKETS" != "yes"; then
15100 echo "configure: warning: wxWindows IPC classes require sockets" 1>&2
15101 fi
15102
10f2d63a
VZ
15103 cat >> confdefs.h <<\EOF
15104#define wxUSE_IPC 1
15105EOF
15106
15107fi
15108
15109if test "$wxUSE_CLIPBOARD" = "yes"; then
15110 cat >> confdefs.h <<\EOF
15111#define wxUSE_CLIPBOARD 1
15112EOF
15113
15114fi
15115
15116if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
15117 if test "$wxUSE_GTK" = 1; then
15118 if test "$WXGTK12" != 1; then
15119 echo "configure: warning: Drag and drop is only supported under GTK+ 1.2" 1>&2
15120 wxUSE_DRAG_AND_DROP=no
15121 fi
15122 fi
15123
15124 if test "$wxUSE_MOTIF" = 1; then
15125 echo "configure: warning: Drag and drop is not yet supported under Motif" 1>&2
15126 wxUSE_DRAG_AND_DROP=no
15127 fi
15128
2c6025bc
GD
15129 if test "$wxUSE_MAC" = 1; then
15130 echo "configure: warning: Drag and drop is not yet supported under Mac OS X" 1>&2
15131 wxUSE_DRAG_AND_DROP=no
15132 fi
15133
10f2d63a 15134 if test "$USE_WIN32" = 1; then
c521c494
RL
15135
15136 for ac_hdr in ole2.h
10f2d63a
VZ
15137do
15138ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
15139echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4f3c5f06 15140echo "configure:15141: checking for $ac_hdr" >&5
10f2d63a
VZ
15141if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
15142 echo $ac_n "(cached) $ac_c" 1>&6
15143else
15144 cat > conftest.$ac_ext <<EOF
4f3c5f06 15145#line 15146 "configure"
10f2d63a
VZ
15146#include "confdefs.h"
15147#include <$ac_hdr>
15148EOF
15149ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4f3c5f06 15150{ (eval echo configure:15151: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
15151ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
15152if test -z "$ac_err"; then
15153 rm -rf conftest*
15154 eval "ac_cv_header_$ac_safe=yes"
15155else
15156 echo "$ac_err" >&5
15157 echo "configure: failed program was:" >&5
15158 cat conftest.$ac_ext >&5
15159 rm -rf conftest*
15160 eval "ac_cv_header_$ac_safe=no"
15161fi
15162rm -f conftest*
15163fi
15164if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
15165 echo "$ac_t""yes" 1>&6
15166 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
15167 cat >> confdefs.h <<EOF
15168#define $ac_tr_hdr 1
15169EOF
15170
15171else
15172 echo "$ac_t""no" 1>&6
15173fi
15174done
15175
c521c494
RL
15176
15177 if test "$ac_cv_header_ole2_h" = "yes" ; then
15178 if test "$GCC" = yes ; then
b64f0a5f
RL
15179 ALL_OBJECTS="$ALL_OBJECTS \$(OLEOBJS)"
15180 ALL_DEPFILES="$ALL_DEPFILES \$(OLEDEPS)"
c521c494 15181 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
b64f0a5f
RL
15182 LIBS="$LIBS -lole32 -luuid"
15183
15184 if test "$wxUSE_METAFILE" = "yes"; then
15185 cat >> confdefs.h <<\EOF
15186#define wxUSE_METAFILE 1
15187EOF
15188
15189 cat >> confdefs.h <<\EOF
15190#define wxUSE_ENH_METAFILE 1
15191EOF
15192
15193 fi
c521c494
RL
15194 fi
15195 else
10f2d63a
VZ
15196 echo "configure: warning: Drag and drop disabled because OLE headers not found" 1>&2
15197 wxUSE_DRAG_AND_DROP=no
15198 fi
15199 fi
15200
15201 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
15202 cat >> confdefs.h <<\EOF
15203#define wxUSE_DRAG_AND_DROP 1
15204EOF
15205
15206 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
15207 fi
15208
15209fi
15210
15211if test "$wxUSE_SPLINES" = "yes" ; then
15212 cat >> confdefs.h <<\EOF
15213#define wxUSE_SPLINES 1
15214EOF
15215
15216fi
15217
15218
15219if test "$wxUSE_ACCEL" = "yes"; then
15220 cat >> confdefs.h <<\EOF
15221#define wxUSE_ACCEL 1
15222EOF
15223
15224fi
15225
15226if test "$wxUSE_CARET" = "yes"; then
15227 cat >> confdefs.h <<\EOF
15228#define wxUSE_CARET 1
15229EOF
15230
15231 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
15232fi
15233
15234if test "$wxUSE_COMBOBOX" = "yes"; then
15235 cat >> confdefs.h <<\EOF
15236#define wxUSE_COMBOBOX 1
15237EOF
15238
15239fi
15240
15241if test "$wxUSE_CHOICE" = "yes"; then
15242 cat >> confdefs.h <<\EOF
15243#define wxUSE_CHOICE 1
15244EOF
15245
15246fi
15247
15248if test "$wxUSE_BMPBUTTON" = "yes"; then
15249 cat >> confdefs.h <<\EOF
15250#define wxUSE_BMPBUTTON 1
15251EOF
15252
15253fi
15254
15255if test "$wxUSE_CHECKBOX" = "yes"; then
15256 cat >> confdefs.h <<\EOF
15257#define wxUSE_CHECKBOX 1
15258EOF
15259
15260fi
15261
15262if test "$wxUSE_CHECKLST" = "yes"; then
15263 cat >> confdefs.h <<\EOF
15264#define wxUSE_CHECKLISTBOX 1
15265EOF
15266
15267 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst"
15268fi
15269
15270if test "$wxUSE_GAUGE" = "yes"; then
15271 cat >> confdefs.h <<\EOF
15272#define wxUSE_GAUGE 1
15273EOF
15274
15275fi
15276
d6a55c4b
VZ
15277if test "$wxUSE_NEW_GRID" = "yes"; then
15278 wxUSE_GRID="yes"
10f2d63a 15279 cat >> confdefs.h <<\EOF
d6a55c4b 15280#define wxUSE_NEW_GRID 1
10f2d63a
VZ
15281EOF
15282
d6a55c4b 15283 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS newgrid"
10f2d63a
VZ
15284fi
15285
d6a55c4b 15286if test "$wxUSE_GRID" = "yes"; then
10f2d63a 15287 cat >> confdefs.h <<\EOF
d6a55c4b 15288#define wxUSE_GRID 1
10f2d63a
VZ
15289EOF
15290
d6a55c4b 15291 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
10f2d63a
VZ
15292fi
15293
15294if test "$wxUSE_IMAGLIST" = "yes"; then
15295 cat >> confdefs.h <<\EOF
15296#define wxUSE_IMAGLIST 1
15297EOF
15298
15299fi
15300
15301if test "$wxUSE_LISTBOX" = "yes"; then
15302 cat >> confdefs.h <<\EOF
15303#define wxUSE_LISTBOX 1
15304EOF
15305
15306fi
15307
15308if test "$wxUSE_LISTCTRL" = "yes"; then
15309 if test "$wxUSE_IMAGLIST" = "yes"; then
15310 cat >> confdefs.h <<\EOF
15311#define wxUSE_LISTCTRL 1
15312EOF
15313
15314 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
15315 else
15316 echo "configure: warning: wxListCtrl requires wxImageList and won't be compiled without it" 1>&2
15317 fi
15318fi
15319
15320if test "$wxUSE_NOTEBOOK" = "yes"; then
15321 cat >> confdefs.h <<\EOF
15322#define wxUSE_NOTEBOOK 1
15323EOF
15324
15325 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
15326fi
15327
15328if test "$wxUSE_RADIOBOX" = "yes"; then
15329 cat >> confdefs.h <<\EOF
15330#define wxUSE_RADIOBOX 1
15331EOF
15332
15333fi
15334
15335if test "$wxUSE_RADIOBTN" = "yes"; then
15336 cat >> confdefs.h <<\EOF
15337#define wxUSE_RADIOBTN 1
15338EOF
15339
15340fi
15341
15342if test "$wxUSE_SASH" = "yes"; then
15343 cat >> confdefs.h <<\EOF
15344#define wxUSE_SASH 1
15345EOF
15346
15347 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
15348fi
15349
15350if test "$wxUSE_SCROLLBAR" = "yes"; then
15351 cat >> confdefs.h <<\EOF
15352#define wxUSE_SCROLLBAR 1
15353EOF
15354
741a9306 15355 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub"
10f2d63a
VZ
15356fi
15357
15358if test "$wxUSE_SLIDER" = "yes"; then
15359 cat >> confdefs.h <<\EOF
15360#define wxUSE_SLIDER 1
15361EOF
15362
15363fi
15364
15365if test "$wxUSE_SPINBTN" = "yes"; then
15366 cat >> confdefs.h <<\EOF
15367#define wxUSE_SPINBTN 1
15368EOF
15369
15370fi
15371
56cfaa52
RR
15372if test "$wxUSE_SPINCTRL" = "yes"; then
15373 cat >> confdefs.h <<\EOF
15374#define wxUSE_SPINCTRL 1
15375EOF
15376
15377fi
15378
10f2d63a
VZ
15379if test "$wxUSE_SPLITTER" = "yes"; then
15380 cat >> confdefs.h <<\EOF
15381#define wxUSE_SPLITTER 1
15382EOF
15383
15384 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
15385fi
15386
15387if test "$wxUSE_STATBMP" = "yes"; then
15388 cat >> confdefs.h <<\EOF
15389#define wxUSE_STATBMP 1
15390EOF
15391
15392fi
15393
15394if test "$wxUSE_STATBOX" = "yes"; then
15395 cat >> confdefs.h <<\EOF
15396#define wxUSE_STATBOX 1
15397EOF
15398
15399fi
15400
15401if test "$wxUSE_STATLINE" = "yes"; then
15402 if test "$wxUSE_WINE" = 1 ; then
15403 echo "configure: warning: wxStaticLine is not supported under WINE" 1>&2
15404 else
15405 cat >> confdefs.h <<\EOF
15406#define wxUSE_STATLINE 1
15407EOF
15408
15409 fi
15410fi
15411
15412if test "$wxUSE_STATUSBAR" = "yes"; then
15413 cat >> confdefs.h <<\EOF
15414#define wxUSE_STATUSBAR 1
15415EOF
15416
2286341c
VZ
15417
15418 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
10f2d63a
VZ
15419fi
15420
15421if test "$wxUSE_TABDIALOG" = "yes"; then
15422 cat >> confdefs.h <<\EOF
15423#define wxUSE_TAB_DIALOG 1
15424EOF
15425
15426 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS tab"
15427fi
15428
1db8dc4a
VZ
15429if test "$wxUSE_TOGGLEBTN" = "yes"; then
15430 cat >> confdefs.h <<\EOF
15431#define wxUSE_TOGGLEBTN 1
15432EOF
15433
15434fi
15435
360d6699
VZ
15436if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
15437 cat >> confdefs.h <<\EOF
15438#define wxUSE_TOOLBAR_SIMPLE 1
15439EOF
15440
15441 wxUSE_TOOLBAR="yes"
15442fi
15443
10f2d63a
VZ
15444if test "$wxUSE_TOOLBAR" = "yes"; then
15445 cat >> confdefs.h <<\EOF
15446#define wxUSE_TOOLBAR 1
15447EOF
15448
360d6699
VZ
15449
15450 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
15451 wxUSE_TOOLBAR_NATIVE="yes"
15452 fi
15453
10f2d63a
VZ
15454 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
15455fi
15456
360d6699
VZ
15457if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
15458 cat >> confdefs.h <<\EOF
15459#define wxUSE_TOOLBAR_NATIVE 1
15460EOF
15461
15462fi
15463
10f2d63a
VZ
15464if test "$wxUSE_TOOLTIPS" = "yes"; then
15465 if test "$wxUSE_MOTIF" = 1; then
15466 echo "configure: warning: wxTooltip not supported yet under Motif" 1>&2
15467 else
15468 if test "$wxUSE_WINE" = 1; then
15469 echo "configure: warning: wxTooltip not supported under WINE" 1>&2
15470 else
15471 cat >> confdefs.h <<\EOF
15472#define wxUSE_TOOLTIPS 1
15473EOF
15474
15475 fi
15476 fi
15477fi
15478
15479if test "$wxUSE_TREECTRL" = "yes"; then
15480 if test "$wxUSE_IMAGLIST" = "yes"; then
15481 cat >> confdefs.h <<\EOF
15482#define wxUSE_TREECTRL 1
15483EOF
15484
15485 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
15486 else
15487 echo "configure: warning: wxTreeCtrl requires wxImageList and won't be compiled without it" 1>&2
15488 fi
15489fi
15490
15491
15492
10f2d63a
VZ
15493if test "$wxUSE_DIRDLG" = "yes"; then
15494 if test "$wxUSE_CONSTRAINTS" != "yes"; then
15495 echo "configure: warning: wxDirDialog requires constraints so it won't be compiled without them" 1>&2
15496 else
15497 if test "$wxUSE_TREECTRL" != "yes"; then
15498 echo "configure: warning: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" 1>&2
15499 else
15500 cat >> confdefs.h <<\EOF
15501#define wxUSE_DIRDLG 1
15502EOF
15503
15504 fi
15505 fi
15506fi
15507
15508if test "$wxUSE_TEXTDLG" = "yes"; then
15509 cat >> confdefs.h <<\EOF
15510#define wxUSE_TEXTDLG 1
15511EOF
15512
15513fi
15514
15515if test "$wxUSE_STARTUP_TIPS" = "yes"; then
15516 if test "$wxUSE_CONSTRAINTS" != "yes"; then
15517 echo "configure: warning: Startup tips requires constraints and won't be compiled without them" 1>&2
15518 else
15519 cat >> confdefs.h <<\EOF
15520#define wxUSE_STARTUP_TIPS 1
15521EOF
15522
15523 fi
15524fi
15525
15526if test "$wxUSE_PROGRESSDLG" = "yes"; then
15527 if test "$wxUSE_CONSTRAINTS" != "yes"; then
15528 echo "configure: warning: wxProgressDialog requires constraints so it won't be compiled without them" 1>&2
15529 else
15530 cat >> confdefs.h <<\EOF
15531#define wxUSE_PROGRESSDLG 1
15532EOF
15533
15534 fi
15535fi
15536
15537if test "$wxUSE_MINIFRAME" = "yes"; then
15538 cat >> confdefs.h <<\EOF
15539#define wxUSE_MINIFRAME 1
15540EOF
15541
15542 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram"
15543fi
15544
15545if test "$wxUSE_HTML" = "yes"; then
15546 cat >> confdefs.h <<\EOF
15547#define wxUSE_HTML 1
15548EOF
15549
15550 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html"
15551 INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS html"
15552fi
15553
15554if test "$wxUSE_VALIDATORS" = "yes"; then
15555 cat >> confdefs.h <<\EOF
15556#define wxUSE_VALIDATORS 1
15557EOF
15558
15559 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
15560fi
15561
0046ff7c
VS
15562if test "$wxUSE_IMAGE" = "yes" ; then
15563 cat >> confdefs.h <<\EOF
15564#define wxUSE_IMAGE 1
15565EOF
15566
15567fi
15568
10f2d63a
VZ
15569if test "$wxUSE_GIF" = "yes" ; then
15570 cat >> confdefs.h <<\EOF
15571#define wxUSE_GIF 1
15572EOF
15573
15574fi
15575
15576if test "$wxUSE_PCX" = "yes" ; then
15577 cat >> confdefs.h <<\EOF
15578#define wxUSE_PCX 1
15579EOF
15580
15581fi
15582
15583if test "$wxUSE_PNM" = "yes" ; then
15584 cat >> confdefs.h <<\EOF
15585#define wxUSE_PNM 1
15586EOF
15587
15588fi
15589
0046ff7c
VS
15590if test "$wxUSE_XPM" = "yes" ; then
15591 cat >> confdefs.h <<\EOF
15592#define wxUSE_XPM 1
15593EOF
15594
15595fi
15596
10f2d63a 15597
32832908
VZ
15598if test "$cross_compiling" = "yes"; then
15599 OSINFO="\"$host\""
15600else
15601 OSINFO=`uname -s -r -m`
15602 OSINFO="\"$OSINFO\""
15603fi
15604
aaa37c0d
VZ
15605cat >> confdefs.h <<EOF
15606#define WXWIN_OS_DESCRIPTION $OSINFO
15607EOF
15608
15609
15610
f6bcfd97
BP
15611GUILIBS="$GUI_TK_LIBRARY $TOOLKIT_LINK"
15612OPENGL_LIBS="$OPENGL_LINK"
10f2d63a 15613
ea5999b9 15614EXTRA_LIBS="$LIBS $POSIX4_LINK $INET_LINK $WCHAR_LINK $THREADS_LINK $DMALLOC_LINK $DL_LINK $ZLIB_LINK -lm"
b4085ce6 15615if test "$USE_MAC" = 1 ; then
ea5999b9 15616 EXTRA_LIBS="$EXTRA_LIBS -framework Carbon -framework System"
b4085ce6 15617fi
10f2d63a 15618if test "$wxUSE_GUI" = "yes"; then
3fed1840 15619 EXTRA_LIBS="$GUILIBS $PNG_LINK $JPEG_LINK $TIFF_LINK $FREETYPE_LINK $EXTRA_LIBS"
10f2d63a
VZ
15620fi
15621
15622LD_LIBS="\${top_builddir}/lib/${WX_LIBRARY_NAME_STATIC} $EXTRA_LIBS"
15623
3fed1840 15624INCLUDES="-I. -I\${top_builddir}/include -I\${top_srcdir}/include $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE $FREETYPE_INCLUDE $TOOLKIT_INCLUDE"
10f2d63a 15625
f6bcfd97
BP
15626if test "$wxUSE_GTK" = 1; then
15627 WXCONFIG_INCLUDE=""
15628else
15629 WXCONFIG_INCLUDE="$TOOLKIT_INCLUDE"
15630fi
15631
10f2d63a
VZ
15632if test "$GXX" = yes ; then
15633 CXXWARNINGS="-Wall"
d6a55c4b 15634 fi
10f2d63a
VZ
15635EXTRA_CFLAGS="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE $INCLUDES"
15636
f6bcfd97 15637CFLAGS=`echo $CFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \\+/ /g'`
10f2d63a
VZ
15638CXXFLAGS=`echo $CXXFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \+/ /g'`
15639
e694c22c
VZ
15640LDFLAGS="$LDFLAGS $PROFILE"
15641
10f2d63a
VZ
15642if test "$wxUSE_GUI" = "yes"; then
15643
6164f93c
VZ
15644 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS controls dialogs dragimag \
15645 drawing dynamic event font fractal image menu \
15646 minimal richedit"
b12915c1 15647
88d3a15c 15648 CPPFLAGS="$CPPFLAGS \$(EXTRADEFS) \$(APPEXTRADEFS)"
10f2d63a
VZ
15649else
15650 SAMPLES_SUBDIRS=""
15651fi
15652
ec14dd32
VZ
15653SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
15654
15655
15656
10f2d63a
VZ
15657
15658
15659
15660
15661
15662
15663
15664
15665
15666
15667
15668
15669
15670
15671
15672
15673
15674
15675
15676
15677
15678
15679
15680
15681
15682
15683
15684
15685
15686
15687
15688
15689
15690
15691
15692
15693
15694
15695
15696
15697
15698
15699
15700
15701
15702
15703
15704
15705
15706
15707
15708
1d62a8b4 15709
bdad4e7e
RR
15710
15711
15712
15713
15714
15715
15716
32832908
VZ
15717
15718
15719
15720
15721
15722
15723
15724
15725
15726
15727
2224580a 15728
dad6c0ea 15729
f6bcfd97
BP
15730
15731
15732
2f51a9ec
GD
15733
15734
15735
15736
15737
15738
f6bcfd97 15739
dad6c0ea 15740
caa2c79b 15741
3711412e 15742
0f3f1cbc 15743
10f2d63a
VZ
15744
15745
15746echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
4f3c5f06 15747echo "configure:15748: checking whether ${MAKE-make} sets \${MAKE}" >&5
10f2d63a
VZ
15748set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
15749if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
15750 echo $ac_n "(cached) $ac_c" 1>&6
15751else
15752 cat > conftestmake <<\EOF
15753all:
15754 @echo 'ac_maketemp="${MAKE}"'
15755EOF
15756# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
15757eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
15758if test -n "$ac_maketemp"; then
15759 eval ac_cv_prog_make_${ac_make}_set=yes
15760else
15761 eval ac_cv_prog_make_${ac_make}_set=no
15762fi
15763rm -f conftestmake
15764fi
15765if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
15766 echo "$ac_t""yes" 1>&6
15767 SET_MAKE=
15768else
15769 echo "$ac_t""no" 1>&6
15770 SET_MAKE="MAKE=${MAKE-make}"
15771fi
15772
15773
00cf1208
RR
15774if test -d include; then
15775 if test -d include/wx; then
15776 if test -d include/wx/${TOOLKIT_DIR}; then
15777 if test -f include/wx/${TOOLKIT_DIR}/setup.h; then
665bbe97 15778 mv -f include/wx/${TOOLKIT_DIR}/setup.h setup.h
00cf1208
RR
15779 fi
15780 fi
15781 fi
15782fi
665bbe97 15783
10f2d63a
VZ
15784
15785
2224580a 15786if test "$wxUSE_GUI" = "yes"; then
ec90f5e5 15787 wx_cv_path_samplesubdirs=$SAMPLES_SUBDIRS
e8482f24
GL
15788 wx_cv_path_ifs=$PATH_IFS
15789 wx_cv_program_ext=$PROGRAM_EXT
15790 wx_cv_target_library=$WX_TARGET_LIBRARY
3711412e 15791 wx_cv_target_libtype=$WX_TARGET_LIBRARY_TYPE
e8482f24 15792 subdirs="demos samples utils contrib"
2224580a
VZ
15793
15794fi
10f2d63a
VZ
15795
15796trap '' 1 2 15
15797cat > confcache <<\EOF
15798# This file is a shell script that caches the results of configure
15799# tests run on this system so they can be shared between configure
15800# scripts and configure runs. It is not useful on other systems.
15801# If it contains results you don't want to keep, you may remove or edit it.
15802#
15803# By default, configure uses ./config.cache as the cache file,
15804# creating it if it does not exist already. You can give configure
15805# the --cache-file=FILE option to use a different cache file; that is
15806# what configure does when it calls configure scripts in
15807# subdirectories, so they share the cache.
15808# Giving --cache-file=/dev/null disables caching, for debugging configure.
15809# config.status only pays attention to the cache file if you give it the
15810# --recheck option to rerun configure.
15811#
15812EOF
15813# The following way of writing the cache mishandles newlines in values,
15814# but we know of no workaround that is simple, portable, and efficient.
15815# So, don't put newlines in cache variables' values.
15816# Ultrix sh set writes to stderr and can't be redirected directly,
15817# and sets the high bit in the cache file unless we assign to the vars.
15818(set) 2>&1 |
15819 case `(ac_space=' '; set | grep ac_space) 2>&1` in
15820 *ac_space=\ *)
15821 # `set' does not quote correctly, so add quotes (double-quote substitution
15822 # turns \\\\ into \\, and sed turns \\ into \).
15823 sed -n \
15824 -e "s/'/'\\\\''/g" \
15825 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
15826 ;;
15827 *)
15828 # `set' quotes correctly as required by POSIX, so do not add quotes.
15829 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
15830 ;;
15831 esac >> confcache
15832if cmp -s $cache_file confcache; then
15833 :
15834else
15835 if test -w $cache_file; then
15836 echo "updating cache $cache_file"
15837 cat confcache > $cache_file
15838 else
15839 echo "not updating unwritable cache $cache_file"
15840 fi
15841fi
15842rm -f confcache
15843
15844trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
15845
15846test "x$prefix" = xNONE && prefix=$ac_default_prefix
15847# Let make expand exec_prefix.
15848test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15849
15850# Any assignment to VPATH causes Sun make to only execute
15851# the first set of double-colon rules, so remove it if not needed.
15852# If there is a colon in the path, we need to keep it.
15853if test "x$srcdir" = x.; then
15854 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
15855fi
15856
15857trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
15858
15859DEFS=-DHAVE_CONFIG_H
15860
15861# Without the "./", some shells look in PATH for config.status.
15862: ${CONFIG_STATUS=./config.status}
15863
15864echo creating $CONFIG_STATUS
15865rm -f $CONFIG_STATUS
15866cat > $CONFIG_STATUS <<EOF
15867#! /bin/sh
15868# Generated automatically by configure.
15869# Run this file to recreate the current configuration.
15870# This directory was configured as follows,
15871# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15872#
15873# $0 $ac_configure_args
15874#
15875# Compiler output produced by configure, useful for debugging
15876# configure, is in ./config.log if it exists.
15877
15878ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
15879for ac_option
15880do
15881 case "\$ac_option" in
15882 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15883 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
15884 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
15885 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
e8482f24 15886 echo "$CONFIG_STATUS generated by autoconf version 2.13"
10f2d63a
VZ
15887 exit 0 ;;
15888 -help | --help | --hel | --he | --h)
15889 echo "\$ac_cs_usage"; exit 0 ;;
15890 *) echo "\$ac_cs_usage"; exit 1 ;;
15891 esac
15892done
15893
15894ac_given_srcdir=$srcdir
15895ac_given_INSTALL="$INSTALL"
15896
15897trap 'rm -fr `echo "
15898 wx-config
15899 src/make.env
15900 src/makeprog.env
15901 src/makelib.env
15902 Makefile
10f2d63a
VZ
15903 setup.h:setup.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
15904EOF
15905cat >> $CONFIG_STATUS <<EOF
15906
15907# Protect against being on the right side of a sed subst in config.status.
15908sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
15909 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
15910$ac_vpsub
15911$extrasub
15912s%@SHELL@%$SHELL%g
15913s%@CFLAGS@%$CFLAGS%g
15914s%@CPPFLAGS@%$CPPFLAGS%g
15915s%@CXXFLAGS@%$CXXFLAGS%g
15916s%@FFLAGS@%$FFLAGS%g
15917s%@DEFS@%$DEFS%g
15918s%@LDFLAGS@%$LDFLAGS%g
15919s%@LIBS@%$LIBS%g
15920s%@exec_prefix@%$exec_prefix%g
15921s%@prefix@%$prefix%g
15922s%@program_transform_name@%$program_transform_name%g
15923s%@bindir@%$bindir%g
15924s%@sbindir@%$sbindir%g
15925s%@libexecdir@%$libexecdir%g
15926s%@datadir@%$datadir%g
15927s%@sysconfdir@%$sysconfdir%g
15928s%@sharedstatedir@%$sharedstatedir%g
15929s%@localstatedir@%$localstatedir%g
15930s%@libdir@%$libdir%g
15931s%@includedir@%$includedir%g
15932s%@oldincludedir@%$oldincludedir%g
15933s%@infodir@%$infodir%g
15934s%@mandir@%$mandir%g
7c66a493
VZ
15935s%@host@%$host%g
15936s%@host_alias@%$host_alias%g
15937s%@host_cpu@%$host_cpu%g
15938s%@host_vendor@%$host_vendor%g
15939s%@host_os@%$host_os%g
15940s%@target@%$target%g
15941s%@target_alias@%$target_alias%g
15942s%@target_cpu@%$target_cpu%g
15943s%@target_vendor@%$target_vendor%g
15944s%@target_os@%$target_os%g
15945s%@build@%$build%g
15946s%@build_alias@%$build_alias%g
15947s%@build_cpu@%$build_cpu%g
15948s%@build_vendor@%$build_vendor%g
15949s%@build_os@%$build_os%g
10f2d63a
VZ
15950s%@CC@%$CC%g
15951s%@CPP@%$CPP%g
15952s%@CXX@%$CXX%g
15953s%@CXXCPP@%$CXXCPP%g
15954s%@RANLIB@%$RANLIB%g
15955s%@AR@%$AR%g
15956s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
15957s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
15958s%@INSTALL_DATA@%$INSTALL_DATA%g
15959s%@STRIP@%$STRIP%g
15960s%@YACC@%$YACC%g
15961s%@LEX@%$LEX%g
15962s%@LEXLIB@%$LEXLIB%g
15963s%@LN_S@%$LN_S%g
6f72b082 15964s%@GTK_CONFIG_2_0@%$GTK_CONFIG_2_0%g
10f2d63a
VZ
15965s%@GTK_CONFIG@%$GTK_CONFIG%g
15966s%@GTK_CFLAGS@%$GTK_CFLAGS%g
15967s%@GTK_LIBS@%$GTK_LIBS%g
ab9b9eab
VZ
15968s%@X_CFLAGS@%$X_CFLAGS%g
15969s%@X_PRE_LIBS@%$X_PRE_LIBS%g
15970s%@X_LIBS@%$X_LIBS%g
15971s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
2f51a9ec
GD
15972s%@REZ@%$REZ%g
15973s%@DEREZ@%$DEREZ%g
ec14dd32
VZ
15974s%@LEX_STEM@%$LEX_STEM%g
15975s%@PATH_IFS@%$PATH_IFS%g
10f2d63a
VZ
15976s%@WX_MAJOR_VERSION_NUMBER@%$WX_MAJOR_VERSION_NUMBER%g
15977s%@WX_MINOR_VERSION_NUMBER@%$WX_MINOR_VERSION_NUMBER%g
15978s%@WX_RELEASE_NUMBER@%$WX_RELEASE_NUMBER%g
15979s%@WX_LIBRARY_NAME@%$WX_LIBRARY_NAME%g
15980s%@WX_LIBRARY_NAME_STATIC@%$WX_LIBRARY_NAME_STATIC%g
15981s%@WX_LIBRARY_NAME_SHARED@%$WX_LIBRARY_NAME_SHARED%g
15982s%@WX_LIBRARY@%$WX_LIBRARY%g
15983s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g
15984s%@WX_LIBRARY_LINK1@%$WX_LIBRARY_LINK1%g
15985s%@WX_LIBRARY_LINK2@%$WX_LIBRARY_LINK2%g
15986s%@WX_LIBRARY_LINK3@%$WX_LIBRARY_LINK3%g
15987s%@PROGRAM_EXT@%$PROGRAM_EXT%g
bdad4e7e
RR
15988s%@WX_LIBRARY_NAME_GL@%$WX_LIBRARY_NAME_GL%g
15989s%@WX_LIBRARY_NAME_STATIC_GL@%$WX_LIBRARY_NAME_STATIC_GL%g
15990s%@WX_LIBRARY_NAME_SHARED_GL@%$WX_LIBRARY_NAME_SHARED_GL%g
15991s%@WX_LIBRARY_GL@%$WX_LIBRARY_GL%g
15992s%@WX_TARGET_LIBRARY_GL@%$WX_TARGET_LIBRARY_GL%g
15993s%@WX_LIBRARY_LINK1_GL@%$WX_LIBRARY_LINK1_GL%g
15994s%@WX_LIBRARY_LINK2_GL@%$WX_LIBRARY_LINK2_GL%g
15995s%@WX_LIBRARY_LINK3_GL@%$WX_LIBRARY_LINK3_GL%g
10f2d63a
VZ
15996s%@WX_ALL@%$WX_ALL%g
15997s%@WX_ALL_INSTALLED@%$WX_ALL_INSTALLED%g
15998s%@SHARED_LD@%$SHARED_LD%g
15999s%@PIC_FLAG@%$PIC_FLAG%g
16000s%@DEP_INFO_FLAGS@%$DEP_INFO_FLAGS%g
caa2c79b 16001s%@CODE_GEN_FLAGS@%$CODE_GEN_FLAGS%g
0f3f1cbc 16002s%@CODE_GEN_FLAGS_CXX@%$CODE_GEN_FLAGS_CXX%g
1d62a8b4 16003s%@BURNT_LIBRARY_NAME@%$BURNT_LIBRARY_NAME%g
bdad4e7e 16004s%@BURNT_LIBRARY_NAME_GL@%$BURNT_LIBRARY_NAME_GL%g
f6bcfd97 16005s%@WX_TARGET_LIBRARY_SONAME@%$WX_TARGET_LIBRARY_SONAME%g
3711412e 16006s%@WX_TARGET_LIBRARY_TYPE@%$WX_TARGET_LIBRARY_TYPE%g
10f2d63a 16007s%@WXDEBUG_DEFINE@%$WXDEBUG_DEFINE%g
dad6c0ea
VZ
16008s%@USE_GUI@%$USE_GUI%g
16009s%@AFMINSTALL@%$AFMINSTALL%g
10f2d63a
VZ
16010s%@TOOLKIT@%$TOOLKIT%g
16011s%@TOOLKIT_DEF@%$TOOLKIT_DEF%g
16012s%@TOOLKIT_DIR@%$TOOLKIT_DIR%g
f6bcfd97 16013s%@TOOLKIT_NAME@%$TOOLKIT_NAME%g
10f2d63a 16014s%@TOOLKIT_INCLUDE@%$TOOLKIT_INCLUDE%g
f6bcfd97 16015s%@WXCONFIG_INCLUDE@%$WXCONFIG_INCLUDE%g
10f2d63a
VZ
16016s%@ALL_OBJECTS@%$ALL_OBJECTS%g
16017s%@ALL_DEPFILES@%$ALL_DEPFILES%g
10f2d63a 16018s%@GUIDIST@%$GUIDIST%g
2224580a
VZ
16019s%@PORT_FILES@%$PORT_FILES%g
16020s%@DISTDIR@%$DISTDIR%g
16021s%@RPM_SPEC@%$RPM_SPEC%g
16022s%@RPM_FILES@%$RPM_FILES%g
10f2d63a
VZ
16023s%@SRC_SUBDIRS@%$SRC_SUBDIRS%g
16024s%@INCLUDE_SUBDIRS@%$INCLUDE_SUBDIRS%g
16025s%@UTILS_SUBDIRS@%$UTILS_SUBDIRS%g
16026s%@DOCS_SUBDIRS@%$DOCS_SUBDIRS%g
16027s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g
16028s%@USER_SUBDIRS@%$USER_SUBDIRS%g
16029s%@EXTRA_LIBS@%$EXTRA_LIBS%g
f6bcfd97 16030s%@OPENGL_LIBS@%$OPENGL_LIBS%g
b12915c1 16031s%@EXTRADEFS@%$EXTRADEFS%g
10f2d63a 16032s%@LD_LIBS@%$LD_LIBS%g
32832908
VZ
16033s%@RCINPUTSWITCH@%$RCINPUTSWITCH%g
16034s%@RCOUTPUTSWITCH@%$RCOUTPUTSWITCH%g
16035s%@RESPROGRAM@%$RESPROGRAM%g
16036s%@RESCOMP@%$RESCOMP%g
16037s%@RESFLAGS@%$RESFLAGS%g
2f51a9ec
GD
16038s%@REZFLAGS@%$REZFLAGS%g
16039s%@DEREZFLAGS@%$DEREZFLAGS%g
16040s%@LIBWXMACRES@%$LIBWXMACRES%g
16041s%@LIBWXMACRESCOMP@%$LIBWXMACRESCOMP%g
32832908
VZ
16042s%@DLLTOOL@%$DLLTOOL%g
16043s%@AS@%$AS%g
16044s%@NM@%$NM%g
16045s%@LD@%$LD%g
16046s%@MAKEINFO@%$MAKEINFO%g
10f2d63a 16047s%@SET_MAKE@%$SET_MAKE%g
2224580a 16048s%@subdirs@%$subdirs%g
10f2d63a
VZ
16049
16050CEOF
16051EOF
16052
16053cat >> $CONFIG_STATUS <<\EOF
16054
16055# Split the substitutions into bite-sized pieces for seds with
16056# small command number limits, like on Digital OSF/1 and HP-UX.
16057ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
16058ac_file=1 # Number of current file.
16059ac_beg=1 # First line for current file.
16060ac_end=$ac_max_sed_cmds # Line after last line for current file.
16061ac_more_lines=:
16062ac_sed_cmds=""
16063while $ac_more_lines; do
16064 if test $ac_beg -gt 1; then
16065 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
16066 else
16067 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
16068 fi
16069 if test ! -s conftest.s$ac_file; then
16070 ac_more_lines=false
16071 rm -f conftest.s$ac_file
16072 else
16073 if test -z "$ac_sed_cmds"; then
16074 ac_sed_cmds="sed -f conftest.s$ac_file"
16075 else
16076 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
16077 fi
16078 ac_file=`expr $ac_file + 1`
16079 ac_beg=$ac_end
16080 ac_end=`expr $ac_end + $ac_max_sed_cmds`
16081 fi
16082done
16083if test -z "$ac_sed_cmds"; then
16084 ac_sed_cmds=cat
16085fi
16086EOF
16087
16088cat >> $CONFIG_STATUS <<EOF
16089
16090CONFIG_FILES=\${CONFIG_FILES-"wx-config
16091 src/make.env
16092 src/makeprog.env
16093 src/makelib.env
16094 Makefile
10f2d63a
VZ
16095 "}
16096EOF
16097cat >> $CONFIG_STATUS <<\EOF
16098for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
16099 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
16100 case "$ac_file" in
16101 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
16102 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
16103 *) ac_file_in="${ac_file}.in" ;;
16104 esac
16105
16106 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
16107
16108 # Remove last slash and all that follows it. Not all systems have dirname.
16109 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
16110 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
16111 # The file is in a subdirectory.
16112 test ! -d "$ac_dir" && mkdir "$ac_dir"
16113 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
16114 # A "../" for each directory in $ac_dir_suffix.
16115 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
16116 else
16117 ac_dir_suffix= ac_dots=
16118 fi
16119
16120 case "$ac_given_srcdir" in
16121 .) srcdir=.
16122 if test -z "$ac_dots"; then top_srcdir=.
16123 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
16124 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
16125 *) # Relative path.
16126 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
16127 top_srcdir="$ac_dots$ac_given_srcdir" ;;
16128 esac
16129
16130 case "$ac_given_INSTALL" in
16131 [/$]*) INSTALL="$ac_given_INSTALL" ;;
16132 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
16133 esac
16134
16135 echo creating "$ac_file"
16136 rm -f "$ac_file"
16137 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
16138 case "$ac_file" in
16139 *Makefile*) ac_comsub="1i\\
16140# $configure_input" ;;
16141 *) ac_comsub= ;;
16142 esac
16143
16144 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
16145 sed -e "$ac_comsub
16146s%@configure_input@%$configure_input%g
16147s%@srcdir@%$srcdir%g
16148s%@top_srcdir@%$top_srcdir%g
16149s%@INSTALL@%$INSTALL%g
16150" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
16151fi; done
16152rm -f conftest.s*
16153
16154# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
16155# NAME is the cpp macro being defined and VALUE is the value it is being given.
16156#
16157# ac_d sets the value in "#define NAME VALUE" lines.
16158ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
16159ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
16160ac_dC='\3'
16161ac_dD='%g'
16162# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
16163ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
16164ac_uB='\([ ]\)%\1#\2define\3'
16165ac_uC=' '
16166ac_uD='\4%g'
16167# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
16168ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
16169ac_eB='$%\1#\2define\3'
16170ac_eC=' '
16171ac_eD='%g'
16172
16173if test "${CONFIG_HEADERS+set}" != set; then
16174EOF
16175cat >> $CONFIG_STATUS <<EOF
16176 CONFIG_HEADERS="setup.h:setup.h.in"
16177EOF
16178cat >> $CONFIG_STATUS <<\EOF
16179fi
16180for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
16181 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
16182 case "$ac_file" in
16183 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
16184 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
16185 *) ac_file_in="${ac_file}.in" ;;
16186 esac
16187
16188 echo creating $ac_file
16189
16190 rm -f conftest.frag conftest.in conftest.out
16191 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
16192 cat $ac_file_inputs > conftest.in
16193
16194EOF
16195
16196# Transform confdefs.h into a sed script conftest.vals that substitutes
16197# the proper values into config.h.in to produce config.h. And first:
16198# Protect against being on the right side of a sed subst in config.status.
16199# Protect against being in an unquoted here document in config.status.
16200rm -f conftest.vals
16201cat > conftest.hdr <<\EOF
16202s/[\\&%]/\\&/g
16203s%[\\$`]%\\&%g
16204s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
16205s%ac_d%ac_u%gp
16206s%ac_u%ac_e%gp
16207EOF
16208sed -n -f conftest.hdr confdefs.h > conftest.vals
16209rm -f conftest.hdr
16210
16211# This sed command replaces #undef with comments. This is necessary, for
16212# example, in the case of _POSIX_SOURCE, which is predefined and required
16213# on some systems where configure will not decide to define it.
16214cat >> conftest.vals <<\EOF
16215s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
16216EOF
16217
16218# Break up conftest.vals because some shells have a limit on
16219# the size of here documents, and old seds have small limits too.
16220
16221rm -f conftest.tail
16222while :
16223do
16224 ac_lines=`grep -c . conftest.vals`
16225 # grep -c gives empty output for an empty file on some AIX systems.
16226 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
16227 # Write a limited-size here document to conftest.frag.
16228 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
16229 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
16230 echo 'CEOF
16231 sed -f conftest.frag conftest.in > conftest.out
16232 rm -f conftest.in
16233 mv conftest.out conftest.in
16234' >> $CONFIG_STATUS
16235 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
16236 rm -f conftest.vals
16237 mv conftest.tail conftest.vals
16238done
16239rm -f conftest.vals
16240
16241cat >> $CONFIG_STATUS <<\EOF
16242 rm -f conftest.frag conftest.h
16243 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
16244 cat conftest.in >> conftest.h
16245 rm -f conftest.in
16246 if cmp -s $ac_file conftest.h 2>/dev/null; then
16247 echo "$ac_file is unchanged"
16248 rm -f conftest.h
16249 else
16250 # Remove last slash and all that follows it. Not all systems have dirname.
16251 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
16252 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
16253 # The file is in a subdirectory.
16254 test ! -d "$ac_dir" && mkdir "$ac_dir"
16255 fi
16256 rm -f $ac_file
16257 mv conftest.h $ac_file
16258 fi
16259fi; done
16260
16261EOF
16262cat >> $CONFIG_STATUS <<EOF
16263
16264 TOOLKIT_DIR="${TOOLKIT_DIR}"
f6bcfd97 16265 TOOLKIT_NAME="${TOOLKIT_NAME}"
07eb77a6 16266 LN_S="${LN_S}"
10f2d63a
VZ
16267
16268
16269EOF
16270cat >> $CONFIG_STATUS <<\EOF
16271
16272 chmod +x wx-config
f6bcfd97
BP
16273 mv wx-config wx${TOOLKIT_NAME}-config
16274 ${LN_S} wx${TOOLKIT_NAME}-config wx-config
665bbe97
RD
16275
16276
00cf1208
RR
16277 if test ! -d lib; then
16278 mkdir lib
16279 fi
16280 if test ! -d lib/wx; then
16281 mkdir lib/wx
16282 fi
16283 if test ! -d lib/wx/include; then
16284 mkdir lib/wx/include
16285 fi
16286 if test ! -d lib/wx/include/wx; then
16287 mkdir lib/wx/include/wx
16288 fi
f6bcfd97
BP
16289 if test ! -d lib/wx/include/wx/${TOOLKIT_NAME}; then
16290 mkdir lib/wx/include/wx/${TOOLKIT_NAME}
00cf1208
RR
16291 fi
16292 if test -f setup.h; then
066b00aa 16293 cp -fp setup.h lib/wx/include/wx/${TOOLKIT_NAME}/setup.h
00cf1208 16294 fi
07eb77a6 16295
00cf1208 16296
10f2d63a
VZ
16297 if test ! -d include; then
16298 mkdir include
16299 fi
16300 if test ! -d include/wx; then
16301 mkdir include/wx
16302 fi
16303 if test ! -d include/wx/${TOOLKIT_DIR}; then
16304 mkdir include/wx/${TOOLKIT_DIR}
16305 fi
afc31813 16306 if test -f setup.h; then
066b00aa 16307 cp -fp setup.h include/wx/${TOOLKIT_DIR}/setup.h
afc31813 16308 fi
665bbe97 16309
10f2d63a
VZ
16310
16311exit 0
16312EOF
16313chmod +x $CONFIG_STATUS
16314rm -fr confdefs* $ac_clean_files
16315test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
16316
2224580a
VZ
16317if test "$no_recursion" != yes; then
16318
16319 # Remove --cache-file and --srcdir arguments so they do not pile up.
16320 ac_sub_configure_args=
16321 ac_prev=
16322 for ac_arg in $ac_configure_args; do
16323 if test -n "$ac_prev"; then
16324 ac_prev=
16325 continue
16326 fi
16327 case "$ac_arg" in
16328 -cache-file | --cache-file | --cache-fil | --cache-fi \
16329 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
16330 ac_prev=cache_file ;;
16331 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
16332 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
16333 ;;
16334 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
16335 ac_prev=srcdir ;;
16336 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
16337 ;;
16338 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
16339 esac
16340 done
16341
e8482f24 16342 for ac_config_dir in demos samples utils contrib; do
2224580a
VZ
16343
16344 # Do not complain, so a configure script can configure whichever
16345 # parts of a large source tree are present.
16346 if test ! -d $srcdir/$ac_config_dir; then
16347 continue
16348 fi
16349
16350 echo configuring in $ac_config_dir
16351
16352 case "$srcdir" in
16353 .) ;;
16354 *)
16355 if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
16356 else
16357 { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
16358 fi
16359 ;;
16360 esac
16361
16362 ac_popdir=`pwd`
16363 cd $ac_config_dir
16364
16365 # A "../" for each directory in /$ac_config_dir.
16366 ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
16367
16368 case "$srcdir" in
16369 .) # No --srcdir option. We are building in place.
16370 ac_sub_srcdir=$srcdir ;;
16371 /*) # Absolute path.
16372 ac_sub_srcdir=$srcdir/$ac_config_dir ;;
16373 *) # Relative path.
16374 ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
16375 esac
16376
16377 # Check for guested configure; otherwise get Cygnus style configure.
16378 if test -f $ac_sub_srcdir/configure; then
16379 ac_sub_configure=$ac_sub_srcdir/configure
16380 elif test -f $ac_sub_srcdir/configure.in; then
16381 ac_sub_configure=$ac_configure
16382 else
16383 echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
16384 ac_sub_configure=
16385 fi
16386
16387 # The recursion is here.
16388 if test -n "$ac_sub_configure"; then
16389
16390 # Make the cache file name correct relative to the subdirectory.
16391 case "$cache_file" in
16392 /*) ac_sub_cache_file=$cache_file ;;
16393 *) # Relative path.
16394 ac_sub_cache_file="$ac_dots$cache_file" ;;
16395 esac
16396 case "$ac_given_INSTALL" in
16397 [/$]*) INSTALL="$ac_given_INSTALL" ;;
16398 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
16399 esac
16400
16401 echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
16402 # The eval makes quoting arguments work.
16403 if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
16404 then :
16405 else
16406 { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }
16407 fi
16408 fi
16409
16410 cd $ac_popdir
16411 done
16412fi
16413
10f2d63a 16414