]> git.saurik.com Git - wxWidgets.git/blame_incremental - configure
Applied patch [ 566816 ] adds xBase type for Sequiter's SQL/ODBC
[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
53
54
55
56
57
58
59# Configure paths for GTK+
60# Owen Taylor 1997-2001
61
62
63
64
65
66
67
68
69# Configure paths for GTK+
70# Owen Taylor 97-11-3
71
72
73
74# Guess values for system-dependent variables and create Makefiles.
75# Generated automatically using autoconf version 2.13
76# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
77#
78# This configure script is free software; the Free Software Foundation
79# gives unlimited permission to copy, distribute and modify it.
80
81# Defaults:
82ac_help=
83ac_default_prefix=/usr/local
84# Any additions from configure.in:
85ac_help="$ac_help
86 --enable-gui use GUI classes"
87ac_help="$ac_help
88 --enable-universal use wxWindows GUI controls instead of native ones"
89ac_help="$ac_help
90 --with-gtk use GTK+"
91ac_help="$ac_help
92 --with-motif use Motif/Lesstif"
93ac_help="$ac_help
94 --with-mac use Mac OS X"
95ac_help="$ac_help
96 --with-wine use WINE"
97ac_help="$ac_help
98 --with-msw use MS-Windows"
99ac_help="$ac_help
100 --with-pm use OS/2 Presentation Manager"
101ac_help="$ac_help
102 --with-mgl use SciTech MGL"
103ac_help="$ac_help
104 --with-microwin use MicroWindows"
105ac_help="$ac_help
106 --with-x11 use X11"
107ac_help="$ac_help
108 --enable-nanox use NanoX"
109ac_help="$ac_help
110 --enable-gtk2 use GTK+ 2.0 if available (EXPERIMENTAL)"
111ac_help="$ac_help
112 --with-libpng use libpng (PNG image format)"
113ac_help="$ac_help
114 --with-libjpeg use libjpeg (JPEG file format)"
115ac_help="$ac_help
116 --with-libtiff use libtiff (TIFF file format)"
117ac_help="$ac_help
118 --with-opengl use OpenGL (or Mesa)"
119ac_help="$ac_help
120 --with-dmalloc use dmalloc library (http://dmalloc.com/)"
121ac_help="$ac_help
122 --with-regex enable support for wxRegEx class"
123ac_help="$ac_help
124 --with-zlib use zlib for LZW compression"
125ac_help="$ac_help
126 --with-odbc use the IODBC and wxODBC classes"
127ac_help="$ac_help
128 --enable-shared create shared library code"
129ac_help="$ac_help
130 --enable-soname set the DT_SONAME field in ELF shared libraries"
131ac_help="$ac_help
132 --enable-optimise create optimised code"
133ac_help="$ac_help
134 --enable-debug same as debug_flag and debug_info"
135ac_help="$ac_help
136 --enable-precomp enable use of precompiled headers (Mac OS X)"
137ac_help="$ac_help
138 --enable-debug_flag set __WXDEBUG__ flag (recommended for developers!)"
139ac_help="$ac_help
140 --enable-debug_info create code with debugging information"
141ac_help="$ac_help
142 --enable-debug_gdb create code with extra GDB debugging information"
143ac_help="$ac_help
144 --enable-debug_cntxt use wxDebugContext"
145ac_help="$ac_help
146 --enable-mem_tracing create code with memory tracing"
147ac_help="$ac_help
148 --enable-profile create code with profiling information"
149ac_help="$ac_help
150 --enable-no_rtti create code without RTTI information"
151ac_help="$ac_help
152 --enable-no_exceptions create code without C++ exceptions handling"
153ac_help="$ac_help
154 --enable-permissive compile code disregarding strict ANSI"
155ac_help="$ac_help
156 --enable-no_deps create code without dependency information"
157ac_help="$ac_help
158 --enable-compat20 enable wxWindows 2.0 compatibility"
159ac_help="$ac_help
160 --disable-compat22 disable wxWindows 2.2 compatibility"
161ac_help="$ac_help
162 --enable-rpath=DIR output the rpath flag from wx-config"
163ac_help="$ac_help
164 --enable-intl use internationalization system"
165ac_help="$ac_help
166 --enable-config use wxConfig (and derived) classes"
167ac_help="$ac_help
168 --enable-protocols use wxProtocol and derived classes"
169ac_help="$ac_help
170 --enable-ftp use wxFTP (requires wxProtocol"
171ac_help="$ac_help
172 --enable-http use wxHTTP (requires wxProtocol"
173ac_help="$ac_help
174 --enable-fileproto use wxFileProto class (requires wxProtocol"
175ac_help="$ac_help
176 --enable-sockets use socket/network classes"
177ac_help="$ac_help
178 --enable-ipc use interprocess communication (wxSocket etc.)"
179ac_help="$ac_help
180 --enable-cmdline use wxCmdLineParser class"
181ac_help="$ac_help
182 --enable-datetime use wxDateTime class"
183ac_help="$ac_help
184 --enable-timedate use obsolete wxDate/wxTime classes"
185ac_help="$ac_help
186 --enable-stopwatch use wxStopWatch class"
187ac_help="$ac_help
188 --enable-dialupman use dialup network classes"
189ac_help="$ac_help
190 --enable-apple_ieee use the Apple IEEE codec"
191ac_help="$ac_help
192 --enable-timer use wxTimer class"
193ac_help="$ac_help
194 --enable-wave use wxWave class"
195ac_help="$ac_help
196 --enable-fraction use wxFraction class"
197ac_help="$ac_help
198 --enable-dynlib use wxLibrary class for DLL loading"
199ac_help="$ac_help
200 --enable-dynamicloader use (new) wxDynamicLibrary class"
201ac_help="$ac_help
202 --enable-longlong use wxLongLong class"
203ac_help="$ac_help
204 --enable-geometry use geometry class"
205ac_help="$ac_help
206 --enable-log use logging system"
207ac_help="$ac_help
208 --enable-streams use wxStream etc classes"
209ac_help="$ac_help
210 --enable-file use wxFile classes"
211ac_help="$ac_help
212 --enable-ffile use wxFFile classes"
213ac_help="$ac_help
214 --enable-textbuf use wxTextBuffer class"
215ac_help="$ac_help
216 --enable-textfile use wxTextFile class"
217ac_help="$ac_help
218 --enable-fontmap use font encodings conversion classes"
219ac_help="$ac_help
220 --enable-unicode compile wxString with Unicode support"
221ac_help="$ac_help
222 --enable-mslu use MS Layer for Unicode on Windows 9x (win32 only)"
223ac_help="$ac_help
224 --enable-wxprintfv use wxWindows implementation of vprintf()"
225ac_help="$ac_help
226 --enable-std_iostreams use standard C++ stream classes"
227ac_help="$ac_help
228 --enable-filesystem use virtual file systems classes"
229ac_help="$ac_help
230 --enable-fs_inet use virtual HTTP/FTP filesystems"
231ac_help="$ac_help
232 --enable-fs_zip use virtual ZIP filesystems"
233ac_help="$ac_help
234 --enable-zipstream use wxZipInputStream"
235ac_help="$ac_help
236 --enable-catch_segvs catch signals and pass them to wxApp::OnFatalException"
237ac_help="$ac_help
238 --enable-snglinst use wxSingleInstanceChecker class"
239ac_help="$ac_help
240 --enable-mimetype use wxMimeTypesManager"
241ac_help="$ac_help
242 --enable-sysoptions use wxSystemOptions"
243ac_help="$ac_help
244 --enable-url use wxURL class"
245ac_help="$ac_help
246 --enable-protocol use wxProtocol class"
247ac_help="$ac_help
248 --enable-protocol-http HTTP support in wxProtocol"
249ac_help="$ac_help
250 --enable-protocol-ftp FTP support in wxProtocol"
251ac_help="$ac_help
252 --enable-protocol-file FILE support in wxProtocol"
253ac_help="$ac_help
254 --enable-threads use threads"
255ac_help="$ac_help
256 --enable-docview use document view architecture"
257ac_help="$ac_help
258 --enable-help use help subsystem"
259ac_help="$ac_help
260 --enable-mshtmlhelp use MS HTML Help (win32)"
261ac_help="$ac_help
262 --enable-html use wxHTML sub-library"
263ac_help="$ac_help
264 --enable-htmlhelp use wxHTML-based help"
265ac_help="$ac_help
266 --enable-constraints use layout-constraints system"
267ac_help="$ac_help
268 --enable-printarch use printing architecture"
269ac_help="$ac_help
270 --enable-mdi use multiple document interface architecture"
271ac_help="$ac_help
272 --enable-loggui use standard GUI logger"
273ac_help="$ac_help
274 --enable-logwin use wxLogWindow"
275ac_help="$ac_help
276 --enable-logdialog use wxLogDialog"
277ac_help="$ac_help
278 --enable-postscript use wxPostscriptDC device context (default for gtk+)"
279ac_help="$ac_help
280 --enable-prologio use Prolog IO library"
281ac_help="$ac_help
282 --enable-resources use wxWindows resources"
283ac_help="$ac_help
284 --enable-xresources use X resources for save (default for gtk+)"
285ac_help="$ac_help
286 --enable-clipboard use wxClipboard classes"
287ac_help="$ac_help
288 --enable-dnd use Drag'n'Drop classes"
289ac_help="$ac_help
290 --enable-metafile use win32 metafiles"
291ac_help="$ac_help
292 --enable-treelayout use wxTreeLayout classes"
293ac_help="$ac_help
294 --enable-controls use all usual controls"
295ac_help="$ac_help
296 --enable-accel use accelerators"
297ac_help="$ac_help
298 --enable-button use wxButton class"
299ac_help="$ac_help
300 --enable-bmpbutton use wxBitmapButton class"
301ac_help="$ac_help
302 --enable-calendar use wxCalendarCtrl class"
303ac_help="$ac_help
304 --enable-caret use wxCaret class"
305ac_help="$ac_help
306 --enable-checkbox use wxCheckBox class"
307ac_help="$ac_help
308 --enable-checklst use wxCheckListBox (listbox with checkboxes) class"
309ac_help="$ac_help
310 --enable-choice use wxChoice class"
311ac_help="$ac_help
312 --enable-combobox use wxComboBox classes"
313ac_help="$ac_help
314 --enable-gauge use wxGauge class"
315ac_help="$ac_help
316 --enable-grid use wxGrid class"
317ac_help="$ac_help
318 --enable-newgrid use new wxGrid class"
319ac_help="$ac_help
320 --enable-imaglist use wxImageList class"
321ac_help="$ac_help
322 --enable-listbox use wxListBox class"
323ac_help="$ac_help
324 --enable-listctrl use wxListCtrl class"
325ac_help="$ac_help
326 --enable-notebook use wxNotebook class"
327ac_help="$ac_help
328 --enable-propsheet use wxPropertySheet class"
329ac_help="$ac_help
330 --enable-radiobox use wxRadioBox class"
331ac_help="$ac_help
332 --enable-radiobtn use wxRadioButton class"
333ac_help="$ac_help
334 --enable-sash use wxSashWindow class"
335ac_help="$ac_help
336 --enable-scrollbar use wxScrollBar class and scrollable windows"
337ac_help="$ac_help
338 --enable-slider use wxSlider class"
339ac_help="$ac_help
340 --enable-spinbtn use wxSpinButton class"
341ac_help="$ac_help
342 --enable-spinctrl use wxSpinCtrl class"
343ac_help="$ac_help
344 --enable-splitter use wxSplitterWindow class"
345ac_help="$ac_help
346 --enable-statbmp use wxStaticBitmap class"
347ac_help="$ac_help
348 --enable-statbox use wxStaticBox class"
349ac_help="$ac_help
350 --enable-statline use wxStaticLine class"
351ac_help="$ac_help
352 --enable-stattext use wxStaticText class"
353ac_help="$ac_help
354 --enable-statusbar use wxStatusBar class"
355ac_help="$ac_help
356 --enable-tabdialog use wxTabControl class"
357ac_help="$ac_help
358 --enable-textctrl use wxTextCtrl class"
359ac_help="$ac_help
360 --enable-togglebtn use wxToggleButton class"
361ac_help="$ac_help
362 --enable-toolbar use wxToolBar class"
363ac_help="$ac_help
364 --enable-tbarnative use native wxToolBar class"
365ac_help="$ac_help
366 --enable-tbarsmpl use wxToolBarSimple class"
367ac_help="$ac_help
368 --enable-treectrl use wxTreeCtrl class"
369ac_help="$ac_help
370 --enable-tipwindow use wxTipWindow class"
371ac_help="$ac_help
372 --enable-popupwin use wxPopUpWindow class"
373ac_help="$ac_help
374 --enable-commondlg use all common dialogs"
375ac_help="$ac_help
376 --enable-choicedlg use wxChoiceDialog"
377ac_help="$ac_help
378 --enable-coldlg use wxColourDialog"
379ac_help="$ac_help
380 --enable-filedlg use wxFileDialog"
381ac_help="$ac_help
382 --enable-finddlg use wxFindReplaceDialog"
383ac_help="$ac_help
384 --enable-fontdlg use wxFontDialog"
385ac_help="$ac_help
386 --enable-dirdlg use wxDirDialog"
387ac_help="$ac_help
388 --enable-msgdlg use wxMessageDialog"
389ac_help="$ac_help
390 --enable-numberdlg use wxNumberEntryDialog"
391ac_help="$ac_help
392 --enable-splash use wxSplashScreen"
393ac_help="$ac_help
394 --enable-textdlg use wxTextDialog"
395ac_help="$ac_help
396 --enable-tipdlg use startup tips"
397ac_help="$ac_help
398 --enable-progressdlg use wxProgressDialog"
399ac_help="$ac_help
400 --enable-wizarddlg use wxWizard"
401ac_help="$ac_help
402 --enable-menus use wxMenu/wxMenuBar/wxMenuItem classes"
403ac_help="$ac_help
404 --enable-miniframe use wxMiniFrame class"
405ac_help="$ac_help
406 --enable-tooltips use wxToolTip class"
407ac_help="$ac_help
408 --enable-splines use spline drawing code"
409ac_help="$ac_help
410 --enable-validators use wxValidator and derived classes"
411ac_help="$ac_help
412 --enable-busyinfo use wxBusyInfo"
413ac_help="$ac_help
414 --enable-joystick use wxJoystick (Linux only)"
415ac_help="$ac_help
416 --enable-metafiles use wxMetaFile (Windows only)"
417ac_help="$ac_help
418 --enable-dragimage use wxDragImage"
419ac_help="$ac_help
420 --enable-palette use wxPalette class"
421ac_help="$ac_help
422 --enable-image use wxImage class"
423ac_help="$ac_help
424 --enable-gif use gif images (GIF file format)"
425ac_help="$ac_help
426 --enable-pcx use pcx images (PCX file format)"
427ac_help="$ac_help
428 --enable-iff use iff images (IFF file format)"
429ac_help="$ac_help
430 --enable-pnm use pnm images (PNM file format)"
431ac_help="$ac_help
432 --enable-xpm use xpm images (XPM file format)"
433ac_help="$ac_help
434 --enable-icocur use Windows ICO and CUR formats"
435ac_help="$ac_help
436 --disable-largefile omit support for large files"
437ac_help="$ac_help
438 --disable-gtktest do not try to compile and run a test GTK+ program"
439ac_help="$ac_help
440 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)"
441ac_help="$ac_help
442 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)"
443ac_help="$ac_help
444 --disable-gtktest Do not try to compile and run a test GTK program"
445ac_help="$ac_help
446 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)"
447ac_help="$ac_help
448 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)"
449ac_help="$ac_help
450 --disable-gtktest Do not try to compile and run a test GTK program"
451ac_help="$ac_help
452 --with-x use the X Window System"
453ac_help="$ac_help
454 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib"
455
456# Initialize some variables set by options.
457# The variables have the same names as the options, with
458# dashes changed to underlines.
459build=NONE
460cache_file=./config.cache
461exec_prefix=NONE
462host=NONE
463no_create=
464nonopt=NONE
465no_recursion=
466prefix=NONE
467program_prefix=NONE
468program_suffix=NONE
469program_transform_name=s,x,x,
470silent=
471site=
472srcdir=
473target=NONE
474verbose=
475x_includes=NONE
476x_libraries=NONE
477bindir='${exec_prefix}/bin'
478sbindir='${exec_prefix}/sbin'
479libexecdir='${exec_prefix}/libexec'
480datadir='${prefix}/share'
481sysconfdir='${prefix}/etc'
482sharedstatedir='${prefix}/com'
483localstatedir='${prefix}/var'
484libdir='${exec_prefix}/lib'
485includedir='${prefix}/include'
486oldincludedir='/usr/include'
487infodir='${prefix}/info'
488mandir='${prefix}/man'
489
490# Initialize some other variables.
491subdirs=
492MFLAGS= MAKEFLAGS=
493SHELL=${CONFIG_SHELL-/bin/sh}
494# Maximum number of lines to put in a shell here document.
495ac_max_here_lines=12
496
497ac_prev=
498for ac_option
499do
500
501 # If the previous option needs an argument, assign it.
502 if test -n "$ac_prev"; then
503 eval "$ac_prev=\$ac_option"
504 ac_prev=
505 continue
506 fi
507
508 case "$ac_option" in
509 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
510 *) ac_optarg= ;;
511 esac
512
513 # Accept the important Cygnus configure options, so we can diagnose typos.
514
515 case "$ac_option" in
516
517 -bindir | --bindir | --bindi | --bind | --bin | --bi)
518 ac_prev=bindir ;;
519 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
520 bindir="$ac_optarg" ;;
521
522 -build | --build | --buil | --bui | --bu)
523 ac_prev=build ;;
524 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
525 build="$ac_optarg" ;;
526
527 -cache-file | --cache-file | --cache-fil | --cache-fi \
528 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
529 ac_prev=cache_file ;;
530 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
531 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
532 cache_file="$ac_optarg" ;;
533
534 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
535 ac_prev=datadir ;;
536 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
537 | --da=*)
538 datadir="$ac_optarg" ;;
539
540 -disable-* | --disable-*)
541 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
542 # Reject names that are not valid shell variable names.
543 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
544 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
545 fi
546 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
547 eval "enable_${ac_feature}=no" ;;
548
549 -enable-* | --enable-*)
550 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
551 # Reject names that are not valid shell variable names.
552 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
553 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
554 fi
555 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
556 case "$ac_option" in
557 *=*) ;;
558 *) ac_optarg=yes ;;
559 esac
560 eval "enable_${ac_feature}='$ac_optarg'" ;;
561
562 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
563 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
564 | --exec | --exe | --ex)
565 ac_prev=exec_prefix ;;
566 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
567 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
568 | --exec=* | --exe=* | --ex=*)
569 exec_prefix="$ac_optarg" ;;
570
571 -gas | --gas | --ga | --g)
572 # Obsolete; use --with-gas.
573 with_gas=yes ;;
574
575 -help | --help | --hel | --he)
576 # Omit some internal or obsolete options to make the list less imposing.
577 # This message is too long to be a string in the A/UX 3.1 sh.
578 cat << EOF
579Usage: configure [options] [host]
580Options: [defaults in brackets after descriptions]
581Configuration:
582 --cache-file=FILE cache test results in FILE
583 --help print this message
584 --no-create do not create output files
585 --quiet, --silent do not print \`checking...' messages
586 --version print the version of autoconf that created configure
587Directory and file names:
588 --prefix=PREFIX install architecture-independent files in PREFIX
589 [$ac_default_prefix]
590 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
591 [same as prefix]
592 --bindir=DIR user executables in DIR [EPREFIX/bin]
593 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
594 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
595 --datadir=DIR read-only architecture-independent data in DIR
596 [PREFIX/share]
597 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
598 --sharedstatedir=DIR modifiable architecture-independent data in DIR
599 [PREFIX/com]
600 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
601 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
602 --includedir=DIR C header files in DIR [PREFIX/include]
603 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
604 --infodir=DIR info documentation in DIR [PREFIX/info]
605 --mandir=DIR man documentation in DIR [PREFIX/man]
606 --srcdir=DIR find the sources in DIR [configure dir or ..]
607 --program-prefix=PREFIX prepend PREFIX to installed program names
608 --program-suffix=SUFFIX append SUFFIX to installed program names
609 --program-transform-name=PROGRAM
610 run sed PROGRAM on installed program names
611EOF
612 cat << EOF
613Host type:
614 --build=BUILD configure for building on BUILD [BUILD=HOST]
615 --host=HOST configure for HOST [guessed]
616 --target=TARGET configure for TARGET [TARGET=HOST]
617Features and packages:
618 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
619 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
620 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
621 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
622 --x-includes=DIR X include files are in DIR
623 --x-libraries=DIR X library files are in DIR
624EOF
625 if test -n "$ac_help"; then
626 echo "--enable and --with options recognized:$ac_help"
627 fi
628 exit 0 ;;
629
630 -host | --host | --hos | --ho)
631 ac_prev=host ;;
632 -host=* | --host=* | --hos=* | --ho=*)
633 host="$ac_optarg" ;;
634
635 -includedir | --includedir | --includedi | --included | --include \
636 | --includ | --inclu | --incl | --inc)
637 ac_prev=includedir ;;
638 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
639 | --includ=* | --inclu=* | --incl=* | --inc=*)
640 includedir="$ac_optarg" ;;
641
642 -infodir | --infodir | --infodi | --infod | --info | --inf)
643 ac_prev=infodir ;;
644 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
645 infodir="$ac_optarg" ;;
646
647 -libdir | --libdir | --libdi | --libd)
648 ac_prev=libdir ;;
649 -libdir=* | --libdir=* | --libdi=* | --libd=*)
650 libdir="$ac_optarg" ;;
651
652 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
653 | --libexe | --libex | --libe)
654 ac_prev=libexecdir ;;
655 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
656 | --libexe=* | --libex=* | --libe=*)
657 libexecdir="$ac_optarg" ;;
658
659 -localstatedir | --localstatedir | --localstatedi | --localstated \
660 | --localstate | --localstat | --localsta | --localst \
661 | --locals | --local | --loca | --loc | --lo)
662 ac_prev=localstatedir ;;
663 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
664 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
665 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
666 localstatedir="$ac_optarg" ;;
667
668 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
669 ac_prev=mandir ;;
670 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
671 mandir="$ac_optarg" ;;
672
673 -nfp | --nfp | --nf)
674 # Obsolete; use --without-fp.
675 with_fp=no ;;
676
677 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
678 | --no-cr | --no-c)
679 no_create=yes ;;
680
681 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
682 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
683 no_recursion=yes ;;
684
685 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
686 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
687 | --oldin | --oldi | --old | --ol | --o)
688 ac_prev=oldincludedir ;;
689 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
690 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
691 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
692 oldincludedir="$ac_optarg" ;;
693
694 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
695 ac_prev=prefix ;;
696 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
697 prefix="$ac_optarg" ;;
698
699 -program-prefix | --program-prefix | --program-prefi | --program-pref \
700 | --program-pre | --program-pr | --program-p)
701 ac_prev=program_prefix ;;
702 -program-prefix=* | --program-prefix=* | --program-prefi=* \
703 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
704 program_prefix="$ac_optarg" ;;
705
706 -program-suffix | --program-suffix | --program-suffi | --program-suff \
707 | --program-suf | --program-su | --program-s)
708 ac_prev=program_suffix ;;
709 -program-suffix=* | --program-suffix=* | --program-suffi=* \
710 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
711 program_suffix="$ac_optarg" ;;
712
713 -program-transform-name | --program-transform-name \
714 | --program-transform-nam | --program-transform-na \
715 | --program-transform-n | --program-transform- \
716 | --program-transform | --program-transfor \
717 | --program-transfo | --program-transf \
718 | --program-trans | --program-tran \
719 | --progr-tra | --program-tr | --program-t)
720 ac_prev=program_transform_name ;;
721 -program-transform-name=* | --program-transform-name=* \
722 | --program-transform-nam=* | --program-transform-na=* \
723 | --program-transform-n=* | --program-transform-=* \
724 | --program-transform=* | --program-transfor=* \
725 | --program-transfo=* | --program-transf=* \
726 | --program-trans=* | --program-tran=* \
727 | --progr-tra=* | --program-tr=* | --program-t=*)
728 program_transform_name="$ac_optarg" ;;
729
730 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
731 | -silent | --silent | --silen | --sile | --sil)
732 silent=yes ;;
733
734 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
735 ac_prev=sbindir ;;
736 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
737 | --sbi=* | --sb=*)
738 sbindir="$ac_optarg" ;;
739
740 -sharedstatedir | --sharedstatedir | --sharedstatedi \
741 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
742 | --sharedst | --shareds | --shared | --share | --shar \
743 | --sha | --sh)
744 ac_prev=sharedstatedir ;;
745 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
746 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
747 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
748 | --sha=* | --sh=*)
749 sharedstatedir="$ac_optarg" ;;
750
751 -site | --site | --sit)
752 ac_prev=site ;;
753 -site=* | --site=* | --sit=*)
754 site="$ac_optarg" ;;
755
756 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
757 ac_prev=srcdir ;;
758 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
759 srcdir="$ac_optarg" ;;
760
761 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
762 | --syscon | --sysco | --sysc | --sys | --sy)
763 ac_prev=sysconfdir ;;
764 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
765 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
766 sysconfdir="$ac_optarg" ;;
767
768 -target | --target | --targe | --targ | --tar | --ta | --t)
769 ac_prev=target ;;
770 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
771 target="$ac_optarg" ;;
772
773 -v | -verbose | --verbose | --verbos | --verbo | --verb)
774 verbose=yes ;;
775
776 -version | --version | --versio | --versi | --vers)
777 echo "configure generated by autoconf version 2.13"
778 exit 0 ;;
779
780 -with-* | --with-*)
781 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
782 # Reject names that are not valid shell variable names.
783 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
784 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
785 fi
786 ac_package=`echo $ac_package| sed 's/-/_/g'`
787 case "$ac_option" in
788 *=*) ;;
789 *) ac_optarg=yes ;;
790 esac
791 eval "with_${ac_package}='$ac_optarg'" ;;
792
793 -without-* | --without-*)
794 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
795 # Reject names that are not valid shell variable names.
796 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
797 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
798 fi
799 ac_package=`echo $ac_package| sed 's/-/_/g'`
800 eval "with_${ac_package}=no" ;;
801
802 --x)
803 # Obsolete; use --with-x.
804 with_x=yes ;;
805
806 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
807 | --x-incl | --x-inc | --x-in | --x-i)
808 ac_prev=x_includes ;;
809 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
810 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
811 x_includes="$ac_optarg" ;;
812
813 -x-libraries | --x-libraries | --x-librarie | --x-librari \
814 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
815 ac_prev=x_libraries ;;
816 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
817 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
818 x_libraries="$ac_optarg" ;;
819
820 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
821 ;;
822
823 *)
824 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
825 echo "configure: warning: $ac_option: invalid host type" 1>&2
826 fi
827 if test "x$nonopt" != xNONE; then
828 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
829 fi
830 nonopt="$ac_option"
831 ;;
832
833 esac
834done
835
836if test -n "$ac_prev"; then
837 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
838fi
839
840trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
841
842# File descriptor usage:
843# 0 standard input
844# 1 file creation
845# 2 errors and warnings
846# 3 some systems may open it to /dev/tty
847# 4 used on the Kubota Titan
848# 6 checking for... messages and results
849# 5 compiler messages saved in config.log
850if test "$silent" = yes; then
851 exec 6>/dev/null
852else
853 exec 6>&1
854fi
855exec 5>./config.log
856
857echo "\
858This file contains any messages produced by compilers while
859running configure, to aid debugging if configure makes a mistake.
860" 1>&5
861
862# Strip out --no-create and --no-recursion so they do not pile up.
863# Also quote any args containing shell metacharacters.
864ac_configure_args=
865for ac_arg
866do
867 case "$ac_arg" in
868 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
869 | --no-cr | --no-c) ;;
870 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
871 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
872 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
873 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
874 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
875 esac
876done
877
878# NLS nuisances.
879# Only set these to C if already set. These must not be set unconditionally
880# because not all systems understand e.g. LANG=C (notably SCO).
881# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
882# Non-C LC_CTYPE values break the ctype check.
883if test "${LANG+set}" = set; then LANG=C; export LANG; fi
884if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
885if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
886if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
887
888# confdefs.h avoids OS command line length limits that DEFS can exceed.
889rm -rf conftest* confdefs.h
890# AIX cpp loses on an empty file, so make sure it contains at least a newline.
891echo > confdefs.h
892
893# A filename unique to this package, relative to the directory that
894# configure is in, which we can look for to find out if srcdir is correct.
895ac_unique_file=wx-config.in
896
897# Find the source files, if location was not specified.
898if test -z "$srcdir"; then
899 ac_srcdir_defaulted=yes
900 # Try the directory containing this script, then its parent.
901 ac_prog=$0
902 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
903 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
904 srcdir=$ac_confdir
905 if test ! -r $srcdir/$ac_unique_file; then
906 srcdir=..
907 fi
908else
909 ac_srcdir_defaulted=no
910fi
911if test ! -r $srcdir/$ac_unique_file; then
912 if test "$ac_srcdir_defaulted" = yes; then
913 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
914 else
915 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
916 fi
917fi
918srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
919
920# Prefer explicitly selected file to automatically selected ones.
921if test -z "$CONFIG_SITE"; then
922 if test "x$prefix" != xNONE; then
923 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
924 else
925 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
926 fi
927fi
928for ac_site_file in $CONFIG_SITE; do
929 if test -r "$ac_site_file"; then
930 echo "loading site script $ac_site_file"
931 . "$ac_site_file"
932 fi
933done
934
935if test -r "$cache_file"; then
936 echo "loading cache $cache_file"
937 . $cache_file
938else
939 echo "creating cache $cache_file"
940 > $cache_file
941fi
942
943ac_ext=c
944# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
945ac_cpp='$CPP $CPPFLAGS'
946ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
947ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
948cross_compiling=$ac_cv_prog_cc_cross
949
950ac_exeext=
951ac_objext=o
952if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
953 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
954 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
955 ac_n= ac_c='
956' ac_t=' '
957 else
958 ac_n=-n ac_c= ac_t=
959 fi
960else
961 ac_n= ac_c='\c' ac_t=
962fi
963
964
965
966ac_aux_dir=
967for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
968 if test -f $ac_dir/install-sh; then
969 ac_aux_dir=$ac_dir
970 ac_install_sh="$ac_aux_dir/install-sh -c"
971 break
972 elif test -f $ac_dir/install.sh; then
973 ac_aux_dir=$ac_dir
974 ac_install_sh="$ac_aux_dir/install.sh -c"
975 break
976 fi
977done
978if test -z "$ac_aux_dir"; then
979 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
980fi
981ac_config_guess=$ac_aux_dir/config.guess
982ac_config_sub=$ac_aux_dir/config.sub
983ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
984
985
986# Do some error checking and defaulting for the host and target type.
987# The inputs are:
988# configure --host=HOST --target=TARGET --build=BUILD NONOPT
989#
990# The rules are:
991# 1. You are not allowed to specify --host, --target, and nonopt at the
992# same time.
993# 2. Host defaults to nonopt.
994# 3. If nonopt is not specified, then host defaults to the current host,
995# as determined by config.guess.
996# 4. Target and build default to nonopt.
997# 5. If nonopt is not specified, then target and build default to host.
998
999# The aliases save the names the user supplied, while $host etc.
1000# will get canonicalized.
1001case $host---$target---$nonopt in
1002NONE---*---* | *---NONE---* | *---*---NONE) ;;
1003*) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
1004esac
1005
1006
1007# Make sure we can run config.sub.
1008if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
1009else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
1010fi
1011
1012echo $ac_n "checking host system type""... $ac_c" 1>&6
1013echo "configure:1014: checking host system type" >&5
1014
1015host_alias=$host
1016case "$host_alias" in
1017NONE)
1018 case $nonopt in
1019 NONE)
1020 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
1021 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
1022 fi ;;
1023 *) host_alias=$nonopt ;;
1024 esac ;;
1025esac
1026
1027host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
1028host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1029host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1030host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1031echo "$ac_t""$host" 1>&6
1032
1033echo $ac_n "checking target system type""... $ac_c" 1>&6
1034echo "configure:1035: checking target system type" >&5
1035
1036target_alias=$target
1037case "$target_alias" in
1038NONE)
1039 case $nonopt in
1040 NONE) target_alias=$host_alias ;;
1041 *) target_alias=$nonopt ;;
1042 esac ;;
1043esac
1044
1045target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
1046target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1047target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1048target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1049echo "$ac_t""$target" 1>&6
1050
1051echo $ac_n "checking build system type""... $ac_c" 1>&6
1052echo "configure:1053: checking build system type" >&5
1053
1054build_alias=$build
1055case "$build_alias" in
1056NONE)
1057 case $nonopt in
1058 NONE) build_alias=$host_alias ;;
1059 *) build_alias=$nonopt ;;
1060 esac ;;
1061esac
1062
1063build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
1064build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1065build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1066build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1067echo "$ac_t""$build" 1>&6
1068
1069test "$host_alias" != "$target_alias" &&
1070 test "$program_prefix$program_suffix$program_transform_name" = \
1071 NONENONEs,x,x, &&
1072 program_prefix=${target_alias}-
1073
1074
1075
1076WX_MAJOR_VERSION_NUMBER=2
1077WX_MINOR_VERSION_NUMBER=3
1078WX_RELEASE_NUMBER=3
1079
1080WX_VERSION=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER.$WX_RELEASE_NUMBER
1081WX_RELEASE=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER
1082
1083WX_MSW_VERSION=$WX_MAJOR_VERSION_NUMBER$WX_MINOR_VERSION_NUMBER$WX_RELEASE_NUMBER
1084
1085WX_CURRENT=2
1086WX_REVISION=0
1087WX_AGE=0
1088
1089
1090
1091USE_UNIX=1
1092USE_WIN32=0
1093USE_DOS=0
1094USE_BEOS=0
1095USE_MAC=0
1096
1097USE_LINUX=
1098USE_SGI=
1099USE_HPUX=
1100USE_SYSV=
1101USE_SVR4=
1102USE_AIX=
1103USE_SUN=
1104USE_SOLARIS=
1105USE_SUNOS=
1106USE_ALPHA=
1107USE_OSF=
1108USE_BSD=
1109USE_DARWIN=
1110USE_FREEBSD=
1111USE_OPENBSD=
1112USE_NETBSD=
1113USE_VMS=
1114USE_ULTRIX=
1115USE_DATA_GENERAL=
1116
1117NEEDS_D_REENTRANT_FOR_R_FUNCS=0
1118
1119ALL_TOOLKITS="GTK MAC MGL MICROWIN MOTIF MSW PM WINE X11"
1120
1121DEFAULT_wxUSE_GTK=0
1122DEFAULT_wxUSE_MAC=0
1123DEFAULT_wxUSE_MGL=0
1124DEFAULT_wxUSE_MICROWIN=0
1125DEFAULT_wxUSE_MOTIF=0
1126DEFAULT_wxUSE_MSW=0
1127DEFAULT_wxUSE_PM=0
1128DEFAULT_wxUSE_WINE=0
1129DEFAULT_wxUSE_X11=0
1130
1131DEFAULT_DEFAULT_wxUSE_GTK=0
1132DEFAULT_DEFAULT_wxUSE_MAC=0
1133DEFAULT_DEFAULT_wxUSE_MGL=0
1134DEFAULT_DEFAULT_wxUSE_MICROWIN=0
1135DEFAULT_DEFAULT_wxUSE_MOTIF=0
1136DEFAULT_DEFAULT_wxUSE_MSW=0
1137DEFAULT_DEFAULT_wxUSE_PM=0
1138DEFAULT_DEFAULT_wxUSE_WINE=0
1139DEFAULT_DEFAULT_wxUSE_X11=0
1140
1141PROGRAM_EXT=
1142SO_SUFFIX=so
1143
1144case "${host}" in
1145 *-hp-hpux* )
1146 USE_HPUX=1
1147 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1148 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1149 SO_SUFFIX=sl
1150 cat >> confdefs.h <<\EOF
1151#define __HPUX__ 1
1152EOF
1153
1154 ;;
1155 *-*-linux* )
1156 USE_LINUX=1
1157 cat >> confdefs.h <<\EOF
1158#define __LINUX__ 1
1159EOF
1160
1161 TMP=`uname -m`
1162 if test "x$TMP" = "xalpha"; then
1163 USE_ALPHA=1
1164 cat >> confdefs.h <<\EOF
1165#define __ALPHA__ 1
1166EOF
1167
1168 fi
1169 DEFAULT_DEFAULT_wxUSE_GTK=1
1170 ;;
1171 *-*-irix5* | *-*-irix6* )
1172 USE_SGI=1
1173 USE_SVR4=1
1174 cat >> confdefs.h <<\EOF
1175#define __SGI__ 1
1176EOF
1177
1178 cat >> confdefs.h <<\EOF
1179#define __SVR4__ 1
1180EOF
1181
1182 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1183 ;;
1184 *-*-solaris2* )
1185 USE_SUN=1
1186 USE_SOLARIS=1
1187 USE_SVR4=1
1188 cat >> confdefs.h <<\EOF
1189#define __SUN__ 1
1190EOF
1191
1192 cat >> confdefs.h <<\EOF
1193#define __SOLARIS__ 1
1194EOF
1195
1196 cat >> confdefs.h <<\EOF
1197#define __SVR4__ 1
1198EOF
1199
1200 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1201 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1202 ;;
1203 *-*-sunos4* )
1204 USE_SUN=1
1205 USE_SUNOS=1
1206 USE_BSD=1
1207 cat >> confdefs.h <<\EOF
1208#define __SUN__ 1
1209EOF
1210
1211 cat >> confdefs.h <<\EOF
1212#define __SUNOS__ 1
1213EOF
1214
1215 cat >> confdefs.h <<\EOF
1216#define __BSD__ 1
1217EOF
1218
1219 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1220 ;;
1221 *-*-freebsd*)
1222 USE_BSD=1
1223 USE_FREEBSD=1
1224 cat >> confdefs.h <<\EOF
1225#define __FREEBSD__ 1
1226EOF
1227
1228 cat >> confdefs.h <<\EOF
1229#define __BSD__ 1
1230EOF
1231
1232 DEFAULT_DEFAULT_wxUSE_GTK=1
1233 ;;
1234 *-*-openbsd*)
1235 USE_BSD=1
1236 USE_OPENBSD=1
1237 cat >> confdefs.h <<\EOF
1238#define __FREEBSD__ 1
1239EOF
1240
1241 cat >> confdefs.h <<\EOF
1242#define __OPENBSD__ 1
1243EOF
1244
1245 DEFAULT_DEFAULT_wxUSE_GTK=1
1246 ;;
1247 *-*-netbsd*)
1248 USE_BSD=1
1249 USE_NETBSD=1
1250 cat >> confdefs.h <<\EOF
1251#define __FREEBSD__ 1
1252EOF
1253
1254 cat >> confdefs.h <<\EOF
1255#define __NETBSD__ 1
1256EOF
1257
1258 DEFAULT_DEFAULT_wxUSE_GTK=1
1259 ;;
1260 *-*-osf* )
1261 USE_ALPHA=1
1262 USE_OSF=1
1263 cat >> confdefs.h <<\EOF
1264#define __ALPHA__ 1
1265EOF
1266
1267 cat >> confdefs.h <<\EOF
1268#define __OSF__ 1
1269EOF
1270
1271 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1272 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1273 ;;
1274 *-*-dgux5* )
1275 USE_ALPHA=1
1276 USE_SVR4=1
1277 cat >> confdefs.h <<\EOF
1278#define __ALPHA__ 1
1279EOF
1280
1281 cat >> confdefs.h <<\EOF
1282#define __SVR4__ 1
1283EOF
1284
1285 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1286 ;;
1287 *-*-sysv5* )
1288 USE_SYSV=1
1289 USE_SVR4=1
1290 cat >> confdefs.h <<\EOF
1291#define __SYSV__ 1
1292EOF
1293
1294 cat >> confdefs.h <<\EOF
1295#define __SVR4__ 1
1296EOF
1297
1298 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1299 ;;
1300 *-*-aix* )
1301 USE_AIX=1
1302 USE_SYSV=1
1303 USE_SVR4=1
1304 SO_SUFFIX=a
1305 cat >> confdefs.h <<\EOF
1306#define __AIX__ 1
1307EOF
1308
1309 cat >> confdefs.h <<\EOF
1310#define __SYSV__ 1
1311EOF
1312
1313 cat >> confdefs.h <<\EOF
1314#define __SVR4__ 1
1315EOF
1316
1317 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1318 ;;
1319
1320 *-*-cygwin* | *-*-mingw32* )
1321 SO_SUFFIX=dll
1322 PROGRAM_EXT=".exe"
1323 RESCOMP=windres
1324 DEFAULT_DEFAULT_wxUSE_MSW=1
1325 ;;
1326
1327 *-pc-msdosdjgpp )
1328 USE_UNIX=0
1329 USE_DOS=1
1330 cat >> confdefs.h <<\EOF
1331#define __DOS__ 1
1332EOF
1333
1334 PROGRAM_EXT=".exe"
1335 DEFAULT_DEFAULT_wxUSE_MGL=1
1336 LIBS="$LIBS -lstdc++"
1337 ;;
1338
1339 *-pc-os2_emx | *-pc-os2-emx )
1340 cat >> confdefs.h <<\EOF
1341#define __EMX__ 1
1342EOF
1343
1344 PROGRAM_EXT=".exe"
1345 DEFAULT_DEFAULT_wxUSE_PM=1
1346 LIBS="$LIBS -lstdcpp"
1347 ;;
1348
1349 powerpc-*-darwin* )
1350 USE_BSD=1
1351 USE_DARWIN=1
1352 SO_SUFFIX=dylib
1353 cat >> confdefs.h <<\EOF
1354#define __BSD__ 1
1355EOF
1356
1357 cat >> confdefs.h <<\EOF
1358#define __DARWIN__ 1
1359EOF
1360
1361 cat >> confdefs.h <<\EOF
1362#define __POWERPC__ 1
1363EOF
1364
1365 DEFAULT_DEFAULT_wxUSE_MAC=1
1366 ;;
1367
1368 *-*-beos* )
1369 USE_BEOS=1
1370 cat >> confdefs.h <<\EOF
1371#define __BEOS__ 1
1372EOF
1373
1374 ;;
1375
1376 *)
1377 { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; }
1378esac
1379
1380
1381
1382
1383 wx_arg_cache_file="configarg.cache"
1384 echo "loading argument cache $wx_arg_cache_file"
1385 rm -f ${wx_arg_cache_file}.tmp
1386 touch ${wx_arg_cache_file}.tmp
1387 touch ${wx_arg_cache_file}
1388
1389
1390DEBUG_CONFIGURE=0
1391if test $DEBUG_CONFIGURE = 1; then
1392 DEFAULT_wxUSE_UNIVERSAL=no
1393
1394 DEFAULT_wxUSE_NANOX=no
1395
1396 DEFAULT_wxUSE_THREADS=yes
1397
1398 DEFAULT_wxUSE_SHARED=yes
1399 DEFAULT_wxUSE_SONAME=no
1400 DEFAULT_wxUSE_OPTIMISE=no
1401 DEFAULT_wxUSE_PROFILE=no
1402 DEFAULT_wxUSE_NO_DEPS=no
1403 DEFAULT_wxUSE_NO_RTTI=no
1404 DEFAULT_wxUSE_NO_EXCEPTIONS=no
1405 DEFAULT_wxUSE_PERMISSIVE=no
1406 DEFAULT_wxUSE_DEBUG_FLAG=yes
1407 DEFAULT_wxUSE_DEBUG_INFO=yes
1408 DEFAULT_wxUSE_DEBUG_GDB=yes
1409 DEFAULT_wxUSE_MEM_TRACING=no
1410 DEFAULT_wxUSE_DEBUG_CONTEXT=no
1411 DEFAULT_wxUSE_DMALLOC=no
1412 DEFAULT_wxUSE_PRECOMP=no
1413 DEFAULT_wxUSE_APPLE_IEEE=no
1414
1415 DEFAULT_wxUSE_LOG=yes
1416 DEFAULT_wxUSE_LOGWINDOW=no
1417 DEFAULT_wxUSE_LOGGUI=no
1418 DEFAULT_wxUSE_LOGDIALOG=no
1419
1420 DEFAULT_wxUSE_GUI=yes
1421 DEFAULT_wxUSE_CONTROLS=no
1422
1423 DEFAULT_wxUSE_REGEX=no
1424 DEFAULT_wxUSE_ZLIB=no
1425 DEFAULT_wxUSE_LIBPNG=no
1426 DEFAULT_wxUSE_LIBJPEG=no
1427 DEFAULT_wxUSE_LIBTIFF=no
1428 DEFAULT_wxUSE_ODBC=no
1429 DEFAULT_wxUSE_OPENGL=no
1430
1431 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=no
1432 DEFAULT_wxUSE_SNGLINST_CHECKER=no
1433 DEFAULT_wxUSE_STD_IOSTREAM=no
1434 DEFAULT_wxUSE_CMDLINE_PARSER=no
1435 DEFAULT_wxUSE_DATETIME=no
1436 DEFAULT_wxUSE_TIMEDATE=no
1437 DEFAULT_wxUSE_TIMER=no
1438 DEFAULT_wxUSE_STOPWATCH=no
1439 DEFAULT_wxUSE_FILE=no
1440 DEFAULT_wxUSE_FFILE=no
1441 DEFAULT_wxUSE_TEXTBUFFER=no
1442 DEFAULT_wxUSE_TEXTFILE=no
1443 DEFAULT_wxUSE_WAVE=no
1444 DEFAULT_wxUSE_INTL=no
1445 DEFAULT_wxUSE_CONFIG=no
1446 DEFAULT_wxUSE_FONTMAP=no
1447 DEFAULT_wxUSE_STREAMS=no
1448 DEFAULT_wxUSE_SOCKETS=no
1449 DEFAULT_wxUSE_DIALUP_MANAGER=no
1450 DEFAULT_wxUSE_JOYSTICK=no
1451 DEFAULT_wxUSE_DYNLIB_CLASS=no
1452 DEFAULT_wxUSE_DYNAMIC_LOADER=no
1453 DEFAULT_wxUSE_LONGLONG=no
1454 DEFAULT_wxUSE_GEOMETRY=no
1455
1456 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no
1457 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no
1458 DEFAULT_wxUSE_POSTSCRIPT=no
1459
1460 DEFAULT_wxUSE_X_RESOURCES=no
1461 DEFAULT_wxUSE_CLIPBOARD=no
1462 DEFAULT_wxUSE_TOOLTIPS=no
1463 DEFAULT_wxUSE_DRAG_AND_DROP=no
1464 DEFAULT_wxUSE_DRAGIMAGE=no
1465 DEFAULT_wxUSE_SPLINES=no
1466
1467 DEFAULT_wxUSE_MDI_ARCHITECTURE=no
1468 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no
1469 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no
1470
1471 DEFAULT_wxUSE_PROLOGIO=no
1472 DEFAULT_wxUSE_RESOURCES=no
1473 DEFAULT_wxUSE_CONSTRAINTS=no
1474 DEFAULT_wxUSE_IPC=no
1475 DEFAULT_wxUSE_HELP=no
1476 DEFAULT_wxUSE_MS_HTML_HELP=no
1477 DEFAULT_wxUSE_WXHTML_HELP=no
1478 DEFAULT_wxUSE_TREELAYOUT=no
1479 DEFAULT_wxUSE_METAFILE=no
1480 DEFAULT_wxUSE_MIMETYPE=no
1481 DEFAULT_wxUSE_SYSTEM_OPTIONS=no
1482 DEFAULT_wxUSE_PROTOCOL=no
1483 DEFAULT_wxUSE_PROTOCOL_HTTP=no
1484 DEFAULT_wxUSE_PROTOCOL_FTP=no
1485 DEFAULT_wxUSE_PROTOCOL_FILE=no
1486 DEFAULT_wxUSE_URL=no
1487
1488 DEFAULT_wxUSE_COMMONDLGS=no
1489 DEFAULT_wxUSE_CHOICEDLG=no
1490 DEFAULT_wxUSE_COLOURDLG=no
1491 DEFAULT_wxUSE_DIRDLG=no
1492 DEFAULT_wxUSE_FILEDLG=no
1493 DEFAULT_wxUSE_FINDREPLDLG=no
1494 DEFAULT_wxUSE_FONTDLG=no
1495 DEFAULT_wxUSE_MSGDLG=no
1496 DEFAULT_wxUSE_NUMBERDLG=no
1497 DEFAULT_wxUSE_TEXTDLG=no
1498 DEFAULT_wxUSE_SPLASH=no
1499 DEFAULT_wxUSE_STARTUP_TIPS=no
1500 DEFAULT_wxUSE_PROGRESSDLG=no
1501 DEFAULT_wxUSE_WIZARDDLG=no
1502
1503 DEFAULT_wxUSE_MENUS=no
1504 DEFAULT_wxUSE_MINIFRAME=no
1505 DEFAULT_wxUSE_HTML=no
1506 DEFAULT_wxUSE_FILESYSTEM=no
1507 DEFAULT_wxUSE_FS_INET=no
1508 DEFAULT_wxUSE_FS_ZIP=no
1509 DEFAULT_wxUSE_BUSYINFO=no
1510 DEFAULT_wxUSE_ZIPSTREAM=no
1511 DEFAULT_wxUSE_VALIDATORS=no
1512
1513 DEFAULT_wxUSE_ACCEL=no
1514 DEFAULT_wxUSE_BUTTON=no
1515 DEFAULT_wxUSE_BMPBUTTON=no
1516 DEFAULT_wxUSE_CALCTRL=no
1517 DEFAULT_wxUSE_CARET=no
1518 DEFAULT_wxUSE_CHECKBOX=no
1519 DEFAULT_wxUSE_CHECKLST=no
1520 DEFAULT_wxUSE_CHOICE=no
1521 DEFAULT_wxUSE_COMBOBOX=no
1522 DEFAULT_wxUSE_GAUGE=no
1523 DEFAULT_wxUSE_GRID=no
1524 DEFAULT_wxUSE_NEW_GRID=no
1525 DEFAULT_wxUSE_IMAGLIST=no
1526 DEFAULT_wxUSE_LISTBOX=no
1527 DEFAULT_wxUSE_LISTCTRL=no
1528 DEFAULT_wxUSE_NOTEBOOK=no
1529 DEFAULT_wxUSE_PROPSHEET=no
1530 DEFAULT_wxUSE_RADIOBOX=no
1531 DEFAULT_wxUSE_RADIOBTN=no
1532 DEFAULT_wxUSE_SASH=no
1533 DEFAULT_wxUSE_SCROLLBAR=no
1534 DEFAULT_wxUSE_SLIDER=no
1535 DEFAULT_wxUSE_SPINBTN=no
1536 DEFAULT_wxUSE_SPINCTRL=no
1537 DEFAULT_wxUSE_SPLITTER=no
1538 DEFAULT_wxUSE_STATBMP=no
1539 DEFAULT_wxUSE_STATBOX=no
1540 DEFAULT_wxUSE_STATLINE=no
1541 DEFAULT_wxUSE_STATTEXT=no
1542 DEFAULT_wxUSE_STATUSBAR=yes
1543 DEFAULT_wxUSE_TABDIALOG=no
1544 DEFAULT_wxUSE_TEXTCTRL=no
1545 DEFAULT_wxUSE_TOGGLEBTN=no
1546 DEFAULT_wxUSE_TOOLBAR=no
1547 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
1548 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
1549 DEFAULT_wxUSE_TREECTRL=no
1550 DEFAULT_wxUSE_POPUPWIN=no
1551 DEFAULT_wxUSE_TIPWINDOW=no
1552
1553 DEFAULT_wxUSE_UNICODE=no
1554 DEFAULT_wxUSE_UNICODE_MSLU=no
1555 DEFAULT_wxUSE_WCSRTOMBS=no
1556
1557 DEFAULT_wxUSE_PALETTE=no
1558 DEFAULT_wxUSE_IMAGE=no
1559 DEFAULT_wxUSE_GIF=no
1560 DEFAULT_wxUSE_PCX=no
1561 DEFAULT_wxUSE_PNM=no
1562 DEFAULT_wxUSE_IFF=no
1563 DEFAULT_wxUSE_XPM=no
1564 DEFAULT_wxUSE_ICO_CUR=no
1565else
1566 DEFAULT_wxUSE_UNIVERSAL=no
1567
1568 DEFAULT_wxUSE_NANOX=no
1569
1570 DEFAULT_wxUSE_THREADS=yes
1571
1572 DEFAULT_wxUSE_SHARED=yes
1573 DEFAULT_wxUSE_SONAME=no
1574 DEFAULT_wxUSE_OPTIMISE=yes
1575 DEFAULT_wxUSE_PROFILE=no
1576 DEFAULT_wxUSE_NO_DEPS=no
1577 DEFAULT_wxUSE_NO_RTTI=no
1578 DEFAULT_wxUSE_NO_EXCEPTIONS=no
1579 DEFAULT_wxUSE_PERMISSIVE=no
1580 DEFAULT_wxUSE_DEBUG_FLAG=no
1581 DEFAULT_wxUSE_DEBUG_INFO=no
1582 DEFAULT_wxUSE_DEBUG_GDB=no
1583 DEFAULT_wxUSE_MEM_TRACING=no
1584 DEFAULT_wxUSE_DEBUG_CONTEXT=no
1585 DEFAULT_wxUSE_DMALLOC=no
1586 DEFAULT_wxUSE_PRECOMP=no
1587 DEFAULT_wxUSE_APPLE_IEEE=yes
1588
1589 DEFAULT_wxUSE_LOG=yes
1590 DEFAULT_wxUSE_LOGWINDOW=yes
1591 DEFAULT_wxUSE_LOGGUI=yes
1592 DEFAULT_wxUSE_LOGDIALOG=yes
1593
1594 DEFAULT_wxUSE_GUI=yes
1595
1596 DEFAULT_wxUSE_REGEX=yes
1597 DEFAULT_wxUSE_ZLIB=yes
1598 DEFAULT_wxUSE_LIBPNG=yes
1599 DEFAULT_wxUSE_LIBJPEG=yes
1600 DEFAULT_wxUSE_LIBTIFF=yes
1601 DEFAULT_wxUSE_ODBC=no
1602 DEFAULT_wxUSE_OPENGL=no
1603
1604 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=yes
1605 DEFAULT_wxUSE_SNGLINST_CHECKER=yes
1606 DEFAULT_wxUSE_STD_IOSTREAM=no
1607 DEFAULT_wxUSE_CMDLINE_PARSER=yes
1608 DEFAULT_wxUSE_DATETIME=yes
1609 DEFAULT_wxUSE_TIMEDATE=no
1610 DEFAULT_wxUSE_TIMER=yes
1611 DEFAULT_wxUSE_STOPWATCH=yes
1612 DEFAULT_wxUSE_FILE=yes
1613 DEFAULT_wxUSE_FFILE=yes
1614 DEFAULT_wxUSE_TEXTBUFFER=yes
1615 DEFAULT_wxUSE_TEXTFILE=yes
1616 DEFAULT_wxUSE_WAVE=no
1617 DEFAULT_wxUSE_INTL=yes
1618 DEFAULT_wxUSE_CONFIG=yes
1619 DEFAULT_wxUSE_FONTMAP=yes
1620 DEFAULT_wxUSE_STREAMS=yes
1621 DEFAULT_wxUSE_SOCKETS=yes
1622 DEFAULT_wxUSE_DIALUP_MANAGER=yes
1623 DEFAULT_wxUSE_JOYSTICK=yes
1624 DEFAULT_wxUSE_DYNLIB_CLASS=yes
1625 DEFAULT_wxUSE_DYNAMIC_LOADER=yes
1626 DEFAULT_wxUSE_LONGLONG=yes
1627 DEFAULT_wxUSE_GEOMETRY=yes
1628
1629 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes
1630 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes
1631 DEFAULT_wxUSE_POSTSCRIPT=yes
1632
1633 DEFAULT_wxUSE_X_RESOURCES=no
1634 DEFAULT_wxUSE_CLIPBOARD=yes
1635 DEFAULT_wxUSE_TOOLTIPS=yes
1636 DEFAULT_wxUSE_DRAG_AND_DROP=yes
1637 DEFAULT_wxUSE_DRAGIMAGE=yes
1638 DEFAULT_wxUSE_SPLINES=yes
1639
1640 DEFAULT_wxUSE_MDI_ARCHITECTURE=yes
1641 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes
1642 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes
1643
1644 DEFAULT_wxUSE_PROLOGIO=yes
1645 DEFAULT_wxUSE_RESOURCES=yes
1646 DEFAULT_wxUSE_CONSTRAINTS=yes
1647 DEFAULT_wxUSE_IPC=yes
1648 DEFAULT_wxUSE_HELP=yes
1649 DEFAULT_wxUSE_MS_HTML_HELP=yes
1650 DEFAULT_wxUSE_WXHTML_HELP=yes
1651 DEFAULT_wxUSE_TREELAYOUT=yes
1652 DEFAULT_wxUSE_METAFILE=yes
1653 DEFAULT_wxUSE_MIMETYPE=yes
1654 DEFAULT_wxUSE_SYSTEM_OPTIONS=yes
1655 DEFAULT_wxUSE_PROTOCOL=yes
1656 DEFAULT_wxUSE_PROTOCOL_HTTP=yes
1657 DEFAULT_wxUSE_PROTOCOL_FTP=yes
1658 DEFAULT_wxUSE_PROTOCOL_FILE=yes
1659 DEFAULT_wxUSE_URL=yes
1660
1661 DEFAULT_wxUSE_COMMONDLGS=yes
1662 DEFAULT_wxUSE_CHOICEDLG=yes
1663 DEFAULT_wxUSE_COLOURDLG=yes
1664 DEFAULT_wxUSE_DIRDLG=yes
1665 DEFAULT_wxUSE_FILEDLG=yes
1666 DEFAULT_wxUSE_FINDREPLDLG=yes
1667 DEFAULT_wxUSE_FONTDLG=yes
1668 DEFAULT_wxUSE_MSGDLG=yes
1669 DEFAULT_wxUSE_NUMBERDLG=yes
1670 DEFAULT_wxUSE_TEXTDLG=yes
1671 DEFAULT_wxUSE_SPLASH=yes
1672 DEFAULT_wxUSE_STARTUP_TIPS=yes
1673 DEFAULT_wxUSE_PROGRESSDLG=yes
1674 DEFAULT_wxUSE_WIZARDDLG=yes
1675
1676 DEFAULT_wxUSE_MENUS=yes
1677 DEFAULT_wxUSE_MINIFRAME=yes
1678 DEFAULT_wxUSE_HTML=yes
1679 DEFAULT_wxUSE_FILESYSTEM=yes
1680 DEFAULT_wxUSE_FS_INET=yes
1681 DEFAULT_wxUSE_FS_ZIP=yes
1682 DEFAULT_wxUSE_BUSYINFO=yes
1683 DEFAULT_wxUSE_ZIPSTREAM=yes
1684 DEFAULT_wxUSE_VALIDATORS=yes
1685
1686 DEFAULT_wxUSE_ACCEL=yes
1687 DEFAULT_wxUSE_BUTTON=yes
1688 DEFAULT_wxUSE_BMPBUTTON=yes
1689 DEFAULT_wxUSE_CALCTRL=yes
1690 DEFAULT_wxUSE_CARET=yes
1691 DEFAULT_wxUSE_CHECKBOX=yes
1692 DEFAULT_wxUSE_CHECKLST=yes
1693 DEFAULT_wxUSE_CHOICE=yes
1694 DEFAULT_wxUSE_COMBOBOX=yes
1695 DEFAULT_wxUSE_GAUGE=yes
1696 DEFAULT_wxUSE_GRID=yes
1697 DEFAULT_wxUSE_NEW_GRID=yes
1698 DEFAULT_wxUSE_IMAGLIST=yes
1699 DEFAULT_wxUSE_LISTBOX=yes
1700 DEFAULT_wxUSE_LISTCTRL=yes
1701 DEFAULT_wxUSE_NOTEBOOK=yes
1702 DEFAULT_wxUSE_PROPSHEET=yes
1703 DEFAULT_wxUSE_RADIOBOX=yes
1704 DEFAULT_wxUSE_RADIOBTN=yes
1705 DEFAULT_wxUSE_SASH=yes
1706 DEFAULT_wxUSE_SCROLLBAR=yes
1707 DEFAULT_wxUSE_SLIDER=yes
1708 DEFAULT_wxUSE_SPINBTN=yes
1709 DEFAULT_wxUSE_SPINCTRL=yes
1710 DEFAULT_wxUSE_SPLITTER=yes
1711 DEFAULT_wxUSE_STATBMP=yes
1712 DEFAULT_wxUSE_STATBOX=yes
1713 DEFAULT_wxUSE_STATLINE=yes
1714 DEFAULT_wxUSE_STATTEXT=yes
1715 DEFAULT_wxUSE_STATUSBAR=yes
1716 DEFAULT_wxUSE_TABDIALOG=no
1717 DEFAULT_wxUSE_TEXTCTRL=yes
1718 DEFAULT_wxUSE_TOGGLEBTN=yes
1719 DEFAULT_wxUSE_TOOLBAR=yes
1720 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
1721 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
1722 DEFAULT_wxUSE_TREECTRL=yes
1723 DEFAULT_wxUSE_POPUPWIN=yes
1724 DEFAULT_wxUSE_TIPWINDOW=yes
1725
1726 DEFAULT_wxUSE_UNICODE=no
1727 DEFAULT_wxUSE_UNICODE_MSLU=yes
1728 DEFAULT_wxUSE_WCSRTOMBS=no
1729
1730 DEFAULT_wxUSE_PALETTE=yes
1731 DEFAULT_wxUSE_IMAGE=yes
1732 DEFAULT_wxUSE_GIF=yes
1733 DEFAULT_wxUSE_PCX=yes
1734 DEFAULT_wxUSE_IFF=no
1735 DEFAULT_wxUSE_PNM=yes
1736 DEFAULT_wxUSE_XPM=yes
1737 DEFAULT_wxUSE_ICO_CUR=yes
1738fi
1739
1740
1741
1742for toolkit in `echo $ALL_TOOLKITS`; do
1743 LINE=`grep "wxUSE_$toolkit" ${wx_arg_cache_file}`
1744 if test "x$LINE" != x ; then
1745 has_toolkit_in_cache=1
1746 eval "DEFAULT_$LINE"
1747 eval "CACHE_$toolkit=1"
1748 fi
1749done
1750
1751
1752
1753 echo $ac_n "checking for --enable-gui""... $ac_c" 1>&6
1754echo "configure:1755: checking for --enable-gui" >&5
1755 no_cache=0
1756 # Check whether --enable-gui or --disable-gui was given.
1757if test "${enable_gui+set}" = set; then
1758 enableval="$enable_gui"
1759
1760 if test "$enableval" = yes; then
1761 ac_cv_use_gui='wxUSE_GUI=yes'
1762 else
1763 ac_cv_use_gui='wxUSE_GUI=no'
1764 fi
1765
1766else
1767
1768 LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
1769 if test "x$LINE" != x ; then
1770 eval "DEFAULT_$LINE"
1771 else
1772 no_cache=1
1773 fi
1774
1775 ac_cv_use_gui='wxUSE_GUI='$DEFAULT_wxUSE_GUI
1776
1777fi
1778
1779
1780 eval "$ac_cv_use_gui"
1781 if test "$no_cache" != 1; then
1782 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
1783 fi
1784
1785 if test "$wxUSE_GUI" = yes; then
1786 echo "$ac_t""yes" 1>&6
1787 else
1788 echo "$ac_t""no" 1>&6
1789 fi
1790
1791
1792if test "$wxUSE_GUI" = "yes"; then
1793
1794
1795 echo $ac_n "checking for --enable-universal""... $ac_c" 1>&6
1796echo "configure:1797: checking for --enable-universal" >&5
1797 no_cache=0
1798 # Check whether --enable-universal or --disable-universal was given.
1799if test "${enable_universal+set}" = set; then
1800 enableval="$enable_universal"
1801
1802 if test "$enableval" = yes; then
1803 ac_cv_use_universal='wxUSE_UNIVERSAL=yes'
1804 else
1805 ac_cv_use_universal='wxUSE_UNIVERSAL=no'
1806 fi
1807
1808else
1809
1810 LINE=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
1811 if test "x$LINE" != x ; then
1812 eval "DEFAULT_$LINE"
1813 else
1814 no_cache=1
1815 fi
1816
1817 ac_cv_use_universal='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL
1818
1819fi
1820
1821
1822 eval "$ac_cv_use_universal"
1823 if test "$no_cache" != 1; then
1824 echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
1825 fi
1826
1827 if test "$wxUSE_UNIVERSAL" = yes; then
1828 echo "$ac_t""yes" 1>&6
1829 else
1830 echo "$ac_t""no" 1>&6
1831 fi
1832
1833# Check whether --with-gtk or --without-gtk was given.
1834if test "${with_gtk+set}" = set; then
1835 withval="$with_gtk"
1836 wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
1837fi
1838
1839# Check whether --with-motif or --without-motif was given.
1840if test "${with_motif+set}" = set; then
1841 withval="$with_motif"
1842 wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
1843fi
1844
1845# Check whether --with-mac or --without-mac was given.
1846if test "${with_mac+set}" = set; then
1847 withval="$with_mac"
1848 wxUSE_MAC="$withval" TOOLKIT_GIVEN=1
1849fi
1850
1851# Check whether --with-wine or --without-wine was given.
1852if test "${with_wine+set}" = set; then
1853 withval="$with_wine"
1854 wxUSE_WINE="$withval" CACHE_WINE=1 TOOLKIT_GIVEN=1
1855fi
1856
1857# Check whether --with-msw or --without-msw was given.
1858if test "${with_msw+set}" = set; then
1859 withval="$with_msw"
1860 wxUSE_MSW="$withval" CACHE_MSW=1 TOOLKIT_GIVEN=1
1861fi
1862
1863# Check whether --with-pm or --without-pm was given.
1864if test "${with_pm+set}" = set; then
1865 withval="$with_pm"
1866 wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
1867fi
1868
1869# Check whether --with-mgl or --without-mgl was given.
1870if test "${with_mgl+set}" = set; then
1871 withval="$with_mgl"
1872 wxUSE_MGL="$withval" wxUSE_UNIVERSAL="yes" CACHE_MGL=1 TOOLKIT_GIVEN=1
1873fi
1874
1875# Check whether --with-microwin or --without-microwin was given.
1876if test "${with_microwin+set}" = set; then
1877 withval="$with_microwin"
1878 wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1
1879fi
1880
1881# Check whether --with-x11 or --without-x11 was given.
1882if test "${with_x11+set}" = set; then
1883 withval="$with_x11"
1884 wxUSE_X11="$withval" wxUSE_UNIVERSAL="yes" CACHE_X11=1 TOOLKIT_GIVEN=1
1885fi
1886
1887
1888 echo $ac_n "checking for --enable-nanox""... $ac_c" 1>&6
1889echo "configure:1890: checking for --enable-nanox" >&5
1890 no_cache=0
1891 # Check whether --enable-nanox or --disable-nanox was given.
1892if test "${enable_nanox+set}" = set; then
1893 enableval="$enable_nanox"
1894
1895 if test "$enableval" = yes; then
1896 ac_cv_use_nanox='wxUSE_NANOX=yes'
1897 else
1898 ac_cv_use_nanox='wxUSE_NANOX=no'
1899 fi
1900
1901else
1902
1903 LINE=`grep "wxUSE_NANOX" ${wx_arg_cache_file}`
1904 if test "x$LINE" != x ; then
1905 eval "DEFAULT_$LINE"
1906 else
1907 no_cache=1
1908 fi
1909
1910 ac_cv_use_nanox='wxUSE_NANOX='$DEFAULT_wxUSE_NANOX
1911
1912fi
1913
1914
1915 eval "$ac_cv_use_nanox"
1916 if test "$no_cache" != 1; then
1917 echo $ac_cv_use_nanox >> ${wx_arg_cache_file}.tmp
1918 fi
1919
1920 if test "$wxUSE_NANOX" = yes; then
1921 echo "$ac_t""yes" 1>&6
1922 else
1923 echo "$ac_t""no" 1>&6
1924 fi
1925
1926
1927# Check whether --enable-gtk2 or --disable-gtk2 was given.
1928if test "${enable_gtk2+set}" = set; then
1929 enableval="$enable_gtk2"
1930 wxUSE_GTK2="yes"
1931else
1932 wxUSE_GTK2="no"
1933fi
1934
1935
1936
1937 echo $ac_n "checking for --with-libpng""... $ac_c" 1>&6
1938echo "configure:1939: checking for --with-libpng" >&5
1939 no_cache=0
1940 # Check whether --with-libpng or --without-libpng was given.
1941if test "${with_libpng+set}" = set; then
1942 withval="$with_libpng"
1943
1944 if test "$withval" = yes; then
1945 ac_cv_use_libpng='wxUSE_LIBPNG=yes'
1946 elif test "$withval" = no; then
1947 ac_cv_use_libpng='wxUSE_LIBPNG=no'
1948 elif test "$withval" = sys; then
1949 ac_cv_use_libpng='wxUSE_LIBPNG=sys'
1950 elif test "$withval" = builtin; then
1951 ac_cv_use_libpng='wxUSE_LIBPNG=builtin'
1952 else
1953 { echo "configure: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" 1>&2; exit 1; }
1954 fi
1955
1956else
1957
1958 LINE=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
1959 if test "x$LINE" != x ; then
1960 eval "DEFAULT_$LINE"
1961 else
1962 no_cache=1
1963 fi
1964
1965 ac_cv_use_libpng='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
1966
1967fi
1968
1969
1970 eval "$ac_cv_use_libpng"
1971 if test "$no_cache" != 1; then
1972 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
1973 fi
1974
1975 if test "$wxUSE_LIBPNG" = yes; then
1976 echo "$ac_t""yes" 1>&6
1977 elif test "$wxUSE_LIBPNG" = no; then
1978 echo "$ac_t""no" 1>&6
1979 elif test "$wxUSE_LIBPNG" = sys; then
1980 echo "$ac_t""system version" 1>&6
1981 elif test "$wxUSE_LIBPNG" = builtin; then
1982 echo "$ac_t""builtin version" 1>&6
1983 else
1984 { echo "configure: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" 1>&2; exit 1; }
1985 fi
1986
1987
1988 echo $ac_n "checking for --with-libjpeg""... $ac_c" 1>&6
1989echo "configure:1990: checking for --with-libjpeg" >&5
1990 no_cache=0
1991 # Check whether --with-libjpeg or --without-libjpeg was given.
1992if test "${with_libjpeg+set}" = set; then
1993 withval="$with_libjpeg"
1994
1995 if test "$withval" = yes; then
1996 ac_cv_use_libjpeg='wxUSE_LIBJPEG=yes'
1997 elif test "$withval" = no; then
1998 ac_cv_use_libjpeg='wxUSE_LIBJPEG=no'
1999 elif test "$withval" = sys; then
2000 ac_cv_use_libjpeg='wxUSE_LIBJPEG=sys'
2001 elif test "$withval" = builtin; then
2002 ac_cv_use_libjpeg='wxUSE_LIBJPEG=builtin'
2003 else
2004 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2005 fi
2006
2007else
2008
2009 LINE=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
2010 if test "x$LINE" != x ; then
2011 eval "DEFAULT_$LINE"
2012 else
2013 no_cache=1
2014 fi
2015
2016 ac_cv_use_libjpeg='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
2017
2018fi
2019
2020
2021 eval "$ac_cv_use_libjpeg"
2022 if test "$no_cache" != 1; then
2023 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
2024 fi
2025
2026 if test "$wxUSE_LIBJPEG" = yes; then
2027 echo "$ac_t""yes" 1>&6
2028 elif test "$wxUSE_LIBJPEG" = no; then
2029 echo "$ac_t""no" 1>&6
2030 elif test "$wxUSE_LIBJPEG" = sys; then
2031 echo "$ac_t""system version" 1>&6
2032 elif test "$wxUSE_LIBJPEG" = builtin; then
2033 echo "$ac_t""builtin version" 1>&6
2034 else
2035 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2036 fi
2037
2038
2039 echo $ac_n "checking for --with-libtiff""... $ac_c" 1>&6
2040echo "configure:2041: checking for --with-libtiff" >&5
2041 no_cache=0
2042 # Check whether --with-libtiff or --without-libtiff was given.
2043if test "${with_libtiff+set}" = set; then
2044 withval="$with_libtiff"
2045
2046 if test "$withval" = yes; then
2047 ac_cv_use_libtiff='wxUSE_LIBTIFF=yes'
2048 elif test "$withval" = no; then
2049 ac_cv_use_libtiff='wxUSE_LIBTIFF=no'
2050 elif test "$withval" = sys; then
2051 ac_cv_use_libtiff='wxUSE_LIBTIFF=sys'
2052 elif test "$withval" = builtin; then
2053 ac_cv_use_libtiff='wxUSE_LIBTIFF=builtin'
2054 else
2055 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2056 fi
2057
2058else
2059
2060 LINE=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
2061 if test "x$LINE" != x ; then
2062 eval "DEFAULT_$LINE"
2063 else
2064 no_cache=1
2065 fi
2066
2067 ac_cv_use_libtiff='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
2068
2069fi
2070
2071
2072 eval "$ac_cv_use_libtiff"
2073 if test "$no_cache" != 1; then
2074 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
2075 fi
2076
2077 if test "$wxUSE_LIBTIFF" = yes; then
2078 echo "$ac_t""yes" 1>&6
2079 elif test "$wxUSE_LIBTIFF" = no; then
2080 echo "$ac_t""no" 1>&6
2081 elif test "$wxUSE_LIBTIFF" = sys; then
2082 echo "$ac_t""system version" 1>&6
2083 elif test "$wxUSE_LIBTIFF" = builtin; then
2084 echo "$ac_t""builtin version" 1>&6
2085 else
2086 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2087 fi
2088
2089
2090 echo $ac_n "checking for --with-opengl""... $ac_c" 1>&6
2091echo "configure:2092: checking for --with-opengl" >&5
2092 no_cache=0
2093 # Check whether --with-opengl or --without-opengl was given.
2094if test "${with_opengl+set}" = set; then
2095 withval="$with_opengl"
2096
2097 if test "$withval" = yes; then
2098 ac_cv_use_opengl='wxUSE_OPENGL=yes'
2099 else
2100 ac_cv_use_opengl='wxUSE_OPENGL=no'
2101 fi
2102
2103else
2104
2105 LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
2106 if test "x$LINE" != x ; then
2107 eval "DEFAULT_$LINE"
2108 else
2109 no_cache=1
2110 fi
2111
2112 ac_cv_use_opengl='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
2113
2114fi
2115
2116
2117 eval "$ac_cv_use_opengl"
2118 if test "$no_cache" != 1; then
2119 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
2120 fi
2121
2122 if test "$wxUSE_OPENGL" = yes; then
2123 echo "$ac_t""yes" 1>&6
2124 else
2125 echo "$ac_t""no" 1>&6
2126 fi
2127
2128
2129fi
2130
2131
2132 echo $ac_n "checking for --with-dmalloc""... $ac_c" 1>&6
2133echo "configure:2134: checking for --with-dmalloc" >&5
2134 no_cache=0
2135 # Check whether --with-dmalloc or --without-dmalloc was given.
2136if test "${with_dmalloc+set}" = set; then
2137 withval="$with_dmalloc"
2138
2139 if test "$withval" = yes; then
2140 ac_cv_use_dmalloc='wxUSE_DMALLOC=yes'
2141 else
2142 ac_cv_use_dmalloc='wxUSE_DMALLOC=no'
2143 fi
2144
2145else
2146
2147 LINE=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
2148 if test "x$LINE" != x ; then
2149 eval "DEFAULT_$LINE"
2150 else
2151 no_cache=1
2152 fi
2153
2154 ac_cv_use_dmalloc='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
2155
2156fi
2157
2158
2159 eval "$ac_cv_use_dmalloc"
2160 if test "$no_cache" != 1; then
2161 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
2162 fi
2163
2164 if test "$wxUSE_DMALLOC" = yes; then
2165 echo "$ac_t""yes" 1>&6
2166 else
2167 echo "$ac_t""no" 1>&6
2168 fi
2169
2170
2171 echo $ac_n "checking for --with-regex""... $ac_c" 1>&6
2172echo "configure:2173: checking for --with-regex" >&5
2173 no_cache=0
2174 # Check whether --with-regex or --without-regex was given.
2175if test "${with_regex+set}" = set; then
2176 withval="$with_regex"
2177
2178 if test "$withval" = yes; then
2179 ac_cv_use_regex='wxUSE_REGEX=yes'
2180 elif test "$withval" = no; then
2181 ac_cv_use_regex='wxUSE_REGEX=no'
2182 elif test "$withval" = sys; then
2183 ac_cv_use_regex='wxUSE_REGEX=sys'
2184 elif test "$withval" = builtin; then
2185 ac_cv_use_regex='wxUSE_REGEX=builtin'
2186 else
2187 { echo "configure: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2188 fi
2189
2190else
2191
2192 LINE=`grep "wxUSE_REGEX" ${wx_arg_cache_file}`
2193 if test "x$LINE" != x ; then
2194 eval "DEFAULT_$LINE"
2195 else
2196 no_cache=1
2197 fi
2198
2199 ac_cv_use_regex='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX
2200
2201fi
2202
2203
2204 eval "$ac_cv_use_regex"
2205 if test "$no_cache" != 1; then
2206 echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
2207 fi
2208
2209 if test "$wxUSE_REGEX" = yes; then
2210 echo "$ac_t""yes" 1>&6
2211 elif test "$wxUSE_REGEX" = no; then
2212 echo "$ac_t""no" 1>&6
2213 elif test "$wxUSE_REGEX" = sys; then
2214 echo "$ac_t""system version" 1>&6
2215 elif test "$wxUSE_REGEX" = builtin; then
2216 echo "$ac_t""builtin version" 1>&6
2217 else
2218 { echo "configure: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2219 fi
2220
2221
2222 echo $ac_n "checking for --with-zlib""... $ac_c" 1>&6
2223echo "configure:2224: checking for --with-zlib" >&5
2224 no_cache=0
2225 # Check whether --with-zlib or --without-zlib was given.
2226if test "${with_zlib+set}" = set; then
2227 withval="$with_zlib"
2228
2229 if test "$withval" = yes; then
2230 ac_cv_use_zlib='wxUSE_ZLIB=yes'
2231 elif test "$withval" = no; then
2232 ac_cv_use_zlib='wxUSE_ZLIB=no'
2233 elif test "$withval" = sys; then
2234 ac_cv_use_zlib='wxUSE_ZLIB=sys'
2235 elif test "$withval" = builtin; then
2236 ac_cv_use_zlib='wxUSE_ZLIB=builtin'
2237 else
2238 { echo "configure: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2239 fi
2240
2241else
2242
2243 LINE=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
2244 if test "x$LINE" != x ; then
2245 eval "DEFAULT_$LINE"
2246 else
2247 no_cache=1
2248 fi
2249
2250 ac_cv_use_zlib='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
2251
2252fi
2253
2254
2255 eval "$ac_cv_use_zlib"
2256 if test "$no_cache" != 1; then
2257 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
2258 fi
2259
2260 if test "$wxUSE_ZLIB" = yes; then
2261 echo "$ac_t""yes" 1>&6
2262 elif test "$wxUSE_ZLIB" = no; then
2263 echo "$ac_t""no" 1>&6
2264 elif test "$wxUSE_ZLIB" = sys; then
2265 echo "$ac_t""system version" 1>&6
2266 elif test "$wxUSE_ZLIB" = builtin; then
2267 echo "$ac_t""builtin version" 1>&6
2268 else
2269 { echo "configure: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2270 fi
2271
2272
2273 echo $ac_n "checking for --with-odbc""... $ac_c" 1>&6
2274echo "configure:2275: checking for --with-odbc" >&5
2275 no_cache=0
2276 # Check whether --with-odbc or --without-odbc was given.
2277if test "${with_odbc+set}" = set; then
2278 withval="$with_odbc"
2279
2280 if test "$withval" = yes; then
2281 ac_cv_use_odbc='wxUSE_ODBC=yes'
2282 else
2283 ac_cv_use_odbc='wxUSE_ODBC=no'
2284 fi
2285
2286else
2287
2288 LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
2289 if test "x$LINE" != x ; then
2290 eval "DEFAULT_$LINE"
2291 else
2292 no_cache=1
2293 fi
2294
2295 ac_cv_use_odbc='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
2296
2297fi
2298
2299
2300 eval "$ac_cv_use_odbc"
2301 if test "$no_cache" != 1; then
2302 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
2303 fi
2304
2305 if test "$wxUSE_ODBC" = yes; then
2306 echo "$ac_t""yes" 1>&6
2307 else
2308 echo "$ac_t""no" 1>&6
2309 fi
2310
2311
2312
2313
2314 echo $ac_n "checking for --enable-shared""... $ac_c" 1>&6
2315echo "configure:2316: checking for --enable-shared" >&5
2316 no_cache=0
2317 # Check whether --enable-shared or --disable-shared was given.
2318if test "${enable_shared+set}" = set; then
2319 enableval="$enable_shared"
2320
2321 if test "$enableval" = yes; then
2322 ac_cv_use_shared='wxUSE_SHARED=yes'
2323 else
2324 ac_cv_use_shared='wxUSE_SHARED=no'
2325 fi
2326
2327else
2328
2329 LINE=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
2330 if test "x$LINE" != x ; then
2331 eval "DEFAULT_$LINE"
2332 else
2333 no_cache=1
2334 fi
2335
2336 ac_cv_use_shared='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
2337
2338fi
2339
2340
2341 eval "$ac_cv_use_shared"
2342 if test "$no_cache" != 1; then
2343 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
2344 fi
2345
2346 if test "$wxUSE_SHARED" = yes; then
2347 echo "$ac_t""yes" 1>&6
2348 else
2349 echo "$ac_t""no" 1>&6
2350 fi
2351
2352
2353 echo $ac_n "checking for --enable-soname""... $ac_c" 1>&6
2354echo "configure:2355: checking for --enable-soname" >&5
2355 no_cache=0
2356 # Check whether --enable-soname or --disable-soname was given.
2357if test "${enable_soname+set}" = set; then
2358 enableval="$enable_soname"
2359
2360 if test "$enableval" = yes; then
2361 ac_cv_use_soname='wxUSE_SONAME=yes'
2362 else
2363 ac_cv_use_soname='wxUSE_SONAME=no'
2364 fi
2365
2366else
2367
2368 LINE=`grep "wxUSE_SONAME" ${wx_arg_cache_file}`
2369 if test "x$LINE" != x ; then
2370 eval "DEFAULT_$LINE"
2371 else
2372 no_cache=1
2373 fi
2374
2375 ac_cv_use_soname='wxUSE_SONAME='$DEFAULT_wxUSE_SONAME
2376
2377fi
2378
2379
2380 eval "$ac_cv_use_soname"
2381 if test "$no_cache" != 1; then
2382 echo $ac_cv_use_soname >> ${wx_arg_cache_file}.tmp
2383 fi
2384
2385 if test "$wxUSE_SONAME" = yes; then
2386 echo "$ac_t""yes" 1>&6
2387 else
2388 echo "$ac_t""no" 1>&6
2389 fi
2390
2391
2392 echo $ac_n "checking for --enable-optimise""... $ac_c" 1>&6
2393echo "configure:2394: checking for --enable-optimise" >&5
2394 no_cache=0
2395 # Check whether --enable-optimise or --disable-optimise was given.
2396if test "${enable_optimise+set}" = set; then
2397 enableval="$enable_optimise"
2398
2399 if test "$enableval" = yes; then
2400 ac_cv_use_optimise='wxUSE_OPTIMISE=yes'
2401 else
2402 ac_cv_use_optimise='wxUSE_OPTIMISE=no'
2403 fi
2404
2405else
2406
2407 LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
2408 if test "x$LINE" != x ; then
2409 eval "DEFAULT_$LINE"
2410 else
2411 no_cache=1
2412 fi
2413
2414 ac_cv_use_optimise='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
2415
2416fi
2417
2418
2419 eval "$ac_cv_use_optimise"
2420 if test "$no_cache" != 1; then
2421 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
2422 fi
2423
2424 if test "$wxUSE_OPTIMISE" = yes; then
2425 echo "$ac_t""yes" 1>&6
2426 else
2427 echo "$ac_t""no" 1>&6
2428 fi
2429
2430
2431 echo $ac_n "checking for --enable-debug""... $ac_c" 1>&6
2432echo "configure:2433: checking for --enable-debug" >&5
2433 no_cache=0
2434 # Check whether --enable-debug or --disable-debug was given.
2435if test "${enable_debug+set}" = set; then
2436 enableval="$enable_debug"
2437
2438 if test "$enableval" = yes; then
2439 ac_cv_use_debug='wxUSE_DEBUG=yes'
2440 else
2441 ac_cv_use_debug='wxUSE_DEBUG=no'
2442 fi
2443
2444else
2445
2446 LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
2447 if test "x$LINE" != x ; then
2448 eval "DEFAULT_$LINE"
2449 else
2450 no_cache=1
2451 fi
2452
2453 ac_cv_use_debug='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
2454
2455fi
2456
2457
2458 eval "$ac_cv_use_debug"
2459 if test "$no_cache" != 1; then
2460 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
2461 fi
2462
2463 if test "$wxUSE_DEBUG" = yes; then
2464 echo "$ac_t""yes" 1>&6
2465 else
2466 echo "$ac_t""no" 1>&6
2467 fi
2468
2469
2470
2471 echo $ac_n "checking for --enable-precomp""... $ac_c" 1>&6
2472echo "configure:2473: checking for --enable-precomp" >&5
2473 no_cache=0
2474 # Check whether --enable-precomp or --disable-precomp was given.
2475if test "${enable_precomp+set}" = set; then
2476 enableval="$enable_precomp"
2477
2478 if test "$enableval" = yes; then
2479 ac_cv_use_precomp='wxUSE_PRECOMP=yes'
2480 else
2481 ac_cv_use_precomp='wxUSE_PRECOMP=no'
2482 fi
2483
2484else
2485
2486 LINE=`grep "wxUSE_PRECOMP" ${wx_arg_cache_file}`
2487 if test "x$LINE" != x ; then
2488 eval "DEFAULT_$LINE"
2489 else
2490 no_cache=1
2491 fi
2492
2493 ac_cv_use_precomp='wxUSE_PRECOMP='$DEFAULT_wxUSE_PRECOMP
2494
2495fi
2496
2497
2498 eval "$ac_cv_use_precomp"
2499 if test "$no_cache" != 1; then
2500 echo $ac_cv_use_precomp >> ${wx_arg_cache_file}.tmp
2501 fi
2502
2503 if test "$wxUSE_PRECOMP" = yes; then
2504 echo "$ac_t""yes" 1>&6
2505 else
2506 echo "$ac_t""no" 1>&6
2507 fi
2508
2509
2510if test "$wxUSE_DEBUG" = "yes"; then
2511 DEFAULT_wxUSE_DEBUG_FLAG=yes
2512 DEFAULT_wxUSE_DEBUG_INFO=yes
2513elif test "$wxUSE_DEBUG" = "no"; then
2514 DEFAULT_wxUSE_DEBUG_FLAG=no
2515 DEFAULT_wxUSE_DEBUG_INFO=no
2516fi
2517
2518
2519 echo $ac_n "checking for --enable-debug_flag""... $ac_c" 1>&6
2520echo "configure:2521: checking for --enable-debug_flag" >&5
2521 no_cache=0
2522 # Check whether --enable-debug_flag or --disable-debug_flag was given.
2523if test "${enable_debug_flag+set}" = set; then
2524 enableval="$enable_debug_flag"
2525
2526 if test "$enableval" = yes; then
2527 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes'
2528 else
2529 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no'
2530 fi
2531
2532else
2533
2534 LINE=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
2535 if test "x$LINE" != x ; then
2536 eval "DEFAULT_$LINE"
2537 else
2538 no_cache=1
2539 fi
2540
2541 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
2542
2543fi
2544
2545
2546 eval "$ac_cv_use_debug_flag"
2547 if test "$no_cache" != 1; then
2548 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
2549 fi
2550
2551 if test "$wxUSE_DEBUG_FLAG" = yes; then
2552 echo "$ac_t""yes" 1>&6
2553 else
2554 echo "$ac_t""no" 1>&6
2555 fi
2556
2557
2558 echo $ac_n "checking for --enable-debug_info""... $ac_c" 1>&6
2559echo "configure:2560: checking for --enable-debug_info" >&5
2560 no_cache=0
2561 # Check whether --enable-debug_info or --disable-debug_info was given.
2562if test "${enable_debug_info+set}" = set; then
2563 enableval="$enable_debug_info"
2564
2565 if test "$enableval" = yes; then
2566 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
2567 else
2568 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
2569 fi
2570
2571else
2572
2573 LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
2574 if test "x$LINE" != x ; then
2575 eval "DEFAULT_$LINE"
2576 else
2577 no_cache=1
2578 fi
2579
2580 ac_cv_use_debug_info='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
2581
2582fi
2583
2584
2585 eval "$ac_cv_use_debug_info"
2586 if test "$no_cache" != 1; then
2587 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
2588 fi
2589
2590 if test "$wxUSE_DEBUG_INFO" = yes; then
2591 echo "$ac_t""yes" 1>&6
2592 else
2593 echo "$ac_t""no" 1>&6
2594 fi
2595
2596
2597 echo $ac_n "checking for --enable-debug_gdb""... $ac_c" 1>&6
2598echo "configure:2599: checking for --enable-debug_gdb" >&5
2599 no_cache=0
2600 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
2601if test "${enable_debug_gdb+set}" = set; then
2602 enableval="$enable_debug_gdb"
2603
2604 if test "$enableval" = yes; then
2605 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes'
2606 else
2607 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no'
2608 fi
2609
2610else
2611
2612 LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
2613 if test "x$LINE" != x ; then
2614 eval "DEFAULT_$LINE"
2615 else
2616 no_cache=1
2617 fi
2618
2619 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
2620
2621fi
2622
2623
2624 eval "$ac_cv_use_debug_gdb"
2625 if test "$no_cache" != 1; then
2626 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
2627 fi
2628
2629 if test "$wxUSE_DEBUG_GDB" = yes; then
2630 echo "$ac_t""yes" 1>&6
2631 else
2632 echo "$ac_t""no" 1>&6
2633 fi
2634
2635
2636 echo $ac_n "checking for --enable-debug_cntxt""... $ac_c" 1>&6
2637echo "configure:2638: checking for --enable-debug_cntxt" >&5
2638 no_cache=0
2639 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
2640if test "${enable_debug_cntxt+set}" = set; then
2641 enableval="$enable_debug_cntxt"
2642
2643 if test "$enableval" = yes; then
2644 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes'
2645 else
2646 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no'
2647 fi
2648
2649else
2650
2651 LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
2652 if test "x$LINE" != x ; then
2653 eval "DEFAULT_$LINE"
2654 else
2655 no_cache=1
2656 fi
2657
2658 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
2659
2660fi
2661
2662
2663 eval "$ac_cv_use_debug_cntxt"
2664 if test "$no_cache" != 1; then
2665 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
2666 fi
2667
2668 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
2669 echo "$ac_t""yes" 1>&6
2670 else
2671 echo "$ac_t""no" 1>&6
2672 fi
2673
2674
2675 echo $ac_n "checking for --enable-mem_tracing""... $ac_c" 1>&6
2676echo "configure:2677: checking for --enable-mem_tracing" >&5
2677 no_cache=0
2678 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
2679if test "${enable_mem_tracing+set}" = set; then
2680 enableval="$enable_mem_tracing"
2681
2682 if test "$enableval" = yes; then
2683 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
2684 else
2685 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
2686 fi
2687
2688else
2689
2690 LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
2691 if test "x$LINE" != x ; then
2692 eval "DEFAULT_$LINE"
2693 else
2694 no_cache=1
2695 fi
2696
2697 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
2698
2699fi
2700
2701
2702 eval "$ac_cv_use_mem_tracing"
2703 if test "$no_cache" != 1; then
2704 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
2705 fi
2706
2707 if test "$wxUSE_MEM_TRACING" = yes; then
2708 echo "$ac_t""yes" 1>&6
2709 else
2710 echo "$ac_t""no" 1>&6
2711 fi
2712
2713
2714 echo $ac_n "checking for --enable-profile""... $ac_c" 1>&6
2715echo "configure:2716: checking for --enable-profile" >&5
2716 no_cache=0
2717 # Check whether --enable-profile or --disable-profile was given.
2718if test "${enable_profile+set}" = set; then
2719 enableval="$enable_profile"
2720
2721 if test "$enableval" = yes; then
2722 ac_cv_use_profile='wxUSE_PROFILE=yes'
2723 else
2724 ac_cv_use_profile='wxUSE_PROFILE=no'
2725 fi
2726
2727else
2728
2729 LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
2730 if test "x$LINE" != x ; then
2731 eval "DEFAULT_$LINE"
2732 else
2733 no_cache=1
2734 fi
2735
2736 ac_cv_use_profile='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
2737
2738fi
2739
2740
2741 eval "$ac_cv_use_profile"
2742 if test "$no_cache" != 1; then
2743 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
2744 fi
2745
2746 if test "$wxUSE_PROFILE" = yes; then
2747 echo "$ac_t""yes" 1>&6
2748 else
2749 echo "$ac_t""no" 1>&6
2750 fi
2751
2752
2753 echo $ac_n "checking for --enable-no_rtti""... $ac_c" 1>&6
2754echo "configure:2755: checking for --enable-no_rtti" >&5
2755 no_cache=0
2756 # Check whether --enable-no_rtti or --disable-no_rtti was given.
2757if test "${enable_no_rtti+set}" = set; then
2758 enableval="$enable_no_rtti"
2759
2760 if test "$enableval" = yes; then
2761 ac_cv_use_no_rtti='wxUSE_NO_RTTI=yes'
2762 else
2763 ac_cv_use_no_rtti='wxUSE_NO_RTTI=no'
2764 fi
2765
2766else
2767
2768 LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
2769 if test "x$LINE" != x ; then
2770 eval "DEFAULT_$LINE"
2771 else
2772 no_cache=1
2773 fi
2774
2775 ac_cv_use_no_rtti='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
2776
2777fi
2778
2779
2780 eval "$ac_cv_use_no_rtti"
2781 if test "$no_cache" != 1; then
2782 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
2783 fi
2784
2785 if test "$wxUSE_NO_RTTI" = yes; then
2786 echo "$ac_t""yes" 1>&6
2787 else
2788 echo "$ac_t""no" 1>&6
2789 fi
2790
2791
2792 echo $ac_n "checking for --enable-no_exceptions""... $ac_c" 1>&6
2793echo "configure:2794: checking for --enable-no_exceptions" >&5
2794 no_cache=0
2795 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
2796if test "${enable_no_exceptions+set}" = set; then
2797 enableval="$enable_no_exceptions"
2798
2799 if test "$enableval" = yes; then
2800 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
2801 else
2802 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
2803 fi
2804
2805else
2806
2807 LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
2808 if test "x$LINE" != x ; then
2809 eval "DEFAULT_$LINE"
2810 else
2811 no_cache=1
2812 fi
2813
2814 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
2815
2816fi
2817
2818
2819 eval "$ac_cv_use_no_exceptions"
2820 if test "$no_cache" != 1; then
2821 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
2822 fi
2823
2824 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
2825 echo "$ac_t""yes" 1>&6
2826 else
2827 echo "$ac_t""no" 1>&6
2828 fi
2829
2830
2831 echo $ac_n "checking for --enable-permissive""... $ac_c" 1>&6
2832echo "configure:2833: checking for --enable-permissive" >&5
2833 no_cache=0
2834 # Check whether --enable-permissive or --disable-permissive was given.
2835if test "${enable_permissive+set}" = set; then
2836 enableval="$enable_permissive"
2837
2838 if test "$enableval" = yes; then
2839 ac_cv_use_permissive='wxUSE_PERMISSIVE=yes'
2840 else
2841 ac_cv_use_permissive='wxUSE_PERMISSIVE=no'
2842 fi
2843
2844else
2845
2846 LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
2847 if test "x$LINE" != x ; then
2848 eval "DEFAULT_$LINE"
2849 else
2850 no_cache=1
2851 fi
2852
2853 ac_cv_use_permissive='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
2854
2855fi
2856
2857
2858 eval "$ac_cv_use_permissive"
2859 if test "$no_cache" != 1; then
2860 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
2861 fi
2862
2863 if test "$wxUSE_PERMISSIVE" = yes; then
2864 echo "$ac_t""yes" 1>&6
2865 else
2866 echo "$ac_t""no" 1>&6
2867 fi
2868
2869
2870 echo $ac_n "checking for --enable-no_deps""... $ac_c" 1>&6
2871echo "configure:2872: checking for --enable-no_deps" >&5
2872 no_cache=0
2873 # Check whether --enable-no_deps or --disable-no_deps was given.
2874if test "${enable_no_deps+set}" = set; then
2875 enableval="$enable_no_deps"
2876
2877 if test "$enableval" = yes; then
2878 ac_cv_use_no_deps='wxUSE_NO_DEPS=yes'
2879 else
2880 ac_cv_use_no_deps='wxUSE_NO_DEPS=no'
2881 fi
2882
2883else
2884
2885 LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
2886 if test "x$LINE" != x ; then
2887 eval "DEFAULT_$LINE"
2888 else
2889 no_cache=1
2890 fi
2891
2892 ac_cv_use_no_deps='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
2893
2894fi
2895
2896
2897 eval "$ac_cv_use_no_deps"
2898 if test "$no_cache" != 1; then
2899 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
2900 fi
2901
2902 if test "$wxUSE_NO_DEPS" = yes; then
2903 echo "$ac_t""yes" 1>&6
2904 else
2905 echo "$ac_t""no" 1>&6
2906 fi
2907
2908
2909
2910 echo $ac_n "checking for --enable-compat20""... $ac_c" 1>&6
2911echo "configure:2912: checking for --enable-compat20" >&5
2912 no_cache=0
2913 # Check whether --enable-compat20 or --disable-compat20 was given.
2914if test "${enable_compat20+set}" = set; then
2915 enableval="$enable_compat20"
2916
2917 if test "$enableval" = yes; then
2918 ac_cv_use_compat20='WXWIN_COMPATIBILITY_2=yes'
2919 else
2920 ac_cv_use_compat20='WXWIN_COMPATIBILITY_2=no'
2921 fi
2922
2923else
2924
2925 LINE=`grep "WXWIN_COMPATIBILITY_2" ${wx_arg_cache_file}`
2926 if test "x$LINE" != x ; then
2927 eval "DEFAULT_$LINE"
2928 else
2929 no_cache=1
2930 fi
2931
2932 ac_cv_use_compat20='WXWIN_COMPATIBILITY_2='$DEFAULT_WXWIN_COMPATIBILITY_2
2933
2934fi
2935
2936
2937 eval "$ac_cv_use_compat20"
2938 if test "$no_cache" != 1; then
2939 echo $ac_cv_use_compat20 >> ${wx_arg_cache_file}.tmp
2940 fi
2941
2942 if test "$WXWIN_COMPATIBILITY_2" = yes; then
2943 echo "$ac_t""yes" 1>&6
2944 else
2945 echo "$ac_t""no" 1>&6
2946 fi
2947
2948
2949 echo $ac_n "checking for --enable-compat22""... $ac_c" 1>&6
2950echo "configure:2951: checking for --enable-compat22" >&5
2951 no_cache=0
2952 # Check whether --enable-compat22 or --disable-compat22 was given.
2953if test "${enable_compat22+set}" = set; then
2954 enableval="$enable_compat22"
2955
2956 if test "$enableval" = yes; then
2957 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=yes'
2958 else
2959 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=no'
2960 fi
2961
2962else
2963
2964 LINE=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}`
2965 if test "x$LINE" != x ; then
2966 eval "DEFAULT_$LINE"
2967 else
2968 no_cache=1
2969 fi
2970
2971 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2='$DEFAULT_WXWIN_COMPATIBILITY_2_2
2972
2973fi
2974
2975
2976 eval "$ac_cv_use_compat22"
2977 if test "$no_cache" != 1; then
2978 echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp
2979 fi
2980
2981 if test "$WXWIN_COMPATIBILITY_2_2" = yes; then
2982 echo "$ac_t""yes" 1>&6
2983 else
2984 echo "$ac_t""no" 1>&6
2985 fi
2986
2987
2988# Check whether --enable-rpath or --disable-rpath was given.
2989if test "${enable_rpath+set}" = set; then
2990 enableval="$enable_rpath"
2991 wxRPATH_DIR="$enableval"
2992fi
2993
2994
2995if test "$wxRPATH_DIR" != "" -a "$wxRPATH_DIR" != "disable"; then
2996 WXCONFIG_RPATH="-Wl,-rpath -Wl,$wxRPATH_DIR"
2997fi
2998
2999
3000
3001
3002 echo $ac_n "checking for --enable-intl""... $ac_c" 1>&6
3003echo "configure:3004: checking for --enable-intl" >&5
3004 no_cache=0
3005 # Check whether --enable-intl or --disable-intl was given.
3006if test "${enable_intl+set}" = set; then
3007 enableval="$enable_intl"
3008
3009 if test "$enableval" = yes; then
3010 ac_cv_use_intl='wxUSE_INTL=yes'
3011 else
3012 ac_cv_use_intl='wxUSE_INTL=no'
3013 fi
3014
3015else
3016
3017 LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
3018 if test "x$LINE" != x ; then
3019 eval "DEFAULT_$LINE"
3020 else
3021 no_cache=1
3022 fi
3023
3024 ac_cv_use_intl='wxUSE_INTL='$DEFAULT_wxUSE_INTL
3025
3026fi
3027
3028
3029 eval "$ac_cv_use_intl"
3030 if test "$no_cache" != 1; then
3031 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
3032 fi
3033
3034 if test "$wxUSE_INTL" = yes; then
3035 echo "$ac_t""yes" 1>&6
3036 else
3037 echo "$ac_t""no" 1>&6
3038 fi
3039
3040
3041 echo $ac_n "checking for --enable-config""... $ac_c" 1>&6
3042echo "configure:3043: checking for --enable-config" >&5
3043 no_cache=0
3044 # Check whether --enable-config or --disable-config was given.
3045if test "${enable_config+set}" = set; then
3046 enableval="$enable_config"
3047
3048 if test "$enableval" = yes; then
3049 ac_cv_use_config='wxUSE_CONFIG=yes'
3050 else
3051 ac_cv_use_config='wxUSE_CONFIG=no'
3052 fi
3053
3054else
3055
3056 LINE=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
3057 if test "x$LINE" != x ; then
3058 eval "DEFAULT_$LINE"
3059 else
3060 no_cache=1
3061 fi
3062
3063 ac_cv_use_config='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
3064
3065fi
3066
3067
3068 eval "$ac_cv_use_config"
3069 if test "$no_cache" != 1; then
3070 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
3071 fi
3072
3073 if test "$wxUSE_CONFIG" = yes; then
3074 echo "$ac_t""yes" 1>&6
3075 else
3076 echo "$ac_t""no" 1>&6
3077 fi
3078
3079
3080
3081 echo $ac_n "checking for --enable-protocols""... $ac_c" 1>&6
3082echo "configure:3083: checking for --enable-protocols" >&5
3083 no_cache=0
3084 # Check whether --enable-protocols or --disable-protocols was given.
3085if test "${enable_protocols+set}" = set; then
3086 enableval="$enable_protocols"
3087
3088 if test "$enableval" = yes; then
3089 ac_cv_use_protocols='wxUSE_PROTOCOL=yes'
3090 else
3091 ac_cv_use_protocols='wxUSE_PROTOCOL=no'
3092 fi
3093
3094else
3095
3096 LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
3097 if test "x$LINE" != x ; then
3098 eval "DEFAULT_$LINE"
3099 else
3100 no_cache=1
3101 fi
3102
3103 ac_cv_use_protocols='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
3104
3105fi
3106
3107
3108 eval "$ac_cv_use_protocols"
3109 if test "$no_cache" != 1; then
3110 echo $ac_cv_use_protocols >> ${wx_arg_cache_file}.tmp
3111 fi
3112
3113 if test "$wxUSE_PROTOCOL" = yes; then
3114 echo "$ac_t""yes" 1>&6
3115 else
3116 echo "$ac_t""no" 1>&6
3117 fi
3118
3119
3120 echo $ac_n "checking for --enable-ftp""... $ac_c" 1>&6
3121echo "configure:3122: checking for --enable-ftp" >&5
3122 no_cache=0
3123 # Check whether --enable-ftp or --disable-ftp was given.
3124if test "${enable_ftp+set}" = set; then
3125 enableval="$enable_ftp"
3126
3127 if test "$enableval" = yes; then
3128 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=yes'
3129 else
3130 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=no'
3131 fi
3132
3133else
3134
3135 LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
3136 if test "x$LINE" != x ; then
3137 eval "DEFAULT_$LINE"
3138 else
3139 no_cache=1
3140 fi
3141
3142 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
3143
3144fi
3145
3146
3147 eval "$ac_cv_use_ftp"
3148 if test "$no_cache" != 1; then
3149 echo $ac_cv_use_ftp >> ${wx_arg_cache_file}.tmp
3150 fi
3151
3152 if test "$wxUSE_PROTOCOL_FTP" = yes; then
3153 echo "$ac_t""yes" 1>&6
3154 else
3155 echo "$ac_t""no" 1>&6
3156 fi
3157
3158
3159 echo $ac_n "checking for --enable-http""... $ac_c" 1>&6
3160echo "configure:3161: checking for --enable-http" >&5
3161 no_cache=0
3162 # Check whether --enable-http or --disable-http was given.
3163if test "${enable_http+set}" = set; then
3164 enableval="$enable_http"
3165
3166 if test "$enableval" = yes; then
3167 ac_cv_use_http='wxUSE_PROTOCOL_HTTP=yes'
3168 else
3169 ac_cv_use_http='wxUSE_PROTOCOL_HTTP=no'
3170 fi
3171
3172else
3173
3174 LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
3175 if test "x$LINE" != x ; then
3176 eval "DEFAULT_$LINE"
3177 else
3178 no_cache=1
3179 fi
3180
3181 ac_cv_use_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
3182
3183fi
3184
3185
3186 eval "$ac_cv_use_http"
3187 if test "$no_cache" != 1; then
3188 echo $ac_cv_use_http >> ${wx_arg_cache_file}.tmp
3189 fi
3190
3191 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
3192 echo "$ac_t""yes" 1>&6
3193 else
3194 echo "$ac_t""no" 1>&6
3195 fi
3196
3197
3198 echo $ac_n "checking for --enable-fileproto""... $ac_c" 1>&6
3199echo "configure:3200: checking for --enable-fileproto" >&5
3200 no_cache=0
3201 # Check whether --enable-fileproto or --disable-fileproto was given.
3202if test "${enable_fileproto+set}" = set; then
3203 enableval="$enable_fileproto"
3204
3205 if test "$enableval" = yes; then
3206 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=yes'
3207 else
3208 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=no'
3209 fi
3210
3211else
3212
3213 LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
3214 if test "x$LINE" != x ; then
3215 eval "DEFAULT_$LINE"
3216 else
3217 no_cache=1
3218 fi
3219
3220 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
3221
3222fi
3223
3224
3225 eval "$ac_cv_use_fileproto"
3226 if test "$no_cache" != 1; then
3227 echo $ac_cv_use_fileproto >> ${wx_arg_cache_file}.tmp
3228 fi
3229
3230 if test "$wxUSE_PROTOCOL_FILE" = yes; then
3231 echo "$ac_t""yes" 1>&6
3232 else
3233 echo "$ac_t""no" 1>&6
3234 fi
3235
3236
3237 echo $ac_n "checking for --enable-sockets""... $ac_c" 1>&6
3238echo "configure:3239: checking for --enable-sockets" >&5
3239 no_cache=0
3240 # Check whether --enable-sockets or --disable-sockets was given.
3241if test "${enable_sockets+set}" = set; then
3242 enableval="$enable_sockets"
3243
3244 if test "$enableval" = yes; then
3245 ac_cv_use_sockets='wxUSE_SOCKETS=yes'
3246 else
3247 ac_cv_use_sockets='wxUSE_SOCKETS=no'
3248 fi
3249
3250else
3251
3252 LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
3253 if test "x$LINE" != x ; then
3254 eval "DEFAULT_$LINE"
3255 else
3256 no_cache=1
3257 fi
3258
3259 ac_cv_use_sockets='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
3260
3261fi
3262
3263
3264 eval "$ac_cv_use_sockets"
3265 if test "$no_cache" != 1; then
3266 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
3267 fi
3268
3269 if test "$wxUSE_SOCKETS" = yes; then
3270 echo "$ac_t""yes" 1>&6
3271 else
3272 echo "$ac_t""no" 1>&6
3273 fi
3274
3275
3276
3277 echo $ac_n "checking for --enable-ipc""... $ac_c" 1>&6
3278echo "configure:3279: checking for --enable-ipc" >&5
3279 no_cache=0
3280 # Check whether --enable-ipc or --disable-ipc was given.
3281if test "${enable_ipc+set}" = set; then
3282 enableval="$enable_ipc"
3283
3284 if test "$enableval" = yes; then
3285 ac_cv_use_ipc='wxUSE_IPC=yes'
3286 else
3287 ac_cv_use_ipc='wxUSE_IPC=no'
3288 fi
3289
3290else
3291
3292 LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
3293 if test "x$LINE" != x ; then
3294 eval "DEFAULT_$LINE"
3295 else
3296 no_cache=1
3297 fi
3298
3299 ac_cv_use_ipc='wxUSE_IPC='$DEFAULT_wxUSE_IPC
3300
3301fi
3302
3303
3304 eval "$ac_cv_use_ipc"
3305 if test "$no_cache" != 1; then
3306 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
3307 fi
3308
3309 if test "$wxUSE_IPC" = yes; then
3310 echo "$ac_t""yes" 1>&6
3311 else
3312 echo "$ac_t""no" 1>&6
3313 fi
3314
3315
3316
3317 echo $ac_n "checking for --enable-cmdline""... $ac_c" 1>&6
3318echo "configure:3319: checking for --enable-cmdline" >&5
3319 no_cache=0
3320 # Check whether --enable-cmdline or --disable-cmdline was given.
3321if test "${enable_cmdline+set}" = set; then
3322 enableval="$enable_cmdline"
3323
3324 if test "$enableval" = yes; then
3325 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=yes'
3326 else
3327 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=no'
3328 fi
3329
3330else
3331
3332 LINE=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
3333 if test "x$LINE" != x ; then
3334 eval "DEFAULT_$LINE"
3335 else
3336 no_cache=1
3337 fi
3338
3339 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER
3340
3341fi
3342
3343
3344 eval "$ac_cv_use_cmdline"
3345 if test "$no_cache" != 1; then
3346 echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
3347 fi
3348
3349 if test "$wxUSE_CMDLINE_PARSER" = yes; then
3350 echo "$ac_t""yes" 1>&6
3351 else
3352 echo "$ac_t""no" 1>&6
3353 fi
3354
3355
3356 echo $ac_n "checking for --enable-datetime""... $ac_c" 1>&6
3357echo "configure:3358: checking for --enable-datetime" >&5
3358 no_cache=0
3359 # Check whether --enable-datetime or --disable-datetime was given.
3360if test "${enable_datetime+set}" = set; then
3361 enableval="$enable_datetime"
3362
3363 if test "$enableval" = yes; then
3364 ac_cv_use_datetime='wxUSE_DATETIME=yes'
3365 else
3366 ac_cv_use_datetime='wxUSE_DATETIME=no'
3367 fi
3368
3369else
3370
3371 LINE=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
3372 if test "x$LINE" != x ; then
3373 eval "DEFAULT_$LINE"
3374 else
3375 no_cache=1
3376 fi
3377
3378 ac_cv_use_datetime='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME
3379
3380fi
3381
3382
3383 eval "$ac_cv_use_datetime"
3384 if test "$no_cache" != 1; then
3385 echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
3386 fi
3387
3388 if test "$wxUSE_DATETIME" = yes; then
3389 echo "$ac_t""yes" 1>&6
3390 else
3391 echo "$ac_t""no" 1>&6
3392 fi
3393
3394
3395 echo $ac_n "checking for --enable-timedate""... $ac_c" 1>&6
3396echo "configure:3397: checking for --enable-timedate" >&5
3397 no_cache=0
3398 # Check whether --enable-timedate or --disable-timedate was given.
3399if test "${enable_timedate+set}" = set; then
3400 enableval="$enable_timedate"
3401
3402 if test "$enableval" = yes; then
3403 ac_cv_use_timedate='wxUSE_TIMEDATE=yes'
3404 else
3405 ac_cv_use_timedate='wxUSE_TIMEDATE=no'
3406 fi
3407
3408else
3409
3410 LINE=`grep "wxUSE_TIMEDATE" ${wx_arg_cache_file}`
3411 if test "x$LINE" != x ; then
3412 eval "DEFAULT_$LINE"
3413 else
3414 no_cache=1
3415 fi
3416
3417 ac_cv_use_timedate='wxUSE_TIMEDATE='$DEFAULT_wxUSE_TIMEDATE
3418
3419fi
3420
3421
3422 eval "$ac_cv_use_timedate"
3423 if test "$no_cache" != 1; then
3424 echo $ac_cv_use_timedate >> ${wx_arg_cache_file}.tmp
3425 fi
3426
3427 if test "$wxUSE_TIMEDATE" = yes; then
3428 echo "$ac_t""yes" 1>&6
3429 else
3430 echo "$ac_t""no" 1>&6
3431 fi
3432
3433
3434 echo $ac_n "checking for --enable-stopwatch""... $ac_c" 1>&6
3435echo "configure:3436: checking for --enable-stopwatch" >&5
3436 no_cache=0
3437 # Check whether --enable-stopwatch or --disable-stopwatch was given.
3438if test "${enable_stopwatch+set}" = set; then
3439 enableval="$enable_stopwatch"
3440
3441 if test "$enableval" = yes; then
3442 ac_cv_use_stopwatch='wxUSE_STOPWATCH=yes'
3443 else
3444 ac_cv_use_stopwatch='wxUSE_STOPWATCH=no'
3445 fi
3446
3447else
3448
3449 LINE=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
3450 if test "x$LINE" != x ; then
3451 eval "DEFAULT_$LINE"
3452 else
3453 no_cache=1
3454 fi
3455
3456 ac_cv_use_stopwatch='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH
3457
3458fi
3459
3460
3461 eval "$ac_cv_use_stopwatch"
3462 if test "$no_cache" != 1; then
3463 echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
3464 fi
3465
3466 if test "$wxUSE_STOPWATCH" = yes; then
3467 echo "$ac_t""yes" 1>&6
3468 else
3469 echo "$ac_t""no" 1>&6
3470 fi
3471
3472
3473 echo $ac_n "checking for --enable-dialupman""... $ac_c" 1>&6
3474echo "configure:3475: checking for --enable-dialupman" >&5
3475 no_cache=0
3476 # Check whether --enable-dialupman or --disable-dialupman was given.
3477if test "${enable_dialupman+set}" = set; then
3478 enableval="$enable_dialupman"
3479
3480 if test "$enableval" = yes; then
3481 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes'
3482 else
3483 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no'
3484 fi
3485
3486else
3487
3488 LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
3489 if test "x$LINE" != x ; then
3490 eval "DEFAULT_$LINE"
3491 else
3492 no_cache=1
3493 fi
3494
3495 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
3496
3497fi
3498
3499
3500 eval "$ac_cv_use_dialupman"
3501 if test "$no_cache" != 1; then
3502 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
3503 fi
3504
3505 if test "$wxUSE_DIALUP_MANAGER" = yes; then
3506 echo "$ac_t""yes" 1>&6
3507 else
3508 echo "$ac_t""no" 1>&6
3509 fi
3510
3511
3512 echo $ac_n "checking for --enable-apple_ieee""... $ac_c" 1>&6
3513echo "configure:3514: checking for --enable-apple_ieee" >&5
3514 no_cache=0
3515 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
3516if test "${enable_apple_ieee+set}" = set; then
3517 enableval="$enable_apple_ieee"
3518
3519 if test "$enableval" = yes; then
3520 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes'
3521 else
3522 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no'
3523 fi
3524
3525else
3526
3527 LINE=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
3528 if test "x$LINE" != x ; then
3529 eval "DEFAULT_$LINE"
3530 else
3531 no_cache=1
3532 fi
3533
3534 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
3535
3536fi
3537
3538
3539 eval "$ac_cv_use_apple_ieee"
3540 if test "$no_cache" != 1; then
3541 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
3542 fi
3543
3544 if test "$wxUSE_APPLE_IEEE" = yes; then
3545 echo "$ac_t""yes" 1>&6
3546 else
3547 echo "$ac_t""no" 1>&6
3548 fi
3549
3550
3551 echo $ac_n "checking for --enable-timer""... $ac_c" 1>&6
3552echo "configure:3553: checking for --enable-timer" >&5
3553 no_cache=0
3554 # Check whether --enable-timer or --disable-timer was given.
3555if test "${enable_timer+set}" = set; then
3556 enableval="$enable_timer"
3557
3558 if test "$enableval" = yes; then
3559 ac_cv_use_timer='wxUSE_TIMER=yes'
3560 else
3561 ac_cv_use_timer='wxUSE_TIMER=no'
3562 fi
3563
3564else
3565
3566 LINE=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
3567 if test "x$LINE" != x ; then
3568 eval "DEFAULT_$LINE"
3569 else
3570 no_cache=1
3571 fi
3572
3573 ac_cv_use_timer='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER
3574
3575fi
3576
3577
3578 eval "$ac_cv_use_timer"
3579 if test "$no_cache" != 1; then
3580 echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
3581 fi
3582
3583 if test "$wxUSE_TIMER" = yes; then
3584 echo "$ac_t""yes" 1>&6
3585 else
3586 echo "$ac_t""no" 1>&6
3587 fi
3588
3589
3590 echo $ac_n "checking for --enable-wave""... $ac_c" 1>&6
3591echo "configure:3592: checking for --enable-wave" >&5
3592 no_cache=0
3593 # Check whether --enable-wave or --disable-wave was given.
3594if test "${enable_wave+set}" = set; then
3595 enableval="$enable_wave"
3596
3597 if test "$enableval" = yes; then
3598 ac_cv_use_wave='wxUSE_WAVE=yes'
3599 else
3600 ac_cv_use_wave='wxUSE_WAVE=no'
3601 fi
3602
3603else
3604
3605 LINE=`grep "wxUSE_WAVE" ${wx_arg_cache_file}`
3606 if test "x$LINE" != x ; then
3607 eval "DEFAULT_$LINE"
3608 else
3609 no_cache=1
3610 fi
3611
3612 ac_cv_use_wave='wxUSE_WAVE='$DEFAULT_wxUSE_WAVE
3613
3614fi
3615
3616
3617 eval "$ac_cv_use_wave"
3618 if test "$no_cache" != 1; then
3619 echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp
3620 fi
3621
3622 if test "$wxUSE_WAVE" = yes; then
3623 echo "$ac_t""yes" 1>&6
3624 else
3625 echo "$ac_t""no" 1>&6
3626 fi
3627
3628
3629 echo $ac_n "checking for --enable-fraction""... $ac_c" 1>&6
3630echo "configure:3631: checking for --enable-fraction" >&5
3631 no_cache=0
3632 # Check whether --enable-fraction or --disable-fraction was given.
3633if test "${enable_fraction+set}" = set; then
3634 enableval="$enable_fraction"
3635
3636 if test "$enableval" = yes; then
3637 ac_cv_use_fraction='wxUSE_FRACTION=yes'
3638 else
3639 ac_cv_use_fraction='wxUSE_FRACTION=no'
3640 fi
3641
3642else
3643
3644 LINE=`grep "wxUSE_FRACTION" ${wx_arg_cache_file}`
3645 if test "x$LINE" != x ; then
3646 eval "DEFAULT_$LINE"
3647 else
3648 no_cache=1
3649 fi
3650
3651 ac_cv_use_fraction='wxUSE_FRACTION='$DEFAULT_wxUSE_FRACTION
3652
3653fi
3654
3655
3656 eval "$ac_cv_use_fraction"
3657 if test "$no_cache" != 1; then
3658 echo $ac_cv_use_fraction >> ${wx_arg_cache_file}.tmp
3659 fi
3660
3661 if test "$wxUSE_FRACTION" = yes; then
3662 echo "$ac_t""yes" 1>&6
3663 else
3664 echo "$ac_t""no" 1>&6
3665 fi
3666
3667
3668 echo $ac_n "checking for --enable-dynlib""... $ac_c" 1>&6
3669echo "configure:3670: checking for --enable-dynlib" >&5
3670 no_cache=0
3671 # Check whether --enable-dynlib or --disable-dynlib was given.
3672if test "${enable_dynlib+set}" = set; then
3673 enableval="$enable_dynlib"
3674
3675 if test "$enableval" = yes; then
3676 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes'
3677 else
3678 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no'
3679 fi
3680
3681else
3682
3683 LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
3684 if test "x$LINE" != x ; then
3685 eval "DEFAULT_$LINE"
3686 else
3687 no_cache=1
3688 fi
3689
3690 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
3691
3692fi
3693
3694
3695 eval "$ac_cv_use_dynlib"
3696 if test "$no_cache" != 1; then
3697 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
3698 fi
3699
3700 if test "$wxUSE_DYNLIB_CLASS" = yes; then
3701 echo "$ac_t""yes" 1>&6
3702 else
3703 echo "$ac_t""no" 1>&6
3704 fi
3705
3706
3707 echo $ac_n "checking for --enable-dynamicloader""... $ac_c" 1>&6
3708echo "configure:3709: checking for --enable-dynamicloader" >&5
3709 no_cache=0
3710 # Check whether --enable-dynamicloader or --disable-dynamicloader was given.
3711if test "${enable_dynamicloader+set}" = set; then
3712 enableval="$enable_dynamicloader"
3713
3714 if test "$enableval" = yes; then
3715 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=yes'
3716 else
3717 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=no'
3718 fi
3719
3720else
3721
3722 LINE=`grep "wxUSE_DYNAMIC_LOADER" ${wx_arg_cache_file}`
3723 if test "x$LINE" != x ; then
3724 eval "DEFAULT_$LINE"
3725 else
3726 no_cache=1
3727 fi
3728
3729 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER='$DEFAULT_wxUSE_DYNAMIC_LOADER
3730
3731fi
3732
3733
3734 eval "$ac_cv_use_dynamicloader"
3735 if test "$no_cache" != 1; then
3736 echo $ac_cv_use_dynamicloader >> ${wx_arg_cache_file}.tmp
3737 fi
3738
3739 if test "$wxUSE_DYNAMIC_LOADER" = yes; then
3740 echo "$ac_t""yes" 1>&6
3741 else
3742 echo "$ac_t""no" 1>&6
3743 fi
3744
3745
3746 echo $ac_n "checking for --enable-longlong""... $ac_c" 1>&6
3747echo "configure:3748: checking for --enable-longlong" >&5
3748 no_cache=0
3749 # Check whether --enable-longlong or --disable-longlong was given.
3750if test "${enable_longlong+set}" = set; then
3751 enableval="$enable_longlong"
3752
3753 if test "$enableval" = yes; then
3754 ac_cv_use_longlong='wxUSE_LONGLONG=yes'
3755 else
3756 ac_cv_use_longlong='wxUSE_LONGLONG=no'
3757 fi
3758
3759else
3760
3761 LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
3762 if test "x$LINE" != x ; then
3763 eval "DEFAULT_$LINE"
3764 else
3765 no_cache=1
3766 fi
3767
3768 ac_cv_use_longlong='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
3769
3770fi
3771
3772
3773 eval "$ac_cv_use_longlong"
3774 if test "$no_cache" != 1; then
3775 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
3776 fi
3777
3778 if test "$wxUSE_LONGLONG" = yes; then
3779 echo "$ac_t""yes" 1>&6
3780 else
3781 echo "$ac_t""no" 1>&6
3782 fi
3783
3784
3785 echo $ac_n "checking for --enable-geometry""... $ac_c" 1>&6
3786echo "configure:3787: checking for --enable-geometry" >&5
3787 no_cache=0
3788 # Check whether --enable-geometry or --disable-geometry was given.
3789if test "${enable_geometry+set}" = set; then
3790 enableval="$enable_geometry"
3791
3792 if test "$enableval" = yes; then
3793 ac_cv_use_geometry='wxUSE_GEOMETRY=yes'
3794 else
3795 ac_cv_use_geometry='wxUSE_GEOMETRY=no'
3796 fi
3797
3798else
3799
3800 LINE=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
3801 if test "x$LINE" != x ; then
3802 eval "DEFAULT_$LINE"
3803 else
3804 no_cache=1
3805 fi
3806
3807 ac_cv_use_geometry='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
3808
3809fi
3810
3811
3812 eval "$ac_cv_use_geometry"
3813 if test "$no_cache" != 1; then
3814 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
3815 fi
3816
3817 if test "$wxUSE_GEOMETRY" = yes; then
3818 echo "$ac_t""yes" 1>&6
3819 else
3820 echo "$ac_t""no" 1>&6
3821 fi
3822
3823
3824 echo $ac_n "checking for --enable-log""... $ac_c" 1>&6
3825echo "configure:3826: checking for --enable-log" >&5
3826 no_cache=0
3827 # Check whether --enable-log or --disable-log was given.
3828if test "${enable_log+set}" = set; then
3829 enableval="$enable_log"
3830
3831 if test "$enableval" = yes; then
3832 ac_cv_use_log='wxUSE_LOG=yes'
3833 else
3834 ac_cv_use_log='wxUSE_LOG=no'
3835 fi
3836
3837else
3838
3839 LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
3840 if test "x$LINE" != x ; then
3841 eval "DEFAULT_$LINE"
3842 else
3843 no_cache=1
3844 fi
3845
3846 ac_cv_use_log='wxUSE_LOG='$DEFAULT_wxUSE_LOG
3847
3848fi
3849
3850
3851 eval "$ac_cv_use_log"
3852 if test "$no_cache" != 1; then
3853 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
3854 fi
3855
3856 if test "$wxUSE_LOG" = yes; then
3857 echo "$ac_t""yes" 1>&6
3858 else
3859 echo "$ac_t""no" 1>&6
3860 fi
3861
3862
3863 echo $ac_n "checking for --enable-streams""... $ac_c" 1>&6
3864echo "configure:3865: checking for --enable-streams" >&5
3865 no_cache=0
3866 # Check whether --enable-streams or --disable-streams was given.
3867if test "${enable_streams+set}" = set; then
3868 enableval="$enable_streams"
3869
3870 if test "$enableval" = yes; then
3871 ac_cv_use_streams='wxUSE_STREAMS=yes'
3872 else
3873 ac_cv_use_streams='wxUSE_STREAMS=no'
3874 fi
3875
3876else
3877
3878 LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
3879 if test "x$LINE" != x ; then
3880 eval "DEFAULT_$LINE"
3881 else
3882 no_cache=1
3883 fi
3884
3885 ac_cv_use_streams='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
3886
3887fi
3888
3889
3890 eval "$ac_cv_use_streams"
3891 if test "$no_cache" != 1; then
3892 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
3893 fi
3894
3895 if test "$wxUSE_STREAMS" = yes; then
3896 echo "$ac_t""yes" 1>&6
3897 else
3898 echo "$ac_t""no" 1>&6
3899 fi
3900
3901
3902 echo $ac_n "checking for --enable-file""... $ac_c" 1>&6
3903echo "configure:3904: checking for --enable-file" >&5
3904 no_cache=0
3905 # Check whether --enable-file or --disable-file was given.
3906if test "${enable_file+set}" = set; then
3907 enableval="$enable_file"
3908
3909 if test "$enableval" = yes; then
3910 ac_cv_use_file='wxUSE_FILE=yes'
3911 else
3912 ac_cv_use_file='wxUSE_FILE=no'
3913 fi
3914
3915else
3916
3917 LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
3918 if test "x$LINE" != x ; then
3919 eval "DEFAULT_$LINE"
3920 else
3921 no_cache=1
3922 fi
3923
3924 ac_cv_use_file='wxUSE_FILE='$DEFAULT_wxUSE_FILE
3925
3926fi
3927
3928
3929 eval "$ac_cv_use_file"
3930 if test "$no_cache" != 1; then
3931 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
3932 fi
3933
3934 if test "$wxUSE_FILE" = yes; then
3935 echo "$ac_t""yes" 1>&6
3936 else
3937 echo "$ac_t""no" 1>&6
3938 fi
3939
3940
3941 echo $ac_n "checking for --enable-ffile""... $ac_c" 1>&6
3942echo "configure:3943: checking for --enable-ffile" >&5
3943 no_cache=0
3944 # Check whether --enable-ffile or --disable-ffile was given.
3945if test "${enable_ffile+set}" = set; then
3946 enableval="$enable_ffile"
3947
3948 if test "$enableval" = yes; then
3949 ac_cv_use_ffile='wxUSE_FFILE=yes'
3950 else
3951 ac_cv_use_ffile='wxUSE_FFILE=no'
3952 fi
3953
3954else
3955
3956 LINE=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
3957 if test "x$LINE" != x ; then
3958 eval "DEFAULT_$LINE"
3959 else
3960 no_cache=1
3961 fi
3962
3963 ac_cv_use_ffile='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE
3964
3965fi
3966
3967
3968 eval "$ac_cv_use_ffile"
3969 if test "$no_cache" != 1; then
3970 echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
3971 fi
3972
3973 if test "$wxUSE_FFILE" = yes; then
3974 echo "$ac_t""yes" 1>&6
3975 else
3976 echo "$ac_t""no" 1>&6
3977 fi
3978
3979
3980 echo $ac_n "checking for --enable-textbuf""... $ac_c" 1>&6
3981echo "configure:3982: checking for --enable-textbuf" >&5
3982 no_cache=0
3983 # Check whether --enable-textbuf or --disable-textbuf was given.
3984if test "${enable_textbuf+set}" = set; then
3985 enableval="$enable_textbuf"
3986
3987 if test "$enableval" = yes; then
3988 ac_cv_use_textbuf='wxUSE_TEXTBUFFER=yes'
3989 else
3990 ac_cv_use_textbuf='wxUSE_TEXTBUFFER=no'
3991 fi
3992
3993else
3994
3995 LINE=`grep "wxUSE_TEXTBUFFER" ${wx_arg_cache_file}`
3996 if test "x$LINE" != x ; then
3997 eval "DEFAULT_$LINE"
3998 else
3999 no_cache=1
4000 fi
4001
4002 ac_cv_use_textbuf='wxUSE_TEXTBUFFER='$DEFAULT_wxUSE_TEXTBUFFER
4003
4004fi
4005
4006
4007 eval "$ac_cv_use_textbuf"
4008 if test "$no_cache" != 1; then
4009 echo $ac_cv_use_textbuf >> ${wx_arg_cache_file}.tmp
4010 fi
4011
4012 if test "$wxUSE_TEXTBUFFER" = yes; then
4013 echo "$ac_t""yes" 1>&6
4014 else
4015 echo "$ac_t""no" 1>&6
4016 fi
4017
4018
4019 echo $ac_n "checking for --enable-textfile""... $ac_c" 1>&6
4020echo "configure:4021: checking for --enable-textfile" >&5
4021 no_cache=0
4022 # Check whether --enable-textfile or --disable-textfile was given.
4023if test "${enable_textfile+set}" = set; then
4024 enableval="$enable_textfile"
4025
4026 if test "$enableval" = yes; then
4027 ac_cv_use_textfile='wxUSE_TEXTFILE=yes'
4028 else
4029 ac_cv_use_textfile='wxUSE_TEXTFILE=no'
4030 fi
4031
4032else
4033
4034 LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
4035 if test "x$LINE" != x ; then
4036 eval "DEFAULT_$LINE"
4037 else
4038 no_cache=1
4039 fi
4040
4041 ac_cv_use_textfile='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
4042
4043fi
4044
4045
4046 eval "$ac_cv_use_textfile"
4047 if test "$no_cache" != 1; then
4048 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
4049 fi
4050
4051 if test "$wxUSE_TEXTFILE" = yes; then
4052 echo "$ac_t""yes" 1>&6
4053 else
4054 echo "$ac_t""no" 1>&6
4055 fi
4056
4057
4058 echo $ac_n "checking for --enable-fontmap""... $ac_c" 1>&6
4059echo "configure:4060: checking for --enable-fontmap" >&5
4060 no_cache=0
4061 # Check whether --enable-fontmap or --disable-fontmap was given.
4062if test "${enable_fontmap+set}" = set; then
4063 enableval="$enable_fontmap"
4064
4065 if test "$enableval" = yes; then
4066 ac_cv_use_fontmap='wxUSE_FONTMAP=yes'
4067 else
4068 ac_cv_use_fontmap='wxUSE_FONTMAP=no'
4069 fi
4070
4071else
4072
4073 LINE=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
4074 if test "x$LINE" != x ; then
4075 eval "DEFAULT_$LINE"
4076 else
4077 no_cache=1
4078 fi
4079
4080 ac_cv_use_fontmap='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP
4081
4082fi
4083
4084
4085 eval "$ac_cv_use_fontmap"
4086 if test "$no_cache" != 1; then
4087 echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
4088 fi
4089
4090 if test "$wxUSE_FONTMAP" = yes; then
4091 echo "$ac_t""yes" 1>&6
4092 else
4093 echo "$ac_t""no" 1>&6
4094 fi
4095
4096
4097 echo $ac_n "checking for --enable-unicode""... $ac_c" 1>&6
4098echo "configure:4099: checking for --enable-unicode" >&5
4099 no_cache=0
4100 # Check whether --enable-unicode or --disable-unicode was given.
4101if test "${enable_unicode+set}" = set; then
4102 enableval="$enable_unicode"
4103
4104 if test "$enableval" = yes; then
4105 ac_cv_use_unicode='wxUSE_UNICODE=yes'
4106 else
4107 ac_cv_use_unicode='wxUSE_UNICODE=no'
4108 fi
4109
4110else
4111
4112 LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
4113 if test "x$LINE" != x ; then
4114 eval "DEFAULT_$LINE"
4115 else
4116 no_cache=1
4117 fi
4118
4119 ac_cv_use_unicode='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
4120
4121fi
4122
4123
4124 eval "$ac_cv_use_unicode"
4125 if test "$no_cache" != 1; then
4126 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
4127 fi
4128
4129 if test "$wxUSE_UNICODE" = yes; then
4130 echo "$ac_t""yes" 1>&6
4131 else
4132 echo "$ac_t""no" 1>&6
4133 fi
4134
4135
4136 echo $ac_n "checking for --enable-mslu""... $ac_c" 1>&6
4137echo "configure:4138: checking for --enable-mslu" >&5
4138 no_cache=0
4139 # Check whether --enable-mslu or --disable-mslu was given.
4140if test "${enable_mslu+set}" = set; then
4141 enableval="$enable_mslu"
4142
4143 if test "$enableval" = yes; then
4144 ac_cv_use_mslu='wxUSE_UNICODE_MSLU=yes'
4145 else
4146 ac_cv_use_mslu='wxUSE_UNICODE_MSLU=no'
4147 fi
4148
4149else
4150
4151 LINE=`grep "wxUSE_UNICODE_MSLU" ${wx_arg_cache_file}`
4152 if test "x$LINE" != x ; then
4153 eval "DEFAULT_$LINE"
4154 else
4155 no_cache=1
4156 fi
4157
4158 ac_cv_use_mslu='wxUSE_UNICODE_MSLU='$DEFAULT_wxUSE_UNICODE_MSLU
4159
4160fi
4161
4162
4163 eval "$ac_cv_use_mslu"
4164 if test "$no_cache" != 1; then
4165 echo $ac_cv_use_mslu >> ${wx_arg_cache_file}.tmp
4166 fi
4167
4168 if test "$wxUSE_UNICODE_MSLU" = yes; then
4169 echo "$ac_t""yes" 1>&6
4170 else
4171 echo "$ac_t""no" 1>&6
4172 fi
4173
4174
4175 echo $ac_n "checking for --enable-wxprintfv""... $ac_c" 1>&6
4176echo "configure:4177: checking for --enable-wxprintfv" >&5
4177 no_cache=0
4178 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
4179if test "${enable_wxprintfv+set}" = set; then
4180 enableval="$enable_wxprintfv"
4181
4182 if test "$enableval" = yes; then
4183 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=yes'
4184 else
4185 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=no'
4186 fi
4187
4188else
4189
4190 LINE=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
4191 if test "x$LINE" != x ; then
4192 eval "DEFAULT_$LINE"
4193 else
4194 no_cache=1
4195 fi
4196
4197 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
4198
4199fi
4200
4201
4202 eval "$ac_cv_use_wxprintfv"
4203 if test "$no_cache" != 1; then
4204 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
4205 fi
4206
4207 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
4208 echo "$ac_t""yes" 1>&6
4209 else
4210 echo "$ac_t""no" 1>&6
4211 fi
4212
4213
4214 echo $ac_n "checking for --enable-std_iostreams""... $ac_c" 1>&6
4215echo "configure:4216: checking for --enable-std_iostreams" >&5
4216 no_cache=0
4217 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
4218if test "${enable_std_iostreams+set}" = set; then
4219 enableval="$enable_std_iostreams"
4220
4221 if test "$enableval" = yes; then
4222 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes'
4223 else
4224 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no'
4225 fi
4226
4227else
4228
4229 LINE=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
4230 if test "x$LINE" != x ; then
4231 eval "DEFAULT_$LINE"
4232 else
4233 no_cache=1
4234 fi
4235
4236 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
4237
4238fi
4239
4240
4241 eval "$ac_cv_use_std_iostreams"
4242 if test "$no_cache" != 1; then
4243 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
4244 fi
4245
4246 if test "$wxUSE_STD_IOSTREAM" = yes; then
4247 echo "$ac_t""yes" 1>&6
4248 else
4249 echo "$ac_t""no" 1>&6
4250 fi
4251
4252
4253 echo $ac_n "checking for --enable-filesystem""... $ac_c" 1>&6
4254echo "configure:4255: checking for --enable-filesystem" >&5
4255 no_cache=0
4256 # Check whether --enable-filesystem or --disable-filesystem was given.
4257if test "${enable_filesystem+set}" = set; then
4258 enableval="$enable_filesystem"
4259
4260 if test "$enableval" = yes; then
4261 ac_cv_use_filesystem='wxUSE_FILESYSTEM=yes'
4262 else
4263 ac_cv_use_filesystem='wxUSE_FILESYSTEM=no'
4264 fi
4265
4266else
4267
4268 LINE=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
4269 if test "x$LINE" != x ; then
4270 eval "DEFAULT_$LINE"
4271 else
4272 no_cache=1
4273 fi
4274
4275 ac_cv_use_filesystem='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
4276
4277fi
4278
4279
4280 eval "$ac_cv_use_filesystem"
4281 if test "$no_cache" != 1; then
4282 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
4283 fi
4284
4285 if test "$wxUSE_FILESYSTEM" = yes; then
4286 echo "$ac_t""yes" 1>&6
4287 else
4288 echo "$ac_t""no" 1>&6
4289 fi
4290
4291
4292 echo $ac_n "checking for --enable-fs_inet""... $ac_c" 1>&6
4293echo "configure:4294: checking for --enable-fs_inet" >&5
4294 no_cache=0
4295 # Check whether --enable-fs_inet or --disable-fs_inet was given.
4296if test "${enable_fs_inet+set}" = set; then
4297 enableval="$enable_fs_inet"
4298
4299 if test "$enableval" = yes; then
4300 ac_cv_use_fs_inet='wxUSE_FS_INET=yes'
4301 else
4302 ac_cv_use_fs_inet='wxUSE_FS_INET=no'
4303 fi
4304
4305else
4306
4307 LINE=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
4308 if test "x$LINE" != x ; then
4309 eval "DEFAULT_$LINE"
4310 else
4311 no_cache=1
4312 fi
4313
4314 ac_cv_use_fs_inet='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
4315
4316fi
4317
4318
4319 eval "$ac_cv_use_fs_inet"
4320 if test "$no_cache" != 1; then
4321 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
4322 fi
4323
4324 if test "$wxUSE_FS_INET" = yes; then
4325 echo "$ac_t""yes" 1>&6
4326 else
4327 echo "$ac_t""no" 1>&6
4328 fi
4329
4330
4331 echo $ac_n "checking for --enable-fs_zip""... $ac_c" 1>&6
4332echo "configure:4333: checking for --enable-fs_zip" >&5
4333 no_cache=0
4334 # Check whether --enable-fs_zip or --disable-fs_zip was given.
4335if test "${enable_fs_zip+set}" = set; then
4336 enableval="$enable_fs_zip"
4337
4338 if test "$enableval" = yes; then
4339 ac_cv_use_fs_zip='wxUSE_FS_ZIP=yes'
4340 else
4341 ac_cv_use_fs_zip='wxUSE_FS_ZIP=no'
4342 fi
4343
4344else
4345
4346 LINE=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
4347 if test "x$LINE" != x ; then
4348 eval "DEFAULT_$LINE"
4349 else
4350 no_cache=1
4351 fi
4352
4353 ac_cv_use_fs_zip='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
4354
4355fi
4356
4357
4358 eval "$ac_cv_use_fs_zip"
4359 if test "$no_cache" != 1; then
4360 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
4361 fi
4362
4363 if test "$wxUSE_FS_ZIP" = yes; then
4364 echo "$ac_t""yes" 1>&6
4365 else
4366 echo "$ac_t""no" 1>&6
4367 fi
4368
4369
4370 echo $ac_n "checking for --enable-zipstream""... $ac_c" 1>&6
4371echo "configure:4372: checking for --enable-zipstream" >&5
4372 no_cache=0
4373 # Check whether --enable-zipstream or --disable-zipstream was given.
4374if test "${enable_zipstream+set}" = set; then
4375 enableval="$enable_zipstream"
4376
4377 if test "$enableval" = yes; then
4378 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=yes'
4379 else
4380 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=no'
4381 fi
4382
4383else
4384
4385 LINE=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
4386 if test "x$LINE" != x ; then
4387 eval "DEFAULT_$LINE"
4388 else
4389 no_cache=1
4390 fi
4391
4392 ac_cv_use_zipstream='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
4393
4394fi
4395
4396
4397 eval "$ac_cv_use_zipstream"
4398 if test "$no_cache" != 1; then
4399 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
4400 fi
4401
4402 if test "$wxUSE_ZIPSTREAM" = yes; then
4403 echo "$ac_t""yes" 1>&6
4404 else
4405 echo "$ac_t""no" 1>&6
4406 fi
4407
4408
4409
4410 echo $ac_n "checking for --enable-catch_segvs""... $ac_c" 1>&6
4411echo "configure:4412: checking for --enable-catch_segvs" >&5
4412 no_cache=0
4413 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
4414if test "${enable_catch_segvs+set}" = set; then
4415 enableval="$enable_catch_segvs"
4416
4417 if test "$enableval" = yes; then
4418 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes'
4419 else
4420 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no'
4421 fi
4422
4423else
4424
4425 LINE=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
4426 if test "x$LINE" != x ; then
4427 eval "DEFAULT_$LINE"
4428 else
4429 no_cache=1
4430 fi
4431
4432 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
4433
4434fi
4435
4436
4437 eval "$ac_cv_use_catch_segvs"
4438 if test "$no_cache" != 1; then
4439 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
4440 fi
4441
4442 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
4443 echo "$ac_t""yes" 1>&6
4444 else
4445 echo "$ac_t""no" 1>&6
4446 fi
4447
4448
4449 echo $ac_n "checking for --enable-snglinst""... $ac_c" 1>&6
4450echo "configure:4451: checking for --enable-snglinst" >&5
4451 no_cache=0
4452 # Check whether --enable-snglinst or --disable-snglinst was given.
4453if test "${enable_snglinst+set}" = set; then
4454 enableval="$enable_snglinst"
4455
4456 if test "$enableval" = yes; then
4457 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes'
4458 else
4459 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no'
4460 fi
4461
4462else
4463
4464 LINE=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
4465 if test "x$LINE" != x ; then
4466 eval "DEFAULT_$LINE"
4467 else
4468 no_cache=1
4469 fi
4470
4471 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER
4472
4473fi
4474
4475
4476 eval "$ac_cv_use_snglinst"
4477 if test "$no_cache" != 1; then
4478 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
4479 fi
4480
4481 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
4482 echo "$ac_t""yes" 1>&6
4483 else
4484 echo "$ac_t""no" 1>&6
4485 fi
4486
4487
4488
4489 echo $ac_n "checking for --enable-mimetype""... $ac_c" 1>&6
4490echo "configure:4491: checking for --enable-mimetype" >&5
4491 no_cache=0
4492 # Check whether --enable-mimetype or --disable-mimetype was given.
4493if test "${enable_mimetype+set}" = set; then
4494 enableval="$enable_mimetype"
4495
4496 if test "$enableval" = yes; then
4497 ac_cv_use_mimetype='wxUSE_MIMETYPE=yes'
4498 else
4499 ac_cv_use_mimetype='wxUSE_MIMETYPE=no'
4500 fi
4501
4502else
4503
4504 LINE=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
4505 if test "x$LINE" != x ; then
4506 eval "DEFAULT_$LINE"
4507 else
4508 no_cache=1
4509 fi
4510
4511 ac_cv_use_mimetype='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE
4512
4513fi
4514
4515
4516 eval "$ac_cv_use_mimetype"
4517 if test "$no_cache" != 1; then
4518 echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
4519 fi
4520
4521 if test "$wxUSE_MIMETYPE" = yes; then
4522 echo "$ac_t""yes" 1>&6
4523 else
4524 echo "$ac_t""no" 1>&6
4525 fi
4526
4527
4528 echo $ac_n "checking for --enable-system_options""... $ac_c" 1>&6
4529echo "configure:4530: checking for --enable-system_options" >&5
4530 no_cache=0
4531 # Check whether --enable-system_options or --disable-system_options was given.
4532if test "${enable_system_options+set}" = set; then
4533 enableval="$enable_system_options"
4534
4535 if test "$enableval" = yes; then
4536 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=yes'
4537 else
4538 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=no'
4539 fi
4540
4541else
4542
4543 LINE=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}`
4544 if test "x$LINE" != x ; then
4545 eval "DEFAULT_$LINE"
4546 else
4547 no_cache=1
4548 fi
4549
4550 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS
4551
4552fi
4553
4554
4555 eval "$ac_cv_use_system_options"
4556 if test "$no_cache" != 1; then
4557 echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp
4558 fi
4559
4560 if test "$wxUSE_SYSTEM_OPTIONS" = yes; then
4561 echo "$ac_t""yes" 1>&6
4562 else
4563 echo "$ac_t""no" 1>&6
4564 fi
4565
4566
4567
4568 echo $ac_n "checking for --enable-url""... $ac_c" 1>&6
4569echo "configure:4570: checking for --enable-url" >&5
4570 no_cache=0
4571 # Check whether --enable-url or --disable-url was given.
4572if test "${enable_url+set}" = set; then
4573 enableval="$enable_url"
4574
4575 if test "$enableval" = yes; then
4576 ac_cv_use_url='wxUSE_URL=yes'
4577 else
4578 ac_cv_use_url='wxUSE_URL=no'
4579 fi
4580
4581else
4582
4583 LINE=`grep "wxUSE_URL" ${wx_arg_cache_file}`
4584 if test "x$LINE" != x ; then
4585 eval "DEFAULT_$LINE"
4586 else
4587 no_cache=1
4588 fi
4589
4590 ac_cv_use_url='wxUSE_URL='$DEFAULT_wxUSE_URL
4591
4592fi
4593
4594
4595 eval "$ac_cv_use_url"
4596 if test "$no_cache" != 1; then
4597 echo $ac_cv_use_url >> ${wx_arg_cache_file}.tmp
4598 fi
4599
4600 if test "$wxUSE_URL" = yes; then
4601 echo "$ac_t""yes" 1>&6
4602 else
4603 echo "$ac_t""no" 1>&6
4604 fi
4605
4606
4607 echo $ac_n "checking for --enable-protocol""... $ac_c" 1>&6
4608echo "configure:4609: checking for --enable-protocol" >&5
4609 no_cache=0
4610 # Check whether --enable-protocol or --disable-protocol was given.
4611if test "${enable_protocol+set}" = set; then
4612 enableval="$enable_protocol"
4613
4614 if test "$enableval" = yes; then
4615 ac_cv_use_protocol='wxUSE_PROTOCOL=yes'
4616 else
4617 ac_cv_use_protocol='wxUSE_PROTOCOL=no'
4618 fi
4619
4620else
4621
4622 LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
4623 if test "x$LINE" != x ; then
4624 eval "DEFAULT_$LINE"
4625 else
4626 no_cache=1
4627 fi
4628
4629 ac_cv_use_protocol='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
4630
4631fi
4632
4633
4634 eval "$ac_cv_use_protocol"
4635 if test "$no_cache" != 1; then
4636 echo $ac_cv_use_protocol >> ${wx_arg_cache_file}.tmp
4637 fi
4638
4639 if test "$wxUSE_PROTOCOL" = yes; then
4640 echo "$ac_t""yes" 1>&6
4641 else
4642 echo "$ac_t""no" 1>&6
4643 fi
4644
4645
4646 echo $ac_n "checking for --enable-protocol_http""... $ac_c" 1>&6
4647echo "configure:4648: checking for --enable-protocol_http" >&5
4648 no_cache=0
4649 # Check whether --enable-protocol_http or --disable-protocol_http was given.
4650if test "${enable_protocol_http+set}" = set; then
4651 enableval="$enable_protocol_http"
4652
4653 if test "$enableval" = yes; then
4654 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=yes'
4655 else
4656 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=no'
4657 fi
4658
4659else
4660
4661 LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
4662 if test "x$LINE" != x ; then
4663 eval "DEFAULT_$LINE"
4664 else
4665 no_cache=1
4666 fi
4667
4668 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
4669
4670fi
4671
4672
4673 eval "$ac_cv_use_protocol_http"
4674 if test "$no_cache" != 1; then
4675 echo $ac_cv_use_protocol_http >> ${wx_arg_cache_file}.tmp
4676 fi
4677
4678 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
4679 echo "$ac_t""yes" 1>&6
4680 else
4681 echo "$ac_t""no" 1>&6
4682 fi
4683
4684
4685 echo $ac_n "checking for --enable-protocol_ftp""... $ac_c" 1>&6
4686echo "configure:4687: checking for --enable-protocol_ftp" >&5
4687 no_cache=0
4688 # Check whether --enable-protocol_ftp or --disable-protocol_ftp was given.
4689if test "${enable_protocol_ftp+set}" = set; then
4690 enableval="$enable_protocol_ftp"
4691
4692 if test "$enableval" = yes; then
4693 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=yes'
4694 else
4695 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=no'
4696 fi
4697
4698else
4699
4700 LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
4701 if test "x$LINE" != x ; then
4702 eval "DEFAULT_$LINE"
4703 else
4704 no_cache=1
4705 fi
4706
4707 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
4708
4709fi
4710
4711
4712 eval "$ac_cv_use_protocol_ftp"
4713 if test "$no_cache" != 1; then
4714 echo $ac_cv_use_protocol_ftp >> ${wx_arg_cache_file}.tmp
4715 fi
4716
4717 if test "$wxUSE_PROTOCOL_FTP" = yes; then
4718 echo "$ac_t""yes" 1>&6
4719 else
4720 echo "$ac_t""no" 1>&6
4721 fi
4722
4723
4724 echo $ac_n "checking for --enable-protocol_file""... $ac_c" 1>&6
4725echo "configure:4726: checking for --enable-protocol_file" >&5
4726 no_cache=0
4727 # Check whether --enable-protocol_file or --disable-protocol_file was given.
4728if test "${enable_protocol_file+set}" = set; then
4729 enableval="$enable_protocol_file"
4730
4731 if test "$enableval" = yes; then
4732 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=yes'
4733 else
4734 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=no'
4735 fi
4736
4737else
4738
4739 LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
4740 if test "x$LINE" != x ; then
4741 eval "DEFAULT_$LINE"
4742 else
4743 no_cache=1
4744 fi
4745
4746 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
4747
4748fi
4749
4750
4751 eval "$ac_cv_use_protocol_file"
4752 if test "$no_cache" != 1; then
4753 echo $ac_cv_use_protocol_file >> ${wx_arg_cache_file}.tmp
4754 fi
4755
4756 if test "$wxUSE_PROTOCOL_FILE" = yes; then
4757 echo "$ac_t""yes" 1>&6
4758 else
4759 echo "$ac_t""no" 1>&6
4760 fi
4761
4762
4763
4764
4765
4766 echo $ac_n "checking for --enable-threads""... $ac_c" 1>&6
4767echo "configure:4768: checking for --enable-threads" >&5
4768 no_cache=0
4769 # Check whether --enable-threads or --disable-threads was given.
4770if test "${enable_threads+set}" = set; then
4771 enableval="$enable_threads"
4772
4773 if test "$enableval" = yes; then
4774 ac_cv_use_threads='wxUSE_THREADS=yes'
4775 else
4776 ac_cv_use_threads='wxUSE_THREADS=no'
4777 fi
4778
4779else
4780
4781 LINE=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
4782 if test "x$LINE" != x ; then
4783 eval "DEFAULT_$LINE"
4784 else
4785 no_cache=1
4786 fi
4787
4788 ac_cv_use_threads='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
4789
4790fi
4791
4792
4793 eval "$ac_cv_use_threads"
4794 if test "$no_cache" != 1; then
4795 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
4796 fi
4797
4798 if test "$wxUSE_THREADS" = yes; then
4799 echo "$ac_t""yes" 1>&6
4800 else
4801 echo "$ac_t""no" 1>&6
4802 fi
4803
4804
4805if test "$wxUSE_GUI" = "yes"; then
4806
4807
4808
4809 echo $ac_n "checking for --enable-docview""... $ac_c" 1>&6
4810echo "configure:4811: checking for --enable-docview" >&5
4811 no_cache=0
4812 # Check whether --enable-docview or --disable-docview was given.
4813if test "${enable_docview+set}" = set; then
4814 enableval="$enable_docview"
4815
4816 if test "$enableval" = yes; then
4817 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
4818 else
4819 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no'
4820 fi
4821
4822else
4823
4824 LINE=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
4825 if test "x$LINE" != x ; then
4826 eval "DEFAULT_$LINE"
4827 else
4828 no_cache=1
4829 fi
4830
4831 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
4832
4833fi
4834
4835
4836 eval "$ac_cv_use_docview"
4837 if test "$no_cache" != 1; then
4838 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
4839 fi
4840
4841 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
4842 echo "$ac_t""yes" 1>&6
4843 else
4844 echo "$ac_t""no" 1>&6
4845 fi
4846
4847
4848 echo $ac_n "checking for --enable-help""... $ac_c" 1>&6
4849echo "configure:4850: checking for --enable-help" >&5
4850 no_cache=0
4851 # Check whether --enable-help or --disable-help was given.
4852if test "${enable_help+set}" = set; then
4853 enableval="$enable_help"
4854
4855 if test "$enableval" = yes; then
4856 ac_cv_use_help='wxUSE_HELP=yes'
4857 else
4858 ac_cv_use_help='wxUSE_HELP=no'
4859 fi
4860
4861else
4862
4863 LINE=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
4864 if test "x$LINE" != x ; then
4865 eval "DEFAULT_$LINE"
4866 else
4867 no_cache=1
4868 fi
4869
4870 ac_cv_use_help='wxUSE_HELP='$DEFAULT_wxUSE_HELP
4871
4872fi
4873
4874
4875 eval "$ac_cv_use_help"
4876 if test "$no_cache" != 1; then
4877 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
4878 fi
4879
4880 if test "$wxUSE_HELP" = yes; then
4881 echo "$ac_t""yes" 1>&6
4882 else
4883 echo "$ac_t""no" 1>&6
4884 fi
4885
4886
4887 echo $ac_n "checking for --enable-mshtmlhelp""... $ac_c" 1>&6
4888echo "configure:4889: checking for --enable-mshtmlhelp" >&5
4889 no_cache=0
4890 # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given.
4891if test "${enable_mshtmlhelp+set}" = set; then
4892 enableval="$enable_mshtmlhelp"
4893
4894 if test "$enableval" = yes; then
4895 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=yes'
4896 else
4897 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=no'
4898 fi
4899
4900else
4901
4902 LINE=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}`
4903 if test "x$LINE" != x ; then
4904 eval "DEFAULT_$LINE"
4905 else
4906 no_cache=1
4907 fi
4908
4909 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP
4910
4911fi
4912
4913
4914 eval "$ac_cv_use_mshtmlhelp"
4915 if test "$no_cache" != 1; then
4916 echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
4917 fi
4918
4919 if test "$wxUSE_MS_HTML_HELP" = yes; then
4920 echo "$ac_t""yes" 1>&6
4921 else
4922 echo "$ac_t""no" 1>&6
4923 fi
4924
4925
4926 echo $ac_n "checking for --enable-html""... $ac_c" 1>&6
4927echo "configure:4928: checking for --enable-html" >&5
4928 no_cache=0
4929 # Check whether --enable-html or --disable-html was given.
4930if test "${enable_html+set}" = set; then
4931 enableval="$enable_html"
4932
4933 if test "$enableval" = yes; then
4934 ac_cv_use_html='wxUSE_HTML=yes'
4935 else
4936 ac_cv_use_html='wxUSE_HTML=no'
4937 fi
4938
4939else
4940
4941 LINE=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
4942 if test "x$LINE" != x ; then
4943 eval "DEFAULT_$LINE"
4944 else
4945 no_cache=1
4946 fi
4947
4948 ac_cv_use_html='wxUSE_HTML='$DEFAULT_wxUSE_HTML
4949
4950fi
4951
4952
4953 eval "$ac_cv_use_html"
4954 if test "$no_cache" != 1; then
4955 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
4956 fi
4957
4958 if test "$wxUSE_HTML" = yes; then
4959 echo "$ac_t""yes" 1>&6
4960 else
4961 echo "$ac_t""no" 1>&6
4962 fi
4963
4964
4965 echo $ac_n "checking for --enable-htmlhelp""... $ac_c" 1>&6
4966echo "configure:4967: checking for --enable-htmlhelp" >&5
4967 no_cache=0
4968 # Check whether --enable-htmlhelp or --disable-htmlhelp was given.
4969if test "${enable_htmlhelp+set}" = set; then
4970 enableval="$enable_htmlhelp"
4971
4972 if test "$enableval" = yes; then
4973 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes'
4974 else
4975 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no'
4976 fi
4977
4978else
4979
4980 LINE=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}`
4981 if test "x$LINE" != x ; then
4982 eval "DEFAULT_$LINE"
4983 else
4984 no_cache=1
4985 fi
4986
4987 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP
4988
4989fi
4990
4991
4992 eval "$ac_cv_use_htmlhelp"
4993 if test "$no_cache" != 1; then
4994 echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
4995 fi
4996
4997 if test "$wxUSE_WXHTML_HELP" = yes; then
4998 echo "$ac_t""yes" 1>&6
4999 else
5000 echo "$ac_t""no" 1>&6
5001 fi
5002
5003
5004 echo $ac_n "checking for --enable-constraints""... $ac_c" 1>&6
5005echo "configure:5006: checking for --enable-constraints" >&5
5006 no_cache=0
5007 # Check whether --enable-constraints or --disable-constraints was given.
5008if test "${enable_constraints+set}" = set; then
5009 enableval="$enable_constraints"
5010
5011 if test "$enableval" = yes; then
5012 ac_cv_use_constraints='wxUSE_CONSTRAINTS=yes'
5013 else
5014 ac_cv_use_constraints='wxUSE_CONSTRAINTS=no'
5015 fi
5016
5017else
5018
5019 LINE=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
5020 if test "x$LINE" != x ; then
5021 eval "DEFAULT_$LINE"
5022 else
5023 no_cache=1
5024 fi
5025
5026 ac_cv_use_constraints='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
5027
5028fi
5029
5030
5031 eval "$ac_cv_use_constraints"
5032 if test "$no_cache" != 1; then
5033 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
5034 fi
5035
5036 if test "$wxUSE_CONSTRAINTS" = yes; then
5037 echo "$ac_t""yes" 1>&6
5038 else
5039 echo "$ac_t""no" 1>&6
5040 fi
5041
5042
5043 echo $ac_n "checking for --enable-printarch""... $ac_c" 1>&6
5044echo "configure:5045: checking for --enable-printarch" >&5
5045 no_cache=0
5046 # Check whether --enable-printarch or --disable-printarch was given.
5047if test "${enable_printarch+set}" = set; then
5048 enableval="$enable_printarch"
5049
5050 if test "$enableval" = yes; then
5051 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes'
5052 else
5053 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no'
5054 fi
5055
5056else
5057
5058 LINE=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
5059 if test "x$LINE" != x ; then
5060 eval "DEFAULT_$LINE"
5061 else
5062 no_cache=1
5063 fi
5064
5065 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
5066
5067fi
5068
5069
5070 eval "$ac_cv_use_printarch"
5071 if test "$no_cache" != 1; then
5072 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
5073 fi
5074
5075 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
5076 echo "$ac_t""yes" 1>&6
5077 else
5078 echo "$ac_t""no" 1>&6
5079 fi
5080
5081
5082 echo $ac_n "checking for --enable-mdi""... $ac_c" 1>&6
5083echo "configure:5084: checking for --enable-mdi" >&5
5084 no_cache=0
5085 # Check whether --enable-mdi or --disable-mdi was given.
5086if test "${enable_mdi+set}" = set; then
5087 enableval="$enable_mdi"
5088
5089 if test "$enableval" = yes; then
5090 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=yes'
5091 else
5092 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=no'
5093 fi
5094
5095else
5096
5097 LINE=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
5098 if test "x$LINE" != x ; then
5099 eval "DEFAULT_$LINE"
5100 else
5101 no_cache=1
5102 fi
5103
5104 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
5105
5106fi
5107
5108
5109 eval "$ac_cv_use_mdi"
5110 if test "$no_cache" != 1; then
5111 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
5112 fi
5113
5114 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
5115 echo "$ac_t""yes" 1>&6
5116 else
5117 echo "$ac_t""no" 1>&6
5118 fi
5119
5120
5121 echo $ac_n "checking for --enable-loggui""... $ac_c" 1>&6
5122echo "configure:5123: checking for --enable-loggui" >&5
5123 no_cache=0
5124 # Check whether --enable-loggui or --disable-loggui was given.
5125if test "${enable_loggui+set}" = set; then
5126 enableval="$enable_loggui"
5127
5128 if test "$enableval" = yes; then
5129 ac_cv_use_loggui='wxUSE_LOGGUI=yes'
5130 else
5131 ac_cv_use_loggui='wxUSE_LOGGUI=no'
5132 fi
5133
5134else
5135
5136 LINE=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
5137 if test "x$LINE" != x ; then
5138 eval "DEFAULT_$LINE"
5139 else
5140 no_cache=1
5141 fi
5142
5143 ac_cv_use_loggui='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI
5144
5145fi
5146
5147
5148 eval "$ac_cv_use_loggui"
5149 if test "$no_cache" != 1; then
5150 echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
5151 fi
5152
5153 if test "$wxUSE_LOGGUI" = yes; then
5154 echo "$ac_t""yes" 1>&6
5155 else
5156 echo "$ac_t""no" 1>&6
5157 fi
5158
5159
5160 echo $ac_n "checking for --enable-logwin""... $ac_c" 1>&6
5161echo "configure:5162: checking for --enable-logwin" >&5
5162 no_cache=0
5163 # Check whether --enable-logwin or --disable-logwin was given.
5164if test "${enable_logwin+set}" = set; then
5165 enableval="$enable_logwin"
5166
5167 if test "$enableval" = yes; then
5168 ac_cv_use_logwin='wxUSE_LOGWINDOW=yes'
5169 else
5170 ac_cv_use_logwin='wxUSE_LOGWINDOW=no'
5171 fi
5172
5173else
5174
5175 LINE=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
5176 if test "x$LINE" != x ; then
5177 eval "DEFAULT_$LINE"
5178 else
5179 no_cache=1
5180 fi
5181
5182 ac_cv_use_logwin='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW
5183
5184fi
5185
5186
5187 eval "$ac_cv_use_logwin"
5188 if test "$no_cache" != 1; then
5189 echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
5190 fi
5191
5192 if test "$wxUSE_LOGWINDOW" = yes; then
5193 echo "$ac_t""yes" 1>&6
5194 else
5195 echo "$ac_t""no" 1>&6
5196 fi
5197
5198
5199 echo $ac_n "checking for --enable-logdialog""... $ac_c" 1>&6
5200echo "configure:5201: checking for --enable-logdialog" >&5
5201 no_cache=0
5202 # Check whether --enable-logdialog or --disable-logdialog was given.
5203if test "${enable_logdialog+set}" = set; then
5204 enableval="$enable_logdialog"
5205
5206 if test "$enableval" = yes; then
5207 ac_cv_use_logdialog='wxUSE_LOGDIALOG=yes'
5208 else
5209 ac_cv_use_logdialog='wxUSE_LOGDIALOG=no'
5210 fi
5211
5212else
5213
5214 LINE=`grep "wxUSE_LOGDIALOG" ${wx_arg_cache_file}`
5215 if test "x$LINE" != x ; then
5216 eval "DEFAULT_$LINE"
5217 else
5218 no_cache=1
5219 fi
5220
5221 ac_cv_use_logdialog='wxUSE_LOGDIALOG='$DEFAULT_wxUSE_LOGDIALOG
5222
5223fi
5224
5225
5226 eval "$ac_cv_use_logdialog"
5227 if test "$no_cache" != 1; then
5228 echo $ac_cv_use_logdialog >> ${wx_arg_cache_file}.tmp
5229 fi
5230
5231 if test "$wxUSE_LOGDIALOG" = yes; then
5232 echo "$ac_t""yes" 1>&6
5233 else
5234 echo "$ac_t""no" 1>&6
5235 fi
5236
5237
5238
5239 echo $ac_n "checking for --enable-postscript""... $ac_c" 1>&6
5240echo "configure:5241: checking for --enable-postscript" >&5
5241 no_cache=0
5242 # Check whether --enable-postscript or --disable-postscript was given.
5243if test "${enable_postscript+set}" = set; then
5244 enableval="$enable_postscript"
5245
5246 if test "$enableval" = yes; then
5247 ac_cv_use_postscript='wxUSE_POSTSCRIPT=yes'
5248 else
5249 ac_cv_use_postscript='wxUSE_POSTSCRIPT=no'
5250 fi
5251
5252else
5253
5254 LINE=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
5255 if test "x$LINE" != x ; then
5256 eval "DEFAULT_$LINE"
5257 else
5258 no_cache=1
5259 fi
5260
5261 ac_cv_use_postscript='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
5262
5263fi
5264
5265
5266 eval "$ac_cv_use_postscript"
5267 if test "$no_cache" != 1; then
5268 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
5269 fi
5270
5271 if test "$wxUSE_POSTSCRIPT" = yes; then
5272 echo "$ac_t""yes" 1>&6
5273 else
5274 echo "$ac_t""no" 1>&6
5275 fi
5276
5277
5278
5279
5280
5281 echo $ac_n "checking for --enable-prologio""... $ac_c" 1>&6
5282echo "configure:5283: checking for --enable-prologio" >&5
5283 no_cache=0
5284 # Check whether --enable-prologio or --disable-prologio was given.
5285if test "${enable_prologio+set}" = set; then
5286 enableval="$enable_prologio"
5287
5288 if test "$enableval" = yes; then
5289 ac_cv_use_prologio='wxUSE_PROLOGIO=yes'
5290 else
5291 ac_cv_use_prologio='wxUSE_PROLOGIO=no'
5292 fi
5293
5294else
5295
5296 LINE=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
5297 if test "x$LINE" != x ; then
5298 eval "DEFAULT_$LINE"
5299 else
5300 no_cache=1
5301 fi
5302
5303 ac_cv_use_prologio='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
5304
5305fi
5306
5307
5308 eval "$ac_cv_use_prologio"
5309 if test "$no_cache" != 1; then
5310 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
5311 fi
5312
5313 if test "$wxUSE_PROLOGIO" = yes; then
5314 echo "$ac_t""yes" 1>&6
5315 else
5316 echo "$ac_t""no" 1>&6
5317 fi
5318
5319
5320 echo $ac_n "checking for --enable-resources""... $ac_c" 1>&6
5321echo "configure:5322: checking for --enable-resources" >&5
5322 no_cache=0
5323 # Check whether --enable-resources or --disable-resources was given.
5324if test "${enable_resources+set}" = set; then
5325 enableval="$enable_resources"
5326
5327 if test "$enableval" = yes; then
5328 ac_cv_use_resources='wxUSE_RESOURCES=yes'
5329 else
5330 ac_cv_use_resources='wxUSE_RESOURCES=no'
5331 fi
5332
5333else
5334
5335 LINE=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
5336 if test "x$LINE" != x ; then
5337 eval "DEFAULT_$LINE"
5338 else
5339 no_cache=1
5340 fi
5341
5342 ac_cv_use_resources='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
5343
5344fi
5345
5346
5347 eval "$ac_cv_use_resources"
5348 if test "$no_cache" != 1; then
5349 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
5350 fi
5351
5352 if test "$wxUSE_RESOURCES" = yes; then
5353 echo "$ac_t""yes" 1>&6
5354 else
5355 echo "$ac_t""no" 1>&6
5356 fi
5357
5358
5359
5360 echo $ac_n "checking for --enable-xresources""... $ac_c" 1>&6
5361echo "configure:5362: checking for --enable-xresources" >&5
5362 no_cache=0
5363 # Check whether --enable-xresources or --disable-xresources was given.
5364if test "${enable_xresources+set}" = set; then
5365 enableval="$enable_xresources"
5366
5367 if test "$enableval" = yes; then
5368 ac_cv_use_xresources='wxUSE_X_RESOURCES=yes'
5369 else
5370 ac_cv_use_xresources='wxUSE_X_RESOURCES=no'
5371 fi
5372
5373else
5374
5375 LINE=`grep "wxUSE_X_RESOURCES" ${wx_arg_cache_file}`
5376 if test "x$LINE" != x ; then
5377 eval "DEFAULT_$LINE"
5378 else
5379 no_cache=1
5380 fi
5381
5382 ac_cv_use_xresources='wxUSE_X_RESOURCES='$DEFAULT_wxUSE_X_RESOURCES
5383
5384fi
5385
5386
5387 eval "$ac_cv_use_xresources"
5388 if test "$no_cache" != 1; then
5389 echo $ac_cv_use_xresources >> ${wx_arg_cache_file}.tmp
5390 fi
5391
5392 if test "$wxUSE_X_RESOURCES" = yes; then
5393 echo "$ac_t""yes" 1>&6
5394 else
5395 echo "$ac_t""no" 1>&6
5396 fi
5397
5398
5399
5400
5401 echo $ac_n "checking for --enable-clipboard""... $ac_c" 1>&6
5402echo "configure:5403: checking for --enable-clipboard" >&5
5403 no_cache=0
5404 # Check whether --enable-clipboard or --disable-clipboard was given.
5405if test "${enable_clipboard+set}" = set; then
5406 enableval="$enable_clipboard"
5407
5408 if test "$enableval" = yes; then
5409 ac_cv_use_clipboard='wxUSE_CLIPBOARD=yes'
5410 else
5411 ac_cv_use_clipboard='wxUSE_CLIPBOARD=no'
5412 fi
5413
5414else
5415
5416 LINE=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
5417 if test "x$LINE" != x ; then
5418 eval "DEFAULT_$LINE"
5419 else
5420 no_cache=1
5421 fi
5422
5423 ac_cv_use_clipboard='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
5424
5425fi
5426
5427
5428 eval "$ac_cv_use_clipboard"
5429 if test "$no_cache" != 1; then
5430 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
5431 fi
5432
5433 if test "$wxUSE_CLIPBOARD" = yes; then
5434 echo "$ac_t""yes" 1>&6
5435 else
5436 echo "$ac_t""no" 1>&6
5437 fi
5438
5439
5440 echo $ac_n "checking for --enable-dnd""... $ac_c" 1>&6
5441echo "configure:5442: checking for --enable-dnd" >&5
5442 no_cache=0
5443 # Check whether --enable-dnd or --disable-dnd was given.
5444if test "${enable_dnd+set}" = set; then
5445 enableval="$enable_dnd"
5446
5447 if test "$enableval" = yes; then
5448 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes'
5449 else
5450 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=no'
5451 fi
5452
5453else
5454
5455 LINE=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
5456 if test "x$LINE" != x ; then
5457 eval "DEFAULT_$LINE"
5458 else
5459 no_cache=1
5460 fi
5461
5462 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
5463
5464fi
5465
5466
5467 eval "$ac_cv_use_dnd"
5468 if test "$no_cache" != 1; then
5469 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
5470 fi
5471
5472 if test "$wxUSE_DRAG_AND_DROP" = yes; then
5473 echo "$ac_t""yes" 1>&6
5474 else
5475 echo "$ac_t""no" 1>&6
5476 fi
5477
5478
5479 echo $ac_n "checking for --enable-metafile""... $ac_c" 1>&6
5480echo "configure:5481: checking for --enable-metafile" >&5
5481 no_cache=0
5482 # Check whether --enable-metafile or --disable-metafile was given.
5483if test "${enable_metafile+set}" = set; then
5484 enableval="$enable_metafile"
5485
5486 if test "$enableval" = yes; then
5487 ac_cv_use_metafile='wxUSE_METAFILE=yes'
5488 else
5489 ac_cv_use_metafile='wxUSE_METAFILE=no'
5490 fi
5491
5492else
5493
5494 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
5495 if test "x$LINE" != x ; then
5496 eval "DEFAULT_$LINE"
5497 else
5498 no_cache=1
5499 fi
5500
5501 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
5502
5503fi
5504
5505
5506 eval "$ac_cv_use_metafile"
5507 if test "$no_cache" != 1; then
5508 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
5509 fi
5510
5511 if test "$wxUSE_METAFILE" = yes; then
5512 echo "$ac_t""yes" 1>&6
5513 else
5514 echo "$ac_t""no" 1>&6
5515 fi
5516
5517
5518
5519 echo $ac_n "checking for --enable-treelayout""... $ac_c" 1>&6
5520echo "configure:5521: checking for --enable-treelayout" >&5
5521 no_cache=0
5522 # Check whether --enable-treelayout or --disable-treelayout was given.
5523if test "${enable_treelayout+set}" = set; then
5524 enableval="$enable_treelayout"
5525
5526 if test "$enableval" = yes; then
5527 ac_cv_use_treelayout='wxUSE_TREELAYOUT=yes'
5528 else
5529 ac_cv_use_treelayout='wxUSE_TREELAYOUT=no'
5530 fi
5531
5532else
5533
5534 LINE=`grep "wxUSE_TREELAYOUT" ${wx_arg_cache_file}`
5535 if test "x$LINE" != x ; then
5536 eval "DEFAULT_$LINE"
5537 else
5538 no_cache=1
5539 fi
5540
5541 ac_cv_use_treelayout='wxUSE_TREELAYOUT='$DEFAULT_wxUSE_TREELAYOUT
5542
5543fi
5544
5545
5546 eval "$ac_cv_use_treelayout"
5547 if test "$no_cache" != 1; then
5548 echo $ac_cv_use_treelayout >> ${wx_arg_cache_file}.tmp
5549 fi
5550
5551 if test "$wxUSE_TREELAYOUT" = yes; then
5552 echo "$ac_t""yes" 1>&6
5553 else
5554 echo "$ac_t""no" 1>&6
5555 fi
5556
5557
5558
5559
5560 echo $ac_n "checking for --enable-controls""... $ac_c" 1>&6
5561echo "configure:5562: checking for --enable-controls" >&5
5562 no_cache=0
5563 # Check whether --enable-controls or --disable-controls was given.
5564if test "${enable_controls+set}" = set; then
5565 enableval="$enable_controls"
5566
5567 if test "$enableval" = yes; then
5568 ac_cv_use_controls='wxUSE_CONTROLS=yes'
5569 else
5570 ac_cv_use_controls='wxUSE_CONTROLS=no'
5571 fi
5572
5573else
5574
5575 LINE=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
5576 if test "x$LINE" != x ; then
5577 eval "DEFAULT_$LINE"
5578 else
5579 no_cache=1
5580 fi
5581
5582 ac_cv_use_controls='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
5583
5584fi
5585
5586
5587 eval "$ac_cv_use_controls"
5588 if test "$no_cache" != 1; then
5589 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
5590 fi
5591
5592 if test "$wxUSE_CONTROLS" = yes; then
5593 echo "$ac_t""yes" 1>&6
5594 else
5595 echo "$ac_t""no" 1>&6
5596 fi
5597
5598
5599if test "$wxUSE_CONTROLS" = "yes"; then
5600 DEFAULT_wxUSE_ACCEL=yes
5601 DEFAULT_wxUSE_BMPBUTTON=yes
5602 DEFAULT_wxUSE_BUTTON=yes
5603 DEFAULT_wxUSE_CALCTRL=no
5604 DEFAULT_wxUSE_CARET=yes
5605 DEFAULT_wxUSE_COMBOBOX=yes
5606 DEFAULT_wxUSE_CHECKBOX=yes
5607 DEFAULT_wxUSE_CHECKLISTBOX=yes
5608 DEFAULT_wxUSE_CHOICE=yes
5609 DEFAULT_wxUSE_GAUGE=yes
5610 DEFAULT_wxUSE_GRID=yes
5611 DEFAULT_wxUSE_NEW_GRID=yes
5612 DEFAULT_wxUSE_IMAGLIST=yes
5613 DEFAULT_wxUSE_LISTBOX=yes
5614 DEFAULT_wxUSE_LISTCTRL=yes
5615 DEFAULT_wxUSE_NOTEBOOK=yes
5616 DEFAULT_wxUSE_PROPSHEET=yes
5617 DEFAULT_wxUSE_RADIOBOX=yes
5618 DEFAULT_wxUSE_RADIOBTN=yes
5619 DEFAULT_wxUSE_SASH=yes
5620 DEFAULT_wxUSE_SCROLLBAR=yes
5621 DEFAULT_wxUSE_SLIDER=yes
5622 DEFAULT_wxUSE_SPINBTN=yes
5623 DEFAULT_wxUSE_SPINCTRL=yes
5624 DEFAULT_wxUSE_SPLITTER=yes
5625 DEFAULT_wxUSE_STATBMP=yes
5626 DEFAULT_wxUSE_STATBOX=yes
5627 DEFAULT_wxUSE_STATLINE=yes
5628 DEFAULT_wxUSE_STATUSBAR=yes
5629 DEFAULT_wxUSE_TAB_DIALOG=yes
5630 DEFAULT_wxUSE_TOGGLEBTN=yes
5631 DEFAULT_wxUSE_TOOLBAR=yes
5632 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
5633 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
5634 DEFAULT_wxUSE_TOOLTIPS=yes
5635 DEFAULT_wxUSE_TREECTRL=yes
5636 DEFAULT_wxUSE_POPUPWIN=yes
5637 DEFAULT_wxUSE_TIPWINDOW=yes
5638elif test "$wxUSE_CONTROLS" = "no"; then
5639 DEFAULT_wxUSE_ACCEL=no
5640 DEFAULT_wxUSE_BMPBUTTON=no
5641 DEFAULT_wxUSE_BUTTON=no
5642 DEFAULT_wxUSE_CALCTRL=no
5643 DEFAULT_wxUSE_CARET=no
5644 DEFAULT_wxUSE_COMBOBOX=no
5645 DEFAULT_wxUSE_CHECKBOX=no
5646 DEFAULT_wxUSE_CHECKLISTBOX=no
5647 DEFAULT_wxUSE_CHOICE=no
5648 DEFAULT_wxUSE_GAUGE=no
5649 DEFAULT_wxUSE_GRID=no
5650 DEFAULT_wxUSE_NEW_GRID=no
5651 DEFAULT_wxUSE_IMAGLIST=no
5652 DEFAULT_wxUSE_LISTBOX=no
5653 DEFAULT_wxUSE_LISTCTRL=no
5654 DEFAULT_wxUSE_NOTEBOOK=no
5655 DEFAULT_wxUSE_PROPSHEET=no
5656 DEFAULT_wxUSE_RADIOBOX=no
5657 DEFAULT_wxUSE_RADIOBTN=no
5658 DEFAULT_wxUSE_SASH=no
5659 DEFAULT_wxUSE_SCROLLBAR=no
5660 DEFAULT_wxUSE_SLIDER=no
5661 DEFAULT_wxUSE_SPINBTN=no
5662 DEFAULT_wxUSE_SPINCTRL=no
5663 DEFAULT_wxUSE_SPLITTER=no
5664 DEFAULT_wxUSE_STATBMP=no
5665 DEFAULT_wxUSE_STATBOX=no
5666 DEFAULT_wxUSE_STATLINE=no
5667 DEFAULT_wxUSE_STATUSBAR=no
5668 DEFAULT_wxUSE_TAB_DIALOG=no
5669 DEFAULT_wxUSE_TOGGLEBTN=no
5670 DEFAULT_wxUSE_TOOLBAR=no
5671 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
5672 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
5673 DEFAULT_wxUSE_TOOLTIPS=no
5674 DEFAULT_wxUSE_TREECTRL=no
5675 DEFAULT_wxUSE_POPUPWIN=no
5676 DEFAULT_wxUSE_TIPWINDOW=no
5677fi
5678
5679
5680 echo $ac_n "checking for --enable-accel""... $ac_c" 1>&6
5681echo "configure:5682: checking for --enable-accel" >&5
5682 no_cache=0
5683 # Check whether --enable-accel or --disable-accel was given.
5684if test "${enable_accel+set}" = set; then
5685 enableval="$enable_accel"
5686
5687 if test "$enableval" = yes; then
5688 ac_cv_use_accel='wxUSE_ACCEL=yes'
5689 else
5690 ac_cv_use_accel='wxUSE_ACCEL=no'
5691 fi
5692
5693else
5694
5695 LINE=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
5696 if test "x$LINE" != x ; then
5697 eval "DEFAULT_$LINE"
5698 else
5699 no_cache=1
5700 fi
5701
5702 ac_cv_use_accel='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
5703
5704fi
5705
5706
5707 eval "$ac_cv_use_accel"
5708 if test "$no_cache" != 1; then
5709 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
5710 fi
5711
5712 if test "$wxUSE_ACCEL" = yes; then
5713 echo "$ac_t""yes" 1>&6
5714 else
5715 echo "$ac_t""no" 1>&6
5716 fi
5717
5718
5719 echo $ac_n "checking for --enable-button""... $ac_c" 1>&6
5720echo "configure:5721: checking for --enable-button" >&5
5721 no_cache=0
5722 # Check whether --enable-button or --disable-button was given.
5723if test "${enable_button+set}" = set; then
5724 enableval="$enable_button"
5725
5726 if test "$enableval" = yes; then
5727 ac_cv_use_button='wxUSE_BUTTON=yes'
5728 else
5729 ac_cv_use_button='wxUSE_BUTTON=no'
5730 fi
5731
5732else
5733
5734 LINE=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
5735 if test "x$LINE" != x ; then
5736 eval "DEFAULT_$LINE"
5737 else
5738 no_cache=1
5739 fi
5740
5741 ac_cv_use_button='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON
5742
5743fi
5744
5745
5746 eval "$ac_cv_use_button"
5747 if test "$no_cache" != 1; then
5748 echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
5749 fi
5750
5751 if test "$wxUSE_BUTTON" = yes; then
5752 echo "$ac_t""yes" 1>&6
5753 else
5754 echo "$ac_t""no" 1>&6
5755 fi
5756
5757
5758 echo $ac_n "checking for --enable-bmpbutton""... $ac_c" 1>&6
5759echo "configure:5760: checking for --enable-bmpbutton" >&5
5760 no_cache=0
5761 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
5762if test "${enable_bmpbutton+set}" = set; then
5763 enableval="$enable_bmpbutton"
5764
5765 if test "$enableval" = yes; then
5766 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes'
5767 else
5768 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
5769 fi
5770
5771else
5772
5773 LINE=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
5774 if test "x$LINE" != x ; then
5775 eval "DEFAULT_$LINE"
5776 else
5777 no_cache=1
5778 fi
5779
5780 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
5781
5782fi
5783
5784
5785 eval "$ac_cv_use_bmpbutton"
5786 if test "$no_cache" != 1; then
5787 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
5788 fi
5789
5790 if test "$wxUSE_BMPBUTTON" = yes; then
5791 echo "$ac_t""yes" 1>&6
5792 else
5793 echo "$ac_t""no" 1>&6
5794 fi
5795
5796
5797 echo $ac_n "checking for --enable-calendar""... $ac_c" 1>&6
5798echo "configure:5799: checking for --enable-calendar" >&5
5799 no_cache=0
5800 # Check whether --enable-calendar or --disable-calendar was given.
5801if test "${enable_calendar+set}" = set; then
5802 enableval="$enable_calendar"
5803
5804 if test "$enableval" = yes; then
5805 ac_cv_use_calendar='wxUSE_CALCTRL=yes'
5806 else
5807 ac_cv_use_calendar='wxUSE_CALCTRL=no'
5808 fi
5809
5810else
5811
5812 LINE=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
5813 if test "x$LINE" != x ; then
5814 eval "DEFAULT_$LINE"
5815 else
5816 no_cache=1
5817 fi
5818
5819 ac_cv_use_calendar='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL
5820
5821fi
5822
5823
5824 eval "$ac_cv_use_calendar"
5825 if test "$no_cache" != 1; then
5826 echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
5827 fi
5828
5829 if test "$wxUSE_CALCTRL" = yes; then
5830 echo "$ac_t""yes" 1>&6
5831 else
5832 echo "$ac_t""no" 1>&6
5833 fi
5834
5835
5836 echo $ac_n "checking for --enable-caret""... $ac_c" 1>&6
5837echo "configure:5838: checking for --enable-caret" >&5
5838 no_cache=0
5839 # Check whether --enable-caret or --disable-caret was given.
5840if test "${enable_caret+set}" = set; then
5841 enableval="$enable_caret"
5842
5843 if test "$enableval" = yes; then
5844 ac_cv_use_caret='wxUSE_CARET=yes'
5845 else
5846 ac_cv_use_caret='wxUSE_CARET=no'
5847 fi
5848
5849else
5850
5851 LINE=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
5852 if test "x$LINE" != x ; then
5853 eval "DEFAULT_$LINE"
5854 else
5855 no_cache=1
5856 fi
5857
5858 ac_cv_use_caret='wxUSE_CARET='$DEFAULT_wxUSE_CARET
5859
5860fi
5861
5862
5863 eval "$ac_cv_use_caret"
5864 if test "$no_cache" != 1; then
5865 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
5866 fi
5867
5868 if test "$wxUSE_CARET" = yes; then
5869 echo "$ac_t""yes" 1>&6
5870 else
5871 echo "$ac_t""no" 1>&6
5872 fi
5873
5874
5875 echo $ac_n "checking for --enable-checkbox""... $ac_c" 1>&6
5876echo "configure:5877: checking for --enable-checkbox" >&5
5877 no_cache=0
5878 # Check whether --enable-checkbox or --disable-checkbox was given.
5879if test "${enable_checkbox+set}" = set; then
5880 enableval="$enable_checkbox"
5881
5882 if test "$enableval" = yes; then
5883 ac_cv_use_checkbox='wxUSE_CHECKBOX=yes'
5884 else
5885 ac_cv_use_checkbox='wxUSE_CHECKBOX=no'
5886 fi
5887
5888else
5889
5890 LINE=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
5891 if test "x$LINE" != x ; then
5892 eval "DEFAULT_$LINE"
5893 else
5894 no_cache=1
5895 fi
5896
5897 ac_cv_use_checkbox='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
5898
5899fi
5900
5901
5902 eval "$ac_cv_use_checkbox"
5903 if test "$no_cache" != 1; then
5904 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
5905 fi
5906
5907 if test "$wxUSE_CHECKBOX" = yes; then
5908 echo "$ac_t""yes" 1>&6
5909 else
5910 echo "$ac_t""no" 1>&6
5911 fi
5912
5913
5914 echo $ac_n "checking for --enable-checklst""... $ac_c" 1>&6
5915echo "configure:5916: checking for --enable-checklst" >&5
5916 no_cache=0
5917 # Check whether --enable-checklst or --disable-checklst was given.
5918if test "${enable_checklst+set}" = set; then
5919 enableval="$enable_checklst"
5920
5921 if test "$enableval" = yes; then
5922 ac_cv_use_checklst='wxUSE_CHECKLST=yes'
5923 else
5924 ac_cv_use_checklst='wxUSE_CHECKLST=no'
5925 fi
5926
5927else
5928
5929 LINE=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
5930 if test "x$LINE" != x ; then
5931 eval "DEFAULT_$LINE"
5932 else
5933 no_cache=1
5934 fi
5935
5936 ac_cv_use_checklst='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
5937
5938fi
5939
5940
5941 eval "$ac_cv_use_checklst"
5942 if test "$no_cache" != 1; then
5943 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
5944 fi
5945
5946 if test "$wxUSE_CHECKLST" = yes; then
5947 echo "$ac_t""yes" 1>&6
5948 else
5949 echo "$ac_t""no" 1>&6
5950 fi
5951
5952
5953 echo $ac_n "checking for --enable-choice""... $ac_c" 1>&6
5954echo "configure:5955: checking for --enable-choice" >&5
5955 no_cache=0
5956 # Check whether --enable-choice or --disable-choice was given.
5957if test "${enable_choice+set}" = set; then
5958 enableval="$enable_choice"
5959
5960 if test "$enableval" = yes; then
5961 ac_cv_use_choice='wxUSE_CHOICE=yes'
5962 else
5963 ac_cv_use_choice='wxUSE_CHOICE=no'
5964 fi
5965
5966else
5967
5968 LINE=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
5969 if test "x$LINE" != x ; then
5970 eval "DEFAULT_$LINE"
5971 else
5972 no_cache=1
5973 fi
5974
5975 ac_cv_use_choice='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
5976
5977fi
5978
5979
5980 eval "$ac_cv_use_choice"
5981 if test "$no_cache" != 1; then
5982 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
5983 fi
5984
5985 if test "$wxUSE_CHOICE" = yes; then
5986 echo "$ac_t""yes" 1>&6
5987 else
5988 echo "$ac_t""no" 1>&6
5989 fi
5990
5991
5992 echo $ac_n "checking for --enable-combobox""... $ac_c" 1>&6
5993echo "configure:5994: checking for --enable-combobox" >&5
5994 no_cache=0
5995 # Check whether --enable-combobox or --disable-combobox was given.
5996if test "${enable_combobox+set}" = set; then
5997 enableval="$enable_combobox"
5998
5999 if test "$enableval" = yes; then
6000 ac_cv_use_combobox='wxUSE_COMBOBOX=yes'
6001 else
6002 ac_cv_use_combobox='wxUSE_COMBOBOX=no'
6003 fi
6004
6005else
6006
6007 LINE=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
6008 if test "x$LINE" != x ; then
6009 eval "DEFAULT_$LINE"
6010 else
6011 no_cache=1
6012 fi
6013
6014 ac_cv_use_combobox='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
6015
6016fi
6017
6018
6019 eval "$ac_cv_use_combobox"
6020 if test "$no_cache" != 1; then
6021 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
6022 fi
6023
6024 if test "$wxUSE_COMBOBOX" = yes; then
6025 echo "$ac_t""yes" 1>&6
6026 else
6027 echo "$ac_t""no" 1>&6
6028 fi
6029
6030
6031 echo $ac_n "checking for --enable-gauge""... $ac_c" 1>&6
6032echo "configure:6033: checking for --enable-gauge" >&5
6033 no_cache=0
6034 # Check whether --enable-gauge or --disable-gauge was given.
6035if test "${enable_gauge+set}" = set; then
6036 enableval="$enable_gauge"
6037
6038 if test "$enableval" = yes; then
6039 ac_cv_use_gauge='wxUSE_GAUGE=yes'
6040 else
6041 ac_cv_use_gauge='wxUSE_GAUGE=no'
6042 fi
6043
6044else
6045
6046 LINE=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
6047 if test "x$LINE" != x ; then
6048 eval "DEFAULT_$LINE"
6049 else
6050 no_cache=1
6051 fi
6052
6053 ac_cv_use_gauge='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
6054
6055fi
6056
6057
6058 eval "$ac_cv_use_gauge"
6059 if test "$no_cache" != 1; then
6060 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
6061 fi
6062
6063 if test "$wxUSE_GAUGE" = yes; then
6064 echo "$ac_t""yes" 1>&6
6065 else
6066 echo "$ac_t""no" 1>&6
6067 fi
6068
6069
6070 echo $ac_n "checking for --enable-grid""... $ac_c" 1>&6
6071echo "configure:6072: checking for --enable-grid" >&5
6072 no_cache=0
6073 # Check whether --enable-grid or --disable-grid was given.
6074if test "${enable_grid+set}" = set; then
6075 enableval="$enable_grid"
6076
6077 if test "$enableval" = yes; then
6078 ac_cv_use_grid='wxUSE_GRID=yes'
6079 else
6080 ac_cv_use_grid='wxUSE_GRID=no'
6081 fi
6082
6083else
6084
6085 LINE=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
6086 if test "x$LINE" != x ; then
6087 eval "DEFAULT_$LINE"
6088 else
6089 no_cache=1
6090 fi
6091
6092 ac_cv_use_grid='wxUSE_GRID='$DEFAULT_wxUSE_GRID
6093
6094fi
6095
6096
6097 eval "$ac_cv_use_grid"
6098 if test "$no_cache" != 1; then
6099 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
6100 fi
6101
6102 if test "$wxUSE_GRID" = yes; then
6103 echo "$ac_t""yes" 1>&6
6104 else
6105 echo "$ac_t""no" 1>&6
6106 fi
6107
6108
6109 echo $ac_n "checking for --enable-newgrid""... $ac_c" 1>&6
6110echo "configure:6111: checking for --enable-newgrid" >&5
6111 no_cache=0
6112 # Check whether --enable-newgrid or --disable-newgrid was given.
6113if test "${enable_newgrid+set}" = set; then
6114 enableval="$enable_newgrid"
6115
6116 if test "$enableval" = yes; then
6117 ac_cv_use_newgrid='wxUSE_NEW_GRID=yes'
6118 else
6119 ac_cv_use_newgrid='wxUSE_NEW_GRID=no'
6120 fi
6121
6122else
6123
6124 LINE=`grep "wxUSE_NEW_GRID" ${wx_arg_cache_file}`
6125 if test "x$LINE" != x ; then
6126 eval "DEFAULT_$LINE"
6127 else
6128 no_cache=1
6129 fi
6130
6131 ac_cv_use_newgrid='wxUSE_NEW_GRID='$DEFAULT_wxUSE_NEW_GRID
6132
6133fi
6134
6135
6136 eval "$ac_cv_use_newgrid"
6137 if test "$no_cache" != 1; then
6138 echo $ac_cv_use_newgrid >> ${wx_arg_cache_file}.tmp
6139 fi
6140
6141 if test "$wxUSE_NEW_GRID" = yes; then
6142 echo "$ac_t""yes" 1>&6
6143 else
6144 echo "$ac_t""no" 1>&6
6145 fi
6146
6147
6148 echo $ac_n "checking for --enable-imaglist""... $ac_c" 1>&6
6149echo "configure:6150: checking for --enable-imaglist" >&5
6150 no_cache=0
6151 # Check whether --enable-imaglist or --disable-imaglist was given.
6152if test "${enable_imaglist+set}" = set; then
6153 enableval="$enable_imaglist"
6154
6155 if test "$enableval" = yes; then
6156 ac_cv_use_imaglist='wxUSE_IMAGLIST=yes'
6157 else
6158 ac_cv_use_imaglist='wxUSE_IMAGLIST=no'
6159 fi
6160
6161else
6162
6163 LINE=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
6164 if test "x$LINE" != x ; then
6165 eval "DEFAULT_$LINE"
6166 else
6167 no_cache=1
6168 fi
6169
6170 ac_cv_use_imaglist='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
6171
6172fi
6173
6174
6175 eval "$ac_cv_use_imaglist"
6176 if test "$no_cache" != 1; then
6177 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
6178 fi
6179
6180 if test "$wxUSE_IMAGLIST" = yes; then
6181 echo "$ac_t""yes" 1>&6
6182 else
6183 echo "$ac_t""no" 1>&6
6184 fi
6185
6186
6187 echo $ac_n "checking for --enable-listbox""... $ac_c" 1>&6
6188echo "configure:6189: checking for --enable-listbox" >&5
6189 no_cache=0
6190 # Check whether --enable-listbox or --disable-listbox was given.
6191if test "${enable_listbox+set}" = set; then
6192 enableval="$enable_listbox"
6193
6194 if test "$enableval" = yes; then
6195 ac_cv_use_listbox='wxUSE_LISTBOX=yes'
6196 else
6197 ac_cv_use_listbox='wxUSE_LISTBOX=no'
6198 fi
6199
6200else
6201
6202 LINE=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
6203 if test "x$LINE" != x ; then
6204 eval "DEFAULT_$LINE"
6205 else
6206 no_cache=1
6207 fi
6208
6209 ac_cv_use_listbox='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
6210
6211fi
6212
6213
6214 eval "$ac_cv_use_listbox"
6215 if test "$no_cache" != 1; then
6216 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
6217 fi
6218
6219 if test "$wxUSE_LISTBOX" = yes; then
6220 echo "$ac_t""yes" 1>&6
6221 else
6222 echo "$ac_t""no" 1>&6
6223 fi
6224
6225
6226 echo $ac_n "checking for --enable-listctrl""... $ac_c" 1>&6
6227echo "configure:6228: checking for --enable-listctrl" >&5
6228 no_cache=0
6229 # Check whether --enable-listctrl or --disable-listctrl was given.
6230if test "${enable_listctrl+set}" = set; then
6231 enableval="$enable_listctrl"
6232
6233 if test "$enableval" = yes; then
6234 ac_cv_use_listctrl='wxUSE_LISTCTRL=yes'
6235 else
6236 ac_cv_use_listctrl='wxUSE_LISTCTRL=no'
6237 fi
6238
6239else
6240
6241 LINE=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
6242 if test "x$LINE" != x ; then
6243 eval "DEFAULT_$LINE"
6244 else
6245 no_cache=1
6246 fi
6247
6248 ac_cv_use_listctrl='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
6249
6250fi
6251
6252
6253 eval "$ac_cv_use_listctrl"
6254 if test "$no_cache" != 1; then
6255 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
6256 fi
6257
6258 if test "$wxUSE_LISTCTRL" = yes; then
6259 echo "$ac_t""yes" 1>&6
6260 else
6261 echo "$ac_t""no" 1>&6
6262 fi
6263
6264
6265 echo $ac_n "checking for --enable-notebook""... $ac_c" 1>&6
6266echo "configure:6267: checking for --enable-notebook" >&5
6267 no_cache=0
6268 # Check whether --enable-notebook or --disable-notebook was given.
6269if test "${enable_notebook+set}" = set; then
6270 enableval="$enable_notebook"
6271
6272 if test "$enableval" = yes; then
6273 ac_cv_use_notebook='wxUSE_NOTEBOOK=yes'
6274 else
6275 ac_cv_use_notebook='wxUSE_NOTEBOOK=no'
6276 fi
6277
6278else
6279
6280 LINE=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
6281 if test "x$LINE" != x ; then
6282 eval "DEFAULT_$LINE"
6283 else
6284 no_cache=1
6285 fi
6286
6287 ac_cv_use_notebook='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
6288
6289fi
6290
6291
6292 eval "$ac_cv_use_notebook"
6293 if test "$no_cache" != 1; then
6294 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
6295 fi
6296
6297 if test "$wxUSE_NOTEBOOK" = yes; then
6298 echo "$ac_t""yes" 1>&6
6299 else
6300 echo "$ac_t""no" 1>&6
6301 fi
6302
6303
6304 echo $ac_n "checking for --enable-propsheet""... $ac_c" 1>&6
6305echo "configure:6306: checking for --enable-propsheet" >&5
6306 no_cache=0
6307 # Check whether --enable-propsheet or --disable-propsheet was given.
6308if test "${enable_propsheet+set}" = set; then
6309 enableval="$enable_propsheet"
6310
6311 if test "$enableval" = yes; then
6312 ac_cv_use_propsheet='wxUSE_PROPSHEET=yes'
6313 else
6314 ac_cv_use_propsheet='wxUSE_PROPSHEET=no'
6315 fi
6316
6317else
6318
6319 LINE=`grep "wxUSE_PROPSHEET" ${wx_arg_cache_file}`
6320 if test "x$LINE" != x ; then
6321 eval "DEFAULT_$LINE"
6322 else
6323 no_cache=1
6324 fi
6325
6326 ac_cv_use_propsheet='wxUSE_PROPSHEET='$DEFAULT_wxUSE_PROPSHEET
6327
6328fi
6329
6330
6331 eval "$ac_cv_use_propsheet"
6332 if test "$no_cache" != 1; then
6333 echo $ac_cv_use_propsheet >> ${wx_arg_cache_file}.tmp
6334 fi
6335
6336 if test "$wxUSE_PROPSHEET" = yes; then
6337 echo "$ac_t""yes" 1>&6
6338 else
6339 echo "$ac_t""no" 1>&6
6340 fi
6341
6342
6343 echo $ac_n "checking for --enable-radiobox""... $ac_c" 1>&6
6344echo "configure:6345: checking for --enable-radiobox" >&5
6345 no_cache=0
6346 # Check whether --enable-radiobox or --disable-radiobox was given.
6347if test "${enable_radiobox+set}" = set; then
6348 enableval="$enable_radiobox"
6349
6350 if test "$enableval" = yes; then
6351 ac_cv_use_radiobox='wxUSE_RADIOBOX=yes'
6352 else
6353 ac_cv_use_radiobox='wxUSE_RADIOBOX=no'
6354 fi
6355
6356else
6357
6358 LINE=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
6359 if test "x$LINE" != x ; then
6360 eval "DEFAULT_$LINE"
6361 else
6362 no_cache=1
6363 fi
6364
6365 ac_cv_use_radiobox='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
6366
6367fi
6368
6369
6370 eval "$ac_cv_use_radiobox"
6371 if test "$no_cache" != 1; then
6372 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
6373 fi
6374
6375 if test "$wxUSE_RADIOBOX" = yes; then
6376 echo "$ac_t""yes" 1>&6
6377 else
6378 echo "$ac_t""no" 1>&6
6379 fi
6380
6381
6382 echo $ac_n "checking for --enable-radiobtn""... $ac_c" 1>&6
6383echo "configure:6384: checking for --enable-radiobtn" >&5
6384 no_cache=0
6385 # Check whether --enable-radiobtn or --disable-radiobtn was given.
6386if test "${enable_radiobtn+set}" = set; then
6387 enableval="$enable_radiobtn"
6388
6389 if test "$enableval" = yes; then
6390 ac_cv_use_radiobtn='wxUSE_RADIOBTN=yes'
6391 else
6392 ac_cv_use_radiobtn='wxUSE_RADIOBTN=no'
6393 fi
6394
6395else
6396
6397 LINE=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
6398 if test "x$LINE" != x ; then
6399 eval "DEFAULT_$LINE"
6400 else
6401 no_cache=1
6402 fi
6403
6404 ac_cv_use_radiobtn='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
6405
6406fi
6407
6408
6409 eval "$ac_cv_use_radiobtn"
6410 if test "$no_cache" != 1; then
6411 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
6412 fi
6413
6414 if test "$wxUSE_RADIOBTN" = yes; then
6415 echo "$ac_t""yes" 1>&6
6416 else
6417 echo "$ac_t""no" 1>&6
6418 fi
6419
6420
6421 echo $ac_n "checking for --enable-sash""... $ac_c" 1>&6
6422echo "configure:6423: checking for --enable-sash" >&5
6423 no_cache=0
6424 # Check whether --enable-sash or --disable-sash was given.
6425if test "${enable_sash+set}" = set; then
6426 enableval="$enable_sash"
6427
6428 if test "$enableval" = yes; then
6429 ac_cv_use_sash='wxUSE_SASH=yes'
6430 else
6431 ac_cv_use_sash='wxUSE_SASH=no'
6432 fi
6433
6434else
6435
6436 LINE=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
6437 if test "x$LINE" != x ; then
6438 eval "DEFAULT_$LINE"
6439 else
6440 no_cache=1
6441 fi
6442
6443 ac_cv_use_sash='wxUSE_SASH='$DEFAULT_wxUSE_SASH
6444
6445fi
6446
6447
6448 eval "$ac_cv_use_sash"
6449 if test "$no_cache" != 1; then
6450 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
6451 fi
6452
6453 if test "$wxUSE_SASH" = yes; then
6454 echo "$ac_t""yes" 1>&6
6455 else
6456 echo "$ac_t""no" 1>&6
6457 fi
6458
6459
6460 echo $ac_n "checking for --enable-scrollbar""... $ac_c" 1>&6
6461echo "configure:6462: checking for --enable-scrollbar" >&5
6462 no_cache=0
6463 # Check whether --enable-scrollbar or --disable-scrollbar was given.
6464if test "${enable_scrollbar+set}" = set; then
6465 enableval="$enable_scrollbar"
6466
6467 if test "$enableval" = yes; then
6468 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=yes'
6469 else
6470 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=no'
6471 fi
6472
6473else
6474
6475 LINE=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
6476 if test "x$LINE" != x ; then
6477 eval "DEFAULT_$LINE"
6478 else
6479 no_cache=1
6480 fi
6481
6482 ac_cv_use_scrollbar='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
6483
6484fi
6485
6486
6487 eval "$ac_cv_use_scrollbar"
6488 if test "$no_cache" != 1; then
6489 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
6490 fi
6491
6492 if test "$wxUSE_SCROLLBAR" = yes; then
6493 echo "$ac_t""yes" 1>&6
6494 else
6495 echo "$ac_t""no" 1>&6
6496 fi
6497
6498
6499 echo $ac_n "checking for --enable-slider""... $ac_c" 1>&6
6500echo "configure:6501: checking for --enable-slider" >&5
6501 no_cache=0
6502 # Check whether --enable-slider or --disable-slider was given.
6503if test "${enable_slider+set}" = set; then
6504 enableval="$enable_slider"
6505
6506 if test "$enableval" = yes; then
6507 ac_cv_use_slider='wxUSE_SLIDER=yes'
6508 else
6509 ac_cv_use_slider='wxUSE_SLIDER=no'
6510 fi
6511
6512else
6513
6514 LINE=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
6515 if test "x$LINE" != x ; then
6516 eval "DEFAULT_$LINE"
6517 else
6518 no_cache=1
6519 fi
6520
6521 ac_cv_use_slider='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
6522
6523fi
6524
6525
6526 eval "$ac_cv_use_slider"
6527 if test "$no_cache" != 1; then
6528 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
6529 fi
6530
6531 if test "$wxUSE_SLIDER" = yes; then
6532 echo "$ac_t""yes" 1>&6
6533 else
6534 echo "$ac_t""no" 1>&6
6535 fi
6536
6537
6538 echo $ac_n "checking for --enable-spinbtn""... $ac_c" 1>&6
6539echo "configure:6540: checking for --enable-spinbtn" >&5
6540 no_cache=0
6541 # Check whether --enable-spinbtn or --disable-spinbtn was given.
6542if test "${enable_spinbtn+set}" = set; then
6543 enableval="$enable_spinbtn"
6544
6545 if test "$enableval" = yes; then
6546 ac_cv_use_spinbtn='wxUSE_SPINBTN=yes'
6547 else
6548 ac_cv_use_spinbtn='wxUSE_SPINBTN=no'
6549 fi
6550
6551else
6552
6553 LINE=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
6554 if test "x$LINE" != x ; then
6555 eval "DEFAULT_$LINE"
6556 else
6557 no_cache=1
6558 fi
6559
6560 ac_cv_use_spinbtn='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
6561
6562fi
6563
6564
6565 eval "$ac_cv_use_spinbtn"
6566 if test "$no_cache" != 1; then
6567 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
6568 fi
6569
6570 if test "$wxUSE_SPINBTN" = yes; then
6571 echo "$ac_t""yes" 1>&6
6572 else
6573 echo "$ac_t""no" 1>&6
6574 fi
6575
6576
6577 echo $ac_n "checking for --enable-spinctrl""... $ac_c" 1>&6
6578echo "configure:6579: checking for --enable-spinctrl" >&5
6579 no_cache=0
6580 # Check whether --enable-spinctrl or --disable-spinctrl was given.
6581if test "${enable_spinctrl+set}" = set; then
6582 enableval="$enable_spinctrl"
6583
6584 if test "$enableval" = yes; then
6585 ac_cv_use_spinctrl='wxUSE_SPINCTRL=yes'
6586 else
6587 ac_cv_use_spinctrl='wxUSE_SPINCTRL=no'
6588 fi
6589
6590else
6591
6592 LINE=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
6593 if test "x$LINE" != x ; then
6594 eval "DEFAULT_$LINE"
6595 else
6596 no_cache=1
6597 fi
6598
6599 ac_cv_use_spinctrl='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
6600
6601fi
6602
6603
6604 eval "$ac_cv_use_spinctrl"
6605 if test "$no_cache" != 1; then
6606 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
6607 fi
6608
6609 if test "$wxUSE_SPINCTRL" = yes; then
6610 echo "$ac_t""yes" 1>&6
6611 else
6612 echo "$ac_t""no" 1>&6
6613 fi
6614
6615
6616 echo $ac_n "checking for --enable-splitter""... $ac_c" 1>&6
6617echo "configure:6618: checking for --enable-splitter" >&5
6618 no_cache=0
6619 # Check whether --enable-splitter or --disable-splitter was given.
6620if test "${enable_splitter+set}" = set; then
6621 enableval="$enable_splitter"
6622
6623 if test "$enableval" = yes; then
6624 ac_cv_use_splitter='wxUSE_SPLITTER=yes'
6625 else
6626 ac_cv_use_splitter='wxUSE_SPLITTER=no'
6627 fi
6628
6629else
6630
6631 LINE=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
6632 if test "x$LINE" != x ; then
6633 eval "DEFAULT_$LINE"
6634 else
6635 no_cache=1
6636 fi
6637
6638 ac_cv_use_splitter='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
6639
6640fi
6641
6642
6643 eval "$ac_cv_use_splitter"
6644 if test "$no_cache" != 1; then
6645 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
6646 fi
6647
6648 if test "$wxUSE_SPLITTER" = yes; then
6649 echo "$ac_t""yes" 1>&6
6650 else
6651 echo "$ac_t""no" 1>&6
6652 fi
6653
6654
6655 echo $ac_n "checking for --enable-statbmp""... $ac_c" 1>&6
6656echo "configure:6657: checking for --enable-statbmp" >&5
6657 no_cache=0
6658 # Check whether --enable-statbmp or --disable-statbmp was given.
6659if test "${enable_statbmp+set}" = set; then
6660 enableval="$enable_statbmp"
6661
6662 if test "$enableval" = yes; then
6663 ac_cv_use_statbmp='wxUSE_STATBMP=yes'
6664 else
6665 ac_cv_use_statbmp='wxUSE_STATBMP=no'
6666 fi
6667
6668else
6669
6670 LINE=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
6671 if test "x$LINE" != x ; then
6672 eval "DEFAULT_$LINE"
6673 else
6674 no_cache=1
6675 fi
6676
6677 ac_cv_use_statbmp='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
6678
6679fi
6680
6681
6682 eval "$ac_cv_use_statbmp"
6683 if test "$no_cache" != 1; then
6684 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
6685 fi
6686
6687 if test "$wxUSE_STATBMP" = yes; then
6688 echo "$ac_t""yes" 1>&6
6689 else
6690 echo "$ac_t""no" 1>&6
6691 fi
6692
6693
6694 echo $ac_n "checking for --enable-statbox""... $ac_c" 1>&6
6695echo "configure:6696: checking for --enable-statbox" >&5
6696 no_cache=0
6697 # Check whether --enable-statbox or --disable-statbox was given.
6698if test "${enable_statbox+set}" = set; then
6699 enableval="$enable_statbox"
6700
6701 if test "$enableval" = yes; then
6702 ac_cv_use_statbox='wxUSE_STATBOX=yes'
6703 else
6704 ac_cv_use_statbox='wxUSE_STATBOX=no'
6705 fi
6706
6707else
6708
6709 LINE=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
6710 if test "x$LINE" != x ; then
6711 eval "DEFAULT_$LINE"
6712 else
6713 no_cache=1
6714 fi
6715
6716 ac_cv_use_statbox='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
6717
6718fi
6719
6720
6721 eval "$ac_cv_use_statbox"
6722 if test "$no_cache" != 1; then
6723 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
6724 fi
6725
6726 if test "$wxUSE_STATBOX" = yes; then
6727 echo "$ac_t""yes" 1>&6
6728 else
6729 echo "$ac_t""no" 1>&6
6730 fi
6731
6732
6733 echo $ac_n "checking for --enable-statline""... $ac_c" 1>&6
6734echo "configure:6735: checking for --enable-statline" >&5
6735 no_cache=0
6736 # Check whether --enable-statline or --disable-statline was given.
6737if test "${enable_statline+set}" = set; then
6738 enableval="$enable_statline"
6739
6740 if test "$enableval" = yes; then
6741 ac_cv_use_statline='wxUSE_STATLINE=yes'
6742 else
6743 ac_cv_use_statline='wxUSE_STATLINE=no'
6744 fi
6745
6746else
6747
6748 LINE=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
6749 if test "x$LINE" != x ; then
6750 eval "DEFAULT_$LINE"
6751 else
6752 no_cache=1
6753 fi
6754
6755 ac_cv_use_statline='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
6756
6757fi
6758
6759
6760 eval "$ac_cv_use_statline"
6761 if test "$no_cache" != 1; then
6762 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
6763 fi
6764
6765 if test "$wxUSE_STATLINE" = yes; then
6766 echo "$ac_t""yes" 1>&6
6767 else
6768 echo "$ac_t""no" 1>&6
6769 fi
6770
6771
6772 echo $ac_n "checking for --enable-stattext""... $ac_c" 1>&6
6773echo "configure:6774: checking for --enable-stattext" >&5
6774 no_cache=0
6775 # Check whether --enable-stattext or --disable-stattext was given.
6776if test "${enable_stattext+set}" = set; then
6777 enableval="$enable_stattext"
6778
6779 if test "$enableval" = yes; then
6780 ac_cv_use_stattext='wxUSE_STATTEXT=yes'
6781 else
6782 ac_cv_use_stattext='wxUSE_STATTEXT=no'
6783 fi
6784
6785else
6786
6787 LINE=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}`
6788 if test "x$LINE" != x ; then
6789 eval "DEFAULT_$LINE"
6790 else
6791 no_cache=1
6792 fi
6793
6794 ac_cv_use_stattext='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT
6795
6796fi
6797
6798
6799 eval "$ac_cv_use_stattext"
6800 if test "$no_cache" != 1; then
6801 echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
6802 fi
6803
6804 if test "$wxUSE_STATTEXT" = yes; then
6805 echo "$ac_t""yes" 1>&6
6806 else
6807 echo "$ac_t""no" 1>&6
6808 fi
6809
6810
6811 echo $ac_n "checking for --enable-statusbar""... $ac_c" 1>&6
6812echo "configure:6813: checking for --enable-statusbar" >&5
6813 no_cache=0
6814 # Check whether --enable-statusbar or --disable-statusbar was given.
6815if test "${enable_statusbar+set}" = set; then
6816 enableval="$enable_statusbar"
6817
6818 if test "$enableval" = yes; then
6819 ac_cv_use_statusbar='wxUSE_STATUSBAR=yes'
6820 else
6821 ac_cv_use_statusbar='wxUSE_STATUSBAR=no'
6822 fi
6823
6824else
6825
6826 LINE=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
6827 if test "x$LINE" != x ; then
6828 eval "DEFAULT_$LINE"
6829 else
6830 no_cache=1
6831 fi
6832
6833 ac_cv_use_statusbar='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
6834
6835fi
6836
6837
6838 eval "$ac_cv_use_statusbar"
6839 if test "$no_cache" != 1; then
6840 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
6841 fi
6842
6843 if test "$wxUSE_STATUSBAR" = yes; then
6844 echo "$ac_t""yes" 1>&6
6845 else
6846 echo "$ac_t""no" 1>&6
6847 fi
6848
6849
6850 echo $ac_n "checking for --enable-tabdialog""... $ac_c" 1>&6
6851echo "configure:6852: checking for --enable-tabdialog" >&5
6852 no_cache=0
6853 # Check whether --enable-tabdialog or --disable-tabdialog was given.
6854if test "${enable_tabdialog+set}" = set; then
6855 enableval="$enable_tabdialog"
6856
6857 if test "$enableval" = yes; then
6858 ac_cv_use_tabdialog='wxUSE_TABDIALOG=yes'
6859 else
6860 ac_cv_use_tabdialog='wxUSE_TABDIALOG=no'
6861 fi
6862
6863else
6864
6865 LINE=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
6866 if test "x$LINE" != x ; then
6867 eval "DEFAULT_$LINE"
6868 else
6869 no_cache=1
6870 fi
6871
6872 ac_cv_use_tabdialog='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
6873
6874fi
6875
6876
6877 eval "$ac_cv_use_tabdialog"
6878 if test "$no_cache" != 1; then
6879 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
6880 fi
6881
6882 if test "$wxUSE_TABDIALOG" = yes; then
6883 echo "$ac_t""yes" 1>&6
6884 else
6885 echo "$ac_t""no" 1>&6
6886 fi
6887
6888
6889 echo $ac_n "checking for --enable-textctrl""... $ac_c" 1>&6
6890echo "configure:6891: checking for --enable-textctrl" >&5
6891 no_cache=0
6892 # Check whether --enable-textctrl or --disable-textctrl was given.
6893if test "${enable_textctrl+set}" = set; then
6894 enableval="$enable_textctrl"
6895
6896 if test "$enableval" = yes; then
6897 ac_cv_use_textctrl='wxUSE_TEXTCTRL=yes'
6898 else
6899 ac_cv_use_textctrl='wxUSE_TEXTCTRL=no'
6900 fi
6901
6902else
6903
6904 LINE=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
6905 if test "x$LINE" != x ; then
6906 eval "DEFAULT_$LINE"
6907 else
6908 no_cache=1
6909 fi
6910
6911 ac_cv_use_textctrl='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL
6912
6913fi
6914
6915
6916 eval "$ac_cv_use_textctrl"
6917 if test "$no_cache" != 1; then
6918 echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
6919 fi
6920
6921 if test "$wxUSE_TEXTCTRL" = yes; then
6922 echo "$ac_t""yes" 1>&6
6923 else
6924 echo "$ac_t""no" 1>&6
6925 fi
6926
6927
6928 echo $ac_n "checking for --enable-togglebtn""... $ac_c" 1>&6
6929echo "configure:6930: checking for --enable-togglebtn" >&5
6930 no_cache=0
6931 # Check whether --enable-togglebtn or --disable-togglebtn was given.
6932if test "${enable_togglebtn+set}" = set; then
6933 enableval="$enable_togglebtn"
6934
6935 if test "$enableval" = yes; then
6936 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes'
6937 else
6938 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=no'
6939 fi
6940
6941else
6942
6943 LINE=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
6944 if test "x$LINE" != x ; then
6945 eval "DEFAULT_$LINE"
6946 else
6947 no_cache=1
6948 fi
6949
6950 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
6951
6952fi
6953
6954
6955 eval "$ac_cv_use_togglebtn"
6956 if test "$no_cache" != 1; then
6957 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
6958 fi
6959
6960 if test "$wxUSE_TOGGLEBTN" = yes; then
6961 echo "$ac_t""yes" 1>&6
6962 else
6963 echo "$ac_t""no" 1>&6
6964 fi
6965
6966
6967 echo $ac_n "checking for --enable-toolbar""... $ac_c" 1>&6
6968echo "configure:6969: checking for --enable-toolbar" >&5
6969 no_cache=0
6970 # Check whether --enable-toolbar or --disable-toolbar was given.
6971if test "${enable_toolbar+set}" = set; then
6972 enableval="$enable_toolbar"
6973
6974 if test "$enableval" = yes; then
6975 ac_cv_use_toolbar='wxUSE_TOOLBAR=yes'
6976 else
6977 ac_cv_use_toolbar='wxUSE_TOOLBAR=no'
6978 fi
6979
6980else
6981
6982 LINE=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
6983 if test "x$LINE" != x ; then
6984 eval "DEFAULT_$LINE"
6985 else
6986 no_cache=1
6987 fi
6988
6989 ac_cv_use_toolbar='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
6990
6991fi
6992
6993
6994 eval "$ac_cv_use_toolbar"
6995 if test "$no_cache" != 1; then
6996 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
6997 fi
6998
6999 if test "$wxUSE_TOOLBAR" = yes; then
7000 echo "$ac_t""yes" 1>&6
7001 else
7002 echo "$ac_t""no" 1>&6
7003 fi
7004
7005
7006 echo $ac_n "checking for --enable-tbarnative""... $ac_c" 1>&6
7007echo "configure:7008: checking for --enable-tbarnative" >&5
7008 no_cache=0
7009 # Check whether --enable-tbarnative or --disable-tbarnative was given.
7010if test "${enable_tbarnative+set}" = set; then
7011 enableval="$enable_tbarnative"
7012
7013 if test "$enableval" = yes; then
7014 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes'
7015 else
7016 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no'
7017 fi
7018
7019else
7020
7021 LINE=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
7022 if test "x$LINE" != x ; then
7023 eval "DEFAULT_$LINE"
7024 else
7025 no_cache=1
7026 fi
7027
7028 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
7029
7030fi
7031
7032
7033 eval "$ac_cv_use_tbarnative"
7034 if test "$no_cache" != 1; then
7035 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
7036 fi
7037
7038 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
7039 echo "$ac_t""yes" 1>&6
7040 else
7041 echo "$ac_t""no" 1>&6
7042 fi
7043
7044
7045 echo $ac_n "checking for --enable-tbarsmpl""... $ac_c" 1>&6
7046echo "configure:7047: checking for --enable-tbarsmpl" >&5
7047 no_cache=0
7048 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
7049if test "${enable_tbarsmpl+set}" = set; then
7050 enableval="$enable_tbarsmpl"
7051
7052 if test "$enableval" = yes; then
7053 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=yes'
7054 else
7055 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=no'
7056 fi
7057
7058else
7059
7060 LINE=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
7061 if test "x$LINE" != x ; then
7062 eval "DEFAULT_$LINE"
7063 else
7064 no_cache=1
7065 fi
7066
7067 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
7068
7069fi
7070
7071
7072 eval "$ac_cv_use_tbarsmpl"
7073 if test "$no_cache" != 1; then
7074 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
7075 fi
7076
7077 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
7078 echo "$ac_t""yes" 1>&6
7079 else
7080 echo "$ac_t""no" 1>&6
7081 fi
7082
7083
7084 echo $ac_n "checking for --enable-treectrl""... $ac_c" 1>&6
7085echo "configure:7086: checking for --enable-treectrl" >&5
7086 no_cache=0
7087 # Check whether --enable-treectrl or --disable-treectrl was given.
7088if test "${enable_treectrl+set}" = set; then
7089 enableval="$enable_treectrl"
7090
7091 if test "$enableval" = yes; then
7092 ac_cv_use_treectrl='wxUSE_TREECTRL=yes'
7093 else
7094 ac_cv_use_treectrl='wxUSE_TREECTRL=no'
7095 fi
7096
7097else
7098
7099 LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
7100 if test "x$LINE" != x ; then
7101 eval "DEFAULT_$LINE"
7102 else
7103 no_cache=1
7104 fi
7105
7106 ac_cv_use_treectrl='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
7107
7108fi
7109
7110
7111 eval "$ac_cv_use_treectrl"
7112 if test "$no_cache" != 1; then
7113 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
7114 fi
7115
7116 if test "$wxUSE_TREECTRL" = yes; then
7117 echo "$ac_t""yes" 1>&6
7118 else
7119 echo "$ac_t""no" 1>&6
7120 fi
7121
7122
7123 echo $ac_n "checking for --enable-tipwindow""... $ac_c" 1>&6
7124echo "configure:7125: checking for --enable-tipwindow" >&5
7125 no_cache=0
7126 # Check whether --enable-tipwindow or --disable-tipwindow was given.
7127if test "${enable_tipwindow+set}" = set; then
7128 enableval="$enable_tipwindow"
7129
7130 if test "$enableval" = yes; then
7131 ac_cv_use_tipwindow='wxUSE_TIPWINDOW=yes'
7132 else
7133 ac_cv_use_tipwindow='wxUSE_TIPWINDOW=no'
7134 fi
7135
7136else
7137
7138 LINE=`grep "wxUSE_TIPWINDOW" ${wx_arg_cache_file}`
7139 if test "x$LINE" != x ; then
7140 eval "DEFAULT_$LINE"
7141 else
7142 no_cache=1
7143 fi
7144
7145 ac_cv_use_tipwindow='wxUSE_TIPWINDOW='$DEFAULT_wxUSE_TIPWINDOW
7146
7147fi
7148
7149
7150 eval "$ac_cv_use_tipwindow"
7151 if test "$no_cache" != 1; then
7152 echo $ac_cv_use_tipwindow >> ${wx_arg_cache_file}.tmp
7153 fi
7154
7155 if test "$wxUSE_TIPWINDOW" = yes; then
7156 echo "$ac_t""yes" 1>&6
7157 else
7158 echo "$ac_t""no" 1>&6
7159 fi
7160
7161
7162 echo $ac_n "checking for --enable-popupwin""... $ac_c" 1>&6
7163echo "configure:7164: checking for --enable-popupwin" >&5
7164 no_cache=0
7165 # Check whether --enable-popupwin or --disable-popupwin was given.
7166if test "${enable_popupwin+set}" = set; then
7167 enableval="$enable_popupwin"
7168
7169 if test "$enableval" = yes; then
7170 ac_cv_use_popupwin='wxUSE_POPUPWIN=yes'
7171 else
7172 ac_cv_use_popupwin='wxUSE_POPUPWIN=no'
7173 fi
7174
7175else
7176
7177 LINE=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
7178 if test "x$LINE" != x ; then
7179 eval "DEFAULT_$LINE"
7180 else
7181 no_cache=1
7182 fi
7183
7184 ac_cv_use_popupwin='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN
7185
7186fi
7187
7188
7189 eval "$ac_cv_use_popupwin"
7190 if test "$no_cache" != 1; then
7191 echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
7192 fi
7193
7194 if test "$wxUSE_POPUPWIN" = yes; then
7195 echo "$ac_t""yes" 1>&6
7196 else
7197 echo "$ac_t""no" 1>&6
7198 fi
7199
7200
7201
7202
7203 echo $ac_n "checking for --enable-commondlg""... $ac_c" 1>&6
7204echo "configure:7205: checking for --enable-commondlg" >&5
7205 no_cache=0
7206 # Check whether --enable-commondlg or --disable-commondlg was given.
7207if test "${enable_commondlg+set}" = set; then
7208 enableval="$enable_commondlg"
7209
7210 if test "$enableval" = yes; then
7211 ac_cv_use_commondlg='wxUSE_COMMONDLGS=yes'
7212 else
7213 ac_cv_use_commondlg='wxUSE_COMMONDLGS=no'
7214 fi
7215
7216else
7217
7218 LINE=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
7219 if test "x$LINE" != x ; then
7220 eval "DEFAULT_$LINE"
7221 else
7222 no_cache=1
7223 fi
7224
7225 ac_cv_use_commondlg='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
7226
7227fi
7228
7229
7230 eval "$ac_cv_use_commondlg"
7231 if test "$no_cache" != 1; then
7232 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
7233 fi
7234
7235 if test "$wxUSE_COMMONDLGS" = yes; then
7236 echo "$ac_t""yes" 1>&6
7237 else
7238 echo "$ac_t""no" 1>&6
7239 fi
7240
7241
7242 echo $ac_n "checking for --enable-choicedlg""... $ac_c" 1>&6
7243echo "configure:7244: checking for --enable-choicedlg" >&5
7244 no_cache=0
7245 # Check whether --enable-choicedlg or --disable-choicedlg was given.
7246if test "${enable_choicedlg+set}" = set; then
7247 enableval="$enable_choicedlg"
7248
7249 if test "$enableval" = yes; then
7250 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=yes'
7251 else
7252 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=no'
7253 fi
7254
7255else
7256
7257 LINE=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}`
7258 if test "x$LINE" != x ; then
7259 eval "DEFAULT_$LINE"
7260 else
7261 no_cache=1
7262 fi
7263
7264 ac_cv_use_choicedlg='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG
7265
7266fi
7267
7268
7269 eval "$ac_cv_use_choicedlg"
7270 if test "$no_cache" != 1; then
7271 echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
7272 fi
7273
7274 if test "$wxUSE_CHOICEDLG" = yes; then
7275 echo "$ac_t""yes" 1>&6
7276 else
7277 echo "$ac_t""no" 1>&6
7278 fi
7279
7280
7281 echo $ac_n "checking for --enable-coldlg""... $ac_c" 1>&6
7282echo "configure:7283: checking for --enable-coldlg" >&5
7283 no_cache=0
7284 # Check whether --enable-coldlg or --disable-coldlg was given.
7285if test "${enable_coldlg+set}" = set; then
7286 enableval="$enable_coldlg"
7287
7288 if test "$enableval" = yes; then
7289 ac_cv_use_coldlg='wxUSE_COLOURDLG=yes'
7290 else
7291 ac_cv_use_coldlg='wxUSE_COLOURDLG=no'
7292 fi
7293
7294else
7295
7296 LINE=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}`
7297 if test "x$LINE" != x ; then
7298 eval "DEFAULT_$LINE"
7299 else
7300 no_cache=1
7301 fi
7302
7303 ac_cv_use_coldlg='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG
7304
7305fi
7306
7307
7308 eval "$ac_cv_use_coldlg"
7309 if test "$no_cache" != 1; then
7310 echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
7311 fi
7312
7313 if test "$wxUSE_COLOURDLG" = yes; then
7314 echo "$ac_t""yes" 1>&6
7315 else
7316 echo "$ac_t""no" 1>&6
7317 fi
7318
7319
7320 echo $ac_n "checking for --enable-filedlg""... $ac_c" 1>&6
7321echo "configure:7322: checking for --enable-filedlg" >&5
7322 no_cache=0
7323 # Check whether --enable-filedlg or --disable-filedlg was given.
7324if test "${enable_filedlg+set}" = set; then
7325 enableval="$enable_filedlg"
7326
7327 if test "$enableval" = yes; then
7328 ac_cv_use_filedlg='wxUSE_FILEDLG=yes'
7329 else
7330 ac_cv_use_filedlg='wxUSE_FILEDLG=no'
7331 fi
7332
7333else
7334
7335 LINE=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}`
7336 if test "x$LINE" != x ; then
7337 eval "DEFAULT_$LINE"
7338 else
7339 no_cache=1
7340 fi
7341
7342 ac_cv_use_filedlg='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG
7343
7344fi
7345
7346
7347 eval "$ac_cv_use_filedlg"
7348 if test "$no_cache" != 1; then
7349 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
7350 fi
7351
7352 if test "$wxUSE_FILEDLG" = yes; then
7353 echo "$ac_t""yes" 1>&6
7354 else
7355 echo "$ac_t""no" 1>&6
7356 fi
7357
7358
7359 echo $ac_n "checking for --enable-finddlg""... $ac_c" 1>&6
7360echo "configure:7361: checking for --enable-finddlg" >&5
7361 no_cache=0
7362 # Check whether --enable-finddlg or --disable-finddlg was given.
7363if test "${enable_finddlg+set}" = set; then
7364 enableval="$enable_finddlg"
7365
7366 if test "$enableval" = yes; then
7367 ac_cv_use_finddlg='wxUSE_FINDREPLDLG=yes'
7368 else
7369 ac_cv_use_finddlg='wxUSE_FINDREPLDLG=no'
7370 fi
7371
7372else
7373
7374 LINE=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}`
7375 if test "x$LINE" != x ; then
7376 eval "DEFAULT_$LINE"
7377 else
7378 no_cache=1
7379 fi
7380
7381 ac_cv_use_finddlg='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG
7382
7383fi
7384
7385
7386 eval "$ac_cv_use_finddlg"
7387 if test "$no_cache" != 1; then
7388 echo $ac_cv_use_finddlg >> ${wx_arg_cache_file}.tmp
7389 fi
7390
7391 if test "$wxUSE_FINDREPLDLG" = yes; then
7392 echo "$ac_t""yes" 1>&6
7393 else
7394 echo "$ac_t""no" 1>&6
7395 fi
7396
7397
7398 echo $ac_n "checking for --enable-fontdlg""... $ac_c" 1>&6
7399echo "configure:7400: checking for --enable-fontdlg" >&5
7400 no_cache=0
7401 # Check whether --enable-fontdlg or --disable-fontdlg was given.
7402if test "${enable_fontdlg+set}" = set; then
7403 enableval="$enable_fontdlg"
7404
7405 if test "$enableval" = yes; then
7406 ac_cv_use_fontdlg='wxUSE_FONTDLG=yes'
7407 else
7408 ac_cv_use_fontdlg='wxUSE_FONTDLG=no'
7409 fi
7410
7411else
7412
7413 LINE=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}`
7414 if test "x$LINE" != x ; then
7415 eval "DEFAULT_$LINE"
7416 else
7417 no_cache=1
7418 fi
7419
7420 ac_cv_use_fontdlg='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG
7421
7422fi
7423
7424
7425 eval "$ac_cv_use_fontdlg"
7426 if test "$no_cache" != 1; then
7427 echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
7428 fi
7429
7430 if test "$wxUSE_FONTDLG" = yes; then
7431 echo "$ac_t""yes" 1>&6
7432 else
7433 echo "$ac_t""no" 1>&6
7434 fi
7435
7436
7437 echo $ac_n "checking for --enable-dirdlg""... $ac_c" 1>&6
7438echo "configure:7439: checking for --enable-dirdlg" >&5
7439 no_cache=0
7440 # Check whether --enable-dirdlg or --disable-dirdlg was given.
7441if test "${enable_dirdlg+set}" = set; then
7442 enableval="$enable_dirdlg"
7443
7444 if test "$enableval" = yes; then
7445 ac_cv_use_dirdlg='wxUSE_DIRDLG=yes'
7446 else
7447 ac_cv_use_dirdlg='wxUSE_DIRDLG=no'
7448 fi
7449
7450else
7451
7452 LINE=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
7453 if test "x$LINE" != x ; then
7454 eval "DEFAULT_$LINE"
7455 else
7456 no_cache=1
7457 fi
7458
7459 ac_cv_use_dirdlg='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
7460
7461fi
7462
7463
7464 eval "$ac_cv_use_dirdlg"
7465 if test "$no_cache" != 1; then
7466 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
7467 fi
7468
7469 if test "$wxUSE_DIRDLG" = yes; then
7470 echo "$ac_t""yes" 1>&6
7471 else
7472 echo "$ac_t""no" 1>&6
7473 fi
7474
7475
7476 echo $ac_n "checking for --enable-msgdlg""... $ac_c" 1>&6
7477echo "configure:7478: checking for --enable-msgdlg" >&5
7478 no_cache=0
7479 # Check whether --enable-msgdlg or --disable-msgdlg was given.
7480if test "${enable_msgdlg+set}" = set; then
7481 enableval="$enable_msgdlg"
7482
7483 if test "$enableval" = yes; then
7484 ac_cv_use_msgdlg='wxUSE_MSGDLG=yes'
7485 else
7486 ac_cv_use_msgdlg='wxUSE_MSGDLG=no'
7487 fi
7488
7489else
7490
7491 LINE=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}`
7492 if test "x$LINE" != x ; then
7493 eval "DEFAULT_$LINE"
7494 else
7495 no_cache=1
7496 fi
7497
7498 ac_cv_use_msgdlg='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG
7499
7500fi
7501
7502
7503 eval "$ac_cv_use_msgdlg"
7504 if test "$no_cache" != 1; then
7505 echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
7506 fi
7507
7508 if test "$wxUSE_MSGDLG" = yes; then
7509 echo "$ac_t""yes" 1>&6
7510 else
7511 echo "$ac_t""no" 1>&6
7512 fi
7513
7514
7515 echo $ac_n "checking for --enable-numberdlg""... $ac_c" 1>&6
7516echo "configure:7517: checking for --enable-numberdlg" >&5
7517 no_cache=0
7518 # Check whether --enable-numberdlg or --disable-numberdlg was given.
7519if test "${enable_numberdlg+set}" = set; then
7520 enableval="$enable_numberdlg"
7521
7522 if test "$enableval" = yes; then
7523 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=yes'
7524 else
7525 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=no'
7526 fi
7527
7528else
7529
7530 LINE=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
7531 if test "x$LINE" != x ; then
7532 eval "DEFAULT_$LINE"
7533 else
7534 no_cache=1
7535 fi
7536
7537 ac_cv_use_numberdlg='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG
7538
7539fi
7540
7541
7542 eval "$ac_cv_use_numberdlg"
7543 if test "$no_cache" != 1; then
7544 echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
7545 fi
7546
7547 if test "$wxUSE_NUMBERDLG" = yes; then
7548 echo "$ac_t""yes" 1>&6
7549 else
7550 echo "$ac_t""no" 1>&6
7551 fi
7552
7553
7554 echo $ac_n "checking for --enable-splash""... $ac_c" 1>&6
7555echo "configure:7556: checking for --enable-splash" >&5
7556 no_cache=0
7557 # Check whether --enable-splash or --disable-splash was given.
7558if test "${enable_splash+set}" = set; then
7559 enableval="$enable_splash"
7560
7561 if test "$enableval" = yes; then
7562 ac_cv_use_splash='wxUSE_SPLASH=yes'
7563 else
7564 ac_cv_use_splash='wxUSE_SPLASH=no'
7565 fi
7566
7567else
7568
7569 LINE=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}`
7570 if test "x$LINE" != x ; then
7571 eval "DEFAULT_$LINE"
7572 else
7573 no_cache=1
7574 fi
7575
7576 ac_cv_use_splash='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH
7577
7578fi
7579
7580
7581 eval "$ac_cv_use_splash"
7582 if test "$no_cache" != 1; then
7583 echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
7584 fi
7585
7586 if test "$wxUSE_SPLASH" = yes; then
7587 echo "$ac_t""yes" 1>&6
7588 else
7589 echo "$ac_t""no" 1>&6
7590 fi
7591
7592
7593 echo $ac_n "checking for --enable-textdlg""... $ac_c" 1>&6
7594echo "configure:7595: checking for --enable-textdlg" >&5
7595 no_cache=0
7596 # Check whether --enable-textdlg or --disable-textdlg was given.
7597if test "${enable_textdlg+set}" = set; then
7598 enableval="$enable_textdlg"
7599
7600 if test "$enableval" = yes; then
7601 ac_cv_use_textdlg='wxUSE_TEXTDLG=yes'
7602 else
7603 ac_cv_use_textdlg='wxUSE_TEXTDLG=no'
7604 fi
7605
7606else
7607
7608 LINE=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
7609 if test "x$LINE" != x ; then
7610 eval "DEFAULT_$LINE"
7611 else
7612 no_cache=1
7613 fi
7614
7615 ac_cv_use_textdlg='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
7616
7617fi
7618
7619
7620 eval "$ac_cv_use_textdlg"
7621 if test "$no_cache" != 1; then
7622 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
7623 fi
7624
7625 if test "$wxUSE_TEXTDLG" = yes; then
7626 echo "$ac_t""yes" 1>&6
7627 else
7628 echo "$ac_t""no" 1>&6
7629 fi
7630
7631
7632 echo $ac_n "checking for --enable-tipdlg""... $ac_c" 1>&6
7633echo "configure:7634: checking for --enable-tipdlg" >&5
7634 no_cache=0
7635 # Check whether --enable-tipdlg or --disable-tipdlg was given.
7636if test "${enable_tipdlg+set}" = set; then
7637 enableval="$enable_tipdlg"
7638
7639 if test "$enableval" = yes; then
7640 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes'
7641 else
7642 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no'
7643 fi
7644
7645else
7646
7647 LINE=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
7648 if test "x$LINE" != x ; then
7649 eval "DEFAULT_$LINE"
7650 else
7651 no_cache=1
7652 fi
7653
7654 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
7655
7656fi
7657
7658
7659 eval "$ac_cv_use_tipdlg"
7660 if test "$no_cache" != 1; then
7661 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
7662 fi
7663
7664 if test "$wxUSE_STARTUP_TIPS" = yes; then
7665 echo "$ac_t""yes" 1>&6
7666 else
7667 echo "$ac_t""no" 1>&6
7668 fi
7669
7670
7671 echo $ac_n "checking for --enable-progressdlg""... $ac_c" 1>&6
7672echo "configure:7673: checking for --enable-progressdlg" >&5
7673 no_cache=0
7674 # Check whether --enable-progressdlg or --disable-progressdlg was given.
7675if test "${enable_progressdlg+set}" = set; then
7676 enableval="$enable_progressdlg"
7677
7678 if test "$enableval" = yes; then
7679 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes'
7680 else
7681 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=no'
7682 fi
7683
7684else
7685
7686 LINE=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
7687 if test "x$LINE" != x ; then
7688 eval "DEFAULT_$LINE"
7689 else
7690 no_cache=1
7691 fi
7692
7693 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
7694
7695fi
7696
7697
7698 eval "$ac_cv_use_progressdlg"
7699 if test "$no_cache" != 1; then
7700 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
7701 fi
7702
7703 if test "$wxUSE_PROGRESSDLG" = yes; then
7704 echo "$ac_t""yes" 1>&6
7705 else
7706 echo "$ac_t""no" 1>&6
7707 fi
7708
7709
7710 echo $ac_n "checking for --enable-wizarddlg""... $ac_c" 1>&6
7711echo "configure:7712: checking for --enable-wizarddlg" >&5
7712 no_cache=0
7713 # Check whether --enable-wizarddlg or --disable-wizarddlg was given.
7714if test "${enable_wizarddlg+set}" = set; then
7715 enableval="$enable_wizarddlg"
7716
7717 if test "$enableval" = yes; then
7718 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes'
7719 else
7720 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=no'
7721 fi
7722
7723else
7724
7725 LINE=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}`
7726 if test "x$LINE" != x ; then
7727 eval "DEFAULT_$LINE"
7728 else
7729 no_cache=1
7730 fi
7731
7732 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG
7733
7734fi
7735
7736
7737 eval "$ac_cv_use_wizarddlg"
7738 if test "$no_cache" != 1; then
7739 echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
7740 fi
7741
7742 if test "$wxUSE_WIZARDDLG" = yes; then
7743 echo "$ac_t""yes" 1>&6
7744 else
7745 echo "$ac_t""no" 1>&6
7746 fi
7747
7748
7749
7750
7751 echo $ac_n "checking for --enable-menus""... $ac_c" 1>&6
7752echo "configure:7753: checking for --enable-menus" >&5
7753 no_cache=0
7754 # Check whether --enable-menus or --disable-menus was given.
7755if test "${enable_menus+set}" = set; then
7756 enableval="$enable_menus"
7757
7758 if test "$enableval" = yes; then
7759 ac_cv_use_menus='wxUSE_MENUS=yes'
7760 else
7761 ac_cv_use_menus='wxUSE_MENUS=no'
7762 fi
7763
7764else
7765
7766 LINE=`grep "wxUSE_MENUS" ${wx_arg_cache_file}`
7767 if test "x$LINE" != x ; then
7768 eval "DEFAULT_$LINE"
7769 else
7770 no_cache=1
7771 fi
7772
7773 ac_cv_use_menus='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS
7774
7775fi
7776
7777
7778 eval "$ac_cv_use_menus"
7779 if test "$no_cache" != 1; then
7780 echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
7781 fi
7782
7783 if test "$wxUSE_MENUS" = yes; then
7784 echo "$ac_t""yes" 1>&6
7785 else
7786 echo "$ac_t""no" 1>&6
7787 fi
7788
7789
7790 echo $ac_n "checking for --enable-miniframe""... $ac_c" 1>&6
7791echo "configure:7792: checking for --enable-miniframe" >&5
7792 no_cache=0
7793 # Check whether --enable-miniframe or --disable-miniframe was given.
7794if test "${enable_miniframe+set}" = set; then
7795 enableval="$enable_miniframe"
7796
7797 if test "$enableval" = yes; then
7798 ac_cv_use_miniframe='wxUSE_MINIFRAME=yes'
7799 else
7800 ac_cv_use_miniframe='wxUSE_MINIFRAME=no'
7801 fi
7802
7803else
7804
7805 LINE=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
7806 if test "x$LINE" != x ; then
7807 eval "DEFAULT_$LINE"
7808 else
7809 no_cache=1
7810 fi
7811
7812 ac_cv_use_miniframe='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
7813
7814fi
7815
7816
7817 eval "$ac_cv_use_miniframe"
7818 if test "$no_cache" != 1; then
7819 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
7820 fi
7821
7822 if test "$wxUSE_MINIFRAME" = yes; then
7823 echo "$ac_t""yes" 1>&6
7824 else
7825 echo "$ac_t""no" 1>&6
7826 fi
7827
7828
7829 echo $ac_n "checking for --enable-tooltips""... $ac_c" 1>&6
7830echo "configure:7831: checking for --enable-tooltips" >&5
7831 no_cache=0
7832 # Check whether --enable-tooltips or --disable-tooltips was given.
7833if test "${enable_tooltips+set}" = set; then
7834 enableval="$enable_tooltips"
7835
7836 if test "$enableval" = yes; then
7837 ac_cv_use_tooltips='wxUSE_TOOLTIPS=yes'
7838 else
7839 ac_cv_use_tooltips='wxUSE_TOOLTIPS=no'
7840 fi
7841
7842else
7843
7844 LINE=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
7845 if test "x$LINE" != x ; then
7846 eval "DEFAULT_$LINE"
7847 else
7848 no_cache=1
7849 fi
7850
7851 ac_cv_use_tooltips='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
7852
7853fi
7854
7855
7856 eval "$ac_cv_use_tooltips"
7857 if test "$no_cache" != 1; then
7858 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
7859 fi
7860
7861 if test "$wxUSE_TOOLTIPS" = yes; then
7862 echo "$ac_t""yes" 1>&6
7863 else
7864 echo "$ac_t""no" 1>&6
7865 fi
7866
7867
7868 echo $ac_n "checking for --enable-splines""... $ac_c" 1>&6
7869echo "configure:7870: checking for --enable-splines" >&5
7870 no_cache=0
7871 # Check whether --enable-splines or --disable-splines was given.
7872if test "${enable_splines+set}" = set; then
7873 enableval="$enable_splines"
7874
7875 if test "$enableval" = yes; then
7876 ac_cv_use_splines='wxUSE_SPLINES=yes'
7877 else
7878 ac_cv_use_splines='wxUSE_SPLINES=no'
7879 fi
7880
7881else
7882
7883 LINE=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
7884 if test "x$LINE" != x ; then
7885 eval "DEFAULT_$LINE"
7886 else
7887 no_cache=1
7888 fi
7889
7890 ac_cv_use_splines='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
7891
7892fi
7893
7894
7895 eval "$ac_cv_use_splines"
7896 if test "$no_cache" != 1; then
7897 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
7898 fi
7899
7900 if test "$wxUSE_SPLINES" = yes; then
7901 echo "$ac_t""yes" 1>&6
7902 else
7903 echo "$ac_t""no" 1>&6
7904 fi
7905
7906
7907 echo $ac_n "checking for --enable-validators""... $ac_c" 1>&6
7908echo "configure:7909: checking for --enable-validators" >&5
7909 no_cache=0
7910 # Check whether --enable-validators or --disable-validators was given.
7911if test "${enable_validators+set}" = set; then
7912 enableval="$enable_validators"
7913
7914 if test "$enableval" = yes; then
7915 ac_cv_use_validators='wxUSE_VALIDATORS=yes'
7916 else
7917 ac_cv_use_validators='wxUSE_VALIDATORS=no'
7918 fi
7919
7920else
7921
7922 LINE=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
7923 if test "x$LINE" != x ; then
7924 eval "DEFAULT_$LINE"
7925 else
7926 no_cache=1
7927 fi
7928
7929 ac_cv_use_validators='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
7930
7931fi
7932
7933
7934 eval "$ac_cv_use_validators"
7935 if test "$no_cache" != 1; then
7936 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
7937 fi
7938
7939 if test "$wxUSE_VALIDATORS" = yes; then
7940 echo "$ac_t""yes" 1>&6
7941 else
7942 echo "$ac_t""no" 1>&6
7943 fi
7944
7945
7946 echo $ac_n "checking for --enable-busyinfo""... $ac_c" 1>&6
7947echo "configure:7948: checking for --enable-busyinfo" >&5
7948 no_cache=0
7949 # Check whether --enable-busyinfo or --disable-busyinfo was given.
7950if test "${enable_busyinfo+set}" = set; then
7951 enableval="$enable_busyinfo"
7952
7953 if test "$enableval" = yes; then
7954 ac_cv_use_busyinfo='wxUSE_BUSYINFO=yes'
7955 else
7956 ac_cv_use_busyinfo='wxUSE_BUSYINFO=no'
7957 fi
7958
7959else
7960
7961 LINE=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
7962 if test "x$LINE" != x ; then
7963 eval "DEFAULT_$LINE"
7964 else
7965 no_cache=1
7966 fi
7967
7968 ac_cv_use_busyinfo='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
7969
7970fi
7971
7972
7973 eval "$ac_cv_use_busyinfo"
7974 if test "$no_cache" != 1; then
7975 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
7976 fi
7977
7978 if test "$wxUSE_BUSYINFO" = yes; then
7979 echo "$ac_t""yes" 1>&6
7980 else
7981 echo "$ac_t""no" 1>&6
7982 fi
7983
7984
7985 echo $ac_n "checking for --enable-joystick""... $ac_c" 1>&6
7986echo "configure:7987: checking for --enable-joystick" >&5
7987 no_cache=0
7988 # Check whether --enable-joystick or --disable-joystick was given.
7989if test "${enable_joystick+set}" = set; then
7990 enableval="$enable_joystick"
7991
7992 if test "$enableval" = yes; then
7993 ac_cv_use_joystick='wxUSE_JOYSTICK=yes'
7994 else
7995 ac_cv_use_joystick='wxUSE_JOYSTICK=no'
7996 fi
7997
7998else
7999
8000 LINE=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
8001 if test "x$LINE" != x ; then
8002 eval "DEFAULT_$LINE"
8003 else
8004 no_cache=1
8005 fi
8006
8007 ac_cv_use_joystick='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
8008
8009fi
8010
8011
8012 eval "$ac_cv_use_joystick"
8013 if test "$no_cache" != 1; then
8014 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
8015 fi
8016
8017 if test "$wxUSE_JOYSTICK" = yes; then
8018 echo "$ac_t""yes" 1>&6
8019 else
8020 echo "$ac_t""no" 1>&6
8021 fi
8022
8023
8024 echo $ac_n "checking for --enable-metafile""... $ac_c" 1>&6
8025echo "configure:8026: checking for --enable-metafile" >&5
8026 no_cache=0
8027 # Check whether --enable-metafile or --disable-metafile was given.
8028if test "${enable_metafile+set}" = set; then
8029 enableval="$enable_metafile"
8030
8031 if test "$enableval" = yes; then
8032 ac_cv_use_metafile='wxUSE_METAFILE=yes'
8033 else
8034 ac_cv_use_metafile='wxUSE_METAFILE=no'
8035 fi
8036
8037else
8038
8039 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
8040 if test "x$LINE" != x ; then
8041 eval "DEFAULT_$LINE"
8042 else
8043 no_cache=1
8044 fi
8045
8046 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
8047
8048fi
8049
8050
8051 eval "$ac_cv_use_metafile"
8052 if test "$no_cache" != 1; then
8053 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
8054 fi
8055
8056 if test "$wxUSE_METAFILE" = yes; then
8057 echo "$ac_t""yes" 1>&6
8058 else
8059 echo "$ac_t""no" 1>&6
8060 fi
8061
8062
8063 echo $ac_n "checking for --enable-dragimage""... $ac_c" 1>&6
8064echo "configure:8065: checking for --enable-dragimage" >&5
8065 no_cache=0
8066 # Check whether --enable-dragimage or --disable-dragimage was given.
8067if test "${enable_dragimage+set}" = set; then
8068 enableval="$enable_dragimage"
8069
8070 if test "$enableval" = yes; then
8071 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=yes'
8072 else
8073 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=no'
8074 fi
8075
8076else
8077
8078 LINE=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}`
8079 if test "x$LINE" != x ; then
8080 eval "DEFAULT_$LINE"
8081 else
8082 no_cache=1
8083 fi
8084
8085 ac_cv_use_dragimage='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE
8086
8087fi
8088
8089
8090 eval "$ac_cv_use_dragimage"
8091 if test "$no_cache" != 1; then
8092 echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
8093 fi
8094
8095 if test "$wxUSE_DRAGIMAGE" = yes; then
8096 echo "$ac_t""yes" 1>&6
8097 else
8098 echo "$ac_t""no" 1>&6
8099 fi
8100
8101
8102
8103
8104 echo $ac_n "checking for --enable-palette""... $ac_c" 1>&6
8105echo "configure:8106: checking for --enable-palette" >&5
8106 no_cache=0
8107 # Check whether --enable-palette or --disable-palette was given.
8108if test "${enable_palette+set}" = set; then
8109 enableval="$enable_palette"
8110
8111 if test "$enableval" = yes; then
8112 ac_cv_use_palette='wxUSE_PALETTE=yes'
8113 else
8114 ac_cv_use_palette='wxUSE_PALETTE=no'
8115 fi
8116
8117else
8118
8119 LINE=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}`
8120 if test "x$LINE" != x ; then
8121 eval "DEFAULT_$LINE"
8122 else
8123 no_cache=1
8124 fi
8125
8126 ac_cv_use_palette='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE
8127
8128fi
8129
8130
8131 eval "$ac_cv_use_palette"
8132 if test "$no_cache" != 1; then
8133 echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp
8134 fi
8135
8136 if test "$wxUSE_PALETTE" = yes; then
8137 echo "$ac_t""yes" 1>&6
8138 else
8139 echo "$ac_t""no" 1>&6
8140 fi
8141
8142
8143 echo $ac_n "checking for --enable-image""... $ac_c" 1>&6
8144echo "configure:8145: checking for --enable-image" >&5
8145 no_cache=0
8146 # Check whether --enable-image or --disable-image was given.
8147if test "${enable_image+set}" = set; then
8148 enableval="$enable_image"
8149
8150 if test "$enableval" = yes; then
8151 ac_cv_use_image='wxUSE_IMAGE=yes'
8152 else
8153 ac_cv_use_image='wxUSE_IMAGE=no'
8154 fi
8155
8156else
8157
8158 LINE=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
8159 if test "x$LINE" != x ; then
8160 eval "DEFAULT_$LINE"
8161 else
8162 no_cache=1
8163 fi
8164
8165 ac_cv_use_image='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
8166
8167fi
8168
8169
8170 eval "$ac_cv_use_image"
8171 if test "$no_cache" != 1; then
8172 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
8173 fi
8174
8175 if test "$wxUSE_IMAGE" = yes; then
8176 echo "$ac_t""yes" 1>&6
8177 else
8178 echo "$ac_t""no" 1>&6
8179 fi
8180
8181
8182 echo $ac_n "checking for --enable-gif""... $ac_c" 1>&6
8183echo "configure:8184: checking for --enable-gif" >&5
8184 no_cache=0
8185 # Check whether --enable-gif or --disable-gif was given.
8186if test "${enable_gif+set}" = set; then
8187 enableval="$enable_gif"
8188
8189 if test "$enableval" = yes; then
8190 ac_cv_use_gif='wxUSE_GIF=yes'
8191 else
8192 ac_cv_use_gif='wxUSE_GIF=no'
8193 fi
8194
8195else
8196
8197 LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
8198 if test "x$LINE" != x ; then
8199 eval "DEFAULT_$LINE"
8200 else
8201 no_cache=1
8202 fi
8203
8204 ac_cv_use_gif='wxUSE_GIF='$DEFAULT_wxUSE_GIF
8205
8206fi
8207
8208
8209 eval "$ac_cv_use_gif"
8210 if test "$no_cache" != 1; then
8211 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
8212 fi
8213
8214 if test "$wxUSE_GIF" = yes; then
8215 echo "$ac_t""yes" 1>&6
8216 else
8217 echo "$ac_t""no" 1>&6
8218 fi
8219
8220
8221 echo $ac_n "checking for --enable-pcx""... $ac_c" 1>&6
8222echo "configure:8223: checking for --enable-pcx" >&5
8223 no_cache=0
8224 # Check whether --enable-pcx or --disable-pcx was given.
8225if test "${enable_pcx+set}" = set; then
8226 enableval="$enable_pcx"
8227
8228 if test "$enableval" = yes; then
8229 ac_cv_use_pcx='wxUSE_PCX=yes'
8230 else
8231 ac_cv_use_pcx='wxUSE_PCX=no'
8232 fi
8233
8234else
8235
8236 LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
8237 if test "x$LINE" != x ; then
8238 eval "DEFAULT_$LINE"
8239 else
8240 no_cache=1
8241 fi
8242
8243 ac_cv_use_pcx='wxUSE_PCX='$DEFAULT_wxUSE_PCX
8244
8245fi
8246
8247
8248 eval "$ac_cv_use_pcx"
8249 if test "$no_cache" != 1; then
8250 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
8251 fi
8252
8253 if test "$wxUSE_PCX" = yes; then
8254 echo "$ac_t""yes" 1>&6
8255 else
8256 echo "$ac_t""no" 1>&6
8257 fi
8258
8259
8260 echo $ac_n "checking for --enable-iff""... $ac_c" 1>&6
8261echo "configure:8262: checking for --enable-iff" >&5
8262 no_cache=0
8263 # Check whether --enable-iff or --disable-iff was given.
8264if test "${enable_iff+set}" = set; then
8265 enableval="$enable_iff"
8266
8267 if test "$enableval" = yes; then
8268 ac_cv_use_iff='wxUSE_IFF=yes'
8269 else
8270 ac_cv_use_iff='wxUSE_IFF=no'
8271 fi
8272
8273else
8274
8275 LINE=`grep "wxUSE_IFF" ${wx_arg_cache_file}`
8276 if test "x$LINE" != x ; then
8277 eval "DEFAULT_$LINE"
8278 else
8279 no_cache=1
8280 fi
8281
8282 ac_cv_use_iff='wxUSE_IFF='$DEFAULT_wxUSE_IFF
8283
8284fi
8285
8286
8287 eval "$ac_cv_use_iff"
8288 if test "$no_cache" != 1; then
8289 echo $ac_cv_use_iff >> ${wx_arg_cache_file}.tmp
8290 fi
8291
8292 if test "$wxUSE_IFF" = yes; then
8293 echo "$ac_t""yes" 1>&6
8294 else
8295 echo "$ac_t""no" 1>&6
8296 fi
8297
8298
8299 echo $ac_n "checking for --enable-pnm""... $ac_c" 1>&6
8300echo "configure:8301: checking for --enable-pnm" >&5
8301 no_cache=0
8302 # Check whether --enable-pnm or --disable-pnm was given.
8303if test "${enable_pnm+set}" = set; then
8304 enableval="$enable_pnm"
8305
8306 if test "$enableval" = yes; then
8307 ac_cv_use_pnm='wxUSE_PNM=yes'
8308 else
8309 ac_cv_use_pnm='wxUSE_PNM=no'
8310 fi
8311
8312else
8313
8314 LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
8315 if test "x$LINE" != x ; then
8316 eval "DEFAULT_$LINE"
8317 else
8318 no_cache=1
8319 fi
8320
8321 ac_cv_use_pnm='wxUSE_PNM='$DEFAULT_wxUSE_PNM
8322
8323fi
8324
8325
8326 eval "$ac_cv_use_pnm"
8327 if test "$no_cache" != 1; then
8328 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
8329 fi
8330
8331 if test "$wxUSE_PNM" = yes; then
8332 echo "$ac_t""yes" 1>&6
8333 else
8334 echo "$ac_t""no" 1>&6
8335 fi
8336
8337
8338 echo $ac_n "checking for --enable-xpm""... $ac_c" 1>&6
8339echo "configure:8340: checking for --enable-xpm" >&5
8340 no_cache=0
8341 # Check whether --enable-xpm or --disable-xpm was given.
8342if test "${enable_xpm+set}" = set; then
8343 enableval="$enable_xpm"
8344
8345 if test "$enableval" = yes; then
8346 ac_cv_use_xpm='wxUSE_XPM=yes'
8347 else
8348 ac_cv_use_xpm='wxUSE_XPM=no'
8349 fi
8350
8351else
8352
8353 LINE=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
8354 if test "x$LINE" != x ; then
8355 eval "DEFAULT_$LINE"
8356 else
8357 no_cache=1
8358 fi
8359
8360 ac_cv_use_xpm='wxUSE_XPM='$DEFAULT_wxUSE_XPM
8361
8362fi
8363
8364
8365 eval "$ac_cv_use_xpm"
8366 if test "$no_cache" != 1; then
8367 echo $ac_cv_use_xpm >> ${wx_arg_cache_file}.tmp
8368 fi
8369
8370 if test "$wxUSE_XPM" = yes; then
8371 echo "$ac_t""yes" 1>&6
8372 else
8373 echo "$ac_t""no" 1>&6
8374 fi
8375
8376
8377 echo $ac_n "checking for --enable-ico_cur""... $ac_c" 1>&6
8378echo "configure:8379: checking for --enable-ico_cur" >&5
8379 no_cache=0
8380 # Check whether --enable-ico_cur or --disable-ico_cur was given.
8381if test "${enable_ico_cur+set}" = set; then
8382 enableval="$enable_ico_cur"
8383
8384 if test "$enableval" = yes; then
8385 ac_cv_use_ico_cur='wxUSE_ICO_CUR=yes'
8386 else
8387 ac_cv_use_ico_cur='wxUSE_ICO_CUR=no'
8388 fi
8389
8390else
8391
8392 LINE=`grep "wxUSE_ICO_CUR" ${wx_arg_cache_file}`
8393 if test "x$LINE" != x ; then
8394 eval "DEFAULT_$LINE"
8395 else
8396 no_cache=1
8397 fi
8398
8399 ac_cv_use_ico_cur='wxUSE_ICO_CUR='$DEFAULT_wxUSE_ICO_CUR
8400
8401fi
8402
8403
8404 eval "$ac_cv_use_ico_cur"
8405 if test "$no_cache" != 1; then
8406 echo $ac_cv_use_ico_cur >> ${wx_arg_cache_file}.tmp
8407 fi
8408
8409 if test "$wxUSE_ICO_CUR" = yes; then
8410 echo "$ac_t""yes" 1>&6
8411 else
8412 echo "$ac_t""no" 1>&6
8413 fi
8414
8415
8416fi
8417
8418case "${host}" in
8419 *-pc-os2_emx | *-pc-os2-emx )
8420 LEX_STEM="lexyy"
8421 ;;
8422 *)
8423 PATH_IFS=':'
8424 LEX_STEM="lex.yy"
8425 ;;
8426esac
8427
8428
8429
8430 echo "saving argument cache $wx_arg_cache_file"
8431 mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file}
8432
8433
8434
8435echo $ac_n "checking for toolkit""... $ac_c" 1>&6
8436echo "configure:8437: checking for toolkit" >&5
8437
8438if test "$wxUSE_GUI" = "yes"; then
8439
8440 if test "$USE_BEOS" = 1; then
8441 { echo "configure: error: BeOS GUI is not supported yet, use --disable-gui" 1>&2; exit 1; }
8442 fi
8443
8444 if test "$TOOLKIT_GIVEN" = 1; then
8445 for toolkit in `echo $ALL_TOOLKITS`; do
8446 var=wxUSE_$toolkit
8447 eval "value=\$${var}"
8448 eval "$var=`echo \$value | sed -e "s/yes/1/" -e "s/no/0/"`"
8449 done
8450 else
8451 for toolkit in `echo $ALL_TOOLKITS`; do
8452 if test "$has_toolkit_in_cache" != 1; then
8453 var=DEFAULT_DEFAULT_wxUSE_$toolkit
8454 else
8455 var=DEFAULT_wxUSE_$toolkit
8456 fi
8457 eval "wxUSE_$toolkit=\$${var}"
8458 done
8459 fi
8460
8461 NUM_TOOLKITS=`expr ${wxUSE_GTK:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_MAC:-0} \
8462 + ${wxUSE_WINE:-0} + ${wxUSE_MSW:-0} + ${wxUSE_MGL:-0} + ${wxUSE_MICROWIN:-0} + ${wxUSE_X11:-0}`
8463
8464 case "${host}" in
8465 *-pc-os2_emx | *-pc-os2-emx )
8466 NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
8467 esac
8468
8469 case "$NUM_TOOLKITS" in
8470 1)
8471 ;;
8472 0)
8473 { echo "configure: error: Please specify a toolkit - cannot determine the default for ${host}" 1>&2; exit 1; }
8474 ;;
8475 *)
8476 { echo "configure: error: Please specify at most one toolkit (may be some are cached?)" 1>&2; exit 1; }
8477 esac
8478
8479 for toolkit in `echo $ALL_TOOLKITS`; do
8480 var=wxUSE_$toolkit
8481 eval "value=\$${var}"
8482 if test "x$value" != x; then
8483 cache_var=CACHE_$toolkit
8484 eval "cache=\$${cache_var}"
8485 if test "$cache" = 1; then
8486 echo "$var=$value" >> ${wx_arg_cache_file}
8487 fi
8488 if test "$value" = 1; then
8489 toolkit_echo=`echo $toolkit | tr [A-Z] [a-z]`
8490 echo "$ac_t""$toolkit_echo" 1>&6
8491 fi
8492 fi
8493 done
8494else
8495 echo "$ac_t""base ($host_alias hosted) only" 1>&6
8496fi
8497
8498
8499wants_win32=0
8500doesnt_want_win32=0
8501case "${host}" in
8502 *-*-cygwin*)
8503 if test "$wxUSE_MSW" = 1 ; then
8504 wants_win32=1
8505 else
8506 doesnt_want_win32=1
8507 fi
8508 ;;
8509 *-*-mingw*)
8510 wants_win32=1
8511 ;;
8512esac
8513
8514if test "$wants_win32" = 1 ; then
8515 USE_UNIX=0
8516 USE_WIN32=1
8517 cat >> confdefs.h <<\EOF
8518#define __WIN32__ 1
8519EOF
8520
8521 cat >> confdefs.h <<\EOF
8522#define __WIN95__ 1
8523EOF
8524
8525 cat >> confdefs.h <<\EOF
8526#define __WINDOWS__ 1
8527EOF
8528
8529 cat >> confdefs.h <<\EOF
8530#define __GNUWIN32__ 1
8531EOF
8532
8533 cat >> confdefs.h <<\EOF
8534#define STRICT 1
8535EOF
8536
8537 cat >> confdefs.h <<\EOF
8538#define WINVER 0x0400
8539EOF
8540
8541fi
8542if test "$doesnt_want_win32" = 1 ; then
8543 USE_UNIX=1
8544 USE_WIN32=0
8545fi
8546
8547if test "$USE_UNIX" = 1 ; then
8548 wxUSE_UNIX=yes
8549 cat >> confdefs.h <<\EOF
8550#define __UNIX__ 1
8551EOF
8552
8553fi
8554
8555
8556cat > confcache <<\EOF
8557# This file is a shell script that caches the results of configure
8558# tests run on this system so they can be shared between configure
8559# scripts and configure runs. It is not useful on other systems.
8560# If it contains results you don't want to keep, you may remove or edit it.
8561#
8562# By default, configure uses ./config.cache as the cache file,
8563# creating it if it does not exist already. You can give configure
8564# the --cache-file=FILE option to use a different cache file; that is
8565# what configure does when it calls configure scripts in
8566# subdirectories, so they share the cache.
8567# Giving --cache-file=/dev/null disables caching, for debugging configure.
8568# config.status only pays attention to the cache file if you give it the
8569# --recheck option to rerun configure.
8570#
8571EOF
8572# The following way of writing the cache mishandles newlines in values,
8573# but we know of no workaround that is simple, portable, and efficient.
8574# So, don't put newlines in cache variables' values.
8575# Ultrix sh set writes to stderr and can't be redirected directly,
8576# and sets the high bit in the cache file unless we assign to the vars.
8577(set) 2>&1 |
8578 case `(ac_space=' '; set | grep ac_space) 2>&1` in
8579 *ac_space=\ *)
8580 # `set' does not quote correctly, so add quotes (double-quote substitution
8581 # turns \\\\ into \\, and sed turns \\ into \).
8582 sed -n \
8583 -e "s/'/'\\\\''/g" \
8584 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
8585 ;;
8586 *)
8587 # `set' quotes correctly as required by POSIX, so do not add quotes.
8588 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
8589 ;;
8590 esac >> confcache
8591if cmp -s $cache_file confcache; then
8592 :
8593else
8594 if test -w $cache_file; then
8595 echo "updating cache $cache_file"
8596 cat confcache > $cache_file
8597 else
8598 echo "not updating unwritable cache $cache_file"
8599 fi
8600fi
8601rm -f confcache
8602
8603
8604if test "$build" != "$host" ; then
8605 if test "$USE_WIN32" = 1 -o "$USE_DOS" = 1 -o "$USE_UNIX"; then
8606 CC=$host_alias-gcc
8607 CXX=$host_alias-c++
8608 AR=$host_alias-ar
8609 RANLIB=$host_alias-ranlib
8610 DLLTOOL=$host_alias-dlltool
8611 RESCOMP=$host_alias-windres
8612 LD=$host_alias-ld
8613 NM=$host_alias-nm
8614 STRIP=$host_alias-strip
8615 else
8616 { echo "configure: error: $build_alias -> $host_alias cross compilation not supported yet." 1>&2; exit 1; }
8617 fi
8618fi
8619
8620CFLAGS=${CFLAGS:=}
8621# Extract the first word of "gcc", so it can be a program name with args.
8622set dummy gcc; ac_word=$2
8623echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8624echo "configure:8625: checking for $ac_word" >&5
8625if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
8626 echo $ac_n "(cached) $ac_c" 1>&6
8627else
8628 if test -n "$CC"; then
8629 ac_cv_prog_CC="$CC" # Let the user override the test.
8630else
8631 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8632 ac_dummy="$PATH"
8633 for ac_dir in $ac_dummy; do
8634 test -z "$ac_dir" && ac_dir=.
8635 if test -f $ac_dir/$ac_word; then
8636 ac_cv_prog_CC="gcc"
8637 break
8638 fi
8639 done
8640 IFS="$ac_save_ifs"
8641fi
8642fi
8643CC="$ac_cv_prog_CC"
8644if test -n "$CC"; then
8645 echo "$ac_t""$CC" 1>&6
8646else
8647 echo "$ac_t""no" 1>&6
8648fi
8649
8650if test -z "$CC"; then
8651 # Extract the first word of "cc", so it can be a program name with args.
8652set dummy cc; ac_word=$2
8653echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8654echo "configure:8655: checking for $ac_word" >&5
8655if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
8656 echo $ac_n "(cached) $ac_c" 1>&6
8657else
8658 if test -n "$CC"; then
8659 ac_cv_prog_CC="$CC" # Let the user override the test.
8660else
8661 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8662 ac_prog_rejected=no
8663 ac_dummy="$PATH"
8664 for ac_dir in $ac_dummy; do
8665 test -z "$ac_dir" && ac_dir=.
8666 if test -f $ac_dir/$ac_word; then
8667 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
8668 ac_prog_rejected=yes
8669 continue
8670 fi
8671 ac_cv_prog_CC="cc"
8672 break
8673 fi
8674 done
8675 IFS="$ac_save_ifs"
8676if test $ac_prog_rejected = yes; then
8677 # We found a bogon in the path, so make sure we never use it.
8678 set dummy $ac_cv_prog_CC
8679 shift
8680 if test $# -gt 0; then
8681 # We chose a different compiler from the bogus one.
8682 # However, it has the same basename, so the bogon will be chosen
8683 # first if we set CC to just the basename; use the full file name.
8684 shift
8685 set dummy "$ac_dir/$ac_word" "$@"
8686 shift
8687 ac_cv_prog_CC="$@"
8688 fi
8689fi
8690fi
8691fi
8692CC="$ac_cv_prog_CC"
8693if test -n "$CC"; then
8694 echo "$ac_t""$CC" 1>&6
8695else
8696 echo "$ac_t""no" 1>&6
8697fi
8698
8699 if test -z "$CC"; then
8700 case "`uname -s`" in
8701 *win32* | *WIN32*)
8702 # Extract the first word of "cl", so it can be a program name with args.
8703set dummy cl; ac_word=$2
8704echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8705echo "configure:8706: checking for $ac_word" >&5
8706if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
8707 echo $ac_n "(cached) $ac_c" 1>&6
8708else
8709 if test -n "$CC"; then
8710 ac_cv_prog_CC="$CC" # Let the user override the test.
8711else
8712 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8713 ac_dummy="$PATH"
8714 for ac_dir in $ac_dummy; do
8715 test -z "$ac_dir" && ac_dir=.
8716 if test -f $ac_dir/$ac_word; then
8717 ac_cv_prog_CC="cl"
8718 break
8719 fi
8720 done
8721 IFS="$ac_save_ifs"
8722fi
8723fi
8724CC="$ac_cv_prog_CC"
8725if test -n "$CC"; then
8726 echo "$ac_t""$CC" 1>&6
8727else
8728 echo "$ac_t""no" 1>&6
8729fi
8730 ;;
8731 esac
8732 fi
8733 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
8734fi
8735
8736echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
8737echo "configure:8738: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
8738
8739ac_ext=c
8740# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8741ac_cpp='$CPP $CPPFLAGS'
8742ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8743ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8744cross_compiling=$ac_cv_prog_cc_cross
8745
8746cat > conftest.$ac_ext << EOF
8747
8748#line 8749 "configure"
8749#include "confdefs.h"
8750
8751main(){return(0);}
8752EOF
8753if { (eval echo configure:8754: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8754 ac_cv_prog_cc_works=yes
8755 # If we can't run a trivial program, we are probably using a cross compiler.
8756 if (./conftest; exit) 2>/dev/null; then
8757 ac_cv_prog_cc_cross=no
8758 else
8759 ac_cv_prog_cc_cross=yes
8760 fi
8761else
8762 echo "configure: failed program was:" >&5
8763 cat conftest.$ac_ext >&5
8764 ac_cv_prog_cc_works=no
8765fi
8766rm -fr conftest*
8767ac_ext=c
8768# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8769ac_cpp='$CPP $CPPFLAGS'
8770ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8771ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8772cross_compiling=$ac_cv_prog_cc_cross
8773
8774echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
8775if test $ac_cv_prog_cc_works = no; then
8776 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
8777fi
8778echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
8779echo "configure:8780: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
8780echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
8781cross_compiling=$ac_cv_prog_cc_cross
8782
8783echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
8784echo "configure:8785: checking whether we are using GNU C" >&5
8785if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
8786 echo $ac_n "(cached) $ac_c" 1>&6
8787else
8788 cat > conftest.c <<EOF
8789#ifdef __GNUC__
8790 yes;
8791#endif
8792EOF
8793if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:8794: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
8794 ac_cv_prog_gcc=yes
8795else
8796 ac_cv_prog_gcc=no
8797fi
8798fi
8799
8800echo "$ac_t""$ac_cv_prog_gcc" 1>&6
8801
8802if test $ac_cv_prog_gcc = yes; then
8803 GCC=yes
8804else
8805 GCC=
8806fi
8807
8808ac_test_CFLAGS="${CFLAGS+set}"
8809ac_save_CFLAGS="$CFLAGS"
8810CFLAGS=
8811echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
8812echo "configure:8813: checking whether ${CC-cc} accepts -g" >&5
8813if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
8814 echo $ac_n "(cached) $ac_c" 1>&6
8815else
8816 echo 'void f(){}' > conftest.c
8817if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
8818 ac_cv_prog_cc_g=yes
8819else
8820 ac_cv_prog_cc_g=no
8821fi
8822rm -f conftest*
8823
8824fi
8825
8826echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
8827if test "$ac_test_CFLAGS" = set; then
8828 CFLAGS="$ac_save_CFLAGS"
8829elif test $ac_cv_prog_cc_g = yes; then
8830 if test "$GCC" = yes; then
8831 CFLAGS="-g -O2"
8832 else
8833 CFLAGS="-g"
8834 fi
8835else
8836 if test "$GCC" = yes; then
8837 CFLAGS="-O2"
8838 else
8839 CFLAGS=
8840 fi
8841fi
8842
8843
8844echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
8845echo "configure:8846: checking how to run the C preprocessor" >&5
8846# On Suns, sometimes $CPP names a directory.
8847if test -n "$CPP" && test -d "$CPP"; then
8848 CPP=
8849fi
8850if test -z "$CPP"; then
8851if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
8852 echo $ac_n "(cached) $ac_c" 1>&6
8853else
8854 # This must be in double quotes, not single quotes, because CPP may get
8855 # substituted into the Makefile and "${CC-cc}" will confuse make.
8856 CPP="${CC-cc} -E"
8857 # On the NeXT, cc -E runs the code through the compiler's parser,
8858 # not just through cpp.
8859 cat > conftest.$ac_ext <<EOF
8860#line 8861 "configure"
8861#include "confdefs.h"
8862#include <assert.h>
8863Syntax Error
8864EOF
8865ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8866{ (eval echo configure:8867: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8867ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8868if test -z "$ac_err"; then
8869 :
8870else
8871 echo "$ac_err" >&5
8872 echo "configure: failed program was:" >&5
8873 cat conftest.$ac_ext >&5
8874 rm -rf conftest*
8875 CPP="${CC-cc} -E -traditional-cpp"
8876 cat > conftest.$ac_ext <<EOF
8877#line 8878 "configure"
8878#include "confdefs.h"
8879#include <assert.h>
8880Syntax Error
8881EOF
8882ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8883{ (eval echo configure:8884: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8884ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8885if test -z "$ac_err"; then
8886 :
8887else
8888 echo "$ac_err" >&5
8889 echo "configure: failed program was:" >&5
8890 cat conftest.$ac_ext >&5
8891 rm -rf conftest*
8892 CPP="${CC-cc} -nologo -E"
8893 cat > conftest.$ac_ext <<EOF
8894#line 8895 "configure"
8895#include "confdefs.h"
8896#include <assert.h>
8897Syntax Error
8898EOF
8899ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8900{ (eval echo configure:8901: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8901ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8902if test -z "$ac_err"; then
8903 :
8904else
8905 echo "$ac_err" >&5
8906 echo "configure: failed program was:" >&5
8907 cat conftest.$ac_ext >&5
8908 rm -rf conftest*
8909 CPP=/lib/cpp
8910fi
8911rm -f conftest*
8912fi
8913rm -f conftest*
8914fi
8915rm -f conftest*
8916 ac_cv_prog_CPP="$CPP"
8917fi
8918 CPP="$ac_cv_prog_CPP"
8919else
8920 ac_cv_prog_CPP="$CPP"
8921fi
8922echo "$ac_t""$CPP" 1>&6
8923
8924if test $ac_cv_prog_gcc = yes; then
8925 echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
8926echo "configure:8927: checking whether ${CC-cc} needs -traditional" >&5
8927if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
8928 echo $ac_n "(cached) $ac_c" 1>&6
8929else
8930 ac_pattern="Autoconf.*'x'"
8931 cat > conftest.$ac_ext <<EOF
8932#line 8933 "configure"
8933#include "confdefs.h"
8934#include <sgtty.h>
8935Autoconf TIOCGETP
8936EOF
8937if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8938 egrep "$ac_pattern" >/dev/null 2>&1; then
8939 rm -rf conftest*
8940 ac_cv_prog_gcc_traditional=yes
8941else
8942 rm -rf conftest*
8943 ac_cv_prog_gcc_traditional=no
8944fi
8945rm -f conftest*
8946
8947
8948 if test $ac_cv_prog_gcc_traditional = no; then
8949 cat > conftest.$ac_ext <<EOF
8950#line 8951 "configure"
8951#include "confdefs.h"
8952#include <termio.h>
8953Autoconf TCGETA
8954EOF
8955if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8956 egrep "$ac_pattern" >/dev/null 2>&1; then
8957 rm -rf conftest*
8958 ac_cv_prog_gcc_traditional=yes
8959fi
8960rm -f conftest*
8961
8962 fi
8963fi
8964
8965echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
8966 if test $ac_cv_prog_gcc_traditional = yes; then
8967 CC="$CC -traditional"
8968 fi
8969fi
8970
8971
8972
8973ac_ext=C
8974# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8975ac_cpp='$CXXCPP $CPPFLAGS'
8976ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8977ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8978cross_compiling=$ac_cv_prog_cxx_cross
8979
8980
8981CXXFLAGS=${CXXFLAGS:=}
8982for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl
8983do
8984# Extract the first word of "$ac_prog", so it can be a program name with args.
8985set dummy $ac_prog; ac_word=$2
8986echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8987echo "configure:8988: checking for $ac_word" >&5
8988if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
8989 echo $ac_n "(cached) $ac_c" 1>&6
8990else
8991 if test -n "$CXX"; then
8992 ac_cv_prog_CXX="$CXX" # Let the user override the test.
8993else
8994 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8995 ac_dummy="$PATH"
8996 for ac_dir in $ac_dummy; do
8997 test -z "$ac_dir" && ac_dir=.
8998 if test -f $ac_dir/$ac_word; then
8999 ac_cv_prog_CXX="$ac_prog"
9000 break
9001 fi
9002 done
9003 IFS="$ac_save_ifs"
9004fi
9005fi
9006CXX="$ac_cv_prog_CXX"
9007if test -n "$CXX"; then
9008 echo "$ac_t""$CXX" 1>&6
9009else
9010 echo "$ac_t""no" 1>&6
9011fi
9012
9013test -n "$CXX" && break
9014done
9015test -n "$CXX" || CXX="gcc"
9016
9017
9018echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
9019echo "configure:9020: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
9020
9021ac_ext=C
9022# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9023ac_cpp='$CXXCPP $CPPFLAGS'
9024ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9025ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9026cross_compiling=$ac_cv_prog_cxx_cross
9027
9028cat > conftest.$ac_ext << EOF
9029
9030#line 9031 "configure"
9031#include "confdefs.h"
9032
9033int main(){return(0);}
9034EOF
9035if { (eval echo configure:9036: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9036 ac_cv_prog_cxx_works=yes
9037 # If we can't run a trivial program, we are probably using a cross compiler.
9038 if (./conftest; exit) 2>/dev/null; then
9039 ac_cv_prog_cxx_cross=no
9040 else
9041 ac_cv_prog_cxx_cross=yes
9042 fi
9043else
9044 echo "configure: failed program was:" >&5
9045 cat conftest.$ac_ext >&5
9046 ac_cv_prog_cxx_works=no
9047fi
9048rm -fr conftest*
9049ac_ext=C
9050# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9051ac_cpp='$CXXCPP $CPPFLAGS'
9052ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9053ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9054cross_compiling=$ac_cv_prog_cxx_cross
9055
9056echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
9057if test $ac_cv_prog_cxx_works = no; then
9058 { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
9059fi
9060echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
9061echo "configure:9062: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
9062echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
9063cross_compiling=$ac_cv_prog_cxx_cross
9064
9065echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
9066echo "configure:9067: checking whether we are using GNU C++" >&5
9067if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
9068 echo $ac_n "(cached) $ac_c" 1>&6
9069else
9070 cat > conftest.C <<EOF
9071#ifdef __GNUC__
9072 yes;
9073#endif
9074EOF
9075if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:9076: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
9076 ac_cv_prog_gxx=yes
9077else
9078 ac_cv_prog_gxx=no
9079fi
9080fi
9081
9082echo "$ac_t""$ac_cv_prog_gxx" 1>&6
9083
9084if test $ac_cv_prog_gxx = yes; then
9085 GXX=yes
9086else
9087 GXX=
9088fi
9089
9090ac_test_CXXFLAGS="${CXXFLAGS+set}"
9091ac_save_CXXFLAGS="$CXXFLAGS"
9092CXXFLAGS=
9093echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
9094echo "configure:9095: checking whether ${CXX-g++} accepts -g" >&5
9095if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
9096 echo $ac_n "(cached) $ac_c" 1>&6
9097else
9098 echo 'void f(){}' > conftest.cc
9099if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
9100 ac_cv_prog_cxx_g=yes
9101else
9102 ac_cv_prog_cxx_g=no
9103fi
9104rm -f conftest*
9105
9106fi
9107
9108echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
9109if test "$ac_test_CXXFLAGS" = set; then
9110 CXXFLAGS="$ac_save_CXXFLAGS"
9111elif test $ac_cv_prog_cxx_g = yes; then
9112 if test "$GXX" = yes; then
9113 CXXFLAGS="-g -O2"
9114 else
9115 CXXFLAGS="-g"
9116 fi
9117else
9118 if test "$GXX" = yes; then
9119 CXXFLAGS="-O2"
9120 else
9121 CXXFLAGS=
9122 fi
9123fi
9124
9125
9126ac_ext=c
9127# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9128ac_cpp='$CPP $CPPFLAGS'
9129ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9130ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9131cross_compiling=$ac_cv_prog_cc_cross
9132
9133
9134# Extract the first word of "ranlib", so it can be a program name with args.
9135set dummy ranlib; ac_word=$2
9136echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9137echo "configure:9138: checking for $ac_word" >&5
9138if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
9139 echo $ac_n "(cached) $ac_c" 1>&6
9140else
9141 if test -n "$RANLIB"; then
9142 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9143else
9144 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
9145 ac_dummy="$PATH"
9146 for ac_dir in $ac_dummy; do
9147 test -z "$ac_dir" && ac_dir=.
9148 if test -f $ac_dir/$ac_word; then
9149 ac_cv_prog_RANLIB="ranlib"
9150 break
9151 fi
9152 done
9153 IFS="$ac_save_ifs"
9154 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
9155fi
9156fi
9157RANLIB="$ac_cv_prog_RANLIB"
9158if test -n "$RANLIB"; then
9159 echo "$ac_t""$RANLIB" 1>&6
9160else
9161 echo "$ac_t""no" 1>&6
9162fi
9163
9164
9165# Extract the first word of "ar", so it can be a program name with args.
9166set dummy ar; ac_word=$2
9167echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9168echo "configure:9169: checking for $ac_word" >&5
9169if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
9170 echo $ac_n "(cached) $ac_c" 1>&6
9171else
9172 if test -n "$AR"; then
9173 ac_cv_prog_AR="$AR" # Let the user override the test.
9174else
9175 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
9176 ac_dummy="$PATH"
9177 for ac_dir in $ac_dummy; do
9178 test -z "$ac_dir" && ac_dir=.
9179 if test -f $ac_dir/$ac_word; then
9180 ac_cv_prog_AR="ar"
9181 break
9182 fi
9183 done
9184 IFS="$ac_save_ifs"
9185 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
9186fi
9187fi
9188AR="$ac_cv_prog_AR"
9189if test -n "$AR"; then
9190 echo "$ac_t""$AR" 1>&6
9191else
9192 echo "$ac_t""no" 1>&6
9193fi
9194
9195
9196# Find a good install program. We prefer a C program (faster),
9197# so one script is as good as another. But avoid the broken or
9198# incompatible versions:
9199# SysV /etc/install, /usr/sbin/install
9200# SunOS /usr/etc/install
9201# IRIX /sbin/install
9202# AIX /bin/install
9203# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
9204# AFS /usr/afsws/bin/install, which mishandles nonexistent args
9205# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
9206# ./install, which can be erroneously created by make from ./install.sh.
9207echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
9208echo "configure:9209: checking for a BSD compatible install" >&5
9209if test -z "$INSTALL"; then
9210if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
9211 echo $ac_n "(cached) $ac_c" 1>&6
9212else
9213 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
9214 for ac_dir in $PATH; do
9215 # Account for people who put trailing slashes in PATH elements.
9216 case "$ac_dir/" in
9217 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
9218 *)
9219 # OSF1 and SCO ODT 3.0 have their own names for install.
9220 # Don't use installbsd from OSF since it installs stuff as root
9221 # by default.
9222 for ac_prog in ginstall scoinst install; do
9223 if test -f $ac_dir/$ac_prog; then
9224 if test $ac_prog = install &&
9225 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
9226 # AIX install. It has an incompatible calling convention.
9227 :
9228 else
9229 ac_cv_path_install="$ac_dir/$ac_prog -c"
9230 break 2
9231 fi
9232 fi
9233 done
9234 ;;
9235 esac
9236 done
9237 IFS="$ac_save_IFS"
9238
9239fi
9240 if test "${ac_cv_path_install+set}" = set; then
9241 INSTALL="$ac_cv_path_install"
9242 else
9243 # As a last resort, use the slow shell script. We don't cache a
9244 # path for INSTALL within a source directory, because that will
9245 # break other packages using the cache if that directory is
9246 # removed, or if the path is relative.
9247 INSTALL="$ac_install_sh"
9248 fi
9249fi
9250echo "$ac_t""$INSTALL" 1>&6
9251
9252# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
9253# It thinks the first close brace ends the variable substitution.
9254test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
9255
9256test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
9257
9258test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
9259
9260
9261case ${INSTALL} in
9262 /* ) # Absolute
9263 ;;
9264 *)
9265 INSTALL=`pwd`/${INSTALL} ;;
9266esac
9267
9268
9269case "${host}" in
9270
9271 powerpc-*-darwin* )
9272 INSTALL_PROGRAM="cp -fp"
9273 INSTALL_DATA="cp -fp"
9274 ;;
9275 *)
9276 ;;
9277esac
9278
9279# Extract the first word of "strip", so it can be a program name with args.
9280set dummy strip; ac_word=$2
9281echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9282echo "configure:9283: checking for $ac_word" >&5
9283if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
9284 echo $ac_n "(cached) $ac_c" 1>&6
9285else
9286 if test -n "$STRIP"; then
9287 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9288else
9289 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
9290 ac_dummy="$PATH"
9291 for ac_dir in $ac_dummy; do
9292 test -z "$ac_dir" && ac_dir=.
9293 if test -f $ac_dir/$ac_word; then
9294 ac_cv_prog_STRIP="strip"
9295 break
9296 fi
9297 done
9298 IFS="$ac_save_ifs"
9299 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP="true"
9300fi
9301fi
9302STRIP="$ac_cv_prog_STRIP"
9303if test -n "$STRIP"; then
9304 echo "$ac_t""$STRIP" 1>&6
9305else
9306 echo "$ac_t""no" 1>&6
9307fi
9308
9309
9310echo $ac_n "checking if make is GNU make""... $ac_c" 1>&6
9311echo "configure:9312: checking if make is GNU make" >&5
9312if eval "test \"`echo '$''{'wx_cv_prog_makeisgnu'+set}'`\" = set"; then
9313 echo $ac_n "(cached) $ac_c" 1>&6
9314else
9315
9316 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
9317 egrep -s GNU > /dev/null); then
9318 wx_cv_prog_makeisgnu="yes"
9319 else
9320 wx_cv_prog_makeisgnu="no"
9321 fi
9322
9323fi
9324
9325echo "$ac_t""$wx_cv_prog_makeisgnu" 1>&6
9326
9327if test "x$wx_cv_prog_makeisgnu" = "xyes"; then
9328 IF_GNU_MAKE=""
9329else
9330 IF_GNU_MAKE="#"
9331fi
9332
9333
9334
9335if test "x$wx_cv_prog_makeisgnu" != "xyes"; then
9336echo $ac_n "checking if make supports VPATH""... $ac_c" 1>&6
9337echo "configure:9338: checking if make supports VPATH" >&5
9338if eval "test \"`echo '$''{'wx_cv_prog_makevpath'+set}'`\" = set"; then
9339 echo $ac_n "(cached) $ac_c" 1>&6
9340else
9341
9342cat - << EOF > confMake
9343check : file
9344 cp \$? \$@
9345 cp \$? final_file
9346EOF
9347
9348if test ! -d sub ; then
9349 mkdir sub
9350fi
9351echo dummy > sub/file
9352${MAKE-make} -f confMake VPATH=sub 2>&5 > /dev/null
9353RESULT=$?
9354rm -f sub/file check final_file confMake
9355rmdir sub
9356if test "$RESULT" = 0; then
9357 wx_cv_prog_makevpath="yes"
9358else
9359 wx_cv_prog_makevpath="no"
9360fi
9361
9362fi
9363
9364echo "$ac_t""$wx_cv_prog_makevpath" 1>&6
9365
9366if test "x$wx_cv_prog_makevpath" != "xyes"; then
9367{ echo "configure: error:
9368You need a make-utility that is able to use the variable
9369VPATH correctly.
9370If your version of make does not support VPATH correctly,
9371please install GNU-make (possibly as gmake), and start
9372configure with the following command:
9373export MAKE=gmake; ./configure for sh-type shells
9374setenv MAKE gmake; ./configure for csh-type shells
9375Also please do remember to use gmake in this case every time
9376you are trying to compile.
9377" 1>&2; exit 1; }
9378fi fi
9379for ac_prog in 'bison -y' byacc
9380do
9381# Extract the first word of "$ac_prog", so it can be a program name with args.
9382set dummy $ac_prog; ac_word=$2
9383echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9384echo "configure:9385: checking for $ac_word" >&5
9385if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
9386 echo $ac_n "(cached) $ac_c" 1>&6
9387else
9388 if test -n "$YACC"; then
9389 ac_cv_prog_YACC="$YACC" # Let the user override the test.
9390else
9391 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
9392 ac_dummy="$PATH"
9393 for ac_dir in $ac_dummy; do
9394 test -z "$ac_dir" && ac_dir=.
9395 if test -f $ac_dir/$ac_word; then
9396 ac_cv_prog_YACC="$ac_prog"
9397 break
9398 fi
9399 done
9400 IFS="$ac_save_ifs"
9401fi
9402fi
9403YACC="$ac_cv_prog_YACC"
9404if test -n "$YACC"; then
9405 echo "$ac_t""$YACC" 1>&6
9406else
9407 echo "$ac_t""no" 1>&6
9408fi
9409
9410test -n "$YACC" && break
9411done
9412test -n "$YACC" || YACC="yacc"
9413
9414
9415# Extract the first word of "flex", so it can be a program name with args.
9416set dummy flex; ac_word=$2
9417echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9418echo "configure:9419: checking for $ac_word" >&5
9419if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
9420 echo $ac_n "(cached) $ac_c" 1>&6
9421else
9422 if test -n "$LEX"; then
9423 ac_cv_prog_LEX="$LEX" # Let the user override the test.
9424else
9425 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
9426 ac_dummy="$PATH"
9427 for ac_dir in $ac_dummy; do
9428 test -z "$ac_dir" && ac_dir=.
9429 if test -f $ac_dir/$ac_word; then
9430 ac_cv_prog_LEX="flex"
9431 break
9432 fi
9433 done
9434 IFS="$ac_save_ifs"
9435 test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX="lex"
9436fi
9437fi
9438LEX="$ac_cv_prog_LEX"
9439if test -n "$LEX"; then
9440 echo "$ac_t""$LEX" 1>&6
9441else
9442 echo "$ac_t""no" 1>&6
9443fi
9444
9445if test -z "$LEXLIB"
9446then
9447 case "$LEX" in
9448 flex*) ac_lib=fl ;;
9449 *) ac_lib=l ;;
9450 esac
9451 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
9452echo "configure:9453: checking for yywrap in -l$ac_lib" >&5
9453ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
9454if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9455 echo $ac_n "(cached) $ac_c" 1>&6
9456else
9457 ac_save_LIBS="$LIBS"
9458LIBS="-l$ac_lib $LIBS"
9459cat > conftest.$ac_ext <<EOF
9460#line 9461 "configure"
9461#include "confdefs.h"
9462/* Override any gcc2 internal prototype to avoid an error. */
9463/* We use char because int might match the return type of a gcc2
9464 builtin and then its argument prototype would still apply. */
9465char yywrap();
9466
9467int main() {
9468yywrap()
9469; return 0; }
9470EOF
9471if { (eval echo configure:9472: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9472 rm -rf conftest*
9473 eval "ac_cv_lib_$ac_lib_var=yes"
9474else
9475 echo "configure: failed program was:" >&5
9476 cat conftest.$ac_ext >&5
9477 rm -rf conftest*
9478 eval "ac_cv_lib_$ac_lib_var=no"
9479fi
9480rm -f conftest*
9481LIBS="$ac_save_LIBS"
9482
9483fi
9484if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9485 echo "$ac_t""yes" 1>&6
9486 LEXLIB="-l$ac_lib"
9487else
9488 echo "$ac_t""no" 1>&6
9489fi
9490
9491fi
9492
9493
9494echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
9495echo "configure:9496: checking whether ln -s works" >&5
9496if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
9497 echo $ac_n "(cached) $ac_c" 1>&6
9498else
9499 rm -f conftestdata
9500if ln -s X conftestdata 2>/dev/null
9501then
9502 rm -f conftestdata
9503 ac_cv_prog_LN_S="ln -s"
9504else
9505 ac_cv_prog_LN_S=ln
9506fi
9507fi
9508LN_S="$ac_cv_prog_LN_S"
9509if test "$ac_cv_prog_LN_S" = "ln -s"; then
9510 echo "$ac_t""yes" 1>&6
9511else
9512 echo "$ac_t""no" 1>&6
9513fi
9514
9515
9516
9517if test "$wxUSE_MAC" != 1; then
9518 for ac_hdr in strings.h
9519do
9520ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9521echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9522echo "configure:9523: checking for $ac_hdr" >&5
9523if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9524 echo $ac_n "(cached) $ac_c" 1>&6
9525else
9526 cat > conftest.$ac_ext <<EOF
9527#line 9528 "configure"
9528#include "confdefs.h"
9529#include <$ac_hdr>
9530EOF
9531ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9532{ (eval echo configure:9533: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9533ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9534if test -z "$ac_err"; then
9535 rm -rf conftest*
9536 eval "ac_cv_header_$ac_safe=yes"
9537else
9538 echo "$ac_err" >&5
9539 echo "configure: failed program was:" >&5
9540 cat conftest.$ac_ext >&5
9541 rm -rf conftest*
9542 eval "ac_cv_header_$ac_safe=no"
9543fi
9544rm -f conftest*
9545fi
9546if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9547 echo "$ac_t""yes" 1>&6
9548 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9549 cat >> confdefs.h <<EOF
9550#define $ac_tr_hdr 1
9551EOF
9552
9553else
9554 echo "$ac_t""no" 1>&6
9555fi
9556done
9557
9558fi
9559
9560for ac_hdr in stdlib.h
9561do
9562ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9563echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9564echo "configure:9565: checking for $ac_hdr" >&5
9565if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9566 echo $ac_n "(cached) $ac_c" 1>&6
9567else
9568 cat > conftest.$ac_ext <<EOF
9569#line 9570 "configure"
9570#include "confdefs.h"
9571#include <$ac_hdr>
9572EOF
9573ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9574{ (eval echo configure:9575: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9575ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9576if test -z "$ac_err"; then
9577 rm -rf conftest*
9578 eval "ac_cv_header_$ac_safe=yes"
9579else
9580 echo "$ac_err" >&5
9581 echo "configure: failed program was:" >&5
9582 cat conftest.$ac_ext >&5
9583 rm -rf conftest*
9584 eval "ac_cv_header_$ac_safe=no"
9585fi
9586rm -f conftest*
9587fi
9588if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9589 echo "$ac_t""yes" 1>&6
9590 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9591 cat >> confdefs.h <<EOF
9592#define $ac_tr_hdr 1
9593EOF
9594
9595else
9596 echo "$ac_t""no" 1>&6
9597fi
9598done
9599
9600for ac_hdr in malloc.h
9601do
9602ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9603echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9604echo "configure:9605: checking for $ac_hdr" >&5
9605if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9606 echo $ac_n "(cached) $ac_c" 1>&6
9607else
9608 cat > conftest.$ac_ext <<EOF
9609#line 9610 "configure"
9610#include "confdefs.h"
9611#include <$ac_hdr>
9612EOF
9613ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9614{ (eval echo configure:9615: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9615ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9616if test -z "$ac_err"; then
9617 rm -rf conftest*
9618 eval "ac_cv_header_$ac_safe=yes"
9619else
9620 echo "$ac_err" >&5
9621 echo "configure: failed program was:" >&5
9622 cat conftest.$ac_ext >&5
9623 rm -rf conftest*
9624 eval "ac_cv_header_$ac_safe=no"
9625fi
9626rm -f conftest*
9627fi
9628if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9629 echo "$ac_t""yes" 1>&6
9630 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9631 cat >> confdefs.h <<EOF
9632#define $ac_tr_hdr 1
9633EOF
9634
9635else
9636 echo "$ac_t""no" 1>&6
9637fi
9638done
9639
9640for ac_hdr in unistd.h
9641do
9642ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9643echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9644echo "configure:9645: checking for $ac_hdr" >&5
9645if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9646 echo $ac_n "(cached) $ac_c" 1>&6
9647else
9648 cat > conftest.$ac_ext <<EOF
9649#line 9650 "configure"
9650#include "confdefs.h"
9651#include <$ac_hdr>
9652EOF
9653ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9654{ (eval echo configure:9655: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9655ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9656if test -z "$ac_err"; then
9657 rm -rf conftest*
9658 eval "ac_cv_header_$ac_safe=yes"
9659else
9660 echo "$ac_err" >&5
9661 echo "configure: failed program was:" >&5
9662 cat conftest.$ac_ext >&5
9663 rm -rf conftest*
9664 eval "ac_cv_header_$ac_safe=no"
9665fi
9666rm -f conftest*
9667fi
9668if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9669 echo "$ac_t""yes" 1>&6
9670 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9671 cat >> confdefs.h <<EOF
9672#define $ac_tr_hdr 1
9673EOF
9674
9675else
9676 echo "$ac_t""no" 1>&6
9677fi
9678done
9679
9680for ac_hdr in wchar.h
9681do
9682ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9683echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9684echo "configure:9685: checking for $ac_hdr" >&5
9685if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9686 echo $ac_n "(cached) $ac_c" 1>&6
9687else
9688 cat > conftest.$ac_ext <<EOF
9689#line 9690 "configure"
9690#include "confdefs.h"
9691#include <$ac_hdr>
9692EOF
9693ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9694{ (eval echo configure:9695: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9695ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9696if test -z "$ac_err"; then
9697 rm -rf conftest*
9698 eval "ac_cv_header_$ac_safe=yes"
9699else
9700 echo "$ac_err" >&5
9701 echo "configure: failed program was:" >&5
9702 cat conftest.$ac_ext >&5
9703 rm -rf conftest*
9704 eval "ac_cv_header_$ac_safe=no"
9705fi
9706rm -f conftest*
9707fi
9708if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9709 echo "$ac_t""yes" 1>&6
9710 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9711 cat >> confdefs.h <<EOF
9712#define $ac_tr_hdr 1
9713EOF
9714
9715else
9716 echo "$ac_t""no" 1>&6
9717fi
9718done
9719
9720
9721if test "$ac_cv_header_wchar_h" != "yes"; then
9722 for ac_hdr in wcstr.h
9723do
9724ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9725echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9726echo "configure:9727: checking for $ac_hdr" >&5
9727if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9728 echo $ac_n "(cached) $ac_c" 1>&6
9729else
9730 cat > conftest.$ac_ext <<EOF
9731#line 9732 "configure"
9732#include "confdefs.h"
9733#include <$ac_hdr>
9734EOF
9735ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9736{ (eval echo configure:9737: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9737ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9738if test -z "$ac_err"; then
9739 rm -rf conftest*
9740 eval "ac_cv_header_$ac_safe=yes"
9741else
9742 echo "$ac_err" >&5
9743 echo "configure: failed program was:" >&5
9744 cat conftest.$ac_ext >&5
9745 rm -rf conftest*
9746 eval "ac_cv_header_$ac_safe=no"
9747fi
9748rm -f conftest*
9749fi
9750if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9751 echo "$ac_t""yes" 1>&6
9752 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9753 cat >> confdefs.h <<EOF
9754#define $ac_tr_hdr 1
9755EOF
9756
9757else
9758 echo "$ac_t""no" 1>&6
9759fi
9760done
9761
9762fi
9763
9764
9765for ac_hdr in fnmatch.h
9766do
9767ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9768echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9769echo "configure:9770: checking for $ac_hdr" >&5
9770if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9771 echo $ac_n "(cached) $ac_c" 1>&6
9772else
9773 cat > conftest.$ac_ext <<EOF
9774#line 9775 "configure"
9775#include "confdefs.h"
9776#include <$ac_hdr>
9777EOF
9778ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9779{ (eval echo configure:9780: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9780ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9781if test -z "$ac_err"; then
9782 rm -rf conftest*
9783 eval "ac_cv_header_$ac_safe=yes"
9784else
9785 echo "$ac_err" >&5
9786 echo "configure: failed program was:" >&5
9787 cat conftest.$ac_ext >&5
9788 rm -rf conftest*
9789 eval "ac_cv_header_$ac_safe=no"
9790fi
9791rm -f conftest*
9792fi
9793if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9794 echo "$ac_t""yes" 1>&6
9795 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9796 cat >> confdefs.h <<EOF
9797#define $ac_tr_hdr 1
9798EOF
9799
9800else
9801 echo "$ac_t""no" 1>&6
9802fi
9803done
9804
9805
9806if test "x$ac_cv_header_fnmatch_h" = "xyes"; then
9807 for ac_func in fnmatch
9808do
9809echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
9810echo "configure:9811: checking for $ac_func" >&5
9811if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9812 echo $ac_n "(cached) $ac_c" 1>&6
9813else
9814 cat > conftest.$ac_ext <<EOF
9815#line 9816 "configure"
9816#include "confdefs.h"
9817/* System header to define __stub macros and hopefully few prototypes,
9818 which can conflict with char $ac_func(); below. */
9819#include <assert.h>
9820/* Override any gcc2 internal prototype to avoid an error. */
9821/* We use char because int might match the return type of a gcc2
9822 builtin and then its argument prototype would still apply. */
9823char $ac_func();
9824
9825int main() {
9826
9827/* The GNU C library defines this for functions which it implements
9828 to always fail with ENOSYS. Some functions are actually named
9829 something starting with __ and the normal name is an alias. */
9830#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9831choke me
9832#else
9833$ac_func();
9834#endif
9835
9836; return 0; }
9837EOF
9838if { (eval echo configure:9839: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9839 rm -rf conftest*
9840 eval "ac_cv_func_$ac_func=yes"
9841else
9842 echo "configure: failed program was:" >&5
9843 cat conftest.$ac_ext >&5
9844 rm -rf conftest*
9845 eval "ac_cv_func_$ac_func=no"
9846fi
9847rm -f conftest*
9848fi
9849
9850if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9851 echo "$ac_t""yes" 1>&6
9852 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9853 cat >> confdefs.h <<EOF
9854#define $ac_tr_func 1
9855EOF
9856
9857else
9858 echo "$ac_t""no" 1>&6
9859fi
9860done
9861
9862fi
9863
9864for ac_hdr in langinfo.h
9865do
9866ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9867echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9868echo "configure:9869: checking for $ac_hdr" >&5
9869if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9870 echo $ac_n "(cached) $ac_c" 1>&6
9871else
9872 cat > conftest.$ac_ext <<EOF
9873#line 9874 "configure"
9874#include "confdefs.h"
9875#include <$ac_hdr>
9876EOF
9877ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9878{ (eval echo configure:9879: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9879ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9880if test -z "$ac_err"; then
9881 rm -rf conftest*
9882 eval "ac_cv_header_$ac_safe=yes"
9883else
9884 echo "$ac_err" >&5
9885 echo "configure: failed program was:" >&5
9886 cat conftest.$ac_ext >&5
9887 rm -rf conftest*
9888 eval "ac_cv_header_$ac_safe=no"
9889fi
9890rm -f conftest*
9891fi
9892if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9893 echo "$ac_t""yes" 1>&6
9894 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9895 cat >> confdefs.h <<EOF
9896#define $ac_tr_hdr 1
9897EOF
9898
9899else
9900 echo "$ac_t""no" 1>&6
9901fi
9902done
9903
9904
9905if test "$wxUSE_GUI" = "yes"; then
9906 if test "$wxUSE_UNIX" = "yes"; then
9907 for ac_hdr in X11/XKBlib.h
9908do
9909ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9910echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9911echo "configure:9912: checking for $ac_hdr" >&5
9912if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9913 echo $ac_n "(cached) $ac_c" 1>&6
9914else
9915 cat > conftest.$ac_ext <<EOF
9916#line 9917 "configure"
9917#include "confdefs.h"
9918#include <$ac_hdr>
9919EOF
9920ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9921{ (eval echo configure:9922: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9922ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9923if test -z "$ac_err"; then
9924 rm -rf conftest*
9925 eval "ac_cv_header_$ac_safe=yes"
9926else
9927 echo "$ac_err" >&5
9928 echo "configure: failed program was:" >&5
9929 cat conftest.$ac_ext >&5
9930 rm -rf conftest*
9931 eval "ac_cv_header_$ac_safe=no"
9932fi
9933rm -f conftest*
9934fi
9935if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9936 echo "$ac_t""yes" 1>&6
9937 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9938 cat >> confdefs.h <<EOF
9939#define $ac_tr_hdr 1
9940EOF
9941
9942else
9943 echo "$ac_t""no" 1>&6
9944fi
9945done
9946
9947 fi
9948fi
9949
9950
9951echo $ac_n "checking for working const""... $ac_c" 1>&6
9952echo "configure:9953: checking for working const" >&5
9953if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
9954 echo $ac_n "(cached) $ac_c" 1>&6
9955else
9956 cat > conftest.$ac_ext <<EOF
9957#line 9958 "configure"
9958#include "confdefs.h"
9959
9960int main() {
9961
9962/* Ultrix mips cc rejects this. */
9963typedef int charset[2]; const charset x;
9964/* SunOS 4.1.1 cc rejects this. */
9965char const *const *ccp;
9966char **p;
9967/* NEC SVR4.0.2 mips cc rejects this. */
9968struct point {int x, y;};
9969static struct point const zero = {0,0};
9970/* AIX XL C 1.02.0.0 rejects this.
9971 It does not let you subtract one const X* pointer from another in an arm
9972 of an if-expression whose if-part is not a constant expression */
9973const char *g = "string";
9974ccp = &g + (g ? g-g : 0);
9975/* HPUX 7.0 cc rejects these. */
9976++ccp;
9977p = (char**) ccp;
9978ccp = (char const *const *) p;
9979{ /* SCO 3.2v4 cc rejects this. */
9980 char *t;
9981 char const *s = 0 ? (char *) 0 : (char const *) 0;
9982
9983 *t++ = 0;
9984}
9985{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
9986 int x[] = {25, 17};
9987 const int *foo = &x[0];
9988 ++foo;
9989}
9990{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
9991 typedef const int *iptr;
9992 iptr p = 0;
9993 ++p;
9994}
9995{ /* AIX XL C 1.02.0.0 rejects this saying
9996 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
9997 struct s { int j; const int *ap[3]; };
9998 struct s *b; b->j = 5;
9999}
10000{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
10001 const int foo = 10;
10002}
10003
10004; return 0; }
10005EOF
10006if { (eval echo configure:10007: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10007 rm -rf conftest*
10008 ac_cv_c_const=yes
10009else
10010 echo "configure: failed program was:" >&5
10011 cat conftest.$ac_ext >&5
10012 rm -rf conftest*
10013 ac_cv_c_const=no
10014fi
10015rm -f conftest*
10016fi
10017
10018echo "$ac_t""$ac_cv_c_const" 1>&6
10019if test $ac_cv_c_const = no; then
10020 cat >> confdefs.h <<\EOF
10021#define const
10022EOF
10023
10024fi
10025
10026echo $ac_n "checking for inline""... $ac_c" 1>&6
10027echo "configure:10028: checking for inline" >&5
10028if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
10029 echo $ac_n "(cached) $ac_c" 1>&6
10030else
10031 ac_cv_c_inline=no
10032for ac_kw in inline __inline__ __inline; do
10033 cat > conftest.$ac_ext <<EOF
10034#line 10035 "configure"
10035#include "confdefs.h"
10036
10037int main() {
10038} $ac_kw foo() {
10039; return 0; }
10040EOF
10041if { (eval echo configure:10042: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10042 rm -rf conftest*
10043 ac_cv_c_inline=$ac_kw; break
10044else
10045 echo "configure: failed program was:" >&5
10046 cat conftest.$ac_ext >&5
10047fi
10048rm -f conftest*
10049done
10050
10051fi
10052
10053echo "$ac_t""$ac_cv_c_inline" 1>&6
10054case "$ac_cv_c_inline" in
10055 inline | yes) ;;
10056 no) cat >> confdefs.h <<\EOF
10057#define inline
10058EOF
10059 ;;
10060 *) cat >> confdefs.h <<EOF
10061#define inline $ac_cv_c_inline
10062EOF
10063 ;;
10064esac
10065
10066
10067echo $ac_n "checking size of char""... $ac_c" 1>&6
10068echo "configure:10069: checking size of char" >&5
10069if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
10070 echo $ac_n "(cached) $ac_c" 1>&6
10071else
10072 if test "$cross_compiling" = yes; then
10073 ac_cv_sizeof_char=1
10074else
10075 cat > conftest.$ac_ext <<EOF
10076#line 10077 "configure"
10077#include "confdefs.h"
10078#include <stdio.h>
10079#include <sys/types.h>
10080main()
10081{
10082 FILE *f=fopen("conftestval", "w");
10083 if (!f) exit(1);
10084 fprintf(f, "%d\n", sizeof(char));
10085 exit(0);
10086}
10087EOF
10088if { (eval echo configure:10089: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10089then
10090 ac_cv_sizeof_char=`cat conftestval`
10091else
10092 echo "configure: failed program was:" >&5
10093 cat conftest.$ac_ext >&5
10094 rm -fr conftest*
10095 ac_cv_sizeof_char=0
10096fi
10097rm -fr conftest*
10098fi
10099
10100fi
10101echo "$ac_t""$ac_cv_sizeof_char" 1>&6
10102cat >> confdefs.h <<EOF
10103#define SIZEOF_CHAR $ac_cv_sizeof_char
10104EOF
10105
10106
10107echo $ac_n "checking size of short""... $ac_c" 1>&6
10108echo "configure:10109: checking size of short" >&5
10109if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
10110 echo $ac_n "(cached) $ac_c" 1>&6
10111else
10112 if test "$cross_compiling" = yes; then
10113 ac_cv_sizeof_short=2
10114else
10115 cat > conftest.$ac_ext <<EOF
10116#line 10117 "configure"
10117#include "confdefs.h"
10118#include <stdio.h>
10119#include <sys/types.h>
10120main()
10121{
10122 FILE *f=fopen("conftestval", "w");
10123 if (!f) exit(1);
10124 fprintf(f, "%d\n", sizeof(short));
10125 exit(0);
10126}
10127EOF
10128if { (eval echo configure:10129: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10129then
10130 ac_cv_sizeof_short=`cat conftestval`
10131else
10132 echo "configure: failed program was:" >&5
10133 cat conftest.$ac_ext >&5
10134 rm -fr conftest*
10135 ac_cv_sizeof_short=0
10136fi
10137rm -fr conftest*
10138fi
10139
10140fi
10141echo "$ac_t""$ac_cv_sizeof_short" 1>&6
10142cat >> confdefs.h <<EOF
10143#define SIZEOF_SHORT $ac_cv_sizeof_short
10144EOF
10145
10146
10147echo $ac_n "checking size of void *""... $ac_c" 1>&6
10148echo "configure:10149: checking size of void *" >&5
10149if eval "test \"`echo '$''{'ac_cv_sizeof_void_p'+set}'`\" = set"; then
10150 echo $ac_n "(cached) $ac_c" 1>&6
10151else
10152 if test "$cross_compiling" = yes; then
10153 ac_cv_sizeof_void_p=4
10154else
10155 cat > conftest.$ac_ext <<EOF
10156#line 10157 "configure"
10157#include "confdefs.h"
10158#include <stdio.h>
10159#include <sys/types.h>
10160main()
10161{
10162 FILE *f=fopen("conftestval", "w");
10163 if (!f) exit(1);
10164 fprintf(f, "%d\n", sizeof(void *));
10165 exit(0);
10166}
10167EOF
10168if { (eval echo configure:10169: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10169then
10170 ac_cv_sizeof_void_p=`cat conftestval`
10171else
10172 echo "configure: failed program was:" >&5
10173 cat conftest.$ac_ext >&5
10174 rm -fr conftest*
10175 ac_cv_sizeof_void_p=0
10176fi
10177rm -fr conftest*
10178fi
10179
10180fi
10181echo "$ac_t""$ac_cv_sizeof_void_p" 1>&6
10182cat >> confdefs.h <<EOF
10183#define SIZEOF_VOID_P $ac_cv_sizeof_void_p
10184EOF
10185
10186
10187echo $ac_n "checking size of int""... $ac_c" 1>&6
10188echo "configure:10189: checking size of int" >&5
10189if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
10190 echo $ac_n "(cached) $ac_c" 1>&6
10191else
10192 if test "$cross_compiling" = yes; then
10193 ac_cv_sizeof_int=4
10194else
10195 cat > conftest.$ac_ext <<EOF
10196#line 10197 "configure"
10197#include "confdefs.h"
10198#include <stdio.h>
10199#include <sys/types.h>
10200main()
10201{
10202 FILE *f=fopen("conftestval", "w");
10203 if (!f) exit(1);
10204 fprintf(f, "%d\n", sizeof(int));
10205 exit(0);
10206}
10207EOF
10208if { (eval echo configure:10209: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10209then
10210 ac_cv_sizeof_int=`cat conftestval`
10211else
10212 echo "configure: failed program was:" >&5
10213 cat conftest.$ac_ext >&5
10214 rm -fr conftest*
10215 ac_cv_sizeof_int=0
10216fi
10217rm -fr conftest*
10218fi
10219
10220fi
10221echo "$ac_t""$ac_cv_sizeof_int" 1>&6
10222cat >> confdefs.h <<EOF
10223#define SIZEOF_INT $ac_cv_sizeof_int
10224EOF
10225
10226
10227echo $ac_n "checking size of long""... $ac_c" 1>&6
10228echo "configure:10229: checking size of long" >&5
10229if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
10230 echo $ac_n "(cached) $ac_c" 1>&6
10231else
10232 if test "$cross_compiling" = yes; then
10233 ac_cv_sizeof_long=4
10234else
10235 cat > conftest.$ac_ext <<EOF
10236#line 10237 "configure"
10237#include "confdefs.h"
10238#include <stdio.h>
10239#include <sys/types.h>
10240main()
10241{
10242 FILE *f=fopen("conftestval", "w");
10243 if (!f) exit(1);
10244 fprintf(f, "%d\n", sizeof(long));
10245 exit(0);
10246}
10247EOF
10248if { (eval echo configure:10249: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10249then
10250 ac_cv_sizeof_long=`cat conftestval`
10251else
10252 echo "configure: failed program was:" >&5
10253 cat conftest.$ac_ext >&5
10254 rm -fr conftest*
10255 ac_cv_sizeof_long=0
10256fi
10257rm -fr conftest*
10258fi
10259
10260fi
10261echo "$ac_t""$ac_cv_sizeof_long" 1>&6
10262cat >> confdefs.h <<EOF
10263#define SIZEOF_LONG $ac_cv_sizeof_long
10264EOF
10265
10266
10267
10268case "${host}" in
10269 arm-*-linux* )
10270 echo $ac_n "checking size of long long""... $ac_c" 1>&6
10271echo "configure:10272: checking size of long long" >&5
10272if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
10273 echo $ac_n "(cached) $ac_c" 1>&6
10274else
10275 if test "$cross_compiling" = yes; then
10276 ac_cv_sizeof_long_long=8
10277else
10278 cat > conftest.$ac_ext <<EOF
10279#line 10280 "configure"
10280#include "confdefs.h"
10281#include <stdio.h>
10282#include <sys/types.h>
10283main()
10284{
10285 FILE *f=fopen("conftestval", "w");
10286 if (!f) exit(1);
10287 fprintf(f, "%d\n", sizeof(long long));
10288 exit(0);
10289}
10290EOF
10291if { (eval echo configure:10292: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10292then
10293 ac_cv_sizeof_long_long=`cat conftestval`
10294else
10295 echo "configure: failed program was:" >&5
10296 cat conftest.$ac_ext >&5
10297 rm -fr conftest*
10298 ac_cv_sizeof_long_long=0
10299fi
10300rm -fr conftest*
10301fi
10302
10303fi
10304echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
10305cat >> confdefs.h <<EOF
10306#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
10307EOF
10308
10309
10310 ;;
10311 * )
10312 echo $ac_n "checking size of long long""... $ac_c" 1>&6
10313echo "configure:10314: checking size of long long" >&5
10314if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
10315 echo $ac_n "(cached) $ac_c" 1>&6
10316else
10317 if test "$cross_compiling" = yes; then
10318 ac_cv_sizeof_long_long=0
10319else
10320 cat > conftest.$ac_ext <<EOF
10321#line 10322 "configure"
10322#include "confdefs.h"
10323#include <stdio.h>
10324#include <sys/types.h>
10325main()
10326{
10327 FILE *f=fopen("conftestval", "w");
10328 if (!f) exit(1);
10329 fprintf(f, "%d\n", sizeof(long long));
10330 exit(0);
10331}
10332EOF
10333if { (eval echo configure:10334: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10334then
10335 ac_cv_sizeof_long_long=`cat conftestval`
10336else
10337 echo "configure: failed program was:" >&5
10338 cat conftest.$ac_ext >&5
10339 rm -fr conftest*
10340 ac_cv_sizeof_long_long=0
10341fi
10342rm -fr conftest*
10343fi
10344
10345fi
10346echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
10347cat >> confdefs.h <<EOF
10348#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
10349EOF
10350
10351
10352esac
10353
10354echo $ac_n "checking size of wchar_t""... $ac_c" 1>&6
10355echo "configure:10356: checking size of wchar_t" >&5
10356if eval "test \"`echo '$''{'wx_cv_sizeof_wchar_t'+set}'`\" = set"; then
10357 echo $ac_n "(cached) $ac_c" 1>&6
10358else
10359
10360 if test "$cross_compiling" = yes; then
10361 wx_cv_sizeof_wchar_t=4
10362
10363else
10364 cat > conftest.$ac_ext <<EOF
10365#line 10366 "configure"
10366#include "confdefs.h"
10367
10368 #ifdef HAVE_WCHAR_H
10369 # ifdef __CYGWIN__
10370 # include <stddef.h>
10371 # endif
10372 # include <wchar.h>
10373 #endif
10374 #ifdef HAVE_STDLIB_H
10375 # include <stdlib.h>
10376 #endif
10377 #include <stdio.h>
10378 int main()
10379 {
10380 FILE *f=fopen("conftestval", "w");
10381 if (!f) exit(1);
10382 fprintf(f, "%i", sizeof(wchar_t));
10383 exit(0);
10384 }
10385
10386EOF
10387if { (eval echo configure:10388: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10388then
10389 wx_cv_sizeof_wchar_t=`cat conftestval`
10390else
10391 echo "configure: failed program was:" >&5
10392 cat conftest.$ac_ext >&5
10393 rm -fr conftest*
10394 wx_cv_sizeof_wchar_t=0
10395fi
10396rm -fr conftest*
10397fi
10398
10399
10400fi
10401
10402echo "$ac_t""$wx_cv_sizeof_wchar_t" 1>&6
10403
10404cat >> confdefs.h <<EOF
10405#define SIZEOF_WCHAR_T $wx_cv_sizeof_wchar_t
10406EOF
10407
10408
10409# Check whether --enable-largefile or --disable-largefile was given.
10410if test "${enable_largefile+set}" = set; then
10411 enableval="$enable_largefile"
10412 :
10413fi
10414
10415if test "$enable_largefile" != no; then
10416 wx_largefile=no
10417
10418 echo $ac_n "checking for _FILE_OFFSET_BITS value needed for large files""... $ac_c" 1>&6
10419echo "configure:10420: checking for _FILE_OFFSET_BITS value needed for large files" >&5
10420if eval "test \"`echo '$''{'ac_cv_sys_file_offset_bits'+set}'`\" = set"; then
10421 echo $ac_n "(cached) $ac_c" 1>&6
10422else
10423
10424 cat > conftest.$ac_ext <<EOF
10425#line 10426 "configure"
10426#include "confdefs.h"
10427#define _FILE_OFFSET_BITS 64
10428 #include <sys/types.h>
10429int main() {
10430typedef struct {
10431 unsigned int field: sizeof(off_t) == 8;
10432} wxlf;
10433
10434; return 0; }
10435EOF
10436if { (eval echo configure:10437: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10437 rm -rf conftest*
10438 ac_cv_sys_file_offset_bits=64
10439else
10440 echo "configure: failed program was:" >&5
10441 cat conftest.$ac_ext >&5
10442 rm -rf conftest*
10443 ac_cv_sys_file_offset_bits=no
10444fi
10445rm -f conftest*
10446
10447
10448fi
10449
10450echo "$ac_t""$ac_cv_sys_file_offset_bits" 1>&6
10451
10452 if test "$ac_cv_sys_file_offset_bits" != no; then
10453 wx_largefile=yes
10454 cat >> confdefs.h <<EOF
10455#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
10456EOF
10457
10458 fi
10459
10460 if test "x$wx_largefile" != "xyes"; then
10461
10462 echo $ac_n "checking for _LARGE_FILES value needed for large files""... $ac_c" 1>&6
10463echo "configure:10464: checking for _LARGE_FILES value needed for large files" >&5
10464if eval "test \"`echo '$''{'ac_cv_sys_large_files'+set}'`\" = set"; then
10465 echo $ac_n "(cached) $ac_c" 1>&6
10466else
10467
10468 cat > conftest.$ac_ext <<EOF
10469#line 10470 "configure"
10470#include "confdefs.h"
10471#define _LARGE_FILES 1
10472 #include <sys/types.h>
10473int main() {
10474typedef struct {
10475 unsigned int field: sizeof(off_t) == 8;
10476} wxlf;
10477
10478; return 0; }
10479EOF
10480if { (eval echo configure:10481: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10481 rm -rf conftest*
10482 ac_cv_sys_large_files=1
10483else
10484 echo "configure: failed program was:" >&5
10485 cat conftest.$ac_ext >&5
10486 rm -rf conftest*
10487 ac_cv_sys_large_files=no
10488fi
10489rm -f conftest*
10490
10491
10492fi
10493
10494echo "$ac_t""$ac_cv_sys_large_files" 1>&6
10495
10496 if test "$ac_cv_sys_large_files" != no; then
10497 wx_largefile=yes
10498 cat >> confdefs.h <<EOF
10499#define _LARGE_FILES $ac_cv_sys_large_files
10500EOF
10501
10502 fi
10503
10504 fi
10505
10506 echo $ac_n "checking if large file support is available""... $ac_c" 1>&6
10507echo "configure:10508: checking if large file support is available" >&5
10508 if test "x$wx_largefile" = "xyes"; then
10509 cat >> confdefs.h <<\EOF
10510#define HAVE_LARGEFILE_SUPPORT 1
10511EOF
10512
10513 fi
10514 echo "$ac_t""$wx_largefile" 1>&6
10515fi
10516
10517
10518echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
10519echo "configure:10520: checking whether byte ordering is bigendian" >&5
10520if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
10521 echo $ac_n "(cached) $ac_c" 1>&6
10522else
10523 ac_cv_c_bigendian=unknown
10524# See if sys/param.h defines the BYTE_ORDER macro.
10525cat > conftest.$ac_ext <<EOF
10526#line 10527 "configure"
10527#include "confdefs.h"
10528#include <sys/types.h>
10529#include <sys/param.h>
10530int main() {
10531
10532#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
10533 bogus endian macros
10534#endif
10535; return 0; }
10536EOF
10537if { (eval echo configure:10538: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10538 rm -rf conftest*
10539 # It does; now see whether it defined to BIG_ENDIAN or not.
10540cat > conftest.$ac_ext <<EOF
10541#line 10542 "configure"
10542#include "confdefs.h"
10543#include <sys/types.h>
10544#include <sys/param.h>
10545int main() {
10546
10547#if BYTE_ORDER != BIG_ENDIAN
10548 not big endian
10549#endif
10550; return 0; }
10551EOF
10552if { (eval echo configure:10553: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10553 rm -rf conftest*
10554 ac_cv_c_bigendian=yes
10555else
10556 echo "configure: failed program was:" >&5
10557 cat conftest.$ac_ext >&5
10558 rm -rf conftest*
10559 ac_cv_c_bigendian=no
10560fi
10561rm -f conftest*
10562else
10563 echo "configure: failed program was:" >&5
10564 cat conftest.$ac_ext >&5
10565fi
10566rm -f conftest*
10567if test $ac_cv_c_bigendian = unknown; then
10568if test "$cross_compiling" = yes; then
10569 ac_cv_c_bigendian=unknown
10570else
10571 cat > conftest.$ac_ext <<EOF
10572#line 10573 "configure"
10573#include "confdefs.h"
10574main () {
10575 /* Are we little or big endian? From Harbison&Steele. */
10576 union
10577 {
10578 long l;
10579 char c[sizeof (long)];
10580 } u;
10581 u.l = 1;
10582 exit (u.c[sizeof (long) - 1] == 1);
10583}
10584EOF
10585if { (eval echo configure:10586: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10586then
10587 ac_cv_c_bigendian=no
10588else
10589 echo "configure: failed program was:" >&5
10590 cat conftest.$ac_ext >&5
10591 rm -fr conftest*
10592 ac_cv_c_bigendian=yes
10593fi
10594rm -fr conftest*
10595fi
10596
10597fi
10598fi
10599
10600echo "$ac_t""$ac_cv_c_bigendian" 1>&6
10601if test $ac_cv_c_bigendian = unknown; then
10602 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
10603fi
10604if test $ac_cv_c_bigendian = yes; then
10605 cat >> confdefs.h <<\EOF
10606#define WORDS_BIGENDIAN 1
10607EOF
10608
10609fi
10610
10611
10612echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
10613echo "configure:10614: checking how to run the C++ preprocessor" >&5
10614if test -z "$CXXCPP"; then
10615if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
10616 echo $ac_n "(cached) $ac_c" 1>&6
10617else
10618 ac_ext=C
10619# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10620ac_cpp='$CXXCPP $CPPFLAGS'
10621ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10622ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10623cross_compiling=$ac_cv_prog_cxx_cross
10624 CXXCPP="${CXX-g++} -E"
10625 cat > conftest.$ac_ext <<EOF
10626#line 10627 "configure"
10627#include "confdefs.h"
10628#include <stdlib.h>
10629EOF
10630ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10631{ (eval echo configure:10632: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10632ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10633if test -z "$ac_err"; then
10634 :
10635else
10636 echo "$ac_err" >&5
10637 echo "configure: failed program was:" >&5
10638 cat conftest.$ac_ext >&5
10639 rm -rf conftest*
10640 CXXCPP=/lib/cpp
10641fi
10642rm -f conftest*
10643 ac_cv_prog_CXXCPP="$CXXCPP"
10644ac_ext=C
10645# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10646ac_cpp='$CXXCPP $CPPFLAGS'
10647ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10648ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10649cross_compiling=$ac_cv_prog_cxx_cross
10650fi
10651fi
10652CXXCPP="$ac_cv_prog_CXXCPP"
10653echo "$ac_t""$CXXCPP" 1>&6
10654
10655
10656 if test "$cross_compiling" = "yes"; then
10657 cat >> confdefs.h <<\EOF
10658#define wxUSE_IOSTREAMH 1
10659EOF
10660
10661 else
10662
10663 ac_ext=C
10664# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10665ac_cpp='$CXXCPP $CPPFLAGS'
10666ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10667ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10668cross_compiling=$ac_cv_prog_cxx_cross
10669
10670
10671 for ac_hdr in iostream
10672do
10673ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
10674echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
10675echo "configure:10676: checking for $ac_hdr" >&5
10676if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10677 echo $ac_n "(cached) $ac_c" 1>&6
10678else
10679 cat > conftest.$ac_ext <<EOF
10680#line 10681 "configure"
10681#include "confdefs.h"
10682#include <$ac_hdr>
10683EOF
10684ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10685{ (eval echo configure:10686: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10686ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10687if test -z "$ac_err"; then
10688 rm -rf conftest*
10689 eval "ac_cv_header_$ac_safe=yes"
10690else
10691 echo "$ac_err" >&5
10692 echo "configure: failed program was:" >&5
10693 cat conftest.$ac_ext >&5
10694 rm -rf conftest*
10695 eval "ac_cv_header_$ac_safe=no"
10696fi
10697rm -f conftest*
10698fi
10699if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10700 echo "$ac_t""yes" 1>&6
10701 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
10702 cat >> confdefs.h <<EOF
10703#define $ac_tr_hdr 1
10704EOF
10705
10706else
10707 echo "$ac_t""no" 1>&6
10708fi
10709done
10710
10711
10712 if test "$ac_cv_header_iostream" = "yes" ; then
10713 :
10714 else
10715 cat >> confdefs.h <<\EOF
10716#define wxUSE_IOSTREAMH 1
10717EOF
10718
10719 fi
10720
10721 ac_ext=c
10722# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10723ac_cpp='$CPP $CPPFLAGS'
10724ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10725ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10726cross_compiling=$ac_cv_prog_cc_cross
10727
10728 fi
10729
10730
10731
10732 echo $ac_n "checking if C++ compiler supports bool""... $ac_c" 1>&6
10733echo "configure:10734: checking if C++ compiler supports bool" >&5
10734if eval "test \"`echo '$''{'wx_cv_cpp_bool'+set}'`\" = set"; then
10735 echo $ac_n "(cached) $ac_c" 1>&6
10736else
10737
10738
10739 ac_ext=C
10740# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10741ac_cpp='$CXXCPP $CPPFLAGS'
10742ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10743ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10744cross_compiling=$ac_cv_prog_cxx_cross
10745
10746
10747 cat > conftest.$ac_ext <<EOF
10748#line 10749 "configure"
10749#include "confdefs.h"
10750
10751
10752int main() {
10753
10754 bool b = true;
10755
10756 return 0;
10757
10758; return 0; }
10759EOF
10760if { (eval echo configure:10761: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10761 rm -rf conftest*
10762
10763 wx_cv_cpp_bool=yes
10764
10765else
10766 echo "configure: failed program was:" >&5
10767 cat conftest.$ac_ext >&5
10768 rm -rf conftest*
10769
10770 wx_cv_cpp_bool=no
10771
10772
10773fi
10774rm -f conftest*
10775
10776 ac_ext=c
10777# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10778ac_cpp='$CPP $CPPFLAGS'
10779ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10780ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10781cross_compiling=$ac_cv_prog_cc_cross
10782
10783
10784fi
10785
10786echo "$ac_t""$wx_cv_cpp_bool" 1>&6
10787
10788 if test "$wx_cv_cpp_bool" = "yes"; then
10789 cat >> confdefs.h <<\EOF
10790#define HAVE_BOOL 1
10791EOF
10792
10793 fi
10794
10795
10796
10797 echo $ac_n "checking if C++ compiler supports the explicit keyword""... $ac_c" 1>&6
10798echo "configure:10799: checking if C++ compiler supports the explicit keyword" >&5
10799if eval "test \"`echo '$''{'wx_cv_explicit'+set}'`\" = set"; then
10800 echo $ac_n "(cached) $ac_c" 1>&6
10801else
10802
10803
10804 ac_ext=C
10805# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10806ac_cpp='$CXXCPP $CPPFLAGS'
10807ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10808ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10809cross_compiling=$ac_cv_prog_cxx_cross
10810
10811
10812 cat > conftest.$ac_ext <<EOF
10813#line 10814 "configure"
10814#include "confdefs.h"
10815
10816 class Foo { public: explicit Foo(int) {} };
10817
10818int main() {
10819
10820 return 0;
10821
10822; return 0; }
10823EOF
10824if { (eval echo configure:10825: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10825 rm -rf conftest*
10826
10827 cat > conftest.$ac_ext <<EOF
10828#line 10829 "configure"
10829#include "confdefs.h"
10830
10831 class Foo { public: explicit Foo(int) {} };
10832 static void TakeFoo(const Foo& foo) { }
10833
10834int main() {
10835
10836 TakeFoo(17);
10837 return 0;
10838
10839; return 0; }
10840EOF
10841if { (eval echo configure:10842: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10842 rm -rf conftest*
10843 wx_cv_explicit=no
10844else
10845 echo "configure: failed program was:" >&5
10846 cat conftest.$ac_ext >&5
10847 rm -rf conftest*
10848 wx_cv_explicit=yes
10849
10850fi
10851rm -f conftest*
10852
10853else
10854 echo "configure: failed program was:" >&5
10855 cat conftest.$ac_ext >&5
10856 rm -rf conftest*
10857 wx_cv_explicit=no
10858
10859fi
10860rm -f conftest*
10861
10862 ac_ext=c
10863# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10864ac_cpp='$CPP $CPPFLAGS'
10865ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10866ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10867cross_compiling=$ac_cv_prog_cc_cross
10868
10869
10870fi
10871
10872echo "$ac_t""$wx_cv_explicit" 1>&6
10873
10874 if test "$wx_cv_explicit" = "yes"; then
10875 cat >> confdefs.h <<\EOF
10876#define HAVE_EXPLICIT 1
10877EOF
10878
10879 fi
10880
10881
10882
10883SEARCH_INCLUDE="\
10884 /usr/local/include \
10885 \
10886 /usr/Motif-1.2/include \
10887 /usr/Motif-2.1/include \
10888 \
10889 /usr/include/Motif1.2 \
10890 /opt/xpm/include/X11 \
10891 /opt/GBxpm/include/ \
10892 /opt/GBxpm/X11/include/ \
10893 \
10894 /usr/Motif1.2/include \
10895 /usr/dt/include \
10896 /usr/openwin/include \
10897 \
10898 /usr/include/Xm \
10899 \
10900 /usr/X11R6/include \
10901 /usr/X11R6.4/include \
10902 /usr/X11R5/include \
10903 /usr/X11R4/include \
10904 \
10905 /usr/include/X11R6 \
10906 /usr/include/X11R5 \
10907 /usr/include/X11R4 \
10908 \
10909 /usr/local/X11R6/include \
10910 /usr/local/X11R5/include \
10911 /usr/local/X11R4/include \
10912 \
10913 /usr/local/include/X11R6 \
10914 /usr/local/include/X11R5 \
10915 /usr/local/include/X11R4 \
10916 \
10917 /usr/X11/include \
10918 /usr/include/X11 \
10919 /usr/local/X11/include \
10920 /usr/local/include/X11 \
10921 \
10922 /usr/X386/include \
10923 /usr/x386/include \
10924 /usr/XFree86/include/X11 \
10925 \
10926 X:/XFree86/include \
10927 X:/XFree86/include/X11 \
10928 \
10929 /usr/include/gtk \
10930 /usr/local/include/gtk \
10931 /usr/include/glib \
10932 /usr/local/include/glib \
10933 \
10934 /usr/include/qt \
10935 /usr/local/include/qt \
10936 \
10937 /usr/include/windows \
10938 /usr/include/wine \
10939 /usr/local/include/wine \
10940 \
10941 /usr/unsupported/include \
10942 /usr/athena/include \
10943 /usr/local/x11r5/include \
10944 /usr/lpp/Xamples/include \
10945 \
10946 /usr/openwin/share/include \
10947 \
10948 /usr/include"
10949
10950SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` "
10951
10952
10953cat > confcache <<\EOF
10954# This file is a shell script that caches the results of configure
10955# tests run on this system so they can be shared between configure
10956# scripts and configure runs. It is not useful on other systems.
10957# If it contains results you don't want to keep, you may remove or edit it.
10958#
10959# By default, configure uses ./config.cache as the cache file,
10960# creating it if it does not exist already. You can give configure
10961# the --cache-file=FILE option to use a different cache file; that is
10962# what configure does when it calls configure scripts in
10963# subdirectories, so they share the cache.
10964# Giving --cache-file=/dev/null disables caching, for debugging configure.
10965# config.status only pays attention to the cache file if you give it the
10966# --recheck option to rerun configure.
10967#
10968EOF
10969# The following way of writing the cache mishandles newlines in values,
10970# but we know of no workaround that is simple, portable, and efficient.
10971# So, don't put newlines in cache variables' values.
10972# Ultrix sh set writes to stderr and can't be redirected directly,
10973# and sets the high bit in the cache file unless we assign to the vars.
10974(set) 2>&1 |
10975 case `(ac_space=' '; set | grep ac_space) 2>&1` in
10976 *ac_space=\ *)
10977 # `set' does not quote correctly, so add quotes (double-quote substitution
10978 # turns \\\\ into \\, and sed turns \\ into \).
10979 sed -n \
10980 -e "s/'/'\\\\''/g" \
10981 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
10982 ;;
10983 *)
10984 # `set' quotes correctly as required by POSIX, so do not add quotes.
10985 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
10986 ;;
10987 esac >> confcache
10988if cmp -s $cache_file confcache; then
10989 :
10990else
10991 if test -w $cache_file; then
10992 echo "updating cache $cache_file"
10993 cat confcache > $cache_file
10994 else
10995 echo "not updating unwritable cache $cache_file"
10996 fi
10997fi
10998rm -f confcache
10999
11000
11001if test "$USE_LINUX" = 1; then
11002 echo $ac_n "checking for glibc 2.1 or later""... $ac_c" 1>&6
11003echo "configure:11004: checking for glibc 2.1 or later" >&5
11004if eval "test \"`echo '$''{'wx_cv_lib_glibc21'+set}'`\" = set"; then
11005 echo $ac_n "(cached) $ac_c" 1>&6
11006else
11007
11008 cat > conftest.$ac_ext <<EOF
11009#line 11010 "configure"
11010#include "confdefs.h"
11011#include <features.h>
11012int main() {
11013
11014 #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
11015 #error not glibc2.1
11016 #endif
11017
11018; return 0; }
11019EOF
11020if { (eval echo configure:11021: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11021 rm -rf conftest*
11022
11023 wx_cv_lib_glibc21=yes
11024
11025else
11026 echo "configure: failed program was:" >&5
11027 cat conftest.$ac_ext >&5
11028 rm -rf conftest*
11029
11030 wx_cv_lib_glibc21=no
11031
11032
11033fi
11034rm -f conftest*
11035
11036fi
11037
11038echo "$ac_t""$wx_cv_lib_glibc21" 1>&6
11039 if test "$wx_cv_lib_glibc21" = "yes"; then
11040 cat >> confdefs.h <<\EOF
11041#define wxHAVE_GLIBC2 1
11042EOF
11043
11044 fi
11045fi
11046
11047if test "x$wx_cv_lib_glibc21" = "xyes"; then
11048 if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then
11049 cat >> confdefs.h <<\EOF
11050#define _GNU_SOURCE 1
11051EOF
11052
11053 fi
11054fi
11055
11056
11057
11058REGEX_INCLUDE=
11059if test "$wxUSE_REGEX" != "no"; then
11060 cat >> confdefs.h <<\EOF
11061#define wxUSE_REGEX 1
11062EOF
11063
11064
11065 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
11066 ac_safe=`echo "regex.h" | sed 'y%./+-%__p_%'`
11067echo $ac_n "checking for regex.h""... $ac_c" 1>&6
11068echo "configure:11069: checking for regex.h" >&5
11069if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11070 echo $ac_n "(cached) $ac_c" 1>&6
11071else
11072 cat > conftest.$ac_ext <<EOF
11073#line 11074 "configure"
11074#include "confdefs.h"
11075#include <regex.h>
11076EOF
11077ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11078{ (eval echo configure:11079: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11079ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11080if test -z "$ac_err"; then
11081 rm -rf conftest*
11082 eval "ac_cv_header_$ac_safe=yes"
11083else
11084 echo "$ac_err" >&5
11085 echo "configure: failed program was:" >&5
11086 cat conftest.$ac_ext >&5
11087 rm -rf conftest*
11088 eval "ac_cv_header_$ac_safe=no"
11089fi
11090rm -f conftest*
11091fi
11092if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11093 echo "$ac_t""yes" 1>&6
11094 for ac_func in regcomp
11095do
11096echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11097echo "configure:11098: checking for $ac_func" >&5
11098if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11099 echo $ac_n "(cached) $ac_c" 1>&6
11100else
11101 cat > conftest.$ac_ext <<EOF
11102#line 11103 "configure"
11103#include "confdefs.h"
11104/* System header to define __stub macros and hopefully few prototypes,
11105 which can conflict with char $ac_func(); below. */
11106#include <assert.h>
11107/* Override any gcc2 internal prototype to avoid an error. */
11108/* We use char because int might match the return type of a gcc2
11109 builtin and then its argument prototype would still apply. */
11110char $ac_func();
11111
11112int main() {
11113
11114/* The GNU C library defines this for functions which it implements
11115 to always fail with ENOSYS. Some functions are actually named
11116 something starting with __ and the normal name is an alias. */
11117#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11118choke me
11119#else
11120$ac_func();
11121#endif
11122
11123; return 0; }
11124EOF
11125if { (eval echo configure:11126: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11126 rm -rf conftest*
11127 eval "ac_cv_func_$ac_func=yes"
11128else
11129 echo "configure: failed program was:" >&5
11130 cat conftest.$ac_ext >&5
11131 rm -rf conftest*
11132 eval "ac_cv_func_$ac_func=no"
11133fi
11134rm -f conftest*
11135fi
11136
11137if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11138 echo "$ac_t""yes" 1>&6
11139 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11140 cat >> confdefs.h <<EOF
11141#define $ac_tr_func 1
11142EOF
11143
11144else
11145 echo "$ac_t""no" 1>&6
11146fi
11147done
11148
11149else
11150 echo "$ac_t""no" 1>&6
11151fi
11152
11153
11154 if test "x$ac_cv_func_regcomp" != "xyes"; then
11155 if test "$wxUSE_REGEX" = "sys" ; then
11156 { echo "configure: error: system regex library not found! Use --with-regex to use built-in version" 1>&2; exit 1; }
11157 else
11158 echo "configure: warning: system regex library not found, will use built-in instead" 1>&2
11159 wxUSE_REGEX=builtin
11160 fi
11161 else
11162 wxUSE_REGEX=sys
11163 fi
11164 fi
11165
11166 if test "$wxUSE_REGEX" = "builtin" ; then
11167 REGEX_INCLUDE="-I\${top_srcdir}/src/regex"
11168 fi
11169fi
11170
11171
11172ZLIB_INCLUDE=
11173ZLIB_LINK=
11174if test "$wxUSE_ZLIB" != "no" ; then
11175 cat >> confdefs.h <<\EOF
11176#define wxUSE_ZLIB 1
11177EOF
11178
11179
11180 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
11181 ac_safe=`echo "zlib.h" | sed 'y%./+-%__p_%'`
11182echo $ac_n "checking for zlib.h""... $ac_c" 1>&6
11183echo "configure:11184: checking for zlib.h" >&5
11184if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11185 echo $ac_n "(cached) $ac_c" 1>&6
11186else
11187 cat > conftest.$ac_ext <<EOF
11188#line 11189 "configure"
11189#include "confdefs.h"
11190#include <zlib.h>
11191EOF
11192ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11193{ (eval echo configure:11194: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11194ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11195if test -z "$ac_err"; then
11196 rm -rf conftest*
11197 eval "ac_cv_header_$ac_safe=yes"
11198else
11199 echo "$ac_err" >&5
11200 echo "configure: failed program was:" >&5
11201 cat conftest.$ac_ext >&5
11202 rm -rf conftest*
11203 eval "ac_cv_header_$ac_safe=no"
11204fi
11205rm -f conftest*
11206fi
11207if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11208 echo "$ac_t""yes" 1>&6
11209 echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6
11210echo "configure:11211: checking for deflate in -lz" >&5
11211ac_lib_var=`echo z'_'deflate | sed 'y%./+-%__p_%'`
11212if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11213 echo $ac_n "(cached) $ac_c" 1>&6
11214else
11215 ac_save_LIBS="$LIBS"
11216LIBS="-lz $LIBS"
11217cat > conftest.$ac_ext <<EOF
11218#line 11219 "configure"
11219#include "confdefs.h"
11220/* Override any gcc2 internal prototype to avoid an error. */
11221/* We use char because int might match the return type of a gcc2
11222 builtin and then its argument prototype would still apply. */
11223char deflate();
11224
11225int main() {
11226deflate()
11227; return 0; }
11228EOF
11229if { (eval echo configure:11230: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11230 rm -rf conftest*
11231 eval "ac_cv_lib_$ac_lib_var=yes"
11232else
11233 echo "configure: failed program was:" >&5
11234 cat conftest.$ac_ext >&5
11235 rm -rf conftest*
11236 eval "ac_cv_lib_$ac_lib_var=no"
11237fi
11238rm -f conftest*
11239LIBS="$ac_save_LIBS"
11240
11241fi
11242if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11243 echo "$ac_t""yes" 1>&6
11244 ZLIB_LINK=" -lz"
11245else
11246 echo "$ac_t""no" 1>&6
11247fi
11248
11249else
11250 echo "$ac_t""no" 1>&6
11251fi
11252
11253
11254 if test "x$ZLIB_LINK" = "x" ; then
11255 if test "$wxUSE_ZLIB" = "sys" ; then
11256 { echo "configure: error: system zlib compression library not found! Use --with-zlib=builtin to use built-in version" 1>&2; exit 1; }
11257 else
11258 echo "configure: warning: system zlib compression library not found, will use built-in instead" 1>&2
11259 wxUSE_ZLIB=builtin
11260 fi
11261 else
11262 wxUSE_ZLIB=sys
11263 fi
11264 fi
11265
11266 if test "$wxUSE_ZLIB" = "builtin" ; then
11267 ZLIB_INCLUDE="-I\${top_srcdir}/src/zlib"
11268 fi
11269fi
11270
11271
11272PNG_INCLUDE=
11273PNG_LINK=
11274if test "$wxUSE_LIBPNG" != "no" ; then
11275 cat >> confdefs.h <<\EOF
11276#define wxUSE_LIBPNG 1
11277EOF
11278
11279
11280 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
11281 echo "configure: warning: wxMGL doesn't work with builtin png library, will use MGL one instead" 1>&2
11282 wxUSE_LIBPNG=sys
11283 fi
11284
11285 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
11286 echo "configure: warning: system png library doesn't work without system zlib, will use built-in instead" 1>&2
11287 wxUSE_LIBPNG=builtin
11288 fi
11289
11290 if test "$wxUSE_MGL" != 1 ; then
11291 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
11292 ac_safe=`echo "png.h" | sed 'y%./+-%__p_%'`
11293echo $ac_n "checking for png.h""... $ac_c" 1>&6
11294echo "configure:11295: checking for png.h" >&5
11295if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11296 echo $ac_n "(cached) $ac_c" 1>&6
11297else
11298 cat > conftest.$ac_ext <<EOF
11299#line 11300 "configure"
11300#include "confdefs.h"
11301#include <png.h>
11302EOF
11303ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11304{ (eval echo configure:11305: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11305ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11306if test -z "$ac_err"; then
11307 rm -rf conftest*
11308 eval "ac_cv_header_$ac_safe=yes"
11309else
11310 echo "$ac_err" >&5
11311 echo "configure: failed program was:" >&5
11312 cat conftest.$ac_ext >&5
11313 rm -rf conftest*
11314 eval "ac_cv_header_$ac_safe=no"
11315fi
11316rm -f conftest*
11317fi
11318if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11319 echo "$ac_t""yes" 1>&6
11320 echo $ac_n "checking for png_check_sig in -lpng""... $ac_c" 1>&6
11321echo "configure:11322: checking for png_check_sig in -lpng" >&5
11322ac_lib_var=`echo png'_'png_check_sig | sed 'y%./+-%__p_%'`
11323if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11324 echo $ac_n "(cached) $ac_c" 1>&6
11325else
11326 ac_save_LIBS="$LIBS"
11327LIBS="-lpng -lz -lm $LIBS"
11328cat > conftest.$ac_ext <<EOF
11329#line 11330 "configure"
11330#include "confdefs.h"
11331/* Override any gcc2 internal prototype to avoid an error. */
11332/* We use char because int might match the return type of a gcc2
11333 builtin and then its argument prototype would still apply. */
11334char png_check_sig();
11335
11336int main() {
11337png_check_sig()
11338; return 0; }
11339EOF
11340if { (eval echo configure:11341: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11341 rm -rf conftest*
11342 eval "ac_cv_lib_$ac_lib_var=yes"
11343else
11344 echo "configure: failed program was:" >&5
11345 cat conftest.$ac_ext >&5
11346 rm -rf conftest*
11347 eval "ac_cv_lib_$ac_lib_var=no"
11348fi
11349rm -f conftest*
11350LIBS="$ac_save_LIBS"
11351
11352fi
11353if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11354 echo "$ac_t""yes" 1>&6
11355 PNG_LINK=" -lpng"
11356else
11357 echo "$ac_t""no" 1>&6
11358fi
11359
11360
11361else
11362 echo "$ac_t""no" 1>&6
11363fi
11364
11365
11366 if test "x$PNG_LINK" = "x" ; then
11367 if test "$wxUSE_LIBPNG" = "sys" ; then
11368 { echo "configure: error: system png library not found! Use --with-libpng=builtin to use built-in version" 1>&2; exit 1; }
11369 else
11370 echo "configure: warning: system png library not found, will use built-in instead" 1>&2
11371 wxUSE_LIBPNG=builtin
11372 fi
11373 else
11374 wxUSE_LIBPNG=yes
11375 fi
11376 fi
11377 fi
11378
11379 if test "$wxUSE_LIBPNG" = "builtin" ; then
11380 PNG_INCLUDE="-I\${top_srcdir}/src/png"
11381 fi
11382
11383 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png"
11384fi
11385
11386
11387JPEG_INCLUDE=
11388JPEG_LINK=
11389if test "$wxUSE_LIBJPEG" != "no" ; then
11390 cat >> confdefs.h <<\EOF
11391#define wxUSE_LIBJPEG 1
11392EOF
11393
11394
11395 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
11396 echo "configure: warning: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" 1>&2
11397 wxUSE_LIBJPEG=sys
11398 fi
11399
11400 if test "$wxUSE_MGL" != 1 ; then
11401 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
11402 echo $ac_n "checking for jpeglib.h""... $ac_c" 1>&6
11403echo "configure:11404: checking for jpeglib.h" >&5
11404 if eval "test \"`echo '$''{'ac_cv_header_jpeglib_h'+set}'`\" = set"; then
11405 echo $ac_n "(cached) $ac_c" 1>&6
11406else
11407 cat > conftest.$ac_ext <<EOF
11408#line 11409 "configure"
11409#include "confdefs.h"
11410
11411 #undef HAVE_STDLIB_H
11412 #include <stdio.h>
11413 #include <jpeglib.h>
11414
11415int main() {
11416
11417
11418; return 0; }
11419EOF
11420if { (eval echo configure:11421: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11421 rm -rf conftest*
11422 ac_cv_header_jpeglib_h=yes
11423else
11424 echo "configure: failed program was:" >&5
11425 cat conftest.$ac_ext >&5
11426 rm -rf conftest*
11427 ac_cv_header_jpeglib_h=no
11428
11429fi
11430rm -f conftest*
11431
11432fi
11433
11434 echo "$ac_t""$ac_cv_header_jpeglib_h" 1>&6
11435
11436 if test "$ac_cv_header_jpeglib_h" = "yes"; then
11437 echo $ac_n "checking for jpeg_read_header in -ljpeg""... $ac_c" 1>&6
11438echo "configure:11439: checking for jpeg_read_header in -ljpeg" >&5
11439ac_lib_var=`echo jpeg'_'jpeg_read_header | sed 'y%./+-%__p_%'`
11440if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11441 echo $ac_n "(cached) $ac_c" 1>&6
11442else
11443 ac_save_LIBS="$LIBS"
11444LIBS="-ljpeg $LIBS"
11445cat > conftest.$ac_ext <<EOF
11446#line 11447 "configure"
11447#include "confdefs.h"
11448/* Override any gcc2 internal prototype to avoid an error. */
11449/* We use char because int might match the return type of a gcc2
11450 builtin and then its argument prototype would still apply. */
11451char jpeg_read_header();
11452
11453int main() {
11454jpeg_read_header()
11455; return 0; }
11456EOF
11457if { (eval echo configure:11458: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11458 rm -rf conftest*
11459 eval "ac_cv_lib_$ac_lib_var=yes"
11460else
11461 echo "configure: failed program was:" >&5
11462 cat conftest.$ac_ext >&5
11463 rm -rf conftest*
11464 eval "ac_cv_lib_$ac_lib_var=no"
11465fi
11466rm -f conftest*
11467LIBS="$ac_save_LIBS"
11468
11469fi
11470if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11471 echo "$ac_t""yes" 1>&6
11472 JPEG_LINK=" -ljpeg"
11473else
11474 echo "$ac_t""no" 1>&6
11475fi
11476
11477 fi
11478
11479 if test "x$JPEG_LINK" = "x" ; then
11480 if test "$wxUSE_LIBJPEG" = "sys" ; then
11481 { echo "configure: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" 1>&2; exit 1; }
11482 else
11483 echo "configure: warning: system jpeg library not found, will use built-in instead" 1>&2
11484 wxUSE_LIBJPEG=builtin
11485 fi
11486 else
11487 wxUSE_LIBJPEG=sys
11488 fi
11489 fi
11490 fi
11491
11492 if test "$wxUSE_LIBJPEG" = "builtin" ; then
11493 JPEG_INCLUDE="-I\${top_srcdir}/src/jpeg"
11494 fi
11495fi
11496
11497
11498TIFF_INCLUDE=
11499TIFF_LINK=
11500if test "$wxUSE_LIBTIFF" != "no" ; then
11501 cat >> confdefs.h <<\EOF
11502#define wxUSE_LIBTIFF 1
11503EOF
11504
11505
11506 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
11507 ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'`
11508echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6
11509echo "configure:11510: checking for tiffio.h" >&5
11510if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11511 echo $ac_n "(cached) $ac_c" 1>&6
11512else
11513 cat > conftest.$ac_ext <<EOF
11514#line 11515 "configure"
11515#include "confdefs.h"
11516#include <tiffio.h>
11517EOF
11518ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11519{ (eval echo configure:11520: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11520ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11521if test -z "$ac_err"; then
11522 rm -rf conftest*
11523 eval "ac_cv_header_$ac_safe=yes"
11524else
11525 echo "$ac_err" >&5
11526 echo "configure: failed program was:" >&5
11527 cat conftest.$ac_ext >&5
11528 rm -rf conftest*
11529 eval "ac_cv_header_$ac_safe=no"
11530fi
11531rm -f conftest*
11532fi
11533if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11534 echo "$ac_t""yes" 1>&6
11535 echo $ac_n "checking for TIFFError in -ltiff""... $ac_c" 1>&6
11536echo "configure:11537: checking for TIFFError in -ltiff" >&5
11537ac_lib_var=`echo tiff'_'TIFFError | sed 'y%./+-%__p_%'`
11538if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11539 echo $ac_n "(cached) $ac_c" 1>&6
11540else
11541 ac_save_LIBS="$LIBS"
11542LIBS="-ltiff -lm $LIBS"
11543cat > conftest.$ac_ext <<EOF
11544#line 11545 "configure"
11545#include "confdefs.h"
11546/* Override any gcc2 internal prototype to avoid an error. */
11547/* We use char because int might match the return type of a gcc2
11548 builtin and then its argument prototype would still apply. */
11549char TIFFError();
11550
11551int main() {
11552TIFFError()
11553; return 0; }
11554EOF
11555if { (eval echo configure:11556: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11556 rm -rf conftest*
11557 eval "ac_cv_lib_$ac_lib_var=yes"
11558else
11559 echo "configure: failed program was:" >&5
11560 cat conftest.$ac_ext >&5
11561 rm -rf conftest*
11562 eval "ac_cv_lib_$ac_lib_var=no"
11563fi
11564rm -f conftest*
11565LIBS="$ac_save_LIBS"
11566
11567fi
11568if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11569 echo "$ac_t""yes" 1>&6
11570 TIFF_LINK=" -ltiff"
11571else
11572 echo "$ac_t""no" 1>&6
11573fi
11574
11575
11576else
11577 echo "$ac_t""no" 1>&6
11578fi
11579
11580
11581 if test "x$TIFF_LINK" = "x" ; then
11582 if test "$wxUSE_LIBTIFF" = "sys" ; then
11583 { echo "configure: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" 1>&2; exit 1; }
11584 else
11585 echo "configure: warning: system tiff library not found, will use built-in instead" 1>&2
11586 wxUSE_LIBTIFF=builtin
11587 fi
11588 else
11589 wxUSE_LIBTIFF=sys
11590 fi
11591 fi
11592
11593 if test "$wxUSE_LIBTIFF" = "builtin" ; then
11594 TIFF_INCLUDE="-I\${top_srcdir}/src/tiff"
11595 fi
11596fi
11597
11598
11599AFMINSTALL=
11600
11601TOOLKIT=
11602TOOLKIT_INCLUDE=
11603WIDGET_SET=
11604
11605if test "$USE_WIN32" = 1 ; then
11606 for ac_hdr in w32api.h
11607do
11608ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
11609echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
11610echo "configure:11611: checking for $ac_hdr" >&5
11611if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11612 echo $ac_n "(cached) $ac_c" 1>&6
11613else
11614 cat > conftest.$ac_ext <<EOF
11615#line 11616 "configure"
11616#include "confdefs.h"
11617#include <$ac_hdr>
11618EOF
11619ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11620{ (eval echo configure:11621: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11621ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11622if test -z "$ac_err"; then
11623 rm -rf conftest*
11624 eval "ac_cv_header_$ac_safe=yes"
11625else
11626 echo "$ac_err" >&5
11627 echo "configure: failed program was:" >&5
11628 cat conftest.$ac_ext >&5
11629 rm -rf conftest*
11630 eval "ac_cv_header_$ac_safe=no"
11631fi
11632rm -f conftest*
11633fi
11634if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11635 echo "$ac_t""yes" 1>&6
11636 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
11637 cat >> confdefs.h <<EOF
11638#define $ac_tr_hdr 1
11639EOF
11640
11641else
11642 echo "$ac_t""no" 1>&6
11643fi
11644done
11645
11646 ac_safe=`echo "windows.h" | sed 'y%./+-%__p_%'`
11647echo $ac_n "checking for windows.h""... $ac_c" 1>&6
11648echo "configure:11649: checking for windows.h" >&5
11649if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11650 echo $ac_n "(cached) $ac_c" 1>&6
11651else
11652 cat > conftest.$ac_ext <<EOF
11653#line 11654 "configure"
11654#include "confdefs.h"
11655#include <windows.h>
11656EOF
11657ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11658{ (eval echo configure:11659: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11659ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11660if test -z "$ac_err"; then
11661 rm -rf conftest*
11662 eval "ac_cv_header_$ac_safe=yes"
11663else
11664 echo "$ac_err" >&5
11665 echo "configure: failed program was:" >&5
11666 cat conftest.$ac_ext >&5
11667 rm -rf conftest*
11668 eval "ac_cv_header_$ac_safe=no"
11669fi
11670rm -f conftest*
11671fi
11672if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11673 echo "$ac_t""yes" 1>&6
11674 :
11675else
11676 echo "$ac_t""no" 1>&6
11677
11678 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
11679
11680fi
11681
11682
11683 echo $ac_n "checking if w32api has good enough MSIE support""... $ac_c" 1>&6
11684echo "configure:11685: checking if w32api has good enough MSIE support" >&5
11685if eval "test \"`echo '$''{'wx_cv_w32api_win32_ie'+set}'`\" = set"; then
11686 echo $ac_n "(cached) $ac_c" 1>&6
11687else
11688
11689 cat > conftest.$ac_ext <<EOF
11690#line 11691 "configure"
11691#include "confdefs.h"
11692#include <w32api.h>
11693int main() {
11694
11695 #define wxCHECK_W32API_VERSION( major, minor ) \
11696 ( defined( __W32API_MAJOR_VERSION ) && defined( __W32API_MINOR_VERSION ) \
11697 && ( ( __W32API_MAJOR_VERSION > (major) ) \
11698 || ( __W32API_MAJOR_VERSION == (major) && __W32API_MINOR_VERSION >= (minor))))
11699
11700 #if !wxCHECK_W32API_VERSION(1,1)
11701 #error You need w32api 1.1 or newer
11702 #endif
11703
11704; return 0; }
11705EOF
11706if { (eval echo configure:11707: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11707 rm -rf conftest*
11708
11709 wx_cv_w32api_win32_ie=yes
11710
11711else
11712 echo "configure: failed program was:" >&5
11713 cat conftest.$ac_ext >&5
11714 rm -rf conftest*
11715
11716 wx_cv_w32api_win32_ie=no
11717
11718fi
11719rm -f conftest*
11720
11721fi
11722
11723echo "$ac_t""$wx_cv_w32api_win32_ie" 1>&6
11724 if test "$wx_cv_w32api_win32_ie" = "yes" ; then
11725 CPPFLAGS="$CPPFLAGS -D_WIN32_IE=0x400"
11726 fi
11727
11728 LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -ladvapi32 -lwsock32"
11729
11730 case "${host}" in
11731 *-*-cygwin* )
11732 LIBS="$LIBS -lkernel32 -luser32 -lgdi32 -lcomdlg32"
11733 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WIN95__"
11734 esac
11735
11736 if test "$wxUSE_ODBC" = "yes" ; then
11737 LIBS=" -lodbc32 -lole32 -loleaut32 $LIBS"
11738 fi
11739
11740 RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
11741 RESPROGRAMOBJ="\$(PROGRAM)_resources.o"
11742fi
11743
11744if test "$wxUSE_GUI" = "yes"; then
11745 USE_GUI=1
11746
11747 GUI_TK_LIBRARY=
11748
11749 WXGTK12=
11750 WXGTK127=
11751 WXGTK20=
11752
11753 if test "$wxUSE_MSW" = 1 ; then
11754 TOOLKIT=MSW
11755 GUIDIST=MSW_DIST
11756
11757 case "${host}" in
11758 *-*-mingw32* )
11759 LDFLAGS="$LDFLAGS -Wl,--subsystem,windows -mwindows"
11760 esac
11761 fi
11762
11763 if test "$wxUSE_GTK" = 1; then
11764 echo $ac_n "checking for GTK+ version""... $ac_c" 1>&6
11765echo "configure:11766: checking for GTK+ version" >&5
11766
11767 gtk_version_cached=1
11768 if eval "test \"`echo '$''{'wx_cv_lib_gtk'+set}'`\" = set"; then
11769 echo $ac_n "(cached) $ac_c" 1>&6
11770else
11771
11772 gtk_version_cached=0
11773 echo "$ac_t""" 1>&6
11774
11775 GTK_MODULES=
11776 if test "$wxUSE_THREADS" = "yes"; then
11777 GTK_MODULES=gthread
11778 fi
11779
11780 wx_cv_lib_gtk=
11781 if test "x$wxUSE_GTK2" = "xyes"; then
11782 # Check whether --enable-gtktest or --disable-gtktest was given.
11783if test "${enable_gtktest+set}" = set; then
11784 enableval="$enable_gtktest"
11785 :
11786else
11787 enable_gtktest=yes
11788fi
11789
11790
11791 pkg_config_args=gtk+-2.0
11792 for module in . $GTK_MODULES
11793 do
11794 case "$module" in
11795 gthread)
11796 pkg_config_args="$pkg_config_args gthread-2.0"
11797 ;;
11798 esac
11799 done
11800
11801 no_gtk=""
11802
11803 # Extract the first word of "pkg-config", so it can be a program name with args.
11804set dummy pkg-config; ac_word=$2
11805echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
11806echo "configure:11807: checking for $ac_word" >&5
11807if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
11808 echo $ac_n "(cached) $ac_c" 1>&6
11809else
11810 case "$PKG_CONFIG" in
11811 /*)
11812 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
11813 ;;
11814 ?:/*)
11815 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a dos path.
11816 ;;
11817 *)
11818 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
11819 ac_dummy="$PATH"
11820 for ac_dir in $ac_dummy; do
11821 test -z "$ac_dir" && ac_dir=.
11822 if test -f $ac_dir/$ac_word; then
11823 ac_cv_path_PKG_CONFIG="$ac_dir/$ac_word"
11824 break
11825 fi
11826 done
11827 IFS="$ac_save_ifs"
11828 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
11829 ;;
11830esac
11831fi
11832PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
11833if test -n "$PKG_CONFIG"; then
11834 echo "$ac_t""$PKG_CONFIG" 1>&6
11835else
11836 echo "$ac_t""no" 1>&6
11837fi
11838
11839
11840 if test x$PKG_CONFIG != xno ; then
11841 if pkg-config --atleast-pkgconfig-version 0.7 ; then
11842 :
11843 else
11844 echo *** pkg-config too old; version 0.7 or better required.
11845 no_gtk=yes
11846 PKG_CONFIG=no
11847 fi
11848 else
11849 no_gtk=yes
11850 fi
11851
11852 min_gtk_version=2.0.0
11853 echo $ac_n "checking for GTK+ - version >= $min_gtk_version""... $ac_c" 1>&6
11854echo "configure:11855: checking for GTK+ - version >= $min_gtk_version" >&5
11855
11856 if test x$PKG_CONFIG != xno ; then
11857 ## don't try to run the test against uninstalled libtool libs
11858 if $PKG_CONFIG --uninstalled $pkg_config_args; then
11859 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
11860 enable_gtktest=no
11861 fi
11862
11863 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
11864 :
11865 else
11866 no_gtk=yes
11867 fi
11868 fi
11869
11870 if test x"$no_gtk" = x ; then
11871 GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
11872 GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
11873 gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
11874 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
11875 gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
11876 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
11877 gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
11878 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
11879 if test "x$enable_gtktest" = "xyes" ; then
11880 ac_save_CFLAGS="$CFLAGS"
11881 ac_save_LIBS="$LIBS"
11882 CFLAGS="$CFLAGS $GTK_CFLAGS"
11883 LIBS="$GTK_LIBS $LIBS"
11884 rm -f conf.gtktest
11885 if test "$cross_compiling" = yes; then
11886 echo $ac_n "cross compiling; assumed OK... $ac_c"
11887else
11888 cat > conftest.$ac_ext <<EOF
11889#line 11890 "configure"
11890#include "confdefs.h"
11891
11892#include <gtk/gtk.h>
11893#include <stdio.h>
11894#include <stdlib.h>
11895
11896int
11897main ()
11898{
11899 int major, minor, micro;
11900 char *tmp_version;
11901
11902 system ("touch conf.gtktest");
11903
11904 /* HP/UX 9 (%@#!) writes to sscanf strings */
11905 tmp_version = g_strdup("$min_gtk_version");
11906 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
11907 printf("%s, bad version string\n", "$min_gtk_version");
11908 exit(1);
11909 }
11910
11911 if ((gtk_major_version != $gtk_config_major_version) ||
11912 (gtk_minor_version != $gtk_config_minor_version) ||
11913 (gtk_micro_version != $gtk_config_micro_version))
11914 {
11915 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
11916 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
11917 gtk_major_version, gtk_minor_version, gtk_micro_version);
11918 printf ("*** was found! If pkg-config was correct, then it is best\n");
11919 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
11920 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
11921 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
11922 printf("*** required on your system.\n");
11923 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
11924 printf("*** to point to the correct configuration files\n");
11925 }
11926 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
11927 (gtk_minor_version != GTK_MINOR_VERSION) ||
11928 (gtk_micro_version != GTK_MICRO_VERSION))
11929 {
11930 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
11931 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
11932 printf("*** library (version %d.%d.%d)\n",
11933 gtk_major_version, gtk_minor_version, gtk_micro_version);
11934 }
11935 else
11936 {
11937 if ((gtk_major_version > major) ||
11938 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
11939 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
11940 {
11941 return 0;
11942 }
11943 else
11944 {
11945 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
11946 gtk_major_version, gtk_minor_version, gtk_micro_version);
11947 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
11948 major, minor, micro);
11949 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
11950 printf("***\n");
11951 printf("*** If you have already installed a sufficiently new version, this error\n");
11952 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
11953 printf("*** being found. The easiest way to fix this is to remove the old version\n");
11954 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
11955 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
11956 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
11957 printf("*** so that the correct libraries are found at run-time))\n");
11958 }
11959 }
11960 return 1;
11961}
11962
11963EOF
11964if { (eval echo configure:11965: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
11965then
11966 :
11967else
11968 echo "configure: failed program was:" >&5
11969 cat conftest.$ac_ext >&5
11970 rm -fr conftest*
11971 no_gtk=yes
11972fi
11973rm -fr conftest*
11974fi
11975
11976 CFLAGS="$ac_save_CFLAGS"
11977 LIBS="$ac_save_LIBS"
11978 fi
11979 fi
11980 if test "x$no_gtk" = x ; then
11981 echo "$ac_t""yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" 1>&6
11982 wx_cv_lib_gtk=2.0
11983 else
11984 echo "$ac_t""no" 1>&6
11985 if test "$PKG_CONFIG" = "no" ; then
11986 echo "*** A new enough version of pkg-config was not found."
11987 echo "*** See http://pkgconfig.sourceforge.net"
11988 else
11989 if test -f conf.gtktest ; then
11990 :
11991 else
11992 echo "*** Could not run GTK+ test program, checking why..."
11993 ac_save_CFLAGS="$CFLAGS"
11994 ac_save_LIBS="$LIBS"
11995 CFLAGS="$CFLAGS $GTK_CFLAGS"
11996 LIBS="$LIBS $GTK_LIBS"
11997 cat > conftest.$ac_ext <<EOF
11998#line 11999 "configure"
11999#include "confdefs.h"
12000
12001#include <gtk/gtk.h>
12002#include <stdio.h>
12003
12004int main() {
12005 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
12006; return 0; }
12007EOF
12008if { (eval echo configure:12009: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12009 rm -rf conftest*
12010 echo "*** The test program compiled, but did not run. This usually means"
12011 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
12012 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
12013 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
12014 echo "*** to the installed location Also, make sure you have run ldconfig if that"
12015 echo "*** is required on your system"
12016 echo "***"
12017 echo "*** If you have an old version installed, it is best to remove it, although"
12018 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
12019else
12020 echo "configure: failed program was:" >&5
12021 cat conftest.$ac_ext >&5
12022 rm -rf conftest*
12023 echo "*** The test program failed to compile or link. See the file config.log for the"
12024 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
12025fi
12026rm -f conftest*
12027 CFLAGS="$ac_save_CFLAGS"
12028 LIBS="$ac_save_LIBS"
12029 fi
12030 fi
12031 GTK_CFLAGS=""
12032 GTK_LIBS=""
12033 :
12034 fi
12035
12036
12037 rm -f conf.gtktest
12038
12039 fi
12040
12041 if test -z "$wx_cv_lib_gtk"; then
12042 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
12043if test "${with_gtk_prefix+set}" = set; then
12044 withval="$with_gtk_prefix"
12045 gtk_config_prefix="$withval"
12046else
12047 gtk_config_prefix=""
12048fi
12049
12050# Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
12051if test "${with_gtk_exec_prefix+set}" = set; then
12052 withval="$with_gtk_exec_prefix"
12053 gtk_config_exec_prefix="$withval"
12054else
12055 gtk_config_exec_prefix=""
12056fi
12057
12058# Check whether --enable-gtktest or --disable-gtktest was given.
12059if test "${enable_gtktest+set}" = set; then
12060 enableval="$enable_gtktest"
12061 :
12062else
12063 enable_gtktest=yes
12064fi
12065
12066
12067 for module in . $GTK_MODULES
12068 do
12069 case "$module" in
12070 gthread)
12071 gtk_config_args="$gtk_config_args gthread"
12072 ;;
12073 esac
12074 done
12075
12076 if test x$gtk_config_exec_prefix != x ; then
12077 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
12078 if test x${GTK_CONFIG+set} != xset ; then
12079 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
12080 fi
12081 fi
12082 if test x$gtk_config_prefix != x ; then
12083 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
12084 if test x${GTK_CONFIG+set} != xset ; then
12085 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
12086 fi
12087 fi
12088
12089 # Extract the first word of "gtk-config", so it can be a program name with args.
12090set dummy gtk-config; ac_word=$2
12091echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
12092echo "configure:12093: checking for $ac_word" >&5
12093if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
12094 echo $ac_n "(cached) $ac_c" 1>&6
12095else
12096 case "$GTK_CONFIG" in
12097 /*)
12098 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
12099 ;;
12100 ?:/*)
12101 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path.
12102 ;;
12103 *)
12104 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
12105 ac_dummy="$PATH"
12106 for ac_dir in $ac_dummy; do
12107 test -z "$ac_dir" && ac_dir=.
12108 if test -f $ac_dir/$ac_word; then
12109 ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word"
12110 break
12111 fi
12112 done
12113 IFS="$ac_save_ifs"
12114 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
12115 ;;
12116esac
12117fi
12118GTK_CONFIG="$ac_cv_path_GTK_CONFIG"
12119if test -n "$GTK_CONFIG"; then
12120 echo "$ac_t""$GTK_CONFIG" 1>&6
12121else
12122 echo "$ac_t""no" 1>&6
12123fi
12124
12125 min_gtk_version=1.2.7
12126 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
12127echo "configure:12128: checking for GTK - version >= $min_gtk_version" >&5
12128 no_gtk=""
12129 if test "$GTK_CONFIG" = "no" ; then
12130 no_gtk=yes
12131 else
12132 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
12133 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
12134 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
12135 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
12136 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
12137 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
12138 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
12139 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
12140 if test "x$enable_gtktest" = "xyes" ; then
12141 ac_save_CFLAGS="$CFLAGS"
12142 ac_save_LIBS="$LIBS"
12143 CFLAGS="$CFLAGS $GTK_CFLAGS"
12144 LIBS="$GTK_LIBS $LIBS"
12145 rm -f conf.gtktest
12146 if test "$cross_compiling" = yes; then
12147 echo $ac_n "cross compiling; assumed OK... $ac_c"
12148else
12149 cat > conftest.$ac_ext <<EOF
12150#line 12151 "configure"
12151#include "confdefs.h"
12152
12153#include <gtk/gtk.h>
12154#include <stdio.h>
12155#include <stdlib.h>
12156
12157int
12158main ()
12159{
12160 int major, minor, micro;
12161 char *tmp_version;
12162
12163 system ("touch conf.gtktest");
12164
12165 /* HP/UX 9 (%@#!) writes to sscanf strings */
12166 tmp_version = g_strdup("$min_gtk_version");
12167 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
12168 printf("%s, bad version string\n", "$min_gtk_version");
12169 exit(1);
12170 }
12171
12172 if ((gtk_major_version != $gtk_config_major_version) ||
12173 (gtk_minor_version != $gtk_config_minor_version) ||
12174 (gtk_micro_version != $gtk_config_micro_version))
12175 {
12176 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
12177 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
12178 gtk_major_version, gtk_minor_version, gtk_micro_version);
12179 printf ("*** was found! If gtk-config was correct, then it is best\n");
12180 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
12181 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
12182 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
12183 printf("*** required on your system.\n");
12184 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
12185 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
12186 printf("*** before re-running configure\n");
12187 }
12188#if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
12189 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
12190 (gtk_minor_version != GTK_MINOR_VERSION) ||
12191 (gtk_micro_version != GTK_MICRO_VERSION))
12192 {
12193 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
12194 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
12195 printf("*** library (version %d.%d.%d)\n",
12196 gtk_major_version, gtk_minor_version, gtk_micro_version);
12197 }
12198#endif /* defined (GTK_MAJOR_VERSION) ... */
12199 else
12200 {
12201 if ((gtk_major_version > major) ||
12202 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
12203 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
12204 {
12205 return 0;
12206 }
12207 else
12208 {
12209 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
12210 gtk_major_version, gtk_minor_version, gtk_micro_version);
12211 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
12212 major, minor, micro);
12213 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
12214 printf("***\n");
12215 printf("*** If you have already installed a sufficiently new version, this error\n");
12216 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
12217 printf("*** being found. The easiest way to fix this is to remove the old version\n");
12218 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
12219 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
12220 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
12221 printf("*** so that the correct libraries are found at run-time))\n");
12222 }
12223 }
12224 return 1;
12225}
12226
12227EOF
12228if { (eval echo configure:12229: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
12229then
12230 :
12231else
12232 echo "configure: failed program was:" >&5
12233 cat conftest.$ac_ext >&5
12234 rm -fr conftest*
12235 no_gtk=yes
12236fi
12237rm -fr conftest*
12238fi
12239
12240 CFLAGS="$ac_save_CFLAGS"
12241 LIBS="$ac_save_LIBS"
12242 fi
12243 fi
12244 if test "x$no_gtk" = x ; then
12245 echo "$ac_t""yes" 1>&6
12246 wx_cv_lib_gtk=1.2.7
12247 else
12248 echo "$ac_t""no" 1>&6
12249 if test "$GTK_CONFIG" = "no" ; then
12250 echo "*** The gtk-config script installed by GTK could not be found"
12251 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
12252 echo "*** your path, or set the GTK_CONFIG environment variable to the"
12253 echo "*** full path to gtk-config."
12254 else
12255 if test -f conf.gtktest ; then
12256 :
12257 else
12258 echo "*** Could not run GTK test program, checking why..."
12259 CFLAGS="$CFLAGS $GTK_CFLAGS"
12260 LIBS="$LIBS $GTK_LIBS"
12261 cat > conftest.$ac_ext <<EOF
12262#line 12263 "configure"
12263#include "confdefs.h"
12264
12265#include <gtk/gtk.h>
12266#include <stdio.h>
12267
12268int main() {
12269 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
12270; return 0; }
12271EOF
12272if { (eval echo configure:12273: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12273 rm -rf conftest*
12274 echo "*** The test program compiled, but did not run. This usually means"
12275 echo "*** that the run-time linker is not finding GTK or finding the wrong"
12276 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
12277 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
12278 echo "*** to the installed location Also, make sure you have run ldconfig if that"
12279 echo "*** is required on your system"
12280 echo "***"
12281 echo "*** If you have an old version installed, it is best to remove it, although"
12282 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
12283 echo "***"
12284 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
12285 echo "*** came with the system with the command"
12286 echo "***"
12287 echo "*** rpm --erase --nodeps gtk gtk-devel"
12288else
12289 echo "configure: failed program was:" >&5
12290 cat conftest.$ac_ext >&5
12291 rm -rf conftest*
12292 echo "*** The test program failed to compile or link. See the file config.log for the"
12293 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
12294 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
12295 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
12296fi
12297rm -f conftest*
12298 CFLAGS="$ac_save_CFLAGS"
12299 LIBS="$ac_save_LIBS"
12300 fi
12301 fi
12302 GTK_CFLAGS=""
12303 GTK_LIBS=""
12304 :
12305 fi
12306
12307
12308 rm -f conf.gtktest
12309
12310 fi
12311
12312 if test -z "$wx_cv_lib_gtk"; then
12313 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
12314if test "${with_gtk_prefix+set}" = set; then
12315 withval="$with_gtk_prefix"
12316 gtk_config_prefix="$withval"
12317else
12318 gtk_config_prefix=""
12319fi
12320
12321# Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
12322if test "${with_gtk_exec_prefix+set}" = set; then
12323 withval="$with_gtk_exec_prefix"
12324 gtk_config_exec_prefix="$withval"
12325else
12326 gtk_config_exec_prefix=""
12327fi
12328
12329# Check whether --enable-gtktest or --disable-gtktest was given.
12330if test "${enable_gtktest+set}" = set; then
12331 enableval="$enable_gtktest"
12332 :
12333else
12334 enable_gtktest=yes
12335fi
12336
12337
12338 for module in . $GTK_MODULES
12339 do
12340 case "$module" in
12341 gthread)
12342 gtk_config_args="$gtk_config_args gthread"
12343 ;;
12344 esac
12345 done
12346
12347 if test x$gtk_config_exec_prefix != x ; then
12348 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
12349 if test x${GTK_CONFIG+set} != xset ; then
12350 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
12351 fi
12352 fi
12353 if test x$gtk_config_prefix != x ; then
12354 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
12355 if test x${GTK_CONFIG+set} != xset ; then
12356 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
12357 fi
12358 fi
12359
12360 # Extract the first word of "gtk-config", so it can be a program name with args.
12361set dummy gtk-config; ac_word=$2
12362echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
12363echo "configure:12364: checking for $ac_word" >&5
12364if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
12365 echo $ac_n "(cached) $ac_c" 1>&6
12366else
12367 case "$GTK_CONFIG" in
12368 /*)
12369 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
12370 ;;
12371 ?:/*)
12372 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path.
12373 ;;
12374 *)
12375 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
12376 ac_dummy="$PATH"
12377 for ac_dir in $ac_dummy; do
12378 test -z "$ac_dir" && ac_dir=.
12379 if test -f $ac_dir/$ac_word; then
12380 ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word"
12381 break
12382 fi
12383 done
12384 IFS="$ac_save_ifs"
12385 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
12386 ;;
12387esac
12388fi
12389GTK_CONFIG="$ac_cv_path_GTK_CONFIG"
12390if test -n "$GTK_CONFIG"; then
12391 echo "$ac_t""$GTK_CONFIG" 1>&6
12392else
12393 echo "$ac_t""no" 1>&6
12394fi
12395
12396 min_gtk_version=1.2.3
12397 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
12398echo "configure:12399: checking for GTK - version >= $min_gtk_version" >&5
12399 no_gtk=""
12400 if test "$GTK_CONFIG" = "no" ; then
12401 no_gtk=yes
12402 else
12403 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
12404 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
12405 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
12406 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
12407 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
12408 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
12409 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
12410 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
12411 if test "x$enable_gtktest" = "xyes" ; then
12412 ac_save_CFLAGS="$CFLAGS"
12413 ac_save_LIBS="$LIBS"
12414 CFLAGS="$CFLAGS $GTK_CFLAGS"
12415 LIBS="$GTK_LIBS $LIBS"
12416 rm -f conf.gtktest
12417 if test "$cross_compiling" = yes; then
12418 echo $ac_n "cross compiling; assumed OK... $ac_c"
12419else
12420 cat > conftest.$ac_ext <<EOF
12421#line 12422 "configure"
12422#include "confdefs.h"
12423
12424#include <gtk/gtk.h>
12425#include <stdio.h>
12426#include <stdlib.h>
12427
12428int
12429main ()
12430{
12431 int major, minor, micro;
12432 char *tmp_version;
12433
12434 system ("touch conf.gtktest");
12435
12436 /* HP/UX 9 (%@#!) writes to sscanf strings */
12437 tmp_version = g_strdup("$min_gtk_version");
12438 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
12439 printf("%s, bad version string\n", "$min_gtk_version");
12440 exit(1);
12441 }
12442
12443 if ((gtk_major_version != $gtk_config_major_version) ||
12444 (gtk_minor_version != $gtk_config_minor_version) ||
12445 (gtk_micro_version != $gtk_config_micro_version))
12446 {
12447 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
12448 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
12449 gtk_major_version, gtk_minor_version, gtk_micro_version);
12450 printf ("*** was found! If gtk-config was correct, then it is best\n");
12451 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
12452 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
12453 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
12454 printf("*** required on your system.\n");
12455 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
12456 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
12457 printf("*** before re-running configure\n");
12458 }
12459#if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
12460 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
12461 (gtk_minor_version != GTK_MINOR_VERSION) ||
12462 (gtk_micro_version != GTK_MICRO_VERSION))
12463 {
12464 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
12465 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
12466 printf("*** library (version %d.%d.%d)\n",
12467 gtk_major_version, gtk_minor_version, gtk_micro_version);
12468 }
12469#endif /* defined (GTK_MAJOR_VERSION) ... */
12470 else
12471 {
12472 if ((gtk_major_version > major) ||
12473 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
12474 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
12475 {
12476 return 0;
12477 }
12478 else
12479 {
12480 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
12481 gtk_major_version, gtk_minor_version, gtk_micro_version);
12482 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
12483 major, minor, micro);
12484 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
12485 printf("***\n");
12486 printf("*** If you have already installed a sufficiently new version, this error\n");
12487 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
12488 printf("*** being found. The easiest way to fix this is to remove the old version\n");
12489 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
12490 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
12491 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
12492 printf("*** so that the correct libraries are found at run-time))\n");
12493 }
12494 }
12495 return 1;
12496}
12497
12498EOF
12499if { (eval echo configure:12500: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
12500then
12501 :
12502else
12503 echo "configure: failed program was:" >&5
12504 cat conftest.$ac_ext >&5
12505 rm -fr conftest*
12506 no_gtk=yes
12507fi
12508rm -fr conftest*
12509fi
12510
12511 CFLAGS="$ac_save_CFLAGS"
12512 LIBS="$ac_save_LIBS"
12513 fi
12514 fi
12515 if test "x$no_gtk" = x ; then
12516 echo "$ac_t""yes" 1>&6
12517 wx_cv_lib_gtk=1.2.3
12518 else
12519 echo "$ac_t""no" 1>&6
12520 if test "$GTK_CONFIG" = "no" ; then
12521 echo "*** The gtk-config script installed by GTK could not be found"
12522 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
12523 echo "*** your path, or set the GTK_CONFIG environment variable to the"
12524 echo "*** full path to gtk-config."
12525 else
12526 if test -f conf.gtktest ; then
12527 :
12528 else
12529 echo "*** Could not run GTK test program, checking why..."
12530 CFLAGS="$CFLAGS $GTK_CFLAGS"
12531 LIBS="$LIBS $GTK_LIBS"
12532 cat > conftest.$ac_ext <<EOF
12533#line 12534 "configure"
12534#include "confdefs.h"
12535
12536#include <gtk/gtk.h>
12537#include <stdio.h>
12538
12539int main() {
12540 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
12541; return 0; }
12542EOF
12543if { (eval echo configure:12544: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12544 rm -rf conftest*
12545 echo "*** The test program compiled, but did not run. This usually means"
12546 echo "*** that the run-time linker is not finding GTK or finding the wrong"
12547 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
12548 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
12549 echo "*** to the installed location Also, make sure you have run ldconfig if that"
12550 echo "*** is required on your system"
12551 echo "***"
12552 echo "*** If you have an old version installed, it is best to remove it, although"
12553 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
12554 echo "***"
12555 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
12556 echo "*** came with the system with the command"
12557 echo "***"
12558 echo "*** rpm --erase --nodeps gtk gtk-devel"
12559else
12560 echo "configure: failed program was:" >&5
12561 cat conftest.$ac_ext >&5
12562 rm -rf conftest*
12563 echo "*** The test program failed to compile or link. See the file config.log for the"
12564 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
12565 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
12566 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
12567fi
12568rm -f conftest*
12569 CFLAGS="$ac_save_CFLAGS"
12570 LIBS="$ac_save_LIBS"
12571 fi
12572 fi
12573 GTK_CFLAGS=""
12574 GTK_LIBS=""
12575 :
12576 fi
12577
12578
12579 rm -f conf.gtktest
12580
12581 fi
12582
12583 if test -z "$wx_cv_lib_gtk"; then
12584 wx_cv_lib_gtk=none
12585 else
12586 wx_cv_cflags_gtk=$GTK_CFLAGS
12587 wx_cv_libs_gtk=$GTK_LIBS
12588 fi
12589
12590
12591fi
12592
12593
12594 if test "$gtk_version_cached" = 1; then
12595 echo "$ac_t""$wx_cv_lib_gtk" 1>&6
12596 fi
12597
12598 case "$wx_cv_lib_gtk" in
12599 2.0) WXGTK20=1
12600 ;;
12601 1.2.7) WXGTK127=1
12602 WXGTK12=1
12603 ;;
12604 1.2.3) WXGTK12=1
12605 ;;
12606 *) { echo "configure: error:
12607Please check that gtk-config is in path, the directory
12608where GTK+ libraries are installed (returned by
12609'gtk-config --libs' command) is in LD_LIBRARY_PATH or
12610equivalent variable and GTK+ is version 1.2.3 or above.
12611 " 1>&2; exit 1; }
12612 ;;
12613 esac
12614
12615 if test "$WXGTK20" = 1; then
12616 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
12617
12618 succeeded=no
12619
12620 if test -z "$PKG_CONFIG"; then
12621 # Extract the first word of "pkg-config", so it can be a program name with args.
12622set dummy pkg-config; ac_word=$2
12623echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
12624echo "configure:12625: checking for $ac_word" >&5
12625if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
12626 echo $ac_n "(cached) $ac_c" 1>&6
12627else
12628 case "$PKG_CONFIG" in
12629 /*)
12630 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
12631 ;;
12632 ?:/*)
12633 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a dos path.
12634 ;;
12635 *)
12636 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
12637 ac_dummy="$PATH"
12638 for ac_dir in $ac_dummy; do
12639 test -z "$ac_dir" && ac_dir=.
12640 if test -f $ac_dir/$ac_word; then
12641 ac_cv_path_PKG_CONFIG="$ac_dir/$ac_word"
12642 break
12643 fi
12644 done
12645 IFS="$ac_save_ifs"
12646 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
12647 ;;
12648esac
12649fi
12650PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
12651if test -n "$PKG_CONFIG"; then
12652 echo "$ac_t""$PKG_CONFIG" 1>&6
12653else
12654 echo "$ac_t""no" 1>&6
12655fi
12656
12657 fi
12658
12659 if test "$PKG_CONFIG" = "no" ; then
12660 echo "*** The pkg-config script could not be found. Make sure it is"
12661 echo "*** in your path, or set the PKG_CONFIG environment variable"
12662 echo "*** to the full path to pkg-config."
12663 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
12664 else
12665 PKG_CONFIG_MIN_VERSION=0.9.0
12666 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
12667 echo $ac_n "checking for pangoft2""... $ac_c" 1>&6
12668echo "configure:12669: checking for pangoft2" >&5
12669
12670 if $PKG_CONFIG --exists "pangoft2" ; then
12671 echo "$ac_t""yes" 1>&6
12672 succeeded=yes
12673
12674 echo $ac_n "checking PANGOFT2_CFLAGS""... $ac_c" 1>&6
12675echo "configure:12676: checking PANGOFT2_CFLAGS" >&5
12676 PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2"`
12677 echo "$ac_t""$PANGOFT2_CFLAGS" 1>&6
12678
12679 echo $ac_n "checking PANGOFT2_LIBS""... $ac_c" 1>&6
12680echo "configure:12681: checking PANGOFT2_LIBS" >&5
12681 PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2"`
12682 echo "$ac_t""$PANGOFT2_LIBS" 1>&6
12683 else
12684 PANGOFT2_CFLAGS=""
12685 PANGOFT2_LIBS=""
12686 ## If we have a custom action on failure, don't print errors, but
12687 ## do set a variable so people can do so.
12688 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
12689
12690 fi
12691
12692
12693
12694 else
12695 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
12696 echo "*** See http://www.freedesktop.org/software/pkgconfig"
12697 fi
12698 fi
12699
12700 if test $succeeded = yes; then
12701
12702 CXXFLAGS="$CXXFLAGS $PANGOFT2_CFLAGS"
12703 LIBS="$LIBS $PANGOFT2_LIBS"
12704
12705 else
12706
12707 echo "configure: warning: pangoft2 library not found, library will be compiled without printing support" 1>&2
12708 wxUSE_PRINTING_ARCHITECTURE="no"
12709
12710
12711 fi
12712
12713 fi
12714 fi
12715
12716 TOOLKIT_INCLUDE="$wx_cv_cflags_gtk"
12717 GUI_TK_LIBRARY="$wx_cv_libs_gtk"
12718
12719 AFMINSTALL=afminstall
12720 TOOLKIT=GTK
12721 GUIDIST=GTK_DIST
12722
12723 echo $ac_n "checking for gdk_im_open in -lgdk""... $ac_c" 1>&6
12724echo "configure:12725: checking for gdk_im_open in -lgdk" >&5
12725ac_lib_var=`echo gdk'_'gdk_im_open | sed 'y%./+-%__p_%'`
12726if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12727 echo $ac_n "(cached) $ac_c" 1>&6
12728else
12729 ac_save_LIBS="$LIBS"
12730LIBS="-lgdk $LIBS"
12731cat > conftest.$ac_ext <<EOF
12732#line 12733 "configure"
12733#include "confdefs.h"
12734/* Override any gcc2 internal prototype to avoid an error. */
12735/* We use char because int might match the return type of a gcc2
12736 builtin and then its argument prototype would still apply. */
12737char gdk_im_open();
12738
12739int main() {
12740gdk_im_open()
12741; return 0; }
12742EOF
12743if { (eval echo configure:12744: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12744 rm -rf conftest*
12745 eval "ac_cv_lib_$ac_lib_var=yes"
12746else
12747 echo "configure: failed program was:" >&5
12748 cat conftest.$ac_ext >&5
12749 rm -rf conftest*
12750 eval "ac_cv_lib_$ac_lib_var=no"
12751fi
12752rm -f conftest*
12753LIBS="$ac_save_LIBS"
12754
12755fi
12756if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12757 echo "$ac_t""yes" 1>&6
12758 cat >> confdefs.h <<\EOF
12759#define HAVE_XIM 1
12760EOF
12761
12762else
12763 echo "$ac_t""no" 1>&6
12764fi
12765
12766 fi
12767
12768 if test "$wxUSE_MGL" = 1; then
12769 echo $ac_n "checking for SciTech MGL library""... $ac_c" 1>&6
12770echo "configure:12771: checking for SciTech MGL library" >&5
12771 if test "x$MGL_ROOT" = x ; then
12772 echo "$ac_t""not found" 1>&6
12773 { echo "configure: error: Cannot find MGL library. Make sure MGL_ROOT is set." 1>&2; exit 1; }
12774 else
12775 echo "$ac_t""$MGL_ROOT" 1>&6
12776 fi
12777
12778 case "${host}" in
12779 *-*-linux* )
12780 mgl_os=linux/gcc/glibc
12781 ;;
12782 *-pc-msdosdjgpp )
12783 mgl_os=dos32/dj2
12784 ;;
12785 *)
12786 { echo "configure: error: This system type ${host} is not yet supported by wxMGL." 1>&2; exit 1; }
12787 esac
12788
12789 mgl_lib_type=""
12790
12791 if test "$wxUSE_DEBUG_FLAG" = yes ; then
12792 if test -f $MGL_ROOT/lib/debug/$mgl_os/libmgl.a -o \
12793 -f $MGL_ROOT/lib/debug/$mgl_os/libmgl.so; then
12794 mgl_lib_type=debug
12795 fi
12796 fi
12797 if test "x$mgl_lib_type" = x ; then
12798 if test -f $MGL_ROOT/lib/release/$mgl_os/libmgl.a -o \
12799 -f $MGL_ROOT/lib/release/$mgl_os/libmgl.so; then
12800 mgl_lib_type=release
12801 else
12802 { echo "configure: error: Cannot find MGL libraries, make sure they are compiled." 1>&2; exit 1; }
12803 fi
12804 fi
12805
12806 wxUSE_UNIVERSAL="yes"
12807
12808 TOOLKIT_INCLUDE="-I$MGL_ROOT/include"
12809 GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
12810
12811 AFMINSTALL=afminstall
12812 TOOLKIT=MGL
12813 GUIDIST=MGL_DIST
12814 fi
12815
12816 if test "$wxUSE_MICROWIN" = 1; then
12817 echo $ac_n "checking for MicroWindows""... $ac_c" 1>&6
12818echo "configure:12819: checking for MicroWindows" >&5
12819 if test "x$MICROWINDOWS" = x ; then
12820 echo "$ac_t""not found" 1>&6
12821 { echo "configure: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." 1>&2; exit 1; }
12822 else
12823 echo "$ac_t""$MICROWINDOWS" 1>&6
12824 fi
12825
12826 if test -f $MICROWINDOWS/lib/libmwin.a; then
12827 echo "$ac_t""MicroWindows' libraries found." 1>&6
12828 else
12829 { echo "configure: error: Cannot find MicroWindows libraries, make sure they are compiled." 1>&2; exit 1; }
12830 fi
12831
12832 TOOLKIT_INCLUDE="-I$MICROWINDOWS/include"
12833 GUI_TK_LIBRARY="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
12834
12835 wxUSE_UNIVERSAL="yes"
12836
12837 AFMINSTALL=afminstall
12838 TOOLKIT=MICROWIN
12839 GUIDIST=MICROWIN_DIST
12840
12841 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
12842 fi
12843
12844 if test "$wxUSE_X11" = 1; then
12845 # If we find X, set shell vars x_includes and x_libraries to the
12846# paths, otherwise set no_x=yes.
12847# Uses ac_ vars as temps to allow command line to override cache and checks.
12848# --without-x overrides everything else, but does not touch the cache.
12849echo $ac_n "checking for X""... $ac_c" 1>&6
12850echo "configure:12851: checking for X" >&5
12851
12852# Check whether --with-x or --without-x was given.
12853if test "${with_x+set}" = set; then
12854 withval="$with_x"
12855 :
12856fi
12857
12858# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
12859if test "x$with_x" = xno; then
12860 # The user explicitly disabled X.
12861 have_x=disabled
12862else
12863 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
12864 # Both variables are already set.
12865 have_x=yes
12866 else
12867if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
12868 echo $ac_n "(cached) $ac_c" 1>&6
12869else
12870 # One or both of the vars are not set, and there is no cached value.
12871ac_x_includes=NO ac_x_libraries=NO
12872rm -fr conftestdir
12873if mkdir conftestdir; then
12874 cd conftestdir
12875 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
12876 cat > Imakefile <<'EOF'
12877acfindx:
12878 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
12879EOF
12880 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
12881 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
12882 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
12883 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
12884 for ac_extension in a so sl; do
12885 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
12886 test -f $ac_im_libdir/libX11.$ac_extension; then
12887 ac_im_usrlibdir=$ac_im_libdir; break
12888 fi
12889 done
12890 # Screen out bogus values from the imake configuration. They are
12891 # bogus both because they are the default anyway, and because
12892 # using them would break gcc on systems where it needs fixed includes.
12893 case "$ac_im_incroot" in
12894 /usr/include) ;;
12895 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;;
12896 esac
12897 case "$ac_im_usrlibdir" in
12898 /usr/lib | /lib) ;;
12899 *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;;
12900 esac
12901 fi
12902 cd ..
12903 rm -fr conftestdir
12904fi
12905
12906if test "$ac_x_includes" = NO; then
12907 # Guess where to find include files, by looking for this one X11 .h file.
12908 test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
12909
12910 # First, try using that file with no special directory specified.
12911cat > conftest.$ac_ext <<EOF
12912#line 12913 "configure"
12913#include "confdefs.h"
12914#include <$x_direct_test_include>
12915EOF
12916ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12917{ (eval echo configure:12918: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12918ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12919if test -z "$ac_err"; then
12920 rm -rf conftest*
12921 # We can compile using X headers with no special include directory.
12922ac_x_includes=
12923else
12924 echo "$ac_err" >&5
12925 echo "configure: failed program was:" >&5
12926 cat conftest.$ac_ext >&5
12927 rm -rf conftest*
12928 # Look for the header file in a standard set of common directories.
12929# Check X11 before X11Rn because it is often a symlink to the current release.
12930 for ac_dir in \
12931 /usr/X11/include \
12932 /usr/X11R6/include \
12933 /usr/X11R5/include \
12934 /usr/X11R4/include \
12935 \
12936 /usr/include/X11 \
12937 /usr/include/X11R6 \
12938 /usr/include/X11R5 \
12939 /usr/include/X11R4 \
12940 \
12941 /usr/local/X11/include \
12942 /usr/local/X11R6/include \
12943 /usr/local/X11R5/include \
12944 /usr/local/X11R4/include \
12945 \
12946 /usr/local/include/X11 \
12947 /usr/local/include/X11R6 \
12948 /usr/local/include/X11R5 \
12949 /usr/local/include/X11R4 \
12950 \
12951 /usr/X386/include \
12952 /usr/x386/include \
12953 /usr/XFree86/include/X11 \
12954 \
12955 /usr/include \
12956 /usr/local/include \
12957 /usr/unsupported/include \
12958 /usr/athena/include \
12959 /usr/local/x11r5/include \
12960 /usr/lpp/Xamples/include \
12961 \
12962 /usr/openwin/include \
12963 /usr/openwin/share/include \
12964 ; \
12965 do
12966 if test -r "$ac_dir/$x_direct_test_include"; then
12967 ac_x_includes=$ac_dir
12968 break
12969 fi
12970 done
12971fi
12972rm -f conftest*
12973fi # $ac_x_includes = NO
12974
12975if test "$ac_x_libraries" = NO; then
12976 # Check for the libraries.
12977
12978 test -z "$x_direct_test_library" && x_direct_test_library=Xt
12979 test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
12980
12981 # See if we find them without any special options.
12982 # Don't add to $LIBS permanently.
12983 ac_save_LIBS="$LIBS"
12984 LIBS="-l$x_direct_test_library $LIBS"
12985cat > conftest.$ac_ext <<EOF
12986#line 12987 "configure"
12987#include "confdefs.h"
12988
12989int main() {
12990${x_direct_test_function}()
12991; return 0; }
12992EOF
12993if { (eval echo configure:12994: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12994 rm -rf conftest*
12995 LIBS="$ac_save_LIBS"
12996# We can link X programs with no special library path.
12997ac_x_libraries=
12998else
12999 echo "configure: failed program was:" >&5
13000 cat conftest.$ac_ext >&5
13001 rm -rf conftest*
13002 LIBS="$ac_save_LIBS"
13003# First see if replacing the include by lib works.
13004# Check X11 before X11Rn because it is often a symlink to the current release.
13005for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
13006 /usr/X11/lib \
13007 /usr/X11R6/lib \
13008 /usr/X11R5/lib \
13009 /usr/X11R4/lib \
13010 \
13011 /usr/lib/X11 \
13012 /usr/lib/X11R6 \
13013 /usr/lib/X11R5 \
13014 /usr/lib/X11R4 \
13015 \
13016 /usr/local/X11/lib \
13017 /usr/local/X11R6/lib \
13018 /usr/local/X11R5/lib \
13019 /usr/local/X11R4/lib \
13020 \
13021 /usr/local/lib/X11 \
13022 /usr/local/lib/X11R6 \
13023 /usr/local/lib/X11R5 \
13024 /usr/local/lib/X11R4 \
13025 \
13026 /usr/X386/lib \
13027 /usr/x386/lib \
13028 /usr/XFree86/lib/X11 \
13029 \
13030 /usr/lib \
13031 /usr/local/lib \
13032 /usr/unsupported/lib \
13033 /usr/athena/lib \
13034 /usr/local/x11r5/lib \
13035 /usr/lpp/Xamples/lib \
13036 /lib/usr/lib/X11 \
13037 \
13038 /usr/openwin/lib \
13039 /usr/openwin/share/lib \
13040 ; \
13041do
13042 for ac_extension in a so sl; do
13043 if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
13044 ac_x_libraries=$ac_dir
13045 break 2
13046 fi
13047 done
13048done
13049fi
13050rm -f conftest*
13051fi # $ac_x_libraries = NO
13052
13053if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then
13054 # Didn't find X anywhere. Cache the known absence of X.
13055 ac_cv_have_x="have_x=no"
13056else
13057 # Record where we found X for the cache.
13058 ac_cv_have_x="have_x=yes \
13059 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
13060fi
13061fi
13062 fi
13063 eval "$ac_cv_have_x"
13064fi # $with_x != no
13065
13066if test "$have_x" != yes; then
13067 echo "$ac_t""$have_x" 1>&6
13068 no_x=yes
13069else
13070 # If each of the values was on the command line, it overrides each guess.
13071 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
13072 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
13073 # Update the cache value to reflect the command line values.
13074 ac_cv_have_x="have_x=yes \
13075 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
13076 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
13077fi
13078
13079if test "$no_x" = yes; then
13080 # Not all programs may use this symbol, but it does not hurt to define it.
13081 cat >> confdefs.h <<\EOF
13082#define X_DISPLAY_MISSING 1
13083EOF
13084
13085 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
13086else
13087 if test -n "$x_includes"; then
13088 X_CFLAGS="$X_CFLAGS -I$x_includes"
13089 fi
13090
13091 # It would also be nice to do this for all -L options, not just this one.
13092 if test -n "$x_libraries"; then
13093 X_LIBS="$X_LIBS -L$x_libraries"
13094 # For Solaris; some versions of Sun CC require a space after -R and
13095 # others require no space. Words are not sufficient . . . .
13096 case "`(uname -sr) 2>/dev/null`" in
13097 "SunOS 5"*)
13098 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
13099echo "configure:13100: checking whether -R must be followed by a space" >&5
13100 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries"
13101 cat > conftest.$ac_ext <<EOF
13102#line 13103 "configure"
13103#include "confdefs.h"
13104
13105int main() {
13106
13107; return 0; }
13108EOF
13109if { (eval echo configure:13110: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13110 rm -rf conftest*
13111 ac_R_nospace=yes
13112else
13113 echo "configure: failed program was:" >&5
13114 cat conftest.$ac_ext >&5
13115 rm -rf conftest*
13116 ac_R_nospace=no
13117fi
13118rm -f conftest*
13119 if test $ac_R_nospace = yes; then
13120 echo "$ac_t""no" 1>&6
13121 X_LIBS="$X_LIBS -R$x_libraries"
13122 else
13123 LIBS="$ac_xsave_LIBS -R $x_libraries"
13124 cat > conftest.$ac_ext <<EOF
13125#line 13126 "configure"
13126#include "confdefs.h"
13127
13128int main() {
13129
13130; return 0; }
13131EOF
13132if { (eval echo configure:13133: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13133 rm -rf conftest*
13134 ac_R_space=yes
13135else
13136 echo "configure: failed program was:" >&5
13137 cat conftest.$ac_ext >&5
13138 rm -rf conftest*
13139 ac_R_space=no
13140fi
13141rm -f conftest*
13142 if test $ac_R_space = yes; then
13143 echo "$ac_t""yes" 1>&6
13144 X_LIBS="$X_LIBS -R $x_libraries"
13145 else
13146 echo "$ac_t""neither works" 1>&6
13147 fi
13148 fi
13149 LIBS="$ac_xsave_LIBS"
13150 esac
13151 fi
13152
13153 # Check for system-dependent libraries X programs must link with.
13154 # Do this before checking for the system-independent R6 libraries
13155 # (-lICE), since we may need -lsocket or whatever for X linking.
13156
13157 if test "$ISC" = yes; then
13158 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
13159 else
13160 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
13161 # libraries were built with DECnet support. And karl@cs.umb.edu says
13162 # the Alpha needs dnet_stub (dnet does not exist).
13163 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
13164echo "configure:13165: checking for dnet_ntoa in -ldnet" >&5
13165ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
13166if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13167 echo $ac_n "(cached) $ac_c" 1>&6
13168else
13169 ac_save_LIBS="$LIBS"
13170LIBS="-ldnet $LIBS"
13171cat > conftest.$ac_ext <<EOF
13172#line 13173 "configure"
13173#include "confdefs.h"
13174/* Override any gcc2 internal prototype to avoid an error. */
13175/* We use char because int might match the return type of a gcc2
13176 builtin and then its argument prototype would still apply. */
13177char dnet_ntoa();
13178
13179int main() {
13180dnet_ntoa()
13181; return 0; }
13182EOF
13183if { (eval echo configure:13184: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13184 rm -rf conftest*
13185 eval "ac_cv_lib_$ac_lib_var=yes"
13186else
13187 echo "configure: failed program was:" >&5
13188 cat conftest.$ac_ext >&5
13189 rm -rf conftest*
13190 eval "ac_cv_lib_$ac_lib_var=no"
13191fi
13192rm -f conftest*
13193LIBS="$ac_save_LIBS"
13194
13195fi
13196if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13197 echo "$ac_t""yes" 1>&6
13198 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
13199else
13200 echo "$ac_t""no" 1>&6
13201fi
13202
13203 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
13204 echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
13205echo "configure:13206: checking for dnet_ntoa in -ldnet_stub" >&5
13206ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
13207if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13208 echo $ac_n "(cached) $ac_c" 1>&6
13209else
13210 ac_save_LIBS="$LIBS"
13211LIBS="-ldnet_stub $LIBS"
13212cat > conftest.$ac_ext <<EOF
13213#line 13214 "configure"
13214#include "confdefs.h"
13215/* Override any gcc2 internal prototype to avoid an error. */
13216/* We use char because int might match the return type of a gcc2
13217 builtin and then its argument prototype would still apply. */
13218char dnet_ntoa();
13219
13220int main() {
13221dnet_ntoa()
13222; return 0; }
13223EOF
13224if { (eval echo configure:13225: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13225 rm -rf conftest*
13226 eval "ac_cv_lib_$ac_lib_var=yes"
13227else
13228 echo "configure: failed program was:" >&5
13229 cat conftest.$ac_ext >&5
13230 rm -rf conftest*
13231 eval "ac_cv_lib_$ac_lib_var=no"
13232fi
13233rm -f conftest*
13234LIBS="$ac_save_LIBS"
13235
13236fi
13237if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13238 echo "$ac_t""yes" 1>&6
13239 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
13240else
13241 echo "$ac_t""no" 1>&6
13242fi
13243
13244 fi
13245
13246 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
13247 # to get the SysV transport functions.
13248 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
13249 # needs -lnsl.
13250 # The nsl library prevents programs from opening the X display
13251 # on Irix 5.2, according to dickey@clark.net.
13252 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
13253echo "configure:13254: checking for gethostbyname" >&5
13254if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
13255 echo $ac_n "(cached) $ac_c" 1>&6
13256else
13257 cat > conftest.$ac_ext <<EOF
13258#line 13259 "configure"
13259#include "confdefs.h"
13260/* System header to define __stub macros and hopefully few prototypes,
13261 which can conflict with char gethostbyname(); below. */
13262#include <assert.h>
13263/* Override any gcc2 internal prototype to avoid an error. */
13264/* We use char because int might match the return type of a gcc2
13265 builtin and then its argument prototype would still apply. */
13266char gethostbyname();
13267
13268int main() {
13269
13270/* The GNU C library defines this for functions which it implements
13271 to always fail with ENOSYS. Some functions are actually named
13272 something starting with __ and the normal name is an alias. */
13273#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
13274choke me
13275#else
13276gethostbyname();
13277#endif
13278
13279; return 0; }
13280EOF
13281if { (eval echo configure:13282: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13282 rm -rf conftest*
13283 eval "ac_cv_func_gethostbyname=yes"
13284else
13285 echo "configure: failed program was:" >&5
13286 cat conftest.$ac_ext >&5
13287 rm -rf conftest*
13288 eval "ac_cv_func_gethostbyname=no"
13289fi
13290rm -f conftest*
13291fi
13292
13293if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
13294 echo "$ac_t""yes" 1>&6
13295 :
13296else
13297 echo "$ac_t""no" 1>&6
13298fi
13299
13300 if test $ac_cv_func_gethostbyname = no; then
13301 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
13302echo "configure:13303: checking for gethostbyname in -lnsl" >&5
13303ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
13304if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13305 echo $ac_n "(cached) $ac_c" 1>&6
13306else
13307 ac_save_LIBS="$LIBS"
13308LIBS="-lnsl $LIBS"
13309cat > conftest.$ac_ext <<EOF
13310#line 13311 "configure"
13311#include "confdefs.h"
13312/* Override any gcc2 internal prototype to avoid an error. */
13313/* We use char because int might match the return type of a gcc2
13314 builtin and then its argument prototype would still apply. */
13315char gethostbyname();
13316
13317int main() {
13318gethostbyname()
13319; return 0; }
13320EOF
13321if { (eval echo configure:13322: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13322 rm -rf conftest*
13323 eval "ac_cv_lib_$ac_lib_var=yes"
13324else
13325 echo "configure: failed program was:" >&5
13326 cat conftest.$ac_ext >&5
13327 rm -rf conftest*
13328 eval "ac_cv_lib_$ac_lib_var=no"
13329fi
13330rm -f conftest*
13331LIBS="$ac_save_LIBS"
13332
13333fi
13334if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13335 echo "$ac_t""yes" 1>&6
13336 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
13337else
13338 echo "$ac_t""no" 1>&6
13339fi
13340
13341 fi
13342
13343 # lieder@skyler.mavd.honeywell.com says without -lsocket,
13344 # socket/setsockopt and other routines are undefined under SCO ODT
13345 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
13346 # on later versions), says simon@lia.di.epfl.ch: it contains
13347 # gethostby* variants that don't use the nameserver (or something).
13348 # -lsocket must be given before -lnsl if both are needed.
13349 # We assume that if connect needs -lnsl, so does gethostbyname.
13350 echo $ac_n "checking for connect""... $ac_c" 1>&6
13351echo "configure:13352: checking for connect" >&5
13352if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
13353 echo $ac_n "(cached) $ac_c" 1>&6
13354else
13355 cat > conftest.$ac_ext <<EOF
13356#line 13357 "configure"
13357#include "confdefs.h"
13358/* System header to define __stub macros and hopefully few prototypes,
13359 which can conflict with char connect(); below. */
13360#include <assert.h>
13361/* Override any gcc2 internal prototype to avoid an error. */
13362/* We use char because int might match the return type of a gcc2
13363 builtin and then its argument prototype would still apply. */
13364char connect();
13365
13366int main() {
13367
13368/* The GNU C library defines this for functions which it implements
13369 to always fail with ENOSYS. Some functions are actually named
13370 something starting with __ and the normal name is an alias. */
13371#if defined (__stub_connect) || defined (__stub___connect)
13372choke me
13373#else
13374connect();
13375#endif
13376
13377; return 0; }
13378EOF
13379if { (eval echo configure:13380: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13380 rm -rf conftest*
13381 eval "ac_cv_func_connect=yes"
13382else
13383 echo "configure: failed program was:" >&5
13384 cat conftest.$ac_ext >&5
13385 rm -rf conftest*
13386 eval "ac_cv_func_connect=no"
13387fi
13388rm -f conftest*
13389fi
13390
13391if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
13392 echo "$ac_t""yes" 1>&6
13393 :
13394else
13395 echo "$ac_t""no" 1>&6
13396fi
13397
13398 if test $ac_cv_func_connect = no; then
13399 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
13400echo "configure:13401: checking for connect in -lsocket" >&5
13401ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
13402if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13403 echo $ac_n "(cached) $ac_c" 1>&6
13404else
13405 ac_save_LIBS="$LIBS"
13406LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
13407cat > conftest.$ac_ext <<EOF
13408#line 13409 "configure"
13409#include "confdefs.h"
13410/* Override any gcc2 internal prototype to avoid an error. */
13411/* We use char because int might match the return type of a gcc2
13412 builtin and then its argument prototype would still apply. */
13413char connect();
13414
13415int main() {
13416connect()
13417; return 0; }
13418EOF
13419if { (eval echo configure:13420: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13420 rm -rf conftest*
13421 eval "ac_cv_lib_$ac_lib_var=yes"
13422else
13423 echo "configure: failed program was:" >&5
13424 cat conftest.$ac_ext >&5
13425 rm -rf conftest*
13426 eval "ac_cv_lib_$ac_lib_var=no"
13427fi
13428rm -f conftest*
13429LIBS="$ac_save_LIBS"
13430
13431fi
13432if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13433 echo "$ac_t""yes" 1>&6
13434 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
13435else
13436 echo "$ac_t""no" 1>&6
13437fi
13438
13439 fi
13440
13441 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
13442 echo $ac_n "checking for remove""... $ac_c" 1>&6
13443echo "configure:13444: checking for remove" >&5
13444if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
13445 echo $ac_n "(cached) $ac_c" 1>&6
13446else
13447 cat > conftest.$ac_ext <<EOF
13448#line 13449 "configure"
13449#include "confdefs.h"
13450/* System header to define __stub macros and hopefully few prototypes,
13451 which can conflict with char remove(); below. */
13452#include <assert.h>
13453/* Override any gcc2 internal prototype to avoid an error. */
13454/* We use char because int might match the return type of a gcc2
13455 builtin and then its argument prototype would still apply. */
13456char remove();
13457
13458int main() {
13459
13460/* The GNU C library defines this for functions which it implements
13461 to always fail with ENOSYS. Some functions are actually named
13462 something starting with __ and the normal name is an alias. */
13463#if defined (__stub_remove) || defined (__stub___remove)
13464choke me
13465#else
13466remove();
13467#endif
13468
13469; return 0; }
13470EOF
13471if { (eval echo configure:13472: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13472 rm -rf conftest*
13473 eval "ac_cv_func_remove=yes"
13474else
13475 echo "configure: failed program was:" >&5
13476 cat conftest.$ac_ext >&5
13477 rm -rf conftest*
13478 eval "ac_cv_func_remove=no"
13479fi
13480rm -f conftest*
13481fi
13482
13483if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
13484 echo "$ac_t""yes" 1>&6
13485 :
13486else
13487 echo "$ac_t""no" 1>&6
13488fi
13489
13490 if test $ac_cv_func_remove = no; then
13491 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
13492echo "configure:13493: checking for remove in -lposix" >&5
13493ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
13494if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13495 echo $ac_n "(cached) $ac_c" 1>&6
13496else
13497 ac_save_LIBS="$LIBS"
13498LIBS="-lposix $LIBS"
13499cat > conftest.$ac_ext <<EOF
13500#line 13501 "configure"
13501#include "confdefs.h"
13502/* Override any gcc2 internal prototype to avoid an error. */
13503/* We use char because int might match the return type of a gcc2
13504 builtin and then its argument prototype would still apply. */
13505char remove();
13506
13507int main() {
13508remove()
13509; return 0; }
13510EOF
13511if { (eval echo configure:13512: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13512 rm -rf conftest*
13513 eval "ac_cv_lib_$ac_lib_var=yes"
13514else
13515 echo "configure: failed program was:" >&5
13516 cat conftest.$ac_ext >&5
13517 rm -rf conftest*
13518 eval "ac_cv_lib_$ac_lib_var=no"
13519fi
13520rm -f conftest*
13521LIBS="$ac_save_LIBS"
13522
13523fi
13524if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13525 echo "$ac_t""yes" 1>&6
13526 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
13527else
13528 echo "$ac_t""no" 1>&6
13529fi
13530
13531 fi
13532
13533 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
13534 echo $ac_n "checking for shmat""... $ac_c" 1>&6
13535echo "configure:13536: checking for shmat" >&5
13536if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
13537 echo $ac_n "(cached) $ac_c" 1>&6
13538else
13539 cat > conftest.$ac_ext <<EOF
13540#line 13541 "configure"
13541#include "confdefs.h"
13542/* System header to define __stub macros and hopefully few prototypes,
13543 which can conflict with char shmat(); below. */
13544#include <assert.h>
13545/* Override any gcc2 internal prototype to avoid an error. */
13546/* We use char because int might match the return type of a gcc2
13547 builtin and then its argument prototype would still apply. */
13548char shmat();
13549
13550int main() {
13551
13552/* The GNU C library defines this for functions which it implements
13553 to always fail with ENOSYS. Some functions are actually named
13554 something starting with __ and the normal name is an alias. */
13555#if defined (__stub_shmat) || defined (__stub___shmat)
13556choke me
13557#else
13558shmat();
13559#endif
13560
13561; return 0; }
13562EOF
13563if { (eval echo configure:13564: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13564 rm -rf conftest*
13565 eval "ac_cv_func_shmat=yes"
13566else
13567 echo "configure: failed program was:" >&5
13568 cat conftest.$ac_ext >&5
13569 rm -rf conftest*
13570 eval "ac_cv_func_shmat=no"
13571fi
13572rm -f conftest*
13573fi
13574
13575if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
13576 echo "$ac_t""yes" 1>&6
13577 :
13578else
13579 echo "$ac_t""no" 1>&6
13580fi
13581
13582 if test $ac_cv_func_shmat = no; then
13583 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
13584echo "configure:13585: checking for shmat in -lipc" >&5
13585ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
13586if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13587 echo $ac_n "(cached) $ac_c" 1>&6
13588else
13589 ac_save_LIBS="$LIBS"
13590LIBS="-lipc $LIBS"
13591cat > conftest.$ac_ext <<EOF
13592#line 13593 "configure"
13593#include "confdefs.h"
13594/* Override any gcc2 internal prototype to avoid an error. */
13595/* We use char because int might match the return type of a gcc2
13596 builtin and then its argument prototype would still apply. */
13597char shmat();
13598
13599int main() {
13600shmat()
13601; return 0; }
13602EOF
13603if { (eval echo configure:13604: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13604 rm -rf conftest*
13605 eval "ac_cv_lib_$ac_lib_var=yes"
13606else
13607 echo "configure: failed program was:" >&5
13608 cat conftest.$ac_ext >&5
13609 rm -rf conftest*
13610 eval "ac_cv_lib_$ac_lib_var=no"
13611fi
13612rm -f conftest*
13613LIBS="$ac_save_LIBS"
13614
13615fi
13616if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13617 echo "$ac_t""yes" 1>&6
13618 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
13619else
13620 echo "$ac_t""no" 1>&6
13621fi
13622
13623 fi
13624 fi
13625
13626 # Check for libraries that X11R6 Xt/Xaw programs need.
13627 ac_save_LDFLAGS="$LDFLAGS"
13628 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
13629 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
13630 # check for ICE first), but we must link in the order -lSM -lICE or
13631 # we get undefined symbols. So assume we have SM if we have ICE.
13632 # These have to be linked with before -lX11, unlike the other
13633 # libraries we check for below, so use a different variable.
13634 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
13635 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
13636echo "configure:13637: checking for IceConnectionNumber in -lICE" >&5
13637ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
13638if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13639 echo $ac_n "(cached) $ac_c" 1>&6
13640else
13641 ac_save_LIBS="$LIBS"
13642LIBS="-lICE $X_EXTRA_LIBS $LIBS"
13643cat > conftest.$ac_ext <<EOF
13644#line 13645 "configure"
13645#include "confdefs.h"
13646/* Override any gcc2 internal prototype to avoid an error. */
13647/* We use char because int might match the return type of a gcc2
13648 builtin and then its argument prototype would still apply. */
13649char IceConnectionNumber();
13650
13651int main() {
13652IceConnectionNumber()
13653; return 0; }
13654EOF
13655if { (eval echo configure:13656: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13656 rm -rf conftest*
13657 eval "ac_cv_lib_$ac_lib_var=yes"
13658else
13659 echo "configure: failed program was:" >&5
13660 cat conftest.$ac_ext >&5
13661 rm -rf conftest*
13662 eval "ac_cv_lib_$ac_lib_var=no"
13663fi
13664rm -f conftest*
13665LIBS="$ac_save_LIBS"
13666
13667fi
13668if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13669 echo "$ac_t""yes" 1>&6
13670 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
13671else
13672 echo "$ac_t""no" 1>&6
13673fi
13674
13675 LDFLAGS="$ac_save_LDFLAGS"
13676
13677fi
13678
13679
13680 if test "$no_x" = "yes"; then
13681 { echo "configure: error: X11 not found" 1>&2; exit 1; }
13682 fi
13683
13684 GUI_TK_LIBRARY="$X_LIBS"
13685 TOOLKIT_INCLUDE="$X_CFLAGS"
13686 AFMINSTALL=afminstall
13687 COMPILED_X_PROGRAM=0
13688
13689 if test "$wxUSE_NANOX" = "yes"; then
13690 echo $ac_n "checking for MicroWindows/NanoX distribution""... $ac_c" 1>&6
13691echo "configure:13692: checking for MicroWindows/NanoX distribution" >&5
13692 if test "x$MICROWIN" = x ; then
13693 echo "$ac_t""not found" 1>&6
13694 { echo "configure: error: Cannot find MicroWindows library. Make sure MICROWIN is set." 1>&2; exit 1; }
13695 else
13696 echo "$ac_t""$MICROWIN" 1>&6
13697 cat >> confdefs.h <<\EOF
13698#define wxUSE_NANOX 1
13699EOF
13700
13701 fi
13702 fi
13703
13704 xpm_link=
13705 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
13706echo "configure:13707: checking for Xpm library" >&5
13707
13708ac_find_libraries=
13709for ac_dir in $SEARCH_LIB;
13710 do
13711 for ac_extension in a so sl dylib; do
13712 if test -f "$ac_dir/libXpm.$ac_extension"; then
13713 ac_find_libraries=$ac_dir
13714 break 2
13715 fi
13716 done
13717 done
13718
13719 if test "$ac_find_libraries" != "" ; then
13720
13721 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
13722 result=$?
13723 if test $result = 0; then
13724 ac_path_to_link=""
13725 else
13726 ac_path_to_link=" -L$ac_find_libraries"
13727 fi
13728
13729 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
13730 xpm_link=" -lXpm"
13731 cat >> confdefs.h <<\EOF
13732#define wxHAVE_LIB_XPM 1
13733EOF
13734
13735 echo "$ac_t""found at $ac_find_libraries" 1>&6
13736 else
13737 cat > conftest.$ac_ext <<EOF
13738#line 13739 "configure"
13739#include "confdefs.h"
13740
13741 #include <X11/xpm.h>
13742
13743int main() {
13744
13745 int version;
13746 version = XpmLibraryVersion();
13747
13748; return 0; }
13749EOF
13750if { (eval echo configure:13751: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13751 rm -rf conftest*
13752
13753 xpm_link=" -lXpm"
13754 cat >> confdefs.h <<\EOF
13755#define wxHAVE_LIB_XPM 1
13756EOF
13757
13758 echo "$ac_t""found in default search path" 1>&6
13759 COMPILED_X_PROGRAM=0
13760
13761else
13762 echo "configure: failed program was:" >&5
13763 cat conftest.$ac_ext >&5
13764 rm -rf conftest*
13765
13766 echo "$ac_t""no" 1>&6
13767 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
13768
13769
13770fi
13771rm -f conftest*
13772 fi
13773
13774 wxUSE_UNIVERSAL="yes"
13775
13776 if test "$wxUSE_NANOX" = "yes"; then
13777 TOOLKIT_INCLUDE="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
13778 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__NANOX__ -DMWPIXEL_FORMAT=MWPF_TRUECOLOR0888 -DHAVE_FILEIO -DHAVE_BMP_SUPPORT=1 -DHAVE_GIF_SUPPORT=1 -DHAVE_PNM_SUPPORT=1 -DHAVE_XPM_SUPPORT=1 -DLINUX=1 -DUNIX=1 -DUSE_EXPOSURE -DSCREEN_HEIGHT=480 -DSCREEN_WIDTH=640 -DSCREEN_DEPTH=4 -DX11=1"
13779 GUI_TK_LIBRARY="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
13780 else
13781 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lX11$xpm_link"
13782 fi
13783
13784 TOOLKIT_VPATH="\${top_srcdir}/src/x11"
13785 TOOLKIT=X11
13786 GUIDIST=X11_DIST
13787 fi
13788
13789 if test "$wxUSE_WINE" = 1; then
13790 ac_safe=`echo "windows.h" | sed 'y%./+-%__p_%'`
13791echo $ac_n "checking for windows.h""... $ac_c" 1>&6
13792echo "configure:13793: checking for windows.h" >&5
13793if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13794 echo $ac_n "(cached) $ac_c" 1>&6
13795else
13796 cat > conftest.$ac_ext <<EOF
13797#line 13798 "configure"
13798#include "confdefs.h"
13799#include <windows.h>
13800EOF
13801ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13802{ (eval echo configure:13803: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13803ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13804if test -z "$ac_err"; then
13805 rm -rf conftest*
13806 eval "ac_cv_header_$ac_safe=yes"
13807else
13808 echo "$ac_err" >&5
13809 echo "configure: failed program was:" >&5
13810 cat conftest.$ac_ext >&5
13811 rm -rf conftest*
13812 eval "ac_cv_header_$ac_safe=no"
13813fi
13814rm -f conftest*
13815fi
13816if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13817 echo "$ac_t""yes" 1>&6
13818 :
13819else
13820 echo "$ac_t""no" 1>&6
13821
13822 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
13823
13824fi
13825
13826
13827 xpm_link=
13828 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
13829echo "configure:13830: checking for Xpm library" >&5
13830
13831ac_find_libraries=
13832for ac_dir in $SEARCH_LIB;
13833 do
13834 for ac_extension in a so sl dylib; do
13835 if test -f "$ac_dir/libXpm.$ac_extension"; then
13836 ac_find_libraries=$ac_dir
13837 break 2
13838 fi
13839 done
13840 done
13841
13842 if test "$ac_find_libraries" != "" ; then
13843 GUI_TK_LIBRARY="-L$ac_find_libraries"
13844 xpm_link=" -lXpm"
13845 cat >> confdefs.h <<\EOF
13846#define wxHAVE_LIB_XPM 1
13847EOF
13848
13849 echo "$ac_t""found at $ac_find_libraries" 1>&6
13850 else
13851 echo "$ac_t""no" 1>&6
13852 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
13853 fi
13854
13855 mesa_link=
13856 echo $ac_n "checking for Mesa library""... $ac_c" 1>&6
13857echo "configure:13858: checking for Mesa library" >&5
13858
13859ac_find_libraries=
13860for ac_dir in $SEARCH_LIB;
13861 do
13862 for ac_extension in a so sl dylib; do
13863 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
13864 ac_find_libraries=$ac_dir
13865 break 2
13866 fi
13867 done
13868 done
13869
13870 if test "$ac_find_libraries" != "" ; then
13871 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -L$ac_find_libraries"
13872 mesa_link=" -lMesaGL"
13873 echo "$ac_t""found at $ac_find_libraries" 1>&6
13874 else
13875 { echo "configure: error: no" 1>&2; exit 1; }
13876 fi
13877
13878 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lwine$mesa_link$xpm_link -lXxf86dga -lXxf86vm -lSM -lICE -lXext -lXmu -lX11 -lncurses"
13879 TOOLKIT=MSW
13880 GUIDIST=MSW_DIST
13881 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXWINE__"
13882 fi
13883
13884 if test "$wxUSE_MOTIF" = 1; then
13885 if test "$no_x" = yes; then
13886 # Not all programs may use this symbol, but it does not hurt to define it.
13887 cat >> confdefs.h <<\EOF
13888#define X_DISPLAY_MISSING 1
13889EOF
13890
13891 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
13892else
13893 if test -n "$x_includes"; then
13894 X_CFLAGS="$X_CFLAGS -I$x_includes"
13895 fi
13896
13897 # It would also be nice to do this for all -L options, not just this one.
13898 if test -n "$x_libraries"; then
13899 X_LIBS="$X_LIBS -L$x_libraries"
13900 # For Solaris; some versions of Sun CC require a space after -R and
13901 # others require no space. Words are not sufficient . . . .
13902 case "`(uname -sr) 2>/dev/null`" in
13903 "SunOS 5"*)
13904 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
13905echo "configure:13906: checking whether -R must be followed by a space" >&5
13906 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries"
13907 cat > conftest.$ac_ext <<EOF
13908#line 13909 "configure"
13909#include "confdefs.h"
13910
13911int main() {
13912
13913; return 0; }
13914EOF
13915if { (eval echo configure:13916: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13916 rm -rf conftest*
13917 ac_R_nospace=yes
13918else
13919 echo "configure: failed program was:" >&5
13920 cat conftest.$ac_ext >&5
13921 rm -rf conftest*
13922 ac_R_nospace=no
13923fi
13924rm -f conftest*
13925 if test $ac_R_nospace = yes; then
13926 echo "$ac_t""no" 1>&6
13927 X_LIBS="$X_LIBS -R$x_libraries"
13928 else
13929 LIBS="$ac_xsave_LIBS -R $x_libraries"
13930 cat > conftest.$ac_ext <<EOF
13931#line 13932 "configure"
13932#include "confdefs.h"
13933
13934int main() {
13935
13936; return 0; }
13937EOF
13938if { (eval echo configure:13939: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13939 rm -rf conftest*
13940 ac_R_space=yes
13941else
13942 echo "configure: failed program was:" >&5
13943 cat conftest.$ac_ext >&5
13944 rm -rf conftest*
13945 ac_R_space=no
13946fi
13947rm -f conftest*
13948 if test $ac_R_space = yes; then
13949 echo "$ac_t""yes" 1>&6
13950 X_LIBS="$X_LIBS -R $x_libraries"
13951 else
13952 echo "$ac_t""neither works" 1>&6
13953 fi
13954 fi
13955 LIBS="$ac_xsave_LIBS"
13956 esac
13957 fi
13958
13959 # Check for system-dependent libraries X programs must link with.
13960 # Do this before checking for the system-independent R6 libraries
13961 # (-lICE), since we may need -lsocket or whatever for X linking.
13962
13963 if test "$ISC" = yes; then
13964 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
13965 else
13966 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
13967 # libraries were built with DECnet support. And karl@cs.umb.edu says
13968 # the Alpha needs dnet_stub (dnet does not exist).
13969 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
13970echo "configure:13971: checking for dnet_ntoa in -ldnet" >&5
13971ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
13972if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13973 echo $ac_n "(cached) $ac_c" 1>&6
13974else
13975 ac_save_LIBS="$LIBS"
13976LIBS="-ldnet $LIBS"
13977cat > conftest.$ac_ext <<EOF
13978#line 13979 "configure"
13979#include "confdefs.h"
13980/* Override any gcc2 internal prototype to avoid an error. */
13981/* We use char because int might match the return type of a gcc2
13982 builtin and then its argument prototype would still apply. */
13983char dnet_ntoa();
13984
13985int main() {
13986dnet_ntoa()
13987; return 0; }
13988EOF
13989if { (eval echo configure:13990: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13990 rm -rf conftest*
13991 eval "ac_cv_lib_$ac_lib_var=yes"
13992else
13993 echo "configure: failed program was:" >&5
13994 cat conftest.$ac_ext >&5
13995 rm -rf conftest*
13996 eval "ac_cv_lib_$ac_lib_var=no"
13997fi
13998rm -f conftest*
13999LIBS="$ac_save_LIBS"
14000
14001fi
14002if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14003 echo "$ac_t""yes" 1>&6
14004 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
14005else
14006 echo "$ac_t""no" 1>&6
14007fi
14008
14009 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
14010 echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
14011echo "configure:14012: checking for dnet_ntoa in -ldnet_stub" >&5
14012ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
14013if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14014 echo $ac_n "(cached) $ac_c" 1>&6
14015else
14016 ac_save_LIBS="$LIBS"
14017LIBS="-ldnet_stub $LIBS"
14018cat > conftest.$ac_ext <<EOF
14019#line 14020 "configure"
14020#include "confdefs.h"
14021/* Override any gcc2 internal prototype to avoid an error. */
14022/* We use char because int might match the return type of a gcc2
14023 builtin and then its argument prototype would still apply. */
14024char dnet_ntoa();
14025
14026int main() {
14027dnet_ntoa()
14028; return 0; }
14029EOF
14030if { (eval echo configure:14031: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14031 rm -rf conftest*
14032 eval "ac_cv_lib_$ac_lib_var=yes"
14033else
14034 echo "configure: failed program was:" >&5
14035 cat conftest.$ac_ext >&5
14036 rm -rf conftest*
14037 eval "ac_cv_lib_$ac_lib_var=no"
14038fi
14039rm -f conftest*
14040LIBS="$ac_save_LIBS"
14041
14042fi
14043if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14044 echo "$ac_t""yes" 1>&6
14045 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
14046else
14047 echo "$ac_t""no" 1>&6
14048fi
14049
14050 fi
14051
14052 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
14053 # to get the SysV transport functions.
14054 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
14055 # needs -lnsl.
14056 # The nsl library prevents programs from opening the X display
14057 # on Irix 5.2, according to dickey@clark.net.
14058 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
14059echo "configure:14060: checking for gethostbyname" >&5
14060if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
14061 echo $ac_n "(cached) $ac_c" 1>&6
14062else
14063 cat > conftest.$ac_ext <<EOF
14064#line 14065 "configure"
14065#include "confdefs.h"
14066/* System header to define __stub macros and hopefully few prototypes,
14067 which can conflict with char gethostbyname(); below. */
14068#include <assert.h>
14069/* Override any gcc2 internal prototype to avoid an error. */
14070/* We use char because int might match the return type of a gcc2
14071 builtin and then its argument prototype would still apply. */
14072char gethostbyname();
14073
14074int main() {
14075
14076/* The GNU C library defines this for functions which it implements
14077 to always fail with ENOSYS. Some functions are actually named
14078 something starting with __ and the normal name is an alias. */
14079#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
14080choke me
14081#else
14082gethostbyname();
14083#endif
14084
14085; return 0; }
14086EOF
14087if { (eval echo configure:14088: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14088 rm -rf conftest*
14089 eval "ac_cv_func_gethostbyname=yes"
14090else
14091 echo "configure: failed program was:" >&5
14092 cat conftest.$ac_ext >&5
14093 rm -rf conftest*
14094 eval "ac_cv_func_gethostbyname=no"
14095fi
14096rm -f conftest*
14097fi
14098
14099if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
14100 echo "$ac_t""yes" 1>&6
14101 :
14102else
14103 echo "$ac_t""no" 1>&6
14104fi
14105
14106 if test $ac_cv_func_gethostbyname = no; then
14107 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
14108echo "configure:14109: checking for gethostbyname in -lnsl" >&5
14109ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
14110if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14111 echo $ac_n "(cached) $ac_c" 1>&6
14112else
14113 ac_save_LIBS="$LIBS"
14114LIBS="-lnsl $LIBS"
14115cat > conftest.$ac_ext <<EOF
14116#line 14117 "configure"
14117#include "confdefs.h"
14118/* Override any gcc2 internal prototype to avoid an error. */
14119/* We use char because int might match the return type of a gcc2
14120 builtin and then its argument prototype would still apply. */
14121char gethostbyname();
14122
14123int main() {
14124gethostbyname()
14125; return 0; }
14126EOF
14127if { (eval echo configure:14128: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14128 rm -rf conftest*
14129 eval "ac_cv_lib_$ac_lib_var=yes"
14130else
14131 echo "configure: failed program was:" >&5
14132 cat conftest.$ac_ext >&5
14133 rm -rf conftest*
14134 eval "ac_cv_lib_$ac_lib_var=no"
14135fi
14136rm -f conftest*
14137LIBS="$ac_save_LIBS"
14138
14139fi
14140if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14141 echo "$ac_t""yes" 1>&6
14142 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
14143else
14144 echo "$ac_t""no" 1>&6
14145fi
14146
14147 fi
14148
14149 # lieder@skyler.mavd.honeywell.com says without -lsocket,
14150 # socket/setsockopt and other routines are undefined under SCO ODT
14151 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
14152 # on later versions), says simon@lia.di.epfl.ch: it contains
14153 # gethostby* variants that don't use the nameserver (or something).
14154 # -lsocket must be given before -lnsl if both are needed.
14155 # We assume that if connect needs -lnsl, so does gethostbyname.
14156 echo $ac_n "checking for connect""... $ac_c" 1>&6
14157echo "configure:14158: checking for connect" >&5
14158if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
14159 echo $ac_n "(cached) $ac_c" 1>&6
14160else
14161 cat > conftest.$ac_ext <<EOF
14162#line 14163 "configure"
14163#include "confdefs.h"
14164/* System header to define __stub macros and hopefully few prototypes,
14165 which can conflict with char connect(); below. */
14166#include <assert.h>
14167/* Override any gcc2 internal prototype to avoid an error. */
14168/* We use char because int might match the return type of a gcc2
14169 builtin and then its argument prototype would still apply. */
14170char connect();
14171
14172int main() {
14173
14174/* The GNU C library defines this for functions which it implements
14175 to always fail with ENOSYS. Some functions are actually named
14176 something starting with __ and the normal name is an alias. */
14177#if defined (__stub_connect) || defined (__stub___connect)
14178choke me
14179#else
14180connect();
14181#endif
14182
14183; return 0; }
14184EOF
14185if { (eval echo configure:14186: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14186 rm -rf conftest*
14187 eval "ac_cv_func_connect=yes"
14188else
14189 echo "configure: failed program was:" >&5
14190 cat conftest.$ac_ext >&5
14191 rm -rf conftest*
14192 eval "ac_cv_func_connect=no"
14193fi
14194rm -f conftest*
14195fi
14196
14197if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
14198 echo "$ac_t""yes" 1>&6
14199 :
14200else
14201 echo "$ac_t""no" 1>&6
14202fi
14203
14204 if test $ac_cv_func_connect = no; then
14205 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
14206echo "configure:14207: checking for connect in -lsocket" >&5
14207ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
14208if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14209 echo $ac_n "(cached) $ac_c" 1>&6
14210else
14211 ac_save_LIBS="$LIBS"
14212LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
14213cat > conftest.$ac_ext <<EOF
14214#line 14215 "configure"
14215#include "confdefs.h"
14216/* Override any gcc2 internal prototype to avoid an error. */
14217/* We use char because int might match the return type of a gcc2
14218 builtin and then its argument prototype would still apply. */
14219char connect();
14220
14221int main() {
14222connect()
14223; return 0; }
14224EOF
14225if { (eval echo configure:14226: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14226 rm -rf conftest*
14227 eval "ac_cv_lib_$ac_lib_var=yes"
14228else
14229 echo "configure: failed program was:" >&5
14230 cat conftest.$ac_ext >&5
14231 rm -rf conftest*
14232 eval "ac_cv_lib_$ac_lib_var=no"
14233fi
14234rm -f conftest*
14235LIBS="$ac_save_LIBS"
14236
14237fi
14238if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14239 echo "$ac_t""yes" 1>&6
14240 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
14241else
14242 echo "$ac_t""no" 1>&6
14243fi
14244
14245 fi
14246
14247 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
14248 echo $ac_n "checking for remove""... $ac_c" 1>&6
14249echo "configure:14250: checking for remove" >&5
14250if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
14251 echo $ac_n "(cached) $ac_c" 1>&6
14252else
14253 cat > conftest.$ac_ext <<EOF
14254#line 14255 "configure"
14255#include "confdefs.h"
14256/* System header to define __stub macros and hopefully few prototypes,
14257 which can conflict with char remove(); below. */
14258#include <assert.h>
14259/* Override any gcc2 internal prototype to avoid an error. */
14260/* We use char because int might match the return type of a gcc2
14261 builtin and then its argument prototype would still apply. */
14262char remove();
14263
14264int main() {
14265
14266/* The GNU C library defines this for functions which it implements
14267 to always fail with ENOSYS. Some functions are actually named
14268 something starting with __ and the normal name is an alias. */
14269#if defined (__stub_remove) || defined (__stub___remove)
14270choke me
14271#else
14272remove();
14273#endif
14274
14275; return 0; }
14276EOF
14277if { (eval echo configure:14278: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14278 rm -rf conftest*
14279 eval "ac_cv_func_remove=yes"
14280else
14281 echo "configure: failed program was:" >&5
14282 cat conftest.$ac_ext >&5
14283 rm -rf conftest*
14284 eval "ac_cv_func_remove=no"
14285fi
14286rm -f conftest*
14287fi
14288
14289if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
14290 echo "$ac_t""yes" 1>&6
14291 :
14292else
14293 echo "$ac_t""no" 1>&6
14294fi
14295
14296 if test $ac_cv_func_remove = no; then
14297 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
14298echo "configure:14299: checking for remove in -lposix" >&5
14299ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
14300if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14301 echo $ac_n "(cached) $ac_c" 1>&6
14302else
14303 ac_save_LIBS="$LIBS"
14304LIBS="-lposix $LIBS"
14305cat > conftest.$ac_ext <<EOF
14306#line 14307 "configure"
14307#include "confdefs.h"
14308/* Override any gcc2 internal prototype to avoid an error. */
14309/* We use char because int might match the return type of a gcc2
14310 builtin and then its argument prototype would still apply. */
14311char remove();
14312
14313int main() {
14314remove()
14315; return 0; }
14316EOF
14317if { (eval echo configure:14318: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14318 rm -rf conftest*
14319 eval "ac_cv_lib_$ac_lib_var=yes"
14320else
14321 echo "configure: failed program was:" >&5
14322 cat conftest.$ac_ext >&5
14323 rm -rf conftest*
14324 eval "ac_cv_lib_$ac_lib_var=no"
14325fi
14326rm -f conftest*
14327LIBS="$ac_save_LIBS"
14328
14329fi
14330if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14331 echo "$ac_t""yes" 1>&6
14332 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
14333else
14334 echo "$ac_t""no" 1>&6
14335fi
14336
14337 fi
14338
14339 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
14340 echo $ac_n "checking for shmat""... $ac_c" 1>&6
14341echo "configure:14342: checking for shmat" >&5
14342if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
14343 echo $ac_n "(cached) $ac_c" 1>&6
14344else
14345 cat > conftest.$ac_ext <<EOF
14346#line 14347 "configure"
14347#include "confdefs.h"
14348/* System header to define __stub macros and hopefully few prototypes,
14349 which can conflict with char shmat(); below. */
14350#include <assert.h>
14351/* Override any gcc2 internal prototype to avoid an error. */
14352/* We use char because int might match the return type of a gcc2
14353 builtin and then its argument prototype would still apply. */
14354char shmat();
14355
14356int main() {
14357
14358/* The GNU C library defines this for functions which it implements
14359 to always fail with ENOSYS. Some functions are actually named
14360 something starting with __ and the normal name is an alias. */
14361#if defined (__stub_shmat) || defined (__stub___shmat)
14362choke me
14363#else
14364shmat();
14365#endif
14366
14367; return 0; }
14368EOF
14369if { (eval echo configure:14370: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14370 rm -rf conftest*
14371 eval "ac_cv_func_shmat=yes"
14372else
14373 echo "configure: failed program was:" >&5
14374 cat conftest.$ac_ext >&5
14375 rm -rf conftest*
14376 eval "ac_cv_func_shmat=no"
14377fi
14378rm -f conftest*
14379fi
14380
14381if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
14382 echo "$ac_t""yes" 1>&6
14383 :
14384else
14385 echo "$ac_t""no" 1>&6
14386fi
14387
14388 if test $ac_cv_func_shmat = no; then
14389 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
14390echo "configure:14391: checking for shmat in -lipc" >&5
14391ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
14392if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14393 echo $ac_n "(cached) $ac_c" 1>&6
14394else
14395 ac_save_LIBS="$LIBS"
14396LIBS="-lipc $LIBS"
14397cat > conftest.$ac_ext <<EOF
14398#line 14399 "configure"
14399#include "confdefs.h"
14400/* Override any gcc2 internal prototype to avoid an error. */
14401/* We use char because int might match the return type of a gcc2
14402 builtin and then its argument prototype would still apply. */
14403char shmat();
14404
14405int main() {
14406shmat()
14407; return 0; }
14408EOF
14409if { (eval echo configure:14410: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14410 rm -rf conftest*
14411 eval "ac_cv_lib_$ac_lib_var=yes"
14412else
14413 echo "configure: failed program was:" >&5
14414 cat conftest.$ac_ext >&5
14415 rm -rf conftest*
14416 eval "ac_cv_lib_$ac_lib_var=no"
14417fi
14418rm -f conftest*
14419LIBS="$ac_save_LIBS"
14420
14421fi
14422if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14423 echo "$ac_t""yes" 1>&6
14424 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
14425else
14426 echo "$ac_t""no" 1>&6
14427fi
14428
14429 fi
14430 fi
14431
14432 # Check for libraries that X11R6 Xt/Xaw programs need.
14433 ac_save_LDFLAGS="$LDFLAGS"
14434 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
14435 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
14436 # check for ICE first), but we must link in the order -lSM -lICE or
14437 # we get undefined symbols. So assume we have SM if we have ICE.
14438 # These have to be linked with before -lX11, unlike the other
14439 # libraries we check for below, so use a different variable.
14440 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
14441 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
14442echo "configure:14443: checking for IceConnectionNumber in -lICE" >&5
14443ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
14444if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14445 echo $ac_n "(cached) $ac_c" 1>&6
14446else
14447 ac_save_LIBS="$LIBS"
14448LIBS="-lICE $X_EXTRA_LIBS $LIBS"
14449cat > conftest.$ac_ext <<EOF
14450#line 14451 "configure"
14451#include "confdefs.h"
14452/* Override any gcc2 internal prototype to avoid an error. */
14453/* We use char because int might match the return type of a gcc2
14454 builtin and then its argument prototype would still apply. */
14455char IceConnectionNumber();
14456
14457int main() {
14458IceConnectionNumber()
14459; return 0; }
14460EOF
14461if { (eval echo configure:14462: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14462 rm -rf conftest*
14463 eval "ac_cv_lib_$ac_lib_var=yes"
14464else
14465 echo "configure: failed program was:" >&5
14466 cat conftest.$ac_ext >&5
14467 rm -rf conftest*
14468 eval "ac_cv_lib_$ac_lib_var=no"
14469fi
14470rm -f conftest*
14471LIBS="$ac_save_LIBS"
14472
14473fi
14474if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14475 echo "$ac_t""yes" 1>&6
14476 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
14477else
14478 echo "$ac_t""no" 1>&6
14479fi
14480
14481 LDFLAGS="$ac_save_LDFLAGS"
14482
14483fi
14484
14485
14486 if test "$no_x" = "yes"; then
14487 { echo "configure: error: X11 not found" 1>&2; exit 1; }
14488 fi
14489
14490 GUI_TK_LIBRARY="$X_LIBS"
14491 TOOLKIT_INCLUDE="$X_CFLAGS"
14492 AFMINSTALL=afminstall
14493 COMPILED_X_PROGRAM=0
14494
14495 echo $ac_n "checking for Motif/Lesstif headers""... $ac_c" 1>&6
14496echo "configure:14497: checking for Motif/Lesstif headers" >&5
14497
14498ac_find_includes=
14499for ac_dir in $SEARCH_INCLUDE;
14500 do
14501 if test -f "$ac_dir/Xm/Xm.h"; then
14502 ac_find_includes=$ac_dir
14503 break
14504 fi
14505 done
14506
14507 if test "$ac_find_includes" != "" ; then
14508 echo "$ac_t""found $ac_find_includes" 1>&6
14509 else
14510 cat > conftest.$ac_ext <<EOF
14511#line 14512 "configure"
14512#include "confdefs.h"
14513
14514 #include <Xm/Xm.h>
14515
14516int main() {
14517
14518 int version;
14519 version = xmUseVersion;
14520
14521; return 0; }
14522EOF
14523if { (eval echo configure:14524: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14524 rm -rf conftest*
14525
14526 echo "$ac_t""found in default search path" 1>&6
14527 COMPILED_X_PROGRAM=1
14528
14529else
14530 echo "configure: failed program was:" >&5
14531 cat conftest.$ac_ext >&5
14532 rm -rf conftest*
14533
14534 echo "$ac_t""no" 1>&6
14535 { echo "configure: error: please set CFLAGS to contain the location of Xm/Xm.h" 1>&2; exit 1; }
14536
14537
14538fi
14539rm -f conftest*
14540 fi
14541
14542 if test "$COMPILED_X_PROGRAM" = 0; then
14543 echo $ac_n "checking for Motif/Lesstif library""... $ac_c" 1>&6
14544echo "configure:14545: checking for Motif/Lesstif library" >&5
14545
14546ac_find_libraries=
14547for ac_dir in $SEARCH_LIB;
14548 do
14549 for ac_extension in a so sl dylib; do
14550 if test -f "$ac_dir/libXm.$ac_extension"; then
14551 ac_find_libraries=$ac_dir
14552 break 2
14553 fi
14554 done
14555 done
14556
14557 if test "$ac_find_libraries" != "" ; then
14558
14559 ac_path_to_include=$ac_find_includes
14560 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
14561 result=$?
14562 if test $result = 0; then
14563 ac_path_to_include=""
14564 else
14565 ac_path_to_include=" -I$ac_find_includes"
14566 fi
14567
14568
14569 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
14570 result=$?
14571 if test $result = 0; then
14572 ac_path_to_link=""
14573 else
14574 ac_path_to_link=" -L$ac_find_libraries"
14575 fi
14576
14577
14578 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
14579 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE$ac_path_to_include"
14580 echo "$ac_t""found at $ac_find_libraries" 1>&6
14581 else
14582 cat > conftest.$ac_ext <<EOF
14583#line 14584 "configure"
14584#include "confdefs.h"
14585
14586 #include <Xm/Xm.h>
14587
14588int main() {
14589
14590 int version;
14591 version = xmUseVersion;
14592
14593; return 0; }
14594EOF
14595if { (eval echo configure:14596: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14596 rm -rf conftest*
14597
14598 echo "$ac_t""found in default search path" 1>&6
14599 COMPILED_X_PROGRAM=1
14600
14601else
14602 echo "configure: failed program was:" >&5
14603 cat conftest.$ac_ext >&5
14604 rm -rf conftest*
14605
14606 echo "$ac_t""no" 1>&6
14607 { echo "configure: error: please set LDFLAGS to contain the location of libXm" 1>&2; exit 1; }
14608
14609
14610fi
14611rm -f conftest*
14612 fi
14613 fi
14614
14615 xpm_link=
14616 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
14617echo "configure:14618: checking for Xpm library" >&5
14618
14619ac_find_libraries=
14620for ac_dir in $SEARCH_LIB;
14621 do
14622 for ac_extension in a so sl dylib; do
14623 if test -f "$ac_dir/libXpm.$ac_extension"; then
14624 ac_find_libraries=$ac_dir
14625 break 2
14626 fi
14627 done
14628 done
14629
14630 if test "$ac_find_libraries" != "" ; then
14631
14632 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
14633 result=$?
14634 if test $result = 0; then
14635 ac_path_to_link=""
14636 else
14637 ac_path_to_link=" -L$ac_find_libraries"
14638 fi
14639
14640 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
14641 xpm_link=" -lXpm"
14642 cat >> confdefs.h <<\EOF
14643#define wxHAVE_LIB_XPM 1
14644EOF
14645
14646 echo "$ac_t""found at $ac_find_libraries" 1>&6
14647 else
14648 cat > conftest.$ac_ext <<EOF
14649#line 14650 "configure"
14650#include "confdefs.h"
14651
14652 #include <X11/xpm.h>
14653
14654int main() {
14655
14656 int version;
14657 version = XpmLibraryVersion();
14658
14659; return 0; }
14660EOF
14661if { (eval echo configure:14662: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14662 rm -rf conftest*
14663
14664 xpm_link=" -lXpm"
14665 cat >> confdefs.h <<\EOF
14666#define wxHAVE_LIB_XPM 1
14667EOF
14668
14669 echo "$ac_t""found in default search path" 1>&6
14670 COMPILED_X_PROGRAM=0
14671
14672else
14673 echo "configure: failed program was:" >&5
14674 cat conftest.$ac_ext >&5
14675 rm -rf conftest*
14676
14677 echo "$ac_t""no" 1>&6
14678 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
14679
14680
14681fi
14682rm -f conftest*
14683 fi
14684
14685 echo $ac_n "checking if we need -lXp and/or -lSM -lICE""... $ac_c" 1>&6
14686echo "configure:14687: checking if we need -lXp and/or -lSM -lICE" >&5
14687 libp_link=""
14688 libsm_ice_link=""
14689 libs_found=0
14690 for libp in "" " -lXp"; do
14691 if test "$libs_found" = "0"; then
14692 for libsm_ice in " -lSM -lICE"; do
14693 if test "$libs_found" = "0"; then
14694 save_LIBS="$LIBS"
14695 LIBS="$GUI_TK_LIBRARY -lXm${xpm_link} ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
14696 cat > conftest.$ac_ext <<EOF
14697#line 14698 "configure"
14698#include "confdefs.h"
14699
14700 #include <Xm/Xm.h>
14701 #include <Xm/List.h>
14702
14703int main() {
14704
14705 XmString string = NULL;
14706 Widget w = NULL;
14707 int position = 0;
14708 XmListAddItem(w, string, position);
14709
14710; return 0; }
14711EOF
14712if { (eval echo configure:14713: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14713 rm -rf conftest*
14714
14715 libp_link="$libp"
14716 libsm_ice_link="$libsm_ice"
14717 echo "$ac_t""need${libp_link}${libsm_ice_link}" 1>&6
14718 libs_found=1
14719
14720else
14721 echo "configure: failed program was:" >&5
14722 cat conftest.$ac_ext >&5
14723 rm -rf conftest*
14724
14725
14726fi
14727rm -f conftest*
14728 LIBS="$save_LIBS"
14729 fi
14730 done
14731 fi
14732 done
14733
14734 if test "$libs_found" = "0"; then
14735 echo "$ac_t""can't find the right libraries" 1>&6
14736 { echo "configure: error: can't link a simple motif program" 1>&2; exit 1; }
14737 fi
14738
14739 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXm$xpm_link${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
14740 TOOLKIT_VPATH="\${top_srcdir}/src/motif${PATH_IFS}\${top_srcdir}/src/motif/xmcombo"
14741 TOOLKIT=MOTIF
14742 GUIDIST=MOTIF_DIST
14743 fi
14744
14745 if test "$wxUSE_MAC" = 1; then
14746 if test "$wxUSE_PRECOMP" = "yes"; then
14747 CPPFLAGS="$CPPFLAGS -cpp-precomp"
14748 else
14749 CPPFLAGS="$CPPFLAGS -no-cpp-precomp"
14750 fi
14751 CPPFLAGS="$CPPFLAGS -I/Developer/Headers/FlatCarbon -I\${top_srcdir}/src/mac/morefile"
14752 CFLAGS="$CFLAGS -fpascal-strings"
14753 CXXFLAGS="$CXXFLAGS -fpascal-strings"
14754
14755 TOOLKIT_VPATH="\${top_srcdir}/src/mac${PATH_IFS}\${top_srcdir}/src/mac/morefile"
14756 TOOLKIT=MAC
14757 GUIDIST=MACX_DIST
14758 fi
14759
14760 if test "$wxUSE_PM" = 1; then
14761 TOOLKIT=PM
14762 GUIDIST=GTK_DIST
14763 fi
14764
14765 if test "$TOOLKIT" = "PM" ; then
14766 TOOLKIT_DIR="os2"
14767 else
14768 TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
14769 fi
14770
14771 PORT_FILES="\${top_srcdir}/src/\$(TOOLKITDIR)/files.lst"
14772
14773 if test "$wxUSE_UNIVERSAL" = "yes"; then
14774 ALL_OBJECTS="\$(GUI_LOWLEVEL_OBJS) \${UNIVOBJS}"
14775
14776 ALL_SOURCES="\$(ALL_SOURCES) \${UNIV_SOURCES}"
14777 ALL_HEADERS="\$(ALL_HEADERS) \${UNIV_HEADERS}"
14778
14779 PORT_FILES="${PORT_FILES} \${top_srcdir}/src/univ/files.lst"
14780 if test "$wxUSE_X11" = 1; then
14781 TOOLKIT_VPATH="\${top_srcdir}/src/${TOOLKIT_DIR}${PATH_IFS}\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes"
14782 else
14783 TOOLKIT_VPATH="\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes${PATH_IFS}\${top_srcdir}/src/${TOOLKIT_DIR}"
14784 fi
14785 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
14786 WIDGET_SET=univ
14787 else
14788 ALL_OBJECTS="\$(GUIOBJS)"
14789 ALL_SOURCES="\$(ALL_SOURCES)"
14790 ALL_HEADERS="\$(ALL_HEADERS)"
14791 fi
14792
14793 ALL_OBJECTS="${ALL_OBJECTS} \$(COMMONOBJS) \$(GENERICOBJS)"
14794
14795 if test "$TOOLKIT" != "MSW" -a "$USE_DOS" != 1; then
14796 ALL_OBJECTS="${ALL_OBJECTS} \$(UNIXOBJS)"
14797 fi
14798
14799 if test "$wxUSE_HTML" = "yes"; then
14800 ALL_OBJECTS="${ALL_OBJECTS} \$(HTMLOBJS)"
14801 fi
14802
14803 if test "$wxUSE_LIBJPEG" = "builtin" ; then
14804 ALL_OBJECTS="${ALL_OBJECTS} \$(JPEGOBJS)"
14805 fi
14806 if test "$wxUSE_LIBTIFF" = "builtin" ; then
14807 ALL_OBJECTS="${ALL_OBJECTS} \$(TIFFOBJS)"
14808 fi
14809 if test "$wxUSE_LIBPNG" = "builtin" ; then
14810 ALL_OBJECTS="${ALL_OBJECTS} \$(PNGOBJS)"
14811 fi
14812
14813 GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
14814 DISTDIR="wx\$(TOOLKIT)"
14815else
14816 USE_GUI=0
14817
14818 TOOLKIT_DIR="base"
14819
14820 if test "$USE_WIN32" = 1 ; then
14821 ALL_OBJECTS="\${BASE_OBJS} \${BASE_MSW_OBJS}"
14822 TOOLKIT_VPATH="\${top_srcdir}/src/msw"
14823
14824 TOOLKIT="MSW"
14825 else
14826 ALL_OBJECTS="\${BASE_OBJS} \${BASE_UNIX_OBJS}"
14827 TOOLKIT_VPATH="\${top_srcdir}/src/unix"
14828 fi
14829
14830 ALL_SOURCES="\$(ALL_SOURCES)"
14831 ALL_HEADERS="\$(ALL_HEADERS)"
14832
14833 PORT_FILES="\${top_srcdir}/src/files.lst"
14834
14835 GUIDIST="BASE_DIST"
14836 DISTDIR="wxBase"
14837fi
14838
14839
14840if test "$TOOLKIT" != "MSW" -a "$wxUSE_ODBC" = "yes" ; then
14841 ALL_OBJECTS="${ALL_OBJECTS} \$(IODBCOBJS)"
14842fi
14843
14844if test "$wxUSE_REGEX" = "builtin" ; then
14845 ALL_OBJECTS="${ALL_OBJECTS} \$(REGEXOBJS)"
14846fi
14847if test "$wxUSE_ZLIB" = "builtin" ; then
14848 ALL_OBJECTS="${ALL_OBJECTS} \$(ZLIBOBJS)"
14849fi
14850
14851
14852if test "$wxUSE_OPENGL" = "yes"; then
14853 if test "$wxUSE_MAC" = 1; then
14854 OPENGL_LIBS="-framework OpenGL -framework AGL"
14855 elif test "$wxUSE_MSW" = 1; then
14856 OPENGL_LIBS="-lopengl32 -lglu32"
14857 else
14858 ac_safe=`echo "GL/gl.h" | sed 'y%./+-%__p_%'`
14859echo $ac_n "checking for GL/gl.h""... $ac_c" 1>&6
14860echo "configure:14861: checking for GL/gl.h" >&5
14861if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
14862 echo $ac_n "(cached) $ac_c" 1>&6
14863else
14864 cat > conftest.$ac_ext <<EOF
14865#line 14866 "configure"
14866#include "confdefs.h"
14867#include <GL/gl.h>
14868EOF
14869ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
14870{ (eval echo configure:14871: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
14871ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
14872if test -z "$ac_err"; then
14873 rm -rf conftest*
14874 eval "ac_cv_header_$ac_safe=yes"
14875else
14876 echo "$ac_err" >&5
14877 echo "configure: failed program was:" >&5
14878 cat conftest.$ac_ext >&5
14879 rm -rf conftest*
14880 eval "ac_cv_header_$ac_safe=no"
14881fi
14882rm -f conftest*
14883fi
14884if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
14885 echo "$ac_t""yes" 1>&6
14886
14887 echo $ac_n "checking for -lGL""... $ac_c" 1>&6
14888echo "configure:14889: checking for -lGL" >&5
14889
14890ac_find_libraries=
14891for ac_dir in $SEARCH_LIB;
14892 do
14893 for ac_extension in a so sl dylib; do
14894 if test -f "$ac_dir/libGL.$ac_extension"; then
14895 ac_find_libraries=$ac_dir
14896 break 2
14897 fi
14898 done
14899 done
14900
14901 if test "$ac_find_libraries" != "" ; then
14902
14903 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
14904 result=$?
14905 if test $result = 0; then
14906 ac_path_to_link=""
14907 else
14908 ac_path_to_link=" -L$ac_find_libraries"
14909 fi
14910
14911 if test "$ac_path_to_link" = " -L/usr/lib" ; then
14912 LDFLAGS_GL="$LDFLAGS"
14913 else
14914 LDFLAGS_GL="$LDFLAGS$ac_path_to_link"
14915 fi
14916 OPENGL_LIBS="-lGL -lGLU"
14917 echo "$ac_t""yes" 1>&6
14918 else
14919 echo "$ac_t""no" 1>&6
14920 echo $ac_n "checking for -lMesaGL""... $ac_c" 1>&6
14921echo "configure:14922: checking for -lMesaGL" >&5
14922
14923ac_find_libraries=
14924for ac_dir in $SEARCH_LIB;
14925 do
14926 for ac_extension in a so sl dylib; do
14927 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
14928 ac_find_libraries=$ac_dir
14929 break 2
14930 fi
14931 done
14932 done
14933
14934 if test "$ac_find_libraries" != "" ; then
14935
14936 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
14937 result=$?
14938 if test $result = 0; then
14939 ac_path_to_link=""
14940 else
14941 ac_path_to_link=" -L$ac_find_libraries"
14942 fi
14943
14944 LDFLAGS_GL="$LDFLAGS$ac_path_to_link"
14945 OPENGL_LIBS="-lMesaGL -lMesaGLU"
14946 echo "$ac_t""yes" 1>&6
14947 else
14948 echo "$ac_t""no" 1>&6
14949 fi
14950 fi
14951
14952else
14953 echo "$ac_t""no" 1>&6
14954fi
14955
14956
14957 if test "x$OPENGL_LIBS" = "x"; then
14958 { echo "configure: error: OpenGL libraries not available" 1>&2; exit 1; }
14959 fi
14960 fi
14961
14962 if test "$wxUSE_OPENGL" = "yes"; then
14963 cat >> confdefs.h <<\EOF
14964#define wxUSE_OPENGL 1
14965EOF
14966
14967 cat >> confdefs.h <<\EOF
14968#define wxUSE_GLCANVAS 1
14969EOF
14970
14971 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl"
14972 fi
14973fi
14974
14975if test -z "$TOOLKIT_VPATH" ; then
14976 TOOLKIT_VPATH="\${top_srcdir}/src/${TOOLKIT_DIR}"
14977fi
14978
14979if test -n "$TOOLKIT" ; then
14980 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
14981fi
14982
14983lib_unicode_suffix=
14984if test "$wxUSE_UNICODE" = "yes"; then
14985 lib_unicode_suffix=u
14986fi
14987
14988lib_debug_suffix=
14989if test "$wxUSE_DEBUG_FLAG" = "yes"; then
14990 lib_debug_suffix=d
14991fi
14992
14993TOOLCHAIN_NAME="${TOOLKIT_DIR}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}-${WX_RELEASE}"
14994TOOLCHAIN_NAME_GL="${TOOLKIT_DIR}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}_gl-${WX_RELEASE}"
14995
14996if test "$cross_compiling" = "yes"; then
14997 TOOLCHAIN_NAME="${TOOLCHAIN_NAME}-${host_alias}"
14998 TOOLCHAIN_NAME_GL="${TOOLCHAIN_NAME_GL}-${host_alias}"
14999fi
15000
15001WX_LIBRARY="wx_${TOOLCHAIN_NAME}"
15002WX_LIBRARY_GL="wx_${TOOLCHAIN_NAME_GL}"
15003
15004WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
15005WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
15006
15007WX_LIBRARY_LINK1="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}"
15008WX_LIBRARY_LINK2="lib${WX_LIBRARY}.${SO_SUFFIX}"
15009WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}"
15010WX_LIBRARY_LINK2_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
15011
15012case "${host}" in
15013 *-*-cygwin* | *-*-mingw32* )
15014
15015
15016
15017 if test "$cross_compiling" != "yes" -a "$TOOLKIT_DIR" = "msw"; then
15018 WX_LIBRARY="wxmsw${WX_MSW_VERSION}${lib_unicode_suffix}${lib_debug_suffix}"
15019 WX_LIBRARY_GL="wxmsw_gl${WX_MSW_VERSION}${lib_unicode_suffix}${lib_debug_suffix}"
15020 WX_LIBRARY_NAME_SHARED="${WX_LIBRARY}.${SO_SUFFIX}"
15021 WX_LIBRARY_NAME_SHARED_GL="${WX_LIBRARY_GL}.${SO_SUFFIX}"
15022 else
15023 WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${SO_SUFFIX}"
15024 WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
15025 fi
15026 ;;
15027
15028 *-*-darwin* )
15029 if test "$wxUSE_MAC" = 1; then
15030 WX_RESOURCES_MACOSX_ASCII="lib${WX_LIBRARY}.r"
15031 WX_RESOURCES_MACOSX_DATA="lib${WX_LIBRARY}.rsrc"
15032 fi
15033 ;;
15034esac
15035
15036WX_LIBRARY_NAME_STATIC="lib${WX_LIBRARY}.a"
15037WX_LIBRARY_NAME_STATIC_GL="lib${WX_LIBRARY_GL}.a"
15038
15039WXCONFIG_LIBS="-l${WX_LIBRARY}"
15040WXCONFIG_LIBS_STATIC="lib${WX_LIBRARY}.a"
15041
15042if test "$wxUSE_OPENGL" = "yes"; then
15043 WXCONFIG_LIBS_GL="-l${WX_LIBRARY_GL} ${OPENGL_LIBS}"
15044 WXCONFIG_LIBS_STATIC_GL="lib${WX_LIBRARY_GL}.a ${OPENGL_LIBS}"
15045fi
15046
15047
15048
15049if test "$wxUSE_SHARED" = "yes"; then
15050 case "${host}" in
15051 *-pc-os2_emx | *-pc-os2-emx | \
15052 *-pc-msdosdjgpp )
15053 wxUSE_SHARED=no
15054 echo "configure: warning: Host system doesn't support shared libraries, disabling" 1>&2
15055 ;;
15056 esac
15057fi
15058
15059if test "$wxUSE_SHARED" = "yes"; then
15060
15061 if test "$wxUSE_OPENGL" = "yes"; then
15062 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
15063 WX_ALL="\$(build_libdir)/${WX_LIBRARY_LINK1} \$(build_libdir)/${WX_LIBRARY_LINK1_GL}"
15064 else
15065 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
15066 WX_ALL="\$(build_libdir)/${WX_LIBRARY_LINK1}"
15067 fi
15068
15069 if test "$GCC" = "yes"; then
15070 PIC_FLAG="-fPIC"
15071 fi
15072
15073 SHARED_LD="${CXX} -shared -o"
15074
15075 case "${host}" in
15076 *-hp-hpux* )
15077 if test "$GCC" == "yes"; then
15078 SHARED_LD="${SHARED_LD} ${PIC_FLAG}"
15079 else
15080 LDFLAGS="$LDFLAGS -L/usr/lib"
15081
15082 SHARED_LD="${CXX} -b -o"
15083 PIC_FLAG="+Z"
15084 fi
15085
15086 if test "$wxUSE_OPENGL" = "yes"; then
15087 WX_ALL_INSTALLED="preinstall_gl"
15088 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED} \$(build_libdir)/${WX_LIBRARY_NAME_SHARED_GL}"
15089 else
15090 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED}"
15091 fi
15092 ;;
15093
15094 *-*-linux* )
15095 if test "$GCC" != "yes"; then
15096 echo $ac_n "checking for Intel compiler""... $ac_c" 1>&6
15097echo "configure:15098: checking for Intel compiler" >&5
15098if eval "test \"`echo '$''{'wx_cv_prog_icc'+set}'`\" = set"; then
15099 echo $ac_n "(cached) $ac_c" 1>&6
15100else
15101
15102 cat > conftest.$ac_ext <<EOF
15103#line 15104 "configure"
15104#include "confdefs.h"
15105
15106int main() {
15107
15108 #ifndef __INTEL_COMPILER
15109 #error Not icc
15110 #endif
15111
15112; return 0; }
15113EOF
15114if { (eval echo configure:15115: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15115 rm -rf conftest*
15116 wx_cv_prog_icc=yes
15117else
15118 echo "configure: failed program was:" >&5
15119 cat conftest.$ac_ext >&5
15120 rm -rf conftest*
15121 wx_cv_prog_icc=no
15122
15123fi
15124rm -f conftest*
15125
15126fi
15127
15128echo "$ac_t""$wx_cv_prog_icc" 1>&6
15129 if test "$wx_cv_prog_icc" = "yes"; then
15130 PIC_FLAG="-KPIC"
15131 fi
15132 fi
15133
15134 if test "$wxUSE_SONAME" = "yes" ; then
15135 SONAME_FLAGS="-Wl,-soname,${WX_LIBRARY_LINK1}"
15136 SONAME_FLAGS_GL="-Wl,-soname,${WX_LIBRARY_LINK1_GL}"
15137 WX_TARGET_LIBRARY_SONAME="-Wl,-soname,\$(TARGETLIB_LINK1)"
15138 fi
15139 ;;
15140
15141 *-*-solaris2* )
15142 if test "$GCC" = yes ; then
15143 CPPFLAGS="$CPPFLAGS -isystem /usr/openwin/include"
15144 else
15145 SHARED_LD="${CXX} -G -o"
15146 PIC_FLAG="-KPIC"
15147 SONAME_FLAGS="-h ${WX_LIBRARY_NAME_SHARED}"
15148 SONAME_FLAGS_GL="-h ${WX_LIBRARY_NAME_SHARED_GL}"
15149 fi
15150 ;;
15151
15152 *-*-darwin* )
15153 CFLAGS="$CFLAGS -fno-common -DWXMAKINGDLL"
15154 CXXFLAGS="$CXXFLAGS -fno-common -DWXMAKINGDLL"
15155 SHARED_LD="\${top_srcdir}/distrib/mac/shared-ld-sh -undefined suppress -flat_namespace -o"
15156 PIC_FLAG="-dynamic -fPIC"
15157 SONAME_FLAGS="-compatibility_version ${WX_RELEASE} -current_version ${WX_VERSION}"
15158 SONAME_FLAGS_GL=${SONAME_FLAGS}
15159 ;;
15160
15161 *-*-aix* )
15162 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
15163set dummy makeC++SharedLib; ac_word=$2
15164echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
15165echo "configure:15166: checking for $ac_word" >&5
15166if eval "test \"`echo '$''{'ac_cv_prog_AIX_CXX_LD'+set}'`\" = set"; then
15167 echo $ac_n "(cached) $ac_c" 1>&6
15168else
15169 if test -n "$AIX_CXX_LD"; then
15170 ac_cv_prog_AIX_CXX_LD="$AIX_CXX_LD" # Let the user override the test.
15171else
15172 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
15173 ac_dummy="$PATH"
15174 for ac_dir in $ac_dummy; do
15175 test -z "$ac_dir" && ac_dir=.
15176 if test -f $ac_dir/$ac_word; then
15177 ac_cv_prog_AIX_CXX_LD="makeC++SharedLib"
15178 break
15179 fi
15180 done
15181 IFS="$ac_save_ifs"
15182 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD="/usr/lpp/xlC/bin/makeC++SharedLib"
15183fi
15184fi
15185AIX_CXX_LD="$ac_cv_prog_AIX_CXX_LD"
15186if test -n "$AIX_CXX_LD"; then
15187 echo "$ac_t""$AIX_CXX_LD" 1>&6
15188else
15189 echo "$ac_t""no" 1>&6
15190fi
15191
15192
15193 SHARED_LD="$(AIX_CXX_LD) -p 0 -o"
15194 ;;
15195
15196 *-*-cygwin* | *-*-mingw32* )
15197
15198 WX_LIBRARY_IMPORTLIB="${WX_LIBRARY_NAME_SHARED}.a"
15199
15200 SHARED_LD="${CXX} -shared -Wl,--out-implib,lib/${WX_LIBRARY_IMPORTLIB} -o"
15201 TOOLCHAIN_DLL_DEFS="${TOOLCHAIN_DLL_DEFS} -DWXUSINGDLL=1"
15202
15203 PIC_FLAG="-UWXUSINGDLL -DWXMAKINGDLL=1 -D_DLL=1 -D_WINDLL=1"
15204
15205 if test "$wxUSE_OPENGL" = "yes"; then
15206 WX_ALL_INSTALLED="preinstall_gl"
15207 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED} \$(build_libdir)/${WX_LIBRARY_NAME_SHARED_GL}"
15208 else
15209 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED}"
15210 fi
15211 ;;
15212
15213 *-*-beos* )
15214 SHARED_LD="${LD} -shared -o"
15215 ;;
15216
15217 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
15218 *-*-sunos4* | \
15219 *-*-irix5* | *-*-irix6* | \
15220 *-*-osf* | \
15221 *-*-dgux5* | \
15222 *-*-sysv5* )
15223 ;;
15224
15225 *)
15226 { echo "configure: error: unknown system type $host." 1>&2; exit 1; }
15227 esac
15228
15229 if test "x$WX_TARGET_LIBRARY" = "x"; then
15230 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_SHARED}"
15231 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_SHARED_GL}"
15232 fi
15233
15234 WX_TARGET_LIBRARY_TYPE="so"
15235 INSTALL_LIBRARY='$(INSTALL_PROGRAM)'
15236fi
15237
15238if test "$wxUSE_SHARED" = "no"; then
15239
15240 if test "$wxUSE_GUI" = "no" -o "$USE_WIN32" = 1 ; then
15241 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall"
15242 fi
15243
15244 if test "$wxUSE_MAC" = 1; then
15245 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall"
15246 fi
15247
15248 if test "$wxUSE_OPENGL" = "yes"; then
15249 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall_gl"
15250 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC} \$(build_libdir)/${WX_LIBRARY_NAME_STATIC_GL}"
15251 else
15252 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC}"
15253 fi
15254
15255 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}"
15256 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_STATIC_GL}"
15257
15258 WX_TARGET_LIBRARY_TYPE="a"
15259 INSTALL_LIBRARY='$(INSTALL_DATA)'
15260fi
15261
15262if test "$wxUSE_MAC" = 1; then
15263 LIBWXMACRES="\$(top_builddir)/lib/${WX_RESOURCES_MACOSX_ASCII}"
15264 WX_ALL="${WX_ALL} ${LIBWXMACRES}"
15265 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall_res"
15266 # Extract the first word of "Rez", so it can be a program name with args.
15267set dummy Rez; ac_word=$2
15268echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
15269echo "configure:15270: checking for $ac_word" >&5
15270if eval "test \"`echo '$''{'ac_cv_prog_RESCOMP'+set}'`\" = set"; then
15271 echo $ac_n "(cached) $ac_c" 1>&6
15272else
15273 if test -n "$RESCOMP"; then
15274 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
15275else
15276 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
15277 ac_dummy="$PATH"
15278 for ac_dir in $ac_dummy; do
15279 test -z "$ac_dir" && ac_dir=.
15280 if test -f $ac_dir/$ac_word; then
15281 ac_cv_prog_RESCOMP="Rez"
15282 break
15283 fi
15284 done
15285 IFS="$ac_save_ifs"
15286 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez"
15287fi
15288fi
15289RESCOMP="$ac_cv_prog_RESCOMP"
15290if test -n "$RESCOMP"; then
15291 echo "$ac_t""$RESCOMP" 1>&6
15292else
15293 echo "$ac_t""no" 1>&6
15294fi
15295
15296 # Extract the first word of "DeRez", so it can be a program name with args.
15297set dummy DeRez; ac_word=$2
15298echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
15299echo "configure:15300: checking for $ac_word" >&5
15300if eval "test \"`echo '$''{'ac_cv_prog_DEREZ'+set}'`\" = set"; then
15301 echo $ac_n "(cached) $ac_c" 1>&6
15302else
15303 if test -n "$DEREZ"; then
15304 ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
15305else
15306 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
15307 ac_dummy="$PATH"
15308 for ac_dir in $ac_dummy; do
15309 test -z "$ac_dir" && ac_dir=.
15310 if test -f $ac_dir/$ac_word; then
15311 ac_cv_prog_DEREZ="DeRez"
15312 break
15313 fi
15314 done
15315 IFS="$ac_save_ifs"
15316 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez"
15317fi
15318fi
15319DEREZ="$ac_cv_prog_DEREZ"
15320if test -n "$DEREZ"; then
15321 echo "$ac_t""$DEREZ" 1>&6
15322else
15323 echo "$ac_t""no" 1>&6
15324fi
15325
15326 MACOSX_BUNDLE="bundle"
15327 if test "$wxUSE_SHARED" = "yes"; then
15328 LIBWXMACRESCOMP="\$(RESCOMP) -t APPL Carbon.r -o \$(BIN_PROGRAM)"
15329 LIBWXMACRESWXCONFIG="${RESCOMP} -t APPL Carbon.r -o"
15330 else
15331 LIBWXMACRESCOMP="\$(RESCOMP) -t APPL Carbon.r ${LIBWXMACRES} -o \$(BIN_PROGRAM)"
15332 LIBWXMACRESWXCONFIG="${RESCOMP} -t APPL Carbon.r \${prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
15333 fi
15334else
15335 if test "$wxUSE_PM" = 1; then
15336 LIBWXMACRESCOMP="emxbind -ep \$(BIN_PROGRAM)"
15337 fi
15338fi
15339
15340
15341echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
15342echo "configure:15343: checking for ANSI C header files" >&5
15343if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
15344 echo $ac_n "(cached) $ac_c" 1>&6
15345else
15346 cat > conftest.$ac_ext <<EOF
15347#line 15348 "configure"
15348#include "confdefs.h"
15349#include <stdlib.h>
15350#include <stdarg.h>
15351#include <string.h>
15352#include <float.h>
15353EOF
15354ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
15355{ (eval echo configure:15356: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
15356ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
15357if test -z "$ac_err"; then
15358 rm -rf conftest*
15359 ac_cv_header_stdc=yes
15360else
15361 echo "$ac_err" >&5
15362 echo "configure: failed program was:" >&5
15363 cat conftest.$ac_ext >&5
15364 rm -rf conftest*
15365 ac_cv_header_stdc=no
15366fi
15367rm -f conftest*
15368
15369if test $ac_cv_header_stdc = yes; then
15370 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
15371cat > conftest.$ac_ext <<EOF
15372#line 15373 "configure"
15373#include "confdefs.h"
15374#include <string.h>
15375EOF
15376if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15377 egrep "memchr" >/dev/null 2>&1; then
15378 :
15379else
15380 rm -rf conftest*
15381 ac_cv_header_stdc=no
15382fi
15383rm -f conftest*
15384
15385fi
15386
15387if test $ac_cv_header_stdc = yes; then
15388 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
15389cat > conftest.$ac_ext <<EOF
15390#line 15391 "configure"
15391#include "confdefs.h"
15392#include <stdlib.h>
15393EOF
15394if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15395 egrep "free" >/dev/null 2>&1; then
15396 :
15397else
15398 rm -rf conftest*
15399 ac_cv_header_stdc=no
15400fi
15401rm -f conftest*
15402
15403fi
15404
15405if test $ac_cv_header_stdc = yes; then
15406 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
15407if test "$cross_compiling" = yes; then
15408 :
15409else
15410 cat > conftest.$ac_ext <<EOF
15411#line 15412 "configure"
15412#include "confdefs.h"
15413#include <ctype.h>
15414#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
15415#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
15416#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
15417int main () { int i; for (i = 0; i < 256; i++)
15418if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
15419exit (0); }
15420
15421EOF
15422if { (eval echo configure:15423: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
15423then
15424 :
15425else
15426 echo "configure: failed program was:" >&5
15427 cat conftest.$ac_ext >&5
15428 rm -fr conftest*
15429 ac_cv_header_stdc=no
15430fi
15431rm -fr conftest*
15432fi
15433
15434fi
15435fi
15436
15437echo "$ac_t""$ac_cv_header_stdc" 1>&6
15438if test $ac_cv_header_stdc = yes; then
15439 cat >> confdefs.h <<\EOF
15440#define STDC_HEADERS 1
15441EOF
15442
15443fi
15444
15445echo $ac_n "checking for mode_t""... $ac_c" 1>&6
15446echo "configure:15447: checking for mode_t" >&5
15447if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
15448 echo $ac_n "(cached) $ac_c" 1>&6
15449else
15450 cat > conftest.$ac_ext <<EOF
15451#line 15452 "configure"
15452#include "confdefs.h"
15453#include <sys/types.h>
15454#if STDC_HEADERS
15455#include <stdlib.h>
15456#include <stddef.h>
15457#endif
15458EOF
15459if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15460 egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
15461 rm -rf conftest*
15462 ac_cv_type_mode_t=yes
15463else
15464 rm -rf conftest*
15465 ac_cv_type_mode_t=no
15466fi
15467rm -f conftest*
15468
15469fi
15470echo "$ac_t""$ac_cv_type_mode_t" 1>&6
15471if test $ac_cv_type_mode_t = no; then
15472 cat >> confdefs.h <<\EOF
15473#define mode_t int
15474EOF
15475
15476fi
15477
15478echo $ac_n "checking for off_t""... $ac_c" 1>&6
15479echo "configure:15480: checking for off_t" >&5
15480if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
15481 echo $ac_n "(cached) $ac_c" 1>&6
15482else
15483 cat > conftest.$ac_ext <<EOF
15484#line 15485 "configure"
15485#include "confdefs.h"
15486#include <sys/types.h>
15487#if STDC_HEADERS
15488#include <stdlib.h>
15489#include <stddef.h>
15490#endif
15491EOF
15492if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15493 egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
15494 rm -rf conftest*
15495 ac_cv_type_off_t=yes
15496else
15497 rm -rf conftest*
15498 ac_cv_type_off_t=no
15499fi
15500rm -f conftest*
15501
15502fi
15503echo "$ac_t""$ac_cv_type_off_t" 1>&6
15504if test $ac_cv_type_off_t = no; then
15505 cat >> confdefs.h <<\EOF
15506#define off_t long
15507EOF
15508
15509fi
15510
15511echo $ac_n "checking for pid_t""... $ac_c" 1>&6
15512echo "configure:15513: checking for pid_t" >&5
15513if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
15514 echo $ac_n "(cached) $ac_c" 1>&6
15515else
15516 cat > conftest.$ac_ext <<EOF
15517#line 15518 "configure"
15518#include "confdefs.h"
15519#include <sys/types.h>
15520#if STDC_HEADERS
15521#include <stdlib.h>
15522#include <stddef.h>
15523#endif
15524EOF
15525if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15526 egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
15527 rm -rf conftest*
15528 ac_cv_type_pid_t=yes
15529else
15530 rm -rf conftest*
15531 ac_cv_type_pid_t=no
15532fi
15533rm -f conftest*
15534
15535fi
15536echo "$ac_t""$ac_cv_type_pid_t" 1>&6
15537if test $ac_cv_type_pid_t = no; then
15538 cat >> confdefs.h <<\EOF
15539#define pid_t int
15540EOF
15541
15542fi
15543
15544echo $ac_n "checking for size_t""... $ac_c" 1>&6
15545echo "configure:15546: checking for size_t" >&5
15546if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
15547 echo $ac_n "(cached) $ac_c" 1>&6
15548else
15549 cat > conftest.$ac_ext <<EOF
15550#line 15551 "configure"
15551#include "confdefs.h"
15552#include <sys/types.h>
15553#if STDC_HEADERS
15554#include <stdlib.h>
15555#include <stddef.h>
15556#endif
15557EOF
15558if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15559 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
15560 rm -rf conftest*
15561 ac_cv_type_size_t=yes
15562else
15563 rm -rf conftest*
15564 ac_cv_type_size_t=no
15565fi
15566rm -f conftest*
15567
15568fi
15569echo "$ac_t""$ac_cv_type_size_t" 1>&6
15570if test $ac_cv_type_size_t = no; then
15571 cat >> confdefs.h <<\EOF
15572#define size_t unsigned
15573EOF
15574
15575fi
15576
15577echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
15578echo "configure:15579: checking for uid_t in sys/types.h" >&5
15579if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
15580 echo $ac_n "(cached) $ac_c" 1>&6
15581else
15582 cat > conftest.$ac_ext <<EOF
15583#line 15584 "configure"
15584#include "confdefs.h"
15585#include <sys/types.h>
15586EOF
15587if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15588 egrep "uid_t" >/dev/null 2>&1; then
15589 rm -rf conftest*
15590 ac_cv_type_uid_t=yes
15591else
15592 rm -rf conftest*
15593 ac_cv_type_uid_t=no
15594fi
15595rm -f conftest*
15596
15597fi
15598
15599echo "$ac_t""$ac_cv_type_uid_t" 1>&6
15600if test $ac_cv_type_uid_t = no; then
15601 cat >> confdefs.h <<\EOF
15602#define uid_t int
15603EOF
15604
15605 cat >> confdefs.h <<\EOF
15606#define gid_t int
15607EOF
15608
15609fi
15610
15611
15612
15613ac_ext=C
15614# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15615ac_cpp='$CXXCPP $CPPFLAGS'
15616ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15617ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15618cross_compiling=$ac_cv_prog_cxx_cross
15619
15620echo $ac_n "checking if size_t is unsigned int""... $ac_c" 1>&6
15621echo "configure:15622: checking if size_t is unsigned int" >&5
15622if eval "test \"`echo '$''{'wx_cv_size_t_is_uint'+set}'`\" = set"; then
15623 echo $ac_n "(cached) $ac_c" 1>&6
15624else
15625 cat > conftest.$ac_ext <<EOF
15626#line 15627 "configure"
15627#include "confdefs.h"
15628#include <stddef.h>
15629int main() {
15630
15631 return 0; }
15632
15633 struct Foo { void foo(size_t); void foo(unsigned int); };
15634
15635 int bar() {
15636
15637; return 0; }
15638EOF
15639if { (eval echo configure:15640: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15640 rm -rf conftest*
15641 wx_cv_size_t_is_uint=no
15642else
15643 echo "configure: failed program was:" >&5
15644 cat conftest.$ac_ext >&5
15645 rm -rf conftest*
15646 wx_cv_size_t_is_uint=yes
15647
15648fi
15649rm -f conftest*
15650
15651fi
15652
15653echo "$ac_t""$wx_cv_size_t_is_uint" 1>&6
15654
15655if test "$wx_cv_size_t_is_uint" = "yes"; then
15656 cat >> confdefs.h <<\EOF
15657#define wxSIZE_T_IS_UINT 1
15658EOF
15659
15660else
15661 echo $ac_n "checking if size_t is unsigned long""... $ac_c" 1>&6
15662echo "configure:15663: checking if size_t is unsigned long" >&5
15663if eval "test \"`echo '$''{'wx_cv_size_t_is_ulong'+set}'`\" = set"; then
15664 echo $ac_n "(cached) $ac_c" 1>&6
15665else
15666 cat > conftest.$ac_ext <<EOF
15667#line 15668 "configure"
15668#include "confdefs.h"
15669#include <stddef.h>
15670int main() {
15671
15672 return 0; }
15673
15674 struct Foo { void foo(size_t); void foo(unsigned long); };
15675
15676 int bar() {
15677
15678; return 0; }
15679EOF
15680if { (eval echo configure:15681: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15681 rm -rf conftest*
15682 wx_cv_size_t_is_ulong=no
15683else
15684 echo "configure: failed program was:" >&5
15685 cat conftest.$ac_ext >&5
15686 rm -rf conftest*
15687 wx_cv_size_t_is_ulong=yes
15688
15689fi
15690rm -f conftest*
15691
15692fi
15693
15694echo "$ac_t""$wx_cv_size_t_is_ulong" 1>&6
15695
15696 if test "$wx_cv_size_t_is_ulong" = "yes"; then
15697 cat >> confdefs.h <<\EOF
15698#define wxSIZE_T_IS_ULONG 1
15699EOF
15700
15701 fi
15702fi
15703
15704ac_ext=c
15705# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15706ac_cpp='$CPP $CPPFLAGS'
15707ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15708ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15709cross_compiling=$ac_cv_prog_cc_cross
15710
15711
15712
15713echo $ac_n "checking for pw_gecos in struct passwd""... $ac_c" 1>&6
15714echo "configure:15715: checking for pw_gecos in struct passwd" >&5
15715if eval "test \"`echo '$''{'wx_cv_struct_pw_gecos'+set}'`\" = set"; then
15716 echo $ac_n "(cached) $ac_c" 1>&6
15717else
15718
15719 cat > conftest.$ac_ext <<EOF
15720#line 15721 "configure"
15721#include "confdefs.h"
15722#include <pwd.h>
15723int main() {
15724
15725 char *p;
15726 struct passwd *pw;
15727 p = pw->pw_gecos;
15728
15729; return 0; }
15730EOF
15731if { (eval echo configure:15732: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15732 rm -rf conftest*
15733
15734 wx_cv_struct_pw_gecos=yes
15735
15736else
15737 echo "configure: failed program was:" >&5
15738 cat conftest.$ac_ext >&5
15739 rm -rf conftest*
15740
15741 wx_cv_struct_pw_gecos=no
15742
15743
15744fi
15745rm -f conftest*
15746
15747
15748fi
15749
15750echo "$ac_t""$wx_cv_struct_pw_gecos" 1>&6
15751
15752if test "$wx_cv_struct_pw_gecos" = "yes"; then
15753 cat >> confdefs.h <<\EOF
15754#define HAVE_PW_GECOS 1
15755EOF
15756
15757fi
15758
15759
15760WCHAR_OK=0
15761if test "$wx_cv_sizeof_wchar_t" != "0"; then
15762 WCHAR_LINK=
15763 for ac_func in wcslen
15764do
15765echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15766echo "configure:15767: checking for $ac_func" >&5
15767if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15768 echo $ac_n "(cached) $ac_c" 1>&6
15769else
15770 cat > conftest.$ac_ext <<EOF
15771#line 15772 "configure"
15772#include "confdefs.h"
15773/* System header to define __stub macros and hopefully few prototypes,
15774 which can conflict with char $ac_func(); below. */
15775#include <assert.h>
15776/* Override any gcc2 internal prototype to avoid an error. */
15777/* We use char because int might match the return type of a gcc2
15778 builtin and then its argument prototype would still apply. */
15779char $ac_func();
15780
15781int main() {
15782
15783/* The GNU C library defines this for functions which it implements
15784 to always fail with ENOSYS. Some functions are actually named
15785 something starting with __ and the normal name is an alias. */
15786#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15787choke me
15788#else
15789$ac_func();
15790#endif
15791
15792; return 0; }
15793EOF
15794if { (eval echo configure:15795: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15795 rm -rf conftest*
15796 eval "ac_cv_func_$ac_func=yes"
15797else
15798 echo "configure: failed program was:" >&5
15799 cat conftest.$ac_ext >&5
15800 rm -rf conftest*
15801 eval "ac_cv_func_$ac_func=no"
15802fi
15803rm -f conftest*
15804fi
15805
15806if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15807 echo "$ac_t""yes" 1>&6
15808 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15809 cat >> confdefs.h <<EOF
15810#define $ac_tr_func 1
15811EOF
15812
15813 cat >> confdefs.h <<\EOF
15814#define HAVE_WCSLEN 1
15815EOF
15816
15817 WCHAR_OK=1
15818
15819else
15820 echo "$ac_t""no" 1>&6
15821fi
15822done
15823
15824
15825 if test "$WCHAR_OK" = 0; then
15826 if test "$TOOLKIT" = "MSW"; then
15827 echo $ac_n "checking for wcslen in -lmsvcrt""... $ac_c" 1>&6
15828echo "configure:15829: checking for wcslen in -lmsvcrt" >&5
15829ac_lib_var=`echo msvcrt'_'wcslen | sed 'y%./+-%__p_%'`
15830if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15831 echo $ac_n "(cached) $ac_c" 1>&6
15832else
15833 ac_save_LIBS="$LIBS"
15834LIBS="-lmsvcrt $LIBS"
15835cat > conftest.$ac_ext <<EOF
15836#line 15837 "configure"
15837#include "confdefs.h"
15838/* Override any gcc2 internal prototype to avoid an error. */
15839/* We use char because int might match the return type of a gcc2
15840 builtin and then its argument prototype would still apply. */
15841char wcslen();
15842
15843int main() {
15844wcslen()
15845; return 0; }
15846EOF
15847if { (eval echo configure:15848: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15848 rm -rf conftest*
15849 eval "ac_cv_lib_$ac_lib_var=yes"
15850else
15851 echo "configure: failed program was:" >&5
15852 cat conftest.$ac_ext >&5
15853 rm -rf conftest*
15854 eval "ac_cv_lib_$ac_lib_var=no"
15855fi
15856rm -f conftest*
15857LIBS="$ac_save_LIBS"
15858
15859fi
15860if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15861 echo "$ac_t""yes" 1>&6
15862
15863 cat >> confdefs.h <<\EOF
15864#define HAVE_WCSLEN 1
15865EOF
15866
15867 WCHAR_OK=1
15868
15869else
15870 echo "$ac_t""no" 1>&6
15871fi
15872
15873 else
15874 echo $ac_n "checking for wcslen in -lw""... $ac_c" 1>&6
15875echo "configure:15876: checking for wcslen in -lw" >&5
15876ac_lib_var=`echo w'_'wcslen | sed 'y%./+-%__p_%'`
15877if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15878 echo $ac_n "(cached) $ac_c" 1>&6
15879else
15880 ac_save_LIBS="$LIBS"
15881LIBS="-lw $LIBS"
15882cat > conftest.$ac_ext <<EOF
15883#line 15884 "configure"
15884#include "confdefs.h"
15885/* Override any gcc2 internal prototype to avoid an error. */
15886/* We use char because int might match the return type of a gcc2
15887 builtin and then its argument prototype would still apply. */
15888char wcslen();
15889
15890int main() {
15891wcslen()
15892; return 0; }
15893EOF
15894if { (eval echo configure:15895: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15895 rm -rf conftest*
15896 eval "ac_cv_lib_$ac_lib_var=yes"
15897else
15898 echo "configure: failed program was:" >&5
15899 cat conftest.$ac_ext >&5
15900 rm -rf conftest*
15901 eval "ac_cv_lib_$ac_lib_var=no"
15902fi
15903rm -f conftest*
15904LIBS="$ac_save_LIBS"
15905
15906fi
15907if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15908 echo "$ac_t""yes" 1>&6
15909
15910 cat >> confdefs.h <<\EOF
15911#define HAVE_WCSLEN 1
15912EOF
15913
15914 WCHAR_LINK=" -lw"
15915 WCHAR_OK=1
15916
15917else
15918 echo "$ac_t""no" 1>&6
15919fi
15920
15921 fi
15922 fi
15923fi
15924
15925if test "$WCHAR_OK" = 1; then
15926 cat >> confdefs.h <<\EOF
15927#define wxUSE_WCHAR_T 1
15928EOF
15929
15930
15931 for ac_func in wcsrtombs
15932do
15933echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15934echo "configure:15935: checking for $ac_func" >&5
15935if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15936 echo $ac_n "(cached) $ac_c" 1>&6
15937else
15938 cat > conftest.$ac_ext <<EOF
15939#line 15940 "configure"
15940#include "confdefs.h"
15941/* System header to define __stub macros and hopefully few prototypes,
15942 which can conflict with char $ac_func(); below. */
15943#include <assert.h>
15944/* Override any gcc2 internal prototype to avoid an error. */
15945/* We use char because int might match the return type of a gcc2
15946 builtin and then its argument prototype would still apply. */
15947char $ac_func();
15948
15949int main() {
15950
15951/* The GNU C library defines this for functions which it implements
15952 to always fail with ENOSYS. Some functions are actually named
15953 something starting with __ and the normal name is an alias. */
15954#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15955choke me
15956#else
15957$ac_func();
15958#endif
15959
15960; return 0; }
15961EOF
15962if { (eval echo configure:15963: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15963 rm -rf conftest*
15964 eval "ac_cv_func_$ac_func=yes"
15965else
15966 echo "configure: failed program was:" >&5
15967 cat conftest.$ac_ext >&5
15968 rm -rf conftest*
15969 eval "ac_cv_func_$ac_func=no"
15970fi
15971rm -f conftest*
15972fi
15973
15974if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15975 echo "$ac_t""yes" 1>&6
15976 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15977 cat >> confdefs.h <<EOF
15978#define $ac_tr_func 1
15979EOF
15980
15981else
15982 echo "$ac_t""no" 1>&6
15983fi
15984done
15985
15986else
15987 if test "$USE_DARWIN" = 1; then
15988 cat >> confdefs.h <<\EOF
15989#define wxUSE_WCHAR_T 1
15990EOF
15991
15992 else
15993 echo "configure: warning: Wide character support is unavailable" 1>&2
15994 fi
15995fi
15996
15997echo $ac_n "checking for vprintf""... $ac_c" 1>&6
15998echo "configure:15999: checking for vprintf" >&5
15999if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
16000 echo $ac_n "(cached) $ac_c" 1>&6
16001else
16002 cat > conftest.$ac_ext <<EOF
16003#line 16004 "configure"
16004#include "confdefs.h"
16005/* System header to define __stub macros and hopefully few prototypes,
16006 which can conflict with char vprintf(); below. */
16007#include <assert.h>
16008/* Override any gcc2 internal prototype to avoid an error. */
16009/* We use char because int might match the return type of a gcc2
16010 builtin and then its argument prototype would still apply. */
16011char vprintf();
16012
16013int main() {
16014
16015/* The GNU C library defines this for functions which it implements
16016 to always fail with ENOSYS. Some functions are actually named
16017 something starting with __ and the normal name is an alias. */
16018#if defined (__stub_vprintf) || defined (__stub___vprintf)
16019choke me
16020#else
16021vprintf();
16022#endif
16023
16024; return 0; }
16025EOF
16026if { (eval echo configure:16027: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16027 rm -rf conftest*
16028 eval "ac_cv_func_vprintf=yes"
16029else
16030 echo "configure: failed program was:" >&5
16031 cat conftest.$ac_ext >&5
16032 rm -rf conftest*
16033 eval "ac_cv_func_vprintf=no"
16034fi
16035rm -f conftest*
16036fi
16037
16038if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
16039 echo "$ac_t""yes" 1>&6
16040 cat >> confdefs.h <<\EOF
16041#define HAVE_VPRINTF 1
16042EOF
16043
16044else
16045 echo "$ac_t""no" 1>&6
16046fi
16047
16048if test "$ac_cv_func_vprintf" != yes; then
16049echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
16050echo "configure:16051: checking for _doprnt" >&5
16051if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
16052 echo $ac_n "(cached) $ac_c" 1>&6
16053else
16054 cat > conftest.$ac_ext <<EOF
16055#line 16056 "configure"
16056#include "confdefs.h"
16057/* System header to define __stub macros and hopefully few prototypes,
16058 which can conflict with char _doprnt(); below. */
16059#include <assert.h>
16060/* Override any gcc2 internal prototype to avoid an error. */
16061/* We use char because int might match the return type of a gcc2
16062 builtin and then its argument prototype would still apply. */
16063char _doprnt();
16064
16065int main() {
16066
16067/* The GNU C library defines this for functions which it implements
16068 to always fail with ENOSYS. Some functions are actually named
16069 something starting with __ and the normal name is an alias. */
16070#if defined (__stub__doprnt) || defined (__stub____doprnt)
16071choke me
16072#else
16073_doprnt();
16074#endif
16075
16076; return 0; }
16077EOF
16078if { (eval echo configure:16079: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16079 rm -rf conftest*
16080 eval "ac_cv_func__doprnt=yes"
16081else
16082 echo "configure: failed program was:" >&5
16083 cat conftest.$ac_ext >&5
16084 rm -rf conftest*
16085 eval "ac_cv_func__doprnt=no"
16086fi
16087rm -f conftest*
16088fi
16089
16090if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
16091 echo "$ac_t""yes" 1>&6
16092 cat >> confdefs.h <<\EOF
16093#define HAVE_DOPRNT 1
16094EOF
16095
16096else
16097 echo "$ac_t""no" 1>&6
16098fi
16099
16100fi
16101
16102
16103
16104
16105
16106
16107echo $ac_n "checking for vsnprintf""... $ac_c" 1>&6
16108echo "configure:16109: checking for vsnprintf" >&5
16109if eval "test \"`echo '$''{'wx_cv_func_vsnprintf'+set}'`\" = set"; then
16110 echo $ac_n "(cached) $ac_c" 1>&6
16111else
16112
16113 cat > conftest.$ac_ext <<EOF
16114#line 16115 "configure"
16115#include "confdefs.h"
16116
16117 #include <stdio.h>
16118 #include <stdarg.h>
16119
16120int main() {
16121
16122 int wx_test_vsnprintf(const char *, ...);
16123
16124 wx_test_vsnprintf("%s");
16125 return 0;
16126 }
16127
16128 int wx_test_vsnprintf(const char *fmt, ...)
16129 {
16130 char *s;
16131
16132 va_list argp;
16133 va_start(argp, fmt);
16134 vsnprintf(s, 42, fmt, argp);
16135 va_end(argp);
16136
16137; return 0; }
16138EOF
16139if { (eval echo configure:16140: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16140 rm -rf conftest*
16141
16142 wx_cv_func_vsnprintf=yes
16143
16144else
16145 echo "configure: failed program was:" >&5
16146 cat conftest.$ac_ext >&5
16147 rm -rf conftest*
16148
16149 cat > conftest.$ac_ext <<EOF
16150#line 16151 "configure"
16151#include "confdefs.h"
16152
16153 #include <stdio.h>
16154 #include <stdarg.h>
16155
16156int main() {
16157
16158 int wx_test_vsnprintf(const char *, ...);
16159
16160 wx_test_vsnprintf("%s");
16161 return 0;
16162 }
16163
16164 int wx_test_vsnprintf(const char *fmt, ...)
16165 {
16166 char *s;
16167
16168 va_list argp;
16169 va_start(argp, fmt);
16170 _vsnprintf(s, 42, fmt, argp);
16171 va_end(argp);
16172
16173; return 0; }
16174EOF
16175if { (eval echo configure:16176: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16176 rm -rf conftest*
16177
16178 wx_cv_func_vsnprintf=yes
16179
16180else
16181 echo "configure: failed program was:" >&5
16182 cat conftest.$ac_ext >&5
16183 rm -rf conftest*
16184
16185 wx_cv_func_vsnprintf=no
16186
16187fi
16188rm -f conftest*
16189
16190fi
16191rm -f conftest*
16192
16193fi
16194
16195echo "$ac_t""$wx_cv_func_vsnprintf" 1>&6
16196
16197if test "$wx_cv_func_vsnprintf" = yes; then
16198 cat >> confdefs.h <<\EOF
16199#define HAVE_VSNPRINTF 1
16200EOF
16201
16202else
16203 echo "configure: warning: unsafe function vsprintf will be used instead of vsnprintf" 1>&2
16204fi
16205
16206echo $ac_n "checking for vsscanf""... $ac_c" 1>&6
16207echo "configure:16208: checking for vsscanf" >&5
16208if eval "test \"`echo '$''{'wx_cv_func_vsscanf'+set}'`\" = set"; then
16209 echo $ac_n "(cached) $ac_c" 1>&6
16210else
16211
16212 cat > conftest.$ac_ext <<EOF
16213#line 16214 "configure"
16214#include "confdefs.h"
16215
16216 #include <stdio.h>
16217 #include <stdarg.h>
16218
16219int main() {
16220
16221 int wx_test_vsscanf(const char *, ...);
16222
16223 wx_test_vsscanf("%d");
16224 return 0;
16225 }
16226
16227 int wx_test_vsscanf(const char *fmt, ...)
16228 {
16229 va_list argp;
16230 va_start(argp, fmt);
16231 vsscanf("42", fmt, argp);
16232 va_end(argp);
16233
16234; return 0; }
16235EOF
16236if { (eval echo configure:16237: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16237 rm -rf conftest*
16238
16239 wx_cv_func_vsscanf=yes
16240
16241else
16242 echo "configure: failed program was:" >&5
16243 cat conftest.$ac_ext >&5
16244 rm -rf conftest*
16245
16246 wx_cv_func_vsscanf=no
16247
16248fi
16249rm -f conftest*
16250
16251fi
16252
16253echo "$ac_t""$wx_cv_func_vsscanf" 1>&6
16254
16255if test "$wx_cv_func_vsscanf" = yes; then
16256 cat >> confdefs.h <<\EOF
16257#define HAVE_VSSCANF 1
16258EOF
16259
16260fi
16261
16262if test "$TOOLKIT" != "MSW"; then
16263
16264
16265
16266ac_ext=C
16267# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16268ac_cpp='$CXXCPP $CPPFLAGS'
16269ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16270ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16271cross_compiling=$ac_cv_prog_cxx_cross
16272
16273
16274
16275 # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
16276if test "${with_libiconv_prefix+set}" = set; then
16277 withval="$with_libiconv_prefix"
16278
16279 for dir in `echo "$withval" | tr : ' '`; do
16280 if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
16281 if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi
16282 done
16283
16284fi
16285
16286
16287 echo $ac_n "checking for iconv""... $ac_c" 1>&6
16288echo "configure:16289: checking for iconv" >&5
16289if eval "test \"`echo '$''{'am_cv_func_iconv'+set}'`\" = set"; then
16290 echo $ac_n "(cached) $ac_c" 1>&6
16291else
16292
16293 am_cv_func_iconv="no, consider installing GNU libiconv"
16294 am_cv_lib_iconv=no
16295 cat > conftest.$ac_ext <<EOF
16296#line 16297 "configure"
16297#include "confdefs.h"
16298#include <stdlib.h>
16299#include <iconv.h>
16300int main() {
16301iconv_t cd = iconv_open("","");
16302 iconv(cd,NULL,NULL,NULL,NULL);
16303 iconv_close(cd);
16304; return 0; }
16305EOF
16306if { (eval echo configure:16307: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16307 rm -rf conftest*
16308 am_cv_func_iconv=yes
16309else
16310 echo "configure: failed program was:" >&5
16311 cat conftest.$ac_ext >&5
16312fi
16313rm -f conftest*
16314 if test "$am_cv_func_iconv" != yes; then
16315 am_save_LIBS="$LIBS"
16316 LIBS="$LIBS -liconv"
16317 cat > conftest.$ac_ext <<EOF
16318#line 16319 "configure"
16319#include "confdefs.h"
16320#include <stdlib.h>
16321#include <iconv.h>
16322int main() {
16323iconv_t cd = iconv_open("","");
16324 iconv(cd,NULL,NULL,NULL,NULL);
16325 iconv_close(cd);
16326; return 0; }
16327EOF
16328if { (eval echo configure:16329: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16329 rm -rf conftest*
16330 am_cv_lib_iconv=yes
16331 am_cv_func_iconv=yes
16332else
16333 echo "configure: failed program was:" >&5
16334 cat conftest.$ac_ext >&5
16335fi
16336rm -f conftest*
16337 LIBS="$am_save_LIBS"
16338 fi
16339
16340fi
16341
16342echo "$ac_t""$am_cv_func_iconv" 1>&6
16343 if test "$am_cv_func_iconv" = yes; then
16344 cat >> confdefs.h <<\EOF
16345#define HAVE_ICONV 1
16346EOF
16347
16348 echo $ac_n "checking if iconv needs const""... $ac_c" 1>&6
16349echo "configure:16350: checking if iconv needs const" >&5
16350if eval "test \"`echo '$''{'wx_cv_func_iconv_const'+set}'`\" = set"; then
16351 echo $ac_n "(cached) $ac_c" 1>&6
16352else
16353 cat > conftest.$ac_ext <<EOF
16354#line 16355 "configure"
16355#include "confdefs.h"
16356
16357#include <stdlib.h>
16358#include <iconv.h>
16359extern
16360#ifdef __cplusplus
16361"C"
16362#endif
16363#if defined(__STDC__) || defined(__cplusplus)
16364size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
16365#else
16366size_t iconv();
16367#endif
16368
16369int main() {
16370
16371; return 0; }
16372EOF
16373if { (eval echo configure:16374: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16374 rm -rf conftest*
16375 wx_cv_func_iconv_const="no"
16376else
16377 echo "configure: failed program was:" >&5
16378 cat conftest.$ac_ext >&5
16379 rm -rf conftest*
16380 wx_cv_func_iconv_const="yes"
16381
16382fi
16383rm -f conftest*
16384
16385fi
16386
16387echo "$ac_t""$wx_cv_func_iconv_const" 1>&6
16388
16389 iconv_const=
16390 if test "x$wx_cv_func_iconv_const" = "xyes"; then
16391 iconv_const="const"
16392 fi
16393
16394 cat >> confdefs.h <<EOF
16395#define ICONV_CONST $iconv_const
16396EOF
16397
16398 fi
16399 LIBICONV=
16400 if test "$am_cv_lib_iconv" = yes; then
16401 LIBICONV="-liconv"
16402 fi
16403
16404
16405LIBS="$LIBICONV $LIBS"
16406ac_ext=c
16407# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16408ac_cpp='$CPP $CPPFLAGS'
16409ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16410ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16411cross_compiling=$ac_cv_prog_cc_cross
16412
16413
16414if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
16415 for ac_func in sigaction
16416do
16417echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16418echo "configure:16419: checking for $ac_func" >&5
16419if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16420 echo $ac_n "(cached) $ac_c" 1>&6
16421else
16422 cat > conftest.$ac_ext <<EOF
16423#line 16424 "configure"
16424#include "confdefs.h"
16425/* System header to define __stub macros and hopefully few prototypes,
16426 which can conflict with char $ac_func(); below. */
16427#include <assert.h>
16428/* Override any gcc2 internal prototype to avoid an error. */
16429/* We use char because int might match the return type of a gcc2
16430 builtin and then its argument prototype would still apply. */
16431char $ac_func();
16432
16433int main() {
16434
16435/* The GNU C library defines this for functions which it implements
16436 to always fail with ENOSYS. Some functions are actually named
16437 something starting with __ and the normal name is an alias. */
16438#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16439choke me
16440#else
16441$ac_func();
16442#endif
16443
16444; return 0; }
16445EOF
16446if { (eval echo configure:16447: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16447 rm -rf conftest*
16448 eval "ac_cv_func_$ac_func=yes"
16449else
16450 echo "configure: failed program was:" >&5
16451 cat conftest.$ac_ext >&5
16452 rm -rf conftest*
16453 eval "ac_cv_func_$ac_func=no"
16454fi
16455rm -f conftest*
16456fi
16457
16458if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16459 echo "$ac_t""yes" 1>&6
16460 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16461 cat >> confdefs.h <<EOF
16462#define $ac_tr_func 1
16463EOF
16464
16465else
16466 echo "$ac_t""no" 1>&6
16467fi
16468done
16469
16470
16471 if test "$ac_cv_func_sigaction" = "no"; then
16472 echo "configure: warning: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" 1>&2
16473 wxUSE_ON_FATAL_EXCEPTION=no
16474 fi
16475
16476 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
16477
16478 ac_ext=C
16479# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16480ac_cpp='$CXXCPP $CPPFLAGS'
16481ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16482ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16483cross_compiling=$ac_cv_prog_cxx_cross
16484
16485
16486 echo $ac_n "checking for sa_handler type""... $ac_c" 1>&6
16487echo "configure:16488: checking for sa_handler type" >&5
16488if eval "test \"`echo '$''{'wx_cv_type_sa_handler'+set}'`\" = set"; then
16489 echo $ac_n "(cached) $ac_c" 1>&6
16490else
16491
16492 cat > conftest.$ac_ext <<EOF
16493#line 16494 "configure"
16494#include "confdefs.h"
16495#include <signal.h>
16496int main() {
16497
16498 extern void testSigHandler(int);
16499
16500 struct sigaction sa;
16501 sa.sa_handler = testSigHandler;
16502
16503; return 0; }
16504EOF
16505if { (eval echo configure:16506: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16506 rm -rf conftest*
16507
16508 wx_cv_type_sa_handler=int
16509
16510else
16511 echo "configure: failed program was:" >&5
16512 cat conftest.$ac_ext >&5
16513 rm -rf conftest*
16514
16515 wx_cv_type_sa_handler=void
16516
16517fi
16518rm -f conftest*
16519
16520fi
16521
16522echo "$ac_t""$wx_cv_type_sa_handler" 1>&6
16523
16524 ac_ext=c
16525# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16526ac_cpp='$CPP $CPPFLAGS'
16527ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16528ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16529cross_compiling=$ac_cv_prog_cc_cross
16530
16531
16532 cat >> confdefs.h <<EOF
16533#define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
16534EOF
16535
16536 fi
16537fi
16538
16539for ac_func in vfork
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
16589else
16590 echo "$ac_t""no" 1>&6
16591fi
16592done
16593
16594
16595for ac_func in mkstemp mktemp
16596do
16597echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16598echo "configure:16599: checking for $ac_func" >&5
16599if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16600 echo $ac_n "(cached) $ac_c" 1>&6
16601else
16602 cat > conftest.$ac_ext <<EOF
16603#line 16604 "configure"
16604#include "confdefs.h"
16605/* System header to define __stub macros and hopefully few prototypes,
16606 which can conflict with char $ac_func(); below. */
16607#include <assert.h>
16608/* Override any gcc2 internal prototype to avoid an error. */
16609/* We use char because int might match the return type of a gcc2
16610 builtin and then its argument prototype would still apply. */
16611char $ac_func();
16612
16613int main() {
16614
16615/* The GNU C library defines this for functions which it implements
16616 to always fail with ENOSYS. Some functions are actually named
16617 something starting with __ and the normal name is an alias. */
16618#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16619choke me
16620#else
16621$ac_func();
16622#endif
16623
16624; return 0; }
16625EOF
16626if { (eval echo configure:16627: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16627 rm -rf conftest*
16628 eval "ac_cv_func_$ac_func=yes"
16629else
16630 echo "configure: failed program was:" >&5
16631 cat conftest.$ac_ext >&5
16632 rm -rf conftest*
16633 eval "ac_cv_func_$ac_func=no"
16634fi
16635rm -f conftest*
16636fi
16637
16638if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16639 echo "$ac_t""yes" 1>&6
16640 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16641 cat >> confdefs.h <<EOF
16642#define $ac_tr_func 1
16643EOF
16644 break
16645else
16646 echo "$ac_t""no" 1>&6
16647fi
16648done
16649
16650
16651echo $ac_n "checking for statfs""... $ac_c" 1>&6
16652echo "configure:16653: checking for statfs" >&5
16653if eval "test \"`echo '$''{'wx_cv_func_statfs'+set}'`\" = set"; then
16654 echo $ac_n "(cached) $ac_c" 1>&6
16655else
16656 cat > conftest.$ac_ext <<EOF
16657#line 16658 "configure"
16658#include "confdefs.h"
16659
16660 #if defined(__BSD__)
16661 #include <sys/param.h>
16662 #include <sys/mount.h>
16663 #else
16664 #include <sys/vfs.h>
16665 #endif
16666
16667int main() {
16668
16669 long l;
16670 struct statfs fs;
16671 statfs("/", &fs);
16672 l = fs.f_bsize;
16673 l += fs.f_blocks;
16674 l += fs.f_bavail;
16675
16676; return 0; }
16677EOF
16678if { (eval echo configure:16679: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16679 rm -rf conftest*
16680
16681 wx_cv_func_statfs=yes
16682
16683else
16684 echo "configure: failed program was:" >&5
16685 cat conftest.$ac_ext >&5
16686 rm -rf conftest*
16687
16688 wx_cv_func_statfs=no
16689
16690
16691fi
16692rm -f conftest*
16693
16694fi
16695
16696echo "$ac_t""$wx_cv_func_statfs" 1>&6
16697
16698if test "$wx_cv_func_statfs" = "yes"; then
16699 cat >> confdefs.h <<\EOF
16700#define HAVE_STATFS 1
16701EOF
16702
16703else
16704 echo $ac_n "checking for statvfs""... $ac_c" 1>&6
16705echo "configure:16706: checking for statvfs" >&5
16706if eval "test \"`echo '$''{'wx_cv_func_statvfs'+set}'`\" = set"; then
16707 echo $ac_n "(cached) $ac_c" 1>&6
16708else
16709 cat > conftest.$ac_ext <<EOF
16710#line 16711 "configure"
16711#include "confdefs.h"
16712
16713 #include <sys/statvfs.h>
16714
16715int main() {
16716
16717 long l;
16718 struct statvfs fs;
16719 statvfs("/", &fs);
16720 l = fs.f_bsize;
16721 l += fs.f_blocks;
16722 l += fs.f_bavail;
16723
16724; return 0; }
16725EOF
16726if { (eval echo configure:16727: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16727 rm -rf conftest*
16728
16729 wx_cv_func_statvfs=yes
16730
16731else
16732 echo "configure: failed program was:" >&5
16733 cat conftest.$ac_ext >&5
16734 rm -rf conftest*
16735
16736 wx_cv_func_statvfs=no
16737
16738
16739fi
16740rm -f conftest*
16741
16742fi
16743
16744echo "$ac_t""$wx_cv_func_statvfs" 1>&6
16745
16746 if test "$wx_cv_func_statvfs" = "yes"; then
16747 cat >> confdefs.h <<\EOF
16748#define HAVE_STATVFS 1
16749EOF
16750
16751 else
16752 echo "configure: warning: wxGetDiskSpace() function won't work without statfs()" 1>&2
16753 fi
16754fi
16755
16756if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
16757 for ac_func in fcntl flock
16758do
16759echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16760echo "configure:16761: checking for $ac_func" >&5
16761if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16762 echo $ac_n "(cached) $ac_c" 1>&6
16763else
16764 cat > conftest.$ac_ext <<EOF
16765#line 16766 "configure"
16766#include "confdefs.h"
16767/* System header to define __stub macros and hopefully few prototypes,
16768 which can conflict with char $ac_func(); below. */
16769#include <assert.h>
16770/* Override any gcc2 internal prototype to avoid an error. */
16771/* We use char because int might match the return type of a gcc2
16772 builtin and then its argument prototype would still apply. */
16773char $ac_func();
16774
16775int main() {
16776
16777/* The GNU C library defines this for functions which it implements
16778 to always fail with ENOSYS. Some functions are actually named
16779 something starting with __ and the normal name is an alias. */
16780#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16781choke me
16782#else
16783$ac_func();
16784#endif
16785
16786; return 0; }
16787EOF
16788if { (eval echo configure:16789: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16789 rm -rf conftest*
16790 eval "ac_cv_func_$ac_func=yes"
16791else
16792 echo "configure: failed program was:" >&5
16793 cat conftest.$ac_ext >&5
16794 rm -rf conftest*
16795 eval "ac_cv_func_$ac_func=no"
16796fi
16797rm -f conftest*
16798fi
16799
16800if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16801 echo "$ac_t""yes" 1>&6
16802 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16803 cat >> confdefs.h <<EOF
16804#define $ac_tr_func 1
16805EOF
16806 break
16807else
16808 echo "$ac_t""no" 1>&6
16809fi
16810done
16811
16812
16813 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
16814 echo "configure: warning: wxSingleInstanceChecker not available" 1>&2
16815 wxUSE_SNGLINST_CHECKER=no
16816 fi
16817fi
16818
16819for ac_func in timegm
16820do
16821echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16822echo "configure:16823: checking for $ac_func" >&5
16823if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16824 echo $ac_n "(cached) $ac_c" 1>&6
16825else
16826 cat > conftest.$ac_ext <<EOF
16827#line 16828 "configure"
16828#include "confdefs.h"
16829/* System header to define __stub macros and hopefully few prototypes,
16830 which can conflict with char $ac_func(); below. */
16831#include <assert.h>
16832/* Override any gcc2 internal prototype to avoid an error. */
16833/* We use char because int might match the return type of a gcc2
16834 builtin and then its argument prototype would still apply. */
16835char $ac_func();
16836
16837int main() {
16838
16839/* The GNU C library defines this for functions which it implements
16840 to always fail with ENOSYS. Some functions are actually named
16841 something starting with __ and the normal name is an alias. */
16842#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16843choke me
16844#else
16845$ac_func();
16846#endif
16847
16848; return 0; }
16849EOF
16850if { (eval echo configure:16851: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16851 rm -rf conftest*
16852 eval "ac_cv_func_$ac_func=yes"
16853else
16854 echo "configure: failed program was:" >&5
16855 cat conftest.$ac_ext >&5
16856 rm -rf conftest*
16857 eval "ac_cv_func_$ac_func=no"
16858fi
16859rm -f conftest*
16860fi
16861
16862if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16863 echo "$ac_t""yes" 1>&6
16864 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16865 cat >> confdefs.h <<EOF
16866#define $ac_tr_func 1
16867EOF
16868
16869else
16870 echo "$ac_t""no" 1>&6
16871fi
16872done
16873
16874
16875for ac_func in putenv setenv
16876do
16877echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16878echo "configure:16879: checking for $ac_func" >&5
16879if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16880 echo $ac_n "(cached) $ac_c" 1>&6
16881else
16882 cat > conftest.$ac_ext <<EOF
16883#line 16884 "configure"
16884#include "confdefs.h"
16885/* System header to define __stub macros and hopefully few prototypes,
16886 which can conflict with char $ac_func(); below. */
16887#include <assert.h>
16888/* Override any gcc2 internal prototype to avoid an error. */
16889/* We use char because int might match the return type of a gcc2
16890 builtin and then its argument prototype would still apply. */
16891char $ac_func();
16892
16893int main() {
16894
16895/* The GNU C library defines this for functions which it implements
16896 to always fail with ENOSYS. Some functions are actually named
16897 something starting with __ and the normal name is an alias. */
16898#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16899choke me
16900#else
16901$ac_func();
16902#endif
16903
16904; return 0; }
16905EOF
16906if { (eval echo configure:16907: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16907 rm -rf conftest*
16908 eval "ac_cv_func_$ac_func=yes"
16909else
16910 echo "configure: failed program was:" >&5
16911 cat conftest.$ac_ext >&5
16912 rm -rf conftest*
16913 eval "ac_cv_func_$ac_func=no"
16914fi
16915rm -f conftest*
16916fi
16917
16918if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16919 echo "$ac_t""yes" 1>&6
16920 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16921 cat >> confdefs.h <<EOF
16922#define $ac_tr_func 1
16923EOF
16924 break
16925else
16926 echo "$ac_t""no" 1>&6
16927fi
16928done
16929
16930
16931HAVE_SOME_SLEEP_FUNC=0
16932if test "$USE_BEOS" = 1; then
16933 cat >> confdefs.h <<\EOF
16934#define HAVE_SLEEP 1
16935EOF
16936
16937 HAVE_SOME_SLEEP_FUNC=1
16938fi
16939
16940if test "$USE_DARWIN" = 1; then
16941 cat >> confdefs.h <<\EOF
16942#define HAVE_USLEEP 1
16943EOF
16944
16945 HAVE_SOME_SLEEP_FUNC=1
16946fi
16947
16948if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
16949 POSIX4_LINK=
16950 for ac_func in nanosleep
16951do
16952echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16953echo "configure:16954: checking for $ac_func" >&5
16954if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16955 echo $ac_n "(cached) $ac_c" 1>&6
16956else
16957 cat > conftest.$ac_ext <<EOF
16958#line 16959 "configure"
16959#include "confdefs.h"
16960/* System header to define __stub macros and hopefully few prototypes,
16961 which can conflict with char $ac_func(); below. */
16962#include <assert.h>
16963/* Override any gcc2 internal prototype to avoid an error. */
16964/* We use char because int might match the return type of a gcc2
16965 builtin and then its argument prototype would still apply. */
16966char $ac_func();
16967
16968int main() {
16969
16970/* The GNU C library defines this for functions which it implements
16971 to always fail with ENOSYS. Some functions are actually named
16972 something starting with __ and the normal name is an alias. */
16973#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16974choke me
16975#else
16976$ac_func();
16977#endif
16978
16979; return 0; }
16980EOF
16981if { (eval echo configure:16982: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16982 rm -rf conftest*
16983 eval "ac_cv_func_$ac_func=yes"
16984else
16985 echo "configure: failed program was:" >&5
16986 cat conftest.$ac_ext >&5
16987 rm -rf conftest*
16988 eval "ac_cv_func_$ac_func=no"
16989fi
16990rm -f conftest*
16991fi
16992
16993if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16994 echo "$ac_t""yes" 1>&6
16995 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16996 cat >> confdefs.h <<EOF
16997#define $ac_tr_func 1
16998EOF
16999 cat >> confdefs.h <<\EOF
17000#define HAVE_NANOSLEEP 1
17001EOF
17002
17003else
17004 echo "$ac_t""no" 1>&6
17005echo $ac_n "checking for nanosleep in -lposix4""... $ac_c" 1>&6
17006echo "configure:17007: checking for nanosleep in -lposix4" >&5
17007ac_lib_var=`echo posix4'_'nanosleep | sed 'y%./+-%__p_%'`
17008if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17009 echo $ac_n "(cached) $ac_c" 1>&6
17010else
17011 ac_save_LIBS="$LIBS"
17012LIBS="-lposix4 $LIBS"
17013cat > conftest.$ac_ext <<EOF
17014#line 17015 "configure"
17015#include "confdefs.h"
17016/* Override any gcc2 internal prototype to avoid an error. */
17017/* We use char because int might match the return type of a gcc2
17018 builtin and then its argument prototype would still apply. */
17019char nanosleep();
17020
17021int main() {
17022nanosleep()
17023; return 0; }
17024EOF
17025if { (eval echo configure:17026: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17026 rm -rf conftest*
17027 eval "ac_cv_lib_$ac_lib_var=yes"
17028else
17029 echo "configure: failed program was:" >&5
17030 cat conftest.$ac_ext >&5
17031 rm -rf conftest*
17032 eval "ac_cv_lib_$ac_lib_var=no"
17033fi
17034rm -f conftest*
17035LIBS="$ac_save_LIBS"
17036
17037fi
17038if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17039 echo "$ac_t""yes" 1>&6
17040
17041 cat >> confdefs.h <<\EOF
17042#define HAVE_NANOSLEEP 1
17043EOF
17044
17045 POSIX4_LINK=" -lposix4"
17046
17047else
17048 echo "$ac_t""no" 1>&6
17049
17050 for ac_func in usleep
17051do
17052echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17053echo "configure:17054: checking for $ac_func" >&5
17054if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17055 echo $ac_n "(cached) $ac_c" 1>&6
17056else
17057 cat > conftest.$ac_ext <<EOF
17058#line 17059 "configure"
17059#include "confdefs.h"
17060/* System header to define __stub macros and hopefully few prototypes,
17061 which can conflict with char $ac_func(); below. */
17062#include <assert.h>
17063/* Override any gcc2 internal prototype to avoid an error. */
17064/* We use char because int might match the return type of a gcc2
17065 builtin and then its argument prototype would still apply. */
17066char $ac_func();
17067
17068int main() {
17069
17070/* The GNU C library defines this for functions which it implements
17071 to always fail with ENOSYS. Some functions are actually named
17072 something starting with __ and the normal name is an alias. */
17073#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17074choke me
17075#else
17076$ac_func();
17077#endif
17078
17079; return 0; }
17080EOF
17081if { (eval echo configure:17082: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17082 rm -rf conftest*
17083 eval "ac_cv_func_$ac_func=yes"
17084else
17085 echo "configure: failed program was:" >&5
17086 cat conftest.$ac_ext >&5
17087 rm -rf conftest*
17088 eval "ac_cv_func_$ac_func=no"
17089fi
17090rm -f conftest*
17091fi
17092
17093if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17094 echo "$ac_t""yes" 1>&6
17095 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17096 cat >> confdefs.h <<EOF
17097#define $ac_tr_func 1
17098EOF
17099 cat >> confdefs.h <<\EOF
17100#define HAVE_USLEEP 1
17101EOF
17102
17103else
17104 echo "$ac_t""no" 1>&6
17105echo "configure: warning: wxSleep() function will not work" 1>&2
17106
17107fi
17108done
17109
17110
17111
17112fi
17113
17114
17115
17116fi
17117done
17118
17119fi
17120
17121for ac_func in uname gethostname
17122do
17123echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17124echo "configure:17125: checking for $ac_func" >&5
17125if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17126 echo $ac_n "(cached) $ac_c" 1>&6
17127else
17128 cat > conftest.$ac_ext <<EOF
17129#line 17130 "configure"
17130#include "confdefs.h"
17131/* System header to define __stub macros and hopefully few prototypes,
17132 which can conflict with char $ac_func(); below. */
17133#include <assert.h>
17134/* Override any gcc2 internal prototype to avoid an error. */
17135/* We use char because int might match the return type of a gcc2
17136 builtin and then its argument prototype would still apply. */
17137char $ac_func();
17138
17139int main() {
17140
17141/* The GNU C library defines this for functions which it implements
17142 to always fail with ENOSYS. Some functions are actually named
17143 something starting with __ and the normal name is an alias. */
17144#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17145choke me
17146#else
17147$ac_func();
17148#endif
17149
17150; return 0; }
17151EOF
17152if { (eval echo configure:17153: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17153 rm -rf conftest*
17154 eval "ac_cv_func_$ac_func=yes"
17155else
17156 echo "configure: failed program was:" >&5
17157 cat conftest.$ac_ext >&5
17158 rm -rf conftest*
17159 eval "ac_cv_func_$ac_func=no"
17160fi
17161rm -f conftest*
17162fi
17163
17164if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17165 echo "$ac_t""yes" 1>&6
17166 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17167 cat >> confdefs.h <<EOF
17168#define $ac_tr_func 1
17169EOF
17170 break
17171else
17172 echo "$ac_t""no" 1>&6
17173fi
17174done
17175
17176
17177
17178ac_ext=C
17179# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17180ac_cpp='$CXXCPP $CPPFLAGS'
17181ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17182ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17183cross_compiling=$ac_cv_prog_cxx_cross
17184
17185
17186for ac_func in strtok_r
17187do
17188echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17189echo "configure:17190: checking for $ac_func" >&5
17190if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17191 echo $ac_n "(cached) $ac_c" 1>&6
17192else
17193 cat > conftest.$ac_ext <<EOF
17194#line 17195 "configure"
17195#include "confdefs.h"
17196/* System header to define __stub macros and hopefully few prototypes,
17197 which can conflict with char $ac_func(); below. */
17198#include <assert.h>
17199/* Override any gcc2 internal prototype to avoid an error. */
17200#ifdef __cplusplus
17201extern "C"
17202#endif
17203/* We use char because int might match the return type of a gcc2
17204 builtin and then its argument prototype would still apply. */
17205char $ac_func();
17206
17207int main() {
17208
17209/* The GNU C library defines this for functions which it implements
17210 to always fail with ENOSYS. Some functions are actually named
17211 something starting with __ and the normal name is an alias. */
17212#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17213choke me
17214#else
17215$ac_func();
17216#endif
17217
17218; return 0; }
17219EOF
17220if { (eval echo configure:17221: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17221 rm -rf conftest*
17222 eval "ac_cv_func_$ac_func=yes"
17223else
17224 echo "configure: failed program was:" >&5
17225 cat conftest.$ac_ext >&5
17226 rm -rf conftest*
17227 eval "ac_cv_func_$ac_func=no"
17228fi
17229rm -f conftest*
17230fi
17231
17232if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17233 echo "$ac_t""yes" 1>&6
17234 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17235 cat >> confdefs.h <<EOF
17236#define $ac_tr_func 1
17237EOF
17238
17239else
17240 echo "$ac_t""no" 1>&6
17241fi
17242done
17243
17244
17245ac_ext=c
17246# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17247ac_cpp='$CPP $CPPFLAGS'
17248ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17249ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17250cross_compiling=$ac_cv_prog_cc_cross
17251
17252
17253INET_LINK=
17254for ac_func in inet_addr
17255do
17256echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17257echo "configure:17258: checking for $ac_func" >&5
17258if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17259 echo $ac_n "(cached) $ac_c" 1>&6
17260else
17261 cat > conftest.$ac_ext <<EOF
17262#line 17263 "configure"
17263#include "confdefs.h"
17264/* System header to define __stub macros and hopefully few prototypes,
17265 which can conflict with char $ac_func(); below. */
17266#include <assert.h>
17267/* Override any gcc2 internal prototype to avoid an error. */
17268/* We use char because int might match the return type of a gcc2
17269 builtin and then its argument prototype would still apply. */
17270char $ac_func();
17271
17272int main() {
17273
17274/* The GNU C library defines this for functions which it implements
17275 to always fail with ENOSYS. Some functions are actually named
17276 something starting with __ and the normal name is an alias. */
17277#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17278choke me
17279#else
17280$ac_func();
17281#endif
17282
17283; return 0; }
17284EOF
17285if { (eval echo configure:17286: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17286 rm -rf conftest*
17287 eval "ac_cv_func_$ac_func=yes"
17288else
17289 echo "configure: failed program was:" >&5
17290 cat conftest.$ac_ext >&5
17291 rm -rf conftest*
17292 eval "ac_cv_func_$ac_func=no"
17293fi
17294rm -f conftest*
17295fi
17296
17297if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17298 echo "$ac_t""yes" 1>&6
17299 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17300 cat >> confdefs.h <<EOF
17301#define $ac_tr_func 1
17302EOF
17303 cat >> confdefs.h <<\EOF
17304#define HAVE_INET_ADDR 1
17305EOF
17306
17307else
17308 echo "$ac_t""no" 1>&6
17309echo $ac_n "checking for inet_addr in -lnsl""... $ac_c" 1>&6
17310echo "configure:17311: checking for inet_addr in -lnsl" >&5
17311ac_lib_var=`echo nsl'_'inet_addr | sed 'y%./+-%__p_%'`
17312if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17313 echo $ac_n "(cached) $ac_c" 1>&6
17314else
17315 ac_save_LIBS="$LIBS"
17316LIBS="-lnsl $LIBS"
17317cat > conftest.$ac_ext <<EOF
17318#line 17319 "configure"
17319#include "confdefs.h"
17320/* Override any gcc2 internal prototype to avoid an error. */
17321/* We use char because int might match the return type of a gcc2
17322 builtin and then its argument prototype would still apply. */
17323char inet_addr();
17324
17325int main() {
17326inet_addr()
17327; return 0; }
17328EOF
17329if { (eval echo configure:17330: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17330 rm -rf conftest*
17331 eval "ac_cv_lib_$ac_lib_var=yes"
17332else
17333 echo "configure: failed program was:" >&5
17334 cat conftest.$ac_ext >&5
17335 rm -rf conftest*
17336 eval "ac_cv_lib_$ac_lib_var=no"
17337fi
17338rm -f conftest*
17339LIBS="$ac_save_LIBS"
17340
17341fi
17342if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17343 echo "$ac_t""yes" 1>&6
17344 INET_LINK="nsl"
17345else
17346 echo "$ac_t""no" 1>&6
17347echo $ac_n "checking for inet_addr in -lresolv""... $ac_c" 1>&6
17348echo "configure:17349: checking for inet_addr in -lresolv" >&5
17349ac_lib_var=`echo resolv'_'inet_addr | 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="-lresolv $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 inet_addr();
17362
17363int main() {
17364inet_addr()
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 INET_LINK="resolv"
17383else
17384 echo "$ac_t""no" 1>&6
17385echo $ac_n "checking for inet_addr in -lsocket""... $ac_c" 1>&6
17386echo "configure:17387: checking for inet_addr in -lsocket" >&5
17387ac_lib_var=`echo socket'_'inet_addr | sed 'y%./+-%__p_%'`
17388if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17389 echo $ac_n "(cached) $ac_c" 1>&6
17390else
17391 ac_save_LIBS="$LIBS"
17392LIBS="-lsocket $LIBS"
17393cat > conftest.$ac_ext <<EOF
17394#line 17395 "configure"
17395#include "confdefs.h"
17396/* Override any gcc2 internal prototype to avoid an error. */
17397/* We use char because int might match the return type of a gcc2
17398 builtin and then its argument prototype would still apply. */
17399char inet_addr();
17400
17401int main() {
17402inet_addr()
17403; return 0; }
17404EOF
17405if { (eval echo configure:17406: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17406 rm -rf conftest*
17407 eval "ac_cv_lib_$ac_lib_var=yes"
17408else
17409 echo "configure: failed program was:" >&5
17410 cat conftest.$ac_ext >&5
17411 rm -rf conftest*
17412 eval "ac_cv_lib_$ac_lib_var=no"
17413fi
17414rm -f conftest*
17415LIBS="$ac_save_LIBS"
17416
17417fi
17418if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17419 echo "$ac_t""yes" 1>&6
17420 INET_LINK="socket"
17421
17422else
17423 echo "$ac_t""no" 1>&6
17424fi
17425
17426
17427fi
17428
17429
17430fi
17431
17432
17433
17434fi
17435done
17436
17437
17438for ac_func in inet_aton
17439do
17440echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17441echo "configure:17442: checking for $ac_func" >&5
17442if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17443 echo $ac_n "(cached) $ac_c" 1>&6
17444else
17445 cat > conftest.$ac_ext <<EOF
17446#line 17447 "configure"
17447#include "confdefs.h"
17448/* System header to define __stub macros and hopefully few prototypes,
17449 which can conflict with char $ac_func(); below. */
17450#include <assert.h>
17451/* Override any gcc2 internal prototype to avoid an error. */
17452/* We use char because int might match the return type of a gcc2
17453 builtin and then its argument prototype would still apply. */
17454char $ac_func();
17455
17456int main() {
17457
17458/* The GNU C library defines this for functions which it implements
17459 to always fail with ENOSYS. Some functions are actually named
17460 something starting with __ and the normal name is an alias. */
17461#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17462choke me
17463#else
17464$ac_func();
17465#endif
17466
17467; return 0; }
17468EOF
17469if { (eval echo configure:17470: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17470 rm -rf conftest*
17471 eval "ac_cv_func_$ac_func=yes"
17472else
17473 echo "configure: failed program was:" >&5
17474 cat conftest.$ac_ext >&5
17475 rm -rf conftest*
17476 eval "ac_cv_func_$ac_func=no"
17477fi
17478rm -f conftest*
17479fi
17480
17481if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17482 echo "$ac_t""yes" 1>&6
17483 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17484 cat >> confdefs.h <<EOF
17485#define $ac_tr_func 1
17486EOF
17487 cat >> confdefs.h <<\EOF
17488#define HAVE_INET_ATON 1
17489EOF
17490
17491else
17492 echo "$ac_t""no" 1>&6
17493 echo $ac_n "checking for inet_aton in -l$INET_LINK""... $ac_c" 1>&6
17494echo "configure:17495: checking for inet_aton in -l$INET_LINK" >&5
17495ac_lib_var=`echo $INET_LINK'_'inet_aton | sed 'y%./+-%__p_%'`
17496if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17497 echo $ac_n "(cached) $ac_c" 1>&6
17498else
17499 ac_save_LIBS="$LIBS"
17500LIBS="-l$INET_LINK $LIBS"
17501cat > conftest.$ac_ext <<EOF
17502#line 17503 "configure"
17503#include "confdefs.h"
17504/* Override any gcc2 internal prototype to avoid an error. */
17505/* We use char because int might match the return type of a gcc2
17506 builtin and then its argument prototype would still apply. */
17507char inet_aton();
17508
17509int main() {
17510inet_aton()
17511; return 0; }
17512EOF
17513if { (eval echo configure:17514: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17514 rm -rf conftest*
17515 eval "ac_cv_lib_$ac_lib_var=yes"
17516else
17517 echo "configure: failed program was:" >&5
17518 cat conftest.$ac_ext >&5
17519 rm -rf conftest*
17520 eval "ac_cv_lib_$ac_lib_var=no"
17521fi
17522rm -f conftest*
17523LIBS="$ac_save_LIBS"
17524
17525fi
17526if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17527 echo "$ac_t""yes" 1>&6
17528 cat >> confdefs.h <<\EOF
17529#define HAVE_INET_ATON 1
17530EOF
17531
17532else
17533 echo "$ac_t""no" 1>&6
17534fi
17535
17536
17537fi
17538done
17539
17540
17541if test "x$INET_LINK" != "x"; then
17542 cat >> confdefs.h <<\EOF
17543#define HAVE_INET_ADDR 1
17544EOF
17545
17546 INET_LINK=" -l$INET_LINK"
17547fi
17548
17549fi
17550
17551
17552cat > confcache <<\EOF
17553# This file is a shell script that caches the results of configure
17554# tests run on this system so they can be shared between configure
17555# scripts and configure runs. It is not useful on other systems.
17556# If it contains results you don't want to keep, you may remove or edit it.
17557#
17558# By default, configure uses ./config.cache as the cache file,
17559# creating it if it does not exist already. You can give configure
17560# the --cache-file=FILE option to use a different cache file; that is
17561# what configure does when it calls configure scripts in
17562# subdirectories, so they share the cache.
17563# Giving --cache-file=/dev/null disables caching, for debugging configure.
17564# config.status only pays attention to the cache file if you give it the
17565# --recheck option to rerun configure.
17566#
17567EOF
17568# The following way of writing the cache mishandles newlines in values,
17569# but we know of no workaround that is simple, portable, and efficient.
17570# So, don't put newlines in cache variables' values.
17571# Ultrix sh set writes to stderr and can't be redirected directly,
17572# and sets the high bit in the cache file unless we assign to the vars.
17573(set) 2>&1 |
17574 case `(ac_space=' '; set | grep ac_space) 2>&1` in
17575 *ac_space=\ *)
17576 # `set' does not quote correctly, so add quotes (double-quote substitution
17577 # turns \\\\ into \\, and sed turns \\ into \).
17578 sed -n \
17579 -e "s/'/'\\\\''/g" \
17580 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
17581 ;;
17582 *)
17583 # `set' quotes correctly as required by POSIX, so do not add quotes.
17584 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
17585 ;;
17586 esac >> confcache
17587if cmp -s $cache_file confcache; then
17588 :
17589else
17590 if test -w $cache_file; then
17591 echo "updating cache $cache_file"
17592 cat confcache > $cache_file
17593 else
17594 echo "not updating unwritable cache $cache_file"
17595 fi
17596fi
17597rm -f confcache
17598
17599
17600
17601CPP_MT_FLAG=
17602if test "$TOOLKIT" != "MSW"; then
17603
17604
17605 THREADS_LINK=
17606 THREADS_CFLAGS=
17607
17608 if test "$wxUSE_THREADS" = "yes" ; then
17609 if test "$wxUSE_WINE" = 1 ; then
17610 echo "configure: warning: Threads are not supported under WINE... disabled" 1>&2
17611 wxUSE_THREADS="no"
17612 elif test "$USE_BEOS" = 1; then
17613 echo "configure: warning: BeOS threads are not yet supported... disabled" 1>&2
17614 wxUSE_THREADS="no"
17615 fi
17616 fi
17617
17618 if test "$wxUSE_THREADS" = "yes" ; then
17619
17620
17621 THREAD_OPTS="-pthread"
17622 case "${host}" in
17623 *-*-solaris2* | *-*-sunos4* )
17624 if test "x$GCC" = "xyes"; then
17625 THREAD_OPTS="-pthreads $THREAD_OPTS"
17626 else
17627 THREAD_OPTS="-mt $THREAD_OPTS"
17628 fi
17629 ;;
17630 *-*-freebsd*)
17631 THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r"
17632 ;;
17633 *-*-darwin* | *-*-cygwin* )
17634 THREAD_OPTS=""
17635 ;;
17636 *-*-aix*)
17637 THREAD_OPTS="pthreads"
17638 ;;
17639 esac
17640
17641 THREAD_OPTS="$THREAD_OPTS pthread none"
17642
17643 THREADS_OK=no
17644 for flag in $THREAD_OPTS; do
17645 case $flag in
17646 none)
17647 echo $ac_n "checking whether pthreads work without any flags""... $ac_c" 1>&6
17648echo "configure:17649: checking whether pthreads work without any flags" >&5
17649 ;;
17650
17651 -*)
17652 echo $ac_n "checking whether pthreads work with $flag""... $ac_c" 1>&6
17653echo "configure:17654: checking whether pthreads work with $flag" >&5
17654 THREADS_CFLAGS="$flag"
17655 ;;
17656
17657 *)
17658 echo $ac_n "checking for the pthreads library -l$flag""... $ac_c" 1>&6
17659echo "configure:17660: checking for the pthreads library -l$flag" >&5
17660 THREADS_LINK="-l$flag"
17661 ;;
17662 esac
17663
17664 save_LIBS="$LIBS"
17665 save_CFLAGS="$CFLAGS"
17666 LIBS="$THREADS_LINK $LIBS"
17667 CFLAGS="$THREADS_CFLAGS $CFLAGS"
17668
17669 cat > conftest.$ac_ext <<EOF
17670#line 17671 "configure"
17671#include "confdefs.h"
17672#include <pthread.h>
17673int main() {
17674pthread_create(0,0,0,0);
17675; return 0; }
17676EOF
17677if { (eval echo configure:17678: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17678 rm -rf conftest*
17679 THREADS_OK=yes
17680else
17681 echo "configure: failed program was:" >&5
17682 cat conftest.$ac_ext >&5
17683fi
17684rm -f conftest*
17685
17686 LIBS="$save_LIBS"
17687 CFLAGS="$save_CFLAGS"
17688
17689 echo "$ac_t""$THREADS_OK" 1>&6
17690 if test "x$THREADS_OK" = "xyes"; then
17691 break;
17692 fi
17693
17694 THREADS_LINK=""
17695 THREADS_CFLAGS=""
17696 done
17697
17698 if test "x$THREADS_OK" != "xyes"; then
17699 wxUSE_THREADS=no
17700 echo "configure: warning: No thread support on this system... disabled" 1>&2
17701 else
17702 LIBS="$THREADS_LINK $THREADS_CFLAGS $LIBS"
17703
17704 echo $ac_n "checking if more special flags are required for pthreads""... $ac_c" 1>&6
17705echo "configure:17706: checking if more special flags are required for pthreads" >&5
17706 flag=no
17707 case "${host}" in
17708 *-aix* | *-freebsd*)
17709 flag="-D_THREAD_SAFE"
17710 ;;
17711 *solaris* | alpha*-osf*)
17712 flag="-D_REENTRANT"
17713 ;;
17714 esac
17715 echo "$ac_t""${flag}" 1>&6
17716 if test "x$flag" != xno; then
17717 THREADS_CFLAGS="$THREADS_CFLAGS $flag"
17718 fi
17719
17720 if test "x$THREADS_CFLAGS" != "x"; then
17721 CFLAGS="$CFLAGS $THREADS_CFLAGS"
17722 CXXFLAGS="$CXXFLAGS $THREADS_CFLAGS"
17723 fi
17724 fi
17725 fi
17726
17727 if test "$wxUSE_THREADS" = "yes" ; then
17728 for ac_func in thr_setconcurrency
17729do
17730echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17731echo "configure:17732: checking for $ac_func" >&5
17732if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17733 echo $ac_n "(cached) $ac_c" 1>&6
17734else
17735 cat > conftest.$ac_ext <<EOF
17736#line 17737 "configure"
17737#include "confdefs.h"
17738/* System header to define __stub macros and hopefully few prototypes,
17739 which can conflict with char $ac_func(); below. */
17740#include <assert.h>
17741/* Override any gcc2 internal prototype to avoid an error. */
17742/* We use char because int might match the return type of a gcc2
17743 builtin and then its argument prototype would still apply. */
17744char $ac_func();
17745
17746int main() {
17747
17748/* The GNU C library defines this for functions which it implements
17749 to always fail with ENOSYS. Some functions are actually named
17750 something starting with __ and the normal name is an alias. */
17751#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17752choke me
17753#else
17754$ac_func();
17755#endif
17756
17757; return 0; }
17758EOF
17759if { (eval echo configure:17760: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17760 rm -rf conftest*
17761 eval "ac_cv_func_$ac_func=yes"
17762else
17763 echo "configure: failed program was:" >&5
17764 cat conftest.$ac_ext >&5
17765 rm -rf conftest*
17766 eval "ac_cv_func_$ac_func=no"
17767fi
17768rm -f conftest*
17769fi
17770
17771if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17772 echo "$ac_t""yes" 1>&6
17773 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17774 cat >> confdefs.h <<EOF
17775#define $ac_tr_func 1
17776EOF
17777
17778else
17779 echo "$ac_t""no" 1>&6
17780fi
17781done
17782
17783
17784 for ac_hdr in sched.h
17785do
17786ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
17787echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
17788echo "configure:17789: checking for $ac_hdr" >&5
17789if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
17790 echo $ac_n "(cached) $ac_c" 1>&6
17791else
17792 cat > conftest.$ac_ext <<EOF
17793#line 17794 "configure"
17794#include "confdefs.h"
17795#include <$ac_hdr>
17796EOF
17797ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
17798{ (eval echo configure:17799: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
17799ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
17800if test -z "$ac_err"; then
17801 rm -rf conftest*
17802 eval "ac_cv_header_$ac_safe=yes"
17803else
17804 echo "$ac_err" >&5
17805 echo "configure: failed program was:" >&5
17806 cat conftest.$ac_ext >&5
17807 rm -rf conftest*
17808 eval "ac_cv_header_$ac_safe=no"
17809fi
17810rm -f conftest*
17811fi
17812if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
17813 echo "$ac_t""yes" 1>&6
17814 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
17815 cat >> confdefs.h <<EOF
17816#define $ac_tr_hdr 1
17817EOF
17818
17819else
17820 echo "$ac_t""no" 1>&6
17821fi
17822done
17823
17824 if test "$ac_cv_header_sched_h" = "yes"; then
17825 echo $ac_n "checking for sched_yield""... $ac_c" 1>&6
17826echo "configure:17827: checking for sched_yield" >&5
17827if eval "test \"`echo '$''{'ac_cv_func_sched_yield'+set}'`\" = set"; then
17828 echo $ac_n "(cached) $ac_c" 1>&6
17829else
17830 cat > conftest.$ac_ext <<EOF
17831#line 17832 "configure"
17832#include "confdefs.h"
17833/* System header to define __stub macros and hopefully few prototypes,
17834 which can conflict with char sched_yield(); below. */
17835#include <assert.h>
17836/* Override any gcc2 internal prototype to avoid an error. */
17837/* We use char because int might match the return type of a gcc2
17838 builtin and then its argument prototype would still apply. */
17839char sched_yield();
17840
17841int main() {
17842
17843/* The GNU C library defines this for functions which it implements
17844 to always fail with ENOSYS. Some functions are actually named
17845 something starting with __ and the normal name is an alias. */
17846#if defined (__stub_sched_yield) || defined (__stub___sched_yield)
17847choke me
17848#else
17849sched_yield();
17850#endif
17851
17852; return 0; }
17853EOF
17854if { (eval echo configure:17855: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17855 rm -rf conftest*
17856 eval "ac_cv_func_sched_yield=yes"
17857else
17858 echo "configure: failed program was:" >&5
17859 cat conftest.$ac_ext >&5
17860 rm -rf conftest*
17861 eval "ac_cv_func_sched_yield=no"
17862fi
17863rm -f conftest*
17864fi
17865
17866if eval "test \"`echo '$ac_cv_func_'sched_yield`\" = yes"; then
17867 echo "$ac_t""yes" 1>&6
17868 cat >> confdefs.h <<\EOF
17869#define HAVE_SCHED_YIELD 1
17870EOF
17871
17872else
17873 echo "$ac_t""no" 1>&6
17874
17875 echo $ac_n "checking for sched_yield in -lposix4""... $ac_c" 1>&6
17876echo "configure:17877: checking for sched_yield in -lposix4" >&5
17877ac_lib_var=`echo posix4'_'sched_yield | sed 'y%./+-%__p_%'`
17878if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17879 echo $ac_n "(cached) $ac_c" 1>&6
17880else
17881 ac_save_LIBS="$LIBS"
17882LIBS="-lposix4 $LIBS"
17883cat > conftest.$ac_ext <<EOF
17884#line 17885 "configure"
17885#include "confdefs.h"
17886/* Override any gcc2 internal prototype to avoid an error. */
17887/* We use char because int might match the return type of a gcc2
17888 builtin and then its argument prototype would still apply. */
17889char sched_yield();
17890
17891int main() {
17892sched_yield()
17893; return 0; }
17894EOF
17895if { (eval echo configure:17896: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17896 rm -rf conftest*
17897 eval "ac_cv_lib_$ac_lib_var=yes"
17898else
17899 echo "configure: failed program was:" >&5
17900 cat conftest.$ac_ext >&5
17901 rm -rf conftest*
17902 eval "ac_cv_lib_$ac_lib_var=no"
17903fi
17904rm -f conftest*
17905LIBS="$ac_save_LIBS"
17906
17907fi
17908if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17909 echo "$ac_t""yes" 1>&6
17910 cat >> confdefs.h <<\EOF
17911#define HAVE_SCHED_YIELD 1
17912EOF
17913 POSIX4_LINK=" -lposix4"
17914else
17915 echo "$ac_t""no" 1>&6
17916echo "configure: warning: wxThread::Yield will not work properly" 1>&2
17917
17918fi
17919
17920
17921
17922fi
17923
17924 fi
17925
17926 HAVE_PRIOR_FUNCS=0
17927 echo $ac_n "checking for pthread_attr_getschedpolicy""... $ac_c" 1>&6
17928echo "configure:17929: checking for pthread_attr_getschedpolicy" >&5
17929if eval "test \"`echo '$''{'ac_cv_func_pthread_attr_getschedpolicy'+set}'`\" = set"; then
17930 echo $ac_n "(cached) $ac_c" 1>&6
17931else
17932 cat > conftest.$ac_ext <<EOF
17933#line 17934 "configure"
17934#include "confdefs.h"
17935/* System header to define __stub macros and hopefully few prototypes,
17936 which can conflict with char pthread_attr_getschedpolicy(); below. */
17937#include <assert.h>
17938/* Override any gcc2 internal prototype to avoid an error. */
17939/* We use char because int might match the return type of a gcc2
17940 builtin and then its argument prototype would still apply. */
17941char pthread_attr_getschedpolicy();
17942
17943int main() {
17944
17945/* The GNU C library defines this for functions which it implements
17946 to always fail with ENOSYS. Some functions are actually named
17947 something starting with __ and the normal name is an alias. */
17948#if defined (__stub_pthread_attr_getschedpolicy) || defined (__stub___pthread_attr_getschedpolicy)
17949choke me
17950#else
17951pthread_attr_getschedpolicy();
17952#endif
17953
17954; return 0; }
17955EOF
17956if { (eval echo configure:17957: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17957 rm -rf conftest*
17958 eval "ac_cv_func_pthread_attr_getschedpolicy=yes"
17959else
17960 echo "configure: failed program was:" >&5
17961 cat conftest.$ac_ext >&5
17962 rm -rf conftest*
17963 eval "ac_cv_func_pthread_attr_getschedpolicy=no"
17964fi
17965rm -f conftest*
17966fi
17967
17968if eval "test \"`echo '$ac_cv_func_'pthread_attr_getschedpolicy`\" = yes"; then
17969 echo "$ac_t""yes" 1>&6
17970 echo $ac_n "checking for pthread_attr_setschedparam""... $ac_c" 1>&6
17971echo "configure:17972: checking for pthread_attr_setschedparam" >&5
17972if eval "test \"`echo '$''{'ac_cv_func_pthread_attr_setschedparam'+set}'`\" = set"; then
17973 echo $ac_n "(cached) $ac_c" 1>&6
17974else
17975 cat > conftest.$ac_ext <<EOF
17976#line 17977 "configure"
17977#include "confdefs.h"
17978/* System header to define __stub macros and hopefully few prototypes,
17979 which can conflict with char pthread_attr_setschedparam(); below. */
17980#include <assert.h>
17981/* Override any gcc2 internal prototype to avoid an error. */
17982/* We use char because int might match the return type of a gcc2
17983 builtin and then its argument prototype would still apply. */
17984char pthread_attr_setschedparam();
17985
17986int main() {
17987
17988/* The GNU C library defines this for functions which it implements
17989 to always fail with ENOSYS. Some functions are actually named
17990 something starting with __ and the normal name is an alias. */
17991#if defined (__stub_pthread_attr_setschedparam) || defined (__stub___pthread_attr_setschedparam)
17992choke me
17993#else
17994pthread_attr_setschedparam();
17995#endif
17996
17997; return 0; }
17998EOF
17999if { (eval echo configure:18000: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
18000 rm -rf conftest*
18001 eval "ac_cv_func_pthread_attr_setschedparam=yes"
18002else
18003 echo "configure: failed program was:" >&5
18004 cat conftest.$ac_ext >&5
18005 rm -rf conftest*
18006 eval "ac_cv_func_pthread_attr_setschedparam=no"
18007fi
18008rm -f conftest*
18009fi
18010
18011if eval "test \"`echo '$ac_cv_func_'pthread_attr_setschedparam`\" = yes"; then
18012 echo "$ac_t""yes" 1>&6
18013 echo $ac_n "checking for sched_get_priority_max""... $ac_c" 1>&6
18014echo "configure:18015: checking for sched_get_priority_max" >&5
18015if eval "test \"`echo '$''{'ac_cv_func_sched_get_priority_max'+set}'`\" = set"; then
18016 echo $ac_n "(cached) $ac_c" 1>&6
18017else
18018 cat > conftest.$ac_ext <<EOF
18019#line 18020 "configure"
18020#include "confdefs.h"
18021/* System header to define __stub macros and hopefully few prototypes
18022else
18023 echo "$ac_t""no" 1>&6
18024which can conflict with char sched_get_priority_max(); below. */
18025#include <assert.h>
18026/* Override any gcc2 internal prototype to avoid an error. */
18027/* We use char because int might match the return type of a gcc2
18028 builtin and then its argument prototype would still apply. */
18029char sched_get_priority_max();
18030
18031int main() {
18032
18033/* The GNU C library defines this for functions which it implements
18034 to always fail with ENOSYS. Some functions are actually named
18035 something starting with __ and the normal name is an alias. */
18036#if defined (__stub_sched_get_priority_max) || defined (__stub___sched_get_priority_max)
18037choke me
18038#else
18039sched_get_priority_max();
18040#endif
18041
18042; return 0; }
18043EOF
18044if { (eval echo configure:18045: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
18045 rm -rf conftest*
18046 eval "ac_cv_func_sched_get_priority_max=yes"
18047else
18048 echo "configure: failed program was:" >&5
18049 cat conftest.$ac_ext >&5
18050 rm -rf conftest*
18051 eval "ac_cv_func_sched_get_priority_max=no"
18052fi
18053rm -f conftest*
18054fi
18055
18056if eval "test \"`echo '$ac_cv_func_'sched_get_priority_max`\" = yes"; then
18057 echo "$ac_t""yes" 1>&6
18058 HAVE_PRIOR_FUNCS=1
18059else
18060 echo "$ac_t""no" 1>&6
18061echo $ac_n "checking for sched_get_priority_max in -lposix4""... $ac_c" 1>&6
18062echo "configure:18063: checking for sched_get_priority_max in -lposix4" >&5
18063ac_lib_var=`echo posix4'_'sched_get_priority_max | sed 'y%./+-%__p_%'`
18064if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
18065 echo $ac_n "(cached) $ac_c" 1>&6
18066else
18067 ac_save_LIBS="$LIBS"
18068LIBS="-lposix4 $LIBS"
18069cat > conftest.$ac_ext <<EOF
18070#line 18071 "configure"
18071#include "confdefs.h"
18072/* Override any gcc2 internal prototype to avoid an error. */
18073/* We use char because int might match the return type of a gcc2
18074 builtin and then its argument prototype would still apply. */
18075char sched_get_priority_max();
18076
18077int main() {
18078sched_get_priority_max()
18079; return 0; }
18080EOF
18081if { (eval echo configure:18082: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
18082 rm -rf conftest*
18083 eval "ac_cv_lib_$ac_lib_var=yes"
18084else
18085 echo "configure: failed program was:" >&5
18086 cat conftest.$ac_ext >&5
18087 rm -rf conftest*
18088 eval "ac_cv_lib_$ac_lib_var=no"
18089fi
18090rm -f conftest*
18091LIBS="$ac_save_LIBS"
18092
18093fi
18094if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
18095 echo "$ac_t""yes" 1>&6
18096
18097 HAVE_PRIOR_FUNCS=1
18098 POSIX4_LINK=" -lposix4"
18099
18100else
18101 echo "$ac_t""no" 1>&6
18102fi
18103
18104
18105fi
18106
18107
18108else
18109 echo "$ac_t""no" 1>&6
18110fi
18111
18112
18113fi
18114
18115
18116 if test "$HAVE_PRIOR_FUNCS" = 1; then
18117 cat >> confdefs.h <<\EOF
18118#define HAVE_THREAD_PRIORITY_FUNCTIONS 1
18119EOF
18120
18121 else
18122 echo "configure: warning: Setting thread priority will not work" 1>&2
18123 fi
18124
18125 echo $ac_n "checking for pthread_cancel""... $ac_c" 1>&6
18126echo "configure:18127: checking for pthread_cancel" >&5
18127if eval "test \"`echo '$''{'ac_cv_func_pthread_cancel'+set}'`\" = set"; then
18128 echo $ac_n "(cached) $ac_c" 1>&6
18129else
18130 cat > conftest.$ac_ext <<EOF
18131#line 18132 "configure"
18132#include "confdefs.h"
18133/* System header to define __stub macros and hopefully few prototypes,
18134 which can conflict with char pthread_cancel(); below. */
18135#include <assert.h>
18136/* Override any gcc2 internal prototype to avoid an error. */
18137/* We use char because int might match the return type of a gcc2
18138 builtin and then its argument prototype would still apply. */
18139char pthread_cancel();
18140
18141int main() {
18142
18143/* The GNU C library defines this for functions which it implements
18144 to always fail with ENOSYS. Some functions are actually named
18145 something starting with __ and the normal name is an alias. */
18146#if defined (__stub_pthread_cancel) || defined (__stub___pthread_cancel)
18147choke me
18148#else
18149pthread_cancel();
18150#endif
18151
18152; return 0; }
18153EOF
18154if { (eval echo configure:18155: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
18155 rm -rf conftest*
18156 eval "ac_cv_func_pthread_cancel=yes"
18157else
18158 echo "configure: failed program was:" >&5
18159 cat conftest.$ac_ext >&5
18160 rm -rf conftest*
18161 eval "ac_cv_func_pthread_cancel=no"
18162fi
18163rm -f conftest*
18164fi
18165
18166if eval "test \"`echo '$ac_cv_func_'pthread_cancel`\" = yes"; then
18167 echo "$ac_t""yes" 1>&6
18168 cat >> confdefs.h <<\EOF
18169#define HAVE_PTHREAD_CANCEL 1
18170EOF
18171
18172else
18173 echo "$ac_t""no" 1>&6
18174echo "configure: warning: wxThread::Kill() will not work properly" 1>&2
18175fi
18176
18177
18178 echo $ac_n "checking for pthread_cleanup_push/pop""... $ac_c" 1>&6
18179echo "configure:18180: checking for pthread_cleanup_push/pop" >&5
18180if eval "test \"`echo '$''{'wx_cv_func_pthread_cleanup_push'+set}'`\" = set"; then
18181 echo $ac_n "(cached) $ac_c" 1>&6
18182else
18183
18184 cat > conftest.$ac_ext <<EOF
18185#line 18186 "configure"
18186#include "confdefs.h"
18187#include <pthread.h>
18188int main() {
18189
18190 pthread_cleanup_push(NULL, NULL);
18191 pthread_cleanup_pop(0);
18192
18193; return 0; }
18194EOF
18195if { (eval echo configure:18196: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18196 rm -rf conftest*
18197
18198 wx_cv_func_pthread_cleanup_push=yes
18199
18200else
18201 echo "configure: failed program was:" >&5
18202 cat conftest.$ac_ext >&5
18203 rm -rf conftest*
18204
18205 wx_cv_func_pthread_cleanup_push=no
18206
18207fi
18208rm -f conftest*
18209
18210fi
18211
18212echo "$ac_t""$wx_cv_func_pthread_cleanup_push" 1>&6
18213
18214 if test "$wx_cv_func_pthread_cleanup_push" = "yes"; then
18215 cat >> confdefs.h <<\EOF
18216#define HAVE_THREAD_CLEANUP_FUNCTIONS 1
18217EOF
18218
18219 fi
18220
18221
18222 echo $ac_n "checking for pthread_mutexattr_t""... $ac_c" 1>&6
18223echo "configure:18224: checking for pthread_mutexattr_t" >&5
18224if eval "test \"`echo '$''{'wx_cv_type_pthread_mutexattr_t'+set}'`\" = set"; then
18225 echo $ac_n "(cached) $ac_c" 1>&6
18226else
18227
18228 cat > conftest.$ac_ext <<EOF
18229#line 18230 "configure"
18230#include "confdefs.h"
18231#include <pthread.h>
18232int main() {
18233
18234 pthread_mutexattr_t attr;
18235 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
18236
18237; return 0; }
18238EOF
18239if { (eval echo configure:18240: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18240 rm -rf conftest*
18241
18242 wx_cv_type_pthread_mutexattr_t=yes
18243
18244else
18245 echo "configure: failed program was:" >&5
18246 cat conftest.$ac_ext >&5
18247 rm -rf conftest*
18248
18249 wx_cv_type_pthread_mutexattr_t=no
18250
18251
18252fi
18253rm -f conftest*
18254
18255fi
18256
18257echo "$ac_t""$wx_cv_type_pthread_mutexattr_t" 1>&6
18258
18259 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
18260 cat >> confdefs.h <<\EOF
18261#define HAVE_PTHREAD_MUTEXATTR_T 1
18262EOF
18263
18264 else
18265 echo $ac_n "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER""... $ac_c" 1>&6
18266echo "configure:18267: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
18267if eval "test \"`echo '$''{'wx_cv_type_pthread_rec_mutex_init'+set}'`\" = set"; then
18268 echo $ac_n "(cached) $ac_c" 1>&6
18269else
18270
18271 cat > conftest.$ac_ext <<EOF
18272#line 18273 "configure"
18273#include "confdefs.h"
18274#include <pthread.h>
18275int main() {
18276
18277 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
18278
18279; return 0; }
18280EOF
18281if { (eval echo configure:18282: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18282 rm -rf conftest*
18283
18284 wx_cv_type_pthread_rec_mutex_init=yes
18285
18286else
18287 echo "configure: failed program was:" >&5
18288 cat conftest.$ac_ext >&5
18289 rm -rf conftest*
18290
18291 wx_cv_type_pthread_rec_mutex_init=no
18292
18293
18294fi
18295rm -f conftest*
18296
18297fi
18298
18299echo "$ac_t""$wx_cv_type_pthread_rec_mutex_init" 1>&6
18300 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
18301 cat >> confdefs.h <<\EOF
18302#define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
18303EOF
18304
18305 else
18306 echo "configure: warning: wxMutex won't be recursive on this platform" 1>&2
18307 fi
18308 fi
18309 fi
18310
18311fi
18312
18313if test "$wxUSE_THREADS" = "yes"; then
18314 cat >> confdefs.h <<\EOF
18315#define wxUSE_THREADS 1
18316EOF
18317
18318
18319 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
18320else
18321 if test "$ac_cv_func_strtok_r" = "yes"; then
18322 echo $ac_n "checking if -D_REENTRANT is needed""... $ac_c" 1>&6
18323echo "configure:18324: checking if -D_REENTRANT is needed" >&5
18324 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
18325 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D_REENTRANT"
18326 echo "$ac_t""yes" 1>&6
18327 else
18328 echo "$ac_t""no" 1>&6
18329 fi
18330 fi
18331fi
18332
18333if test "$WXGTK20" = 1 ; then
18334 cat >> confdefs.h <<EOF
18335#define __WXGTK20__ $WXGTK20
18336EOF
18337
18338 WXGTK12=1
18339fi
18340
18341if test "$WXGTK12" = 1 ; then
18342 cat >> confdefs.h <<EOF
18343#define __WXGTK12__ $WXGTK12
18344EOF
18345
18346fi
18347
18348if test "$WXGTK127" = 1 ; then
18349 cat >> confdefs.h <<EOF
18350#define __WXGTK127__ $WXGTK127
18351EOF
18352
18353fi
18354
18355WXDEBUG=
18356
18357if test "$wxUSE_DEBUG_INFO" = "yes" ; then
18358 WXDEBUG="-g"
18359 wxUSE_OPTIMISE=no
18360fi
18361
18362if test "$wxUSE_DEBUG_GDB" = "yes" ; then
18363 wxUSE_DEBUG_INFO=yes
18364 WXDEBUG="-ggdb"
18365fi
18366
18367if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
18368 cat >> confdefs.h <<\EOF
18369#define WXDEBUG 1
18370EOF
18371
18372 WXDEBUG_DEFINE="-D__WXDEBUG__"
18373else
18374 if test "$wxUSE_GTK" = 1 ; then
18375 WXDEBUG_DEFINE="-DGTK_NO_CHECK_CASTS"
18376 fi
18377fi
18378
18379if test "$wxUSE_MEM_TRACING" = "yes" ; then
18380 cat >> confdefs.h <<\EOF
18381#define wxUSE_MEMORY_TRACING 1
18382EOF
18383
18384 cat >> confdefs.h <<\EOF
18385#define wxUSE_GLOBAL_MEMORY_OPERATORS 1
18386EOF
18387
18388 cat >> confdefs.h <<\EOF
18389#define wxUSE_DEBUG_NEW_ALWAYS 1
18390EOF
18391
18392 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
18393fi
18394
18395if test "$wxUSE_DMALLOC" = "yes" ; then
18396 DMALLOC_LIBS="-ldmalloc"
18397fi
18398
18399PROFILE=
18400if test "$wxUSE_PROFILE" = "yes" ; then
18401 PROFILE=" -pg"
18402fi
18403
18404CODE_GEN_FLAGS=
18405CODE_GEN_FLAGS_CXX=
18406if test "$GCC" = "yes" ; then
18407 if test "$wxUSE_NO_RTTI" = "yes" ; then
18408 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-rtti"
18409 fi
18410 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
18411 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-exceptions"
18412 fi
18413 if test "$wxUSE_PERMISSIVE" = "yes" ; then
18414 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive"
18415 fi
18416 if test "$USE_WIN32" = 1 ; then
18417 # I'm not even really sure what this was ever added to solve,
18418 # but someone added it for mingw native builds, so I guess
18419 # they had a reason, right??
18420 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fno-pcc-struct-return"
18421 fi
18422
18423 case "${host}" in
18424 powerpc*-*-aix* )
18425 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -mminimal-toc"
18426 ;;
18427 esac
18428fi
18429
18430if test "$wxUSE_OPTIMISE" = "no" ; then
18431 OPTIMISE=
18432else
18433 if test "$GCC" = yes ; then
18434 OPTIMISE="-O2"
18435 case "${host}" in
18436 i586-*-*|i686-*-* )
18437 OPTIMISE="${OPTIMISE} "
18438 ;;
18439 esac
18440 else
18441 OPTIMISE="-O"
18442 fi
18443fi
18444
18445if test "$WXWIN_COMPATIBILITY_2" = "yes"; then
18446 cat >> confdefs.h <<\EOF
18447#define WXWIN_COMPATIBILITY_2 1
18448EOF
18449
18450
18451 WXWIN_COMPATIBILITY_2_2="yes"
18452fi
18453
18454if test "x$WXWIN_COMPATIBILITY_2_2" != "xno"; then
18455 cat >> confdefs.h <<\EOF
18456#define WXWIN_COMPATIBILITY_2_2 1
18457EOF
18458
18459fi
18460
18461
18462if test "$wxUSE_GUI" = "yes"; then
18463 cat >> confdefs.h <<\EOF
18464#define wxUSE_GUI 1
18465EOF
18466
18467
18468 else
18469 cat >> confdefs.h <<\EOF
18470#define wxUSE_NOGUI 1
18471EOF
18472
18473fi
18474
18475
18476if test "$wxUSE_UNIX" = "yes"; then
18477 cat >> confdefs.h <<\EOF
18478#define wxUSE_UNIX 1
18479EOF
18480
18481fi
18482
18483
18484if test "$wxUSE_APPLE_IEEE" = "yes"; then
18485 cat >> confdefs.h <<\EOF
18486#define wxUSE_APPLE_IEEE 1
18487EOF
18488
18489fi
18490
18491if test "$wxUSE_TIMER" = "yes"; then
18492 cat >> confdefs.h <<\EOF
18493#define wxUSE_TIMER 1
18494EOF
18495
18496fi
18497
18498if test "$wxUSE_WAVE" = "yes"; then
18499 cat >> confdefs.h <<\EOF
18500#define wxUSE_WAVE 1
18501EOF
18502
18503fi
18504
18505if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
18506 cat >> confdefs.h <<\EOF
18507#define wxUSE_CMDLINE_PARSER 1
18508EOF
18509
18510fi
18511
18512if test "$wxUSE_STOPWATCH" = "yes"; then
18513 cat >> confdefs.h <<\EOF
18514#define wxUSE_STOPWATCH 1
18515EOF
18516
18517fi
18518
18519if test "$wxUSE_DATETIME" = "yes"; then
18520 cat >> confdefs.h <<\EOF
18521#define wxUSE_DATETIME 1
18522EOF
18523
18524fi
18525
18526if test "$wxUSE_TIMEDATE" = "yes"; then
18527 cat >> confdefs.h <<\EOF
18528#define wxUSE_TIMEDATE 1
18529EOF
18530
18531fi
18532
18533if test "$wxUSE_FILE" = "yes"; then
18534 cat >> confdefs.h <<\EOF
18535#define wxUSE_FILE 1
18536EOF
18537
18538fi
18539
18540if test "$wxUSE_FFILE" = "yes"; then
18541 cat >> confdefs.h <<\EOF
18542#define wxUSE_FFILE 1
18543EOF
18544
18545fi
18546
18547if test "$wxUSE_FILESYSTEM" = "yes"; then
18548 cat >> confdefs.h <<\EOF
18549#define wxUSE_FILESYSTEM 1
18550EOF
18551
18552fi
18553
18554if test "$wxUSE_FS_INET" = "yes"; then
18555 cat >> confdefs.h <<\EOF
18556#define wxUSE_FS_INET 1
18557EOF
18558
18559fi
18560
18561if test "$wxUSE_FS_ZIP" = "yes"; then
18562 cat >> confdefs.h <<\EOF
18563#define wxUSE_FS_ZIP 1
18564EOF
18565
18566fi
18567
18568if test "$wxUSE_ZIPSTREAM" = "yes"; then
18569 cat >> confdefs.h <<\EOF
18570#define wxUSE_ZIPSTREAM 1
18571EOF
18572
18573fi
18574
18575if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
18576 cat >> confdefs.h <<\EOF
18577#define wxUSE_ON_FATAL_EXCEPTION 1
18578EOF
18579
18580fi
18581
18582if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
18583 cat >> confdefs.h <<\EOF
18584#define wxUSE_SNGLINST_CHECKER 1
18585EOF
18586
18587fi
18588
18589if test "$wxUSE_BUSYINFO" = "yes"; then
18590 cat >> confdefs.h <<\EOF
18591#define wxUSE_BUSYINFO 1
18592EOF
18593
18594fi
18595
18596if test "$wxUSE_STD_IOSTREAM" = "yes"; then
18597 cat >> confdefs.h <<\EOF
18598#define wxUSE_STD_IOSTREAM 1
18599EOF
18600
18601fi
18602
18603if test "$wxUSE_TEXTBUFFER" = "yes"; then
18604 cat >> confdefs.h <<\EOF
18605#define wxUSE_TEXTBUFFER 1
18606EOF
18607
18608fi
18609
18610if test "$wxUSE_TEXTFILE" = "yes"; then
18611 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
18612 echo "configure: warning: wxTextFile requires wxFile and wxTextBuffer... disabled" 1>&2
18613 else
18614 cat >> confdefs.h <<\EOF
18615#define wxUSE_TEXTFILE 1
18616EOF
18617
18618 fi
18619fi
18620
18621if test "$wxUSE_CONFIG" = "yes" ; then
18622 if test "$wxUSE_TEXTFILE" != "yes"; then
18623 echo "configure: warning: wxConfig requires wxTextFile... disabled" 1>&2
18624 else
18625 cat >> confdefs.h <<\EOF
18626#define wxUSE_CONFIG 1
18627EOF
18628
18629 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
18630 fi
18631fi
18632
18633if test "$wxUSE_INTL" = "yes" ; then
18634 if test "$wxUSE_FILE" != "yes"; then
18635 echo "configure: warning: I18n code requires wxFile... disabled" 1>&2
18636 else
18637 cat >> confdefs.h <<\EOF
18638#define wxUSE_INTL 1
18639EOF
18640
18641 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
18642 GUIDIST="$GUIDIST INTL_DIST"
18643 fi
18644fi
18645
18646if test "$wxUSE_LOG" = "yes"; then
18647 cat >> confdefs.h <<\EOF
18648#define wxUSE_LOG 1
18649EOF
18650
18651
18652 if test "$wxUSE_LOGGUI" = "yes"; then
18653 cat >> confdefs.h <<\EOF
18654#define wxUSE_LOGGUI 1
18655EOF
18656
18657 fi
18658
18659 if test "$wxUSE_LOGWINDOW" = "yes"; then
18660 cat >> confdefs.h <<\EOF
18661#define wxUSE_LOGWINDOW 1
18662EOF
18663
18664 fi
18665
18666 if test "$wxUSE_LOGDIALOG" = "yes"; then
18667 cat >> confdefs.h <<\EOF
18668#define wxUSE_LOG_DIALOG 1
18669EOF
18670
18671 fi
18672fi
18673
18674if test "$wxUSE_LONGLONG" = "yes"; then
18675 cat >> confdefs.h <<\EOF
18676#define wxUSE_LONGLONG 1
18677EOF
18678
18679fi
18680
18681if test "$wxUSE_GEOMETRY" = "yes"; then
18682 cat >> confdefs.h <<\EOF
18683#define wxUSE_GEOMETRY 1
18684EOF
18685
18686fi
18687
18688if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then
18689 cat >> confdefs.h <<\EOF
18690#define wxUSE_DIALUP_MANAGER 1
18691EOF
18692
18693 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
18694fi
18695
18696if test "$wxUSE_STREAMS" = "yes" ; then
18697 cat >> confdefs.h <<\EOF
18698#define wxUSE_STREAMS 1
18699EOF
18700
18701fi
18702
18703
18704if test "$wxUSE_DATETIME" = "yes"; then
18705 for ac_func in strptime
18706do
18707echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
18708echo "configure:18709: checking for $ac_func" >&5
18709if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
18710 echo $ac_n "(cached) $ac_c" 1>&6
18711else
18712 cat > conftest.$ac_ext <<EOF
18713#line 18714 "configure"
18714#include "confdefs.h"
18715/* System header to define __stub macros and hopefully few prototypes,
18716 which can conflict with char $ac_func(); below. */
18717#include <assert.h>
18718/* Override any gcc2 internal prototype to avoid an error. */
18719/* We use char because int might match the return type of a gcc2
18720 builtin and then its argument prototype would still apply. */
18721char $ac_func();
18722
18723int main() {
18724
18725/* The GNU C library defines this for functions which it implements
18726 to always fail with ENOSYS. Some functions are actually named
18727 something starting with __ and the normal name is an alias. */
18728#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
18729choke me
18730#else
18731$ac_func();
18732#endif
18733
18734; return 0; }
18735EOF
18736if { (eval echo configure:18737: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
18737 rm -rf conftest*
18738 eval "ac_cv_func_$ac_func=yes"
18739else
18740 echo "configure: failed program was:" >&5
18741 cat conftest.$ac_ext >&5
18742 rm -rf conftest*
18743 eval "ac_cv_func_$ac_func=no"
18744fi
18745rm -f conftest*
18746fi
18747
18748if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
18749 echo "$ac_t""yes" 1>&6
18750 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
18751 cat >> confdefs.h <<EOF
18752#define $ac_tr_func 1
18753EOF
18754
18755else
18756 echo "$ac_t""no" 1>&6
18757fi
18758done
18759
18760
18761 echo $ac_n "checking for timezone variable in <time.h>""... $ac_c" 1>&6
18762echo "configure:18763: checking for timezone variable in <time.h>" >&5
18763if eval "test \"`echo '$''{'wx_cv_var_timezone'+set}'`\" = set"; then
18764 echo $ac_n "(cached) $ac_c" 1>&6
18765else
18766
18767 cat > conftest.$ac_ext <<EOF
18768#line 18769 "configure"
18769#include "confdefs.h"
18770
18771 #include <time.h>
18772
18773int main() {
18774
18775 int tz;
18776 tz = timezone;
18777
18778; return 0; }
18779EOF
18780if { (eval echo configure:18781: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18781 rm -rf conftest*
18782
18783 wx_cv_var_timezone=timezone
18784
18785else
18786 echo "configure: failed program was:" >&5
18787 cat conftest.$ac_ext >&5
18788 rm -rf conftest*
18789
18790 cat > conftest.$ac_ext <<EOF
18791#line 18792 "configure"
18792#include "confdefs.h"
18793
18794 #include <time.h>
18795
18796int main() {
18797
18798 int tz;
18799 tz = _timezone;
18800
18801; return 0; }
18802EOF
18803if { (eval echo configure:18804: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18804 rm -rf conftest*
18805
18806 wx_cv_var_timezone=_timezone
18807
18808else
18809 echo "configure: failed program was:" >&5
18810 cat conftest.$ac_ext >&5
18811 rm -rf conftest*
18812
18813 cat > conftest.$ac_ext <<EOF
18814#line 18815 "configure"
18815#include "confdefs.h"
18816
18817 #include <time.h>
18818
18819int main() {
18820
18821 int tz;
18822 tz = __timezone;
18823
18824; return 0; }
18825EOF
18826if { (eval echo configure:18827: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18827 rm -rf conftest*
18828
18829 wx_cv_var_timezone=__timezone
18830
18831else
18832 echo "configure: failed program was:" >&5
18833 cat conftest.$ac_ext >&5
18834 rm -rf conftest*
18835
18836 if test "$USE_DOS" = 0 ; then
18837 echo "configure: warning: no timezone variable" 1>&2
18838 fi
18839
18840
18841fi
18842rm -f conftest*
18843
18844
18845fi
18846rm -f conftest*
18847
18848
18849fi
18850rm -f conftest*
18851
18852
18853fi
18854
18855echo "$ac_t""$wx_cv_var_timezone" 1>&6
18856
18857 if test "x$wx_cv_var_timezone" != x ; then
18858 cat >> confdefs.h <<EOF
18859#define WX_TIMEZONE $wx_cv_var_timezone
18860EOF
18861
18862 fi
18863
18864 for ac_func in localtime
18865do
18866echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
18867echo "configure:18868: checking for $ac_func" >&5
18868if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
18869 echo $ac_n "(cached) $ac_c" 1>&6
18870else
18871 cat > conftest.$ac_ext <<EOF
18872#line 18873 "configure"
18873#include "confdefs.h"
18874/* System header to define __stub macros and hopefully few prototypes,
18875 which can conflict with char $ac_func(); below. */
18876#include <assert.h>
18877/* Override any gcc2 internal prototype to avoid an error. */
18878/* We use char because int might match the return type of a gcc2
18879 builtin and then its argument prototype would still apply. */
18880char $ac_func();
18881
18882int main() {
18883
18884/* The GNU C library defines this for functions which it implements
18885 to always fail with ENOSYS. Some functions are actually named
18886 something starting with __ and the normal name is an alias. */
18887#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
18888choke me
18889#else
18890$ac_func();
18891#endif
18892
18893; return 0; }
18894EOF
18895if { (eval echo configure:18896: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
18896 rm -rf conftest*
18897 eval "ac_cv_func_$ac_func=yes"
18898else
18899 echo "configure: failed program was:" >&5
18900 cat conftest.$ac_ext >&5
18901 rm -rf conftest*
18902 eval "ac_cv_func_$ac_func=no"
18903fi
18904rm -f conftest*
18905fi
18906
18907if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
18908 echo "$ac_t""yes" 1>&6
18909 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
18910 cat >> confdefs.h <<EOF
18911#define $ac_tr_func 1
18912EOF
18913
18914else
18915 echo "$ac_t""no" 1>&6
18916fi
18917done
18918
18919
18920 if test "$ac_cv_func_localtime" = "yes"; then
18921 echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6
18922echo "configure:18923: checking for tm_gmtoff in struct tm" >&5
18923if eval "test \"`echo '$''{'wx_cv_struct_tm_has_gmtoff'+set}'`\" = set"; then
18924 echo $ac_n "(cached) $ac_c" 1>&6
18925else
18926
18927 cat > conftest.$ac_ext <<EOF
18928#line 18929 "configure"
18929#include "confdefs.h"
18930
18931 #include <time.h>
18932
18933int main() {
18934
18935 struct tm tm;
18936 tm.tm_gmtoff++;
18937
18938; return 0; }
18939EOF
18940if { (eval echo configure:18941: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18941 rm -rf conftest*
18942
18943 wx_cv_struct_tm_has_gmtoff=yes
18944
18945else
18946 echo "configure: failed program was:" >&5
18947 cat conftest.$ac_ext >&5
18948 rm -rf conftest*
18949 wx_cv_struct_tm_has_gmtoff=no
18950
18951fi
18952rm -f conftest*
18953
18954fi
18955
18956echo "$ac_t""$wx_cv_struct_tm_has_gmtoff" 1>&6
18957 fi
18958
18959 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
18960 cat >> confdefs.h <<\EOF
18961#define WX_GMTOFF_IN_TM 1
18962EOF
18963
18964 fi
18965
18966 for ac_func in gettimeofday ftime
18967do
18968echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
18969echo "configure:18970: checking for $ac_func" >&5
18970if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
18971 echo $ac_n "(cached) $ac_c" 1>&6
18972else
18973 cat > conftest.$ac_ext <<EOF
18974#line 18975 "configure"
18975#include "confdefs.h"
18976/* System header to define __stub macros and hopefully few prototypes,
18977 which can conflict with char $ac_func(); below. */
18978#include <assert.h>
18979/* Override any gcc2 internal prototype to avoid an error. */
18980/* We use char because int might match the return type of a gcc2
18981 builtin and then its argument prototype would still apply. */
18982char $ac_func();
18983
18984int main() {
18985
18986/* The GNU C library defines this for functions which it implements
18987 to always fail with ENOSYS. Some functions are actually named
18988 something starting with __ and the normal name is an alias. */
18989#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
18990choke me
18991#else
18992$ac_func();
18993#endif
18994
18995; return 0; }
18996EOF
18997if { (eval echo configure:18998: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
18998 rm -rf conftest*
18999 eval "ac_cv_func_$ac_func=yes"
19000else
19001 echo "configure: failed program was:" >&5
19002 cat conftest.$ac_ext >&5
19003 rm -rf conftest*
19004 eval "ac_cv_func_$ac_func=no"
19005fi
19006rm -f conftest*
19007fi
19008
19009if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
19010 echo "$ac_t""yes" 1>&6
19011 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
19012 cat >> confdefs.h <<EOF
19013#define $ac_tr_func 1
19014EOF
19015 break
19016else
19017 echo "$ac_t""no" 1>&6
19018fi
19019done
19020
19021
19022 if test "$ac_cv_func_gettimeofday" = "yes"; then
19023 echo $ac_n "checking whether gettimeofday takes two arguments""... $ac_c" 1>&6
19024echo "configure:19025: checking whether gettimeofday takes two arguments" >&5
19025if eval "test \"`echo '$''{'wx_cv_func_gettimeofday_has_2_args'+set}'`\" = set"; then
19026 echo $ac_n "(cached) $ac_c" 1>&6
19027else
19028
19029
19030 ac_ext=C
19031# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
19032ac_cpp='$CXXCPP $CPPFLAGS'
19033ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
19034ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
19035cross_compiling=$ac_cv_prog_cxx_cross
19036
19037
19038 cat > conftest.$ac_ext <<EOF
19039#line 19040 "configure"
19040#include "confdefs.h"
19041
19042 #include <sys/time.h>
19043 #include <unistd.h>
19044
19045int main() {
19046
19047 struct timeval tv;
19048 gettimeofday(&tv, NULL);
19049
19050; return 0; }
19051EOF
19052if { (eval echo configure:19053: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
19053 rm -rf conftest*
19054 wx_cv_func_gettimeofday_has_2_args=yes
19055else
19056 echo "configure: failed program was:" >&5
19057 cat conftest.$ac_ext >&5
19058 rm -rf conftest*
19059 cat > conftest.$ac_ext <<EOF
19060#line 19061 "configure"
19061#include "confdefs.h"
19062
19063 #include <sys/time.h>
19064 #include <unistd.h>
19065
19066int main() {
19067
19068 struct timeval tv;
19069 gettimeofday(&tv);
19070
19071; return 0; }
19072EOF
19073if { (eval echo configure:19074: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
19074 rm -rf conftest*
19075 wx_cv_func_gettimeofday_has_2_args=no
19076else
19077 echo "configure: failed program was:" >&5
19078 cat conftest.$ac_ext >&5
19079 rm -rf conftest*
19080
19081 echo "configure: warning: failed to determine number of gettimeofday() arguments" 1>&2
19082 wx_cv_func_gettimeofday_has_2_args=unknown
19083
19084
19085fi
19086rm -f conftest*
19087
19088fi
19089rm -f conftest*
19090 ac_ext=c
19091# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
19092ac_cpp='$CPP $CPPFLAGS'
19093ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
19094ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
19095cross_compiling=$ac_cv_prog_cc_cross
19096
19097
19098fi
19099
19100echo "$ac_t""$wx_cv_func_gettimeofday_has_2_args" 1>&6
19101
19102 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
19103 cat >> confdefs.h <<\EOF
19104#define WX_GETTIMEOFDAY_NO_TZ 1
19105EOF
19106
19107 fi
19108 fi
19109
19110 cat >> confdefs.h <<\EOF
19111#define wxUSE_TIMEDATE 1
19112EOF
19113
19114 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
19115fi
19116
19117
19118if test "$wxUSE_SOCKETS" = "yes"; then
19119 if test "$wxUSE_X11" = "1"; then
19120 echo "configure: warning: wxSocket not yet supported under X11... disabled" 1>&2
19121 wxUSE_SOCKETS="no"
19122 fi
19123
19124 if test "$wxUSE_MGL" = "1"; then
19125 echo "configure: warning: wxSocket not yet supported under MGL... disabled" 1>&2
19126 wxUSE_SOCKETS="no"
19127 fi
19128fi
19129
19130if test "$wxUSE_SOCKETS" = "yes"; then
19131 if test "$TOOLKIT" != "MSW"; then
19132 echo $ac_n "checking for socket""... $ac_c" 1>&6
19133echo "configure:19134: checking for socket" >&5
19134if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
19135 echo $ac_n "(cached) $ac_c" 1>&6
19136else
19137 cat > conftest.$ac_ext <<EOF
19138#line 19139 "configure"
19139#include "confdefs.h"
19140/* System header to define __stub macros and hopefully few prototypes,
19141 which can conflict with char socket(); below. */
19142#include <assert.h>
19143/* Override any gcc2 internal prototype to avoid an error. */
19144/* We use char because int might match the return type of a gcc2
19145 builtin and then its argument prototype would still apply. */
19146char socket();
19147
19148int main() {
19149
19150/* The GNU C library defines this for functions which it implements
19151 to always fail with ENOSYS. Some functions are actually named
19152 something starting with __ and the normal name is an alias. */
19153#if defined (__stub_socket) || defined (__stub___socket)
19154choke me
19155#else
19156socket();
19157#endif
19158
19159; return 0; }
19160EOF
19161if { (eval echo configure:19162: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
19162 rm -rf conftest*
19163 eval "ac_cv_func_socket=yes"
19164else
19165 echo "configure: failed program was:" >&5
19166 cat conftest.$ac_ext >&5
19167 rm -rf conftest*
19168 eval "ac_cv_func_socket=no"
19169fi
19170rm -f conftest*
19171fi
19172
19173if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then
19174 echo "$ac_t""yes" 1>&6
19175 :
19176else
19177 echo "$ac_t""no" 1>&6
19178echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
19179echo "configure:19180: checking for socket in -lsocket" >&5
19180ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
19181if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
19182 echo $ac_n "(cached) $ac_c" 1>&6
19183else
19184 ac_save_LIBS="$LIBS"
19185LIBS="-lsocket $LIBS"
19186cat > conftest.$ac_ext <<EOF
19187#line 19188 "configure"
19188#include "confdefs.h"
19189/* Override any gcc2 internal prototype to avoid an error. */
19190/* We use char because int might match the return type of a gcc2
19191 builtin and then its argument prototype would still apply. */
19192char socket();
19193
19194int main() {
19195socket()
19196; return 0; }
19197EOF
19198if { (eval echo configure:19199: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
19199 rm -rf conftest*
19200 eval "ac_cv_lib_$ac_lib_var=yes"
19201else
19202 echo "configure: failed program was:" >&5
19203 cat conftest.$ac_ext >&5
19204 rm -rf conftest*
19205 eval "ac_cv_lib_$ac_lib_var=no"
19206fi
19207rm -f conftest*
19208LIBS="$ac_save_LIBS"
19209
19210fi
19211if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
19212 echo "$ac_t""yes" 1>&6
19213 if test "$INET_LINK" != " -lsocket"; then
19214 INET_LINK="$INET_LINK -lsocket"
19215 fi
19216else
19217 echo "$ac_t""no" 1>&6
19218
19219 echo "configure: warning: socket library not found - sockets will be disabled" 1>&2
19220 wxUSE_SOCKETS=no
19221
19222
19223fi
19224
19225
19226fi
19227
19228 fi
19229fi
19230
19231if test "$wxUSE_SOCKETS" = "yes" ; then
19232 if test "$TOOLKIT" != "MSW"; then
19233 echo $ac_n "checking what is the type of the third argument of getsockname""... $ac_c" 1>&6
19234echo "configure:19235: checking what is the type of the third argument of getsockname" >&5
19235if eval "test \"`echo '$''{'wx_cv_type_getsockname3'+set}'`\" = set"; then
19236 echo $ac_n "(cached) $ac_c" 1>&6
19237else
19238
19239
19240 ac_ext=C
19241# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
19242ac_cpp='$CXXCPP $CPPFLAGS'
19243ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
19244ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
19245cross_compiling=$ac_cv_prog_cxx_cross
19246
19247
19248 cat > conftest.$ac_ext <<EOF
19249#line 19250 "configure"
19250#include "confdefs.h"
19251
19252 #include <sys/types.h>
19253 #include <sys/socket.h>
19254
19255int main() {
19256
19257 socklen_t len;
19258 getsockname(0, 0, &len);
19259
19260; return 0; }
19261EOF
19262if { (eval echo configure:19263: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
19263 rm -rf conftest*
19264 wx_cv_type_getsockname3=socklen_t
19265else
19266 echo "configure: failed program was:" >&5
19267 cat conftest.$ac_ext >&5
19268 rm -rf conftest*
19269 cat > conftest.$ac_ext <<EOF
19270#line 19271 "configure"
19271#include "confdefs.h"
19272
19273 #include <sys/types.h>
19274 #include <sys/socket.h>
19275
19276int main() {
19277
19278 size_t len;
19279 getsockname(0, 0, &len);
19280
19281; return 0; }
19282EOF
19283if { (eval echo configure:19284: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
19284 rm -rf conftest*
19285 wx_cv_type_getsockname3=size_t
19286else
19287 echo "configure: failed program was:" >&5
19288 cat conftest.$ac_ext >&5
19289 rm -rf conftest*
19290 cat > conftest.$ac_ext <<EOF
19291#line 19292 "configure"
19292#include "confdefs.h"
19293
19294 #include <sys/types.h>
19295 #include <sys/socket.h>
19296
19297int main() {
19298
19299 int len;
19300 getsockname(0, 0, &len);
19301
19302; return 0; }
19303EOF
19304if { (eval echo configure:19305: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
19305 rm -rf conftest*
19306 wx_cv_type_getsockname3=int
19307else
19308 echo "configure: failed program was:" >&5
19309 cat conftest.$ac_ext >&5
19310 rm -rf conftest*
19311 wx_cv_type_getsockname3=unknown
19312
19313fi
19314rm -f conftest*
19315
19316fi
19317rm -f conftest*
19318
19319fi
19320rm -f conftest*
19321
19322 ac_ext=c
19323# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
19324ac_cpp='$CPP $CPPFLAGS'
19325ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
19326ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
19327cross_compiling=$ac_cv_prog_cc_cross
19328
19329
19330fi
19331
19332echo "$ac_t""$wx_cv_type_getsockname3" 1>&6
19333
19334 if test "$wx_cv_type_getsockname3" = "unknown"; then
19335 wxUSE_SOCKETS=no
19336 echo "configure: warning: Couldn't find socklen_t synonym for this system" 1>&2
19337 else
19338 cat >> confdefs.h <<EOF
19339#define SOCKLEN_T $wx_cv_type_getsockname3
19340EOF
19341
19342 fi
19343 fi
19344fi
19345
19346if test "$wxUSE_SOCKETS" = "yes" ; then
19347 cat >> confdefs.h <<\EOF
19348#define wxUSE_SOCKETS 1
19349EOF
19350
19351 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
19352fi
19353
19354
19355if test "$wxUSE_GUI" = "yes"; then
19356
19357 if test "$TOOLKIT" = "MAC"; then
19358 echo "configure: warning: Joystick not yet supported under Mac OS X... disabled" 1>&2
19359 wxUSE_JOYSTICK=no
19360 fi
19361 if test "$TOOLKIT" = "MOTIF"; then
19362 echo "configure: warning: Joystick not yet supported under Motif... disabled" 1>&2
19363 wxUSE_JOYSTICK=no
19364 fi
19365 if test "$TOOLKIT" = "X11"; then
19366 echo "configure: warning: Joystick not yet supported under X11... disabled" 1>&2
19367 wxUSE_JOYSTICK=no
19368 fi
19369
19370 if test "$TOOLKIT" != "MSW"; then
19371 if test "$wxUSE_JOYSTICK" = "yes"; then
19372 for ac_hdr in linux/joystick.h
19373do
19374ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
19375echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
19376echo "configure:19377: checking for $ac_hdr" >&5
19377if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
19378 echo $ac_n "(cached) $ac_c" 1>&6
19379else
19380 cat > conftest.$ac_ext <<EOF
19381#line 19382 "configure"
19382#include "confdefs.h"
19383#include <$ac_hdr>
19384EOF
19385ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
19386{ (eval echo configure:19387: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
19387ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
19388if test -z "$ac_err"; then
19389 rm -rf conftest*
19390 eval "ac_cv_header_$ac_safe=yes"
19391else
19392 echo "$ac_err" >&5
19393 echo "configure: failed program was:" >&5
19394 cat conftest.$ac_ext >&5
19395 rm -rf conftest*
19396 eval "ac_cv_header_$ac_safe=no"
19397fi
19398rm -f conftest*
19399fi
19400if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
19401 echo "$ac_t""yes" 1>&6
19402 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
19403 cat >> confdefs.h <<EOF
19404#define $ac_tr_hdr 1
19405EOF
19406
19407else
19408 echo "$ac_t""no" 1>&6
19409fi
19410done
19411
19412 if test "$ac_cv_header_linux_joystick_h" != "yes"; then
19413 wxUSE_JOYSTICK=no
19414 echo "configure: warning: Joystick not supported by this system... disabled" 1>&2
19415 fi
19416 fi
19417 fi
19418
19419 if test "$wxUSE_JOYSTICK" = "yes"; then
19420 cat >> confdefs.h <<\EOF
19421#define wxUSE_JOYSTICK 1
19422EOF
19423
19424 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
19425 fi
19426fi
19427
19428
19429if test "$TOOLKIT" != "MSW"; then
19430
19431 HAVE_DL_FUNCS=0
19432 HAVE_SHL_FUNCS=0
19433 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
19434 if test "$USE_DARWIN" = 1; then
19435 HAVE_DL_FUNCS=1
19436 else
19437 for ac_func in dlopen
19438do
19439echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
19440echo "configure:19441: checking for $ac_func" >&5
19441if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
19442 echo $ac_n "(cached) $ac_c" 1>&6
19443else
19444 cat > conftest.$ac_ext <<EOF
19445#line 19446 "configure"
19446#include "confdefs.h"
19447/* System header to define __stub macros and hopefully few prototypes,
19448 which can conflict with char $ac_func(); below. */
19449#include <assert.h>
19450/* Override any gcc2 internal prototype to avoid an error. */
19451/* We use char because int might match the return type of a gcc2
19452 builtin and then its argument prototype would still apply. */
19453char $ac_func();
19454
19455int main() {
19456
19457/* The GNU C library defines this for functions which it implements
19458 to always fail with ENOSYS. Some functions are actually named
19459 something starting with __ and the normal name is an alias. */
19460#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
19461choke me
19462#else
19463$ac_func();
19464#endif
19465
19466; return 0; }
19467EOF
19468if { (eval echo configure:19469: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
19469 rm -rf conftest*
19470 eval "ac_cv_func_$ac_func=yes"
19471else
19472 echo "configure: failed program was:" >&5
19473 cat conftest.$ac_ext >&5
19474 rm -rf conftest*
19475 eval "ac_cv_func_$ac_func=no"
19476fi
19477rm -f conftest*
19478fi
19479
19480if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
19481 echo "$ac_t""yes" 1>&6
19482 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
19483 cat >> confdefs.h <<EOF
19484#define $ac_tr_func 1
19485EOF
19486
19487 cat >> confdefs.h <<\EOF
19488#define HAVE_DLOPEN 1
19489EOF
19490
19491 HAVE_DL_FUNCS=1
19492
19493else
19494 echo "$ac_t""no" 1>&6
19495echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
19496echo "configure:19497: checking for dlopen in -ldl" >&5
19497ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
19498if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
19499 echo $ac_n "(cached) $ac_c" 1>&6
19500else
19501 ac_save_LIBS="$LIBS"
19502LIBS="-ldl $LIBS"
19503cat > conftest.$ac_ext <<EOF
19504#line 19505 "configure"
19505#include "confdefs.h"
19506/* Override any gcc2 internal prototype to avoid an error. */
19507/* We use char because int might match the return type of a gcc2
19508 builtin and then its argument prototype would still apply. */
19509char dlopen();
19510
19511int main() {
19512dlopen()
19513; return 0; }
19514EOF
19515if { (eval echo configure:19516: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
19516 rm -rf conftest*
19517 eval "ac_cv_lib_$ac_lib_var=yes"
19518else
19519 echo "configure: failed program was:" >&5
19520 cat conftest.$ac_ext >&5
19521 rm -rf conftest*
19522 eval "ac_cv_lib_$ac_lib_var=no"
19523fi
19524rm -f conftest*
19525LIBS="$ac_save_LIBS"
19526
19527fi
19528if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
19529 echo "$ac_t""yes" 1>&6
19530
19531 cat >> confdefs.h <<\EOF
19532#define HAVE_DLOPEN 1
19533EOF
19534
19535 HAVE_DL_FUNCS=1
19536 DL_LINK=" -ldl$DL_LINK"
19537
19538else
19539 echo "$ac_t""no" 1>&6
19540
19541 for ac_func in shl_load
19542do
19543echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
19544echo "configure:19545: checking for $ac_func" >&5
19545if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
19546 echo $ac_n "(cached) $ac_c" 1>&6
19547else
19548 cat > conftest.$ac_ext <<EOF
19549#line 19550 "configure"
19550#include "confdefs.h"
19551/* System header to define __stub macros and hopefully few prototypes,
19552 which can conflict with char $ac_func(); below. */
19553#include <assert.h>
19554/* Override any gcc2 internal prototype to avoid an error. */
19555/* We use char because int might match the return type of a gcc2
19556 builtin and then its argument prototype would still apply. */
19557char $ac_func();
19558
19559int main() {
19560
19561/* The GNU C library defines this for functions which it implements
19562 to always fail with ENOSYS. Some functions are actually named
19563 something starting with __ and the normal name is an alias. */
19564#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
19565choke me
19566#else
19567$ac_func();
19568#endif
19569
19570; return 0; }
19571EOF
19572if { (eval echo configure:19573: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
19573 rm -rf conftest*
19574 eval "ac_cv_func_$ac_func=yes"
19575else
19576 echo "configure: failed program was:" >&5
19577 cat conftest.$ac_ext >&5
19578 rm -rf conftest*
19579 eval "ac_cv_func_$ac_func=no"
19580fi
19581rm -f conftest*
19582fi
19583
19584if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
19585 echo "$ac_t""yes" 1>&6
19586 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
19587 cat >> confdefs.h <<EOF
19588#define $ac_tr_func 1
19589EOF
19590
19591 cat >> confdefs.h <<\EOF
19592#define HAVE_SHL_LOAD 1
19593EOF
19594
19595 HAVE_SHL_FUNCS=1
19596
19597else
19598 echo "$ac_t""no" 1>&6
19599echo $ac_n "checking for dld in -lshl_load""... $ac_c" 1>&6
19600echo "configure:19601: checking for dld in -lshl_load" >&5
19601ac_lib_var=`echo shl_load'_'dld | sed 'y%./+-%__p_%'`
19602if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
19603 echo $ac_n "(cached) $ac_c" 1>&6
19604else
19605 ac_save_LIBS="$LIBS"
19606LIBS="-lshl_load $LIBS"
19607cat > conftest.$ac_ext <<EOF
19608#line 19609 "configure"
19609#include "confdefs.h"
19610/* Override any gcc2 internal prototype to avoid an error. */
19611/* We use char because int might match the return type of a gcc2
19612 builtin and then its argument prototype would still apply. */
19613char dld();
19614
19615int main() {
19616dld()
19617; return 0; }
19618EOF
19619if { (eval echo configure:19620: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
19620 rm -rf conftest*
19621 eval "ac_cv_lib_$ac_lib_var=yes"
19622else
19623 echo "configure: failed program was:" >&5
19624 cat conftest.$ac_ext >&5
19625 rm -rf conftest*
19626 eval "ac_cv_lib_$ac_lib_var=no"
19627fi
19628rm -f conftest*
19629LIBS="$ac_save_LIBS"
19630
19631fi
19632if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
19633 echo "$ac_t""yes" 1>&6
19634
19635 HAVE_SHL_FUNCS=1
19636 DL_LINK=" -ldld$DL_LINK"
19637
19638else
19639 echo "$ac_t""no" 1>&6
19640fi
19641
19642
19643fi
19644done
19645
19646
19647fi
19648
19649
19650fi
19651done
19652
19653
19654 if test "$HAVE_DL_FUNCS" = 1; then
19655 for ac_func in dlerror
19656do
19657echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
19658echo "configure:19659: checking for $ac_func" >&5
19659if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
19660 echo $ac_n "(cached) $ac_c" 1>&6
19661else
19662 cat > conftest.$ac_ext <<EOF
19663#line 19664 "configure"
19664#include "confdefs.h"
19665/* System header to define __stub macros and hopefully few prototypes,
19666 which can conflict with char $ac_func(); below. */
19667#include <assert.h>
19668/* Override any gcc2 internal prototype to avoid an error. */
19669/* We use char because int might match the return type of a gcc2
19670 builtin and then its argument prototype would still apply. */
19671char $ac_func();
19672
19673int main() {
19674
19675/* The GNU C library defines this for functions which it implements
19676 to always fail with ENOSYS. Some functions are actually named
19677 something starting with __ and the normal name is an alias. */
19678#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
19679choke me
19680#else
19681$ac_func();
19682#endif
19683
19684; return 0; }
19685EOF
19686if { (eval echo configure:19687: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
19687 rm -rf conftest*
19688 eval "ac_cv_func_$ac_func=yes"
19689else
19690 echo "configure: failed program was:" >&5
19691 cat conftest.$ac_ext >&5
19692 rm -rf conftest*
19693 eval "ac_cv_func_$ac_func=no"
19694fi
19695rm -f conftest*
19696fi
19697
19698if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
19699 echo "$ac_t""yes" 1>&6
19700 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
19701 cat >> confdefs.h <<EOF
19702#define $ac_tr_func 1
19703EOF
19704 cat >> confdefs.h <<\EOF
19705#define HAVE_DLERROR 1
19706EOF
19707
19708else
19709 echo "$ac_t""no" 1>&6
19710echo $ac_n "checking for dlerror in -ldl""... $ac_c" 1>&6
19711echo "configure:19712: checking for dlerror in -ldl" >&5
19712ac_lib_var=`echo dl'_'dlerror | sed 'y%./+-%__p_%'`
19713if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
19714 echo $ac_n "(cached) $ac_c" 1>&6
19715else
19716 ac_save_LIBS="$LIBS"
19717LIBS="-ldl $LIBS"
19718cat > conftest.$ac_ext <<EOF
19719#line 19720 "configure"
19720#include "confdefs.h"
19721/* Override any gcc2 internal prototype to avoid an error. */
19722/* We use char because int might match the return type of a gcc2
19723 builtin and then its argument prototype would still apply. */
19724char dlerror();
19725
19726int main() {
19727dlerror()
19728; return 0; }
19729EOF
19730if { (eval echo configure:19731: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
19731 rm -rf conftest*
19732 eval "ac_cv_lib_$ac_lib_var=yes"
19733else
19734 echo "configure: failed program was:" >&5
19735 cat conftest.$ac_ext >&5
19736 rm -rf conftest*
19737 eval "ac_cv_lib_$ac_lib_var=no"
19738fi
19739rm -f conftest*
19740LIBS="$ac_save_LIBS"
19741
19742fi
19743if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
19744 echo "$ac_t""yes" 1>&6
19745 cat >> confdefs.h <<\EOF
19746#define HAVE_DLERROR 1
19747EOF
19748
19749else
19750 echo "$ac_t""no" 1>&6
19751fi
19752
19753fi
19754done
19755
19756 fi
19757 fi
19758
19759 if test "$HAVE_DL_FUNCS" = 0; then
19760 if test "$HAVE_SHL_FUNCS" = 0; then
19761 if test "$USE_UNIX" = 1; then
19762 echo "configure: warning: Missing dynamic loading support, several features will be disabled" 1>&2
19763 wxUSE_DYNAMIC_LOADER=no
19764 wxUSE_DYNLIB_CLASS=no
19765 else
19766 echo "configure: warning: Assuming wxLibrary class works on this platform" 1>&2
19767 fi
19768 fi
19769 fi
19770 fi
19771fi
19772
19773if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
19774 cat >> confdefs.h <<\EOF
19775#define wxUSE_DYNAMIC_LOADER 1
19776EOF
19777
19778elif test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
19779 cat >> confdefs.h <<\EOF
19780#define wxUSE_DYNLIB_CLASS 1
19781EOF
19782
19783fi
19784
19785
19786if test "$wxUSE_FONTMAP" = "yes" ; then
19787 cat >> confdefs.h <<\EOF
19788#define wxUSE_FONTMAP 1
19789EOF
19790
19791fi
19792
19793if test "$wxUSE_UNICODE" = "yes" ; then
19794 cat >> confdefs.h <<\EOF
19795#define wxUSE_UNICODE 1
19796EOF
19797
19798
19799 if test "$wxUSE_MSW" != 1; then
19800 wxUSE_UNICODE_MSLU=no
19801 fi
19802
19803 if test "$wxUSE_MSW" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
19804 echo $ac_n "checking for main in -lunicows""... $ac_c" 1>&6
19805echo "configure:19806: checking for main in -lunicows" >&5
19806ac_lib_var=`echo unicows'_'main | sed 'y%./+-%__p_%'`
19807if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
19808 echo $ac_n "(cached) $ac_c" 1>&6
19809else
19810 ac_save_LIBS="$LIBS"
19811LIBS="-lunicows $LIBS"
19812cat > conftest.$ac_ext <<EOF
19813#line 19814 "configure"
19814#include "confdefs.h"
19815
19816int main() {
19817main()
19818; return 0; }
19819EOF
19820if { (eval echo configure:19821: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
19821 rm -rf conftest*
19822 eval "ac_cv_lib_$ac_lib_var=yes"
19823else
19824 echo "configure: failed program was:" >&5
19825 cat conftest.$ac_ext >&5
19826 rm -rf conftest*
19827 eval "ac_cv_lib_$ac_lib_var=no"
19828fi
19829rm -f conftest*
19830LIBS="$ac_save_LIBS"
19831
19832fi
19833if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
19834 echo "$ac_t""yes" 1>&6
19835
19836 cat >> confdefs.h <<\EOF
19837#define wxUSE_UNICODE_MSLU 1
19838EOF
19839
19840
19841else
19842 echo "$ac_t""no" 1>&6
19843
19844 echo "configure: warning: Compiler doesn't support MSLU (libunicows.a), disabled.
19845 Applications will only run on Windows NT/2000/XP!" 1>&2
19846 wxUSE_UNICODE_MSLU=no
19847
19848fi
19849
19850 fi
19851fi
19852
19853if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
19854 cat >> confdefs.h <<\EOF
19855#define wxUSE_EXPERIMENTAL_PRINTF 1
19856EOF
19857
19858fi
19859
19860
19861
19862IODBC_C_SRC=""
19863if test "$wxUSE_ODBC" = "yes" ; then
19864 cat >> confdefs.h <<\EOF
19865#define wxUSE_ODBC 1
19866EOF
19867
19868 WXODBCFLAG="-D_IODBC_"
19869 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db"
19870fi
19871
19872
19873if test "$wxUSE_POSTSCRIPT" = "yes" ; then
19874 cat >> confdefs.h <<\EOF
19875#define wxUSE_POSTSCRIPT 1
19876EOF
19877
19878fi
19879
19880cat >> confdefs.h <<\EOF
19881#define wxUSE_AFM_FOR_POSTSCRIPT 1
19882EOF
19883
19884
19885cat >> confdefs.h <<\EOF
19886#define wxUSE_NORMALIZED_PS_FONTS 1
19887EOF
19888
19889
19890
19891if test "$wxUSE_CONSTRAINTS" = "yes"; then
19892 cat >> confdefs.h <<\EOF
19893#define wxUSE_CONSTRAINTS 1
19894EOF
19895
19896 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
19897fi
19898
19899if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
19900 if test "$wxUSE_UNIVERSAL" = "yes"; then
19901 echo "configure: warning: MDI not yet supported for wxUniversal... disabled" 1>&2
19902 wxUSE_MDI_ARCHITECTURE=no
19903 fi
19904
19905 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
19906 cat >> confdefs.h <<\EOF
19907#define wxUSE_MDI_ARCHITECTURE 1
19908EOF
19909
19910 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
19911 fi
19912fi
19913
19914if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
19915 cat >> confdefs.h <<\EOF
19916#define wxUSE_DOC_VIEW_ARCHITECTURE 1
19917EOF
19918
19919 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
19920 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
19921 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi"
19922 fi
19923fi
19924
19925if test "$wxUSE_HELP" = "yes"; then
19926 cat >> confdefs.h <<\EOF
19927#define wxUSE_HELP 1
19928EOF
19929
19930 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
19931
19932 if test "$wxUSE_MSW" = 1; then
19933 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
19934 cat >> confdefs.h <<\EOF
19935#define wxUSE_MS_HTML_HELP 1
19936EOF
19937
19938 fi
19939 fi
19940
19941 if test "$wxUSE_WXHTML_HELP" = "yes"; then
19942 if test "$wxUSE_HTML" = "yes"; then
19943 cat >> confdefs.h <<\EOF
19944#define wxUSE_WXHTML_HELP 1
19945EOF
19946
19947 else
19948 echo "configure: warning: Cannot use wxHTML-based help without wxHTML so it won't be compiled" 1>&2
19949 wxUSE_WXHTML_HELP=no
19950 fi
19951 fi
19952fi
19953
19954if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
19955 if test "$wxUSE_CONSTRAINTS" != "yes"; then
19956 echo "configure: warning: Printing support cannot be used without constraints so it won't be compiled without it" 1>&2
19957 else
19958 cat >> confdefs.h <<\EOF
19959#define wxUSE_PRINTING_ARCHITECTURE 1
19960EOF
19961
19962 fi
19963 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
19964fi
19965
19966if test "$wxUSE_PROLOGIO" = "yes" ; then
19967 cat >> confdefs.h <<\EOF
19968#define wxUSE_PROLOGIO 1
19969EOF
19970
19971fi
19972
19973if test "$wxUSE_RESOURCES" = "yes" ; then
19974 if test "$wxUSE_NANOX" = "yes"; then
19975 echo "configure: warning: Cannot use resource database functions in NanoX" 1>&2
19976 else
19977 cat >> confdefs.h <<\EOF
19978#define wxUSE_RESOURCES 1
19979EOF
19980
19981 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS resource"
19982 fi
19983fi
19984
19985if test "$wxUSE_X_RESOURCES" = "yes"; then
19986 cat >> confdefs.h <<\EOF
19987#define wxUSE_X_RESOURCES 1
19988EOF
19989
19990fi
19991
19992
19993if test "$wxUSE_MSW" = 1 -a \( "$wxUSE_DATAOBJ" = "yes" \
19994 -o "$wxUSE_CLIPBOARD" = "yes" \
19995 -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then
19996 for ac_hdr in ole2.h
19997do
19998ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
19999echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
20000echo "configure:20001: checking for $ac_hdr" >&5
20001if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
20002 echo $ac_n "(cached) $ac_c" 1>&6
20003else
20004 cat > conftest.$ac_ext <<EOF
20005#line 20006 "configure"
20006#include "confdefs.h"
20007#include <$ac_hdr>
20008EOF
20009ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
20010{ (eval echo configure:20011: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
20011ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
20012if test -z "$ac_err"; then
20013 rm -rf conftest*
20014 eval "ac_cv_header_$ac_safe=yes"
20015else
20016 echo "$ac_err" >&5
20017 echo "configure: failed program was:" >&5
20018 cat conftest.$ac_ext >&5
20019 rm -rf conftest*
20020 eval "ac_cv_header_$ac_safe=no"
20021fi
20022rm -f conftest*
20023fi
20024if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
20025 echo "$ac_t""yes" 1>&6
20026 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
20027 cat >> confdefs.h <<EOF
20028#define $ac_tr_hdr 1
20029EOF
20030
20031else
20032 echo "$ac_t""no" 1>&6
20033fi
20034done
20035
20036
20037 if test "$ac_cv_header_ole2_h" = "yes" ; then
20038 if test "$GCC" = yes ; then
20039 ALL_OBJECTS="$ALL_OBJECTS \$(OLEOBJS)"
20040 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
20041 LIBS=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
20042 cat >> confdefs.h <<\EOF
20043#define wxUSE_OLE 1
20044EOF
20045
20046
20047 fi
20048
20049 cat >> confdefs.h <<\EOF
20050#define wxUSE_DATAOBJ 1
20051EOF
20052
20053 else
20054 echo "configure: warning: Some features disabled because OLE headers not found" 1>&2
20055
20056 wxUSE_CLIPBOARD=no
20057 wxUSE_DRAG_AND_DROP=no
20058 wxUSE_DATAOBJ=no
20059 fi
20060
20061 if test "$wxUSE_METAFILE" = "yes"; then
20062 cat >> confdefs.h <<\EOF
20063#define wxUSE_METAFILE 1
20064EOF
20065
20066
20067 cat >> confdefs.h <<\EOF
20068#define wxUSE_ENH_METAFILE 1
20069EOF
20070
20071 fi
20072fi
20073
20074if test "$wxUSE_IPC" = "yes"; then
20075 if test "$wxUSE_SOCKETS" != "yes"; then
20076 echo "configure: warning: wxWindows IPC classes require sockets... disabled" 1>&2
20077 fi
20078
20079 cat >> confdefs.h <<\EOF
20080#define wxUSE_IPC 1
20081EOF
20082
20083fi
20084
20085if test "$wxUSE_CLIPBOARD" = "yes"; then
20086 if test "$wxUSE_MGL" = 1; then
20087 echo "configure: warning: Clipboard not yet supported under MGL... disabled" 1>&2
20088 wxUSE_CLIPBOARD=no
20089 fi
20090
20091 if test "$wxUSE_CLIPBOARD" = "yes"; then
20092 cat >> confdefs.h <<\EOF
20093#define wxUSE_CLIPBOARD 1
20094EOF
20095
20096
20097 cat >> confdefs.h <<\EOF
20098#define wxUSE_DATAOBJ 1
20099EOF
20100
20101 fi
20102fi
20103
20104if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
20105 if test "$wxUSE_GTK" = 1; then
20106 if test "$WXGTK12" != 1; then
20107 echo "configure: warning: Drag and drop is only supported under GTK+ 1.2... disabled" 1>&2
20108 wxUSE_DRAG_AND_DROP=no
20109 fi
20110 fi
20111
20112 if test "$wxUSE_MOTIF" = 1; then
20113 echo "configure: warning: Drag and drop not yet supported under Motif... disabled" 1>&2
20114 wxUSE_DRAG_AND_DROP=no
20115 fi
20116
20117 if test "$wxUSE_X11" = 1; then
20118 echo "configure: warning: Drag and drop not yet supported under X11... disabled" 1>&2
20119 wxUSE_DRAG_AND_DROP=no
20120 fi
20121
20122 if test "$wxUSE_MGL" = 1; then
20123 echo "configure: warning: Drag and drop not yet supported under MGL... disabled" 1>&2
20124 wxUSE_DRAG_AND_DROP=no
20125 fi
20126
20127 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
20128 cat >> confdefs.h <<\EOF
20129#define wxUSE_DRAG_AND_DROP 1
20130EOF
20131
20132 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
20133 fi
20134
20135fi
20136
20137if test "$wxUSE_SPLINES" = "yes" ; then
20138 cat >> confdefs.h <<\EOF
20139#define wxUSE_SPLINES 1
20140EOF
20141
20142fi
20143
20144
20145USES_CONTROLS=0
20146if test "$wxUSE_CONTROLS" = "yes"; then
20147 USES_CONTROLS=1
20148fi
20149
20150if test "$wxUSE_ACCEL" = "yes"; then
20151 cat >> confdefs.h <<\EOF
20152#define wxUSE_ACCEL 1
20153EOF
20154
20155 USES_CONTROLS=1
20156fi
20157
20158if test "$wxUSE_BUTTON" = "yes"; then
20159 cat >> confdefs.h <<\EOF
20160#define wxUSE_BUTTON 1
20161EOF
20162
20163 USES_CONTROLS=1
20164fi
20165
20166if test "$wxUSE_BMPBUTTON" = "yes"; then
20167 cat >> confdefs.h <<\EOF
20168#define wxUSE_BMPBUTTON 1
20169EOF
20170
20171 USES_CONTROLS=1
20172fi
20173
20174if test "$wxUSE_CALCTRL" = "yes"; then
20175 cat >> confdefs.h <<\EOF
20176#define wxUSE_CALENDARCTRL 1
20177EOF
20178
20179 USES_CONTROLS=1
20180 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar"
20181fi
20182
20183if test "$wxUSE_CARET" = "yes"; then
20184 cat >> confdefs.h <<\EOF
20185#define wxUSE_CARET 1
20186EOF
20187
20188 USES_CONTROLS=1
20189 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
20190fi
20191
20192if test "$wxUSE_COMBOBOX" = "yes"; then
20193 cat >> confdefs.h <<\EOF
20194#define wxUSE_COMBOBOX 1
20195EOF
20196
20197 USES_CONTROLS=1
20198fi
20199
20200if test "$wxUSE_CHOICE" = "yes"; then
20201 cat >> confdefs.h <<\EOF
20202#define wxUSE_CHOICE 1
20203EOF
20204
20205 USES_CONTROLS=1
20206fi
20207
20208if test "$wxUSE_CHECKBOX" = "yes"; then
20209 cat >> confdefs.h <<\EOF
20210#define wxUSE_CHECKBOX 1
20211EOF
20212
20213 USES_CONTROLS=1
20214fi
20215
20216if test "$wxUSE_CHECKLST" = "yes"; then
20217 cat >> confdefs.h <<\EOF
20218#define wxUSE_CHECKLISTBOX 1
20219EOF
20220
20221 USES_CONTROLS=1
20222 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst"
20223fi
20224
20225if test "$wxUSE_GAUGE" = "yes"; then
20226 cat >> confdefs.h <<\EOF
20227#define wxUSE_GAUGE 1
20228EOF
20229
20230 USES_CONTROLS=1
20231fi
20232
20233if test "$wxUSE_NEW_GRID" = "yes"; then
20234 wxUSE_GRID="yes"
20235 cat >> confdefs.h <<\EOF
20236#define wxUSE_NEW_GRID 1
20237EOF
20238
20239 USES_CONTROLS=1
20240 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS newgrid"
20241fi
20242
20243if test "$wxUSE_GRID" = "yes"; then
20244 cat >> confdefs.h <<\EOF
20245#define wxUSE_GRID 1
20246EOF
20247
20248 USES_CONTROLS=1
20249 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
20250fi
20251
20252if test "$wxUSE_IMAGLIST" = "yes"; then
20253 cat >> confdefs.h <<\EOF
20254#define wxUSE_IMAGLIST 1
20255EOF
20256
20257fi
20258
20259if test "$wxUSE_LISTBOX" = "yes"; then
20260 cat >> confdefs.h <<\EOF
20261#define wxUSE_LISTBOX 1
20262EOF
20263
20264 USES_CONTROLS=1
20265fi
20266
20267if test "$wxUSE_LISTCTRL" = "yes"; then
20268 if test "$wxUSE_IMAGLIST" = "yes"; then
20269 cat >> confdefs.h <<\EOF
20270#define wxUSE_LISTCTRL 1
20271EOF
20272
20273 USES_CONTROLS=1
20274 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
20275 else
20276 echo "configure: warning: wxListCtrl requires wxImageList and won't be compiled without it" 1>&2
20277 fi
20278fi
20279
20280if test "$wxUSE_NOTEBOOK" = "yes"; then
20281 cat >> confdefs.h <<\EOF
20282#define wxUSE_NOTEBOOK 1
20283EOF
20284
20285 USES_CONTROLS=1
20286 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
20287fi
20288
20289if test "$wxUSE_PROPSHEET" = "yes"; then
20290 cat >> confdefs.h <<\EOF
20291#define wxUSE_PROPSHEET 1
20292EOF
20293
20294 USES_CONTROLS=1
20295 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS proplist"
20296fi
20297
20298if test "$wxUSE_RADIOBOX" = "yes"; then
20299 cat >> confdefs.h <<\EOF
20300#define wxUSE_RADIOBOX 1
20301EOF
20302
20303 USES_CONTROLS=1
20304fi
20305
20306if test "$wxUSE_RADIOBTN" = "yes"; then
20307 cat >> confdefs.h <<\EOF
20308#define wxUSE_RADIOBTN 1
20309EOF
20310
20311 USES_CONTROLS=1
20312fi
20313
20314if test "$wxUSE_SASH" = "yes"; then
20315 cat >> confdefs.h <<\EOF
20316#define wxUSE_SASH 1
20317EOF
20318
20319 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
20320fi
20321
20322if test "$wxUSE_SCROLLBAR" = "yes"; then
20323 cat >> confdefs.h <<\EOF
20324#define wxUSE_SCROLLBAR 1
20325EOF
20326
20327 USES_CONTROLS=1
20328 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub"
20329fi
20330
20331if test "$wxUSE_SLIDER" = "yes"; then
20332 cat >> confdefs.h <<\EOF
20333#define wxUSE_SLIDER 1
20334EOF
20335
20336 USES_CONTROLS=1
20337fi
20338
20339if test "$wxUSE_SPINBTN" = "yes"; then
20340 cat >> confdefs.h <<\EOF
20341#define wxUSE_SPINBTN 1
20342EOF
20343
20344 USES_CONTROLS=1
20345fi
20346
20347if test "$wxUSE_SPINCTRL" = "yes"; then
20348 cat >> confdefs.h <<\EOF
20349#define wxUSE_SPINCTRL 1
20350EOF
20351
20352 USES_CONTROLS=1
20353fi
20354
20355if test "$wxUSE_SPLITTER" = "yes"; then
20356 cat >> confdefs.h <<\EOF
20357#define wxUSE_SPLITTER 1
20358EOF
20359
20360 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
20361fi
20362
20363if test "$wxUSE_STATBMP" = "yes"; then
20364 cat >> confdefs.h <<\EOF
20365#define wxUSE_STATBMP 1
20366EOF
20367
20368 USES_CONTROLS=1
20369fi
20370
20371if test "$wxUSE_STATBOX" = "yes"; then
20372 cat >> confdefs.h <<\EOF
20373#define wxUSE_STATBOX 1
20374EOF
20375
20376 USES_CONTROLS=1
20377fi
20378
20379if test "$wxUSE_STATTEXT" = "yes"; then
20380 cat >> confdefs.h <<\EOF
20381#define wxUSE_STATTEXT 1
20382EOF
20383
20384 USES_CONTROLS=1
20385fi
20386
20387if test "$wxUSE_STATLINE" = "yes"; then
20388 if test "$wxUSE_WINE" = 1 ; then
20389 echo "configure: warning: wxStaticLine is not supported under WINE" 1>&2
20390 else
20391 cat >> confdefs.h <<\EOF
20392#define wxUSE_STATLINE 1
20393EOF
20394
20395 USES_CONTROLS=1
20396 fi
20397fi
20398
20399if test "$wxUSE_STATUSBAR" = "yes"; then
20400 cat >> confdefs.h <<\EOF
20401#define wxUSE_STATUSBAR 1
20402EOF
20403
20404 USES_CONTROLS=1
20405
20406 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
20407fi
20408
20409if test "$wxUSE_TABDIALOG" = "yes"; then
20410 cat >> confdefs.h <<\EOF
20411#define wxUSE_TAB_DIALOG 1
20412EOF
20413
20414 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS tab"
20415fi
20416
20417if test "$wxUSE_TEXTCTRL" = "yes"; then
20418 cat >> confdefs.h <<\EOF
20419#define wxUSE_TEXTCTRL 1
20420EOF
20421
20422 USES_CONTROLS=1
20423 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text"
20424fi
20425
20426if test "$wxUSE_TOGGLEBTN" = "yes"; then
20427 if test "$wxUSE_MAC" = 1; then
20428 echo "configure: warning: Toggle button not yet supported under Mac OS X... disabled" 1>&2
20429 wxUSE_TOGGLEBTN=no
20430 fi
20431 if test "$wxUSE_UNIVERSAL" = "yes"; then
20432 echo "configure: warning: Toggle button not yet supported under wxUniversal... disabled" 1>&2
20433 wxUSE_TOGGLEBTN=no
20434 fi
20435
20436 if test "$wxUSE_TOGGLEBTN" = "yes"; then
20437 cat >> confdefs.h <<\EOF
20438#define wxUSE_TOGGLEBTN 1
20439EOF
20440
20441 USES_CONTROLS=1
20442 fi
20443fi
20444
20445if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
20446 cat >> confdefs.h <<\EOF
20447#define wxUSE_TOOLBAR_SIMPLE 1
20448EOF
20449
20450 wxUSE_TOOLBAR="yes"
20451 USES_CONTROLS=1
20452fi
20453
20454if test "$wxUSE_TOOLBAR" = "yes"; then
20455 cat >> confdefs.h <<\EOF
20456#define wxUSE_TOOLBAR 1
20457EOF
20458
20459 USES_CONTROLS=1
20460
20461 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
20462 wxUSE_TOOLBAR_NATIVE="yes"
20463 fi
20464
20465 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
20466 cat >> confdefs.h <<\EOF
20467#define wxUSE_TOOLBAR_NATIVE 1
20468EOF
20469
20470 USES_CONTROLS=1
20471 fi
20472
20473 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
20474fi
20475
20476if test "$wxUSE_TOOLTIPS" = "yes"; then
20477 if test "$wxUSE_MOTIF" = 1; then
20478 echo "configure: warning: wxTooltip not supported yet under Motif... disabled" 1>&2
20479 else
20480 if test "$wxUSE_WINE" = 1; then
20481 echo "configure: warning: wxTooltip not supported under WINE... disabled" 1>&2
20482 else
20483 if test "$wxUSE_UNIVERSAL" = "yes"; then
20484 echo "configure: warning: wxTooltip not supported yet in wxUniversal... disabled" 1>&2
20485 else
20486 cat >> confdefs.h <<\EOF
20487#define wxUSE_TOOLTIPS 1
20488EOF
20489
20490 fi
20491 fi
20492 fi
20493fi
20494
20495if test "$wxUSE_TREECTRL" = "yes"; then
20496 if test "$wxUSE_IMAGLIST" = "yes"; then
20497 cat >> confdefs.h <<\EOF
20498#define wxUSE_TREECTRL 1
20499EOF
20500
20501 USES_CONTROLS=1
20502 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
20503 else
20504 echo "configure: warning: wxTreeCtrl requires wxImageList and won't be compiled without it" 1>&2
20505 fi
20506fi
20507
20508if test "$wxUSE_POPUPWIN" = "yes"; then
20509 if test "$wxUSE_MAC" = 1; then
20510 echo "configure: warning: Popup window not yet supported under Mac OS X... disabled" 1>&2
20511 else
20512 if test "$wxUSE_MOTIF" = 1; then
20513 echo "configure: warning: wxPopupWindow not yet supported under Motif... disabled" 1>&2
20514 else
20515 if test "$wxUSE_PM" = 1; then
20516 echo "configure: warning: wxPopupWindow not yet supported under PM... disabled" 1>&2
20517 else
20518 cat >> confdefs.h <<\EOF
20519#define wxUSE_POPUPWIN 1
20520EOF
20521
20522
20523 USES_CONTROLS=1
20524 fi
20525 fi
20526 fi
20527fi
20528
20529if test "$wxUSE_TIPWINDOW" = "yes"; then
20530 if test "$wxUSE_PM" = 1; then
20531 echo "configure: warning: wxTipWindow not yet supported under PM... disabled" 1>&2
20532 else
20533 cat >> confdefs.h <<\EOF
20534#define wxUSE_TIPWINDOW 1
20535EOF
20536
20537 fi
20538fi
20539
20540if test "$USES_CONTROLS" = 1; then
20541 cat >> confdefs.h <<\EOF
20542#define wxUSE_CONTROLS 1
20543EOF
20544
20545fi
20546
20547
20548if test "$wxUSE_TREELAYOUT" = "yes"; then
20549 cat >> confdefs.h <<\EOF
20550#define wxUSE_TREELAYOUT 1
20551EOF
20552
20553 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treelay"
20554fi
20555
20556if test "$wxUSE_DRAGIMAGE" = "yes"; then
20557 cat >> confdefs.h <<\EOF
20558#define wxUSE_DRAGIMAGE 1
20559EOF
20560
20561 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag"
20562fi
20563
20564if test "$wxUSE_MENUS" = "yes"; then
20565 cat >> confdefs.h <<\EOF
20566#define wxUSE_MENUS 1
20567EOF
20568
20569 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu"
20570fi
20571
20572if test "$wxUSE_METAFILE" = "yes"; then
20573 cat >> confdefs.h <<\EOF
20574#define wxUSE_METAFILE 1
20575EOF
20576
20577fi
20578
20579if test "$wxUSE_MIMETYPE" = "yes"; then
20580 cat >> confdefs.h <<\EOF
20581#define wxUSE_MIMETYPE 1
20582EOF
20583
20584fi
20585
20586if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
20587 cat >> confdefs.h <<\EOF
20588#define wxUSE_SYSTEM_OPTIONS 1
20589EOF
20590
20591if test "$TOOLKIT" = "MSW"; then
20592 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS taskbar"
20593fi
20594
20595fi
20596
20597if test "$wxUSE_PROTOCOL" = "yes"; then
20598 if test "$wxUSE_SOCKETS" != "yes"; then
20599 echo "configure: warning: Protocol classes require sockets... disabled" 1>&2
20600 wxUSE_PROTOCOL=no
20601 fi
20602
20603 if test "$wxUSE_PROTOCOL" = "yes"; then
20604 cat >> confdefs.h <<\EOF
20605#define wxUSE_PROTOCOL 1
20606EOF
20607
20608
20609 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
20610 cat >> confdefs.h <<\EOF
20611#define wxUSE_PROTOCOL_HTTP 1
20612EOF
20613
20614 fi
20615 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
20616 cat >> confdefs.h <<\EOF
20617#define wxUSE_PROTOCOL_FTP 1
20618EOF
20619
20620 fi
20621 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
20622 cat >> confdefs.h <<\EOF
20623#define wxUSE_PROTOCOL_FILE 1
20624EOF
20625
20626 fi
20627 fi
20628fi
20629
20630if test "$wxUSE_URL" = "yes"; then
20631 if test "$wxUSE_PROTOCOL" != "yes"; then
20632 echo "configure: warning: wxURL class requires wxProtocol... disabled" 1>&2
20633 wxUSE_URL=no
20634 fi
20635 if test "$wxUSE_URL" = "yes"; then
20636 cat >> confdefs.h <<\EOF
20637#define wxUSE_URL 1
20638EOF
20639
20640 fi
20641fi
20642
20643if test "$wxUSE_MINIFRAME" = "yes"; then
20644 cat >> confdefs.h <<\EOF
20645#define wxUSE_MINIFRAME 1
20646EOF
20647
20648 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram"
20649fi
20650
20651if test "$wxUSE_HTML" = "yes"; then
20652 cat >> confdefs.h <<\EOF
20653#define wxUSE_HTML 1
20654EOF
20655
20656 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html"
20657fi
20658
20659if test "$wxUSE_VALIDATORS" = "yes"; then
20660 cat >> confdefs.h <<\EOF
20661#define wxUSE_VALIDATORS 1
20662EOF
20663
20664 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
20665fi
20666
20667if test "$wxUSE_PALETTE" = "yes" ; then
20668 cat >> confdefs.h <<\EOF
20669#define wxUSE_PALETTE 1
20670EOF
20671
20672fi
20673
20674if test "$wxUSE_IMAGE" = "yes" ; then
20675 cat >> confdefs.h <<\EOF
20676#define wxUSE_IMAGE 1
20677EOF
20678
20679fi
20680
20681if test "$wxUSE_GIF" = "yes" ; then
20682 cat >> confdefs.h <<\EOF
20683#define wxUSE_GIF 1
20684EOF
20685
20686fi
20687
20688if test "$wxUSE_PCX" = "yes" ; then
20689 cat >> confdefs.h <<\EOF
20690#define wxUSE_PCX 1
20691EOF
20692
20693fi
20694
20695if test "$wxUSE_IFF" = "yes" ; then
20696 cat >> confdefs.h <<\EOF
20697#define wxUSE_IFF 1
20698EOF
20699
20700fi
20701
20702if test "$wxUSE_PNM" = "yes" ; then
20703 cat >> confdefs.h <<\EOF
20704#define wxUSE_PNM 1
20705EOF
20706
20707fi
20708
20709if test "$wxUSE_XPM" = "yes" ; then
20710 cat >> confdefs.h <<\EOF
20711#define wxUSE_XPM 1
20712EOF
20713
20714fi
20715
20716if test "$wxUSE_ICO_CUR" = "yes" ; then
20717 cat >> confdefs.h <<\EOF
20718#define wxUSE_ICO_CUR 1
20719EOF
20720
20721fi
20722
20723if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
20724 LIBS=" -lunicows $LIBS"
20725fi
20726
20727
20728if test "$wxUSE_CHOICEDLG" = "yes"; then
20729 cat >> confdefs.h <<\EOF
20730#define wxUSE_CHOICEDLG 1
20731EOF
20732
20733fi
20734
20735if test "$wxUSE_COLOURDLG" = "yes"; then
20736 cat >> confdefs.h <<\EOF
20737#define wxUSE_COLOURDLG 1
20738EOF
20739
20740fi
20741
20742if test "$wxUSE_FILEDLG" = "yes"; then
20743 cat >> confdefs.h <<\EOF
20744#define wxUSE_FILEDLG 1
20745EOF
20746
20747fi
20748
20749if test "$wxUSE_FINDREPLDLG" = "yes"; then
20750 cat >> confdefs.h <<\EOF
20751#define wxUSE_FINDREPLDLG 1
20752EOF
20753
20754fi
20755
20756if test "$wxUSE_FONTDLG" = "yes"; then
20757 cat >> confdefs.h <<\EOF
20758#define wxUSE_FONTDLG 1
20759EOF
20760
20761fi
20762
20763if test "$wxUSE_DIRDLG" = "yes"; then
20764 if test "$wxUSE_TREECTRL" != "yes"; then
20765 echo "configure: warning: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" 1>&2
20766 else
20767 cat >> confdefs.h <<\EOF
20768#define wxUSE_DIRDLG 1
20769EOF
20770
20771 fi
20772fi
20773
20774if test "$wxUSE_MSGDLG" = "yes"; then
20775 cat >> confdefs.h <<\EOF
20776#define wxUSE_MSGDLG 1
20777EOF
20778
20779fi
20780
20781if test "$wxUSE_NUMBERDLG" = "yes"; then
20782 cat >> confdefs.h <<\EOF
20783#define wxUSE_NUMBERDLG 1
20784EOF
20785
20786fi
20787
20788if test "$wxUSE_PROGRESSDLG" = "yes"; then
20789 if test "$wxUSE_CONSTRAINTS" != "yes"; then
20790 echo "configure: warning: wxProgressDialog requires constraints so it won't be compiled without them" 1>&2
20791 else
20792 cat >> confdefs.h <<\EOF
20793#define wxUSE_PROGRESSDLG 1
20794EOF
20795
20796 fi
20797fi
20798
20799if test "$wxUSE_SPLASH" = "yes"; then
20800 cat >> confdefs.h <<\EOF
20801#define wxUSE_SPLASH 1
20802EOF
20803
20804fi
20805
20806if test "$wxUSE_STARTUP_TIPS" = "yes"; then
20807 if test "$wxUSE_CONSTRAINTS" != "yes"; then
20808 echo "configure: warning: Startup tips requires constraints and won't be compiled without them" 1>&2
20809 else
20810 cat >> confdefs.h <<\EOF
20811#define wxUSE_STARTUP_TIPS 1
20812EOF
20813
20814 fi
20815fi
20816
20817if test "$wxUSE_TEXTDLG" = "yes"; then
20818 cat >> confdefs.h <<\EOF
20819#define wxUSE_TEXTDLG 1
20820EOF
20821
20822fi
20823
20824if test "$wxUSE_WIZARDDLG" = "yes"; then
20825 cat >> confdefs.h <<\EOF
20826#define wxUSE_WIZARDDLG 1
20827EOF
20828
20829 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard"
20830fi
20831
20832
20833if test "$cross_compiling" = "yes"; then
20834 OSINFO="\"$host\""
20835else
20836 OSINFO=`uname -s -r -m`
20837 OSINFO="\"$OSINFO\""
20838fi
20839
20840cat >> confdefs.h <<EOF
20841#define WXWIN_OS_DESCRIPTION $OSINFO
20842EOF
20843
20844
20845
20846if test "x$prefix" != "xNONE"; then
20847 wxPREFIX=$prefix
20848else
20849 wxPREFIX=$ac_default_prefix
20850fi
20851
20852cat >> confdefs.h <<EOF
20853#define wxINSTALL_PREFIX "$wxPREFIX"
20854EOF
20855
20856
20857
20858
20859
20860if test "$wxUSE_MAC" = 1 ; then
20861 LDFLAGS="$LDFLAGS -framework Carbon -framework System"
20862fi
20863
20864
20865LIBS="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK -lm $LIBS"
20866
20867if test "$wxUSE_GUI" = "yes"; then
20868
20869 LIBS="$GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $LIBS"
20870
20871
20872 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs \
20873 drawing dynamic erase event exec font image \
20874 minimal richedit rotate widgets"
20875
20876 CPPFLAGS="$CPPFLAGS \$(EXTRADEFS) \$(APPEXTRADEFS)"
20877else
20878 SAMPLES_SUBDIRS="console"
20879fi
20880
20881
20882INCLUDES="-I\${top_builddir}/lib/wx/include/${TOOLCHAIN_NAME} \
20883-I\${top_srcdir}/include \
20884$REGEX_INCLUDE $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE \
20885$TOOLKIT_INCLUDE"
20886
20887if test "$wxUSE_GTK" = 1; then
20888 WXCONFIG_INCLUDE=
20889else
20890 WXCONFIG_INCLUDE="$TOOLKIT_INCLUDE"
20891fi
20892
20893if test "$GXX" = yes ; then
20894 CXXWARNINGS="-Wall"
20895
20896 if test "$wxUSE_NO_DEPS" = "no" ; then
20897 CFLAGS="-MMD $CFLAGS"
20898 CXXFLAGS="-MMD $CXXFLAGS"
20899 fi
20900fi
20901
20902EXTRA_CFLAGS="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE $INCLUDES"
20903
20904CFLAGS=`echo $CFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \\+/ /g'`
20905CXXFLAGS=`echo $CXXFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \+/ /g'`
20906LIBS=`echo $LIBS | sed 's/ \+/ /g'`
20907
20908LDFLAGS="$LDFLAGS $PROFILE"
20909
20910SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
20911
20912
20913
20914
20915
20916
20917
20918
20919
20920
20921
20922
20923
20924
20925
20926
20927
20928
20929
20930
20931
20932
20933
20934
20935
20936
20937
20938
20939
20940
20941
20942
20943
20944
20945
20946
20947
20948
20949
20950
20951
20952
20953
20954
20955
20956
20957
20958
20959
20960
20961
20962
20963
20964
20965
20966
20967
20968
20969
20970
20971
20972
20973
20974
20975
20976
20977
20978
20979
20980
20981
20982
20983
20984
20985
20986
20987
20988
20989
20990
20991
20992
20993
20994
20995
20996
20997
20998
20999
21000
21001echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
21002echo "configure:21003: checking whether ${MAKE-make} sets \${MAKE}" >&5
21003set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
21004if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
21005 echo $ac_n "(cached) $ac_c" 1>&6
21006else
21007 cat > conftestmake <<\EOF
21008all:
21009 @echo 'ac_maketemp="${MAKE}"'
21010EOF
21011# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
21012eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
21013if test -n "$ac_maketemp"; then
21014 eval ac_cv_prog_make_${ac_make}_set=yes
21015else
21016 eval ac_cv_prog_make_${ac_make}_set=no
21017fi
21018rm -f conftestmake
21019fi
21020if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
21021 echo "$ac_t""yes" 1>&6
21022 SET_MAKE=
21023else
21024 echo "$ac_t""no" 1>&6
21025 SET_MAKE="MAKE=${MAKE-make}"
21026fi
21027
21028
21029if test -f lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h; then
21030 mv -f lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h setup.h
21031fi
21032
21033
21034
21035wx_cv_path_samplesubdirs=$SAMPLES_SUBDIRS
21036wx_cv_if_gnu_make=$IF_GNU_MAKE
21037wx_cv_path_ifs=$PATH_IFS
21038wx_cv_program_ext=$PROGRAM_EXT
21039wx_cv_target_library=$WX_TARGET_LIBRARY
21040wx_cv_target_library_gl=$WX_TARGET_LIBRARY_GL
21041wx_cv_target_libtype=$WX_TARGET_LIBRARY_TYPE
21042export wx_cv_path_samplesubdirs wx_cv_if_gnu_make \
21043 wx_cv_path_ifs wx_cv_program_ext \
21044 wx_cv_target_library wx_cv_target_library_gl wx_cv_target_libtype
21045
21046subdirs="demos samples utils contrib"
21047
21048
21049trap '' 1 2 15
21050cat > confcache <<\EOF
21051# This file is a shell script that caches the results of configure
21052# tests run on this system so they can be shared between configure
21053# scripts and configure runs. It is not useful on other systems.
21054# If it contains results you don't want to keep, you may remove or edit it.
21055#
21056# By default, configure uses ./config.cache as the cache file,
21057# creating it if it does not exist already. You can give configure
21058# the --cache-file=FILE option to use a different cache file; that is
21059# what configure does when it calls configure scripts in
21060# subdirectories, so they share the cache.
21061# Giving --cache-file=/dev/null disables caching, for debugging configure.
21062# config.status only pays attention to the cache file if you give it the
21063# --recheck option to rerun configure.
21064#
21065EOF
21066# The following way of writing the cache mishandles newlines in values,
21067# but we know of no workaround that is simple, portable, and efficient.
21068# So, don't put newlines in cache variables' values.
21069# Ultrix sh set writes to stderr and can't be redirected directly,
21070# and sets the high bit in the cache file unless we assign to the vars.
21071(set) 2>&1 |
21072 case `(ac_space=' '; set | grep ac_space) 2>&1` in
21073 *ac_space=\ *)
21074 # `set' does not quote correctly, so add quotes (double-quote substitution
21075 # turns \\\\ into \\, and sed turns \\ into \).
21076 sed -n \
21077 -e "s/'/'\\\\''/g" \
21078 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
21079 ;;
21080 *)
21081 # `set' quotes correctly as required by POSIX, so do not add quotes.
21082 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
21083 ;;
21084 esac >> confcache
21085if cmp -s $cache_file confcache; then
21086 :
21087else
21088 if test -w $cache_file; then
21089 echo "updating cache $cache_file"
21090 cat confcache > $cache_file
21091 else
21092 echo "not updating unwritable cache $cache_file"
21093 fi
21094fi
21095rm -f confcache
21096
21097trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
21098
21099test "x$prefix" = xNONE && prefix=$ac_default_prefix
21100# Let make expand exec_prefix.
21101test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
21102
21103# Any assignment to VPATH causes Sun make to only execute
21104# the first set of double-colon rules, so remove it if not needed.
21105# If there is a colon in the path, we need to keep it.
21106if test "x$srcdir" = x.; then
21107 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
21108fi
21109
21110trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
21111
21112DEFS=-DHAVE_CONFIG_H
21113
21114# Without the "./", some shells look in PATH for config.status.
21115: ${CONFIG_STATUS=./config.status}
21116
21117echo creating $CONFIG_STATUS
21118rm -f $CONFIG_STATUS
21119cat > $CONFIG_STATUS <<EOF
21120#! /bin/sh
21121# Generated automatically by configure.
21122# Run this file to recreate the current configuration.
21123# This directory was configured as follows,
21124# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
21125#
21126# $0 $ac_configure_args
21127#
21128# Compiler output produced by configure, useful for debugging
21129# configure, is in ./config.log if it exists.
21130
21131ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
21132for ac_option
21133do
21134 case "\$ac_option" in
21135 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
21136 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
21137 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
21138 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
21139 echo "$CONFIG_STATUS generated by autoconf version 2.13"
21140 exit 0 ;;
21141 -help | --help | --hel | --he | --h)
21142 echo "\$ac_cs_usage"; exit 0 ;;
21143 *) echo "\$ac_cs_usage"; exit 1 ;;
21144 esac
21145done
21146
21147ac_given_srcdir=$srcdir
21148ac_given_INSTALL="$INSTALL"
21149
21150trap 'rm -fr `echo "
21151 wx-config
21152 src/make.env
21153 src/makeprog.env
21154 src/makelib.env
21155 Makefile
21156 setup.h:setup.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
21157EOF
21158cat >> $CONFIG_STATUS <<EOF
21159
21160# Protect against being on the right side of a sed subst in config.status.
21161sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
21162 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
21163$ac_vpsub
21164$extrasub
21165s%@SHELL@%$SHELL%g
21166s%@CFLAGS@%$CFLAGS%g
21167s%@CPPFLAGS@%$CPPFLAGS%g
21168s%@CXXFLAGS@%$CXXFLAGS%g
21169s%@FFLAGS@%$FFLAGS%g
21170s%@DEFS@%$DEFS%g
21171s%@LDFLAGS@%$LDFLAGS%g
21172s%@LIBS@%$LIBS%g
21173s%@exec_prefix@%$exec_prefix%g
21174s%@prefix@%$prefix%g
21175s%@program_transform_name@%$program_transform_name%g
21176s%@bindir@%$bindir%g
21177s%@sbindir@%$sbindir%g
21178s%@libexecdir@%$libexecdir%g
21179s%@datadir@%$datadir%g
21180s%@sysconfdir@%$sysconfdir%g
21181s%@sharedstatedir@%$sharedstatedir%g
21182s%@localstatedir@%$localstatedir%g
21183s%@libdir@%$libdir%g
21184s%@includedir@%$includedir%g
21185s%@oldincludedir@%$oldincludedir%g
21186s%@infodir@%$infodir%g
21187s%@mandir@%$mandir%g
21188s%@host@%$host%g
21189s%@host_alias@%$host_alias%g
21190s%@host_cpu@%$host_cpu%g
21191s%@host_vendor@%$host_vendor%g
21192s%@host_os@%$host_os%g
21193s%@target@%$target%g
21194s%@target_alias@%$target_alias%g
21195s%@target_cpu@%$target_cpu%g
21196s%@target_vendor@%$target_vendor%g
21197s%@target_os@%$target_os%g
21198s%@build@%$build%g
21199s%@build_alias@%$build_alias%g
21200s%@build_cpu@%$build_cpu%g
21201s%@build_vendor@%$build_vendor%g
21202s%@build_os@%$build_os%g
21203s%@CC@%$CC%g
21204s%@CPP@%$CPP%g
21205s%@CXX@%$CXX%g
21206s%@RANLIB@%$RANLIB%g
21207s%@AR@%$AR%g
21208s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
21209s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
21210s%@INSTALL_DATA@%$INSTALL_DATA%g
21211s%@STRIP@%$STRIP%g
21212s%@IF_GNU_MAKE@%$IF_GNU_MAKE%g
21213s%@YACC@%$YACC%g
21214s%@LEX@%$LEX%g
21215s%@LEXLIB@%$LEXLIB%g
21216s%@LN_S@%$LN_S%g
21217s%@CXXCPP@%$CXXCPP%g
21218s%@PKG_CONFIG@%$PKG_CONFIG%g
21219s%@GTK_CFLAGS@%$GTK_CFLAGS%g
21220s%@GTK_LIBS@%$GTK_LIBS%g
21221s%@GTK_CONFIG@%$GTK_CONFIG%g
21222s%@PANGOFT2_CFLAGS@%$PANGOFT2_CFLAGS%g
21223s%@PANGOFT2_LIBS@%$PANGOFT2_LIBS%g
21224s%@X_CFLAGS@%$X_CFLAGS%g
21225s%@X_PRE_LIBS@%$X_PRE_LIBS%g
21226s%@X_LIBS@%$X_LIBS%g
21227s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
21228s%@AIX_CXX_LD@%$AIX_CXX_LD%g
21229s%@RESCOMP@%$RESCOMP%g
21230s%@DEREZ@%$DEREZ%g
21231s%@LIBICONV@%$LIBICONV%g
21232s%@LEX_STEM@%$LEX_STEM%g
21233s%@PATH_IFS@%$PATH_IFS%g
21234s%@WX_MAJOR_VERSION_NUMBER@%$WX_MAJOR_VERSION_NUMBER%g
21235s%@WX_MINOR_VERSION_NUMBER@%$WX_MINOR_VERSION_NUMBER%g
21236s%@WX_RELEASE_NUMBER@%$WX_RELEASE_NUMBER%g
21237s%@WX_LIBRARY_NAME_STATIC@%$WX_LIBRARY_NAME_STATIC%g
21238s%@WX_LIBRARY_NAME_SHARED@%$WX_LIBRARY_NAME_SHARED%g
21239s%@WX_LIBRARY_IMPORTLIB@%$WX_LIBRARY_IMPORTLIB%g
21240s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g
21241s%@WX_LIBRARY_LINK1@%$WX_LIBRARY_LINK1%g
21242s%@WX_LIBRARY_LINK2@%$WX_LIBRARY_LINK2%g
21243s%@PROGRAM_EXT@%$PROGRAM_EXT%g
21244s%@WX_LIBRARY_NAME_STATIC_GL@%$WX_LIBRARY_NAME_STATIC_GL%g
21245s%@WX_LIBRARY_NAME_SHARED_GL@%$WX_LIBRARY_NAME_SHARED_GL%g
21246s%@WX_TARGET_LIBRARY_GL@%$WX_TARGET_LIBRARY_GL%g
21247s%@WX_LIBRARY_LINK1_GL@%$WX_LIBRARY_LINK1_GL%g
21248s%@WX_LIBRARY_LINK2_GL@%$WX_LIBRARY_LINK2_GL%g
21249s%@WX_ALL@%$WX_ALL%g
21250s%@WX_ALL_INSTALLED@%$WX_ALL_INSTALLED%g
21251s%@SHARED_LD@%$SHARED_LD%g
21252s%@PIC_FLAG@%$PIC_FLAG%g
21253s%@CODE_GEN_FLAGS@%$CODE_GEN_FLAGS%g
21254s%@CODE_GEN_FLAGS_CXX@%$CODE_GEN_FLAGS_CXX%g
21255s%@SONAME_FLAGS@%$SONAME_FLAGS%g
21256s%@SONAME_FLAGS_GL@%$SONAME_FLAGS_GL%g
21257s%@WX_TARGET_LIBRARY_SONAME@%$WX_TARGET_LIBRARY_SONAME%g
21258s%@WX_TARGET_LIBRARY_TYPE@%$WX_TARGET_LIBRARY_TYPE%g
21259s%@WXDEBUG_DEFINE@%$WXDEBUG_DEFINE%g
21260s%@USE_GUI@%$USE_GUI%g
21261s%@AFMINSTALL@%$AFMINSTALL%g
21262s%@TOOLKIT@%$TOOLKIT%g
21263s%@TOOLKIT_DIR@%$TOOLKIT_DIR%g
21264s%@TOOLKIT_VPATH@%$TOOLKIT_VPATH%g
21265s%@TOOLCHAIN_NAME@%$TOOLCHAIN_NAME%g
21266s%@TOOLCHAIN_DEFS@%$TOOLCHAIN_DEFS%g
21267s%@TOOLCHAIN_DLL_DEFS@%$TOOLCHAIN_DLL_DEFS%g
21268s%@cross_compiling@%$cross_compiling%g
21269s%@WXCONFIG_LIBS@%$WXCONFIG_LIBS%g
21270s%@WXCONFIG_LIBS_GL@%$WXCONFIG_LIBS_GL%g
21271s%@WXCONFIG_LIBS_STATIC@%$WXCONFIG_LIBS_STATIC%g
21272s%@WXCONFIG_LIBS_STATIC_GL@%$WXCONFIG_LIBS_STATIC_GL%g
21273s%@WXCONFIG_INCLUDE@%$WXCONFIG_INCLUDE%g
21274s%@WXCONFIG_RPATH@%$WXCONFIG_RPATH%g
21275s%@ALL_OBJECTS@%$ALL_OBJECTS%g
21276s%@ALL_HEADERS@%$ALL_HEADERS%g
21277s%@ALL_SOURCES@%$ALL_SOURCES%g
21278s%@GUIDIST@%$GUIDIST%g
21279s%@PORT_FILES@%$PORT_FILES%g
21280s%@DISTDIR@%$DISTDIR%g
21281s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g
21282s%@LDFLAGS_GL@%$LDFLAGS_GL%g
21283s%@LDFLAGS_EXE@%$LDFLAGS_EXE%g
21284s%@OPENGL_LIBS@%$OPENGL_LIBS%g
21285s%@DMALLOC_LIBS@%$DMALLOC_LIBS%g
21286s%@EXTRADEFS@%$EXTRADEFS%g
21287s%@RESFLAGS@%$RESFLAGS%g
21288s%@RESPROGRAMOBJ@%$RESPROGRAMOBJ%g
21289s%@WX_RESOURCES_MACOSX_ASCII@%$WX_RESOURCES_MACOSX_ASCII%g
21290s%@WX_RESOURCES_MACOSX_DATA@%$WX_RESOURCES_MACOSX_DATA%g
21291s%@MACOSX_BUNDLE@%$MACOSX_BUNDLE%g
21292s%@LIBWXMACRES@%$LIBWXMACRES%g
21293s%@LIBWXMACRESCOMP@%$LIBWXMACRESCOMP%g
21294s%@LIBWXMACRESWXCONFIG@%$LIBWXMACRESWXCONFIG%g
21295s%@DLLTOOL@%$DLLTOOL%g
21296s%@AS@%$AS%g
21297s%@NM@%$NM%g
21298s%@LD@%$LD%g
21299s%@MAKEINFO@%$MAKEINFO%g
21300s%@INSTALL_LIBRARY@%$INSTALL_LIBRARY%g
21301s%@SET_MAKE@%$SET_MAKE%g
21302s%@subdirs@%$subdirs%g
21303
21304CEOF
21305EOF
21306
21307cat >> $CONFIG_STATUS <<\EOF
21308
21309# Split the substitutions into bite-sized pieces for seds with
21310# small command number limits, like on Digital OSF/1 and HP-UX.
21311ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
21312ac_file=1 # Number of current file.
21313ac_beg=1 # First line for current file.
21314ac_end=$ac_max_sed_cmds # Line after last line for current file.
21315ac_more_lines=:
21316ac_sed_cmds=""
21317while $ac_more_lines; do
21318 if test $ac_beg -gt 1; then
21319 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
21320 else
21321 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
21322 fi
21323 if test ! -s conftest.s$ac_file; then
21324 ac_more_lines=false
21325 rm -f conftest.s$ac_file
21326 else
21327 if test -z "$ac_sed_cmds"; then
21328 ac_sed_cmds="sed -f conftest.s$ac_file"
21329 else
21330 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
21331 fi
21332 ac_file=`expr $ac_file + 1`
21333 ac_beg=$ac_end
21334 ac_end=`expr $ac_end + $ac_max_sed_cmds`
21335 fi
21336done
21337if test -z "$ac_sed_cmds"; then
21338 ac_sed_cmds=cat
21339fi
21340EOF
21341
21342cat >> $CONFIG_STATUS <<EOF
21343
21344CONFIG_FILES=\${CONFIG_FILES-"wx-config
21345 src/make.env
21346 src/makeprog.env
21347 src/makelib.env
21348 Makefile
21349 "}
21350EOF
21351cat >> $CONFIG_STATUS <<\EOF
21352for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
21353 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
21354 case "$ac_file" in
21355 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
21356 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
21357 *) ac_file_in="${ac_file}.in" ;;
21358 esac
21359
21360 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
21361
21362 # Remove last slash and all that follows it. Not all systems have dirname.
21363 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
21364 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
21365 # The file is in a subdirectory.
21366 test ! -d "$ac_dir" && mkdir "$ac_dir"
21367 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
21368 # A "../" for each directory in $ac_dir_suffix.
21369 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
21370 else
21371 ac_dir_suffix= ac_dots=
21372 fi
21373
21374 case "$ac_given_srcdir" in
21375 .) srcdir=.
21376 if test -z "$ac_dots"; then top_srcdir=.
21377 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
21378 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
21379 *) # Relative path.
21380 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
21381 top_srcdir="$ac_dots$ac_given_srcdir" ;;
21382 esac
21383
21384 case "$ac_given_INSTALL" in
21385 [/$]*) INSTALL="$ac_given_INSTALL" ;;
21386 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
21387 esac
21388
21389 echo creating "$ac_file"
21390 rm -f "$ac_file"
21391 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
21392 case "$ac_file" in
21393 *Makefile*) ac_comsub="1i\\
21394# $configure_input" ;;
21395 *) ac_comsub= ;;
21396 esac
21397
21398 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
21399 sed -e "$ac_comsub
21400s%@configure_input@%$configure_input%g
21401s%@srcdir@%$srcdir%g
21402s%@top_srcdir@%$top_srcdir%g
21403s%@INSTALL@%$INSTALL%g
21404" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
21405fi; done
21406rm -f conftest.s*
21407
21408# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
21409# NAME is the cpp macro being defined and VALUE is the value it is being given.
21410#
21411# ac_d sets the value in "#define NAME VALUE" lines.
21412ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
21413ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
21414ac_dC='\3'
21415ac_dD='%g'
21416# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
21417ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
21418ac_uB='\([ ]\)%\1#\2define\3'
21419ac_uC=' '
21420ac_uD='\4%g'
21421# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
21422ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
21423ac_eB='$%\1#\2define\3'
21424ac_eC=' '
21425ac_eD='%g'
21426
21427if test "${CONFIG_HEADERS+set}" != set; then
21428EOF
21429cat >> $CONFIG_STATUS <<EOF
21430 CONFIG_HEADERS="setup.h:setup.h.in"
21431EOF
21432cat >> $CONFIG_STATUS <<\EOF
21433fi
21434for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
21435 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
21436 case "$ac_file" in
21437 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
21438 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
21439 *) ac_file_in="${ac_file}.in" ;;
21440 esac
21441
21442 echo creating $ac_file
21443
21444 rm -f conftest.frag conftest.in conftest.out
21445 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
21446 cat $ac_file_inputs > conftest.in
21447
21448EOF
21449
21450# Transform confdefs.h into a sed script conftest.vals that substitutes
21451# the proper values into config.h.in to produce config.h. And first:
21452# Protect against being on the right side of a sed subst in config.status.
21453# Protect against being in an unquoted here document in config.status.
21454rm -f conftest.vals
21455cat > conftest.hdr <<\EOF
21456s/[\\&%]/\\&/g
21457s%[\\$`]%\\&%g
21458s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
21459s%ac_d%ac_u%gp
21460s%ac_u%ac_e%gp
21461EOF
21462sed -n -f conftest.hdr confdefs.h > conftest.vals
21463rm -f conftest.hdr
21464
21465# This sed command replaces #undef with comments. This is necessary, for
21466# example, in the case of _POSIX_SOURCE, which is predefined and required
21467# on some systems where configure will not decide to define it.
21468cat >> conftest.vals <<\EOF
21469s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
21470EOF
21471
21472# Break up conftest.vals because some shells have a limit on
21473# the size of here documents, and old seds have small limits too.
21474
21475rm -f conftest.tail
21476while :
21477do
21478 ac_lines=`grep -c . conftest.vals`
21479 # grep -c gives empty output for an empty file on some AIX systems.
21480 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
21481 # Write a limited-size here document to conftest.frag.
21482 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
21483 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
21484 echo 'CEOF
21485 sed -f conftest.frag conftest.in > conftest.out
21486 rm -f conftest.in
21487 mv conftest.out conftest.in
21488' >> $CONFIG_STATUS
21489 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
21490 rm -f conftest.vals
21491 mv conftest.tail conftest.vals
21492done
21493rm -f conftest.vals
21494
21495cat >> $CONFIG_STATUS <<\EOF
21496 rm -f conftest.frag conftest.h
21497 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
21498 cat conftest.in >> conftest.h
21499 rm -f conftest.in
21500 if cmp -s $ac_file conftest.h 2>/dev/null; then
21501 echo "$ac_file is unchanged"
21502 rm -f conftest.h
21503 else
21504 # Remove last slash and all that follows it. Not all systems have dirname.
21505 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
21506 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
21507 # The file is in a subdirectory.
21508 test ! -d "$ac_dir" && mkdir "$ac_dir"
21509 fi
21510 rm -f $ac_file
21511 mv conftest.h $ac_file
21512 fi
21513fi; done
21514
21515EOF
21516cat >> $CONFIG_STATUS <<EOF
21517
21518 TOOLCHAIN_NAME="${TOOLCHAIN_NAME}"
21519 LN_S="${LN_S}"
21520
21521
21522EOF
21523cat >> $CONFIG_STATUS <<\EOF
21524
21525 if test ! -h wx-config; then
21526 chmod +x wx-config
21527 mv wx-config wx${TOOLCHAIN_NAME}-config
21528 ${LN_S} wx${TOOLCHAIN_NAME}-config wx-config
21529 fi
21530
21531 if test ! -d lib; then
21532 mkdir lib
21533 fi
21534 if test ! -d lib/wx; then
21535 mkdir lib/wx
21536 fi
21537 if test ! -d lib/wx/include; then
21538 mkdir lib/wx/include
21539 fi
21540 if test ! -d lib/wx/include/${TOOLCHAIN_NAME}; then
21541 mkdir lib/wx/include/${TOOLCHAIN_NAME}
21542 fi
21543 if test ! -d lib/wx/include/${TOOLCHAIN_NAME}/wx; then
21544 mkdir lib/wx/include/${TOOLCHAIN_NAME}/wx
21545 fi
21546 if test -f setup.h; then
21547 mv -f setup.h lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h
21548 fi
21549
21550exit 0
21551EOF
21552chmod +x $CONFIG_STATUS
21553rm -fr confdefs* $ac_clean_files
21554test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
21555
21556if test "$no_recursion" != yes; then
21557
21558 # Remove --cache-file and --srcdir arguments so they do not pile up.
21559 ac_sub_configure_args=
21560 ac_prev=
21561 for ac_arg in $ac_configure_args; do
21562 if test -n "$ac_prev"; then
21563 ac_prev=
21564 continue
21565 fi
21566 case "$ac_arg" in
21567 -cache-file | --cache-file | --cache-fil | --cache-fi \
21568 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
21569 ac_prev=cache_file ;;
21570 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
21571 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
21572 ;;
21573 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
21574 ac_prev=srcdir ;;
21575 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
21576 ;;
21577 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
21578 esac
21579 done
21580
21581 for ac_config_dir in demos samples utils contrib; do
21582
21583 # Do not complain, so a configure script can configure whichever
21584 # parts of a large source tree are present.
21585 if test ! -d $srcdir/$ac_config_dir; then
21586 continue
21587 fi
21588
21589 echo configuring in $ac_config_dir
21590
21591 case "$srcdir" in
21592 .) ;;
21593 *)
21594 if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
21595 else
21596 { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
21597 fi
21598 ;;
21599 esac
21600
21601 ac_popdir=`pwd`
21602 cd $ac_config_dir
21603
21604 # A "../" for each directory in /$ac_config_dir.
21605 ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
21606
21607 case "$srcdir" in
21608 .) # No --srcdir option. We are building in place.
21609 ac_sub_srcdir=$srcdir ;;
21610 /*) # Absolute path.
21611 ac_sub_srcdir=$srcdir/$ac_config_dir ;;
21612 *) # Relative path.
21613 ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
21614 esac
21615
21616 # Check for guested configure; otherwise get Cygnus style configure.
21617 if test -f $ac_sub_srcdir/configure; then
21618 ac_sub_configure=$ac_sub_srcdir/configure
21619 elif test -f $ac_sub_srcdir/configure.in; then
21620 ac_sub_configure=$ac_configure
21621 else
21622 echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
21623 ac_sub_configure=
21624 fi
21625
21626 # The recursion is here.
21627 if test -n "$ac_sub_configure"; then
21628
21629 # Make the cache file name correct relative to the subdirectory.
21630 case "$cache_file" in
21631 /*) ac_sub_cache_file=$cache_file ;;
21632 *) # Relative path.
21633 ac_sub_cache_file="$ac_dots$cache_file" ;;
21634 esac
21635 case "$ac_given_INSTALL" in
21636 [/$]*) INSTALL="$ac_given_INSTALL" ;;
21637 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
21638 esac
21639
21640 echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
21641 # The eval makes quoting arguments work.
21642 if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
21643 then :
21644 else
21645 { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }
21646 fi
21647 fi
21648
21649 cd $ac_popdir
21650 done
21651fi
21652
21653