]> git.saurik.com Git - wxWidgets.git/blame - configure
Updated OS/2 sources with fixes to wxControl and wxSpinCtrl
[wxWidgets.git] / configure
CommitLineData
10f2d63a
VZ
1#! /bin/sh
2
3# From configure.in Id: configure.in
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
10f2d63a
VZ
36
37
38
39
40# Guess values for system-dependent variables and create Makefiles.
1e8d2f69 41# Generated automatically using autoconf version 2.14
10f2d63a
VZ
42# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
43#
44# This configure script is free software; the Free Software Foundation
45# gives unlimited permission to copy, distribute and modify it.
46
47# Defaults:
48ac_help=
49ac_default_prefix=/usr/local
50# Any additions from configure.in:
51ac_help="$ac_help
52--enable-gui use GUI classes"
53ac_help="$ac_help
54 --with-gtk use GTK+"
55ac_help="$ac_help
56 --with-motif use Motif/Lesstif"
57ac_help="$ac_help
58 --with-wine use WINE"
59ac_help="$ac_help
60 --with-cygwin use Cygwin for MS-Windows"
61ac_help="$ac_help
62 --with-mingw use GCC Minimal MS-Windows"
e07802fc
VZ
63ac_help="$ac_help
64 --with-pm use OS/2 Presentation Manager"
10f2d63a
VZ
65ac_help="$ac_help
66 --with-gtk-prefix=PFX Prefix where GTK is installed"
67ac_help="$ac_help
68 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed"
69ac_help="$ac_help
10f2d63a
VZ
70--with-libpng use libpng (PNG image format)"
71ac_help="$ac_help
72--with-libjpeg use libjpeg (JPEG file format)"
73ac_help="$ac_help
c7a2bf27
RR
74--with-libtiff use libtiff (TIFF file format)"
75ac_help="$ac_help
10f2d63a
VZ
76--with-opengl use OpenGL (or Mesa)"
77ac_help="$ac_help
b12915c1
VZ
78--with-dmalloc use dmalloc library (www.letters.com/dmalloc)"
79ac_help="$ac_help
80--with-zlib use zlib for LZW compression"
81ac_help="$ac_help
10f2d63a
VZ
82--with-odbc use the IODBC and wxODBC classes"
83ac_help="$ac_help
84--enable-shared create shared library code"
85ac_help="$ac_help
86--enable-optimise create optimised code"
87ac_help="$ac_help
88--enable-debug same as debug_flag and debug_info"
89ac_help="$ac_help
90--enable-debug_flag set __WXDEBUG__ flag (recommended for developers!)"
91ac_help="$ac_help
92--enable-debug_info create code with debugging information"
93ac_help="$ac_help
94--enable-debug_gdb create code with extra GDB debugging information"
95ac_help="$ac_help
96--enable-debug_cntxt use wxDebugContext"
97ac_help="$ac_help
98--enable-mem_tracing create code with memory tracing"
99ac_help="$ac_help
100--enable-profile create code with profiling information"
101ac_help="$ac_help
102--enable-no_rtti create code without RTTI information"
103ac_help="$ac_help
104--enable-no_exceptions create code without exceptions information"
105ac_help="$ac_help
106--enable-permissive compile code disregarding strict ANSI"
107ac_help="$ac_help
108--enable-no_deps create code without dependency information"
109ac_help="$ac_help
110--enable-intl use internationalization system"
111ac_help="$ac_help
112--enable-config use wxConfig (and derived) classes"
113ac_help="$ac_help
114--enable-sockets use socket/network classes"
115ac_help="$ac_help
116--enable-dialupman use dialup network classes"
117ac_help="$ac_help
118--enable-ipc use interprocess communication (wxSocket etc.)"
119ac_help="$ac_help
120--enable-apple_ieee use the Apple IEEE codec"
121ac_help="$ac_help
122--enable-timedate use date/time classes"
123ac_help="$ac_help
124--enable-wave use wxWave class"
125ac_help="$ac_help
126--enable-fraction use wxFraction class"
127ac_help="$ac_help
128--enable-dynlib use wxLibrary class for DLL loading"
129ac_help="$ac_help
130--enable-longlong use wxLongLong class"
131ac_help="$ac_help
132--enable-log use logging system"
133ac_help="$ac_help
134--enable-streams use wxStream etc classes"
135ac_help="$ac_help
136--enable-file use wxFile classes"
137ac_help="$ac_help
138--enable-textfile use wxTextFile classes"
139ac_help="$ac_help
140--enable-unicode compile wxString with Unicode support"
141ac_help="$ac_help
142--enable-wcsrtombs use wcsrtombs instead of buggy (GNU libc1/Linux libc5) wcstombs"
143ac_help="$ac_help
144--enable-wxprintfv use wxWindows implementation of vprintf()"
145ac_help="$ac_help
146--enable-joystick compile in joystick support (Linux only)"
147ac_help="$ac_help
148--enable-std_iostreams use standard C++ stream classes"
149ac_help="$ac_help
150--enable-fs_inet use virtual HTTP/FTP filesystems"
151ac_help="$ac_help
152--enable-fs_zip use virtual ZIP filesystems"
153ac_help="$ac_help
154--enable-zipstream use wxZipInputStream"
155ac_help="$ac_help
156--enable-threads use threads"
157ac_help="$ac_help
158--enable-serial use class serialization"
159ac_help="$ac_help
160--enable-docview use document view architecture"
161ac_help="$ac_help
162--enable-help use help (using external browser at present)"
163ac_help="$ac_help
164--enable-constraints use layout-constraints system"
165ac_help="$ac_help
166--enable-printarch use printing architecture"
167ac_help="$ac_help
168--enable-mdi use multiple document interface architecture"
169ac_help="$ac_help
170--enable-postscript use wxPostscriptDC device context (default for gtk+)"
171ac_help="$ac_help
172--enable-prologio use Prolog IO library"
173ac_help="$ac_help
174--enable-resources use wxWindows resources"
175ac_help="$ac_help
176--enable-xresources use X resources for save (default for gtk+)"
177ac_help="$ac_help
178--enable-clipboard use wxClipboard classes"
179ac_help="$ac_help
180--enable-dnd use Drag'n'Drop classes"
181ac_help="$ac_help
182--enable-wxtree make wxTree library"
183ac_help="$ac_help
184--enable-controls use all usual controls"
185ac_help="$ac_help
186--enable-accel use accelerators"
187ac_help="$ac_help
188--enable-caret use wxCaret class"
189ac_help="$ac_help
190--enable-bmpbutton use wxBitmapButton class"
191ac_help="$ac_help
192--enable-checkbox use wxCheckBox class"
193ac_help="$ac_help
194--enable-checklst use wxCheckListBox (listbox with checkboxes) class"
195ac_help="$ac_help
196--enable-choice use wxChoice class"
197ac_help="$ac_help
198--enable-combobox use wxComboBox classes"
199ac_help="$ac_help
200--enable-gauge use wxGauge class"
201ac_help="$ac_help
202--enable-grid use wxGrid class"
203ac_help="$ac_help
204--enable-newgrid use new wxGrid class"
205ac_help="$ac_help
206--enable-imaglist use wxImageList class"
207ac_help="$ac_help
208--enable-listbox use wxListBox class"
209ac_help="$ac_help
210--enable-listctrl use wxListCtrl class"
211ac_help="$ac_help
212--enable-notebook use wxNotebook class"
213ac_help="$ac_help
214--enable-radiobox use wxRadioBox class"
215ac_help="$ac_help
216--enable-radiobtn use wxRadioButton class"
217ac_help="$ac_help
218--enable-sash use wxSashWindow class"
219ac_help="$ac_help
220--enable-scrollbar use wxScrollBar class and scrollable windows"
221ac_help="$ac_help
222--enable-slider use wxSlider class"
223ac_help="$ac_help
224--enable-spinbtn use wxSpinButton class"
225ac_help="$ac_help
56cfaa52
RR
226--enable-spinctrl use wxSpinCtrl class"
227ac_help="$ac_help
10f2d63a
VZ
228--enable-splitter use wxSplitterWindow class"
229ac_help="$ac_help
230--enable-statbmp use wxStaticBitmap class"
231ac_help="$ac_help
232--enable-statbox use wxStaticBox class"
233ac_help="$ac_help
234--enable-statline use wxStaticLine class"
235ac_help="$ac_help
236--enable-statusbar use wxStatusBar class"
237ac_help="$ac_help
238--enable-tabdialog use wxTabControl class"
239ac_help="$ac_help
240--enable-toolbar use wxToolBar class"
241ac_help="$ac_help
360d6699
VZ
242--enable-tbarnative use native wxToolBar class"
243ac_help="$ac_help
244--enable-tbarsmpl use wxToolBarSimple class"
245ac_help="$ac_help
10f2d63a
VZ
246--enable-treectrl use wxTreeCtrl class"
247ac_help="$ac_help
248--enable-commondlg use common dialogs (wxDirDialog, wxProgressDialog, wxTextDialog, ...)"
249ac_help="$ac_help
250--enable-dirdlg use wxDirDialog"
251ac_help="$ac_help
252--enable-textdlg use wxTextDialog"
253ac_help="$ac_help
254--enable-tipdlg use startup tips"
255ac_help="$ac_help
256--enable-progressdlg use wxProgressDialog"
257ac_help="$ac_help
258--enable-miniframe use wxMiniFrame class"
259ac_help="$ac_help
260--enable-html use wxHTML sub-library"
261ac_help="$ac_help
262--enable-tooltips use wxToolTip class"
263ac_help="$ac_help
264--enable-splines use spline drawing code"
265ac_help="$ac_help
266--enable-validators use wxValidator and derived classes"
267ac_help="$ac_help
268--enable-busyinfo use wxBusyInfo"
269ac_help="$ac_help
270--enable-gif use gif images (GIF file format)"
271ac_help="$ac_help
272--enable-pcx use pcx images (PCX file format)"
273ac_help="$ac_help
274--enable-pnm use pnm images (PNM file format)"
ab9b9eab
VZ
275ac_help="$ac_help
276 --with-x use the X Window System"
10f2d63a
VZ
277
278# Initialize some variables set by options.
279# The variables have the same names as the options, with
280# dashes changed to underlines.
281build=NONE
282cache_file=./config.cache
283exec_prefix=NONE
284host=NONE
285no_create=
286nonopt=NONE
287no_recursion=
288prefix=NONE
289program_prefix=NONE
290program_suffix=NONE
291program_transform_name=s,x,x,
292silent=
293site=
294srcdir=
295target=NONE
296verbose=
297x_includes=NONE
298x_libraries=NONE
299bindir='${exec_prefix}/bin'
300sbindir='${exec_prefix}/sbin'
301libexecdir='${exec_prefix}/libexec'
302datadir='${prefix}/share'
303sysconfdir='${prefix}/etc'
304sharedstatedir='${prefix}/com'
305localstatedir='${prefix}/var'
306libdir='${exec_prefix}/lib'
307includedir='${prefix}/include'
308oldincludedir='/usr/include'
309infodir='${prefix}/info'
310mandir='${prefix}/man'
311
312# Initialize some other variables.
313subdirs=
314MFLAGS= MAKEFLAGS=
315SHELL=${CONFIG_SHELL-/bin/sh}
316# Maximum number of lines to put in a shell here document.
317ac_max_here_lines=12
318
319ac_prev=
320for ac_option
321do
322
323 # If the previous option needs an argument, assign it.
324 if test -n "$ac_prev"; then
325 eval "$ac_prev=\$ac_option"
326 ac_prev=
327 continue
328 fi
329
330 case "$ac_option" in
331 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
332 *) ac_optarg= ;;
333 esac
334
335 # Accept the important Cygnus configure options, so we can diagnose typos.
336
337 case "$ac_option" in
338
339 -bindir | --bindir | --bindi | --bind | --bin | --bi)
340 ac_prev=bindir ;;
341 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
342 bindir="$ac_optarg" ;;
343
344 -build | --build | --buil | --bui | --bu)
345 ac_prev=build ;;
346 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
347 build="$ac_optarg" ;;
348
349 -cache-file | --cache-file | --cache-fil | --cache-fi \
350 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
351 ac_prev=cache_file ;;
352 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
353 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
354 cache_file="$ac_optarg" ;;
355
356 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
357 ac_prev=datadir ;;
358 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
359 | --da=*)
360 datadir="$ac_optarg" ;;
361
362 -disable-* | --disable-*)
363 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
364 # Reject names that are not valid shell variable names.
365 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
366 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
367 fi
368 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
369 eval "enable_${ac_feature}=no" ;;
370
371 -enable-* | --enable-*)
372 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
373 # Reject names that are not valid shell variable names.
374 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
375 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
376 fi
377 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
378 case "$ac_option" in
379 *=*) ;;
380 *) ac_optarg=yes ;;
381 esac
382 eval "enable_${ac_feature}='$ac_optarg'" ;;
383
384 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
385 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
386 | --exec | --exe | --ex)
387 ac_prev=exec_prefix ;;
388 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
389 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
390 | --exec=* | --exe=* | --ex=*)
391 exec_prefix="$ac_optarg" ;;
392
393 -gas | --gas | --ga | --g)
394 # Obsolete; use --with-gas.
395 with_gas=yes ;;
396
397 -help | --help | --hel | --he)
398 # Omit some internal or obsolete options to make the list less imposing.
399 # This message is too long to be a string in the A/UX 3.1 sh.
400 cat << EOF
401Usage: configure [options] [host]
402Options: [defaults in brackets after descriptions]
403Configuration:
404 --cache-file=FILE cache test results in FILE
405 --help print this message
406 --no-create do not create output files
407 --quiet, --silent do not print \`checking...' messages
408 --version print the version of autoconf that created configure
409Directory and file names:
410 --prefix=PREFIX install architecture-independent files in PREFIX
411 [$ac_default_prefix]
412 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
413 [same as prefix]
414 --bindir=DIR user executables in DIR [EPREFIX/bin]
415 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
416 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
417 --datadir=DIR read-only architecture-independent data in DIR
418 [PREFIX/share]
419 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
420 --sharedstatedir=DIR modifiable architecture-independent data in DIR
421 [PREFIX/com]
422 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
423 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
424 --includedir=DIR C header files in DIR [PREFIX/include]
425 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
426 --infodir=DIR info documentation in DIR [PREFIX/info]
427 --mandir=DIR man documentation in DIR [PREFIX/man]
428 --srcdir=DIR find the sources in DIR [configure dir or ..]
429 --program-prefix=PREFIX prepend PREFIX to installed program names
430 --program-suffix=SUFFIX append SUFFIX to installed program names
431 --program-transform-name=PROGRAM
432 run sed PROGRAM on installed program names
433EOF
434 cat << EOF
435Host type:
436 --build=BUILD configure for building on BUILD [BUILD=HOST]
437 --host=HOST configure for HOST [guessed]
438 --target=TARGET configure for TARGET [TARGET=HOST]
439Features and packages:
440 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
441 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
442 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
443 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
444 --x-includes=DIR X include files are in DIR
445 --x-libraries=DIR X library files are in DIR
446EOF
447 if test -n "$ac_help"; then
448 echo "--enable and --with options recognized:$ac_help"
449 fi
450 exit 0 ;;
451
452 -host | --host | --hos | --ho)
453 ac_prev=host ;;
454 -host=* | --host=* | --hos=* | --ho=*)
455 host="$ac_optarg" ;;
456
457 -includedir | --includedir | --includedi | --included | --include \
458 | --includ | --inclu | --incl | --inc)
459 ac_prev=includedir ;;
460 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
461 | --includ=* | --inclu=* | --incl=* | --inc=*)
462 includedir="$ac_optarg" ;;
463
464 -infodir | --infodir | --infodi | --infod | --info | --inf)
465 ac_prev=infodir ;;
466 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
467 infodir="$ac_optarg" ;;
468
469 -libdir | --libdir | --libdi | --libd)
470 ac_prev=libdir ;;
471 -libdir=* | --libdir=* | --libdi=* | --libd=*)
472 libdir="$ac_optarg" ;;
473
474 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
475 | --libexe | --libex | --libe)
476 ac_prev=libexecdir ;;
477 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
478 | --libexe=* | --libex=* | --libe=*)
479 libexecdir="$ac_optarg" ;;
480
481 -localstatedir | --localstatedir | --localstatedi | --localstated \
482 | --localstate | --localstat | --localsta | --localst \
483 | --locals | --local | --loca | --loc | --lo)
484 ac_prev=localstatedir ;;
485 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
486 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
487 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
488 localstatedir="$ac_optarg" ;;
489
490 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
491 ac_prev=mandir ;;
492 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
493 mandir="$ac_optarg" ;;
494
495 -nfp | --nfp | --nf)
496 # Obsolete; use --without-fp.
497 with_fp=no ;;
498
499 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
500 | --no-cr | --no-c)
501 no_create=yes ;;
502
503 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
504 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
505 no_recursion=yes ;;
506
507 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
508 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
509 | --oldin | --oldi | --old | --ol | --o)
510 ac_prev=oldincludedir ;;
511 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
512 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
513 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
514 oldincludedir="$ac_optarg" ;;
515
516 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
517 ac_prev=prefix ;;
518 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
519 prefix="$ac_optarg" ;;
520
521 -program-prefix | --program-prefix | --program-prefi | --program-pref \
522 | --program-pre | --program-pr | --program-p)
523 ac_prev=program_prefix ;;
524 -program-prefix=* | --program-prefix=* | --program-prefi=* \
525 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
526 program_prefix="$ac_optarg" ;;
527
528 -program-suffix | --program-suffix | --program-suffi | --program-suff \
529 | --program-suf | --program-su | --program-s)
530 ac_prev=program_suffix ;;
531 -program-suffix=* | --program-suffix=* | --program-suffi=* \
532 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
533 program_suffix="$ac_optarg" ;;
534
535 -program-transform-name | --program-transform-name \
536 | --program-transform-nam | --program-transform-na \
537 | --program-transform-n | --program-transform- \
538 | --program-transform | --program-transfor \
539 | --program-transfo | --program-transf \
540 | --program-trans | --program-tran \
541 | --progr-tra | --program-tr | --program-t)
542 ac_prev=program_transform_name ;;
543 -program-transform-name=* | --program-transform-name=* \
544 | --program-transform-nam=* | --program-transform-na=* \
545 | --program-transform-n=* | --program-transform-=* \
546 | --program-transform=* | --program-transfor=* \
547 | --program-transfo=* | --program-transf=* \
548 | --program-trans=* | --program-tran=* \
549 | --progr-tra=* | --program-tr=* | --program-t=*)
550 program_transform_name="$ac_optarg" ;;
551
552 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
553 | -silent | --silent | --silen | --sile | --sil)
554 silent=yes ;;
555
556 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
557 ac_prev=sbindir ;;
558 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
559 | --sbi=* | --sb=*)
560 sbindir="$ac_optarg" ;;
561
562 -sharedstatedir | --sharedstatedir | --sharedstatedi \
563 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
564 | --sharedst | --shareds | --shared | --share | --shar \
565 | --sha | --sh)
566 ac_prev=sharedstatedir ;;
567 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
568 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
569 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
570 | --sha=* | --sh=*)
571 sharedstatedir="$ac_optarg" ;;
572
573 -site | --site | --sit)
574 ac_prev=site ;;
575 -site=* | --site=* | --sit=*)
576 site="$ac_optarg" ;;
577
578 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
579 ac_prev=srcdir ;;
580 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
581 srcdir="$ac_optarg" ;;
582
583 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
584 | --syscon | --sysco | --sysc | --sys | --sy)
585 ac_prev=sysconfdir ;;
586 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
587 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
588 sysconfdir="$ac_optarg" ;;
589
590 -target | --target | --targe | --targ | --tar | --ta | --t)
591 ac_prev=target ;;
592 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
593 target="$ac_optarg" ;;
594
595 -v | -verbose | --verbose | --verbos | --verbo | --verb)
596 verbose=yes ;;
597
598 -version | --version | --versio | --versi | --vers)
1e8d2f69 599 echo "configure generated by autoconf version 2.14"
10f2d63a
VZ
600 exit 0 ;;
601
602 -with-* | --with-*)
603 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
604 # Reject names that are not valid shell variable names.
605 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
606 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
607 fi
608 ac_package=`echo $ac_package| sed 's/-/_/g'`
609 case "$ac_option" in
610 *=*) ;;
611 *) ac_optarg=yes ;;
612 esac
613 eval "with_${ac_package}='$ac_optarg'" ;;
614
615 -without-* | --without-*)
616 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
617 # Reject names that are not valid shell variable names.
618 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
619 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
620 fi
621 ac_package=`echo $ac_package| sed 's/-/_/g'`
622 eval "with_${ac_package}=no" ;;
623
624 --x)
625 # Obsolete; use --with-x.
626 with_x=yes ;;
627
628 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
629 | --x-incl | --x-inc | --x-in | --x-i)
630 ac_prev=x_includes ;;
631 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
632 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
633 x_includes="$ac_optarg" ;;
634
635 -x-libraries | --x-libraries | --x-librarie | --x-librari \
636 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
637 ac_prev=x_libraries ;;
638 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
639 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
640 x_libraries="$ac_optarg" ;;
641
642 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
643 ;;
644
645 *)
646 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
647 echo "configure: warning: $ac_option: invalid host type" 1>&2
648 fi
649 if test "x$nonopt" != xNONE; then
650 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
651 fi
652 nonopt="$ac_option"
653 ;;
654
655 esac
656done
657
658if test -n "$ac_prev"; then
659 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
660fi
661
662trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
663
664# File descriptor usage:
665# 0 standard input
666# 1 file creation
667# 2 errors and warnings
668# 3 some systems may open it to /dev/tty
669# 4 used on the Kubota Titan
670# 6 checking for... messages and results
671# 5 compiler messages saved in config.log
672if test "$silent" = yes; then
673 exec 6>/dev/null
674else
675 exec 6>&1
676fi
677exec 5>./config.log
678
679echo "\
680This file contains any messages produced by compilers while
681running configure, to aid debugging if configure makes a mistake.
682" 1>&5
683
684# Strip out --no-create and --no-recursion so they do not pile up.
685# Also quote any args containing shell metacharacters.
686ac_configure_args=
687for ac_arg
688do
689 case "$ac_arg" in
690 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
691 | --no-cr | --no-c) ;;
692 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
693 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
694 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
695 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
696 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
697 esac
698done
699
700# NLS nuisances.
701# Only set these to C if already set. These must not be set unconditionally
702# because not all systems understand e.g. LANG=C (notably SCO).
703# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
704# Non-C LC_CTYPE values break the ctype check.
705if test "${LANG+set}" = set; then LANG=C; export LANG; fi
706if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
707if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
708if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
709
710# confdefs.h avoids OS command line length limits that DEFS can exceed.
711rm -rf conftest* confdefs.h
712# AIX cpp loses on an empty file, so make sure it contains at least a newline.
713echo > confdefs.h
714
715# A filename unique to this package, relative to the directory that
716# configure is in, which we can look for to find out if srcdir is correct.
717ac_unique_file=wx-config.in
718
719# Find the source files, if location was not specified.
720if test -z "$srcdir"; then
721 ac_srcdir_defaulted=yes
722 # Try the directory containing this script, then its parent.
723 ac_prog=$0
724 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
725 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
726 srcdir=$ac_confdir
727 if test ! -r $srcdir/$ac_unique_file; then
728 srcdir=..
729 fi
730else
731 ac_srcdir_defaulted=no
732fi
733if test ! -r $srcdir/$ac_unique_file; then
734 if test "$ac_srcdir_defaulted" = yes; then
735 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
736 else
737 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
738 fi
739fi
740srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
741
742# Prefer explicitly selected file to automatically selected ones.
743if test -z "$CONFIG_SITE"; then
744 if test "x$prefix" != xNONE; then
745 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
746 else
747 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
748 fi
749fi
750for ac_site_file in $CONFIG_SITE; do
751 if test -r "$ac_site_file"; then
752 echo "loading site script $ac_site_file"
753 . "$ac_site_file"
754 fi
755done
756
757if test -r "$cache_file"; then
758 echo "loading cache $cache_file"
759 . $cache_file
760else
761 echo "creating cache $cache_file"
762 > $cache_file
763fi
764
765ac_ext=c
766# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
767ac_cpp='$CPP $CPPFLAGS'
768ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
769ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
770cross_compiling=$ac_cv_prog_cc_cross
771
772ac_exeext=
773ac_objext=o
774if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
775 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
776 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
777 ac_n= ac_c='
778' ac_t=' '
779 else
780 ac_n=-n ac_c= ac_t=
781 fi
782else
783 ac_n= ac_c='\c' ac_t=
784fi
785
786
787
788ac_aux_dir=
789for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
790 if test -f $ac_dir/install-sh; then
791 ac_aux_dir=$ac_dir
792 ac_install_sh="$ac_aux_dir/install-sh -c"
793 break
794 elif test -f $ac_dir/install.sh; then
795 ac_aux_dir=$ac_dir
796 ac_install_sh="$ac_aux_dir/install.sh -c"
797 break
798 fi
799done
800if test -z "$ac_aux_dir"; then
801 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
802fi
803ac_config_guess=$ac_aux_dir/config.guess
804ac_config_sub=$ac_aux_dir/config.sub
805ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
806
807
808# Do some error checking and defaulting for the host and target type.
809# The inputs are:
810# configure --host=HOST --target=TARGET --build=BUILD NONOPT
811#
812# The rules are:
813# 1. You are not allowed to specify --host, --target, and nonopt at the
814# same time.
815# 2. Host defaults to nonopt.
816# 3. If nonopt is not specified, then host defaults to the current host,
817# as determined by config.guess.
818# 4. Target and build default to nonopt.
819# 5. If nonopt is not specified, then target and build default to host.
820
821# The aliases save the names the user supplied, while $host etc.
822# will get canonicalized.
823case $host---$target---$nonopt in
824NONE---*---* | *---NONE---* | *---*---NONE) ;;
825*) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
826esac
827
828
829# Make sure we can run config.sub.
830if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
831else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
832fi
833
834echo $ac_n "checking host system type""... $ac_c" 1>&6
e07802fc 835echo "configure:836: checking host system type" >&5
10f2d63a
VZ
836
837host_alias=$host
838case "$host_alias" in
839NONE)
840 case $nonopt in
841 NONE)
842 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
843 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
844 fi ;;
845 *) host_alias=$nonopt ;;
846 esac ;;
847esac
848
849host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
850host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
851host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
852host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
853echo "$ac_t""$host" 1>&6
854
855echo $ac_n "checking target system type""... $ac_c" 1>&6
e07802fc 856echo "configure:857: checking target system type" >&5
10f2d63a
VZ
857
858target_alias=$target
859case "$target_alias" in
860NONE)
861 case $nonopt in
862 NONE) target_alias=$host_alias ;;
863 *) target_alias=$nonopt ;;
864 esac ;;
865esac
866
867target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
868target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
869target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
870target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
871echo "$ac_t""$target" 1>&6
872
873echo $ac_n "checking build system type""... $ac_c" 1>&6
e07802fc 874echo "configure:875: checking build system type" >&5
10f2d63a
VZ
875
876build_alias=$build
877case "$build_alias" in
878NONE)
879 case $nonopt in
880 NONE) build_alias=$host_alias ;;
881 *) build_alias=$nonopt ;;
882 esac ;;
883esac
884
885build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
886build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
887build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
888build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
889echo "$ac_t""$build" 1>&6
890
891test "$host_alias" != "$target_alias" &&
892 test "$program_prefix$program_suffix$program_transform_name" = \
893 NONENONEs,x,x, &&
894 program_prefix=${target_alias}-
895
896
897
898WX_MAJOR_VERSION_NUMBER=2
899WX_MINOR_VERSION_NUMBER=1
ba0e7d41 900WX_RELEASE_NUMBER=12
10f2d63a
VZ
901
902WX_INTERFACE_AGE=0
903WX_BINARY_AGE=0
904
905WX_VERSION=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER.$WX_RELEASE_NUMBER
906
907WX_RELEASE=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER
908WX_CURRENT=`expr $WX_RELEASE_NUMBER - $WX_INTERFACE_AGE`
909WX_REVISION=$WX_INTERFACE_AGE
910WX_AGE=`expr $WX_BINARY_AGE - $WX_INTERFACE_AGE`
911
912
913USE_UNIX=1
914USE_WIN32=0
b12915c1
VZ
915USE_BEOS=0
916
10f2d63a
VZ
917USE_LINUX=
918USE_SGI=
919USE_HPUX=
920USE_SYSV=
921USE_SVR4=
922USE_AIX=
923USE_SUN=
924USE_SOLARIS=
925USE_SUNOS=
926USE_ALPHA=
927USE_OSF=
928USE_BSD=
929USE_FREEBSD=
930USE_VMS=
931USE_ULTRIX=
932USE_CYGWIN=
933USE_MINGW=
934USE_DATA_GENERAL=
935
ab9b9eab
VZ
936NEEDS_D_REENTRANT_FOR_R_FUNCS=0
937
e07802fc 938ALL_TOOLKITS="CYGWIN GTK MINGW MOTIF WINE PM"
10f2d63a
VZ
939
940DEFAULT_wxUSE_GTK=0
941DEFAULT_wxUSE_MOTIF=0
942DEFAULT_wxUSE_MSW=0
943DEFAULT_wxUSE_WINE=0
e07802fc 944DEFAULT_wxUSE_PM=0
10f2d63a
VZ
945
946DEFAULT_DEFAULT_wxUSE_GTK=0
947DEFAULT_DEFAULT_wxUSE_MOTIF=0
948DEFAULT_DEFAULT_wxUSE_MSW=0
949DEFAULT_DEFAULT_wxUSE_WINE=0
e07802fc 950DEFAULT_DEFAULT_wxUSE_PM=0
10f2d63a
VZ
951
952case "${host}" in
953 *-hp-hpux* )
954 USE_HPUX=1
955 DEFAULT_DEFAULT_wxUSE_MOTIF=1
ab9b9eab 956 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
10f2d63a
VZ
957 cat >> confdefs.h <<\EOF
958#define __HPUX__ 1
959EOF
960
961 ;;
962 *-*-linux* )
963 USE_LINUX=1
964 cat >> confdefs.h <<\EOF
965#define __LINUX__ 1
966EOF
967
968 TMP=`uname -m`
969 if test "x$TMP" = "xalpha"; then
970 USE_ALPHA=1
971 cat >> confdefs.h <<\EOF
972#define __ALPHA__ 1
973EOF
974
975 fi
976 DEFAULT_DEFAULT_wxUSE_GTK=1
977 ;;
978 *-*-irix5* | *-*-irix6* )
979 USE_SGI=1
980 USE_SVR4=1
981 cat >> confdefs.h <<\EOF
982#define __SGI__ 1
983EOF
984
985 cat >> confdefs.h <<\EOF
986#define __SVR4__ 1
987EOF
988
989 DEFAULT_DEFAULT_wxUSE_MOTIF=1
990 ;;
991 *-*-solaris2* )
992 USE_SUN=1
993 USE_SOLARIS=1
994 USE_SVR4=1
995 cat >> confdefs.h <<\EOF
996#define __SUN__ 1
997EOF
998
999 cat >> confdefs.h <<\EOF
1000#define __SOLARIS__ 1
1001EOF
1002
1003 cat >> confdefs.h <<\EOF
1004#define __SVR4__ 1
1005EOF
1006
1007 DEFAULT_DEFAULT_wxUSE_MOTIF=1
ab9b9eab 1008 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
10f2d63a
VZ
1009 ;;
1010 *-*-sunos4* )
1011 USE_SUN=1
1012 USE_SUNOS=1
1013 USE_BSD=1
1014 cat >> confdefs.h <<\EOF
1015#define __SUN__ 1
1016EOF
1017
1018 cat >> confdefs.h <<\EOF
1019#define __SUNOS__ 1
1020EOF
1021
1022 cat >> confdefs.h <<\EOF
1023#define __BSD__ 1
1024EOF
1025
1026 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1027 ;;
1028 *-*-freebsd* | *-*-netbsd*)
1029 USE_BSD=1
1030 USE_FREEBSD=1
1031 cat >> confdefs.h <<\EOF
1032#define __FREEBSD__ 1
1033EOF
1034
1035 cat >> confdefs.h <<\EOF
1036#define __BSD__ 1
1037EOF
1038
1039 DEFAULT_DEFAULT_wxUSE_GTK=1
1040 ;;
1041 *-*-osf* )
1042 USE_ALPHA=1
1043 USE_OSF=1
1044 cat >> confdefs.h <<\EOF
1045#define __ALPHA__ 1
1046EOF
1047
1048 cat >> confdefs.h <<\EOF
1049#define __OSF__ 1
1050EOF
1051
1052 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1053 ;;
1054 *-*-dgux5* )
1055 USE_ALPHA=1
1056 USE_SVR4=1
1057 cat >> confdefs.h <<\EOF
1058#define __ALPHA__ 1
1059EOF
1060
1061 cat >> confdefs.h <<\EOF
1062#define __SVR4__ 1
1063EOF
1064
1065 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1066 ;;
1067 *-*-sysv5* )
1068 USE_SYSV=1
1069 USE_SVR4=1
1070 cat >> confdefs.h <<\EOF
1071#define __SYSV__ 1
1072EOF
1073
1074 cat >> confdefs.h <<\EOF
1075#define __SVR4__ 1
1076EOF
1077
1078 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1079 ;;
1080 *-*-aix* )
1081 USE_AIX=1
1082 USE_SYSV=1
1083 USE_SVR4=1
1084 cat >> confdefs.h <<\EOF
1085#define __AIX__ 1
1086EOF
1087
1088 cat >> confdefs.h <<\EOF
1089#define __SYSV__ 1
1090EOF
1091
1092 cat >> confdefs.h <<\EOF
1093#define __SVR4__ 1
1094EOF
1095
1096 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1097 ;;
1098
7eef8db2 1099 *-*-cygwin32* | *-*-mingw32* )
10f2d63a
VZ
1100 USE_UNIX=0
1101 USE_WIN32=1
1102 cat >> confdefs.h <<\EOF
1103#define __WIN32__ 1
1104EOF
1105
1106 cat >> confdefs.h <<\EOF
1107#define __WIN95__ 1
1108EOF
1109
1110 cat >> confdefs.h <<\EOF
1111#define __WINDOWS__ 1
1112EOF
1113
1114 cat >> confdefs.h <<\EOF
1115#define __GNUWIN32__ 1
1116EOF
1117
1118 cat >> confdefs.h <<\EOF
1119#define STRICT 1
1120EOF
1121
1122 cat >> confdefs.h <<\EOF
1123#define WINVER 0x0400
1124EOF
1125
1126 DEFAULT_DEFAULT_wxUSE_MSW=1
1127 ;;
1128
1129 *-pc-os2_emx )
1130 cat >> confdefs.h <<\EOF
1131#define __EMX__ 1
1132EOF
1133
e07802fc 1134 DEFAULT_DEFAULT_wxUSE_PM=1
10f2d63a
VZ
1135 ;;
1136
b12915c1
VZ
1137 *-*-beos* )
1138 USE_BEOS=1
1139 cat >> confdefs.h <<\EOF
1140#define __BEOS__ 1
1141EOF
1142
1143 ;;
1144
10f2d63a
VZ
1145 *)
1146 { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; }
1147esac
1148
1149if test "$USE_UNIX" = 1 ; then
b12915c1
VZ
1150 wxUSE_UNIX=yes
1151 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1152#define __UNIX__ 1
1153EOF
1154
b12915c1
VZ
1155
1156 SRC_SUBDIRS="$SRC_SUBDIRS unix"
1157 INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS unix"
1158fi
1159
1160if test "$USE_BEOS" = 1; then
1161 SRC_SUBDIRS="$SRC_SUBDIRS be"
1162 INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS be"
10f2d63a
VZ
1163fi
1164
1165if test "$USE_LINUX" = 1; then
1166 echo $ac_n "checking for gettext in -lc""... $ac_c" 1>&6
e07802fc 1167echo "configure:1168: checking for gettext in -lc" >&5
10f2d63a
VZ
1168ac_lib_var=`echo c'_'gettext | sed 'y%./+-%__p_%'`
1169if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1170 echo $ac_n "(cached) $ac_c" 1>&6
1171else
1172 ac_save_LIBS="$LIBS"
1173LIBS="-lc $LIBS"
1174cat > conftest.$ac_ext <<EOF
e07802fc 1175#line 1176 "configure"
10f2d63a
VZ
1176#include "confdefs.h"
1177/* Override any gcc2 internal prototype to avoid an error. */
1178/* We use char because int might match the return type of a gcc2
1179 builtin and then its argument prototype would still apply. */
1180char gettext();
1181
1182int main() {
1183gettext()
1184; return 0; }
1185EOF
e07802fc 1186if { (eval echo configure:1187: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
1187 rm -rf conftest*
1188 eval "ac_cv_lib_$ac_lib_var=yes"
1189else
1190 echo "configure: failed program was:" >&5
1191 cat conftest.$ac_ext >&5
1192 rm -rf conftest*
1193 eval "ac_cv_lib_$ac_lib_var=no"
1194fi
1195rm -f conftest*
1196LIBS="$ac_save_LIBS"
1197
1198fi
1199if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1200 echo "$ac_t""yes" 1>&6
1201 cat >> confdefs.h <<\EOF
1202#define wxHAVE_GLIBC2 1
1203EOF
1204
1205else
1206 echo "$ac_t""no" 1>&6
1207fi
1208
1209fi
1210
1211
1212
1213
1214 wx_arg_cache_file="configarg.cache"
1215 echo "loading argument cache $wx_arg_cache_file"
1216 rm -f ${wx_arg_cache_file}.tmp
1217 touch ${wx_arg_cache_file}.tmp
1218 touch ${wx_arg_cache_file}
1219
1220
1221DEBUG_CONFIGURE=0
1222if test $DEBUG_CONFIGURE = 1; then
1223 DEFAULT_wxUSE_THREADS=yes
1224
1225 DEFAULT_wxUSE_SHARED=yes
1226 DEFAULT_wxUSE_OPTIMISE=yes
1227 DEFAULT_wxUSE_PROFILE=no
1228 DEFAULT_wxUSE_NO_DEPS=no
1229 DEFAULT_wxUSE_NO_RTTI=no
1230 DEFAULT_wxUSE_NO_EXCEPTIONS=no
1231 DEFAULT_wxUSE_PERMISSIVE=no
1232 DEFAULT_wxUSE_DEBUG_FLAG=yes
1233 DEFAULT_wxUSE_DEBUG_INFO=yes
1234 DEFAULT_wxUSE_DEBUG_GDB=yes
1235 DEFAULT_wxUSE_MEM_TRACING=no
1236 DEFAULT_wxUSE_DEBUG_CONTEXT=no
1237 DEFAULT_wxUSE_DMALLOC=no
1238 DEFAULT_wxUSE_APPLE_IEEE=no
1239
1240 DEFAULT_wxUSE_LOG=yes
1241
1242 DEFAULT_wxUSE_GUI=yes
1243
1244 DEFAULT_wxUSE_ZLIB=no
1245 DEFAULT_wxUSE_LIBPNG=no
1246 DEFAULT_wxUSE_LIBJPEG=no
c7a2bf27 1247 DEFAULT_wxUSE_LIBTIFF=no
10f2d63a
VZ
1248 DEFAULT_wxUSE_ODBC=no
1249
1250 DEFAULT_wxUSE_STD_IOSTREAM=no
1251 DEFAULT_wxUSE_FILE=no
1252 DEFAULT_wxUSE_TEXTFILE=no
1253 DEFAULT_wxUSE_TIMEDATE=no
1254 DEFAULT_wxUSE_WAVE=no
1255 DEFAULT_wxUSE_INTL=no
1256 DEFAULT_wxUSE_CONFIG=no
1257 DEFAULT_wxUSE_STREAMS=no
1258 DEFAULT_wxUSE_SOCKETS=no
1259 DEFAULT_wxUSE_DIALUP_MANAGER=no
1260 DEFAULT_wxUSE_SERIAL=no
1261 DEFAULT_wxUSE_JOYSTICK=no
1262 DEFAULT_wxUSE_DYNLIB_CLASS=no
1263 DEFAULT_wxUSE_LONGLONG=no
1264
1265 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no
1266 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no
1267 DEFAULT_wxUSE_POSTSCRIPT=no
1268
1269 DEFAULT_wxUSE_X_RESOURCES=no
1270 DEFAULT_wxUSE_CLIPBOARD=no
1271 DEFAULT_wxUSE_TOOLTIPS=no
1272 DEFAULT_wxUSE_DRAG_AND_DROP=no
1273 DEFAULT_wxUSE_SPLINES=no
1274
1275 DEFAULT_wxUSE_MDI_ARCHITECTURE=no
1276 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no
1277 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no
1278
1279 DEFAULT_wxUSE_PROLOGIO=no
1280 DEFAULT_wxUSE_RESOURCES=no
1281 DEFAULT_wxUSE_CONSTRAINTS=no
1282 DEFAULT_wxUSE_IPC=no
1283 DEFAULT_wxUSE_HELP=no
1284 DEFAULT_wxUSE_WXTREE=no
1285 DEFAULT_wxUSE_METAFILE=no
1286
1287 DEFAULT_wxUSE_COMMONDLGS=no
1288 DEFAULT_wxUSE_DIRDLG=no
1289 DEFAULT_wxUSE_TEXTDLG=no
1290 DEFAULT_wxUSE_STARTUP_TIPS=no
1291 DEFAULT_wxUSE_PROGRESSDLG=no
1292 DEFAULT_wxUSE_MINIFRAME=no
1293 DEFAULT_wxUSE_HTML=no
1294 DEFAULT_wxUSE_FS_INET=no
1295 DEFAULT_wxUSE_FS_ZIP=no
1296 DEFAULT_wxUSE_BUSYINFO=no
1297 DEFAULT_wxUSE_ZIPSTREAM=no
1298 DEFAULT_wxUSE_VALIDATORS=yes
1299
1300 DEFAULT_wxUSE_ACCEL=no
1301 DEFAULT_wxUSE_CARET=no
1302 DEFAULT_wxUSE_BMPBUTTON=no
1303 DEFAULT_wxUSE_CHECKBOX=no
1304 DEFAULT_wxUSE_CHECKLST=no
1305 DEFAULT_wxUSE_CHOICE=yes
1306 DEFAULT_wxUSE_COMBOBOX=no
1307 DEFAULT_wxUSE_GAUGE=no
1308 DEFAULT_wxUSE_GRID=no
1309 DEFAULT_wxUSE_NEW_GRID=no
1310 DEFAULT_wxUSE_IMAGLIST=no
1311 DEFAULT_wxUSE_LISTBOX=no
1312 DEFAULT_wxUSE_LISTCTRL=no
1313 DEFAULT_wxUSE_NOTEBOOK=no
1314 DEFAULT_wxUSE_RADIOBOX=no
1315 DEFAULT_wxUSE_RADIOBTN=no
1316 DEFAULT_wxUSE_SASH=no
1317 DEFAULT_wxUSE_SCROLLBAR=no
1318 DEFAULT_wxUSE_SLIDER=no
1319 DEFAULT_wxUSE_SPINBTN=no
56cfaa52 1320 DEFAULT_wxUSE_SPINCTRL=no
10f2d63a
VZ
1321 DEFAULT_wxUSE_SPLITTER=no
1322 DEFAULT_wxUSE_STATBMP=no
1323 DEFAULT_wxUSE_STATBOX=no
1324 DEFAULT_wxUSE_STATLINE=no
1325 DEFAULT_wxUSE_STATUSBAR=yes
1326 DEFAULT_wxUSE_TABDIALOG=no
1327 DEFAULT_wxUSE_TOOLBAR=no
360d6699
VZ
1328 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
1329 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
10f2d63a
VZ
1330 DEFAULT_wxUSE_TREECTRL=no
1331
1332 DEFAULT_wxUSE_UNICODE=no
1333 DEFAULT_wxUSE_WCSRTOMBS=no
1334
1335 DEFAULT_wxUSE_GIF=no
1336 DEFAULT_wxUSE_PCX=no
1337 DEFAULT_wxUSE_PNM=no
1338else
1339 DEFAULT_wxUSE_THREADS=yes
1340
1341 DEFAULT_wxUSE_SHARED=yes
1342 DEFAULT_wxUSE_OPTIMISE=yes
1343 DEFAULT_wxUSE_PROFILE=no
1344 DEFAULT_wxUSE_NO_DEPS=no
1345 DEFAULT_wxUSE_NO_RTTI=no
1346 DEFAULT_wxUSE_NO_EXCEPTIONS=no
1347 DEFAULT_wxUSE_PERMISSIVE=no
1348 DEFAULT_wxUSE_DEBUG_FLAG=no
1349 DEFAULT_wxUSE_DEBUG_INFO=no
1350 DEFAULT_wxUSE_DEBUG_GDB=no
1351 DEFAULT_wxUSE_MEM_TRACING=no
1352 DEFAULT_wxUSE_DEBUG_CONTEXT=no
1353 DEFAULT_wxUSE_DMALLOC=no
1354 DEFAULT_wxUSE_APPLE_IEEE=yes
1355
1356 DEFAULT_wxUSE_LOG=yes
1357
1358 DEFAULT_wxUSE_GUI=yes
1359
1360 DEFAULT_wxUSE_ZLIB=yes
1361 DEFAULT_wxUSE_LIBPNG=yes
1362 DEFAULT_wxUSE_LIBJPEG=yes
b47c832e 1363 DEFAULT_wxUSE_LIBTIFF=yes
10f2d63a
VZ
1364 DEFAULT_wxUSE_ODBC=yes
1365
1366 DEFAULT_wxUSE_STD_IOSTREAM=no
1367 DEFAULT_wxUSE_FILE=yes
1368 DEFAULT_wxUSE_TEXTFILE=yes
1369 DEFAULT_wxUSE_TIMEDATE=yes
1370 DEFAULT_wxUSE_WAVE=no
1371 DEFAULT_wxUSE_INTL=yes
1372 DEFAULT_wxUSE_CONFIG=yes
1373 DEFAULT_wxUSE_STREAMS=yes
1374 DEFAULT_wxUSE_SOCKETS=yes
1375 DEFAULT_wxUSE_DIALUP_MANAGER=yes
1376 DEFAULT_wxUSE_SERIAL=yes
1377 DEFAULT_wxUSE_JOYSTICK=yes
1378 DEFAULT_wxUSE_DYNLIB_CLASS=yes
b685cd9b 1379 DEFAULT_wxUSE_LONGLONG=yes
10f2d63a
VZ
1380
1381 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes
1382 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes
1383 DEFAULT_wxUSE_POSTSCRIPT=yes
1384
1385 DEFAULT_wxUSE_X_RESOURCES=no
1386 DEFAULT_wxUSE_CLIPBOARD=yes
1387 DEFAULT_wxUSE_TOOLTIPS=yes
1388 DEFAULT_wxUSE_DRAG_AND_DROP=yes
1389 DEFAULT_wxUSE_SPLINES=yes
1390
1391 DEFAULT_wxUSE_MDI_ARCHITECTURE=yes
1392 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes
1393 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes
1394
1395 DEFAULT_wxUSE_PROLOGIO=yes
1396 DEFAULT_wxUSE_RESOURCES=yes
1397 DEFAULT_wxUSE_CONSTRAINTS=yes
1398 DEFAULT_wxUSE_IPC=yes
1399 DEFAULT_wxUSE_HELP=yes
1400 DEFAULT_wxUSE_WXTREE=yes
1401 DEFAULT_wxUSE_METAFILE=yes
1402
1403 DEFAULT_wxUSE_COMMONDLGS=yes
1404 DEFAULT_wxUSE_DIRDLG=yes
1405 DEFAULT_wxUSE_TEXTDLG=yes
1406 DEFAULT_wxUSE_STARTUP_TIPS=yes
1407 DEFAULT_wxUSE_PROGRESSDLG=yes
1408 DEFAULT_wxUSE_MINIFRAME=yes
1409 DEFAULT_wxUSE_HTML=yes
1410 DEFAULT_wxUSE_FS_INET=yes
1411 DEFAULT_wxUSE_FS_ZIP=yes
1412 DEFAULT_wxUSE_BUSYINFO=yes
1413 DEFAULT_wxUSE_ZIPSTREAM=yes
1414 DEFAULT_wxUSE_VALIDATORS=yes
1415
1416 DEFAULT_wxUSE_ACCEL=yes
1417 DEFAULT_wxUSE_CARET=yes
1418 DEFAULT_wxUSE_BMPBUTTON=yes
1419 DEFAULT_wxUSE_CHECKBOX=yes
1420 DEFAULT_wxUSE_CHECKLST=yes
1421 DEFAULT_wxUSE_CHOICE=yes
1422 DEFAULT_wxUSE_COMBOBOX=yes
1423 DEFAULT_wxUSE_GAUGE=yes
1424 DEFAULT_wxUSE_GRID=yes
fc9c7c09 1425 DEFAULT_wxUSE_NEW_GRID=no
10f2d63a
VZ
1426 DEFAULT_wxUSE_IMAGLIST=yes
1427 DEFAULT_wxUSE_LISTBOX=yes
1428 DEFAULT_wxUSE_LISTCTRL=yes
1429 DEFAULT_wxUSE_NOTEBOOK=yes
1430 DEFAULT_wxUSE_RADIOBOX=yes
1431 DEFAULT_wxUSE_RADIOBTN=yes
1432 DEFAULT_wxUSE_SASH=yes
1433 DEFAULT_wxUSE_SCROLLBAR=yes
1434 DEFAULT_wxUSE_SLIDER=yes
1435 DEFAULT_wxUSE_SPINBTN=yes
56cfaa52 1436 DEFAULT_wxUSE_SPINCTRL=yes
10f2d63a
VZ
1437 DEFAULT_wxUSE_SPLITTER=yes
1438 DEFAULT_wxUSE_STATBMP=yes
1439 DEFAULT_wxUSE_STATBOX=yes
1440 DEFAULT_wxUSE_STATLINE=yes
1441 DEFAULT_wxUSE_STATUSBAR=yes
1442 DEFAULT_wxUSE_TABDIALOG=no
1443 DEFAULT_wxUSE_TOOLBAR=yes
360d6699
VZ
1444 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
1445 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
10f2d63a
VZ
1446 DEFAULT_wxUSE_TREECTRL=yes
1447
1448 DEFAULT_wxUSE_UNICODE=no
1449 DEFAULT_wxUSE_WCSRTOMBS=no
1450
1451 DEFAULT_wxUSE_GIF=yes
1452 DEFAULT_wxUSE_PCX=yes
1453 DEFAULT_wxUSE_PNM=yes
1454fi
1455
1456
1457
1458for toolkit in `echo $ALL_TOOLKITS`; do
1459 LINE=`grep "wxUSE_$toolkit" ${wx_arg_cache_file}`
1460 if test "x$LINE" != x ; then
1461 has_toolkit_in_cache=1
1462 eval "DEFAULT_$LINE"
1463 eval "CACHE_$toolkit=1"
1464 fi
1465done
1466
1467
1468
1469 echo $ac_n "checking "for --enable-gui"""... $ac_c" 1>&6
e07802fc 1470echo "configure:1471: checking "for --enable-gui"" >&5
10f2d63a
VZ
1471 no_cache=0
1472 # Check whether --enable-gui or --disable-gui was given.
1473if test "${enable_gui+set}" = set; then
1474 enableval="$enable_gui"
1475
1476 if test "$enableval" = yes; then
1477 ac_cv_use_gui='wxUSE_GUI=yes'
1478 else
1479 ac_cv_use_gui='wxUSE_GUI=no'
1480 fi
1481
1482else
1483
1484 LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
1485 if test "x$LINE" != x ; then
1486 eval "DEFAULT_$LINE"
1487 else
1488 no_cache=1
1489 fi
1490
1491 ac_cv_use_gui='wxUSE_GUI='$DEFAULT_wxUSE_GUI
1492
1493fi
1494
1495
1496 eval "$ac_cv_use_gui"
1497 if test "$no_cache" != 1; then
1498 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
1499 fi
1500
1501 if test "$wxUSE_GUI" = yes; then
1502 echo "$ac_t""yes" 1>&6
1503 else
1504 echo "$ac_t""no" 1>&6
1505 fi
1506
1507
b12915c1 1508if test "$wxUSE_GUI" = "yes"; then
10f2d63a
VZ
1509
1510# Check whether --with-gtk or --without-gtk was given.
1511if test "${with_gtk+set}" = set; then
1512 withval="$with_gtk"
1513 wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
1514fi
1515
1516# Check whether --with-motif or --without-motif was given.
1517if test "${with_motif+set}" = set; then
1518 withval="$with_motif"
1519 wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
1520fi
1521
1522# Check whether --with-wine or --without-wine was given.
1523if test "${with_wine+set}" = set; then
1524 withval="$with_wine"
1525 wxUSE_WINE="$withval" CACHE_WINE=1 TOOLKIT_GIVEN=1
1526fi
1527
1528# Check whether --with-cygwin or --without-cygwin was given.
1529if test "${with_cygwin+set}" = set; then
1530 withval="$with_cygwin"
1531 wxUSE_CYGWIN="$withval" CACHE_CYGWIN=1 TOOLKIT_GIVEN=1
1532fi
1533
1534# Check whether --with-mingw or --without-mingw was given.
1535if test "${with_mingw+set}" = set; then
1536 withval="$with_mingw"
1537 wxUSE_MINGW="$withval" CACHE_MINGW=1 TOOLKIT_GIVEN=1
1538fi
1539
e07802fc
VZ
1540# Check whether --with-pm or --without-pm was given.
1541if test "${with_pm+set}" = set; then
1542 withval="$with_pm"
1543 wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
1544fi
1545
10f2d63a
VZ
1546
1547# Check whether --with-gtk-prefix or --without-gtk-prefix was given.
1548if test "${with_gtk_prefix+set}" = set; then
1549 withval="$with_gtk_prefix"
1550 gtk_config_prefix="$withval"
1551else
1552 gtk_config_prefix=""
1553fi
1554
1555# Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
1556if test "${with_gtk_exec_prefix+set}" = set; then
1557 withval="$with_gtk_exec_prefix"
1558 gtk_config_exec_prefix="$withval"
1559else
1560 gtk_config_exec_prefix=""
1561fi
1562
1563
1564
b12915c1 1565 echo $ac_n "checking "for --with-libpng"""... $ac_c" 1>&6
e07802fc 1566echo "configure:1567: checking "for --with-libpng"" >&5
10f2d63a 1567 no_cache=0
b12915c1
VZ
1568 # Check whether --with-libpng or --without-libpng was given.
1569if test "${with_libpng+set}" = set; then
1570 withval="$with_libpng"
10f2d63a
VZ
1571
1572 if test "$withval" = yes; then
b12915c1 1573 ac_cv_use_libpng='wxUSE_LIBPNG=yes'
10f2d63a 1574 else
b12915c1 1575 ac_cv_use_libpng='wxUSE_LIBPNG=no'
10f2d63a
VZ
1576 fi
1577
1578else
1579
b12915c1 1580 LINE=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
10f2d63a
VZ
1581 if test "x$LINE" != x ; then
1582 eval "DEFAULT_$LINE"
1583 else
1584 no_cache=1
1585 fi
1586
b12915c1 1587 ac_cv_use_libpng='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
10f2d63a
VZ
1588
1589fi
1590
1591
b12915c1 1592 eval "$ac_cv_use_libpng"
10f2d63a 1593 if test "$no_cache" != 1; then
b12915c1 1594 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
1595 fi
1596
b12915c1 1597 if test "$wxUSE_LIBPNG" = yes; then
10f2d63a
VZ
1598 echo "$ac_t""yes" 1>&6
1599 else
1600 echo "$ac_t""no" 1>&6
1601 fi
1602
1603
b12915c1 1604 echo $ac_n "checking "for --with-libjpeg"""... $ac_c" 1>&6
e07802fc 1605echo "configure:1606: checking "for --with-libjpeg"" >&5
10f2d63a 1606 no_cache=0
b12915c1
VZ
1607 # Check whether --with-libjpeg or --without-libjpeg was given.
1608if test "${with_libjpeg+set}" = set; then
1609 withval="$with_libjpeg"
10f2d63a
VZ
1610
1611 if test "$withval" = yes; then
b12915c1 1612 ac_cv_use_libjpeg='wxUSE_LIBJPEG=yes'
10f2d63a 1613 else
b12915c1 1614 ac_cv_use_libjpeg='wxUSE_LIBJPEG=no'
10f2d63a
VZ
1615 fi
1616
1617else
1618
b12915c1 1619 LINE=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
10f2d63a
VZ
1620 if test "x$LINE" != x ; then
1621 eval "DEFAULT_$LINE"
1622 else
1623 no_cache=1
1624 fi
1625
b12915c1 1626 ac_cv_use_libjpeg='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
10f2d63a
VZ
1627
1628fi
1629
1630
b12915c1 1631 eval "$ac_cv_use_libjpeg"
10f2d63a 1632 if test "$no_cache" != 1; then
b12915c1 1633 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
1634 fi
1635
b12915c1 1636 if test "$wxUSE_LIBJPEG" = yes; then
10f2d63a
VZ
1637 echo "$ac_t""yes" 1>&6
1638 else
1639 echo "$ac_t""no" 1>&6
1640 fi
1641
1642
b12915c1 1643 echo $ac_n "checking "for --with-libtiff"""... $ac_c" 1>&6
e07802fc 1644echo "configure:1645: checking "for --with-libtiff"" >&5
10f2d63a 1645 no_cache=0
b12915c1
VZ
1646 # Check whether --with-libtiff or --without-libtiff was given.
1647if test "${with_libtiff+set}" = set; then
1648 withval="$with_libtiff"
10f2d63a
VZ
1649
1650 if test "$withval" = yes; then
b12915c1 1651 ac_cv_use_libtiff='wxUSE_LIBTIFF=yes'
10f2d63a 1652 else
b12915c1 1653 ac_cv_use_libtiff='wxUSE_LIBTIFF=no'
10f2d63a
VZ
1654 fi
1655
1656else
1657
b12915c1 1658 LINE=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
10f2d63a
VZ
1659 if test "x$LINE" != x ; then
1660 eval "DEFAULT_$LINE"
1661 else
1662 no_cache=1
1663 fi
1664
b12915c1 1665 ac_cv_use_libtiff='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
10f2d63a
VZ
1666
1667fi
1668
1669
b12915c1 1670 eval "$ac_cv_use_libtiff"
10f2d63a 1671 if test "$no_cache" != 1; then
b12915c1 1672 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
1673 fi
1674
b12915c1 1675 if test "$wxUSE_LIBTIFF" = yes; then
10f2d63a
VZ
1676 echo "$ac_t""yes" 1>&6
1677 else
1678 echo "$ac_t""no" 1>&6
1679 fi
1680
1681
b12915c1 1682 echo $ac_n "checking "for --with-opengl"""... $ac_c" 1>&6
e07802fc 1683echo "configure:1684: checking "for --with-opengl"" >&5
10f2d63a 1684 no_cache=0
b12915c1
VZ
1685 # Check whether --with-opengl or --without-opengl was given.
1686if test "${with_opengl+set}" = set; then
1687 withval="$with_opengl"
10f2d63a
VZ
1688
1689 if test "$withval" = yes; then
b12915c1 1690 ac_cv_use_opengl='wxUSE_OPENGL=yes'
10f2d63a 1691 else
b12915c1 1692 ac_cv_use_opengl='wxUSE_OPENGL=no'
10f2d63a
VZ
1693 fi
1694
1695else
1696
b12915c1 1697 LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
10f2d63a
VZ
1698 if test "x$LINE" != x ; then
1699 eval "DEFAULT_$LINE"
1700 else
1701 no_cache=1
1702 fi
1703
b12915c1 1704 ac_cv_use_opengl='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
10f2d63a
VZ
1705
1706fi
1707
1708
b12915c1 1709 eval "$ac_cv_use_opengl"
10f2d63a 1710 if test "$no_cache" != 1; then
b12915c1 1711 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
1712 fi
1713
b12915c1 1714 if test "$wxUSE_OPENGL" = yes; then
10f2d63a
VZ
1715 echo "$ac_t""yes" 1>&6
1716 else
1717 echo "$ac_t""no" 1>&6
1718 fi
1719
1720
b12915c1
VZ
1721fi
1722
1723
1724 echo $ac_n "checking "for --with-dmalloc"""... $ac_c" 1>&6
e07802fc 1725echo "configure:1726: checking "for --with-dmalloc"" >&5
c7a2bf27 1726 no_cache=0
b12915c1
VZ
1727 # Check whether --with-dmalloc or --without-dmalloc was given.
1728if test "${with_dmalloc+set}" = set; then
1729 withval="$with_dmalloc"
c7a2bf27
RR
1730
1731 if test "$withval" = yes; then
b12915c1 1732 ac_cv_use_dmalloc='wxUSE_DMALLOC=yes'
c7a2bf27 1733 else
b12915c1 1734 ac_cv_use_dmalloc='wxUSE_DMALLOC=no'
c7a2bf27
RR
1735 fi
1736
1737else
1738
b12915c1 1739 LINE=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
c7a2bf27
RR
1740 if test "x$LINE" != x ; then
1741 eval "DEFAULT_$LINE"
1742 else
1743 no_cache=1
1744 fi
1745
b12915c1 1746 ac_cv_use_dmalloc='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
c7a2bf27
RR
1747
1748fi
1749
1750
b12915c1 1751 eval "$ac_cv_use_dmalloc"
c7a2bf27 1752 if test "$no_cache" != 1; then
b12915c1 1753 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
c7a2bf27
RR
1754 fi
1755
b12915c1 1756 if test "$wxUSE_DMALLOC" = yes; then
c7a2bf27
RR
1757 echo "$ac_t""yes" 1>&6
1758 else
1759 echo "$ac_t""no" 1>&6
1760 fi
1761
1762
b12915c1 1763 echo $ac_n "checking "for --with-zlib"""... $ac_c" 1>&6
e07802fc 1764echo "configure:1765: checking "for --with-zlib"" >&5
10f2d63a 1765 no_cache=0
b12915c1
VZ
1766 # Check whether --with-zlib or --without-zlib was given.
1767if test "${with_zlib+set}" = set; then
1768 withval="$with_zlib"
10f2d63a
VZ
1769
1770 if test "$withval" = yes; then
b12915c1 1771 ac_cv_use_zlib='wxUSE_ZLIB=yes'
10f2d63a 1772 else
b12915c1 1773 ac_cv_use_zlib='wxUSE_ZLIB=no'
10f2d63a
VZ
1774 fi
1775
1776else
1777
b12915c1 1778 LINE=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
10f2d63a
VZ
1779 if test "x$LINE" != x ; then
1780 eval "DEFAULT_$LINE"
1781 else
1782 no_cache=1
1783 fi
1784
b12915c1 1785 ac_cv_use_zlib='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
10f2d63a
VZ
1786
1787fi
1788
1789
b12915c1 1790 eval "$ac_cv_use_zlib"
10f2d63a 1791 if test "$no_cache" != 1; then
b12915c1 1792 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
1793 fi
1794
b12915c1 1795 if test "$wxUSE_ZLIB" = yes; then
10f2d63a
VZ
1796 echo "$ac_t""yes" 1>&6
1797 else
1798 echo "$ac_t""no" 1>&6
1799 fi
1800
1801
1802 echo $ac_n "checking "for --with-odbc"""... $ac_c" 1>&6
e07802fc 1803echo "configure:1804: checking "for --with-odbc"" >&5
10f2d63a
VZ
1804 no_cache=0
1805 # Check whether --with-odbc or --without-odbc was given.
1806if test "${with_odbc+set}" = set; then
1807 withval="$with_odbc"
1808
1809 if test "$withval" = yes; then
1810 ac_cv_use_odbc='wxUSE_ODBC=yes'
1811 else
1812 ac_cv_use_odbc='wxUSE_ODBC=no'
1813 fi
1814
1815else
1816
1817 LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
1818 if test "x$LINE" != x ; then
1819 eval "DEFAULT_$LINE"
1820 else
1821 no_cache=1
1822 fi
1823
1824 ac_cv_use_odbc='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
1825
1826fi
1827
1828
1829 eval "$ac_cv_use_odbc"
1830 if test "$no_cache" != 1; then
1831 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
1832 fi
1833
1834 if test "$wxUSE_ODBC" = yes; then
1835 echo "$ac_t""yes" 1>&6
1836 else
1837 echo "$ac_t""no" 1>&6
1838 fi
1839
1840
1841
1842
1843
1844 echo $ac_n "checking "for --enable-shared"""... $ac_c" 1>&6
e07802fc 1845echo "configure:1846: checking "for --enable-shared"" >&5
10f2d63a
VZ
1846 no_cache=0
1847 # Check whether --enable-shared or --disable-shared was given.
1848if test "${enable_shared+set}" = set; then
1849 enableval="$enable_shared"
1850
1851 if test "$enableval" = yes; then
1852 ac_cv_use_shared='wxUSE_SHARED=yes'
1853 else
1854 ac_cv_use_shared='wxUSE_SHARED=no'
1855 fi
1856
1857else
1858
1859 LINE=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
1860 if test "x$LINE" != x ; then
1861 eval "DEFAULT_$LINE"
1862 else
1863 no_cache=1
1864 fi
1865
1866 ac_cv_use_shared='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
1867
1868fi
1869
1870
1871 eval "$ac_cv_use_shared"
1872 if test "$no_cache" != 1; then
1873 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
1874 fi
1875
1876 if test "$wxUSE_SHARED" = yes; then
1877 echo "$ac_t""yes" 1>&6
1878 else
1879 echo "$ac_t""no" 1>&6
1880 fi
1881
1882
1883 echo $ac_n "checking "for --enable-optimise"""... $ac_c" 1>&6
e07802fc 1884echo "configure:1885: checking "for --enable-optimise"" >&5
10f2d63a
VZ
1885 no_cache=0
1886 # Check whether --enable-optimise or --disable-optimise was given.
1887if test "${enable_optimise+set}" = set; then
1888 enableval="$enable_optimise"
1889
1890 if test "$enableval" = yes; then
1891 ac_cv_use_optimise='wxUSE_OPTIMISE=yes'
1892 else
1893 ac_cv_use_optimise='wxUSE_OPTIMISE=no'
1894 fi
1895
1896else
1897
1898 LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
1899 if test "x$LINE" != x ; then
1900 eval "DEFAULT_$LINE"
1901 else
1902 no_cache=1
1903 fi
1904
1905 ac_cv_use_optimise='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
1906
1907fi
1908
1909
1910 eval "$ac_cv_use_optimise"
1911 if test "$no_cache" != 1; then
1912 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
1913 fi
1914
1915 if test "$wxUSE_OPTIMISE" = yes; then
1916 echo "$ac_t""yes" 1>&6
1917 else
1918 echo "$ac_t""no" 1>&6
1919 fi
1920
1921
1922 echo $ac_n "checking "for --enable-debug"""... $ac_c" 1>&6
e07802fc 1923echo "configure:1924: checking "for --enable-debug"" >&5
10f2d63a
VZ
1924 no_cache=0
1925 # Check whether --enable-debug or --disable-debug was given.
1926if test "${enable_debug+set}" = set; then
1927 enableval="$enable_debug"
1928
1929 if test "$enableval" = yes; then
1930 ac_cv_use_debug='wxUSE_DEBUG=yes'
1931 else
1932 ac_cv_use_debug='wxUSE_DEBUG=no'
1933 fi
1934
1935else
1936
1937 LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
1938 if test "x$LINE" != x ; then
1939 eval "DEFAULT_$LINE"
1940 else
1941 no_cache=1
1942 fi
1943
1944 ac_cv_use_debug='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
1945
1946fi
1947
1948
1949 eval "$ac_cv_use_debug"
1950 if test "$no_cache" != 1; then
1951 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
1952 fi
1953
1954 if test "$wxUSE_DEBUG" = yes; then
1955 echo "$ac_t""yes" 1>&6
1956 else
1957 echo "$ac_t""no" 1>&6
1958 fi
1959
1960
1961if test "$wxUSE_DEBUG" = "yes"; then
1962 DEFAULT_wxUSE_DEBUG_FLAG=yes
1963 DEFAULT_wxUSE_DEBUG_INFO=yes
1964elif test "$wxUSE_DEBUG" = "no"; then
1965 DEFAULT_wxUSE_DEBUG_FLAG=no
1966 DEFAULT_wxUSE_DEBUG_INFO=no
1967fi
1968
1969
1970 echo $ac_n "checking "for --enable-debug_flag"""... $ac_c" 1>&6
e07802fc 1971echo "configure:1972: checking "for --enable-debug_flag"" >&5
10f2d63a
VZ
1972 no_cache=0
1973 # Check whether --enable-debug_flag or --disable-debug_flag was given.
1974if test "${enable_debug_flag+set}" = set; then
1975 enableval="$enable_debug_flag"
1976
1977 if test "$enableval" = yes; then
1978 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes'
1979 else
1980 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no'
1981 fi
1982
1983else
1984
1985 LINE=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
1986 if test "x$LINE" != x ; then
1987 eval "DEFAULT_$LINE"
1988 else
1989 no_cache=1
1990 fi
1991
1992 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
1993
1994fi
1995
1996
1997 eval "$ac_cv_use_debug_flag"
1998 if test "$no_cache" != 1; then
1999 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
2000 fi
2001
2002 if test "$wxUSE_DEBUG_FLAG" = yes; then
2003 echo "$ac_t""yes" 1>&6
2004 else
2005 echo "$ac_t""no" 1>&6
2006 fi
2007
2008
2009 echo $ac_n "checking "for --enable-debug_info"""... $ac_c" 1>&6
e07802fc 2010echo "configure:2011: checking "for --enable-debug_info"" >&5
10f2d63a
VZ
2011 no_cache=0
2012 # Check whether --enable-debug_info or --disable-debug_info was given.
2013if test "${enable_debug_info+set}" = set; then
2014 enableval="$enable_debug_info"
2015
2016 if test "$enableval" = yes; then
2017 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
2018 else
2019 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
2020 fi
2021
2022else
2023
2024 LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
2025 if test "x$LINE" != x ; then
2026 eval "DEFAULT_$LINE"
2027 else
2028 no_cache=1
2029 fi
2030
2031 ac_cv_use_debug_info='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
2032
2033fi
2034
2035
2036 eval "$ac_cv_use_debug_info"
2037 if test "$no_cache" != 1; then
2038 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
2039 fi
2040
2041 if test "$wxUSE_DEBUG_INFO" = yes; then
2042 echo "$ac_t""yes" 1>&6
2043 else
2044 echo "$ac_t""no" 1>&6
2045 fi
2046
2047
2048 echo $ac_n "checking "for --enable-debug_gdb"""... $ac_c" 1>&6
e07802fc 2049echo "configure:2050: checking "for --enable-debug_gdb"" >&5
10f2d63a
VZ
2050 no_cache=0
2051 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
2052if test "${enable_debug_gdb+set}" = set; then
2053 enableval="$enable_debug_gdb"
2054
2055 if test "$enableval" = yes; then
2056 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes'
2057 else
2058 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no'
2059 fi
2060
2061else
2062
2063 LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
2064 if test "x$LINE" != x ; then
2065 eval "DEFAULT_$LINE"
2066 else
2067 no_cache=1
2068 fi
2069
2070 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
2071
2072fi
2073
2074
2075 eval "$ac_cv_use_debug_gdb"
2076 if test "$no_cache" != 1; then
2077 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
2078 fi
2079
2080 if test "$wxUSE_DEBUG_GDB" = yes; then
2081 echo "$ac_t""yes" 1>&6
2082 else
2083 echo "$ac_t""no" 1>&6
2084 fi
2085
2086
2087 echo $ac_n "checking "for --enable-debug_cntxt"""... $ac_c" 1>&6
e07802fc 2088echo "configure:2089: checking "for --enable-debug_cntxt"" >&5
10f2d63a
VZ
2089 no_cache=0
2090 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
2091if test "${enable_debug_cntxt+set}" = set; then
2092 enableval="$enable_debug_cntxt"
2093
2094 if test "$enableval" = yes; then
2095 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes'
2096 else
2097 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no'
2098 fi
2099
2100else
2101
2102 LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
2103 if test "x$LINE" != x ; then
2104 eval "DEFAULT_$LINE"
2105 else
2106 no_cache=1
2107 fi
2108
2109 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
2110
2111fi
2112
2113
2114 eval "$ac_cv_use_debug_cntxt"
2115 if test "$no_cache" != 1; then
2116 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
2117 fi
2118
2119 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
2120 echo "$ac_t""yes" 1>&6
2121 else
2122 echo "$ac_t""no" 1>&6
2123 fi
2124
2125
2126 echo $ac_n "checking "for --enable-mem_tracing"""... $ac_c" 1>&6
e07802fc 2127echo "configure:2128: checking "for --enable-mem_tracing"" >&5
10f2d63a
VZ
2128 no_cache=0
2129 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
2130if test "${enable_mem_tracing+set}" = set; then
2131 enableval="$enable_mem_tracing"
2132
2133 if test "$enableval" = yes; then
2134 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
2135 else
2136 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
2137 fi
2138
2139else
2140
2141 LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
2142 if test "x$LINE" != x ; then
2143 eval "DEFAULT_$LINE"
2144 else
2145 no_cache=1
2146 fi
2147
2148 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
2149
2150fi
2151
2152
2153 eval "$ac_cv_use_mem_tracing"
2154 if test "$no_cache" != 1; then
2155 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
2156 fi
2157
2158 if test "$wxUSE_MEM_TRACING" = yes; then
2159 echo "$ac_t""yes" 1>&6
2160 else
2161 echo "$ac_t""no" 1>&6
2162 fi
2163
2164
2165 echo $ac_n "checking "for --enable-profile"""... $ac_c" 1>&6
e07802fc 2166echo "configure:2167: checking "for --enable-profile"" >&5
10f2d63a
VZ
2167 no_cache=0
2168 # Check whether --enable-profile or --disable-profile was given.
2169if test "${enable_profile+set}" = set; then
2170 enableval="$enable_profile"
2171
2172 if test "$enableval" = yes; then
2173 ac_cv_use_profile='wxUSE_PROFILE=yes'
2174 else
2175 ac_cv_use_profile='wxUSE_PROFILE=no'
2176 fi
2177
2178else
2179
2180 LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
2181 if test "x$LINE" != x ; then
2182 eval "DEFAULT_$LINE"
2183 else
2184 no_cache=1
2185 fi
2186
2187 ac_cv_use_profile='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
2188
2189fi
2190
2191
2192 eval "$ac_cv_use_profile"
2193 if test "$no_cache" != 1; then
2194 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
2195 fi
2196
2197 if test "$wxUSE_PROFILE" = yes; then
2198 echo "$ac_t""yes" 1>&6
2199 else
2200 echo "$ac_t""no" 1>&6
2201 fi
2202
2203
2204 echo $ac_n "checking "for --enable-no_rtti"""... $ac_c" 1>&6
e07802fc 2205echo "configure:2206: checking "for --enable-no_rtti"" >&5
10f2d63a
VZ
2206 no_cache=0
2207 # Check whether --enable-no_rtti or --disable-no_rtti was given.
2208if test "${enable_no_rtti+set}" = set; then
2209 enableval="$enable_no_rtti"
2210
2211 if test "$enableval" = yes; then
2212 ac_cv_use_no_rtti='wxUSE_NO_RTTI=yes'
2213 else
2214 ac_cv_use_no_rtti='wxUSE_NO_RTTI=no'
2215 fi
2216
2217else
2218
2219 LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
2220 if test "x$LINE" != x ; then
2221 eval "DEFAULT_$LINE"
2222 else
2223 no_cache=1
2224 fi
2225
2226 ac_cv_use_no_rtti='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
2227
2228fi
2229
2230
2231 eval "$ac_cv_use_no_rtti"
2232 if test "$no_cache" != 1; then
2233 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
2234 fi
2235
2236 if test "$wxUSE_NO_RTTI" = yes; then
2237 echo "$ac_t""yes" 1>&6
2238 else
2239 echo "$ac_t""no" 1>&6
2240 fi
2241
2242
2243 echo $ac_n "checking "for --enable-no_exceptions"""... $ac_c" 1>&6
e07802fc 2244echo "configure:2245: checking "for --enable-no_exceptions"" >&5
10f2d63a
VZ
2245 no_cache=0
2246 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
2247if test "${enable_no_exceptions+set}" = set; then
2248 enableval="$enable_no_exceptions"
2249
2250 if test "$enableval" = yes; then
2251 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
2252 else
2253 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
2254 fi
2255
2256else
2257
2258 LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
2259 if test "x$LINE" != x ; then
2260 eval "DEFAULT_$LINE"
2261 else
2262 no_cache=1
2263 fi
2264
2265 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
2266
2267fi
2268
2269
2270 eval "$ac_cv_use_no_exceptions"
2271 if test "$no_cache" != 1; then
2272 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
2273 fi
2274
2275 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
2276 echo "$ac_t""yes" 1>&6
2277 else
2278 echo "$ac_t""no" 1>&6
2279 fi
2280
2281
2282 echo $ac_n "checking "for --enable-permissive"""... $ac_c" 1>&6
e07802fc 2283echo "configure:2284: checking "for --enable-permissive"" >&5
10f2d63a
VZ
2284 no_cache=0
2285 # Check whether --enable-permissive or --disable-permissive was given.
2286if test "${enable_permissive+set}" = set; then
2287 enableval="$enable_permissive"
2288
2289 if test "$enableval" = yes; then
2290 ac_cv_use_permissive='wxUSE_PERMISSIVE=yes'
2291 else
2292 ac_cv_use_permissive='wxUSE_PERMISSIVE=no'
2293 fi
2294
2295else
2296
2297 LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
2298 if test "x$LINE" != x ; then
2299 eval "DEFAULT_$LINE"
2300 else
2301 no_cache=1
2302 fi
2303
2304 ac_cv_use_permissive='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
2305
2306fi
2307
2308
2309 eval "$ac_cv_use_permissive"
2310 if test "$no_cache" != 1; then
2311 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
2312 fi
2313
2314 if test "$wxUSE_PERMISSIVE" = yes; then
2315 echo "$ac_t""yes" 1>&6
2316 else
2317 echo "$ac_t""no" 1>&6
2318 fi
2319
2320
2321 echo $ac_n "checking "for --enable-no_deps"""... $ac_c" 1>&6
e07802fc 2322echo "configure:2323: checking "for --enable-no_deps"" >&5
10f2d63a
VZ
2323 no_cache=0
2324 # Check whether --enable-no_deps or --disable-no_deps was given.
2325if test "${enable_no_deps+set}" = set; then
2326 enableval="$enable_no_deps"
2327
2328 if test "$enableval" = yes; then
2329 ac_cv_use_no_deps='wxUSE_NO_DEPS=yes'
2330 else
2331 ac_cv_use_no_deps='wxUSE_NO_DEPS=no'
2332 fi
2333
2334else
2335
2336 LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
2337 if test "x$LINE" != x ; then
2338 eval "DEFAULT_$LINE"
2339 else
2340 no_cache=1
2341 fi
2342
2343 ac_cv_use_no_deps='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
2344
2345fi
2346
2347
2348 eval "$ac_cv_use_no_deps"
2349 if test "$no_cache" != 1; then
2350 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
2351 fi
2352
2353 if test "$wxUSE_NO_DEPS" = yes; then
2354 echo "$ac_t""yes" 1>&6
2355 else
2356 echo "$ac_t""no" 1>&6
2357 fi
2358
2359
2360
2361
2362 echo $ac_n "checking "for --enable-intl"""... $ac_c" 1>&6
e07802fc 2363echo "configure:2364: checking "for --enable-intl"" >&5
10f2d63a
VZ
2364 no_cache=0
2365 # Check whether --enable-intl or --disable-intl was given.
2366if test "${enable_intl+set}" = set; then
2367 enableval="$enable_intl"
2368
2369 if test "$enableval" = yes; then
2370 ac_cv_use_intl='wxUSE_INTL=yes'
2371 else
2372 ac_cv_use_intl='wxUSE_INTL=no'
2373 fi
2374
2375else
2376
2377 LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
2378 if test "x$LINE" != x ; then
2379 eval "DEFAULT_$LINE"
2380 else
2381 no_cache=1
2382 fi
2383
2384 ac_cv_use_intl='wxUSE_INTL='$DEFAULT_wxUSE_INTL
2385
2386fi
2387
2388
2389 eval "$ac_cv_use_intl"
2390 if test "$no_cache" != 1; then
2391 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
2392 fi
2393
2394 if test "$wxUSE_INTL" = yes; then
2395 echo "$ac_t""yes" 1>&6
2396 else
2397 echo "$ac_t""no" 1>&6
2398 fi
2399
2400
2401 echo $ac_n "checking "for --enable-config"""... $ac_c" 1>&6
e07802fc 2402echo "configure:2403: checking "for --enable-config"" >&5
10f2d63a
VZ
2403 no_cache=0
2404 # Check whether --enable-config or --disable-config was given.
2405if test "${enable_config+set}" = set; then
2406 enableval="$enable_config"
2407
2408 if test "$enableval" = yes; then
2409 ac_cv_use_config='wxUSE_CONFIG=yes'
2410 else
2411 ac_cv_use_config='wxUSE_CONFIG=no'
2412 fi
2413
2414else
2415
2416 LINE=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
2417 if test "x$LINE" != x ; then
2418 eval "DEFAULT_$LINE"
2419 else
2420 no_cache=1
2421 fi
2422
2423 ac_cv_use_config='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
2424
2425fi
2426
2427
2428 eval "$ac_cv_use_config"
2429 if test "$no_cache" != 1; then
2430 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
2431 fi
2432
2433 if test "$wxUSE_CONFIG" = yes; then
2434 echo "$ac_t""yes" 1>&6
2435 else
2436 echo "$ac_t""no" 1>&6
2437 fi
2438
2439
b12915c1
VZ
2440if test "$wxUSE_GUI" = "yes"; then
2441
10f2d63a 2442 echo $ac_n "checking "for --enable-sockets"""... $ac_c" 1>&6
e07802fc 2443echo "configure:2444: checking "for --enable-sockets"" >&5
10f2d63a
VZ
2444 no_cache=0
2445 # Check whether --enable-sockets or --disable-sockets was given.
2446if test "${enable_sockets+set}" = set; then
2447 enableval="$enable_sockets"
2448
2449 if test "$enableval" = yes; then
2450 ac_cv_use_sockets='wxUSE_SOCKETS=yes'
2451 else
2452 ac_cv_use_sockets='wxUSE_SOCKETS=no'
2453 fi
2454
2455else
2456
2457 LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
2458 if test "x$LINE" != x ; then
2459 eval "DEFAULT_$LINE"
2460 else
2461 no_cache=1
2462 fi
2463
2464 ac_cv_use_sockets='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
2465
2466fi
2467
2468
2469 eval "$ac_cv_use_sockets"
2470 if test "$no_cache" != 1; then
2471 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
2472 fi
2473
2474 if test "$wxUSE_SOCKETS" = yes; then
2475 echo "$ac_t""yes" 1>&6
2476 else
2477 echo "$ac_t""no" 1>&6
2478 fi
2479
b12915c1
VZ
2480else
2481wxUSE_SOCKETS=no
2482fi
2483
10f2d63a
VZ
2484
2485 echo $ac_n "checking "for --enable-dialupman"""... $ac_c" 1>&6
e07802fc 2486echo "configure:2487: checking "for --enable-dialupman"" >&5
10f2d63a
VZ
2487 no_cache=0
2488 # Check whether --enable-dialupman or --disable-dialupman was given.
2489if test "${enable_dialupman+set}" = set; then
2490 enableval="$enable_dialupman"
2491
2492 if test "$enableval" = yes; then
2493 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes'
2494 else
2495 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no'
2496 fi
2497
2498else
2499
2500 LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
2501 if test "x$LINE" != x ; then
2502 eval "DEFAULT_$LINE"
2503 else
2504 no_cache=1
2505 fi
2506
2507 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
2508
2509fi
2510
2511
2512 eval "$ac_cv_use_dialupman"
2513 if test "$no_cache" != 1; then
2514 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
2515 fi
2516
2517 if test "$wxUSE_DIALUP_MANAGER" = yes; then
2518 echo "$ac_t""yes" 1>&6
2519 else
2520 echo "$ac_t""no" 1>&6
2521 fi
2522
2523
2524 echo $ac_n "checking "for --enable-ipc"""... $ac_c" 1>&6
e07802fc 2525echo "configure:2526: checking "for --enable-ipc"" >&5
10f2d63a
VZ
2526 no_cache=0
2527 # Check whether --enable-ipc or --disable-ipc was given.
2528if test "${enable_ipc+set}" = set; then
2529 enableval="$enable_ipc"
2530
2531 if test "$enableval" = yes; then
2532 ac_cv_use_ipc='wxUSE_IPC=yes'
2533 else
2534 ac_cv_use_ipc='wxUSE_IPC=no'
2535 fi
2536
2537else
2538
2539 LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
2540 if test "x$LINE" != x ; then
2541 eval "DEFAULT_$LINE"
2542 else
2543 no_cache=1
2544 fi
2545
2546 ac_cv_use_ipc='wxUSE_IPC='$DEFAULT_wxUSE_IPC
2547
2548fi
2549
2550
2551 eval "$ac_cv_use_ipc"
2552 if test "$no_cache" != 1; then
2553 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
2554 fi
2555
2556 if test "$wxUSE_IPC" = yes; then
2557 echo "$ac_t""yes" 1>&6
2558 else
2559 echo "$ac_t""no" 1>&6
2560 fi
2561
2562
2563 echo $ac_n "checking "for --enable-apple_ieee"""... $ac_c" 1>&6
e07802fc 2564echo "configure:2565: checking "for --enable-apple_ieee"" >&5
10f2d63a
VZ
2565 no_cache=0
2566 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
2567if test "${enable_apple_ieee+set}" = set; then
2568 enableval="$enable_apple_ieee"
2569
2570 if test "$enableval" = yes; then
2571 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes'
2572 else
2573 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no'
2574 fi
2575
2576else
2577
2578 LINE=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
2579 if test "x$LINE" != x ; then
2580 eval "DEFAULT_$LINE"
2581 else
2582 no_cache=1
2583 fi
2584
2585 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
2586
2587fi
2588
2589
2590 eval "$ac_cv_use_apple_ieee"
2591 if test "$no_cache" != 1; then
2592 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
2593 fi
2594
2595 if test "$wxUSE_APPLE_IEEE" = yes; then
2596 echo "$ac_t""yes" 1>&6
2597 else
2598 echo "$ac_t""no" 1>&6
2599 fi
2600
2601
2602 echo $ac_n "checking "for --enable-timedate"""... $ac_c" 1>&6
e07802fc 2603echo "configure:2604: checking "for --enable-timedate"" >&5
10f2d63a
VZ
2604 no_cache=0
2605 # Check whether --enable-timedate or --disable-timedate was given.
2606if test "${enable_timedate+set}" = set; then
2607 enableval="$enable_timedate"
2608
2609 if test "$enableval" = yes; then
2610 ac_cv_use_timedate='wxUSE_TIMEDATE=yes'
2611 else
2612 ac_cv_use_timedate='wxUSE_TIMEDATE=no'
2613 fi
2614
2615else
2616
2617 LINE=`grep "wxUSE_TIMEDATE" ${wx_arg_cache_file}`
2618 if test "x$LINE" != x ; then
2619 eval "DEFAULT_$LINE"
2620 else
2621 no_cache=1
2622 fi
2623
2624 ac_cv_use_timedate='wxUSE_TIMEDATE='$DEFAULT_wxUSE_TIMEDATE
2625
2626fi
2627
2628
2629 eval "$ac_cv_use_timedate"
2630 if test "$no_cache" != 1; then
2631 echo $ac_cv_use_timedate >> ${wx_arg_cache_file}.tmp
2632 fi
2633
2634 if test "$wxUSE_TIMEDATE" = yes; then
2635 echo "$ac_t""yes" 1>&6
2636 else
2637 echo "$ac_t""no" 1>&6
2638 fi
2639
2640
2641 echo $ac_n "checking "for --enable-wave"""... $ac_c" 1>&6
e07802fc 2642echo "configure:2643: checking "for --enable-wave"" >&5
10f2d63a
VZ
2643 no_cache=0
2644 # Check whether --enable-wave or --disable-wave was given.
2645if test "${enable_wave+set}" = set; then
2646 enableval="$enable_wave"
2647
2648 if test "$enableval" = yes; then
2649 ac_cv_use_wave='wxUSE_WAVE=yes'
2650 else
2651 ac_cv_use_wave='wxUSE_WAVE=no'
2652 fi
2653
2654else
2655
2656 LINE=`grep "wxUSE_WAVE" ${wx_arg_cache_file}`
2657 if test "x$LINE" != x ; then
2658 eval "DEFAULT_$LINE"
2659 else
2660 no_cache=1
2661 fi
2662
2663 ac_cv_use_wave='wxUSE_WAVE='$DEFAULT_wxUSE_WAVE
2664
2665fi
2666
2667
2668 eval "$ac_cv_use_wave"
2669 if test "$no_cache" != 1; then
2670 echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp
2671 fi
2672
2673 if test "$wxUSE_WAVE" = yes; then
2674 echo "$ac_t""yes" 1>&6
2675 else
2676 echo "$ac_t""no" 1>&6
2677 fi
2678
2679
2680 echo $ac_n "checking "for --enable-fraction"""... $ac_c" 1>&6
e07802fc 2681echo "configure:2682: checking "for --enable-fraction"" >&5
10f2d63a
VZ
2682 no_cache=0
2683 # Check whether --enable-fraction or --disable-fraction was given.
2684if test "${enable_fraction+set}" = set; then
2685 enableval="$enable_fraction"
2686
2687 if test "$enableval" = yes; then
2688 ac_cv_use_fraction='wxUSE_FRACTION=yes'
2689 else
2690 ac_cv_use_fraction='wxUSE_FRACTION=no'
2691 fi
2692
2693else
2694
2695 LINE=`grep "wxUSE_FRACTION" ${wx_arg_cache_file}`
2696 if test "x$LINE" != x ; then
2697 eval "DEFAULT_$LINE"
2698 else
2699 no_cache=1
2700 fi
2701
2702 ac_cv_use_fraction='wxUSE_FRACTION='$DEFAULT_wxUSE_FRACTION
2703
2704fi
2705
2706
2707 eval "$ac_cv_use_fraction"
2708 if test "$no_cache" != 1; then
2709 echo $ac_cv_use_fraction >> ${wx_arg_cache_file}.tmp
2710 fi
2711
2712 if test "$wxUSE_FRACTION" = yes; then
2713 echo "$ac_t""yes" 1>&6
2714 else
2715 echo "$ac_t""no" 1>&6
2716 fi
2717
2718
2719 echo $ac_n "checking "for --enable-dynlib"""... $ac_c" 1>&6
e07802fc 2720echo "configure:2721: checking "for --enable-dynlib"" >&5
10f2d63a
VZ
2721 no_cache=0
2722 # Check whether --enable-dynlib or --disable-dynlib was given.
2723if test "${enable_dynlib+set}" = set; then
2724 enableval="$enable_dynlib"
2725
2726 if test "$enableval" = yes; then
2727 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes'
2728 else
2729 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no'
2730 fi
2731
2732else
2733
2734 LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
2735 if test "x$LINE" != x ; then
2736 eval "DEFAULT_$LINE"
2737 else
2738 no_cache=1
2739 fi
2740
2741 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
2742
2743fi
2744
2745
2746 eval "$ac_cv_use_dynlib"
2747 if test "$no_cache" != 1; then
2748 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
2749 fi
2750
2751 if test "$wxUSE_DYNLIB_CLASS" = yes; then
2752 echo "$ac_t""yes" 1>&6
2753 else
2754 echo "$ac_t""no" 1>&6
2755 fi
2756
2757
2758 echo $ac_n "checking "for --enable-longlong"""... $ac_c" 1>&6
e07802fc 2759echo "configure:2760: checking "for --enable-longlong"" >&5
10f2d63a
VZ
2760 no_cache=0
2761 # Check whether --enable-longlong or --disable-longlong was given.
2762if test "${enable_longlong+set}" = set; then
2763 enableval="$enable_longlong"
2764
2765 if test "$enableval" = yes; then
2766 ac_cv_use_longlong='wxUSE_LONGLONG=yes'
2767 else
2768 ac_cv_use_longlong='wxUSE_LONGLONG=no'
2769 fi
2770
2771else
2772
2773 LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
2774 if test "x$LINE" != x ; then
2775 eval "DEFAULT_$LINE"
2776 else
2777 no_cache=1
2778 fi
2779
2780 ac_cv_use_longlong='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
2781
2782fi
2783
2784
2785 eval "$ac_cv_use_longlong"
2786 if test "$no_cache" != 1; then
2787 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
2788 fi
2789
2790 if test "$wxUSE_LONGLONG" = yes; then
2791 echo "$ac_t""yes" 1>&6
2792 else
2793 echo "$ac_t""no" 1>&6
2794 fi
2795
2796
2797 echo $ac_n "checking "for --enable-log"""... $ac_c" 1>&6
e07802fc 2798echo "configure:2799: checking "for --enable-log"" >&5
10f2d63a
VZ
2799 no_cache=0
2800 # Check whether --enable-log or --disable-log was given.
2801if test "${enable_log+set}" = set; then
2802 enableval="$enable_log"
2803
2804 if test "$enableval" = yes; then
2805 ac_cv_use_log='wxUSE_LOG=yes'
2806 else
2807 ac_cv_use_log='wxUSE_LOG=no'
2808 fi
2809
2810else
2811
2812 LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
2813 if test "x$LINE" != x ; then
2814 eval "DEFAULT_$LINE"
2815 else
2816 no_cache=1
2817 fi
2818
2819 ac_cv_use_log='wxUSE_LOG='$DEFAULT_wxUSE_LOG
2820
2821fi
2822
2823
2824 eval "$ac_cv_use_log"
2825 if test "$no_cache" != 1; then
2826 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
2827 fi
2828
2829 if test "$wxUSE_LOG" = yes; then
2830 echo "$ac_t""yes" 1>&6
2831 else
2832 echo "$ac_t""no" 1>&6
2833 fi
2834
2835
2836 echo $ac_n "checking "for --enable-streams"""... $ac_c" 1>&6
e07802fc 2837echo "configure:2838: checking "for --enable-streams"" >&5
10f2d63a
VZ
2838 no_cache=0
2839 # Check whether --enable-streams or --disable-streams was given.
2840if test "${enable_streams+set}" = set; then
2841 enableval="$enable_streams"
2842
2843 if test "$enableval" = yes; then
2844 ac_cv_use_streams='wxUSE_STREAMS=yes'
2845 else
2846 ac_cv_use_streams='wxUSE_STREAMS=no'
2847 fi
2848
2849else
2850
2851 LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
2852 if test "x$LINE" != x ; then
2853 eval "DEFAULT_$LINE"
2854 else
2855 no_cache=1
2856 fi
2857
2858 ac_cv_use_streams='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
2859
2860fi
2861
2862
2863 eval "$ac_cv_use_streams"
2864 if test "$no_cache" != 1; then
2865 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
2866 fi
2867
2868 if test "$wxUSE_STREAMS" = yes; then
2869 echo "$ac_t""yes" 1>&6
2870 else
2871 echo "$ac_t""no" 1>&6
2872 fi
2873
2874
2875 echo $ac_n "checking "for --enable-file"""... $ac_c" 1>&6
e07802fc 2876echo "configure:2877: checking "for --enable-file"" >&5
10f2d63a
VZ
2877 no_cache=0
2878 # Check whether --enable-file or --disable-file was given.
2879if test "${enable_file+set}" = set; then
2880 enableval="$enable_file"
2881
2882 if test "$enableval" = yes; then
2883 ac_cv_use_file='wxUSE_FILE=yes'
2884 else
2885 ac_cv_use_file='wxUSE_FILE=no'
2886 fi
2887
2888else
2889
2890 LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
2891 if test "x$LINE" != x ; then
2892 eval "DEFAULT_$LINE"
2893 else
2894 no_cache=1
2895 fi
2896
2897 ac_cv_use_file='wxUSE_FILE='$DEFAULT_wxUSE_FILE
2898
2899fi
2900
2901
2902 eval "$ac_cv_use_file"
2903 if test "$no_cache" != 1; then
2904 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
2905 fi
2906
2907 if test "$wxUSE_FILE" = yes; then
2908 echo "$ac_t""yes" 1>&6
2909 else
2910 echo "$ac_t""no" 1>&6
2911 fi
2912
2913
2914 echo $ac_n "checking "for --enable-textfile"""... $ac_c" 1>&6
e07802fc 2915echo "configure:2916: checking "for --enable-textfile"" >&5
10f2d63a
VZ
2916 no_cache=0
2917 # Check whether --enable-textfile or --disable-textfile was given.
2918if test "${enable_textfile+set}" = set; then
2919 enableval="$enable_textfile"
2920
2921 if test "$enableval" = yes; then
2922 ac_cv_use_textfile='wxUSE_TEXTFILE=yes'
2923 else
2924 ac_cv_use_textfile='wxUSE_TEXTFILE=no'
2925 fi
2926
2927else
2928
2929 LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
2930 if test "x$LINE" != x ; then
2931 eval "DEFAULT_$LINE"
2932 else
2933 no_cache=1
2934 fi
2935
2936 ac_cv_use_textfile='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
2937
2938fi
2939
2940
2941 eval "$ac_cv_use_textfile"
2942 if test "$no_cache" != 1; then
2943 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
2944 fi
2945
2946 if test "$wxUSE_TEXTFILE" = yes; then
2947 echo "$ac_t""yes" 1>&6
2948 else
2949 echo "$ac_t""no" 1>&6
2950 fi
2951
2952
2953 echo $ac_n "checking "for --enable-unicode"""... $ac_c" 1>&6
e07802fc 2954echo "configure:2955: checking "for --enable-unicode"" >&5
10f2d63a
VZ
2955 no_cache=0
2956 # Check whether --enable-unicode or --disable-unicode was given.
2957if test "${enable_unicode+set}" = set; then
2958 enableval="$enable_unicode"
2959
2960 if test "$enableval" = yes; then
2961 ac_cv_use_unicode='wxUSE_UNICODE=yes'
2962 else
2963 ac_cv_use_unicode='wxUSE_UNICODE=no'
2964 fi
2965
2966else
2967
2968 LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
2969 if test "x$LINE" != x ; then
2970 eval "DEFAULT_$LINE"
2971 else
2972 no_cache=1
2973 fi
2974
2975 ac_cv_use_unicode='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
2976
2977fi
2978
2979
2980 eval "$ac_cv_use_unicode"
2981 if test "$no_cache" != 1; then
2982 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
2983 fi
2984
2985 if test "$wxUSE_UNICODE" = yes; then
2986 echo "$ac_t""yes" 1>&6
2987 else
2988 echo "$ac_t""no" 1>&6
2989 fi
2990
2991
2992 echo $ac_n "checking "for --enable-wcsrtombs"""... $ac_c" 1>&6
e07802fc 2993echo "configure:2994: checking "for --enable-wcsrtombs"" >&5
10f2d63a
VZ
2994 no_cache=0
2995 # Check whether --enable-wcsrtombs or --disable-wcsrtombs was given.
2996if test "${enable_wcsrtombs+set}" = set; then
2997 enableval="$enable_wcsrtombs"
2998
2999 if test "$enableval" = yes; then
3000 ac_cv_use_wcsrtombs='wxUSE_WCSRTOMBS=yes'
3001 else
3002 ac_cv_use_wcsrtombs='wxUSE_WCSRTOMBS=no'
3003 fi
3004
3005else
3006
3007 LINE=`grep "wxUSE_WCSRTOMBS" ${wx_arg_cache_file}`
3008 if test "x$LINE" != x ; then
3009 eval "DEFAULT_$LINE"
3010 else
3011 no_cache=1
3012 fi
3013
3014 ac_cv_use_wcsrtombs='wxUSE_WCSRTOMBS='$DEFAULT_wxUSE_WCSRTOMBS
3015
3016fi
3017
3018
3019 eval "$ac_cv_use_wcsrtombs"
3020 if test "$no_cache" != 1; then
3021 echo $ac_cv_use_wcsrtombs >> ${wx_arg_cache_file}.tmp
3022 fi
3023
3024 if test "$wxUSE_WCSRTOMBS" = yes; then
3025 echo "$ac_t""yes" 1>&6
3026 else
3027 echo "$ac_t""no" 1>&6
3028 fi
3029
3030
3031 echo $ac_n "checking "for --enable-wxprintfv"""... $ac_c" 1>&6
e07802fc 3032echo "configure:3033: checking "for --enable-wxprintfv"" >&5
10f2d63a
VZ
3033 no_cache=0
3034 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
3035if test "${enable_wxprintfv+set}" = set; then
3036 enableval="$enable_wxprintfv"
3037
3038 if test "$enableval" = yes; then
3039 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=yes'
3040 else
3041 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=no'
3042 fi
3043
3044else
3045
3046 LINE=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
3047 if test "x$LINE" != x ; then
3048 eval "DEFAULT_$LINE"
3049 else
3050 no_cache=1
3051 fi
3052
3053 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
3054
3055fi
3056
3057
3058 eval "$ac_cv_use_wxprintfv"
3059 if test "$no_cache" != 1; then
3060 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
3061 fi
3062
3063 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
3064 echo "$ac_t""yes" 1>&6
3065 else
3066 echo "$ac_t""no" 1>&6
3067 fi
3068
3069
3070 echo $ac_n "checking "for --enable-joystick"""... $ac_c" 1>&6
e07802fc 3071echo "configure:3072: checking "for --enable-joystick"" >&5
10f2d63a
VZ
3072 no_cache=0
3073 # Check whether --enable-joystick or --disable-joystick was given.
3074if test "${enable_joystick+set}" = set; then
3075 enableval="$enable_joystick"
3076
3077 if test "$enableval" = yes; then
3078 ac_cv_use_joystick='wxUSE_JOYSTICK=yes'
3079 else
3080 ac_cv_use_joystick='wxUSE_JOYSTICK=no'
3081 fi
3082
3083else
3084
3085 LINE=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
3086 if test "x$LINE" != x ; then
3087 eval "DEFAULT_$LINE"
3088 else
3089 no_cache=1
3090 fi
3091
3092 ac_cv_use_joystick='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
3093
3094fi
3095
3096
3097 eval "$ac_cv_use_joystick"
3098 if test "$no_cache" != 1; then
3099 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
3100 fi
3101
3102 if test "$wxUSE_JOYSTICK" = yes; then
3103 echo "$ac_t""yes" 1>&6
3104 else
3105 echo "$ac_t""no" 1>&6
3106 fi
3107
3108
3109 echo $ac_n "checking "for --enable-std_iostreams"""... $ac_c" 1>&6
e07802fc 3110echo "configure:3111: checking "for --enable-std_iostreams"" >&5
10f2d63a
VZ
3111 no_cache=0
3112 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
3113if test "${enable_std_iostreams+set}" = set; then
3114 enableval="$enable_std_iostreams"
3115
3116 if test "$enableval" = yes; then
3117 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes'
3118 else
3119 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no'
3120 fi
3121
3122else
3123
3124 LINE=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
3125 if test "x$LINE" != x ; then
3126 eval "DEFAULT_$LINE"
3127 else
3128 no_cache=1
3129 fi
3130
3131 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
3132
3133fi
3134
3135
3136 eval "$ac_cv_use_std_iostreams"
3137 if test "$no_cache" != 1; then
3138 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
3139 fi
3140
3141 if test "$wxUSE_STD_IOSTREAM" = yes; then
3142 echo "$ac_t""yes" 1>&6
3143 else
3144 echo "$ac_t""no" 1>&6
3145 fi
3146
3147
3148 echo $ac_n "checking "for --enable-fs_inet"""... $ac_c" 1>&6
e07802fc 3149echo "configure:3150: checking "for --enable-fs_inet"" >&5
10f2d63a
VZ
3150 no_cache=0
3151 # Check whether --enable-fs_inet or --disable-fs_inet was given.
3152if test "${enable_fs_inet+set}" = set; then
3153 enableval="$enable_fs_inet"
3154
3155 if test "$enableval" = yes; then
3156 ac_cv_use_fs_inet='wxUSE_FS_INET=yes'
3157 else
3158 ac_cv_use_fs_inet='wxUSE_FS_INET=no'
3159 fi
3160
3161else
3162
3163 LINE=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
3164 if test "x$LINE" != x ; then
3165 eval "DEFAULT_$LINE"
3166 else
3167 no_cache=1
3168 fi
3169
3170 ac_cv_use_fs_inet='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
3171
3172fi
3173
3174
3175 eval "$ac_cv_use_fs_inet"
3176 if test "$no_cache" != 1; then
3177 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
3178 fi
3179
3180 if test "$wxUSE_FS_INET" = yes; then
3181 echo "$ac_t""yes" 1>&6
3182 else
3183 echo "$ac_t""no" 1>&6
3184 fi
3185
3186
3187 echo $ac_n "checking "for --enable-fs_zip"""... $ac_c" 1>&6
e07802fc 3188echo "configure:3189: checking "for --enable-fs_zip"" >&5
10f2d63a
VZ
3189 no_cache=0
3190 # Check whether --enable-fs_zip or --disable-fs_zip was given.
3191if test "${enable_fs_zip+set}" = set; then
3192 enableval="$enable_fs_zip"
3193
3194 if test "$enableval" = yes; then
3195 ac_cv_use_fs_zip='wxUSE_FS_ZIP=yes'
3196 else
3197 ac_cv_use_fs_zip='wxUSE_FS_ZIP=no'
3198 fi
3199
3200else
3201
3202 LINE=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
3203 if test "x$LINE" != x ; then
3204 eval "DEFAULT_$LINE"
3205 else
3206 no_cache=1
3207 fi
3208
3209 ac_cv_use_fs_zip='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
3210
3211fi
3212
3213
3214 eval "$ac_cv_use_fs_zip"
3215 if test "$no_cache" != 1; then
3216 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
3217 fi
3218
3219 if test "$wxUSE_FS_ZIP" = yes; then
3220 echo "$ac_t""yes" 1>&6
3221 else
3222 echo "$ac_t""no" 1>&6
3223 fi
3224
3225
3226 echo $ac_n "checking "for --enable-zipstream"""... $ac_c" 1>&6
e07802fc 3227echo "configure:3228: checking "for --enable-zipstream"" >&5
10f2d63a
VZ
3228 no_cache=0
3229 # Check whether --enable-zipstream or --disable-zipstream was given.
3230if test "${enable_zipstream+set}" = set; then
3231 enableval="$enable_zipstream"
3232
3233 if test "$enableval" = yes; then
3234 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=yes'
3235 else
3236 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=no'
3237 fi
3238
3239else
3240
3241 LINE=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
3242 if test "x$LINE" != x ; then
3243 eval "DEFAULT_$LINE"
3244 else
3245 no_cache=1
3246 fi
3247
3248 ac_cv_use_zipstream='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
3249
3250fi
3251
3252
3253 eval "$ac_cv_use_zipstream"
3254 if test "$no_cache" != 1; then
3255 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
3256 fi
3257
3258 if test "$wxUSE_ZIPSTREAM" = yes; then
3259 echo "$ac_t""yes" 1>&6
3260 else
3261 echo "$ac_t""no" 1>&6
3262 fi
3263
3264
3265
3266
3267 echo $ac_n "checking "for --enable-threads"""... $ac_c" 1>&6
e07802fc 3268echo "configure:3269: checking "for --enable-threads"" >&5
10f2d63a
VZ
3269 no_cache=0
3270 # Check whether --enable-threads or --disable-threads was given.
3271if test "${enable_threads+set}" = set; then
3272 enableval="$enable_threads"
3273
3274 if test "$enableval" = yes; then
3275 ac_cv_use_threads='wxUSE_THREADS=yes'
3276 else
3277 ac_cv_use_threads='wxUSE_THREADS=no'
3278 fi
3279
3280else
3281
3282 LINE=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
3283 if test "x$LINE" != x ; then
3284 eval "DEFAULT_$LINE"
3285 else
3286 no_cache=1
3287 fi
3288
3289 ac_cv_use_threads='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
3290
3291fi
3292
3293
3294 eval "$ac_cv_use_threads"
3295 if test "$no_cache" != 1; then
3296 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
3297 fi
3298
3299 if test "$wxUSE_THREADS" = yes; then
3300 echo "$ac_t""yes" 1>&6
3301 else
3302 echo "$ac_t""no" 1>&6
3303 fi
3304
3305
3306 echo $ac_n "checking "for --enable-serial"""... $ac_c" 1>&6
e07802fc 3307echo "configure:3308: checking "for --enable-serial"" >&5
10f2d63a
VZ
3308 no_cache=0
3309 # Check whether --enable-serial or --disable-serial was given.
3310if test "${enable_serial+set}" = set; then
3311 enableval="$enable_serial"
3312
3313 if test "$enableval" = yes; then
3314 ac_cv_use_serial='wxUSE_SERIAL=yes'
3315 else
3316 ac_cv_use_serial='wxUSE_SERIAL=no'
3317 fi
3318
3319else
3320
3321 LINE=`grep "wxUSE_SERIAL" ${wx_arg_cache_file}`
3322 if test "x$LINE" != x ; then
3323 eval "DEFAULT_$LINE"
3324 else
3325 no_cache=1
3326 fi
3327
3328 ac_cv_use_serial='wxUSE_SERIAL='$DEFAULT_wxUSE_SERIAL
3329
3330fi
3331
3332
3333 eval "$ac_cv_use_serial"
3334 if test "$no_cache" != 1; then
3335 echo $ac_cv_use_serial >> ${wx_arg_cache_file}.tmp
3336 fi
3337
3338 if test "$wxUSE_SERIAL" = yes; then
3339 echo "$ac_t""yes" 1>&6
3340 else
3341 echo "$ac_t""no" 1>&6
3342 fi
3343
3344
b12915c1
VZ
3345if test "$wxUSE_GUI" = "yes"; then
3346
10f2d63a
VZ
3347
3348
3349 echo $ac_n "checking "for --enable-docview"""... $ac_c" 1>&6
e07802fc 3350echo "configure:3351: checking "for --enable-docview"" >&5
10f2d63a
VZ
3351 no_cache=0
3352 # Check whether --enable-docview or --disable-docview was given.
3353if test "${enable_docview+set}" = set; then
3354 enableval="$enable_docview"
3355
3356 if test "$enableval" = yes; then
3357 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
3358 else
3359 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no'
3360 fi
3361
3362else
3363
3364 LINE=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
3365 if test "x$LINE" != x ; then
3366 eval "DEFAULT_$LINE"
3367 else
3368 no_cache=1
3369 fi
3370
3371 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
3372
3373fi
3374
3375
3376 eval "$ac_cv_use_docview"
3377 if test "$no_cache" != 1; then
3378 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
3379 fi
3380
3381 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
3382 echo "$ac_t""yes" 1>&6
3383 else
3384 echo "$ac_t""no" 1>&6
3385 fi
3386
3387
3388 echo $ac_n "checking "for --enable-help"""... $ac_c" 1>&6
e07802fc 3389echo "configure:3390: checking "for --enable-help"" >&5
10f2d63a
VZ
3390 no_cache=0
3391 # Check whether --enable-help or --disable-help was given.
3392if test "${enable_help+set}" = set; then
3393 enableval="$enable_help"
3394
3395 if test "$enableval" = yes; then
3396 ac_cv_use_help='wxUSE_HELP=yes'
3397 else
3398 ac_cv_use_help='wxUSE_HELP=no'
3399 fi
3400
3401else
3402
3403 LINE=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
3404 if test "x$LINE" != x ; then
3405 eval "DEFAULT_$LINE"
3406 else
3407 no_cache=1
3408 fi
3409
3410 ac_cv_use_help='wxUSE_HELP='$DEFAULT_wxUSE_HELP
3411
3412fi
3413
3414
3415 eval "$ac_cv_use_help"
3416 if test "$no_cache" != 1; then
3417 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
3418 fi
3419
3420 if test "$wxUSE_HELP" = yes; then
3421 echo "$ac_t""yes" 1>&6
3422 else
3423 echo "$ac_t""no" 1>&6
3424 fi
3425
3426
3427 echo $ac_n "checking "for --enable-constraints"""... $ac_c" 1>&6
e07802fc 3428echo "configure:3429: checking "for --enable-constraints"" >&5
10f2d63a
VZ
3429 no_cache=0
3430 # Check whether --enable-constraints or --disable-constraints was given.
3431if test "${enable_constraints+set}" = set; then
3432 enableval="$enable_constraints"
3433
3434 if test "$enableval" = yes; then
3435 ac_cv_use_constraints='wxUSE_CONSTRAINTS=yes'
3436 else
3437 ac_cv_use_constraints='wxUSE_CONSTRAINTS=no'
3438 fi
3439
3440else
3441
3442 LINE=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
3443 if test "x$LINE" != x ; then
3444 eval "DEFAULT_$LINE"
3445 else
3446 no_cache=1
3447 fi
3448
3449 ac_cv_use_constraints='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
3450
3451fi
3452
3453
3454 eval "$ac_cv_use_constraints"
3455 if test "$no_cache" != 1; then
3456 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
3457 fi
3458
3459 if test "$wxUSE_CONSTRAINTS" = yes; then
3460 echo "$ac_t""yes" 1>&6
3461 else
3462 echo "$ac_t""no" 1>&6
3463 fi
3464
3465
3466 echo $ac_n "checking "for --enable-printarch"""... $ac_c" 1>&6
e07802fc 3467echo "configure:3468: checking "for --enable-printarch"" >&5
10f2d63a
VZ
3468 no_cache=0
3469 # Check whether --enable-printarch or --disable-printarch was given.
3470if test "${enable_printarch+set}" = set; then
3471 enableval="$enable_printarch"
3472
3473 if test "$enableval" = yes; then
3474 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes'
3475 else
3476 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no'
3477 fi
3478
3479else
3480
3481 LINE=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
3482 if test "x$LINE" != x ; then
3483 eval "DEFAULT_$LINE"
3484 else
3485 no_cache=1
3486 fi
3487
3488 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
3489
3490fi
3491
3492
3493 eval "$ac_cv_use_printarch"
3494 if test "$no_cache" != 1; then
3495 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
3496 fi
3497
3498 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
3499 echo "$ac_t""yes" 1>&6
3500 else
3501 echo "$ac_t""no" 1>&6
3502 fi
3503
3504
3505 echo $ac_n "checking "for --enable-mdi"""... $ac_c" 1>&6
e07802fc 3506echo "configure:3507: checking "for --enable-mdi"" >&5
10f2d63a
VZ
3507 no_cache=0
3508 # Check whether --enable-mdi or --disable-mdi was given.
3509if test "${enable_mdi+set}" = set; then
3510 enableval="$enable_mdi"
3511
3512 if test "$enableval" = yes; then
3513 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=yes'
3514 else
3515 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=no'
3516 fi
3517
3518else
3519
3520 LINE=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
3521 if test "x$LINE" != x ; then
3522 eval "DEFAULT_$LINE"
3523 else
3524 no_cache=1
3525 fi
3526
3527 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
3528
3529fi
3530
3531
3532 eval "$ac_cv_use_mdi"
3533 if test "$no_cache" != 1; then
3534 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
3535 fi
3536
3537 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
3538 echo "$ac_t""yes" 1>&6
3539 else
3540 echo "$ac_t""no" 1>&6
3541 fi
3542
3543
3544
3545 echo $ac_n "checking "for --enable-postscript"""... $ac_c" 1>&6
e07802fc 3546echo "configure:3547: checking "for --enable-postscript"" >&5
10f2d63a
VZ
3547 no_cache=0
3548 # Check whether --enable-postscript or --disable-postscript was given.
3549if test "${enable_postscript+set}" = set; then
3550 enableval="$enable_postscript"
3551
3552 if test "$enableval" = yes; then
3553 ac_cv_use_postscript='wxUSE_POSTSCRIPT=yes'
3554 else
3555 ac_cv_use_postscript='wxUSE_POSTSCRIPT=no'
3556 fi
3557
3558else
3559
3560 LINE=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
3561 if test "x$LINE" != x ; then
3562 eval "DEFAULT_$LINE"
3563 else
3564 no_cache=1
3565 fi
3566
3567 ac_cv_use_postscript='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
3568
3569fi
3570
3571
3572 eval "$ac_cv_use_postscript"
3573 if test "$no_cache" != 1; then
3574 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
3575 fi
3576
3577 if test "$wxUSE_POSTSCRIPT" = yes; then
3578 echo "$ac_t""yes" 1>&6
3579 else
3580 echo "$ac_t""no" 1>&6
3581 fi
3582
3583
3584
3585
3586 echo $ac_n "checking "for --enable-prologio"""... $ac_c" 1>&6
e07802fc 3587echo "configure:3588: checking "for --enable-prologio"" >&5
10f2d63a
VZ
3588 no_cache=0
3589 # Check whether --enable-prologio or --disable-prologio was given.
3590if test "${enable_prologio+set}" = set; then
3591 enableval="$enable_prologio"
3592
3593 if test "$enableval" = yes; then
3594 ac_cv_use_prologio='wxUSE_PROLOGIO=yes'
3595 else
3596 ac_cv_use_prologio='wxUSE_PROLOGIO=no'
3597 fi
3598
3599else
3600
3601 LINE=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
3602 if test "x$LINE" != x ; then
3603 eval "DEFAULT_$LINE"
3604 else
3605 no_cache=1
3606 fi
3607
3608 ac_cv_use_prologio='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
3609
3610fi
3611
3612
3613 eval "$ac_cv_use_prologio"
3614 if test "$no_cache" != 1; then
3615 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
3616 fi
3617
3618 if test "$wxUSE_PROLOGIO" = yes; then
3619 echo "$ac_t""yes" 1>&6
3620 else
3621 echo "$ac_t""no" 1>&6
3622 fi
3623
3624
3625 echo $ac_n "checking "for --enable-resources"""... $ac_c" 1>&6
e07802fc 3626echo "configure:3627: checking "for --enable-resources"" >&5
10f2d63a
VZ
3627 no_cache=0
3628 # Check whether --enable-resources or --disable-resources was given.
3629if test "${enable_resources+set}" = set; then
3630 enableval="$enable_resources"
3631
3632 if test "$enableval" = yes; then
3633 ac_cv_use_resources='wxUSE_RESOURCES=yes'
3634 else
3635 ac_cv_use_resources='wxUSE_RESOURCES=no'
3636 fi
3637
3638else
3639
3640 LINE=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
3641 if test "x$LINE" != x ; then
3642 eval "DEFAULT_$LINE"
3643 else
3644 no_cache=1
3645 fi
3646
3647 ac_cv_use_resources='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
3648
3649fi
3650
3651
3652 eval "$ac_cv_use_resources"
3653 if test "$no_cache" != 1; then
3654 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
3655 fi
3656
3657 if test "$wxUSE_RESOURCES" = yes; then
3658 echo "$ac_t""yes" 1>&6
3659 else
3660 echo "$ac_t""no" 1>&6
3661 fi
3662
3663
3664
3665 echo $ac_n "checking "for --enable-xresources"""... $ac_c" 1>&6
e07802fc 3666echo "configure:3667: checking "for --enable-xresources"" >&5
10f2d63a
VZ
3667 no_cache=0
3668 # Check whether --enable-xresources or --disable-xresources was given.
3669if test "${enable_xresources+set}" = set; then
3670 enableval="$enable_xresources"
3671
3672 if test "$enableval" = yes; then
3673 ac_cv_use_xresources='wxUSE_X_RESOURCES=yes'
3674 else
3675 ac_cv_use_xresources='wxUSE_X_RESOURCES=no'
3676 fi
3677
3678else
3679
3680 LINE=`grep "wxUSE_X_RESOURCES" ${wx_arg_cache_file}`
3681 if test "x$LINE" != x ; then
3682 eval "DEFAULT_$LINE"
3683 else
3684 no_cache=1
3685 fi
3686
3687 ac_cv_use_xresources='wxUSE_X_RESOURCES='$DEFAULT_wxUSE_X_RESOURCES
3688
3689fi
3690
3691
3692 eval "$ac_cv_use_xresources"
3693 if test "$no_cache" != 1; then
3694 echo $ac_cv_use_xresources >> ${wx_arg_cache_file}.tmp
3695 fi
3696
3697 if test "$wxUSE_X_RESOURCES" = yes; then
3698 echo "$ac_t""yes" 1>&6
3699 else
3700 echo "$ac_t""no" 1>&6
3701 fi
3702
3703
3704
3705
3706 echo $ac_n "checking "for --enable-clipboard"""... $ac_c" 1>&6
e07802fc 3707echo "configure:3708: checking "for --enable-clipboard"" >&5
10f2d63a
VZ
3708 no_cache=0
3709 # Check whether --enable-clipboard or --disable-clipboard was given.
3710if test "${enable_clipboard+set}" = set; then
3711 enableval="$enable_clipboard"
3712
3713 if test "$enableval" = yes; then
3714 ac_cv_use_clipboard='wxUSE_CLIPBOARD=yes'
3715 else
3716 ac_cv_use_clipboard='wxUSE_CLIPBOARD=no'
3717 fi
3718
3719else
3720
3721 LINE=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
3722 if test "x$LINE" != x ; then
3723 eval "DEFAULT_$LINE"
3724 else
3725 no_cache=1
3726 fi
3727
3728 ac_cv_use_clipboard='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
3729
3730fi
3731
3732
3733 eval "$ac_cv_use_clipboard"
3734 if test "$no_cache" != 1; then
3735 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
3736 fi
3737
3738 if test "$wxUSE_CLIPBOARD" = yes; then
3739 echo "$ac_t""yes" 1>&6
3740 else
3741 echo "$ac_t""no" 1>&6
3742 fi
3743
3744
3745 echo $ac_n "checking "for --enable-dnd"""... $ac_c" 1>&6
e07802fc 3746echo "configure:3747: checking "for --enable-dnd"" >&5
10f2d63a
VZ
3747 no_cache=0
3748 # Check whether --enable-dnd or --disable-dnd was given.
3749if test "${enable_dnd+set}" = set; then
3750 enableval="$enable_dnd"
3751
3752 if test "$enableval" = yes; then
3753 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes'
3754 else
3755 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=no'
3756 fi
3757
3758else
3759
3760 LINE=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
3761 if test "x$LINE" != x ; then
3762 eval "DEFAULT_$LINE"
3763 else
3764 no_cache=1
3765 fi
3766
3767 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
3768
3769fi
3770
3771
3772 eval "$ac_cv_use_dnd"
3773 if test "$no_cache" != 1; then
3774 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
3775 fi
3776
3777 if test "$wxUSE_DRAG_AND_DROP" = yes; then
3778 echo "$ac_t""yes" 1>&6
3779 else
3780 echo "$ac_t""no" 1>&6
3781 fi
3782
3783
3784
3785 echo $ac_n "checking "for --enable-wxtree"""... $ac_c" 1>&6
e07802fc 3786echo "configure:3787: checking "for --enable-wxtree"" >&5
10f2d63a
VZ
3787 no_cache=0
3788 # Check whether --enable-wxtree or --disable-wxtree was given.
3789if test "${enable_wxtree+set}" = set; then
3790 enableval="$enable_wxtree"
3791
3792 if test "$enableval" = yes; then
3793 ac_cv_use_wxtree='wxUSE_WXTREE=yes'
3794 else
3795 ac_cv_use_wxtree='wxUSE_WXTREE=no'
3796 fi
3797
3798else
3799
3800 LINE=`grep "wxUSE_WXTREE" ${wx_arg_cache_file}`
3801 if test "x$LINE" != x ; then
3802 eval "DEFAULT_$LINE"
3803 else
3804 no_cache=1
3805 fi
3806
3807 ac_cv_use_wxtree='wxUSE_WXTREE='$DEFAULT_wxUSE_WXTREE
3808
3809fi
3810
3811
3812 eval "$ac_cv_use_wxtree"
3813 if test "$no_cache" != 1; then
3814 echo $ac_cv_use_wxtree >> ${wx_arg_cache_file}.tmp
3815 fi
3816
3817 if test "$wxUSE_WXTREE" = yes; then
3818 echo "$ac_t""yes" 1>&6
3819 else
3820 echo "$ac_t""no" 1>&6
3821 fi
3822
3823
3824
3825
3826 echo $ac_n "checking "for --enable-controls"""... $ac_c" 1>&6
e07802fc 3827echo "configure:3828: checking "for --enable-controls"" >&5
10f2d63a
VZ
3828 no_cache=0
3829 # Check whether --enable-controls or --disable-controls was given.
3830if test "${enable_controls+set}" = set; then
3831 enableval="$enable_controls"
3832
3833 if test "$enableval" = yes; then
3834 ac_cv_use_controls='wxUSE_CONTROLS=yes'
3835 else
3836 ac_cv_use_controls='wxUSE_CONTROLS=no'
3837 fi
3838
3839else
3840
3841 LINE=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
3842 if test "x$LINE" != x ; then
3843 eval "DEFAULT_$LINE"
3844 else
3845 no_cache=1
3846 fi
3847
3848 ac_cv_use_controls='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
3849
3850fi
3851
3852
3853 eval "$ac_cv_use_controls"
3854 if test "$no_cache" != 1; then
3855 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
3856 fi
3857
3858 if test "$wxUSE_CONTROLS" = yes; then
3859 echo "$ac_t""yes" 1>&6
3860 else
3861 echo "$ac_t""no" 1>&6
3862 fi
3863
3864
3865if test "$wxUSE_CONTROLS" = "yes"; then
3866 DEFAULT_wxUSE_ACCEL=yes
3867 DEFAULT_wxUSE_CARET=yes
3868 DEFAULT_wxUSE_COMBOBOX=yes
3869 DEFAULT_wxUSE_BMPBUTTON=yes
3870 DEFAULT_wxUSE_CHECKBOX=yes
3871 DEFAULT_wxUSE_CHECKLISTBOX=yes
3872 DEFAULT_wxUSE_CHOICE=yes
3873 DEFAULT_wxUSE_GAUGE=yes
3874 DEFAULT_wxUSE_GRID=yes
fc9c7c09 3875 DEFAULT_wxUSE_NEW_GRID=no
10f2d63a
VZ
3876 DEFAULT_wxUSE_IMAGLIST=yes
3877 DEFAULT_wxUSE_LISTBOX=yes
3878 DEFAULT_wxUSE_LISTCTRL=yes
3879 DEFAULT_wxUSE_NOTEBOOK=yes
3880 DEFAULT_wxUSE_RADIOBOX=yes
3881 DEFAULT_wxUSE_RADIOBTN=yes
3882 DEFAULT_wxUSE_SASH=yes
3883 DEFAULT_wxUSE_SCROLLBAR=yes
3884 DEFAULT_wxUSE_SLIDER=yes
3885 DEFAULT_wxUSE_SPINBTN=yes
56cfaa52 3886 DEFAULT_wxUSE_SPINCTRL=yes
10f2d63a
VZ
3887 DEFAULT_wxUSE_SPLITTER=yes
3888 DEFAULT_wxUSE_STATBMP=yes
3889 DEFAULT_wxUSE_STATBOX=yes
3890 DEFAULT_wxUSE_STATLINE=yes
3891 DEFAULT_wxUSE_STATUSBAR=yes
3892 DEFAULT_wxUSE_TAB_DIALOG=yes
3893 DEFAULT_wxUSE_TOOLBAR=yes
360d6699
VZ
3894 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
3895 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
10f2d63a
VZ
3896 DEFAULT_wxUSE_TOOLTIPS=yes
3897 DEFAULT_wxUSE_TREECTRL=yes
3898elif test "$wxUSE_CONTROLS" = "no"; then
3899 DEFAULT_wxUSE_ACCEL=no
3900 DEFAULT_wxUSE_CARET=no
3901 DEFAULT_wxUSE_COMBOBOX=no
3902 DEFAULT_wxUSE_BMPBUTTON=no
3903 DEFAULT_wxUSE_CHECKBOX=no
3904 DEFAULT_wxUSE_CHECKLISTBOX=no
3905 DEFAULT_wxUSE_CHOICE=no
3906 DEFAULT_wxUSE_GAUGE=no
3907 DEFAULT_wxUSE_GRID=no
3908 DEFAULT_wxUSE_NEW_GRID=no
3909 DEFAULT_wxUSE_IMAGLIST=no
3910 DEFAULT_wxUSE_LISTBOX=no
3911 DEFAULT_wxUSE_LISTCTRL=no
3912 DEFAULT_wxUSE_NOTEBOOK=no
3913 DEFAULT_wxUSE_RADIOBOX=no
3914 DEFAULT_wxUSE_RADIOBTN=no
3915 DEFAULT_wxUSE_SASH=no
3916 DEFAULT_wxUSE_SCROLLBAR=no
3917 DEFAULT_wxUSE_SLIDER=no
3918 DEFAULT_wxUSE_SPINBTN=no
56cfaa52 3919 DEFAULT_wxUSE_SPINCTRL=no
10f2d63a
VZ
3920 DEFAULT_wxUSE_SPLITTER=no
3921 DEFAULT_wxUSE_STATBMP=no
3922 DEFAULT_wxUSE_STATBOX=no
3923 DEFAULT_wxUSE_STATLINE=no
3924 DEFAULT_wxUSE_STATUSBAR=no
3925 DEFAULT_wxUSE_TAB_DIALOG=no
3926 DEFAULT_wxUSE_TOOLBAR=no
360d6699
VZ
3927 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
3928 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
10f2d63a
VZ
3929 DEFAULT_wxUSE_TOOLTIPS=no
3930 DEFAULT_wxUSE_TREECTRL=no
3931fi
3932
3933
3934 echo $ac_n "checking "for --enable-accel"""... $ac_c" 1>&6
e07802fc 3935echo "configure:3936: checking "for --enable-accel"" >&5
10f2d63a
VZ
3936 no_cache=0
3937 # Check whether --enable-accel or --disable-accel was given.
3938if test "${enable_accel+set}" = set; then
3939 enableval="$enable_accel"
3940
3941 if test "$enableval" = yes; then
3942 ac_cv_use_accel='wxUSE_ACCEL=yes'
3943 else
3944 ac_cv_use_accel='wxUSE_ACCEL=no'
3945 fi
3946
3947else
3948
3949 LINE=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
3950 if test "x$LINE" != x ; then
3951 eval "DEFAULT_$LINE"
3952 else
3953 no_cache=1
3954 fi
3955
3956 ac_cv_use_accel='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
3957
3958fi
3959
3960
3961 eval "$ac_cv_use_accel"
3962 if test "$no_cache" != 1; then
3963 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
3964 fi
3965
3966 if test "$wxUSE_ACCEL" = yes; then
3967 echo "$ac_t""yes" 1>&6
3968 else
3969 echo "$ac_t""no" 1>&6
3970 fi
3971
3972
3973 echo $ac_n "checking "for --enable-caret"""... $ac_c" 1>&6
e07802fc 3974echo "configure:3975: checking "for --enable-caret"" >&5
10f2d63a
VZ
3975 no_cache=0
3976 # Check whether --enable-caret or --disable-caret was given.
3977if test "${enable_caret+set}" = set; then
3978 enableval="$enable_caret"
3979
3980 if test "$enableval" = yes; then
3981 ac_cv_use_caret='wxUSE_CARET=yes'
3982 else
3983 ac_cv_use_caret='wxUSE_CARET=no'
3984 fi
3985
3986else
3987
3988 LINE=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
3989 if test "x$LINE" != x ; then
3990 eval "DEFAULT_$LINE"
3991 else
3992 no_cache=1
3993 fi
3994
3995 ac_cv_use_caret='wxUSE_CARET='$DEFAULT_wxUSE_CARET
3996
3997fi
3998
3999
4000 eval "$ac_cv_use_caret"
4001 if test "$no_cache" != 1; then
4002 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
4003 fi
4004
4005 if test "$wxUSE_CARET" = yes; then
4006 echo "$ac_t""yes" 1>&6
4007 else
4008 echo "$ac_t""no" 1>&6
4009 fi
4010
4011
4012 echo $ac_n "checking "for --enable-bmpbutton"""... $ac_c" 1>&6
e07802fc 4013echo "configure:4014: checking "for --enable-bmpbutton"" >&5
10f2d63a
VZ
4014 no_cache=0
4015 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
4016if test "${enable_bmpbutton+set}" = set; then
4017 enableval="$enable_bmpbutton"
4018
4019 if test "$enableval" = yes; then
4020 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes'
4021 else
4022 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
4023 fi
4024
4025else
4026
4027 LINE=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
4028 if test "x$LINE" != x ; then
4029 eval "DEFAULT_$LINE"
4030 else
4031 no_cache=1
4032 fi
4033
4034 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
4035
4036fi
4037
4038
4039 eval "$ac_cv_use_bmpbutton"
4040 if test "$no_cache" != 1; then
4041 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
4042 fi
4043
4044 if test "$wxUSE_BMPBUTTON" = yes; then
4045 echo "$ac_t""yes" 1>&6
4046 else
4047 echo "$ac_t""no" 1>&6
4048 fi
4049
4050
4051 echo $ac_n "checking "for --enable-checkbox"""... $ac_c" 1>&6
e07802fc 4052echo "configure:4053: checking "for --enable-checkbox"" >&5
10f2d63a
VZ
4053 no_cache=0
4054 # Check whether --enable-checkbox or --disable-checkbox was given.
4055if test "${enable_checkbox+set}" = set; then
4056 enableval="$enable_checkbox"
4057
4058 if test "$enableval" = yes; then
4059 ac_cv_use_checkbox='wxUSE_CHECKBOX=yes'
4060 else
4061 ac_cv_use_checkbox='wxUSE_CHECKBOX=no'
4062 fi
4063
4064else
4065
4066 LINE=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
4067 if test "x$LINE" != x ; then
4068 eval "DEFAULT_$LINE"
4069 else
4070 no_cache=1
4071 fi
4072
4073 ac_cv_use_checkbox='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
4074
4075fi
4076
4077
4078 eval "$ac_cv_use_checkbox"
4079 if test "$no_cache" != 1; then
4080 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
4081 fi
4082
4083 if test "$wxUSE_CHECKBOX" = yes; then
4084 echo "$ac_t""yes" 1>&6
4085 else
4086 echo "$ac_t""no" 1>&6
4087 fi
4088
4089
4090 echo $ac_n "checking "for --enable-checklst"""... $ac_c" 1>&6
e07802fc 4091echo "configure:4092: checking "for --enable-checklst"" >&5
10f2d63a
VZ
4092 no_cache=0
4093 # Check whether --enable-checklst or --disable-checklst was given.
4094if test "${enable_checklst+set}" = set; then
4095 enableval="$enable_checklst"
4096
4097 if test "$enableval" = yes; then
4098 ac_cv_use_checklst='wxUSE_CHECKLST=yes'
4099 else
4100 ac_cv_use_checklst='wxUSE_CHECKLST=no'
4101 fi
4102
4103else
4104
4105 LINE=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
4106 if test "x$LINE" != x ; then
4107 eval "DEFAULT_$LINE"
4108 else
4109 no_cache=1
4110 fi
4111
4112 ac_cv_use_checklst='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
4113
4114fi
4115
4116
4117 eval "$ac_cv_use_checklst"
4118 if test "$no_cache" != 1; then
4119 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
4120 fi
4121
4122 if test "$wxUSE_CHECKLST" = yes; then
4123 echo "$ac_t""yes" 1>&6
4124 else
4125 echo "$ac_t""no" 1>&6
4126 fi
4127
4128
4129 echo $ac_n "checking "for --enable-choice"""... $ac_c" 1>&6
e07802fc 4130echo "configure:4131: checking "for --enable-choice"" >&5
10f2d63a
VZ
4131 no_cache=0
4132 # Check whether --enable-choice or --disable-choice was given.
4133if test "${enable_choice+set}" = set; then
4134 enableval="$enable_choice"
4135
4136 if test "$enableval" = yes; then
4137 ac_cv_use_choice='wxUSE_CHOICE=yes'
4138 else
4139 ac_cv_use_choice='wxUSE_CHOICE=no'
4140 fi
4141
4142else
4143
4144 LINE=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
4145 if test "x$LINE" != x ; then
4146 eval "DEFAULT_$LINE"
4147 else
4148 no_cache=1
4149 fi
4150
4151 ac_cv_use_choice='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
4152
4153fi
4154
4155
4156 eval "$ac_cv_use_choice"
4157 if test "$no_cache" != 1; then
4158 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
4159 fi
4160
4161 if test "$wxUSE_CHOICE" = yes; then
4162 echo "$ac_t""yes" 1>&6
4163 else
4164 echo "$ac_t""no" 1>&6
4165 fi
4166
4167
4168 echo $ac_n "checking "for --enable-combobox"""... $ac_c" 1>&6
e07802fc 4169echo "configure:4170: checking "for --enable-combobox"" >&5
10f2d63a
VZ
4170 no_cache=0
4171 # Check whether --enable-combobox or --disable-combobox was given.
4172if test "${enable_combobox+set}" = set; then
4173 enableval="$enable_combobox"
4174
4175 if test "$enableval" = yes; then
4176 ac_cv_use_combobox='wxUSE_COMBOBOX=yes'
4177 else
4178 ac_cv_use_combobox='wxUSE_COMBOBOX=no'
4179 fi
4180
4181else
4182
4183 LINE=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
4184 if test "x$LINE" != x ; then
4185 eval "DEFAULT_$LINE"
4186 else
4187 no_cache=1
4188 fi
4189
4190 ac_cv_use_combobox='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
4191
4192fi
4193
4194
4195 eval "$ac_cv_use_combobox"
4196 if test "$no_cache" != 1; then
4197 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
4198 fi
4199
4200 if test "$wxUSE_COMBOBOX" = yes; then
4201 echo "$ac_t""yes" 1>&6
4202 else
4203 echo "$ac_t""no" 1>&6
4204 fi
4205
4206
4207 echo $ac_n "checking "for --enable-gauge"""... $ac_c" 1>&6
e07802fc 4208echo "configure:4209: checking "for --enable-gauge"" >&5
10f2d63a
VZ
4209 no_cache=0
4210 # Check whether --enable-gauge or --disable-gauge was given.
4211if test "${enable_gauge+set}" = set; then
4212 enableval="$enable_gauge"
4213
4214 if test "$enableval" = yes; then
4215 ac_cv_use_gauge='wxUSE_GAUGE=yes'
4216 else
4217 ac_cv_use_gauge='wxUSE_GAUGE=no'
4218 fi
4219
4220else
4221
4222 LINE=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
4223 if test "x$LINE" != x ; then
4224 eval "DEFAULT_$LINE"
4225 else
4226 no_cache=1
4227 fi
4228
4229 ac_cv_use_gauge='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
4230
4231fi
4232
4233
4234 eval "$ac_cv_use_gauge"
4235 if test "$no_cache" != 1; then
4236 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
4237 fi
4238
4239 if test "$wxUSE_GAUGE" = yes; then
4240 echo "$ac_t""yes" 1>&6
4241 else
4242 echo "$ac_t""no" 1>&6
4243 fi
4244
4245
4246 echo $ac_n "checking "for --enable-grid"""... $ac_c" 1>&6
e07802fc 4247echo "configure:4248: checking "for --enable-grid"" >&5
10f2d63a
VZ
4248 no_cache=0
4249 # Check whether --enable-grid or --disable-grid was given.
4250if test "${enable_grid+set}" = set; then
4251 enableval="$enable_grid"
4252
4253 if test "$enableval" = yes; then
4254 ac_cv_use_grid='wxUSE_GRID=yes'
4255 else
4256 ac_cv_use_grid='wxUSE_GRID=no'
4257 fi
4258
4259else
4260
4261 LINE=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
4262 if test "x$LINE" != x ; then
4263 eval "DEFAULT_$LINE"
4264 else
4265 no_cache=1
4266 fi
4267
4268 ac_cv_use_grid='wxUSE_GRID='$DEFAULT_wxUSE_GRID
4269
4270fi
4271
4272
4273 eval "$ac_cv_use_grid"
4274 if test "$no_cache" != 1; then
4275 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
4276 fi
4277
4278 if test "$wxUSE_GRID" = yes; then
4279 echo "$ac_t""yes" 1>&6
4280 else
4281 echo "$ac_t""no" 1>&6
4282 fi
4283
4284
4285 echo $ac_n "checking "for --enable-newgrid"""... $ac_c" 1>&6
e07802fc 4286echo "configure:4287: checking "for --enable-newgrid"" >&5
10f2d63a
VZ
4287 no_cache=0
4288 # Check whether --enable-newgrid or --disable-newgrid was given.
4289if test "${enable_newgrid+set}" = set; then
4290 enableval="$enable_newgrid"
4291
4292 if test "$enableval" = yes; then
4293 ac_cv_use_newgrid='wxUSE_NEW_GRID=yes'
4294 else
4295 ac_cv_use_newgrid='wxUSE_NEW_GRID=no'
4296 fi
4297
4298else
4299
4300 LINE=`grep "wxUSE_NEW_GRID" ${wx_arg_cache_file}`
4301 if test "x$LINE" != x ; then
4302 eval "DEFAULT_$LINE"
4303 else
4304 no_cache=1
4305 fi
4306
4307 ac_cv_use_newgrid='wxUSE_NEW_GRID='$DEFAULT_wxUSE_NEW_GRID
4308
4309fi
4310
4311
4312 eval "$ac_cv_use_newgrid"
4313 if test "$no_cache" != 1; then
4314 echo $ac_cv_use_newgrid >> ${wx_arg_cache_file}.tmp
4315 fi
4316
4317 if test "$wxUSE_NEW_GRID" = yes; then
4318 echo "$ac_t""yes" 1>&6
4319 else
4320 echo "$ac_t""no" 1>&6
4321 fi
4322
4323
4324 echo $ac_n "checking "for --enable-imaglist"""... $ac_c" 1>&6
e07802fc 4325echo "configure:4326: checking "for --enable-imaglist"" >&5
10f2d63a
VZ
4326 no_cache=0
4327 # Check whether --enable-imaglist or --disable-imaglist was given.
4328if test "${enable_imaglist+set}" = set; then
4329 enableval="$enable_imaglist"
4330
4331 if test "$enableval" = yes; then
4332 ac_cv_use_imaglist='wxUSE_IMAGLIST=yes'
4333 else
4334 ac_cv_use_imaglist='wxUSE_IMAGLIST=no'
4335 fi
4336
4337else
4338
4339 LINE=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
4340 if test "x$LINE" != x ; then
4341 eval "DEFAULT_$LINE"
4342 else
4343 no_cache=1
4344 fi
4345
4346 ac_cv_use_imaglist='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
4347
4348fi
4349
4350
4351 eval "$ac_cv_use_imaglist"
4352 if test "$no_cache" != 1; then
4353 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
4354 fi
4355
4356 if test "$wxUSE_IMAGLIST" = yes; then
4357 echo "$ac_t""yes" 1>&6
4358 else
4359 echo "$ac_t""no" 1>&6
4360 fi
4361
4362
4363 echo $ac_n "checking "for --enable-listbox"""... $ac_c" 1>&6
e07802fc 4364echo "configure:4365: checking "for --enable-listbox"" >&5
10f2d63a
VZ
4365 no_cache=0
4366 # Check whether --enable-listbox or --disable-listbox was given.
4367if test "${enable_listbox+set}" = set; then
4368 enableval="$enable_listbox"
4369
4370 if test "$enableval" = yes; then
4371 ac_cv_use_listbox='wxUSE_LISTBOX=yes'
4372 else
4373 ac_cv_use_listbox='wxUSE_LISTBOX=no'
4374 fi
4375
4376else
4377
4378 LINE=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
4379 if test "x$LINE" != x ; then
4380 eval "DEFAULT_$LINE"
4381 else
4382 no_cache=1
4383 fi
4384
4385 ac_cv_use_listbox='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
4386
4387fi
4388
4389
4390 eval "$ac_cv_use_listbox"
4391 if test "$no_cache" != 1; then
4392 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
4393 fi
4394
4395 if test "$wxUSE_LISTBOX" = yes; then
4396 echo "$ac_t""yes" 1>&6
4397 else
4398 echo "$ac_t""no" 1>&6
4399 fi
4400
4401
4402 echo $ac_n "checking "for --enable-listctrl"""... $ac_c" 1>&6
e07802fc 4403echo "configure:4404: checking "for --enable-listctrl"" >&5
10f2d63a
VZ
4404 no_cache=0
4405 # Check whether --enable-listctrl or --disable-listctrl was given.
4406if test "${enable_listctrl+set}" = set; then
4407 enableval="$enable_listctrl"
4408
4409 if test "$enableval" = yes; then
4410 ac_cv_use_listctrl='wxUSE_LISTCTRL=yes'
4411 else
4412 ac_cv_use_listctrl='wxUSE_LISTCTRL=no'
4413 fi
4414
4415else
4416
4417 LINE=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
4418 if test "x$LINE" != x ; then
4419 eval "DEFAULT_$LINE"
4420 else
4421 no_cache=1
4422 fi
4423
4424 ac_cv_use_listctrl='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
4425
4426fi
4427
4428
4429 eval "$ac_cv_use_listctrl"
4430 if test "$no_cache" != 1; then
4431 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
4432 fi
4433
4434 if test "$wxUSE_LISTCTRL" = yes; then
4435 echo "$ac_t""yes" 1>&6
4436 else
4437 echo "$ac_t""no" 1>&6
4438 fi
4439
4440
4441 echo $ac_n "checking "for --enable-notebook"""... $ac_c" 1>&6
e07802fc 4442echo "configure:4443: checking "for --enable-notebook"" >&5
10f2d63a
VZ
4443 no_cache=0
4444 # Check whether --enable-notebook or --disable-notebook was given.
4445if test "${enable_notebook+set}" = set; then
4446 enableval="$enable_notebook"
4447
4448 if test "$enableval" = yes; then
4449 ac_cv_use_notebook='wxUSE_NOTEBOOK=yes'
4450 else
4451 ac_cv_use_notebook='wxUSE_NOTEBOOK=no'
4452 fi
4453
4454else
4455
4456 LINE=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
4457 if test "x$LINE" != x ; then
4458 eval "DEFAULT_$LINE"
4459 else
4460 no_cache=1
4461 fi
4462
4463 ac_cv_use_notebook='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
4464
4465fi
4466
4467
4468 eval "$ac_cv_use_notebook"
4469 if test "$no_cache" != 1; then
4470 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
4471 fi
4472
4473 if test "$wxUSE_NOTEBOOK" = yes; then
4474 echo "$ac_t""yes" 1>&6
4475 else
4476 echo "$ac_t""no" 1>&6
4477 fi
4478
4479
4480 echo $ac_n "checking "for --enable-radiobox"""... $ac_c" 1>&6
e07802fc 4481echo "configure:4482: checking "for --enable-radiobox"" >&5
10f2d63a
VZ
4482 no_cache=0
4483 # Check whether --enable-radiobox or --disable-radiobox was given.
4484if test "${enable_radiobox+set}" = set; then
4485 enableval="$enable_radiobox"
4486
4487 if test "$enableval" = yes; then
4488 ac_cv_use_radiobox='wxUSE_RADIOBOX=yes'
4489 else
4490 ac_cv_use_radiobox='wxUSE_RADIOBOX=no'
4491 fi
4492
4493else
4494
4495 LINE=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
4496 if test "x$LINE" != x ; then
4497 eval "DEFAULT_$LINE"
4498 else
4499 no_cache=1
4500 fi
4501
4502 ac_cv_use_radiobox='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
4503
4504fi
4505
4506
4507 eval "$ac_cv_use_radiobox"
4508 if test "$no_cache" != 1; then
4509 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
4510 fi
4511
4512 if test "$wxUSE_RADIOBOX" = yes; then
4513 echo "$ac_t""yes" 1>&6
4514 else
4515 echo "$ac_t""no" 1>&6
4516 fi
4517
4518
4519 echo $ac_n "checking "for --enable-radiobtn"""... $ac_c" 1>&6
e07802fc 4520echo "configure:4521: checking "for --enable-radiobtn"" >&5
10f2d63a
VZ
4521 no_cache=0
4522 # Check whether --enable-radiobtn or --disable-radiobtn was given.
4523if test "${enable_radiobtn+set}" = set; then
4524 enableval="$enable_radiobtn"
4525
4526 if test "$enableval" = yes; then
4527 ac_cv_use_radiobtn='wxUSE_RADIOBTN=yes'
4528 else
4529 ac_cv_use_radiobtn='wxUSE_RADIOBTN=no'
4530 fi
4531
4532else
4533
4534 LINE=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
4535 if test "x$LINE" != x ; then
4536 eval "DEFAULT_$LINE"
4537 else
4538 no_cache=1
4539 fi
4540
4541 ac_cv_use_radiobtn='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
4542
4543fi
4544
4545
4546 eval "$ac_cv_use_radiobtn"
4547 if test "$no_cache" != 1; then
4548 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
4549 fi
4550
4551 if test "$wxUSE_RADIOBTN" = yes; then
4552 echo "$ac_t""yes" 1>&6
4553 else
4554 echo "$ac_t""no" 1>&6
4555 fi
4556
4557
4558 echo $ac_n "checking "for --enable-sash"""... $ac_c" 1>&6
e07802fc 4559echo "configure:4560: checking "for --enable-sash"" >&5
10f2d63a
VZ
4560 no_cache=0
4561 # Check whether --enable-sash or --disable-sash was given.
4562if test "${enable_sash+set}" = set; then
4563 enableval="$enable_sash"
4564
4565 if test "$enableval" = yes; then
4566 ac_cv_use_sash='wxUSE_SASH=yes'
4567 else
4568 ac_cv_use_sash='wxUSE_SASH=no'
4569 fi
4570
4571else
4572
4573 LINE=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
4574 if test "x$LINE" != x ; then
4575 eval "DEFAULT_$LINE"
4576 else
4577 no_cache=1
4578 fi
4579
4580 ac_cv_use_sash='wxUSE_SASH='$DEFAULT_wxUSE_SASH
4581
4582fi
4583
4584
4585 eval "$ac_cv_use_sash"
4586 if test "$no_cache" != 1; then
4587 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
4588 fi
4589
4590 if test "$wxUSE_SASH" = yes; then
4591 echo "$ac_t""yes" 1>&6
4592 else
4593 echo "$ac_t""no" 1>&6
4594 fi
4595
4596
4597 echo $ac_n "checking "for --enable-scrollbar"""... $ac_c" 1>&6
e07802fc 4598echo "configure:4599: checking "for --enable-scrollbar"" >&5
10f2d63a
VZ
4599 no_cache=0
4600 # Check whether --enable-scrollbar or --disable-scrollbar was given.
4601if test "${enable_scrollbar+set}" = set; then
4602 enableval="$enable_scrollbar"
4603
4604 if test "$enableval" = yes; then
4605 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=yes'
4606 else
4607 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=no'
4608 fi
4609
4610else
4611
4612 LINE=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
4613 if test "x$LINE" != x ; then
4614 eval "DEFAULT_$LINE"
4615 else
4616 no_cache=1
4617 fi
4618
4619 ac_cv_use_scrollbar='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
4620
4621fi
4622
4623
4624 eval "$ac_cv_use_scrollbar"
4625 if test "$no_cache" != 1; then
4626 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
4627 fi
4628
4629 if test "$wxUSE_SCROLLBAR" = yes; then
4630 echo "$ac_t""yes" 1>&6
4631 else
4632 echo "$ac_t""no" 1>&6
4633 fi
4634
4635
4636 echo $ac_n "checking "for --enable-slider"""... $ac_c" 1>&6
e07802fc 4637echo "configure:4638: checking "for --enable-slider"" >&5
10f2d63a
VZ
4638 no_cache=0
4639 # Check whether --enable-slider or --disable-slider was given.
4640if test "${enable_slider+set}" = set; then
4641 enableval="$enable_slider"
4642
4643 if test "$enableval" = yes; then
4644 ac_cv_use_slider='wxUSE_SLIDER=yes'
4645 else
4646 ac_cv_use_slider='wxUSE_SLIDER=no'
4647 fi
4648
4649else
4650
4651 LINE=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
4652 if test "x$LINE" != x ; then
4653 eval "DEFAULT_$LINE"
4654 else
4655 no_cache=1
4656 fi
4657
4658 ac_cv_use_slider='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
4659
4660fi
4661
4662
4663 eval "$ac_cv_use_slider"
4664 if test "$no_cache" != 1; then
4665 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
4666 fi
4667
4668 if test "$wxUSE_SLIDER" = yes; then
4669 echo "$ac_t""yes" 1>&6
4670 else
4671 echo "$ac_t""no" 1>&6
4672 fi
4673
4674
4675 echo $ac_n "checking "for --enable-spinbtn"""... $ac_c" 1>&6
e07802fc 4676echo "configure:4677: checking "for --enable-spinbtn"" >&5
10f2d63a
VZ
4677 no_cache=0
4678 # Check whether --enable-spinbtn or --disable-spinbtn was given.
4679if test "${enable_spinbtn+set}" = set; then
4680 enableval="$enable_spinbtn"
4681
4682 if test "$enableval" = yes; then
4683 ac_cv_use_spinbtn='wxUSE_SPINBTN=yes'
4684 else
4685 ac_cv_use_spinbtn='wxUSE_SPINBTN=no'
4686 fi
4687
4688else
4689
4690 LINE=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
4691 if test "x$LINE" != x ; then
4692 eval "DEFAULT_$LINE"
4693 else
4694 no_cache=1
4695 fi
4696
4697 ac_cv_use_spinbtn='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
4698
4699fi
4700
4701
4702 eval "$ac_cv_use_spinbtn"
4703 if test "$no_cache" != 1; then
4704 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
4705 fi
4706
4707 if test "$wxUSE_SPINBTN" = yes; then
4708 echo "$ac_t""yes" 1>&6
4709 else
4710 echo "$ac_t""no" 1>&6
4711 fi
4712
4713
56cfaa52 4714 echo $ac_n "checking "for --enable-spinctrl"""... $ac_c" 1>&6
e07802fc 4715echo "configure:4716: checking "for --enable-spinctrl"" >&5
56cfaa52
RR
4716 no_cache=0
4717 # Check whether --enable-spinctrl or --disable-spinctrl was given.
4718if test "${enable_spinctrl+set}" = set; then
4719 enableval="$enable_spinctrl"
4720
4721 if test "$enableval" = yes; then
4722 ac_cv_use_spinctrl='wxUSE_SPINCTRL=yes'
4723 else
4724 ac_cv_use_spinctrl='wxUSE_SPINCTRL=no'
4725 fi
4726
4727else
4728
4729 LINE=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
4730 if test "x$LINE" != x ; then
4731 eval "DEFAULT_$LINE"
4732 else
4733 no_cache=1
4734 fi
4735
4736 ac_cv_use_spinctrl='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
4737
4738fi
4739
4740
4741 eval "$ac_cv_use_spinctrl"
4742 if test "$no_cache" != 1; then
4743 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
4744 fi
4745
4746 if test "$wxUSE_SPINCTRL" = yes; then
4747 echo "$ac_t""yes" 1>&6
4748 else
4749 echo "$ac_t""no" 1>&6
4750 fi
4751
4752
10f2d63a 4753 echo $ac_n "checking "for --enable-splitter"""... $ac_c" 1>&6
e07802fc 4754echo "configure:4755: checking "for --enable-splitter"" >&5
10f2d63a
VZ
4755 no_cache=0
4756 # Check whether --enable-splitter or --disable-splitter was given.
4757if test "${enable_splitter+set}" = set; then
4758 enableval="$enable_splitter"
4759
4760 if test "$enableval" = yes; then
4761 ac_cv_use_splitter='wxUSE_SPLITTER=yes'
4762 else
4763 ac_cv_use_splitter='wxUSE_SPLITTER=no'
4764 fi
4765
4766else
4767
4768 LINE=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
4769 if test "x$LINE" != x ; then
4770 eval "DEFAULT_$LINE"
4771 else
4772 no_cache=1
4773 fi
4774
4775 ac_cv_use_splitter='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
4776
4777fi
4778
4779
4780 eval "$ac_cv_use_splitter"
4781 if test "$no_cache" != 1; then
4782 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
4783 fi
4784
4785 if test "$wxUSE_SPLITTER" = yes; then
4786 echo "$ac_t""yes" 1>&6
4787 else
4788 echo "$ac_t""no" 1>&6
4789 fi
4790
4791
4792 echo $ac_n "checking "for --enable-statbmp"""... $ac_c" 1>&6
e07802fc 4793echo "configure:4794: checking "for --enable-statbmp"" >&5
10f2d63a
VZ
4794 no_cache=0
4795 # Check whether --enable-statbmp or --disable-statbmp was given.
4796if test "${enable_statbmp+set}" = set; then
4797 enableval="$enable_statbmp"
4798
4799 if test "$enableval" = yes; then
4800 ac_cv_use_statbmp='wxUSE_STATBMP=yes'
4801 else
4802 ac_cv_use_statbmp='wxUSE_STATBMP=no'
4803 fi
4804
4805else
4806
4807 LINE=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
4808 if test "x$LINE" != x ; then
4809 eval "DEFAULT_$LINE"
4810 else
4811 no_cache=1
4812 fi
4813
4814 ac_cv_use_statbmp='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
4815
4816fi
4817
4818
4819 eval "$ac_cv_use_statbmp"
4820 if test "$no_cache" != 1; then
4821 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
4822 fi
4823
4824 if test "$wxUSE_STATBMP" = yes; then
4825 echo "$ac_t""yes" 1>&6
4826 else
4827 echo "$ac_t""no" 1>&6
4828 fi
4829
4830
4831 echo $ac_n "checking "for --enable-statbox"""... $ac_c" 1>&6
e07802fc 4832echo "configure:4833: checking "for --enable-statbox"" >&5
10f2d63a
VZ
4833 no_cache=0
4834 # Check whether --enable-statbox or --disable-statbox was given.
4835if test "${enable_statbox+set}" = set; then
4836 enableval="$enable_statbox"
4837
4838 if test "$enableval" = yes; then
4839 ac_cv_use_statbox='wxUSE_STATBOX=yes'
4840 else
4841 ac_cv_use_statbox='wxUSE_STATBOX=no'
4842 fi
4843
4844else
4845
4846 LINE=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
4847 if test "x$LINE" != x ; then
4848 eval "DEFAULT_$LINE"
4849 else
4850 no_cache=1
4851 fi
4852
4853 ac_cv_use_statbox='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
4854
4855fi
4856
4857
4858 eval "$ac_cv_use_statbox"
4859 if test "$no_cache" != 1; then
4860 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
4861 fi
4862
4863 if test "$wxUSE_STATBOX" = yes; then
4864 echo "$ac_t""yes" 1>&6
4865 else
4866 echo "$ac_t""no" 1>&6
4867 fi
4868
4869
4870 echo $ac_n "checking "for --enable-statline"""... $ac_c" 1>&6
e07802fc 4871echo "configure:4872: checking "for --enable-statline"" >&5
10f2d63a
VZ
4872 no_cache=0
4873 # Check whether --enable-statline or --disable-statline was given.
4874if test "${enable_statline+set}" = set; then
4875 enableval="$enable_statline"
4876
4877 if test "$enableval" = yes; then
4878 ac_cv_use_statline='wxUSE_STATLINE=yes'
4879 else
4880 ac_cv_use_statline='wxUSE_STATLINE=no'
4881 fi
4882
4883else
4884
4885 LINE=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
4886 if test "x$LINE" != x ; then
4887 eval "DEFAULT_$LINE"
4888 else
4889 no_cache=1
4890 fi
4891
4892 ac_cv_use_statline='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
4893
4894fi
4895
4896
4897 eval "$ac_cv_use_statline"
4898 if test "$no_cache" != 1; then
4899 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
4900 fi
4901
4902 if test "$wxUSE_STATLINE" = yes; then
4903 echo "$ac_t""yes" 1>&6
4904 else
4905 echo "$ac_t""no" 1>&6
4906 fi
4907
4908
4909 echo $ac_n "checking "for --enable-statusbar"""... $ac_c" 1>&6
e07802fc 4910echo "configure:4911: checking "for --enable-statusbar"" >&5
10f2d63a
VZ
4911 no_cache=0
4912 # Check whether --enable-statusbar or --disable-statusbar was given.
4913if test "${enable_statusbar+set}" = set; then
4914 enableval="$enable_statusbar"
4915
4916 if test "$enableval" = yes; then
4917 ac_cv_use_statusbar='wxUSE_STATUSBAR=yes'
4918 else
4919 ac_cv_use_statusbar='wxUSE_STATUSBAR=no'
4920 fi
4921
4922else
4923
4924 LINE=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
4925 if test "x$LINE" != x ; then
4926 eval "DEFAULT_$LINE"
4927 else
4928 no_cache=1
4929 fi
4930
4931 ac_cv_use_statusbar='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
4932
4933fi
4934
4935
4936 eval "$ac_cv_use_statusbar"
4937 if test "$no_cache" != 1; then
4938 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
4939 fi
4940
4941 if test "$wxUSE_STATUSBAR" = yes; then
4942 echo "$ac_t""yes" 1>&6
4943 else
4944 echo "$ac_t""no" 1>&6
4945 fi
4946
4947
4948 echo $ac_n "checking "for --enable-tabdialog"""... $ac_c" 1>&6
e07802fc 4949echo "configure:4950: checking "for --enable-tabdialog"" >&5
10f2d63a
VZ
4950 no_cache=0
4951 # Check whether --enable-tabdialog or --disable-tabdialog was given.
4952if test "${enable_tabdialog+set}" = set; then
4953 enableval="$enable_tabdialog"
4954
4955 if test "$enableval" = yes; then
4956 ac_cv_use_tabdialog='wxUSE_TABDIALOG=yes'
4957 else
4958 ac_cv_use_tabdialog='wxUSE_TABDIALOG=no'
4959 fi
4960
4961else
4962
4963 LINE=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
4964 if test "x$LINE" != x ; then
4965 eval "DEFAULT_$LINE"
4966 else
4967 no_cache=1
4968 fi
4969
4970 ac_cv_use_tabdialog='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
4971
4972fi
4973
4974
4975 eval "$ac_cv_use_tabdialog"
4976 if test "$no_cache" != 1; then
4977 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
4978 fi
4979
4980 if test "$wxUSE_TABDIALOG" = yes; then
4981 echo "$ac_t""yes" 1>&6
4982 else
4983 echo "$ac_t""no" 1>&6
4984 fi
4985
4986
4987 echo $ac_n "checking "for --enable-toolbar"""... $ac_c" 1>&6
e07802fc 4988echo "configure:4989: checking "for --enable-toolbar"" >&5
10f2d63a
VZ
4989 no_cache=0
4990 # Check whether --enable-toolbar or --disable-toolbar was given.
4991if test "${enable_toolbar+set}" = set; then
4992 enableval="$enable_toolbar"
4993
4994 if test "$enableval" = yes; then
4995 ac_cv_use_toolbar='wxUSE_TOOLBAR=yes'
4996 else
4997 ac_cv_use_toolbar='wxUSE_TOOLBAR=no'
4998 fi
4999
5000else
5001
5002 LINE=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
5003 if test "x$LINE" != x ; then
5004 eval "DEFAULT_$LINE"
5005 else
5006 no_cache=1
5007 fi
5008
5009 ac_cv_use_toolbar='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
5010
5011fi
5012
5013
5014 eval "$ac_cv_use_toolbar"
5015 if test "$no_cache" != 1; then
5016 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
5017 fi
5018
5019 if test "$wxUSE_TOOLBAR" = yes; then
5020 echo "$ac_t""yes" 1>&6
5021 else
5022 echo "$ac_t""no" 1>&6
5023 fi
5024
5025
360d6699 5026 echo $ac_n "checking "for --enable-tbarnative"""... $ac_c" 1>&6
e07802fc 5027echo "configure:5028: checking "for --enable-tbarnative"" >&5
360d6699
VZ
5028 no_cache=0
5029 # Check whether --enable-tbarnative or --disable-tbarnative was given.
5030if test "${enable_tbarnative+set}" = set; then
5031 enableval="$enable_tbarnative"
5032
5033 if test "$enableval" = yes; then
5034 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes'
5035 else
5036 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no'
5037 fi
5038
5039else
5040
5041 LINE=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
5042 if test "x$LINE" != x ; then
5043 eval "DEFAULT_$LINE"
5044 else
5045 no_cache=1
5046 fi
5047
5048 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
5049
5050fi
5051
5052
5053 eval "$ac_cv_use_tbarnative"
5054 if test "$no_cache" != 1; then
5055 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
5056 fi
5057
5058 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
5059 echo "$ac_t""yes" 1>&6
5060 else
5061 echo "$ac_t""no" 1>&6
5062 fi
5063
5064
5065 echo $ac_n "checking "for --enable-tbarsmpl"""... $ac_c" 1>&6
e07802fc 5066echo "configure:5067: checking "for --enable-tbarsmpl"" >&5
360d6699
VZ
5067 no_cache=0
5068 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
5069if test "${enable_tbarsmpl+set}" = set; then
5070 enableval="$enable_tbarsmpl"
5071
5072 if test "$enableval" = yes; then
5073 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=yes'
5074 else
5075 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=no'
5076 fi
5077
5078else
5079
5080 LINE=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
5081 if test "x$LINE" != x ; then
5082 eval "DEFAULT_$LINE"
5083 else
5084 no_cache=1
5085 fi
5086
5087 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
5088
5089fi
5090
5091
5092 eval "$ac_cv_use_tbarsmpl"
5093 if test "$no_cache" != 1; then
5094 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
5095 fi
5096
5097 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
5098 echo "$ac_t""yes" 1>&6
5099 else
5100 echo "$ac_t""no" 1>&6
5101 fi
5102
5103
10f2d63a 5104 echo $ac_n "checking "for --enable-treectrl"""... $ac_c" 1>&6
e07802fc 5105echo "configure:5106: checking "for --enable-treectrl"" >&5
10f2d63a
VZ
5106 no_cache=0
5107 # Check whether --enable-treectrl or --disable-treectrl was given.
5108if test "${enable_treectrl+set}" = set; then
5109 enableval="$enable_treectrl"
5110
5111 if test "$enableval" = yes; then
5112 ac_cv_use_treectrl='wxUSE_TREECTRL=yes'
5113 else
5114 ac_cv_use_treectrl='wxUSE_TREECTRL=no'
5115 fi
5116
5117else
5118
5119 LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
5120 if test "x$LINE" != x ; then
5121 eval "DEFAULT_$LINE"
5122 else
5123 no_cache=1
5124 fi
5125
5126 ac_cv_use_treectrl='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
5127
5128fi
5129
5130
5131 eval "$ac_cv_use_treectrl"
5132 if test "$no_cache" != 1; then
5133 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
5134 fi
5135
5136 if test "$wxUSE_TREECTRL" = yes; then
5137 echo "$ac_t""yes" 1>&6
5138 else
5139 echo "$ac_t""no" 1>&6
5140 fi
5141
5142
5143
5144
5145 echo $ac_n "checking "for --enable-commondlg"""... $ac_c" 1>&6
e07802fc 5146echo "configure:5147: checking "for --enable-commondlg"" >&5
10f2d63a
VZ
5147 no_cache=0
5148 # Check whether --enable-commondlg or --disable-commondlg was given.
5149if test "${enable_commondlg+set}" = set; then
5150 enableval="$enable_commondlg"
5151
5152 if test "$enableval" = yes; then
5153 ac_cv_use_commondlg='wxUSE_COMMONDLGS=yes'
5154 else
5155 ac_cv_use_commondlg='wxUSE_COMMONDLGS=no'
5156 fi
5157
5158else
5159
5160 LINE=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
5161 if test "x$LINE" != x ; then
5162 eval "DEFAULT_$LINE"
5163 else
5164 no_cache=1
5165 fi
5166
5167 ac_cv_use_commondlg='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
5168
5169fi
5170
5171
5172 eval "$ac_cv_use_commondlg"
5173 if test "$no_cache" != 1; then
5174 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
5175 fi
5176
5177 if test "$wxUSE_COMMONDLGS" = yes; then
5178 echo "$ac_t""yes" 1>&6
5179 else
5180 echo "$ac_t""no" 1>&6
5181 fi
5182
5183
5184 echo $ac_n "checking "for --enable-dirdlg"""... $ac_c" 1>&6
e07802fc 5185echo "configure:5186: checking "for --enable-dirdlg"" >&5
10f2d63a
VZ
5186 no_cache=0
5187 # Check whether --enable-dirdlg or --disable-dirdlg was given.
5188if test "${enable_dirdlg+set}" = set; then
5189 enableval="$enable_dirdlg"
5190
5191 if test "$enableval" = yes; then
5192 ac_cv_use_dirdlg='wxUSE_DIRDLG=yes'
5193 else
5194 ac_cv_use_dirdlg='wxUSE_DIRDLG=no'
5195 fi
5196
5197else
5198
5199 LINE=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
5200 if test "x$LINE" != x ; then
5201 eval "DEFAULT_$LINE"
5202 else
5203 no_cache=1
5204 fi
5205
5206 ac_cv_use_dirdlg='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
5207
5208fi
5209
5210
5211 eval "$ac_cv_use_dirdlg"
5212 if test "$no_cache" != 1; then
5213 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
5214 fi
5215
5216 if test "$wxUSE_DIRDLG" = yes; then
5217 echo "$ac_t""yes" 1>&6
5218 else
5219 echo "$ac_t""no" 1>&6
5220 fi
5221
5222
5223 echo $ac_n "checking "for --enable-textdlg"""... $ac_c" 1>&6
e07802fc 5224echo "configure:5225: checking "for --enable-textdlg"" >&5
10f2d63a
VZ
5225 no_cache=0
5226 # Check whether --enable-textdlg or --disable-textdlg was given.
5227if test "${enable_textdlg+set}" = set; then
5228 enableval="$enable_textdlg"
5229
5230 if test "$enableval" = yes; then
5231 ac_cv_use_textdlg='wxUSE_TEXTDLG=yes'
5232 else
5233 ac_cv_use_textdlg='wxUSE_TEXTDLG=no'
5234 fi
5235
5236else
5237
5238 LINE=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
5239 if test "x$LINE" != x ; then
5240 eval "DEFAULT_$LINE"
5241 else
5242 no_cache=1
5243 fi
5244
5245 ac_cv_use_textdlg='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
5246
5247fi
5248
5249
5250 eval "$ac_cv_use_textdlg"
5251 if test "$no_cache" != 1; then
5252 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
5253 fi
5254
5255 if test "$wxUSE_TEXTDLG" = yes; then
5256 echo "$ac_t""yes" 1>&6
5257 else
5258 echo "$ac_t""no" 1>&6
5259 fi
5260
5261
5262 echo $ac_n "checking "for --enable-tipdlg"""... $ac_c" 1>&6
e07802fc 5263echo "configure:5264: checking "for --enable-tipdlg"" >&5
10f2d63a
VZ
5264 no_cache=0
5265 # Check whether --enable-tipdlg or --disable-tipdlg was given.
5266if test "${enable_tipdlg+set}" = set; then
5267 enableval="$enable_tipdlg"
5268
5269 if test "$enableval" = yes; then
5270 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes'
5271 else
5272 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no'
5273 fi
5274
5275else
5276
5277 LINE=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
5278 if test "x$LINE" != x ; then
5279 eval "DEFAULT_$LINE"
5280 else
5281 no_cache=1
5282 fi
5283
5284 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
5285
5286fi
5287
5288
5289 eval "$ac_cv_use_tipdlg"
5290 if test "$no_cache" != 1; then
5291 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
5292 fi
5293
5294 if test "$wxUSE_STARTUP_TIPS" = yes; then
5295 echo "$ac_t""yes" 1>&6
5296 else
5297 echo "$ac_t""no" 1>&6
5298 fi
5299
5300
5301 echo $ac_n "checking "for --enable-progressdlg"""... $ac_c" 1>&6
e07802fc 5302echo "configure:5303: checking "for --enable-progressdlg"" >&5
10f2d63a
VZ
5303 no_cache=0
5304 # Check whether --enable-progressdlg or --disable-progressdlg was given.
5305if test "${enable_progressdlg+set}" = set; then
5306 enableval="$enable_progressdlg"
5307
5308 if test "$enableval" = yes; then
5309 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes'
5310 else
5311 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=no'
5312 fi
5313
5314else
5315
5316 LINE=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
5317 if test "x$LINE" != x ; then
5318 eval "DEFAULT_$LINE"
5319 else
5320 no_cache=1
5321 fi
5322
5323 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
5324
5325fi
5326
5327
5328 eval "$ac_cv_use_progressdlg"
5329 if test "$no_cache" != 1; then
5330 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
5331 fi
5332
5333 if test "$wxUSE_PROGRESSDLG" = yes; then
5334 echo "$ac_t""yes" 1>&6
5335 else
5336 echo "$ac_t""no" 1>&6
5337 fi
5338
5339
5340 echo $ac_n "checking "for --enable-miniframe"""... $ac_c" 1>&6
e07802fc 5341echo "configure:5342: checking "for --enable-miniframe"" >&5
10f2d63a
VZ
5342 no_cache=0
5343 # Check whether --enable-miniframe or --disable-miniframe was given.
5344if test "${enable_miniframe+set}" = set; then
5345 enableval="$enable_miniframe"
5346
5347 if test "$enableval" = yes; then
5348 ac_cv_use_miniframe='wxUSE_MINIFRAME=yes'
5349 else
5350 ac_cv_use_miniframe='wxUSE_MINIFRAME=no'
5351 fi
5352
5353else
5354
5355 LINE=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
5356 if test "x$LINE" != x ; then
5357 eval "DEFAULT_$LINE"
5358 else
5359 no_cache=1
5360 fi
5361
5362 ac_cv_use_miniframe='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
5363
5364fi
5365
5366
5367 eval "$ac_cv_use_miniframe"
5368 if test "$no_cache" != 1; then
5369 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
5370 fi
5371
5372 if test "$wxUSE_MINIFRAME" = yes; then
5373 echo "$ac_t""yes" 1>&6
5374 else
5375 echo "$ac_t""no" 1>&6
5376 fi
5377
5378
5379 echo $ac_n "checking "for --enable-html"""... $ac_c" 1>&6
e07802fc 5380echo "configure:5381: checking "for --enable-html"" >&5
10f2d63a
VZ
5381 no_cache=0
5382 # Check whether --enable-html or --disable-html was given.
5383if test "${enable_html+set}" = set; then
5384 enableval="$enable_html"
5385
5386 if test "$enableval" = yes; then
5387 ac_cv_use_html='wxUSE_HTML=yes'
5388 else
5389 ac_cv_use_html='wxUSE_HTML=no'
5390 fi
5391
5392else
5393
5394 LINE=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
5395 if test "x$LINE" != x ; then
5396 eval "DEFAULT_$LINE"
5397 else
5398 no_cache=1
5399 fi
5400
5401 ac_cv_use_html='wxUSE_HTML='$DEFAULT_wxUSE_HTML
5402
5403fi
5404
5405
5406 eval "$ac_cv_use_html"
5407 if test "$no_cache" != 1; then
5408 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
5409 fi
5410
5411 if test "$wxUSE_HTML" = yes; then
5412 echo "$ac_t""yes" 1>&6
5413 else
5414 echo "$ac_t""no" 1>&6
5415 fi
5416
5417
5418 echo $ac_n "checking "for --enable-tooltips"""... $ac_c" 1>&6
e07802fc 5419echo "configure:5420: checking "for --enable-tooltips"" >&5
10f2d63a
VZ
5420 no_cache=0
5421 # Check whether --enable-tooltips or --disable-tooltips was given.
5422if test "${enable_tooltips+set}" = set; then
5423 enableval="$enable_tooltips"
5424
5425 if test "$enableval" = yes; then
5426 ac_cv_use_tooltips='wxUSE_TOOLTIPS=yes'
5427 else
5428 ac_cv_use_tooltips='wxUSE_TOOLTIPS=no'
5429 fi
5430
5431else
5432
5433 LINE=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
5434 if test "x$LINE" != x ; then
5435 eval "DEFAULT_$LINE"
5436 else
5437 no_cache=1
5438 fi
5439
5440 ac_cv_use_tooltips='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
5441
5442fi
5443
5444
5445 eval "$ac_cv_use_tooltips"
5446 if test "$no_cache" != 1; then
5447 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
5448 fi
5449
5450 if test "$wxUSE_TOOLTIPS" = yes; then
5451 echo "$ac_t""yes" 1>&6
5452 else
5453 echo "$ac_t""no" 1>&6
5454 fi
5455
5456
5457 echo $ac_n "checking "for --enable-splines"""... $ac_c" 1>&6
e07802fc 5458echo "configure:5459: checking "for --enable-splines"" >&5
10f2d63a
VZ
5459 no_cache=0
5460 # Check whether --enable-splines or --disable-splines was given.
5461if test "${enable_splines+set}" = set; then
5462 enableval="$enable_splines"
5463
5464 if test "$enableval" = yes; then
5465 ac_cv_use_splines='wxUSE_SPLINES=yes'
5466 else
5467 ac_cv_use_splines='wxUSE_SPLINES=no'
5468 fi
5469
5470else
5471
5472 LINE=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
5473 if test "x$LINE" != x ; then
5474 eval "DEFAULT_$LINE"
5475 else
5476 no_cache=1
5477 fi
5478
5479 ac_cv_use_splines='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
5480
5481fi
5482
5483
5484 eval "$ac_cv_use_splines"
5485 if test "$no_cache" != 1; then
5486 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
5487 fi
5488
5489 if test "$wxUSE_SPLINES" = yes; then
5490 echo "$ac_t""yes" 1>&6
5491 else
5492 echo "$ac_t""no" 1>&6
5493 fi
5494
5495
5496 echo $ac_n "checking "for --enable-validators"""... $ac_c" 1>&6
e07802fc 5497echo "configure:5498: checking "for --enable-validators"" >&5
10f2d63a
VZ
5498 no_cache=0
5499 # Check whether --enable-validators or --disable-validators was given.
5500if test "${enable_validators+set}" = set; then
5501 enableval="$enable_validators"
5502
5503 if test "$enableval" = yes; then
5504 ac_cv_use_validators='wxUSE_VALIDATORS=yes'
5505 else
5506 ac_cv_use_validators='wxUSE_VALIDATORS=no'
5507 fi
5508
5509else
5510
5511 LINE=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
5512 if test "x$LINE" != x ; then
5513 eval "DEFAULT_$LINE"
5514 else
5515 no_cache=1
5516 fi
5517
5518 ac_cv_use_validators='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
5519
5520fi
5521
5522
5523 eval "$ac_cv_use_validators"
5524 if test "$no_cache" != 1; then
5525 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
5526 fi
5527
5528 if test "$wxUSE_VALIDATORS" = yes; then
5529 echo "$ac_t""yes" 1>&6
5530 else
5531 echo "$ac_t""no" 1>&6
5532 fi
5533
5534
5535 echo $ac_n "checking "for --enable-busyinfo"""... $ac_c" 1>&6
e07802fc 5536echo "configure:5537: checking "for --enable-busyinfo"" >&5
10f2d63a
VZ
5537 no_cache=0
5538 # Check whether --enable-busyinfo or --disable-busyinfo was given.
5539if test "${enable_busyinfo+set}" = set; then
5540 enableval="$enable_busyinfo"
5541
5542 if test "$enableval" = yes; then
5543 ac_cv_use_busyinfo='wxUSE_BUSYINFO=yes'
5544 else
5545 ac_cv_use_busyinfo='wxUSE_BUSYINFO=no'
5546 fi
5547
5548else
5549
5550 LINE=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
5551 if test "x$LINE" != x ; then
5552 eval "DEFAULT_$LINE"
5553 else
5554 no_cache=1
5555 fi
5556
5557 ac_cv_use_busyinfo='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
5558
5559fi
5560
5561
5562 eval "$ac_cv_use_busyinfo"
5563 if test "$no_cache" != 1; then
5564 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
5565 fi
5566
5567 if test "$wxUSE_BUSYINFO" = yes; then
5568 echo "$ac_t""yes" 1>&6
5569 else
5570 echo "$ac_t""no" 1>&6
5571 fi
5572
5573
5574
5575
5576 echo $ac_n "checking "for --enable-gif"""... $ac_c" 1>&6
e07802fc 5577echo "configure:5578: checking "for --enable-gif"" >&5
10f2d63a
VZ
5578 no_cache=0
5579 # Check whether --enable-gif or --disable-gif was given.
5580if test "${enable_gif+set}" = set; then
5581 enableval="$enable_gif"
5582
5583 if test "$enableval" = yes; then
5584 ac_cv_use_gif='wxUSE_GIF=yes'
5585 else
5586 ac_cv_use_gif='wxUSE_GIF=no'
5587 fi
5588
5589else
5590
5591 LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
5592 if test "x$LINE" != x ; then
5593 eval "DEFAULT_$LINE"
5594 else
5595 no_cache=1
5596 fi
5597
5598 ac_cv_use_gif='wxUSE_GIF='$DEFAULT_wxUSE_GIF
5599
5600fi
5601
5602
5603 eval "$ac_cv_use_gif"
5604 if test "$no_cache" != 1; then
5605 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
5606 fi
5607
5608 if test "$wxUSE_GIF" = yes; then
5609 echo "$ac_t""yes" 1>&6
5610 else
5611 echo "$ac_t""no" 1>&6
5612 fi
5613
5614
5615 echo $ac_n "checking "for --enable-pcx"""... $ac_c" 1>&6
e07802fc 5616echo "configure:5617: checking "for --enable-pcx"" >&5
10f2d63a
VZ
5617 no_cache=0
5618 # Check whether --enable-pcx or --disable-pcx was given.
5619if test "${enable_pcx+set}" = set; then
5620 enableval="$enable_pcx"
5621
5622 if test "$enableval" = yes; then
5623 ac_cv_use_pcx='wxUSE_PCX=yes'
5624 else
5625 ac_cv_use_pcx='wxUSE_PCX=no'
5626 fi
5627
5628else
5629
5630 LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
5631 if test "x$LINE" != x ; then
5632 eval "DEFAULT_$LINE"
5633 else
5634 no_cache=1
5635 fi
5636
5637 ac_cv_use_pcx='wxUSE_PCX='$DEFAULT_wxUSE_PCX
5638
5639fi
5640
5641
5642 eval "$ac_cv_use_pcx"
5643 if test "$no_cache" != 1; then
5644 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
5645 fi
5646
5647 if test "$wxUSE_PCX" = yes; then
5648 echo "$ac_t""yes" 1>&6
5649 else
5650 echo "$ac_t""no" 1>&6
5651 fi
5652
5653
5654 echo $ac_n "checking "for --enable-pnm"""... $ac_c" 1>&6
e07802fc 5655echo "configure:5656: checking "for --enable-pnm"" >&5
10f2d63a
VZ
5656 no_cache=0
5657 # Check whether --enable-pnm or --disable-pnm was given.
5658if test "${enable_pnm+set}" = set; then
5659 enableval="$enable_pnm"
5660
5661 if test "$enableval" = yes; then
5662 ac_cv_use_pnm='wxUSE_PNM=yes'
5663 else
5664 ac_cv_use_pnm='wxUSE_PNM=no'
5665 fi
5666
5667else
5668
5669 LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
5670 if test "x$LINE" != x ; then
5671 eval "DEFAULT_$LINE"
5672 else
5673 no_cache=1
5674 fi
5675
5676 ac_cv_use_pnm='wxUSE_PNM='$DEFAULT_wxUSE_PNM
5677
5678fi
5679
5680
5681 eval "$ac_cv_use_pnm"
5682 if test "$no_cache" != 1; then
5683 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
5684 fi
5685
5686 if test "$wxUSE_PNM" = yes; then
5687 echo "$ac_t""yes" 1>&6
5688 else
5689 echo "$ac_t""no" 1>&6
5690 fi
5691
5692
b12915c1
VZ
5693fi
5694
10f2d63a
VZ
5695
5696 echo "saving argument cache $wx_arg_cache_file"
5697 mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file}
5698
5699
5700
5701echo $ac_n "checking for toolkit""... $ac_c" 1>&6
e07802fc 5702echo "configure:5703: checking for toolkit" >&5
10f2d63a
VZ
5703
5704if test "$wxUSE_GUI" = "yes"; then
5705
b12915c1
VZ
5706if test "$USE_BEOS" = 1; then
5707 { echo "configure: error: BeOS GUI is not supported yet, use --disable-gui" 1>&2; exit 1; }
5708fi
5709
10f2d63a
VZ
5710if test "$TOOLKIT_GIVEN" = 1; then
5711 for toolkit in `echo $ALL_TOOLKITS`; do
5712 var=wxUSE_$toolkit
5713 eval "value=\$${var}"
5714 eval "$var=`echo \$value | sed -e "s/yes/1/" -e "s/no/0/"`"
5715 done
5716else
5717 for toolkit in `echo $ALL_TOOLKITS`; do
5718 if test "$has_toolkit_in_cache" != 1; then
5719 var=DEFAULT_DEFAULT_wxUSE_$toolkit
5720 else
5721 var=DEFAULT_wxUSE_$toolkit
5722 fi
5723 eval "wxUSE_$toolkit=\$${var}"
5724 done
5725fi
5726
e07802fc 5727NUM_TOOLKITS=`expr ${wxUSE_GTK:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_WINE:-0} + ${wxUSE_MINGW:-0} + ${wxUSE_CYGWIN:-0} + ${wxUSE_PM:-0}`
10f2d63a
VZ
5728
5729case "$NUM_TOOLKITS" in
5730 1)
5731 ;;
5732 0)
5733 { echo "configure: error: Please specify a toolkit - cannot determine the default for ${host}" 1>&2; exit 1; }
5734 ;;
5735 *)
5736 { echo "configure: error: Please specify at most one toolkit (may be some are cached?)" 1>&2; exit 1; }
5737esac
5738
5739for toolkit in `echo $ALL_TOOLKITS`; do
5740 var=wxUSE_$toolkit
5741 eval "value=\$${var}"
5742 if test "x$value" != x; then
5743 cache_var=CACHE_$toolkit
5744 eval "cache=\$${cache_var}"
5745 if test "$cache" = 1; then
5746 echo "$var=$value" >> ${wx_arg_cache_file}
5747 fi
5748 if test "$value" = 1; then
5749 echo "$ac_t""`echo $toolkit | tr A-Z a-z`" 1>&6
5750 fi
5751 fi
5752done
5753
5754else
5755 echo "$ac_t""base only" 1>&6
5756fi
5757
5758
5759cat > confcache <<\EOF
5760# This file is a shell script that caches the results of configure
5761# tests run on this system so they can be shared between configure
5762# scripts and configure runs. It is not useful on other systems.
5763# If it contains results you don't want to keep, you may remove or edit it.
5764#
5765# By default, configure uses ./config.cache as the cache file,
5766# creating it if it does not exist already. You can give configure
5767# the --cache-file=FILE option to use a different cache file; that is
5768# what configure does when it calls configure scripts in
5769# subdirectories, so they share the cache.
5770# Giving --cache-file=/dev/null disables caching, for debugging configure.
5771# config.status only pays attention to the cache file if you give it the
5772# --recheck option to rerun configure.
5773#
5774EOF
5775# The following way of writing the cache mishandles newlines in values,
5776# but we know of no workaround that is simple, portable, and efficient.
5777# So, don't put newlines in cache variables' values.
5778# Ultrix sh set writes to stderr and can't be redirected directly,
5779# and sets the high bit in the cache file unless we assign to the vars.
5780(set) 2>&1 |
5781 case `(ac_space=' '; set | grep ac_space) 2>&1` in
5782 *ac_space=\ *)
5783 # `set' does not quote correctly, so add quotes (double-quote substitution
5784 # turns \\\\ into \\, and sed turns \\ into \).
5785 sed -n \
5786 -e "s/'/'\\\\''/g" \
5787 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
5788 ;;
5789 *)
5790 # `set' quotes correctly as required by POSIX, so do not add quotes.
5791 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
5792 ;;
5793 esac >> confcache
5794if cmp -s $cache_file confcache; then
5795 :
5796else
5797 if test -w $cache_file; then
5798 echo "updating cache $cache_file"
5799 cat confcache > $cache_file
5800 else
5801 echo "not updating unwritable cache $cache_file"
5802 fi
5803fi
5804rm -f confcache
5805
5806
5807if eval "test $host != $build"; then
5808 if eval "test $host_alias != NONE"; then
5809 CC=$host_alias-gcc
5810 CXX=$host_alias-c++
5811 AR=$host_alias-ar
5812 RANLIB=$host_alias-ranlib
5813 DLLTOOL=$host_alias-dlltool
5814 LD=$host_alias-ld
5815 NM=$host_alias-nm
5816 STRIP=$host_alias-strip
5817 fi
5818fi
5819
5820# Extract the first word of "gcc", so it can be a program name with args.
5821set dummy gcc; ac_word=$2
5822echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
e07802fc 5823echo "configure:5824: checking for $ac_word" >&5
10f2d63a
VZ
5824if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
5825 echo $ac_n "(cached) $ac_c" 1>&6
5826else
5827 if test -n "$CC"; then
5828 ac_cv_prog_CC="$CC" # Let the user override the test.
5829else
5830 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
5831 ac_dummy="$PATH"
5832 for ac_dir in $ac_dummy; do
5833 test -z "$ac_dir" && ac_dir=.
5834 if test -f $ac_dir/$ac_word; then
5835 ac_cv_prog_CC="gcc"
5836 break
5837 fi
5838 done
5839 IFS="$ac_save_ifs"
5840fi
5841fi
5842CC="$ac_cv_prog_CC"
5843if test -n "$CC"; then
5844 echo "$ac_t""$CC" 1>&6
5845else
5846 echo "$ac_t""no" 1>&6
5847fi
5848
5849if test -z "$CC"; then
5850 # Extract the first word of "cc", so it can be a program name with args.
5851set dummy cc; ac_word=$2
5852echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
e07802fc 5853echo "configure:5854: checking for $ac_word" >&5
10f2d63a
VZ
5854if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
5855 echo $ac_n "(cached) $ac_c" 1>&6
5856else
5857 if test -n "$CC"; then
5858 ac_cv_prog_CC="$CC" # Let the user override the test.
5859else
5860 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
5861 ac_prog_rejected=no
5862 ac_dummy="$PATH"
5863 for ac_dir in $ac_dummy; do
5864 test -z "$ac_dir" && ac_dir=.
5865 if test -f $ac_dir/$ac_word; then
5866 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
5867 ac_prog_rejected=yes
5868 continue
5869 fi
5870 ac_cv_prog_CC="cc"
5871 break
5872 fi
5873 done
5874 IFS="$ac_save_ifs"
5875if test $ac_prog_rejected = yes; then
5876 # We found a bogon in the path, so make sure we never use it.
5877 set dummy $ac_cv_prog_CC
5878 shift
5879 if test $# -gt 0; then
5880 # We chose a different compiler from the bogus one.
5881 # However, it has the same basename, so the bogon will be chosen
5882 # first if we set CC to just the basename; use the full file name.
5883 shift
5884 set dummy "$ac_dir/$ac_word" "$@"
5885 shift
5886 ac_cv_prog_CC="$@"
5887 fi
5888fi
5889fi
5890fi
5891CC="$ac_cv_prog_CC"
5892if test -n "$CC"; then
5893 echo "$ac_t""$CC" 1>&6
5894else
5895 echo "$ac_t""no" 1>&6
5896fi
5897
5898 if test -z "$CC"; then
5899 case "`uname -s`" in
5900 *win32* | *WIN32*)
5901 # Extract the first word of "cl", so it can be a program name with args.
5902set dummy cl; ac_word=$2
5903echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
e07802fc 5904echo "configure:5905: checking for $ac_word" >&5
10f2d63a
VZ
5905if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
5906 echo $ac_n "(cached) $ac_c" 1>&6
5907else
5908 if test -n "$CC"; then
5909 ac_cv_prog_CC="$CC" # Let the user override the test.
5910else
5911 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
5912 ac_dummy="$PATH"
5913 for ac_dir in $ac_dummy; do
5914 test -z "$ac_dir" && ac_dir=.
5915 if test -f $ac_dir/$ac_word; then
5916 ac_cv_prog_CC="cl"
5917 break
5918 fi
5919 done
5920 IFS="$ac_save_ifs"
5921fi
5922fi
5923CC="$ac_cv_prog_CC"
5924if test -n "$CC"; then
5925 echo "$ac_t""$CC" 1>&6
5926else
5927 echo "$ac_t""no" 1>&6
5928fi
5929 ;;
5930 esac
5931 fi
5932 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
5933fi
5934
5935echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
e07802fc 5936echo "configure:5937: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
10f2d63a
VZ
5937
5938ac_ext=c
5939# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5940ac_cpp='$CPP $CPPFLAGS'
5941ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5942ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5943cross_compiling=$ac_cv_prog_cc_cross
5944
5945cat > conftest.$ac_ext << EOF
5946
e07802fc 5947#line 5948 "configure"
10f2d63a
VZ
5948#include "confdefs.h"
5949
5950main(){return(0);}
5951EOF
e07802fc 5952if { (eval echo configure:5953: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
5953 ac_cv_prog_cc_works=yes
5954 # If we can't run a trivial program, we are probably using a cross compiler.
5955 if (./conftest; exit) 2>/dev/null; then
5956 ac_cv_prog_cc_cross=no
5957 else
5958 ac_cv_prog_cc_cross=yes
5959 fi
5960else
5961 echo "configure: failed program was:" >&5
5962 cat conftest.$ac_ext >&5
5963 ac_cv_prog_cc_works=no
5964fi
5965rm -fr conftest*
5966ac_ext=c
5967# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5968ac_cpp='$CPP $CPPFLAGS'
5969ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5970ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5971cross_compiling=$ac_cv_prog_cc_cross
5972
5973echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
5974if test $ac_cv_prog_cc_works = no; then
5975 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
5976fi
5977echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
e07802fc 5978echo "configure:5979: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
10f2d63a
VZ
5979echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
5980cross_compiling=$ac_cv_prog_cc_cross
5981
5982echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
e07802fc 5983echo "configure:5984: checking whether we are using GNU C" >&5
10f2d63a
VZ
5984if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
5985 echo $ac_n "(cached) $ac_c" 1>&6
5986else
5987 cat > conftest.c <<EOF
5988#ifdef __GNUC__
5989 yes;
5990#endif
5991EOF
e07802fc 5992if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:5993: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
10f2d63a
VZ
5993 ac_cv_prog_gcc=yes
5994else
5995 ac_cv_prog_gcc=no
5996fi
5997fi
5998
5999echo "$ac_t""$ac_cv_prog_gcc" 1>&6
6000
6001if test $ac_cv_prog_gcc = yes; then
6002 GCC=yes
6003else
6004 GCC=
6005fi
6006
6007ac_test_CFLAGS="${CFLAGS+set}"
6008ac_save_CFLAGS="$CFLAGS"
6009CFLAGS=
6010echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
e07802fc 6011echo "configure:6012: checking whether ${CC-cc} accepts -g" >&5
10f2d63a
VZ
6012if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
6013 echo $ac_n "(cached) $ac_c" 1>&6
6014else
6015 echo 'void f(){}' > conftest.c
6016if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
6017 ac_cv_prog_cc_g=yes
6018else
6019 ac_cv_prog_cc_g=no
6020fi
6021rm -f conftest*
6022
6023fi
6024
6025echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
6026if test "$ac_test_CFLAGS" = set; then
6027 CFLAGS="$ac_save_CFLAGS"
6028elif test $ac_cv_prog_cc_g = yes; then
6029 if test "$GCC" = yes; then
6030 CFLAGS="-g -O2"
6031 else
6032 CFLAGS="-g"
6033 fi
6034else
6035 if test "$GCC" = yes; then
6036 CFLAGS="-O2"
6037 else
6038 CFLAGS=
6039 fi
6040fi
6041
6042
6043CFLAGS=`echo "$CFLAGS" | sed 's/-g//g'`
6044
6045echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
e07802fc 6046echo "configure:6047: checking how to run the C preprocessor" >&5
10f2d63a
VZ
6047# On Suns, sometimes $CPP names a directory.
6048if test -n "$CPP" && test -d "$CPP"; then
6049 CPP=
6050fi
6051if test -z "$CPP"; then
6052if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
6053 echo $ac_n "(cached) $ac_c" 1>&6
6054else
6055 # This must be in double quotes, not single quotes, because CPP may get
6056 # substituted into the Makefile and "${CC-cc}" will confuse make.
6057 CPP="${CC-cc} -E"
6058 # On the NeXT, cc -E runs the code through the compiler's parser,
6059 # not just through cpp.
6060 cat > conftest.$ac_ext <<EOF
e07802fc 6061#line 6062 "configure"
10f2d63a
VZ
6062#include "confdefs.h"
6063#include <assert.h>
6064Syntax Error
6065EOF
6066ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
e07802fc 6067{ (eval echo configure:6068: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
6068ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6069if test -z "$ac_err"; then
6070 :
6071else
6072 echo "$ac_err" >&5
6073 echo "configure: failed program was:" >&5
6074 cat conftest.$ac_ext >&5
6075 rm -rf conftest*
6076 CPP="${CC-cc} -E -traditional-cpp"
6077 cat > conftest.$ac_ext <<EOF
e07802fc 6078#line 6079 "configure"
10f2d63a
VZ
6079#include "confdefs.h"
6080#include <assert.h>
6081Syntax Error
6082EOF
6083ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
e07802fc 6084{ (eval echo configure:6085: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
6085ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6086if test -z "$ac_err"; then
6087 :
6088else
6089 echo "$ac_err" >&5
6090 echo "configure: failed program was:" >&5
6091 cat conftest.$ac_ext >&5
6092 rm -rf conftest*
6093 CPP="${CC-cc} -nologo -E"
6094 cat > conftest.$ac_ext <<EOF
e07802fc 6095#line 6096 "configure"
10f2d63a
VZ
6096#include "confdefs.h"
6097#include <assert.h>
6098Syntax Error
6099EOF
6100ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
e07802fc 6101{ (eval echo configure:6102: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
6102ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6103if test -z "$ac_err"; then
6104 :
6105else
6106 echo "$ac_err" >&5
6107 echo "configure: failed program was:" >&5
6108 cat conftest.$ac_ext >&5
6109 rm -rf conftest*
6110 CPP=/lib/cpp
6111fi
6112rm -f conftest*
6113fi
6114rm -f conftest*
6115fi
6116rm -f conftest*
6117 ac_cv_prog_CPP="$CPP"
6118fi
6119 CPP="$ac_cv_prog_CPP"
6120else
6121 ac_cv_prog_CPP="$CPP"
6122fi
6123echo "$ac_t""$CPP" 1>&6
6124
6125
6126if test $ac_cv_prog_gcc = yes; then
6127 echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
e07802fc 6128echo "configure:6129: checking whether ${CC-cc} needs -traditional" >&5
10f2d63a
VZ
6129if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
6130 echo $ac_n "(cached) $ac_c" 1>&6
6131else
6132 ac_pattern="Autoconf.*'x'"
6133 cat > conftest.$ac_ext <<EOF
e07802fc 6134#line 6135 "configure"
10f2d63a
VZ
6135#include "confdefs.h"
6136#include <sgtty.h>
6137Autoconf TIOCGETP
6138EOF
6139if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6140 egrep "$ac_pattern" >/dev/null 2>&1; then
6141 rm -rf conftest*
6142 ac_cv_prog_gcc_traditional=yes
6143else
6144 rm -rf conftest*
6145 ac_cv_prog_gcc_traditional=no
6146fi
6147rm -f conftest*
6148
6149
6150 if test $ac_cv_prog_gcc_traditional = no; then
6151 cat > conftest.$ac_ext <<EOF
e07802fc 6152#line 6153 "configure"
10f2d63a
VZ
6153#include "confdefs.h"
6154#include <termio.h>
6155Autoconf TCGETA
6156EOF
6157if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6158 egrep "$ac_pattern" >/dev/null 2>&1; then
6159 rm -rf conftest*
6160 ac_cv_prog_gcc_traditional=yes
6161fi
6162rm -f conftest*
6163
6164 fi
6165fi
6166
6167echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
6168 if test $ac_cv_prog_gcc_traditional = yes; then
6169 CC="$CC -traditional"
6170 fi
6171fi
6172
6173
6174
6175ac_ext=C
6176# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6177ac_cpp='$CXXCPP $CPPFLAGS'
6178ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6179ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6180cross_compiling=$ac_cv_prog_cxx_cross
6181
6182
6183for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl
6184do
6185# Extract the first word of "$ac_prog", so it can be a program name with args.
6186set dummy $ac_prog; ac_word=$2
6187echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
e07802fc 6188echo "configure:6189: checking for $ac_word" >&5
10f2d63a
VZ
6189if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
6190 echo $ac_n "(cached) $ac_c" 1>&6
6191else
6192 if test -n "$CXX"; then
6193 ac_cv_prog_CXX="$CXX" # Let the user override the test.
6194else
6195 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6196 ac_dummy="$PATH"
6197 for ac_dir in $ac_dummy; do
6198 test -z "$ac_dir" && ac_dir=.
6199 if test -f $ac_dir/$ac_word; then
6200 ac_cv_prog_CXX="$ac_prog"
6201 break
6202 fi
6203 done
6204 IFS="$ac_save_ifs"
6205fi
6206fi
6207CXX="$ac_cv_prog_CXX"
6208if test -n "$CXX"; then
6209 echo "$ac_t""$CXX" 1>&6
6210else
6211 echo "$ac_t""no" 1>&6
6212fi
6213
6214test -n "$CXX" && break
6215done
6216test -n "$CXX" || CXX="gcc"
6217
6218
6219echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
e07802fc 6220echo "configure:6221: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
10f2d63a
VZ
6221
6222ac_ext=C
6223# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6224ac_cpp='$CXXCPP $CPPFLAGS'
6225ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6226ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6227cross_compiling=$ac_cv_prog_cxx_cross
6228
6229cat > conftest.$ac_ext << EOF
6230
e07802fc 6231#line 6232 "configure"
10f2d63a
VZ
6232#include "confdefs.h"
6233
6234int main(){return(0);}
6235EOF
e07802fc 6236if { (eval echo configure:6237: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
6237 ac_cv_prog_cxx_works=yes
6238 # If we can't run a trivial program, we are probably using a cross compiler.
6239 if (./conftest; exit) 2>/dev/null; then
6240 ac_cv_prog_cxx_cross=no
6241 else
6242 ac_cv_prog_cxx_cross=yes
6243 fi
6244else
6245 echo "configure: failed program was:" >&5
6246 cat conftest.$ac_ext >&5
6247 ac_cv_prog_cxx_works=no
6248fi
6249rm -fr conftest*
6250ac_ext=C
6251# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6252ac_cpp='$CXXCPP $CPPFLAGS'
6253ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6254ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6255cross_compiling=$ac_cv_prog_cxx_cross
6256
6257echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
6258if test $ac_cv_prog_cxx_works = no; then
6259 { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
6260fi
6261echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
e07802fc 6262echo "configure:6263: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
10f2d63a
VZ
6263echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
6264cross_compiling=$ac_cv_prog_cxx_cross
6265
6266echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
e07802fc 6267echo "configure:6268: checking whether we are using GNU C++" >&5
10f2d63a
VZ
6268if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
6269 echo $ac_n "(cached) $ac_c" 1>&6
6270else
6271 cat > conftest.C <<EOF
6272#ifdef __GNUC__
6273 yes;
6274#endif
6275EOF
e07802fc 6276if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:6277: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
10f2d63a
VZ
6277 ac_cv_prog_gxx=yes
6278else
6279 ac_cv_prog_gxx=no
6280fi
6281fi
6282
6283echo "$ac_t""$ac_cv_prog_gxx" 1>&6
6284
6285if test $ac_cv_prog_gxx = yes; then
6286 GXX=yes
6287else
6288 GXX=
6289fi
6290
6291ac_test_CXXFLAGS="${CXXFLAGS+set}"
6292ac_save_CXXFLAGS="$CXXFLAGS"
6293CXXFLAGS=
6294echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
e07802fc 6295echo "configure:6296: checking whether ${CXX-g++} accepts -g" >&5
10f2d63a
VZ
6296if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
6297 echo $ac_n "(cached) $ac_c" 1>&6
6298else
6299 echo 'void f(){}' > conftest.cc
6300if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
6301 ac_cv_prog_cxx_g=yes
6302else
6303 ac_cv_prog_cxx_g=no
6304fi
6305rm -f conftest*
6306
6307fi
6308
6309echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
6310if test "$ac_test_CXXFLAGS" = set; then
6311 CXXFLAGS="$ac_save_CXXFLAGS"
6312elif test $ac_cv_prog_cxx_g = yes; then
6313 if test "$GXX" = yes; then
6314 CXXFLAGS="-g -O2"
6315 else
6316 CXXFLAGS="-g"
6317 fi
6318else
6319 if test "$GXX" = yes; then
6320 CXXFLAGS="-O2"
6321 else
6322 CXXFLAGS=
6323 fi
6324fi
6325
6326
6327echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
e07802fc 6328echo "configure:6329: checking how to run the C++ preprocessor" >&5
10f2d63a
VZ
6329if test -z "$CXXCPP"; then
6330if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
6331 echo $ac_n "(cached) $ac_c" 1>&6
6332else
6333 ac_ext=C
6334# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6335ac_cpp='$CXXCPP $CPPFLAGS'
6336ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6337ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6338cross_compiling=$ac_cv_prog_cxx_cross
6339 CXXCPP="${CXX-g++} -E"
6340 cat > conftest.$ac_ext <<EOF
e07802fc 6341#line 6342 "configure"
10f2d63a
VZ
6342#include "confdefs.h"
6343#include <stdlib.h>
6344EOF
6345ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
e07802fc 6346{ (eval echo configure:6347: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
6347ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6348if test -z "$ac_err"; then
6349 :
6350else
6351 echo "$ac_err" >&5
6352 echo "configure: failed program was:" >&5
6353 cat conftest.$ac_ext >&5
6354 rm -rf conftest*
6355 CXXCPP=/lib/cpp
6356fi
6357rm -f conftest*
6358 ac_cv_prog_CXXCPP="$CXXCPP"
6359ac_ext=C
6360# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6361ac_cpp='$CXXCPP $CPPFLAGS'
6362ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6363ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6364cross_compiling=$ac_cv_prog_cxx_cross
6365fi
6366fi
6367CXXCPP="$ac_cv_prog_CXXCPP"
6368echo "$ac_t""$CXXCPP" 1>&6
6369
6370
6371CXXFLAGS=`echo "$CXXFLAGS" | sed 's/-g//g'`
6372
6373ac_ext=c
6374# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6375ac_cpp='$CPP $CPPFLAGS'
6376ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6377ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6378cross_compiling=$ac_cv_prog_cc_cross
6379
6380
6381# Extract the first word of "ranlib", so it can be a program name with args.
6382set dummy ranlib; ac_word=$2
6383echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
e07802fc 6384echo "configure:6385: checking for $ac_word" >&5
10f2d63a
VZ
6385if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
6386 echo $ac_n "(cached) $ac_c" 1>&6
6387else
6388 if test -n "$RANLIB"; then
6389 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6390else
6391 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6392 ac_dummy="$PATH"
6393 for ac_dir in $ac_dummy; do
6394 test -z "$ac_dir" && ac_dir=.
6395 if test -f $ac_dir/$ac_word; then
6396 ac_cv_prog_RANLIB="ranlib"
6397 break
6398 fi
6399 done
6400 IFS="$ac_save_ifs"
6401 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
6402fi
6403fi
6404RANLIB="$ac_cv_prog_RANLIB"
6405if test -n "$RANLIB"; then
6406 echo "$ac_t""$RANLIB" 1>&6
6407else
6408 echo "$ac_t""no" 1>&6
6409fi
6410
6411
6412# Extract the first word of "ar", so it can be a program name with args.
6413set dummy ar; ac_word=$2
6414echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
e07802fc 6415echo "configure:6416: checking for $ac_word" >&5
10f2d63a
VZ
6416if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
6417 echo $ac_n "(cached) $ac_c" 1>&6
6418else
6419 if test -n "$AR"; then
6420 ac_cv_prog_AR="$AR" # Let the user override the test.
6421else
6422 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6423 ac_dummy="$PATH"
6424 for ac_dir in $ac_dummy; do
6425 test -z "$ac_dir" && ac_dir=.
6426 if test -f $ac_dir/$ac_word; then
6427 ac_cv_prog_AR="ar"
6428 break
6429 fi
6430 done
6431 IFS="$ac_save_ifs"
6432 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
6433fi
6434fi
6435AR="$ac_cv_prog_AR"
6436if test -n "$AR"; then
6437 echo "$ac_t""$AR" 1>&6
6438else
6439 echo "$ac_t""no" 1>&6
6440fi
6441
6442
6443# Find a good install program. We prefer a C program (faster),
6444# so one script is as good as another. But avoid the broken or
6445# incompatible versions:
6446# SysV /etc/install, /usr/sbin/install
6447# SunOS /usr/etc/install
6448# IRIX /sbin/install
6449# AIX /bin/install
6450# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6451# AFS /usr/afsws/bin/install, which mishandles nonexistent args
6452# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6453# ./install, which can be erroneously created by make from ./install.sh.
6454echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
e07802fc 6455echo "configure:6456: checking for a BSD compatible install" >&5
10f2d63a
VZ
6456if test -z "$INSTALL"; then
6457if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
6458 echo $ac_n "(cached) $ac_c" 1>&6
6459else
6460 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
6461 for ac_dir in $PATH; do
6462 # Account for people who put trailing slashes in PATH elements.
6463 case "$ac_dir/" in
6464 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
6465 *)
6466 # OSF1 and SCO ODT 3.0 have their own names for install.
6467 # Don't use installbsd from OSF since it installs stuff as root
6468 # by default.
6469 for ac_prog in ginstall scoinst install; do
6470 if test -f $ac_dir/$ac_prog; then
6471 if test $ac_prog = install &&
6472 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
6473 # AIX install. It has an incompatible calling convention.
6474 :
6475 else
6476 ac_cv_path_install="$ac_dir/$ac_prog -c"
6477 break 2
6478 fi
6479 fi
6480 done
6481 ;;
6482 esac
6483 done
6484 IFS="$ac_save_IFS"
6485
6486fi
6487 if test "${ac_cv_path_install+set}" = set; then
6488 INSTALL="$ac_cv_path_install"
6489 else
6490 # As a last resort, use the slow shell script. We don't cache a
6491 # path for INSTALL within a source directory, because that will
6492 # break other packages using the cache if that directory is
6493 # removed, or if the path is relative.
6494 INSTALL="$ac_install_sh"
6495 fi
6496fi
6497echo "$ac_t""$INSTALL" 1>&6
6498
6499# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6500# It thinks the first close brace ends the variable substitution.
6501test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6502
6503test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
6504
6505test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6506
6507
6508# Extract the first word of "strip", so it can be a program name with args.
6509set dummy strip; ac_word=$2
6510echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
e07802fc 6511echo "configure:6512: checking for $ac_word" >&5
10f2d63a
VZ
6512if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
6513 echo $ac_n "(cached) $ac_c" 1>&6
6514else
6515 if test -n "$STRIP"; then
6516 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6517else
6518 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6519 ac_dummy="$PATH"
6520 for ac_dir in $ac_dummy; do
6521 test -z "$ac_dir" && ac_dir=.
6522 if test -f $ac_dir/$ac_word; then
6523 ac_cv_prog_STRIP="strip"
6524 break
6525 fi
6526 done
6527 IFS="$ac_save_ifs"
6528 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP="true"
6529fi
6530fi
6531STRIP="$ac_cv_prog_STRIP"
6532if test -n "$STRIP"; then
6533 echo "$ac_t""$STRIP" 1>&6
6534else
6535 echo "$ac_t""no" 1>&6
6536fi
6537
6538
6539echo $ac_n "checking "make for VPATH support"""... $ac_c" 1>&6
e07802fc 6540echo "configure:6541: checking "make for VPATH support"" >&5
10f2d63a
VZ
6541cat - << EOF > confMake
6542check : file
6543 cp \$? \$@
6544 cp \$? final_file
6545EOF
6546
6547if test ! -d sub ; then
6548 mkdir sub
6549fi
6550echo dummy > sub/file
6551${MAKE-make} -f confMake VPATH=sub 2> config.log > /dev/null
6552RESULT=$?
6553rm -f sub/file check final_file confMake
6554rmdir sub
6555if test "$RESULT" = 0; then
6556 echo "$ac_t""yes" 1>&6
6557else
6558 echo "$ac_t""no" 1>&6
6559 { echo "configure: error: You need a make-utility that is able to use the variable
6560VPATH correctly.
6561If your version of make does not support VPATH correctly" 1>&2; exit 1; }
6562fi
6563
6564for ac_prog in 'bison -y' byacc
6565do
6566# Extract the first word of "$ac_prog", so it can be a program name with args.
6567set dummy $ac_prog; ac_word=$2
6568echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
e07802fc 6569echo "configure:6570: checking for $ac_word" >&5
10f2d63a
VZ
6570if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
6571 echo $ac_n "(cached) $ac_c" 1>&6
6572else
6573 if test -n "$YACC"; then
6574 ac_cv_prog_YACC="$YACC" # Let the user override the test.
6575else
6576 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6577 ac_dummy="$PATH"
6578 for ac_dir in $ac_dummy; do
6579 test -z "$ac_dir" && ac_dir=.
6580 if test -f $ac_dir/$ac_word; then
6581 ac_cv_prog_YACC="$ac_prog"
6582 break
6583 fi
6584 done
6585 IFS="$ac_save_ifs"
6586fi
6587fi
6588YACC="$ac_cv_prog_YACC"
6589if test -n "$YACC"; then
6590 echo "$ac_t""$YACC" 1>&6
6591else
6592 echo "$ac_t""no" 1>&6
6593fi
6594
6595test -n "$YACC" && break
6596done
6597test -n "$YACC" || YACC="yacc"
6598
6599
6600# Extract the first word of "flex", so it can be a program name with args.
6601set dummy flex; ac_word=$2
6602echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
e07802fc 6603echo "configure:6604: checking for $ac_word" >&5
10f2d63a
VZ
6604if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
6605 echo $ac_n "(cached) $ac_c" 1>&6
6606else
6607 if test -n "$LEX"; then
6608 ac_cv_prog_LEX="$LEX" # Let the user override the test.
6609else
6610 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6611 ac_dummy="$PATH"
6612 for ac_dir in $ac_dummy; do
6613 test -z "$ac_dir" && ac_dir=.
6614 if test -f $ac_dir/$ac_word; then
6615 ac_cv_prog_LEX="flex"
6616 break
6617 fi
6618 done
6619 IFS="$ac_save_ifs"
6620 test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX="lex"
6621fi
6622fi
6623LEX="$ac_cv_prog_LEX"
6624if test -n "$LEX"; then
6625 echo "$ac_t""$LEX" 1>&6
6626else
6627 echo "$ac_t""no" 1>&6
6628fi
6629
6630if test -z "$LEXLIB"
6631then
6632 case "$LEX" in
6633 flex*) ac_lib=fl ;;
6634 *) ac_lib=l ;;
6635 esac
6636 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
e07802fc 6637echo "configure:6638: checking for yywrap in -l$ac_lib" >&5
10f2d63a
VZ
6638ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
6639if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6640 echo $ac_n "(cached) $ac_c" 1>&6
6641else
6642 ac_save_LIBS="$LIBS"
6643LIBS="-l$ac_lib $LIBS"
6644cat > conftest.$ac_ext <<EOF
e07802fc 6645#line 6646 "configure"
10f2d63a
VZ
6646#include "confdefs.h"
6647/* Override any gcc2 internal prototype to avoid an error. */
6648/* We use char because int might match the return type of a gcc2
6649 builtin and then its argument prototype would still apply. */
6650char yywrap();
6651
6652int main() {
6653yywrap()
6654; return 0; }
6655EOF
e07802fc 6656if { (eval echo configure:6657: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
6657 rm -rf conftest*
6658 eval "ac_cv_lib_$ac_lib_var=yes"
6659else
6660 echo "configure: failed program was:" >&5
6661 cat conftest.$ac_ext >&5
6662 rm -rf conftest*
6663 eval "ac_cv_lib_$ac_lib_var=no"
6664fi
6665rm -f conftest*
6666LIBS="$ac_save_LIBS"
6667
6668fi
6669if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
6670 echo "$ac_t""yes" 1>&6
6671 LEXLIB="-l$ac_lib"
6672else
6673 echo "$ac_t""no" 1>&6
6674fi
6675
6676fi
6677
6678
6679echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
e07802fc 6680echo "configure:6681: checking whether ln -s works" >&5
10f2d63a
VZ
6681if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
6682 echo $ac_n "(cached) $ac_c" 1>&6
6683else
6684 rm -f conftestdata
6685if ln -s X conftestdata 2>/dev/null
6686then
6687 rm -f conftestdata
6688 ac_cv_prog_LN_S="ln -s"
6689else
6690 ac_cv_prog_LN_S=ln
6691fi
6692fi
6693LN_S="$ac_cv_prog_LN_S"
6694if test "$ac_cv_prog_LN_S" = "ln -s"; then
6695 echo "$ac_t""yes" 1>&6
6696else
6697 echo "$ac_t""no" 1>&6
6698fi
6699
6700
6701
6702SEARCH_INCLUDE="\
6703 /usr/local/include \
6704 \
6705 /usr/Motif-1.2/include \
6706 /usr/Motif-2.1/include \
6707 \
6708 /usr/include/Motif1.2 \
6709 /opt/xpm/include/X11 \
6710 /opt/GBxpm/include/ \
6711 /opt/GBxpm/X11/include/ \
6712 \
6713 /usr/Motif1.2/include \
6714 /usr/dt/include \
afc31813
VZ
6715 /usr/openwin/include \
6716 \
10f2d63a
VZ
6717 /usr/include/Xm \
6718 \
6719 /usr/X11R6/include \
afc31813 6720 /usr/X11R6.4/include \
10f2d63a
VZ
6721 /usr/X11R5/include \
6722 /usr/X11R4/include \
6723 \
10f2d63a
VZ
6724 /usr/include/X11R6 \
6725 /usr/include/X11R5 \
6726 /usr/include/X11R4 \
6727 \
6728 /usr/local/X11R6/include \
6729 /usr/local/X11R5/include \
6730 /usr/local/X11R4/include \
6731 \
6732 /usr/local/include/X11R6 \
6733 /usr/local/include/X11R5 \
6734 /usr/local/include/X11R4 \
6735 \
6736 /usr/X11/include \
6737 /usr/include/X11 \
6738 /usr/local/X11/include \
6739 /usr/local/include/X11 \
6740 \
6741 /usr/X386/include \
6742 /usr/x386/include \
6743 /usr/XFree86/include/X11 \
6744 \
6745 /usr/include/gtk \
6746 /usr/local/include/gtk \
6747 /usr/include/glib \
6748 /usr/local/include/glib \
6749 \
6750 /usr/include/qt \
6751 /usr/local/include/qt \
6752 \
6753 /usr/include/windows \
6754 /usr/include/wine \
6755 /usr/local/include/wine \
6756 \
6757 /usr/unsupported/include \
6758 /usr/athena/include \
6759 /usr/local/x11r5/include \
6760 /usr/lpp/Xamples/include \
6761 \
10f2d63a 6762 /usr/openwin/share/include \
928b5c08
VZ
6763 \
6764 /usr/include"
10f2d63a
VZ
6765
6766SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` "
6767
6768
6769cat > confcache <<\EOF
6770# This file is a shell script that caches the results of configure
6771# tests run on this system so they can be shared between configure
6772# scripts and configure runs. It is not useful on other systems.
6773# If it contains results you don't want to keep, you may remove or edit it.
6774#
6775# By default, configure uses ./config.cache as the cache file,
6776# creating it if it does not exist already. You can give configure
6777# the --cache-file=FILE option to use a different cache file; that is
6778# what configure does when it calls configure scripts in
6779# subdirectories, so they share the cache.
6780# Giving --cache-file=/dev/null disables caching, for debugging configure.
6781# config.status only pays attention to the cache file if you give it the
6782# --recheck option to rerun configure.
6783#
6784EOF
6785# The following way of writing the cache mishandles newlines in values,
6786# but we know of no workaround that is simple, portable, and efficient.
6787# So, don't put newlines in cache variables' values.
6788# Ultrix sh set writes to stderr and can't be redirected directly,
6789# and sets the high bit in the cache file unless we assign to the vars.
6790(set) 2>&1 |
6791 case `(ac_space=' '; set | grep ac_space) 2>&1` in
6792 *ac_space=\ *)
6793 # `set' does not quote correctly, so add quotes (double-quote substitution
6794 # turns \\\\ into \\, and sed turns \\ into \).
6795 sed -n \
6796 -e "s/'/'\\\\''/g" \
6797 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
6798 ;;
6799 *)
6800 # `set' quotes correctly as required by POSIX, so do not add quotes.
6801 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
6802 ;;
6803 esac >> confcache
6804if cmp -s $cache_file confcache; then
6805 :
6806else
6807 if test -w $cache_file; then
6808 echo "updating cache $cache_file"
6809 cat confcache > $cache_file
6810 else
6811 echo "not updating unwritable cache $cache_file"
6812 fi
6813fi
6814rm -f confcache
6815
6816
6817
6818if test "$wxUSE_GUI" = "yes"; then
6819
6820TOOLKIT=
6821TOOLKIT_INCLUDE=
6822
6823GUIOBJS=
6824COMMONOBJS=
6825GENERICOBJS=
6826
6827GUI_TK_LIBRARY=
6828GUI_TK_LINK=
6829
6830WXGTK12=
13111b2a 6831WXGTK13=
10f2d63a
VZ
6832
6833WXWINE=
6834
6835PROGRAM_EXT=
6836
6837if test "$wxUSE_CYGWIN" = 1 || test "$wxUSE_MINGW" = 1 ; then
6838 if test "$cross_compiling" = "yes" ; then
6839 echo "configure: warning: Cross compiling --- skipping windows.h check" 1>&2
6840 else
6841 echo $ac_n "checking for Windows headers""... $ac_c" 1>&6
13111b2a 6842echo "configure:6843: checking for Windows headers" >&5
10f2d63a
VZ
6843
6844ac_find_includes=
6845for ac_dir in $SEARCH_INCLUDE;
6846 do
6847 if test -f "$ac_dir/windows.h"; then
6848 ac_find_includes=$ac_dir
6849 break
6850 fi
6851 done
6852
6853 if test "$ac_find_includes" != "" ; then
6854 echo "$ac_t""found $ac_find_includes" 1>&6
6855 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE -I$ac_find_includes"
6856 else
6857 echo "$ac_t""no" 1>&6
6858 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
6859 fi
6860 fi
6861
6862 INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS msw"
6863 LIBS="$LIBS -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -lcrtdll -ladvapi32 -lwsock32"
6864
6865 if test "$wxUSE_MINGW" = 1; then
6866 LDFLAGS="$LDFLAGS -mwindows"
6867 fi
6868
6869 TOOLKIT=MSW
6870
6871 GUIOBJS="\$(MSW_GUIOBJS)"
6872 GUIHEADERS="\$(MSW_HEADERS)"
6873 COMMONOBJS="\$(MSW_COMMONOBJS)"
6874 GENERICOBJS="\$(MSW_GENERICOBJS)"
6875 UNIXOBJS=
6876 GUIDIST=MSW_DIST
6877 PROGRAM_EXT=.exe
6878fi
6879
6880if test "$wxUSE_GTK" = 1; then
6881
6882 if test x$gtk_config_exec_prefix != x ; then
6883 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
6884 if test x${GTK_CONFIG+set} != xset ; then
6885 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
6886 fi
6887 fi
6888 if test x$gtk_config_prefix != x ; then
6889 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
6890 if test x${GTK_CONFIG+set} != xset ; then
6891 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
6892 fi
6893 fi
6894
6895 # Extract the first word of "gtk-config", so it can be a program name with args.
6896set dummy gtk-config; ac_word=$2
6897echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
13111b2a 6898echo "configure:6899: checking for $ac_word" >&5
10f2d63a
VZ
6899if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
6900 echo $ac_n "(cached) $ac_c" 1>&6
6901else
6902 case "$GTK_CONFIG" in
6903 /*)
6904 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
6905 ;;
6906 ?:/*)
6907 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path.
6908 ;;
6909 *)
6910 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6911 ac_dummy="$PATH"
6912 for ac_dir in $ac_dummy; do
6913 test -z "$ac_dir" && ac_dir=.
6914 if test -f $ac_dir/$ac_word; then
6915 ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word"
6916 break
6917 fi
6918 done
6919 IFS="$ac_save_ifs"
6920 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
6921 ;;
6922esac
6923fi
6924GTK_CONFIG="$ac_cv_path_GTK_CONFIG"
6925if test -n "$GTK_CONFIG"; then
6926 echo "$ac_t""$GTK_CONFIG" 1>&6
6927else
6928 echo "$ac_t""no" 1>&6
6929fi
6930
6931 min_gtk_version=1.2.1
6932 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
13111b2a 6933echo "configure:6934: checking for GTK - version >= $min_gtk_version" >&5
10f2d63a
VZ
6934 no_gtk=""
6935 if test "$GTK_CONFIG" != "no" ; then
6936 GTK_CFLAGS=`$GTK_CONFIG --cflags`
6937 GTK_LIBS=`$GTK_CONFIG --libs`
6938 ac_save_CFLAGS="$CFLAGS"
6939 ac_save_LIBS="$LIBS"
6940 CFLAGS="$CFLAGS $GTK_CFLAGS"
6941 LIBS="$LIBS $GTK_LIBS"
6942 if test "$cross_compiling" = yes; then
6943 echo $ac_n "cross compiling; assumed OK... $ac_c"
6944else
6945 cat > conftest.$ac_ext <<EOF
13111b2a 6946#line 6947 "configure"
10f2d63a
VZ
6947#include "confdefs.h"
6948
6949#include <gtk/gtk.h>
f49f2b0c 6950#include <gtk/gtkfeatures.h>
10f2d63a
VZ
6951#include <stdio.h>
6952
6953int
6954main ()
6955{
6956 int major, minor, micro;
6957
6958 if (sscanf("$min_gtk_version", "%d.%d.%d", &major, &minor, &micro) != 3) {
6959 printf("%s, bad version string\n", "$min_gtk_version");
6960 exit(1);
6961 }
6962
f49f2b0c
RR
6963 if ((GTK_MAJOR_VERSION != gtk_major_version) ||
6964 (GTK_MINOR_VERSION != gtk_minor_version) ||
6965 (GTK_MICRO_VERSION != gtk_micro_version)) {
6966 printf("Headers vs. library version mismatch!\n");
6967 exit(1);
6968 }
6969
10f2d63a
VZ
6970 if (gtk_minor_version == 1) return FALSE;
6971
6972 return !((gtk_major_version > major) ||
6973 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
6974 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)));
6975}
6976
6977EOF
13111b2a 6978if { (eval echo configure:6979: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10f2d63a
VZ
6979then
6980 :
6981else
6982 echo "configure: failed program was:" >&5
6983 cat conftest.$ac_ext >&5
6984 rm -fr conftest*
6985 no_gtk=yes
6986fi
6987rm -fr conftest*
6988fi
6989
6990 CFLAGS="$ac_save_CFLAGS"
6991 LIBS="$ac_save_LIBS"
6992 else
6993 no_gtk=yes
6994 fi
6995 if test "x$no_gtk" = x ; then
6996 echo "$ac_t""yes" 1>&6
6997 WXGTK12=1
6998 else
6999 echo "$ac_t""no" 1>&6
7000 GTK_CFLAGS=""
7001 GTK_LIBS=""
7002 { echo "configure: error: Is gtk-config in path and GTK+ is version 1.2.1 or above?" 1>&2; exit 1; }
7003 fi
7004
7005
7006
7007
7008 TOOLKIT_INCLUDE="$GTK_CFLAGS"
924ef850 7009 GUI_TK_LIBRARY="$GTK_LIBS -lgthread"
10f2d63a
VZ
7010 TOOLKIT=GTK
7011
7012 GUIOBJS="\$(GTK_GUIOBJS)"
7013 GUIHEADERS="\$(GTK_HEADERS)"
7014 COMMONOBJS="\$(GTK_COMMONOBJS)"
7015 GENERICOBJS="\$(GTK_GENERICOBJS)"
7016 GUIDEPS="\$(GTK_GUIDEPS)"
7017 COMMONDEPS="\$(GTK_COMMONDEPS)"
7018 GENERICDEPS="\$(GTK_GENERICDEPS)"
7019 UNIXOBJS="\$(UNIX_OBJS)"
d9d8273d 7020 UNIXDEPS="\$(UNIX_DEPS)"
10f2d63a 7021 GUIDIST=GTK_DIST
7ec2881a
RR
7022
7023echo $ac_n "checking for gdk_im_open in -lgdk""... $ac_c" 1>&6
13111b2a 7024echo "configure:7025: checking for gdk_im_open in -lgdk" >&5
7ec2881a
RR
7025ac_lib_var=`echo gdk'_'gdk_im_open | sed 'y%./+-%__p_%'`
7026if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7027 echo $ac_n "(cached) $ac_c" 1>&6
7028else
7029 ac_save_LIBS="$LIBS"
7030LIBS="-lgdk $LIBS"
7031cat > conftest.$ac_ext <<EOF
13111b2a 7032#line 7033 "configure"
7ec2881a
RR
7033#include "confdefs.h"
7034/* Override any gcc2 internal prototype to avoid an error. */
7035/* We use char because int might match the return type of a gcc2
7036 builtin and then its argument prototype would still apply. */
7037char gdk_im_open();
7038
7039int main() {
7040gdk_im_open()
7041; return 0; }
7042EOF
13111b2a 7043if { (eval echo configure:7044: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7ec2881a
RR
7044 rm -rf conftest*
7045 eval "ac_cv_lib_$ac_lib_var=yes"
7046else
7047 echo "configure: failed program was:" >&5
7048 cat conftest.$ac_ext >&5
7049 rm -rf conftest*
7050 eval "ac_cv_lib_$ac_lib_var=no"
7051fi
7052rm -f conftest*
7053LIBS="$ac_save_LIBS"
7054
7055fi
7056if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7057 echo "$ac_t""yes" 1>&6
7058 cat >> confdefs.h <<\EOF
7059#define HAVE_XIM 1
7060EOF
7061
7062else
7063 echo "$ac_t""no" 1>&6
7064fi
7065
7066
10f2d63a
VZ
7067fi
7068
7069if test "$wxUSE_WINE" = 1; then
7070 echo $ac_n "checking for WINE includes""... $ac_c" 1>&6
13111b2a 7071echo "configure:7072: checking for WINE includes" >&5
10f2d63a
VZ
7072
7073ac_find_includes=
7074for ac_dir in $SEARCH_INCLUDE;
7075 do
7076 if test -f "$ac_dir/windows.h"; then
7077 ac_find_includes=$ac_dir
7078 break
7079 fi
7080 done
7081
7082 if test "$ac_find_includes" != "" ; then
7083 echo "$ac_t""found $ac_find_includes" 1>&6
7084 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE -I$ac_find_includes"
7085 else
7086 echo "$ac_t""no" 1>&6
7087 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
7088 fi
7089
7090 XPM_LINK=""
7091 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
13111b2a 7092echo "configure:7093: checking for Xpm library" >&5
10f2d63a
VZ
7093
7094ac_find_libraries=
7095for ac_dir in $SEARCH_LIB;
7096 do
7097 for ac_extension in a so sl; do
7098 if test -f "$ac_dir/libXpm.$ac_extension"; then
7099 ac_find_libraries=$ac_dir
7100 break 2
7101 fi
7102 done
7103 done
7104
7105 if test "$ac_find_libraries" != "" ; then
7106 GUI_TK_LIBRARY="-L$ac_find_libraries"
7107 XPM_LINK="-lXpm"
7108 cat >> confdefs.h <<\EOF
7109#define wxHAVE_LIB_XPM 1
7110EOF
7111
7112 echo "$ac_t""found at $ac_find_libraries" 1>&6
7113 else
7114 echo "$ac_t""no" 1>&6
7115 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
7116 fi
7117
7118 MESA_LINK=""
7119 echo $ac_n "checking for Mesa library""... $ac_c" 1>&6
13111b2a 7120echo "configure:7121: checking for Mesa library" >&5
10f2d63a
VZ
7121
7122ac_find_libraries=
7123for ac_dir in $SEARCH_LIB;
7124 do
7125 for ac_extension in a so sl; do
7126 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
7127 ac_find_libraries=$ac_dir
7128 break 2
7129 fi
7130 done
7131 done
7132
7133 if test "$ac_find_libraries" != "" ; then
7134 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -L$ac_find_libraries"
7135 MESA_LINK="-lMesaGL"
7136 echo "$ac_t""found at $ac_find_libraries" 1>&6
7137 else
7138 { echo "configure: error: no" 1>&2; exit 1; }
7139 fi
7140
7141 GUI_TK_LINK="-lwine $MESA_LINK $XPM_LINK -lXxf86dga -lXxf86vm -lSM -lICE -lXext -lXmu -lX11 -lncurses -lm"
7142 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $GUI_TK_LINK"
7143 WXWINE=1
7144 TOOLKIT=MSW
7145
7146 GUIHEADERS="\$(MSW_HEADERS)"
7147 GUIOBJS="\$(MSW_GUIOBJS)"
7148 COMMONOBJS="\$(MSW_COMMONOBJS)"
7149 GENERICOBJS="\$(MSW_GENERICOBJS)"
7150 GUIDEPS="\$(MSW_GUIDEPS)"
7151 COMMONDEPS="\$(MSW_COMMONDEPS)"
7152 GENERICDEPS="\$(MSW_GENERICDEPS)"
7153 UNIXOBJS="\$(UNIX_OBJS)"
d9d8273d 7154 UNIXDEPS="\$(UNIX_DEPS)"
10f2d63a
VZ
7155 GUIDIST=MSW_DIST
7156fi
7157
7158if test "$wxUSE_MOTIF" = 1; then
ab9b9eab
VZ
7159 # If we find X, set shell vars x_includes and x_libraries to the
7160# paths, otherwise set no_x=yes.
7161# Uses ac_ vars as temps to allow command line to override cache and checks.
7162# --without-x overrides everything else, but does not touch the cache.
7163echo $ac_n "checking for X""... $ac_c" 1>&6
13111b2a 7164echo "configure:7165: checking for X" >&5
ab9b9eab
VZ
7165
7166# Check whether --with-x or --without-x was given.
7167if test "${with_x+set}" = set; then
7168 withval="$with_x"
7169 :
7170fi
ba337fe7 7171
ab9b9eab
VZ
7172# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7173if test "x$with_x" = xno; then
7174 # The user explicitly disabled X.
7175 have_x=disabled
7176else
7177 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
7178 # Both variables are already set.
7179 have_x=yes
7180 else
7181if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
7182 echo $ac_n "(cached) $ac_c" 1>&6
7183else
7184 # One or both of the vars are not set, and there is no cached value.
7185ac_x_includes=NO ac_x_libraries=NO
7186rm -fr conftestdir
7187if mkdir conftestdir; then
7188 cd conftestdir
7189 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
7190 cat > Imakefile <<'EOF'
7191acfindx:
7192 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
7193EOF
7194 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
7195 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7196 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
7197 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
10f2d63a 7198 for ac_extension in a so sl; do
ab9b9eab
VZ
7199 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
7200 test -f $ac_im_libdir/libX11.$ac_extension; then
7201 ac_im_usrlibdir=$ac_im_libdir; break
10f2d63a
VZ
7202 fi
7203 done
ab9b9eab
VZ
7204 # Screen out bogus values from the imake configuration. They are
7205 # bogus both because they are the default anyway, and because
7206 # using them would break gcc on systems where it needs fixed includes.
7207 case "$ac_im_incroot" in
7208 /usr/include) ;;
7209 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;;
7210 esac
7211 case "$ac_im_usrlibdir" in
7212 /usr/lib | /lib) ;;
7213 *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;;
7214 esac
ba337fe7 7215 fi
ab9b9eab
VZ
7216 cd ..
7217 rm -fr conftestdir
7218fi
10f2d63a 7219
ab9b9eab
VZ
7220if test "$ac_x_includes" = NO; then
7221 # Guess where to find include files, by looking for this one X11 .h file.
7222 test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
ba337fe7 7223
ab9b9eab
VZ
7224 # First, try using that file with no special directory specified.
7225cat > conftest.$ac_ext <<EOF
13111b2a 7226#line 7227 "configure"
ab9b9eab
VZ
7227#include "confdefs.h"
7228#include <$x_direct_test_include>
7229EOF
7230ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13111b2a 7231{ (eval echo configure:7232: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ab9b9eab
VZ
7232ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7233if test -z "$ac_err"; then
7234 rm -rf conftest*
7235 # We can compile using X headers with no special include directory.
7236ac_x_includes=
7237else
7238 echo "$ac_err" >&5
7239 echo "configure: failed program was:" >&5
7240 cat conftest.$ac_ext >&5
7241 rm -rf conftest*
7242 # Look for the header file in a standard set of common directories.
7243# Check X11 before X11Rn because it is often a symlink to the current release.
7244 for ac_dir in \
7245 /usr/X11/include \
7246 /usr/X11R6/include \
7247 /usr/X11R5/include \
7248 /usr/X11R4/include \
7249 \
7250 /usr/include/X11 \
7251 /usr/include/X11R6 \
7252 /usr/include/X11R5 \
7253 /usr/include/X11R4 \
7254 \
7255 /usr/local/X11/include \
7256 /usr/local/X11R6/include \
7257 /usr/local/X11R5/include \
7258 /usr/local/X11R4/include \
7259 \
7260 /usr/local/include/X11 \
7261 /usr/local/include/X11R6 \
7262 /usr/local/include/X11R5 \
7263 /usr/local/include/X11R4 \
7264 \
7265 /usr/X386/include \
7266 /usr/x386/include \
7267 /usr/XFree86/include/X11 \
7268 \
7269 /usr/include \
7270 /usr/local/include \
7271 /usr/unsupported/include \
7272 /usr/athena/include \
7273 /usr/local/x11r5/include \
7274 /usr/lpp/Xamples/include \
7275 \
7276 /usr/openwin/include \
7277 /usr/openwin/share/include \
7278 ; \
10f2d63a 7279 do
ab9b9eab
VZ
7280 if test -r "$ac_dir/$x_direct_test_include"; then
7281 ac_x_includes=$ac_dir
10f2d63a
VZ
7282 break
7283 fi
7284 done
ab9b9eab
VZ
7285fi
7286rm -f conftest*
7287fi # $ac_x_includes = NO
10f2d63a 7288
ab9b9eab
VZ
7289if test "$ac_x_libraries" = NO; then
7290 # Check for the libraries.
10f2d63a 7291
ab9b9eab
VZ
7292 test -z "$x_direct_test_library" && x_direct_test_library=Xt
7293 test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
10f2d63a 7294
ab9b9eab
VZ
7295 # See if we find them without any special options.
7296 # Don't add to $LIBS permanently.
7297 ac_save_LIBS="$LIBS"
7298 LIBS="-l$x_direct_test_library $LIBS"
7299cat > conftest.$ac_ext <<EOF
13111b2a 7300#line 7301 "configure"
ab9b9eab 7301#include "confdefs.h"
10f2d63a 7302
ab9b9eab
VZ
7303int main() {
7304${x_direct_test_function}()
7305; return 0; }
7306EOF
13111b2a 7307if { (eval echo configure:7308: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ab9b9eab
VZ
7308 rm -rf conftest*
7309 LIBS="$ac_save_LIBS"
7310# We can link X programs with no special library path.
7311ac_x_libraries=
7312else
7313 echo "configure: failed program was:" >&5
7314 cat conftest.$ac_ext >&5
7315 rm -rf conftest*
7316 LIBS="$ac_save_LIBS"
7317# First see if replacing the include by lib works.
7318# Check X11 before X11Rn because it is often a symlink to the current release.
7319for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
7320 /usr/X11/lib \
7321 /usr/X11R6/lib \
7322 /usr/X11R5/lib \
7323 /usr/X11R4/lib \
7324 \
7325 /usr/lib/X11 \
7326 /usr/lib/X11R6 \
7327 /usr/lib/X11R5 \
7328 /usr/lib/X11R4 \
7329 \
7330 /usr/local/X11/lib \
7331 /usr/local/X11R6/lib \
7332 /usr/local/X11R5/lib \
7333 /usr/local/X11R4/lib \
7334 \
7335 /usr/local/lib/X11 \
7336 /usr/local/lib/X11R6 \
7337 /usr/local/lib/X11R5 \
7338 /usr/local/lib/X11R4 \
7339 \
7340 /usr/X386/lib \
7341 /usr/x386/lib \
7342 /usr/XFree86/lib/X11 \
7343 \
7344 /usr/lib \
7345 /usr/local/lib \
7346 /usr/unsupported/lib \
7347 /usr/athena/lib \
7348 /usr/local/x11r5/lib \
7349 /usr/lpp/Xamples/lib \
7350 /lib/usr/lib/X11 \
7351 \
7352 /usr/openwin/lib \
7353 /usr/openwin/share/lib \
7354 ; \
7355do
7356 for ac_extension in a so sl; do
7357 if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
7358 ac_x_libraries=$ac_dir
7359 break 2
10f2d63a 7360 fi
10f2d63a 7361 done
ab9b9eab
VZ
7362done
7363fi
7364rm -f conftest*
7365fi # $ac_x_libraries = NO
10f2d63a 7366
ab9b9eab
VZ
7367if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then
7368 # Didn't find X anywhere. Cache the known absence of X.
7369 ac_cv_have_x="have_x=no"
7370else
7371 # Record where we found X for the cache.
7372 ac_cv_have_x="have_x=yes \
7373 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
7374fi
7375fi
10f2d63a 7376 fi
ab9b9eab
VZ
7377 eval "$ac_cv_have_x"
7378fi # $with_x != no
10f2d63a 7379
ab9b9eab
VZ
7380if test "$have_x" != yes; then
7381 echo "$ac_t""$have_x" 1>&6
7382 no_x=yes
7383else
7384 # If each of the values was on the command line, it overrides each guess.
7385 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7386 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7387 # Update the cache value to reflect the command line values.
7388 ac_cv_have_x="have_x=yes \
7389 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
7390 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
7391fi
10f2d63a 7392
ab9b9eab
VZ
7393if test "$no_x" = yes; then
7394 # Not all programs may use this symbol, but it does not hurt to define it.
7395 cat >> confdefs.h <<\EOF
7396#define X_DISPLAY_MISSING 1
7397EOF
10f2d63a 7398
ab9b9eab
VZ
7399 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7400else
7401 if test -n "$x_includes"; then
7402 X_CFLAGS="$X_CFLAGS -I$x_includes"
10f2d63a
VZ
7403 fi
7404
ab9b9eab
VZ
7405 # It would also be nice to do this for all -L options, not just this one.
7406 if test -n "$x_libraries"; then
7407 X_LIBS="$X_LIBS -L$x_libraries"
7408 # For Solaris; some versions of Sun CC require a space after -R and
7409 # others require no space. Words are not sufficient . . . .
7410 case "`(uname -sr) 2>/dev/null`" in
7411 "SunOS 5"*)
7412 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
13111b2a 7413echo "configure:7414: checking whether -R must be followed by a space" >&5
ab9b9eab
VZ
7414 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries"
7415 cat > conftest.$ac_ext <<EOF
13111b2a 7416#line 7417 "configure"
ab9b9eab 7417#include "confdefs.h"
10f2d63a 7418
ab9b9eab 7419int main() {
788deba1 7420
ab9b9eab
VZ
7421; return 0; }
7422EOF
13111b2a 7423if { (eval echo configure:7424: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ab9b9eab
VZ
7424 rm -rf conftest*
7425 ac_R_nospace=yes
7426else
7427 echo "configure: failed program was:" >&5
7428 cat conftest.$ac_ext >&5
7429 rm -rf conftest*
7430 ac_R_nospace=no
7431fi
7432rm -f conftest*
7433 if test $ac_R_nospace = yes; then
7434 echo "$ac_t""no" 1>&6
7435 X_LIBS="$X_LIBS -R$x_libraries"
7436 else
7437 LIBS="$ac_xsave_LIBS -R $x_libraries"
7438 cat > conftest.$ac_ext <<EOF
13111b2a 7439#line 7440 "configure"
ab9b9eab 7440#include "confdefs.h"
788deba1 7441
ab9b9eab
VZ
7442int main() {
7443
7444; return 0; }
7445EOF
13111b2a 7446if { (eval echo configure:7447: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ab9b9eab
VZ
7447 rm -rf conftest*
7448 ac_R_space=yes
7449else
7450 echo "configure: failed program was:" >&5
7451 cat conftest.$ac_ext >&5
7452 rm -rf conftest*
7453 ac_R_space=no
7454fi
7455rm -f conftest*
7456 if test $ac_R_space = yes; then
7457 echo "$ac_t""yes" 1>&6
7458 X_LIBS="$X_LIBS -R $x_libraries"
7459 else
7460 echo "$ac_t""neither works" 1>&6
7461 fi
7462 fi
7463 LIBS="$ac_xsave_LIBS"
7464 esac
7465 fi
7466
7467 # Check for system-dependent libraries X programs must link with.
7468 # Do this before checking for the system-independent R6 libraries
7469 # (-lICE), since we may need -lsocket or whatever for X linking.
7470
7471 if test "$ISC" = yes; then
7472 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7473 else
7474 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
7475 # libraries were built with DECnet support. And karl@cs.umb.edu says
7476 # the Alpha needs dnet_stub (dnet does not exist).
7477 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
13111b2a 7478echo "configure:7479: checking for dnet_ntoa in -ldnet" >&5
ab9b9eab
VZ
7479ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
7480if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7481 echo $ac_n "(cached) $ac_c" 1>&6
7482else
7483 ac_save_LIBS="$LIBS"
7484LIBS="-ldnet $LIBS"
7485cat > conftest.$ac_ext <<EOF
13111b2a 7486#line 7487 "configure"
ab9b9eab
VZ
7487#include "confdefs.h"
7488/* Override any gcc2 internal prototype to avoid an error. */
7489/* We use char because int might match the return type of a gcc2
7490 builtin and then its argument prototype would still apply. */
7491char dnet_ntoa();
7492
7493int main() {
7494dnet_ntoa()
7495; return 0; }
7496EOF
13111b2a 7497if { (eval echo configure:7498: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ab9b9eab
VZ
7498 rm -rf conftest*
7499 eval "ac_cv_lib_$ac_lib_var=yes"
7500else
7501 echo "configure: failed program was:" >&5
7502 cat conftest.$ac_ext >&5
7503 rm -rf conftest*
7504 eval "ac_cv_lib_$ac_lib_var=no"
7505fi
7506rm -f conftest*
7507LIBS="$ac_save_LIBS"
7508
7509fi
7510if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7511 echo "$ac_t""yes" 1>&6
7512 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7513else
7514 echo "$ac_t""no" 1>&6
7515fi
7516
7517 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7518 echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
13111b2a 7519echo "configure:7520: checking for dnet_ntoa in -ldnet_stub" >&5
ab9b9eab
VZ
7520ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
7521if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7522 echo $ac_n "(cached) $ac_c" 1>&6
7523else
7524 ac_save_LIBS="$LIBS"
7525LIBS="-ldnet_stub $LIBS"
7526cat > conftest.$ac_ext <<EOF
13111b2a 7527#line 7528 "configure"
ab9b9eab
VZ
7528#include "confdefs.h"
7529/* Override any gcc2 internal prototype to avoid an error. */
7530/* We use char because int might match the return type of a gcc2
7531 builtin and then its argument prototype would still apply. */
7532char dnet_ntoa();
7533
7534int main() {
7535dnet_ntoa()
7536; return 0; }
7537EOF
13111b2a 7538if { (eval echo configure:7539: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ab9b9eab
VZ
7539 rm -rf conftest*
7540 eval "ac_cv_lib_$ac_lib_var=yes"
7541else
7542 echo "configure: failed program was:" >&5
7543 cat conftest.$ac_ext >&5
7544 rm -rf conftest*
7545 eval "ac_cv_lib_$ac_lib_var=no"
7546fi
7547rm -f conftest*
7548LIBS="$ac_save_LIBS"
7549
7550fi
7551if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7552 echo "$ac_t""yes" 1>&6
7553 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7554else
7555 echo "$ac_t""no" 1>&6
7556fi
7557
7558 fi
7559
7560 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7561 # to get the SysV transport functions.
7562 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
7563 # needs -lnsl.
7564 # The nsl library prevents programs from opening the X display
7565 # on Irix 5.2, according to dickey@clark.net.
7566 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
13111b2a 7567echo "configure:7568: checking for gethostbyname" >&5
ab9b9eab
VZ
7568if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
7569 echo $ac_n "(cached) $ac_c" 1>&6
7570else
7571 cat > conftest.$ac_ext <<EOF
13111b2a 7572#line 7573 "configure"
ab9b9eab
VZ
7573#include "confdefs.h"
7574/* System header to define __stub macros and hopefully few prototypes,
7575 which can conflict with char gethostbyname(); below. */
7576#include <assert.h>
7577/* Override any gcc2 internal prototype to avoid an error. */
7578/* We use char because int might match the return type of a gcc2
7579 builtin and then its argument prototype would still apply. */
7580char gethostbyname();
1e8d2f69 7581char (*f)();
ab9b9eab
VZ
7582
7583int main() {
7584
7585/* The GNU C library defines this for functions which it implements
7586 to always fail with ENOSYS. Some functions are actually named
7587 something starting with __ and the normal name is an alias. */
7588#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
7589choke me
7590#else
1e8d2f69 7591f = gethostbyname;
ab9b9eab
VZ
7592#endif
7593
7594; return 0; }
7595EOF
1e8d2f69 7596if { (eval echo configure:7597: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ab9b9eab
VZ
7597 rm -rf conftest*
7598 eval "ac_cv_func_gethostbyname=yes"
7599else
7600 echo "configure: failed program was:" >&5
7601 cat conftest.$ac_ext >&5
7602 rm -rf conftest*
7603 eval "ac_cv_func_gethostbyname=no"
7604fi
7605rm -f conftest*
7606fi
7607
7608if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
7609 echo "$ac_t""yes" 1>&6
7610 :
7611else
7612 echo "$ac_t""no" 1>&6
7613fi
7614
7615 if test $ac_cv_func_gethostbyname = no; then
7616 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
1e8d2f69 7617echo "configure:7618: checking for gethostbyname in -lnsl" >&5
ab9b9eab
VZ
7618ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
7619if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7620 echo $ac_n "(cached) $ac_c" 1>&6
7621else
7622 ac_save_LIBS="$LIBS"
7623LIBS="-lnsl $LIBS"
7624cat > conftest.$ac_ext <<EOF
1e8d2f69 7625#line 7626 "configure"
ab9b9eab
VZ
7626#include "confdefs.h"
7627/* Override any gcc2 internal prototype to avoid an error. */
7628/* We use char because int might match the return type of a gcc2
7629 builtin and then its argument prototype would still apply. */
7630char gethostbyname();
7631
7632int main() {
7633gethostbyname()
7634; return 0; }
7635EOF
1e8d2f69 7636if { (eval echo configure:7637: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ab9b9eab
VZ
7637 rm -rf conftest*
7638 eval "ac_cv_lib_$ac_lib_var=yes"
7639else
7640 echo "configure: failed program was:" >&5
7641 cat conftest.$ac_ext >&5
7642 rm -rf conftest*
7643 eval "ac_cv_lib_$ac_lib_var=no"
7644fi
7645rm -f conftest*
7646LIBS="$ac_save_LIBS"
7647
7648fi
7649if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7650 echo "$ac_t""yes" 1>&6
7651 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7652else
7653 echo "$ac_t""no" 1>&6
7654fi
7655
7656 fi
7657
7658 # lieder@skyler.mavd.honeywell.com says without -lsocket,
7659 # socket/setsockopt and other routines are undefined under SCO ODT
7660 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
7661 # on later versions), says simon@lia.di.epfl.ch: it contains
7662 # gethostby* variants that don't use the nameserver (or something).
7663 # -lsocket must be given before -lnsl if both are needed.
7664 # We assume that if connect needs -lnsl, so does gethostbyname.
7665 echo $ac_n "checking for connect""... $ac_c" 1>&6
1e8d2f69 7666echo "configure:7667: checking for connect" >&5
ab9b9eab
VZ
7667if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
7668 echo $ac_n "(cached) $ac_c" 1>&6
7669else
7670 cat > conftest.$ac_ext <<EOF
1e8d2f69 7671#line 7672 "configure"
ab9b9eab
VZ
7672#include "confdefs.h"
7673/* System header to define __stub macros and hopefully few prototypes,
7674 which can conflict with char connect(); below. */
7675#include <assert.h>
7676/* Override any gcc2 internal prototype to avoid an error. */
7677/* We use char because int might match the return type of a gcc2
7678 builtin and then its argument prototype would still apply. */
7679char connect();
1e8d2f69 7680char (*f)();
ab9b9eab
VZ
7681
7682int main() {
7683
7684/* The GNU C library defines this for functions which it implements
7685 to always fail with ENOSYS. Some functions are actually named
7686 something starting with __ and the normal name is an alias. */
7687#if defined (__stub_connect) || defined (__stub___connect)
7688choke me
7689#else
1e8d2f69 7690f = connect;
ab9b9eab
VZ
7691#endif
7692
7693; return 0; }
7694EOF
1e8d2f69 7695if { (eval echo configure:7696: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ab9b9eab
VZ
7696 rm -rf conftest*
7697 eval "ac_cv_func_connect=yes"
7698else
7699 echo "configure: failed program was:" >&5
7700 cat conftest.$ac_ext >&5
7701 rm -rf conftest*
7702 eval "ac_cv_func_connect=no"
7703fi
7704rm -f conftest*
7705fi
7706
7707if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
7708 echo "$ac_t""yes" 1>&6
7709 :
7710else
7711 echo "$ac_t""no" 1>&6
7712fi
7713
7714 if test $ac_cv_func_connect = no; then
7715 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
1e8d2f69 7716echo "configure:7717: checking for connect in -lsocket" >&5
ab9b9eab
VZ
7717ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
7718if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7719 echo $ac_n "(cached) $ac_c" 1>&6
7720else
7721 ac_save_LIBS="$LIBS"
7722LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7723cat > conftest.$ac_ext <<EOF
1e8d2f69 7724#line 7725 "configure"
ab9b9eab
VZ
7725#include "confdefs.h"
7726/* Override any gcc2 internal prototype to avoid an error. */
7727/* We use char because int might match the return type of a gcc2
7728 builtin and then its argument prototype would still apply. */
7729char connect();
7730
7731int main() {
7732connect()
7733; return 0; }
7734EOF
1e8d2f69 7735if { (eval echo configure:7736: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ab9b9eab
VZ
7736 rm -rf conftest*
7737 eval "ac_cv_lib_$ac_lib_var=yes"
7738else
7739 echo "configure: failed program was:" >&5
7740 cat conftest.$ac_ext >&5
7741 rm -rf conftest*
7742 eval "ac_cv_lib_$ac_lib_var=no"
7743fi
7744rm -f conftest*
7745LIBS="$ac_save_LIBS"
7746
7747fi
7748if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7749 echo "$ac_t""yes" 1>&6
7750 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7751else
7752 echo "$ac_t""no" 1>&6
7753fi
7754
7755 fi
7756
7757 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
7758 echo $ac_n "checking for remove""... $ac_c" 1>&6
1e8d2f69 7759echo "configure:7760: checking for remove" >&5
ab9b9eab
VZ
7760if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
7761 echo $ac_n "(cached) $ac_c" 1>&6
7762else
7763 cat > conftest.$ac_ext <<EOF
1e8d2f69 7764#line 7765 "configure"
ab9b9eab
VZ
7765#include "confdefs.h"
7766/* System header to define __stub macros and hopefully few prototypes,
7767 which can conflict with char remove(); below. */
7768#include <assert.h>
7769/* Override any gcc2 internal prototype to avoid an error. */
7770/* We use char because int might match the return type of a gcc2
7771 builtin and then its argument prototype would still apply. */
7772char remove();
1e8d2f69 7773char (*f)();
ab9b9eab
VZ
7774
7775int main() {
7776
7777/* The GNU C library defines this for functions which it implements
7778 to always fail with ENOSYS. Some functions are actually named
7779 something starting with __ and the normal name is an alias. */
7780#if defined (__stub_remove) || defined (__stub___remove)
7781choke me
7782#else
1e8d2f69 7783f = remove;
ab9b9eab
VZ
7784#endif
7785
7786; return 0; }
7787EOF
1e8d2f69 7788if { (eval echo configure:7789: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ab9b9eab
VZ
7789 rm -rf conftest*
7790 eval "ac_cv_func_remove=yes"
7791else
7792 echo "configure: failed program was:" >&5
7793 cat conftest.$ac_ext >&5
7794 rm -rf conftest*
7795 eval "ac_cv_func_remove=no"
7796fi
7797rm -f conftest*
7798fi
7799
7800if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
7801 echo "$ac_t""yes" 1>&6
7802 :
7803else
7804 echo "$ac_t""no" 1>&6
7805fi
7806
7807 if test $ac_cv_func_remove = no; then
7808 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
1e8d2f69 7809echo "configure:7810: checking for remove in -lposix" >&5
ab9b9eab
VZ
7810ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
7811if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7812 echo $ac_n "(cached) $ac_c" 1>&6
7813else
7814 ac_save_LIBS="$LIBS"
7815LIBS="-lposix $LIBS"
7816cat > conftest.$ac_ext <<EOF
1e8d2f69 7817#line 7818 "configure"
ab9b9eab
VZ
7818#include "confdefs.h"
7819/* Override any gcc2 internal prototype to avoid an error. */
7820/* We use char because int might match the return type of a gcc2
7821 builtin and then its argument prototype would still apply. */
7822char remove();
7823
7824int main() {
7825remove()
7826; return 0; }
7827EOF
1e8d2f69 7828if { (eval echo configure:7829: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ab9b9eab
VZ
7829 rm -rf conftest*
7830 eval "ac_cv_lib_$ac_lib_var=yes"
7831else
7832 echo "configure: failed program was:" >&5
7833 cat conftest.$ac_ext >&5
7834 rm -rf conftest*
7835 eval "ac_cv_lib_$ac_lib_var=no"
7836fi
7837rm -f conftest*
7838LIBS="$ac_save_LIBS"
7839
7840fi
7841if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7842 echo "$ac_t""yes" 1>&6
7843 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7844else
7845 echo "$ac_t""no" 1>&6
7846fi
7847
7848 fi
7849
7850 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7851 echo $ac_n "checking for shmat""... $ac_c" 1>&6
1e8d2f69 7852echo "configure:7853: checking for shmat" >&5
ab9b9eab
VZ
7853if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
7854 echo $ac_n "(cached) $ac_c" 1>&6
7855else
7856 cat > conftest.$ac_ext <<EOF
1e8d2f69 7857#line 7858 "configure"
ab9b9eab
VZ
7858#include "confdefs.h"
7859/* System header to define __stub macros and hopefully few prototypes,
7860 which can conflict with char shmat(); below. */
7861#include <assert.h>
7862/* Override any gcc2 internal prototype to avoid an error. */
7863/* We use char because int might match the return type of a gcc2
7864 builtin and then its argument prototype would still apply. */
7865char shmat();
1e8d2f69 7866char (*f)();
ab9b9eab
VZ
7867
7868int main() {
7869
7870/* The GNU C library defines this for functions which it implements
7871 to always fail with ENOSYS. Some functions are actually named
7872 something starting with __ and the normal name is an alias. */
7873#if defined (__stub_shmat) || defined (__stub___shmat)
7874choke me
7875#else
1e8d2f69 7876f = shmat;
ab9b9eab
VZ
7877#endif
7878
7879; return 0; }
7880EOF
1e8d2f69 7881if { (eval echo configure:7882: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ab9b9eab
VZ
7882 rm -rf conftest*
7883 eval "ac_cv_func_shmat=yes"
7884else
7885 echo "configure: failed program was:" >&5
7886 cat conftest.$ac_ext >&5
7887 rm -rf conftest*
7888 eval "ac_cv_func_shmat=no"
7889fi
7890rm -f conftest*
7891fi
7892
7893if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
7894 echo "$ac_t""yes" 1>&6
7895 :
7896else
7897 echo "$ac_t""no" 1>&6
7898fi
7899
7900 if test $ac_cv_func_shmat = no; then
7901 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
1e8d2f69 7902echo "configure:7903: checking for shmat in -lipc" >&5
ab9b9eab
VZ
7903ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
7904if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7905 echo $ac_n "(cached) $ac_c" 1>&6
7906else
7907 ac_save_LIBS="$LIBS"
7908LIBS="-lipc $LIBS"
7909cat > conftest.$ac_ext <<EOF
1e8d2f69 7910#line 7911 "configure"
ab9b9eab
VZ
7911#include "confdefs.h"
7912/* Override any gcc2 internal prototype to avoid an error. */
7913/* We use char because int might match the return type of a gcc2
7914 builtin and then its argument prototype would still apply. */
7915char shmat();
7916
7917int main() {
7918shmat()
7919; return 0; }
7920EOF
1e8d2f69 7921if { (eval echo configure:7922: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ab9b9eab
VZ
7922 rm -rf conftest*
7923 eval "ac_cv_lib_$ac_lib_var=yes"
7924else
7925 echo "configure: failed program was:" >&5
7926 cat conftest.$ac_ext >&5
7927 rm -rf conftest*
7928 eval "ac_cv_lib_$ac_lib_var=no"
7929fi
7930rm -f conftest*
7931LIBS="$ac_save_LIBS"
7932
7933fi
7934if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7935 echo "$ac_t""yes" 1>&6
7936 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7937else
7938 echo "$ac_t""no" 1>&6
7939fi
7940
7941 fi
7942 fi
7943
7944 # Check for libraries that X11R6 Xt/Xaw programs need.
7945 ac_save_LDFLAGS="$LDFLAGS"
7946 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7947 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7948 # check for ICE first), but we must link in the order -lSM -lICE or
7949 # we get undefined symbols. So assume we have SM if we have ICE.
7950 # These have to be linked with before -lX11, unlike the other
7951 # libraries we check for below, so use a different variable.
7952 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
7953 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
1e8d2f69 7954echo "configure:7955: checking for IceConnectionNumber in -lICE" >&5
ab9b9eab
VZ
7955ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
7956if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7957 echo $ac_n "(cached) $ac_c" 1>&6
7958else
7959 ac_save_LIBS="$LIBS"
7960LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7961cat > conftest.$ac_ext <<EOF
1e8d2f69 7962#line 7963 "configure"
ab9b9eab
VZ
7963#include "confdefs.h"
7964/* Override any gcc2 internal prototype to avoid an error. */
7965/* We use char because int might match the return type of a gcc2
7966 builtin and then its argument prototype would still apply. */
7967char IceConnectionNumber();
7968
7969int main() {
7970IceConnectionNumber()
7971; return 0; }
7972EOF
1e8d2f69 7973if { (eval echo configure:7974: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ab9b9eab
VZ
7974 rm -rf conftest*
7975 eval "ac_cv_lib_$ac_lib_var=yes"
7976else
7977 echo "configure: failed program was:" >&5
7978 cat conftest.$ac_ext >&5
7979 rm -rf conftest*
7980 eval "ac_cv_lib_$ac_lib_var=no"
7981fi
7982rm -f conftest*
7983LIBS="$ac_save_LIBS"
7984
7985fi
7986if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7987 echo "$ac_t""yes" 1>&6
7988 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7989else
7990 echo "$ac_t""no" 1>&6
7991fi
7992
7993 LDFLAGS="$ac_save_LDFLAGS"
7994
7995fi
7996
7997
7998 if test "$no_x" = "yes"; then
7999 { echo "configure: error: X11 not found" 1>&2; exit 1; }
8000 fi
8001
8002 GUI_TK_LIBRARY="$X_LIBS"
8003 TOOLKIT_INCLUDE="$X_CFLAGS"
8004
8005
8006 echo $ac_n "checking for Motif/Lesstif headers""... $ac_c" 1>&6
1e8d2f69 8007echo "configure:8008: checking for Motif/Lesstif headers" >&5
ab9b9eab
VZ
8008
8009ac_find_includes=
8010for ac_dir in $SEARCH_INCLUDE;
8011 do
8012 if test -f "$ac_dir/Xm/Xm.h"; then
8013 ac_find_includes=$ac_dir
8014 break
8015 fi
8016 done
8017
8018 if test "$ac_find_includes" != "" ; then
8019 echo "$ac_t""found $ac_find_includes" 1>&6
8020 else
8021 echo "$ac_t""no" 1>&6
8022 { echo "configure: error: please set CFLAGS to contain the location of Xm/Xm.h" 1>&2; exit 1; }
8023 fi
8024
8025 echo $ac_n "checking for Motif/Lesstif library""... $ac_c" 1>&6
1e8d2f69 8026echo "configure:8027: checking for Motif/Lesstif library" >&5
ab9b9eab
VZ
8027
8028ac_find_libraries=
8029for ac_dir in $SEARCH_LIB;
8030 do
8031 for ac_extension in a so sl; do
8032 if test -f "$ac_dir/libXm.$ac_extension"; then
8033 ac_find_libraries=$ac_dir
8034 break 2
8035 fi
8036 done
8037 done
8038
8039 if test "$ac_find_libraries" != "" ; then
8040
8041 ac_path_to_include=$ac_find_includes
8042 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
8043 result=$?
8044 if test $result = 0; then
8045 ac_path_to_include=""
8046 else
8047 ac_path_to_include="-I$ac_find_includes"
8048 fi
8049
8050
8051 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
8052 result=$?
8053 if test $result = 0; then
8054 ac_path_to_link=""
8055 else
8056 ac_path_to_link="-L$ac_find_libraries"
8057 fi
8058
8059
8060 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $ac_path_to_link"
8061 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE $ac_path_to_include"
8062 echo "$ac_t""found at $ac_find_libraries" 1>&6
8063 else
8064 echo "$ac_t""no" 1>&6
8065 { echo "configure: error: please set LDFLAGS to contain the location of libXm" 1>&2; exit 1; }
8066 fi
8067
8068 echo $ac_n "checking for Xt library""... $ac_c" 1>&6
1e8d2f69 8069echo "configure:8070: checking for Xt library" >&5
ab9b9eab
VZ
8070
8071ac_find_libraries=
8072for ac_dir in $SEARCH_LIB;
8073 do
8074 for ac_extension in a so sl; do
8075 if test -f "$ac_dir/libXt.$ac_extension"; then
8076 ac_find_libraries=$ac_dir
8077 break 2
8078 fi
8079 done
8080 done
8081
8082 if test "$ac_find_libraries" != "" ; then
8083
8084 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
8085 result=$?
8086 if test $result = 0; then
8087 ac_path_to_link=""
8088 else
8089 ac_path_to_link="-L$ac_find_libraries"
8090 fi
8091
8092 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $ac_path_to_link"
8093 echo "$ac_t""found at $ac_find_libraries" 1>&6
8094 else
8095 echo "$ac_t""no" 1>&6
8096 { echo "configure: error: please set LDFLAGS to contain the location of libXt" 1>&2; exit 1; }
8097 fi
8098
8099 XPM_LINK=""
8100 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
1e8d2f69 8101echo "configure:8102: checking for Xpm library" >&5
ab9b9eab
VZ
8102
8103ac_find_libraries=
8104for ac_dir in $SEARCH_LIB;
8105 do
8106 for ac_extension in a so sl; do
8107 if test -f "$ac_dir/libXpm.$ac_extension"; then
8108 ac_find_libraries=$ac_dir
8109 break 2
8110 fi
8111 done
8112 done
8113
8114 if test "$ac_find_libraries" != "" ; then
8115
8116 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
8117 result=$?
8118 if test $result = 0; then
8119 ac_path_to_link=""
8120 else
8121 ac_path_to_link="-L$ac_find_libraries"
8122 fi
8123
8124 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $ac_path_to_link"
8125 XPM_LINK="-lXpm "
8126 cat >> confdefs.h <<\EOF
8127#define wxHAVE_LIB_XPM 1
8128EOF
8129
8130 echo "$ac_t""found at $ac_find_libraries" 1>&6
8131 else
8132 echo "$ac_t""no" 1>&6
8133 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
8134 fi
8135
8136 GUI_TK_LINK="-lXm $XPM_LINK -lXmu -lXext -lXt -lX11 -lm"
8137 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $GUI_TK_LINK"
8138 TOOLKIT=MOTIF
8139
8140 GUIHEADERS="\$(MOTIF_HEADERS)"
8141 GUIOBJS="\$(MOTIF_GUIOBJS)"
8142 COMMONOBJS="\$(MOTIF_COMMONOBJS)"
788deba1
VZ
8143 GENERICOBJS="\$(MOTIF_GENERICOBJS)"
8144 GUIDEPS="\$(MOTIF_GUIDEPS)"
8145 COMMONDEPS="\$(MOTIF_COMMONDEPS)"
10f2d63a
VZ
8146 GENERICDEPS="\$(MOTIF_GENERICDEPS)"
8147 UNIXOBJS="\$(UNIX_OBJS)"
d9d8273d 8148 UNIXDEPS="\$(UNIX_DEPS)"
10f2d63a
VZ
8149 GUIDIST=MOTIF_DIST
8150fi
8151
e07802fc
VZ
8152if test "$wxUSE_PM" = 1; then
8153 TOOLKIT=PM
8154
8155 GUIOBJS="\$(PM_GUIOBJS)"
8156 GUIHEADERS="\$(PM_HEADERS)"
8157 COMMONOBJS="\$(PM_COMMONOBJS)"
8158 GENERICOBJS="\$(PM_GENERICOBJS)"
8159 GUIDEPS="\$(PM_GUIDEPS)"
8160 COMMONDEPS="\$(PM_COMMONDEPS)"
8161 GENERICDEPS="\$(PM_GENERICDEPS)"
8162 UNIXOBJS=
8163 UNIXDEPS=
8164 GUIDIST=GTK_DIST
8165fi
8166
8167if test "$TOOLKIT" != "PM" ; then
8168 TOOLKIT_DIR=`echo ${TOOLKIT} | tr "A-Z" "a-z"`
8169else
8170 TOOLKIT_DIR="os2"
8171fi
10f2d63a
VZ
8172
8173TOOLKIT_DEF="-D__WX${TOOLKIT}__"
8174
8175WX_LIBRARY="wx_${TOOLKIT_DIR}"
8176
d9d8273d
RR
8177 ALL_OBJECTS="\$(GUIOBJS) \$(COMMONOBJS) \$(GENERICOBJS) \$(UNIXOBJS) \$(HTMLOBJS) \$(IODBCOBJS)"
8178 if test "$wxUSE_LIBJPEG" = "yes" ; then
8179 ALL_OBJECTS="${ALL_OBJECTS} \$(JPEGOBJS)"
8180 fi
8181 if test "$wxUSE_LIBTIFF" = "yes" ; then
8182 ALL_OBJECTS="${ALL_OBJECTS} \$(TIFFOBJS)"
8183 fi
8184 if test "$wxUSE_LIBPNG" = "yes" ; then
8185 ALL_OBJECTS="${ALL_OBJECTS} \$(PNGOBJS)"
8186 fi
8187 if test "$wxUSE_ZLIB" = "yes" ; then
8188 ALL_OBJECTS="${ALL_OBJECTS} \$(ZLIBOBJS)"
8189 fi
10f2d63a
VZ
8190 ALL_DEPFILES="\$(GUIDEPS) \$(COMMONDEPS) \$(GENERICDEPS) \$(UNIXDEPS) \$(HTMLDEPS)"
8191 ALL_HEADERS="\$(GUIHEADERS) \$(HTML_HEADERS) \$(UNIX_HEADERS) \$(PROTOCOL_HEADERS) \$(GENERIC_HEADERS) \$(WX_HEADERS)"
8192else
8193
8194 ALL_OBJECTS="\$(BASE_OBJS)"
8195 ALL_DEPFILES="\${BASE_DEPS}"
8196 ALL_HEADERS="\${BASE_HEADERS}"
8197
8198 WX_LIBRARY="wxbase"
8199fi
8200
8201WX_LIBRARY_NAME="lib${WX_LIBRARY}.la"
8202
8203WX_LIBRARY_NAME_STATIC="lib${WX_LIBRARY}.a"
8204
8205WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}-${WX_RELEASE}.so.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
8206
8207WX_LIBRARY_LINK1="lib${WX_LIBRARY}-${WX_RELEASE}.so.${WX_CURRENT}"
8208WX_LIBRARY_LINK2="lib${WX_LIBRARY}-${WX_RELEASE}.so"
8209WX_LIBRARY_LINK3="lib${WX_LIBRARY}.so"
8210
8211SHARED_LD=
8212PIC_FLAG=
8213WX_ALL=
8214WX_ALL_INSTALLED=
1d62a8b4 8215BURNT_LIBRARY_NAME=
10f2d63a 8216
b12915c1 8217
10f2d63a
VZ
8218if test "$wxUSE_SHARED" = "yes"; then
8219 case "${host}" in
8220 *-hp-hpux* )
8221 if test "$GCC" = yes ; then
69ffe1d2 8222 SHARED_LD="${CC} -shared -fPIC -o"
10f2d63a
VZ
8223 PIC_FLAG="-fPIC"
8224 else
8225 SHARED_LD="${CXX} -b -o"
8226 PIC_FLAG="+Z"
8227 fi
8228 WX_LIBRARY_NAME_SHARED="libwx_${TOOLKIT_DIR}.sl"
8229 WX_ALL=${WX_LIBRARY_NAME_SHARED}
8230 ;;
b12915c1
VZ
8231
8232 *-*-linux* )
10f2d63a
VZ
8233 SHARED_LD="${CC} -shared -o"
8234 PIC_FLAG="-fPIC"
8235 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
8236 WX_ALL="CREATE_LINKS"
b12915c1 8237 ;;
10f2d63a
VZ
8238 *-*-irix5* | *-*-irix6* )
8239 if test "$GCC" = yes ; then
8240 SHARED_LD="${CC} -shared -o"
8241 PIC_FLAG="-fPIC"
8242 else
8243 SHARED_LD="${CXX} -shared -o"
8244 fi
8245 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
8246 WX_ALL="CREATE_LINKS"
8247 ;;
8248 *-*-solaris2* )
8249 if test "$GCC" = yes ; then
8250 SHARED_LD="${CC} -shared -o"
8251 PIC_FLAG="-fPIC"
8252 else
8253 SHARED_LD="${CXX} -G -o"
8254 PIC_FLAG="-KPIC"
8255 fi
8256 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
8257 WX_ALL="CREATE_LINKS"
8258 ;;
8259 *-*-sunos4* )
8260 SHARED_LD="${CC} -shared -o"
8261 PIC_FLAG="-fPIC"
8262 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
8263 WX_ALL="CREATE_LINKS"
8264 ;;
8265 *-*-freebsd* | *-*-netbsd*)
8266 SHARED_LD="${CC} -shared -o"
8267 PIC_FLAG="-fPIC"
8268 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
8269 WX_ALL="CREATE_LINKS"
8270 ;;
8271 *-*-osf* )
8272 SHARED_LD="${CXX} -shared -o"
8273 PIC_FLAG="-fPIC"
8274 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
8275 WX_ALL="CREATE_LINKS"
8276 ;;
8277 *-*-dgux5* )
8278 SHARED_LD="${CXX} -shared -o"
8279 PIC_FLAG="-fPIC"
8280 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
8281 WX_ALL="CREATE_LINKS"
8282 ;;
8283 *-*-sysv5* )
8284 SHARED_LD="${CC} -shared -o"
8285 PIC_FLAG="-fPIC"
8286 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
8287 WX_ALL="CREATE_LINKS"
8288 ;;
8289 *-*-aix* )
8290 SHARED_LD="/usr/lpp/xlC/bin/makeC++SharedLib -p 0 -o"
8291 WX_ALL=${WX_LIBRARY_NAME_SHARED}
8292 ;;
8293 *-*-cygwin32* )
8294 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}"
8295 WX_ALL="${WX_LIBRARY_NAME_STATIC}"
8296 ;;
b12915c1 8297 *-*-mingw32* )
10f2d63a
VZ
8298 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}"
8299 WX_ALL="${WX_LIBRARY_NAME_STATIC}"
8300 ;;
8301 *-pc-os2_emx )
e07802fc
VZ
8302 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}"
8303 WX_ALL="${WX_LIBRARY_NAME_STATIC}"
10f2d63a 8304 ;;
b12915c1 8305 *-*-beos* )
e2b8b066 8306 SHARED_LD="${LD} -shared -o"
b12915c1
VZ
8307 PIC_FLAG="-fPIC"
8308 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
8309 WX_ALL="CREATE_LINKS"
8310 ;;
10f2d63a
VZ
8311 *)
8312 { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; }
8313 esac
8314
8315 if test "x$WX_TARGET_LIBRARY" = "x"; then
8316 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_SHARED}"
8317 fi
8318else
8319 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}"
8320 WX_ALL="${WX_LIBRARY_NAME_STATIC}"
8321fi
8322
8323
8324for ac_hdr in strings.h
8325do
8326ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
8327echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1e8d2f69 8328echo "configure:8329: checking for $ac_hdr" >&5
10f2d63a
VZ
8329if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8330 echo $ac_n "(cached) $ac_c" 1>&6
8331else
8332 cat > conftest.$ac_ext <<EOF
1e8d2f69 8333#line 8334 "configure"
10f2d63a
VZ
8334#include "confdefs.h"
8335#include <$ac_hdr>
8336EOF
8337ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1e8d2f69 8338{ (eval echo configure:8339: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
8339ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8340if test -z "$ac_err"; then
8341 rm -rf conftest*
8342 eval "ac_cv_header_$ac_safe=yes"
8343else
8344 echo "$ac_err" >&5
8345 echo "configure: failed program was:" >&5
8346 cat conftest.$ac_ext >&5
8347 rm -rf conftest*
8348 eval "ac_cv_header_$ac_safe=no"
8349fi
8350rm -f conftest*
8351fi
8352if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
8353 echo "$ac_t""yes" 1>&6
8354 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
8355 cat >> confdefs.h <<EOF
8356#define $ac_tr_hdr 1
8357EOF
8358
8359else
8360 echo "$ac_t""no" 1>&6
8361fi
8362done
8363
8364for ac_hdr in unistd.h
8365do
8366ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
8367echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1e8d2f69 8368echo "configure:8369: checking for $ac_hdr" >&5
10f2d63a
VZ
8369if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8370 echo $ac_n "(cached) $ac_c" 1>&6
8371else
8372 cat > conftest.$ac_ext <<EOF
1e8d2f69 8373#line 8374 "configure"
10f2d63a
VZ
8374#include "confdefs.h"
8375#include <$ac_hdr>
8376EOF
8377ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1e8d2f69 8378{ (eval echo configure:8379: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
8379ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8380if test -z "$ac_err"; then
8381 rm -rf conftest*
8382 eval "ac_cv_header_$ac_safe=yes"
8383else
8384 echo "$ac_err" >&5
8385 echo "configure: failed program was:" >&5
8386 cat conftest.$ac_ext >&5
8387 rm -rf conftest*
8388 eval "ac_cv_header_$ac_safe=no"
8389fi
8390rm -f conftest*
8391fi
8392if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
8393 echo "$ac_t""yes" 1>&6
8394 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
8395 cat >> confdefs.h <<EOF
8396#define $ac_tr_hdr 1
8397EOF
8398
8399else
8400 echo "$ac_t""no" 1>&6
8401fi
8402done
8403
8404for ac_hdr in wchar.h
8405do
8406ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
8407echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1e8d2f69 8408echo "configure:8409: checking for $ac_hdr" >&5
10f2d63a
VZ
8409if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8410 echo $ac_n "(cached) $ac_c" 1>&6
8411else
8412 cat > conftest.$ac_ext <<EOF
1e8d2f69 8413#line 8414 "configure"
10f2d63a
VZ
8414#include "confdefs.h"
8415#include <$ac_hdr>
8416EOF
8417ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1e8d2f69 8418{ (eval echo configure:8419: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
8419ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8420if test -z "$ac_err"; then
8421 rm -rf conftest*
8422 eval "ac_cv_header_$ac_safe=yes"
8423else
8424 echo "$ac_err" >&5
8425 echo "configure: failed program was:" >&5
8426 cat conftest.$ac_ext >&5
8427 rm -rf conftest*
8428 eval "ac_cv_header_$ac_safe=no"
8429fi
8430rm -f conftest*
8431fi
8432if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
8433 echo "$ac_t""yes" 1>&6
8434 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
8435 cat >> confdefs.h <<EOF
8436#define $ac_tr_hdr 1
8437EOF
8438
8439else
8440 echo "$ac_t""no" 1>&6
8441fi
8442done
8443
8444for ac_hdr in wcstr.h
8445do
8446ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
8447echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1e8d2f69 8448echo "configure:8449: checking for $ac_hdr" >&5
10f2d63a
VZ
8449if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8450 echo $ac_n "(cached) $ac_c" 1>&6
8451else
8452 cat > conftest.$ac_ext <<EOF
1e8d2f69 8453#line 8454 "configure"
10f2d63a
VZ
8454#include "confdefs.h"
8455#include <$ac_hdr>
8456EOF
8457ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1e8d2f69 8458{ (eval echo configure:8459: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
8459ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8460if test -z "$ac_err"; then
8461 rm -rf conftest*
8462 eval "ac_cv_header_$ac_safe=yes"
8463else
8464 echo "$ac_err" >&5
8465 echo "configure: failed program was:" >&5
8466 cat conftest.$ac_ext >&5
8467 rm -rf conftest*
8468 eval "ac_cv_header_$ac_safe=no"
8469fi
8470rm -f conftest*
8471fi
8472if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
8473 echo "$ac_t""yes" 1>&6
8474 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
8475 cat >> confdefs.h <<EOF
8476#define $ac_tr_hdr 1
8477EOF
8478
8479else
8480 echo "$ac_t""no" 1>&6
8481fi
8482done
8483
8484for ac_hdr in fnmatch.h
8485do
8486ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
8487echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1e8d2f69 8488echo "configure:8489: checking for $ac_hdr" >&5
10f2d63a
VZ
8489if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8490 echo $ac_n "(cached) $ac_c" 1>&6
8491else
8492 cat > conftest.$ac_ext <<EOF
1e8d2f69 8493#line 8494 "configure"
10f2d63a
VZ
8494#include "confdefs.h"
8495#include <$ac_hdr>
8496EOF
8497ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1e8d2f69 8498{ (eval echo configure:8499: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
8499ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8500if test -z "$ac_err"; then
8501 rm -rf conftest*
8502 eval "ac_cv_header_$ac_safe=yes"
8503else
8504 echo "$ac_err" >&5
8505 echo "configure: failed program was:" >&5
8506 cat conftest.$ac_ext >&5
8507 rm -rf conftest*
8508 eval "ac_cv_header_$ac_safe=no"
8509fi
8510rm -f conftest*
8511fi
8512if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
8513 echo "$ac_t""yes" 1>&6
8514 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
8515 cat >> confdefs.h <<EOF
8516#define $ac_tr_hdr 1
8517EOF
8518
8519else
8520 echo "$ac_t""no" 1>&6
8521fi
8522done
8523
8524
8525if test "$wxUSE_GUI" = "yes"; then
8526 for ac_hdr in X11/XKBlib.h
8527do
8528ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
8529echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1e8d2f69 8530echo "configure:8531: checking for $ac_hdr" >&5
10f2d63a
VZ
8531if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8532 echo $ac_n "(cached) $ac_c" 1>&6
8533else
8534 cat > conftest.$ac_ext <<EOF
1e8d2f69 8535#line 8536 "configure"
10f2d63a
VZ
8536#include "confdefs.h"
8537#include <$ac_hdr>
8538EOF
8539ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1e8d2f69 8540{ (eval echo configure:8541: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
8541ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8542if test -z "$ac_err"; then
8543 rm -rf conftest*
8544 eval "ac_cv_header_$ac_safe=yes"
8545else
8546 echo "$ac_err" >&5
8547 echo "configure: failed program was:" >&5
8548 cat conftest.$ac_ext >&5
8549 rm -rf conftest*
8550 eval "ac_cv_header_$ac_safe=no"
8551fi
8552rm -f conftest*
8553fi
8554if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
8555 echo "$ac_t""yes" 1>&6
8556 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
8557 cat >> confdefs.h <<EOF
8558#define $ac_tr_hdr 1
8559EOF
8560
8561else
8562 echo "$ac_t""no" 1>&6
8563fi
8564done
8565
8566fi
8567
8568
8569echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
1e8d2f69 8570echo "configure:8571: checking for ANSI C header files" >&5
10f2d63a
VZ
8571if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
8572 echo $ac_n "(cached) $ac_c" 1>&6
8573else
8574 cat > conftest.$ac_ext <<EOF
1e8d2f69 8575#line 8576 "configure"
10f2d63a
VZ
8576#include "confdefs.h"
8577#include <stdlib.h>
8578#include <stdarg.h>
8579#include <string.h>
8580#include <float.h>
8581EOF
8582ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1e8d2f69 8583{ (eval echo configure:8584: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
8584ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8585if test -z "$ac_err"; then
8586 rm -rf conftest*
8587 ac_cv_header_stdc=yes
8588else
8589 echo "$ac_err" >&5
8590 echo "configure: failed program was:" >&5
8591 cat conftest.$ac_ext >&5
8592 rm -rf conftest*
8593 ac_cv_header_stdc=no
8594fi
8595rm -f conftest*
8596
8597if test $ac_cv_header_stdc = yes; then
8598 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
8599cat > conftest.$ac_ext <<EOF
1e8d2f69 8600#line 8601 "configure"
10f2d63a
VZ
8601#include "confdefs.h"
8602#include <string.h>
8603EOF
8604if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8605 egrep "memchr" >/dev/null 2>&1; then
8606 :
8607else
8608 rm -rf conftest*
8609 ac_cv_header_stdc=no
8610fi
8611rm -f conftest*
8612
8613fi
8614
8615if test $ac_cv_header_stdc = yes; then
8616 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
8617cat > conftest.$ac_ext <<EOF
1e8d2f69 8618#line 8619 "configure"
10f2d63a
VZ
8619#include "confdefs.h"
8620#include <stdlib.h>
8621EOF
8622if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8623 egrep "free" >/dev/null 2>&1; then
8624 :
8625else
8626 rm -rf conftest*
8627 ac_cv_header_stdc=no
8628fi
8629rm -f conftest*
8630
8631fi
8632
8633if test $ac_cv_header_stdc = yes; then
8634 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
8635if test "$cross_compiling" = yes; then
8636 :
8637else
8638 cat > conftest.$ac_ext <<EOF
1e8d2f69 8639#line 8640 "configure"
10f2d63a
VZ
8640#include "confdefs.h"
8641#include <ctype.h>
8642#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
8643#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
8644#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
8645int main () { int i; for (i = 0; i < 256; i++)
8646if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
8647exit (0); }
8648
8649EOF
1e8d2f69 8650if { (eval echo configure:8651: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10f2d63a
VZ
8651then
8652 :
8653else
8654 echo "configure: failed program was:" >&5
8655 cat conftest.$ac_ext >&5
8656 rm -fr conftest*
8657 ac_cv_header_stdc=no
8658fi
8659rm -fr conftest*
8660fi
8661
8662fi
8663fi
8664
8665echo "$ac_t""$ac_cv_header_stdc" 1>&6
8666if test $ac_cv_header_stdc = yes; then
8667 cat >> confdefs.h <<\EOF
8668#define STDC_HEADERS 1
8669EOF
8670
8671fi
8672
8673echo $ac_n "checking for mode_t""... $ac_c" 1>&6
1e8d2f69 8674echo "configure:8675: checking for mode_t" >&5
10f2d63a
VZ
8675if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
8676 echo $ac_n "(cached) $ac_c" 1>&6
8677else
8678 cat > conftest.$ac_ext <<EOF
1e8d2f69 8679#line 8680 "configure"
10f2d63a
VZ
8680#include "confdefs.h"
8681#include <sys/types.h>
8682#if STDC_HEADERS
8683#include <stdlib.h>
8684#include <stddef.h>
8685#endif
8686EOF
8687if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8688 egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
8689 rm -rf conftest*
8690 ac_cv_type_mode_t=yes
8691else
8692 rm -rf conftest*
8693 ac_cv_type_mode_t=no
8694fi
8695rm -f conftest*
8696
8697fi
8698echo "$ac_t""$ac_cv_type_mode_t" 1>&6
8699if test $ac_cv_type_mode_t = no; then
8700 cat >> confdefs.h <<\EOF
8701#define mode_t int
8702EOF
8703
8704fi
8705
8706echo $ac_n "checking for off_t""... $ac_c" 1>&6
1e8d2f69 8707echo "configure:8708: checking for off_t" >&5
10f2d63a
VZ
8708if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
8709 echo $ac_n "(cached) $ac_c" 1>&6
8710else
8711 cat > conftest.$ac_ext <<EOF
1e8d2f69 8712#line 8713 "configure"
10f2d63a
VZ
8713#include "confdefs.h"
8714#include <sys/types.h>
8715#if STDC_HEADERS
8716#include <stdlib.h>
8717#include <stddef.h>
8718#endif
8719EOF
8720if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8721 egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
8722 rm -rf conftest*
8723 ac_cv_type_off_t=yes
8724else
8725 rm -rf conftest*
8726 ac_cv_type_off_t=no
8727fi
8728rm -f conftest*
8729
8730fi
8731echo "$ac_t""$ac_cv_type_off_t" 1>&6
8732if test $ac_cv_type_off_t = no; then
8733 cat >> confdefs.h <<\EOF
8734#define off_t long
8735EOF
8736
8737fi
8738
8739echo $ac_n "checking for pid_t""... $ac_c" 1>&6
1e8d2f69 8740echo "configure:8741: checking for pid_t" >&5
10f2d63a
VZ
8741if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
8742 echo $ac_n "(cached) $ac_c" 1>&6
8743else
8744 cat > conftest.$ac_ext <<EOF
1e8d2f69 8745#line 8746 "configure"
10f2d63a
VZ
8746#include "confdefs.h"
8747#include <sys/types.h>
8748#if STDC_HEADERS
8749#include <stdlib.h>
8750#include <stddef.h>
8751#endif
8752EOF
8753if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8754 egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
8755 rm -rf conftest*
8756 ac_cv_type_pid_t=yes
8757else
8758 rm -rf conftest*
8759 ac_cv_type_pid_t=no
8760fi
8761rm -f conftest*
8762
8763fi
8764echo "$ac_t""$ac_cv_type_pid_t" 1>&6
8765if test $ac_cv_type_pid_t = no; then
8766 cat >> confdefs.h <<\EOF
8767#define pid_t int
8768EOF
8769
8770fi
8771
8772echo $ac_n "checking for size_t""... $ac_c" 1>&6
1e8d2f69 8773echo "configure:8774: checking for size_t" >&5
10f2d63a
VZ
8774if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
8775 echo $ac_n "(cached) $ac_c" 1>&6
8776else
8777 cat > conftest.$ac_ext <<EOF
1e8d2f69 8778#line 8779 "configure"
10f2d63a
VZ
8779#include "confdefs.h"
8780#include <sys/types.h>
8781#if STDC_HEADERS
8782#include <stdlib.h>
8783#include <stddef.h>
8784#endif
8785EOF
8786if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8787 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
8788 rm -rf conftest*
8789 ac_cv_type_size_t=yes
8790else
8791 rm -rf conftest*
8792 ac_cv_type_size_t=no
8793fi
8794rm -f conftest*
8795
8796fi
8797echo "$ac_t""$ac_cv_type_size_t" 1>&6
8798if test $ac_cv_type_size_t = no; then
8799 cat >> confdefs.h <<\EOF
8800#define size_t unsigned
8801EOF
8802
8803fi
8804
8805echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
1e8d2f69 8806echo "configure:8807: checking for uid_t in sys/types.h" >&5
10f2d63a
VZ
8807if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
8808 echo $ac_n "(cached) $ac_c" 1>&6
8809else
8810 cat > conftest.$ac_ext <<EOF
1e8d2f69 8811#line 8812 "configure"
10f2d63a
VZ
8812#include "confdefs.h"
8813#include <sys/types.h>
8814EOF
8815if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8816 egrep "uid_t" >/dev/null 2>&1; then
8817 rm -rf conftest*
8818 ac_cv_type_uid_t=yes
8819else
8820 rm -rf conftest*
8821 ac_cv_type_uid_t=no
8822fi
8823rm -f conftest*
8824
8825fi
8826
8827echo "$ac_t""$ac_cv_type_uid_t" 1>&6
8828if test $ac_cv_type_uid_t = no; then
8829 cat >> confdefs.h <<\EOF
8830#define uid_t int
8831EOF
8832
8833 cat >> confdefs.h <<\EOF
8834#define gid_t int
8835EOF
8836
8837fi
8838
8839
8840
b12915c1 8841echo $ac_n "checking for pw_gecos in struct passwd""... $ac_c" 1>&6
1e8d2f69 8842echo "configure:8843: checking for pw_gecos in struct passwd" >&5
b12915c1
VZ
8843if eval "test \"`echo '$''{'wx_cv_struct_pw_gecos'+set}'`\" = set"; then
8844 echo $ac_n "(cached) $ac_c" 1>&6
8845else
8846
8847 cat > conftest.$ac_ext <<EOF
1e8d2f69 8848#line 8849 "configure"
b12915c1
VZ
8849#include "confdefs.h"
8850#include <pwd.h>
8851int main() {
8852
8853 char *p;
8854 struct passwd *pw;
8855 p = pw->pw_gecos;
8856
8857; return 0; }
8858EOF
1e8d2f69 8859if { (eval echo configure:8860: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
b12915c1
VZ
8860 rm -rf conftest*
8861
8862 wx_cv_struct_pw_gecos=yes
8863 cat >> confdefs.h <<\EOF
8864#define HAVE_PW_GECOS 1
8865EOF
8866
8867
8868else
8869 echo "configure: failed program was:" >&5
8870 cat conftest.$ac_ext >&5
8871 rm -rf conftest*
8872
8873 wx_cv_struct_pw_gecos=no
8874
8875
8876fi
8877rm -f conftest*
8878
8879
8880fi
8881
8882echo "$ac_t""$wx_cv_struct_pw_gecos" 1>&6
8883
10f2d63a
VZ
8884
8885echo $ac_n "checking for working const""... $ac_c" 1>&6
1e8d2f69 8886echo "configure:8887: checking for working const" >&5
10f2d63a
VZ
8887if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
8888 echo $ac_n "(cached) $ac_c" 1>&6
8889else
8890 cat > conftest.$ac_ext <<EOF
1e8d2f69 8891#line 8892 "configure"
10f2d63a
VZ
8892#include "confdefs.h"
8893
8894int main() {
8895
8896/* Ultrix mips cc rejects this. */
8897typedef int charset[2]; const charset x;
8898/* SunOS 4.1.1 cc rejects this. */
8899char const *const *ccp;
8900char **p;
8901/* NEC SVR4.0.2 mips cc rejects this. */
8902struct point {int x, y;};
8903static struct point const zero = {0,0};
8904/* AIX XL C 1.02.0.0 rejects this.
8905 It does not let you subtract one const X* pointer from another in an arm
8906 of an if-expression whose if-part is not a constant expression */
8907const char *g = "string";
8908ccp = &g + (g ? g-g : 0);
8909/* HPUX 7.0 cc rejects these. */
8910++ccp;
8911p = (char**) ccp;
8912ccp = (char const *const *) p;
8913{ /* SCO 3.2v4 cc rejects this. */
8914 char *t;
8915 char const *s = 0 ? (char *) 0 : (char const *) 0;
8916
8917 *t++ = 0;
8918}
8919{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
8920 int x[] = {25, 17};
8921 const int *foo = &x[0];
8922 ++foo;
8923}
8924{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
8925 typedef const int *iptr;
8926 iptr p = 0;
8927 ++p;
8928}
8929{ /* AIX XL C 1.02.0.0 rejects this saying
8930 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
8931 struct s { int j; const int *ap[3]; };
8932 struct s *b; b->j = 5;
8933}
8934{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
8935 const int foo = 10;
8936}
8937
8938; return 0; }
8939EOF
1e8d2f69 8940if { (eval echo configure:8941: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10f2d63a
VZ
8941 rm -rf conftest*
8942 ac_cv_c_const=yes
8943else
8944 echo "configure: failed program was:" >&5
8945 cat conftest.$ac_ext >&5
8946 rm -rf conftest*
8947 ac_cv_c_const=no
8948fi
8949rm -f conftest*
8950fi
8951
8952echo "$ac_t""$ac_cv_c_const" 1>&6
8953if test $ac_cv_c_const = no; then
8954 cat >> confdefs.h <<\EOF
8955#define const
8956EOF
8957
8958fi
8959
8960echo $ac_n "checking for inline""... $ac_c" 1>&6
1e8d2f69 8961echo "configure:8962: checking for inline" >&5
10f2d63a
VZ
8962if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
8963 echo $ac_n "(cached) $ac_c" 1>&6
8964else
8965 ac_cv_c_inline=no
8966for ac_kw in inline __inline__ __inline; do
8967 cat > conftest.$ac_ext <<EOF
1e8d2f69 8968#line 8969 "configure"
10f2d63a
VZ
8969#include "confdefs.h"
8970
8971int main() {
8972} $ac_kw foo() {
8973; return 0; }
8974EOF
1e8d2f69 8975if { (eval echo configure:8976: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10f2d63a
VZ
8976 rm -rf conftest*
8977 ac_cv_c_inline=$ac_kw; break
8978else
8979 echo "configure: failed program was:" >&5
8980 cat conftest.$ac_ext >&5
8981fi
8982rm -f conftest*
8983done
8984
8985fi
8986
8987echo "$ac_t""$ac_cv_c_inline" 1>&6
8988case "$ac_cv_c_inline" in
8989 inline | yes) ;;
8990 no) cat >> confdefs.h <<\EOF
8991#define inline
8992EOF
8993 ;;
8994 *) cat >> confdefs.h <<EOF
8995#define inline $ac_cv_c_inline
8996EOF
8997 ;;
8998esac
8999
9000
9001echo $ac_n "checking size of char""... $ac_c" 1>&6
1e8d2f69 9002echo "configure:9003: checking size of char" >&5
10f2d63a
VZ
9003if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
9004 echo $ac_n "(cached) $ac_c" 1>&6
9005else
9006 if test "$cross_compiling" = yes; then
9007 ac_cv_sizeof_char=1
9008else
9009 cat > conftest.$ac_ext <<EOF
1e8d2f69 9010#line 9011 "configure"
10f2d63a
VZ
9011#include "confdefs.h"
9012#include <stdio.h>
9013main()
9014{
9015 FILE *f=fopen("conftestval", "w");
9016 if (!f) exit(1);
9017 fprintf(f, "%d\n", sizeof(char));
9018 exit(0);
9019}
9020EOF
1e8d2f69 9021if { (eval echo configure:9022: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10f2d63a
VZ
9022then
9023 ac_cv_sizeof_char=`cat conftestval`
9024else
9025 echo "configure: failed program was:" >&5
9026 cat conftest.$ac_ext >&5
9027 rm -fr conftest*
9028 ac_cv_sizeof_char=0
9029fi
9030rm -fr conftest*
9031fi
9032
9033fi
9034echo "$ac_t""$ac_cv_sizeof_char" 1>&6
9035cat >> confdefs.h <<EOF
9036#define SIZEOF_CHAR $ac_cv_sizeof_char
9037EOF
9038
9039
9040echo $ac_n "checking size of short""... $ac_c" 1>&6
1e8d2f69 9041echo "configure:9042: checking size of short" >&5
10f2d63a
VZ
9042if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
9043 echo $ac_n "(cached) $ac_c" 1>&6
9044else
9045 if test "$cross_compiling" = yes; then
9046 ac_cv_sizeof_short=2
9047else
9048 cat > conftest.$ac_ext <<EOF
1e8d2f69 9049#line 9050 "configure"
10f2d63a
VZ
9050#include "confdefs.h"
9051#include <stdio.h>
9052main()
9053{
9054 FILE *f=fopen("conftestval", "w");
9055 if (!f) exit(1);
9056 fprintf(f, "%d\n", sizeof(short));
9057 exit(0);
9058}
9059EOF
1e8d2f69 9060if { (eval echo configure:9061: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10f2d63a
VZ
9061then
9062 ac_cv_sizeof_short=`cat conftestval`
9063else
9064 echo "configure: failed program was:" >&5
9065 cat conftest.$ac_ext >&5
9066 rm -fr conftest*
9067 ac_cv_sizeof_short=0
9068fi
9069rm -fr conftest*
9070fi
9071
9072fi
9073echo "$ac_t""$ac_cv_sizeof_short" 1>&6
9074cat >> confdefs.h <<EOF
9075#define SIZEOF_SHORT $ac_cv_sizeof_short
9076EOF
9077
9078
9079echo $ac_n "checking size of int *""... $ac_c" 1>&6
1e8d2f69 9080echo "configure:9081: checking size of int *" >&5
10f2d63a
VZ
9081if eval "test \"`echo '$''{'ac_cv_sizeof_int_p'+set}'`\" = set"; then
9082 echo $ac_n "(cached) $ac_c" 1>&6
9083else
9084 if test "$cross_compiling" = yes; then
9085 ac_cv_sizeof_int_p=4
9086else
9087 cat > conftest.$ac_ext <<EOF
1e8d2f69 9088#line 9089 "configure"
10f2d63a
VZ
9089#include "confdefs.h"
9090#include <stdio.h>
9091main()
9092{
9093 FILE *f=fopen("conftestval", "w");
9094 if (!f) exit(1);
9095 fprintf(f, "%d\n", sizeof(int *));
9096 exit(0);
9097}
9098EOF
1e8d2f69 9099if { (eval echo configure:9100: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10f2d63a
VZ
9100then
9101 ac_cv_sizeof_int_p=`cat conftestval`
9102else
9103 echo "configure: failed program was:" >&5
9104 cat conftest.$ac_ext >&5
9105 rm -fr conftest*
9106 ac_cv_sizeof_int_p=0
9107fi
9108rm -fr conftest*
9109fi
9110
9111fi
9112echo "$ac_t""$ac_cv_sizeof_int_p" 1>&6
9113cat >> confdefs.h <<EOF
9114#define SIZEOF_INT_P $ac_cv_sizeof_int_p
9115EOF
9116
9117
9118echo $ac_n "checking size of int""... $ac_c" 1>&6
1e8d2f69 9119echo "configure:9120: checking size of int" >&5
10f2d63a
VZ
9120if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
9121 echo $ac_n "(cached) $ac_c" 1>&6
9122else
9123 if test "$cross_compiling" = yes; then
9124 ac_cv_sizeof_int=4
9125else
9126 cat > conftest.$ac_ext <<EOF
1e8d2f69 9127#line 9128 "configure"
10f2d63a
VZ
9128#include "confdefs.h"
9129#include <stdio.h>
9130main()
9131{
9132 FILE *f=fopen("conftestval", "w");
9133 if (!f) exit(1);
9134 fprintf(f, "%d\n", sizeof(int));
9135 exit(0);
9136}
9137EOF
1e8d2f69 9138if { (eval echo configure:9139: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10f2d63a
VZ
9139then
9140 ac_cv_sizeof_int=`cat conftestval`
9141else
9142 echo "configure: failed program was:" >&5
9143 cat conftest.$ac_ext >&5
9144 rm -fr conftest*
9145 ac_cv_sizeof_int=0
9146fi
9147rm -fr conftest*
9148fi
9149
9150fi
9151echo "$ac_t""$ac_cv_sizeof_int" 1>&6
9152cat >> confdefs.h <<EOF
9153#define SIZEOF_INT $ac_cv_sizeof_int
9154EOF
9155
9156
9157echo $ac_n "checking size of long""... $ac_c" 1>&6
1e8d2f69 9158echo "configure:9159: checking size of long" >&5
10f2d63a
VZ
9159if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
9160 echo $ac_n "(cached) $ac_c" 1>&6
9161else
9162 if test "$cross_compiling" = yes; then
9163 ac_cv_sizeof_long=4
9164else
9165 cat > conftest.$ac_ext <<EOF
1e8d2f69 9166#line 9167 "configure"
10f2d63a
VZ
9167#include "confdefs.h"
9168#include <stdio.h>
9169main()
9170{
9171 FILE *f=fopen("conftestval", "w");
9172 if (!f) exit(1);
9173 fprintf(f, "%d\n", sizeof(long));
9174 exit(0);
9175}
9176EOF
1e8d2f69 9177if { (eval echo configure:9178: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10f2d63a
VZ
9178then
9179 ac_cv_sizeof_long=`cat conftestval`
9180else
9181 echo "configure: failed program was:" >&5
9182 cat conftest.$ac_ext >&5
9183 rm -fr conftest*
9184 ac_cv_sizeof_long=0
9185fi
9186rm -fr conftest*
9187fi
9188
9189fi
9190echo "$ac_t""$ac_cv_sizeof_long" 1>&6
9191cat >> confdefs.h <<EOF
9192#define SIZEOF_LONG $ac_cv_sizeof_long
9193EOF
9194
9195
9196echo $ac_n "checking size of long long""... $ac_c" 1>&6
1e8d2f69 9197echo "configure:9198: checking size of long long" >&5
10f2d63a
VZ
9198if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
9199 echo $ac_n "(cached) $ac_c" 1>&6
9200else
9201 if test "$cross_compiling" = yes; then
9202 ac_cv_sizeof_long_long=0
9203else
9204 cat > conftest.$ac_ext <<EOF
1e8d2f69 9205#line 9206 "configure"
10f2d63a
VZ
9206#include "confdefs.h"
9207#include <stdio.h>
9208main()
9209{
9210 FILE *f=fopen("conftestval", "w");
9211 if (!f) exit(1);
9212 fprintf(f, "%d\n", sizeof(long long));
9213 exit(0);
9214}
9215EOF
1e8d2f69 9216if { (eval echo configure:9217: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10f2d63a
VZ
9217then
9218 ac_cv_sizeof_long_long=`cat conftestval`
9219else
9220 echo "configure: failed program was:" >&5
9221 cat conftest.$ac_ext >&5
9222 rm -fr conftest*
9223 ac_cv_sizeof_long_long=0
9224fi
9225rm -fr conftest*
9226fi
9227
9228fi
9229echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
9230cat >> confdefs.h <<EOF
9231#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
9232EOF
9233
9234
9235
9236echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
1e8d2f69 9237echo "configure:9238: checking whether byte ordering is bigendian" >&5
10f2d63a
VZ
9238if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
9239 echo $ac_n "(cached) $ac_c" 1>&6
9240else
9241 ac_cv_c_bigendian=unknown
9242# See if sys/param.h defines the BYTE_ORDER macro.
9243cat > conftest.$ac_ext <<EOF
1e8d2f69 9244#line 9245 "configure"
10f2d63a
VZ
9245#include "confdefs.h"
9246#include <sys/types.h>
9247#include <sys/param.h>
9248int main() {
9249
9250#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
9251 bogus endian macros
9252#endif
9253; return 0; }
9254EOF
1e8d2f69 9255if { (eval echo configure:9256: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10f2d63a
VZ
9256 rm -rf conftest*
9257 # It does; now see whether it defined to BIG_ENDIAN or not.
9258cat > conftest.$ac_ext <<EOF
1e8d2f69 9259#line 9260 "configure"
10f2d63a
VZ
9260#include "confdefs.h"
9261#include <sys/types.h>
9262#include <sys/param.h>
9263int main() {
9264
9265#if BYTE_ORDER != BIG_ENDIAN
9266 not big endian
9267#endif
9268; return 0; }
9269EOF
1e8d2f69 9270if { (eval echo configure:9271: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10f2d63a
VZ
9271 rm -rf conftest*
9272 ac_cv_c_bigendian=yes
9273else
9274 echo "configure: failed program was:" >&5
9275 cat conftest.$ac_ext >&5
9276 rm -rf conftest*
9277 ac_cv_c_bigendian=no
9278fi
9279rm -f conftest*
9280else
9281 echo "configure: failed program was:" >&5
9282 cat conftest.$ac_ext >&5
9283fi
9284rm -f conftest*
9285if test $ac_cv_c_bigendian = unknown; then
9286if test "$cross_compiling" = yes; then
9287 ac_cv_c_bigendian=unknown
9288else
9289 cat > conftest.$ac_ext <<EOF
1e8d2f69 9290#line 9291 "configure"
10f2d63a
VZ
9291#include "confdefs.h"
9292main () {
9293 /* Are we little or big endian? From Harbison&Steele. */
9294 union
9295 {
9296 long l;
9297 char c[sizeof (long)];
9298 } u;
9299 u.l = 1;
9300 exit (u.c[sizeof (long) - 1] == 1);
9301}
9302EOF
1e8d2f69 9303if { (eval echo configure:9304: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10f2d63a
VZ
9304then
9305 ac_cv_c_bigendian=no
9306else
9307 echo "configure: failed program was:" >&5
9308 cat conftest.$ac_ext >&5
9309 rm -fr conftest*
9310 ac_cv_c_bigendian=yes
9311fi
9312rm -fr conftest*
9313fi
9314
9315fi
9316fi
9317
9318echo "$ac_t""$ac_cv_c_bigendian" 1>&6
9319if test $ac_cv_c_bigendian = unknown; then
9320 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
9321fi
9322if test $ac_cv_c_bigendian = yes; then
9323 cat >> confdefs.h <<\EOF
9324#define WORDS_BIGENDIAN 1
9325EOF
9326
9327fi
9328
9329
9330
9331 if test "$cross_compiling" = "yes"; then
9332 cat >> confdefs.h <<\EOF
9333#define wxUSE_IOSTREAMH 1
9334EOF
9335
9336 else
9337
9338 ac_ext=C
9339# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9340ac_cpp='$CXXCPP $CPPFLAGS'
9341ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9342ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9343cross_compiling=$ac_cv_prog_cxx_cross
9344
9345
9346 for ac_hdr in iostream
9347do
9348ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9349echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1e8d2f69 9350echo "configure:9351: checking for $ac_hdr" >&5
10f2d63a
VZ
9351if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9352 echo $ac_n "(cached) $ac_c" 1>&6
9353else
9354 cat > conftest.$ac_ext <<EOF
1e8d2f69 9355#line 9356 "configure"
10f2d63a
VZ
9356#include "confdefs.h"
9357#include <$ac_hdr>
9358EOF
9359ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1e8d2f69 9360{ (eval echo configure:9361: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
9361ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9362if test -z "$ac_err"; then
9363 rm -rf conftest*
9364 eval "ac_cv_header_$ac_safe=yes"
9365else
9366 echo "$ac_err" >&5
9367 echo "configure: failed program was:" >&5
9368 cat conftest.$ac_ext >&5
9369 rm -rf conftest*
9370 eval "ac_cv_header_$ac_safe=no"
9371fi
9372rm -f conftest*
9373fi
9374if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9375 echo "$ac_t""yes" 1>&6
9376 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9377 cat >> confdefs.h <<EOF
9378#define $ac_tr_hdr 1
9379EOF
9380
9381else
9382 echo "$ac_t""no" 1>&6
9383fi
9384done
9385
9386
9387 if test "x$HAVE_IOSTREAM" = x ; then
9388 cat >> confdefs.h <<\EOF
9389#define wxUSE_IOSTREAMH 1
9390EOF
9391
9392 else
9393 :
9394 fi
9395
9396 ac_ext=c
9397# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9398ac_cpp='$CPP $CPPFLAGS'
9399ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9400ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9401cross_compiling=$ac_cv_prog_cc_cross
9402
9403 fi
9404
9405
9406
9407 echo $ac_n "checking if C++ compiler supports bool""... $ac_c" 1>&6
1e8d2f69 9408echo "configure:9409: checking if C++ compiler supports bool" >&5
10f2d63a
VZ
9409if eval "test \"`echo '$''{'wx_cv_cpp_bool'+set}'`\" = set"; then
9410 echo $ac_n "(cached) $ac_c" 1>&6
9411else
9412
9413
9414 ac_ext=C
9415# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9416ac_cpp='$CXXCPP $CPPFLAGS'
9417ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9418ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9419cross_compiling=$ac_cv_prog_cxx_cross
9420
9421
9422 cat > conftest.$ac_ext <<EOF
1e8d2f69 9423#line 9424 "configure"
10f2d63a
VZ
9424#include "confdefs.h"
9425
9426
9427int main() {
9428
9429 bool b = true;
9430
9431 return 0;
9432
9433; return 0; }
9434EOF
1e8d2f69 9435if { (eval echo configure:9436: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10f2d63a
VZ
9436 rm -rf conftest*
9437
9438 cat >> confdefs.h <<\EOF
9439#define HAVE_BOOL 1
9440EOF
9441
9442 wx_cv_cpp_bool=yes
9443
9444else
9445 echo "configure: failed program was:" >&5
9446 cat conftest.$ac_ext >&5
9447 rm -rf conftest*
9448
9449 wx_cv_cpp_bool=no
9450
9451
9452fi
9453rm -f conftest*
9454
9455 ac_ext=c
9456# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9457ac_cpp='$CPP $CPPFLAGS'
9458ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9459ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9460cross_compiling=$ac_cv_prog_cc_cross
9461
9462
9463fi
9464
9465echo "$ac_t""$wx_cv_cpp_bool" 1>&6
9466
9467 if test "$wx_cv_cpp_bool" = "yes"; then
9468 cat >> confdefs.h <<\EOF
9469#define HAVE_BOOL 1
9470EOF
9471
9472 fi
9473
9474
9475
10f2d63a 9476echo $ac_n "checking if you need GNU extensions""... $ac_c" 1>&6
1e8d2f69 9477echo "configure:9478: checking if you need GNU extensions" >&5
10f2d63a
VZ
9478if eval "test \"`echo '$''{'wx_cv_gnu_extensions'+set}'`\" = set"; then
9479 echo $ac_n "(cached) $ac_c" 1>&6
9480else
9481
9482 cat > conftest.$ac_ext <<EOF
1e8d2f69 9483#line 9484 "configure"
10f2d63a
VZ
9484#include "confdefs.h"
9485#include <features.h>
9486int main() {
9487
9488
9489#ifndef __GNU_LIBRARY__
9490 Compile error wanted
9491#endif
9492
9493
9494; return 0; }
9495EOF
1e8d2f69 9496if { (eval echo configure:9497: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10f2d63a
VZ
9497 rm -rf conftest*
9498 wx_cv_gnu_extensions=yes
9499else
9500 echo "configure: failed program was:" >&5
9501 cat conftest.$ac_ext >&5
9502 rm -rf conftest*
9503 wx_cv_gnu_extensions=no
9504fi
9505rm -f conftest*
9506
9507fi
9508
9509
9510echo "$ac_t""$wx_cv_gnu_extensions" 1>&6
9511if test "$wx_cv_gnu_extensions" = "yes"; then
9512 cat >> confdefs.h <<EOF
9513#define _GNU_SOURCE 1
9514EOF
9515
9516fi
9517
9518
9519
9520echo $ac_n "checking for wcslen in -lc""... $ac_c" 1>&6
1e8d2f69 9521echo "configure:9522: checking for wcslen in -lc" >&5
10f2d63a
VZ
9522ac_lib_var=`echo c'_'wcslen | sed 'y%./+-%__p_%'`
9523if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9524 echo $ac_n "(cached) $ac_c" 1>&6
9525else
9526 ac_save_LIBS="$LIBS"
9527LIBS="-lc $LIBS"
9528cat > conftest.$ac_ext <<EOF
1e8d2f69 9529#line 9530 "configure"
10f2d63a
VZ
9530#include "confdefs.h"
9531/* Override any gcc2 internal prototype to avoid an error. */
9532/* We use char because int might match the return type of a gcc2
9533 builtin and then its argument prototype would still apply. */
9534char wcslen();
9535
9536int main() {
9537wcslen()
9538; return 0; }
9539EOF
1e8d2f69 9540if { (eval echo configure:9541: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
9541 rm -rf conftest*
9542 eval "ac_cv_lib_$ac_lib_var=yes"
9543else
9544 echo "configure: failed program was:" >&5
9545 cat conftest.$ac_ext >&5
9546 rm -rf conftest*
9547 eval "ac_cv_lib_$ac_lib_var=no"
9548fi
9549rm -f conftest*
9550LIBS="$ac_save_LIBS"
9551
9552fi
9553if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9554 echo "$ac_t""yes" 1>&6
9555
9556 cat >> confdefs.h <<\EOF
9557#define HAVE_WCSLEN 1
9558EOF
9559
9560 WCHAR_LINK=""
9561
9562else
9563 echo "$ac_t""no" 1>&6
9564
9565 echo $ac_n "checking for wcslen in -lw""... $ac_c" 1>&6
1e8d2f69 9566echo "configure:9567: checking for wcslen in -lw" >&5
10f2d63a
VZ
9567ac_lib_var=`echo w'_'wcslen | sed 'y%./+-%__p_%'`
9568if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9569 echo $ac_n "(cached) $ac_c" 1>&6
9570else
9571 ac_save_LIBS="$LIBS"
9572LIBS="-lw $LIBS"
9573cat > conftest.$ac_ext <<EOF
1e8d2f69 9574#line 9575 "configure"
10f2d63a
VZ
9575#include "confdefs.h"
9576/* Override any gcc2 internal prototype to avoid an error. */
9577/* We use char because int might match the return type of a gcc2
9578 builtin and then its argument prototype would still apply. */
9579char wcslen();
9580
9581int main() {
9582wcslen()
9583; return 0; }
9584EOF
1e8d2f69 9585if { (eval echo configure:9586: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
9586 rm -rf conftest*
9587 eval "ac_cv_lib_$ac_lib_var=yes"
9588else
9589 echo "configure: failed program was:" >&5
9590 cat conftest.$ac_ext >&5
9591 rm -rf conftest*
9592 eval "ac_cv_lib_$ac_lib_var=no"
9593fi
9594rm -f conftest*
9595LIBS="$ac_save_LIBS"
9596
9597fi
9598if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9599 echo "$ac_t""yes" 1>&6
9600
9601 cat >> confdefs.h <<\EOF
9602#define HAVE_WCSLEN 1
9603EOF
9604
9605 WCHAR_LINK="-lw"
9606
9607else
9608 echo "$ac_t""no" 1>&6
9609fi
9610
9611
9612fi
9613
9614
9615echo $ac_n "checking for vprintf""... $ac_c" 1>&6
1e8d2f69 9616echo "configure:9617: checking for vprintf" >&5
10f2d63a
VZ
9617if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
9618 echo $ac_n "(cached) $ac_c" 1>&6
9619else
9620 cat > conftest.$ac_ext <<EOF
1e8d2f69 9621#line 9622 "configure"
10f2d63a
VZ
9622#include "confdefs.h"
9623/* System header to define __stub macros and hopefully few prototypes,
9624 which can conflict with char vprintf(); below. */
9625#include <assert.h>
9626/* Override any gcc2 internal prototype to avoid an error. */
9627/* We use char because int might match the return type of a gcc2
9628 builtin and then its argument prototype would still apply. */
9629char vprintf();
1e8d2f69 9630char (*f)();
10f2d63a
VZ
9631
9632int main() {
9633
9634/* The GNU C library defines this for functions which it implements
9635 to always fail with ENOSYS. Some functions are actually named
9636 something starting with __ and the normal name is an alias. */
9637#if defined (__stub_vprintf) || defined (__stub___vprintf)
9638choke me
9639#else
1e8d2f69 9640f = vprintf;
10f2d63a
VZ
9641#endif
9642
9643; return 0; }
9644EOF
1e8d2f69 9645if { (eval echo configure:9646: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
9646 rm -rf conftest*
9647 eval "ac_cv_func_vprintf=yes"
9648else
9649 echo "configure: failed program was:" >&5
9650 cat conftest.$ac_ext >&5
9651 rm -rf conftest*
9652 eval "ac_cv_func_vprintf=no"
9653fi
9654rm -f conftest*
9655fi
9656
9657if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
9658 echo "$ac_t""yes" 1>&6
9659 cat >> confdefs.h <<\EOF
9660#define HAVE_VPRINTF 1
9661EOF
9662
9663else
9664 echo "$ac_t""no" 1>&6
9665fi
9666
9667if test "$ac_cv_func_vprintf" != yes; then
9668echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
1e8d2f69 9669echo "configure:9670: checking for _doprnt" >&5
10f2d63a
VZ
9670if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
9671 echo $ac_n "(cached) $ac_c" 1>&6
9672else
9673 cat > conftest.$ac_ext <<EOF
1e8d2f69 9674#line 9675 "configure"
10f2d63a
VZ
9675#include "confdefs.h"
9676/* System header to define __stub macros and hopefully few prototypes,
9677 which can conflict with char _doprnt(); below. */
9678#include <assert.h>
9679/* Override any gcc2 internal prototype to avoid an error. */
9680/* We use char because int might match the return type of a gcc2
9681 builtin and then its argument prototype would still apply. */
9682char _doprnt();
1e8d2f69 9683char (*f)();
10f2d63a
VZ
9684
9685int main() {
9686
9687/* The GNU C library defines this for functions which it implements
9688 to always fail with ENOSYS. Some functions are actually named
9689 something starting with __ and the normal name is an alias. */
9690#if defined (__stub__doprnt) || defined (__stub____doprnt)
9691choke me
9692#else
1e8d2f69 9693f = _doprnt;
10f2d63a
VZ
9694#endif
9695
9696; return 0; }
9697EOF
1e8d2f69 9698if { (eval echo configure:9699: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
9699 rm -rf conftest*
9700 eval "ac_cv_func__doprnt=yes"
9701else
9702 echo "configure: failed program was:" >&5
9703 cat conftest.$ac_ext >&5
9704 rm -rf conftest*
9705 eval "ac_cv_func__doprnt=no"
9706fi
9707rm -f conftest*
9708fi
9709
9710if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
9711 echo "$ac_t""yes" 1>&6
9712 cat >> confdefs.h <<\EOF
9713#define HAVE_DOPRNT 1
9714EOF
9715
9716else
9717 echo "$ac_t""no" 1>&6
9718fi
9719
9720fi
9721
9722
9723for ac_func in vsnprintf
9724do
9725echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1e8d2f69 9726echo "configure:9727: checking for $ac_func" >&5
10f2d63a
VZ
9727if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9728 echo $ac_n "(cached) $ac_c" 1>&6
9729else
9730 cat > conftest.$ac_ext <<EOF
1e8d2f69 9731#line 9732 "configure"
10f2d63a
VZ
9732#include "confdefs.h"
9733/* System header to define __stub macros and hopefully few prototypes,
9734 which can conflict with char $ac_func(); below. */
9735#include <assert.h>
9736/* Override any gcc2 internal prototype to avoid an error. */
9737/* We use char because int might match the return type of a gcc2
9738 builtin and then its argument prototype would still apply. */
9739char $ac_func();
1e8d2f69 9740char (*f)();
10f2d63a
VZ
9741
9742int main() {
9743
9744/* The GNU C library defines this for functions which it implements
9745 to always fail with ENOSYS. Some functions are actually named
9746 something starting with __ and the normal name is an alias. */
9747#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9748choke me
9749#else
1e8d2f69 9750f = $ac_func;
10f2d63a
VZ
9751#endif
9752
9753; return 0; }
9754EOF
1e8d2f69 9755if { (eval echo configure:9756: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
9756 rm -rf conftest*
9757 eval "ac_cv_func_$ac_func=yes"
9758else
9759 echo "configure: failed program was:" >&5
9760 cat conftest.$ac_ext >&5
9761 rm -rf conftest*
9762 eval "ac_cv_func_$ac_func=no"
9763fi
9764rm -f conftest*
9765fi
9766
9767if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9768 echo "$ac_t""yes" 1>&6
9769 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9770 cat >> confdefs.h <<EOF
9771#define $ac_tr_func 1
9772EOF
9773 cat >> confdefs.h <<\EOF
9774#define HAVE_VSNPRINTF 1
9775EOF
9776
9777else
9778 echo "$ac_t""no" 1>&6
9779echo "configure: warning: unsafe function sprintf will be used instead of snprintf" 1>&2
9780
9781fi
9782done
9783
9784
9785
9786ac_ext=C
9787# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9788ac_cpp='$CXXCPP $CPPFLAGS'
9789ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9790ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9791cross_compiling=$ac_cv_prog_cxx_cross
9792
9793
9794echo $ac_n "checking for vsscanf""... $ac_c" 1>&6
1e8d2f69 9795echo "configure:9796: checking for vsscanf" >&5
10f2d63a
VZ
9796if eval "test \"`echo '$''{'wx_cv_func_vsscanf'+set}'`\" = set"; then
9797 echo $ac_n "(cached) $ac_c" 1>&6
9798else
9799
9800 if test "$cross_compiling" = yes; then
9801 wx_cv_func_vsscanf=no
9802
9803else
9804 cat > conftest.$ac_ext <<EOF
1e8d2f69 9805#line 9806 "configure"
10f2d63a
VZ
9806#include "confdefs.h"
9807#ifdef __cplusplus
9808extern "C" void exit(int);
9809#endif
9810
9811 #include <stdio.h>
9812 #include <stdarg.h>
9813
9814 int try_vsscanf(const char *format, ...)
9815 {
9816 va_list ap;
9817 va_start(ap, format);
9818
9819 vsscanf("17", format, ap);
9820
9821 va_end(ap);
9822 }
9823
9824 int main()
9825 {
9826 int i;
9827 try_vsscanf("%d", &i);
9828 return i == 17 ? 0 : 1;
9829 }
9830
9831EOF
1e8d2f69 9832if { (eval echo configure:9833: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10f2d63a
VZ
9833then
9834
9835 cat >> confdefs.h <<\EOF
9836#define HAVE_VSSCANF 1
9837EOF
9838
9839 wx_cv_func_vsscanf=yes
9840
9841else
9842 echo "configure: failed program was:" >&5
9843 cat conftest.$ac_ext >&5
9844 rm -fr conftest*
9845 wx_cv_func_vsscanf=no
9846fi
9847rm -fr conftest*
9848fi
9849
9850
9851fi
9852
9853echo "$ac_t""$wx_cv_func_vsscanf" 1>&6
9854
9855ac_ext=c
9856# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9857ac_cpp='$CPP $CPPFLAGS'
9858ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9859ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9860cross_compiling=$ac_cv_prog_cc_cross
9861
9862
9863if test "$USE_UNIX" = 1; then
9864
9865for ac_func in vfork
9866do
9867echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1e8d2f69 9868echo "configure:9869: checking for $ac_func" >&5
10f2d63a
VZ
9869if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9870 echo $ac_n "(cached) $ac_c" 1>&6
9871else
9872 cat > conftest.$ac_ext <<EOF
1e8d2f69 9873#line 9874 "configure"
10f2d63a
VZ
9874#include "confdefs.h"
9875/* System header to define __stub macros and hopefully few prototypes,
9876 which can conflict with char $ac_func(); below. */
9877#include <assert.h>
9878/* Override any gcc2 internal prototype to avoid an error. */
9879/* We use char because int might match the return type of a gcc2
9880 builtin and then its argument prototype would still apply. */
9881char $ac_func();
1e8d2f69 9882char (*f)();
10f2d63a
VZ
9883
9884int main() {
9885
9886/* The GNU C library defines this for functions which it implements
9887 to always fail with ENOSYS. Some functions are actually named
9888 something starting with __ and the normal name is an alias. */
9889#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9890choke me
9891#else
1e8d2f69 9892f = $ac_func;
10f2d63a
VZ
9893#endif
9894
9895; return 0; }
9896EOF
1e8d2f69 9897if { (eval echo configure:9898: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
270a909e
VZ
9898 rm -rf conftest*
9899 eval "ac_cv_func_$ac_func=yes"
9900else
9901 echo "configure: failed program was:" >&5
9902 cat conftest.$ac_ext >&5
9903 rm -rf conftest*
9904 eval "ac_cv_func_$ac_func=no"
9905fi
9906rm -f conftest*
9907fi
9908
9909if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9910 echo "$ac_t""yes" 1>&6
9911 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9912 cat >> confdefs.h <<EOF
9913#define $ac_tr_func 1
9914EOF
9915
9916else
9917 echo "$ac_t""no" 1>&6
9918fi
9919done
9920
9921
9922for ac_func in timegm
9923do
9924echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1e8d2f69 9925echo "configure:9926: checking for $ac_func" >&5
270a909e
VZ
9926if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9927 echo $ac_n "(cached) $ac_c" 1>&6
9928else
9929 cat > conftest.$ac_ext <<EOF
1e8d2f69 9930#line 9931 "configure"
270a909e
VZ
9931#include "confdefs.h"
9932/* System header to define __stub macros and hopefully few prototypes,
9933 which can conflict with char $ac_func(); below. */
9934#include <assert.h>
9935/* Override any gcc2 internal prototype to avoid an error. */
9936/* We use char because int might match the return type of a gcc2
9937 builtin and then its argument prototype would still apply. */
9938char $ac_func();
1e8d2f69 9939char (*f)();
270a909e
VZ
9940
9941int main() {
9942
9943/* The GNU C library defines this for functions which it implements
9944 to always fail with ENOSYS. Some functions are actually named
9945 something starting with __ and the normal name is an alias. */
9946#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9947choke me
9948#else
1e8d2f69 9949f = $ac_func;
270a909e
VZ
9950#endif
9951
9952; return 0; }
9953EOF
1e8d2f69 9954if { (eval echo configure:9955: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
9955 rm -rf conftest*
9956 eval "ac_cv_func_$ac_func=yes"
9957else
9958 echo "configure: failed program was:" >&5
9959 cat conftest.$ac_ext >&5
9960 rm -rf conftest*
9961 eval "ac_cv_func_$ac_func=no"
9962fi
9963rm -f conftest*
9964fi
9965
9966if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9967 echo "$ac_t""yes" 1>&6
9968 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9969 cat >> confdefs.h <<EOF
9970#define $ac_tr_func 1
9971EOF
9972
9973else
9974 echo "$ac_t""no" 1>&6
9975fi
9976done
9977
9978
b12915c1
VZ
9979HAVE_SOME_SLEEP_FUNC=0
9980if test "$USE_BEOS" = 1; then
9981 cat >> confdefs.h <<\EOF
9982#define HAVE_SLEEP 1
9983EOF
9984
9985 HAVE_SOME_SLEEP_FUNC=1
9986fi
9987
9988if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
9989 POSIX4_LINK=
9990 for ac_func in nanosleep
10f2d63a
VZ
9991do
9992echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1e8d2f69 9993echo "configure:9994: checking for $ac_func" >&5
10f2d63a
VZ
9994if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9995 echo $ac_n "(cached) $ac_c" 1>&6
9996else
9997 cat > conftest.$ac_ext <<EOF
1e8d2f69 9998#line 9999 "configure"
10f2d63a
VZ
9999#include "confdefs.h"
10000/* System header to define __stub macros and hopefully few prototypes,
10001 which can conflict with char $ac_func(); below. */
10002#include <assert.h>
10003/* Override any gcc2 internal prototype to avoid an error. */
10004/* We use char because int might match the return type of a gcc2
10005 builtin and then its argument prototype would still apply. */
10006char $ac_func();
1e8d2f69 10007char (*f)();
10f2d63a
VZ
10008
10009int main() {
10010
10011/* The GNU C library defines this for functions which it implements
10012 to always fail with ENOSYS. Some functions are actually named
10013 something starting with __ and the normal name is an alias. */
10014#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10015choke me
10016#else
1e8d2f69 10017f = $ac_func;
10f2d63a
VZ
10018#endif
10019
10020; return 0; }
10021EOF
1e8d2f69 10022if { (eval echo configure:10023: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
10023 rm -rf conftest*
10024 eval "ac_cv_func_$ac_func=yes"
10025else
10026 echo "configure: failed program was:" >&5
10027 cat conftest.$ac_ext >&5
10028 rm -rf conftest*
10029 eval "ac_cv_func_$ac_func=no"
10030fi
10031rm -f conftest*
10032fi
10033
10034if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10035 echo "$ac_t""yes" 1>&6
10036 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10037 cat >> confdefs.h <<EOF
10038#define $ac_tr_func 1
10039EOF
10040 cat >> confdefs.h <<\EOF
10041#define HAVE_NANOSLEEP 1
10042EOF
10043
10044else
10045 echo "$ac_t""no" 1>&6
10046echo $ac_n "checking for nanosleep in -lposix4""... $ac_c" 1>&6
1e8d2f69 10047echo "configure:10048: checking for nanosleep in -lposix4" >&5
10f2d63a
VZ
10048ac_lib_var=`echo posix4'_'nanosleep | sed 'y%./+-%__p_%'`
10049if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10050 echo $ac_n "(cached) $ac_c" 1>&6
10051else
10052 ac_save_LIBS="$LIBS"
10053LIBS="-lposix4 $LIBS"
10054cat > conftest.$ac_ext <<EOF
1e8d2f69 10055#line 10056 "configure"
10f2d63a
VZ
10056#include "confdefs.h"
10057/* Override any gcc2 internal prototype to avoid an error. */
10058/* We use char because int might match the return type of a gcc2
10059 builtin and then its argument prototype would still apply. */
10060char nanosleep();
10061
10062int main() {
10063nanosleep()
10064; return 0; }
10065EOF
1e8d2f69 10066if { (eval echo configure:10067: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
10067 rm -rf conftest*
10068 eval "ac_cv_lib_$ac_lib_var=yes"
10069else
10070 echo "configure: failed program was:" >&5
10071 cat conftest.$ac_ext >&5
10072 rm -rf conftest*
10073 eval "ac_cv_lib_$ac_lib_var=no"
10074fi
10075rm -f conftest*
10076LIBS="$ac_save_LIBS"
10077
10078fi
10079if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10080 echo "$ac_t""yes" 1>&6
10081
b12915c1 10082 cat >> confdefs.h <<\EOF
10f2d63a
VZ
10083#define HAVE_NANOSLEEP 1
10084EOF
10085
b12915c1
VZ
10086 POSIX4_LINK="-lposix4"
10087
10f2d63a
VZ
10088else
10089 echo "$ac_t""no" 1>&6
10090
b12915c1 10091 for ac_func in usleep
10f2d63a
VZ
10092do
10093echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1e8d2f69 10094echo "configure:10095: checking for $ac_func" >&5
10f2d63a
VZ
10095if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10096 echo $ac_n "(cached) $ac_c" 1>&6
10097else
10098 cat > conftest.$ac_ext <<EOF
1e8d2f69 10099#line 10100 "configure"
10f2d63a
VZ
10100#include "confdefs.h"
10101/* System header to define __stub macros and hopefully few prototypes,
10102 which can conflict with char $ac_func(); below. */
10103#include <assert.h>
10104/* Override any gcc2 internal prototype to avoid an error. */
10105/* We use char because int might match the return type of a gcc2
10106 builtin and then its argument prototype would still apply. */
10107char $ac_func();
1e8d2f69 10108char (*f)();
10f2d63a
VZ
10109
10110int main() {
10111
10112/* The GNU C library defines this for functions which it implements
10113 to always fail with ENOSYS. Some functions are actually named
10114 something starting with __ and the normal name is an alias. */
10115#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10116choke me
10117#else
1e8d2f69 10118f = $ac_func;
10f2d63a
VZ
10119#endif
10120
10121; return 0; }
10122EOF
1e8d2f69 10123if { (eval echo configure:10124: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
10124 rm -rf conftest*
10125 eval "ac_cv_func_$ac_func=yes"
10126else
10127 echo "configure: failed program was:" >&5
10128 cat conftest.$ac_ext >&5
10129 rm -rf conftest*
10130 eval "ac_cv_func_$ac_func=no"
10131fi
10132rm -f conftest*
10133fi
10134
10135if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10136 echo "$ac_t""yes" 1>&6
10137 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10138 cat >> confdefs.h <<EOF
10139#define $ac_tr_func 1
10140EOF
b12915c1 10141
10f2d63a
VZ
10142else
10143 echo "$ac_t""no" 1>&6
10f2d63a
VZ
10144fi
10145done
10146
b12915c1
VZ
10147 echo "configure: warning: wxSleep() function will not work" 1>&2
10148
10149
10f2d63a
VZ
10150fi
10151
b12915c1
VZ
10152
10153
10f2d63a
VZ
10154fi
10155done
10156
b12915c1 10157fi
10f2d63a
VZ
10158
10159for ac_func in uname gethostname
10160do
10161echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1e8d2f69 10162echo "configure:10163: checking for $ac_func" >&5
10f2d63a
VZ
10163if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10164 echo $ac_n "(cached) $ac_c" 1>&6
10165else
10166 cat > conftest.$ac_ext <<EOF
1e8d2f69 10167#line 10168 "configure"
10f2d63a
VZ
10168#include "confdefs.h"
10169/* System header to define __stub macros and hopefully few prototypes,
10170 which can conflict with char $ac_func(); below. */
10171#include <assert.h>
10172/* Override any gcc2 internal prototype to avoid an error. */
10173/* We use char because int might match the return type of a gcc2
10174 builtin and then its argument prototype would still apply. */
10175char $ac_func();
1e8d2f69 10176char (*f)();
10f2d63a
VZ
10177
10178int main() {
10179
10180/* The GNU C library defines this for functions which it implements
10181 to always fail with ENOSYS. Some functions are actually named
10182 something starting with __ and the normal name is an alias. */
10183#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10184choke me
10185#else
1e8d2f69 10186f = $ac_func;
10f2d63a
VZ
10187#endif
10188
10189; return 0; }
10190EOF
1e8d2f69 10191if { (eval echo configure:10192: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
10192 rm -rf conftest*
10193 eval "ac_cv_func_$ac_func=yes"
10194else
10195 echo "configure: failed program was:" >&5
10196 cat conftest.$ac_ext >&5
10197 rm -rf conftest*
10198 eval "ac_cv_func_$ac_func=no"
10199fi
10200rm -f conftest*
10201fi
10202
10203if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10204 echo "$ac_t""yes" 1>&6
10205 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10206 cat >> confdefs.h <<EOF
10207#define $ac_tr_func 1
10208EOF
10209 break
10210else
10211 echo "$ac_t""no" 1>&6
10212fi
10213done
10214
10215
10216for ac_func in strtok_r
10217do
10218echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1e8d2f69 10219echo "configure:10220: checking for $ac_func" >&5
10f2d63a
VZ
10220if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10221 echo $ac_n "(cached) $ac_c" 1>&6
10222else
10223 cat > conftest.$ac_ext <<EOF
1e8d2f69 10224#line 10225 "configure"
10f2d63a
VZ
10225#include "confdefs.h"
10226/* System header to define __stub macros and hopefully few prototypes,
10227 which can conflict with char $ac_func(); below. */
10228#include <assert.h>
10229/* Override any gcc2 internal prototype to avoid an error. */
10230/* We use char because int might match the return type of a gcc2
10231 builtin and then its argument prototype would still apply. */
10232char $ac_func();
1e8d2f69 10233char (*f)();
10f2d63a
VZ
10234
10235int main() {
10236
10237/* The GNU C library defines this for functions which it implements
10238 to always fail with ENOSYS. Some functions are actually named
10239 something starting with __ and the normal name is an alias. */
10240#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10241choke me
10242#else
1e8d2f69 10243f = $ac_func;
10f2d63a
VZ
10244#endif
10245
10246; return 0; }
10247EOF
1e8d2f69 10248if { (eval echo configure:10249: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
10249 rm -rf conftest*
10250 eval "ac_cv_func_$ac_func=yes"
10251else
10252 echo "configure: failed program was:" >&5
10253 cat conftest.$ac_ext >&5
10254 rm -rf conftest*
10255 eval "ac_cv_func_$ac_func=no"
10256fi
10257rm -f conftest*
10258fi
10259
10260if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10261 echo "$ac_t""yes" 1>&6
10262 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10263 cat >> confdefs.h <<EOF
10264#define $ac_tr_func 1
10265EOF
10266
10267else
10268 echo "$ac_t""no" 1>&6
10269fi
10270done
10271
10272
c63c7106 10273INET_LINK=
10f2d63a
VZ
10274for ac_func in inet_addr
10275do
10276echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1e8d2f69 10277echo "configure:10278: checking for $ac_func" >&5
10f2d63a
VZ
10278if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10279 echo $ac_n "(cached) $ac_c" 1>&6
10280else
10281 cat > conftest.$ac_ext <<EOF
1e8d2f69 10282#line 10283 "configure"
10f2d63a
VZ
10283#include "confdefs.h"
10284/* System header to define __stub macros and hopefully few prototypes,
10285 which can conflict with char $ac_func(); below. */
10286#include <assert.h>
10287/* Override any gcc2 internal prototype to avoid an error. */
10288/* We use char because int might match the return type of a gcc2
10289 builtin and then its argument prototype would still apply. */
10290char $ac_func();
1e8d2f69 10291char (*f)();
10f2d63a
VZ
10292
10293int main() {
10294
10295/* The GNU C library defines this for functions which it implements
10296 to always fail with ENOSYS. Some functions are actually named
10297 something starting with __ and the normal name is an alias. */
10298#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10299choke me
10300#else
1e8d2f69 10301f = $ac_func;
10f2d63a
VZ
10302#endif
10303
10304; return 0; }
10305EOF
1e8d2f69 10306if { (eval echo configure:10307: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
10307 rm -rf conftest*
10308 eval "ac_cv_func_$ac_func=yes"
10309else
10310 echo "configure: failed program was:" >&5
10311 cat conftest.$ac_ext >&5
10312 rm -rf conftest*
10313 eval "ac_cv_func_$ac_func=no"
10314fi
10315rm -f conftest*
10316fi
10317
10318if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10319 echo "$ac_t""yes" 1>&6
10320 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10321 cat >> confdefs.h <<EOF
10322#define $ac_tr_func 1
10323EOF
c63c7106
VZ
10324 cat >> confdefs.h <<\EOF
10325#define HAVE_INET_ADDR 1
10326EOF
10327
10f2d63a
VZ
10328else
10329 echo "$ac_t""no" 1>&6
c63c7106 10330echo $ac_n "checking for inet_addr in -lnsl""... $ac_c" 1>&6
1e8d2f69 10331echo "configure:10332: checking for inet_addr in -lnsl" >&5
c63c7106
VZ
10332ac_lib_var=`echo nsl'_'inet_addr | sed 'y%./+-%__p_%'`
10333if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10334 echo $ac_n "(cached) $ac_c" 1>&6
10335else
10336 ac_save_LIBS="$LIBS"
10337LIBS="-lnsl $LIBS"
10338cat > conftest.$ac_ext <<EOF
1e8d2f69 10339#line 10340 "configure"
c63c7106
VZ
10340#include "confdefs.h"
10341/* Override any gcc2 internal prototype to avoid an error. */
10342/* We use char because int might match the return type of a gcc2
10343 builtin and then its argument prototype would still apply. */
10344char inet_addr();
10345
10346int main() {
10347inet_addr()
10348; return 0; }
10349EOF
1e8d2f69 10350if { (eval echo configure:10351: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c63c7106
VZ
10351 rm -rf conftest*
10352 eval "ac_cv_lib_$ac_lib_var=yes"
10353else
10354 echo "configure: failed program was:" >&5
10355 cat conftest.$ac_ext >&5
10356 rm -rf conftest*
10357 eval "ac_cv_lib_$ac_lib_var=no"
10358fi
10359rm -f conftest*
10360LIBS="$ac_save_LIBS"
10361
10362fi
10363if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10364 echo "$ac_t""yes" 1>&6
10365 INET_LINK="nsl"
10366else
10367 echo "$ac_t""no" 1>&6
10368echo $ac_n "checking for inet_addr in -lresolv""... $ac_c" 1>&6
1e8d2f69 10369echo "configure:10370: checking for inet_addr in -lresolv" >&5
c63c7106
VZ
10370ac_lib_var=`echo resolv'_'inet_addr | sed 'y%./+-%__p_%'`
10371if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10372 echo $ac_n "(cached) $ac_c" 1>&6
10373else
10374 ac_save_LIBS="$LIBS"
10375LIBS="-lresolv $LIBS"
10376cat > conftest.$ac_ext <<EOF
1e8d2f69 10377#line 10378 "configure"
c63c7106
VZ
10378#include "confdefs.h"
10379/* Override any gcc2 internal prototype to avoid an error. */
10380/* We use char because int might match the return type of a gcc2
10381 builtin and then its argument prototype would still apply. */
10382char inet_addr();
10383
10384int main() {
10385inet_addr()
10386; return 0; }
10387EOF
1e8d2f69 10388if { (eval echo configure:10389: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c63c7106
VZ
10389 rm -rf conftest*
10390 eval "ac_cv_lib_$ac_lib_var=yes"
10391else
10392 echo "configure: failed program was:" >&5
10393 cat conftest.$ac_ext >&5
10394 rm -rf conftest*
10395 eval "ac_cv_lib_$ac_lib_var=no"
10396fi
10397rm -f conftest*
10398LIBS="$ac_save_LIBS"
10399
10400fi
10401if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10402 echo "$ac_t""yes" 1>&6
10403 INET_LINK="resolv"
10404
10405else
10406 echo "$ac_t""no" 1>&6
10407fi
10408
10409
10410fi
10411
10412
10413
10f2d63a
VZ
10414fi
10415done
10416
c63c7106 10417
10f2d63a
VZ
10418for ac_func in inet_aton
10419do
10420echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1e8d2f69 10421echo "configure:10422: checking for $ac_func" >&5
10f2d63a
VZ
10422if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10423 echo $ac_n "(cached) $ac_c" 1>&6
10424else
10425 cat > conftest.$ac_ext <<EOF
1e8d2f69 10426#line 10427 "configure"
10f2d63a
VZ
10427#include "confdefs.h"
10428/* System header to define __stub macros and hopefully few prototypes,
10429 which can conflict with char $ac_func(); below. */
10430#include <assert.h>
10431/* Override any gcc2 internal prototype to avoid an error. */
10432/* We use char because int might match the return type of a gcc2
10433 builtin and then its argument prototype would still apply. */
10434char $ac_func();
1e8d2f69 10435char (*f)();
10f2d63a
VZ
10436
10437int main() {
10438
10439/* The GNU C library defines this for functions which it implements
10440 to always fail with ENOSYS. Some functions are actually named
10441 something starting with __ and the normal name is an alias. */
10442#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10443choke me
10444#else
1e8d2f69 10445f = $ac_func;
10f2d63a
VZ
10446#endif
10447
10448; return 0; }
10449EOF
1e8d2f69 10450if { (eval echo configure:10451: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
10451 rm -rf conftest*
10452 eval "ac_cv_func_$ac_func=yes"
10453else
10454 echo "configure: failed program was:" >&5
10455 cat conftest.$ac_ext >&5
10456 rm -rf conftest*
10457 eval "ac_cv_func_$ac_func=no"
10458fi
10459rm -f conftest*
10460fi
10461
10462if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10463 echo "$ac_t""yes" 1>&6
10464 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10465 cat >> confdefs.h <<EOF
10466#define $ac_tr_func 1
10467EOF
c63c7106
VZ
10468 cat >> confdefs.h <<\EOF
10469#define HAVE_INET_ATON 1
10470EOF
10471
10f2d63a
VZ
10472else
10473 echo "$ac_t""no" 1>&6
c63c7106 10474 echo $ac_n "checking for inet_aton in -l$INET_LINK""... $ac_c" 1>&6
1e8d2f69 10475echo "configure:10476: checking for inet_aton in -l$INET_LINK" >&5
c63c7106 10476ac_lib_var=`echo $INET_LINK'_'inet_aton | sed 'y%./+-%__p_%'`
10f2d63a
VZ
10477if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10478 echo $ac_n "(cached) $ac_c" 1>&6
10479else
10480 ac_save_LIBS="$LIBS"
c63c7106 10481LIBS="-l$INET_LINK $LIBS"
10f2d63a 10482cat > conftest.$ac_ext <<EOF
1e8d2f69 10483#line 10484 "configure"
10f2d63a
VZ
10484#include "confdefs.h"
10485/* Override any gcc2 internal prototype to avoid an error. */
10486/* We use char because int might match the return type of a gcc2
10487 builtin and then its argument prototype would still apply. */
10488char inet_aton();
10489
10490int main() {
10491inet_aton()
10492; return 0; }
10493EOF
1e8d2f69 10494if { (eval echo configure:10495: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
10495 rm -rf conftest*
10496 eval "ac_cv_lib_$ac_lib_var=yes"
10497else
10498 echo "configure: failed program was:" >&5
10499 cat conftest.$ac_ext >&5
10500 rm -rf conftest*
10501 eval "ac_cv_lib_$ac_lib_var=no"
10502fi
10503rm -f conftest*
10504LIBS="$ac_save_LIBS"
10505
10506fi
10507if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10508 echo "$ac_t""yes" 1>&6
c63c7106
VZ
10509 cat >> confdefs.h <<\EOF
10510#define HAVE_INET_ATON 1
10f2d63a
VZ
10511EOF
10512
10f2d63a
VZ
10513else
10514 echo "$ac_t""no" 1>&6
10515fi
10516
c63c7106
VZ
10517
10518fi
10519done
10520
10521
10522if test "x$INET_LINK" != "x"; then
10523 cat >> confdefs.h <<\EOF
10524#define HAVE_INET_ADDR 1
10525EOF
10526
10527 INET_LINK="-l$INET_LINK"
10528fi
10f2d63a
VZ
10529
10530fi
10531
10532
10533cat > confcache <<\EOF
10534# This file is a shell script that caches the results of configure
10535# tests run on this system so they can be shared between configure
10536# scripts and configure runs. It is not useful on other systems.
10537# If it contains results you don't want to keep, you may remove or edit it.
10538#
10539# By default, configure uses ./config.cache as the cache file,
10540# creating it if it does not exist already. You can give configure
10541# the --cache-file=FILE option to use a different cache file; that is
10542# what configure does when it calls configure scripts in
10543# subdirectories, so they share the cache.
10544# Giving --cache-file=/dev/null disables caching, for debugging configure.
10545# config.status only pays attention to the cache file if you give it the
10546# --recheck option to rerun configure.
10547#
10548EOF
10549# The following way of writing the cache mishandles newlines in values,
10550# but we know of no workaround that is simple, portable, and efficient.
10551# So, don't put newlines in cache variables' values.
10552# Ultrix sh set writes to stderr and can't be redirected directly,
10553# and sets the high bit in the cache file unless we assign to the vars.
10554(set) 2>&1 |
10555 case `(ac_space=' '; set | grep ac_space) 2>&1` in
10556 *ac_space=\ *)
10557 # `set' does not quote correctly, so add quotes (double-quote substitution
10558 # turns \\\\ into \\, and sed turns \\ into \).
10559 sed -n \
10560 -e "s/'/'\\\\''/g" \
10561 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
10562 ;;
10563 *)
10564 # `set' quotes correctly as required by POSIX, so do not add quotes.
10565 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
10566 ;;
10567 esac >> confcache
10568if cmp -s $cache_file confcache; then
10569 :
10570else
10571 if test -w $cache_file; then
10572 echo "updating cache $cache_file"
10573 cat confcache > $cache_file
10574 else
10575 echo "not updating unwritable cache $cache_file"
10576 fi
10577fi
10578rm -f confcache
10579
10580
10581
10582if test "$USE_UNIX" = 1; then
10583
10584
10585THREADS_LINK=""
10586THREADS_OBJ=""
10587
10588if test "$wxUSE_THREADS" = "yes" ; then
10589 if test "$wxUSE_WINE" = 1 ; then
10590 echo "configure: warning: Threads are not supported under WINE" 1>&2
10591 wxUSE_THREADS="no"
b12915c1
VZ
10592 elif test "$USE_BEOS" = 1; then
10593 echo "configure: warning: BeOS threads are not yet supported" 1>&2
10594 wxUSE_THREADS="no"
10f2d63a
VZ
10595 fi
10596fi
10597
10598if test "$wxUSE_THREADS" = "yes" ; then
10599
10600 echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6
1e8d2f69 10601echo "configure:10602: checking for pthread_create in -lpthread" >&5
10f2d63a
VZ
10602ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'`
10603if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10604 echo $ac_n "(cached) $ac_c" 1>&6
10605else
10606 ac_save_LIBS="$LIBS"
10607LIBS="-lpthread $LIBS"
10608cat > conftest.$ac_ext <<EOF
1e8d2f69 10609#line 10610 "configure"
10f2d63a
VZ
10610#include "confdefs.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 pthread_create();
10615
10616int main() {
10617pthread_create()
10618; return 0; }
10619EOF
1e8d2f69 10620if { (eval echo configure:10621: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
10621 rm -rf conftest*
10622 eval "ac_cv_lib_$ac_lib_var=yes"
10623else
10624 echo "configure: failed program was:" >&5
10625 cat conftest.$ac_ext >&5
10626 rm -rf conftest*
10627 eval "ac_cv_lib_$ac_lib_var=no"
10628fi
10629rm -f conftest*
10630LIBS="$ac_save_LIBS"
10631
10632fi
10633if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10634 echo "$ac_t""yes" 1>&6
10635
10636 THREADS_OBJ="threadpsx.lo"
10637 THREADS_LINK="pthread"
10638
10639else
10640 echo "$ac_t""no" 1>&6
10641
10642 echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
1e8d2f69 10643echo "configure:10644: checking for pthread_create in -lc_r" >&5
10f2d63a
VZ
10644ac_lib_var=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'`
10645if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10646 echo $ac_n "(cached) $ac_c" 1>&6
10647else
10648 ac_save_LIBS="$LIBS"
10649LIBS="-lc_r $LIBS"
10650cat > conftest.$ac_ext <<EOF
1e8d2f69 10651#line 10652 "configure"
10f2d63a
VZ
10652#include "confdefs.h"
10653/* Override any gcc2 internal prototype to avoid an error. */
10654/* We use char because int might match the return type of a gcc2
10655 builtin and then its argument prototype would still apply. */
10656char pthread_create();
10657
10658int main() {
10659pthread_create()
10660; return 0; }
10661EOF
1e8d2f69 10662if { (eval echo configure:10663: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
10663 rm -rf conftest*
10664 eval "ac_cv_lib_$ac_lib_var=yes"
10665else
10666 echo "configure: failed program was:" >&5
10667 cat conftest.$ac_ext >&5
10668 rm -rf conftest*
10669 eval "ac_cv_lib_$ac_lib_var=no"
10670fi
10671rm -f conftest*
10672LIBS="$ac_save_LIBS"
10673
10674fi
10675if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10676 echo "$ac_t""yes" 1>&6
10677
10678 THREADS_OBJ="threadpsx.lo"
10679 THREADS_LINK="c_r"
10680
10681else
10682 echo "$ac_t""no" 1>&6
10683
10684 ac_safe=`echo "sys/prctl.h" | sed 'y%./+-%__p_%'`
10685echo $ac_n "checking for sys/prctl.h""... $ac_c" 1>&6
1e8d2f69 10686echo "configure:10687: checking for sys/prctl.h" >&5
10f2d63a
VZ
10687if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10688 echo $ac_n "(cached) $ac_c" 1>&6
10689else
10690 cat > conftest.$ac_ext <<EOF
1e8d2f69 10691#line 10692 "configure"
10f2d63a
VZ
10692#include "confdefs.h"
10693#include <sys/prctl.h>
10694EOF
10695ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1e8d2f69 10696{ (eval echo configure:10697: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
10697ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10698if test -z "$ac_err"; then
10699 rm -rf conftest*
10700 eval "ac_cv_header_$ac_safe=yes"
10701else
10702 echo "$ac_err" >&5
10703 echo "configure: failed program was:" >&5
10704 cat conftest.$ac_ext >&5
10705 rm -rf conftest*
10706 eval "ac_cv_header_$ac_safe=no"
10707fi
10708rm -f conftest*
10709fi
10710if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10711 echo "$ac_t""yes" 1>&6
10712
10713 THREADS_OBJ="threadsgi.lo"
10714
10715else
10716 echo "$ac_t""no" 1>&6
10717fi
10718
10719
10720fi
10721
10722
10723fi
10724
10725
10726 if test -z "$THREADS_OBJ" ; then
10727 wxUSE_THREADS=no
10728 echo "configure: warning: No thread support on this system" 1>&2
10729 fi
10730fi
10731
10732if test "$wxUSE_THREADS" = "yes" ; then
70846f0a
VZ
10733 for ac_func in thr_setconcurrency
10734do
10735echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1e8d2f69 10736echo "configure:10737: checking for $ac_func" >&5
70846f0a
VZ
10737if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10738 echo $ac_n "(cached) $ac_c" 1>&6
10739else
10740 cat > conftest.$ac_ext <<EOF
1e8d2f69 10741#line 10742 "configure"
70846f0a
VZ
10742#include "confdefs.h"
10743/* System header to define __stub macros and hopefully few prototypes,
10744 which can conflict with char $ac_func(); below. */
10745#include <assert.h>
10746/* Override any gcc2 internal prototype to avoid an error. */
10747/* We use char because int might match the return type of a gcc2
10748 builtin and then its argument prototype would still apply. */
10749char $ac_func();
1e8d2f69 10750char (*f)();
70846f0a
VZ
10751
10752int main() {
10753
10754/* The GNU C library defines this for functions which it implements
10755 to always fail with ENOSYS. Some functions are actually named
10756 something starting with __ and the normal name is an alias. */
10757#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10758choke me
10759#else
1e8d2f69 10760f = $ac_func;
70846f0a
VZ
10761#endif
10762
10763; return 0; }
10764EOF
1e8d2f69 10765if { (eval echo configure:10766: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
70846f0a
VZ
10766 rm -rf conftest*
10767 eval "ac_cv_func_$ac_func=yes"
10768else
10769 echo "configure: failed program was:" >&5
10770 cat conftest.$ac_ext >&5
10771 rm -rf conftest*
10772 eval "ac_cv_func_$ac_func=no"
10773fi
10774rm -f conftest*
10775fi
10776
10777if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10778 echo "$ac_t""yes" 1>&6
10779 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10780 cat >> confdefs.h <<EOF
10781#define $ac_tr_func 1
10782EOF
10783
10784else
10785 echo "$ac_t""no" 1>&6
10786fi
10787done
10788
10789
10f2d63a
VZ
10790
10791 for ac_hdr in sched.h
10792do
10793ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
10794echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1e8d2f69 10795echo "configure:10796: checking for $ac_hdr" >&5
10f2d63a
VZ
10796if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10797 echo $ac_n "(cached) $ac_c" 1>&6
10798else
10799 cat > conftest.$ac_ext <<EOF
1e8d2f69 10800#line 10801 "configure"
10f2d63a
VZ
10801#include "confdefs.h"
10802#include <$ac_hdr>
10803EOF
10804ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1e8d2f69 10805{ (eval echo configure:10806: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
10806ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10807if test -z "$ac_err"; then
10808 rm -rf conftest*
10809 eval "ac_cv_header_$ac_safe=yes"
10810else
10811 echo "$ac_err" >&5
10812 echo "configure: failed program was:" >&5
10813 cat conftest.$ac_ext >&5
10814 rm -rf conftest*
10815 eval "ac_cv_header_$ac_safe=no"
10816fi
10817rm -f conftest*
10818fi
10819if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10820 echo "$ac_t""yes" 1>&6
10821 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
10822 cat >> confdefs.h <<EOF
10823#define $ac_tr_hdr 1
10824EOF
10825
10826else
10827 echo "$ac_t""no" 1>&6
10828fi
10829done
10830
10831
10832 echo $ac_n "checking for sched_yield in -l$THREADS_LINK""... $ac_c" 1>&6
1e8d2f69 10833echo "configure:10834: checking for sched_yield in -l$THREADS_LINK" >&5
10f2d63a
VZ
10834ac_lib_var=`echo $THREADS_LINK'_'sched_yield | sed 'y%./+-%__p_%'`
10835if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10836 echo $ac_n "(cached) $ac_c" 1>&6
10837else
10838 ac_save_LIBS="$LIBS"
10839LIBS="-l$THREADS_LINK $LIBS"
10840cat > conftest.$ac_ext <<EOF
1e8d2f69 10841#line 10842 "configure"
10f2d63a
VZ
10842#include "confdefs.h"
10843/* Override any gcc2 internal prototype to avoid an error. */
10844/* We use char because int might match the return type of a gcc2
10845 builtin and then its argument prototype would still apply. */
10846char sched_yield();
10847
10848int main() {
10849sched_yield()
10850; return 0; }
10851EOF
1e8d2f69 10852if { (eval echo configure:10853: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
10853 rm -rf conftest*
10854 eval "ac_cv_lib_$ac_lib_var=yes"
10855else
10856 echo "configure: failed program was:" >&5
10857 cat conftest.$ac_ext >&5
10858 rm -rf conftest*
10859 eval "ac_cv_lib_$ac_lib_var=no"
10860fi
10861rm -f conftest*
10862LIBS="$ac_save_LIBS"
10863
10864fi
10865if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10866 echo "$ac_t""yes" 1>&6
10867 cat >> confdefs.h <<\EOF
10868#define HAVE_SCHED_YIELD 1
10869EOF
10870
10871else
10872 echo "$ac_t""no" 1>&6
10873echo $ac_n "checking for sched_yield in -l"posix4"""... $ac_c" 1>&6
1e8d2f69 10874echo "configure:10875: checking for sched_yield in -l"posix4"" >&5
10f2d63a
VZ
10875ac_lib_var=`echo "posix4"'_'sched_yield | sed 'y%./+-%__p_%'`
10876if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10877 echo $ac_n "(cached) $ac_c" 1>&6
10878else
10879 ac_save_LIBS="$LIBS"
10880LIBS="-l"posix4" $LIBS"
10881cat > conftest.$ac_ext <<EOF
1e8d2f69 10882#line 10883 "configure"
10f2d63a
VZ
10883#include "confdefs.h"
10884/* Override any gcc2 internal prototype to avoid an error. */
10885/* We use char because int might match the return type of a gcc2
10886 builtin and then its argument prototype would still apply. */
10887char sched_yield();
10888
10889int main() {
10890sched_yield()
10891; return 0; }
10892EOF
1e8d2f69 10893if { (eval echo configure:10894: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
10894 rm -rf conftest*
10895 eval "ac_cv_lib_$ac_lib_var=yes"
10896else
10897 echo "configure: failed program was:" >&5
10898 cat conftest.$ac_ext >&5
10899 rm -rf conftest*
10900 eval "ac_cv_lib_$ac_lib_var=no"
10901fi
10902rm -f conftest*
10903LIBS="$ac_save_LIBS"
10904
10905fi
10906if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10907 echo "$ac_t""yes" 1>&6
10908 cat >> confdefs.h <<\EOF
10909#define HAVE_SCHED_YIELD 1
10910EOF
10911 POSIX4_LINK="-lposix4"
10912else
10913 echo "$ac_t""no" 1>&6
10914echo "configure: warning: wxThread::Yield will not work properly" 1>&2
10915
10916fi
10917
10918
10919fi
10920
10921
10922 echo $ac_n "checking for pthread_attr_getschedpolicy in -l$THREADS_LINK""... $ac_c" 1>&6
1e8d2f69 10923echo "configure:10924: checking for pthread_attr_getschedpolicy in -l$THREADS_LINK" >&5
10f2d63a
VZ
10924ac_lib_var=`echo $THREADS_LINK'_'pthread_attr_getschedpolicy | sed 'y%./+-%__p_%'`
10925if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10926 echo $ac_n "(cached) $ac_c" 1>&6
10927else
10928 ac_save_LIBS="$LIBS"
10929LIBS="-l$THREADS_LINK $LIBS"
10930cat > conftest.$ac_ext <<EOF
1e8d2f69 10931#line 10932 "configure"
10f2d63a
VZ
10932#include "confdefs.h"
10933/* Override any gcc2 internal prototype to avoid an error. */
10934/* We use char because int might match the return type of a gcc2
10935 builtin and then its argument prototype would still apply. */
10936char pthread_attr_getschedpolicy();
10937
10938int main() {
10939pthread_attr_getschedpolicy()
10940; return 0; }
10941EOF
1e8d2f69 10942if { (eval echo configure:10943: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
10943 rm -rf conftest*
10944 eval "ac_cv_lib_$ac_lib_var=yes"
10945else
10946 echo "configure: failed program was:" >&5
10947 cat conftest.$ac_ext >&5
10948 rm -rf conftest*
10949 eval "ac_cv_lib_$ac_lib_var=no"
10950fi
10951rm -f conftest*
10952LIBS="$ac_save_LIBS"
10953
10954fi
10955if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10956 echo "$ac_t""yes" 1>&6
10957 cat >> confdefs.h <<\EOF
10958#define HAVE_THREAD_PRIORITY_FUNCTIONS 1
10959EOF
10960
10961else
10962 echo "$ac_t""no" 1>&6
10963echo $ac_n "checking for pthread_attr_getschedpolicy in -l"posix4"""... $ac_c" 1>&6
1e8d2f69 10964echo "configure:10965: checking for pthread_attr_getschedpolicy in -l"posix4"" >&5
10f2d63a
VZ
10965ac_lib_var=`echo "posix4"'_'pthread_attr_getschedpolicy | sed 'y%./+-%__p_%'`
10966if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10967 echo $ac_n "(cached) $ac_c" 1>&6
10968else
10969 ac_save_LIBS="$LIBS"
10970LIBS="-l"posix4" $LIBS"
10971cat > conftest.$ac_ext <<EOF
1e8d2f69 10972#line 10973 "configure"
10f2d63a
VZ
10973#include "confdefs.h"
10974/* Override any gcc2 internal prototype to avoid an error. */
10975/* We use char because int might match the return type of a gcc2
10976 builtin and then its argument prototype would still apply. */
10977char pthread_attr_getschedpolicy();
10978
10979int main() {
10980pthread_attr_getschedpolicy()
10981; return 0; }
10982EOF
1e8d2f69 10983if { (eval echo configure:10984: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
10984 rm -rf conftest*
10985 eval "ac_cv_lib_$ac_lib_var=yes"
10986else
10987 echo "configure: failed program was:" >&5
10988 cat conftest.$ac_ext >&5
10989 rm -rf conftest*
10990 eval "ac_cv_lib_$ac_lib_var=no"
10991fi
10992rm -f conftest*
10993LIBS="$ac_save_LIBS"
10994
10995fi
10996if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10997 echo "$ac_t""yes" 1>&6
10998 cat >> confdefs.h <<\EOF
10999#define HAVE_THREAD_PRIORITY_FUNCTIONS 1
11000EOF
11001 POSIX4_LINK="-lposix4"
11002else
11003 echo "$ac_t""no" 1>&6
11004echo "configure: warning: Setting thread priority will not work" 1>&2
11005
11006fi
11007
11008
11009fi
11010
11011
11012 echo $ac_n "checking for pthread_cancel in -l$THREADS_LINK""... $ac_c" 1>&6
1e8d2f69 11013echo "configure:11014: checking for pthread_cancel in -l$THREADS_LINK" >&5
10f2d63a
VZ
11014ac_lib_var=`echo $THREADS_LINK'_'pthread_cancel | sed 'y%./+-%__p_%'`
11015if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11016 echo $ac_n "(cached) $ac_c" 1>&6
11017else
11018 ac_save_LIBS="$LIBS"
11019LIBS="-l$THREADS_LINK $LIBS"
11020cat > conftest.$ac_ext <<EOF
1e8d2f69 11021#line 11022 "configure"
10f2d63a
VZ
11022#include "confdefs.h"
11023/* Override any gcc2 internal prototype to avoid an error. */
11024/* We use char because int might match the return type of a gcc2
11025 builtin and then its argument prototype would still apply. */
11026char pthread_cancel();
11027
11028int main() {
11029pthread_cancel()
11030; return 0; }
11031EOF
1e8d2f69 11032if { (eval echo configure:11033: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
11033 rm -rf conftest*
11034 eval "ac_cv_lib_$ac_lib_var=yes"
11035else
11036 echo "configure: failed program was:" >&5
11037 cat conftest.$ac_ext >&5
11038 rm -rf conftest*
11039 eval "ac_cv_lib_$ac_lib_var=no"
11040fi
11041rm -f conftest*
11042LIBS="$ac_save_LIBS"
11043
11044fi
11045if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11046 echo "$ac_t""yes" 1>&6
11047 cat >> confdefs.h <<\EOF
11048#define HAVE_PTHREAD_CANCEL 1
11049EOF
11050
11051else
11052 echo "$ac_t""no" 1>&6
11053echo "configure: warning: wxThread::Kill() will not work properly" 1>&2
11054fi
11055
11056
11057 echo $ac_n "checking for pthread_cleanup_push/pop""... $ac_c" 1>&6
1e8d2f69 11058echo "configure:11059: checking for pthread_cleanup_push/pop" >&5
10f2d63a
VZ
11059if eval "test \"`echo '$''{'wx_cv_func_pthread_cleanup_push'+set}'`\" = set"; then
11060 echo $ac_n "(cached) $ac_c" 1>&6
11061else
11062
11063 cat > conftest.$ac_ext <<EOF
1e8d2f69 11064#line 11065 "configure"
10f2d63a
VZ
11065#include "confdefs.h"
11066#include <pthread.h>
11067int main() {
11068
11069 pthread_cleanup_push(NULL, NULL);
11070 pthread_cleanup_pop(0);
11071
11072; return 0; }
11073EOF
1e8d2f69 11074if { (eval echo configure:11075: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10f2d63a
VZ
11075 rm -rf conftest*
11076
11077 wx_cv_func_pthread_cleanup_push=yes
11078 cat >> confdefs.h <<\EOF
11079#define HAVE_THREAD_CLEANUP_FUNCTIONS 1
11080EOF
11081
11082
11083else
11084 echo "configure: failed program was:" >&5
11085 cat conftest.$ac_ext >&5
11086 rm -rf conftest*
11087
11088 wx_cv_func_pthread_cleanup_push=no
11089
11090fi
11091rm -f conftest*
11092
11093fi
11094
11095echo "$ac_t""$wx_cv_func_pthread_cleanup_push" 1>&6
11096
11097 THREADS_LINK="-l$THREADS_LINK"
11098fi
11099
11100fi
11101
11102if test "$wxUSE_THREADS" = "yes"; then
11103 cat >> confdefs.h <<\EOF
11104#define wxUSE_THREADS 1
11105EOF
11106
11107
11108 CFLAGS="${CFLAGS} -D_REENTRANT"
11109 CXXFLAGS="${CXXFLAGS} -D_REENTRANT"
11110
11111 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
11112else
11113 if test "$ac_cv_func_strtok_r" = "yes"; then
ab9b9eab 11114 echo $ac_n "checking if -D_REENTRANT is needed""... $ac_c" 1>&6
1e8d2f69 11115echo "configure:11116: checking if -D_REENTRANT is needed" >&5
ab9b9eab
VZ
11116 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
11117 CFLAGS="${CFLAGS} -D_REENTRANT"
11118 CXXFLAGS="${CXXFLAGS} -D_REENTRANT"
11119 echo "$ac_t""yes" 1>&6
11120 else
11121 echo "$ac_t""no" 1>&6
10f2d63a
VZ
11122 fi
11123 fi
11124fi
11125
13111b2a
VZ
11126if test "$WXGTK13" = 1 ; then
11127 cat >> confdefs.h <<EOF
11128#define __WXGTK13__ $WXGTK13
11129EOF
11130
11131 WXGTK12=1
11132fi
11133
10f2d63a
VZ
11134if test "$WXGTK12" = 1 ; then
11135 cat >> confdefs.h <<EOF
11136#define __WXGTK12__ $WXGTK12
11137EOF
11138
11139fi
11140
11141if test "$WXWINE" = 1 ; then
11142 TOOLKIT_DEF="${TOOLKIT_DEF} -D__WXWINE__"
11143fi
11144
11145if test "$wxUSE_CYGWIN" = 1 ; then
11146 TOOLKIT_DEF="${TOOLKIT_DEF} -D__WIN95__"
11147fi
11148
11149WXDEBUG=
11150
11151if test "$wxUSE_DEBUG_INFO" = "yes" ; then
11152 WXDEBUG="-g"
11153 wxUSE_OPTIMISE=no
11154fi
11155
11156if test "$wxUSE_DEBUG_GDB" = "yes" ; then
11157 wxUSE_DEBUG_INFO=yes
11158 WXDEBUG="-ggdb"
11159fi
11160
11161if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
11162 cat >> confdefs.h <<\EOF
11163#define WXDEBUG 1
11164EOF
11165
11166 WXDEBUG_DEFINE="-D__WXDEBUG__"
11167else
11168 if test "$wxUSE_GTK" = 1 ; then
11169 WXDEBUG_DEFINE="-DGTK_NO_CHECK_CASTS"
11170 fi
11171fi
11172
11173if test "$wxUSE_MEM_TRACING" = "yes" ; then
11174 cat >> confdefs.h <<\EOF
11175#define wxUSE_MEMORY_TRACING 1
11176EOF
11177
11178 cat >> confdefs.h <<\EOF
11179#define wxUSE_GLOBAL_MEMORY_OPERATORS 1
11180EOF
11181
11182 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
11183fi
11184
11185if test "$wxUSE_DMALLOC" = "yes" ; then
11186 DMALLOC_LINK="-ldmalloc"
11187fi
11188
11189PROFILE=
11190if test "$wxUSE_PROFILE" = "yes" ; then
11191 PROFILE="-pg"
11192fi
11193
11194DEP_INFO_FLAGS=
11195if test "$GCC" = yes ; then
11196 if test "$wxUSE_NO_RTTI" = "yes" ; then
11197 WXDEBUG_DEFINE="$WXDEBUG_DEFINE -fno-rtti"
11198 fi
11199 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
11200 WXDEBUG_DEFINE="$WXDEBUG_DEFINE -fno-exceptions"
11201 fi
11202 if test "$wxUSE_PERMISSIVE" = "yes" ; then
11203 CFLAGS="${CFLAGS} -fpermissive"
11204 CXXFLAGS="${CXXFLAGS} -fpermissive"
11205 fi
11206 if test "$wxUSE_NO_DEPS" = "no" ; then
11207 DEP_INFO_FLAGS="-MMD"
11208 fi
11209fi
11210
11211
11212CXXFLAGS=`echo "${CXXFLAGS}" | sed "s/\-O.//g" `
11213CFLAGS=`echo "${CFLAGS}" | sed "s/\-O.//g" `
11214if test "$wxUSE_OPTIMISE" = "no" ; then
11215 OPTIMISE=
11216else
11217 if test "$GCC" = yes ; then
11218 OPTIMISE="-O2"
11219 case "${host}" in
11220 i586-*-*|i686-*-* )
11221 OPTIMISE="${OPTIMISE} "
11222 ;;
11223 esac
11224 else
11225 OPTIMISE="-O"
11226 fi
11227fi
11228
11229
11230ZLIB_INCLUDE=
11231if test "$wxUSE_ZLIB" = "yes" ; then
11232 cat >> confdefs.h <<\EOF
11233#define wxUSE_ZLIB 1
11234EOF
11235
11236 ZLIB_INCLUDE="-I\${top_srcdir}/src/zlib"
11237fi
11238
11239PNG_INCLUDE=
11240if test "$wxUSE_LIBPNG" = "yes" ; then
11241 cat >> confdefs.h <<\EOF
11242#define wxUSE_LIBPNG 1
11243EOF
11244
11245 PNG_INCLUDE="-I\${top_srcdir}/src/png"
11246 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png"
11247fi
11248
11249JPEG_INCLUDE=
11250if test "$wxUSE_LIBJPEG" = "yes" ; then
11251 cat >> confdefs.h <<\EOF
11252#define wxUSE_LIBJPEG 1
11253EOF
11254
11255 JPEG_INCLUDE="-I\${top_srcdir}/src/jpeg"
11256fi
11257
c7a2bf27
RR
11258TIFF_INCLUDE=
11259if test "$wxUSE_LIBTIFF" = "yes" ; then
11260 cat >> confdefs.h <<\EOF
11261#define wxUSE_LIBTIFF 1
11262EOF
11263
11264 TIFF_INCLUDE="-I\${top_srcdir}/src/tiff"
11265fi
11266
10f2d63a
VZ
11267if test "$wxUSE_OPENGL" = "yes"; then
11268 ac_safe=`echo "GL/gl.h" | sed 'y%./+-%__p_%'`
11269echo $ac_n "checking for GL/gl.h""... $ac_c" 1>&6
1e8d2f69 11270echo "configure:11271: checking for GL/gl.h" >&5
10f2d63a
VZ
11271if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11272 echo $ac_n "(cached) $ac_c" 1>&6
11273else
11274 cat > conftest.$ac_ext <<EOF
1e8d2f69 11275#line 11276 "configure"
10f2d63a
VZ
11276#include "confdefs.h"
11277#include <GL/gl.h>
11278EOF
11279ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1e8d2f69 11280{ (eval echo configure:11281: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
11281ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11282if test -z "$ac_err"; then
11283 rm -rf conftest*
11284 eval "ac_cv_header_$ac_safe=yes"
11285else
11286 echo "$ac_err" >&5
11287 echo "configure: failed program was:" >&5
11288 cat conftest.$ac_ext >&5
11289 rm -rf conftest*
11290 eval "ac_cv_header_$ac_safe=no"
11291fi
11292rm -f conftest*
11293fi
11294if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11295 echo "$ac_t""yes" 1>&6
11296
11297 echo $ac_n "checking for glInitNames in -lGL""... $ac_c" 1>&6
1e8d2f69 11298echo "configure:11299: checking for glInitNames in -lGL" >&5
10f2d63a
VZ
11299ac_lib_var=`echo GL'_'glInitNames | sed 'y%./+-%__p_%'`
11300if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11301 echo $ac_n "(cached) $ac_c" 1>&6
11302else
11303 ac_save_LIBS="$LIBS"
11304LIBS="-lGL wxUSE_OPENGL=0 $LIBS"
11305cat > conftest.$ac_ext <<EOF
1e8d2f69 11306#line 11307 "configure"
10f2d63a
VZ
11307#include "confdefs.h"
11308/* Override any gcc2 internal prototype to avoid an error. */
11309/* We use char because int might match the return type of a gcc2
11310 builtin and then its argument prototype would still apply. */
11311char glInitNames();
11312
11313int main() {
11314glInitNames()
11315; return 0; }
11316EOF
1e8d2f69 11317if { (eval echo configure:11318: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
11318 rm -rf conftest*
11319 eval "ac_cv_lib_$ac_lib_var=yes"
11320else
11321 echo "configure: failed program was:" >&5
11322 cat conftest.$ac_ext >&5
11323 rm -rf conftest*
11324 eval "ac_cv_lib_$ac_lib_var=no"
11325fi
11326rm -f conftest*
11327LIBS="$ac_save_LIBS"
11328
11329fi
11330if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11331 echo "$ac_t""yes" 1>&6
11332
11333 OPENGL_LINK="-lGL"
11334 cat >> confdefs.h <<\EOF
11335#define wxUSE_OPENGL 1
11336EOF
11337
11338 UTILS_SUBDIRS="$UTILS_SUBDIRS glcanvas/src"
11339
11340else
11341 echo "$ac_t""no" 1>&6
11342
11343 echo $ac_n "checking for glInitNames in -lMesaGL""... $ac_c" 1>&6
1e8d2f69 11344echo "configure:11345: checking for glInitNames in -lMesaGL" >&5
10f2d63a
VZ
11345ac_lib_var=`echo MesaGL'_'glInitNames | sed 'y%./+-%__p_%'`
11346if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11347 echo $ac_n "(cached) $ac_c" 1>&6
11348else
11349 ac_save_LIBS="$LIBS"
11350LIBS="-lMesaGL $LIBS"
11351cat > conftest.$ac_ext <<EOF
1e8d2f69 11352#line 11353 "configure"
10f2d63a
VZ
11353#include "confdefs.h"
11354/* Override any gcc2 internal prototype to avoid an error. */
11355/* We use char because int might match the return type of a gcc2
11356 builtin and then its argument prototype would still apply. */
11357char glInitNames();
11358
11359int main() {
11360glInitNames()
11361; return 0; }
11362EOF
1e8d2f69 11363if { (eval echo configure:11364: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
11364 rm -rf conftest*
11365 eval "ac_cv_lib_$ac_lib_var=yes"
11366else
11367 echo "configure: failed program was:" >&5
11368 cat conftest.$ac_ext >&5
11369 rm -rf conftest*
11370 eval "ac_cv_lib_$ac_lib_var=no"
11371fi
11372rm -f conftest*
11373LIBS="$ac_save_LIBS"
11374
11375fi
11376if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11377 echo "$ac_t""yes" 1>&6
11378
11379 OPENGL_LINK="-lMesaGL"
11380 cat >> confdefs.h <<\EOF
11381#define wxUSE_OPENGL 1
11382EOF
11383
11384 UTILS_SUBDIRS="$UTILS_SUBDIRS glcanvas/src"
11385
11386else
11387 echo "$ac_t""no" 1>&6
11388wxUSE_OPENGL=0
11389fi
11390
11391
11392fi
11393
11394
11395else
11396 echo "$ac_t""no" 1>&6
11397wxUSE_OPENGL=0
11398fi
11399
11400fi
11401
11402
11403if test "$wxUSE_GUI" = "yes"; then
11404 cat >> confdefs.h <<\EOF
11405#define wxUSE_GUI 1
11406EOF
11407
11408
11409 else
11410 cat >> confdefs.h <<\EOF
11411#define wxUSE_NOGUI 1
11412EOF
11413
11414fi
11415
11416
11417if test "$wxUSE_UNIX" = "yes"; then
11418 cat >> confdefs.h <<\EOF
11419#define wxUSE_UNIX 1
11420EOF
11421
11422fi
11423
11424
11425if test "$wxUSE_APPLE_IEEE" = "yes"; then
11426 cat >> confdefs.h <<\EOF
11427#define wxUSE_APPLE_IEEE 1
11428EOF
11429
11430fi
11431
10f2d63a
VZ
11432if test "$wxUSE_WAVE" = "yes"; then
11433 cat >> confdefs.h <<\EOF
11434#define wxUSE_WAVE 1
11435EOF
11436
11437fi
11438
11439if test "$wxUSE_FILE" = "yes"; then
11440 cat >> confdefs.h <<\EOF
11441#define wxUSE_FILE 1
11442EOF
11443
11444fi
11445
11446if test "$wxUSE_FS_INET" = "yes"; then
11447 cat >> confdefs.h <<\EOF
11448#define wxUSE_FS_INET 1
11449EOF
11450
11451fi
11452
11453if test "$wxUSE_FS_ZIP" = "yes"; then
11454 cat >> confdefs.h <<\EOF
11455#define wxUSE_FS_ZIP 1
11456EOF
11457
11458fi
11459
11460if test "$wxUSE_ZIPSTREAM" = "yes"; then
11461 cat >> confdefs.h <<\EOF
11462#define wxUSE_ZIPSTREAM 1
11463EOF
11464
11465fi
11466
11467if test "$wxUSE_BUSYINFO" = "yes"; then
11468 cat >> confdefs.h <<\EOF
11469#define wxUSE_BUSYINFO 1
11470EOF
11471
11472fi
11473
11474if test "$wxUSE_STD_IOSTREAM" = "yes"; then
11475 cat >> confdefs.h <<\EOF
11476#define wxUSE_STD_IOSTREAM 1
11477EOF
11478
11479fi
11480
11481if test "$wxUSE_TEXTFILE" = "yes"; then
11482 if test "$wxUSE_FILE" != "yes"; then
11483 echo "configure: warning: wxTextFile requires wxFile and it won't be compiled without it" 1>&2
11484 else
11485 cat >> confdefs.h <<\EOF
11486#define wxUSE_TEXTFILE 1
11487EOF
11488
11489 fi
11490fi
11491
11492if test "$wxUSE_CONFIG" = "yes" ; then
11493 if test "$wxUSE_TEXTFILE" != "yes"; then
11494 echo "configure: warning: wxConfig requires wxTextFile and it won't be compiled without it" 1>&2
11495 else
11496 cat >> confdefs.h <<\EOF
11497#define wxUSE_CONFIG 1
11498EOF
11499
11500 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
11501 fi
11502fi
11503
11504if test "$wxUSE_INTL" = "yes" ; then
11505 if test "$wxUSE_FILE" != "yes"; then
11506 echo "configure: warning: I18n code requires wxFile and it won't be compiled without it" 1>&2
11507 else
11508 cat >> confdefs.h <<\EOF
11509#define wxUSE_INTL 1
11510EOF
11511
11512 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
11513 fi
11514fi
11515
11516if test "$wxUSE_LOG" = "yes"; then
11517 cat >> confdefs.h <<\EOF
11518#define wxUSE_LOG 1
11519EOF
11520
11521fi
11522
11523if test "$wxUSE_LONGLONG" = "yes"; then
11524 cat >> confdefs.h <<\EOF
11525#define wxUSE_LONGLONG 1
11526EOF
11527
11528fi
11529
10f2d63a
VZ
11530if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then
11531 cat >> confdefs.h <<\EOF
11532#define wxUSE_DIALUP_MANAGER 1
11533EOF
11534
678b92a9 11535 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS nettest"
10f2d63a
VZ
11536fi
11537
11538if test "$wxUSE_STREAMS" = "yes" ; then
11539 cat >> confdefs.h <<\EOF
11540#define wxUSE_STREAMS 1
11541EOF
11542
11543fi
11544
10f2d63a 11545
afc31813 11546if test "$wxUSE_TIMEDATE" = "yes"; then
83307f33
VZ
11547 for ac_func in strptime
11548do
11549echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1e8d2f69 11550echo "configure:11551: checking for $ac_func" >&5
83307f33
VZ
11551if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11552 echo $ac_n "(cached) $ac_c" 1>&6
11553else
11554 cat > conftest.$ac_ext <<EOF
1e8d2f69 11555#line 11556 "configure"
83307f33
VZ
11556#include "confdefs.h"
11557/* System header to define __stub macros and hopefully few prototypes,
11558 which can conflict with char $ac_func(); below. */
11559#include <assert.h>
11560/* Override any gcc2 internal prototype to avoid an error. */
11561/* We use char because int might match the return type of a gcc2
11562 builtin and then its argument prototype would still apply. */
11563char $ac_func();
1e8d2f69 11564char (*f)();
83307f33
VZ
11565
11566int main() {
11567
11568/* The GNU C library defines this for functions which it implements
11569 to always fail with ENOSYS. Some functions are actually named
11570 something starting with __ and the normal name is an alias. */
11571#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11572choke me
11573#else
1e8d2f69 11574f = $ac_func;
83307f33
VZ
11575#endif
11576
11577; return 0; }
11578EOF
1e8d2f69 11579if { (eval echo configure:11580: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
83307f33
VZ
11580 rm -rf conftest*
11581 eval "ac_cv_func_$ac_func=yes"
11582else
11583 echo "configure: failed program was:" >&5
11584 cat conftest.$ac_ext >&5
11585 rm -rf conftest*
11586 eval "ac_cv_func_$ac_func=no"
11587fi
11588rm -f conftest*
11589fi
11590
11591if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11592 echo "$ac_t""yes" 1>&6
11593 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11594 cat >> confdefs.h <<EOF
11595#define $ac_tr_func 1
11596EOF
11597
11598else
11599 echo "$ac_t""no" 1>&6
11600fi
11601done
11602
11603
360d6699 11604 echo $ac_n "checking for timezone variable in <time.h>""... $ac_c" 1>&6
1e8d2f69 11605echo "configure:11606: checking for timezone variable in <time.h>" >&5
360d6699
VZ
11606if eval "test \"`echo '$''{'wx_cv_var_timezone'+set}'`\" = set"; then
11607 echo $ac_n "(cached) $ac_c" 1>&6
11608else
11609
11610 cat > conftest.$ac_ext <<EOF
1e8d2f69 11611#line 11612 "configure"
360d6699
VZ
11612#include "confdefs.h"
11613
11614 #include <time.h>
11615
11616int main() {
11617
11618 int tz;
11619 tz = __timezone;
11620
11621; return 0; }
11622EOF
1e8d2f69 11623if { (eval echo configure:11624: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
360d6699
VZ
11624 rm -rf conftest*
11625
11626 wx_cv_var_timezone=__timezone
11627
11628else
11629 echo "configure: failed program was:" >&5
11630 cat conftest.$ac_ext >&5
11631 rm -rf conftest*
11632
11633 cat > conftest.$ac_ext <<EOF
1e8d2f69 11634#line 11635 "configure"
360d6699
VZ
11635#include "confdefs.h"
11636
11637 #include <time.h>
11638
11639int main() {
11640
11641 int tz;
11642 tz = _timezone;
11643
11644; return 0; }
11645EOF
1e8d2f69 11646if { (eval echo configure:11647: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
360d6699
VZ
11647 rm -rf conftest*
11648
11649 wx_cv_var_timezone=_timezone
11650
5357c8e8
VZ
11651else
11652 echo "configure: failed program was:" >&5
11653 cat conftest.$ac_ext >&5
11654 rm -rf conftest*
11655
11656 cat > conftest.$ac_ext <<EOF
1e8d2f69 11657#line 11658 "configure"
5357c8e8
VZ
11658#include "confdefs.h"
11659
11660 #include <time.h>
11661
11662int main() {
11663
11664 int tz;
11665 tz = timezone;
11666
11667; return 0; }
11668EOF
1e8d2f69 11669if { (eval echo configure:11670: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5357c8e8
VZ
11670 rm -rf conftest*
11671
11672 wx_cv_var_timezone=timezone
11673
360d6699
VZ
11674else
11675 echo "configure: failed program was:" >&5
11676 cat conftest.$ac_ext >&5
11677 rm -rf conftest*
11678 { echo "configure: error: no timezone variable" 1>&2; exit 1; }
5357c8e8
VZ
11679
11680fi
11681rm -f conftest*
11682
360d6699
VZ
11683
11684fi
11685rm -f conftest*
11686
11687
11688fi
11689rm -f conftest*
11690
11691
11692fi
11693
11694echo "$ac_t""$wx_cv_var_timezone" 1>&6
11695
11696 cat >> confdefs.h <<EOF
11697#define WX_TIMEZONE $wx_cv_var_timezone
11698EOF
11699
11700
0470b1e6 11701 for ac_func in localtime gettimeofday ftime
afc31813
VZ
11702do
11703echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1e8d2f69 11704echo "configure:11705: checking for $ac_func" >&5
afc31813
VZ
11705if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11706 echo $ac_n "(cached) $ac_c" 1>&6
11707else
11708 cat > conftest.$ac_ext <<EOF
1e8d2f69 11709#line 11710 "configure"
10f2d63a 11710#include "confdefs.h"
afc31813
VZ
11711/* System header to define __stub macros and hopefully few prototypes,
11712 which can conflict with char $ac_func(); below. */
11713#include <assert.h>
11714/* Override any gcc2 internal prototype to avoid an error. */
11715/* We use char because int might match the return type of a gcc2
11716 builtin and then its argument prototype would still apply. */
11717char $ac_func();
1e8d2f69 11718char (*f)();
afc31813 11719
10f2d63a 11720int main() {
afc31813
VZ
11721
11722/* The GNU C library defines this for functions which it implements
11723 to always fail with ENOSYS. Some functions are actually named
11724 something starting with __ and the normal name is an alias. */
11725#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11726choke me
11727#else
1e8d2f69 11728f = $ac_func;
afc31813
VZ
11729#endif
11730
10f2d63a
VZ
11731; return 0; }
11732EOF
1e8d2f69 11733if { (eval echo configure:11734: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a 11734 rm -rf conftest*
afc31813 11735 eval "ac_cv_func_$ac_func=yes"
10f2d63a
VZ
11736else
11737 echo "configure: failed program was:" >&5
11738 cat conftest.$ac_ext >&5
11739 rm -rf conftest*
afc31813
VZ
11740 eval "ac_cv_func_$ac_func=no"
11741fi
11742rm -f conftest*
11743fi
11744
11745if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11746 echo "$ac_t""yes" 1>&6
11747 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11748 cat >> confdefs.h <<EOF
11749#define $ac_tr_func 1
11750EOF
0470b1e6 11751 break
afc31813
VZ
11752else
11753 echo "$ac_t""no" 1>&6
11754fi
11755done
11756
11757
0470b1e6
VZ
11758 if test "$ac_cv_func_localtime" = "yes"; then
11759 echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6
1e8d2f69 11760echo "configure:11761: checking for tm_gmtoff in struct tm" >&5
0470b1e6
VZ
11761if eval "test \"`echo '$''{'wx_cv_struct_tm_has_gmtoff'+set}'`\" = set"; then
11762 echo $ac_n "(cached) $ac_c" 1>&6
11763else
11764
11765 cat > conftest.$ac_ext <<EOF
1e8d2f69 11766#line 11767 "configure"
0470b1e6
VZ
11767#include "confdefs.h"
11768
11769 #include <time.h>
11770
11771int main() {
11772
11773 struct tm tm;
11774 tm.tm_gmtoff++;
11775
11776; return 0; }
11777EOF
1e8d2f69 11778if { (eval echo configure:11779: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
0470b1e6
VZ
11779 rm -rf conftest*
11780
f03a98d8 11781 wx_cv_struct_tm_has_gmtoff=yes
0470b1e6
VZ
11782 cat >> confdefs.h <<\EOF
11783#define WX_GMTOFF_IN_TM 1
11784EOF
11785
11786
11787else
11788 echo "configure: failed program was:" >&5
11789 cat conftest.$ac_ext >&5
11790 rm -rf conftest*
11791 wx_cv_struct_tm_has_gmtoff=no
11792
11793fi
11794rm -f conftest*
11795
11796fi
11797
11798echo "$ac_t""$wx_cv_struct_tm_has_gmtoff" 1>&6
11799 elif test "$ac_cv_func_gettimeofday" = "yes"; then
afc31813 11800 echo $ac_n "checking whether gettimeofday takes two arguments""... $ac_c" 1>&6
1e8d2f69 11801echo "configure:11802: checking whether gettimeofday takes two arguments" >&5
afc31813
VZ
11802if eval "test \"`echo '$''{'wx_cv_func_gettimeofday_has_2_args'+set}'`\" = set"; then
11803 echo $ac_n "(cached) $ac_c" 1>&6
11804else
11805
11806
11807 ac_ext=C
11808# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11809ac_cpp='$CXXCPP $CPPFLAGS'
11810ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11811ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11812cross_compiling=$ac_cv_prog_cxx_cross
11813
11814
11815 cat > conftest.$ac_ext <<EOF
1e8d2f69 11816#line 11817 "configure"
10f2d63a 11817#include "confdefs.h"
afc31813
VZ
11818
11819 #include <sys/time.h>
11820 #include <unistd.h>
11821
10f2d63a 11822int main() {
afc31813
VZ
11823
11824 struct timeval tv;
11825 struct timezone tz;
11826 gettimeofday(&tv, &tz);
11827
10f2d63a
VZ
11828; return 0; }
11829EOF
1e8d2f69 11830if { (eval echo configure:11831: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10f2d63a 11831 rm -rf conftest*
afc31813 11832 wx_cv_func_gettimeofday_has_2_args=yes
10f2d63a
VZ
11833else
11834 echo "configure: failed program was:" >&5
11835 cat conftest.$ac_ext >&5
11836 rm -rf conftest*
11837 cat > conftest.$ac_ext <<EOF
1e8d2f69 11838#line 11839 "configure"
10f2d63a 11839#include "confdefs.h"
afc31813
VZ
11840
11841 #include <sys/time.h>
11842 #include <unistd.h>
11843
10f2d63a 11844int main() {
afc31813
VZ
11845
11846 struct timeval tv;
11847 gettimeofday(&tv);
11848
10f2d63a
VZ
11849; return 0; }
11850EOF
1e8d2f69 11851if { (eval echo configure:11852: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10f2d63a 11852 rm -rf conftest*
afc31813 11853 wx_cv_func_gettimeofday_has_2_args=no
10f2d63a
VZ
11854else
11855 echo "configure: failed program was:" >&5
11856 cat conftest.$ac_ext >&5
11857 rm -rf conftest*
afc31813
VZ
11858 wx_cv_func_gettimeofday_has_2_args=unknown
11859
10f2d63a
VZ
11860fi
11861rm -f conftest*
afc31813 11862
10f2d63a
VZ
11863fi
11864rm -f conftest*
afc31813 11865 ac_ext=c
10f2d63a
VZ
11866# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11867ac_cpp='$CPP $CPPFLAGS'
11868ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11869ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11870cross_compiling=$ac_cv_prog_cc_cross
11871
afc31813
VZ
11872
11873fi
11874
11875echo "$ac_t""$wx_cv_func_gettimeofday_has_2_args" 1>&6
c63c7106 11876
afc31813
VZ
11877 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
11878 cat >> confdefs.h <<\EOF
11879#define WX_GETTIMEOFDAY_NO_TZ 1
11880EOF
11881
11882 fi
11883 fi
11884
11885 cat >> confdefs.h <<\EOF
11886#define wxUSE_TIMEDATE 1
11887EOF
11888
11889 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
11890fi
11891
11892
11893if test "$wxUSE_SOCKETS" = "yes"; then
c63c7106 11894 echo $ac_n "checking for socket""... $ac_c" 1>&6
1e8d2f69 11895echo "configure:11896: checking for socket" >&5
c63c7106
VZ
11896if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
11897 echo $ac_n "(cached) $ac_c" 1>&6
11898else
11899 cat > conftest.$ac_ext <<EOF
1e8d2f69 11900#line 11901 "configure"
c63c7106
VZ
11901#include "confdefs.h"
11902/* System header to define __stub macros and hopefully few prototypes,
11903 which can conflict with char socket(); below. */
11904#include <assert.h>
11905/* Override any gcc2 internal prototype to avoid an error. */
11906/* We use char because int might match the return type of a gcc2
11907 builtin and then its argument prototype would still apply. */
11908char socket();
1e8d2f69 11909char (*f)();
c63c7106
VZ
11910
11911int main() {
11912
11913/* The GNU C library defines this for functions which it implements
11914 to always fail with ENOSYS. Some functions are actually named
11915 something starting with __ and the normal name is an alias. */
11916#if defined (__stub_socket) || defined (__stub___socket)
11917choke me
11918#else
1e8d2f69 11919f = socket;
c63c7106
VZ
11920#endif
11921
11922; return 0; }
11923EOF
1e8d2f69 11924if { (eval echo configure:11925: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c63c7106
VZ
11925 rm -rf conftest*
11926 eval "ac_cv_func_socket=yes"
11927else
11928 echo "configure: failed program was:" >&5
11929 cat conftest.$ac_ext >&5
11930 rm -rf conftest*
11931 eval "ac_cv_func_socket=no"
11932fi
11933rm -f conftest*
11934fi
11935
11936if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then
11937 echo "$ac_t""yes" 1>&6
11938 :
11939else
11940 echo "$ac_t""no" 1>&6
11941echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
1e8d2f69 11942echo "configure:11943: checking for socket in -lsocket" >&5
c63c7106
VZ
11943ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
11944if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11945 echo $ac_n "(cached) $ac_c" 1>&6
11946else
11947 ac_save_LIBS="$LIBS"
11948LIBS="-lsocket $LIBS"
11949cat > conftest.$ac_ext <<EOF
1e8d2f69 11950#line 11951 "configure"
c63c7106
VZ
11951#include "confdefs.h"
11952/* Override any gcc2 internal prototype to avoid an error. */
11953/* We use char because int might match the return type of a gcc2
11954 builtin and then its argument prototype would still apply. */
11955char socket();
11956
11957int main() {
11958socket()
11959; return 0; }
11960EOF
1e8d2f69 11961if { (eval echo configure:11962: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c63c7106
VZ
11962 rm -rf conftest*
11963 eval "ac_cv_lib_$ac_lib_var=yes"
11964else
11965 echo "configure: failed program was:" >&5
11966 cat conftest.$ac_ext >&5
11967 rm -rf conftest*
11968 eval "ac_cv_lib_$ac_lib_var=no"
11969fi
11970rm -f conftest*
11971LIBS="$ac_save_LIBS"
11972
11973fi
11974if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11975 echo "$ac_t""yes" 1>&6
11976 INET_LINK="$INET_LINK -lsocket"
c63c7106
VZ
11977else
11978 echo "$ac_t""no" 1>&6
afc31813
VZ
11979
11980 echo "configure: warning: socket library not found - sockets will be disabled" 1>&2
11981 wxUSE_SOCKETS=no
11982
11983
c63c7106
VZ
11984fi
11985
11986
11987fi
11988
10f2d63a
VZ
11989fi
11990
afc31813
VZ
11991if test "$wxUSE_SOCKETS" = "yes" ; then
11992
11993 ac_ext=C
11994# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11995ac_cpp='$CXXCPP $CPPFLAGS'
11996ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11997ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11998cross_compiling=$ac_cv_prog_cxx_cross
11999
12000 echo $ac_n "checking the type of the third argument of getsockname""... $ac_c" 1>&6
1e8d2f69 12001echo "configure:12002: checking the type of the third argument of getsockname" >&5
afc31813 12002 cat > conftest.$ac_ext <<EOF
1e8d2f69 12003#line 12004 "configure"
afc31813
VZ
12004#include "confdefs.h"
12005#include <sys/socket.h>
12006int main() {
12007socklen_t len; getsockname(0, 0, &len);
12008; return 0; }
12009EOF
1e8d2f69 12010if { (eval echo configure:12011: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
afc31813
VZ
12011 rm -rf conftest*
12012 cat >> confdefs.h <<\EOF
12013#define SOCKLEN_T socklen_t
12014EOF
12015 echo "$ac_t""socklen_t" 1>&6
12016else
12017 echo "configure: failed program was:" >&5
12018 cat conftest.$ac_ext >&5
12019 rm -rf conftest*
12020 cat > conftest.$ac_ext <<EOF
1e8d2f69 12021#line 12022 "configure"
afc31813
VZ
12022#include "confdefs.h"
12023#include <sys/socket.h>
12024int main() {
12025size_t len; getsockname(0, 0, &len);
12026; return 0; }
12027EOF
1e8d2f69 12028if { (eval echo configure:12029: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
afc31813
VZ
12029 rm -rf conftest*
12030 cat >> confdefs.h <<\EOF
12031#define SOCKLEN_T size_t
12032EOF
12033 echo "$ac_t""size_t" 1>&6
12034else
12035 echo "configure: failed program was:" >&5
12036 cat conftest.$ac_ext >&5
12037 rm -rf conftest*
12038 cat > conftest.$ac_ext <<EOF
1e8d2f69 12039#line 12040 "configure"
afc31813
VZ
12040#include "confdefs.h"
12041#include <sys/socket.h>
12042int main() {
12043int len; getsockname(0, 0, &len);
12044; return 0; }
12045EOF
1e8d2f69 12046if { (eval echo configure:12047: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
afc31813
VZ
12047 rm -rf conftest*
12048 cat >> confdefs.h <<\EOF
12049#define SOCKLEN_T int
12050EOF
12051 echo "$ac_t""int" 1>&6
12052else
12053 echo "configure: failed program was:" >&5
12054 cat conftest.$ac_ext >&5
12055 rm -rf conftest*
12056 echo "$ac_t""unknown" 1>&6
12057
12058fi
12059rm -f conftest*
12060
12061fi
12062rm -f conftest*
12063
12064fi
12065rm -f conftest*
12066 ac_ext=c
12067# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12068ac_cpp='$CPP $CPPFLAGS'
12069ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12070ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12071cross_compiling=$ac_cv_prog_cc_cross
12072
12073
12074 cat >> confdefs.h <<\EOF
12075#define wxUSE_SOCKETS 1
12076EOF
12077
12078 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wxsocket"
12079 INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS protocol"
12080fi
12081
10f2d63a
VZ
12082
12083if test "$wxUSE_JOYSTICK" = 1; then
12084 for ac_hdr in linux/joystick.h
12085do
12086ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12087echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1e8d2f69 12088echo "configure:12089: checking for $ac_hdr" >&5
10f2d63a
VZ
12089if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12090 echo $ac_n "(cached) $ac_c" 1>&6
12091else
12092 cat > conftest.$ac_ext <<EOF
1e8d2f69 12093#line 12094 "configure"
10f2d63a
VZ
12094#include "confdefs.h"
12095#include <$ac_hdr>
12096EOF
12097ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1e8d2f69 12098{ (eval echo configure:12099: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
12099ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12100if test -z "$ac_err"; then
12101 rm -rf conftest*
12102 eval "ac_cv_header_$ac_safe=yes"
12103else
12104 echo "$ac_err" >&5
12105 echo "configure: failed program was:" >&5
12106 cat conftest.$ac_ext >&5
12107 rm -rf conftest*
12108 eval "ac_cv_header_$ac_safe=no"
12109fi
12110rm -f conftest*
12111fi
12112if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12113 echo "$ac_t""yes" 1>&6
12114 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12115 cat >> confdefs.h <<EOF
12116#define $ac_tr_hdr 1
12117EOF
12118
12119else
12120 echo "$ac_t""no" 1>&6
12121fi
12122done
12123
12124 if test "$ac_cv_header_linux_joystick_h" = "yes"; then
12125 cat >> confdefs.h <<\EOF
12126#define wxUSE_JOYSTICK 1
12127EOF
12128
12129 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
12130 fi
12131fi
12132
12133
12134HAVE_DL_FUNCS=0
12135HAVE_SHL_FUNCS=0
12136if test "$wxUSE_DYNLIB_CLASS" = "yes"; then
12137 for ac_func in dlopen
12138do
12139echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1e8d2f69 12140echo "configure:12141: checking for $ac_func" >&5
10f2d63a
VZ
12141if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
12142 echo $ac_n "(cached) $ac_c" 1>&6
12143else
12144 cat > conftest.$ac_ext <<EOF
1e8d2f69 12145#line 12146 "configure"
10f2d63a
VZ
12146#include "confdefs.h"
12147/* System header to define __stub macros and hopefully few prototypes,
12148 which can conflict with char $ac_func(); below. */
12149#include <assert.h>
12150/* Override any gcc2 internal prototype to avoid an error. */
12151/* We use char because int might match the return type of a gcc2
12152 builtin and then its argument prototype would still apply. */
12153char $ac_func();
1e8d2f69 12154char (*f)();
10f2d63a
VZ
12155
12156int main() {
12157
12158/* The GNU C library defines this for functions which it implements
12159 to always fail with ENOSYS. Some functions are actually named
12160 something starting with __ and the normal name is an alias. */
12161#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12162choke me
12163#else
1e8d2f69 12164f = $ac_func;
10f2d63a
VZ
12165#endif
12166
12167; return 0; }
12168EOF
1e8d2f69 12169if { (eval echo configure:12170: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
12170 rm -rf conftest*
12171 eval "ac_cv_func_$ac_func=yes"
12172else
12173 echo "configure: failed program was:" >&5
12174 cat conftest.$ac_ext >&5
12175 rm -rf conftest*
12176 eval "ac_cv_func_$ac_func=no"
12177fi
12178rm -f conftest*
12179fi
12180
12181if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
12182 echo "$ac_t""yes" 1>&6
12183 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
12184 cat >> confdefs.h <<EOF
12185#define $ac_tr_func 1
12186EOF
12187
12188 cat >> confdefs.h <<\EOF
12189#define HAVE_DLOPEN 1
12190EOF
12191
12192 HAVE_DL_FUNCS=1
12193
12194else
12195 echo "$ac_t""no" 1>&6
12196echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
1e8d2f69 12197echo "configure:12198: checking for dlopen in -ldl" >&5
10f2d63a
VZ
12198ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
12199if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12200 echo $ac_n "(cached) $ac_c" 1>&6
12201else
12202 ac_save_LIBS="$LIBS"
12203LIBS="-ldl $LIBS"
12204cat > conftest.$ac_ext <<EOF
1e8d2f69 12205#line 12206 "configure"
10f2d63a
VZ
12206#include "confdefs.h"
12207/* Override any gcc2 internal prototype to avoid an error. */
12208/* We use char because int might match the return type of a gcc2
12209 builtin and then its argument prototype would still apply. */
12210char dlopen();
12211
12212int main() {
12213dlopen()
12214; return 0; }
12215EOF
1e8d2f69 12216if { (eval echo configure:12217: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
12217 rm -rf conftest*
12218 eval "ac_cv_lib_$ac_lib_var=yes"
12219else
12220 echo "configure: failed program was:" >&5
12221 cat conftest.$ac_ext >&5
12222 rm -rf conftest*
12223 eval "ac_cv_lib_$ac_lib_var=no"
12224fi
12225rm -f conftest*
12226LIBS="$ac_save_LIBS"
12227
12228fi
12229if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12230 echo "$ac_t""yes" 1>&6
12231
12232 cat >> confdefs.h <<\EOF
12233#define HAVE_DLOPEN 1
12234EOF
12235
12236 HAVE_DL_FUNCS=1
12237 LIBS="$LIBS -ldl"
12238
12239else
12240 echo "$ac_t""no" 1>&6
12241
12242 for ac_func in shl_load
12243do
12244echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1e8d2f69 12245echo "configure:12246: checking for $ac_func" >&5
10f2d63a
VZ
12246if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
12247 echo $ac_n "(cached) $ac_c" 1>&6
12248else
12249 cat > conftest.$ac_ext <<EOF
1e8d2f69 12250#line 12251 "configure"
10f2d63a
VZ
12251#include "confdefs.h"
12252/* System header to define __stub macros and hopefully few prototypes,
12253 which can conflict with char $ac_func(); below. */
12254#include <assert.h>
12255/* Override any gcc2 internal prototype to avoid an error. */
12256/* We use char because int might match the return type of a gcc2
12257 builtin and then its argument prototype would still apply. */
12258char $ac_func();
1e8d2f69 12259char (*f)();
10f2d63a
VZ
12260
12261int main() {
12262
12263/* The GNU C library defines this for functions which it implements
12264 to always fail with ENOSYS. Some functions are actually named
12265 something starting with __ and the normal name is an alias. */
12266#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12267choke me
12268#else
1e8d2f69 12269f = $ac_func;
10f2d63a
VZ
12270#endif
12271
12272; return 0; }
12273EOF
1e8d2f69 12274if { (eval echo configure:12275: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10f2d63a
VZ
12275 rm -rf conftest*
12276 eval "ac_cv_func_$ac_func=yes"
12277else
12278 echo "configure: failed program was:" >&5
12279 cat conftest.$ac_ext >&5
12280 rm -rf conftest*
12281 eval "ac_cv_func_$ac_func=no"
12282fi
12283rm -f conftest*
12284fi
12285
12286if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
12287 echo "$ac_t""yes" 1>&6
12288 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
12289 cat >> confdefs.h <<EOF
12290#define $ac_tr_func 1
12291EOF
12292
12293 cat >> confdefs.h <<\EOF
12294#define HAVE_SHL_LOAD 1
12295EOF
12296
12297 HAVE_SHL_FUNCS=1
12298
12299else
12300 echo "$ac_t""no" 1>&6
12301fi
12302done
12303
12304
12305fi
12306
12307
12308fi
12309done
12310
12311
12312 if test "$HAVE_DL_FUNCS" = 0; then
12313 if test "$HAVE_SHL_FUNCS" = 0; then
12314 if test "$USE_UNIX" = 1; then
b12915c1 12315 echo "configure: warning: Missing dynamic loading support, several features will be disabled" 1>&2
10f2d63a
VZ
12316 wxUSE_DYNLIB_CLASS=no
12317 else
b12915c1 12318 echo "configure: warning: Assuming wxLibrary class works on this platform" 1>&2
10f2d63a
VZ
12319 fi
12320 fi
12321 fi
12322fi
12323
12324if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
b12915c1 12325 cat >> confdefs.h <<\EOF
10f2d63a
VZ
12326#define wxUSE_DYNLIB_CLASS 1
12327EOF
12328
b12915c1
VZ
12329else
12330 wxUSE_ODBC=no
12331 wxUSE_SERIAL=no
10f2d63a
VZ
12332fi
12333
12334
12335if test "$wxUSE_UNICODE" = "yes" ; then
12336 cat >> confdefs.h <<\EOF
12337#define wxUSE_UNICODE 1
12338EOF
12339
12340fi
12341
12342if test "$wxUSE_WCSRTOMBS" = "yes" ; then
12343 cat >> confdefs.h <<\EOF
12344#define wxUSE_WCSRTOMBS 1
12345EOF
12346
12347fi
12348
12349if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
12350 cat >> confdefs.h <<\EOF
12351#define wxUSE_EXPERIMENTAL_PRINTF 1
12352EOF
12353
12354fi
12355
12356
b12915c1
VZ
12357if test "$wxUSE_SERIAL" = "yes" ; then
12358 cat >> confdefs.h <<\EOF
12359#define wxUSE_SERIAL 1
12360EOF
12361
12362fi
12363
12364
10f2d63a
VZ
12365IODBC_C_SRC=""
12366if test "$wxUSE_ODBC" = "yes" ; then
12367 cat >> confdefs.h <<\EOF
12368#define wxUSE_ODBC 1
12369EOF
12370
12371 WXODBCFLAG="-D_IODBC_"
12372 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db"
12373 IODBCOBJS="\$(IODBC_OBJS)"
12374else
12375 IODBCOBJS=
12376fi
12377
12378
12379if test "$wxUSE_POSTSCRIPT" = "yes" ; then
12380 cat >> confdefs.h <<\EOF
12381#define wxUSE_POSTSCRIPT 1
12382EOF
12383
12384fi
12385
12386cat >> confdefs.h <<\EOF
12387#define wxUSE_AFM_FOR_POSTSCRIPT 1
12388EOF
12389
12390
12391cat >> confdefs.h <<\EOF
12392#define wxUSE_NORMALIZED_PS_FONTS 1
12393EOF
12394
12395
12396
12397if test "$wxUSE_CONSTRAINTS" = "yes"; then
12398 cat >> confdefs.h <<\EOF
12399#define wxUSE_CONSTRAINTS 1
12400EOF
12401
12402 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
12403fi
12404
12405if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
12406 cat >> confdefs.h <<\EOF
12407#define wxUSE_MDI_ARCHITECTURE 1
12408EOF
12409
12410 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
12411fi
12412
12413if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
12414 cat >> confdefs.h <<\EOF
12415#define wxUSE_DOC_VIEW_ARCHITECTURE 1
12416EOF
12417
12418 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
12419 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
12420 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi"
12421 fi
12422fi
12423
12424if test "$wxUSE_HELP" = "yes"; then
12425 cat >> confdefs.h <<\EOF
12426#define wxUSE_HELP 1
12427EOF
12428
12429 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
12430fi
12431
12432if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
12433 if test "$wxUSE_CONSTRAINTS" != "yes"; then
12434 echo "configure: warning: Printing support cannot be used without constraints so it won't be compiled without it" 1>&2
12435 else
12436 cat >> confdefs.h <<\EOF
12437#define wxUSE_PRINTING_ARCHITECTURE 1
12438EOF
12439
12440 fi
12441 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
12442fi
12443
12444if test "$wxUSE_PROLOGIO" = "yes" ; then
12445 cat >> confdefs.h <<\EOF
12446#define wxUSE_PROLOGIO 1
12447EOF
12448
12449fi
12450
12451if test "$wxUSE_RESOURCES" = "yes" ; then
12452 if test "$wxUSE_PROLOGIO" = "yes" ; then
12453 cat >> confdefs.h <<\EOF
12454#define wxUSE_RESOURCES 1
12455EOF
12456
12457 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS resource"
12458 else
12459 echo "configure: warning: wxWindows ressource system requires PrologIO and can't be compiled without it." 1>&2
12460 fi
12461fi
12462
12463if test "$wxUSE_X_RESOURCES" = "yes"; then
12464 cat >> confdefs.h <<\EOF
12465#define wxUSE_X_RESOURCES 1
12466EOF
12467
12468fi
12469
12470
12471if test "$wxUSE_IPC" = "yes"; then
12472 cat >> confdefs.h <<\EOF
12473#define wxUSE_IPC 1
12474EOF
12475
12476fi
12477
12478if test "$wxUSE_CLIPBOARD" = "yes"; then
12479 cat >> confdefs.h <<\EOF
12480#define wxUSE_CLIPBOARD 1
12481EOF
12482
12483fi
12484
12485if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
12486 if test "$wxUSE_GTK" = 1; then
12487 if test "$WXGTK12" != 1; then
12488 echo "configure: warning: Drag and drop is only supported under GTK+ 1.2" 1>&2
12489 wxUSE_DRAG_AND_DROP=no
12490 fi
12491 fi
12492
12493 if test "$wxUSE_MOTIF" = 1; then
12494 echo "configure: warning: Drag and drop is not yet supported under Motif" 1>&2
12495 wxUSE_DRAG_AND_DROP=no
12496 fi
12497
12498 if test "$USE_WIN32" = 1; then
12499 for ac_hdr in ole2.h
12500do
12501ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12502echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1e8d2f69 12503echo "configure:12504: checking for $ac_hdr" >&5
10f2d63a
VZ
12504if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12505 echo $ac_n "(cached) $ac_c" 1>&6
12506else
12507 cat > conftest.$ac_ext <<EOF
1e8d2f69 12508#line 12509 "configure"
10f2d63a
VZ
12509#include "confdefs.h"
12510#include <$ac_hdr>
12511EOF
12512ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1e8d2f69 12513{ (eval echo configure:12514: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10f2d63a
VZ
12514ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12515if test -z "$ac_err"; then
12516 rm -rf conftest*
12517 eval "ac_cv_header_$ac_safe=yes"
12518else
12519 echo "$ac_err" >&5
12520 echo "configure: failed program was:" >&5
12521 cat conftest.$ac_ext >&5
12522 rm -rf conftest*
12523 eval "ac_cv_header_$ac_safe=no"
12524fi
12525rm -f conftest*
12526fi
12527if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12528 echo "$ac_t""yes" 1>&6
12529 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12530 cat >> confdefs.h <<EOF
12531#define $ac_tr_hdr 1
12532EOF
12533
12534else
12535 echo "$ac_t""no" 1>&6
12536fi
12537done
12538
12539 if test "x$HAVE_OLE2_H" = x ; then
12540 echo "configure: warning: Drag and drop disabled because OLE headers not found" 1>&2
12541 wxUSE_DRAG_AND_DROP=no
12542 fi
12543 fi
12544
12545 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
12546 cat >> confdefs.h <<\EOF
12547#define wxUSE_DRAG_AND_DROP 1
12548EOF
12549
12550 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
12551 fi
12552
12553fi
12554
12555if test "$wxUSE_SPLINES" = "yes" ; then
12556 cat >> confdefs.h <<\EOF
12557#define wxUSE_SPLINES 1
12558EOF
12559
12560fi
12561
12562
12563if test "$wxUSE_ACCEL" = "yes"; then
12564 cat >> confdefs.h <<\EOF
12565#define wxUSE_ACCEL 1
12566EOF
12567
12568fi
12569
12570if test "$wxUSE_CARET" = "yes"; then
12571 cat >> confdefs.h <<\EOF
12572#define wxUSE_CARET 1
12573EOF
12574
12575 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
12576fi
12577
12578if test "$wxUSE_COMBOBOX" = "yes"; then
12579 cat >> confdefs.h <<\EOF
12580#define wxUSE_COMBOBOX 1
12581EOF
12582
12583fi
12584
12585if test "$wxUSE_CHOICE" = "yes"; then
12586 cat >> confdefs.h <<\EOF
12587#define wxUSE_CHOICE 1
12588EOF
12589
12590fi
12591
12592if test "$wxUSE_BMPBUTTON" = "yes"; then
12593 cat >> confdefs.h <<\EOF
12594#define wxUSE_BMPBUTTON 1
12595EOF
12596
12597fi
12598
12599if test "$wxUSE_CHECKBOX" = "yes"; then
12600 cat >> confdefs.h <<\EOF
12601#define wxUSE_CHECKBOX 1
12602EOF
12603
12604fi
12605
12606if test "$wxUSE_CHECKLST" = "yes"; then
12607 cat >> confdefs.h <<\EOF
12608#define wxUSE_CHECKLISTBOX 1
12609EOF
12610
12611 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst"
12612fi
12613
12614if test "$wxUSE_GAUGE" = "yes"; then
12615 cat >> confdefs.h <<\EOF
12616#define wxUSE_GAUGE 1
12617EOF
12618
12619fi
12620
12621if test "$wxUSE_GRID" = "yes"; then
12622 cat >> confdefs.h <<\EOF
12623#define wxUSE_GRID 1
12624EOF
12625
12626 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
12627fi
12628
12629if test "$wxUSE_NEW_GRID" = "yes"; then
12630 cat >> confdefs.h <<\EOF
12631#define wxUSE_NEW_GRID 1
12632EOF
12633
12634 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS newgrid"
12635fi
12636
12637if test "$wxUSE_IMAGLIST" = "yes"; then
12638 cat >> confdefs.h <<\EOF
12639#define wxUSE_IMAGLIST 1
12640EOF
12641
12642fi
12643
12644if test "$wxUSE_LISTBOX" = "yes"; then
12645 cat >> confdefs.h <<\EOF
12646#define wxUSE_LISTBOX 1
12647EOF
12648
12649fi
12650
12651if test "$wxUSE_LISTCTRL" = "yes"; then
12652 if test "$wxUSE_IMAGLIST" = "yes"; then
12653 cat >> confdefs.h <<\EOF
12654#define wxUSE_LISTCTRL 1
12655EOF
12656
12657 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
12658 else
12659 echo "configure: warning: wxListCtrl requires wxImageList and won't be compiled without it" 1>&2
12660 fi
12661fi
12662
12663if test "$wxUSE_NOTEBOOK" = "yes"; then
12664 cat >> confdefs.h <<\EOF
12665#define wxUSE_NOTEBOOK 1
12666EOF
12667
12668 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
12669fi
12670
12671if test "$wxUSE_RADIOBOX" = "yes"; then
12672 cat >> confdefs.h <<\EOF
12673#define wxUSE_RADIOBOX 1
12674EOF
12675
12676fi
12677
12678if test "$wxUSE_RADIOBTN" = "yes"; then
12679 cat >> confdefs.h <<\EOF
12680#define wxUSE_RADIOBTN 1
12681EOF
12682
12683fi
12684
12685if test "$wxUSE_SASH" = "yes"; then
12686 cat >> confdefs.h <<\EOF
12687#define wxUSE_SASH 1
12688EOF
12689
12690 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
12691fi
12692
12693if test "$wxUSE_SCROLLBAR" = "yes"; then
12694 cat >> confdefs.h <<\EOF
12695#define wxUSE_SCROLLBAR 1
12696EOF
12697
741a9306 12698 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub"
10f2d63a
VZ
12699fi
12700
12701if test "$wxUSE_SLIDER" = "yes"; then
12702 cat >> confdefs.h <<\EOF
12703#define wxUSE_SLIDER 1
12704EOF
12705
12706fi
12707
12708if test "$wxUSE_SPINBTN" = "yes"; then
12709 cat >> confdefs.h <<\EOF
12710#define wxUSE_SPINBTN 1
12711EOF
12712
12713fi
12714
56cfaa52
RR
12715if test "$wxUSE_SPINCTRL" = "yes"; then
12716 cat >> confdefs.h <<\EOF
12717#define wxUSE_SPINCTRL 1
12718EOF
12719
12720fi
12721
10f2d63a
VZ
12722if test "$wxUSE_SPLITTER" = "yes"; then
12723 cat >> confdefs.h <<\EOF
12724#define wxUSE_SPLITTER 1
12725EOF
12726
12727 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
12728fi
12729
12730if test "$wxUSE_STATBMP" = "yes"; then
12731 cat >> confdefs.h <<\EOF
12732#define wxUSE_STATBMP 1
12733EOF
12734
12735fi
12736
12737if test "$wxUSE_STATBOX" = "yes"; then
12738 cat >> confdefs.h <<\EOF
12739#define wxUSE_STATBOX 1
12740EOF
12741
12742fi
12743
12744if test "$wxUSE_STATLINE" = "yes"; then
12745 if test "$wxUSE_WINE" = 1 ; then
12746 echo "configure: warning: wxStaticLine is not supported under WINE" 1>&2
12747 else
12748 cat >> confdefs.h <<\EOF
12749#define wxUSE_STATLINE 1
12750EOF
12751
12752 fi
12753fi
12754
12755if test "$wxUSE_STATUSBAR" = "yes"; then
12756 cat >> confdefs.h <<\EOF
12757#define wxUSE_STATUSBAR 1
12758EOF
12759
12760fi
12761
12762if test "$wxUSE_TABDIALOG" = "yes"; then
12763 cat >> confdefs.h <<\EOF
12764#define wxUSE_TAB_DIALOG 1
12765EOF
12766
12767 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS tab"
12768fi
12769
360d6699
VZ
12770if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
12771 cat >> confdefs.h <<\EOF
12772#define wxUSE_TOOLBAR_SIMPLE 1
12773EOF
12774
12775 wxUSE_TOOLBAR="yes"
12776fi
12777
10f2d63a
VZ
12778if test "$wxUSE_TOOLBAR" = "yes"; then
12779 cat >> confdefs.h <<\EOF
12780#define wxUSE_TOOLBAR 1
12781EOF
12782
360d6699
VZ
12783
12784 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
12785 wxUSE_TOOLBAR_NATIVE="yes"
12786 fi
12787
10f2d63a
VZ
12788 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
12789fi
12790
360d6699
VZ
12791if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
12792 cat >> confdefs.h <<\EOF
12793#define wxUSE_TOOLBAR_NATIVE 1
12794EOF
12795
12796fi
12797
10f2d63a
VZ
12798if test "$wxUSE_TOOLTIPS" = "yes"; then
12799 if test "$wxUSE_MOTIF" = 1; then
12800 echo "configure: warning: wxTooltip not supported yet under Motif" 1>&2
12801 else
12802 if test "$wxUSE_WINE" = 1; then
12803 echo "configure: warning: wxTooltip not supported under WINE" 1>&2
12804 else
12805 cat >> confdefs.h <<\EOF
12806#define wxUSE_TOOLTIPS 1
12807EOF
12808
12809 fi
12810 fi
12811fi
12812
12813if test "$wxUSE_TREECTRL" = "yes"; then
12814 if test "$wxUSE_IMAGLIST" = "yes"; then
12815 cat >> confdefs.h <<\EOF
12816#define wxUSE_TREECTRL 1
12817EOF
12818
12819 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
12820 else
12821 echo "configure: warning: wxTreeCtrl requires wxImageList and won't be compiled without it" 1>&2
12822 fi
12823fi
12824
12825
12826
12827if test "$wxUSE_METAFILE" = "yes"; then
12828 cat >> confdefs.h <<\EOF
12829#define wxUSE_METAFILE 1
12830EOF
12831
12832fi
12833
12834if test "$wxUSE_DIRDLG" = "yes"; then
12835 if test "$wxUSE_CONSTRAINTS" != "yes"; then
12836 echo "configure: warning: wxDirDialog requires constraints so it won't be compiled without them" 1>&2
12837 else
12838 if test "$wxUSE_TREECTRL" != "yes"; then
12839 echo "configure: warning: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" 1>&2
12840 else
12841 cat >> confdefs.h <<\EOF
12842#define wxUSE_DIRDLG 1
12843EOF
12844
12845 fi
12846 fi
12847fi
12848
12849if test "$wxUSE_TEXTDLG" = "yes"; then
12850 cat >> confdefs.h <<\EOF
12851#define wxUSE_TEXTDLG 1
12852EOF
12853
12854fi
12855
12856if test "$wxUSE_STARTUP_TIPS" = "yes"; then
12857 if test "$wxUSE_CONSTRAINTS" != "yes"; then
12858 echo "configure: warning: Startup tips requires constraints and won't be compiled without them" 1>&2
12859 else
12860 cat >> confdefs.h <<\EOF
12861#define wxUSE_STARTUP_TIPS 1
12862EOF
12863
12864 fi
12865fi
12866
12867if test "$wxUSE_PROGRESSDLG" = "yes"; then
12868 if test "$wxUSE_CONSTRAINTS" != "yes"; then
12869 echo "configure: warning: wxProgressDialog requires constraints so it won't be compiled without them" 1>&2
12870 else
12871 cat >> confdefs.h <<\EOF
12872#define wxUSE_PROGRESSDLG 1
12873EOF
12874
12875 fi
12876fi
12877
12878if test "$wxUSE_MINIFRAME" = "yes"; then
12879 cat >> confdefs.h <<\EOF
12880#define wxUSE_MINIFRAME 1
12881EOF
12882
12883 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram"
12884fi
12885
12886if test "$wxUSE_HTML" = "yes"; then
12887 cat >> confdefs.h <<\EOF
12888#define wxUSE_HTML 1
12889EOF
12890
12891 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html"
12892 INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS html"
12893fi
12894
12895if test "$wxUSE_VALIDATORS" = "yes"; then
12896 cat >> confdefs.h <<\EOF
12897#define wxUSE_VALIDATORS 1
12898EOF
12899
12900 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
12901fi
12902
12903if test "$wxUSE_GIF" = "yes" ; then
12904 cat >> confdefs.h <<\EOF
12905#define wxUSE_GIF 1
12906EOF
12907
12908fi
12909
12910if test "$wxUSE_PCX" = "yes" ; then
12911 cat >> confdefs.h <<\EOF
12912#define wxUSE_PCX 1
12913EOF
12914
12915fi
12916
12917if test "$wxUSE_PNM" = "yes" ; then
12918 cat >> confdefs.h <<\EOF
12919#define wxUSE_PNM 1
12920EOF
12921
12922fi
12923
12924
aaa37c0d
VZ
12925OSINFO=`uname -s -r -m`
12926OSINFO="\"$OSINFO\""
12927cat >> confdefs.h <<EOF
12928#define WXWIN_OS_DESCRIPTION $OSINFO
12929EOF
12930
12931
12932
10f2d63a
VZ
12933GUILIBS="$GUI_TK_LIBRARY $OPENGL_LINK $LIBPNG_LINK $ZLIB_LINK $TOOLKIT_LINK"
12934
c63c7106 12935EXTRA_LIBS="$LIBS $POSIX4_LINK $INET_LINK $WCHAR_LINK $THREADS_LINK $DMALLOC_LINK $DL_LINK"
10f2d63a
VZ
12936if test "$wxUSE_GUI" = "yes"; then
12937 EXTRA_LIBS="$EXTRA_LIBS $GUILIBS"
12938fi
12939
12940LD_LIBS="\${top_builddir}/lib/${WX_LIBRARY_NAME_STATIC} $EXTRA_LIBS"
12941
c7a2bf27 12942INCLUDES="-I. -I\${top_builddir}/include -I\${top_srcdir}/include $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE $TOOLKIT_INCLUDE"
10f2d63a
VZ
12943
12944if test "$GXX" = yes ; then
12945 CXXWARNINGS="-Wall"
12946 fi
12947EXTRA_CFLAGS="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE $INCLUDES"
12948
12949CFLAGS=`echo $CFLAGS $EXTRA_CFLAGS | sed 's/ \\+/ /g'`
12950CXXFLAGS=`echo $CXXFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \+/ /g'`
12951
e694c22c
VZ
12952LDFLAGS="$LDFLAGS $PROFILE"
12953
10f2d63a
VZ
12954if test "$wxUSE_GUI" = "yes"; then
12955
12956 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS bombs controls dialogs drawing dynamic \
741a9306 12957 font forty fractal image minimal richedit wxpoem"
b12915c1 12958
e2b8b066 12959 CPPFLAGS="$CPPFLAGS \$(EXTRADEFS)"
10f2d63a
VZ
12960else
12961 SAMPLES_SUBDIRS=""
12962fi
12963
12964SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '`"
12965
12966
12967
12968
12969
12970
12971
12972
12973
12974
12975
12976
12977
12978
12979
12980
12981
12982
12983
12984
12985
12986
12987
12988
12989
12990
12991
12992
12993
12994
12995
12996
12997
12998
12999
13000
13001
13002
13003
13004
13005
13006
13007
13008
13009
13010
13011
13012
13013
13014
13015
13016
1d62a8b4 13017
e694c22c 13018
b12915c1 13019
10f2d63a
VZ
13020
13021
13022echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
1e8d2f69 13023echo "configure:13024: checking whether ${MAKE-make} sets \${MAKE}" >&5
10f2d63a
VZ
13024set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
13025if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
13026 echo $ac_n "(cached) $ac_c" 1>&6
13027else
13028 cat > conftestmake <<\EOF
13029all:
13030 @echo 'ac_maketemp="${MAKE}"'
13031EOF
13032# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
13033eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
13034if test -n "$ac_maketemp"; then
13035 eval ac_cv_prog_make_${ac_make}_set=yes
13036else
13037 eval ac_cv_prog_make_${ac_make}_set=no
13038fi
13039rm -f conftestmake
13040fi
13041if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
13042 echo "$ac_t""yes" 1>&6
13043 SET_MAKE=
13044else
13045 echo "$ac_t""no" 1>&6
13046 SET_MAKE="MAKE=${MAKE-make}"
13047fi
13048
13049
13050
13051
13052if test "${TOOLKIT_DIR}" = "msw" ; then
13053 GL_TOOLKIT_DIR="win"
13054else
13055 GL_TOOLKIT_DIR="${TOOLKIT_DIR}"
13056fi
13057
13058
13059trap '' 1 2 15
13060cat > confcache <<\EOF
13061# This file is a shell script that caches the results of configure
13062# tests run on this system so they can be shared between configure
13063# scripts and configure runs. It is not useful on other systems.
13064# If it contains results you don't want to keep, you may remove or edit it.
13065#
13066# By default, configure uses ./config.cache as the cache file,
13067# creating it if it does not exist already. You can give configure
13068# the --cache-file=FILE option to use a different cache file; that is
13069# what configure does when it calls configure scripts in
13070# subdirectories, so they share the cache.
13071# Giving --cache-file=/dev/null disables caching, for debugging configure.
13072# config.status only pays attention to the cache file if you give it the
13073# --recheck option to rerun configure.
13074#
13075EOF
13076# The following way of writing the cache mishandles newlines in values,
13077# but we know of no workaround that is simple, portable, and efficient.
13078# So, don't put newlines in cache variables' values.
13079# Ultrix sh set writes to stderr and can't be redirected directly,
13080# and sets the high bit in the cache file unless we assign to the vars.
13081(set) 2>&1 |
13082 case `(ac_space=' '; set | grep ac_space) 2>&1` in
13083 *ac_space=\ *)
13084 # `set' does not quote correctly, so add quotes (double-quote substitution
13085 # turns \\\\ into \\, and sed turns \\ into \).
13086 sed -n \
13087 -e "s/'/'\\\\''/g" \
13088 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
13089 ;;
13090 *)
13091 # `set' quotes correctly as required by POSIX, so do not add quotes.
13092 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
13093 ;;
13094 esac >> confcache
13095if cmp -s $cache_file confcache; then
13096 :
13097else
13098 if test -w $cache_file; then
13099 echo "updating cache $cache_file"
13100 cat confcache > $cache_file
13101 else
13102 echo "not updating unwritable cache $cache_file"
13103 fi
13104fi
13105rm -f confcache
13106
13107trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
13108
13109test "x$prefix" = xNONE && prefix=$ac_default_prefix
13110# Let make expand exec_prefix.
13111test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13112
13113# Any assignment to VPATH causes Sun make to only execute
13114# the first set of double-colon rules, so remove it if not needed.
13115# If there is a colon in the path, we need to keep it.
13116if test "x$srcdir" = x.; then
13117 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
13118fi
13119
13120trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
13121
13122DEFS=-DHAVE_CONFIG_H
13123
13124# Without the "./", some shells look in PATH for config.status.
13125: ${CONFIG_STATUS=./config.status}
13126
13127echo creating $CONFIG_STATUS
13128rm -f $CONFIG_STATUS
13129cat > $CONFIG_STATUS <<EOF
13130#! /bin/sh
13131# Generated automatically by configure.
13132# Run this file to recreate the current configuration.
13133# This directory was configured as follows,
13134# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13135#
13136# $0 $ac_configure_args
13137#
13138# Compiler output produced by configure, useful for debugging
13139# configure, is in ./config.log if it exists.
13140
13141ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
13142for ac_option
13143do
13144 case "\$ac_option" in
13145 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
13146 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
13147 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
13148 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
1e8d2f69 13149 echo "$CONFIG_STATUS generated by autoconf version 2.14"
10f2d63a
VZ
13150 exit 0 ;;
13151 -help | --help | --hel | --he | --h)
13152 echo "\$ac_cs_usage"; exit 0 ;;
13153 *) echo "\$ac_cs_usage"; exit 1 ;;
13154 esac
13155done
13156
13157ac_given_srcdir=$srcdir
13158ac_given_INSTALL="$INSTALL"
13159
13160trap 'rm -fr `echo "
13161 wx-config
13162 src/make.env
13163 src/makeprog.env
13164 src/makelib.env
13165 Makefile
13166 samples/Makefile
13167 samples/bombs/Makefile
13168 samples/caret/Makefile
1e8d2f69 13169 samples/calendar/Makefile
10f2d63a
VZ
13170 samples/checklst/Makefile
13171 samples/config/Makefile
13172 samples/controls/Makefile
b47c832e 13173 samples/console/Makefile
10f2d63a
VZ
13174 samples/db/Makefile
13175 samples/dialogs/Makefile
13176 samples/docview/Makefile
13177 samples/docvwmdi/Makefile
13178 samples/dnd/Makefile
13179 samples/drawing/Makefile
13180 samples/forty/Makefile
678b92a9 13181 samples/font/Makefile
10f2d63a 13182 samples/fractal/Makefile
1e8d2f69
RR
13183 samples/grid/Makefile
13184 samples/help/Makefile
10f2d63a
VZ
13185 samples/image/Makefile
13186 samples/internat/Makefile
13187 samples/layout/Makefile
1e8d2f69 13188 samples/life/Makefile
10f2d63a
VZ
13189 samples/listctrl/Makefile
13190 samples/mdi/Makefile
13191 samples/minifram/Makefile
13192 samples/minimal/Makefile
13193 samples/nettest/Makefile
13194 samples/newgrid/Makefile
13195 samples/notebook/Makefile
13196 samples/png/Makefile
13197 samples/printing/Makefile
13198 samples/proplist/Makefile
13199 samples/richedit/Makefile
13200 samples/resource/Makefile
13201 samples/sashtest/Makefile
13202 samples/scroll/Makefile
13203 samples/scrollsub/Makefile
13204 samples/splitter/Makefile
13205 samples/text/Makefile
13206 samples/thread/Makefile
13207 samples/toolbar/Makefile
13208 samples/treectrl/Makefile
13209 samples/typetest/Makefile
13210 samples/validate/Makefile
13211 samples/wxpoem/Makefile
13212 samples/wxsocket/Makefile
13213 samples/wizard/Makefile
13214 samples/html/Makefile
13215 samples/html/about/Makefile
13216 samples/html/help/Makefile
13217 samples/html/printing/Makefile
fc9c7c09 13218 samples/html/helpview/Makefile
10f2d63a
VZ
13219 samples/html/test/Makefile
13220 samples/html/zip/Makefile
13221 samples/html/virtual/Makefile
13222 samples/html/widget/Makefile
13223 utils/Makefile
13224 utils/wxMMedia2/Makefile
13225 utils/wxMMedia2/lib/Makefile
13226 utils/wxMMedia2/sample/Makefile
13227 utils/glcanvas/Makefile
13228 utils/glcanvas/${GL_TOOLKIT_DIR}/Makefile
13229 utils/ogl/Makefile
13230 utils/ogl/src/Makefile
13231 setup.h:setup.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
13232EOF
13233cat >> $CONFIG_STATUS <<EOF
13234
13235# Protect against being on the right side of a sed subst in config.status.
13236sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
13237 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
13238$ac_vpsub
13239$extrasub
13240s%@SHELL@%$SHELL%g
13241s%@CFLAGS@%$CFLAGS%g
13242s%@CPPFLAGS@%$CPPFLAGS%g
13243s%@CXXFLAGS@%$CXXFLAGS%g
13244s%@FFLAGS@%$FFLAGS%g
13245s%@DEFS@%$DEFS%g
13246s%@LDFLAGS@%$LDFLAGS%g
13247s%@LIBS@%$LIBS%g
13248s%@exec_prefix@%$exec_prefix%g
13249s%@prefix@%$prefix%g
13250s%@program_transform_name@%$program_transform_name%g
13251s%@bindir@%$bindir%g
13252s%@sbindir@%$sbindir%g
13253s%@libexecdir@%$libexecdir%g
13254s%@datadir@%$datadir%g
13255s%@sysconfdir@%$sysconfdir%g
13256s%@sharedstatedir@%$sharedstatedir%g
13257s%@localstatedir@%$localstatedir%g
13258s%@libdir@%$libdir%g
13259s%@includedir@%$includedir%g
13260s%@oldincludedir@%$oldincludedir%g
13261s%@infodir@%$infodir%g
13262s%@mandir@%$mandir%g
13263s%@host@%$host%g
13264s%@host_alias@%$host_alias%g
13265s%@host_cpu@%$host_cpu%g
13266s%@host_vendor@%$host_vendor%g
13267s%@host_os@%$host_os%g
13268s%@target@%$target%g
13269s%@target_alias@%$target_alias%g
13270s%@target_cpu@%$target_cpu%g
13271s%@target_vendor@%$target_vendor%g
13272s%@target_os@%$target_os%g
13273s%@build@%$build%g
13274s%@build_alias@%$build_alias%g
13275s%@build_cpu@%$build_cpu%g
13276s%@build_vendor@%$build_vendor%g
13277s%@build_os@%$build_os%g
13278s%@CC@%$CC%g
13279s%@CPP@%$CPP%g
13280s%@CXX@%$CXX%g
13281s%@CXXCPP@%$CXXCPP%g
13282s%@RANLIB@%$RANLIB%g
13283s%@AR@%$AR%g
13284s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
13285s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
13286s%@INSTALL_DATA@%$INSTALL_DATA%g
13287s%@STRIP@%$STRIP%g
13288s%@YACC@%$YACC%g
13289s%@LEX@%$LEX%g
13290s%@LEXLIB@%$LEXLIB%g
13291s%@LN_S@%$LN_S%g
13292s%@GTK_CONFIG@%$GTK_CONFIG%g
13293s%@GTK_CFLAGS@%$GTK_CFLAGS%g
13294s%@GTK_LIBS@%$GTK_LIBS%g
ab9b9eab
VZ
13295s%@X_CFLAGS@%$X_CFLAGS%g
13296s%@X_PRE_LIBS@%$X_PRE_LIBS%g
13297s%@X_LIBS@%$X_LIBS%g
13298s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
10f2d63a
VZ
13299s%@WX_MAJOR_VERSION_NUMBER@%$WX_MAJOR_VERSION_NUMBER%g
13300s%@WX_MINOR_VERSION_NUMBER@%$WX_MINOR_VERSION_NUMBER%g
13301s%@WX_RELEASE_NUMBER@%$WX_RELEASE_NUMBER%g
13302s%@WX_LIBRARY_NAME@%$WX_LIBRARY_NAME%g
13303s%@WX_LIBRARY_NAME_STATIC@%$WX_LIBRARY_NAME_STATIC%g
13304s%@WX_LIBRARY_NAME_SHARED@%$WX_LIBRARY_NAME_SHARED%g
13305s%@WX_LIBRARY@%$WX_LIBRARY%g
13306s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g
13307s%@WX_LIBRARY_LINK1@%$WX_LIBRARY_LINK1%g
13308s%@WX_LIBRARY_LINK2@%$WX_LIBRARY_LINK2%g
13309s%@WX_LIBRARY_LINK3@%$WX_LIBRARY_LINK3%g
13310s%@PROGRAM_EXT@%$PROGRAM_EXT%g
13311s%@WX_ALL@%$WX_ALL%g
13312s%@WX_ALL_INSTALLED@%$WX_ALL_INSTALLED%g
13313s%@SHARED_LD@%$SHARED_LD%g
13314s%@PIC_FLAG@%$PIC_FLAG%g
13315s%@DEP_INFO_FLAGS@%$DEP_INFO_FLAGS%g
1d62a8b4 13316s%@BURNT_LIBRARY_NAME@%$BURNT_LIBRARY_NAME%g
10f2d63a
VZ
13317s%@WXDEBUG_DEFINE@%$WXDEBUG_DEFINE%g
13318s%@TOOLKIT@%$TOOLKIT%g
13319s%@TOOLKIT_DEF@%$TOOLKIT_DEF%g
13320s%@TOOLKIT_DIR@%$TOOLKIT_DIR%g
13321s%@TOOLKIT_INCLUDE@%$TOOLKIT_INCLUDE%g
13322s%@GUIHEADERS@%$GUIHEADERS%g
13323s%@GUIOBJS@%$GUIOBJS%g
13324s%@COMMONOBJS@%$COMMONOBJS%g
13325s%@GENERICOBJS@%$GENERICOBJS%g
13326s%@GUIDEPS@%$GUIDEPS%g
13327s%@COMMONDEPS@%$COMMONDEPS%g
13328s%@GENERICDEPS@%$GENERICDEPS%g
13329s%@IODBCOBJS@%$IODBCOBJS%g
13330s%@UNIXOBJS@%$UNIXOBJS%g
13331s%@UNIXDEPS@%$UNIXDEPS%g
13332s%@ALL_OBJECTS@%$ALL_OBJECTS%g
13333s%@ALL_DEPFILES@%$ALL_DEPFILES%g
13334s%@ALL_HEADERS@%$ALL_HEADERS%g
13335s%@GUIDIST@%$GUIDIST%g
13336s%@SRC_SUBDIRS@%$SRC_SUBDIRS%g
13337s%@INCLUDE_SUBDIRS@%$INCLUDE_SUBDIRS%g
13338s%@UTILS_SUBDIRS@%$UTILS_SUBDIRS%g
13339s%@DOCS_SUBDIRS@%$DOCS_SUBDIRS%g
13340s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g
13341s%@USER_SUBDIRS@%$USER_SUBDIRS%g
13342s%@EXTRA_LIBS@%$EXTRA_LIBS%g
b12915c1 13343s%@EXTRADEFS@%$EXTRADEFS%g
10f2d63a
VZ
13344s%@LD_LIBS@%$LD_LIBS%g
13345s%@SET_MAKE@%$SET_MAKE%g
13346s%@GL_TOOLKIT_DIR@%$GL_TOOLKIT_DIR%g
13347
13348CEOF
13349EOF
13350
13351cat >> $CONFIG_STATUS <<\EOF
13352
13353# Split the substitutions into bite-sized pieces for seds with
13354# small command number limits, like on Digital OSF/1 and HP-UX.
13355ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
13356ac_file=1 # Number of current file.
13357ac_beg=1 # First line for current file.
13358ac_end=$ac_max_sed_cmds # Line after last line for current file.
13359ac_more_lines=:
13360ac_sed_cmds=""
13361while $ac_more_lines; do
13362 if test $ac_beg -gt 1; then
13363 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
13364 else
13365 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
13366 fi
13367 if test ! -s conftest.s$ac_file; then
13368 ac_more_lines=false
13369 rm -f conftest.s$ac_file
13370 else
13371 if test -z "$ac_sed_cmds"; then
13372 ac_sed_cmds="sed -f conftest.s$ac_file"
13373 else
13374 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
13375 fi
13376 ac_file=`expr $ac_file + 1`
13377 ac_beg=$ac_end
13378 ac_end=`expr $ac_end + $ac_max_sed_cmds`
13379 fi
13380done
13381if test -z "$ac_sed_cmds"; then
13382 ac_sed_cmds=cat
13383fi
13384EOF
13385
13386cat >> $CONFIG_STATUS <<EOF
13387
13388CONFIG_FILES=\${CONFIG_FILES-"wx-config
13389 src/make.env
13390 src/makeprog.env
13391 src/makelib.env
13392 Makefile
13393 samples/Makefile
13394 samples/bombs/Makefile
13395 samples/caret/Makefile
1e8d2f69 13396 samples/calendar/Makefile
10f2d63a
VZ
13397 samples/checklst/Makefile
13398 samples/config/Makefile
13399 samples/controls/Makefile
b47c832e 13400 samples/console/Makefile
10f2d63a
VZ
13401 samples/db/Makefile
13402 samples/dialogs/Makefile
13403 samples/docview/Makefile
13404 samples/docvwmdi/Makefile
13405 samples/dnd/Makefile
13406 samples/drawing/Makefile
13407 samples/forty/Makefile
678b92a9 13408 samples/font/Makefile
10f2d63a 13409 samples/fractal/Makefile
1e8d2f69
RR
13410 samples/grid/Makefile
13411 samples/help/Makefile
10f2d63a
VZ
13412 samples/image/Makefile
13413 samples/internat/Makefile
13414 samples/layout/Makefile
1e8d2f69 13415 samples/life/Makefile
10f2d63a
VZ
13416 samples/listctrl/Makefile
13417 samples/mdi/Makefile
13418 samples/minifram/Makefile
13419 samples/minimal/Makefile
13420 samples/nettest/Makefile
13421 samples/newgrid/Makefile
13422 samples/notebook/Makefile
13423 samples/png/Makefile
13424 samples/printing/Makefile
13425 samples/proplist/Makefile
13426 samples/richedit/Makefile
13427 samples/resource/Makefile
13428 samples/sashtest/Makefile
13429 samples/scroll/Makefile
13430 samples/scrollsub/Makefile
13431 samples/splitter/Makefile
13432 samples/text/Makefile
13433 samples/thread/Makefile
13434 samples/toolbar/Makefile
13435 samples/treectrl/Makefile
13436 samples/typetest/Makefile
13437 samples/validate/Makefile
13438 samples/wxpoem/Makefile
13439 samples/wxsocket/Makefile
13440 samples/wizard/Makefile
13441 samples/html/Makefile
13442 samples/html/about/Makefile
13443 samples/html/help/Makefile
13444 samples/html/printing/Makefile
fc9c7c09 13445 samples/html/helpview/Makefile
10f2d63a
VZ
13446 samples/html/test/Makefile
13447 samples/html/zip/Makefile
13448 samples/html/virtual/Makefile
13449 samples/html/widget/Makefile
13450 utils/Makefile
13451 utils/wxMMedia2/Makefile
13452 utils/wxMMedia2/lib/Makefile
13453 utils/wxMMedia2/sample/Makefile
13454 utils/glcanvas/Makefile
13455 utils/glcanvas/${GL_TOOLKIT_DIR}/Makefile
13456 utils/ogl/Makefile
13457 utils/ogl/src/Makefile
13458 "}
13459EOF
13460cat >> $CONFIG_STATUS <<\EOF
13461for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
13462 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
13463 case "$ac_file" in
13464 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
13465 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
13466 *) ac_file_in="${ac_file}.in" ;;
13467 esac
13468
13469 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
13470
13471 # Remove last slash and all that follows it. Not all systems have dirname.
13472 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
13473 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
13474 # The file is in a subdirectory.
13475 test ! -d "$ac_dir" && mkdir "$ac_dir"
13476 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
13477 # A "../" for each directory in $ac_dir_suffix.
13478 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
13479 else
13480 ac_dir_suffix= ac_dots=
13481 fi
13482
13483 case "$ac_given_srcdir" in
13484 .) srcdir=.
13485 if test -z "$ac_dots"; then top_srcdir=.
13486 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
13487 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
13488 *) # Relative path.
13489 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
13490 top_srcdir="$ac_dots$ac_given_srcdir" ;;
13491 esac
13492
13493 case "$ac_given_INSTALL" in
13494 [/$]*) INSTALL="$ac_given_INSTALL" ;;
13495 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
13496 esac
13497
13498 echo creating "$ac_file"
13499 rm -f "$ac_file"
13500 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
13501 case "$ac_file" in
13502 *Makefile*) ac_comsub="1i\\
13503# $configure_input" ;;
13504 *) ac_comsub= ;;
13505 esac
13506
13507 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
13508 sed -e "$ac_comsub
13509s%@configure_input@%$configure_input%g
13510s%@srcdir@%$srcdir%g
13511s%@top_srcdir@%$top_srcdir%g
13512s%@INSTALL@%$INSTALL%g
13513" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
13514fi; done
13515rm -f conftest.s*
13516
13517# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
13518# NAME is the cpp macro being defined and VALUE is the value it is being given.
13519#
13520# ac_d sets the value in "#define NAME VALUE" lines.
13521ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
13522ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
13523ac_dC='\3'
13524ac_dD='%g'
13525# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
13526ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
13527ac_uB='\([ ]\)%\1#\2define\3'
13528ac_uC=' '
13529ac_uD='\4%g'
13530# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
13531ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
13532ac_eB='$%\1#\2define\3'
13533ac_eC=' '
13534ac_eD='%g'
13535
13536if test "${CONFIG_HEADERS+set}" != set; then
13537EOF
13538cat >> $CONFIG_STATUS <<EOF
13539 CONFIG_HEADERS="setup.h:setup.h.in"
13540EOF
13541cat >> $CONFIG_STATUS <<\EOF
13542fi
13543for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
13544 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
13545 case "$ac_file" in
13546 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
13547 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
13548 *) ac_file_in="${ac_file}.in" ;;
13549 esac
13550
13551 echo creating $ac_file
13552
13553 rm -f conftest.frag conftest.in conftest.out
13554 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
13555 cat $ac_file_inputs > conftest.in
13556
13557EOF
13558
13559# Transform confdefs.h into a sed script conftest.vals that substitutes
13560# the proper values into config.h.in to produce config.h. And first:
13561# Protect against being on the right side of a sed subst in config.status.
13562# Protect against being in an unquoted here document in config.status.
13563rm -f conftest.vals
13564cat > conftest.hdr <<\EOF
13565s/[\\&%]/\\&/g
13566s%[\\$`]%\\&%g
13567s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
13568s%ac_d%ac_u%gp
13569s%ac_u%ac_e%gp
13570EOF
13571sed -n -f conftest.hdr confdefs.h > conftest.vals
13572rm -f conftest.hdr
13573
13574# This sed command replaces #undef with comments. This is necessary, for
13575# example, in the case of _POSIX_SOURCE, which is predefined and required
13576# on some systems where configure will not decide to define it.
13577cat >> conftest.vals <<\EOF
13578s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
13579EOF
13580
13581# Break up conftest.vals because some shells have a limit on
13582# the size of here documents, and old seds have small limits too.
13583
13584rm -f conftest.tail
13585while :
13586do
13587 ac_lines=`grep -c . conftest.vals`
13588 # grep -c gives empty output for an empty file on some AIX systems.
13589 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
13590 # Write a limited-size here document to conftest.frag.
13591 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
13592 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
13593 echo 'CEOF
13594 sed -f conftest.frag conftest.in > conftest.out
13595 rm -f conftest.in
13596 mv conftest.out conftest.in
13597' >> $CONFIG_STATUS
13598 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
13599 rm -f conftest.vals
13600 mv conftest.tail conftest.vals
13601done
13602rm -f conftest.vals
13603
13604cat >> $CONFIG_STATUS <<\EOF
13605 rm -f conftest.frag conftest.h
13606 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
13607 cat conftest.in >> conftest.h
13608 rm -f conftest.in
13609 if cmp -s $ac_file conftest.h 2>/dev/null; then
13610 echo "$ac_file is unchanged"
13611 rm -f conftest.h
13612 else
13613 # Remove last slash and all that follows it. Not all systems have dirname.
13614 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
13615 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
13616 # The file is in a subdirectory.
13617 test ! -d "$ac_dir" && mkdir "$ac_dir"
13618 fi
13619 rm -f $ac_file
13620 mv conftest.h $ac_file
13621 fi
13622fi; done
13623
13624EOF
13625cat >> $CONFIG_STATUS <<EOF
13626
13627 TOOLKIT_DIR="${TOOLKIT_DIR}"
13628
13629
13630EOF
13631cat >> $CONFIG_STATUS <<\EOF
13632
13633 chmod +x wx-config
13634 if test ! -d include; then
13635 mkdir include
13636 fi
13637 if test ! -d include/wx; then
13638 mkdir include/wx
13639 fi
13640 if test ! -d include/wx/${TOOLKIT_DIR}; then
13641 mkdir include/wx/${TOOLKIT_DIR}
13642 fi
afc31813
VZ
13643 if test -f setup.h; then
13644 mv -f setup.h include/wx/${TOOLKIT_DIR}/setup.h
13645 fi
10f2d63a
VZ
13646
13647exit 0
13648EOF
13649chmod +x $CONFIG_STATUS
13650rm -fr confdefs* $ac_clean_files
13651test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
13652
13653