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