]> git.saurik.com Git - wxWidgets.git/blame - configure
wxFTP::Close() shouldn't hide base wxSocket function
[wxWidgets.git] / configure
CommitLineData
10f2d63a
VZ
1#! /bin/sh
2
3# From configure.in Id: configure.in
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
10f2d63a 36
422107f9
VZ
37
38
10f2d63a
VZ
39
40
41
42# Guess values for system-dependent variables and create Makefiles.
e8482f24 43# Generated automatically using autoconf version 2.13
10f2d63a
VZ
44# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
45#
46# This configure script is free software; the Free Software Foundation
47# gives unlimited permission to copy, distribute and modify it.
48
49# Defaults:
50ac_help=
51ac_default_prefix=/usr/local
52# Any additions from configure.in:
53ac_help="$ac_help
54--enable-gui use GUI classes"
55ac_help="$ac_help
56 --with-gtk use GTK+"
57ac_help="$ac_help
58 --with-motif use Motif/Lesstif"
59ac_help="$ac_help
60 --with-wine use WINE"
61ac_help="$ac_help
62 --with-cygwin use Cygwin for MS-Windows"
63ac_help="$ac_help
64 --with-mingw use GCC Minimal MS-Windows"
e07802fc
VZ
65ac_help="$ac_help
66 --with-pm use OS/2 Presentation Manager"
10f2d63a
VZ
67ac_help="$ac_help
68 --with-gtk-prefix=PFX Prefix where GTK is installed"
69ac_help="$ac_help
70 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed"
71ac_help="$ac_help
10f2d63a
VZ
72--with-libpng use libpng (PNG image format)"
73ac_help="$ac_help
74--with-libjpeg use libjpeg (JPEG file format)"
75ac_help="$ac_help
c7a2bf27
RR
76--with-libtiff use libtiff (TIFF file format)"
77ac_help="$ac_help
10f2d63a
VZ
78--with-opengl use OpenGL (or Mesa)"
79ac_help="$ac_help
b12915c1
VZ
80--with-dmalloc use dmalloc library (www.letters.com/dmalloc)"
81ac_help="$ac_help
82--with-zlib use zlib for LZW compression"
83ac_help="$ac_help
10f2d63a
VZ
84--with-odbc use the IODBC and wxODBC classes"
85ac_help="$ac_help
86--enable-shared create shared library code"
87ac_help="$ac_help
00cf1208
RR
88--enable-burnt_name create set name in shared library "
89ac_help="$ac_help
10f2d63a
VZ
90--enable-optimise create optimised code"
91ac_help="$ac_help
92--enable-debug same as debug_flag and debug_info"
93ac_help="$ac_help
94--enable-debug_flag set __WXDEBUG__ flag (recommended for developers!)"
95ac_help="$ac_help
96--enable-debug_info create code with debugging information"
97ac_help="$ac_help
98--enable-debug_gdb create code with extra GDB debugging information"
99ac_help="$ac_help
100--enable-debug_cntxt use wxDebugContext"
101ac_help="$ac_help
102--enable-mem_tracing create code with memory tracing"
103ac_help="$ac_help
104--enable-profile create code with profiling information"
105ac_help="$ac_help
106--enable-no_rtti create code without RTTI information"
107ac_help="$ac_help
108--enable-no_exceptions create code without exceptions information"
109ac_help="$ac_help
110--enable-permissive compile code disregarding strict ANSI"
111ac_help="$ac_help
112--enable-no_deps create code without dependency information"
113ac_help="$ac_help
114--enable-intl use internationalization system"
115ac_help="$ac_help
116--enable-config use wxConfig (and derived) classes"
117ac_help="$ac_help
118--enable-sockets use socket/network classes"
119ac_help="$ac_help
10f2d63a
VZ
120--enable-ipc use interprocess communication (wxSocket etc.)"
121ac_help="$ac_help
eb4efbdc
VZ
122--enable-dialupman use dialup network classes"
123ac_help="$ac_help
10f2d63a
VZ
124--enable-apple_ieee use the Apple IEEE codec"
125ac_help="$ac_help
126--enable-timedate use date/time classes"
127ac_help="$ac_help
128--enable-wave use wxWave class"
129ac_help="$ac_help
130--enable-fraction use wxFraction class"
131ac_help="$ac_help
132--enable-dynlib use wxLibrary class for DLL loading"
133ac_help="$ac_help
134--enable-longlong use wxLongLong class"
135ac_help="$ac_help
136--enable-log use logging system"
137ac_help="$ac_help
138--enable-streams use wxStream etc classes"
139ac_help="$ac_help
140--enable-file use wxFile classes"
141ac_help="$ac_help
142--enable-textfile use wxTextFile classes"
143ac_help="$ac_help
144--enable-unicode compile wxString with Unicode support"
145ac_help="$ac_help
146--enable-wcsrtombs use wcsrtombs instead of buggy (GNU libc1/Linux libc5) wcstombs"
147ac_help="$ac_help
148--enable-wxprintfv use wxWindows implementation of vprintf()"
149ac_help="$ac_help
150--enable-joystick compile in joystick support (Linux only)"
151ac_help="$ac_help
152--enable-std_iostreams use standard C++ stream classes"
153ac_help="$ac_help
24528b0c
VS
154--enable-filesystem use virtual file systems classes"
155ac_help="$ac_help
10f2d63a
VZ
156--enable-fs_inet use virtual HTTP/FTP filesystems"
157ac_help="$ac_help
158--enable-fs_zip use virtual ZIP filesystems"
159ac_help="$ac_help
160--enable-zipstream use wxZipInputStream"
161ac_help="$ac_help
eb4efbdc
VZ
162--enable-catch_segvs catch signals and pass them to wxApp::OnFatalException"
163ac_help="$ac_help
10f2d63a
VZ
164--enable-threads use threads"
165ac_help="$ac_help
166--enable-serial use class serialization"
167ac_help="$ac_help
168--enable-docview use document view architecture"
169ac_help="$ac_help
170--enable-help use help (using external browser at present)"
171ac_help="$ac_help
172--enable-constraints use layout-constraints system"
173ac_help="$ac_help
174--enable-printarch use printing architecture"
175ac_help="$ac_help
176--enable-mdi use multiple document interface architecture"
177ac_help="$ac_help
178--enable-postscript use wxPostscriptDC device context (default for gtk+)"
179ac_help="$ac_help
180--enable-prologio use Prolog IO library"
181ac_help="$ac_help
182--enable-resources use wxWindows resources"
183ac_help="$ac_help
184--enable-xresources use X resources for save (default for gtk+)"
185ac_help="$ac_help
186--enable-clipboard use wxClipboard classes"
187ac_help="$ac_help
188--enable-dnd use Drag'n'Drop classes"
189ac_help="$ac_help
190--enable-wxtree make wxTree library"
191ac_help="$ac_help
192--enable-controls use all usual controls"
193ac_help="$ac_help
194--enable-accel use accelerators"
195ac_help="$ac_help
196--enable-caret use wxCaret class"
197ac_help="$ac_help
198--enable-bmpbutton use wxBitmapButton class"
199ac_help="$ac_help
200--enable-checkbox use wxCheckBox class"
201ac_help="$ac_help
202--enable-checklst use wxCheckListBox (listbox with checkboxes) class"
203ac_help="$ac_help
204--enable-choice use wxChoice class"
205ac_help="$ac_help
206--enable-combobox use wxComboBox classes"
207ac_help="$ac_help
208--enable-gauge use wxGauge class"
209ac_help="$ac_help
210--enable-grid use wxGrid class"
211ac_help="$ac_help
212--enable-newgrid use new wxGrid class"
213ac_help="$ac_help
214--enable-imaglist use wxImageList class"
215ac_help="$ac_help
216--enable-listbox use wxListBox class"
217ac_help="$ac_help
218--enable-listctrl use wxListCtrl class"
219ac_help="$ac_help
220--enable-notebook use wxNotebook class"
221ac_help="$ac_help
222--enable-radiobox use wxRadioBox class"
223ac_help="$ac_help
224--enable-radiobtn use wxRadioButton class"
225ac_help="$ac_help
226--enable-sash use wxSashWindow class"
227ac_help="$ac_help
228--enable-scrollbar use wxScrollBar class and scrollable windows"
229ac_help="$ac_help
230--enable-slider use wxSlider class"
231ac_help="$ac_help
232--enable-spinbtn use wxSpinButton class"
233ac_help="$ac_help
56cfaa52
RR
234--enable-spinctrl use wxSpinCtrl class"
235ac_help="$ac_help
10f2d63a
VZ
236--enable-splitter use wxSplitterWindow class"
237ac_help="$ac_help
238--enable-statbmp use wxStaticBitmap class"
239ac_help="$ac_help
240--enable-statbox use wxStaticBox class"
241ac_help="$ac_help
242--enable-statline use wxStaticLine class"
243ac_help="$ac_help
244--enable-statusbar use wxStatusBar class"
245ac_help="$ac_help
246--enable-tabdialog use wxTabControl class"
247ac_help="$ac_help
248--enable-toolbar use wxToolBar class"
249ac_help="$ac_help
360d6699
VZ
250--enable-tbarnative use native wxToolBar class"
251ac_help="$ac_help
252--enable-tbarsmpl use wxToolBarSimple class"
253ac_help="$ac_help
10f2d63a
VZ
254--enable-treectrl use wxTreeCtrl class"
255ac_help="$ac_help
256--enable-commondlg use common dialogs (wxDirDialog, wxProgressDialog, wxTextDialog, ...)"
257ac_help="$ac_help
258--enable-dirdlg use wxDirDialog"
259ac_help="$ac_help
260--enable-textdlg use wxTextDialog"
261ac_help="$ac_help
262--enable-tipdlg use startup tips"
263ac_help="$ac_help
264--enable-progressdlg use wxProgressDialog"
265ac_help="$ac_help
266--enable-miniframe use wxMiniFrame class"
267ac_help="$ac_help
268--enable-html use wxHTML sub-library"
269ac_help="$ac_help
270--enable-tooltips use wxToolTip class"
271ac_help="$ac_help
272--enable-splines use spline drawing code"
273ac_help="$ac_help
274--enable-validators use wxValidator and derived classes"
275ac_help="$ac_help
276--enable-busyinfo use wxBusyInfo"
277ac_help="$ac_help
9b33fe02
VZ
278--enable-plot use wxPlot"
279ac_help="$ac_help
10f2d63a
VZ
280--enable-gif use gif images (GIF file format)"
281ac_help="$ac_help
282--enable-pcx use pcx images (PCX file format)"
283ac_help="$ac_help
284--enable-pnm use pnm images (PNM file format)"
ab9b9eab
VZ
285ac_help="$ac_help
286 --with-x use the X Window System"
10f2d63a
VZ
287
288# Initialize some variables set by options.
289# The variables have the same names as the options, with
290# dashes changed to underlines.
291build=NONE
292cache_file=./config.cache
293exec_prefix=NONE
294host=NONE
295no_create=
296nonopt=NONE
297no_recursion=
298prefix=NONE
299program_prefix=NONE
300program_suffix=NONE
301program_transform_name=s,x,x,
302silent=
303site=
304srcdir=
305target=NONE
306verbose=
307x_includes=NONE
308x_libraries=NONE
309bindir='${exec_prefix}/bin'
310sbindir='${exec_prefix}/sbin'
311libexecdir='${exec_prefix}/libexec'
312datadir='${prefix}/share'
313sysconfdir='${prefix}/etc'
314sharedstatedir='${prefix}/com'
315localstatedir='${prefix}/var'
316libdir='${exec_prefix}/lib'
317includedir='${prefix}/include'
318oldincludedir='/usr/include'
319infodir='${prefix}/info'
320mandir='${prefix}/man'
321
322# Initialize some other variables.
323subdirs=
324MFLAGS= MAKEFLAGS=
325SHELL=${CONFIG_SHELL-/bin/sh}
326# Maximum number of lines to put in a shell here document.
327ac_max_here_lines=12
328
329ac_prev=
330for ac_option
331do
332
333 # If the previous option needs an argument, assign it.
334 if test -n "$ac_prev"; then
335 eval "$ac_prev=\$ac_option"
336 ac_prev=
337 continue
338 fi
339
340 case "$ac_option" in
341 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
342 *) ac_optarg= ;;
343 esac
344
345 # Accept the important Cygnus configure options, so we can diagnose typos.
346
347 case "$ac_option" in
348
349 -bindir | --bindir | --bindi | --bind | --bin | --bi)
350 ac_prev=bindir ;;
351 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
352 bindir="$ac_optarg" ;;
353
354 -build | --build | --buil | --bui | --bu)
355 ac_prev=build ;;
356 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
357 build="$ac_optarg" ;;
358
359 -cache-file | --cache-file | --cache-fil | --cache-fi \
360 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
361 ac_prev=cache_file ;;
362 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
363 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
364 cache_file="$ac_optarg" ;;
365
366 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
367 ac_prev=datadir ;;
368 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
369 | --da=*)
370 datadir="$ac_optarg" ;;
371
372 -disable-* | --disable-*)
373 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
374 # Reject names that are not valid shell variable names.
375 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
376 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
377 fi
378 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
379 eval "enable_${ac_feature}=no" ;;
380
381 -enable-* | --enable-*)
382 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
383 # Reject names that are not valid shell variable names.
384 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
385 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
386 fi
387 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
388 case "$ac_option" in
389 *=*) ;;
390 *) ac_optarg=yes ;;
391 esac
392 eval "enable_${ac_feature}='$ac_optarg'" ;;
393
394 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
395 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
396 | --exec | --exe | --ex)
397 ac_prev=exec_prefix ;;
398 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
399 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
400 | --exec=* | --exe=* | --ex=*)
401 exec_prefix="$ac_optarg" ;;
402
403 -gas | --gas | --ga | --g)
404 # Obsolete; use --with-gas.
405 with_gas=yes ;;
406
407 -help | --help | --hel | --he)
408 # Omit some internal or obsolete options to make the list less imposing.
409 # This message is too long to be a string in the A/UX 3.1 sh.
410 cat << EOF
411Usage: configure [options] [host]
412Options: [defaults in brackets after descriptions]
413Configuration:
414 --cache-file=FILE cache test results in FILE
415 --help print this message
416 --no-create do not create output files
417 --quiet, --silent do not print \`checking...' messages
418 --version print the version of autoconf that created configure
419Directory and file names:
420 --prefix=PREFIX install architecture-independent files in PREFIX
421 [$ac_default_prefix]
422 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
423 [same as prefix]
424 --bindir=DIR user executables in DIR [EPREFIX/bin]
425 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
426 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
427 --datadir=DIR read-only architecture-independent data in DIR
428 [PREFIX/share]
429 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
430 --sharedstatedir=DIR modifiable architecture-independent data in DIR
431 [PREFIX/com]
432 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
433 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
434 --includedir=DIR C header files in DIR [PREFIX/include]
435 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
436 --infodir=DIR info documentation in DIR [PREFIX/info]
437 --mandir=DIR man documentation in DIR [PREFIX/man]
438 --srcdir=DIR find the sources in DIR [configure dir or ..]
439 --program-prefix=PREFIX prepend PREFIX to installed program names
440 --program-suffix=SUFFIX append SUFFIX to installed program names
441 --program-transform-name=PROGRAM
442 run sed PROGRAM on installed program names
443EOF
444 cat << EOF
445Host type:
446 --build=BUILD configure for building on BUILD [BUILD=HOST]
447 --host=HOST configure for HOST [guessed]
448 --target=TARGET configure for TARGET [TARGET=HOST]
449Features and packages:
450 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
451 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
452 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
453 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
454 --x-includes=DIR X include files are in DIR
455 --x-libraries=DIR X library files are in DIR
456EOF
457 if test -n "$ac_help"; then
458 echo "--enable and --with options recognized:$ac_help"
459 fi
460 exit 0 ;;
461
462 -host | --host | --hos | --ho)
463 ac_prev=host ;;
464 -host=* | --host=* | --hos=* | --ho=*)
465 host="$ac_optarg" ;;
466
467 -includedir | --includedir | --includedi | --included | --include \
468 | --includ | --inclu | --incl | --inc)
469 ac_prev=includedir ;;
470 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
471 | --includ=* | --inclu=* | --incl=* | --inc=*)
472 includedir="$ac_optarg" ;;
473
474 -infodir | --infodir | --infodi | --infod | --info | --inf)
475 ac_prev=infodir ;;
476 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
477 infodir="$ac_optarg" ;;
478
479 -libdir | --libdir | --libdi | --libd)
480 ac_prev=libdir ;;
481 -libdir=* | --libdir=* | --libdi=* | --libd=*)
482 libdir="$ac_optarg" ;;
483
484 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
485 | --libexe | --libex | --libe)
486 ac_prev=libexecdir ;;
487 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
488 | --libexe=* | --libex=* | --libe=*)
489 libexecdir="$ac_optarg" ;;
490
491 -localstatedir | --localstatedir | --localstatedi | --localstated \
492 | --localstate | --localstat | --localsta | --localst \
493 | --locals | --local | --loca | --loc | --lo)
494 ac_prev=localstatedir ;;
495 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
496 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
497 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
498 localstatedir="$ac_optarg" ;;
499
500 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
501 ac_prev=mandir ;;
502 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
503 mandir="$ac_optarg" ;;
504
505 -nfp | --nfp | --nf)
506 # Obsolete; use --without-fp.
507 with_fp=no ;;
508
509 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
510 | --no-cr | --no-c)
511 no_create=yes ;;
512
513 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
514 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
515 no_recursion=yes ;;
516
517 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
518 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
519 | --oldin | --oldi | --old | --ol | --o)
520 ac_prev=oldincludedir ;;
521 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
522 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
523 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
524 oldincludedir="$ac_optarg" ;;
525
526 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
527 ac_prev=prefix ;;
528 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
529 prefix="$ac_optarg" ;;
530
531 -program-prefix | --program-prefix | --program-prefi | --program-pref \
532 | --program-pre | --program-pr | --program-p)
533 ac_prev=program_prefix ;;
534 -program-prefix=* | --program-prefix=* | --program-prefi=* \
535 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
536 program_prefix="$ac_optarg" ;;
537
538 -program-suffix | --program-suffix | --program-suffi | --program-suff \
539 | --program-suf | --program-su | --program-s)
540 ac_prev=program_suffix ;;
541 -program-suffix=* | --program-suffix=* | --program-suffi=* \
542 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
543 program_suffix="$ac_optarg" ;;
544
545 -program-transform-name | --program-transform-name \
546 | --program-transform-nam | --program-transform-na \
547 | --program-transform-n | --program-transform- \
548 | --program-transform | --program-transfor \
549 | --program-transfo | --program-transf \
550 | --program-trans | --program-tran \
551 | --progr-tra | --program-tr | --program-t)
552 ac_prev=program_transform_name ;;
553 -program-transform-name=* | --program-transform-name=* \
554 | --program-transform-nam=* | --program-transform-na=* \
555 | --program-transform-n=* | --program-transform-=* \
556 | --program-transform=* | --program-transfor=* \
557 | --program-transfo=* | --program-transf=* \
558 | --program-trans=* | --program-tran=* \
559 | --progr-tra=* | --program-tr=* | --program-t=*)
560 program_transform_name="$ac_optarg" ;;
561
562 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
563 | -silent | --silent | --silen | --sile | --sil)
564 silent=yes ;;
565
566 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
567 ac_prev=sbindir ;;
568 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
569 | --sbi=* | --sb=*)
570 sbindir="$ac_optarg" ;;
571
572 -sharedstatedir | --sharedstatedir | --sharedstatedi \
573 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
574 | --sharedst | --shareds | --shared | --share | --shar \
575 | --sha | --sh)
576 ac_prev=sharedstatedir ;;
577 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
578 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
579 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
580 | --sha=* | --sh=*)
581 sharedstatedir="$ac_optarg" ;;
582
583 -site | --site | --sit)
584 ac_prev=site ;;
585 -site=* | --site=* | --sit=*)
586 site="$ac_optarg" ;;
587
588 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
589 ac_prev=srcdir ;;
590 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
591 srcdir="$ac_optarg" ;;
592
593 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
594 | --syscon | --sysco | --sysc | --sys | --sy)
595 ac_prev=sysconfdir ;;
596 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
597 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
598 sysconfdir="$ac_optarg" ;;
599
600 -target | --target | --targe | --targ | --tar | --ta | --t)
601 ac_prev=target ;;
602 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
603 target="$ac_optarg" ;;
604
605 -v | -verbose | --verbose | --verbos | --verbo | --verb)
606 verbose=yes ;;
607
608 -version | --version | --versio | --versi | --vers)
e8482f24 609 echo "configure generated by autoconf version 2.13"
10f2d63a
VZ
610 exit 0 ;;
611
612 -with-* | --with-*)
613 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
614 # Reject names that are not valid shell variable names.
615 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
616 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
617 fi
618 ac_package=`echo $ac_package| sed 's/-/_/g'`
619 case "$ac_option" in
620 *=*) ;;
621 *) ac_optarg=yes ;;
622 esac
623 eval "with_${ac_package}='$ac_optarg'" ;;
624
625 -without-* | --without-*)
626 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
627 # Reject names that are not valid shell variable names.
628 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
629 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
630 fi
631 ac_package=`echo $ac_package| sed 's/-/_/g'`
632 eval "with_${ac_package}=no" ;;
633
634 --x)
635 # Obsolete; use --with-x.
636 with_x=yes ;;
637
638 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
639 | --x-incl | --x-inc | --x-in | --x-i)
640 ac_prev=x_includes ;;
641 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
642 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
643 x_includes="$ac_optarg" ;;
644
645 -x-libraries | --x-libraries | --x-librarie | --x-librari \
646 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
647 ac_prev=x_libraries ;;
648 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
649 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
650 x_libraries="$ac_optarg" ;;
651
652 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
653 ;;
654
655 *)
656 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
657 echo "configure: warning: $ac_option: invalid host type" 1>&2
658 fi
659 if test "x$nonopt" != xNONE; then
660 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
661 fi
662 nonopt="$ac_option"
663 ;;
664
665 esac
666done
667
668if test -n "$ac_prev"; then
669 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
670fi
671
672trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
673
674# File descriptor usage:
675# 0 standard input
676# 1 file creation
677# 2 errors and warnings
678# 3 some systems may open it to /dev/tty
679# 4 used on the Kubota Titan
680# 6 checking for... messages and results
681# 5 compiler messages saved in config.log
682if test "$silent" = yes; then
683 exec 6>/dev/null
684else
685 exec 6>&1
686fi
687exec 5>./config.log
688
689echo "\
690This file contains any messages produced by compilers while
691running configure, to aid debugging if configure makes a mistake.
692" 1>&5
693
694# Strip out --no-create and --no-recursion so they do not pile up.
695# Also quote any args containing shell metacharacters.
696ac_configure_args=
697for ac_arg
698do
699 case "$ac_arg" in
700 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
701 | --no-cr | --no-c) ;;
702 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
703 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
704 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
705 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
706 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
707 esac
708done
709
710# NLS nuisances.
711# Only set these to C if already set. These must not be set unconditionally
712# because not all systems understand e.g. LANG=C (notably SCO).
713# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
714# Non-C LC_CTYPE values break the ctype check.
715if test "${LANG+set}" = set; then LANG=C; export LANG; fi
716if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
717if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
718if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
719
720# confdefs.h avoids OS command line length limits that DEFS can exceed.
721rm -rf conftest* confdefs.h
722# AIX cpp loses on an empty file, so make sure it contains at least a newline.
723echo > confdefs.h
724
725# A filename unique to this package, relative to the directory that
726# configure is in, which we can look for to find out if srcdir is correct.
727ac_unique_file=wx-config.in
728
729# Find the source files, if location was not specified.
730if test -z "$srcdir"; then
731 ac_srcdir_defaulted=yes
732 # Try the directory containing this script, then its parent.
733 ac_prog=$0
734 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
735 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
736 srcdir=$ac_confdir
737 if test ! -r $srcdir/$ac_unique_file; then
738 srcdir=..
739 fi
740else
741 ac_srcdir_defaulted=no
742fi
743if test ! -r $srcdir/$ac_unique_file; then
744 if test "$ac_srcdir_defaulted" = yes; then
745 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
746 else
747 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
748 fi
749fi
750srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
751
752# Prefer explicitly selected file to automatically selected ones.
753if test -z "$CONFIG_SITE"; then
754 if test "x$prefix" != xNONE; then
755 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
756 else
757 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
758 fi
759fi
760for ac_site_file in $CONFIG_SITE; do
761 if test -r "$ac_site_file"; then
762 echo "loading site script $ac_site_file"
763 . "$ac_site_file"
764 fi
765done
766
767if test -r "$cache_file"; then
768 echo "loading cache $cache_file"
769 . $cache_file
770else
771 echo "creating cache $cache_file"
772 > $cache_file
773fi
774
775ac_ext=c
776# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
777ac_cpp='$CPP $CPPFLAGS'
778ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
779ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
780cross_compiling=$ac_cv_prog_cc_cross
781
782ac_exeext=
783ac_objext=o
784if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
785 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
786 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
787 ac_n= ac_c='
788' ac_t=' '
789 else
790 ac_n=-n ac_c= ac_t=
791 fi
792else
793 ac_n= ac_c='\c' ac_t=
794fi
795
796
797
7c66a493
VZ
798ac_aux_dir=
799for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
800 if test -f $ac_dir/install-sh; then
801 ac_aux_dir=$ac_dir
802 ac_install_sh="$ac_aux_dir/install-sh -c"
803 break
804 elif test -f $ac_dir/install.sh; then
805 ac_aux_dir=$ac_dir
806 ac_install_sh="$ac_aux_dir/install.sh -c"
807 break
808 fi
809done
810if test -z "$ac_aux_dir"; then
811 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
812fi
813ac_config_guess=$ac_aux_dir/config.guess
814ac_config_sub=$ac_aux_dir/config.sub
815ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
816
817
818# Do some error checking and defaulting for the host and target type.
819# The inputs are:
820# configure --host=HOST --target=TARGET --build=BUILD NONOPT
821#
822# The rules are:
823# 1. You are not allowed to specify --host, --target, and nonopt at the
824# same time.
825# 2. Host defaults to nonopt.
826# 3. If nonopt is not specified, then host defaults to the current host,
827# as determined by config.guess.
828# 4. Target and build default to nonopt.
829# 5. If nonopt is not specified, then target and build default to host.
830
831# The aliases save the names the user supplied, while $host etc.
832# will get canonicalized.
833case $host---$target---$nonopt in
834NONE---*---* | *---NONE---* | *---*---NONE) ;;
835*) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
836esac
837
838
839# Make sure we can run config.sub.
840if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
841else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
842fi
843
844echo $ac_n "checking host system type""... $ac_c" 1>&6
eb4efbdc 845echo "configure:846: checking host system type" >&5
7c66a493
VZ
846
847host_alias=$host
848case "$host_alias" in
849NONE)
850 case $nonopt in
851 NONE)
852 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
853 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
854 fi ;;
855 *) host_alias=$nonopt ;;
856 esac ;;
857esac
858
859host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
860host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
861host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
862host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
863echo "$ac_t""$host" 1>&6
864
865echo $ac_n "checking target system type""... $ac_c" 1>&6
eb4efbdc 866echo "configure:867: checking target system type" >&5
7c66a493
VZ
867
868target_alias=$target
869case "$target_alias" in
870NONE)
871 case $nonopt in
872 NONE) target_alias=$host_alias ;;
873 *) target_alias=$nonopt ;;
874 esac ;;
875esac
876
877target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
878target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
879target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
880target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
881echo "$ac_t""$target" 1>&6
882
883echo $ac_n "checking build system type""... $ac_c" 1>&6
eb4efbdc 884echo "configure:885: checking build system type" >&5
7c66a493
VZ
885
886build_alias=$build
887case "$build_alias" in
888NONE)
889 case $nonopt in
890 NONE) build_alias=$host_alias ;;
891 *) build_alias=$nonopt ;;
892 esac ;;
893esac
894
895build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
896build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
897build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
898build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
899echo "$ac_t""$build" 1>&6
900
901test "$host_alias" != "$target_alias" &&
902 test "$program_prefix$program_suffix$program_transform_name" = \
903 NONENONEs,x,x, &&
904 program_prefix=${target_alias}-
905
906
10f2d63a
VZ
907
908WX_MAJOR_VERSION_NUMBER=2
909WX_MINOR_VERSION_NUMBER=1
cc977e5f 910WX_RELEASE_NUMBER=14
10f2d63a
VZ
911
912WX_INTERFACE_AGE=0
913WX_BINARY_AGE=0
914
915WX_VERSION=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER.$WX_RELEASE_NUMBER
916
917WX_RELEASE=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER
918WX_CURRENT=`expr $WX_RELEASE_NUMBER - $WX_INTERFACE_AGE`
919WX_REVISION=$WX_INTERFACE_AGE
920WX_AGE=`expr $WX_BINARY_AGE - $WX_INTERFACE_AGE`
921
922
923USE_UNIX=1
924USE_WIN32=0
b12915c1
VZ
925USE_BEOS=0
926
10f2d63a
VZ
927USE_LINUX=
928USE_SGI=
929USE_HPUX=
930USE_SYSV=
931USE_SVR4=
932USE_AIX=
933USE_SUN=
934USE_SOLARIS=
935USE_SUNOS=
936USE_ALPHA=
937USE_OSF=
938USE_BSD=
939USE_FREEBSD=
940USE_VMS=
941USE_ULTRIX=
942USE_CYGWIN=
943USE_MINGW=
944USE_DATA_GENERAL=
945
ab9b9eab
VZ
946NEEDS_D_REENTRANT_FOR_R_FUNCS=0
947
e07802fc 948ALL_TOOLKITS="CYGWIN GTK MINGW MOTIF WINE PM"
10f2d63a
VZ
949
950DEFAULT_wxUSE_GTK=0
951DEFAULT_wxUSE_MOTIF=0
952DEFAULT_wxUSE_MSW=0
953DEFAULT_wxUSE_WINE=0
e07802fc 954DEFAULT_wxUSE_PM=0
10f2d63a
VZ
955
956DEFAULT_DEFAULT_wxUSE_GTK=0
957DEFAULT_DEFAULT_wxUSE_MOTIF=0
958DEFAULT_DEFAULT_wxUSE_MSW=0
959DEFAULT_DEFAULT_wxUSE_WINE=0
e07802fc 960DEFAULT_DEFAULT_wxUSE_PM=0
10f2d63a 961
d6a55c4b
VZ
962PROGRAM_EXT=
963
10f2d63a
VZ
964case "${host}" in
965 *-hp-hpux* )
966 USE_HPUX=1
967 DEFAULT_DEFAULT_wxUSE_MOTIF=1
ab9b9eab 968 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
10f2d63a
VZ
969 cat >> confdefs.h <<\EOF
970#define __HPUX__ 1
971EOF
972
973 ;;
974 *-*-linux* )
975 USE_LINUX=1
976 cat >> confdefs.h <<\EOF
977#define __LINUX__ 1
978EOF
979
980 TMP=`uname -m`
981 if test "x$TMP" = "xalpha"; then
982 USE_ALPHA=1
983 cat >> confdefs.h <<\EOF
984#define __ALPHA__ 1
985EOF
986
987 fi
988 DEFAULT_DEFAULT_wxUSE_GTK=1
989 ;;
990 *-*-irix5* | *-*-irix6* )
991 USE_SGI=1
992 USE_SVR4=1
993 cat >> confdefs.h <<\EOF
994#define __SGI__ 1
995EOF
996
997 cat >> confdefs.h <<\EOF
998#define __SVR4__ 1
999EOF
1000
1001 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1002 ;;
1003 *-*-solaris2* )
1004 USE_SUN=1
1005 USE_SOLARIS=1
1006 USE_SVR4=1
1007 cat >> confdefs.h <<\EOF
1008#define __SUN__ 1
1009EOF
1010
1011 cat >> confdefs.h <<\EOF
1012#define __SOLARIS__ 1
1013EOF
1014
1015 cat >> confdefs.h <<\EOF
1016#define __SVR4__ 1
1017EOF
1018
1019 DEFAULT_DEFAULT_wxUSE_MOTIF=1
ab9b9eab 1020 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
10f2d63a
VZ
1021 ;;
1022 *-*-sunos4* )
1023 USE_SUN=1
1024 USE_SUNOS=1
1025 USE_BSD=1
1026 cat >> confdefs.h <<\EOF
1027#define __SUN__ 1
1028EOF
1029
1030 cat >> confdefs.h <<\EOF
1031#define __SUNOS__ 1
1032EOF
1033
1034 cat >> confdefs.h <<\EOF
1035#define __BSD__ 1
1036EOF
1037
1038 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1039 ;;
1040 *-*-freebsd* | *-*-netbsd*)
1041 USE_BSD=1
1042 USE_FREEBSD=1
1043 cat >> confdefs.h <<\EOF
1044#define __FREEBSD__ 1
1045EOF
1046
1047 cat >> confdefs.h <<\EOF
1048#define __BSD__ 1
1049EOF
1050
1051 DEFAULT_DEFAULT_wxUSE_GTK=1
1052 ;;
1053 *-*-osf* )
1054 USE_ALPHA=1
1055 USE_OSF=1
1056 cat >> confdefs.h <<\EOF
1057#define __ALPHA__ 1
1058EOF
1059
1060 cat >> confdefs.h <<\EOF
1061#define __OSF__ 1
1062EOF
1063
1064 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1065 ;;
1066 *-*-dgux5* )
1067 USE_ALPHA=1
1068 USE_SVR4=1
1069 cat >> confdefs.h <<\EOF
1070#define __ALPHA__ 1
1071EOF
1072
1073 cat >> confdefs.h <<\EOF
1074#define __SVR4__ 1
1075EOF
1076
1077 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1078 ;;
1079 *-*-sysv5* )
1080 USE_SYSV=1
1081 USE_SVR4=1
1082 cat >> confdefs.h <<\EOF
1083#define __SYSV__ 1
1084EOF
1085
1086 cat >> confdefs.h <<\EOF
1087#define __SVR4__ 1
1088EOF
1089
1090 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1091 ;;
1092 *-*-aix* )
1093 USE_AIX=1
1094 USE_SYSV=1
1095 USE_SVR4=1
1096 cat >> confdefs.h <<\EOF
1097#define __AIX__ 1
1098EOF
1099
1100 cat >> confdefs.h <<\EOF
1101#define __SYSV__ 1
1102EOF
1103
1104 cat >> confdefs.h <<\EOF
1105#define __SVR4__ 1
1106EOF
1107
1108 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1109 ;;
1110
7eef8db2 1111 *-*-cygwin32* | *-*-mingw32* )
10f2d63a
VZ
1112 USE_UNIX=0
1113 USE_WIN32=1
1114 cat >> confdefs.h <<\EOF
1115#define __WIN32__ 1
1116EOF
1117
1118 cat >> confdefs.h <<\EOF
1119#define __WIN95__ 1
1120EOF
1121
1122 cat >> confdefs.h <<\EOF
1123#define __WINDOWS__ 1
1124EOF
1125
1126 cat >> confdefs.h <<\EOF
1127#define __GNUWIN32__ 1
1128EOF
1129
1130 cat >> confdefs.h <<\EOF
1131#define STRICT 1
1132EOF
1133
1134 cat >> confdefs.h <<\EOF
1135#define WINVER 0x0400
1136EOF
1137
cf27ef00 1138 PROGRAM_EXT=".exe"
10f2d63a
VZ
1139 DEFAULT_DEFAULT_wxUSE_MSW=1
1140 ;;
1141
1142 *-pc-os2_emx )
1143 cat >> confdefs.h <<\EOF
1144#define __EMX__ 1
1145EOF
1146
cf27ef00 1147 PROGRAM_EXT=".exe"
e07802fc 1148 DEFAULT_DEFAULT_wxUSE_PM=1
10f2d63a
VZ
1149 ;;
1150
b12915c1
VZ
1151 *-*-beos* )
1152 USE_BEOS=1
1153 cat >> confdefs.h <<\EOF
1154#define __BEOS__ 1
1155EOF
1156
1157 ;;
1158
10f2d63a
VZ
1159 *)
1160 { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; }
1161esac
1162
1163if test "$USE_UNIX" = 1 ; then
b12915c1
VZ
1164 wxUSE_UNIX=yes
1165 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1166#define __UNIX__ 1
1167EOF
1168
b12915c1
VZ
1169
1170 SRC_SUBDIRS="$SRC_SUBDIRS unix"
1171 INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS unix"
1172fi
1173
1174if test "$USE_BEOS" = 1; then
1175 SRC_SUBDIRS="$SRC_SUBDIRS be"
1176 INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS be"
10f2d63a
VZ
1177fi
1178
1179if test "$USE_LINUX" = 1; then
1180 echo $ac_n "checking for gettext in -lc""... $ac_c" 1>&6
eb4efbdc 1181echo "configure:1182: checking for gettext in -lc" >&5
10f2d63a
VZ
1182ac_lib_var=`echo c'_'gettext | sed 'y%./+-%__p_%'`
1183if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1184 echo $ac_n "(cached) $ac_c" 1>&6
1185else
1186 ac_save_LIBS="$LIBS"
1187LIBS="-lc $LIBS"
1188cat > conftest.$ac_ext <<EOF
eb4efbdc 1189#line 1190 "configure"
10f2d63a
VZ
1190#include "confdefs.h"
1191/* Override any gcc2 internal prototype to avoid an error. */
1192/* We use char because int might match the return type of a gcc2
1193 builtin and then its argument prototype would still apply. */
1194char gettext();
1195
1196int main() {
1197gettext()
1198; return 0; }
1199EOF
eb4efbdc 1200if { (eval echo configure:1201: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
1201 rm -rf conftest*
1202 eval "ac_cv_lib_$ac_lib_var=yes"
1203else
1204 echo "configure: failed program was:" >&5
1205 cat conftest.$ac_ext >&5
1206 rm -rf conftest*
1207 eval "ac_cv_lib_$ac_lib_var=no"
1208fi
1209rm -f conftest*
1210LIBS="$ac_save_LIBS"
1211
1212fi
1213if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1214 echo "$ac_t""yes" 1>&6
1215 cat >> confdefs.h <<\EOF
1216#define wxHAVE_GLIBC2 1
1217EOF
1218
1219else
1220 echo "$ac_t""no" 1>&6
1221fi
1222
1223fi
1224
1225
1226
1227
1228 wx_arg_cache_file="configarg.cache"
1229 echo "loading argument cache $wx_arg_cache_file"
1230 rm -f ${wx_arg_cache_file}.tmp
1231 touch ${wx_arg_cache_file}.tmp
1232 touch ${wx_arg_cache_file}
1233
1234
1235DEBUG_CONFIGURE=0
1236if test $DEBUG_CONFIGURE = 1; then
1237 DEFAULT_wxUSE_THREADS=yes
1238
1239 DEFAULT_wxUSE_SHARED=yes
00cf1208 1240 DEFAULT_wxUSE_BURNT_NAME=no
10f2d63a
VZ
1241 DEFAULT_wxUSE_OPTIMISE=yes
1242 DEFAULT_wxUSE_PROFILE=no
1243 DEFAULT_wxUSE_NO_DEPS=no
1244 DEFAULT_wxUSE_NO_RTTI=no
1245 DEFAULT_wxUSE_NO_EXCEPTIONS=no
1246 DEFAULT_wxUSE_PERMISSIVE=no
1247 DEFAULT_wxUSE_DEBUG_FLAG=yes
1248 DEFAULT_wxUSE_DEBUG_INFO=yes
1249 DEFAULT_wxUSE_DEBUG_GDB=yes
1250 DEFAULT_wxUSE_MEM_TRACING=no
1251 DEFAULT_wxUSE_DEBUG_CONTEXT=no
1252 DEFAULT_wxUSE_DMALLOC=no
1253 DEFAULT_wxUSE_APPLE_IEEE=no
1254
1255 DEFAULT_wxUSE_LOG=yes
1256
1257 DEFAULT_wxUSE_GUI=yes
1258
1259 DEFAULT_wxUSE_ZLIB=no
1260 DEFAULT_wxUSE_LIBPNG=no
1261 DEFAULT_wxUSE_LIBJPEG=no
c7a2bf27 1262 DEFAULT_wxUSE_LIBTIFF=no
10f2d63a 1263 DEFAULT_wxUSE_ODBC=no
bdad4e7e 1264 DEFAULT_wxUSE_OPENGL=no
10f2d63a 1265
eb4efbdc 1266 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=no
10f2d63a
VZ
1267 DEFAULT_wxUSE_STD_IOSTREAM=no
1268 DEFAULT_wxUSE_FILE=no
1269 DEFAULT_wxUSE_TEXTFILE=no
1270 DEFAULT_wxUSE_TIMEDATE=no
1271 DEFAULT_wxUSE_WAVE=no
1272 DEFAULT_wxUSE_INTL=no
1273 DEFAULT_wxUSE_CONFIG=no
1274 DEFAULT_wxUSE_STREAMS=no
1275 DEFAULT_wxUSE_SOCKETS=no
1276 DEFAULT_wxUSE_DIALUP_MANAGER=no
1277 DEFAULT_wxUSE_SERIAL=no
1278 DEFAULT_wxUSE_JOYSTICK=no
1279 DEFAULT_wxUSE_DYNLIB_CLASS=no
1280 DEFAULT_wxUSE_LONGLONG=no
1281
1282 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no
1283 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no
1284 DEFAULT_wxUSE_POSTSCRIPT=no
1285
1286 DEFAULT_wxUSE_X_RESOURCES=no
1287 DEFAULT_wxUSE_CLIPBOARD=no
1288 DEFAULT_wxUSE_TOOLTIPS=no
1289 DEFAULT_wxUSE_DRAG_AND_DROP=no
1290 DEFAULT_wxUSE_SPLINES=no
1291
1292 DEFAULT_wxUSE_MDI_ARCHITECTURE=no
1293 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no
1294 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no
1295
1296 DEFAULT_wxUSE_PROLOGIO=no
1297 DEFAULT_wxUSE_RESOURCES=no
1298 DEFAULT_wxUSE_CONSTRAINTS=no
1299 DEFAULT_wxUSE_IPC=no
1300 DEFAULT_wxUSE_HELP=no
1301 DEFAULT_wxUSE_WXTREE=no
1302 DEFAULT_wxUSE_METAFILE=no
1303
1304 DEFAULT_wxUSE_COMMONDLGS=no
1305 DEFAULT_wxUSE_DIRDLG=no
1306 DEFAULT_wxUSE_TEXTDLG=no
1307 DEFAULT_wxUSE_STARTUP_TIPS=no
1308 DEFAULT_wxUSE_PROGRESSDLG=no
1309 DEFAULT_wxUSE_MINIFRAME=no
1310 DEFAULT_wxUSE_HTML=no
24528b0c 1311 DEFAULT_wxUSE_FILESYSTEM=no
10f2d63a
VZ
1312 DEFAULT_wxUSE_FS_INET=no
1313 DEFAULT_wxUSE_FS_ZIP=no
1314 DEFAULT_wxUSE_BUSYINFO=no
1315 DEFAULT_wxUSE_ZIPSTREAM=no
1316 DEFAULT_wxUSE_VALIDATORS=yes
1317
1318 DEFAULT_wxUSE_ACCEL=no
1319 DEFAULT_wxUSE_CARET=no
1320 DEFAULT_wxUSE_BMPBUTTON=no
1321 DEFAULT_wxUSE_CHECKBOX=no
1322 DEFAULT_wxUSE_CHECKLST=no
1323 DEFAULT_wxUSE_CHOICE=yes
1324 DEFAULT_wxUSE_COMBOBOX=no
1325 DEFAULT_wxUSE_GAUGE=no
1326 DEFAULT_wxUSE_GRID=no
1327 DEFAULT_wxUSE_NEW_GRID=no
1328 DEFAULT_wxUSE_IMAGLIST=no
1329 DEFAULT_wxUSE_LISTBOX=no
1330 DEFAULT_wxUSE_LISTCTRL=no
1331 DEFAULT_wxUSE_NOTEBOOK=no
9b33fe02 1332 DEFAULT_wxUSE_PLOT=no
10f2d63a
VZ
1333 DEFAULT_wxUSE_RADIOBOX=no
1334 DEFAULT_wxUSE_RADIOBTN=no
1335 DEFAULT_wxUSE_SASH=no
1336 DEFAULT_wxUSE_SCROLLBAR=no
1337 DEFAULT_wxUSE_SLIDER=no
1338 DEFAULT_wxUSE_SPINBTN=no
56cfaa52 1339 DEFAULT_wxUSE_SPINCTRL=no
10f2d63a
VZ
1340 DEFAULT_wxUSE_SPLITTER=no
1341 DEFAULT_wxUSE_STATBMP=no
1342 DEFAULT_wxUSE_STATBOX=no
1343 DEFAULT_wxUSE_STATLINE=no
1344 DEFAULT_wxUSE_STATUSBAR=yes
1345 DEFAULT_wxUSE_TABDIALOG=no
1346 DEFAULT_wxUSE_TOOLBAR=no
360d6699
VZ
1347 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
1348 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
10f2d63a
VZ
1349 DEFAULT_wxUSE_TREECTRL=no
1350
1351 DEFAULT_wxUSE_UNICODE=no
1352 DEFAULT_wxUSE_WCSRTOMBS=no
1353
1354 DEFAULT_wxUSE_GIF=no
1355 DEFAULT_wxUSE_PCX=no
1356 DEFAULT_wxUSE_PNM=no
1357else
1358 DEFAULT_wxUSE_THREADS=yes
1359
1360 DEFAULT_wxUSE_SHARED=yes
00cf1208 1361 DEFAULT_wxUSE_BURNT_NAME=no
10f2d63a
VZ
1362 DEFAULT_wxUSE_OPTIMISE=yes
1363 DEFAULT_wxUSE_PROFILE=no
1364 DEFAULT_wxUSE_NO_DEPS=no
1365 DEFAULT_wxUSE_NO_RTTI=no
1366 DEFAULT_wxUSE_NO_EXCEPTIONS=no
1367 DEFAULT_wxUSE_PERMISSIVE=no
1368 DEFAULT_wxUSE_DEBUG_FLAG=no
1369 DEFAULT_wxUSE_DEBUG_INFO=no
1370 DEFAULT_wxUSE_DEBUG_GDB=no
1371 DEFAULT_wxUSE_MEM_TRACING=no
1372 DEFAULT_wxUSE_DEBUG_CONTEXT=no
1373 DEFAULT_wxUSE_DMALLOC=no
1374 DEFAULT_wxUSE_APPLE_IEEE=yes
1375
1376 DEFAULT_wxUSE_LOG=yes
1377
1378 DEFAULT_wxUSE_GUI=yes
1379
1380 DEFAULT_wxUSE_ZLIB=yes
1381 DEFAULT_wxUSE_LIBPNG=yes
1382 DEFAULT_wxUSE_LIBJPEG=yes
b47c832e 1383 DEFAULT_wxUSE_LIBTIFF=yes
16b52fa1 1384 DEFAULT_wxUSE_ODBC=no
bdad4e7e 1385 DEFAULT_wxUSE_OPENGL=no
10f2d63a 1386
eb4efbdc 1387 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=yes
10f2d63a
VZ
1388 DEFAULT_wxUSE_STD_IOSTREAM=no
1389 DEFAULT_wxUSE_FILE=yes
1390 DEFAULT_wxUSE_TEXTFILE=yes
1391 DEFAULT_wxUSE_TIMEDATE=yes
1392 DEFAULT_wxUSE_WAVE=no
1393 DEFAULT_wxUSE_INTL=yes
1394 DEFAULT_wxUSE_CONFIG=yes
1395 DEFAULT_wxUSE_STREAMS=yes
1396 DEFAULT_wxUSE_SOCKETS=yes
1397 DEFAULT_wxUSE_DIALUP_MANAGER=yes
1398 DEFAULT_wxUSE_SERIAL=yes
1399 DEFAULT_wxUSE_JOYSTICK=yes
1400 DEFAULT_wxUSE_DYNLIB_CLASS=yes
b685cd9b 1401 DEFAULT_wxUSE_LONGLONG=yes
10f2d63a
VZ
1402
1403 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes
1404 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes
1405 DEFAULT_wxUSE_POSTSCRIPT=yes
1406
1407 DEFAULT_wxUSE_X_RESOURCES=no
1408 DEFAULT_wxUSE_CLIPBOARD=yes
1409 DEFAULT_wxUSE_TOOLTIPS=yes
1410 DEFAULT_wxUSE_DRAG_AND_DROP=yes
1411 DEFAULT_wxUSE_SPLINES=yes
1412
1413 DEFAULT_wxUSE_MDI_ARCHITECTURE=yes
1414 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes
1415 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes
1416
1417 DEFAULT_wxUSE_PROLOGIO=yes
1418 DEFAULT_wxUSE_RESOURCES=yes
1419 DEFAULT_wxUSE_CONSTRAINTS=yes
1420 DEFAULT_wxUSE_IPC=yes
1421 DEFAULT_wxUSE_HELP=yes
1422 DEFAULT_wxUSE_WXTREE=yes
1423 DEFAULT_wxUSE_METAFILE=yes
1424
1425 DEFAULT_wxUSE_COMMONDLGS=yes
1426 DEFAULT_wxUSE_DIRDLG=yes
1427 DEFAULT_wxUSE_TEXTDLG=yes
1428 DEFAULT_wxUSE_STARTUP_TIPS=yes
1429 DEFAULT_wxUSE_PROGRESSDLG=yes
1430 DEFAULT_wxUSE_MINIFRAME=yes
1431 DEFAULT_wxUSE_HTML=yes
24528b0c 1432 DEFAULT_wxUSE_FILESYSTEM=yes
10f2d63a
VZ
1433 DEFAULT_wxUSE_FS_INET=yes
1434 DEFAULT_wxUSE_FS_ZIP=yes
1435 DEFAULT_wxUSE_BUSYINFO=yes
1436 DEFAULT_wxUSE_ZIPSTREAM=yes
1437 DEFAULT_wxUSE_VALIDATORS=yes
1438
1439 DEFAULT_wxUSE_ACCEL=yes
1440 DEFAULT_wxUSE_CARET=yes
1441 DEFAULT_wxUSE_BMPBUTTON=yes
1442 DEFAULT_wxUSE_CHECKBOX=yes
1443 DEFAULT_wxUSE_CHECKLST=yes
1444 DEFAULT_wxUSE_CHOICE=yes
1445 DEFAULT_wxUSE_COMBOBOX=yes
1446 DEFAULT_wxUSE_GAUGE=yes
1447 DEFAULT_wxUSE_GRID=yes
cc977e5f 1448 DEFAULT_wxUSE_NEW_GRID=yes
10f2d63a
VZ
1449 DEFAULT_wxUSE_IMAGLIST=yes
1450 DEFAULT_wxUSE_LISTBOX=yes
1451 DEFAULT_wxUSE_LISTCTRL=yes
1452 DEFAULT_wxUSE_NOTEBOOK=yes
9b33fe02 1453 DEFAULT_wxUSE_PLOT=yes
10f2d63a
VZ
1454 DEFAULT_wxUSE_RADIOBOX=yes
1455 DEFAULT_wxUSE_RADIOBTN=yes
1456 DEFAULT_wxUSE_SASH=yes
1457 DEFAULT_wxUSE_SCROLLBAR=yes
1458 DEFAULT_wxUSE_SLIDER=yes
1459 DEFAULT_wxUSE_SPINBTN=yes
56cfaa52 1460 DEFAULT_wxUSE_SPINCTRL=yes
10f2d63a
VZ
1461 DEFAULT_wxUSE_SPLITTER=yes
1462 DEFAULT_wxUSE_STATBMP=yes
1463 DEFAULT_wxUSE_STATBOX=yes
1464 DEFAULT_wxUSE_STATLINE=yes
1465 DEFAULT_wxUSE_STATUSBAR=yes
1466 DEFAULT_wxUSE_TABDIALOG=no
1467 DEFAULT_wxUSE_TOOLBAR=yes
360d6699
VZ
1468 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
1469 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
10f2d63a
VZ
1470 DEFAULT_wxUSE_TREECTRL=yes
1471
1472 DEFAULT_wxUSE_UNICODE=no
1473 DEFAULT_wxUSE_WCSRTOMBS=no
1474
1475 DEFAULT_wxUSE_GIF=yes
1476 DEFAULT_wxUSE_PCX=yes
1477 DEFAULT_wxUSE_PNM=yes
1478fi
1479
1480
1481
1482for toolkit in `echo $ALL_TOOLKITS`; do
1483 LINE=`grep "wxUSE_$toolkit" ${wx_arg_cache_file}`
1484 if test "x$LINE" != x ; then
1485 has_toolkit_in_cache=1
1486 eval "DEFAULT_$LINE"
1487 eval "CACHE_$toolkit=1"
1488 fi
1489done
1490
1491
1492
1493 echo $ac_n "checking "for --enable-gui"""... $ac_c" 1>&6
eb4efbdc 1494echo "configure:1495: checking "for --enable-gui"" >&5
10f2d63a
VZ
1495 no_cache=0
1496 # Check whether --enable-gui or --disable-gui was given.
1497if test "${enable_gui+set}" = set; then
1498 enableval="$enable_gui"
1499
1500 if test "$enableval" = yes; then
1501 ac_cv_use_gui='wxUSE_GUI=yes'
1502 else
1503 ac_cv_use_gui='wxUSE_GUI=no'
1504 fi
1505
1506else
1507
1508 LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
1509 if test "x$LINE" != x ; then
1510 eval "DEFAULT_$LINE"
1511 else
1512 no_cache=1
1513 fi
1514
1515 ac_cv_use_gui='wxUSE_GUI='$DEFAULT_wxUSE_GUI
1516
1517fi
1518
1519
1520 eval "$ac_cv_use_gui"
1521 if test "$no_cache" != 1; then
1522 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
1523 fi
1524
1525 if test "$wxUSE_GUI" = yes; then
1526 echo "$ac_t""yes" 1>&6
1527 else
1528 echo "$ac_t""no" 1>&6
1529 fi
1530
1531
b12915c1 1532if test "$wxUSE_GUI" = "yes"; then
10f2d63a
VZ
1533
1534# Check whether --with-gtk or --without-gtk was given.
1535if test "${with_gtk+set}" = set; then
1536 withval="$with_gtk"
1537 wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
1538fi
1539
1540# Check whether --with-motif or --without-motif was given.
1541if test "${with_motif+set}" = set; then
1542 withval="$with_motif"
1543 wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
1544fi
1545
1546# Check whether --with-wine or --without-wine was given.
1547if test "${with_wine+set}" = set; then
1548 withval="$with_wine"
1549 wxUSE_WINE="$withval" CACHE_WINE=1 TOOLKIT_GIVEN=1
1550fi
1551
1552# Check whether --with-cygwin or --without-cygwin was given.
1553if test "${with_cygwin+set}" = set; then
1554 withval="$with_cygwin"
1555 wxUSE_CYGWIN="$withval" CACHE_CYGWIN=1 TOOLKIT_GIVEN=1
1556fi
1557
1558# Check whether --with-mingw or --without-mingw was given.
1559if test "${with_mingw+set}" = set; then
1560 withval="$with_mingw"
1561 wxUSE_MINGW="$withval" CACHE_MINGW=1 TOOLKIT_GIVEN=1
1562fi
1563
e07802fc
VZ
1564# Check whether --with-pm or --without-pm was given.
1565if test "${with_pm+set}" = set; then
1566 withval="$with_pm"
1567 wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
1568fi
1569
10f2d63a
VZ
1570
1571# Check whether --with-gtk-prefix or --without-gtk-prefix was given.
1572if test "${with_gtk_prefix+set}" = set; then
1573 withval="$with_gtk_prefix"
1574 gtk_config_prefix="$withval"
1575else
1576 gtk_config_prefix=""
1577fi
1578
1579# Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
1580if test "${with_gtk_exec_prefix+set}" = set; then
1581 withval="$with_gtk_exec_prefix"
1582 gtk_config_exec_prefix="$withval"
1583else
1584 gtk_config_exec_prefix=""
1585fi
1586
1587
1588
b12915c1 1589 echo $ac_n "checking "for --with-libpng"""... $ac_c" 1>&6
eb4efbdc 1590echo "configure:1591: checking "for --with-libpng"" >&5
10f2d63a 1591 no_cache=0
b12915c1
VZ
1592 # Check whether --with-libpng or --without-libpng was given.
1593if test "${with_libpng+set}" = set; then
1594 withval="$with_libpng"
10f2d63a
VZ
1595
1596 if test "$withval" = yes; then
b12915c1 1597 ac_cv_use_libpng='wxUSE_LIBPNG=yes'
422107f9 1598 elif test "$withval" = no; then
b12915c1 1599 ac_cv_use_libpng='wxUSE_LIBPNG=no'
422107f9
VZ
1600 elif test "$withval" = sys; then
1601 ac_cv_use_libpng='wxUSE_LIBPNG=sys'
1602 else
1603 { echo "configure: error: Invalid value for --with-libpng: should be yes, no or sys" 1>&2; exit 1; }
10f2d63a
VZ
1604 fi
1605
1606else
1607
b12915c1 1608 LINE=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
10f2d63a
VZ
1609 if test "x$LINE" != x ; then
1610 eval "DEFAULT_$LINE"
1611 else
1612 no_cache=1
1613 fi
1614
b12915c1 1615 ac_cv_use_libpng='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
10f2d63a
VZ
1616
1617fi
1618
1619
b12915c1 1620 eval "$ac_cv_use_libpng"
10f2d63a 1621 if test "$no_cache" != 1; then
b12915c1 1622 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
1623 fi
1624
b12915c1 1625 if test "$wxUSE_LIBPNG" = yes; then
10f2d63a 1626 echo "$ac_t""yes" 1>&6
422107f9 1627 elif test "$wxUSE_LIBPNG" = no; then
10f2d63a 1628 echo "$ac_t""no" 1>&6
422107f9
VZ
1629 elif test "$wxUSE_LIBPNG" = sys; then
1630 echo "$ac_t""system version" 1>&6
1631 else
1632 { echo "configure: error: Invalid value for --with-libpng: should be yes, no or sys" 1>&2; exit 1; }
10f2d63a
VZ
1633 fi
1634
1635
b12915c1 1636 echo $ac_n "checking "for --with-libjpeg"""... $ac_c" 1>&6
eb4efbdc 1637echo "configure:1638: checking "for --with-libjpeg"" >&5
10f2d63a 1638 no_cache=0
b12915c1
VZ
1639 # Check whether --with-libjpeg or --without-libjpeg was given.
1640if test "${with_libjpeg+set}" = set; then
1641 withval="$with_libjpeg"
10f2d63a
VZ
1642
1643 if test "$withval" = yes; then
b12915c1 1644 ac_cv_use_libjpeg='wxUSE_LIBJPEG=yes'
422107f9 1645 elif test "$withval" = no; then
b12915c1 1646 ac_cv_use_libjpeg='wxUSE_LIBJPEG=no'
422107f9
VZ
1647 elif test "$withval" = sys; then
1648 ac_cv_use_libjpeg='wxUSE_LIBJPEG=sys'
1649 else
1650 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no or sys" 1>&2; exit 1; }
10f2d63a
VZ
1651 fi
1652
1653else
1654
b12915c1 1655 LINE=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
10f2d63a
VZ
1656 if test "x$LINE" != x ; then
1657 eval "DEFAULT_$LINE"
1658 else
1659 no_cache=1
1660 fi
1661
b12915c1 1662 ac_cv_use_libjpeg='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
10f2d63a
VZ
1663
1664fi
1665
1666
b12915c1 1667 eval "$ac_cv_use_libjpeg"
10f2d63a 1668 if test "$no_cache" != 1; then
b12915c1 1669 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
1670 fi
1671
b12915c1 1672 if test "$wxUSE_LIBJPEG" = yes; then
10f2d63a 1673 echo "$ac_t""yes" 1>&6
422107f9 1674 elif test "$wxUSE_LIBJPEG" = no; then
10f2d63a 1675 echo "$ac_t""no" 1>&6
422107f9
VZ
1676 elif test "$wxUSE_LIBJPEG" = sys; then
1677 echo "$ac_t""system version" 1>&6
1678 else
1679 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no or sys" 1>&2; exit 1; }
10f2d63a
VZ
1680 fi
1681
1682
b12915c1 1683 echo $ac_n "checking "for --with-libtiff"""... $ac_c" 1>&6
eb4efbdc 1684echo "configure:1685: checking "for --with-libtiff"" >&5
10f2d63a 1685 no_cache=0
b12915c1
VZ
1686 # Check whether --with-libtiff or --without-libtiff was given.
1687if test "${with_libtiff+set}" = set; then
1688 withval="$with_libtiff"
10f2d63a
VZ
1689
1690 if test "$withval" = yes; then
b12915c1 1691 ac_cv_use_libtiff='wxUSE_LIBTIFF=yes'
0dcf9893 1692 elif test "$withval" = no; then
b12915c1 1693 ac_cv_use_libtiff='wxUSE_LIBTIFF=no'
0dcf9893
VZ
1694 elif test "$withval" = sys; then
1695 ac_cv_use_libtiff='wxUSE_LIBTIFF=sys'
1696 else
1697 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no or sys" 1>&2; exit 1; }
10f2d63a
VZ
1698 fi
1699
1700else
1701
b12915c1 1702 LINE=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
10f2d63a
VZ
1703 if test "x$LINE" != x ; then
1704 eval "DEFAULT_$LINE"
1705 else
1706 no_cache=1
1707 fi
1708
b12915c1 1709 ac_cv_use_libtiff='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
10f2d63a
VZ
1710
1711fi
1712
1713
b12915c1 1714 eval "$ac_cv_use_libtiff"
10f2d63a 1715 if test "$no_cache" != 1; then
b12915c1 1716 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
1717 fi
1718
b12915c1 1719 if test "$wxUSE_LIBTIFF" = yes; then
10f2d63a 1720 echo "$ac_t""yes" 1>&6
0dcf9893 1721 elif test "$wxUSE_LIBTIFF" = no; then
10f2d63a 1722 echo "$ac_t""no" 1>&6
0dcf9893
VZ
1723 elif test "$wxUSE_LIBTIFF" = sys; then
1724 echo "$ac_t""system version" 1>&6
1725 else
1726 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no or sys" 1>&2; exit 1; }
10f2d63a
VZ
1727 fi
1728
1729
b12915c1 1730 echo $ac_n "checking "for --with-opengl"""... $ac_c" 1>&6
eb4efbdc 1731echo "configure:1732: checking "for --with-opengl"" >&5
10f2d63a 1732 no_cache=0
b12915c1
VZ
1733 # Check whether --with-opengl or --without-opengl was given.
1734if test "${with_opengl+set}" = set; then
1735 withval="$with_opengl"
10f2d63a
VZ
1736
1737 if test "$withval" = yes; then
b12915c1 1738 ac_cv_use_opengl='wxUSE_OPENGL=yes'
10f2d63a 1739 else
b12915c1 1740 ac_cv_use_opengl='wxUSE_OPENGL=no'
10f2d63a
VZ
1741 fi
1742
1743else
1744
b12915c1 1745 LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
10f2d63a
VZ
1746 if test "x$LINE" != x ; then
1747 eval "DEFAULT_$LINE"
1748 else
1749 no_cache=1
1750 fi
1751
b12915c1 1752 ac_cv_use_opengl='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
10f2d63a
VZ
1753
1754fi
1755
1756
b12915c1 1757 eval "$ac_cv_use_opengl"
10f2d63a 1758 if test "$no_cache" != 1; then
b12915c1 1759 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
1760 fi
1761
b12915c1 1762 if test "$wxUSE_OPENGL" = yes; then
10f2d63a
VZ
1763 echo "$ac_t""yes" 1>&6
1764 else
1765 echo "$ac_t""no" 1>&6
1766 fi
1767
1768
b12915c1
VZ
1769fi
1770
1771
1772 echo $ac_n "checking "for --with-dmalloc"""... $ac_c" 1>&6
eb4efbdc 1773echo "configure:1774: checking "for --with-dmalloc"" >&5
c7a2bf27 1774 no_cache=0
b12915c1
VZ
1775 # Check whether --with-dmalloc or --without-dmalloc was given.
1776if test "${with_dmalloc+set}" = set; then
1777 withval="$with_dmalloc"
c7a2bf27
RR
1778
1779 if test "$withval" = yes; then
b12915c1 1780 ac_cv_use_dmalloc='wxUSE_DMALLOC=yes'
c7a2bf27 1781 else
b12915c1 1782 ac_cv_use_dmalloc='wxUSE_DMALLOC=no'
c7a2bf27
RR
1783 fi
1784
1785else
1786
b12915c1 1787 LINE=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
c7a2bf27
RR
1788 if test "x$LINE" != x ; then
1789 eval "DEFAULT_$LINE"
1790 else
1791 no_cache=1
1792 fi
1793
b12915c1 1794 ac_cv_use_dmalloc='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
c7a2bf27
RR
1795
1796fi
1797
1798
b12915c1 1799 eval "$ac_cv_use_dmalloc"
c7a2bf27 1800 if test "$no_cache" != 1; then
b12915c1 1801 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
c7a2bf27
RR
1802 fi
1803
b12915c1 1804 if test "$wxUSE_DMALLOC" = yes; then
c7a2bf27
RR
1805 echo "$ac_t""yes" 1>&6
1806 else
1807 echo "$ac_t""no" 1>&6
1808 fi
1809
1810
b12915c1 1811 echo $ac_n "checking "for --with-zlib"""... $ac_c" 1>&6
eb4efbdc 1812echo "configure:1813: checking "for --with-zlib"" >&5
10f2d63a 1813 no_cache=0
b12915c1
VZ
1814 # Check whether --with-zlib or --without-zlib was given.
1815if test "${with_zlib+set}" = set; then
1816 withval="$with_zlib"
10f2d63a
VZ
1817
1818 if test "$withval" = yes; then
b12915c1 1819 ac_cv_use_zlib='wxUSE_ZLIB=yes'
422107f9 1820 elif test "$withval" = no; then
b12915c1 1821 ac_cv_use_zlib='wxUSE_ZLIB=no'
422107f9
VZ
1822 elif test "$withval" = sys; then
1823 ac_cv_use_zlib='wxUSE_ZLIB=sys'
1824 else
1825 { echo "configure: error: Invalid value for --with-zlib: should be yes, no or sys" 1>&2; exit 1; }
10f2d63a
VZ
1826 fi
1827
1828else
1829
b12915c1 1830 LINE=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
10f2d63a
VZ
1831 if test "x$LINE" != x ; then
1832 eval "DEFAULT_$LINE"
1833 else
1834 no_cache=1
1835 fi
1836
b12915c1 1837 ac_cv_use_zlib='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
10f2d63a
VZ
1838
1839fi
1840
1841
b12915c1 1842 eval "$ac_cv_use_zlib"
10f2d63a 1843 if test "$no_cache" != 1; then
b12915c1 1844 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
1845 fi
1846
b12915c1 1847 if test "$wxUSE_ZLIB" = yes; then
10f2d63a 1848 echo "$ac_t""yes" 1>&6
422107f9 1849 elif test "$wxUSE_ZLIB" = no; then
bdad4e7e 1850 echo "$ac_t""no" 1>&6
422107f9
VZ
1851 elif test "$wxUSE_ZLIB" = sys; then
1852 echo "$ac_t""system version" 1>&6
1853 else
1854 { echo "configure: error: Invalid value for --with-zlib: should be yes, no or sys" 1>&2; exit 1; }
10f2d63a
VZ
1855 fi
1856
1857
1858 echo $ac_n "checking "for --with-odbc"""... $ac_c" 1>&6
eb4efbdc 1859echo "configure:1860: checking "for --with-odbc"" >&5
10f2d63a
VZ
1860 no_cache=0
1861 # Check whether --with-odbc or --without-odbc was given.
1862if test "${with_odbc+set}" = set; then
1863 withval="$with_odbc"
1864
1865 if test "$withval" = yes; then
1866 ac_cv_use_odbc='wxUSE_ODBC=yes'
1867 else
1868 ac_cv_use_odbc='wxUSE_ODBC=no'
1869 fi
1870
1871else
1872
1873 LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
1874 if test "x$LINE" != x ; then
1875 eval "DEFAULT_$LINE"
1876 else
1877 no_cache=1
1878 fi
1879
1880 ac_cv_use_odbc='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
1881
1882fi
1883
1884
1885 eval "$ac_cv_use_odbc"
1886 if test "$no_cache" != 1; then
1887 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
1888 fi
1889
1890 if test "$wxUSE_ODBC" = yes; then
1891 echo "$ac_t""yes" 1>&6
1892 else
1893 echo "$ac_t""no" 1>&6
1894 fi
1895
1896
1897
1898
1899
1900 echo $ac_n "checking "for --enable-shared"""... $ac_c" 1>&6
eb4efbdc 1901echo "configure:1902: checking "for --enable-shared"" >&5
10f2d63a
VZ
1902 no_cache=0
1903 # Check whether --enable-shared or --disable-shared was given.
1904if test "${enable_shared+set}" = set; then
1905 enableval="$enable_shared"
1906
1907 if test "$enableval" = yes; then
1908 ac_cv_use_shared='wxUSE_SHARED=yes'
1909 else
1910 ac_cv_use_shared='wxUSE_SHARED=no'
1911 fi
1912
1913else
1914
1915 LINE=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
1916 if test "x$LINE" != x ; then
1917 eval "DEFAULT_$LINE"
1918 else
1919 no_cache=1
1920 fi
1921
1922 ac_cv_use_shared='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
1923
1924fi
1925
1926
1927 eval "$ac_cv_use_shared"
1928 if test "$no_cache" != 1; then
1929 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
1930 fi
1931
1932 if test "$wxUSE_SHARED" = yes; then
1933 echo "$ac_t""yes" 1>&6
1934 else
1935 echo "$ac_t""no" 1>&6
1936 fi
1937
1938
00cf1208 1939 echo $ac_n "checking "for --enable-burnt_name"""... $ac_c" 1>&6
eb4efbdc 1940echo "configure:1941: checking "for --enable-burnt_name"" >&5
00cf1208
RR
1941 no_cache=0
1942 # Check whether --enable-burnt_name or --disable-burnt_name was given.
1943if test "${enable_burnt_name+set}" = set; then
1944 enableval="$enable_burnt_name"
1945
1946 if test "$enableval" = yes; then
1947 ac_cv_use_burnt_name='wxUSE_BURNT_NAME=yes'
1948 else
1949 ac_cv_use_burnt_name='wxUSE_BURNT_NAME=no'
1950 fi
1951
1952else
1953
1954 LINE=`grep "wxUSE_BURNT_NAME" ${wx_arg_cache_file}`
1955 if test "x$LINE" != x ; then
1956 eval "DEFAULT_$LINE"
1957 else
1958 no_cache=1
1959 fi
1960
1961 ac_cv_use_burnt_name='wxUSE_BURNT_NAME='$DEFAULT_wxUSE_BURNT_NAME
1962
1963fi
1964
1965
1966 eval "$ac_cv_use_burnt_name"
1967 if test "$no_cache" != 1; then
1968 echo $ac_cv_use_burnt_name >> ${wx_arg_cache_file}.tmp
1969 fi
1970
1971 if test "$wxUSE_BURNT_NAME" = yes; then
1972 echo "$ac_t""yes" 1>&6
1973 else
1974 echo "$ac_t""no" 1>&6
1975 fi
1976
1977
10f2d63a 1978 echo $ac_n "checking "for --enable-optimise"""... $ac_c" 1>&6
eb4efbdc 1979echo "configure:1980: checking "for --enable-optimise"" >&5
10f2d63a
VZ
1980 no_cache=0
1981 # Check whether --enable-optimise or --disable-optimise was given.
1982if test "${enable_optimise+set}" = set; then
1983 enableval="$enable_optimise"
1984
1985 if test "$enableval" = yes; then
1986 ac_cv_use_optimise='wxUSE_OPTIMISE=yes'
1987 else
1988 ac_cv_use_optimise='wxUSE_OPTIMISE=no'
1989 fi
1990
1991else
1992
1993 LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
1994 if test "x$LINE" != x ; then
1995 eval "DEFAULT_$LINE"
1996 else
1997 no_cache=1
1998 fi
1999
2000 ac_cv_use_optimise='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
2001
2002fi
2003
2004
2005 eval "$ac_cv_use_optimise"
2006 if test "$no_cache" != 1; then
2007 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
2008 fi
2009
2010 if test "$wxUSE_OPTIMISE" = yes; then
2011 echo "$ac_t""yes" 1>&6
2012 else
2013 echo "$ac_t""no" 1>&6
2014 fi
2015
2016
2017 echo $ac_n "checking "for --enable-debug"""... $ac_c" 1>&6
eb4efbdc 2018echo "configure:2019: checking "for --enable-debug"" >&5
10f2d63a
VZ
2019 no_cache=0
2020 # Check whether --enable-debug or --disable-debug was given.
2021if test "${enable_debug+set}" = set; then
2022 enableval="$enable_debug"
2023
2024 if test "$enableval" = yes; then
2025 ac_cv_use_debug='wxUSE_DEBUG=yes'
2026 else
2027 ac_cv_use_debug='wxUSE_DEBUG=no'
2028 fi
2029
2030else
2031
2032 LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
2033 if test "x$LINE" != x ; then
2034 eval "DEFAULT_$LINE"
2035 else
2036 no_cache=1
2037 fi
2038
2039 ac_cv_use_debug='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
2040
2041fi
2042
2043
2044 eval "$ac_cv_use_debug"
2045 if test "$no_cache" != 1; then
2046 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
2047 fi
2048
2049 if test "$wxUSE_DEBUG" = yes; then
2050 echo "$ac_t""yes" 1>&6
2051 else
2052 echo "$ac_t""no" 1>&6
2053 fi
2054
2055
2056if test "$wxUSE_DEBUG" = "yes"; then
2057 DEFAULT_wxUSE_DEBUG_FLAG=yes
2058 DEFAULT_wxUSE_DEBUG_INFO=yes
2059elif test "$wxUSE_DEBUG" = "no"; then
2060 DEFAULT_wxUSE_DEBUG_FLAG=no
2061 DEFAULT_wxUSE_DEBUG_INFO=no
2062fi
2063
2064
2065 echo $ac_n "checking "for --enable-debug_flag"""... $ac_c" 1>&6
eb4efbdc 2066echo "configure:2067: checking "for --enable-debug_flag"" >&5
10f2d63a
VZ
2067 no_cache=0
2068 # Check whether --enable-debug_flag or --disable-debug_flag was given.
2069if test "${enable_debug_flag+set}" = set; then
2070 enableval="$enable_debug_flag"
2071
2072 if test "$enableval" = yes; then
2073 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes'
2074 else
2075 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no'
2076 fi
2077
2078else
2079
2080 LINE=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
2081 if test "x$LINE" != x ; then
2082 eval "DEFAULT_$LINE"
2083 else
2084 no_cache=1
2085 fi
2086
2087 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
2088
2089fi
2090
2091
2092 eval "$ac_cv_use_debug_flag"
2093 if test "$no_cache" != 1; then
2094 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
2095 fi
2096
2097 if test "$wxUSE_DEBUG_FLAG" = yes; then
2098 echo "$ac_t""yes" 1>&6
2099 else
2100 echo "$ac_t""no" 1>&6
2101 fi
2102
2103
2104 echo $ac_n "checking "for --enable-debug_info"""... $ac_c" 1>&6
eb4efbdc 2105echo "configure:2106: checking "for --enable-debug_info"" >&5
10f2d63a
VZ
2106 no_cache=0
2107 # Check whether --enable-debug_info or --disable-debug_info was given.
2108if test "${enable_debug_info+set}" = set; then
2109 enableval="$enable_debug_info"
2110
2111 if test "$enableval" = yes; then
2112 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
2113 else
2114 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
2115 fi
2116
2117else
2118
2119 LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
2120 if test "x$LINE" != x ; then
2121 eval "DEFAULT_$LINE"
2122 else
2123 no_cache=1
2124 fi
2125
2126 ac_cv_use_debug_info='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
2127
2128fi
2129
2130
2131 eval "$ac_cv_use_debug_info"
2132 if test "$no_cache" != 1; then
2133 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
2134 fi
2135
2136 if test "$wxUSE_DEBUG_INFO" = yes; then
2137 echo "$ac_t""yes" 1>&6
2138 else
2139 echo "$ac_t""no" 1>&6
2140 fi
2141
2142
2143 echo $ac_n "checking "for --enable-debug_gdb"""... $ac_c" 1>&6
eb4efbdc 2144echo "configure:2145: checking "for --enable-debug_gdb"" >&5
10f2d63a
VZ
2145 no_cache=0
2146 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
2147if test "${enable_debug_gdb+set}" = set; then
2148 enableval="$enable_debug_gdb"
2149
2150 if test "$enableval" = yes; then
2151 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes'
2152 else
2153 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no'
2154 fi
2155
2156else
2157
2158 LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
2159 if test "x$LINE" != x ; then
2160 eval "DEFAULT_$LINE"
2161 else
2162 no_cache=1
2163 fi
2164
2165 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
2166
2167fi
2168
2169
2170 eval "$ac_cv_use_debug_gdb"
2171 if test "$no_cache" != 1; then
2172 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
2173 fi
2174
2175 if test "$wxUSE_DEBUG_GDB" = yes; then
2176 echo "$ac_t""yes" 1>&6
2177 else
2178 echo "$ac_t""no" 1>&6
2179 fi
2180
2181
2182 echo $ac_n "checking "for --enable-debug_cntxt"""... $ac_c" 1>&6
eb4efbdc 2183echo "configure:2184: checking "for --enable-debug_cntxt"" >&5
10f2d63a
VZ
2184 no_cache=0
2185 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
2186if test "${enable_debug_cntxt+set}" = set; then
2187 enableval="$enable_debug_cntxt"
2188
2189 if test "$enableval" = yes; then
2190 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes'
2191 else
2192 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no'
2193 fi
2194
2195else
2196
2197 LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
2198 if test "x$LINE" != x ; then
2199 eval "DEFAULT_$LINE"
2200 else
2201 no_cache=1
2202 fi
2203
2204 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
2205
2206fi
2207
2208
2209 eval "$ac_cv_use_debug_cntxt"
2210 if test "$no_cache" != 1; then
2211 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
2212 fi
2213
2214 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
2215 echo "$ac_t""yes" 1>&6
2216 else
2217 echo "$ac_t""no" 1>&6
2218 fi
2219
2220
2221 echo $ac_n "checking "for --enable-mem_tracing"""... $ac_c" 1>&6
eb4efbdc 2222echo "configure:2223: checking "for --enable-mem_tracing"" >&5
10f2d63a
VZ
2223 no_cache=0
2224 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
2225if test "${enable_mem_tracing+set}" = set; then
2226 enableval="$enable_mem_tracing"
2227
2228 if test "$enableval" = yes; then
2229 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
2230 else
2231 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
2232 fi
2233
2234else
2235
2236 LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
2237 if test "x$LINE" != x ; then
2238 eval "DEFAULT_$LINE"
2239 else
2240 no_cache=1
2241 fi
2242
2243 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
2244
2245fi
2246
2247
2248 eval "$ac_cv_use_mem_tracing"
2249 if test "$no_cache" != 1; then
2250 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
2251 fi
2252
2253 if test "$wxUSE_MEM_TRACING" = yes; then
2254 echo "$ac_t""yes" 1>&6
2255 else
2256 echo "$ac_t""no" 1>&6
2257 fi
2258
2259
2260 echo $ac_n "checking "for --enable-profile"""... $ac_c" 1>&6
eb4efbdc 2261echo "configure:2262: checking "for --enable-profile"" >&5
10f2d63a
VZ
2262 no_cache=0
2263 # Check whether --enable-profile or --disable-profile was given.
2264if test "${enable_profile+set}" = set; then
2265 enableval="$enable_profile"
2266
2267 if test "$enableval" = yes; then
2268 ac_cv_use_profile='wxUSE_PROFILE=yes'
2269 else
2270 ac_cv_use_profile='wxUSE_PROFILE=no'
2271 fi
2272
2273else
2274
2275 LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
2276 if test "x$LINE" != x ; then
2277 eval "DEFAULT_$LINE"
2278 else
2279 no_cache=1
2280 fi
2281
2282 ac_cv_use_profile='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
2283
2284fi
2285
2286
2287 eval "$ac_cv_use_profile"
2288 if test "$no_cache" != 1; then
2289 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
2290 fi
2291
2292 if test "$wxUSE_PROFILE" = yes; then
2293 echo "$ac_t""yes" 1>&6
2294 else
2295 echo "$ac_t""no" 1>&6
2296 fi
2297
2298
2299 echo $ac_n "checking "for --enable-no_rtti"""... $ac_c" 1>&6
eb4efbdc 2300echo "configure:2301: checking "for --enable-no_rtti"" >&5
10f2d63a
VZ
2301 no_cache=0
2302 # Check whether --enable-no_rtti or --disable-no_rtti was given.
2303if test "${enable_no_rtti+set}" = set; then
2304 enableval="$enable_no_rtti"
2305
2306 if test "$enableval" = yes; then
2307 ac_cv_use_no_rtti='wxUSE_NO_RTTI=yes'
2308 else
2309 ac_cv_use_no_rtti='wxUSE_NO_RTTI=no'
2310 fi
2311
2312else
2313
2314 LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
2315 if test "x$LINE" != x ; then
2316 eval "DEFAULT_$LINE"
2317 else
2318 no_cache=1
2319 fi
2320
2321 ac_cv_use_no_rtti='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
2322
2323fi
2324
2325
2326 eval "$ac_cv_use_no_rtti"
2327 if test "$no_cache" != 1; then
2328 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
2329 fi
2330
2331 if test "$wxUSE_NO_RTTI" = yes; then
2332 echo "$ac_t""yes" 1>&6
2333 else
2334 echo "$ac_t""no" 1>&6
2335 fi
2336
2337
2338 echo $ac_n "checking "for --enable-no_exceptions"""... $ac_c" 1>&6
eb4efbdc 2339echo "configure:2340: checking "for --enable-no_exceptions"" >&5
10f2d63a
VZ
2340 no_cache=0
2341 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
2342if test "${enable_no_exceptions+set}" = set; then
2343 enableval="$enable_no_exceptions"
2344
2345 if test "$enableval" = yes; then
2346 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
2347 else
2348 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
2349 fi
2350
2351else
2352
2353 LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
2354 if test "x$LINE" != x ; then
2355 eval "DEFAULT_$LINE"
2356 else
2357 no_cache=1
2358 fi
2359
2360 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
2361
2362fi
2363
2364
2365 eval "$ac_cv_use_no_exceptions"
2366 if test "$no_cache" != 1; then
2367 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
2368 fi
2369
2370 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
2371 echo "$ac_t""yes" 1>&6
2372 else
2373 echo "$ac_t""no" 1>&6
2374 fi
2375
2376
2377 echo $ac_n "checking "for --enable-permissive"""... $ac_c" 1>&6
eb4efbdc 2378echo "configure:2379: checking "for --enable-permissive"" >&5
10f2d63a
VZ
2379 no_cache=0
2380 # Check whether --enable-permissive or --disable-permissive was given.
2381if test "${enable_permissive+set}" = set; then
2382 enableval="$enable_permissive"
2383
2384 if test "$enableval" = yes; then
2385 ac_cv_use_permissive='wxUSE_PERMISSIVE=yes'
2386 else
2387 ac_cv_use_permissive='wxUSE_PERMISSIVE=no'
2388 fi
2389
2390else
2391
2392 LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
2393 if test "x$LINE" != x ; then
2394 eval "DEFAULT_$LINE"
2395 else
2396 no_cache=1
2397 fi
2398
2399 ac_cv_use_permissive='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
2400
2401fi
2402
2403
2404 eval "$ac_cv_use_permissive"
2405 if test "$no_cache" != 1; then
2406 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
2407 fi
2408
2409 if test "$wxUSE_PERMISSIVE" = yes; then
2410 echo "$ac_t""yes" 1>&6
2411 else
2412 echo "$ac_t""no" 1>&6
2413 fi
2414
2415
2416 echo $ac_n "checking "for --enable-no_deps"""... $ac_c" 1>&6
eb4efbdc 2417echo "configure:2418: checking "for --enable-no_deps"" >&5
10f2d63a
VZ
2418 no_cache=0
2419 # Check whether --enable-no_deps or --disable-no_deps was given.
2420if test "${enable_no_deps+set}" = set; then
2421 enableval="$enable_no_deps"
2422
2423 if test "$enableval" = yes; then
2424 ac_cv_use_no_deps='wxUSE_NO_DEPS=yes'
2425 else
2426 ac_cv_use_no_deps='wxUSE_NO_DEPS=no'
2427 fi
2428
2429else
2430
2431 LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
2432 if test "x$LINE" != x ; then
2433 eval "DEFAULT_$LINE"
2434 else
2435 no_cache=1
2436 fi
2437
2438 ac_cv_use_no_deps='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
2439
2440fi
2441
2442
2443 eval "$ac_cv_use_no_deps"
2444 if test "$no_cache" != 1; then
2445 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
2446 fi
2447
2448 if test "$wxUSE_NO_DEPS" = yes; then
2449 echo "$ac_t""yes" 1>&6
2450 else
2451 echo "$ac_t""no" 1>&6
2452 fi
2453
2454
2455
2456
2457 echo $ac_n "checking "for --enable-intl"""... $ac_c" 1>&6
eb4efbdc 2458echo "configure:2459: checking "for --enable-intl"" >&5
10f2d63a
VZ
2459 no_cache=0
2460 # Check whether --enable-intl or --disable-intl was given.
2461if test "${enable_intl+set}" = set; then
2462 enableval="$enable_intl"
2463
2464 if test "$enableval" = yes; then
2465 ac_cv_use_intl='wxUSE_INTL=yes'
2466 else
2467 ac_cv_use_intl='wxUSE_INTL=no'
2468 fi
2469
2470else
2471
2472 LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
2473 if test "x$LINE" != x ; then
2474 eval "DEFAULT_$LINE"
2475 else
2476 no_cache=1
2477 fi
2478
2479 ac_cv_use_intl='wxUSE_INTL='$DEFAULT_wxUSE_INTL
2480
2481fi
2482
2483
2484 eval "$ac_cv_use_intl"
2485 if test "$no_cache" != 1; then
2486 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
2487 fi
2488
2489 if test "$wxUSE_INTL" = yes; then
2490 echo "$ac_t""yes" 1>&6
2491 else
2492 echo "$ac_t""no" 1>&6
2493 fi
2494
2495
2496 echo $ac_n "checking "for --enable-config"""... $ac_c" 1>&6
eb4efbdc 2497echo "configure:2498: checking "for --enable-config"" >&5
10f2d63a
VZ
2498 no_cache=0
2499 # Check whether --enable-config or --disable-config was given.
2500if test "${enable_config+set}" = set; then
2501 enableval="$enable_config"
2502
2503 if test "$enableval" = yes; then
2504 ac_cv_use_config='wxUSE_CONFIG=yes'
2505 else
2506 ac_cv_use_config='wxUSE_CONFIG=no'
2507 fi
2508
2509else
2510
2511 LINE=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
2512 if test "x$LINE" != x ; then
2513 eval "DEFAULT_$LINE"
2514 else
2515 no_cache=1
2516 fi
2517
2518 ac_cv_use_config='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
2519
2520fi
2521
2522
2523 eval "$ac_cv_use_config"
2524 if test "$no_cache" != 1; then
2525 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
2526 fi
2527
2528 if test "$wxUSE_CONFIG" = yes; then
2529 echo "$ac_t""yes" 1>&6
2530 else
2531 echo "$ac_t""no" 1>&6
2532 fi
2533
2534
b12915c1 2535
10f2d63a 2536 echo $ac_n "checking "for --enable-sockets"""... $ac_c" 1>&6
eb4efbdc 2537echo "configure:2538: checking "for --enable-sockets"" >&5
10f2d63a
VZ
2538 no_cache=0
2539 # Check whether --enable-sockets or --disable-sockets was given.
2540if test "${enable_sockets+set}" = set; then
2541 enableval="$enable_sockets"
2542
2543 if test "$enableval" = yes; then
2544 ac_cv_use_sockets='wxUSE_SOCKETS=yes'
2545 else
2546 ac_cv_use_sockets='wxUSE_SOCKETS=no'
2547 fi
2548
2549else
2550
2551 LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
2552 if test "x$LINE" != x ; then
2553 eval "DEFAULT_$LINE"
2554 else
2555 no_cache=1
2556 fi
2557
2558 ac_cv_use_sockets='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
2559
2560fi
2561
2562
2563 eval "$ac_cv_use_sockets"
2564 if test "$no_cache" != 1; then
2565 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
2566 fi
2567
2568 if test "$wxUSE_SOCKETS" = yes; then
2569 echo "$ac_t""yes" 1>&6
2570 else
2571 echo "$ac_t""no" 1>&6
2572 fi
2573
b12915c1 2574
10f2d63a 2575
eb4efbdc
VZ
2576 echo $ac_n "checking "for --enable-ipc"""... $ac_c" 1>&6
2577echo "configure:2578: checking "for --enable-ipc"" >&5
10f2d63a 2578 no_cache=0
eb4efbdc
VZ
2579 # Check whether --enable-ipc or --disable-ipc was given.
2580if test "${enable_ipc+set}" = set; then
2581 enableval="$enable_ipc"
10f2d63a
VZ
2582
2583 if test "$enableval" = yes; then
eb4efbdc 2584 ac_cv_use_ipc='wxUSE_IPC=yes'
10f2d63a 2585 else
eb4efbdc 2586 ac_cv_use_ipc='wxUSE_IPC=no'
10f2d63a
VZ
2587 fi
2588
2589else
2590
eb4efbdc 2591 LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
10f2d63a
VZ
2592 if test "x$LINE" != x ; then
2593 eval "DEFAULT_$LINE"
2594 else
2595 no_cache=1
2596 fi
2597
eb4efbdc 2598 ac_cv_use_ipc='wxUSE_IPC='$DEFAULT_wxUSE_IPC
10f2d63a
VZ
2599
2600fi
2601
2602
eb4efbdc 2603 eval "$ac_cv_use_ipc"
10f2d63a 2604 if test "$no_cache" != 1; then
eb4efbdc 2605 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
2606 fi
2607
eb4efbdc 2608 if test "$wxUSE_IPC" = yes; then
10f2d63a
VZ
2609 echo "$ac_t""yes" 1>&6
2610 else
2611 echo "$ac_t""no" 1>&6
2612 fi
2613
2614
eb4efbdc
VZ
2615
2616 echo $ac_n "checking "for --enable-dialupman"""... $ac_c" 1>&6
2617echo "configure:2618: checking "for --enable-dialupman"" >&5
10f2d63a 2618 no_cache=0
eb4efbdc
VZ
2619 # Check whether --enable-dialupman or --disable-dialupman was given.
2620if test "${enable_dialupman+set}" = set; then
2621 enableval="$enable_dialupman"
10f2d63a
VZ
2622
2623 if test "$enableval" = yes; then
eb4efbdc 2624 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes'
10f2d63a 2625 else
eb4efbdc 2626 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no'
10f2d63a
VZ
2627 fi
2628
2629else
2630
eb4efbdc 2631 LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
10f2d63a
VZ
2632 if test "x$LINE" != x ; then
2633 eval "DEFAULT_$LINE"
2634 else
2635 no_cache=1
2636 fi
2637
eb4efbdc 2638 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
10f2d63a
VZ
2639
2640fi
2641
2642
eb4efbdc 2643 eval "$ac_cv_use_dialupman"
10f2d63a 2644 if test "$no_cache" != 1; then
eb4efbdc 2645 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
2646 fi
2647
eb4efbdc 2648 if test "$wxUSE_DIALUP_MANAGER" = yes; then
10f2d63a
VZ
2649 echo "$ac_t""yes" 1>&6
2650 else
2651 echo "$ac_t""no" 1>&6
2652 fi
2653
2654
2655 echo $ac_n "checking "for --enable-apple_ieee"""... $ac_c" 1>&6
eb4efbdc 2656echo "configure:2657: checking "for --enable-apple_ieee"" >&5
10f2d63a
VZ
2657 no_cache=0
2658 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
2659if test "${enable_apple_ieee+set}" = set; then
2660 enableval="$enable_apple_ieee"
2661
2662 if test "$enableval" = yes; then
2663 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes'
2664 else
2665 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no'
2666 fi
2667
2668else
2669
2670 LINE=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
2671 if test "x$LINE" != x ; then
2672 eval "DEFAULT_$LINE"
2673 else
2674 no_cache=1
2675 fi
2676
2677 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
2678
2679fi
2680
2681
2682 eval "$ac_cv_use_apple_ieee"
2683 if test "$no_cache" != 1; then
2684 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
2685 fi
2686
2687 if test "$wxUSE_APPLE_IEEE" = yes; then
2688 echo "$ac_t""yes" 1>&6
2689 else
2690 echo "$ac_t""no" 1>&6
2691 fi
2692
2693
2694 echo $ac_n "checking "for --enable-timedate"""... $ac_c" 1>&6
eb4efbdc 2695echo "configure:2696: checking "for --enable-timedate"" >&5
10f2d63a
VZ
2696 no_cache=0
2697 # Check whether --enable-timedate or --disable-timedate was given.
2698if test "${enable_timedate+set}" = set; then
2699 enableval="$enable_timedate"
2700
2701 if test "$enableval" = yes; then
2702 ac_cv_use_timedate='wxUSE_TIMEDATE=yes'
2703 else
2704 ac_cv_use_timedate='wxUSE_TIMEDATE=no'
2705 fi
2706
2707else
2708
2709 LINE=`grep "wxUSE_TIMEDATE" ${wx_arg_cache_file}`
2710 if test "x$LINE" != x ; then
2711 eval "DEFAULT_$LINE"
2712 else
2713 no_cache=1
2714 fi
2715
2716 ac_cv_use_timedate='wxUSE_TIMEDATE='$DEFAULT_wxUSE_TIMEDATE
2717
2718fi
2719
2720
2721 eval "$ac_cv_use_timedate"
2722 if test "$no_cache" != 1; then
2723 echo $ac_cv_use_timedate >> ${wx_arg_cache_file}.tmp
2724 fi
2725
2726 if test "$wxUSE_TIMEDATE" = yes; then
2727 echo "$ac_t""yes" 1>&6
2728 else
2729 echo "$ac_t""no" 1>&6
2730 fi
2731
2732
2733 echo $ac_n "checking "for --enable-wave"""... $ac_c" 1>&6
eb4efbdc 2734echo "configure:2735: checking "for --enable-wave"" >&5
10f2d63a
VZ
2735 no_cache=0
2736 # Check whether --enable-wave or --disable-wave was given.
2737if test "${enable_wave+set}" = set; then
2738 enableval="$enable_wave"
2739
2740 if test "$enableval" = yes; then
2741 ac_cv_use_wave='wxUSE_WAVE=yes'
2742 else
2743 ac_cv_use_wave='wxUSE_WAVE=no'
2744 fi
2745
2746else
2747
2748 LINE=`grep "wxUSE_WAVE" ${wx_arg_cache_file}`
2749 if test "x$LINE" != x ; then
2750 eval "DEFAULT_$LINE"
2751 else
2752 no_cache=1
2753 fi
2754
2755 ac_cv_use_wave='wxUSE_WAVE='$DEFAULT_wxUSE_WAVE
2756
2757fi
2758
2759
2760 eval "$ac_cv_use_wave"
2761 if test "$no_cache" != 1; then
2762 echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp
2763 fi
2764
2765 if test "$wxUSE_WAVE" = yes; then
2766 echo "$ac_t""yes" 1>&6
2767 else
2768 echo "$ac_t""no" 1>&6
2769 fi
2770
2771
2772 echo $ac_n "checking "for --enable-fraction"""... $ac_c" 1>&6
eb4efbdc 2773echo "configure:2774: checking "for --enable-fraction"" >&5
10f2d63a
VZ
2774 no_cache=0
2775 # Check whether --enable-fraction or --disable-fraction was given.
2776if test "${enable_fraction+set}" = set; then
2777 enableval="$enable_fraction"
2778
2779 if test "$enableval" = yes; then
2780 ac_cv_use_fraction='wxUSE_FRACTION=yes'
2781 else
2782 ac_cv_use_fraction='wxUSE_FRACTION=no'
2783 fi
2784
2785else
2786
2787 LINE=`grep "wxUSE_FRACTION" ${wx_arg_cache_file}`
2788 if test "x$LINE" != x ; then
2789 eval "DEFAULT_$LINE"
2790 else
2791 no_cache=1
2792 fi
2793
2794 ac_cv_use_fraction='wxUSE_FRACTION='$DEFAULT_wxUSE_FRACTION
2795
2796fi
2797
2798
2799 eval "$ac_cv_use_fraction"
2800 if test "$no_cache" != 1; then
2801 echo $ac_cv_use_fraction >> ${wx_arg_cache_file}.tmp
2802 fi
2803
2804 if test "$wxUSE_FRACTION" = yes; then
2805 echo "$ac_t""yes" 1>&6
2806 else
2807 echo "$ac_t""no" 1>&6
2808 fi
2809
2810
2811 echo $ac_n "checking "for --enable-dynlib"""... $ac_c" 1>&6
eb4efbdc 2812echo "configure:2813: checking "for --enable-dynlib"" >&5
10f2d63a
VZ
2813 no_cache=0
2814 # Check whether --enable-dynlib or --disable-dynlib was given.
2815if test "${enable_dynlib+set}" = set; then
2816 enableval="$enable_dynlib"
2817
2818 if test "$enableval" = yes; then
2819 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes'
2820 else
2821 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no'
2822 fi
2823
2824else
2825
2826 LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
2827 if test "x$LINE" != x ; then
2828 eval "DEFAULT_$LINE"
2829 else
2830 no_cache=1
2831 fi
2832
2833 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
2834
2835fi
2836
2837
2838 eval "$ac_cv_use_dynlib"
2839 if test "$no_cache" != 1; then
2840 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
2841 fi
2842
2843 if test "$wxUSE_DYNLIB_CLASS" = yes; then
2844 echo "$ac_t""yes" 1>&6
2845 else
2846 echo "$ac_t""no" 1>&6
2847 fi
2848
2849
2850 echo $ac_n "checking "for --enable-longlong"""... $ac_c" 1>&6
eb4efbdc 2851echo "configure:2852: checking "for --enable-longlong"" >&5
10f2d63a
VZ
2852 no_cache=0
2853 # Check whether --enable-longlong or --disable-longlong was given.
2854if test "${enable_longlong+set}" = set; then
2855 enableval="$enable_longlong"
2856
2857 if test "$enableval" = yes; then
2858 ac_cv_use_longlong='wxUSE_LONGLONG=yes'
2859 else
2860 ac_cv_use_longlong='wxUSE_LONGLONG=no'
2861 fi
2862
2863else
2864
2865 LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
2866 if test "x$LINE" != x ; then
2867 eval "DEFAULT_$LINE"
2868 else
2869 no_cache=1
2870 fi
2871
2872 ac_cv_use_longlong='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
2873
2874fi
2875
2876
2877 eval "$ac_cv_use_longlong"
2878 if test "$no_cache" != 1; then
2879 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
2880 fi
2881
2882 if test "$wxUSE_LONGLONG" = yes; then
2883 echo "$ac_t""yes" 1>&6
2884 else
2885 echo "$ac_t""no" 1>&6
2886 fi
2887
2888
2889 echo $ac_n "checking "for --enable-log"""... $ac_c" 1>&6
eb4efbdc 2890echo "configure:2891: checking "for --enable-log"" >&5
10f2d63a
VZ
2891 no_cache=0
2892 # Check whether --enable-log or --disable-log was given.
2893if test "${enable_log+set}" = set; then
2894 enableval="$enable_log"
2895
2896 if test "$enableval" = yes; then
2897 ac_cv_use_log='wxUSE_LOG=yes'
2898 else
2899 ac_cv_use_log='wxUSE_LOG=no'
2900 fi
2901
2902else
2903
2904 LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
2905 if test "x$LINE" != x ; then
2906 eval "DEFAULT_$LINE"
2907 else
2908 no_cache=1
2909 fi
2910
2911 ac_cv_use_log='wxUSE_LOG='$DEFAULT_wxUSE_LOG
2912
2913fi
2914
2915
2916 eval "$ac_cv_use_log"
2917 if test "$no_cache" != 1; then
2918 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
2919 fi
2920
2921 if test "$wxUSE_LOG" = yes; then
2922 echo "$ac_t""yes" 1>&6
2923 else
2924 echo "$ac_t""no" 1>&6
2925 fi
2926
2927
2928 echo $ac_n "checking "for --enable-streams"""... $ac_c" 1>&6
eb4efbdc 2929echo "configure:2930: checking "for --enable-streams"" >&5
10f2d63a
VZ
2930 no_cache=0
2931 # Check whether --enable-streams or --disable-streams was given.
2932if test "${enable_streams+set}" = set; then
2933 enableval="$enable_streams"
2934
2935 if test "$enableval" = yes; then
2936 ac_cv_use_streams='wxUSE_STREAMS=yes'
2937 else
2938 ac_cv_use_streams='wxUSE_STREAMS=no'
2939 fi
2940
2941else
2942
2943 LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
2944 if test "x$LINE" != x ; then
2945 eval "DEFAULT_$LINE"
2946 else
2947 no_cache=1
2948 fi
2949
2950 ac_cv_use_streams='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
2951
2952fi
2953
2954
2955 eval "$ac_cv_use_streams"
2956 if test "$no_cache" != 1; then
2957 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
2958 fi
2959
2960 if test "$wxUSE_STREAMS" = yes; then
2961 echo "$ac_t""yes" 1>&6
2962 else
2963 echo "$ac_t""no" 1>&6
2964 fi
2965
2966
2967 echo $ac_n "checking "for --enable-file"""... $ac_c" 1>&6
eb4efbdc 2968echo "configure:2969: checking "for --enable-file"" >&5
10f2d63a
VZ
2969 no_cache=0
2970 # Check whether --enable-file or --disable-file was given.
2971if test "${enable_file+set}" = set; then
2972 enableval="$enable_file"
2973
2974 if test "$enableval" = yes; then
2975 ac_cv_use_file='wxUSE_FILE=yes'
2976 else
2977 ac_cv_use_file='wxUSE_FILE=no'
2978 fi
2979
2980else
2981
2982 LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
2983 if test "x$LINE" != x ; then
2984 eval "DEFAULT_$LINE"
2985 else
2986 no_cache=1
2987 fi
2988
2989 ac_cv_use_file='wxUSE_FILE='$DEFAULT_wxUSE_FILE
2990
2991fi
2992
2993
2994 eval "$ac_cv_use_file"
2995 if test "$no_cache" != 1; then
2996 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
2997 fi
2998
2999 if test "$wxUSE_FILE" = yes; then
3000 echo "$ac_t""yes" 1>&6
3001 else
3002 echo "$ac_t""no" 1>&6
3003 fi
3004
3005
3006 echo $ac_n "checking "for --enable-textfile"""... $ac_c" 1>&6
eb4efbdc 3007echo "configure:3008: checking "for --enable-textfile"" >&5
10f2d63a
VZ
3008 no_cache=0
3009 # Check whether --enable-textfile or --disable-textfile was given.
3010if test "${enable_textfile+set}" = set; then
3011 enableval="$enable_textfile"
3012
3013 if test "$enableval" = yes; then
3014 ac_cv_use_textfile='wxUSE_TEXTFILE=yes'
3015 else
3016 ac_cv_use_textfile='wxUSE_TEXTFILE=no'
3017 fi
3018
3019else
3020
3021 LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
3022 if test "x$LINE" != x ; then
3023 eval "DEFAULT_$LINE"
3024 else
3025 no_cache=1
3026 fi
3027
3028 ac_cv_use_textfile='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
3029
3030fi
3031
3032
3033 eval "$ac_cv_use_textfile"
3034 if test "$no_cache" != 1; then
3035 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
3036 fi
3037
3038 if test "$wxUSE_TEXTFILE" = yes; then
3039 echo "$ac_t""yes" 1>&6
3040 else
3041 echo "$ac_t""no" 1>&6
3042 fi
3043
3044
3045 echo $ac_n "checking "for --enable-unicode"""... $ac_c" 1>&6
eb4efbdc 3046echo "configure:3047: checking "for --enable-unicode"" >&5
10f2d63a
VZ
3047 no_cache=0
3048 # Check whether --enable-unicode or --disable-unicode was given.
3049if test "${enable_unicode+set}" = set; then
3050 enableval="$enable_unicode"
3051
3052 if test "$enableval" = yes; then
3053 ac_cv_use_unicode='wxUSE_UNICODE=yes'
3054 else
3055 ac_cv_use_unicode='wxUSE_UNICODE=no'
3056 fi
3057
3058else
3059
3060 LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
3061 if test "x$LINE" != x ; then
3062 eval "DEFAULT_$LINE"
3063 else
3064 no_cache=1
3065 fi
3066
3067 ac_cv_use_unicode='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
3068
3069fi
3070
3071
3072 eval "$ac_cv_use_unicode"
3073 if test "$no_cache" != 1; then
3074 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
3075 fi
3076
3077 if test "$wxUSE_UNICODE" = yes; then
3078 echo "$ac_t""yes" 1>&6
3079 else
3080 echo "$ac_t""no" 1>&6
3081 fi
3082
3083
3084 echo $ac_n "checking "for --enable-wcsrtombs"""... $ac_c" 1>&6
eb4efbdc 3085echo "configure:3086: checking "for --enable-wcsrtombs"" >&5
10f2d63a
VZ
3086 no_cache=0
3087 # Check whether --enable-wcsrtombs or --disable-wcsrtombs was given.
3088if test "${enable_wcsrtombs+set}" = set; then
3089 enableval="$enable_wcsrtombs"
3090
3091 if test "$enableval" = yes; then
3092 ac_cv_use_wcsrtombs='wxUSE_WCSRTOMBS=yes'
3093 else
3094 ac_cv_use_wcsrtombs='wxUSE_WCSRTOMBS=no'
3095 fi
3096
3097else
3098
3099 LINE=`grep "wxUSE_WCSRTOMBS" ${wx_arg_cache_file}`
3100 if test "x$LINE" != x ; then
3101 eval "DEFAULT_$LINE"
3102 else
3103 no_cache=1
3104 fi
3105
3106 ac_cv_use_wcsrtombs='wxUSE_WCSRTOMBS='$DEFAULT_wxUSE_WCSRTOMBS
3107
3108fi
3109
3110
3111 eval "$ac_cv_use_wcsrtombs"
3112 if test "$no_cache" != 1; then
3113 echo $ac_cv_use_wcsrtombs >> ${wx_arg_cache_file}.tmp
3114 fi
3115
3116 if test "$wxUSE_WCSRTOMBS" = yes; then
3117 echo "$ac_t""yes" 1>&6
3118 else
3119 echo "$ac_t""no" 1>&6
3120 fi
3121
3122
3123 echo $ac_n "checking "for --enable-wxprintfv"""... $ac_c" 1>&6
eb4efbdc 3124echo "configure:3125: checking "for --enable-wxprintfv"" >&5
10f2d63a
VZ
3125 no_cache=0
3126 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
3127if test "${enable_wxprintfv+set}" = set; then
3128 enableval="$enable_wxprintfv"
3129
3130 if test "$enableval" = yes; then
3131 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=yes'
3132 else
3133 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=no'
3134 fi
3135
3136else
3137
3138 LINE=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
3139 if test "x$LINE" != x ; then
3140 eval "DEFAULT_$LINE"
3141 else
3142 no_cache=1
3143 fi
3144
3145 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
3146
3147fi
3148
3149
3150 eval "$ac_cv_use_wxprintfv"
3151 if test "$no_cache" != 1; then
3152 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
3153 fi
3154
3155 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
3156 echo "$ac_t""yes" 1>&6
3157 else
3158 echo "$ac_t""no" 1>&6
3159 fi
3160
3161
3162 echo $ac_n "checking "for --enable-joystick"""... $ac_c" 1>&6
eb4efbdc 3163echo "configure:3164: checking "for --enable-joystick"" >&5
10f2d63a
VZ
3164 no_cache=0
3165 # Check whether --enable-joystick or --disable-joystick was given.
3166if test "${enable_joystick+set}" = set; then
3167 enableval="$enable_joystick"
3168
3169 if test "$enableval" = yes; then
3170 ac_cv_use_joystick='wxUSE_JOYSTICK=yes'
3171 else
3172 ac_cv_use_joystick='wxUSE_JOYSTICK=no'
3173 fi
3174
3175else
3176
3177 LINE=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
3178 if test "x$LINE" != x ; then
3179 eval "DEFAULT_$LINE"
3180 else
3181 no_cache=1
3182 fi
3183
3184 ac_cv_use_joystick='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
3185
3186fi
3187
3188
3189 eval "$ac_cv_use_joystick"
3190 if test "$no_cache" != 1; then
3191 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
3192 fi
3193
3194 if test "$wxUSE_JOYSTICK" = yes; then
3195 echo "$ac_t""yes" 1>&6
3196 else
3197 echo "$ac_t""no" 1>&6
3198 fi
3199
3200
3201 echo $ac_n "checking "for --enable-std_iostreams"""... $ac_c" 1>&6
eb4efbdc 3202echo "configure:3203: checking "for --enable-std_iostreams"" >&5
10f2d63a
VZ
3203 no_cache=0
3204 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
3205if test "${enable_std_iostreams+set}" = set; then
3206 enableval="$enable_std_iostreams"
3207
3208 if test "$enableval" = yes; then
3209 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes'
3210 else
3211 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no'
3212 fi
3213
3214else
3215
3216 LINE=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
3217 if test "x$LINE" != x ; then
3218 eval "DEFAULT_$LINE"
3219 else
3220 no_cache=1
3221 fi
3222
3223 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
3224
3225fi
3226
3227
3228 eval "$ac_cv_use_std_iostreams"
3229 if test "$no_cache" != 1; then
3230 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
3231 fi
3232
3233 if test "$wxUSE_STD_IOSTREAM" = yes; then
3234 echo "$ac_t""yes" 1>&6
3235 else
3236 echo "$ac_t""no" 1>&6
3237 fi
3238
3239
24528b0c 3240 echo $ac_n "checking "for --enable-filesystem"""... $ac_c" 1>&6
eb4efbdc 3241echo "configure:3242: checking "for --enable-filesystem"" >&5
24528b0c
VS
3242 no_cache=0
3243 # Check whether --enable-filesystem or --disable-filesystem was given.
3244if test "${enable_filesystem+set}" = set; then
3245 enableval="$enable_filesystem"
3246
3247 if test "$enableval" = yes; then
3248 ac_cv_use_filesystem='wxUSE_FILESYSTEM=yes'
3249 else
3250 ac_cv_use_filesystem='wxUSE_FILESYSTEM=no'
3251 fi
3252
3253else
3254
3255 LINE=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
3256 if test "x$LINE" != x ; then
3257 eval "DEFAULT_$LINE"
3258 else
3259 no_cache=1
3260 fi
3261
3262 ac_cv_use_filesystem='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
3263
3264fi
3265
3266
3267 eval "$ac_cv_use_filesystem"
3268 if test "$no_cache" != 1; then
3269 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
3270 fi
3271
3272 if test "$wxUSE_FILESYSTEM" = yes; then
3273 echo "$ac_t""yes" 1>&6
3274 else
3275 echo "$ac_t""no" 1>&6
3276 fi
3277
3278
10f2d63a 3279 echo $ac_n "checking "for --enable-fs_inet"""... $ac_c" 1>&6
eb4efbdc 3280echo "configure:3281: checking "for --enable-fs_inet"" >&5
10f2d63a
VZ
3281 no_cache=0
3282 # Check whether --enable-fs_inet or --disable-fs_inet was given.
3283if test "${enable_fs_inet+set}" = set; then
3284 enableval="$enable_fs_inet"
3285
3286 if test "$enableval" = yes; then
3287 ac_cv_use_fs_inet='wxUSE_FS_INET=yes'
3288 else
3289 ac_cv_use_fs_inet='wxUSE_FS_INET=no'
3290 fi
3291
3292else
3293
3294 LINE=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
3295 if test "x$LINE" != x ; then
3296 eval "DEFAULT_$LINE"
3297 else
3298 no_cache=1
3299 fi
3300
3301 ac_cv_use_fs_inet='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
3302
3303fi
3304
3305
3306 eval "$ac_cv_use_fs_inet"
3307 if test "$no_cache" != 1; then
3308 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
3309 fi
3310
3311 if test "$wxUSE_FS_INET" = yes; then
3312 echo "$ac_t""yes" 1>&6
3313 else
3314 echo "$ac_t""no" 1>&6
3315 fi
3316
3317
3318 echo $ac_n "checking "for --enable-fs_zip"""... $ac_c" 1>&6
eb4efbdc 3319echo "configure:3320: checking "for --enable-fs_zip"" >&5
10f2d63a
VZ
3320 no_cache=0
3321 # Check whether --enable-fs_zip or --disable-fs_zip was given.
3322if test "${enable_fs_zip+set}" = set; then
3323 enableval="$enable_fs_zip"
3324
3325 if test "$enableval" = yes; then
3326 ac_cv_use_fs_zip='wxUSE_FS_ZIP=yes'
3327 else
3328 ac_cv_use_fs_zip='wxUSE_FS_ZIP=no'
3329 fi
3330
3331else
3332
3333 LINE=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
3334 if test "x$LINE" != x ; then
3335 eval "DEFAULT_$LINE"
3336 else
3337 no_cache=1
3338 fi
3339
3340 ac_cv_use_fs_zip='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
3341
3342fi
3343
3344
3345 eval "$ac_cv_use_fs_zip"
3346 if test "$no_cache" != 1; then
3347 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
3348 fi
3349
3350 if test "$wxUSE_FS_ZIP" = yes; then
3351 echo "$ac_t""yes" 1>&6
3352 else
3353 echo "$ac_t""no" 1>&6
3354 fi
3355
3356
3357 echo $ac_n "checking "for --enable-zipstream"""... $ac_c" 1>&6
eb4efbdc 3358echo "configure:3359: checking "for --enable-zipstream"" >&5
10f2d63a
VZ
3359 no_cache=0
3360 # Check whether --enable-zipstream or --disable-zipstream was given.
3361if test "${enable_zipstream+set}" = set; then
3362 enableval="$enable_zipstream"
3363
3364 if test "$enableval" = yes; then
3365 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=yes'
3366 else
3367 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=no'
3368 fi
3369
3370else
3371
3372 LINE=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
3373 if test "x$LINE" != x ; then
3374 eval "DEFAULT_$LINE"
3375 else
3376 no_cache=1
3377 fi
3378
3379 ac_cv_use_zipstream='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
3380
3381fi
3382
3383
3384 eval "$ac_cv_use_zipstream"
3385 if test "$no_cache" != 1; then
3386 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
3387 fi
3388
3389 if test "$wxUSE_ZIPSTREAM" = yes; then
3390 echo "$ac_t""yes" 1>&6
3391 else
3392 echo "$ac_t""no" 1>&6
3393 fi
3394
3395
3396
eb4efbdc
VZ
3397 echo $ac_n "checking "for --enable-catch_segvs"""... $ac_c" 1>&6
3398echo "configure:3399: checking "for --enable-catch_segvs"" >&5
3399 no_cache=0
3400 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
3401if test "${enable_catch_segvs+set}" = set; then
3402 enableval="$enable_catch_segvs"
3403
3404 if test "$enableval" = yes; then
3405 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes'
3406 else
3407 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no'
3408 fi
3409
3410else
3411
3412 LINE=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
3413 if test "x$LINE" != x ; then
3414 eval "DEFAULT_$LINE"
3415 else
3416 no_cache=1
3417 fi
3418
3419 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
3420
3421fi
3422
3423
3424 eval "$ac_cv_use_catch_segvs"
3425 if test "$no_cache" != 1; then
3426 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
3427 fi
3428
3429 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
3430 echo "$ac_t""yes" 1>&6
3431 else
3432 echo "$ac_t""no" 1>&6
3433 fi
3434
3435
3436
10f2d63a
VZ
3437
3438 echo $ac_n "checking "for --enable-threads"""... $ac_c" 1>&6
eb4efbdc 3439echo "configure:3440: checking "for --enable-threads"" >&5
10f2d63a
VZ
3440 no_cache=0
3441 # Check whether --enable-threads or --disable-threads was given.
3442if test "${enable_threads+set}" = set; then
3443 enableval="$enable_threads"
3444
3445 if test "$enableval" = yes; then
3446 ac_cv_use_threads='wxUSE_THREADS=yes'
3447 else
3448 ac_cv_use_threads='wxUSE_THREADS=no'
3449 fi
3450
3451else
3452
3453 LINE=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
3454 if test "x$LINE" != x ; then
3455 eval "DEFAULT_$LINE"
3456 else
3457 no_cache=1
3458 fi
3459
3460 ac_cv_use_threads='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
3461
3462fi
3463
3464
3465 eval "$ac_cv_use_threads"
3466 if test "$no_cache" != 1; then
3467 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
3468 fi
3469
3470 if test "$wxUSE_THREADS" = yes; then
3471 echo "$ac_t""yes" 1>&6
3472 else
3473 echo "$ac_t""no" 1>&6
3474 fi
3475
3476
3477 echo $ac_n "checking "for --enable-serial"""... $ac_c" 1>&6
eb4efbdc 3478echo "configure:3479: checking "for --enable-serial"" >&5
10f2d63a
VZ
3479 no_cache=0
3480 # Check whether --enable-serial or --disable-serial was given.
3481if test "${enable_serial+set}" = set; then
3482 enableval="$enable_serial"
3483
3484 if test "$enableval" = yes; then
3485 ac_cv_use_serial='wxUSE_SERIAL=yes'
3486 else
3487 ac_cv_use_serial='wxUSE_SERIAL=no'
3488 fi
3489
3490else
3491
3492 LINE=`grep "wxUSE_SERIAL" ${wx_arg_cache_file}`
3493 if test "x$LINE" != x ; then
3494 eval "DEFAULT_$LINE"
3495 else
3496 no_cache=1
3497 fi
3498
3499 ac_cv_use_serial='wxUSE_SERIAL='$DEFAULT_wxUSE_SERIAL
3500
3501fi
3502
3503
3504 eval "$ac_cv_use_serial"
3505 if test "$no_cache" != 1; then
3506 echo $ac_cv_use_serial >> ${wx_arg_cache_file}.tmp
3507 fi
3508
3509 if test "$wxUSE_SERIAL" = yes; then
3510 echo "$ac_t""yes" 1>&6
3511 else
3512 echo "$ac_t""no" 1>&6
3513 fi
3514
3515
b12915c1
VZ
3516if test "$wxUSE_GUI" = "yes"; then
3517
10f2d63a
VZ
3518
3519
3520 echo $ac_n "checking "for --enable-docview"""... $ac_c" 1>&6
eb4efbdc 3521echo "configure:3522: checking "for --enable-docview"" >&5
10f2d63a
VZ
3522 no_cache=0
3523 # Check whether --enable-docview or --disable-docview was given.
3524if test "${enable_docview+set}" = set; then
3525 enableval="$enable_docview"
3526
3527 if test "$enableval" = yes; then
3528 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
3529 else
3530 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no'
3531 fi
3532
3533else
3534
3535 LINE=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
3536 if test "x$LINE" != x ; then
3537 eval "DEFAULT_$LINE"
3538 else
3539 no_cache=1
3540 fi
3541
3542 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
3543
3544fi
3545
3546
3547 eval "$ac_cv_use_docview"
3548 if test "$no_cache" != 1; then
3549 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
3550 fi
3551
3552 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
3553 echo "$ac_t""yes" 1>&6
3554 else
3555 echo "$ac_t""no" 1>&6
3556 fi
3557
3558
3559 echo $ac_n "checking "for --enable-help"""... $ac_c" 1>&6
eb4efbdc 3560echo "configure:3561: checking "for --enable-help"" >&5
10f2d63a
VZ
3561 no_cache=0
3562 # Check whether --enable-help or --disable-help was given.
3563if test "${enable_help+set}" = set; then
3564 enableval="$enable_help"
3565
3566 if test "$enableval" = yes; then
3567 ac_cv_use_help='wxUSE_HELP=yes'
3568 else
3569 ac_cv_use_help='wxUSE_HELP=no'
3570 fi
3571
3572else
3573
3574 LINE=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
3575 if test "x$LINE" != x ; then
3576 eval "DEFAULT_$LINE"
3577 else
3578 no_cache=1
3579 fi
3580
3581 ac_cv_use_help='wxUSE_HELP='$DEFAULT_wxUSE_HELP
3582
3583fi
3584
3585
3586 eval "$ac_cv_use_help"
3587 if test "$no_cache" != 1; then
3588 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
3589 fi
3590
3591 if test "$wxUSE_HELP" = yes; then
3592 echo "$ac_t""yes" 1>&6
3593 else
3594 echo "$ac_t""no" 1>&6
3595 fi
3596
3597
3598 echo $ac_n "checking "for --enable-constraints"""... $ac_c" 1>&6
eb4efbdc 3599echo "configure:3600: checking "for --enable-constraints"" >&5
10f2d63a
VZ
3600 no_cache=0
3601 # Check whether --enable-constraints or --disable-constraints was given.
3602if test "${enable_constraints+set}" = set; then
3603 enableval="$enable_constraints"
3604
3605 if test "$enableval" = yes; then
3606 ac_cv_use_constraints='wxUSE_CONSTRAINTS=yes'
3607 else
3608 ac_cv_use_constraints='wxUSE_CONSTRAINTS=no'
3609 fi
3610
3611else
3612
3613 LINE=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
3614 if test "x$LINE" != x ; then
3615 eval "DEFAULT_$LINE"
3616 else
3617 no_cache=1
3618 fi
3619
3620 ac_cv_use_constraints='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
3621
3622fi
3623
3624
3625 eval "$ac_cv_use_constraints"
3626 if test "$no_cache" != 1; then
3627 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
3628 fi
3629
3630 if test "$wxUSE_CONSTRAINTS" = yes; then
3631 echo "$ac_t""yes" 1>&6
3632 else
3633 echo "$ac_t""no" 1>&6
3634 fi
3635
3636
3637 echo $ac_n "checking "for --enable-printarch"""... $ac_c" 1>&6
eb4efbdc 3638echo "configure:3639: checking "for --enable-printarch"" >&5
10f2d63a
VZ
3639 no_cache=0
3640 # Check whether --enable-printarch or --disable-printarch was given.
3641if test "${enable_printarch+set}" = set; then
3642 enableval="$enable_printarch"
3643
3644 if test "$enableval" = yes; then
3645 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes'
3646 else
3647 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no'
3648 fi
3649
3650else
3651
3652 LINE=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
3653 if test "x$LINE" != x ; then
3654 eval "DEFAULT_$LINE"
3655 else
3656 no_cache=1
3657 fi
3658
3659 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
3660
3661fi
3662
3663
3664 eval "$ac_cv_use_printarch"
3665 if test "$no_cache" != 1; then
3666 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
3667 fi
3668
3669 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
3670 echo "$ac_t""yes" 1>&6
3671 else
3672 echo "$ac_t""no" 1>&6
3673 fi
3674
3675
3676 echo $ac_n "checking "for --enable-mdi"""... $ac_c" 1>&6
eb4efbdc 3677echo "configure:3678: checking "for --enable-mdi"" >&5
10f2d63a
VZ
3678 no_cache=0
3679 # Check whether --enable-mdi or --disable-mdi was given.
3680if test "${enable_mdi+set}" = set; then
3681 enableval="$enable_mdi"
3682
3683 if test "$enableval" = yes; then
3684 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=yes'
3685 else
3686 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=no'
3687 fi
3688
3689else
3690
3691 LINE=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
3692 if test "x$LINE" != x ; then
3693 eval "DEFAULT_$LINE"
3694 else
3695 no_cache=1
3696 fi
3697
3698 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
3699
3700fi
3701
3702
3703 eval "$ac_cv_use_mdi"
3704 if test "$no_cache" != 1; then
3705 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
3706 fi
3707
3708 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
3709 echo "$ac_t""yes" 1>&6
3710 else
3711 echo "$ac_t""no" 1>&6
3712 fi
3713
3714
3715
3716 echo $ac_n "checking "for --enable-postscript"""... $ac_c" 1>&6
eb4efbdc 3717echo "configure:3718: checking "for --enable-postscript"" >&5
10f2d63a
VZ
3718 no_cache=0
3719 # Check whether --enable-postscript or --disable-postscript was given.
3720if test "${enable_postscript+set}" = set; then
3721 enableval="$enable_postscript"
3722
3723 if test "$enableval" = yes; then
3724 ac_cv_use_postscript='wxUSE_POSTSCRIPT=yes'
3725 else
3726 ac_cv_use_postscript='wxUSE_POSTSCRIPT=no'
3727 fi
3728
3729else
3730
3731 LINE=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
3732 if test "x$LINE" != x ; then
3733 eval "DEFAULT_$LINE"
3734 else
3735 no_cache=1
3736 fi
3737
3738 ac_cv_use_postscript='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
3739
3740fi
3741
3742
3743 eval "$ac_cv_use_postscript"
3744 if test "$no_cache" != 1; then
3745 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
3746 fi
3747
3748 if test "$wxUSE_POSTSCRIPT" = yes; then
3749 echo "$ac_t""yes" 1>&6
3750 else
3751 echo "$ac_t""no" 1>&6
3752 fi
3753
3754
3755
3756
3757 echo $ac_n "checking "for --enable-prologio"""... $ac_c" 1>&6
eb4efbdc 3758echo "configure:3759: checking "for --enable-prologio"" >&5
10f2d63a
VZ
3759 no_cache=0
3760 # Check whether --enable-prologio or --disable-prologio was given.
3761if test "${enable_prologio+set}" = set; then
3762 enableval="$enable_prologio"
3763
3764 if test "$enableval" = yes; then
3765 ac_cv_use_prologio='wxUSE_PROLOGIO=yes'
3766 else
3767 ac_cv_use_prologio='wxUSE_PROLOGIO=no'
3768 fi
3769
3770else
3771
3772 LINE=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
3773 if test "x$LINE" != x ; then
3774 eval "DEFAULT_$LINE"
3775 else
3776 no_cache=1
3777 fi
3778
3779 ac_cv_use_prologio='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
3780
3781fi
3782
3783
3784 eval "$ac_cv_use_prologio"
3785 if test "$no_cache" != 1; then
3786 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
3787 fi
3788
3789 if test "$wxUSE_PROLOGIO" = yes; then
3790 echo "$ac_t""yes" 1>&6
3791 else
3792 echo "$ac_t""no" 1>&6
3793 fi
3794
3795
3796 echo $ac_n "checking "for --enable-resources"""... $ac_c" 1>&6
eb4efbdc 3797echo "configure:3798: checking "for --enable-resources"" >&5
10f2d63a
VZ
3798 no_cache=0
3799 # Check whether --enable-resources or --disable-resources was given.
3800if test "${enable_resources+set}" = set; then
3801 enableval="$enable_resources"
3802
3803 if test "$enableval" = yes; then
3804 ac_cv_use_resources='wxUSE_RESOURCES=yes'
3805 else
3806 ac_cv_use_resources='wxUSE_RESOURCES=no'
3807 fi
3808
3809else
3810
3811 LINE=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
3812 if test "x$LINE" != x ; then
3813 eval "DEFAULT_$LINE"
3814 else
3815 no_cache=1
3816 fi
3817
3818 ac_cv_use_resources='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
3819
3820fi
3821
3822
3823 eval "$ac_cv_use_resources"
3824 if test "$no_cache" != 1; then
3825 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
3826 fi
3827
3828 if test "$wxUSE_RESOURCES" = yes; then
3829 echo "$ac_t""yes" 1>&6
3830 else
3831 echo "$ac_t""no" 1>&6
3832 fi
3833
3834
3835
3836 echo $ac_n "checking "for --enable-xresources"""... $ac_c" 1>&6
eb4efbdc 3837echo "configure:3838: checking "for --enable-xresources"" >&5
10f2d63a
VZ
3838 no_cache=0
3839 # Check whether --enable-xresources or --disable-xresources was given.
3840if test "${enable_xresources+set}" = set; then
3841 enableval="$enable_xresources"
3842
3843 if test "$enableval" = yes; then
3844 ac_cv_use_xresources='wxUSE_X_RESOURCES=yes'
3845 else
3846 ac_cv_use_xresources='wxUSE_X_RESOURCES=no'
3847 fi
3848
3849else
3850
3851 LINE=`grep "wxUSE_X_RESOURCES" ${wx_arg_cache_file}`
3852 if test "x$LINE" != x ; then
3853 eval "DEFAULT_$LINE"
3854 else
3855 no_cache=1
3856 fi
3857
3858 ac_cv_use_xresources='wxUSE_X_RESOURCES='$DEFAULT_wxUSE_X_RESOURCES
3859
3860fi
3861
3862
3863 eval "$ac_cv_use_xresources"
3864 if test "$no_cache" != 1; then
3865 echo $ac_cv_use_xresources >> ${wx_arg_cache_file}.tmp
3866 fi
3867
3868 if test "$wxUSE_X_RESOURCES" = yes; then
3869 echo "$ac_t""yes" 1>&6
3870 else
3871 echo "$ac_t""no" 1>&6
3872 fi
3873
3874
3875
3876
3877 echo $ac_n "checking "for --enable-clipboard"""... $ac_c" 1>&6
eb4efbdc 3878echo "configure:3879: checking "for --enable-clipboard"" >&5
10f2d63a
VZ
3879 no_cache=0
3880 # Check whether --enable-clipboard or --disable-clipboard was given.
3881if test "${enable_clipboard+set}" = set; then
3882 enableval="$enable_clipboard"
3883
3884 if test "$enableval" = yes; then
3885 ac_cv_use_clipboard='wxUSE_CLIPBOARD=yes'
3886 else
3887 ac_cv_use_clipboard='wxUSE_CLIPBOARD=no'
3888 fi
3889
3890else
3891
3892 LINE=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
3893 if test "x$LINE" != x ; then
3894 eval "DEFAULT_$LINE"
3895 else
3896 no_cache=1
3897 fi
3898
3899 ac_cv_use_clipboard='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
3900
3901fi
3902
3903
3904 eval "$ac_cv_use_clipboard"
3905 if test "$no_cache" != 1; then
3906 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
3907 fi
3908
3909 if test "$wxUSE_CLIPBOARD" = yes; then
3910 echo "$ac_t""yes" 1>&6
3911 else
3912 echo "$ac_t""no" 1>&6
3913 fi
3914
3915
3916 echo $ac_n "checking "for --enable-dnd"""... $ac_c" 1>&6
eb4efbdc 3917echo "configure:3918: checking "for --enable-dnd"" >&5
10f2d63a
VZ
3918 no_cache=0
3919 # Check whether --enable-dnd or --disable-dnd was given.
3920if test "${enable_dnd+set}" = set; then
3921 enableval="$enable_dnd"
3922
3923 if test "$enableval" = yes; then
3924 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes'
3925 else
3926 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=no'
3927 fi
3928
3929else
3930
3931 LINE=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
3932 if test "x$LINE" != x ; then
3933 eval "DEFAULT_$LINE"
3934 else
3935 no_cache=1
3936 fi
3937
3938 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
3939
3940fi
3941
3942
3943 eval "$ac_cv_use_dnd"
3944 if test "$no_cache" != 1; then
3945 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
3946 fi
3947
3948 if test "$wxUSE_DRAG_AND_DROP" = yes; then
3949 echo "$ac_t""yes" 1>&6
3950 else
3951 echo "$ac_t""no" 1>&6
3952 fi
3953
3954
3955
3956 echo $ac_n "checking "for --enable-wxtree"""... $ac_c" 1>&6
eb4efbdc 3957echo "configure:3958: checking "for --enable-wxtree"" >&5
10f2d63a
VZ
3958 no_cache=0
3959 # Check whether --enable-wxtree or --disable-wxtree was given.
3960if test "${enable_wxtree+set}" = set; then
3961 enableval="$enable_wxtree"
3962
3963 if test "$enableval" = yes; then
3964 ac_cv_use_wxtree='wxUSE_WXTREE=yes'
3965 else
3966 ac_cv_use_wxtree='wxUSE_WXTREE=no'
3967 fi
3968
3969else
3970
3971 LINE=`grep "wxUSE_WXTREE" ${wx_arg_cache_file}`
3972 if test "x$LINE" != x ; then
3973 eval "DEFAULT_$LINE"
3974 else
3975 no_cache=1
3976 fi
3977
3978 ac_cv_use_wxtree='wxUSE_WXTREE='$DEFAULT_wxUSE_WXTREE
3979
3980fi
3981
3982
3983 eval "$ac_cv_use_wxtree"
3984 if test "$no_cache" != 1; then
3985 echo $ac_cv_use_wxtree >> ${wx_arg_cache_file}.tmp
3986 fi
3987
3988 if test "$wxUSE_WXTREE" = yes; then
3989 echo "$ac_t""yes" 1>&6
3990 else
3991 echo "$ac_t""no" 1>&6
3992 fi
3993
3994
3995
3996
3997 echo $ac_n "checking "for --enable-controls"""... $ac_c" 1>&6
eb4efbdc 3998echo "configure:3999: checking "for --enable-controls"" >&5
10f2d63a
VZ
3999 no_cache=0
4000 # Check whether --enable-controls or --disable-controls was given.
4001if test "${enable_controls+set}" = set; then
4002 enableval="$enable_controls"
4003
4004 if test "$enableval" = yes; then
4005 ac_cv_use_controls='wxUSE_CONTROLS=yes'
4006 else
4007 ac_cv_use_controls='wxUSE_CONTROLS=no'
4008 fi
4009
4010else
4011
4012 LINE=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
4013 if test "x$LINE" != x ; then
4014 eval "DEFAULT_$LINE"
4015 else
4016 no_cache=1
4017 fi
4018
4019 ac_cv_use_controls='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
4020
4021fi
4022
4023
4024 eval "$ac_cv_use_controls"
4025 if test "$no_cache" != 1; then
4026 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
4027 fi
4028
4029 if test "$wxUSE_CONTROLS" = yes; then
4030 echo "$ac_t""yes" 1>&6
4031 else
4032 echo "$ac_t""no" 1>&6
4033 fi
4034
4035
4036if test "$wxUSE_CONTROLS" = "yes"; then
4037 DEFAULT_wxUSE_ACCEL=yes
4038 DEFAULT_wxUSE_CARET=yes
4039 DEFAULT_wxUSE_COMBOBOX=yes
4040 DEFAULT_wxUSE_BMPBUTTON=yes
4041 DEFAULT_wxUSE_CHECKBOX=yes
4042 DEFAULT_wxUSE_CHECKLISTBOX=yes
4043 DEFAULT_wxUSE_CHOICE=yes
4044 DEFAULT_wxUSE_GAUGE=yes
4045 DEFAULT_wxUSE_GRID=yes
cc977e5f 4046 DEFAULT_wxUSE_NEW_GRID=yes
10f2d63a
VZ
4047 DEFAULT_wxUSE_IMAGLIST=yes
4048 DEFAULT_wxUSE_LISTBOX=yes
4049 DEFAULT_wxUSE_LISTCTRL=yes
4050 DEFAULT_wxUSE_NOTEBOOK=yes
4051 DEFAULT_wxUSE_RADIOBOX=yes
4052 DEFAULT_wxUSE_RADIOBTN=yes
4053 DEFAULT_wxUSE_SASH=yes
4054 DEFAULT_wxUSE_SCROLLBAR=yes
4055 DEFAULT_wxUSE_SLIDER=yes
4056 DEFAULT_wxUSE_SPINBTN=yes
56cfaa52 4057 DEFAULT_wxUSE_SPINCTRL=yes
10f2d63a
VZ
4058 DEFAULT_wxUSE_SPLITTER=yes
4059 DEFAULT_wxUSE_STATBMP=yes
4060 DEFAULT_wxUSE_STATBOX=yes
4061 DEFAULT_wxUSE_STATLINE=yes
4062 DEFAULT_wxUSE_STATUSBAR=yes
4063 DEFAULT_wxUSE_TAB_DIALOG=yes
4064 DEFAULT_wxUSE_TOOLBAR=yes
360d6699
VZ
4065 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
4066 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
10f2d63a
VZ
4067 DEFAULT_wxUSE_TOOLTIPS=yes
4068 DEFAULT_wxUSE_TREECTRL=yes
4069elif test "$wxUSE_CONTROLS" = "no"; then
4070 DEFAULT_wxUSE_ACCEL=no
4071 DEFAULT_wxUSE_CARET=no
4072 DEFAULT_wxUSE_COMBOBOX=no
4073 DEFAULT_wxUSE_BMPBUTTON=no
4074 DEFAULT_wxUSE_CHECKBOX=no
4075 DEFAULT_wxUSE_CHECKLISTBOX=no
4076 DEFAULT_wxUSE_CHOICE=no
4077 DEFAULT_wxUSE_GAUGE=no
4078 DEFAULT_wxUSE_GRID=no
4079 DEFAULT_wxUSE_NEW_GRID=no
4080 DEFAULT_wxUSE_IMAGLIST=no
4081 DEFAULT_wxUSE_LISTBOX=no
4082 DEFAULT_wxUSE_LISTCTRL=no
4083 DEFAULT_wxUSE_NOTEBOOK=no
4084 DEFAULT_wxUSE_RADIOBOX=no
4085 DEFAULT_wxUSE_RADIOBTN=no
4086 DEFAULT_wxUSE_SASH=no
4087 DEFAULT_wxUSE_SCROLLBAR=no
4088 DEFAULT_wxUSE_SLIDER=no
4089 DEFAULT_wxUSE_SPINBTN=no
56cfaa52 4090 DEFAULT_wxUSE_SPINCTRL=no
10f2d63a
VZ
4091 DEFAULT_wxUSE_SPLITTER=no
4092 DEFAULT_wxUSE_STATBMP=no
4093 DEFAULT_wxUSE_STATBOX=no
4094 DEFAULT_wxUSE_STATLINE=no
4095 DEFAULT_wxUSE_STATUSBAR=no
4096 DEFAULT_wxUSE_TAB_DIALOG=no
4097 DEFAULT_wxUSE_TOOLBAR=no
360d6699
VZ
4098 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
4099 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
10f2d63a
VZ
4100 DEFAULT_wxUSE_TOOLTIPS=no
4101 DEFAULT_wxUSE_TREECTRL=no
4102fi
4103
4104
4105 echo $ac_n "checking "for --enable-accel"""... $ac_c" 1>&6
eb4efbdc 4106echo "configure:4107: checking "for --enable-accel"" >&5
10f2d63a
VZ
4107 no_cache=0
4108 # Check whether --enable-accel or --disable-accel was given.
4109if test "${enable_accel+set}" = set; then
4110 enableval="$enable_accel"
4111
4112 if test "$enableval" = yes; then
4113 ac_cv_use_accel='wxUSE_ACCEL=yes'
4114 else
4115 ac_cv_use_accel='wxUSE_ACCEL=no'
4116 fi
4117
4118else
4119
4120 LINE=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
4121 if test "x$LINE" != x ; then
4122 eval "DEFAULT_$LINE"
4123 else
4124 no_cache=1
4125 fi
4126
4127 ac_cv_use_accel='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
4128
4129fi
4130
4131
4132 eval "$ac_cv_use_accel"
4133 if test "$no_cache" != 1; then
4134 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
4135 fi
4136
4137 if test "$wxUSE_ACCEL" = yes; then
4138 echo "$ac_t""yes" 1>&6
4139 else
4140 echo "$ac_t""no" 1>&6
4141 fi
4142
4143
4144 echo $ac_n "checking "for --enable-caret"""... $ac_c" 1>&6
eb4efbdc 4145echo "configure:4146: checking "for --enable-caret"" >&5
10f2d63a
VZ
4146 no_cache=0
4147 # Check whether --enable-caret or --disable-caret was given.
4148if test "${enable_caret+set}" = set; then
4149 enableval="$enable_caret"
4150
4151 if test "$enableval" = yes; then
4152 ac_cv_use_caret='wxUSE_CARET=yes'
4153 else
4154 ac_cv_use_caret='wxUSE_CARET=no'
4155 fi
4156
4157else
4158
4159 LINE=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
4160 if test "x$LINE" != x ; then
4161 eval "DEFAULT_$LINE"
4162 else
4163 no_cache=1
4164 fi
4165
4166 ac_cv_use_caret='wxUSE_CARET='$DEFAULT_wxUSE_CARET
4167
4168fi
4169
4170
4171 eval "$ac_cv_use_caret"
4172 if test "$no_cache" != 1; then
4173 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
4174 fi
4175
4176 if test "$wxUSE_CARET" = yes; then
4177 echo "$ac_t""yes" 1>&6
4178 else
4179 echo "$ac_t""no" 1>&6
4180 fi
4181
4182
4183 echo $ac_n "checking "for --enable-bmpbutton"""... $ac_c" 1>&6
eb4efbdc 4184echo "configure:4185: checking "for --enable-bmpbutton"" >&5
10f2d63a
VZ
4185 no_cache=0
4186 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
4187if test "${enable_bmpbutton+set}" = set; then
4188 enableval="$enable_bmpbutton"
4189
4190 if test "$enableval" = yes; then
4191 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes'
4192 else
4193 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
4194 fi
4195
4196else
4197
4198 LINE=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
4199 if test "x$LINE" != x ; then
4200 eval "DEFAULT_$LINE"
4201 else
4202 no_cache=1
4203 fi
4204
4205 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
4206
4207fi
4208
4209
4210 eval "$ac_cv_use_bmpbutton"
4211 if test "$no_cache" != 1; then
4212 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
4213 fi
4214
4215 if test "$wxUSE_BMPBUTTON" = yes; then
4216 echo "$ac_t""yes" 1>&6
4217 else
4218 echo "$ac_t""no" 1>&6
4219 fi
4220
4221
4222 echo $ac_n "checking "for --enable-checkbox"""... $ac_c" 1>&6
eb4efbdc 4223echo "configure:4224: checking "for --enable-checkbox"" >&5
10f2d63a
VZ
4224 no_cache=0
4225 # Check whether --enable-checkbox or --disable-checkbox was given.
4226if test "${enable_checkbox+set}" = set; then
4227 enableval="$enable_checkbox"
4228
4229 if test "$enableval" = yes; then
4230 ac_cv_use_checkbox='wxUSE_CHECKBOX=yes'
4231 else
4232 ac_cv_use_checkbox='wxUSE_CHECKBOX=no'
4233 fi
4234
4235else
4236
4237 LINE=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
4238 if test "x$LINE" != x ; then
4239 eval "DEFAULT_$LINE"
4240 else
4241 no_cache=1
4242 fi
4243
4244 ac_cv_use_checkbox='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
4245
4246fi
4247
4248
4249 eval "$ac_cv_use_checkbox"
4250 if test "$no_cache" != 1; then
4251 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
4252 fi
4253
4254 if test "$wxUSE_CHECKBOX" = yes; then
4255 echo "$ac_t""yes" 1>&6
4256 else
4257 echo "$ac_t""no" 1>&6
4258 fi
4259
4260
4261 echo $ac_n "checking "for --enable-checklst"""... $ac_c" 1>&6
eb4efbdc 4262echo "configure:4263: checking "for --enable-checklst"" >&5
10f2d63a
VZ
4263 no_cache=0
4264 # Check whether --enable-checklst or --disable-checklst was given.
4265if test "${enable_checklst+set}" = set; then
4266 enableval="$enable_checklst"
4267
4268 if test "$enableval" = yes; then
4269 ac_cv_use_checklst='wxUSE_CHECKLST=yes'
4270 else
4271 ac_cv_use_checklst='wxUSE_CHECKLST=no'
4272 fi
4273
4274else
4275
4276 LINE=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
4277 if test "x$LINE" != x ; then
4278 eval "DEFAULT_$LINE"
4279 else
4280 no_cache=1
4281 fi
4282
4283 ac_cv_use_checklst='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
4284
4285fi
4286
4287
4288 eval "$ac_cv_use_checklst"
4289 if test "$no_cache" != 1; then
4290 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
4291 fi
4292
4293 if test "$wxUSE_CHECKLST" = yes; then
4294 echo "$ac_t""yes" 1>&6
4295 else
4296 echo "$ac_t""no" 1>&6
4297 fi
4298
4299
4300 echo $ac_n "checking "for --enable-choice"""... $ac_c" 1>&6
eb4efbdc 4301echo "configure:4302: checking "for --enable-choice"" >&5
10f2d63a
VZ
4302 no_cache=0
4303 # Check whether --enable-choice or --disable-choice was given.
4304if test "${enable_choice+set}" = set; then
4305 enableval="$enable_choice"
4306
4307 if test "$enableval" = yes; then
4308 ac_cv_use_choice='wxUSE_CHOICE=yes'
4309 else
4310 ac_cv_use_choice='wxUSE_CHOICE=no'
4311 fi
4312
4313else
4314
4315 LINE=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
4316 if test "x$LINE" != x ; then
4317 eval "DEFAULT_$LINE"
4318 else
4319 no_cache=1
4320 fi
4321
4322 ac_cv_use_choice='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
4323
4324fi
4325
4326
4327 eval "$ac_cv_use_choice"
4328 if test "$no_cache" != 1; then
4329 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
4330 fi
4331
4332 if test "$wxUSE_CHOICE" = yes; then
4333 echo "$ac_t""yes" 1>&6
4334 else
4335 echo "$ac_t""no" 1>&6
4336 fi
4337
4338
4339 echo $ac_n "checking "for --enable-combobox"""... $ac_c" 1>&6
eb4efbdc 4340echo "configure:4341: checking "for --enable-combobox"" >&5
10f2d63a
VZ
4341 no_cache=0
4342 # Check whether --enable-combobox or --disable-combobox was given.
4343if test "${enable_combobox+set}" = set; then
4344 enableval="$enable_combobox"
4345
4346 if test "$enableval" = yes; then
4347 ac_cv_use_combobox='wxUSE_COMBOBOX=yes'
4348 else
4349 ac_cv_use_combobox='wxUSE_COMBOBOX=no'
4350 fi
4351
4352else
4353
4354 LINE=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
4355 if test "x$LINE" != x ; then
4356 eval "DEFAULT_$LINE"
4357 else
4358 no_cache=1
4359 fi
4360
4361 ac_cv_use_combobox='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
4362
4363fi
4364
4365
4366 eval "$ac_cv_use_combobox"
4367 if test "$no_cache" != 1; then
4368 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
4369 fi
4370
4371 if test "$wxUSE_COMBOBOX" = yes; then
4372 echo "$ac_t""yes" 1>&6
4373 else
4374 echo "$ac_t""no" 1>&6
4375 fi
4376
4377
4378 echo $ac_n "checking "for --enable-gauge"""... $ac_c" 1>&6
eb4efbdc 4379echo "configure:4380: checking "for --enable-gauge"" >&5
10f2d63a
VZ
4380 no_cache=0
4381 # Check whether --enable-gauge or --disable-gauge was given.
4382if test "${enable_gauge+set}" = set; then
4383 enableval="$enable_gauge"
4384
4385 if test "$enableval" = yes; then
4386 ac_cv_use_gauge='wxUSE_GAUGE=yes'
4387 else
4388 ac_cv_use_gauge='wxUSE_GAUGE=no'
4389 fi
4390
4391else
4392
4393 LINE=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
4394 if test "x$LINE" != x ; then
4395 eval "DEFAULT_$LINE"
4396 else
4397 no_cache=1
4398 fi
4399
4400 ac_cv_use_gauge='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
4401
4402fi
4403
4404
4405 eval "$ac_cv_use_gauge"
4406 if test "$no_cache" != 1; then
4407 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
4408 fi
4409
4410 if test "$wxUSE_GAUGE" = yes; then
4411 echo "$ac_t""yes" 1>&6
4412 else
4413 echo "$ac_t""no" 1>&6
4414 fi
4415
4416
4417 echo $ac_n "checking "for --enable-grid"""... $ac_c" 1>&6
eb4efbdc 4418echo "configure:4419: checking "for --enable-grid"" >&5
10f2d63a
VZ
4419 no_cache=0
4420 # Check whether --enable-grid or --disable-grid was given.
4421if test "${enable_grid+set}" = set; then
4422 enableval="$enable_grid"
4423
4424 if test "$enableval" = yes; then
4425 ac_cv_use_grid='wxUSE_GRID=yes'
4426 else
4427 ac_cv_use_grid='wxUSE_GRID=no'
4428 fi
4429
4430else
4431
4432 LINE=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
4433 if test "x$LINE" != x ; then
4434 eval "DEFAULT_$LINE"
4435 else
4436 no_cache=1
4437 fi
4438
4439 ac_cv_use_grid='wxUSE_GRID='$DEFAULT_wxUSE_GRID
4440
4441fi
4442
4443
4444 eval "$ac_cv_use_grid"
4445 if test "$no_cache" != 1; then
4446 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
4447 fi
4448
4449 if test "$wxUSE_GRID" = yes; then
4450 echo "$ac_t""yes" 1>&6
4451 else
4452 echo "$ac_t""no" 1>&6
4453 fi
4454
4455
4456 echo $ac_n "checking "for --enable-newgrid"""... $ac_c" 1>&6
eb4efbdc 4457echo "configure:4458: checking "for --enable-newgrid"" >&5
10f2d63a
VZ
4458 no_cache=0
4459 # Check whether --enable-newgrid or --disable-newgrid was given.
4460if test "${enable_newgrid+set}" = set; then
4461 enableval="$enable_newgrid"
4462
4463 if test "$enableval" = yes; then
4464 ac_cv_use_newgrid='wxUSE_NEW_GRID=yes'
4465 else
4466 ac_cv_use_newgrid='wxUSE_NEW_GRID=no'
4467 fi
4468
4469else
4470
4471 LINE=`grep "wxUSE_NEW_GRID" ${wx_arg_cache_file}`
4472 if test "x$LINE" != x ; then
4473 eval "DEFAULT_$LINE"
4474 else
4475 no_cache=1
4476 fi
4477
4478 ac_cv_use_newgrid='wxUSE_NEW_GRID='$DEFAULT_wxUSE_NEW_GRID
4479
4480fi
4481
4482
4483 eval "$ac_cv_use_newgrid"
4484 if test "$no_cache" != 1; then
4485 echo $ac_cv_use_newgrid >> ${wx_arg_cache_file}.tmp
4486 fi
4487
4488 if test "$wxUSE_NEW_GRID" = yes; then
4489 echo "$ac_t""yes" 1>&6
4490 else
4491 echo "$ac_t""no" 1>&6
4492 fi
4493
4494
4495 echo $ac_n "checking "for --enable-imaglist"""... $ac_c" 1>&6
eb4efbdc 4496echo "configure:4497: checking "for --enable-imaglist"" >&5
10f2d63a
VZ
4497 no_cache=0
4498 # Check whether --enable-imaglist or --disable-imaglist was given.
4499if test "${enable_imaglist+set}" = set; then
4500 enableval="$enable_imaglist"
4501
4502 if test "$enableval" = yes; then
4503 ac_cv_use_imaglist='wxUSE_IMAGLIST=yes'
4504 else
4505 ac_cv_use_imaglist='wxUSE_IMAGLIST=no'
4506 fi
4507
4508else
4509
4510 LINE=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
4511 if test "x$LINE" != x ; then
4512 eval "DEFAULT_$LINE"
4513 else
4514 no_cache=1
4515 fi
4516
4517 ac_cv_use_imaglist='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
4518
4519fi
4520
4521
4522 eval "$ac_cv_use_imaglist"
4523 if test "$no_cache" != 1; then
4524 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
4525 fi
4526
4527 if test "$wxUSE_IMAGLIST" = yes; then
4528 echo "$ac_t""yes" 1>&6
4529 else
4530 echo "$ac_t""no" 1>&6
4531 fi
4532
4533
4534 echo $ac_n "checking "for --enable-listbox"""... $ac_c" 1>&6
eb4efbdc 4535echo "configure:4536: checking "for --enable-listbox"" >&5
10f2d63a
VZ
4536 no_cache=0
4537 # Check whether --enable-listbox or --disable-listbox was given.
4538if test "${enable_listbox+set}" = set; then
4539 enableval="$enable_listbox"
4540
4541 if test "$enableval" = yes; then
4542 ac_cv_use_listbox='wxUSE_LISTBOX=yes'
4543 else
4544 ac_cv_use_listbox='wxUSE_LISTBOX=no'
4545 fi
4546
4547else
4548
4549 LINE=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
4550 if test "x$LINE" != x ; then
4551 eval "DEFAULT_$LINE"
4552 else
4553 no_cache=1
4554 fi
4555
4556 ac_cv_use_listbox='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
4557
4558fi
4559
4560
4561 eval "$ac_cv_use_listbox"
4562 if test "$no_cache" != 1; then
4563 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
4564 fi
4565
4566 if test "$wxUSE_LISTBOX" = yes; then
4567 echo "$ac_t""yes" 1>&6
4568 else
4569 echo "$ac_t""no" 1>&6
4570 fi
4571
4572
4573 echo $ac_n "checking "for --enable-listctrl"""... $ac_c" 1>&6
eb4efbdc 4574echo "configure:4575: checking "for --enable-listctrl"" >&5
10f2d63a
VZ
4575 no_cache=0
4576 # Check whether --enable-listctrl or --disable-listctrl was given.
4577if test "${enable_listctrl+set}" = set; then
4578 enableval="$enable_listctrl"
4579
4580 if test "$enableval" = yes; then
4581 ac_cv_use_listctrl='wxUSE_LISTCTRL=yes'
4582 else
4583 ac_cv_use_listctrl='wxUSE_LISTCTRL=no'
4584 fi
4585
4586else
4587
4588 LINE=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
4589 if test "x$LINE" != x ; then
4590 eval "DEFAULT_$LINE"
4591 else
4592 no_cache=1
4593 fi
4594
4595 ac_cv_use_listctrl='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
4596
4597fi
4598
4599
4600 eval "$ac_cv_use_listctrl"
4601 if test "$no_cache" != 1; then
4602 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
4603 fi
4604
4605 if test "$wxUSE_LISTCTRL" = yes; then
4606 echo "$ac_t""yes" 1>&6
4607 else
4608 echo "$ac_t""no" 1>&6
4609 fi
4610
4611
4612 echo $ac_n "checking "for --enable-notebook"""... $ac_c" 1>&6
eb4efbdc 4613echo "configure:4614: checking "for --enable-notebook"" >&5
10f2d63a
VZ
4614 no_cache=0
4615 # Check whether --enable-notebook or --disable-notebook was given.
4616if test "${enable_notebook+set}" = set; then
4617 enableval="$enable_notebook"
4618
4619 if test "$enableval" = yes; then
4620 ac_cv_use_notebook='wxUSE_NOTEBOOK=yes'
4621 else
4622 ac_cv_use_notebook='wxUSE_NOTEBOOK=no'
4623 fi
4624
4625else
4626
4627 LINE=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
4628 if test "x$LINE" != x ; then
4629 eval "DEFAULT_$LINE"
4630 else
4631 no_cache=1
4632 fi
4633
4634 ac_cv_use_notebook='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
4635
4636fi
4637
4638
4639 eval "$ac_cv_use_notebook"
4640 if test "$no_cache" != 1; then
4641 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
4642 fi
4643
4644 if test "$wxUSE_NOTEBOOK" = yes; then
4645 echo "$ac_t""yes" 1>&6
4646 else
4647 echo "$ac_t""no" 1>&6
4648 fi
4649
4650
4651 echo $ac_n "checking "for --enable-radiobox"""... $ac_c" 1>&6
eb4efbdc 4652echo "configure:4653: checking "for --enable-radiobox"" >&5
10f2d63a
VZ
4653 no_cache=0
4654 # Check whether --enable-radiobox or --disable-radiobox was given.
4655if test "${enable_radiobox+set}" = set; then
4656 enableval="$enable_radiobox"
4657
4658 if test "$enableval" = yes; then
4659 ac_cv_use_radiobox='wxUSE_RADIOBOX=yes'
4660 else
4661 ac_cv_use_radiobox='wxUSE_RADIOBOX=no'
4662 fi
4663
4664else
4665
4666 LINE=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
4667 if test "x$LINE" != x ; then
4668 eval "DEFAULT_$LINE"
4669 else
4670 no_cache=1
4671 fi
4672
4673 ac_cv_use_radiobox='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
4674
4675fi
4676
4677
4678 eval "$ac_cv_use_radiobox"
4679 if test "$no_cache" != 1; then
4680 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
4681 fi
4682
4683 if test "$wxUSE_RADIOBOX" = yes; then
4684 echo "$ac_t""yes" 1>&6
4685 else
4686 echo "$ac_t""no" 1>&6
4687 fi
4688
4689
4690 echo $ac_n "checking "for --enable-radiobtn"""... $ac_c" 1>&6
eb4efbdc 4691echo "configure:4692: checking "for --enable-radiobtn"" >&5
10f2d63a
VZ
4692 no_cache=0
4693 # Check whether --enable-radiobtn or --disable-radiobtn was given.
4694if test "${enable_radiobtn+set}" = set; then
4695 enableval="$enable_radiobtn"
4696
4697 if test "$enableval" = yes; then
4698 ac_cv_use_radiobtn='wxUSE_RADIOBTN=yes'
4699 else
4700 ac_cv_use_radiobtn='wxUSE_RADIOBTN=no'
4701 fi
4702
4703else
4704
4705 LINE=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
4706 if test "x$LINE" != x ; then
4707 eval "DEFAULT_$LINE"
4708 else
4709 no_cache=1
4710 fi
4711
4712 ac_cv_use_radiobtn='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
4713
4714fi
4715
4716
4717 eval "$ac_cv_use_radiobtn"
4718 if test "$no_cache" != 1; then
4719 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
4720 fi
4721
4722 if test "$wxUSE_RADIOBTN" = yes; then
4723 echo "$ac_t""yes" 1>&6
4724 else
4725 echo "$ac_t""no" 1>&6
4726 fi
4727
4728
4729 echo $ac_n "checking "for --enable-sash"""... $ac_c" 1>&6
eb4efbdc 4730echo "configure:4731: checking "for --enable-sash"" >&5
10f2d63a
VZ
4731 no_cache=0
4732 # Check whether --enable-sash or --disable-sash was given.
4733if test "${enable_sash+set}" = set; then
4734 enableval="$enable_sash"
4735
4736 if test "$enableval" = yes; then
4737 ac_cv_use_sash='wxUSE_SASH=yes'
4738 else
4739 ac_cv_use_sash='wxUSE_SASH=no'
4740 fi
4741
4742else
4743
4744 LINE=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
4745 if test "x$LINE" != x ; then
4746 eval "DEFAULT_$LINE"
4747 else
4748 no_cache=1
4749 fi
4750
4751 ac_cv_use_sash='wxUSE_SASH='$DEFAULT_wxUSE_SASH
4752
4753fi
4754
4755
4756 eval "$ac_cv_use_sash"
4757 if test "$no_cache" != 1; then
4758 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
4759 fi
4760
4761 if test "$wxUSE_SASH" = yes; then
4762 echo "$ac_t""yes" 1>&6
4763 else
4764 echo "$ac_t""no" 1>&6
4765 fi
4766
4767
4768 echo $ac_n "checking "for --enable-scrollbar"""... $ac_c" 1>&6
eb4efbdc 4769echo "configure:4770: checking "for --enable-scrollbar"" >&5
10f2d63a
VZ
4770 no_cache=0
4771 # Check whether --enable-scrollbar or --disable-scrollbar was given.
4772if test "${enable_scrollbar+set}" = set; then
4773 enableval="$enable_scrollbar"
4774
4775 if test "$enableval" = yes; then
4776 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=yes'
4777 else
4778 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=no'
4779 fi
4780
4781else
4782
4783 LINE=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
4784 if test "x$LINE" != x ; then
4785 eval "DEFAULT_$LINE"
4786 else
4787 no_cache=1
4788 fi
4789
4790 ac_cv_use_scrollbar='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
4791
4792fi
4793
4794
4795 eval "$ac_cv_use_scrollbar"
4796 if test "$no_cache" != 1; then
4797 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
4798 fi
4799
4800 if test "$wxUSE_SCROLLBAR" = yes; then
4801 echo "$ac_t""yes" 1>&6
4802 else
4803 echo "$ac_t""no" 1>&6
4804 fi
4805
4806
4807 echo $ac_n "checking "for --enable-slider"""... $ac_c" 1>&6
eb4efbdc 4808echo "configure:4809: checking "for --enable-slider"" >&5
10f2d63a
VZ
4809 no_cache=0
4810 # Check whether --enable-slider or --disable-slider was given.
4811if test "${enable_slider+set}" = set; then
4812 enableval="$enable_slider"
4813
4814 if test "$enableval" = yes; then
4815 ac_cv_use_slider='wxUSE_SLIDER=yes'
4816 else
4817 ac_cv_use_slider='wxUSE_SLIDER=no'
4818 fi
4819
4820else
4821
4822 LINE=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
4823 if test "x$LINE" != x ; then
4824 eval "DEFAULT_$LINE"
4825 else
4826 no_cache=1
4827 fi
4828
4829 ac_cv_use_slider='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
4830
4831fi
4832
4833
4834 eval "$ac_cv_use_slider"
4835 if test "$no_cache" != 1; then
4836 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
4837 fi
4838
4839 if test "$wxUSE_SLIDER" = yes; then
4840 echo "$ac_t""yes" 1>&6
4841 else
4842 echo "$ac_t""no" 1>&6
4843 fi
4844
4845
4846 echo $ac_n "checking "for --enable-spinbtn"""... $ac_c" 1>&6
eb4efbdc 4847echo "configure:4848: checking "for --enable-spinbtn"" >&5
10f2d63a
VZ
4848 no_cache=0
4849 # Check whether --enable-spinbtn or --disable-spinbtn was given.
4850if test "${enable_spinbtn+set}" = set; then
4851 enableval="$enable_spinbtn"
4852
4853 if test "$enableval" = yes; then
4854 ac_cv_use_spinbtn='wxUSE_SPINBTN=yes'
4855 else
4856 ac_cv_use_spinbtn='wxUSE_SPINBTN=no'
4857 fi
4858
4859else
4860
4861 LINE=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
4862 if test "x$LINE" != x ; then
4863 eval "DEFAULT_$LINE"
4864 else
4865 no_cache=1
4866 fi
4867
4868 ac_cv_use_spinbtn='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
4869
4870fi
4871
4872
4873 eval "$ac_cv_use_spinbtn"
4874 if test "$no_cache" != 1; then
4875 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
4876 fi
4877
4878 if test "$wxUSE_SPINBTN" = yes; then
4879 echo "$ac_t""yes" 1>&6
4880 else
4881 echo "$ac_t""no" 1>&6
4882 fi
4883
4884
56cfaa52 4885 echo $ac_n "checking "for --enable-spinctrl"""... $ac_c" 1>&6
eb4efbdc 4886echo "configure:4887: checking "for --enable-spinctrl"" >&5
56cfaa52
RR
4887 no_cache=0
4888 # Check whether --enable-spinctrl or --disable-spinctrl was given.
4889if test "${enable_spinctrl+set}" = set; then
4890 enableval="$enable_spinctrl"
4891
4892 if test "$enableval" = yes; then
4893 ac_cv_use_spinctrl='wxUSE_SPINCTRL=yes'
4894 else
4895 ac_cv_use_spinctrl='wxUSE_SPINCTRL=no'
4896 fi
4897
4898else
4899
4900 LINE=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
4901 if test "x$LINE" != x ; then
4902 eval "DEFAULT_$LINE"
4903 else
4904 no_cache=1
4905 fi
4906
4907 ac_cv_use_spinctrl='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
4908
4909fi
4910
4911
4912 eval "$ac_cv_use_spinctrl"
4913 if test "$no_cache" != 1; then
4914 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
4915 fi
4916
4917 if test "$wxUSE_SPINCTRL" = yes; then
4918 echo "$ac_t""yes" 1>&6
4919 else
4920 echo "$ac_t""no" 1>&6
4921 fi
4922
4923
10f2d63a 4924 echo $ac_n "checking "for --enable-splitter"""... $ac_c" 1>&6
eb4efbdc 4925echo "configure:4926: checking "for --enable-splitter"" >&5
10f2d63a
VZ
4926 no_cache=0
4927 # Check whether --enable-splitter or --disable-splitter was given.
4928if test "${enable_splitter+set}" = set; then
4929 enableval="$enable_splitter"
4930
4931 if test "$enableval" = yes; then
4932 ac_cv_use_splitter='wxUSE_SPLITTER=yes'
4933 else
4934 ac_cv_use_splitter='wxUSE_SPLITTER=no'
4935 fi
4936
4937else
4938
4939 LINE=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
4940 if test "x$LINE" != x ; then
4941 eval "DEFAULT_$LINE"
4942 else
4943 no_cache=1
4944 fi
4945
4946 ac_cv_use_splitter='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
4947
4948fi
4949
4950
4951 eval "$ac_cv_use_splitter"
4952 if test "$no_cache" != 1; then
4953 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
4954 fi
4955
4956 if test "$wxUSE_SPLITTER" = yes; then
4957 echo "$ac_t""yes" 1>&6
4958 else
4959 echo "$ac_t""no" 1>&6
4960 fi
4961
4962
4963 echo $ac_n "checking "for --enable-statbmp"""... $ac_c" 1>&6
eb4efbdc 4964echo "configure:4965: checking "for --enable-statbmp"" >&5
10f2d63a
VZ
4965 no_cache=0
4966 # Check whether --enable-statbmp or --disable-statbmp was given.
4967if test "${enable_statbmp+set}" = set; then
4968 enableval="$enable_statbmp"
4969
4970 if test "$enableval" = yes; then
4971 ac_cv_use_statbmp='wxUSE_STATBMP=yes'
4972 else
4973 ac_cv_use_statbmp='wxUSE_STATBMP=no'
4974 fi
4975
4976else
4977
4978 LINE=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
4979 if test "x$LINE" != x ; then
4980 eval "DEFAULT_$LINE"
4981 else
4982 no_cache=1
4983 fi
4984
4985 ac_cv_use_statbmp='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
4986
4987fi
4988
4989
4990 eval "$ac_cv_use_statbmp"
4991 if test "$no_cache" != 1; then
4992 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
4993 fi
4994
4995 if test "$wxUSE_STATBMP" = yes; then
4996 echo "$ac_t""yes" 1>&6
4997 else
4998 echo "$ac_t""no" 1>&6
4999 fi
5000
5001
5002 echo $ac_n "checking "for --enable-statbox"""... $ac_c" 1>&6
eb4efbdc 5003echo "configure:5004: checking "for --enable-statbox"" >&5
10f2d63a
VZ
5004 no_cache=0
5005 # Check whether --enable-statbox or --disable-statbox was given.
5006if test "${enable_statbox+set}" = set; then
5007 enableval="$enable_statbox"
5008
5009 if test "$enableval" = yes; then
5010 ac_cv_use_statbox='wxUSE_STATBOX=yes'
5011 else
5012 ac_cv_use_statbox='wxUSE_STATBOX=no'
5013 fi
5014
5015else
5016
5017 LINE=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
5018 if test "x$LINE" != x ; then
5019 eval "DEFAULT_$LINE"
5020 else
5021 no_cache=1
5022 fi
5023
5024 ac_cv_use_statbox='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
5025
5026fi
5027
5028
5029 eval "$ac_cv_use_statbox"
5030 if test "$no_cache" != 1; then
5031 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
5032 fi
5033
5034 if test "$wxUSE_STATBOX" = yes; then
5035 echo "$ac_t""yes" 1>&6
5036 else
5037 echo "$ac_t""no" 1>&6
5038 fi
5039
5040
5041 echo $ac_n "checking "for --enable-statline"""... $ac_c" 1>&6
eb4efbdc 5042echo "configure:5043: checking "for --enable-statline"" >&5
10f2d63a
VZ
5043 no_cache=0
5044 # Check whether --enable-statline or --disable-statline was given.
5045if test "${enable_statline+set}" = set; then
5046 enableval="$enable_statline"
5047
5048 if test "$enableval" = yes; then
5049 ac_cv_use_statline='wxUSE_STATLINE=yes'
5050 else
5051 ac_cv_use_statline='wxUSE_STATLINE=no'
5052 fi
5053
5054else
5055
5056 LINE=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
5057 if test "x$LINE" != x ; then
5058 eval "DEFAULT_$LINE"
5059 else
5060 no_cache=1
5061 fi
5062
5063 ac_cv_use_statline='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
5064
5065fi
5066
5067
5068 eval "$ac_cv_use_statline"
5069 if test "$no_cache" != 1; then
5070 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
5071 fi
5072
5073 if test "$wxUSE_STATLINE" = yes; then
5074 echo "$ac_t""yes" 1>&6
5075 else
5076 echo "$ac_t""no" 1>&6
5077 fi
5078
5079
5080 echo $ac_n "checking "for --enable-statusbar"""... $ac_c" 1>&6
eb4efbdc 5081echo "configure:5082: checking "for --enable-statusbar"" >&5
10f2d63a
VZ
5082 no_cache=0
5083 # Check whether --enable-statusbar or --disable-statusbar was given.
5084if test "${enable_statusbar+set}" = set; then
5085 enableval="$enable_statusbar"
5086
5087 if test "$enableval" = yes; then
5088 ac_cv_use_statusbar='wxUSE_STATUSBAR=yes'
5089 else
5090 ac_cv_use_statusbar='wxUSE_STATUSBAR=no'
5091 fi
5092
5093else
5094
5095 LINE=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
5096 if test "x$LINE" != x ; then
5097 eval "DEFAULT_$LINE"
5098 else
5099 no_cache=1
5100 fi
5101
5102 ac_cv_use_statusbar='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
5103
5104fi
5105
5106
5107 eval "$ac_cv_use_statusbar"
5108 if test "$no_cache" != 1; then
5109 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
5110 fi
5111
5112 if test "$wxUSE_STATUSBAR" = yes; then
5113 echo "$ac_t""yes" 1>&6
5114 else
5115 echo "$ac_t""no" 1>&6
5116 fi
5117
5118
5119 echo $ac_n "checking "for --enable-tabdialog"""... $ac_c" 1>&6
eb4efbdc 5120echo "configure:5121: checking "for --enable-tabdialog"" >&5
10f2d63a
VZ
5121 no_cache=0
5122 # Check whether --enable-tabdialog or --disable-tabdialog was given.
5123if test "${enable_tabdialog+set}" = set; then
5124 enableval="$enable_tabdialog"
5125
5126 if test "$enableval" = yes; then
5127 ac_cv_use_tabdialog='wxUSE_TABDIALOG=yes'
5128 else
5129 ac_cv_use_tabdialog='wxUSE_TABDIALOG=no'
5130 fi
5131
5132else
5133
5134 LINE=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
5135 if test "x$LINE" != x ; then
5136 eval "DEFAULT_$LINE"
5137 else
5138 no_cache=1
5139 fi
5140
5141 ac_cv_use_tabdialog='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
5142
5143fi
5144
5145
5146 eval "$ac_cv_use_tabdialog"
5147 if test "$no_cache" != 1; then
5148 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
5149 fi
5150
5151 if test "$wxUSE_TABDIALOG" = yes; then
5152 echo "$ac_t""yes" 1>&6
5153 else
5154 echo "$ac_t""no" 1>&6
5155 fi
5156
5157
5158 echo $ac_n "checking "for --enable-toolbar"""... $ac_c" 1>&6
eb4efbdc 5159echo "configure:5160: checking "for --enable-toolbar"" >&5
10f2d63a
VZ
5160 no_cache=0
5161 # Check whether --enable-toolbar or --disable-toolbar was given.
5162if test "${enable_toolbar+set}" = set; then
5163 enableval="$enable_toolbar"
5164
5165 if test "$enableval" = yes; then
5166 ac_cv_use_toolbar='wxUSE_TOOLBAR=yes'
5167 else
5168 ac_cv_use_toolbar='wxUSE_TOOLBAR=no'
5169 fi
5170
5171else
5172
5173 LINE=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
5174 if test "x$LINE" != x ; then
5175 eval "DEFAULT_$LINE"
5176 else
5177 no_cache=1
5178 fi
5179
5180 ac_cv_use_toolbar='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
5181
5182fi
5183
5184
5185 eval "$ac_cv_use_toolbar"
5186 if test "$no_cache" != 1; then
5187 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
5188 fi
5189
5190 if test "$wxUSE_TOOLBAR" = yes; then
5191 echo "$ac_t""yes" 1>&6
5192 else
5193 echo "$ac_t""no" 1>&6
5194 fi
5195
5196
360d6699 5197 echo $ac_n "checking "for --enable-tbarnative"""... $ac_c" 1>&6
eb4efbdc 5198echo "configure:5199: checking "for --enable-tbarnative"" >&5
360d6699
VZ
5199 no_cache=0
5200 # Check whether --enable-tbarnative or --disable-tbarnative was given.
5201if test "${enable_tbarnative+set}" = set; then
5202 enableval="$enable_tbarnative"
5203
5204 if test "$enableval" = yes; then
5205 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes'
5206 else
5207 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no'
5208 fi
5209
5210else
5211
5212 LINE=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
5213 if test "x$LINE" != x ; then
5214 eval "DEFAULT_$LINE"
5215 else
5216 no_cache=1
5217 fi
5218
5219 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
5220
5221fi
5222
5223
5224 eval "$ac_cv_use_tbarnative"
5225 if test "$no_cache" != 1; then
5226 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
5227 fi
5228
5229 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
5230 echo "$ac_t""yes" 1>&6
5231 else
5232 echo "$ac_t""no" 1>&6
5233 fi
5234
5235
5236 echo $ac_n "checking "for --enable-tbarsmpl"""... $ac_c" 1>&6
eb4efbdc 5237echo "configure:5238: checking "for --enable-tbarsmpl"" >&5
360d6699
VZ
5238 no_cache=0
5239 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
5240if test "${enable_tbarsmpl+set}" = set; then
5241 enableval="$enable_tbarsmpl"
5242
5243 if test "$enableval" = yes; then
5244 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=yes'
5245 else
5246 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=no'
5247 fi
5248
5249else
5250
5251 LINE=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
5252 if test "x$LINE" != x ; then
5253 eval "DEFAULT_$LINE"
5254 else
5255 no_cache=1
5256 fi
5257
5258 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
5259
5260fi
5261
5262
5263 eval "$ac_cv_use_tbarsmpl"
5264 if test "$no_cache" != 1; then
5265 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
5266 fi
5267
5268 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
5269 echo "$ac_t""yes" 1>&6
5270 else
5271 echo "$ac_t""no" 1>&6
5272 fi
5273
5274
10f2d63a 5275 echo $ac_n "checking "for --enable-treectrl"""... $ac_c" 1>&6
eb4efbdc 5276echo "configure:5277: checking "for --enable-treectrl"" >&5
10f2d63a
VZ
5277 no_cache=0
5278 # Check whether --enable-treectrl or --disable-treectrl was given.
5279if test "${enable_treectrl+set}" = set; then
5280 enableval="$enable_treectrl"
5281
5282 if test "$enableval" = yes; then
5283 ac_cv_use_treectrl='wxUSE_TREECTRL=yes'
5284 else
5285 ac_cv_use_treectrl='wxUSE_TREECTRL=no'
5286 fi
5287
5288else
5289
5290 LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
5291 if test "x$LINE" != x ; then
5292 eval "DEFAULT_$LINE"
5293 else
5294 no_cache=1
5295 fi
5296
5297 ac_cv_use_treectrl='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
5298
5299fi
5300
5301
5302 eval "$ac_cv_use_treectrl"
5303 if test "$no_cache" != 1; then
5304 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
5305 fi
5306
5307 if test "$wxUSE_TREECTRL" = yes; then
5308 echo "$ac_t""yes" 1>&6
5309 else
5310 echo "$ac_t""no" 1>&6
5311 fi
5312
5313
5314
5315
5316 echo $ac_n "checking "for --enable-commondlg"""... $ac_c" 1>&6
eb4efbdc 5317echo "configure:5318: checking "for --enable-commondlg"" >&5
10f2d63a
VZ
5318 no_cache=0
5319 # Check whether --enable-commondlg or --disable-commondlg was given.
5320if test "${enable_commondlg+set}" = set; then
5321 enableval="$enable_commondlg"
5322
5323 if test "$enableval" = yes; then
5324 ac_cv_use_commondlg='wxUSE_COMMONDLGS=yes'
5325 else
5326 ac_cv_use_commondlg='wxUSE_COMMONDLGS=no'
5327 fi
5328
5329else
5330
5331 LINE=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
5332 if test "x$LINE" != x ; then
5333 eval "DEFAULT_$LINE"
5334 else
5335 no_cache=1
5336 fi
5337
5338 ac_cv_use_commondlg='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
5339
5340fi
5341
5342
5343 eval "$ac_cv_use_commondlg"
5344 if test "$no_cache" != 1; then
5345 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
5346 fi
5347
5348 if test "$wxUSE_COMMONDLGS" = yes; then
5349 echo "$ac_t""yes" 1>&6
5350 else
5351 echo "$ac_t""no" 1>&6
5352 fi
5353
5354
5355 echo $ac_n "checking "for --enable-dirdlg"""... $ac_c" 1>&6
eb4efbdc 5356echo "configure:5357: checking "for --enable-dirdlg"" >&5
10f2d63a
VZ
5357 no_cache=0
5358 # Check whether --enable-dirdlg or --disable-dirdlg was given.
5359if test "${enable_dirdlg+set}" = set; then
5360 enableval="$enable_dirdlg"
5361
5362 if test "$enableval" = yes; then
5363 ac_cv_use_dirdlg='wxUSE_DIRDLG=yes'
5364 else
5365 ac_cv_use_dirdlg='wxUSE_DIRDLG=no'
5366 fi
5367
5368else
5369
5370 LINE=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
5371 if test "x$LINE" != x ; then
5372 eval "DEFAULT_$LINE"
5373 else
5374 no_cache=1
5375 fi
5376
5377 ac_cv_use_dirdlg='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
5378
5379fi
5380
5381
5382 eval "$ac_cv_use_dirdlg"
5383 if test "$no_cache" != 1; then
5384 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
5385 fi
5386
5387 if test "$wxUSE_DIRDLG" = yes; then
5388 echo "$ac_t""yes" 1>&6
5389 else
5390 echo "$ac_t""no" 1>&6
5391 fi
5392
5393
5394 echo $ac_n "checking "for --enable-textdlg"""... $ac_c" 1>&6
eb4efbdc 5395echo "configure:5396: checking "for --enable-textdlg"" >&5
10f2d63a
VZ
5396 no_cache=0
5397 # Check whether --enable-textdlg or --disable-textdlg was given.
5398if test "${enable_textdlg+set}" = set; then
5399 enableval="$enable_textdlg"
5400
5401 if test "$enableval" = yes; then
5402 ac_cv_use_textdlg='wxUSE_TEXTDLG=yes'
5403 else
5404 ac_cv_use_textdlg='wxUSE_TEXTDLG=no'
5405 fi
5406
5407else
5408
5409 LINE=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
5410 if test "x$LINE" != x ; then
5411 eval "DEFAULT_$LINE"
5412 else
5413 no_cache=1
5414 fi
5415
5416 ac_cv_use_textdlg='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
5417
5418fi
5419
5420
5421 eval "$ac_cv_use_textdlg"
5422 if test "$no_cache" != 1; then
5423 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
5424 fi
5425
5426 if test "$wxUSE_TEXTDLG" = yes; then
5427 echo "$ac_t""yes" 1>&6
5428 else
5429 echo "$ac_t""no" 1>&6
5430 fi
5431
5432
5433 echo $ac_n "checking "for --enable-tipdlg"""... $ac_c" 1>&6
eb4efbdc 5434echo "configure:5435: checking "for --enable-tipdlg"" >&5
10f2d63a
VZ
5435 no_cache=0
5436 # Check whether --enable-tipdlg or --disable-tipdlg was given.
5437if test "${enable_tipdlg+set}" = set; then
5438 enableval="$enable_tipdlg"
5439
5440 if test "$enableval" = yes; then
5441 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes'
5442 else
5443 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no'
5444 fi
5445
5446else
5447
5448 LINE=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
5449 if test "x$LINE" != x ; then
5450 eval "DEFAULT_$LINE"
5451 else
5452 no_cache=1
5453 fi
5454
5455 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
5456
5457fi
5458
5459
5460 eval "$ac_cv_use_tipdlg"
5461 if test "$no_cache" != 1; then
5462 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
5463 fi
5464
5465 if test "$wxUSE_STARTUP_TIPS" = yes; then
5466 echo "$ac_t""yes" 1>&6
5467 else
5468 echo "$ac_t""no" 1>&6
5469 fi
5470
5471
5472 echo $ac_n "checking "for --enable-progressdlg"""... $ac_c" 1>&6
eb4efbdc 5473echo "configure:5474: checking "for --enable-progressdlg"" >&5
10f2d63a
VZ
5474 no_cache=0
5475 # Check whether --enable-progressdlg or --disable-progressdlg was given.
5476if test "${enable_progressdlg+set}" = set; then
5477 enableval="$enable_progressdlg"
5478
5479 if test "$enableval" = yes; then
5480 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes'
5481 else
5482 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=no'
5483 fi
5484
5485else
5486
5487 LINE=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
5488 if test "x$LINE" != x ; then
5489 eval "DEFAULT_$LINE"
5490 else
5491 no_cache=1
5492 fi
5493
5494 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
5495
5496fi
5497
5498
5499 eval "$ac_cv_use_progressdlg"
5500 if test "$no_cache" != 1; then
5501 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
5502 fi
5503
5504 if test "$wxUSE_PROGRESSDLG" = yes; then
5505 echo "$ac_t""yes" 1>&6
5506 else
5507 echo "$ac_t""no" 1>&6
5508 fi
5509
5510
5511 echo $ac_n "checking "for --enable-miniframe"""... $ac_c" 1>&6
eb4efbdc 5512echo "configure:5513: checking "for --enable-miniframe"" >&5
10f2d63a
VZ
5513 no_cache=0
5514 # Check whether --enable-miniframe or --disable-miniframe was given.
5515if test "${enable_miniframe+set}" = set; then
5516 enableval="$enable_miniframe"
5517
5518 if test "$enableval" = yes; then
5519 ac_cv_use_miniframe='wxUSE_MINIFRAME=yes'
5520 else
5521 ac_cv_use_miniframe='wxUSE_MINIFRAME=no'
5522 fi
5523
5524else
5525
5526 LINE=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
5527 if test "x$LINE" != x ; then
5528 eval "DEFAULT_$LINE"
5529 else
5530 no_cache=1
5531 fi
5532
5533 ac_cv_use_miniframe='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
5534
5535fi
5536
5537
5538 eval "$ac_cv_use_miniframe"
5539 if test "$no_cache" != 1; then
5540 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
5541 fi
5542
5543 if test "$wxUSE_MINIFRAME" = yes; then
5544 echo "$ac_t""yes" 1>&6
5545 else
5546 echo "$ac_t""no" 1>&6
5547 fi
5548
5549
5550 echo $ac_n "checking "for --enable-html"""... $ac_c" 1>&6
eb4efbdc 5551echo "configure:5552: checking "for --enable-html"" >&5
10f2d63a
VZ
5552 no_cache=0
5553 # Check whether --enable-html or --disable-html was given.
5554if test "${enable_html+set}" = set; then
5555 enableval="$enable_html"
5556
5557 if test "$enableval" = yes; then
5558 ac_cv_use_html='wxUSE_HTML=yes'
5559 else
5560 ac_cv_use_html='wxUSE_HTML=no'
5561 fi
5562
5563else
5564
5565 LINE=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
5566 if test "x$LINE" != x ; then
5567 eval "DEFAULT_$LINE"
5568 else
5569 no_cache=1
5570 fi
5571
5572 ac_cv_use_html='wxUSE_HTML='$DEFAULT_wxUSE_HTML
5573
5574fi
5575
5576
5577 eval "$ac_cv_use_html"
5578 if test "$no_cache" != 1; then
5579 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
5580 fi
5581
5582 if test "$wxUSE_HTML" = yes; then
5583 echo "$ac_t""yes" 1>&6
5584 else
5585 echo "$ac_t""no" 1>&6
5586 fi
5587
5588
5589 echo $ac_n "checking "for --enable-tooltips"""... $ac_c" 1>&6
eb4efbdc 5590echo "configure:5591: checking "for --enable-tooltips"" >&5
10f2d63a
VZ
5591 no_cache=0
5592 # Check whether --enable-tooltips or --disable-tooltips was given.
5593if test "${enable_tooltips+set}" = set; then
5594 enableval="$enable_tooltips"
5595
5596 if test "$enableval" = yes; then
5597 ac_cv_use_tooltips='wxUSE_TOOLTIPS=yes'
5598 else
5599 ac_cv_use_tooltips='wxUSE_TOOLTIPS=no'
5600 fi
5601
5602else
5603
5604 LINE=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
5605 if test "x$LINE" != x ; then
5606 eval "DEFAULT_$LINE"
5607 else
5608 no_cache=1
5609 fi
5610
5611 ac_cv_use_tooltips='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
5612
5613fi
5614
5615
5616 eval "$ac_cv_use_tooltips"
5617 if test "$no_cache" != 1; then
5618 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
5619 fi
5620
5621 if test "$wxUSE_TOOLTIPS" = yes; then
5622 echo "$ac_t""yes" 1>&6
5623 else
5624 echo "$ac_t""no" 1>&6
5625 fi
5626
5627
5628 echo $ac_n "checking "for --enable-splines"""... $ac_c" 1>&6
eb4efbdc 5629echo "configure:5630: checking "for --enable-splines"" >&5
10f2d63a
VZ
5630 no_cache=0
5631 # Check whether --enable-splines or --disable-splines was given.
5632if test "${enable_splines+set}" = set; then
5633 enableval="$enable_splines"
5634
5635 if test "$enableval" = yes; then
5636 ac_cv_use_splines='wxUSE_SPLINES=yes'
5637 else
5638 ac_cv_use_splines='wxUSE_SPLINES=no'
5639 fi
5640
5641else
5642
5643 LINE=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
5644 if test "x$LINE" != x ; then
5645 eval "DEFAULT_$LINE"
5646 else
5647 no_cache=1
5648 fi
5649
5650 ac_cv_use_splines='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
5651
5652fi
5653
5654
5655 eval "$ac_cv_use_splines"
5656 if test "$no_cache" != 1; then
5657 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
5658 fi
5659
5660 if test "$wxUSE_SPLINES" = yes; then
5661 echo "$ac_t""yes" 1>&6
5662 else
5663 echo "$ac_t""no" 1>&6
5664 fi
5665
5666
5667 echo $ac_n "checking "for --enable-validators"""... $ac_c" 1>&6
eb4efbdc 5668echo "configure:5669: checking "for --enable-validators"" >&5
10f2d63a
VZ
5669 no_cache=0
5670 # Check whether --enable-validators or --disable-validators was given.
5671if test "${enable_validators+set}" = set; then
5672 enableval="$enable_validators"
5673
5674 if test "$enableval" = yes; then
5675 ac_cv_use_validators='wxUSE_VALIDATORS=yes'
5676 else
5677 ac_cv_use_validators='wxUSE_VALIDATORS=no'
5678 fi
5679
5680else
5681
5682 LINE=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
5683 if test "x$LINE" != x ; then
5684 eval "DEFAULT_$LINE"
5685 else
5686 no_cache=1
5687 fi
5688
5689 ac_cv_use_validators='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
5690
5691fi
5692
5693
5694 eval "$ac_cv_use_validators"
5695 if test "$no_cache" != 1; then
5696 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
5697 fi
5698
5699 if test "$wxUSE_VALIDATORS" = yes; then
5700 echo "$ac_t""yes" 1>&6
5701 else
5702 echo "$ac_t""no" 1>&6
5703 fi
5704
5705
5706 echo $ac_n "checking "for --enable-busyinfo"""... $ac_c" 1>&6
eb4efbdc 5707echo "configure:5708: checking "for --enable-busyinfo"" >&5
10f2d63a
VZ
5708 no_cache=0
5709 # Check whether --enable-busyinfo or --disable-busyinfo was given.
5710if test "${enable_busyinfo+set}" = set; then
5711 enableval="$enable_busyinfo"
5712
5713 if test "$enableval" = yes; then
5714 ac_cv_use_busyinfo='wxUSE_BUSYINFO=yes'
5715 else
5716 ac_cv_use_busyinfo='wxUSE_BUSYINFO=no'
5717 fi
5718
5719else
5720
5721 LINE=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
5722 if test "x$LINE" != x ; then
5723 eval "DEFAULT_$LINE"
5724 else
5725 no_cache=1
5726 fi
5727
5728 ac_cv_use_busyinfo='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
5729
5730fi
5731
5732
5733 eval "$ac_cv_use_busyinfo"
5734 if test "$no_cache" != 1; then
5735 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
5736 fi
5737
5738 if test "$wxUSE_BUSYINFO" = yes; then
5739 echo "$ac_t""yes" 1>&6
5740 else
5741 echo "$ac_t""no" 1>&6
5742 fi
5743
5744
9b33fe02 5745 echo $ac_n "checking "for --enable-plot"""... $ac_c" 1>&6
eb4efbdc 5746echo "configure:5747: checking "for --enable-plot"" >&5
9b33fe02
VZ
5747 no_cache=0
5748 # Check whether --enable-plot or --disable-plot was given.
5749if test "${enable_plot+set}" = set; then
5750 enableval="$enable_plot"
5751
5752 if test "$enableval" = yes; then
5753 ac_cv_use_plot='wxUSE_PLOT=yes'
5754 else
5755 ac_cv_use_plot='wxUSE_PLOT=no'
5756 fi
5757
5758else
5759
5760 LINE=`grep "wxUSE_PLOT" ${wx_arg_cache_file}`
5761 if test "x$LINE" != x ; then
5762 eval "DEFAULT_$LINE"
5763 else
5764 no_cache=1
5765 fi
5766
5767 ac_cv_use_plot='wxUSE_PLOT='$DEFAULT_wxUSE_PLOT
5768
5769fi
5770
5771
5772 eval "$ac_cv_use_plot"
5773 if test "$no_cache" != 1; then
5774 echo $ac_cv_use_plot >> ${wx_arg_cache_file}.tmp
5775 fi
5776
5777 if test "$wxUSE_PLOT" = yes; then
5778 echo "$ac_t""yes" 1>&6
5779 else
5780 echo "$ac_t""no" 1>&6
5781 fi
5782
5783
10f2d63a
VZ
5784
5785
5786 echo $ac_n "checking "for --enable-gif"""... $ac_c" 1>&6
eb4efbdc 5787echo "configure:5788: checking "for --enable-gif"" >&5
10f2d63a
VZ
5788 no_cache=0
5789 # Check whether --enable-gif or --disable-gif was given.
5790if test "${enable_gif+set}" = set; then
5791 enableval="$enable_gif"
5792
5793 if test "$enableval" = yes; then
5794 ac_cv_use_gif='wxUSE_GIF=yes'
5795 else
5796 ac_cv_use_gif='wxUSE_GIF=no'
5797 fi
5798
5799else
5800
5801 LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
5802 if test "x$LINE" != x ; then
5803 eval "DEFAULT_$LINE"
5804 else
5805 no_cache=1
5806 fi
5807
5808 ac_cv_use_gif='wxUSE_GIF='$DEFAULT_wxUSE_GIF
5809
5810fi
5811
5812
5813 eval "$ac_cv_use_gif"
5814 if test "$no_cache" != 1; then
5815 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
5816 fi
5817
5818 if test "$wxUSE_GIF" = yes; then
5819 echo "$ac_t""yes" 1>&6
5820 else
5821 echo "$ac_t""no" 1>&6
5822 fi
5823
5824
5825 echo $ac_n "checking "for --enable-pcx"""... $ac_c" 1>&6
eb4efbdc 5826echo "configure:5827: checking "for --enable-pcx"" >&5
10f2d63a
VZ
5827 no_cache=0
5828 # Check whether --enable-pcx or --disable-pcx was given.
5829if test "${enable_pcx+set}" = set; then
5830 enableval="$enable_pcx"
5831
5832 if test "$enableval" = yes; then
5833 ac_cv_use_pcx='wxUSE_PCX=yes'
5834 else
5835 ac_cv_use_pcx='wxUSE_PCX=no'
5836 fi
5837
5838else
5839
5840 LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
5841 if test "x$LINE" != x ; then
5842 eval "DEFAULT_$LINE"
5843 else
5844 no_cache=1
5845 fi
5846
5847 ac_cv_use_pcx='wxUSE_PCX='$DEFAULT_wxUSE_PCX
5848
5849fi
5850
5851
5852 eval "$ac_cv_use_pcx"
5853 if test "$no_cache" != 1; then
5854 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
5855 fi
5856
5857 if test "$wxUSE_PCX" = yes; then
5858 echo "$ac_t""yes" 1>&6
5859 else
5860 echo "$ac_t""no" 1>&6
5861 fi
5862
5863
5864 echo $ac_n "checking "for --enable-pnm"""... $ac_c" 1>&6
eb4efbdc 5865echo "configure:5866: checking "for --enable-pnm"" >&5
10f2d63a
VZ
5866 no_cache=0
5867 # Check whether --enable-pnm or --disable-pnm was given.
5868if test "${enable_pnm+set}" = set; then
5869 enableval="$enable_pnm"
5870
5871 if test "$enableval" = yes; then
5872 ac_cv_use_pnm='wxUSE_PNM=yes'
5873 else
5874 ac_cv_use_pnm='wxUSE_PNM=no'
5875 fi
5876
5877else
5878
5879 LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
5880 if test "x$LINE" != x ; then
5881 eval "DEFAULT_$LINE"
5882 else
5883 no_cache=1
5884 fi
5885
5886 ac_cv_use_pnm='wxUSE_PNM='$DEFAULT_wxUSE_PNM
5887
5888fi
5889
5890
5891 eval "$ac_cv_use_pnm"
5892 if test "$no_cache" != 1; then
5893 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
5894 fi
5895
5896 if test "$wxUSE_PNM" = yes; then
5897 echo "$ac_t""yes" 1>&6
5898 else
5899 echo "$ac_t""no" 1>&6
5900 fi
5901
5902
b12915c1
VZ
5903fi
5904
10f2d63a
VZ
5905
5906 echo "saving argument cache $wx_arg_cache_file"
5907 mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file}
5908
5909
5910
5911echo $ac_n "checking for toolkit""... $ac_c" 1>&6
eb4efbdc 5912echo "configure:5913: checking for toolkit" >&5
10f2d63a
VZ
5913
5914if test "$wxUSE_GUI" = "yes"; then
5915
b12915c1
VZ
5916if test "$USE_BEOS" = 1; then
5917 { echo "configure: error: BeOS GUI is not supported yet, use --disable-gui" 1>&2; exit 1; }
5918fi
5919
10f2d63a
VZ
5920if test "$TOOLKIT_GIVEN" = 1; then
5921 for toolkit in `echo $ALL_TOOLKITS`; do
5922 var=wxUSE_$toolkit
5923 eval "value=\$${var}"
5924 eval "$var=`echo \$value | sed -e "s/yes/1/" -e "s/no/0/"`"
5925 done
5926else
5927 for toolkit in `echo $ALL_TOOLKITS`; do
5928 if test "$has_toolkit_in_cache" != 1; then
5929 var=DEFAULT_DEFAULT_wxUSE_$toolkit
5930 else
5931 var=DEFAULT_wxUSE_$toolkit
5932 fi
5933 eval "wxUSE_$toolkit=\$${var}"
5934 done
5935fi
5936
ec14dd32 5937NUM_TOOLKITS=`expr ${wxUSE_GTK:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_WINE:-0} + ${wxUSE_MINGW:-0} + ${wxUSE_CYGWIN:-0}`
cf27ef00 5938
ec14dd32
VZ
5939case "${host}" in
5940 *-pc-os2_emx )
5941 NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
5942 # PATH_IFS is autodetected by OS/2's configure (usually ';')
5943 LEX_STEM="lexyy"
5944 ;;
5945 *)
5946 PATH_IFS=':'
5947 LEX_STEM="lex.yy"
5948 ;;
5949esac
10f2d63a
VZ
5950
5951case "$NUM_TOOLKITS" in
5952 1)
5953 ;;
5954 0)
5955 { echo "configure: error: Please specify a toolkit - cannot determine the default for ${host}" 1>&2; exit 1; }
5956 ;;
5957 *)
5958 { echo "configure: error: Please specify at most one toolkit (may be some are cached?)" 1>&2; exit 1; }
5959esac
5960
5961for toolkit in `echo $ALL_TOOLKITS`; do
5962 var=wxUSE_$toolkit
5963 eval "value=\$${var}"
5964 if test "x$value" != x; then
5965 cache_var=CACHE_$toolkit
5966 eval "cache=\$${cache_var}"
5967 if test "$cache" = 1; then
5968 echo "$var=$value" >> ${wx_arg_cache_file}
5969 fi
5970 if test "$value" = 1; then
5971 echo "$ac_t""`echo $toolkit | tr A-Z a-z`" 1>&6
5972 fi
5973 fi
5974done
5975
5976else
cf27ef00 5977 PATH_IFS=':'
10f2d63a
VZ
5978 echo "$ac_t""base only" 1>&6
5979fi
5980
5981
5982cat > confcache <<\EOF
5983# This file is a shell script that caches the results of configure
5984# tests run on this system so they can be shared between configure
5985# scripts and configure runs. It is not useful on other systems.
5986# If it contains results you don't want to keep, you may remove or edit it.
5987#
5988# By default, configure uses ./config.cache as the cache file,
5989# creating it if it does not exist already. You can give configure
5990# the --cache-file=FILE option to use a different cache file; that is
5991# what configure does when it calls configure scripts in
5992# subdirectories, so they share the cache.
5993# Giving --cache-file=/dev/null disables caching, for debugging configure.
5994# config.status only pays attention to the cache file if you give it the
5995# --recheck option to rerun configure.
5996#
5997EOF
5998# The following way of writing the cache mishandles newlines in values,
5999# but we know of no workaround that is simple, portable, and efficient.
6000# So, don't put newlines in cache variables' values.
6001# Ultrix sh set writes to stderr and can't be redirected directly,
6002# and sets the high bit in the cache file unless we assign to the vars.
6003(set) 2>&1 |
6004 case `(ac_space=' '; set | grep ac_space) 2>&1` in
6005 *ac_space=\ *)
6006 # `set' does not quote correctly, so add quotes (double-quote substitution
6007 # turns \\\\ into \\, and sed turns \\ into \).
6008 sed -n \
6009 -e "s/'/'\\\\''/g" \
6010 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
6011 ;;
6012 *)
6013 # `set' quotes correctly as required by POSIX, so do not add quotes.
6014 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
6015 ;;
6016 esac >> confcache
6017if cmp -s $cache_file confcache; then
6018 :
6019else
6020 if test -w $cache_file; then
6021 echo "updating cache $cache_file"
6022 cat confcache > $cache_file
6023 else
6024 echo "not updating unwritable cache $cache_file"
6025 fi
6026fi
6027rm -f confcache
6028
6029
e59890c3 6030if test "$build" != "$host" ; then
10f2d63a
VZ
6031 CC=$host_alias-gcc
6032 CXX=$host_alias-c++
6033 AR=$host_alias-ar
6034 RANLIB=$host_alias-ranlib
6035 DLLTOOL=$host_alias-dlltool
32832908 6036 RESCOMP=$host_alias-windres
10f2d63a
VZ
6037 LD=$host_alias-ld
6038 NM=$host_alias-nm
6039 STRIP=$host_alias-strip
10f2d63a
VZ
6040fi
6041
6042# Extract the first word of "gcc", so it can be a program name with args.
6043set dummy gcc; ac_word=$2
6044echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
eb4efbdc 6045echo "configure:6046: checking for $ac_word" >&5
10f2d63a
VZ
6046if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
6047 echo $ac_n "(cached) $ac_c" 1>&6
6048else
6049 if test -n "$CC"; then
6050 ac_cv_prog_CC="$CC" # Let the user override the test.
6051else
6052 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6053 ac_dummy="$PATH"
6054 for ac_dir in $ac_dummy; do
6055 test -z "$ac_dir" && ac_dir=.
6056 if test -f $ac_dir/$ac_word; then
6057 ac_cv_prog_CC="gcc"
6058 break
6059 fi
6060 done
6061 IFS="$ac_save_ifs"
6062fi
6063fi
6064CC="$ac_cv_prog_CC"
6065if test -n "$CC"; then
6066 echo "$ac_t""$CC" 1>&6
6067else
6068 echo "$ac_t""no" 1>&6
6069fi
6070
6071if test -z "$CC"; then
6072 # Extract the first word of "cc", so it can be a program name with args.
6073set dummy cc; ac_word=$2
6074echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
eb4efbdc 6075echo "configure:6076: checking for $ac_word" >&5
10f2d63a
VZ
6076if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
6077 echo $ac_n "(cached) $ac_c" 1>&6
6078else
6079 if test -n "$CC"; then
6080 ac_cv_prog_CC="$CC" # Let the user override the test.
6081else
6082 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6083 ac_prog_rejected=no
6084 ac_dummy="$PATH"
6085 for ac_dir in $ac_dummy; do
6086 test -z "$ac_dir" && ac_dir=.
6087 if test -f $ac_dir/$ac_word; then
6088 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
6089 ac_prog_rejected=yes
6090 continue
6091 fi
6092 ac_cv_prog_CC="cc"
6093 break
6094 fi
6095 done
6096 IFS="$ac_save_ifs"
6097if test $ac_prog_rejected = yes; then
6098 # We found a bogon in the path, so make sure we never use it.
6099 set dummy $ac_cv_prog_CC
6100 shift
6101 if test $# -gt 0; then
6102 # We chose a different compiler from the bogus one.
6103 # However, it has the same basename, so the bogon will be chosen
6104 # first if we set CC to just the basename; use the full file name.
6105 shift
6106 set dummy "$ac_dir/$ac_word" "$@"
6107 shift
6108 ac_cv_prog_CC="$@"
6109 fi
6110fi
6111fi
6112fi
6113CC="$ac_cv_prog_CC"
6114if test -n "$CC"; then
6115 echo "$ac_t""$CC" 1>&6
6116else
6117 echo "$ac_t""no" 1>&6
6118fi
6119
6120 if test -z "$CC"; then
6121 case "`uname -s`" in
6122 *win32* | *WIN32*)
6123 # Extract the first word of "cl", so it can be a program name with args.
6124set dummy cl; ac_word=$2
6125echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
eb4efbdc 6126echo "configure:6127: checking for $ac_word" >&5
10f2d63a
VZ
6127if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
6128 echo $ac_n "(cached) $ac_c" 1>&6
6129else
6130 if test -n "$CC"; then
6131 ac_cv_prog_CC="$CC" # Let the user override the test.
6132else
6133 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6134 ac_dummy="$PATH"
6135 for ac_dir in $ac_dummy; do
6136 test -z "$ac_dir" && ac_dir=.
6137 if test -f $ac_dir/$ac_word; then
6138 ac_cv_prog_CC="cl"
6139 break
6140 fi
6141 done
6142 IFS="$ac_save_ifs"
6143fi
6144fi
6145CC="$ac_cv_prog_CC"
6146if test -n "$CC"; then
6147 echo "$ac_t""$CC" 1>&6
6148else
6149 echo "$ac_t""no" 1>&6
6150fi
6151 ;;
6152 esac
6153 fi
6154 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
6155fi
6156
6157echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
eb4efbdc 6158echo "configure:6159: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
10f2d63a
VZ
6159
6160ac_ext=c
6161# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6162ac_cpp='$CPP $CPPFLAGS'
6163ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6164ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6165cross_compiling=$ac_cv_prog_cc_cross
6166
6167cat > conftest.$ac_ext << EOF
6168
eb4efbdc 6169#line 6170 "configure"
10f2d63a
VZ
6170#include "confdefs.h"
6171
6172main(){return(0);}
6173EOF
eb4efbdc 6174if { (eval echo configure:6175: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
6175 ac_cv_prog_cc_works=yes
6176 # If we can't run a trivial program, we are probably using a cross compiler.
6177 if (./conftest; exit) 2>/dev/null; then
6178 ac_cv_prog_cc_cross=no
6179 else
6180 ac_cv_prog_cc_cross=yes
6181 fi
6182else
6183 echo "configure: failed program was:" >&5
6184 cat conftest.$ac_ext >&5
6185 ac_cv_prog_cc_works=no
6186fi
6187rm -fr conftest*
6188ac_ext=c
6189# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6190ac_cpp='$CPP $CPPFLAGS'
6191ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6192ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6193cross_compiling=$ac_cv_prog_cc_cross
6194
6195echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
6196if test $ac_cv_prog_cc_works = no; then
6197 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
6198fi
6199echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
eb4efbdc 6200echo "configure:6201: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
10f2d63a
VZ
6201echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
6202cross_compiling=$ac_cv_prog_cc_cross
6203
6204echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
eb4efbdc 6205echo "configure:6206: checking whether we are using GNU C" >&5
10f2d63a
VZ
6206if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
6207 echo $ac_n "(cached) $ac_c" 1>&6
6208else
6209 cat > conftest.c <<EOF
6210#ifdef __GNUC__
6211 yes;
6212#endif
6213EOF
eb4efbdc 6214if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:6215: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
10f2d63a
VZ
6215 ac_cv_prog_gcc=yes
6216else
6217 ac_cv_prog_gcc=no
6218fi
6219fi
6220
6221echo "$ac_t""$ac_cv_prog_gcc" 1>&6
6222
6223if test $ac_cv_prog_gcc = yes; then
6224 GCC=yes
6225else
6226 GCC=
6227fi
6228
6229ac_test_CFLAGS="${CFLAGS+set}"
6230ac_save_CFLAGS="$CFLAGS"
6231CFLAGS=
6232echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
eb4efbdc 6233echo "configure:6234: checking whether ${CC-cc} accepts -g" >&5
10f2d63a
VZ
6234if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
6235 echo $ac_n "(cached) $ac_c" 1>&6
6236else
6237 echo 'void f(){}' > conftest.c
6238if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
6239 ac_cv_prog_cc_g=yes
6240else
6241 ac_cv_prog_cc_g=no
6242fi
6243rm -f conftest*
6244
6245fi
6246
6247echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
6248if test "$ac_test_CFLAGS" = set; then
6249 CFLAGS="$ac_save_CFLAGS"
6250elif test $ac_cv_prog_cc_g = yes; then
6251 if test "$GCC" = yes; then
6252 CFLAGS="-g -O2"
6253 else
6254 CFLAGS="-g"
6255 fi
6256else
6257 if test "$GCC" = yes; then
6258 CFLAGS="-O2"
6259 else
6260 CFLAGS=
6261 fi
6262fi
6263
6264
6265CFLAGS=`echo "$CFLAGS" | sed 's/-g//g'`
6266
6267echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
eb4efbdc 6268echo "configure:6269: checking how to run the C preprocessor" >&5
10f2d63a
VZ
6269# On Suns, sometimes $CPP names a directory.
6270if test -n "$CPP" && test -d "$CPP"; then
6271 CPP=
6272fi
6273if test -z "$CPP"; then
6274if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
6275 echo $ac_n "(cached) $ac_c" 1>&6
6276else
6277 # This must be in double quotes, not single quotes, because CPP may get
6278 # substituted into the Makefile and "${CC-cc}" will confuse make.
6279 CPP="${CC-cc} -E"
6280 # On the NeXT, cc -E runs the code through the compiler's parser,
6281 # not just through cpp.
6282 cat > conftest.$ac_ext <<EOF
eb4efbdc 6283#line 6284 "configure"
10f2d63a
VZ
6284#include "confdefs.h"
6285#include <assert.h>
6286Syntax Error
6287EOF
6288ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
eb4efbdc 6289{ (eval echo configure:6290: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
6290ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6291if test -z "$ac_err"; then
6292 :
6293else
6294 echo "$ac_err" >&5
6295 echo "configure: failed program was:" >&5
6296 cat conftest.$ac_ext >&5
6297 rm -rf conftest*
6298 CPP="${CC-cc} -E -traditional-cpp"
6299 cat > conftest.$ac_ext <<EOF
eb4efbdc 6300#line 6301 "configure"
10f2d63a
VZ
6301#include "confdefs.h"
6302#include <assert.h>
6303Syntax Error
6304EOF
6305ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
eb4efbdc 6306{ (eval echo configure:6307: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
6307ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6308if test -z "$ac_err"; then
6309 :
6310else
6311 echo "$ac_err" >&5
6312 echo "configure: failed program was:" >&5
6313 cat conftest.$ac_ext >&5
6314 rm -rf conftest*
6315 CPP="${CC-cc} -nologo -E"
6316 cat > conftest.$ac_ext <<EOF
eb4efbdc 6317#line 6318 "configure"
10f2d63a
VZ
6318#include "confdefs.h"
6319#include <assert.h>
6320Syntax Error
6321EOF
6322ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
eb4efbdc 6323{ (eval echo configure:6324: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
6324ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6325if test -z "$ac_err"; then
6326 :
6327else
6328 echo "$ac_err" >&5
6329 echo "configure: failed program was:" >&5
6330 cat conftest.$ac_ext >&5
6331 rm -rf conftest*
6332 CPP=/lib/cpp
6333fi
6334rm -f conftest*
6335fi
6336rm -f conftest*
6337fi
6338rm -f conftest*
6339 ac_cv_prog_CPP="$CPP"
6340fi
6341 CPP="$ac_cv_prog_CPP"
6342else
6343 ac_cv_prog_CPP="$CPP"
6344fi
6345echo "$ac_t""$CPP" 1>&6
6346
6347
6348if test $ac_cv_prog_gcc = yes; then
6349 echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
eb4efbdc 6350echo "configure:6351: checking whether ${CC-cc} needs -traditional" >&5
10f2d63a
VZ
6351if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
6352 echo $ac_n "(cached) $ac_c" 1>&6
6353else
6354 ac_pattern="Autoconf.*'x'"
6355 cat > conftest.$ac_ext <<EOF
eb4efbdc 6356#line 6357 "configure"
10f2d63a
VZ
6357#include "confdefs.h"
6358#include <sgtty.h>
6359Autoconf TIOCGETP
6360EOF
6361if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6362 egrep "$ac_pattern" >/dev/null 2>&1; then
6363 rm -rf conftest*
6364 ac_cv_prog_gcc_traditional=yes
6365else
6366 rm -rf conftest*
6367 ac_cv_prog_gcc_traditional=no
6368fi
6369rm -f conftest*
6370
6371
6372 if test $ac_cv_prog_gcc_traditional = no; then
6373 cat > conftest.$ac_ext <<EOF
eb4efbdc 6374#line 6375 "configure"
10f2d63a
VZ
6375#include "confdefs.h"
6376#include <termio.h>
6377Autoconf TCGETA
6378EOF
6379if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6380 egrep "$ac_pattern" >/dev/null 2>&1; then
6381 rm -rf conftest*
6382 ac_cv_prog_gcc_traditional=yes
6383fi
6384rm -f conftest*
6385
6386 fi
6387fi
6388
6389echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
6390 if test $ac_cv_prog_gcc_traditional = yes; then
6391 CC="$CC -traditional"
6392 fi
6393fi
6394
6395
6396
6397ac_ext=C
6398# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6399ac_cpp='$CXXCPP $CPPFLAGS'
6400ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6401ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6402cross_compiling=$ac_cv_prog_cxx_cross
6403
6404
6405for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl
6406do
6407# Extract the first word of "$ac_prog", so it can be a program name with args.
6408set dummy $ac_prog; ac_word=$2
6409echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
eb4efbdc 6410echo "configure:6411: checking for $ac_word" >&5
10f2d63a
VZ
6411if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
6412 echo $ac_n "(cached) $ac_c" 1>&6
6413else
6414 if test -n "$CXX"; then
6415 ac_cv_prog_CXX="$CXX" # Let the user override the test.
6416else
6417 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6418 ac_dummy="$PATH"
6419 for ac_dir in $ac_dummy; do
6420 test -z "$ac_dir" && ac_dir=.
6421 if test -f $ac_dir/$ac_word; then
6422 ac_cv_prog_CXX="$ac_prog"
6423 break
6424 fi
6425 done
6426 IFS="$ac_save_ifs"
6427fi
6428fi
6429CXX="$ac_cv_prog_CXX"
6430if test -n "$CXX"; then
6431 echo "$ac_t""$CXX" 1>&6
6432else
6433 echo "$ac_t""no" 1>&6
6434fi
6435
6436test -n "$CXX" && break
6437done
6438test -n "$CXX" || CXX="gcc"
6439
6440
6441echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
eb4efbdc 6442echo "configure:6443: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
10f2d63a
VZ
6443
6444ac_ext=C
6445# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6446ac_cpp='$CXXCPP $CPPFLAGS'
6447ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6448ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6449cross_compiling=$ac_cv_prog_cxx_cross
6450
6451cat > conftest.$ac_ext << EOF
6452
eb4efbdc 6453#line 6454 "configure"
10f2d63a
VZ
6454#include "confdefs.h"
6455
6456int main(){return(0);}
6457EOF
eb4efbdc 6458if { (eval echo configure:6459: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
6459 ac_cv_prog_cxx_works=yes
6460 # If we can't run a trivial program, we are probably using a cross compiler.
6461 if (./conftest; exit) 2>/dev/null; then
6462 ac_cv_prog_cxx_cross=no
6463 else
6464 ac_cv_prog_cxx_cross=yes
6465 fi
6466else
6467 echo "configure: failed program was:" >&5
6468 cat conftest.$ac_ext >&5
6469 ac_cv_prog_cxx_works=no
6470fi
6471rm -fr conftest*
6472ac_ext=C
6473# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6474ac_cpp='$CXXCPP $CPPFLAGS'
6475ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6476ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6477cross_compiling=$ac_cv_prog_cxx_cross
6478
6479echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
6480if test $ac_cv_prog_cxx_works = no; then
6481 { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
6482fi
6483echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
eb4efbdc 6484echo "configure:6485: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
10f2d63a
VZ
6485echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
6486cross_compiling=$ac_cv_prog_cxx_cross
6487
6488echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
eb4efbdc 6489echo "configure:6490: checking whether we are using GNU C++" >&5
10f2d63a
VZ
6490if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
6491 echo $ac_n "(cached) $ac_c" 1>&6
6492else
6493 cat > conftest.C <<EOF
6494#ifdef __GNUC__
6495 yes;
6496#endif
6497EOF
eb4efbdc 6498if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:6499: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
10f2d63a
VZ
6499 ac_cv_prog_gxx=yes
6500else
6501 ac_cv_prog_gxx=no
6502fi
6503fi
6504
6505echo "$ac_t""$ac_cv_prog_gxx" 1>&6
6506
6507if test $ac_cv_prog_gxx = yes; then
6508 GXX=yes
6509else
6510 GXX=
6511fi
6512
6513ac_test_CXXFLAGS="${CXXFLAGS+set}"
6514ac_save_CXXFLAGS="$CXXFLAGS"
6515CXXFLAGS=
6516echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
eb4efbdc 6517echo "configure:6518: checking whether ${CXX-g++} accepts -g" >&5
10f2d63a
VZ
6518if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
6519 echo $ac_n "(cached) $ac_c" 1>&6
6520else
6521 echo 'void f(){}' > conftest.cc
6522if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
6523 ac_cv_prog_cxx_g=yes
6524else
6525 ac_cv_prog_cxx_g=no
6526fi
6527rm -f conftest*
6528
6529fi
6530
6531echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
6532if test "$ac_test_CXXFLAGS" = set; then
6533 CXXFLAGS="$ac_save_CXXFLAGS"
6534elif test $ac_cv_prog_cxx_g = yes; then
6535 if test "$GXX" = yes; then
6536 CXXFLAGS="-g -O2"
6537 else
6538 CXXFLAGS="-g"
6539 fi
6540else
6541 if test "$GXX" = yes; then
6542 CXXFLAGS="-O2"
6543 else
6544 CXXFLAGS=
6545 fi
6546fi
6547
6548
6549echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
eb4efbdc 6550echo "configure:6551: checking how to run the C++ preprocessor" >&5
10f2d63a
VZ
6551if test -z "$CXXCPP"; then
6552if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
6553 echo $ac_n "(cached) $ac_c" 1>&6
6554else
6555 ac_ext=C
6556# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6557ac_cpp='$CXXCPP $CPPFLAGS'
6558ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6559ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6560cross_compiling=$ac_cv_prog_cxx_cross
6561 CXXCPP="${CXX-g++} -E"
6562 cat > conftest.$ac_ext <<EOF
eb4efbdc 6563#line 6564 "configure"
10f2d63a
VZ
6564#include "confdefs.h"
6565#include <stdlib.h>
6566EOF
6567ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
eb4efbdc 6568{ (eval echo configure:6569: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
6569ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6570if test -z "$ac_err"; then
6571 :
6572else
6573 echo "$ac_err" >&5
6574 echo "configure: failed program was:" >&5
6575 cat conftest.$ac_ext >&5
6576 rm -rf conftest*
6577 CXXCPP=/lib/cpp
6578fi
6579rm -f conftest*
6580 ac_cv_prog_CXXCPP="$CXXCPP"
6581ac_ext=C
6582# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6583ac_cpp='$CXXCPP $CPPFLAGS'
6584ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6585ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6586cross_compiling=$ac_cv_prog_cxx_cross
6587fi
6588fi
6589CXXCPP="$ac_cv_prog_CXXCPP"
6590echo "$ac_t""$CXXCPP" 1>&6
6591
6592
6593CXXFLAGS=`echo "$CXXFLAGS" | sed 's/-g//g'`
6594
6595ac_ext=c
6596# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6597ac_cpp='$CPP $CPPFLAGS'
6598ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6599ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6600cross_compiling=$ac_cv_prog_cc_cross
6601
6602
6603# Extract the first word of "ranlib", so it can be a program name with args.
6604set dummy ranlib; ac_word=$2
6605echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
eb4efbdc 6606echo "configure:6607: checking for $ac_word" >&5
10f2d63a
VZ
6607if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
6608 echo $ac_n "(cached) $ac_c" 1>&6
6609else
6610 if test -n "$RANLIB"; then
6611 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6612else
6613 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6614 ac_dummy="$PATH"
6615 for ac_dir in $ac_dummy; do
6616 test -z "$ac_dir" && ac_dir=.
6617 if test -f $ac_dir/$ac_word; then
6618 ac_cv_prog_RANLIB="ranlib"
6619 break
6620 fi
6621 done
6622 IFS="$ac_save_ifs"
6623 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
6624fi
6625fi
6626RANLIB="$ac_cv_prog_RANLIB"
6627if test -n "$RANLIB"; then
6628 echo "$ac_t""$RANLIB" 1>&6
6629else
6630 echo "$ac_t""no" 1>&6
6631fi
6632
6633
6634# Extract the first word of "ar", so it can be a program name with args.
6635set dummy ar; ac_word=$2
6636echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
eb4efbdc 6637echo "configure:6638: checking for $ac_word" >&5
10f2d63a
VZ
6638if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
6639 echo $ac_n "(cached) $ac_c" 1>&6
6640else
6641 if test -n "$AR"; then
6642 ac_cv_prog_AR="$AR" # Let the user override the test.
6643else
6644 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6645 ac_dummy="$PATH"
6646 for ac_dir in $ac_dummy; do
6647 test -z "$ac_dir" && ac_dir=.
6648 if test -f $ac_dir/$ac_word; then
6649 ac_cv_prog_AR="ar"
6650 break
6651 fi
6652 done
6653 IFS="$ac_save_ifs"
6654 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
6655fi
6656fi
6657AR="$ac_cv_prog_AR"
6658if test -n "$AR"; then
6659 echo "$ac_t""$AR" 1>&6
6660else
6661 echo "$ac_t""no" 1>&6
6662fi
6663
6664
6665# Find a good install program. We prefer a C program (faster),
6666# so one script is as good as another. But avoid the broken or
6667# incompatible versions:
6668# SysV /etc/install, /usr/sbin/install
6669# SunOS /usr/etc/install
6670# IRIX /sbin/install
6671# AIX /bin/install
6672# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6673# AFS /usr/afsws/bin/install, which mishandles nonexistent args
6674# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6675# ./install, which can be erroneously created by make from ./install.sh.
6676echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
eb4efbdc 6677echo "configure:6678: checking for a BSD compatible install" >&5
10f2d63a
VZ
6678if test -z "$INSTALL"; then
6679if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
6680 echo $ac_n "(cached) $ac_c" 1>&6
6681else
6682 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
6683 for ac_dir in $PATH; do
6684 # Account for people who put trailing slashes in PATH elements.
6685 case "$ac_dir/" in
6686 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
6687 *)
6688 # OSF1 and SCO ODT 3.0 have their own names for install.
6689 # Don't use installbsd from OSF since it installs stuff as root
6690 # by default.
6691 for ac_prog in ginstall scoinst install; do
6692 if test -f $ac_dir/$ac_prog; then
6693 if test $ac_prog = install &&
6694 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
6695 # AIX install. It has an incompatible calling convention.
6696 :
6697 else
6698 ac_cv_path_install="$ac_dir/$ac_prog -c"
6699 break 2
6700 fi
6701 fi
6702 done
6703 ;;
6704 esac
6705 done
6706 IFS="$ac_save_IFS"
6707
6708fi
6709 if test "${ac_cv_path_install+set}" = set; then
6710 INSTALL="$ac_cv_path_install"
6711 else
6712 # As a last resort, use the slow shell script. We don't cache a
6713 # path for INSTALL within a source directory, because that will
6714 # break other packages using the cache if that directory is
6715 # removed, or if the path is relative.
6716 INSTALL="$ac_install_sh"
6717 fi
6718fi
6719echo "$ac_t""$INSTALL" 1>&6
6720
6721# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6722# It thinks the first close brace ends the variable substitution.
6723test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6724
6725test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
6726
6727test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6728
6729
6730# Extract the first word of "strip", so it can be a program name with args.
6731set dummy strip; ac_word=$2
6732echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
eb4efbdc 6733echo "configure:6734: checking for $ac_word" >&5
10f2d63a
VZ
6734if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
6735 echo $ac_n "(cached) $ac_c" 1>&6
6736else
6737 if test -n "$STRIP"; then
6738 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6739else
6740 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6741 ac_dummy="$PATH"
6742 for ac_dir in $ac_dummy; do
6743 test -z "$ac_dir" && ac_dir=.
6744 if test -f $ac_dir/$ac_word; then
6745 ac_cv_prog_STRIP="strip"
6746 break
6747 fi
6748 done
6749 IFS="$ac_save_ifs"
6750 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP="true"
6751fi
6752fi
6753STRIP="$ac_cv_prog_STRIP"
6754if test -n "$STRIP"; then
6755 echo "$ac_t""$STRIP" 1>&6
6756else
6757 echo "$ac_t""no" 1>&6
6758fi
6759
6760
6761echo $ac_n "checking "make for VPATH support"""... $ac_c" 1>&6
eb4efbdc 6762echo "configure:6763: checking "make for VPATH support"" >&5
10f2d63a
VZ
6763cat - << EOF > confMake
6764check : file
6765 cp \$? \$@
6766 cp \$? final_file
6767EOF
6768
6769if test ! -d sub ; then
6770 mkdir sub
6771fi
6772echo dummy > sub/file
6773${MAKE-make} -f confMake VPATH=sub 2> config.log > /dev/null
6774RESULT=$?
6775rm -f sub/file check final_file confMake
6776rmdir sub
6777if test "$RESULT" = 0; then
6778 echo "$ac_t""yes" 1>&6
6779else
6780 echo "$ac_t""no" 1>&6
6781 { echo "configure: error: You need a make-utility that is able to use the variable
6782VPATH correctly.
6783If your version of make does not support VPATH correctly" 1>&2; exit 1; }
6784fi
6785
6786for ac_prog in 'bison -y' byacc
6787do
6788# Extract the first word of "$ac_prog", so it can be a program name with args.
6789set dummy $ac_prog; ac_word=$2
6790echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
eb4efbdc 6791echo "configure:6792: checking for $ac_word" >&5
10f2d63a
VZ
6792if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
6793 echo $ac_n "(cached) $ac_c" 1>&6
6794else
6795 if test -n "$YACC"; then
6796 ac_cv_prog_YACC="$YACC" # Let the user override the test.
6797else
6798 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6799 ac_dummy="$PATH"
6800 for ac_dir in $ac_dummy; do
6801 test -z "$ac_dir" && ac_dir=.
6802 if test -f $ac_dir/$ac_word; then
6803 ac_cv_prog_YACC="$ac_prog"
6804 break
6805 fi
6806 done
6807 IFS="$ac_save_ifs"
6808fi
6809fi
6810YACC="$ac_cv_prog_YACC"
6811if test -n "$YACC"; then
6812 echo "$ac_t""$YACC" 1>&6
6813else
6814 echo "$ac_t""no" 1>&6
6815fi
6816
6817test -n "$YACC" && break
6818done
6819test -n "$YACC" || YACC="yacc"
6820
6821
6822# Extract the first word of "flex", so it can be a program name with args.
6823set dummy flex; ac_word=$2
6824echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
eb4efbdc 6825echo "configure:6826: checking for $ac_word" >&5
10f2d63a
VZ
6826if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
6827 echo $ac_n "(cached) $ac_c" 1>&6
6828else
6829 if test -n "$LEX"; then
6830 ac_cv_prog_LEX="$LEX" # Let the user override the test.
6831else
6832 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6833 ac_dummy="$PATH"
6834 for ac_dir in $ac_dummy; do
6835 test -z "$ac_dir" && ac_dir=.
6836 if test -f $ac_dir/$ac_word; then
6837 ac_cv_prog_LEX="flex"
6838 break
6839 fi
6840 done
6841 IFS="$ac_save_ifs"
6842 test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX="lex"
6843fi
6844fi
6845LEX="$ac_cv_prog_LEX"
6846if test -n "$LEX"; then
6847 echo "$ac_t""$LEX" 1>&6
6848else
6849 echo "$ac_t""no" 1>&6
6850fi
6851
6852if test -z "$LEXLIB"
6853then
6854 case "$LEX" in
6855 flex*) ac_lib=fl ;;
6856 *) ac_lib=l ;;
6857 esac
6858 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
eb4efbdc 6859echo "configure:6860: checking for yywrap in -l$ac_lib" >&5
10f2d63a
VZ
6860ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
6861if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6862 echo $ac_n "(cached) $ac_c" 1>&6
6863else
6864 ac_save_LIBS="$LIBS"
6865LIBS="-l$ac_lib $LIBS"
6866cat > conftest.$ac_ext <<EOF
eb4efbdc 6867#line 6868 "configure"
10f2d63a
VZ
6868#include "confdefs.h"
6869/* Override any gcc2 internal prototype to avoid an error. */
6870/* We use char because int might match the return type of a gcc2
6871 builtin and then its argument prototype would still apply. */
6872char yywrap();
6873
6874int main() {
6875yywrap()
6876; return 0; }
6877EOF
eb4efbdc 6878if { (eval echo configure:6879: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
6879 rm -rf conftest*
6880 eval "ac_cv_lib_$ac_lib_var=yes"
6881else
6882 echo "configure: failed program was:" >&5
6883 cat conftest.$ac_ext >&5
6884 rm -rf conftest*
6885 eval "ac_cv_lib_$ac_lib_var=no"
6886fi
6887rm -f conftest*
6888LIBS="$ac_save_LIBS"
6889
6890fi
6891if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
6892 echo "$ac_t""yes" 1>&6
6893 LEXLIB="-l$ac_lib"
6894else
6895 echo "$ac_t""no" 1>&6
6896fi
6897
6898fi
6899
6900
6901echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
eb4efbdc 6902echo "configure:6903: checking whether ln -s works" >&5
10f2d63a
VZ
6903if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
6904 echo $ac_n "(cached) $ac_c" 1>&6
6905else
6906 rm -f conftestdata
6907if ln -s X conftestdata 2>/dev/null
6908then
6909 rm -f conftestdata
6910 ac_cv_prog_LN_S="ln -s"
6911else
6912 ac_cv_prog_LN_S=ln
6913fi
6914fi
6915LN_S="$ac_cv_prog_LN_S"
6916if test "$ac_cv_prog_LN_S" = "ln -s"; then
6917 echo "$ac_t""yes" 1>&6
6918else
6919 echo "$ac_t""no" 1>&6
6920fi
6921
6922
6923
6924SEARCH_INCLUDE="\
6925 /usr/local/include \
6926 \
6927 /usr/Motif-1.2/include \
6928 /usr/Motif-2.1/include \
6929 \
6930 /usr/include/Motif1.2 \
6931 /opt/xpm/include/X11 \
6932 /opt/GBxpm/include/ \
6933 /opt/GBxpm/X11/include/ \
6934 \
6935 /usr/Motif1.2/include \
6936 /usr/dt/include \
afc31813
VZ
6937 /usr/openwin/include \
6938 \
10f2d63a
VZ
6939 /usr/include/Xm \
6940 \
6941 /usr/X11R6/include \
afc31813 6942 /usr/X11R6.4/include \
10f2d63a
VZ
6943 /usr/X11R5/include \
6944 /usr/X11R4/include \
6945 \
10f2d63a
VZ
6946 /usr/include/X11R6 \
6947 /usr/include/X11R5 \
6948 /usr/include/X11R4 \
6949 \
6950 /usr/local/X11R6/include \
6951 /usr/local/X11R5/include \
6952 /usr/local/X11R4/include \
6953 \
6954 /usr/local/include/X11R6 \
6955 /usr/local/include/X11R5 \
6956 /usr/local/include/X11R4 \
6957 \
6958 /usr/X11/include \
6959 /usr/include/X11 \
6960 /usr/local/X11/include \
6961 /usr/local/include/X11 \
6962 \
6963 /usr/X386/include \
6964 /usr/x386/include \
6965 /usr/XFree86/include/X11 \
6966 \
cf27ef00 6967 X:/XFree86/include \
ec14dd32
VZ
6968 X:/XFree86/include/X11 \
6969 \
10f2d63a
VZ
6970 /usr/include/gtk \
6971 /usr/local/include/gtk \
6972 /usr/include/glib \
6973 /usr/local/include/glib \
6974 \
6975 /usr/include/qt \
6976 /usr/local/include/qt \
6977 \
6978 /usr/include/windows \
6979 /usr/include/wine \
6980 /usr/local/include/wine \
6981 \
6982 /usr/unsupported/include \
6983 /usr/athena/include \
6984 /usr/local/x11r5/include \
6985 /usr/lpp/Xamples/include \
6986 \
10f2d63a 6987 /usr/openwin/share/include \
928b5c08
VZ
6988 \
6989 /usr/include"
10f2d63a
VZ
6990
6991SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` "
6992
6993
6994cat > confcache <<\EOF
6995# This file is a shell script that caches the results of configure
6996# tests run on this system so they can be shared between configure
6997# scripts and configure runs. It is not useful on other systems.
6998# If it contains results you don't want to keep, you may remove or edit it.
6999#
7000# By default, configure uses ./config.cache as the cache file,
7001# creating it if it does not exist already. You can give configure
7002# the --cache-file=FILE option to use a different cache file; that is
7003# what configure does when it calls configure scripts in
7004# subdirectories, so they share the cache.
7005# Giving --cache-file=/dev/null disables caching, for debugging configure.
7006# config.status only pays attention to the cache file if you give it the
7007# --recheck option to rerun configure.
7008#
7009EOF
7010# The following way of writing the cache mishandles newlines in values,
7011# but we know of no workaround that is simple, portable, and efficient.
7012# So, don't put newlines in cache variables' values.
7013# Ultrix sh set writes to stderr and can't be redirected directly,
7014# and sets the high bit in the cache file unless we assign to the vars.
7015(set) 2>&1 |
7016 case `(ac_space=' '; set | grep ac_space) 2>&1` in
7017 *ac_space=\ *)
7018 # `set' does not quote correctly, so add quotes (double-quote substitution
7019 # turns \\\\ into \\, and sed turns \\ into \).
7020 sed -n \
7021 -e "s/'/'\\\\''/g" \
7022 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
7023 ;;
7024 *)
7025 # `set' quotes correctly as required by POSIX, so do not add quotes.
7026 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
7027 ;;
7028 esac >> confcache
7029if cmp -s $cache_file confcache; then
7030 :
7031else
7032 if test -w $cache_file; then
7033 echo "updating cache $cache_file"
7034 cat confcache > $cache_file
7035 else
7036 echo "not updating unwritable cache $cache_file"
7037 fi
7038fi
7039rm -f confcache
7040
7041
7042
dad6c0ea
VZ
7043AFMINSTALL=
7044
10f2d63a
VZ
7045if test "$wxUSE_GUI" = "yes"; then
7046
dad6c0ea
VZ
7047USE_GUI=1
7048
10f2d63a
VZ
7049TOOLKIT=
7050TOOLKIT_INCLUDE=
7051
7052GUIOBJS=
7053COMMONOBJS=
7054GENERICOBJS=
7055
7056GUI_TK_LIBRARY=
7057GUI_TK_LINK=
7058
7059WXGTK12=
13111b2a 7060WXGTK13=
10f2d63a
VZ
7061
7062WXWINE=
7063
10f2d63a
VZ
7064if test "$wxUSE_CYGWIN" = 1 || test "$wxUSE_MINGW" = 1 ; then
7065 if test "$cross_compiling" = "yes" ; then
e59890c3 7066 echo "configure: warning: skipping windows.h check for cross-compilation" 1>&2
10f2d63a
VZ
7067 else
7068 echo $ac_n "checking for Windows headers""... $ac_c" 1>&6
eb4efbdc 7069echo "configure:7070: checking for Windows headers" >&5
10f2d63a
VZ
7070
7071ac_find_includes=
7072for ac_dir in $SEARCH_INCLUDE;
7073 do
7074 if test -f "$ac_dir/windows.h"; then
7075 ac_find_includes=$ac_dir
7076 break
7077 fi
7078 done
7079
7080 if test "$ac_find_includes" != "" ; then
7081 echo "$ac_t""found $ac_find_includes" 1>&6
7082 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE -I$ac_find_includes"
7083 else
7084 echo "$ac_t""no" 1>&6
7085 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
7086 fi
7087 fi
7088
7089 INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS msw"
7090 LIBS="$LIBS -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -lcrtdll -ladvapi32 -lwsock32"
7091
32832908
VZ
7092 if test "$wxUSE_ODBC" = "yes" ; then
7093 LIBS="$LIBS -lodbc32 -lole32 -loleaut32"
7094 fi
7095
10f2d63a
VZ
7096 if test "$wxUSE_MINGW" = 1; then
7097 LDFLAGS="$LDFLAGS -mwindows"
7098 fi
7099
7100 TOOLKIT=MSW
7101
7102 GUIOBJS="\$(MSW_GUIOBJS)"
7103 GUIHEADERS="\$(MSW_HEADERS)"
7104 COMMONOBJS="\$(MSW_COMMONOBJS)"
7105 GENERICOBJS="\$(MSW_GENERICOBJS)"
7106 UNIXOBJS=
7107 GUIDIST=MSW_DIST
32832908
VZ
7108
7109 RCINCSWITCH="--include-dir"
7110 RCDEFSWITCH="--define"
7111 RCPREPROCESSOR="--preprocessor \"\$(CC) -c -E -xc-header -DRC_INVOKED\""
7112 RCINPUTSWITCH="-i"
7113 RCOUTPUTSWITCH="-o"
7114 RESFLAGS="$RCPREPROCESSOR $RCINCSWITCH \$(top_srcdir)/include $RCINCSWITCH \$(top_srcdir)/\$(program_dir) $RCDEFSWITCH __WIN32__ $RCDEFSWITCH __WIN95__ $RCDEFSWITCH __GNUWIN32__"
7115
7116 RESPROGRAM="\$(RES_PROGRAM)"
7117
10f2d63a
VZ
7118fi
7119
7120if test "$wxUSE_GTK" = 1; then
7121
7122 if test x$gtk_config_exec_prefix != x ; then
7123 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
7124 if test x${GTK_CONFIG+set} != xset ; then
7125 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
7126 fi
7127 fi
7128 if test x$gtk_config_prefix != x ; then
7129 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
7130 if test x${GTK_CONFIG+set} != xset ; then
7131 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
7132 fi
7133 fi
7134
7135 # Extract the first word of "gtk-config", so it can be a program name with args.
7136set dummy gtk-config; ac_word=$2
7137echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
eb4efbdc 7138echo "configure:7139: checking for $ac_word" >&5
10f2d63a
VZ
7139if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
7140 echo $ac_n "(cached) $ac_c" 1>&6
7141else
7142 case "$GTK_CONFIG" in
7143 /*)
7144 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
7145 ;;
7146 ?:/*)
7147 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path.
7148 ;;
7149 *)
7150 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
7151 ac_dummy="$PATH"
7152 for ac_dir in $ac_dummy; do
7153 test -z "$ac_dir" && ac_dir=.
7154 if test -f $ac_dir/$ac_word; then
7155 ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word"
7156 break
7157 fi
7158 done
7159 IFS="$ac_save_ifs"
7160 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
7161 ;;
7162esac
7163fi
7164GTK_CONFIG="$ac_cv_path_GTK_CONFIG"
7165if test -n "$GTK_CONFIG"; then
7166 echo "$ac_t""$GTK_CONFIG" 1>&6
7167else
7168 echo "$ac_t""no" 1>&6
7169fi
7170
04165bec 7171 min_gtk_version=1.2.3
10f2d63a 7172 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
eb4efbdc 7173echo "configure:7174: checking for GTK - version >= $min_gtk_version" >&5
10f2d63a
VZ
7174 no_gtk=""
7175 if test "$GTK_CONFIG" != "no" ; then
7176 GTK_CFLAGS=`$GTK_CONFIG --cflags`
2224580a 7177 GTK_LIBS=`$GTK_CONFIG --libs gthread`
10f2d63a
VZ
7178 ac_save_CFLAGS="$CFLAGS"
7179 ac_save_LIBS="$LIBS"
7180 CFLAGS="$CFLAGS $GTK_CFLAGS"
7181 LIBS="$LIBS $GTK_LIBS"
7182 if test "$cross_compiling" = yes; then
7183 echo $ac_n "cross compiling; assumed OK... $ac_c"
7184else
7185 cat > conftest.$ac_ext <<EOF
eb4efbdc 7186#line 7187 "configure"
10f2d63a
VZ
7187#include "confdefs.h"
7188
7189#include <gtk/gtk.h>
f49f2b0c 7190#include <gtk/gtkfeatures.h>
10f2d63a 7191#include <stdio.h>
32832908 7192#include <stdlib.h>
10f2d63a
VZ
7193
7194int
7195main ()
7196{
7197 int major, minor, micro;
7198
7199 if (sscanf("$min_gtk_version", "%d.%d.%d", &major, &minor, &micro) != 3) {
7200 printf("%s, bad version string\n", "$min_gtk_version");
7201 exit(1);
7202 }
7203
f49f2b0c
RR
7204 if ((GTK_MAJOR_VERSION != gtk_major_version) ||
7205 (GTK_MINOR_VERSION != gtk_minor_version) ||
7206 (GTK_MICRO_VERSION != gtk_micro_version)) {
7207 printf("Headers vs. library version mismatch!\n");
7208 exit(1);
7209 }
7210
10f2d63a
VZ
7211 if (gtk_minor_version == 1) return FALSE;
7212
7213 return !((gtk_major_version > major) ||
7214 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
7215 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)));
7216}
7217
7218EOF
eb4efbdc 7219if { (eval echo configure:7220: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10f2d63a
VZ
7220then
7221 :
7222else
7223 echo "configure: failed program was:" >&5
7224 cat conftest.$ac_ext >&5
7225 rm -fr conftest*
7226 no_gtk=yes
7227fi
7228rm -fr conftest*
7229fi
7230
7231 CFLAGS="$ac_save_CFLAGS"
7232 LIBS="$ac_save_LIBS"
7233 else
7234 no_gtk=yes
7235 fi
7236 if test "x$no_gtk" = x ; then
7237 echo "$ac_t""yes" 1>&6
7238 WXGTK12=1
7239 else
7240 echo "$ac_t""no" 1>&6
7241 GTK_CFLAGS=""
7242 GTK_LIBS=""
7e99ad86 7243 :
10f2d63a
VZ
7244 fi
7245
7246
7247
7248
7e99ad86
VZ
7249 if test "$WXGTK12" != 1; then
7250 { echo "configure: error:
7251 Please check that gtk-config is in path, the directory
7252 where GTK+ libraries are installed (returned by
7253 'gtk-config --libs' command) is in LD_LIBRARY_PATH or
7254 equivalent variable and GTK+ is version 1.2.3 or above.
7255 " 1>&2; exit 1; }
7256 fi
7257
7258
10f2d63a 7259 TOOLKIT_INCLUDE="$GTK_CFLAGS"
2224580a
VZ
7260
7261
7262 GUI_TK_LIBRARY="$GTK_LIBS"
7263
10f2d63a
VZ
7264 TOOLKIT=GTK
7265
dad6c0ea
VZ
7266 AFMINSTALL=afminstall
7267
10f2d63a
VZ
7268 GUIOBJS="\$(GTK_GUIOBJS)"
7269 GUIHEADERS="\$(GTK_HEADERS)"
7270 COMMONOBJS="\$(GTK_COMMONOBJS)"
7271 GENERICOBJS="\$(GTK_GENERICOBJS)"
7272 GUIDEPS="\$(GTK_GUIDEPS)"
7273 COMMONDEPS="\$(GTK_COMMONDEPS)"
7274 GENERICDEPS="\$(GTK_GENERICDEPS)"
7275 UNIXOBJS="\$(UNIX_OBJS)"
d9d8273d 7276 UNIXDEPS="\$(UNIX_DEPS)"
10f2d63a 7277 GUIDIST=GTK_DIST
7ec2881a 7278
2224580a 7279 echo $ac_n "checking for gdk_im_open in -lgdk""... $ac_c" 1>&6
eb4efbdc 7280echo "configure:7281: checking for gdk_im_open in -lgdk" >&5
7ec2881a
RR
7281ac_lib_var=`echo gdk'_'gdk_im_open | sed 'y%./+-%__p_%'`
7282if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7283 echo $ac_n "(cached) $ac_c" 1>&6
7284else
7285 ac_save_LIBS="$LIBS"
7286LIBS="-lgdk $LIBS"
7287cat > conftest.$ac_ext <<EOF
eb4efbdc 7288#line 7289 "configure"
7ec2881a
RR
7289#include "confdefs.h"
7290/* Override any gcc2 internal prototype to avoid an error. */
7291/* We use char because int might match the return type of a gcc2
7292 builtin and then its argument prototype would still apply. */
7293char gdk_im_open();
7294
7295int main() {
7296gdk_im_open()
7297; return 0; }
7298EOF
eb4efbdc 7299if { (eval echo configure:7300: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7ec2881a
RR
7300 rm -rf conftest*
7301 eval "ac_cv_lib_$ac_lib_var=yes"
7302else
7303 echo "configure: failed program was:" >&5
7304 cat conftest.$ac_ext >&5
7305 rm -rf conftest*
7306 eval "ac_cv_lib_$ac_lib_var=no"
7307fi
7308rm -f conftest*
7309LIBS="$ac_save_LIBS"
7310
7311fi
7312if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7313 echo "$ac_t""yes" 1>&6
7314 cat >> confdefs.h <<\EOF
7315#define HAVE_XIM 1
7316EOF
7317
7318else
7319 echo "$ac_t""no" 1>&6
7320fi
7321
10f2d63a
VZ
7322fi
7323
7324if test "$wxUSE_WINE" = 1; then
7325 echo $ac_n "checking for WINE includes""... $ac_c" 1>&6
eb4efbdc 7326echo "configure:7327: checking for WINE includes" >&5
10f2d63a
VZ
7327
7328ac_find_includes=
7329for ac_dir in $SEARCH_INCLUDE;
7330 do
7331 if test -f "$ac_dir/windows.h"; then
7332 ac_find_includes=$ac_dir
7333 break
7334 fi
7335 done
7336
7337 if test "$ac_find_includes" != "" ; then
7338 echo "$ac_t""found $ac_find_includes" 1>&6
7339 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE -I$ac_find_includes"
7340 else
7341 echo "$ac_t""no" 1>&6
7342 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
7343 fi
7344
7345 XPM_LINK=""
7346 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
eb4efbdc 7347echo "configure:7348: checking for Xpm library" >&5
10f2d63a
VZ
7348
7349ac_find_libraries=
7350for ac_dir in $SEARCH_LIB;
7351 do
7352 for ac_extension in a so sl; do
7353 if test -f "$ac_dir/libXpm.$ac_extension"; then
7354 ac_find_libraries=$ac_dir
7355 break 2
7356 fi
7357 done
7358 done
7359
7360 if test "$ac_find_libraries" != "" ; then
7361 GUI_TK_LIBRARY="-L$ac_find_libraries"
7362 XPM_LINK="-lXpm"
7363 cat >> confdefs.h <<\EOF
7364#define wxHAVE_LIB_XPM 1
7365EOF
7366
7367 echo "$ac_t""found at $ac_find_libraries" 1>&6
7368 else
7369 echo "$ac_t""no" 1>&6
7370 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
7371 fi
7372
7373 MESA_LINK=""
7374 echo $ac_n "checking for Mesa library""... $ac_c" 1>&6
eb4efbdc 7375echo "configure:7376: checking for Mesa library" >&5
10f2d63a
VZ
7376
7377ac_find_libraries=
7378for ac_dir in $SEARCH_LIB;
7379 do
7380 for ac_extension in a so sl; do
7381 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
7382 ac_find_libraries=$ac_dir
7383 break 2
7384 fi
7385 done
7386 done
7387
7388 if test "$ac_find_libraries" != "" ; then
7389 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -L$ac_find_libraries"
7390 MESA_LINK="-lMesaGL"
7391 echo "$ac_t""found at $ac_find_libraries" 1>&6
7392 else
7393 { echo "configure: error: no" 1>&2; exit 1; }
7394 fi
7395
7396 GUI_TK_LINK="-lwine $MESA_LINK $XPM_LINK -lXxf86dga -lXxf86vm -lSM -lICE -lXext -lXmu -lX11 -lncurses -lm"
7397 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $GUI_TK_LINK"
7398 WXWINE=1
7399 TOOLKIT=MSW
7400
7401 GUIHEADERS="\$(MSW_HEADERS)"
7402 GUIOBJS="\$(MSW_GUIOBJS)"
7403 COMMONOBJS="\$(MSW_COMMONOBJS)"
7404 GENERICOBJS="\$(MSW_GENERICOBJS)"
7405 GUIDEPS="\$(MSW_GUIDEPS)"
7406 COMMONDEPS="\$(MSW_COMMONDEPS)"
7407 GENERICDEPS="\$(MSW_GENERICDEPS)"
7408 UNIXOBJS="\$(UNIX_OBJS)"
d9d8273d 7409 UNIXDEPS="\$(UNIX_DEPS)"
10f2d63a
VZ
7410 GUIDIST=MSW_DIST
7411fi
7412
7413if test "$wxUSE_MOTIF" = 1; then
ab9b9eab
VZ
7414 # If we find X, set shell vars x_includes and x_libraries to the
7415# paths, otherwise set no_x=yes.
7416# Uses ac_ vars as temps to allow command line to override cache and checks.
7417# --without-x overrides everything else, but does not touch the cache.
7418echo $ac_n "checking for X""... $ac_c" 1>&6
eb4efbdc 7419echo "configure:7420: checking for X" >&5
ab9b9eab
VZ
7420
7421# Check whether --with-x or --without-x was given.
7422if test "${with_x+set}" = set; then
7423 withval="$with_x"
7424 :
7425fi
ba337fe7 7426
ab9b9eab
VZ
7427# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7428if test "x$with_x" = xno; then
7429 # The user explicitly disabled X.
7430 have_x=disabled
7431else
7432 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
7433 # Both variables are already set.
7434 have_x=yes
7435 else
7436if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
7437 echo $ac_n "(cached) $ac_c" 1>&6
7438else
7439 # One or both of the vars are not set, and there is no cached value.
7440ac_x_includes=NO ac_x_libraries=NO
7441rm -fr conftestdir
7442if mkdir conftestdir; then
7443 cd conftestdir
7444 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
7445 cat > Imakefile <<'EOF'
7446acfindx:
7447 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
7448EOF
7449 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
7450 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7451 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
7452 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
10f2d63a 7453 for ac_extension in a so sl; do
ab9b9eab
VZ
7454 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
7455 test -f $ac_im_libdir/libX11.$ac_extension; then
7456 ac_im_usrlibdir=$ac_im_libdir; break
10f2d63a
VZ
7457 fi
7458 done
ab9b9eab
VZ
7459 # Screen out bogus values from the imake configuration. They are
7460 # bogus both because they are the default anyway, and because
7461 # using them would break gcc on systems where it needs fixed includes.
7462 case "$ac_im_incroot" in
7463 /usr/include) ;;
7464 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;;
7465 esac
7466 case "$ac_im_usrlibdir" in
7467 /usr/lib | /lib) ;;
7468 *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;;
7469 esac
ba337fe7 7470 fi
ab9b9eab
VZ
7471 cd ..
7472 rm -fr conftestdir
7473fi
10f2d63a 7474
ab9b9eab
VZ
7475if test "$ac_x_includes" = NO; then
7476 # Guess where to find include files, by looking for this one X11 .h file.
7477 test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
ba337fe7 7478
ab9b9eab
VZ
7479 # First, try using that file with no special directory specified.
7480cat > conftest.$ac_ext <<EOF
eb4efbdc 7481#line 7482 "configure"
ab9b9eab
VZ
7482#include "confdefs.h"
7483#include <$x_direct_test_include>
7484EOF
7485ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
eb4efbdc 7486{ (eval echo configure:7487: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ab9b9eab
VZ
7487ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7488if test -z "$ac_err"; then
7489 rm -rf conftest*
7490 # We can compile using X headers with no special include directory.
7491ac_x_includes=
7492else
7493 echo "$ac_err" >&5
7494 echo "configure: failed program was:" >&5
7495 cat conftest.$ac_ext >&5
7496 rm -rf conftest*
7497 # Look for the header file in a standard set of common directories.
7498# Check X11 before X11Rn because it is often a symlink to the current release.
7499 for ac_dir in \
7500 /usr/X11/include \
7501 /usr/X11R6/include \
7502 /usr/X11R5/include \
7503 /usr/X11R4/include \
7504 \
7505 /usr/include/X11 \
7506 /usr/include/X11R6 \
7507 /usr/include/X11R5 \
7508 /usr/include/X11R4 \
7509 \
7510 /usr/local/X11/include \
7511 /usr/local/X11R6/include \
7512 /usr/local/X11R5/include \
7513 /usr/local/X11R4/include \
7514 \
7515 /usr/local/include/X11 \
7516 /usr/local/include/X11R6 \
7517 /usr/local/include/X11R5 \
7518 /usr/local/include/X11R4 \
7519 \
7520 /usr/X386/include \
7521 /usr/x386/include \
7522 /usr/XFree86/include/X11 \
7523 \
7524 /usr/include \
7525 /usr/local/include \
7526 /usr/unsupported/include \
7527 /usr/athena/include \
7528 /usr/local/x11r5/include \
7529 /usr/lpp/Xamples/include \
7530 \
7531 /usr/openwin/include \
7532 /usr/openwin/share/include \
7533 ; \
10f2d63a 7534 do
ab9b9eab
VZ
7535 if test -r "$ac_dir/$x_direct_test_include"; then
7536 ac_x_includes=$ac_dir
10f2d63a
VZ
7537 break
7538 fi
7539 done
ab9b9eab
VZ
7540fi
7541rm -f conftest*
7542fi # $ac_x_includes = NO
10f2d63a 7543
ab9b9eab
VZ
7544if test "$ac_x_libraries" = NO; then
7545 # Check for the libraries.
10f2d63a 7546
ab9b9eab
VZ
7547 test -z "$x_direct_test_library" && x_direct_test_library=Xt
7548 test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
10f2d63a 7549
ab9b9eab
VZ
7550 # See if we find them without any special options.
7551 # Don't add to $LIBS permanently.
7552 ac_save_LIBS="$LIBS"
7553 LIBS="-l$x_direct_test_library $LIBS"
7554cat > conftest.$ac_ext <<EOF
eb4efbdc 7555#line 7556 "configure"
ab9b9eab 7556#include "confdefs.h"
10f2d63a 7557
ab9b9eab
VZ
7558int main() {
7559${x_direct_test_function}()
7560; return 0; }
7561EOF
eb4efbdc 7562if { (eval echo configure:7563: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ab9b9eab
VZ
7563 rm -rf conftest*
7564 LIBS="$ac_save_LIBS"
7565# We can link X programs with no special library path.
7566ac_x_libraries=
7567else
7568 echo "configure: failed program was:" >&5
7569 cat conftest.$ac_ext >&5
7570 rm -rf conftest*
7571 LIBS="$ac_save_LIBS"
7572# First see if replacing the include by lib works.
7573# Check X11 before X11Rn because it is often a symlink to the current release.
7574for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
7575 /usr/X11/lib \
7576 /usr/X11R6/lib \
7577 /usr/X11R5/lib \
7578 /usr/X11R4/lib \
7579 \
7580 /usr/lib/X11 \
7581 /usr/lib/X11R6 \
7582 /usr/lib/X11R5 \
7583 /usr/lib/X11R4 \
7584 \
7585 /usr/local/X11/lib \
7586 /usr/local/X11R6/lib \
7587 /usr/local/X11R5/lib \
7588 /usr/local/X11R4/lib \
7589 \
7590 /usr/local/lib/X11 \
7591 /usr/local/lib/X11R6 \
7592 /usr/local/lib/X11R5 \
7593 /usr/local/lib/X11R4 \
7594 \
7595 /usr/X386/lib \
7596 /usr/x386/lib \
7597 /usr/XFree86/lib/X11 \
7598 \
7599 /usr/lib \
7600 /usr/local/lib \
7601 /usr/unsupported/lib \
7602 /usr/athena/lib \
7603 /usr/local/x11r5/lib \
7604 /usr/lpp/Xamples/lib \
7605 /lib/usr/lib/X11 \
7606 \
7607 /usr/openwin/lib \
7608 /usr/openwin/share/lib \
7609 ; \
7610do
7611 for ac_extension in a so sl; do
7612 if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
7613 ac_x_libraries=$ac_dir
7614 break 2
10f2d63a 7615 fi
10f2d63a 7616 done
ab9b9eab
VZ
7617done
7618fi
7619rm -f conftest*
7620fi # $ac_x_libraries = NO
10f2d63a 7621
ab9b9eab
VZ
7622if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then
7623 # Didn't find X anywhere. Cache the known absence of X.
7624 ac_cv_have_x="have_x=no"
7625else
7626 # Record where we found X for the cache.
7627 ac_cv_have_x="have_x=yes \
7628 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
7629fi
7630fi
10f2d63a 7631 fi
ab9b9eab
VZ
7632 eval "$ac_cv_have_x"
7633fi # $with_x != no
10f2d63a 7634
ab9b9eab
VZ
7635if test "$have_x" != yes; then
7636 echo "$ac_t""$have_x" 1>&6
7637 no_x=yes
7638else
7639 # If each of the values was on the command line, it overrides each guess.
7640 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7641 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7642 # Update the cache value to reflect the command line values.
7643 ac_cv_have_x="have_x=yes \
7644 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
7645 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
7646fi
10f2d63a 7647
ab9b9eab
VZ
7648if test "$no_x" = yes; then
7649 # Not all programs may use this symbol, but it does not hurt to define it.
7650 cat >> confdefs.h <<\EOF
7651#define X_DISPLAY_MISSING 1
7652EOF
10f2d63a 7653
ab9b9eab
VZ
7654 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7655else
7656 if test -n "$x_includes"; then
7657 X_CFLAGS="$X_CFLAGS -I$x_includes"
10f2d63a
VZ
7658 fi
7659
ab9b9eab
VZ
7660 # It would also be nice to do this for all -L options, not just this one.
7661 if test -n "$x_libraries"; then
7662 X_LIBS="$X_LIBS -L$x_libraries"
7663 # For Solaris; some versions of Sun CC require a space after -R and
7664 # others require no space. Words are not sufficient . . . .
7665 case "`(uname -sr) 2>/dev/null`" in
7666 "SunOS 5"*)
7667 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
eb4efbdc 7668echo "configure:7669: checking whether -R must be followed by a space" >&5
ab9b9eab
VZ
7669 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries"
7670 cat > conftest.$ac_ext <<EOF
eb4efbdc 7671#line 7672 "configure"
ab9b9eab 7672#include "confdefs.h"
10f2d63a 7673
ab9b9eab 7674int main() {
788deba1 7675
ab9b9eab
VZ
7676; return 0; }
7677EOF
eb4efbdc 7678if { (eval echo configure:7679: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ab9b9eab
VZ
7679 rm -rf conftest*
7680 ac_R_nospace=yes
7681else
7682 echo "configure: failed program was:" >&5
7683 cat conftest.$ac_ext >&5
7684 rm -rf conftest*
7685 ac_R_nospace=no
7686fi
7687rm -f conftest*
7688 if test $ac_R_nospace = yes; then
7689 echo "$ac_t""no" 1>&6
7690 X_LIBS="$X_LIBS -R$x_libraries"
7691 else
7692 LIBS="$ac_xsave_LIBS -R $x_libraries"
7693 cat > conftest.$ac_ext <<EOF
eb4efbdc 7694#line 7695 "configure"
ab9b9eab 7695#include "confdefs.h"
788deba1 7696
ab9b9eab
VZ
7697int main() {
7698
7699; return 0; }
7700EOF
eb4efbdc 7701if { (eval echo configure:7702: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ab9b9eab
VZ
7702 rm -rf conftest*
7703 ac_R_space=yes
7704else
7705 echo "configure: failed program was:" >&5
7706 cat conftest.$ac_ext >&5
7707 rm -rf conftest*
7708 ac_R_space=no
7709fi
7710rm -f conftest*
7711 if test $ac_R_space = yes; then
7712 echo "$ac_t""yes" 1>&6
7713 X_LIBS="$X_LIBS -R $x_libraries"
7714 else
7715 echo "$ac_t""neither works" 1>&6
7716 fi
7717 fi
7718 LIBS="$ac_xsave_LIBS"
7719 esac
7720 fi
7721
7722 # Check for system-dependent libraries X programs must link with.
7723 # Do this before checking for the system-independent R6 libraries
7724 # (-lICE), since we may need -lsocket or whatever for X linking.
7725
7726 if test "$ISC" = yes; then
7727 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7728 else
7729 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
7730 # libraries were built with DECnet support. And karl@cs.umb.edu says
7731 # the Alpha needs dnet_stub (dnet does not exist).
7732 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
eb4efbdc 7733echo "configure:7734: checking for dnet_ntoa in -ldnet" >&5
ab9b9eab
VZ
7734ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
7735if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7736 echo $ac_n "(cached) $ac_c" 1>&6
7737else
7738 ac_save_LIBS="$LIBS"
7739LIBS="-ldnet $LIBS"
7740cat > conftest.$ac_ext <<EOF
eb4efbdc 7741#line 7742 "configure"
ab9b9eab
VZ
7742#include "confdefs.h"
7743/* Override any gcc2 internal prototype to avoid an error. */
7744/* We use char because int might match the return type of a gcc2
7745 builtin and then its argument prototype would still apply. */
7746char dnet_ntoa();
7747
7748int main() {
7749dnet_ntoa()
7750; return 0; }
7751EOF
eb4efbdc 7752if { (eval echo configure:7753: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ab9b9eab
VZ
7753 rm -rf conftest*
7754 eval "ac_cv_lib_$ac_lib_var=yes"
7755else
7756 echo "configure: failed program was:" >&5
7757 cat conftest.$ac_ext >&5
7758 rm -rf conftest*
7759 eval "ac_cv_lib_$ac_lib_var=no"
7760fi
7761rm -f conftest*
7762LIBS="$ac_save_LIBS"
7763
7764fi
7765if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7766 echo "$ac_t""yes" 1>&6
7767 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7768else
7769 echo "$ac_t""no" 1>&6
7770fi
7771
7772 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7773 echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
eb4efbdc 7774echo "configure:7775: checking for dnet_ntoa in -ldnet_stub" >&5
ab9b9eab
VZ
7775ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
7776if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7777 echo $ac_n "(cached) $ac_c" 1>&6
7778else
7779 ac_save_LIBS="$LIBS"
7780LIBS="-ldnet_stub $LIBS"
7781cat > conftest.$ac_ext <<EOF
eb4efbdc 7782#line 7783 "configure"
ab9b9eab
VZ
7783#include "confdefs.h"
7784/* Override any gcc2 internal prototype to avoid an error. */
7785/* We use char because int might match the return type of a gcc2
7786 builtin and then its argument prototype would still apply. */
7787char dnet_ntoa();
7788
7789int main() {
7790dnet_ntoa()
7791; return 0; }
7792EOF
eb4efbdc 7793if { (eval echo configure:7794: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ab9b9eab
VZ
7794 rm -rf conftest*
7795 eval "ac_cv_lib_$ac_lib_var=yes"
7796else
7797 echo "configure: failed program was:" >&5
7798 cat conftest.$ac_ext >&5
7799 rm -rf conftest*
7800 eval "ac_cv_lib_$ac_lib_var=no"
7801fi
7802rm -f conftest*
7803LIBS="$ac_save_LIBS"
7804
7805fi
7806if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7807 echo "$ac_t""yes" 1>&6
7808 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7809else
7810 echo "$ac_t""no" 1>&6
7811fi
7812
7813 fi
7814
7815 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7816 # to get the SysV transport functions.
7817 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
7818 # needs -lnsl.
7819 # The nsl library prevents programs from opening the X display
7820 # on Irix 5.2, according to dickey@clark.net.
7821 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
eb4efbdc 7822echo "configure:7823: checking for gethostbyname" >&5
ab9b9eab
VZ
7823if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
7824 echo $ac_n "(cached) $ac_c" 1>&6
7825else
7826 cat > conftest.$ac_ext <<EOF
eb4efbdc 7827#line 7828 "configure"
ab9b9eab
VZ
7828#include "confdefs.h"
7829/* System header to define __stub macros and hopefully few prototypes,
7830 which can conflict with char gethostbyname(); below. */
7831#include <assert.h>
7832/* Override any gcc2 internal prototype to avoid an error. */
7833/* We use char because int might match the return type of a gcc2
7834 builtin and then its argument prototype would still apply. */
7835char gethostbyname();
7836
7837int main() {
7838
7839/* The GNU C library defines this for functions which it implements
7840 to always fail with ENOSYS. Some functions are actually named
7841 something starting with __ and the normal name is an alias. */
7842#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
7843choke me
7844#else
e8482f24 7845gethostbyname();
ab9b9eab
VZ
7846#endif
7847
7848; return 0; }
7849EOF
eb4efbdc 7850if { (eval echo configure:7851: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ab9b9eab
VZ
7851 rm -rf conftest*
7852 eval "ac_cv_func_gethostbyname=yes"
7853else
7854 echo "configure: failed program was:" >&5
7855 cat conftest.$ac_ext >&5
7856 rm -rf conftest*
7857 eval "ac_cv_func_gethostbyname=no"
7858fi
7859rm -f conftest*
7860fi
7861
7862if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
7863 echo "$ac_t""yes" 1>&6
7864 :
7865else
7866 echo "$ac_t""no" 1>&6
7867fi
7868
7869 if test $ac_cv_func_gethostbyname = no; then
7870 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
eb4efbdc 7871echo "configure:7872: checking for gethostbyname in -lnsl" >&5
ab9b9eab
VZ
7872ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
7873if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7874 echo $ac_n "(cached) $ac_c" 1>&6
7875else
7876 ac_save_LIBS="$LIBS"
7877LIBS="-lnsl $LIBS"
7878cat > conftest.$ac_ext <<EOF
eb4efbdc 7879#line 7880 "configure"
ab9b9eab
VZ
7880#include "confdefs.h"
7881/* Override any gcc2 internal prototype to avoid an error. */
7882/* We use char because int might match the return type of a gcc2
7883 builtin and then its argument prototype would still apply. */
7884char gethostbyname();
7885
7886int main() {
7887gethostbyname()
7888; return 0; }
7889EOF
eb4efbdc 7890if { (eval echo configure:7891: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ab9b9eab
VZ
7891 rm -rf conftest*
7892 eval "ac_cv_lib_$ac_lib_var=yes"
7893else
7894 echo "configure: failed program was:" >&5
7895 cat conftest.$ac_ext >&5
7896 rm -rf conftest*
7897 eval "ac_cv_lib_$ac_lib_var=no"
7898fi
7899rm -f conftest*
7900LIBS="$ac_save_LIBS"
7901
7902fi
7903if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7904 echo "$ac_t""yes" 1>&6
7905 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7906else
7907 echo "$ac_t""no" 1>&6
7908fi
7909
7910 fi
7911
7912 # lieder@skyler.mavd.honeywell.com says without -lsocket,
7913 # socket/setsockopt and other routines are undefined under SCO ODT
7914 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
7915 # on later versions), says simon@lia.di.epfl.ch: it contains
7916 # gethostby* variants that don't use the nameserver (or something).
7917 # -lsocket must be given before -lnsl if both are needed.
7918 # We assume that if connect needs -lnsl, so does gethostbyname.
7919 echo $ac_n "checking for connect""... $ac_c" 1>&6
eb4efbdc 7920echo "configure:7921: checking for connect" >&5
ab9b9eab
VZ
7921if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
7922 echo $ac_n "(cached) $ac_c" 1>&6
7923else
7924 cat > conftest.$ac_ext <<EOF
eb4efbdc 7925#line 7926 "configure"
ab9b9eab
VZ
7926#include "confdefs.h"
7927/* System header to define __stub macros and hopefully few prototypes,
7928 which can conflict with char connect(); below. */
7929#include <assert.h>
7930/* Override any gcc2 internal prototype to avoid an error. */
7931/* We use char because int might match the return type of a gcc2
7932 builtin and then its argument prototype would still apply. */
7933char connect();
7934
7935int main() {
7936
7937/* The GNU C library defines this for functions which it implements
7938 to always fail with ENOSYS. Some functions are actually named
7939 something starting with __ and the normal name is an alias. */
7940#if defined (__stub_connect) || defined (__stub___connect)
7941choke me
7942#else
e8482f24 7943connect();
ab9b9eab
VZ
7944#endif
7945
7946; return 0; }
7947EOF
eb4efbdc 7948if { (eval echo configure:7949: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ab9b9eab
VZ
7949 rm -rf conftest*
7950 eval "ac_cv_func_connect=yes"
7951else
7952 echo "configure: failed program was:" >&5
7953 cat conftest.$ac_ext >&5
7954 rm -rf conftest*
7955 eval "ac_cv_func_connect=no"
7956fi
7957rm -f conftest*
7958fi
7959
7960if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
7961 echo "$ac_t""yes" 1>&6
7962 :
7963else
7964 echo "$ac_t""no" 1>&6
7965fi
7966
7967 if test $ac_cv_func_connect = no; then
7968 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
eb4efbdc 7969echo "configure:7970: checking for connect in -lsocket" >&5
ab9b9eab
VZ
7970ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
7971if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7972 echo $ac_n "(cached) $ac_c" 1>&6
7973else
7974 ac_save_LIBS="$LIBS"
7975LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7976cat > conftest.$ac_ext <<EOF
eb4efbdc 7977#line 7978 "configure"
ab9b9eab
VZ
7978#include "confdefs.h"
7979/* Override any gcc2 internal prototype to avoid an error. */
7980/* We use char because int might match the return type of a gcc2
7981 builtin and then its argument prototype would still apply. */
7982char connect();
7983
7984int main() {
7985connect()
7986; return 0; }
7987EOF
eb4efbdc 7988if { (eval echo configure:7989: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ab9b9eab
VZ
7989 rm -rf conftest*
7990 eval "ac_cv_lib_$ac_lib_var=yes"
7991else
7992 echo "configure: failed program was:" >&5
7993 cat conftest.$ac_ext >&5
7994 rm -rf conftest*
7995 eval "ac_cv_lib_$ac_lib_var=no"
7996fi
7997rm -f conftest*
7998LIBS="$ac_save_LIBS"
7999
8000fi
8001if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8002 echo "$ac_t""yes" 1>&6
8003 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
8004else
8005 echo "$ac_t""no" 1>&6
8006fi
8007
8008 fi
8009
8010 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
8011 echo $ac_n "checking for remove""... $ac_c" 1>&6
eb4efbdc 8012echo "configure:8013: checking for remove" >&5
ab9b9eab
VZ
8013if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
8014 echo $ac_n "(cached) $ac_c" 1>&6
8015else
8016 cat > conftest.$ac_ext <<EOF
eb4efbdc 8017#line 8018 "configure"
ab9b9eab
VZ
8018#include "confdefs.h"
8019/* System header to define __stub macros and hopefully few prototypes,
8020 which can conflict with char remove(); below. */
8021#include <assert.h>
8022/* Override any gcc2 internal prototype to avoid an error. */
8023/* We use char because int might match the return type of a gcc2
8024 builtin and then its argument prototype would still apply. */
8025char remove();
8026
8027int main() {
8028
8029/* The GNU C library defines this for functions which it implements
8030 to always fail with ENOSYS. Some functions are actually named
8031 something starting with __ and the normal name is an alias. */
8032#if defined (__stub_remove) || defined (__stub___remove)
8033choke me
8034#else
e8482f24 8035remove();
ab9b9eab
VZ
8036#endif
8037
8038; return 0; }
8039EOF
eb4efbdc 8040if { (eval echo configure:8041: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ab9b9eab
VZ
8041 rm -rf conftest*
8042 eval "ac_cv_func_remove=yes"
8043else
8044 echo "configure: failed program was:" >&5
8045 cat conftest.$ac_ext >&5
8046 rm -rf conftest*
8047 eval "ac_cv_func_remove=no"
8048fi
8049rm -f conftest*
8050fi
8051
8052if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
8053 echo "$ac_t""yes" 1>&6
8054 :
8055else
8056 echo "$ac_t""no" 1>&6
8057fi
8058
8059 if test $ac_cv_func_remove = no; then
8060 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
eb4efbdc 8061echo "configure:8062: checking for remove in -lposix" >&5
ab9b9eab
VZ
8062ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
8063if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8064 echo $ac_n "(cached) $ac_c" 1>&6
8065else
8066 ac_save_LIBS="$LIBS"
8067LIBS="-lposix $LIBS"
8068cat > conftest.$ac_ext <<EOF
eb4efbdc 8069#line 8070 "configure"
ab9b9eab
VZ
8070#include "confdefs.h"
8071/* Override any gcc2 internal prototype to avoid an error. */
8072/* We use char because int might match the return type of a gcc2
8073 builtin and then its argument prototype would still apply. */
8074char remove();
8075
8076int main() {
8077remove()
8078; return 0; }
8079EOF
eb4efbdc 8080if { (eval echo configure:8081: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ab9b9eab
VZ
8081 rm -rf conftest*
8082 eval "ac_cv_lib_$ac_lib_var=yes"
8083else
8084 echo "configure: failed program was:" >&5
8085 cat conftest.$ac_ext >&5
8086 rm -rf conftest*
8087 eval "ac_cv_lib_$ac_lib_var=no"
8088fi
8089rm -f conftest*
8090LIBS="$ac_save_LIBS"
8091
8092fi
8093if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8094 echo "$ac_t""yes" 1>&6
8095 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
8096else
8097 echo "$ac_t""no" 1>&6
8098fi
8099
8100 fi
8101
8102 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
8103 echo $ac_n "checking for shmat""... $ac_c" 1>&6
eb4efbdc 8104echo "configure:8105: checking for shmat" >&5
ab9b9eab
VZ
8105if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
8106 echo $ac_n "(cached) $ac_c" 1>&6
8107else
8108 cat > conftest.$ac_ext <<EOF
eb4efbdc 8109#line 8110 "configure"
ab9b9eab
VZ
8110#include "confdefs.h"
8111/* System header to define __stub macros and hopefully few prototypes,
8112 which can conflict with char shmat(); below. */
8113#include <assert.h>
8114/* Override any gcc2 internal prototype to avoid an error. */
8115/* We use char because int might match the return type of a gcc2
8116 builtin and then its argument prototype would still apply. */
8117char shmat();
8118
8119int main() {
8120
8121/* The GNU C library defines this for functions which it implements
8122 to always fail with ENOSYS. Some functions are actually named
8123 something starting with __ and the normal name is an alias. */
8124#if defined (__stub_shmat) || defined (__stub___shmat)
8125choke me
8126#else
e8482f24 8127shmat();
ab9b9eab
VZ
8128#endif
8129
8130; return 0; }
8131EOF
eb4efbdc 8132if { (eval echo configure:8133: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ab9b9eab
VZ
8133 rm -rf conftest*
8134 eval "ac_cv_func_shmat=yes"
8135else
8136 echo "configure: failed program was:" >&5
8137 cat conftest.$ac_ext >&5
8138 rm -rf conftest*
8139 eval "ac_cv_func_shmat=no"
8140fi
8141rm -f conftest*
8142fi
8143
8144if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
8145 echo "$ac_t""yes" 1>&6
8146 :
8147else
8148 echo "$ac_t""no" 1>&6
8149fi
8150
8151 if test $ac_cv_func_shmat = no; then
8152 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
eb4efbdc 8153echo "configure:8154: checking for shmat in -lipc" >&5
ab9b9eab
VZ
8154ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
8155if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8156 echo $ac_n "(cached) $ac_c" 1>&6
8157else
8158 ac_save_LIBS="$LIBS"
8159LIBS="-lipc $LIBS"
8160cat > conftest.$ac_ext <<EOF
eb4efbdc 8161#line 8162 "configure"
ab9b9eab
VZ
8162#include "confdefs.h"
8163/* Override any gcc2 internal prototype to avoid an error. */
8164/* We use char because int might match the return type of a gcc2
8165 builtin and then its argument prototype would still apply. */
8166char shmat();
8167
8168int main() {
8169shmat()
8170; return 0; }
8171EOF
eb4efbdc 8172if { (eval echo configure:8173: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ab9b9eab
VZ
8173 rm -rf conftest*
8174 eval "ac_cv_lib_$ac_lib_var=yes"
8175else
8176 echo "configure: failed program was:" >&5
8177 cat conftest.$ac_ext >&5
8178 rm -rf conftest*
8179 eval "ac_cv_lib_$ac_lib_var=no"
8180fi
8181rm -f conftest*
8182LIBS="$ac_save_LIBS"
8183
8184fi
8185if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8186 echo "$ac_t""yes" 1>&6
8187 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
8188else
8189 echo "$ac_t""no" 1>&6
8190fi
8191
8192 fi
8193 fi
8194
8195 # Check for libraries that X11R6 Xt/Xaw programs need.
8196 ac_save_LDFLAGS="$LDFLAGS"
8197 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
8198 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
8199 # check for ICE first), but we must link in the order -lSM -lICE or
8200 # we get undefined symbols. So assume we have SM if we have ICE.
8201 # These have to be linked with before -lX11, unlike the other
8202 # libraries we check for below, so use a different variable.
8203 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
8204 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
eb4efbdc 8205echo "configure:8206: checking for IceConnectionNumber in -lICE" >&5
ab9b9eab
VZ
8206ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
8207if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8208 echo $ac_n "(cached) $ac_c" 1>&6
8209else
8210 ac_save_LIBS="$LIBS"
8211LIBS="-lICE $X_EXTRA_LIBS $LIBS"
8212cat > conftest.$ac_ext <<EOF
eb4efbdc 8213#line 8214 "configure"
ab9b9eab
VZ
8214#include "confdefs.h"
8215/* Override any gcc2 internal prototype to avoid an error. */
8216/* We use char because int might match the return type of a gcc2
8217 builtin and then its argument prototype would still apply. */
8218char IceConnectionNumber();
8219
8220int main() {
8221IceConnectionNumber()
8222; return 0; }
8223EOF
eb4efbdc 8224if { (eval echo configure:8225: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ab9b9eab
VZ
8225 rm -rf conftest*
8226 eval "ac_cv_lib_$ac_lib_var=yes"
8227else
8228 echo "configure: failed program was:" >&5
8229 cat conftest.$ac_ext >&5
8230 rm -rf conftest*
8231 eval "ac_cv_lib_$ac_lib_var=no"
8232fi
8233rm -f conftest*
8234LIBS="$ac_save_LIBS"
8235
8236fi
8237if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8238 echo "$ac_t""yes" 1>&6
8239 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
8240else
8241 echo "$ac_t""no" 1>&6
8242fi
8243
8244 LDFLAGS="$ac_save_LDFLAGS"
8245
8246fi
8247
8248
8249 if test "$no_x" = "yes"; then
8250 { echo "configure: error: X11 not found" 1>&2; exit 1; }
8251 fi
8252
8253 GUI_TK_LIBRARY="$X_LIBS"
8254 TOOLKIT_INCLUDE="$X_CFLAGS"
8255
dad6c0ea
VZ
8256 AFMINSTALL=afminstall
8257
ab9b9eab 8258
cd6d6d5b
VZ
8259 COMPILED_X_PROGRAM=0
8260
ab9b9eab 8261 echo $ac_n "checking for Motif/Lesstif headers""... $ac_c" 1>&6
eb4efbdc 8262echo "configure:8263: checking for Motif/Lesstif headers" >&5
ab9b9eab
VZ
8263
8264ac_find_includes=
8265for ac_dir in $SEARCH_INCLUDE;
8266 do
8267 if test -f "$ac_dir/Xm/Xm.h"; then
8268 ac_find_includes=$ac_dir
8269 break
8270 fi
8271 done
8272
8273 if test "$ac_find_includes" != "" ; then
8274 echo "$ac_t""found $ac_find_includes" 1>&6
8275 else
cd6d6d5b 8276 cat > conftest.$ac_ext <<EOF
eb4efbdc 8277#line 8278 "configure"
cd6d6d5b
VZ
8278#include "confdefs.h"
8279
8280 #include <Xm/Xm.h>
8281
8282int main() {
8283
8284 int version;
8285
8286 version = xmUseVersion;
8287
8288; return 0; }
8289EOF
eb4efbdc 8290if { (eval echo configure:8291: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
cd6d6d5b
VZ
8291 rm -rf conftest*
8292
8293 echo "$ac_t""found in default search path" 1>&6
8294 COMPILED_X_PROGRAM=1
8295
8296else
8297 echo "configure: failed program was:" >&5
8298 cat conftest.$ac_ext >&5
8299 rm -rf conftest*
8300
8301 echo "$ac_t""no" 1>&6
8302 { echo "configure: error: please set CFLAGS to contain the location of Xm/Xm.h" 1>&2; exit 1; }
8303
8304
8305fi
8306rm -f conftest*
ab9b9eab
VZ
8307 fi
8308
cd6d6d5b
VZ
8309 if test "$COMPILED_X_PROGRAM" = 0; then
8310 echo $ac_n "checking for Motif/Lesstif library""... $ac_c" 1>&6
eb4efbdc 8311echo "configure:8312: checking for Motif/Lesstif library" >&5
cd6d6d5b 8312
ab9b9eab
VZ
8313ac_find_libraries=
8314for ac_dir in $SEARCH_LIB;
8315 do
8316 for ac_extension in a so sl; do
8317 if test -f "$ac_dir/libXm.$ac_extension"; then
8318 ac_find_libraries=$ac_dir
8319 break 2
8320 fi
8321 done
8322 done
8323
cd6d6d5b
VZ
8324 if test "$ac_find_libraries" != "" ; then
8325
ab9b9eab
VZ
8326 ac_path_to_include=$ac_find_includes
8327 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
8328 result=$?
8329 if test $result = 0; then
8330 ac_path_to_include=""
8331 else
8332 ac_path_to_include="-I$ac_find_includes"
8333 fi
8334
cd6d6d5b 8335
ab9b9eab
VZ
8336 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
8337 result=$?
8338 if test $result = 0; then
8339 ac_path_to_link=""
8340 else
8341 ac_path_to_link="-L$ac_find_libraries"
8342 fi
8343
8344
cd6d6d5b
VZ
8345 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $ac_path_to_link"
8346 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE $ac_path_to_include"
8347 echo "$ac_t""found at $ac_find_libraries" 1>&6
8348 else
8349 cat > conftest.$ac_ext <<EOF
eb4efbdc 8350#line 8351 "configure"
cd6d6d5b 8351#include "confdefs.h"
ab9b9eab 8352
cd6d6d5b
VZ
8353 #include <Xm/Xm.h>
8354
8355int main() {
ab9b9eab 8356
cd6d6d5b 8357 int version;
ab9b9eab 8358
cd6d6d5b
VZ
8359 version = xmUseVersion;
8360
8361; return 0; }
8362EOF
eb4efbdc 8363if { (eval echo configure:8364: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
cd6d6d5b
VZ
8364 rm -rf conftest*
8365
8366 echo "$ac_t""found in default search path" 1>&6
8367 COMPILED_X_PROGRAM=1
8368
8369else
8370 echo "configure: failed program was:" >&5
8371 cat conftest.$ac_ext >&5
8372 rm -rf conftest*
8373
8374 echo "$ac_t""no" 1>&6
8375 { echo "configure: error: please set LDFLAGS to contain the location of libXm" 1>&2; exit 1; }
8376
8377
8378fi
8379rm -f conftest*
8380 fi
ab9b9eab
VZ
8381 fi
8382
cd6d6d5b 8383
ab9b9eab
VZ
8384 XPM_LINK=""
8385 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
eb4efbdc 8386echo "configure:8387: checking for Xpm library" >&5
ab9b9eab
VZ
8387
8388ac_find_libraries=
8389for ac_dir in $SEARCH_LIB;
8390 do
8391 for ac_extension in a so sl; do
8392 if test -f "$ac_dir/libXpm.$ac_extension"; then
8393 ac_find_libraries=$ac_dir
8394 break 2
8395 fi
8396 done
8397 done
8398
8399 if test "$ac_find_libraries" != "" ; then
8400
8401 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
8402 result=$?
8403 if test $result = 0; then
8404 ac_path_to_link=""
8405 else
8406 ac_path_to_link="-L$ac_find_libraries"
8407 fi
8408
8409 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $ac_path_to_link"
8410 XPM_LINK="-lXpm "
8411 cat >> confdefs.h <<\EOF
8412#define wxHAVE_LIB_XPM 1
8413EOF
8414
8415 echo "$ac_t""found at $ac_find_libraries" 1>&6
8416 else
cd6d6d5b 8417 cat > conftest.$ac_ext <<EOF
eb4efbdc 8418#line 8419 "configure"
cd6d6d5b
VZ
8419#include "confdefs.h"
8420
8421 #include <X11/xpm.h>
8422
8423int main() {
8424
8425 int version;
8426
8427 version = XpmLibraryVersion();
8428
8429; return 0; }
8430EOF
eb4efbdc 8431if { (eval echo configure:8432: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
cd6d6d5b
VZ
8432 rm -rf conftest*
8433
bdad4e7e
RR
8434 XPM_LINK="-lXpm "
8435 cat >> confdefs.h <<\EOF
3ace2e6d
SN
8436#define wxHAVE_LIB_XPM 1
8437EOF
8438
8439 echo "$ac_t""found in default search path" 1>&6
cd6d6d5b
VZ
8440 COMPILED_X_PROGRAM=0
8441
8442else
8443 echo "configure: failed program was:" >&5
8444 cat conftest.$ac_ext >&5
8445 rm -rf conftest*
8446
8447 echo "$ac_t""no" 1>&6
8448 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
8449
8450
8451fi
8452rm -f conftest*
ab9b9eab
VZ
8453 fi
8454
8455 GUI_TK_LINK="-lXm $XPM_LINK -lXmu -lXext -lXt -lX11 -lm"
8456 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $GUI_TK_LINK"
8457 TOOLKIT=MOTIF
8458
8459 GUIHEADERS="\$(MOTIF_HEADERS)"
8460 GUIOBJS="\$(MOTIF_GUIOBJS)"
8461 COMMONOBJS="\$(MOTIF_COMMONOBJS)"
788deba1
VZ
8462 GENERICOBJS="\$(MOTIF_GENERICOBJS)"
8463 GUIDEPS="\$(MOTIF_GUIDEPS)"
8464 COMMONDEPS="\$(MOTIF_COMMONDEPS)"
10f2d63a
VZ
8465 GENERICDEPS="\$(MOTIF_GENERICDEPS)"
8466 UNIXOBJS="\$(UNIX_OBJS)"
d9d8273d 8467 UNIXDEPS="\$(UNIX_DEPS)"
10f2d63a
VZ
8468 GUIDIST=MOTIF_DIST
8469fi
8470
e07802fc
VZ
8471if test "$wxUSE_PM" = 1; then
8472 TOOLKIT=PM
8473
8474 GUIOBJS="\$(PM_GUIOBJS)"
8475 GUIHEADERS="\$(PM_HEADERS)"
8476 COMMONOBJS="\$(PM_COMMONOBJS)"
8477 GENERICOBJS="\$(PM_GENERICOBJS)"
8478 GUIDEPS="\$(PM_GUIDEPS)"
8479 COMMONDEPS="\$(PM_COMMONDEPS)"
8480 GENERICDEPS="\$(PM_GENERICDEPS)"
8481 UNIXOBJS=
8482 UNIXDEPS=
8483 GUIDIST=GTK_DIST
8484fi
8485
8486if test "$TOOLKIT" != "PM" ; then
ec14dd32 8487 TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
e07802fc
VZ
8488else
8489 TOOLKIT_DIR="os2"
8490fi
10f2d63a 8491
2224580a 8492 TOOLKIT_DEF="-D__WX${TOOLKIT}__"
10f2d63a 8493
2224580a 8494 WX_LIBRARY="wx_${TOOLKIT_DIR}"
10f2d63a 8495
bdad4e7e 8496 ALL_OBJECTS="\$(GUIOBJS) \$(COMMONOBJS) \$(GENERICOBJS) \$(UNIXOBJS) \$(HTMLOBJS) \$(OGLOBJS)"
3fcdd07b 8497
b089607b 8498 if test "$TOOLKIT" != "MSW"; then
cc977e5f
RR
8499 if test "$wxUSE_ODBC" = "yes" ; then
8500 ALL_OBJECTS="${ALL_OBJECTS} \$(IODBCOBJS)"
8501 fi
3fcdd07b
VZ
8502 fi
8503
d9d8273d 8504 if test "$wxUSE_LIBJPEG" = "yes" ; then
2224580a 8505 ALL_OBJECTS="${ALL_OBJECTS} \$(JPEGOBJS)"
d9d8273d
RR
8506 fi
8507 if test "$wxUSE_LIBTIFF" = "yes" ; then
8508 ALL_OBJECTS="${ALL_OBJECTS} \$(TIFFOBJS)"
8509 fi
8510 if test "$wxUSE_LIBPNG" = "yes" ; then
8511 ALL_OBJECTS="${ALL_OBJECTS} \$(PNGOBJS)"
8512 fi
8513 if test "$wxUSE_ZLIB" = "yes" ; then
8514 ALL_OBJECTS="${ALL_OBJECTS} \$(ZLIBOBJS)"
8515 fi
bdad4e7e 8516 ALL_DEPFILES="\$(GUIDEPS) \$(COMMONDEPS) \$(GENERICDEPS) \$(UNIXDEPS) \$(HTMLDEPS) \$(OGLDEPS)"
2224580a
VZ
8517
8518 PORT_FILES="src/\$(TOOLKITDIR)/files.lst"
8519 RPM_FILES="src/\$(TOOLKITDIR)/rpmfiles.lst"
8520 RPM_SPEC="wx\$(TOOLKIT).spec"
8521
8522 GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
8523 DISTDIR="wx\$(TOOLKIT)"
10f2d63a 8524else
dad6c0ea
VZ
8525 USE_GUI=0
8526
07eb77a6
RL
8527 TOOLKIT_DIR="base"
8528 TOOLKIT_DEF="-D__WXBASE__"
8529
2224580a
VZ
8530 ALL_OBJECTS="\$(BASE_OBJS) \${BASE_UNIX_OBJS}"
8531 ALL_DEPFILES="\${BASE_DEPS} \${BASE_UNIX_DEPS}"
10f2d63a
VZ
8532
8533 WX_LIBRARY="wxbase"
2224580a
VZ
8534
8535 PORT_FILES="src/files.lst"
8536 RPM_FILES="src/rpmfiles.lst"
8537 RPM_SPEC="wxBase.spec"
8538
8539 GUIDIST="BASE_DIST"
8540 DISTDIR="wxBase"
10f2d63a
VZ
8541fi
8542
8543WX_LIBRARY_NAME="lib${WX_LIBRARY}.la"
bdad4e7e 8544WX_LIBRARY_NAME_GL="lib${WX_LIBRARY}_gl.la"
10f2d63a
VZ
8545
8546WX_LIBRARY_NAME_STATIC="lib${WX_LIBRARY}.a"
bdad4e7e 8547WX_LIBRARY_NAME_STATIC_GL="lib${WX_LIBRARY}_gl.a"
10f2d63a
VZ
8548
8549WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}-${WX_RELEASE}.so.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
bdad4e7e 8550WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY}_gl-${WX_RELEASE}.so.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
10f2d63a
VZ
8551
8552WX_LIBRARY_LINK1="lib${WX_LIBRARY}-${WX_RELEASE}.so.${WX_CURRENT}"
8553WX_LIBRARY_LINK2="lib${WX_LIBRARY}-${WX_RELEASE}.so"
8554WX_LIBRARY_LINK3="lib${WX_LIBRARY}.so"
bdad4e7e
RR
8555WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY}_gl-${WX_RELEASE}.so.${WX_CURRENT}"
8556WX_LIBRARY_LINK2_GL="lib${WX_LIBRARY}_gl-${WX_RELEASE}.so"
8557WX_LIBRARY_LINK3_GL="lib${WX_LIBRARY}_gl.so"
10f2d63a
VZ
8558
8559SHARED_LD=
8560PIC_FLAG=
8561WX_ALL=
8562WX_ALL_INSTALLED=
1d62a8b4 8563BURNT_LIBRARY_NAME=
10f2d63a 8564
b12915c1 8565
10f2d63a
VZ
8566if test "$wxUSE_SHARED" = "yes"; then
8567 case "${host}" in
8568 *-hp-hpux* )
8569 if test "$GCC" = yes ; then
69ffe1d2 8570 SHARED_LD="${CC} -shared -fPIC -o"
10f2d63a
VZ
8571 PIC_FLAG="-fPIC"
8572 else
8573 SHARED_LD="${CXX} -b -o"
8574 PIC_FLAG="+Z"
8575 fi
8576 WX_LIBRARY_NAME_SHARED="libwx_${TOOLKIT_DIR}.sl"
bdad4e7e 8577 WX_LIBRARY_NAME_SHARED_GL="libwx_${TOOLKIT_DIR}_gl.sl"
c661ecca
RR
8578 if test "$wxUSE_OPENGL" = "yes"; then
8579 WX_ALL="${WX_LIBRARY_NAME_SHARED} ${WX_LIBRARY_NAME_SHARED_GL}"
8580 else
8581 WX_ALL="${WX_LIBRARY_NAME_SHARED}"
8582 fi
10f2d63a 8583 ;;
b12915c1
VZ
8584
8585 *-*-linux* )
10f2d63a
VZ
8586 SHARED_LD="${CC} -shared -o"
8587 PIC_FLAG="-fPIC"
00cf1208 8588 if test "$wxUSE_BURNT_NAME" = "yes" ; then
05cdfc6f 8589 BURNT_LIBRARY_NAME="-Wl,-soname,${WX_LIBRARY_LINK1}"
bdad4e7e 8590 BURNT_LIBRARY_NAME_GL="-Wl,-soname,${WX_LIBRARY_LINK1_GL}"
00cf1208 8591 fi
c661ecca
RR
8592 if test "$wxUSE_OPENGL" = "yes"; then
8593 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
8594 WX_ALL="CREATE_LINKS CREATE_LINKS_GL"
8595 else
8596 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
8597 WX_ALL="CREATE_LINKS"
422107f9 8598 fi
00cf1208 8599 ;;
10f2d63a
VZ
8600 *-*-irix5* | *-*-irix6* )
8601 if test "$GCC" = yes ; then
8602 SHARED_LD="${CC} -shared -o"
8603 PIC_FLAG="-fPIC"
8604 else
8605 SHARED_LD="${CXX} -shared -o"
8606 fi
c661ecca
RR
8607 if test "$wxUSE_OPENGL" = "yes"; then
8608 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
8609 WX_ALL="CREATE_LINKS CREATE_LINKS_GL"
8610 else
8611 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
8612 WX_ALL="CREATE_LINKS"
422107f9 8613 fi
10f2d63a
VZ
8614 ;;
8615 *-*-solaris2* )
8616 if test "$GCC" = yes ; then
8617 SHARED_LD="${CC} -shared -o"
8618 PIC_FLAG="-fPIC"
8619 else
8620 SHARED_LD="${CXX} -G -o"
8621 PIC_FLAG="-KPIC"
8622 fi
c661ecca
RR
8623 if test "$wxUSE_OPENGL" = "yes"; then
8624 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
8625 WX_ALL="CREATE_LINKS CREATE_LINKS_GL"
8626 else
8627 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
8628 WX_ALL="CREATE_LINKS"
8629 fi
10f2d63a
VZ
8630 ;;
8631 *-*-sunos4* )
8632 SHARED_LD="${CC} -shared -o"
8633 PIC_FLAG="-fPIC"
8634 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
8635 WX_ALL="CREATE_LINKS"
8636 ;;
8637 *-*-freebsd* | *-*-netbsd*)
8638 SHARED_LD="${CC} -shared -o"
8639 PIC_FLAG="-fPIC"
8640 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
8641 WX_ALL="CREATE_LINKS"
8642 ;;
8643 *-*-osf* )
8644 SHARED_LD="${CXX} -shared -o"
8645 PIC_FLAG="-fPIC"
8646 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
8647 WX_ALL="CREATE_LINKS"
8648 ;;
8649 *-*-dgux5* )
8650 SHARED_LD="${CXX} -shared -o"
8651 PIC_FLAG="-fPIC"
8652 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
8653 WX_ALL="CREATE_LINKS"
8654 ;;
8655 *-*-sysv5* )
8656 SHARED_LD="${CC} -shared -o"
8657 PIC_FLAG="-fPIC"
8658 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
8659 WX_ALL="CREATE_LINKS"
8660 ;;
8661 *-*-aix* )
8662 SHARED_LD="/usr/lpp/xlC/bin/makeC++SharedLib -p 0 -o"
8663 WX_ALL=${WX_LIBRARY_NAME_SHARED}
8664 ;;
8665 *-*-cygwin32* )
8666 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}"
bdad4e7e 8667 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_STATIC_GL}"
10f2d63a
VZ
8668 WX_ALL="${WX_LIBRARY_NAME_STATIC}"
8669 ;;
b12915c1 8670 *-*-mingw32* )
10f2d63a 8671 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}"
bdad4e7e 8672 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_STATIC_GL}"
10f2d63a
VZ
8673 WX_ALL="${WX_LIBRARY_NAME_STATIC}"
8674 ;;
8675 *-pc-os2_emx )
e07802fc
VZ
8676 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}"
8677 WX_ALL="${WX_LIBRARY_NAME_STATIC}"
10f2d63a 8678 ;;
b12915c1 8679 *-*-beos* )
e2b8b066 8680 SHARED_LD="${LD} -shared -o"
b12915c1
VZ
8681 PIC_FLAG="-fPIC"
8682 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
8683 WX_ALL="CREATE_LINKS"
8684 ;;
10f2d63a
VZ
8685 *)
8686 { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; }
8687 esac
8688
8689 if test "x$WX_TARGET_LIBRARY" = "x"; then
8690 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_SHARED}"
bdad4e7e 8691 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_SHARED_GL}"
10f2d63a 8692 fi
3711412e 8693 WX_TARGET_LIBRARY_TYPE="so"
10f2d63a
VZ
8694else
8695 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}"
bdad4e7e 8696 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_STATIC_GL}"
10f2d63a 8697 WX_ALL="${WX_LIBRARY_NAME_STATIC}"
3711412e 8698 WX_TARGET_LIBRARY_TYPE="a"
10f2d63a
VZ
8699fi
8700
8701
8702for ac_hdr in strings.h
8703do
8704ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
8705echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3711412e 8706echo "configure:8707: checking for $ac_hdr" >&5
10f2d63a
VZ
8707if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8708 echo $ac_n "(cached) $ac_c" 1>&6
8709else
8710 cat > conftest.$ac_ext <<EOF
3711412e 8711#line 8712 "configure"
10f2d63a
VZ
8712#include "confdefs.h"
8713#include <$ac_hdr>
8714EOF
8715ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3711412e 8716{ (eval echo configure:8717: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
8717ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8718if test -z "$ac_err"; then
8719 rm -rf conftest*
8720 eval "ac_cv_header_$ac_safe=yes"
8721else
8722 echo "$ac_err" >&5
8723 echo "configure: failed program was:" >&5
8724 cat conftest.$ac_ext >&5
8725 rm -rf conftest*
8726 eval "ac_cv_header_$ac_safe=no"
8727fi
8728rm -f conftest*
8729fi
8730if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
8731 echo "$ac_t""yes" 1>&6
8732 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
8733 cat >> confdefs.h <<EOF
8734#define $ac_tr_hdr 1
8735EOF
8736
8737else
8738 echo "$ac_t""no" 1>&6
8739fi
8740done
8741
8742for ac_hdr in unistd.h
8743do
8744ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
8745echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3711412e 8746echo "configure:8747: checking for $ac_hdr" >&5
10f2d63a
VZ
8747if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8748 echo $ac_n "(cached) $ac_c" 1>&6
8749else
8750 cat > conftest.$ac_ext <<EOF
3711412e 8751#line 8752 "configure"
10f2d63a
VZ
8752#include "confdefs.h"
8753#include <$ac_hdr>
8754EOF
8755ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3711412e 8756{ (eval echo configure:8757: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
8757ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8758if test -z "$ac_err"; then
8759 rm -rf conftest*
8760 eval "ac_cv_header_$ac_safe=yes"
8761else
8762 echo "$ac_err" >&5
8763 echo "configure: failed program was:" >&5
8764 cat conftest.$ac_ext >&5
8765 rm -rf conftest*
8766 eval "ac_cv_header_$ac_safe=no"
8767fi
8768rm -f conftest*
8769fi
8770if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
8771 echo "$ac_t""yes" 1>&6
8772 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
8773 cat >> confdefs.h <<EOF
8774#define $ac_tr_hdr 1
8775EOF
8776
8777else
8778 echo "$ac_t""no" 1>&6
8779fi
8780done
8781
8782for ac_hdr in wchar.h
8783do
8784ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
8785echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3711412e 8786echo "configure:8787: checking for $ac_hdr" >&5
10f2d63a
VZ
8787if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8788 echo $ac_n "(cached) $ac_c" 1>&6
8789else
8790 cat > conftest.$ac_ext <<EOF
3711412e 8791#line 8792 "configure"
10f2d63a
VZ
8792#include "confdefs.h"
8793#include <$ac_hdr>
8794EOF
8795ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3711412e 8796{ (eval echo configure:8797: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
8797ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8798if test -z "$ac_err"; then
8799 rm -rf conftest*
8800 eval "ac_cv_header_$ac_safe=yes"
8801else
8802 echo "$ac_err" >&5
8803 echo "configure: failed program was:" >&5
8804 cat conftest.$ac_ext >&5
8805 rm -rf conftest*
8806 eval "ac_cv_header_$ac_safe=no"
8807fi
8808rm -f conftest*
8809fi
8810if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
8811 echo "$ac_t""yes" 1>&6
8812 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
8813 cat >> confdefs.h <<EOF
8814#define $ac_tr_hdr 1
8815EOF
8816
8817else
8818 echo "$ac_t""no" 1>&6
8819fi
8820done
8821
8822for ac_hdr in wcstr.h
8823do
8824ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
8825echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3711412e 8826echo "configure:8827: checking for $ac_hdr" >&5
10f2d63a
VZ
8827if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8828 echo $ac_n "(cached) $ac_c" 1>&6
8829else
8830 cat > conftest.$ac_ext <<EOF
3711412e 8831#line 8832 "configure"
10f2d63a
VZ
8832#include "confdefs.h"
8833#include <$ac_hdr>
8834EOF
8835ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3711412e 8836{ (eval echo configure:8837: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
8837ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8838if test -z "$ac_err"; then
8839 rm -rf conftest*
8840 eval "ac_cv_header_$ac_safe=yes"
8841else
8842 echo "$ac_err" >&5
8843 echo "configure: failed program was:" >&5
8844 cat conftest.$ac_ext >&5
8845 rm -rf conftest*
8846 eval "ac_cv_header_$ac_safe=no"
8847fi
8848rm -f conftest*
8849fi
8850if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
8851 echo "$ac_t""yes" 1>&6
8852 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
8853 cat >> confdefs.h <<EOF
8854#define $ac_tr_hdr 1
8855EOF
8856
8857else
8858 echo "$ac_t""no" 1>&6
8859fi
8860done
8861
8862for ac_hdr in fnmatch.h
8863do
8864ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
8865echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3711412e 8866echo "configure:8867: checking for $ac_hdr" >&5
10f2d63a
VZ
8867if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8868 echo $ac_n "(cached) $ac_c" 1>&6
8869else
8870 cat > conftest.$ac_ext <<EOF
3711412e 8871#line 8872 "configure"
10f2d63a
VZ
8872#include "confdefs.h"
8873#include <$ac_hdr>
8874EOF
8875ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3711412e 8876{ (eval echo configure:8877: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
8877ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8878if test -z "$ac_err"; then
8879 rm -rf conftest*
8880 eval "ac_cv_header_$ac_safe=yes"
8881else
8882 echo "$ac_err" >&5
8883 echo "configure: failed program was:" >&5
8884 cat conftest.$ac_ext >&5
8885 rm -rf conftest*
8886 eval "ac_cv_header_$ac_safe=no"
8887fi
8888rm -f conftest*
8889fi
8890if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
8891 echo "$ac_t""yes" 1>&6
8892 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
8893 cat >> confdefs.h <<EOF
8894#define $ac_tr_hdr 1
8895EOF
8896
8897else
8898 echo "$ac_t""no" 1>&6
8899fi
8900done
8901
8902
73fd4a60
VZ
8903if test "$wxUSE_GUI" = "yes"; then
8904 if test "$wxUSE_UNIX" = "yes"; then
8905 for ac_hdr in X11/XKBlib.h
10f2d63a
VZ
8906do
8907ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
8908echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3711412e 8909echo "configure:8910: checking for $ac_hdr" >&5
10f2d63a
VZ
8910if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8911 echo $ac_n "(cached) $ac_c" 1>&6
8912else
8913 cat > conftest.$ac_ext <<EOF
3711412e 8914#line 8915 "configure"
10f2d63a
VZ
8915#include "confdefs.h"
8916#include <$ac_hdr>
8917EOF
8918ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3711412e 8919{ (eval echo configure:8920: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
8920ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8921if test -z "$ac_err"; then
8922 rm -rf conftest*
8923 eval "ac_cv_header_$ac_safe=yes"
8924else
8925 echo "$ac_err" >&5
8926 echo "configure: failed program was:" >&5
8927 cat conftest.$ac_ext >&5
8928 rm -rf conftest*
8929 eval "ac_cv_header_$ac_safe=no"
8930fi
8931rm -f conftest*
8932fi
8933if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
8934 echo "$ac_t""yes" 1>&6
8935 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
8936 cat >> confdefs.h <<EOF
8937#define $ac_tr_hdr 1
8938EOF
8939
8940else
8941 echo "$ac_t""no" 1>&6
8942fi
8943done
8944
73fd4a60 8945 fi
10f2d63a
VZ
8946fi
8947
8948
8949echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
3711412e 8950echo "configure:8951: checking for ANSI C header files" >&5
10f2d63a
VZ
8951if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
8952 echo $ac_n "(cached) $ac_c" 1>&6
8953else
8954 cat > conftest.$ac_ext <<EOF
3711412e 8955#line 8956 "configure"
10f2d63a
VZ
8956#include "confdefs.h"
8957#include <stdlib.h>
8958#include <stdarg.h>
8959#include <string.h>
8960#include <float.h>
8961EOF
8962ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3711412e 8963{ (eval echo configure:8964: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
8964ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8965if test -z "$ac_err"; then
8966 rm -rf conftest*
8967 ac_cv_header_stdc=yes
8968else
8969 echo "$ac_err" >&5
8970 echo "configure: failed program was:" >&5
8971 cat conftest.$ac_ext >&5
8972 rm -rf conftest*
8973 ac_cv_header_stdc=no
8974fi
8975rm -f conftest*
8976
8977if test $ac_cv_header_stdc = yes; then
8978 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
8979cat > conftest.$ac_ext <<EOF
3711412e 8980#line 8981 "configure"
10f2d63a
VZ
8981#include "confdefs.h"
8982#include <string.h>
8983EOF
8984if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8985 egrep "memchr" >/dev/null 2>&1; then
8986 :
8987else
8988 rm -rf conftest*
8989 ac_cv_header_stdc=no
8990fi
8991rm -f conftest*
8992
8993fi
8994
8995if test $ac_cv_header_stdc = yes; then
8996 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
8997cat > conftest.$ac_ext <<EOF
3711412e 8998#line 8999 "configure"
10f2d63a
VZ
8999#include "confdefs.h"
9000#include <stdlib.h>
9001EOF
9002if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9003 egrep "free" >/dev/null 2>&1; then
9004 :
9005else
9006 rm -rf conftest*
9007 ac_cv_header_stdc=no
9008fi
9009rm -f conftest*
9010
9011fi
9012
9013if test $ac_cv_header_stdc = yes; then
9014 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
9015if test "$cross_compiling" = yes; then
9016 :
9017else
9018 cat > conftest.$ac_ext <<EOF
3711412e 9019#line 9020 "configure"
10f2d63a
VZ
9020#include "confdefs.h"
9021#include <ctype.h>
9022#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
9023#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
9024#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
9025int main () { int i; for (i = 0; i < 256; i++)
9026if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
9027exit (0); }
9028
9029EOF
3711412e 9030if { (eval echo configure:9031: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10f2d63a
VZ
9031then
9032 :
9033else
9034 echo "configure: failed program was:" >&5
9035 cat conftest.$ac_ext >&5
9036 rm -fr conftest*
9037 ac_cv_header_stdc=no
9038fi
9039rm -fr conftest*
9040fi
9041
9042fi
9043fi
9044
9045echo "$ac_t""$ac_cv_header_stdc" 1>&6
9046if test $ac_cv_header_stdc = yes; then
9047 cat >> confdefs.h <<\EOF
9048#define STDC_HEADERS 1
9049EOF
9050
9051fi
9052
9053echo $ac_n "checking for mode_t""... $ac_c" 1>&6
3711412e 9054echo "configure:9055: checking for mode_t" >&5
10f2d63a
VZ
9055if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
9056 echo $ac_n "(cached) $ac_c" 1>&6
9057else
9058 cat > conftest.$ac_ext <<EOF
3711412e 9059#line 9060 "configure"
10f2d63a
VZ
9060#include "confdefs.h"
9061#include <sys/types.h>
9062#if STDC_HEADERS
9063#include <stdlib.h>
9064#include <stddef.h>
9065#endif
9066EOF
9067if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9068 egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
9069 rm -rf conftest*
9070 ac_cv_type_mode_t=yes
9071else
9072 rm -rf conftest*
9073 ac_cv_type_mode_t=no
9074fi
9075rm -f conftest*
9076
9077fi
9078echo "$ac_t""$ac_cv_type_mode_t" 1>&6
9079if test $ac_cv_type_mode_t = no; then
9080 cat >> confdefs.h <<\EOF
9081#define mode_t int
9082EOF
9083
9084fi
9085
9086echo $ac_n "checking for off_t""... $ac_c" 1>&6
3711412e 9087echo "configure:9088: checking for off_t" >&5
10f2d63a
VZ
9088if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
9089 echo $ac_n "(cached) $ac_c" 1>&6
9090else
9091 cat > conftest.$ac_ext <<EOF
3711412e 9092#line 9093 "configure"
10f2d63a
VZ
9093#include "confdefs.h"
9094#include <sys/types.h>
9095#if STDC_HEADERS
9096#include <stdlib.h>
9097#include <stddef.h>
9098#endif
9099EOF
9100if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9101 egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
9102 rm -rf conftest*
9103 ac_cv_type_off_t=yes
9104else
9105 rm -rf conftest*
9106 ac_cv_type_off_t=no
9107fi
9108rm -f conftest*
9109
9110fi
9111echo "$ac_t""$ac_cv_type_off_t" 1>&6
9112if test $ac_cv_type_off_t = no; then
9113 cat >> confdefs.h <<\EOF
9114#define off_t long
9115EOF
9116
9117fi
9118
9119echo $ac_n "checking for pid_t""... $ac_c" 1>&6
3711412e 9120echo "configure:9121: checking for pid_t" >&5
10f2d63a
VZ
9121if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
9122 echo $ac_n "(cached) $ac_c" 1>&6
9123else
9124 cat > conftest.$ac_ext <<EOF
3711412e 9125#line 9126 "configure"
10f2d63a
VZ
9126#include "confdefs.h"
9127#include <sys/types.h>
9128#if STDC_HEADERS
9129#include <stdlib.h>
9130#include <stddef.h>
9131#endif
9132EOF
9133if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9134 egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
9135 rm -rf conftest*
9136 ac_cv_type_pid_t=yes
9137else
9138 rm -rf conftest*
9139 ac_cv_type_pid_t=no
9140fi
9141rm -f conftest*
9142
9143fi
9144echo "$ac_t""$ac_cv_type_pid_t" 1>&6
9145if test $ac_cv_type_pid_t = no; then
9146 cat >> confdefs.h <<\EOF
9147#define pid_t int
9148EOF
9149
9150fi
9151
9152echo $ac_n "checking for size_t""... $ac_c" 1>&6
3711412e 9153echo "configure:9154: checking for size_t" >&5
10f2d63a
VZ
9154if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
9155 echo $ac_n "(cached) $ac_c" 1>&6
9156else
9157 cat > conftest.$ac_ext <<EOF
3711412e 9158#line 9159 "configure"
10f2d63a
VZ
9159#include "confdefs.h"
9160#include <sys/types.h>
9161#if STDC_HEADERS
9162#include <stdlib.h>
9163#include <stddef.h>
9164#endif
9165EOF
9166if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9167 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
9168 rm -rf conftest*
9169 ac_cv_type_size_t=yes
9170else
9171 rm -rf conftest*
9172 ac_cv_type_size_t=no
9173fi
9174rm -f conftest*
9175
9176fi
9177echo "$ac_t""$ac_cv_type_size_t" 1>&6
9178if test $ac_cv_type_size_t = no; then
9179 cat >> confdefs.h <<\EOF
9180#define size_t unsigned
9181EOF
9182
9183fi
9184
9185echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
3711412e 9186echo "configure:9187: checking for uid_t in sys/types.h" >&5
10f2d63a
VZ
9187if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
9188 echo $ac_n "(cached) $ac_c" 1>&6
9189else
9190 cat > conftest.$ac_ext <<EOF
3711412e 9191#line 9192 "configure"
10f2d63a
VZ
9192#include "confdefs.h"
9193#include <sys/types.h>
9194EOF
9195if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9196 egrep "uid_t" >/dev/null 2>&1; then
9197 rm -rf conftest*
9198 ac_cv_type_uid_t=yes
9199else
9200 rm -rf conftest*
9201 ac_cv_type_uid_t=no
9202fi
9203rm -f conftest*
9204
9205fi
9206
9207echo "$ac_t""$ac_cv_type_uid_t" 1>&6
9208if test $ac_cv_type_uid_t = no; then
9209 cat >> confdefs.h <<\EOF
9210#define uid_t int
9211EOF
9212
9213 cat >> confdefs.h <<\EOF
9214#define gid_t int
9215EOF
9216
9217fi
9218
9219
9220
b12915c1 9221echo $ac_n "checking for pw_gecos in struct passwd""... $ac_c" 1>&6
3711412e 9222echo "configure:9223: checking for pw_gecos in struct passwd" >&5
b12915c1
VZ
9223if eval "test \"`echo '$''{'wx_cv_struct_pw_gecos'+set}'`\" = set"; then
9224 echo $ac_n "(cached) $ac_c" 1>&6
9225else
9226
9227 cat > conftest.$ac_ext <<EOF
3711412e 9228#line 9229 "configure"
b12915c1
VZ
9229#include "confdefs.h"
9230#include <pwd.h>
9231int main() {
9232
9233 char *p;
9234 struct passwd *pw;
9235 p = pw->pw_gecos;
9236
9237; return 0; }
9238EOF
3711412e 9239if { (eval echo configure:9240: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
b12915c1
VZ
9240 rm -rf conftest*
9241
9242 wx_cv_struct_pw_gecos=yes
b12915c1
VZ
9243
9244else
9245 echo "configure: failed program was:" >&5
9246 cat conftest.$ac_ext >&5
9247 rm -rf conftest*
9248
9249 wx_cv_struct_pw_gecos=no
9250
9251
9252fi
9253rm -f conftest*
9254
9255
9256fi
9257
9258echo "$ac_t""$wx_cv_struct_pw_gecos" 1>&6
9259
bd3277fe
VZ
9260if test "$wx_cv_struct_pw_gecos" = "yes"; then
9261 cat >> confdefs.h <<\EOF
9262#define HAVE_PW_GECOS 1
9263EOF
9264
9265fi
9266
10f2d63a
VZ
9267
9268echo $ac_n "checking for working const""... $ac_c" 1>&6
bd3277fe 9269echo "configure:9270: checking for working const" >&5
10f2d63a
VZ
9270if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
9271 echo $ac_n "(cached) $ac_c" 1>&6
9272else
9273 cat > conftest.$ac_ext <<EOF
bd3277fe 9274#line 9275 "configure"
10f2d63a
VZ
9275#include "confdefs.h"
9276
9277int main() {
9278
9279/* Ultrix mips cc rejects this. */
bd3277fe 9280typedef int charset[2]; const charset x;
10f2d63a
VZ
9281/* SunOS 4.1.1 cc rejects this. */
9282char const *const *ccp;
9283char **p;
9284/* NEC SVR4.0.2 mips cc rejects this. */
9285struct point {int x, y;};
9286static struct point const zero = {0,0};
9287/* AIX XL C 1.02.0.0 rejects this.
9288 It does not let you subtract one const X* pointer from another in an arm
9289 of an if-expression whose if-part is not a constant expression */
9290const char *g = "string";
9291ccp = &g + (g ? g-g : 0);
9292/* HPUX 7.0 cc rejects these. */
9293++ccp;
9294p = (char**) ccp;
9295ccp = (char const *const *) p;
9296{ /* SCO 3.2v4 cc rejects this. */
9297 char *t;
9298 char const *s = 0 ? (char *) 0 : (char const *) 0;
9299
9300 *t++ = 0;
9301}
9302{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
9303 int x[] = {25, 17};
9304 const int *foo = &x[0];
9305 ++foo;
9306}
9307{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
9308 typedef const int *iptr;
9309 iptr p = 0;
9310 ++p;
9311}
9312{ /* AIX XL C 1.02.0.0 rejects this saying
9313 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
9314 struct s { int j; const int *ap[3]; };
9315 struct s *b; b->j = 5;
9316}
9317{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
9318 const int foo = 10;
9319}
9320
9321; return 0; }
9322EOF
bd3277fe 9323if { (eval echo configure:9324: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10f2d63a
VZ
9324 rm -rf conftest*
9325 ac_cv_c_const=yes
9326else
9327 echo "configure: failed program was:" >&5
9328 cat conftest.$ac_ext >&5
9329 rm -rf conftest*
9330 ac_cv_c_const=no
9331fi
9332rm -f conftest*
9333fi
9334
9335echo "$ac_t""$ac_cv_c_const" 1>&6
9336if test $ac_cv_c_const = no; then
9337 cat >> confdefs.h <<\EOF
9338#define const
9339EOF
9340
9341fi
9342
9343echo $ac_n "checking for inline""... $ac_c" 1>&6
bd3277fe 9344echo "configure:9345: checking for inline" >&5
10f2d63a
VZ
9345if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
9346 echo $ac_n "(cached) $ac_c" 1>&6
9347else
9348 ac_cv_c_inline=no
9349for ac_kw in inline __inline__ __inline; do
9350 cat > conftest.$ac_ext <<EOF
bd3277fe 9351#line 9352 "configure"
10f2d63a
VZ
9352#include "confdefs.h"
9353
9354int main() {
bd3277fe 9355} $ac_kw foo() {
10f2d63a
VZ
9356; return 0; }
9357EOF
bd3277fe 9358if { (eval echo configure:9359: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10f2d63a
VZ
9359 rm -rf conftest*
9360 ac_cv_c_inline=$ac_kw; break
9361else
9362 echo "configure: failed program was:" >&5
9363 cat conftest.$ac_ext >&5
9364fi
9365rm -f conftest*
9366done
9367
9368fi
9369
9370echo "$ac_t""$ac_cv_c_inline" 1>&6
9371case "$ac_cv_c_inline" in
9372 inline | yes) ;;
9373 no) cat >> confdefs.h <<\EOF
9374#define inline
9375EOF
9376 ;;
9377 *) cat >> confdefs.h <<EOF
9378#define inline $ac_cv_c_inline
9379EOF
9380 ;;
9381esac
9382
9383
9384echo $ac_n "checking size of char""... $ac_c" 1>&6
bd3277fe 9385echo "configure:9386: checking size of char" >&5
10f2d63a
VZ
9386if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
9387 echo $ac_n "(cached) $ac_c" 1>&6
9388else
9389 if test "$cross_compiling" = yes; then
9390 ac_cv_sizeof_char=1
9391else
9392 cat > conftest.$ac_ext <<EOF
bd3277fe 9393#line 9394 "configure"
10f2d63a
VZ
9394#include "confdefs.h"
9395#include <stdio.h>
9396main()
9397{
9398 FILE *f=fopen("conftestval", "w");
9399 if (!f) exit(1);
9400 fprintf(f, "%d\n", sizeof(char));
9401 exit(0);
9402}
9403EOF
bd3277fe 9404if { (eval echo configure:9405: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10f2d63a
VZ
9405then
9406 ac_cv_sizeof_char=`cat conftestval`
9407else
9408 echo "configure: failed program was:" >&5
9409 cat conftest.$ac_ext >&5
9410 rm -fr conftest*
9411 ac_cv_sizeof_char=0
9412fi
9413rm -fr conftest*
9414fi
9415
9416fi
9417echo "$ac_t""$ac_cv_sizeof_char" 1>&6
9418cat >> confdefs.h <<EOF
9419#define SIZEOF_CHAR $ac_cv_sizeof_char
9420EOF
9421
9422
9423echo $ac_n "checking size of short""... $ac_c" 1>&6
bd3277fe 9424echo "configure:9425: checking size of short" >&5
10f2d63a
VZ
9425if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
9426 echo $ac_n "(cached) $ac_c" 1>&6
9427else
9428 if test "$cross_compiling" = yes; then
9429 ac_cv_sizeof_short=2
9430else
9431 cat > conftest.$ac_ext <<EOF
bd3277fe 9432#line 9433 "configure"
10f2d63a
VZ
9433#include "confdefs.h"
9434#include <stdio.h>
9435main()
9436{
9437 FILE *f=fopen("conftestval", "w");
9438 if (!f) exit(1);
9439 fprintf(f, "%d\n", sizeof(short));
9440 exit(0);
9441}
9442EOF
bd3277fe 9443if { (eval echo configure:9444: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10f2d63a
VZ
9444then
9445 ac_cv_sizeof_short=`cat conftestval`
9446else
9447 echo "configure: failed program was:" >&5
9448 cat conftest.$ac_ext >&5
9449 rm -fr conftest*
9450 ac_cv_sizeof_short=0
9451fi
9452rm -fr conftest*
9453fi
9454
9455fi
9456echo "$ac_t""$ac_cv_sizeof_short" 1>&6
9457cat >> confdefs.h <<EOF
9458#define SIZEOF_SHORT $ac_cv_sizeof_short
9459EOF
9460
9461
9462echo $ac_n "checking size of int *""... $ac_c" 1>&6
bd3277fe 9463echo "configure:9464: checking size of int *" >&5
10f2d63a
VZ
9464if eval "test \"`echo '$''{'ac_cv_sizeof_int_p'+set}'`\" = set"; then
9465 echo $ac_n "(cached) $ac_c" 1>&6
9466else
9467 if test "$cross_compiling" = yes; then
9468 ac_cv_sizeof_int_p=4
9469else
9470 cat > conftest.$ac_ext <<EOF
bd3277fe 9471#line 9472 "configure"
10f2d63a
VZ
9472#include "confdefs.h"
9473#include <stdio.h>
9474main()
9475{
9476 FILE *f=fopen("conftestval", "w");
9477 if (!f) exit(1);
9478 fprintf(f, "%d\n", sizeof(int *));
9479 exit(0);
9480}
9481EOF
bd3277fe 9482if { (eval echo configure:9483: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10f2d63a
VZ
9483then
9484 ac_cv_sizeof_int_p=`cat conftestval`
9485else
9486 echo "configure: failed program was:" >&5
9487 cat conftest.$ac_ext >&5
9488 rm -fr conftest*
9489 ac_cv_sizeof_int_p=0
9490fi
9491rm -fr conftest*
9492fi
9493
9494fi
9495echo "$ac_t""$ac_cv_sizeof_int_p" 1>&6
9496cat >> confdefs.h <<EOF
9497#define SIZEOF_INT_P $ac_cv_sizeof_int_p
9498EOF
9499
9500
9501echo $ac_n "checking size of int""... $ac_c" 1>&6
bd3277fe 9502echo "configure:9503: checking size of int" >&5
10f2d63a
VZ
9503if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
9504 echo $ac_n "(cached) $ac_c" 1>&6
9505else
9506 if test "$cross_compiling" = yes; then
9507 ac_cv_sizeof_int=4
9508else
9509 cat > conftest.$ac_ext <<EOF
bd3277fe 9510#line 9511 "configure"
10f2d63a
VZ
9511#include "confdefs.h"
9512#include <stdio.h>
9513main()
9514{
9515 FILE *f=fopen("conftestval", "w");
9516 if (!f) exit(1);
9517 fprintf(f, "%d\n", sizeof(int));
9518 exit(0);
9519}
9520EOF
bd3277fe 9521if { (eval echo configure:9522: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10f2d63a
VZ
9522then
9523 ac_cv_sizeof_int=`cat conftestval`
9524else
9525 echo "configure: failed program was:" >&5
9526 cat conftest.$ac_ext >&5
9527 rm -fr conftest*
9528 ac_cv_sizeof_int=0
9529fi
9530rm -fr conftest*
9531fi
9532
9533fi
9534echo "$ac_t""$ac_cv_sizeof_int" 1>&6
9535cat >> confdefs.h <<EOF
9536#define SIZEOF_INT $ac_cv_sizeof_int
9537EOF
9538
9539
9540echo $ac_n "checking size of long""... $ac_c" 1>&6
bd3277fe 9541echo "configure:9542: checking size of long" >&5
10f2d63a
VZ
9542if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
9543 echo $ac_n "(cached) $ac_c" 1>&6
9544else
9545 if test "$cross_compiling" = yes; then
9546 ac_cv_sizeof_long=4
9547else
9548 cat > conftest.$ac_ext <<EOF
bd3277fe 9549#line 9550 "configure"
10f2d63a
VZ
9550#include "confdefs.h"
9551#include <stdio.h>
9552main()
9553{
9554 FILE *f=fopen("conftestval", "w");
9555 if (!f) exit(1);
9556 fprintf(f, "%d\n", sizeof(long));
9557 exit(0);
9558}
9559EOF
bd3277fe 9560if { (eval echo configure:9561: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10f2d63a
VZ
9561then
9562 ac_cv_sizeof_long=`cat conftestval`
9563else
9564 echo "configure: failed program was:" >&5
9565 cat conftest.$ac_ext >&5
9566 rm -fr conftest*
9567 ac_cv_sizeof_long=0
9568fi
9569rm -fr conftest*
9570fi
9571
9572fi
9573echo "$ac_t""$ac_cv_sizeof_long" 1>&6
9574cat >> confdefs.h <<EOF
9575#define SIZEOF_LONG $ac_cv_sizeof_long
9576EOF
9577
9578
9579echo $ac_n "checking size of long long""... $ac_c" 1>&6
bd3277fe 9580echo "configure:9581: checking size of long long" >&5
10f2d63a
VZ
9581if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
9582 echo $ac_n "(cached) $ac_c" 1>&6
9583else
9584 if test "$cross_compiling" = yes; then
9585 ac_cv_sizeof_long_long=0
9586else
9587 cat > conftest.$ac_ext <<EOF
bd3277fe 9588#line 9589 "configure"
10f2d63a
VZ
9589#include "confdefs.h"
9590#include <stdio.h>
9591main()
9592{
9593 FILE *f=fopen("conftestval", "w");
9594 if (!f) exit(1);
9595 fprintf(f, "%d\n", sizeof(long long));
9596 exit(0);
9597}
9598EOF
bd3277fe 9599if { (eval echo configure:9600: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10f2d63a
VZ
9600then
9601 ac_cv_sizeof_long_long=`cat conftestval`
9602else
9603 echo "configure: failed program was:" >&5
9604 cat conftest.$ac_ext >&5
9605 rm -fr conftest*
9606 ac_cv_sizeof_long_long=0
9607fi
9608rm -fr conftest*
9609fi
9610
9611fi
9612echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
9613cat >> confdefs.h <<EOF
9614#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
9615EOF
9616
9617
9618
9619echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
bd3277fe 9620echo "configure:9621: checking whether byte ordering is bigendian" >&5
10f2d63a
VZ
9621if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
9622 echo $ac_n "(cached) $ac_c" 1>&6
9623else
9624 ac_cv_c_bigendian=unknown
9625# See if sys/param.h defines the BYTE_ORDER macro.
9626cat > conftest.$ac_ext <<EOF
bd3277fe 9627#line 9628 "configure"
10f2d63a
VZ
9628#include "confdefs.h"
9629#include <sys/types.h>
9630#include <sys/param.h>
9631int main() {
9632
9633#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
9634 bogus endian macros
9635#endif
9636; return 0; }
9637EOF
bd3277fe 9638if { (eval echo configure:9639: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10f2d63a
VZ
9639 rm -rf conftest*
9640 # It does; now see whether it defined to BIG_ENDIAN or not.
9641cat > conftest.$ac_ext <<EOF
bd3277fe 9642#line 9643 "configure"
10f2d63a
VZ
9643#include "confdefs.h"
9644#include <sys/types.h>
9645#include <sys/param.h>
9646int main() {
9647
9648#if BYTE_ORDER != BIG_ENDIAN
9649 not big endian
9650#endif
9651; return 0; }
9652EOF
bd3277fe 9653if { (eval echo configure:9654: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10f2d63a
VZ
9654 rm -rf conftest*
9655 ac_cv_c_bigendian=yes
9656else
9657 echo "configure: failed program was:" >&5
9658 cat conftest.$ac_ext >&5
9659 rm -rf conftest*
9660 ac_cv_c_bigendian=no
9661fi
9662rm -f conftest*
9663else
9664 echo "configure: failed program was:" >&5
9665 cat conftest.$ac_ext >&5
9666fi
9667rm -f conftest*
9668if test $ac_cv_c_bigendian = unknown; then
9669if test "$cross_compiling" = yes; then
9670 ac_cv_c_bigendian=unknown
9671else
9672 cat > conftest.$ac_ext <<EOF
bd3277fe 9673#line 9674 "configure"
10f2d63a
VZ
9674#include "confdefs.h"
9675main () {
9676 /* Are we little or big endian? From Harbison&Steele. */
9677 union
9678 {
9679 long l;
9680 char c[sizeof (long)];
9681 } u;
9682 u.l = 1;
9683 exit (u.c[sizeof (long) - 1] == 1);
9684}
9685EOF
bd3277fe 9686if { (eval echo configure:9687: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10f2d63a
VZ
9687then
9688 ac_cv_c_bigendian=no
9689else
9690 echo "configure: failed program was:" >&5
9691 cat conftest.$ac_ext >&5
9692 rm -fr conftest*
9693 ac_cv_c_bigendian=yes
9694fi
9695rm -fr conftest*
9696fi
9697
9698fi
9699fi
9700
9701echo "$ac_t""$ac_cv_c_bigendian" 1>&6
9702if test $ac_cv_c_bigendian = unknown; then
9703 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
9704fi
9705if test $ac_cv_c_bigendian = yes; then
9706 cat >> confdefs.h <<\EOF
9707#define WORDS_BIGENDIAN 1
9708EOF
9709
9710fi
9711
9712
9713
9714 if test "$cross_compiling" = "yes"; then
9715 cat >> confdefs.h <<\EOF
9716#define wxUSE_IOSTREAMH 1
9717EOF
9718
9719 else
9720
9721 ac_ext=C
9722# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9723ac_cpp='$CXXCPP $CPPFLAGS'
9724ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9725ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9726cross_compiling=$ac_cv_prog_cxx_cross
9727
9728
9729 for ac_hdr in iostream
9730do
9731ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9732echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
bd3277fe 9733echo "configure:9734: checking for $ac_hdr" >&5
10f2d63a
VZ
9734if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9735 echo $ac_n "(cached) $ac_c" 1>&6
9736else
9737 cat > conftest.$ac_ext <<EOF
bd3277fe 9738#line 9739 "configure"
10f2d63a
VZ
9739#include "confdefs.h"
9740#include <$ac_hdr>
9741EOF
9742ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
bd3277fe 9743{ (eval echo configure:9744: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
9744ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9745if test -z "$ac_err"; then
9746 rm -rf conftest*
9747 eval "ac_cv_header_$ac_safe=yes"
9748else
9749 echo "$ac_err" >&5
9750 echo "configure: failed program was:" >&5
9751 cat conftest.$ac_ext >&5
9752 rm -rf conftest*
9753 eval "ac_cv_header_$ac_safe=no"
9754fi
9755rm -f conftest*
9756fi
9757if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9758 echo "$ac_t""yes" 1>&6
9759 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9760 cat >> confdefs.h <<EOF
9761#define $ac_tr_hdr 1
9762EOF
9763
9764else
9765 echo "$ac_t""no" 1>&6
9766fi
9767done
9768
9769
9770 if test "x$HAVE_IOSTREAM" = x ; then
9771 cat >> confdefs.h <<\EOF
9772#define wxUSE_IOSTREAMH 1
9773EOF
9774
9775 else
9776 :
9777 fi
9778
9779 ac_ext=c
9780# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9781ac_cpp='$CPP $CPPFLAGS'
9782ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9783ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9784cross_compiling=$ac_cv_prog_cc_cross
9785
9786 fi
9787
9788
9789
9790 echo $ac_n "checking if C++ compiler supports bool""... $ac_c" 1>&6
bd3277fe 9791echo "configure:9792: checking if C++ compiler supports bool" >&5
10f2d63a
VZ
9792if eval "test \"`echo '$''{'wx_cv_cpp_bool'+set}'`\" = set"; then
9793 echo $ac_n "(cached) $ac_c" 1>&6
9794else
9795
9796
9797 ac_ext=C
9798# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9799ac_cpp='$CXXCPP $CPPFLAGS'
9800ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9801ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9802cross_compiling=$ac_cv_prog_cxx_cross
9803
9804
9805 cat > conftest.$ac_ext <<EOF
bd3277fe 9806#line 9807 "configure"
10f2d63a
VZ
9807#include "confdefs.h"
9808
9809
9810int main() {
9811
9812 bool b = true;
9813
9814 return 0;
9815
9816; return 0; }
9817EOF
bd3277fe 9818if { (eval echo configure:9819: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10f2d63a
VZ
9819 rm -rf conftest*
9820
9821 cat >> confdefs.h <<\EOF
9822#define HAVE_BOOL 1
9823EOF
9824
9825 wx_cv_cpp_bool=yes
9826
9827else
9828 echo "configure: failed program was:" >&5
9829 cat conftest.$ac_ext >&5
9830 rm -rf conftest*
9831
9832 wx_cv_cpp_bool=no
9833
9834
9835fi
9836rm -f conftest*
9837
9838 ac_ext=c
9839# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9840ac_cpp='$CPP $CPPFLAGS'
9841ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9842ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9843cross_compiling=$ac_cv_prog_cc_cross
9844
9845
9846fi
9847
9848echo "$ac_t""$wx_cv_cpp_bool" 1>&6
9849
9850 if test "$wx_cv_cpp_bool" = "yes"; then
9851 cat >> confdefs.h <<\EOF
9852#define HAVE_BOOL 1
9853EOF
9854
9855 fi
9856
9857
9858
10f2d63a 9859echo $ac_n "checking if you need GNU extensions""... $ac_c" 1>&6
bd3277fe 9860echo "configure:9861: checking if you need GNU extensions" >&5
10f2d63a
VZ
9861if eval "test \"`echo '$''{'wx_cv_gnu_extensions'+set}'`\" = set"; then
9862 echo $ac_n "(cached) $ac_c" 1>&6
9863else
9864
9865 cat > conftest.$ac_ext <<EOF
bd3277fe 9866#line 9867 "configure"
10f2d63a
VZ
9867#include "confdefs.h"
9868#include <features.h>
9869int main() {
9870
9871
9872#ifndef __GNU_LIBRARY__
9873 Compile error wanted
9874#endif
9875
9876
9877; return 0; }
9878EOF
bd3277fe 9879if { (eval echo configure:9880: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10f2d63a
VZ
9880 rm -rf conftest*
9881 wx_cv_gnu_extensions=yes
9882else
9883 echo "configure: failed program was:" >&5
9884 cat conftest.$ac_ext >&5
9885 rm -rf conftest*
9886 wx_cv_gnu_extensions=no
9887fi
9888rm -f conftest*
9889
9890fi
9891
9892
9893echo "$ac_t""$wx_cv_gnu_extensions" 1>&6
9894if test "$wx_cv_gnu_extensions" = "yes"; then
9895 cat >> confdefs.h <<EOF
9896#define _GNU_SOURCE 1
9897EOF
9898
9899fi
9900
9901
9902
9903echo $ac_n "checking for wcslen in -lc""... $ac_c" 1>&6
bd3277fe 9904echo "configure:9905: checking for wcslen in -lc" >&5
10f2d63a
VZ
9905ac_lib_var=`echo c'_'wcslen | sed 'y%./+-%__p_%'`
9906if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9907 echo $ac_n "(cached) $ac_c" 1>&6
9908else
9909 ac_save_LIBS="$LIBS"
9910LIBS="-lc $LIBS"
9911cat > conftest.$ac_ext <<EOF
bd3277fe 9912#line 9913 "configure"
10f2d63a
VZ
9913#include "confdefs.h"
9914/* Override any gcc2 internal prototype to avoid an error. */
9915/* We use char because int might match the return type of a gcc2
9916 builtin and then its argument prototype would still apply. */
9917char wcslen();
9918
9919int main() {
9920wcslen()
9921; return 0; }
9922EOF
bd3277fe 9923if { (eval echo configure:9924: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
9924 rm -rf conftest*
9925 eval "ac_cv_lib_$ac_lib_var=yes"
9926else
9927 echo "configure: failed program was:" >&5
9928 cat conftest.$ac_ext >&5
9929 rm -rf conftest*
9930 eval "ac_cv_lib_$ac_lib_var=no"
9931fi
9932rm -f conftest*
9933LIBS="$ac_save_LIBS"
9934
9935fi
9936if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9937 echo "$ac_t""yes" 1>&6
9938
9939 cat >> confdefs.h <<\EOF
9940#define HAVE_WCSLEN 1
9941EOF
9942
9943 WCHAR_LINK=""
9944
9945else
9946 echo "$ac_t""no" 1>&6
9947
9948 echo $ac_n "checking for wcslen in -lw""... $ac_c" 1>&6
bd3277fe 9949echo "configure:9950: checking for wcslen in -lw" >&5
10f2d63a
VZ
9950ac_lib_var=`echo w'_'wcslen | sed 'y%./+-%__p_%'`
9951if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9952 echo $ac_n "(cached) $ac_c" 1>&6
9953else
9954 ac_save_LIBS="$LIBS"
9955LIBS="-lw $LIBS"
9956cat > conftest.$ac_ext <<EOF
bd3277fe 9957#line 9958 "configure"
10f2d63a
VZ
9958#include "confdefs.h"
9959/* Override any gcc2 internal prototype to avoid an error. */
9960/* We use char because int might match the return type of a gcc2
9961 builtin and then its argument prototype would still apply. */
9962char wcslen();
9963
9964int main() {
9965wcslen()
9966; return 0; }
9967EOF
bd3277fe 9968if { (eval echo configure:9969: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
9969 rm -rf conftest*
9970 eval "ac_cv_lib_$ac_lib_var=yes"
9971else
9972 echo "configure: failed program was:" >&5
9973 cat conftest.$ac_ext >&5
9974 rm -rf conftest*
9975 eval "ac_cv_lib_$ac_lib_var=no"
9976fi
9977rm -f conftest*
9978LIBS="$ac_save_LIBS"
9979
9980fi
9981if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9982 echo "$ac_t""yes" 1>&6
9983
9984 cat >> confdefs.h <<\EOF
9985#define HAVE_WCSLEN 1
9986EOF
9987
9988 WCHAR_LINK="-lw"
9989
9990else
9991 echo "$ac_t""no" 1>&6
9992fi
9993
9994
9995fi
9996
9997
9998echo $ac_n "checking for vprintf""... $ac_c" 1>&6
bd3277fe 9999echo "configure:10000: checking for vprintf" >&5
10f2d63a
VZ
10000if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
10001 echo $ac_n "(cached) $ac_c" 1>&6
10002else
10003 cat > conftest.$ac_ext <<EOF
bd3277fe 10004#line 10005 "configure"
10f2d63a
VZ
10005#include "confdefs.h"
10006/* System header to define __stub macros and hopefully few prototypes,
10007 which can conflict with char vprintf(); below. */
10008#include <assert.h>
10009/* Override any gcc2 internal prototype to avoid an error. */
10010/* We use char because int might match the return type of a gcc2
10011 builtin and then its argument prototype would still apply. */
10012char vprintf();
10013
10014int main() {
10015
10016/* The GNU C library defines this for functions which it implements
10017 to always fail with ENOSYS. Some functions are actually named
10018 something starting with __ and the normal name is an alias. */
10019#if defined (__stub_vprintf) || defined (__stub___vprintf)
10020choke me
10021#else
e8482f24 10022vprintf();
10f2d63a
VZ
10023#endif
10024
10025; return 0; }
10026EOF
bd3277fe 10027if { (eval echo configure:10028: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
10028 rm -rf conftest*
10029 eval "ac_cv_func_vprintf=yes"
10030else
10031 echo "configure: failed program was:" >&5
10032 cat conftest.$ac_ext >&5
10033 rm -rf conftest*
10034 eval "ac_cv_func_vprintf=no"
10035fi
10036rm -f conftest*
10037fi
10038
10039if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
10040 echo "$ac_t""yes" 1>&6
10041 cat >> confdefs.h <<\EOF
10042#define HAVE_VPRINTF 1
10043EOF
10044
10045else
10046 echo "$ac_t""no" 1>&6
10047fi
10048
10049if test "$ac_cv_func_vprintf" != yes; then
10050echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
bd3277fe 10051echo "configure:10052: checking for _doprnt" >&5
10f2d63a
VZ
10052if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
10053 echo $ac_n "(cached) $ac_c" 1>&6
10054else
10055 cat > conftest.$ac_ext <<EOF
bd3277fe 10056#line 10057 "configure"
10f2d63a
VZ
10057#include "confdefs.h"
10058/* System header to define __stub macros and hopefully few prototypes,
10059 which can conflict with char _doprnt(); below. */
10060#include <assert.h>
10061/* Override any gcc2 internal prototype to avoid an error. */
10062/* We use char because int might match the return type of a gcc2
10063 builtin and then its argument prototype would still apply. */
10064char _doprnt();
10065
10066int main() {
10067
10068/* The GNU C library defines this for functions which it implements
10069 to always fail with ENOSYS. Some functions are actually named
10070 something starting with __ and the normal name is an alias. */
10071#if defined (__stub__doprnt) || defined (__stub____doprnt)
10072choke me
10073#else
e8482f24 10074_doprnt();
10f2d63a
VZ
10075#endif
10076
10077; return 0; }
10078EOF
bd3277fe 10079if { (eval echo configure:10080: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
10080 rm -rf conftest*
10081 eval "ac_cv_func__doprnt=yes"
10082else
10083 echo "configure: failed program was:" >&5
10084 cat conftest.$ac_ext >&5
10085 rm -rf conftest*
10086 eval "ac_cv_func__doprnt=no"
10087fi
10088rm -f conftest*
10089fi
10090
10091if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
10092 echo "$ac_t""yes" 1>&6
10093 cat >> confdefs.h <<\EOF
10094#define HAVE_DOPRNT 1
10095EOF
10096
10097else
10098 echo "$ac_t""no" 1>&6
10099fi
10100
10101fi
10102
10103
10104for ac_func in vsnprintf
10105do
10106echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
bd3277fe 10107echo "configure:10108: checking for $ac_func" >&5
10f2d63a
VZ
10108if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10109 echo $ac_n "(cached) $ac_c" 1>&6
10110else
10111 cat > conftest.$ac_ext <<EOF
bd3277fe 10112#line 10113 "configure"
10f2d63a
VZ
10113#include "confdefs.h"
10114/* System header to define __stub macros and hopefully few prototypes,
10115 which can conflict with char $ac_func(); below. */
10116#include <assert.h>
10117/* Override any gcc2 internal prototype to avoid an error. */
10118/* We use char because int might match the return type of a gcc2
10119 builtin and then its argument prototype would still apply. */
10120char $ac_func();
10121
10122int main() {
10123
10124/* The GNU C library defines this for functions which it implements
10125 to always fail with ENOSYS. Some functions are actually named
10126 something starting with __ and the normal name is an alias. */
10127#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10128choke me
10129#else
e8482f24 10130$ac_func();
10f2d63a
VZ
10131#endif
10132
10133; return 0; }
10134EOF
bd3277fe 10135if { (eval echo configure:10136: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
10136 rm -rf conftest*
10137 eval "ac_cv_func_$ac_func=yes"
10138else
10139 echo "configure: failed program was:" >&5
10140 cat conftest.$ac_ext >&5
10141 rm -rf conftest*
10142 eval "ac_cv_func_$ac_func=no"
10143fi
10144rm -f conftest*
10145fi
10146
10147if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10148 echo "$ac_t""yes" 1>&6
10149 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10150 cat >> confdefs.h <<EOF
10151#define $ac_tr_func 1
10152EOF
10153 cat >> confdefs.h <<\EOF
10154#define HAVE_VSNPRINTF 1
10155EOF
10156
10157else
10158 echo "$ac_t""no" 1>&6
10159echo "configure: warning: unsafe function sprintf will be used instead of snprintf" 1>&2
10160
10161fi
10162done
10163
10164
10165
10166ac_ext=C
10167# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10168ac_cpp='$CXXCPP $CPPFLAGS'
10169ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10170ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10171cross_compiling=$ac_cv_prog_cxx_cross
10172
10173
10174echo $ac_n "checking for vsscanf""... $ac_c" 1>&6
bd3277fe 10175echo "configure:10176: checking for vsscanf" >&5
10f2d63a
VZ
10176if eval "test \"`echo '$''{'wx_cv_func_vsscanf'+set}'`\" = set"; then
10177 echo $ac_n "(cached) $ac_c" 1>&6
10178else
10179
10180 if test "$cross_compiling" = yes; then
10181 wx_cv_func_vsscanf=no
10182
10183else
10184 cat > conftest.$ac_ext <<EOF
bd3277fe 10185#line 10186 "configure"
10f2d63a
VZ
10186#include "confdefs.h"
10187#ifdef __cplusplus
10188extern "C" void exit(int);
10189#endif
10190
10191 #include <stdio.h>
10192 #include <stdarg.h>
10193
10194 int try_vsscanf(const char *format, ...)
10195 {
10196 va_list ap;
10197 va_start(ap, format);
10198
10199 vsscanf("17", format, ap);
10200
10201 va_end(ap);
10202 }
10203
10204 int main()
10205 {
10206 int i;
10207 try_vsscanf("%d", &i);
10208 return i == 17 ? 0 : 1;
10209 }
10210
10211EOF
bd3277fe 10212if { (eval echo configure:10213: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10f2d63a
VZ
10213then
10214
10215 cat >> confdefs.h <<\EOF
10216#define HAVE_VSSCANF 1
10217EOF
10218
10219 wx_cv_func_vsscanf=yes
10220
10221else
10222 echo "configure: failed program was:" >&5
10223 cat conftest.$ac_ext >&5
10224 rm -fr conftest*
10225 wx_cv_func_vsscanf=no
10226fi
10227rm -fr conftest*
10228fi
10229
10230
10231fi
10232
10233echo "$ac_t""$wx_cv_func_vsscanf" 1>&6
10234
10235ac_ext=c
10236# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10237ac_cpp='$CPP $CPPFLAGS'
10238ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10239ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10240cross_compiling=$ac_cv_prog_cc_cross
10241
10242
b089607b 10243if test "$TOOLKIT" != "MSW"; then
10f2d63a 10244
eb4efbdc
VZ
10245if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
10246 for ac_func in sigaction
10247do
10248echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
bd3277fe 10249echo "configure:10250: checking for $ac_func" >&5
eb4efbdc
VZ
10250if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10251 echo $ac_n "(cached) $ac_c" 1>&6
10252else
10253 cat > conftest.$ac_ext <<EOF
bd3277fe 10254#line 10255 "configure"
eb4efbdc
VZ
10255#include "confdefs.h"
10256/* System header to define __stub macros and hopefully few prototypes,
10257 which can conflict with char $ac_func(); below. */
10258#include <assert.h>
10259/* Override any gcc2 internal prototype to avoid an error. */
10260/* We use char because int might match the return type of a gcc2
10261 builtin and then its argument prototype would still apply. */
10262char $ac_func();
10263
10264int main() {
10265
10266/* The GNU C library defines this for functions which it implements
10267 to always fail with ENOSYS. Some functions are actually named
10268 something starting with __ and the normal name is an alias. */
10269#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10270choke me
10271#else
10272$ac_func();
10273#endif
10274
10275; return 0; }
10276EOF
bd3277fe 10277if { (eval echo configure:10278: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eb4efbdc
VZ
10278 rm -rf conftest*
10279 eval "ac_cv_func_$ac_func=yes"
10280else
10281 echo "configure: failed program was:" >&5
10282 cat conftest.$ac_ext >&5
10283 rm -rf conftest*
10284 eval "ac_cv_func_$ac_func=no"
10285fi
10286rm -f conftest*
10287fi
10288
10289if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10290 echo "$ac_t""yes" 1>&6
10291 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10292 cat >> confdefs.h <<EOF
10293#define $ac_tr_func 1
10294EOF
10295
10296else
10297 echo "$ac_t""no" 1>&6
10298fi
10299done
10300
10301
10302 if test "$ac_cv_func_sigaction" = "no"; then
10303 echo "configure: warning: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" 1>&2
10304 wxUSE_ON_FATAL_EXCEPTION=no
10305 fi
10306fi
10307
10f2d63a
VZ
10308for ac_func in vfork
10309do
10310echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
bd3277fe 10311echo "configure:10312: checking for $ac_func" >&5
10f2d63a
VZ
10312if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10313 echo $ac_n "(cached) $ac_c" 1>&6
10314else
10315 cat > conftest.$ac_ext <<EOF
bd3277fe 10316#line 10317 "configure"
10f2d63a
VZ
10317#include "confdefs.h"
10318/* System header to define __stub macros and hopefully few prototypes,
10319 which can conflict with char $ac_func(); below. */
10320#include <assert.h>
10321/* Override any gcc2 internal prototype to avoid an error. */
10322/* We use char because int might match the return type of a gcc2
10323 builtin and then its argument prototype would still apply. */
10324char $ac_func();
10325
10326int main() {
10327
10328/* The GNU C library defines this for functions which it implements
10329 to always fail with ENOSYS. Some functions are actually named
10330 something starting with __ and the normal name is an alias. */
10331#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10332choke me
10333#else
e8482f24 10334$ac_func();
10f2d63a
VZ
10335#endif
10336
10337; return 0; }
10338EOF
bd3277fe 10339if { (eval echo configure:10340: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
270a909e
VZ
10340 rm -rf conftest*
10341 eval "ac_cv_func_$ac_func=yes"
10342else
10343 echo "configure: failed program was:" >&5
10344 cat conftest.$ac_ext >&5
10345 rm -rf conftest*
10346 eval "ac_cv_func_$ac_func=no"
10347fi
10348rm -f conftest*
10349fi
10350
10351if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10352 echo "$ac_t""yes" 1>&6
10353 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10354 cat >> confdefs.h <<EOF
10355#define $ac_tr_func 1
10356EOF
10357
10358else
10359 echo "$ac_t""no" 1>&6
10360fi
10361done
10362
10363
10364for ac_func in timegm
10365do
10366echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
bd3277fe 10367echo "configure:10368: checking for $ac_func" >&5
270a909e
VZ
10368if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10369 echo $ac_n "(cached) $ac_c" 1>&6
10370else
10371 cat > conftest.$ac_ext <<EOF
bd3277fe 10372#line 10373 "configure"
270a909e
VZ
10373#include "confdefs.h"
10374/* System header to define __stub macros and hopefully few prototypes,
10375 which can conflict with char $ac_func(); below. */
10376#include <assert.h>
10377/* Override any gcc2 internal prototype to avoid an error. */
10378/* We use char because int might match the return type of a gcc2
10379 builtin and then its argument prototype would still apply. */
10380char $ac_func();
10381
10382int main() {
10383
10384/* The GNU C library defines this for functions which it implements
10385 to always fail with ENOSYS. Some functions are actually named
10386 something starting with __ and the normal name is an alias. */
10387#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10388choke me
10389#else
e8482f24 10390$ac_func();
270a909e
VZ
10391#endif
10392
10393; return 0; }
10394EOF
bd3277fe 10395if { (eval echo configure:10396: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
10396 rm -rf conftest*
10397 eval "ac_cv_func_$ac_func=yes"
10398else
10399 echo "configure: failed program was:" >&5
10400 cat conftest.$ac_ext >&5
10401 rm -rf conftest*
10402 eval "ac_cv_func_$ac_func=no"
10403fi
10404rm -f conftest*
10405fi
10406
10407if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10408 echo "$ac_t""yes" 1>&6
10409 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10410 cat >> confdefs.h <<EOF
10411#define $ac_tr_func 1
10412EOF
10413
10414else
10415 echo "$ac_t""no" 1>&6
10416fi
10417done
10418
10419
b12915c1
VZ
10420HAVE_SOME_SLEEP_FUNC=0
10421if test "$USE_BEOS" = 1; then
10422 cat >> confdefs.h <<\EOF
10423#define HAVE_SLEEP 1
10424EOF
10425
10426 HAVE_SOME_SLEEP_FUNC=1
10427fi
10428
10429if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
10430 POSIX4_LINK=
10431 for ac_func in nanosleep
10f2d63a
VZ
10432do
10433echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
bd3277fe 10434echo "configure:10435: checking for $ac_func" >&5
10f2d63a
VZ
10435if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10436 echo $ac_n "(cached) $ac_c" 1>&6
10437else
10438 cat > conftest.$ac_ext <<EOF
bd3277fe 10439#line 10440 "configure"
10f2d63a
VZ
10440#include "confdefs.h"
10441/* System header to define __stub macros and hopefully few prototypes,
10442 which can conflict with char $ac_func(); below. */
10443#include <assert.h>
10444/* Override any gcc2 internal prototype to avoid an error. */
10445/* We use char because int might match the return type of a gcc2
10446 builtin and then its argument prototype would still apply. */
10447char $ac_func();
10448
10449int main() {
10450
10451/* The GNU C library defines this for functions which it implements
10452 to always fail with ENOSYS. Some functions are actually named
10453 something starting with __ and the normal name is an alias. */
10454#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10455choke me
10456#else
e8482f24 10457$ac_func();
10f2d63a
VZ
10458#endif
10459
10460; return 0; }
10461EOF
bd3277fe 10462if { (eval echo configure:10463: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
10463 rm -rf conftest*
10464 eval "ac_cv_func_$ac_func=yes"
10465else
10466 echo "configure: failed program was:" >&5
10467 cat conftest.$ac_ext >&5
10468 rm -rf conftest*
10469 eval "ac_cv_func_$ac_func=no"
10470fi
10471rm -f conftest*
10472fi
10473
10474if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10475 echo "$ac_t""yes" 1>&6
10476 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10477 cat >> confdefs.h <<EOF
10478#define $ac_tr_func 1
10479EOF
10480 cat >> confdefs.h <<\EOF
10481#define HAVE_NANOSLEEP 1
10482EOF
10483
10484else
10485 echo "$ac_t""no" 1>&6
10486echo $ac_n "checking for nanosleep in -lposix4""... $ac_c" 1>&6
bd3277fe 10487echo "configure:10488: checking for nanosleep in -lposix4" >&5
10f2d63a
VZ
10488ac_lib_var=`echo posix4'_'nanosleep | sed 'y%./+-%__p_%'`
10489if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10490 echo $ac_n "(cached) $ac_c" 1>&6
10491else
10492 ac_save_LIBS="$LIBS"
10493LIBS="-lposix4 $LIBS"
10494cat > conftest.$ac_ext <<EOF
bd3277fe 10495#line 10496 "configure"
10f2d63a
VZ
10496#include "confdefs.h"
10497/* Override any gcc2 internal prototype to avoid an error. */
10498/* We use char because int might match the return type of a gcc2
10499 builtin and then its argument prototype would still apply. */
10500char nanosleep();
10501
10502int main() {
10503nanosleep()
10504; return 0; }
10505EOF
bd3277fe 10506if { (eval echo configure:10507: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
10507 rm -rf conftest*
10508 eval "ac_cv_lib_$ac_lib_var=yes"
10509else
10510 echo "configure: failed program was:" >&5
10511 cat conftest.$ac_ext >&5
10512 rm -rf conftest*
10513 eval "ac_cv_lib_$ac_lib_var=no"
10514fi
10515rm -f conftest*
10516LIBS="$ac_save_LIBS"
10517
10518fi
10519if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10520 echo "$ac_t""yes" 1>&6
10521
b12915c1 10522 cat >> confdefs.h <<\EOF
10f2d63a
VZ
10523#define HAVE_NANOSLEEP 1
10524EOF
10525
b12915c1
VZ
10526 POSIX4_LINK="-lposix4"
10527
10f2d63a
VZ
10528else
10529 echo "$ac_t""no" 1>&6
10530
b12915c1 10531 for ac_func in usleep
10f2d63a
VZ
10532do
10533echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
bd3277fe 10534echo "configure:10535: checking for $ac_func" >&5
10f2d63a
VZ
10535if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10536 echo $ac_n "(cached) $ac_c" 1>&6
10537else
10538 cat > conftest.$ac_ext <<EOF
bd3277fe 10539#line 10540 "configure"
10f2d63a
VZ
10540#include "confdefs.h"
10541/* System header to define __stub macros and hopefully few prototypes,
10542 which can conflict with char $ac_func(); below. */
10543#include <assert.h>
10544/* Override any gcc2 internal prototype to avoid an error. */
10545/* We use char because int might match the return type of a gcc2
10546 builtin and then its argument prototype would still apply. */
10547char $ac_func();
10548
10549int main() {
10550
10551/* The GNU C library defines this for functions which it implements
10552 to always fail with ENOSYS. Some functions are actually named
10553 something starting with __ and the normal name is an alias. */
10554#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10555choke me
10556#else
e8482f24 10557$ac_func();
10f2d63a
VZ
10558#endif
10559
10560; return 0; }
10561EOF
bd3277fe 10562if { (eval echo configure:10563: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
10563 rm -rf conftest*
10564 eval "ac_cv_func_$ac_func=yes"
10565else
10566 echo "configure: failed program was:" >&5
10567 cat conftest.$ac_ext >&5
10568 rm -rf conftest*
10569 eval "ac_cv_func_$ac_func=no"
10570fi
10571rm -f conftest*
10572fi
10573
10574if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10575 echo "$ac_t""yes" 1>&6
10576 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10577 cat >> confdefs.h <<EOF
10578#define $ac_tr_func 1
10579EOF
b12915c1 10580
10f2d63a
VZ
10581else
10582 echo "$ac_t""no" 1>&6
10f2d63a
VZ
10583fi
10584done
10585
b12915c1
VZ
10586 echo "configure: warning: wxSleep() function will not work" 1>&2
10587
10588
10f2d63a
VZ
10589fi
10590
b12915c1
VZ
10591
10592
10f2d63a
VZ
10593fi
10594done
10595
b12915c1 10596fi
10f2d63a
VZ
10597
10598for ac_func in uname gethostname
10599do
10600echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
bd3277fe 10601echo "configure:10602: checking for $ac_func" >&5
10f2d63a
VZ
10602if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10603 echo $ac_n "(cached) $ac_c" 1>&6
10604else
10605 cat > conftest.$ac_ext <<EOF
bd3277fe 10606#line 10607 "configure"
10f2d63a
VZ
10607#include "confdefs.h"
10608/* System header to define __stub macros and hopefully few prototypes,
10609 which can conflict with char $ac_func(); below. */
10610#include <assert.h>
10611/* Override any gcc2 internal prototype to avoid an error. */
10612/* We use char because int might match the return type of a gcc2
10613 builtin and then its argument prototype would still apply. */
10614char $ac_func();
10615
10616int main() {
10617
10618/* The GNU C library defines this for functions which it implements
10619 to always fail with ENOSYS. Some functions are actually named
10620 something starting with __ and the normal name is an alias. */
10621#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10622choke me
10623#else
e8482f24 10624$ac_func();
10f2d63a
VZ
10625#endif
10626
10627; return 0; }
10628EOF
bd3277fe 10629if { (eval echo configure:10630: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
10630 rm -rf conftest*
10631 eval "ac_cv_func_$ac_func=yes"
10632else
10633 echo "configure: failed program was:" >&5
10634 cat conftest.$ac_ext >&5
10635 rm -rf conftest*
10636 eval "ac_cv_func_$ac_func=no"
10637fi
10638rm -f conftest*
10639fi
10640
10641if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10642 echo "$ac_t""yes" 1>&6
10643 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10644 cat >> confdefs.h <<EOF
10645#define $ac_tr_func 1
10646EOF
10647 break
10648else
10649 echo "$ac_t""no" 1>&6
10650fi
10651done
10652
10653
6098c7f9
VZ
10654
10655ac_ext=C
10656# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10657ac_cpp='$CXXCPP $CPPFLAGS'
10658ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10659ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10660cross_compiling=$ac_cv_prog_cxx_cross
10661
10662
10f2d63a
VZ
10663for ac_func in strtok_r
10664do
10665echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
bd3277fe 10666echo "configure:10667: checking for $ac_func" >&5
10f2d63a
VZ
10667if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10668 echo $ac_n "(cached) $ac_c" 1>&6
10669else
10670 cat > conftest.$ac_ext <<EOF
bd3277fe 10671#line 10672 "configure"
10f2d63a
VZ
10672#include "confdefs.h"
10673/* System header to define __stub macros and hopefully few prototypes,
10674 which can conflict with char $ac_func(); below. */
10675#include <assert.h>
10676/* Override any gcc2 internal prototype to avoid an error. */
6098c7f9
VZ
10677#ifdef __cplusplus
10678extern "C"
10679#endif
10f2d63a
VZ
10680/* We use char because int might match the return type of a gcc2
10681 builtin and then its argument prototype would still apply. */
10682char $ac_func();
10683
10684int main() {
10685
10686/* The GNU C library defines this for functions which it implements
10687 to always fail with ENOSYS. Some functions are actually named
10688 something starting with __ and the normal name is an alias. */
10689#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10690choke me
10691#else
e8482f24 10692$ac_func();
10f2d63a
VZ
10693#endif
10694
10695; return 0; }
10696EOF
bd3277fe 10697if { (eval echo configure:10698: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
10698 rm -rf conftest*
10699 eval "ac_cv_func_$ac_func=yes"
10700else
10701 echo "configure: failed program was:" >&5
10702 cat conftest.$ac_ext >&5
10703 rm -rf conftest*
10704 eval "ac_cv_func_$ac_func=no"
10705fi
10706rm -f conftest*
10707fi
10708
10709if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10710 echo "$ac_t""yes" 1>&6
10711 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10712 cat >> confdefs.h <<EOF
10713#define $ac_tr_func 1
10714EOF
10715
10716else
10717 echo "$ac_t""no" 1>&6
10718fi
10719done
10720
10721
6098c7f9
VZ
10722ac_ext=c
10723# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10724ac_cpp='$CPP $CPPFLAGS'
10725ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10726ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10727cross_compiling=$ac_cv_prog_cc_cross
10728
10729
c63c7106 10730INET_LINK=
10f2d63a
VZ
10731for ac_func in inet_addr
10732do
10733echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
bd3277fe 10734echo "configure:10735: checking for $ac_func" >&5
10f2d63a
VZ
10735if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10736 echo $ac_n "(cached) $ac_c" 1>&6
10737else
10738 cat > conftest.$ac_ext <<EOF
bd3277fe 10739#line 10740 "configure"
10f2d63a
VZ
10740#include "confdefs.h"
10741/* System header to define __stub macros and hopefully few prototypes,
10742 which can conflict with char $ac_func(); below. */
10743#include <assert.h>
10744/* Override any gcc2 internal prototype to avoid an error. */
10745/* We use char because int might match the return type of a gcc2
10746 builtin and then its argument prototype would still apply. */
10747char $ac_func();
10748
10749int main() {
10750
10751/* The GNU C library defines this for functions which it implements
10752 to always fail with ENOSYS. Some functions are actually named
10753 something starting with __ and the normal name is an alias. */
10754#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10755choke me
10756#else
e8482f24 10757$ac_func();
10f2d63a
VZ
10758#endif
10759
10760; return 0; }
10761EOF
bd3277fe 10762if { (eval echo configure:10763: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
10763 rm -rf conftest*
10764 eval "ac_cv_func_$ac_func=yes"
10765else
10766 echo "configure: failed program was:" >&5
10767 cat conftest.$ac_ext >&5
10768 rm -rf conftest*
10769 eval "ac_cv_func_$ac_func=no"
10770fi
10771rm -f conftest*
10772fi
10773
10774if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10775 echo "$ac_t""yes" 1>&6
10776 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10777 cat >> confdefs.h <<EOF
10778#define $ac_tr_func 1
10779EOF
c63c7106
VZ
10780 cat >> confdefs.h <<\EOF
10781#define HAVE_INET_ADDR 1
10782EOF
10783
10f2d63a
VZ
10784else
10785 echo "$ac_t""no" 1>&6
c63c7106 10786echo $ac_n "checking for inet_addr in -lnsl""... $ac_c" 1>&6
bd3277fe 10787echo "configure:10788: checking for inet_addr in -lnsl" >&5
c63c7106
VZ
10788ac_lib_var=`echo nsl'_'inet_addr | sed 'y%./+-%__p_%'`
10789if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10790 echo $ac_n "(cached) $ac_c" 1>&6
10791else
10792 ac_save_LIBS="$LIBS"
10793LIBS="-lnsl $LIBS"
10794cat > conftest.$ac_ext <<EOF
bd3277fe 10795#line 10796 "configure"
c63c7106
VZ
10796#include "confdefs.h"
10797/* Override any gcc2 internal prototype to avoid an error. */
10798/* We use char because int might match the return type of a gcc2
10799 builtin and then its argument prototype would still apply. */
10800char inet_addr();
10801
10802int main() {
10803inet_addr()
10804; return 0; }
10805EOF
bd3277fe 10806if { (eval echo configure:10807: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c63c7106
VZ
10807 rm -rf conftest*
10808 eval "ac_cv_lib_$ac_lib_var=yes"
10809else
10810 echo "configure: failed program was:" >&5
10811 cat conftest.$ac_ext >&5
10812 rm -rf conftest*
10813 eval "ac_cv_lib_$ac_lib_var=no"
10814fi
10815rm -f conftest*
10816LIBS="$ac_save_LIBS"
10817
10818fi
10819if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10820 echo "$ac_t""yes" 1>&6
10821 INET_LINK="nsl"
10822else
10823 echo "$ac_t""no" 1>&6
10824echo $ac_n "checking for inet_addr in -lresolv""... $ac_c" 1>&6
bd3277fe 10825echo "configure:10826: checking for inet_addr in -lresolv" >&5
c63c7106
VZ
10826ac_lib_var=`echo resolv'_'inet_addr | sed 'y%./+-%__p_%'`
10827if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10828 echo $ac_n "(cached) $ac_c" 1>&6
10829else
10830 ac_save_LIBS="$LIBS"
10831LIBS="-lresolv $LIBS"
10832cat > conftest.$ac_ext <<EOF
bd3277fe 10833#line 10834 "configure"
c63c7106
VZ
10834#include "confdefs.h"
10835/* Override any gcc2 internal prototype to avoid an error. */
10836/* We use char because int might match the return type of a gcc2
10837 builtin and then its argument prototype would still apply. */
10838char inet_addr();
10839
10840int main() {
10841inet_addr()
10842; return 0; }
10843EOF
bd3277fe 10844if { (eval echo configure:10845: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c63c7106
VZ
10845 rm -rf conftest*
10846 eval "ac_cv_lib_$ac_lib_var=yes"
10847else
10848 echo "configure: failed program was:" >&5
10849 cat conftest.$ac_ext >&5
10850 rm -rf conftest*
10851 eval "ac_cv_lib_$ac_lib_var=no"
10852fi
10853rm -f conftest*
10854LIBS="$ac_save_LIBS"
10855
10856fi
10857if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10858 echo "$ac_t""yes" 1>&6
10859 INET_LINK="resolv"
10860
10861else
10862 echo "$ac_t""no" 1>&6
10863fi
10864
10865
10866fi
10867
10868
10869
10f2d63a
VZ
10870fi
10871done
10872
c63c7106 10873
10f2d63a
VZ
10874for ac_func in inet_aton
10875do
10876echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
bd3277fe 10877echo "configure:10878: checking for $ac_func" >&5
10f2d63a
VZ
10878if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10879 echo $ac_n "(cached) $ac_c" 1>&6
10880else
10881 cat > conftest.$ac_ext <<EOF
bd3277fe 10882#line 10883 "configure"
10f2d63a
VZ
10883#include "confdefs.h"
10884/* System header to define __stub macros and hopefully few prototypes,
10885 which can conflict with char $ac_func(); below. */
10886#include <assert.h>
10887/* Override any gcc2 internal prototype to avoid an error. */
10888/* We use char because int might match the return type of a gcc2
10889 builtin and then its argument prototype would still apply. */
10890char $ac_func();
10891
10892int main() {
10893
10894/* The GNU C library defines this for functions which it implements
10895 to always fail with ENOSYS. Some functions are actually named
10896 something starting with __ and the normal name is an alias. */
10897#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10898choke me
10899#else
e8482f24 10900$ac_func();
10f2d63a
VZ
10901#endif
10902
10903; return 0; }
10904EOF
bd3277fe 10905if { (eval echo configure:10906: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
10906 rm -rf conftest*
10907 eval "ac_cv_func_$ac_func=yes"
10908else
10909 echo "configure: failed program was:" >&5
10910 cat conftest.$ac_ext >&5
10911 rm -rf conftest*
10912 eval "ac_cv_func_$ac_func=no"
10913fi
10914rm -f conftest*
10915fi
10916
10917if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10918 echo "$ac_t""yes" 1>&6
10919 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10920 cat >> confdefs.h <<EOF
10921#define $ac_tr_func 1
10922EOF
c63c7106
VZ
10923 cat >> confdefs.h <<\EOF
10924#define HAVE_INET_ATON 1
10925EOF
10926
10f2d63a
VZ
10927else
10928 echo "$ac_t""no" 1>&6
c63c7106 10929 echo $ac_n "checking for inet_aton in -l$INET_LINK""... $ac_c" 1>&6
bd3277fe 10930echo "configure:10931: checking for inet_aton in -l$INET_LINK" >&5
c63c7106 10931ac_lib_var=`echo $INET_LINK'_'inet_aton | sed 'y%./+-%__p_%'`
10f2d63a
VZ
10932if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10933 echo $ac_n "(cached) $ac_c" 1>&6
10934else
10935 ac_save_LIBS="$LIBS"
c63c7106 10936LIBS="-l$INET_LINK $LIBS"
10f2d63a 10937cat > conftest.$ac_ext <<EOF
bd3277fe 10938#line 10939 "configure"
10f2d63a
VZ
10939#include "confdefs.h"
10940/* Override any gcc2 internal prototype to avoid an error. */
10941/* We use char because int might match the return type of a gcc2
10942 builtin and then its argument prototype would still apply. */
10943char inet_aton();
10944
10945int main() {
10946inet_aton()
10947; return 0; }
10948EOF
bd3277fe 10949if { (eval echo configure:10950: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
10950 rm -rf conftest*
10951 eval "ac_cv_lib_$ac_lib_var=yes"
10952else
10953 echo "configure: failed program was:" >&5
10954 cat conftest.$ac_ext >&5
10955 rm -rf conftest*
10956 eval "ac_cv_lib_$ac_lib_var=no"
10957fi
10958rm -f conftest*
10959LIBS="$ac_save_LIBS"
10960
10961fi
10962if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10963 echo "$ac_t""yes" 1>&6
c63c7106
VZ
10964 cat >> confdefs.h <<\EOF
10965#define HAVE_INET_ATON 1
10f2d63a
VZ
10966EOF
10967
10f2d63a
VZ
10968else
10969 echo "$ac_t""no" 1>&6
10970fi
10971
c63c7106
VZ
10972
10973fi
10974done
10975
10976
10977if test "x$INET_LINK" != "x"; then
10978 cat >> confdefs.h <<\EOF
10979#define HAVE_INET_ADDR 1
10980EOF
10981
10982 INET_LINK="-l$INET_LINK"
10983fi
10f2d63a
VZ
10984
10985fi
10986
10987
10988cat > confcache <<\EOF
10989# This file is a shell script that caches the results of configure
10990# tests run on this system so they can be shared between configure
10991# scripts and configure runs. It is not useful on other systems.
10992# If it contains results you don't want to keep, you may remove or edit it.
10993#
10994# By default, configure uses ./config.cache as the cache file,
10995# creating it if it does not exist already. You can give configure
10996# the --cache-file=FILE option to use a different cache file; that is
10997# what configure does when it calls configure scripts in
10998# subdirectories, so they share the cache.
10999# Giving --cache-file=/dev/null disables caching, for debugging configure.
11000# config.status only pays attention to the cache file if you give it the
11001# --recheck option to rerun configure.
11002#
11003EOF
11004# The following way of writing the cache mishandles newlines in values,
11005# but we know of no workaround that is simple, portable, and efficient.
11006# So, don't put newlines in cache variables' values.
11007# Ultrix sh set writes to stderr and can't be redirected directly,
11008# and sets the high bit in the cache file unless we assign to the vars.
11009(set) 2>&1 |
11010 case `(ac_space=' '; set | grep ac_space) 2>&1` in
11011 *ac_space=\ *)
11012 # `set' does not quote correctly, so add quotes (double-quote substitution
11013 # turns \\\\ into \\, and sed turns \\ into \).
11014 sed -n \
11015 -e "s/'/'\\\\''/g" \
11016 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
11017 ;;
11018 *)
11019 # `set' quotes correctly as required by POSIX, so do not add quotes.
11020 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
11021 ;;
11022 esac >> confcache
11023if cmp -s $cache_file confcache; then
11024 :
11025else
11026 if test -w $cache_file; then
11027 echo "updating cache $cache_file"
11028 cat confcache > $cache_file
11029 else
11030 echo "not updating unwritable cache $cache_file"
11031 fi
11032fi
11033rm -f confcache
11034
11035
11036
b089607b 11037if test "$TOOLKIT" != "MSW"; then
10f2d63a
VZ
11038
11039
11040THREADS_LINK=""
11041THREADS_OBJ=""
11042
11043if test "$wxUSE_THREADS" = "yes" ; then
11044 if test "$wxUSE_WINE" = 1 ; then
11045 echo "configure: warning: Threads are not supported under WINE" 1>&2
11046 wxUSE_THREADS="no"
b12915c1
VZ
11047 elif test "$USE_BEOS" = 1; then
11048 echo "configure: warning: BeOS threads are not yet supported" 1>&2
11049 wxUSE_THREADS="no"
10f2d63a
VZ
11050 fi
11051fi
11052
11053if test "$wxUSE_THREADS" = "yes" ; then
11054
11055 echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6
bd3277fe 11056echo "configure:11057: checking for pthread_create in -lpthread" >&5
10f2d63a
VZ
11057ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'`
11058if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11059 echo $ac_n "(cached) $ac_c" 1>&6
11060else
11061 ac_save_LIBS="$LIBS"
11062LIBS="-lpthread $LIBS"
11063cat > conftest.$ac_ext <<EOF
bd3277fe 11064#line 11065 "configure"
10f2d63a
VZ
11065#include "confdefs.h"
11066/* Override any gcc2 internal prototype to avoid an error. */
11067/* We use char because int might match the return type of a gcc2
11068 builtin and then its argument prototype would still apply. */
11069char pthread_create();
11070
11071int main() {
11072pthread_create()
11073; return 0; }
11074EOF
bd3277fe 11075if { (eval echo configure:11076: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
11076 rm -rf conftest*
11077 eval "ac_cv_lib_$ac_lib_var=yes"
11078else
11079 echo "configure: failed program was:" >&5
11080 cat conftest.$ac_ext >&5
11081 rm -rf conftest*
11082 eval "ac_cv_lib_$ac_lib_var=no"
11083fi
11084rm -f conftest*
11085LIBS="$ac_save_LIBS"
11086
11087fi
11088if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11089 echo "$ac_t""yes" 1>&6
11090
11091 THREADS_OBJ="threadpsx.lo"
11092 THREADS_LINK="pthread"
11093
11094else
11095 echo "$ac_t""no" 1>&6
11096
11097 echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
bd3277fe 11098echo "configure:11099: checking for pthread_create in -lc_r" >&5
10f2d63a
VZ
11099ac_lib_var=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'`
11100if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11101 echo $ac_n "(cached) $ac_c" 1>&6
11102else
11103 ac_save_LIBS="$LIBS"
11104LIBS="-lc_r $LIBS"
11105cat > conftest.$ac_ext <<EOF
bd3277fe 11106#line 11107 "configure"
10f2d63a
VZ
11107#include "confdefs.h"
11108/* Override any gcc2 internal prototype to avoid an error. */
11109/* We use char because int might match the return type of a gcc2
11110 builtin and then its argument prototype would still apply. */
11111char pthread_create();
11112
11113int main() {
11114pthread_create()
11115; return 0; }
11116EOF
bd3277fe 11117if { (eval echo configure:11118: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
11118 rm -rf conftest*
11119 eval "ac_cv_lib_$ac_lib_var=yes"
11120else
11121 echo "configure: failed program was:" >&5
11122 cat conftest.$ac_ext >&5
11123 rm -rf conftest*
11124 eval "ac_cv_lib_$ac_lib_var=no"
11125fi
11126rm -f conftest*
11127LIBS="$ac_save_LIBS"
11128
11129fi
11130if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11131 echo "$ac_t""yes" 1>&6
11132
11133 THREADS_OBJ="threadpsx.lo"
11134 THREADS_LINK="c_r"
11135
11136else
11137 echo "$ac_t""no" 1>&6
11138
11139 ac_safe=`echo "sys/prctl.h" | sed 'y%./+-%__p_%'`
11140echo $ac_n "checking for sys/prctl.h""... $ac_c" 1>&6
bd3277fe 11141echo "configure:11142: checking for sys/prctl.h" >&5
10f2d63a
VZ
11142if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11143 echo $ac_n "(cached) $ac_c" 1>&6
11144else
11145 cat > conftest.$ac_ext <<EOF
bd3277fe 11146#line 11147 "configure"
10f2d63a
VZ
11147#include "confdefs.h"
11148#include <sys/prctl.h>
11149EOF
11150ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
bd3277fe 11151{ (eval echo configure:11152: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
11152ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11153if test -z "$ac_err"; then
11154 rm -rf conftest*
11155 eval "ac_cv_header_$ac_safe=yes"
11156else
11157 echo "$ac_err" >&5
11158 echo "configure: failed program was:" >&5
11159 cat conftest.$ac_ext >&5
11160 rm -rf conftest*
11161 eval "ac_cv_header_$ac_safe=no"
11162fi
11163rm -f conftest*
11164fi
11165if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11166 echo "$ac_t""yes" 1>&6
11167
11168 THREADS_OBJ="threadsgi.lo"
11169
11170else
11171 echo "$ac_t""no" 1>&6
11172fi
11173
11174
11175fi
11176
11177
11178fi
11179
11180
11181 if test -z "$THREADS_OBJ" ; then
11182 wxUSE_THREADS=no
11183 echo "configure: warning: No thread support on this system" 1>&2
11184 fi
11185fi
11186
11187if test "$wxUSE_THREADS" = "yes" ; then
70846f0a
VZ
11188 for ac_func in thr_setconcurrency
11189do
11190echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
bd3277fe 11191echo "configure:11192: checking for $ac_func" >&5
70846f0a
VZ
11192if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11193 echo $ac_n "(cached) $ac_c" 1>&6
11194else
11195 cat > conftest.$ac_ext <<EOF
bd3277fe 11196#line 11197 "configure"
70846f0a
VZ
11197#include "confdefs.h"
11198/* System header to define __stub macros and hopefully few prototypes,
11199 which can conflict with char $ac_func(); below. */
11200#include <assert.h>
11201/* Override any gcc2 internal prototype to avoid an error. */
11202/* We use char because int might match the return type of a gcc2
11203 builtin and then its argument prototype would still apply. */
11204char $ac_func();
11205
11206int main() {
11207
11208/* The GNU C library defines this for functions which it implements
11209 to always fail with ENOSYS. Some functions are actually named
11210 something starting with __ and the normal name is an alias. */
11211#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11212choke me
11213#else
e8482f24 11214$ac_func();
70846f0a
VZ
11215#endif
11216
11217; return 0; }
11218EOF
bd3277fe 11219if { (eval echo configure:11220: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
70846f0a
VZ
11220 rm -rf conftest*
11221 eval "ac_cv_func_$ac_func=yes"
11222else
11223 echo "configure: failed program was:" >&5
11224 cat conftest.$ac_ext >&5
11225 rm -rf conftest*
11226 eval "ac_cv_func_$ac_func=no"
11227fi
11228rm -f conftest*
11229fi
11230
11231if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11232 echo "$ac_t""yes" 1>&6
11233 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11234 cat >> confdefs.h <<EOF
11235#define $ac_tr_func 1
11236EOF
11237
11238else
11239 echo "$ac_t""no" 1>&6
11240fi
11241done
11242
11243
10f2d63a
VZ
11244
11245 for ac_hdr in sched.h
11246do
11247ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
11248echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
bd3277fe 11249echo "configure:11250: checking for $ac_hdr" >&5
10f2d63a
VZ
11250if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11251 echo $ac_n "(cached) $ac_c" 1>&6
11252else
11253 cat > conftest.$ac_ext <<EOF
bd3277fe 11254#line 11255 "configure"
10f2d63a
VZ
11255#include "confdefs.h"
11256#include <$ac_hdr>
11257EOF
11258ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
bd3277fe 11259{ (eval echo configure:11260: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
11260ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11261if test -z "$ac_err"; then
11262 rm -rf conftest*
11263 eval "ac_cv_header_$ac_safe=yes"
11264else
11265 echo "$ac_err" >&5
11266 echo "configure: failed program was:" >&5
11267 cat conftest.$ac_ext >&5
11268 rm -rf conftest*
11269 eval "ac_cv_header_$ac_safe=no"
11270fi
11271rm -f conftest*
11272fi
11273if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11274 echo "$ac_t""yes" 1>&6
11275 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
11276 cat >> confdefs.h <<EOF
11277#define $ac_tr_hdr 1
11278EOF
11279
11280else
11281 echo "$ac_t""no" 1>&6
11282fi
11283done
11284
11285
11286 echo $ac_n "checking for sched_yield in -l$THREADS_LINK""... $ac_c" 1>&6
bd3277fe 11287echo "configure:11288: checking for sched_yield in -l$THREADS_LINK" >&5
10f2d63a
VZ
11288ac_lib_var=`echo $THREADS_LINK'_'sched_yield | sed 'y%./+-%__p_%'`
11289if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11290 echo $ac_n "(cached) $ac_c" 1>&6
11291else
11292 ac_save_LIBS="$LIBS"
11293LIBS="-l$THREADS_LINK $LIBS"
11294cat > conftest.$ac_ext <<EOF
bd3277fe 11295#line 11296 "configure"
10f2d63a
VZ
11296#include "confdefs.h"
11297/* Override any gcc2 internal prototype to avoid an error. */
11298/* We use char because int might match the return type of a gcc2
11299 builtin and then its argument prototype would still apply. */
11300char sched_yield();
11301
11302int main() {
11303sched_yield()
11304; return 0; }
11305EOF
bd3277fe 11306if { (eval echo configure:11307: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
11307 rm -rf conftest*
11308 eval "ac_cv_lib_$ac_lib_var=yes"
11309else
11310 echo "configure: failed program was:" >&5
11311 cat conftest.$ac_ext >&5
11312 rm -rf conftest*
11313 eval "ac_cv_lib_$ac_lib_var=no"
11314fi
11315rm -f conftest*
11316LIBS="$ac_save_LIBS"
11317
11318fi
11319if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11320 echo "$ac_t""yes" 1>&6
11321 cat >> confdefs.h <<\EOF
11322#define HAVE_SCHED_YIELD 1
11323EOF
11324
11325else
11326 echo "$ac_t""no" 1>&6
11327echo $ac_n "checking for sched_yield in -l"posix4"""... $ac_c" 1>&6
bd3277fe 11328echo "configure:11329: checking for sched_yield in -l"posix4"" >&5
10f2d63a
VZ
11329ac_lib_var=`echo "posix4"'_'sched_yield | sed 'y%./+-%__p_%'`
11330if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11331 echo $ac_n "(cached) $ac_c" 1>&6
11332else
11333 ac_save_LIBS="$LIBS"
11334LIBS="-l"posix4" $LIBS"
11335cat > conftest.$ac_ext <<EOF
bd3277fe 11336#line 11337 "configure"
10f2d63a
VZ
11337#include "confdefs.h"
11338/* Override any gcc2 internal prototype to avoid an error. */
11339/* We use char because int might match the return type of a gcc2
11340 builtin and then its argument prototype would still apply. */
11341char sched_yield();
11342
11343int main() {
11344sched_yield()
11345; return 0; }
11346EOF
bd3277fe 11347if { (eval echo configure:11348: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
11348 rm -rf conftest*
11349 eval "ac_cv_lib_$ac_lib_var=yes"
11350else
11351 echo "configure: failed program was:" >&5
11352 cat conftest.$ac_ext >&5
11353 rm -rf conftest*
11354 eval "ac_cv_lib_$ac_lib_var=no"
11355fi
11356rm -f conftest*
11357LIBS="$ac_save_LIBS"
11358
11359fi
11360if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11361 echo "$ac_t""yes" 1>&6
11362 cat >> confdefs.h <<\EOF
11363#define HAVE_SCHED_YIELD 1
11364EOF
11365 POSIX4_LINK="-lposix4"
11366else
11367 echo "$ac_t""no" 1>&6
11368echo "configure: warning: wxThread::Yield will not work properly" 1>&2
11369
11370fi
11371
11372
11373fi
11374
11375
11376 echo $ac_n "checking for pthread_attr_getschedpolicy in -l$THREADS_LINK""... $ac_c" 1>&6
bd3277fe 11377echo "configure:11378: checking for pthread_attr_getschedpolicy in -l$THREADS_LINK" >&5
10f2d63a
VZ
11378ac_lib_var=`echo $THREADS_LINK'_'pthread_attr_getschedpolicy | sed 'y%./+-%__p_%'`
11379if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11380 echo $ac_n "(cached) $ac_c" 1>&6
11381else
11382 ac_save_LIBS="$LIBS"
11383LIBS="-l$THREADS_LINK $LIBS"
11384cat > conftest.$ac_ext <<EOF
bd3277fe 11385#line 11386 "configure"
10f2d63a
VZ
11386#include "confdefs.h"
11387/* Override any gcc2 internal prototype to avoid an error. */
11388/* We use char because int might match the return type of a gcc2
11389 builtin and then its argument prototype would still apply. */
11390char pthread_attr_getschedpolicy();
11391
11392int main() {
11393pthread_attr_getschedpolicy()
11394; return 0; }
11395EOF
bd3277fe 11396if { (eval echo configure:11397: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
11397 rm -rf conftest*
11398 eval "ac_cv_lib_$ac_lib_var=yes"
11399else
11400 echo "configure: failed program was:" >&5
11401 cat conftest.$ac_ext >&5
11402 rm -rf conftest*
11403 eval "ac_cv_lib_$ac_lib_var=no"
11404fi
11405rm -f conftest*
11406LIBS="$ac_save_LIBS"
11407
11408fi
11409if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11410 echo "$ac_t""yes" 1>&6
11411 cat >> confdefs.h <<\EOF
11412#define HAVE_THREAD_PRIORITY_FUNCTIONS 1
11413EOF
11414
11415else
11416 echo "$ac_t""no" 1>&6
11417echo $ac_n "checking for pthread_attr_getschedpolicy in -l"posix4"""... $ac_c" 1>&6
bd3277fe 11418echo "configure:11419: checking for pthread_attr_getschedpolicy in -l"posix4"" >&5
10f2d63a
VZ
11419ac_lib_var=`echo "posix4"'_'pthread_attr_getschedpolicy | sed 'y%./+-%__p_%'`
11420if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11421 echo $ac_n "(cached) $ac_c" 1>&6
11422else
11423 ac_save_LIBS="$LIBS"
11424LIBS="-l"posix4" $LIBS"
11425cat > conftest.$ac_ext <<EOF
bd3277fe 11426#line 11427 "configure"
10f2d63a
VZ
11427#include "confdefs.h"
11428/* Override any gcc2 internal prototype to avoid an error. */
11429/* We use char because int might match the return type of a gcc2
11430 builtin and then its argument prototype would still apply. */
11431char pthread_attr_getschedpolicy();
11432
11433int main() {
11434pthread_attr_getschedpolicy()
11435; return 0; }
11436EOF
bd3277fe 11437if { (eval echo configure:11438: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
11438 rm -rf conftest*
11439 eval "ac_cv_lib_$ac_lib_var=yes"
11440else
11441 echo "configure: failed program was:" >&5
11442 cat conftest.$ac_ext >&5
11443 rm -rf conftest*
11444 eval "ac_cv_lib_$ac_lib_var=no"
11445fi
11446rm -f conftest*
11447LIBS="$ac_save_LIBS"
11448
11449fi
11450if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11451 echo "$ac_t""yes" 1>&6
11452 cat >> confdefs.h <<\EOF
11453#define HAVE_THREAD_PRIORITY_FUNCTIONS 1
11454EOF
11455 POSIX4_LINK="-lposix4"
11456else
11457 echo "$ac_t""no" 1>&6
11458echo "configure: warning: Setting thread priority will not work" 1>&2
11459
11460fi
11461
11462
11463fi
11464
11465
11466 echo $ac_n "checking for pthread_cancel in -l$THREADS_LINK""... $ac_c" 1>&6
bd3277fe 11467echo "configure:11468: checking for pthread_cancel in -l$THREADS_LINK" >&5
10f2d63a
VZ
11468ac_lib_var=`echo $THREADS_LINK'_'pthread_cancel | sed 'y%./+-%__p_%'`
11469if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11470 echo $ac_n "(cached) $ac_c" 1>&6
11471else
11472 ac_save_LIBS="$LIBS"
11473LIBS="-l$THREADS_LINK $LIBS"
11474cat > conftest.$ac_ext <<EOF
bd3277fe 11475#line 11476 "configure"
10f2d63a
VZ
11476#include "confdefs.h"
11477/* Override any gcc2 internal prototype to avoid an error. */
11478/* We use char because int might match the return type of a gcc2
11479 builtin and then its argument prototype would still apply. */
11480char pthread_cancel();
11481
11482int main() {
11483pthread_cancel()
11484; return 0; }
11485EOF
bd3277fe 11486if { (eval echo configure:11487: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
11487 rm -rf conftest*
11488 eval "ac_cv_lib_$ac_lib_var=yes"
11489else
11490 echo "configure: failed program was:" >&5
11491 cat conftest.$ac_ext >&5
11492 rm -rf conftest*
11493 eval "ac_cv_lib_$ac_lib_var=no"
11494fi
11495rm -f conftest*
11496LIBS="$ac_save_LIBS"
11497
11498fi
11499if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11500 echo "$ac_t""yes" 1>&6
11501 cat >> confdefs.h <<\EOF
11502#define HAVE_PTHREAD_CANCEL 1
11503EOF
11504
11505else
11506 echo "$ac_t""no" 1>&6
11507echo "configure: warning: wxThread::Kill() will not work properly" 1>&2
11508fi
11509
11510
11511 echo $ac_n "checking for pthread_cleanup_push/pop""... $ac_c" 1>&6
bd3277fe 11512echo "configure:11513: checking for pthread_cleanup_push/pop" >&5
10f2d63a
VZ
11513if eval "test \"`echo '$''{'wx_cv_func_pthread_cleanup_push'+set}'`\" = set"; then
11514 echo $ac_n "(cached) $ac_c" 1>&6
11515else
11516
11517 cat > conftest.$ac_ext <<EOF
bd3277fe 11518#line 11519 "configure"
10f2d63a
VZ
11519#include "confdefs.h"
11520#include <pthread.h>
11521int main() {
11522
11523 pthread_cleanup_push(NULL, NULL);
11524 pthread_cleanup_pop(0);
11525
11526; return 0; }
11527EOF
bd3277fe 11528if { (eval echo configure:11529: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10f2d63a
VZ
11529 rm -rf conftest*
11530
11531 wx_cv_func_pthread_cleanup_push=yes
11532 cat >> confdefs.h <<\EOF
11533#define HAVE_THREAD_CLEANUP_FUNCTIONS 1
11534EOF
11535
11536
11537else
11538 echo "configure: failed program was:" >&5
11539 cat conftest.$ac_ext >&5
11540 rm -rf conftest*
11541
11542 wx_cv_func_pthread_cleanup_push=no
11543
11544fi
11545rm -f conftest*
11546
11547fi
11548
11549echo "$ac_t""$wx_cv_func_pthread_cleanup_push" 1>&6
11550
11551 THREADS_LINK="-l$THREADS_LINK"
11552fi
11553
11554fi
11555
11556if test "$wxUSE_THREADS" = "yes"; then
11557 cat >> confdefs.h <<\EOF
11558#define wxUSE_THREADS 1
11559EOF
11560
11561
11562 CFLAGS="${CFLAGS} -D_REENTRANT"
11563 CXXFLAGS="${CXXFLAGS} -D_REENTRANT"
11564
11565 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
11566else
11567 if test "$ac_cv_func_strtok_r" = "yes"; then
ab9b9eab 11568 echo $ac_n "checking if -D_REENTRANT is needed""... $ac_c" 1>&6
bd3277fe 11569echo "configure:11570: checking if -D_REENTRANT is needed" >&5
ab9b9eab
VZ
11570 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
11571 CFLAGS="${CFLAGS} -D_REENTRANT"
11572 CXXFLAGS="${CXXFLAGS} -D_REENTRANT"
11573 echo "$ac_t""yes" 1>&6
11574 else
11575 echo "$ac_t""no" 1>&6
10f2d63a
VZ
11576 fi
11577 fi
11578fi
11579
13111b2a
VZ
11580if test "$WXGTK13" = 1 ; then
11581 cat >> confdefs.h <<EOF
11582#define __WXGTK13__ $WXGTK13
11583EOF
11584
11585 WXGTK12=1
11586fi
11587
10f2d63a
VZ
11588if test "$WXGTK12" = 1 ; then
11589 cat >> confdefs.h <<EOF
11590#define __WXGTK12__ $WXGTK12
11591EOF
11592
11593fi
11594
11595if test "$WXWINE" = 1 ; then
11596 TOOLKIT_DEF="${TOOLKIT_DEF} -D__WXWINE__"
11597fi
11598
11599if test "$wxUSE_CYGWIN" = 1 ; then
11600 TOOLKIT_DEF="${TOOLKIT_DEF} -D__WIN95__"
11601fi
11602
11603WXDEBUG=
11604
11605if test "$wxUSE_DEBUG_INFO" = "yes" ; then
11606 WXDEBUG="-g"
11607 wxUSE_OPTIMISE=no
11608fi
11609
11610if test "$wxUSE_DEBUG_GDB" = "yes" ; then
11611 wxUSE_DEBUG_INFO=yes
11612 WXDEBUG="-ggdb"
11613fi
11614
11615if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
11616 cat >> confdefs.h <<\EOF
11617#define WXDEBUG 1
11618EOF
11619
11620 WXDEBUG_DEFINE="-D__WXDEBUG__"
11621else
11622 if test "$wxUSE_GTK" = 1 ; then
11623 WXDEBUG_DEFINE="-DGTK_NO_CHECK_CASTS"
11624 fi
11625fi
11626
11627if test "$wxUSE_MEM_TRACING" = "yes" ; then
11628 cat >> confdefs.h <<\EOF
11629#define wxUSE_MEMORY_TRACING 1
11630EOF
11631
11632 cat >> confdefs.h <<\EOF
11633#define wxUSE_GLOBAL_MEMORY_OPERATORS 1
47c13eb7
VS
11634EOF
11635
11636 cat >> confdefs.h <<\EOF
11637#define wxUSE_DEBUG_NEW_ALWAYS 1
10f2d63a
VZ
11638EOF
11639
11640 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
11641fi
11642
11643if test "$wxUSE_DMALLOC" = "yes" ; then
11644 DMALLOC_LINK="-ldmalloc"
11645fi
11646
11647PROFILE=
11648if test "$wxUSE_PROFILE" = "yes" ; then
11649 PROFILE="-pg"
11650fi
11651
11652DEP_INFO_FLAGS=
caa2c79b 11653CODE_GEN_FLAGS=
10f2d63a
VZ
11654if test "$GCC" = yes ; then
11655 if test "$wxUSE_NO_RTTI" = "yes" ; then
caa2c79b 11656 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fno-rtti"
10f2d63a
VZ
11657 fi
11658 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
caa2c79b 11659 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fno-exceptions"
10f2d63a
VZ
11660 fi
11661 if test "$wxUSE_PERMISSIVE" = "yes" ; then
caa2c79b 11662 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive"
10f2d63a
VZ
11663 fi
11664 if test "$wxUSE_NO_DEPS" = "no" ; then
11665 DEP_INFO_FLAGS="-MMD"
11666 fi
11667fi
11668
11669
11670CXXFLAGS=`echo "${CXXFLAGS}" | sed "s/\-O.//g" `
11671CFLAGS=`echo "${CFLAGS}" | sed "s/\-O.//g" `
11672if test "$wxUSE_OPTIMISE" = "no" ; then
11673 OPTIMISE=
11674else
11675 if test "$GCC" = yes ; then
11676 OPTIMISE="-O2"
11677 case "${host}" in
11678 i586-*-*|i686-*-* )
11679 OPTIMISE="${OPTIMISE} "
11680 ;;
11681 esac
11682 else
11683 OPTIMISE="-O"
11684 fi
11685fi
11686
11687
11688ZLIB_INCLUDE=
422107f9 11689if test "$wxUSE_ZLIB" = "yes" -o "$wxUSE_ZLIB" = "sys" ; then
10f2d63a
VZ
11690 cat >> confdefs.h <<\EOF
11691#define wxUSE_ZLIB 1
11692EOF
11693
422107f9
VZ
11694 if test "$wxUSE_ZLIB" = "yes" ; then
11695 ZLIB_INCLUDE="-I\${top_srcdir}/src/zlib"
11696 else
11697 ZLIB_LINK=
11698 ac_safe=`echo "zlib.h" | sed 'y%./+-%__p_%'`
11699echo $ac_n "checking for zlib.h""... $ac_c" 1>&6
bd3277fe 11700echo "configure:11701: checking for zlib.h" >&5
422107f9
VZ
11701if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11702 echo $ac_n "(cached) $ac_c" 1>&6
11703else
11704 cat > conftest.$ac_ext <<EOF
bd3277fe 11705#line 11706 "configure"
422107f9
VZ
11706#include "confdefs.h"
11707#include <zlib.h>
11708EOF
11709ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
bd3277fe 11710{ (eval echo configure:11711: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
422107f9
VZ
11711ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11712if test -z "$ac_err"; then
11713 rm -rf conftest*
11714 eval "ac_cv_header_$ac_safe=yes"
11715else
11716 echo "$ac_err" >&5
11717 echo "configure: failed program was:" >&5
11718 cat conftest.$ac_ext >&5
11719 rm -rf conftest*
11720 eval "ac_cv_header_$ac_safe=no"
11721fi
11722rm -f conftest*
11723fi
11724if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11725 echo "$ac_t""yes" 1>&6
11726 echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6
bd3277fe 11727echo "configure:11728: checking for deflate in -lz" >&5
422107f9
VZ
11728ac_lib_var=`echo z'_'deflate | sed 'y%./+-%__p_%'`
11729if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11730 echo $ac_n "(cached) $ac_c" 1>&6
11731else
11732 ac_save_LIBS="$LIBS"
11733LIBS="-lz $LIBS"
11734cat > conftest.$ac_ext <<EOF
bd3277fe 11735#line 11736 "configure"
422107f9
VZ
11736#include "confdefs.h"
11737/* Override any gcc2 internal prototype to avoid an error. */
11738/* We use char because int might match the return type of a gcc2
11739 builtin and then its argument prototype would still apply. */
11740char deflate();
11741
11742int main() {
11743deflate()
11744; return 0; }
11745EOF
bd3277fe 11746if { (eval echo configure:11747: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
422107f9
VZ
11747 rm -rf conftest*
11748 eval "ac_cv_lib_$ac_lib_var=yes"
11749else
11750 echo "configure: failed program was:" >&5
11751 cat conftest.$ac_ext >&5
11752 rm -rf conftest*
11753 eval "ac_cv_lib_$ac_lib_var=no"
11754fi
11755rm -f conftest*
11756LIBS="$ac_save_LIBS"
11757
11758fi
11759if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11760 echo "$ac_t""yes" 1>&6
11761 ZLIB_LINK="-lz"
11762else
11763 echo "$ac_t""no" 1>&6
11764fi
11765
11766else
11767 echo "$ac_t""no" 1>&6
11768fi
11769
11770 if test "x$ZLIB_LINK" = "x" ; then
11771 { echo "configure: error: system zlib compression library not found! Use --with-zlib=yes to use built-in zlib" 1>&2; exit 1; }
11772 fi
11773 fi
10f2d63a
VZ
11774fi
11775
11776PNG_INCLUDE=
422107f9 11777if test "$wxUSE_LIBPNG" = "yes" -o "$wxUSE_LIBPNG" = "sys" ; then
10f2d63a
VZ
11778 cat >> confdefs.h <<\EOF
11779#define wxUSE_LIBPNG 1
11780EOF
11781
41fd4136 11782 if test "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
422107f9
VZ
11783 echo "configure: warning: --with-libpng=sys doesn't work without --with-zlib=sys, will compile the built-in libpng instead" 1>&2
11784 wxUSE_LIBPNG=yes
11785 fi
11786
11787 if test "$wxUSE_LIBPNG" = "yes" ; then
11788 PNG_INCLUDE="-I\${top_srcdir}/src/png"
11789 else
11790 PNG_LINK=
11791 ac_safe=`echo "png.h" | sed 'y%./+-%__p_%'`
11792echo $ac_n "checking for png.h""... $ac_c" 1>&6
bd3277fe 11793echo "configure:11794: checking for png.h" >&5
422107f9
VZ
11794if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11795 echo $ac_n "(cached) $ac_c" 1>&6
11796else
11797 cat > conftest.$ac_ext <<EOF
bd3277fe 11798#line 11799 "configure"
422107f9
VZ
11799#include "confdefs.h"
11800#include <png.h>
11801EOF
11802ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
bd3277fe 11803{ (eval echo configure:11804: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
422107f9
VZ
11804ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11805if test -z "$ac_err"; then
11806 rm -rf conftest*
11807 eval "ac_cv_header_$ac_safe=yes"
11808else
11809 echo "$ac_err" >&5
11810 echo "configure: failed program was:" >&5
11811 cat conftest.$ac_ext >&5
11812 rm -rf conftest*
11813 eval "ac_cv_header_$ac_safe=no"
11814fi
11815rm -f conftest*
11816fi
11817if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11818 echo "$ac_t""yes" 1>&6
11819 echo $ac_n "checking for png_check_sig in -lpng""... $ac_c" 1>&6
bd3277fe 11820echo "configure:11821: checking for png_check_sig in -lpng" >&5
422107f9
VZ
11821ac_lib_var=`echo png'_'png_check_sig | sed 'y%./+-%__p_%'`
11822if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11823 echo $ac_n "(cached) $ac_c" 1>&6
11824else
11825 ac_save_LIBS="$LIBS"
11826LIBS="-lpng -lz -lm $LIBS"
11827cat > conftest.$ac_ext <<EOF
bd3277fe 11828#line 11829 "configure"
422107f9
VZ
11829#include "confdefs.h"
11830/* Override any gcc2 internal prototype to avoid an error. */
11831/* We use char because int might match the return type of a gcc2
11832 builtin and then its argument prototype would still apply. */
11833char png_check_sig();
11834
11835int main() {
11836png_check_sig()
11837; return 0; }
11838EOF
bd3277fe 11839if { (eval echo configure:11840: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
422107f9
VZ
11840 rm -rf conftest*
11841 eval "ac_cv_lib_$ac_lib_var=yes"
11842else
11843 echo "configure: failed program was:" >&5
11844 cat conftest.$ac_ext >&5
11845 rm -rf conftest*
11846 eval "ac_cv_lib_$ac_lib_var=no"
11847fi
11848rm -f conftest*
11849LIBS="$ac_save_LIBS"
11850
11851fi
11852if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11853 echo "$ac_t""yes" 1>&6
11854 PNG_LINK="-lpng"
11855else
11856 echo "$ac_t""no" 1>&6
11857fi
11858
11859
11860else
11861 echo "$ac_t""no" 1>&6
11862fi
11863
11864 if test "x$PNG_LINK" = "x" ; then
0dcf9893 11865 { echo "configure: error: system png library not found! Use --with-libpng=yes to use the built-in libpng" 1>&2; exit 1; }
422107f9
VZ
11866 fi
11867 fi
11868
10f2d63a
VZ
11869 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png"
11870fi
11871
11872JPEG_INCLUDE=
422107f9 11873if test "$wxUSE_LIBJPEG" = "yes" -o "$wxUSE_LIBJPEG" = "sys" ; then
10f2d63a
VZ
11874 cat >> confdefs.h <<\EOF
11875#define wxUSE_LIBJPEG 1
11876EOF
11877
422107f9
VZ
11878 if test "$wxUSE_LIBJPEG" = "yes" ; then
11879 JPEG_INCLUDE="-I\${top_srcdir}/src/jpeg"
11880 else
11881 JPEG_LINK=
11882 ac_safe=`echo "jpeglib.h" | sed 'y%./+-%__p_%'`
11883echo $ac_n "checking for jpeglib.h""... $ac_c" 1>&6
bd3277fe 11884echo "configure:11885: checking for jpeglib.h" >&5
422107f9
VZ
11885if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11886 echo $ac_n "(cached) $ac_c" 1>&6
11887else
11888 cat > conftest.$ac_ext <<EOF
bd3277fe 11889#line 11890 "configure"
422107f9
VZ
11890#include "confdefs.h"
11891#include <jpeglib.h>
11892EOF
11893ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
bd3277fe 11894{ (eval echo configure:11895: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
422107f9
VZ
11895ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11896if test -z "$ac_err"; then
11897 rm -rf conftest*
11898 eval "ac_cv_header_$ac_safe=yes"
11899else
11900 echo "$ac_err" >&5
11901 echo "configure: failed program was:" >&5
11902 cat conftest.$ac_ext >&5
11903 rm -rf conftest*
11904 eval "ac_cv_header_$ac_safe=no"
11905fi
11906rm -f conftest*
11907fi
11908if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11909 echo "$ac_t""yes" 1>&6
11910 echo $ac_n "checking for jpeg_read_header in -ljpeg""... $ac_c" 1>&6
bd3277fe 11911echo "configure:11912: checking for jpeg_read_header in -ljpeg" >&5
422107f9
VZ
11912ac_lib_var=`echo jpeg'_'jpeg_read_header | sed 'y%./+-%__p_%'`
11913if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11914 echo $ac_n "(cached) $ac_c" 1>&6
11915else
11916 ac_save_LIBS="$LIBS"
11917LIBS="-ljpeg $LIBS"
11918cat > conftest.$ac_ext <<EOF
bd3277fe 11919#line 11920 "configure"
422107f9
VZ
11920#include "confdefs.h"
11921/* Override any gcc2 internal prototype to avoid an error. */
11922/* We use char because int might match the return type of a gcc2
11923 builtin and then its argument prototype would still apply. */
11924char jpeg_read_header();
11925
11926int main() {
11927jpeg_read_header()
11928; return 0; }
11929EOF
bd3277fe 11930if { (eval echo configure:11931: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
422107f9
VZ
11931 rm -rf conftest*
11932 eval "ac_cv_lib_$ac_lib_var=yes"
11933else
11934 echo "configure: failed program was:" >&5
11935 cat conftest.$ac_ext >&5
11936 rm -rf conftest*
11937 eval "ac_cv_lib_$ac_lib_var=no"
11938fi
11939rm -f conftest*
11940LIBS="$ac_save_LIBS"
11941
11942fi
11943if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11944 echo "$ac_t""yes" 1>&6
11945 JPEG_LINK="-ljpeg"
11946else
11947 echo "$ac_t""no" 1>&6
11948fi
11949
11950else
11951 echo "$ac_t""no" 1>&6
11952fi
11953
11954 if test "x$JPEG_LINK" = "x" ; then
0dcf9893 11955 { echo "configure: error: system jpeg library not found! Use --with-libjpeg=yes to use the built-in one" 1>&2; exit 1; }
422107f9
VZ
11956 fi
11957 fi
10f2d63a
VZ
11958fi
11959
c7a2bf27 11960TIFF_INCLUDE=
0dcf9893 11961if test "$wxUSE_LIBTIFF" = "yes" -o "$wxUSE_LIBTIFF" = "sys" ; then
c7a2bf27
RR
11962 cat >> confdefs.h <<\EOF
11963#define wxUSE_LIBTIFF 1
11964EOF
11965
0dcf9893
VZ
11966 if test "$wxUSE_LIBTIFF" = "yes" ; then
11967 TIFF_INCLUDE="-I\${top_srcdir}/src/tiff"
11968 else
11969 TIFF_LINK=
11970 ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'`
11971echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6
bd3277fe 11972echo "configure:11973: checking for tiffio.h" >&5
0dcf9893
VZ
11973if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11974 echo $ac_n "(cached) $ac_c" 1>&6
11975else
11976 cat > conftest.$ac_ext <<EOF
bd3277fe 11977#line 11978 "configure"
0dcf9893
VZ
11978#include "confdefs.h"
11979#include <tiffio.h>
11980EOF
11981ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
bd3277fe 11982{ (eval echo configure:11983: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
0dcf9893
VZ
11983ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11984if test -z "$ac_err"; then
11985 rm -rf conftest*
11986 eval "ac_cv_header_$ac_safe=yes"
11987else
11988 echo "$ac_err" >&5
11989 echo "configure: failed program was:" >&5
11990 cat conftest.$ac_ext >&5
11991 rm -rf conftest*
11992 eval "ac_cv_header_$ac_safe=no"
11993fi
11994rm -f conftest*
11995fi
11996if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11997 echo "$ac_t""yes" 1>&6
11998 echo $ac_n "checking for TIFFError in -ltiff""... $ac_c" 1>&6
bd3277fe 11999echo "configure:12000: checking for TIFFError in -ltiff" >&5
0dcf9893
VZ
12000ac_lib_var=`echo tiff'_'TIFFError | sed 'y%./+-%__p_%'`
12001if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12002 echo $ac_n "(cached) $ac_c" 1>&6
12003else
12004 ac_save_LIBS="$LIBS"
12005LIBS="-ltiff -lm $LIBS"
12006cat > conftest.$ac_ext <<EOF
bd3277fe 12007#line 12008 "configure"
0dcf9893
VZ
12008#include "confdefs.h"
12009/* Override any gcc2 internal prototype to avoid an error. */
12010/* We use char because int might match the return type of a gcc2
12011 builtin and then its argument prototype would still apply. */
12012char TIFFError();
12013
12014int main() {
12015TIFFError()
12016; return 0; }
12017EOF
bd3277fe 12018if { (eval echo configure:12019: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
0dcf9893
VZ
12019 rm -rf conftest*
12020 eval "ac_cv_lib_$ac_lib_var=yes"
12021else
12022 echo "configure: failed program was:" >&5
12023 cat conftest.$ac_ext >&5
12024 rm -rf conftest*
12025 eval "ac_cv_lib_$ac_lib_var=no"
12026fi
12027rm -f conftest*
12028LIBS="$ac_save_LIBS"
12029
12030fi
12031if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12032 echo "$ac_t""yes" 1>&6
12033 TIFF_LINK="-ltiff"
12034else
12035 echo "$ac_t""no" 1>&6
12036fi
12037
12038else
12039 echo "$ac_t""no" 1>&6
12040fi
12041
12042 if test "x$TIFF_LINK" = "x" ; then
12043 { echo "configure: error: system tiff library not found! Use --with-libtiff=yes to use the built-in one" 1>&2; exit 1; }
12044 fi
12045 fi
c7a2bf27
RR
12046fi
12047
10f2d63a
VZ
12048if test "$wxUSE_OPENGL" = "yes"; then
12049 ac_safe=`echo "GL/gl.h" | sed 'y%./+-%__p_%'`
12050echo $ac_n "checking for GL/gl.h""... $ac_c" 1>&6
bd3277fe 12051echo "configure:12052: checking for GL/gl.h" >&5
10f2d63a
VZ
12052if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12053 echo $ac_n "(cached) $ac_c" 1>&6
12054else
12055 cat > conftest.$ac_ext <<EOF
bd3277fe 12056#line 12057 "configure"
10f2d63a
VZ
12057#include "confdefs.h"
12058#include <GL/gl.h>
12059EOF
12060ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
bd3277fe 12061{ (eval echo configure:12062: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
12062ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12063if test -z "$ac_err"; then
12064 rm -rf conftest*
12065 eval "ac_cv_header_$ac_safe=yes"
12066else
12067 echo "$ac_err" >&5
12068 echo "configure: failed program was:" >&5
12069 cat conftest.$ac_ext >&5
12070 rm -rf conftest*
12071 eval "ac_cv_header_$ac_safe=no"
12072fi
12073rm -f conftest*
12074fi
12075if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12076 echo "$ac_t""yes" 1>&6
12077
bdad4e7e
RR
12078 cat >> confdefs.h <<\EOF
12079#define wxUSE_OPENGL 1
12080EOF
12081
12082 cat >> confdefs.h <<\EOF
12083#define wxUSE_GLCANVAS 1
12084EOF
12085
12086 echo $ac_n "checking for glFlush in -lGL""... $ac_c" 1>&6
bd3277fe 12087echo "configure:12088: checking for glFlush in -lGL" >&5
bdad4e7e 12088ac_lib_var=`echo GL'_'glFlush | sed 'y%./+-%__p_%'`
10f2d63a
VZ
12089if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12090 echo $ac_n "(cached) $ac_c" 1>&6
12091else
12092 ac_save_LIBS="$LIBS"
bdad4e7e 12093LIBS="-lGL $LIBS"
10f2d63a 12094cat > conftest.$ac_ext <<EOF
bd3277fe 12095#line 12096 "configure"
10f2d63a
VZ
12096#include "confdefs.h"
12097/* Override any gcc2 internal prototype to avoid an error. */
12098/* We use char because int might match the return type of a gcc2
12099 builtin and then its argument prototype would still apply. */
bdad4e7e 12100char glFlush();
10f2d63a
VZ
12101
12102int main() {
bdad4e7e 12103glFlush()
10f2d63a
VZ
12104; return 0; }
12105EOF
bd3277fe 12106if { (eval echo configure:12107: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
12107 rm -rf conftest*
12108 eval "ac_cv_lib_$ac_lib_var=yes"
12109else
12110 echo "configure: failed program was:" >&5
12111 cat conftest.$ac_ext >&5
12112 rm -rf conftest*
12113 eval "ac_cv_lib_$ac_lib_var=no"
12114fi
12115rm -f conftest*
12116LIBS="$ac_save_LIBS"
12117
12118fi
12119if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12120 echo "$ac_t""yes" 1>&6
12121
12122 OPENGL_LINK="-lGL"
10f2d63a
VZ
12123
12124else
12125 echo "$ac_t""no" 1>&6
12126
bdad4e7e 12127 echo $ac_n "checking for glFlush in -lMesaGL""... $ac_c" 1>&6
bd3277fe 12128echo "configure:12129: checking for glFlush in -lMesaGL" >&5
bdad4e7e 12129ac_lib_var=`echo MesaGL'_'glFlush | sed 'y%./+-%__p_%'`
10f2d63a
VZ
12130if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12131 echo $ac_n "(cached) $ac_c" 1>&6
12132else
12133 ac_save_LIBS="$LIBS"
12134LIBS="-lMesaGL $LIBS"
12135cat > conftest.$ac_ext <<EOF
bd3277fe 12136#line 12137 "configure"
10f2d63a
VZ
12137#include "confdefs.h"
12138/* Override any gcc2 internal prototype to avoid an error. */
12139/* We use char because int might match the return type of a gcc2
12140 builtin and then its argument prototype would still apply. */
bdad4e7e 12141char glFlush();
10f2d63a
VZ
12142
12143int main() {
bdad4e7e 12144glFlush()
10f2d63a
VZ
12145; return 0; }
12146EOF
bd3277fe 12147if { (eval echo configure:12148: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
12148 rm -rf conftest*
12149 eval "ac_cv_lib_$ac_lib_var=yes"
12150else
12151 echo "configure: failed program was:" >&5
12152 cat conftest.$ac_ext >&5
12153 rm -rf conftest*
12154 eval "ac_cv_lib_$ac_lib_var=no"
12155fi
12156rm -f conftest*
12157LIBS="$ac_save_LIBS"
12158
12159fi
12160if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12161 echo "$ac_t""yes" 1>&6
12162
12163 OPENGL_LINK="-lMesaGL"
10f2d63a
VZ
12164
12165else
12166 echo "$ac_t""no" 1>&6
10f2d63a
VZ
12167fi
12168
12169
12170fi
12171
12172
12173else
12174 echo "$ac_t""no" 1>&6
12175wxUSE_OPENGL=0
12176fi
12177
12178fi
12179
12180
12181if test "$wxUSE_GUI" = "yes"; then
12182 cat >> confdefs.h <<\EOF
12183#define wxUSE_GUI 1
12184EOF
12185
12186
12187 else
12188 cat >> confdefs.h <<\EOF
12189#define wxUSE_NOGUI 1
12190EOF
12191
12192fi
12193
12194
12195if test "$wxUSE_UNIX" = "yes"; then
12196 cat >> confdefs.h <<\EOF
12197#define wxUSE_UNIX 1
12198EOF
12199
12200fi
12201
12202
12203if test "$wxUSE_APPLE_IEEE" = "yes"; then
12204 cat >> confdefs.h <<\EOF
12205#define wxUSE_APPLE_IEEE 1
12206EOF
12207
12208fi
12209
10f2d63a
VZ
12210if test "$wxUSE_WAVE" = "yes"; then
12211 cat >> confdefs.h <<\EOF
12212#define wxUSE_WAVE 1
12213EOF
12214
12215fi
12216
12217if test "$wxUSE_FILE" = "yes"; then
12218 cat >> confdefs.h <<\EOF
12219#define wxUSE_FILE 1
12220EOF
12221
12222fi
12223
24528b0c
VS
12224if test "$wxUSE_FILESYSTEM" = "yes"; then
12225 cat >> confdefs.h <<\EOF
12226#define wxUSE_FILESYSTEM 1
12227EOF
12228
12229fi
12230
10f2d63a
VZ
12231if test "$wxUSE_FS_INET" = "yes"; then
12232 cat >> confdefs.h <<\EOF
12233#define wxUSE_FS_INET 1
12234EOF
12235
12236fi
12237
12238if test "$wxUSE_FS_ZIP" = "yes"; then
12239 cat >> confdefs.h <<\EOF
12240#define wxUSE_FS_ZIP 1
12241EOF
12242
12243fi
12244
12245if test "$wxUSE_ZIPSTREAM" = "yes"; then
12246 cat >> confdefs.h <<\EOF
12247#define wxUSE_ZIPSTREAM 1
12248EOF
12249
12250fi
12251
eb4efbdc
VZ
12252if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
12253 cat >> confdefs.h <<\EOF
12254#define wxUSE_ON_FATAL_EXCEPTION 1
12255EOF
12256
12257fi
12258
10f2d63a
VZ
12259if test "$wxUSE_BUSYINFO" = "yes"; then
12260 cat >> confdefs.h <<\EOF
12261#define wxUSE_BUSYINFO 1
12262EOF
12263
12264fi
12265
12266if test "$wxUSE_STD_IOSTREAM" = "yes"; then
12267 cat >> confdefs.h <<\EOF
12268#define wxUSE_STD_IOSTREAM 1
12269EOF
12270
12271fi
12272
12273if test "$wxUSE_TEXTFILE" = "yes"; then
12274 if test "$wxUSE_FILE" != "yes"; then
12275 echo "configure: warning: wxTextFile requires wxFile and it won't be compiled without it" 1>&2
12276 else
12277 cat >> confdefs.h <<\EOF
12278#define wxUSE_TEXTFILE 1
12279EOF
12280
12281 fi
12282fi
12283
12284if test "$wxUSE_CONFIG" = "yes" ; then
12285 if test "$wxUSE_TEXTFILE" != "yes"; then
12286 echo "configure: warning: wxConfig requires wxTextFile and it won't be compiled without it" 1>&2
12287 else
12288 cat >> confdefs.h <<\EOF
12289#define wxUSE_CONFIG 1
12290EOF
12291
12292 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
12293 fi
12294fi
12295
12296if test "$wxUSE_INTL" = "yes" ; then
12297 if test "$wxUSE_FILE" != "yes"; then
12298 echo "configure: warning: I18n code requires wxFile and it won't be compiled without it" 1>&2
12299 else
12300 cat >> confdefs.h <<\EOF
12301#define wxUSE_INTL 1
12302EOF
12303
12304 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
12305 fi
12306fi
12307
12308if test "$wxUSE_LOG" = "yes"; then
12309 cat >> confdefs.h <<\EOF
12310#define wxUSE_LOG 1
12311EOF
12312
12313fi
12314
12315if test "$wxUSE_LONGLONG" = "yes"; then
12316 cat >> confdefs.h <<\EOF
12317#define wxUSE_LONGLONG 1
12318EOF
12319
12320fi
12321
9b33fe02
VZ
12322if test "$wxUSE_PLOT" = "yes"; then
12323 cat >> confdefs.h <<\EOF
12324#define wxUSE_PLOT 1
12325EOF
12326
12327fi
12328
10f2d63a
VZ
12329if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then
12330 cat >> confdefs.h <<\EOF
12331#define wxUSE_DIALUP_MANAGER 1
12332EOF
12333
70f7a477 12334 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
10f2d63a
VZ
12335fi
12336
12337if test "$wxUSE_STREAMS" = "yes" ; then
12338 cat >> confdefs.h <<\EOF
12339#define wxUSE_STREAMS 1
12340EOF
12341
12342fi
12343
10f2d63a 12344
afc31813 12345if test "$wxUSE_TIMEDATE" = "yes"; then
83307f33
VZ
12346 for ac_func in strptime
12347do
12348echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
bd3277fe 12349echo "configure:12350: checking for $ac_func" >&5
83307f33
VZ
12350if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
12351 echo $ac_n "(cached) $ac_c" 1>&6
12352else
12353 cat > conftest.$ac_ext <<EOF
bd3277fe 12354#line 12355 "configure"
83307f33
VZ
12355#include "confdefs.h"
12356/* System header to define __stub macros and hopefully few prototypes,
12357 which can conflict with char $ac_func(); below. */
12358#include <assert.h>
12359/* Override any gcc2 internal prototype to avoid an error. */
12360/* We use char because int might match the return type of a gcc2
12361 builtin and then its argument prototype would still apply. */
12362char $ac_func();
12363
12364int main() {
12365
12366/* The GNU C library defines this for functions which it implements
12367 to always fail with ENOSYS. Some functions are actually named
12368 something starting with __ and the normal name is an alias. */
12369#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12370choke me
12371#else
e8482f24 12372$ac_func();
83307f33
VZ
12373#endif
12374
12375; return 0; }
12376EOF
bd3277fe 12377if { (eval echo configure:12378: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
83307f33
VZ
12378 rm -rf conftest*
12379 eval "ac_cv_func_$ac_func=yes"
12380else
12381 echo "configure: failed program was:" >&5
12382 cat conftest.$ac_ext >&5
12383 rm -rf conftest*
12384 eval "ac_cv_func_$ac_func=no"
12385fi
12386rm -f conftest*
12387fi
12388
12389if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
12390 echo "$ac_t""yes" 1>&6
12391 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
12392 cat >> confdefs.h <<EOF
12393#define $ac_tr_func 1
12394EOF
12395
12396else
12397 echo "$ac_t""no" 1>&6
12398fi
12399done
12400
12401
360d6699 12402 echo $ac_n "checking for timezone variable in <time.h>""... $ac_c" 1>&6
bd3277fe 12403echo "configure:12404: checking for timezone variable in <time.h>" >&5
360d6699
VZ
12404if eval "test \"`echo '$''{'wx_cv_var_timezone'+set}'`\" = set"; then
12405 echo $ac_n "(cached) $ac_c" 1>&6
12406else
12407
12408 cat > conftest.$ac_ext <<EOF
bd3277fe 12409#line 12410 "configure"
360d6699
VZ
12410#include "confdefs.h"
12411
12412 #include <time.h>
12413
12414int main() {
12415
12416 int tz;
12417 tz = __timezone;
12418
12419; return 0; }
12420EOF
bd3277fe 12421if { (eval echo configure:12422: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
360d6699
VZ
12422 rm -rf conftest*
12423
12424 wx_cv_var_timezone=__timezone
12425
12426else
12427 echo "configure: failed program was:" >&5
12428 cat conftest.$ac_ext >&5
12429 rm -rf conftest*
12430
12431 cat > conftest.$ac_ext <<EOF
bd3277fe 12432#line 12433 "configure"
360d6699
VZ
12433#include "confdefs.h"
12434
12435 #include <time.h>
12436
12437int main() {
12438
12439 int tz;
12440 tz = _timezone;
12441
12442; return 0; }
12443EOF
bd3277fe 12444if { (eval echo configure:12445: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
360d6699
VZ
12445 rm -rf conftest*
12446
12447 wx_cv_var_timezone=_timezone
12448
5357c8e8
VZ
12449else
12450 echo "configure: failed program was:" >&5
12451 cat conftest.$ac_ext >&5
12452 rm -rf conftest*
12453
12454 cat > conftest.$ac_ext <<EOF
bd3277fe 12455#line 12456 "configure"
5357c8e8
VZ
12456#include "confdefs.h"
12457
12458 #include <time.h>
12459
12460int main() {
12461
12462 int tz;
12463 tz = timezone;
12464
12465; return 0; }
12466EOF
bd3277fe 12467if { (eval echo configure:12468: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5357c8e8
VZ
12468 rm -rf conftest*
12469
12470 wx_cv_var_timezone=timezone
12471
360d6699
VZ
12472else
12473 echo "configure: failed program was:" >&5
12474 cat conftest.$ac_ext >&5
12475 rm -rf conftest*
12476 { echo "configure: error: no timezone variable" 1>&2; exit 1; }
5357c8e8
VZ
12477
12478fi
12479rm -f conftest*
12480
360d6699
VZ
12481
12482fi
12483rm -f conftest*
12484
12485
12486fi
12487rm -f conftest*
12488
12489
12490fi
12491
12492echo "$ac_t""$wx_cv_var_timezone" 1>&6
12493
12494 cat >> confdefs.h <<EOF
12495#define WX_TIMEZONE $wx_cv_var_timezone
12496EOF
12497
12498
3fcdd07b 12499 for ac_func in localtime
afc31813
VZ
12500do
12501echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
bd3277fe 12502echo "configure:12503: checking for $ac_func" >&5
afc31813
VZ
12503if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
12504 echo $ac_n "(cached) $ac_c" 1>&6
12505else
12506 cat > conftest.$ac_ext <<EOF
bd3277fe 12507#line 12508 "configure"
10f2d63a 12508#include "confdefs.h"
afc31813
VZ
12509/* System header to define __stub macros and hopefully few prototypes,
12510 which can conflict with char $ac_func(); below. */
12511#include <assert.h>
12512/* Override any gcc2 internal prototype to avoid an error. */
12513/* We use char because int might match the return type of a gcc2
12514 builtin and then its argument prototype would still apply. */
12515char $ac_func();
12516
10f2d63a 12517int main() {
afc31813
VZ
12518
12519/* The GNU C library defines this for functions which it implements
12520 to always fail with ENOSYS. Some functions are actually named
12521 something starting with __ and the normal name is an alias. */
12522#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12523choke me
12524#else
e8482f24 12525$ac_func();
afc31813
VZ
12526#endif
12527
10f2d63a
VZ
12528; return 0; }
12529EOF
bd3277fe 12530if { (eval echo configure:12531: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a 12531 rm -rf conftest*
afc31813 12532 eval "ac_cv_func_$ac_func=yes"
10f2d63a
VZ
12533else
12534 echo "configure: failed program was:" >&5
12535 cat conftest.$ac_ext >&5
12536 rm -rf conftest*
afc31813
VZ
12537 eval "ac_cv_func_$ac_func=no"
12538fi
12539rm -f conftest*
12540fi
12541
12542if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
12543 echo "$ac_t""yes" 1>&6
12544 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
12545 cat >> confdefs.h <<EOF
12546#define $ac_tr_func 1
12547EOF
3fcdd07b 12548
afc31813
VZ
12549else
12550 echo "$ac_t""no" 1>&6
12551fi
12552done
12553
12554
0470b1e6
VZ
12555 if test "$ac_cv_func_localtime" = "yes"; then
12556 echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6
bd3277fe 12557echo "configure:12558: checking for tm_gmtoff in struct tm" >&5
0470b1e6
VZ
12558if eval "test \"`echo '$''{'wx_cv_struct_tm_has_gmtoff'+set}'`\" = set"; then
12559 echo $ac_n "(cached) $ac_c" 1>&6
12560else
12561
12562 cat > conftest.$ac_ext <<EOF
bd3277fe 12563#line 12564 "configure"
0470b1e6
VZ
12564#include "confdefs.h"
12565
12566 #include <time.h>
12567
12568int main() {
12569
12570 struct tm tm;
12571 tm.tm_gmtoff++;
12572
12573; return 0; }
12574EOF
bd3277fe 12575if { (eval echo configure:12576: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
0470b1e6
VZ
12576 rm -rf conftest*
12577
f03a98d8 12578 wx_cv_struct_tm_has_gmtoff=yes
0470b1e6
VZ
12579 cat >> confdefs.h <<\EOF
12580#define WX_GMTOFF_IN_TM 1
12581EOF
12582
12583
12584else
12585 echo "configure: failed program was:" >&5
12586 cat conftest.$ac_ext >&5
12587 rm -rf conftest*
12588 wx_cv_struct_tm_has_gmtoff=no
12589
12590fi
12591rm -f conftest*
12592
12593fi
12594
12595echo "$ac_t""$wx_cv_struct_tm_has_gmtoff" 1>&6
3fcdd07b
VZ
12596 fi
12597
12598 for ac_func in gettimeofday ftime
12599do
12600echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
bd3277fe 12601echo "configure:12602: checking for $ac_func" >&5
3fcdd07b
VZ
12602if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
12603 echo $ac_n "(cached) $ac_c" 1>&6
12604else
12605 cat > conftest.$ac_ext <<EOF
bd3277fe 12606#line 12607 "configure"
3fcdd07b
VZ
12607#include "confdefs.h"
12608/* System header to define __stub macros and hopefully few prototypes,
12609 which can conflict with char $ac_func(); below. */
12610#include <assert.h>
12611/* Override any gcc2 internal prototype to avoid an error. */
12612/* We use char because int might match the return type of a gcc2
12613 builtin and then its argument prototype would still apply. */
12614char $ac_func();
12615
12616int main() {
12617
12618/* The GNU C library defines this for functions which it implements
12619 to always fail with ENOSYS. Some functions are actually named
12620 something starting with __ and the normal name is an alias. */
12621#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12622choke me
12623#else
e8482f24 12624$ac_func();
3fcdd07b
VZ
12625#endif
12626
12627; return 0; }
12628EOF
bd3277fe 12629if { (eval echo configure:12630: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3fcdd07b
VZ
12630 rm -rf conftest*
12631 eval "ac_cv_func_$ac_func=yes"
12632else
12633 echo "configure: failed program was:" >&5
12634 cat conftest.$ac_ext >&5
12635 rm -rf conftest*
12636 eval "ac_cv_func_$ac_func=no"
12637fi
12638rm -f conftest*
12639fi
12640
12641if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
12642 echo "$ac_t""yes" 1>&6
12643 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
12644 cat >> confdefs.h <<EOF
12645#define $ac_tr_func 1
12646EOF
12647 break
12648else
12649 echo "$ac_t""no" 1>&6
12650fi
12651done
12652
12653
12654 if test "$ac_cv_func_gettimeofday" = "yes"; then
afc31813 12655 echo $ac_n "checking whether gettimeofday takes two arguments""... $ac_c" 1>&6
bd3277fe 12656echo "configure:12657: checking whether gettimeofday takes two arguments" >&5
afc31813
VZ
12657if eval "test \"`echo '$''{'wx_cv_func_gettimeofday_has_2_args'+set}'`\" = set"; then
12658 echo $ac_n "(cached) $ac_c" 1>&6
12659else
12660
12661
12662 ac_ext=C
12663# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12664ac_cpp='$CXXCPP $CPPFLAGS'
12665ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12666ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12667cross_compiling=$ac_cv_prog_cxx_cross
12668
12669
12670 cat > conftest.$ac_ext <<EOF
bd3277fe 12671#line 12672 "configure"
10f2d63a 12672#include "confdefs.h"
afc31813
VZ
12673
12674 #include <sys/time.h>
12675 #include <unistd.h>
12676
10f2d63a 12677int main() {
afc31813
VZ
12678
12679 struct timeval tv;
12680 struct timezone tz;
12681 gettimeofday(&tv, &tz);
12682
10f2d63a
VZ
12683; return 0; }
12684EOF
bd3277fe 12685if { (eval echo configure:12686: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10f2d63a 12686 rm -rf conftest*
afc31813 12687 wx_cv_func_gettimeofday_has_2_args=yes
10f2d63a
VZ
12688else
12689 echo "configure: failed program was:" >&5
12690 cat conftest.$ac_ext >&5
12691 rm -rf conftest*
12692 cat > conftest.$ac_ext <<EOF
bd3277fe 12693#line 12694 "configure"
10f2d63a 12694#include "confdefs.h"
afc31813
VZ
12695
12696 #include <sys/time.h>
12697 #include <unistd.h>
12698
10f2d63a 12699int main() {
afc31813
VZ
12700
12701 struct timeval tv;
12702 gettimeofday(&tv);
12703
10f2d63a
VZ
12704; return 0; }
12705EOF
bd3277fe 12706if { (eval echo configure:12707: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10f2d63a 12707 rm -rf conftest*
afc31813 12708 wx_cv_func_gettimeofday_has_2_args=no
10f2d63a
VZ
12709else
12710 echo "configure: failed program was:" >&5
12711 cat conftest.$ac_ext >&5
12712 rm -rf conftest*
afc31813
VZ
12713 wx_cv_func_gettimeofday_has_2_args=unknown
12714
10f2d63a
VZ
12715fi
12716rm -f conftest*
afc31813 12717
10f2d63a
VZ
12718fi
12719rm -f conftest*
afc31813 12720 ac_ext=c
10f2d63a
VZ
12721# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12722ac_cpp='$CPP $CPPFLAGS'
12723ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12724ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12725cross_compiling=$ac_cv_prog_cc_cross
12726
afc31813
VZ
12727
12728fi
12729
12730echo "$ac_t""$wx_cv_func_gettimeofday_has_2_args" 1>&6
c63c7106 12731
afc31813
VZ
12732 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
12733 cat >> confdefs.h <<\EOF
12734#define WX_GETTIMEOFDAY_NO_TZ 1
12735EOF
12736
12737 fi
12738 fi
12739
12740 cat >> confdefs.h <<\EOF
12741#define wxUSE_TIMEDATE 1
12742EOF
12743
12744 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
12745fi
12746
12747
b089607b
VZ
12748if test "$TOOLKIT" != "MSW"; then
12749
afc31813 12750if test "$wxUSE_SOCKETS" = "yes"; then
c63c7106 12751 echo $ac_n "checking for socket""... $ac_c" 1>&6
bd3277fe 12752echo "configure:12753: checking for socket" >&5
c63c7106
VZ
12753if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
12754 echo $ac_n "(cached) $ac_c" 1>&6
12755else
12756 cat > conftest.$ac_ext <<EOF
bd3277fe 12757#line 12758 "configure"
c63c7106
VZ
12758#include "confdefs.h"
12759/* System header to define __stub macros and hopefully few prototypes,
12760 which can conflict with char socket(); below. */
12761#include <assert.h>
12762/* Override any gcc2 internal prototype to avoid an error. */
12763/* We use char because int might match the return type of a gcc2
12764 builtin and then its argument prototype would still apply. */
12765char socket();
12766
12767int main() {
12768
12769/* The GNU C library defines this for functions which it implements
12770 to always fail with ENOSYS. Some functions are actually named
12771 something starting with __ and the normal name is an alias. */
12772#if defined (__stub_socket) || defined (__stub___socket)
12773choke me
12774#else
e8482f24 12775socket();
c63c7106
VZ
12776#endif
12777
12778; return 0; }
12779EOF
bd3277fe 12780if { (eval echo configure:12781: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c63c7106
VZ
12781 rm -rf conftest*
12782 eval "ac_cv_func_socket=yes"
12783else
12784 echo "configure: failed program was:" >&5
12785 cat conftest.$ac_ext >&5
12786 rm -rf conftest*
12787 eval "ac_cv_func_socket=no"
12788fi
12789rm -f conftest*
12790fi
12791
12792if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then
12793 echo "$ac_t""yes" 1>&6
12794 :
12795else
12796 echo "$ac_t""no" 1>&6
12797echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
bd3277fe 12798echo "configure:12799: checking for socket in -lsocket" >&5
c63c7106
VZ
12799ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
12800if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12801 echo $ac_n "(cached) $ac_c" 1>&6
12802else
12803 ac_save_LIBS="$LIBS"
12804LIBS="-lsocket $LIBS"
12805cat > conftest.$ac_ext <<EOF
bd3277fe 12806#line 12807 "configure"
c63c7106
VZ
12807#include "confdefs.h"
12808/* Override any gcc2 internal prototype to avoid an error. */
12809/* We use char because int might match the return type of a gcc2
12810 builtin and then its argument prototype would still apply. */
12811char socket();
12812
12813int main() {
12814socket()
12815; return 0; }
12816EOF
bd3277fe 12817if { (eval echo configure:12818: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c63c7106
VZ
12818 rm -rf conftest*
12819 eval "ac_cv_lib_$ac_lib_var=yes"
12820else
12821 echo "configure: failed program was:" >&5
12822 cat conftest.$ac_ext >&5
12823 rm -rf conftest*
12824 eval "ac_cv_lib_$ac_lib_var=no"
12825fi
12826rm -f conftest*
12827LIBS="$ac_save_LIBS"
12828
12829fi
12830if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12831 echo "$ac_t""yes" 1>&6
12832 INET_LINK="$INET_LINK -lsocket"
c63c7106
VZ
12833else
12834 echo "$ac_t""no" 1>&6
afc31813
VZ
12835
12836 echo "configure: warning: socket library not found - sockets will be disabled" 1>&2
12837 wxUSE_SOCKETS=no
12838
12839
c63c7106
VZ
12840fi
12841
12842
12843fi
12844
10f2d63a
VZ
12845fi
12846
b089607b
VZ
12847fi
12848
afc31813 12849if test "$wxUSE_SOCKETS" = "yes" ; then
51a9faba 12850 echo $ac_n "checking what is the type of the third argument of getsockname""... $ac_c" 1>&6
bd3277fe 12851echo "configure:12852: checking what is the type of the third argument of getsockname" >&5
51a9faba
VZ
12852if eval "test \"`echo '$''{'wx_cv_type_getsockname3'+set}'`\" = set"; then
12853 echo $ac_n "(cached) $ac_c" 1>&6
12854else
12855
12856
12857 ac_ext=C
afc31813
VZ
12858# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12859ac_cpp='$CXXCPP $CPPFLAGS'
12860ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12861ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12862cross_compiling=$ac_cv_prog_cxx_cross
12863
51a9faba
VZ
12864
12865 cat > conftest.$ac_ext <<EOF
bd3277fe 12866#line 12867 "configure"
afc31813 12867#include "confdefs.h"
51a9faba 12868
3ace2e6d 12869 #include <sys/types.h>
51a9faba
VZ
12870 #include <sys/socket.h>
12871
afc31813 12872int main() {
51a9faba
VZ
12873
12874 socklen_t len;
12875 getsockname(0, 0, &len);
12876
afc31813
VZ
12877; return 0; }
12878EOF
bd3277fe 12879if { (eval echo configure:12880: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
afc31813 12880 rm -rf conftest*
51a9faba 12881 wx_cv_type_getsockname3=socklen_t
afc31813
VZ
12882else
12883 echo "configure: failed program was:" >&5
12884 cat conftest.$ac_ext >&5
12885 rm -rf conftest*
12886 cat > conftest.$ac_ext <<EOF
bd3277fe 12887#line 12888 "configure"
afc31813 12888#include "confdefs.h"
51a9faba 12889
3ace2e6d 12890 #include <sys/types.h>
51a9faba
VZ
12891 #include <sys/socket.h>
12892
afc31813 12893int main() {
51a9faba
VZ
12894
12895 size_t len;
12896 getsockname(0, 0, &len);
12897
afc31813
VZ
12898; return 0; }
12899EOF
bd3277fe 12900if { (eval echo configure:12901: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
afc31813 12901 rm -rf conftest*
51a9faba 12902 wx_cv_type_getsockname3=size_t
afc31813
VZ
12903else
12904 echo "configure: failed program was:" >&5
12905 cat conftest.$ac_ext >&5
12906 rm -rf conftest*
12907 cat > conftest.$ac_ext <<EOF
bd3277fe 12908#line 12909 "configure"
afc31813 12909#include "confdefs.h"
51a9faba 12910
3ace2e6d 12911 #include <sys/types.h>
51a9faba
VZ
12912 #include <sys/socket.h>
12913
afc31813 12914int main() {
51a9faba
VZ
12915
12916 int len;
12917 getsockname(0, 0, &len);
12918
afc31813
VZ
12919; return 0; }
12920EOF
bd3277fe 12921if { (eval echo configure:12922: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
afc31813 12922 rm -rf conftest*
51a9faba 12923 wx_cv_type_getsockname3=int
afc31813
VZ
12924else
12925 echo "configure: failed program was:" >&5
12926 cat conftest.$ac_ext >&5
3ace2e6d
SN
12927 rm -rf conftest*
12928 wx_cv_type_getsockname3=unknown
12929
afc31813
VZ
12930fi
12931rm -f conftest*
51a9faba 12932
afc31813
VZ
12933fi
12934rm -f conftest*
51a9faba 12935
afc31813
VZ
12936fi
12937rm -f conftest*
51a9faba
VZ
12938
12939 ac_ext=c
afc31813
VZ
12940# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12941ac_cpp='$CPP $CPPFLAGS'
12942ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12943ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12944cross_compiling=$ac_cv_prog_cc_cross
12945
51a9faba
VZ
12946
12947fi
12948
12949echo "$ac_t""$wx_cv_type_getsockname3" 1>&6
12950
12951 if test "$wx_cv_type_getsockname3" = "unknown"; then
12952 wxUSE_SOCKETS=no
12953 echo "configure: warning: Couldn't find socklen_t synonym for this system" 1>&2
12954 else
12955 cat >> confdefs.h <<EOF
12956#define SOCKLEN_T $wx_cv_type_getsockname3
12957EOF
12958
12959 fi
12960fi
afc31813 12961
51a9faba 12962if test "$wxUSE_SOCKETS" = "yes" ; then
afc31813
VZ
12963 cat >> confdefs.h <<\EOF
12964#define wxUSE_SOCKETS 1
12965EOF
12966
70f7a477 12967 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
afc31813
VZ
12968 INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS protocol"
12969fi
12970
10f2d63a 12971
b089607b
VZ
12972if test "$TOOLKIT" != "MSW"; then
12973
10f2d63a
VZ
12974if test "$wxUSE_JOYSTICK" = 1; then
12975 for ac_hdr in linux/joystick.h
12976do
12977ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12978echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
bd3277fe 12979echo "configure:12980: checking for $ac_hdr" >&5
10f2d63a
VZ
12980if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12981 echo $ac_n "(cached) $ac_c" 1>&6
12982else
12983 cat > conftest.$ac_ext <<EOF
bd3277fe 12984#line 12985 "configure"
10f2d63a
VZ
12985#include "confdefs.h"
12986#include <$ac_hdr>
12987EOF
12988ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
bd3277fe 12989{ (eval echo configure:12990: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
12990ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12991if test -z "$ac_err"; then
12992 rm -rf conftest*
12993 eval "ac_cv_header_$ac_safe=yes"
12994else
12995 echo "$ac_err" >&5
12996 echo "configure: failed program was:" >&5
12997 cat conftest.$ac_ext >&5
12998 rm -rf conftest*
12999 eval "ac_cv_header_$ac_safe=no"
13000fi
13001rm -f conftest*
13002fi
13003if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13004 echo "$ac_t""yes" 1>&6
13005 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
13006 cat >> confdefs.h <<EOF
13007#define $ac_tr_hdr 1
13008EOF
13009
13010else
13011 echo "$ac_t""no" 1>&6
13012fi
13013done
13014
b089607b
VZ
13015 if test "$ac_cv_header_linux_joystick_h" != "yes"; then
13016 wxUSE_JOYSTICK=0
13017 echo "configure: warning: Joystick not supported yb this system" 1>&2
13018 fi
13019fi
13020
13021fi
13022
13023if test "$wxUSE_JOYSTICK" = 1; then
10f2d63a
VZ
13024 cat >> confdefs.h <<\EOF
13025#define wxUSE_JOYSTICK 1
13026EOF
13027
13028 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
10f2d63a
VZ
13029fi
13030
13031
b089607b
VZ
13032if test "$TOOLKIT" != "MSW"; then
13033
10f2d63a
VZ
13034HAVE_DL_FUNCS=0
13035HAVE_SHL_FUNCS=0
13036if test "$wxUSE_DYNLIB_CLASS" = "yes"; then
13037 for ac_func in dlopen
13038do
13039echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
bd3277fe 13040echo "configure:13041: checking for $ac_func" >&5
10f2d63a
VZ
13041if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13042 echo $ac_n "(cached) $ac_c" 1>&6
13043else
13044 cat > conftest.$ac_ext <<EOF
bd3277fe 13045#line 13046 "configure"
10f2d63a
VZ
13046#include "confdefs.h"
13047/* System header to define __stub macros and hopefully few prototypes,
13048 which can conflict with char $ac_func(); below. */
13049#include <assert.h>
13050/* Override any gcc2 internal prototype to avoid an error. */
13051/* We use char because int might match the return type of a gcc2
13052 builtin and then its argument prototype would still apply. */
13053char $ac_func();
13054
13055int main() {
13056
13057/* The GNU C library defines this for functions which it implements
13058 to always fail with ENOSYS. Some functions are actually named
13059 something starting with __ and the normal name is an alias. */
13060#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13061choke me
13062#else
e8482f24 13063$ac_func();
10f2d63a
VZ
13064#endif
13065
13066; return 0; }
13067EOF
bd3277fe 13068if { (eval echo configure:13069: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
13069 rm -rf conftest*
13070 eval "ac_cv_func_$ac_func=yes"
13071else
13072 echo "configure: failed program was:" >&5
13073 cat conftest.$ac_ext >&5
13074 rm -rf conftest*
13075 eval "ac_cv_func_$ac_func=no"
13076fi
13077rm -f conftest*
13078fi
13079
13080if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13081 echo "$ac_t""yes" 1>&6
13082 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13083 cat >> confdefs.h <<EOF
13084#define $ac_tr_func 1
13085EOF
13086
13087 cat >> confdefs.h <<\EOF
13088#define HAVE_DLOPEN 1
13089EOF
13090
13091 HAVE_DL_FUNCS=1
13092
13093else
13094 echo "$ac_t""no" 1>&6
13095echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
bd3277fe 13096echo "configure:13097: checking for dlopen in -ldl" >&5
10f2d63a
VZ
13097ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
13098if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13099 echo $ac_n "(cached) $ac_c" 1>&6
13100else
13101 ac_save_LIBS="$LIBS"
13102LIBS="-ldl $LIBS"
13103cat > conftest.$ac_ext <<EOF
bd3277fe 13104#line 13105 "configure"
10f2d63a
VZ
13105#include "confdefs.h"
13106/* Override any gcc2 internal prototype to avoid an error. */
13107/* We use char because int might match the return type of a gcc2
13108 builtin and then its argument prototype would still apply. */
13109char dlopen();
13110
13111int main() {
13112dlopen()
13113; return 0; }
13114EOF
bd3277fe 13115if { (eval echo configure:13116: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
13116 rm -rf conftest*
13117 eval "ac_cv_lib_$ac_lib_var=yes"
13118else
13119 echo "configure: failed program was:" >&5
13120 cat conftest.$ac_ext >&5
13121 rm -rf conftest*
13122 eval "ac_cv_lib_$ac_lib_var=no"
13123fi
13124rm -f conftest*
13125LIBS="$ac_save_LIBS"
13126
13127fi
13128if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13129 echo "$ac_t""yes" 1>&6
13130
13131 cat >> confdefs.h <<\EOF
13132#define HAVE_DLOPEN 1
13133EOF
13134
13135 HAVE_DL_FUNCS=1
13136 LIBS="$LIBS -ldl"
13137
13138else
13139 echo "$ac_t""no" 1>&6
13140
13141 for ac_func in shl_load
13142do
13143echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
bd3277fe 13144echo "configure:13145: checking for $ac_func" >&5
10f2d63a
VZ
13145if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13146 echo $ac_n "(cached) $ac_c" 1>&6
13147else
13148 cat > conftest.$ac_ext <<EOF
bd3277fe 13149#line 13150 "configure"
10f2d63a
VZ
13150#include "confdefs.h"
13151/* System header to define __stub macros and hopefully few prototypes,
13152 which can conflict with char $ac_func(); below. */
13153#include <assert.h>
13154/* Override any gcc2 internal prototype to avoid an error. */
13155/* We use char because int might match the return type of a gcc2
13156 builtin and then its argument prototype would still apply. */
13157char $ac_func();
13158
13159int main() {
13160
13161/* The GNU C library defines this for functions which it implements
13162 to always fail with ENOSYS. Some functions are actually named
13163 something starting with __ and the normal name is an alias. */
13164#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13165choke me
13166#else
e8482f24 13167$ac_func();
10f2d63a
VZ
13168#endif
13169
13170; return 0; }
13171EOF
bd3277fe 13172if { (eval echo configure:13173: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
13173 rm -rf conftest*
13174 eval "ac_cv_func_$ac_func=yes"
13175else
13176 echo "configure: failed program was:" >&5
13177 cat conftest.$ac_ext >&5
13178 rm -rf conftest*
13179 eval "ac_cv_func_$ac_func=no"
13180fi
13181rm -f conftest*
13182fi
13183
13184if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13185 echo "$ac_t""yes" 1>&6
13186 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13187 cat >> confdefs.h <<EOF
13188#define $ac_tr_func 1
13189EOF
13190
13191 cat >> confdefs.h <<\EOF
13192#define HAVE_SHL_LOAD 1
13193EOF
13194
13195 HAVE_SHL_FUNCS=1
13196
13197else
13198 echo "$ac_t""no" 1>&6
13199fi
13200done
13201
13202
13203fi
13204
13205
13206fi
13207done
13208
13209
13210 if test "$HAVE_DL_FUNCS" = 0; then
13211 if test "$HAVE_SHL_FUNCS" = 0; then
13212 if test "$USE_UNIX" = 1; then
b12915c1 13213 echo "configure: warning: Missing dynamic loading support, several features will be disabled" 1>&2
10f2d63a
VZ
13214 wxUSE_DYNLIB_CLASS=no
13215 else
b12915c1 13216 echo "configure: warning: Assuming wxLibrary class works on this platform" 1>&2
10f2d63a
VZ
13217 fi
13218 fi
13219 fi
13220fi
13221
b089607b
VZ
13222fi
13223
10f2d63a 13224if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
b12915c1 13225 cat >> confdefs.h <<\EOF
10f2d63a
VZ
13226#define wxUSE_DYNLIB_CLASS 1
13227EOF
13228
b12915c1
VZ
13229else
13230 wxUSE_ODBC=no
13231 wxUSE_SERIAL=no
10f2d63a
VZ
13232fi
13233
13234
13235if test "$wxUSE_UNICODE" = "yes" ; then
13236 cat >> confdefs.h <<\EOF
13237#define wxUSE_UNICODE 1
13238EOF
13239
13240fi
13241
13242if test "$wxUSE_WCSRTOMBS" = "yes" ; then
13243 cat >> confdefs.h <<\EOF
13244#define wxUSE_WCSRTOMBS 1
13245EOF
13246
13247fi
13248
13249if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
13250 cat >> confdefs.h <<\EOF
13251#define wxUSE_EXPERIMENTAL_PRINTF 1
13252EOF
13253
13254fi
13255
13256
b12915c1
VZ
13257if test "$wxUSE_SERIAL" = "yes" ; then
13258 cat >> confdefs.h <<\EOF
13259#define wxUSE_SERIAL 1
13260EOF
13261
13262fi
13263
13264
10f2d63a
VZ
13265IODBC_C_SRC=""
13266if test "$wxUSE_ODBC" = "yes" ; then
13267 cat >> confdefs.h <<\EOF
13268#define wxUSE_ODBC 1
13269EOF
13270
13271 WXODBCFLAG="-D_IODBC_"
13272 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db"
13273 IODBCOBJS="\$(IODBC_OBJS)"
13274else
13275 IODBCOBJS=
13276fi
13277
13278
13279if test "$wxUSE_POSTSCRIPT" = "yes" ; then
13280 cat >> confdefs.h <<\EOF
13281#define wxUSE_POSTSCRIPT 1
13282EOF
13283
13284fi
13285
13286cat >> confdefs.h <<\EOF
13287#define wxUSE_AFM_FOR_POSTSCRIPT 1
13288EOF
13289
13290
13291cat >> confdefs.h <<\EOF
13292#define wxUSE_NORMALIZED_PS_FONTS 1
13293EOF
13294
13295
13296
13297if test "$wxUSE_CONSTRAINTS" = "yes"; then
13298 cat >> confdefs.h <<\EOF
13299#define wxUSE_CONSTRAINTS 1
13300EOF
13301
13302 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
13303fi
13304
13305if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
13306 cat >> confdefs.h <<\EOF
13307#define wxUSE_MDI_ARCHITECTURE 1
13308EOF
13309
13310 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
13311fi
13312
13313if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
13314 cat >> confdefs.h <<\EOF
13315#define wxUSE_DOC_VIEW_ARCHITECTURE 1
13316EOF
13317
13318 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
13319 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
13320 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi"
13321 fi
13322fi
13323
13324if test "$wxUSE_HELP" = "yes"; then
13325 cat >> confdefs.h <<\EOF
13326#define wxUSE_HELP 1
13327EOF
13328
13329 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
13330fi
13331
13332if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
13333 if test "$wxUSE_CONSTRAINTS" != "yes"; then
13334 echo "configure: warning: Printing support cannot be used without constraints so it won't be compiled without it" 1>&2
13335 else
13336 cat >> confdefs.h <<\EOF
13337#define wxUSE_PRINTING_ARCHITECTURE 1
13338EOF
13339
13340 fi
13341 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
13342fi
13343
13344if test "$wxUSE_PROLOGIO" = "yes" ; then
13345 cat >> confdefs.h <<\EOF
13346#define wxUSE_PROLOGIO 1
13347EOF
13348
13349fi
13350
13351if test "$wxUSE_RESOURCES" = "yes" ; then
13352 if test "$wxUSE_PROLOGIO" = "yes" ; then
13353 cat >> confdefs.h <<\EOF
13354#define wxUSE_RESOURCES 1
13355EOF
13356
13357 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS resource"
13358 else
13359 echo "configure: warning: wxWindows ressource system requires PrologIO and can't be compiled without it." 1>&2
13360 fi
13361fi
13362
13363if test "$wxUSE_X_RESOURCES" = "yes"; then
13364 cat >> confdefs.h <<\EOF
13365#define wxUSE_X_RESOURCES 1
13366EOF
13367
13368fi
13369
13370
13371if test "$wxUSE_IPC" = "yes"; then
eb4efbdc
VZ
13372 if test "$wxUSE_SOCKETS" != "yes"; then
13373 echo "configure: warning: wxWindows IPC classes require sockets" 1>&2
13374 fi
13375
10f2d63a
VZ
13376 cat >> confdefs.h <<\EOF
13377#define wxUSE_IPC 1
13378EOF
13379
13380fi
13381
13382if test "$wxUSE_CLIPBOARD" = "yes"; then
13383 cat >> confdefs.h <<\EOF
13384#define wxUSE_CLIPBOARD 1
13385EOF
13386
13387fi
13388
13389if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
13390 if test "$wxUSE_GTK" = 1; then
13391 if test "$WXGTK12" != 1; then
13392 echo "configure: warning: Drag and drop is only supported under GTK+ 1.2" 1>&2
13393 wxUSE_DRAG_AND_DROP=no
13394 fi
13395 fi
13396
13397 if test "$wxUSE_MOTIF" = 1; then
13398 echo "configure: warning: Drag and drop is not yet supported under Motif" 1>&2
13399 wxUSE_DRAG_AND_DROP=no
13400 fi
13401
13402 if test "$USE_WIN32" = 1; then
13403 for ac_hdr in ole2.h
13404do
13405ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
13406echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
bd3277fe 13407echo "configure:13408: checking for $ac_hdr" >&5
10f2d63a
VZ
13408if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13409 echo $ac_n "(cached) $ac_c" 1>&6
13410else
13411 cat > conftest.$ac_ext <<EOF
bd3277fe 13412#line 13413 "configure"
10f2d63a
VZ
13413#include "confdefs.h"
13414#include <$ac_hdr>
13415EOF
13416ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
bd3277fe 13417{ (eval echo configure:13418: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
13418ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13419if test -z "$ac_err"; then
13420 rm -rf conftest*
13421 eval "ac_cv_header_$ac_safe=yes"
13422else
13423 echo "$ac_err" >&5
13424 echo "configure: failed program was:" >&5
13425 cat conftest.$ac_ext >&5
13426 rm -rf conftest*
13427 eval "ac_cv_header_$ac_safe=no"
13428fi
13429rm -f conftest*
13430fi
13431if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13432 echo "$ac_t""yes" 1>&6
13433 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
13434 cat >> confdefs.h <<EOF
13435#define $ac_tr_hdr 1
13436EOF
13437
13438else
13439 echo "$ac_t""no" 1>&6
13440fi
13441done
13442
13443 if test "x$HAVE_OLE2_H" = x ; then
13444 echo "configure: warning: Drag and drop disabled because OLE headers not found" 1>&2
13445 wxUSE_DRAG_AND_DROP=no
13446 fi
13447 fi
13448
13449 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
13450 cat >> confdefs.h <<\EOF
13451#define wxUSE_DRAG_AND_DROP 1
13452EOF
13453
13454 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
13455 fi
13456
13457fi
13458
13459if test "$wxUSE_SPLINES" = "yes" ; then
13460 cat >> confdefs.h <<\EOF
13461#define wxUSE_SPLINES 1
13462EOF
13463
13464fi
13465
13466
13467if test "$wxUSE_ACCEL" = "yes"; then
13468 cat >> confdefs.h <<\EOF
13469#define wxUSE_ACCEL 1
13470EOF
13471
13472fi
13473
13474if test "$wxUSE_CARET" = "yes"; then
13475 cat >> confdefs.h <<\EOF
13476#define wxUSE_CARET 1
13477EOF
13478
13479 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
13480fi
13481
13482if test "$wxUSE_COMBOBOX" = "yes"; then
13483 cat >> confdefs.h <<\EOF
13484#define wxUSE_COMBOBOX 1
13485EOF
13486
13487fi
13488
13489if test "$wxUSE_CHOICE" = "yes"; then
13490 cat >> confdefs.h <<\EOF
13491#define wxUSE_CHOICE 1
13492EOF
13493
13494fi
13495
13496if test "$wxUSE_BMPBUTTON" = "yes"; then
13497 cat >> confdefs.h <<\EOF
13498#define wxUSE_BMPBUTTON 1
13499EOF
13500
13501fi
13502
13503if test "$wxUSE_CHECKBOX" = "yes"; then
13504 cat >> confdefs.h <<\EOF
13505#define wxUSE_CHECKBOX 1
13506EOF
13507
13508fi
13509
13510if test "$wxUSE_CHECKLST" = "yes"; then
13511 cat >> confdefs.h <<\EOF
13512#define wxUSE_CHECKLISTBOX 1
13513EOF
13514
13515 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst"
13516fi
13517
13518if test "$wxUSE_GAUGE" = "yes"; then
13519 cat >> confdefs.h <<\EOF
13520#define wxUSE_GAUGE 1
13521EOF
13522
13523fi
13524
d6a55c4b
VZ
13525if test "$wxUSE_NEW_GRID" = "yes"; then
13526 wxUSE_GRID="yes"
10f2d63a 13527 cat >> confdefs.h <<\EOF
d6a55c4b 13528#define wxUSE_NEW_GRID 1
10f2d63a
VZ
13529EOF
13530
d6a55c4b 13531 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS newgrid"
10f2d63a
VZ
13532fi
13533
d6a55c4b 13534if test "$wxUSE_GRID" = "yes"; then
10f2d63a 13535 cat >> confdefs.h <<\EOF
d6a55c4b 13536#define wxUSE_GRID 1
10f2d63a
VZ
13537EOF
13538
d6a55c4b 13539 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
10f2d63a
VZ
13540fi
13541
13542if test "$wxUSE_IMAGLIST" = "yes"; then
13543 cat >> confdefs.h <<\EOF
13544#define wxUSE_IMAGLIST 1
13545EOF
13546
13547fi
13548
13549if test "$wxUSE_LISTBOX" = "yes"; then
13550 cat >> confdefs.h <<\EOF
13551#define wxUSE_LISTBOX 1
13552EOF
13553
13554fi
13555
13556if test "$wxUSE_LISTCTRL" = "yes"; then
13557 if test "$wxUSE_IMAGLIST" = "yes"; then
13558 cat >> confdefs.h <<\EOF
13559#define wxUSE_LISTCTRL 1
13560EOF
13561
13562 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
13563 else
13564 echo "configure: warning: wxListCtrl requires wxImageList and won't be compiled without it" 1>&2
13565 fi
13566fi
13567
13568if test "$wxUSE_NOTEBOOK" = "yes"; then
13569 cat >> confdefs.h <<\EOF
13570#define wxUSE_NOTEBOOK 1
13571EOF
13572
13573 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
13574fi
13575
13576if test "$wxUSE_RADIOBOX" = "yes"; then
13577 cat >> confdefs.h <<\EOF
13578#define wxUSE_RADIOBOX 1
13579EOF
13580
13581fi
13582
13583if test "$wxUSE_RADIOBTN" = "yes"; then
13584 cat >> confdefs.h <<\EOF
13585#define wxUSE_RADIOBTN 1
13586EOF
13587
13588fi
13589
13590if test "$wxUSE_SASH" = "yes"; then
13591 cat >> confdefs.h <<\EOF
13592#define wxUSE_SASH 1
13593EOF
13594
13595 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
13596fi
13597
13598if test "$wxUSE_SCROLLBAR" = "yes"; then
13599 cat >> confdefs.h <<\EOF
13600#define wxUSE_SCROLLBAR 1
13601EOF
13602
741a9306 13603 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub"
10f2d63a
VZ
13604fi
13605
13606if test "$wxUSE_SLIDER" = "yes"; then
13607 cat >> confdefs.h <<\EOF
13608#define wxUSE_SLIDER 1
13609EOF
13610
13611fi
13612
13613if test "$wxUSE_SPINBTN" = "yes"; then
13614 cat >> confdefs.h <<\EOF
13615#define wxUSE_SPINBTN 1
13616EOF
13617
13618fi
13619
56cfaa52
RR
13620if test "$wxUSE_SPINCTRL" = "yes"; then
13621 cat >> confdefs.h <<\EOF
13622#define wxUSE_SPINCTRL 1
13623EOF
13624
13625fi
13626
10f2d63a
VZ
13627if test "$wxUSE_SPLITTER" = "yes"; then
13628 cat >> confdefs.h <<\EOF
13629#define wxUSE_SPLITTER 1
13630EOF
13631
13632 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
13633fi
13634
13635if test "$wxUSE_STATBMP" = "yes"; then
13636 cat >> confdefs.h <<\EOF
13637#define wxUSE_STATBMP 1
13638EOF
13639
13640fi
13641
13642if test "$wxUSE_STATBOX" = "yes"; then
13643 cat >> confdefs.h <<\EOF
13644#define wxUSE_STATBOX 1
13645EOF
13646
13647fi
13648
13649if test "$wxUSE_STATLINE" = "yes"; then
13650 if test "$wxUSE_WINE" = 1 ; then
13651 echo "configure: warning: wxStaticLine is not supported under WINE" 1>&2
13652 else
13653 cat >> confdefs.h <<\EOF
13654#define wxUSE_STATLINE 1
13655EOF
13656
13657 fi
13658fi
13659
13660if test "$wxUSE_STATUSBAR" = "yes"; then
13661 cat >> confdefs.h <<\EOF
13662#define wxUSE_STATUSBAR 1
13663EOF
13664
2286341c
VZ
13665
13666 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
10f2d63a
VZ
13667fi
13668
13669if test "$wxUSE_TABDIALOG" = "yes"; then
13670 cat >> confdefs.h <<\EOF
13671#define wxUSE_TAB_DIALOG 1
13672EOF
13673
13674 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS tab"
13675fi
13676
360d6699
VZ
13677if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
13678 cat >> confdefs.h <<\EOF
13679#define wxUSE_TOOLBAR_SIMPLE 1
13680EOF
13681
13682 wxUSE_TOOLBAR="yes"
13683fi
13684
10f2d63a
VZ
13685if test "$wxUSE_TOOLBAR" = "yes"; then
13686 cat >> confdefs.h <<\EOF
13687#define wxUSE_TOOLBAR 1
13688EOF
13689
360d6699
VZ
13690
13691 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
13692 wxUSE_TOOLBAR_NATIVE="yes"
13693 fi
13694
10f2d63a
VZ
13695 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
13696fi
13697
360d6699
VZ
13698if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
13699 cat >> confdefs.h <<\EOF
13700#define wxUSE_TOOLBAR_NATIVE 1
13701EOF
13702
13703fi
13704
10f2d63a
VZ
13705if test "$wxUSE_TOOLTIPS" = "yes"; then
13706 if test "$wxUSE_MOTIF" = 1; then
13707 echo "configure: warning: wxTooltip not supported yet under Motif" 1>&2
13708 else
13709 if test "$wxUSE_WINE" = 1; then
13710 echo "configure: warning: wxTooltip not supported under WINE" 1>&2
13711 else
13712 cat >> confdefs.h <<\EOF
13713#define wxUSE_TOOLTIPS 1
13714EOF
13715
13716 fi
13717 fi
13718fi
13719
13720if test "$wxUSE_TREECTRL" = "yes"; then
13721 if test "$wxUSE_IMAGLIST" = "yes"; then
13722 cat >> confdefs.h <<\EOF
13723#define wxUSE_TREECTRL 1
13724EOF
13725
13726 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
13727 else
13728 echo "configure: warning: wxTreeCtrl requires wxImageList and won't be compiled without it" 1>&2
13729 fi
13730fi
13731
13732
13733
13734if test "$wxUSE_METAFILE" = "yes"; then
13735 cat >> confdefs.h <<\EOF
13736#define wxUSE_METAFILE 1
13737EOF
13738
13739fi
13740
13741if test "$wxUSE_DIRDLG" = "yes"; then
13742 if test "$wxUSE_CONSTRAINTS" != "yes"; then
13743 echo "configure: warning: wxDirDialog requires constraints so it won't be compiled without them" 1>&2
13744 else
13745 if test "$wxUSE_TREECTRL" != "yes"; then
13746 echo "configure: warning: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" 1>&2
13747 else
13748 cat >> confdefs.h <<\EOF
13749#define wxUSE_DIRDLG 1
13750EOF
13751
13752 fi
13753 fi
13754fi
13755
13756if test "$wxUSE_TEXTDLG" = "yes"; then
13757 cat >> confdefs.h <<\EOF
13758#define wxUSE_TEXTDLG 1
13759EOF
13760
13761fi
13762
13763if test "$wxUSE_STARTUP_TIPS" = "yes"; then
13764 if test "$wxUSE_CONSTRAINTS" != "yes"; then
13765 echo "configure: warning: Startup tips requires constraints and won't be compiled without them" 1>&2
13766 else
13767 cat >> confdefs.h <<\EOF
13768#define wxUSE_STARTUP_TIPS 1
13769EOF
13770
13771 fi
13772fi
13773
13774if test "$wxUSE_PROGRESSDLG" = "yes"; then
13775 if test "$wxUSE_CONSTRAINTS" != "yes"; then
13776 echo "configure: warning: wxProgressDialog requires constraints so it won't be compiled without them" 1>&2
13777 else
13778 cat >> confdefs.h <<\EOF
13779#define wxUSE_PROGRESSDLG 1
13780EOF
13781
13782 fi
13783fi
13784
13785if test "$wxUSE_MINIFRAME" = "yes"; then
13786 cat >> confdefs.h <<\EOF
13787#define wxUSE_MINIFRAME 1
13788EOF
13789
13790 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram"
13791fi
13792
13793if test "$wxUSE_HTML" = "yes"; then
13794 cat >> confdefs.h <<\EOF
13795#define wxUSE_HTML 1
13796EOF
13797
13798 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html"
13799 INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS html"
13800fi
13801
13802if test "$wxUSE_VALIDATORS" = "yes"; then
13803 cat >> confdefs.h <<\EOF
13804#define wxUSE_VALIDATORS 1
13805EOF
13806
13807 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
13808fi
13809
13810if test "$wxUSE_GIF" = "yes" ; then
13811 cat >> confdefs.h <<\EOF
13812#define wxUSE_GIF 1
13813EOF
13814
13815fi
13816
13817if test "$wxUSE_PCX" = "yes" ; then
13818 cat >> confdefs.h <<\EOF
13819#define wxUSE_PCX 1
13820EOF
13821
13822fi
13823
13824if test "$wxUSE_PNM" = "yes" ; then
13825 cat >> confdefs.h <<\EOF
13826#define wxUSE_PNM 1
13827EOF
13828
13829fi
13830
13831
32832908
VZ
13832if test "$cross_compiling" = "yes"; then
13833 OSINFO="\"$host\""
13834else
13835 OSINFO=`uname -s -r -m`
13836 OSINFO="\"$OSINFO\""
13837fi
13838
aaa37c0d
VZ
13839cat >> confdefs.h <<EOF
13840#define WXWIN_OS_DESCRIPTION $OSINFO
13841EOF
13842
13843
13844
bdad4e7e 13845GUILIBS="$GUI_TK_LIBRARY $OPENGL_LINK $TOOLKIT_LINK"
10f2d63a 13846
422107f9 13847EXTRA_LIBS="$LIBS $ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $THREADS_LINK $DMALLOC_LINK $DL_LINK"
10f2d63a 13848if test "$wxUSE_GUI" = "yes"; then
0dcf9893 13849 EXTRA_LIBS="$EXTRA_LIBS $GUILIBS $PNG_LINK $JPEG_LINK $TIFF_LINK"
10f2d63a
VZ
13850fi
13851
13852LD_LIBS="\${top_builddir}/lib/${WX_LIBRARY_NAME_STATIC} $EXTRA_LIBS"
13853
8461a059 13854INCLUDES="-I. -I\${top_builddir}/include -I\${top_srcdir}/include $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE $TOOLKIT_INCLUDE"
10f2d63a
VZ
13855
13856if test "$GXX" = yes ; then
13857 CXXWARNINGS="-Wall"
d6a55c4b 13858 fi
10f2d63a
VZ
13859EXTRA_CFLAGS="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE $INCLUDES"
13860
13861CFLAGS=`echo $CFLAGS $EXTRA_CFLAGS | sed 's/ \\+/ /g'`
13862CXXFLAGS=`echo $CXXFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \+/ /g'`
13863
e694c22c
VZ
13864LDFLAGS="$LDFLAGS $PROFILE"
13865
10f2d63a
VZ
13866if test "$wxUSE_GUI" = "yes"; then
13867
bdad4e7e 13868 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS controls dialogs dragimag drawing dynamic \
bc9027cc 13869 font fractal image menu minimal richedit"
b12915c1 13870
88d3a15c 13871 CPPFLAGS="$CPPFLAGS \$(EXTRADEFS) \$(APPEXTRADEFS)"
10f2d63a
VZ
13872else
13873 SAMPLES_SUBDIRS=""
13874fi
13875
ec14dd32
VZ
13876SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
13877
13878
13879
10f2d63a
VZ
13880
13881
13882
13883
13884
13885
13886
13887
13888
13889
13890
13891
13892
13893
13894
13895
13896
13897
13898
13899
13900
13901
13902
13903
13904
13905
13906
13907
13908
13909
13910
13911
13912
13913
13914
13915
13916
13917
13918
13919
13920
13921
13922
13923
13924
13925
13926
13927
13928
13929
13930
13931
1d62a8b4 13932
bdad4e7e
RR
13933
13934
13935
13936
13937
13938
13939
32832908
VZ
13940
13941
13942
13943
13944
13945
13946
13947
13948
13949
13950
13951
13952
bdad4e7e
RR
13953
13954
13955
e694c22c 13956
b12915c1 13957
2224580a
VZ
13958
13959
13960
13961
dad6c0ea
VZ
13962
13963
caa2c79b 13964
3711412e 13965
10f2d63a
VZ
13966
13967
13968echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
bd3277fe 13969echo "configure:13970: checking whether ${MAKE-make} sets \${MAKE}" >&5
10f2d63a
VZ
13970set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
13971if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
13972 echo $ac_n "(cached) $ac_c" 1>&6
13973else
13974 cat > conftestmake <<\EOF
13975all:
13976 @echo 'ac_maketemp="${MAKE}"'
13977EOF
13978# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
13979eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
13980if test -n "$ac_maketemp"; then
13981 eval ac_cv_prog_make_${ac_make}_set=yes
13982else
13983 eval ac_cv_prog_make_${ac_make}_set=no
13984fi
13985rm -f conftestmake
13986fi
13987if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
13988 echo "$ac_t""yes" 1>&6
13989 SET_MAKE=
13990else
13991 echo "$ac_t""no" 1>&6
13992 SET_MAKE="MAKE=${MAKE-make}"
13993fi
13994
13995
00cf1208
RR
13996if test -d include; then
13997 if test -d include/wx; then
13998 if test -d include/wx/${TOOLKIT_DIR}; then
13999 if test -f include/wx/${TOOLKIT_DIR}/setup.h; then
14000 mv -f include/wx/${TOOLKIT_DIR}/setup.h setup.h
14001 fi
14002 fi
14003 fi
14004fi
14005
10f2d63a
VZ
14006
14007
2224580a 14008if test "$wxUSE_GUI" = "yes"; then
ec90f5e5 14009 wx_cv_path_samplesubdirs=$SAMPLES_SUBDIRS
e8482f24
GL
14010 wx_cv_path_ifs=$PATH_IFS
14011 wx_cv_program_ext=$PROGRAM_EXT
14012 wx_cv_target_library=$WX_TARGET_LIBRARY
3711412e 14013 wx_cv_target_libtype=$WX_TARGET_LIBRARY_TYPE
e8482f24 14014 subdirs="demos samples utils contrib"
2224580a
VZ
14015
14016fi
10f2d63a
VZ
14017
14018trap '' 1 2 15
14019cat > confcache <<\EOF
14020# This file is a shell script that caches the results of configure
14021# tests run on this system so they can be shared between configure
14022# scripts and configure runs. It is not useful on other systems.
14023# If it contains results you don't want to keep, you may remove or edit it.
14024#
14025# By default, configure uses ./config.cache as the cache file,
14026# creating it if it does not exist already. You can give configure
14027# the --cache-file=FILE option to use a different cache file; that is
14028# what configure does when it calls configure scripts in
14029# subdirectories, so they share the cache.
14030# Giving --cache-file=/dev/null disables caching, for debugging configure.
14031# config.status only pays attention to the cache file if you give it the
14032# --recheck option to rerun configure.
14033#
14034EOF
14035# The following way of writing the cache mishandles newlines in values,
14036# but we know of no workaround that is simple, portable, and efficient.
14037# So, don't put newlines in cache variables' values.
14038# Ultrix sh set writes to stderr and can't be redirected directly,
14039# and sets the high bit in the cache file unless we assign to the vars.
14040(set) 2>&1 |
14041 case `(ac_space=' '; set | grep ac_space) 2>&1` in
14042 *ac_space=\ *)
14043 # `set' does not quote correctly, so add quotes (double-quote substitution
14044 # turns \\\\ into \\, and sed turns \\ into \).
14045 sed -n \
14046 -e "s/'/'\\\\''/g" \
14047 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
14048 ;;
14049 *)
14050 # `set' quotes correctly as required by POSIX, so do not add quotes.
14051 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
14052 ;;
14053 esac >> confcache
14054if cmp -s $cache_file confcache; then
14055 :
14056else
14057 if test -w $cache_file; then
14058 echo "updating cache $cache_file"
14059 cat confcache > $cache_file
14060 else
14061 echo "not updating unwritable cache $cache_file"
14062 fi
14063fi
14064rm -f confcache
14065
14066trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
14067
14068test "x$prefix" = xNONE && prefix=$ac_default_prefix
14069# Let make expand exec_prefix.
14070test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14071
14072# Any assignment to VPATH causes Sun make to only execute
14073# the first set of double-colon rules, so remove it if not needed.
14074# If there is a colon in the path, we need to keep it.
14075if test "x$srcdir" = x.; then
14076 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
14077fi
14078
14079trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
14080
14081DEFS=-DHAVE_CONFIG_H
14082
14083# Without the "./", some shells look in PATH for config.status.
14084: ${CONFIG_STATUS=./config.status}
14085
14086echo creating $CONFIG_STATUS
14087rm -f $CONFIG_STATUS
14088cat > $CONFIG_STATUS <<EOF
14089#! /bin/sh
14090# Generated automatically by configure.
14091# Run this file to recreate the current configuration.
14092# This directory was configured as follows,
14093# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
14094#
14095# $0 $ac_configure_args
14096#
14097# Compiler output produced by configure, useful for debugging
14098# configure, is in ./config.log if it exists.
14099
14100ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
14101for ac_option
14102do
14103 case "\$ac_option" in
14104 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14105 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
14106 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
14107 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
e8482f24 14108 echo "$CONFIG_STATUS generated by autoconf version 2.13"
10f2d63a
VZ
14109 exit 0 ;;
14110 -help | --help | --hel | --he | --h)
14111 echo "\$ac_cs_usage"; exit 0 ;;
14112 *) echo "\$ac_cs_usage"; exit 1 ;;
14113 esac
14114done
14115
14116ac_given_srcdir=$srcdir
14117ac_given_INSTALL="$INSTALL"
14118
14119trap 'rm -fr `echo "
14120 wx-config
14121 src/make.env
14122 src/makeprog.env
14123 src/makelib.env
14124 Makefile
10f2d63a
VZ
14125 setup.h:setup.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
14126EOF
14127cat >> $CONFIG_STATUS <<EOF
14128
14129# Protect against being on the right side of a sed subst in config.status.
14130sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
14131 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
14132$ac_vpsub
14133$extrasub
14134s%@SHELL@%$SHELL%g
14135s%@CFLAGS@%$CFLAGS%g
14136s%@CPPFLAGS@%$CPPFLAGS%g
14137s%@CXXFLAGS@%$CXXFLAGS%g
14138s%@FFLAGS@%$FFLAGS%g
14139s%@DEFS@%$DEFS%g
14140s%@LDFLAGS@%$LDFLAGS%g
14141s%@LIBS@%$LIBS%g
14142s%@exec_prefix@%$exec_prefix%g
14143s%@prefix@%$prefix%g
14144s%@program_transform_name@%$program_transform_name%g
14145s%@bindir@%$bindir%g
14146s%@sbindir@%$sbindir%g
14147s%@libexecdir@%$libexecdir%g
14148s%@datadir@%$datadir%g
14149s%@sysconfdir@%$sysconfdir%g
14150s%@sharedstatedir@%$sharedstatedir%g
14151s%@localstatedir@%$localstatedir%g
14152s%@libdir@%$libdir%g
14153s%@includedir@%$includedir%g
14154s%@oldincludedir@%$oldincludedir%g
14155s%@infodir@%$infodir%g
14156s%@mandir@%$mandir%g
7c66a493
VZ
14157s%@host@%$host%g
14158s%@host_alias@%$host_alias%g
14159s%@host_cpu@%$host_cpu%g
14160s%@host_vendor@%$host_vendor%g
14161s%@host_os@%$host_os%g
14162s%@target@%$target%g
14163s%@target_alias@%$target_alias%g
14164s%@target_cpu@%$target_cpu%g
14165s%@target_vendor@%$target_vendor%g
14166s%@target_os@%$target_os%g
14167s%@build@%$build%g
14168s%@build_alias@%$build_alias%g
14169s%@build_cpu@%$build_cpu%g
14170s%@build_vendor@%$build_vendor%g
14171s%@build_os@%$build_os%g
10f2d63a
VZ
14172s%@CC@%$CC%g
14173s%@CPP@%$CPP%g
14174s%@CXX@%$CXX%g
14175s%@CXXCPP@%$CXXCPP%g
14176s%@RANLIB@%$RANLIB%g
14177s%@AR@%$AR%g
14178s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
14179s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
14180s%@INSTALL_DATA@%$INSTALL_DATA%g
14181s%@STRIP@%$STRIP%g
14182s%@YACC@%$YACC%g
14183s%@LEX@%$LEX%g
14184s%@LEXLIB@%$LEXLIB%g
14185s%@LN_S@%$LN_S%g
14186s%@GTK_CONFIG@%$GTK_CONFIG%g
14187s%@GTK_CFLAGS@%$GTK_CFLAGS%g
14188s%@GTK_LIBS@%$GTK_LIBS%g
ab9b9eab
VZ
14189s%@X_CFLAGS@%$X_CFLAGS%g
14190s%@X_PRE_LIBS@%$X_PRE_LIBS%g
14191s%@X_LIBS@%$X_LIBS%g
14192s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
ec14dd32
VZ
14193s%@LEX_STEM@%$LEX_STEM%g
14194s%@PATH_IFS@%$PATH_IFS%g
10f2d63a
VZ
14195s%@WX_MAJOR_VERSION_NUMBER@%$WX_MAJOR_VERSION_NUMBER%g
14196s%@WX_MINOR_VERSION_NUMBER@%$WX_MINOR_VERSION_NUMBER%g
14197s%@WX_RELEASE_NUMBER@%$WX_RELEASE_NUMBER%g
14198s%@WX_LIBRARY_NAME@%$WX_LIBRARY_NAME%g
14199s%@WX_LIBRARY_NAME_STATIC@%$WX_LIBRARY_NAME_STATIC%g
14200s%@WX_LIBRARY_NAME_SHARED@%$WX_LIBRARY_NAME_SHARED%g
14201s%@WX_LIBRARY@%$WX_LIBRARY%g
14202s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g
14203s%@WX_LIBRARY_LINK1@%$WX_LIBRARY_LINK1%g
14204s%@WX_LIBRARY_LINK2@%$WX_LIBRARY_LINK2%g
14205s%@WX_LIBRARY_LINK3@%$WX_LIBRARY_LINK3%g
14206s%@PROGRAM_EXT@%$PROGRAM_EXT%g
bdad4e7e
RR
14207s%@WX_LIBRARY_NAME_GL@%$WX_LIBRARY_NAME_GL%g
14208s%@WX_LIBRARY_NAME_STATIC_GL@%$WX_LIBRARY_NAME_STATIC_GL%g
14209s%@WX_LIBRARY_NAME_SHARED_GL@%$WX_LIBRARY_NAME_SHARED_GL%g
14210s%@WX_LIBRARY_GL@%$WX_LIBRARY_GL%g
14211s%@WX_TARGET_LIBRARY_GL@%$WX_TARGET_LIBRARY_GL%g
14212s%@WX_LIBRARY_LINK1_GL@%$WX_LIBRARY_LINK1_GL%g
14213s%@WX_LIBRARY_LINK2_GL@%$WX_LIBRARY_LINK2_GL%g
14214s%@WX_LIBRARY_LINK3_GL@%$WX_LIBRARY_LINK3_GL%g
10f2d63a
VZ
14215s%@WX_ALL@%$WX_ALL%g
14216s%@WX_ALL_INSTALLED@%$WX_ALL_INSTALLED%g
14217s%@SHARED_LD@%$SHARED_LD%g
14218s%@PIC_FLAG@%$PIC_FLAG%g
14219s%@DEP_INFO_FLAGS@%$DEP_INFO_FLAGS%g
caa2c79b 14220s%@CODE_GEN_FLAGS@%$CODE_GEN_FLAGS%g
1d62a8b4 14221s%@BURNT_LIBRARY_NAME@%$BURNT_LIBRARY_NAME%g
bdad4e7e 14222s%@BURNT_LIBRARY_NAME_GL@%$BURNT_LIBRARY_NAME_GL%g
3711412e 14223s%@WX_TARGET_LIBRARY_TYPE@%$WX_TARGET_LIBRARY_TYPE%g
10f2d63a 14224s%@WXDEBUG_DEFINE@%$WXDEBUG_DEFINE%g
dad6c0ea
VZ
14225s%@USE_GUI@%$USE_GUI%g
14226s%@AFMINSTALL@%$AFMINSTALL%g
10f2d63a
VZ
14227s%@TOOLKIT@%$TOOLKIT%g
14228s%@TOOLKIT_DEF@%$TOOLKIT_DEF%g
14229s%@TOOLKIT_DIR@%$TOOLKIT_DIR%g
14230s%@TOOLKIT_INCLUDE@%$TOOLKIT_INCLUDE%g
14231s%@GUIHEADERS@%$GUIHEADERS%g
14232s%@GUIOBJS@%$GUIOBJS%g
14233s%@COMMONOBJS@%$COMMONOBJS%g
14234s%@GENERICOBJS@%$GENERICOBJS%g
14235s%@GUIDEPS@%$GUIDEPS%g
14236s%@COMMONDEPS@%$COMMONDEPS%g
14237s%@GENERICDEPS@%$GENERICDEPS%g
14238s%@IODBCOBJS@%$IODBCOBJS%g
14239s%@UNIXOBJS@%$UNIXOBJS%g
14240s%@UNIXDEPS@%$UNIXDEPS%g
14241s%@ALL_OBJECTS@%$ALL_OBJECTS%g
14242s%@ALL_DEPFILES@%$ALL_DEPFILES%g
10f2d63a 14243s%@GUIDIST@%$GUIDIST%g
2224580a
VZ
14244s%@PORT_FILES@%$PORT_FILES%g
14245s%@DISTDIR@%$DISTDIR%g
14246s%@RPM_SPEC@%$RPM_SPEC%g
14247s%@RPM_FILES@%$RPM_FILES%g
10f2d63a
VZ
14248s%@SRC_SUBDIRS@%$SRC_SUBDIRS%g
14249s%@INCLUDE_SUBDIRS@%$INCLUDE_SUBDIRS%g
14250s%@UTILS_SUBDIRS@%$UTILS_SUBDIRS%g
14251s%@DOCS_SUBDIRS@%$DOCS_SUBDIRS%g
14252s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g
14253s%@USER_SUBDIRS@%$USER_SUBDIRS%g
14254s%@EXTRA_LIBS@%$EXTRA_LIBS%g
b12915c1 14255s%@EXTRADEFS@%$EXTRADEFS%g
10f2d63a 14256s%@LD_LIBS@%$LD_LIBS%g
32832908
VZ
14257s%@RCINPUTSWITCH@%$RCINPUTSWITCH%g
14258s%@RCOUTPUTSWITCH@%$RCOUTPUTSWITCH%g
14259s%@RESPROGRAM@%$RESPROGRAM%g
14260s%@RESCOMP@%$RESCOMP%g
14261s%@RESFLAGS@%$RESFLAGS%g
14262s%@DLLTOOL@%$DLLTOOL%g
14263s%@AS@%$AS%g
14264s%@NM@%$NM%g
14265s%@LD@%$LD%g
14266s%@MAKEINFO@%$MAKEINFO%g
10f2d63a 14267s%@SET_MAKE@%$SET_MAKE%g
2224580a 14268s%@subdirs@%$subdirs%g
10f2d63a
VZ
14269
14270CEOF
14271EOF
14272
14273cat >> $CONFIG_STATUS <<\EOF
14274
14275# Split the substitutions into bite-sized pieces for seds with
14276# small command number limits, like on Digital OSF/1 and HP-UX.
14277ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
14278ac_file=1 # Number of current file.
14279ac_beg=1 # First line for current file.
14280ac_end=$ac_max_sed_cmds # Line after last line for current file.
14281ac_more_lines=:
14282ac_sed_cmds=""
14283while $ac_more_lines; do
14284 if test $ac_beg -gt 1; then
14285 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
14286 else
14287 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
14288 fi
14289 if test ! -s conftest.s$ac_file; then
14290 ac_more_lines=false
14291 rm -f conftest.s$ac_file
14292 else
14293 if test -z "$ac_sed_cmds"; then
14294 ac_sed_cmds="sed -f conftest.s$ac_file"
14295 else
14296 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
14297 fi
14298 ac_file=`expr $ac_file + 1`
14299 ac_beg=$ac_end
14300 ac_end=`expr $ac_end + $ac_max_sed_cmds`
14301 fi
14302done
14303if test -z "$ac_sed_cmds"; then
14304 ac_sed_cmds=cat
14305fi
14306EOF
14307
14308cat >> $CONFIG_STATUS <<EOF
14309
14310CONFIG_FILES=\${CONFIG_FILES-"wx-config
14311 src/make.env
14312 src/makeprog.env
14313 src/makelib.env
14314 Makefile
10f2d63a
VZ
14315 "}
14316EOF
14317cat >> $CONFIG_STATUS <<\EOF
14318for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
14319 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
14320 case "$ac_file" in
14321 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
14322 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
14323 *) ac_file_in="${ac_file}.in" ;;
14324 esac
14325
14326 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
14327
14328 # Remove last slash and all that follows it. Not all systems have dirname.
14329 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
14330 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
14331 # The file is in a subdirectory.
14332 test ! -d "$ac_dir" && mkdir "$ac_dir"
14333 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
14334 # A "../" for each directory in $ac_dir_suffix.
14335 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
14336 else
14337 ac_dir_suffix= ac_dots=
14338 fi
14339
14340 case "$ac_given_srcdir" in
14341 .) srcdir=.
14342 if test -z "$ac_dots"; then top_srcdir=.
14343 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
14344 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
14345 *) # Relative path.
14346 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
14347 top_srcdir="$ac_dots$ac_given_srcdir" ;;
14348 esac
14349
14350 case "$ac_given_INSTALL" in
14351 [/$]*) INSTALL="$ac_given_INSTALL" ;;
14352 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
14353 esac
14354
14355 echo creating "$ac_file"
14356 rm -f "$ac_file"
14357 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
14358 case "$ac_file" in
14359 *Makefile*) ac_comsub="1i\\
14360# $configure_input" ;;
14361 *) ac_comsub= ;;
14362 esac
14363
14364 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
14365 sed -e "$ac_comsub
14366s%@configure_input@%$configure_input%g
14367s%@srcdir@%$srcdir%g
14368s%@top_srcdir@%$top_srcdir%g
14369s%@INSTALL@%$INSTALL%g
14370" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
14371fi; done
14372rm -f conftest.s*
14373
14374# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
14375# NAME is the cpp macro being defined and VALUE is the value it is being given.
14376#
14377# ac_d sets the value in "#define NAME VALUE" lines.
14378ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
14379ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
14380ac_dC='\3'
14381ac_dD='%g'
14382# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
14383ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
14384ac_uB='\([ ]\)%\1#\2define\3'
14385ac_uC=' '
14386ac_uD='\4%g'
14387# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
14388ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
14389ac_eB='$%\1#\2define\3'
14390ac_eC=' '
14391ac_eD='%g'
14392
14393if test "${CONFIG_HEADERS+set}" != set; then
14394EOF
14395cat >> $CONFIG_STATUS <<EOF
14396 CONFIG_HEADERS="setup.h:setup.h.in"
14397EOF
14398cat >> $CONFIG_STATUS <<\EOF
14399fi
14400for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
14401 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
14402 case "$ac_file" in
14403 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
14404 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
14405 *) ac_file_in="${ac_file}.in" ;;
14406 esac
14407
14408 echo creating $ac_file
14409
14410 rm -f conftest.frag conftest.in conftest.out
14411 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
14412 cat $ac_file_inputs > conftest.in
14413
14414EOF
14415
14416# Transform confdefs.h into a sed script conftest.vals that substitutes
14417# the proper values into config.h.in to produce config.h. And first:
14418# Protect against being on the right side of a sed subst in config.status.
14419# Protect against being in an unquoted here document in config.status.
14420rm -f conftest.vals
14421cat > conftest.hdr <<\EOF
14422s/[\\&%]/\\&/g
14423s%[\\$`]%\\&%g
14424s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
14425s%ac_d%ac_u%gp
14426s%ac_u%ac_e%gp
14427EOF
14428sed -n -f conftest.hdr confdefs.h > conftest.vals
14429rm -f conftest.hdr
14430
14431# This sed command replaces #undef with comments. This is necessary, for
14432# example, in the case of _POSIX_SOURCE, which is predefined and required
14433# on some systems where configure will not decide to define it.
14434cat >> conftest.vals <<\EOF
14435s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
14436EOF
14437
14438# Break up conftest.vals because some shells have a limit on
14439# the size of here documents, and old seds have small limits too.
14440
14441rm -f conftest.tail
14442while :
14443do
14444 ac_lines=`grep -c . conftest.vals`
14445 # grep -c gives empty output for an empty file on some AIX systems.
14446 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
14447 # Write a limited-size here document to conftest.frag.
14448 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
14449 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
14450 echo 'CEOF
14451 sed -f conftest.frag conftest.in > conftest.out
14452 rm -f conftest.in
14453 mv conftest.out conftest.in
14454' >> $CONFIG_STATUS
14455 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
14456 rm -f conftest.vals
14457 mv conftest.tail conftest.vals
14458done
14459rm -f conftest.vals
14460
14461cat >> $CONFIG_STATUS <<\EOF
14462 rm -f conftest.frag conftest.h
14463 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
14464 cat conftest.in >> conftest.h
14465 rm -f conftest.in
14466 if cmp -s $ac_file conftest.h 2>/dev/null; then
14467 echo "$ac_file is unchanged"
14468 rm -f conftest.h
14469 else
14470 # Remove last slash and all that follows it. Not all systems have dirname.
14471 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
14472 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
14473 # The file is in a subdirectory.
14474 test ! -d "$ac_dir" && mkdir "$ac_dir"
14475 fi
14476 rm -f $ac_file
14477 mv conftest.h $ac_file
14478 fi
14479fi; done
14480
14481EOF
14482cat >> $CONFIG_STATUS <<EOF
14483
14484 TOOLKIT_DIR="${TOOLKIT_DIR}"
07eb77a6 14485 LN_S="${LN_S}"
10f2d63a
VZ
14486
14487
14488EOF
14489cat >> $CONFIG_STATUS <<\EOF
14490
14491 chmod +x wx-config
07eb77a6
RL
14492 mv wx-config wx${TOOLKIT_DIR}-config
14493 ${LN_S} wx${TOOLKIT_DIR}-config wx-config
00cf1208
RR
14494
14495
14496 if test ! -d lib; then
14497 mkdir lib
14498 fi
14499 if test ! -d lib/wx; then
14500 mkdir lib/wx
14501 fi
14502 if test ! -d lib/wx/include; then
14503 mkdir lib/wx/include
14504 fi
14505 if test ! -d lib/wx/include/wx; then
14506 mkdir lib/wx/include/wx
14507 fi
14508 if test ! -d lib/wx/include/wx/${TOOLKIT_DIR}; then
14509 mkdir lib/wx/include/wx/${TOOLKIT_DIR}
14510 fi
14511 if test -f setup.h; then
14512 cp -f setup.h lib/wx/include/wx/${TOOLKIT_DIR}/setup.h
14513 fi
07eb77a6 14514
00cf1208 14515
10f2d63a
VZ
14516 if test ! -d include; then
14517 mkdir include
14518 fi
14519 if test ! -d include/wx; then
14520 mkdir include/wx
14521 fi
14522 if test ! -d include/wx/${TOOLKIT_DIR}; then
14523 mkdir include/wx/${TOOLKIT_DIR}
14524 fi
afc31813
VZ
14525 if test -f setup.h; then
14526 mv -f setup.h include/wx/${TOOLKIT_DIR}/setup.h
14527 fi
00cf1208 14528
10f2d63a
VZ
14529
14530exit 0
14531EOF
14532chmod +x $CONFIG_STATUS
14533rm -fr confdefs* $ac_clean_files
14534test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
14535
2224580a
VZ
14536if test "$no_recursion" != yes; then
14537
14538 # Remove --cache-file and --srcdir arguments so they do not pile up.
14539 ac_sub_configure_args=
14540 ac_prev=
14541 for ac_arg in $ac_configure_args; do
14542 if test -n "$ac_prev"; then
14543 ac_prev=
14544 continue
14545 fi
14546 case "$ac_arg" in
14547 -cache-file | --cache-file | --cache-fil | --cache-fi \
14548 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
14549 ac_prev=cache_file ;;
14550 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
14551 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
14552 ;;
14553 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
14554 ac_prev=srcdir ;;
14555 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
14556 ;;
14557 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
14558 esac
14559 done
14560
e8482f24 14561 for ac_config_dir in demos samples utils contrib; do
2224580a
VZ
14562
14563 # Do not complain, so a configure script can configure whichever
14564 # parts of a large source tree are present.
14565 if test ! -d $srcdir/$ac_config_dir; then
14566 continue
14567 fi
14568
14569 echo configuring in $ac_config_dir
14570
14571 case "$srcdir" in
14572 .) ;;
14573 *)
14574 if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
14575 else
14576 { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
14577 fi
14578 ;;
14579 esac
14580
14581 ac_popdir=`pwd`
14582 cd $ac_config_dir
14583
14584 # A "../" for each directory in /$ac_config_dir.
14585 ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
14586
14587 case "$srcdir" in
14588 .) # No --srcdir option. We are building in place.
14589 ac_sub_srcdir=$srcdir ;;
14590 /*) # Absolute path.
14591 ac_sub_srcdir=$srcdir/$ac_config_dir ;;
14592 *) # Relative path.
14593 ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
14594 esac
14595
14596 # Check for guested configure; otherwise get Cygnus style configure.
14597 if test -f $ac_sub_srcdir/configure; then
14598 ac_sub_configure=$ac_sub_srcdir/configure
14599 elif test -f $ac_sub_srcdir/configure.in; then
14600 ac_sub_configure=$ac_configure
14601 else
14602 echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
14603 ac_sub_configure=
14604 fi
14605
14606 # The recursion is here.
14607 if test -n "$ac_sub_configure"; then
14608
14609 # Make the cache file name correct relative to the subdirectory.
14610 case "$cache_file" in
14611 /*) ac_sub_cache_file=$cache_file ;;
14612 *) # Relative path.
14613 ac_sub_cache_file="$ac_dots$cache_file" ;;
14614 esac
14615 case "$ac_given_INSTALL" in
14616 [/$]*) INSTALL="$ac_given_INSTALL" ;;
14617 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
14618 esac
14619
14620 echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
14621 # The eval makes quoting arguments work.
14622 if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
14623 then :
14624 else
14625 { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }
14626 fi
14627 fi
14628
14629 cd $ac_popdir
14630 done
14631fi
14632
10f2d63a 14633