]> git.saurik.com Git - wxWidgets.git/blame_incremental - configure
added SetString(), deprecated SetLabel()
[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
44
45
46
47
48
49
50
51
52# Configure paths for GTK+
53# Owen Taylor 97-11-3
54
55
56
57# Guess values for system-dependent variables and create Makefiles.
58# Generated automatically using autoconf version 2.13
59# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
60#
61# This configure script is free software; the Free Software Foundation
62# gives unlimited permission to copy, distribute and modify it.
63
64# Defaults:
65ac_help=
66ac_default_prefix=/usr/local
67# Any additions from configure.in:
68ac_help="$ac_help
69 --enable-gui use GUI classes"
70ac_help="$ac_help
71 --enable-universal use wxWindows GUI controls instead of native ones"
72ac_help="$ac_help
73 --with-gtk use GTK+"
74ac_help="$ac_help
75 --with-motif use Motif/Lesstif"
76ac_help="$ac_help
77 --with-mac use Mac OS X"
78ac_help="$ac_help
79 --with-wine use WINE"
80ac_help="$ac_help
81 --with-msw use MS-Windows"
82ac_help="$ac_help
83 --with-pm use OS/2 Presentation Manager"
84ac_help="$ac_help
85 --with-mgl use SciTech MGL"
86ac_help="$ac_help
87 --with-microwin use MicroWindows"
88ac_help="$ac_help
89 --with-x11 use X11"
90ac_help="$ac_help
91 --enable-nanox use NanoX"
92ac_help="$ac_help
93 --enable-gtk2 use GTK+ 2.0 if available (EXPERIMENTAL)"
94ac_help="$ac_help
95 --with-libpng use libpng (PNG image format)"
96ac_help="$ac_help
97 --with-libjpeg use libjpeg (JPEG file format)"
98ac_help="$ac_help
99 --with-libtiff use libtiff (TIFF file format)"
100ac_help="$ac_help
101 --with-opengl use OpenGL (or Mesa)"
102ac_help="$ac_help
103 --with-dmalloc use dmalloc library (http://dmalloc.com/)"
104ac_help="$ac_help
105 --with-regex enable support for wxRegEx class"
106ac_help="$ac_help
107 --with-zlib use zlib for LZW compression"
108ac_help="$ac_help
109 --with-odbc use the IODBC and wxODBC classes"
110ac_help="$ac_help
111 --enable-shared create shared library code"
112ac_help="$ac_help
113 --enable-soname set the DT_SONAME field in ELF shared libraries"
114ac_help="$ac_help
115 --enable-optimise create optimised code"
116ac_help="$ac_help
117 --enable-debug same as debug_flag and debug_info"
118ac_help="$ac_help
119 --enable-precomp enable use of precompiled headers (Mac OS X)"
120ac_help="$ac_help
121 --enable-debug_flag set __WXDEBUG__ flag (recommended for developers!)"
122ac_help="$ac_help
123 --enable-debug_info create code with debugging information"
124ac_help="$ac_help
125 --enable-debug_gdb create code with extra GDB debugging information"
126ac_help="$ac_help
127 --enable-debug_cntxt use wxDebugContext"
128ac_help="$ac_help
129 --enable-mem_tracing create code with memory tracing"
130ac_help="$ac_help
131 --enable-profile create code with profiling information"
132ac_help="$ac_help
133 --enable-no_rtti create code without RTTI information"
134ac_help="$ac_help
135 --enable-no_exceptions create code without C++ exceptions handling"
136ac_help="$ac_help
137 --enable-permissive compile code disregarding strict ANSI"
138ac_help="$ac_help
139 --enable-no_deps create code without dependency information"
140ac_help="$ac_help
141 --enable-compat20 enable wxWindows 2.0 compatibility"
142ac_help="$ac_help
143 --enable-compat22 enable wxWindows 2.2 compatibility"
144ac_help="$ac_help
145 --enable-intl use internationalization system"
146ac_help="$ac_help
147 --enable-config use wxConfig (and derived) classes"
148ac_help="$ac_help
149 --enable-protocols use wxProtocol and derived classes"
150ac_help="$ac_help
151 --enable-ftp use wxFTP (requires wxProtocol"
152ac_help="$ac_help
153 --enable-http use wxHTTP (requires wxProtocol"
154ac_help="$ac_help
155 --enable-fileproto use wxFileProto class (requires wxProtocol"
156ac_help="$ac_help
157 --enable-sockets use socket/network classes"
158ac_help="$ac_help
159 --enable-ipc use interprocess communication (wxSocket etc.)"
160ac_help="$ac_help
161 --enable-cmdline use wxCmdLineParser class"
162ac_help="$ac_help
163 --enable-datetime use wxDateTime class"
164ac_help="$ac_help
165 --enable-timedate use obsolete wxDate/wxTime classes"
166ac_help="$ac_help
167 --enable-stopwatch use wxStopWatch class"
168ac_help="$ac_help
169 --enable-dialupman use dialup network classes"
170ac_help="$ac_help
171 --enable-apple_ieee use the Apple IEEE codec"
172ac_help="$ac_help
173 --enable-timer use wxTimer class"
174ac_help="$ac_help
175 --enable-wave use wxWave class"
176ac_help="$ac_help
177 --enable-fraction use wxFraction class"
178ac_help="$ac_help
179 --enable-dynlib use wxLibrary class for DLL loading"
180ac_help="$ac_help
181 --enable-dynamicloader use (new) wxDynamicLibrary class"
182ac_help="$ac_help
183 --enable-longlong use wxLongLong class"
184ac_help="$ac_help
185 --enable-geometry use geometry class"
186ac_help="$ac_help
187 --enable-log use logging system"
188ac_help="$ac_help
189 --enable-streams use wxStream etc classes"
190ac_help="$ac_help
191 --enable-file use wxFile classes"
192ac_help="$ac_help
193 --enable-ffile use wxFFile classes"
194ac_help="$ac_help
195 --enable-textbuf use wxTextBuffer class"
196ac_help="$ac_help
197 --enable-textfile use wxTextFile class"
198ac_help="$ac_help
199 --enable-fontmap use font encodings conversion classes"
200ac_help="$ac_help
201 --enable-unicode compile wxString with Unicode support"
202ac_help="$ac_help
203 --enable-mslu use MS Layer for Unicode on Windows 9x (win32 only)"
204ac_help="$ac_help
205 --enable-wxprintfv use wxWindows implementation of vprintf()"
206ac_help="$ac_help
207 --enable-std_iostreams use standard C++ stream classes"
208ac_help="$ac_help
209 --enable-filesystem use virtual file systems classes"
210ac_help="$ac_help
211 --enable-fs_inet use virtual HTTP/FTP filesystems"
212ac_help="$ac_help
213 --enable-fs_zip use virtual ZIP filesystems"
214ac_help="$ac_help
215 --enable-zipstream use wxZipInputStream"
216ac_help="$ac_help
217 --enable-catch_segvs catch signals and pass them to wxApp::OnFatalException"
218ac_help="$ac_help
219 --enable-snglinst use wxSingleInstanceChecker class"
220ac_help="$ac_help
221 --enable-mimetype use wxMimeTypesManager"
222ac_help="$ac_help
223 --enable-sysoptions use wxSystemOptions"
224ac_help="$ac_help
225 --enable-url use wxURL class"
226ac_help="$ac_help
227 --enable-protocol use wxProtocol class"
228ac_help="$ac_help
229 --enable-protocol-http HTTP support in wxProtocol"
230ac_help="$ac_help
231 --enable-protocol-ftp FTP support in wxProtocol"
232ac_help="$ac_help
233 --enable-protocol-file FILE support in wxProtocol"
234ac_help="$ac_help
235 --enable-threads use threads"
236ac_help="$ac_help
237 --enable-docview use document view architecture"
238ac_help="$ac_help
239 --enable-help use help subsystem"
240ac_help="$ac_help
241 --enable-mshtmlhelp use MS HTML Help (win32)"
242ac_help="$ac_help
243 --enable-html use wxHTML sub-library"
244ac_help="$ac_help
245 --enable-htmlhelp use wxHTML-based help"
246ac_help="$ac_help
247 --enable-constraints use layout-constraints system"
248ac_help="$ac_help
249 --enable-printarch use printing architecture"
250ac_help="$ac_help
251 --enable-mdi use multiple document interface architecture"
252ac_help="$ac_help
253 --enable-loggui use standard GUI logger"
254ac_help="$ac_help
255 --enable-logwin use wxLogWindow"
256ac_help="$ac_help
257 --enable-logdialog use wxLogDialog"
258ac_help="$ac_help
259 --enable-postscript use wxPostscriptDC device context (default for gtk+)"
260ac_help="$ac_help
261 --enable-prologio use Prolog IO library"
262ac_help="$ac_help
263 --enable-resources use wxWindows resources"
264ac_help="$ac_help
265 --enable-xresources use X resources for save (default for gtk+)"
266ac_help="$ac_help
267 --enable-clipboard use wxClipboard classes"
268ac_help="$ac_help
269 --enable-dnd use Drag'n'Drop classes"
270ac_help="$ac_help
271 --enable-metafile use win32 metafiles"
272ac_help="$ac_help
273 --enable-treelayout use wxTreeLayout classes"
274ac_help="$ac_help
275 --enable-controls use all usual controls"
276ac_help="$ac_help
277 --enable-accel use accelerators"
278ac_help="$ac_help
279 --enable-button use wxButton class"
280ac_help="$ac_help
281 --enable-bmpbutton use wxBitmapButton class"
282ac_help="$ac_help
283 --enable-calendar use wxCalendarCtrl class"
284ac_help="$ac_help
285 --enable-caret use wxCaret class"
286ac_help="$ac_help
287 --enable-checkbox use wxCheckBox class"
288ac_help="$ac_help
289 --enable-checklst use wxCheckListBox (listbox with checkboxes) class"
290ac_help="$ac_help
291 --enable-choice use wxChoice class"
292ac_help="$ac_help
293 --enable-combobox use wxComboBox classes"
294ac_help="$ac_help
295 --enable-gauge use wxGauge class"
296ac_help="$ac_help
297 --enable-grid use wxGrid class"
298ac_help="$ac_help
299 --enable-newgrid use new wxGrid class"
300ac_help="$ac_help
301 --enable-imaglist use wxImageList class"
302ac_help="$ac_help
303 --enable-listbox use wxListBox class"
304ac_help="$ac_help
305 --enable-listctrl use wxListCtrl class"
306ac_help="$ac_help
307 --enable-notebook use wxNotebook class"
308ac_help="$ac_help
309 --enable-propsheet use wxPropertySheet class"
310ac_help="$ac_help
311 --enable-radiobox use wxRadioBox class"
312ac_help="$ac_help
313 --enable-radiobtn use wxRadioButton class"
314ac_help="$ac_help
315 --enable-sash use wxSashWindow class"
316ac_help="$ac_help
317 --enable-scrollbar use wxScrollBar class and scrollable windows"
318ac_help="$ac_help
319 --enable-slider use wxSlider class"
320ac_help="$ac_help
321 --enable-spinbtn use wxSpinButton class"
322ac_help="$ac_help
323 --enable-spinctrl use wxSpinCtrl class"
324ac_help="$ac_help
325 --enable-splitter use wxSplitterWindow class"
326ac_help="$ac_help
327 --enable-statbmp use wxStaticBitmap class"
328ac_help="$ac_help
329 --enable-statbox use wxStaticBox class"
330ac_help="$ac_help
331 --enable-statline use wxStaticLine class"
332ac_help="$ac_help
333 --enable-stattext use wxStaticText class"
334ac_help="$ac_help
335 --enable-statusbar use wxStatusBar class"
336ac_help="$ac_help
337 --enable-tabdialog use wxTabControl class"
338ac_help="$ac_help
339 --enable-textctrl use wxTextCtrl class"
340ac_help="$ac_help
341 --enable-togglebtn use wxToggleButton class"
342ac_help="$ac_help
343 --enable-toolbar use wxToolBar class"
344ac_help="$ac_help
345 --enable-tbarnative use native wxToolBar class"
346ac_help="$ac_help
347 --enable-tbarsmpl use wxToolBarSimple class"
348ac_help="$ac_help
349 --enable-treectrl use wxTreeCtrl class"
350ac_help="$ac_help
351 --enable-tipwindow use wxTipWindow class"
352ac_help="$ac_help
353 --enable-popupwin use wxPopUpWindow class"
354ac_help="$ac_help
355 --enable-commondlg use all common dialogs"
356ac_help="$ac_help
357 --enable-choicedlg use wxChoiceDialog"
358ac_help="$ac_help
359 --enable-coldlg use wxColourDialog"
360ac_help="$ac_help
361 --enable-filedlg use wxFileDialog"
362ac_help="$ac_help
363 --enable-finddlg use wxFindReplaceDialog"
364ac_help="$ac_help
365 --enable-fontdlg use wxFontDialog"
366ac_help="$ac_help
367 --enable-dirdlg use wxDirDialog"
368ac_help="$ac_help
369 --enable-msgdlg use wxMessageDialog"
370ac_help="$ac_help
371 --enable-numberdlg use wxNumberEntryDialog"
372ac_help="$ac_help
373 --enable-splash use wxSplashScreen"
374ac_help="$ac_help
375 --enable-textdlg use wxTextDialog"
376ac_help="$ac_help
377 --enable-tipdlg use startup tips"
378ac_help="$ac_help
379 --enable-progressdlg use wxProgressDialog"
380ac_help="$ac_help
381 --enable-wizarddlg use wxWizard"
382ac_help="$ac_help
383 --enable-menus use wxMenu/wxMenuBar/wxMenuItem classes"
384ac_help="$ac_help
385 --enable-miniframe use wxMiniFrame class"
386ac_help="$ac_help
387 --enable-tooltips use wxToolTip class"
388ac_help="$ac_help
389 --enable-splines use spline drawing code"
390ac_help="$ac_help
391 --enable-validators use wxValidator and derived classes"
392ac_help="$ac_help
393 --enable-busyinfo use wxBusyInfo"
394ac_help="$ac_help
395 --enable-joystick use wxJoystick (Linux only)"
396ac_help="$ac_help
397 --enable-metafiles use wxMetaFile (Windows only)"
398ac_help="$ac_help
399 --enable-dragimage use wxDragImage"
400ac_help="$ac_help
401 --enable-palette use wxPalette class"
402ac_help="$ac_help
403 --enable-image use wxImage class"
404ac_help="$ac_help
405 --enable-gif use gif images (GIF file format)"
406ac_help="$ac_help
407 --enable-pcx use pcx images (PCX file format)"
408ac_help="$ac_help
409 --enable-iff use iff images (IFF file format)"
410ac_help="$ac_help
411 --enable-pnm use pnm images (PNM file format)"
412ac_help="$ac_help
413 --enable-xpm use xpm images (XPM file format)"
414ac_help="$ac_help
415 --enable-icocur use Windows ICO and CUR formats"
416ac_help="$ac_help
417 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)"
418ac_help="$ac_help
419 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)"
420ac_help="$ac_help
421 --disable-gtktest Do not try to compile and run a test GTK program"
422ac_help="$ac_help
423 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)"
424ac_help="$ac_help
425 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)"
426ac_help="$ac_help
427 --disable-gtktest Do not try to compile and run a test GTK program"
428ac_help="$ac_help
429 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)"
430ac_help="$ac_help
431 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)"
432ac_help="$ac_help
433 --disable-gtktest Do not try to compile and run a test GTK program"
434ac_help="$ac_help
435 --with-x use the X Window System"
436ac_help="$ac_help
437 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib"
438
439# Initialize some variables set by options.
440# The variables have the same names as the options, with
441# dashes changed to underlines.
442build=NONE
443cache_file=./config.cache
444exec_prefix=NONE
445host=NONE
446no_create=
447nonopt=NONE
448no_recursion=
449prefix=NONE
450program_prefix=NONE
451program_suffix=NONE
452program_transform_name=s,x,x,
453silent=
454site=
455srcdir=
456target=NONE
457verbose=
458x_includes=NONE
459x_libraries=NONE
460bindir='${exec_prefix}/bin'
461sbindir='${exec_prefix}/sbin'
462libexecdir='${exec_prefix}/libexec'
463datadir='${prefix}/share'
464sysconfdir='${prefix}/etc'
465sharedstatedir='${prefix}/com'
466localstatedir='${prefix}/var'
467libdir='${exec_prefix}/lib'
468includedir='${prefix}/include'
469oldincludedir='/usr/include'
470infodir='${prefix}/info'
471mandir='${prefix}/man'
472
473# Initialize some other variables.
474subdirs=
475MFLAGS= MAKEFLAGS=
476SHELL=${CONFIG_SHELL-/bin/sh}
477# Maximum number of lines to put in a shell here document.
478ac_max_here_lines=12
479
480ac_prev=
481for ac_option
482do
483
484 # If the previous option needs an argument, assign it.
485 if test -n "$ac_prev"; then
486 eval "$ac_prev=\$ac_option"
487 ac_prev=
488 continue
489 fi
490
491 case "$ac_option" in
492 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
493 *) ac_optarg= ;;
494 esac
495
496 # Accept the important Cygnus configure options, so we can diagnose typos.
497
498 case "$ac_option" in
499
500 -bindir | --bindir | --bindi | --bind | --bin | --bi)
501 ac_prev=bindir ;;
502 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
503 bindir="$ac_optarg" ;;
504
505 -build | --build | --buil | --bui | --bu)
506 ac_prev=build ;;
507 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
508 build="$ac_optarg" ;;
509
510 -cache-file | --cache-file | --cache-fil | --cache-fi \
511 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
512 ac_prev=cache_file ;;
513 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
514 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
515 cache_file="$ac_optarg" ;;
516
517 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
518 ac_prev=datadir ;;
519 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
520 | --da=*)
521 datadir="$ac_optarg" ;;
522
523 -disable-* | --disable-*)
524 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
525 # Reject names that are not valid shell variable names.
526 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
527 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
528 fi
529 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
530 eval "enable_${ac_feature}=no" ;;
531
532 -enable-* | --enable-*)
533 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
534 # Reject names that are not valid shell variable names.
535 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
536 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
537 fi
538 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
539 case "$ac_option" in
540 *=*) ;;
541 *) ac_optarg=yes ;;
542 esac
543 eval "enable_${ac_feature}='$ac_optarg'" ;;
544
545 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
546 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
547 | --exec | --exe | --ex)
548 ac_prev=exec_prefix ;;
549 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
550 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
551 | --exec=* | --exe=* | --ex=*)
552 exec_prefix="$ac_optarg" ;;
553
554 -gas | --gas | --ga | --g)
555 # Obsolete; use --with-gas.
556 with_gas=yes ;;
557
558 -help | --help | --hel | --he)
559 # Omit some internal or obsolete options to make the list less imposing.
560 # This message is too long to be a string in the A/UX 3.1 sh.
561 cat << EOF
562Usage: configure [options] [host]
563Options: [defaults in brackets after descriptions]
564Configuration:
565 --cache-file=FILE cache test results in FILE
566 --help print this message
567 --no-create do not create output files
568 --quiet, --silent do not print \`checking...' messages
569 --version print the version of autoconf that created configure
570Directory and file names:
571 --prefix=PREFIX install architecture-independent files in PREFIX
572 [$ac_default_prefix]
573 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
574 [same as prefix]
575 --bindir=DIR user executables in DIR [EPREFIX/bin]
576 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
577 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
578 --datadir=DIR read-only architecture-independent data in DIR
579 [PREFIX/share]
580 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
581 --sharedstatedir=DIR modifiable architecture-independent data in DIR
582 [PREFIX/com]
583 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
584 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
585 --includedir=DIR C header files in DIR [PREFIX/include]
586 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
587 --infodir=DIR info documentation in DIR [PREFIX/info]
588 --mandir=DIR man documentation in DIR [PREFIX/man]
589 --srcdir=DIR find the sources in DIR [configure dir or ..]
590 --program-prefix=PREFIX prepend PREFIX to installed program names
591 --program-suffix=SUFFIX append SUFFIX to installed program names
592 --program-transform-name=PROGRAM
593 run sed PROGRAM on installed program names
594EOF
595 cat << EOF
596Host type:
597 --build=BUILD configure for building on BUILD [BUILD=HOST]
598 --host=HOST configure for HOST [guessed]
599 --target=TARGET configure for TARGET [TARGET=HOST]
600Features and packages:
601 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
602 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
603 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
604 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
605 --x-includes=DIR X include files are in DIR
606 --x-libraries=DIR X library files are in DIR
607EOF
608 if test -n "$ac_help"; then
609 echo "--enable and --with options recognized:$ac_help"
610 fi
611 exit 0 ;;
612
613 -host | --host | --hos | --ho)
614 ac_prev=host ;;
615 -host=* | --host=* | --hos=* | --ho=*)
616 host="$ac_optarg" ;;
617
618 -includedir | --includedir | --includedi | --included | --include \
619 | --includ | --inclu | --incl | --inc)
620 ac_prev=includedir ;;
621 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
622 | --includ=* | --inclu=* | --incl=* | --inc=*)
623 includedir="$ac_optarg" ;;
624
625 -infodir | --infodir | --infodi | --infod | --info | --inf)
626 ac_prev=infodir ;;
627 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
628 infodir="$ac_optarg" ;;
629
630 -libdir | --libdir | --libdi | --libd)
631 ac_prev=libdir ;;
632 -libdir=* | --libdir=* | --libdi=* | --libd=*)
633 libdir="$ac_optarg" ;;
634
635 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
636 | --libexe | --libex | --libe)
637 ac_prev=libexecdir ;;
638 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
639 | --libexe=* | --libex=* | --libe=*)
640 libexecdir="$ac_optarg" ;;
641
642 -localstatedir | --localstatedir | --localstatedi | --localstated \
643 | --localstate | --localstat | --localsta | --localst \
644 | --locals | --local | --loca | --loc | --lo)
645 ac_prev=localstatedir ;;
646 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
647 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
648 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
649 localstatedir="$ac_optarg" ;;
650
651 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
652 ac_prev=mandir ;;
653 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
654 mandir="$ac_optarg" ;;
655
656 -nfp | --nfp | --nf)
657 # Obsolete; use --without-fp.
658 with_fp=no ;;
659
660 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
661 | --no-cr | --no-c)
662 no_create=yes ;;
663
664 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
665 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
666 no_recursion=yes ;;
667
668 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
669 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
670 | --oldin | --oldi | --old | --ol | --o)
671 ac_prev=oldincludedir ;;
672 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
673 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
674 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
675 oldincludedir="$ac_optarg" ;;
676
677 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
678 ac_prev=prefix ;;
679 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
680 prefix="$ac_optarg" ;;
681
682 -program-prefix | --program-prefix | --program-prefi | --program-pref \
683 | --program-pre | --program-pr | --program-p)
684 ac_prev=program_prefix ;;
685 -program-prefix=* | --program-prefix=* | --program-prefi=* \
686 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
687 program_prefix="$ac_optarg" ;;
688
689 -program-suffix | --program-suffix | --program-suffi | --program-suff \
690 | --program-suf | --program-su | --program-s)
691 ac_prev=program_suffix ;;
692 -program-suffix=* | --program-suffix=* | --program-suffi=* \
693 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
694 program_suffix="$ac_optarg" ;;
695
696 -program-transform-name | --program-transform-name \
697 | --program-transform-nam | --program-transform-na \
698 | --program-transform-n | --program-transform- \
699 | --program-transform | --program-transfor \
700 | --program-transfo | --program-transf \
701 | --program-trans | --program-tran \
702 | --progr-tra | --program-tr | --program-t)
703 ac_prev=program_transform_name ;;
704 -program-transform-name=* | --program-transform-name=* \
705 | --program-transform-nam=* | --program-transform-na=* \
706 | --program-transform-n=* | --program-transform-=* \
707 | --program-transform=* | --program-transfor=* \
708 | --program-transfo=* | --program-transf=* \
709 | --program-trans=* | --program-tran=* \
710 | --progr-tra=* | --program-tr=* | --program-t=*)
711 program_transform_name="$ac_optarg" ;;
712
713 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
714 | -silent | --silent | --silen | --sile | --sil)
715 silent=yes ;;
716
717 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
718 ac_prev=sbindir ;;
719 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
720 | --sbi=* | --sb=*)
721 sbindir="$ac_optarg" ;;
722
723 -sharedstatedir | --sharedstatedir | --sharedstatedi \
724 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
725 | --sharedst | --shareds | --shared | --share | --shar \
726 | --sha | --sh)
727 ac_prev=sharedstatedir ;;
728 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
729 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
730 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
731 | --sha=* | --sh=*)
732 sharedstatedir="$ac_optarg" ;;
733
734 -site | --site | --sit)
735 ac_prev=site ;;
736 -site=* | --site=* | --sit=*)
737 site="$ac_optarg" ;;
738
739 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
740 ac_prev=srcdir ;;
741 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
742 srcdir="$ac_optarg" ;;
743
744 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
745 | --syscon | --sysco | --sysc | --sys | --sy)
746 ac_prev=sysconfdir ;;
747 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
748 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
749 sysconfdir="$ac_optarg" ;;
750
751 -target | --target | --targe | --targ | --tar | --ta | --t)
752 ac_prev=target ;;
753 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
754 target="$ac_optarg" ;;
755
756 -v | -verbose | --verbose | --verbos | --verbo | --verb)
757 verbose=yes ;;
758
759 -version | --version | --versio | --versi | --vers)
760 echo "configure generated by autoconf version 2.13"
761 exit 0 ;;
762
763 -with-* | --with-*)
764 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
765 # Reject names that are not valid shell variable names.
766 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
767 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
768 fi
769 ac_package=`echo $ac_package| sed 's/-/_/g'`
770 case "$ac_option" in
771 *=*) ;;
772 *) ac_optarg=yes ;;
773 esac
774 eval "with_${ac_package}='$ac_optarg'" ;;
775
776 -without-* | --without-*)
777 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
778 # Reject names that are not valid shell variable names.
779 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
780 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
781 fi
782 ac_package=`echo $ac_package| sed 's/-/_/g'`
783 eval "with_${ac_package}=no" ;;
784
785 --x)
786 # Obsolete; use --with-x.
787 with_x=yes ;;
788
789 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
790 | --x-incl | --x-inc | --x-in | --x-i)
791 ac_prev=x_includes ;;
792 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
793 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
794 x_includes="$ac_optarg" ;;
795
796 -x-libraries | --x-libraries | --x-librarie | --x-librari \
797 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
798 ac_prev=x_libraries ;;
799 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
800 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
801 x_libraries="$ac_optarg" ;;
802
803 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
804 ;;
805
806 *)
807 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
808 echo "configure: warning: $ac_option: invalid host type" 1>&2
809 fi
810 if test "x$nonopt" != xNONE; then
811 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
812 fi
813 nonopt="$ac_option"
814 ;;
815
816 esac
817done
818
819if test -n "$ac_prev"; then
820 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
821fi
822
823trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
824
825# File descriptor usage:
826# 0 standard input
827# 1 file creation
828# 2 errors and warnings
829# 3 some systems may open it to /dev/tty
830# 4 used on the Kubota Titan
831# 6 checking for... messages and results
832# 5 compiler messages saved in config.log
833if test "$silent" = yes; then
834 exec 6>/dev/null
835else
836 exec 6>&1
837fi
838exec 5>./config.log
839
840echo "\
841This file contains any messages produced by compilers while
842running configure, to aid debugging if configure makes a mistake.
843" 1>&5
844
845# Strip out --no-create and --no-recursion so they do not pile up.
846# Also quote any args containing shell metacharacters.
847ac_configure_args=
848for ac_arg
849do
850 case "$ac_arg" in
851 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
852 | --no-cr | --no-c) ;;
853 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
854 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
855 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
856 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
857 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
858 esac
859done
860
861# NLS nuisances.
862# Only set these to C if already set. These must not be set unconditionally
863# because not all systems understand e.g. LANG=C (notably SCO).
864# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
865# Non-C LC_CTYPE values break the ctype check.
866if test "${LANG+set}" = set; then LANG=C; export LANG; fi
867if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
868if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
869if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
870
871# confdefs.h avoids OS command line length limits that DEFS can exceed.
872rm -rf conftest* confdefs.h
873# AIX cpp loses on an empty file, so make sure it contains at least a newline.
874echo > confdefs.h
875
876# A filename unique to this package, relative to the directory that
877# configure is in, which we can look for to find out if srcdir is correct.
878ac_unique_file=wx-config.in
879
880# Find the source files, if location was not specified.
881if test -z "$srcdir"; then
882 ac_srcdir_defaulted=yes
883 # Try the directory containing this script, then its parent.
884 ac_prog=$0
885 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
886 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
887 srcdir=$ac_confdir
888 if test ! -r $srcdir/$ac_unique_file; then
889 srcdir=..
890 fi
891else
892 ac_srcdir_defaulted=no
893fi
894if test ! -r $srcdir/$ac_unique_file; then
895 if test "$ac_srcdir_defaulted" = yes; then
896 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
897 else
898 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
899 fi
900fi
901srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
902
903# Prefer explicitly selected file to automatically selected ones.
904if test -z "$CONFIG_SITE"; then
905 if test "x$prefix" != xNONE; then
906 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
907 else
908 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
909 fi
910fi
911for ac_site_file in $CONFIG_SITE; do
912 if test -r "$ac_site_file"; then
913 echo "loading site script $ac_site_file"
914 . "$ac_site_file"
915 fi
916done
917
918if test -r "$cache_file"; then
919 echo "loading cache $cache_file"
920 . $cache_file
921else
922 echo "creating cache $cache_file"
923 > $cache_file
924fi
925
926ac_ext=c
927# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
928ac_cpp='$CPP $CPPFLAGS'
929ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
930ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
931cross_compiling=$ac_cv_prog_cc_cross
932
933ac_exeext=
934ac_objext=o
935if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
936 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
937 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
938 ac_n= ac_c='
939' ac_t=' '
940 else
941 ac_n=-n ac_c= ac_t=
942 fi
943else
944 ac_n= ac_c='\c' ac_t=
945fi
946
947
948
949ac_aux_dir=
950for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
951 if test -f $ac_dir/install-sh; then
952 ac_aux_dir=$ac_dir
953 ac_install_sh="$ac_aux_dir/install-sh -c"
954 break
955 elif test -f $ac_dir/install.sh; then
956 ac_aux_dir=$ac_dir
957 ac_install_sh="$ac_aux_dir/install.sh -c"
958 break
959 fi
960done
961if test -z "$ac_aux_dir"; then
962 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
963fi
964ac_config_guess=$ac_aux_dir/config.guess
965ac_config_sub=$ac_aux_dir/config.sub
966ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
967
968
969# Do some error checking and defaulting for the host and target type.
970# The inputs are:
971# configure --host=HOST --target=TARGET --build=BUILD NONOPT
972#
973# The rules are:
974# 1. You are not allowed to specify --host, --target, and nonopt at the
975# same time.
976# 2. Host defaults to nonopt.
977# 3. If nonopt is not specified, then host defaults to the current host,
978# as determined by config.guess.
979# 4. Target and build default to nonopt.
980# 5. If nonopt is not specified, then target and build default to host.
981
982# The aliases save the names the user supplied, while $host etc.
983# will get canonicalized.
984case $host---$target---$nonopt in
985NONE---*---* | *---NONE---* | *---*---NONE) ;;
986*) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
987esac
988
989
990# Make sure we can run config.sub.
991if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
992else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
993fi
994
995echo $ac_n "checking host system type""... $ac_c" 1>&6
996echo "configure:997: checking host system type" >&5
997
998host_alias=$host
999case "$host_alias" in
1000NONE)
1001 case $nonopt in
1002 NONE)
1003 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
1004 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
1005 fi ;;
1006 *) host_alias=$nonopt ;;
1007 esac ;;
1008esac
1009
1010host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
1011host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1012host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1013host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1014echo "$ac_t""$host" 1>&6
1015
1016echo $ac_n "checking target system type""... $ac_c" 1>&6
1017echo "configure:1018: checking target system type" >&5
1018
1019target_alias=$target
1020case "$target_alias" in
1021NONE)
1022 case $nonopt in
1023 NONE) target_alias=$host_alias ;;
1024 *) target_alias=$nonopt ;;
1025 esac ;;
1026esac
1027
1028target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
1029target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1030target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1031target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1032echo "$ac_t""$target" 1>&6
1033
1034echo $ac_n "checking build system type""... $ac_c" 1>&6
1035echo "configure:1036: checking build system type" >&5
1036
1037build_alias=$build
1038case "$build_alias" in
1039NONE)
1040 case $nonopt in
1041 NONE) build_alias=$host_alias ;;
1042 *) build_alias=$nonopt ;;
1043 esac ;;
1044esac
1045
1046build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
1047build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1048build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1049build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1050echo "$ac_t""$build" 1>&6
1051
1052test "$host_alias" != "$target_alias" &&
1053 test "$program_prefix$program_suffix$program_transform_name" = \
1054 NONENONEs,x,x, &&
1055 program_prefix=${target_alias}-
1056
1057
1058
1059WX_MAJOR_VERSION_NUMBER=2
1060WX_MINOR_VERSION_NUMBER=3
1061WX_RELEASE_NUMBER=3
1062
1063WX_VERSION=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER.$WX_RELEASE_NUMBER
1064WX_RELEASE=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER
1065
1066WX_MSW_VERSION=$WX_MAJOR_VERSION_NUMBER$WX_MINOR_VERSION_NUMBER$WX_RELEASE_NUMBER
1067
1068WX_CURRENT=2
1069WX_REVISION=0
1070WX_AGE=0
1071
1072
1073
1074USE_UNIX=1
1075USE_WIN32=0
1076USE_DOS=0
1077USE_BEOS=0
1078USE_MAC=0
1079
1080USE_LINUX=
1081USE_SGI=
1082USE_HPUX=
1083USE_SYSV=
1084USE_SVR4=
1085USE_AIX=
1086USE_SUN=
1087USE_SOLARIS=
1088USE_SUNOS=
1089USE_ALPHA=
1090USE_OSF=
1091USE_BSD=
1092USE_DARWIN=
1093USE_FREEBSD=
1094USE_OPENBSD=
1095USE_NETBSD=
1096USE_VMS=
1097USE_ULTRIX=
1098USE_DATA_GENERAL=
1099
1100NEEDS_D_REENTRANT_FOR_R_FUNCS=0
1101
1102CPP_MT_FLAG=-D_REENTRANT
1103
1104ALL_TOOLKITS="GTK MAC MGL MICROWIN MOTIF MSW PM WINE X11"
1105
1106DEFAULT_wxUSE_GTK=0
1107DEFAULT_wxUSE_MAC=0
1108DEFAULT_wxUSE_MGL=0
1109DEFAULT_wxUSE_MICROWIN=0
1110DEFAULT_wxUSE_MOTIF=0
1111DEFAULT_wxUSE_MSW=0
1112DEFAULT_wxUSE_PM=0
1113DEFAULT_wxUSE_WINE=0
1114DEFAULT_wxUSE_X11=0
1115
1116DEFAULT_DEFAULT_wxUSE_GTK=0
1117DEFAULT_DEFAULT_wxUSE_MAC=0
1118DEFAULT_DEFAULT_wxUSE_MGL=0
1119DEFAULT_DEFAULT_wxUSE_MICROWIN=0
1120DEFAULT_DEFAULT_wxUSE_MOTIF=0
1121DEFAULT_DEFAULT_wxUSE_MSW=0
1122DEFAULT_DEFAULT_wxUSE_PM=0
1123DEFAULT_DEFAULT_wxUSE_WINE=0
1124DEFAULT_DEFAULT_wxUSE_X11=0
1125
1126PROGRAM_EXT=
1127SO_SUFFIX=so
1128
1129case "${host}" in
1130 *-hp-hpux* )
1131 USE_HPUX=1
1132 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1133 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1134 SO_SUFFIX=sl
1135 cat >> confdefs.h <<\EOF
1136#define __HPUX__ 1
1137EOF
1138
1139 ;;
1140 *-*-linux* )
1141 USE_LINUX=1
1142 cat >> confdefs.h <<\EOF
1143#define __LINUX__ 1
1144EOF
1145
1146 TMP=`uname -m`
1147 if test "x$TMP" = "xalpha"; then
1148 USE_ALPHA=1
1149 cat >> confdefs.h <<\EOF
1150#define __ALPHA__ 1
1151EOF
1152
1153 fi
1154 DEFAULT_DEFAULT_wxUSE_GTK=1
1155 ;;
1156 *-*-irix5* | *-*-irix6* )
1157 USE_SGI=1
1158 USE_SVR4=1
1159 cat >> confdefs.h <<\EOF
1160#define __SGI__ 1
1161EOF
1162
1163 cat >> confdefs.h <<\EOF
1164#define __SVR4__ 1
1165EOF
1166
1167 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1168 ;;
1169 *-*-solaris2* )
1170 USE_SUN=1
1171 USE_SOLARIS=1
1172 USE_SVR4=1
1173 cat >> confdefs.h <<\EOF
1174#define __SUN__ 1
1175EOF
1176
1177 cat >> confdefs.h <<\EOF
1178#define __SOLARIS__ 1
1179EOF
1180
1181 cat >> confdefs.h <<\EOF
1182#define __SVR4__ 1
1183EOF
1184
1185 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1186 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1187 ;;
1188 *-*-sunos4* )
1189 USE_SUN=1
1190 USE_SUNOS=1
1191 USE_BSD=1
1192 cat >> confdefs.h <<\EOF
1193#define __SUN__ 1
1194EOF
1195
1196 cat >> confdefs.h <<\EOF
1197#define __SUNOS__ 1
1198EOF
1199
1200 cat >> confdefs.h <<\EOF
1201#define __BSD__ 1
1202EOF
1203
1204 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1205 ;;
1206 *-*-freebsd*)
1207 USE_BSD=1
1208 USE_FREEBSD=1
1209 CPP_MT_FLAG=-D_THREAD_SAFE
1210 cat >> confdefs.h <<\EOF
1211#define __FREEBSD__ 1
1212EOF
1213
1214 cat >> confdefs.h <<\EOF
1215#define __BSD__ 1
1216EOF
1217
1218 DEFAULT_DEFAULT_wxUSE_GTK=1
1219 ;;
1220 *-*-openbsd*)
1221 USE_BSD=1
1222 USE_OPENBSD=1
1223 cat >> confdefs.h <<\EOF
1224#define __FREEBSD__ 1
1225EOF
1226
1227 cat >> confdefs.h <<\EOF
1228#define __OPENBSD__ 1
1229EOF
1230
1231 DEFAULT_DEFAULT_wxUSE_GTK=1
1232 ;;
1233 *-*-netbsd*)
1234 USE_BSD=1
1235 USE_NETBSD=1
1236 cat >> confdefs.h <<\EOF
1237#define __FREEBSD__ 1
1238EOF
1239
1240 cat >> confdefs.h <<\EOF
1241#define __NETBSD__ 1
1242EOF
1243
1244 DEFAULT_DEFAULT_wxUSE_GTK=1
1245 ;;
1246 *-*-osf* )
1247 USE_ALPHA=1
1248 USE_OSF=1
1249 cat >> confdefs.h <<\EOF
1250#define __ALPHA__ 1
1251EOF
1252
1253 cat >> confdefs.h <<\EOF
1254#define __OSF__ 1
1255EOF
1256
1257 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1258 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1259 ;;
1260 *-*-dgux5* )
1261 USE_ALPHA=1
1262 USE_SVR4=1
1263 cat >> confdefs.h <<\EOF
1264#define __ALPHA__ 1
1265EOF
1266
1267 cat >> confdefs.h <<\EOF
1268#define __SVR4__ 1
1269EOF
1270
1271 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1272 ;;
1273 *-*-sysv5* )
1274 USE_SYSV=1
1275 USE_SVR4=1
1276 cat >> confdefs.h <<\EOF
1277#define __SYSV__ 1
1278EOF
1279
1280 cat >> confdefs.h <<\EOF
1281#define __SVR4__ 1
1282EOF
1283
1284 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1285 ;;
1286 *-*-aix* )
1287 USE_AIX=1
1288 USE_SYSV=1
1289 USE_SVR4=1
1290 cat >> confdefs.h <<\EOF
1291#define __AIX__ 1
1292EOF
1293
1294 cat >> confdefs.h <<\EOF
1295#define __SYSV__ 1
1296EOF
1297
1298 cat >> confdefs.h <<\EOF
1299#define __SVR4__ 1
1300EOF
1301
1302 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1303 ;;
1304
1305 *-*-cygwin* | *-*-mingw32* )
1306 USE_UNIX=0
1307 USE_WIN32=1
1308 SO_SUFFIX=dll
1309 cat >> confdefs.h <<\EOF
1310#define __WIN32__ 1
1311EOF
1312
1313 cat >> confdefs.h <<\EOF
1314#define __WIN95__ 1
1315EOF
1316
1317 cat >> confdefs.h <<\EOF
1318#define __WINDOWS__ 1
1319EOF
1320
1321 cat >> confdefs.h <<\EOF
1322#define __GNUWIN32__ 1
1323EOF
1324
1325 cat >> confdefs.h <<\EOF
1326#define STRICT 1
1327EOF
1328
1329 cat >> confdefs.h <<\EOF
1330#define WINVER 0x0400
1331EOF
1332
1333 PROGRAM_EXT=".exe"
1334 RESCOMP=windres
1335 DEFAULT_DEFAULT_wxUSE_MSW=1
1336 ;;
1337
1338 *-pc-msdosdjgpp )
1339 USE_UNIX=0
1340 USE_DOS=1
1341 cat >> confdefs.h <<\EOF
1342#define __DOS__ 1
1343EOF
1344
1345 PROGRAM_EXT=".exe"
1346 DEFAULT_DEFAULT_wxUSE_MGL=1
1347 ;;
1348
1349 *-pc-os2_emx | *-pc-os2-emx )
1350 cat >> confdefs.h <<\EOF
1351#define __EMX__ 1
1352EOF
1353
1354 PROGRAM_EXT=".exe"
1355 DEFAULT_DEFAULT_wxUSE_PM=1
1356 LIBS="$LIBS -lstdcpp"
1357 ;;
1358
1359 powerpc-*-darwin* )
1360 USE_BSD=1
1361 USE_DARWIN=1
1362 CPP_MT_FLAG=
1363 SO_SUFFIX=dylib
1364 cat >> confdefs.h <<\EOF
1365#define __BSD__ 1
1366EOF
1367
1368 cat >> confdefs.h <<\EOF
1369#define __DARWIN__ 1
1370EOF
1371
1372 cat >> confdefs.h <<\EOF
1373#define __POWERPC__ 1
1374EOF
1375
1376 DEFAULT_DEFAULT_wxUSE_MAC=1
1377 ;;
1378
1379 *-*-beos* )
1380 USE_BEOS=1
1381 cat >> confdefs.h <<\EOF
1382#define __BEOS__ 1
1383EOF
1384
1385 ;;
1386
1387 *)
1388 { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; }
1389esac
1390
1391if test "$USE_UNIX" = 1 ; then
1392 wxUSE_UNIX=yes
1393 cat >> confdefs.h <<\EOF
1394#define __UNIX__ 1
1395EOF
1396
1397fi
1398
1399if test "$USE_LINUX" = 1; then
1400 echo $ac_n "checking for glibc 2.1 or later""... $ac_c" 1>&6
1401echo "configure:1402: checking for glibc 2.1 or later" >&5
1402if eval "test \"`echo '$''{'wx_lib_glibc21'+set}'`\" = set"; then
1403 echo $ac_n "(cached) $ac_c" 1>&6
1404else
1405
1406 cat > conftest.$ac_ext <<EOF
1407#line 1408 "configure"
1408#include "confdefs.h"
1409#include <features.h>
1410int main() {
1411
1412 #if !__GLIBC_PREREQ(2, 1)
1413 #error not glibc2.1
1414 #endif
1415
1416; return 0; }
1417EOF
1418if { (eval echo configure:1419: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1419 rm -rf conftest*
1420
1421 wx_lib_glibc21=yes
1422
1423else
1424 echo "configure: failed program was:" >&5
1425 cat conftest.$ac_ext >&5
1426 rm -rf conftest*
1427
1428 wx_lib_glibc21=no
1429
1430
1431fi
1432rm -f conftest*
1433
1434fi
1435
1436echo "$ac_t""$wx_lib_glibc21" 1>&6
1437 if test "$wx_lib_glibc21" = "yes"; then
1438 cat >> confdefs.h <<\EOF
1439#define wxHAVE_GLIBC2 1
1440EOF
1441
1442 fi
1443fi
1444
1445
1446
1447
1448 wx_arg_cache_file="configarg.cache"
1449 echo "loading argument cache $wx_arg_cache_file"
1450 rm -f ${wx_arg_cache_file}.tmp
1451 touch ${wx_arg_cache_file}.tmp
1452 touch ${wx_arg_cache_file}
1453
1454
1455DEBUG_CONFIGURE=0
1456if test $DEBUG_CONFIGURE = 1; then
1457 DEFAULT_wxUSE_UNIVERSAL=no
1458
1459 DEFAULT_wxUSE_NANOX=no
1460
1461 DEFAULT_wxUSE_THREADS=yes
1462
1463 DEFAULT_wxUSE_SHARED=yes
1464 DEFAULT_wxUSE_SONAME=no
1465 DEFAULT_wxUSE_OPTIMISE=no
1466 DEFAULT_wxUSE_PROFILE=no
1467 DEFAULT_wxUSE_NO_DEPS=no
1468 DEFAULT_wxUSE_NO_RTTI=yes
1469 DEFAULT_wxUSE_NO_EXCEPTIONS=yes
1470 DEFAULT_wxUSE_PERMISSIVE=no
1471 DEFAULT_wxUSE_DEBUG_FLAG=yes
1472 DEFAULT_wxUSE_DEBUG_INFO=yes
1473 DEFAULT_wxUSE_DEBUG_GDB=yes
1474 DEFAULT_wxUSE_MEM_TRACING=no
1475 DEFAULT_wxUSE_DEBUG_CONTEXT=no
1476 DEFAULT_wxUSE_DMALLOC=no
1477 DEFAULT_wxUSE_PRECOMP=no
1478 DEFAULT_wxUSE_APPLE_IEEE=no
1479
1480 DEFAULT_wxUSE_LOG=yes
1481 DEFAULT_wxUSE_LOGWINDOW=no
1482 DEFAULT_wxUSE_LOGGUI=no
1483 DEFAULT_wxUSE_LOGDIALOG=no
1484
1485 DEFAULT_wxUSE_GUI=yes
1486 DEFAULT_wxUSE_CONTROLS=no
1487
1488 DEFAULT_wxUSE_REGEX=no
1489 DEFAULT_wxUSE_ZLIB=no
1490 DEFAULT_wxUSE_LIBPNG=no
1491 DEFAULT_wxUSE_LIBJPEG=no
1492 DEFAULT_wxUSE_LIBTIFF=no
1493 DEFAULT_wxUSE_ODBC=no
1494 DEFAULT_wxUSE_OPENGL=no
1495
1496 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=no
1497 DEFAULT_wxUSE_SNGLINST_CHECKER=no
1498 DEFAULT_wxUSE_STD_IOSTREAM=no
1499 DEFAULT_wxUSE_CMDLINE_PARSER=no
1500 DEFAULT_wxUSE_DATETIME=no
1501 DEFAULT_wxUSE_TIMEDATE=no
1502 DEFAULT_wxUSE_TIMER=no
1503 DEFAULT_wxUSE_STOPWATCH=no
1504 DEFAULT_wxUSE_FILE=no
1505 DEFAULT_wxUSE_FFILE=no
1506 DEFAULT_wxUSE_TEXTBUFFER=no
1507 DEFAULT_wxUSE_TEXTFILE=no
1508 DEFAULT_wxUSE_WAVE=no
1509 DEFAULT_wxUSE_INTL=no
1510 DEFAULT_wxUSE_CONFIG=no
1511 DEFAULT_wxUSE_FONTMAP=no
1512 DEFAULT_wxUSE_STREAMS=no
1513 DEFAULT_wxUSE_SOCKETS=no
1514 DEFAULT_wxUSE_DIALUP_MANAGER=no
1515 DEFAULT_wxUSE_JOYSTICK=no
1516 DEFAULT_wxUSE_DYNLIB_CLASS=no
1517 DEFAULT_wxUSE_DYNAMIC_LOADER=no
1518 DEFAULT_wxUSE_LONGLONG=no
1519 DEFAULT_wxUSE_GEOMETRY=no
1520
1521 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no
1522 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no
1523 DEFAULT_wxUSE_POSTSCRIPT=no
1524
1525 DEFAULT_wxUSE_X_RESOURCES=no
1526 DEFAULT_wxUSE_CLIPBOARD=no
1527 DEFAULT_wxUSE_TOOLTIPS=no
1528 DEFAULT_wxUSE_DRAG_AND_DROP=no
1529 DEFAULT_wxUSE_DRAGIMAGE=no
1530 DEFAULT_wxUSE_SPLINES=no
1531
1532 DEFAULT_wxUSE_MDI_ARCHITECTURE=no
1533 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no
1534 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no
1535
1536 DEFAULT_wxUSE_PROLOGIO=no
1537 DEFAULT_wxUSE_RESOURCES=no
1538 DEFAULT_wxUSE_CONSTRAINTS=no
1539 DEFAULT_wxUSE_IPC=no
1540 DEFAULT_wxUSE_HELP=no
1541 DEFAULT_wxUSE_MS_HTML_HELP=no
1542 DEFAULT_wxUSE_WXHTML_HELP=no
1543 DEFAULT_wxUSE_TREELAYOUT=no
1544 DEFAULT_wxUSE_METAFILE=no
1545 DEFAULT_wxUSE_MIMETYPE=no
1546 DEFAULT_wxUSE_SYSTEM_OPTIONS=no
1547 DEFAULT_wxUSE_PROTOCOL=no
1548 DEFAULT_wxUSE_PROTOCOL_HTTP=no
1549 DEFAULT_wxUSE_PROTOCOL_FTP=no
1550 DEFAULT_wxUSE_PROTOCOL_FILE=no
1551 DEFAULT_wxUSE_URL=no
1552
1553 DEFAULT_wxUSE_COMMONDLGS=no
1554 DEFAULT_wxUSE_CHOICEDLG=no
1555 DEFAULT_wxUSE_COLOURDLG=no
1556 DEFAULT_wxUSE_DIRDLG=no
1557 DEFAULT_wxUSE_FILEDLG=no
1558 DEFAULT_wxUSE_FINDREPLDLG=no
1559 DEFAULT_wxUSE_FONTDLG=no
1560 DEFAULT_wxUSE_MSGDLG=no
1561 DEFAULT_wxUSE_NUMBERDLG=no
1562 DEFAULT_wxUSE_TEXTDLG=no
1563 DEFAULT_wxUSE_SPLASH=no
1564 DEFAULT_wxUSE_STARTUP_TIPS=no
1565 DEFAULT_wxUSE_PROGRESSDLG=no
1566 DEFAULT_wxUSE_WIZARDDLG=no
1567
1568 DEFAULT_wxUSE_MENUS=no
1569 DEFAULT_wxUSE_MINIFRAME=no
1570 DEFAULT_wxUSE_HTML=no
1571 DEFAULT_wxUSE_FILESYSTEM=no
1572 DEFAULT_wxUSE_FS_INET=no
1573 DEFAULT_wxUSE_FS_ZIP=no
1574 DEFAULT_wxUSE_BUSYINFO=no
1575 DEFAULT_wxUSE_ZIPSTREAM=no
1576 DEFAULT_wxUSE_VALIDATORS=no
1577
1578 DEFAULT_wxUSE_ACCEL=no
1579 DEFAULT_wxUSE_BUTTON=no
1580 DEFAULT_wxUSE_BMPBUTTON=no
1581 DEFAULT_wxUSE_CALCTRL=no
1582 DEFAULT_wxUSE_CARET=no
1583 DEFAULT_wxUSE_CHECKBOX=no
1584 DEFAULT_wxUSE_CHECKLST=no
1585 DEFAULT_wxUSE_CHOICE=no
1586 DEFAULT_wxUSE_COMBOBOX=no
1587 DEFAULT_wxUSE_GAUGE=no
1588 DEFAULT_wxUSE_GRID=no
1589 DEFAULT_wxUSE_NEW_GRID=no
1590 DEFAULT_wxUSE_IMAGLIST=no
1591 DEFAULT_wxUSE_LISTBOX=no
1592 DEFAULT_wxUSE_LISTCTRL=no
1593 DEFAULT_wxUSE_NOTEBOOK=no
1594 DEFAULT_wxUSE_PROPSHEET=no
1595 DEFAULT_wxUSE_RADIOBOX=no
1596 DEFAULT_wxUSE_RADIOBTN=no
1597 DEFAULT_wxUSE_SASH=no
1598 DEFAULT_wxUSE_SCROLLBAR=no
1599 DEFAULT_wxUSE_SLIDER=no
1600 DEFAULT_wxUSE_SPINBTN=no
1601 DEFAULT_wxUSE_SPINCTRL=no
1602 DEFAULT_wxUSE_SPLITTER=no
1603 DEFAULT_wxUSE_STATBMP=no
1604 DEFAULT_wxUSE_STATBOX=no
1605 DEFAULT_wxUSE_STATLINE=no
1606 DEFAULT_wxUSE_STATTEXT=no
1607 DEFAULT_wxUSE_STATUSBAR=yes
1608 DEFAULT_wxUSE_TABDIALOG=no
1609 DEFAULT_wxUSE_TEXTCTRL=no
1610 DEFAULT_wxUSE_TOGGLEBTN=no
1611 DEFAULT_wxUSE_TOOLBAR=no
1612 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
1613 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
1614 DEFAULT_wxUSE_TREECTRL=no
1615 DEFAULT_wxUSE_POPUPWIN=no
1616 DEFAULT_wxUSE_TIPWINDOW=no
1617
1618 DEFAULT_wxUSE_UNICODE=no
1619 DEFAULT_wxUSE_UNICODE_MSLU=no
1620 DEFAULT_wxUSE_WCSRTOMBS=no
1621
1622 DEFAULT_wxUSE_PALETTE=no
1623 DEFAULT_wxUSE_IMAGE=no
1624 DEFAULT_wxUSE_GIF=no
1625 DEFAULT_wxUSE_PCX=no
1626 DEFAULT_wxUSE_PNM=no
1627 DEFAULT_wxUSE_IFF=no
1628 DEFAULT_wxUSE_XPM=no
1629 DEFAULT_wxUSE_ICO_CUR=no
1630else
1631 DEFAULT_wxUSE_UNIVERSAL=no
1632
1633 DEFAULT_wxUSE_NANOX=no
1634
1635 DEFAULT_wxUSE_THREADS=yes
1636
1637 DEFAULT_wxUSE_SHARED=yes
1638 DEFAULT_wxUSE_SONAME=no
1639 DEFAULT_wxUSE_OPTIMISE=yes
1640 DEFAULT_wxUSE_PROFILE=no
1641 DEFAULT_wxUSE_NO_DEPS=no
1642 DEFAULT_wxUSE_NO_RTTI=yes
1643 DEFAULT_wxUSE_NO_EXCEPTIONS=yes
1644 DEFAULT_wxUSE_PERMISSIVE=no
1645 DEFAULT_wxUSE_DEBUG_FLAG=no
1646 DEFAULT_wxUSE_DEBUG_INFO=no
1647 DEFAULT_wxUSE_DEBUG_GDB=no
1648 DEFAULT_wxUSE_MEM_TRACING=no
1649 DEFAULT_wxUSE_DEBUG_CONTEXT=no
1650 DEFAULT_wxUSE_DMALLOC=no
1651 DEFAULT_wxUSE_PRECOMP=no
1652 DEFAULT_wxUSE_APPLE_IEEE=yes
1653
1654 DEFAULT_wxUSE_LOG=yes
1655 DEFAULT_wxUSE_LOGWINDOW=yes
1656 DEFAULT_wxUSE_LOGGUI=yes
1657 DEFAULT_wxUSE_LOGDIALOG=yes
1658
1659 DEFAULT_wxUSE_GUI=yes
1660
1661 DEFAULT_wxUSE_REGEX=yes
1662 DEFAULT_wxUSE_ZLIB=yes
1663 DEFAULT_wxUSE_LIBPNG=yes
1664 DEFAULT_wxUSE_LIBJPEG=yes
1665 DEFAULT_wxUSE_LIBTIFF=yes
1666 DEFAULT_wxUSE_ODBC=no
1667 DEFAULT_wxUSE_OPENGL=no
1668
1669 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=yes
1670 DEFAULT_wxUSE_SNGLINST_CHECKER=yes
1671 DEFAULT_wxUSE_STD_IOSTREAM=no
1672 DEFAULT_wxUSE_CMDLINE_PARSER=yes
1673 DEFAULT_wxUSE_DATETIME=yes
1674 DEFAULT_wxUSE_TIMEDATE=no
1675 DEFAULT_wxUSE_TIMER=yes
1676 DEFAULT_wxUSE_STOPWATCH=yes
1677 DEFAULT_wxUSE_FILE=yes
1678 DEFAULT_wxUSE_FFILE=yes
1679 DEFAULT_wxUSE_TEXTBUFFER=yes
1680 DEFAULT_wxUSE_TEXTFILE=yes
1681 DEFAULT_wxUSE_WAVE=no
1682 DEFAULT_wxUSE_INTL=yes
1683 DEFAULT_wxUSE_CONFIG=yes
1684 DEFAULT_wxUSE_FONTMAP=yes
1685 DEFAULT_wxUSE_STREAMS=yes
1686 DEFAULT_wxUSE_SOCKETS=yes
1687 DEFAULT_wxUSE_DIALUP_MANAGER=yes
1688 DEFAULT_wxUSE_JOYSTICK=yes
1689 DEFAULT_wxUSE_DYNLIB_CLASS=yes
1690 DEFAULT_wxUSE_DYNAMIC_LOADER=yes
1691 DEFAULT_wxUSE_LONGLONG=yes
1692 DEFAULT_wxUSE_GEOMETRY=yes
1693
1694 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes
1695 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes
1696 DEFAULT_wxUSE_POSTSCRIPT=yes
1697
1698 DEFAULT_wxUSE_X_RESOURCES=no
1699 DEFAULT_wxUSE_CLIPBOARD=yes
1700 DEFAULT_wxUSE_TOOLTIPS=yes
1701 DEFAULT_wxUSE_DRAG_AND_DROP=yes
1702 DEFAULT_wxUSE_DRAGIMAGE=yes
1703 DEFAULT_wxUSE_SPLINES=yes
1704
1705 DEFAULT_wxUSE_MDI_ARCHITECTURE=yes
1706 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes
1707 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes
1708
1709 DEFAULT_wxUSE_PROLOGIO=yes
1710 DEFAULT_wxUSE_RESOURCES=yes
1711 DEFAULT_wxUSE_CONSTRAINTS=yes
1712 DEFAULT_wxUSE_IPC=yes
1713 DEFAULT_wxUSE_HELP=yes
1714 DEFAULT_wxUSE_MS_HTML_HELP=yes
1715 DEFAULT_wxUSE_WXHTML_HELP=yes
1716 DEFAULT_wxUSE_TREELAYOUT=yes
1717 DEFAULT_wxUSE_METAFILE=yes
1718 DEFAULT_wxUSE_MIMETYPE=yes
1719 DEFAULT_wxUSE_SYSTEM_OPTIONS=yes
1720 DEFAULT_wxUSE_PROTOCOL=yes
1721 DEFAULT_wxUSE_PROTOCOL_HTTP=yes
1722 DEFAULT_wxUSE_PROTOCOL_FTP=yes
1723 DEFAULT_wxUSE_PROTOCOL_FILE=yes
1724 DEFAULT_wxUSE_URL=yes
1725
1726 DEFAULT_wxUSE_COMMONDLGS=yes
1727 DEFAULT_wxUSE_CHOICEDLG=yes
1728 DEFAULT_wxUSE_COLOURDLG=yes
1729 DEFAULT_wxUSE_DIRDLG=yes
1730 DEFAULT_wxUSE_FILEDLG=yes
1731 DEFAULT_wxUSE_FINDREPLDLG=yes
1732 DEFAULT_wxUSE_FONTDLG=yes
1733 DEFAULT_wxUSE_MSGDLG=yes
1734 DEFAULT_wxUSE_NUMBERDLG=yes
1735 DEFAULT_wxUSE_TEXTDLG=yes
1736 DEFAULT_wxUSE_SPLASH=yes
1737 DEFAULT_wxUSE_STARTUP_TIPS=yes
1738 DEFAULT_wxUSE_PROGRESSDLG=yes
1739 DEFAULT_wxUSE_WIZARDDLG=yes
1740
1741 DEFAULT_wxUSE_MENUS=yes
1742 DEFAULT_wxUSE_MINIFRAME=yes
1743 DEFAULT_wxUSE_HTML=yes
1744 DEFAULT_wxUSE_FILESYSTEM=yes
1745 DEFAULT_wxUSE_FS_INET=yes
1746 DEFAULT_wxUSE_FS_ZIP=yes
1747 DEFAULT_wxUSE_BUSYINFO=yes
1748 DEFAULT_wxUSE_ZIPSTREAM=yes
1749 DEFAULT_wxUSE_VALIDATORS=yes
1750
1751 DEFAULT_wxUSE_ACCEL=yes
1752 DEFAULT_wxUSE_BUTTON=yes
1753 DEFAULT_wxUSE_BMPBUTTON=yes
1754 DEFAULT_wxUSE_CALCTRL=yes
1755 DEFAULT_wxUSE_CARET=yes
1756 DEFAULT_wxUSE_CHECKBOX=yes
1757 DEFAULT_wxUSE_CHECKLST=yes
1758 DEFAULT_wxUSE_CHOICE=yes
1759 DEFAULT_wxUSE_COMBOBOX=yes
1760 DEFAULT_wxUSE_GAUGE=yes
1761 DEFAULT_wxUSE_GRID=yes
1762 DEFAULT_wxUSE_NEW_GRID=yes
1763 DEFAULT_wxUSE_IMAGLIST=yes
1764 DEFAULT_wxUSE_LISTBOX=yes
1765 DEFAULT_wxUSE_LISTCTRL=yes
1766 DEFAULT_wxUSE_NOTEBOOK=yes
1767 DEFAULT_wxUSE_PROPSHEET=yes
1768 DEFAULT_wxUSE_RADIOBOX=yes
1769 DEFAULT_wxUSE_RADIOBTN=yes
1770 DEFAULT_wxUSE_SASH=yes
1771 DEFAULT_wxUSE_SCROLLBAR=yes
1772 DEFAULT_wxUSE_SLIDER=yes
1773 DEFAULT_wxUSE_SPINBTN=yes
1774 DEFAULT_wxUSE_SPINCTRL=yes
1775 DEFAULT_wxUSE_SPLITTER=yes
1776 DEFAULT_wxUSE_STATBMP=yes
1777 DEFAULT_wxUSE_STATBOX=yes
1778 DEFAULT_wxUSE_STATLINE=yes
1779 DEFAULT_wxUSE_STATTEXT=yes
1780 DEFAULT_wxUSE_STATUSBAR=yes
1781 DEFAULT_wxUSE_TABDIALOG=no
1782 DEFAULT_wxUSE_TEXTCTRL=yes
1783 DEFAULT_wxUSE_TOGGLEBTN=yes
1784 DEFAULT_wxUSE_TOOLBAR=yes
1785 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
1786 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
1787 DEFAULT_wxUSE_TREECTRL=yes
1788 DEFAULT_wxUSE_POPUPWIN=yes
1789 DEFAULT_wxUSE_TIPWINDOW=yes
1790
1791 DEFAULT_wxUSE_UNICODE=no
1792 DEFAULT_wxUSE_UNICODE_MSLU=yes
1793 DEFAULT_wxUSE_WCSRTOMBS=no
1794
1795 DEFAULT_wxUSE_PALETTE=yes
1796 DEFAULT_wxUSE_IMAGE=yes
1797 DEFAULT_wxUSE_GIF=yes
1798 DEFAULT_wxUSE_PCX=yes
1799 DEFAULT_wxUSE_IFF=no
1800 DEFAULT_wxUSE_PNM=yes
1801 DEFAULT_wxUSE_XPM=yes
1802 DEFAULT_wxUSE_ICO_CUR=yes
1803fi
1804
1805
1806
1807for toolkit in `echo $ALL_TOOLKITS`; do
1808 LINE=`grep "wxUSE_$toolkit" ${wx_arg_cache_file}`
1809 if test "x$LINE" != x ; then
1810 has_toolkit_in_cache=1
1811 eval "DEFAULT_$LINE"
1812 eval "CACHE_$toolkit=1"
1813 fi
1814done
1815
1816
1817
1818 echo $ac_n "checking for --enable-gui""... $ac_c" 1>&6
1819echo "configure:1820: checking for --enable-gui" >&5
1820 no_cache=0
1821 # Check whether --enable-gui or --disable-gui was given.
1822if test "${enable_gui+set}" = set; then
1823 enableval="$enable_gui"
1824
1825 if test "$enableval" = yes; then
1826 ac_cv_use_gui='wxUSE_GUI=yes'
1827 else
1828 ac_cv_use_gui='wxUSE_GUI=no'
1829 fi
1830
1831else
1832
1833 LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
1834 if test "x$LINE" != x ; then
1835 eval "DEFAULT_$LINE"
1836 else
1837 no_cache=1
1838 fi
1839
1840 ac_cv_use_gui='wxUSE_GUI='$DEFAULT_wxUSE_GUI
1841
1842fi
1843
1844
1845 eval "$ac_cv_use_gui"
1846 if test "$no_cache" != 1; then
1847 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
1848 fi
1849
1850 if test "$wxUSE_GUI" = yes; then
1851 echo "$ac_t""yes" 1>&6
1852 else
1853 echo "$ac_t""no" 1>&6
1854 fi
1855
1856
1857if test "$wxUSE_GUI" = "yes"; then
1858
1859
1860 echo $ac_n "checking for --enable-universal""... $ac_c" 1>&6
1861echo "configure:1862: checking for --enable-universal" >&5
1862 no_cache=0
1863 # Check whether --enable-universal or --disable-universal was given.
1864if test "${enable_universal+set}" = set; then
1865 enableval="$enable_universal"
1866
1867 if test "$enableval" = yes; then
1868 ac_cv_use_universal='wxUSE_UNIVERSAL=yes'
1869 else
1870 ac_cv_use_universal='wxUSE_UNIVERSAL=no'
1871 fi
1872
1873else
1874
1875 LINE=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
1876 if test "x$LINE" != x ; then
1877 eval "DEFAULT_$LINE"
1878 else
1879 no_cache=1
1880 fi
1881
1882 ac_cv_use_universal='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL
1883
1884fi
1885
1886
1887 eval "$ac_cv_use_universal"
1888 if test "$no_cache" != 1; then
1889 echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
1890 fi
1891
1892 if test "$wxUSE_UNIVERSAL" = yes; then
1893 echo "$ac_t""yes" 1>&6
1894 else
1895 echo "$ac_t""no" 1>&6
1896 fi
1897
1898# Check whether --with-gtk or --without-gtk was given.
1899if test "${with_gtk+set}" = set; then
1900 withval="$with_gtk"
1901 wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
1902fi
1903
1904# Check whether --with-motif or --without-motif was given.
1905if test "${with_motif+set}" = set; then
1906 withval="$with_motif"
1907 wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
1908fi
1909
1910# Check whether --with-mac or --without-mac was given.
1911if test "${with_mac+set}" = set; then
1912 withval="$with_mac"
1913 wxUSE_MAC="$withval" TOOLKIT_GIVEN=1
1914fi
1915
1916# Check whether --with-wine or --without-wine was given.
1917if test "${with_wine+set}" = set; then
1918 withval="$with_wine"
1919 wxUSE_WINE="$withval" CACHE_WINE=1 TOOLKIT_GIVEN=1
1920fi
1921
1922# Check whether --with-msw or --without-msw was given.
1923if test "${with_msw+set}" = set; then
1924 withval="$with_msw"
1925 wxUSE_MSW="$withval" CACHE_MSW TOOLKIT_GIVEN=1
1926fi
1927
1928# Check whether --with-pm or --without-pm was given.
1929if test "${with_pm+set}" = set; then
1930 withval="$with_pm"
1931 wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
1932fi
1933
1934# Check whether --with-mgl or --without-mgl was given.
1935if test "${with_mgl+set}" = set; then
1936 withval="$with_mgl"
1937 wxUSE_MGL="$withval" CACHE_MGL=1 TOOLKIT_GIVEN=1
1938fi
1939
1940# Check whether --with-microwin or --without-microwin was given.
1941if test "${with_microwin+set}" = set; then
1942 withval="$with_microwin"
1943 wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1
1944fi
1945
1946# Check whether --with-x11 or --without-x11 was given.
1947if test "${with_x11+set}" = set; then
1948 withval="$with_x11"
1949 wxUSE_X11="$withval" wxUSE_UNIVERSAL="yes" CACHE_X11=1 TOOLKIT_GIVEN=1
1950fi
1951
1952
1953 echo $ac_n "checking for --enable-nanox""... $ac_c" 1>&6
1954echo "configure:1955: checking for --enable-nanox" >&5
1955 no_cache=0
1956 # Check whether --enable-nanox or --disable-nanox was given.
1957if test "${enable_nanox+set}" = set; then
1958 enableval="$enable_nanox"
1959
1960 if test "$enableval" = yes; then
1961 ac_cv_use_nanox='wxUSE_NANOX=yes'
1962 else
1963 ac_cv_use_nanox='wxUSE_NANOX=no'
1964 fi
1965
1966else
1967
1968 LINE=`grep "wxUSE_NANOX" ${wx_arg_cache_file}`
1969 if test "x$LINE" != x ; then
1970 eval "DEFAULT_$LINE"
1971 else
1972 no_cache=1
1973 fi
1974
1975 ac_cv_use_nanox='wxUSE_NANOX='$DEFAULT_wxUSE_NANOX
1976
1977fi
1978
1979
1980 eval "$ac_cv_use_nanox"
1981 if test "$no_cache" != 1; then
1982 echo $ac_cv_use_nanox >> ${wx_arg_cache_file}.tmp
1983 fi
1984
1985 if test "$wxUSE_NANOX" = yes; then
1986 echo "$ac_t""yes" 1>&6
1987 else
1988 echo "$ac_t""no" 1>&6
1989 fi
1990
1991
1992# Check whether --enable-gtk2 or --disable-gtk2 was given.
1993if test "${enable_gtk2+set}" = set; then
1994 enableval="$enable_gtk2"
1995 wxUSE_GTK2=1
1996else
1997 wxUSE_GTK2=0
1998fi
1999
2000
2001
2002 echo $ac_n "checking for --with-libpng""... $ac_c" 1>&6
2003echo "configure:2004: checking for --with-libpng" >&5
2004 no_cache=0
2005 # Check whether --with-libpng or --without-libpng was given.
2006if test "${with_libpng+set}" = set; then
2007 withval="$with_libpng"
2008
2009 if test "$withval" = yes; then
2010 ac_cv_use_libpng='wxUSE_LIBPNG=yes'
2011 elif test "$withval" = no; then
2012 ac_cv_use_libpng='wxUSE_LIBPNG=no'
2013 elif test "$withval" = sys; then
2014 ac_cv_use_libpng='wxUSE_LIBPNG=sys'
2015 elif test "$withval" = builtin; then
2016 ac_cv_use_libpng='wxUSE_LIBPNG=builtin'
2017 else
2018 { echo "configure: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2019 fi
2020
2021else
2022
2023 LINE=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
2024 if test "x$LINE" != x ; then
2025 eval "DEFAULT_$LINE"
2026 else
2027 no_cache=1
2028 fi
2029
2030 ac_cv_use_libpng='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
2031
2032fi
2033
2034
2035 eval "$ac_cv_use_libpng"
2036 if test "$no_cache" != 1; then
2037 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
2038 fi
2039
2040 if test "$wxUSE_LIBPNG" = yes; then
2041 echo "$ac_t""yes" 1>&6
2042 elif test "$wxUSE_LIBPNG" = no; then
2043 echo "$ac_t""no" 1>&6
2044 elif test "$wxUSE_LIBPNG" = sys; then
2045 echo "$ac_t""system version" 1>&6
2046 elif test "$wxUSE_LIBPNG" = builtin; then
2047 echo "$ac_t""builtin version" 1>&6
2048 else
2049 { echo "configure: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2050 fi
2051
2052
2053 echo $ac_n "checking for --with-libjpeg""... $ac_c" 1>&6
2054echo "configure:2055: checking for --with-libjpeg" >&5
2055 no_cache=0
2056 # Check whether --with-libjpeg or --without-libjpeg was given.
2057if test "${with_libjpeg+set}" = set; then
2058 withval="$with_libjpeg"
2059
2060 if test "$withval" = yes; then
2061 ac_cv_use_libjpeg='wxUSE_LIBJPEG=yes'
2062 elif test "$withval" = no; then
2063 ac_cv_use_libjpeg='wxUSE_LIBJPEG=no'
2064 elif test "$withval" = sys; then
2065 ac_cv_use_libjpeg='wxUSE_LIBJPEG=sys'
2066 elif test "$withval" = builtin; then
2067 ac_cv_use_libjpeg='wxUSE_LIBJPEG=builtin'
2068 else
2069 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2070 fi
2071
2072else
2073
2074 LINE=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
2075 if test "x$LINE" != x ; then
2076 eval "DEFAULT_$LINE"
2077 else
2078 no_cache=1
2079 fi
2080
2081 ac_cv_use_libjpeg='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
2082
2083fi
2084
2085
2086 eval "$ac_cv_use_libjpeg"
2087 if test "$no_cache" != 1; then
2088 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
2089 fi
2090
2091 if test "$wxUSE_LIBJPEG" = yes; then
2092 echo "$ac_t""yes" 1>&6
2093 elif test "$wxUSE_LIBJPEG" = no; then
2094 echo "$ac_t""no" 1>&6
2095 elif test "$wxUSE_LIBJPEG" = sys; then
2096 echo "$ac_t""system version" 1>&6
2097 elif test "$wxUSE_LIBJPEG" = builtin; then
2098 echo "$ac_t""builtin version" 1>&6
2099 else
2100 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2101 fi
2102
2103
2104 echo $ac_n "checking for --with-libtiff""... $ac_c" 1>&6
2105echo "configure:2106: checking for --with-libtiff" >&5
2106 no_cache=0
2107 # Check whether --with-libtiff or --without-libtiff was given.
2108if test "${with_libtiff+set}" = set; then
2109 withval="$with_libtiff"
2110
2111 if test "$withval" = yes; then
2112 ac_cv_use_libtiff='wxUSE_LIBTIFF=yes'
2113 elif test "$withval" = no; then
2114 ac_cv_use_libtiff='wxUSE_LIBTIFF=no'
2115 elif test "$withval" = sys; then
2116 ac_cv_use_libtiff='wxUSE_LIBTIFF=sys'
2117 elif test "$withval" = builtin; then
2118 ac_cv_use_libtiff='wxUSE_LIBTIFF=builtin'
2119 else
2120 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2121 fi
2122
2123else
2124
2125 LINE=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
2126 if test "x$LINE" != x ; then
2127 eval "DEFAULT_$LINE"
2128 else
2129 no_cache=1
2130 fi
2131
2132 ac_cv_use_libtiff='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
2133
2134fi
2135
2136
2137 eval "$ac_cv_use_libtiff"
2138 if test "$no_cache" != 1; then
2139 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
2140 fi
2141
2142 if test "$wxUSE_LIBTIFF" = yes; then
2143 echo "$ac_t""yes" 1>&6
2144 elif test "$wxUSE_LIBTIFF" = no; then
2145 echo "$ac_t""no" 1>&6
2146 elif test "$wxUSE_LIBTIFF" = sys; then
2147 echo "$ac_t""system version" 1>&6
2148 elif test "$wxUSE_LIBTIFF" = builtin; then
2149 echo "$ac_t""builtin version" 1>&6
2150 else
2151 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2152 fi
2153
2154
2155 echo $ac_n "checking for --with-opengl""... $ac_c" 1>&6
2156echo "configure:2157: checking for --with-opengl" >&5
2157 no_cache=0
2158 # Check whether --with-opengl or --without-opengl was given.
2159if test "${with_opengl+set}" = set; then
2160 withval="$with_opengl"
2161
2162 if test "$withval" = yes; then
2163 ac_cv_use_opengl='wxUSE_OPENGL=yes'
2164 else
2165 ac_cv_use_opengl='wxUSE_OPENGL=no'
2166 fi
2167
2168else
2169
2170 LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
2171 if test "x$LINE" != x ; then
2172 eval "DEFAULT_$LINE"
2173 else
2174 no_cache=1
2175 fi
2176
2177 ac_cv_use_opengl='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
2178
2179fi
2180
2181
2182 eval "$ac_cv_use_opengl"
2183 if test "$no_cache" != 1; then
2184 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
2185 fi
2186
2187 if test "$wxUSE_OPENGL" = yes; then
2188 echo "$ac_t""yes" 1>&6
2189 else
2190 echo "$ac_t""no" 1>&6
2191 fi
2192
2193
2194fi
2195
2196
2197 echo $ac_n "checking for --with-dmalloc""... $ac_c" 1>&6
2198echo "configure:2199: checking for --with-dmalloc" >&5
2199 no_cache=0
2200 # Check whether --with-dmalloc or --without-dmalloc was given.
2201if test "${with_dmalloc+set}" = set; then
2202 withval="$with_dmalloc"
2203
2204 if test "$withval" = yes; then
2205 ac_cv_use_dmalloc='wxUSE_DMALLOC=yes'
2206 else
2207 ac_cv_use_dmalloc='wxUSE_DMALLOC=no'
2208 fi
2209
2210else
2211
2212 LINE=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
2213 if test "x$LINE" != x ; then
2214 eval "DEFAULT_$LINE"
2215 else
2216 no_cache=1
2217 fi
2218
2219 ac_cv_use_dmalloc='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
2220
2221fi
2222
2223
2224 eval "$ac_cv_use_dmalloc"
2225 if test "$no_cache" != 1; then
2226 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
2227 fi
2228
2229 if test "$wxUSE_DMALLOC" = yes; then
2230 echo "$ac_t""yes" 1>&6
2231 else
2232 echo "$ac_t""no" 1>&6
2233 fi
2234
2235
2236 echo $ac_n "checking for --with-regex""... $ac_c" 1>&6
2237echo "configure:2238: checking for --with-regex" >&5
2238 no_cache=0
2239 # Check whether --with-regex or --without-regex was given.
2240if test "${with_regex+set}" = set; then
2241 withval="$with_regex"
2242
2243 if test "$withval" = yes; then
2244 ac_cv_use_regex='wxUSE_REGEX=yes'
2245 elif test "$withval" = no; then
2246 ac_cv_use_regex='wxUSE_REGEX=no'
2247 elif test "$withval" = sys; then
2248 ac_cv_use_regex='wxUSE_REGEX=sys'
2249 elif test "$withval" = builtin; then
2250 ac_cv_use_regex='wxUSE_REGEX=builtin'
2251 else
2252 { echo "configure: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2253 fi
2254
2255else
2256
2257 LINE=`grep "wxUSE_REGEX" ${wx_arg_cache_file}`
2258 if test "x$LINE" != x ; then
2259 eval "DEFAULT_$LINE"
2260 else
2261 no_cache=1
2262 fi
2263
2264 ac_cv_use_regex='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX
2265
2266fi
2267
2268
2269 eval "$ac_cv_use_regex"
2270 if test "$no_cache" != 1; then
2271 echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
2272 fi
2273
2274 if test "$wxUSE_REGEX" = yes; then
2275 echo "$ac_t""yes" 1>&6
2276 elif test "$wxUSE_REGEX" = no; then
2277 echo "$ac_t""no" 1>&6
2278 elif test "$wxUSE_REGEX" = sys; then
2279 echo "$ac_t""system version" 1>&6
2280 elif test "$wxUSE_REGEX" = builtin; then
2281 echo "$ac_t""builtin version" 1>&6
2282 else
2283 { echo "configure: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2284 fi
2285
2286
2287 echo $ac_n "checking for --with-zlib""... $ac_c" 1>&6
2288echo "configure:2289: checking for --with-zlib" >&5
2289 no_cache=0
2290 # Check whether --with-zlib or --without-zlib was given.
2291if test "${with_zlib+set}" = set; then
2292 withval="$with_zlib"
2293
2294 if test "$withval" = yes; then
2295 ac_cv_use_zlib='wxUSE_ZLIB=yes'
2296 elif test "$withval" = no; then
2297 ac_cv_use_zlib='wxUSE_ZLIB=no'
2298 elif test "$withval" = sys; then
2299 ac_cv_use_zlib='wxUSE_ZLIB=sys'
2300 elif test "$withval" = builtin; then
2301 ac_cv_use_zlib='wxUSE_ZLIB=builtin'
2302 else
2303 { echo "configure: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2304 fi
2305
2306else
2307
2308 LINE=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
2309 if test "x$LINE" != x ; then
2310 eval "DEFAULT_$LINE"
2311 else
2312 no_cache=1
2313 fi
2314
2315 ac_cv_use_zlib='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
2316
2317fi
2318
2319
2320 eval "$ac_cv_use_zlib"
2321 if test "$no_cache" != 1; then
2322 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
2323 fi
2324
2325 if test "$wxUSE_ZLIB" = yes; then
2326 echo "$ac_t""yes" 1>&6
2327 elif test "$wxUSE_ZLIB" = no; then
2328 echo "$ac_t""no" 1>&6
2329 elif test "$wxUSE_ZLIB" = sys; then
2330 echo "$ac_t""system version" 1>&6
2331 elif test "$wxUSE_ZLIB" = builtin; then
2332 echo "$ac_t""builtin version" 1>&6
2333 else
2334 { echo "configure: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2335 fi
2336
2337
2338 echo $ac_n "checking for --with-odbc""... $ac_c" 1>&6
2339echo "configure:2340: checking for --with-odbc" >&5
2340 no_cache=0
2341 # Check whether --with-odbc or --without-odbc was given.
2342if test "${with_odbc+set}" = set; then
2343 withval="$with_odbc"
2344
2345 if test "$withval" = yes; then
2346 ac_cv_use_odbc='wxUSE_ODBC=yes'
2347 else
2348 ac_cv_use_odbc='wxUSE_ODBC=no'
2349 fi
2350
2351else
2352
2353 LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
2354 if test "x$LINE" != x ; then
2355 eval "DEFAULT_$LINE"
2356 else
2357 no_cache=1
2358 fi
2359
2360 ac_cv_use_odbc='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
2361
2362fi
2363
2364
2365 eval "$ac_cv_use_odbc"
2366 if test "$no_cache" != 1; then
2367 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
2368 fi
2369
2370 if test "$wxUSE_ODBC" = yes; then
2371 echo "$ac_t""yes" 1>&6
2372 else
2373 echo "$ac_t""no" 1>&6
2374 fi
2375
2376
2377
2378
2379 echo $ac_n "checking for --enable-shared""... $ac_c" 1>&6
2380echo "configure:2381: checking for --enable-shared" >&5
2381 no_cache=0
2382 # Check whether --enable-shared or --disable-shared was given.
2383if test "${enable_shared+set}" = set; then
2384 enableval="$enable_shared"
2385
2386 if test "$enableval" = yes; then
2387 ac_cv_use_shared='wxUSE_SHARED=yes'
2388 else
2389 ac_cv_use_shared='wxUSE_SHARED=no'
2390 fi
2391
2392else
2393
2394 LINE=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
2395 if test "x$LINE" != x ; then
2396 eval "DEFAULT_$LINE"
2397 else
2398 no_cache=1
2399 fi
2400
2401 ac_cv_use_shared='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
2402
2403fi
2404
2405
2406 eval "$ac_cv_use_shared"
2407 if test "$no_cache" != 1; then
2408 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
2409 fi
2410
2411 if test "$wxUSE_SHARED" = yes; then
2412 echo "$ac_t""yes" 1>&6
2413 else
2414 echo "$ac_t""no" 1>&6
2415 fi
2416
2417
2418 echo $ac_n "checking for --enable-soname""... $ac_c" 1>&6
2419echo "configure:2420: checking for --enable-soname" >&5
2420 no_cache=0
2421 # Check whether --enable-soname or --disable-soname was given.
2422if test "${enable_soname+set}" = set; then
2423 enableval="$enable_soname"
2424
2425 if test "$enableval" = yes; then
2426 ac_cv_use_soname='wxUSE_SONAME=yes'
2427 else
2428 ac_cv_use_soname='wxUSE_SONAME=no'
2429 fi
2430
2431else
2432
2433 LINE=`grep "wxUSE_SONAME" ${wx_arg_cache_file}`
2434 if test "x$LINE" != x ; then
2435 eval "DEFAULT_$LINE"
2436 else
2437 no_cache=1
2438 fi
2439
2440 ac_cv_use_soname='wxUSE_SONAME='$DEFAULT_wxUSE_SONAME
2441
2442fi
2443
2444
2445 eval "$ac_cv_use_soname"
2446 if test "$no_cache" != 1; then
2447 echo $ac_cv_use_soname >> ${wx_arg_cache_file}.tmp
2448 fi
2449
2450 if test "$wxUSE_SONAME" = yes; then
2451 echo "$ac_t""yes" 1>&6
2452 else
2453 echo "$ac_t""no" 1>&6
2454 fi
2455
2456
2457 echo $ac_n "checking for --enable-optimise""... $ac_c" 1>&6
2458echo "configure:2459: checking for --enable-optimise" >&5
2459 no_cache=0
2460 # Check whether --enable-optimise or --disable-optimise was given.
2461if test "${enable_optimise+set}" = set; then
2462 enableval="$enable_optimise"
2463
2464 if test "$enableval" = yes; then
2465 ac_cv_use_optimise='wxUSE_OPTIMISE=yes'
2466 else
2467 ac_cv_use_optimise='wxUSE_OPTIMISE=no'
2468 fi
2469
2470else
2471
2472 LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
2473 if test "x$LINE" != x ; then
2474 eval "DEFAULT_$LINE"
2475 else
2476 no_cache=1
2477 fi
2478
2479 ac_cv_use_optimise='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
2480
2481fi
2482
2483
2484 eval "$ac_cv_use_optimise"
2485 if test "$no_cache" != 1; then
2486 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
2487 fi
2488
2489 if test "$wxUSE_OPTIMISE" = yes; then
2490 echo "$ac_t""yes" 1>&6
2491 else
2492 echo "$ac_t""no" 1>&6
2493 fi
2494
2495
2496 echo $ac_n "checking for --enable-debug""... $ac_c" 1>&6
2497echo "configure:2498: checking for --enable-debug" >&5
2498 no_cache=0
2499 # Check whether --enable-debug or --disable-debug was given.
2500if test "${enable_debug+set}" = set; then
2501 enableval="$enable_debug"
2502
2503 if test "$enableval" = yes; then
2504 ac_cv_use_debug='wxUSE_DEBUG=yes'
2505 else
2506 ac_cv_use_debug='wxUSE_DEBUG=no'
2507 fi
2508
2509else
2510
2511 LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
2512 if test "x$LINE" != x ; then
2513 eval "DEFAULT_$LINE"
2514 else
2515 no_cache=1
2516 fi
2517
2518 ac_cv_use_debug='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
2519
2520fi
2521
2522
2523 eval "$ac_cv_use_debug"
2524 if test "$no_cache" != 1; then
2525 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
2526 fi
2527
2528 if test "$wxUSE_DEBUG" = yes; then
2529 echo "$ac_t""yes" 1>&6
2530 else
2531 echo "$ac_t""no" 1>&6
2532 fi
2533
2534
2535
2536 echo $ac_n "checking for --enable-precomp""... $ac_c" 1>&6
2537echo "configure:2538: checking for --enable-precomp" >&5
2538 no_cache=0
2539 # Check whether --enable-precomp or --disable-precomp was given.
2540if test "${enable_precomp+set}" = set; then
2541 enableval="$enable_precomp"
2542
2543 if test "$enableval" = yes; then
2544 ac_cv_use_precomp='wxUSE_PRECOMP=yes'
2545 else
2546 ac_cv_use_precomp='wxUSE_PRECOMP=no'
2547 fi
2548
2549else
2550
2551 LINE=`grep "wxUSE_PRECOMP" ${wx_arg_cache_file}`
2552 if test "x$LINE" != x ; then
2553 eval "DEFAULT_$LINE"
2554 else
2555 no_cache=1
2556 fi
2557
2558 ac_cv_use_precomp='wxUSE_PRECOMP='$DEFAULT_wxUSE_PRECOMP
2559
2560fi
2561
2562
2563 eval "$ac_cv_use_precomp"
2564 if test "$no_cache" != 1; then
2565 echo $ac_cv_use_precomp >> ${wx_arg_cache_file}.tmp
2566 fi
2567
2568 if test "$wxUSE_PRECOMP" = yes; then
2569 echo "$ac_t""yes" 1>&6
2570 else
2571 echo "$ac_t""no" 1>&6
2572 fi
2573
2574
2575if test "$wxUSE_DEBUG" = "yes"; then
2576 DEFAULT_wxUSE_DEBUG_FLAG=yes
2577 DEFAULT_wxUSE_DEBUG_INFO=yes
2578elif test "$wxUSE_DEBUG" = "no"; then
2579 DEFAULT_wxUSE_DEBUG_FLAG=no
2580 DEFAULT_wxUSE_DEBUG_INFO=no
2581fi
2582
2583
2584 echo $ac_n "checking for --enable-debug_flag""... $ac_c" 1>&6
2585echo "configure:2586: checking for --enable-debug_flag" >&5
2586 no_cache=0
2587 # Check whether --enable-debug_flag or --disable-debug_flag was given.
2588if test "${enable_debug_flag+set}" = set; then
2589 enableval="$enable_debug_flag"
2590
2591 if test "$enableval" = yes; then
2592 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes'
2593 else
2594 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no'
2595 fi
2596
2597else
2598
2599 LINE=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
2600 if test "x$LINE" != x ; then
2601 eval "DEFAULT_$LINE"
2602 else
2603 no_cache=1
2604 fi
2605
2606 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
2607
2608fi
2609
2610
2611 eval "$ac_cv_use_debug_flag"
2612 if test "$no_cache" != 1; then
2613 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
2614 fi
2615
2616 if test "$wxUSE_DEBUG_FLAG" = yes; then
2617 echo "$ac_t""yes" 1>&6
2618 else
2619 echo "$ac_t""no" 1>&6
2620 fi
2621
2622
2623 echo $ac_n "checking for --enable-debug_info""... $ac_c" 1>&6
2624echo "configure:2625: checking for --enable-debug_info" >&5
2625 no_cache=0
2626 # Check whether --enable-debug_info or --disable-debug_info was given.
2627if test "${enable_debug_info+set}" = set; then
2628 enableval="$enable_debug_info"
2629
2630 if test "$enableval" = yes; then
2631 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
2632 else
2633 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
2634 fi
2635
2636else
2637
2638 LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
2639 if test "x$LINE" != x ; then
2640 eval "DEFAULT_$LINE"
2641 else
2642 no_cache=1
2643 fi
2644
2645 ac_cv_use_debug_info='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
2646
2647fi
2648
2649
2650 eval "$ac_cv_use_debug_info"
2651 if test "$no_cache" != 1; then
2652 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
2653 fi
2654
2655 if test "$wxUSE_DEBUG_INFO" = yes; then
2656 echo "$ac_t""yes" 1>&6
2657 else
2658 echo "$ac_t""no" 1>&6
2659 fi
2660
2661
2662 echo $ac_n "checking for --enable-debug_gdb""... $ac_c" 1>&6
2663echo "configure:2664: checking for --enable-debug_gdb" >&5
2664 no_cache=0
2665 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
2666if test "${enable_debug_gdb+set}" = set; then
2667 enableval="$enable_debug_gdb"
2668
2669 if test "$enableval" = yes; then
2670 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes'
2671 else
2672 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no'
2673 fi
2674
2675else
2676
2677 LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
2678 if test "x$LINE" != x ; then
2679 eval "DEFAULT_$LINE"
2680 else
2681 no_cache=1
2682 fi
2683
2684 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
2685
2686fi
2687
2688
2689 eval "$ac_cv_use_debug_gdb"
2690 if test "$no_cache" != 1; then
2691 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
2692 fi
2693
2694 if test "$wxUSE_DEBUG_GDB" = yes; then
2695 echo "$ac_t""yes" 1>&6
2696 else
2697 echo "$ac_t""no" 1>&6
2698 fi
2699
2700
2701 echo $ac_n "checking for --enable-debug_cntxt""... $ac_c" 1>&6
2702echo "configure:2703: checking for --enable-debug_cntxt" >&5
2703 no_cache=0
2704 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
2705if test "${enable_debug_cntxt+set}" = set; then
2706 enableval="$enable_debug_cntxt"
2707
2708 if test "$enableval" = yes; then
2709 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes'
2710 else
2711 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no'
2712 fi
2713
2714else
2715
2716 LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
2717 if test "x$LINE" != x ; then
2718 eval "DEFAULT_$LINE"
2719 else
2720 no_cache=1
2721 fi
2722
2723 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
2724
2725fi
2726
2727
2728 eval "$ac_cv_use_debug_cntxt"
2729 if test "$no_cache" != 1; then
2730 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
2731 fi
2732
2733 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
2734 echo "$ac_t""yes" 1>&6
2735 else
2736 echo "$ac_t""no" 1>&6
2737 fi
2738
2739
2740 echo $ac_n "checking for --enable-mem_tracing""... $ac_c" 1>&6
2741echo "configure:2742: checking for --enable-mem_tracing" >&5
2742 no_cache=0
2743 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
2744if test "${enable_mem_tracing+set}" = set; then
2745 enableval="$enable_mem_tracing"
2746
2747 if test "$enableval" = yes; then
2748 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
2749 else
2750 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
2751 fi
2752
2753else
2754
2755 LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
2756 if test "x$LINE" != x ; then
2757 eval "DEFAULT_$LINE"
2758 else
2759 no_cache=1
2760 fi
2761
2762 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
2763
2764fi
2765
2766
2767 eval "$ac_cv_use_mem_tracing"
2768 if test "$no_cache" != 1; then
2769 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
2770 fi
2771
2772 if test "$wxUSE_MEM_TRACING" = yes; then
2773 echo "$ac_t""yes" 1>&6
2774 else
2775 echo "$ac_t""no" 1>&6
2776 fi
2777
2778
2779 echo $ac_n "checking for --enable-profile""... $ac_c" 1>&6
2780echo "configure:2781: checking for --enable-profile" >&5
2781 no_cache=0
2782 # Check whether --enable-profile or --disable-profile was given.
2783if test "${enable_profile+set}" = set; then
2784 enableval="$enable_profile"
2785
2786 if test "$enableval" = yes; then
2787 ac_cv_use_profile='wxUSE_PROFILE=yes'
2788 else
2789 ac_cv_use_profile='wxUSE_PROFILE=no'
2790 fi
2791
2792else
2793
2794 LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
2795 if test "x$LINE" != x ; then
2796 eval "DEFAULT_$LINE"
2797 else
2798 no_cache=1
2799 fi
2800
2801 ac_cv_use_profile='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
2802
2803fi
2804
2805
2806 eval "$ac_cv_use_profile"
2807 if test "$no_cache" != 1; then
2808 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
2809 fi
2810
2811 if test "$wxUSE_PROFILE" = yes; then
2812 echo "$ac_t""yes" 1>&6
2813 else
2814 echo "$ac_t""no" 1>&6
2815 fi
2816
2817
2818 echo $ac_n "checking for --enable-no_rtti""... $ac_c" 1>&6
2819echo "configure:2820: checking for --enable-no_rtti" >&5
2820 no_cache=0
2821 # Check whether --enable-no_rtti or --disable-no_rtti was given.
2822if test "${enable_no_rtti+set}" = set; then
2823 enableval="$enable_no_rtti"
2824
2825 if test "$enableval" = yes; then
2826 ac_cv_use_no_rtti='wxUSE_NO_RTTI=yes'
2827 else
2828 ac_cv_use_no_rtti='wxUSE_NO_RTTI=no'
2829 fi
2830
2831else
2832
2833 LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
2834 if test "x$LINE" != x ; then
2835 eval "DEFAULT_$LINE"
2836 else
2837 no_cache=1
2838 fi
2839
2840 ac_cv_use_no_rtti='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
2841
2842fi
2843
2844
2845 eval "$ac_cv_use_no_rtti"
2846 if test "$no_cache" != 1; then
2847 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
2848 fi
2849
2850 if test "$wxUSE_NO_RTTI" = yes; then
2851 echo "$ac_t""yes" 1>&6
2852 else
2853 echo "$ac_t""no" 1>&6
2854 fi
2855
2856
2857 echo $ac_n "checking for --enable-no_exceptions""... $ac_c" 1>&6
2858echo "configure:2859: checking for --enable-no_exceptions" >&5
2859 no_cache=0
2860 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
2861if test "${enable_no_exceptions+set}" = set; then
2862 enableval="$enable_no_exceptions"
2863
2864 if test "$enableval" = yes; then
2865 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
2866 else
2867 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
2868 fi
2869
2870else
2871
2872 LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
2873 if test "x$LINE" != x ; then
2874 eval "DEFAULT_$LINE"
2875 else
2876 no_cache=1
2877 fi
2878
2879 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
2880
2881fi
2882
2883
2884 eval "$ac_cv_use_no_exceptions"
2885 if test "$no_cache" != 1; then
2886 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
2887 fi
2888
2889 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
2890 echo "$ac_t""yes" 1>&6
2891 else
2892 echo "$ac_t""no" 1>&6
2893 fi
2894
2895
2896 echo $ac_n "checking for --enable-permissive""... $ac_c" 1>&6
2897echo "configure:2898: checking for --enable-permissive" >&5
2898 no_cache=0
2899 # Check whether --enable-permissive or --disable-permissive was given.
2900if test "${enable_permissive+set}" = set; then
2901 enableval="$enable_permissive"
2902
2903 if test "$enableval" = yes; then
2904 ac_cv_use_permissive='wxUSE_PERMISSIVE=yes'
2905 else
2906 ac_cv_use_permissive='wxUSE_PERMISSIVE=no'
2907 fi
2908
2909else
2910
2911 LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
2912 if test "x$LINE" != x ; then
2913 eval "DEFAULT_$LINE"
2914 else
2915 no_cache=1
2916 fi
2917
2918 ac_cv_use_permissive='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
2919
2920fi
2921
2922
2923 eval "$ac_cv_use_permissive"
2924 if test "$no_cache" != 1; then
2925 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
2926 fi
2927
2928 if test "$wxUSE_PERMISSIVE" = yes; then
2929 echo "$ac_t""yes" 1>&6
2930 else
2931 echo "$ac_t""no" 1>&6
2932 fi
2933
2934
2935 echo $ac_n "checking for --enable-no_deps""... $ac_c" 1>&6
2936echo "configure:2937: checking for --enable-no_deps" >&5
2937 no_cache=0
2938 # Check whether --enable-no_deps or --disable-no_deps was given.
2939if test "${enable_no_deps+set}" = set; then
2940 enableval="$enable_no_deps"
2941
2942 if test "$enableval" = yes; then
2943 ac_cv_use_no_deps='wxUSE_NO_DEPS=yes'
2944 else
2945 ac_cv_use_no_deps='wxUSE_NO_DEPS=no'
2946 fi
2947
2948else
2949
2950 LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
2951 if test "x$LINE" != x ; then
2952 eval "DEFAULT_$LINE"
2953 else
2954 no_cache=1
2955 fi
2956
2957 ac_cv_use_no_deps='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
2958
2959fi
2960
2961
2962 eval "$ac_cv_use_no_deps"
2963 if test "$no_cache" != 1; then
2964 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
2965 fi
2966
2967 if test "$wxUSE_NO_DEPS" = yes; then
2968 echo "$ac_t""yes" 1>&6
2969 else
2970 echo "$ac_t""no" 1>&6
2971 fi
2972
2973
2974
2975 echo $ac_n "checking for --enable-compat20""... $ac_c" 1>&6
2976echo "configure:2977: checking for --enable-compat20" >&5
2977 no_cache=0
2978 # Check whether --enable-compat20 or --disable-compat20 was given.
2979if test "${enable_compat20+set}" = set; then
2980 enableval="$enable_compat20"
2981
2982 if test "$enableval" = yes; then
2983 ac_cv_use_compat20='WXWIN_COMPATIBILITY_2=yes'
2984 else
2985 ac_cv_use_compat20='WXWIN_COMPATIBILITY_2=no'
2986 fi
2987
2988else
2989
2990 LINE=`grep "WXWIN_COMPATIBILITY_2" ${wx_arg_cache_file}`
2991 if test "x$LINE" != x ; then
2992 eval "DEFAULT_$LINE"
2993 else
2994 no_cache=1
2995 fi
2996
2997 ac_cv_use_compat20='WXWIN_COMPATIBILITY_2='$DEFAULT_WXWIN_COMPATIBILITY_2
2998
2999fi
3000
3001
3002 eval "$ac_cv_use_compat20"
3003 if test "$no_cache" != 1; then
3004 echo $ac_cv_use_compat20 >> ${wx_arg_cache_file}.tmp
3005 fi
3006
3007 if test "$WXWIN_COMPATIBILITY_2" = yes; then
3008 echo "$ac_t""yes" 1>&6
3009 else
3010 echo "$ac_t""no" 1>&6
3011 fi
3012
3013
3014 echo $ac_n "checking for --enable-compat22""... $ac_c" 1>&6
3015echo "configure:3016: checking for --enable-compat22" >&5
3016 no_cache=0
3017 # Check whether --enable-compat22 or --disable-compat22 was given.
3018if test "${enable_compat22+set}" = set; then
3019 enableval="$enable_compat22"
3020
3021 if test "$enableval" = yes; then
3022 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=yes'
3023 else
3024 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=no'
3025 fi
3026
3027else
3028
3029 LINE=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}`
3030 if test "x$LINE" != x ; then
3031 eval "DEFAULT_$LINE"
3032 else
3033 no_cache=1
3034 fi
3035
3036 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2='$DEFAULT_WXWIN_COMPATIBILITY_2_2
3037
3038fi
3039
3040
3041 eval "$ac_cv_use_compat22"
3042 if test "$no_cache" != 1; then
3043 echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp
3044 fi
3045
3046 if test "$WXWIN_COMPATIBILITY_2_2" = yes; then
3047 echo "$ac_t""yes" 1>&6
3048 else
3049 echo "$ac_t""no" 1>&6
3050 fi
3051
3052
3053
3054
3055 echo $ac_n "checking for --enable-intl""... $ac_c" 1>&6
3056echo "configure:3057: checking for --enable-intl" >&5
3057 no_cache=0
3058 # Check whether --enable-intl or --disable-intl was given.
3059if test "${enable_intl+set}" = set; then
3060 enableval="$enable_intl"
3061
3062 if test "$enableval" = yes; then
3063 ac_cv_use_intl='wxUSE_INTL=yes'
3064 else
3065 ac_cv_use_intl='wxUSE_INTL=no'
3066 fi
3067
3068else
3069
3070 LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
3071 if test "x$LINE" != x ; then
3072 eval "DEFAULT_$LINE"
3073 else
3074 no_cache=1
3075 fi
3076
3077 ac_cv_use_intl='wxUSE_INTL='$DEFAULT_wxUSE_INTL
3078
3079fi
3080
3081
3082 eval "$ac_cv_use_intl"
3083 if test "$no_cache" != 1; then
3084 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
3085 fi
3086
3087 if test "$wxUSE_INTL" = yes; then
3088 echo "$ac_t""yes" 1>&6
3089 else
3090 echo "$ac_t""no" 1>&6
3091 fi
3092
3093
3094 echo $ac_n "checking for --enable-config""... $ac_c" 1>&6
3095echo "configure:3096: checking for --enable-config" >&5
3096 no_cache=0
3097 # Check whether --enable-config or --disable-config was given.
3098if test "${enable_config+set}" = set; then
3099 enableval="$enable_config"
3100
3101 if test "$enableval" = yes; then
3102 ac_cv_use_config='wxUSE_CONFIG=yes'
3103 else
3104 ac_cv_use_config='wxUSE_CONFIG=no'
3105 fi
3106
3107else
3108
3109 LINE=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
3110 if test "x$LINE" != x ; then
3111 eval "DEFAULT_$LINE"
3112 else
3113 no_cache=1
3114 fi
3115
3116 ac_cv_use_config='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
3117
3118fi
3119
3120
3121 eval "$ac_cv_use_config"
3122 if test "$no_cache" != 1; then
3123 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
3124 fi
3125
3126 if test "$wxUSE_CONFIG" = yes; then
3127 echo "$ac_t""yes" 1>&6
3128 else
3129 echo "$ac_t""no" 1>&6
3130 fi
3131
3132
3133
3134 echo $ac_n "checking for --enable-protocols""... $ac_c" 1>&6
3135echo "configure:3136: checking for --enable-protocols" >&5
3136 no_cache=0
3137 # Check whether --enable-protocols or --disable-protocols was given.
3138if test "${enable_protocols+set}" = set; then
3139 enableval="$enable_protocols"
3140
3141 if test "$enableval" = yes; then
3142 ac_cv_use_protocols='wxUSE_PROTOCOL=yes'
3143 else
3144 ac_cv_use_protocols='wxUSE_PROTOCOL=no'
3145 fi
3146
3147else
3148
3149 LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
3150 if test "x$LINE" != x ; then
3151 eval "DEFAULT_$LINE"
3152 else
3153 no_cache=1
3154 fi
3155
3156 ac_cv_use_protocols='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
3157
3158fi
3159
3160
3161 eval "$ac_cv_use_protocols"
3162 if test "$no_cache" != 1; then
3163 echo $ac_cv_use_protocols >> ${wx_arg_cache_file}.tmp
3164 fi
3165
3166 if test "$wxUSE_PROTOCOL" = yes; then
3167 echo "$ac_t""yes" 1>&6
3168 else
3169 echo "$ac_t""no" 1>&6
3170 fi
3171
3172
3173 echo $ac_n "checking for --enable-ftp""... $ac_c" 1>&6
3174echo "configure:3175: checking for --enable-ftp" >&5
3175 no_cache=0
3176 # Check whether --enable-ftp or --disable-ftp was given.
3177if test "${enable_ftp+set}" = set; then
3178 enableval="$enable_ftp"
3179
3180 if test "$enableval" = yes; then
3181 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=yes'
3182 else
3183 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=no'
3184 fi
3185
3186else
3187
3188 LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
3189 if test "x$LINE" != x ; then
3190 eval "DEFAULT_$LINE"
3191 else
3192 no_cache=1
3193 fi
3194
3195 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
3196
3197fi
3198
3199
3200 eval "$ac_cv_use_ftp"
3201 if test "$no_cache" != 1; then
3202 echo $ac_cv_use_ftp >> ${wx_arg_cache_file}.tmp
3203 fi
3204
3205 if test "$wxUSE_PROTOCOL_FTP" = yes; then
3206 echo "$ac_t""yes" 1>&6
3207 else
3208 echo "$ac_t""no" 1>&6
3209 fi
3210
3211
3212 echo $ac_n "checking for --enable-http""... $ac_c" 1>&6
3213echo "configure:3214: checking for --enable-http" >&5
3214 no_cache=0
3215 # Check whether --enable-http or --disable-http was given.
3216if test "${enable_http+set}" = set; then
3217 enableval="$enable_http"
3218
3219 if test "$enableval" = yes; then
3220 ac_cv_use_http='wxUSE_PROTOCOL_HTTP=yes'
3221 else
3222 ac_cv_use_http='wxUSE_PROTOCOL_HTTP=no'
3223 fi
3224
3225else
3226
3227 LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
3228 if test "x$LINE" != x ; then
3229 eval "DEFAULT_$LINE"
3230 else
3231 no_cache=1
3232 fi
3233
3234 ac_cv_use_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
3235
3236fi
3237
3238
3239 eval "$ac_cv_use_http"
3240 if test "$no_cache" != 1; then
3241 echo $ac_cv_use_http >> ${wx_arg_cache_file}.tmp
3242 fi
3243
3244 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
3245 echo "$ac_t""yes" 1>&6
3246 else
3247 echo "$ac_t""no" 1>&6
3248 fi
3249
3250
3251 echo $ac_n "checking for --enable-fileproto""... $ac_c" 1>&6
3252echo "configure:3253: checking for --enable-fileproto" >&5
3253 no_cache=0
3254 # Check whether --enable-fileproto or --disable-fileproto was given.
3255if test "${enable_fileproto+set}" = set; then
3256 enableval="$enable_fileproto"
3257
3258 if test "$enableval" = yes; then
3259 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=yes'
3260 else
3261 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=no'
3262 fi
3263
3264else
3265
3266 LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
3267 if test "x$LINE" != x ; then
3268 eval "DEFAULT_$LINE"
3269 else
3270 no_cache=1
3271 fi
3272
3273 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
3274
3275fi
3276
3277
3278 eval "$ac_cv_use_fileproto"
3279 if test "$no_cache" != 1; then
3280 echo $ac_cv_use_fileproto >> ${wx_arg_cache_file}.tmp
3281 fi
3282
3283 if test "$wxUSE_PROTOCOL_FILE" = yes; then
3284 echo "$ac_t""yes" 1>&6
3285 else
3286 echo "$ac_t""no" 1>&6
3287 fi
3288
3289
3290 echo $ac_n "checking for --enable-sockets""... $ac_c" 1>&6
3291echo "configure:3292: checking for --enable-sockets" >&5
3292 no_cache=0
3293 # Check whether --enable-sockets or --disable-sockets was given.
3294if test "${enable_sockets+set}" = set; then
3295 enableval="$enable_sockets"
3296
3297 if test "$enableval" = yes; then
3298 ac_cv_use_sockets='wxUSE_SOCKETS=yes'
3299 else
3300 ac_cv_use_sockets='wxUSE_SOCKETS=no'
3301 fi
3302
3303else
3304
3305 LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
3306 if test "x$LINE" != x ; then
3307 eval "DEFAULT_$LINE"
3308 else
3309 no_cache=1
3310 fi
3311
3312 ac_cv_use_sockets='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
3313
3314fi
3315
3316
3317 eval "$ac_cv_use_sockets"
3318 if test "$no_cache" != 1; then
3319 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
3320 fi
3321
3322 if test "$wxUSE_SOCKETS" = yes; then
3323 echo "$ac_t""yes" 1>&6
3324 else
3325 echo "$ac_t""no" 1>&6
3326 fi
3327
3328
3329
3330 echo $ac_n "checking for --enable-ipc""... $ac_c" 1>&6
3331echo "configure:3332: checking for --enable-ipc" >&5
3332 no_cache=0
3333 # Check whether --enable-ipc or --disable-ipc was given.
3334if test "${enable_ipc+set}" = set; then
3335 enableval="$enable_ipc"
3336
3337 if test "$enableval" = yes; then
3338 ac_cv_use_ipc='wxUSE_IPC=yes'
3339 else
3340 ac_cv_use_ipc='wxUSE_IPC=no'
3341 fi
3342
3343else
3344
3345 LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
3346 if test "x$LINE" != x ; then
3347 eval "DEFAULT_$LINE"
3348 else
3349 no_cache=1
3350 fi
3351
3352 ac_cv_use_ipc='wxUSE_IPC='$DEFAULT_wxUSE_IPC
3353
3354fi
3355
3356
3357 eval "$ac_cv_use_ipc"
3358 if test "$no_cache" != 1; then
3359 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
3360 fi
3361
3362 if test "$wxUSE_IPC" = yes; then
3363 echo "$ac_t""yes" 1>&6
3364 else
3365 echo "$ac_t""no" 1>&6
3366 fi
3367
3368
3369
3370 echo $ac_n "checking for --enable-cmdline""... $ac_c" 1>&6
3371echo "configure:3372: checking for --enable-cmdline" >&5
3372 no_cache=0
3373 # Check whether --enable-cmdline or --disable-cmdline was given.
3374if test "${enable_cmdline+set}" = set; then
3375 enableval="$enable_cmdline"
3376
3377 if test "$enableval" = yes; then
3378 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=yes'
3379 else
3380 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=no'
3381 fi
3382
3383else
3384
3385 LINE=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
3386 if test "x$LINE" != x ; then
3387 eval "DEFAULT_$LINE"
3388 else
3389 no_cache=1
3390 fi
3391
3392 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER
3393
3394fi
3395
3396
3397 eval "$ac_cv_use_cmdline"
3398 if test "$no_cache" != 1; then
3399 echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
3400 fi
3401
3402 if test "$wxUSE_CMDLINE_PARSER" = yes; then
3403 echo "$ac_t""yes" 1>&6
3404 else
3405 echo "$ac_t""no" 1>&6
3406 fi
3407
3408
3409 echo $ac_n "checking for --enable-datetime""... $ac_c" 1>&6
3410echo "configure:3411: checking for --enable-datetime" >&5
3411 no_cache=0
3412 # Check whether --enable-datetime or --disable-datetime was given.
3413if test "${enable_datetime+set}" = set; then
3414 enableval="$enable_datetime"
3415
3416 if test "$enableval" = yes; then
3417 ac_cv_use_datetime='wxUSE_DATETIME=yes'
3418 else
3419 ac_cv_use_datetime='wxUSE_DATETIME=no'
3420 fi
3421
3422else
3423
3424 LINE=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
3425 if test "x$LINE" != x ; then
3426 eval "DEFAULT_$LINE"
3427 else
3428 no_cache=1
3429 fi
3430
3431 ac_cv_use_datetime='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME
3432
3433fi
3434
3435
3436 eval "$ac_cv_use_datetime"
3437 if test "$no_cache" != 1; then
3438 echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
3439 fi
3440
3441 if test "$wxUSE_DATETIME" = yes; then
3442 echo "$ac_t""yes" 1>&6
3443 else
3444 echo "$ac_t""no" 1>&6
3445 fi
3446
3447
3448 echo $ac_n "checking for --enable-timedate""... $ac_c" 1>&6
3449echo "configure:3450: checking for --enable-timedate" >&5
3450 no_cache=0
3451 # Check whether --enable-timedate or --disable-timedate was given.
3452if test "${enable_timedate+set}" = set; then
3453 enableval="$enable_timedate"
3454
3455 if test "$enableval" = yes; then
3456 ac_cv_use_timedate='wxUSE_TIMEDATE=yes'
3457 else
3458 ac_cv_use_timedate='wxUSE_TIMEDATE=no'
3459 fi
3460
3461else
3462
3463 LINE=`grep "wxUSE_TIMEDATE" ${wx_arg_cache_file}`
3464 if test "x$LINE" != x ; then
3465 eval "DEFAULT_$LINE"
3466 else
3467 no_cache=1
3468 fi
3469
3470 ac_cv_use_timedate='wxUSE_TIMEDATE='$DEFAULT_wxUSE_TIMEDATE
3471
3472fi
3473
3474
3475 eval "$ac_cv_use_timedate"
3476 if test "$no_cache" != 1; then
3477 echo $ac_cv_use_timedate >> ${wx_arg_cache_file}.tmp
3478 fi
3479
3480 if test "$wxUSE_TIMEDATE" = yes; then
3481 echo "$ac_t""yes" 1>&6
3482 else
3483 echo "$ac_t""no" 1>&6
3484 fi
3485
3486
3487 echo $ac_n "checking for --enable-stopwatch""... $ac_c" 1>&6
3488echo "configure:3489: checking for --enable-stopwatch" >&5
3489 no_cache=0
3490 # Check whether --enable-stopwatch or --disable-stopwatch was given.
3491if test "${enable_stopwatch+set}" = set; then
3492 enableval="$enable_stopwatch"
3493
3494 if test "$enableval" = yes; then
3495 ac_cv_use_stopwatch='wxUSE_STOPWATCH=yes'
3496 else
3497 ac_cv_use_stopwatch='wxUSE_STOPWATCH=no'
3498 fi
3499
3500else
3501
3502 LINE=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
3503 if test "x$LINE" != x ; then
3504 eval "DEFAULT_$LINE"
3505 else
3506 no_cache=1
3507 fi
3508
3509 ac_cv_use_stopwatch='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH
3510
3511fi
3512
3513
3514 eval "$ac_cv_use_stopwatch"
3515 if test "$no_cache" != 1; then
3516 echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
3517 fi
3518
3519 if test "$wxUSE_STOPWATCH" = yes; then
3520 echo "$ac_t""yes" 1>&6
3521 else
3522 echo "$ac_t""no" 1>&6
3523 fi
3524
3525
3526 echo $ac_n "checking for --enable-dialupman""... $ac_c" 1>&6
3527echo "configure:3528: checking for --enable-dialupman" >&5
3528 no_cache=0
3529 # Check whether --enable-dialupman or --disable-dialupman was given.
3530if test "${enable_dialupman+set}" = set; then
3531 enableval="$enable_dialupman"
3532
3533 if test "$enableval" = yes; then
3534 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes'
3535 else
3536 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no'
3537 fi
3538
3539else
3540
3541 LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
3542 if test "x$LINE" != x ; then
3543 eval "DEFAULT_$LINE"
3544 else
3545 no_cache=1
3546 fi
3547
3548 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
3549
3550fi
3551
3552
3553 eval "$ac_cv_use_dialupman"
3554 if test "$no_cache" != 1; then
3555 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
3556 fi
3557
3558 if test "$wxUSE_DIALUP_MANAGER" = yes; then
3559 echo "$ac_t""yes" 1>&6
3560 else
3561 echo "$ac_t""no" 1>&6
3562 fi
3563
3564
3565 echo $ac_n "checking for --enable-apple_ieee""... $ac_c" 1>&6
3566echo "configure:3567: checking for --enable-apple_ieee" >&5
3567 no_cache=0
3568 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
3569if test "${enable_apple_ieee+set}" = set; then
3570 enableval="$enable_apple_ieee"
3571
3572 if test "$enableval" = yes; then
3573 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes'
3574 else
3575 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no'
3576 fi
3577
3578else
3579
3580 LINE=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
3581 if test "x$LINE" != x ; then
3582 eval "DEFAULT_$LINE"
3583 else
3584 no_cache=1
3585 fi
3586
3587 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
3588
3589fi
3590
3591
3592 eval "$ac_cv_use_apple_ieee"
3593 if test "$no_cache" != 1; then
3594 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
3595 fi
3596
3597 if test "$wxUSE_APPLE_IEEE" = yes; then
3598 echo "$ac_t""yes" 1>&6
3599 else
3600 echo "$ac_t""no" 1>&6
3601 fi
3602
3603
3604 echo $ac_n "checking for --enable-timer""... $ac_c" 1>&6
3605echo "configure:3606: checking for --enable-timer" >&5
3606 no_cache=0
3607 # Check whether --enable-timer or --disable-timer was given.
3608if test "${enable_timer+set}" = set; then
3609 enableval="$enable_timer"
3610
3611 if test "$enableval" = yes; then
3612 ac_cv_use_timer='wxUSE_TIMER=yes'
3613 else
3614 ac_cv_use_timer='wxUSE_TIMER=no'
3615 fi
3616
3617else
3618
3619 LINE=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
3620 if test "x$LINE" != x ; then
3621 eval "DEFAULT_$LINE"
3622 else
3623 no_cache=1
3624 fi
3625
3626 ac_cv_use_timer='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER
3627
3628fi
3629
3630
3631 eval "$ac_cv_use_timer"
3632 if test "$no_cache" != 1; then
3633 echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
3634 fi
3635
3636 if test "$wxUSE_TIMER" = yes; then
3637 echo "$ac_t""yes" 1>&6
3638 else
3639 echo "$ac_t""no" 1>&6
3640 fi
3641
3642
3643 echo $ac_n "checking for --enable-wave""... $ac_c" 1>&6
3644echo "configure:3645: checking for --enable-wave" >&5
3645 no_cache=0
3646 # Check whether --enable-wave or --disable-wave was given.
3647if test "${enable_wave+set}" = set; then
3648 enableval="$enable_wave"
3649
3650 if test "$enableval" = yes; then
3651 ac_cv_use_wave='wxUSE_WAVE=yes'
3652 else
3653 ac_cv_use_wave='wxUSE_WAVE=no'
3654 fi
3655
3656else
3657
3658 LINE=`grep "wxUSE_WAVE" ${wx_arg_cache_file}`
3659 if test "x$LINE" != x ; then
3660 eval "DEFAULT_$LINE"
3661 else
3662 no_cache=1
3663 fi
3664
3665 ac_cv_use_wave='wxUSE_WAVE='$DEFAULT_wxUSE_WAVE
3666
3667fi
3668
3669
3670 eval "$ac_cv_use_wave"
3671 if test "$no_cache" != 1; then
3672 echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp
3673 fi
3674
3675 if test "$wxUSE_WAVE" = yes; then
3676 echo "$ac_t""yes" 1>&6
3677 else
3678 echo "$ac_t""no" 1>&6
3679 fi
3680
3681
3682 echo $ac_n "checking for --enable-fraction""... $ac_c" 1>&6
3683echo "configure:3684: checking for --enable-fraction" >&5
3684 no_cache=0
3685 # Check whether --enable-fraction or --disable-fraction was given.
3686if test "${enable_fraction+set}" = set; then
3687 enableval="$enable_fraction"
3688
3689 if test "$enableval" = yes; then
3690 ac_cv_use_fraction='wxUSE_FRACTION=yes'
3691 else
3692 ac_cv_use_fraction='wxUSE_FRACTION=no'
3693 fi
3694
3695else
3696
3697 LINE=`grep "wxUSE_FRACTION" ${wx_arg_cache_file}`
3698 if test "x$LINE" != x ; then
3699 eval "DEFAULT_$LINE"
3700 else
3701 no_cache=1
3702 fi
3703
3704 ac_cv_use_fraction='wxUSE_FRACTION='$DEFAULT_wxUSE_FRACTION
3705
3706fi
3707
3708
3709 eval "$ac_cv_use_fraction"
3710 if test "$no_cache" != 1; then
3711 echo $ac_cv_use_fraction >> ${wx_arg_cache_file}.tmp
3712 fi
3713
3714 if test "$wxUSE_FRACTION" = yes; then
3715 echo "$ac_t""yes" 1>&6
3716 else
3717 echo "$ac_t""no" 1>&6
3718 fi
3719
3720
3721 echo $ac_n "checking for --enable-dynlib""... $ac_c" 1>&6
3722echo "configure:3723: checking for --enable-dynlib" >&5
3723 no_cache=0
3724 # Check whether --enable-dynlib or --disable-dynlib was given.
3725if test "${enable_dynlib+set}" = set; then
3726 enableval="$enable_dynlib"
3727
3728 if test "$enableval" = yes; then
3729 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes'
3730 else
3731 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no'
3732 fi
3733
3734else
3735
3736 LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
3737 if test "x$LINE" != x ; then
3738 eval "DEFAULT_$LINE"
3739 else
3740 no_cache=1
3741 fi
3742
3743 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
3744
3745fi
3746
3747
3748 eval "$ac_cv_use_dynlib"
3749 if test "$no_cache" != 1; then
3750 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
3751 fi
3752
3753 if test "$wxUSE_DYNLIB_CLASS" = yes; then
3754 echo "$ac_t""yes" 1>&6
3755 else
3756 echo "$ac_t""no" 1>&6
3757 fi
3758
3759
3760 echo $ac_n "checking for --enable-dynamicloader""... $ac_c" 1>&6
3761echo "configure:3762: checking for --enable-dynamicloader" >&5
3762 no_cache=0
3763 # Check whether --enable-dynamicloader or --disable-dynamicloader was given.
3764if test "${enable_dynamicloader+set}" = set; then
3765 enableval="$enable_dynamicloader"
3766
3767 if test "$enableval" = yes; then
3768 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=yes'
3769 else
3770 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=no'
3771 fi
3772
3773else
3774
3775 LINE=`grep "wxUSE_DYNAMIC_LOADER" ${wx_arg_cache_file}`
3776 if test "x$LINE" != x ; then
3777 eval "DEFAULT_$LINE"
3778 else
3779 no_cache=1
3780 fi
3781
3782 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER='$DEFAULT_wxUSE_DYNAMIC_LOADER
3783
3784fi
3785
3786
3787 eval "$ac_cv_use_dynamicloader"
3788 if test "$no_cache" != 1; then
3789 echo $ac_cv_use_dynamicloader >> ${wx_arg_cache_file}.tmp
3790 fi
3791
3792 if test "$wxUSE_DYNAMIC_LOADER" = yes; then
3793 echo "$ac_t""yes" 1>&6
3794 else
3795 echo "$ac_t""no" 1>&6
3796 fi
3797
3798
3799 echo $ac_n "checking for --enable-longlong""... $ac_c" 1>&6
3800echo "configure:3801: checking for --enable-longlong" >&5
3801 no_cache=0
3802 # Check whether --enable-longlong or --disable-longlong was given.
3803if test "${enable_longlong+set}" = set; then
3804 enableval="$enable_longlong"
3805
3806 if test "$enableval" = yes; then
3807 ac_cv_use_longlong='wxUSE_LONGLONG=yes'
3808 else
3809 ac_cv_use_longlong='wxUSE_LONGLONG=no'
3810 fi
3811
3812else
3813
3814 LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
3815 if test "x$LINE" != x ; then
3816 eval "DEFAULT_$LINE"
3817 else
3818 no_cache=1
3819 fi
3820
3821 ac_cv_use_longlong='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
3822
3823fi
3824
3825
3826 eval "$ac_cv_use_longlong"
3827 if test "$no_cache" != 1; then
3828 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
3829 fi
3830
3831 if test "$wxUSE_LONGLONG" = yes; then
3832 echo "$ac_t""yes" 1>&6
3833 else
3834 echo "$ac_t""no" 1>&6
3835 fi
3836
3837
3838 echo $ac_n "checking for --enable-geometry""... $ac_c" 1>&6
3839echo "configure:3840: checking for --enable-geometry" >&5
3840 no_cache=0
3841 # Check whether --enable-geometry or --disable-geometry was given.
3842if test "${enable_geometry+set}" = set; then
3843 enableval="$enable_geometry"
3844
3845 if test "$enableval" = yes; then
3846 ac_cv_use_geometry='wxUSE_GEOMETRY=yes'
3847 else
3848 ac_cv_use_geometry='wxUSE_GEOMETRY=no'
3849 fi
3850
3851else
3852
3853 LINE=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
3854 if test "x$LINE" != x ; then
3855 eval "DEFAULT_$LINE"
3856 else
3857 no_cache=1
3858 fi
3859
3860 ac_cv_use_geometry='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
3861
3862fi
3863
3864
3865 eval "$ac_cv_use_geometry"
3866 if test "$no_cache" != 1; then
3867 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
3868 fi
3869
3870 if test "$wxUSE_GEOMETRY" = yes; then
3871 echo "$ac_t""yes" 1>&6
3872 else
3873 echo "$ac_t""no" 1>&6
3874 fi
3875
3876
3877 echo $ac_n "checking for --enable-log""... $ac_c" 1>&6
3878echo "configure:3879: checking for --enable-log" >&5
3879 no_cache=0
3880 # Check whether --enable-log or --disable-log was given.
3881if test "${enable_log+set}" = set; then
3882 enableval="$enable_log"
3883
3884 if test "$enableval" = yes; then
3885 ac_cv_use_log='wxUSE_LOG=yes'
3886 else
3887 ac_cv_use_log='wxUSE_LOG=no'
3888 fi
3889
3890else
3891
3892 LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
3893 if test "x$LINE" != x ; then
3894 eval "DEFAULT_$LINE"
3895 else
3896 no_cache=1
3897 fi
3898
3899 ac_cv_use_log='wxUSE_LOG='$DEFAULT_wxUSE_LOG
3900
3901fi
3902
3903
3904 eval "$ac_cv_use_log"
3905 if test "$no_cache" != 1; then
3906 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
3907 fi
3908
3909 if test "$wxUSE_LOG" = yes; then
3910 echo "$ac_t""yes" 1>&6
3911 else
3912 echo "$ac_t""no" 1>&6
3913 fi
3914
3915
3916 echo $ac_n "checking for --enable-streams""... $ac_c" 1>&6
3917echo "configure:3918: checking for --enable-streams" >&5
3918 no_cache=0
3919 # Check whether --enable-streams or --disable-streams was given.
3920if test "${enable_streams+set}" = set; then
3921 enableval="$enable_streams"
3922
3923 if test "$enableval" = yes; then
3924 ac_cv_use_streams='wxUSE_STREAMS=yes'
3925 else
3926 ac_cv_use_streams='wxUSE_STREAMS=no'
3927 fi
3928
3929else
3930
3931 LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
3932 if test "x$LINE" != x ; then
3933 eval "DEFAULT_$LINE"
3934 else
3935 no_cache=1
3936 fi
3937
3938 ac_cv_use_streams='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
3939
3940fi
3941
3942
3943 eval "$ac_cv_use_streams"
3944 if test "$no_cache" != 1; then
3945 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
3946 fi
3947
3948 if test "$wxUSE_STREAMS" = yes; then
3949 echo "$ac_t""yes" 1>&6
3950 else
3951 echo "$ac_t""no" 1>&6
3952 fi
3953
3954
3955 echo $ac_n "checking for --enable-file""... $ac_c" 1>&6
3956echo "configure:3957: checking for --enable-file" >&5
3957 no_cache=0
3958 # Check whether --enable-file or --disable-file was given.
3959if test "${enable_file+set}" = set; then
3960 enableval="$enable_file"
3961
3962 if test "$enableval" = yes; then
3963 ac_cv_use_file='wxUSE_FILE=yes'
3964 else
3965 ac_cv_use_file='wxUSE_FILE=no'
3966 fi
3967
3968else
3969
3970 LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
3971 if test "x$LINE" != x ; then
3972 eval "DEFAULT_$LINE"
3973 else
3974 no_cache=1
3975 fi
3976
3977 ac_cv_use_file='wxUSE_FILE='$DEFAULT_wxUSE_FILE
3978
3979fi
3980
3981
3982 eval "$ac_cv_use_file"
3983 if test "$no_cache" != 1; then
3984 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
3985 fi
3986
3987 if test "$wxUSE_FILE" = yes; then
3988 echo "$ac_t""yes" 1>&6
3989 else
3990 echo "$ac_t""no" 1>&6
3991 fi
3992
3993
3994 echo $ac_n "checking for --enable-ffile""... $ac_c" 1>&6
3995echo "configure:3996: checking for --enable-ffile" >&5
3996 no_cache=0
3997 # Check whether --enable-ffile or --disable-ffile was given.
3998if test "${enable_ffile+set}" = set; then
3999 enableval="$enable_ffile"
4000
4001 if test "$enableval" = yes; then
4002 ac_cv_use_ffile='wxUSE_FFILE=yes'
4003 else
4004 ac_cv_use_ffile='wxUSE_FFILE=no'
4005 fi
4006
4007else
4008
4009 LINE=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
4010 if test "x$LINE" != x ; then
4011 eval "DEFAULT_$LINE"
4012 else
4013 no_cache=1
4014 fi
4015
4016 ac_cv_use_ffile='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE
4017
4018fi
4019
4020
4021 eval "$ac_cv_use_ffile"
4022 if test "$no_cache" != 1; then
4023 echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
4024 fi
4025
4026 if test "$wxUSE_FFILE" = yes; then
4027 echo "$ac_t""yes" 1>&6
4028 else
4029 echo "$ac_t""no" 1>&6
4030 fi
4031
4032
4033 echo $ac_n "checking for --enable-textbuf""... $ac_c" 1>&6
4034echo "configure:4035: checking for --enable-textbuf" >&5
4035 no_cache=0
4036 # Check whether --enable-textbuf or --disable-textbuf was given.
4037if test "${enable_textbuf+set}" = set; then
4038 enableval="$enable_textbuf"
4039
4040 if test "$enableval" = yes; then
4041 ac_cv_use_textbuf='wxUSE_TEXTBUFFER=yes'
4042 else
4043 ac_cv_use_textbuf='wxUSE_TEXTBUFFER=no'
4044 fi
4045
4046else
4047
4048 LINE=`grep "wxUSE_TEXTBUFFER" ${wx_arg_cache_file}`
4049 if test "x$LINE" != x ; then
4050 eval "DEFAULT_$LINE"
4051 else
4052 no_cache=1
4053 fi
4054
4055 ac_cv_use_textbuf='wxUSE_TEXTBUFFER='$DEFAULT_wxUSE_TEXTBUFFER
4056
4057fi
4058
4059
4060 eval "$ac_cv_use_textbuf"
4061 if test "$no_cache" != 1; then
4062 echo $ac_cv_use_textbuf >> ${wx_arg_cache_file}.tmp
4063 fi
4064
4065 if test "$wxUSE_TEXTBUFFER" = yes; then
4066 echo "$ac_t""yes" 1>&6
4067 else
4068 echo "$ac_t""no" 1>&6
4069 fi
4070
4071
4072 echo $ac_n "checking for --enable-textfile""... $ac_c" 1>&6
4073echo "configure:4074: checking for --enable-textfile" >&5
4074 no_cache=0
4075 # Check whether --enable-textfile or --disable-textfile was given.
4076if test "${enable_textfile+set}" = set; then
4077 enableval="$enable_textfile"
4078
4079 if test "$enableval" = yes; then
4080 ac_cv_use_textfile='wxUSE_TEXTFILE=yes'
4081 else
4082 ac_cv_use_textfile='wxUSE_TEXTFILE=no'
4083 fi
4084
4085else
4086
4087 LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
4088 if test "x$LINE" != x ; then
4089 eval "DEFAULT_$LINE"
4090 else
4091 no_cache=1
4092 fi
4093
4094 ac_cv_use_textfile='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
4095
4096fi
4097
4098
4099 eval "$ac_cv_use_textfile"
4100 if test "$no_cache" != 1; then
4101 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
4102 fi
4103
4104 if test "$wxUSE_TEXTFILE" = yes; then
4105 echo "$ac_t""yes" 1>&6
4106 else
4107 echo "$ac_t""no" 1>&6
4108 fi
4109
4110
4111 echo $ac_n "checking for --enable-fontmap""... $ac_c" 1>&6
4112echo "configure:4113: checking for --enable-fontmap" >&5
4113 no_cache=0
4114 # Check whether --enable-fontmap or --disable-fontmap was given.
4115if test "${enable_fontmap+set}" = set; then
4116 enableval="$enable_fontmap"
4117
4118 if test "$enableval" = yes; then
4119 ac_cv_use_fontmap='wxUSE_FONTMAP=yes'
4120 else
4121 ac_cv_use_fontmap='wxUSE_FONTMAP=no'
4122 fi
4123
4124else
4125
4126 LINE=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
4127 if test "x$LINE" != x ; then
4128 eval "DEFAULT_$LINE"
4129 else
4130 no_cache=1
4131 fi
4132
4133 ac_cv_use_fontmap='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP
4134
4135fi
4136
4137
4138 eval "$ac_cv_use_fontmap"
4139 if test "$no_cache" != 1; then
4140 echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
4141 fi
4142
4143 if test "$wxUSE_FONTMAP" = yes; then
4144 echo "$ac_t""yes" 1>&6
4145 else
4146 echo "$ac_t""no" 1>&6
4147 fi
4148
4149
4150 echo $ac_n "checking for --enable-unicode""... $ac_c" 1>&6
4151echo "configure:4152: checking for --enable-unicode" >&5
4152 no_cache=0
4153 # Check whether --enable-unicode or --disable-unicode was given.
4154if test "${enable_unicode+set}" = set; then
4155 enableval="$enable_unicode"
4156
4157 if test "$enableval" = yes; then
4158 ac_cv_use_unicode='wxUSE_UNICODE=yes'
4159 else
4160 ac_cv_use_unicode='wxUSE_UNICODE=no'
4161 fi
4162
4163else
4164
4165 LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
4166 if test "x$LINE" != x ; then
4167 eval "DEFAULT_$LINE"
4168 else
4169 no_cache=1
4170 fi
4171
4172 ac_cv_use_unicode='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
4173
4174fi
4175
4176
4177 eval "$ac_cv_use_unicode"
4178 if test "$no_cache" != 1; then
4179 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
4180 fi
4181
4182 if test "$wxUSE_UNICODE" = yes; then
4183 echo "$ac_t""yes" 1>&6
4184 else
4185 echo "$ac_t""no" 1>&6
4186 fi
4187
4188
4189 echo $ac_n "checking for --enable-mslu""... $ac_c" 1>&6
4190echo "configure:4191: checking for --enable-mslu" >&5
4191 no_cache=0
4192 # Check whether --enable-mslu or --disable-mslu was given.
4193if test "${enable_mslu+set}" = set; then
4194 enableval="$enable_mslu"
4195
4196 if test "$enableval" = yes; then
4197 ac_cv_use_mslu='wxUSE_UNICODE_MSLU=yes'
4198 else
4199 ac_cv_use_mslu='wxUSE_UNICODE_MSLU=no'
4200 fi
4201
4202else
4203
4204 LINE=`grep "wxUSE_UNICODE_MSLU" ${wx_arg_cache_file}`
4205 if test "x$LINE" != x ; then
4206 eval "DEFAULT_$LINE"
4207 else
4208 no_cache=1
4209 fi
4210
4211 ac_cv_use_mslu='wxUSE_UNICODE_MSLU='$DEFAULT_wxUSE_UNICODE_MSLU
4212
4213fi
4214
4215
4216 eval "$ac_cv_use_mslu"
4217 if test "$no_cache" != 1; then
4218 echo $ac_cv_use_mslu >> ${wx_arg_cache_file}.tmp
4219 fi
4220
4221 if test "$wxUSE_UNICODE_MSLU" = yes; then
4222 echo "$ac_t""yes" 1>&6
4223 else
4224 echo "$ac_t""no" 1>&6
4225 fi
4226
4227
4228 echo $ac_n "checking for --enable-wxprintfv""... $ac_c" 1>&6
4229echo "configure:4230: checking for --enable-wxprintfv" >&5
4230 no_cache=0
4231 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
4232if test "${enable_wxprintfv+set}" = set; then
4233 enableval="$enable_wxprintfv"
4234
4235 if test "$enableval" = yes; then
4236 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=yes'
4237 else
4238 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=no'
4239 fi
4240
4241else
4242
4243 LINE=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
4244 if test "x$LINE" != x ; then
4245 eval "DEFAULT_$LINE"
4246 else
4247 no_cache=1
4248 fi
4249
4250 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
4251
4252fi
4253
4254
4255 eval "$ac_cv_use_wxprintfv"
4256 if test "$no_cache" != 1; then
4257 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
4258 fi
4259
4260 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
4261 echo "$ac_t""yes" 1>&6
4262 else
4263 echo "$ac_t""no" 1>&6
4264 fi
4265
4266
4267 echo $ac_n "checking for --enable-std_iostreams""... $ac_c" 1>&6
4268echo "configure:4269: checking for --enable-std_iostreams" >&5
4269 no_cache=0
4270 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
4271if test "${enable_std_iostreams+set}" = set; then
4272 enableval="$enable_std_iostreams"
4273
4274 if test "$enableval" = yes; then
4275 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes'
4276 else
4277 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no'
4278 fi
4279
4280else
4281
4282 LINE=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
4283 if test "x$LINE" != x ; then
4284 eval "DEFAULT_$LINE"
4285 else
4286 no_cache=1
4287 fi
4288
4289 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
4290
4291fi
4292
4293
4294 eval "$ac_cv_use_std_iostreams"
4295 if test "$no_cache" != 1; then
4296 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
4297 fi
4298
4299 if test "$wxUSE_STD_IOSTREAM" = yes; then
4300 echo "$ac_t""yes" 1>&6
4301 else
4302 echo "$ac_t""no" 1>&6
4303 fi
4304
4305
4306 echo $ac_n "checking for --enable-filesystem""... $ac_c" 1>&6
4307echo "configure:4308: checking for --enable-filesystem" >&5
4308 no_cache=0
4309 # Check whether --enable-filesystem or --disable-filesystem was given.
4310if test "${enable_filesystem+set}" = set; then
4311 enableval="$enable_filesystem"
4312
4313 if test "$enableval" = yes; then
4314 ac_cv_use_filesystem='wxUSE_FILESYSTEM=yes'
4315 else
4316 ac_cv_use_filesystem='wxUSE_FILESYSTEM=no'
4317 fi
4318
4319else
4320
4321 LINE=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
4322 if test "x$LINE" != x ; then
4323 eval "DEFAULT_$LINE"
4324 else
4325 no_cache=1
4326 fi
4327
4328 ac_cv_use_filesystem='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
4329
4330fi
4331
4332
4333 eval "$ac_cv_use_filesystem"
4334 if test "$no_cache" != 1; then
4335 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
4336 fi
4337
4338 if test "$wxUSE_FILESYSTEM" = yes; then
4339 echo "$ac_t""yes" 1>&6
4340 else
4341 echo "$ac_t""no" 1>&6
4342 fi
4343
4344
4345 echo $ac_n "checking for --enable-fs_inet""... $ac_c" 1>&6
4346echo "configure:4347: checking for --enable-fs_inet" >&5
4347 no_cache=0
4348 # Check whether --enable-fs_inet or --disable-fs_inet was given.
4349if test "${enable_fs_inet+set}" = set; then
4350 enableval="$enable_fs_inet"
4351
4352 if test "$enableval" = yes; then
4353 ac_cv_use_fs_inet='wxUSE_FS_INET=yes'
4354 else
4355 ac_cv_use_fs_inet='wxUSE_FS_INET=no'
4356 fi
4357
4358else
4359
4360 LINE=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
4361 if test "x$LINE" != x ; then
4362 eval "DEFAULT_$LINE"
4363 else
4364 no_cache=1
4365 fi
4366
4367 ac_cv_use_fs_inet='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
4368
4369fi
4370
4371
4372 eval "$ac_cv_use_fs_inet"
4373 if test "$no_cache" != 1; then
4374 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
4375 fi
4376
4377 if test "$wxUSE_FS_INET" = yes; then
4378 echo "$ac_t""yes" 1>&6
4379 else
4380 echo "$ac_t""no" 1>&6
4381 fi
4382
4383
4384 echo $ac_n "checking for --enable-fs_zip""... $ac_c" 1>&6
4385echo "configure:4386: checking for --enable-fs_zip" >&5
4386 no_cache=0
4387 # Check whether --enable-fs_zip or --disable-fs_zip was given.
4388if test "${enable_fs_zip+set}" = set; then
4389 enableval="$enable_fs_zip"
4390
4391 if test "$enableval" = yes; then
4392 ac_cv_use_fs_zip='wxUSE_FS_ZIP=yes'
4393 else
4394 ac_cv_use_fs_zip='wxUSE_FS_ZIP=no'
4395 fi
4396
4397else
4398
4399 LINE=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
4400 if test "x$LINE" != x ; then
4401 eval "DEFAULT_$LINE"
4402 else
4403 no_cache=1
4404 fi
4405
4406 ac_cv_use_fs_zip='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
4407
4408fi
4409
4410
4411 eval "$ac_cv_use_fs_zip"
4412 if test "$no_cache" != 1; then
4413 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
4414 fi
4415
4416 if test "$wxUSE_FS_ZIP" = yes; then
4417 echo "$ac_t""yes" 1>&6
4418 else
4419 echo "$ac_t""no" 1>&6
4420 fi
4421
4422
4423 echo $ac_n "checking for --enable-zipstream""... $ac_c" 1>&6
4424echo "configure:4425: checking for --enable-zipstream" >&5
4425 no_cache=0
4426 # Check whether --enable-zipstream or --disable-zipstream was given.
4427if test "${enable_zipstream+set}" = set; then
4428 enableval="$enable_zipstream"
4429
4430 if test "$enableval" = yes; then
4431 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=yes'
4432 else
4433 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=no'
4434 fi
4435
4436else
4437
4438 LINE=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
4439 if test "x$LINE" != x ; then
4440 eval "DEFAULT_$LINE"
4441 else
4442 no_cache=1
4443 fi
4444
4445 ac_cv_use_zipstream='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
4446
4447fi
4448
4449
4450 eval "$ac_cv_use_zipstream"
4451 if test "$no_cache" != 1; then
4452 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
4453 fi
4454
4455 if test "$wxUSE_ZIPSTREAM" = yes; then
4456 echo "$ac_t""yes" 1>&6
4457 else
4458 echo "$ac_t""no" 1>&6
4459 fi
4460
4461
4462
4463 echo $ac_n "checking for --enable-catch_segvs""... $ac_c" 1>&6
4464echo "configure:4465: checking for --enable-catch_segvs" >&5
4465 no_cache=0
4466 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
4467if test "${enable_catch_segvs+set}" = set; then
4468 enableval="$enable_catch_segvs"
4469
4470 if test "$enableval" = yes; then
4471 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes'
4472 else
4473 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no'
4474 fi
4475
4476else
4477
4478 LINE=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
4479 if test "x$LINE" != x ; then
4480 eval "DEFAULT_$LINE"
4481 else
4482 no_cache=1
4483 fi
4484
4485 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
4486
4487fi
4488
4489
4490 eval "$ac_cv_use_catch_segvs"
4491 if test "$no_cache" != 1; then
4492 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
4493 fi
4494
4495 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
4496 echo "$ac_t""yes" 1>&6
4497 else
4498 echo "$ac_t""no" 1>&6
4499 fi
4500
4501
4502 echo $ac_n "checking for --enable-snglinst""... $ac_c" 1>&6
4503echo "configure:4504: checking for --enable-snglinst" >&5
4504 no_cache=0
4505 # Check whether --enable-snglinst or --disable-snglinst was given.
4506if test "${enable_snglinst+set}" = set; then
4507 enableval="$enable_snglinst"
4508
4509 if test "$enableval" = yes; then
4510 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes'
4511 else
4512 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no'
4513 fi
4514
4515else
4516
4517 LINE=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
4518 if test "x$LINE" != x ; then
4519 eval "DEFAULT_$LINE"
4520 else
4521 no_cache=1
4522 fi
4523
4524 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER
4525
4526fi
4527
4528
4529 eval "$ac_cv_use_snglinst"
4530 if test "$no_cache" != 1; then
4531 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
4532 fi
4533
4534 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
4535 echo "$ac_t""yes" 1>&6
4536 else
4537 echo "$ac_t""no" 1>&6
4538 fi
4539
4540
4541
4542 echo $ac_n "checking for --enable-mimetype""... $ac_c" 1>&6
4543echo "configure:4544: checking for --enable-mimetype" >&5
4544 no_cache=0
4545 # Check whether --enable-mimetype or --disable-mimetype was given.
4546if test "${enable_mimetype+set}" = set; then
4547 enableval="$enable_mimetype"
4548
4549 if test "$enableval" = yes; then
4550 ac_cv_use_mimetype='wxUSE_MIMETYPE=yes'
4551 else
4552 ac_cv_use_mimetype='wxUSE_MIMETYPE=no'
4553 fi
4554
4555else
4556
4557 LINE=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
4558 if test "x$LINE" != x ; then
4559 eval "DEFAULT_$LINE"
4560 else
4561 no_cache=1
4562 fi
4563
4564 ac_cv_use_mimetype='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE
4565
4566fi
4567
4568
4569 eval "$ac_cv_use_mimetype"
4570 if test "$no_cache" != 1; then
4571 echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
4572 fi
4573
4574 if test "$wxUSE_MIMETYPE" = yes; then
4575 echo "$ac_t""yes" 1>&6
4576 else
4577 echo "$ac_t""no" 1>&6
4578 fi
4579
4580
4581 echo $ac_n "checking for --enable-system_options""... $ac_c" 1>&6
4582echo "configure:4583: checking for --enable-system_options" >&5
4583 no_cache=0
4584 # Check whether --enable-system_options or --disable-system_options was given.
4585if test "${enable_system_options+set}" = set; then
4586 enableval="$enable_system_options"
4587
4588 if test "$enableval" = yes; then
4589 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=yes'
4590 else
4591 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=no'
4592 fi
4593
4594else
4595
4596 LINE=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}`
4597 if test "x$LINE" != x ; then
4598 eval "DEFAULT_$LINE"
4599 else
4600 no_cache=1
4601 fi
4602
4603 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS
4604
4605fi
4606
4607
4608 eval "$ac_cv_use_system_options"
4609 if test "$no_cache" != 1; then
4610 echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp
4611 fi
4612
4613 if test "$wxUSE_SYSTEM_OPTIONS" = yes; then
4614 echo "$ac_t""yes" 1>&6
4615 else
4616 echo "$ac_t""no" 1>&6
4617 fi
4618
4619
4620
4621 echo $ac_n "checking for --enable-url""... $ac_c" 1>&6
4622echo "configure:4623: checking for --enable-url" >&5
4623 no_cache=0
4624 # Check whether --enable-url or --disable-url was given.
4625if test "${enable_url+set}" = set; then
4626 enableval="$enable_url"
4627
4628 if test "$enableval" = yes; then
4629 ac_cv_use_url='wxUSE_URL=yes'
4630 else
4631 ac_cv_use_url='wxUSE_URL=no'
4632 fi
4633
4634else
4635
4636 LINE=`grep "wxUSE_URL" ${wx_arg_cache_file}`
4637 if test "x$LINE" != x ; then
4638 eval "DEFAULT_$LINE"
4639 else
4640 no_cache=1
4641 fi
4642
4643 ac_cv_use_url='wxUSE_URL='$DEFAULT_wxUSE_URL
4644
4645fi
4646
4647
4648 eval "$ac_cv_use_url"
4649 if test "$no_cache" != 1; then
4650 echo $ac_cv_use_url >> ${wx_arg_cache_file}.tmp
4651 fi
4652
4653 if test "$wxUSE_URL" = yes; then
4654 echo "$ac_t""yes" 1>&6
4655 else
4656 echo "$ac_t""no" 1>&6
4657 fi
4658
4659
4660 echo $ac_n "checking for --enable-protocol""... $ac_c" 1>&6
4661echo "configure:4662: checking for --enable-protocol" >&5
4662 no_cache=0
4663 # Check whether --enable-protocol or --disable-protocol was given.
4664if test "${enable_protocol+set}" = set; then
4665 enableval="$enable_protocol"
4666
4667 if test "$enableval" = yes; then
4668 ac_cv_use_protocol='wxUSE_PROTOCOL=yes'
4669 else
4670 ac_cv_use_protocol='wxUSE_PROTOCOL=no'
4671 fi
4672
4673else
4674
4675 LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
4676 if test "x$LINE" != x ; then
4677 eval "DEFAULT_$LINE"
4678 else
4679 no_cache=1
4680 fi
4681
4682 ac_cv_use_protocol='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
4683
4684fi
4685
4686
4687 eval "$ac_cv_use_protocol"
4688 if test "$no_cache" != 1; then
4689 echo $ac_cv_use_protocol >> ${wx_arg_cache_file}.tmp
4690 fi
4691
4692 if test "$wxUSE_PROTOCOL" = yes; then
4693 echo "$ac_t""yes" 1>&6
4694 else
4695 echo "$ac_t""no" 1>&6
4696 fi
4697
4698
4699 echo $ac_n "checking for --enable-protocol_http""... $ac_c" 1>&6
4700echo "configure:4701: checking for --enable-protocol_http" >&5
4701 no_cache=0
4702 # Check whether --enable-protocol_http or --disable-protocol_http was given.
4703if test "${enable_protocol_http+set}" = set; then
4704 enableval="$enable_protocol_http"
4705
4706 if test "$enableval" = yes; then
4707 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=yes'
4708 else
4709 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=no'
4710 fi
4711
4712else
4713
4714 LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
4715 if test "x$LINE" != x ; then
4716 eval "DEFAULT_$LINE"
4717 else
4718 no_cache=1
4719 fi
4720
4721 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
4722
4723fi
4724
4725
4726 eval "$ac_cv_use_protocol_http"
4727 if test "$no_cache" != 1; then
4728 echo $ac_cv_use_protocol_http >> ${wx_arg_cache_file}.tmp
4729 fi
4730
4731 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
4732 echo "$ac_t""yes" 1>&6
4733 else
4734 echo "$ac_t""no" 1>&6
4735 fi
4736
4737
4738 echo $ac_n "checking for --enable-protocol_ftp""... $ac_c" 1>&6
4739echo "configure:4740: checking for --enable-protocol_ftp" >&5
4740 no_cache=0
4741 # Check whether --enable-protocol_ftp or --disable-protocol_ftp was given.
4742if test "${enable_protocol_ftp+set}" = set; then
4743 enableval="$enable_protocol_ftp"
4744
4745 if test "$enableval" = yes; then
4746 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=yes'
4747 else
4748 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=no'
4749 fi
4750
4751else
4752
4753 LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
4754 if test "x$LINE" != x ; then
4755 eval "DEFAULT_$LINE"
4756 else
4757 no_cache=1
4758 fi
4759
4760 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
4761
4762fi
4763
4764
4765 eval "$ac_cv_use_protocol_ftp"
4766 if test "$no_cache" != 1; then
4767 echo $ac_cv_use_protocol_ftp >> ${wx_arg_cache_file}.tmp
4768 fi
4769
4770 if test "$wxUSE_PROTOCOL_FTP" = yes; then
4771 echo "$ac_t""yes" 1>&6
4772 else
4773 echo "$ac_t""no" 1>&6
4774 fi
4775
4776
4777 echo $ac_n "checking for --enable-protocol_file""... $ac_c" 1>&6
4778echo "configure:4779: checking for --enable-protocol_file" >&5
4779 no_cache=0
4780 # Check whether --enable-protocol_file or --disable-protocol_file was given.
4781if test "${enable_protocol_file+set}" = set; then
4782 enableval="$enable_protocol_file"
4783
4784 if test "$enableval" = yes; then
4785 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=yes'
4786 else
4787 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=no'
4788 fi
4789
4790else
4791
4792 LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
4793 if test "x$LINE" != x ; then
4794 eval "DEFAULT_$LINE"
4795 else
4796 no_cache=1
4797 fi
4798
4799 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
4800
4801fi
4802
4803
4804 eval "$ac_cv_use_protocol_file"
4805 if test "$no_cache" != 1; then
4806 echo $ac_cv_use_protocol_file >> ${wx_arg_cache_file}.tmp
4807 fi
4808
4809 if test "$wxUSE_PROTOCOL_FILE" = yes; then
4810 echo "$ac_t""yes" 1>&6
4811 else
4812 echo "$ac_t""no" 1>&6
4813 fi
4814
4815
4816
4817
4818
4819 echo $ac_n "checking for --enable-threads""... $ac_c" 1>&6
4820echo "configure:4821: checking for --enable-threads" >&5
4821 no_cache=0
4822 # Check whether --enable-threads or --disable-threads was given.
4823if test "${enable_threads+set}" = set; then
4824 enableval="$enable_threads"
4825
4826 if test "$enableval" = yes; then
4827 ac_cv_use_threads='wxUSE_THREADS=yes'
4828 else
4829 ac_cv_use_threads='wxUSE_THREADS=no'
4830 fi
4831
4832else
4833
4834 LINE=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
4835 if test "x$LINE" != x ; then
4836 eval "DEFAULT_$LINE"
4837 else
4838 no_cache=1
4839 fi
4840
4841 ac_cv_use_threads='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
4842
4843fi
4844
4845
4846 eval "$ac_cv_use_threads"
4847 if test "$no_cache" != 1; then
4848 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
4849 fi
4850
4851 if test "$wxUSE_THREADS" = yes; then
4852 echo "$ac_t""yes" 1>&6
4853 else
4854 echo "$ac_t""no" 1>&6
4855 fi
4856
4857
4858if test "$wxUSE_GUI" = "yes"; then
4859
4860
4861
4862 echo $ac_n "checking for --enable-docview""... $ac_c" 1>&6
4863echo "configure:4864: checking for --enable-docview" >&5
4864 no_cache=0
4865 # Check whether --enable-docview or --disable-docview was given.
4866if test "${enable_docview+set}" = set; then
4867 enableval="$enable_docview"
4868
4869 if test "$enableval" = yes; then
4870 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
4871 else
4872 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no'
4873 fi
4874
4875else
4876
4877 LINE=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
4878 if test "x$LINE" != x ; then
4879 eval "DEFAULT_$LINE"
4880 else
4881 no_cache=1
4882 fi
4883
4884 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
4885
4886fi
4887
4888
4889 eval "$ac_cv_use_docview"
4890 if test "$no_cache" != 1; then
4891 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
4892 fi
4893
4894 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
4895 echo "$ac_t""yes" 1>&6
4896 else
4897 echo "$ac_t""no" 1>&6
4898 fi
4899
4900
4901 echo $ac_n "checking for --enable-help""... $ac_c" 1>&6
4902echo "configure:4903: checking for --enable-help" >&5
4903 no_cache=0
4904 # Check whether --enable-help or --disable-help was given.
4905if test "${enable_help+set}" = set; then
4906 enableval="$enable_help"
4907
4908 if test "$enableval" = yes; then
4909 ac_cv_use_help='wxUSE_HELP=yes'
4910 else
4911 ac_cv_use_help='wxUSE_HELP=no'
4912 fi
4913
4914else
4915
4916 LINE=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
4917 if test "x$LINE" != x ; then
4918 eval "DEFAULT_$LINE"
4919 else
4920 no_cache=1
4921 fi
4922
4923 ac_cv_use_help='wxUSE_HELP='$DEFAULT_wxUSE_HELP
4924
4925fi
4926
4927
4928 eval "$ac_cv_use_help"
4929 if test "$no_cache" != 1; then
4930 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
4931 fi
4932
4933 if test "$wxUSE_HELP" = yes; then
4934 echo "$ac_t""yes" 1>&6
4935 else
4936 echo "$ac_t""no" 1>&6
4937 fi
4938
4939
4940 echo $ac_n "checking for --enable-mshtmlhelp""... $ac_c" 1>&6
4941echo "configure:4942: checking for --enable-mshtmlhelp" >&5
4942 no_cache=0
4943 # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given.
4944if test "${enable_mshtmlhelp+set}" = set; then
4945 enableval="$enable_mshtmlhelp"
4946
4947 if test "$enableval" = yes; then
4948 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=yes'
4949 else
4950 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=no'
4951 fi
4952
4953else
4954
4955 LINE=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}`
4956 if test "x$LINE" != x ; then
4957 eval "DEFAULT_$LINE"
4958 else
4959 no_cache=1
4960 fi
4961
4962 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP
4963
4964fi
4965
4966
4967 eval "$ac_cv_use_mshtmlhelp"
4968 if test "$no_cache" != 1; then
4969 echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
4970 fi
4971
4972 if test "$wxUSE_MS_HTML_HELP" = yes; then
4973 echo "$ac_t""yes" 1>&6
4974 else
4975 echo "$ac_t""no" 1>&6
4976 fi
4977
4978
4979 echo $ac_n "checking for --enable-html""... $ac_c" 1>&6
4980echo "configure:4981: checking for --enable-html" >&5
4981 no_cache=0
4982 # Check whether --enable-html or --disable-html was given.
4983if test "${enable_html+set}" = set; then
4984 enableval="$enable_html"
4985
4986 if test "$enableval" = yes; then
4987 ac_cv_use_html='wxUSE_HTML=yes'
4988 else
4989 ac_cv_use_html='wxUSE_HTML=no'
4990 fi
4991
4992else
4993
4994 LINE=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
4995 if test "x$LINE" != x ; then
4996 eval "DEFAULT_$LINE"
4997 else
4998 no_cache=1
4999 fi
5000
5001 ac_cv_use_html='wxUSE_HTML='$DEFAULT_wxUSE_HTML
5002
5003fi
5004
5005
5006 eval "$ac_cv_use_html"
5007 if test "$no_cache" != 1; then
5008 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
5009 fi
5010
5011 if test "$wxUSE_HTML" = yes; then
5012 echo "$ac_t""yes" 1>&6
5013 else
5014 echo "$ac_t""no" 1>&6
5015 fi
5016
5017
5018 echo $ac_n "checking for --enable-htmlhelp""... $ac_c" 1>&6
5019echo "configure:5020: checking for --enable-htmlhelp" >&5
5020 no_cache=0
5021 # Check whether --enable-htmlhelp or --disable-htmlhelp was given.
5022if test "${enable_htmlhelp+set}" = set; then
5023 enableval="$enable_htmlhelp"
5024
5025 if test "$enableval" = yes; then
5026 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes'
5027 else
5028 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no'
5029 fi
5030
5031else
5032
5033 LINE=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}`
5034 if test "x$LINE" != x ; then
5035 eval "DEFAULT_$LINE"
5036 else
5037 no_cache=1
5038 fi
5039
5040 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP
5041
5042fi
5043
5044
5045 eval "$ac_cv_use_htmlhelp"
5046 if test "$no_cache" != 1; then
5047 echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
5048 fi
5049
5050 if test "$wxUSE_WXHTML_HELP" = yes; then
5051 echo "$ac_t""yes" 1>&6
5052 else
5053 echo "$ac_t""no" 1>&6
5054 fi
5055
5056
5057 echo $ac_n "checking for --enable-constraints""... $ac_c" 1>&6
5058echo "configure:5059: checking for --enable-constraints" >&5
5059 no_cache=0
5060 # Check whether --enable-constraints or --disable-constraints was given.
5061if test "${enable_constraints+set}" = set; then
5062 enableval="$enable_constraints"
5063
5064 if test "$enableval" = yes; then
5065 ac_cv_use_constraints='wxUSE_CONSTRAINTS=yes'
5066 else
5067 ac_cv_use_constraints='wxUSE_CONSTRAINTS=no'
5068 fi
5069
5070else
5071
5072 LINE=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
5073 if test "x$LINE" != x ; then
5074 eval "DEFAULT_$LINE"
5075 else
5076 no_cache=1
5077 fi
5078
5079 ac_cv_use_constraints='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
5080
5081fi
5082
5083
5084 eval "$ac_cv_use_constraints"
5085 if test "$no_cache" != 1; then
5086 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
5087 fi
5088
5089 if test "$wxUSE_CONSTRAINTS" = yes; then
5090 echo "$ac_t""yes" 1>&6
5091 else
5092 echo "$ac_t""no" 1>&6
5093 fi
5094
5095
5096 echo $ac_n "checking for --enable-printarch""... $ac_c" 1>&6
5097echo "configure:5098: checking for --enable-printarch" >&5
5098 no_cache=0
5099 # Check whether --enable-printarch or --disable-printarch was given.
5100if test "${enable_printarch+set}" = set; then
5101 enableval="$enable_printarch"
5102
5103 if test "$enableval" = yes; then
5104 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes'
5105 else
5106 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no'
5107 fi
5108
5109else
5110
5111 LINE=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
5112 if test "x$LINE" != x ; then
5113 eval "DEFAULT_$LINE"
5114 else
5115 no_cache=1
5116 fi
5117
5118 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
5119
5120fi
5121
5122
5123 eval "$ac_cv_use_printarch"
5124 if test "$no_cache" != 1; then
5125 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
5126 fi
5127
5128 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
5129 echo "$ac_t""yes" 1>&6
5130 else
5131 echo "$ac_t""no" 1>&6
5132 fi
5133
5134
5135 echo $ac_n "checking for --enable-mdi""... $ac_c" 1>&6
5136echo "configure:5137: checking for --enable-mdi" >&5
5137 no_cache=0
5138 # Check whether --enable-mdi or --disable-mdi was given.
5139if test "${enable_mdi+set}" = set; then
5140 enableval="$enable_mdi"
5141
5142 if test "$enableval" = yes; then
5143 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=yes'
5144 else
5145 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=no'
5146 fi
5147
5148else
5149
5150 LINE=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
5151 if test "x$LINE" != x ; then
5152 eval "DEFAULT_$LINE"
5153 else
5154 no_cache=1
5155 fi
5156
5157 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
5158
5159fi
5160
5161
5162 eval "$ac_cv_use_mdi"
5163 if test "$no_cache" != 1; then
5164 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
5165 fi
5166
5167 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
5168 echo "$ac_t""yes" 1>&6
5169 else
5170 echo "$ac_t""no" 1>&6
5171 fi
5172
5173
5174 echo $ac_n "checking for --enable-loggui""... $ac_c" 1>&6
5175echo "configure:5176: checking for --enable-loggui" >&5
5176 no_cache=0
5177 # Check whether --enable-loggui or --disable-loggui was given.
5178if test "${enable_loggui+set}" = set; then
5179 enableval="$enable_loggui"
5180
5181 if test "$enableval" = yes; then
5182 ac_cv_use_loggui='wxUSE_LOGGUI=yes'
5183 else
5184 ac_cv_use_loggui='wxUSE_LOGGUI=no'
5185 fi
5186
5187else
5188
5189 LINE=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
5190 if test "x$LINE" != x ; then
5191 eval "DEFAULT_$LINE"
5192 else
5193 no_cache=1
5194 fi
5195
5196 ac_cv_use_loggui='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI
5197
5198fi
5199
5200
5201 eval "$ac_cv_use_loggui"
5202 if test "$no_cache" != 1; then
5203 echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
5204 fi
5205
5206 if test "$wxUSE_LOGGUI" = yes; then
5207 echo "$ac_t""yes" 1>&6
5208 else
5209 echo "$ac_t""no" 1>&6
5210 fi
5211
5212
5213 echo $ac_n "checking for --enable-logwin""... $ac_c" 1>&6
5214echo "configure:5215: checking for --enable-logwin" >&5
5215 no_cache=0
5216 # Check whether --enable-logwin or --disable-logwin was given.
5217if test "${enable_logwin+set}" = set; then
5218 enableval="$enable_logwin"
5219
5220 if test "$enableval" = yes; then
5221 ac_cv_use_logwin='wxUSE_LOGWINDOW=yes'
5222 else
5223 ac_cv_use_logwin='wxUSE_LOGWINDOW=no'
5224 fi
5225
5226else
5227
5228 LINE=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
5229 if test "x$LINE" != x ; then
5230 eval "DEFAULT_$LINE"
5231 else
5232 no_cache=1
5233 fi
5234
5235 ac_cv_use_logwin='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW
5236
5237fi
5238
5239
5240 eval "$ac_cv_use_logwin"
5241 if test "$no_cache" != 1; then
5242 echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
5243 fi
5244
5245 if test "$wxUSE_LOGWINDOW" = yes; then
5246 echo "$ac_t""yes" 1>&6
5247 else
5248 echo "$ac_t""no" 1>&6
5249 fi
5250
5251
5252 echo $ac_n "checking for --enable-logdialog""... $ac_c" 1>&6
5253echo "configure:5254: checking for --enable-logdialog" >&5
5254 no_cache=0
5255 # Check whether --enable-logdialog or --disable-logdialog was given.
5256if test "${enable_logdialog+set}" = set; then
5257 enableval="$enable_logdialog"
5258
5259 if test "$enableval" = yes; then
5260 ac_cv_use_logdialog='wxUSE_LOGDIALOG=yes'
5261 else
5262 ac_cv_use_logdialog='wxUSE_LOGDIALOG=no'
5263 fi
5264
5265else
5266
5267 LINE=`grep "wxUSE_LOGDIALOG" ${wx_arg_cache_file}`
5268 if test "x$LINE" != x ; then
5269 eval "DEFAULT_$LINE"
5270 else
5271 no_cache=1
5272 fi
5273
5274 ac_cv_use_logdialog='wxUSE_LOGDIALOG='$DEFAULT_wxUSE_LOGDIALOG
5275
5276fi
5277
5278
5279 eval "$ac_cv_use_logdialog"
5280 if test "$no_cache" != 1; then
5281 echo $ac_cv_use_logdialog >> ${wx_arg_cache_file}.tmp
5282 fi
5283
5284 if test "$wxUSE_LOGDIALOG" = yes; then
5285 echo "$ac_t""yes" 1>&6
5286 else
5287 echo "$ac_t""no" 1>&6
5288 fi
5289
5290
5291
5292 echo $ac_n "checking for --enable-postscript""... $ac_c" 1>&6
5293echo "configure:5294: checking for --enable-postscript" >&5
5294 no_cache=0
5295 # Check whether --enable-postscript or --disable-postscript was given.
5296if test "${enable_postscript+set}" = set; then
5297 enableval="$enable_postscript"
5298
5299 if test "$enableval" = yes; then
5300 ac_cv_use_postscript='wxUSE_POSTSCRIPT=yes'
5301 else
5302 ac_cv_use_postscript='wxUSE_POSTSCRIPT=no'
5303 fi
5304
5305else
5306
5307 LINE=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
5308 if test "x$LINE" != x ; then
5309 eval "DEFAULT_$LINE"
5310 else
5311 no_cache=1
5312 fi
5313
5314 ac_cv_use_postscript='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
5315
5316fi
5317
5318
5319 eval "$ac_cv_use_postscript"
5320 if test "$no_cache" != 1; then
5321 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
5322 fi
5323
5324 if test "$wxUSE_POSTSCRIPT" = yes; then
5325 echo "$ac_t""yes" 1>&6
5326 else
5327 echo "$ac_t""no" 1>&6
5328 fi
5329
5330
5331
5332
5333
5334 echo $ac_n "checking for --enable-prologio""... $ac_c" 1>&6
5335echo "configure:5336: checking for --enable-prologio" >&5
5336 no_cache=0
5337 # Check whether --enable-prologio or --disable-prologio was given.
5338if test "${enable_prologio+set}" = set; then
5339 enableval="$enable_prologio"
5340
5341 if test "$enableval" = yes; then
5342 ac_cv_use_prologio='wxUSE_PROLOGIO=yes'
5343 else
5344 ac_cv_use_prologio='wxUSE_PROLOGIO=no'
5345 fi
5346
5347else
5348
5349 LINE=`grep "wxUSE_PROLOGIO" ${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_prologio='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
5357
5358fi
5359
5360
5361 eval "$ac_cv_use_prologio"
5362 if test "$no_cache" != 1; then
5363 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
5364 fi
5365
5366 if test "$wxUSE_PROLOGIO" = 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-resources""... $ac_c" 1>&6
5374echo "configure:5375: checking for --enable-resources" >&5
5375 no_cache=0
5376 # Check whether --enable-resources or --disable-resources was given.
5377if test "${enable_resources+set}" = set; then
5378 enableval="$enable_resources"
5379
5380 if test "$enableval" = yes; then
5381 ac_cv_use_resources='wxUSE_RESOURCES=yes'
5382 else
5383 ac_cv_use_resources='wxUSE_RESOURCES=no'
5384 fi
5385
5386else
5387
5388 LINE=`grep "wxUSE_RESOURCES" ${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_resources='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
5396
5397fi
5398
5399
5400 eval "$ac_cv_use_resources"
5401 if test "$no_cache" != 1; then
5402 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
5403 fi
5404
5405 if test "$wxUSE_RESOURCES" = yes; then
5406 echo "$ac_t""yes" 1>&6
5407 else
5408 echo "$ac_t""no" 1>&6
5409 fi
5410
5411
5412
5413 echo $ac_n "checking for --enable-xresources""... $ac_c" 1>&6
5414echo "configure:5415: checking for --enable-xresources" >&5
5415 no_cache=0
5416 # Check whether --enable-xresources or --disable-xresources was given.
5417if test "${enable_xresources+set}" = set; then
5418 enableval="$enable_xresources"
5419
5420 if test "$enableval" = yes; then
5421 ac_cv_use_xresources='wxUSE_X_RESOURCES=yes'
5422 else
5423 ac_cv_use_xresources='wxUSE_X_RESOURCES=no'
5424 fi
5425
5426else
5427
5428 LINE=`grep "wxUSE_X_RESOURCES" ${wx_arg_cache_file}`
5429 if test "x$LINE" != x ; then
5430 eval "DEFAULT_$LINE"
5431 else
5432 no_cache=1
5433 fi
5434
5435 ac_cv_use_xresources='wxUSE_X_RESOURCES='$DEFAULT_wxUSE_X_RESOURCES
5436
5437fi
5438
5439
5440 eval "$ac_cv_use_xresources"
5441 if test "$no_cache" != 1; then
5442 echo $ac_cv_use_xresources >> ${wx_arg_cache_file}.tmp
5443 fi
5444
5445 if test "$wxUSE_X_RESOURCES" = yes; then
5446 echo "$ac_t""yes" 1>&6
5447 else
5448 echo "$ac_t""no" 1>&6
5449 fi
5450
5451
5452
5453
5454 echo $ac_n "checking for --enable-clipboard""... $ac_c" 1>&6
5455echo "configure:5456: checking for --enable-clipboard" >&5
5456 no_cache=0
5457 # Check whether --enable-clipboard or --disable-clipboard was given.
5458if test "${enable_clipboard+set}" = set; then
5459 enableval="$enable_clipboard"
5460
5461 if test "$enableval" = yes; then
5462 ac_cv_use_clipboard='wxUSE_CLIPBOARD=yes'
5463 else
5464 ac_cv_use_clipboard='wxUSE_CLIPBOARD=no'
5465 fi
5466
5467else
5468
5469 LINE=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
5470 if test "x$LINE" != x ; then
5471 eval "DEFAULT_$LINE"
5472 else
5473 no_cache=1
5474 fi
5475
5476 ac_cv_use_clipboard='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
5477
5478fi
5479
5480
5481 eval "$ac_cv_use_clipboard"
5482 if test "$no_cache" != 1; then
5483 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
5484 fi
5485
5486 if test "$wxUSE_CLIPBOARD" = yes; then
5487 echo "$ac_t""yes" 1>&6
5488 else
5489 echo "$ac_t""no" 1>&6
5490 fi
5491
5492
5493 echo $ac_n "checking for --enable-dnd""... $ac_c" 1>&6
5494echo "configure:5495: checking for --enable-dnd" >&5
5495 no_cache=0
5496 # Check whether --enable-dnd or --disable-dnd was given.
5497if test "${enable_dnd+set}" = set; then
5498 enableval="$enable_dnd"
5499
5500 if test "$enableval" = yes; then
5501 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes'
5502 else
5503 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=no'
5504 fi
5505
5506else
5507
5508 LINE=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
5509 if test "x$LINE" != x ; then
5510 eval "DEFAULT_$LINE"
5511 else
5512 no_cache=1
5513 fi
5514
5515 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
5516
5517fi
5518
5519
5520 eval "$ac_cv_use_dnd"
5521 if test "$no_cache" != 1; then
5522 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
5523 fi
5524
5525 if test "$wxUSE_DRAG_AND_DROP" = yes; then
5526 echo "$ac_t""yes" 1>&6
5527 else
5528 echo "$ac_t""no" 1>&6
5529 fi
5530
5531
5532 echo $ac_n "checking for --enable-metafile""... $ac_c" 1>&6
5533echo "configure:5534: checking for --enable-metafile" >&5
5534 no_cache=0
5535 # Check whether --enable-metafile or --disable-metafile was given.
5536if test "${enable_metafile+set}" = set; then
5537 enableval="$enable_metafile"
5538
5539 if test "$enableval" = yes; then
5540 ac_cv_use_metafile='wxUSE_METAFILE=yes'
5541 else
5542 ac_cv_use_metafile='wxUSE_METAFILE=no'
5543 fi
5544
5545else
5546
5547 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
5548 if test "x$LINE" != x ; then
5549 eval "DEFAULT_$LINE"
5550 else
5551 no_cache=1
5552 fi
5553
5554 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
5555
5556fi
5557
5558
5559 eval "$ac_cv_use_metafile"
5560 if test "$no_cache" != 1; then
5561 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
5562 fi
5563
5564 if test "$wxUSE_METAFILE" = yes; then
5565 echo "$ac_t""yes" 1>&6
5566 else
5567 echo "$ac_t""no" 1>&6
5568 fi
5569
5570
5571
5572 echo $ac_n "checking for --enable-treelayout""... $ac_c" 1>&6
5573echo "configure:5574: checking for --enable-treelayout" >&5
5574 no_cache=0
5575 # Check whether --enable-treelayout or --disable-treelayout was given.
5576if test "${enable_treelayout+set}" = set; then
5577 enableval="$enable_treelayout"
5578
5579 if test "$enableval" = yes; then
5580 ac_cv_use_treelayout='wxUSE_TREELAYOUT=yes'
5581 else
5582 ac_cv_use_treelayout='wxUSE_TREELAYOUT=no'
5583 fi
5584
5585else
5586
5587 LINE=`grep "wxUSE_TREELAYOUT" ${wx_arg_cache_file}`
5588 if test "x$LINE" != x ; then
5589 eval "DEFAULT_$LINE"
5590 else
5591 no_cache=1
5592 fi
5593
5594 ac_cv_use_treelayout='wxUSE_TREELAYOUT='$DEFAULT_wxUSE_TREELAYOUT
5595
5596fi
5597
5598
5599 eval "$ac_cv_use_treelayout"
5600 if test "$no_cache" != 1; then
5601 echo $ac_cv_use_treelayout >> ${wx_arg_cache_file}.tmp
5602 fi
5603
5604 if test "$wxUSE_TREELAYOUT" = yes; then
5605 echo "$ac_t""yes" 1>&6
5606 else
5607 echo "$ac_t""no" 1>&6
5608 fi
5609
5610
5611
5612
5613 echo $ac_n "checking for --enable-controls""... $ac_c" 1>&6
5614echo "configure:5615: checking for --enable-controls" >&5
5615 no_cache=0
5616 # Check whether --enable-controls or --disable-controls was given.
5617if test "${enable_controls+set}" = set; then
5618 enableval="$enable_controls"
5619
5620 if test "$enableval" = yes; then
5621 ac_cv_use_controls='wxUSE_CONTROLS=yes'
5622 else
5623 ac_cv_use_controls='wxUSE_CONTROLS=no'
5624 fi
5625
5626else
5627
5628 LINE=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
5629 if test "x$LINE" != x ; then
5630 eval "DEFAULT_$LINE"
5631 else
5632 no_cache=1
5633 fi
5634
5635 ac_cv_use_controls='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
5636
5637fi
5638
5639
5640 eval "$ac_cv_use_controls"
5641 if test "$no_cache" != 1; then
5642 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
5643 fi
5644
5645 if test "$wxUSE_CONTROLS" = yes; then
5646 echo "$ac_t""yes" 1>&6
5647 else
5648 echo "$ac_t""no" 1>&6
5649 fi
5650
5651
5652if test "$wxUSE_CONTROLS" = "yes"; then
5653 DEFAULT_wxUSE_ACCEL=yes
5654 DEFAULT_wxUSE_BMPBUTTON=yes
5655 DEFAULT_wxUSE_BUTTON=yes
5656 DEFAULT_wxUSE_CALCTRL=no
5657 DEFAULT_wxUSE_CARET=yes
5658 DEFAULT_wxUSE_COMBOBOX=yes
5659 DEFAULT_wxUSE_CHECKBOX=yes
5660 DEFAULT_wxUSE_CHECKLISTBOX=yes
5661 DEFAULT_wxUSE_CHOICE=yes
5662 DEFAULT_wxUSE_GAUGE=yes
5663 DEFAULT_wxUSE_GRID=yes
5664 DEFAULT_wxUSE_NEW_GRID=yes
5665 DEFAULT_wxUSE_IMAGLIST=yes
5666 DEFAULT_wxUSE_LISTBOX=yes
5667 DEFAULT_wxUSE_LISTCTRL=yes
5668 DEFAULT_wxUSE_NOTEBOOK=yes
5669 DEFAULT_wxUSE_PROPSHEET=yes
5670 DEFAULT_wxUSE_RADIOBOX=yes
5671 DEFAULT_wxUSE_RADIOBTN=yes
5672 DEFAULT_wxUSE_SASH=yes
5673 DEFAULT_wxUSE_SCROLLBAR=yes
5674 DEFAULT_wxUSE_SLIDER=yes
5675 DEFAULT_wxUSE_SPINBTN=yes
5676 DEFAULT_wxUSE_SPINCTRL=yes
5677 DEFAULT_wxUSE_SPLITTER=yes
5678 DEFAULT_wxUSE_STATBMP=yes
5679 DEFAULT_wxUSE_STATBOX=yes
5680 DEFAULT_wxUSE_STATLINE=yes
5681 DEFAULT_wxUSE_STATUSBAR=yes
5682 DEFAULT_wxUSE_TAB_DIALOG=yes
5683 DEFAULT_wxUSE_TOGGLEBTN=yes
5684 DEFAULT_wxUSE_TOOLBAR=yes
5685 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
5686 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
5687 DEFAULT_wxUSE_TOOLTIPS=yes
5688 DEFAULT_wxUSE_TREECTRL=yes
5689 DEFAULT_wxUSE_POPUPWIN=yes
5690 DEFAULT_wxUSE_TIPWINDOW=yes
5691elif test "$wxUSE_CONTROLS" = "no"; then
5692 DEFAULT_wxUSE_ACCEL=no
5693 DEFAULT_wxUSE_BMPBUTTON=no
5694 DEFAULT_wxUSE_BUTTON=no
5695 DEFAULT_wxUSE_CALCTRL=no
5696 DEFAULT_wxUSE_CARET=no
5697 DEFAULT_wxUSE_COMBOBOX=no
5698 DEFAULT_wxUSE_CHECKBOX=no
5699 DEFAULT_wxUSE_CHECKLISTBOX=no
5700 DEFAULT_wxUSE_CHOICE=no
5701 DEFAULT_wxUSE_GAUGE=no
5702 DEFAULT_wxUSE_GRID=no
5703 DEFAULT_wxUSE_NEW_GRID=no
5704 DEFAULT_wxUSE_IMAGLIST=no
5705 DEFAULT_wxUSE_LISTBOX=no
5706 DEFAULT_wxUSE_LISTCTRL=no
5707 DEFAULT_wxUSE_NOTEBOOK=no
5708 DEFAULT_wxUSE_PROPSHEET=no
5709 DEFAULT_wxUSE_RADIOBOX=no
5710 DEFAULT_wxUSE_RADIOBTN=no
5711 DEFAULT_wxUSE_SASH=no
5712 DEFAULT_wxUSE_SCROLLBAR=no
5713 DEFAULT_wxUSE_SLIDER=no
5714 DEFAULT_wxUSE_SPINBTN=no
5715 DEFAULT_wxUSE_SPINCTRL=no
5716 DEFAULT_wxUSE_SPLITTER=no
5717 DEFAULT_wxUSE_STATBMP=no
5718 DEFAULT_wxUSE_STATBOX=no
5719 DEFAULT_wxUSE_STATLINE=no
5720 DEFAULT_wxUSE_STATUSBAR=no
5721 DEFAULT_wxUSE_TAB_DIALOG=no
5722 DEFAULT_wxUSE_TOGGLEBTN=no
5723 DEFAULT_wxUSE_TOOLBAR=no
5724 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
5725 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
5726 DEFAULT_wxUSE_TOOLTIPS=no
5727 DEFAULT_wxUSE_TREECTRL=no
5728 DEFAULT_wxUSE_POPUPWIN=no
5729 DEFAULT_wxUSE_TIPWINDOW=no
5730fi
5731
5732
5733 echo $ac_n "checking for --enable-accel""... $ac_c" 1>&6
5734echo "configure:5735: checking for --enable-accel" >&5
5735 no_cache=0
5736 # Check whether --enable-accel or --disable-accel was given.
5737if test "${enable_accel+set}" = set; then
5738 enableval="$enable_accel"
5739
5740 if test "$enableval" = yes; then
5741 ac_cv_use_accel='wxUSE_ACCEL=yes'
5742 else
5743 ac_cv_use_accel='wxUSE_ACCEL=no'
5744 fi
5745
5746else
5747
5748 LINE=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
5749 if test "x$LINE" != x ; then
5750 eval "DEFAULT_$LINE"
5751 else
5752 no_cache=1
5753 fi
5754
5755 ac_cv_use_accel='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
5756
5757fi
5758
5759
5760 eval "$ac_cv_use_accel"
5761 if test "$no_cache" != 1; then
5762 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
5763 fi
5764
5765 if test "$wxUSE_ACCEL" = yes; then
5766 echo "$ac_t""yes" 1>&6
5767 else
5768 echo "$ac_t""no" 1>&6
5769 fi
5770
5771
5772 echo $ac_n "checking for --enable-button""... $ac_c" 1>&6
5773echo "configure:5774: checking for --enable-button" >&5
5774 no_cache=0
5775 # Check whether --enable-button or --disable-button was given.
5776if test "${enable_button+set}" = set; then
5777 enableval="$enable_button"
5778
5779 if test "$enableval" = yes; then
5780 ac_cv_use_button='wxUSE_BUTTON=yes'
5781 else
5782 ac_cv_use_button='wxUSE_BUTTON=no'
5783 fi
5784
5785else
5786
5787 LINE=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
5788 if test "x$LINE" != x ; then
5789 eval "DEFAULT_$LINE"
5790 else
5791 no_cache=1
5792 fi
5793
5794 ac_cv_use_button='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON
5795
5796fi
5797
5798
5799 eval "$ac_cv_use_button"
5800 if test "$no_cache" != 1; then
5801 echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
5802 fi
5803
5804 if test "$wxUSE_BUTTON" = yes; then
5805 echo "$ac_t""yes" 1>&6
5806 else
5807 echo "$ac_t""no" 1>&6
5808 fi
5809
5810
5811 echo $ac_n "checking for --enable-bmpbutton""... $ac_c" 1>&6
5812echo "configure:5813: checking for --enable-bmpbutton" >&5
5813 no_cache=0
5814 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
5815if test "${enable_bmpbutton+set}" = set; then
5816 enableval="$enable_bmpbutton"
5817
5818 if test "$enableval" = yes; then
5819 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes'
5820 else
5821 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
5822 fi
5823
5824else
5825
5826 LINE=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
5827 if test "x$LINE" != x ; then
5828 eval "DEFAULT_$LINE"
5829 else
5830 no_cache=1
5831 fi
5832
5833 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
5834
5835fi
5836
5837
5838 eval "$ac_cv_use_bmpbutton"
5839 if test "$no_cache" != 1; then
5840 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
5841 fi
5842
5843 if test "$wxUSE_BMPBUTTON" = yes; then
5844 echo "$ac_t""yes" 1>&6
5845 else
5846 echo "$ac_t""no" 1>&6
5847 fi
5848
5849
5850 echo $ac_n "checking for --enable-calendar""... $ac_c" 1>&6
5851echo "configure:5852: checking for --enable-calendar" >&5
5852 no_cache=0
5853 # Check whether --enable-calendar or --disable-calendar was given.
5854if test "${enable_calendar+set}" = set; then
5855 enableval="$enable_calendar"
5856
5857 if test "$enableval" = yes; then
5858 ac_cv_use_calendar='wxUSE_CALCTRL=yes'
5859 else
5860 ac_cv_use_calendar='wxUSE_CALCTRL=no'
5861 fi
5862
5863else
5864
5865 LINE=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
5866 if test "x$LINE" != x ; then
5867 eval "DEFAULT_$LINE"
5868 else
5869 no_cache=1
5870 fi
5871
5872 ac_cv_use_calendar='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL
5873
5874fi
5875
5876
5877 eval "$ac_cv_use_calendar"
5878 if test "$no_cache" != 1; then
5879 echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
5880 fi
5881
5882 if test "$wxUSE_CALCTRL" = yes; then
5883 echo "$ac_t""yes" 1>&6
5884 else
5885 echo "$ac_t""no" 1>&6
5886 fi
5887
5888
5889 echo $ac_n "checking for --enable-caret""... $ac_c" 1>&6
5890echo "configure:5891: checking for --enable-caret" >&5
5891 no_cache=0
5892 # Check whether --enable-caret or --disable-caret was given.
5893if test "${enable_caret+set}" = set; then
5894 enableval="$enable_caret"
5895
5896 if test "$enableval" = yes; then
5897 ac_cv_use_caret='wxUSE_CARET=yes'
5898 else
5899 ac_cv_use_caret='wxUSE_CARET=no'
5900 fi
5901
5902else
5903
5904 LINE=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
5905 if test "x$LINE" != x ; then
5906 eval "DEFAULT_$LINE"
5907 else
5908 no_cache=1
5909 fi
5910
5911 ac_cv_use_caret='wxUSE_CARET='$DEFAULT_wxUSE_CARET
5912
5913fi
5914
5915
5916 eval "$ac_cv_use_caret"
5917 if test "$no_cache" != 1; then
5918 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
5919 fi
5920
5921 if test "$wxUSE_CARET" = yes; then
5922 echo "$ac_t""yes" 1>&6
5923 else
5924 echo "$ac_t""no" 1>&6
5925 fi
5926
5927
5928 echo $ac_n "checking for --enable-checkbox""... $ac_c" 1>&6
5929echo "configure:5930: checking for --enable-checkbox" >&5
5930 no_cache=0
5931 # Check whether --enable-checkbox or --disable-checkbox was given.
5932if test "${enable_checkbox+set}" = set; then
5933 enableval="$enable_checkbox"
5934
5935 if test "$enableval" = yes; then
5936 ac_cv_use_checkbox='wxUSE_CHECKBOX=yes'
5937 else
5938 ac_cv_use_checkbox='wxUSE_CHECKBOX=no'
5939 fi
5940
5941else
5942
5943 LINE=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
5944 if test "x$LINE" != x ; then
5945 eval "DEFAULT_$LINE"
5946 else
5947 no_cache=1
5948 fi
5949
5950 ac_cv_use_checkbox='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
5951
5952fi
5953
5954
5955 eval "$ac_cv_use_checkbox"
5956 if test "$no_cache" != 1; then
5957 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
5958 fi
5959
5960 if test "$wxUSE_CHECKBOX" = yes; then
5961 echo "$ac_t""yes" 1>&6
5962 else
5963 echo "$ac_t""no" 1>&6
5964 fi
5965
5966
5967 echo $ac_n "checking for --enable-checklst""... $ac_c" 1>&6
5968echo "configure:5969: checking for --enable-checklst" >&5
5969 no_cache=0
5970 # Check whether --enable-checklst or --disable-checklst was given.
5971if test "${enable_checklst+set}" = set; then
5972 enableval="$enable_checklst"
5973
5974 if test "$enableval" = yes; then
5975 ac_cv_use_checklst='wxUSE_CHECKLST=yes'
5976 else
5977 ac_cv_use_checklst='wxUSE_CHECKLST=no'
5978 fi
5979
5980else
5981
5982 LINE=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
5983 if test "x$LINE" != x ; then
5984 eval "DEFAULT_$LINE"
5985 else
5986 no_cache=1
5987 fi
5988
5989 ac_cv_use_checklst='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
5990
5991fi
5992
5993
5994 eval "$ac_cv_use_checklst"
5995 if test "$no_cache" != 1; then
5996 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
5997 fi
5998
5999 if test "$wxUSE_CHECKLST" = yes; then
6000 echo "$ac_t""yes" 1>&6
6001 else
6002 echo "$ac_t""no" 1>&6
6003 fi
6004
6005
6006 echo $ac_n "checking for --enable-choice""... $ac_c" 1>&6
6007echo "configure:6008: checking for --enable-choice" >&5
6008 no_cache=0
6009 # Check whether --enable-choice or --disable-choice was given.
6010if test "${enable_choice+set}" = set; then
6011 enableval="$enable_choice"
6012
6013 if test "$enableval" = yes; then
6014 ac_cv_use_choice='wxUSE_CHOICE=yes'
6015 else
6016 ac_cv_use_choice='wxUSE_CHOICE=no'
6017 fi
6018
6019else
6020
6021 LINE=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
6022 if test "x$LINE" != x ; then
6023 eval "DEFAULT_$LINE"
6024 else
6025 no_cache=1
6026 fi
6027
6028 ac_cv_use_choice='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
6029
6030fi
6031
6032
6033 eval "$ac_cv_use_choice"
6034 if test "$no_cache" != 1; then
6035 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
6036 fi
6037
6038 if test "$wxUSE_CHOICE" = yes; then
6039 echo "$ac_t""yes" 1>&6
6040 else
6041 echo "$ac_t""no" 1>&6
6042 fi
6043
6044
6045 echo $ac_n "checking for --enable-combobox""... $ac_c" 1>&6
6046echo "configure:6047: checking for --enable-combobox" >&5
6047 no_cache=0
6048 # Check whether --enable-combobox or --disable-combobox was given.
6049if test "${enable_combobox+set}" = set; then
6050 enableval="$enable_combobox"
6051
6052 if test "$enableval" = yes; then
6053 ac_cv_use_combobox='wxUSE_COMBOBOX=yes'
6054 else
6055 ac_cv_use_combobox='wxUSE_COMBOBOX=no'
6056 fi
6057
6058else
6059
6060 LINE=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
6061 if test "x$LINE" != x ; then
6062 eval "DEFAULT_$LINE"
6063 else
6064 no_cache=1
6065 fi
6066
6067 ac_cv_use_combobox='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
6068
6069fi
6070
6071
6072 eval "$ac_cv_use_combobox"
6073 if test "$no_cache" != 1; then
6074 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
6075 fi
6076
6077 if test "$wxUSE_COMBOBOX" = yes; then
6078 echo "$ac_t""yes" 1>&6
6079 else
6080 echo "$ac_t""no" 1>&6
6081 fi
6082
6083
6084 echo $ac_n "checking for --enable-gauge""... $ac_c" 1>&6
6085echo "configure:6086: checking for --enable-gauge" >&5
6086 no_cache=0
6087 # Check whether --enable-gauge or --disable-gauge was given.
6088if test "${enable_gauge+set}" = set; then
6089 enableval="$enable_gauge"
6090
6091 if test "$enableval" = yes; then
6092 ac_cv_use_gauge='wxUSE_GAUGE=yes'
6093 else
6094 ac_cv_use_gauge='wxUSE_GAUGE=no'
6095 fi
6096
6097else
6098
6099 LINE=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
6100 if test "x$LINE" != x ; then
6101 eval "DEFAULT_$LINE"
6102 else
6103 no_cache=1
6104 fi
6105
6106 ac_cv_use_gauge='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
6107
6108fi
6109
6110
6111 eval "$ac_cv_use_gauge"
6112 if test "$no_cache" != 1; then
6113 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
6114 fi
6115
6116 if test "$wxUSE_GAUGE" = yes; then
6117 echo "$ac_t""yes" 1>&6
6118 else
6119 echo "$ac_t""no" 1>&6
6120 fi
6121
6122
6123 echo $ac_n "checking for --enable-grid""... $ac_c" 1>&6
6124echo "configure:6125: checking for --enable-grid" >&5
6125 no_cache=0
6126 # Check whether --enable-grid or --disable-grid was given.
6127if test "${enable_grid+set}" = set; then
6128 enableval="$enable_grid"
6129
6130 if test "$enableval" = yes; then
6131 ac_cv_use_grid='wxUSE_GRID=yes'
6132 else
6133 ac_cv_use_grid='wxUSE_GRID=no'
6134 fi
6135
6136else
6137
6138 LINE=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
6139 if test "x$LINE" != x ; then
6140 eval "DEFAULT_$LINE"
6141 else
6142 no_cache=1
6143 fi
6144
6145 ac_cv_use_grid='wxUSE_GRID='$DEFAULT_wxUSE_GRID
6146
6147fi
6148
6149
6150 eval "$ac_cv_use_grid"
6151 if test "$no_cache" != 1; then
6152 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
6153 fi
6154
6155 if test "$wxUSE_GRID" = yes; then
6156 echo "$ac_t""yes" 1>&6
6157 else
6158 echo "$ac_t""no" 1>&6
6159 fi
6160
6161
6162 echo $ac_n "checking for --enable-newgrid""... $ac_c" 1>&6
6163echo "configure:6164: checking for --enable-newgrid" >&5
6164 no_cache=0
6165 # Check whether --enable-newgrid or --disable-newgrid was given.
6166if test "${enable_newgrid+set}" = set; then
6167 enableval="$enable_newgrid"
6168
6169 if test "$enableval" = yes; then
6170 ac_cv_use_newgrid='wxUSE_NEW_GRID=yes'
6171 else
6172 ac_cv_use_newgrid='wxUSE_NEW_GRID=no'
6173 fi
6174
6175else
6176
6177 LINE=`grep "wxUSE_NEW_GRID" ${wx_arg_cache_file}`
6178 if test "x$LINE" != x ; then
6179 eval "DEFAULT_$LINE"
6180 else
6181 no_cache=1
6182 fi
6183
6184 ac_cv_use_newgrid='wxUSE_NEW_GRID='$DEFAULT_wxUSE_NEW_GRID
6185
6186fi
6187
6188
6189 eval "$ac_cv_use_newgrid"
6190 if test "$no_cache" != 1; then
6191 echo $ac_cv_use_newgrid >> ${wx_arg_cache_file}.tmp
6192 fi
6193
6194 if test "$wxUSE_NEW_GRID" = yes; then
6195 echo "$ac_t""yes" 1>&6
6196 else
6197 echo "$ac_t""no" 1>&6
6198 fi
6199
6200
6201 echo $ac_n "checking for --enable-imaglist""... $ac_c" 1>&6
6202echo "configure:6203: checking for --enable-imaglist" >&5
6203 no_cache=0
6204 # Check whether --enable-imaglist or --disable-imaglist was given.
6205if test "${enable_imaglist+set}" = set; then
6206 enableval="$enable_imaglist"
6207
6208 if test "$enableval" = yes; then
6209 ac_cv_use_imaglist='wxUSE_IMAGLIST=yes'
6210 else
6211 ac_cv_use_imaglist='wxUSE_IMAGLIST=no'
6212 fi
6213
6214else
6215
6216 LINE=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
6217 if test "x$LINE" != x ; then
6218 eval "DEFAULT_$LINE"
6219 else
6220 no_cache=1
6221 fi
6222
6223 ac_cv_use_imaglist='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
6224
6225fi
6226
6227
6228 eval "$ac_cv_use_imaglist"
6229 if test "$no_cache" != 1; then
6230 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
6231 fi
6232
6233 if test "$wxUSE_IMAGLIST" = yes; then
6234 echo "$ac_t""yes" 1>&6
6235 else
6236 echo "$ac_t""no" 1>&6
6237 fi
6238
6239
6240 echo $ac_n "checking for --enable-listbox""... $ac_c" 1>&6
6241echo "configure:6242: checking for --enable-listbox" >&5
6242 no_cache=0
6243 # Check whether --enable-listbox or --disable-listbox was given.
6244if test "${enable_listbox+set}" = set; then
6245 enableval="$enable_listbox"
6246
6247 if test "$enableval" = yes; then
6248 ac_cv_use_listbox='wxUSE_LISTBOX=yes'
6249 else
6250 ac_cv_use_listbox='wxUSE_LISTBOX=no'
6251 fi
6252
6253else
6254
6255 LINE=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
6256 if test "x$LINE" != x ; then
6257 eval "DEFAULT_$LINE"
6258 else
6259 no_cache=1
6260 fi
6261
6262 ac_cv_use_listbox='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
6263
6264fi
6265
6266
6267 eval "$ac_cv_use_listbox"
6268 if test "$no_cache" != 1; then
6269 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
6270 fi
6271
6272 if test "$wxUSE_LISTBOX" = yes; then
6273 echo "$ac_t""yes" 1>&6
6274 else
6275 echo "$ac_t""no" 1>&6
6276 fi
6277
6278
6279 echo $ac_n "checking for --enable-listctrl""... $ac_c" 1>&6
6280echo "configure:6281: checking for --enable-listctrl" >&5
6281 no_cache=0
6282 # Check whether --enable-listctrl or --disable-listctrl was given.
6283if test "${enable_listctrl+set}" = set; then
6284 enableval="$enable_listctrl"
6285
6286 if test "$enableval" = yes; then
6287 ac_cv_use_listctrl='wxUSE_LISTCTRL=yes'
6288 else
6289 ac_cv_use_listctrl='wxUSE_LISTCTRL=no'
6290 fi
6291
6292else
6293
6294 LINE=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
6295 if test "x$LINE" != x ; then
6296 eval "DEFAULT_$LINE"
6297 else
6298 no_cache=1
6299 fi
6300
6301 ac_cv_use_listctrl='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
6302
6303fi
6304
6305
6306 eval "$ac_cv_use_listctrl"
6307 if test "$no_cache" != 1; then
6308 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
6309 fi
6310
6311 if test "$wxUSE_LISTCTRL" = yes; then
6312 echo "$ac_t""yes" 1>&6
6313 else
6314 echo "$ac_t""no" 1>&6
6315 fi
6316
6317
6318 echo $ac_n "checking for --enable-notebook""... $ac_c" 1>&6
6319echo "configure:6320: checking for --enable-notebook" >&5
6320 no_cache=0
6321 # Check whether --enable-notebook or --disable-notebook was given.
6322if test "${enable_notebook+set}" = set; then
6323 enableval="$enable_notebook"
6324
6325 if test "$enableval" = yes; then
6326 ac_cv_use_notebook='wxUSE_NOTEBOOK=yes'
6327 else
6328 ac_cv_use_notebook='wxUSE_NOTEBOOK=no'
6329 fi
6330
6331else
6332
6333 LINE=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
6334 if test "x$LINE" != x ; then
6335 eval "DEFAULT_$LINE"
6336 else
6337 no_cache=1
6338 fi
6339
6340 ac_cv_use_notebook='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
6341
6342fi
6343
6344
6345 eval "$ac_cv_use_notebook"
6346 if test "$no_cache" != 1; then
6347 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
6348 fi
6349
6350 if test "$wxUSE_NOTEBOOK" = yes; then
6351 echo "$ac_t""yes" 1>&6
6352 else
6353 echo "$ac_t""no" 1>&6
6354 fi
6355
6356
6357 echo $ac_n "checking for --enable-propsheet""... $ac_c" 1>&6
6358echo "configure:6359: checking for --enable-propsheet" >&5
6359 no_cache=0
6360 # Check whether --enable-propsheet or --disable-propsheet was given.
6361if test "${enable_propsheet+set}" = set; then
6362 enableval="$enable_propsheet"
6363
6364 if test "$enableval" = yes; then
6365 ac_cv_use_propsheet='wxUSE_PROPSHEET=yes'
6366 else
6367 ac_cv_use_propsheet='wxUSE_PROPSHEET=no'
6368 fi
6369
6370else
6371
6372 LINE=`grep "wxUSE_PROPSHEET" ${wx_arg_cache_file}`
6373 if test "x$LINE" != x ; then
6374 eval "DEFAULT_$LINE"
6375 else
6376 no_cache=1
6377 fi
6378
6379 ac_cv_use_propsheet='wxUSE_PROPSHEET='$DEFAULT_wxUSE_PROPSHEET
6380
6381fi
6382
6383
6384 eval "$ac_cv_use_propsheet"
6385 if test "$no_cache" != 1; then
6386 echo $ac_cv_use_propsheet >> ${wx_arg_cache_file}.tmp
6387 fi
6388
6389 if test "$wxUSE_PROPSHEET" = yes; then
6390 echo "$ac_t""yes" 1>&6
6391 else
6392 echo "$ac_t""no" 1>&6
6393 fi
6394
6395
6396 echo $ac_n "checking for --enable-radiobox""... $ac_c" 1>&6
6397echo "configure:6398: checking for --enable-radiobox" >&5
6398 no_cache=0
6399 # Check whether --enable-radiobox or --disable-radiobox was given.
6400if test "${enable_radiobox+set}" = set; then
6401 enableval="$enable_radiobox"
6402
6403 if test "$enableval" = yes; then
6404 ac_cv_use_radiobox='wxUSE_RADIOBOX=yes'
6405 else
6406 ac_cv_use_radiobox='wxUSE_RADIOBOX=no'
6407 fi
6408
6409else
6410
6411 LINE=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
6412 if test "x$LINE" != x ; then
6413 eval "DEFAULT_$LINE"
6414 else
6415 no_cache=1
6416 fi
6417
6418 ac_cv_use_radiobox='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
6419
6420fi
6421
6422
6423 eval "$ac_cv_use_radiobox"
6424 if test "$no_cache" != 1; then
6425 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
6426 fi
6427
6428 if test "$wxUSE_RADIOBOX" = yes; then
6429 echo "$ac_t""yes" 1>&6
6430 else
6431 echo "$ac_t""no" 1>&6
6432 fi
6433
6434
6435 echo $ac_n "checking for --enable-radiobtn""... $ac_c" 1>&6
6436echo "configure:6437: checking for --enable-radiobtn" >&5
6437 no_cache=0
6438 # Check whether --enable-radiobtn or --disable-radiobtn was given.
6439if test "${enable_radiobtn+set}" = set; then
6440 enableval="$enable_radiobtn"
6441
6442 if test "$enableval" = yes; then
6443 ac_cv_use_radiobtn='wxUSE_RADIOBTN=yes'
6444 else
6445 ac_cv_use_radiobtn='wxUSE_RADIOBTN=no'
6446 fi
6447
6448else
6449
6450 LINE=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
6451 if test "x$LINE" != x ; then
6452 eval "DEFAULT_$LINE"
6453 else
6454 no_cache=1
6455 fi
6456
6457 ac_cv_use_radiobtn='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
6458
6459fi
6460
6461
6462 eval "$ac_cv_use_radiobtn"
6463 if test "$no_cache" != 1; then
6464 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
6465 fi
6466
6467 if test "$wxUSE_RADIOBTN" = yes; then
6468 echo "$ac_t""yes" 1>&6
6469 else
6470 echo "$ac_t""no" 1>&6
6471 fi
6472
6473
6474 echo $ac_n "checking for --enable-sash""... $ac_c" 1>&6
6475echo "configure:6476: checking for --enable-sash" >&5
6476 no_cache=0
6477 # Check whether --enable-sash or --disable-sash was given.
6478if test "${enable_sash+set}" = set; then
6479 enableval="$enable_sash"
6480
6481 if test "$enableval" = yes; then
6482 ac_cv_use_sash='wxUSE_SASH=yes'
6483 else
6484 ac_cv_use_sash='wxUSE_SASH=no'
6485 fi
6486
6487else
6488
6489 LINE=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
6490 if test "x$LINE" != x ; then
6491 eval "DEFAULT_$LINE"
6492 else
6493 no_cache=1
6494 fi
6495
6496 ac_cv_use_sash='wxUSE_SASH='$DEFAULT_wxUSE_SASH
6497
6498fi
6499
6500
6501 eval "$ac_cv_use_sash"
6502 if test "$no_cache" != 1; then
6503 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
6504 fi
6505
6506 if test "$wxUSE_SASH" = yes; then
6507 echo "$ac_t""yes" 1>&6
6508 else
6509 echo "$ac_t""no" 1>&6
6510 fi
6511
6512
6513 echo $ac_n "checking for --enable-scrollbar""... $ac_c" 1>&6
6514echo "configure:6515: checking for --enable-scrollbar" >&5
6515 no_cache=0
6516 # Check whether --enable-scrollbar or --disable-scrollbar was given.
6517if test "${enable_scrollbar+set}" = set; then
6518 enableval="$enable_scrollbar"
6519
6520 if test "$enableval" = yes; then
6521 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=yes'
6522 else
6523 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=no'
6524 fi
6525
6526else
6527
6528 LINE=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
6529 if test "x$LINE" != x ; then
6530 eval "DEFAULT_$LINE"
6531 else
6532 no_cache=1
6533 fi
6534
6535 ac_cv_use_scrollbar='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
6536
6537fi
6538
6539
6540 eval "$ac_cv_use_scrollbar"
6541 if test "$no_cache" != 1; then
6542 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
6543 fi
6544
6545 if test "$wxUSE_SCROLLBAR" = yes; then
6546 echo "$ac_t""yes" 1>&6
6547 else
6548 echo "$ac_t""no" 1>&6
6549 fi
6550
6551
6552 echo $ac_n "checking for --enable-slider""... $ac_c" 1>&6
6553echo "configure:6554: checking for --enable-slider" >&5
6554 no_cache=0
6555 # Check whether --enable-slider or --disable-slider was given.
6556if test "${enable_slider+set}" = set; then
6557 enableval="$enable_slider"
6558
6559 if test "$enableval" = yes; then
6560 ac_cv_use_slider='wxUSE_SLIDER=yes'
6561 else
6562 ac_cv_use_slider='wxUSE_SLIDER=no'
6563 fi
6564
6565else
6566
6567 LINE=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
6568 if test "x$LINE" != x ; then
6569 eval "DEFAULT_$LINE"
6570 else
6571 no_cache=1
6572 fi
6573
6574 ac_cv_use_slider='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
6575
6576fi
6577
6578
6579 eval "$ac_cv_use_slider"
6580 if test "$no_cache" != 1; then
6581 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
6582 fi
6583
6584 if test "$wxUSE_SLIDER" = yes; then
6585 echo "$ac_t""yes" 1>&6
6586 else
6587 echo "$ac_t""no" 1>&6
6588 fi
6589
6590
6591 echo $ac_n "checking for --enable-spinbtn""... $ac_c" 1>&6
6592echo "configure:6593: checking for --enable-spinbtn" >&5
6593 no_cache=0
6594 # Check whether --enable-spinbtn or --disable-spinbtn was given.
6595if test "${enable_spinbtn+set}" = set; then
6596 enableval="$enable_spinbtn"
6597
6598 if test "$enableval" = yes; then
6599 ac_cv_use_spinbtn='wxUSE_SPINBTN=yes'
6600 else
6601 ac_cv_use_spinbtn='wxUSE_SPINBTN=no'
6602 fi
6603
6604else
6605
6606 LINE=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
6607 if test "x$LINE" != x ; then
6608 eval "DEFAULT_$LINE"
6609 else
6610 no_cache=1
6611 fi
6612
6613 ac_cv_use_spinbtn='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
6614
6615fi
6616
6617
6618 eval "$ac_cv_use_spinbtn"
6619 if test "$no_cache" != 1; then
6620 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
6621 fi
6622
6623 if test "$wxUSE_SPINBTN" = yes; then
6624 echo "$ac_t""yes" 1>&6
6625 else
6626 echo "$ac_t""no" 1>&6
6627 fi
6628
6629
6630 echo $ac_n "checking for --enable-spinctrl""... $ac_c" 1>&6
6631echo "configure:6632: checking for --enable-spinctrl" >&5
6632 no_cache=0
6633 # Check whether --enable-spinctrl or --disable-spinctrl was given.
6634if test "${enable_spinctrl+set}" = set; then
6635 enableval="$enable_spinctrl"
6636
6637 if test "$enableval" = yes; then
6638 ac_cv_use_spinctrl='wxUSE_SPINCTRL=yes'
6639 else
6640 ac_cv_use_spinctrl='wxUSE_SPINCTRL=no'
6641 fi
6642
6643else
6644
6645 LINE=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
6646 if test "x$LINE" != x ; then
6647 eval "DEFAULT_$LINE"
6648 else
6649 no_cache=1
6650 fi
6651
6652 ac_cv_use_spinctrl='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
6653
6654fi
6655
6656
6657 eval "$ac_cv_use_spinctrl"
6658 if test "$no_cache" != 1; then
6659 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
6660 fi
6661
6662 if test "$wxUSE_SPINCTRL" = yes; then
6663 echo "$ac_t""yes" 1>&6
6664 else
6665 echo "$ac_t""no" 1>&6
6666 fi
6667
6668
6669 echo $ac_n "checking for --enable-splitter""... $ac_c" 1>&6
6670echo "configure:6671: checking for --enable-splitter" >&5
6671 no_cache=0
6672 # Check whether --enable-splitter or --disable-splitter was given.
6673if test "${enable_splitter+set}" = set; then
6674 enableval="$enable_splitter"
6675
6676 if test "$enableval" = yes; then
6677 ac_cv_use_splitter='wxUSE_SPLITTER=yes'
6678 else
6679 ac_cv_use_splitter='wxUSE_SPLITTER=no'
6680 fi
6681
6682else
6683
6684 LINE=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
6685 if test "x$LINE" != x ; then
6686 eval "DEFAULT_$LINE"
6687 else
6688 no_cache=1
6689 fi
6690
6691 ac_cv_use_splitter='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
6692
6693fi
6694
6695
6696 eval "$ac_cv_use_splitter"
6697 if test "$no_cache" != 1; then
6698 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
6699 fi
6700
6701 if test "$wxUSE_SPLITTER" = yes; then
6702 echo "$ac_t""yes" 1>&6
6703 else
6704 echo "$ac_t""no" 1>&6
6705 fi
6706
6707
6708 echo $ac_n "checking for --enable-statbmp""... $ac_c" 1>&6
6709echo "configure:6710: checking for --enable-statbmp" >&5
6710 no_cache=0
6711 # Check whether --enable-statbmp or --disable-statbmp was given.
6712if test "${enable_statbmp+set}" = set; then
6713 enableval="$enable_statbmp"
6714
6715 if test "$enableval" = yes; then
6716 ac_cv_use_statbmp='wxUSE_STATBMP=yes'
6717 else
6718 ac_cv_use_statbmp='wxUSE_STATBMP=no'
6719 fi
6720
6721else
6722
6723 LINE=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
6724 if test "x$LINE" != x ; then
6725 eval "DEFAULT_$LINE"
6726 else
6727 no_cache=1
6728 fi
6729
6730 ac_cv_use_statbmp='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
6731
6732fi
6733
6734
6735 eval "$ac_cv_use_statbmp"
6736 if test "$no_cache" != 1; then
6737 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
6738 fi
6739
6740 if test "$wxUSE_STATBMP" = yes; then
6741 echo "$ac_t""yes" 1>&6
6742 else
6743 echo "$ac_t""no" 1>&6
6744 fi
6745
6746
6747 echo $ac_n "checking for --enable-statbox""... $ac_c" 1>&6
6748echo "configure:6749: checking for --enable-statbox" >&5
6749 no_cache=0
6750 # Check whether --enable-statbox or --disable-statbox was given.
6751if test "${enable_statbox+set}" = set; then
6752 enableval="$enable_statbox"
6753
6754 if test "$enableval" = yes; then
6755 ac_cv_use_statbox='wxUSE_STATBOX=yes'
6756 else
6757 ac_cv_use_statbox='wxUSE_STATBOX=no'
6758 fi
6759
6760else
6761
6762 LINE=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
6763 if test "x$LINE" != x ; then
6764 eval "DEFAULT_$LINE"
6765 else
6766 no_cache=1
6767 fi
6768
6769 ac_cv_use_statbox='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
6770
6771fi
6772
6773
6774 eval "$ac_cv_use_statbox"
6775 if test "$no_cache" != 1; then
6776 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
6777 fi
6778
6779 if test "$wxUSE_STATBOX" = yes; then
6780 echo "$ac_t""yes" 1>&6
6781 else
6782 echo "$ac_t""no" 1>&6
6783 fi
6784
6785
6786 echo $ac_n "checking for --enable-statline""... $ac_c" 1>&6
6787echo "configure:6788: checking for --enable-statline" >&5
6788 no_cache=0
6789 # Check whether --enable-statline or --disable-statline was given.
6790if test "${enable_statline+set}" = set; then
6791 enableval="$enable_statline"
6792
6793 if test "$enableval" = yes; then
6794 ac_cv_use_statline='wxUSE_STATLINE=yes'
6795 else
6796 ac_cv_use_statline='wxUSE_STATLINE=no'
6797 fi
6798
6799else
6800
6801 LINE=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
6802 if test "x$LINE" != x ; then
6803 eval "DEFAULT_$LINE"
6804 else
6805 no_cache=1
6806 fi
6807
6808 ac_cv_use_statline='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
6809
6810fi
6811
6812
6813 eval "$ac_cv_use_statline"
6814 if test "$no_cache" != 1; then
6815 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
6816 fi
6817
6818 if test "$wxUSE_STATLINE" = yes; then
6819 echo "$ac_t""yes" 1>&6
6820 else
6821 echo "$ac_t""no" 1>&6
6822 fi
6823
6824
6825 echo $ac_n "checking for --enable-stattext""... $ac_c" 1>&6
6826echo "configure:6827: checking for --enable-stattext" >&5
6827 no_cache=0
6828 # Check whether --enable-stattext or --disable-stattext was given.
6829if test "${enable_stattext+set}" = set; then
6830 enableval="$enable_stattext"
6831
6832 if test "$enableval" = yes; then
6833 ac_cv_use_stattext='wxUSE_STATTEXT=yes'
6834 else
6835 ac_cv_use_stattext='wxUSE_STATTEXT=no'
6836 fi
6837
6838else
6839
6840 LINE=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}`
6841 if test "x$LINE" != x ; then
6842 eval "DEFAULT_$LINE"
6843 else
6844 no_cache=1
6845 fi
6846
6847 ac_cv_use_stattext='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT
6848
6849fi
6850
6851
6852 eval "$ac_cv_use_stattext"
6853 if test "$no_cache" != 1; then
6854 echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
6855 fi
6856
6857 if test "$wxUSE_STATTEXT" = yes; then
6858 echo "$ac_t""yes" 1>&6
6859 else
6860 echo "$ac_t""no" 1>&6
6861 fi
6862
6863
6864 echo $ac_n "checking for --enable-statusbar""... $ac_c" 1>&6
6865echo "configure:6866: checking for --enable-statusbar" >&5
6866 no_cache=0
6867 # Check whether --enable-statusbar or --disable-statusbar was given.
6868if test "${enable_statusbar+set}" = set; then
6869 enableval="$enable_statusbar"
6870
6871 if test "$enableval" = yes; then
6872 ac_cv_use_statusbar='wxUSE_STATUSBAR=yes'
6873 else
6874 ac_cv_use_statusbar='wxUSE_STATUSBAR=no'
6875 fi
6876
6877else
6878
6879 LINE=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
6880 if test "x$LINE" != x ; then
6881 eval "DEFAULT_$LINE"
6882 else
6883 no_cache=1
6884 fi
6885
6886 ac_cv_use_statusbar='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
6887
6888fi
6889
6890
6891 eval "$ac_cv_use_statusbar"
6892 if test "$no_cache" != 1; then
6893 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
6894 fi
6895
6896 if test "$wxUSE_STATUSBAR" = yes; then
6897 echo "$ac_t""yes" 1>&6
6898 else
6899 echo "$ac_t""no" 1>&6
6900 fi
6901
6902
6903 echo $ac_n "checking for --enable-tabdialog""... $ac_c" 1>&6
6904echo "configure:6905: checking for --enable-tabdialog" >&5
6905 no_cache=0
6906 # Check whether --enable-tabdialog or --disable-tabdialog was given.
6907if test "${enable_tabdialog+set}" = set; then
6908 enableval="$enable_tabdialog"
6909
6910 if test "$enableval" = yes; then
6911 ac_cv_use_tabdialog='wxUSE_TABDIALOG=yes'
6912 else
6913 ac_cv_use_tabdialog='wxUSE_TABDIALOG=no'
6914 fi
6915
6916else
6917
6918 LINE=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
6919 if test "x$LINE" != x ; then
6920 eval "DEFAULT_$LINE"
6921 else
6922 no_cache=1
6923 fi
6924
6925 ac_cv_use_tabdialog='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
6926
6927fi
6928
6929
6930 eval "$ac_cv_use_tabdialog"
6931 if test "$no_cache" != 1; then
6932 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
6933 fi
6934
6935 if test "$wxUSE_TABDIALOG" = yes; then
6936 echo "$ac_t""yes" 1>&6
6937 else
6938 echo "$ac_t""no" 1>&6
6939 fi
6940
6941
6942 echo $ac_n "checking for --enable-textctrl""... $ac_c" 1>&6
6943echo "configure:6944: checking for --enable-textctrl" >&5
6944 no_cache=0
6945 # Check whether --enable-textctrl or --disable-textctrl was given.
6946if test "${enable_textctrl+set}" = set; then
6947 enableval="$enable_textctrl"
6948
6949 if test "$enableval" = yes; then
6950 ac_cv_use_textctrl='wxUSE_TEXTCTRL=yes'
6951 else
6952 ac_cv_use_textctrl='wxUSE_TEXTCTRL=no'
6953 fi
6954
6955else
6956
6957 LINE=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
6958 if test "x$LINE" != x ; then
6959 eval "DEFAULT_$LINE"
6960 else
6961 no_cache=1
6962 fi
6963
6964 ac_cv_use_textctrl='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL
6965
6966fi
6967
6968
6969 eval "$ac_cv_use_textctrl"
6970 if test "$no_cache" != 1; then
6971 echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
6972 fi
6973
6974 if test "$wxUSE_TEXTCTRL" = yes; then
6975 echo "$ac_t""yes" 1>&6
6976 else
6977 echo "$ac_t""no" 1>&6
6978 fi
6979
6980
6981 echo $ac_n "checking for --enable-togglebtn""... $ac_c" 1>&6
6982echo "configure:6983: checking for --enable-togglebtn" >&5
6983 no_cache=0
6984 # Check whether --enable-togglebtn or --disable-togglebtn was given.
6985if test "${enable_togglebtn+set}" = set; then
6986 enableval="$enable_togglebtn"
6987
6988 if test "$enableval" = yes; then
6989 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes'
6990 else
6991 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=no'
6992 fi
6993
6994else
6995
6996 LINE=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
6997 if test "x$LINE" != x ; then
6998 eval "DEFAULT_$LINE"
6999 else
7000 no_cache=1
7001 fi
7002
7003 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
7004
7005fi
7006
7007
7008 eval "$ac_cv_use_togglebtn"
7009 if test "$no_cache" != 1; then
7010 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
7011 fi
7012
7013 if test "$wxUSE_TOGGLEBTN" = yes; then
7014 echo "$ac_t""yes" 1>&6
7015 else
7016 echo "$ac_t""no" 1>&6
7017 fi
7018
7019
7020 echo $ac_n "checking for --enable-toolbar""... $ac_c" 1>&6
7021echo "configure:7022: checking for --enable-toolbar" >&5
7022 no_cache=0
7023 # Check whether --enable-toolbar or --disable-toolbar was given.
7024if test "${enable_toolbar+set}" = set; then
7025 enableval="$enable_toolbar"
7026
7027 if test "$enableval" = yes; then
7028 ac_cv_use_toolbar='wxUSE_TOOLBAR=yes'
7029 else
7030 ac_cv_use_toolbar='wxUSE_TOOLBAR=no'
7031 fi
7032
7033else
7034
7035 LINE=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
7036 if test "x$LINE" != x ; then
7037 eval "DEFAULT_$LINE"
7038 else
7039 no_cache=1
7040 fi
7041
7042 ac_cv_use_toolbar='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
7043
7044fi
7045
7046
7047 eval "$ac_cv_use_toolbar"
7048 if test "$no_cache" != 1; then
7049 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
7050 fi
7051
7052 if test "$wxUSE_TOOLBAR" = yes; then
7053 echo "$ac_t""yes" 1>&6
7054 else
7055 echo "$ac_t""no" 1>&6
7056 fi
7057
7058
7059 echo $ac_n "checking for --enable-tbarnative""... $ac_c" 1>&6
7060echo "configure:7061: checking for --enable-tbarnative" >&5
7061 no_cache=0
7062 # Check whether --enable-tbarnative or --disable-tbarnative was given.
7063if test "${enable_tbarnative+set}" = set; then
7064 enableval="$enable_tbarnative"
7065
7066 if test "$enableval" = yes; then
7067 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes'
7068 else
7069 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no'
7070 fi
7071
7072else
7073
7074 LINE=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
7075 if test "x$LINE" != x ; then
7076 eval "DEFAULT_$LINE"
7077 else
7078 no_cache=1
7079 fi
7080
7081 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
7082
7083fi
7084
7085
7086 eval "$ac_cv_use_tbarnative"
7087 if test "$no_cache" != 1; then
7088 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
7089 fi
7090
7091 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
7092 echo "$ac_t""yes" 1>&6
7093 else
7094 echo "$ac_t""no" 1>&6
7095 fi
7096
7097
7098 echo $ac_n "checking for --enable-tbarsmpl""... $ac_c" 1>&6
7099echo "configure:7100: checking for --enable-tbarsmpl" >&5
7100 no_cache=0
7101 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
7102if test "${enable_tbarsmpl+set}" = set; then
7103 enableval="$enable_tbarsmpl"
7104
7105 if test "$enableval" = yes; then
7106 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=yes'
7107 else
7108 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=no'
7109 fi
7110
7111else
7112
7113 LINE=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
7114 if test "x$LINE" != x ; then
7115 eval "DEFAULT_$LINE"
7116 else
7117 no_cache=1
7118 fi
7119
7120 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
7121
7122fi
7123
7124
7125 eval "$ac_cv_use_tbarsmpl"
7126 if test "$no_cache" != 1; then
7127 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
7128 fi
7129
7130 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
7131 echo "$ac_t""yes" 1>&6
7132 else
7133 echo "$ac_t""no" 1>&6
7134 fi
7135
7136
7137 echo $ac_n "checking for --enable-treectrl""... $ac_c" 1>&6
7138echo "configure:7139: checking for --enable-treectrl" >&5
7139 no_cache=0
7140 # Check whether --enable-treectrl or --disable-treectrl was given.
7141if test "${enable_treectrl+set}" = set; then
7142 enableval="$enable_treectrl"
7143
7144 if test "$enableval" = yes; then
7145 ac_cv_use_treectrl='wxUSE_TREECTRL=yes'
7146 else
7147 ac_cv_use_treectrl='wxUSE_TREECTRL=no'
7148 fi
7149
7150else
7151
7152 LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
7153 if test "x$LINE" != x ; then
7154 eval "DEFAULT_$LINE"
7155 else
7156 no_cache=1
7157 fi
7158
7159 ac_cv_use_treectrl='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
7160
7161fi
7162
7163
7164 eval "$ac_cv_use_treectrl"
7165 if test "$no_cache" != 1; then
7166 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
7167 fi
7168
7169 if test "$wxUSE_TREECTRL" = yes; then
7170 echo "$ac_t""yes" 1>&6
7171 else
7172 echo "$ac_t""no" 1>&6
7173 fi
7174
7175
7176 echo $ac_n "checking for --enable-tipwindow""... $ac_c" 1>&6
7177echo "configure:7178: checking for --enable-tipwindow" >&5
7178 no_cache=0
7179 # Check whether --enable-tipwindow or --disable-tipwindow was given.
7180if test "${enable_tipwindow+set}" = set; then
7181 enableval="$enable_tipwindow"
7182
7183 if test "$enableval" = yes; then
7184 ac_cv_use_tipwindow='wxUSE_TIPWINDOW=yes'
7185 else
7186 ac_cv_use_tipwindow='wxUSE_TIPWINDOW=no'
7187 fi
7188
7189else
7190
7191 LINE=`grep "wxUSE_TIPWINDOW" ${wx_arg_cache_file}`
7192 if test "x$LINE" != x ; then
7193 eval "DEFAULT_$LINE"
7194 else
7195 no_cache=1
7196 fi
7197
7198 ac_cv_use_tipwindow='wxUSE_TIPWINDOW='$DEFAULT_wxUSE_TIPWINDOW
7199
7200fi
7201
7202
7203 eval "$ac_cv_use_tipwindow"
7204 if test "$no_cache" != 1; then
7205 echo $ac_cv_use_tipwindow >> ${wx_arg_cache_file}.tmp
7206 fi
7207
7208 if test "$wxUSE_TIPWINDOW" = yes; then
7209 echo "$ac_t""yes" 1>&6
7210 else
7211 echo "$ac_t""no" 1>&6
7212 fi
7213
7214
7215 echo $ac_n "checking for --enable-popupwin""... $ac_c" 1>&6
7216echo "configure:7217: checking for --enable-popupwin" >&5
7217 no_cache=0
7218 # Check whether --enable-popupwin or --disable-popupwin was given.
7219if test "${enable_popupwin+set}" = set; then
7220 enableval="$enable_popupwin"
7221
7222 if test "$enableval" = yes; then
7223 ac_cv_use_popupwin='wxUSE_POPUPWIN=yes'
7224 else
7225 ac_cv_use_popupwin='wxUSE_POPUPWIN=no'
7226 fi
7227
7228else
7229
7230 LINE=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
7231 if test "x$LINE" != x ; then
7232 eval "DEFAULT_$LINE"
7233 else
7234 no_cache=1
7235 fi
7236
7237 ac_cv_use_popupwin='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN
7238
7239fi
7240
7241
7242 eval "$ac_cv_use_popupwin"
7243 if test "$no_cache" != 1; then
7244 echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
7245 fi
7246
7247 if test "$wxUSE_POPUPWIN" = yes; then
7248 echo "$ac_t""yes" 1>&6
7249 else
7250 echo "$ac_t""no" 1>&6
7251 fi
7252
7253
7254
7255
7256 echo $ac_n "checking for --enable-commondlg""... $ac_c" 1>&6
7257echo "configure:7258: checking for --enable-commondlg" >&5
7258 no_cache=0
7259 # Check whether --enable-commondlg or --disable-commondlg was given.
7260if test "${enable_commondlg+set}" = set; then
7261 enableval="$enable_commondlg"
7262
7263 if test "$enableval" = yes; then
7264 ac_cv_use_commondlg='wxUSE_COMMONDLGS=yes'
7265 else
7266 ac_cv_use_commondlg='wxUSE_COMMONDLGS=no'
7267 fi
7268
7269else
7270
7271 LINE=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
7272 if test "x$LINE" != x ; then
7273 eval "DEFAULT_$LINE"
7274 else
7275 no_cache=1
7276 fi
7277
7278 ac_cv_use_commondlg='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
7279
7280fi
7281
7282
7283 eval "$ac_cv_use_commondlg"
7284 if test "$no_cache" != 1; then
7285 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
7286 fi
7287
7288 if test "$wxUSE_COMMONDLGS" = yes; then
7289 echo "$ac_t""yes" 1>&6
7290 else
7291 echo "$ac_t""no" 1>&6
7292 fi
7293
7294
7295 echo $ac_n "checking for --enable-choicedlg""... $ac_c" 1>&6
7296echo "configure:7297: checking for --enable-choicedlg" >&5
7297 no_cache=0
7298 # Check whether --enable-choicedlg or --disable-choicedlg was given.
7299if test "${enable_choicedlg+set}" = set; then
7300 enableval="$enable_choicedlg"
7301
7302 if test "$enableval" = yes; then
7303 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=yes'
7304 else
7305 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=no'
7306 fi
7307
7308else
7309
7310 LINE=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}`
7311 if test "x$LINE" != x ; then
7312 eval "DEFAULT_$LINE"
7313 else
7314 no_cache=1
7315 fi
7316
7317 ac_cv_use_choicedlg='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG
7318
7319fi
7320
7321
7322 eval "$ac_cv_use_choicedlg"
7323 if test "$no_cache" != 1; then
7324 echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
7325 fi
7326
7327 if test "$wxUSE_CHOICEDLG" = yes; then
7328 echo "$ac_t""yes" 1>&6
7329 else
7330 echo "$ac_t""no" 1>&6
7331 fi
7332
7333
7334 echo $ac_n "checking for --enable-coldlg""... $ac_c" 1>&6
7335echo "configure:7336: checking for --enable-coldlg" >&5
7336 no_cache=0
7337 # Check whether --enable-coldlg or --disable-coldlg was given.
7338if test "${enable_coldlg+set}" = set; then
7339 enableval="$enable_coldlg"
7340
7341 if test "$enableval" = yes; then
7342 ac_cv_use_coldlg='wxUSE_COLOURDLG=yes'
7343 else
7344 ac_cv_use_coldlg='wxUSE_COLOURDLG=no'
7345 fi
7346
7347else
7348
7349 LINE=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}`
7350 if test "x$LINE" != x ; then
7351 eval "DEFAULT_$LINE"
7352 else
7353 no_cache=1
7354 fi
7355
7356 ac_cv_use_coldlg='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG
7357
7358fi
7359
7360
7361 eval "$ac_cv_use_coldlg"
7362 if test "$no_cache" != 1; then
7363 echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
7364 fi
7365
7366 if test "$wxUSE_COLOURDLG" = yes; then
7367 echo "$ac_t""yes" 1>&6
7368 else
7369 echo "$ac_t""no" 1>&6
7370 fi
7371
7372
7373 echo $ac_n "checking for --enable-filedlg""... $ac_c" 1>&6
7374echo "configure:7375: checking for --enable-filedlg" >&5
7375 no_cache=0
7376 # Check whether --enable-filedlg or --disable-filedlg was given.
7377if test "${enable_filedlg+set}" = set; then
7378 enableval="$enable_filedlg"
7379
7380 if test "$enableval" = yes; then
7381 ac_cv_use_filedlg='wxUSE_FILEDLG=yes'
7382 else
7383 ac_cv_use_filedlg='wxUSE_FILEDLG=no'
7384 fi
7385
7386else
7387
7388 LINE=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}`
7389 if test "x$LINE" != x ; then
7390 eval "DEFAULT_$LINE"
7391 else
7392 no_cache=1
7393 fi
7394
7395 ac_cv_use_filedlg='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG
7396
7397fi
7398
7399
7400 eval "$ac_cv_use_filedlg"
7401 if test "$no_cache" != 1; then
7402 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
7403 fi
7404
7405 if test "$wxUSE_FILEDLG" = yes; then
7406 echo "$ac_t""yes" 1>&6
7407 else
7408 echo "$ac_t""no" 1>&6
7409 fi
7410
7411
7412 echo $ac_n "checking for --enable-finddlg""... $ac_c" 1>&6
7413echo "configure:7414: checking for --enable-finddlg" >&5
7414 no_cache=0
7415 # Check whether --enable-finddlg or --disable-finddlg was given.
7416if test "${enable_finddlg+set}" = set; then
7417 enableval="$enable_finddlg"
7418
7419 if test "$enableval" = yes; then
7420 ac_cv_use_finddlg='wxUSE_FINDREPLDLG=yes'
7421 else
7422 ac_cv_use_finddlg='wxUSE_FINDREPLDLG=no'
7423 fi
7424
7425else
7426
7427 LINE=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}`
7428 if test "x$LINE" != x ; then
7429 eval "DEFAULT_$LINE"
7430 else
7431 no_cache=1
7432 fi
7433
7434 ac_cv_use_finddlg='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG
7435
7436fi
7437
7438
7439 eval "$ac_cv_use_finddlg"
7440 if test "$no_cache" != 1; then
7441 echo $ac_cv_use_finddlg >> ${wx_arg_cache_file}.tmp
7442 fi
7443
7444 if test "$wxUSE_FINDREPLDLG" = yes; then
7445 echo "$ac_t""yes" 1>&6
7446 else
7447 echo "$ac_t""no" 1>&6
7448 fi
7449
7450
7451 echo $ac_n "checking for --enable-fontdlg""... $ac_c" 1>&6
7452echo "configure:7453: checking for --enable-fontdlg" >&5
7453 no_cache=0
7454 # Check whether --enable-fontdlg or --disable-fontdlg was given.
7455if test "${enable_fontdlg+set}" = set; then
7456 enableval="$enable_fontdlg"
7457
7458 if test "$enableval" = yes; then
7459 ac_cv_use_fontdlg='wxUSE_FONTDLG=yes'
7460 else
7461 ac_cv_use_fontdlg='wxUSE_FONTDLG=no'
7462 fi
7463
7464else
7465
7466 LINE=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}`
7467 if test "x$LINE" != x ; then
7468 eval "DEFAULT_$LINE"
7469 else
7470 no_cache=1
7471 fi
7472
7473 ac_cv_use_fontdlg='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG
7474
7475fi
7476
7477
7478 eval "$ac_cv_use_fontdlg"
7479 if test "$no_cache" != 1; then
7480 echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
7481 fi
7482
7483 if test "$wxUSE_FONTDLG" = yes; then
7484 echo "$ac_t""yes" 1>&6
7485 else
7486 echo "$ac_t""no" 1>&6
7487 fi
7488
7489
7490 echo $ac_n "checking for --enable-dirdlg""... $ac_c" 1>&6
7491echo "configure:7492: checking for --enable-dirdlg" >&5
7492 no_cache=0
7493 # Check whether --enable-dirdlg or --disable-dirdlg was given.
7494if test "${enable_dirdlg+set}" = set; then
7495 enableval="$enable_dirdlg"
7496
7497 if test "$enableval" = yes; then
7498 ac_cv_use_dirdlg='wxUSE_DIRDLG=yes'
7499 else
7500 ac_cv_use_dirdlg='wxUSE_DIRDLG=no'
7501 fi
7502
7503else
7504
7505 LINE=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
7506 if test "x$LINE" != x ; then
7507 eval "DEFAULT_$LINE"
7508 else
7509 no_cache=1
7510 fi
7511
7512 ac_cv_use_dirdlg='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
7513
7514fi
7515
7516
7517 eval "$ac_cv_use_dirdlg"
7518 if test "$no_cache" != 1; then
7519 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
7520 fi
7521
7522 if test "$wxUSE_DIRDLG" = yes; then
7523 echo "$ac_t""yes" 1>&6
7524 else
7525 echo "$ac_t""no" 1>&6
7526 fi
7527
7528
7529 echo $ac_n "checking for --enable-msgdlg""... $ac_c" 1>&6
7530echo "configure:7531: checking for --enable-msgdlg" >&5
7531 no_cache=0
7532 # Check whether --enable-msgdlg or --disable-msgdlg was given.
7533if test "${enable_msgdlg+set}" = set; then
7534 enableval="$enable_msgdlg"
7535
7536 if test "$enableval" = yes; then
7537 ac_cv_use_msgdlg='wxUSE_MSGDLG=yes'
7538 else
7539 ac_cv_use_msgdlg='wxUSE_MSGDLG=no'
7540 fi
7541
7542else
7543
7544 LINE=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}`
7545 if test "x$LINE" != x ; then
7546 eval "DEFAULT_$LINE"
7547 else
7548 no_cache=1
7549 fi
7550
7551 ac_cv_use_msgdlg='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG
7552
7553fi
7554
7555
7556 eval "$ac_cv_use_msgdlg"
7557 if test "$no_cache" != 1; then
7558 echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
7559 fi
7560
7561 if test "$wxUSE_MSGDLG" = yes; then
7562 echo "$ac_t""yes" 1>&6
7563 else
7564 echo "$ac_t""no" 1>&6
7565 fi
7566
7567
7568 echo $ac_n "checking for --enable-numberdlg""... $ac_c" 1>&6
7569echo "configure:7570: checking for --enable-numberdlg" >&5
7570 no_cache=0
7571 # Check whether --enable-numberdlg or --disable-numberdlg was given.
7572if test "${enable_numberdlg+set}" = set; then
7573 enableval="$enable_numberdlg"
7574
7575 if test "$enableval" = yes; then
7576 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=yes'
7577 else
7578 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=no'
7579 fi
7580
7581else
7582
7583 LINE=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
7584 if test "x$LINE" != x ; then
7585 eval "DEFAULT_$LINE"
7586 else
7587 no_cache=1
7588 fi
7589
7590 ac_cv_use_numberdlg='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG
7591
7592fi
7593
7594
7595 eval "$ac_cv_use_numberdlg"
7596 if test "$no_cache" != 1; then
7597 echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
7598 fi
7599
7600 if test "$wxUSE_NUMBERDLG" = yes; then
7601 echo "$ac_t""yes" 1>&6
7602 else
7603 echo "$ac_t""no" 1>&6
7604 fi
7605
7606
7607 echo $ac_n "checking for --enable-splash""... $ac_c" 1>&6
7608echo "configure:7609: checking for --enable-splash" >&5
7609 no_cache=0
7610 # Check whether --enable-splash or --disable-splash was given.
7611if test "${enable_splash+set}" = set; then
7612 enableval="$enable_splash"
7613
7614 if test "$enableval" = yes; then
7615 ac_cv_use_splash='wxUSE_SPLASH=yes'
7616 else
7617 ac_cv_use_splash='wxUSE_SPLASH=no'
7618 fi
7619
7620else
7621
7622 LINE=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}`
7623 if test "x$LINE" != x ; then
7624 eval "DEFAULT_$LINE"
7625 else
7626 no_cache=1
7627 fi
7628
7629 ac_cv_use_splash='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH
7630
7631fi
7632
7633
7634 eval "$ac_cv_use_splash"
7635 if test "$no_cache" != 1; then
7636 echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
7637 fi
7638
7639 if test "$wxUSE_SPLASH" = yes; then
7640 echo "$ac_t""yes" 1>&6
7641 else
7642 echo "$ac_t""no" 1>&6
7643 fi
7644
7645
7646 echo $ac_n "checking for --enable-textdlg""... $ac_c" 1>&6
7647echo "configure:7648: checking for --enable-textdlg" >&5
7648 no_cache=0
7649 # Check whether --enable-textdlg or --disable-textdlg was given.
7650if test "${enable_textdlg+set}" = set; then
7651 enableval="$enable_textdlg"
7652
7653 if test "$enableval" = yes; then
7654 ac_cv_use_textdlg='wxUSE_TEXTDLG=yes'
7655 else
7656 ac_cv_use_textdlg='wxUSE_TEXTDLG=no'
7657 fi
7658
7659else
7660
7661 LINE=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
7662 if test "x$LINE" != x ; then
7663 eval "DEFAULT_$LINE"
7664 else
7665 no_cache=1
7666 fi
7667
7668 ac_cv_use_textdlg='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
7669
7670fi
7671
7672
7673 eval "$ac_cv_use_textdlg"
7674 if test "$no_cache" != 1; then
7675 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
7676 fi
7677
7678 if test "$wxUSE_TEXTDLG" = yes; then
7679 echo "$ac_t""yes" 1>&6
7680 else
7681 echo "$ac_t""no" 1>&6
7682 fi
7683
7684
7685 echo $ac_n "checking for --enable-tipdlg""... $ac_c" 1>&6
7686echo "configure:7687: checking for --enable-tipdlg" >&5
7687 no_cache=0
7688 # Check whether --enable-tipdlg or --disable-tipdlg was given.
7689if test "${enable_tipdlg+set}" = set; then
7690 enableval="$enable_tipdlg"
7691
7692 if test "$enableval" = yes; then
7693 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes'
7694 else
7695 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no'
7696 fi
7697
7698else
7699
7700 LINE=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
7701 if test "x$LINE" != x ; then
7702 eval "DEFAULT_$LINE"
7703 else
7704 no_cache=1
7705 fi
7706
7707 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
7708
7709fi
7710
7711
7712 eval "$ac_cv_use_tipdlg"
7713 if test "$no_cache" != 1; then
7714 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
7715 fi
7716
7717 if test "$wxUSE_STARTUP_TIPS" = yes; then
7718 echo "$ac_t""yes" 1>&6
7719 else
7720 echo "$ac_t""no" 1>&6
7721 fi
7722
7723
7724 echo $ac_n "checking for --enable-progressdlg""... $ac_c" 1>&6
7725echo "configure:7726: checking for --enable-progressdlg" >&5
7726 no_cache=0
7727 # Check whether --enable-progressdlg or --disable-progressdlg was given.
7728if test "${enable_progressdlg+set}" = set; then
7729 enableval="$enable_progressdlg"
7730
7731 if test "$enableval" = yes; then
7732 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes'
7733 else
7734 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=no'
7735 fi
7736
7737else
7738
7739 LINE=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
7740 if test "x$LINE" != x ; then
7741 eval "DEFAULT_$LINE"
7742 else
7743 no_cache=1
7744 fi
7745
7746 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
7747
7748fi
7749
7750
7751 eval "$ac_cv_use_progressdlg"
7752 if test "$no_cache" != 1; then
7753 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
7754 fi
7755
7756 if test "$wxUSE_PROGRESSDLG" = yes; then
7757 echo "$ac_t""yes" 1>&6
7758 else
7759 echo "$ac_t""no" 1>&6
7760 fi
7761
7762
7763 echo $ac_n "checking for --enable-wizarddlg""... $ac_c" 1>&6
7764echo "configure:7765: checking for --enable-wizarddlg" >&5
7765 no_cache=0
7766 # Check whether --enable-wizarddlg or --disable-wizarddlg was given.
7767if test "${enable_wizarddlg+set}" = set; then
7768 enableval="$enable_wizarddlg"
7769
7770 if test "$enableval" = yes; then
7771 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes'
7772 else
7773 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=no'
7774 fi
7775
7776else
7777
7778 LINE=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}`
7779 if test "x$LINE" != x ; then
7780 eval "DEFAULT_$LINE"
7781 else
7782 no_cache=1
7783 fi
7784
7785 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG
7786
7787fi
7788
7789
7790 eval "$ac_cv_use_wizarddlg"
7791 if test "$no_cache" != 1; then
7792 echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
7793 fi
7794
7795 if test "$wxUSE_WIZARDDLG" = yes; then
7796 echo "$ac_t""yes" 1>&6
7797 else
7798 echo "$ac_t""no" 1>&6
7799 fi
7800
7801
7802
7803
7804 echo $ac_n "checking for --enable-menus""... $ac_c" 1>&6
7805echo "configure:7806: checking for --enable-menus" >&5
7806 no_cache=0
7807 # Check whether --enable-menus or --disable-menus was given.
7808if test "${enable_menus+set}" = set; then
7809 enableval="$enable_menus"
7810
7811 if test "$enableval" = yes; then
7812 ac_cv_use_menus='wxUSE_MENUS=yes'
7813 else
7814 ac_cv_use_menus='wxUSE_MENUS=no'
7815 fi
7816
7817else
7818
7819 LINE=`grep "wxUSE_MENUS" ${wx_arg_cache_file}`
7820 if test "x$LINE" != x ; then
7821 eval "DEFAULT_$LINE"
7822 else
7823 no_cache=1
7824 fi
7825
7826 ac_cv_use_menus='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS
7827
7828fi
7829
7830
7831 eval "$ac_cv_use_menus"
7832 if test "$no_cache" != 1; then
7833 echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
7834 fi
7835
7836 if test "$wxUSE_MENUS" = yes; then
7837 echo "$ac_t""yes" 1>&6
7838 else
7839 echo "$ac_t""no" 1>&6
7840 fi
7841
7842
7843 echo $ac_n "checking for --enable-miniframe""... $ac_c" 1>&6
7844echo "configure:7845: checking for --enable-miniframe" >&5
7845 no_cache=0
7846 # Check whether --enable-miniframe or --disable-miniframe was given.
7847if test "${enable_miniframe+set}" = set; then
7848 enableval="$enable_miniframe"
7849
7850 if test "$enableval" = yes; then
7851 ac_cv_use_miniframe='wxUSE_MINIFRAME=yes'
7852 else
7853 ac_cv_use_miniframe='wxUSE_MINIFRAME=no'
7854 fi
7855
7856else
7857
7858 LINE=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
7859 if test "x$LINE" != x ; then
7860 eval "DEFAULT_$LINE"
7861 else
7862 no_cache=1
7863 fi
7864
7865 ac_cv_use_miniframe='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
7866
7867fi
7868
7869
7870 eval "$ac_cv_use_miniframe"
7871 if test "$no_cache" != 1; then
7872 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
7873 fi
7874
7875 if test "$wxUSE_MINIFRAME" = yes; then
7876 echo "$ac_t""yes" 1>&6
7877 else
7878 echo "$ac_t""no" 1>&6
7879 fi
7880
7881
7882 echo $ac_n "checking for --enable-tooltips""... $ac_c" 1>&6
7883echo "configure:7884: checking for --enable-tooltips" >&5
7884 no_cache=0
7885 # Check whether --enable-tooltips or --disable-tooltips was given.
7886if test "${enable_tooltips+set}" = set; then
7887 enableval="$enable_tooltips"
7888
7889 if test "$enableval" = yes; then
7890 ac_cv_use_tooltips='wxUSE_TOOLTIPS=yes'
7891 else
7892 ac_cv_use_tooltips='wxUSE_TOOLTIPS=no'
7893 fi
7894
7895else
7896
7897 LINE=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
7898 if test "x$LINE" != x ; then
7899 eval "DEFAULT_$LINE"
7900 else
7901 no_cache=1
7902 fi
7903
7904 ac_cv_use_tooltips='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
7905
7906fi
7907
7908
7909 eval "$ac_cv_use_tooltips"
7910 if test "$no_cache" != 1; then
7911 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
7912 fi
7913
7914 if test "$wxUSE_TOOLTIPS" = yes; then
7915 echo "$ac_t""yes" 1>&6
7916 else
7917 echo "$ac_t""no" 1>&6
7918 fi
7919
7920
7921 echo $ac_n "checking for --enable-splines""... $ac_c" 1>&6
7922echo "configure:7923: checking for --enable-splines" >&5
7923 no_cache=0
7924 # Check whether --enable-splines or --disable-splines was given.
7925if test "${enable_splines+set}" = set; then
7926 enableval="$enable_splines"
7927
7928 if test "$enableval" = yes; then
7929 ac_cv_use_splines='wxUSE_SPLINES=yes'
7930 else
7931 ac_cv_use_splines='wxUSE_SPLINES=no'
7932 fi
7933
7934else
7935
7936 LINE=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
7937 if test "x$LINE" != x ; then
7938 eval "DEFAULT_$LINE"
7939 else
7940 no_cache=1
7941 fi
7942
7943 ac_cv_use_splines='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
7944
7945fi
7946
7947
7948 eval "$ac_cv_use_splines"
7949 if test "$no_cache" != 1; then
7950 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
7951 fi
7952
7953 if test "$wxUSE_SPLINES" = yes; then
7954 echo "$ac_t""yes" 1>&6
7955 else
7956 echo "$ac_t""no" 1>&6
7957 fi
7958
7959
7960 echo $ac_n "checking for --enable-validators""... $ac_c" 1>&6
7961echo "configure:7962: checking for --enable-validators" >&5
7962 no_cache=0
7963 # Check whether --enable-validators or --disable-validators was given.
7964if test "${enable_validators+set}" = set; then
7965 enableval="$enable_validators"
7966
7967 if test "$enableval" = yes; then
7968 ac_cv_use_validators='wxUSE_VALIDATORS=yes'
7969 else
7970 ac_cv_use_validators='wxUSE_VALIDATORS=no'
7971 fi
7972
7973else
7974
7975 LINE=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
7976 if test "x$LINE" != x ; then
7977 eval "DEFAULT_$LINE"
7978 else
7979 no_cache=1
7980 fi
7981
7982 ac_cv_use_validators='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
7983
7984fi
7985
7986
7987 eval "$ac_cv_use_validators"
7988 if test "$no_cache" != 1; then
7989 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
7990 fi
7991
7992 if test "$wxUSE_VALIDATORS" = yes; then
7993 echo "$ac_t""yes" 1>&6
7994 else
7995 echo "$ac_t""no" 1>&6
7996 fi
7997
7998
7999 echo $ac_n "checking for --enable-busyinfo""... $ac_c" 1>&6
8000echo "configure:8001: checking for --enable-busyinfo" >&5
8001 no_cache=0
8002 # Check whether --enable-busyinfo or --disable-busyinfo was given.
8003if test "${enable_busyinfo+set}" = set; then
8004 enableval="$enable_busyinfo"
8005
8006 if test "$enableval" = yes; then
8007 ac_cv_use_busyinfo='wxUSE_BUSYINFO=yes'
8008 else
8009 ac_cv_use_busyinfo='wxUSE_BUSYINFO=no'
8010 fi
8011
8012else
8013
8014 LINE=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
8015 if test "x$LINE" != x ; then
8016 eval "DEFAULT_$LINE"
8017 else
8018 no_cache=1
8019 fi
8020
8021 ac_cv_use_busyinfo='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
8022
8023fi
8024
8025
8026 eval "$ac_cv_use_busyinfo"
8027 if test "$no_cache" != 1; then
8028 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
8029 fi
8030
8031 if test "$wxUSE_BUSYINFO" = yes; then
8032 echo "$ac_t""yes" 1>&6
8033 else
8034 echo "$ac_t""no" 1>&6
8035 fi
8036
8037
8038 echo $ac_n "checking for --enable-joystick""... $ac_c" 1>&6
8039echo "configure:8040: checking for --enable-joystick" >&5
8040 no_cache=0
8041 # Check whether --enable-joystick or --disable-joystick was given.
8042if test "${enable_joystick+set}" = set; then
8043 enableval="$enable_joystick"
8044
8045 if test "$enableval" = yes; then
8046 ac_cv_use_joystick='wxUSE_JOYSTICK=yes'
8047 else
8048 ac_cv_use_joystick='wxUSE_JOYSTICK=no'
8049 fi
8050
8051else
8052
8053 LINE=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
8054 if test "x$LINE" != x ; then
8055 eval "DEFAULT_$LINE"
8056 else
8057 no_cache=1
8058 fi
8059
8060 ac_cv_use_joystick='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
8061
8062fi
8063
8064
8065 eval "$ac_cv_use_joystick"
8066 if test "$no_cache" != 1; then
8067 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
8068 fi
8069
8070 if test "$wxUSE_JOYSTICK" = yes; then
8071 echo "$ac_t""yes" 1>&6
8072 else
8073 echo "$ac_t""no" 1>&6
8074 fi
8075
8076
8077 echo $ac_n "checking for --enable-metafile""... $ac_c" 1>&6
8078echo "configure:8079: checking for --enable-metafile" >&5
8079 no_cache=0
8080 # Check whether --enable-metafile or --disable-metafile was given.
8081if test "${enable_metafile+set}" = set; then
8082 enableval="$enable_metafile"
8083
8084 if test "$enableval" = yes; then
8085 ac_cv_use_metafile='wxUSE_METAFILE=yes'
8086 else
8087 ac_cv_use_metafile='wxUSE_METAFILE=no'
8088 fi
8089
8090else
8091
8092 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
8093 if test "x$LINE" != x ; then
8094 eval "DEFAULT_$LINE"
8095 else
8096 no_cache=1
8097 fi
8098
8099 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
8100
8101fi
8102
8103
8104 eval "$ac_cv_use_metafile"
8105 if test "$no_cache" != 1; then
8106 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
8107 fi
8108
8109 if test "$wxUSE_METAFILE" = yes; then
8110 echo "$ac_t""yes" 1>&6
8111 else
8112 echo "$ac_t""no" 1>&6
8113 fi
8114
8115
8116 echo $ac_n "checking for --enable-dragimage""... $ac_c" 1>&6
8117echo "configure:8118: checking for --enable-dragimage" >&5
8118 no_cache=0
8119 # Check whether --enable-dragimage or --disable-dragimage was given.
8120if test "${enable_dragimage+set}" = set; then
8121 enableval="$enable_dragimage"
8122
8123 if test "$enableval" = yes; then
8124 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=yes'
8125 else
8126 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=no'
8127 fi
8128
8129else
8130
8131 LINE=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}`
8132 if test "x$LINE" != x ; then
8133 eval "DEFAULT_$LINE"
8134 else
8135 no_cache=1
8136 fi
8137
8138 ac_cv_use_dragimage='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE
8139
8140fi
8141
8142
8143 eval "$ac_cv_use_dragimage"
8144 if test "$no_cache" != 1; then
8145 echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
8146 fi
8147
8148 if test "$wxUSE_DRAGIMAGE" = yes; then
8149 echo "$ac_t""yes" 1>&6
8150 else
8151 echo "$ac_t""no" 1>&6
8152 fi
8153
8154
8155
8156
8157 echo $ac_n "checking for --enable-palette""... $ac_c" 1>&6
8158echo "configure:8159: checking for --enable-palette" >&5
8159 no_cache=0
8160 # Check whether --enable-palette or --disable-palette was given.
8161if test "${enable_palette+set}" = set; then
8162 enableval="$enable_palette"
8163
8164 if test "$enableval" = yes; then
8165 ac_cv_use_palette='wxUSE_PALETTE=yes'
8166 else
8167 ac_cv_use_palette='wxUSE_PALETTE=no'
8168 fi
8169
8170else
8171
8172 LINE=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}`
8173 if test "x$LINE" != x ; then
8174 eval "DEFAULT_$LINE"
8175 else
8176 no_cache=1
8177 fi
8178
8179 ac_cv_use_palette='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE
8180
8181fi
8182
8183
8184 eval "$ac_cv_use_palette"
8185 if test "$no_cache" != 1; then
8186 echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp
8187 fi
8188
8189 if test "$wxUSE_PALETTE" = yes; then
8190 echo "$ac_t""yes" 1>&6
8191 else
8192 echo "$ac_t""no" 1>&6
8193 fi
8194
8195
8196 echo $ac_n "checking for --enable-image""... $ac_c" 1>&6
8197echo "configure:8198: checking for --enable-image" >&5
8198 no_cache=0
8199 # Check whether --enable-image or --disable-image was given.
8200if test "${enable_image+set}" = set; then
8201 enableval="$enable_image"
8202
8203 if test "$enableval" = yes; then
8204 ac_cv_use_image='wxUSE_IMAGE=yes'
8205 else
8206 ac_cv_use_image='wxUSE_IMAGE=no'
8207 fi
8208
8209else
8210
8211 LINE=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
8212 if test "x$LINE" != x ; then
8213 eval "DEFAULT_$LINE"
8214 else
8215 no_cache=1
8216 fi
8217
8218 ac_cv_use_image='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
8219
8220fi
8221
8222
8223 eval "$ac_cv_use_image"
8224 if test "$no_cache" != 1; then
8225 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
8226 fi
8227
8228 if test "$wxUSE_IMAGE" = yes; then
8229 echo "$ac_t""yes" 1>&6
8230 else
8231 echo "$ac_t""no" 1>&6
8232 fi
8233
8234
8235 echo $ac_n "checking for --enable-gif""... $ac_c" 1>&6
8236echo "configure:8237: checking for --enable-gif" >&5
8237 no_cache=0
8238 # Check whether --enable-gif or --disable-gif was given.
8239if test "${enable_gif+set}" = set; then
8240 enableval="$enable_gif"
8241
8242 if test "$enableval" = yes; then
8243 ac_cv_use_gif='wxUSE_GIF=yes'
8244 else
8245 ac_cv_use_gif='wxUSE_GIF=no'
8246 fi
8247
8248else
8249
8250 LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
8251 if test "x$LINE" != x ; then
8252 eval "DEFAULT_$LINE"
8253 else
8254 no_cache=1
8255 fi
8256
8257 ac_cv_use_gif='wxUSE_GIF='$DEFAULT_wxUSE_GIF
8258
8259fi
8260
8261
8262 eval "$ac_cv_use_gif"
8263 if test "$no_cache" != 1; then
8264 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
8265 fi
8266
8267 if test "$wxUSE_GIF" = yes; then
8268 echo "$ac_t""yes" 1>&6
8269 else
8270 echo "$ac_t""no" 1>&6
8271 fi
8272
8273
8274 echo $ac_n "checking for --enable-pcx""... $ac_c" 1>&6
8275echo "configure:8276: checking for --enable-pcx" >&5
8276 no_cache=0
8277 # Check whether --enable-pcx or --disable-pcx was given.
8278if test "${enable_pcx+set}" = set; then
8279 enableval="$enable_pcx"
8280
8281 if test "$enableval" = yes; then
8282 ac_cv_use_pcx='wxUSE_PCX=yes'
8283 else
8284 ac_cv_use_pcx='wxUSE_PCX=no'
8285 fi
8286
8287else
8288
8289 LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
8290 if test "x$LINE" != x ; then
8291 eval "DEFAULT_$LINE"
8292 else
8293 no_cache=1
8294 fi
8295
8296 ac_cv_use_pcx='wxUSE_PCX='$DEFAULT_wxUSE_PCX
8297
8298fi
8299
8300
8301 eval "$ac_cv_use_pcx"
8302 if test "$no_cache" != 1; then
8303 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
8304 fi
8305
8306 if test "$wxUSE_PCX" = yes; then
8307 echo "$ac_t""yes" 1>&6
8308 else
8309 echo "$ac_t""no" 1>&6
8310 fi
8311
8312
8313 echo $ac_n "checking for --enable-iff""... $ac_c" 1>&6
8314echo "configure:8315: checking for --enable-iff" >&5
8315 no_cache=0
8316 # Check whether --enable-iff or --disable-iff was given.
8317if test "${enable_iff+set}" = set; then
8318 enableval="$enable_iff"
8319
8320 if test "$enableval" = yes; then
8321 ac_cv_use_iff='wxUSE_IFF=yes'
8322 else
8323 ac_cv_use_iff='wxUSE_IFF=no'
8324 fi
8325
8326else
8327
8328 LINE=`grep "wxUSE_IFF" ${wx_arg_cache_file}`
8329 if test "x$LINE" != x ; then
8330 eval "DEFAULT_$LINE"
8331 else
8332 no_cache=1
8333 fi
8334
8335 ac_cv_use_iff='wxUSE_IFF='$DEFAULT_wxUSE_IFF
8336
8337fi
8338
8339
8340 eval "$ac_cv_use_iff"
8341 if test "$no_cache" != 1; then
8342 echo $ac_cv_use_iff >> ${wx_arg_cache_file}.tmp
8343 fi
8344
8345 if test "$wxUSE_IFF" = yes; then
8346 echo "$ac_t""yes" 1>&6
8347 else
8348 echo "$ac_t""no" 1>&6
8349 fi
8350
8351
8352 echo $ac_n "checking for --enable-pnm""... $ac_c" 1>&6
8353echo "configure:8354: checking for --enable-pnm" >&5
8354 no_cache=0
8355 # Check whether --enable-pnm or --disable-pnm was given.
8356if test "${enable_pnm+set}" = set; then
8357 enableval="$enable_pnm"
8358
8359 if test "$enableval" = yes; then
8360 ac_cv_use_pnm='wxUSE_PNM=yes'
8361 else
8362 ac_cv_use_pnm='wxUSE_PNM=no'
8363 fi
8364
8365else
8366
8367 LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
8368 if test "x$LINE" != x ; then
8369 eval "DEFAULT_$LINE"
8370 else
8371 no_cache=1
8372 fi
8373
8374 ac_cv_use_pnm='wxUSE_PNM='$DEFAULT_wxUSE_PNM
8375
8376fi
8377
8378
8379 eval "$ac_cv_use_pnm"
8380 if test "$no_cache" != 1; then
8381 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
8382 fi
8383
8384 if test "$wxUSE_PNM" = yes; then
8385 echo "$ac_t""yes" 1>&6
8386 else
8387 echo "$ac_t""no" 1>&6
8388 fi
8389
8390
8391 echo $ac_n "checking for --enable-xpm""... $ac_c" 1>&6
8392echo "configure:8393: checking for --enable-xpm" >&5
8393 no_cache=0
8394 # Check whether --enable-xpm or --disable-xpm was given.
8395if test "${enable_xpm+set}" = set; then
8396 enableval="$enable_xpm"
8397
8398 if test "$enableval" = yes; then
8399 ac_cv_use_xpm='wxUSE_XPM=yes'
8400 else
8401 ac_cv_use_xpm='wxUSE_XPM=no'
8402 fi
8403
8404else
8405
8406 LINE=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
8407 if test "x$LINE" != x ; then
8408 eval "DEFAULT_$LINE"
8409 else
8410 no_cache=1
8411 fi
8412
8413 ac_cv_use_xpm='wxUSE_XPM='$DEFAULT_wxUSE_XPM
8414
8415fi
8416
8417
8418 eval "$ac_cv_use_xpm"
8419 if test "$no_cache" != 1; then
8420 echo $ac_cv_use_xpm >> ${wx_arg_cache_file}.tmp
8421 fi
8422
8423 if test "$wxUSE_XPM" = yes; then
8424 echo "$ac_t""yes" 1>&6
8425 else
8426 echo "$ac_t""no" 1>&6
8427 fi
8428
8429
8430 echo $ac_n "checking for --enable-ico_cur""... $ac_c" 1>&6
8431echo "configure:8432: checking for --enable-ico_cur" >&5
8432 no_cache=0
8433 # Check whether --enable-ico_cur or --disable-ico_cur was given.
8434if test "${enable_ico_cur+set}" = set; then
8435 enableval="$enable_ico_cur"
8436
8437 if test "$enableval" = yes; then
8438 ac_cv_use_ico_cur='wxUSE_ICO_CUR=yes'
8439 else
8440 ac_cv_use_ico_cur='wxUSE_ICO_CUR=no'
8441 fi
8442
8443else
8444
8445 LINE=`grep "wxUSE_ICO_CUR" ${wx_arg_cache_file}`
8446 if test "x$LINE" != x ; then
8447 eval "DEFAULT_$LINE"
8448 else
8449 no_cache=1
8450 fi
8451
8452 ac_cv_use_ico_cur='wxUSE_ICO_CUR='$DEFAULT_wxUSE_ICO_CUR
8453
8454fi
8455
8456
8457 eval "$ac_cv_use_ico_cur"
8458 if test "$no_cache" != 1; then
8459 echo $ac_cv_use_ico_cur >> ${wx_arg_cache_file}.tmp
8460 fi
8461
8462 if test "$wxUSE_ICO_CUR" = yes; then
8463 echo "$ac_t""yes" 1>&6
8464 else
8465 echo "$ac_t""no" 1>&6
8466 fi
8467
8468
8469fi
8470
8471case "${host}" in
8472 *-pc-os2_emx | *-pc-os2-emx )
8473 LEX_STEM="lexyy"
8474 ;;
8475 *)
8476 PATH_IFS=':'
8477 LEX_STEM="lex.yy"
8478 ;;
8479esac
8480
8481
8482
8483 echo "saving argument cache $wx_arg_cache_file"
8484 mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file}
8485
8486
8487
8488echo $ac_n "checking for toolkit""... $ac_c" 1>&6
8489echo "configure:8490: checking for toolkit" >&5
8490
8491if test "$wxUSE_GUI" = "yes"; then
8492
8493 if test "$USE_BEOS" = 1; then
8494 { echo "configure: error: BeOS GUI is not supported yet, use --disable-gui" 1>&2; exit 1; }
8495 fi
8496
8497 if test "$TOOLKIT_GIVEN" = 1; then
8498 for toolkit in `echo $ALL_TOOLKITS`; do
8499 var=wxUSE_$toolkit
8500 eval "value=\$${var}"
8501 eval "$var=`echo \$value | sed -e "s/yes/1/" -e "s/no/0/"`"
8502 done
8503 else
8504 for toolkit in `echo $ALL_TOOLKITS`; do
8505 if test "$has_toolkit_in_cache" != 1; then
8506 var=DEFAULT_DEFAULT_wxUSE_$toolkit
8507 else
8508 var=DEFAULT_wxUSE_$toolkit
8509 fi
8510 eval "wxUSE_$toolkit=\$${var}"
8511 done
8512 fi
8513
8514 NUM_TOOLKITS=`expr ${wxUSE_GTK:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_MAC:-0} \
8515 + ${wxUSE_WINE:-0} + ${wxUSE_MSW:-0} + ${wxUSE_MGL:-0} + ${wxUSE_MICROWIN:-0} + ${wxUSE_X11:-0}`
8516
8517 case "${host}" in
8518 *-pc-os2_emx | *-pc-os2-emx )
8519 NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
8520 esac
8521
8522 case "$NUM_TOOLKITS" in
8523 1)
8524 ;;
8525 0)
8526 { echo "configure: error: Please specify a toolkit - cannot determine the default for ${host}" 1>&2; exit 1; }
8527 ;;
8528 *)
8529 { echo "configure: error: Please specify at most one toolkit (may be some are cached?)" 1>&2; exit 1; }
8530 esac
8531
8532 for toolkit in `echo $ALL_TOOLKITS`; do
8533 var=wxUSE_$toolkit
8534 eval "value=\$${var}"
8535 if test "x$value" != x; then
8536 cache_var=CACHE_$toolkit
8537 eval "cache=\$${cache_var}"
8538 if test "$cache" = 1; then
8539 echo "$var=$value" >> ${wx_arg_cache_file}
8540 fi
8541 if test "$value" = 1; then
8542 toolkit_echo=`echo $toolkit | tr [A-Z] [a-z]`
8543 echo "$ac_t""$toolkit_echo" 1>&6
8544 fi
8545 fi
8546 done
8547else
8548 echo "$ac_t""base ($host_alias hosted) only" 1>&6
8549fi
8550
8551
8552cat > confcache <<\EOF
8553# This file is a shell script that caches the results of configure
8554# tests run on this system so they can be shared between configure
8555# scripts and configure runs. It is not useful on other systems.
8556# If it contains results you don't want to keep, you may remove or edit it.
8557#
8558# By default, configure uses ./config.cache as the cache file,
8559# creating it if it does not exist already. You can give configure
8560# the --cache-file=FILE option to use a different cache file; that is
8561# what configure does when it calls configure scripts in
8562# subdirectories, so they share the cache.
8563# Giving --cache-file=/dev/null disables caching, for debugging configure.
8564# config.status only pays attention to the cache file if you give it the
8565# --recheck option to rerun configure.
8566#
8567EOF
8568# The following way of writing the cache mishandles newlines in values,
8569# but we know of no workaround that is simple, portable, and efficient.
8570# So, don't put newlines in cache variables' values.
8571# Ultrix sh set writes to stderr and can't be redirected directly,
8572# and sets the high bit in the cache file unless we assign to the vars.
8573(set) 2>&1 |
8574 case `(ac_space=' '; set | grep ac_space) 2>&1` in
8575 *ac_space=\ *)
8576 # `set' does not quote correctly, so add quotes (double-quote substitution
8577 # turns \\\\ into \\, and sed turns \\ into \).
8578 sed -n \
8579 -e "s/'/'\\\\''/g" \
8580 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
8581 ;;
8582 *)
8583 # `set' quotes correctly as required by POSIX, so do not add quotes.
8584 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
8585 ;;
8586 esac >> confcache
8587if cmp -s $cache_file confcache; then
8588 :
8589else
8590 if test -w $cache_file; then
8591 echo "updating cache $cache_file"
8592 cat confcache > $cache_file
8593 else
8594 echo "not updating unwritable cache $cache_file"
8595 fi
8596fi
8597rm -f confcache
8598
8599
8600if test "$build" != "$host" ; then
8601 if test "$USE_WIN32" = 1 -o "$USE_DOS" = 1 ; then
8602 CC=$host_alias-gcc
8603 CXX=$host_alias-c++
8604 AR=$host_alias-ar
8605 RANLIB=$host_alias-ranlib
8606 DLLTOOL=$host_alias-dlltool
8607 RESCOMP=$host_alias-windres
8608 LD=$host_alias-ld
8609 NM=$host_alias-nm
8610 STRIP=$host_alias-strip
8611 else
8612 { echo "configure: error: $build_alias -> $host_alias cross compilation not supported yet." 1>&2; exit 1; }
8613 fi
8614fi
8615
8616# Extract the first word of "gcc", so it can be a program name with args.
8617set dummy gcc; ac_word=$2
8618echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8619echo "configure:8620: checking for $ac_word" >&5
8620if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
8621 echo $ac_n "(cached) $ac_c" 1>&6
8622else
8623 if test -n "$CC"; then
8624 ac_cv_prog_CC="$CC" # Let the user override the test.
8625else
8626 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8627 ac_dummy="$PATH"
8628 for ac_dir in $ac_dummy; do
8629 test -z "$ac_dir" && ac_dir=.
8630 if test -f $ac_dir/$ac_word; then
8631 ac_cv_prog_CC="gcc"
8632 break
8633 fi
8634 done
8635 IFS="$ac_save_ifs"
8636fi
8637fi
8638CC="$ac_cv_prog_CC"
8639if test -n "$CC"; then
8640 echo "$ac_t""$CC" 1>&6
8641else
8642 echo "$ac_t""no" 1>&6
8643fi
8644
8645if test -z "$CC"; then
8646 # Extract the first word of "cc", so it can be a program name with args.
8647set dummy cc; ac_word=$2
8648echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8649echo "configure:8650: checking for $ac_word" >&5
8650if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
8651 echo $ac_n "(cached) $ac_c" 1>&6
8652else
8653 if test -n "$CC"; then
8654 ac_cv_prog_CC="$CC" # Let the user override the test.
8655else
8656 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8657 ac_prog_rejected=no
8658 ac_dummy="$PATH"
8659 for ac_dir in $ac_dummy; do
8660 test -z "$ac_dir" && ac_dir=.
8661 if test -f $ac_dir/$ac_word; then
8662 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
8663 ac_prog_rejected=yes
8664 continue
8665 fi
8666 ac_cv_prog_CC="cc"
8667 break
8668 fi
8669 done
8670 IFS="$ac_save_ifs"
8671if test $ac_prog_rejected = yes; then
8672 # We found a bogon in the path, so make sure we never use it.
8673 set dummy $ac_cv_prog_CC
8674 shift
8675 if test $# -gt 0; then
8676 # We chose a different compiler from the bogus one.
8677 # However, it has the same basename, so the bogon will be chosen
8678 # first if we set CC to just the basename; use the full file name.
8679 shift
8680 set dummy "$ac_dir/$ac_word" "$@"
8681 shift
8682 ac_cv_prog_CC="$@"
8683 fi
8684fi
8685fi
8686fi
8687CC="$ac_cv_prog_CC"
8688if test -n "$CC"; then
8689 echo "$ac_t""$CC" 1>&6
8690else
8691 echo "$ac_t""no" 1>&6
8692fi
8693
8694 if test -z "$CC"; then
8695 case "`uname -s`" in
8696 *win32* | *WIN32*)
8697 # Extract the first word of "cl", so it can be a program name with args.
8698set dummy cl; ac_word=$2
8699echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8700echo "configure:8701: checking for $ac_word" >&5
8701if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
8702 echo $ac_n "(cached) $ac_c" 1>&6
8703else
8704 if test -n "$CC"; then
8705 ac_cv_prog_CC="$CC" # Let the user override the test.
8706else
8707 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8708 ac_dummy="$PATH"
8709 for ac_dir in $ac_dummy; do
8710 test -z "$ac_dir" && ac_dir=.
8711 if test -f $ac_dir/$ac_word; then
8712 ac_cv_prog_CC="cl"
8713 break
8714 fi
8715 done
8716 IFS="$ac_save_ifs"
8717fi
8718fi
8719CC="$ac_cv_prog_CC"
8720if test -n "$CC"; then
8721 echo "$ac_t""$CC" 1>&6
8722else
8723 echo "$ac_t""no" 1>&6
8724fi
8725 ;;
8726 esac
8727 fi
8728 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
8729fi
8730
8731echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
8732echo "configure:8733: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
8733
8734ac_ext=c
8735# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8736ac_cpp='$CPP $CPPFLAGS'
8737ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8738ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8739cross_compiling=$ac_cv_prog_cc_cross
8740
8741cat > conftest.$ac_ext << EOF
8742
8743#line 8744 "configure"
8744#include "confdefs.h"
8745
8746main(){return(0);}
8747EOF
8748if { (eval echo configure:8749: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8749 ac_cv_prog_cc_works=yes
8750 # If we can't run a trivial program, we are probably using a cross compiler.
8751 if (./conftest; exit) 2>/dev/null; then
8752 ac_cv_prog_cc_cross=no
8753 else
8754 ac_cv_prog_cc_cross=yes
8755 fi
8756else
8757 echo "configure: failed program was:" >&5
8758 cat conftest.$ac_ext >&5
8759 ac_cv_prog_cc_works=no
8760fi
8761rm -fr conftest*
8762ac_ext=c
8763# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8764ac_cpp='$CPP $CPPFLAGS'
8765ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8766ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8767cross_compiling=$ac_cv_prog_cc_cross
8768
8769echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
8770if test $ac_cv_prog_cc_works = no; then
8771 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
8772fi
8773echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
8774echo "configure:8775: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
8775echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
8776cross_compiling=$ac_cv_prog_cc_cross
8777
8778echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
8779echo "configure:8780: checking whether we are using GNU C" >&5
8780if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
8781 echo $ac_n "(cached) $ac_c" 1>&6
8782else
8783 cat > conftest.c <<EOF
8784#ifdef __GNUC__
8785 yes;
8786#endif
8787EOF
8788if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:8789: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
8789 ac_cv_prog_gcc=yes
8790else
8791 ac_cv_prog_gcc=no
8792fi
8793fi
8794
8795echo "$ac_t""$ac_cv_prog_gcc" 1>&6
8796
8797if test $ac_cv_prog_gcc = yes; then
8798 GCC=yes
8799else
8800 GCC=
8801fi
8802
8803ac_test_CFLAGS="${CFLAGS+set}"
8804ac_save_CFLAGS="$CFLAGS"
8805CFLAGS=
8806echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
8807echo "configure:8808: checking whether ${CC-cc} accepts -g" >&5
8808if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
8809 echo $ac_n "(cached) $ac_c" 1>&6
8810else
8811 echo 'void f(){}' > conftest.c
8812if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
8813 ac_cv_prog_cc_g=yes
8814else
8815 ac_cv_prog_cc_g=no
8816fi
8817rm -f conftest*
8818
8819fi
8820
8821echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
8822if test "$ac_test_CFLAGS" = set; then
8823 CFLAGS="$ac_save_CFLAGS"
8824elif test $ac_cv_prog_cc_g = yes; then
8825 if test "$GCC" = yes; then
8826 CFLAGS="-g -O2"
8827 else
8828 CFLAGS="-g"
8829 fi
8830else
8831 if test "$GCC" = yes; then
8832 CFLAGS="-O2"
8833 else
8834 CFLAGS=
8835 fi
8836fi
8837
8838
8839CFLAGS=`echo "$CFLAGS" | sed 's/-g//g'`
8840
8841echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
8842echo "configure:8843: checking how to run the C preprocessor" >&5
8843# On Suns, sometimes $CPP names a directory.
8844if test -n "$CPP" && test -d "$CPP"; then
8845 CPP=
8846fi
8847if test -z "$CPP"; then
8848if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
8849 echo $ac_n "(cached) $ac_c" 1>&6
8850else
8851 # This must be in double quotes, not single quotes, because CPP may get
8852 # substituted into the Makefile and "${CC-cc}" will confuse make.
8853 CPP="${CC-cc} -E"
8854 # On the NeXT, cc -E runs the code through the compiler's parser,
8855 # not just through cpp.
8856 cat > conftest.$ac_ext <<EOF
8857#line 8858 "configure"
8858#include "confdefs.h"
8859#include <assert.h>
8860Syntax Error
8861EOF
8862ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8863{ (eval echo configure:8864: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8864ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8865if test -z "$ac_err"; then
8866 :
8867else
8868 echo "$ac_err" >&5
8869 echo "configure: failed program was:" >&5
8870 cat conftest.$ac_ext >&5
8871 rm -rf conftest*
8872 CPP="${CC-cc} -E -traditional-cpp"
8873 cat > conftest.$ac_ext <<EOF
8874#line 8875 "configure"
8875#include "confdefs.h"
8876#include <assert.h>
8877Syntax Error
8878EOF
8879ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8880{ (eval echo configure:8881: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8881ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8882if test -z "$ac_err"; then
8883 :
8884else
8885 echo "$ac_err" >&5
8886 echo "configure: failed program was:" >&5
8887 cat conftest.$ac_ext >&5
8888 rm -rf conftest*
8889 CPP="${CC-cc} -nologo -E"
8890 cat > conftest.$ac_ext <<EOF
8891#line 8892 "configure"
8892#include "confdefs.h"
8893#include <assert.h>
8894Syntax Error
8895EOF
8896ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8897{ (eval echo configure:8898: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8898ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8899if test -z "$ac_err"; then
8900 :
8901else
8902 echo "$ac_err" >&5
8903 echo "configure: failed program was:" >&5
8904 cat conftest.$ac_ext >&5
8905 rm -rf conftest*
8906 CPP=/lib/cpp
8907fi
8908rm -f conftest*
8909fi
8910rm -f conftest*
8911fi
8912rm -f conftest*
8913 ac_cv_prog_CPP="$CPP"
8914fi
8915 CPP="$ac_cv_prog_CPP"
8916else
8917 ac_cv_prog_CPP="$CPP"
8918fi
8919echo "$ac_t""$CPP" 1>&6
8920
8921if test $ac_cv_prog_gcc = yes; then
8922 echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
8923echo "configure:8924: checking whether ${CC-cc} needs -traditional" >&5
8924if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
8925 echo $ac_n "(cached) $ac_c" 1>&6
8926else
8927 ac_pattern="Autoconf.*'x'"
8928 cat > conftest.$ac_ext <<EOF
8929#line 8930 "configure"
8930#include "confdefs.h"
8931#include <sgtty.h>
8932Autoconf TIOCGETP
8933EOF
8934if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8935 egrep "$ac_pattern" >/dev/null 2>&1; then
8936 rm -rf conftest*
8937 ac_cv_prog_gcc_traditional=yes
8938else
8939 rm -rf conftest*
8940 ac_cv_prog_gcc_traditional=no
8941fi
8942rm -f conftest*
8943
8944
8945 if test $ac_cv_prog_gcc_traditional = no; then
8946 cat > conftest.$ac_ext <<EOF
8947#line 8948 "configure"
8948#include "confdefs.h"
8949#include <termio.h>
8950Autoconf TCGETA
8951EOF
8952if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8953 egrep "$ac_pattern" >/dev/null 2>&1; then
8954 rm -rf conftest*
8955 ac_cv_prog_gcc_traditional=yes
8956fi
8957rm -f conftest*
8958
8959 fi
8960fi
8961
8962echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
8963 if test $ac_cv_prog_gcc_traditional = yes; then
8964 CC="$CC -traditional"
8965 fi
8966fi
8967
8968
8969
8970ac_ext=C
8971# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8972ac_cpp='$CXXCPP $CPPFLAGS'
8973ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8974ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8975cross_compiling=$ac_cv_prog_cxx_cross
8976
8977
8978for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl
8979do
8980# Extract the first word of "$ac_prog", so it can be a program name with args.
8981set dummy $ac_prog; ac_word=$2
8982echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8983echo "configure:8984: checking for $ac_word" >&5
8984if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
8985 echo $ac_n "(cached) $ac_c" 1>&6
8986else
8987 if test -n "$CXX"; then
8988 ac_cv_prog_CXX="$CXX" # Let the user override the test.
8989else
8990 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8991 ac_dummy="$PATH"
8992 for ac_dir in $ac_dummy; do
8993 test -z "$ac_dir" && ac_dir=.
8994 if test -f $ac_dir/$ac_word; then
8995 ac_cv_prog_CXX="$ac_prog"
8996 break
8997 fi
8998 done
8999 IFS="$ac_save_ifs"
9000fi
9001fi
9002CXX="$ac_cv_prog_CXX"
9003if test -n "$CXX"; then
9004 echo "$ac_t""$CXX" 1>&6
9005else
9006 echo "$ac_t""no" 1>&6
9007fi
9008
9009test -n "$CXX" && break
9010done
9011test -n "$CXX" || CXX="gcc"
9012
9013
9014echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
9015echo "configure:9016: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
9016
9017ac_ext=C
9018# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9019ac_cpp='$CXXCPP $CPPFLAGS'
9020ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9021ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9022cross_compiling=$ac_cv_prog_cxx_cross
9023
9024cat > conftest.$ac_ext << EOF
9025
9026#line 9027 "configure"
9027#include "confdefs.h"
9028
9029int main(){return(0);}
9030EOF
9031if { (eval echo configure:9032: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9032 ac_cv_prog_cxx_works=yes
9033 # If we can't run a trivial program, we are probably using a cross compiler.
9034 if (./conftest; exit) 2>/dev/null; then
9035 ac_cv_prog_cxx_cross=no
9036 else
9037 ac_cv_prog_cxx_cross=yes
9038 fi
9039else
9040 echo "configure: failed program was:" >&5
9041 cat conftest.$ac_ext >&5
9042 ac_cv_prog_cxx_works=no
9043fi
9044rm -fr conftest*
9045ac_ext=C
9046# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9047ac_cpp='$CXXCPP $CPPFLAGS'
9048ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9049ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9050cross_compiling=$ac_cv_prog_cxx_cross
9051
9052echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
9053if test $ac_cv_prog_cxx_works = no; then
9054 { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
9055fi
9056echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
9057echo "configure:9058: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
9058echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
9059cross_compiling=$ac_cv_prog_cxx_cross
9060
9061echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
9062echo "configure:9063: checking whether we are using GNU C++" >&5
9063if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
9064 echo $ac_n "(cached) $ac_c" 1>&6
9065else
9066 cat > conftest.C <<EOF
9067#ifdef __GNUC__
9068 yes;
9069#endif
9070EOF
9071if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:9072: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
9072 ac_cv_prog_gxx=yes
9073else
9074 ac_cv_prog_gxx=no
9075fi
9076fi
9077
9078echo "$ac_t""$ac_cv_prog_gxx" 1>&6
9079
9080if test $ac_cv_prog_gxx = yes; then
9081 GXX=yes
9082else
9083 GXX=
9084fi
9085
9086ac_test_CXXFLAGS="${CXXFLAGS+set}"
9087ac_save_CXXFLAGS="$CXXFLAGS"
9088CXXFLAGS=
9089echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
9090echo "configure:9091: checking whether ${CXX-g++} accepts -g" >&5
9091if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
9092 echo $ac_n "(cached) $ac_c" 1>&6
9093else
9094 echo 'void f(){}' > conftest.cc
9095if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
9096 ac_cv_prog_cxx_g=yes
9097else
9098 ac_cv_prog_cxx_g=no
9099fi
9100rm -f conftest*
9101
9102fi
9103
9104echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
9105if test "$ac_test_CXXFLAGS" = set; then
9106 CXXFLAGS="$ac_save_CXXFLAGS"
9107elif test $ac_cv_prog_cxx_g = yes; then
9108 if test "$GXX" = yes; then
9109 CXXFLAGS="-g -O2"
9110 else
9111 CXXFLAGS="-g"
9112 fi
9113else
9114 if test "$GXX" = yes; then
9115 CXXFLAGS="-O2"
9116 else
9117 CXXFLAGS=
9118 fi
9119fi
9120
9121
9122CXXFLAGS=`echo "$CXXFLAGS" | sed 's/-g//g'`
9123
9124ac_ext=c
9125# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9126ac_cpp='$CPP $CPPFLAGS'
9127ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9128ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9129cross_compiling=$ac_cv_prog_cc_cross
9130
9131
9132# Extract the first word of "ranlib", so it can be a program name with args.
9133set dummy ranlib; ac_word=$2
9134echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9135echo "configure:9136: checking for $ac_word" >&5
9136if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
9137 echo $ac_n "(cached) $ac_c" 1>&6
9138else
9139 if test -n "$RANLIB"; then
9140 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9141else
9142 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
9143 ac_dummy="$PATH"
9144 for ac_dir in $ac_dummy; do
9145 test -z "$ac_dir" && ac_dir=.
9146 if test -f $ac_dir/$ac_word; then
9147 ac_cv_prog_RANLIB="ranlib"
9148 break
9149 fi
9150 done
9151 IFS="$ac_save_ifs"
9152 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
9153fi
9154fi
9155RANLIB="$ac_cv_prog_RANLIB"
9156if test -n "$RANLIB"; then
9157 echo "$ac_t""$RANLIB" 1>&6
9158else
9159 echo "$ac_t""no" 1>&6
9160fi
9161
9162
9163# Extract the first word of "ar", so it can be a program name with args.
9164set dummy ar; ac_word=$2
9165echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9166echo "configure:9167: checking for $ac_word" >&5
9167if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
9168 echo $ac_n "(cached) $ac_c" 1>&6
9169else
9170 if test -n "$AR"; then
9171 ac_cv_prog_AR="$AR" # Let the user override the test.
9172else
9173 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
9174 ac_dummy="$PATH"
9175 for ac_dir in $ac_dummy; do
9176 test -z "$ac_dir" && ac_dir=.
9177 if test -f $ac_dir/$ac_word; then
9178 ac_cv_prog_AR="ar"
9179 break
9180 fi
9181 done
9182 IFS="$ac_save_ifs"
9183 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
9184fi
9185fi
9186AR="$ac_cv_prog_AR"
9187if test -n "$AR"; then
9188 echo "$ac_t""$AR" 1>&6
9189else
9190 echo "$ac_t""no" 1>&6
9191fi
9192
9193
9194# Find a good install program. We prefer a C program (faster),
9195# so one script is as good as another. But avoid the broken or
9196# incompatible versions:
9197# SysV /etc/install, /usr/sbin/install
9198# SunOS /usr/etc/install
9199# IRIX /sbin/install
9200# AIX /bin/install
9201# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
9202# AFS /usr/afsws/bin/install, which mishandles nonexistent args
9203# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
9204# ./install, which can be erroneously created by make from ./install.sh.
9205echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
9206echo "configure:9207: checking for a BSD compatible install" >&5
9207if test -z "$INSTALL"; then
9208if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
9209 echo $ac_n "(cached) $ac_c" 1>&6
9210else
9211 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
9212 for ac_dir in $PATH; do
9213 # Account for people who put trailing slashes in PATH elements.
9214 case "$ac_dir/" in
9215 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
9216 *)
9217 # OSF1 and SCO ODT 3.0 have their own names for install.
9218 # Don't use installbsd from OSF since it installs stuff as root
9219 # by default.
9220 for ac_prog in ginstall scoinst install; do
9221 if test -f $ac_dir/$ac_prog; then
9222 if test $ac_prog = install &&
9223 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
9224 # AIX install. It has an incompatible calling convention.
9225 :
9226 else
9227 ac_cv_path_install="$ac_dir/$ac_prog -c"
9228 break 2
9229 fi
9230 fi
9231 done
9232 ;;
9233 esac
9234 done
9235 IFS="$ac_save_IFS"
9236
9237fi
9238 if test "${ac_cv_path_install+set}" = set; then
9239 INSTALL="$ac_cv_path_install"
9240 else
9241 # As a last resort, use the slow shell script. We don't cache a
9242 # path for INSTALL within a source directory, because that will
9243 # break other packages using the cache if that directory is
9244 # removed, or if the path is relative.
9245 INSTALL="$ac_install_sh"
9246 fi
9247fi
9248echo "$ac_t""$INSTALL" 1>&6
9249
9250# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
9251# It thinks the first close brace ends the variable substitution.
9252test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
9253
9254test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
9255
9256test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
9257
9258case "${host}" in
9259
9260 powerpc-*-darwin* )
9261 INSTALL_PROGRAM="cp -fp"
9262 INSTALL_DATA="cp -fp"
9263 ;;
9264 *)
9265 ;;
9266esac
9267
9268# Extract the first word of "strip", so it can be a program name with args.
9269set dummy strip; ac_word=$2
9270echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9271echo "configure:9272: checking for $ac_word" >&5
9272if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
9273 echo $ac_n "(cached) $ac_c" 1>&6
9274else
9275 if test -n "$STRIP"; then
9276 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9277else
9278 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
9279 ac_dummy="$PATH"
9280 for ac_dir in $ac_dummy; do
9281 test -z "$ac_dir" && ac_dir=.
9282 if test -f $ac_dir/$ac_word; then
9283 ac_cv_prog_STRIP="strip"
9284 break
9285 fi
9286 done
9287 IFS="$ac_save_ifs"
9288 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP="true"
9289fi
9290fi
9291STRIP="$ac_cv_prog_STRIP"
9292if test -n "$STRIP"; then
9293 echo "$ac_t""$STRIP" 1>&6
9294else
9295 echo "$ac_t""no" 1>&6
9296fi
9297
9298
9299echo $ac_n "checking if make is GNU make""... $ac_c" 1>&6
9300echo "configure:9301: checking if make is GNU make" >&5
9301if eval "test \"`echo '$''{'wx_cv_prog_makeisgnu'+set}'`\" = set"; then
9302 echo $ac_n "(cached) $ac_c" 1>&6
9303else
9304
9305 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
9306 egrep -s GNU > /dev/null); then
9307 wx_cv_prog_makeisgnu="yes"
9308 else
9309 wx_cv_prog_makeisgnu="no"
9310 fi
9311
9312fi
9313
9314echo "$ac_t""$wx_cv_prog_makeisgnu" 1>&6
9315
9316if test "x$wx_cv_prog_makeisgnu" = "xyes"; then
9317 IF_GNU_MAKE=""
9318else
9319 IF_GNU_MAKE="#"
9320fi
9321
9322
9323
9324if test "x$wx_cv_prog_makeisgnu" != "xyes"; then
9325echo $ac_n "checking if make supports VPATH""... $ac_c" 1>&6
9326echo "configure:9327: checking if make supports VPATH" >&5
9327if eval "test \"`echo '$''{'wx_cv_prog_makevpath'+set}'`\" = set"; then
9328 echo $ac_n "(cached) $ac_c" 1>&6
9329else
9330
9331cat - << EOF > confMake
9332check : file
9333 cp \$? \$@
9334 cp \$? final_file
9335EOF
9336
9337if test ! -d sub ; then
9338 mkdir sub
9339fi
9340echo dummy > sub/file
9341${MAKE-make} -f confMake VPATH=sub 2>&5 > /dev/null
9342RESULT=$?
9343rm -f sub/file check final_file confMake
9344rmdir sub
9345if test "$RESULT" = 0; then
9346 wx_cv_prog_makevpath="yes"
9347else
9348 wx_cv_prog_makevpath="no"
9349fi
9350
9351fi
9352
9353echo "$ac_t""$wx_cv_prog_makevpath" 1>&6
9354
9355if test "x$wx_cv_prog_makevpath" != "xyes"; then
9356{ echo "configure: error:
9357You need a make-utility that is able to use the variable
9358VPATH correctly.
9359If your version of make does not support VPATH correctly,
9360please install GNU-make (possibly as gmake), and start
9361configure with the following command:
9362export MAKE=gmake; ./configure for sh-type shells
9363setenv MAKE gmake; ./configure for csh-type shells
9364Also please do remember to use gmake in this case every time
9365you are trying to compile.
9366" 1>&2; exit 1; }
9367fi fi
9368for ac_prog in 'bison -y' byacc
9369do
9370# Extract the first word of "$ac_prog", so it can be a program name with args.
9371set dummy $ac_prog; ac_word=$2
9372echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9373echo "configure:9374: checking for $ac_word" >&5
9374if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
9375 echo $ac_n "(cached) $ac_c" 1>&6
9376else
9377 if test -n "$YACC"; then
9378 ac_cv_prog_YACC="$YACC" # Let the user override the test.
9379else
9380 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
9381 ac_dummy="$PATH"
9382 for ac_dir in $ac_dummy; do
9383 test -z "$ac_dir" && ac_dir=.
9384 if test -f $ac_dir/$ac_word; then
9385 ac_cv_prog_YACC="$ac_prog"
9386 break
9387 fi
9388 done
9389 IFS="$ac_save_ifs"
9390fi
9391fi
9392YACC="$ac_cv_prog_YACC"
9393if test -n "$YACC"; then
9394 echo "$ac_t""$YACC" 1>&6
9395else
9396 echo "$ac_t""no" 1>&6
9397fi
9398
9399test -n "$YACC" && break
9400done
9401test -n "$YACC" || YACC="yacc"
9402
9403
9404# Extract the first word of "flex", so it can be a program name with args.
9405set dummy flex; ac_word=$2
9406echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9407echo "configure:9408: checking for $ac_word" >&5
9408if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
9409 echo $ac_n "(cached) $ac_c" 1>&6
9410else
9411 if test -n "$LEX"; then
9412 ac_cv_prog_LEX="$LEX" # Let the user override the test.
9413else
9414 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
9415 ac_dummy="$PATH"
9416 for ac_dir in $ac_dummy; do
9417 test -z "$ac_dir" && ac_dir=.
9418 if test -f $ac_dir/$ac_word; then
9419 ac_cv_prog_LEX="flex"
9420 break
9421 fi
9422 done
9423 IFS="$ac_save_ifs"
9424 test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX="lex"
9425fi
9426fi
9427LEX="$ac_cv_prog_LEX"
9428if test -n "$LEX"; then
9429 echo "$ac_t""$LEX" 1>&6
9430else
9431 echo "$ac_t""no" 1>&6
9432fi
9433
9434if test -z "$LEXLIB"
9435then
9436 case "$LEX" in
9437 flex*) ac_lib=fl ;;
9438 *) ac_lib=l ;;
9439 esac
9440 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
9441echo "configure:9442: checking for yywrap in -l$ac_lib" >&5
9442ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
9443if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9444 echo $ac_n "(cached) $ac_c" 1>&6
9445else
9446 ac_save_LIBS="$LIBS"
9447LIBS="-l$ac_lib $LIBS"
9448cat > conftest.$ac_ext <<EOF
9449#line 9450 "configure"
9450#include "confdefs.h"
9451/* Override any gcc2 internal prototype to avoid an error. */
9452/* We use char because int might match the return type of a gcc2
9453 builtin and then its argument prototype would still apply. */
9454char yywrap();
9455
9456int main() {
9457yywrap()
9458; return 0; }
9459EOF
9460if { (eval echo configure:9461: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9461 rm -rf conftest*
9462 eval "ac_cv_lib_$ac_lib_var=yes"
9463else
9464 echo "configure: failed program was:" >&5
9465 cat conftest.$ac_ext >&5
9466 rm -rf conftest*
9467 eval "ac_cv_lib_$ac_lib_var=no"
9468fi
9469rm -f conftest*
9470LIBS="$ac_save_LIBS"
9471
9472fi
9473if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9474 echo "$ac_t""yes" 1>&6
9475 LEXLIB="-l$ac_lib"
9476else
9477 echo "$ac_t""no" 1>&6
9478fi
9479
9480fi
9481
9482
9483echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
9484echo "configure:9485: checking whether ln -s works" >&5
9485if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
9486 echo $ac_n "(cached) $ac_c" 1>&6
9487else
9488 rm -f conftestdata
9489if ln -s X conftestdata 2>/dev/null
9490then
9491 rm -f conftestdata
9492 ac_cv_prog_LN_S="ln -s"
9493else
9494 ac_cv_prog_LN_S=ln
9495fi
9496fi
9497LN_S="$ac_cv_prog_LN_S"
9498if test "$ac_cv_prog_LN_S" = "ln -s"; then
9499 echo "$ac_t""yes" 1>&6
9500else
9501 echo "$ac_t""no" 1>&6
9502fi
9503
9504
9505
9506SEARCH_INCLUDE="\
9507 /usr/local/include \
9508 \
9509 /usr/Motif-1.2/include \
9510 /usr/Motif-2.1/include \
9511 \
9512 /usr/include/Motif1.2 \
9513 /opt/xpm/include/X11 \
9514 /opt/GBxpm/include/ \
9515 /opt/GBxpm/X11/include/ \
9516 \
9517 /usr/Motif1.2/include \
9518 /usr/dt/include \
9519 /usr/openwin/include \
9520 \
9521 /usr/include/Xm \
9522 \
9523 /usr/X11R6/include \
9524 /usr/X11R6.4/include \
9525 /usr/X11R5/include \
9526 /usr/X11R4/include \
9527 \
9528 /usr/include/X11R6 \
9529 /usr/include/X11R5 \
9530 /usr/include/X11R4 \
9531 \
9532 /usr/local/X11R6/include \
9533 /usr/local/X11R5/include \
9534 /usr/local/X11R4/include \
9535 \
9536 /usr/local/include/X11R6 \
9537 /usr/local/include/X11R5 \
9538 /usr/local/include/X11R4 \
9539 \
9540 /usr/X11/include \
9541 /usr/include/X11 \
9542 /usr/local/X11/include \
9543 /usr/local/include/X11 \
9544 \
9545 /usr/X386/include \
9546 /usr/x386/include \
9547 /usr/XFree86/include/X11 \
9548 \
9549 X:/XFree86/include \
9550 X:/XFree86/include/X11 \
9551 \
9552 /usr/include/gtk \
9553 /usr/local/include/gtk \
9554 /usr/include/glib \
9555 /usr/local/include/glib \
9556 \
9557 /usr/include/qt \
9558 /usr/local/include/qt \
9559 \
9560 /usr/include/windows \
9561 /usr/include/wine \
9562 /usr/local/include/wine \
9563 \
9564 /usr/unsupported/include \
9565 /usr/athena/include \
9566 /usr/local/x11r5/include \
9567 /usr/lpp/Xamples/include \
9568 \
9569 /usr/openwin/share/include \
9570 \
9571 /usr/include"
9572
9573SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` "
9574
9575
9576cat > confcache <<\EOF
9577# This file is a shell script that caches the results of configure
9578# tests run on this system so they can be shared between configure
9579# scripts and configure runs. It is not useful on other systems.
9580# If it contains results you don't want to keep, you may remove or edit it.
9581#
9582# By default, configure uses ./config.cache as the cache file,
9583# creating it if it does not exist already. You can give configure
9584# the --cache-file=FILE option to use a different cache file; that is
9585# what configure does when it calls configure scripts in
9586# subdirectories, so they share the cache.
9587# Giving --cache-file=/dev/null disables caching, for debugging configure.
9588# config.status only pays attention to the cache file if you give it the
9589# --recheck option to rerun configure.
9590#
9591EOF
9592# The following way of writing the cache mishandles newlines in values,
9593# but we know of no workaround that is simple, portable, and efficient.
9594# So, don't put newlines in cache variables' values.
9595# Ultrix sh set writes to stderr and can't be redirected directly,
9596# and sets the high bit in the cache file unless we assign to the vars.
9597(set) 2>&1 |
9598 case `(ac_space=' '; set | grep ac_space) 2>&1` in
9599 *ac_space=\ *)
9600 # `set' does not quote correctly, so add quotes (double-quote substitution
9601 # turns \\\\ into \\, and sed turns \\ into \).
9602 sed -n \
9603 -e "s/'/'\\\\''/g" \
9604 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
9605 ;;
9606 *)
9607 # `set' quotes correctly as required by POSIX, so do not add quotes.
9608 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
9609 ;;
9610 esac >> confcache
9611if cmp -s $cache_file confcache; then
9612 :
9613else
9614 if test -w $cache_file; then
9615 echo "updating cache $cache_file"
9616 cat confcache > $cache_file
9617 else
9618 echo "not updating unwritable cache $cache_file"
9619 fi
9620fi
9621rm -f confcache
9622
9623
9624
9625
9626REGEX_INCLUDE=
9627if test "$wxUSE_REGEX" != "no"; then
9628 cat >> confdefs.h <<\EOF
9629#define wxUSE_REGEX 1
9630EOF
9631
9632
9633 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
9634 ac_safe=`echo "regex.h" | sed 'y%./+-%__p_%'`
9635echo $ac_n "checking for regex.h""... $ac_c" 1>&6
9636echo "configure:9637: checking for regex.h" >&5
9637if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9638 echo $ac_n "(cached) $ac_c" 1>&6
9639else
9640 cat > conftest.$ac_ext <<EOF
9641#line 9642 "configure"
9642#include "confdefs.h"
9643#include <regex.h>
9644EOF
9645ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9646{ (eval echo configure:9647: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9647ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9648if test -z "$ac_err"; then
9649 rm -rf conftest*
9650 eval "ac_cv_header_$ac_safe=yes"
9651else
9652 echo "$ac_err" >&5
9653 echo "configure: failed program was:" >&5
9654 cat conftest.$ac_ext >&5
9655 rm -rf conftest*
9656 eval "ac_cv_header_$ac_safe=no"
9657fi
9658rm -f conftest*
9659fi
9660if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9661 echo "$ac_t""yes" 1>&6
9662 for ac_func in regcomp
9663do
9664echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
9665echo "configure:9666: checking for $ac_func" >&5
9666if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9667 echo $ac_n "(cached) $ac_c" 1>&6
9668else
9669 cat > conftest.$ac_ext <<EOF
9670#line 9671 "configure"
9671#include "confdefs.h"
9672/* System header to define __stub macros and hopefully few prototypes,
9673 which can conflict with char $ac_func(); below. */
9674#include <assert.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 $ac_func();
9679
9680int main() {
9681
9682/* The GNU C library defines this for functions which it implements
9683 to always fail with ENOSYS. Some functions are actually named
9684 something starting with __ and the normal name is an alias. */
9685#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9686choke me
9687#else
9688$ac_func();
9689#endif
9690
9691; return 0; }
9692EOF
9693if { (eval echo configure:9694: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9694 rm -rf conftest*
9695 eval "ac_cv_func_$ac_func=yes"
9696else
9697 echo "configure: failed program was:" >&5
9698 cat conftest.$ac_ext >&5
9699 rm -rf conftest*
9700 eval "ac_cv_func_$ac_func=no"
9701fi
9702rm -f conftest*
9703fi
9704
9705if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9706 echo "$ac_t""yes" 1>&6
9707 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9708 cat >> confdefs.h <<EOF
9709#define $ac_tr_func 1
9710EOF
9711
9712else
9713 echo "$ac_t""no" 1>&6
9714fi
9715done
9716
9717else
9718 echo "$ac_t""no" 1>&6
9719fi
9720
9721
9722 if test "x$ac_cv_func_regcomp" != "xyes"; then
9723 if test "$wxUSE_REGEX" = "sys" ; then
9724 { echo "configure: error: system regex library not found! Use --with-regex to use built-in version" 1>&2; exit 1; }
9725 else
9726 echo "configure: warning: system regex library not found, will use built-in instead" 1>&2
9727 wxUSE_REGEX=builtin
9728 fi
9729 else
9730 wxUSE_REGEX=sys
9731 fi
9732 fi
9733
9734 if test "$wxUSE_REGEX" = "builtin" ; then
9735 REGEX_INCLUDE="-I\${top_srcdir}/src/regex"
9736 fi
9737fi
9738
9739
9740ZLIB_INCLUDE=
9741ZLIB_LINK=
9742if test "$wxUSE_ZLIB" != "no" ; then
9743 cat >> confdefs.h <<\EOF
9744#define wxUSE_ZLIB 1
9745EOF
9746
9747
9748 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
9749 ac_safe=`echo "zlib.h" | sed 'y%./+-%__p_%'`
9750echo $ac_n "checking for zlib.h""... $ac_c" 1>&6
9751echo "configure:9752: checking for zlib.h" >&5
9752if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9753 echo $ac_n "(cached) $ac_c" 1>&6
9754else
9755 cat > conftest.$ac_ext <<EOF
9756#line 9757 "configure"
9757#include "confdefs.h"
9758#include <zlib.h>
9759EOF
9760ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9761{ (eval echo configure:9762: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9762ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9763if test -z "$ac_err"; then
9764 rm -rf conftest*
9765 eval "ac_cv_header_$ac_safe=yes"
9766else
9767 echo "$ac_err" >&5
9768 echo "configure: failed program was:" >&5
9769 cat conftest.$ac_ext >&5
9770 rm -rf conftest*
9771 eval "ac_cv_header_$ac_safe=no"
9772fi
9773rm -f conftest*
9774fi
9775if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9776 echo "$ac_t""yes" 1>&6
9777 echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6
9778echo "configure:9779: checking for deflate in -lz" >&5
9779ac_lib_var=`echo z'_'deflate | sed 'y%./+-%__p_%'`
9780if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9781 echo $ac_n "(cached) $ac_c" 1>&6
9782else
9783 ac_save_LIBS="$LIBS"
9784LIBS="-lz $LIBS"
9785cat > conftest.$ac_ext <<EOF
9786#line 9787 "configure"
9787#include "confdefs.h"
9788/* Override any gcc2 internal prototype to avoid an error. */
9789/* We use char because int might match the return type of a gcc2
9790 builtin and then its argument prototype would still apply. */
9791char deflate();
9792
9793int main() {
9794deflate()
9795; return 0; }
9796EOF
9797if { (eval echo configure:9798: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9798 rm -rf conftest*
9799 eval "ac_cv_lib_$ac_lib_var=yes"
9800else
9801 echo "configure: failed program was:" >&5
9802 cat conftest.$ac_ext >&5
9803 rm -rf conftest*
9804 eval "ac_cv_lib_$ac_lib_var=no"
9805fi
9806rm -f conftest*
9807LIBS="$ac_save_LIBS"
9808
9809fi
9810if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9811 echo "$ac_t""yes" 1>&6
9812 ZLIB_LINK=" -lz"
9813else
9814 echo "$ac_t""no" 1>&6
9815fi
9816
9817else
9818 echo "$ac_t""no" 1>&6
9819fi
9820
9821
9822 if test "x$ZLIB_LINK" = "x" ; then
9823 if test "$wxUSE_ZLIB" = "sys" ; then
9824 { echo "configure: error: system zlib compression library not found! Use --with-zlib=builtin to use built-in version" 1>&2; exit 1; }
9825 else
9826 echo "configure: warning: system zlib compression library not found, will use built-in instead" 1>&2
9827 wxUSE_ZLIB=builtin
9828 fi
9829 else
9830 wxUSE_ZLIB=sys
9831 fi
9832 fi
9833
9834 if test "$wxUSE_ZLIB" = "builtin" ; then
9835 ZLIB_INCLUDE="-I\${top_srcdir}/src/zlib"
9836 fi
9837fi
9838
9839
9840PNG_INCLUDE=
9841PNG_LINK=
9842if test "$wxUSE_LIBPNG" != "no" ; then
9843 cat >> confdefs.h <<\EOF
9844#define wxUSE_LIBPNG 1
9845EOF
9846
9847
9848 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
9849 echo "configure: warning: wxMGL doesn't work with builtin png library, will use MGL one instead" 1>&2
9850 wxUSE_LIBPNG=sys
9851 fi
9852
9853 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
9854 echo "configure: warning: system png library doesn't work without system zlib, will use built-in instead" 1>&2
9855 wxUSE_LIBPNG=builtin
9856 fi
9857
9858 if test "$wxUSE_MGL" != 1 ; then
9859 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
9860 ac_safe=`echo "png.h" | sed 'y%./+-%__p_%'`
9861echo $ac_n "checking for png.h""... $ac_c" 1>&6
9862echo "configure:9863: checking for png.h" >&5
9863if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9864 echo $ac_n "(cached) $ac_c" 1>&6
9865else
9866 cat > conftest.$ac_ext <<EOF
9867#line 9868 "configure"
9868#include "confdefs.h"
9869#include <png.h>
9870EOF
9871ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9872{ (eval echo configure:9873: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9873ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9874if test -z "$ac_err"; then
9875 rm -rf conftest*
9876 eval "ac_cv_header_$ac_safe=yes"
9877else
9878 echo "$ac_err" >&5
9879 echo "configure: failed program was:" >&5
9880 cat conftest.$ac_ext >&5
9881 rm -rf conftest*
9882 eval "ac_cv_header_$ac_safe=no"
9883fi
9884rm -f conftest*
9885fi
9886if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9887 echo "$ac_t""yes" 1>&6
9888 echo $ac_n "checking for png_check_sig in -lpng""... $ac_c" 1>&6
9889echo "configure:9890: checking for png_check_sig in -lpng" >&5
9890ac_lib_var=`echo png'_'png_check_sig | sed 'y%./+-%__p_%'`
9891if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9892 echo $ac_n "(cached) $ac_c" 1>&6
9893else
9894 ac_save_LIBS="$LIBS"
9895LIBS="-lpng -lz -lm $LIBS"
9896cat > conftest.$ac_ext <<EOF
9897#line 9898 "configure"
9898#include "confdefs.h"
9899/* Override any gcc2 internal prototype to avoid an error. */
9900/* We use char because int might match the return type of a gcc2
9901 builtin and then its argument prototype would still apply. */
9902char png_check_sig();
9903
9904int main() {
9905png_check_sig()
9906; return 0; }
9907EOF
9908if { (eval echo configure:9909: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9909 rm -rf conftest*
9910 eval "ac_cv_lib_$ac_lib_var=yes"
9911else
9912 echo "configure: failed program was:" >&5
9913 cat conftest.$ac_ext >&5
9914 rm -rf conftest*
9915 eval "ac_cv_lib_$ac_lib_var=no"
9916fi
9917rm -f conftest*
9918LIBS="$ac_save_LIBS"
9919
9920fi
9921if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9922 echo "$ac_t""yes" 1>&6
9923 PNG_LINK=" -lpng"
9924else
9925 echo "$ac_t""no" 1>&6
9926fi
9927
9928
9929else
9930 echo "$ac_t""no" 1>&6
9931fi
9932
9933
9934 if test "x$PNG_LINK" = "x" ; then
9935 if test "$wxUSE_LIBPNG" = "sys" ; then
9936 { echo "configure: error: system png library not found! Use --with-libpng=builtin to use built-in version" 1>&2; exit 1; }
9937 else
9938 echo "configure: warning: system png library not found, will use built-in instead" 1>&2
9939 wxUSE_LIBPNG=builtin
9940 fi
9941 else
9942 wxUSE_LIBPNG=yes
9943 fi
9944 fi
9945 fi
9946
9947 if test "$wxUSE_LIBPNG" = "builtin" ; then
9948 PNG_INCLUDE="-I\${top_srcdir}/src/png"
9949 fi
9950
9951 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png"
9952fi
9953
9954
9955JPEG_INCLUDE=
9956JPEG_LINK=
9957if test "$wxUSE_LIBJPEG" != "no" ; then
9958 cat >> confdefs.h <<\EOF
9959#define wxUSE_LIBJPEG 1
9960EOF
9961
9962
9963 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
9964 echo "configure: warning: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" 1>&2
9965 wxUSE_LIBJPEG=sys
9966 fi
9967
9968 if test "$wxUSE_MGL" != 1 ; then
9969 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
9970 echo $ac_n "checking for jpeglib.h""... $ac_c" 1>&6
9971echo "configure:9972: checking for jpeglib.h" >&5
9972 if eval "test \"`echo '$''{'ac_cv_header_jpeglib_h'+set}'`\" = set"; then
9973 echo $ac_n "(cached) $ac_c" 1>&6
9974else
9975 cat > conftest.$ac_ext <<EOF
9976#line 9977 "configure"
9977#include "confdefs.h"
9978
9979 #undef HAVE_STDLIB_H
9980 #include <stdio.h>
9981 #include <jpeglib.h>
9982
9983int main() {
9984
9985
9986; return 0; }
9987EOF
9988if { (eval echo configure:9989: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9989 rm -rf conftest*
9990 ac_cv_header_jpeglib_h=yes
9991else
9992 echo "configure: failed program was:" >&5
9993 cat conftest.$ac_ext >&5
9994 rm -rf conftest*
9995 ac_cv_header_jpeglib_h=no
9996
9997fi
9998rm -f conftest*
9999
10000fi
10001
10002 echo "$ac_t""$ac_cv_header_jpeglib_h" 1>&6
10003
10004 if test "$ac_cv_header_jpeglib_h" = "yes"; then
10005 echo $ac_n "checking for jpeg_read_header in -ljpeg""... $ac_c" 1>&6
10006echo "configure:10007: checking for jpeg_read_header in -ljpeg" >&5
10007ac_lib_var=`echo jpeg'_'jpeg_read_header | sed 'y%./+-%__p_%'`
10008if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10009 echo $ac_n "(cached) $ac_c" 1>&6
10010else
10011 ac_save_LIBS="$LIBS"
10012LIBS="-ljpeg $LIBS"
10013cat > conftest.$ac_ext <<EOF
10014#line 10015 "configure"
10015#include "confdefs.h"
10016/* Override any gcc2 internal prototype to avoid an error. */
10017/* We use char because int might match the return type of a gcc2
10018 builtin and then its argument prototype would still apply. */
10019char jpeg_read_header();
10020
10021int main() {
10022jpeg_read_header()
10023; return 0; }
10024EOF
10025if { (eval echo configure:10026: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10026 rm -rf conftest*
10027 eval "ac_cv_lib_$ac_lib_var=yes"
10028else
10029 echo "configure: failed program was:" >&5
10030 cat conftest.$ac_ext >&5
10031 rm -rf conftest*
10032 eval "ac_cv_lib_$ac_lib_var=no"
10033fi
10034rm -f conftest*
10035LIBS="$ac_save_LIBS"
10036
10037fi
10038if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10039 echo "$ac_t""yes" 1>&6
10040 JPEG_LINK=" -ljpeg"
10041else
10042 echo "$ac_t""no" 1>&6
10043fi
10044
10045 fi
10046
10047 if test "x$JPEG_LINK" = "x" ; then
10048 if test "$wxUSE_LIBJPEG" = "sys" ; then
10049 { echo "configure: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" 1>&2; exit 1; }
10050 else
10051 echo "configure: warning: system jpeg library not found, will use built-in instead" 1>&2
10052 wxUSE_LIBJPEG=builtin
10053 fi
10054 else
10055 wxUSE_LIBJPEG=sys
10056 fi
10057 fi
10058 fi
10059
10060 if test "$wxUSE_LIBJPEG" = "builtin" ; then
10061 JPEG_INCLUDE="-I\${top_srcdir}/src/jpeg"
10062 fi
10063fi
10064
10065
10066TIFF_INCLUDE=
10067TIFF_LINK=
10068if test "$wxUSE_LIBTIFF" != "no" ; then
10069 cat >> confdefs.h <<\EOF
10070#define wxUSE_LIBTIFF 1
10071EOF
10072
10073
10074 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
10075 ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'`
10076echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6
10077echo "configure:10078: checking for tiffio.h" >&5
10078if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10079 echo $ac_n "(cached) $ac_c" 1>&6
10080else
10081 cat > conftest.$ac_ext <<EOF
10082#line 10083 "configure"
10083#include "confdefs.h"
10084#include <tiffio.h>
10085EOF
10086ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10087{ (eval echo configure:10088: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10088ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10089if test -z "$ac_err"; then
10090 rm -rf conftest*
10091 eval "ac_cv_header_$ac_safe=yes"
10092else
10093 echo "$ac_err" >&5
10094 echo "configure: failed program was:" >&5
10095 cat conftest.$ac_ext >&5
10096 rm -rf conftest*
10097 eval "ac_cv_header_$ac_safe=no"
10098fi
10099rm -f conftest*
10100fi
10101if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10102 echo "$ac_t""yes" 1>&6
10103 echo $ac_n "checking for TIFFError in -ltiff""... $ac_c" 1>&6
10104echo "configure:10105: checking for TIFFError in -ltiff" >&5
10105ac_lib_var=`echo tiff'_'TIFFError | sed 'y%./+-%__p_%'`
10106if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10107 echo $ac_n "(cached) $ac_c" 1>&6
10108else
10109 ac_save_LIBS="$LIBS"
10110LIBS="-ltiff -lm $LIBS"
10111cat > conftest.$ac_ext <<EOF
10112#line 10113 "configure"
10113#include "confdefs.h"
10114/* Override any gcc2 internal prototype to avoid an error. */
10115/* We use char because int might match the return type of a gcc2
10116 builtin and then its argument prototype would still apply. */
10117char TIFFError();
10118
10119int main() {
10120TIFFError()
10121; return 0; }
10122EOF
10123if { (eval echo configure:10124: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10124 rm -rf conftest*
10125 eval "ac_cv_lib_$ac_lib_var=yes"
10126else
10127 echo "configure: failed program was:" >&5
10128 cat conftest.$ac_ext >&5
10129 rm -rf conftest*
10130 eval "ac_cv_lib_$ac_lib_var=no"
10131fi
10132rm -f conftest*
10133LIBS="$ac_save_LIBS"
10134
10135fi
10136if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10137 echo "$ac_t""yes" 1>&6
10138 TIFF_LINK=" -ltiff"
10139else
10140 echo "$ac_t""no" 1>&6
10141fi
10142
10143
10144else
10145 echo "$ac_t""no" 1>&6
10146fi
10147
10148
10149 if test "x$TIFF_LINK" = "x" ; then
10150 if test "$wxUSE_LIBTIFF" = "sys" ; then
10151 { echo "configure: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" 1>&2; exit 1; }
10152 else
10153 echo "configure: warning: system tiff library not found, will use built-in instead" 1>&2
10154 wxUSE_LIBTIFF=builtin
10155 fi
10156 else
10157 wxUSE_LIBTIFF=sys
10158 fi
10159 fi
10160
10161 if test "$wxUSE_LIBTIFF" = "builtin" ; then
10162 TIFF_INCLUDE="-I\${top_srcdir}/src/tiff"
10163 fi
10164fi
10165
10166
10167AFMINSTALL=
10168
10169TOOLKIT=
10170TOOLKIT_INCLUDE=
10171WIDGET_SET=
10172
10173if test "$USE_WIN32" = 1 ; then
10174 for ac_hdr in w32api.h
10175do
10176ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
10177echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
10178echo "configure:10179: checking for $ac_hdr" >&5
10179if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10180 echo $ac_n "(cached) $ac_c" 1>&6
10181else
10182 cat > conftest.$ac_ext <<EOF
10183#line 10184 "configure"
10184#include "confdefs.h"
10185#include <$ac_hdr>
10186EOF
10187ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10188{ (eval echo configure:10189: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10189ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10190if test -z "$ac_err"; then
10191 rm -rf conftest*
10192 eval "ac_cv_header_$ac_safe=yes"
10193else
10194 echo "$ac_err" >&5
10195 echo "configure: failed program was:" >&5
10196 cat conftest.$ac_ext >&5
10197 rm -rf conftest*
10198 eval "ac_cv_header_$ac_safe=no"
10199fi
10200rm -f conftest*
10201fi
10202if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10203 echo "$ac_t""yes" 1>&6
10204 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
10205 cat >> confdefs.h <<EOF
10206#define $ac_tr_hdr 1
10207EOF
10208
10209else
10210 echo "$ac_t""no" 1>&6
10211fi
10212done
10213
10214 ac_safe=`echo "windows.h" | sed 'y%./+-%__p_%'`
10215echo $ac_n "checking for windows.h""... $ac_c" 1>&6
10216echo "configure:10217: checking for windows.h" >&5
10217if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10218 echo $ac_n "(cached) $ac_c" 1>&6
10219else
10220 cat > conftest.$ac_ext <<EOF
10221#line 10222 "configure"
10222#include "confdefs.h"
10223#include <windows.h>
10224EOF
10225ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10226{ (eval echo configure:10227: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10227ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10228if test -z "$ac_err"; then
10229 rm -rf conftest*
10230 eval "ac_cv_header_$ac_safe=yes"
10231else
10232 echo "$ac_err" >&5
10233 echo "configure: failed program was:" >&5
10234 cat conftest.$ac_ext >&5
10235 rm -rf conftest*
10236 eval "ac_cv_header_$ac_safe=no"
10237fi
10238rm -f conftest*
10239fi
10240if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10241 echo "$ac_t""yes" 1>&6
10242 :
10243else
10244 echo "$ac_t""no" 1>&6
10245
10246 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
10247
10248fi
10249
10250
10251 echo $ac_n "checking if w32api has good enough MSIE support""... $ac_c" 1>&6
10252echo "configure:10253: checking if w32api has good enough MSIE support" >&5
10253if eval "test \"`echo '$''{'wx_cv_w32api_win32_ie'+set}'`\" = set"; then
10254 echo $ac_n "(cached) $ac_c" 1>&6
10255else
10256
10257 cat > conftest.$ac_ext <<EOF
10258#line 10259 "configure"
10259#include "confdefs.h"
10260#include <w32api.h>
10261int main() {
10262
10263 #define wxCHECK_W32API_VERSION( major, minor ) \
10264 ( defined( __W32API_MAJOR_VERSION ) && defined( __W32API_MINOR_VERSION ) \
10265 && ( ( __W32API_MAJOR_VERSION > (major) ) \
10266 || ( __W32API_MAJOR_VERSION == (major) && __W32API_MINOR_VERSION >= (minor))))
10267
10268 #if !wxCHECK_W32API_VERSION(1,1)
10269 #error You need w32api 1.1 or newer
10270 #endif
10271
10272; return 0; }
10273EOF
10274if { (eval echo configure:10275: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10275 rm -rf conftest*
10276
10277 wx_cv_w32api_win32_ie=yes
10278
10279else
10280 echo "configure: failed program was:" >&5
10281 cat conftest.$ac_ext >&5
10282 rm -rf conftest*
10283
10284 wx_cv_w32api_win32_ie=no
10285
10286fi
10287rm -f conftest*
10288
10289fi
10290
10291echo "$ac_t""$wx_cv_w32api_win32_ie" 1>&6
10292 if test "$wx_cv_w32api_win32_ie" = "yes" ; then
10293 CPPFLAGS="$CPPFLAGS -D_WIN32_IE=0x400"
10294 fi
10295
10296 LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -ladvapi32 -lwsock32"
10297
10298 case "${host}" in
10299 *-*-cygwin* )
10300 LIBS="$LIBS -lkernel32 -luser32 -lgdi32 -lcomdlg32"
10301 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WIN95__"
10302 esac
10303
10304 if test "$wxUSE_ODBC" = "yes" ; then
10305 LIBS=" -lodbc32 -lole32 -loleaut32 $LIBS"
10306 fi
10307
10308 RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
10309 RESPROGRAMOBJ="\$(PROGRAM)_resources.o"
10310fi
10311
10312if test "$wxUSE_GUI" = "yes"; then
10313 USE_GUI=1
10314
10315 GUI_TK_LIBRARY=
10316
10317 WXGTK12=
10318 WXGTK127=
10319 WXGTK20=
10320
10321 if test "$wxUSE_MSW" = 1 ; then
10322 TOOLKIT=MSW
10323 GUIDIST=MSW_DIST
10324
10325 case "${host}" in
10326 *-*-mingw32* )
10327 LDFLAGS="$LDFLAGS -Wl,--subsystem,windows -mwindows"
10328 esac
10329 fi
10330
10331 if test "$wxUSE_GTK" = 1; then
10332 echo $ac_n "checking for GTK+ version""... $ac_c" 1>&6
10333echo "configure:10334: checking for GTK+ version" >&5
10334
10335 gtk_version_cached=1
10336 if eval "test \"`echo '$''{'wx_cv_lib_gtk'+set}'`\" = set"; then
10337 echo $ac_n "(cached) $ac_c" 1>&6
10338else
10339
10340 gtk_version_cached=0
10341 echo "$ac_t""" 1>&6
10342
10343 GTK_MODULES=
10344 if test "$wxUSE_THREADS" = "yes"; then
10345 GTK_MODULES=gthread
10346 fi
10347
10348 wx_cv_lib_gtk=
10349 if test "x$wxUSE_GTK2" = "xyes"; then
10350 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
10351if test "${with_gtk_prefix+set}" = set; then
10352 withval="$with_gtk_prefix"
10353 gtk_config_prefix="$withval"
10354else
10355 gtk_config_prefix=""
10356fi
10357
10358# Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
10359if test "${with_gtk_exec_prefix+set}" = set; then
10360 withval="$with_gtk_exec_prefix"
10361 gtk_config_exec_prefix="$withval"
10362else
10363 gtk_config_exec_prefix=""
10364fi
10365
10366# Check whether --enable-gtktest or --disable-gtktest was given.
10367if test "${enable_gtktest+set}" = set; then
10368 enableval="$enable_gtktest"
10369 :
10370else
10371 enable_gtktest=yes
10372fi
10373
10374
10375 for module in . $GTK_MODULES
10376 do
10377 case "$module" in
10378 gthread)
10379 gtk_config_args="$gtk_config_args gthread"
10380 ;;
10381 esac
10382 done
10383
10384 if test x$gtk_config_exec_prefix != x ; then
10385 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
10386 if test x${GTK_CONFIG_2_0+set} != xset ; then
10387 GTK_CONFIG_2_0=$gtk_config_exec_prefix/bin/gtk-config-2.0
10388 fi
10389 fi
10390 if test x$gtk_config_prefix != x ; then
10391 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
10392 if test x${GTK_CONFIG_2_0+set} != xset ; then
10393 GTK_CONFIG_2_0=$gtk_config_prefix/bin/gtk-config-2.0
10394 fi
10395 fi
10396
10397 # Extract the first word of "gtk-config-2.0", so it can be a program name with args.
10398set dummy gtk-config-2.0; ac_word=$2
10399echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
10400echo "configure:10401: checking for $ac_word" >&5
10401if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG_2_0'+set}'`\" = set"; then
10402 echo $ac_n "(cached) $ac_c" 1>&6
10403else
10404 case "$GTK_CONFIG_2_0" in
10405 /*)
10406 ac_cv_path_GTK_CONFIG_2_0="$GTK_CONFIG_2_0" # Let the user override the test with a path.
10407 ;;
10408 ?:/*)
10409 ac_cv_path_GTK_CONFIG_2_0="$GTK_CONFIG_2_0" # Let the user override the test with a dos path.
10410 ;;
10411 *)
10412 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
10413 ac_dummy="$PATH"
10414 for ac_dir in $ac_dummy; do
10415 test -z "$ac_dir" && ac_dir=.
10416 if test -f $ac_dir/$ac_word; then
10417 ac_cv_path_GTK_CONFIG_2_0="$ac_dir/$ac_word"
10418 break
10419 fi
10420 done
10421 IFS="$ac_save_ifs"
10422 test -z "$ac_cv_path_GTK_CONFIG_2_0" && ac_cv_path_GTK_CONFIG_2_0="no"
10423 ;;
10424esac
10425fi
10426GTK_CONFIG_2_0="$ac_cv_path_GTK_CONFIG_2_0"
10427if test -n "$GTK_CONFIG_2_0"; then
10428 echo "$ac_t""$GTK_CONFIG_2_0" 1>&6
10429else
10430 echo "$ac_t""no" 1>&6
10431fi
10432
10433 min_gtk_version=1.3.1
10434 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
10435echo "configure:10436: checking for GTK - version >= $min_gtk_version" >&5
10436 no_gtk=""
10437 if test "$GTK_CONFIG_2_0" = "no" ; then
10438 no_gtk=yes
10439 else
10440 GTK_CFLAGS=`$GTK_CONFIG_2_0 $gtk_config_args --cflags`
10441 GTK_LIBS=`$GTK_CONFIG_2_0 $gtk_config_args --libs`
10442 gtk_config_major_version=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
10443 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
10444 gtk_config_minor_version=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
10445 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
10446 gtk_config_micro_version=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
10447 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
10448 if test "x$enable_gtktest" = "xyes" ; then
10449 ac_save_CFLAGS="$CFLAGS"
10450 ac_save_LIBS="$LIBS"
10451 CFLAGS="$CFLAGS $GTK_CFLAGS"
10452 LIBS="$GTK_LIBS $LIBS"
10453 rm -f conf.gtktest
10454 if test "$cross_compiling" = yes; then
10455 echo $ac_n "cross compiling; assumed OK... $ac_c"
10456else
10457 cat > conftest.$ac_ext <<EOF
10458#line 10459 "configure"
10459#include "confdefs.h"
10460
10461#include <gtk/gtk.h>
10462#include <stdio.h>
10463#include <stdlib.h>
10464
10465int
10466main ()
10467{
10468 int major, minor, micro;
10469 char *tmp_version;
10470
10471 system ("touch conf.gtktest");
10472
10473 /* HP/UX 9 (%@#!) writes to sscanf strings */
10474 tmp_version = g_strdup("$min_gtk_version");
10475 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
10476 printf("%s, bad version string\n", "$min_gtk_version");
10477 exit(1);
10478 }
10479
10480 if ((gtk_major_version != $gtk_config_major_version) ||
10481 (gtk_minor_version != $gtk_config_minor_version) ||
10482 (gtk_micro_version != $gtk_config_micro_version))
10483 {
10484 printf("\n*** 'gtk-config-2.0 --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
10485 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
10486 gtk_major_version, gtk_minor_version, gtk_micro_version);
10487 printf ("*** was found! If gtk-config-2.0 was correct, then it is best\n");
10488 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
10489 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
10490 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
10491 printf("*** required on your system.\n");
10492 printf("*** If gtk-config-2.0 was wrong, set the environment variable GTK_CONFIG_2_0\n");
10493 printf("*** to point to the correct copy of gtk-config-2.0, and remove the file config.cache\n");
10494 printf("*** before re-running configure\n");
10495 }
10496#if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
10497 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
10498 (gtk_minor_version != GTK_MINOR_VERSION) ||
10499 (gtk_micro_version != GTK_MICRO_VERSION))
10500 {
10501 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
10502 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
10503 printf("*** library (version %d.%d.%d)\n",
10504 gtk_major_version, gtk_minor_version, gtk_micro_version);
10505 }
10506#endif /* defined (GTK_MAJOR_VERSION) ... */
10507 else
10508 {
10509 if ((gtk_major_version > major) ||
10510 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
10511 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
10512 {
10513 return 0;
10514 }
10515 else
10516 {
10517 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
10518 gtk_major_version, gtk_minor_version, gtk_micro_version);
10519 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
10520 major, minor, micro);
10521 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
10522 printf("***\n");
10523 printf("*** If you have already installed a sufficiently new version, this error\n");
10524 printf("*** probably means that the wrong copy of the gtk-config-2.0 shell script is\n");
10525 printf("*** being found. The easiest way to fix this is to remove the old version\n");
10526 printf("*** of GTK+, but you can also set the GTK_CONFIG_2_0 environment to point to the\n");
10527 printf("*** correct copy of gtk-config-2.0. (In this case, you will have to\n");
10528 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
10529 printf("*** so that the correct libraries are found at run-time))\n");
10530 }
10531 }
10532 return 1;
10533}
10534
10535EOF
10536if { (eval echo configure:10537: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10537then
10538 :
10539else
10540 echo "configure: failed program was:" >&5
10541 cat conftest.$ac_ext >&5
10542 rm -fr conftest*
10543 no_gtk=yes
10544fi
10545rm -fr conftest*
10546fi
10547
10548 CFLAGS="$ac_save_CFLAGS"
10549 LIBS="$ac_save_LIBS"
10550 fi
10551 fi
10552 if test "x$no_gtk" = x ; then
10553 echo "$ac_t""yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" 1>&6
10554 wx_cv_lib_gtk=2.0
10555 else
10556 echo "$ac_t""no" 1>&6
10557 if test "$GTK_CONFIG_2_0" = "no" ; then
10558 echo "*** The gtk-config-2.0 script installed by GTK could not be found"
10559 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
10560 echo "*** your path, or set the GTK_CONFIG_2_0 environment variable to the"
10561 echo "*** full path to gtk-config-2.0."
10562 else
10563 if test -f conf.gtktest ; then
10564 :
10565 else
10566 echo "*** Could not run GTK test program, checking why..."
10567 CFLAGS="$CFLAGS $GTK_CFLAGS"
10568 LIBS="$LIBS $GTK_LIBS"
10569 cat > conftest.$ac_ext <<EOF
10570#line 10571 "configure"
10571#include "confdefs.h"
10572
10573#include <gtk/gtk.h>
10574#include <stdio.h>
10575
10576int main() {
10577 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
10578; return 0; }
10579EOF
10580if { (eval echo configure:10581: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10581 rm -rf conftest*
10582 echo "*** The test program compiled, but did not run. This usually means"
10583 echo "*** that the run-time linker is not finding GTK or finding the wrong"
10584 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
10585 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
10586 echo "*** to the installed location Also, make sure you have run ldconfig if that"
10587 echo "*** is required on your system"
10588 echo "***"
10589 echo "*** If you have an old version installed, it is best to remove it, although"
10590 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
10591 echo "***"
10592 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
10593 echo "*** came with the system with the command"
10594 echo "***"
10595 echo "*** rpm --erase --nodeps gtk gtk-devel"
10596else
10597 echo "configure: failed program was:" >&5
10598 cat conftest.$ac_ext >&5
10599 rm -rf conftest*
10600 echo "*** The test program failed to compile or link. See the file config.log for the"
10601 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
10602 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
10603 echo "*** may want to edit the gtk-config-2.0 script: $GTK_CONFIG_2_0"
10604fi
10605rm -f conftest*
10606 CFLAGS="$ac_save_CFLAGS"
10607 LIBS="$ac_save_LIBS"
10608 fi
10609 fi
10610 GTK_CFLAGS=""
10611 GTK_LIBS=""
10612 :
10613 fi
10614
10615
10616 rm -f conf.gtktest
10617
10618 fi
10619
10620 if test -z "$wx_cv_lib_gtk"; then
10621 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
10622if test "${with_gtk_prefix+set}" = set; then
10623 withval="$with_gtk_prefix"
10624 gtk_config_prefix="$withval"
10625else
10626 gtk_config_prefix=""
10627fi
10628
10629# Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
10630if test "${with_gtk_exec_prefix+set}" = set; then
10631 withval="$with_gtk_exec_prefix"
10632 gtk_config_exec_prefix="$withval"
10633else
10634 gtk_config_exec_prefix=""
10635fi
10636
10637# Check whether --enable-gtktest or --disable-gtktest was given.
10638if test "${enable_gtktest+set}" = set; then
10639 enableval="$enable_gtktest"
10640 :
10641else
10642 enable_gtktest=yes
10643fi
10644
10645
10646 for module in . $GTK_MODULES
10647 do
10648 case "$module" in
10649 gthread)
10650 gtk_config_args="$gtk_config_args gthread"
10651 ;;
10652 esac
10653 done
10654
10655 if test x$gtk_config_exec_prefix != x ; then
10656 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
10657 if test x${GTK_CONFIG+set} != xset ; then
10658 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
10659 fi
10660 fi
10661 if test x$gtk_config_prefix != x ; then
10662 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
10663 if test x${GTK_CONFIG+set} != xset ; then
10664 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
10665 fi
10666 fi
10667
10668 # Extract the first word of "gtk-config", so it can be a program name with args.
10669set dummy gtk-config; ac_word=$2
10670echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
10671echo "configure:10672: checking for $ac_word" >&5
10672if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
10673 echo $ac_n "(cached) $ac_c" 1>&6
10674else
10675 case "$GTK_CONFIG" in
10676 /*)
10677 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
10678 ;;
10679 ?:/*)
10680 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path.
10681 ;;
10682 *)
10683 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
10684 ac_dummy="$PATH"
10685 for ac_dir in $ac_dummy; do
10686 test -z "$ac_dir" && ac_dir=.
10687 if test -f $ac_dir/$ac_word; then
10688 ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word"
10689 break
10690 fi
10691 done
10692 IFS="$ac_save_ifs"
10693 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
10694 ;;
10695esac
10696fi
10697GTK_CONFIG="$ac_cv_path_GTK_CONFIG"
10698if test -n "$GTK_CONFIG"; then
10699 echo "$ac_t""$GTK_CONFIG" 1>&6
10700else
10701 echo "$ac_t""no" 1>&6
10702fi
10703
10704 min_gtk_version=1.2.7
10705 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
10706echo "configure:10707: checking for GTK - version >= $min_gtk_version" >&5
10707 no_gtk=""
10708 if test "$GTK_CONFIG" = "no" ; then
10709 no_gtk=yes
10710 else
10711 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
10712 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
10713 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
10714 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
10715 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
10716 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
10717 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
10718 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
10719 if test "x$enable_gtktest" = "xyes" ; then
10720 ac_save_CFLAGS="$CFLAGS"
10721 ac_save_LIBS="$LIBS"
10722 CFLAGS="$CFLAGS $GTK_CFLAGS"
10723 LIBS="$GTK_LIBS $LIBS"
10724 rm -f conf.gtktest
10725 if test "$cross_compiling" = yes; then
10726 echo $ac_n "cross compiling; assumed OK... $ac_c"
10727else
10728 cat > conftest.$ac_ext <<EOF
10729#line 10730 "configure"
10730#include "confdefs.h"
10731
10732#include <gtk/gtk.h>
10733#include <stdio.h>
10734#include <stdlib.h>
10735
10736int
10737main ()
10738{
10739 int major, minor, micro;
10740 char *tmp_version;
10741
10742 system ("touch conf.gtktest");
10743
10744 /* HP/UX 9 (%@#!) writes to sscanf strings */
10745 tmp_version = g_strdup("$min_gtk_version");
10746 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
10747 printf("%s, bad version string\n", "$min_gtk_version");
10748 exit(1);
10749 }
10750
10751 if ((gtk_major_version != $gtk_config_major_version) ||
10752 (gtk_minor_version != $gtk_config_minor_version) ||
10753 (gtk_micro_version != $gtk_config_micro_version))
10754 {
10755 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
10756 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
10757 gtk_major_version, gtk_minor_version, gtk_micro_version);
10758 printf ("*** was found! If gtk-config was correct, then it is best\n");
10759 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
10760 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
10761 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
10762 printf("*** required on your system.\n");
10763 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
10764 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
10765 printf("*** before re-running configure\n");
10766 }
10767#if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
10768 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
10769 (gtk_minor_version != GTK_MINOR_VERSION) ||
10770 (gtk_micro_version != GTK_MICRO_VERSION))
10771 {
10772 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
10773 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
10774 printf("*** library (version %d.%d.%d)\n",
10775 gtk_major_version, gtk_minor_version, gtk_micro_version);
10776 }
10777#endif /* defined (GTK_MAJOR_VERSION) ... */
10778 else
10779 {
10780 if ((gtk_major_version > major) ||
10781 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
10782 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
10783 {
10784 return 0;
10785 }
10786 else
10787 {
10788 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
10789 gtk_major_version, gtk_minor_version, gtk_micro_version);
10790 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
10791 major, minor, micro);
10792 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
10793 printf("***\n");
10794 printf("*** If you have already installed a sufficiently new version, this error\n");
10795 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
10796 printf("*** being found. The easiest way to fix this is to remove the old version\n");
10797 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
10798 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
10799 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
10800 printf("*** so that the correct libraries are found at run-time))\n");
10801 }
10802 }
10803 return 1;
10804}
10805
10806EOF
10807if { (eval echo configure:10808: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10808then
10809 :
10810else
10811 echo "configure: failed program was:" >&5
10812 cat conftest.$ac_ext >&5
10813 rm -fr conftest*
10814 no_gtk=yes
10815fi
10816rm -fr conftest*
10817fi
10818
10819 CFLAGS="$ac_save_CFLAGS"
10820 LIBS="$ac_save_LIBS"
10821 fi
10822 fi
10823 if test "x$no_gtk" = x ; then
10824 echo "$ac_t""yes" 1>&6
10825 wx_cv_lib_gtk=1.2.7
10826 else
10827 echo "$ac_t""no" 1>&6
10828 if test "$GTK_CONFIG" = "no" ; then
10829 echo "*** The gtk-config script installed by GTK could not be found"
10830 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
10831 echo "*** your path, or set the GTK_CONFIG environment variable to the"
10832 echo "*** full path to gtk-config."
10833 else
10834 if test -f conf.gtktest ; then
10835 :
10836 else
10837 echo "*** Could not run GTK test program, checking why..."
10838 CFLAGS="$CFLAGS $GTK_CFLAGS"
10839 LIBS="$LIBS $GTK_LIBS"
10840 cat > conftest.$ac_ext <<EOF
10841#line 10842 "configure"
10842#include "confdefs.h"
10843
10844#include <gtk/gtk.h>
10845#include <stdio.h>
10846
10847int main() {
10848 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
10849; return 0; }
10850EOF
10851if { (eval echo configure:10852: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10852 rm -rf conftest*
10853 echo "*** The test program compiled, but did not run. This usually means"
10854 echo "*** that the run-time linker is not finding GTK or finding the wrong"
10855 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
10856 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
10857 echo "*** to the installed location Also, make sure you have run ldconfig if that"
10858 echo "*** is required on your system"
10859 echo "***"
10860 echo "*** If you have an old version installed, it is best to remove it, although"
10861 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
10862 echo "***"
10863 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
10864 echo "*** came with the system with the command"
10865 echo "***"
10866 echo "*** rpm --erase --nodeps gtk gtk-devel"
10867else
10868 echo "configure: failed program was:" >&5
10869 cat conftest.$ac_ext >&5
10870 rm -rf conftest*
10871 echo "*** The test program failed to compile or link. See the file config.log for the"
10872 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
10873 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
10874 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
10875fi
10876rm -f conftest*
10877 CFLAGS="$ac_save_CFLAGS"
10878 LIBS="$ac_save_LIBS"
10879 fi
10880 fi
10881 GTK_CFLAGS=""
10882 GTK_LIBS=""
10883 :
10884 fi
10885
10886
10887 rm -f conf.gtktest
10888
10889 fi
10890
10891 if test -z "$wx_cv_lib_gtk"; then
10892 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
10893if test "${with_gtk_prefix+set}" = set; then
10894 withval="$with_gtk_prefix"
10895 gtk_config_prefix="$withval"
10896else
10897 gtk_config_prefix=""
10898fi
10899
10900# Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
10901if test "${with_gtk_exec_prefix+set}" = set; then
10902 withval="$with_gtk_exec_prefix"
10903 gtk_config_exec_prefix="$withval"
10904else
10905 gtk_config_exec_prefix=""
10906fi
10907
10908# Check whether --enable-gtktest or --disable-gtktest was given.
10909if test "${enable_gtktest+set}" = set; then
10910 enableval="$enable_gtktest"
10911 :
10912else
10913 enable_gtktest=yes
10914fi
10915
10916
10917 for module in . $GTK_MODULES
10918 do
10919 case "$module" in
10920 gthread)
10921 gtk_config_args="$gtk_config_args gthread"
10922 ;;
10923 esac
10924 done
10925
10926 if test x$gtk_config_exec_prefix != x ; then
10927 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
10928 if test x${GTK_CONFIG+set} != xset ; then
10929 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
10930 fi
10931 fi
10932 if test x$gtk_config_prefix != x ; then
10933 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
10934 if test x${GTK_CONFIG+set} != xset ; then
10935 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
10936 fi
10937 fi
10938
10939 # Extract the first word of "gtk-config", so it can be a program name with args.
10940set dummy gtk-config; ac_word=$2
10941echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
10942echo "configure:10943: checking for $ac_word" >&5
10943if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
10944 echo $ac_n "(cached) $ac_c" 1>&6
10945else
10946 case "$GTK_CONFIG" in
10947 /*)
10948 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
10949 ;;
10950 ?:/*)
10951 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path.
10952 ;;
10953 *)
10954 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
10955 ac_dummy="$PATH"
10956 for ac_dir in $ac_dummy; do
10957 test -z "$ac_dir" && ac_dir=.
10958 if test -f $ac_dir/$ac_word; then
10959 ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word"
10960 break
10961 fi
10962 done
10963 IFS="$ac_save_ifs"
10964 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
10965 ;;
10966esac
10967fi
10968GTK_CONFIG="$ac_cv_path_GTK_CONFIG"
10969if test -n "$GTK_CONFIG"; then
10970 echo "$ac_t""$GTK_CONFIG" 1>&6
10971else
10972 echo "$ac_t""no" 1>&6
10973fi
10974
10975 min_gtk_version=1.2.3
10976 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
10977echo "configure:10978: checking for GTK - version >= $min_gtk_version" >&5
10978 no_gtk=""
10979 if test "$GTK_CONFIG" = "no" ; then
10980 no_gtk=yes
10981 else
10982 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
10983 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
10984 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
10985 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
10986 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
10987 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
10988 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
10989 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
10990 if test "x$enable_gtktest" = "xyes" ; then
10991 ac_save_CFLAGS="$CFLAGS"
10992 ac_save_LIBS="$LIBS"
10993 CFLAGS="$CFLAGS $GTK_CFLAGS"
10994 LIBS="$GTK_LIBS $LIBS"
10995 rm -f conf.gtktest
10996 if test "$cross_compiling" = yes; then
10997 echo $ac_n "cross compiling; assumed OK... $ac_c"
10998else
10999 cat > conftest.$ac_ext <<EOF
11000#line 11001 "configure"
11001#include "confdefs.h"
11002
11003#include <gtk/gtk.h>
11004#include <stdio.h>
11005#include <stdlib.h>
11006
11007int
11008main ()
11009{
11010 int major, minor, micro;
11011 char *tmp_version;
11012
11013 system ("touch conf.gtktest");
11014
11015 /* HP/UX 9 (%@#!) writes to sscanf strings */
11016 tmp_version = g_strdup("$min_gtk_version");
11017 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
11018 printf("%s, bad version string\n", "$min_gtk_version");
11019 exit(1);
11020 }
11021
11022 if ((gtk_major_version != $gtk_config_major_version) ||
11023 (gtk_minor_version != $gtk_config_minor_version) ||
11024 (gtk_micro_version != $gtk_config_micro_version))
11025 {
11026 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
11027 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
11028 gtk_major_version, gtk_minor_version, gtk_micro_version);
11029 printf ("*** was found! If gtk-config was correct, then it is best\n");
11030 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
11031 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
11032 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
11033 printf("*** required on your system.\n");
11034 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
11035 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
11036 printf("*** before re-running configure\n");
11037 }
11038#if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
11039 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
11040 (gtk_minor_version != GTK_MINOR_VERSION) ||
11041 (gtk_micro_version != GTK_MICRO_VERSION))
11042 {
11043 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
11044 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
11045 printf("*** library (version %d.%d.%d)\n",
11046 gtk_major_version, gtk_minor_version, gtk_micro_version);
11047 }
11048#endif /* defined (GTK_MAJOR_VERSION) ... */
11049 else
11050 {
11051 if ((gtk_major_version > major) ||
11052 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
11053 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
11054 {
11055 return 0;
11056 }
11057 else
11058 {
11059 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
11060 gtk_major_version, gtk_minor_version, gtk_micro_version);
11061 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
11062 major, minor, micro);
11063 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
11064 printf("***\n");
11065 printf("*** If you have already installed a sufficiently new version, this error\n");
11066 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
11067 printf("*** being found. The easiest way to fix this is to remove the old version\n");
11068 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
11069 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
11070 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
11071 printf("*** so that the correct libraries are found at run-time))\n");
11072 }
11073 }
11074 return 1;
11075}
11076
11077EOF
11078if { (eval echo configure:11079: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
11079then
11080 :
11081else
11082 echo "configure: failed program was:" >&5
11083 cat conftest.$ac_ext >&5
11084 rm -fr conftest*
11085 no_gtk=yes
11086fi
11087rm -fr conftest*
11088fi
11089
11090 CFLAGS="$ac_save_CFLAGS"
11091 LIBS="$ac_save_LIBS"
11092 fi
11093 fi
11094 if test "x$no_gtk" = x ; then
11095 echo "$ac_t""yes" 1>&6
11096 wx_cv_lib_gtk=1.2.3
11097 else
11098 echo "$ac_t""no" 1>&6
11099 if test "$GTK_CONFIG" = "no" ; then
11100 echo "*** The gtk-config script installed by GTK could not be found"
11101 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
11102 echo "*** your path, or set the GTK_CONFIG environment variable to the"
11103 echo "*** full path to gtk-config."
11104 else
11105 if test -f conf.gtktest ; then
11106 :
11107 else
11108 echo "*** Could not run GTK test program, checking why..."
11109 CFLAGS="$CFLAGS $GTK_CFLAGS"
11110 LIBS="$LIBS $GTK_LIBS"
11111 cat > conftest.$ac_ext <<EOF
11112#line 11113 "configure"
11113#include "confdefs.h"
11114
11115#include <gtk/gtk.h>
11116#include <stdio.h>
11117
11118int main() {
11119 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
11120; return 0; }
11121EOF
11122if { (eval echo configure:11123: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11123 rm -rf conftest*
11124 echo "*** The test program compiled, but did not run. This usually means"
11125 echo "*** that the run-time linker is not finding GTK or finding the wrong"
11126 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
11127 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
11128 echo "*** to the installed location Also, make sure you have run ldconfig if that"
11129 echo "*** is required on your system"
11130 echo "***"
11131 echo "*** If you have an old version installed, it is best to remove it, although"
11132 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
11133 echo "***"
11134 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
11135 echo "*** came with the system with the command"
11136 echo "***"
11137 echo "*** rpm --erase --nodeps gtk gtk-devel"
11138else
11139 echo "configure: failed program was:" >&5
11140 cat conftest.$ac_ext >&5
11141 rm -rf conftest*
11142 echo "*** The test program failed to compile or link. See the file config.log for the"
11143 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
11144 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
11145 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
11146fi
11147rm -f conftest*
11148 CFLAGS="$ac_save_CFLAGS"
11149 LIBS="$ac_save_LIBS"
11150 fi
11151 fi
11152 GTK_CFLAGS=""
11153 GTK_LIBS=""
11154 :
11155 fi
11156
11157
11158 rm -f conf.gtktest
11159
11160 fi
11161
11162 if test -z "$wx_cv_lib_gtk"; then
11163 wx_cv_lib_gtk=none
11164 else
11165 wx_cv_cflags_gtk=$GTK_CFLAGS
11166 wx_cv_libs_gtk=$GTK_LIBS
11167 fi
11168
11169
11170fi
11171
11172
11173 if test "$gtk_version_cached" = 1; then
11174 echo "$ac_t""$wx_cv_lib_gtk" 1>&6
11175 fi
11176
11177 case "$wx_cv_lib_gtk" in
11178 2.0) WXGTK20=1
11179 ;;
11180 1.2.7) WXGTK127=1
11181 WXGTK12=1
11182 ;;
11183 1.2.3) WXGTK12=1
11184 ;;
11185 *) { echo "configure: error:
11186Please check that gtk-config is in path, the directory
11187where GTK+ libraries are installed (returned by
11188'gtk-config --libs' command) is in LD_LIBRARY_PATH or
11189equivalent variable and GTK+ is version 1.2.3 or above.
11190 " 1>&2; exit 1; }
11191 ;;
11192 esac
11193
11194 TOOLKIT_INCLUDE="$wx_cv_cflags_gtk"
11195 GUI_TK_LIBRARY="$wx_cv_libs_gtk"
11196
11197 AFMINSTALL=afminstall
11198 TOOLKIT=GTK
11199 GUIDIST=GTK_DIST
11200
11201 echo $ac_n "checking for gdk_im_open in -lgdk""... $ac_c" 1>&6
11202echo "configure:11203: checking for gdk_im_open in -lgdk" >&5
11203ac_lib_var=`echo gdk'_'gdk_im_open | sed 'y%./+-%__p_%'`
11204if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11205 echo $ac_n "(cached) $ac_c" 1>&6
11206else
11207 ac_save_LIBS="$LIBS"
11208LIBS="-lgdk $LIBS"
11209cat > conftest.$ac_ext <<EOF
11210#line 11211 "configure"
11211#include "confdefs.h"
11212/* Override any gcc2 internal prototype to avoid an error. */
11213/* We use char because int might match the return type of a gcc2
11214 builtin and then its argument prototype would still apply. */
11215char gdk_im_open();
11216
11217int main() {
11218gdk_im_open()
11219; return 0; }
11220EOF
11221if { (eval echo configure:11222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11222 rm -rf conftest*
11223 eval "ac_cv_lib_$ac_lib_var=yes"
11224else
11225 echo "configure: failed program was:" >&5
11226 cat conftest.$ac_ext >&5
11227 rm -rf conftest*
11228 eval "ac_cv_lib_$ac_lib_var=no"
11229fi
11230rm -f conftest*
11231LIBS="$ac_save_LIBS"
11232
11233fi
11234if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11235 echo "$ac_t""yes" 1>&6
11236 cat >> confdefs.h <<\EOF
11237#define HAVE_XIM 1
11238EOF
11239
11240else
11241 echo "$ac_t""no" 1>&6
11242fi
11243
11244 fi
11245
11246 if test "$wxUSE_MGL" = 1; then
11247 echo $ac_n "checking for SciTech MGL library""... $ac_c" 1>&6
11248echo "configure:11249: checking for SciTech MGL library" >&5
11249 if test "x$MGL_ROOT" = x ; then
11250 echo "$ac_t""not found" 1>&6
11251 { echo "configure: error: Cannot find MGL library. Make sure MGL_ROOT is set." 1>&2; exit 1; }
11252 else
11253 echo "$ac_t""$MGL_ROOT" 1>&6
11254 fi
11255
11256 case "${host}" in
11257 *-*-linux* )
11258 mgl_os=linux/gcc/glibc
11259 ;;
11260 *-pc-msdosdjgpp )
11261 mgl_os=dos32/dj2
11262 ;;
11263 *)
11264 { echo "configure: error: This system type ${host} is not yet supported by wxMGL." 1>&2; exit 1; }
11265 esac
11266
11267 mgl_lib_type=""
11268
11269 if test "$wxUSE_DEBUG_FLAG" = yes ; then
11270 if test -f $MGL_ROOT/lib/debug/$mgl_os/libmgl.a -o \
11271 -f $MGL_ROOT/lib/debug/$mgl_os/libmgl.so; then
11272 mgl_lib_type=debug
11273 fi
11274 fi
11275 if test "x$mgl_lib_type" = x ; then
11276 if test -f $MGL_ROOT/lib/release/$mgl_os/libmgl.a -o \
11277 -f $MGL_ROOT/lib/release/$mgl_os/libmgl.so; then
11278 mgl_lib_type=release
11279 else
11280 { echo "configure: error: Cannot find MGL libraries, make sure they are compiled." 1>&2; exit 1; }
11281 fi
11282 fi
11283
11284 TOOLKIT_INCLUDE="-I$MGL_ROOT/include"
11285 GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
11286
11287 AFMINSTALL=afminstall
11288 TOOLKIT=MGL
11289 GUIDIST=MGL_DIST
11290 fi
11291
11292 if test "$wxUSE_MICROWIN" = 1; then
11293 echo $ac_n "checking for MicroWindows""... $ac_c" 1>&6
11294echo "configure:11295: checking for MicroWindows" >&5
11295 if test "x$MICROWINDOWS" = x ; then
11296 echo "$ac_t""not found" 1>&6
11297 { echo "configure: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." 1>&2; exit 1; }
11298 else
11299 echo "$ac_t""$MICROWINDOWS" 1>&6
11300 fi
11301
11302 if test -f $MICROWINDOWS/lib/libmwin.a; then
11303 echo "$ac_t""MicroWindows' libraries found." 1>&6
11304 else
11305 { echo "configure: error: Cannot find MicroWindows libraries, make sure they are compiled." 1>&2; exit 1; }
11306 fi
11307
11308 TOOLKIT_INCLUDE="-I$MICROWINDOWS/include"
11309 GUI_TK_LIBRARY="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
11310
11311 AFMINSTALL=afminstall
11312 TOOLKIT=MICROWIN
11313 GUIDIST=MICROWIN_DIST
11314
11315 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__ -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
11316 fi
11317
11318 if test "$wxUSE_X11" = 1; then
11319 # If we find X, set shell vars x_includes and x_libraries to the
11320# paths, otherwise set no_x=yes.
11321# Uses ac_ vars as temps to allow command line to override cache and checks.
11322# --without-x overrides everything else, but does not touch the cache.
11323echo $ac_n "checking for X""... $ac_c" 1>&6
11324echo "configure:11325: checking for X" >&5
11325
11326# Check whether --with-x or --without-x was given.
11327if test "${with_x+set}" = set; then
11328 withval="$with_x"
11329 :
11330fi
11331
11332# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
11333if test "x$with_x" = xno; then
11334 # The user explicitly disabled X.
11335 have_x=disabled
11336else
11337 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
11338 # Both variables are already set.
11339 have_x=yes
11340 else
11341if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
11342 echo $ac_n "(cached) $ac_c" 1>&6
11343else
11344 # One or both of the vars are not set, and there is no cached value.
11345ac_x_includes=NO ac_x_libraries=NO
11346rm -fr conftestdir
11347if mkdir conftestdir; then
11348 cd conftestdir
11349 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
11350 cat > Imakefile <<'EOF'
11351acfindx:
11352 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
11353EOF
11354 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
11355 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
11356 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
11357 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
11358 for ac_extension in a so sl; do
11359 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
11360 test -f $ac_im_libdir/libX11.$ac_extension; then
11361 ac_im_usrlibdir=$ac_im_libdir; break
11362 fi
11363 done
11364 # Screen out bogus values from the imake configuration. They are
11365 # bogus both because they are the default anyway, and because
11366 # using them would break gcc on systems where it needs fixed includes.
11367 case "$ac_im_incroot" in
11368 /usr/include) ;;
11369 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;;
11370 esac
11371 case "$ac_im_usrlibdir" in
11372 /usr/lib | /lib) ;;
11373 *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;;
11374 esac
11375 fi
11376 cd ..
11377 rm -fr conftestdir
11378fi
11379
11380if test "$ac_x_includes" = NO; then
11381 # Guess where to find include files, by looking for this one X11 .h file.
11382 test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
11383
11384 # First, try using that file with no special directory specified.
11385cat > conftest.$ac_ext <<EOF
11386#line 11387 "configure"
11387#include "confdefs.h"
11388#include <$x_direct_test_include>
11389EOF
11390ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11391{ (eval echo configure:11392: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11392ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11393if test -z "$ac_err"; then
11394 rm -rf conftest*
11395 # We can compile using X headers with no special include directory.
11396ac_x_includes=
11397else
11398 echo "$ac_err" >&5
11399 echo "configure: failed program was:" >&5
11400 cat conftest.$ac_ext >&5
11401 rm -rf conftest*
11402 # Look for the header file in a standard set of common directories.
11403# Check X11 before X11Rn because it is often a symlink to the current release.
11404 for ac_dir in \
11405 /usr/X11/include \
11406 /usr/X11R6/include \
11407 /usr/X11R5/include \
11408 /usr/X11R4/include \
11409 \
11410 /usr/include/X11 \
11411 /usr/include/X11R6 \
11412 /usr/include/X11R5 \
11413 /usr/include/X11R4 \
11414 \
11415 /usr/local/X11/include \
11416 /usr/local/X11R6/include \
11417 /usr/local/X11R5/include \
11418 /usr/local/X11R4/include \
11419 \
11420 /usr/local/include/X11 \
11421 /usr/local/include/X11R6 \
11422 /usr/local/include/X11R5 \
11423 /usr/local/include/X11R4 \
11424 \
11425 /usr/X386/include \
11426 /usr/x386/include \
11427 /usr/XFree86/include/X11 \
11428 \
11429 /usr/include \
11430 /usr/local/include \
11431 /usr/unsupported/include \
11432 /usr/athena/include \
11433 /usr/local/x11r5/include \
11434 /usr/lpp/Xamples/include \
11435 \
11436 /usr/openwin/include \
11437 /usr/openwin/share/include \
11438 ; \
11439 do
11440 if test -r "$ac_dir/$x_direct_test_include"; then
11441 ac_x_includes=$ac_dir
11442 break
11443 fi
11444 done
11445fi
11446rm -f conftest*
11447fi # $ac_x_includes = NO
11448
11449if test "$ac_x_libraries" = NO; then
11450 # Check for the libraries.
11451
11452 test -z "$x_direct_test_library" && x_direct_test_library=Xt
11453 test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
11454
11455 # See if we find them without any special options.
11456 # Don't add to $LIBS permanently.
11457 ac_save_LIBS="$LIBS"
11458 LIBS="-l$x_direct_test_library $LIBS"
11459cat > conftest.$ac_ext <<EOF
11460#line 11461 "configure"
11461#include "confdefs.h"
11462
11463int main() {
11464${x_direct_test_function}()
11465; return 0; }
11466EOF
11467if { (eval echo configure:11468: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11468 rm -rf conftest*
11469 LIBS="$ac_save_LIBS"
11470# We can link X programs with no special library path.
11471ac_x_libraries=
11472else
11473 echo "configure: failed program was:" >&5
11474 cat conftest.$ac_ext >&5
11475 rm -rf conftest*
11476 LIBS="$ac_save_LIBS"
11477# First see if replacing the include by lib works.
11478# Check X11 before X11Rn because it is often a symlink to the current release.
11479for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
11480 /usr/X11/lib \
11481 /usr/X11R6/lib \
11482 /usr/X11R5/lib \
11483 /usr/X11R4/lib \
11484 \
11485 /usr/lib/X11 \
11486 /usr/lib/X11R6 \
11487 /usr/lib/X11R5 \
11488 /usr/lib/X11R4 \
11489 \
11490 /usr/local/X11/lib \
11491 /usr/local/X11R6/lib \
11492 /usr/local/X11R5/lib \
11493 /usr/local/X11R4/lib \
11494 \
11495 /usr/local/lib/X11 \
11496 /usr/local/lib/X11R6 \
11497 /usr/local/lib/X11R5 \
11498 /usr/local/lib/X11R4 \
11499 \
11500 /usr/X386/lib \
11501 /usr/x386/lib \
11502 /usr/XFree86/lib/X11 \
11503 \
11504 /usr/lib \
11505 /usr/local/lib \
11506 /usr/unsupported/lib \
11507 /usr/athena/lib \
11508 /usr/local/x11r5/lib \
11509 /usr/lpp/Xamples/lib \
11510 /lib/usr/lib/X11 \
11511 \
11512 /usr/openwin/lib \
11513 /usr/openwin/share/lib \
11514 ; \
11515do
11516 for ac_extension in a so sl; do
11517 if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
11518 ac_x_libraries=$ac_dir
11519 break 2
11520 fi
11521 done
11522done
11523fi
11524rm -f conftest*
11525fi # $ac_x_libraries = NO
11526
11527if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then
11528 # Didn't find X anywhere. Cache the known absence of X.
11529 ac_cv_have_x="have_x=no"
11530else
11531 # Record where we found X for the cache.
11532 ac_cv_have_x="have_x=yes \
11533 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
11534fi
11535fi
11536 fi
11537 eval "$ac_cv_have_x"
11538fi # $with_x != no
11539
11540if test "$have_x" != yes; then
11541 echo "$ac_t""$have_x" 1>&6
11542 no_x=yes
11543else
11544 # If each of the values was on the command line, it overrides each guess.
11545 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
11546 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
11547 # Update the cache value to reflect the command line values.
11548 ac_cv_have_x="have_x=yes \
11549 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
11550 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
11551fi
11552
11553if test "$no_x" = yes; then
11554 # Not all programs may use this symbol, but it does not hurt to define it.
11555 cat >> confdefs.h <<\EOF
11556#define X_DISPLAY_MISSING 1
11557EOF
11558
11559 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
11560else
11561 if test -n "$x_includes"; then
11562 X_CFLAGS="$X_CFLAGS -I$x_includes"
11563 fi
11564
11565 # It would also be nice to do this for all -L options, not just this one.
11566 if test -n "$x_libraries"; then
11567 X_LIBS="$X_LIBS -L$x_libraries"
11568 # For Solaris; some versions of Sun CC require a space after -R and
11569 # others require no space. Words are not sufficient . . . .
11570 case "`(uname -sr) 2>/dev/null`" in
11571 "SunOS 5"*)
11572 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
11573echo "configure:11574: checking whether -R must be followed by a space" >&5
11574 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries"
11575 cat > conftest.$ac_ext <<EOF
11576#line 11577 "configure"
11577#include "confdefs.h"
11578
11579int main() {
11580
11581; return 0; }
11582EOF
11583if { (eval echo configure:11584: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11584 rm -rf conftest*
11585 ac_R_nospace=yes
11586else
11587 echo "configure: failed program was:" >&5
11588 cat conftest.$ac_ext >&5
11589 rm -rf conftest*
11590 ac_R_nospace=no
11591fi
11592rm -f conftest*
11593 if test $ac_R_nospace = yes; then
11594 echo "$ac_t""no" 1>&6
11595 X_LIBS="$X_LIBS -R$x_libraries"
11596 else
11597 LIBS="$ac_xsave_LIBS -R $x_libraries"
11598 cat > conftest.$ac_ext <<EOF
11599#line 11600 "configure"
11600#include "confdefs.h"
11601
11602int main() {
11603
11604; return 0; }
11605EOF
11606if { (eval echo configure:11607: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11607 rm -rf conftest*
11608 ac_R_space=yes
11609else
11610 echo "configure: failed program was:" >&5
11611 cat conftest.$ac_ext >&5
11612 rm -rf conftest*
11613 ac_R_space=no
11614fi
11615rm -f conftest*
11616 if test $ac_R_space = yes; then
11617 echo "$ac_t""yes" 1>&6
11618 X_LIBS="$X_LIBS -R $x_libraries"
11619 else
11620 echo "$ac_t""neither works" 1>&6
11621 fi
11622 fi
11623 LIBS="$ac_xsave_LIBS"
11624 esac
11625 fi
11626
11627 # Check for system-dependent libraries X programs must link with.
11628 # Do this before checking for the system-independent R6 libraries
11629 # (-lICE), since we may need -lsocket or whatever for X linking.
11630
11631 if test "$ISC" = yes; then
11632 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
11633 else
11634 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
11635 # libraries were built with DECnet support. And karl@cs.umb.edu says
11636 # the Alpha needs dnet_stub (dnet does not exist).
11637 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
11638echo "configure:11639: checking for dnet_ntoa in -ldnet" >&5
11639ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
11640if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11641 echo $ac_n "(cached) $ac_c" 1>&6
11642else
11643 ac_save_LIBS="$LIBS"
11644LIBS="-ldnet $LIBS"
11645cat > conftest.$ac_ext <<EOF
11646#line 11647 "configure"
11647#include "confdefs.h"
11648/* Override any gcc2 internal prototype to avoid an error. */
11649/* We use char because int might match the return type of a gcc2
11650 builtin and then its argument prototype would still apply. */
11651char dnet_ntoa();
11652
11653int main() {
11654dnet_ntoa()
11655; return 0; }
11656EOF
11657if { (eval echo configure:11658: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11658 rm -rf conftest*
11659 eval "ac_cv_lib_$ac_lib_var=yes"
11660else
11661 echo "configure: failed program was:" >&5
11662 cat conftest.$ac_ext >&5
11663 rm -rf conftest*
11664 eval "ac_cv_lib_$ac_lib_var=no"
11665fi
11666rm -f conftest*
11667LIBS="$ac_save_LIBS"
11668
11669fi
11670if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11671 echo "$ac_t""yes" 1>&6
11672 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
11673else
11674 echo "$ac_t""no" 1>&6
11675fi
11676
11677 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
11678 echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
11679echo "configure:11680: checking for dnet_ntoa in -ldnet_stub" >&5
11680ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
11681if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11682 echo $ac_n "(cached) $ac_c" 1>&6
11683else
11684 ac_save_LIBS="$LIBS"
11685LIBS="-ldnet_stub $LIBS"
11686cat > conftest.$ac_ext <<EOF
11687#line 11688 "configure"
11688#include "confdefs.h"
11689/* Override any gcc2 internal prototype to avoid an error. */
11690/* We use char because int might match the return type of a gcc2
11691 builtin and then its argument prototype would still apply. */
11692char dnet_ntoa();
11693
11694int main() {
11695dnet_ntoa()
11696; return 0; }
11697EOF
11698if { (eval echo configure:11699: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11699 rm -rf conftest*
11700 eval "ac_cv_lib_$ac_lib_var=yes"
11701else
11702 echo "configure: failed program was:" >&5
11703 cat conftest.$ac_ext >&5
11704 rm -rf conftest*
11705 eval "ac_cv_lib_$ac_lib_var=no"
11706fi
11707rm -f conftest*
11708LIBS="$ac_save_LIBS"
11709
11710fi
11711if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11712 echo "$ac_t""yes" 1>&6
11713 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
11714else
11715 echo "$ac_t""no" 1>&6
11716fi
11717
11718 fi
11719
11720 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
11721 # to get the SysV transport functions.
11722 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
11723 # needs -lnsl.
11724 # The nsl library prevents programs from opening the X display
11725 # on Irix 5.2, according to dickey@clark.net.
11726 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
11727echo "configure:11728: checking for gethostbyname" >&5
11728if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
11729 echo $ac_n "(cached) $ac_c" 1>&6
11730else
11731 cat > conftest.$ac_ext <<EOF
11732#line 11733 "configure"
11733#include "confdefs.h"
11734/* System header to define __stub macros and hopefully few prototypes,
11735 which can conflict with char gethostbyname(); below. */
11736#include <assert.h>
11737/* Override any gcc2 internal prototype to avoid an error. */
11738/* We use char because int might match the return type of a gcc2
11739 builtin and then its argument prototype would still apply. */
11740char gethostbyname();
11741
11742int main() {
11743
11744/* The GNU C library defines this for functions which it implements
11745 to always fail with ENOSYS. Some functions are actually named
11746 something starting with __ and the normal name is an alias. */
11747#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
11748choke me
11749#else
11750gethostbyname();
11751#endif
11752
11753; return 0; }
11754EOF
11755if { (eval echo configure:11756: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11756 rm -rf conftest*
11757 eval "ac_cv_func_gethostbyname=yes"
11758else
11759 echo "configure: failed program was:" >&5
11760 cat conftest.$ac_ext >&5
11761 rm -rf conftest*
11762 eval "ac_cv_func_gethostbyname=no"
11763fi
11764rm -f conftest*
11765fi
11766
11767if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
11768 echo "$ac_t""yes" 1>&6
11769 :
11770else
11771 echo "$ac_t""no" 1>&6
11772fi
11773
11774 if test $ac_cv_func_gethostbyname = no; then
11775 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
11776echo "configure:11777: checking for gethostbyname in -lnsl" >&5
11777ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
11778if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11779 echo $ac_n "(cached) $ac_c" 1>&6
11780else
11781 ac_save_LIBS="$LIBS"
11782LIBS="-lnsl $LIBS"
11783cat > conftest.$ac_ext <<EOF
11784#line 11785 "configure"
11785#include "confdefs.h"
11786/* Override any gcc2 internal prototype to avoid an error. */
11787/* We use char because int might match the return type of a gcc2
11788 builtin and then its argument prototype would still apply. */
11789char gethostbyname();
11790
11791int main() {
11792gethostbyname()
11793; return 0; }
11794EOF
11795if { (eval echo configure:11796: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11796 rm -rf conftest*
11797 eval "ac_cv_lib_$ac_lib_var=yes"
11798else
11799 echo "configure: failed program was:" >&5
11800 cat conftest.$ac_ext >&5
11801 rm -rf conftest*
11802 eval "ac_cv_lib_$ac_lib_var=no"
11803fi
11804rm -f conftest*
11805LIBS="$ac_save_LIBS"
11806
11807fi
11808if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11809 echo "$ac_t""yes" 1>&6
11810 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
11811else
11812 echo "$ac_t""no" 1>&6
11813fi
11814
11815 fi
11816
11817 # lieder@skyler.mavd.honeywell.com says without -lsocket,
11818 # socket/setsockopt and other routines are undefined under SCO ODT
11819 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
11820 # on later versions), says simon@lia.di.epfl.ch: it contains
11821 # gethostby* variants that don't use the nameserver (or something).
11822 # -lsocket must be given before -lnsl if both are needed.
11823 # We assume that if connect needs -lnsl, so does gethostbyname.
11824 echo $ac_n "checking for connect""... $ac_c" 1>&6
11825echo "configure:11826: checking for connect" >&5
11826if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
11827 echo $ac_n "(cached) $ac_c" 1>&6
11828else
11829 cat > conftest.$ac_ext <<EOF
11830#line 11831 "configure"
11831#include "confdefs.h"
11832/* System header to define __stub macros and hopefully few prototypes,
11833 which can conflict with char connect(); below. */
11834#include <assert.h>
11835/* Override any gcc2 internal prototype to avoid an error. */
11836/* We use char because int might match the return type of a gcc2
11837 builtin and then its argument prototype would still apply. */
11838char connect();
11839
11840int main() {
11841
11842/* The GNU C library defines this for functions which it implements
11843 to always fail with ENOSYS. Some functions are actually named
11844 something starting with __ and the normal name is an alias. */
11845#if defined (__stub_connect) || defined (__stub___connect)
11846choke me
11847#else
11848connect();
11849#endif
11850
11851; return 0; }
11852EOF
11853if { (eval echo configure:11854: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11854 rm -rf conftest*
11855 eval "ac_cv_func_connect=yes"
11856else
11857 echo "configure: failed program was:" >&5
11858 cat conftest.$ac_ext >&5
11859 rm -rf conftest*
11860 eval "ac_cv_func_connect=no"
11861fi
11862rm -f conftest*
11863fi
11864
11865if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
11866 echo "$ac_t""yes" 1>&6
11867 :
11868else
11869 echo "$ac_t""no" 1>&6
11870fi
11871
11872 if test $ac_cv_func_connect = no; then
11873 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
11874echo "configure:11875: checking for connect in -lsocket" >&5
11875ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
11876if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11877 echo $ac_n "(cached) $ac_c" 1>&6
11878else
11879 ac_save_LIBS="$LIBS"
11880LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
11881cat > conftest.$ac_ext <<EOF
11882#line 11883 "configure"
11883#include "confdefs.h"
11884/* Override any gcc2 internal prototype to avoid an error. */
11885/* We use char because int might match the return type of a gcc2
11886 builtin and then its argument prototype would still apply. */
11887char connect();
11888
11889int main() {
11890connect()
11891; return 0; }
11892EOF
11893if { (eval echo configure:11894: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11894 rm -rf conftest*
11895 eval "ac_cv_lib_$ac_lib_var=yes"
11896else
11897 echo "configure: failed program was:" >&5
11898 cat conftest.$ac_ext >&5
11899 rm -rf conftest*
11900 eval "ac_cv_lib_$ac_lib_var=no"
11901fi
11902rm -f conftest*
11903LIBS="$ac_save_LIBS"
11904
11905fi
11906if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11907 echo "$ac_t""yes" 1>&6
11908 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
11909else
11910 echo "$ac_t""no" 1>&6
11911fi
11912
11913 fi
11914
11915 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
11916 echo $ac_n "checking for remove""... $ac_c" 1>&6
11917echo "configure:11918: checking for remove" >&5
11918if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
11919 echo $ac_n "(cached) $ac_c" 1>&6
11920else
11921 cat > conftest.$ac_ext <<EOF
11922#line 11923 "configure"
11923#include "confdefs.h"
11924/* System header to define __stub macros and hopefully few prototypes,
11925 which can conflict with char remove(); below. */
11926#include <assert.h>
11927/* Override any gcc2 internal prototype to avoid an error. */
11928/* We use char because int might match the return type of a gcc2
11929 builtin and then its argument prototype would still apply. */
11930char remove();
11931
11932int main() {
11933
11934/* The GNU C library defines this for functions which it implements
11935 to always fail with ENOSYS. Some functions are actually named
11936 something starting with __ and the normal name is an alias. */
11937#if defined (__stub_remove) || defined (__stub___remove)
11938choke me
11939#else
11940remove();
11941#endif
11942
11943; return 0; }
11944EOF
11945if { (eval echo configure:11946: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11946 rm -rf conftest*
11947 eval "ac_cv_func_remove=yes"
11948else
11949 echo "configure: failed program was:" >&5
11950 cat conftest.$ac_ext >&5
11951 rm -rf conftest*
11952 eval "ac_cv_func_remove=no"
11953fi
11954rm -f conftest*
11955fi
11956
11957if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
11958 echo "$ac_t""yes" 1>&6
11959 :
11960else
11961 echo "$ac_t""no" 1>&6
11962fi
11963
11964 if test $ac_cv_func_remove = no; then
11965 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
11966echo "configure:11967: checking for remove in -lposix" >&5
11967ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
11968if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11969 echo $ac_n "(cached) $ac_c" 1>&6
11970else
11971 ac_save_LIBS="$LIBS"
11972LIBS="-lposix $LIBS"
11973cat > conftest.$ac_ext <<EOF
11974#line 11975 "configure"
11975#include "confdefs.h"
11976/* Override any gcc2 internal prototype to avoid an error. */
11977/* We use char because int might match the return type of a gcc2
11978 builtin and then its argument prototype would still apply. */
11979char remove();
11980
11981int main() {
11982remove()
11983; return 0; }
11984EOF
11985if { (eval echo configure:11986: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11986 rm -rf conftest*
11987 eval "ac_cv_lib_$ac_lib_var=yes"
11988else
11989 echo "configure: failed program was:" >&5
11990 cat conftest.$ac_ext >&5
11991 rm -rf conftest*
11992 eval "ac_cv_lib_$ac_lib_var=no"
11993fi
11994rm -f conftest*
11995LIBS="$ac_save_LIBS"
11996
11997fi
11998if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11999 echo "$ac_t""yes" 1>&6
12000 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
12001else
12002 echo "$ac_t""no" 1>&6
12003fi
12004
12005 fi
12006
12007 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
12008 echo $ac_n "checking for shmat""... $ac_c" 1>&6
12009echo "configure:12010: checking for shmat" >&5
12010if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
12011 echo $ac_n "(cached) $ac_c" 1>&6
12012else
12013 cat > conftest.$ac_ext <<EOF
12014#line 12015 "configure"
12015#include "confdefs.h"
12016/* System header to define __stub macros and hopefully few prototypes,
12017 which can conflict with char shmat(); below. */
12018#include <assert.h>
12019/* Override any gcc2 internal prototype to avoid an error. */
12020/* We use char because int might match the return type of a gcc2
12021 builtin and then its argument prototype would still apply. */
12022char shmat();
12023
12024int main() {
12025
12026/* The GNU C library defines this for functions which it implements
12027 to always fail with ENOSYS. Some functions are actually named
12028 something starting with __ and the normal name is an alias. */
12029#if defined (__stub_shmat) || defined (__stub___shmat)
12030choke me
12031#else
12032shmat();
12033#endif
12034
12035; return 0; }
12036EOF
12037if { (eval echo configure:12038: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12038 rm -rf conftest*
12039 eval "ac_cv_func_shmat=yes"
12040else
12041 echo "configure: failed program was:" >&5
12042 cat conftest.$ac_ext >&5
12043 rm -rf conftest*
12044 eval "ac_cv_func_shmat=no"
12045fi
12046rm -f conftest*
12047fi
12048
12049if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
12050 echo "$ac_t""yes" 1>&6
12051 :
12052else
12053 echo "$ac_t""no" 1>&6
12054fi
12055
12056 if test $ac_cv_func_shmat = no; then
12057 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
12058echo "configure:12059: checking for shmat in -lipc" >&5
12059ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
12060if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12061 echo $ac_n "(cached) $ac_c" 1>&6
12062else
12063 ac_save_LIBS="$LIBS"
12064LIBS="-lipc $LIBS"
12065cat > conftest.$ac_ext <<EOF
12066#line 12067 "configure"
12067#include "confdefs.h"
12068/* Override any gcc2 internal prototype to avoid an error. */
12069/* We use char because int might match the return type of a gcc2
12070 builtin and then its argument prototype would still apply. */
12071char shmat();
12072
12073int main() {
12074shmat()
12075; return 0; }
12076EOF
12077if { (eval echo configure:12078: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12078 rm -rf conftest*
12079 eval "ac_cv_lib_$ac_lib_var=yes"
12080else
12081 echo "configure: failed program was:" >&5
12082 cat conftest.$ac_ext >&5
12083 rm -rf conftest*
12084 eval "ac_cv_lib_$ac_lib_var=no"
12085fi
12086rm -f conftest*
12087LIBS="$ac_save_LIBS"
12088
12089fi
12090if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12091 echo "$ac_t""yes" 1>&6
12092 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
12093else
12094 echo "$ac_t""no" 1>&6
12095fi
12096
12097 fi
12098 fi
12099
12100 # Check for libraries that X11R6 Xt/Xaw programs need.
12101 ac_save_LDFLAGS="$LDFLAGS"
12102 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
12103 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
12104 # check for ICE first), but we must link in the order -lSM -lICE or
12105 # we get undefined symbols. So assume we have SM if we have ICE.
12106 # These have to be linked with before -lX11, unlike the other
12107 # libraries we check for below, so use a different variable.
12108 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
12109 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
12110echo "configure:12111: checking for IceConnectionNumber in -lICE" >&5
12111ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
12112if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12113 echo $ac_n "(cached) $ac_c" 1>&6
12114else
12115 ac_save_LIBS="$LIBS"
12116LIBS="-lICE $X_EXTRA_LIBS $LIBS"
12117cat > conftest.$ac_ext <<EOF
12118#line 12119 "configure"
12119#include "confdefs.h"
12120/* Override any gcc2 internal prototype to avoid an error. */
12121/* We use char because int might match the return type of a gcc2
12122 builtin and then its argument prototype would still apply. */
12123char IceConnectionNumber();
12124
12125int main() {
12126IceConnectionNumber()
12127; return 0; }
12128EOF
12129if { (eval echo configure:12130: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12130 rm -rf conftest*
12131 eval "ac_cv_lib_$ac_lib_var=yes"
12132else
12133 echo "configure: failed program was:" >&5
12134 cat conftest.$ac_ext >&5
12135 rm -rf conftest*
12136 eval "ac_cv_lib_$ac_lib_var=no"
12137fi
12138rm -f conftest*
12139LIBS="$ac_save_LIBS"
12140
12141fi
12142if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12143 echo "$ac_t""yes" 1>&6
12144 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
12145else
12146 echo "$ac_t""no" 1>&6
12147fi
12148
12149 LDFLAGS="$ac_save_LDFLAGS"
12150
12151fi
12152
12153
12154 if test "$no_x" = "yes"; then
12155 { echo "configure: error: X11 not found" 1>&2; exit 1; }
12156 fi
12157
12158 GUI_TK_LIBRARY="$X_LIBS"
12159 TOOLKIT_INCLUDE="$X_CFLAGS"
12160 AFMINSTALL=afminstall
12161 COMPILED_X_PROGRAM=0
12162
12163 if test "$wxUSE_NANOX" = "yes"; then
12164 echo $ac_n "checking for MicroWindows/NanoX distribution""... $ac_c" 1>&6
12165echo "configure:12166: checking for MicroWindows/NanoX distribution" >&5
12166 if test "x$MICROWIN" = x ; then
12167 echo "$ac_t""not found" 1>&6
12168 { echo "configure: error: Cannot find MicroWindows library. Make sure MICROWIN is set." 1>&2; exit 1; }
12169 else
12170 echo "$ac_t""$MICROWIN" 1>&6
12171 fi
12172 fi
12173
12174 xpm_link=
12175 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
12176echo "configure:12177: checking for Xpm library" >&5
12177
12178ac_find_libraries=
12179for ac_dir in $SEARCH_LIB;
12180 do
12181 for ac_extension in a so sl dylib; do
12182 if test -f "$ac_dir/libXpm.$ac_extension"; then
12183 ac_find_libraries=$ac_dir
12184 break 2
12185 fi
12186 done
12187 done
12188
12189 if test "$ac_find_libraries" != "" ; then
12190
12191 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
12192 result=$?
12193 if test $result = 0; then
12194 ac_path_to_link=""
12195 else
12196 ac_path_to_link=" -L$ac_find_libraries"
12197 fi
12198
12199 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
12200 xpm_link=" -lXpm"
12201 cat >> confdefs.h <<\EOF
12202#define wxHAVE_LIB_XPM 1
12203EOF
12204
12205 echo "$ac_t""found at $ac_find_libraries" 1>&6
12206 else
12207 cat > conftest.$ac_ext <<EOF
12208#line 12209 "configure"
12209#include "confdefs.h"
12210
12211 #include <X11/xpm.h>
12212
12213int main() {
12214
12215 int version;
12216 version = XpmLibraryVersion();
12217
12218; return 0; }
12219EOF
12220if { (eval echo configure:12221: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12221 rm -rf conftest*
12222
12223 xpm_link=" -lXpm"
12224 cat >> confdefs.h <<\EOF
12225#define wxHAVE_LIB_XPM 1
12226EOF
12227
12228 echo "$ac_t""found in default search path" 1>&6
12229 COMPILED_X_PROGRAM=0
12230
12231else
12232 echo "configure: failed program was:" >&5
12233 cat conftest.$ac_ext >&5
12234 rm -rf conftest*
12235
12236 echo "$ac_t""no" 1>&6
12237 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
12238
12239
12240fi
12241rm -f conftest*
12242 fi
12243
12244 if test "$wxUSE_NANOX" = "yes"; then
12245 TOOLKIT_INCLUDE="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
12246 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__NANOX__"
12247 GUI_TK_LIBRARY="$GUI_TK_LIBRARY \$MICROWIN/src/lib/libnano-X.a \$MICROWIN/src/lib/libmwengine.a \$MICROWIN/src/lib/libmwfonts.a \$MICROWIN/src/lib/libmwdrivers.a \$MICROWIN/src/lib/libmwobjects.a"
12248 else
12249 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lX11$xpm_link"
12250 fi
12251
12252 TOOLKIT_VPATH="\${top_srcdir}/src/x11"
12253 TOOLKIT=X11
12254 GUIDIST=X11_DIST
12255 fi
12256
12257 if test "$wxUSE_WINE" = 1; then
12258 ac_safe=`echo "windows.h" | sed 'y%./+-%__p_%'`
12259echo $ac_n "checking for windows.h""... $ac_c" 1>&6
12260echo "configure:12261: checking for windows.h" >&5
12261if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12262 echo $ac_n "(cached) $ac_c" 1>&6
12263else
12264 cat > conftest.$ac_ext <<EOF
12265#line 12266 "configure"
12266#include "confdefs.h"
12267#include <windows.h>
12268EOF
12269ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12270{ (eval echo configure:12271: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12271ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12272if test -z "$ac_err"; then
12273 rm -rf conftest*
12274 eval "ac_cv_header_$ac_safe=yes"
12275else
12276 echo "$ac_err" >&5
12277 echo "configure: failed program was:" >&5
12278 cat conftest.$ac_ext >&5
12279 rm -rf conftest*
12280 eval "ac_cv_header_$ac_safe=no"
12281fi
12282rm -f conftest*
12283fi
12284if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12285 echo "$ac_t""yes" 1>&6
12286 :
12287else
12288 echo "$ac_t""no" 1>&6
12289
12290 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
12291
12292fi
12293
12294
12295 xpm_link=
12296 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
12297echo "configure:12298: checking for Xpm library" >&5
12298
12299ac_find_libraries=
12300for ac_dir in $SEARCH_LIB;
12301 do
12302 for ac_extension in a so sl dylib; do
12303 if test -f "$ac_dir/libXpm.$ac_extension"; then
12304 ac_find_libraries=$ac_dir
12305 break 2
12306 fi
12307 done
12308 done
12309
12310 if test "$ac_find_libraries" != "" ; then
12311 GUI_TK_LIBRARY="-L$ac_find_libraries"
12312 xpm_link=" -lXpm"
12313 cat >> confdefs.h <<\EOF
12314#define wxHAVE_LIB_XPM 1
12315EOF
12316
12317 echo "$ac_t""found at $ac_find_libraries" 1>&6
12318 else
12319 echo "$ac_t""no" 1>&6
12320 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
12321 fi
12322
12323 mesa_link=
12324 echo $ac_n "checking for Mesa library""... $ac_c" 1>&6
12325echo "configure:12326: checking for Mesa library" >&5
12326
12327ac_find_libraries=
12328for ac_dir in $SEARCH_LIB;
12329 do
12330 for ac_extension in a so sl dylib; do
12331 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
12332 ac_find_libraries=$ac_dir
12333 break 2
12334 fi
12335 done
12336 done
12337
12338 if test "$ac_find_libraries" != "" ; then
12339 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -L$ac_find_libraries"
12340 mesa_link=" -lMesaGL"
12341 echo "$ac_t""found at $ac_find_libraries" 1>&6
12342 else
12343 { echo "configure: error: no" 1>&2; exit 1; }
12344 fi
12345
12346 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lwine$mesa_link$xpm_link -lXxf86dga -lXxf86vm -lSM -lICE -lXext -lXmu -lX11 -lncurses"
12347 TOOLKIT=MSW
12348 GUIDIST=MSW_DIST
12349 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXWINE__"
12350 fi
12351
12352 if test "$wxUSE_MOTIF" = 1; then
12353 if test "$no_x" = yes; then
12354 # Not all programs may use this symbol, but it does not hurt to define it.
12355 cat >> confdefs.h <<\EOF
12356#define X_DISPLAY_MISSING 1
12357EOF
12358
12359 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
12360else
12361 if test -n "$x_includes"; then
12362 X_CFLAGS="$X_CFLAGS -I$x_includes"
12363 fi
12364
12365 # It would also be nice to do this for all -L options, not just this one.
12366 if test -n "$x_libraries"; then
12367 X_LIBS="$X_LIBS -L$x_libraries"
12368 # For Solaris; some versions of Sun CC require a space after -R and
12369 # others require no space. Words are not sufficient . . . .
12370 case "`(uname -sr) 2>/dev/null`" in
12371 "SunOS 5"*)
12372 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
12373echo "configure:12374: checking whether -R must be followed by a space" >&5
12374 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries"
12375 cat > conftest.$ac_ext <<EOF
12376#line 12377 "configure"
12377#include "confdefs.h"
12378
12379int main() {
12380
12381; return 0; }
12382EOF
12383if { (eval echo configure:12384: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12384 rm -rf conftest*
12385 ac_R_nospace=yes
12386else
12387 echo "configure: failed program was:" >&5
12388 cat conftest.$ac_ext >&5
12389 rm -rf conftest*
12390 ac_R_nospace=no
12391fi
12392rm -f conftest*
12393 if test $ac_R_nospace = yes; then
12394 echo "$ac_t""no" 1>&6
12395 X_LIBS="$X_LIBS -R$x_libraries"
12396 else
12397 LIBS="$ac_xsave_LIBS -R $x_libraries"
12398 cat > conftest.$ac_ext <<EOF
12399#line 12400 "configure"
12400#include "confdefs.h"
12401
12402int main() {
12403
12404; return 0; }
12405EOF
12406if { (eval echo configure:12407: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12407 rm -rf conftest*
12408 ac_R_space=yes
12409else
12410 echo "configure: failed program was:" >&5
12411 cat conftest.$ac_ext >&5
12412 rm -rf conftest*
12413 ac_R_space=no
12414fi
12415rm -f conftest*
12416 if test $ac_R_space = yes; then
12417 echo "$ac_t""yes" 1>&6
12418 X_LIBS="$X_LIBS -R $x_libraries"
12419 else
12420 echo "$ac_t""neither works" 1>&6
12421 fi
12422 fi
12423 LIBS="$ac_xsave_LIBS"
12424 esac
12425 fi
12426
12427 # Check for system-dependent libraries X programs must link with.
12428 # Do this before checking for the system-independent R6 libraries
12429 # (-lICE), since we may need -lsocket or whatever for X linking.
12430
12431 if test "$ISC" = yes; then
12432 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
12433 else
12434 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
12435 # libraries were built with DECnet support. And karl@cs.umb.edu says
12436 # the Alpha needs dnet_stub (dnet does not exist).
12437 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
12438echo "configure:12439: checking for dnet_ntoa in -ldnet" >&5
12439ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
12440if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12441 echo $ac_n "(cached) $ac_c" 1>&6
12442else
12443 ac_save_LIBS="$LIBS"
12444LIBS="-ldnet $LIBS"
12445cat > conftest.$ac_ext <<EOF
12446#line 12447 "configure"
12447#include "confdefs.h"
12448/* Override any gcc2 internal prototype to avoid an error. */
12449/* We use char because int might match the return type of a gcc2
12450 builtin and then its argument prototype would still apply. */
12451char dnet_ntoa();
12452
12453int main() {
12454dnet_ntoa()
12455; return 0; }
12456EOF
12457if { (eval echo configure:12458: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12458 rm -rf conftest*
12459 eval "ac_cv_lib_$ac_lib_var=yes"
12460else
12461 echo "configure: failed program was:" >&5
12462 cat conftest.$ac_ext >&5
12463 rm -rf conftest*
12464 eval "ac_cv_lib_$ac_lib_var=no"
12465fi
12466rm -f conftest*
12467LIBS="$ac_save_LIBS"
12468
12469fi
12470if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12471 echo "$ac_t""yes" 1>&6
12472 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
12473else
12474 echo "$ac_t""no" 1>&6
12475fi
12476
12477 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
12478 echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
12479echo "configure:12480: checking for dnet_ntoa in -ldnet_stub" >&5
12480ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
12481if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12482 echo $ac_n "(cached) $ac_c" 1>&6
12483else
12484 ac_save_LIBS="$LIBS"
12485LIBS="-ldnet_stub $LIBS"
12486cat > conftest.$ac_ext <<EOF
12487#line 12488 "configure"
12488#include "confdefs.h"
12489/* Override any gcc2 internal prototype to avoid an error. */
12490/* We use char because int might match the return type of a gcc2
12491 builtin and then its argument prototype would still apply. */
12492char dnet_ntoa();
12493
12494int main() {
12495dnet_ntoa()
12496; return 0; }
12497EOF
12498if { (eval echo configure:12499: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12499 rm -rf conftest*
12500 eval "ac_cv_lib_$ac_lib_var=yes"
12501else
12502 echo "configure: failed program was:" >&5
12503 cat conftest.$ac_ext >&5
12504 rm -rf conftest*
12505 eval "ac_cv_lib_$ac_lib_var=no"
12506fi
12507rm -f conftest*
12508LIBS="$ac_save_LIBS"
12509
12510fi
12511if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12512 echo "$ac_t""yes" 1>&6
12513 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
12514else
12515 echo "$ac_t""no" 1>&6
12516fi
12517
12518 fi
12519
12520 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
12521 # to get the SysV transport functions.
12522 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
12523 # needs -lnsl.
12524 # The nsl library prevents programs from opening the X display
12525 # on Irix 5.2, according to dickey@clark.net.
12526 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
12527echo "configure:12528: checking for gethostbyname" >&5
12528if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
12529 echo $ac_n "(cached) $ac_c" 1>&6
12530else
12531 cat > conftest.$ac_ext <<EOF
12532#line 12533 "configure"
12533#include "confdefs.h"
12534/* System header to define __stub macros and hopefully few prototypes,
12535 which can conflict with char gethostbyname(); below. */
12536#include <assert.h>
12537/* Override any gcc2 internal prototype to avoid an error. */
12538/* We use char because int might match the return type of a gcc2
12539 builtin and then its argument prototype would still apply. */
12540char gethostbyname();
12541
12542int main() {
12543
12544/* The GNU C library defines this for functions which it implements
12545 to always fail with ENOSYS. Some functions are actually named
12546 something starting with __ and the normal name is an alias. */
12547#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
12548choke me
12549#else
12550gethostbyname();
12551#endif
12552
12553; return 0; }
12554EOF
12555if { (eval echo configure:12556: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12556 rm -rf conftest*
12557 eval "ac_cv_func_gethostbyname=yes"
12558else
12559 echo "configure: failed program was:" >&5
12560 cat conftest.$ac_ext >&5
12561 rm -rf conftest*
12562 eval "ac_cv_func_gethostbyname=no"
12563fi
12564rm -f conftest*
12565fi
12566
12567if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
12568 echo "$ac_t""yes" 1>&6
12569 :
12570else
12571 echo "$ac_t""no" 1>&6
12572fi
12573
12574 if test $ac_cv_func_gethostbyname = no; then
12575 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
12576echo "configure:12577: checking for gethostbyname in -lnsl" >&5
12577ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
12578if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12579 echo $ac_n "(cached) $ac_c" 1>&6
12580else
12581 ac_save_LIBS="$LIBS"
12582LIBS="-lnsl $LIBS"
12583cat > conftest.$ac_ext <<EOF
12584#line 12585 "configure"
12585#include "confdefs.h"
12586/* Override any gcc2 internal prototype to avoid an error. */
12587/* We use char because int might match the return type of a gcc2
12588 builtin and then its argument prototype would still apply. */
12589char gethostbyname();
12590
12591int main() {
12592gethostbyname()
12593; return 0; }
12594EOF
12595if { (eval echo configure:12596: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12596 rm -rf conftest*
12597 eval "ac_cv_lib_$ac_lib_var=yes"
12598else
12599 echo "configure: failed program was:" >&5
12600 cat conftest.$ac_ext >&5
12601 rm -rf conftest*
12602 eval "ac_cv_lib_$ac_lib_var=no"
12603fi
12604rm -f conftest*
12605LIBS="$ac_save_LIBS"
12606
12607fi
12608if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12609 echo "$ac_t""yes" 1>&6
12610 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
12611else
12612 echo "$ac_t""no" 1>&6
12613fi
12614
12615 fi
12616
12617 # lieder@skyler.mavd.honeywell.com says without -lsocket,
12618 # socket/setsockopt and other routines are undefined under SCO ODT
12619 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
12620 # on later versions), says simon@lia.di.epfl.ch: it contains
12621 # gethostby* variants that don't use the nameserver (or something).
12622 # -lsocket must be given before -lnsl if both are needed.
12623 # We assume that if connect needs -lnsl, so does gethostbyname.
12624 echo $ac_n "checking for connect""... $ac_c" 1>&6
12625echo "configure:12626: checking for connect" >&5
12626if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
12627 echo $ac_n "(cached) $ac_c" 1>&6
12628else
12629 cat > conftest.$ac_ext <<EOF
12630#line 12631 "configure"
12631#include "confdefs.h"
12632/* System header to define __stub macros and hopefully few prototypes,
12633 which can conflict with char connect(); below. */
12634#include <assert.h>
12635/* Override any gcc2 internal prototype to avoid an error. */
12636/* We use char because int might match the return type of a gcc2
12637 builtin and then its argument prototype would still apply. */
12638char connect();
12639
12640int main() {
12641
12642/* The GNU C library defines this for functions which it implements
12643 to always fail with ENOSYS. Some functions are actually named
12644 something starting with __ and the normal name is an alias. */
12645#if defined (__stub_connect) || defined (__stub___connect)
12646choke me
12647#else
12648connect();
12649#endif
12650
12651; return 0; }
12652EOF
12653if { (eval echo configure:12654: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12654 rm -rf conftest*
12655 eval "ac_cv_func_connect=yes"
12656else
12657 echo "configure: failed program was:" >&5
12658 cat conftest.$ac_ext >&5
12659 rm -rf conftest*
12660 eval "ac_cv_func_connect=no"
12661fi
12662rm -f conftest*
12663fi
12664
12665if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
12666 echo "$ac_t""yes" 1>&6
12667 :
12668else
12669 echo "$ac_t""no" 1>&6
12670fi
12671
12672 if test $ac_cv_func_connect = no; then
12673 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
12674echo "configure:12675: checking for connect in -lsocket" >&5
12675ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
12676if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12677 echo $ac_n "(cached) $ac_c" 1>&6
12678else
12679 ac_save_LIBS="$LIBS"
12680LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
12681cat > conftest.$ac_ext <<EOF
12682#line 12683 "configure"
12683#include "confdefs.h"
12684/* Override any gcc2 internal prototype to avoid an error. */
12685/* We use char because int might match the return type of a gcc2
12686 builtin and then its argument prototype would still apply. */
12687char connect();
12688
12689int main() {
12690connect()
12691; return 0; }
12692EOF
12693if { (eval echo configure:12694: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12694 rm -rf conftest*
12695 eval "ac_cv_lib_$ac_lib_var=yes"
12696else
12697 echo "configure: failed program was:" >&5
12698 cat conftest.$ac_ext >&5
12699 rm -rf conftest*
12700 eval "ac_cv_lib_$ac_lib_var=no"
12701fi
12702rm -f conftest*
12703LIBS="$ac_save_LIBS"
12704
12705fi
12706if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12707 echo "$ac_t""yes" 1>&6
12708 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
12709else
12710 echo "$ac_t""no" 1>&6
12711fi
12712
12713 fi
12714
12715 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
12716 echo $ac_n "checking for remove""... $ac_c" 1>&6
12717echo "configure:12718: checking for remove" >&5
12718if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
12719 echo $ac_n "(cached) $ac_c" 1>&6
12720else
12721 cat > conftest.$ac_ext <<EOF
12722#line 12723 "configure"
12723#include "confdefs.h"
12724/* System header to define __stub macros and hopefully few prototypes,
12725 which can conflict with char remove(); below. */
12726#include <assert.h>
12727/* Override any gcc2 internal prototype to avoid an error. */
12728/* We use char because int might match the return type of a gcc2
12729 builtin and then its argument prototype would still apply. */
12730char remove();
12731
12732int main() {
12733
12734/* The GNU C library defines this for functions which it implements
12735 to always fail with ENOSYS. Some functions are actually named
12736 something starting with __ and the normal name is an alias. */
12737#if defined (__stub_remove) || defined (__stub___remove)
12738choke me
12739#else
12740remove();
12741#endif
12742
12743; return 0; }
12744EOF
12745if { (eval echo configure:12746: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12746 rm -rf conftest*
12747 eval "ac_cv_func_remove=yes"
12748else
12749 echo "configure: failed program was:" >&5
12750 cat conftest.$ac_ext >&5
12751 rm -rf conftest*
12752 eval "ac_cv_func_remove=no"
12753fi
12754rm -f conftest*
12755fi
12756
12757if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
12758 echo "$ac_t""yes" 1>&6
12759 :
12760else
12761 echo "$ac_t""no" 1>&6
12762fi
12763
12764 if test $ac_cv_func_remove = no; then
12765 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
12766echo "configure:12767: checking for remove in -lposix" >&5
12767ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
12768if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12769 echo $ac_n "(cached) $ac_c" 1>&6
12770else
12771 ac_save_LIBS="$LIBS"
12772LIBS="-lposix $LIBS"
12773cat > conftest.$ac_ext <<EOF
12774#line 12775 "configure"
12775#include "confdefs.h"
12776/* Override any gcc2 internal prototype to avoid an error. */
12777/* We use char because int might match the return type of a gcc2
12778 builtin and then its argument prototype would still apply. */
12779char remove();
12780
12781int main() {
12782remove()
12783; return 0; }
12784EOF
12785if { (eval echo configure:12786: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12786 rm -rf conftest*
12787 eval "ac_cv_lib_$ac_lib_var=yes"
12788else
12789 echo "configure: failed program was:" >&5
12790 cat conftest.$ac_ext >&5
12791 rm -rf conftest*
12792 eval "ac_cv_lib_$ac_lib_var=no"
12793fi
12794rm -f conftest*
12795LIBS="$ac_save_LIBS"
12796
12797fi
12798if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12799 echo "$ac_t""yes" 1>&6
12800 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
12801else
12802 echo "$ac_t""no" 1>&6
12803fi
12804
12805 fi
12806
12807 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
12808 echo $ac_n "checking for shmat""... $ac_c" 1>&6
12809echo "configure:12810: checking for shmat" >&5
12810if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
12811 echo $ac_n "(cached) $ac_c" 1>&6
12812else
12813 cat > conftest.$ac_ext <<EOF
12814#line 12815 "configure"
12815#include "confdefs.h"
12816/* System header to define __stub macros and hopefully few prototypes,
12817 which can conflict with char shmat(); below. */
12818#include <assert.h>
12819/* Override any gcc2 internal prototype to avoid an error. */
12820/* We use char because int might match the return type of a gcc2
12821 builtin and then its argument prototype would still apply. */
12822char shmat();
12823
12824int main() {
12825
12826/* The GNU C library defines this for functions which it implements
12827 to always fail with ENOSYS. Some functions are actually named
12828 something starting with __ and the normal name is an alias. */
12829#if defined (__stub_shmat) || defined (__stub___shmat)
12830choke me
12831#else
12832shmat();
12833#endif
12834
12835; return 0; }
12836EOF
12837if { (eval echo configure:12838: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12838 rm -rf conftest*
12839 eval "ac_cv_func_shmat=yes"
12840else
12841 echo "configure: failed program was:" >&5
12842 cat conftest.$ac_ext >&5
12843 rm -rf conftest*
12844 eval "ac_cv_func_shmat=no"
12845fi
12846rm -f conftest*
12847fi
12848
12849if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
12850 echo "$ac_t""yes" 1>&6
12851 :
12852else
12853 echo "$ac_t""no" 1>&6
12854fi
12855
12856 if test $ac_cv_func_shmat = no; then
12857 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
12858echo "configure:12859: checking for shmat in -lipc" >&5
12859ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
12860if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12861 echo $ac_n "(cached) $ac_c" 1>&6
12862else
12863 ac_save_LIBS="$LIBS"
12864LIBS="-lipc $LIBS"
12865cat > conftest.$ac_ext <<EOF
12866#line 12867 "configure"
12867#include "confdefs.h"
12868/* Override any gcc2 internal prototype to avoid an error. */
12869/* We use char because int might match the return type of a gcc2
12870 builtin and then its argument prototype would still apply. */
12871char shmat();
12872
12873int main() {
12874shmat()
12875; return 0; }
12876EOF
12877if { (eval echo configure:12878: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12878 rm -rf conftest*
12879 eval "ac_cv_lib_$ac_lib_var=yes"
12880else
12881 echo "configure: failed program was:" >&5
12882 cat conftest.$ac_ext >&5
12883 rm -rf conftest*
12884 eval "ac_cv_lib_$ac_lib_var=no"
12885fi
12886rm -f conftest*
12887LIBS="$ac_save_LIBS"
12888
12889fi
12890if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12891 echo "$ac_t""yes" 1>&6
12892 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
12893else
12894 echo "$ac_t""no" 1>&6
12895fi
12896
12897 fi
12898 fi
12899
12900 # Check for libraries that X11R6 Xt/Xaw programs need.
12901 ac_save_LDFLAGS="$LDFLAGS"
12902 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
12903 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
12904 # check for ICE first), but we must link in the order -lSM -lICE or
12905 # we get undefined symbols. So assume we have SM if we have ICE.
12906 # These have to be linked with before -lX11, unlike the other
12907 # libraries we check for below, so use a different variable.
12908 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
12909 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
12910echo "configure:12911: checking for IceConnectionNumber in -lICE" >&5
12911ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
12912if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12913 echo $ac_n "(cached) $ac_c" 1>&6
12914else
12915 ac_save_LIBS="$LIBS"
12916LIBS="-lICE $X_EXTRA_LIBS $LIBS"
12917cat > conftest.$ac_ext <<EOF
12918#line 12919 "configure"
12919#include "confdefs.h"
12920/* Override any gcc2 internal prototype to avoid an error. */
12921/* We use char because int might match the return type of a gcc2
12922 builtin and then its argument prototype would still apply. */
12923char IceConnectionNumber();
12924
12925int main() {
12926IceConnectionNumber()
12927; return 0; }
12928EOF
12929if { (eval echo configure:12930: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12930 rm -rf conftest*
12931 eval "ac_cv_lib_$ac_lib_var=yes"
12932else
12933 echo "configure: failed program was:" >&5
12934 cat conftest.$ac_ext >&5
12935 rm -rf conftest*
12936 eval "ac_cv_lib_$ac_lib_var=no"
12937fi
12938rm -f conftest*
12939LIBS="$ac_save_LIBS"
12940
12941fi
12942if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12943 echo "$ac_t""yes" 1>&6
12944 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
12945else
12946 echo "$ac_t""no" 1>&6
12947fi
12948
12949 LDFLAGS="$ac_save_LDFLAGS"
12950
12951fi
12952
12953
12954 if test "$no_x" = "yes"; then
12955 { echo "configure: error: X11 not found" 1>&2; exit 1; }
12956 fi
12957
12958 GUI_TK_LIBRARY="$X_LIBS"
12959 TOOLKIT_INCLUDE="$X_CFLAGS"
12960 AFMINSTALL=afminstall
12961 COMPILED_X_PROGRAM=0
12962
12963 echo $ac_n "checking for Motif/Lesstif headers""... $ac_c" 1>&6
12964echo "configure:12965: checking for Motif/Lesstif headers" >&5
12965
12966ac_find_includes=
12967for ac_dir in $SEARCH_INCLUDE;
12968 do
12969 if test -f "$ac_dir/Xm/Xm.h"; then
12970 ac_find_includes=$ac_dir
12971 break
12972 fi
12973 done
12974
12975 if test "$ac_find_includes" != "" ; then
12976 echo "$ac_t""found $ac_find_includes" 1>&6
12977 else
12978 cat > conftest.$ac_ext <<EOF
12979#line 12980 "configure"
12980#include "confdefs.h"
12981
12982 #include <Xm/Xm.h>
12983
12984int main() {
12985
12986 int version;
12987 version = xmUseVersion;
12988
12989; return 0; }
12990EOF
12991if { (eval echo configure:12992: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12992 rm -rf conftest*
12993
12994 echo "$ac_t""found in default search path" 1>&6
12995 COMPILED_X_PROGRAM=1
12996
12997else
12998 echo "configure: failed program was:" >&5
12999 cat conftest.$ac_ext >&5
13000 rm -rf conftest*
13001
13002 echo "$ac_t""no" 1>&6
13003 { echo "configure: error: please set CFLAGS to contain the location of Xm/Xm.h" 1>&2; exit 1; }
13004
13005
13006fi
13007rm -f conftest*
13008 fi
13009
13010 if test "$COMPILED_X_PROGRAM" = 0; then
13011 echo $ac_n "checking for Motif/Lesstif library""... $ac_c" 1>&6
13012echo "configure:13013: checking for Motif/Lesstif library" >&5
13013
13014ac_find_libraries=
13015for ac_dir in $SEARCH_LIB;
13016 do
13017 for ac_extension in a so sl dylib; do
13018 if test -f "$ac_dir/libXm.$ac_extension"; then
13019 ac_find_libraries=$ac_dir
13020 break 2
13021 fi
13022 done
13023 done
13024
13025 if test "$ac_find_libraries" != "" ; then
13026
13027 ac_path_to_include=$ac_find_includes
13028 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
13029 result=$?
13030 if test $result = 0; then
13031 ac_path_to_include=""
13032 else
13033 ac_path_to_include=" -I$ac_find_includes"
13034 fi
13035
13036
13037 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
13038 result=$?
13039 if test $result = 0; then
13040 ac_path_to_link=""
13041 else
13042 ac_path_to_link=" -L$ac_find_libraries"
13043 fi
13044
13045
13046 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
13047 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE$ac_path_to_include"
13048 echo "$ac_t""found at $ac_find_libraries" 1>&6
13049 else
13050 cat > conftest.$ac_ext <<EOF
13051#line 13052 "configure"
13052#include "confdefs.h"
13053
13054 #include <Xm/Xm.h>
13055
13056int main() {
13057
13058 int version;
13059 version = xmUseVersion;
13060
13061; return 0; }
13062EOF
13063if { (eval echo configure:13064: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13064 rm -rf conftest*
13065
13066 echo "$ac_t""found in default search path" 1>&6
13067 COMPILED_X_PROGRAM=1
13068
13069else
13070 echo "configure: failed program was:" >&5
13071 cat conftest.$ac_ext >&5
13072 rm -rf conftest*
13073
13074 echo "$ac_t""no" 1>&6
13075 { echo "configure: error: please set LDFLAGS to contain the location of libXm" 1>&2; exit 1; }
13076
13077
13078fi
13079rm -f conftest*
13080 fi
13081 fi
13082
13083 xpm_link=
13084 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
13085echo "configure:13086: checking for Xpm library" >&5
13086
13087ac_find_libraries=
13088for ac_dir in $SEARCH_LIB;
13089 do
13090 for ac_extension in a so sl dylib; do
13091 if test -f "$ac_dir/libXpm.$ac_extension"; then
13092 ac_find_libraries=$ac_dir
13093 break 2
13094 fi
13095 done
13096 done
13097
13098 if test "$ac_find_libraries" != "" ; then
13099
13100 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
13101 result=$?
13102 if test $result = 0; then
13103 ac_path_to_link=""
13104 else
13105 ac_path_to_link=" -L$ac_find_libraries"
13106 fi
13107
13108 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
13109 xpm_link=" -lXpm"
13110 cat >> confdefs.h <<\EOF
13111#define wxHAVE_LIB_XPM 1
13112EOF
13113
13114 echo "$ac_t""found at $ac_find_libraries" 1>&6
13115 else
13116 cat > conftest.$ac_ext <<EOF
13117#line 13118 "configure"
13118#include "confdefs.h"
13119
13120 #include <X11/xpm.h>
13121
13122int main() {
13123
13124 int version;
13125 version = XpmLibraryVersion();
13126
13127; return 0; }
13128EOF
13129if { (eval echo configure:13130: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13130 rm -rf conftest*
13131
13132 xpm_link=" -lXpm"
13133 cat >> confdefs.h <<\EOF
13134#define wxHAVE_LIB_XPM 1
13135EOF
13136
13137 echo "$ac_t""found in default search path" 1>&6
13138 COMPILED_X_PROGRAM=0
13139
13140else
13141 echo "configure: failed program was:" >&5
13142 cat conftest.$ac_ext >&5
13143 rm -rf conftest*
13144
13145 echo "$ac_t""no" 1>&6
13146 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
13147
13148
13149fi
13150rm -f conftest*
13151 fi
13152
13153 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXm$xpm_link -lXmu -lXext -lXt -lX11"
13154 TOOLKIT_VPATH="\${top_srcdir}/src/motif${PATH_IFS}\${top_srcdir}/src/motif/xmcombo"
13155 TOOLKIT=MOTIF
13156 GUIDIST=MOTIF_DIST
13157 fi
13158
13159 if test "$wxUSE_MAC" = 1; then
13160 if test "$wxUSE_PRECOMP" = "yes"; then
13161 CPPFLAGS="$CPPFLAGS -cpp-precomp"
13162 fi
13163 CPPFLAGS="$CPPFLAGS -I/Developer/Headers/FlatCarbon -I\${top_srcdir}/src/mac/morefile"
13164 CFLAGS="$CFLAGS -fpascal-strings"
13165 CXXFLAGS="$CXXFLAGS -fpascal-strings"
13166
13167 TOOLKIT_VPATH="\${top_srcdir}/src/mac${PATH_IFS}\${top_srcdir}/src/mac/morefile"
13168 TOOLKIT=MAC
13169 GUIDIST=MACX_DIST
13170 fi
13171
13172 if test "$wxUSE_PM" = 1; then
13173 TOOLKIT=PM
13174 GUIDIST=GTK_DIST
13175 fi
13176
13177 if test "$TOOLKIT" = "PM" ; then
13178 TOOLKIT_DIR="os2"
13179 else
13180 TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
13181 fi
13182
13183 PORT_FILES="\${top_srcdir}/src/\$(TOOLKITDIR)/files.lst"
13184
13185 if test "$wxUSE_UNIVERSAL" = "yes"; then
13186 ALL_OBJECTS="\$(GUI_LOWLEVEL_OBJS) \${UNIVOBJS}"
13187
13188 ALL_SOURCES="\$(ALL_SOURCES) \${UNIV_SOURCES}"
13189 ALL_HEADERS="\$(ALL_HEADERS) \${UNIV_HEADERS}"
13190
13191 PORT_FILES="${PORT_FILES} \${top_srcdir}/src/univ/files.lst"
13192 TOOLKIT_VPATH="\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes${PATH_IFS}\${top_srcdir}/src/${TOOLKIT_DIR}"
13193 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
13194 WIDGET_SET=univ
13195 else
13196 ALL_OBJECTS="\$(GUIOBJS)"
13197 ALL_SOURCES="\$(ALL_SOURCES)"
13198 ALL_HEADERS="\$(ALL_HEADERS)"
13199 fi
13200
13201 ALL_OBJECTS="${ALL_OBJECTS} \$(COMMONOBJS) \$(GENERICOBJS)"
13202
13203 if test "$TOOLKIT" != "MSW" -a "$USE_DOS" != 1; then
13204 ALL_OBJECTS="${ALL_OBJECTS} \$(UNIXOBJS)"
13205 fi
13206
13207 if test "$wxUSE_HTML" = "yes"; then
13208 ALL_OBJECTS="${ALL_OBJECTS} \$(HTMLOBJS)"
13209 fi
13210
13211 if test "$wxUSE_LIBJPEG" = "builtin" ; then
13212 ALL_OBJECTS="${ALL_OBJECTS} \$(JPEGOBJS)"
13213 fi
13214 if test "$wxUSE_LIBTIFF" = "builtin" ; then
13215 ALL_OBJECTS="${ALL_OBJECTS} \$(TIFFOBJS)"
13216 fi
13217 if test "$wxUSE_LIBPNG" = "builtin" ; then
13218 ALL_OBJECTS="${ALL_OBJECTS} \$(PNGOBJS)"
13219 fi
13220
13221 GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
13222 DISTDIR="wx\$(TOOLKIT)"
13223else
13224 USE_GUI=0
13225
13226 TOOLKIT_DIR="base"
13227
13228 if test "$USE_WIN32" = 1 ; then
13229 ALL_OBJECTS="\${BASE_OBJS} \${BASE_MSW_OBJS}"
13230 TOOLKIT_VPATH="\${top_srcdir}/src/msw"
13231
13232 TOOLKIT="MSW"
13233 else
13234 ALL_OBJECTS="\${BASE_OBJS} \${BASE_UNIX_OBJS}"
13235 TOOLKIT_VPATH="\${top_srcdir}/src/unix"
13236 fi
13237
13238 ALL_SOURCES="\$(ALL_SOURCES)"
13239 ALL_HEADERS="\$(ALL_HEADERS)"
13240
13241 PORT_FILES="\${top_srcdir}/src/files.lst"
13242
13243 GUIDIST="BASE_DIST"
13244 DISTDIR="wxBase"
13245fi
13246
13247
13248if test "$TOOLKIT" != "MSW" -a "$wxUSE_ODBC" = "yes" ; then
13249 ALL_OBJECTS="${ALL_OBJECTS} \$(IODBCOBJS)"
13250fi
13251
13252if test "$wxUSE_REGEX" = "builtin" ; then
13253 ALL_OBJECTS="${ALL_OBJECTS} \$(REGEXOBJS)"
13254fi
13255if test "$wxUSE_ZLIB" = "builtin" ; then
13256 ALL_OBJECTS="${ALL_OBJECTS} \$(ZLIBOBJS)"
13257fi
13258
13259if test "$wxUSE_OPENGL" = "yes"; then
13260 if test "$wxUSE_MAC" = 1; then
13261 OPENGL_LIBS="-framework OpenGL -framework AGL"
13262 else
13263
13264 ac_safe=`echo "GL/gl.h" | sed 'y%./+-%__p_%'`
13265echo $ac_n "checking for GL/gl.h""... $ac_c" 1>&6
13266echo "configure:13267: checking for GL/gl.h" >&5
13267if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13268 echo $ac_n "(cached) $ac_c" 1>&6
13269else
13270 cat > conftest.$ac_ext <<EOF
13271#line 13272 "configure"
13272#include "confdefs.h"
13273#include <GL/gl.h>
13274EOF
13275ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13276{ (eval echo configure:13277: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13277ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13278if test -z "$ac_err"; then
13279 rm -rf conftest*
13280 eval "ac_cv_header_$ac_safe=yes"
13281else
13282 echo "$ac_err" >&5
13283 echo "configure: failed program was:" >&5
13284 cat conftest.$ac_ext >&5
13285 rm -rf conftest*
13286 eval "ac_cv_header_$ac_safe=no"
13287fi
13288rm -f conftest*
13289fi
13290if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13291 echo "$ac_t""yes" 1>&6
13292
13293 echo $ac_n "checking for -lGL""... $ac_c" 1>&6
13294echo "configure:13295: checking for -lGL" >&5
13295
13296ac_find_libraries=
13297for ac_dir in $SEARCH_LIB;
13298 do
13299 for ac_extension in a so sl dylib; do
13300 if test -f "$ac_dir/libGL.$ac_extension"; then
13301 ac_find_libraries=$ac_dir
13302 break 2
13303 fi
13304 done
13305 done
13306
13307 if test "$ac_find_libraries" != "" ; then
13308
13309 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
13310 result=$?
13311 if test $result = 0; then
13312 ac_path_to_link=""
13313 else
13314 ac_path_to_link=" -L$ac_find_libraries"
13315 fi
13316
13317 if test "$ac_path_to_link" = " -L/usr/lib" ; then
13318 LDFLAGS_GL="$LDFLAGS"
13319 else
13320 LDFLAGS_GL="$LDFLAGS$ac_path_to_link"
13321 fi
13322 OPENGL_LIBS="-lGL -lGLU"
13323 echo "$ac_t""yes" 1>&6
13324 else
13325 echo "$ac_t""no" 1>&6
13326 echo $ac_n "checking for -lMesaGL""... $ac_c" 1>&6
13327echo "configure:13328: checking for -lMesaGL" >&5
13328
13329ac_find_libraries=
13330for ac_dir in $SEARCH_LIB;
13331 do
13332 for ac_extension in a so sl dylib; do
13333 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
13334 ac_find_libraries=$ac_dir
13335 break 2
13336 fi
13337 done
13338 done
13339
13340 if test "$ac_find_libraries" != "" ; then
13341
13342 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
13343 result=$?
13344 if test $result = 0; then
13345 ac_path_to_link=""
13346 else
13347 ac_path_to_link=" -L$ac_find_libraries"
13348 fi
13349
13350 LDFLAGS_GL="$LDFLAGS$ac_path_to_link"
13351 OPENGL_LIBS="-lMesaGL -lMesaGLU"
13352 echo "$ac_t""yes" 1>&6
13353 else
13354 echo "$ac_t""no" 1>&6
13355 fi
13356 fi
13357
13358else
13359 echo "$ac_t""no" 1>&6
13360fi
13361
13362
13363
13364# AC_CHECK_HEADER(GL/gl.h,
13365# [
13366# AC_CHECK_LIB(GL, glFlush,
13367# [
13368# OPENGL_LIBS="-lGL -lGLU"
13369# ],
13370# [
13371# AC_CHECK_LIB(MesaGL, glFlush,
13372# [
13373# OPENGL_LIBS="-lMesaGL -lMesaGLU"
13374# ],
13375# [],
13376# [-lm])
13377# ],
13378# [-lm])
13379# ])
13380
13381 if test "x$OPENGL_LIBS" = "x"; then
13382 { echo "configure: error: OpenGL libraries not available" 1>&2; exit 1; }
13383 fi
13384 fi
13385
13386 if test "$wxUSE_OPENGL" = "yes"; then
13387 cat >> confdefs.h <<\EOF
13388#define wxUSE_OPENGL 1
13389EOF
13390
13391 cat >> confdefs.h <<\EOF
13392#define wxUSE_GLCANVAS 1
13393EOF
13394
13395 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl"
13396 fi
13397fi
13398
13399if test -z "$TOOLKIT_VPATH" ; then
13400 TOOLKIT_VPATH="\${top_srcdir}/src/${TOOLKIT_DIR}"
13401fi
13402
13403if test -n "$TOOLKIT" ; then
13404 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
13405fi
13406
13407lib_unicode_suffix=
13408if test "$wxUSE_UNICODE" = "yes"; then
13409 lib_unicode_suffix=u
13410fi
13411
13412lib_debug_suffix=
13413if test "$wxUSE_DEBUG_FLAG" = "yes"; then
13414 lib_debug_suffix=d
13415fi
13416
13417TOOLCHAIN_NAME="${TOOLKIT_DIR}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}-${WX_RELEASE}"
13418TOOLCHAIN_NAME_GL="${TOOLKIT_DIR}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}_gl-${WX_RELEASE}"
13419
13420if test "$cross_compiling" = "yes"; then
13421 TOOLCHAIN_NAME="${TOOLCHAIN_NAME}-${host_alias}"
13422 TOOLCHAIN_NAME_GL="${TOOLCHAIN_NAME_GL}-${host_alias}"
13423fi
13424
13425WX_LIBRARY="wx_${TOOLCHAIN_NAME}"
13426WX_LIBRARY_GL="wx_${TOOLCHAIN_NAME_GL}"
13427
13428WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
13429WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
13430
13431WX_LIBRARY_LINK1="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}"
13432WX_LIBRARY_LINK2="lib${WX_LIBRARY}.${SO_SUFFIX}"
13433WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}"
13434WX_LIBRARY_LINK2_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
13435
13436WX_RESOURCES_MACOSX="lib${WX_LIBRARY}.rsrc"
13437WX_RESOURCES_MACOSX_COMPILED="lib${WX_LIBRARY}.r"
13438
13439case "${host}" in
13440 *-*-cygwin* | *-*-mingw32* )
13441
13442
13443
13444 if test "$cross_compiling" != "yes"; then
13445 WX_LIBRARY="wxmsw${WX_MSW_VERSION}${lib_unicode_suffix}${lib_debug_suffix}"
13446 WX_LIBRARY_GL="wxmsw_gl${WX_MSW_VERSION}${lib_unicode_suffix}${lib_debug_suffix}"
13447 WX_LIBRARY_NAME_SHARED="${WX_LIBRARY}.${SO_SUFFIX}"
13448 WX_LIBRARY_NAME_SHARED_GL="${WX_LIBRARY_GL}.${SO_SUFFIX}"
13449 else
13450 WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${SO_SUFFIX}"
13451 WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
13452 fi
13453
13454esac
13455
13456WX_LIBRARY_NAME_STATIC="lib${WX_LIBRARY}.a"
13457WX_LIBRARY_NAME_STATIC_GL="lib${WX_LIBRARY_GL}.a"
13458
13459WXCONFIG_LIBS="-l${WX_LIBRARY}"
13460WXCONFIG_LIBS_STATIC="lib${WX_LIBRARY}.a"
13461
13462if test "$wxUSE_OPENGL" = "yes"; then
13463 WXCONFIG_LIBS_GL="-l${WX_LIBRARY_GL} ${OPENGL_LIBS}"
13464 WXCONFIG_LIBS_STATIC_GL="lib${WX_LIBRARY_GL}.a ${OPENGL_LIBS}"
13465fi
13466
13467
13468
13469if test "$wxUSE_SHARED" = "yes"; then
13470 case "${host}" in
13471 *-pc-os2_emx | *-pc-os2-emx | \
13472 *-pc-msdosdjgpp )
13473 wxUSE_SHARED=no
13474 echo "configure: warning: Host system doesn't support shared libraries, disabling" 1>&2
13475 ;;
13476 esac
13477fi
13478
13479if test "$wxUSE_SHARED" = "yes"; then
13480
13481 if test "$wxUSE_OPENGL" = "yes"; then
13482 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
13483 WX_ALL="\$(build_libdir)/${WX_LIBRARY_LINK1} \$(build_libdir)/${WX_LIBRARY_LINK1_GL}"
13484 else
13485 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
13486 WX_ALL="\$(build_libdir)/${WX_LIBRARY_LINK1}"
13487 fi
13488
13489 if test "$GCC" = "yes"; then
13490 PIC_FLAG="-fPIC"
13491 fi
13492
13493 SHARED_LD="${CXX} -shared -o"
13494
13495 case "${host}" in
13496 *-hp-hpux* )
13497 if test "$GCC" == "yes"; then
13498 SHARED_LD="${SHARED_LD} ${PIC_FLAG}"
13499 else
13500 LDFLAGS="$LDFLAGS -L/usr/lib"
13501
13502 SHARED_LD="${CXX} -b -o"
13503 PIC_FLAG="+Z"
13504 fi
13505
13506 if test "$wxUSE_OPENGL" = "yes"; then
13507 WX_ALL_INSTALLED="preinstall_gl"
13508 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED} \$(build_libdir)/${WX_LIBRARY_NAME_SHARED_GL}"
13509 else
13510 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED}"
13511 fi
13512 ;;
13513
13514 *-*-linux* )
13515 if test "$GCC" != "yes"; then
13516 echo $ac_n "checking for Intel compiler""... $ac_c" 1>&6
13517echo "configure:13518: checking for Intel compiler" >&5
13518if eval "test \"`echo '$''{'wx_cv_prog_icc'+set}'`\" = set"; then
13519 echo $ac_n "(cached) $ac_c" 1>&6
13520else
13521
13522 cat > conftest.$ac_ext <<EOF
13523#line 13524 "configure"
13524#include "confdefs.h"
13525
13526int main() {
13527
13528 #ifndef __INTEL_COMPILER
13529 #error Not icc
13530 #endif
13531
13532; return 0; }
13533EOF
13534if { (eval echo configure:13535: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13535 rm -rf conftest*
13536 wx_cv_prog_icc=yes
13537else
13538 echo "configure: failed program was:" >&5
13539 cat conftest.$ac_ext >&5
13540 rm -rf conftest*
13541 wx_cv_prog_icc=no
13542
13543fi
13544rm -f conftest*
13545
13546fi
13547
13548echo "$ac_t""$wx_cv_prog_icc" 1>&6
13549 if test "$wx_cv_prog_icc" = "yes"; then
13550 PIC_FLAG="-KPIC"
13551 fi
13552 fi
13553
13554 if test "$wxUSE_SONAME" = "yes" ; then
13555 SONAME_FLAGS="-Wl,-soname,${WX_LIBRARY_LINK1}"
13556 SONAME_FLAGS_GL="-Wl,-soname,${WX_LIBRARY_LINK1_GL}"
13557 WX_TARGET_LIBRARY_SONAME="-Wl,-soname,\$(TARGETLIB_LINK1)"
13558 fi
13559 ;;
13560
13561 *-*-solaris2* )
13562 if test "$GCC" = yes ; then
13563 CPPFLAGS="$CPPFLAGS -isystem /usr/openwin/include"
13564 else
13565 SHARED_LD="${CXX} -G -o"
13566 PIC_FLAG="-KPIC"
13567 SONAME_FLAGS="-h ${WX_LIBRARY_NAME_SHARED}"
13568 SONAME_FLAGS_GL="-h ${WX_LIBRARY_NAME_SHARED_GL}"
13569 fi
13570 ;;
13571
13572 *-*-darwin* )
13573 CFLAGS="$CFLAGS -fno-common -DDYLIB_INIT"
13574 CXXFLAGS="$CXXFLAGS -fno-common -DDYLIB_INIT"
13575 SHARED_LD="$CXX -dynamiclib -init _wxWindowsDylibInit -o"
13576 PIC_FLAG="-dynamic -fPIC"
13577 ;;
13578
13579 *-*-aix* )
13580 SHARED_LD="/usr/lpp/xlC/bin/makeC++SharedLib -p 0 -o"
13581 ;;
13582
13583 *-*-cygwin* | *-*-mingw32* )
13584
13585 WX_LIBRARY_IMPORTLIB="${WX_LIBRARY_NAME_SHARED}.a"
13586
13587 SHARED_LD="${CXX} -shared -Wl,--out-implib,lib/${WX_LIBRARY_IMPORTLIB} -o"
13588 TOOLCHAIN_DLL_DEFS="${TOOLCHAIN_DLL_DEFS} -DWXUSINGDLL=1"
13589
13590 PIC_FLAG="-UWXUSINGDLL -DWXMAKINGDLL=1 -D_DLL=1 -D_WINDLL=1"
13591
13592 if test "$wxUSE_OPENGL" = "yes"; then
13593 WX_ALL_INSTALLED="preinstall_gl"
13594 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED} \$(build_libdir)/${WX_LIBRARY_NAME_SHARED_GL}"
13595 else
13596 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED}"
13597 fi
13598 ;;
13599
13600 *-*-beos* )
13601 SHARED_LD="${LD} -shared -o"
13602 ;;
13603
13604 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
13605 *-*-sunos4* | \
13606 *-*-irix5* | *-*-irix6* | \
13607 *-*-osf* | \
13608 *-*-dgux5* | \
13609 *-*-sysv5* )
13610 ;;
13611
13612 *)
13613 { echo "configure: error: unknown system type $host." 1>&2; exit 1; }
13614 esac
13615
13616 if test "x$WX_TARGET_LIBRARY" = "x"; then
13617 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_SHARED}"
13618 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_SHARED_GL}"
13619 fi
13620
13621 WX_TARGET_LIBRARY_TYPE="so"
13622 INSTALL_LIBRARY='$(INSTALL_PROGRAM)'
13623fi
13624
13625if test "$wxUSE_SHARED" = "no"; then
13626
13627 if test "$wxUSE_GUI" = "no" -o "$USE_WIN32" = 1 ; then
13628 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall"
13629 fi
13630
13631 if test "$wxUSE_MAC" = 1; then
13632 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall"
13633 fi
13634
13635 if test "$wxUSE_OPENGL" = "yes"; then
13636 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall_gl"
13637 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC} \$(build_libdir)/${WX_LIBRARY_NAME_STATIC_GL}"
13638 else
13639 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC}"
13640 fi
13641
13642 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}"
13643 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_STATIC_GL}"
13644
13645 WX_TARGET_LIBRARY_TYPE="a"
13646 INSTALL_LIBRARY='$(INSTALL_DATA)'
13647fi
13648
13649if test "$wxUSE_MAC" = 1; then
13650 WX_ALL="${WX_ALL} \$(build_libdir)/lib${WX_LIBRARY}.r"
13651 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall_res"
13652 # Extract the first word of "Rez", so it can be a program name with args.
13653set dummy Rez; ac_word=$2
13654echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
13655echo "configure:13656: checking for $ac_word" >&5
13656if eval "test \"`echo '$''{'ac_cv_prog_RESCOMP'+set}'`\" = set"; then
13657 echo $ac_n "(cached) $ac_c" 1>&6
13658else
13659 if test -n "$RESCOMP"; then
13660 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
13661else
13662 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
13663 ac_dummy="$PATH"
13664 for ac_dir in $ac_dummy; do
13665 test -z "$ac_dir" && ac_dir=.
13666 if test -f $ac_dir/$ac_word; then
13667 ac_cv_prog_RESCOMP="Rez"
13668 break
13669 fi
13670 done
13671 IFS="$ac_save_ifs"
13672 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez"
13673fi
13674fi
13675RESCOMP="$ac_cv_prog_RESCOMP"
13676if test -n "$RESCOMP"; then
13677 echo "$ac_t""$RESCOMP" 1>&6
13678else
13679 echo "$ac_t""no" 1>&6
13680fi
13681
13682 # Extract the first word of "DeRez", so it can be a program name with args.
13683set dummy DeRez; ac_word=$2
13684echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
13685echo "configure:13686: checking for $ac_word" >&5
13686if eval "test \"`echo '$''{'ac_cv_prog_DEREZ'+set}'`\" = set"; then
13687 echo $ac_n "(cached) $ac_c" 1>&6
13688else
13689 if test -n "$DEREZ"; then
13690 ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
13691else
13692 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
13693 ac_dummy="$PATH"
13694 for ac_dir in $ac_dummy; do
13695 test -z "$ac_dir" && ac_dir=.
13696 if test -f $ac_dir/$ac_word; then
13697 ac_cv_prog_DEREZ="DeRez"
13698 break
13699 fi
13700 done
13701 IFS="$ac_save_ifs"
13702 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez"
13703fi
13704fi
13705DEREZ="$ac_cv_prog_DEREZ"
13706if test -n "$DEREZ"; then
13707 echo "$ac_t""$DEREZ" 1>&6
13708else
13709 echo "$ac_t""no" 1>&6
13710fi
13711
13712 LIBWXMACRES="\$(top_builddir)/lib/lib${WX_LIBRARY}.r"
13713 LIBWXMACRESCOMP="\$(RESCOMP) Carbon.r -t APPL ${LIBWXMACRES} -o \$(BIN_PROGRAM)"
13714 LIBWXMACRESWXCONFIG="${RESCOMP} Carbon.r -t APPL \${prefix}/lib/${WX_RESOURCES_MACOSX_COMPILED} -o"
13715else
13716 if test "$wxUSE_PM" = 1; then
13717 LIBWXMACRESCOMP="emxbind -ep \$(BIN_PROGRAM)"
13718 fi
13719fi
13720
13721
13722if test "$wxUSE_MAC" != 1; then
13723 for ac_hdr in strings.h
13724do
13725ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
13726echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
13727echo "configure:13728: checking for $ac_hdr" >&5
13728if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13729 echo $ac_n "(cached) $ac_c" 1>&6
13730else
13731 cat > conftest.$ac_ext <<EOF
13732#line 13733 "configure"
13733#include "confdefs.h"
13734#include <$ac_hdr>
13735EOF
13736ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13737{ (eval echo configure:13738: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13738ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13739if test -z "$ac_err"; then
13740 rm -rf conftest*
13741 eval "ac_cv_header_$ac_safe=yes"
13742else
13743 echo "$ac_err" >&5
13744 echo "configure: failed program was:" >&5
13745 cat conftest.$ac_ext >&5
13746 rm -rf conftest*
13747 eval "ac_cv_header_$ac_safe=no"
13748fi
13749rm -f conftest*
13750fi
13751if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13752 echo "$ac_t""yes" 1>&6
13753 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
13754 cat >> confdefs.h <<EOF
13755#define $ac_tr_hdr 1
13756EOF
13757
13758else
13759 echo "$ac_t""no" 1>&6
13760fi
13761done
13762
13763fi
13764
13765for ac_hdr in stdlib.h
13766do
13767ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
13768echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
13769echo "configure:13770: checking for $ac_hdr" >&5
13770if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13771 echo $ac_n "(cached) $ac_c" 1>&6
13772else
13773 cat > conftest.$ac_ext <<EOF
13774#line 13775 "configure"
13775#include "confdefs.h"
13776#include <$ac_hdr>
13777EOF
13778ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13779{ (eval echo configure:13780: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13780ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13781if test -z "$ac_err"; then
13782 rm -rf conftest*
13783 eval "ac_cv_header_$ac_safe=yes"
13784else
13785 echo "$ac_err" >&5
13786 echo "configure: failed program was:" >&5
13787 cat conftest.$ac_ext >&5
13788 rm -rf conftest*
13789 eval "ac_cv_header_$ac_safe=no"
13790fi
13791rm -f conftest*
13792fi
13793if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13794 echo "$ac_t""yes" 1>&6
13795 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
13796 cat >> confdefs.h <<EOF
13797#define $ac_tr_hdr 1
13798EOF
13799
13800else
13801 echo "$ac_t""no" 1>&6
13802fi
13803done
13804
13805for ac_hdr in malloc.h
13806do
13807ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
13808echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
13809echo "configure:13810: checking for $ac_hdr" >&5
13810if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13811 echo $ac_n "(cached) $ac_c" 1>&6
13812else
13813 cat > conftest.$ac_ext <<EOF
13814#line 13815 "configure"
13815#include "confdefs.h"
13816#include <$ac_hdr>
13817EOF
13818ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13819{ (eval echo configure:13820: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13820ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13821if test -z "$ac_err"; then
13822 rm -rf conftest*
13823 eval "ac_cv_header_$ac_safe=yes"
13824else
13825 echo "$ac_err" >&5
13826 echo "configure: failed program was:" >&5
13827 cat conftest.$ac_ext >&5
13828 rm -rf conftest*
13829 eval "ac_cv_header_$ac_safe=no"
13830fi
13831rm -f conftest*
13832fi
13833if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13834 echo "$ac_t""yes" 1>&6
13835 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
13836 cat >> confdefs.h <<EOF
13837#define $ac_tr_hdr 1
13838EOF
13839
13840else
13841 echo "$ac_t""no" 1>&6
13842fi
13843done
13844
13845for ac_hdr in unistd.h
13846do
13847ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
13848echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
13849echo "configure:13850: checking for $ac_hdr" >&5
13850if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13851 echo $ac_n "(cached) $ac_c" 1>&6
13852else
13853 cat > conftest.$ac_ext <<EOF
13854#line 13855 "configure"
13855#include "confdefs.h"
13856#include <$ac_hdr>
13857EOF
13858ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13859{ (eval echo configure:13860: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13860ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13861if test -z "$ac_err"; then
13862 rm -rf conftest*
13863 eval "ac_cv_header_$ac_safe=yes"
13864else
13865 echo "$ac_err" >&5
13866 echo "configure: failed program was:" >&5
13867 cat conftest.$ac_ext >&5
13868 rm -rf conftest*
13869 eval "ac_cv_header_$ac_safe=no"
13870fi
13871rm -f conftest*
13872fi
13873if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13874 echo "$ac_t""yes" 1>&6
13875 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
13876 cat >> confdefs.h <<EOF
13877#define $ac_tr_hdr 1
13878EOF
13879
13880else
13881 echo "$ac_t""no" 1>&6
13882fi
13883done
13884
13885for ac_hdr in wchar.h
13886do
13887ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
13888echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
13889echo "configure:13890: checking for $ac_hdr" >&5
13890if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13891 echo $ac_n "(cached) $ac_c" 1>&6
13892else
13893 cat > conftest.$ac_ext <<EOF
13894#line 13895 "configure"
13895#include "confdefs.h"
13896#include <$ac_hdr>
13897EOF
13898ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13899{ (eval echo configure:13900: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13900ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13901if test -z "$ac_err"; then
13902 rm -rf conftest*
13903 eval "ac_cv_header_$ac_safe=yes"
13904else
13905 echo "$ac_err" >&5
13906 echo "configure: failed program was:" >&5
13907 cat conftest.$ac_ext >&5
13908 rm -rf conftest*
13909 eval "ac_cv_header_$ac_safe=no"
13910fi
13911rm -f conftest*
13912fi
13913if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13914 echo "$ac_t""yes" 1>&6
13915 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
13916 cat >> confdefs.h <<EOF
13917#define $ac_tr_hdr 1
13918EOF
13919
13920else
13921 echo "$ac_t""no" 1>&6
13922fi
13923done
13924
13925for ac_hdr in wcstr.h
13926do
13927ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
13928echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
13929echo "configure:13930: checking for $ac_hdr" >&5
13930if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13931 echo $ac_n "(cached) $ac_c" 1>&6
13932else
13933 cat > conftest.$ac_ext <<EOF
13934#line 13935 "configure"
13935#include "confdefs.h"
13936#include <$ac_hdr>
13937EOF
13938ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13939{ (eval echo configure:13940: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13940ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13941if test -z "$ac_err"; then
13942 rm -rf conftest*
13943 eval "ac_cv_header_$ac_safe=yes"
13944else
13945 echo "$ac_err" >&5
13946 echo "configure: failed program was:" >&5
13947 cat conftest.$ac_ext >&5
13948 rm -rf conftest*
13949 eval "ac_cv_header_$ac_safe=no"
13950fi
13951rm -f conftest*
13952fi
13953if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13954 echo "$ac_t""yes" 1>&6
13955 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
13956 cat >> confdefs.h <<EOF
13957#define $ac_tr_hdr 1
13958EOF
13959
13960else
13961 echo "$ac_t""no" 1>&6
13962fi
13963done
13964
13965for ac_hdr in wctype.h
13966do
13967ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
13968echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
13969echo "configure:13970: checking for $ac_hdr" >&5
13970if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13971 echo $ac_n "(cached) $ac_c" 1>&6
13972else
13973 cat > conftest.$ac_ext <<EOF
13974#line 13975 "configure"
13975#include "confdefs.h"
13976#include <$ac_hdr>
13977EOF
13978ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13979{ (eval echo configure:13980: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13980ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13981if test -z "$ac_err"; then
13982 rm -rf conftest*
13983 eval "ac_cv_header_$ac_safe=yes"
13984else
13985 echo "$ac_err" >&5
13986 echo "configure: failed program was:" >&5
13987 cat conftest.$ac_ext >&5
13988 rm -rf conftest*
13989 eval "ac_cv_header_$ac_safe=no"
13990fi
13991rm -f conftest*
13992fi
13993if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13994 echo "$ac_t""yes" 1>&6
13995 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
13996 cat >> confdefs.h <<EOF
13997#define $ac_tr_hdr 1
13998EOF
13999
14000else
14001 echo "$ac_t""no" 1>&6
14002fi
14003done
14004
14005for ac_hdr in fnmatch.h
14006do
14007ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
14008echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
14009echo "configure:14010: checking for $ac_hdr" >&5
14010if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
14011 echo $ac_n "(cached) $ac_c" 1>&6
14012else
14013 cat > conftest.$ac_ext <<EOF
14014#line 14015 "configure"
14015#include "confdefs.h"
14016#include <$ac_hdr>
14017EOF
14018ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
14019{ (eval echo configure:14020: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
14020ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
14021if test -z "$ac_err"; then
14022 rm -rf conftest*
14023 eval "ac_cv_header_$ac_safe=yes"
14024else
14025 echo "$ac_err" >&5
14026 echo "configure: failed program was:" >&5
14027 cat conftest.$ac_ext >&5
14028 rm -rf conftest*
14029 eval "ac_cv_header_$ac_safe=no"
14030fi
14031rm -f conftest*
14032fi
14033if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
14034 echo "$ac_t""yes" 1>&6
14035 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
14036 cat >> confdefs.h <<EOF
14037#define $ac_tr_hdr 1
14038EOF
14039
14040else
14041 echo "$ac_t""no" 1>&6
14042fi
14043done
14044
14045for ac_hdr in langinfo.h
14046do
14047ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
14048echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
14049echo "configure:14050: checking for $ac_hdr" >&5
14050if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
14051 echo $ac_n "(cached) $ac_c" 1>&6
14052else
14053 cat > conftest.$ac_ext <<EOF
14054#line 14055 "configure"
14055#include "confdefs.h"
14056#include <$ac_hdr>
14057EOF
14058ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
14059{ (eval echo configure:14060: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
14060ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
14061if test -z "$ac_err"; then
14062 rm -rf conftest*
14063 eval "ac_cv_header_$ac_safe=yes"
14064else
14065 echo "$ac_err" >&5
14066 echo "configure: failed program was:" >&5
14067 cat conftest.$ac_ext >&5
14068 rm -rf conftest*
14069 eval "ac_cv_header_$ac_safe=no"
14070fi
14071rm -f conftest*
14072fi
14073if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
14074 echo "$ac_t""yes" 1>&6
14075 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
14076 cat >> confdefs.h <<EOF
14077#define $ac_tr_hdr 1
14078EOF
14079
14080else
14081 echo "$ac_t""no" 1>&6
14082fi
14083done
14084
14085
14086if test "$wxUSE_GUI" = "yes"; then
14087 if test "$wxUSE_UNIX" = "yes"; then
14088 for ac_hdr in X11/XKBlib.h
14089do
14090ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
14091echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
14092echo "configure:14093: checking for $ac_hdr" >&5
14093if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
14094 echo $ac_n "(cached) $ac_c" 1>&6
14095else
14096 cat > conftest.$ac_ext <<EOF
14097#line 14098 "configure"
14098#include "confdefs.h"
14099#include <$ac_hdr>
14100EOF
14101ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
14102{ (eval echo configure:14103: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
14103ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
14104if test -z "$ac_err"; then
14105 rm -rf conftest*
14106 eval "ac_cv_header_$ac_safe=yes"
14107else
14108 echo "$ac_err" >&5
14109 echo "configure: failed program was:" >&5
14110 cat conftest.$ac_ext >&5
14111 rm -rf conftest*
14112 eval "ac_cv_header_$ac_safe=no"
14113fi
14114rm -f conftest*
14115fi
14116if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
14117 echo "$ac_t""yes" 1>&6
14118 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
14119 cat >> confdefs.h <<EOF
14120#define $ac_tr_hdr 1
14121EOF
14122
14123else
14124 echo "$ac_t""no" 1>&6
14125fi
14126done
14127
14128 fi
14129fi
14130
14131
14132echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
14133echo "configure:14134: checking for ANSI C header files" >&5
14134if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
14135 echo $ac_n "(cached) $ac_c" 1>&6
14136else
14137 cat > conftest.$ac_ext <<EOF
14138#line 14139 "configure"
14139#include "confdefs.h"
14140#include <stdlib.h>
14141#include <stdarg.h>
14142#include <string.h>
14143#include <float.h>
14144EOF
14145ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
14146{ (eval echo configure:14147: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
14147ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
14148if test -z "$ac_err"; then
14149 rm -rf conftest*
14150 ac_cv_header_stdc=yes
14151else
14152 echo "$ac_err" >&5
14153 echo "configure: failed program was:" >&5
14154 cat conftest.$ac_ext >&5
14155 rm -rf conftest*
14156 ac_cv_header_stdc=no
14157fi
14158rm -f conftest*
14159
14160if test $ac_cv_header_stdc = yes; then
14161 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
14162cat > conftest.$ac_ext <<EOF
14163#line 14164 "configure"
14164#include "confdefs.h"
14165#include <string.h>
14166EOF
14167if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14168 egrep "memchr" >/dev/null 2>&1; then
14169 :
14170else
14171 rm -rf conftest*
14172 ac_cv_header_stdc=no
14173fi
14174rm -f conftest*
14175
14176fi
14177
14178if test $ac_cv_header_stdc = yes; then
14179 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
14180cat > conftest.$ac_ext <<EOF
14181#line 14182 "configure"
14182#include "confdefs.h"
14183#include <stdlib.h>
14184EOF
14185if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14186 egrep "free" >/dev/null 2>&1; then
14187 :
14188else
14189 rm -rf conftest*
14190 ac_cv_header_stdc=no
14191fi
14192rm -f conftest*
14193
14194fi
14195
14196if test $ac_cv_header_stdc = yes; then
14197 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
14198if test "$cross_compiling" = yes; then
14199 :
14200else
14201 cat > conftest.$ac_ext <<EOF
14202#line 14203 "configure"
14203#include "confdefs.h"
14204#include <ctype.h>
14205#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
14206#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
14207#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
14208int main () { int i; for (i = 0; i < 256; i++)
14209if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
14210exit (0); }
14211
14212EOF
14213if { (eval echo configure:14214: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
14214then
14215 :
14216else
14217 echo "configure: failed program was:" >&5
14218 cat conftest.$ac_ext >&5
14219 rm -fr conftest*
14220 ac_cv_header_stdc=no
14221fi
14222rm -fr conftest*
14223fi
14224
14225fi
14226fi
14227
14228echo "$ac_t""$ac_cv_header_stdc" 1>&6
14229if test $ac_cv_header_stdc = yes; then
14230 cat >> confdefs.h <<\EOF
14231#define STDC_HEADERS 1
14232EOF
14233
14234fi
14235
14236echo $ac_n "checking for mode_t""... $ac_c" 1>&6
14237echo "configure:14238: checking for mode_t" >&5
14238if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
14239 echo $ac_n "(cached) $ac_c" 1>&6
14240else
14241 cat > conftest.$ac_ext <<EOF
14242#line 14243 "configure"
14243#include "confdefs.h"
14244#include <sys/types.h>
14245#if STDC_HEADERS
14246#include <stdlib.h>
14247#include <stddef.h>
14248#endif
14249EOF
14250if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14251 egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
14252 rm -rf conftest*
14253 ac_cv_type_mode_t=yes
14254else
14255 rm -rf conftest*
14256 ac_cv_type_mode_t=no
14257fi
14258rm -f conftest*
14259
14260fi
14261echo "$ac_t""$ac_cv_type_mode_t" 1>&6
14262if test $ac_cv_type_mode_t = no; then
14263 cat >> confdefs.h <<\EOF
14264#define mode_t int
14265EOF
14266
14267fi
14268
14269echo $ac_n "checking for off_t""... $ac_c" 1>&6
14270echo "configure:14271: checking for off_t" >&5
14271if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
14272 echo $ac_n "(cached) $ac_c" 1>&6
14273else
14274 cat > conftest.$ac_ext <<EOF
14275#line 14276 "configure"
14276#include "confdefs.h"
14277#include <sys/types.h>
14278#if STDC_HEADERS
14279#include <stdlib.h>
14280#include <stddef.h>
14281#endif
14282EOF
14283if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14284 egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
14285 rm -rf conftest*
14286 ac_cv_type_off_t=yes
14287else
14288 rm -rf conftest*
14289 ac_cv_type_off_t=no
14290fi
14291rm -f conftest*
14292
14293fi
14294echo "$ac_t""$ac_cv_type_off_t" 1>&6
14295if test $ac_cv_type_off_t = no; then
14296 cat >> confdefs.h <<\EOF
14297#define off_t long
14298EOF
14299
14300fi
14301
14302echo $ac_n "checking for pid_t""... $ac_c" 1>&6
14303echo "configure:14304: checking for pid_t" >&5
14304if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
14305 echo $ac_n "(cached) $ac_c" 1>&6
14306else
14307 cat > conftest.$ac_ext <<EOF
14308#line 14309 "configure"
14309#include "confdefs.h"
14310#include <sys/types.h>
14311#if STDC_HEADERS
14312#include <stdlib.h>
14313#include <stddef.h>
14314#endif
14315EOF
14316if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14317 egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
14318 rm -rf conftest*
14319 ac_cv_type_pid_t=yes
14320else
14321 rm -rf conftest*
14322 ac_cv_type_pid_t=no
14323fi
14324rm -f conftest*
14325
14326fi
14327echo "$ac_t""$ac_cv_type_pid_t" 1>&6
14328if test $ac_cv_type_pid_t = no; then
14329 cat >> confdefs.h <<\EOF
14330#define pid_t int
14331EOF
14332
14333fi
14334
14335echo $ac_n "checking for size_t""... $ac_c" 1>&6
14336echo "configure:14337: checking for size_t" >&5
14337if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
14338 echo $ac_n "(cached) $ac_c" 1>&6
14339else
14340 cat > conftest.$ac_ext <<EOF
14341#line 14342 "configure"
14342#include "confdefs.h"
14343#include <sys/types.h>
14344#if STDC_HEADERS
14345#include <stdlib.h>
14346#include <stddef.h>
14347#endif
14348EOF
14349if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14350 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
14351 rm -rf conftest*
14352 ac_cv_type_size_t=yes
14353else
14354 rm -rf conftest*
14355 ac_cv_type_size_t=no
14356fi
14357rm -f conftest*
14358
14359fi
14360echo "$ac_t""$ac_cv_type_size_t" 1>&6
14361if test $ac_cv_type_size_t = no; then
14362 cat >> confdefs.h <<\EOF
14363#define size_t unsigned
14364EOF
14365
14366fi
14367
14368echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
14369echo "configure:14370: checking for uid_t in sys/types.h" >&5
14370if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
14371 echo $ac_n "(cached) $ac_c" 1>&6
14372else
14373 cat > conftest.$ac_ext <<EOF
14374#line 14375 "configure"
14375#include "confdefs.h"
14376#include <sys/types.h>
14377EOF
14378if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14379 egrep "uid_t" >/dev/null 2>&1; then
14380 rm -rf conftest*
14381 ac_cv_type_uid_t=yes
14382else
14383 rm -rf conftest*
14384 ac_cv_type_uid_t=no
14385fi
14386rm -f conftest*
14387
14388fi
14389
14390echo "$ac_t""$ac_cv_type_uid_t" 1>&6
14391if test $ac_cv_type_uid_t = no; then
14392 cat >> confdefs.h <<\EOF
14393#define uid_t int
14394EOF
14395
14396 cat >> confdefs.h <<\EOF
14397#define gid_t int
14398EOF
14399
14400fi
14401
14402
14403echo $ac_n "checking for wchar_t""... $ac_c" 1>&6
14404echo "configure:14405: checking for wchar_t" >&5
14405if eval "test \"`echo '$''{'wx_cv_type_wchar_t'+set}'`\" = set"; then
14406 echo $ac_n "(cached) $ac_c" 1>&6
14407else
14408
14409 cat > conftest.$ac_ext <<EOF
14410#line 14411 "configure"
14411#include "confdefs.h"
14412
14413 #ifdef HAVE_WCHAR_H
14414 # ifdef __CYGWIN__
14415 # include <stddef.h>
14416 # endif
14417 # include <wchar.h>
14418 #endif
14419 #ifdef HAVE_STDLIB_H
14420 # include <stdlib.h>
14421 #endif
14422
14423int main() {
14424
14425 wchar_t wc, *ws;
14426 wc = L'a';
14427 ws = L"Hello, world!";
14428
14429; return 0; }
14430EOF
14431if { (eval echo configure:14432: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14432 rm -rf conftest*
14433 wx_cv_type_wchar_t=yes
14434else
14435 echo "configure: failed program was:" >&5
14436 cat conftest.$ac_ext >&5
14437 rm -rf conftest*
14438 wx_cv_type_wchar_t=no
14439
14440fi
14441rm -f conftest*
14442
14443fi
14444
14445echo "$ac_t""$wx_cv_type_wchar_t" 1>&6
14446
14447if test "$wx_cv_type_wchar_t" = "yes"; then
14448 cat >> confdefs.h <<\EOF
14449#define wxUSE_WCHAR_T 1
14450EOF
14451
14452fi
14453
14454
14455ac_ext=C
14456# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14457ac_cpp='$CXXCPP $CPPFLAGS'
14458ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14459ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14460cross_compiling=$ac_cv_prog_cxx_cross
14461
14462echo $ac_n "checking if size_t is unsigned int""... $ac_c" 1>&6
14463echo "configure:14464: checking if size_t is unsigned int" >&5
14464if eval "test \"`echo '$''{'wx_cv_size_t_is_uint'+set}'`\" = set"; then
14465 echo $ac_n "(cached) $ac_c" 1>&6
14466else
14467 cat > conftest.$ac_ext <<EOF
14468#line 14469 "configure"
14469#include "confdefs.h"
14470#include <stddef.h>
14471int main() {
14472
14473 return 0; }
14474
14475 struct Foo { void foo(size_t); void foo(unsigned int); };
14476
14477 int bar() {
14478
14479; return 0; }
14480EOF
14481if { (eval echo configure:14482: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14482 rm -rf conftest*
14483 wx_cv_size_t_is_uint=no
14484else
14485 echo "configure: failed program was:" >&5
14486 cat conftest.$ac_ext >&5
14487 rm -rf conftest*
14488 wx_cv_size_t_is_uint=yes
14489
14490fi
14491rm -f conftest*
14492
14493fi
14494
14495echo "$ac_t""$wx_cv_size_t_is_uint" 1>&6
14496
14497if test "$wx_cv_size_t_is_uint" = "yes"; then
14498 cat >> confdefs.h <<\EOF
14499#define wxSIZE_T_IS_UINT 1
14500EOF
14501
14502else
14503 echo $ac_n "checking if size_t is unsigned long""... $ac_c" 1>&6
14504echo "configure:14505: checking if size_t is unsigned long" >&5
14505if eval "test \"`echo '$''{'wx_cv_size_t_is_ulong'+set}'`\" = set"; then
14506 echo $ac_n "(cached) $ac_c" 1>&6
14507else
14508 cat > conftest.$ac_ext <<EOF
14509#line 14510 "configure"
14510#include "confdefs.h"
14511#include <stddef.h>
14512int main() {
14513
14514 return 0; }
14515
14516 struct Foo { void foo(size_t); void foo(unsigned long); };
14517
14518 int bar() {
14519
14520; return 0; }
14521EOF
14522if { (eval echo configure:14523: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14523 rm -rf conftest*
14524 wx_cv_size_t_is_ulong=no
14525else
14526 echo "configure: failed program was:" >&5
14527 cat conftest.$ac_ext >&5
14528 rm -rf conftest*
14529 wx_cv_size_t_is_ulong=yes
14530
14531fi
14532rm -f conftest*
14533
14534fi
14535
14536echo "$ac_t""$wx_cv_size_t_is_ulong" 1>&6
14537
14538 if test "$wx_cv_size_t_is_ulong" = "yes"; then
14539 cat >> confdefs.h <<\EOF
14540#define wxSIZE_T_IS_ULONG 1
14541EOF
14542
14543 fi
14544fi
14545
14546ac_ext=c
14547# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14548ac_cpp='$CPP $CPPFLAGS'
14549ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14550ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14551cross_compiling=$ac_cv_prog_cc_cross
14552
14553
14554
14555echo $ac_n "checking for pw_gecos in struct passwd""... $ac_c" 1>&6
14556echo "configure:14557: checking for pw_gecos in struct passwd" >&5
14557if eval "test \"`echo '$''{'wx_cv_struct_pw_gecos'+set}'`\" = set"; then
14558 echo $ac_n "(cached) $ac_c" 1>&6
14559else
14560
14561 cat > conftest.$ac_ext <<EOF
14562#line 14563 "configure"
14563#include "confdefs.h"
14564#include <pwd.h>
14565int main() {
14566
14567 char *p;
14568 struct passwd *pw;
14569 p = pw->pw_gecos;
14570
14571; return 0; }
14572EOF
14573if { (eval echo configure:14574: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14574 rm -rf conftest*
14575
14576 wx_cv_struct_pw_gecos=yes
14577
14578else
14579 echo "configure: failed program was:" >&5
14580 cat conftest.$ac_ext >&5
14581 rm -rf conftest*
14582
14583 wx_cv_struct_pw_gecos=no
14584
14585
14586fi
14587rm -f conftest*
14588
14589
14590fi
14591
14592echo "$ac_t""$wx_cv_struct_pw_gecos" 1>&6
14593
14594if test "$wx_cv_struct_pw_gecos" = "yes"; then
14595 cat >> confdefs.h <<\EOF
14596#define HAVE_PW_GECOS 1
14597EOF
14598
14599fi
14600
14601
14602echo $ac_n "checking for working const""... $ac_c" 1>&6
14603echo "configure:14604: checking for working const" >&5
14604if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
14605 echo $ac_n "(cached) $ac_c" 1>&6
14606else
14607 cat > conftest.$ac_ext <<EOF
14608#line 14609 "configure"
14609#include "confdefs.h"
14610
14611int main() {
14612
14613/* Ultrix mips cc rejects this. */
14614typedef int charset[2]; const charset x;
14615/* SunOS 4.1.1 cc rejects this. */
14616char const *const *ccp;
14617char **p;
14618/* NEC SVR4.0.2 mips cc rejects this. */
14619struct point {int x, y;};
14620static struct point const zero = {0,0};
14621/* AIX XL C 1.02.0.0 rejects this.
14622 It does not let you subtract one const X* pointer from another in an arm
14623 of an if-expression whose if-part is not a constant expression */
14624const char *g = "string";
14625ccp = &g + (g ? g-g : 0);
14626/* HPUX 7.0 cc rejects these. */
14627++ccp;
14628p = (char**) ccp;
14629ccp = (char const *const *) p;
14630{ /* SCO 3.2v4 cc rejects this. */
14631 char *t;
14632 char const *s = 0 ? (char *) 0 : (char const *) 0;
14633
14634 *t++ = 0;
14635}
14636{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
14637 int x[] = {25, 17};
14638 const int *foo = &x[0];
14639 ++foo;
14640}
14641{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
14642 typedef const int *iptr;
14643 iptr p = 0;
14644 ++p;
14645}
14646{ /* AIX XL C 1.02.0.0 rejects this saying
14647 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
14648 struct s { int j; const int *ap[3]; };
14649 struct s *b; b->j = 5;
14650}
14651{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
14652 const int foo = 10;
14653}
14654
14655; return 0; }
14656EOF
14657if { (eval echo configure:14658: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14658 rm -rf conftest*
14659 ac_cv_c_const=yes
14660else
14661 echo "configure: failed program was:" >&5
14662 cat conftest.$ac_ext >&5
14663 rm -rf conftest*
14664 ac_cv_c_const=no
14665fi
14666rm -f conftest*
14667fi
14668
14669echo "$ac_t""$ac_cv_c_const" 1>&6
14670if test $ac_cv_c_const = no; then
14671 cat >> confdefs.h <<\EOF
14672#define const
14673EOF
14674
14675fi
14676
14677echo $ac_n "checking for inline""... $ac_c" 1>&6
14678echo "configure:14679: checking for inline" >&5
14679if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
14680 echo $ac_n "(cached) $ac_c" 1>&6
14681else
14682 ac_cv_c_inline=no
14683for ac_kw in inline __inline__ __inline; do
14684 cat > conftest.$ac_ext <<EOF
14685#line 14686 "configure"
14686#include "confdefs.h"
14687
14688int main() {
14689} $ac_kw foo() {
14690; return 0; }
14691EOF
14692if { (eval echo configure:14693: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14693 rm -rf conftest*
14694 ac_cv_c_inline=$ac_kw; break
14695else
14696 echo "configure: failed program was:" >&5
14697 cat conftest.$ac_ext >&5
14698fi
14699rm -f conftest*
14700done
14701
14702fi
14703
14704echo "$ac_t""$ac_cv_c_inline" 1>&6
14705case "$ac_cv_c_inline" in
14706 inline | yes) ;;
14707 no) cat >> confdefs.h <<\EOF
14708#define inline
14709EOF
14710 ;;
14711 *) cat >> confdefs.h <<EOF
14712#define inline $ac_cv_c_inline
14713EOF
14714 ;;
14715esac
14716
14717
14718echo $ac_n "checking size of char""... $ac_c" 1>&6
14719echo "configure:14720: checking size of char" >&5
14720if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
14721 echo $ac_n "(cached) $ac_c" 1>&6
14722else
14723 if test "$cross_compiling" = yes; then
14724 ac_cv_sizeof_char=1
14725else
14726 cat > conftest.$ac_ext <<EOF
14727#line 14728 "configure"
14728#include "confdefs.h"
14729#include <stdio.h>
14730main()
14731{
14732 FILE *f=fopen("conftestval", "w");
14733 if (!f) exit(1);
14734 fprintf(f, "%d\n", sizeof(char));
14735 exit(0);
14736}
14737EOF
14738if { (eval echo configure:14739: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
14739then
14740 ac_cv_sizeof_char=`cat conftestval`
14741else
14742 echo "configure: failed program was:" >&5
14743 cat conftest.$ac_ext >&5
14744 rm -fr conftest*
14745 ac_cv_sizeof_char=0
14746fi
14747rm -fr conftest*
14748fi
14749
14750fi
14751echo "$ac_t""$ac_cv_sizeof_char" 1>&6
14752cat >> confdefs.h <<EOF
14753#define SIZEOF_CHAR $ac_cv_sizeof_char
14754EOF
14755
14756
14757echo $ac_n "checking size of short""... $ac_c" 1>&6
14758echo "configure:14759: checking size of short" >&5
14759if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
14760 echo $ac_n "(cached) $ac_c" 1>&6
14761else
14762 if test "$cross_compiling" = yes; then
14763 ac_cv_sizeof_short=2
14764else
14765 cat > conftest.$ac_ext <<EOF
14766#line 14767 "configure"
14767#include "confdefs.h"
14768#include <stdio.h>
14769main()
14770{
14771 FILE *f=fopen("conftestval", "w");
14772 if (!f) exit(1);
14773 fprintf(f, "%d\n", sizeof(short));
14774 exit(0);
14775}
14776EOF
14777if { (eval echo configure:14778: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
14778then
14779 ac_cv_sizeof_short=`cat conftestval`
14780else
14781 echo "configure: failed program was:" >&5
14782 cat conftest.$ac_ext >&5
14783 rm -fr conftest*
14784 ac_cv_sizeof_short=0
14785fi
14786rm -fr conftest*
14787fi
14788
14789fi
14790echo "$ac_t""$ac_cv_sizeof_short" 1>&6
14791cat >> confdefs.h <<EOF
14792#define SIZEOF_SHORT $ac_cv_sizeof_short
14793EOF
14794
14795
14796echo $ac_n "checking size of int *""... $ac_c" 1>&6
14797echo "configure:14798: checking size of int *" >&5
14798if eval "test \"`echo '$''{'ac_cv_sizeof_int_p'+set}'`\" = set"; then
14799 echo $ac_n "(cached) $ac_c" 1>&6
14800else
14801 if test "$cross_compiling" = yes; then
14802 ac_cv_sizeof_int_p=4
14803else
14804 cat > conftest.$ac_ext <<EOF
14805#line 14806 "configure"
14806#include "confdefs.h"
14807#include <stdio.h>
14808main()
14809{
14810 FILE *f=fopen("conftestval", "w");
14811 if (!f) exit(1);
14812 fprintf(f, "%d\n", sizeof(int *));
14813 exit(0);
14814}
14815EOF
14816if { (eval echo configure:14817: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
14817then
14818 ac_cv_sizeof_int_p=`cat conftestval`
14819else
14820 echo "configure: failed program was:" >&5
14821 cat conftest.$ac_ext >&5
14822 rm -fr conftest*
14823 ac_cv_sizeof_int_p=0
14824fi
14825rm -fr conftest*
14826fi
14827
14828fi
14829echo "$ac_t""$ac_cv_sizeof_int_p" 1>&6
14830cat >> confdefs.h <<EOF
14831#define SIZEOF_INT_P $ac_cv_sizeof_int_p
14832EOF
14833
14834
14835echo $ac_n "checking size of int""... $ac_c" 1>&6
14836echo "configure:14837: checking size of int" >&5
14837if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
14838 echo $ac_n "(cached) $ac_c" 1>&6
14839else
14840 if test "$cross_compiling" = yes; then
14841 ac_cv_sizeof_int=4
14842else
14843 cat > conftest.$ac_ext <<EOF
14844#line 14845 "configure"
14845#include "confdefs.h"
14846#include <stdio.h>
14847main()
14848{
14849 FILE *f=fopen("conftestval", "w");
14850 if (!f) exit(1);
14851 fprintf(f, "%d\n", sizeof(int));
14852 exit(0);
14853}
14854EOF
14855if { (eval echo configure:14856: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
14856then
14857 ac_cv_sizeof_int=`cat conftestval`
14858else
14859 echo "configure: failed program was:" >&5
14860 cat conftest.$ac_ext >&5
14861 rm -fr conftest*
14862 ac_cv_sizeof_int=0
14863fi
14864rm -fr conftest*
14865fi
14866
14867fi
14868echo "$ac_t""$ac_cv_sizeof_int" 1>&6
14869cat >> confdefs.h <<EOF
14870#define SIZEOF_INT $ac_cv_sizeof_int
14871EOF
14872
14873
14874echo $ac_n "checking size of long""... $ac_c" 1>&6
14875echo "configure:14876: checking size of long" >&5
14876if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
14877 echo $ac_n "(cached) $ac_c" 1>&6
14878else
14879 if test "$cross_compiling" = yes; then
14880 ac_cv_sizeof_long=4
14881else
14882 cat > conftest.$ac_ext <<EOF
14883#line 14884 "configure"
14884#include "confdefs.h"
14885#include <stdio.h>
14886main()
14887{
14888 FILE *f=fopen("conftestval", "w");
14889 if (!f) exit(1);
14890 fprintf(f, "%d\n", sizeof(long));
14891 exit(0);
14892}
14893EOF
14894if { (eval echo configure:14895: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
14895then
14896 ac_cv_sizeof_long=`cat conftestval`
14897else
14898 echo "configure: failed program was:" >&5
14899 cat conftest.$ac_ext >&5
14900 rm -fr conftest*
14901 ac_cv_sizeof_long=0
14902fi
14903rm -fr conftest*
14904fi
14905
14906fi
14907echo "$ac_t""$ac_cv_sizeof_long" 1>&6
14908cat >> confdefs.h <<EOF
14909#define SIZEOF_LONG $ac_cv_sizeof_long
14910EOF
14911
14912
14913echo $ac_n "checking size of long long""... $ac_c" 1>&6
14914echo "configure:14915: checking size of long long" >&5
14915if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
14916 echo $ac_n "(cached) $ac_c" 1>&6
14917else
14918 if test "$cross_compiling" = yes; then
14919 ac_cv_sizeof_long_long=0
14920else
14921 cat > conftest.$ac_ext <<EOF
14922#line 14923 "configure"
14923#include "confdefs.h"
14924#include <stdio.h>
14925main()
14926{
14927 FILE *f=fopen("conftestval", "w");
14928 if (!f) exit(1);
14929 fprintf(f, "%d\n", sizeof(long long));
14930 exit(0);
14931}
14932EOF
14933if { (eval echo configure:14934: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
14934then
14935 ac_cv_sizeof_long_long=`cat conftestval`
14936else
14937 echo "configure: failed program was:" >&5
14938 cat conftest.$ac_ext >&5
14939 rm -fr conftest*
14940 ac_cv_sizeof_long_long=0
14941fi
14942rm -fr conftest*
14943fi
14944
14945fi
14946echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
14947cat >> confdefs.h <<EOF
14948#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
14949EOF
14950
14951
14952
14953echo $ac_n "checking size of wchar_t""... $ac_c" 1>&6
14954echo "configure:14955: checking size of wchar_t" >&5
14955if eval "test \"`echo '$''{'wx_cv_sizeof_wchar_t'+set}'`\" = set"; then
14956 echo $ac_n "(cached) $ac_c" 1>&6
14957else
14958
14959 if test "$cross_compiling" = yes; then
14960 wx_cv_sizeof_wchar_t=4
14961
14962else
14963 cat > conftest.$ac_ext <<EOF
14964#line 14965 "configure"
14965#include "confdefs.h"
14966
14967 #ifdef HAVE_WCHAR_H
14968 # ifdef __CYGWIN__
14969 # include <stddef.h>
14970 # endif
14971 # include <wchar.h>
14972 #endif
14973 #ifdef HAVE_STDLIB_H
14974 # include <stdlib.h>
14975 #endif
14976 #include <stdio.h>
14977 int main()
14978 {
14979 FILE *f=fopen("conftestval", "w");
14980 if (!f) exit(1);
14981 fprintf(f, "%i", sizeof(wchar_t));
14982 exit(0);
14983 }
14984
14985EOF
14986if { (eval echo configure:14987: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
14987then
14988 wx_cv_sizeof_wchar_t=`cat conftestval`
14989else
14990 echo "configure: failed program was:" >&5
14991 cat conftest.$ac_ext >&5
14992 rm -fr conftest*
14993 wx_cv_sizeof_wchar_t=0
14994fi
14995rm -fr conftest*
14996fi
14997
14998
14999fi
15000
15001echo "$ac_t""$wx_cv_sizeof_wchar_t" 1>&6
15002
15003cat >> confdefs.h <<EOF
15004#define SIZEOF_WCHAR_T $wx_cv_sizeof_wchar_t
15005EOF
15006
15007
15008echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
15009echo "configure:15010: checking whether byte ordering is bigendian" >&5
15010if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
15011 echo $ac_n "(cached) $ac_c" 1>&6
15012else
15013 ac_cv_c_bigendian=unknown
15014# See if sys/param.h defines the BYTE_ORDER macro.
15015cat > conftest.$ac_ext <<EOF
15016#line 15017 "configure"
15017#include "confdefs.h"
15018#include <sys/types.h>
15019#include <sys/param.h>
15020int main() {
15021
15022#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
15023 bogus endian macros
15024#endif
15025; return 0; }
15026EOF
15027if { (eval echo configure:15028: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15028 rm -rf conftest*
15029 # It does; now see whether it defined to BIG_ENDIAN or not.
15030cat > conftest.$ac_ext <<EOF
15031#line 15032 "configure"
15032#include "confdefs.h"
15033#include <sys/types.h>
15034#include <sys/param.h>
15035int main() {
15036
15037#if BYTE_ORDER != BIG_ENDIAN
15038 not big endian
15039#endif
15040; return 0; }
15041EOF
15042if { (eval echo configure:15043: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15043 rm -rf conftest*
15044 ac_cv_c_bigendian=yes
15045else
15046 echo "configure: failed program was:" >&5
15047 cat conftest.$ac_ext >&5
15048 rm -rf conftest*
15049 ac_cv_c_bigendian=no
15050fi
15051rm -f conftest*
15052else
15053 echo "configure: failed program was:" >&5
15054 cat conftest.$ac_ext >&5
15055fi
15056rm -f conftest*
15057if test $ac_cv_c_bigendian = unknown; then
15058if test "$cross_compiling" = yes; then
15059 ac_cv_c_bigendian=unknown
15060else
15061 cat > conftest.$ac_ext <<EOF
15062#line 15063 "configure"
15063#include "confdefs.h"
15064main () {
15065 /* Are we little or big endian? From Harbison&Steele. */
15066 union
15067 {
15068 long l;
15069 char c[sizeof (long)];
15070 } u;
15071 u.l = 1;
15072 exit (u.c[sizeof (long) - 1] == 1);
15073}
15074EOF
15075if { (eval echo configure:15076: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
15076then
15077 ac_cv_c_bigendian=no
15078else
15079 echo "configure: failed program was:" >&5
15080 cat conftest.$ac_ext >&5
15081 rm -fr conftest*
15082 ac_cv_c_bigendian=yes
15083fi
15084rm -fr conftest*
15085fi
15086
15087fi
15088fi
15089
15090echo "$ac_t""$ac_cv_c_bigendian" 1>&6
15091if test $ac_cv_c_bigendian = unknown; then
15092 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
15093fi
15094if test $ac_cv_c_bigendian = yes; then
15095 cat >> confdefs.h <<\EOF
15096#define WORDS_BIGENDIAN 1
15097EOF
15098
15099fi
15100
15101
15102echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
15103echo "configure:15104: checking how to run the C++ preprocessor" >&5
15104if test -z "$CXXCPP"; then
15105if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
15106 echo $ac_n "(cached) $ac_c" 1>&6
15107else
15108 ac_ext=C
15109# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15110ac_cpp='$CXXCPP $CPPFLAGS'
15111ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15112ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15113cross_compiling=$ac_cv_prog_cxx_cross
15114 CXXCPP="${CXX-g++} -E"
15115 cat > conftest.$ac_ext <<EOF
15116#line 15117 "configure"
15117#include "confdefs.h"
15118#include <stdlib.h>
15119EOF
15120ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
15121{ (eval echo configure:15122: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
15122ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
15123if test -z "$ac_err"; then
15124 :
15125else
15126 echo "$ac_err" >&5
15127 echo "configure: failed program was:" >&5
15128 cat conftest.$ac_ext >&5
15129 rm -rf conftest*
15130 CXXCPP=/lib/cpp
15131fi
15132rm -f conftest*
15133 ac_cv_prog_CXXCPP="$CXXCPP"
15134ac_ext=C
15135# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15136ac_cpp='$CXXCPP $CPPFLAGS'
15137ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15138ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15139cross_compiling=$ac_cv_prog_cxx_cross
15140fi
15141fi
15142CXXCPP="$ac_cv_prog_CXXCPP"
15143echo "$ac_t""$CXXCPP" 1>&6
15144
15145
15146 if test "$cross_compiling" = "yes"; then
15147 cat >> confdefs.h <<\EOF
15148#define wxUSE_IOSTREAMH 1
15149EOF
15150
15151 else
15152
15153 ac_ext=C
15154# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15155ac_cpp='$CXXCPP $CPPFLAGS'
15156ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15157ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15158cross_compiling=$ac_cv_prog_cxx_cross
15159
15160
15161 for ac_hdr in iostream
15162do
15163ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
15164echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
15165echo "configure:15166: checking for $ac_hdr" >&5
15166if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
15167 echo $ac_n "(cached) $ac_c" 1>&6
15168else
15169 cat > conftest.$ac_ext <<EOF
15170#line 15171 "configure"
15171#include "confdefs.h"
15172#include <$ac_hdr>
15173EOF
15174ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
15175{ (eval echo configure:15176: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
15176ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
15177if test -z "$ac_err"; then
15178 rm -rf conftest*
15179 eval "ac_cv_header_$ac_safe=yes"
15180else
15181 echo "$ac_err" >&5
15182 echo "configure: failed program was:" >&5
15183 cat conftest.$ac_ext >&5
15184 rm -rf conftest*
15185 eval "ac_cv_header_$ac_safe=no"
15186fi
15187rm -f conftest*
15188fi
15189if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
15190 echo "$ac_t""yes" 1>&6
15191 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
15192 cat >> confdefs.h <<EOF
15193#define $ac_tr_hdr 1
15194EOF
15195
15196else
15197 echo "$ac_t""no" 1>&6
15198fi
15199done
15200
15201
15202 if test "$ac_cv_header_iostream" = "yes" ; then
15203 :
15204 else
15205 cat >> confdefs.h <<\EOF
15206#define wxUSE_IOSTREAMH 1
15207EOF
15208
15209 fi
15210
15211 ac_ext=c
15212# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15213ac_cpp='$CPP $CPPFLAGS'
15214ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15215ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15216cross_compiling=$ac_cv_prog_cc_cross
15217
15218 fi
15219
15220
15221
15222 echo $ac_n "checking if C++ compiler supports bool""... $ac_c" 1>&6
15223echo "configure:15224: checking if C++ compiler supports bool" >&5
15224if eval "test \"`echo '$''{'wx_cv_cpp_bool'+set}'`\" = set"; then
15225 echo $ac_n "(cached) $ac_c" 1>&6
15226else
15227
15228
15229 ac_ext=C
15230# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15231ac_cpp='$CXXCPP $CPPFLAGS'
15232ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15233ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15234cross_compiling=$ac_cv_prog_cxx_cross
15235
15236
15237 cat > conftest.$ac_ext <<EOF
15238#line 15239 "configure"
15239#include "confdefs.h"
15240
15241
15242int main() {
15243
15244 bool b = true;
15245
15246 return 0;
15247
15248; return 0; }
15249EOF
15250if { (eval echo configure:15251: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15251 rm -rf conftest*
15252
15253 wx_cv_cpp_bool=yes
15254
15255else
15256 echo "configure: failed program was:" >&5
15257 cat conftest.$ac_ext >&5
15258 rm -rf conftest*
15259
15260 wx_cv_cpp_bool=no
15261
15262
15263fi
15264rm -f conftest*
15265
15266 ac_ext=c
15267# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15268ac_cpp='$CPP $CPPFLAGS'
15269ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15270ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15271cross_compiling=$ac_cv_prog_cc_cross
15272
15273
15274fi
15275
15276echo "$ac_t""$wx_cv_cpp_bool" 1>&6
15277
15278 if test "$wx_cv_cpp_bool" = "yes"; then
15279 cat >> confdefs.h <<\EOF
15280#define HAVE_BOOL 1
15281EOF
15282
15283 fi
15284
15285
15286
15287echo $ac_n "checking for wcslen in -lc""... $ac_c" 1>&6
15288echo "configure:15289: checking for wcslen in -lc" >&5
15289ac_lib_var=`echo c'_'wcslen | sed 'y%./+-%__p_%'`
15290if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15291 echo $ac_n "(cached) $ac_c" 1>&6
15292else
15293 ac_save_LIBS="$LIBS"
15294LIBS="-lc $LIBS"
15295cat > conftest.$ac_ext <<EOF
15296#line 15297 "configure"
15297#include "confdefs.h"
15298/* Override any gcc2 internal prototype to avoid an error. */
15299/* We use char because int might match the return type of a gcc2
15300 builtin and then its argument prototype would still apply. */
15301char wcslen();
15302
15303int main() {
15304wcslen()
15305; return 0; }
15306EOF
15307if { (eval echo configure:15308: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15308 rm -rf conftest*
15309 eval "ac_cv_lib_$ac_lib_var=yes"
15310else
15311 echo "configure: failed program was:" >&5
15312 cat conftest.$ac_ext >&5
15313 rm -rf conftest*
15314 eval "ac_cv_lib_$ac_lib_var=no"
15315fi
15316rm -f conftest*
15317LIBS="$ac_save_LIBS"
15318
15319fi
15320if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15321 echo "$ac_t""yes" 1>&6
15322
15323 cat >> confdefs.h <<\EOF
15324#define HAVE_WCSLEN 1
15325EOF
15326
15327 WCHAR_LINK=
15328
15329else
15330 echo "$ac_t""no" 1>&6
15331
15332 echo $ac_n "checking for wcslen in -lw""... $ac_c" 1>&6
15333echo "configure:15334: checking for wcslen in -lw" >&5
15334ac_lib_var=`echo w'_'wcslen | sed 'y%./+-%__p_%'`
15335if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15336 echo $ac_n "(cached) $ac_c" 1>&6
15337else
15338 ac_save_LIBS="$LIBS"
15339LIBS="-lw $LIBS"
15340cat > conftest.$ac_ext <<EOF
15341#line 15342 "configure"
15342#include "confdefs.h"
15343/* Override any gcc2 internal prototype to avoid an error. */
15344/* We use char because int might match the return type of a gcc2
15345 builtin and then its argument prototype would still apply. */
15346char wcslen();
15347
15348int main() {
15349wcslen()
15350; return 0; }
15351EOF
15352if { (eval echo configure:15353: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15353 rm -rf conftest*
15354 eval "ac_cv_lib_$ac_lib_var=yes"
15355else
15356 echo "configure: failed program was:" >&5
15357 cat conftest.$ac_ext >&5
15358 rm -rf conftest*
15359 eval "ac_cv_lib_$ac_lib_var=no"
15360fi
15361rm -f conftest*
15362LIBS="$ac_save_LIBS"
15363
15364fi
15365if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15366 echo "$ac_t""yes" 1>&6
15367
15368 cat >> confdefs.h <<\EOF
15369#define HAVE_WCSLEN 1
15370EOF
15371
15372 WCHAR_LINK=" -lw"
15373
15374else
15375 echo "$ac_t""no" 1>&6
15376
15377 echo $ac_n "checking for wcslen in -lmsvcrt""... $ac_c" 1>&6
15378echo "configure:15379: checking for wcslen in -lmsvcrt" >&5
15379ac_lib_var=`echo msvcrt'_'wcslen | sed 'y%./+-%__p_%'`
15380if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15381 echo $ac_n "(cached) $ac_c" 1>&6
15382else
15383 ac_save_LIBS="$LIBS"
15384LIBS="-lmsvcrt $LIBS"
15385cat > conftest.$ac_ext <<EOF
15386#line 15387 "configure"
15387#include "confdefs.h"
15388/* Override any gcc2 internal prototype to avoid an error. */
15389/* We use char because int might match the return type of a gcc2
15390 builtin and then its argument prototype would still apply. */
15391char wcslen();
15392
15393int main() {
15394wcslen()
15395; return 0; }
15396EOF
15397if { (eval echo configure:15398: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15398 rm -rf conftest*
15399 eval "ac_cv_lib_$ac_lib_var=yes"
15400else
15401 echo "configure: failed program was:" >&5
15402 cat conftest.$ac_ext >&5
15403 rm -rf conftest*
15404 eval "ac_cv_lib_$ac_lib_var=no"
15405fi
15406rm -f conftest*
15407LIBS="$ac_save_LIBS"
15408
15409fi
15410if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15411 echo "$ac_t""yes" 1>&6
15412
15413 cat >> confdefs.h <<\EOF
15414#define HAVE_WCSLEN 1
15415EOF
15416
15417 WCHAR_LINK=
15418
15419else
15420 echo "$ac_t""no" 1>&6
15421fi
15422
15423
15424fi
15425
15426
15427fi
15428
15429
15430for ac_func in wcsrtombs
15431do
15432echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15433echo "configure:15434: checking for $ac_func" >&5
15434if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15435 echo $ac_n "(cached) $ac_c" 1>&6
15436else
15437 cat > conftest.$ac_ext <<EOF
15438#line 15439 "configure"
15439#include "confdefs.h"
15440/* System header to define __stub macros and hopefully few prototypes,
15441 which can conflict with char $ac_func(); below. */
15442#include <assert.h>
15443/* Override any gcc2 internal prototype to avoid an error. */
15444/* We use char because int might match the return type of a gcc2
15445 builtin and then its argument prototype would still apply. */
15446char $ac_func();
15447
15448int main() {
15449
15450/* The GNU C library defines this for functions which it implements
15451 to always fail with ENOSYS. Some functions are actually named
15452 something starting with __ and the normal name is an alias. */
15453#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15454choke me
15455#else
15456$ac_func();
15457#endif
15458
15459; return 0; }
15460EOF
15461if { (eval echo configure:15462: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15462 rm -rf conftest*
15463 eval "ac_cv_func_$ac_func=yes"
15464else
15465 echo "configure: failed program was:" >&5
15466 cat conftest.$ac_ext >&5
15467 rm -rf conftest*
15468 eval "ac_cv_func_$ac_func=no"
15469fi
15470rm -f conftest*
15471fi
15472
15473if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15474 echo "$ac_t""yes" 1>&6
15475 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15476 cat >> confdefs.h <<EOF
15477#define $ac_tr_func 1
15478EOF
15479
15480else
15481 echo "$ac_t""no" 1>&6
15482fi
15483done
15484
15485
15486echo $ac_n "checking for vprintf""... $ac_c" 1>&6
15487echo "configure:15488: checking for vprintf" >&5
15488if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
15489 echo $ac_n "(cached) $ac_c" 1>&6
15490else
15491 cat > conftest.$ac_ext <<EOF
15492#line 15493 "configure"
15493#include "confdefs.h"
15494/* System header to define __stub macros and hopefully few prototypes,
15495 which can conflict with char vprintf(); below. */
15496#include <assert.h>
15497/* Override any gcc2 internal prototype to avoid an error. */
15498/* We use char because int might match the return type of a gcc2
15499 builtin and then its argument prototype would still apply. */
15500char vprintf();
15501
15502int main() {
15503
15504/* The GNU C library defines this for functions which it implements
15505 to always fail with ENOSYS. Some functions are actually named
15506 something starting with __ and the normal name is an alias. */
15507#if defined (__stub_vprintf) || defined (__stub___vprintf)
15508choke me
15509#else
15510vprintf();
15511#endif
15512
15513; return 0; }
15514EOF
15515if { (eval echo configure:15516: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15516 rm -rf conftest*
15517 eval "ac_cv_func_vprintf=yes"
15518else
15519 echo "configure: failed program was:" >&5
15520 cat conftest.$ac_ext >&5
15521 rm -rf conftest*
15522 eval "ac_cv_func_vprintf=no"
15523fi
15524rm -f conftest*
15525fi
15526
15527if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
15528 echo "$ac_t""yes" 1>&6
15529 cat >> confdefs.h <<\EOF
15530#define HAVE_VPRINTF 1
15531EOF
15532
15533else
15534 echo "$ac_t""no" 1>&6
15535fi
15536
15537if test "$ac_cv_func_vprintf" != yes; then
15538echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
15539echo "configure:15540: checking for _doprnt" >&5
15540if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
15541 echo $ac_n "(cached) $ac_c" 1>&6
15542else
15543 cat > conftest.$ac_ext <<EOF
15544#line 15545 "configure"
15545#include "confdefs.h"
15546/* System header to define __stub macros and hopefully few prototypes,
15547 which can conflict with char _doprnt(); below. */
15548#include <assert.h>
15549/* Override any gcc2 internal prototype to avoid an error. */
15550/* We use char because int might match the return type of a gcc2
15551 builtin and then its argument prototype would still apply. */
15552char _doprnt();
15553
15554int main() {
15555
15556/* The GNU C library defines this for functions which it implements
15557 to always fail with ENOSYS. Some functions are actually named
15558 something starting with __ and the normal name is an alias. */
15559#if defined (__stub__doprnt) || defined (__stub____doprnt)
15560choke me
15561#else
15562_doprnt();
15563#endif
15564
15565; return 0; }
15566EOF
15567if { (eval echo configure:15568: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15568 rm -rf conftest*
15569 eval "ac_cv_func__doprnt=yes"
15570else
15571 echo "configure: failed program was:" >&5
15572 cat conftest.$ac_ext >&5
15573 rm -rf conftest*
15574 eval "ac_cv_func__doprnt=no"
15575fi
15576rm -f conftest*
15577fi
15578
15579if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
15580 echo "$ac_t""yes" 1>&6
15581 cat >> confdefs.h <<\EOF
15582#define HAVE_DOPRNT 1
15583EOF
15584
15585else
15586 echo "$ac_t""no" 1>&6
15587fi
15588
15589fi
15590
15591
15592
15593
15594
15595
15596echo $ac_n "checking for vsnprintf""... $ac_c" 1>&6
15597echo "configure:15598: checking for vsnprintf" >&5
15598if eval "test \"`echo '$''{'wx_cv_func_vsnprintf'+set}'`\" = set"; then
15599 echo $ac_n "(cached) $ac_c" 1>&6
15600else
15601
15602 cat > conftest.$ac_ext <<EOF
15603#line 15604 "configure"
15604#include "confdefs.h"
15605
15606 #include <stdio.h>
15607 #include <stdarg.h>
15608
15609int main() {
15610
15611 int wx_test_vsnprintf(const char *, ...);
15612
15613 wx_test_vsnprintf("%s");
15614 return 0;
15615 }
15616
15617 int wx_test_vsnprintf(const char *fmt, ...)
15618 {
15619 char *s;
15620
15621 va_list argp;
15622 va_start(argp, fmt);
15623 vsnprintf(s, 42, fmt, argp);
15624 va_end(argp);
15625
15626; return 0; }
15627EOF
15628if { (eval echo configure:15629: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15629 rm -rf conftest*
15630
15631 wx_cv_func_vsnprintf=yes
15632
15633else
15634 echo "configure: failed program was:" >&5
15635 cat conftest.$ac_ext >&5
15636 rm -rf conftest*
15637
15638 cat > conftest.$ac_ext <<EOF
15639#line 15640 "configure"
15640#include "confdefs.h"
15641
15642 #include <stdio.h>
15643 #include <stdarg.h>
15644
15645int main() {
15646
15647 int wx_test_vsnprintf(const char *, ...);
15648
15649 wx_test_vsnprintf("%s");
15650 return 0;
15651 }
15652
15653 int wx_test_vsnprintf(const char *fmt, ...)
15654 {
15655 char *s;
15656
15657 va_list argp;
15658 va_start(argp, fmt);
15659 _vsnprintf(s, 42, fmt, argp);
15660 va_end(argp);
15661
15662; return 0; }
15663EOF
15664if { (eval echo configure:15665: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15665 rm -rf conftest*
15666
15667 wx_cv_func_vsnprintf=yes
15668
15669else
15670 echo "configure: failed program was:" >&5
15671 cat conftest.$ac_ext >&5
15672 rm -rf conftest*
15673
15674 wx_cv_func_vsnprintf=no
15675
15676fi
15677rm -f conftest*
15678
15679fi
15680rm -f conftest*
15681
15682fi
15683
15684echo "$ac_t""$wx_cv_func_vsnprintf" 1>&6
15685
15686if test "$wx_cv_func_vsnprintf" = yes; then
15687 cat >> confdefs.h <<\EOF
15688#define HAVE_VSNPRINTF 1
15689EOF
15690
15691else
15692 echo "configure: warning: unsafe function vsprintf will be used instead of vsnprintf" 1>&2
15693fi
15694
15695echo $ac_n "checking for vsscanf""... $ac_c" 1>&6
15696echo "configure:15697: checking for vsscanf" >&5
15697if eval "test \"`echo '$''{'wx_cv_func_vsscanf'+set}'`\" = set"; then
15698 echo $ac_n "(cached) $ac_c" 1>&6
15699else
15700
15701 cat > conftest.$ac_ext <<EOF
15702#line 15703 "configure"
15703#include "confdefs.h"
15704
15705 #include <stdio.h>
15706 #include <stdarg.h>
15707
15708int main() {
15709
15710 int wx_test_vsscanf(const char *, ...);
15711
15712 wx_test_vsscanf("%d");
15713 return 0;
15714 }
15715
15716 int wx_test_vsscanf(const char *fmt, ...)
15717 {
15718 va_list argp;
15719 va_start(argp, fmt);
15720 vsscanf("42", fmt, argp);
15721 va_end(argp);
15722
15723; return 0; }
15724EOF
15725if { (eval echo configure:15726: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15726 rm -rf conftest*
15727
15728 wx_cv_func_vsscanf=yes
15729
15730else
15731 echo "configure: failed program was:" >&5
15732 cat conftest.$ac_ext >&5
15733 rm -rf conftest*
15734
15735 wx_cv_func_vsscanf=no
15736
15737fi
15738rm -f conftest*
15739
15740fi
15741
15742echo "$ac_t""$wx_cv_func_vsscanf" 1>&6
15743
15744if test "$wx_cv_func_vsscanf" = yes; then
15745 cat >> confdefs.h <<\EOF
15746#define HAVE_VSSCANF 1
15747EOF
15748
15749fi
15750
15751if test "$TOOLKIT" != "MSW"; then
15752
15753
15754
15755ac_ext=C
15756# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15757ac_cpp='$CXXCPP $CPPFLAGS'
15758ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15759ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15760cross_compiling=$ac_cv_prog_cxx_cross
15761
15762
15763
15764 # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
15765if test "${with_libiconv_prefix+set}" = set; then
15766 withval="$with_libiconv_prefix"
15767
15768 for dir in `echo "$withval" | tr : ' '`; do
15769 if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
15770 if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi
15771 done
15772
15773fi
15774
15775
15776 echo $ac_n "checking for iconv""... $ac_c" 1>&6
15777echo "configure:15778: checking for iconv" >&5
15778if eval "test \"`echo '$''{'am_cv_func_iconv'+set}'`\" = set"; then
15779 echo $ac_n "(cached) $ac_c" 1>&6
15780else
15781
15782 am_cv_func_iconv="no, consider installing GNU libiconv"
15783 am_cv_lib_iconv=no
15784 cat > conftest.$ac_ext <<EOF
15785#line 15786 "configure"
15786#include "confdefs.h"
15787#include <stdlib.h>
15788#include <iconv.h>
15789int main() {
15790iconv_t cd = iconv_open("","");
15791 iconv(cd,NULL,NULL,NULL,NULL);
15792 iconv_close(cd);
15793; return 0; }
15794EOF
15795if { (eval echo configure:15796: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15796 rm -rf conftest*
15797 am_cv_func_iconv=yes
15798else
15799 echo "configure: failed program was:" >&5
15800 cat conftest.$ac_ext >&5
15801fi
15802rm -f conftest*
15803 if test "$am_cv_func_iconv" != yes; then
15804 am_save_LIBS="$LIBS"
15805 LIBS="$LIBS -liconv"
15806 cat > conftest.$ac_ext <<EOF
15807#line 15808 "configure"
15808#include "confdefs.h"
15809#include <stdlib.h>
15810#include <iconv.h>
15811int main() {
15812iconv_t cd = iconv_open("","");
15813 iconv(cd,NULL,NULL,NULL,NULL);
15814 iconv_close(cd);
15815; return 0; }
15816EOF
15817if { (eval echo configure:15818: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15818 rm -rf conftest*
15819 am_cv_lib_iconv=yes
15820 am_cv_func_iconv=yes
15821else
15822 echo "configure: failed program was:" >&5
15823 cat conftest.$ac_ext >&5
15824fi
15825rm -f conftest*
15826 LIBS="$am_save_LIBS"
15827 fi
15828
15829fi
15830
15831echo "$ac_t""$am_cv_func_iconv" 1>&6
15832 if test "$am_cv_func_iconv" = yes; then
15833 cat >> confdefs.h <<\EOF
15834#define HAVE_ICONV 1
15835EOF
15836
15837 echo $ac_n "checking if iconv needs const""... $ac_c" 1>&6
15838echo "configure:15839: checking if iconv needs const" >&5
15839if eval "test \"`echo '$''{'wx_cv_func_iconv_const'+set}'`\" = set"; then
15840 echo $ac_n "(cached) $ac_c" 1>&6
15841else
15842 cat > conftest.$ac_ext <<EOF
15843#line 15844 "configure"
15844#include "confdefs.h"
15845
15846#include <stdlib.h>
15847#include <iconv.h>
15848extern
15849#ifdef __cplusplus
15850"C"
15851#endif
15852#if defined(__STDC__) || defined(__cplusplus)
15853size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
15854#else
15855size_t iconv();
15856#endif
15857
15858int main() {
15859
15860; return 0; }
15861EOF
15862if { (eval echo configure:15863: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15863 rm -rf conftest*
15864 wx_cv_func_iconv_const="no"
15865else
15866 echo "configure: failed program was:" >&5
15867 cat conftest.$ac_ext >&5
15868 rm -rf conftest*
15869 wx_cv_func_iconv_const="yes"
15870
15871fi
15872rm -f conftest*
15873
15874fi
15875
15876echo "$ac_t""$wx_cv_func_iconv_const" 1>&6
15877
15878 iconv_const=
15879 if test "x$wx_cv_func_iconv_const" = "xyes"; then
15880 iconv_const="const"
15881 fi
15882
15883 cat >> confdefs.h <<EOF
15884#define ICONV_CONST $iconv_const
15885EOF
15886
15887 fi
15888 LIBICONV=
15889 if test "$am_cv_lib_iconv" = yes; then
15890 LIBICONV="-liconv"
15891 fi
15892
15893
15894LIBS="$LIBICONV $LIBS"
15895ac_ext=c
15896# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15897ac_cpp='$CPP $CPPFLAGS'
15898ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15899ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15900cross_compiling=$ac_cv_prog_cc_cross
15901
15902
15903if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
15904 for ac_func in sigaction
15905do
15906echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15907echo "configure:15908: checking for $ac_func" >&5
15908if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15909 echo $ac_n "(cached) $ac_c" 1>&6
15910else
15911 cat > conftest.$ac_ext <<EOF
15912#line 15913 "configure"
15913#include "confdefs.h"
15914/* System header to define __stub macros and hopefully few prototypes,
15915 which can conflict with char $ac_func(); below. */
15916#include <assert.h>
15917/* Override any gcc2 internal prototype to avoid an error. */
15918/* We use char because int might match the return type of a gcc2
15919 builtin and then its argument prototype would still apply. */
15920char $ac_func();
15921
15922int main() {
15923
15924/* The GNU C library defines this for functions which it implements
15925 to always fail with ENOSYS. Some functions are actually named
15926 something starting with __ and the normal name is an alias. */
15927#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15928choke me
15929#else
15930$ac_func();
15931#endif
15932
15933; return 0; }
15934EOF
15935if { (eval echo configure:15936: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15936 rm -rf conftest*
15937 eval "ac_cv_func_$ac_func=yes"
15938else
15939 echo "configure: failed program was:" >&5
15940 cat conftest.$ac_ext >&5
15941 rm -rf conftest*
15942 eval "ac_cv_func_$ac_func=no"
15943fi
15944rm -f conftest*
15945fi
15946
15947if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15948 echo "$ac_t""yes" 1>&6
15949 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15950 cat >> confdefs.h <<EOF
15951#define $ac_tr_func 1
15952EOF
15953
15954else
15955 echo "$ac_t""no" 1>&6
15956fi
15957done
15958
15959
15960 if test "$ac_cv_func_sigaction" = "no"; then
15961 echo "configure: warning: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" 1>&2
15962 wxUSE_ON_FATAL_EXCEPTION=no
15963 fi
15964
15965 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
15966
15967 ac_ext=C
15968# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15969ac_cpp='$CXXCPP $CPPFLAGS'
15970ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15971ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15972cross_compiling=$ac_cv_prog_cxx_cross
15973
15974
15975 echo $ac_n "checking for sa_handler type""... $ac_c" 1>&6
15976echo "configure:15977: checking for sa_handler type" >&5
15977if eval "test \"`echo '$''{'wx_cv_type_sa_handler'+set}'`\" = set"; then
15978 echo $ac_n "(cached) $ac_c" 1>&6
15979else
15980
15981 cat > conftest.$ac_ext <<EOF
15982#line 15983 "configure"
15983#include "confdefs.h"
15984#include <signal.h>
15985int main() {
15986
15987 extern void testSigHandler(int);
15988
15989 struct sigaction sa;
15990 sa.sa_handler = testSigHandler;
15991
15992; return 0; }
15993EOF
15994if { (eval echo configure:15995: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15995 rm -rf conftest*
15996
15997 wx_cv_type_sa_handler=int
15998
15999else
16000 echo "configure: failed program was:" >&5
16001 cat conftest.$ac_ext >&5
16002 rm -rf conftest*
16003
16004 wx_cv_type_sa_handler=void
16005
16006fi
16007rm -f conftest*
16008
16009fi
16010
16011echo "$ac_t""$wx_cv_type_sa_handler" 1>&6
16012
16013 ac_ext=c
16014# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16015ac_cpp='$CPP $CPPFLAGS'
16016ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16017ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16018cross_compiling=$ac_cv_prog_cc_cross
16019
16020
16021 cat >> confdefs.h <<EOF
16022#define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
16023EOF
16024
16025 fi
16026fi
16027
16028for ac_func in vfork
16029do
16030echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16031echo "configure:16032: checking for $ac_func" >&5
16032if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16033 echo $ac_n "(cached) $ac_c" 1>&6
16034else
16035 cat > conftest.$ac_ext <<EOF
16036#line 16037 "configure"
16037#include "confdefs.h"
16038/* System header to define __stub macros and hopefully few prototypes,
16039 which can conflict with char $ac_func(); below. */
16040#include <assert.h>
16041/* Override any gcc2 internal prototype to avoid an error. */
16042/* We use char because int might match the return type of a gcc2
16043 builtin and then its argument prototype would still apply. */
16044char $ac_func();
16045
16046int main() {
16047
16048/* The GNU C library defines this for functions which it implements
16049 to always fail with ENOSYS. Some functions are actually named
16050 something starting with __ and the normal name is an alias. */
16051#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16052choke me
16053#else
16054$ac_func();
16055#endif
16056
16057; return 0; }
16058EOF
16059if { (eval echo configure:16060: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16060 rm -rf conftest*
16061 eval "ac_cv_func_$ac_func=yes"
16062else
16063 echo "configure: failed program was:" >&5
16064 cat conftest.$ac_ext >&5
16065 rm -rf conftest*
16066 eval "ac_cv_func_$ac_func=no"
16067fi
16068rm -f conftest*
16069fi
16070
16071if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16072 echo "$ac_t""yes" 1>&6
16073 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16074 cat >> confdefs.h <<EOF
16075#define $ac_tr_func 1
16076EOF
16077
16078else
16079 echo "$ac_t""no" 1>&6
16080fi
16081done
16082
16083
16084for ac_func in mkstemp mktemp
16085do
16086echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16087echo "configure:16088: checking for $ac_func" >&5
16088if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16089 echo $ac_n "(cached) $ac_c" 1>&6
16090else
16091 cat > conftest.$ac_ext <<EOF
16092#line 16093 "configure"
16093#include "confdefs.h"
16094/* System header to define __stub macros and hopefully few prototypes,
16095 which can conflict with char $ac_func(); below. */
16096#include <assert.h>
16097/* Override any gcc2 internal prototype to avoid an error. */
16098/* We use char because int might match the return type of a gcc2
16099 builtin and then its argument prototype would still apply. */
16100char $ac_func();
16101
16102int main() {
16103
16104/* The GNU C library defines this for functions which it implements
16105 to always fail with ENOSYS. Some functions are actually named
16106 something starting with __ and the normal name is an alias. */
16107#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16108choke me
16109#else
16110$ac_func();
16111#endif
16112
16113; return 0; }
16114EOF
16115if { (eval echo configure:16116: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16116 rm -rf conftest*
16117 eval "ac_cv_func_$ac_func=yes"
16118else
16119 echo "configure: failed program was:" >&5
16120 cat conftest.$ac_ext >&5
16121 rm -rf conftest*
16122 eval "ac_cv_func_$ac_func=no"
16123fi
16124rm -f conftest*
16125fi
16126
16127if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16128 echo "$ac_t""yes" 1>&6
16129 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16130 cat >> confdefs.h <<EOF
16131#define $ac_tr_func 1
16132EOF
16133 break
16134else
16135 echo "$ac_t""no" 1>&6
16136fi
16137done
16138
16139
16140echo $ac_n "checking for statfs""... $ac_c" 1>&6
16141echo "configure:16142: checking for statfs" >&5
16142if eval "test \"`echo '$''{'wx_cv_func_statfs'+set}'`\" = set"; then
16143 echo $ac_n "(cached) $ac_c" 1>&6
16144else
16145 cat > conftest.$ac_ext <<EOF
16146#line 16147 "configure"
16147#include "confdefs.h"
16148
16149 #if defined(__BSD__)
16150 #include <sys/param.h>
16151 #include <sys/mount.h>
16152 #else
16153 #include <sys/vfs.h>
16154 #endif
16155
16156int main() {
16157
16158 long l;
16159 struct statfs fs;
16160 statfs("/", &fs);
16161 l = fs.f_bsize;
16162 l += fs.f_blocks;
16163 l += fs.f_bavail;
16164
16165; return 0; }
16166EOF
16167if { (eval echo configure:16168: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16168 rm -rf conftest*
16169
16170 wx_cv_func_statfs=yes
16171
16172else
16173 echo "configure: failed program was:" >&5
16174 cat conftest.$ac_ext >&5
16175 rm -rf conftest*
16176
16177 wx_cv_func_statfs=no
16178
16179
16180fi
16181rm -f conftest*
16182
16183fi
16184
16185echo "$ac_t""$wx_cv_func_statfs" 1>&6
16186
16187if test "$wx_cv_func_statfs" = "yes"; then
16188 cat >> confdefs.h <<\EOF
16189#define HAVE_STATFS 1
16190EOF
16191
16192else
16193 echo $ac_n "checking for statvfs""... $ac_c" 1>&6
16194echo "configure:16195: checking for statvfs" >&5
16195if eval "test \"`echo '$''{'wx_cv_func_statvfs'+set}'`\" = set"; then
16196 echo $ac_n "(cached) $ac_c" 1>&6
16197else
16198 cat > conftest.$ac_ext <<EOF
16199#line 16200 "configure"
16200#include "confdefs.h"
16201
16202 #include <sys/statvfs.h>
16203
16204int main() {
16205
16206 long l;
16207 struct statvfs fs;
16208 statvfs("/", &fs);
16209 l = fs.f_bsize;
16210 l += fs.f_blocks;
16211 l += fs.f_bavail;
16212
16213; return 0; }
16214EOF
16215if { (eval echo configure:16216: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16216 rm -rf conftest*
16217
16218 wx_cv_func_statvfs=yes
16219
16220else
16221 echo "configure: failed program was:" >&5
16222 cat conftest.$ac_ext >&5
16223 rm -rf conftest*
16224
16225 wx_cv_func_statvfs=no
16226
16227
16228fi
16229rm -f conftest*
16230
16231fi
16232
16233echo "$ac_t""$wx_cv_func_statvfs" 1>&6
16234
16235 if test "$wx_cv_func_statvfs" = "yes"; then
16236 cat >> confdefs.h <<\EOF
16237#define HAVE_STATVFS 1
16238EOF
16239
16240 else
16241 echo "configure: warning: wxGetDiskSpace() function won't work without statfs()" 1>&2
16242 fi
16243fi
16244
16245if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
16246 for ac_func in fcntl flock
16247do
16248echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16249echo "configure:16250: checking for $ac_func" >&5
16250if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16251 echo $ac_n "(cached) $ac_c" 1>&6
16252else
16253 cat > conftest.$ac_ext <<EOF
16254#line 16255 "configure"
16255#include "confdefs.h"
16256/* System header to define __stub macros and hopefully few prototypes,
16257 which can conflict with char $ac_func(); below. */
16258#include <assert.h>
16259/* Override any gcc2 internal prototype to avoid an error. */
16260/* We use char because int might match the return type of a gcc2
16261 builtin and then its argument prototype would still apply. */
16262char $ac_func();
16263
16264int main() {
16265
16266/* The GNU C library defines this for functions which it implements
16267 to always fail with ENOSYS. Some functions are actually named
16268 something starting with __ and the normal name is an alias. */
16269#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16270choke me
16271#else
16272$ac_func();
16273#endif
16274
16275; return 0; }
16276EOF
16277if { (eval echo configure:16278: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16278 rm -rf conftest*
16279 eval "ac_cv_func_$ac_func=yes"
16280else
16281 echo "configure: failed program was:" >&5
16282 cat conftest.$ac_ext >&5
16283 rm -rf conftest*
16284 eval "ac_cv_func_$ac_func=no"
16285fi
16286rm -f conftest*
16287fi
16288
16289if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16290 echo "$ac_t""yes" 1>&6
16291 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16292 cat >> confdefs.h <<EOF
16293#define $ac_tr_func 1
16294EOF
16295 break
16296else
16297 echo "$ac_t""no" 1>&6
16298fi
16299done
16300
16301
16302 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
16303 echo "configure: warning: wxSingleInstanceChecker not available" 1>&2
16304 wxUSE_SNGLINST_CHECKER=no
16305 fi
16306fi
16307
16308for ac_func in timegm
16309do
16310echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16311echo "configure:16312: checking for $ac_func" >&5
16312if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16313 echo $ac_n "(cached) $ac_c" 1>&6
16314else
16315 cat > conftest.$ac_ext <<EOF
16316#line 16317 "configure"
16317#include "confdefs.h"
16318/* System header to define __stub macros and hopefully few prototypes,
16319 which can conflict with char $ac_func(); below. */
16320#include <assert.h>
16321/* Override any gcc2 internal prototype to avoid an error. */
16322/* We use char because int might match the return type of a gcc2
16323 builtin and then its argument prototype would still apply. */
16324char $ac_func();
16325
16326int main() {
16327
16328/* The GNU C library defines this for functions which it implements
16329 to always fail with ENOSYS. Some functions are actually named
16330 something starting with __ and the normal name is an alias. */
16331#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16332choke me
16333#else
16334$ac_func();
16335#endif
16336
16337; return 0; }
16338EOF
16339if { (eval echo configure:16340: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16340 rm -rf conftest*
16341 eval "ac_cv_func_$ac_func=yes"
16342else
16343 echo "configure: failed program was:" >&5
16344 cat conftest.$ac_ext >&5
16345 rm -rf conftest*
16346 eval "ac_cv_func_$ac_func=no"
16347fi
16348rm -f conftest*
16349fi
16350
16351if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16352 echo "$ac_t""yes" 1>&6
16353 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16354 cat >> confdefs.h <<EOF
16355#define $ac_tr_func 1
16356EOF
16357
16358else
16359 echo "$ac_t""no" 1>&6
16360fi
16361done
16362
16363
16364for ac_func in putenv setenv
16365do
16366echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16367echo "configure:16368: checking for $ac_func" >&5
16368if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16369 echo $ac_n "(cached) $ac_c" 1>&6
16370else
16371 cat > conftest.$ac_ext <<EOF
16372#line 16373 "configure"
16373#include "confdefs.h"
16374/* System header to define __stub macros and hopefully few prototypes,
16375 which can conflict with char $ac_func(); below. */
16376#include <assert.h>
16377/* Override any gcc2 internal prototype to avoid an error. */
16378/* We use char because int might match the return type of a gcc2
16379 builtin and then its argument prototype would still apply. */
16380char $ac_func();
16381
16382int main() {
16383
16384/* The GNU C library defines this for functions which it implements
16385 to always fail with ENOSYS. Some functions are actually named
16386 something starting with __ and the normal name is an alias. */
16387#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16388choke me
16389#else
16390$ac_func();
16391#endif
16392
16393; return 0; }
16394EOF
16395if { (eval echo configure:16396: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16396 rm -rf conftest*
16397 eval "ac_cv_func_$ac_func=yes"
16398else
16399 echo "configure: failed program was:" >&5
16400 cat conftest.$ac_ext >&5
16401 rm -rf conftest*
16402 eval "ac_cv_func_$ac_func=no"
16403fi
16404rm -f conftest*
16405fi
16406
16407if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16408 echo "$ac_t""yes" 1>&6
16409 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16410 cat >> confdefs.h <<EOF
16411#define $ac_tr_func 1
16412EOF
16413 break
16414else
16415 echo "$ac_t""no" 1>&6
16416fi
16417done
16418
16419
16420HAVE_SOME_SLEEP_FUNC=0
16421if test "$USE_BEOS" = 1; then
16422 cat >> confdefs.h <<\EOF
16423#define HAVE_SLEEP 1
16424EOF
16425
16426 HAVE_SOME_SLEEP_FUNC=1
16427fi
16428
16429if test "$USE_DARWIN" = 1; then
16430 cat >> confdefs.h <<\EOF
16431#define HAVE_USLEEP 1
16432EOF
16433
16434 HAVE_SOME_SLEEP_FUNC=1
16435fi
16436
16437if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
16438 POSIX4_LINK=
16439 for ac_func in nanosleep
16440do
16441echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16442echo "configure:16443: checking for $ac_func" >&5
16443if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16444 echo $ac_n "(cached) $ac_c" 1>&6
16445else
16446 cat > conftest.$ac_ext <<EOF
16447#line 16448 "configure"
16448#include "confdefs.h"
16449/* System header to define __stub macros and hopefully few prototypes,
16450 which can conflict with char $ac_func(); below. */
16451#include <assert.h>
16452/* Override any gcc2 internal prototype to avoid an error. */
16453/* We use char because int might match the return type of a gcc2
16454 builtin and then its argument prototype would still apply. */
16455char $ac_func();
16456
16457int main() {
16458
16459/* The GNU C library defines this for functions which it implements
16460 to always fail with ENOSYS. Some functions are actually named
16461 something starting with __ and the normal name is an alias. */
16462#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16463choke me
16464#else
16465$ac_func();
16466#endif
16467
16468; return 0; }
16469EOF
16470if { (eval echo configure:16471: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16471 rm -rf conftest*
16472 eval "ac_cv_func_$ac_func=yes"
16473else
16474 echo "configure: failed program was:" >&5
16475 cat conftest.$ac_ext >&5
16476 rm -rf conftest*
16477 eval "ac_cv_func_$ac_func=no"
16478fi
16479rm -f conftest*
16480fi
16481
16482if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16483 echo "$ac_t""yes" 1>&6
16484 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16485 cat >> confdefs.h <<EOF
16486#define $ac_tr_func 1
16487EOF
16488 cat >> confdefs.h <<\EOF
16489#define HAVE_NANOSLEEP 1
16490EOF
16491
16492else
16493 echo "$ac_t""no" 1>&6
16494echo $ac_n "checking for nanosleep in -lposix4""... $ac_c" 1>&6
16495echo "configure:16496: checking for nanosleep in -lposix4" >&5
16496ac_lib_var=`echo posix4'_'nanosleep | sed 'y%./+-%__p_%'`
16497if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16498 echo $ac_n "(cached) $ac_c" 1>&6
16499else
16500 ac_save_LIBS="$LIBS"
16501LIBS="-lposix4 $LIBS"
16502cat > conftest.$ac_ext <<EOF
16503#line 16504 "configure"
16504#include "confdefs.h"
16505/* Override any gcc2 internal prototype to avoid an error. */
16506/* We use char because int might match the return type of a gcc2
16507 builtin and then its argument prototype would still apply. */
16508char nanosleep();
16509
16510int main() {
16511nanosleep()
16512; return 0; }
16513EOF
16514if { (eval echo configure:16515: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16515 rm -rf conftest*
16516 eval "ac_cv_lib_$ac_lib_var=yes"
16517else
16518 echo "configure: failed program was:" >&5
16519 cat conftest.$ac_ext >&5
16520 rm -rf conftest*
16521 eval "ac_cv_lib_$ac_lib_var=no"
16522fi
16523rm -f conftest*
16524LIBS="$ac_save_LIBS"
16525
16526fi
16527if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
16528 echo "$ac_t""yes" 1>&6
16529
16530 cat >> confdefs.h <<\EOF
16531#define HAVE_NANOSLEEP 1
16532EOF
16533
16534 POSIX4_LINK=" -lposix4"
16535
16536else
16537 echo "$ac_t""no" 1>&6
16538
16539 for ac_func in usleep
16540do
16541echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16542echo "configure:16543: checking for $ac_func" >&5
16543if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16544 echo $ac_n "(cached) $ac_c" 1>&6
16545else
16546 cat > conftest.$ac_ext <<EOF
16547#line 16548 "configure"
16548#include "confdefs.h"
16549/* System header to define __stub macros and hopefully few prototypes,
16550 which can conflict with char $ac_func(); below. */
16551#include <assert.h>
16552/* Override any gcc2 internal prototype to avoid an error. */
16553/* We use char because int might match the return type of a gcc2
16554 builtin and then its argument prototype would still apply. */
16555char $ac_func();
16556
16557int main() {
16558
16559/* The GNU C library defines this for functions which it implements
16560 to always fail with ENOSYS. Some functions are actually named
16561 something starting with __ and the normal name is an alias. */
16562#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16563choke me
16564#else
16565$ac_func();
16566#endif
16567
16568; return 0; }
16569EOF
16570if { (eval echo configure:16571: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16571 rm -rf conftest*
16572 eval "ac_cv_func_$ac_func=yes"
16573else
16574 echo "configure: failed program was:" >&5
16575 cat conftest.$ac_ext >&5
16576 rm -rf conftest*
16577 eval "ac_cv_func_$ac_func=no"
16578fi
16579rm -f conftest*
16580fi
16581
16582if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16583 echo "$ac_t""yes" 1>&6
16584 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16585 cat >> confdefs.h <<EOF
16586#define $ac_tr_func 1
16587EOF
16588 cat >> confdefs.h <<\EOF
16589#define HAVE_USLEEP 1
16590EOF
16591
16592else
16593 echo "$ac_t""no" 1>&6
16594echo "configure: warning: wxSleep() function will not work" 1>&2
16595
16596fi
16597done
16598
16599
16600
16601fi
16602
16603
16604
16605fi
16606done
16607
16608fi
16609
16610for ac_func in uname gethostname
16611do
16612echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16613echo "configure:16614: checking for $ac_func" >&5
16614if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16615 echo $ac_n "(cached) $ac_c" 1>&6
16616else
16617 cat > conftest.$ac_ext <<EOF
16618#line 16619 "configure"
16619#include "confdefs.h"
16620/* System header to define __stub macros and hopefully few prototypes,
16621 which can conflict with char $ac_func(); below. */
16622#include <assert.h>
16623/* Override any gcc2 internal prototype to avoid an error. */
16624/* We use char because int might match the return type of a gcc2
16625 builtin and then its argument prototype would still apply. */
16626char $ac_func();
16627
16628int main() {
16629
16630/* The GNU C library defines this for functions which it implements
16631 to always fail with ENOSYS. Some functions are actually named
16632 something starting with __ and the normal name is an alias. */
16633#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16634choke me
16635#else
16636$ac_func();
16637#endif
16638
16639; return 0; }
16640EOF
16641if { (eval echo configure:16642: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16642 rm -rf conftest*
16643 eval "ac_cv_func_$ac_func=yes"
16644else
16645 echo "configure: failed program was:" >&5
16646 cat conftest.$ac_ext >&5
16647 rm -rf conftest*
16648 eval "ac_cv_func_$ac_func=no"
16649fi
16650rm -f conftest*
16651fi
16652
16653if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16654 echo "$ac_t""yes" 1>&6
16655 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16656 cat >> confdefs.h <<EOF
16657#define $ac_tr_func 1
16658EOF
16659 break
16660else
16661 echo "$ac_t""no" 1>&6
16662fi
16663done
16664
16665
16666
16667ac_ext=C
16668# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16669ac_cpp='$CXXCPP $CPPFLAGS'
16670ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16671ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16672cross_compiling=$ac_cv_prog_cxx_cross
16673
16674
16675for ac_func in strtok_r
16676do
16677echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16678echo "configure:16679: checking for $ac_func" >&5
16679if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16680 echo $ac_n "(cached) $ac_c" 1>&6
16681else
16682 cat > conftest.$ac_ext <<EOF
16683#line 16684 "configure"
16684#include "confdefs.h"
16685/* System header to define __stub macros and hopefully few prototypes,
16686 which can conflict with char $ac_func(); below. */
16687#include <assert.h>
16688/* Override any gcc2 internal prototype to avoid an error. */
16689#ifdef __cplusplus
16690extern "C"
16691#endif
16692/* We use char because int might match the return type of a gcc2
16693 builtin and then its argument prototype would still apply. */
16694char $ac_func();
16695
16696int main() {
16697
16698/* The GNU C library defines this for functions which it implements
16699 to always fail with ENOSYS. Some functions are actually named
16700 something starting with __ and the normal name is an alias. */
16701#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16702choke me
16703#else
16704$ac_func();
16705#endif
16706
16707; return 0; }
16708EOF
16709if { (eval echo configure:16710: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16710 rm -rf conftest*
16711 eval "ac_cv_func_$ac_func=yes"
16712else
16713 echo "configure: failed program was:" >&5
16714 cat conftest.$ac_ext >&5
16715 rm -rf conftest*
16716 eval "ac_cv_func_$ac_func=no"
16717fi
16718rm -f conftest*
16719fi
16720
16721if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16722 echo "$ac_t""yes" 1>&6
16723 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16724 cat >> confdefs.h <<EOF
16725#define $ac_tr_func 1
16726EOF
16727
16728else
16729 echo "$ac_t""no" 1>&6
16730fi
16731done
16732
16733
16734ac_ext=c
16735# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16736ac_cpp='$CPP $CPPFLAGS'
16737ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16738ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16739cross_compiling=$ac_cv_prog_cc_cross
16740
16741
16742INET_LINK=
16743for ac_func in inet_addr
16744do
16745echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16746echo "configure:16747: checking for $ac_func" >&5
16747if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16748 echo $ac_n "(cached) $ac_c" 1>&6
16749else
16750 cat > conftest.$ac_ext <<EOF
16751#line 16752 "configure"
16752#include "confdefs.h"
16753/* System header to define __stub macros and hopefully few prototypes,
16754 which can conflict with char $ac_func(); below. */
16755#include <assert.h>
16756/* Override any gcc2 internal prototype to avoid an error. */
16757/* We use char because int might match the return type of a gcc2
16758 builtin and then its argument prototype would still apply. */
16759char $ac_func();
16760
16761int main() {
16762
16763/* The GNU C library defines this for functions which it implements
16764 to always fail with ENOSYS. Some functions are actually named
16765 something starting with __ and the normal name is an alias. */
16766#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16767choke me
16768#else
16769$ac_func();
16770#endif
16771
16772; return 0; }
16773EOF
16774if { (eval echo configure:16775: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16775 rm -rf conftest*
16776 eval "ac_cv_func_$ac_func=yes"
16777else
16778 echo "configure: failed program was:" >&5
16779 cat conftest.$ac_ext >&5
16780 rm -rf conftest*
16781 eval "ac_cv_func_$ac_func=no"
16782fi
16783rm -f conftest*
16784fi
16785
16786if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16787 echo "$ac_t""yes" 1>&6
16788 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16789 cat >> confdefs.h <<EOF
16790#define $ac_tr_func 1
16791EOF
16792 cat >> confdefs.h <<\EOF
16793#define HAVE_INET_ADDR 1
16794EOF
16795
16796else
16797 echo "$ac_t""no" 1>&6
16798echo $ac_n "checking for inet_addr in -lnsl""... $ac_c" 1>&6
16799echo "configure:16800: checking for inet_addr in -lnsl" >&5
16800ac_lib_var=`echo nsl'_'inet_addr | sed 'y%./+-%__p_%'`
16801if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16802 echo $ac_n "(cached) $ac_c" 1>&6
16803else
16804 ac_save_LIBS="$LIBS"
16805LIBS="-lnsl $LIBS"
16806cat > conftest.$ac_ext <<EOF
16807#line 16808 "configure"
16808#include "confdefs.h"
16809/* Override any gcc2 internal prototype to avoid an error. */
16810/* We use char because int might match the return type of a gcc2
16811 builtin and then its argument prototype would still apply. */
16812char inet_addr();
16813
16814int main() {
16815inet_addr()
16816; return 0; }
16817EOF
16818if { (eval echo configure:16819: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16819 rm -rf conftest*
16820 eval "ac_cv_lib_$ac_lib_var=yes"
16821else
16822 echo "configure: failed program was:" >&5
16823 cat conftest.$ac_ext >&5
16824 rm -rf conftest*
16825 eval "ac_cv_lib_$ac_lib_var=no"
16826fi
16827rm -f conftest*
16828LIBS="$ac_save_LIBS"
16829
16830fi
16831if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
16832 echo "$ac_t""yes" 1>&6
16833 INET_LINK="nsl"
16834else
16835 echo "$ac_t""no" 1>&6
16836echo $ac_n "checking for inet_addr in -lresolv""... $ac_c" 1>&6
16837echo "configure:16838: checking for inet_addr in -lresolv" >&5
16838ac_lib_var=`echo resolv'_'inet_addr | sed 'y%./+-%__p_%'`
16839if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16840 echo $ac_n "(cached) $ac_c" 1>&6
16841else
16842 ac_save_LIBS="$LIBS"
16843LIBS="-lresolv $LIBS"
16844cat > conftest.$ac_ext <<EOF
16845#line 16846 "configure"
16846#include "confdefs.h"
16847/* Override any gcc2 internal prototype to avoid an error. */
16848/* We use char because int might match the return type of a gcc2
16849 builtin and then its argument prototype would still apply. */
16850char inet_addr();
16851
16852int main() {
16853inet_addr()
16854; return 0; }
16855EOF
16856if { (eval echo configure:16857: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16857 rm -rf conftest*
16858 eval "ac_cv_lib_$ac_lib_var=yes"
16859else
16860 echo "configure: failed program was:" >&5
16861 cat conftest.$ac_ext >&5
16862 rm -rf conftest*
16863 eval "ac_cv_lib_$ac_lib_var=no"
16864fi
16865rm -f conftest*
16866LIBS="$ac_save_LIBS"
16867
16868fi
16869if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
16870 echo "$ac_t""yes" 1>&6
16871 INET_LINK="resolv"
16872else
16873 echo "$ac_t""no" 1>&6
16874echo $ac_n "checking for inet_addr in -lsocket""... $ac_c" 1>&6
16875echo "configure:16876: checking for inet_addr in -lsocket" >&5
16876ac_lib_var=`echo socket'_'inet_addr | sed 'y%./+-%__p_%'`
16877if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16878 echo $ac_n "(cached) $ac_c" 1>&6
16879else
16880 ac_save_LIBS="$LIBS"
16881LIBS="-lsocket $LIBS"
16882cat > conftest.$ac_ext <<EOF
16883#line 16884 "configure"
16884#include "confdefs.h"
16885/* Override any gcc2 internal prototype to avoid an error. */
16886/* We use char because int might match the return type of a gcc2
16887 builtin and then its argument prototype would still apply. */
16888char inet_addr();
16889
16890int main() {
16891inet_addr()
16892; return 0; }
16893EOF
16894if { (eval echo configure:16895: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16895 rm -rf conftest*
16896 eval "ac_cv_lib_$ac_lib_var=yes"
16897else
16898 echo "configure: failed program was:" >&5
16899 cat conftest.$ac_ext >&5
16900 rm -rf conftest*
16901 eval "ac_cv_lib_$ac_lib_var=no"
16902fi
16903rm -f conftest*
16904LIBS="$ac_save_LIBS"
16905
16906fi
16907if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
16908 echo "$ac_t""yes" 1>&6
16909 INET_LINK="socket"
16910
16911else
16912 echo "$ac_t""no" 1>&6
16913fi
16914
16915
16916fi
16917
16918
16919fi
16920
16921
16922
16923fi
16924done
16925
16926
16927for ac_func in inet_aton
16928do
16929echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16930echo "configure:16931: checking for $ac_func" >&5
16931if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16932 echo $ac_n "(cached) $ac_c" 1>&6
16933else
16934 cat > conftest.$ac_ext <<EOF
16935#line 16936 "configure"
16936#include "confdefs.h"
16937/* System header to define __stub macros and hopefully few prototypes,
16938 which can conflict with char $ac_func(); below. */
16939#include <assert.h>
16940/* Override any gcc2 internal prototype to avoid an error. */
16941/* We use char because int might match the return type of a gcc2
16942 builtin and then its argument prototype would still apply. */
16943char $ac_func();
16944
16945int main() {
16946
16947/* The GNU C library defines this for functions which it implements
16948 to always fail with ENOSYS. Some functions are actually named
16949 something starting with __ and the normal name is an alias. */
16950#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16951choke me
16952#else
16953$ac_func();
16954#endif
16955
16956; return 0; }
16957EOF
16958if { (eval echo configure:16959: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16959 rm -rf conftest*
16960 eval "ac_cv_func_$ac_func=yes"
16961else
16962 echo "configure: failed program was:" >&5
16963 cat conftest.$ac_ext >&5
16964 rm -rf conftest*
16965 eval "ac_cv_func_$ac_func=no"
16966fi
16967rm -f conftest*
16968fi
16969
16970if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16971 echo "$ac_t""yes" 1>&6
16972 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16973 cat >> confdefs.h <<EOF
16974#define $ac_tr_func 1
16975EOF
16976 cat >> confdefs.h <<\EOF
16977#define HAVE_INET_ATON 1
16978EOF
16979
16980else
16981 echo "$ac_t""no" 1>&6
16982 echo $ac_n "checking for inet_aton in -l$INET_LINK""... $ac_c" 1>&6
16983echo "configure:16984: checking for inet_aton in -l$INET_LINK" >&5
16984ac_lib_var=`echo $INET_LINK'_'inet_aton | sed 'y%./+-%__p_%'`
16985if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16986 echo $ac_n "(cached) $ac_c" 1>&6
16987else
16988 ac_save_LIBS="$LIBS"
16989LIBS="-l$INET_LINK $LIBS"
16990cat > conftest.$ac_ext <<EOF
16991#line 16992 "configure"
16992#include "confdefs.h"
16993/* Override any gcc2 internal prototype to avoid an error. */
16994/* We use char because int might match the return type of a gcc2
16995 builtin and then its argument prototype would still apply. */
16996char inet_aton();
16997
16998int main() {
16999inet_aton()
17000; return 0; }
17001EOF
17002if { (eval echo configure:17003: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17003 rm -rf conftest*
17004 eval "ac_cv_lib_$ac_lib_var=yes"
17005else
17006 echo "configure: failed program was:" >&5
17007 cat conftest.$ac_ext >&5
17008 rm -rf conftest*
17009 eval "ac_cv_lib_$ac_lib_var=no"
17010fi
17011rm -f conftest*
17012LIBS="$ac_save_LIBS"
17013
17014fi
17015if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17016 echo "$ac_t""yes" 1>&6
17017 cat >> confdefs.h <<\EOF
17018#define HAVE_INET_ATON 1
17019EOF
17020
17021else
17022 echo "$ac_t""no" 1>&6
17023fi
17024
17025
17026fi
17027done
17028
17029
17030if test "x$INET_LINK" != "x"; then
17031 cat >> confdefs.h <<\EOF
17032#define HAVE_INET_ADDR 1
17033EOF
17034
17035 INET_LINK=" -l$INET_LINK"
17036fi
17037
17038fi
17039
17040
17041cat > confcache <<\EOF
17042# This file is a shell script that caches the results of configure
17043# tests run on this system so they can be shared between configure
17044# scripts and configure runs. It is not useful on other systems.
17045# If it contains results you don't want to keep, you may remove or edit it.
17046#
17047# By default, configure uses ./config.cache as the cache file,
17048# creating it if it does not exist already. You can give configure
17049# the --cache-file=FILE option to use a different cache file; that is
17050# what configure does when it calls configure scripts in
17051# subdirectories, so they share the cache.
17052# Giving --cache-file=/dev/null disables caching, for debugging configure.
17053# config.status only pays attention to the cache file if you give it the
17054# --recheck option to rerun configure.
17055#
17056EOF
17057# The following way of writing the cache mishandles newlines in values,
17058# but we know of no workaround that is simple, portable, and efficient.
17059# So, don't put newlines in cache variables' values.
17060# Ultrix sh set writes to stderr and can't be redirected directly,
17061# and sets the high bit in the cache file unless we assign to the vars.
17062(set) 2>&1 |
17063 case `(ac_space=' '; set | grep ac_space) 2>&1` in
17064 *ac_space=\ *)
17065 # `set' does not quote correctly, so add quotes (double-quote substitution
17066 # turns \\\\ into \\, and sed turns \\ into \).
17067 sed -n \
17068 -e "s/'/'\\\\''/g" \
17069 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
17070 ;;
17071 *)
17072 # `set' quotes correctly as required by POSIX, so do not add quotes.
17073 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
17074 ;;
17075 esac >> confcache
17076if cmp -s $cache_file confcache; then
17077 :
17078else
17079 if test -w $cache_file; then
17080 echo "updating cache $cache_file"
17081 cat confcache > $cache_file
17082 else
17083 echo "not updating unwritable cache $cache_file"
17084 fi
17085fi
17086rm -f confcache
17087
17088
17089
17090if test "$TOOLKIT" != "MSW"; then
17091
17092
17093 THREADS_LINK=
17094 THREADS_OBJ=
17095 CODE_GEN_FLAGS=
17096 CODE_GEN_FLAGS_CXX=
17097
17098 if test "$wxUSE_THREADS" = "yes" ; then
17099 if test "$wxUSE_WINE" = 1 ; then
17100 echo "configure: warning: Threads are not supported under WINE... disabled" 1>&2
17101 wxUSE_THREADS="no"
17102 elif test "$USE_BEOS" = 1; then
17103 echo "configure: warning: BeOS threads are not yet supported... disabled" 1>&2
17104 wxUSE_THREADS="no"
17105 fi
17106 fi
17107
17108 if test "$wxUSE_THREADS" = "yes" ; then
17109
17110 if test "$USE_AIX" = 1; then
17111 THREADS_LIB=pthreads
17112 else
17113 THREADS_LIB=pthread
17114 fi
17115
17116 echo $ac_n "checking for pthread_create in -l$THREADS_LIB""... $ac_c" 1>&6
17117echo "configure:17118: checking for pthread_create in -l$THREADS_LIB" >&5
17118ac_lib_var=`echo $THREADS_LIB'_'pthread_create | sed 'y%./+-%__p_%'`
17119if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17120 echo $ac_n "(cached) $ac_c" 1>&6
17121else
17122 ac_save_LIBS="$LIBS"
17123LIBS="-l$THREADS_LIB $LIBS"
17124cat > conftest.$ac_ext <<EOF
17125#line 17126 "configure"
17126#include "confdefs.h"
17127/* Override any gcc2 internal prototype to avoid an error. */
17128/* We use char because int might match the return type of a gcc2
17129 builtin and then its argument prototype would still apply. */
17130char pthread_create();
17131
17132int main() {
17133pthread_create()
17134; return 0; }
17135EOF
17136if { (eval echo configure:17137: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17137 rm -rf conftest*
17138 eval "ac_cv_lib_$ac_lib_var=yes"
17139else
17140 echo "configure: failed program was:" >&5
17141 cat conftest.$ac_ext >&5
17142 rm -rf conftest*
17143 eval "ac_cv_lib_$ac_lib_var=no"
17144fi
17145rm -f conftest*
17146LIBS="$ac_save_LIBS"
17147
17148fi
17149if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17150 echo "$ac_t""yes" 1>&6
17151
17152 THREADS_OBJ="threadpsx.lo"
17153 THREADS_LINK=$THREADS_LIB
17154
17155else
17156 echo "$ac_t""no" 1>&6
17157
17158 echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
17159echo "configure:17160: checking for pthread_create in -lc_r" >&5
17160ac_lib_var=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'`
17161if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17162 echo $ac_n "(cached) $ac_c" 1>&6
17163else
17164 ac_save_LIBS="$LIBS"
17165LIBS="-lc_r $LIBS"
17166cat > conftest.$ac_ext <<EOF
17167#line 17168 "configure"
17168#include "confdefs.h"
17169/* Override any gcc2 internal prototype to avoid an error. */
17170/* We use char because int might match the return type of a gcc2
17171 builtin and then its argument prototype would still apply. */
17172char pthread_create();
17173
17174int main() {
17175pthread_create()
17176; return 0; }
17177EOF
17178if { (eval echo configure:17179: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17179 rm -rf conftest*
17180 eval "ac_cv_lib_$ac_lib_var=yes"
17181else
17182 echo "configure: failed program was:" >&5
17183 cat conftest.$ac_ext >&5
17184 rm -rf conftest*
17185 eval "ac_cv_lib_$ac_lib_var=no"
17186fi
17187rm -f conftest*
17188LIBS="$ac_save_LIBS"
17189
17190fi
17191if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17192 echo "$ac_t""yes" 1>&6
17193
17194 THREADS_OBJ="threadpsx.lo"
17195 THREADS_LINK="c_r"
17196
17197else
17198 echo "$ac_t""no" 1>&6
17199
17200 ac_safe=`echo "sys/prctl.h" | sed 'y%./+-%__p_%'`
17201echo $ac_n "checking for sys/prctl.h""... $ac_c" 1>&6
17202echo "configure:17203: checking for sys/prctl.h" >&5
17203if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
17204 echo $ac_n "(cached) $ac_c" 1>&6
17205else
17206 cat > conftest.$ac_ext <<EOF
17207#line 17208 "configure"
17208#include "confdefs.h"
17209#include <sys/prctl.h>
17210EOF
17211ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
17212{ (eval echo configure:17213: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
17213ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
17214if test -z "$ac_err"; then
17215 rm -rf conftest*
17216 eval "ac_cv_header_$ac_safe=yes"
17217else
17218 echo "$ac_err" >&5
17219 echo "configure: failed program was:" >&5
17220 cat conftest.$ac_ext >&5
17221 rm -rf conftest*
17222 eval "ac_cv_header_$ac_safe=no"
17223fi
17224rm -f conftest*
17225fi
17226if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
17227 echo "$ac_t""yes" 1>&6
17228
17229 THREADS_OBJ="threadsgi.lo"
17230
17231else
17232 echo "$ac_t""no" 1>&6
17233fi
17234
17235
17236fi
17237
17238
17239fi
17240
17241
17242 if test -z "$THREADS_OBJ" ; then
17243 wxUSE_THREADS=no
17244 echo "configure: warning: No thread support on this system... disabled" 1>&2
17245 fi
17246 fi
17247
17248 if test "$wxUSE_THREADS" = "yes" ; then
17249 for ac_func in thr_setconcurrency
17250do
17251echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17252echo "configure:17253: checking for $ac_func" >&5
17253if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17254 echo $ac_n "(cached) $ac_c" 1>&6
17255else
17256 cat > conftest.$ac_ext <<EOF
17257#line 17258 "configure"
17258#include "confdefs.h"
17259/* System header to define __stub macros and hopefully few prototypes,
17260 which can conflict with char $ac_func(); below. */
17261#include <assert.h>
17262/* Override any gcc2 internal prototype to avoid an error. */
17263/* We use char because int might match the return type of a gcc2
17264 builtin and then its argument prototype would still apply. */
17265char $ac_func();
17266
17267int main() {
17268
17269/* The GNU C library defines this for functions which it implements
17270 to always fail with ENOSYS. Some functions are actually named
17271 something starting with __ and the normal name is an alias. */
17272#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17273choke me
17274#else
17275$ac_func();
17276#endif
17277
17278; return 0; }
17279EOF
17280if { (eval echo configure:17281: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17281 rm -rf conftest*
17282 eval "ac_cv_func_$ac_func=yes"
17283else
17284 echo "configure: failed program was:" >&5
17285 cat conftest.$ac_ext >&5
17286 rm -rf conftest*
17287 eval "ac_cv_func_$ac_func=no"
17288fi
17289rm -f conftest*
17290fi
17291
17292if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17293 echo "$ac_t""yes" 1>&6
17294 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17295 cat >> confdefs.h <<EOF
17296#define $ac_tr_func 1
17297EOF
17298
17299else
17300 echo "$ac_t""no" 1>&6
17301fi
17302done
17303
17304
17305
17306 for ac_hdr in sched.h
17307do
17308ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
17309echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
17310echo "configure:17311: checking for $ac_hdr" >&5
17311if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
17312 echo $ac_n "(cached) $ac_c" 1>&6
17313else
17314 cat > conftest.$ac_ext <<EOF
17315#line 17316 "configure"
17316#include "confdefs.h"
17317#include <$ac_hdr>
17318EOF
17319ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
17320{ (eval echo configure:17321: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
17321ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
17322if test -z "$ac_err"; then
17323 rm -rf conftest*
17324 eval "ac_cv_header_$ac_safe=yes"
17325else
17326 echo "$ac_err" >&5
17327 echo "configure: failed program was:" >&5
17328 cat conftest.$ac_ext >&5
17329 rm -rf conftest*
17330 eval "ac_cv_header_$ac_safe=no"
17331fi
17332rm -f conftest*
17333fi
17334if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
17335 echo "$ac_t""yes" 1>&6
17336 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
17337 cat >> confdefs.h <<EOF
17338#define $ac_tr_hdr 1
17339EOF
17340
17341else
17342 echo "$ac_t""no" 1>&6
17343fi
17344done
17345
17346
17347 echo $ac_n "checking for sched_yield in -l$THREADS_LINK""... $ac_c" 1>&6
17348echo "configure:17349: checking for sched_yield in -l$THREADS_LINK" >&5
17349ac_lib_var=`echo $THREADS_LINK'_'sched_yield | sed 'y%./+-%__p_%'`
17350if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17351 echo $ac_n "(cached) $ac_c" 1>&6
17352else
17353 ac_save_LIBS="$LIBS"
17354LIBS="-l$THREADS_LINK $LIBS"
17355cat > conftest.$ac_ext <<EOF
17356#line 17357 "configure"
17357#include "confdefs.h"
17358/* Override any gcc2 internal prototype to avoid an error. */
17359/* We use char because int might match the return type of a gcc2
17360 builtin and then its argument prototype would still apply. */
17361char sched_yield();
17362
17363int main() {
17364sched_yield()
17365; return 0; }
17366EOF
17367if { (eval echo configure:17368: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17368 rm -rf conftest*
17369 eval "ac_cv_lib_$ac_lib_var=yes"
17370else
17371 echo "configure: failed program was:" >&5
17372 cat conftest.$ac_ext >&5
17373 rm -rf conftest*
17374 eval "ac_cv_lib_$ac_lib_var=no"
17375fi
17376rm -f conftest*
17377LIBS="$ac_save_LIBS"
17378
17379fi
17380if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17381 echo "$ac_t""yes" 1>&6
17382 cat >> confdefs.h <<\EOF
17383#define HAVE_SCHED_YIELD 1
17384EOF
17385
17386else
17387 echo "$ac_t""no" 1>&6
17388echo $ac_n "checking for sched_yield in -lposix4""... $ac_c" 1>&6
17389echo "configure:17390: checking for sched_yield in -lposix4" >&5
17390ac_lib_var=`echo posix4'_'sched_yield | sed 'y%./+-%__p_%'`
17391if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17392 echo $ac_n "(cached) $ac_c" 1>&6
17393else
17394 ac_save_LIBS="$LIBS"
17395LIBS="-lposix4 $LIBS"
17396cat > conftest.$ac_ext <<EOF
17397#line 17398 "configure"
17398#include "confdefs.h"
17399/* Override any gcc2 internal prototype to avoid an error. */
17400/* We use char because int might match the return type of a gcc2
17401 builtin and then its argument prototype would still apply. */
17402char sched_yield();
17403
17404int main() {
17405sched_yield()
17406; return 0; }
17407EOF
17408if { (eval echo configure:17409: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17409 rm -rf conftest*
17410 eval "ac_cv_lib_$ac_lib_var=yes"
17411else
17412 echo "configure: failed program was:" >&5
17413 cat conftest.$ac_ext >&5
17414 rm -rf conftest*
17415 eval "ac_cv_lib_$ac_lib_var=no"
17416fi
17417rm -f conftest*
17418LIBS="$ac_save_LIBS"
17419
17420fi
17421if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17422 echo "$ac_t""yes" 1>&6
17423 cat >> confdefs.h <<\EOF
17424#define HAVE_SCHED_YIELD 1
17425EOF
17426 POSIX4_LINK=" -lposix4"
17427else
17428 echo "$ac_t""no" 1>&6
17429echo "configure: warning: wxThread::Yield will not work properly" 1>&2
17430
17431fi
17432
17433
17434fi
17435
17436
17437 HAVE_PRIOR_FUNCS=0
17438 echo $ac_n "checking for pthread_attr_getschedpolicy in -l$THREADS_LINK""... $ac_c" 1>&6
17439echo "configure:17440: checking for pthread_attr_getschedpolicy in -l$THREADS_LINK" >&5
17440ac_lib_var=`echo $THREADS_LINK'_'pthread_attr_getschedpolicy | sed 'y%./+-%__p_%'`
17441if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17442 echo $ac_n "(cached) $ac_c" 1>&6
17443else
17444 ac_save_LIBS="$LIBS"
17445LIBS="-l$THREADS_LINK $LIBS"
17446cat > conftest.$ac_ext <<EOF
17447#line 17448 "configure"
17448#include "confdefs.h"
17449/* Override any gcc2 internal prototype to avoid an error. */
17450/* We use char because int might match the return type of a gcc2
17451 builtin and then its argument prototype would still apply. */
17452char pthread_attr_getschedpolicy();
17453
17454int main() {
17455pthread_attr_getschedpolicy()
17456; return 0; }
17457EOF
17458if { (eval echo configure:17459: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17459 rm -rf conftest*
17460 eval "ac_cv_lib_$ac_lib_var=yes"
17461else
17462 echo "configure: failed program was:" >&5
17463 cat conftest.$ac_ext >&5
17464 rm -rf conftest*
17465 eval "ac_cv_lib_$ac_lib_var=no"
17466fi
17467rm -f conftest*
17468LIBS="$ac_save_LIBS"
17469
17470fi
17471if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17472 echo "$ac_t""yes" 1>&6
17473 echo $ac_n "checking for pthread_attr_setschedparam in -l$THREADS_LINK""... $ac_c" 1>&6
17474echo "configure:17475: checking for pthread_attr_setschedparam in -l$THREADS_LINK" >&5
17475ac_lib_var=`echo $THREADS_LINK'_'pthread_attr_setschedparam | sed 'y%./+-%__p_%'`
17476if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17477 echo $ac_n "(cached) $ac_c" 1>&6
17478else
17479 ac_save_LIBS="$LIBS"
17480LIBS="-l$THREADS_LINK $LIBS"
17481cat > conftest.$ac_ext <<EOF
17482#line 17483 "configure"
17483#include "confdefs.h"
17484/* Override any gcc2 internal prototype to avoid an error. */
17485/* We use char because int might match the return type of a gcc2
17486 builtin and then its argument prototype would still apply. */
17487char pthread_attr_setschedparam();
17488
17489int main() {
17490pthread_attr_setschedparam()
17491; return 0; }
17492EOF
17493if { (eval echo configure:17494: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17494 rm -rf conftest*
17495 eval "ac_cv_lib_$ac_lib_var=yes"
17496else
17497 echo "configure: failed program was:" >&5
17498 cat conftest.$ac_ext >&5
17499 rm -rf conftest*
17500 eval "ac_cv_lib_$ac_lib_var=no"
17501fi
17502rm -f conftest*
17503LIBS="$ac_save_LIBS"
17504
17505fi
17506if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17507 echo "$ac_t""yes" 1>&6
17508 echo $ac_n "checking for sched_get_priority_max in -l$THREADS_LINK""... $ac_c" 1>&6
17509echo "configure:17510: checking for sched_get_priority_max in -l$THREADS_LINK" >&5
17510ac_lib_var=`echo $THREADS_LINK'_'sched_get_priority_max | sed 'y%./+-%__p_%'`
17511if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17512 echo $ac_n "(cached) $ac_c" 1>&6
17513else
17514 ac_save_LIBS="$LIBS"
17515LIBS="-l$THREADS_LINK $LIBS"
17516cat > conftest.$ac_ext <<EOF
17517#line 17518 "configure"
17518#include "confdefs.h"
17519/* Override any gcc2 internal prototype to avoid an error. */
17520/* We use char because int might match the return type of a gcc2
17521 builtin and then its argument prototype would still apply. */
17522char sched_get_priority_max();
17523
17524int main() {
17525sched_get_priority_max()
17526; return 0; }
17527EOF
17528if { (eval echo configure:17529: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17529 rm -rf conftest*
17530 eval "ac_cv_lib_$ac_lib_var=yes"
17531else
17532 echo "configure: failed program was:" >&5
17533 cat conftest.$ac_ext >&5
17534 rm -rf conftest*
17535 eval "ac_cv_lib_$ac_lib_var=no"
17536fi
17537rm -f conftest*
17538LIBS="$ac_save_LIBS"
17539
17540fi
17541if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17542 echo "$ac_t""yes" 1>&6
17543 HAVE_PRIOR_FUNCS=1
17544else
17545 echo "$ac_t""no" 1>&6
17546echo $ac_n "checking for sched_get_priority_max in -lposix4""... $ac_c" 1>&6
17547echo "configure:17548: checking for sched_get_priority_max in -lposix4" >&5
17548ac_lib_var=`echo posix4'_'sched_get_priority_max | sed 'y%./+-%__p_%'`
17549if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17550 echo $ac_n "(cached) $ac_c" 1>&6
17551else
17552 ac_save_LIBS="$LIBS"
17553LIBS="-lposix4 $LIBS"
17554cat > conftest.$ac_ext <<EOF
17555#line 17556 "configure"
17556#include "confdefs.h"
17557/* Override any gcc2 internal prototype to avoid an error. */
17558/* We use char because int might match the return type of a gcc2
17559 builtin and then its argument prototype would still apply. */
17560char sched_get_priority_max();
17561
17562int main() {
17563sched_get_priority_max()
17564; return 0; }
17565EOF
17566if { (eval echo configure:17567: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17567 rm -rf conftest*
17568 eval "ac_cv_lib_$ac_lib_var=yes"
17569else
17570 echo "configure: failed program was:" >&5
17571 cat conftest.$ac_ext >&5
17572 rm -rf conftest*
17573 eval "ac_cv_lib_$ac_lib_var=no"
17574fi
17575rm -f conftest*
17576LIBS="$ac_save_LIBS"
17577
17578fi
17579if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17580 echo "$ac_t""yes" 1>&6
17581
17582 HAVE_PRIOR_FUNCS=1
17583 POSIX4_LINK=" -lposix4"
17584
17585else
17586 echo "$ac_t""no" 1>&6
17587fi
17588
17589
17590fi
17591
17592
17593else
17594 echo "$ac_t""no" 1>&6
17595fi
17596
17597
17598else
17599 echo "$ac_t""no" 1>&6
17600fi
17601
17602
17603 if test "$HAVE_PRIOR_FUNCS" = 1; then
17604 cat >> confdefs.h <<\EOF
17605#define HAVE_THREAD_PRIORITY_FUNCTIONS 1
17606EOF
17607
17608 else
17609 echo "configure: warning: Setting thread priority will not work" 1>&2
17610 fi
17611
17612 echo $ac_n "checking for pthread_cancel in -l$THREADS_LINK""... $ac_c" 1>&6
17613echo "configure:17614: checking for pthread_cancel in -l$THREADS_LINK" >&5
17614ac_lib_var=`echo $THREADS_LINK'_'pthread_cancel | sed 'y%./+-%__p_%'`
17615if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17616 echo $ac_n "(cached) $ac_c" 1>&6
17617else
17618 ac_save_LIBS="$LIBS"
17619LIBS="-l$THREADS_LINK $LIBS"
17620cat > conftest.$ac_ext <<EOF
17621#line 17622 "configure"
17622#include "confdefs.h"
17623/* Override any gcc2 internal prototype to avoid an error. */
17624/* We use char because int might match the return type of a gcc2
17625 builtin and then its argument prototype would still apply. */
17626char pthread_cancel();
17627
17628int main() {
17629pthread_cancel()
17630; return 0; }
17631EOF
17632if { (eval echo configure:17633: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17633 rm -rf conftest*
17634 eval "ac_cv_lib_$ac_lib_var=yes"
17635else
17636 echo "configure: failed program was:" >&5
17637 cat conftest.$ac_ext >&5
17638 rm -rf conftest*
17639 eval "ac_cv_lib_$ac_lib_var=no"
17640fi
17641rm -f conftest*
17642LIBS="$ac_save_LIBS"
17643
17644fi
17645if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17646 echo "$ac_t""yes" 1>&6
17647 cat >> confdefs.h <<\EOF
17648#define HAVE_PTHREAD_CANCEL 1
17649EOF
17650
17651else
17652 echo "$ac_t""no" 1>&6
17653echo "configure: warning: wxThread::Kill() will not work properly" 1>&2
17654fi
17655
17656
17657 echo $ac_n "checking for pthread_cleanup_push/pop""... $ac_c" 1>&6
17658echo "configure:17659: checking for pthread_cleanup_push/pop" >&5
17659if eval "test \"`echo '$''{'wx_cv_func_pthread_cleanup_push'+set}'`\" = set"; then
17660 echo $ac_n "(cached) $ac_c" 1>&6
17661else
17662
17663 cat > conftest.$ac_ext <<EOF
17664#line 17665 "configure"
17665#include "confdefs.h"
17666#include <pthread.h>
17667int main() {
17668
17669 pthread_cleanup_push(NULL, NULL);
17670 pthread_cleanup_pop(0);
17671
17672; return 0; }
17673EOF
17674if { (eval echo configure:17675: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17675 rm -rf conftest*
17676
17677 wx_cv_func_pthread_cleanup_push=yes
17678
17679else
17680 echo "configure: failed program was:" >&5
17681 cat conftest.$ac_ext >&5
17682 rm -rf conftest*
17683
17684 wx_cv_func_pthread_cleanup_push=no
17685
17686fi
17687rm -f conftest*
17688
17689fi
17690
17691echo "$ac_t""$wx_cv_func_pthread_cleanup_push" 1>&6
17692
17693 if test "$wx_cv_func_pthread_cleanup_push" = "yes"; then
17694 cat >> confdefs.h <<\EOF
17695#define HAVE_THREAD_CLEANUP_FUNCTIONS 1
17696EOF
17697
17698 fi
17699
17700
17701 if test "x$wx_lib_glibc21" = "xyes"; then
17702 CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
17703 fi
17704
17705 echo $ac_n "checking for pthread_mutexattr_t""... $ac_c" 1>&6
17706echo "configure:17707: checking for pthread_mutexattr_t" >&5
17707if eval "test \"`echo '$''{'wx_cv_type_pthread_mutexattr_t'+set}'`\" = set"; then
17708 echo $ac_n "(cached) $ac_c" 1>&6
17709else
17710
17711 cat > conftest.$ac_ext <<EOF
17712#line 17713 "configure"
17713#include "confdefs.h"
17714#include <pthread.h>
17715int main() {
17716
17717 pthread_mutexattr_t attr;
17718 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
17719
17720; return 0; }
17721EOF
17722if { (eval echo configure:17723: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17723 rm -rf conftest*
17724
17725 wx_cv_type_pthread_mutexattr_t=yes
17726
17727else
17728 echo "configure: failed program was:" >&5
17729 cat conftest.$ac_ext >&5
17730 rm -rf conftest*
17731
17732 wx_cv_type_pthread_mutexattr_t=no
17733
17734
17735fi
17736rm -f conftest*
17737
17738fi
17739
17740echo "$ac_t""$wx_cv_type_pthread_mutexattr_t" 1>&6
17741
17742 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
17743 cat >> confdefs.h <<\EOF
17744#define HAVE_PTHREAD_MUTEXATTR_T 1
17745EOF
17746
17747 else
17748 echo $ac_n "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER""... $ac_c" 1>&6
17749echo "configure:17750: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
17750if eval "test \"`echo '$''{'wx_cv_type_pthread_rec_mutex_init'+set}'`\" = set"; then
17751 echo $ac_n "(cached) $ac_c" 1>&6
17752else
17753
17754 cat > conftest.$ac_ext <<EOF
17755#line 17756 "configure"
17756#include "confdefs.h"
17757#include <pthread.h>
17758int main() {
17759
17760 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
17761
17762; return 0; }
17763EOF
17764if { (eval echo configure:17765: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17765 rm -rf conftest*
17766
17767 wx_cv_type_pthread_rec_mutex_init=yes
17768
17769else
17770 echo "configure: failed program was:" >&5
17771 cat conftest.$ac_ext >&5
17772 rm -rf conftest*
17773
17774 wx_cv_type_pthread_rec_mutex_init=no
17775
17776
17777fi
17778rm -f conftest*
17779
17780fi
17781
17782echo "$ac_t""$wx_cv_type_pthread_rec_mutex_init" 1>&6
17783 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
17784 cat >> confdefs.h <<\EOF
17785#define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
17786EOF
17787
17788 else
17789 echo "configure: warning: wxMutex won't be recursive on this platform" 1>&2
17790 fi
17791 fi
17792
17793 THREADS_LINK=" -l$THREADS_LINK"
17794
17795 if test "$USE_SOLARIS" = "yes" -a "$GCC" != "yes"; then
17796 CPPFLAGS="$CFLAGS -mt"
17797 CXXFLAGS="$CXXFLAGS -mt"
17798 LDFLAGS="$LDFLAGS -mt"
17799 fi
17800 fi
17801
17802fi
17803
17804if test "$wxUSE_THREADS" = "yes"; then
17805 cat >> confdefs.h <<\EOF
17806#define wxUSE_THREADS 1
17807EOF
17808
17809
17810 TOOLCHAIN_DEFS="$TOOLCHAIN_DEFS $CPP_MT_FLAG"
17811
17812 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
17813else
17814 if test "$ac_cv_func_strtok_r" = "yes"; then
17815 echo $ac_n "checking if -D_REENTRANT is needed""... $ac_c" 1>&6
17816echo "configure:17817: checking if -D_REENTRANT is needed" >&5
17817 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
17818 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D_REENTRANT"
17819 echo "$ac_t""yes" 1>&6
17820 else
17821 echo "$ac_t""no" 1>&6
17822 fi
17823 fi
17824fi
17825
17826if test "$WXGTK20" = 1 ; then
17827 cat >> confdefs.h <<EOF
17828#define __WXGTK20__ $WXGTK20
17829EOF
17830
17831 WXGTK12=1
17832fi
17833
17834if test "$WXGTK12" = 1 ; then
17835 cat >> confdefs.h <<EOF
17836#define __WXGTK12__ $WXGTK12
17837EOF
17838
17839fi
17840
17841if test "$WXGTK127" = 1 ; then
17842 cat >> confdefs.h <<EOF
17843#define __WXGTK127__ $WXGTK127
17844EOF
17845
17846fi
17847
17848WXDEBUG=
17849
17850if test "$wxUSE_DEBUG_INFO" = "yes" ; then
17851 WXDEBUG="-g"
17852 wxUSE_OPTIMISE=no
17853fi
17854
17855if test "$wxUSE_DEBUG_GDB" = "yes" ; then
17856 wxUSE_DEBUG_INFO=yes
17857 WXDEBUG="-ggdb"
17858fi
17859
17860if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
17861 cat >> confdefs.h <<\EOF
17862#define WXDEBUG 1
17863EOF
17864
17865 WXDEBUG_DEFINE="-D__WXDEBUG__"
17866else
17867 if test "$wxUSE_GTK" = 1 ; then
17868 WXDEBUG_DEFINE="-DGTK_NO_CHECK_CASTS"
17869 fi
17870fi
17871
17872if test "$wxUSE_MEM_TRACING" = "yes" ; then
17873 cat >> confdefs.h <<\EOF
17874#define wxUSE_MEMORY_TRACING 1
17875EOF
17876
17877 cat >> confdefs.h <<\EOF
17878#define wxUSE_GLOBAL_MEMORY_OPERATORS 1
17879EOF
17880
17881 cat >> confdefs.h <<\EOF
17882#define wxUSE_DEBUG_NEW_ALWAYS 1
17883EOF
17884
17885 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
17886fi
17887
17888if test "$wxUSE_DMALLOC" = "yes" ; then
17889 DMALLOC_LIBS="-ldmalloc"
17890fi
17891
17892PROFILE=
17893if test "$wxUSE_PROFILE" = "yes" ; then
17894 PROFILE=" -pg"
17895fi
17896
17897if test "$GCC" = "yes" ; then
17898 if test "$wxUSE_NO_RTTI" = "yes" ; then
17899 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-rtti"
17900 fi
17901 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
17902 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-exceptions"
17903 fi
17904 if test "$wxUSE_PERMISSIVE" = "yes" ; then
17905 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive"
17906 fi
17907 if test "$USE_WIN32" = 1 ; then
17908 # I'm not even really sure what this was ever added to solve,
17909 # but someone added it for mingw native builds, so I guess
17910 # they had a reason, right??
17911 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fno-pcc-struct-return"
17912 fi
17913fi
17914
17915
17916CXXFLAGS=`echo "${CXXFLAGS}" | sed "s/\-O.//g" `
17917CFLAGS=`echo "${CFLAGS}" | sed "s/\-O.//g" `
17918if test "$wxUSE_OPTIMISE" = "no" ; then
17919 OPTIMISE=
17920else
17921 if test "$GCC" = yes ; then
17922 OPTIMISE="-O2"
17923 case "${host}" in
17924 i586-*-*|i686-*-* )
17925 OPTIMISE="${OPTIMISE} "
17926 ;;
17927 esac
17928 else
17929 OPTIMISE="-O"
17930 fi
17931fi
17932
17933if test "$WXWIN_COMPATIBILITY_2" = "yes"; then
17934 cat >> confdefs.h <<\EOF
17935#define WXWIN_COMPATIBILITY_2 1
17936EOF
17937
17938
17939 WXWIN_COMPATIBILITY_2_2="yes"
17940fi
17941
17942if test "$WXWIN_COMPATIBILITY_2_2" = "yes"; then
17943 cat >> confdefs.h <<\EOF
17944#define WXWIN_COMPATIBILITY_2_2 1
17945EOF
17946
17947fi
17948
17949
17950if test "$wxUSE_GUI" = "yes"; then
17951 cat >> confdefs.h <<\EOF
17952#define wxUSE_GUI 1
17953EOF
17954
17955
17956 else
17957 cat >> confdefs.h <<\EOF
17958#define wxUSE_NOGUI 1
17959EOF
17960
17961fi
17962
17963
17964if test "$wxUSE_UNIX" = "yes"; then
17965 cat >> confdefs.h <<\EOF
17966#define wxUSE_UNIX 1
17967EOF
17968
17969fi
17970
17971
17972if test "$wxUSE_APPLE_IEEE" = "yes"; then
17973 cat >> confdefs.h <<\EOF
17974#define wxUSE_APPLE_IEEE 1
17975EOF
17976
17977fi
17978
17979if test "$wxUSE_TIMER" = "yes"; then
17980 cat >> confdefs.h <<\EOF
17981#define wxUSE_TIMER 1
17982EOF
17983
17984fi
17985
17986if test "$wxUSE_WAVE" = "yes"; then
17987 cat >> confdefs.h <<\EOF
17988#define wxUSE_WAVE 1
17989EOF
17990
17991fi
17992
17993if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
17994 cat >> confdefs.h <<\EOF
17995#define wxUSE_CMDLINE_PARSER 1
17996EOF
17997
17998fi
17999
18000if test "$wxUSE_STOPWATCH" = "yes"; then
18001 cat >> confdefs.h <<\EOF
18002#define wxUSE_STOPWATCH 1
18003EOF
18004
18005fi
18006
18007if test "$wxUSE_DATETIME" = "yes"; then
18008 cat >> confdefs.h <<\EOF
18009#define wxUSE_DATETIME 1
18010EOF
18011
18012fi
18013
18014if test "$wxUSE_TIMEDATE" = "yes"; then
18015 cat >> confdefs.h <<\EOF
18016#define wxUSE_TIMEDATE 1
18017EOF
18018
18019fi
18020
18021if test "$wxUSE_FILE" = "yes"; then
18022 cat >> confdefs.h <<\EOF
18023#define wxUSE_FILE 1
18024EOF
18025
18026fi
18027
18028if test "$wxUSE_FFILE" = "yes"; then
18029 cat >> confdefs.h <<\EOF
18030#define wxUSE_FFILE 1
18031EOF
18032
18033fi
18034
18035if test "$wxUSE_FILESYSTEM" = "yes"; then
18036 cat >> confdefs.h <<\EOF
18037#define wxUSE_FILESYSTEM 1
18038EOF
18039
18040fi
18041
18042if test "$wxUSE_FS_INET" = "yes"; then
18043 cat >> confdefs.h <<\EOF
18044#define wxUSE_FS_INET 1
18045EOF
18046
18047fi
18048
18049if test "$wxUSE_FS_ZIP" = "yes"; then
18050 cat >> confdefs.h <<\EOF
18051#define wxUSE_FS_ZIP 1
18052EOF
18053
18054fi
18055
18056if test "$wxUSE_ZIPSTREAM" = "yes"; then
18057 cat >> confdefs.h <<\EOF
18058#define wxUSE_ZIPSTREAM 1
18059EOF
18060
18061fi
18062
18063if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
18064 cat >> confdefs.h <<\EOF
18065#define wxUSE_ON_FATAL_EXCEPTION 1
18066EOF
18067
18068fi
18069
18070if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
18071 cat >> confdefs.h <<\EOF
18072#define wxUSE_SNGLINST_CHECKER 1
18073EOF
18074
18075fi
18076
18077if test "$wxUSE_BUSYINFO" = "yes"; then
18078 cat >> confdefs.h <<\EOF
18079#define wxUSE_BUSYINFO 1
18080EOF
18081
18082fi
18083
18084if test "$wxUSE_STD_IOSTREAM" = "yes"; then
18085 cat >> confdefs.h <<\EOF
18086#define wxUSE_STD_IOSTREAM 1
18087EOF
18088
18089fi
18090
18091if test "$wxUSE_TEXTBUFFER" = "yes"; then
18092 cat >> confdefs.h <<\EOF
18093#define wxUSE_TEXTBUFFER 1
18094EOF
18095
18096fi
18097
18098if test "$wxUSE_TEXTFILE" = "yes"; then
18099 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
18100 echo "configure: warning: wxTextFile requires wxFile and wxTextBuffer... disabled" 1>&2
18101 else
18102 cat >> confdefs.h <<\EOF
18103#define wxUSE_TEXTFILE 1
18104EOF
18105
18106 fi
18107fi
18108
18109if test "$wxUSE_CONFIG" = "yes" ; then
18110 if test "$wxUSE_TEXTFILE" != "yes"; then
18111 echo "configure: warning: wxConfig requires wxTextFile... disabled" 1>&2
18112 else
18113 cat >> confdefs.h <<\EOF
18114#define wxUSE_CONFIG 1
18115EOF
18116
18117 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
18118 fi
18119fi
18120
18121if test "$wxUSE_INTL" = "yes" ; then
18122 if test "$wxUSE_FILE" != "yes"; then
18123 echo "configure: warning: I18n code requires wxFile... disabled" 1>&2
18124 else
18125 cat >> confdefs.h <<\EOF
18126#define wxUSE_INTL 1
18127EOF
18128
18129 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
18130 GUIDIST="$GUIDIST INTL_DIST"
18131 fi
18132fi
18133
18134if test "$wxUSE_LOG" = "yes"; then
18135 cat >> confdefs.h <<\EOF
18136#define wxUSE_LOG 1
18137EOF
18138
18139
18140 if test "$wxUSE_LOGGUI" = "yes"; then
18141 cat >> confdefs.h <<\EOF
18142#define wxUSE_LOGGUI 1
18143EOF
18144
18145 fi
18146
18147 if test "$wxUSE_LOGWINDOW" = "yes"; then
18148 cat >> confdefs.h <<\EOF
18149#define wxUSE_LOGWINDOW 1
18150EOF
18151
18152 fi
18153
18154 if test "$wxUSE_LOGDIALOG" = "yes"; then
18155 cat >> confdefs.h <<\EOF
18156#define wxUSE_LOG_DIALOG 1
18157EOF
18158
18159 fi
18160fi
18161
18162if test "$wxUSE_LONGLONG" = "yes"; then
18163 cat >> confdefs.h <<\EOF
18164#define wxUSE_LONGLONG 1
18165EOF
18166
18167fi
18168
18169if test "$wxUSE_GEOMETRY" = "yes"; then
18170 cat >> confdefs.h <<\EOF
18171#define wxUSE_GEOMETRY 1
18172EOF
18173
18174fi
18175
18176if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then
18177 cat >> confdefs.h <<\EOF
18178#define wxUSE_DIALUP_MANAGER 1
18179EOF
18180
18181 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
18182fi
18183
18184if test "$wxUSE_STREAMS" = "yes" ; then
18185 cat >> confdefs.h <<\EOF
18186#define wxUSE_STREAMS 1
18187EOF
18188
18189fi
18190
18191
18192if test "$wxUSE_DATETIME" = "yes"; then
18193 for ac_func in strptime
18194do
18195echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
18196echo "configure:18197: checking for $ac_func" >&5
18197if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
18198 echo $ac_n "(cached) $ac_c" 1>&6
18199else
18200 cat > conftest.$ac_ext <<EOF
18201#line 18202 "configure"
18202#include "confdefs.h"
18203/* System header to define __stub macros and hopefully few prototypes,
18204 which can conflict with char $ac_func(); below. */
18205#include <assert.h>
18206/* Override any gcc2 internal prototype to avoid an error. */
18207/* We use char because int might match the return type of a gcc2
18208 builtin and then its argument prototype would still apply. */
18209char $ac_func();
18210
18211int main() {
18212
18213/* The GNU C library defines this for functions which it implements
18214 to always fail with ENOSYS. Some functions are actually named
18215 something starting with __ and the normal name is an alias. */
18216#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
18217choke me
18218#else
18219$ac_func();
18220#endif
18221
18222; return 0; }
18223EOF
18224if { (eval echo configure:18225: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
18225 rm -rf conftest*
18226 eval "ac_cv_func_$ac_func=yes"
18227else
18228 echo "configure: failed program was:" >&5
18229 cat conftest.$ac_ext >&5
18230 rm -rf conftest*
18231 eval "ac_cv_func_$ac_func=no"
18232fi
18233rm -f conftest*
18234fi
18235
18236if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
18237 echo "$ac_t""yes" 1>&6
18238 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
18239 cat >> confdefs.h <<EOF
18240#define $ac_tr_func 1
18241EOF
18242
18243else
18244 echo "$ac_t""no" 1>&6
18245fi
18246done
18247
18248
18249 echo $ac_n "checking for timezone variable in <time.h>""... $ac_c" 1>&6
18250echo "configure:18251: checking for timezone variable in <time.h>" >&5
18251if eval "test \"`echo '$''{'wx_cv_var_timezone'+set}'`\" = set"; then
18252 echo $ac_n "(cached) $ac_c" 1>&6
18253else
18254
18255 cat > conftest.$ac_ext <<EOF
18256#line 18257 "configure"
18257#include "confdefs.h"
18258
18259 #include <time.h>
18260
18261int main() {
18262
18263 int tz;
18264 tz = timezone;
18265
18266; return 0; }
18267EOF
18268if { (eval echo configure:18269: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18269 rm -rf conftest*
18270
18271 wx_cv_var_timezone=timezone
18272
18273else
18274 echo "configure: failed program was:" >&5
18275 cat conftest.$ac_ext >&5
18276 rm -rf conftest*
18277
18278 cat > conftest.$ac_ext <<EOF
18279#line 18280 "configure"
18280#include "confdefs.h"
18281
18282 #include <time.h>
18283
18284int main() {
18285
18286 int tz;
18287 tz = _timezone;
18288
18289; return 0; }
18290EOF
18291if { (eval echo configure:18292: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18292 rm -rf conftest*
18293
18294 wx_cv_var_timezone=_timezone
18295
18296else
18297 echo "configure: failed program was:" >&5
18298 cat conftest.$ac_ext >&5
18299 rm -rf conftest*
18300
18301 cat > conftest.$ac_ext <<EOF
18302#line 18303 "configure"
18303#include "confdefs.h"
18304
18305 #include <time.h>
18306
18307int main() {
18308
18309 int tz;
18310 tz = __timezone;
18311
18312; return 0; }
18313EOF
18314if { (eval echo configure:18315: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18315 rm -rf conftest*
18316
18317 wx_cv_var_timezone=__timezone
18318
18319else
18320 echo "configure: failed program was:" >&5
18321 cat conftest.$ac_ext >&5
18322 rm -rf conftest*
18323
18324 if test "$USE_DOS" = 0 ; then
18325 { echo "configure: error: no timezone variable" 1>&2; exit 1; }
18326 fi
18327
18328
18329fi
18330rm -f conftest*
18331
18332
18333fi
18334rm -f conftest*
18335
18336
18337fi
18338rm -f conftest*
18339
18340
18341fi
18342
18343echo "$ac_t""$wx_cv_var_timezone" 1>&6
18344
18345 if test "x$wx_cv_var_timezone" != x ; then
18346 cat >> confdefs.h <<EOF
18347#define WX_TIMEZONE $wx_cv_var_timezone
18348EOF
18349
18350 fi
18351
18352 for ac_func in localtime
18353do
18354echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
18355echo "configure:18356: checking for $ac_func" >&5
18356if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
18357 echo $ac_n "(cached) $ac_c" 1>&6
18358else
18359 cat > conftest.$ac_ext <<EOF
18360#line 18361 "configure"
18361#include "confdefs.h"
18362/* System header to define __stub macros and hopefully few prototypes,
18363 which can conflict with char $ac_func(); below. */
18364#include <assert.h>
18365/* Override any gcc2 internal prototype to avoid an error. */
18366/* We use char because int might match the return type of a gcc2
18367 builtin and then its argument prototype would still apply. */
18368char $ac_func();
18369
18370int main() {
18371
18372/* The GNU C library defines this for functions which it implements
18373 to always fail with ENOSYS. Some functions are actually named
18374 something starting with __ and the normal name is an alias. */
18375#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
18376choke me
18377#else
18378$ac_func();
18379#endif
18380
18381; return 0; }
18382EOF
18383if { (eval echo configure:18384: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
18384 rm -rf conftest*
18385 eval "ac_cv_func_$ac_func=yes"
18386else
18387 echo "configure: failed program was:" >&5
18388 cat conftest.$ac_ext >&5
18389 rm -rf conftest*
18390 eval "ac_cv_func_$ac_func=no"
18391fi
18392rm -f conftest*
18393fi
18394
18395if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
18396 echo "$ac_t""yes" 1>&6
18397 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
18398 cat >> confdefs.h <<EOF
18399#define $ac_tr_func 1
18400EOF
18401
18402else
18403 echo "$ac_t""no" 1>&6
18404fi
18405done
18406
18407
18408 if test "$ac_cv_func_localtime" = "yes"; then
18409 echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6
18410echo "configure:18411: checking for tm_gmtoff in struct tm" >&5
18411if eval "test \"`echo '$''{'wx_cv_struct_tm_has_gmtoff'+set}'`\" = set"; then
18412 echo $ac_n "(cached) $ac_c" 1>&6
18413else
18414
18415 cat > conftest.$ac_ext <<EOF
18416#line 18417 "configure"
18417#include "confdefs.h"
18418
18419 #include <time.h>
18420
18421int main() {
18422
18423 struct tm tm;
18424 tm.tm_gmtoff++;
18425
18426; return 0; }
18427EOF
18428if { (eval echo configure:18429: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18429 rm -rf conftest*
18430
18431 wx_cv_struct_tm_has_gmtoff=yes
18432
18433else
18434 echo "configure: failed program was:" >&5
18435 cat conftest.$ac_ext >&5
18436 rm -rf conftest*
18437 wx_cv_struct_tm_has_gmtoff=no
18438
18439fi
18440rm -f conftest*
18441
18442fi
18443
18444echo "$ac_t""$wx_cv_struct_tm_has_gmtoff" 1>&6
18445 fi
18446
18447 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
18448 cat >> confdefs.h <<\EOF
18449#define WX_GMTOFF_IN_TM 1
18450EOF
18451
18452 fi
18453
18454 for ac_func in gettimeofday ftime
18455do
18456echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
18457echo "configure:18458: checking for $ac_func" >&5
18458if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
18459 echo $ac_n "(cached) $ac_c" 1>&6
18460else
18461 cat > conftest.$ac_ext <<EOF
18462#line 18463 "configure"
18463#include "confdefs.h"
18464/* System header to define __stub macros and hopefully few prototypes,
18465 which can conflict with char $ac_func(); below. */
18466#include <assert.h>
18467/* Override any gcc2 internal prototype to avoid an error. */
18468/* We use char because int might match the return type of a gcc2
18469 builtin and then its argument prototype would still apply. */
18470char $ac_func();
18471
18472int main() {
18473
18474/* The GNU C library defines this for functions which it implements
18475 to always fail with ENOSYS. Some functions are actually named
18476 something starting with __ and the normal name is an alias. */
18477#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
18478choke me
18479#else
18480$ac_func();
18481#endif
18482
18483; return 0; }
18484EOF
18485if { (eval echo configure:18486: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
18486 rm -rf conftest*
18487 eval "ac_cv_func_$ac_func=yes"
18488else
18489 echo "configure: failed program was:" >&5
18490 cat conftest.$ac_ext >&5
18491 rm -rf conftest*
18492 eval "ac_cv_func_$ac_func=no"
18493fi
18494rm -f conftest*
18495fi
18496
18497if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
18498 echo "$ac_t""yes" 1>&6
18499 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
18500 cat >> confdefs.h <<EOF
18501#define $ac_tr_func 1
18502EOF
18503 break
18504else
18505 echo "$ac_t""no" 1>&6
18506fi
18507done
18508
18509
18510 if test "$ac_cv_func_gettimeofday" = "yes"; then
18511 echo $ac_n "checking whether gettimeofday takes two arguments""... $ac_c" 1>&6
18512echo "configure:18513: checking whether gettimeofday takes two arguments" >&5
18513if eval "test \"`echo '$''{'wx_cv_func_gettimeofday_has_2_args'+set}'`\" = set"; then
18514 echo $ac_n "(cached) $ac_c" 1>&6
18515else
18516
18517
18518 ac_ext=C
18519# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
18520ac_cpp='$CXXCPP $CPPFLAGS'
18521ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
18522ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
18523cross_compiling=$ac_cv_prog_cxx_cross
18524
18525
18526 cat > conftest.$ac_ext <<EOF
18527#line 18528 "configure"
18528#include "confdefs.h"
18529
18530 #include <sys/time.h>
18531 #include <unistd.h>
18532
18533int main() {
18534
18535 struct timeval tv;
18536 gettimeofday(&tv, NULL);
18537
18538; return 0; }
18539EOF
18540if { (eval echo configure:18541: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18541 rm -rf conftest*
18542 wx_cv_func_gettimeofday_has_2_args=yes
18543else
18544 echo "configure: failed program was:" >&5
18545 cat conftest.$ac_ext >&5
18546 rm -rf conftest*
18547 cat > conftest.$ac_ext <<EOF
18548#line 18549 "configure"
18549#include "confdefs.h"
18550
18551 #include <sys/time.h>
18552 #include <unistd.h>
18553
18554int main() {
18555
18556 struct timeval tv;
18557 gettimeofday(&tv);
18558
18559; return 0; }
18560EOF
18561if { (eval echo configure:18562: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18562 rm -rf conftest*
18563 wx_cv_func_gettimeofday_has_2_args=no
18564else
18565 echo "configure: failed program was:" >&5
18566 cat conftest.$ac_ext >&5
18567 rm -rf conftest*
18568
18569 echo "configure: warning: failed to determine number of gettimeofday() arguments" 1>&2
18570 wx_cv_func_gettimeofday_has_2_args=unknown
18571
18572
18573fi
18574rm -f conftest*
18575
18576fi
18577rm -f conftest*
18578 ac_ext=c
18579# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
18580ac_cpp='$CPP $CPPFLAGS'
18581ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
18582ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
18583cross_compiling=$ac_cv_prog_cc_cross
18584
18585
18586fi
18587
18588echo "$ac_t""$wx_cv_func_gettimeofday_has_2_args" 1>&6
18589
18590 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
18591 cat >> confdefs.h <<\EOF
18592#define WX_GETTIMEOFDAY_NO_TZ 1
18593EOF
18594
18595 fi
18596 fi
18597
18598 cat >> confdefs.h <<\EOF
18599#define wxUSE_TIMEDATE 1
18600EOF
18601
18602 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
18603fi
18604
18605
18606if test "$wxUSE_SOCKETS" = "yes"; then
18607 if test "$TOOLKIT" = "X11"; then
18608 echo "configure: warning: wxSocket not yet supported under X11... disabled" 1>&2
18609 wxUSE_SOCKETS="no"
18610 fi
18611fi
18612
18613if test "$wxUSE_SOCKETS" = "yes"; then
18614 if test "$TOOLKIT" != "MSW"; then
18615 echo $ac_n "checking for socket""... $ac_c" 1>&6
18616echo "configure:18617: checking for socket" >&5
18617if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
18618 echo $ac_n "(cached) $ac_c" 1>&6
18619else
18620 cat > conftest.$ac_ext <<EOF
18621#line 18622 "configure"
18622#include "confdefs.h"
18623/* System header to define __stub macros and hopefully few prototypes,
18624 which can conflict with char socket(); below. */
18625#include <assert.h>
18626/* Override any gcc2 internal prototype to avoid an error. */
18627/* We use char because int might match the return type of a gcc2
18628 builtin and then its argument prototype would still apply. */
18629char socket();
18630
18631int main() {
18632
18633/* The GNU C library defines this for functions which it implements
18634 to always fail with ENOSYS. Some functions are actually named
18635 something starting with __ and the normal name is an alias. */
18636#if defined (__stub_socket) || defined (__stub___socket)
18637choke me
18638#else
18639socket();
18640#endif
18641
18642; return 0; }
18643EOF
18644if { (eval echo configure:18645: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
18645 rm -rf conftest*
18646 eval "ac_cv_func_socket=yes"
18647else
18648 echo "configure: failed program was:" >&5
18649 cat conftest.$ac_ext >&5
18650 rm -rf conftest*
18651 eval "ac_cv_func_socket=no"
18652fi
18653rm -f conftest*
18654fi
18655
18656if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then
18657 echo "$ac_t""yes" 1>&6
18658 :
18659else
18660 echo "$ac_t""no" 1>&6
18661echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
18662echo "configure:18663: checking for socket in -lsocket" >&5
18663ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
18664if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
18665 echo $ac_n "(cached) $ac_c" 1>&6
18666else
18667 ac_save_LIBS="$LIBS"
18668LIBS="-lsocket $LIBS"
18669cat > conftest.$ac_ext <<EOF
18670#line 18671 "configure"
18671#include "confdefs.h"
18672/* Override any gcc2 internal prototype to avoid an error. */
18673/* We use char because int might match the return type of a gcc2
18674 builtin and then its argument prototype would still apply. */
18675char socket();
18676
18677int main() {
18678socket()
18679; return 0; }
18680EOF
18681if { (eval echo configure:18682: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
18682 rm -rf conftest*
18683 eval "ac_cv_lib_$ac_lib_var=yes"
18684else
18685 echo "configure: failed program was:" >&5
18686 cat conftest.$ac_ext >&5
18687 rm -rf conftest*
18688 eval "ac_cv_lib_$ac_lib_var=no"
18689fi
18690rm -f conftest*
18691LIBS="$ac_save_LIBS"
18692
18693fi
18694if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
18695 echo "$ac_t""yes" 1>&6
18696 if test "$INET_LINK" != " -lsocket"; then
18697 INET_LINK="$INET_LINK -lsocket"
18698 fi
18699else
18700 echo "$ac_t""no" 1>&6
18701
18702 echo "configure: warning: socket library not found - sockets will be disabled" 1>&2
18703 wxUSE_SOCKETS=no
18704
18705
18706fi
18707
18708
18709fi
18710
18711 fi
18712fi
18713
18714if test "$wxUSE_SOCKETS" = "yes" ; then
18715 if test "$TOOLKIT" != "MSW"; then
18716 echo $ac_n "checking what is the type of the third argument of getsockname""... $ac_c" 1>&6
18717echo "configure:18718: checking what is the type of the third argument of getsockname" >&5
18718if eval "test \"`echo '$''{'wx_cv_type_getsockname3'+set}'`\" = set"; then
18719 echo $ac_n "(cached) $ac_c" 1>&6
18720else
18721
18722
18723 ac_ext=C
18724# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
18725ac_cpp='$CXXCPP $CPPFLAGS'
18726ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
18727ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
18728cross_compiling=$ac_cv_prog_cxx_cross
18729
18730
18731 cat > conftest.$ac_ext <<EOF
18732#line 18733 "configure"
18733#include "confdefs.h"
18734
18735 #include <sys/types.h>
18736 #include <sys/socket.h>
18737
18738int main() {
18739
18740 socklen_t len;
18741 getsockname(0, 0, &len);
18742
18743; return 0; }
18744EOF
18745if { (eval echo configure:18746: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18746 rm -rf conftest*
18747 wx_cv_type_getsockname3=socklen_t
18748else
18749 echo "configure: failed program was:" >&5
18750 cat conftest.$ac_ext >&5
18751 rm -rf conftest*
18752 cat > conftest.$ac_ext <<EOF
18753#line 18754 "configure"
18754#include "confdefs.h"
18755
18756 #include <sys/types.h>
18757 #include <sys/socket.h>
18758
18759int main() {
18760
18761 size_t len;
18762 getsockname(0, 0, &len);
18763
18764; return 0; }
18765EOF
18766if { (eval echo configure:18767: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18767 rm -rf conftest*
18768 wx_cv_type_getsockname3=size_t
18769else
18770 echo "configure: failed program was:" >&5
18771 cat conftest.$ac_ext >&5
18772 rm -rf conftest*
18773 cat > conftest.$ac_ext <<EOF
18774#line 18775 "configure"
18775#include "confdefs.h"
18776
18777 #include <sys/types.h>
18778 #include <sys/socket.h>
18779
18780int main() {
18781
18782 int len;
18783 getsockname(0, 0, &len);
18784
18785; return 0; }
18786EOF
18787if { (eval echo configure:18788: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18788 rm -rf conftest*
18789 wx_cv_type_getsockname3=int
18790else
18791 echo "configure: failed program was:" >&5
18792 cat conftest.$ac_ext >&5
18793 rm -rf conftest*
18794 wx_cv_type_getsockname3=unknown
18795
18796fi
18797rm -f conftest*
18798
18799fi
18800rm -f conftest*
18801
18802fi
18803rm -f conftest*
18804
18805 ac_ext=c
18806# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
18807ac_cpp='$CPP $CPPFLAGS'
18808ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
18809ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
18810cross_compiling=$ac_cv_prog_cc_cross
18811
18812
18813fi
18814
18815echo "$ac_t""$wx_cv_type_getsockname3" 1>&6
18816
18817 if test "$wx_cv_type_getsockname3" = "unknown"; then
18818 wxUSE_SOCKETS=no
18819 echo "configure: warning: Couldn't find socklen_t synonym for this system" 1>&2
18820 else
18821 cat >> confdefs.h <<EOF
18822#define SOCKLEN_T $wx_cv_type_getsockname3
18823EOF
18824
18825 fi
18826 fi
18827fi
18828
18829if test "$wxUSE_SOCKETS" = "yes" ; then
18830 cat >> confdefs.h <<\EOF
18831#define wxUSE_SOCKETS 1
18832EOF
18833
18834 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
18835fi
18836
18837
18838if test "$wxUSE_GUI" = "yes"; then
18839
18840 if test "$TOOLKIT" = "MAC"; then
18841 echo "configure: warning: Joystick not yet supported under Mac OS X... disabled" 1>&2
18842 wxUSE_JOYSTICK=no
18843 fi
18844 if test "$TOOLKIT" = "MOTIF"; then
18845 echo "configure: warning: Joystick not yet supported under Motif... disabled" 1>&2
18846 wxUSE_JOYSTICK=no
18847 fi
18848 if test "$TOOLKIT" = "X11"; then
18849 echo "configure: warning: Joystick not yet supported under X11... disabled" 1>&2
18850 wxUSE_JOYSTICK=no
18851 fi
18852
18853 if test "$TOOLKIT" != "MSW"; then
18854 if test "$wxUSE_JOYSTICK" = "yes"; then
18855 for ac_hdr in linux/joystick.h
18856do
18857ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
18858echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
18859echo "configure:18860: checking for $ac_hdr" >&5
18860if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
18861 echo $ac_n "(cached) $ac_c" 1>&6
18862else
18863 cat > conftest.$ac_ext <<EOF
18864#line 18865 "configure"
18865#include "confdefs.h"
18866#include <$ac_hdr>
18867EOF
18868ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
18869{ (eval echo configure:18870: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
18870ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
18871if test -z "$ac_err"; then
18872 rm -rf conftest*
18873 eval "ac_cv_header_$ac_safe=yes"
18874else
18875 echo "$ac_err" >&5
18876 echo "configure: failed program was:" >&5
18877 cat conftest.$ac_ext >&5
18878 rm -rf conftest*
18879 eval "ac_cv_header_$ac_safe=no"
18880fi
18881rm -f conftest*
18882fi
18883if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
18884 echo "$ac_t""yes" 1>&6
18885 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
18886 cat >> confdefs.h <<EOF
18887#define $ac_tr_hdr 1
18888EOF
18889
18890else
18891 echo "$ac_t""no" 1>&6
18892fi
18893done
18894
18895 if test "$ac_cv_header_linux_joystick_h" != "yes"; then
18896 wxUSE_JOYSTICK=no
18897 echo "configure: warning: Joystick not supported by this system... disabled" 1>&2
18898 fi
18899 fi
18900 fi
18901
18902 if test "$wxUSE_JOYSTICK" = "yes"; then
18903 cat >> confdefs.h <<\EOF
18904#define wxUSE_JOYSTICK 1
18905EOF
18906
18907 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
18908 fi
18909fi
18910
18911
18912if test "$TOOLKIT" != "MSW"; then
18913
18914 HAVE_DL_FUNCS=0
18915 HAVE_SHL_FUNCS=0
18916 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
18917 if test "$USE_DARWIN" = 1; then
18918 HAVE_DL_FUNCS=1
18919 else
18920 for ac_func in dlopen
18921do
18922echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
18923echo "configure:18924: checking for $ac_func" >&5
18924if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
18925 echo $ac_n "(cached) $ac_c" 1>&6
18926else
18927 cat > conftest.$ac_ext <<EOF
18928#line 18929 "configure"
18929#include "confdefs.h"
18930/* System header to define __stub macros and hopefully few prototypes,
18931 which can conflict with char $ac_func(); below. */
18932#include <assert.h>
18933/* Override any gcc2 internal prototype to avoid an error. */
18934/* We use char because int might match the return type of a gcc2
18935 builtin and then its argument prototype would still apply. */
18936char $ac_func();
18937
18938int main() {
18939
18940/* The GNU C library defines this for functions which it implements
18941 to always fail with ENOSYS. Some functions are actually named
18942 something starting with __ and the normal name is an alias. */
18943#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
18944choke me
18945#else
18946$ac_func();
18947#endif
18948
18949; return 0; }
18950EOF
18951if { (eval echo configure:18952: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
18952 rm -rf conftest*
18953 eval "ac_cv_func_$ac_func=yes"
18954else
18955 echo "configure: failed program was:" >&5
18956 cat conftest.$ac_ext >&5
18957 rm -rf conftest*
18958 eval "ac_cv_func_$ac_func=no"
18959fi
18960rm -f conftest*
18961fi
18962
18963if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
18964 echo "$ac_t""yes" 1>&6
18965 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
18966 cat >> confdefs.h <<EOF
18967#define $ac_tr_func 1
18968EOF
18969
18970 cat >> confdefs.h <<\EOF
18971#define HAVE_DLOPEN 1
18972EOF
18973
18974 HAVE_DL_FUNCS=1
18975
18976else
18977 echo "$ac_t""no" 1>&6
18978echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
18979echo "configure:18980: checking for dlopen in -ldl" >&5
18980ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
18981if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
18982 echo $ac_n "(cached) $ac_c" 1>&6
18983else
18984 ac_save_LIBS="$LIBS"
18985LIBS="-ldl $LIBS"
18986cat > conftest.$ac_ext <<EOF
18987#line 18988 "configure"
18988#include "confdefs.h"
18989/* Override any gcc2 internal prototype to avoid an error. */
18990/* We use char because int might match the return type of a gcc2
18991 builtin and then its argument prototype would still apply. */
18992char dlopen();
18993
18994int main() {
18995dlopen()
18996; return 0; }
18997EOF
18998if { (eval echo configure:18999: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
18999 rm -rf conftest*
19000 eval "ac_cv_lib_$ac_lib_var=yes"
19001else
19002 echo "configure: failed program was:" >&5
19003 cat conftest.$ac_ext >&5
19004 rm -rf conftest*
19005 eval "ac_cv_lib_$ac_lib_var=no"
19006fi
19007rm -f conftest*
19008LIBS="$ac_save_LIBS"
19009
19010fi
19011if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
19012 echo "$ac_t""yes" 1>&6
19013
19014 cat >> confdefs.h <<\EOF
19015#define HAVE_DLOPEN 1
19016EOF
19017
19018 HAVE_DL_FUNCS=1
19019 DL_LINK=" -ldl$DL_LINK"
19020
19021else
19022 echo "$ac_t""no" 1>&6
19023
19024 for ac_func in shl_load
19025do
19026echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
19027echo "configure:19028: checking for $ac_func" >&5
19028if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
19029 echo $ac_n "(cached) $ac_c" 1>&6
19030else
19031 cat > conftest.$ac_ext <<EOF
19032#line 19033 "configure"
19033#include "confdefs.h"
19034/* System header to define __stub macros and hopefully few prototypes,
19035 which can conflict with char $ac_func(); below. */
19036#include <assert.h>
19037/* Override any gcc2 internal prototype to avoid an error. */
19038/* We use char because int might match the return type of a gcc2
19039 builtin and then its argument prototype would still apply. */
19040char $ac_func();
19041
19042int main() {
19043
19044/* The GNU C library defines this for functions which it implements
19045 to always fail with ENOSYS. Some functions are actually named
19046 something starting with __ and the normal name is an alias. */
19047#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
19048choke me
19049#else
19050$ac_func();
19051#endif
19052
19053; return 0; }
19054EOF
19055if { (eval echo configure:19056: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
19056 rm -rf conftest*
19057 eval "ac_cv_func_$ac_func=yes"
19058else
19059 echo "configure: failed program was:" >&5
19060 cat conftest.$ac_ext >&5
19061 rm -rf conftest*
19062 eval "ac_cv_func_$ac_func=no"
19063fi
19064rm -f conftest*
19065fi
19066
19067if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
19068 echo "$ac_t""yes" 1>&6
19069 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
19070 cat >> confdefs.h <<EOF
19071#define $ac_tr_func 1
19072EOF
19073
19074 cat >> confdefs.h <<\EOF
19075#define HAVE_SHL_LOAD 1
19076EOF
19077
19078 HAVE_SHL_FUNCS=1
19079
19080else
19081 echo "$ac_t""no" 1>&6
19082echo $ac_n "checking for dld in -lshl_load""... $ac_c" 1>&6
19083echo "configure:19084: checking for dld in -lshl_load" >&5
19084ac_lib_var=`echo shl_load'_'dld | sed 'y%./+-%__p_%'`
19085if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
19086 echo $ac_n "(cached) $ac_c" 1>&6
19087else
19088 ac_save_LIBS="$LIBS"
19089LIBS="-lshl_load $LIBS"
19090cat > conftest.$ac_ext <<EOF
19091#line 19092 "configure"
19092#include "confdefs.h"
19093/* Override any gcc2 internal prototype to avoid an error. */
19094/* We use char because int might match the return type of a gcc2
19095 builtin and then its argument prototype would still apply. */
19096char dld();
19097
19098int main() {
19099dld()
19100; return 0; }
19101EOF
19102if { (eval echo configure:19103: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
19103 rm -rf conftest*
19104 eval "ac_cv_lib_$ac_lib_var=yes"
19105else
19106 echo "configure: failed program was:" >&5
19107 cat conftest.$ac_ext >&5
19108 rm -rf conftest*
19109 eval "ac_cv_lib_$ac_lib_var=no"
19110fi
19111rm -f conftest*
19112LIBS="$ac_save_LIBS"
19113
19114fi
19115if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
19116 echo "$ac_t""yes" 1>&6
19117
19118 HAVE_SHL_FUNCS=1
19119 DL_LINK=" -ldld$DL_LINK"
19120
19121else
19122 echo "$ac_t""no" 1>&6
19123fi
19124
19125
19126fi
19127done
19128
19129
19130fi
19131
19132
19133fi
19134done
19135
19136
19137 if test "$HAVE_DL_FUNCS" = 1; then
19138 for ac_func in dlerror
19139do
19140echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
19141echo "configure:19142: checking for $ac_func" >&5
19142if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
19143 echo $ac_n "(cached) $ac_c" 1>&6
19144else
19145 cat > conftest.$ac_ext <<EOF
19146#line 19147 "configure"
19147#include "confdefs.h"
19148/* System header to define __stub macros and hopefully few prototypes,
19149 which can conflict with char $ac_func(); below. */
19150#include <assert.h>
19151/* Override any gcc2 internal prototype to avoid an error. */
19152/* We use char because int might match the return type of a gcc2
19153 builtin and then its argument prototype would still apply. */
19154char $ac_func();
19155
19156int main() {
19157
19158/* The GNU C library defines this for functions which it implements
19159 to always fail with ENOSYS. Some functions are actually named
19160 something starting with __ and the normal name is an alias. */
19161#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
19162choke me
19163#else
19164$ac_func();
19165#endif
19166
19167; return 0; }
19168EOF
19169if { (eval echo configure:19170: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
19170 rm -rf conftest*
19171 eval "ac_cv_func_$ac_func=yes"
19172else
19173 echo "configure: failed program was:" >&5
19174 cat conftest.$ac_ext >&5
19175 rm -rf conftest*
19176 eval "ac_cv_func_$ac_func=no"
19177fi
19178rm -f conftest*
19179fi
19180
19181if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
19182 echo "$ac_t""yes" 1>&6
19183 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
19184 cat >> confdefs.h <<EOF
19185#define $ac_tr_func 1
19186EOF
19187 cat >> confdefs.h <<\EOF
19188#define HAVE_DLERROR 1
19189EOF
19190
19191else
19192 echo "$ac_t""no" 1>&6
19193echo $ac_n "checking for dlerror in -ldl""... $ac_c" 1>&6
19194echo "configure:19195: checking for dlerror in -ldl" >&5
19195ac_lib_var=`echo dl'_'dlerror | sed 'y%./+-%__p_%'`
19196if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
19197 echo $ac_n "(cached) $ac_c" 1>&6
19198else
19199 ac_save_LIBS="$LIBS"
19200LIBS="-ldl $LIBS"
19201cat > conftest.$ac_ext <<EOF
19202#line 19203 "configure"
19203#include "confdefs.h"
19204/* Override any gcc2 internal prototype to avoid an error. */
19205/* We use char because int might match the return type of a gcc2
19206 builtin and then its argument prototype would still apply. */
19207char dlerror();
19208
19209int main() {
19210dlerror()
19211; return 0; }
19212EOF
19213if { (eval echo configure:19214: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
19214 rm -rf conftest*
19215 eval "ac_cv_lib_$ac_lib_var=yes"
19216else
19217 echo "configure: failed program was:" >&5
19218 cat conftest.$ac_ext >&5
19219 rm -rf conftest*
19220 eval "ac_cv_lib_$ac_lib_var=no"
19221fi
19222rm -f conftest*
19223LIBS="$ac_save_LIBS"
19224
19225fi
19226if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
19227 echo "$ac_t""yes" 1>&6
19228 cat >> confdefs.h <<\EOF
19229#define HAVE_DLERROR 1
19230EOF
19231
19232else
19233 echo "$ac_t""no" 1>&6
19234fi
19235
19236fi
19237done
19238
19239 fi
19240 fi
19241
19242 if test "$HAVE_DL_FUNCS" = 0; then
19243 if test "$HAVE_SHL_FUNCS" = 0; then
19244 if test "$USE_UNIX" = 1; then
19245 echo "configure: warning: Missing dynamic loading support, several features will be disabled" 1>&2
19246 wxUSE_DYNAMIC_LOADER=no
19247 wxUSE_DYNLIB_CLASS=no
19248 else
19249 echo "configure: warning: Assuming wxLibrary class works on this platform" 1>&2
19250 fi
19251 fi
19252 fi
19253 fi
19254fi
19255
19256if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
19257 cat >> confdefs.h <<\EOF
19258#define wxUSE_DYNAMIC_LOADER 1
19259EOF
19260
19261elif test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
19262 cat >> confdefs.h <<\EOF
19263#define wxUSE_DYNLIB_CLASS 1
19264EOF
19265
19266fi
19267
19268
19269if test "$wxUSE_FONTMAP" = "yes" ; then
19270 cat >> confdefs.h <<\EOF
19271#define wxUSE_FONTMAP 1
19272EOF
19273
19274fi
19275
19276if test "$wxUSE_UNICODE" = "yes" ; then
19277 cat >> confdefs.h <<\EOF
19278#define wxUSE_UNICODE 1
19279EOF
19280
19281
19282 if test "$wxUSE_MSW" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
19283 echo $ac_n "checking for main in -lunicows""... $ac_c" 1>&6
19284echo "configure:19285: checking for main in -lunicows" >&5
19285ac_lib_var=`echo unicows'_'main | sed 'y%./+-%__p_%'`
19286if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
19287 echo $ac_n "(cached) $ac_c" 1>&6
19288else
19289 ac_save_LIBS="$LIBS"
19290LIBS="-lunicows $LIBS"
19291cat > conftest.$ac_ext <<EOF
19292#line 19293 "configure"
19293#include "confdefs.h"
19294
19295int main() {
19296main()
19297; return 0; }
19298EOF
19299if { (eval echo configure:19300: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
19300 rm -rf conftest*
19301 eval "ac_cv_lib_$ac_lib_var=yes"
19302else
19303 echo "configure: failed program was:" >&5
19304 cat conftest.$ac_ext >&5
19305 rm -rf conftest*
19306 eval "ac_cv_lib_$ac_lib_var=no"
19307fi
19308rm -f conftest*
19309LIBS="$ac_save_LIBS"
19310
19311fi
19312if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
19313 echo "$ac_t""yes" 1>&6
19314
19315 cat >> confdefs.h <<\EOF
19316#define wxUSE_UNICODE_MSLU 1
19317EOF
19318
19319
19320else
19321 echo "$ac_t""no" 1>&6
19322
19323 echo "configure: warning: Compiler doesn't support MSLU (libunicows.a), disabled.
19324 Applications will only run on Windows NT/2000/XP!" 1>&2
19325 wxUSE_UNICODE_MSLU=no
19326
19327fi
19328
19329 fi
19330fi
19331
19332if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
19333 cat >> confdefs.h <<\EOF
19334#define wxUSE_EXPERIMENTAL_PRINTF 1
19335EOF
19336
19337fi
19338
19339
19340
19341IODBC_C_SRC=""
19342if test "$wxUSE_ODBC" = "yes" ; then
19343 cat >> confdefs.h <<\EOF
19344#define wxUSE_ODBC 1
19345EOF
19346
19347 WXODBCFLAG="-D_IODBC_"
19348 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db"
19349fi
19350
19351
19352if test "$wxUSE_POSTSCRIPT" = "yes" ; then
19353 cat >> confdefs.h <<\EOF
19354#define wxUSE_POSTSCRIPT 1
19355EOF
19356
19357fi
19358
19359cat >> confdefs.h <<\EOF
19360#define wxUSE_AFM_FOR_POSTSCRIPT 1
19361EOF
19362
19363
19364cat >> confdefs.h <<\EOF
19365#define wxUSE_NORMALIZED_PS_FONTS 1
19366EOF
19367
19368
19369
19370if test "$wxUSE_CONSTRAINTS" = "yes"; then
19371 cat >> confdefs.h <<\EOF
19372#define wxUSE_CONSTRAINTS 1
19373EOF
19374
19375 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
19376fi
19377
19378if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
19379 if test "$wxUSE_UNIVERSAL" = "yes"; then
19380 echo "configure: warning: MDI not yet supported for wxUniversal... disabled" 1>&2
19381 wxUSE_MDI_ARCHITECTURE=no
19382 fi
19383
19384 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
19385 cat >> confdefs.h <<\EOF
19386#define wxUSE_MDI_ARCHITECTURE 1
19387EOF
19388
19389 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
19390 fi
19391fi
19392
19393if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
19394 cat >> confdefs.h <<\EOF
19395#define wxUSE_DOC_VIEW_ARCHITECTURE 1
19396EOF
19397
19398 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
19399 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
19400 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi"
19401 fi
19402fi
19403
19404if test "$wxUSE_HELP" = "yes"; then
19405 cat >> confdefs.h <<\EOF
19406#define wxUSE_HELP 1
19407EOF
19408
19409 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
19410
19411 if test "$wxUSE_MSW" = 1; then
19412 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
19413 ac_safe=`echo "htmlhelp.h" | sed 'y%./+-%__p_%'`
19414echo $ac_n "checking for htmlhelp.h""... $ac_c" 1>&6
19415echo "configure:19416: checking for htmlhelp.h" >&5
19416if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
19417 echo $ac_n "(cached) $ac_c" 1>&6
19418else
19419 cat > conftest.$ac_ext <<EOF
19420#line 19421 "configure"
19421#include "confdefs.h"
19422#include <htmlhelp.h>
19423EOF
19424ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
19425{ (eval echo configure:19426: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
19426ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
19427if test -z "$ac_err"; then
19428 rm -rf conftest*
19429 eval "ac_cv_header_$ac_safe=yes"
19430else
19431 echo "$ac_err" >&5
19432 echo "configure: failed program was:" >&5
19433 cat conftest.$ac_ext >&5
19434 rm -rf conftest*
19435 eval "ac_cv_header_$ac_safe=no"
19436fi
19437rm -f conftest*
19438fi
19439if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
19440 echo "$ac_t""yes" 1>&6
19441
19442 cat >> confdefs.h <<\EOF
19443#define wxUSE_MS_HTML_HELP 1
19444EOF
19445
19446
19447else
19448 echo "$ac_t""no" 1>&6
19449
19450 echo "configure: warning: MS HTML Help cannot be used without htmlhelp.h... disabled" 1>&2
19451 wxUSE_MS_HTML_HELP=no
19452
19453fi
19454
19455 fi
19456 fi
19457
19458 if test "$wxUSE_WXHTML_HELP" = "yes"; then
19459 if test "$wxUSE_HTML" = "yes"; then
19460 cat >> confdefs.h <<\EOF
19461#define wxUSE_WXHTML_HELP 1
19462EOF
19463
19464 else
19465 echo "configure: warning: Cannot use wxHTML-based help without wxHTML so it won't be compiled" 1>&2
19466 wxUSE_WXHTML_HELP=no
19467 fi
19468 fi
19469fi
19470
19471if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
19472 if test "$wxUSE_CONSTRAINTS" != "yes"; then
19473 echo "configure: warning: Printing support cannot be used without constraints so it won't be compiled without it" 1>&2
19474 else
19475 cat >> confdefs.h <<\EOF
19476#define wxUSE_PRINTING_ARCHITECTURE 1
19477EOF
19478
19479 fi
19480 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
19481fi
19482
19483if test "$wxUSE_PROLOGIO" = "yes" ; then
19484 cat >> confdefs.h <<\EOF
19485#define wxUSE_PROLOGIO 1
19486EOF
19487
19488fi
19489
19490if test "$wxUSE_RESOURCES" = "yes" ; then
19491 if test "$wxUSE_NANOX" = "yes"; then
19492 echo "configure: warning: Cannot use resource database functions in NanoX" 1>&2
19493 else
19494 cat >> confdefs.h <<\EOF
19495#define wxUSE_RESOURCES 1
19496EOF
19497
19498 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS resource"
19499 fi
19500fi
19501
19502if test "$wxUSE_X_RESOURCES" = "yes"; then
19503 cat >> confdefs.h <<\EOF
19504#define wxUSE_X_RESOURCES 1
19505EOF
19506
19507fi
19508
19509
19510if test "$wxUSE_MSW" = 1 -a \( "$wxUSE_DATAOBJ" = "yes" \
19511 -o "$wxUSE_CLIPBOARD" = "yes" \
19512 -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then
19513 for ac_hdr in ole2.h
19514do
19515ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
19516echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
19517echo "configure:19518: checking for $ac_hdr" >&5
19518if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
19519 echo $ac_n "(cached) $ac_c" 1>&6
19520else
19521 cat > conftest.$ac_ext <<EOF
19522#line 19523 "configure"
19523#include "confdefs.h"
19524#include <$ac_hdr>
19525EOF
19526ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
19527{ (eval echo configure:19528: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
19528ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
19529if test -z "$ac_err"; then
19530 rm -rf conftest*
19531 eval "ac_cv_header_$ac_safe=yes"
19532else
19533 echo "$ac_err" >&5
19534 echo "configure: failed program was:" >&5
19535 cat conftest.$ac_ext >&5
19536 rm -rf conftest*
19537 eval "ac_cv_header_$ac_safe=no"
19538fi
19539rm -f conftest*
19540fi
19541if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
19542 echo "$ac_t""yes" 1>&6
19543 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
19544 cat >> confdefs.h <<EOF
19545#define $ac_tr_hdr 1
19546EOF
19547
19548else
19549 echo "$ac_t""no" 1>&6
19550fi
19551done
19552
19553
19554 if test "$ac_cv_header_ole2_h" = "yes" ; then
19555 if test "$GCC" = yes ; then
19556 ALL_OBJECTS="$ALL_OBJECTS \$(OLEOBJS)"
19557 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
19558 LIBS=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
19559 cat >> confdefs.h <<\EOF
19560#define wxUSE_OLE 1
19561EOF
19562
19563
19564 fi
19565
19566 cat >> confdefs.h <<\EOF
19567#define wxUSE_DATAOBJ 1
19568EOF
19569
19570 else
19571 echo "configure: warning: Some features disabled because OLE headers not found" 1>&2
19572
19573 wxUSE_CLIPBOARD=no
19574 wxUSE_DRAG_AND_DROP=no
19575 wxUSE_DATAOBJ=no
19576 fi
19577
19578 if test "$wxUSE_METAFILE" = "yes"; then
19579 cat >> confdefs.h <<\EOF
19580#define wxUSE_METAFILE 1
19581EOF
19582
19583
19584 cat >> confdefs.h <<\EOF
19585#define wxUSE_ENH_METAFILE 1
19586EOF
19587
19588 fi
19589fi
19590
19591if test "$wxUSE_IPC" = "yes"; then
19592 if test "$wxUSE_SOCKETS" != "yes"; then
19593 echo "configure: warning: wxWindows IPC classes require sockets... disabled" 1>&2
19594 fi
19595
19596 cat >> confdefs.h <<\EOF
19597#define wxUSE_IPC 1
19598EOF
19599
19600fi
19601
19602if test "$wxUSE_CLIPBOARD" = "yes"; then
19603 if test "$wxUSE_X11" = 1; then
19604 echo "configure: warning: Clipboard not yet supported under X11... disabled" 1>&2
19605 wxUSE_CLIPBOARD=no
19606 fi
19607
19608 if test "$wxUSE_CLIPBOARD" = "yes"; then
19609 cat >> confdefs.h <<\EOF
19610#define wxUSE_CLIPBOARD 1
19611EOF
19612
19613
19614 cat >> confdefs.h <<\EOF
19615#define wxUSE_DATAOBJ 1
19616EOF
19617
19618 fi
19619fi
19620
19621if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
19622 if test "$wxUSE_GTK" = 1; then
19623 if test "$WXGTK12" != 1; then
19624 echo "configure: warning: Drag and drop is only supported under GTK+ 1.2... disabled" 1>&2
19625 wxUSE_DRAG_AND_DROP=no
19626 fi
19627 fi
19628
19629 if test "$wxUSE_MOTIF" = 1; then
19630 echo "configure: warning: Drag and drop not yet supported under Motif... disabled" 1>&2
19631 wxUSE_DRAG_AND_DROP=no
19632 fi
19633
19634 if test "$wxUSE_X11" = 1; then
19635 echo "configure: warning: Drag and drop not yet supported under X11... disabled" 1>&2
19636 wxUSE_DRAG_AND_DROP=no
19637 fi
19638
19639 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
19640 cat >> confdefs.h <<\EOF
19641#define wxUSE_DRAG_AND_DROP 1
19642EOF
19643
19644 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
19645 fi
19646
19647fi
19648
19649if test "$wxUSE_SPLINES" = "yes" ; then
19650 cat >> confdefs.h <<\EOF
19651#define wxUSE_SPLINES 1
19652EOF
19653
19654fi
19655
19656
19657USES_CONTROLS=0
19658if test "$wxUSE_CONTROLS" = "yes"; then
19659 USES_CONTROLS=1
19660fi
19661
19662if test "$wxUSE_ACCEL" = "yes"; then
19663 cat >> confdefs.h <<\EOF
19664#define wxUSE_ACCEL 1
19665EOF
19666
19667 USES_CONTROLS=1
19668fi
19669
19670if test "$wxUSE_BUTTON" = "yes"; then
19671 cat >> confdefs.h <<\EOF
19672#define wxUSE_BUTTON 1
19673EOF
19674
19675 USES_CONTROLS=1
19676fi
19677
19678if test "$wxUSE_BMPBUTTON" = "yes"; then
19679 cat >> confdefs.h <<\EOF
19680#define wxUSE_BMPBUTTON 1
19681EOF
19682
19683 USES_CONTROLS=1
19684fi
19685
19686if test "$wxUSE_CALCTRL" = "yes"; then
19687 cat >> confdefs.h <<\EOF
19688#define wxUSE_CALENDARCTRL 1
19689EOF
19690
19691 USES_CONTROLS=1
19692 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar"
19693fi
19694
19695if test "$wxUSE_CARET" = "yes"; then
19696 cat >> confdefs.h <<\EOF
19697#define wxUSE_CARET 1
19698EOF
19699
19700 USES_CONTROLS=1
19701 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
19702fi
19703
19704if test "$wxUSE_COMBOBOX" = "yes"; then
19705 cat >> confdefs.h <<\EOF
19706#define wxUSE_COMBOBOX 1
19707EOF
19708
19709 USES_CONTROLS=1
19710fi
19711
19712if test "$wxUSE_CHOICE" = "yes"; then
19713 cat >> confdefs.h <<\EOF
19714#define wxUSE_CHOICE 1
19715EOF
19716
19717 USES_CONTROLS=1
19718fi
19719
19720if test "$wxUSE_CHECKBOX" = "yes"; then
19721 cat >> confdefs.h <<\EOF
19722#define wxUSE_CHECKBOX 1
19723EOF
19724
19725 USES_CONTROLS=1
19726fi
19727
19728if test "$wxUSE_CHECKLST" = "yes"; then
19729 cat >> confdefs.h <<\EOF
19730#define wxUSE_CHECKLISTBOX 1
19731EOF
19732
19733 USES_CONTROLS=1
19734 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst"
19735fi
19736
19737if test "$wxUSE_GAUGE" = "yes"; then
19738 cat >> confdefs.h <<\EOF
19739#define wxUSE_GAUGE 1
19740EOF
19741
19742 USES_CONTROLS=1
19743fi
19744
19745if test "$wxUSE_NEW_GRID" = "yes"; then
19746 wxUSE_GRID="yes"
19747 cat >> confdefs.h <<\EOF
19748#define wxUSE_NEW_GRID 1
19749EOF
19750
19751 USES_CONTROLS=1
19752 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS newgrid"
19753fi
19754
19755if test "$wxUSE_GRID" = "yes"; then
19756 cat >> confdefs.h <<\EOF
19757#define wxUSE_GRID 1
19758EOF
19759
19760 USES_CONTROLS=1
19761 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
19762fi
19763
19764if test "$wxUSE_IMAGLIST" = "yes"; then
19765 cat >> confdefs.h <<\EOF
19766#define wxUSE_IMAGLIST 1
19767EOF
19768
19769fi
19770
19771if test "$wxUSE_LISTBOX" = "yes"; then
19772 cat >> confdefs.h <<\EOF
19773#define wxUSE_LISTBOX 1
19774EOF
19775
19776 USES_CONTROLS=1
19777fi
19778
19779if test "$wxUSE_LISTCTRL" = "yes"; then
19780 if test "$wxUSE_IMAGLIST" = "yes"; then
19781 cat >> confdefs.h <<\EOF
19782#define wxUSE_LISTCTRL 1
19783EOF
19784
19785 USES_CONTROLS=1
19786 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
19787 else
19788 echo "configure: warning: wxListCtrl requires wxImageList and won't be compiled without it" 1>&2
19789 fi
19790fi
19791
19792if test "$wxUSE_NOTEBOOK" = "yes"; then
19793 cat >> confdefs.h <<\EOF
19794#define wxUSE_NOTEBOOK 1
19795EOF
19796
19797 USES_CONTROLS=1
19798 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
19799fi
19800
19801if test "$wxUSE_PROPSHEET" = "yes"; then
19802 cat >> confdefs.h <<\EOF
19803#define wxUSE_PROPSHEET 1
19804EOF
19805
19806 USES_CONTROLS=1
19807 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS proplist"
19808fi
19809
19810if test "$wxUSE_RADIOBOX" = "yes"; then
19811 cat >> confdefs.h <<\EOF
19812#define wxUSE_RADIOBOX 1
19813EOF
19814
19815 USES_CONTROLS=1
19816fi
19817
19818if test "$wxUSE_RADIOBTN" = "yes"; then
19819 cat >> confdefs.h <<\EOF
19820#define wxUSE_RADIOBTN 1
19821EOF
19822
19823 USES_CONTROLS=1
19824fi
19825
19826if test "$wxUSE_SASH" = "yes"; then
19827 cat >> confdefs.h <<\EOF
19828#define wxUSE_SASH 1
19829EOF
19830
19831 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
19832fi
19833
19834if test "$wxUSE_SCROLLBAR" = "yes"; then
19835 cat >> confdefs.h <<\EOF
19836#define wxUSE_SCROLLBAR 1
19837EOF
19838
19839 USES_CONTROLS=1
19840 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub"
19841fi
19842
19843if test "$wxUSE_SLIDER" = "yes"; then
19844 cat >> confdefs.h <<\EOF
19845#define wxUSE_SLIDER 1
19846EOF
19847
19848 USES_CONTROLS=1
19849fi
19850
19851if test "$wxUSE_SPINBTN" = "yes"; then
19852 cat >> confdefs.h <<\EOF
19853#define wxUSE_SPINBTN 1
19854EOF
19855
19856 USES_CONTROLS=1
19857fi
19858
19859if test "$wxUSE_SPINCTRL" = "yes"; then
19860 cat >> confdefs.h <<\EOF
19861#define wxUSE_SPINCTRL 1
19862EOF
19863
19864 USES_CONTROLS=1
19865fi
19866
19867if test "$wxUSE_SPLITTER" = "yes"; then
19868 cat >> confdefs.h <<\EOF
19869#define wxUSE_SPLITTER 1
19870EOF
19871
19872 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
19873fi
19874
19875if test "$wxUSE_STATBMP" = "yes"; then
19876 cat >> confdefs.h <<\EOF
19877#define wxUSE_STATBMP 1
19878EOF
19879
19880 USES_CONTROLS=1
19881fi
19882
19883if test "$wxUSE_STATBOX" = "yes"; then
19884 cat >> confdefs.h <<\EOF
19885#define wxUSE_STATBOX 1
19886EOF
19887
19888 USES_CONTROLS=1
19889fi
19890
19891if test "$wxUSE_STATTEXT" = "yes"; then
19892 cat >> confdefs.h <<\EOF
19893#define wxUSE_STATTEXT 1
19894EOF
19895
19896 USES_CONTROLS=1
19897fi
19898
19899if test "$wxUSE_STATLINE" = "yes"; then
19900 if test "$wxUSE_WINE" = 1 ; then
19901 echo "configure: warning: wxStaticLine is not supported under WINE" 1>&2
19902 else
19903 cat >> confdefs.h <<\EOF
19904#define wxUSE_STATLINE 1
19905EOF
19906
19907 USES_CONTROLS=1
19908 fi
19909fi
19910
19911if test "$wxUSE_STATUSBAR" = "yes"; then
19912 cat >> confdefs.h <<\EOF
19913#define wxUSE_STATUSBAR 1
19914EOF
19915
19916 USES_CONTROLS=1
19917
19918 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
19919fi
19920
19921if test "$wxUSE_TABDIALOG" = "yes"; then
19922 cat >> confdefs.h <<\EOF
19923#define wxUSE_TAB_DIALOG 1
19924EOF
19925
19926 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS tab"
19927fi
19928
19929if test "$wxUSE_TEXTCTRL" = "yes"; then
19930 cat >> confdefs.h <<\EOF
19931#define wxUSE_TEXTCTRL 1
19932EOF
19933
19934 USES_CONTROLS=1
19935 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text"
19936fi
19937
19938if test "$wxUSE_TOGGLEBTN" = "yes"; then
19939 if test "$wxUSE_MAC" = 1; then
19940 echo "configure: warning: Toggle button not yet supported under Mac OS X... disabled" 1>&2
19941 wxUSE_TOGGLEBTN=no
19942 fi
19943 if test "$wxUSE_UNIVERSAL" = "yes"; then
19944 echo "configure: warning: Toggle button not yet supported under wxUniversal... disabled" 1>&2
19945 wxUSE_TOGGLEBTN=no
19946 fi
19947
19948 if test "$wxUSE_TOGGLEBTN" = "yes"; then
19949 cat >> confdefs.h <<\EOF
19950#define wxUSE_TOGGLEBTN 1
19951EOF
19952
19953 USES_CONTROLS=1
19954 fi
19955fi
19956
19957if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
19958 cat >> confdefs.h <<\EOF
19959#define wxUSE_TOOLBAR_SIMPLE 1
19960EOF
19961
19962 wxUSE_TOOLBAR="yes"
19963 USES_CONTROLS=1
19964fi
19965
19966if test "$wxUSE_TOOLBAR" = "yes"; then
19967 cat >> confdefs.h <<\EOF
19968#define wxUSE_TOOLBAR 1
19969EOF
19970
19971 USES_CONTROLS=1
19972
19973 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
19974 wxUSE_TOOLBAR_NATIVE="yes"
19975 fi
19976
19977 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
19978 cat >> confdefs.h <<\EOF
19979#define wxUSE_TOOLBAR_NATIVE 1
19980EOF
19981
19982 USES_CONTROLS=1
19983 fi
19984
19985 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
19986fi
19987
19988if test "$wxUSE_TOOLTIPS" = "yes"; then
19989 if test "$wxUSE_MOTIF" = 1; then
19990 echo "configure: warning: wxTooltip not supported yet under Motif... disabled" 1>&2
19991 else
19992 if test "$wxUSE_WINE" = 1; then
19993 echo "configure: warning: wxTooltip not supported under WINE... disabled" 1>&2
19994 else
19995 if test "$wxUSE_UNIVERSAL" = "yes"; then
19996 echo "configure: warning: wxTooltip not supported yet in wxUniversal... disabled" 1>&2
19997 else
19998 cat >> confdefs.h <<\EOF
19999#define wxUSE_TOOLTIPS 1
20000EOF
20001
20002 fi
20003 fi
20004 fi
20005fi
20006
20007if test "$wxUSE_TREECTRL" = "yes"; then
20008 if test "$wxUSE_IMAGLIST" = "yes"; then
20009 cat >> confdefs.h <<\EOF
20010#define wxUSE_TREECTRL 1
20011EOF
20012
20013 USES_CONTROLS=1
20014 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
20015 else
20016 echo "configure: warning: wxTreeCtrl requires wxImageList and won't be compiled without it" 1>&2
20017 fi
20018fi
20019
20020if test "$wxUSE_POPUPWIN" = "yes"; then
20021 if test "$wxUSE_MAC" = 1; then
20022 echo "configure: warning: Popup window not yet supported under Mac OS X... disabled" 1>&2
20023 else
20024 if test "$wxUSE_MOTIF" = 1; then
20025 echo "configure: warning: wxPopupWindow not yet supported under Motif... disabled" 1>&2
20026 else
20027 if test "$wxUSE_PM" = 1; then
20028 echo "configure: warning: wxPopupWindow not yet supported under PM... disabled" 1>&2
20029 else
20030 cat >> confdefs.h <<\EOF
20031#define wxUSE_POPUPWIN 1
20032EOF
20033
20034
20035 USES_CONTROLS=1
20036 fi
20037 fi
20038 fi
20039fi
20040
20041if test "$wxUSE_TIPWINDOW" = "yes"; then
20042 if test "$wxUSE_PM" = 1; then
20043 echo "configure: warning: wxTipWindow not yet supported under PM... disabled" 1>&2
20044 else
20045 cat >> confdefs.h <<\EOF
20046#define wxUSE_TIPWINDOW 1
20047EOF
20048
20049 fi
20050fi
20051
20052if test "$USES_CONTROLS" = 1; then
20053 cat >> confdefs.h <<\EOF
20054#define wxUSE_CONTROLS 1
20055EOF
20056
20057fi
20058
20059
20060if test "$wxUSE_TREELAYOUT" = "yes"; then
20061 cat >> confdefs.h <<\EOF
20062#define wxUSE_TREELAYOUT 1
20063EOF
20064
20065 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treelay"
20066fi
20067
20068if test "$wxUSE_DRAGIMAGE" = "yes"; then
20069 cat >> confdefs.h <<\EOF
20070#define wxUSE_DRAGIMAGE 1
20071EOF
20072
20073 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag"
20074fi
20075
20076if test "$wxUSE_MENUS" = "yes"; then
20077 cat >> confdefs.h <<\EOF
20078#define wxUSE_MENUS 1
20079EOF
20080
20081 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu"
20082fi
20083
20084if test "$wxUSE_METAFILE" = "yes"; then
20085 cat >> confdefs.h <<\EOF
20086#define wxUSE_METAFILE 1
20087EOF
20088
20089fi
20090
20091if test "$wxUSE_MIMETYPE" = "yes"; then
20092 cat >> confdefs.h <<\EOF
20093#define wxUSE_MIMETYPE 1
20094EOF
20095
20096fi
20097
20098if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
20099 cat >> confdefs.h <<\EOF
20100#define wxUSE_SYSTEM_OPTIONS 1
20101EOF
20102
20103fi
20104
20105if test "$wxUSE_PROTOCOL" = "yes"; then
20106 if test "$wxUSE_SOCKETS" != "yes"; then
20107 echo "configure: warning: Protocol classes require sockets... disabled" 1>&2
20108 wxUSE_PROTOCOL=no
20109 fi
20110
20111 if test "$wxUSE_PROTOCOL" = "yes"; then
20112 cat >> confdefs.h <<\EOF
20113#define wxUSE_PROTOCOL 1
20114EOF
20115
20116
20117 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
20118 cat >> confdefs.h <<\EOF
20119#define wxUSE_PROTOCOL_HTTP 1
20120EOF
20121
20122 fi
20123 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
20124 cat >> confdefs.h <<\EOF
20125#define wxUSE_PROTOCOL_FTP 1
20126EOF
20127
20128 fi
20129 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
20130 cat >> confdefs.h <<\EOF
20131#define wxUSE_PROTOCOL_FILE 1
20132EOF
20133
20134 fi
20135 fi
20136fi
20137
20138if test "$wxUSE_URL" = "yes"; then
20139 if test "$wxUSE_PROTOCOL" != "yes"; then
20140 echo "configure: warning: wxURL class requires wxProtocol... disabled" 1>&2
20141 wxUSE_URL=no
20142 fi
20143 if test "$wxUSE_URL" = "yes"; then
20144 cat >> confdefs.h <<\EOF
20145#define wxUSE_URL 1
20146EOF
20147
20148 fi
20149fi
20150
20151if test "$wxUSE_MINIFRAME" = "yes"; then
20152 cat >> confdefs.h <<\EOF
20153#define wxUSE_MINIFRAME 1
20154EOF
20155
20156 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram"
20157fi
20158
20159if test "$wxUSE_HTML" = "yes"; then
20160 cat >> confdefs.h <<\EOF
20161#define wxUSE_HTML 1
20162EOF
20163
20164 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html"
20165fi
20166
20167if test "$wxUSE_VALIDATORS" = "yes"; then
20168 cat >> confdefs.h <<\EOF
20169#define wxUSE_VALIDATORS 1
20170EOF
20171
20172 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
20173fi
20174
20175if test "$wxUSE_PALETTE" = "yes" ; then
20176 cat >> confdefs.h <<\EOF
20177#define wxUSE_PALETTE 1
20178EOF
20179
20180fi
20181
20182if test "$wxUSE_IMAGE" = "yes" ; then
20183 cat >> confdefs.h <<\EOF
20184#define wxUSE_IMAGE 1
20185EOF
20186
20187fi
20188
20189if test "$wxUSE_GIF" = "yes" ; then
20190 cat >> confdefs.h <<\EOF
20191#define wxUSE_GIF 1
20192EOF
20193
20194fi
20195
20196if test "$wxUSE_PCX" = "yes" ; then
20197 cat >> confdefs.h <<\EOF
20198#define wxUSE_PCX 1
20199EOF
20200
20201fi
20202
20203if test "$wxUSE_IFF" = "yes" ; then
20204 cat >> confdefs.h <<\EOF
20205#define wxUSE_IFF 1
20206EOF
20207
20208fi
20209
20210if test "$wxUSE_PNM" = "yes" ; then
20211 cat >> confdefs.h <<\EOF
20212#define wxUSE_PNM 1
20213EOF
20214
20215fi
20216
20217if test "$wxUSE_XPM" = "yes" ; then
20218 cat >> confdefs.h <<\EOF
20219#define wxUSE_XPM 1
20220EOF
20221
20222fi
20223
20224if test "$wxUSE_ICO_CUR" = "yes" ; then
20225 cat >> confdefs.h <<\EOF
20226#define wxUSE_ICO_CUR 1
20227EOF
20228
20229fi
20230
20231if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
20232 LIBS=" -lunicows $LIBS"
20233fi
20234
20235
20236if test "$wxUSE_CHOICEDLG" = "yes"; then
20237 cat >> confdefs.h <<\EOF
20238#define wxUSE_CHOICEDLG 1
20239EOF
20240
20241fi
20242
20243if test "$wxUSE_COLOURDLG" = "yes"; then
20244 cat >> confdefs.h <<\EOF
20245#define wxUSE_COLOURDLG 1
20246EOF
20247
20248fi
20249
20250if test "$wxUSE_FILEDLG" = "yes"; then
20251 cat >> confdefs.h <<\EOF
20252#define wxUSE_FILEDLG 1
20253EOF
20254
20255fi
20256
20257if test "$wxUSE_FINDREPLDLG" = "yes"; then
20258 cat >> confdefs.h <<\EOF
20259#define wxUSE_FINDREPLDLG 1
20260EOF
20261
20262fi
20263
20264if test "$wxUSE_FONTDLG" = "yes"; then
20265 cat >> confdefs.h <<\EOF
20266#define wxUSE_FONTDLG 1
20267EOF
20268
20269fi
20270
20271if test "$wxUSE_DIRDLG" = "yes"; then
20272 if test "$wxUSE_CONSTRAINTS" != "yes"; then
20273 echo "configure: warning: wxDirDialog requires constraints so it won't be compiled without them" 1>&2
20274 else
20275 if test "$wxUSE_TREECTRL" != "yes"; then
20276 echo "configure: warning: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" 1>&2
20277 else
20278 cat >> confdefs.h <<\EOF
20279#define wxUSE_DIRDLG 1
20280EOF
20281
20282 fi
20283 fi
20284fi
20285
20286if test "$wxUSE_MSGDLG" = "yes"; then
20287 cat >> confdefs.h <<\EOF
20288#define wxUSE_MSGDLG 1
20289EOF
20290
20291fi
20292
20293if test "$wxUSE_NUMBERDLG" = "yes"; then
20294 cat >> confdefs.h <<\EOF
20295#define wxUSE_NUMBERDLG 1
20296EOF
20297
20298fi
20299
20300if test "$wxUSE_PROGRESSDLG" = "yes"; then
20301 if test "$wxUSE_CONSTRAINTS" != "yes"; then
20302 echo "configure: warning: wxProgressDialog requires constraints so it won't be compiled without them" 1>&2
20303 else
20304 cat >> confdefs.h <<\EOF
20305#define wxUSE_PROGRESSDLG 1
20306EOF
20307
20308 fi
20309fi
20310
20311if test "$wxUSE_SPLASH" = "yes"; then
20312 cat >> confdefs.h <<\EOF
20313#define wxUSE_SPLASH 1
20314EOF
20315
20316fi
20317
20318if test "$wxUSE_STARTUP_TIPS" = "yes"; then
20319 if test "$wxUSE_CONSTRAINTS" != "yes"; then
20320 echo "configure: warning: Startup tips requires constraints and won't be compiled without them" 1>&2
20321 else
20322 cat >> confdefs.h <<\EOF
20323#define wxUSE_STARTUP_TIPS 1
20324EOF
20325
20326 fi
20327fi
20328
20329if test "$wxUSE_TEXTDLG" = "yes"; then
20330 cat >> confdefs.h <<\EOF
20331#define wxUSE_TEXTDLG 1
20332EOF
20333
20334fi
20335
20336if test "$wxUSE_WIZARDDLG" = "yes"; then
20337 cat >> confdefs.h <<\EOF
20338#define wxUSE_WIZARDDLG 1
20339EOF
20340
20341 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard"
20342fi
20343
20344
20345if test "$cross_compiling" = "yes"; then
20346 OSINFO="\"$host\""
20347else
20348 OSINFO=`uname -s -r -m`
20349 OSINFO="\"$OSINFO\""
20350fi
20351
20352cat >> confdefs.h <<EOF
20353#define WXWIN_OS_DESCRIPTION $OSINFO
20354EOF
20355
20356
20357
20358if test "x$prefix" != "xNONE"; then
20359 wxPREFIX=$prefix
20360else
20361 wxPREFIX=$ac_default_prefix
20362fi
20363
20364cat >> confdefs.h <<EOF
20365#define wxINSTALL_PREFIX "$wxPREFIX"
20366EOF
20367
20368
20369
20370
20371
20372if test "$wxUSE_MAC" = 1 ; then
20373 LDFLAGS="$LDFLAGS -framework Carbon -framework System"
20374fi
20375
20376
20377LIBS="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $THREADS_LINK $DL_LINK -lm $LIBS"
20378
20379if test "$wxUSE_GUI" = "yes"; then
20380
20381 LIBS="$GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $LIBS"
20382
20383
20384 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS controls dialogs \
20385 drawing dynamic erase event exec font image \
20386 minimal richedit rotate widgets"
20387
20388 CPPFLAGS="$CPPFLAGS \$(EXTRADEFS) \$(APPEXTRADEFS)"
20389else
20390 SAMPLES_SUBDIRS="console"
20391fi
20392
20393
20394INCLUDES="-I\${top_builddir}/lib/wx/include/${TOOLCHAIN_NAME} -I\${top_srcdir}/include \
20395$REGEX_INCLUDE $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE $TOOLKIT_INCLUDE"
20396
20397if test "$wxUSE_GTK" = 1; then
20398 WXCONFIG_INCLUDE=
20399else
20400 WXCONFIG_INCLUDE="$TOOLKIT_INCLUDE"
20401fi
20402
20403if test "$GXX" = yes ; then
20404 CXXWARNINGS="-Wall"
20405
20406 if test "$wxUSE_NO_DEPS" = "no" ; then
20407 CFLAGS="-MMD $CFLAGS"
20408 CXXFLAGS="-MMD $CXXFLAGS"
20409 fi
20410fi
20411
20412EXTRA_CFLAGS="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE $INCLUDES"
20413
20414CFLAGS=`echo $CFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \\+/ /g'`
20415CXXFLAGS=`echo $CXXFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \+/ /g'`
20416
20417LDFLAGS="$LDFLAGS$PROFILE"
20418
20419SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
20420
20421
20422
20423
20424
20425
20426
20427
20428
20429
20430
20431
20432
20433
20434
20435
20436
20437
20438
20439
20440
20441
20442
20443
20444
20445
20446
20447
20448
20449
20450
20451
20452
20453
20454
20455
20456
20457
20458
20459
20460
20461
20462
20463
20464
20465
20466
20467
20468
20469
20470
20471
20472
20473
20474
20475
20476
20477
20478
20479
20480
20481
20482
20483
20484
20485
20486
20487
20488
20489
20490
20491
20492
20493
20494
20495
20496
20497
20498
20499
20500
20501
20502
20503
20504
20505
20506
20507echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
20508echo "configure:20509: checking whether ${MAKE-make} sets \${MAKE}" >&5
20509set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
20510if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
20511 echo $ac_n "(cached) $ac_c" 1>&6
20512else
20513 cat > conftestmake <<\EOF
20514all:
20515 @echo 'ac_maketemp="${MAKE}"'
20516EOF
20517# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
20518eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
20519if test -n "$ac_maketemp"; then
20520 eval ac_cv_prog_make_${ac_make}_set=yes
20521else
20522 eval ac_cv_prog_make_${ac_make}_set=no
20523fi
20524rm -f conftestmake
20525fi
20526if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
20527 echo "$ac_t""yes" 1>&6
20528 SET_MAKE=
20529else
20530 echo "$ac_t""no" 1>&6
20531 SET_MAKE="MAKE=${MAKE-make}"
20532fi
20533
20534
20535if test -f lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h; then
20536 mv -f lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h setup.h
20537fi
20538
20539
20540
20541if test "$wxUSE_GUI" = "yes"; then
20542 wx_cv_path_samplesubdirs=$SAMPLES_SUBDIRS
20543 wx_cv_if_gnu_make=$IF_GNU_MAKE
20544 wx_cv_path_ifs=$PATH_IFS
20545 wx_cv_program_ext=$PROGRAM_EXT
20546 wx_cv_target_library=$WX_TARGET_LIBRARY
20547 wx_cv_target_library_gl=$WX_TARGET_LIBRARY_GL
20548 wx_cv_target_libtype=$WX_TARGET_LIBRARY_TYPE
20549 export wx_cv_path_samplesubdirs wx_cv_if_gnu_make \
20550 wx_cv_path_ifs wx_cv_program_ext \
20551 wx_cv_target_library wx_cv_target_library_gl wx_cv_target_libtype
20552 subdirs="demos samples utils contrib"
20553
20554fi
20555
20556trap '' 1 2 15
20557cat > confcache <<\EOF
20558# This file is a shell script that caches the results of configure
20559# tests run on this system so they can be shared between configure
20560# scripts and configure runs. It is not useful on other systems.
20561# If it contains results you don't want to keep, you may remove or edit it.
20562#
20563# By default, configure uses ./config.cache as the cache file,
20564# creating it if it does not exist already. You can give configure
20565# the --cache-file=FILE option to use a different cache file; that is
20566# what configure does when it calls configure scripts in
20567# subdirectories, so they share the cache.
20568# Giving --cache-file=/dev/null disables caching, for debugging configure.
20569# config.status only pays attention to the cache file if you give it the
20570# --recheck option to rerun configure.
20571#
20572EOF
20573# The following way of writing the cache mishandles newlines in values,
20574# but we know of no workaround that is simple, portable, and efficient.
20575# So, don't put newlines in cache variables' values.
20576# Ultrix sh set writes to stderr and can't be redirected directly,
20577# and sets the high bit in the cache file unless we assign to the vars.
20578(set) 2>&1 |
20579 case `(ac_space=' '; set | grep ac_space) 2>&1` in
20580 *ac_space=\ *)
20581 # `set' does not quote correctly, so add quotes (double-quote substitution
20582 # turns \\\\ into \\, and sed turns \\ into \).
20583 sed -n \
20584 -e "s/'/'\\\\''/g" \
20585 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
20586 ;;
20587 *)
20588 # `set' quotes correctly as required by POSIX, so do not add quotes.
20589 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
20590 ;;
20591 esac >> confcache
20592if cmp -s $cache_file confcache; then
20593 :
20594else
20595 if test -w $cache_file; then
20596 echo "updating cache $cache_file"
20597 cat confcache > $cache_file
20598 else
20599 echo "not updating unwritable cache $cache_file"
20600 fi
20601fi
20602rm -f confcache
20603
20604trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
20605
20606test "x$prefix" = xNONE && prefix=$ac_default_prefix
20607# Let make expand exec_prefix.
20608test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
20609
20610# Any assignment to VPATH causes Sun make to only execute
20611# the first set of double-colon rules, so remove it if not needed.
20612# If there is a colon in the path, we need to keep it.
20613if test "x$srcdir" = x.; then
20614 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
20615fi
20616
20617trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
20618
20619DEFS=-DHAVE_CONFIG_H
20620
20621# Without the "./", some shells look in PATH for config.status.
20622: ${CONFIG_STATUS=./config.status}
20623
20624echo creating $CONFIG_STATUS
20625rm -f $CONFIG_STATUS
20626cat > $CONFIG_STATUS <<EOF
20627#! /bin/sh
20628# Generated automatically by configure.
20629# Run this file to recreate the current configuration.
20630# This directory was configured as follows,
20631# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
20632#
20633# $0 $ac_configure_args
20634#
20635# Compiler output produced by configure, useful for debugging
20636# configure, is in ./config.log if it exists.
20637
20638ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
20639for ac_option
20640do
20641 case "\$ac_option" in
20642 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
20643 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
20644 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
20645 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
20646 echo "$CONFIG_STATUS generated by autoconf version 2.13"
20647 exit 0 ;;
20648 -help | --help | --hel | --he | --h)
20649 echo "\$ac_cs_usage"; exit 0 ;;
20650 *) echo "\$ac_cs_usage"; exit 1 ;;
20651 esac
20652done
20653
20654ac_given_srcdir=$srcdir
20655ac_given_INSTALL="$INSTALL"
20656
20657trap 'rm -fr `echo "
20658 wx-config
20659 src/make.env
20660 src/makeprog.env
20661 src/makelib.env
20662 Makefile
20663 setup.h:setup.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
20664EOF
20665cat >> $CONFIG_STATUS <<EOF
20666
20667# Protect against being on the right side of a sed subst in config.status.
20668sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
20669 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
20670$ac_vpsub
20671$extrasub
20672s%@SHELL@%$SHELL%g
20673s%@CFLAGS@%$CFLAGS%g
20674s%@CPPFLAGS@%$CPPFLAGS%g
20675s%@CXXFLAGS@%$CXXFLAGS%g
20676s%@FFLAGS@%$FFLAGS%g
20677s%@DEFS@%$DEFS%g
20678s%@LDFLAGS@%$LDFLAGS%g
20679s%@LIBS@%$LIBS%g
20680s%@exec_prefix@%$exec_prefix%g
20681s%@prefix@%$prefix%g
20682s%@program_transform_name@%$program_transform_name%g
20683s%@bindir@%$bindir%g
20684s%@sbindir@%$sbindir%g
20685s%@libexecdir@%$libexecdir%g
20686s%@datadir@%$datadir%g
20687s%@sysconfdir@%$sysconfdir%g
20688s%@sharedstatedir@%$sharedstatedir%g
20689s%@localstatedir@%$localstatedir%g
20690s%@libdir@%$libdir%g
20691s%@includedir@%$includedir%g
20692s%@oldincludedir@%$oldincludedir%g
20693s%@infodir@%$infodir%g
20694s%@mandir@%$mandir%g
20695s%@host@%$host%g
20696s%@host_alias@%$host_alias%g
20697s%@host_cpu@%$host_cpu%g
20698s%@host_vendor@%$host_vendor%g
20699s%@host_os@%$host_os%g
20700s%@target@%$target%g
20701s%@target_alias@%$target_alias%g
20702s%@target_cpu@%$target_cpu%g
20703s%@target_vendor@%$target_vendor%g
20704s%@target_os@%$target_os%g
20705s%@build@%$build%g
20706s%@build_alias@%$build_alias%g
20707s%@build_cpu@%$build_cpu%g
20708s%@build_vendor@%$build_vendor%g
20709s%@build_os@%$build_os%g
20710s%@CC@%$CC%g
20711s%@CPP@%$CPP%g
20712s%@CXX@%$CXX%g
20713s%@RANLIB@%$RANLIB%g
20714s%@AR@%$AR%g
20715s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
20716s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
20717s%@INSTALL_DATA@%$INSTALL_DATA%g
20718s%@STRIP@%$STRIP%g
20719s%@IF_GNU_MAKE@%$IF_GNU_MAKE%g
20720s%@YACC@%$YACC%g
20721s%@LEX@%$LEX%g
20722s%@LEXLIB@%$LEXLIB%g
20723s%@LN_S@%$LN_S%g
20724s%@GTK_CONFIG_2_0@%$GTK_CONFIG_2_0%g
20725s%@GTK_CFLAGS@%$GTK_CFLAGS%g
20726s%@GTK_LIBS@%$GTK_LIBS%g
20727s%@GTK_CONFIG@%$GTK_CONFIG%g
20728s%@X_CFLAGS@%$X_CFLAGS%g
20729s%@X_PRE_LIBS@%$X_PRE_LIBS%g
20730s%@X_LIBS@%$X_LIBS%g
20731s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
20732s%@RESCOMP@%$RESCOMP%g
20733s%@DEREZ@%$DEREZ%g
20734s%@CXXCPP@%$CXXCPP%g
20735s%@LIBICONV@%$LIBICONV%g
20736s%@LEX_STEM@%$LEX_STEM%g
20737s%@PATH_IFS@%$PATH_IFS%g
20738s%@WX_MAJOR_VERSION_NUMBER@%$WX_MAJOR_VERSION_NUMBER%g
20739s%@WX_MINOR_VERSION_NUMBER@%$WX_MINOR_VERSION_NUMBER%g
20740s%@WX_RELEASE_NUMBER@%$WX_RELEASE_NUMBER%g
20741s%@WX_LIBRARY_NAME_STATIC@%$WX_LIBRARY_NAME_STATIC%g
20742s%@WX_LIBRARY_NAME_SHARED@%$WX_LIBRARY_NAME_SHARED%g
20743s%@WX_LIBRARY_IMPORTLIB@%$WX_LIBRARY_IMPORTLIB%g
20744s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g
20745s%@WX_LIBRARY_LINK1@%$WX_LIBRARY_LINK1%g
20746s%@WX_LIBRARY_LINK2@%$WX_LIBRARY_LINK2%g
20747s%@PROGRAM_EXT@%$PROGRAM_EXT%g
20748s%@WX_LIBRARY_NAME_STATIC_GL@%$WX_LIBRARY_NAME_STATIC_GL%g
20749s%@WX_LIBRARY_NAME_SHARED_GL@%$WX_LIBRARY_NAME_SHARED_GL%g
20750s%@WX_TARGET_LIBRARY_GL@%$WX_TARGET_LIBRARY_GL%g
20751s%@WX_LIBRARY_LINK1_GL@%$WX_LIBRARY_LINK1_GL%g
20752s%@WX_LIBRARY_LINK2_GL@%$WX_LIBRARY_LINK2_GL%g
20753s%@WX_ALL@%$WX_ALL%g
20754s%@WX_ALL_INSTALLED@%$WX_ALL_INSTALLED%g
20755s%@SHARED_LD@%$SHARED_LD%g
20756s%@PIC_FLAG@%$PIC_FLAG%g
20757s%@CODE_GEN_FLAGS@%$CODE_GEN_FLAGS%g
20758s%@CODE_GEN_FLAGS_CXX@%$CODE_GEN_FLAGS_CXX%g
20759s%@SONAME_FLAGS@%$SONAME_FLAGS%g
20760s%@SONAME_FLAGS_GL@%$SONAME_FLAGS_GL%g
20761s%@WX_TARGET_LIBRARY_SONAME@%$WX_TARGET_LIBRARY_SONAME%g
20762s%@WX_TARGET_LIBRARY_TYPE@%$WX_TARGET_LIBRARY_TYPE%g
20763s%@WXDEBUG_DEFINE@%$WXDEBUG_DEFINE%g
20764s%@USE_GUI@%$USE_GUI%g
20765s%@AFMINSTALL@%$AFMINSTALL%g
20766s%@TOOLKIT@%$TOOLKIT%g
20767s%@TOOLKIT_DIR@%$TOOLKIT_DIR%g
20768s%@TOOLKIT_VPATH@%$TOOLKIT_VPATH%g
20769s%@TOOLCHAIN_NAME@%$TOOLCHAIN_NAME%g
20770s%@TOOLCHAIN_DEFS@%$TOOLCHAIN_DEFS%g
20771s%@TOOLCHAIN_DLL_DEFS@%$TOOLCHAIN_DLL_DEFS%g
20772s%@cross_compiling@%$cross_compiling%g
20773s%@WXCONFIG_LIBS@%$WXCONFIG_LIBS%g
20774s%@WXCONFIG_LIBS_GL@%$WXCONFIG_LIBS_GL%g
20775s%@WXCONFIG_LIBS_STATIC@%$WXCONFIG_LIBS_STATIC%g
20776s%@WXCONFIG_LIBS_STATIC_GL@%$WXCONFIG_LIBS_STATIC_GL%g
20777s%@WXCONFIG_INCLUDE@%$WXCONFIG_INCLUDE%g
20778s%@ALL_OBJECTS@%$ALL_OBJECTS%g
20779s%@ALL_HEADERS@%$ALL_HEADERS%g
20780s%@ALL_SOURCES@%$ALL_SOURCES%g
20781s%@GUIDIST@%$GUIDIST%g
20782s%@PORT_FILES@%$PORT_FILES%g
20783s%@DISTDIR@%$DISTDIR%g
20784s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g
20785s%@LDFLAGS_GL@%$LDFLAGS_GL%g
20786s%@OPENGL_LIBS@%$OPENGL_LIBS%g
20787s%@DMALLOC_LIBS@%$DMALLOC_LIBS%g
20788s%@EXTRADEFS@%$EXTRADEFS%g
20789s%@RESFLAGS@%$RESFLAGS%g
20790s%@RESPROGRAMOBJ@%$RESPROGRAMOBJ%g
20791s%@WX_RESOURCES_MACOSX@%$WX_RESOURCES_MACOSX%g
20792s%@WX_RESOURCES_MACOSX_COMPILED@%$WX_RESOURCES_MACOSX_COMPILED%g
20793s%@LIBWXMACRES@%$LIBWXMACRES%g
20794s%@LIBWXMACRESCOMP@%$LIBWXMACRESCOMP%g
20795s%@LIBWXMACRESWXCONFIG@%$LIBWXMACRESWXCONFIG%g
20796s%@DLLTOOL@%$DLLTOOL%g
20797s%@AS@%$AS%g
20798s%@NM@%$NM%g
20799s%@LD@%$LD%g
20800s%@MAKEINFO@%$MAKEINFO%g
20801s%@INSTALL_LIBRARY@%$INSTALL_LIBRARY%g
20802s%@SET_MAKE@%$SET_MAKE%g
20803s%@subdirs@%$subdirs%g
20804
20805CEOF
20806EOF
20807
20808cat >> $CONFIG_STATUS <<\EOF
20809
20810# Split the substitutions into bite-sized pieces for seds with
20811# small command number limits, like on Digital OSF/1 and HP-UX.
20812ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
20813ac_file=1 # Number of current file.
20814ac_beg=1 # First line for current file.
20815ac_end=$ac_max_sed_cmds # Line after last line for current file.
20816ac_more_lines=:
20817ac_sed_cmds=""
20818while $ac_more_lines; do
20819 if test $ac_beg -gt 1; then
20820 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
20821 else
20822 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
20823 fi
20824 if test ! -s conftest.s$ac_file; then
20825 ac_more_lines=false
20826 rm -f conftest.s$ac_file
20827 else
20828 if test -z "$ac_sed_cmds"; then
20829 ac_sed_cmds="sed -f conftest.s$ac_file"
20830 else
20831 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
20832 fi
20833 ac_file=`expr $ac_file + 1`
20834 ac_beg=$ac_end
20835 ac_end=`expr $ac_end + $ac_max_sed_cmds`
20836 fi
20837done
20838if test -z "$ac_sed_cmds"; then
20839 ac_sed_cmds=cat
20840fi
20841EOF
20842
20843cat >> $CONFIG_STATUS <<EOF
20844
20845CONFIG_FILES=\${CONFIG_FILES-"wx-config
20846 src/make.env
20847 src/makeprog.env
20848 src/makelib.env
20849 Makefile
20850 "}
20851EOF
20852cat >> $CONFIG_STATUS <<\EOF
20853for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
20854 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
20855 case "$ac_file" in
20856 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
20857 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
20858 *) ac_file_in="${ac_file}.in" ;;
20859 esac
20860
20861 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
20862
20863 # Remove last slash and all that follows it. Not all systems have dirname.
20864 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
20865 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
20866 # The file is in a subdirectory.
20867 test ! -d "$ac_dir" && mkdir "$ac_dir"
20868 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
20869 # A "../" for each directory in $ac_dir_suffix.
20870 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
20871 else
20872 ac_dir_suffix= ac_dots=
20873 fi
20874
20875 case "$ac_given_srcdir" in
20876 .) srcdir=.
20877 if test -z "$ac_dots"; then top_srcdir=.
20878 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
20879 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
20880 *) # Relative path.
20881 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
20882 top_srcdir="$ac_dots$ac_given_srcdir" ;;
20883 esac
20884
20885 case "$ac_given_INSTALL" in
20886 [/$]*) INSTALL="$ac_given_INSTALL" ;;
20887 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
20888 esac
20889
20890 echo creating "$ac_file"
20891 rm -f "$ac_file"
20892 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
20893 case "$ac_file" in
20894 *Makefile*) ac_comsub="1i\\
20895# $configure_input" ;;
20896 *) ac_comsub= ;;
20897 esac
20898
20899 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
20900 sed -e "$ac_comsub
20901s%@configure_input@%$configure_input%g
20902s%@srcdir@%$srcdir%g
20903s%@top_srcdir@%$top_srcdir%g
20904s%@INSTALL@%$INSTALL%g
20905" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
20906fi; done
20907rm -f conftest.s*
20908
20909# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
20910# NAME is the cpp macro being defined and VALUE is the value it is being given.
20911#
20912# ac_d sets the value in "#define NAME VALUE" lines.
20913ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
20914ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
20915ac_dC='\3'
20916ac_dD='%g'
20917# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
20918ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
20919ac_uB='\([ ]\)%\1#\2define\3'
20920ac_uC=' '
20921ac_uD='\4%g'
20922# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
20923ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
20924ac_eB='$%\1#\2define\3'
20925ac_eC=' '
20926ac_eD='%g'
20927
20928if test "${CONFIG_HEADERS+set}" != set; then
20929EOF
20930cat >> $CONFIG_STATUS <<EOF
20931 CONFIG_HEADERS="setup.h:setup.h.in"
20932EOF
20933cat >> $CONFIG_STATUS <<\EOF
20934fi
20935for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
20936 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
20937 case "$ac_file" in
20938 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
20939 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
20940 *) ac_file_in="${ac_file}.in" ;;
20941 esac
20942
20943 echo creating $ac_file
20944
20945 rm -f conftest.frag conftest.in conftest.out
20946 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
20947 cat $ac_file_inputs > conftest.in
20948
20949EOF
20950
20951# Transform confdefs.h into a sed script conftest.vals that substitutes
20952# the proper values into config.h.in to produce config.h. And first:
20953# Protect against being on the right side of a sed subst in config.status.
20954# Protect against being in an unquoted here document in config.status.
20955rm -f conftest.vals
20956cat > conftest.hdr <<\EOF
20957s/[\\&%]/\\&/g
20958s%[\\$`]%\\&%g
20959s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
20960s%ac_d%ac_u%gp
20961s%ac_u%ac_e%gp
20962EOF
20963sed -n -f conftest.hdr confdefs.h > conftest.vals
20964rm -f conftest.hdr
20965
20966# This sed command replaces #undef with comments. This is necessary, for
20967# example, in the case of _POSIX_SOURCE, which is predefined and required
20968# on some systems where configure will not decide to define it.
20969cat >> conftest.vals <<\EOF
20970s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
20971EOF
20972
20973# Break up conftest.vals because some shells have a limit on
20974# the size of here documents, and old seds have small limits too.
20975
20976rm -f conftest.tail
20977while :
20978do
20979 ac_lines=`grep -c . conftest.vals`
20980 # grep -c gives empty output for an empty file on some AIX systems.
20981 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
20982 # Write a limited-size here document to conftest.frag.
20983 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
20984 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
20985 echo 'CEOF
20986 sed -f conftest.frag conftest.in > conftest.out
20987 rm -f conftest.in
20988 mv conftest.out conftest.in
20989' >> $CONFIG_STATUS
20990 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
20991 rm -f conftest.vals
20992 mv conftest.tail conftest.vals
20993done
20994rm -f conftest.vals
20995
20996cat >> $CONFIG_STATUS <<\EOF
20997 rm -f conftest.frag conftest.h
20998 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
20999 cat conftest.in >> conftest.h
21000 rm -f conftest.in
21001 if cmp -s $ac_file conftest.h 2>/dev/null; then
21002 echo "$ac_file is unchanged"
21003 rm -f conftest.h
21004 else
21005 # Remove last slash and all that follows it. Not all systems have dirname.
21006 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
21007 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
21008 # The file is in a subdirectory.
21009 test ! -d "$ac_dir" && mkdir "$ac_dir"
21010 fi
21011 rm -f $ac_file
21012 mv conftest.h $ac_file
21013 fi
21014fi; done
21015
21016EOF
21017cat >> $CONFIG_STATUS <<EOF
21018
21019 TOOLCHAIN_NAME="${TOOLCHAIN_NAME}"
21020 LN_S="${LN_S}"
21021
21022
21023EOF
21024cat >> $CONFIG_STATUS <<\EOF
21025
21026 if test ! -h wx-config; then
21027 chmod +x wx-config
21028 mv wx-config wx${TOOLCHAIN_NAME}-config
21029 ${LN_S} wx${TOOLCHAIN_NAME}-config wx-config
21030 fi
21031
21032 if test ! -d lib; then
21033 mkdir lib
21034 fi
21035 if test ! -d lib/wx; then
21036 mkdir lib/wx
21037 fi
21038 if test ! -d lib/wx/include; then
21039 mkdir lib/wx/include
21040 fi
21041 if test ! -d lib/wx/include/${TOOLCHAIN_NAME}; then
21042 mkdir lib/wx/include/${TOOLCHAIN_NAME}
21043 fi
21044 if test ! -d lib/wx/include/${TOOLCHAIN_NAME}/wx; then
21045 mkdir lib/wx/include/${TOOLCHAIN_NAME}/wx
21046 fi
21047 if test -f setup.h; then
21048 mv -f setup.h lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h
21049 fi
21050
21051exit 0
21052EOF
21053chmod +x $CONFIG_STATUS
21054rm -fr confdefs* $ac_clean_files
21055test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
21056
21057if test "$no_recursion" != yes; then
21058
21059 # Remove --cache-file and --srcdir arguments so they do not pile up.
21060 ac_sub_configure_args=
21061 ac_prev=
21062 for ac_arg in $ac_configure_args; do
21063 if test -n "$ac_prev"; then
21064 ac_prev=
21065 continue
21066 fi
21067 case "$ac_arg" in
21068 -cache-file | --cache-file | --cache-fil | --cache-fi \
21069 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
21070 ac_prev=cache_file ;;
21071 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
21072 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
21073 ;;
21074 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
21075 ac_prev=srcdir ;;
21076 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
21077 ;;
21078 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
21079 esac
21080 done
21081
21082 for ac_config_dir in demos samples utils contrib; do
21083
21084 # Do not complain, so a configure script can configure whichever
21085 # parts of a large source tree are present.
21086 if test ! -d $srcdir/$ac_config_dir; then
21087 continue
21088 fi
21089
21090 echo configuring in $ac_config_dir
21091
21092 case "$srcdir" in
21093 .) ;;
21094 *)
21095 if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
21096 else
21097 { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
21098 fi
21099 ;;
21100 esac
21101
21102 ac_popdir=`pwd`
21103 cd $ac_config_dir
21104
21105 # A "../" for each directory in /$ac_config_dir.
21106 ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
21107
21108 case "$srcdir" in
21109 .) # No --srcdir option. We are building in place.
21110 ac_sub_srcdir=$srcdir ;;
21111 /*) # Absolute path.
21112 ac_sub_srcdir=$srcdir/$ac_config_dir ;;
21113 *) # Relative path.
21114 ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
21115 esac
21116
21117 # Check for guested configure; otherwise get Cygnus style configure.
21118 if test -f $ac_sub_srcdir/configure; then
21119 ac_sub_configure=$ac_sub_srcdir/configure
21120 elif test -f $ac_sub_srcdir/configure.in; then
21121 ac_sub_configure=$ac_configure
21122 else
21123 echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
21124 ac_sub_configure=
21125 fi
21126
21127 # The recursion is here.
21128 if test -n "$ac_sub_configure"; then
21129
21130 # Make the cache file name correct relative to the subdirectory.
21131 case "$cache_file" in
21132 /*) ac_sub_cache_file=$cache_file ;;
21133 *) # Relative path.
21134 ac_sub_cache_file="$ac_dots$cache_file" ;;
21135 esac
21136 case "$ac_given_INSTALL" in
21137 [/$]*) INSTALL="$ac_given_INSTALL" ;;
21138 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
21139 esac
21140
21141 echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
21142 # The eval makes quoting arguments work.
21143 if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
21144 then :
21145 else
21146 { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }
21147 fi
21148 fi
21149
21150 cd $ac_popdir
21151 done
21152fi
21153
21154