]> git.saurik.com Git - wxWidgets.git/blame_incremental - configure
update wxStaticText check in revisions
[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
60
61
62# Configure paths for GTK+
63# Owen Taylor 1997-2001
64
65
66
67# Configure paths for GTK+
68# Owen Taylor 97-11-3
69
70
71
72
73
74
75
76
77# Guess values for system-dependent variables and create Makefiles.
78# Generated automatically using autoconf version 2.13
79# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
80#
81# This configure script is free software; the Free Software Foundation
82# gives unlimited permission to copy, distribute and modify it.
83
84# Defaults:
85ac_help=
86ac_default_prefix=/usr/local
87# Any additions from configure.in:
88ac_help="$ac_help
89 --enable-gui use GUI classes"
90ac_help="$ac_help
91 --enable-universal use wxWindows GUI controls instead of native ones"
92ac_help="$ac_help
93 --with-gtk use GTK+"
94ac_help="$ac_help
95 --with-motif use Motif/Lesstif"
96ac_help="$ac_help
97 --with-mac use Mac OS X"
98ac_help="$ac_help
99 --with-wine use WINE"
100ac_help="$ac_help
101 --with-msw use MS-Windows"
102ac_help="$ac_help
103 --with-pm use OS/2 Presentation Manager"
104ac_help="$ac_help
105 --with-mgl use SciTech MGL"
106ac_help="$ac_help
107 --with-microwin use MicroWindows"
108ac_help="$ac_help
109 --with-x11 use X11"
110ac_help="$ac_help
111 --enable-nanox use NanoX"
112ac_help="$ac_help
113 --enable-gtk2 use GTK+ 2.0 if available (EXPERIMENTAL)"
114ac_help="$ac_help
115 --with-libpng use libpng (PNG image format)"
116ac_help="$ac_help
117 --with-libjpeg use libjpeg (JPEG file format)"
118ac_help="$ac_help
119 --with-libtiff use libtiff (TIFF file format)"
120ac_help="$ac_help
121 --with-opengl use OpenGL (or Mesa)"
122ac_help="$ac_help
123 --with-dmalloc use dmalloc library (http://dmalloc.com/)"
124ac_help="$ac_help
125 --with-regex enable support for wxRegEx class"
126ac_help="$ac_help
127 --with-zlib use zlib for LZW compression"
128ac_help="$ac_help
129 --with-odbc use the IODBC and wxODBC classes"
130ac_help="$ac_help
131 --enable-shared create shared library code"
132ac_help="$ac_help
133 --enable-soname set the DT_SONAME field in ELF shared libraries"
134ac_help="$ac_help
135 --enable-optimise create optimised code"
136ac_help="$ac_help
137 --enable-debug same as debug_flag and debug_info"
138ac_help="$ac_help
139 --enable-precomp enable use of precompiled headers (Mac OS X/Darwin)"
140ac_help="$ac_help
141 --enable-debug_flag set __WXDEBUG__ flag (recommended for developers!)"
142ac_help="$ac_help
143 --enable-debug_info create code with debugging information"
144ac_help="$ac_help
145 --enable-debug_gdb create code with extra GDB debugging information"
146ac_help="$ac_help
147 --enable-debug_cntxt use wxDebugContext"
148ac_help="$ac_help
149 --enable-mem_tracing create code with memory tracing"
150ac_help="$ac_help
151 --enable-profile create code with profiling information"
152ac_help="$ac_help
153 --enable-no_rtti create code without RTTI information"
154ac_help="$ac_help
155 --enable-no_exceptions create code without C++ exceptions handling"
156ac_help="$ac_help
157 --enable-permissive compile code disregarding strict ANSI"
158ac_help="$ac_help
159 --enable-no_deps create code without dependency information"
160ac_help="$ac_help
161 --enable-compat20 enable wxWindows 2.0 compatibility"
162ac_help="$ac_help
163 --disable-compat22 disable wxWindows 2.2 compatibility"
164ac_help="$ac_help
165 --enable-rpath=DIR output the rpath flag from wx-config"
166ac_help="$ac_help
167 --enable-intl use internationalization system"
168ac_help="$ac_help
169 --enable-config use wxConfig (and derived) classes"
170ac_help="$ac_help
171 --enable-protocols use wxProtocol and derived classes"
172ac_help="$ac_help
173 --enable-ftp use wxFTP (requires wxProtocol"
174ac_help="$ac_help
175 --enable-http use wxHTTP (requires wxProtocol"
176ac_help="$ac_help
177 --enable-fileproto use wxFileProto class (requires wxProtocol"
178ac_help="$ac_help
179 --enable-sockets use socket/network classes"
180ac_help="$ac_help
181 --enable-ole use OLE classes"
182ac_help="$ac_help
183 --enable-dataobj use data object classes"
184ac_help="$ac_help
185 --enable-ipc use interprocess communication (wxSocket etc.)"
186ac_help="$ac_help
187 --enable-cmdline use wxCmdLineParser class"
188ac_help="$ac_help
189 --enable-datetime use wxDateTime class"
190ac_help="$ac_help
191 --enable-timedate use obsolete wxDate/wxTime classes"
192ac_help="$ac_help
193 --enable-stopwatch use wxStopWatch class"
194ac_help="$ac_help
195 --enable-dialupman use dialup network classes"
196ac_help="$ac_help
197 --enable-apple_ieee use the Apple IEEE codec"
198ac_help="$ac_help
199 --enable-timer use wxTimer class"
200ac_help="$ac_help
201 --enable-wave use wxWave class"
202ac_help="$ac_help
203 --enable-fraction use wxFraction class"
204ac_help="$ac_help
205 --enable-dynlib use wxLibrary class for DLL loading"
206ac_help="$ac_help
207 --enable-dynamicloader use (new) wxDynamicLibrary class"
208ac_help="$ac_help
209 --enable-longlong use wxLongLong class"
210ac_help="$ac_help
211 --enable-geometry use geometry class"
212ac_help="$ac_help
213 --enable-log use logging system"
214ac_help="$ac_help
215 --enable-streams use wxStream etc classes"
216ac_help="$ac_help
217 --enable-file use wxFile classes"
218ac_help="$ac_help
219 --enable-ffile use wxFFile classes"
220ac_help="$ac_help
221 --enable-textbuf use wxTextBuffer class"
222ac_help="$ac_help
223 --enable-textfile use wxTextFile class"
224ac_help="$ac_help
225 --enable-fontmap use font encodings conversion classes"
226ac_help="$ac_help
227 --enable-unicode compile wxString with Unicode support"
228ac_help="$ac_help
229 --enable-mslu use MS Layer for Unicode on Windows 9x (win32 only)"
230ac_help="$ac_help
231 --enable-wxprintfv use wxWindows implementation of vprintf()"
232ac_help="$ac_help
233 --enable-std_iostreams use standard C++ stream classes"
234ac_help="$ac_help
235 --enable-filesystem use virtual file systems classes"
236ac_help="$ac_help
237 --enable-fs_inet use virtual HTTP/FTP filesystems"
238ac_help="$ac_help
239 --enable-fs_zip use virtual ZIP filesystems"
240ac_help="$ac_help
241 --enable-zipstream use wxZipInputStream"
242ac_help="$ac_help
243 --enable-catch_segvs catch signals and pass them to wxApp::OnFatalException"
244ac_help="$ac_help
245 --enable-snglinst use wxSingleInstanceChecker class"
246ac_help="$ac_help
247 --enable-mimetype use wxMimeTypesManager"
248ac_help="$ac_help
249 --enable-sysoptions use wxSystemOptions"
250ac_help="$ac_help
251 --enable-url use wxURL class"
252ac_help="$ac_help
253 --enable-protocol use wxProtocol class"
254ac_help="$ac_help
255 --enable-protocol-http HTTP support in wxProtocol"
256ac_help="$ac_help
257 --enable-protocol-ftp FTP support in wxProtocol"
258ac_help="$ac_help
259 --enable-protocol-file FILE support in wxProtocol"
260ac_help="$ac_help
261 --enable-threads use threads"
262ac_help="$ac_help
263 --enable-docview use document view architecture"
264ac_help="$ac_help
265 --enable-help use help subsystem"
266ac_help="$ac_help
267 --enable-mshtmlhelp use MS HTML Help (win32)"
268ac_help="$ac_help
269 --enable-html use wxHTML sub-library"
270ac_help="$ac_help
271 --enable-htmlhelp use wxHTML-based help"
272ac_help="$ac_help
273 --enable-constraints use layout-constraints system"
274ac_help="$ac_help
275 --enable-printarch use printing architecture"
276ac_help="$ac_help
277 --enable-mdi use multiple document interface architecture"
278ac_help="$ac_help
279 --enable-loggui use standard GUI logger"
280ac_help="$ac_help
281 --enable-logwin use wxLogWindow"
282ac_help="$ac_help
283 --enable-logdialog use wxLogDialog"
284ac_help="$ac_help
285 --enable-postscript use wxPostscriptDC device context (default for gtk+)"
286ac_help="$ac_help
287 --enable-prologio use Prolog IO library"
288ac_help="$ac_help
289 --enable-resources use wxWindows resources"
290ac_help="$ac_help
291 --enable-xresources use X resources for save (default for gtk+)"
292ac_help="$ac_help
293 --enable-clipboard use wxClipboard classes"
294ac_help="$ac_help
295 --enable-dnd use Drag'n'Drop classes"
296ac_help="$ac_help
297 --enable-metafile use win32 metafiles"
298ac_help="$ac_help
299 --enable-treelayout use wxTreeLayout classes"
300ac_help="$ac_help
301 --enable-controls use all usual controls"
302ac_help="$ac_help
303 --enable-accel use accelerators"
304ac_help="$ac_help
305 --enable-button use wxButton class"
306ac_help="$ac_help
307 --enable-bmpbutton use wxBitmapButton class"
308ac_help="$ac_help
309 --enable-calendar use wxCalendarCtrl class"
310ac_help="$ac_help
311 --enable-caret use wxCaret class"
312ac_help="$ac_help
313 --enable-checkbox use wxCheckBox class"
314ac_help="$ac_help
315 --enable-checklst use wxCheckListBox (listbox with checkboxes) class"
316ac_help="$ac_help
317 --enable-choice use wxChoice class"
318ac_help="$ac_help
319 --enable-combobox use wxComboBox classes"
320ac_help="$ac_help
321 --enable-gauge use wxGauge class"
322ac_help="$ac_help
323 --enable-grid use wxGrid class"
324ac_help="$ac_help
325 --enable-newgrid use new wxGrid class"
326ac_help="$ac_help
327 --enable-imaglist use wxImageList class"
328ac_help="$ac_help
329 --enable-listbox use wxListBox class"
330ac_help="$ac_help
331 --enable-listctrl use wxListCtrl class"
332ac_help="$ac_help
333 --enable-notebook use wxNotebook class"
334ac_help="$ac_help
335 --enable-propsheet use wxPropertySheet class"
336ac_help="$ac_help
337 --enable-radiobox use wxRadioBox class"
338ac_help="$ac_help
339 --enable-radiobtn use wxRadioButton class"
340ac_help="$ac_help
341 --enable-sash use wxSashWindow class"
342ac_help="$ac_help
343 --enable-scrollbar use wxScrollBar class and scrollable windows"
344ac_help="$ac_help
345 --enable-slider use wxSlider class"
346ac_help="$ac_help
347 --enable-spinbtn use wxSpinButton class"
348ac_help="$ac_help
349 --enable-spinctrl use wxSpinCtrl class"
350ac_help="$ac_help
351 --enable-splitter use wxSplitterWindow class"
352ac_help="$ac_help
353 --enable-statbmp use wxStaticBitmap class"
354ac_help="$ac_help
355 --enable-statbox use wxStaticBox class"
356ac_help="$ac_help
357 --enable-statline use wxStaticLine class"
358ac_help="$ac_help
359 --enable-stattext use wxStaticText class"
360ac_help="$ac_help
361 --enable-statusbar use wxStatusBar class"
362ac_help="$ac_help
363 --enable-tabdialog use wxTabControl class"
364ac_help="$ac_help
365 --enable-textctrl use wxTextCtrl class"
366ac_help="$ac_help
367 --enable-togglebtn use wxToggleButton class"
368ac_help="$ac_help
369 --enable-toolbar use wxToolBar class"
370ac_help="$ac_help
371 --enable-tbarnative use native wxToolBar class"
372ac_help="$ac_help
373 --enable-tbarsmpl use wxToolBarSimple class"
374ac_help="$ac_help
375 --enable-treectrl use wxTreeCtrl class"
376ac_help="$ac_help
377 --enable-tipwindow use wxTipWindow class"
378ac_help="$ac_help
379 --enable-popupwin use wxPopUpWindow class"
380ac_help="$ac_help
381 --enable-commondlg use all common dialogs"
382ac_help="$ac_help
383 --enable-choicedlg use wxChoiceDialog"
384ac_help="$ac_help
385 --enable-coldlg use wxColourDialog"
386ac_help="$ac_help
387 --enable-filedlg use wxFileDialog"
388ac_help="$ac_help
389 --enable-finddlg use wxFindReplaceDialog"
390ac_help="$ac_help
391 --enable-fontdlg use wxFontDialog"
392ac_help="$ac_help
393 --enable-dirdlg use wxDirDialog"
394ac_help="$ac_help
395 --enable-msgdlg use wxMessageDialog"
396ac_help="$ac_help
397 --enable-numberdlg use wxNumberEntryDialog"
398ac_help="$ac_help
399 --enable-splash use wxSplashScreen"
400ac_help="$ac_help
401 --enable-textdlg use wxTextDialog"
402ac_help="$ac_help
403 --enable-tipdlg use startup tips"
404ac_help="$ac_help
405 --enable-progressdlg use wxProgressDialog"
406ac_help="$ac_help
407 --enable-wizarddlg use wxWizard"
408ac_help="$ac_help
409 --enable-menus use wxMenu/wxMenuBar/wxMenuItem classes"
410ac_help="$ac_help
411 --enable-miniframe use wxMiniFrame class"
412ac_help="$ac_help
413 --enable-tooltips use wxToolTip class"
414ac_help="$ac_help
415 --enable-splines use spline drawing code"
416ac_help="$ac_help
417 --enable-validators use wxValidator and derived classes"
418ac_help="$ac_help
419 --enable-busyinfo use wxBusyInfo"
420ac_help="$ac_help
421 --enable-joystick use wxJoystick (Linux only)"
422ac_help="$ac_help
423 --enable-metafiles use wxMetaFile (Windows only)"
424ac_help="$ac_help
425 --enable-dragimage use wxDragImage"
426ac_help="$ac_help
427 --enable-palette use wxPalette class"
428ac_help="$ac_help
429 --enable-image use wxImage class"
430ac_help="$ac_help
431 --enable-gif use gif images (GIF file format)"
432ac_help="$ac_help
433 --enable-pcx use pcx images (PCX file format)"
434ac_help="$ac_help
435 --enable-iff use iff images (IFF file format)"
436ac_help="$ac_help
437 --enable-pnm use pnm images (PNM file format)"
438ac_help="$ac_help
439 --enable-xpm use xpm images (XPM file format)"
440ac_help="$ac_help
441 --enable-icocur use Windows ICO and CUR formats"
442ac_help="$ac_help
443 --disable-largefile omit support for large files"
444ac_help="$ac_help
445 --disable-gtktest do not try to compile and run a test GTK+ program"
446ac_help="$ac_help
447 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)"
448ac_help="$ac_help
449 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)"
450ac_help="$ac_help
451 --disable-gtktest Do not try to compile and run a test GTK program"
452ac_help="$ac_help
453 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)"
454ac_help="$ac_help
455 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)"
456ac_help="$ac_help
457 --disable-gtktest Do not try to compile and run a test GTK program"
458ac_help="$ac_help
459 --with-x use the X Window System"
460ac_help="$ac_help
461 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib"
462
463# Initialize some variables set by options.
464# The variables have the same names as the options, with
465# dashes changed to underlines.
466build=NONE
467cache_file=./config.cache
468exec_prefix=NONE
469host=NONE
470no_create=
471nonopt=NONE
472no_recursion=
473prefix=NONE
474program_prefix=NONE
475program_suffix=NONE
476program_transform_name=s,x,x,
477silent=
478site=
479srcdir=
480target=NONE
481verbose=
482x_includes=NONE
483x_libraries=NONE
484bindir='${exec_prefix}/bin'
485sbindir='${exec_prefix}/sbin'
486libexecdir='${exec_prefix}/libexec'
487datadir='${prefix}/share'
488sysconfdir='${prefix}/etc'
489sharedstatedir='${prefix}/com'
490localstatedir='${prefix}/var'
491libdir='${exec_prefix}/lib'
492includedir='${prefix}/include'
493oldincludedir='/usr/include'
494infodir='${prefix}/info'
495mandir='${prefix}/man'
496
497# Initialize some other variables.
498subdirs=
499MFLAGS= MAKEFLAGS=
500SHELL=${CONFIG_SHELL-/bin/sh}
501# Maximum number of lines to put in a shell here document.
502ac_max_here_lines=12
503
504ac_prev=
505for ac_option
506do
507
508 # If the previous option needs an argument, assign it.
509 if test -n "$ac_prev"; then
510 eval "$ac_prev=\$ac_option"
511 ac_prev=
512 continue
513 fi
514
515 case "$ac_option" in
516 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
517 *) ac_optarg= ;;
518 esac
519
520 # Accept the important Cygnus configure options, so we can diagnose typos.
521
522 case "$ac_option" in
523
524 -bindir | --bindir | --bindi | --bind | --bin | --bi)
525 ac_prev=bindir ;;
526 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
527 bindir="$ac_optarg" ;;
528
529 -build | --build | --buil | --bui | --bu)
530 ac_prev=build ;;
531 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
532 build="$ac_optarg" ;;
533
534 -cache-file | --cache-file | --cache-fil | --cache-fi \
535 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
536 ac_prev=cache_file ;;
537 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
538 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
539 cache_file="$ac_optarg" ;;
540
541 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
542 ac_prev=datadir ;;
543 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
544 | --da=*)
545 datadir="$ac_optarg" ;;
546
547 -disable-* | --disable-*)
548 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
549 # Reject names that are not valid shell variable names.
550 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
551 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
552 fi
553 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
554 eval "enable_${ac_feature}=no" ;;
555
556 -enable-* | --enable-*)
557 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
558 # Reject names that are not valid shell variable names.
559 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
560 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
561 fi
562 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
563 case "$ac_option" in
564 *=*) ;;
565 *) ac_optarg=yes ;;
566 esac
567 eval "enable_${ac_feature}='$ac_optarg'" ;;
568
569 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
570 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
571 | --exec | --exe | --ex)
572 ac_prev=exec_prefix ;;
573 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
574 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
575 | --exec=* | --exe=* | --ex=*)
576 exec_prefix="$ac_optarg" ;;
577
578 -gas | --gas | --ga | --g)
579 # Obsolete; use --with-gas.
580 with_gas=yes ;;
581
582 -help | --help | --hel | --he)
583 # Omit some internal or obsolete options to make the list less imposing.
584 # This message is too long to be a string in the A/UX 3.1 sh.
585 cat << EOF
586Usage: configure [options] [host]
587Options: [defaults in brackets after descriptions]
588Configuration:
589 --cache-file=FILE cache test results in FILE
590 --help print this message
591 --no-create do not create output files
592 --quiet, --silent do not print \`checking...' messages
593 --version print the version of autoconf that created configure
594Directory and file names:
595 --prefix=PREFIX install architecture-independent files in PREFIX
596 [$ac_default_prefix]
597 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
598 [same as prefix]
599 --bindir=DIR user executables in DIR [EPREFIX/bin]
600 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
601 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
602 --datadir=DIR read-only architecture-independent data in DIR
603 [PREFIX/share]
604 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
605 --sharedstatedir=DIR modifiable architecture-independent data in DIR
606 [PREFIX/com]
607 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
608 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
609 --includedir=DIR C header files in DIR [PREFIX/include]
610 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
611 --infodir=DIR info documentation in DIR [PREFIX/info]
612 --mandir=DIR man documentation in DIR [PREFIX/man]
613 --srcdir=DIR find the sources in DIR [configure dir or ..]
614 --program-prefix=PREFIX prepend PREFIX to installed program names
615 --program-suffix=SUFFIX append SUFFIX to installed program names
616 --program-transform-name=PROGRAM
617 run sed PROGRAM on installed program names
618EOF
619 cat << EOF
620Host type:
621 --build=BUILD configure for building on BUILD [BUILD=HOST]
622 --host=HOST configure for HOST [guessed]
623 --target=TARGET configure for TARGET [TARGET=HOST]
624Features and packages:
625 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
626 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
627 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
628 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
629 --x-includes=DIR X include files are in DIR
630 --x-libraries=DIR X library files are in DIR
631EOF
632 if test -n "$ac_help"; then
633 echo "--enable and --with options recognized:$ac_help"
634 fi
635 exit 0 ;;
636
637 -host | --host | --hos | --ho)
638 ac_prev=host ;;
639 -host=* | --host=* | --hos=* | --ho=*)
640 host="$ac_optarg" ;;
641
642 -includedir | --includedir | --includedi | --included | --include \
643 | --includ | --inclu | --incl | --inc)
644 ac_prev=includedir ;;
645 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
646 | --includ=* | --inclu=* | --incl=* | --inc=*)
647 includedir="$ac_optarg" ;;
648
649 -infodir | --infodir | --infodi | --infod | --info | --inf)
650 ac_prev=infodir ;;
651 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
652 infodir="$ac_optarg" ;;
653
654 -libdir | --libdir | --libdi | --libd)
655 ac_prev=libdir ;;
656 -libdir=* | --libdir=* | --libdi=* | --libd=*)
657 libdir="$ac_optarg" ;;
658
659 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
660 | --libexe | --libex | --libe)
661 ac_prev=libexecdir ;;
662 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
663 | --libexe=* | --libex=* | --libe=*)
664 libexecdir="$ac_optarg" ;;
665
666 -localstatedir | --localstatedir | --localstatedi | --localstated \
667 | --localstate | --localstat | --localsta | --localst \
668 | --locals | --local | --loca | --loc | --lo)
669 ac_prev=localstatedir ;;
670 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
671 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
672 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
673 localstatedir="$ac_optarg" ;;
674
675 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
676 ac_prev=mandir ;;
677 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
678 mandir="$ac_optarg" ;;
679
680 -nfp | --nfp | --nf)
681 # Obsolete; use --without-fp.
682 with_fp=no ;;
683
684 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
685 | --no-cr | --no-c)
686 no_create=yes ;;
687
688 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
689 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
690 no_recursion=yes ;;
691
692 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
693 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
694 | --oldin | --oldi | --old | --ol | --o)
695 ac_prev=oldincludedir ;;
696 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
697 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
698 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
699 oldincludedir="$ac_optarg" ;;
700
701 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
702 ac_prev=prefix ;;
703 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
704 prefix="$ac_optarg" ;;
705
706 -program-prefix | --program-prefix | --program-prefi | --program-pref \
707 | --program-pre | --program-pr | --program-p)
708 ac_prev=program_prefix ;;
709 -program-prefix=* | --program-prefix=* | --program-prefi=* \
710 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
711 program_prefix="$ac_optarg" ;;
712
713 -program-suffix | --program-suffix | --program-suffi | --program-suff \
714 | --program-suf | --program-su | --program-s)
715 ac_prev=program_suffix ;;
716 -program-suffix=* | --program-suffix=* | --program-suffi=* \
717 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
718 program_suffix="$ac_optarg" ;;
719
720 -program-transform-name | --program-transform-name \
721 | --program-transform-nam | --program-transform-na \
722 | --program-transform-n | --program-transform- \
723 | --program-transform | --program-transfor \
724 | --program-transfo | --program-transf \
725 | --program-trans | --program-tran \
726 | --progr-tra | --program-tr | --program-t)
727 ac_prev=program_transform_name ;;
728 -program-transform-name=* | --program-transform-name=* \
729 | --program-transform-nam=* | --program-transform-na=* \
730 | --program-transform-n=* | --program-transform-=* \
731 | --program-transform=* | --program-transfor=* \
732 | --program-transfo=* | --program-transf=* \
733 | --program-trans=* | --program-tran=* \
734 | --progr-tra=* | --program-tr=* | --program-t=*)
735 program_transform_name="$ac_optarg" ;;
736
737 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
738 | -silent | --silent | --silen | --sile | --sil)
739 silent=yes ;;
740
741 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
742 ac_prev=sbindir ;;
743 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
744 | --sbi=* | --sb=*)
745 sbindir="$ac_optarg" ;;
746
747 -sharedstatedir | --sharedstatedir | --sharedstatedi \
748 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
749 | --sharedst | --shareds | --shared | --share | --shar \
750 | --sha | --sh)
751 ac_prev=sharedstatedir ;;
752 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
753 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
754 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
755 | --sha=* | --sh=*)
756 sharedstatedir="$ac_optarg" ;;
757
758 -site | --site | --sit)
759 ac_prev=site ;;
760 -site=* | --site=* | --sit=*)
761 site="$ac_optarg" ;;
762
763 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
764 ac_prev=srcdir ;;
765 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
766 srcdir="$ac_optarg" ;;
767
768 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
769 | --syscon | --sysco | --sysc | --sys | --sy)
770 ac_prev=sysconfdir ;;
771 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
772 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
773 sysconfdir="$ac_optarg" ;;
774
775 -target | --target | --targe | --targ | --tar | --ta | --t)
776 ac_prev=target ;;
777 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
778 target="$ac_optarg" ;;
779
780 -v | -verbose | --verbose | --verbos | --verbo | --verb)
781 verbose=yes ;;
782
783 -version | --version | --versio | --versi | --vers)
784 echo "configure generated by autoconf version 2.13"
785 exit 0 ;;
786
787 -with-* | --with-*)
788 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
789 # Reject names that are not valid shell variable names.
790 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
791 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
792 fi
793 ac_package=`echo $ac_package| sed 's/-/_/g'`
794 case "$ac_option" in
795 *=*) ;;
796 *) ac_optarg=yes ;;
797 esac
798 eval "with_${ac_package}='$ac_optarg'" ;;
799
800 -without-* | --without-*)
801 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
802 # Reject names that are not valid shell variable names.
803 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
804 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
805 fi
806 ac_package=`echo $ac_package| sed 's/-/_/g'`
807 eval "with_${ac_package}=no" ;;
808
809 --x)
810 # Obsolete; use --with-x.
811 with_x=yes ;;
812
813 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
814 | --x-incl | --x-inc | --x-in | --x-i)
815 ac_prev=x_includes ;;
816 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
817 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
818 x_includes="$ac_optarg" ;;
819
820 -x-libraries | --x-libraries | --x-librarie | --x-librari \
821 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
822 ac_prev=x_libraries ;;
823 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
824 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
825 x_libraries="$ac_optarg" ;;
826
827 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
828 ;;
829
830 *)
831 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
832 echo "configure: warning: $ac_option: invalid host type" 1>&2
833 fi
834 if test "x$nonopt" != xNONE; then
835 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
836 fi
837 nonopt="$ac_option"
838 ;;
839
840 esac
841done
842
843if test -n "$ac_prev"; then
844 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
845fi
846
847trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
848
849# File descriptor usage:
850# 0 standard input
851# 1 file creation
852# 2 errors and warnings
853# 3 some systems may open it to /dev/tty
854# 4 used on the Kubota Titan
855# 6 checking for... messages and results
856# 5 compiler messages saved in config.log
857if test "$silent" = yes; then
858 exec 6>/dev/null
859else
860 exec 6>&1
861fi
862exec 5>./config.log
863
864echo "\
865This file contains any messages produced by compilers while
866running configure, to aid debugging if configure makes a mistake.
867" 1>&5
868
869# Strip out --no-create and --no-recursion so they do not pile up.
870# Also quote any args containing shell metacharacters.
871ac_configure_args=
872for ac_arg
873do
874 case "$ac_arg" in
875 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
876 | --no-cr | --no-c) ;;
877 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
878 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
879 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
880 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
881 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
882 esac
883done
884
885# NLS nuisances.
886# Only set these to C if already set. These must not be set unconditionally
887# because not all systems understand e.g. LANG=C (notably SCO).
888# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
889# Non-C LC_CTYPE values break the ctype check.
890if test "${LANG+set}" = set; then LANG=C; export LANG; fi
891if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
892if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
893if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
894
895# confdefs.h avoids OS command line length limits that DEFS can exceed.
896rm -rf conftest* confdefs.h
897# AIX cpp loses on an empty file, so make sure it contains at least a newline.
898echo > confdefs.h
899
900# A filename unique to this package, relative to the directory that
901# configure is in, which we can look for to find out if srcdir is correct.
902ac_unique_file=wx-config.in
903
904# Find the source files, if location was not specified.
905if test -z "$srcdir"; then
906 ac_srcdir_defaulted=yes
907 # Try the directory containing this script, then its parent.
908 ac_prog=$0
909 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
910 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
911 srcdir=$ac_confdir
912 if test ! -r $srcdir/$ac_unique_file; then
913 srcdir=..
914 fi
915else
916 ac_srcdir_defaulted=no
917fi
918if test ! -r $srcdir/$ac_unique_file; then
919 if test "$ac_srcdir_defaulted" = yes; then
920 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
921 else
922 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
923 fi
924fi
925srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
926
927# Prefer explicitly selected file to automatically selected ones.
928if test -z "$CONFIG_SITE"; then
929 if test "x$prefix" != xNONE; then
930 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
931 else
932 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
933 fi
934fi
935for ac_site_file in $CONFIG_SITE; do
936 if test -r "$ac_site_file"; then
937 echo "loading site script $ac_site_file"
938 . "$ac_site_file"
939 fi
940done
941
942if test -r "$cache_file"; then
943 echo "loading cache $cache_file"
944 . $cache_file
945else
946 echo "creating cache $cache_file"
947 > $cache_file
948fi
949
950ac_ext=c
951# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
952ac_cpp='$CPP $CPPFLAGS'
953ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
954ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
955cross_compiling=$ac_cv_prog_cc_cross
956
957ac_exeext=
958ac_objext=o
959if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
960 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
961 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
962 ac_n= ac_c='
963' ac_t=' '
964 else
965 ac_n=-n ac_c= ac_t=
966 fi
967else
968 ac_n= ac_c='\c' ac_t=
969fi
970
971
972
973ac_aux_dir=
974for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
975 if test -f $ac_dir/install-sh; then
976 ac_aux_dir=$ac_dir
977 ac_install_sh="$ac_aux_dir/install-sh -c"
978 break
979 elif test -f $ac_dir/install.sh; then
980 ac_aux_dir=$ac_dir
981 ac_install_sh="$ac_aux_dir/install.sh -c"
982 break
983 fi
984done
985if test -z "$ac_aux_dir"; then
986 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
987fi
988ac_config_guess=$ac_aux_dir/config.guess
989ac_config_sub=$ac_aux_dir/config.sub
990ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
991
992
993# Do some error checking and defaulting for the host and target type.
994# The inputs are:
995# configure --host=HOST --target=TARGET --build=BUILD NONOPT
996#
997# The rules are:
998# 1. You are not allowed to specify --host, --target, and nonopt at the
999# same time.
1000# 2. Host defaults to nonopt.
1001# 3. If nonopt is not specified, then host defaults to the current host,
1002# as determined by config.guess.
1003# 4. Target and build default to nonopt.
1004# 5. If nonopt is not specified, then target and build default to host.
1005
1006# The aliases save the names the user supplied, while $host etc.
1007# will get canonicalized.
1008case $host---$target---$nonopt in
1009NONE---*---* | *---NONE---* | *---*---NONE) ;;
1010*) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
1011esac
1012
1013
1014# Make sure we can run config.sub.
1015if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
1016else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
1017fi
1018
1019echo $ac_n "checking host system type""... $ac_c" 1>&6
1020echo "configure:1021: checking host system type" >&5
1021
1022host_alias=$host
1023case "$host_alias" in
1024NONE)
1025 case $nonopt in
1026 NONE)
1027 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
1028 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
1029 fi ;;
1030 *) host_alias=$nonopt ;;
1031 esac ;;
1032esac
1033
1034host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
1035host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1036host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1037host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1038echo "$ac_t""$host" 1>&6
1039
1040echo $ac_n "checking target system type""... $ac_c" 1>&6
1041echo "configure:1042: checking target system type" >&5
1042
1043target_alias=$target
1044case "$target_alias" in
1045NONE)
1046 case $nonopt in
1047 NONE) target_alias=$host_alias ;;
1048 *) target_alias=$nonopt ;;
1049 esac ;;
1050esac
1051
1052target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
1053target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1054target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1055target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1056echo "$ac_t""$target" 1>&6
1057
1058echo $ac_n "checking build system type""... $ac_c" 1>&6
1059echo "configure:1060: checking build system type" >&5
1060
1061build_alias=$build
1062case "$build_alias" in
1063NONE)
1064 case $nonopt in
1065 NONE) build_alias=$host_alias ;;
1066 *) build_alias=$nonopt ;;
1067 esac ;;
1068esac
1069
1070build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
1071build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1072build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1073build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1074echo "$ac_t""$build" 1>&6
1075
1076test "$host_alias" != "$target_alias" &&
1077 test "$program_prefix$program_suffix$program_transform_name" = \
1078 NONENONEs,x,x, &&
1079 program_prefix=${target_alias}-
1080
1081
1082
1083WX_MAJOR_VERSION_NUMBER=2
1084WX_MINOR_VERSION_NUMBER=5
1085WX_RELEASE_NUMBER=0
1086
1087WX_VERSION=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER.$WX_RELEASE_NUMBER
1088WX_RELEASE=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER
1089
1090WX_MSW_VERSION=$WX_MAJOR_VERSION_NUMBER$WX_MINOR_VERSION_NUMBER$WX_RELEASE_NUMBER
1091
1092WX_CURRENT=0
1093WX_REVISION=0
1094WX_AGE=0
1095
1096
1097
1098USE_UNIX=1
1099USE_WIN32=0
1100USE_DOS=0
1101USE_BEOS=0
1102USE_MAC=0
1103
1104USE_LINUX=
1105USE_SGI=
1106USE_HPUX=
1107USE_SYSV=
1108USE_SVR4=
1109USE_AIX=
1110USE_SUN=
1111USE_SOLARIS=
1112USE_SUNOS=
1113USE_ALPHA=
1114USE_OSF=
1115USE_BSD=
1116USE_DARWIN=
1117USE_FREEBSD=
1118USE_OPENBSD=
1119USE_NETBSD=
1120USE_VMS=
1121USE_ULTRIX=
1122USE_DATA_GENERAL=
1123
1124NEEDS_D_REENTRANT_FOR_R_FUNCS=0
1125
1126ALL_TOOLKITS="GTK MAC MGL MICROWIN MOTIF MSW PM WINE X11"
1127
1128DEFAULT_wxUSE_GTK=0
1129DEFAULT_wxUSE_MAC=0
1130DEFAULT_wxUSE_MGL=0
1131DEFAULT_wxUSE_MICROWIN=0
1132DEFAULT_wxUSE_MOTIF=0
1133DEFAULT_wxUSE_MSW=0
1134DEFAULT_wxUSE_PM=0
1135DEFAULT_wxUSE_WINE=0
1136DEFAULT_wxUSE_X11=0
1137
1138DEFAULT_DEFAULT_wxUSE_GTK=0
1139DEFAULT_DEFAULT_wxUSE_MAC=0
1140DEFAULT_DEFAULT_wxUSE_MGL=0
1141DEFAULT_DEFAULT_wxUSE_MICROWIN=0
1142DEFAULT_DEFAULT_wxUSE_MOTIF=0
1143DEFAULT_DEFAULT_wxUSE_MSW=0
1144DEFAULT_DEFAULT_wxUSE_PM=0
1145DEFAULT_DEFAULT_wxUSE_WINE=0
1146DEFAULT_DEFAULT_wxUSE_X11=0
1147
1148PROGRAM_EXT=
1149SO_SUFFIX=so
1150
1151case "${host}" in
1152 *-hp-hpux* )
1153 USE_HPUX=1
1154 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1155 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1156 SO_SUFFIX=sl
1157 cat >> confdefs.h <<\EOF
1158#define __HPUX__ 1
1159EOF
1160
1161 ;;
1162 *-*-linux* )
1163 USE_LINUX=1
1164 cat >> confdefs.h <<\EOF
1165#define __LINUX__ 1
1166EOF
1167
1168 TMP=`uname -m`
1169 if test "x$TMP" = "xalpha"; then
1170 USE_ALPHA=1
1171 cat >> confdefs.h <<\EOF
1172#define __ALPHA__ 1
1173EOF
1174
1175 fi
1176 DEFAULT_DEFAULT_wxUSE_GTK=1
1177 ;;
1178 *-*-irix5* | *-*-irix6* )
1179 USE_SGI=1
1180 USE_SVR4=1
1181 cat >> confdefs.h <<\EOF
1182#define __SGI__ 1
1183EOF
1184
1185 cat >> confdefs.h <<\EOF
1186#define __SVR4__ 1
1187EOF
1188
1189 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1190 ;;
1191 *-*-solaris2* )
1192 USE_SUN=1
1193 USE_SOLARIS=1
1194 USE_SVR4=1
1195 cat >> confdefs.h <<\EOF
1196#define __SUN__ 1
1197EOF
1198
1199 cat >> confdefs.h <<\EOF
1200#define __SOLARIS__ 1
1201EOF
1202
1203 cat >> confdefs.h <<\EOF
1204#define __SVR4__ 1
1205EOF
1206
1207 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1208 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1209 ;;
1210 *-*-sunos4* )
1211 USE_SUN=1
1212 USE_SUNOS=1
1213 USE_BSD=1
1214 cat >> confdefs.h <<\EOF
1215#define __SUN__ 1
1216EOF
1217
1218 cat >> confdefs.h <<\EOF
1219#define __SUNOS__ 1
1220EOF
1221
1222 cat >> confdefs.h <<\EOF
1223#define __BSD__ 1
1224EOF
1225
1226 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1227 ;;
1228 *-*-freebsd*)
1229 USE_BSD=1
1230 USE_FREEBSD=1
1231 cat >> confdefs.h <<\EOF
1232#define __FREEBSD__ 1
1233EOF
1234
1235 cat >> confdefs.h <<\EOF
1236#define __BSD__ 1
1237EOF
1238
1239 DEFAULT_DEFAULT_wxUSE_GTK=1
1240 ;;
1241 *-*-openbsd*)
1242 USE_BSD=1
1243 USE_OPENBSD=1
1244 cat >> confdefs.h <<\EOF
1245#define __OPENBSD__ 1
1246EOF
1247
1248 cat >> confdefs.h <<\EOF
1249#define __BSD__ 1
1250EOF
1251
1252 DEFAULT_DEFAULT_wxUSE_GTK=1
1253 ;;
1254 *-*-netbsd*)
1255 USE_BSD=1
1256 USE_NETBSD=1
1257 cat >> confdefs.h <<\EOF
1258#define __NETBSD__ 1
1259EOF
1260
1261 cat >> confdefs.h <<\EOF
1262#define __BSD__ 1
1263EOF
1264
1265 DEFAULT_DEFAULT_wxUSE_GTK=1
1266 ;;
1267 *-*-osf* )
1268 USE_ALPHA=1
1269 USE_OSF=1
1270 cat >> confdefs.h <<\EOF
1271#define __ALPHA__ 1
1272EOF
1273
1274 cat >> confdefs.h <<\EOF
1275#define __OSF__ 1
1276EOF
1277
1278 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1279 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1280 ;;
1281 *-*-dgux5* )
1282 USE_ALPHA=1
1283 USE_SVR4=1
1284 cat >> confdefs.h <<\EOF
1285#define __ALPHA__ 1
1286EOF
1287
1288 cat >> confdefs.h <<\EOF
1289#define __SVR4__ 1
1290EOF
1291
1292 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1293 ;;
1294 *-*-sysv5* )
1295 USE_SYSV=1
1296 USE_SVR4=1
1297 cat >> confdefs.h <<\EOF
1298#define __SYSV__ 1
1299EOF
1300
1301 cat >> confdefs.h <<\EOF
1302#define __SVR4__ 1
1303EOF
1304
1305 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1306 ;;
1307 *-*-aix* )
1308 USE_AIX=1
1309 USE_SYSV=1
1310 USE_SVR4=1
1311 SO_SUFFIX=a
1312 cat >> confdefs.h <<\EOF
1313#define __AIX__ 1
1314EOF
1315
1316 cat >> confdefs.h <<\EOF
1317#define __SYSV__ 1
1318EOF
1319
1320 cat >> confdefs.h <<\EOF
1321#define __SVR4__ 1
1322EOF
1323
1324 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1325 ;;
1326
1327 *-*-cygwin* | *-*-mingw32* )
1328 SO_SUFFIX=dll
1329 PROGRAM_EXT=".exe"
1330 RESCOMP=windres
1331 DEFAULT_DEFAULT_wxUSE_MSW=1
1332 ;;
1333
1334 *-pc-msdosdjgpp )
1335 USE_UNIX=0
1336 USE_DOS=1
1337 cat >> confdefs.h <<\EOF
1338#define __DOS__ 1
1339EOF
1340
1341 PROGRAM_EXT=".exe"
1342 DEFAULT_DEFAULT_wxUSE_MGL=1
1343 LIBS="$LIBS -lstdc++"
1344 ;;
1345
1346 *-pc-os2_emx | *-pc-os2-emx )
1347 cat >> confdefs.h <<\EOF
1348#define __EMX__ 1
1349EOF
1350
1351 PROGRAM_EXT=".exe"
1352 DEFAULT_DEFAULT_wxUSE_PM=1
1353 ;;
1354
1355 powerpc-*-darwin* )
1356 USE_BSD=1
1357 USE_DARWIN=1
1358 SO_SUFFIX=dylib
1359 cat >> confdefs.h <<\EOF
1360#define __BSD__ 1
1361EOF
1362
1363 cat >> confdefs.h <<\EOF
1364#define __DARWIN__ 1
1365EOF
1366
1367 cat >> confdefs.h <<\EOF
1368#define __POWERPC__ 1
1369EOF
1370
1371 DEFAULT_DEFAULT_wxUSE_MAC=1
1372 ;;
1373
1374 *-*-beos* )
1375 USE_BEOS=1
1376 cat >> confdefs.h <<\EOF
1377#define __BEOS__ 1
1378EOF
1379
1380 ;;
1381
1382 *)
1383 { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; }
1384esac
1385
1386
1387
1388
1389 wx_arg_cache_file="configarg.cache"
1390 echo "loading argument cache $wx_arg_cache_file"
1391 rm -f ${wx_arg_cache_file}.tmp
1392 touch ${wx_arg_cache_file}.tmp
1393 touch ${wx_arg_cache_file}
1394
1395
1396DEBUG_CONFIGURE=0
1397if test $DEBUG_CONFIGURE = 1; then
1398 DEFAULT_wxUSE_UNIVERSAL=no
1399
1400 DEFAULT_wxUSE_NANOX=no
1401
1402 DEFAULT_wxUSE_THREADS=yes
1403
1404 DEFAULT_wxUSE_SHARED=yes
1405 DEFAULT_wxUSE_SONAME=no
1406 DEFAULT_wxUSE_OPTIMISE=no
1407 DEFAULT_wxUSE_PROFILE=no
1408 DEFAULT_wxUSE_NO_DEPS=no
1409 DEFAULT_wxUSE_NO_RTTI=no
1410 DEFAULT_wxUSE_NO_EXCEPTIONS=no
1411 DEFAULT_wxUSE_PERMISSIVE=no
1412 DEFAULT_wxUSE_DEBUG_FLAG=yes
1413 DEFAULT_wxUSE_DEBUG_INFO=yes
1414 DEFAULT_wxUSE_DEBUG_GDB=yes
1415 DEFAULT_wxUSE_MEM_TRACING=no
1416 DEFAULT_wxUSE_DEBUG_CONTEXT=no
1417 DEFAULT_wxUSE_DMALLOC=no
1418 DEFAULT_wxUSE_PRECOMP=no
1419 DEFAULT_wxUSE_APPLE_IEEE=no
1420
1421 DEFAULT_wxUSE_LOG=yes
1422 DEFAULT_wxUSE_LOGWINDOW=no
1423 DEFAULT_wxUSE_LOGGUI=no
1424 DEFAULT_wxUSE_LOGDIALOG=no
1425
1426 DEFAULT_wxUSE_GUI=yes
1427 DEFAULT_wxUSE_CONTROLS=no
1428
1429 DEFAULT_wxUSE_REGEX=no
1430 DEFAULT_wxUSE_ZLIB=no
1431 DEFAULT_wxUSE_LIBPNG=no
1432 DEFAULT_wxUSE_LIBJPEG=no
1433 DEFAULT_wxUSE_LIBTIFF=no
1434 DEFAULT_wxUSE_ODBC=no
1435 DEFAULT_wxUSE_OPENGL=no
1436
1437 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=no
1438 DEFAULT_wxUSE_SNGLINST_CHECKER=no
1439 DEFAULT_wxUSE_STD_IOSTREAM=no
1440 DEFAULT_wxUSE_CMDLINE_PARSER=no
1441 DEFAULT_wxUSE_DATETIME=no
1442 DEFAULT_wxUSE_TIMEDATE=no
1443 DEFAULT_wxUSE_TIMER=no
1444 DEFAULT_wxUSE_STOPWATCH=no
1445 DEFAULT_wxUSE_FILE=no
1446 DEFAULT_wxUSE_FFILE=no
1447 DEFAULT_wxUSE_TEXTBUFFER=no
1448 DEFAULT_wxUSE_TEXTFILE=no
1449 DEFAULT_wxUSE_WAVE=no
1450 DEFAULT_wxUSE_INTL=no
1451 DEFAULT_wxUSE_CONFIG=no
1452 DEFAULT_wxUSE_FONTMAP=no
1453 DEFAULT_wxUSE_STREAMS=no
1454 DEFAULT_wxUSE_SOCKETS=no
1455 DEFAULT_wxUSE_OLE=no
1456 DEFAULT_wxUSE_DATAOBJ=no
1457 DEFAULT_wxUSE_DIALUP_MANAGER=no
1458 DEFAULT_wxUSE_JOYSTICK=no
1459 DEFAULT_wxUSE_DYNLIB_CLASS=no
1460 DEFAULT_wxUSE_DYNAMIC_LOADER=no
1461 DEFAULT_wxUSE_LONGLONG=no
1462 DEFAULT_wxUSE_GEOMETRY=no
1463
1464 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no
1465 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no
1466 DEFAULT_wxUSE_POSTSCRIPT=no
1467
1468 DEFAULT_wxUSE_X_RESOURCES=no
1469 DEFAULT_wxUSE_CLIPBOARD=no
1470 DEFAULT_wxUSE_TOOLTIPS=no
1471 DEFAULT_wxUSE_DRAG_AND_DROP=no
1472 DEFAULT_wxUSE_DRAGIMAGE=no
1473 DEFAULT_wxUSE_SPLINES=no
1474
1475 DEFAULT_wxUSE_MDI_ARCHITECTURE=no
1476 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no
1477 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no
1478
1479 DEFAULT_wxUSE_PROLOGIO=no
1480 DEFAULT_wxUSE_RESOURCES=no
1481 DEFAULT_wxUSE_CONSTRAINTS=no
1482 DEFAULT_wxUSE_IPC=no
1483 DEFAULT_wxUSE_HELP=no
1484 DEFAULT_wxUSE_MS_HTML_HELP=no
1485 DEFAULT_wxUSE_WXHTML_HELP=no
1486 DEFAULT_wxUSE_TREELAYOUT=no
1487 DEFAULT_wxUSE_METAFILE=no
1488 DEFAULT_wxUSE_MIMETYPE=no
1489 DEFAULT_wxUSE_SYSTEM_OPTIONS=no
1490 DEFAULT_wxUSE_PROTOCOL=no
1491 DEFAULT_wxUSE_PROTOCOL_HTTP=no
1492 DEFAULT_wxUSE_PROTOCOL_FTP=no
1493 DEFAULT_wxUSE_PROTOCOL_FILE=no
1494 DEFAULT_wxUSE_URL=no
1495
1496 DEFAULT_wxUSE_COMMONDLGS=no
1497 DEFAULT_wxUSE_CHOICEDLG=no
1498 DEFAULT_wxUSE_COLOURDLG=no
1499 DEFAULT_wxUSE_DIRDLG=no
1500 DEFAULT_wxUSE_FILEDLG=no
1501 DEFAULT_wxUSE_FINDREPLDLG=no
1502 DEFAULT_wxUSE_FONTDLG=no
1503 DEFAULT_wxUSE_MSGDLG=no
1504 DEFAULT_wxUSE_NUMBERDLG=no
1505 DEFAULT_wxUSE_TEXTDLG=no
1506 DEFAULT_wxUSE_SPLASH=no
1507 DEFAULT_wxUSE_STARTUP_TIPS=no
1508 DEFAULT_wxUSE_PROGRESSDLG=no
1509 DEFAULT_wxUSE_WIZARDDLG=no
1510
1511 DEFAULT_wxUSE_MENUS=no
1512 DEFAULT_wxUSE_MINIFRAME=no
1513 DEFAULT_wxUSE_HTML=no
1514 DEFAULT_wxUSE_FILESYSTEM=no
1515 DEFAULT_wxUSE_FS_INET=no
1516 DEFAULT_wxUSE_FS_ZIP=no
1517 DEFAULT_wxUSE_BUSYINFO=no
1518 DEFAULT_wxUSE_ZIPSTREAM=no
1519 DEFAULT_wxUSE_VALIDATORS=no
1520
1521 DEFAULT_wxUSE_ACCEL=no
1522 DEFAULT_wxUSE_BUTTON=no
1523 DEFAULT_wxUSE_BMPBUTTON=no
1524 DEFAULT_wxUSE_CALCTRL=no
1525 DEFAULT_wxUSE_CARET=no
1526 DEFAULT_wxUSE_CHECKBOX=no
1527 DEFAULT_wxUSE_CHECKLST=no
1528 DEFAULT_wxUSE_CHOICE=no
1529 DEFAULT_wxUSE_COMBOBOX=no
1530 DEFAULT_wxUSE_GAUGE=no
1531 DEFAULT_wxUSE_GRID=no
1532 DEFAULT_wxUSE_NEW_GRID=no
1533 DEFAULT_wxUSE_IMAGLIST=no
1534 DEFAULT_wxUSE_LISTBOX=no
1535 DEFAULT_wxUSE_LISTCTRL=no
1536 DEFAULT_wxUSE_NOTEBOOK=no
1537 DEFAULT_wxUSE_PROPSHEET=no
1538 DEFAULT_wxUSE_RADIOBOX=no
1539 DEFAULT_wxUSE_RADIOBTN=no
1540 DEFAULT_wxUSE_SASH=no
1541 DEFAULT_wxUSE_SCROLLBAR=no
1542 DEFAULT_wxUSE_SLIDER=no
1543 DEFAULT_wxUSE_SPINBTN=no
1544 DEFAULT_wxUSE_SPINCTRL=no
1545 DEFAULT_wxUSE_SPLITTER=no
1546 DEFAULT_wxUSE_STATBMP=no
1547 DEFAULT_wxUSE_STATBOX=no
1548 DEFAULT_wxUSE_STATLINE=no
1549 DEFAULT_wxUSE_STATTEXT=no
1550 DEFAULT_wxUSE_STATUSBAR=yes
1551 DEFAULT_wxUSE_TABDIALOG=no
1552 DEFAULT_wxUSE_TEXTCTRL=no
1553 DEFAULT_wxUSE_TOGGLEBTN=no
1554 DEFAULT_wxUSE_TOOLBAR=no
1555 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
1556 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
1557 DEFAULT_wxUSE_TREECTRL=no
1558 DEFAULT_wxUSE_POPUPWIN=no
1559 DEFAULT_wxUSE_TIPWINDOW=no
1560
1561 DEFAULT_wxUSE_UNICODE=no
1562 DEFAULT_wxUSE_UNICODE_MSLU=no
1563 DEFAULT_wxUSE_WCSRTOMBS=no
1564
1565 DEFAULT_wxUSE_PALETTE=no
1566 DEFAULT_wxUSE_IMAGE=no
1567 DEFAULT_wxUSE_GIF=no
1568 DEFAULT_wxUSE_PCX=no
1569 DEFAULT_wxUSE_PNM=no
1570 DEFAULT_wxUSE_IFF=no
1571 DEFAULT_wxUSE_XPM=no
1572 DEFAULT_wxUSE_ICO_CUR=no
1573else
1574 DEFAULT_wxUSE_UNIVERSAL=no
1575
1576 DEFAULT_wxUSE_NANOX=no
1577
1578 DEFAULT_wxUSE_THREADS=yes
1579
1580 DEFAULT_wxUSE_SHARED=yes
1581 DEFAULT_wxUSE_SONAME=no
1582 DEFAULT_wxUSE_OPTIMISE=yes
1583 DEFAULT_wxUSE_PROFILE=no
1584 DEFAULT_wxUSE_NO_DEPS=no
1585 DEFAULT_wxUSE_NO_RTTI=no
1586 DEFAULT_wxUSE_NO_EXCEPTIONS=no
1587 DEFAULT_wxUSE_PERMISSIVE=no
1588 DEFAULT_wxUSE_DEBUG_FLAG=no
1589 DEFAULT_wxUSE_DEBUG_INFO=no
1590 DEFAULT_wxUSE_DEBUG_GDB=no
1591 DEFAULT_wxUSE_MEM_TRACING=no
1592 DEFAULT_wxUSE_DEBUG_CONTEXT=no
1593 DEFAULT_wxUSE_DMALLOC=no
1594 DEFAULT_wxUSE_PRECOMP=no
1595 DEFAULT_wxUSE_APPLE_IEEE=yes
1596
1597 DEFAULT_wxUSE_LOG=yes
1598 DEFAULT_wxUSE_LOGWINDOW=yes
1599 DEFAULT_wxUSE_LOGGUI=yes
1600 DEFAULT_wxUSE_LOGDIALOG=yes
1601
1602 DEFAULT_wxUSE_GUI=yes
1603
1604 DEFAULT_wxUSE_REGEX=yes
1605 DEFAULT_wxUSE_ZLIB=yes
1606 DEFAULT_wxUSE_LIBPNG=yes
1607 DEFAULT_wxUSE_LIBJPEG=yes
1608 DEFAULT_wxUSE_LIBTIFF=yes
1609 DEFAULT_wxUSE_ODBC=no
1610 DEFAULT_wxUSE_OPENGL=no
1611
1612 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=yes
1613 DEFAULT_wxUSE_SNGLINST_CHECKER=yes
1614 DEFAULT_wxUSE_STD_IOSTREAM=no
1615 DEFAULT_wxUSE_CMDLINE_PARSER=yes
1616 DEFAULT_wxUSE_DATETIME=yes
1617 DEFAULT_wxUSE_TIMEDATE=no
1618 DEFAULT_wxUSE_TIMER=yes
1619 DEFAULT_wxUSE_STOPWATCH=yes
1620 DEFAULT_wxUSE_FILE=yes
1621 DEFAULT_wxUSE_FFILE=yes
1622 DEFAULT_wxUSE_TEXTBUFFER=yes
1623 DEFAULT_wxUSE_TEXTFILE=yes
1624 DEFAULT_wxUSE_WAVE=no
1625 DEFAULT_wxUSE_INTL=yes
1626 DEFAULT_wxUSE_CONFIG=yes
1627 DEFAULT_wxUSE_FONTMAP=yes
1628 DEFAULT_wxUSE_STREAMS=yes
1629 DEFAULT_wxUSE_SOCKETS=yes
1630 DEFAULT_wxUSE_OLE=yes
1631 DEFAULT_wxUSE_DATAOBJ=yes
1632 DEFAULT_wxUSE_DIALUP_MANAGER=yes
1633 DEFAULT_wxUSE_JOYSTICK=yes
1634 DEFAULT_wxUSE_DYNLIB_CLASS=yes
1635 DEFAULT_wxUSE_DYNAMIC_LOADER=yes
1636 DEFAULT_wxUSE_LONGLONG=yes
1637 DEFAULT_wxUSE_GEOMETRY=yes
1638
1639 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes
1640 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes
1641 DEFAULT_wxUSE_POSTSCRIPT=yes
1642
1643 DEFAULT_wxUSE_X_RESOURCES=no
1644 DEFAULT_wxUSE_CLIPBOARD=yes
1645 DEFAULT_wxUSE_TOOLTIPS=yes
1646 DEFAULT_wxUSE_DRAG_AND_DROP=yes
1647 DEFAULT_wxUSE_DRAGIMAGE=yes
1648 DEFAULT_wxUSE_SPLINES=yes
1649
1650 DEFAULT_wxUSE_MDI_ARCHITECTURE=yes
1651 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes
1652 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes
1653
1654 DEFAULT_wxUSE_PROLOGIO=no
1655 DEFAULT_wxUSE_RESOURCES=no
1656 DEFAULT_wxUSE_CONSTRAINTS=yes
1657 DEFAULT_wxUSE_IPC=yes
1658 DEFAULT_wxUSE_HELP=yes
1659 DEFAULT_wxUSE_MS_HTML_HELP=yes
1660 DEFAULT_wxUSE_WXHTML_HELP=yes
1661 DEFAULT_wxUSE_TREELAYOUT=yes
1662 DEFAULT_wxUSE_METAFILE=yes
1663 DEFAULT_wxUSE_MIMETYPE=yes
1664 DEFAULT_wxUSE_SYSTEM_OPTIONS=yes
1665 DEFAULT_wxUSE_PROTOCOL=yes
1666 DEFAULT_wxUSE_PROTOCOL_HTTP=yes
1667 DEFAULT_wxUSE_PROTOCOL_FTP=yes
1668 DEFAULT_wxUSE_PROTOCOL_FILE=yes
1669 DEFAULT_wxUSE_URL=yes
1670
1671 DEFAULT_wxUSE_COMMONDLGS=yes
1672 DEFAULT_wxUSE_CHOICEDLG=yes
1673 DEFAULT_wxUSE_COLOURDLG=yes
1674 DEFAULT_wxUSE_DIRDLG=yes
1675 DEFAULT_wxUSE_FILEDLG=yes
1676 DEFAULT_wxUSE_FINDREPLDLG=yes
1677 DEFAULT_wxUSE_FONTDLG=yes
1678 DEFAULT_wxUSE_MSGDLG=yes
1679 DEFAULT_wxUSE_NUMBERDLG=yes
1680 DEFAULT_wxUSE_TEXTDLG=yes
1681 DEFAULT_wxUSE_SPLASH=yes
1682 DEFAULT_wxUSE_STARTUP_TIPS=yes
1683 DEFAULT_wxUSE_PROGRESSDLG=yes
1684 DEFAULT_wxUSE_WIZARDDLG=yes
1685
1686 DEFAULT_wxUSE_MENUS=yes
1687 DEFAULT_wxUSE_MINIFRAME=yes
1688 DEFAULT_wxUSE_HTML=yes
1689 DEFAULT_wxUSE_FILESYSTEM=yes
1690 DEFAULT_wxUSE_FS_INET=yes
1691 DEFAULT_wxUSE_FS_ZIP=yes
1692 DEFAULT_wxUSE_BUSYINFO=yes
1693 DEFAULT_wxUSE_ZIPSTREAM=yes
1694 DEFAULT_wxUSE_VALIDATORS=yes
1695
1696 DEFAULT_wxUSE_ACCEL=yes
1697 DEFAULT_wxUSE_BUTTON=yes
1698 DEFAULT_wxUSE_BMPBUTTON=yes
1699 DEFAULT_wxUSE_CALCTRL=yes
1700 DEFAULT_wxUSE_CARET=yes
1701 DEFAULT_wxUSE_CHECKBOX=yes
1702 DEFAULT_wxUSE_CHECKLST=yes
1703 DEFAULT_wxUSE_CHOICE=yes
1704 DEFAULT_wxUSE_COMBOBOX=yes
1705 DEFAULT_wxUSE_GAUGE=yes
1706 DEFAULT_wxUSE_GRID=yes
1707 DEFAULT_wxUSE_NEW_GRID=yes
1708 DEFAULT_wxUSE_IMAGLIST=yes
1709 DEFAULT_wxUSE_LISTBOX=yes
1710 DEFAULT_wxUSE_LISTCTRL=yes
1711 DEFAULT_wxUSE_NOTEBOOK=yes
1712 DEFAULT_wxUSE_PROPSHEET=yes
1713 DEFAULT_wxUSE_RADIOBOX=yes
1714 DEFAULT_wxUSE_RADIOBTN=yes
1715 DEFAULT_wxUSE_SASH=yes
1716 DEFAULT_wxUSE_SCROLLBAR=yes
1717 DEFAULT_wxUSE_SLIDER=yes
1718 DEFAULT_wxUSE_SPINBTN=yes
1719 DEFAULT_wxUSE_SPINCTRL=yes
1720 DEFAULT_wxUSE_SPLITTER=yes
1721 DEFAULT_wxUSE_STATBMP=yes
1722 DEFAULT_wxUSE_STATBOX=yes
1723 DEFAULT_wxUSE_STATLINE=yes
1724 DEFAULT_wxUSE_STATTEXT=yes
1725 DEFAULT_wxUSE_STATUSBAR=yes
1726 DEFAULT_wxUSE_TABDIALOG=no
1727 DEFAULT_wxUSE_TEXTCTRL=yes
1728 DEFAULT_wxUSE_TOGGLEBTN=yes
1729 DEFAULT_wxUSE_TOOLBAR=yes
1730 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
1731 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
1732 DEFAULT_wxUSE_TREECTRL=yes
1733 DEFAULT_wxUSE_POPUPWIN=yes
1734 DEFAULT_wxUSE_TIPWINDOW=yes
1735
1736 DEFAULT_wxUSE_UNICODE=no
1737 DEFAULT_wxUSE_UNICODE_MSLU=yes
1738 DEFAULT_wxUSE_WCSRTOMBS=no
1739
1740 DEFAULT_wxUSE_PALETTE=yes
1741 DEFAULT_wxUSE_IMAGE=yes
1742 DEFAULT_wxUSE_GIF=yes
1743 DEFAULT_wxUSE_PCX=yes
1744 DEFAULT_wxUSE_IFF=no
1745 DEFAULT_wxUSE_PNM=yes
1746 DEFAULT_wxUSE_XPM=yes
1747 DEFAULT_wxUSE_ICO_CUR=yes
1748fi
1749
1750
1751
1752for toolkit in `echo $ALL_TOOLKITS`; do
1753 LINE=`grep "wxUSE_$toolkit=" ${wx_arg_cache_file}`
1754 if test "x$LINE" != "x" ; then
1755 has_toolkit_in_cache=1
1756 eval "DEFAULT_$LINE"
1757 eval "CACHE_$toolkit=1"
1758 fi
1759done
1760
1761
1762
1763 enablestring=
1764 echo $ac_n "checking for --${enablestring:-enable}-gui""... $ac_c" 1>&6
1765echo "configure:1766: checking for --${enablestring:-enable}-gui" >&5
1766 no_cache=0
1767 # Check whether --enable-gui or --disable-gui was given.
1768if test "${enable_gui+set}" = set; then
1769 enableval="$enable_gui"
1770
1771 if test "$enableval" = yes; then
1772 ac_cv_use_gui='wxUSE_GUI=yes'
1773 else
1774 ac_cv_use_gui='wxUSE_GUI=no'
1775 fi
1776
1777else
1778
1779 LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
1780 if test "x$LINE" != x ; then
1781 eval "DEFAULT_$LINE"
1782 else
1783 no_cache=1
1784 fi
1785
1786 ac_cv_use_gui='wxUSE_GUI='$DEFAULT_wxUSE_GUI
1787
1788fi
1789
1790
1791 eval "$ac_cv_use_gui"
1792 if test "$no_cache" != 1; then
1793 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
1794 fi
1795
1796 if test "$wxUSE_GUI" = yes; then
1797 echo "$ac_t""yes" 1>&6
1798 else
1799 echo "$ac_t""no" 1>&6
1800 fi
1801
1802
1803if test "$wxUSE_GUI" = "yes"; then
1804
1805
1806 enablestring=
1807 echo $ac_n "checking for --${enablestring:-enable}-universal""... $ac_c" 1>&6
1808echo "configure:1809: checking for --${enablestring:-enable}-universal" >&5
1809 no_cache=0
1810 # Check whether --enable-universal or --disable-universal was given.
1811if test "${enable_universal+set}" = set; then
1812 enableval="$enable_universal"
1813
1814 if test "$enableval" = yes; then
1815 ac_cv_use_universal='wxUSE_UNIVERSAL=yes'
1816 else
1817 ac_cv_use_universal='wxUSE_UNIVERSAL=no'
1818 fi
1819
1820else
1821
1822 LINE=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
1823 if test "x$LINE" != x ; then
1824 eval "DEFAULT_$LINE"
1825 else
1826 no_cache=1
1827 fi
1828
1829 ac_cv_use_universal='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL
1830
1831fi
1832
1833
1834 eval "$ac_cv_use_universal"
1835 if test "$no_cache" != 1; then
1836 echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
1837 fi
1838
1839 if test "$wxUSE_UNIVERSAL" = yes; then
1840 echo "$ac_t""yes" 1>&6
1841 else
1842 echo "$ac_t""no" 1>&6
1843 fi
1844
1845# Check whether --with-gtk or --without-gtk was given.
1846if test "${with_gtk+set}" = set; then
1847 withval="$with_gtk"
1848 wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
1849fi
1850
1851# Check whether --with-motif or --without-motif was given.
1852if test "${with_motif+set}" = set; then
1853 withval="$with_motif"
1854 wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
1855fi
1856
1857# Check whether --with-mac or --without-mac was given.
1858if test "${with_mac+set}" = set; then
1859 withval="$with_mac"
1860 wxUSE_MAC="$withval" TOOLKIT_GIVEN=1
1861fi
1862
1863# Check whether --with-wine or --without-wine was given.
1864if test "${with_wine+set}" = set; then
1865 withval="$with_wine"
1866 wxUSE_WINE="$withval" CACHE_WINE=1 TOOLKIT_GIVEN=1
1867fi
1868
1869# Check whether --with-msw or --without-msw was given.
1870if test "${with_msw+set}" = set; then
1871 withval="$with_msw"
1872 wxUSE_MSW="$withval" CACHE_MSW=1 TOOLKIT_GIVEN=1
1873fi
1874
1875# Check whether --with-pm or --without-pm was given.
1876if test "${with_pm+set}" = set; then
1877 withval="$with_pm"
1878 wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
1879fi
1880
1881# Check whether --with-mgl or --without-mgl was given.
1882if test "${with_mgl+set}" = set; then
1883 withval="$with_mgl"
1884 wxUSE_MGL="$withval" wxUSE_UNIVERSAL="yes" CACHE_MGL=1 TOOLKIT_GIVEN=1
1885fi
1886
1887# Check whether --with-microwin or --without-microwin was given.
1888if test "${with_microwin+set}" = set; then
1889 withval="$with_microwin"
1890 wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1
1891fi
1892
1893# Check whether --with-x11 or --without-x11 was given.
1894if test "${with_x11+set}" = set; then
1895 withval="$with_x11"
1896 wxUSE_X11="$withval" wxUSE_UNIVERSAL="yes" CACHE_X11=1 TOOLKIT_GIVEN=1
1897fi
1898
1899
1900 enablestring=
1901 echo $ac_n "checking for --${enablestring:-enable}-nanox""... $ac_c" 1>&6
1902echo "configure:1903: checking for --${enablestring:-enable}-nanox" >&5
1903 no_cache=0
1904 # Check whether --enable-nanox or --disable-nanox was given.
1905if test "${enable_nanox+set}" = set; then
1906 enableval="$enable_nanox"
1907
1908 if test "$enableval" = yes; then
1909 ac_cv_use_nanox='wxUSE_NANOX=yes'
1910 else
1911 ac_cv_use_nanox='wxUSE_NANOX=no'
1912 fi
1913
1914else
1915
1916 LINE=`grep "wxUSE_NANOX" ${wx_arg_cache_file}`
1917 if test "x$LINE" != x ; then
1918 eval "DEFAULT_$LINE"
1919 else
1920 no_cache=1
1921 fi
1922
1923 ac_cv_use_nanox='wxUSE_NANOX='$DEFAULT_wxUSE_NANOX
1924
1925fi
1926
1927
1928 eval "$ac_cv_use_nanox"
1929 if test "$no_cache" != 1; then
1930 echo $ac_cv_use_nanox >> ${wx_arg_cache_file}.tmp
1931 fi
1932
1933 if test "$wxUSE_NANOX" = yes; then
1934 echo "$ac_t""yes" 1>&6
1935 else
1936 echo "$ac_t""no" 1>&6
1937 fi
1938
1939
1940
1941 enablestring=
1942 echo $ac_n "checking for --${enablestring:-enable}-gtk2""... $ac_c" 1>&6
1943echo "configure:1944: checking for --${enablestring:-enable}-gtk2" >&5
1944 no_cache=0
1945 # Check whether --enable-gtk2 or --disable-gtk2 was given.
1946if test "${enable_gtk2+set}" = set; then
1947 enableval="$enable_gtk2"
1948
1949 if test "$enableval" = yes; then
1950 ac_cv_use_gtk2='wxUSE_GTK2=yes'
1951 else
1952 ac_cv_use_gtk2='wxUSE_GTK2=no'
1953 fi
1954
1955else
1956
1957 LINE=`grep "wxUSE_GTK2" ${wx_arg_cache_file}`
1958 if test "x$LINE" != x ; then
1959 eval "DEFAULT_$LINE"
1960 else
1961 no_cache=1
1962 fi
1963
1964 ac_cv_use_gtk2='wxUSE_GTK2='$DEFAULT_wxUSE_GTK2
1965
1966fi
1967
1968
1969 eval "$ac_cv_use_gtk2"
1970 if test "$no_cache" != 1; then
1971 echo $ac_cv_use_gtk2 >> ${wx_arg_cache_file}.tmp
1972 fi
1973
1974 if test "$wxUSE_GTK2" = yes; then
1975 echo "$ac_t""yes" 1>&6
1976 else
1977 echo "$ac_t""no" 1>&6
1978 fi
1979
1980
1981
1982 echo $ac_n "checking for --with-libpng""... $ac_c" 1>&6
1983echo "configure:1984: checking for --with-libpng" >&5
1984 no_cache=0
1985 # Check whether --with-libpng or --without-libpng was given.
1986if test "${with_libpng+set}" = set; then
1987 withval="$with_libpng"
1988
1989 if test "$withval" = yes; then
1990 ac_cv_use_libpng='wxUSE_LIBPNG=yes'
1991 elif test "$withval" = no; then
1992 ac_cv_use_libpng='wxUSE_LIBPNG=no'
1993 elif test "$withval" = sys; then
1994 ac_cv_use_libpng='wxUSE_LIBPNG=sys'
1995 elif test "$withval" = builtin; then
1996 ac_cv_use_libpng='wxUSE_LIBPNG=builtin'
1997 else
1998 { echo "configure: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" 1>&2; exit 1; }
1999 fi
2000
2001else
2002
2003 LINE=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
2004 if test "x$LINE" != x ; then
2005 eval "DEFAULT_$LINE"
2006 else
2007 no_cache=1
2008 fi
2009
2010 ac_cv_use_libpng='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
2011
2012fi
2013
2014
2015 eval "$ac_cv_use_libpng"
2016 if test "$no_cache" != 1; then
2017 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
2018 fi
2019
2020 if test "$wxUSE_LIBPNG" = yes; then
2021 echo "$ac_t""yes" 1>&6
2022 elif test "$wxUSE_LIBPNG" = no; then
2023 echo "$ac_t""no" 1>&6
2024 elif test "$wxUSE_LIBPNG" = sys; then
2025 echo "$ac_t""system version" 1>&6
2026 elif test "$wxUSE_LIBPNG" = builtin; then
2027 echo "$ac_t""builtin version" 1>&6
2028 else
2029 { echo "configure: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2030 fi
2031
2032
2033 echo $ac_n "checking for --with-libjpeg""... $ac_c" 1>&6
2034echo "configure:2035: checking for --with-libjpeg" >&5
2035 no_cache=0
2036 # Check whether --with-libjpeg or --without-libjpeg was given.
2037if test "${with_libjpeg+set}" = set; then
2038 withval="$with_libjpeg"
2039
2040 if test "$withval" = yes; then
2041 ac_cv_use_libjpeg='wxUSE_LIBJPEG=yes'
2042 elif test "$withval" = no; then
2043 ac_cv_use_libjpeg='wxUSE_LIBJPEG=no'
2044 elif test "$withval" = sys; then
2045 ac_cv_use_libjpeg='wxUSE_LIBJPEG=sys'
2046 elif test "$withval" = builtin; then
2047 ac_cv_use_libjpeg='wxUSE_LIBJPEG=builtin'
2048 else
2049 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2050 fi
2051
2052else
2053
2054 LINE=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
2055 if test "x$LINE" != x ; then
2056 eval "DEFAULT_$LINE"
2057 else
2058 no_cache=1
2059 fi
2060
2061 ac_cv_use_libjpeg='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
2062
2063fi
2064
2065
2066 eval "$ac_cv_use_libjpeg"
2067 if test "$no_cache" != 1; then
2068 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
2069 fi
2070
2071 if test "$wxUSE_LIBJPEG" = yes; then
2072 echo "$ac_t""yes" 1>&6
2073 elif test "$wxUSE_LIBJPEG" = no; then
2074 echo "$ac_t""no" 1>&6
2075 elif test "$wxUSE_LIBJPEG" = sys; then
2076 echo "$ac_t""system version" 1>&6
2077 elif test "$wxUSE_LIBJPEG" = builtin; then
2078 echo "$ac_t""builtin version" 1>&6
2079 else
2080 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2081 fi
2082
2083
2084 echo $ac_n "checking for --with-libtiff""... $ac_c" 1>&6
2085echo "configure:2086: checking for --with-libtiff" >&5
2086 no_cache=0
2087 # Check whether --with-libtiff or --without-libtiff was given.
2088if test "${with_libtiff+set}" = set; then
2089 withval="$with_libtiff"
2090
2091 if test "$withval" = yes; then
2092 ac_cv_use_libtiff='wxUSE_LIBTIFF=yes'
2093 elif test "$withval" = no; then
2094 ac_cv_use_libtiff='wxUSE_LIBTIFF=no'
2095 elif test "$withval" = sys; then
2096 ac_cv_use_libtiff='wxUSE_LIBTIFF=sys'
2097 elif test "$withval" = builtin; then
2098 ac_cv_use_libtiff='wxUSE_LIBTIFF=builtin'
2099 else
2100 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2101 fi
2102
2103else
2104
2105 LINE=`grep "wxUSE_LIBTIFF" ${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_libtiff='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
2113
2114fi
2115
2116
2117 eval "$ac_cv_use_libtiff"
2118 if test "$no_cache" != 1; then
2119 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
2120 fi
2121
2122 if test "$wxUSE_LIBTIFF" = yes; then
2123 echo "$ac_t""yes" 1>&6
2124 elif test "$wxUSE_LIBTIFF" = no; then
2125 echo "$ac_t""no" 1>&6
2126 elif test "$wxUSE_LIBTIFF" = sys; then
2127 echo "$ac_t""system version" 1>&6
2128 elif test "$wxUSE_LIBTIFF" = builtin; then
2129 echo "$ac_t""builtin version" 1>&6
2130 else
2131 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2132 fi
2133
2134
2135 echo $ac_n "checking for --with-opengl""... $ac_c" 1>&6
2136echo "configure:2137: checking for --with-opengl" >&5
2137 no_cache=0
2138 # Check whether --with-opengl or --without-opengl was given.
2139if test "${with_opengl+set}" = set; then
2140 withval="$with_opengl"
2141
2142 if test "$withval" = yes; then
2143 ac_cv_use_opengl='wxUSE_OPENGL=yes'
2144 else
2145 ac_cv_use_opengl='wxUSE_OPENGL=no'
2146 fi
2147
2148else
2149
2150 LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
2151 if test "x$LINE" != x ; then
2152 eval "DEFAULT_$LINE"
2153 else
2154 no_cache=1
2155 fi
2156
2157 ac_cv_use_opengl='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
2158
2159fi
2160
2161
2162 eval "$ac_cv_use_opengl"
2163 if test "$no_cache" != 1; then
2164 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
2165 fi
2166
2167 if test "$wxUSE_OPENGL" = yes; then
2168 echo "$ac_t""yes" 1>&6
2169 else
2170 echo "$ac_t""no" 1>&6
2171 fi
2172
2173
2174fi
2175
2176
2177 echo $ac_n "checking for --with-dmalloc""... $ac_c" 1>&6
2178echo "configure:2179: checking for --with-dmalloc" >&5
2179 no_cache=0
2180 # Check whether --with-dmalloc or --without-dmalloc was given.
2181if test "${with_dmalloc+set}" = set; then
2182 withval="$with_dmalloc"
2183
2184 if test "$withval" = yes; then
2185 ac_cv_use_dmalloc='wxUSE_DMALLOC=yes'
2186 else
2187 ac_cv_use_dmalloc='wxUSE_DMALLOC=no'
2188 fi
2189
2190else
2191
2192 LINE=`grep "wxUSE_DMALLOC" ${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_dmalloc='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
2200
2201fi
2202
2203
2204 eval "$ac_cv_use_dmalloc"
2205 if test "$no_cache" != 1; then
2206 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
2207 fi
2208
2209 if test "$wxUSE_DMALLOC" = yes; then
2210 echo "$ac_t""yes" 1>&6
2211 else
2212 echo "$ac_t""no" 1>&6
2213 fi
2214
2215
2216 echo $ac_n "checking for --with-regex""... $ac_c" 1>&6
2217echo "configure:2218: checking for --with-regex" >&5
2218 no_cache=0
2219 # Check whether --with-regex or --without-regex was given.
2220if test "${with_regex+set}" = set; then
2221 withval="$with_regex"
2222
2223 if test "$withval" = yes; then
2224 ac_cv_use_regex='wxUSE_REGEX=yes'
2225 elif test "$withval" = no; then
2226 ac_cv_use_regex='wxUSE_REGEX=no'
2227 elif test "$withval" = sys; then
2228 ac_cv_use_regex='wxUSE_REGEX=sys'
2229 elif test "$withval" = builtin; then
2230 ac_cv_use_regex='wxUSE_REGEX=builtin'
2231 else
2232 { echo "configure: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2233 fi
2234
2235else
2236
2237 LINE=`grep "wxUSE_REGEX" ${wx_arg_cache_file}`
2238 if test "x$LINE" != x ; then
2239 eval "DEFAULT_$LINE"
2240 else
2241 no_cache=1
2242 fi
2243
2244 ac_cv_use_regex='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX
2245
2246fi
2247
2248
2249 eval "$ac_cv_use_regex"
2250 if test "$no_cache" != 1; then
2251 echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
2252 fi
2253
2254 if test "$wxUSE_REGEX" = yes; then
2255 echo "$ac_t""yes" 1>&6
2256 elif test "$wxUSE_REGEX" = no; then
2257 echo "$ac_t""no" 1>&6
2258 elif test "$wxUSE_REGEX" = sys; then
2259 echo "$ac_t""system version" 1>&6
2260 elif test "$wxUSE_REGEX" = builtin; then
2261 echo "$ac_t""builtin version" 1>&6
2262 else
2263 { echo "configure: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2264 fi
2265
2266
2267 echo $ac_n "checking for --with-zlib""... $ac_c" 1>&6
2268echo "configure:2269: checking for --with-zlib" >&5
2269 no_cache=0
2270 # Check whether --with-zlib or --without-zlib was given.
2271if test "${with_zlib+set}" = set; then
2272 withval="$with_zlib"
2273
2274 if test "$withval" = yes; then
2275 ac_cv_use_zlib='wxUSE_ZLIB=yes'
2276 elif test "$withval" = no; then
2277 ac_cv_use_zlib='wxUSE_ZLIB=no'
2278 elif test "$withval" = sys; then
2279 ac_cv_use_zlib='wxUSE_ZLIB=sys'
2280 elif test "$withval" = builtin; then
2281 ac_cv_use_zlib='wxUSE_ZLIB=builtin'
2282 else
2283 { echo "configure: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2284 fi
2285
2286else
2287
2288 LINE=`grep "wxUSE_ZLIB" ${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_zlib='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
2296
2297fi
2298
2299
2300 eval "$ac_cv_use_zlib"
2301 if test "$no_cache" != 1; then
2302 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
2303 fi
2304
2305 if test "$wxUSE_ZLIB" = yes; then
2306 echo "$ac_t""yes" 1>&6
2307 elif test "$wxUSE_ZLIB" = no; then
2308 echo "$ac_t""no" 1>&6
2309 elif test "$wxUSE_ZLIB" = sys; then
2310 echo "$ac_t""system version" 1>&6
2311 elif test "$wxUSE_ZLIB" = builtin; then
2312 echo "$ac_t""builtin version" 1>&6
2313 else
2314 { echo "configure: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2315 fi
2316
2317
2318 echo $ac_n "checking for --with-odbc""... $ac_c" 1>&6
2319echo "configure:2320: checking for --with-odbc" >&5
2320 no_cache=0
2321 # Check whether --with-odbc or --without-odbc was given.
2322if test "${with_odbc+set}" = set; then
2323 withval="$with_odbc"
2324
2325 if test "$withval" = yes; then
2326 ac_cv_use_odbc='wxUSE_ODBC=yes'
2327 else
2328 ac_cv_use_odbc='wxUSE_ODBC=no'
2329 fi
2330
2331else
2332
2333 LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
2334 if test "x$LINE" != x ; then
2335 eval "DEFAULT_$LINE"
2336 else
2337 no_cache=1
2338 fi
2339
2340 ac_cv_use_odbc='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
2341
2342fi
2343
2344
2345 eval "$ac_cv_use_odbc"
2346 if test "$no_cache" != 1; then
2347 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
2348 fi
2349
2350 if test "$wxUSE_ODBC" = yes; then
2351 echo "$ac_t""yes" 1>&6
2352 else
2353 echo "$ac_t""no" 1>&6
2354 fi
2355
2356
2357
2358
2359 enablestring=
2360 echo $ac_n "checking for --${enablestring:-enable}-shared""... $ac_c" 1>&6
2361echo "configure:2362: checking for --${enablestring:-enable}-shared" >&5
2362 no_cache=0
2363 # Check whether --enable-shared or --disable-shared was given.
2364if test "${enable_shared+set}" = set; then
2365 enableval="$enable_shared"
2366
2367 if test "$enableval" = yes; then
2368 ac_cv_use_shared='wxUSE_SHARED=yes'
2369 else
2370 ac_cv_use_shared='wxUSE_SHARED=no'
2371 fi
2372
2373else
2374
2375 LINE=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
2376 if test "x$LINE" != x ; then
2377 eval "DEFAULT_$LINE"
2378 else
2379 no_cache=1
2380 fi
2381
2382 ac_cv_use_shared='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
2383
2384fi
2385
2386
2387 eval "$ac_cv_use_shared"
2388 if test "$no_cache" != 1; then
2389 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
2390 fi
2391
2392 if test "$wxUSE_SHARED" = yes; then
2393 echo "$ac_t""yes" 1>&6
2394 else
2395 echo "$ac_t""no" 1>&6
2396 fi
2397
2398
2399 enablestring=
2400 echo $ac_n "checking for --${enablestring:-enable}-soname""... $ac_c" 1>&6
2401echo "configure:2402: checking for --${enablestring:-enable}-soname" >&5
2402 no_cache=0
2403 # Check whether --enable-soname or --disable-soname was given.
2404if test "${enable_soname+set}" = set; then
2405 enableval="$enable_soname"
2406
2407 if test "$enableval" = yes; then
2408 ac_cv_use_soname='wxUSE_SONAME=yes'
2409 else
2410 ac_cv_use_soname='wxUSE_SONAME=no'
2411 fi
2412
2413else
2414
2415 LINE=`grep "wxUSE_SONAME" ${wx_arg_cache_file}`
2416 if test "x$LINE" != x ; then
2417 eval "DEFAULT_$LINE"
2418 else
2419 no_cache=1
2420 fi
2421
2422 ac_cv_use_soname='wxUSE_SONAME='$DEFAULT_wxUSE_SONAME
2423
2424fi
2425
2426
2427 eval "$ac_cv_use_soname"
2428 if test "$no_cache" != 1; then
2429 echo $ac_cv_use_soname >> ${wx_arg_cache_file}.tmp
2430 fi
2431
2432 if test "$wxUSE_SONAME" = yes; then
2433 echo "$ac_t""yes" 1>&6
2434 else
2435 echo "$ac_t""no" 1>&6
2436 fi
2437
2438
2439 enablestring=
2440 echo $ac_n "checking for --${enablestring:-enable}-optimise""... $ac_c" 1>&6
2441echo "configure:2442: checking for --${enablestring:-enable}-optimise" >&5
2442 no_cache=0
2443 # Check whether --enable-optimise or --disable-optimise was given.
2444if test "${enable_optimise+set}" = set; then
2445 enableval="$enable_optimise"
2446
2447 if test "$enableval" = yes; then
2448 ac_cv_use_optimise='wxUSE_OPTIMISE=yes'
2449 else
2450 ac_cv_use_optimise='wxUSE_OPTIMISE=no'
2451 fi
2452
2453else
2454
2455 LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
2456 if test "x$LINE" != x ; then
2457 eval "DEFAULT_$LINE"
2458 else
2459 no_cache=1
2460 fi
2461
2462 ac_cv_use_optimise='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
2463
2464fi
2465
2466
2467 eval "$ac_cv_use_optimise"
2468 if test "$no_cache" != 1; then
2469 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
2470 fi
2471
2472 if test "$wxUSE_OPTIMISE" = yes; then
2473 echo "$ac_t""yes" 1>&6
2474 else
2475 echo "$ac_t""no" 1>&6
2476 fi
2477
2478
2479 enablestring=
2480 echo $ac_n "checking for --${enablestring:-enable}-debug""... $ac_c" 1>&6
2481echo "configure:2482: checking for --${enablestring:-enable}-debug" >&5
2482 no_cache=0
2483 # Check whether --enable-debug or --disable-debug was given.
2484if test "${enable_debug+set}" = set; then
2485 enableval="$enable_debug"
2486
2487 if test "$enableval" = yes; then
2488 ac_cv_use_debug='wxUSE_DEBUG=yes'
2489 else
2490 ac_cv_use_debug='wxUSE_DEBUG=no'
2491 fi
2492
2493else
2494
2495 LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
2496 if test "x$LINE" != x ; then
2497 eval "DEFAULT_$LINE"
2498 else
2499 no_cache=1
2500 fi
2501
2502 ac_cv_use_debug='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
2503
2504fi
2505
2506
2507 eval "$ac_cv_use_debug"
2508 if test "$no_cache" != 1; then
2509 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
2510 fi
2511
2512 if test "$wxUSE_DEBUG" = yes; then
2513 echo "$ac_t""yes" 1>&6
2514 else
2515 echo "$ac_t""no" 1>&6
2516 fi
2517
2518
2519
2520 enablestring=
2521 echo $ac_n "checking for --${enablestring:-enable}-precomp""... $ac_c" 1>&6
2522echo "configure:2523: checking for --${enablestring:-enable}-precomp" >&5
2523 no_cache=0
2524 # Check whether --enable-precomp or --disable-precomp was given.
2525if test "${enable_precomp+set}" = set; then
2526 enableval="$enable_precomp"
2527
2528 if test "$enableval" = yes; then
2529 ac_cv_use_precomp='wxUSE_PRECOMP=yes'
2530 else
2531 ac_cv_use_precomp='wxUSE_PRECOMP=no'
2532 fi
2533
2534else
2535
2536 LINE=`grep "wxUSE_PRECOMP" ${wx_arg_cache_file}`
2537 if test "x$LINE" != x ; then
2538 eval "DEFAULT_$LINE"
2539 else
2540 no_cache=1
2541 fi
2542
2543 ac_cv_use_precomp='wxUSE_PRECOMP='$DEFAULT_wxUSE_PRECOMP
2544
2545fi
2546
2547
2548 eval "$ac_cv_use_precomp"
2549 if test "$no_cache" != 1; then
2550 echo $ac_cv_use_precomp >> ${wx_arg_cache_file}.tmp
2551 fi
2552
2553 if test "$wxUSE_PRECOMP" = yes; then
2554 echo "$ac_t""yes" 1>&6
2555 else
2556 echo "$ac_t""no" 1>&6
2557 fi
2558
2559
2560if test "$wxUSE_DEBUG" = "yes"; then
2561 DEFAULT_wxUSE_DEBUG_FLAG=yes
2562 DEFAULT_wxUSE_DEBUG_INFO=yes
2563elif test "$wxUSE_DEBUG" = "no"; then
2564 DEFAULT_wxUSE_DEBUG_FLAG=no
2565 DEFAULT_wxUSE_DEBUG_INFO=no
2566fi
2567
2568
2569 enablestring=
2570 echo $ac_n "checking for --${enablestring:-enable}-debug_flag""... $ac_c" 1>&6
2571echo "configure:2572: checking for --${enablestring:-enable}-debug_flag" >&5
2572 no_cache=0
2573 # Check whether --enable-debug_flag or --disable-debug_flag was given.
2574if test "${enable_debug_flag+set}" = set; then
2575 enableval="$enable_debug_flag"
2576
2577 if test "$enableval" = yes; then
2578 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes'
2579 else
2580 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no'
2581 fi
2582
2583else
2584
2585 LINE=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
2586 if test "x$LINE" != x ; then
2587 eval "DEFAULT_$LINE"
2588 else
2589 no_cache=1
2590 fi
2591
2592 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
2593
2594fi
2595
2596
2597 eval "$ac_cv_use_debug_flag"
2598 if test "$no_cache" != 1; then
2599 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
2600 fi
2601
2602 if test "$wxUSE_DEBUG_FLAG" = yes; then
2603 echo "$ac_t""yes" 1>&6
2604 else
2605 echo "$ac_t""no" 1>&6
2606 fi
2607
2608
2609 enablestring=
2610 echo $ac_n "checking for --${enablestring:-enable}-debug_info""... $ac_c" 1>&6
2611echo "configure:2612: checking for --${enablestring:-enable}-debug_info" >&5
2612 no_cache=0
2613 # Check whether --enable-debug_info or --disable-debug_info was given.
2614if test "${enable_debug_info+set}" = set; then
2615 enableval="$enable_debug_info"
2616
2617 if test "$enableval" = yes; then
2618 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
2619 else
2620 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
2621 fi
2622
2623else
2624
2625 LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
2626 if test "x$LINE" != x ; then
2627 eval "DEFAULT_$LINE"
2628 else
2629 no_cache=1
2630 fi
2631
2632 ac_cv_use_debug_info='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
2633
2634fi
2635
2636
2637 eval "$ac_cv_use_debug_info"
2638 if test "$no_cache" != 1; then
2639 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
2640 fi
2641
2642 if test "$wxUSE_DEBUG_INFO" = yes; then
2643 echo "$ac_t""yes" 1>&6
2644 else
2645 echo "$ac_t""no" 1>&6
2646 fi
2647
2648
2649 enablestring=
2650 echo $ac_n "checking for --${enablestring:-enable}-debug_gdb""... $ac_c" 1>&6
2651echo "configure:2652: checking for --${enablestring:-enable}-debug_gdb" >&5
2652 no_cache=0
2653 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
2654if test "${enable_debug_gdb+set}" = set; then
2655 enableval="$enable_debug_gdb"
2656
2657 if test "$enableval" = yes; then
2658 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes'
2659 else
2660 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no'
2661 fi
2662
2663else
2664
2665 LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
2666 if test "x$LINE" != x ; then
2667 eval "DEFAULT_$LINE"
2668 else
2669 no_cache=1
2670 fi
2671
2672 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
2673
2674fi
2675
2676
2677 eval "$ac_cv_use_debug_gdb"
2678 if test "$no_cache" != 1; then
2679 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
2680 fi
2681
2682 if test "$wxUSE_DEBUG_GDB" = yes; then
2683 echo "$ac_t""yes" 1>&6
2684 else
2685 echo "$ac_t""no" 1>&6
2686 fi
2687
2688
2689 enablestring=
2690 echo $ac_n "checking for --${enablestring:-enable}-debug_cntxt""... $ac_c" 1>&6
2691echo "configure:2692: checking for --${enablestring:-enable}-debug_cntxt" >&5
2692 no_cache=0
2693 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
2694if test "${enable_debug_cntxt+set}" = set; then
2695 enableval="$enable_debug_cntxt"
2696
2697 if test "$enableval" = yes; then
2698 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes'
2699 else
2700 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no'
2701 fi
2702
2703else
2704
2705 LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
2706 if test "x$LINE" != x ; then
2707 eval "DEFAULT_$LINE"
2708 else
2709 no_cache=1
2710 fi
2711
2712 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
2713
2714fi
2715
2716
2717 eval "$ac_cv_use_debug_cntxt"
2718 if test "$no_cache" != 1; then
2719 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
2720 fi
2721
2722 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
2723 echo "$ac_t""yes" 1>&6
2724 else
2725 echo "$ac_t""no" 1>&6
2726 fi
2727
2728
2729 enablestring=
2730 echo $ac_n "checking for --${enablestring:-enable}-mem_tracing""... $ac_c" 1>&6
2731echo "configure:2732: checking for --${enablestring:-enable}-mem_tracing" >&5
2732 no_cache=0
2733 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
2734if test "${enable_mem_tracing+set}" = set; then
2735 enableval="$enable_mem_tracing"
2736
2737 if test "$enableval" = yes; then
2738 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
2739 else
2740 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
2741 fi
2742
2743else
2744
2745 LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
2746 if test "x$LINE" != x ; then
2747 eval "DEFAULT_$LINE"
2748 else
2749 no_cache=1
2750 fi
2751
2752 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
2753
2754fi
2755
2756
2757 eval "$ac_cv_use_mem_tracing"
2758 if test "$no_cache" != 1; then
2759 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
2760 fi
2761
2762 if test "$wxUSE_MEM_TRACING" = yes; then
2763 echo "$ac_t""yes" 1>&6
2764 else
2765 echo "$ac_t""no" 1>&6
2766 fi
2767
2768
2769 enablestring=
2770 echo $ac_n "checking for --${enablestring:-enable}-profile""... $ac_c" 1>&6
2771echo "configure:2772: checking for --${enablestring:-enable}-profile" >&5
2772 no_cache=0
2773 # Check whether --enable-profile or --disable-profile was given.
2774if test "${enable_profile+set}" = set; then
2775 enableval="$enable_profile"
2776
2777 if test "$enableval" = yes; then
2778 ac_cv_use_profile='wxUSE_PROFILE=yes'
2779 else
2780 ac_cv_use_profile='wxUSE_PROFILE=no'
2781 fi
2782
2783else
2784
2785 LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
2786 if test "x$LINE" != x ; then
2787 eval "DEFAULT_$LINE"
2788 else
2789 no_cache=1
2790 fi
2791
2792 ac_cv_use_profile='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
2793
2794fi
2795
2796
2797 eval "$ac_cv_use_profile"
2798 if test "$no_cache" != 1; then
2799 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
2800 fi
2801
2802 if test "$wxUSE_PROFILE" = yes; then
2803 echo "$ac_t""yes" 1>&6
2804 else
2805 echo "$ac_t""no" 1>&6
2806 fi
2807
2808
2809 enablestring=
2810 echo $ac_n "checking for --${enablestring:-enable}-no_rtti""... $ac_c" 1>&6
2811echo "configure:2812: checking for --${enablestring:-enable}-no_rtti" >&5
2812 no_cache=0
2813 # Check whether --enable-no_rtti or --disable-no_rtti was given.
2814if test "${enable_no_rtti+set}" = set; then
2815 enableval="$enable_no_rtti"
2816
2817 if test "$enableval" = yes; then
2818 ac_cv_use_no_rtti='wxUSE_NO_RTTI=yes'
2819 else
2820 ac_cv_use_no_rtti='wxUSE_NO_RTTI=no'
2821 fi
2822
2823else
2824
2825 LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
2826 if test "x$LINE" != x ; then
2827 eval "DEFAULT_$LINE"
2828 else
2829 no_cache=1
2830 fi
2831
2832 ac_cv_use_no_rtti='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
2833
2834fi
2835
2836
2837 eval "$ac_cv_use_no_rtti"
2838 if test "$no_cache" != 1; then
2839 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
2840 fi
2841
2842 if test "$wxUSE_NO_RTTI" = yes; then
2843 echo "$ac_t""yes" 1>&6
2844 else
2845 echo "$ac_t""no" 1>&6
2846 fi
2847
2848
2849 enablestring=
2850 echo $ac_n "checking for --${enablestring:-enable}-no_exceptions""... $ac_c" 1>&6
2851echo "configure:2852: checking for --${enablestring:-enable}-no_exceptions" >&5
2852 no_cache=0
2853 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
2854if test "${enable_no_exceptions+set}" = set; then
2855 enableval="$enable_no_exceptions"
2856
2857 if test "$enableval" = yes; then
2858 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
2859 else
2860 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
2861 fi
2862
2863else
2864
2865 LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
2866 if test "x$LINE" != x ; then
2867 eval "DEFAULT_$LINE"
2868 else
2869 no_cache=1
2870 fi
2871
2872 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
2873
2874fi
2875
2876
2877 eval "$ac_cv_use_no_exceptions"
2878 if test "$no_cache" != 1; then
2879 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
2880 fi
2881
2882 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
2883 echo "$ac_t""yes" 1>&6
2884 else
2885 echo "$ac_t""no" 1>&6
2886 fi
2887
2888
2889 enablestring=
2890 echo $ac_n "checking for --${enablestring:-enable}-permissive""... $ac_c" 1>&6
2891echo "configure:2892: checking for --${enablestring:-enable}-permissive" >&5
2892 no_cache=0
2893 # Check whether --enable-permissive or --disable-permissive was given.
2894if test "${enable_permissive+set}" = set; then
2895 enableval="$enable_permissive"
2896
2897 if test "$enableval" = yes; then
2898 ac_cv_use_permissive='wxUSE_PERMISSIVE=yes'
2899 else
2900 ac_cv_use_permissive='wxUSE_PERMISSIVE=no'
2901 fi
2902
2903else
2904
2905 LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
2906 if test "x$LINE" != x ; then
2907 eval "DEFAULT_$LINE"
2908 else
2909 no_cache=1
2910 fi
2911
2912 ac_cv_use_permissive='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
2913
2914fi
2915
2916
2917 eval "$ac_cv_use_permissive"
2918 if test "$no_cache" != 1; then
2919 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
2920 fi
2921
2922 if test "$wxUSE_PERMISSIVE" = yes; then
2923 echo "$ac_t""yes" 1>&6
2924 else
2925 echo "$ac_t""no" 1>&6
2926 fi
2927
2928
2929 enablestring=
2930 echo $ac_n "checking for --${enablestring:-enable}-no_deps""... $ac_c" 1>&6
2931echo "configure:2932: checking for --${enablestring:-enable}-no_deps" >&5
2932 no_cache=0
2933 # Check whether --enable-no_deps or --disable-no_deps was given.
2934if test "${enable_no_deps+set}" = set; then
2935 enableval="$enable_no_deps"
2936
2937 if test "$enableval" = yes; then
2938 ac_cv_use_no_deps='wxUSE_NO_DEPS=yes'
2939 else
2940 ac_cv_use_no_deps='wxUSE_NO_DEPS=no'
2941 fi
2942
2943else
2944
2945 LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
2946 if test "x$LINE" != x ; then
2947 eval "DEFAULT_$LINE"
2948 else
2949 no_cache=1
2950 fi
2951
2952 ac_cv_use_no_deps='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
2953
2954fi
2955
2956
2957 eval "$ac_cv_use_no_deps"
2958 if test "$no_cache" != 1; then
2959 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
2960 fi
2961
2962 if test "$wxUSE_NO_DEPS" = yes; then
2963 echo "$ac_t""yes" 1>&6
2964 else
2965 echo "$ac_t""no" 1>&6
2966 fi
2967
2968
2969
2970 enablestring=
2971 echo $ac_n "checking for --${enablestring:-enable}-compat20""... $ac_c" 1>&6
2972echo "configure:2973: checking for --${enablestring:-enable}-compat20" >&5
2973 no_cache=0
2974 # Check whether --enable-compat20 or --disable-compat20 was given.
2975if test "${enable_compat20+set}" = set; then
2976 enableval="$enable_compat20"
2977
2978 if test "$enableval" = yes; then
2979 ac_cv_use_compat20='WXWIN_COMPATIBILITY_2=yes'
2980 else
2981 ac_cv_use_compat20='WXWIN_COMPATIBILITY_2=no'
2982 fi
2983
2984else
2985
2986 LINE=`grep "WXWIN_COMPATIBILITY_2" ${wx_arg_cache_file}`
2987 if test "x$LINE" != x ; then
2988 eval "DEFAULT_$LINE"
2989 else
2990 no_cache=1
2991 fi
2992
2993 ac_cv_use_compat20='WXWIN_COMPATIBILITY_2='$DEFAULT_WXWIN_COMPATIBILITY_2
2994
2995fi
2996
2997
2998 eval "$ac_cv_use_compat20"
2999 if test "$no_cache" != 1; then
3000 echo $ac_cv_use_compat20 >> ${wx_arg_cache_file}.tmp
3001 fi
3002
3003 if test "$WXWIN_COMPATIBILITY_2" = yes; then
3004 echo "$ac_t""yes" 1>&6
3005 else
3006 echo "$ac_t""no" 1>&6
3007 fi
3008
3009
3010 enablestring=disable
3011 echo $ac_n "checking for --${enablestring:-enable}-compat22""... $ac_c" 1>&6
3012echo "configure:3013: checking for --${enablestring:-enable}-compat22" >&5
3013 no_cache=0
3014 # Check whether --enable-compat22 or --disable-compat22 was given.
3015if test "${enable_compat22+set}" = set; then
3016 enableval="$enable_compat22"
3017
3018 if test "$enableval" = yes; then
3019 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=yes'
3020 else
3021 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=no'
3022 fi
3023
3024else
3025
3026 LINE=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}`
3027 if test "x$LINE" != x ; then
3028 eval "DEFAULT_$LINE"
3029 else
3030 no_cache=1
3031 fi
3032
3033 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2='$DEFAULT_WXWIN_COMPATIBILITY_2_2
3034
3035fi
3036
3037
3038 eval "$ac_cv_use_compat22"
3039 if test "$no_cache" != 1; then
3040 echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp
3041 fi
3042
3043 if test "$WXWIN_COMPATIBILITY_2_2" = yes; then
3044 echo "$ac_t""yes" 1>&6
3045 else
3046 echo "$ac_t""no" 1>&6
3047 fi
3048
3049
3050# Check whether --enable-rpath or --disable-rpath was given.
3051if test "${enable_rpath+set}" = set; then
3052 enableval="$enable_rpath"
3053 wxRPATH_DIR="$enableval"
3054fi
3055
3056
3057if test "$wxRPATH_DIR" != "" -a "$wxRPATH_DIR" != "disable"; then
3058 WXCONFIG_RPATH="-Wl,-rpath -Wl,$wxRPATH_DIR"
3059fi
3060
3061
3062
3063
3064 enablestring=
3065 echo $ac_n "checking for --${enablestring:-enable}-intl""... $ac_c" 1>&6
3066echo "configure:3067: checking for --${enablestring:-enable}-intl" >&5
3067 no_cache=0
3068 # Check whether --enable-intl or --disable-intl was given.
3069if test "${enable_intl+set}" = set; then
3070 enableval="$enable_intl"
3071
3072 if test "$enableval" = yes; then
3073 ac_cv_use_intl='wxUSE_INTL=yes'
3074 else
3075 ac_cv_use_intl='wxUSE_INTL=no'
3076 fi
3077
3078else
3079
3080 LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
3081 if test "x$LINE" != x ; then
3082 eval "DEFAULT_$LINE"
3083 else
3084 no_cache=1
3085 fi
3086
3087 ac_cv_use_intl='wxUSE_INTL='$DEFAULT_wxUSE_INTL
3088
3089fi
3090
3091
3092 eval "$ac_cv_use_intl"
3093 if test "$no_cache" != 1; then
3094 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
3095 fi
3096
3097 if test "$wxUSE_INTL" = yes; then
3098 echo "$ac_t""yes" 1>&6
3099 else
3100 echo "$ac_t""no" 1>&6
3101 fi
3102
3103
3104 enablestring=
3105 echo $ac_n "checking for --${enablestring:-enable}-config""... $ac_c" 1>&6
3106echo "configure:3107: checking for --${enablestring:-enable}-config" >&5
3107 no_cache=0
3108 # Check whether --enable-config or --disable-config was given.
3109if test "${enable_config+set}" = set; then
3110 enableval="$enable_config"
3111
3112 if test "$enableval" = yes; then
3113 ac_cv_use_config='wxUSE_CONFIG=yes'
3114 else
3115 ac_cv_use_config='wxUSE_CONFIG=no'
3116 fi
3117
3118else
3119
3120 LINE=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
3121 if test "x$LINE" != x ; then
3122 eval "DEFAULT_$LINE"
3123 else
3124 no_cache=1
3125 fi
3126
3127 ac_cv_use_config='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
3128
3129fi
3130
3131
3132 eval "$ac_cv_use_config"
3133 if test "$no_cache" != 1; then
3134 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
3135 fi
3136
3137 if test "$wxUSE_CONFIG" = yes; then
3138 echo "$ac_t""yes" 1>&6
3139 else
3140 echo "$ac_t""no" 1>&6
3141 fi
3142
3143
3144
3145 enablestring=
3146 echo $ac_n "checking for --${enablestring:-enable}-protocols""... $ac_c" 1>&6
3147echo "configure:3148: checking for --${enablestring:-enable}-protocols" >&5
3148 no_cache=0
3149 # Check whether --enable-protocols or --disable-protocols was given.
3150if test "${enable_protocols+set}" = set; then
3151 enableval="$enable_protocols"
3152
3153 if test "$enableval" = yes; then
3154 ac_cv_use_protocols='wxUSE_PROTOCOL=yes'
3155 else
3156 ac_cv_use_protocols='wxUSE_PROTOCOL=no'
3157 fi
3158
3159else
3160
3161 LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
3162 if test "x$LINE" != x ; then
3163 eval "DEFAULT_$LINE"
3164 else
3165 no_cache=1
3166 fi
3167
3168 ac_cv_use_protocols='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
3169
3170fi
3171
3172
3173 eval "$ac_cv_use_protocols"
3174 if test "$no_cache" != 1; then
3175 echo $ac_cv_use_protocols >> ${wx_arg_cache_file}.tmp
3176 fi
3177
3178 if test "$wxUSE_PROTOCOL" = yes; then
3179 echo "$ac_t""yes" 1>&6
3180 else
3181 echo "$ac_t""no" 1>&6
3182 fi
3183
3184
3185 enablestring=
3186 echo $ac_n "checking for --${enablestring:-enable}-ftp""... $ac_c" 1>&6
3187echo "configure:3188: checking for --${enablestring:-enable}-ftp" >&5
3188 no_cache=0
3189 # Check whether --enable-ftp or --disable-ftp was given.
3190if test "${enable_ftp+set}" = set; then
3191 enableval="$enable_ftp"
3192
3193 if test "$enableval" = yes; then
3194 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=yes'
3195 else
3196 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=no'
3197 fi
3198
3199else
3200
3201 LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
3202 if test "x$LINE" != x ; then
3203 eval "DEFAULT_$LINE"
3204 else
3205 no_cache=1
3206 fi
3207
3208 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
3209
3210fi
3211
3212
3213 eval "$ac_cv_use_ftp"
3214 if test "$no_cache" != 1; then
3215 echo $ac_cv_use_ftp >> ${wx_arg_cache_file}.tmp
3216 fi
3217
3218 if test "$wxUSE_PROTOCOL_FTP" = yes; then
3219 echo "$ac_t""yes" 1>&6
3220 else
3221 echo "$ac_t""no" 1>&6
3222 fi
3223
3224
3225 enablestring=
3226 echo $ac_n "checking for --${enablestring:-enable}-http""... $ac_c" 1>&6
3227echo "configure:3228: checking for --${enablestring:-enable}-http" >&5
3228 no_cache=0
3229 # Check whether --enable-http or --disable-http was given.
3230if test "${enable_http+set}" = set; then
3231 enableval="$enable_http"
3232
3233 if test "$enableval" = yes; then
3234 ac_cv_use_http='wxUSE_PROTOCOL_HTTP=yes'
3235 else
3236 ac_cv_use_http='wxUSE_PROTOCOL_HTTP=no'
3237 fi
3238
3239else
3240
3241 LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
3242 if test "x$LINE" != x ; then
3243 eval "DEFAULT_$LINE"
3244 else
3245 no_cache=1
3246 fi
3247
3248 ac_cv_use_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
3249
3250fi
3251
3252
3253 eval "$ac_cv_use_http"
3254 if test "$no_cache" != 1; then
3255 echo $ac_cv_use_http >> ${wx_arg_cache_file}.tmp
3256 fi
3257
3258 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
3259 echo "$ac_t""yes" 1>&6
3260 else
3261 echo "$ac_t""no" 1>&6
3262 fi
3263
3264
3265 enablestring=
3266 echo $ac_n "checking for --${enablestring:-enable}-fileproto""... $ac_c" 1>&6
3267echo "configure:3268: checking for --${enablestring:-enable}-fileproto" >&5
3268 no_cache=0
3269 # Check whether --enable-fileproto or --disable-fileproto was given.
3270if test "${enable_fileproto+set}" = set; then
3271 enableval="$enable_fileproto"
3272
3273 if test "$enableval" = yes; then
3274 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=yes'
3275 else
3276 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=no'
3277 fi
3278
3279else
3280
3281 LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
3282 if test "x$LINE" != x ; then
3283 eval "DEFAULT_$LINE"
3284 else
3285 no_cache=1
3286 fi
3287
3288 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
3289
3290fi
3291
3292
3293 eval "$ac_cv_use_fileproto"
3294 if test "$no_cache" != 1; then
3295 echo $ac_cv_use_fileproto >> ${wx_arg_cache_file}.tmp
3296 fi
3297
3298 if test "$wxUSE_PROTOCOL_FILE" = yes; then
3299 echo "$ac_t""yes" 1>&6
3300 else
3301 echo "$ac_t""no" 1>&6
3302 fi
3303
3304
3305 enablestring=
3306 echo $ac_n "checking for --${enablestring:-enable}-sockets""... $ac_c" 1>&6
3307echo "configure:3308: checking for --${enablestring:-enable}-sockets" >&5
3308 no_cache=0
3309 # Check whether --enable-sockets or --disable-sockets was given.
3310if test "${enable_sockets+set}" = set; then
3311 enableval="$enable_sockets"
3312
3313 if test "$enableval" = yes; then
3314 ac_cv_use_sockets='wxUSE_SOCKETS=yes'
3315 else
3316 ac_cv_use_sockets='wxUSE_SOCKETS=no'
3317 fi
3318
3319else
3320
3321 LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
3322 if test "x$LINE" != x ; then
3323 eval "DEFAULT_$LINE"
3324 else
3325 no_cache=1
3326 fi
3327
3328 ac_cv_use_sockets='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
3329
3330fi
3331
3332
3333 eval "$ac_cv_use_sockets"
3334 if test "$no_cache" != 1; then
3335 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
3336 fi
3337
3338 if test "$wxUSE_SOCKETS" = yes; then
3339 echo "$ac_t""yes" 1>&6
3340 else
3341 echo "$ac_t""no" 1>&6
3342 fi
3343
3344
3345 enablestring=
3346 echo $ac_n "checking for --${enablestring:-enable}-ole""... $ac_c" 1>&6
3347echo "configure:3348: checking for --${enablestring:-enable}-ole" >&5
3348 no_cache=0
3349 # Check whether --enable-ole or --disable-ole was given.
3350if test "${enable_ole+set}" = set; then
3351 enableval="$enable_ole"
3352
3353 if test "$enableval" = yes; then
3354 ac_cv_use_ole='wxUSE_OLE=yes'
3355 else
3356 ac_cv_use_ole='wxUSE_OLE=no'
3357 fi
3358
3359else
3360
3361 LINE=`grep "wxUSE_OLE" ${wx_arg_cache_file}`
3362 if test "x$LINE" != x ; then
3363 eval "DEFAULT_$LINE"
3364 else
3365 no_cache=1
3366 fi
3367
3368 ac_cv_use_ole='wxUSE_OLE='$DEFAULT_wxUSE_OLE
3369
3370fi
3371
3372
3373 eval "$ac_cv_use_ole"
3374 if test "$no_cache" != 1; then
3375 echo $ac_cv_use_ole >> ${wx_arg_cache_file}.tmp
3376 fi
3377
3378 if test "$wxUSE_OLE" = yes; then
3379 echo "$ac_t""yes" 1>&6
3380 else
3381 echo "$ac_t""no" 1>&6
3382 fi
3383
3384
3385 enablestring=
3386 echo $ac_n "checking for --${enablestring:-enable}-dataobj""... $ac_c" 1>&6
3387echo "configure:3388: checking for --${enablestring:-enable}-dataobj" >&5
3388 no_cache=0
3389 # Check whether --enable-dataobj or --disable-dataobj was given.
3390if test "${enable_dataobj+set}" = set; then
3391 enableval="$enable_dataobj"
3392
3393 if test "$enableval" = yes; then
3394 ac_cv_use_dataobj='wxUSE_DATAOBJ=yes'
3395 else
3396 ac_cv_use_dataobj='wxUSE_DATAOBJ=no'
3397 fi
3398
3399else
3400
3401 LINE=`grep "wxUSE_DATAOBJ" ${wx_arg_cache_file}`
3402 if test "x$LINE" != x ; then
3403 eval "DEFAULT_$LINE"
3404 else
3405 no_cache=1
3406 fi
3407
3408 ac_cv_use_dataobj='wxUSE_DATAOBJ='$DEFAULT_wxUSE_DATAOBJ
3409
3410fi
3411
3412
3413 eval "$ac_cv_use_dataobj"
3414 if test "$no_cache" != 1; then
3415 echo $ac_cv_use_dataobj >> ${wx_arg_cache_file}.tmp
3416 fi
3417
3418 if test "$wxUSE_DATAOBJ" = yes; then
3419 echo "$ac_t""yes" 1>&6
3420 else
3421 echo "$ac_t""no" 1>&6
3422 fi
3423
3424
3425
3426 enablestring=
3427 echo $ac_n "checking for --${enablestring:-enable}-ipc""... $ac_c" 1>&6
3428echo "configure:3429: checking for --${enablestring:-enable}-ipc" >&5
3429 no_cache=0
3430 # Check whether --enable-ipc or --disable-ipc was given.
3431if test "${enable_ipc+set}" = set; then
3432 enableval="$enable_ipc"
3433
3434 if test "$enableval" = yes; then
3435 ac_cv_use_ipc='wxUSE_IPC=yes'
3436 else
3437 ac_cv_use_ipc='wxUSE_IPC=no'
3438 fi
3439
3440else
3441
3442 LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
3443 if test "x$LINE" != x ; then
3444 eval "DEFAULT_$LINE"
3445 else
3446 no_cache=1
3447 fi
3448
3449 ac_cv_use_ipc='wxUSE_IPC='$DEFAULT_wxUSE_IPC
3450
3451fi
3452
3453
3454 eval "$ac_cv_use_ipc"
3455 if test "$no_cache" != 1; then
3456 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
3457 fi
3458
3459 if test "$wxUSE_IPC" = yes; then
3460 echo "$ac_t""yes" 1>&6
3461 else
3462 echo "$ac_t""no" 1>&6
3463 fi
3464
3465
3466
3467 enablestring=
3468 echo $ac_n "checking for --${enablestring:-enable}-cmdline""... $ac_c" 1>&6
3469echo "configure:3470: checking for --${enablestring:-enable}-cmdline" >&5
3470 no_cache=0
3471 # Check whether --enable-cmdline or --disable-cmdline was given.
3472if test "${enable_cmdline+set}" = set; then
3473 enableval="$enable_cmdline"
3474
3475 if test "$enableval" = yes; then
3476 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=yes'
3477 else
3478 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=no'
3479 fi
3480
3481else
3482
3483 LINE=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
3484 if test "x$LINE" != x ; then
3485 eval "DEFAULT_$LINE"
3486 else
3487 no_cache=1
3488 fi
3489
3490 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER
3491
3492fi
3493
3494
3495 eval "$ac_cv_use_cmdline"
3496 if test "$no_cache" != 1; then
3497 echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
3498 fi
3499
3500 if test "$wxUSE_CMDLINE_PARSER" = yes; then
3501 echo "$ac_t""yes" 1>&6
3502 else
3503 echo "$ac_t""no" 1>&6
3504 fi
3505
3506
3507 enablestring=
3508 echo $ac_n "checking for --${enablestring:-enable}-datetime""... $ac_c" 1>&6
3509echo "configure:3510: checking for --${enablestring:-enable}-datetime" >&5
3510 no_cache=0
3511 # Check whether --enable-datetime or --disable-datetime was given.
3512if test "${enable_datetime+set}" = set; then
3513 enableval="$enable_datetime"
3514
3515 if test "$enableval" = yes; then
3516 ac_cv_use_datetime='wxUSE_DATETIME=yes'
3517 else
3518 ac_cv_use_datetime='wxUSE_DATETIME=no'
3519 fi
3520
3521else
3522
3523 LINE=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
3524 if test "x$LINE" != x ; then
3525 eval "DEFAULT_$LINE"
3526 else
3527 no_cache=1
3528 fi
3529
3530 ac_cv_use_datetime='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME
3531
3532fi
3533
3534
3535 eval "$ac_cv_use_datetime"
3536 if test "$no_cache" != 1; then
3537 echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
3538 fi
3539
3540 if test "$wxUSE_DATETIME" = yes; then
3541 echo "$ac_t""yes" 1>&6
3542 else
3543 echo "$ac_t""no" 1>&6
3544 fi
3545
3546
3547 enablestring=
3548 echo $ac_n "checking for --${enablestring:-enable}-timedate""... $ac_c" 1>&6
3549echo "configure:3550: checking for --${enablestring:-enable}-timedate" >&5
3550 no_cache=0
3551 # Check whether --enable-timedate or --disable-timedate was given.
3552if test "${enable_timedate+set}" = set; then
3553 enableval="$enable_timedate"
3554
3555 if test "$enableval" = yes; then
3556 ac_cv_use_timedate='wxUSE_TIMEDATE=yes'
3557 else
3558 ac_cv_use_timedate='wxUSE_TIMEDATE=no'
3559 fi
3560
3561else
3562
3563 LINE=`grep "wxUSE_TIMEDATE" ${wx_arg_cache_file}`
3564 if test "x$LINE" != x ; then
3565 eval "DEFAULT_$LINE"
3566 else
3567 no_cache=1
3568 fi
3569
3570 ac_cv_use_timedate='wxUSE_TIMEDATE='$DEFAULT_wxUSE_TIMEDATE
3571
3572fi
3573
3574
3575 eval "$ac_cv_use_timedate"
3576 if test "$no_cache" != 1; then
3577 echo $ac_cv_use_timedate >> ${wx_arg_cache_file}.tmp
3578 fi
3579
3580 if test "$wxUSE_TIMEDATE" = yes; then
3581 echo "$ac_t""yes" 1>&6
3582 else
3583 echo "$ac_t""no" 1>&6
3584 fi
3585
3586
3587 enablestring=
3588 echo $ac_n "checking for --${enablestring:-enable}-stopwatch""... $ac_c" 1>&6
3589echo "configure:3590: checking for --${enablestring:-enable}-stopwatch" >&5
3590 no_cache=0
3591 # Check whether --enable-stopwatch or --disable-stopwatch was given.
3592if test "${enable_stopwatch+set}" = set; then
3593 enableval="$enable_stopwatch"
3594
3595 if test "$enableval" = yes; then
3596 ac_cv_use_stopwatch='wxUSE_STOPWATCH=yes'
3597 else
3598 ac_cv_use_stopwatch='wxUSE_STOPWATCH=no'
3599 fi
3600
3601else
3602
3603 LINE=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
3604 if test "x$LINE" != x ; then
3605 eval "DEFAULT_$LINE"
3606 else
3607 no_cache=1
3608 fi
3609
3610 ac_cv_use_stopwatch='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH
3611
3612fi
3613
3614
3615 eval "$ac_cv_use_stopwatch"
3616 if test "$no_cache" != 1; then
3617 echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
3618 fi
3619
3620 if test "$wxUSE_STOPWATCH" = yes; then
3621 echo "$ac_t""yes" 1>&6
3622 else
3623 echo "$ac_t""no" 1>&6
3624 fi
3625
3626
3627 enablestring=
3628 echo $ac_n "checking for --${enablestring:-enable}-dialupman""... $ac_c" 1>&6
3629echo "configure:3630: checking for --${enablestring:-enable}-dialupman" >&5
3630 no_cache=0
3631 # Check whether --enable-dialupman or --disable-dialupman was given.
3632if test "${enable_dialupman+set}" = set; then
3633 enableval="$enable_dialupman"
3634
3635 if test "$enableval" = yes; then
3636 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes'
3637 else
3638 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no'
3639 fi
3640
3641else
3642
3643 LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
3644 if test "x$LINE" != x ; then
3645 eval "DEFAULT_$LINE"
3646 else
3647 no_cache=1
3648 fi
3649
3650 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
3651
3652fi
3653
3654
3655 eval "$ac_cv_use_dialupman"
3656 if test "$no_cache" != 1; then
3657 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
3658 fi
3659
3660 if test "$wxUSE_DIALUP_MANAGER" = yes; then
3661 echo "$ac_t""yes" 1>&6
3662 else
3663 echo "$ac_t""no" 1>&6
3664 fi
3665
3666
3667 enablestring=
3668 echo $ac_n "checking for --${enablestring:-enable}-apple_ieee""... $ac_c" 1>&6
3669echo "configure:3670: checking for --${enablestring:-enable}-apple_ieee" >&5
3670 no_cache=0
3671 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
3672if test "${enable_apple_ieee+set}" = set; then
3673 enableval="$enable_apple_ieee"
3674
3675 if test "$enableval" = yes; then
3676 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes'
3677 else
3678 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no'
3679 fi
3680
3681else
3682
3683 LINE=`grep "wxUSE_APPLE_IEEE" ${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_apple_ieee='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
3691
3692fi
3693
3694
3695 eval "$ac_cv_use_apple_ieee"
3696 if test "$no_cache" != 1; then
3697 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
3698 fi
3699
3700 if test "$wxUSE_APPLE_IEEE" = yes; then
3701 echo "$ac_t""yes" 1>&6
3702 else
3703 echo "$ac_t""no" 1>&6
3704 fi
3705
3706
3707 enablestring=
3708 echo $ac_n "checking for --${enablestring:-enable}-timer""... $ac_c" 1>&6
3709echo "configure:3710: checking for --${enablestring:-enable}-timer" >&5
3710 no_cache=0
3711 # Check whether --enable-timer or --disable-timer was given.
3712if test "${enable_timer+set}" = set; then
3713 enableval="$enable_timer"
3714
3715 if test "$enableval" = yes; then
3716 ac_cv_use_timer='wxUSE_TIMER=yes'
3717 else
3718 ac_cv_use_timer='wxUSE_TIMER=no'
3719 fi
3720
3721else
3722
3723 LINE=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
3724 if test "x$LINE" != x ; then
3725 eval "DEFAULT_$LINE"
3726 else
3727 no_cache=1
3728 fi
3729
3730 ac_cv_use_timer='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER
3731
3732fi
3733
3734
3735 eval "$ac_cv_use_timer"
3736 if test "$no_cache" != 1; then
3737 echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
3738 fi
3739
3740 if test "$wxUSE_TIMER" = yes; then
3741 echo "$ac_t""yes" 1>&6
3742 else
3743 echo "$ac_t""no" 1>&6
3744 fi
3745
3746
3747 enablestring=
3748 echo $ac_n "checking for --${enablestring:-enable}-wave""... $ac_c" 1>&6
3749echo "configure:3750: checking for --${enablestring:-enable}-wave" >&5
3750 no_cache=0
3751 # Check whether --enable-wave or --disable-wave was given.
3752if test "${enable_wave+set}" = set; then
3753 enableval="$enable_wave"
3754
3755 if test "$enableval" = yes; then
3756 ac_cv_use_wave='wxUSE_WAVE=yes'
3757 else
3758 ac_cv_use_wave='wxUSE_WAVE=no'
3759 fi
3760
3761else
3762
3763 LINE=`grep "wxUSE_WAVE" ${wx_arg_cache_file}`
3764 if test "x$LINE" != x ; then
3765 eval "DEFAULT_$LINE"
3766 else
3767 no_cache=1
3768 fi
3769
3770 ac_cv_use_wave='wxUSE_WAVE='$DEFAULT_wxUSE_WAVE
3771
3772fi
3773
3774
3775 eval "$ac_cv_use_wave"
3776 if test "$no_cache" != 1; then
3777 echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp
3778 fi
3779
3780 if test "$wxUSE_WAVE" = yes; then
3781 echo "$ac_t""yes" 1>&6
3782 else
3783 echo "$ac_t""no" 1>&6
3784 fi
3785
3786
3787 enablestring=
3788 echo $ac_n "checking for --${enablestring:-enable}-fraction""... $ac_c" 1>&6
3789echo "configure:3790: checking for --${enablestring:-enable}-fraction" >&5
3790 no_cache=0
3791 # Check whether --enable-fraction or --disable-fraction was given.
3792if test "${enable_fraction+set}" = set; then
3793 enableval="$enable_fraction"
3794
3795 if test "$enableval" = yes; then
3796 ac_cv_use_fraction='wxUSE_FRACTION=yes'
3797 else
3798 ac_cv_use_fraction='wxUSE_FRACTION=no'
3799 fi
3800
3801else
3802
3803 LINE=`grep "wxUSE_FRACTION" ${wx_arg_cache_file}`
3804 if test "x$LINE" != x ; then
3805 eval "DEFAULT_$LINE"
3806 else
3807 no_cache=1
3808 fi
3809
3810 ac_cv_use_fraction='wxUSE_FRACTION='$DEFAULT_wxUSE_FRACTION
3811
3812fi
3813
3814
3815 eval "$ac_cv_use_fraction"
3816 if test "$no_cache" != 1; then
3817 echo $ac_cv_use_fraction >> ${wx_arg_cache_file}.tmp
3818 fi
3819
3820 if test "$wxUSE_FRACTION" = yes; then
3821 echo "$ac_t""yes" 1>&6
3822 else
3823 echo "$ac_t""no" 1>&6
3824 fi
3825
3826
3827 enablestring=
3828 echo $ac_n "checking for --${enablestring:-enable}-dynlib""... $ac_c" 1>&6
3829echo "configure:3830: checking for --${enablestring:-enable}-dynlib" >&5
3830 no_cache=0
3831 # Check whether --enable-dynlib or --disable-dynlib was given.
3832if test "${enable_dynlib+set}" = set; then
3833 enableval="$enable_dynlib"
3834
3835 if test "$enableval" = yes; then
3836 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes'
3837 else
3838 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no'
3839 fi
3840
3841else
3842
3843 LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
3844 if test "x$LINE" != x ; then
3845 eval "DEFAULT_$LINE"
3846 else
3847 no_cache=1
3848 fi
3849
3850 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
3851
3852fi
3853
3854
3855 eval "$ac_cv_use_dynlib"
3856 if test "$no_cache" != 1; then
3857 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
3858 fi
3859
3860 if test "$wxUSE_DYNLIB_CLASS" = yes; then
3861 echo "$ac_t""yes" 1>&6
3862 else
3863 echo "$ac_t""no" 1>&6
3864 fi
3865
3866
3867 enablestring=
3868 echo $ac_n "checking for --${enablestring:-enable}-dynamicloader""... $ac_c" 1>&6
3869echo "configure:3870: checking for --${enablestring:-enable}-dynamicloader" >&5
3870 no_cache=0
3871 # Check whether --enable-dynamicloader or --disable-dynamicloader was given.
3872if test "${enable_dynamicloader+set}" = set; then
3873 enableval="$enable_dynamicloader"
3874
3875 if test "$enableval" = yes; then
3876 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=yes'
3877 else
3878 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=no'
3879 fi
3880
3881else
3882
3883 LINE=`grep "wxUSE_DYNAMIC_LOADER" ${wx_arg_cache_file}`
3884 if test "x$LINE" != x ; then
3885 eval "DEFAULT_$LINE"
3886 else
3887 no_cache=1
3888 fi
3889
3890 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER='$DEFAULT_wxUSE_DYNAMIC_LOADER
3891
3892fi
3893
3894
3895 eval "$ac_cv_use_dynamicloader"
3896 if test "$no_cache" != 1; then
3897 echo $ac_cv_use_dynamicloader >> ${wx_arg_cache_file}.tmp
3898 fi
3899
3900 if test "$wxUSE_DYNAMIC_LOADER" = yes; then
3901 echo "$ac_t""yes" 1>&6
3902 else
3903 echo "$ac_t""no" 1>&6
3904 fi
3905
3906
3907 enablestring=
3908 echo $ac_n "checking for --${enablestring:-enable}-longlong""... $ac_c" 1>&6
3909echo "configure:3910: checking for --${enablestring:-enable}-longlong" >&5
3910 no_cache=0
3911 # Check whether --enable-longlong or --disable-longlong was given.
3912if test "${enable_longlong+set}" = set; then
3913 enableval="$enable_longlong"
3914
3915 if test "$enableval" = yes; then
3916 ac_cv_use_longlong='wxUSE_LONGLONG=yes'
3917 else
3918 ac_cv_use_longlong='wxUSE_LONGLONG=no'
3919 fi
3920
3921else
3922
3923 LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
3924 if test "x$LINE" != x ; then
3925 eval "DEFAULT_$LINE"
3926 else
3927 no_cache=1
3928 fi
3929
3930 ac_cv_use_longlong='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
3931
3932fi
3933
3934
3935 eval "$ac_cv_use_longlong"
3936 if test "$no_cache" != 1; then
3937 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
3938 fi
3939
3940 if test "$wxUSE_LONGLONG" = yes; then
3941 echo "$ac_t""yes" 1>&6
3942 else
3943 echo "$ac_t""no" 1>&6
3944 fi
3945
3946
3947 enablestring=
3948 echo $ac_n "checking for --${enablestring:-enable}-geometry""... $ac_c" 1>&6
3949echo "configure:3950: checking for --${enablestring:-enable}-geometry" >&5
3950 no_cache=0
3951 # Check whether --enable-geometry or --disable-geometry was given.
3952if test "${enable_geometry+set}" = set; then
3953 enableval="$enable_geometry"
3954
3955 if test "$enableval" = yes; then
3956 ac_cv_use_geometry='wxUSE_GEOMETRY=yes'
3957 else
3958 ac_cv_use_geometry='wxUSE_GEOMETRY=no'
3959 fi
3960
3961else
3962
3963 LINE=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
3964 if test "x$LINE" != x ; then
3965 eval "DEFAULT_$LINE"
3966 else
3967 no_cache=1
3968 fi
3969
3970 ac_cv_use_geometry='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
3971
3972fi
3973
3974
3975 eval "$ac_cv_use_geometry"
3976 if test "$no_cache" != 1; then
3977 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
3978 fi
3979
3980 if test "$wxUSE_GEOMETRY" = yes; then
3981 echo "$ac_t""yes" 1>&6
3982 else
3983 echo "$ac_t""no" 1>&6
3984 fi
3985
3986
3987 enablestring=
3988 echo $ac_n "checking for --${enablestring:-enable}-log""... $ac_c" 1>&6
3989echo "configure:3990: checking for --${enablestring:-enable}-log" >&5
3990 no_cache=0
3991 # Check whether --enable-log or --disable-log was given.
3992if test "${enable_log+set}" = set; then
3993 enableval="$enable_log"
3994
3995 if test "$enableval" = yes; then
3996 ac_cv_use_log='wxUSE_LOG=yes'
3997 else
3998 ac_cv_use_log='wxUSE_LOG=no'
3999 fi
4000
4001else
4002
4003 LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
4004 if test "x$LINE" != x ; then
4005 eval "DEFAULT_$LINE"
4006 else
4007 no_cache=1
4008 fi
4009
4010 ac_cv_use_log='wxUSE_LOG='$DEFAULT_wxUSE_LOG
4011
4012fi
4013
4014
4015 eval "$ac_cv_use_log"
4016 if test "$no_cache" != 1; then
4017 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
4018 fi
4019
4020 if test "$wxUSE_LOG" = yes; then
4021 echo "$ac_t""yes" 1>&6
4022 else
4023 echo "$ac_t""no" 1>&6
4024 fi
4025
4026
4027 enablestring=
4028 echo $ac_n "checking for --${enablestring:-enable}-streams""... $ac_c" 1>&6
4029echo "configure:4030: checking for --${enablestring:-enable}-streams" >&5
4030 no_cache=0
4031 # Check whether --enable-streams or --disable-streams was given.
4032if test "${enable_streams+set}" = set; then
4033 enableval="$enable_streams"
4034
4035 if test "$enableval" = yes; then
4036 ac_cv_use_streams='wxUSE_STREAMS=yes'
4037 else
4038 ac_cv_use_streams='wxUSE_STREAMS=no'
4039 fi
4040
4041else
4042
4043 LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
4044 if test "x$LINE" != x ; then
4045 eval "DEFAULT_$LINE"
4046 else
4047 no_cache=1
4048 fi
4049
4050 ac_cv_use_streams='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
4051
4052fi
4053
4054
4055 eval "$ac_cv_use_streams"
4056 if test "$no_cache" != 1; then
4057 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
4058 fi
4059
4060 if test "$wxUSE_STREAMS" = yes; then
4061 echo "$ac_t""yes" 1>&6
4062 else
4063 echo "$ac_t""no" 1>&6
4064 fi
4065
4066
4067 enablestring=
4068 echo $ac_n "checking for --${enablestring:-enable}-file""... $ac_c" 1>&6
4069echo "configure:4070: checking for --${enablestring:-enable}-file" >&5
4070 no_cache=0
4071 # Check whether --enable-file or --disable-file was given.
4072if test "${enable_file+set}" = set; then
4073 enableval="$enable_file"
4074
4075 if test "$enableval" = yes; then
4076 ac_cv_use_file='wxUSE_FILE=yes'
4077 else
4078 ac_cv_use_file='wxUSE_FILE=no'
4079 fi
4080
4081else
4082
4083 LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
4084 if test "x$LINE" != x ; then
4085 eval "DEFAULT_$LINE"
4086 else
4087 no_cache=1
4088 fi
4089
4090 ac_cv_use_file='wxUSE_FILE='$DEFAULT_wxUSE_FILE
4091
4092fi
4093
4094
4095 eval "$ac_cv_use_file"
4096 if test "$no_cache" != 1; then
4097 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
4098 fi
4099
4100 if test "$wxUSE_FILE" = yes; then
4101 echo "$ac_t""yes" 1>&6
4102 else
4103 echo "$ac_t""no" 1>&6
4104 fi
4105
4106
4107 enablestring=
4108 echo $ac_n "checking for --${enablestring:-enable}-ffile""... $ac_c" 1>&6
4109echo "configure:4110: checking for --${enablestring:-enable}-ffile" >&5
4110 no_cache=0
4111 # Check whether --enable-ffile or --disable-ffile was given.
4112if test "${enable_ffile+set}" = set; then
4113 enableval="$enable_ffile"
4114
4115 if test "$enableval" = yes; then
4116 ac_cv_use_ffile='wxUSE_FFILE=yes'
4117 else
4118 ac_cv_use_ffile='wxUSE_FFILE=no'
4119 fi
4120
4121else
4122
4123 LINE=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
4124 if test "x$LINE" != x ; then
4125 eval "DEFAULT_$LINE"
4126 else
4127 no_cache=1
4128 fi
4129
4130 ac_cv_use_ffile='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE
4131
4132fi
4133
4134
4135 eval "$ac_cv_use_ffile"
4136 if test "$no_cache" != 1; then
4137 echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
4138 fi
4139
4140 if test "$wxUSE_FFILE" = yes; then
4141 echo "$ac_t""yes" 1>&6
4142 else
4143 echo "$ac_t""no" 1>&6
4144 fi
4145
4146
4147 enablestring=
4148 echo $ac_n "checking for --${enablestring:-enable}-textbuf""... $ac_c" 1>&6
4149echo "configure:4150: checking for --${enablestring:-enable}-textbuf" >&5
4150 no_cache=0
4151 # Check whether --enable-textbuf or --disable-textbuf was given.
4152if test "${enable_textbuf+set}" = set; then
4153 enableval="$enable_textbuf"
4154
4155 if test "$enableval" = yes; then
4156 ac_cv_use_textbuf='wxUSE_TEXTBUFFER=yes'
4157 else
4158 ac_cv_use_textbuf='wxUSE_TEXTBUFFER=no'
4159 fi
4160
4161else
4162
4163 LINE=`grep "wxUSE_TEXTBUFFER" ${wx_arg_cache_file}`
4164 if test "x$LINE" != x ; then
4165 eval "DEFAULT_$LINE"
4166 else
4167 no_cache=1
4168 fi
4169
4170 ac_cv_use_textbuf='wxUSE_TEXTBUFFER='$DEFAULT_wxUSE_TEXTBUFFER
4171
4172fi
4173
4174
4175 eval "$ac_cv_use_textbuf"
4176 if test "$no_cache" != 1; then
4177 echo $ac_cv_use_textbuf >> ${wx_arg_cache_file}.tmp
4178 fi
4179
4180 if test "$wxUSE_TEXTBUFFER" = yes; then
4181 echo "$ac_t""yes" 1>&6
4182 else
4183 echo "$ac_t""no" 1>&6
4184 fi
4185
4186
4187 enablestring=
4188 echo $ac_n "checking for --${enablestring:-enable}-textfile""... $ac_c" 1>&6
4189echo "configure:4190: checking for --${enablestring:-enable}-textfile" >&5
4190 no_cache=0
4191 # Check whether --enable-textfile or --disable-textfile was given.
4192if test "${enable_textfile+set}" = set; then
4193 enableval="$enable_textfile"
4194
4195 if test "$enableval" = yes; then
4196 ac_cv_use_textfile='wxUSE_TEXTFILE=yes'
4197 else
4198 ac_cv_use_textfile='wxUSE_TEXTFILE=no'
4199 fi
4200
4201else
4202
4203 LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
4204 if test "x$LINE" != x ; then
4205 eval "DEFAULT_$LINE"
4206 else
4207 no_cache=1
4208 fi
4209
4210 ac_cv_use_textfile='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
4211
4212fi
4213
4214
4215 eval "$ac_cv_use_textfile"
4216 if test "$no_cache" != 1; then
4217 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
4218 fi
4219
4220 if test "$wxUSE_TEXTFILE" = yes; then
4221 echo "$ac_t""yes" 1>&6
4222 else
4223 echo "$ac_t""no" 1>&6
4224 fi
4225
4226
4227 enablestring=
4228 echo $ac_n "checking for --${enablestring:-enable}-fontmap""... $ac_c" 1>&6
4229echo "configure:4230: checking for --${enablestring:-enable}-fontmap" >&5
4230 no_cache=0
4231 # Check whether --enable-fontmap or --disable-fontmap was given.
4232if test "${enable_fontmap+set}" = set; then
4233 enableval="$enable_fontmap"
4234
4235 if test "$enableval" = yes; then
4236 ac_cv_use_fontmap='wxUSE_FONTMAP=yes'
4237 else
4238 ac_cv_use_fontmap='wxUSE_FONTMAP=no'
4239 fi
4240
4241else
4242
4243 LINE=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
4244 if test "x$LINE" != x ; then
4245 eval "DEFAULT_$LINE"
4246 else
4247 no_cache=1
4248 fi
4249
4250 ac_cv_use_fontmap='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP
4251
4252fi
4253
4254
4255 eval "$ac_cv_use_fontmap"
4256 if test "$no_cache" != 1; then
4257 echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
4258 fi
4259
4260 if test "$wxUSE_FONTMAP" = yes; then
4261 echo "$ac_t""yes" 1>&6
4262 else
4263 echo "$ac_t""no" 1>&6
4264 fi
4265
4266
4267 enablestring=
4268 echo $ac_n "checking for --${enablestring:-enable}-unicode""... $ac_c" 1>&6
4269echo "configure:4270: checking for --${enablestring:-enable}-unicode" >&5
4270 no_cache=0
4271 # Check whether --enable-unicode or --disable-unicode was given.
4272if test "${enable_unicode+set}" = set; then
4273 enableval="$enable_unicode"
4274
4275 if test "$enableval" = yes; then
4276 ac_cv_use_unicode='wxUSE_UNICODE=yes'
4277 else
4278 ac_cv_use_unicode='wxUSE_UNICODE=no'
4279 fi
4280
4281else
4282
4283 LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
4284 if test "x$LINE" != x ; then
4285 eval "DEFAULT_$LINE"
4286 else
4287 no_cache=1
4288 fi
4289
4290 ac_cv_use_unicode='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
4291
4292fi
4293
4294
4295 eval "$ac_cv_use_unicode"
4296 if test "$no_cache" != 1; then
4297 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
4298 fi
4299
4300 if test "$wxUSE_UNICODE" = yes; then
4301 echo "$ac_t""yes" 1>&6
4302 else
4303 echo "$ac_t""no" 1>&6
4304 fi
4305
4306
4307 enablestring=
4308 echo $ac_n "checking for --${enablestring:-enable}-mslu""... $ac_c" 1>&6
4309echo "configure:4310: checking for --${enablestring:-enable}-mslu" >&5
4310 no_cache=0
4311 # Check whether --enable-mslu or --disable-mslu was given.
4312if test "${enable_mslu+set}" = set; then
4313 enableval="$enable_mslu"
4314
4315 if test "$enableval" = yes; then
4316 ac_cv_use_mslu='wxUSE_UNICODE_MSLU=yes'
4317 else
4318 ac_cv_use_mslu='wxUSE_UNICODE_MSLU=no'
4319 fi
4320
4321else
4322
4323 LINE=`grep "wxUSE_UNICODE_MSLU" ${wx_arg_cache_file}`
4324 if test "x$LINE" != x ; then
4325 eval "DEFAULT_$LINE"
4326 else
4327 no_cache=1
4328 fi
4329
4330 ac_cv_use_mslu='wxUSE_UNICODE_MSLU='$DEFAULT_wxUSE_UNICODE_MSLU
4331
4332fi
4333
4334
4335 eval "$ac_cv_use_mslu"
4336 if test "$no_cache" != 1; then
4337 echo $ac_cv_use_mslu >> ${wx_arg_cache_file}.tmp
4338 fi
4339
4340 if test "$wxUSE_UNICODE_MSLU" = yes; then
4341 echo "$ac_t""yes" 1>&6
4342 else
4343 echo "$ac_t""no" 1>&6
4344 fi
4345
4346
4347 enablestring=
4348 echo $ac_n "checking for --${enablestring:-enable}-wxprintfv""... $ac_c" 1>&6
4349echo "configure:4350: checking for --${enablestring:-enable}-wxprintfv" >&5
4350 no_cache=0
4351 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
4352if test "${enable_wxprintfv+set}" = set; then
4353 enableval="$enable_wxprintfv"
4354
4355 if test "$enableval" = yes; then
4356 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=yes'
4357 else
4358 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=no'
4359 fi
4360
4361else
4362
4363 LINE=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
4364 if test "x$LINE" != x ; then
4365 eval "DEFAULT_$LINE"
4366 else
4367 no_cache=1
4368 fi
4369
4370 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
4371
4372fi
4373
4374
4375 eval "$ac_cv_use_wxprintfv"
4376 if test "$no_cache" != 1; then
4377 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
4378 fi
4379
4380 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
4381 echo "$ac_t""yes" 1>&6
4382 else
4383 echo "$ac_t""no" 1>&6
4384 fi
4385
4386
4387 enablestring=
4388 echo $ac_n "checking for --${enablestring:-enable}-std_iostreams""... $ac_c" 1>&6
4389echo "configure:4390: checking for --${enablestring:-enable}-std_iostreams" >&5
4390 no_cache=0
4391 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
4392if test "${enable_std_iostreams+set}" = set; then
4393 enableval="$enable_std_iostreams"
4394
4395 if test "$enableval" = yes; then
4396 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes'
4397 else
4398 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no'
4399 fi
4400
4401else
4402
4403 LINE=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
4404 if test "x$LINE" != x ; then
4405 eval "DEFAULT_$LINE"
4406 else
4407 no_cache=1
4408 fi
4409
4410 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
4411
4412fi
4413
4414
4415 eval "$ac_cv_use_std_iostreams"
4416 if test "$no_cache" != 1; then
4417 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
4418 fi
4419
4420 if test "$wxUSE_STD_IOSTREAM" = yes; then
4421 echo "$ac_t""yes" 1>&6
4422 else
4423 echo "$ac_t""no" 1>&6
4424 fi
4425
4426
4427 enablestring=
4428 echo $ac_n "checking for --${enablestring:-enable}-filesystem""... $ac_c" 1>&6
4429echo "configure:4430: checking for --${enablestring:-enable}-filesystem" >&5
4430 no_cache=0
4431 # Check whether --enable-filesystem or --disable-filesystem was given.
4432if test "${enable_filesystem+set}" = set; then
4433 enableval="$enable_filesystem"
4434
4435 if test "$enableval" = yes; then
4436 ac_cv_use_filesystem='wxUSE_FILESYSTEM=yes'
4437 else
4438 ac_cv_use_filesystem='wxUSE_FILESYSTEM=no'
4439 fi
4440
4441else
4442
4443 LINE=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
4444 if test "x$LINE" != x ; then
4445 eval "DEFAULT_$LINE"
4446 else
4447 no_cache=1
4448 fi
4449
4450 ac_cv_use_filesystem='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
4451
4452fi
4453
4454
4455 eval "$ac_cv_use_filesystem"
4456 if test "$no_cache" != 1; then
4457 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
4458 fi
4459
4460 if test "$wxUSE_FILESYSTEM" = yes; then
4461 echo "$ac_t""yes" 1>&6
4462 else
4463 echo "$ac_t""no" 1>&6
4464 fi
4465
4466
4467 enablestring=
4468 echo $ac_n "checking for --${enablestring:-enable}-fs_inet""... $ac_c" 1>&6
4469echo "configure:4470: checking for --${enablestring:-enable}-fs_inet" >&5
4470 no_cache=0
4471 # Check whether --enable-fs_inet or --disable-fs_inet was given.
4472if test "${enable_fs_inet+set}" = set; then
4473 enableval="$enable_fs_inet"
4474
4475 if test "$enableval" = yes; then
4476 ac_cv_use_fs_inet='wxUSE_FS_INET=yes'
4477 else
4478 ac_cv_use_fs_inet='wxUSE_FS_INET=no'
4479 fi
4480
4481else
4482
4483 LINE=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
4484 if test "x$LINE" != x ; then
4485 eval "DEFAULT_$LINE"
4486 else
4487 no_cache=1
4488 fi
4489
4490 ac_cv_use_fs_inet='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
4491
4492fi
4493
4494
4495 eval "$ac_cv_use_fs_inet"
4496 if test "$no_cache" != 1; then
4497 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
4498 fi
4499
4500 if test "$wxUSE_FS_INET" = yes; then
4501 echo "$ac_t""yes" 1>&6
4502 else
4503 echo "$ac_t""no" 1>&6
4504 fi
4505
4506
4507 enablestring=
4508 echo $ac_n "checking for --${enablestring:-enable}-fs_zip""... $ac_c" 1>&6
4509echo "configure:4510: checking for --${enablestring:-enable}-fs_zip" >&5
4510 no_cache=0
4511 # Check whether --enable-fs_zip or --disable-fs_zip was given.
4512if test "${enable_fs_zip+set}" = set; then
4513 enableval="$enable_fs_zip"
4514
4515 if test "$enableval" = yes; then
4516 ac_cv_use_fs_zip='wxUSE_FS_ZIP=yes'
4517 else
4518 ac_cv_use_fs_zip='wxUSE_FS_ZIP=no'
4519 fi
4520
4521else
4522
4523 LINE=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
4524 if test "x$LINE" != x ; then
4525 eval "DEFAULT_$LINE"
4526 else
4527 no_cache=1
4528 fi
4529
4530 ac_cv_use_fs_zip='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
4531
4532fi
4533
4534
4535 eval "$ac_cv_use_fs_zip"
4536 if test "$no_cache" != 1; then
4537 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
4538 fi
4539
4540 if test "$wxUSE_FS_ZIP" = yes; then
4541 echo "$ac_t""yes" 1>&6
4542 else
4543 echo "$ac_t""no" 1>&6
4544 fi
4545
4546
4547 enablestring=
4548 echo $ac_n "checking for --${enablestring:-enable}-zipstream""... $ac_c" 1>&6
4549echo "configure:4550: checking for --${enablestring:-enable}-zipstream" >&5
4550 no_cache=0
4551 # Check whether --enable-zipstream or --disable-zipstream was given.
4552if test "${enable_zipstream+set}" = set; then
4553 enableval="$enable_zipstream"
4554
4555 if test "$enableval" = yes; then
4556 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=yes'
4557 else
4558 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=no'
4559 fi
4560
4561else
4562
4563 LINE=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
4564 if test "x$LINE" != x ; then
4565 eval "DEFAULT_$LINE"
4566 else
4567 no_cache=1
4568 fi
4569
4570 ac_cv_use_zipstream='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
4571
4572fi
4573
4574
4575 eval "$ac_cv_use_zipstream"
4576 if test "$no_cache" != 1; then
4577 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
4578 fi
4579
4580 if test "$wxUSE_ZIPSTREAM" = yes; then
4581 echo "$ac_t""yes" 1>&6
4582 else
4583 echo "$ac_t""no" 1>&6
4584 fi
4585
4586
4587
4588 enablestring=
4589 echo $ac_n "checking for --${enablestring:-enable}-catch_segvs""... $ac_c" 1>&6
4590echo "configure:4591: checking for --${enablestring:-enable}-catch_segvs" >&5
4591 no_cache=0
4592 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
4593if test "${enable_catch_segvs+set}" = set; then
4594 enableval="$enable_catch_segvs"
4595
4596 if test "$enableval" = yes; then
4597 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes'
4598 else
4599 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no'
4600 fi
4601
4602else
4603
4604 LINE=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
4605 if test "x$LINE" != x ; then
4606 eval "DEFAULT_$LINE"
4607 else
4608 no_cache=1
4609 fi
4610
4611 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
4612
4613fi
4614
4615
4616 eval "$ac_cv_use_catch_segvs"
4617 if test "$no_cache" != 1; then
4618 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
4619 fi
4620
4621 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
4622 echo "$ac_t""yes" 1>&6
4623 else
4624 echo "$ac_t""no" 1>&6
4625 fi
4626
4627
4628 enablestring=
4629 echo $ac_n "checking for --${enablestring:-enable}-snglinst""... $ac_c" 1>&6
4630echo "configure:4631: checking for --${enablestring:-enable}-snglinst" >&5
4631 no_cache=0
4632 # Check whether --enable-snglinst or --disable-snglinst was given.
4633if test "${enable_snglinst+set}" = set; then
4634 enableval="$enable_snglinst"
4635
4636 if test "$enableval" = yes; then
4637 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes'
4638 else
4639 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no'
4640 fi
4641
4642else
4643
4644 LINE=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
4645 if test "x$LINE" != x ; then
4646 eval "DEFAULT_$LINE"
4647 else
4648 no_cache=1
4649 fi
4650
4651 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER
4652
4653fi
4654
4655
4656 eval "$ac_cv_use_snglinst"
4657 if test "$no_cache" != 1; then
4658 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
4659 fi
4660
4661 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
4662 echo "$ac_t""yes" 1>&6
4663 else
4664 echo "$ac_t""no" 1>&6
4665 fi
4666
4667
4668
4669 enablestring=
4670 echo $ac_n "checking for --${enablestring:-enable}-mimetype""... $ac_c" 1>&6
4671echo "configure:4672: checking for --${enablestring:-enable}-mimetype" >&5
4672 no_cache=0
4673 # Check whether --enable-mimetype or --disable-mimetype was given.
4674if test "${enable_mimetype+set}" = set; then
4675 enableval="$enable_mimetype"
4676
4677 if test "$enableval" = yes; then
4678 ac_cv_use_mimetype='wxUSE_MIMETYPE=yes'
4679 else
4680 ac_cv_use_mimetype='wxUSE_MIMETYPE=no'
4681 fi
4682
4683else
4684
4685 LINE=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
4686 if test "x$LINE" != x ; then
4687 eval "DEFAULT_$LINE"
4688 else
4689 no_cache=1
4690 fi
4691
4692 ac_cv_use_mimetype='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE
4693
4694fi
4695
4696
4697 eval "$ac_cv_use_mimetype"
4698 if test "$no_cache" != 1; then
4699 echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
4700 fi
4701
4702 if test "$wxUSE_MIMETYPE" = yes; then
4703 echo "$ac_t""yes" 1>&6
4704 else
4705 echo "$ac_t""no" 1>&6
4706 fi
4707
4708
4709 enablestring=
4710 echo $ac_n "checking for --${enablestring:-enable}-system_options""... $ac_c" 1>&6
4711echo "configure:4712: checking for --${enablestring:-enable}-system_options" >&5
4712 no_cache=0
4713 # Check whether --enable-system_options or --disable-system_options was given.
4714if test "${enable_system_options+set}" = set; then
4715 enableval="$enable_system_options"
4716
4717 if test "$enableval" = yes; then
4718 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=yes'
4719 else
4720 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=no'
4721 fi
4722
4723else
4724
4725 LINE=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}`
4726 if test "x$LINE" != x ; then
4727 eval "DEFAULT_$LINE"
4728 else
4729 no_cache=1
4730 fi
4731
4732 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS
4733
4734fi
4735
4736
4737 eval "$ac_cv_use_system_options"
4738 if test "$no_cache" != 1; then
4739 echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp
4740 fi
4741
4742 if test "$wxUSE_SYSTEM_OPTIONS" = yes; then
4743 echo "$ac_t""yes" 1>&6
4744 else
4745 echo "$ac_t""no" 1>&6
4746 fi
4747
4748
4749
4750 enablestring=
4751 echo $ac_n "checking for --${enablestring:-enable}-url""... $ac_c" 1>&6
4752echo "configure:4753: checking for --${enablestring:-enable}-url" >&5
4753 no_cache=0
4754 # Check whether --enable-url or --disable-url was given.
4755if test "${enable_url+set}" = set; then
4756 enableval="$enable_url"
4757
4758 if test "$enableval" = yes; then
4759 ac_cv_use_url='wxUSE_URL=yes'
4760 else
4761 ac_cv_use_url='wxUSE_URL=no'
4762 fi
4763
4764else
4765
4766 LINE=`grep "wxUSE_URL" ${wx_arg_cache_file}`
4767 if test "x$LINE" != x ; then
4768 eval "DEFAULT_$LINE"
4769 else
4770 no_cache=1
4771 fi
4772
4773 ac_cv_use_url='wxUSE_URL='$DEFAULT_wxUSE_URL
4774
4775fi
4776
4777
4778 eval "$ac_cv_use_url"
4779 if test "$no_cache" != 1; then
4780 echo $ac_cv_use_url >> ${wx_arg_cache_file}.tmp
4781 fi
4782
4783 if test "$wxUSE_URL" = yes; then
4784 echo "$ac_t""yes" 1>&6
4785 else
4786 echo "$ac_t""no" 1>&6
4787 fi
4788
4789
4790 enablestring=
4791 echo $ac_n "checking for --${enablestring:-enable}-protocol""... $ac_c" 1>&6
4792echo "configure:4793: checking for --${enablestring:-enable}-protocol" >&5
4793 no_cache=0
4794 # Check whether --enable-protocol or --disable-protocol was given.
4795if test "${enable_protocol+set}" = set; then
4796 enableval="$enable_protocol"
4797
4798 if test "$enableval" = yes; then
4799 ac_cv_use_protocol='wxUSE_PROTOCOL=yes'
4800 else
4801 ac_cv_use_protocol='wxUSE_PROTOCOL=no'
4802 fi
4803
4804else
4805
4806 LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
4807 if test "x$LINE" != x ; then
4808 eval "DEFAULT_$LINE"
4809 else
4810 no_cache=1
4811 fi
4812
4813 ac_cv_use_protocol='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
4814
4815fi
4816
4817
4818 eval "$ac_cv_use_protocol"
4819 if test "$no_cache" != 1; then
4820 echo $ac_cv_use_protocol >> ${wx_arg_cache_file}.tmp
4821 fi
4822
4823 if test "$wxUSE_PROTOCOL" = yes; then
4824 echo "$ac_t""yes" 1>&6
4825 else
4826 echo "$ac_t""no" 1>&6
4827 fi
4828
4829
4830 enablestring=
4831 echo $ac_n "checking for --${enablestring:-enable}-protocol_http""... $ac_c" 1>&6
4832echo "configure:4833: checking for --${enablestring:-enable}-protocol_http" >&5
4833 no_cache=0
4834 # Check whether --enable-protocol_http or --disable-protocol_http was given.
4835if test "${enable_protocol_http+set}" = set; then
4836 enableval="$enable_protocol_http"
4837
4838 if test "$enableval" = yes; then
4839 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=yes'
4840 else
4841 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=no'
4842 fi
4843
4844else
4845
4846 LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
4847 if test "x$LINE" != x ; then
4848 eval "DEFAULT_$LINE"
4849 else
4850 no_cache=1
4851 fi
4852
4853 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
4854
4855fi
4856
4857
4858 eval "$ac_cv_use_protocol_http"
4859 if test "$no_cache" != 1; then
4860 echo $ac_cv_use_protocol_http >> ${wx_arg_cache_file}.tmp
4861 fi
4862
4863 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
4864 echo "$ac_t""yes" 1>&6
4865 else
4866 echo "$ac_t""no" 1>&6
4867 fi
4868
4869
4870 enablestring=
4871 echo $ac_n "checking for --${enablestring:-enable}-protocol_ftp""... $ac_c" 1>&6
4872echo "configure:4873: checking for --${enablestring:-enable}-protocol_ftp" >&5
4873 no_cache=0
4874 # Check whether --enable-protocol_ftp or --disable-protocol_ftp was given.
4875if test "${enable_protocol_ftp+set}" = set; then
4876 enableval="$enable_protocol_ftp"
4877
4878 if test "$enableval" = yes; then
4879 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=yes'
4880 else
4881 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=no'
4882 fi
4883
4884else
4885
4886 LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
4887 if test "x$LINE" != x ; then
4888 eval "DEFAULT_$LINE"
4889 else
4890 no_cache=1
4891 fi
4892
4893 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
4894
4895fi
4896
4897
4898 eval "$ac_cv_use_protocol_ftp"
4899 if test "$no_cache" != 1; then
4900 echo $ac_cv_use_protocol_ftp >> ${wx_arg_cache_file}.tmp
4901 fi
4902
4903 if test "$wxUSE_PROTOCOL_FTP" = yes; then
4904 echo "$ac_t""yes" 1>&6
4905 else
4906 echo "$ac_t""no" 1>&6
4907 fi
4908
4909
4910 enablestring=
4911 echo $ac_n "checking for --${enablestring:-enable}-protocol_file""... $ac_c" 1>&6
4912echo "configure:4913: checking for --${enablestring:-enable}-protocol_file" >&5
4913 no_cache=0
4914 # Check whether --enable-protocol_file or --disable-protocol_file was given.
4915if test "${enable_protocol_file+set}" = set; then
4916 enableval="$enable_protocol_file"
4917
4918 if test "$enableval" = yes; then
4919 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=yes'
4920 else
4921 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=no'
4922 fi
4923
4924else
4925
4926 LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
4927 if test "x$LINE" != x ; then
4928 eval "DEFAULT_$LINE"
4929 else
4930 no_cache=1
4931 fi
4932
4933 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
4934
4935fi
4936
4937
4938 eval "$ac_cv_use_protocol_file"
4939 if test "$no_cache" != 1; then
4940 echo $ac_cv_use_protocol_file >> ${wx_arg_cache_file}.tmp
4941 fi
4942
4943 if test "$wxUSE_PROTOCOL_FILE" = yes; then
4944 echo "$ac_t""yes" 1>&6
4945 else
4946 echo "$ac_t""no" 1>&6
4947 fi
4948
4949
4950
4951
4952
4953 enablestring=
4954 echo $ac_n "checking for --${enablestring:-enable}-threads""... $ac_c" 1>&6
4955echo "configure:4956: checking for --${enablestring:-enable}-threads" >&5
4956 no_cache=0
4957 # Check whether --enable-threads or --disable-threads was given.
4958if test "${enable_threads+set}" = set; then
4959 enableval="$enable_threads"
4960
4961 if test "$enableval" = yes; then
4962 ac_cv_use_threads='wxUSE_THREADS=yes'
4963 else
4964 ac_cv_use_threads='wxUSE_THREADS=no'
4965 fi
4966
4967else
4968
4969 LINE=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
4970 if test "x$LINE" != x ; then
4971 eval "DEFAULT_$LINE"
4972 else
4973 no_cache=1
4974 fi
4975
4976 ac_cv_use_threads='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
4977
4978fi
4979
4980
4981 eval "$ac_cv_use_threads"
4982 if test "$no_cache" != 1; then
4983 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
4984 fi
4985
4986 if test "$wxUSE_THREADS" = yes; then
4987 echo "$ac_t""yes" 1>&6
4988 else
4989 echo "$ac_t""no" 1>&6
4990 fi
4991
4992
4993if test "$wxUSE_GUI" = "yes"; then
4994
4995
4996
4997 enablestring=
4998 echo $ac_n "checking for --${enablestring:-enable}-docview""... $ac_c" 1>&6
4999echo "configure:5000: checking for --${enablestring:-enable}-docview" >&5
5000 no_cache=0
5001 # Check whether --enable-docview or --disable-docview was given.
5002if test "${enable_docview+set}" = set; then
5003 enableval="$enable_docview"
5004
5005 if test "$enableval" = yes; then
5006 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
5007 else
5008 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no'
5009 fi
5010
5011else
5012
5013 LINE=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
5014 if test "x$LINE" != x ; then
5015 eval "DEFAULT_$LINE"
5016 else
5017 no_cache=1
5018 fi
5019
5020 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
5021
5022fi
5023
5024
5025 eval "$ac_cv_use_docview"
5026 if test "$no_cache" != 1; then
5027 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
5028 fi
5029
5030 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
5031 echo "$ac_t""yes" 1>&6
5032 else
5033 echo "$ac_t""no" 1>&6
5034 fi
5035
5036
5037 enablestring=
5038 echo $ac_n "checking for --${enablestring:-enable}-help""... $ac_c" 1>&6
5039echo "configure:5040: checking for --${enablestring:-enable}-help" >&5
5040 no_cache=0
5041 # Check whether --enable-help or --disable-help was given.
5042if test "${enable_help+set}" = set; then
5043 enableval="$enable_help"
5044
5045 if test "$enableval" = yes; then
5046 ac_cv_use_help='wxUSE_HELP=yes'
5047 else
5048 ac_cv_use_help='wxUSE_HELP=no'
5049 fi
5050
5051else
5052
5053 LINE=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
5054 if test "x$LINE" != x ; then
5055 eval "DEFAULT_$LINE"
5056 else
5057 no_cache=1
5058 fi
5059
5060 ac_cv_use_help='wxUSE_HELP='$DEFAULT_wxUSE_HELP
5061
5062fi
5063
5064
5065 eval "$ac_cv_use_help"
5066 if test "$no_cache" != 1; then
5067 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
5068 fi
5069
5070 if test "$wxUSE_HELP" = yes; then
5071 echo "$ac_t""yes" 1>&6
5072 else
5073 echo "$ac_t""no" 1>&6
5074 fi
5075
5076
5077 enablestring=
5078 echo $ac_n "checking for --${enablestring:-enable}-mshtmlhelp""... $ac_c" 1>&6
5079echo "configure:5080: checking for --${enablestring:-enable}-mshtmlhelp" >&5
5080 no_cache=0
5081 # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given.
5082if test "${enable_mshtmlhelp+set}" = set; then
5083 enableval="$enable_mshtmlhelp"
5084
5085 if test "$enableval" = yes; then
5086 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=yes'
5087 else
5088 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=no'
5089 fi
5090
5091else
5092
5093 LINE=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}`
5094 if test "x$LINE" != x ; then
5095 eval "DEFAULT_$LINE"
5096 else
5097 no_cache=1
5098 fi
5099
5100 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP
5101
5102fi
5103
5104
5105 eval "$ac_cv_use_mshtmlhelp"
5106 if test "$no_cache" != 1; then
5107 echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
5108 fi
5109
5110 if test "$wxUSE_MS_HTML_HELP" = yes; then
5111 echo "$ac_t""yes" 1>&6
5112 else
5113 echo "$ac_t""no" 1>&6
5114 fi
5115
5116
5117 enablestring=
5118 echo $ac_n "checking for --${enablestring:-enable}-html""... $ac_c" 1>&6
5119echo "configure:5120: checking for --${enablestring:-enable}-html" >&5
5120 no_cache=0
5121 # Check whether --enable-html or --disable-html was given.
5122if test "${enable_html+set}" = set; then
5123 enableval="$enable_html"
5124
5125 if test "$enableval" = yes; then
5126 ac_cv_use_html='wxUSE_HTML=yes'
5127 else
5128 ac_cv_use_html='wxUSE_HTML=no'
5129 fi
5130
5131else
5132
5133 LINE=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
5134 if test "x$LINE" != x ; then
5135 eval "DEFAULT_$LINE"
5136 else
5137 no_cache=1
5138 fi
5139
5140 ac_cv_use_html='wxUSE_HTML='$DEFAULT_wxUSE_HTML
5141
5142fi
5143
5144
5145 eval "$ac_cv_use_html"
5146 if test "$no_cache" != 1; then
5147 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
5148 fi
5149
5150 if test "$wxUSE_HTML" = yes; then
5151 echo "$ac_t""yes" 1>&6
5152 else
5153 echo "$ac_t""no" 1>&6
5154 fi
5155
5156
5157 enablestring=
5158 echo $ac_n "checking for --${enablestring:-enable}-htmlhelp""... $ac_c" 1>&6
5159echo "configure:5160: checking for --${enablestring:-enable}-htmlhelp" >&5
5160 no_cache=0
5161 # Check whether --enable-htmlhelp or --disable-htmlhelp was given.
5162if test "${enable_htmlhelp+set}" = set; then
5163 enableval="$enable_htmlhelp"
5164
5165 if test "$enableval" = yes; then
5166 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes'
5167 else
5168 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no'
5169 fi
5170
5171else
5172
5173 LINE=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}`
5174 if test "x$LINE" != x ; then
5175 eval "DEFAULT_$LINE"
5176 else
5177 no_cache=1
5178 fi
5179
5180 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP
5181
5182fi
5183
5184
5185 eval "$ac_cv_use_htmlhelp"
5186 if test "$no_cache" != 1; then
5187 echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
5188 fi
5189
5190 if test "$wxUSE_WXHTML_HELP" = yes; then
5191 echo "$ac_t""yes" 1>&6
5192 else
5193 echo "$ac_t""no" 1>&6
5194 fi
5195
5196
5197 enablestring=
5198 echo $ac_n "checking for --${enablestring:-enable}-constraints""... $ac_c" 1>&6
5199echo "configure:5200: checking for --${enablestring:-enable}-constraints" >&5
5200 no_cache=0
5201 # Check whether --enable-constraints or --disable-constraints was given.
5202if test "${enable_constraints+set}" = set; then
5203 enableval="$enable_constraints"
5204
5205 if test "$enableval" = yes; then
5206 ac_cv_use_constraints='wxUSE_CONSTRAINTS=yes'
5207 else
5208 ac_cv_use_constraints='wxUSE_CONSTRAINTS=no'
5209 fi
5210
5211else
5212
5213 LINE=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
5214 if test "x$LINE" != x ; then
5215 eval "DEFAULT_$LINE"
5216 else
5217 no_cache=1
5218 fi
5219
5220 ac_cv_use_constraints='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
5221
5222fi
5223
5224
5225 eval "$ac_cv_use_constraints"
5226 if test "$no_cache" != 1; then
5227 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
5228 fi
5229
5230 if test "$wxUSE_CONSTRAINTS" = yes; then
5231 echo "$ac_t""yes" 1>&6
5232 else
5233 echo "$ac_t""no" 1>&6
5234 fi
5235
5236
5237 enablestring=
5238 echo $ac_n "checking for --${enablestring:-enable}-printarch""... $ac_c" 1>&6
5239echo "configure:5240: checking for --${enablestring:-enable}-printarch" >&5
5240 no_cache=0
5241 # Check whether --enable-printarch or --disable-printarch was given.
5242if test "${enable_printarch+set}" = set; then
5243 enableval="$enable_printarch"
5244
5245 if test "$enableval" = yes; then
5246 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes'
5247 else
5248 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no'
5249 fi
5250
5251else
5252
5253 LINE=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
5254 if test "x$LINE" != x ; then
5255 eval "DEFAULT_$LINE"
5256 else
5257 no_cache=1
5258 fi
5259
5260 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
5261
5262fi
5263
5264
5265 eval "$ac_cv_use_printarch"
5266 if test "$no_cache" != 1; then
5267 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
5268 fi
5269
5270 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
5271 echo "$ac_t""yes" 1>&6
5272 else
5273 echo "$ac_t""no" 1>&6
5274 fi
5275
5276
5277 enablestring=
5278 echo $ac_n "checking for --${enablestring:-enable}-mdi""... $ac_c" 1>&6
5279echo "configure:5280: checking for --${enablestring:-enable}-mdi" >&5
5280 no_cache=0
5281 # Check whether --enable-mdi or --disable-mdi was given.
5282if test "${enable_mdi+set}" = set; then
5283 enableval="$enable_mdi"
5284
5285 if test "$enableval" = yes; then
5286 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=yes'
5287 else
5288 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=no'
5289 fi
5290
5291else
5292
5293 LINE=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
5294 if test "x$LINE" != x ; then
5295 eval "DEFAULT_$LINE"
5296 else
5297 no_cache=1
5298 fi
5299
5300 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
5301
5302fi
5303
5304
5305 eval "$ac_cv_use_mdi"
5306 if test "$no_cache" != 1; then
5307 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
5308 fi
5309
5310 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
5311 echo "$ac_t""yes" 1>&6
5312 else
5313 echo "$ac_t""no" 1>&6
5314 fi
5315
5316
5317 enablestring=
5318 echo $ac_n "checking for --${enablestring:-enable}-loggui""... $ac_c" 1>&6
5319echo "configure:5320: checking for --${enablestring:-enable}-loggui" >&5
5320 no_cache=0
5321 # Check whether --enable-loggui or --disable-loggui was given.
5322if test "${enable_loggui+set}" = set; then
5323 enableval="$enable_loggui"
5324
5325 if test "$enableval" = yes; then
5326 ac_cv_use_loggui='wxUSE_LOGGUI=yes'
5327 else
5328 ac_cv_use_loggui='wxUSE_LOGGUI=no'
5329 fi
5330
5331else
5332
5333 LINE=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
5334 if test "x$LINE" != x ; then
5335 eval "DEFAULT_$LINE"
5336 else
5337 no_cache=1
5338 fi
5339
5340 ac_cv_use_loggui='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI
5341
5342fi
5343
5344
5345 eval "$ac_cv_use_loggui"
5346 if test "$no_cache" != 1; then
5347 echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
5348 fi
5349
5350 if test "$wxUSE_LOGGUI" = yes; then
5351 echo "$ac_t""yes" 1>&6
5352 else
5353 echo "$ac_t""no" 1>&6
5354 fi
5355
5356
5357 enablestring=
5358 echo $ac_n "checking for --${enablestring:-enable}-logwin""... $ac_c" 1>&6
5359echo "configure:5360: checking for --${enablestring:-enable}-logwin" >&5
5360 no_cache=0
5361 # Check whether --enable-logwin or --disable-logwin was given.
5362if test "${enable_logwin+set}" = set; then
5363 enableval="$enable_logwin"
5364
5365 if test "$enableval" = yes; then
5366 ac_cv_use_logwin='wxUSE_LOGWINDOW=yes'
5367 else
5368 ac_cv_use_logwin='wxUSE_LOGWINDOW=no'
5369 fi
5370
5371else
5372
5373 LINE=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
5374 if test "x$LINE" != x ; then
5375 eval "DEFAULT_$LINE"
5376 else
5377 no_cache=1
5378 fi
5379
5380 ac_cv_use_logwin='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW
5381
5382fi
5383
5384
5385 eval "$ac_cv_use_logwin"
5386 if test "$no_cache" != 1; then
5387 echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
5388 fi
5389
5390 if test "$wxUSE_LOGWINDOW" = yes; then
5391 echo "$ac_t""yes" 1>&6
5392 else
5393 echo "$ac_t""no" 1>&6
5394 fi
5395
5396
5397 enablestring=
5398 echo $ac_n "checking for --${enablestring:-enable}-logdialog""... $ac_c" 1>&6
5399echo "configure:5400: checking for --${enablestring:-enable}-logdialog" >&5
5400 no_cache=0
5401 # Check whether --enable-logdialog or --disable-logdialog was given.
5402if test "${enable_logdialog+set}" = set; then
5403 enableval="$enable_logdialog"
5404
5405 if test "$enableval" = yes; then
5406 ac_cv_use_logdialog='wxUSE_LOGDIALOG=yes'
5407 else
5408 ac_cv_use_logdialog='wxUSE_LOGDIALOG=no'
5409 fi
5410
5411else
5412
5413 LINE=`grep "wxUSE_LOGDIALOG" ${wx_arg_cache_file}`
5414 if test "x$LINE" != x ; then
5415 eval "DEFAULT_$LINE"
5416 else
5417 no_cache=1
5418 fi
5419
5420 ac_cv_use_logdialog='wxUSE_LOGDIALOG='$DEFAULT_wxUSE_LOGDIALOG
5421
5422fi
5423
5424
5425 eval "$ac_cv_use_logdialog"
5426 if test "$no_cache" != 1; then
5427 echo $ac_cv_use_logdialog >> ${wx_arg_cache_file}.tmp
5428 fi
5429
5430 if test "$wxUSE_LOGDIALOG" = yes; then
5431 echo "$ac_t""yes" 1>&6
5432 else
5433 echo "$ac_t""no" 1>&6
5434 fi
5435
5436
5437
5438 enablestring=
5439 echo $ac_n "checking for --${enablestring:-enable}-postscript""... $ac_c" 1>&6
5440echo "configure:5441: checking for --${enablestring:-enable}-postscript" >&5
5441 no_cache=0
5442 # Check whether --enable-postscript or --disable-postscript was given.
5443if test "${enable_postscript+set}" = set; then
5444 enableval="$enable_postscript"
5445
5446 if test "$enableval" = yes; then
5447 ac_cv_use_postscript='wxUSE_POSTSCRIPT=yes'
5448 else
5449 ac_cv_use_postscript='wxUSE_POSTSCRIPT=no'
5450 fi
5451
5452else
5453
5454 LINE=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
5455 if test "x$LINE" != x ; then
5456 eval "DEFAULT_$LINE"
5457 else
5458 no_cache=1
5459 fi
5460
5461 ac_cv_use_postscript='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
5462
5463fi
5464
5465
5466 eval "$ac_cv_use_postscript"
5467 if test "$no_cache" != 1; then
5468 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
5469 fi
5470
5471 if test "$wxUSE_POSTSCRIPT" = yes; then
5472 echo "$ac_t""yes" 1>&6
5473 else
5474 echo "$ac_t""no" 1>&6
5475 fi
5476
5477
5478
5479
5480
5481 enablestring=
5482 echo $ac_n "checking for --${enablestring:-enable}-prologio""... $ac_c" 1>&6
5483echo "configure:5484: checking for --${enablestring:-enable}-prologio" >&5
5484 no_cache=0
5485 # Check whether --enable-prologio or --disable-prologio was given.
5486if test "${enable_prologio+set}" = set; then
5487 enableval="$enable_prologio"
5488
5489 if test "$enableval" = yes; then
5490 ac_cv_use_prologio='wxUSE_PROLOGIO=yes'
5491 else
5492 ac_cv_use_prologio='wxUSE_PROLOGIO=no'
5493 fi
5494
5495else
5496
5497 LINE=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
5498 if test "x$LINE" != x ; then
5499 eval "DEFAULT_$LINE"
5500 else
5501 no_cache=1
5502 fi
5503
5504 ac_cv_use_prologio='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
5505
5506fi
5507
5508
5509 eval "$ac_cv_use_prologio"
5510 if test "$no_cache" != 1; then
5511 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
5512 fi
5513
5514 if test "$wxUSE_PROLOGIO" = yes; then
5515 echo "$ac_t""yes" 1>&6
5516 else
5517 echo "$ac_t""no" 1>&6
5518 fi
5519
5520
5521 enablestring=
5522 echo $ac_n "checking for --${enablestring:-enable}-resources""... $ac_c" 1>&6
5523echo "configure:5524: checking for --${enablestring:-enable}-resources" >&5
5524 no_cache=0
5525 # Check whether --enable-resources or --disable-resources was given.
5526if test "${enable_resources+set}" = set; then
5527 enableval="$enable_resources"
5528
5529 if test "$enableval" = yes; then
5530 ac_cv_use_resources='wxUSE_RESOURCES=yes'
5531 else
5532 ac_cv_use_resources='wxUSE_RESOURCES=no'
5533 fi
5534
5535else
5536
5537 LINE=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
5538 if test "x$LINE" != x ; then
5539 eval "DEFAULT_$LINE"
5540 else
5541 no_cache=1
5542 fi
5543
5544 ac_cv_use_resources='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
5545
5546fi
5547
5548
5549 eval "$ac_cv_use_resources"
5550 if test "$no_cache" != 1; then
5551 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
5552 fi
5553
5554 if test "$wxUSE_RESOURCES" = yes; then
5555 echo "$ac_t""yes" 1>&6
5556 else
5557 echo "$ac_t""no" 1>&6
5558 fi
5559
5560
5561
5562 enablestring=
5563 echo $ac_n "checking for --${enablestring:-enable}-xresources""... $ac_c" 1>&6
5564echo "configure:5565: checking for --${enablestring:-enable}-xresources" >&5
5565 no_cache=0
5566 # Check whether --enable-xresources or --disable-xresources was given.
5567if test "${enable_xresources+set}" = set; then
5568 enableval="$enable_xresources"
5569
5570 if test "$enableval" = yes; then
5571 ac_cv_use_xresources='wxUSE_X_RESOURCES=yes'
5572 else
5573 ac_cv_use_xresources='wxUSE_X_RESOURCES=no'
5574 fi
5575
5576else
5577
5578 LINE=`grep "wxUSE_X_RESOURCES" ${wx_arg_cache_file}`
5579 if test "x$LINE" != x ; then
5580 eval "DEFAULT_$LINE"
5581 else
5582 no_cache=1
5583 fi
5584
5585 ac_cv_use_xresources='wxUSE_X_RESOURCES='$DEFAULT_wxUSE_X_RESOURCES
5586
5587fi
5588
5589
5590 eval "$ac_cv_use_xresources"
5591 if test "$no_cache" != 1; then
5592 echo $ac_cv_use_xresources >> ${wx_arg_cache_file}.tmp
5593 fi
5594
5595 if test "$wxUSE_X_RESOURCES" = yes; then
5596 echo "$ac_t""yes" 1>&6
5597 else
5598 echo "$ac_t""no" 1>&6
5599 fi
5600
5601
5602
5603
5604 enablestring=
5605 echo $ac_n "checking for --${enablestring:-enable}-clipboard""... $ac_c" 1>&6
5606echo "configure:5607: checking for --${enablestring:-enable}-clipboard" >&5
5607 no_cache=0
5608 # Check whether --enable-clipboard or --disable-clipboard was given.
5609if test "${enable_clipboard+set}" = set; then
5610 enableval="$enable_clipboard"
5611
5612 if test "$enableval" = yes; then
5613 ac_cv_use_clipboard='wxUSE_CLIPBOARD=yes'
5614 else
5615 ac_cv_use_clipboard='wxUSE_CLIPBOARD=no'
5616 fi
5617
5618else
5619
5620 LINE=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
5621 if test "x$LINE" != x ; then
5622 eval "DEFAULT_$LINE"
5623 else
5624 no_cache=1
5625 fi
5626
5627 ac_cv_use_clipboard='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
5628
5629fi
5630
5631
5632 eval "$ac_cv_use_clipboard"
5633 if test "$no_cache" != 1; then
5634 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
5635 fi
5636
5637 if test "$wxUSE_CLIPBOARD" = yes; then
5638 echo "$ac_t""yes" 1>&6
5639 else
5640 echo "$ac_t""no" 1>&6
5641 fi
5642
5643
5644 enablestring=
5645 echo $ac_n "checking for --${enablestring:-enable}-dnd""... $ac_c" 1>&6
5646echo "configure:5647: checking for --${enablestring:-enable}-dnd" >&5
5647 no_cache=0
5648 # Check whether --enable-dnd or --disable-dnd was given.
5649if test "${enable_dnd+set}" = set; then
5650 enableval="$enable_dnd"
5651
5652 if test "$enableval" = yes; then
5653 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes'
5654 else
5655 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=no'
5656 fi
5657
5658else
5659
5660 LINE=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
5661 if test "x$LINE" != x ; then
5662 eval "DEFAULT_$LINE"
5663 else
5664 no_cache=1
5665 fi
5666
5667 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
5668
5669fi
5670
5671
5672 eval "$ac_cv_use_dnd"
5673 if test "$no_cache" != 1; then
5674 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
5675 fi
5676
5677 if test "$wxUSE_DRAG_AND_DROP" = yes; then
5678 echo "$ac_t""yes" 1>&6
5679 else
5680 echo "$ac_t""no" 1>&6
5681 fi
5682
5683
5684 enablestring=
5685 echo $ac_n "checking for --${enablestring:-enable}-metafile""... $ac_c" 1>&6
5686echo "configure:5687: checking for --${enablestring:-enable}-metafile" >&5
5687 no_cache=0
5688 # Check whether --enable-metafile or --disable-metafile was given.
5689if test "${enable_metafile+set}" = set; then
5690 enableval="$enable_metafile"
5691
5692 if test "$enableval" = yes; then
5693 ac_cv_use_metafile='wxUSE_METAFILE=yes'
5694 else
5695 ac_cv_use_metafile='wxUSE_METAFILE=no'
5696 fi
5697
5698else
5699
5700 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
5701 if test "x$LINE" != x ; then
5702 eval "DEFAULT_$LINE"
5703 else
5704 no_cache=1
5705 fi
5706
5707 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
5708
5709fi
5710
5711
5712 eval "$ac_cv_use_metafile"
5713 if test "$no_cache" != 1; then
5714 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
5715 fi
5716
5717 if test "$wxUSE_METAFILE" = yes; then
5718 echo "$ac_t""yes" 1>&6
5719 else
5720 echo "$ac_t""no" 1>&6
5721 fi
5722
5723
5724
5725 enablestring=
5726 echo $ac_n "checking for --${enablestring:-enable}-treelayout""... $ac_c" 1>&6
5727echo "configure:5728: checking for --${enablestring:-enable}-treelayout" >&5
5728 no_cache=0
5729 # Check whether --enable-treelayout or --disable-treelayout was given.
5730if test "${enable_treelayout+set}" = set; then
5731 enableval="$enable_treelayout"
5732
5733 if test "$enableval" = yes; then
5734 ac_cv_use_treelayout='wxUSE_TREELAYOUT=yes'
5735 else
5736 ac_cv_use_treelayout='wxUSE_TREELAYOUT=no'
5737 fi
5738
5739else
5740
5741 LINE=`grep "wxUSE_TREELAYOUT" ${wx_arg_cache_file}`
5742 if test "x$LINE" != x ; then
5743 eval "DEFAULT_$LINE"
5744 else
5745 no_cache=1
5746 fi
5747
5748 ac_cv_use_treelayout='wxUSE_TREELAYOUT='$DEFAULT_wxUSE_TREELAYOUT
5749
5750fi
5751
5752
5753 eval "$ac_cv_use_treelayout"
5754 if test "$no_cache" != 1; then
5755 echo $ac_cv_use_treelayout >> ${wx_arg_cache_file}.tmp
5756 fi
5757
5758 if test "$wxUSE_TREELAYOUT" = yes; then
5759 echo "$ac_t""yes" 1>&6
5760 else
5761 echo "$ac_t""no" 1>&6
5762 fi
5763
5764
5765
5766
5767 enablestring=
5768 echo $ac_n "checking for --${enablestring:-enable}-controls""... $ac_c" 1>&6
5769echo "configure:5770: checking for --${enablestring:-enable}-controls" >&5
5770 no_cache=0
5771 # Check whether --enable-controls or --disable-controls was given.
5772if test "${enable_controls+set}" = set; then
5773 enableval="$enable_controls"
5774
5775 if test "$enableval" = yes; then
5776 ac_cv_use_controls='wxUSE_CONTROLS=yes'
5777 else
5778 ac_cv_use_controls='wxUSE_CONTROLS=no'
5779 fi
5780
5781else
5782
5783 LINE=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
5784 if test "x$LINE" != x ; then
5785 eval "DEFAULT_$LINE"
5786 else
5787 no_cache=1
5788 fi
5789
5790 ac_cv_use_controls='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
5791
5792fi
5793
5794
5795 eval "$ac_cv_use_controls"
5796 if test "$no_cache" != 1; then
5797 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
5798 fi
5799
5800 if test "$wxUSE_CONTROLS" = yes; then
5801 echo "$ac_t""yes" 1>&6
5802 else
5803 echo "$ac_t""no" 1>&6
5804 fi
5805
5806
5807if test "$wxUSE_CONTROLS" = "yes"; then
5808 DEFAULT_wxUSE_ACCEL=yes
5809 DEFAULT_wxUSE_BMPBUTTON=yes
5810 DEFAULT_wxUSE_BUTTON=yes
5811 DEFAULT_wxUSE_CALCTRL=no
5812 DEFAULT_wxUSE_CARET=yes
5813 DEFAULT_wxUSE_COMBOBOX=yes
5814 DEFAULT_wxUSE_CHECKBOX=yes
5815 DEFAULT_wxUSE_CHECKLISTBOX=yes
5816 DEFAULT_wxUSE_CHOICE=yes
5817 DEFAULT_wxUSE_GAUGE=yes
5818 DEFAULT_wxUSE_GRID=yes
5819 DEFAULT_wxUSE_NEW_GRID=yes
5820 DEFAULT_wxUSE_IMAGLIST=yes
5821 DEFAULT_wxUSE_LISTBOX=yes
5822 DEFAULT_wxUSE_LISTCTRL=yes
5823 DEFAULT_wxUSE_NOTEBOOK=yes
5824 DEFAULT_wxUSE_PROPSHEET=yes
5825 DEFAULT_wxUSE_RADIOBOX=yes
5826 DEFAULT_wxUSE_RADIOBTN=yes
5827 DEFAULT_wxUSE_SASH=yes
5828 DEFAULT_wxUSE_SCROLLBAR=yes
5829 DEFAULT_wxUSE_SLIDER=yes
5830 DEFAULT_wxUSE_SPINBTN=yes
5831 DEFAULT_wxUSE_SPINCTRL=yes
5832 DEFAULT_wxUSE_SPLITTER=yes
5833 DEFAULT_wxUSE_STATBMP=yes
5834 DEFAULT_wxUSE_STATBOX=yes
5835 DEFAULT_wxUSE_STATLINE=yes
5836 DEFAULT_wxUSE_STATUSBAR=yes
5837 DEFAULT_wxUSE_TAB_DIALOG=yes
5838 DEFAULT_wxUSE_TOGGLEBTN=yes
5839 DEFAULT_wxUSE_TOOLBAR=yes
5840 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
5841 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
5842 DEFAULT_wxUSE_TOOLTIPS=yes
5843 DEFAULT_wxUSE_TREECTRL=yes
5844 DEFAULT_wxUSE_POPUPWIN=yes
5845 DEFAULT_wxUSE_TIPWINDOW=yes
5846elif test "$wxUSE_CONTROLS" = "no"; then
5847 DEFAULT_wxUSE_ACCEL=no
5848 DEFAULT_wxUSE_BMPBUTTON=no
5849 DEFAULT_wxUSE_BUTTON=no
5850 DEFAULT_wxUSE_CALCTRL=no
5851 DEFAULT_wxUSE_CARET=no
5852 DEFAULT_wxUSE_COMBOBOX=no
5853 DEFAULT_wxUSE_CHECKBOX=no
5854 DEFAULT_wxUSE_CHECKLISTBOX=no
5855 DEFAULT_wxUSE_CHOICE=no
5856 DEFAULT_wxUSE_GAUGE=no
5857 DEFAULT_wxUSE_GRID=no
5858 DEFAULT_wxUSE_NEW_GRID=no
5859 DEFAULT_wxUSE_IMAGLIST=no
5860 DEFAULT_wxUSE_LISTBOX=no
5861 DEFAULT_wxUSE_LISTCTRL=no
5862 DEFAULT_wxUSE_NOTEBOOK=no
5863 DEFAULT_wxUSE_PROPSHEET=no
5864 DEFAULT_wxUSE_RADIOBOX=no
5865 DEFAULT_wxUSE_RADIOBTN=no
5866 DEFAULT_wxUSE_SASH=no
5867 DEFAULT_wxUSE_SCROLLBAR=no
5868 DEFAULT_wxUSE_SLIDER=no
5869 DEFAULT_wxUSE_SPINBTN=no
5870 DEFAULT_wxUSE_SPINCTRL=no
5871 DEFAULT_wxUSE_SPLITTER=no
5872 DEFAULT_wxUSE_STATBMP=no
5873 DEFAULT_wxUSE_STATBOX=no
5874 DEFAULT_wxUSE_STATLINE=no
5875 DEFAULT_wxUSE_STATUSBAR=no
5876 DEFAULT_wxUSE_TAB_DIALOG=no
5877 DEFAULT_wxUSE_TOGGLEBTN=no
5878 DEFAULT_wxUSE_TOOLBAR=no
5879 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
5880 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
5881 DEFAULT_wxUSE_TOOLTIPS=no
5882 DEFAULT_wxUSE_TREECTRL=no
5883 DEFAULT_wxUSE_POPUPWIN=no
5884 DEFAULT_wxUSE_TIPWINDOW=no
5885fi
5886
5887
5888 enablestring=
5889 echo $ac_n "checking for --${enablestring:-enable}-accel""... $ac_c" 1>&6
5890echo "configure:5891: checking for --${enablestring:-enable}-accel" >&5
5891 no_cache=0
5892 # Check whether --enable-accel or --disable-accel was given.
5893if test "${enable_accel+set}" = set; then
5894 enableval="$enable_accel"
5895
5896 if test "$enableval" = yes; then
5897 ac_cv_use_accel='wxUSE_ACCEL=yes'
5898 else
5899 ac_cv_use_accel='wxUSE_ACCEL=no'
5900 fi
5901
5902else
5903
5904 LINE=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
5905 if test "x$LINE" != x ; then
5906 eval "DEFAULT_$LINE"
5907 else
5908 no_cache=1
5909 fi
5910
5911 ac_cv_use_accel='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
5912
5913fi
5914
5915
5916 eval "$ac_cv_use_accel"
5917 if test "$no_cache" != 1; then
5918 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
5919 fi
5920
5921 if test "$wxUSE_ACCEL" = yes; then
5922 echo "$ac_t""yes" 1>&6
5923 else
5924 echo "$ac_t""no" 1>&6
5925 fi
5926
5927
5928 enablestring=
5929 echo $ac_n "checking for --${enablestring:-enable}-button""... $ac_c" 1>&6
5930echo "configure:5931: checking for --${enablestring:-enable}-button" >&5
5931 no_cache=0
5932 # Check whether --enable-button or --disable-button was given.
5933if test "${enable_button+set}" = set; then
5934 enableval="$enable_button"
5935
5936 if test "$enableval" = yes; then
5937 ac_cv_use_button='wxUSE_BUTTON=yes'
5938 else
5939 ac_cv_use_button='wxUSE_BUTTON=no'
5940 fi
5941
5942else
5943
5944 LINE=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
5945 if test "x$LINE" != x ; then
5946 eval "DEFAULT_$LINE"
5947 else
5948 no_cache=1
5949 fi
5950
5951 ac_cv_use_button='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON
5952
5953fi
5954
5955
5956 eval "$ac_cv_use_button"
5957 if test "$no_cache" != 1; then
5958 echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
5959 fi
5960
5961 if test "$wxUSE_BUTTON" = yes; then
5962 echo "$ac_t""yes" 1>&6
5963 else
5964 echo "$ac_t""no" 1>&6
5965 fi
5966
5967
5968 enablestring=
5969 echo $ac_n "checking for --${enablestring:-enable}-bmpbutton""... $ac_c" 1>&6
5970echo "configure:5971: checking for --${enablestring:-enable}-bmpbutton" >&5
5971 no_cache=0
5972 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
5973if test "${enable_bmpbutton+set}" = set; then
5974 enableval="$enable_bmpbutton"
5975
5976 if test "$enableval" = yes; then
5977 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes'
5978 else
5979 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
5980 fi
5981
5982else
5983
5984 LINE=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
5985 if test "x$LINE" != x ; then
5986 eval "DEFAULT_$LINE"
5987 else
5988 no_cache=1
5989 fi
5990
5991 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
5992
5993fi
5994
5995
5996 eval "$ac_cv_use_bmpbutton"
5997 if test "$no_cache" != 1; then
5998 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
5999 fi
6000
6001 if test "$wxUSE_BMPBUTTON" = yes; then
6002 echo "$ac_t""yes" 1>&6
6003 else
6004 echo "$ac_t""no" 1>&6
6005 fi
6006
6007
6008 enablestring=
6009 echo $ac_n "checking for --${enablestring:-enable}-calendar""... $ac_c" 1>&6
6010echo "configure:6011: checking for --${enablestring:-enable}-calendar" >&5
6011 no_cache=0
6012 # Check whether --enable-calendar or --disable-calendar was given.
6013if test "${enable_calendar+set}" = set; then
6014 enableval="$enable_calendar"
6015
6016 if test "$enableval" = yes; then
6017 ac_cv_use_calendar='wxUSE_CALCTRL=yes'
6018 else
6019 ac_cv_use_calendar='wxUSE_CALCTRL=no'
6020 fi
6021
6022else
6023
6024 LINE=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
6025 if test "x$LINE" != x ; then
6026 eval "DEFAULT_$LINE"
6027 else
6028 no_cache=1
6029 fi
6030
6031 ac_cv_use_calendar='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL
6032
6033fi
6034
6035
6036 eval "$ac_cv_use_calendar"
6037 if test "$no_cache" != 1; then
6038 echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
6039 fi
6040
6041 if test "$wxUSE_CALCTRL" = yes; then
6042 echo "$ac_t""yes" 1>&6
6043 else
6044 echo "$ac_t""no" 1>&6
6045 fi
6046
6047
6048 enablestring=
6049 echo $ac_n "checking for --${enablestring:-enable}-caret""... $ac_c" 1>&6
6050echo "configure:6051: checking for --${enablestring:-enable}-caret" >&5
6051 no_cache=0
6052 # Check whether --enable-caret or --disable-caret was given.
6053if test "${enable_caret+set}" = set; then
6054 enableval="$enable_caret"
6055
6056 if test "$enableval" = yes; then
6057 ac_cv_use_caret='wxUSE_CARET=yes'
6058 else
6059 ac_cv_use_caret='wxUSE_CARET=no'
6060 fi
6061
6062else
6063
6064 LINE=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
6065 if test "x$LINE" != x ; then
6066 eval "DEFAULT_$LINE"
6067 else
6068 no_cache=1
6069 fi
6070
6071 ac_cv_use_caret='wxUSE_CARET='$DEFAULT_wxUSE_CARET
6072
6073fi
6074
6075
6076 eval "$ac_cv_use_caret"
6077 if test "$no_cache" != 1; then
6078 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
6079 fi
6080
6081 if test "$wxUSE_CARET" = yes; then
6082 echo "$ac_t""yes" 1>&6
6083 else
6084 echo "$ac_t""no" 1>&6
6085 fi
6086
6087
6088 enablestring=
6089 echo $ac_n "checking for --${enablestring:-enable}-checkbox""... $ac_c" 1>&6
6090echo "configure:6091: checking for --${enablestring:-enable}-checkbox" >&5
6091 no_cache=0
6092 # Check whether --enable-checkbox or --disable-checkbox was given.
6093if test "${enable_checkbox+set}" = set; then
6094 enableval="$enable_checkbox"
6095
6096 if test "$enableval" = yes; then
6097 ac_cv_use_checkbox='wxUSE_CHECKBOX=yes'
6098 else
6099 ac_cv_use_checkbox='wxUSE_CHECKBOX=no'
6100 fi
6101
6102else
6103
6104 LINE=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
6105 if test "x$LINE" != x ; then
6106 eval "DEFAULT_$LINE"
6107 else
6108 no_cache=1
6109 fi
6110
6111 ac_cv_use_checkbox='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
6112
6113fi
6114
6115
6116 eval "$ac_cv_use_checkbox"
6117 if test "$no_cache" != 1; then
6118 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
6119 fi
6120
6121 if test "$wxUSE_CHECKBOX" = yes; then
6122 echo "$ac_t""yes" 1>&6
6123 else
6124 echo "$ac_t""no" 1>&6
6125 fi
6126
6127
6128 enablestring=
6129 echo $ac_n "checking for --${enablestring:-enable}-checklst""... $ac_c" 1>&6
6130echo "configure:6131: checking for --${enablestring:-enable}-checklst" >&5
6131 no_cache=0
6132 # Check whether --enable-checklst or --disable-checklst was given.
6133if test "${enable_checklst+set}" = set; then
6134 enableval="$enable_checklst"
6135
6136 if test "$enableval" = yes; then
6137 ac_cv_use_checklst='wxUSE_CHECKLST=yes'
6138 else
6139 ac_cv_use_checklst='wxUSE_CHECKLST=no'
6140 fi
6141
6142else
6143
6144 LINE=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
6145 if test "x$LINE" != x ; then
6146 eval "DEFAULT_$LINE"
6147 else
6148 no_cache=1
6149 fi
6150
6151 ac_cv_use_checklst='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
6152
6153fi
6154
6155
6156 eval "$ac_cv_use_checklst"
6157 if test "$no_cache" != 1; then
6158 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
6159 fi
6160
6161 if test "$wxUSE_CHECKLST" = yes; then
6162 echo "$ac_t""yes" 1>&6
6163 else
6164 echo "$ac_t""no" 1>&6
6165 fi
6166
6167
6168 enablestring=
6169 echo $ac_n "checking for --${enablestring:-enable}-choice""... $ac_c" 1>&6
6170echo "configure:6171: checking for --${enablestring:-enable}-choice" >&5
6171 no_cache=0
6172 # Check whether --enable-choice or --disable-choice was given.
6173if test "${enable_choice+set}" = set; then
6174 enableval="$enable_choice"
6175
6176 if test "$enableval" = yes; then
6177 ac_cv_use_choice='wxUSE_CHOICE=yes'
6178 else
6179 ac_cv_use_choice='wxUSE_CHOICE=no'
6180 fi
6181
6182else
6183
6184 LINE=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
6185 if test "x$LINE" != x ; then
6186 eval "DEFAULT_$LINE"
6187 else
6188 no_cache=1
6189 fi
6190
6191 ac_cv_use_choice='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
6192
6193fi
6194
6195
6196 eval "$ac_cv_use_choice"
6197 if test "$no_cache" != 1; then
6198 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
6199 fi
6200
6201 if test "$wxUSE_CHOICE" = yes; then
6202 echo "$ac_t""yes" 1>&6
6203 else
6204 echo "$ac_t""no" 1>&6
6205 fi
6206
6207
6208 enablestring=
6209 echo $ac_n "checking for --${enablestring:-enable}-combobox""... $ac_c" 1>&6
6210echo "configure:6211: checking for --${enablestring:-enable}-combobox" >&5
6211 no_cache=0
6212 # Check whether --enable-combobox or --disable-combobox was given.
6213if test "${enable_combobox+set}" = set; then
6214 enableval="$enable_combobox"
6215
6216 if test "$enableval" = yes; then
6217 ac_cv_use_combobox='wxUSE_COMBOBOX=yes'
6218 else
6219 ac_cv_use_combobox='wxUSE_COMBOBOX=no'
6220 fi
6221
6222else
6223
6224 LINE=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
6225 if test "x$LINE" != x ; then
6226 eval "DEFAULT_$LINE"
6227 else
6228 no_cache=1
6229 fi
6230
6231 ac_cv_use_combobox='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
6232
6233fi
6234
6235
6236 eval "$ac_cv_use_combobox"
6237 if test "$no_cache" != 1; then
6238 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
6239 fi
6240
6241 if test "$wxUSE_COMBOBOX" = yes; then
6242 echo "$ac_t""yes" 1>&6
6243 else
6244 echo "$ac_t""no" 1>&6
6245 fi
6246
6247
6248 enablestring=
6249 echo $ac_n "checking for --${enablestring:-enable}-gauge""... $ac_c" 1>&6
6250echo "configure:6251: checking for --${enablestring:-enable}-gauge" >&5
6251 no_cache=0
6252 # Check whether --enable-gauge or --disable-gauge was given.
6253if test "${enable_gauge+set}" = set; then
6254 enableval="$enable_gauge"
6255
6256 if test "$enableval" = yes; then
6257 ac_cv_use_gauge='wxUSE_GAUGE=yes'
6258 else
6259 ac_cv_use_gauge='wxUSE_GAUGE=no'
6260 fi
6261
6262else
6263
6264 LINE=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
6265 if test "x$LINE" != x ; then
6266 eval "DEFAULT_$LINE"
6267 else
6268 no_cache=1
6269 fi
6270
6271 ac_cv_use_gauge='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
6272
6273fi
6274
6275
6276 eval "$ac_cv_use_gauge"
6277 if test "$no_cache" != 1; then
6278 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
6279 fi
6280
6281 if test "$wxUSE_GAUGE" = yes; then
6282 echo "$ac_t""yes" 1>&6
6283 else
6284 echo "$ac_t""no" 1>&6
6285 fi
6286
6287
6288 enablestring=
6289 echo $ac_n "checking for --${enablestring:-enable}-grid""... $ac_c" 1>&6
6290echo "configure:6291: checking for --${enablestring:-enable}-grid" >&5
6291 no_cache=0
6292 # Check whether --enable-grid or --disable-grid was given.
6293if test "${enable_grid+set}" = set; then
6294 enableval="$enable_grid"
6295
6296 if test "$enableval" = yes; then
6297 ac_cv_use_grid='wxUSE_GRID=yes'
6298 else
6299 ac_cv_use_grid='wxUSE_GRID=no'
6300 fi
6301
6302else
6303
6304 LINE=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
6305 if test "x$LINE" != x ; then
6306 eval "DEFAULT_$LINE"
6307 else
6308 no_cache=1
6309 fi
6310
6311 ac_cv_use_grid='wxUSE_GRID='$DEFAULT_wxUSE_GRID
6312
6313fi
6314
6315
6316 eval "$ac_cv_use_grid"
6317 if test "$no_cache" != 1; then
6318 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
6319 fi
6320
6321 if test "$wxUSE_GRID" = yes; then
6322 echo "$ac_t""yes" 1>&6
6323 else
6324 echo "$ac_t""no" 1>&6
6325 fi
6326
6327
6328 enablestring=
6329 echo $ac_n "checking for --${enablestring:-enable}-newgrid""... $ac_c" 1>&6
6330echo "configure:6331: checking for --${enablestring:-enable}-newgrid" >&5
6331 no_cache=0
6332 # Check whether --enable-newgrid or --disable-newgrid was given.
6333if test "${enable_newgrid+set}" = set; then
6334 enableval="$enable_newgrid"
6335
6336 if test "$enableval" = yes; then
6337 ac_cv_use_newgrid='wxUSE_NEW_GRID=yes'
6338 else
6339 ac_cv_use_newgrid='wxUSE_NEW_GRID=no'
6340 fi
6341
6342else
6343
6344 LINE=`grep "wxUSE_NEW_GRID" ${wx_arg_cache_file}`
6345 if test "x$LINE" != x ; then
6346 eval "DEFAULT_$LINE"
6347 else
6348 no_cache=1
6349 fi
6350
6351 ac_cv_use_newgrid='wxUSE_NEW_GRID='$DEFAULT_wxUSE_NEW_GRID
6352
6353fi
6354
6355
6356 eval "$ac_cv_use_newgrid"
6357 if test "$no_cache" != 1; then
6358 echo $ac_cv_use_newgrid >> ${wx_arg_cache_file}.tmp
6359 fi
6360
6361 if test "$wxUSE_NEW_GRID" = yes; then
6362 echo "$ac_t""yes" 1>&6
6363 else
6364 echo "$ac_t""no" 1>&6
6365 fi
6366
6367
6368 enablestring=
6369 echo $ac_n "checking for --${enablestring:-enable}-imaglist""... $ac_c" 1>&6
6370echo "configure:6371: checking for --${enablestring:-enable}-imaglist" >&5
6371 no_cache=0
6372 # Check whether --enable-imaglist or --disable-imaglist was given.
6373if test "${enable_imaglist+set}" = set; then
6374 enableval="$enable_imaglist"
6375
6376 if test "$enableval" = yes; then
6377 ac_cv_use_imaglist='wxUSE_IMAGLIST=yes'
6378 else
6379 ac_cv_use_imaglist='wxUSE_IMAGLIST=no'
6380 fi
6381
6382else
6383
6384 LINE=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
6385 if test "x$LINE" != x ; then
6386 eval "DEFAULT_$LINE"
6387 else
6388 no_cache=1
6389 fi
6390
6391 ac_cv_use_imaglist='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
6392
6393fi
6394
6395
6396 eval "$ac_cv_use_imaglist"
6397 if test "$no_cache" != 1; then
6398 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
6399 fi
6400
6401 if test "$wxUSE_IMAGLIST" = yes; then
6402 echo "$ac_t""yes" 1>&6
6403 else
6404 echo "$ac_t""no" 1>&6
6405 fi
6406
6407
6408 enablestring=
6409 echo $ac_n "checking for --${enablestring:-enable}-listbox""... $ac_c" 1>&6
6410echo "configure:6411: checking for --${enablestring:-enable}-listbox" >&5
6411 no_cache=0
6412 # Check whether --enable-listbox or --disable-listbox was given.
6413if test "${enable_listbox+set}" = set; then
6414 enableval="$enable_listbox"
6415
6416 if test "$enableval" = yes; then
6417 ac_cv_use_listbox='wxUSE_LISTBOX=yes'
6418 else
6419 ac_cv_use_listbox='wxUSE_LISTBOX=no'
6420 fi
6421
6422else
6423
6424 LINE=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
6425 if test "x$LINE" != x ; then
6426 eval "DEFAULT_$LINE"
6427 else
6428 no_cache=1
6429 fi
6430
6431 ac_cv_use_listbox='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
6432
6433fi
6434
6435
6436 eval "$ac_cv_use_listbox"
6437 if test "$no_cache" != 1; then
6438 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
6439 fi
6440
6441 if test "$wxUSE_LISTBOX" = yes; then
6442 echo "$ac_t""yes" 1>&6
6443 else
6444 echo "$ac_t""no" 1>&6
6445 fi
6446
6447
6448 enablestring=
6449 echo $ac_n "checking for --${enablestring:-enable}-listctrl""... $ac_c" 1>&6
6450echo "configure:6451: checking for --${enablestring:-enable}-listctrl" >&5
6451 no_cache=0
6452 # Check whether --enable-listctrl or --disable-listctrl was given.
6453if test "${enable_listctrl+set}" = set; then
6454 enableval="$enable_listctrl"
6455
6456 if test "$enableval" = yes; then
6457 ac_cv_use_listctrl='wxUSE_LISTCTRL=yes'
6458 else
6459 ac_cv_use_listctrl='wxUSE_LISTCTRL=no'
6460 fi
6461
6462else
6463
6464 LINE=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
6465 if test "x$LINE" != x ; then
6466 eval "DEFAULT_$LINE"
6467 else
6468 no_cache=1
6469 fi
6470
6471 ac_cv_use_listctrl='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
6472
6473fi
6474
6475
6476 eval "$ac_cv_use_listctrl"
6477 if test "$no_cache" != 1; then
6478 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
6479 fi
6480
6481 if test "$wxUSE_LISTCTRL" = yes; then
6482 echo "$ac_t""yes" 1>&6
6483 else
6484 echo "$ac_t""no" 1>&6
6485 fi
6486
6487
6488 enablestring=
6489 echo $ac_n "checking for --${enablestring:-enable}-notebook""... $ac_c" 1>&6
6490echo "configure:6491: checking for --${enablestring:-enable}-notebook" >&5
6491 no_cache=0
6492 # Check whether --enable-notebook or --disable-notebook was given.
6493if test "${enable_notebook+set}" = set; then
6494 enableval="$enable_notebook"
6495
6496 if test "$enableval" = yes; then
6497 ac_cv_use_notebook='wxUSE_NOTEBOOK=yes'
6498 else
6499 ac_cv_use_notebook='wxUSE_NOTEBOOK=no'
6500 fi
6501
6502else
6503
6504 LINE=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
6505 if test "x$LINE" != x ; then
6506 eval "DEFAULT_$LINE"
6507 else
6508 no_cache=1
6509 fi
6510
6511 ac_cv_use_notebook='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
6512
6513fi
6514
6515
6516 eval "$ac_cv_use_notebook"
6517 if test "$no_cache" != 1; then
6518 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
6519 fi
6520
6521 if test "$wxUSE_NOTEBOOK" = yes; then
6522 echo "$ac_t""yes" 1>&6
6523 else
6524 echo "$ac_t""no" 1>&6
6525 fi
6526
6527
6528 enablestring=
6529 echo $ac_n "checking for --${enablestring:-enable}-propsheet""... $ac_c" 1>&6
6530echo "configure:6531: checking for --${enablestring:-enable}-propsheet" >&5
6531 no_cache=0
6532 # Check whether --enable-propsheet or --disable-propsheet was given.
6533if test "${enable_propsheet+set}" = set; then
6534 enableval="$enable_propsheet"
6535
6536 if test "$enableval" = yes; then
6537 ac_cv_use_propsheet='wxUSE_PROPSHEET=yes'
6538 else
6539 ac_cv_use_propsheet='wxUSE_PROPSHEET=no'
6540 fi
6541
6542else
6543
6544 LINE=`grep "wxUSE_PROPSHEET" ${wx_arg_cache_file}`
6545 if test "x$LINE" != x ; then
6546 eval "DEFAULT_$LINE"
6547 else
6548 no_cache=1
6549 fi
6550
6551 ac_cv_use_propsheet='wxUSE_PROPSHEET='$DEFAULT_wxUSE_PROPSHEET
6552
6553fi
6554
6555
6556 eval "$ac_cv_use_propsheet"
6557 if test "$no_cache" != 1; then
6558 echo $ac_cv_use_propsheet >> ${wx_arg_cache_file}.tmp
6559 fi
6560
6561 if test "$wxUSE_PROPSHEET" = yes; then
6562 echo "$ac_t""yes" 1>&6
6563 else
6564 echo "$ac_t""no" 1>&6
6565 fi
6566
6567
6568 enablestring=
6569 echo $ac_n "checking for --${enablestring:-enable}-radiobox""... $ac_c" 1>&6
6570echo "configure:6571: checking for --${enablestring:-enable}-radiobox" >&5
6571 no_cache=0
6572 # Check whether --enable-radiobox or --disable-radiobox was given.
6573if test "${enable_radiobox+set}" = set; then
6574 enableval="$enable_radiobox"
6575
6576 if test "$enableval" = yes; then
6577 ac_cv_use_radiobox='wxUSE_RADIOBOX=yes'
6578 else
6579 ac_cv_use_radiobox='wxUSE_RADIOBOX=no'
6580 fi
6581
6582else
6583
6584 LINE=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
6585 if test "x$LINE" != x ; then
6586 eval "DEFAULT_$LINE"
6587 else
6588 no_cache=1
6589 fi
6590
6591 ac_cv_use_radiobox='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
6592
6593fi
6594
6595
6596 eval "$ac_cv_use_radiobox"
6597 if test "$no_cache" != 1; then
6598 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
6599 fi
6600
6601 if test "$wxUSE_RADIOBOX" = yes; then
6602 echo "$ac_t""yes" 1>&6
6603 else
6604 echo "$ac_t""no" 1>&6
6605 fi
6606
6607
6608 enablestring=
6609 echo $ac_n "checking for --${enablestring:-enable}-radiobtn""... $ac_c" 1>&6
6610echo "configure:6611: checking for --${enablestring:-enable}-radiobtn" >&5
6611 no_cache=0
6612 # Check whether --enable-radiobtn or --disable-radiobtn was given.
6613if test "${enable_radiobtn+set}" = set; then
6614 enableval="$enable_radiobtn"
6615
6616 if test "$enableval" = yes; then
6617 ac_cv_use_radiobtn='wxUSE_RADIOBTN=yes'
6618 else
6619 ac_cv_use_radiobtn='wxUSE_RADIOBTN=no'
6620 fi
6621
6622else
6623
6624 LINE=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
6625 if test "x$LINE" != x ; then
6626 eval "DEFAULT_$LINE"
6627 else
6628 no_cache=1
6629 fi
6630
6631 ac_cv_use_radiobtn='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
6632
6633fi
6634
6635
6636 eval "$ac_cv_use_radiobtn"
6637 if test "$no_cache" != 1; then
6638 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
6639 fi
6640
6641 if test "$wxUSE_RADIOBTN" = yes; then
6642 echo "$ac_t""yes" 1>&6
6643 else
6644 echo "$ac_t""no" 1>&6
6645 fi
6646
6647
6648 enablestring=
6649 echo $ac_n "checking for --${enablestring:-enable}-sash""... $ac_c" 1>&6
6650echo "configure:6651: checking for --${enablestring:-enable}-sash" >&5
6651 no_cache=0
6652 # Check whether --enable-sash or --disable-sash was given.
6653if test "${enable_sash+set}" = set; then
6654 enableval="$enable_sash"
6655
6656 if test "$enableval" = yes; then
6657 ac_cv_use_sash='wxUSE_SASH=yes'
6658 else
6659 ac_cv_use_sash='wxUSE_SASH=no'
6660 fi
6661
6662else
6663
6664 LINE=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
6665 if test "x$LINE" != x ; then
6666 eval "DEFAULT_$LINE"
6667 else
6668 no_cache=1
6669 fi
6670
6671 ac_cv_use_sash='wxUSE_SASH='$DEFAULT_wxUSE_SASH
6672
6673fi
6674
6675
6676 eval "$ac_cv_use_sash"
6677 if test "$no_cache" != 1; then
6678 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
6679 fi
6680
6681 if test "$wxUSE_SASH" = yes; then
6682 echo "$ac_t""yes" 1>&6
6683 else
6684 echo "$ac_t""no" 1>&6
6685 fi
6686
6687
6688 enablestring=
6689 echo $ac_n "checking for --${enablestring:-enable}-scrollbar""... $ac_c" 1>&6
6690echo "configure:6691: checking for --${enablestring:-enable}-scrollbar" >&5
6691 no_cache=0
6692 # Check whether --enable-scrollbar or --disable-scrollbar was given.
6693if test "${enable_scrollbar+set}" = set; then
6694 enableval="$enable_scrollbar"
6695
6696 if test "$enableval" = yes; then
6697 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=yes'
6698 else
6699 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=no'
6700 fi
6701
6702else
6703
6704 LINE=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
6705 if test "x$LINE" != x ; then
6706 eval "DEFAULT_$LINE"
6707 else
6708 no_cache=1
6709 fi
6710
6711 ac_cv_use_scrollbar='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
6712
6713fi
6714
6715
6716 eval "$ac_cv_use_scrollbar"
6717 if test "$no_cache" != 1; then
6718 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
6719 fi
6720
6721 if test "$wxUSE_SCROLLBAR" = yes; then
6722 echo "$ac_t""yes" 1>&6
6723 else
6724 echo "$ac_t""no" 1>&6
6725 fi
6726
6727
6728 enablestring=
6729 echo $ac_n "checking for --${enablestring:-enable}-slider""... $ac_c" 1>&6
6730echo "configure:6731: checking for --${enablestring:-enable}-slider" >&5
6731 no_cache=0
6732 # Check whether --enable-slider or --disable-slider was given.
6733if test "${enable_slider+set}" = set; then
6734 enableval="$enable_slider"
6735
6736 if test "$enableval" = yes; then
6737 ac_cv_use_slider='wxUSE_SLIDER=yes'
6738 else
6739 ac_cv_use_slider='wxUSE_SLIDER=no'
6740 fi
6741
6742else
6743
6744 LINE=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
6745 if test "x$LINE" != x ; then
6746 eval "DEFAULT_$LINE"
6747 else
6748 no_cache=1
6749 fi
6750
6751 ac_cv_use_slider='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
6752
6753fi
6754
6755
6756 eval "$ac_cv_use_slider"
6757 if test "$no_cache" != 1; then
6758 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
6759 fi
6760
6761 if test "$wxUSE_SLIDER" = yes; then
6762 echo "$ac_t""yes" 1>&6
6763 else
6764 echo "$ac_t""no" 1>&6
6765 fi
6766
6767
6768 enablestring=
6769 echo $ac_n "checking for --${enablestring:-enable}-spinbtn""... $ac_c" 1>&6
6770echo "configure:6771: checking for --${enablestring:-enable}-spinbtn" >&5
6771 no_cache=0
6772 # Check whether --enable-spinbtn or --disable-spinbtn was given.
6773if test "${enable_spinbtn+set}" = set; then
6774 enableval="$enable_spinbtn"
6775
6776 if test "$enableval" = yes; then
6777 ac_cv_use_spinbtn='wxUSE_SPINBTN=yes'
6778 else
6779 ac_cv_use_spinbtn='wxUSE_SPINBTN=no'
6780 fi
6781
6782else
6783
6784 LINE=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
6785 if test "x$LINE" != x ; then
6786 eval "DEFAULT_$LINE"
6787 else
6788 no_cache=1
6789 fi
6790
6791 ac_cv_use_spinbtn='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
6792
6793fi
6794
6795
6796 eval "$ac_cv_use_spinbtn"
6797 if test "$no_cache" != 1; then
6798 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
6799 fi
6800
6801 if test "$wxUSE_SPINBTN" = yes; then
6802 echo "$ac_t""yes" 1>&6
6803 else
6804 echo "$ac_t""no" 1>&6
6805 fi
6806
6807
6808 enablestring=
6809 echo $ac_n "checking for --${enablestring:-enable}-spinctrl""... $ac_c" 1>&6
6810echo "configure:6811: checking for --${enablestring:-enable}-spinctrl" >&5
6811 no_cache=0
6812 # Check whether --enable-spinctrl or --disable-spinctrl was given.
6813if test "${enable_spinctrl+set}" = set; then
6814 enableval="$enable_spinctrl"
6815
6816 if test "$enableval" = yes; then
6817 ac_cv_use_spinctrl='wxUSE_SPINCTRL=yes'
6818 else
6819 ac_cv_use_spinctrl='wxUSE_SPINCTRL=no'
6820 fi
6821
6822else
6823
6824 LINE=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
6825 if test "x$LINE" != x ; then
6826 eval "DEFAULT_$LINE"
6827 else
6828 no_cache=1
6829 fi
6830
6831 ac_cv_use_spinctrl='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
6832
6833fi
6834
6835
6836 eval "$ac_cv_use_spinctrl"
6837 if test "$no_cache" != 1; then
6838 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
6839 fi
6840
6841 if test "$wxUSE_SPINCTRL" = yes; then
6842 echo "$ac_t""yes" 1>&6
6843 else
6844 echo "$ac_t""no" 1>&6
6845 fi
6846
6847
6848 enablestring=
6849 echo $ac_n "checking for --${enablestring:-enable}-splitter""... $ac_c" 1>&6
6850echo "configure:6851: checking for --${enablestring:-enable}-splitter" >&5
6851 no_cache=0
6852 # Check whether --enable-splitter or --disable-splitter was given.
6853if test "${enable_splitter+set}" = set; then
6854 enableval="$enable_splitter"
6855
6856 if test "$enableval" = yes; then
6857 ac_cv_use_splitter='wxUSE_SPLITTER=yes'
6858 else
6859 ac_cv_use_splitter='wxUSE_SPLITTER=no'
6860 fi
6861
6862else
6863
6864 LINE=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
6865 if test "x$LINE" != x ; then
6866 eval "DEFAULT_$LINE"
6867 else
6868 no_cache=1
6869 fi
6870
6871 ac_cv_use_splitter='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
6872
6873fi
6874
6875
6876 eval "$ac_cv_use_splitter"
6877 if test "$no_cache" != 1; then
6878 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
6879 fi
6880
6881 if test "$wxUSE_SPLITTER" = yes; then
6882 echo "$ac_t""yes" 1>&6
6883 else
6884 echo "$ac_t""no" 1>&6
6885 fi
6886
6887
6888 enablestring=
6889 echo $ac_n "checking for --${enablestring:-enable}-statbmp""... $ac_c" 1>&6
6890echo "configure:6891: checking for --${enablestring:-enable}-statbmp" >&5
6891 no_cache=0
6892 # Check whether --enable-statbmp or --disable-statbmp was given.
6893if test "${enable_statbmp+set}" = set; then
6894 enableval="$enable_statbmp"
6895
6896 if test "$enableval" = yes; then
6897 ac_cv_use_statbmp='wxUSE_STATBMP=yes'
6898 else
6899 ac_cv_use_statbmp='wxUSE_STATBMP=no'
6900 fi
6901
6902else
6903
6904 LINE=`grep "wxUSE_STATBMP" ${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_statbmp='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
6912
6913fi
6914
6915
6916 eval "$ac_cv_use_statbmp"
6917 if test "$no_cache" != 1; then
6918 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
6919 fi
6920
6921 if test "$wxUSE_STATBMP" = yes; then
6922 echo "$ac_t""yes" 1>&6
6923 else
6924 echo "$ac_t""no" 1>&6
6925 fi
6926
6927
6928 enablestring=
6929 echo $ac_n "checking for --${enablestring:-enable}-statbox""... $ac_c" 1>&6
6930echo "configure:6931: checking for --${enablestring:-enable}-statbox" >&5
6931 no_cache=0
6932 # Check whether --enable-statbox or --disable-statbox was given.
6933if test "${enable_statbox+set}" = set; then
6934 enableval="$enable_statbox"
6935
6936 if test "$enableval" = yes; then
6937 ac_cv_use_statbox='wxUSE_STATBOX=yes'
6938 else
6939 ac_cv_use_statbox='wxUSE_STATBOX=no'
6940 fi
6941
6942else
6943
6944 LINE=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
6945 if test "x$LINE" != x ; then
6946 eval "DEFAULT_$LINE"
6947 else
6948 no_cache=1
6949 fi
6950
6951 ac_cv_use_statbox='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
6952
6953fi
6954
6955
6956 eval "$ac_cv_use_statbox"
6957 if test "$no_cache" != 1; then
6958 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
6959 fi
6960
6961 if test "$wxUSE_STATBOX" = yes; then
6962 echo "$ac_t""yes" 1>&6
6963 else
6964 echo "$ac_t""no" 1>&6
6965 fi
6966
6967
6968 enablestring=
6969 echo $ac_n "checking for --${enablestring:-enable}-statline""... $ac_c" 1>&6
6970echo "configure:6971: checking for --${enablestring:-enable}-statline" >&5
6971 no_cache=0
6972 # Check whether --enable-statline or --disable-statline was given.
6973if test "${enable_statline+set}" = set; then
6974 enableval="$enable_statline"
6975
6976 if test "$enableval" = yes; then
6977 ac_cv_use_statline='wxUSE_STATLINE=yes'
6978 else
6979 ac_cv_use_statline='wxUSE_STATLINE=no'
6980 fi
6981
6982else
6983
6984 LINE=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
6985 if test "x$LINE" != x ; then
6986 eval "DEFAULT_$LINE"
6987 else
6988 no_cache=1
6989 fi
6990
6991 ac_cv_use_statline='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
6992
6993fi
6994
6995
6996 eval "$ac_cv_use_statline"
6997 if test "$no_cache" != 1; then
6998 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
6999 fi
7000
7001 if test "$wxUSE_STATLINE" = yes; then
7002 echo "$ac_t""yes" 1>&6
7003 else
7004 echo "$ac_t""no" 1>&6
7005 fi
7006
7007
7008 enablestring=
7009 echo $ac_n "checking for --${enablestring:-enable}-stattext""... $ac_c" 1>&6
7010echo "configure:7011: checking for --${enablestring:-enable}-stattext" >&5
7011 no_cache=0
7012 # Check whether --enable-stattext or --disable-stattext was given.
7013if test "${enable_stattext+set}" = set; then
7014 enableval="$enable_stattext"
7015
7016 if test "$enableval" = yes; then
7017 ac_cv_use_stattext='wxUSE_STATTEXT=yes'
7018 else
7019 ac_cv_use_stattext='wxUSE_STATTEXT=no'
7020 fi
7021
7022else
7023
7024 LINE=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}`
7025 if test "x$LINE" != x ; then
7026 eval "DEFAULT_$LINE"
7027 else
7028 no_cache=1
7029 fi
7030
7031 ac_cv_use_stattext='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT
7032
7033fi
7034
7035
7036 eval "$ac_cv_use_stattext"
7037 if test "$no_cache" != 1; then
7038 echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
7039 fi
7040
7041 if test "$wxUSE_STATTEXT" = yes; then
7042 echo "$ac_t""yes" 1>&6
7043 else
7044 echo "$ac_t""no" 1>&6
7045 fi
7046
7047
7048 enablestring=
7049 echo $ac_n "checking for --${enablestring:-enable}-statusbar""... $ac_c" 1>&6
7050echo "configure:7051: checking for --${enablestring:-enable}-statusbar" >&5
7051 no_cache=0
7052 # Check whether --enable-statusbar or --disable-statusbar was given.
7053if test "${enable_statusbar+set}" = set; then
7054 enableval="$enable_statusbar"
7055
7056 if test "$enableval" = yes; then
7057 ac_cv_use_statusbar='wxUSE_STATUSBAR=yes'
7058 else
7059 ac_cv_use_statusbar='wxUSE_STATUSBAR=no'
7060 fi
7061
7062else
7063
7064 LINE=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
7065 if test "x$LINE" != x ; then
7066 eval "DEFAULT_$LINE"
7067 else
7068 no_cache=1
7069 fi
7070
7071 ac_cv_use_statusbar='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
7072
7073fi
7074
7075
7076 eval "$ac_cv_use_statusbar"
7077 if test "$no_cache" != 1; then
7078 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
7079 fi
7080
7081 if test "$wxUSE_STATUSBAR" = yes; then
7082 echo "$ac_t""yes" 1>&6
7083 else
7084 echo "$ac_t""no" 1>&6
7085 fi
7086
7087
7088 enablestring=
7089 echo $ac_n "checking for --${enablestring:-enable}-tabdialog""... $ac_c" 1>&6
7090echo "configure:7091: checking for --${enablestring:-enable}-tabdialog" >&5
7091 no_cache=0
7092 # Check whether --enable-tabdialog or --disable-tabdialog was given.
7093if test "${enable_tabdialog+set}" = set; then
7094 enableval="$enable_tabdialog"
7095
7096 if test "$enableval" = yes; then
7097 ac_cv_use_tabdialog='wxUSE_TABDIALOG=yes'
7098 else
7099 ac_cv_use_tabdialog='wxUSE_TABDIALOG=no'
7100 fi
7101
7102else
7103
7104 LINE=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
7105 if test "x$LINE" != x ; then
7106 eval "DEFAULT_$LINE"
7107 else
7108 no_cache=1
7109 fi
7110
7111 ac_cv_use_tabdialog='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
7112
7113fi
7114
7115
7116 eval "$ac_cv_use_tabdialog"
7117 if test "$no_cache" != 1; then
7118 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
7119 fi
7120
7121 if test "$wxUSE_TABDIALOG" = yes; then
7122 echo "$ac_t""yes" 1>&6
7123 else
7124 echo "$ac_t""no" 1>&6
7125 fi
7126
7127
7128 enablestring=
7129 echo $ac_n "checking for --${enablestring:-enable}-textctrl""... $ac_c" 1>&6
7130echo "configure:7131: checking for --${enablestring:-enable}-textctrl" >&5
7131 no_cache=0
7132 # Check whether --enable-textctrl or --disable-textctrl was given.
7133if test "${enable_textctrl+set}" = set; then
7134 enableval="$enable_textctrl"
7135
7136 if test "$enableval" = yes; then
7137 ac_cv_use_textctrl='wxUSE_TEXTCTRL=yes'
7138 else
7139 ac_cv_use_textctrl='wxUSE_TEXTCTRL=no'
7140 fi
7141
7142else
7143
7144 LINE=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
7145 if test "x$LINE" != x ; then
7146 eval "DEFAULT_$LINE"
7147 else
7148 no_cache=1
7149 fi
7150
7151 ac_cv_use_textctrl='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL
7152
7153fi
7154
7155
7156 eval "$ac_cv_use_textctrl"
7157 if test "$no_cache" != 1; then
7158 echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
7159 fi
7160
7161 if test "$wxUSE_TEXTCTRL" = yes; then
7162 echo "$ac_t""yes" 1>&6
7163 else
7164 echo "$ac_t""no" 1>&6
7165 fi
7166
7167
7168 enablestring=
7169 echo $ac_n "checking for --${enablestring:-enable}-togglebtn""... $ac_c" 1>&6
7170echo "configure:7171: checking for --${enablestring:-enable}-togglebtn" >&5
7171 no_cache=0
7172 # Check whether --enable-togglebtn or --disable-togglebtn was given.
7173if test "${enable_togglebtn+set}" = set; then
7174 enableval="$enable_togglebtn"
7175
7176 if test "$enableval" = yes; then
7177 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes'
7178 else
7179 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=no'
7180 fi
7181
7182else
7183
7184 LINE=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
7185 if test "x$LINE" != x ; then
7186 eval "DEFAULT_$LINE"
7187 else
7188 no_cache=1
7189 fi
7190
7191 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
7192
7193fi
7194
7195
7196 eval "$ac_cv_use_togglebtn"
7197 if test "$no_cache" != 1; then
7198 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
7199 fi
7200
7201 if test "$wxUSE_TOGGLEBTN" = yes; then
7202 echo "$ac_t""yes" 1>&6
7203 else
7204 echo "$ac_t""no" 1>&6
7205 fi
7206
7207
7208 enablestring=
7209 echo $ac_n "checking for --${enablestring:-enable}-toolbar""... $ac_c" 1>&6
7210echo "configure:7211: checking for --${enablestring:-enable}-toolbar" >&5
7211 no_cache=0
7212 # Check whether --enable-toolbar or --disable-toolbar was given.
7213if test "${enable_toolbar+set}" = set; then
7214 enableval="$enable_toolbar"
7215
7216 if test "$enableval" = yes; then
7217 ac_cv_use_toolbar='wxUSE_TOOLBAR=yes'
7218 else
7219 ac_cv_use_toolbar='wxUSE_TOOLBAR=no'
7220 fi
7221
7222else
7223
7224 LINE=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
7225 if test "x$LINE" != x ; then
7226 eval "DEFAULT_$LINE"
7227 else
7228 no_cache=1
7229 fi
7230
7231 ac_cv_use_toolbar='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
7232
7233fi
7234
7235
7236 eval "$ac_cv_use_toolbar"
7237 if test "$no_cache" != 1; then
7238 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
7239 fi
7240
7241 if test "$wxUSE_TOOLBAR" = yes; then
7242 echo "$ac_t""yes" 1>&6
7243 else
7244 echo "$ac_t""no" 1>&6
7245 fi
7246
7247
7248 enablestring=
7249 echo $ac_n "checking for --${enablestring:-enable}-tbarnative""... $ac_c" 1>&6
7250echo "configure:7251: checking for --${enablestring:-enable}-tbarnative" >&5
7251 no_cache=0
7252 # Check whether --enable-tbarnative or --disable-tbarnative was given.
7253if test "${enable_tbarnative+set}" = set; then
7254 enableval="$enable_tbarnative"
7255
7256 if test "$enableval" = yes; then
7257 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes'
7258 else
7259 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no'
7260 fi
7261
7262else
7263
7264 LINE=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
7265 if test "x$LINE" != x ; then
7266 eval "DEFAULT_$LINE"
7267 else
7268 no_cache=1
7269 fi
7270
7271 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
7272
7273fi
7274
7275
7276 eval "$ac_cv_use_tbarnative"
7277 if test "$no_cache" != 1; then
7278 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
7279 fi
7280
7281 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
7282 echo "$ac_t""yes" 1>&6
7283 else
7284 echo "$ac_t""no" 1>&6
7285 fi
7286
7287
7288 enablestring=
7289 echo $ac_n "checking for --${enablestring:-enable}-tbarsmpl""... $ac_c" 1>&6
7290echo "configure:7291: checking for --${enablestring:-enable}-tbarsmpl" >&5
7291 no_cache=0
7292 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
7293if test "${enable_tbarsmpl+set}" = set; then
7294 enableval="$enable_tbarsmpl"
7295
7296 if test "$enableval" = yes; then
7297 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=yes'
7298 else
7299 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=no'
7300 fi
7301
7302else
7303
7304 LINE=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
7305 if test "x$LINE" != x ; then
7306 eval "DEFAULT_$LINE"
7307 else
7308 no_cache=1
7309 fi
7310
7311 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
7312
7313fi
7314
7315
7316 eval "$ac_cv_use_tbarsmpl"
7317 if test "$no_cache" != 1; then
7318 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
7319 fi
7320
7321 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
7322 echo "$ac_t""yes" 1>&6
7323 else
7324 echo "$ac_t""no" 1>&6
7325 fi
7326
7327
7328 enablestring=
7329 echo $ac_n "checking for --${enablestring:-enable}-treectrl""... $ac_c" 1>&6
7330echo "configure:7331: checking for --${enablestring:-enable}-treectrl" >&5
7331 no_cache=0
7332 # Check whether --enable-treectrl or --disable-treectrl was given.
7333if test "${enable_treectrl+set}" = set; then
7334 enableval="$enable_treectrl"
7335
7336 if test "$enableval" = yes; then
7337 ac_cv_use_treectrl='wxUSE_TREECTRL=yes'
7338 else
7339 ac_cv_use_treectrl='wxUSE_TREECTRL=no'
7340 fi
7341
7342else
7343
7344 LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
7345 if test "x$LINE" != x ; then
7346 eval "DEFAULT_$LINE"
7347 else
7348 no_cache=1
7349 fi
7350
7351 ac_cv_use_treectrl='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
7352
7353fi
7354
7355
7356 eval "$ac_cv_use_treectrl"
7357 if test "$no_cache" != 1; then
7358 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
7359 fi
7360
7361 if test "$wxUSE_TREECTRL" = yes; then
7362 echo "$ac_t""yes" 1>&6
7363 else
7364 echo "$ac_t""no" 1>&6
7365 fi
7366
7367
7368 enablestring=
7369 echo $ac_n "checking for --${enablestring:-enable}-tipwindow""... $ac_c" 1>&6
7370echo "configure:7371: checking for --${enablestring:-enable}-tipwindow" >&5
7371 no_cache=0
7372 # Check whether --enable-tipwindow or --disable-tipwindow was given.
7373if test "${enable_tipwindow+set}" = set; then
7374 enableval="$enable_tipwindow"
7375
7376 if test "$enableval" = yes; then
7377 ac_cv_use_tipwindow='wxUSE_TIPWINDOW=yes'
7378 else
7379 ac_cv_use_tipwindow='wxUSE_TIPWINDOW=no'
7380 fi
7381
7382else
7383
7384 LINE=`grep "wxUSE_TIPWINDOW" ${wx_arg_cache_file}`
7385 if test "x$LINE" != x ; then
7386 eval "DEFAULT_$LINE"
7387 else
7388 no_cache=1
7389 fi
7390
7391 ac_cv_use_tipwindow='wxUSE_TIPWINDOW='$DEFAULT_wxUSE_TIPWINDOW
7392
7393fi
7394
7395
7396 eval "$ac_cv_use_tipwindow"
7397 if test "$no_cache" != 1; then
7398 echo $ac_cv_use_tipwindow >> ${wx_arg_cache_file}.tmp
7399 fi
7400
7401 if test "$wxUSE_TIPWINDOW" = yes; then
7402 echo "$ac_t""yes" 1>&6
7403 else
7404 echo "$ac_t""no" 1>&6
7405 fi
7406
7407
7408 enablestring=
7409 echo $ac_n "checking for --${enablestring:-enable}-popupwin""... $ac_c" 1>&6
7410echo "configure:7411: checking for --${enablestring:-enable}-popupwin" >&5
7411 no_cache=0
7412 # Check whether --enable-popupwin or --disable-popupwin was given.
7413if test "${enable_popupwin+set}" = set; then
7414 enableval="$enable_popupwin"
7415
7416 if test "$enableval" = yes; then
7417 ac_cv_use_popupwin='wxUSE_POPUPWIN=yes'
7418 else
7419 ac_cv_use_popupwin='wxUSE_POPUPWIN=no'
7420 fi
7421
7422else
7423
7424 LINE=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
7425 if test "x$LINE" != x ; then
7426 eval "DEFAULT_$LINE"
7427 else
7428 no_cache=1
7429 fi
7430
7431 ac_cv_use_popupwin='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN
7432
7433fi
7434
7435
7436 eval "$ac_cv_use_popupwin"
7437 if test "$no_cache" != 1; then
7438 echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
7439 fi
7440
7441 if test "$wxUSE_POPUPWIN" = yes; then
7442 echo "$ac_t""yes" 1>&6
7443 else
7444 echo "$ac_t""no" 1>&6
7445 fi
7446
7447
7448
7449
7450 enablestring=
7451 echo $ac_n "checking for --${enablestring:-enable}-commondlg""... $ac_c" 1>&6
7452echo "configure:7453: checking for --${enablestring:-enable}-commondlg" >&5
7453 no_cache=0
7454 # Check whether --enable-commondlg or --disable-commondlg was given.
7455if test "${enable_commondlg+set}" = set; then
7456 enableval="$enable_commondlg"
7457
7458 if test "$enableval" = yes; then
7459 ac_cv_use_commondlg='wxUSE_COMMONDLGS=yes'
7460 else
7461 ac_cv_use_commondlg='wxUSE_COMMONDLGS=no'
7462 fi
7463
7464else
7465
7466 LINE=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
7467 if test "x$LINE" != x ; then
7468 eval "DEFAULT_$LINE"
7469 else
7470 no_cache=1
7471 fi
7472
7473 ac_cv_use_commondlg='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
7474
7475fi
7476
7477
7478 eval "$ac_cv_use_commondlg"
7479 if test "$no_cache" != 1; then
7480 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
7481 fi
7482
7483 if test "$wxUSE_COMMONDLGS" = yes; then
7484 echo "$ac_t""yes" 1>&6
7485 else
7486 echo "$ac_t""no" 1>&6
7487 fi
7488
7489
7490 enablestring=
7491 echo $ac_n "checking for --${enablestring:-enable}-choicedlg""... $ac_c" 1>&6
7492echo "configure:7493: checking for --${enablestring:-enable}-choicedlg" >&5
7493 no_cache=0
7494 # Check whether --enable-choicedlg or --disable-choicedlg was given.
7495if test "${enable_choicedlg+set}" = set; then
7496 enableval="$enable_choicedlg"
7497
7498 if test "$enableval" = yes; then
7499 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=yes'
7500 else
7501 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=no'
7502 fi
7503
7504else
7505
7506 LINE=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}`
7507 if test "x$LINE" != x ; then
7508 eval "DEFAULT_$LINE"
7509 else
7510 no_cache=1
7511 fi
7512
7513 ac_cv_use_choicedlg='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG
7514
7515fi
7516
7517
7518 eval "$ac_cv_use_choicedlg"
7519 if test "$no_cache" != 1; then
7520 echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
7521 fi
7522
7523 if test "$wxUSE_CHOICEDLG" = yes; then
7524 echo "$ac_t""yes" 1>&6
7525 else
7526 echo "$ac_t""no" 1>&6
7527 fi
7528
7529
7530 enablestring=
7531 echo $ac_n "checking for --${enablestring:-enable}-coldlg""... $ac_c" 1>&6
7532echo "configure:7533: checking for --${enablestring:-enable}-coldlg" >&5
7533 no_cache=0
7534 # Check whether --enable-coldlg or --disable-coldlg was given.
7535if test "${enable_coldlg+set}" = set; then
7536 enableval="$enable_coldlg"
7537
7538 if test "$enableval" = yes; then
7539 ac_cv_use_coldlg='wxUSE_COLOURDLG=yes'
7540 else
7541 ac_cv_use_coldlg='wxUSE_COLOURDLG=no'
7542 fi
7543
7544else
7545
7546 LINE=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}`
7547 if test "x$LINE" != x ; then
7548 eval "DEFAULT_$LINE"
7549 else
7550 no_cache=1
7551 fi
7552
7553 ac_cv_use_coldlg='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG
7554
7555fi
7556
7557
7558 eval "$ac_cv_use_coldlg"
7559 if test "$no_cache" != 1; then
7560 echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
7561 fi
7562
7563 if test "$wxUSE_COLOURDLG" = yes; then
7564 echo "$ac_t""yes" 1>&6
7565 else
7566 echo "$ac_t""no" 1>&6
7567 fi
7568
7569
7570 enablestring=
7571 echo $ac_n "checking for --${enablestring:-enable}-filedlg""... $ac_c" 1>&6
7572echo "configure:7573: checking for --${enablestring:-enable}-filedlg" >&5
7573 no_cache=0
7574 # Check whether --enable-filedlg or --disable-filedlg was given.
7575if test "${enable_filedlg+set}" = set; then
7576 enableval="$enable_filedlg"
7577
7578 if test "$enableval" = yes; then
7579 ac_cv_use_filedlg='wxUSE_FILEDLG=yes'
7580 else
7581 ac_cv_use_filedlg='wxUSE_FILEDLG=no'
7582 fi
7583
7584else
7585
7586 LINE=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}`
7587 if test "x$LINE" != x ; then
7588 eval "DEFAULT_$LINE"
7589 else
7590 no_cache=1
7591 fi
7592
7593 ac_cv_use_filedlg='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG
7594
7595fi
7596
7597
7598 eval "$ac_cv_use_filedlg"
7599 if test "$no_cache" != 1; then
7600 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
7601 fi
7602
7603 if test "$wxUSE_FILEDLG" = yes; then
7604 echo "$ac_t""yes" 1>&6
7605 else
7606 echo "$ac_t""no" 1>&6
7607 fi
7608
7609
7610 enablestring=
7611 echo $ac_n "checking for --${enablestring:-enable}-finddlg""... $ac_c" 1>&6
7612echo "configure:7613: checking for --${enablestring:-enable}-finddlg" >&5
7613 no_cache=0
7614 # Check whether --enable-finddlg or --disable-finddlg was given.
7615if test "${enable_finddlg+set}" = set; then
7616 enableval="$enable_finddlg"
7617
7618 if test "$enableval" = yes; then
7619 ac_cv_use_finddlg='wxUSE_FINDREPLDLG=yes'
7620 else
7621 ac_cv_use_finddlg='wxUSE_FINDREPLDLG=no'
7622 fi
7623
7624else
7625
7626 LINE=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}`
7627 if test "x$LINE" != x ; then
7628 eval "DEFAULT_$LINE"
7629 else
7630 no_cache=1
7631 fi
7632
7633 ac_cv_use_finddlg='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG
7634
7635fi
7636
7637
7638 eval "$ac_cv_use_finddlg"
7639 if test "$no_cache" != 1; then
7640 echo $ac_cv_use_finddlg >> ${wx_arg_cache_file}.tmp
7641 fi
7642
7643 if test "$wxUSE_FINDREPLDLG" = yes; then
7644 echo "$ac_t""yes" 1>&6
7645 else
7646 echo "$ac_t""no" 1>&6
7647 fi
7648
7649
7650 enablestring=
7651 echo $ac_n "checking for --${enablestring:-enable}-fontdlg""... $ac_c" 1>&6
7652echo "configure:7653: checking for --${enablestring:-enable}-fontdlg" >&5
7653 no_cache=0
7654 # Check whether --enable-fontdlg or --disable-fontdlg was given.
7655if test "${enable_fontdlg+set}" = set; then
7656 enableval="$enable_fontdlg"
7657
7658 if test "$enableval" = yes; then
7659 ac_cv_use_fontdlg='wxUSE_FONTDLG=yes'
7660 else
7661 ac_cv_use_fontdlg='wxUSE_FONTDLG=no'
7662 fi
7663
7664else
7665
7666 LINE=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}`
7667 if test "x$LINE" != x ; then
7668 eval "DEFAULT_$LINE"
7669 else
7670 no_cache=1
7671 fi
7672
7673 ac_cv_use_fontdlg='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG
7674
7675fi
7676
7677
7678 eval "$ac_cv_use_fontdlg"
7679 if test "$no_cache" != 1; then
7680 echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
7681 fi
7682
7683 if test "$wxUSE_FONTDLG" = yes; then
7684 echo "$ac_t""yes" 1>&6
7685 else
7686 echo "$ac_t""no" 1>&6
7687 fi
7688
7689
7690 enablestring=
7691 echo $ac_n "checking for --${enablestring:-enable}-dirdlg""... $ac_c" 1>&6
7692echo "configure:7693: checking for --${enablestring:-enable}-dirdlg" >&5
7693 no_cache=0
7694 # Check whether --enable-dirdlg or --disable-dirdlg was given.
7695if test "${enable_dirdlg+set}" = set; then
7696 enableval="$enable_dirdlg"
7697
7698 if test "$enableval" = yes; then
7699 ac_cv_use_dirdlg='wxUSE_DIRDLG=yes'
7700 else
7701 ac_cv_use_dirdlg='wxUSE_DIRDLG=no'
7702 fi
7703
7704else
7705
7706 LINE=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
7707 if test "x$LINE" != x ; then
7708 eval "DEFAULT_$LINE"
7709 else
7710 no_cache=1
7711 fi
7712
7713 ac_cv_use_dirdlg='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
7714
7715fi
7716
7717
7718 eval "$ac_cv_use_dirdlg"
7719 if test "$no_cache" != 1; then
7720 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
7721 fi
7722
7723 if test "$wxUSE_DIRDLG" = yes; then
7724 echo "$ac_t""yes" 1>&6
7725 else
7726 echo "$ac_t""no" 1>&6
7727 fi
7728
7729
7730 enablestring=
7731 echo $ac_n "checking for --${enablestring:-enable}-msgdlg""... $ac_c" 1>&6
7732echo "configure:7733: checking for --${enablestring:-enable}-msgdlg" >&5
7733 no_cache=0
7734 # Check whether --enable-msgdlg or --disable-msgdlg was given.
7735if test "${enable_msgdlg+set}" = set; then
7736 enableval="$enable_msgdlg"
7737
7738 if test "$enableval" = yes; then
7739 ac_cv_use_msgdlg='wxUSE_MSGDLG=yes'
7740 else
7741 ac_cv_use_msgdlg='wxUSE_MSGDLG=no'
7742 fi
7743
7744else
7745
7746 LINE=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}`
7747 if test "x$LINE" != x ; then
7748 eval "DEFAULT_$LINE"
7749 else
7750 no_cache=1
7751 fi
7752
7753 ac_cv_use_msgdlg='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG
7754
7755fi
7756
7757
7758 eval "$ac_cv_use_msgdlg"
7759 if test "$no_cache" != 1; then
7760 echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
7761 fi
7762
7763 if test "$wxUSE_MSGDLG" = yes; then
7764 echo "$ac_t""yes" 1>&6
7765 else
7766 echo "$ac_t""no" 1>&6
7767 fi
7768
7769
7770 enablestring=
7771 echo $ac_n "checking for --${enablestring:-enable}-numberdlg""... $ac_c" 1>&6
7772echo "configure:7773: checking for --${enablestring:-enable}-numberdlg" >&5
7773 no_cache=0
7774 # Check whether --enable-numberdlg or --disable-numberdlg was given.
7775if test "${enable_numberdlg+set}" = set; then
7776 enableval="$enable_numberdlg"
7777
7778 if test "$enableval" = yes; then
7779 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=yes'
7780 else
7781 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=no'
7782 fi
7783
7784else
7785
7786 LINE=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
7787 if test "x$LINE" != x ; then
7788 eval "DEFAULT_$LINE"
7789 else
7790 no_cache=1
7791 fi
7792
7793 ac_cv_use_numberdlg='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG
7794
7795fi
7796
7797
7798 eval "$ac_cv_use_numberdlg"
7799 if test "$no_cache" != 1; then
7800 echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
7801 fi
7802
7803 if test "$wxUSE_NUMBERDLG" = yes; then
7804 echo "$ac_t""yes" 1>&6
7805 else
7806 echo "$ac_t""no" 1>&6
7807 fi
7808
7809
7810 enablestring=
7811 echo $ac_n "checking for --${enablestring:-enable}-splash""... $ac_c" 1>&6
7812echo "configure:7813: checking for --${enablestring:-enable}-splash" >&5
7813 no_cache=0
7814 # Check whether --enable-splash or --disable-splash was given.
7815if test "${enable_splash+set}" = set; then
7816 enableval="$enable_splash"
7817
7818 if test "$enableval" = yes; then
7819 ac_cv_use_splash='wxUSE_SPLASH=yes'
7820 else
7821 ac_cv_use_splash='wxUSE_SPLASH=no'
7822 fi
7823
7824else
7825
7826 LINE=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}`
7827 if test "x$LINE" != x ; then
7828 eval "DEFAULT_$LINE"
7829 else
7830 no_cache=1
7831 fi
7832
7833 ac_cv_use_splash='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH
7834
7835fi
7836
7837
7838 eval "$ac_cv_use_splash"
7839 if test "$no_cache" != 1; then
7840 echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
7841 fi
7842
7843 if test "$wxUSE_SPLASH" = yes; then
7844 echo "$ac_t""yes" 1>&6
7845 else
7846 echo "$ac_t""no" 1>&6
7847 fi
7848
7849
7850 enablestring=
7851 echo $ac_n "checking for --${enablestring:-enable}-textdlg""... $ac_c" 1>&6
7852echo "configure:7853: checking for --${enablestring:-enable}-textdlg" >&5
7853 no_cache=0
7854 # Check whether --enable-textdlg or --disable-textdlg was given.
7855if test "${enable_textdlg+set}" = set; then
7856 enableval="$enable_textdlg"
7857
7858 if test "$enableval" = yes; then
7859 ac_cv_use_textdlg='wxUSE_TEXTDLG=yes'
7860 else
7861 ac_cv_use_textdlg='wxUSE_TEXTDLG=no'
7862 fi
7863
7864else
7865
7866 LINE=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
7867 if test "x$LINE" != x ; then
7868 eval "DEFAULT_$LINE"
7869 else
7870 no_cache=1
7871 fi
7872
7873 ac_cv_use_textdlg='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
7874
7875fi
7876
7877
7878 eval "$ac_cv_use_textdlg"
7879 if test "$no_cache" != 1; then
7880 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
7881 fi
7882
7883 if test "$wxUSE_TEXTDLG" = yes; then
7884 echo "$ac_t""yes" 1>&6
7885 else
7886 echo "$ac_t""no" 1>&6
7887 fi
7888
7889
7890 enablestring=
7891 echo $ac_n "checking for --${enablestring:-enable}-tipdlg""... $ac_c" 1>&6
7892echo "configure:7893: checking for --${enablestring:-enable}-tipdlg" >&5
7893 no_cache=0
7894 # Check whether --enable-tipdlg or --disable-tipdlg was given.
7895if test "${enable_tipdlg+set}" = set; then
7896 enableval="$enable_tipdlg"
7897
7898 if test "$enableval" = yes; then
7899 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes'
7900 else
7901 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no'
7902 fi
7903
7904else
7905
7906 LINE=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
7907 if test "x$LINE" != x ; then
7908 eval "DEFAULT_$LINE"
7909 else
7910 no_cache=1
7911 fi
7912
7913 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
7914
7915fi
7916
7917
7918 eval "$ac_cv_use_tipdlg"
7919 if test "$no_cache" != 1; then
7920 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
7921 fi
7922
7923 if test "$wxUSE_STARTUP_TIPS" = yes; then
7924 echo "$ac_t""yes" 1>&6
7925 else
7926 echo "$ac_t""no" 1>&6
7927 fi
7928
7929
7930 enablestring=
7931 echo $ac_n "checking for --${enablestring:-enable}-progressdlg""... $ac_c" 1>&6
7932echo "configure:7933: checking for --${enablestring:-enable}-progressdlg" >&5
7933 no_cache=0
7934 # Check whether --enable-progressdlg or --disable-progressdlg was given.
7935if test "${enable_progressdlg+set}" = set; then
7936 enableval="$enable_progressdlg"
7937
7938 if test "$enableval" = yes; then
7939 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes'
7940 else
7941 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=no'
7942 fi
7943
7944else
7945
7946 LINE=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
7947 if test "x$LINE" != x ; then
7948 eval "DEFAULT_$LINE"
7949 else
7950 no_cache=1
7951 fi
7952
7953 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
7954
7955fi
7956
7957
7958 eval "$ac_cv_use_progressdlg"
7959 if test "$no_cache" != 1; then
7960 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
7961 fi
7962
7963 if test "$wxUSE_PROGRESSDLG" = yes; then
7964 echo "$ac_t""yes" 1>&6
7965 else
7966 echo "$ac_t""no" 1>&6
7967 fi
7968
7969
7970 enablestring=
7971 echo $ac_n "checking for --${enablestring:-enable}-wizarddlg""... $ac_c" 1>&6
7972echo "configure:7973: checking for --${enablestring:-enable}-wizarddlg" >&5
7973 no_cache=0
7974 # Check whether --enable-wizarddlg or --disable-wizarddlg was given.
7975if test "${enable_wizarddlg+set}" = set; then
7976 enableval="$enable_wizarddlg"
7977
7978 if test "$enableval" = yes; then
7979 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes'
7980 else
7981 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=no'
7982 fi
7983
7984else
7985
7986 LINE=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}`
7987 if test "x$LINE" != x ; then
7988 eval "DEFAULT_$LINE"
7989 else
7990 no_cache=1
7991 fi
7992
7993 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG
7994
7995fi
7996
7997
7998 eval "$ac_cv_use_wizarddlg"
7999 if test "$no_cache" != 1; then
8000 echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
8001 fi
8002
8003 if test "$wxUSE_WIZARDDLG" = yes; then
8004 echo "$ac_t""yes" 1>&6
8005 else
8006 echo "$ac_t""no" 1>&6
8007 fi
8008
8009
8010
8011
8012 enablestring=
8013 echo $ac_n "checking for --${enablestring:-enable}-menus""... $ac_c" 1>&6
8014echo "configure:8015: checking for --${enablestring:-enable}-menus" >&5
8015 no_cache=0
8016 # Check whether --enable-menus or --disable-menus was given.
8017if test "${enable_menus+set}" = set; then
8018 enableval="$enable_menus"
8019
8020 if test "$enableval" = yes; then
8021 ac_cv_use_menus='wxUSE_MENUS=yes'
8022 else
8023 ac_cv_use_menus='wxUSE_MENUS=no'
8024 fi
8025
8026else
8027
8028 LINE=`grep "wxUSE_MENUS" ${wx_arg_cache_file}`
8029 if test "x$LINE" != x ; then
8030 eval "DEFAULT_$LINE"
8031 else
8032 no_cache=1
8033 fi
8034
8035 ac_cv_use_menus='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS
8036
8037fi
8038
8039
8040 eval "$ac_cv_use_menus"
8041 if test "$no_cache" != 1; then
8042 echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
8043 fi
8044
8045 if test "$wxUSE_MENUS" = yes; then
8046 echo "$ac_t""yes" 1>&6
8047 else
8048 echo "$ac_t""no" 1>&6
8049 fi
8050
8051
8052 enablestring=
8053 echo $ac_n "checking for --${enablestring:-enable}-miniframe""... $ac_c" 1>&6
8054echo "configure:8055: checking for --${enablestring:-enable}-miniframe" >&5
8055 no_cache=0
8056 # Check whether --enable-miniframe or --disable-miniframe was given.
8057if test "${enable_miniframe+set}" = set; then
8058 enableval="$enable_miniframe"
8059
8060 if test "$enableval" = yes; then
8061 ac_cv_use_miniframe='wxUSE_MINIFRAME=yes'
8062 else
8063 ac_cv_use_miniframe='wxUSE_MINIFRAME=no'
8064 fi
8065
8066else
8067
8068 LINE=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
8069 if test "x$LINE" != x ; then
8070 eval "DEFAULT_$LINE"
8071 else
8072 no_cache=1
8073 fi
8074
8075 ac_cv_use_miniframe='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
8076
8077fi
8078
8079
8080 eval "$ac_cv_use_miniframe"
8081 if test "$no_cache" != 1; then
8082 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
8083 fi
8084
8085 if test "$wxUSE_MINIFRAME" = yes; then
8086 echo "$ac_t""yes" 1>&6
8087 else
8088 echo "$ac_t""no" 1>&6
8089 fi
8090
8091
8092 enablestring=
8093 echo $ac_n "checking for --${enablestring:-enable}-tooltips""... $ac_c" 1>&6
8094echo "configure:8095: checking for --${enablestring:-enable}-tooltips" >&5
8095 no_cache=0
8096 # Check whether --enable-tooltips or --disable-tooltips was given.
8097if test "${enable_tooltips+set}" = set; then
8098 enableval="$enable_tooltips"
8099
8100 if test "$enableval" = yes; then
8101 ac_cv_use_tooltips='wxUSE_TOOLTIPS=yes'
8102 else
8103 ac_cv_use_tooltips='wxUSE_TOOLTIPS=no'
8104 fi
8105
8106else
8107
8108 LINE=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
8109 if test "x$LINE" != x ; then
8110 eval "DEFAULT_$LINE"
8111 else
8112 no_cache=1
8113 fi
8114
8115 ac_cv_use_tooltips='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
8116
8117fi
8118
8119
8120 eval "$ac_cv_use_tooltips"
8121 if test "$no_cache" != 1; then
8122 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
8123 fi
8124
8125 if test "$wxUSE_TOOLTIPS" = yes; then
8126 echo "$ac_t""yes" 1>&6
8127 else
8128 echo "$ac_t""no" 1>&6
8129 fi
8130
8131
8132 enablestring=
8133 echo $ac_n "checking for --${enablestring:-enable}-splines""... $ac_c" 1>&6
8134echo "configure:8135: checking for --${enablestring:-enable}-splines" >&5
8135 no_cache=0
8136 # Check whether --enable-splines or --disable-splines was given.
8137if test "${enable_splines+set}" = set; then
8138 enableval="$enable_splines"
8139
8140 if test "$enableval" = yes; then
8141 ac_cv_use_splines='wxUSE_SPLINES=yes'
8142 else
8143 ac_cv_use_splines='wxUSE_SPLINES=no'
8144 fi
8145
8146else
8147
8148 LINE=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
8149 if test "x$LINE" != x ; then
8150 eval "DEFAULT_$LINE"
8151 else
8152 no_cache=1
8153 fi
8154
8155 ac_cv_use_splines='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
8156
8157fi
8158
8159
8160 eval "$ac_cv_use_splines"
8161 if test "$no_cache" != 1; then
8162 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
8163 fi
8164
8165 if test "$wxUSE_SPLINES" = yes; then
8166 echo "$ac_t""yes" 1>&6
8167 else
8168 echo "$ac_t""no" 1>&6
8169 fi
8170
8171
8172 enablestring=
8173 echo $ac_n "checking for --${enablestring:-enable}-validators""... $ac_c" 1>&6
8174echo "configure:8175: checking for --${enablestring:-enable}-validators" >&5
8175 no_cache=0
8176 # Check whether --enable-validators or --disable-validators was given.
8177if test "${enable_validators+set}" = set; then
8178 enableval="$enable_validators"
8179
8180 if test "$enableval" = yes; then
8181 ac_cv_use_validators='wxUSE_VALIDATORS=yes'
8182 else
8183 ac_cv_use_validators='wxUSE_VALIDATORS=no'
8184 fi
8185
8186else
8187
8188 LINE=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
8189 if test "x$LINE" != x ; then
8190 eval "DEFAULT_$LINE"
8191 else
8192 no_cache=1
8193 fi
8194
8195 ac_cv_use_validators='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
8196
8197fi
8198
8199
8200 eval "$ac_cv_use_validators"
8201 if test "$no_cache" != 1; then
8202 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
8203 fi
8204
8205 if test "$wxUSE_VALIDATORS" = yes; then
8206 echo "$ac_t""yes" 1>&6
8207 else
8208 echo "$ac_t""no" 1>&6
8209 fi
8210
8211
8212 enablestring=
8213 echo $ac_n "checking for --${enablestring:-enable}-busyinfo""... $ac_c" 1>&6
8214echo "configure:8215: checking for --${enablestring:-enable}-busyinfo" >&5
8215 no_cache=0
8216 # Check whether --enable-busyinfo or --disable-busyinfo was given.
8217if test "${enable_busyinfo+set}" = set; then
8218 enableval="$enable_busyinfo"
8219
8220 if test "$enableval" = yes; then
8221 ac_cv_use_busyinfo='wxUSE_BUSYINFO=yes'
8222 else
8223 ac_cv_use_busyinfo='wxUSE_BUSYINFO=no'
8224 fi
8225
8226else
8227
8228 LINE=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
8229 if test "x$LINE" != x ; then
8230 eval "DEFAULT_$LINE"
8231 else
8232 no_cache=1
8233 fi
8234
8235 ac_cv_use_busyinfo='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
8236
8237fi
8238
8239
8240 eval "$ac_cv_use_busyinfo"
8241 if test "$no_cache" != 1; then
8242 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
8243 fi
8244
8245 if test "$wxUSE_BUSYINFO" = yes; then
8246 echo "$ac_t""yes" 1>&6
8247 else
8248 echo "$ac_t""no" 1>&6
8249 fi
8250
8251
8252 enablestring=
8253 echo $ac_n "checking for --${enablestring:-enable}-joystick""... $ac_c" 1>&6
8254echo "configure:8255: checking for --${enablestring:-enable}-joystick" >&5
8255 no_cache=0
8256 # Check whether --enable-joystick or --disable-joystick was given.
8257if test "${enable_joystick+set}" = set; then
8258 enableval="$enable_joystick"
8259
8260 if test "$enableval" = yes; then
8261 ac_cv_use_joystick='wxUSE_JOYSTICK=yes'
8262 else
8263 ac_cv_use_joystick='wxUSE_JOYSTICK=no'
8264 fi
8265
8266else
8267
8268 LINE=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
8269 if test "x$LINE" != x ; then
8270 eval "DEFAULT_$LINE"
8271 else
8272 no_cache=1
8273 fi
8274
8275 ac_cv_use_joystick='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
8276
8277fi
8278
8279
8280 eval "$ac_cv_use_joystick"
8281 if test "$no_cache" != 1; then
8282 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
8283 fi
8284
8285 if test "$wxUSE_JOYSTICK" = yes; then
8286 echo "$ac_t""yes" 1>&6
8287 else
8288 echo "$ac_t""no" 1>&6
8289 fi
8290
8291
8292 enablestring=
8293 echo $ac_n "checking for --${enablestring:-enable}-metafile""... $ac_c" 1>&6
8294echo "configure:8295: checking for --${enablestring:-enable}-metafile" >&5
8295 no_cache=0
8296 # Check whether --enable-metafile or --disable-metafile was given.
8297if test "${enable_metafile+set}" = set; then
8298 enableval="$enable_metafile"
8299
8300 if test "$enableval" = yes; then
8301 ac_cv_use_metafile='wxUSE_METAFILE=yes'
8302 else
8303 ac_cv_use_metafile='wxUSE_METAFILE=no'
8304 fi
8305
8306else
8307
8308 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
8309 if test "x$LINE" != x ; then
8310 eval "DEFAULT_$LINE"
8311 else
8312 no_cache=1
8313 fi
8314
8315 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
8316
8317fi
8318
8319
8320 eval "$ac_cv_use_metafile"
8321 if test "$no_cache" != 1; then
8322 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
8323 fi
8324
8325 if test "$wxUSE_METAFILE" = yes; then
8326 echo "$ac_t""yes" 1>&6
8327 else
8328 echo "$ac_t""no" 1>&6
8329 fi
8330
8331
8332 enablestring=
8333 echo $ac_n "checking for --${enablestring:-enable}-dragimage""... $ac_c" 1>&6
8334echo "configure:8335: checking for --${enablestring:-enable}-dragimage" >&5
8335 no_cache=0
8336 # Check whether --enable-dragimage or --disable-dragimage was given.
8337if test "${enable_dragimage+set}" = set; then
8338 enableval="$enable_dragimage"
8339
8340 if test "$enableval" = yes; then
8341 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=yes'
8342 else
8343 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=no'
8344 fi
8345
8346else
8347
8348 LINE=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}`
8349 if test "x$LINE" != x ; then
8350 eval "DEFAULT_$LINE"
8351 else
8352 no_cache=1
8353 fi
8354
8355 ac_cv_use_dragimage='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE
8356
8357fi
8358
8359
8360 eval "$ac_cv_use_dragimage"
8361 if test "$no_cache" != 1; then
8362 echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
8363 fi
8364
8365 if test "$wxUSE_DRAGIMAGE" = yes; then
8366 echo "$ac_t""yes" 1>&6
8367 else
8368 echo "$ac_t""no" 1>&6
8369 fi
8370
8371
8372
8373
8374 enablestring=
8375 echo $ac_n "checking for --${enablestring:-enable}-palette""... $ac_c" 1>&6
8376echo "configure:8377: checking for --${enablestring:-enable}-palette" >&5
8377 no_cache=0
8378 # Check whether --enable-palette or --disable-palette was given.
8379if test "${enable_palette+set}" = set; then
8380 enableval="$enable_palette"
8381
8382 if test "$enableval" = yes; then
8383 ac_cv_use_palette='wxUSE_PALETTE=yes'
8384 else
8385 ac_cv_use_palette='wxUSE_PALETTE=no'
8386 fi
8387
8388else
8389
8390 LINE=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}`
8391 if test "x$LINE" != x ; then
8392 eval "DEFAULT_$LINE"
8393 else
8394 no_cache=1
8395 fi
8396
8397 ac_cv_use_palette='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE
8398
8399fi
8400
8401
8402 eval "$ac_cv_use_palette"
8403 if test "$no_cache" != 1; then
8404 echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp
8405 fi
8406
8407 if test "$wxUSE_PALETTE" = yes; then
8408 echo "$ac_t""yes" 1>&6
8409 else
8410 echo "$ac_t""no" 1>&6
8411 fi
8412
8413
8414 enablestring=
8415 echo $ac_n "checking for --${enablestring:-enable}-image""... $ac_c" 1>&6
8416echo "configure:8417: checking for --${enablestring:-enable}-image" >&5
8417 no_cache=0
8418 # Check whether --enable-image or --disable-image was given.
8419if test "${enable_image+set}" = set; then
8420 enableval="$enable_image"
8421
8422 if test "$enableval" = yes; then
8423 ac_cv_use_image='wxUSE_IMAGE=yes'
8424 else
8425 ac_cv_use_image='wxUSE_IMAGE=no'
8426 fi
8427
8428else
8429
8430 LINE=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
8431 if test "x$LINE" != x ; then
8432 eval "DEFAULT_$LINE"
8433 else
8434 no_cache=1
8435 fi
8436
8437 ac_cv_use_image='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
8438
8439fi
8440
8441
8442 eval "$ac_cv_use_image"
8443 if test "$no_cache" != 1; then
8444 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
8445 fi
8446
8447 if test "$wxUSE_IMAGE" = yes; then
8448 echo "$ac_t""yes" 1>&6
8449 else
8450 echo "$ac_t""no" 1>&6
8451 fi
8452
8453
8454 enablestring=
8455 echo $ac_n "checking for --${enablestring:-enable}-gif""... $ac_c" 1>&6
8456echo "configure:8457: checking for --${enablestring:-enable}-gif" >&5
8457 no_cache=0
8458 # Check whether --enable-gif or --disable-gif was given.
8459if test "${enable_gif+set}" = set; then
8460 enableval="$enable_gif"
8461
8462 if test "$enableval" = yes; then
8463 ac_cv_use_gif='wxUSE_GIF=yes'
8464 else
8465 ac_cv_use_gif='wxUSE_GIF=no'
8466 fi
8467
8468else
8469
8470 LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
8471 if test "x$LINE" != x ; then
8472 eval "DEFAULT_$LINE"
8473 else
8474 no_cache=1
8475 fi
8476
8477 ac_cv_use_gif='wxUSE_GIF='$DEFAULT_wxUSE_GIF
8478
8479fi
8480
8481
8482 eval "$ac_cv_use_gif"
8483 if test "$no_cache" != 1; then
8484 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
8485 fi
8486
8487 if test "$wxUSE_GIF" = yes; then
8488 echo "$ac_t""yes" 1>&6
8489 else
8490 echo "$ac_t""no" 1>&6
8491 fi
8492
8493
8494 enablestring=
8495 echo $ac_n "checking for --${enablestring:-enable}-pcx""... $ac_c" 1>&6
8496echo "configure:8497: checking for --${enablestring:-enable}-pcx" >&5
8497 no_cache=0
8498 # Check whether --enable-pcx or --disable-pcx was given.
8499if test "${enable_pcx+set}" = set; then
8500 enableval="$enable_pcx"
8501
8502 if test "$enableval" = yes; then
8503 ac_cv_use_pcx='wxUSE_PCX=yes'
8504 else
8505 ac_cv_use_pcx='wxUSE_PCX=no'
8506 fi
8507
8508else
8509
8510 LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
8511 if test "x$LINE" != x ; then
8512 eval "DEFAULT_$LINE"
8513 else
8514 no_cache=1
8515 fi
8516
8517 ac_cv_use_pcx='wxUSE_PCX='$DEFAULT_wxUSE_PCX
8518
8519fi
8520
8521
8522 eval "$ac_cv_use_pcx"
8523 if test "$no_cache" != 1; then
8524 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
8525 fi
8526
8527 if test "$wxUSE_PCX" = yes; then
8528 echo "$ac_t""yes" 1>&6
8529 else
8530 echo "$ac_t""no" 1>&6
8531 fi
8532
8533
8534 enablestring=
8535 echo $ac_n "checking for --${enablestring:-enable}-iff""... $ac_c" 1>&6
8536echo "configure:8537: checking for --${enablestring:-enable}-iff" >&5
8537 no_cache=0
8538 # Check whether --enable-iff or --disable-iff was given.
8539if test "${enable_iff+set}" = set; then
8540 enableval="$enable_iff"
8541
8542 if test "$enableval" = yes; then
8543 ac_cv_use_iff='wxUSE_IFF=yes'
8544 else
8545 ac_cv_use_iff='wxUSE_IFF=no'
8546 fi
8547
8548else
8549
8550 LINE=`grep "wxUSE_IFF" ${wx_arg_cache_file}`
8551 if test "x$LINE" != x ; then
8552 eval "DEFAULT_$LINE"
8553 else
8554 no_cache=1
8555 fi
8556
8557 ac_cv_use_iff='wxUSE_IFF='$DEFAULT_wxUSE_IFF
8558
8559fi
8560
8561
8562 eval "$ac_cv_use_iff"
8563 if test "$no_cache" != 1; then
8564 echo $ac_cv_use_iff >> ${wx_arg_cache_file}.tmp
8565 fi
8566
8567 if test "$wxUSE_IFF" = yes; then
8568 echo "$ac_t""yes" 1>&6
8569 else
8570 echo "$ac_t""no" 1>&6
8571 fi
8572
8573
8574 enablestring=
8575 echo $ac_n "checking for --${enablestring:-enable}-pnm""... $ac_c" 1>&6
8576echo "configure:8577: checking for --${enablestring:-enable}-pnm" >&5
8577 no_cache=0
8578 # Check whether --enable-pnm or --disable-pnm was given.
8579if test "${enable_pnm+set}" = set; then
8580 enableval="$enable_pnm"
8581
8582 if test "$enableval" = yes; then
8583 ac_cv_use_pnm='wxUSE_PNM=yes'
8584 else
8585 ac_cv_use_pnm='wxUSE_PNM=no'
8586 fi
8587
8588else
8589
8590 LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
8591 if test "x$LINE" != x ; then
8592 eval "DEFAULT_$LINE"
8593 else
8594 no_cache=1
8595 fi
8596
8597 ac_cv_use_pnm='wxUSE_PNM='$DEFAULT_wxUSE_PNM
8598
8599fi
8600
8601
8602 eval "$ac_cv_use_pnm"
8603 if test "$no_cache" != 1; then
8604 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
8605 fi
8606
8607 if test "$wxUSE_PNM" = yes; then
8608 echo "$ac_t""yes" 1>&6
8609 else
8610 echo "$ac_t""no" 1>&6
8611 fi
8612
8613
8614 enablestring=
8615 echo $ac_n "checking for --${enablestring:-enable}-xpm""... $ac_c" 1>&6
8616echo "configure:8617: checking for --${enablestring:-enable}-xpm" >&5
8617 no_cache=0
8618 # Check whether --enable-xpm or --disable-xpm was given.
8619if test "${enable_xpm+set}" = set; then
8620 enableval="$enable_xpm"
8621
8622 if test "$enableval" = yes; then
8623 ac_cv_use_xpm='wxUSE_XPM=yes'
8624 else
8625 ac_cv_use_xpm='wxUSE_XPM=no'
8626 fi
8627
8628else
8629
8630 LINE=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
8631 if test "x$LINE" != x ; then
8632 eval "DEFAULT_$LINE"
8633 else
8634 no_cache=1
8635 fi
8636
8637 ac_cv_use_xpm='wxUSE_XPM='$DEFAULT_wxUSE_XPM
8638
8639fi
8640
8641
8642 eval "$ac_cv_use_xpm"
8643 if test "$no_cache" != 1; then
8644 echo $ac_cv_use_xpm >> ${wx_arg_cache_file}.tmp
8645 fi
8646
8647 if test "$wxUSE_XPM" = yes; then
8648 echo "$ac_t""yes" 1>&6
8649 else
8650 echo "$ac_t""no" 1>&6
8651 fi
8652
8653
8654 enablestring=
8655 echo $ac_n "checking for --${enablestring:-enable}-ico_cur""... $ac_c" 1>&6
8656echo "configure:8657: checking for --${enablestring:-enable}-ico_cur" >&5
8657 no_cache=0
8658 # Check whether --enable-ico_cur or --disable-ico_cur was given.
8659if test "${enable_ico_cur+set}" = set; then
8660 enableval="$enable_ico_cur"
8661
8662 if test "$enableval" = yes; then
8663 ac_cv_use_ico_cur='wxUSE_ICO_CUR=yes'
8664 else
8665 ac_cv_use_ico_cur='wxUSE_ICO_CUR=no'
8666 fi
8667
8668else
8669
8670 LINE=`grep "wxUSE_ICO_CUR" ${wx_arg_cache_file}`
8671 if test "x$LINE" != x ; then
8672 eval "DEFAULT_$LINE"
8673 else
8674 no_cache=1
8675 fi
8676
8677 ac_cv_use_ico_cur='wxUSE_ICO_CUR='$DEFAULT_wxUSE_ICO_CUR
8678
8679fi
8680
8681
8682 eval "$ac_cv_use_ico_cur"
8683 if test "$no_cache" != 1; then
8684 echo $ac_cv_use_ico_cur >> ${wx_arg_cache_file}.tmp
8685 fi
8686
8687 if test "$wxUSE_ICO_CUR" = yes; then
8688 echo "$ac_t""yes" 1>&6
8689 else
8690 echo "$ac_t""no" 1>&6
8691 fi
8692
8693
8694fi
8695
8696case "${host}" in
8697 *-pc-os2_emx | *-pc-os2-emx )
8698 PATH_IFS=';'
8699 LEX_STEM="lexyy"
8700 ;;
8701 *)
8702 PATH_IFS=':'
8703 LEX_STEM="lex.yy"
8704 ;;
8705esac
8706
8707
8708
8709 echo "saving argument cache $wx_arg_cache_file"
8710 mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file}
8711
8712
8713
8714echo $ac_n "checking for toolkit""... $ac_c" 1>&6
8715echo "configure:8716: checking for toolkit" >&5
8716
8717if test "$wxUSE_GUI" = "yes"; then
8718
8719 if test "$USE_BEOS" = 1; then
8720 { echo "configure: error: BeOS GUI is not supported yet, use --disable-gui" 1>&2; exit 1; }
8721 fi
8722
8723 if test "$TOOLKIT_GIVEN" = 1; then
8724 for toolkit in `echo $ALL_TOOLKITS`; do
8725 var=wxUSE_$toolkit
8726 eval "value=\$${var}"
8727 eval "$var=`echo \$value | sed -e "s/yes/1/" -e "s/no/0/"`"
8728 done
8729 else
8730 for toolkit in `echo $ALL_TOOLKITS`; do
8731 if test "$has_toolkit_in_cache" != 1; then
8732 var=DEFAULT_DEFAULT_wxUSE_$toolkit
8733 else
8734 var=DEFAULT_wxUSE_$toolkit
8735 fi
8736 eval "wxUSE_$toolkit=\$${var}"
8737 done
8738 fi
8739
8740 NUM_TOOLKITS=`expr ${wxUSE_GTK:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_MAC:-0} \
8741 + ${wxUSE_WINE:-0} + ${wxUSE_MSW:-0} + ${wxUSE_MGL:-0} + ${wxUSE_MICROWIN:-0} + ${wxUSE_X11:-0}`
8742
8743 case "${host}" in
8744 *-pc-os2_emx | *-pc-os2-emx )
8745 NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
8746 esac
8747
8748 case "$NUM_TOOLKITS" in
8749 1)
8750 ;;
8751 0)
8752 { echo "configure: error: Please specify a toolkit -- cannot determine the default for ${host}" 1>&2; exit 1; }
8753 ;;
8754 *)
8755 { echo "configure: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" 1>&2; exit 1; }
8756 esac
8757
8758 for toolkit in `echo $ALL_TOOLKITS`; do
8759 var=wxUSE_$toolkit
8760 eval "value=\$${var}"
8761 if test "x$value" != x; then
8762 cache_var=CACHE_$toolkit
8763 eval "cache=\$${cache_var}"
8764 if test "$cache" = 1; then
8765 echo "$var=$value" >> ${wx_arg_cache_file}
8766 fi
8767 if test "$value" = 1; then
8768 toolkit_echo=`echo $toolkit | tr [A-Z] [a-z]`
8769 echo "$ac_t""$toolkit_echo" 1>&6
8770 fi
8771 fi
8772 done
8773else
8774 echo "$ac_t""base ($host_alias hosted) only" 1>&6
8775fi
8776
8777wants_win32=0
8778doesnt_want_win32=0
8779case "${host}" in
8780 *-*-cygwin*)
8781 if test "$wxUSE_MSW" = 1 ; then
8782 wants_win32=1
8783 else
8784 doesnt_want_win32=1
8785 fi
8786 ;;
8787 *-*-mingw*)
8788 wants_win32=1
8789 ;;
8790esac
8791
8792if test "$wants_win32" = 1 ; then
8793 USE_UNIX=0
8794 USE_WIN32=1
8795 cat >> confdefs.h <<\EOF
8796#define __WIN32__ 1
8797EOF
8798
8799 cat >> confdefs.h <<\EOF
8800#define __WIN95__ 1
8801EOF
8802
8803 cat >> confdefs.h <<\EOF
8804#define __WINDOWS__ 1
8805EOF
8806
8807 cat >> confdefs.h <<\EOF
8808#define __GNUWIN32__ 1
8809EOF
8810
8811 cat >> confdefs.h <<\EOF
8812#define STRICT 1
8813EOF
8814
8815 cat >> confdefs.h <<\EOF
8816#define WINVER 0x0400
8817EOF
8818
8819fi
8820if test "$doesnt_want_win32" = 1 ; then
8821 USE_UNIX=1
8822 USE_WIN32=0
8823fi
8824
8825if test "$USE_UNIX" = 1 ; then
8826 wxUSE_UNIX=yes
8827 cat >> confdefs.h <<\EOF
8828#define __UNIX__ 1
8829EOF
8830
8831fi
8832
8833
8834cat > confcache <<\EOF
8835# This file is a shell script that caches the results of configure
8836# tests run on this system so they can be shared between configure
8837# scripts and configure runs. It is not useful on other systems.
8838# If it contains results you don't want to keep, you may remove or edit it.
8839#
8840# By default, configure uses ./config.cache as the cache file,
8841# creating it if it does not exist already. You can give configure
8842# the --cache-file=FILE option to use a different cache file; that is
8843# what configure does when it calls configure scripts in
8844# subdirectories, so they share the cache.
8845# Giving --cache-file=/dev/null disables caching, for debugging configure.
8846# config.status only pays attention to the cache file if you give it the
8847# --recheck option to rerun configure.
8848#
8849EOF
8850# The following way of writing the cache mishandles newlines in values,
8851# but we know of no workaround that is simple, portable, and efficient.
8852# So, don't put newlines in cache variables' values.
8853# Ultrix sh set writes to stderr and can't be redirected directly,
8854# and sets the high bit in the cache file unless we assign to the vars.
8855(set) 2>&1 |
8856 case `(ac_space=' '; set | grep ac_space) 2>&1` in
8857 *ac_space=\ *)
8858 # `set' does not quote correctly, so add quotes (double-quote substitution
8859 # turns \\\\ into \\, and sed turns \\ into \).
8860 sed -n \
8861 -e "s/'/'\\\\''/g" \
8862 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
8863 ;;
8864 *)
8865 # `set' quotes correctly as required by POSIX, so do not add quotes.
8866 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
8867 ;;
8868 esac >> confcache
8869if cmp -s $cache_file confcache; then
8870 :
8871else
8872 if test -w $cache_file; then
8873 echo "updating cache $cache_file"
8874 cat confcache > $cache_file
8875 else
8876 echo "not updating unwritable cache $cache_file"
8877 fi
8878fi
8879rm -f confcache
8880
8881
8882if test "$build" != "$host" ; then
8883 if test "$USE_WIN32" = 1 -o "$USE_DOS" = 1 -o "$USE_UNIX"; then
8884 CC=$host_alias-gcc
8885 CXX=$host_alias-c++
8886 AR=$host_alias-ar
8887 RANLIB=$host_alias-ranlib
8888 DLLTOOL=$host_alias-dlltool
8889 RESCOMP=$host_alias-windres
8890 LD=$host_alias-ld
8891 NM=$host_alias-nm
8892 STRIP=$host_alias-strip
8893 else
8894 { echo "configure: error: $build_alias -> $host_alias cross compilation not supported yet." 1>&2; exit 1; }
8895 fi
8896fi
8897
8898CFLAGS=${CFLAGS:=}
8899# Extract the first word of "gcc", so it can be a program name with args.
8900set dummy gcc; ac_word=$2
8901echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8902echo "configure:8903: checking for $ac_word" >&5
8903if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
8904 echo $ac_n "(cached) $ac_c" 1>&6
8905else
8906 if test -n "$CC"; then
8907 ac_cv_prog_CC="$CC" # Let the user override the test.
8908else
8909 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8910 ac_dummy="$PATH"
8911 for ac_dir in $ac_dummy; do
8912 test -z "$ac_dir" && ac_dir=.
8913 if test -f $ac_dir/$ac_word; then
8914 ac_cv_prog_CC="gcc"
8915 break
8916 fi
8917 done
8918 IFS="$ac_save_ifs"
8919fi
8920fi
8921CC="$ac_cv_prog_CC"
8922if test -n "$CC"; then
8923 echo "$ac_t""$CC" 1>&6
8924else
8925 echo "$ac_t""no" 1>&6
8926fi
8927
8928if test -z "$CC"; then
8929 # Extract the first word of "cc", so it can be a program name with args.
8930set dummy cc; ac_word=$2
8931echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8932echo "configure:8933: checking for $ac_word" >&5
8933if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
8934 echo $ac_n "(cached) $ac_c" 1>&6
8935else
8936 if test -n "$CC"; then
8937 ac_cv_prog_CC="$CC" # Let the user override the test.
8938else
8939 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8940 ac_prog_rejected=no
8941 ac_dummy="$PATH"
8942 for ac_dir in $ac_dummy; do
8943 test -z "$ac_dir" && ac_dir=.
8944 if test -f $ac_dir/$ac_word; then
8945 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
8946 ac_prog_rejected=yes
8947 continue
8948 fi
8949 ac_cv_prog_CC="cc"
8950 break
8951 fi
8952 done
8953 IFS="$ac_save_ifs"
8954if test $ac_prog_rejected = yes; then
8955 # We found a bogon in the path, so make sure we never use it.
8956 set dummy $ac_cv_prog_CC
8957 shift
8958 if test $# -gt 0; then
8959 # We chose a different compiler from the bogus one.
8960 # However, it has the same basename, so the bogon will be chosen
8961 # first if we set CC to just the basename; use the full file name.
8962 shift
8963 set dummy "$ac_dir/$ac_word" "$@"
8964 shift
8965 ac_cv_prog_CC="$@"
8966 fi
8967fi
8968fi
8969fi
8970CC="$ac_cv_prog_CC"
8971if test -n "$CC"; then
8972 echo "$ac_t""$CC" 1>&6
8973else
8974 echo "$ac_t""no" 1>&6
8975fi
8976
8977 if test -z "$CC"; then
8978 case "`uname -s`" in
8979 *win32* | *WIN32*)
8980 # Extract the first word of "cl", so it can be a program name with args.
8981set dummy cl; ac_word=$2
8982echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8983echo "configure:8984: checking for $ac_word" >&5
8984if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
8985 echo $ac_n "(cached) $ac_c" 1>&6
8986else
8987 if test -n "$CC"; then
8988 ac_cv_prog_CC="$CC" # Let the user override the test.
8989else
8990 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8991 ac_dummy="$PATH"
8992 for ac_dir in $ac_dummy; do
8993 test -z "$ac_dir" && ac_dir=.
8994 if test -f $ac_dir/$ac_word; then
8995 ac_cv_prog_CC="cl"
8996 break
8997 fi
8998 done
8999 IFS="$ac_save_ifs"
9000fi
9001fi
9002CC="$ac_cv_prog_CC"
9003if test -n "$CC"; then
9004 echo "$ac_t""$CC" 1>&6
9005else
9006 echo "$ac_t""no" 1>&6
9007fi
9008 ;;
9009 esac
9010 fi
9011 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
9012fi
9013
9014echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
9015echo "configure:9016: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
9016
9017ac_ext=c
9018# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9019ac_cpp='$CPP $CPPFLAGS'
9020ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9021ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9022cross_compiling=$ac_cv_prog_cc_cross
9023
9024cat > conftest.$ac_ext << EOF
9025
9026#line 9027 "configure"
9027#include "confdefs.h"
9028
9029main(){return(0);}
9030EOF
9031if { (eval echo configure:9032: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9032 ac_cv_prog_cc_works=yes
9033 # If we can't run a trivial program, we are probably using a cross compiler.
9034 if (./conftest; exit) 2>/dev/null; then
9035 ac_cv_prog_cc_cross=no
9036 else
9037 ac_cv_prog_cc_cross=yes
9038 fi
9039else
9040 echo "configure: failed program was:" >&5
9041 cat conftest.$ac_ext >&5
9042 ac_cv_prog_cc_works=no
9043fi
9044rm -fr conftest*
9045ac_ext=c
9046# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9047ac_cpp='$CPP $CPPFLAGS'
9048ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9049ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9050cross_compiling=$ac_cv_prog_cc_cross
9051
9052echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
9053if test $ac_cv_prog_cc_works = no; then
9054 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
9055fi
9056echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
9057echo "configure:9058: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
9058echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
9059cross_compiling=$ac_cv_prog_cc_cross
9060
9061echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
9062echo "configure:9063: checking whether we are using GNU C" >&5
9063if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
9064 echo $ac_n "(cached) $ac_c" 1>&6
9065else
9066 cat > conftest.c <<EOF
9067#ifdef __GNUC__
9068 yes;
9069#endif
9070EOF
9071if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:9072: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
9072 ac_cv_prog_gcc=yes
9073else
9074 ac_cv_prog_gcc=no
9075fi
9076fi
9077
9078echo "$ac_t""$ac_cv_prog_gcc" 1>&6
9079
9080if test $ac_cv_prog_gcc = yes; then
9081 GCC=yes
9082else
9083 GCC=
9084fi
9085
9086ac_test_CFLAGS="${CFLAGS+set}"
9087ac_save_CFLAGS="$CFLAGS"
9088CFLAGS=
9089echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
9090echo "configure:9091: checking whether ${CC-cc} accepts -g" >&5
9091if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
9092 echo $ac_n "(cached) $ac_c" 1>&6
9093else
9094 echo 'void f(){}' > conftest.c
9095if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
9096 ac_cv_prog_cc_g=yes
9097else
9098 ac_cv_prog_cc_g=no
9099fi
9100rm -f conftest*
9101
9102fi
9103
9104echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
9105if test "$ac_test_CFLAGS" = set; then
9106 CFLAGS="$ac_save_CFLAGS"
9107elif test $ac_cv_prog_cc_g = yes; then
9108 if test "$GCC" = yes; then
9109 CFLAGS="-g -O2"
9110 else
9111 CFLAGS="-g"
9112 fi
9113else
9114 if test "$GCC" = yes; then
9115 CFLAGS="-O2"
9116 else
9117 CFLAGS=
9118 fi
9119fi
9120
9121
9122echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
9123echo "configure:9124: checking how to run the C preprocessor" >&5
9124# On Suns, sometimes $CPP names a directory.
9125if test -n "$CPP" && test -d "$CPP"; then
9126 CPP=
9127fi
9128if test -z "$CPP"; then
9129if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
9130 echo $ac_n "(cached) $ac_c" 1>&6
9131else
9132 # This must be in double quotes, not single quotes, because CPP may get
9133 # substituted into the Makefile and "${CC-cc}" will confuse make.
9134 CPP="${CC-cc} -E"
9135 # On the NeXT, cc -E runs the code through the compiler's parser,
9136 # not just through cpp.
9137 cat > conftest.$ac_ext <<EOF
9138#line 9139 "configure"
9139#include "confdefs.h"
9140#include <assert.h>
9141Syntax Error
9142EOF
9143ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9144{ (eval echo configure:9145: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9145ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9146if test -z "$ac_err"; then
9147 :
9148else
9149 echo "$ac_err" >&5
9150 echo "configure: failed program was:" >&5
9151 cat conftest.$ac_ext >&5
9152 rm -rf conftest*
9153 CPP="${CC-cc} -E -traditional-cpp"
9154 cat > conftest.$ac_ext <<EOF
9155#line 9156 "configure"
9156#include "confdefs.h"
9157#include <assert.h>
9158Syntax Error
9159EOF
9160ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9161{ (eval echo configure:9162: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9162ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9163if test -z "$ac_err"; then
9164 :
9165else
9166 echo "$ac_err" >&5
9167 echo "configure: failed program was:" >&5
9168 cat conftest.$ac_ext >&5
9169 rm -rf conftest*
9170 CPP="${CC-cc} -nologo -E"
9171 cat > conftest.$ac_ext <<EOF
9172#line 9173 "configure"
9173#include "confdefs.h"
9174#include <assert.h>
9175Syntax Error
9176EOF
9177ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9178{ (eval echo configure:9179: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9179ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9180if test -z "$ac_err"; then
9181 :
9182else
9183 echo "$ac_err" >&5
9184 echo "configure: failed program was:" >&5
9185 cat conftest.$ac_ext >&5
9186 rm -rf conftest*
9187 CPP=/lib/cpp
9188fi
9189rm -f conftest*
9190fi
9191rm -f conftest*
9192fi
9193rm -f conftest*
9194 ac_cv_prog_CPP="$CPP"
9195fi
9196 CPP="$ac_cv_prog_CPP"
9197else
9198 ac_cv_prog_CPP="$CPP"
9199fi
9200echo "$ac_t""$CPP" 1>&6
9201
9202if test $ac_cv_prog_gcc = yes; then
9203 echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
9204echo "configure:9205: checking whether ${CC-cc} needs -traditional" >&5
9205if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
9206 echo $ac_n "(cached) $ac_c" 1>&6
9207else
9208 ac_pattern="Autoconf.*'x'"
9209 cat > conftest.$ac_ext <<EOF
9210#line 9211 "configure"
9211#include "confdefs.h"
9212#include <sgtty.h>
9213Autoconf TIOCGETP
9214EOF
9215if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9216 egrep "$ac_pattern" >/dev/null 2>&1; then
9217 rm -rf conftest*
9218 ac_cv_prog_gcc_traditional=yes
9219else
9220 rm -rf conftest*
9221 ac_cv_prog_gcc_traditional=no
9222fi
9223rm -f conftest*
9224
9225
9226 if test $ac_cv_prog_gcc_traditional = no; then
9227 cat > conftest.$ac_ext <<EOF
9228#line 9229 "configure"
9229#include "confdefs.h"
9230#include <termio.h>
9231Autoconf TCGETA
9232EOF
9233if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9234 egrep "$ac_pattern" >/dev/null 2>&1; then
9235 rm -rf conftest*
9236 ac_cv_prog_gcc_traditional=yes
9237fi
9238rm -f conftest*
9239
9240 fi
9241fi
9242
9243echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
9244 if test $ac_cv_prog_gcc_traditional = yes; then
9245 CC="$CC -traditional"
9246 fi
9247fi
9248
9249
9250
9251ac_ext=C
9252# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9253ac_cpp='$CXXCPP $CPPFLAGS'
9254ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9255ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9256cross_compiling=$ac_cv_prog_cxx_cross
9257
9258
9259CXXFLAGS=${CXXFLAGS:=}
9260for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl
9261do
9262# Extract the first word of "$ac_prog", so it can be a program name with args.
9263set dummy $ac_prog; ac_word=$2
9264echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9265echo "configure:9266: checking for $ac_word" >&5
9266if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
9267 echo $ac_n "(cached) $ac_c" 1>&6
9268else
9269 if test -n "$CXX"; then
9270 ac_cv_prog_CXX="$CXX" # Let the user override the test.
9271else
9272 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
9273 ac_dummy="$PATH"
9274 for ac_dir in $ac_dummy; do
9275 test -z "$ac_dir" && ac_dir=.
9276 if test -f $ac_dir/$ac_word; then
9277 ac_cv_prog_CXX="$ac_prog"
9278 break
9279 fi
9280 done
9281 IFS="$ac_save_ifs"
9282fi
9283fi
9284CXX="$ac_cv_prog_CXX"
9285if test -n "$CXX"; then
9286 echo "$ac_t""$CXX" 1>&6
9287else
9288 echo "$ac_t""no" 1>&6
9289fi
9290
9291test -n "$CXX" && break
9292done
9293test -n "$CXX" || CXX="gcc"
9294
9295
9296echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
9297echo "configure:9298: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
9298
9299ac_ext=C
9300# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9301ac_cpp='$CXXCPP $CPPFLAGS'
9302ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9303ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9304cross_compiling=$ac_cv_prog_cxx_cross
9305
9306cat > conftest.$ac_ext << EOF
9307
9308#line 9309 "configure"
9309#include "confdefs.h"
9310
9311int main(){return(0);}
9312EOF
9313if { (eval echo configure:9314: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9314 ac_cv_prog_cxx_works=yes
9315 # If we can't run a trivial program, we are probably using a cross compiler.
9316 if (./conftest; exit) 2>/dev/null; then
9317 ac_cv_prog_cxx_cross=no
9318 else
9319 ac_cv_prog_cxx_cross=yes
9320 fi
9321else
9322 echo "configure: failed program was:" >&5
9323 cat conftest.$ac_ext >&5
9324 ac_cv_prog_cxx_works=no
9325fi
9326rm -fr conftest*
9327ac_ext=C
9328# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9329ac_cpp='$CXXCPP $CPPFLAGS'
9330ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9331ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9332cross_compiling=$ac_cv_prog_cxx_cross
9333
9334echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
9335if test $ac_cv_prog_cxx_works = no; then
9336 { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
9337fi
9338echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
9339echo "configure:9340: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
9340echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
9341cross_compiling=$ac_cv_prog_cxx_cross
9342
9343echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
9344echo "configure:9345: checking whether we are using GNU C++" >&5
9345if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
9346 echo $ac_n "(cached) $ac_c" 1>&6
9347else
9348 cat > conftest.C <<EOF
9349#ifdef __GNUC__
9350 yes;
9351#endif
9352EOF
9353if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:9354: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
9354 ac_cv_prog_gxx=yes
9355else
9356 ac_cv_prog_gxx=no
9357fi
9358fi
9359
9360echo "$ac_t""$ac_cv_prog_gxx" 1>&6
9361
9362if test $ac_cv_prog_gxx = yes; then
9363 GXX=yes
9364else
9365 GXX=
9366fi
9367
9368ac_test_CXXFLAGS="${CXXFLAGS+set}"
9369ac_save_CXXFLAGS="$CXXFLAGS"
9370CXXFLAGS=
9371echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
9372echo "configure:9373: checking whether ${CXX-g++} accepts -g" >&5
9373if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
9374 echo $ac_n "(cached) $ac_c" 1>&6
9375else
9376 echo 'void f(){}' > conftest.cc
9377if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
9378 ac_cv_prog_cxx_g=yes
9379else
9380 ac_cv_prog_cxx_g=no
9381fi
9382rm -f conftest*
9383
9384fi
9385
9386echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
9387if test "$ac_test_CXXFLAGS" = set; then
9388 CXXFLAGS="$ac_save_CXXFLAGS"
9389elif test $ac_cv_prog_cxx_g = yes; then
9390 if test "$GXX" = yes; then
9391 CXXFLAGS="-g -O2"
9392 else
9393 CXXFLAGS="-g"
9394 fi
9395else
9396 if test "$GXX" = yes; then
9397 CXXFLAGS="-O2"
9398 else
9399 CXXFLAGS=
9400 fi
9401fi
9402
9403
9404ac_ext=c
9405# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9406ac_cpp='$CPP $CPPFLAGS'
9407ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9408ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9409cross_compiling=$ac_cv_prog_cc_cross
9410
9411
9412# Extract the first word of "ranlib", so it can be a program name with args.
9413set dummy ranlib; ac_word=$2
9414echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9415echo "configure:9416: checking for $ac_word" >&5
9416if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
9417 echo $ac_n "(cached) $ac_c" 1>&6
9418else
9419 if test -n "$RANLIB"; then
9420 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9421else
9422 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
9423 ac_dummy="$PATH"
9424 for ac_dir in $ac_dummy; do
9425 test -z "$ac_dir" && ac_dir=.
9426 if test -f $ac_dir/$ac_word; then
9427 ac_cv_prog_RANLIB="ranlib"
9428 break
9429 fi
9430 done
9431 IFS="$ac_save_ifs"
9432 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
9433fi
9434fi
9435RANLIB="$ac_cv_prog_RANLIB"
9436if test -n "$RANLIB"; then
9437 echo "$ac_t""$RANLIB" 1>&6
9438else
9439 echo "$ac_t""no" 1>&6
9440fi
9441
9442
9443# Extract the first word of "ar", so it can be a program name with args.
9444set dummy ar; ac_word=$2
9445echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9446echo "configure:9447: checking for $ac_word" >&5
9447if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
9448 echo $ac_n "(cached) $ac_c" 1>&6
9449else
9450 if test -n "$AR"; then
9451 ac_cv_prog_AR="$AR" # Let the user override the test.
9452else
9453 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
9454 ac_dummy="$PATH"
9455 for ac_dir in $ac_dummy; do
9456 test -z "$ac_dir" && ac_dir=.
9457 if test -f $ac_dir/$ac_word; then
9458 ac_cv_prog_AR="ar"
9459 break
9460 fi
9461 done
9462 IFS="$ac_save_ifs"
9463 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
9464fi
9465fi
9466AR="$ac_cv_prog_AR"
9467if test -n "$AR"; then
9468 echo "$ac_t""$AR" 1>&6
9469else
9470 echo "$ac_t""no" 1>&6
9471fi
9472
9473
9474# Find a good install program. We prefer a C program (faster),
9475# so one script is as good as another. But avoid the broken or
9476# incompatible versions:
9477# SysV /etc/install, /usr/sbin/install
9478# SunOS /usr/etc/install
9479# IRIX /sbin/install
9480# AIX /bin/install
9481# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
9482# AFS /usr/afsws/bin/install, which mishandles nonexistent args
9483# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
9484# ./install, which can be erroneously created by make from ./install.sh.
9485echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
9486echo "configure:9487: checking for a BSD compatible install" >&5
9487if test -z "$INSTALL"; then
9488if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
9489 echo $ac_n "(cached) $ac_c" 1>&6
9490else
9491 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
9492 for ac_dir in $PATH; do
9493 # Account for people who put trailing slashes in PATH elements.
9494 case "$ac_dir/" in
9495 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
9496 *)
9497 # OSF1 and SCO ODT 3.0 have their own names for install.
9498 # Don't use installbsd from OSF since it installs stuff as root
9499 # by default.
9500 for ac_prog in ginstall scoinst install; do
9501 if test -f $ac_dir/$ac_prog; then
9502 if test $ac_prog = install &&
9503 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
9504 # AIX install. It has an incompatible calling convention.
9505 :
9506 else
9507 ac_cv_path_install="$ac_dir/$ac_prog -c"
9508 break 2
9509 fi
9510 fi
9511 done
9512 ;;
9513 esac
9514 done
9515 IFS="$ac_save_IFS"
9516
9517fi
9518 if test "${ac_cv_path_install+set}" = set; then
9519 INSTALL="$ac_cv_path_install"
9520 else
9521 # As a last resort, use the slow shell script. We don't cache a
9522 # path for INSTALL within a source directory, because that will
9523 # break other packages using the cache if that directory is
9524 # removed, or if the path is relative.
9525 INSTALL="$ac_install_sh"
9526 fi
9527fi
9528echo "$ac_t""$INSTALL" 1>&6
9529
9530# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
9531# It thinks the first close brace ends the variable substitution.
9532test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
9533
9534test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
9535
9536test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
9537
9538
9539case ${INSTALL} in
9540 /* ) # Absolute
9541 ;;
9542 *)
9543 INSTALL=`pwd`/${INSTALL} ;;
9544esac
9545
9546
9547case "${host}" in
9548
9549 powerpc-*-darwin* )
9550 INSTALL_PROGRAM="cp -fp"
9551 INSTALL_DATA="cp -fp"
9552 ;;
9553 *)
9554 ;;
9555esac
9556
9557# Extract the first word of "strip", so it can be a program name with args.
9558set dummy strip; ac_word=$2
9559echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9560echo "configure:9561: checking for $ac_word" >&5
9561if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
9562 echo $ac_n "(cached) $ac_c" 1>&6
9563else
9564 if test -n "$STRIP"; then
9565 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9566else
9567 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
9568 ac_dummy="$PATH"
9569 for ac_dir in $ac_dummy; do
9570 test -z "$ac_dir" && ac_dir=.
9571 if test -f $ac_dir/$ac_word; then
9572 ac_cv_prog_STRIP="strip"
9573 break
9574 fi
9575 done
9576 IFS="$ac_save_ifs"
9577 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP="true"
9578fi
9579fi
9580STRIP="$ac_cv_prog_STRIP"
9581if test -n "$STRIP"; then
9582 echo "$ac_t""$STRIP" 1>&6
9583else
9584 echo "$ac_t""no" 1>&6
9585fi
9586
9587
9588echo $ac_n "checking if make is GNU make""... $ac_c" 1>&6
9589echo "configure:9590: checking if make is GNU make" >&5
9590if eval "test \"`echo '$''{'wx_cv_prog_makeisgnu'+set}'`\" = set"; then
9591 echo $ac_n "(cached) $ac_c" 1>&6
9592else
9593
9594 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
9595 egrep -s GNU > /dev/null); then
9596 wx_cv_prog_makeisgnu="yes"
9597 else
9598 wx_cv_prog_makeisgnu="no"
9599 fi
9600
9601fi
9602
9603echo "$ac_t""$wx_cv_prog_makeisgnu" 1>&6
9604
9605if test "x$wx_cv_prog_makeisgnu" = "xyes"; then
9606 IF_GNU_MAKE=""
9607else
9608 IF_GNU_MAKE="#"
9609fi
9610
9611
9612
9613if test "x$wx_cv_prog_makeisgnu" != "xyes"; then
9614echo $ac_n "checking if make supports VPATH""... $ac_c" 1>&6
9615echo "configure:9616: checking if make supports VPATH" >&5
9616if eval "test \"`echo '$''{'wx_cv_prog_makevpath'+set}'`\" = set"; then
9617 echo $ac_n "(cached) $ac_c" 1>&6
9618else
9619
9620cat - << EOF > confMake
9621check : file
9622 cp \$? \$@
9623 cp \$? final_file
9624EOF
9625
9626if test ! -d sub ; then
9627 mkdir sub
9628fi
9629echo dummy > sub/file
9630${MAKE-make} -f confMake VPATH=sub 2>&5 > /dev/null
9631RESULT=$?
9632rm -f sub/file check final_file confMake
9633rmdir sub
9634if test "$RESULT" = 0; then
9635 wx_cv_prog_makevpath="yes"
9636else
9637 wx_cv_prog_makevpath="no"
9638fi
9639
9640fi
9641
9642echo "$ac_t""$wx_cv_prog_makevpath" 1>&6
9643
9644if test "x$wx_cv_prog_makevpath" != "xyes"; then
9645{ echo "configure: error:
9646You need a make-utility that is able to use the variable
9647VPATH correctly.
9648If your version of make does not support VPATH correctly,
9649please install GNU-make (possibly as gmake), and start
9650configure with the following command:
9651export MAKE=gmake; ./configure for sh-type shells
9652setenv MAKE gmake; ./configure for csh-type shells
9653Also please do remember to use gmake in this case every time
9654you are trying to compile.
9655" 1>&2; exit 1; }
9656fi fi
9657for ac_prog in 'bison -y' byacc
9658do
9659# Extract the first word of "$ac_prog", so it can be a program name with args.
9660set dummy $ac_prog; ac_word=$2
9661echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9662echo "configure:9663: checking for $ac_word" >&5
9663if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
9664 echo $ac_n "(cached) $ac_c" 1>&6
9665else
9666 if test -n "$YACC"; then
9667 ac_cv_prog_YACC="$YACC" # Let the user override the test.
9668else
9669 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
9670 ac_dummy="$PATH"
9671 for ac_dir in $ac_dummy; do
9672 test -z "$ac_dir" && ac_dir=.
9673 if test -f $ac_dir/$ac_word; then
9674 ac_cv_prog_YACC="$ac_prog"
9675 break
9676 fi
9677 done
9678 IFS="$ac_save_ifs"
9679fi
9680fi
9681YACC="$ac_cv_prog_YACC"
9682if test -n "$YACC"; then
9683 echo "$ac_t""$YACC" 1>&6
9684else
9685 echo "$ac_t""no" 1>&6
9686fi
9687
9688test -n "$YACC" && break
9689done
9690test -n "$YACC" || YACC="yacc"
9691
9692
9693# Extract the first word of "flex", so it can be a program name with args.
9694set dummy flex; ac_word=$2
9695echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9696echo "configure:9697: checking for $ac_word" >&5
9697if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
9698 echo $ac_n "(cached) $ac_c" 1>&6
9699else
9700 if test -n "$LEX"; then
9701 ac_cv_prog_LEX="$LEX" # Let the user override the test.
9702else
9703 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
9704 ac_dummy="$PATH"
9705 for ac_dir in $ac_dummy; do
9706 test -z "$ac_dir" && ac_dir=.
9707 if test -f $ac_dir/$ac_word; then
9708 ac_cv_prog_LEX="flex"
9709 break
9710 fi
9711 done
9712 IFS="$ac_save_ifs"
9713 test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX="lex"
9714fi
9715fi
9716LEX="$ac_cv_prog_LEX"
9717if test -n "$LEX"; then
9718 echo "$ac_t""$LEX" 1>&6
9719else
9720 echo "$ac_t""no" 1>&6
9721fi
9722
9723if test -z "$LEXLIB"
9724then
9725 case "$LEX" in
9726 flex*) ac_lib=fl ;;
9727 *) ac_lib=l ;;
9728 esac
9729 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
9730echo "configure:9731: checking for yywrap in -l$ac_lib" >&5
9731ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
9732if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9733 echo $ac_n "(cached) $ac_c" 1>&6
9734else
9735 ac_save_LIBS="$LIBS"
9736LIBS="-l$ac_lib $LIBS"
9737cat > conftest.$ac_ext <<EOF
9738#line 9739 "configure"
9739#include "confdefs.h"
9740/* Override any gcc2 internal prototype to avoid an error. */
9741/* We use char because int might match the return type of a gcc2
9742 builtin and then its argument prototype would still apply. */
9743char yywrap();
9744
9745int main() {
9746yywrap()
9747; return 0; }
9748EOF
9749if { (eval echo configure:9750: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9750 rm -rf conftest*
9751 eval "ac_cv_lib_$ac_lib_var=yes"
9752else
9753 echo "configure: failed program was:" >&5
9754 cat conftest.$ac_ext >&5
9755 rm -rf conftest*
9756 eval "ac_cv_lib_$ac_lib_var=no"
9757fi
9758rm -f conftest*
9759LIBS="$ac_save_LIBS"
9760
9761fi
9762if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9763 echo "$ac_t""yes" 1>&6
9764 LEXLIB="-l$ac_lib"
9765else
9766 echo "$ac_t""no" 1>&6
9767fi
9768
9769fi
9770
9771
9772echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
9773echo "configure:9774: checking whether ln -s works" >&5
9774if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
9775 echo $ac_n "(cached) $ac_c" 1>&6
9776else
9777 rm -f conftestdata
9778if ln -s X conftestdata 2>/dev/null
9779then
9780 rm -f conftestdata
9781 ac_cv_prog_LN_S="ln -s"
9782else
9783 ac_cv_prog_LN_S=ln
9784fi
9785fi
9786LN_S="$ac_cv_prog_LN_S"
9787if test "$ac_cv_prog_LN_S" = "ln -s"; then
9788 echo "$ac_t""yes" 1>&6
9789else
9790 echo "$ac_t""no" 1>&6
9791fi
9792
9793
9794case "${host}" in
9795 *-pc-os2_emx | *-pc-os2-emx )
9796 LIBS="$LIBS -lstdcpp"
9797 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
9798 echo $ac_n "checking for drand48 in -lcExt""... $ac_c" 1>&6
9799echo "configure:9800: checking for drand48 in -lcExt" >&5
9800ac_lib_var=`echo cExt'_'drand48 | sed 'y%./+-%__p_%'`
9801if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9802 echo $ac_n "(cached) $ac_c" 1>&6
9803else
9804 ac_save_LIBS="$LIBS"
9805LIBS="-lcExt $LIBS"
9806cat > conftest.$ac_ext <<EOF
9807#line 9808 "configure"
9808#include "confdefs.h"
9809/* Override any gcc2 internal prototype to avoid an error. */
9810/* We use char because int might match the return type of a gcc2
9811 builtin and then its argument prototype would still apply. */
9812char drand48();
9813
9814int main() {
9815drand48()
9816; return 0; }
9817EOF
9818if { (eval echo configure:9819: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9819 rm -rf conftest*
9820 eval "ac_cv_lib_$ac_lib_var=yes"
9821else
9822 echo "configure: failed program was:" >&5
9823 cat conftest.$ac_ext >&5
9824 rm -rf conftest*
9825 eval "ac_cv_lib_$ac_lib_var=no"
9826fi
9827rm -f conftest*
9828LIBS="$ac_save_LIBS"
9829
9830fi
9831if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9832 echo "$ac_t""yes" 1>&6
9833 LIBS="$LIBS -lcExt"
9834else
9835 echo "$ac_t""no" 1>&6
9836fi
9837
9838 else
9839 RESPROGRAMOBJ="\${top_srcdir}/include/wx/os2/wx.res"
9840 fi
9841 ;;
9842esac
9843
9844
9845if test "$wxUSE_MAC" != 1; then
9846 for ac_hdr in strings.h
9847do
9848ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9849echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9850echo "configure:9851: checking for $ac_hdr" >&5
9851if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9852 echo $ac_n "(cached) $ac_c" 1>&6
9853else
9854 cat > conftest.$ac_ext <<EOF
9855#line 9856 "configure"
9856#include "confdefs.h"
9857#include <$ac_hdr>
9858EOF
9859ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9860{ (eval echo configure:9861: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9861ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9862if test -z "$ac_err"; then
9863 rm -rf conftest*
9864 eval "ac_cv_header_$ac_safe=yes"
9865else
9866 echo "$ac_err" >&5
9867 echo "configure: failed program was:" >&5
9868 cat conftest.$ac_ext >&5
9869 rm -rf conftest*
9870 eval "ac_cv_header_$ac_safe=no"
9871fi
9872rm -f conftest*
9873fi
9874if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9875 echo "$ac_t""yes" 1>&6
9876 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9877 cat >> confdefs.h <<EOF
9878#define $ac_tr_hdr 1
9879EOF
9880
9881else
9882 echo "$ac_t""no" 1>&6
9883fi
9884done
9885
9886fi
9887
9888for ac_hdr in stdlib.h
9889do
9890ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9891echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9892echo "configure:9893: checking for $ac_hdr" >&5
9893if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9894 echo $ac_n "(cached) $ac_c" 1>&6
9895else
9896 cat > conftest.$ac_ext <<EOF
9897#line 9898 "configure"
9898#include "confdefs.h"
9899#include <$ac_hdr>
9900EOF
9901ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9902{ (eval echo configure:9903: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9903ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9904if test -z "$ac_err"; then
9905 rm -rf conftest*
9906 eval "ac_cv_header_$ac_safe=yes"
9907else
9908 echo "$ac_err" >&5
9909 echo "configure: failed program was:" >&5
9910 cat conftest.$ac_ext >&5
9911 rm -rf conftest*
9912 eval "ac_cv_header_$ac_safe=no"
9913fi
9914rm -f conftest*
9915fi
9916if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9917 echo "$ac_t""yes" 1>&6
9918 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9919 cat >> confdefs.h <<EOF
9920#define $ac_tr_hdr 1
9921EOF
9922
9923else
9924 echo "$ac_t""no" 1>&6
9925fi
9926done
9927
9928for ac_hdr in malloc.h
9929do
9930ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9931echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9932echo "configure:9933: checking for $ac_hdr" >&5
9933if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9934 echo $ac_n "(cached) $ac_c" 1>&6
9935else
9936 cat > conftest.$ac_ext <<EOF
9937#line 9938 "configure"
9938#include "confdefs.h"
9939#include <$ac_hdr>
9940EOF
9941ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9942{ (eval echo configure:9943: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9943ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9944if test -z "$ac_err"; then
9945 rm -rf conftest*
9946 eval "ac_cv_header_$ac_safe=yes"
9947else
9948 echo "$ac_err" >&5
9949 echo "configure: failed program was:" >&5
9950 cat conftest.$ac_ext >&5
9951 rm -rf conftest*
9952 eval "ac_cv_header_$ac_safe=no"
9953fi
9954rm -f conftest*
9955fi
9956if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9957 echo "$ac_t""yes" 1>&6
9958 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9959 cat >> confdefs.h <<EOF
9960#define $ac_tr_hdr 1
9961EOF
9962
9963else
9964 echo "$ac_t""no" 1>&6
9965fi
9966done
9967
9968for ac_hdr in unistd.h
9969do
9970ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9971echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9972echo "configure:9973: checking for $ac_hdr" >&5
9973if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9974 echo $ac_n "(cached) $ac_c" 1>&6
9975else
9976 cat > conftest.$ac_ext <<EOF
9977#line 9978 "configure"
9978#include "confdefs.h"
9979#include <$ac_hdr>
9980EOF
9981ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9982{ (eval echo configure:9983: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9983ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9984if test -z "$ac_err"; then
9985 rm -rf conftest*
9986 eval "ac_cv_header_$ac_safe=yes"
9987else
9988 echo "$ac_err" >&5
9989 echo "configure: failed program was:" >&5
9990 cat conftest.$ac_ext >&5
9991 rm -rf conftest*
9992 eval "ac_cv_header_$ac_safe=no"
9993fi
9994rm -f conftest*
9995fi
9996if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9997 echo "$ac_t""yes" 1>&6
9998 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9999 cat >> confdefs.h <<EOF
10000#define $ac_tr_hdr 1
10001EOF
10002
10003else
10004 echo "$ac_t""no" 1>&6
10005fi
10006done
10007
10008for ac_hdr in wchar.h
10009do
10010ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
10011echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
10012echo "configure:10013: checking for $ac_hdr" >&5
10013if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10014 echo $ac_n "(cached) $ac_c" 1>&6
10015else
10016 cat > conftest.$ac_ext <<EOF
10017#line 10018 "configure"
10018#include "confdefs.h"
10019#include <$ac_hdr>
10020EOF
10021ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10022{ (eval echo configure:10023: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10023ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10024if test -z "$ac_err"; then
10025 rm -rf conftest*
10026 eval "ac_cv_header_$ac_safe=yes"
10027else
10028 echo "$ac_err" >&5
10029 echo "configure: failed program was:" >&5
10030 cat conftest.$ac_ext >&5
10031 rm -rf conftest*
10032 eval "ac_cv_header_$ac_safe=no"
10033fi
10034rm -f conftest*
10035fi
10036if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10037 echo "$ac_t""yes" 1>&6
10038 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
10039 cat >> confdefs.h <<EOF
10040#define $ac_tr_hdr 1
10041EOF
10042
10043else
10044 echo "$ac_t""no" 1>&6
10045fi
10046done
10047
10048
10049if test "$ac_cv_header_wchar_h" != "yes"; then
10050 for ac_hdr in wcstr.h
10051do
10052ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
10053echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
10054echo "configure:10055: checking for $ac_hdr" >&5
10055if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10056 echo $ac_n "(cached) $ac_c" 1>&6
10057else
10058 cat > conftest.$ac_ext <<EOF
10059#line 10060 "configure"
10060#include "confdefs.h"
10061#include <$ac_hdr>
10062EOF
10063ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10064{ (eval echo configure:10065: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10065ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10066if test -z "$ac_err"; then
10067 rm -rf conftest*
10068 eval "ac_cv_header_$ac_safe=yes"
10069else
10070 echo "$ac_err" >&5
10071 echo "configure: failed program was:" >&5
10072 cat conftest.$ac_ext >&5
10073 rm -rf conftest*
10074 eval "ac_cv_header_$ac_safe=no"
10075fi
10076rm -f conftest*
10077fi
10078if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10079 echo "$ac_t""yes" 1>&6
10080 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
10081 cat >> confdefs.h <<EOF
10082#define $ac_tr_hdr 1
10083EOF
10084
10085else
10086 echo "$ac_t""no" 1>&6
10087fi
10088done
10089
10090fi
10091
10092for ac_hdr in fnmatch.h
10093do
10094ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
10095echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
10096echo "configure:10097: checking for $ac_hdr" >&5
10097if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10098 echo $ac_n "(cached) $ac_c" 1>&6
10099else
10100 cat > conftest.$ac_ext <<EOF
10101#line 10102 "configure"
10102#include "confdefs.h"
10103#include <$ac_hdr>
10104EOF
10105ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10106{ (eval echo configure:10107: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10107ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10108if test -z "$ac_err"; then
10109 rm -rf conftest*
10110 eval "ac_cv_header_$ac_safe=yes"
10111else
10112 echo "$ac_err" >&5
10113 echo "configure: failed program was:" >&5
10114 cat conftest.$ac_ext >&5
10115 rm -rf conftest*
10116 eval "ac_cv_header_$ac_safe=no"
10117fi
10118rm -f conftest*
10119fi
10120if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10121 echo "$ac_t""yes" 1>&6
10122 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
10123 cat >> confdefs.h <<EOF
10124#define $ac_tr_hdr 1
10125EOF
10126
10127else
10128 echo "$ac_t""no" 1>&6
10129fi
10130done
10131
10132
10133if test "x$ac_cv_header_fnmatch_h" = "xyes"; then
10134 for ac_func in fnmatch
10135do
10136echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
10137echo "configure:10138: checking for $ac_func" >&5
10138if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10139 echo $ac_n "(cached) $ac_c" 1>&6
10140else
10141 cat > conftest.$ac_ext <<EOF
10142#line 10143 "configure"
10143#include "confdefs.h"
10144/* System header to define __stub macros and hopefully few prototypes,
10145 which can conflict with char $ac_func(); below. */
10146#include <assert.h>
10147/* Override any gcc2 internal prototype to avoid an error. */
10148/* We use char because int might match the return type of a gcc2
10149 builtin and then its argument prototype would still apply. */
10150char $ac_func();
10151
10152int main() {
10153
10154/* The GNU C library defines this for functions which it implements
10155 to always fail with ENOSYS. Some functions are actually named
10156 something starting with __ and the normal name is an alias. */
10157#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10158choke me
10159#else
10160$ac_func();
10161#endif
10162
10163; return 0; }
10164EOF
10165if { (eval echo configure:10166: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10166 rm -rf conftest*
10167 eval "ac_cv_func_$ac_func=yes"
10168else
10169 echo "configure: failed program was:" >&5
10170 cat conftest.$ac_ext >&5
10171 rm -rf conftest*
10172 eval "ac_cv_func_$ac_func=no"
10173fi
10174rm -f conftest*
10175fi
10176
10177if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10178 echo "$ac_t""yes" 1>&6
10179 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10180 cat >> confdefs.h <<EOF
10181#define $ac_tr_func 1
10182EOF
10183
10184else
10185 echo "$ac_t""no" 1>&6
10186fi
10187done
10188
10189fi
10190
10191for ac_hdr in langinfo.h
10192do
10193ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
10194echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
10195echo "configure:10196: checking for $ac_hdr" >&5
10196if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10197 echo $ac_n "(cached) $ac_c" 1>&6
10198else
10199 cat > conftest.$ac_ext <<EOF
10200#line 10201 "configure"
10201#include "confdefs.h"
10202#include <$ac_hdr>
10203EOF
10204ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10205{ (eval echo configure:10206: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10206ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10207if test -z "$ac_err"; then
10208 rm -rf conftest*
10209 eval "ac_cv_header_$ac_safe=yes"
10210else
10211 echo "$ac_err" >&5
10212 echo "configure: failed program was:" >&5
10213 cat conftest.$ac_ext >&5
10214 rm -rf conftest*
10215 eval "ac_cv_header_$ac_safe=no"
10216fi
10217rm -f conftest*
10218fi
10219if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10220 echo "$ac_t""yes" 1>&6
10221 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
10222 cat >> confdefs.h <<EOF
10223#define $ac_tr_hdr 1
10224EOF
10225
10226else
10227 echo "$ac_t""no" 1>&6
10228fi
10229done
10230
10231
10232if test "$wxUSE_GUI" = "yes"; then
10233 if test "$wxUSE_UNIX" = "yes"; then
10234 for ac_hdr in X11/XKBlib.h
10235do
10236ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
10237echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
10238echo "configure:10239: checking for $ac_hdr" >&5
10239if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10240 echo $ac_n "(cached) $ac_c" 1>&6
10241else
10242 cat > conftest.$ac_ext <<EOF
10243#line 10244 "configure"
10244#include "confdefs.h"
10245#include <$ac_hdr>
10246EOF
10247ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10248{ (eval echo configure:10249: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10249ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10250if test -z "$ac_err"; then
10251 rm -rf conftest*
10252 eval "ac_cv_header_$ac_safe=yes"
10253else
10254 echo "$ac_err" >&5
10255 echo "configure: failed program was:" >&5
10256 cat conftest.$ac_ext >&5
10257 rm -rf conftest*
10258 eval "ac_cv_header_$ac_safe=no"
10259fi
10260rm -f conftest*
10261fi
10262if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10263 echo "$ac_t""yes" 1>&6
10264 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
10265 cat >> confdefs.h <<EOF
10266#define $ac_tr_hdr 1
10267EOF
10268
10269else
10270 echo "$ac_t""no" 1>&6
10271fi
10272done
10273
10274 fi
10275fi
10276
10277
10278echo $ac_n "checking for working const""... $ac_c" 1>&6
10279echo "configure:10280: checking for working const" >&5
10280if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
10281 echo $ac_n "(cached) $ac_c" 1>&6
10282else
10283 cat > conftest.$ac_ext <<EOF
10284#line 10285 "configure"
10285#include "confdefs.h"
10286
10287int main() {
10288
10289/* Ultrix mips cc rejects this. */
10290typedef int charset[2]; const charset x;
10291/* SunOS 4.1.1 cc rejects this. */
10292char const *const *ccp;
10293char **p;
10294/* NEC SVR4.0.2 mips cc rejects this. */
10295struct point {int x, y;};
10296static struct point const zero = {0,0};
10297/* AIX XL C 1.02.0.0 rejects this.
10298 It does not let you subtract one const X* pointer from another in an arm
10299 of an if-expression whose if-part is not a constant expression */
10300const char *g = "string";
10301ccp = &g + (g ? g-g : 0);
10302/* HPUX 7.0 cc rejects these. */
10303++ccp;
10304p = (char**) ccp;
10305ccp = (char const *const *) p;
10306{ /* SCO 3.2v4 cc rejects this. */
10307 char *t;
10308 char const *s = 0 ? (char *) 0 : (char const *) 0;
10309
10310 *t++ = 0;
10311}
10312{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
10313 int x[] = {25, 17};
10314 const int *foo = &x[0];
10315 ++foo;
10316}
10317{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
10318 typedef const int *iptr;
10319 iptr p = 0;
10320 ++p;
10321}
10322{ /* AIX XL C 1.02.0.0 rejects this saying
10323 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
10324 struct s { int j; const int *ap[3]; };
10325 struct s *b; b->j = 5;
10326}
10327{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
10328 const int foo = 10;
10329}
10330
10331; return 0; }
10332EOF
10333if { (eval echo configure:10334: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10334 rm -rf conftest*
10335 ac_cv_c_const=yes
10336else
10337 echo "configure: failed program was:" >&5
10338 cat conftest.$ac_ext >&5
10339 rm -rf conftest*
10340 ac_cv_c_const=no
10341fi
10342rm -f conftest*
10343fi
10344
10345echo "$ac_t""$ac_cv_c_const" 1>&6
10346if test $ac_cv_c_const = no; then
10347 cat >> confdefs.h <<\EOF
10348#define const
10349EOF
10350
10351fi
10352
10353echo $ac_n "checking for inline""... $ac_c" 1>&6
10354echo "configure:10355: checking for inline" >&5
10355if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
10356 echo $ac_n "(cached) $ac_c" 1>&6
10357else
10358 ac_cv_c_inline=no
10359for ac_kw in inline __inline__ __inline; do
10360 cat > conftest.$ac_ext <<EOF
10361#line 10362 "configure"
10362#include "confdefs.h"
10363
10364int main() {
10365} $ac_kw foo() {
10366; return 0; }
10367EOF
10368if { (eval echo configure:10369: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10369 rm -rf conftest*
10370 ac_cv_c_inline=$ac_kw; break
10371else
10372 echo "configure: failed program was:" >&5
10373 cat conftest.$ac_ext >&5
10374fi
10375rm -f conftest*
10376done
10377
10378fi
10379
10380echo "$ac_t""$ac_cv_c_inline" 1>&6
10381case "$ac_cv_c_inline" in
10382 inline | yes) ;;
10383 no) cat >> confdefs.h <<\EOF
10384#define inline
10385EOF
10386 ;;
10387 *) cat >> confdefs.h <<EOF
10388#define inline $ac_cv_c_inline
10389EOF
10390 ;;
10391esac
10392
10393
10394echo $ac_n "checking size of char""... $ac_c" 1>&6
10395echo "configure:10396: checking size of char" >&5
10396if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
10397 echo $ac_n "(cached) $ac_c" 1>&6
10398else
10399 if test "$cross_compiling" = yes; then
10400 ac_cv_sizeof_char=1
10401else
10402 cat > conftest.$ac_ext <<EOF
10403#line 10404 "configure"
10404#include "confdefs.h"
10405#include <stdio.h>
10406#include <sys/types.h>
10407main()
10408{
10409 FILE *f=fopen("conftestval", "w");
10410 if (!f) exit(1);
10411 fprintf(f, "%d\n", sizeof(char));
10412 exit(0);
10413}
10414EOF
10415if { (eval echo configure:10416: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10416then
10417 ac_cv_sizeof_char=`cat conftestval`
10418else
10419 echo "configure: failed program was:" >&5
10420 cat conftest.$ac_ext >&5
10421 rm -fr conftest*
10422 ac_cv_sizeof_char=0
10423fi
10424rm -fr conftest*
10425fi
10426
10427fi
10428echo "$ac_t""$ac_cv_sizeof_char" 1>&6
10429cat >> confdefs.h <<EOF
10430#define SIZEOF_CHAR $ac_cv_sizeof_char
10431EOF
10432
10433
10434echo $ac_n "checking size of short""... $ac_c" 1>&6
10435echo "configure:10436: checking size of short" >&5
10436if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
10437 echo $ac_n "(cached) $ac_c" 1>&6
10438else
10439 if test "$cross_compiling" = yes; then
10440 ac_cv_sizeof_short=2
10441else
10442 cat > conftest.$ac_ext <<EOF
10443#line 10444 "configure"
10444#include "confdefs.h"
10445#include <stdio.h>
10446#include <sys/types.h>
10447main()
10448{
10449 FILE *f=fopen("conftestval", "w");
10450 if (!f) exit(1);
10451 fprintf(f, "%d\n", sizeof(short));
10452 exit(0);
10453}
10454EOF
10455if { (eval echo configure:10456: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10456then
10457 ac_cv_sizeof_short=`cat conftestval`
10458else
10459 echo "configure: failed program was:" >&5
10460 cat conftest.$ac_ext >&5
10461 rm -fr conftest*
10462 ac_cv_sizeof_short=0
10463fi
10464rm -fr conftest*
10465fi
10466
10467fi
10468echo "$ac_t""$ac_cv_sizeof_short" 1>&6
10469cat >> confdefs.h <<EOF
10470#define SIZEOF_SHORT $ac_cv_sizeof_short
10471EOF
10472
10473
10474echo $ac_n "checking size of void *""... $ac_c" 1>&6
10475echo "configure:10476: checking size of void *" >&5
10476if eval "test \"`echo '$''{'ac_cv_sizeof_void_p'+set}'`\" = set"; then
10477 echo $ac_n "(cached) $ac_c" 1>&6
10478else
10479 if test "$cross_compiling" = yes; then
10480 ac_cv_sizeof_void_p=4
10481else
10482 cat > conftest.$ac_ext <<EOF
10483#line 10484 "configure"
10484#include "confdefs.h"
10485#include <stdio.h>
10486#include <sys/types.h>
10487main()
10488{
10489 FILE *f=fopen("conftestval", "w");
10490 if (!f) exit(1);
10491 fprintf(f, "%d\n", sizeof(void *));
10492 exit(0);
10493}
10494EOF
10495if { (eval echo configure:10496: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10496then
10497 ac_cv_sizeof_void_p=`cat conftestval`
10498else
10499 echo "configure: failed program was:" >&5
10500 cat conftest.$ac_ext >&5
10501 rm -fr conftest*
10502 ac_cv_sizeof_void_p=0
10503fi
10504rm -fr conftest*
10505fi
10506
10507fi
10508echo "$ac_t""$ac_cv_sizeof_void_p" 1>&6
10509cat >> confdefs.h <<EOF
10510#define SIZEOF_VOID_P $ac_cv_sizeof_void_p
10511EOF
10512
10513
10514echo $ac_n "checking size of int""... $ac_c" 1>&6
10515echo "configure:10516: checking size of int" >&5
10516if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
10517 echo $ac_n "(cached) $ac_c" 1>&6
10518else
10519 if test "$cross_compiling" = yes; then
10520 ac_cv_sizeof_int=4
10521else
10522 cat > conftest.$ac_ext <<EOF
10523#line 10524 "configure"
10524#include "confdefs.h"
10525#include <stdio.h>
10526#include <sys/types.h>
10527main()
10528{
10529 FILE *f=fopen("conftestval", "w");
10530 if (!f) exit(1);
10531 fprintf(f, "%d\n", sizeof(int));
10532 exit(0);
10533}
10534EOF
10535if { (eval echo configure:10536: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10536then
10537 ac_cv_sizeof_int=`cat conftestval`
10538else
10539 echo "configure: failed program was:" >&5
10540 cat conftest.$ac_ext >&5
10541 rm -fr conftest*
10542 ac_cv_sizeof_int=0
10543fi
10544rm -fr conftest*
10545fi
10546
10547fi
10548echo "$ac_t""$ac_cv_sizeof_int" 1>&6
10549cat >> confdefs.h <<EOF
10550#define SIZEOF_INT $ac_cv_sizeof_int
10551EOF
10552
10553
10554echo $ac_n "checking size of long""... $ac_c" 1>&6
10555echo "configure:10556: checking size of long" >&5
10556if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
10557 echo $ac_n "(cached) $ac_c" 1>&6
10558else
10559 if test "$cross_compiling" = yes; then
10560 ac_cv_sizeof_long=4
10561else
10562 cat > conftest.$ac_ext <<EOF
10563#line 10564 "configure"
10564#include "confdefs.h"
10565#include <stdio.h>
10566#include <sys/types.h>
10567main()
10568{
10569 FILE *f=fopen("conftestval", "w");
10570 if (!f) exit(1);
10571 fprintf(f, "%d\n", sizeof(long));
10572 exit(0);
10573}
10574EOF
10575if { (eval echo configure:10576: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10576then
10577 ac_cv_sizeof_long=`cat conftestval`
10578else
10579 echo "configure: failed program was:" >&5
10580 cat conftest.$ac_ext >&5
10581 rm -fr conftest*
10582 ac_cv_sizeof_long=0
10583fi
10584rm -fr conftest*
10585fi
10586
10587fi
10588echo "$ac_t""$ac_cv_sizeof_long" 1>&6
10589cat >> confdefs.h <<EOF
10590#define SIZEOF_LONG $ac_cv_sizeof_long
10591EOF
10592
10593
10594
10595case "${host}" in
10596 arm-*-linux* )
10597 echo $ac_n "checking size of long long""... $ac_c" 1>&6
10598echo "configure:10599: checking size of long long" >&5
10599if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
10600 echo $ac_n "(cached) $ac_c" 1>&6
10601else
10602 if test "$cross_compiling" = yes; then
10603 ac_cv_sizeof_long_long=8
10604else
10605 cat > conftest.$ac_ext <<EOF
10606#line 10607 "configure"
10607#include "confdefs.h"
10608#include <stdio.h>
10609#include <sys/types.h>
10610main()
10611{
10612 FILE *f=fopen("conftestval", "w");
10613 if (!f) exit(1);
10614 fprintf(f, "%d\n", sizeof(long long));
10615 exit(0);
10616}
10617EOF
10618if { (eval echo configure:10619: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10619then
10620 ac_cv_sizeof_long_long=`cat conftestval`
10621else
10622 echo "configure: failed program was:" >&5
10623 cat conftest.$ac_ext >&5
10624 rm -fr conftest*
10625 ac_cv_sizeof_long_long=0
10626fi
10627rm -fr conftest*
10628fi
10629
10630fi
10631echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
10632cat >> confdefs.h <<EOF
10633#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
10634EOF
10635
10636
10637 ;;
10638 *-hp-hpux* )
10639 echo $ac_n "checking size of long long""... $ac_c" 1>&6
10640echo "configure:10641: checking size of long long" >&5
10641if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
10642 echo $ac_n "(cached) $ac_c" 1>&6
10643else
10644 if test "$cross_compiling" = yes; then
10645 ac_cv_sizeof_long_long=0
10646else
10647 cat > conftest.$ac_ext <<EOF
10648#line 10649 "configure"
10649#include "confdefs.h"
10650#include <stdio.h>
10651#include <sys/types.h>
10652main()
10653{
10654 FILE *f=fopen("conftestval", "w");
10655 if (!f) exit(1);
10656 fprintf(f, "%d\n", sizeof(long long));
10657 exit(0);
10658}
10659EOF
10660if { (eval echo configure:10661: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10661then
10662 ac_cv_sizeof_long_long=`cat conftestval`
10663else
10664 echo "configure: failed program was:" >&5
10665 cat conftest.$ac_ext >&5
10666 rm -fr conftest*
10667 ac_cv_sizeof_long_long=0
10668fi
10669rm -fr conftest*
10670fi
10671
10672fi
10673echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
10674cat >> confdefs.h <<EOF
10675#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
10676EOF
10677
10678
10679 if test "$ac_cv_sizeof_long_long" != "0"; then
10680 CPPFLAGS="$CPPFLAGS -D_INCLUDE_LONGLONG"
10681 fi
10682 ;;
10683 * )
10684 echo $ac_n "checking size of long long""... $ac_c" 1>&6
10685echo "configure:10686: checking size of long long" >&5
10686if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
10687 echo $ac_n "(cached) $ac_c" 1>&6
10688else
10689 if test "$cross_compiling" = yes; then
10690 ac_cv_sizeof_long_long=0
10691else
10692 cat > conftest.$ac_ext <<EOF
10693#line 10694 "configure"
10694#include "confdefs.h"
10695#include <stdio.h>
10696#include <sys/types.h>
10697main()
10698{
10699 FILE *f=fopen("conftestval", "w");
10700 if (!f) exit(1);
10701 fprintf(f, "%d\n", sizeof(long long));
10702 exit(0);
10703}
10704EOF
10705if { (eval echo configure:10706: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10706then
10707 ac_cv_sizeof_long_long=`cat conftestval`
10708else
10709 echo "configure: failed program was:" >&5
10710 cat conftest.$ac_ext >&5
10711 rm -fr conftest*
10712 ac_cv_sizeof_long_long=0
10713fi
10714rm -fr conftest*
10715fi
10716
10717fi
10718echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
10719cat >> confdefs.h <<EOF
10720#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
10721EOF
10722
10723
10724esac
10725
10726echo $ac_n "checking size of wchar_t""... $ac_c" 1>&6
10727echo "configure:10728: checking size of wchar_t" >&5
10728if eval "test \"`echo '$''{'wx_cv_sizeof_wchar_t'+set}'`\" = set"; then
10729 echo $ac_n "(cached) $ac_c" 1>&6
10730else
10731
10732 if test "$cross_compiling" = yes; then
10733
10734 case "${host}" in
10735 *-pc-msdosdjgpp )
10736 wx_cv_sizeof_wchar_t=0
10737 ;;
10738 * )
10739 wx_cv_sizeof_wchar_t=4
10740 ;;
10741 esac
10742
10743
10744else
10745 cat > conftest.$ac_ext <<EOF
10746#line 10747 "configure"
10747#include "confdefs.h"
10748
10749 /* DJGPP only has fake wchar_t: */
10750 #ifdef __DJGPP__
10751 # error "fake wchar_t"
10752 #endif
10753 #ifdef HAVE_WCHAR_H
10754 # ifdef __CYGWIN__
10755 # include <stddef.h>
10756 # endif
10757 # include <wchar.h>
10758 #endif
10759 #ifdef HAVE_STDLIB_H
10760 # include <stdlib.h>
10761 #endif
10762 #include <stdio.h>
10763 int main()
10764 {
10765 FILE *f=fopen("conftestval", "w");
10766 if (!f) exit(1);
10767 fprintf(f, "%i", sizeof(wchar_t));
10768 exit(0);
10769 }
10770
10771EOF
10772if { (eval echo configure:10773: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10773then
10774 wx_cv_sizeof_wchar_t=`cat conftestval`
10775else
10776 echo "configure: failed program was:" >&5
10777 cat conftest.$ac_ext >&5
10778 rm -fr conftest*
10779 wx_cv_sizeof_wchar_t=0
10780fi
10781rm -fr conftest*
10782fi
10783
10784
10785fi
10786
10787echo "$ac_t""$wx_cv_sizeof_wchar_t" 1>&6
10788
10789cat >> confdefs.h <<EOF
10790#define SIZEOF_WCHAR_T $wx_cv_sizeof_wchar_t
10791EOF
10792
10793
10794# Check whether --enable-largefile or --disable-largefile was given.
10795if test "${enable_largefile+set}" = set; then
10796 enableval="$enable_largefile"
10797 :
10798fi
10799
10800if test "$enable_largefile" != no; then
10801 wx_largefile=no
10802
10803 echo $ac_n "checking for _FILE_OFFSET_BITS value needed for large files""... $ac_c" 1>&6
10804echo "configure:10805: checking for _FILE_OFFSET_BITS value needed for large files" >&5
10805if eval "test \"`echo '$''{'ac_cv_sys_file_offset_bits'+set}'`\" = set"; then
10806 echo $ac_n "(cached) $ac_c" 1>&6
10807else
10808
10809 cat > conftest.$ac_ext <<EOF
10810#line 10811 "configure"
10811#include "confdefs.h"
10812#define _FILE_OFFSET_BITS 64
10813 #include <sys/types.h>
10814int main() {
10815typedef struct {
10816 unsigned int field: sizeof(off_t) == 8;
10817} wxlf;
10818
10819; return 0; }
10820EOF
10821if { (eval echo configure:10822: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10822 rm -rf conftest*
10823 ac_cv_sys_file_offset_bits=64
10824else
10825 echo "configure: failed program was:" >&5
10826 cat conftest.$ac_ext >&5
10827 rm -rf conftest*
10828 ac_cv_sys_file_offset_bits=no
10829fi
10830rm -f conftest*
10831
10832
10833fi
10834
10835echo "$ac_t""$ac_cv_sys_file_offset_bits" 1>&6
10836
10837 if test "$ac_cv_sys_file_offset_bits" != no; then
10838 wx_largefile=yes
10839 cat >> confdefs.h <<EOF
10840#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
10841EOF
10842
10843 fi
10844
10845 if test "x$wx_largefile" != "xyes"; then
10846
10847 echo $ac_n "checking for _LARGE_FILES value needed for large files""... $ac_c" 1>&6
10848echo "configure:10849: checking for _LARGE_FILES value needed for large files" >&5
10849if eval "test \"`echo '$''{'ac_cv_sys_large_files'+set}'`\" = set"; then
10850 echo $ac_n "(cached) $ac_c" 1>&6
10851else
10852
10853 cat > conftest.$ac_ext <<EOF
10854#line 10855 "configure"
10855#include "confdefs.h"
10856#define _LARGE_FILES 1
10857 #include <sys/types.h>
10858int main() {
10859typedef struct {
10860 unsigned int field: sizeof(off_t) == 8;
10861} wxlf;
10862
10863; return 0; }
10864EOF
10865if { (eval echo configure:10866: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10866 rm -rf conftest*
10867 ac_cv_sys_large_files=1
10868else
10869 echo "configure: failed program was:" >&5
10870 cat conftest.$ac_ext >&5
10871 rm -rf conftest*
10872 ac_cv_sys_large_files=no
10873fi
10874rm -f conftest*
10875
10876
10877fi
10878
10879echo "$ac_t""$ac_cv_sys_large_files" 1>&6
10880
10881 if test "$ac_cv_sys_large_files" != no; then
10882 wx_largefile=yes
10883 cat >> confdefs.h <<EOF
10884#define _LARGE_FILES $ac_cv_sys_large_files
10885EOF
10886
10887 fi
10888
10889 fi
10890
10891 echo $ac_n "checking if large file support is available""... $ac_c" 1>&6
10892echo "configure:10893: checking if large file support is available" >&5
10893 if test "x$wx_largefile" = "xyes"; then
10894 cat >> confdefs.h <<\EOF
10895#define HAVE_LARGEFILE_SUPPORT 1
10896EOF
10897
10898 fi
10899 echo "$ac_t""$wx_largefile" 1>&6
10900fi
10901
10902
10903if test "x$wx_largefile" = "xyes"; then
10904 if test "x$ac_cv_sys_file_offset_bits" = "x64"; then
10905 WX_LARGEFILE_FLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES"
10906 else
10907 WX_LARGEFILE_FLAGS="-D_LARGE_FILES"
10908 fi
10909 CPPFLAGS="$CPPFLAGS $WX_LARGEFILE_FLAGS"
10910fi
10911
10912echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
10913echo "configure:10914: checking whether byte ordering is bigendian" >&5
10914if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
10915 echo $ac_n "(cached) $ac_c" 1>&6
10916else
10917 ac_cv_c_bigendian=unknown
10918# See if sys/param.h defines the BYTE_ORDER macro.
10919cat > conftest.$ac_ext <<EOF
10920#line 10921 "configure"
10921#include "confdefs.h"
10922#include <sys/types.h>
10923#include <sys/param.h>
10924int main() {
10925
10926#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
10927 bogus endian macros
10928#endif
10929; return 0; }
10930EOF
10931if { (eval echo configure:10932: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10932 rm -rf conftest*
10933 # It does; now see whether it defined to BIG_ENDIAN or not.
10934cat > conftest.$ac_ext <<EOF
10935#line 10936 "configure"
10936#include "confdefs.h"
10937#include <sys/types.h>
10938#include <sys/param.h>
10939int main() {
10940
10941#if BYTE_ORDER != BIG_ENDIAN
10942 not big endian
10943#endif
10944; return 0; }
10945EOF
10946if { (eval echo configure:10947: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10947 rm -rf conftest*
10948 ac_cv_c_bigendian=yes
10949else
10950 echo "configure: failed program was:" >&5
10951 cat conftest.$ac_ext >&5
10952 rm -rf conftest*
10953 ac_cv_c_bigendian=no
10954fi
10955rm -f conftest*
10956else
10957 echo "configure: failed program was:" >&5
10958 cat conftest.$ac_ext >&5
10959fi
10960rm -f conftest*
10961if test $ac_cv_c_bigendian = unknown; then
10962if test "$cross_compiling" = yes; then
10963 ac_cv_c_bigendian=unknown
10964else
10965 cat > conftest.$ac_ext <<EOF
10966#line 10967 "configure"
10967#include "confdefs.h"
10968main () {
10969 /* Are we little or big endian? From Harbison&Steele. */
10970 union
10971 {
10972 long l;
10973 char c[sizeof (long)];
10974 } u;
10975 u.l = 1;
10976 exit (u.c[sizeof (long) - 1] == 1);
10977}
10978EOF
10979if { (eval echo configure:10980: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10980then
10981 ac_cv_c_bigendian=no
10982else
10983 echo "configure: failed program was:" >&5
10984 cat conftest.$ac_ext >&5
10985 rm -fr conftest*
10986 ac_cv_c_bigendian=yes
10987fi
10988rm -fr conftest*
10989fi
10990
10991fi
10992fi
10993
10994echo "$ac_t""$ac_cv_c_bigendian" 1>&6
10995if test $ac_cv_c_bigendian = unknown; then
10996 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
10997fi
10998if test $ac_cv_c_bigendian = yes; then
10999 cat >> confdefs.h <<\EOF
11000#define WORDS_BIGENDIAN 1
11001EOF
11002
11003fi
11004
11005
11006echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
11007echo "configure:11008: checking how to run the C++ preprocessor" >&5
11008if test -z "$CXXCPP"; then
11009if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
11010 echo $ac_n "(cached) $ac_c" 1>&6
11011else
11012 ac_ext=C
11013# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11014ac_cpp='$CXXCPP $CPPFLAGS'
11015ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11016ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11017cross_compiling=$ac_cv_prog_cxx_cross
11018 CXXCPP="${CXX-g++} -E"
11019 cat > conftest.$ac_ext <<EOF
11020#line 11021 "configure"
11021#include "confdefs.h"
11022#include <stdlib.h>
11023EOF
11024ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11025{ (eval echo configure:11026: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11026ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11027if test -z "$ac_err"; then
11028 :
11029else
11030 echo "$ac_err" >&5
11031 echo "configure: failed program was:" >&5
11032 cat conftest.$ac_ext >&5
11033 rm -rf conftest*
11034 CXXCPP=/lib/cpp
11035fi
11036rm -f conftest*
11037 ac_cv_prog_CXXCPP="$CXXCPP"
11038ac_ext=C
11039# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11040ac_cpp='$CXXCPP $CPPFLAGS'
11041ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11042ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11043cross_compiling=$ac_cv_prog_cxx_cross
11044fi
11045fi
11046CXXCPP="$ac_cv_prog_CXXCPP"
11047echo "$ac_t""$CXXCPP" 1>&6
11048
11049
11050 if test "$cross_compiling" = "yes"; then
11051 cat >> confdefs.h <<\EOF
11052#define wxUSE_IOSTREAMH 1
11053EOF
11054
11055 else
11056
11057 ac_ext=C
11058# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11059ac_cpp='$CXXCPP $CPPFLAGS'
11060ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11061ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11062cross_compiling=$ac_cv_prog_cxx_cross
11063
11064
11065 for ac_hdr in iostream
11066do
11067ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
11068echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
11069echo "configure:11070: checking for $ac_hdr" >&5
11070if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11071 echo $ac_n "(cached) $ac_c" 1>&6
11072else
11073 cat > conftest.$ac_ext <<EOF
11074#line 11075 "configure"
11075#include "confdefs.h"
11076#include <$ac_hdr>
11077EOF
11078ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11079{ (eval echo configure:11080: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11080ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11081if test -z "$ac_err"; then
11082 rm -rf conftest*
11083 eval "ac_cv_header_$ac_safe=yes"
11084else
11085 echo "$ac_err" >&5
11086 echo "configure: failed program was:" >&5
11087 cat conftest.$ac_ext >&5
11088 rm -rf conftest*
11089 eval "ac_cv_header_$ac_safe=no"
11090fi
11091rm -f conftest*
11092fi
11093if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11094 echo "$ac_t""yes" 1>&6
11095 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
11096 cat >> confdefs.h <<EOF
11097#define $ac_tr_hdr 1
11098EOF
11099
11100else
11101 echo "$ac_t""no" 1>&6
11102fi
11103done
11104
11105
11106 if test "$ac_cv_header_iostream" = "yes" ; then
11107 :
11108 else
11109 cat >> confdefs.h <<\EOF
11110#define wxUSE_IOSTREAMH 1
11111EOF
11112
11113 fi
11114
11115 ac_ext=c
11116# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11117ac_cpp='$CPP $CPPFLAGS'
11118ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11119ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11120cross_compiling=$ac_cv_prog_cc_cross
11121
11122 fi
11123
11124
11125
11126 echo $ac_n "checking if C++ compiler supports bool""... $ac_c" 1>&6
11127echo "configure:11128: checking if C++ compiler supports bool" >&5
11128if eval "test \"`echo '$''{'wx_cv_cpp_bool'+set}'`\" = set"; then
11129 echo $ac_n "(cached) $ac_c" 1>&6
11130else
11131
11132
11133 ac_ext=C
11134# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11135ac_cpp='$CXXCPP $CPPFLAGS'
11136ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11137ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11138cross_compiling=$ac_cv_prog_cxx_cross
11139
11140
11141 cat > conftest.$ac_ext <<EOF
11142#line 11143 "configure"
11143#include "confdefs.h"
11144
11145
11146int main() {
11147
11148 bool b = true;
11149
11150 return 0;
11151
11152; return 0; }
11153EOF
11154if { (eval echo configure:11155: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11155 rm -rf conftest*
11156
11157 wx_cv_cpp_bool=yes
11158
11159else
11160 echo "configure: failed program was:" >&5
11161 cat conftest.$ac_ext >&5
11162 rm -rf conftest*
11163
11164 wx_cv_cpp_bool=no
11165
11166
11167fi
11168rm -f conftest*
11169
11170 ac_ext=c
11171# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11172ac_cpp='$CPP $CPPFLAGS'
11173ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11174ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11175cross_compiling=$ac_cv_prog_cc_cross
11176
11177
11178fi
11179
11180echo "$ac_t""$wx_cv_cpp_bool" 1>&6
11181
11182 if test "$wx_cv_cpp_bool" = "yes"; then
11183 cat >> confdefs.h <<\EOF
11184#define HAVE_BOOL 1
11185EOF
11186
11187 fi
11188
11189
11190
11191 echo $ac_n "checking if C++ compiler supports the explicit keyword""... $ac_c" 1>&6
11192echo "configure:11193: checking if C++ compiler supports the explicit keyword" >&5
11193if eval "test \"`echo '$''{'wx_cv_explicit'+set}'`\" = set"; then
11194 echo $ac_n "(cached) $ac_c" 1>&6
11195else
11196
11197
11198 ac_ext=C
11199# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11200ac_cpp='$CXXCPP $CPPFLAGS'
11201ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11202ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11203cross_compiling=$ac_cv_prog_cxx_cross
11204
11205
11206 cat > conftest.$ac_ext <<EOF
11207#line 11208 "configure"
11208#include "confdefs.h"
11209
11210 class Foo { public: explicit Foo(int) {} };
11211
11212int main() {
11213
11214 return 0;
11215
11216; return 0; }
11217EOF
11218if { (eval echo configure:11219: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11219 rm -rf conftest*
11220
11221 cat > conftest.$ac_ext <<EOF
11222#line 11223 "configure"
11223#include "confdefs.h"
11224
11225 class Foo { public: explicit Foo(int) {} };
11226 static void TakeFoo(const Foo& foo) { }
11227
11228int main() {
11229
11230 TakeFoo(17);
11231 return 0;
11232
11233; return 0; }
11234EOF
11235if { (eval echo configure:11236: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11236 rm -rf conftest*
11237 wx_cv_explicit=no
11238else
11239 echo "configure: failed program was:" >&5
11240 cat conftest.$ac_ext >&5
11241 rm -rf conftest*
11242 wx_cv_explicit=yes
11243
11244fi
11245rm -f conftest*
11246
11247else
11248 echo "configure: failed program was:" >&5
11249 cat conftest.$ac_ext >&5
11250 rm -rf conftest*
11251 wx_cv_explicit=no
11252
11253fi
11254rm -f conftest*
11255
11256 ac_ext=c
11257# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11258ac_cpp='$CPP $CPPFLAGS'
11259ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11260ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11261cross_compiling=$ac_cv_prog_cc_cross
11262
11263
11264fi
11265
11266echo "$ac_t""$wx_cv_explicit" 1>&6
11267
11268 if test "$wx_cv_explicit" = "yes"; then
11269 cat >> confdefs.h <<\EOF
11270#define HAVE_EXPLICIT 1
11271EOF
11272
11273 fi
11274
11275
11276
11277SEARCH_INCLUDE="\
11278 /usr/local/include \
11279 \
11280 /usr/Motif-1.2/include \
11281 /usr/Motif-2.1/include \
11282 \
11283 /usr/include/Motif1.2 \
11284 /opt/xpm/include/X11 \
11285 /opt/GBxpm/include/ \
11286 /opt/GBxpm/X11/include/ \
11287 \
11288 /usr/Motif1.2/include \
11289 /usr/dt/include \
11290 /usr/openwin/include \
11291 \
11292 /usr/include/Xm \
11293 \
11294 /usr/X11R6/include \
11295 /usr/X11R6.4/include \
11296 /usr/X11R5/include \
11297 /usr/X11R4/include \
11298 \
11299 /usr/include/X11R6 \
11300 /usr/include/X11R5 \
11301 /usr/include/X11R4 \
11302 \
11303 /usr/local/X11R6/include \
11304 /usr/local/X11R5/include \
11305 /usr/local/X11R4/include \
11306 \
11307 /usr/local/include/X11R6 \
11308 /usr/local/include/X11R5 \
11309 /usr/local/include/X11R4 \
11310 \
11311 /usr/X11/include \
11312 /usr/include/X11 \
11313 /usr/local/X11/include \
11314 /usr/local/include/X11 \
11315 \
11316 /usr/X386/include \
11317 /usr/x386/include \
11318 /usr/XFree86/include/X11 \
11319 \
11320 X:/XFree86/include \
11321 X:/XFree86/include/X11 \
11322 \
11323 /usr/include/gtk \
11324 /usr/local/include/gtk \
11325 /usr/include/glib \
11326 /usr/local/include/glib \
11327 \
11328 /usr/include/qt \
11329 /usr/local/include/qt \
11330 \
11331 /usr/include/windows \
11332 /usr/include/wine \
11333 /usr/local/include/wine \
11334 \
11335 /usr/unsupported/include \
11336 /usr/athena/include \
11337 /usr/local/x11r5/include \
11338 /usr/lpp/Xamples/include \
11339 \
11340 /usr/openwin/share/include"
11341
11342SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` "
11343
11344
11345cat > confcache <<\EOF
11346# This file is a shell script that caches the results of configure
11347# tests run on this system so they can be shared between configure
11348# scripts and configure runs. It is not useful on other systems.
11349# If it contains results you don't want to keep, you may remove or edit it.
11350#
11351# By default, configure uses ./config.cache as the cache file,
11352# creating it if it does not exist already. You can give configure
11353# the --cache-file=FILE option to use a different cache file; that is
11354# what configure does when it calls configure scripts in
11355# subdirectories, so they share the cache.
11356# Giving --cache-file=/dev/null disables caching, for debugging configure.
11357# config.status only pays attention to the cache file if you give it the
11358# --recheck option to rerun configure.
11359#
11360EOF
11361# The following way of writing the cache mishandles newlines in values,
11362# but we know of no workaround that is simple, portable, and efficient.
11363# So, don't put newlines in cache variables' values.
11364# Ultrix sh set writes to stderr and can't be redirected directly,
11365# and sets the high bit in the cache file unless we assign to the vars.
11366(set) 2>&1 |
11367 case `(ac_space=' '; set | grep ac_space) 2>&1` in
11368 *ac_space=\ *)
11369 # `set' does not quote correctly, so add quotes (double-quote substitution
11370 # turns \\\\ into \\, and sed turns \\ into \).
11371 sed -n \
11372 -e "s/'/'\\\\''/g" \
11373 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
11374 ;;
11375 *)
11376 # `set' quotes correctly as required by POSIX, so do not add quotes.
11377 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
11378 ;;
11379 esac >> confcache
11380if cmp -s $cache_file confcache; then
11381 :
11382else
11383 if test -w $cache_file; then
11384 echo "updating cache $cache_file"
11385 cat confcache > $cache_file
11386 else
11387 echo "not updating unwritable cache $cache_file"
11388 fi
11389fi
11390rm -f confcache
11391
11392
11393if test "$USE_LINUX" = 1; then
11394 echo $ac_n "checking for glibc 2.1 or later""... $ac_c" 1>&6
11395echo "configure:11396: checking for glibc 2.1 or later" >&5
11396if eval "test \"`echo '$''{'wx_cv_lib_glibc21'+set}'`\" = set"; then
11397 echo $ac_n "(cached) $ac_c" 1>&6
11398else
11399
11400 cat > conftest.$ac_ext <<EOF
11401#line 11402 "configure"
11402#include "confdefs.h"
11403#include <features.h>
11404int main() {
11405
11406 #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
11407 #error not glibc2.1
11408 #endif
11409
11410; return 0; }
11411EOF
11412if { (eval echo configure:11413: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11413 rm -rf conftest*
11414
11415 wx_cv_lib_glibc21=yes
11416
11417else
11418 echo "configure: failed program was:" >&5
11419 cat conftest.$ac_ext >&5
11420 rm -rf conftest*
11421
11422 wx_cv_lib_glibc21=no
11423
11424
11425fi
11426rm -f conftest*
11427
11428fi
11429
11430echo "$ac_t""$wx_cv_lib_glibc21" 1>&6
11431 if test "$wx_cv_lib_glibc21" = "yes"; then
11432 cat >> confdefs.h <<\EOF
11433#define wxHAVE_GLIBC2 1
11434EOF
11435
11436 fi
11437fi
11438
11439if test "x$wx_cv_lib_glibc21" = "xyes"; then
11440 if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then
11441 cat >> confdefs.h <<\EOF
11442#define _GNU_SOURCE 1
11443EOF
11444
11445 fi
11446fi
11447
11448
11449
11450REGEX_INCLUDE=
11451if test "$wxUSE_REGEX" != "no"; then
11452 cat >> confdefs.h <<\EOF
11453#define wxUSE_REGEX 1
11454EOF
11455
11456
11457 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
11458 ac_safe=`echo "regex.h" | sed 'y%./+-%__p_%'`
11459echo $ac_n "checking for regex.h""... $ac_c" 1>&6
11460echo "configure:11461: checking for regex.h" >&5
11461if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11462 echo $ac_n "(cached) $ac_c" 1>&6
11463else
11464 cat > conftest.$ac_ext <<EOF
11465#line 11466 "configure"
11466#include "confdefs.h"
11467#include <regex.h>
11468EOF
11469ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11470{ (eval echo configure:11471: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11471ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11472if test -z "$ac_err"; then
11473 rm -rf conftest*
11474 eval "ac_cv_header_$ac_safe=yes"
11475else
11476 echo "$ac_err" >&5
11477 echo "configure: failed program was:" >&5
11478 cat conftest.$ac_ext >&5
11479 rm -rf conftest*
11480 eval "ac_cv_header_$ac_safe=no"
11481fi
11482rm -f conftest*
11483fi
11484if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11485 echo "$ac_t""yes" 1>&6
11486 for ac_func in regcomp
11487do
11488echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11489echo "configure:11490: checking for $ac_func" >&5
11490if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11491 echo $ac_n "(cached) $ac_c" 1>&6
11492else
11493 cat > conftest.$ac_ext <<EOF
11494#line 11495 "configure"
11495#include "confdefs.h"
11496/* System header to define __stub macros and hopefully few prototypes,
11497 which can conflict with char $ac_func(); below. */
11498#include <assert.h>
11499/* Override any gcc2 internal prototype to avoid an error. */
11500/* We use char because int might match the return type of a gcc2
11501 builtin and then its argument prototype would still apply. */
11502char $ac_func();
11503
11504int main() {
11505
11506/* The GNU C library defines this for functions which it implements
11507 to always fail with ENOSYS. Some functions are actually named
11508 something starting with __ and the normal name is an alias. */
11509#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11510choke me
11511#else
11512$ac_func();
11513#endif
11514
11515; return 0; }
11516EOF
11517if { (eval echo configure:11518: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11518 rm -rf conftest*
11519 eval "ac_cv_func_$ac_func=yes"
11520else
11521 echo "configure: failed program was:" >&5
11522 cat conftest.$ac_ext >&5
11523 rm -rf conftest*
11524 eval "ac_cv_func_$ac_func=no"
11525fi
11526rm -f conftest*
11527fi
11528
11529if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11530 echo "$ac_t""yes" 1>&6
11531 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11532 cat >> confdefs.h <<EOF
11533#define $ac_tr_func 1
11534EOF
11535
11536else
11537 echo "$ac_t""no" 1>&6
11538fi
11539done
11540
11541else
11542 echo "$ac_t""no" 1>&6
11543fi
11544
11545
11546 if test "x$ac_cv_func_regcomp" != "xyes"; then
11547 if test "$wxUSE_REGEX" = "sys" ; then
11548 { echo "configure: error: system regex library not found! Use --with-regex to use built-in version" 1>&2; exit 1; }
11549 else
11550 echo "configure: warning: system regex library not found, will use built-in instead" 1>&2
11551 wxUSE_REGEX=builtin
11552 fi
11553 else
11554 wxUSE_REGEX=sys
11555 fi
11556 fi
11557
11558 if test "$wxUSE_REGEX" = "builtin" ; then
11559 REGEX_INCLUDE="-I\${top_srcdir}/src/regex"
11560 fi
11561fi
11562
11563
11564ZLIB_INCLUDE=
11565ZLIB_LINK=
11566if test "$wxUSE_ZLIB" != "no" ; then
11567 cat >> confdefs.h <<\EOF
11568#define wxUSE_ZLIB 1
11569EOF
11570
11571
11572 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
11573 if test "$USE_DARWIN" = 1; then
11574 system_zlib_h_ok="yes"
11575 else
11576 echo $ac_n "checking for zlib.h >= 1.1.4""... $ac_c" 1>&6
11577echo "configure:11578: checking for zlib.h >= 1.1.4" >&5
11578if eval "test \"`echo '$''{'ac_cv_header_zlib_h'+set}'`\" = set"; then
11579 echo $ac_n "(cached) $ac_c" 1>&6
11580else
11581 if test "$cross_compiling" = yes; then
11582 ac_safe=`echo "zlib.h" | sed 'y%./+-%__p_%'`
11583echo $ac_n "checking for zlib.h""... $ac_c" 1>&6
11584echo "configure:11585: checking for zlib.h" >&5
11585if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11586 echo $ac_n "(cached) $ac_c" 1>&6
11587else
11588 cat > conftest.$ac_ext <<EOF
11589#line 11590 "configure"
11590#include "confdefs.h"
11591#include <zlib.h>
11592EOF
11593ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11594{ (eval echo configure:11595: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11595ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11596if test -z "$ac_err"; then
11597 rm -rf conftest*
11598 eval "ac_cv_header_$ac_safe=yes"
11599else
11600 echo "$ac_err" >&5
11601 echo "configure: failed program was:" >&5
11602 cat conftest.$ac_ext >&5
11603 rm -rf conftest*
11604 eval "ac_cv_header_$ac_safe=no"
11605fi
11606rm -f conftest*
11607fi
11608if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11609 echo "$ac_t""yes" 1>&6
11610 :
11611else
11612 echo "$ac_t""no" 1>&6
11613fi
11614
11615
11616else
11617 cat > conftest.$ac_ext <<EOF
11618#line 11619 "configure"
11619#include "confdefs.h"
11620
11621 #include <zlib.h>
11622 #include <stdio.h>
11623
11624
11625 int main()
11626 {
11627 FILE *f=fopen("conftestval", "w");
11628 if (!f) exit(1);
11629 fprintf(f, "%s",
11630 ZLIB_VERSION[0] == '1' &&
11631 (ZLIB_VERSION[2] > '1' ||
11632 (ZLIB_VERSION[2] == '1' &&
11633 ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
11634 exit(0);
11635 }
11636
11637
11638EOF
11639if { (eval echo configure:11640: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
11640then
11641 ac_cv_header_zlib_h=`cat conftestval`
11642else
11643 echo "configure: failed program was:" >&5
11644 cat conftest.$ac_ext >&5
11645 rm -fr conftest*
11646 ac_cv_header_zlib_h=no
11647fi
11648rm -fr conftest*
11649fi
11650
11651
11652fi
11653
11654echo "$ac_t""$ac_cv_header_zlib_h" 1>&6
11655
11656 system_zlib_h_ok=$ac_cv_header_zlib_h
11657 fi
11658
11659 if test "$system_zlib_h_ok" = "yes"; then
11660 echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6
11661echo "configure:11662: checking for deflate in -lz" >&5
11662ac_lib_var=`echo z'_'deflate | sed 'y%./+-%__p_%'`
11663if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11664 echo $ac_n "(cached) $ac_c" 1>&6
11665else
11666 ac_save_LIBS="$LIBS"
11667LIBS="-lz $LIBS"
11668cat > conftest.$ac_ext <<EOF
11669#line 11670 "configure"
11670#include "confdefs.h"
11671/* Override any gcc2 internal prototype to avoid an error. */
11672/* We use char because int might match the return type of a gcc2
11673 builtin and then its argument prototype would still apply. */
11674char deflate();
11675
11676int main() {
11677deflate()
11678; return 0; }
11679EOF
11680if { (eval echo configure:11681: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11681 rm -rf conftest*
11682 eval "ac_cv_lib_$ac_lib_var=yes"
11683else
11684 echo "configure: failed program was:" >&5
11685 cat conftest.$ac_ext >&5
11686 rm -rf conftest*
11687 eval "ac_cv_lib_$ac_lib_var=no"
11688fi
11689rm -f conftest*
11690LIBS="$ac_save_LIBS"
11691
11692fi
11693if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11694 echo "$ac_t""yes" 1>&6
11695 ZLIB_LINK=" -lz"
11696else
11697 echo "$ac_t""no" 1>&6
11698fi
11699
11700 fi
11701
11702 if test "x$ZLIB_LINK" = "x" ; then
11703 if test "$wxUSE_ZLIB" = "sys" ; then
11704 { echo "configure: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" 1>&2; exit 1; }
11705 else
11706 echo "configure: warning: zlib library not found or too old, will use built-in instead" 1>&2
11707 wxUSE_ZLIB=builtin
11708 fi
11709 else
11710 wxUSE_ZLIB=sys
11711 fi
11712 fi
11713
11714 if test "$wxUSE_ZLIB" = "builtin" ; then
11715 ZLIB_INCLUDE="-I\${top_srcdir}/src/zlib"
11716 fi
11717fi
11718
11719
11720PNG_INCLUDE=
11721PNG_LINK=
11722if test "$wxUSE_LIBPNG" != "no" ; then
11723 cat >> confdefs.h <<\EOF
11724#define wxUSE_LIBPNG 1
11725EOF
11726
11727
11728 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
11729 echo "configure: warning: wxMGL doesn't work with builtin png library, will use MGL one instead" 1>&2
11730 wxUSE_LIBPNG=sys
11731 fi
11732
11733 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
11734 echo "configure: warning: system png library doesn't work without system zlib, will use built-in instead" 1>&2
11735 wxUSE_LIBPNG=builtin
11736 fi
11737
11738 if test "$wxUSE_MGL" != 1 ; then
11739 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
11740 echo $ac_n "checking for png.h > 0.90""... $ac_c" 1>&6
11741echo "configure:11742: checking for png.h > 0.90" >&5
11742if eval "test \"`echo '$''{'ac_cv_header_png_h'+set}'`\" = set"; then
11743 echo $ac_n "(cached) $ac_c" 1>&6
11744else
11745 if test "$cross_compiling" = yes; then
11746 ac_safe=`echo "png.h" | sed 'y%./+-%__p_%'`
11747echo $ac_n "checking for png.h""... $ac_c" 1>&6
11748echo "configure:11749: checking for png.h" >&5
11749if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11750 echo $ac_n "(cached) $ac_c" 1>&6
11751else
11752 cat > conftest.$ac_ext <<EOF
11753#line 11754 "configure"
11754#include "confdefs.h"
11755#include <png.h>
11756EOF
11757ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11758{ (eval echo configure:11759: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11759ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11760if test -z "$ac_err"; then
11761 rm -rf conftest*
11762 eval "ac_cv_header_$ac_safe=yes"
11763else
11764 echo "$ac_err" >&5
11765 echo "configure: failed program was:" >&5
11766 cat conftest.$ac_ext >&5
11767 rm -rf conftest*
11768 eval "ac_cv_header_$ac_safe=no"
11769fi
11770rm -f conftest*
11771fi
11772if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11773 echo "$ac_t""yes" 1>&6
11774 :
11775else
11776 echo "$ac_t""no" 1>&6
11777fi
11778
11779
11780else
11781 cat > conftest.$ac_ext <<EOF
11782#line 11783 "configure"
11783#include "confdefs.h"
11784
11785 #include <png.h>
11786 #include <stdio.h>
11787
11788 int main()
11789 {
11790 FILE *f=fopen("conftestval", "w");
11791 if (!f) exit(1);
11792 fprintf(f, "%s",
11793 PNG_LIBPNG_VER > 90 ? "yes" : "no");
11794 exit(0);
11795 }
11796
11797EOF
11798if { (eval echo configure:11799: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
11799then
11800 ac_cv_header_png_h=`cat conftestval`
11801else
11802 echo "configure: failed program was:" >&5
11803 cat conftest.$ac_ext >&5
11804 rm -fr conftest*
11805 ac_cv_header_png_h=no
11806fi
11807rm -fr conftest*
11808fi
11809
11810
11811fi
11812
11813echo "$ac_t""$ac_cv_header_png_h" 1>&6
11814
11815 if test "$ac_cv_header_png_h" = "yes"; then
11816 echo $ac_n "checking for png_check_sig in -lpng""... $ac_c" 1>&6
11817echo "configure:11818: checking for png_check_sig in -lpng" >&5
11818ac_lib_var=`echo png'_'png_check_sig | sed 'y%./+-%__p_%'`
11819if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11820 echo $ac_n "(cached) $ac_c" 1>&6
11821else
11822 ac_save_LIBS="$LIBS"
11823LIBS="-lpng -lz -lm $LIBS"
11824cat > conftest.$ac_ext <<EOF
11825#line 11826 "configure"
11826#include "confdefs.h"
11827/* Override any gcc2 internal prototype to avoid an error. */
11828/* We use char because int might match the return type of a gcc2
11829 builtin and then its argument prototype would still apply. */
11830char png_check_sig();
11831
11832int main() {
11833png_check_sig()
11834; return 0; }
11835EOF
11836if { (eval echo configure:11837: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11837 rm -rf conftest*
11838 eval "ac_cv_lib_$ac_lib_var=yes"
11839else
11840 echo "configure: failed program was:" >&5
11841 cat conftest.$ac_ext >&5
11842 rm -rf conftest*
11843 eval "ac_cv_lib_$ac_lib_var=no"
11844fi
11845rm -f conftest*
11846LIBS="$ac_save_LIBS"
11847
11848fi
11849if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11850 echo "$ac_t""yes" 1>&6
11851 PNG_LINK=" -lpng"
11852else
11853 echo "$ac_t""no" 1>&6
11854fi
11855
11856 fi
11857
11858 if test "x$PNG_LINK" = "x" ; then
11859 if test "$wxUSE_LIBPNG" = "sys" ; then
11860 { echo "configure: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" 1>&2; exit 1; }
11861 else
11862 echo "configure: warning: system png library not found or too old, will use built-in instead" 1>&2
11863 wxUSE_LIBPNG=builtin
11864 fi
11865 else
11866 wxUSE_LIBPNG=sys
11867 fi
11868 fi
11869 fi
11870
11871 if test "$wxUSE_LIBPNG" = "builtin" ; then
11872 PNG_INCLUDE="-I\${top_srcdir}/src/png"
11873 fi
11874
11875 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png"
11876fi
11877
11878
11879JPEG_INCLUDE=
11880JPEG_LINK=
11881if test "$wxUSE_LIBJPEG" != "no" ; then
11882 cat >> confdefs.h <<\EOF
11883#define wxUSE_LIBJPEG 1
11884EOF
11885
11886
11887 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
11888 echo "configure: warning: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" 1>&2
11889 wxUSE_LIBJPEG=sys
11890 fi
11891
11892 if test "$wxUSE_MGL" != 1 ; then
11893 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
11894 echo $ac_n "checking for jpeglib.h""... $ac_c" 1>&6
11895echo "configure:11896: checking for jpeglib.h" >&5
11896 if eval "test \"`echo '$''{'ac_cv_header_jpeglib_h'+set}'`\" = set"; then
11897 echo $ac_n "(cached) $ac_c" 1>&6
11898else
11899 cat > conftest.$ac_ext <<EOF
11900#line 11901 "configure"
11901#include "confdefs.h"
11902
11903 #undef HAVE_STDLIB_H
11904 #include <stdio.h>
11905 #include <jpeglib.h>
11906
11907int main() {
11908
11909
11910; return 0; }
11911EOF
11912if { (eval echo configure:11913: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11913 rm -rf conftest*
11914 ac_cv_header_jpeglib_h=yes
11915else
11916 echo "configure: failed program was:" >&5
11917 cat conftest.$ac_ext >&5
11918 rm -rf conftest*
11919 ac_cv_header_jpeglib_h=no
11920
11921fi
11922rm -f conftest*
11923
11924fi
11925
11926 echo "$ac_t""$ac_cv_header_jpeglib_h" 1>&6
11927
11928 if test "$ac_cv_header_jpeglib_h" = "yes"; then
11929 echo $ac_n "checking for jpeg_read_header in -ljpeg""... $ac_c" 1>&6
11930echo "configure:11931: checking for jpeg_read_header in -ljpeg" >&5
11931ac_lib_var=`echo jpeg'_'jpeg_read_header | sed 'y%./+-%__p_%'`
11932if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11933 echo $ac_n "(cached) $ac_c" 1>&6
11934else
11935 ac_save_LIBS="$LIBS"
11936LIBS="-ljpeg $LIBS"
11937cat > conftest.$ac_ext <<EOF
11938#line 11939 "configure"
11939#include "confdefs.h"
11940/* Override any gcc2 internal prototype to avoid an error. */
11941/* We use char because int might match the return type of a gcc2
11942 builtin and then its argument prototype would still apply. */
11943char jpeg_read_header();
11944
11945int main() {
11946jpeg_read_header()
11947; return 0; }
11948EOF
11949if { (eval echo configure:11950: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11950 rm -rf conftest*
11951 eval "ac_cv_lib_$ac_lib_var=yes"
11952else
11953 echo "configure: failed program was:" >&5
11954 cat conftest.$ac_ext >&5
11955 rm -rf conftest*
11956 eval "ac_cv_lib_$ac_lib_var=no"
11957fi
11958rm -f conftest*
11959LIBS="$ac_save_LIBS"
11960
11961fi
11962if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11963 echo "$ac_t""yes" 1>&6
11964 JPEG_LINK=" -ljpeg"
11965else
11966 echo "$ac_t""no" 1>&6
11967fi
11968
11969 fi
11970
11971 if test "x$JPEG_LINK" = "x" ; then
11972 if test "$wxUSE_LIBJPEG" = "sys" ; then
11973 { echo "configure: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" 1>&2; exit 1; }
11974 else
11975 echo "configure: warning: system jpeg library not found, will use built-in instead" 1>&2
11976 wxUSE_LIBJPEG=builtin
11977 fi
11978 else
11979 wxUSE_LIBJPEG=sys
11980 fi
11981 fi
11982 fi
11983
11984 if test "$wxUSE_LIBJPEG" = "builtin" ; then
11985 JPEG_INCLUDE="-I\${top_srcdir}/src/jpeg"
11986 fi
11987fi
11988
11989
11990TIFF_INCLUDE=
11991TIFF_LINK=
11992TIFF_PREREQ_LINKS=-lm
11993if test "$wxUSE_LIBTIFF" != "no" ; then
11994 cat >> confdefs.h <<\EOF
11995#define wxUSE_LIBTIFF 1
11996EOF
11997
11998
11999 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
12000 if test "$wxUSE_LIBJPEG" = "sys"; then
12001 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $JPEG_LINK"
12002 fi
12003 if test "$wxUSE_ZLIB" = "sys"; then
12004 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $ZLIB_LINK"
12005 fi
12006 ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'`
12007echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6
12008echo "configure:12009: checking for tiffio.h" >&5
12009if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12010 echo $ac_n "(cached) $ac_c" 1>&6
12011else
12012 cat > conftest.$ac_ext <<EOF
12013#line 12014 "configure"
12014#include "confdefs.h"
12015#include <tiffio.h>
12016EOF
12017ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12018{ (eval echo configure:12019: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12019ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12020if test -z "$ac_err"; then
12021 rm -rf conftest*
12022 eval "ac_cv_header_$ac_safe=yes"
12023else
12024 echo "$ac_err" >&5
12025 echo "configure: failed program was:" >&5
12026 cat conftest.$ac_ext >&5
12027 rm -rf conftest*
12028 eval "ac_cv_header_$ac_safe=no"
12029fi
12030rm -f conftest*
12031fi
12032if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12033 echo "$ac_t""yes" 1>&6
12034 echo $ac_n "checking for TIFFError in -ltiff""... $ac_c" 1>&6
12035echo "configure:12036: checking for TIFFError in -ltiff" >&5
12036ac_lib_var=`echo tiff'_'TIFFError | sed 'y%./+-%__p_%'`
12037if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12038 echo $ac_n "(cached) $ac_c" 1>&6
12039else
12040 ac_save_LIBS="$LIBS"
12041LIBS="-ltiff $TIFF_PREREQ_LINKS $LIBS"
12042cat > conftest.$ac_ext <<EOF
12043#line 12044 "configure"
12044#include "confdefs.h"
12045/* Override any gcc2 internal prototype to avoid an error. */
12046/* We use char because int might match the return type of a gcc2
12047 builtin and then its argument prototype would still apply. */
12048char TIFFError();
12049
12050int main() {
12051TIFFError()
12052; return 0; }
12053EOF
12054if { (eval echo configure:12055: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12055 rm -rf conftest*
12056 eval "ac_cv_lib_$ac_lib_var=yes"
12057else
12058 echo "configure: failed program was:" >&5
12059 cat conftest.$ac_ext >&5
12060 rm -rf conftest*
12061 eval "ac_cv_lib_$ac_lib_var=no"
12062fi
12063rm -f conftest*
12064LIBS="$ac_save_LIBS"
12065
12066fi
12067if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12068 echo "$ac_t""yes" 1>&6
12069 TIFF_LINK=" -ltiff"
12070else
12071 echo "$ac_t""no" 1>&6
12072fi
12073
12074
12075else
12076 echo "$ac_t""no" 1>&6
12077fi
12078
12079
12080 if test "x$TIFF_LINK" = "x" ; then
12081 if test "$wxUSE_LIBTIFF" = "sys" ; then
12082 { echo "configure: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" 1>&2; exit 1; }
12083 else
12084 echo "configure: warning: system tiff library not found, will use built-in instead" 1>&2
12085 wxUSE_LIBTIFF=builtin
12086 fi
12087 else
12088 wxUSE_LIBTIFF=sys
12089 fi
12090 fi
12091
12092 if test "$wxUSE_LIBTIFF" = "builtin" ; then
12093 TIFF_INCLUDE="-I\${top_srcdir}/src/tiff"
12094 fi
12095fi
12096
12097
12098AFMINSTALL=
12099WIN32INSTALL=
12100
12101TOOLKIT=
12102TOOLKIT_INCLUDE=
12103WIDGET_SET=
12104
12105if test "$USE_WIN32" = 1 ; then
12106 for ac_hdr in w32api.h
12107do
12108ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12109echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12110echo "configure:12111: checking for $ac_hdr" >&5
12111if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12112 echo $ac_n "(cached) $ac_c" 1>&6
12113else
12114 cat > conftest.$ac_ext <<EOF
12115#line 12116 "configure"
12116#include "confdefs.h"
12117#include <$ac_hdr>
12118EOF
12119ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12120{ (eval echo configure:12121: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12121ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12122if test -z "$ac_err"; then
12123 rm -rf conftest*
12124 eval "ac_cv_header_$ac_safe=yes"
12125else
12126 echo "$ac_err" >&5
12127 echo "configure: failed program was:" >&5
12128 cat conftest.$ac_ext >&5
12129 rm -rf conftest*
12130 eval "ac_cv_header_$ac_safe=no"
12131fi
12132rm -f conftest*
12133fi
12134if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12135 echo "$ac_t""yes" 1>&6
12136 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12137 cat >> confdefs.h <<EOF
12138#define $ac_tr_hdr 1
12139EOF
12140
12141else
12142 echo "$ac_t""no" 1>&6
12143fi
12144done
12145
12146 ac_safe=`echo "windows.h" | sed 'y%./+-%__p_%'`
12147echo $ac_n "checking for windows.h""... $ac_c" 1>&6
12148echo "configure:12149: checking for windows.h" >&5
12149if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12150 echo $ac_n "(cached) $ac_c" 1>&6
12151else
12152 cat > conftest.$ac_ext <<EOF
12153#line 12154 "configure"
12154#include "confdefs.h"
12155#include <windows.h>
12156EOF
12157ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12158{ (eval echo configure:12159: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12159ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12160if test -z "$ac_err"; then
12161 rm -rf conftest*
12162 eval "ac_cv_header_$ac_safe=yes"
12163else
12164 echo "$ac_err" >&5
12165 echo "configure: failed program was:" >&5
12166 cat conftest.$ac_ext >&5
12167 rm -rf conftest*
12168 eval "ac_cv_header_$ac_safe=no"
12169fi
12170rm -f conftest*
12171fi
12172if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12173 echo "$ac_t""yes" 1>&6
12174 :
12175else
12176 echo "$ac_t""no" 1>&6
12177
12178 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
12179
12180fi
12181
12182
12183 echo $ac_n "checking if w32api has good enough MSIE support""... $ac_c" 1>&6
12184echo "configure:12185: checking if w32api has good enough MSIE support" >&5
12185if eval "test \"`echo '$''{'wx_cv_w32api_win32_ie'+set}'`\" = set"; then
12186 echo $ac_n "(cached) $ac_c" 1>&6
12187else
12188
12189 cat > conftest.$ac_ext <<EOF
12190#line 12191 "configure"
12191#include "confdefs.h"
12192#include <w32api.h>
12193int main() {
12194
12195 #define wxCHECK_W32API_VERSION( major, minor ) \
12196 ( defined( __W32API_MAJOR_VERSION ) && defined( __W32API_MINOR_VERSION ) \
12197 && ( ( __W32API_MAJOR_VERSION > (major) ) \
12198 || ( __W32API_MAJOR_VERSION == (major) && __W32API_MINOR_VERSION >= (minor))))
12199
12200 #if !wxCHECK_W32API_VERSION(1,1)
12201 #error You need w32api 1.1 or newer
12202 #endif
12203
12204; return 0; }
12205EOF
12206if { (eval echo configure:12207: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12207 rm -rf conftest*
12208
12209 wx_cv_w32api_win32_ie=yes
12210
12211else
12212 echo "configure: failed program was:" >&5
12213 cat conftest.$ac_ext >&5
12214 rm -rf conftest*
12215
12216 wx_cv_w32api_win32_ie=no
12217
12218fi
12219rm -f conftest*
12220
12221fi
12222
12223echo "$ac_t""$wx_cv_w32api_win32_ie" 1>&6
12224 if test "$wx_cv_w32api_win32_ie" = "yes" ; then
12225 CPPFLAGS="$CPPFLAGS -D_WIN32_IE=0x400"
12226 fi
12227
12228 LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -ladvapi32 -lwsock32"
12229
12230 case "${host}" in
12231 *-*-cygwin* )
12232 LIBS="$LIBS -lkernel32 -luser32 -lgdi32 -lcomdlg32"
12233 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WIN95__"
12234 esac
12235
12236 if test "$wxUSE_ODBC" = "yes" ; then
12237 LIBS=" -lodbc32 -lole32 -loleaut32 $LIBS"
12238 fi
12239
12240 RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
12241 RESPROGRAMOBJ="\$(PROGRAM)_resources.o"
12242
12243 WIN32INSTALL=win32install
12244fi
12245
12246if test "$USE_DARWIN" = 1; then
12247 if test "$wxUSE_PRECOMP" = "yes"; then
12248 CPPFLAGS="$CPPFLAGS -cpp-precomp"
12249 else
12250 CPPFLAGS="$CPPFLAGS -no-cpp-precomp"
12251 fi
12252fi
12253
12254if test "$wxUSE_GUI" = "yes"; then
12255 USE_GUI=1
12256
12257 GUI_TK_LIBRARY=
12258
12259 WXGTK12=
12260 WXGTK127=
12261 WXGTK20=
12262
12263 if test "$wxUSE_MSW" = 1 ; then
12264 TOOLKIT=MSW
12265 GUIDIST=MSW_DIST
12266
12267 case "${host}" in
12268 *-*-mingw32* )
12269 LDFLAGS="$LDFLAGS -Wl,--subsystem,windows -mwindows"
12270 esac
12271 fi
12272
12273 if test "$wxUSE_GTK" = 1; then
12274 echo $ac_n "checking for GTK+ version""... $ac_c" 1>&6
12275echo "configure:12276: checking for GTK+ version" >&5
12276
12277 gtk_version_cached=1
12278 if eval "test \"`echo '$''{'wx_cv_lib_gtk'+set}'`\" = set"; then
12279 echo $ac_n "(cached) $ac_c" 1>&6
12280else
12281
12282 gtk_version_cached=0
12283 echo "$ac_t""" 1>&6
12284
12285 GTK_MODULES=
12286 if test "$wxUSE_THREADS" = "yes"; then
12287 GTK_MODULES=gthread
12288 fi
12289
12290 wx_cv_lib_gtk=
12291 if test "x$wxUSE_GTK2" = "xyes"; then
12292 # Check whether --enable-gtktest or --disable-gtktest was given.
12293if test "${enable_gtktest+set}" = set; then
12294 enableval="$enable_gtktest"
12295 :
12296else
12297 enable_gtktest=yes
12298fi
12299
12300
12301 pkg_config_args=gtk+-2.0
12302 for module in . $GTK_MODULES
12303 do
12304 case "$module" in
12305 gthread)
12306 pkg_config_args="$pkg_config_args gthread-2.0"
12307 ;;
12308 esac
12309 done
12310
12311 no_gtk=""
12312
12313 # Extract the first word of "pkg-config", so it can be a program name with args.
12314set dummy pkg-config; ac_word=$2
12315echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
12316echo "configure:12317: checking for $ac_word" >&5
12317if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
12318 echo $ac_n "(cached) $ac_c" 1>&6
12319else
12320 case "$PKG_CONFIG" in
12321 /*)
12322 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
12323 ;;
12324 ?:/*)
12325 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a dos path.
12326 ;;
12327 *)
12328 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
12329 ac_dummy="$PATH"
12330 for ac_dir in $ac_dummy; do
12331 test -z "$ac_dir" && ac_dir=.
12332 if test -f $ac_dir/$ac_word; then
12333 ac_cv_path_PKG_CONFIG="$ac_dir/$ac_word"
12334 break
12335 fi
12336 done
12337 IFS="$ac_save_ifs"
12338 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
12339 ;;
12340esac
12341fi
12342PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
12343if test -n "$PKG_CONFIG"; then
12344 echo "$ac_t""$PKG_CONFIG" 1>&6
12345else
12346 echo "$ac_t""no" 1>&6
12347fi
12348
12349
12350 if test x$PKG_CONFIG != xno ; then
12351 if pkg-config --atleast-pkgconfig-version 0.7 ; then
12352 :
12353 else
12354 echo *** pkg-config too old; version 0.7 or better required.
12355 no_gtk=yes
12356 PKG_CONFIG=no
12357 fi
12358 else
12359 no_gtk=yes
12360 fi
12361
12362 min_gtk_version=2.0.0
12363 echo $ac_n "checking for GTK+ - version >= $min_gtk_version""... $ac_c" 1>&6
12364echo "configure:12365: checking for GTK+ - version >= $min_gtk_version" >&5
12365
12366 if test x$PKG_CONFIG != xno ; then
12367 ## don't try to run the test against uninstalled libtool libs
12368 if $PKG_CONFIG --uninstalled $pkg_config_args; then
12369 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
12370 enable_gtktest=no
12371 fi
12372
12373 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
12374 :
12375 else
12376 no_gtk=yes
12377 fi
12378 fi
12379
12380 if test x"$no_gtk" = x ; then
12381 GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
12382 GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
12383 gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
12384 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
12385 gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
12386 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
12387 gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
12388 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
12389 if test "x$enable_gtktest" = "xyes" ; then
12390 ac_save_CFLAGS="$CFLAGS"
12391 ac_save_LIBS="$LIBS"
12392 CFLAGS="$CFLAGS $GTK_CFLAGS"
12393 LIBS="$GTK_LIBS $LIBS"
12394 rm -f conf.gtktest
12395 if test "$cross_compiling" = yes; then
12396 echo $ac_n "cross compiling; assumed OK... $ac_c"
12397else
12398 cat > conftest.$ac_ext <<EOF
12399#line 12400 "configure"
12400#include "confdefs.h"
12401
12402#include <gtk/gtk.h>
12403#include <stdio.h>
12404#include <stdlib.h>
12405
12406int
12407main ()
12408{
12409 int major, minor, micro;
12410 char *tmp_version;
12411
12412 system ("touch conf.gtktest");
12413
12414 /* HP/UX 9 (%@#!) writes to sscanf strings */
12415 tmp_version = g_strdup("$min_gtk_version");
12416 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
12417 printf("%s, bad version string\n", "$min_gtk_version");
12418 exit(1);
12419 }
12420
12421 if ((gtk_major_version != $gtk_config_major_version) ||
12422 (gtk_minor_version != $gtk_config_minor_version) ||
12423 (gtk_micro_version != $gtk_config_micro_version))
12424 {
12425 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
12426 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
12427 gtk_major_version, gtk_minor_version, gtk_micro_version);
12428 printf ("*** was found! If pkg-config was correct, then it is best\n");
12429 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
12430 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
12431 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
12432 printf("*** required on your system.\n");
12433 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
12434 printf("*** to point to the correct configuration files\n");
12435 }
12436 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
12437 (gtk_minor_version != GTK_MINOR_VERSION) ||
12438 (gtk_micro_version != GTK_MICRO_VERSION))
12439 {
12440 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
12441 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
12442 printf("*** library (version %d.%d.%d)\n",
12443 gtk_major_version, gtk_minor_version, gtk_micro_version);
12444 }
12445 else
12446 {
12447 if ((gtk_major_version > major) ||
12448 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
12449 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
12450 {
12451 return 0;
12452 }
12453 else
12454 {
12455 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
12456 gtk_major_version, gtk_minor_version, gtk_micro_version);
12457 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
12458 major, minor, micro);
12459 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
12460 printf("***\n");
12461 printf("*** If you have already installed a sufficiently new version, this error\n");
12462 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
12463 printf("*** being found. The easiest way to fix this is to remove the old version\n");
12464 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
12465 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
12466 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
12467 printf("*** so that the correct libraries are found at run-time))\n");
12468 }
12469 }
12470 return 1;
12471}
12472
12473EOF
12474if { (eval echo configure:12475: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
12475then
12476 :
12477else
12478 echo "configure: failed program was:" >&5
12479 cat conftest.$ac_ext >&5
12480 rm -fr conftest*
12481 no_gtk=yes
12482fi
12483rm -fr conftest*
12484fi
12485
12486 CFLAGS="$ac_save_CFLAGS"
12487 LIBS="$ac_save_LIBS"
12488 fi
12489 fi
12490 if test "x$no_gtk" = x ; then
12491 echo "$ac_t""yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" 1>&6
12492 wx_cv_lib_gtk=2.0
12493 else
12494 echo "$ac_t""no" 1>&6
12495 if test "$PKG_CONFIG" = "no" ; then
12496 echo "*** A new enough version of pkg-config was not found."
12497 echo "*** See http://pkgconfig.sourceforge.net"
12498 else
12499 if test -f conf.gtktest ; then
12500 :
12501 else
12502 echo "*** Could not run GTK+ test program, checking why..."
12503 ac_save_CFLAGS="$CFLAGS"
12504 ac_save_LIBS="$LIBS"
12505 CFLAGS="$CFLAGS $GTK_CFLAGS"
12506 LIBS="$LIBS $GTK_LIBS"
12507 cat > conftest.$ac_ext <<EOF
12508#line 12509 "configure"
12509#include "confdefs.h"
12510
12511#include <gtk/gtk.h>
12512#include <stdio.h>
12513
12514int main() {
12515 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
12516; return 0; }
12517EOF
12518if { (eval echo configure:12519: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12519 rm -rf conftest*
12520 echo "*** The test program compiled, but did not run. This usually means"
12521 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
12522 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
12523 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
12524 echo "*** to the installed location Also, make sure you have run ldconfig if that"
12525 echo "*** is required on your system"
12526 echo "***"
12527 echo "*** If you have an old version installed, it is best to remove it, although"
12528 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
12529else
12530 echo "configure: failed program was:" >&5
12531 cat conftest.$ac_ext >&5
12532 rm -rf conftest*
12533 echo "*** The test program failed to compile or link. See the file config.log for the"
12534 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
12535fi
12536rm -f conftest*
12537 CFLAGS="$ac_save_CFLAGS"
12538 LIBS="$ac_save_LIBS"
12539 fi
12540 fi
12541 GTK_CFLAGS=""
12542 GTK_LIBS=""
12543 :
12544 fi
12545
12546
12547 rm -f conf.gtktest
12548
12549 else
12550 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
12551if test "${with_gtk_prefix+set}" = set; then
12552 withval="$with_gtk_prefix"
12553 gtk_config_prefix="$withval"
12554else
12555 gtk_config_prefix=""
12556fi
12557
12558# Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
12559if test "${with_gtk_exec_prefix+set}" = set; then
12560 withval="$with_gtk_exec_prefix"
12561 gtk_config_exec_prefix="$withval"
12562else
12563 gtk_config_exec_prefix=""
12564fi
12565
12566# Check whether --enable-gtktest or --disable-gtktest was given.
12567if test "${enable_gtktest+set}" = set; then
12568 enableval="$enable_gtktest"
12569 :
12570else
12571 enable_gtktest=yes
12572fi
12573
12574
12575 for module in . $GTK_MODULES
12576 do
12577 case "$module" in
12578 gthread)
12579 gtk_config_args="$gtk_config_args gthread"
12580 ;;
12581 esac
12582 done
12583
12584 if test x$gtk_config_exec_prefix != x ; then
12585 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
12586 if test x${GTK_CONFIG+set} != xset ; then
12587 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
12588 fi
12589 fi
12590 if test x$gtk_config_prefix != x ; then
12591 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
12592 if test x${GTK_CONFIG+set} != xset ; then
12593 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
12594 fi
12595 fi
12596
12597 # Extract the first word of "gtk-config", so it can be a program name with args.
12598set dummy gtk-config; ac_word=$2
12599echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
12600echo "configure:12601: checking for $ac_word" >&5
12601if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
12602 echo $ac_n "(cached) $ac_c" 1>&6
12603else
12604 case "$GTK_CONFIG" in
12605 /*)
12606 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
12607 ;;
12608 ?:/*)
12609 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path.
12610 ;;
12611 *)
12612 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
12613 ac_dummy="$PATH"
12614 for ac_dir in $ac_dummy; do
12615 test -z "$ac_dir" && ac_dir=.
12616 if test -f $ac_dir/$ac_word; then
12617 ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word"
12618 break
12619 fi
12620 done
12621 IFS="$ac_save_ifs"
12622 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
12623 ;;
12624esac
12625fi
12626GTK_CONFIG="$ac_cv_path_GTK_CONFIG"
12627if test -n "$GTK_CONFIG"; then
12628 echo "$ac_t""$GTK_CONFIG" 1>&6
12629else
12630 echo "$ac_t""no" 1>&6
12631fi
12632
12633 min_gtk_version=1.2.7
12634 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
12635echo "configure:12636: checking for GTK - version >= $min_gtk_version" >&5
12636 no_gtk=""
12637 if test "$GTK_CONFIG" = "no" ; then
12638 no_gtk=yes
12639 else
12640 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
12641 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
12642 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
12643 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
12644 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
12645 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
12646 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
12647 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
12648 if test "x$enable_gtktest" = "xyes" ; then
12649 ac_save_CFLAGS="$CFLAGS"
12650 ac_save_LIBS="$LIBS"
12651 CFLAGS="$CFLAGS $GTK_CFLAGS"
12652 LIBS="$GTK_LIBS $LIBS"
12653 rm -f conf.gtktest
12654 if test "$cross_compiling" = yes; then
12655 echo $ac_n "cross compiling; assumed OK... $ac_c"
12656else
12657 cat > conftest.$ac_ext <<EOF
12658#line 12659 "configure"
12659#include "confdefs.h"
12660
12661#include <gtk/gtk.h>
12662#include <stdio.h>
12663#include <stdlib.h>
12664
12665int
12666main ()
12667{
12668 int major, minor, micro;
12669 char *tmp_version;
12670
12671 system ("touch conf.gtktest");
12672
12673 /* HP/UX 9 (%@#!) writes to sscanf strings */
12674 tmp_version = g_strdup("$min_gtk_version");
12675 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
12676 printf("%s, bad version string\n", "$min_gtk_version");
12677 exit(1);
12678 }
12679
12680 if ((gtk_major_version != $gtk_config_major_version) ||
12681 (gtk_minor_version != $gtk_config_minor_version) ||
12682 (gtk_micro_version != $gtk_config_micro_version))
12683 {
12684 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
12685 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
12686 gtk_major_version, gtk_minor_version, gtk_micro_version);
12687 printf ("*** was found! If gtk-config was correct, then it is best\n");
12688 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
12689 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
12690 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
12691 printf("*** required on your system.\n");
12692 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
12693 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
12694 printf("*** before re-running configure\n");
12695 }
12696#if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
12697 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
12698 (gtk_minor_version != GTK_MINOR_VERSION) ||
12699 (gtk_micro_version != GTK_MICRO_VERSION))
12700 {
12701 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
12702 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
12703 printf("*** library (version %d.%d.%d)\n",
12704 gtk_major_version, gtk_minor_version, gtk_micro_version);
12705 }
12706#endif /* defined (GTK_MAJOR_VERSION) ... */
12707 else
12708 {
12709 if ((gtk_major_version > major) ||
12710 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
12711 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
12712 {
12713 return 0;
12714 }
12715 else
12716 {
12717 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
12718 gtk_major_version, gtk_minor_version, gtk_micro_version);
12719 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
12720 major, minor, micro);
12721 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
12722 printf("***\n");
12723 printf("*** If you have already installed a sufficiently new version, this error\n");
12724 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
12725 printf("*** being found. The easiest way to fix this is to remove the old version\n");
12726 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
12727 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
12728 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
12729 printf("*** so that the correct libraries are found at run-time))\n");
12730 }
12731 }
12732 return 1;
12733}
12734
12735EOF
12736if { (eval echo configure:12737: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
12737then
12738 :
12739else
12740 echo "configure: failed program was:" >&5
12741 cat conftest.$ac_ext >&5
12742 rm -fr conftest*
12743 no_gtk=yes
12744fi
12745rm -fr conftest*
12746fi
12747
12748 CFLAGS="$ac_save_CFLAGS"
12749 LIBS="$ac_save_LIBS"
12750 fi
12751 fi
12752 if test "x$no_gtk" = x ; then
12753 echo "$ac_t""yes" 1>&6
12754 wx_cv_lib_gtk=1.2.7
12755 else
12756 echo "$ac_t""no" 1>&6
12757 if test "$GTK_CONFIG" = "no" ; then
12758 echo "*** The gtk-config script installed by GTK could not be found"
12759 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
12760 echo "*** your path, or set the GTK_CONFIG environment variable to the"
12761 echo "*** full path to gtk-config."
12762 else
12763 if test -f conf.gtktest ; then
12764 :
12765 else
12766 echo "*** Could not run GTK test program, checking why..."
12767 CFLAGS="$CFLAGS $GTK_CFLAGS"
12768 LIBS="$LIBS $GTK_LIBS"
12769 cat > conftest.$ac_ext <<EOF
12770#line 12771 "configure"
12771#include "confdefs.h"
12772
12773#include <gtk/gtk.h>
12774#include <stdio.h>
12775
12776int main() {
12777 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
12778; return 0; }
12779EOF
12780if { (eval echo configure:12781: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12781 rm -rf conftest*
12782 echo "*** The test program compiled, but did not run. This usually means"
12783 echo "*** that the run-time linker is not finding GTK or finding the wrong"
12784 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
12785 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
12786 echo "*** to the installed location Also, make sure you have run ldconfig if that"
12787 echo "*** is required on your system"
12788 echo "***"
12789 echo "*** If you have an old version installed, it is best to remove it, although"
12790 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
12791 echo "***"
12792 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
12793 echo "*** came with the system with the command"
12794 echo "***"
12795 echo "*** rpm --erase --nodeps gtk gtk-devel"
12796else
12797 echo "configure: failed program was:" >&5
12798 cat conftest.$ac_ext >&5
12799 rm -rf conftest*
12800 echo "*** The test program failed to compile or link. See the file config.log for the"
12801 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
12802 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
12803 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
12804fi
12805rm -f conftest*
12806 CFLAGS="$ac_save_CFLAGS"
12807 LIBS="$ac_save_LIBS"
12808 fi
12809 fi
12810 GTK_CFLAGS=""
12811 GTK_LIBS=""
12812 :
12813 fi
12814
12815
12816 rm -f conf.gtktest
12817
12818
12819 if test -z "$wx_cv_lib_gtk"; then
12820 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
12821if test "${with_gtk_prefix+set}" = set; then
12822 withval="$with_gtk_prefix"
12823 gtk_config_prefix="$withval"
12824else
12825 gtk_config_prefix=""
12826fi
12827
12828# Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
12829if test "${with_gtk_exec_prefix+set}" = set; then
12830 withval="$with_gtk_exec_prefix"
12831 gtk_config_exec_prefix="$withval"
12832else
12833 gtk_config_exec_prefix=""
12834fi
12835
12836# Check whether --enable-gtktest or --disable-gtktest was given.
12837if test "${enable_gtktest+set}" = set; then
12838 enableval="$enable_gtktest"
12839 :
12840else
12841 enable_gtktest=yes
12842fi
12843
12844
12845 for module in . $GTK_MODULES
12846 do
12847 case "$module" in
12848 gthread)
12849 gtk_config_args="$gtk_config_args gthread"
12850 ;;
12851 esac
12852 done
12853
12854 if test x$gtk_config_exec_prefix != x ; then
12855 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
12856 if test x${GTK_CONFIG+set} != xset ; then
12857 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
12858 fi
12859 fi
12860 if test x$gtk_config_prefix != x ; then
12861 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
12862 if test x${GTK_CONFIG+set} != xset ; then
12863 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
12864 fi
12865 fi
12866
12867 # Extract the first word of "gtk-config", so it can be a program name with args.
12868set dummy gtk-config; ac_word=$2
12869echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
12870echo "configure:12871: checking for $ac_word" >&5
12871if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
12872 echo $ac_n "(cached) $ac_c" 1>&6
12873else
12874 case "$GTK_CONFIG" in
12875 /*)
12876 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
12877 ;;
12878 ?:/*)
12879 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path.
12880 ;;
12881 *)
12882 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
12883 ac_dummy="$PATH"
12884 for ac_dir in $ac_dummy; do
12885 test -z "$ac_dir" && ac_dir=.
12886 if test -f $ac_dir/$ac_word; then
12887 ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word"
12888 break
12889 fi
12890 done
12891 IFS="$ac_save_ifs"
12892 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
12893 ;;
12894esac
12895fi
12896GTK_CONFIG="$ac_cv_path_GTK_CONFIG"
12897if test -n "$GTK_CONFIG"; then
12898 echo "$ac_t""$GTK_CONFIG" 1>&6
12899else
12900 echo "$ac_t""no" 1>&6
12901fi
12902
12903 min_gtk_version=1.2.3
12904 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
12905echo "configure:12906: checking for GTK - version >= $min_gtk_version" >&5
12906 no_gtk=""
12907 if test "$GTK_CONFIG" = "no" ; then
12908 no_gtk=yes
12909 else
12910 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
12911 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
12912 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
12913 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
12914 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
12915 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
12916 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
12917 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
12918 if test "x$enable_gtktest" = "xyes" ; then
12919 ac_save_CFLAGS="$CFLAGS"
12920 ac_save_LIBS="$LIBS"
12921 CFLAGS="$CFLAGS $GTK_CFLAGS"
12922 LIBS="$GTK_LIBS $LIBS"
12923 rm -f conf.gtktest
12924 if test "$cross_compiling" = yes; then
12925 echo $ac_n "cross compiling; assumed OK... $ac_c"
12926else
12927 cat > conftest.$ac_ext <<EOF
12928#line 12929 "configure"
12929#include "confdefs.h"
12930
12931#include <gtk/gtk.h>
12932#include <stdio.h>
12933#include <stdlib.h>
12934
12935int
12936main ()
12937{
12938 int major, minor, micro;
12939 char *tmp_version;
12940
12941 system ("touch conf.gtktest");
12942
12943 /* HP/UX 9 (%@#!) writes to sscanf strings */
12944 tmp_version = g_strdup("$min_gtk_version");
12945 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
12946 printf("%s, bad version string\n", "$min_gtk_version");
12947 exit(1);
12948 }
12949
12950 if ((gtk_major_version != $gtk_config_major_version) ||
12951 (gtk_minor_version != $gtk_config_minor_version) ||
12952 (gtk_micro_version != $gtk_config_micro_version))
12953 {
12954 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
12955 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
12956 gtk_major_version, gtk_minor_version, gtk_micro_version);
12957 printf ("*** was found! If gtk-config was correct, then it is best\n");
12958 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
12959 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
12960 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
12961 printf("*** required on your system.\n");
12962 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
12963 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
12964 printf("*** before re-running configure\n");
12965 }
12966#if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
12967 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
12968 (gtk_minor_version != GTK_MINOR_VERSION) ||
12969 (gtk_micro_version != GTK_MICRO_VERSION))
12970 {
12971 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
12972 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
12973 printf("*** library (version %d.%d.%d)\n",
12974 gtk_major_version, gtk_minor_version, gtk_micro_version);
12975 }
12976#endif /* defined (GTK_MAJOR_VERSION) ... */
12977 else
12978 {
12979 if ((gtk_major_version > major) ||
12980 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
12981 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
12982 {
12983 return 0;
12984 }
12985 else
12986 {
12987 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
12988 gtk_major_version, gtk_minor_version, gtk_micro_version);
12989 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
12990 major, minor, micro);
12991 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
12992 printf("***\n");
12993 printf("*** If you have already installed a sufficiently new version, this error\n");
12994 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
12995 printf("*** being found. The easiest way to fix this is to remove the old version\n");
12996 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
12997 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
12998 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
12999 printf("*** so that the correct libraries are found at run-time))\n");
13000 }
13001 }
13002 return 1;
13003}
13004
13005EOF
13006if { (eval echo configure:13007: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
13007then
13008 :
13009else
13010 echo "configure: failed program was:" >&5
13011 cat conftest.$ac_ext >&5
13012 rm -fr conftest*
13013 no_gtk=yes
13014fi
13015rm -fr conftest*
13016fi
13017
13018 CFLAGS="$ac_save_CFLAGS"
13019 LIBS="$ac_save_LIBS"
13020 fi
13021 fi
13022 if test "x$no_gtk" = x ; then
13023 echo "$ac_t""yes" 1>&6
13024 wx_cv_lib_gtk=1.2.3
13025 else
13026 echo "$ac_t""no" 1>&6
13027 if test "$GTK_CONFIG" = "no" ; then
13028 echo "*** The gtk-config script installed by GTK could not be found"
13029 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
13030 echo "*** your path, or set the GTK_CONFIG environment variable to the"
13031 echo "*** full path to gtk-config."
13032 else
13033 if test -f conf.gtktest ; then
13034 :
13035 else
13036 echo "*** Could not run GTK test program, checking why..."
13037 CFLAGS="$CFLAGS $GTK_CFLAGS"
13038 LIBS="$LIBS $GTK_LIBS"
13039 cat > conftest.$ac_ext <<EOF
13040#line 13041 "configure"
13041#include "confdefs.h"
13042
13043#include <gtk/gtk.h>
13044#include <stdio.h>
13045
13046int main() {
13047 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
13048; return 0; }
13049EOF
13050if { (eval echo configure:13051: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13051 rm -rf conftest*
13052 echo "*** The test program compiled, but did not run. This usually means"
13053 echo "*** that the run-time linker is not finding GTK or finding the wrong"
13054 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
13055 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
13056 echo "*** to the installed location Also, make sure you have run ldconfig if that"
13057 echo "*** is required on your system"
13058 echo "***"
13059 echo "*** If you have an old version installed, it is best to remove it, although"
13060 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
13061 echo "***"
13062 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
13063 echo "*** came with the system with the command"
13064 echo "***"
13065 echo "*** rpm --erase --nodeps gtk gtk-devel"
13066else
13067 echo "configure: failed program was:" >&5
13068 cat conftest.$ac_ext >&5
13069 rm -rf conftest*
13070 echo "*** The test program failed to compile or link. See the file config.log for the"
13071 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
13072 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
13073 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
13074fi
13075rm -f conftest*
13076 CFLAGS="$ac_save_CFLAGS"
13077 LIBS="$ac_save_LIBS"
13078 fi
13079 fi
13080 GTK_CFLAGS=""
13081 GTK_LIBS=""
13082 :
13083 fi
13084
13085
13086 rm -f conf.gtktest
13087
13088 fi
13089 fi
13090
13091 if test -z "$wx_cv_lib_gtk"; then
13092 wx_cv_lib_gtk=none
13093 else
13094 wx_cv_cflags_gtk=$GTK_CFLAGS
13095 wx_cv_libs_gtk=$GTK_LIBS
13096 fi
13097
13098
13099fi
13100
13101
13102 if test "$gtk_version_cached" = 1; then
13103 echo "$ac_t""$wx_cv_lib_gtk" 1>&6
13104 fi
13105
13106 case "$wx_cv_lib_gtk" in
13107 2.0) WXGTK20=1
13108 TOOLKIT_VERSION=2
13109 ;;
13110 1.2.7) WXGTK127=1
13111 WXGTK12=1
13112 ;;
13113 1.2.3) WXGTK12=1
13114 ;;
13115 *) { echo "configure: error:
13116Please check that gtk-config is in path, the directory
13117where GTK+ libraries are installed (returned by
13118'gtk-config --libs' command) is in LD_LIBRARY_PATH or
13119equivalent variable and GTK+ is version 1.2.3 or above.
13120 " 1>&2; exit 1; }
13121 ;;
13122 esac
13123
13124 if test "$WXGTK20" = 1; then
13125 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
13126
13127 succeeded=no
13128
13129 if test -z "$PKG_CONFIG"; then
13130 # Extract the first word of "pkg-config", so it can be a program name with args.
13131set dummy pkg-config; ac_word=$2
13132echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
13133echo "configure:13134: checking for $ac_word" >&5
13134if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
13135 echo $ac_n "(cached) $ac_c" 1>&6
13136else
13137 case "$PKG_CONFIG" in
13138 /*)
13139 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
13140 ;;
13141 ?:/*)
13142 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a dos path.
13143 ;;
13144 *)
13145 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
13146 ac_dummy="$PATH"
13147 for ac_dir in $ac_dummy; do
13148 test -z "$ac_dir" && ac_dir=.
13149 if test -f $ac_dir/$ac_word; then
13150 ac_cv_path_PKG_CONFIG="$ac_dir/$ac_word"
13151 break
13152 fi
13153 done
13154 IFS="$ac_save_ifs"
13155 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
13156 ;;
13157esac
13158fi
13159PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
13160if test -n "$PKG_CONFIG"; then
13161 echo "$ac_t""$PKG_CONFIG" 1>&6
13162else
13163 echo "$ac_t""no" 1>&6
13164fi
13165
13166 fi
13167
13168 if test "$PKG_CONFIG" = "no" ; then
13169 echo "*** The pkg-config script could not be found. Make sure it is"
13170 echo "*** in your path, or set the PKG_CONFIG environment variable"
13171 echo "*** to the full path to pkg-config."
13172 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
13173 else
13174 PKG_CONFIG_MIN_VERSION=0.9.0
13175 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
13176 echo $ac_n "checking for pangoft2""... $ac_c" 1>&6
13177echo "configure:13178: checking for pangoft2" >&5
13178
13179 if $PKG_CONFIG --exists "pangoft2" ; then
13180 echo "$ac_t""yes" 1>&6
13181 succeeded=yes
13182
13183 echo $ac_n "checking PANGOFT2_CFLAGS""... $ac_c" 1>&6
13184echo "configure:13185: checking PANGOFT2_CFLAGS" >&5
13185 PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2"`
13186 echo "$ac_t""$PANGOFT2_CFLAGS" 1>&6
13187
13188 echo $ac_n "checking PANGOFT2_LIBS""... $ac_c" 1>&6
13189echo "configure:13190: checking PANGOFT2_LIBS" >&5
13190 PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2"`
13191 echo "$ac_t""$PANGOFT2_LIBS" 1>&6
13192 else
13193 PANGOFT2_CFLAGS=""
13194 PANGOFT2_LIBS=""
13195 ## If we have a custom action on failure, don't print errors, but
13196 ## do set a variable so people can do so.
13197 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
13198
13199 fi
13200
13201
13202
13203 else
13204 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
13205 echo "*** See http://www.freedesktop.org/software/pkgconfig"
13206 fi
13207 fi
13208
13209 if test $succeeded = yes; then
13210
13211 CXXFLAGS="$CXXFLAGS $PANGOFT2_CFLAGS"
13212 LIBS="$LIBS $PANGOFT2_LIBS"
13213
13214 else
13215
13216 echo "configure: warning: pangoft2 library not found, library will be compiled without printing support" 1>&2
13217 wxUSE_PRINTING_ARCHITECTURE="no"
13218
13219
13220 fi
13221
13222 fi
13223 else
13224 if test "$wxUSE_UNICODE" = "yes"; then
13225 echo "configure: warning: Unicode configuration not supported with GTK+ 1.x" 1>&2
13226 wxUSE_UNICODE=no
13227 fi
13228 fi
13229
13230 if test "$USE_DARWIN" != 1; then
13231 for ac_func in poll
13232do
13233echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13234echo "configure:13235: checking for $ac_func" >&5
13235if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13236 echo $ac_n "(cached) $ac_c" 1>&6
13237else
13238 cat > conftest.$ac_ext <<EOF
13239#line 13240 "configure"
13240#include "confdefs.h"
13241/* System header to define __stub macros and hopefully few prototypes,
13242 which can conflict with char $ac_func(); below. */
13243#include <assert.h>
13244/* Override any gcc2 internal prototype to avoid an error. */
13245/* We use char because int might match the return type of a gcc2
13246 builtin and then its argument prototype would still apply. */
13247char $ac_func();
13248
13249int main() {
13250
13251/* The GNU C library defines this for functions which it implements
13252 to always fail with ENOSYS. Some functions are actually named
13253 something starting with __ and the normal name is an alias. */
13254#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13255choke me
13256#else
13257$ac_func();
13258#endif
13259
13260; return 0; }
13261EOF
13262if { (eval echo configure:13263: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13263 rm -rf conftest*
13264 eval "ac_cv_func_$ac_func=yes"
13265else
13266 echo "configure: failed program was:" >&5
13267 cat conftest.$ac_ext >&5
13268 rm -rf conftest*
13269 eval "ac_cv_func_$ac_func=no"
13270fi
13271rm -f conftest*
13272fi
13273
13274if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13275 echo "$ac_t""yes" 1>&6
13276 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13277 cat >> confdefs.h <<EOF
13278#define $ac_tr_func 1
13279EOF
13280
13281else
13282 echo "$ac_t""no" 1>&6
13283fi
13284done
13285
13286 fi
13287
13288 TOOLKIT_INCLUDE="$wx_cv_cflags_gtk"
13289 GUI_TK_LIBRARY="$wx_cv_libs_gtk"
13290
13291 AFMINSTALL=afminstall
13292 TOOLKIT=GTK
13293 GUIDIST=GTK_DIST
13294
13295 echo $ac_n "checking for gdk_im_open in -lgdk""... $ac_c" 1>&6
13296echo "configure:13297: checking for gdk_im_open in -lgdk" >&5
13297ac_lib_var=`echo gdk'_'gdk_im_open | sed 'y%./+-%__p_%'`
13298if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13299 echo $ac_n "(cached) $ac_c" 1>&6
13300else
13301 ac_save_LIBS="$LIBS"
13302LIBS="-lgdk $LIBS"
13303cat > conftest.$ac_ext <<EOF
13304#line 13305 "configure"
13305#include "confdefs.h"
13306/* Override any gcc2 internal prototype to avoid an error. */
13307/* We use char because int might match the return type of a gcc2
13308 builtin and then its argument prototype would still apply. */
13309char gdk_im_open();
13310
13311int main() {
13312gdk_im_open()
13313; return 0; }
13314EOF
13315if { (eval echo configure:13316: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13316 rm -rf conftest*
13317 eval "ac_cv_lib_$ac_lib_var=yes"
13318else
13319 echo "configure: failed program was:" >&5
13320 cat conftest.$ac_ext >&5
13321 rm -rf conftest*
13322 eval "ac_cv_lib_$ac_lib_var=no"
13323fi
13324rm -f conftest*
13325LIBS="$ac_save_LIBS"
13326
13327fi
13328if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13329 echo "$ac_t""yes" 1>&6
13330 cat >> confdefs.h <<\EOF
13331#define HAVE_XIM 1
13332EOF
13333
13334else
13335 echo "$ac_t""no" 1>&6
13336fi
13337
13338 fi
13339
13340 if test "$wxUSE_MGL" = 1; then
13341 echo $ac_n "checking for SciTech MGL library""... $ac_c" 1>&6
13342echo "configure:13343: checking for SciTech MGL library" >&5
13343 if test "x$MGL_ROOT" = x ; then
13344 echo "$ac_t""not found" 1>&6
13345 { echo "configure: error: Cannot find MGL library. Make sure MGL_ROOT is set." 1>&2; exit 1; }
13346 else
13347 echo "$ac_t""$MGL_ROOT" 1>&6
13348 fi
13349
13350 case "${host}" in
13351 *-*-linux* )
13352 mgl_os="linux/gcc/glibc*"
13353 ;;
13354 *-pc-msdosdjgpp )
13355 mgl_os=dos32/dj2
13356 ;;
13357 *)
13358 { echo "configure: error: This system type ${host} is not yet supported by wxMGL." 1>&2; exit 1; }
13359 esac
13360
13361 mgl_lib_type=""
13362
13363 if test "$wxUSE_DEBUG_FLAG" = yes ; then
13364 if test -f $MGL_ROOT/lib/debug/$mgl_os/libmgl.a -o \
13365 -f $MGL_ROOT/lib/debug/$mgl_os/libmgl.so; then
13366 mgl_lib_type=debug
13367 fi
13368 fi
13369 if test "x$mgl_lib_type" = x ; then
13370 if test -f $MGL_ROOT/lib/release/$mgl_os/libmgl.a -o \
13371 -f $MGL_ROOT/lib/release/$mgl_os/libmgl.so; then
13372 mgl_lib_type=release
13373 else
13374 { echo "configure: error: Cannot find MGL libraries, make sure they are compiled." 1>&2; exit 1; }
13375 fi
13376 fi
13377
13378 wxUSE_UNIVERSAL="yes"
13379
13380 TOOLKIT_INCLUDE="-I$MGL_ROOT/include"
13381 GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
13382
13383 AFMINSTALL=afminstall
13384 TOOLKIT=MGL
13385 GUIDIST=MGL_DIST
13386 fi
13387
13388 if test "$wxUSE_MICROWIN" = 1; then
13389 echo $ac_n "checking for MicroWindows""... $ac_c" 1>&6
13390echo "configure:13391: checking for MicroWindows" >&5
13391 if test "x$MICROWINDOWS" = x ; then
13392 echo "$ac_t""not found" 1>&6
13393 { echo "configure: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." 1>&2; exit 1; }
13394 else
13395 echo "$ac_t""$MICROWINDOWS" 1>&6
13396 fi
13397
13398 if test -f $MICROWINDOWS/lib/libmwin.a; then
13399 echo "$ac_t""MicroWindows' libraries found." 1>&6
13400 else
13401 { echo "configure: error: Cannot find MicroWindows libraries, make sure they are compiled." 1>&2; exit 1; }
13402 fi
13403
13404 TOOLKIT_INCLUDE="-I$MICROWINDOWS/include"
13405 GUI_TK_LIBRARY="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
13406
13407 wxUSE_UNIVERSAL="yes"
13408
13409 AFMINSTALL=afminstall
13410 TOOLKIT=MICROWIN
13411 GUIDIST=MICROWIN_DIST
13412
13413 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
13414 fi
13415
13416 if test "$wxUSE_X11" = 1; then
13417 # If we find X, set shell vars x_includes and x_libraries to the
13418# paths, otherwise set no_x=yes.
13419# Uses ac_ vars as temps to allow command line to override cache and checks.
13420# --without-x overrides everything else, but does not touch the cache.
13421echo $ac_n "checking for X""... $ac_c" 1>&6
13422echo "configure:13423: checking for X" >&5
13423
13424# Check whether --with-x or --without-x was given.
13425if test "${with_x+set}" = set; then
13426 withval="$with_x"
13427 :
13428fi
13429
13430# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
13431if test "x$with_x" = xno; then
13432 # The user explicitly disabled X.
13433 have_x=disabled
13434else
13435 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
13436 # Both variables are already set.
13437 have_x=yes
13438 else
13439if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
13440 echo $ac_n "(cached) $ac_c" 1>&6
13441else
13442 # One or both of the vars are not set, and there is no cached value.
13443ac_x_includes=NO ac_x_libraries=NO
13444rm -fr conftestdir
13445if mkdir conftestdir; then
13446 cd conftestdir
13447 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
13448 cat > Imakefile <<'EOF'
13449acfindx:
13450 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
13451EOF
13452 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
13453 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
13454 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
13455 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
13456 for ac_extension in a so sl; do
13457 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
13458 test -f $ac_im_libdir/libX11.$ac_extension; then
13459 ac_im_usrlibdir=$ac_im_libdir; break
13460 fi
13461 done
13462 # Screen out bogus values from the imake configuration. They are
13463 # bogus both because they are the default anyway, and because
13464 # using them would break gcc on systems where it needs fixed includes.
13465 case "$ac_im_incroot" in
13466 /usr/include) ;;
13467 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;;
13468 esac
13469 case "$ac_im_usrlibdir" in
13470 /usr/lib | /lib) ;;
13471 *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;;
13472 esac
13473 fi
13474 cd ..
13475 rm -fr conftestdir
13476fi
13477
13478if test "$ac_x_includes" = NO; then
13479 # Guess where to find include files, by looking for this one X11 .h file.
13480 test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
13481
13482 # First, try using that file with no special directory specified.
13483cat > conftest.$ac_ext <<EOF
13484#line 13485 "configure"
13485#include "confdefs.h"
13486#include <$x_direct_test_include>
13487EOF
13488ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13489{ (eval echo configure:13490: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13490ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13491if test -z "$ac_err"; then
13492 rm -rf conftest*
13493 # We can compile using X headers with no special include directory.
13494ac_x_includes=
13495else
13496 echo "$ac_err" >&5
13497 echo "configure: failed program was:" >&5
13498 cat conftest.$ac_ext >&5
13499 rm -rf conftest*
13500 # Look for the header file in a standard set of common directories.
13501# Check X11 before X11Rn because it is often a symlink to the current release.
13502 for ac_dir in \
13503 /usr/X11/include \
13504 /usr/X11R6/include \
13505 /usr/X11R5/include \
13506 /usr/X11R4/include \
13507 \
13508 /usr/include/X11 \
13509 /usr/include/X11R6 \
13510 /usr/include/X11R5 \
13511 /usr/include/X11R4 \
13512 \
13513 /usr/local/X11/include \
13514 /usr/local/X11R6/include \
13515 /usr/local/X11R5/include \
13516 /usr/local/X11R4/include \
13517 \
13518 /usr/local/include/X11 \
13519 /usr/local/include/X11R6 \
13520 /usr/local/include/X11R5 \
13521 /usr/local/include/X11R4 \
13522 \
13523 /usr/X386/include \
13524 /usr/x386/include \
13525 /usr/XFree86/include/X11 \
13526 \
13527 /usr/include \
13528 /usr/local/include \
13529 /usr/unsupported/include \
13530 /usr/athena/include \
13531 /usr/local/x11r5/include \
13532 /usr/lpp/Xamples/include \
13533 \
13534 /usr/openwin/include \
13535 /usr/openwin/share/include \
13536 ; \
13537 do
13538 if test -r "$ac_dir/$x_direct_test_include"; then
13539 ac_x_includes=$ac_dir
13540 break
13541 fi
13542 done
13543fi
13544rm -f conftest*
13545fi # $ac_x_includes = NO
13546
13547if test "$ac_x_libraries" = NO; then
13548 # Check for the libraries.
13549
13550 test -z "$x_direct_test_library" && x_direct_test_library=Xt
13551 test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
13552
13553 # See if we find them without any special options.
13554 # Don't add to $LIBS permanently.
13555 ac_save_LIBS="$LIBS"
13556 LIBS="-l$x_direct_test_library $LIBS"
13557cat > conftest.$ac_ext <<EOF
13558#line 13559 "configure"
13559#include "confdefs.h"
13560
13561int main() {
13562${x_direct_test_function}()
13563; return 0; }
13564EOF
13565if { (eval echo configure:13566: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13566 rm -rf conftest*
13567 LIBS="$ac_save_LIBS"
13568# We can link X programs with no special library path.
13569ac_x_libraries=
13570else
13571 echo "configure: failed program was:" >&5
13572 cat conftest.$ac_ext >&5
13573 rm -rf conftest*
13574 LIBS="$ac_save_LIBS"
13575# First see if replacing the include by lib works.
13576# Check X11 before X11Rn because it is often a symlink to the current release.
13577for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
13578 /usr/X11/lib \
13579 /usr/X11R6/lib \
13580 /usr/X11R5/lib \
13581 /usr/X11R4/lib \
13582 \
13583 /usr/lib/X11 \
13584 /usr/lib/X11R6 \
13585 /usr/lib/X11R5 \
13586 /usr/lib/X11R4 \
13587 \
13588 /usr/local/X11/lib \
13589 /usr/local/X11R6/lib \
13590 /usr/local/X11R5/lib \
13591 /usr/local/X11R4/lib \
13592 \
13593 /usr/local/lib/X11 \
13594 /usr/local/lib/X11R6 \
13595 /usr/local/lib/X11R5 \
13596 /usr/local/lib/X11R4 \
13597 \
13598 /usr/X386/lib \
13599 /usr/x386/lib \
13600 /usr/XFree86/lib/X11 \
13601 \
13602 /usr/lib \
13603 /usr/local/lib \
13604 /usr/unsupported/lib \
13605 /usr/athena/lib \
13606 /usr/local/x11r5/lib \
13607 /usr/lpp/Xamples/lib \
13608 /lib/usr/lib/X11 \
13609 \
13610 /usr/openwin/lib \
13611 /usr/openwin/share/lib \
13612 ; \
13613do
13614 for ac_extension in a so sl; do
13615 if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
13616 ac_x_libraries=$ac_dir
13617 break 2
13618 fi
13619 done
13620done
13621fi
13622rm -f conftest*
13623fi # $ac_x_libraries = NO
13624
13625if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then
13626 # Didn't find X anywhere. Cache the known absence of X.
13627 ac_cv_have_x="have_x=no"
13628else
13629 # Record where we found X for the cache.
13630 ac_cv_have_x="have_x=yes \
13631 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
13632fi
13633fi
13634 fi
13635 eval "$ac_cv_have_x"
13636fi # $with_x != no
13637
13638if test "$have_x" != yes; then
13639 echo "$ac_t""$have_x" 1>&6
13640 no_x=yes
13641else
13642 # If each of the values was on the command line, it overrides each guess.
13643 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
13644 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
13645 # Update the cache value to reflect the command line values.
13646 ac_cv_have_x="have_x=yes \
13647 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
13648 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
13649fi
13650
13651if test "$no_x" = yes; then
13652 # Not all programs may use this symbol, but it does not hurt to define it.
13653 cat >> confdefs.h <<\EOF
13654#define X_DISPLAY_MISSING 1
13655EOF
13656
13657 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
13658else
13659 if test -n "$x_includes"; then
13660 X_CFLAGS="$X_CFLAGS -I$x_includes"
13661 fi
13662
13663 # It would also be nice to do this for all -L options, not just this one.
13664 if test -n "$x_libraries"; then
13665 X_LIBS="$X_LIBS -L$x_libraries"
13666 # For Solaris; some versions of Sun CC require a space after -R and
13667 # others require no space. Words are not sufficient . . . .
13668 case "`(uname -sr) 2>/dev/null`" in
13669 "SunOS 5"*)
13670 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
13671echo "configure:13672: checking whether -R must be followed by a space" >&5
13672 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries"
13673 cat > conftest.$ac_ext <<EOF
13674#line 13675 "configure"
13675#include "confdefs.h"
13676
13677int main() {
13678
13679; return 0; }
13680EOF
13681if { (eval echo configure:13682: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13682 rm -rf conftest*
13683 ac_R_nospace=yes
13684else
13685 echo "configure: failed program was:" >&5
13686 cat conftest.$ac_ext >&5
13687 rm -rf conftest*
13688 ac_R_nospace=no
13689fi
13690rm -f conftest*
13691 if test $ac_R_nospace = yes; then
13692 echo "$ac_t""no" 1>&6
13693 X_LIBS="$X_LIBS -R$x_libraries"
13694 else
13695 LIBS="$ac_xsave_LIBS -R $x_libraries"
13696 cat > conftest.$ac_ext <<EOF
13697#line 13698 "configure"
13698#include "confdefs.h"
13699
13700int main() {
13701
13702; return 0; }
13703EOF
13704if { (eval echo configure:13705: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13705 rm -rf conftest*
13706 ac_R_space=yes
13707else
13708 echo "configure: failed program was:" >&5
13709 cat conftest.$ac_ext >&5
13710 rm -rf conftest*
13711 ac_R_space=no
13712fi
13713rm -f conftest*
13714 if test $ac_R_space = yes; then
13715 echo "$ac_t""yes" 1>&6
13716 X_LIBS="$X_LIBS -R $x_libraries"
13717 else
13718 echo "$ac_t""neither works" 1>&6
13719 fi
13720 fi
13721 LIBS="$ac_xsave_LIBS"
13722 esac
13723 fi
13724
13725 # Check for system-dependent libraries X programs must link with.
13726 # Do this before checking for the system-independent R6 libraries
13727 # (-lICE), since we may need -lsocket or whatever for X linking.
13728
13729 if test "$ISC" = yes; then
13730 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
13731 else
13732 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
13733 # libraries were built with DECnet support. And karl@cs.umb.edu says
13734 # the Alpha needs dnet_stub (dnet does not exist).
13735 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
13736echo "configure:13737: checking for dnet_ntoa in -ldnet" >&5
13737ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
13738if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13739 echo $ac_n "(cached) $ac_c" 1>&6
13740else
13741 ac_save_LIBS="$LIBS"
13742LIBS="-ldnet $LIBS"
13743cat > conftest.$ac_ext <<EOF
13744#line 13745 "configure"
13745#include "confdefs.h"
13746/* Override any gcc2 internal prototype to avoid an error. */
13747/* We use char because int might match the return type of a gcc2
13748 builtin and then its argument prototype would still apply. */
13749char dnet_ntoa();
13750
13751int main() {
13752dnet_ntoa()
13753; return 0; }
13754EOF
13755if { (eval echo configure:13756: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13756 rm -rf conftest*
13757 eval "ac_cv_lib_$ac_lib_var=yes"
13758else
13759 echo "configure: failed program was:" >&5
13760 cat conftest.$ac_ext >&5
13761 rm -rf conftest*
13762 eval "ac_cv_lib_$ac_lib_var=no"
13763fi
13764rm -f conftest*
13765LIBS="$ac_save_LIBS"
13766
13767fi
13768if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13769 echo "$ac_t""yes" 1>&6
13770 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
13771else
13772 echo "$ac_t""no" 1>&6
13773fi
13774
13775 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
13776 echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
13777echo "configure:13778: checking for dnet_ntoa in -ldnet_stub" >&5
13778ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
13779if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13780 echo $ac_n "(cached) $ac_c" 1>&6
13781else
13782 ac_save_LIBS="$LIBS"
13783LIBS="-ldnet_stub $LIBS"
13784cat > conftest.$ac_ext <<EOF
13785#line 13786 "configure"
13786#include "confdefs.h"
13787/* Override any gcc2 internal prototype to avoid an error. */
13788/* We use char because int might match the return type of a gcc2
13789 builtin and then its argument prototype would still apply. */
13790char dnet_ntoa();
13791
13792int main() {
13793dnet_ntoa()
13794; return 0; }
13795EOF
13796if { (eval echo configure:13797: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13797 rm -rf conftest*
13798 eval "ac_cv_lib_$ac_lib_var=yes"
13799else
13800 echo "configure: failed program was:" >&5
13801 cat conftest.$ac_ext >&5
13802 rm -rf conftest*
13803 eval "ac_cv_lib_$ac_lib_var=no"
13804fi
13805rm -f conftest*
13806LIBS="$ac_save_LIBS"
13807
13808fi
13809if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13810 echo "$ac_t""yes" 1>&6
13811 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
13812else
13813 echo "$ac_t""no" 1>&6
13814fi
13815
13816 fi
13817
13818 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
13819 # to get the SysV transport functions.
13820 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
13821 # needs -lnsl.
13822 # The nsl library prevents programs from opening the X display
13823 # on Irix 5.2, according to dickey@clark.net.
13824 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
13825echo "configure:13826: checking for gethostbyname" >&5
13826if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
13827 echo $ac_n "(cached) $ac_c" 1>&6
13828else
13829 cat > conftest.$ac_ext <<EOF
13830#line 13831 "configure"
13831#include "confdefs.h"
13832/* System header to define __stub macros and hopefully few prototypes,
13833 which can conflict with char gethostbyname(); below. */
13834#include <assert.h>
13835/* Override any gcc2 internal prototype to avoid an error. */
13836/* We use char because int might match the return type of a gcc2
13837 builtin and then its argument prototype would still apply. */
13838char gethostbyname();
13839
13840int main() {
13841
13842/* The GNU C library defines this for functions which it implements
13843 to always fail with ENOSYS. Some functions are actually named
13844 something starting with __ and the normal name is an alias. */
13845#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
13846choke me
13847#else
13848gethostbyname();
13849#endif
13850
13851; return 0; }
13852EOF
13853if { (eval echo configure:13854: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13854 rm -rf conftest*
13855 eval "ac_cv_func_gethostbyname=yes"
13856else
13857 echo "configure: failed program was:" >&5
13858 cat conftest.$ac_ext >&5
13859 rm -rf conftest*
13860 eval "ac_cv_func_gethostbyname=no"
13861fi
13862rm -f conftest*
13863fi
13864
13865if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
13866 echo "$ac_t""yes" 1>&6
13867 :
13868else
13869 echo "$ac_t""no" 1>&6
13870fi
13871
13872 if test $ac_cv_func_gethostbyname = no; then
13873 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
13874echo "configure:13875: checking for gethostbyname in -lnsl" >&5
13875ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
13876if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13877 echo $ac_n "(cached) $ac_c" 1>&6
13878else
13879 ac_save_LIBS="$LIBS"
13880LIBS="-lnsl $LIBS"
13881cat > conftest.$ac_ext <<EOF
13882#line 13883 "configure"
13883#include "confdefs.h"
13884/* Override any gcc2 internal prototype to avoid an error. */
13885/* We use char because int might match the return type of a gcc2
13886 builtin and then its argument prototype would still apply. */
13887char gethostbyname();
13888
13889int main() {
13890gethostbyname()
13891; return 0; }
13892EOF
13893if { (eval echo configure:13894: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13894 rm -rf conftest*
13895 eval "ac_cv_lib_$ac_lib_var=yes"
13896else
13897 echo "configure: failed program was:" >&5
13898 cat conftest.$ac_ext >&5
13899 rm -rf conftest*
13900 eval "ac_cv_lib_$ac_lib_var=no"
13901fi
13902rm -f conftest*
13903LIBS="$ac_save_LIBS"
13904
13905fi
13906if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13907 echo "$ac_t""yes" 1>&6
13908 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
13909else
13910 echo "$ac_t""no" 1>&6
13911fi
13912
13913 fi
13914
13915 # lieder@skyler.mavd.honeywell.com says without -lsocket,
13916 # socket/setsockopt and other routines are undefined under SCO ODT
13917 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
13918 # on later versions), says simon@lia.di.epfl.ch: it contains
13919 # gethostby* variants that don't use the nameserver (or something).
13920 # -lsocket must be given before -lnsl if both are needed.
13921 # We assume that if connect needs -lnsl, so does gethostbyname.
13922 echo $ac_n "checking for connect""... $ac_c" 1>&6
13923echo "configure:13924: checking for connect" >&5
13924if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
13925 echo $ac_n "(cached) $ac_c" 1>&6
13926else
13927 cat > conftest.$ac_ext <<EOF
13928#line 13929 "configure"
13929#include "confdefs.h"
13930/* System header to define __stub macros and hopefully few prototypes,
13931 which can conflict with char connect(); below. */
13932#include <assert.h>
13933/* Override any gcc2 internal prototype to avoid an error. */
13934/* We use char because int might match the return type of a gcc2
13935 builtin and then its argument prototype would still apply. */
13936char connect();
13937
13938int main() {
13939
13940/* The GNU C library defines this for functions which it implements
13941 to always fail with ENOSYS. Some functions are actually named
13942 something starting with __ and the normal name is an alias. */
13943#if defined (__stub_connect) || defined (__stub___connect)
13944choke me
13945#else
13946connect();
13947#endif
13948
13949; return 0; }
13950EOF
13951if { (eval echo configure:13952: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13952 rm -rf conftest*
13953 eval "ac_cv_func_connect=yes"
13954else
13955 echo "configure: failed program was:" >&5
13956 cat conftest.$ac_ext >&5
13957 rm -rf conftest*
13958 eval "ac_cv_func_connect=no"
13959fi
13960rm -f conftest*
13961fi
13962
13963if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
13964 echo "$ac_t""yes" 1>&6
13965 :
13966else
13967 echo "$ac_t""no" 1>&6
13968fi
13969
13970 if test $ac_cv_func_connect = no; then
13971 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
13972echo "configure:13973: checking for connect in -lsocket" >&5
13973ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
13974if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13975 echo $ac_n "(cached) $ac_c" 1>&6
13976else
13977 ac_save_LIBS="$LIBS"
13978LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
13979cat > conftest.$ac_ext <<EOF
13980#line 13981 "configure"
13981#include "confdefs.h"
13982/* Override any gcc2 internal prototype to avoid an error. */
13983/* We use char because int might match the return type of a gcc2
13984 builtin and then its argument prototype would still apply. */
13985char connect();
13986
13987int main() {
13988connect()
13989; return 0; }
13990EOF
13991if { (eval echo configure:13992: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13992 rm -rf conftest*
13993 eval "ac_cv_lib_$ac_lib_var=yes"
13994else
13995 echo "configure: failed program was:" >&5
13996 cat conftest.$ac_ext >&5
13997 rm -rf conftest*
13998 eval "ac_cv_lib_$ac_lib_var=no"
13999fi
14000rm -f conftest*
14001LIBS="$ac_save_LIBS"
14002
14003fi
14004if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14005 echo "$ac_t""yes" 1>&6
14006 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
14007else
14008 echo "$ac_t""no" 1>&6
14009fi
14010
14011 fi
14012
14013 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
14014 echo $ac_n "checking for remove""... $ac_c" 1>&6
14015echo "configure:14016: checking for remove" >&5
14016if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
14017 echo $ac_n "(cached) $ac_c" 1>&6
14018else
14019 cat > conftest.$ac_ext <<EOF
14020#line 14021 "configure"
14021#include "confdefs.h"
14022/* System header to define __stub macros and hopefully few prototypes,
14023 which can conflict with char remove(); below. */
14024#include <assert.h>
14025/* Override any gcc2 internal prototype to avoid an error. */
14026/* We use char because int might match the return type of a gcc2
14027 builtin and then its argument prototype would still apply. */
14028char remove();
14029
14030int main() {
14031
14032/* The GNU C library defines this for functions which it implements
14033 to always fail with ENOSYS. Some functions are actually named
14034 something starting with __ and the normal name is an alias. */
14035#if defined (__stub_remove) || defined (__stub___remove)
14036choke me
14037#else
14038remove();
14039#endif
14040
14041; return 0; }
14042EOF
14043if { (eval echo configure:14044: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14044 rm -rf conftest*
14045 eval "ac_cv_func_remove=yes"
14046else
14047 echo "configure: failed program was:" >&5
14048 cat conftest.$ac_ext >&5
14049 rm -rf conftest*
14050 eval "ac_cv_func_remove=no"
14051fi
14052rm -f conftest*
14053fi
14054
14055if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
14056 echo "$ac_t""yes" 1>&6
14057 :
14058else
14059 echo "$ac_t""no" 1>&6
14060fi
14061
14062 if test $ac_cv_func_remove = no; then
14063 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
14064echo "configure:14065: checking for remove in -lposix" >&5
14065ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
14066if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14067 echo $ac_n "(cached) $ac_c" 1>&6
14068else
14069 ac_save_LIBS="$LIBS"
14070LIBS="-lposix $LIBS"
14071cat > conftest.$ac_ext <<EOF
14072#line 14073 "configure"
14073#include "confdefs.h"
14074/* Override any gcc2 internal prototype to avoid an error. */
14075/* We use char because int might match the return type of a gcc2
14076 builtin and then its argument prototype would still apply. */
14077char remove();
14078
14079int main() {
14080remove()
14081; return 0; }
14082EOF
14083if { (eval echo configure:14084: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14084 rm -rf conftest*
14085 eval "ac_cv_lib_$ac_lib_var=yes"
14086else
14087 echo "configure: failed program was:" >&5
14088 cat conftest.$ac_ext >&5
14089 rm -rf conftest*
14090 eval "ac_cv_lib_$ac_lib_var=no"
14091fi
14092rm -f conftest*
14093LIBS="$ac_save_LIBS"
14094
14095fi
14096if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14097 echo "$ac_t""yes" 1>&6
14098 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
14099else
14100 echo "$ac_t""no" 1>&6
14101fi
14102
14103 fi
14104
14105 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
14106 echo $ac_n "checking for shmat""... $ac_c" 1>&6
14107echo "configure:14108: checking for shmat" >&5
14108if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
14109 echo $ac_n "(cached) $ac_c" 1>&6
14110else
14111 cat > conftest.$ac_ext <<EOF
14112#line 14113 "configure"
14113#include "confdefs.h"
14114/* System header to define __stub macros and hopefully few prototypes,
14115 which can conflict with char shmat(); below. */
14116#include <assert.h>
14117/* Override any gcc2 internal prototype to avoid an error. */
14118/* We use char because int might match the return type of a gcc2
14119 builtin and then its argument prototype would still apply. */
14120char shmat();
14121
14122int main() {
14123
14124/* The GNU C library defines this for functions which it implements
14125 to always fail with ENOSYS. Some functions are actually named
14126 something starting with __ and the normal name is an alias. */
14127#if defined (__stub_shmat) || defined (__stub___shmat)
14128choke me
14129#else
14130shmat();
14131#endif
14132
14133; return 0; }
14134EOF
14135if { (eval echo configure:14136: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14136 rm -rf conftest*
14137 eval "ac_cv_func_shmat=yes"
14138else
14139 echo "configure: failed program was:" >&5
14140 cat conftest.$ac_ext >&5
14141 rm -rf conftest*
14142 eval "ac_cv_func_shmat=no"
14143fi
14144rm -f conftest*
14145fi
14146
14147if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
14148 echo "$ac_t""yes" 1>&6
14149 :
14150else
14151 echo "$ac_t""no" 1>&6
14152fi
14153
14154 if test $ac_cv_func_shmat = no; then
14155 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
14156echo "configure:14157: checking for shmat in -lipc" >&5
14157ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
14158if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14159 echo $ac_n "(cached) $ac_c" 1>&6
14160else
14161 ac_save_LIBS="$LIBS"
14162LIBS="-lipc $LIBS"
14163cat > conftest.$ac_ext <<EOF
14164#line 14165 "configure"
14165#include "confdefs.h"
14166/* Override any gcc2 internal prototype to avoid an error. */
14167/* We use char because int might match the return type of a gcc2
14168 builtin and then its argument prototype would still apply. */
14169char shmat();
14170
14171int main() {
14172shmat()
14173; return 0; }
14174EOF
14175if { (eval echo configure:14176: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14176 rm -rf conftest*
14177 eval "ac_cv_lib_$ac_lib_var=yes"
14178else
14179 echo "configure: failed program was:" >&5
14180 cat conftest.$ac_ext >&5
14181 rm -rf conftest*
14182 eval "ac_cv_lib_$ac_lib_var=no"
14183fi
14184rm -f conftest*
14185LIBS="$ac_save_LIBS"
14186
14187fi
14188if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14189 echo "$ac_t""yes" 1>&6
14190 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
14191else
14192 echo "$ac_t""no" 1>&6
14193fi
14194
14195 fi
14196 fi
14197
14198 # Check for libraries that X11R6 Xt/Xaw programs need.
14199 ac_save_LDFLAGS="$LDFLAGS"
14200 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
14201 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
14202 # check for ICE first), but we must link in the order -lSM -lICE or
14203 # we get undefined symbols. So assume we have SM if we have ICE.
14204 # These have to be linked with before -lX11, unlike the other
14205 # libraries we check for below, so use a different variable.
14206 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
14207 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
14208echo "configure:14209: checking for IceConnectionNumber in -lICE" >&5
14209ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
14210if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14211 echo $ac_n "(cached) $ac_c" 1>&6
14212else
14213 ac_save_LIBS="$LIBS"
14214LIBS="-lICE $X_EXTRA_LIBS $LIBS"
14215cat > conftest.$ac_ext <<EOF
14216#line 14217 "configure"
14217#include "confdefs.h"
14218/* Override any gcc2 internal prototype to avoid an error. */
14219/* We use char because int might match the return type of a gcc2
14220 builtin and then its argument prototype would still apply. */
14221char IceConnectionNumber();
14222
14223int main() {
14224IceConnectionNumber()
14225; return 0; }
14226EOF
14227if { (eval echo configure:14228: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14228 rm -rf conftest*
14229 eval "ac_cv_lib_$ac_lib_var=yes"
14230else
14231 echo "configure: failed program was:" >&5
14232 cat conftest.$ac_ext >&5
14233 rm -rf conftest*
14234 eval "ac_cv_lib_$ac_lib_var=no"
14235fi
14236rm -f conftest*
14237LIBS="$ac_save_LIBS"
14238
14239fi
14240if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14241 echo "$ac_t""yes" 1>&6
14242 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
14243else
14244 echo "$ac_t""no" 1>&6
14245fi
14246
14247 LDFLAGS="$ac_save_LDFLAGS"
14248
14249fi
14250
14251
14252 if test "$no_x" = "yes"; then
14253 { echo "configure: error: X11 not found" 1>&2; exit 1; }
14254 fi
14255
14256 GUI_TK_LIBRARY="$X_LIBS"
14257 TOOLKIT_INCLUDE="$X_CFLAGS"
14258 AFMINSTALL=afminstall
14259 COMPILED_X_PROGRAM=0
14260
14261 if test "$wxUSE_NANOX" = "yes"; then
14262 echo $ac_n "checking for MicroWindows/NanoX distribution""... $ac_c" 1>&6
14263echo "configure:14264: checking for MicroWindows/NanoX distribution" >&5
14264 if test "x$MICROWIN" = x ; then
14265 echo "$ac_t""not found" 1>&6
14266 { echo "configure: error: Cannot find MicroWindows library. Make sure MICROWIN is set." 1>&2; exit 1; }
14267 else
14268 echo "$ac_t""$MICROWIN" 1>&6
14269 cat >> confdefs.h <<\EOF
14270#define wxUSE_NANOX 1
14271EOF
14272
14273 fi
14274 fi
14275
14276 xpm_link=
14277 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
14278echo "configure:14279: checking for Xpm library" >&5
14279
14280ac_find_libraries=
14281for ac_dir in $SEARCH_LIB /usr/lib;
14282 do
14283 for ac_extension in a so sl dylib; do
14284 if test -f "$ac_dir/libXpm.$ac_extension"; then
14285 ac_find_libraries=$ac_dir
14286 break 2
14287 fi
14288 done
14289 done
14290
14291 if test "$ac_find_libraries" != "" ; then
14292
14293 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
14294 result=$?
14295 if test $result = 0; then
14296 ac_path_to_link=""
14297 else
14298 ac_path_to_link=" -L$ac_find_libraries"
14299 fi
14300
14301 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
14302 xpm_link=" -lXpm"
14303 cat >> confdefs.h <<\EOF
14304#define wxHAVE_LIB_XPM 1
14305EOF
14306
14307 echo "$ac_t""found at $ac_find_libraries" 1>&6
14308 else
14309 cat > conftest.$ac_ext <<EOF
14310#line 14311 "configure"
14311#include "confdefs.h"
14312
14313 #include <X11/xpm.h>
14314
14315int main() {
14316
14317 int version;
14318 version = XpmLibraryVersion();
14319
14320; return 0; }
14321EOF
14322if { (eval echo configure:14323: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14323 rm -rf conftest*
14324
14325 xpm_link=" -lXpm"
14326 cat >> confdefs.h <<\EOF
14327#define wxHAVE_LIB_XPM 1
14328EOF
14329
14330 echo "$ac_t""found in default search path" 1>&6
14331 COMPILED_X_PROGRAM=0
14332
14333else
14334 echo "configure: failed program was:" >&5
14335 cat conftest.$ac_ext >&5
14336 rm -rf conftest*
14337
14338 echo "$ac_t""no" 1>&6
14339 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
14340
14341
14342fi
14343rm -f conftest*
14344 fi
14345
14346 if test "$wxUSE_UNICODE" = "yes"; then
14347
14348 succeeded=no
14349
14350 if test -z "$PKG_CONFIG"; then
14351 # Extract the first word of "pkg-config", so it can be a program name with args.
14352set dummy pkg-config; ac_word=$2
14353echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
14354echo "configure:14355: checking for $ac_word" >&5
14355if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
14356 echo $ac_n "(cached) $ac_c" 1>&6
14357else
14358 case "$PKG_CONFIG" in
14359 /*)
14360 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
14361 ;;
14362 ?:/*)
14363 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a dos path.
14364 ;;
14365 *)
14366 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
14367 ac_dummy="$PATH"
14368 for ac_dir in $ac_dummy; do
14369 test -z "$ac_dir" && ac_dir=.
14370 if test -f $ac_dir/$ac_word; then
14371 ac_cv_path_PKG_CONFIG="$ac_dir/$ac_word"
14372 break
14373 fi
14374 done
14375 IFS="$ac_save_ifs"
14376 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
14377 ;;
14378esac
14379fi
14380PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
14381if test -n "$PKG_CONFIG"; then
14382 echo "$ac_t""$PKG_CONFIG" 1>&6
14383else
14384 echo "$ac_t""no" 1>&6
14385fi
14386
14387 fi
14388
14389 if test "$PKG_CONFIG" = "no" ; then
14390 echo "*** The pkg-config script could not be found. Make sure it is"
14391 echo "*** in your path, or set the PKG_CONFIG environment variable"
14392 echo "*** to the full path to pkg-config."
14393 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
14394 else
14395 PKG_CONFIG_MIN_VERSION=0.9.0
14396 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
14397 echo $ac_n "checking for pangox""... $ac_c" 1>&6
14398echo "configure:14399: checking for pangox" >&5
14399
14400 if $PKG_CONFIG --exists "pangox" ; then
14401 echo "$ac_t""yes" 1>&6
14402 succeeded=yes
14403
14404 echo $ac_n "checking PANGOX_CFLAGS""... $ac_c" 1>&6
14405echo "configure:14406: checking PANGOX_CFLAGS" >&5
14406 PANGOX_CFLAGS=`$PKG_CONFIG --cflags "pangox"`
14407 echo "$ac_t""$PANGOX_CFLAGS" 1>&6
14408
14409 echo $ac_n "checking PANGOX_LIBS""... $ac_c" 1>&6
14410echo "configure:14411: checking PANGOX_LIBS" >&5
14411 PANGOX_LIBS=`$PKG_CONFIG --libs "pangox"`
14412 echo "$ac_t""$PANGOX_LIBS" 1>&6
14413 else
14414 PANGOX_CFLAGS=""
14415 PANGOX_LIBS=""
14416 ## If we have a custom action on failure, don't print errors, but
14417 ## do set a variable so people can do so.
14418 PANGOX_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
14419
14420 fi
14421
14422
14423
14424 else
14425 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
14426 echo "*** See http://www.freedesktop.org/software/pkgconfig"
14427 fi
14428 fi
14429
14430 if test $succeeded = yes; then
14431
14432 CXXFLAGS="$CXXFLAGS $PANGOX_CFLAGS"
14433 LIBS="$LIBS $PANGOX_LIBS"
14434
14435 else
14436
14437 { echo "configure: error: pangox library not found, library cannot be compiled in Unicode mode" 1>&2; exit 1; }
14438
14439
14440 fi
14441
14442
14443 succeeded=no
14444
14445 if test -z "$PKG_CONFIG"; then
14446 # Extract the first word of "pkg-config", so it can be a program name with args.
14447set dummy pkg-config; ac_word=$2
14448echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
14449echo "configure:14450: checking for $ac_word" >&5
14450if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
14451 echo $ac_n "(cached) $ac_c" 1>&6
14452else
14453 case "$PKG_CONFIG" in
14454 /*)
14455 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
14456 ;;
14457 ?:/*)
14458 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a dos path.
14459 ;;
14460 *)
14461 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
14462 ac_dummy="$PATH"
14463 for ac_dir in $ac_dummy; do
14464 test -z "$ac_dir" && ac_dir=.
14465 if test -f $ac_dir/$ac_word; then
14466 ac_cv_path_PKG_CONFIG="$ac_dir/$ac_word"
14467 break
14468 fi
14469 done
14470 IFS="$ac_save_ifs"
14471 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
14472 ;;
14473esac
14474fi
14475PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
14476if test -n "$PKG_CONFIG"; then
14477 echo "$ac_t""$PKG_CONFIG" 1>&6
14478else
14479 echo "$ac_t""no" 1>&6
14480fi
14481
14482 fi
14483
14484 if test "$PKG_CONFIG" = "no" ; then
14485 echo "*** The pkg-config script could not be found. Make sure it is"
14486 echo "*** in your path, or set the PKG_CONFIG environment variable"
14487 echo "*** to the full path to pkg-config."
14488 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
14489 else
14490 PKG_CONFIG_MIN_VERSION=0.9.0
14491 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
14492 echo $ac_n "checking for pangoft2""... $ac_c" 1>&6
14493echo "configure:14494: checking for pangoft2" >&5
14494
14495 if $PKG_CONFIG --exists "pangoft2" ; then
14496 echo "$ac_t""yes" 1>&6
14497 succeeded=yes
14498
14499 echo $ac_n "checking PANGOFT2_CFLAGS""... $ac_c" 1>&6
14500echo "configure:14501: checking PANGOFT2_CFLAGS" >&5
14501 PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2"`
14502 echo "$ac_t""$PANGOFT2_CFLAGS" 1>&6
14503
14504 echo $ac_n "checking PANGOFT2_LIBS""... $ac_c" 1>&6
14505echo "configure:14506: checking PANGOFT2_LIBS" >&5
14506 PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2"`
14507 echo "$ac_t""$PANGOFT2_LIBS" 1>&6
14508 else
14509 PANGOFT2_CFLAGS=""
14510 PANGOFT2_LIBS=""
14511 ## If we have a custom action on failure, don't print errors, but
14512 ## do set a variable so people can do so.
14513 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
14514
14515 fi
14516
14517
14518
14519 else
14520 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
14521 echo "*** See http://www.freedesktop.org/software/pkgconfig"
14522 fi
14523 fi
14524
14525 if test $succeeded = yes; then
14526
14527 CXXFLAGS="$CXXFLAGS $PANGOFT2_CFLAGS"
14528 LIBS="$LIBS $PANGOFT2_LIBS"
14529
14530 else
14531
14532 echo "configure: warning: pangoft2 library not found, library will be compiled without printing support" 1>&2
14533 wxUSE_PRINTING_ARCHITECTURE="no"
14534
14535
14536 fi
14537
14538
14539 succeeded=no
14540
14541 if test -z "$PKG_CONFIG"; then
14542 # Extract the first word of "pkg-config", so it can be a program name with args.
14543set dummy pkg-config; ac_word=$2
14544echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
14545echo "configure:14546: checking for $ac_word" >&5
14546if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
14547 echo $ac_n "(cached) $ac_c" 1>&6
14548else
14549 case "$PKG_CONFIG" in
14550 /*)
14551 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
14552 ;;
14553 ?:/*)
14554 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a dos path.
14555 ;;
14556 *)
14557 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
14558 ac_dummy="$PATH"
14559 for ac_dir in $ac_dummy; do
14560 test -z "$ac_dir" && ac_dir=.
14561 if test -f $ac_dir/$ac_word; then
14562 ac_cv_path_PKG_CONFIG="$ac_dir/$ac_word"
14563 break
14564 fi
14565 done
14566 IFS="$ac_save_ifs"
14567 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
14568 ;;
14569esac
14570fi
14571PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
14572if test -n "$PKG_CONFIG"; then
14573 echo "$ac_t""$PKG_CONFIG" 1>&6
14574else
14575 echo "$ac_t""no" 1>&6
14576fi
14577
14578 fi
14579
14580 if test "$PKG_CONFIG" = "no" ; then
14581 echo "*** The pkg-config script could not be found. Make sure it is"
14582 echo "*** in your path, or set the PKG_CONFIG environment variable"
14583 echo "*** to the full path to pkg-config."
14584 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
14585 else
14586 PKG_CONFIG_MIN_VERSION=0.9.0
14587 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
14588 echo $ac_n "checking for pangoxft""... $ac_c" 1>&6
14589echo "configure:14590: checking for pangoxft" >&5
14590
14591 if $PKG_CONFIG --exists "pangoxft" ; then
14592 echo "$ac_t""yes" 1>&6
14593 succeeded=yes
14594
14595 echo $ac_n "checking PANGOXFT_CFLAGS""... $ac_c" 1>&6
14596echo "configure:14597: checking PANGOXFT_CFLAGS" >&5
14597 PANGOXFT_CFLAGS=`$PKG_CONFIG --cflags "pangoxft"`
14598 echo "$ac_t""$PANGOXFT_CFLAGS" 1>&6
14599
14600 echo $ac_n "checking PANGOXFT_LIBS""... $ac_c" 1>&6
14601echo "configure:14602: checking PANGOXFT_LIBS" >&5
14602 PANGOXFT_LIBS=`$PKG_CONFIG --libs "pangoxft"`
14603 echo "$ac_t""$PANGOXFT_LIBS" 1>&6
14604 else
14605 PANGOXFT_CFLAGS=""
14606 PANGOXFT_LIBS=""
14607 ## If we have a custom action on failure, don't print errors, but
14608 ## do set a variable so people can do so.
14609 PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
14610
14611 fi
14612
14613
14614
14615 else
14616 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
14617 echo "*** See http://www.freedesktop.org/software/pkgconfig"
14618 fi
14619 fi
14620
14621 if test $succeeded = yes; then
14622
14623 CXXFLAGS="$CXXFLAGS $PANGOXFT_CFLAGS"
14624 LIBS="$LIBS $PANGOXFT_LIBS"
14625
14626 else
14627
14628 echo "configure: warning: pangoxft library not found, library will be compiled without anti-aliasing support" 1>&2
14629
14630
14631 fi
14632
14633 fi
14634
14635 wxUSE_UNIVERSAL="yes"
14636
14637 if test "$wxUSE_NANOX" = "yes"; then
14638 TOOLKIT_INCLUDE="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
14639 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"
14640 GUI_TK_LIBRARY="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
14641 else
14642 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lX11$xpm_link"
14643 fi
14644
14645 TOOLKIT_VPATH="\${top_srcdir}/src/x11"
14646 TOOLKIT=X11
14647 GUIDIST=X11_DIST
14648 fi
14649
14650 if test "$wxUSE_WINE" = 1; then
14651 ac_safe=`echo "windows.h" | sed 'y%./+-%__p_%'`
14652echo $ac_n "checking for windows.h""... $ac_c" 1>&6
14653echo "configure:14654: checking for windows.h" >&5
14654if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
14655 echo $ac_n "(cached) $ac_c" 1>&6
14656else
14657 cat > conftest.$ac_ext <<EOF
14658#line 14659 "configure"
14659#include "confdefs.h"
14660#include <windows.h>
14661EOF
14662ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
14663{ (eval echo configure:14664: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
14664ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
14665if test -z "$ac_err"; then
14666 rm -rf conftest*
14667 eval "ac_cv_header_$ac_safe=yes"
14668else
14669 echo "$ac_err" >&5
14670 echo "configure: failed program was:" >&5
14671 cat conftest.$ac_ext >&5
14672 rm -rf conftest*
14673 eval "ac_cv_header_$ac_safe=no"
14674fi
14675rm -f conftest*
14676fi
14677if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
14678 echo "$ac_t""yes" 1>&6
14679 :
14680else
14681 echo "$ac_t""no" 1>&6
14682
14683 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
14684
14685fi
14686
14687
14688 xpm_link=
14689 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
14690echo "configure:14691: checking for Xpm library" >&5
14691
14692ac_find_libraries=
14693for ac_dir in $SEARCH_LIB /usr/lib;
14694 do
14695 for ac_extension in a so sl dylib; do
14696 if test -f "$ac_dir/libXpm.$ac_extension"; then
14697 ac_find_libraries=$ac_dir
14698 break 2
14699 fi
14700 done
14701 done
14702
14703 if test "$ac_find_libraries" != "" ; then
14704 GUI_TK_LIBRARY="-L$ac_find_libraries"
14705 xpm_link=" -lXpm"
14706 cat >> confdefs.h <<\EOF
14707#define wxHAVE_LIB_XPM 1
14708EOF
14709
14710 echo "$ac_t""found at $ac_find_libraries" 1>&6
14711 else
14712 echo "$ac_t""no" 1>&6
14713 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
14714 fi
14715
14716 mesa_link=
14717 echo $ac_n "checking for Mesa library""... $ac_c" 1>&6
14718echo "configure:14719: checking for Mesa library" >&5
14719
14720ac_find_libraries=
14721for ac_dir in $SEARCH_LIB /usr/lib;
14722 do
14723 for ac_extension in a so sl dylib; do
14724 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
14725 ac_find_libraries=$ac_dir
14726 break 2
14727 fi
14728 done
14729 done
14730
14731 if test "$ac_find_libraries" != "" ; then
14732 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -L$ac_find_libraries"
14733 mesa_link=" -lMesaGL"
14734 echo "$ac_t""found at $ac_find_libraries" 1>&6
14735 else
14736 mesa_link=""
14737 echo "$ac_t""no" 1>&6
14738 echo "configure: warning: library will be compiled without Mesa support" 1>&2
14739 fi
14740
14741 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lwine$mesa_link$xpm_link -lXxf86dga -lXxf86vm -lSM -lICE -lXext -lXmu -lX11 -lncurses"
14742 TOOLKIT=MSW
14743 GUIDIST=MSW_DIST
14744 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WINE__"
14745 fi
14746
14747 if test "$wxUSE_MOTIF" = 1; then
14748 if test "$no_x" = yes; then
14749 # Not all programs may use this symbol, but it does not hurt to define it.
14750 cat >> confdefs.h <<\EOF
14751#define X_DISPLAY_MISSING 1
14752EOF
14753
14754 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
14755else
14756 if test -n "$x_includes"; then
14757 X_CFLAGS="$X_CFLAGS -I$x_includes"
14758 fi
14759
14760 # It would also be nice to do this for all -L options, not just this one.
14761 if test -n "$x_libraries"; then
14762 X_LIBS="$X_LIBS -L$x_libraries"
14763 # For Solaris; some versions of Sun CC require a space after -R and
14764 # others require no space. Words are not sufficient . . . .
14765 case "`(uname -sr) 2>/dev/null`" in
14766 "SunOS 5"*)
14767 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
14768echo "configure:14769: checking whether -R must be followed by a space" >&5
14769 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries"
14770 cat > conftest.$ac_ext <<EOF
14771#line 14772 "configure"
14772#include "confdefs.h"
14773
14774int main() {
14775
14776; return 0; }
14777EOF
14778if { (eval echo configure:14779: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14779 rm -rf conftest*
14780 ac_R_nospace=yes
14781else
14782 echo "configure: failed program was:" >&5
14783 cat conftest.$ac_ext >&5
14784 rm -rf conftest*
14785 ac_R_nospace=no
14786fi
14787rm -f conftest*
14788 if test $ac_R_nospace = yes; then
14789 echo "$ac_t""no" 1>&6
14790 X_LIBS="$X_LIBS -R$x_libraries"
14791 else
14792 LIBS="$ac_xsave_LIBS -R $x_libraries"
14793 cat > conftest.$ac_ext <<EOF
14794#line 14795 "configure"
14795#include "confdefs.h"
14796
14797int main() {
14798
14799; return 0; }
14800EOF
14801if { (eval echo configure:14802: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14802 rm -rf conftest*
14803 ac_R_space=yes
14804else
14805 echo "configure: failed program was:" >&5
14806 cat conftest.$ac_ext >&5
14807 rm -rf conftest*
14808 ac_R_space=no
14809fi
14810rm -f conftest*
14811 if test $ac_R_space = yes; then
14812 echo "$ac_t""yes" 1>&6
14813 X_LIBS="$X_LIBS -R $x_libraries"
14814 else
14815 echo "$ac_t""neither works" 1>&6
14816 fi
14817 fi
14818 LIBS="$ac_xsave_LIBS"
14819 esac
14820 fi
14821
14822 # Check for system-dependent libraries X programs must link with.
14823 # Do this before checking for the system-independent R6 libraries
14824 # (-lICE), since we may need -lsocket or whatever for X linking.
14825
14826 if test "$ISC" = yes; then
14827 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
14828 else
14829 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
14830 # libraries were built with DECnet support. And karl@cs.umb.edu says
14831 # the Alpha needs dnet_stub (dnet does not exist).
14832 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
14833echo "configure:14834: checking for dnet_ntoa in -ldnet" >&5
14834ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
14835if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14836 echo $ac_n "(cached) $ac_c" 1>&6
14837else
14838 ac_save_LIBS="$LIBS"
14839LIBS="-ldnet $LIBS"
14840cat > conftest.$ac_ext <<EOF
14841#line 14842 "configure"
14842#include "confdefs.h"
14843/* Override any gcc2 internal prototype to avoid an error. */
14844/* We use char because int might match the return type of a gcc2
14845 builtin and then its argument prototype would still apply. */
14846char dnet_ntoa();
14847
14848int main() {
14849dnet_ntoa()
14850; return 0; }
14851EOF
14852if { (eval echo configure:14853: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14853 rm -rf conftest*
14854 eval "ac_cv_lib_$ac_lib_var=yes"
14855else
14856 echo "configure: failed program was:" >&5
14857 cat conftest.$ac_ext >&5
14858 rm -rf conftest*
14859 eval "ac_cv_lib_$ac_lib_var=no"
14860fi
14861rm -f conftest*
14862LIBS="$ac_save_LIBS"
14863
14864fi
14865if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14866 echo "$ac_t""yes" 1>&6
14867 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
14868else
14869 echo "$ac_t""no" 1>&6
14870fi
14871
14872 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
14873 echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
14874echo "configure:14875: checking for dnet_ntoa in -ldnet_stub" >&5
14875ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
14876if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14877 echo $ac_n "(cached) $ac_c" 1>&6
14878else
14879 ac_save_LIBS="$LIBS"
14880LIBS="-ldnet_stub $LIBS"
14881cat > conftest.$ac_ext <<EOF
14882#line 14883 "configure"
14883#include "confdefs.h"
14884/* Override any gcc2 internal prototype to avoid an error. */
14885/* We use char because int might match the return type of a gcc2
14886 builtin and then its argument prototype would still apply. */
14887char dnet_ntoa();
14888
14889int main() {
14890dnet_ntoa()
14891; return 0; }
14892EOF
14893if { (eval echo configure:14894: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14894 rm -rf conftest*
14895 eval "ac_cv_lib_$ac_lib_var=yes"
14896else
14897 echo "configure: failed program was:" >&5
14898 cat conftest.$ac_ext >&5
14899 rm -rf conftest*
14900 eval "ac_cv_lib_$ac_lib_var=no"
14901fi
14902rm -f conftest*
14903LIBS="$ac_save_LIBS"
14904
14905fi
14906if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14907 echo "$ac_t""yes" 1>&6
14908 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
14909else
14910 echo "$ac_t""no" 1>&6
14911fi
14912
14913 fi
14914
14915 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
14916 # to get the SysV transport functions.
14917 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
14918 # needs -lnsl.
14919 # The nsl library prevents programs from opening the X display
14920 # on Irix 5.2, according to dickey@clark.net.
14921 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
14922echo "configure:14923: checking for gethostbyname" >&5
14923if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
14924 echo $ac_n "(cached) $ac_c" 1>&6
14925else
14926 cat > conftest.$ac_ext <<EOF
14927#line 14928 "configure"
14928#include "confdefs.h"
14929/* System header to define __stub macros and hopefully few prototypes,
14930 which can conflict with char gethostbyname(); below. */
14931#include <assert.h>
14932/* Override any gcc2 internal prototype to avoid an error. */
14933/* We use char because int might match the return type of a gcc2
14934 builtin and then its argument prototype would still apply. */
14935char gethostbyname();
14936
14937int main() {
14938
14939/* The GNU C library defines this for functions which it implements
14940 to always fail with ENOSYS. Some functions are actually named
14941 something starting with __ and the normal name is an alias. */
14942#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
14943choke me
14944#else
14945gethostbyname();
14946#endif
14947
14948; return 0; }
14949EOF
14950if { (eval echo configure:14951: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14951 rm -rf conftest*
14952 eval "ac_cv_func_gethostbyname=yes"
14953else
14954 echo "configure: failed program was:" >&5
14955 cat conftest.$ac_ext >&5
14956 rm -rf conftest*
14957 eval "ac_cv_func_gethostbyname=no"
14958fi
14959rm -f conftest*
14960fi
14961
14962if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
14963 echo "$ac_t""yes" 1>&6
14964 :
14965else
14966 echo "$ac_t""no" 1>&6
14967fi
14968
14969 if test $ac_cv_func_gethostbyname = no; then
14970 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
14971echo "configure:14972: checking for gethostbyname in -lnsl" >&5
14972ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
14973if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14974 echo $ac_n "(cached) $ac_c" 1>&6
14975else
14976 ac_save_LIBS="$LIBS"
14977LIBS="-lnsl $LIBS"
14978cat > conftest.$ac_ext <<EOF
14979#line 14980 "configure"
14980#include "confdefs.h"
14981/* Override any gcc2 internal prototype to avoid an error. */
14982/* We use char because int might match the return type of a gcc2
14983 builtin and then its argument prototype would still apply. */
14984char gethostbyname();
14985
14986int main() {
14987gethostbyname()
14988; return 0; }
14989EOF
14990if { (eval echo configure:14991: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14991 rm -rf conftest*
14992 eval "ac_cv_lib_$ac_lib_var=yes"
14993else
14994 echo "configure: failed program was:" >&5
14995 cat conftest.$ac_ext >&5
14996 rm -rf conftest*
14997 eval "ac_cv_lib_$ac_lib_var=no"
14998fi
14999rm -f conftest*
15000LIBS="$ac_save_LIBS"
15001
15002fi
15003if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15004 echo "$ac_t""yes" 1>&6
15005 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
15006else
15007 echo "$ac_t""no" 1>&6
15008fi
15009
15010 fi
15011
15012 # lieder@skyler.mavd.honeywell.com says without -lsocket,
15013 # socket/setsockopt and other routines are undefined under SCO ODT
15014 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
15015 # on later versions), says simon@lia.di.epfl.ch: it contains
15016 # gethostby* variants that don't use the nameserver (or something).
15017 # -lsocket must be given before -lnsl if both are needed.
15018 # We assume that if connect needs -lnsl, so does gethostbyname.
15019 echo $ac_n "checking for connect""... $ac_c" 1>&6
15020echo "configure:15021: checking for connect" >&5
15021if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
15022 echo $ac_n "(cached) $ac_c" 1>&6
15023else
15024 cat > conftest.$ac_ext <<EOF
15025#line 15026 "configure"
15026#include "confdefs.h"
15027/* System header to define __stub macros and hopefully few prototypes,
15028 which can conflict with char connect(); below. */
15029#include <assert.h>
15030/* Override any gcc2 internal prototype to avoid an error. */
15031/* We use char because int might match the return type of a gcc2
15032 builtin and then its argument prototype would still apply. */
15033char connect();
15034
15035int main() {
15036
15037/* The GNU C library defines this for functions which it implements
15038 to always fail with ENOSYS. Some functions are actually named
15039 something starting with __ and the normal name is an alias. */
15040#if defined (__stub_connect) || defined (__stub___connect)
15041choke me
15042#else
15043connect();
15044#endif
15045
15046; return 0; }
15047EOF
15048if { (eval echo configure:15049: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15049 rm -rf conftest*
15050 eval "ac_cv_func_connect=yes"
15051else
15052 echo "configure: failed program was:" >&5
15053 cat conftest.$ac_ext >&5
15054 rm -rf conftest*
15055 eval "ac_cv_func_connect=no"
15056fi
15057rm -f conftest*
15058fi
15059
15060if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
15061 echo "$ac_t""yes" 1>&6
15062 :
15063else
15064 echo "$ac_t""no" 1>&6
15065fi
15066
15067 if test $ac_cv_func_connect = no; then
15068 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
15069echo "configure:15070: checking for connect in -lsocket" >&5
15070ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
15071if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15072 echo $ac_n "(cached) $ac_c" 1>&6
15073else
15074 ac_save_LIBS="$LIBS"
15075LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
15076cat > conftest.$ac_ext <<EOF
15077#line 15078 "configure"
15078#include "confdefs.h"
15079/* Override any gcc2 internal prototype to avoid an error. */
15080/* We use char because int might match the return type of a gcc2
15081 builtin and then its argument prototype would still apply. */
15082char connect();
15083
15084int main() {
15085connect()
15086; return 0; }
15087EOF
15088if { (eval echo configure:15089: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15089 rm -rf conftest*
15090 eval "ac_cv_lib_$ac_lib_var=yes"
15091else
15092 echo "configure: failed program was:" >&5
15093 cat conftest.$ac_ext >&5
15094 rm -rf conftest*
15095 eval "ac_cv_lib_$ac_lib_var=no"
15096fi
15097rm -f conftest*
15098LIBS="$ac_save_LIBS"
15099
15100fi
15101if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15102 echo "$ac_t""yes" 1>&6
15103 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
15104else
15105 echo "$ac_t""no" 1>&6
15106fi
15107
15108 fi
15109
15110 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
15111 echo $ac_n "checking for remove""... $ac_c" 1>&6
15112echo "configure:15113: checking for remove" >&5
15113if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
15114 echo $ac_n "(cached) $ac_c" 1>&6
15115else
15116 cat > conftest.$ac_ext <<EOF
15117#line 15118 "configure"
15118#include "confdefs.h"
15119/* System header to define __stub macros and hopefully few prototypes,
15120 which can conflict with char remove(); below. */
15121#include <assert.h>
15122/* Override any gcc2 internal prototype to avoid an error. */
15123/* We use char because int might match the return type of a gcc2
15124 builtin and then its argument prototype would still apply. */
15125char remove();
15126
15127int main() {
15128
15129/* The GNU C library defines this for functions which it implements
15130 to always fail with ENOSYS. Some functions are actually named
15131 something starting with __ and the normal name is an alias. */
15132#if defined (__stub_remove) || defined (__stub___remove)
15133choke me
15134#else
15135remove();
15136#endif
15137
15138; return 0; }
15139EOF
15140if { (eval echo configure:15141: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15141 rm -rf conftest*
15142 eval "ac_cv_func_remove=yes"
15143else
15144 echo "configure: failed program was:" >&5
15145 cat conftest.$ac_ext >&5
15146 rm -rf conftest*
15147 eval "ac_cv_func_remove=no"
15148fi
15149rm -f conftest*
15150fi
15151
15152if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
15153 echo "$ac_t""yes" 1>&6
15154 :
15155else
15156 echo "$ac_t""no" 1>&6
15157fi
15158
15159 if test $ac_cv_func_remove = no; then
15160 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
15161echo "configure:15162: checking for remove in -lposix" >&5
15162ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
15163if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15164 echo $ac_n "(cached) $ac_c" 1>&6
15165else
15166 ac_save_LIBS="$LIBS"
15167LIBS="-lposix $LIBS"
15168cat > conftest.$ac_ext <<EOF
15169#line 15170 "configure"
15170#include "confdefs.h"
15171/* Override any gcc2 internal prototype to avoid an error. */
15172/* We use char because int might match the return type of a gcc2
15173 builtin and then its argument prototype would still apply. */
15174char remove();
15175
15176int main() {
15177remove()
15178; return 0; }
15179EOF
15180if { (eval echo configure:15181: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15181 rm -rf conftest*
15182 eval "ac_cv_lib_$ac_lib_var=yes"
15183else
15184 echo "configure: failed program was:" >&5
15185 cat conftest.$ac_ext >&5
15186 rm -rf conftest*
15187 eval "ac_cv_lib_$ac_lib_var=no"
15188fi
15189rm -f conftest*
15190LIBS="$ac_save_LIBS"
15191
15192fi
15193if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15194 echo "$ac_t""yes" 1>&6
15195 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
15196else
15197 echo "$ac_t""no" 1>&6
15198fi
15199
15200 fi
15201
15202 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
15203 echo $ac_n "checking for shmat""... $ac_c" 1>&6
15204echo "configure:15205: checking for shmat" >&5
15205if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
15206 echo $ac_n "(cached) $ac_c" 1>&6
15207else
15208 cat > conftest.$ac_ext <<EOF
15209#line 15210 "configure"
15210#include "confdefs.h"
15211/* System header to define __stub macros and hopefully few prototypes,
15212 which can conflict with char shmat(); below. */
15213#include <assert.h>
15214/* Override any gcc2 internal prototype to avoid an error. */
15215/* We use char because int might match the return type of a gcc2
15216 builtin and then its argument prototype would still apply. */
15217char shmat();
15218
15219int main() {
15220
15221/* The GNU C library defines this for functions which it implements
15222 to always fail with ENOSYS. Some functions are actually named
15223 something starting with __ and the normal name is an alias. */
15224#if defined (__stub_shmat) || defined (__stub___shmat)
15225choke me
15226#else
15227shmat();
15228#endif
15229
15230; return 0; }
15231EOF
15232if { (eval echo configure:15233: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15233 rm -rf conftest*
15234 eval "ac_cv_func_shmat=yes"
15235else
15236 echo "configure: failed program was:" >&5
15237 cat conftest.$ac_ext >&5
15238 rm -rf conftest*
15239 eval "ac_cv_func_shmat=no"
15240fi
15241rm -f conftest*
15242fi
15243
15244if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
15245 echo "$ac_t""yes" 1>&6
15246 :
15247else
15248 echo "$ac_t""no" 1>&6
15249fi
15250
15251 if test $ac_cv_func_shmat = no; then
15252 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
15253echo "configure:15254: checking for shmat in -lipc" >&5
15254ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
15255if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15256 echo $ac_n "(cached) $ac_c" 1>&6
15257else
15258 ac_save_LIBS="$LIBS"
15259LIBS="-lipc $LIBS"
15260cat > conftest.$ac_ext <<EOF
15261#line 15262 "configure"
15262#include "confdefs.h"
15263/* Override any gcc2 internal prototype to avoid an error. */
15264/* We use char because int might match the return type of a gcc2
15265 builtin and then its argument prototype would still apply. */
15266char shmat();
15267
15268int main() {
15269shmat()
15270; return 0; }
15271EOF
15272if { (eval echo configure:15273: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15273 rm -rf conftest*
15274 eval "ac_cv_lib_$ac_lib_var=yes"
15275else
15276 echo "configure: failed program was:" >&5
15277 cat conftest.$ac_ext >&5
15278 rm -rf conftest*
15279 eval "ac_cv_lib_$ac_lib_var=no"
15280fi
15281rm -f conftest*
15282LIBS="$ac_save_LIBS"
15283
15284fi
15285if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15286 echo "$ac_t""yes" 1>&6
15287 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
15288else
15289 echo "$ac_t""no" 1>&6
15290fi
15291
15292 fi
15293 fi
15294
15295 # Check for libraries that X11R6 Xt/Xaw programs need.
15296 ac_save_LDFLAGS="$LDFLAGS"
15297 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
15298 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
15299 # check for ICE first), but we must link in the order -lSM -lICE or
15300 # we get undefined symbols. So assume we have SM if we have ICE.
15301 # These have to be linked with before -lX11, unlike the other
15302 # libraries we check for below, so use a different variable.
15303 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
15304 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
15305echo "configure:15306: checking for IceConnectionNumber in -lICE" >&5
15306ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
15307if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15308 echo $ac_n "(cached) $ac_c" 1>&6
15309else
15310 ac_save_LIBS="$LIBS"
15311LIBS="-lICE $X_EXTRA_LIBS $LIBS"
15312cat > conftest.$ac_ext <<EOF
15313#line 15314 "configure"
15314#include "confdefs.h"
15315/* Override any gcc2 internal prototype to avoid an error. */
15316/* We use char because int might match the return type of a gcc2
15317 builtin and then its argument prototype would still apply. */
15318char IceConnectionNumber();
15319
15320int main() {
15321IceConnectionNumber()
15322; return 0; }
15323EOF
15324if { (eval echo configure:15325: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15325 rm -rf conftest*
15326 eval "ac_cv_lib_$ac_lib_var=yes"
15327else
15328 echo "configure: failed program was:" >&5
15329 cat conftest.$ac_ext >&5
15330 rm -rf conftest*
15331 eval "ac_cv_lib_$ac_lib_var=no"
15332fi
15333rm -f conftest*
15334LIBS="$ac_save_LIBS"
15335
15336fi
15337if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15338 echo "$ac_t""yes" 1>&6
15339 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
15340else
15341 echo "$ac_t""no" 1>&6
15342fi
15343
15344 LDFLAGS="$ac_save_LDFLAGS"
15345
15346fi
15347
15348
15349 if test "$no_x" = "yes"; then
15350 { echo "configure: error: X11 not found" 1>&2; exit 1; }
15351 fi
15352
15353 GUI_TK_LIBRARY=`echo $X_LIBS | sed 's/ -LNONE//'`
15354 TOOLKIT_INCLUDE=`echo $X_CFLAGS | sed 's/ -INONE//'`
15355 AFMINSTALL=afminstall
15356 COMPILED_X_PROGRAM=0
15357
15358 echo $ac_n "checking for Motif/Lesstif headers""... $ac_c" 1>&6
15359echo "configure:15360: checking for Motif/Lesstif headers" >&5
15360
15361ac_find_includes=
15362for ac_dir in $SEARCH_INCLUDE /usr/include;
15363 do
15364 if test -f "$ac_dir/Xm/Xm.h"; then
15365 ac_find_includes=$ac_dir
15366 break
15367 fi
15368 done
15369
15370 if test "$ac_find_includes" != "" ; then
15371 echo "$ac_t""found in $ac_find_includes" 1>&6
15372
15373 if test "x$ac_find_includes" = "x/usr/include"; then
15374 ac_path_to_include=""
15375 else
15376 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
15377 result=$?
15378 if test $result = 0; then
15379 ac_path_to_include=""
15380 else
15381 ac_path_to_include=" -I$ac_find_includes"
15382 fi
15383 fi
15384
15385 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE$ac_path_to_include"
15386 else
15387 cat > conftest.$ac_ext <<EOF
15388#line 15389 "configure"
15389#include "confdefs.h"
15390
15391 #include <Xm/Xm.h>
15392
15393int main() {
15394
15395 int version;
15396 version = xmUseVersion;
15397
15398; return 0; }
15399EOF
15400if { (eval echo configure:15401: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15401 rm -rf conftest*
15402
15403 echo "$ac_t""found in default search path" 1>&6
15404 COMPILED_X_PROGRAM=1
15405
15406else
15407 echo "configure: failed program was:" >&5
15408 cat conftest.$ac_ext >&5
15409 rm -rf conftest*
15410
15411 echo "$ac_t""no" 1>&6
15412 { echo "configure: error: please set CFLAGS to contain the location of Xm/Xm.h" 1>&2; exit 1; }
15413
15414
15415fi
15416rm -f conftest*
15417 fi
15418
15419 if test "$COMPILED_X_PROGRAM" = 0; then
15420 echo $ac_n "checking for Motif/Lesstif library""... $ac_c" 1>&6
15421echo "configure:15422: checking for Motif/Lesstif library" >&5
15422
15423ac_find_libraries=
15424for ac_dir in $SEARCH_LIB /usr/lib;
15425 do
15426 for ac_extension in a so sl dylib; do
15427 if test -f "$ac_dir/libXm.$ac_extension"; then
15428 ac_find_libraries=$ac_dir
15429 break 2
15430 fi
15431 done
15432 done
15433
15434 if test "$ac_find_libraries" != "" ; then
15435 echo "$ac_t""found at $ac_find_libraries" 1>&6
15436
15437
15438 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
15439 result=$?
15440 if test $result = 0; then
15441 ac_path_to_link=""
15442 else
15443 ac_path_to_link=" -L$ac_find_libraries"
15444 fi
15445
15446 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
15447 else
15448 save_CFLAGS=$CFLAGS
15449 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
15450
15451 cat > conftest.$ac_ext <<EOF
15452#line 15453 "configure"
15453#include "confdefs.h"
15454
15455 #include <Xm/Xm.h>
15456
15457int main() {
15458
15459 int version;
15460 version = xmUseVersion;
15461
15462; return 0; }
15463EOF
15464if { (eval echo configure:15465: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15465 rm -rf conftest*
15466
15467 echo "$ac_t""found in default search path" 1>&6
15468 COMPILED_X_PROGRAM=1
15469
15470else
15471 echo "configure: failed program was:" >&5
15472 cat conftest.$ac_ext >&5
15473 rm -rf conftest*
15474
15475 echo "$ac_t""no" 1>&6
15476 { echo "configure: error: please set LDFLAGS to contain the location of libXm" 1>&2; exit 1; }
15477
15478
15479fi
15480rm -f conftest*
15481
15482 CFLAGS=$save_CFLAGS
15483 fi
15484 fi
15485
15486 xpm_link=
15487 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
15488echo "configure:15489: checking for Xpm library" >&5
15489
15490ac_find_libraries=
15491for ac_dir in $SEARCH_LIB /usr/lib;
15492 do
15493 for ac_extension in a so sl dylib; do
15494 if test -f "$ac_dir/libXpm.$ac_extension"; then
15495 ac_find_libraries=$ac_dir
15496 break 2
15497 fi
15498 done
15499 done
15500
15501 if test "$ac_find_libraries" != "" ; then
15502
15503 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
15504 result=$?
15505 if test $result = 0; then
15506 ac_path_to_link=""
15507 else
15508 ac_path_to_link=" -L$ac_find_libraries"
15509 fi
15510
15511 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
15512
15513 xpm_link=" -lXpm"
15514 cat >> confdefs.h <<\EOF
15515#define wxHAVE_LIB_XPM 1
15516EOF
15517
15518 echo "$ac_t""found at $ac_find_libraries" 1>&6
15519 else
15520 save_CFLAGS=$CFLAGS
15521 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
15522
15523 cat > conftest.$ac_ext <<EOF
15524#line 15525 "configure"
15525#include "confdefs.h"
15526
15527 #include <X11/xpm.h>
15528
15529int main() {
15530
15531 int version;
15532 version = XpmLibraryVersion();
15533
15534; return 0; }
15535EOF
15536if { (eval echo configure:15537: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15537 rm -rf conftest*
15538
15539 xpm_link=" -lXpm"
15540 cat >> confdefs.h <<\EOF
15541#define wxHAVE_LIB_XPM 1
15542EOF
15543
15544 echo "$ac_t""found in default search path" 1>&6
15545 COMPILED_X_PROGRAM=0
15546
15547else
15548 echo "configure: failed program was:" >&5
15549 cat conftest.$ac_ext >&5
15550 rm -rf conftest*
15551
15552 echo "$ac_t""no" 1>&6
15553 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
15554
15555
15556fi
15557rm -f conftest*
15558
15559 CFLAGS=$save_CFLAGS
15560 fi
15561
15562 echo $ac_n "checking if we need -lXp and/or -lSM -lICE""... $ac_c" 1>&6
15563echo "configure:15564: checking if we need -lXp and/or -lSM -lICE" >&5
15564 libp_link=""
15565 libsm_ice_link=""
15566 libs_found=0
15567 for libp in "" " -lXp"; do
15568 if test "$libs_found" = "0"; then
15569 for libsm_ice in " -lSM -lICE"; do
15570 if test "$libs_found" = "0"; then
15571 save_LIBS="$LIBS"
15572 LIBS="$GUI_TK_LIBRARY -lXm${xpm_link} ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
15573 save_CFLAGS=$CFLAGS
15574 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
15575
15576 cat > conftest.$ac_ext <<EOF
15577#line 15578 "configure"
15578#include "confdefs.h"
15579
15580 #include <Xm/Xm.h>
15581 #include <Xm/List.h>
15582
15583int main() {
15584
15585 XmString string = NULL;
15586 Widget w = NULL;
15587 int position = 0;
15588 XmListAddItem(w, string, position);
15589
15590; return 0; }
15591EOF
15592if { (eval echo configure:15593: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15593 rm -rf conftest*
15594
15595 libp_link="$libp"
15596 libsm_ice_link="$libsm_ice"
15597 echo "$ac_t""need${libp_link}${libsm_ice_link}" 1>&6
15598 libs_found=1
15599
15600else
15601 echo "configure: failed program was:" >&5
15602 cat conftest.$ac_ext >&5
15603 rm -rf conftest*
15604
15605
15606fi
15607rm -f conftest*
15608
15609 LIBS="$save_LIBS"
15610 CFLAGS=$save_CFLAGS
15611 fi
15612 done
15613 fi
15614 done
15615
15616 if test "$libs_found" = "0"; then
15617 echo "$ac_t""can't find the right libraries" 1>&6
15618 { echo "configure: error: can't link a simple motif program" 1>&2; exit 1; }
15619 fi
15620
15621 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXm$xpm_link${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
15622 TOOLKIT_VPATH="\${top_srcdir}/src/motif${PATH_IFS}\${top_srcdir}/src/motif/xmcombo"
15623 TOOLKIT=MOTIF
15624 GUIDIST=MOTIF_DIST
15625 fi
15626
15627 if test "$wxUSE_MAC" = 1; then
15628 CPPFLAGS="$CPPFLAGS -fpascal-strings -I\${top_srcdir}/src/mac/morefilex -I/Developer/Headers/FlatCarbon"
15629
15630 TOOLKIT_VPATH="\${top_srcdir}/src/mac${PATH_IFS}\${top_srcdir}/src/mac/morefilex"
15631 TOOLKIT=MAC
15632 GUIDIST=MACX_DIST
15633 fi
15634
15635 if test "$wxUSE_PM" = 1; then
15636 TOOLKIT=PM
15637 GUIDIST=GTK_DIST
15638 echo "configure: warning: OS/2 PM requires old resource format, re-enabled" 1>&2
15639 wxUSE_PROLOGIO="yes"
15640 wxUSE_RESOURCES="yes"
15641 echo "configure: warning: OS/2 threads are not yet supported... disabled" 1>&2
15642 wxUSE_THREADS="no"
15643 fi
15644
15645 if test "$TOOLKIT" = "PM" ; then
15646 TOOLKIT_DIR="os2"
15647 else
15648 TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
15649 fi
15650
15651 PORT_FILES="\${top_srcdir}/src/\$(TOOLKITDIR)/files.lst"
15652
15653 if test "$wxUSE_UNIVERSAL" = "yes"; then
15654 ALL_OBJECTS="\$(GUI_LOWLEVEL_OBJS) \${UNIVOBJS}"
15655
15656 ALL_SOURCES="\$(ALL_SOURCES) \${UNIV_SOURCES}"
15657 ALL_HEADERS="\$(ALL_HEADERS) \${UNIV_HEADERS}"
15658
15659 PORT_FILES="${PORT_FILES} \${top_srcdir}/src/univ/files.lst"
15660 if test "$wxUSE_X11" = 1; then
15661 TOOLKIT_VPATH="\${top_srcdir}/src/${TOOLKIT_DIR}${PATH_IFS}\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes"
15662 else
15663 TOOLKIT_VPATH="\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes${PATH_IFS}\${top_srcdir}/src/${TOOLKIT_DIR}"
15664 fi
15665 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
15666 WIDGET_SET=univ
15667 else
15668 ALL_OBJECTS="\$(GUIOBJS)"
15669 ALL_SOURCES="\$(ALL_SOURCES)"
15670 ALL_HEADERS="\$(ALL_HEADERS)"
15671 fi
15672
15673 ALL_OBJECTS="${ALL_OBJECTS} \$(COMMONOBJS) \$(GENERICOBJS)"
15674
15675 if test "$TOOLKIT" != "MSW" -a "$USE_DOS" != 1; then
15676 ALL_OBJECTS="${ALL_OBJECTS} \$(UNIXOBJS)"
15677 fi
15678
15679 if test "$wxUSE_HTML" = "yes"; then
15680 ALL_OBJECTS="${ALL_OBJECTS} \$(HTMLOBJS)"
15681 fi
15682
15683 if test "$wxUSE_LIBJPEG" = "builtin" ; then
15684 ALL_OBJECTS="${ALL_OBJECTS} \$(JPEGOBJS)"
15685 fi
15686 if test "$wxUSE_LIBTIFF" = "builtin" ; then
15687 ALL_OBJECTS="${ALL_OBJECTS} \$(TIFFOBJS)"
15688 fi
15689 if test "$wxUSE_LIBPNG" = "builtin" ; then
15690 ALL_OBJECTS="${ALL_OBJECTS} \$(PNGOBJS)"
15691 fi
15692
15693 GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
15694 DISTDIR="wx\$(TOOLKIT)"
15695else
15696 USE_GUI=0
15697
15698 TOOLKIT_DIR="base"
15699
15700 if test "$USE_WIN32" = 1 ; then
15701 ALL_OBJECTS="\${BASE_OBJS} \${BASE_MSW_OBJS}"
15702 TOOLKIT_VPATH="\${top_srcdir}/src/msw"
15703
15704 TOOLKIT="MSW"
15705 else
15706 ALL_OBJECTS="\${BASE_OBJS} \${BASE_UNIX_OBJS}"
15707 TOOLKIT_VPATH="\${top_srcdir}/src/unix"
15708 fi
15709
15710 ALL_SOURCES="\$(ALL_SOURCES)"
15711 ALL_HEADERS="\$(ALL_HEADERS)"
15712
15713 PORT_FILES="\${top_srcdir}/src/files.lst"
15714
15715 GUIDIST="BASE_DIST"
15716 DISTDIR="wxBase"
15717fi
15718
15719
15720if test "$TOOLKIT" != "MSW" -a "$wxUSE_ODBC" = "yes" ; then
15721 ALL_OBJECTS="${ALL_OBJECTS} \$(IODBCOBJS)"
15722fi
15723
15724if test "$wxUSE_REGEX" = "builtin" ; then
15725 ALL_OBJECTS="${ALL_OBJECTS} \$(REGEXOBJS)"
15726fi
15727if test "$wxUSE_ZLIB" = "builtin" ; then
15728 ALL_OBJECTS="${ALL_OBJECTS} \$(ZLIBOBJS)"
15729fi
15730
15731
15732if test "$wxUSE_OPENGL" = "yes"; then
15733 if test "$wxUSE_MAC" = 1; then
15734 OPENGL_LIBS="-framework OpenGL -framework AGL"
15735 elif test "$wxUSE_MSW" = 1; then
15736 OPENGL_LIBS="-lopengl32 -lglu32"
15737 else
15738 ac_safe=`echo "GL/gl.h" | sed 'y%./+-%__p_%'`
15739echo $ac_n "checking for GL/gl.h""... $ac_c" 1>&6
15740echo "configure:15741: checking for GL/gl.h" >&5
15741if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
15742 echo $ac_n "(cached) $ac_c" 1>&6
15743else
15744 cat > conftest.$ac_ext <<EOF
15745#line 15746 "configure"
15746#include "confdefs.h"
15747#include <GL/gl.h>
15748EOF
15749ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
15750{ (eval echo configure:15751: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
15751ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
15752if test -z "$ac_err"; then
15753 rm -rf conftest*
15754 eval "ac_cv_header_$ac_safe=yes"
15755else
15756 echo "$ac_err" >&5
15757 echo "configure: failed program was:" >&5
15758 cat conftest.$ac_ext >&5
15759 rm -rf conftest*
15760 eval "ac_cv_header_$ac_safe=no"
15761fi
15762rm -f conftest*
15763fi
15764if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
15765 echo "$ac_t""yes" 1>&6
15766
15767 echo $ac_n "checking for -lGL""... $ac_c" 1>&6
15768echo "configure:15769: checking for -lGL" >&5
15769
15770ac_find_libraries=
15771for ac_dir in $SEARCH_LIB /usr/lib;
15772 do
15773 for ac_extension in a so sl dylib; do
15774 if test -f "$ac_dir/libGL.$ac_extension"; then
15775 ac_find_libraries=$ac_dir
15776 break 2
15777 fi
15778 done
15779 done
15780
15781 if test "$ac_find_libraries" != "" ; then
15782
15783 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
15784 result=$?
15785 if test $result = 0; then
15786 ac_path_to_link=""
15787 else
15788 ac_path_to_link=" -L$ac_find_libraries"
15789 fi
15790
15791 if test "$ac_path_to_link" = " -L/usr/lib" ; then
15792 LDFLAGS_GL="$LDFLAGS"
15793 else
15794 LDFLAGS_GL="$LDFLAGS$ac_path_to_link"
15795 fi
15796 OPENGL_LIBS="-lGL -lGLU"
15797 echo "$ac_t""yes" 1>&6
15798 else
15799 echo "$ac_t""no" 1>&6
15800 echo $ac_n "checking for -lMesaGL""... $ac_c" 1>&6
15801echo "configure:15802: checking for -lMesaGL" >&5
15802
15803ac_find_libraries=
15804for ac_dir in $SEARCH_LIB /usr/lib;
15805 do
15806 for ac_extension in a so sl dylib; do
15807 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
15808 ac_find_libraries=$ac_dir
15809 break 2
15810 fi
15811 done
15812 done
15813
15814 if test "$ac_find_libraries" != "" ; then
15815
15816 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
15817 result=$?
15818 if test $result = 0; then
15819 ac_path_to_link=""
15820 else
15821 ac_path_to_link=" -L$ac_find_libraries"
15822 fi
15823
15824 LDFLAGS_GL="$LDFLAGS$ac_path_to_link"
15825 OPENGL_LIBS="-lMesaGL -lMesaGLU"
15826 echo "$ac_t""yes" 1>&6
15827 else
15828 echo "$ac_t""no" 1>&6
15829 fi
15830 fi
15831
15832else
15833 echo "$ac_t""no" 1>&6
15834fi
15835
15836
15837 if test "x$OPENGL_LIBS" = "x"; then
15838 { echo "configure: error: OpenGL libraries not available" 1>&2; exit 1; }
15839 fi
15840 fi
15841
15842 if test "$wxUSE_OPENGL" = "yes"; then
15843 cat >> confdefs.h <<\EOF
15844#define wxUSE_OPENGL 1
15845EOF
15846
15847 cat >> confdefs.h <<\EOF
15848#define wxUSE_GLCANVAS 1
15849EOF
15850
15851 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl"
15852 fi
15853fi
15854
15855if test -z "$TOOLKIT_VPATH" ; then
15856 TOOLKIT_VPATH="\${top_srcdir}/src/${TOOLKIT_DIR}"
15857fi
15858
15859if test -n "$TOOLKIT" ; then
15860 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
15861fi
15862
15863lib_unicode_suffix=
15864if test "$wxUSE_UNICODE" = "yes"; then
15865 lib_unicode_suffix=u
15866fi
15867
15868lib_debug_suffix=
15869if test "$wxUSE_DEBUG_FLAG" = "yes"; then
15870 lib_debug_suffix=d
15871fi
15872
15873WX_VERSION_TAG=`echo WX${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}_${WX_RELEASE} | tr "[a-z]" "[A-Z]"`
15874
15875TOOLCHAIN_NAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}-${WX_RELEASE}"
15876TOOLCHAIN_NAME_GL="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}_gl-${WX_RELEASE}"
15877
15878if test "$cross_compiling" = "yes"; then
15879 TOOLCHAIN_NAME="${TOOLCHAIN_NAME}-${host_alias}"
15880 TOOLCHAIN_NAME_GL="${TOOLCHAIN_NAME_GL}-${host_alias}"
15881fi
15882
15883WX_LIBRARY="wx_${TOOLCHAIN_NAME}"
15884WX_LIBRARY_GL="wx_${TOOLCHAIN_NAME_GL}"
15885WX_LIBRARY_BASENAME="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}"
15886
15887WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
15888WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
15889
15890WX_LIBRARY_LINK1="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}"
15891WX_LIBRARY_LINK2="lib${WX_LIBRARY}.${SO_SUFFIX}"
15892WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}"
15893WX_LIBRARY_LINK2_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
15894
15895case "${host}" in
15896 *-*-cygwin* | *-*-mingw32* )
15897
15898
15899
15900 if test "$cross_compiling" != "yes" -a "$TOOLKIT_DIR" = "msw"; then
15901 WX_LIBRARY="wxmsw${WX_MSW_VERSION}${lib_unicode_suffix}${lib_debug_suffix}"
15902 WX_LIBRARY_GL="wxmsw_gl${WX_MSW_VERSION}${lib_unicode_suffix}${lib_debug_suffix}"
15903 WX_LIBRARY_NAME_SHARED="${WX_LIBRARY}.${SO_SUFFIX}"
15904 WX_LIBRARY_NAME_SHARED_GL="${WX_LIBRARY_GL}.${SO_SUFFIX}"
15905 else
15906 WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${SO_SUFFIX}"
15907 WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
15908 fi
15909 ;;
15910
15911 *-*-darwin* )
15912
15913 WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}.${SO_SUFFIX}"
15914 WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}.${SO_SUFFIX}"
15915
15916 WX_LIBRARY_LINK1="lib${WX_LIBRARY}.${WX_CURRENT}.${SO_SUFFIX}"
15917 WX_LIBRARY_LINK2="lib${WX_LIBRARY}.${SO_SUFFIX}"
15918 WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY_GL}.${WX_CURRENT}.${SO_SUFFIX}"
15919 WX_LIBRARY_LINK2_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
15920
15921 if test "$wxUSE_MAC" = 1; then
15922 WX_RESOURCES_MACOSX_ASCII="lib${WX_LIBRARY}.${WX_CURRENT}.r"
15923 WX_RESOURCES_MACOSX_DATA="lib${WX_LIBRARY}.${WX_CURRENT}.rsrc"
15924 fi
15925 ;;
15926esac
15927
15928WX_LIBRARY_NAME_STATIC="lib${WX_LIBRARY}.a"
15929WX_LIBRARY_NAME_STATIC_GL="lib${WX_LIBRARY_GL}.a"
15930
15931WXCONFIG_LIBS="-l${WX_LIBRARY}"
15932WXCONFIG_LIBS_STATIC="lib${WX_LIBRARY}.a"
15933
15934if test "$wxUSE_OPENGL" = "yes"; then
15935 WXCONFIG_LIBS_GL="-l${WX_LIBRARY_GL} ${OPENGL_LIBS}"
15936 WXCONFIG_LIBS_STATIC_GL="lib${WX_LIBRARY_GL}.a ${OPENGL_LIBS}"
15937fi
15938
15939
15940
15941if test "$wxUSE_SHARED" = "yes"; then
15942 case "${host}" in
15943 *-pc-os2_emx | *-pc-os2-emx | \
15944 *-pc-msdosdjgpp )
15945 wxUSE_SHARED=no
15946 echo "configure: warning: Host system doesn't support shared libraries, disabling" 1>&2
15947 ;;
15948 esac
15949fi
15950
15951if test "$wxUSE_SHARED" = "yes"; then
15952
15953 if test "$wxUSE_OPENGL" = "yes"; then
15954 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
15955 WX_ALL="\$(build_libdir)/${WX_LIBRARY_LINK1} \$(build_libdir)/${WX_LIBRARY_LINK1_GL}"
15956 else
15957 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
15958 WX_ALL="\$(build_libdir)/${WX_LIBRARY_LINK1}"
15959 fi
15960
15961 if test "$GCC" = "yes"; then
15962 PIC_FLAG="-fPIC"
15963 fi
15964
15965
15966
15967 found_versioning=no
15968
15969
15970 if test $found_versioning = no ; then
15971 echo $ac_n "checking if the linker accepts --version-script""... $ac_c" 1>&6
15972echo "configure:15973: checking if the linker accepts --version-script" >&5
15973if eval "test \"`echo '$''{'wx_cv_version_script'+set}'`\" = set"; then
15974 echo $ac_n "(cached) $ac_c" 1>&6
15975else
15976
15977 echo "VER_1 { *; };" >conftest.sym
15978 echo "int main() { return 0; }" >conftest.cpp
15979
15980 if { ac_try='
15981 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
15982 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'; { (eval echo configure:15983: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } ; then
15983 if test -s conftest.stderr ; then
15984 wx_cv_version_script=no
15985 else
15986 wx_cv_version_script=yes
15987 fi
15988 else
15989 wx_cv_version_script=no
15990 fi
15991 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
15992
15993fi
15994
15995echo "$ac_t""$wx_cv_version_script" 1>&6
15996 if test $wx_cv_version_script = yes ; then
15997 LDFLAGS_VERSIONING="-Wl,--version-script,\$(top_builddir)/version-script"
15998 fi
15999 fi
16000
16001
16002 SHARED_LD="${CXX} -shared -o"
16003
16004 case "${host}" in
16005 *-hp-hpux* )
16006 if test "$GCC" = "yes"; then
16007 SHARED_LD="${CXX} -shared ${PIC_FLAG} -o"
16008 else
16009 LDFLAGS="$LDFLAGS -L/usr/lib"
16010
16011 SHARED_LD="${CXX} -b -o"
16012 PIC_FLAG="+Z"
16013 fi
16014
16015 if test "$wxUSE_OPENGL" = "yes"; then
16016 WX_ALL_INSTALLED="preinstall_gl"
16017 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED} \$(build_libdir)/${WX_LIBRARY_NAME_SHARED_GL}"
16018 else
16019 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED}"
16020 fi
16021 ;;
16022
16023 *-*-linux* )
16024 if test "$GCC" != "yes"; then
16025 echo $ac_n "checking for Intel compiler""... $ac_c" 1>&6
16026echo "configure:16027: checking for Intel compiler" >&5
16027if eval "test \"`echo '$''{'wx_cv_prog_icc'+set}'`\" = set"; then
16028 echo $ac_n "(cached) $ac_c" 1>&6
16029else
16030
16031 cat > conftest.$ac_ext <<EOF
16032#line 16033 "configure"
16033#include "confdefs.h"
16034
16035int main() {
16036
16037 #ifndef __INTEL_COMPILER
16038 #error Not icc
16039 #endif
16040
16041; return 0; }
16042EOF
16043if { (eval echo configure:16044: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16044 rm -rf conftest*
16045 wx_cv_prog_icc=yes
16046else
16047 echo "configure: failed program was:" >&5
16048 cat conftest.$ac_ext >&5
16049 rm -rf conftest*
16050 wx_cv_prog_icc=no
16051
16052fi
16053rm -f conftest*
16054
16055fi
16056
16057echo "$ac_t""$wx_cv_prog_icc" 1>&6
16058 if test "$wx_cv_prog_icc" = "yes"; then
16059 PIC_FLAG="-KPIC"
16060 fi
16061 fi
16062
16063 if test "$wxUSE_SONAME" = "yes" ; then
16064 SONAME_FLAGS="-Wl,-soname,${WX_LIBRARY_LINK1}"
16065 SONAME_FLAGS_GL="-Wl,-soname,${WX_LIBRARY_LINK1_GL}"
16066 WX_TARGET_LIBRARY_SONAME="-Wl,-soname,\$(TARGETLIB_LINK1)"
16067 fi
16068 ;;
16069
16070 *-*-solaris2* )
16071 if test "$GCC" = yes ; then
16072 CPPFLAGS="$CPPFLAGS -isystem /usr/openwin/include"
16073 else
16074 SHARED_LD="${CXX} -G -o"
16075 PIC_FLAG="-KPIC"
16076 SONAME_FLAGS="-h ${WX_LIBRARY_NAME_SHARED}"
16077 SONAME_FLAGS_GL="-h ${WX_LIBRARY_NAME_SHARED_GL}"
16078 fi
16079 ;;
16080
16081 *-*-darwin* )
16082 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -DWXMAKINGDLL"
16083 CFLAGS="$CFLAGS -fno-common"
16084 CXXFLAGS="$CXXFLAGS -fno-common"
16085 SHARED_LD="\${top_srcdir}/distrib/mac/shared-ld-sh -undefined suppress -flat_namespace -o"
16086 PIC_FLAG="-dynamic -fPIC"
16087 SONAME_FLAGS="-compatibility_version ${WX_RELEASE} -current_version ${WX_VERSION} -install_name \$(libdir)/${WX_LIBRARY_LINK1}"
16088 SONAME_FLAGS_GL="-compatibility_version ${WX_RELEASE} -current_version ${WX_VERSION} -install_name \$(libdir)/${WX_LIBRARY_LINK1_GL}"
16089 ;;
16090
16091 *-*-aix* )
16092 if test "$GCC" != "yes"; then
16093 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
16094set dummy makeC++SharedLib; ac_word=$2
16095echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
16096echo "configure:16097: checking for $ac_word" >&5
16097if eval "test \"`echo '$''{'ac_cv_prog_AIX_CXX_LD'+set}'`\" = set"; then
16098 echo $ac_n "(cached) $ac_c" 1>&6
16099else
16100 if test -n "$AIX_CXX_LD"; then
16101 ac_cv_prog_AIX_CXX_LD="$AIX_CXX_LD" # Let the user override the test.
16102else
16103 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
16104 ac_dummy="$PATH"
16105 for ac_dir in $ac_dummy; do
16106 test -z "$ac_dir" && ac_dir=.
16107 if test -f $ac_dir/$ac_word; then
16108 ac_cv_prog_AIX_CXX_LD="makeC++SharedLib"
16109 break
16110 fi
16111 done
16112 IFS="$ac_save_ifs"
16113 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD="/usr/lpp/xlC/bin/makeC++SharedLib"
16114fi
16115fi
16116AIX_CXX_LD="$ac_cv_prog_AIX_CXX_LD"
16117if test -n "$AIX_CXX_LD"; then
16118 echo "$ac_t""$AIX_CXX_LD" 1>&6
16119else
16120 echo "$ac_t""no" 1>&6
16121fi
16122
16123
16124 SHARED_LD="$(AIX_CXX_LD) -p 0 -o"
16125 fi
16126 ;;
16127
16128 *-*-cygwin* | *-*-mingw32* )
16129 WX_LIBRARY_IMPORTLIB="${WX_LIBRARY_NAME_SHARED}.a"
16130
16131 SHARED_LD="${CXX} -shared -Wl,--out-implib,lib/${WX_LIBRARY_IMPORTLIB} -o"
16132 TOOLCHAIN_DLL_DEFS="${TOOLCHAIN_DLL_DEFS} -DWXUSINGDLL=1"
16133
16134 PIC_FLAG="-UWXUSINGDLL -DWXMAKINGDLL=1 -D_DLL=1 -D_WINDLL=1"
16135
16136 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED}"
16137 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
16138
16139 if test "$wxUSE_OPENGL" = "yes"; then
16140 LIBS="${LIBS} ${OPENGL_LIBS}"
16141 fi
16142 ;;
16143
16144 *-*-beos* )
16145 SHARED_LD="${LD} -shared -o"
16146 ;;
16147
16148 *-*-irix* )
16149 if test "$GCC" != "yes"; then
16150 PIC_FLAG="-KPIC"
16151 fi
16152 ;;
16153
16154 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
16155 *-*-sunos4* | \
16156 *-*-osf* | \
16157 *-*-dgux5* | \
16158 *-*-sysv5* )
16159 ;;
16160
16161 *)
16162 { echo "configure: error: unknown system type $host." 1>&2; exit 1; }
16163 esac
16164
16165 if test "x$WX_TARGET_LIBRARY" = "x"; then
16166 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_SHARED}"
16167 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_SHARED_GL}"
16168 fi
16169
16170 WX_TARGET_LIBRARY_TYPE="so"
16171 INSTALL_LIBRARY='$(INSTALL_PROGRAM)'
16172fi
16173
16174if test "$wxUSE_SHARED" = "no"; then
16175
16176 if test "$wxUSE_GUI" = "no" -o "$USE_WIN32" = 1 ; then
16177 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall"
16178 fi
16179
16180 if test "$wxUSE_MAC" = 1; then
16181 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall"
16182 fi
16183
16184 if test "$wxUSE_OPENGL" = "yes"; then
16185 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall_gl"
16186 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC} \$(build_libdir)/${WX_LIBRARY_NAME_STATIC_GL}"
16187 else
16188 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC}"
16189 fi
16190
16191 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}"
16192 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_STATIC_GL}"
16193
16194 WX_TARGET_LIBRARY_TYPE="a"
16195 INSTALL_LIBRARY='$(INSTALL_DATA)'
16196
16197 STATIC_FLAG="yes"
16198else
16199 STATIC_FLAG="no"
16200fi
16201
16202if test "$wxUSE_MAC" = 1; then
16203 LIBWXMACRES="\$(top_builddir)/lib/${WX_RESOURCES_MACOSX_ASCII}"
16204 WX_ALL="${WX_ALL} ${LIBWXMACRES}"
16205 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall_res"
16206 # Extract the first word of "Rez", so it can be a program name with args.
16207set dummy Rez; ac_word=$2
16208echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
16209echo "configure:16210: checking for $ac_word" >&5
16210if eval "test \"`echo '$''{'ac_cv_prog_RESCOMP'+set}'`\" = set"; then
16211 echo $ac_n "(cached) $ac_c" 1>&6
16212else
16213 if test -n "$RESCOMP"; then
16214 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
16215else
16216 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
16217 ac_dummy="$PATH"
16218 for ac_dir in $ac_dummy; do
16219 test -z "$ac_dir" && ac_dir=.
16220 if test -f $ac_dir/$ac_word; then
16221 ac_cv_prog_RESCOMP="Rez"
16222 break
16223 fi
16224 done
16225 IFS="$ac_save_ifs"
16226 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez"
16227fi
16228fi
16229RESCOMP="$ac_cv_prog_RESCOMP"
16230if test -n "$RESCOMP"; then
16231 echo "$ac_t""$RESCOMP" 1>&6
16232else
16233 echo "$ac_t""no" 1>&6
16234fi
16235
16236 # Extract the first word of "DeRez", so it can be a program name with args.
16237set dummy DeRez; ac_word=$2
16238echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
16239echo "configure:16240: checking for $ac_word" >&5
16240if eval "test \"`echo '$''{'ac_cv_prog_DEREZ'+set}'`\" = set"; then
16241 echo $ac_n "(cached) $ac_c" 1>&6
16242else
16243 if test -n "$DEREZ"; then
16244 ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
16245else
16246 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
16247 ac_dummy="$PATH"
16248 for ac_dir in $ac_dummy; do
16249 test -z "$ac_dir" && ac_dir=.
16250 if test -f $ac_dir/$ac_word; then
16251 ac_cv_prog_DEREZ="DeRez"
16252 break
16253 fi
16254 done
16255 IFS="$ac_save_ifs"
16256 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez"
16257fi
16258fi
16259DEREZ="$ac_cv_prog_DEREZ"
16260if test -n "$DEREZ"; then
16261 echo "$ac_t""$DEREZ" 1>&6
16262else
16263 echo "$ac_t""no" 1>&6
16264fi
16265
16266 MACOSX_BUNDLE="bundle"
16267 LIBWXMACRESCOMP="\$(RESCOMP) -t APPL Carbon.r ${LIBWXMACRES} -o \$(BIN_PROGRAM)"
16268 LIBWXMACRESWXCONFIG="${RESCOMP} -t APPL Carbon.r \${prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
16269else
16270 if test "$wxUSE_PM" = 1; then
16271 LIBWXMACRESCOMP="emxbind -ep \$(BIN_PROGRAM)"
16272 fi
16273fi
16274
16275
16276echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
16277echo "configure:16278: checking for ANSI C header files" >&5
16278if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
16279 echo $ac_n "(cached) $ac_c" 1>&6
16280else
16281 cat > conftest.$ac_ext <<EOF
16282#line 16283 "configure"
16283#include "confdefs.h"
16284#include <stdlib.h>
16285#include <stdarg.h>
16286#include <string.h>
16287#include <float.h>
16288EOF
16289ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
16290{ (eval echo configure:16291: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
16291ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
16292if test -z "$ac_err"; then
16293 rm -rf conftest*
16294 ac_cv_header_stdc=yes
16295else
16296 echo "$ac_err" >&5
16297 echo "configure: failed program was:" >&5
16298 cat conftest.$ac_ext >&5
16299 rm -rf conftest*
16300 ac_cv_header_stdc=no
16301fi
16302rm -f conftest*
16303
16304if test $ac_cv_header_stdc = yes; then
16305 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
16306cat > conftest.$ac_ext <<EOF
16307#line 16308 "configure"
16308#include "confdefs.h"
16309#include <string.h>
16310EOF
16311if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16312 egrep "memchr" >/dev/null 2>&1; then
16313 :
16314else
16315 rm -rf conftest*
16316 ac_cv_header_stdc=no
16317fi
16318rm -f conftest*
16319
16320fi
16321
16322if test $ac_cv_header_stdc = yes; then
16323 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
16324cat > conftest.$ac_ext <<EOF
16325#line 16326 "configure"
16326#include "confdefs.h"
16327#include <stdlib.h>
16328EOF
16329if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16330 egrep "free" >/dev/null 2>&1; then
16331 :
16332else
16333 rm -rf conftest*
16334 ac_cv_header_stdc=no
16335fi
16336rm -f conftest*
16337
16338fi
16339
16340if test $ac_cv_header_stdc = yes; then
16341 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
16342if test "$cross_compiling" = yes; then
16343 :
16344else
16345 cat > conftest.$ac_ext <<EOF
16346#line 16347 "configure"
16347#include "confdefs.h"
16348#include <ctype.h>
16349#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
16350#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
16351#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
16352int main () { int i; for (i = 0; i < 256; i++)
16353if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
16354exit (0); }
16355
16356EOF
16357if { (eval echo configure:16358: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
16358then
16359 :
16360else
16361 echo "configure: failed program was:" >&5
16362 cat conftest.$ac_ext >&5
16363 rm -fr conftest*
16364 ac_cv_header_stdc=no
16365fi
16366rm -fr conftest*
16367fi
16368
16369fi
16370fi
16371
16372echo "$ac_t""$ac_cv_header_stdc" 1>&6
16373if test $ac_cv_header_stdc = yes; then
16374 cat >> confdefs.h <<\EOF
16375#define STDC_HEADERS 1
16376EOF
16377
16378fi
16379
16380echo $ac_n "checking for mode_t""... $ac_c" 1>&6
16381echo "configure:16382: checking for mode_t" >&5
16382if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
16383 echo $ac_n "(cached) $ac_c" 1>&6
16384else
16385 cat > conftest.$ac_ext <<EOF
16386#line 16387 "configure"
16387#include "confdefs.h"
16388#include <sys/types.h>
16389#if STDC_HEADERS
16390#include <stdlib.h>
16391#include <stddef.h>
16392#endif
16393EOF
16394if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16395 egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
16396 rm -rf conftest*
16397 ac_cv_type_mode_t=yes
16398else
16399 rm -rf conftest*
16400 ac_cv_type_mode_t=no
16401fi
16402rm -f conftest*
16403
16404fi
16405echo "$ac_t""$ac_cv_type_mode_t" 1>&6
16406if test $ac_cv_type_mode_t = no; then
16407 cat >> confdefs.h <<\EOF
16408#define mode_t int
16409EOF
16410
16411fi
16412
16413echo $ac_n "checking for off_t""... $ac_c" 1>&6
16414echo "configure:16415: checking for off_t" >&5
16415if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
16416 echo $ac_n "(cached) $ac_c" 1>&6
16417else
16418 cat > conftest.$ac_ext <<EOF
16419#line 16420 "configure"
16420#include "confdefs.h"
16421#include <sys/types.h>
16422#if STDC_HEADERS
16423#include <stdlib.h>
16424#include <stddef.h>
16425#endif
16426EOF
16427if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16428 egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
16429 rm -rf conftest*
16430 ac_cv_type_off_t=yes
16431else
16432 rm -rf conftest*
16433 ac_cv_type_off_t=no
16434fi
16435rm -f conftest*
16436
16437fi
16438echo "$ac_t""$ac_cv_type_off_t" 1>&6
16439if test $ac_cv_type_off_t = no; then
16440 cat >> confdefs.h <<\EOF
16441#define off_t long
16442EOF
16443
16444fi
16445
16446echo $ac_n "checking for pid_t""... $ac_c" 1>&6
16447echo "configure:16448: checking for pid_t" >&5
16448if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
16449 echo $ac_n "(cached) $ac_c" 1>&6
16450else
16451 cat > conftest.$ac_ext <<EOF
16452#line 16453 "configure"
16453#include "confdefs.h"
16454#include <sys/types.h>
16455#if STDC_HEADERS
16456#include <stdlib.h>
16457#include <stddef.h>
16458#endif
16459EOF
16460if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16461 egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
16462 rm -rf conftest*
16463 ac_cv_type_pid_t=yes
16464else
16465 rm -rf conftest*
16466 ac_cv_type_pid_t=no
16467fi
16468rm -f conftest*
16469
16470fi
16471echo "$ac_t""$ac_cv_type_pid_t" 1>&6
16472if test $ac_cv_type_pid_t = no; then
16473 cat >> confdefs.h <<\EOF
16474#define pid_t int
16475EOF
16476
16477fi
16478
16479echo $ac_n "checking for size_t""... $ac_c" 1>&6
16480echo "configure:16481: checking for size_t" >&5
16481if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
16482 echo $ac_n "(cached) $ac_c" 1>&6
16483else
16484 cat > conftest.$ac_ext <<EOF
16485#line 16486 "configure"
16486#include "confdefs.h"
16487#include <sys/types.h>
16488#if STDC_HEADERS
16489#include <stdlib.h>
16490#include <stddef.h>
16491#endif
16492EOF
16493if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16494 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
16495 rm -rf conftest*
16496 ac_cv_type_size_t=yes
16497else
16498 rm -rf conftest*
16499 ac_cv_type_size_t=no
16500fi
16501rm -f conftest*
16502
16503fi
16504echo "$ac_t""$ac_cv_type_size_t" 1>&6
16505if test $ac_cv_type_size_t = no; then
16506 cat >> confdefs.h <<\EOF
16507#define size_t unsigned
16508EOF
16509
16510fi
16511
16512echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
16513echo "configure:16514: checking for uid_t in sys/types.h" >&5
16514if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
16515 echo $ac_n "(cached) $ac_c" 1>&6
16516else
16517 cat > conftest.$ac_ext <<EOF
16518#line 16519 "configure"
16519#include "confdefs.h"
16520#include <sys/types.h>
16521EOF
16522if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16523 egrep "uid_t" >/dev/null 2>&1; then
16524 rm -rf conftest*
16525 ac_cv_type_uid_t=yes
16526else
16527 rm -rf conftest*
16528 ac_cv_type_uid_t=no
16529fi
16530rm -f conftest*
16531
16532fi
16533
16534echo "$ac_t""$ac_cv_type_uid_t" 1>&6
16535if test $ac_cv_type_uid_t = no; then
16536 cat >> confdefs.h <<\EOF
16537#define uid_t int
16538EOF
16539
16540 cat >> confdefs.h <<\EOF
16541#define gid_t int
16542EOF
16543
16544fi
16545
16546
16547
16548ac_ext=C
16549# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16550ac_cpp='$CXXCPP $CPPFLAGS'
16551ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16552ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16553cross_compiling=$ac_cv_prog_cxx_cross
16554
16555echo $ac_n "checking if size_t is unsigned int""... $ac_c" 1>&6
16556echo "configure:16557: checking if size_t is unsigned int" >&5
16557if eval "test \"`echo '$''{'wx_cv_size_t_is_uint'+set}'`\" = set"; then
16558 echo $ac_n "(cached) $ac_c" 1>&6
16559else
16560 cat > conftest.$ac_ext <<EOF
16561#line 16562 "configure"
16562#include "confdefs.h"
16563#include <stddef.h>
16564int main() {
16565
16566 return 0; }
16567
16568 struct Foo { void foo(size_t); void foo(unsigned int); };
16569
16570 int bar() {
16571
16572; return 0; }
16573EOF
16574if { (eval echo configure:16575: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16575 rm -rf conftest*
16576 wx_cv_size_t_is_uint=no
16577else
16578 echo "configure: failed program was:" >&5
16579 cat conftest.$ac_ext >&5
16580 rm -rf conftest*
16581 wx_cv_size_t_is_uint=yes
16582
16583fi
16584rm -f conftest*
16585
16586fi
16587
16588echo "$ac_t""$wx_cv_size_t_is_uint" 1>&6
16589
16590if test "$wx_cv_size_t_is_uint" = "yes"; then
16591 cat >> confdefs.h <<\EOF
16592#define wxSIZE_T_IS_UINT 1
16593EOF
16594
16595else
16596 echo $ac_n "checking if size_t is unsigned long""... $ac_c" 1>&6
16597echo "configure:16598: checking if size_t is unsigned long" >&5
16598if eval "test \"`echo '$''{'wx_cv_size_t_is_ulong'+set}'`\" = set"; then
16599 echo $ac_n "(cached) $ac_c" 1>&6
16600else
16601 cat > conftest.$ac_ext <<EOF
16602#line 16603 "configure"
16603#include "confdefs.h"
16604#include <stddef.h>
16605int main() {
16606
16607 return 0; }
16608
16609 struct Foo { void foo(size_t); void foo(unsigned long); };
16610
16611 int bar() {
16612
16613; return 0; }
16614EOF
16615if { (eval echo configure:16616: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16616 rm -rf conftest*
16617 wx_cv_size_t_is_ulong=no
16618else
16619 echo "configure: failed program was:" >&5
16620 cat conftest.$ac_ext >&5
16621 rm -rf conftest*
16622 wx_cv_size_t_is_ulong=yes
16623
16624fi
16625rm -f conftest*
16626
16627fi
16628
16629echo "$ac_t""$wx_cv_size_t_is_ulong" 1>&6
16630
16631 if test "$wx_cv_size_t_is_ulong" = "yes"; then
16632 cat >> confdefs.h <<\EOF
16633#define wxSIZE_T_IS_ULONG 1
16634EOF
16635
16636 fi
16637fi
16638
16639ac_ext=c
16640# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16641ac_cpp='$CPP $CPPFLAGS'
16642ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16643ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16644cross_compiling=$ac_cv_prog_cc_cross
16645
16646
16647
16648echo $ac_n "checking for pw_gecos in struct passwd""... $ac_c" 1>&6
16649echo "configure:16650: checking for pw_gecos in struct passwd" >&5
16650if eval "test \"`echo '$''{'wx_cv_struct_pw_gecos'+set}'`\" = set"; then
16651 echo $ac_n "(cached) $ac_c" 1>&6
16652else
16653
16654 cat > conftest.$ac_ext <<EOF
16655#line 16656 "configure"
16656#include "confdefs.h"
16657#include <pwd.h>
16658int main() {
16659
16660 char *p;
16661 struct passwd *pw;
16662 p = pw->pw_gecos;
16663
16664; return 0; }
16665EOF
16666if { (eval echo configure:16667: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16667 rm -rf conftest*
16668
16669 wx_cv_struct_pw_gecos=yes
16670
16671else
16672 echo "configure: failed program was:" >&5
16673 cat conftest.$ac_ext >&5
16674 rm -rf conftest*
16675
16676 wx_cv_struct_pw_gecos=no
16677
16678
16679fi
16680rm -f conftest*
16681
16682
16683fi
16684
16685echo "$ac_t""$wx_cv_struct_pw_gecos" 1>&6
16686
16687if test "$wx_cv_struct_pw_gecos" = "yes"; then
16688 cat >> confdefs.h <<\EOF
16689#define HAVE_PW_GECOS 1
16690EOF
16691
16692fi
16693
16694
16695if test "$wx_cv_sizeof_wchar_t" != "0"; then
16696 cat >> confdefs.h <<\EOF
16697#define wxUSE_WCHAR_T 1
16698EOF
16699
16700
16701 WCSLEN_FOUND=0
16702 WCHAR_LINK=
16703 for ac_func in wcslen
16704do
16705echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16706echo "configure:16707: checking for $ac_func" >&5
16707if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16708 echo $ac_n "(cached) $ac_c" 1>&6
16709else
16710 cat > conftest.$ac_ext <<EOF
16711#line 16712 "configure"
16712#include "confdefs.h"
16713/* System header to define __stub macros and hopefully few prototypes,
16714 which can conflict with char $ac_func(); below. */
16715#include <assert.h>
16716/* Override any gcc2 internal prototype to avoid an error. */
16717/* We use char because int might match the return type of a gcc2
16718 builtin and then its argument prototype would still apply. */
16719char $ac_func();
16720
16721int main() {
16722
16723/* The GNU C library defines this for functions which it implements
16724 to always fail with ENOSYS. Some functions are actually named
16725 something starting with __ and the normal name is an alias. */
16726#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16727choke me
16728#else
16729$ac_func();
16730#endif
16731
16732; return 0; }
16733EOF
16734if { (eval echo configure:16735: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16735 rm -rf conftest*
16736 eval "ac_cv_func_$ac_func=yes"
16737else
16738 echo "configure: failed program was:" >&5
16739 cat conftest.$ac_ext >&5
16740 rm -rf conftest*
16741 eval "ac_cv_func_$ac_func=no"
16742fi
16743rm -f conftest*
16744fi
16745
16746if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16747 echo "$ac_t""yes" 1>&6
16748 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16749 cat >> confdefs.h <<EOF
16750#define $ac_tr_func 1
16751EOF
16752 WCSLEN_FOUND=1
16753else
16754 echo "$ac_t""no" 1>&6
16755fi
16756done
16757
16758
16759 if test "$WCSLEN_FOUND" = 0; then
16760 if test "$TOOLKIT" = "MSW"; then
16761 echo $ac_n "checking for wcslen in -lmsvcrt""... $ac_c" 1>&6
16762echo "configure:16763: checking for wcslen in -lmsvcrt" >&5
16763ac_lib_var=`echo msvcrt'_'wcslen | sed 'y%./+-%__p_%'`
16764if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16765 echo $ac_n "(cached) $ac_c" 1>&6
16766else
16767 ac_save_LIBS="$LIBS"
16768LIBS="-lmsvcrt $LIBS"
16769cat > conftest.$ac_ext <<EOF
16770#line 16771 "configure"
16771#include "confdefs.h"
16772/* Override any gcc2 internal prototype to avoid an error. */
16773/* We use char because int might match the return type of a gcc2
16774 builtin and then its argument prototype would still apply. */
16775char wcslen();
16776
16777int main() {
16778wcslen()
16779; return 0; }
16780EOF
16781if { (eval echo configure:16782: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16782 rm -rf conftest*
16783 eval "ac_cv_lib_$ac_lib_var=yes"
16784else
16785 echo "configure: failed program was:" >&5
16786 cat conftest.$ac_ext >&5
16787 rm -rf conftest*
16788 eval "ac_cv_lib_$ac_lib_var=no"
16789fi
16790rm -f conftest*
16791LIBS="$ac_save_LIBS"
16792
16793fi
16794if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
16795 echo "$ac_t""yes" 1>&6
16796 WCHAR_OK=1
16797else
16798 echo "$ac_t""no" 1>&6
16799fi
16800
16801 else
16802 echo $ac_n "checking for wcslen in -lw""... $ac_c" 1>&6
16803echo "configure:16804: checking for wcslen in -lw" >&5
16804ac_lib_var=`echo w'_'wcslen | sed 'y%./+-%__p_%'`
16805if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16806 echo $ac_n "(cached) $ac_c" 1>&6
16807else
16808 ac_save_LIBS="$LIBS"
16809LIBS="-lw $LIBS"
16810cat > conftest.$ac_ext <<EOF
16811#line 16812 "configure"
16812#include "confdefs.h"
16813/* Override any gcc2 internal prototype to avoid an error. */
16814/* We use char because int might match the return type of a gcc2
16815 builtin and then its argument prototype would still apply. */
16816char wcslen();
16817
16818int main() {
16819wcslen()
16820; return 0; }
16821EOF
16822if { (eval echo configure:16823: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16823 rm -rf conftest*
16824 eval "ac_cv_lib_$ac_lib_var=yes"
16825else
16826 echo "configure: failed program was:" >&5
16827 cat conftest.$ac_ext >&5
16828 rm -rf conftest*
16829 eval "ac_cv_lib_$ac_lib_var=no"
16830fi
16831rm -f conftest*
16832LIBS="$ac_save_LIBS"
16833
16834fi
16835if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
16836 echo "$ac_t""yes" 1>&6
16837
16838 WCHAR_LINK=" -lw"
16839 WCSLEN_FOUND=1
16840
16841else
16842 echo "$ac_t""no" 1>&6
16843fi
16844
16845 fi
16846 fi
16847
16848 if test "$WCSLEN_FOUND" = 1; then
16849 cat >> confdefs.h <<\EOF
16850#define HAVE_WCSLEN 1
16851EOF
16852
16853 fi
16854
16855 for ac_func in wcsrtombs
16856do
16857echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16858echo "configure:16859: checking for $ac_func" >&5
16859if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16860 echo $ac_n "(cached) $ac_c" 1>&6
16861else
16862 cat > conftest.$ac_ext <<EOF
16863#line 16864 "configure"
16864#include "confdefs.h"
16865/* System header to define __stub macros and hopefully few prototypes,
16866 which can conflict with char $ac_func(); below. */
16867#include <assert.h>
16868/* Override any gcc2 internal prototype to avoid an error. */
16869/* We use char because int might match the return type of a gcc2
16870 builtin and then its argument prototype would still apply. */
16871char $ac_func();
16872
16873int main() {
16874
16875/* The GNU C library defines this for functions which it implements
16876 to always fail with ENOSYS. Some functions are actually named
16877 something starting with __ and the normal name is an alias. */
16878#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16879choke me
16880#else
16881$ac_func();
16882#endif
16883
16884; return 0; }
16885EOF
16886if { (eval echo configure:16887: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16887 rm -rf conftest*
16888 eval "ac_cv_func_$ac_func=yes"
16889else
16890 echo "configure: failed program was:" >&5
16891 cat conftest.$ac_ext >&5
16892 rm -rf conftest*
16893 eval "ac_cv_func_$ac_func=no"
16894fi
16895rm -f conftest*
16896fi
16897
16898if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16899 echo "$ac_t""yes" 1>&6
16900 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16901 cat >> confdefs.h <<EOF
16902#define $ac_tr_func 1
16903EOF
16904
16905else
16906 echo "$ac_t""no" 1>&6
16907fi
16908done
16909
16910else
16911 echo "configure: warning: Wide character support is unavailable" 1>&2
16912fi
16913
16914
16915ac_ext=C
16916# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16917ac_cpp='$CXXCPP $CPPFLAGS'
16918ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16919ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16920cross_compiling=$ac_cv_prog_cxx_cross
16921
16922
16923for ac_func in vsnprintf
16924do
16925echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16926echo "configure:16927: checking for $ac_func" >&5
16927if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16928 echo $ac_n "(cached) $ac_c" 1>&6
16929else
16930 cat > conftest.$ac_ext <<EOF
16931#line 16932 "configure"
16932#include "confdefs.h"
16933/* System header to define __stub macros and hopefully few prototypes,
16934 which can conflict with char $ac_func(); below. */
16935#include <assert.h>
16936/* Override any gcc2 internal prototype to avoid an error. */
16937#ifdef __cplusplus
16938extern "C"
16939#endif
16940/* We use char because int might match the return type of a gcc2
16941 builtin and then its argument prototype would still apply. */
16942char $ac_func();
16943
16944int main() {
16945
16946/* The GNU C library defines this for functions which it implements
16947 to always fail with ENOSYS. Some functions are actually named
16948 something starting with __ and the normal name is an alias. */
16949#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16950choke me
16951#else
16952$ac_func();
16953#endif
16954
16955; return 0; }
16956EOF
16957if { (eval echo configure:16958: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16958 rm -rf conftest*
16959 eval "ac_cv_func_$ac_func=yes"
16960else
16961 echo "configure: failed program was:" >&5
16962 cat conftest.$ac_ext >&5
16963 rm -rf conftest*
16964 eval "ac_cv_func_$ac_func=no"
16965fi
16966rm -f conftest*
16967fi
16968
16969if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16970 echo "$ac_t""yes" 1>&6
16971 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16972 cat >> confdefs.h <<EOF
16973#define $ac_tr_func 1
16974EOF
16975
16976else
16977 echo "$ac_t""no" 1>&6
16978fi
16979done
16980
16981
16982if test "$wxUSE_UNICODE" = yes; then
16983 for ac_func in fputwc wprintf vswprintf
16984do
16985echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16986echo "configure:16987: checking for $ac_func" >&5
16987if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16988 echo $ac_n "(cached) $ac_c" 1>&6
16989else
16990 cat > conftest.$ac_ext <<EOF
16991#line 16992 "configure"
16992#include "confdefs.h"
16993/* System header to define __stub macros and hopefully few prototypes,
16994 which can conflict with char $ac_func(); below. */
16995#include <assert.h>
16996/* Override any gcc2 internal prototype to avoid an error. */
16997#ifdef __cplusplus
16998extern "C"
16999#endif
17000/* We use char because int might match the return type of a gcc2
17001 builtin and then its argument prototype would still apply. */
17002char $ac_func();
17003
17004int main() {
17005
17006/* The GNU C library defines this for functions which it implements
17007 to always fail with ENOSYS. Some functions are actually named
17008 something starting with __ and the normal name is an alias. */
17009#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17010choke me
17011#else
17012$ac_func();
17013#endif
17014
17015; return 0; }
17016EOF
17017if { (eval echo configure:17018: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17018 rm -rf conftest*
17019 eval "ac_cv_func_$ac_func=yes"
17020else
17021 echo "configure: failed program was:" >&5
17022 cat conftest.$ac_ext >&5
17023 rm -rf conftest*
17024 eval "ac_cv_func_$ac_func=no"
17025fi
17026rm -f conftest*
17027fi
17028
17029if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17030 echo "$ac_t""yes" 1>&6
17031 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17032 cat >> confdefs.h <<EOF
17033#define $ac_tr_func 1
17034EOF
17035
17036else
17037 echo "$ac_t""no" 1>&6
17038fi
17039done
17040
17041 echo $ac_n "checking for _vsnwprintf""... $ac_c" 1>&6
17042echo "configure:17043: checking for _vsnwprintf" >&5
17043 cat > conftest.$ac_ext <<EOF
17044#line 17045 "configure"
17045#include "confdefs.h"
17046#include <wchar.h>
17047int main() {
17048&_vsnwprintf;
17049; return 0; }
17050EOF
17051if { (eval echo configure:17052: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17052 rm -rf conftest*
17053 echo "$ac_t""yes" 1>&6
17054 cat >> confdefs.h <<\EOF
17055#define HAVE__VSNWPRINTF 1
17056EOF
17057
17058else
17059 echo "configure: failed program was:" >&5
17060 cat conftest.$ac_ext >&5
17061 rm -rf conftest*
17062 echo "$ac_t""no" 1>&6
17063fi
17064rm -f conftest*;
17065fi
17066
17067ac_ext=c
17068# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17069ac_cpp='$CPP $CPPFLAGS'
17070ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17071ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17072cross_compiling=$ac_cv_prog_cc_cross
17073
17074
17075
17076
17077if test "$TOOLKIT" != "MSW"; then
17078
17079
17080
17081ac_ext=C
17082# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17083ac_cpp='$CXXCPP $CPPFLAGS'
17084ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17085ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17086cross_compiling=$ac_cv_prog_cxx_cross
17087
17088
17089
17090 # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
17091if test "${with_libiconv_prefix+set}" = set; then
17092 withval="$with_libiconv_prefix"
17093
17094 for dir in `echo "$withval" | tr : ' '`; do
17095 if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
17096 if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi
17097 done
17098
17099fi
17100
17101
17102 echo $ac_n "checking for iconv""... $ac_c" 1>&6
17103echo "configure:17104: checking for iconv" >&5
17104if eval "test \"`echo '$''{'am_cv_func_iconv'+set}'`\" = set"; then
17105 echo $ac_n "(cached) $ac_c" 1>&6
17106else
17107
17108 am_cv_func_iconv="no, consider installing GNU libiconv"
17109 am_cv_lib_iconv=no
17110 cat > conftest.$ac_ext <<EOF
17111#line 17112 "configure"
17112#include "confdefs.h"
17113#include <stdlib.h>
17114#include <iconv.h>
17115int main() {
17116iconv_t cd = iconv_open("","");
17117 iconv(cd,NULL,NULL,NULL,NULL);
17118 iconv_close(cd);
17119; return 0; }
17120EOF
17121if { (eval echo configure:17122: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17122 rm -rf conftest*
17123 am_cv_func_iconv=yes
17124else
17125 echo "configure: failed program was:" >&5
17126 cat conftest.$ac_ext >&5
17127fi
17128rm -f conftest*
17129 if test "$am_cv_func_iconv" != yes; then
17130 am_save_LIBS="$LIBS"
17131 LIBS="$LIBS -liconv"
17132 cat > conftest.$ac_ext <<EOF
17133#line 17134 "configure"
17134#include "confdefs.h"
17135#include <stdlib.h>
17136#include <iconv.h>
17137int main() {
17138iconv_t cd = iconv_open("","");
17139 iconv(cd,NULL,NULL,NULL,NULL);
17140 iconv_close(cd);
17141; return 0; }
17142EOF
17143if { (eval echo configure:17144: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17144 rm -rf conftest*
17145 am_cv_lib_iconv=yes
17146 am_cv_func_iconv=yes
17147else
17148 echo "configure: failed program was:" >&5
17149 cat conftest.$ac_ext >&5
17150fi
17151rm -f conftest*
17152 LIBS="$am_save_LIBS"
17153 fi
17154
17155fi
17156
17157echo "$ac_t""$am_cv_func_iconv" 1>&6
17158 if test "$am_cv_func_iconv" = yes; then
17159 cat >> confdefs.h <<\EOF
17160#define HAVE_ICONV 1
17161EOF
17162
17163 echo $ac_n "checking if iconv needs const""... $ac_c" 1>&6
17164echo "configure:17165: checking if iconv needs const" >&5
17165if eval "test \"`echo '$''{'wx_cv_func_iconv_const'+set}'`\" = set"; then
17166 echo $ac_n "(cached) $ac_c" 1>&6
17167else
17168 cat > conftest.$ac_ext <<EOF
17169#line 17170 "configure"
17170#include "confdefs.h"
17171
17172#include <stdlib.h>
17173#include <iconv.h>
17174extern
17175#ifdef __cplusplus
17176"C"
17177#endif
17178#if defined(__STDC__) || defined(__cplusplus)
17179size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
17180#else
17181size_t iconv();
17182#endif
17183
17184int main() {
17185
17186; return 0; }
17187EOF
17188if { (eval echo configure:17189: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17189 rm -rf conftest*
17190 wx_cv_func_iconv_const="no"
17191else
17192 echo "configure: failed program was:" >&5
17193 cat conftest.$ac_ext >&5
17194 rm -rf conftest*
17195 wx_cv_func_iconv_const="yes"
17196
17197fi
17198rm -f conftest*
17199
17200fi
17201
17202echo "$ac_t""$wx_cv_func_iconv_const" 1>&6
17203
17204 iconv_const=
17205 if test "x$wx_cv_func_iconv_const" = "xyes"; then
17206 iconv_const="const"
17207 fi
17208
17209 cat >> confdefs.h <<EOF
17210#define ICONV_CONST $iconv_const
17211EOF
17212
17213 fi
17214 LIBICONV=
17215 if test "$am_cv_lib_iconv" = yes; then
17216 LIBICONV="-liconv"
17217 fi
17218
17219
17220LIBS="$LIBICONV $LIBS"
17221ac_ext=c
17222# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17223ac_cpp='$CPP $CPPFLAGS'
17224ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17225ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17226cross_compiling=$ac_cv_prog_cc_cross
17227
17228
17229if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
17230 for ac_func in sigaction
17231do
17232echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17233echo "configure:17234: checking for $ac_func" >&5
17234if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17235 echo $ac_n "(cached) $ac_c" 1>&6
17236else
17237 cat > conftest.$ac_ext <<EOF
17238#line 17239 "configure"
17239#include "confdefs.h"
17240/* System header to define __stub macros and hopefully few prototypes,
17241 which can conflict with char $ac_func(); below. */
17242#include <assert.h>
17243/* Override any gcc2 internal prototype to avoid an error. */
17244/* We use char because int might match the return type of a gcc2
17245 builtin and then its argument prototype would still apply. */
17246char $ac_func();
17247
17248int main() {
17249
17250/* The GNU C library defines this for functions which it implements
17251 to always fail with ENOSYS. Some functions are actually named
17252 something starting with __ and the normal name is an alias. */
17253#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17254choke me
17255#else
17256$ac_func();
17257#endif
17258
17259; return 0; }
17260EOF
17261if { (eval echo configure:17262: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17262 rm -rf conftest*
17263 eval "ac_cv_func_$ac_func=yes"
17264else
17265 echo "configure: failed program was:" >&5
17266 cat conftest.$ac_ext >&5
17267 rm -rf conftest*
17268 eval "ac_cv_func_$ac_func=no"
17269fi
17270rm -f conftest*
17271fi
17272
17273if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17274 echo "$ac_t""yes" 1>&6
17275 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17276 cat >> confdefs.h <<EOF
17277#define $ac_tr_func 1
17278EOF
17279
17280else
17281 echo "$ac_t""no" 1>&6
17282fi
17283done
17284
17285
17286 if test "$ac_cv_func_sigaction" = "no"; then
17287 echo "configure: warning: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" 1>&2
17288 wxUSE_ON_FATAL_EXCEPTION=no
17289 fi
17290
17291 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
17292
17293 ac_ext=C
17294# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17295ac_cpp='$CXXCPP $CPPFLAGS'
17296ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17297ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17298cross_compiling=$ac_cv_prog_cxx_cross
17299
17300
17301 echo $ac_n "checking for sa_handler type""... $ac_c" 1>&6
17302echo "configure:17303: checking for sa_handler type" >&5
17303if eval "test \"`echo '$''{'wx_cv_type_sa_handler'+set}'`\" = set"; then
17304 echo $ac_n "(cached) $ac_c" 1>&6
17305else
17306
17307 cat > conftest.$ac_ext <<EOF
17308#line 17309 "configure"
17309#include "confdefs.h"
17310#include <signal.h>
17311int main() {
17312
17313 extern void testSigHandler(int);
17314
17315 struct sigaction sa;
17316 sa.sa_handler = testSigHandler;
17317
17318; return 0; }
17319EOF
17320if { (eval echo configure:17321: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17321 rm -rf conftest*
17322
17323 wx_cv_type_sa_handler=int
17324
17325else
17326 echo "configure: failed program was:" >&5
17327 cat conftest.$ac_ext >&5
17328 rm -rf conftest*
17329
17330 wx_cv_type_sa_handler=void
17331
17332fi
17333rm -f conftest*
17334
17335fi
17336
17337echo "$ac_t""$wx_cv_type_sa_handler" 1>&6
17338
17339 ac_ext=c
17340# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17341ac_cpp='$CPP $CPPFLAGS'
17342ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17343ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17344cross_compiling=$ac_cv_prog_cc_cross
17345
17346
17347 cat >> confdefs.h <<EOF
17348#define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
17349EOF
17350
17351 fi
17352fi
17353
17354for ac_func in mkstemp mktemp
17355do
17356echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17357echo "configure:17358: checking for $ac_func" >&5
17358if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17359 echo $ac_n "(cached) $ac_c" 1>&6
17360else
17361 cat > conftest.$ac_ext <<EOF
17362#line 17363 "configure"
17363#include "confdefs.h"
17364/* System header to define __stub macros and hopefully few prototypes,
17365 which can conflict with char $ac_func(); below. */
17366#include <assert.h>
17367/* Override any gcc2 internal prototype to avoid an error. */
17368/* We use char because int might match the return type of a gcc2
17369 builtin and then its argument prototype would still apply. */
17370char $ac_func();
17371
17372int main() {
17373
17374/* The GNU C library defines this for functions which it implements
17375 to always fail with ENOSYS. Some functions are actually named
17376 something starting with __ and the normal name is an alias. */
17377#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17378choke me
17379#else
17380$ac_func();
17381#endif
17382
17383; return 0; }
17384EOF
17385if { (eval echo configure:17386: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17386 rm -rf conftest*
17387 eval "ac_cv_func_$ac_func=yes"
17388else
17389 echo "configure: failed program was:" >&5
17390 cat conftest.$ac_ext >&5
17391 rm -rf conftest*
17392 eval "ac_cv_func_$ac_func=no"
17393fi
17394rm -f conftest*
17395fi
17396
17397if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17398 echo "$ac_t""yes" 1>&6
17399 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17400 cat >> confdefs.h <<EOF
17401#define $ac_tr_func 1
17402EOF
17403 break
17404else
17405 echo "$ac_t""no" 1>&6
17406fi
17407done
17408
17409
17410echo $ac_n "checking for statfs""... $ac_c" 1>&6
17411echo "configure:17412: checking for statfs" >&5
17412if eval "test \"`echo '$''{'wx_cv_func_statfs'+set}'`\" = set"; then
17413 echo $ac_n "(cached) $ac_c" 1>&6
17414else
17415 cat > conftest.$ac_ext <<EOF
17416#line 17417 "configure"
17417#include "confdefs.h"
17418
17419 #if defined(__BSD__)
17420 #include <sys/param.h>
17421 #include <sys/mount.h>
17422 #else
17423 #include <sys/vfs.h>
17424 #endif
17425
17426int main() {
17427
17428 long l;
17429 struct statfs fs;
17430 statfs("/", &fs);
17431 l = fs.f_bsize;
17432 l += fs.f_blocks;
17433 l += fs.f_bavail;
17434
17435; return 0; }
17436EOF
17437if { (eval echo configure:17438: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17438 rm -rf conftest*
17439
17440 wx_cv_func_statfs=yes
17441
17442else
17443 echo "configure: failed program was:" >&5
17444 cat conftest.$ac_ext >&5
17445 rm -rf conftest*
17446
17447 wx_cv_func_statfs=no
17448
17449
17450fi
17451rm -f conftest*
17452
17453fi
17454
17455echo "$ac_t""$wx_cv_func_statfs" 1>&6
17456
17457if test "$wx_cv_func_statfs" = "yes"; then
17458 wx_cv_type_statvfs_t="struct statfs"
17459 cat >> confdefs.h <<\EOF
17460#define HAVE_STATFS 1
17461EOF
17462
17463else
17464 echo $ac_n "checking for statvfs""... $ac_c" 1>&6
17465echo "configure:17466: checking for statvfs" >&5
17466if eval "test \"`echo '$''{'wx_cv_func_statvfs'+set}'`\" = set"; then
17467 echo $ac_n "(cached) $ac_c" 1>&6
17468else
17469 cat > conftest.$ac_ext <<EOF
17470#line 17471 "configure"
17471#include "confdefs.h"
17472
17473 #include <stddef.h>
17474 #include <sys/statvfs.h>
17475
17476int main() {
17477
17478 statvfs("/", NULL);
17479
17480; return 0; }
17481EOF
17482if { (eval echo configure:17483: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17483 rm -rf conftest*
17484 wx_cv_func_statvfs=yes
17485else
17486 echo "configure: failed program was:" >&5
17487 cat conftest.$ac_ext >&5
17488 rm -rf conftest*
17489 wx_cv_func_statvfs=no
17490
17491fi
17492rm -f conftest*
17493
17494fi
17495
17496echo "$ac_t""$wx_cv_func_statvfs" 1>&6
17497
17498 if test "$wx_cv_func_statvfs" = "yes"; then
17499
17500 ac_ext=C
17501# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17502ac_cpp='$CXXCPP $CPPFLAGS'
17503ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17504ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17505cross_compiling=$ac_cv_prog_cxx_cross
17506
17507
17508 echo $ac_n "checking for statvfs argument type""... $ac_c" 1>&6
17509echo "configure:17510: checking for statvfs argument type" >&5
17510if eval "test \"`echo '$''{'wx_cv_type_statvfs_t'+set}'`\" = set"; then
17511 echo $ac_n "(cached) $ac_c" 1>&6
17512else
17513 cat > conftest.$ac_ext <<EOF
17514#line 17515 "configure"
17515#include "confdefs.h"
17516
17517 #include <sys/statvfs.h>
17518
17519int main() {
17520
17521 long l;
17522 statvfs_t fs;
17523 statvfs("/", &fs);
17524 l = fs.f_bsize;
17525 l += fs.f_blocks;
17526 l += fs.f_bavail;
17527
17528; return 0; }
17529EOF
17530if { (eval echo configure:17531: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17531 rm -rf conftest*
17532 wx_cv_type_statvfs_t=statvfs_t
17533else
17534 echo "configure: failed program was:" >&5
17535 cat conftest.$ac_ext >&5
17536 rm -rf conftest*
17537
17538 cat > conftest.$ac_ext <<EOF
17539#line 17540 "configure"
17540#include "confdefs.h"
17541
17542 #include <sys/statvfs.h>
17543
17544int main() {
17545
17546 long l;
17547 statvfs_t fs;
17548 statvfs("/", &fs);
17549 l = fs.f_bsize;
17550 l += fs.f_blocks;
17551 l += fs.f_bavail;
17552
17553; return 0; }
17554EOF
17555if { (eval echo configure:17556: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17556 rm -rf conftest*
17557 wx_cv_type_statvfs_t="struct statvfs"
17558else
17559 echo "configure: failed program was:" >&5
17560 cat conftest.$ac_ext >&5
17561 rm -rf conftest*
17562 wx_cv_type_statvfs_t="unknown"
17563
17564fi
17565rm -f conftest*
17566
17567
17568fi
17569rm -f conftest*
17570
17571fi
17572
17573echo "$ac_t""$wx_cv_type_statvfs_t" 1>&6
17574
17575 ac_ext=c
17576# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17577ac_cpp='$CPP $CPPFLAGS'
17578ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17579ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17580cross_compiling=$ac_cv_prog_cc_cross
17581
17582
17583 if test "$wx_cv_type_statvfs_t" != "unknown"; then
17584 cat >> confdefs.h <<\EOF
17585#define HAVE_STATVFS 1
17586EOF
17587
17588 fi
17589 else
17590 wx_cv_type_statvfs_t="unknown"
17591 fi
17592fi
17593
17594if test "$wx_cv_type_statvfs_t" != "unknown"; then
17595 cat >> confdefs.h <<EOF
17596#define WX_STATFS_T $wx_cv_type_statvfs_t
17597EOF
17598
17599else
17600 echo "configure: warning: wxGetDiskSpace() function won't work without statfs()" 1>&2
17601fi
17602
17603if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
17604 for ac_func in fcntl flock
17605do
17606echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17607echo "configure:17608: checking for $ac_func" >&5
17608if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17609 echo $ac_n "(cached) $ac_c" 1>&6
17610else
17611 cat > conftest.$ac_ext <<EOF
17612#line 17613 "configure"
17613#include "confdefs.h"
17614/* System header to define __stub macros and hopefully few prototypes,
17615 which can conflict with char $ac_func(); below. */
17616#include <assert.h>
17617/* Override any gcc2 internal prototype to avoid an error. */
17618/* We use char because int might match the return type of a gcc2
17619 builtin and then its argument prototype would still apply. */
17620char $ac_func();
17621
17622int main() {
17623
17624/* The GNU C library defines this for functions which it implements
17625 to always fail with ENOSYS. Some functions are actually named
17626 something starting with __ and the normal name is an alias. */
17627#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17628choke me
17629#else
17630$ac_func();
17631#endif
17632
17633; return 0; }
17634EOF
17635if { (eval echo configure:17636: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17636 rm -rf conftest*
17637 eval "ac_cv_func_$ac_func=yes"
17638else
17639 echo "configure: failed program was:" >&5
17640 cat conftest.$ac_ext >&5
17641 rm -rf conftest*
17642 eval "ac_cv_func_$ac_func=no"
17643fi
17644rm -f conftest*
17645fi
17646
17647if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17648 echo "$ac_t""yes" 1>&6
17649 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17650 cat >> confdefs.h <<EOF
17651#define $ac_tr_func 1
17652EOF
17653 break
17654else
17655 echo "$ac_t""no" 1>&6
17656fi
17657done
17658
17659
17660 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
17661 echo "configure: warning: wxSingleInstanceChecker not available" 1>&2
17662 wxUSE_SNGLINST_CHECKER=no
17663 fi
17664fi
17665
17666for ac_func in timegm
17667do
17668echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17669echo "configure:17670: checking for $ac_func" >&5
17670if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17671 echo $ac_n "(cached) $ac_c" 1>&6
17672else
17673 cat > conftest.$ac_ext <<EOF
17674#line 17675 "configure"
17675#include "confdefs.h"
17676/* System header to define __stub macros and hopefully few prototypes,
17677 which can conflict with char $ac_func(); below. */
17678#include <assert.h>
17679/* Override any gcc2 internal prototype to avoid an error. */
17680/* We use char because int might match the return type of a gcc2
17681 builtin and then its argument prototype would still apply. */
17682char $ac_func();
17683
17684int main() {
17685
17686/* The GNU C library defines this for functions which it implements
17687 to always fail with ENOSYS. Some functions are actually named
17688 something starting with __ and the normal name is an alias. */
17689#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17690choke me
17691#else
17692$ac_func();
17693#endif
17694
17695; return 0; }
17696EOF
17697if { (eval echo configure:17698: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17698 rm -rf conftest*
17699 eval "ac_cv_func_$ac_func=yes"
17700else
17701 echo "configure: failed program was:" >&5
17702 cat conftest.$ac_ext >&5
17703 rm -rf conftest*
17704 eval "ac_cv_func_$ac_func=no"
17705fi
17706rm -f conftest*
17707fi
17708
17709if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17710 echo "$ac_t""yes" 1>&6
17711 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17712 cat >> confdefs.h <<EOF
17713#define $ac_tr_func 1
17714EOF
17715
17716else
17717 echo "$ac_t""no" 1>&6
17718fi
17719done
17720
17721
17722for ac_func in putenv setenv
17723do
17724echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17725echo "configure:17726: checking for $ac_func" >&5
17726if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17727 echo $ac_n "(cached) $ac_c" 1>&6
17728else
17729 cat > conftest.$ac_ext <<EOF
17730#line 17731 "configure"
17731#include "confdefs.h"
17732/* System header to define __stub macros and hopefully few prototypes,
17733 which can conflict with char $ac_func(); below. */
17734#include <assert.h>
17735/* Override any gcc2 internal prototype to avoid an error. */
17736/* We use char because int might match the return type of a gcc2
17737 builtin and then its argument prototype would still apply. */
17738char $ac_func();
17739
17740int main() {
17741
17742/* The GNU C library defines this for functions which it implements
17743 to always fail with ENOSYS. Some functions are actually named
17744 something starting with __ and the normal name is an alias. */
17745#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17746choke me
17747#else
17748$ac_func();
17749#endif
17750
17751; return 0; }
17752EOF
17753if { (eval echo configure:17754: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17754 rm -rf conftest*
17755 eval "ac_cv_func_$ac_func=yes"
17756else
17757 echo "configure: failed program was:" >&5
17758 cat conftest.$ac_ext >&5
17759 rm -rf conftest*
17760 eval "ac_cv_func_$ac_func=no"
17761fi
17762rm -f conftest*
17763fi
17764
17765if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17766 echo "$ac_t""yes" 1>&6
17767 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17768 cat >> confdefs.h <<EOF
17769#define $ac_tr_func 1
17770EOF
17771 break
17772else
17773 echo "$ac_t""no" 1>&6
17774fi
17775done
17776
17777
17778HAVE_SOME_SLEEP_FUNC=0
17779if test "$USE_BEOS" = 1; then
17780 cat >> confdefs.h <<\EOF
17781#define HAVE_SLEEP 1
17782EOF
17783
17784 HAVE_SOME_SLEEP_FUNC=1
17785fi
17786
17787if test "$USE_DARWIN" = 1; then
17788 cat >> confdefs.h <<\EOF
17789#define HAVE_USLEEP 1
17790EOF
17791
17792 HAVE_SOME_SLEEP_FUNC=1
17793fi
17794
17795if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
17796 POSIX4_LINK=
17797 for ac_func in nanosleep
17798do
17799echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17800echo "configure:17801: checking for $ac_func" >&5
17801if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17802 echo $ac_n "(cached) $ac_c" 1>&6
17803else
17804 cat > conftest.$ac_ext <<EOF
17805#line 17806 "configure"
17806#include "confdefs.h"
17807/* System header to define __stub macros and hopefully few prototypes,
17808 which can conflict with char $ac_func(); below. */
17809#include <assert.h>
17810/* Override any gcc2 internal prototype to avoid an error. */
17811/* We use char because int might match the return type of a gcc2
17812 builtin and then its argument prototype would still apply. */
17813char $ac_func();
17814
17815int main() {
17816
17817/* The GNU C library defines this for functions which it implements
17818 to always fail with ENOSYS. Some functions are actually named
17819 something starting with __ and the normal name is an alias. */
17820#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17821choke me
17822#else
17823$ac_func();
17824#endif
17825
17826; return 0; }
17827EOF
17828if { (eval echo configure:17829: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17829 rm -rf conftest*
17830 eval "ac_cv_func_$ac_func=yes"
17831else
17832 echo "configure: failed program was:" >&5
17833 cat conftest.$ac_ext >&5
17834 rm -rf conftest*
17835 eval "ac_cv_func_$ac_func=no"
17836fi
17837rm -f conftest*
17838fi
17839
17840if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17841 echo "$ac_t""yes" 1>&6
17842 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17843 cat >> confdefs.h <<EOF
17844#define $ac_tr_func 1
17845EOF
17846 cat >> confdefs.h <<\EOF
17847#define HAVE_NANOSLEEP 1
17848EOF
17849
17850else
17851 echo "$ac_t""no" 1>&6
17852echo $ac_n "checking for nanosleep in -lposix4""... $ac_c" 1>&6
17853echo "configure:17854: checking for nanosleep in -lposix4" >&5
17854ac_lib_var=`echo posix4'_'nanosleep | sed 'y%./+-%__p_%'`
17855if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17856 echo $ac_n "(cached) $ac_c" 1>&6
17857else
17858 ac_save_LIBS="$LIBS"
17859LIBS="-lposix4 $LIBS"
17860cat > conftest.$ac_ext <<EOF
17861#line 17862 "configure"
17862#include "confdefs.h"
17863/* Override any gcc2 internal prototype to avoid an error. */
17864/* We use char because int might match the return type of a gcc2
17865 builtin and then its argument prototype would still apply. */
17866char nanosleep();
17867
17868int main() {
17869nanosleep()
17870; return 0; }
17871EOF
17872if { (eval echo configure:17873: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17873 rm -rf conftest*
17874 eval "ac_cv_lib_$ac_lib_var=yes"
17875else
17876 echo "configure: failed program was:" >&5
17877 cat conftest.$ac_ext >&5
17878 rm -rf conftest*
17879 eval "ac_cv_lib_$ac_lib_var=no"
17880fi
17881rm -f conftest*
17882LIBS="$ac_save_LIBS"
17883
17884fi
17885if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17886 echo "$ac_t""yes" 1>&6
17887
17888 cat >> confdefs.h <<\EOF
17889#define HAVE_NANOSLEEP 1
17890EOF
17891
17892 POSIX4_LINK=" -lposix4"
17893
17894else
17895 echo "$ac_t""no" 1>&6
17896
17897 for ac_func in usleep
17898do
17899echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17900echo "configure:17901: checking for $ac_func" >&5
17901if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17902 echo $ac_n "(cached) $ac_c" 1>&6
17903else
17904 cat > conftest.$ac_ext <<EOF
17905#line 17906 "configure"
17906#include "confdefs.h"
17907/* System header to define __stub macros and hopefully few prototypes,
17908 which can conflict with char $ac_func(); below. */
17909#include <assert.h>
17910/* Override any gcc2 internal prototype to avoid an error. */
17911/* We use char because int might match the return type of a gcc2
17912 builtin and then its argument prototype would still apply. */
17913char $ac_func();
17914
17915int main() {
17916
17917/* The GNU C library defines this for functions which it implements
17918 to always fail with ENOSYS. Some functions are actually named
17919 something starting with __ and the normal name is an alias. */
17920#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17921choke me
17922#else
17923$ac_func();
17924#endif
17925
17926; return 0; }
17927EOF
17928if { (eval echo configure:17929: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17929 rm -rf conftest*
17930 eval "ac_cv_func_$ac_func=yes"
17931else
17932 echo "configure: failed program was:" >&5
17933 cat conftest.$ac_ext >&5
17934 rm -rf conftest*
17935 eval "ac_cv_func_$ac_func=no"
17936fi
17937rm -f conftest*
17938fi
17939
17940if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17941 echo "$ac_t""yes" 1>&6
17942 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17943 cat >> confdefs.h <<EOF
17944#define $ac_tr_func 1
17945EOF
17946 cat >> confdefs.h <<\EOF
17947#define HAVE_USLEEP 1
17948EOF
17949
17950else
17951 echo "$ac_t""no" 1>&6
17952echo "configure: warning: wxSleep() function will not work" 1>&2
17953
17954fi
17955done
17956
17957
17958
17959fi
17960
17961
17962
17963fi
17964done
17965
17966fi
17967
17968for ac_func in uname gethostname
17969do
17970echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17971echo "configure:17972: checking for $ac_func" >&5
17972if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+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 $ac_func(); 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 $ac_func();
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_$ac_func) || defined (__stub___$ac_func)
17992choke me
17993#else
17994$ac_func();
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_$ac_func=yes"
18002else
18003 echo "configure: failed program was:" >&5
18004 cat conftest.$ac_ext >&5
18005 rm -rf conftest*
18006 eval "ac_cv_func_$ac_func=no"
18007fi
18008rm -f conftest*
18009fi
18010
18011if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
18012 echo "$ac_t""yes" 1>&6
18013 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
18014 cat >> confdefs.h <<EOF
18015#define $ac_tr_func 1
18016EOF
18017 break
18018else
18019 echo "$ac_t""no" 1>&6
18020fi
18021done
18022
18023
18024
18025ac_ext=C
18026# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
18027ac_cpp='$CXXCPP $CPPFLAGS'
18028ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
18029ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
18030cross_compiling=$ac_cv_prog_cxx_cross
18031
18032
18033for ac_func in strtok_r
18034do
18035echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
18036echo "configure:18037: checking for $ac_func" >&5
18037if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
18038 echo $ac_n "(cached) $ac_c" 1>&6
18039else
18040 cat > conftest.$ac_ext <<EOF
18041#line 18042 "configure"
18042#include "confdefs.h"
18043/* System header to define __stub macros and hopefully few prototypes,
18044 which can conflict with char $ac_func(); below. */
18045#include <assert.h>
18046/* Override any gcc2 internal prototype to avoid an error. */
18047#ifdef __cplusplus
18048extern "C"
18049#endif
18050/* We use char because int might match the return type of a gcc2
18051 builtin and then its argument prototype would still apply. */
18052char $ac_func();
18053
18054int main() {
18055
18056/* The GNU C library defines this for functions which it implements
18057 to always fail with ENOSYS. Some functions are actually named
18058 something starting with __ and the normal name is an alias. */
18059#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
18060choke me
18061#else
18062$ac_func();
18063#endif
18064
18065; return 0; }
18066EOF
18067if { (eval echo configure:18068: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
18068 rm -rf conftest*
18069 eval "ac_cv_func_$ac_func=yes"
18070else
18071 echo "configure: failed program was:" >&5
18072 cat conftest.$ac_ext >&5
18073 rm -rf conftest*
18074 eval "ac_cv_func_$ac_func=no"
18075fi
18076rm -f conftest*
18077fi
18078
18079if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
18080 echo "$ac_t""yes" 1>&6
18081 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
18082 cat >> confdefs.h <<EOF
18083#define $ac_tr_func 1
18084EOF
18085
18086else
18087 echo "$ac_t""no" 1>&6
18088fi
18089done
18090
18091
18092ac_ext=c
18093# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
18094ac_cpp='$CPP $CPPFLAGS'
18095ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
18096ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
18097cross_compiling=$ac_cv_prog_cc_cross
18098
18099
18100INET_LINK=
18101for ac_func in inet_addr
18102do
18103echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
18104echo "configure:18105: checking for $ac_func" >&5
18105if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
18106 echo $ac_n "(cached) $ac_c" 1>&6
18107else
18108 cat > conftest.$ac_ext <<EOF
18109#line 18110 "configure"
18110#include "confdefs.h"
18111/* System header to define __stub macros and hopefully few prototypes,
18112 which can conflict with char $ac_func(); below. */
18113#include <assert.h>
18114/* Override any gcc2 internal prototype to avoid an error. */
18115/* We use char because int might match the return type of a gcc2
18116 builtin and then its argument prototype would still apply. */
18117char $ac_func();
18118
18119int main() {
18120
18121/* The GNU C library defines this for functions which it implements
18122 to always fail with ENOSYS. Some functions are actually named
18123 something starting with __ and the normal name is an alias. */
18124#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
18125choke me
18126#else
18127$ac_func();
18128#endif
18129
18130; return 0; }
18131EOF
18132if { (eval echo configure:18133: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
18133 rm -rf conftest*
18134 eval "ac_cv_func_$ac_func=yes"
18135else
18136 echo "configure: failed program was:" >&5
18137 cat conftest.$ac_ext >&5
18138 rm -rf conftest*
18139 eval "ac_cv_func_$ac_func=no"
18140fi
18141rm -f conftest*
18142fi
18143
18144if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
18145 echo "$ac_t""yes" 1>&6
18146 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
18147 cat >> confdefs.h <<EOF
18148#define $ac_tr_func 1
18149EOF
18150 cat >> confdefs.h <<\EOF
18151#define HAVE_INET_ADDR 1
18152EOF
18153
18154else
18155 echo "$ac_t""no" 1>&6
18156echo $ac_n "checking for inet_addr in -lnsl""... $ac_c" 1>&6
18157echo "configure:18158: checking for inet_addr in -lnsl" >&5
18158ac_lib_var=`echo nsl'_'inet_addr | sed 'y%./+-%__p_%'`
18159if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
18160 echo $ac_n "(cached) $ac_c" 1>&6
18161else
18162 ac_save_LIBS="$LIBS"
18163LIBS="-lnsl $LIBS"
18164cat > conftest.$ac_ext <<EOF
18165#line 18166 "configure"
18166#include "confdefs.h"
18167/* Override any gcc2 internal prototype to avoid an error. */
18168/* We use char because int might match the return type of a gcc2
18169 builtin and then its argument prototype would still apply. */
18170char inet_addr();
18171
18172int main() {
18173inet_addr()
18174; return 0; }
18175EOF
18176if { (eval echo configure:18177: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
18177 rm -rf conftest*
18178 eval "ac_cv_lib_$ac_lib_var=yes"
18179else
18180 echo "configure: failed program was:" >&5
18181 cat conftest.$ac_ext >&5
18182 rm -rf conftest*
18183 eval "ac_cv_lib_$ac_lib_var=no"
18184fi
18185rm -f conftest*
18186LIBS="$ac_save_LIBS"
18187
18188fi
18189if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
18190 echo "$ac_t""yes" 1>&6
18191 INET_LINK="nsl"
18192else
18193 echo "$ac_t""no" 1>&6
18194echo $ac_n "checking for inet_addr in -lresolv""... $ac_c" 1>&6
18195echo "configure:18196: checking for inet_addr in -lresolv" >&5
18196ac_lib_var=`echo resolv'_'inet_addr | sed 'y%./+-%__p_%'`
18197if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
18198 echo $ac_n "(cached) $ac_c" 1>&6
18199else
18200 ac_save_LIBS="$LIBS"
18201LIBS="-lresolv $LIBS"
18202cat > conftest.$ac_ext <<EOF
18203#line 18204 "configure"
18204#include "confdefs.h"
18205/* Override any gcc2 internal prototype to avoid an error. */
18206/* We use char because int might match the return type of a gcc2
18207 builtin and then its argument prototype would still apply. */
18208char inet_addr();
18209
18210int main() {
18211inet_addr()
18212; return 0; }
18213EOF
18214if { (eval echo configure:18215: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
18215 rm -rf conftest*
18216 eval "ac_cv_lib_$ac_lib_var=yes"
18217else
18218 echo "configure: failed program was:" >&5
18219 cat conftest.$ac_ext >&5
18220 rm -rf conftest*
18221 eval "ac_cv_lib_$ac_lib_var=no"
18222fi
18223rm -f conftest*
18224LIBS="$ac_save_LIBS"
18225
18226fi
18227if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
18228 echo "$ac_t""yes" 1>&6
18229 INET_LINK="resolv"
18230else
18231 echo "$ac_t""no" 1>&6
18232echo $ac_n "checking for inet_addr in -lsocket""... $ac_c" 1>&6
18233echo "configure:18234: checking for inet_addr in -lsocket" >&5
18234ac_lib_var=`echo socket'_'inet_addr | sed 'y%./+-%__p_%'`
18235if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
18236 echo $ac_n "(cached) $ac_c" 1>&6
18237else
18238 ac_save_LIBS="$LIBS"
18239LIBS="-lsocket $LIBS"
18240cat > conftest.$ac_ext <<EOF
18241#line 18242 "configure"
18242#include "confdefs.h"
18243/* Override any gcc2 internal prototype to avoid an error. */
18244/* We use char because int might match the return type of a gcc2
18245 builtin and then its argument prototype would still apply. */
18246char inet_addr();
18247
18248int main() {
18249inet_addr()
18250; return 0; }
18251EOF
18252if { (eval echo configure:18253: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
18253 rm -rf conftest*
18254 eval "ac_cv_lib_$ac_lib_var=yes"
18255else
18256 echo "configure: failed program was:" >&5
18257 cat conftest.$ac_ext >&5
18258 rm -rf conftest*
18259 eval "ac_cv_lib_$ac_lib_var=no"
18260fi
18261rm -f conftest*
18262LIBS="$ac_save_LIBS"
18263
18264fi
18265if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
18266 echo "$ac_t""yes" 1>&6
18267 INET_LINK="socket"
18268
18269else
18270 echo "$ac_t""no" 1>&6
18271fi
18272
18273
18274fi
18275
18276
18277fi
18278
18279
18280
18281fi
18282done
18283
18284
18285for ac_func in inet_aton
18286do
18287echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
18288echo "configure:18289: checking for $ac_func" >&5
18289if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
18290 echo $ac_n "(cached) $ac_c" 1>&6
18291else
18292 cat > conftest.$ac_ext <<EOF
18293#line 18294 "configure"
18294#include "confdefs.h"
18295/* System header to define __stub macros and hopefully few prototypes,
18296 which can conflict with char $ac_func(); below. */
18297#include <assert.h>
18298/* Override any gcc2 internal prototype to avoid an error. */
18299/* We use char because int might match the return type of a gcc2
18300 builtin and then its argument prototype would still apply. */
18301char $ac_func();
18302
18303int main() {
18304
18305/* The GNU C library defines this for functions which it implements
18306 to always fail with ENOSYS. Some functions are actually named
18307 something starting with __ and the normal name is an alias. */
18308#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
18309choke me
18310#else
18311$ac_func();
18312#endif
18313
18314; return 0; }
18315EOF
18316if { (eval echo configure:18317: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
18317 rm -rf conftest*
18318 eval "ac_cv_func_$ac_func=yes"
18319else
18320 echo "configure: failed program was:" >&5
18321 cat conftest.$ac_ext >&5
18322 rm -rf conftest*
18323 eval "ac_cv_func_$ac_func=no"
18324fi
18325rm -f conftest*
18326fi
18327
18328if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
18329 echo "$ac_t""yes" 1>&6
18330 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
18331 cat >> confdefs.h <<EOF
18332#define $ac_tr_func 1
18333EOF
18334 cat >> confdefs.h <<\EOF
18335#define HAVE_INET_ATON 1
18336EOF
18337
18338else
18339 echo "$ac_t""no" 1>&6
18340 echo $ac_n "checking for inet_aton in -l$INET_LINK""... $ac_c" 1>&6
18341echo "configure:18342: checking for inet_aton in -l$INET_LINK" >&5
18342ac_lib_var=`echo $INET_LINK'_'inet_aton | sed 'y%./+-%__p_%'`
18343if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
18344 echo $ac_n "(cached) $ac_c" 1>&6
18345else
18346 ac_save_LIBS="$LIBS"
18347LIBS="-l$INET_LINK $LIBS"
18348cat > conftest.$ac_ext <<EOF
18349#line 18350 "configure"
18350#include "confdefs.h"
18351/* Override any gcc2 internal prototype to avoid an error. */
18352/* We use char because int might match the return type of a gcc2
18353 builtin and then its argument prototype would still apply. */
18354char inet_aton();
18355
18356int main() {
18357inet_aton()
18358; return 0; }
18359EOF
18360if { (eval echo configure:18361: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
18361 rm -rf conftest*
18362 eval "ac_cv_lib_$ac_lib_var=yes"
18363else
18364 echo "configure: failed program was:" >&5
18365 cat conftest.$ac_ext >&5
18366 rm -rf conftest*
18367 eval "ac_cv_lib_$ac_lib_var=no"
18368fi
18369rm -f conftest*
18370LIBS="$ac_save_LIBS"
18371
18372fi
18373if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
18374 echo "$ac_t""yes" 1>&6
18375 cat >> confdefs.h <<\EOF
18376#define HAVE_INET_ATON 1
18377EOF
18378
18379else
18380 echo "$ac_t""no" 1>&6
18381fi
18382
18383
18384fi
18385done
18386
18387
18388if test "x$INET_LINK" != "x"; then
18389 cat >> confdefs.h <<\EOF
18390#define HAVE_INET_ADDR 1
18391EOF
18392
18393 INET_LINK=" -l$INET_LINK"
18394fi
18395
18396fi
18397
18398
18399cat > confcache <<\EOF
18400# This file is a shell script that caches the results of configure
18401# tests run on this system so they can be shared between configure
18402# scripts and configure runs. It is not useful on other systems.
18403# If it contains results you don't want to keep, you may remove or edit it.
18404#
18405# By default, configure uses ./config.cache as the cache file,
18406# creating it if it does not exist already. You can give configure
18407# the --cache-file=FILE option to use a different cache file; that is
18408# what configure does when it calls configure scripts in
18409# subdirectories, so they share the cache.
18410# Giving --cache-file=/dev/null disables caching, for debugging configure.
18411# config.status only pays attention to the cache file if you give it the
18412# --recheck option to rerun configure.
18413#
18414EOF
18415# The following way of writing the cache mishandles newlines in values,
18416# but we know of no workaround that is simple, portable, and efficient.
18417# So, don't put newlines in cache variables' values.
18418# Ultrix sh set writes to stderr and can't be redirected directly,
18419# and sets the high bit in the cache file unless we assign to the vars.
18420(set) 2>&1 |
18421 case `(ac_space=' '; set | grep ac_space) 2>&1` in
18422 *ac_space=\ *)
18423 # `set' does not quote correctly, so add quotes (double-quote substitution
18424 # turns \\\\ into \\, and sed turns \\ into \).
18425 sed -n \
18426 -e "s/'/'\\\\''/g" \
18427 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
18428 ;;
18429 *)
18430 # `set' quotes correctly as required by POSIX, so do not add quotes.
18431 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
18432 ;;
18433 esac >> confcache
18434if cmp -s $cache_file confcache; then
18435 :
18436else
18437 if test -w $cache_file; then
18438 echo "updating cache $cache_file"
18439 cat confcache > $cache_file
18440 else
18441 echo "not updating unwritable cache $cache_file"
18442 fi
18443fi
18444rm -f confcache
18445
18446
18447
18448CPP_MT_FLAG=
18449if test "$TOOLKIT" != "MSW"; then
18450
18451
18452 THREADS_LINK=
18453 THREADS_CFLAGS=
18454
18455 if test "$wxUSE_THREADS" = "yes" ; then
18456 if test "$wxUSE_WINE" = 1 ; then
18457 echo "configure: warning: Threads are not supported under WINE... disabled" 1>&2
18458 wxUSE_THREADS="no"
18459 elif test "$USE_BEOS" = 1; then
18460 echo "configure: warning: BeOS threads are not yet supported... disabled" 1>&2
18461 wxUSE_THREADS="no"
18462 fi
18463 fi
18464
18465 if test "$wxUSE_THREADS" = "yes" ; then
18466
18467
18468 THREAD_OPTS="-pthread"
18469 case "${host}" in
18470 *-*-solaris2* | *-*-sunos4* )
18471 if test "x$GCC" = "xyes"; then
18472 THREAD_OPTS="-pthreads $THREAD_OPTS"
18473 else
18474 THREAD_OPTS="-mt $THREAD_OPTS"
18475 fi
18476 ;;
18477 *-*-freebsd*)
18478 THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r"
18479 ;;
18480 *-*-darwin* | *-*-cygwin* )
18481 THREAD_OPTS=""
18482 ;;
18483 *-*-aix*)
18484 THREAD_OPTS="pthreads"
18485 ;;
18486 esac
18487
18488 THREAD_OPTS="$THREAD_OPTS pthread none"
18489
18490 THREADS_OK=no
18491 for flag in $THREAD_OPTS; do
18492 case $flag in
18493 none)
18494 echo $ac_n "checking whether pthreads work without any flags""... $ac_c" 1>&6
18495echo "configure:18496: checking whether pthreads work without any flags" >&5
18496 ;;
18497
18498 -*)
18499 echo $ac_n "checking whether pthreads work with $flag""... $ac_c" 1>&6
18500echo "configure:18501: checking whether pthreads work with $flag" >&5
18501 THREADS_CFLAGS="$flag"
18502 ;;
18503
18504 *)
18505 echo $ac_n "checking for the pthreads library -l$flag""... $ac_c" 1>&6
18506echo "configure:18507: checking for the pthreads library -l$flag" >&5
18507 THREADS_LINK="-l$flag"
18508 ;;
18509 esac
18510
18511 save_LIBS="$LIBS"
18512 save_CFLAGS="$CFLAGS"
18513 LIBS="$THREADS_LINK $LIBS"
18514 CFLAGS="$THREADS_CFLAGS $CFLAGS"
18515
18516 cat > conftest.$ac_ext <<EOF
18517#line 18518 "configure"
18518#include "confdefs.h"
18519#include <pthread.h>
18520int main() {
18521pthread_create(0,0,0,0);
18522; return 0; }
18523EOF
18524if { (eval echo configure:18525: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
18525 rm -rf conftest*
18526 THREADS_OK=yes
18527else
18528 echo "configure: failed program was:" >&5
18529 cat conftest.$ac_ext >&5
18530fi
18531rm -f conftest*
18532
18533 LIBS="$save_LIBS"
18534 CFLAGS="$save_CFLAGS"
18535
18536 echo "$ac_t""$THREADS_OK" 1>&6
18537 if test "x$THREADS_OK" = "xyes"; then
18538 break;
18539 fi
18540
18541 THREADS_LINK=""
18542 THREADS_CFLAGS=""
18543 done
18544
18545 if test "x$THREADS_OK" != "xyes"; then
18546 wxUSE_THREADS=no
18547 echo "configure: warning: No thread support on this system... disabled" 1>&2
18548 else
18549 LDFLAGS="$THREADS_CFLAGS $LDFLAGS"
18550 LIBS="$THREADS_LINK $LIBS"
18551
18552 echo $ac_n "checking if more special flags are required for pthreads""... $ac_c" 1>&6
18553echo "configure:18554: checking if more special flags are required for pthreads" >&5
18554 flag=no
18555 case "${host}" in
18556 *-aix*)
18557 LDFLAGS="-L/usr/lib/threads $LDFLAGS"
18558 flag="-D_THREAD_SAFE"
18559 ;;
18560 *-freebsd*)
18561 flag="-D_THREAD_SAFE"
18562 ;;
18563 *-hp-hpux* )
18564 flag="-D_REENTRANT"
18565 ;;
18566 *solaris* | alpha*-osf*)
18567 flag="-D_REENTRANT"
18568 ;;
18569 esac
18570 echo "$ac_t""${flag}" 1>&6
18571 if test "x$flag" != xno; then
18572 THREADS_CFLAGS="$THREADS_CFLAGS $flag"
18573 fi
18574
18575 if test "x$THREADS_CFLAGS" != "x"; then
18576 CFLAGS="$CFLAGS $THREADS_CFLAGS"
18577 CXXFLAGS="$CXXFLAGS $THREADS_CFLAGS"
18578 fi
18579 fi
18580 fi
18581
18582 if test "$wxUSE_THREADS" = "yes" ; then
18583 for ac_func in thr_setconcurrency
18584do
18585echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
18586echo "configure:18587: checking for $ac_func" >&5
18587if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
18588 echo $ac_n "(cached) $ac_c" 1>&6
18589else
18590 cat > conftest.$ac_ext <<EOF
18591#line 18592 "configure"
18592#include "confdefs.h"
18593/* System header to define __stub macros and hopefully few prototypes,
18594 which can conflict with char $ac_func(); below. */
18595#include <assert.h>
18596/* Override any gcc2 internal prototype to avoid an error. */
18597/* We use char because int might match the return type of a gcc2
18598 builtin and then its argument prototype would still apply. */
18599char $ac_func();
18600
18601int main() {
18602
18603/* The GNU C library defines this for functions which it implements
18604 to always fail with ENOSYS. Some functions are actually named
18605 something starting with __ and the normal name is an alias. */
18606#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
18607choke me
18608#else
18609$ac_func();
18610#endif
18611
18612; return 0; }
18613EOF
18614if { (eval echo configure:18615: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
18615 rm -rf conftest*
18616 eval "ac_cv_func_$ac_func=yes"
18617else
18618 echo "configure: failed program was:" >&5
18619 cat conftest.$ac_ext >&5
18620 rm -rf conftest*
18621 eval "ac_cv_func_$ac_func=no"
18622fi
18623rm -f conftest*
18624fi
18625
18626if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
18627 echo "$ac_t""yes" 1>&6
18628 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
18629 cat >> confdefs.h <<EOF
18630#define $ac_tr_func 1
18631EOF
18632
18633else
18634 echo "$ac_t""no" 1>&6
18635fi
18636done
18637
18638
18639 for ac_hdr in sched.h
18640do
18641ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
18642echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
18643echo "configure:18644: checking for $ac_hdr" >&5
18644if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
18645 echo $ac_n "(cached) $ac_c" 1>&6
18646else
18647 cat > conftest.$ac_ext <<EOF
18648#line 18649 "configure"
18649#include "confdefs.h"
18650#include <$ac_hdr>
18651EOF
18652ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
18653{ (eval echo configure:18654: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
18654ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
18655if test -z "$ac_err"; then
18656 rm -rf conftest*
18657 eval "ac_cv_header_$ac_safe=yes"
18658else
18659 echo "$ac_err" >&5
18660 echo "configure: failed program was:" >&5
18661 cat conftest.$ac_ext >&5
18662 rm -rf conftest*
18663 eval "ac_cv_header_$ac_safe=no"
18664fi
18665rm -f conftest*
18666fi
18667if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
18668 echo "$ac_t""yes" 1>&6
18669 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
18670 cat >> confdefs.h <<EOF
18671#define $ac_tr_hdr 1
18672EOF
18673
18674else
18675 echo "$ac_t""no" 1>&6
18676fi
18677done
18678
18679 if test "$ac_cv_header_sched_h" = "yes"; then
18680 echo $ac_n "checking for sched_yield""... $ac_c" 1>&6
18681echo "configure:18682: checking for sched_yield" >&5
18682if eval "test \"`echo '$''{'ac_cv_func_sched_yield'+set}'`\" = set"; then
18683 echo $ac_n "(cached) $ac_c" 1>&6
18684else
18685 cat > conftest.$ac_ext <<EOF
18686#line 18687 "configure"
18687#include "confdefs.h"
18688/* System header to define __stub macros and hopefully few prototypes,
18689 which can conflict with char sched_yield(); below. */
18690#include <assert.h>
18691/* Override any gcc2 internal prototype to avoid an error. */
18692/* We use char because int might match the return type of a gcc2
18693 builtin and then its argument prototype would still apply. */
18694char sched_yield();
18695
18696int main() {
18697
18698/* The GNU C library defines this for functions which it implements
18699 to always fail with ENOSYS. Some functions are actually named
18700 something starting with __ and the normal name is an alias. */
18701#if defined (__stub_sched_yield) || defined (__stub___sched_yield)
18702choke me
18703#else
18704sched_yield();
18705#endif
18706
18707; return 0; }
18708EOF
18709if { (eval echo configure:18710: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
18710 rm -rf conftest*
18711 eval "ac_cv_func_sched_yield=yes"
18712else
18713 echo "configure: failed program was:" >&5
18714 cat conftest.$ac_ext >&5
18715 rm -rf conftest*
18716 eval "ac_cv_func_sched_yield=no"
18717fi
18718rm -f conftest*
18719fi
18720
18721if eval "test \"`echo '$ac_cv_func_'sched_yield`\" = yes"; then
18722 echo "$ac_t""yes" 1>&6
18723 cat >> confdefs.h <<\EOF
18724#define HAVE_SCHED_YIELD 1
18725EOF
18726
18727else
18728 echo "$ac_t""no" 1>&6
18729
18730 echo $ac_n "checking for sched_yield in -lposix4""... $ac_c" 1>&6
18731echo "configure:18732: checking for sched_yield in -lposix4" >&5
18732ac_lib_var=`echo posix4'_'sched_yield | sed 'y%./+-%__p_%'`
18733if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
18734 echo $ac_n "(cached) $ac_c" 1>&6
18735else
18736 ac_save_LIBS="$LIBS"
18737LIBS="-lposix4 $LIBS"
18738cat > conftest.$ac_ext <<EOF
18739#line 18740 "configure"
18740#include "confdefs.h"
18741/* Override any gcc2 internal prototype to avoid an error. */
18742/* We use char because int might match the return type of a gcc2
18743 builtin and then its argument prototype would still apply. */
18744char sched_yield();
18745
18746int main() {
18747sched_yield()
18748; return 0; }
18749EOF
18750if { (eval echo configure:18751: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
18751 rm -rf conftest*
18752 eval "ac_cv_lib_$ac_lib_var=yes"
18753else
18754 echo "configure: failed program was:" >&5
18755 cat conftest.$ac_ext >&5
18756 rm -rf conftest*
18757 eval "ac_cv_lib_$ac_lib_var=no"
18758fi
18759rm -f conftest*
18760LIBS="$ac_save_LIBS"
18761
18762fi
18763if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
18764 echo "$ac_t""yes" 1>&6
18765 cat >> confdefs.h <<\EOF
18766#define HAVE_SCHED_YIELD 1
18767EOF
18768 POSIX4_LINK=" -lposix4"
18769else
18770 echo "$ac_t""no" 1>&6
18771echo "configure: warning: wxThread::Yield will not work properly" 1>&2
18772
18773fi
18774
18775
18776
18777fi
18778
18779 fi
18780
18781 HAVE_PRIOR_FUNCS=0
18782 echo $ac_n "checking for pthread_attr_getschedpolicy""... $ac_c" 1>&6
18783echo "configure:18784: checking for pthread_attr_getschedpolicy" >&5
18784if eval "test \"`echo '$''{'ac_cv_func_pthread_attr_getschedpolicy'+set}'`\" = set"; then
18785 echo $ac_n "(cached) $ac_c" 1>&6
18786else
18787 cat > conftest.$ac_ext <<EOF
18788#line 18789 "configure"
18789#include "confdefs.h"
18790/* System header to define __stub macros and hopefully few prototypes,
18791 which can conflict with char pthread_attr_getschedpolicy(); below. */
18792#include <assert.h>
18793/* Override any gcc2 internal prototype to avoid an error. */
18794/* We use char because int might match the return type of a gcc2
18795 builtin and then its argument prototype would still apply. */
18796char pthread_attr_getschedpolicy();
18797
18798int main() {
18799
18800/* The GNU C library defines this for functions which it implements
18801 to always fail with ENOSYS. Some functions are actually named
18802 something starting with __ and the normal name is an alias. */
18803#if defined (__stub_pthread_attr_getschedpolicy) || defined (__stub___pthread_attr_getschedpolicy)
18804choke me
18805#else
18806pthread_attr_getschedpolicy();
18807#endif
18808
18809; return 0; }
18810EOF
18811if { (eval echo configure:18812: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
18812 rm -rf conftest*
18813 eval "ac_cv_func_pthread_attr_getschedpolicy=yes"
18814else
18815 echo "configure: failed program was:" >&5
18816 cat conftest.$ac_ext >&5
18817 rm -rf conftest*
18818 eval "ac_cv_func_pthread_attr_getschedpolicy=no"
18819fi
18820rm -f conftest*
18821fi
18822
18823if eval "test \"`echo '$ac_cv_func_'pthread_attr_getschedpolicy`\" = yes"; then
18824 echo "$ac_t""yes" 1>&6
18825 echo $ac_n "checking for pthread_attr_setschedparam""... $ac_c" 1>&6
18826echo "configure:18827: checking for pthread_attr_setschedparam" >&5
18827if eval "test \"`echo '$''{'ac_cv_func_pthread_attr_setschedparam'+set}'`\" = set"; then
18828 echo $ac_n "(cached) $ac_c" 1>&6
18829else
18830 cat > conftest.$ac_ext <<EOF
18831#line 18832 "configure"
18832#include "confdefs.h"
18833/* System header to define __stub macros and hopefully few prototypes,
18834 which can conflict with char pthread_attr_setschedparam(); below. */
18835#include <assert.h>
18836/* Override any gcc2 internal prototype to avoid an error. */
18837/* We use char because int might match the return type of a gcc2
18838 builtin and then its argument prototype would still apply. */
18839char pthread_attr_setschedparam();
18840
18841int main() {
18842
18843/* The GNU C library defines this for functions which it implements
18844 to always fail with ENOSYS. Some functions are actually named
18845 something starting with __ and the normal name is an alias. */
18846#if defined (__stub_pthread_attr_setschedparam) || defined (__stub___pthread_attr_setschedparam)
18847choke me
18848#else
18849pthread_attr_setschedparam();
18850#endif
18851
18852; return 0; }
18853EOF
18854if { (eval echo configure:18855: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
18855 rm -rf conftest*
18856 eval "ac_cv_func_pthread_attr_setschedparam=yes"
18857else
18858 echo "configure: failed program was:" >&5
18859 cat conftest.$ac_ext >&5
18860 rm -rf conftest*
18861 eval "ac_cv_func_pthread_attr_setschedparam=no"
18862fi
18863rm -f conftest*
18864fi
18865
18866if eval "test \"`echo '$ac_cv_func_'pthread_attr_setschedparam`\" = yes"; then
18867 echo "$ac_t""yes" 1>&6
18868 echo $ac_n "checking for sched_get_priority_max""... $ac_c" 1>&6
18869echo "configure:18870: checking for sched_get_priority_max" >&5
18870if eval "test \"`echo '$''{'ac_cv_func_sched_get_priority_max'+set}'`\" = set"; then
18871 echo $ac_n "(cached) $ac_c" 1>&6
18872else
18873 cat > conftest.$ac_ext <<EOF
18874#line 18875 "configure"
18875#include "confdefs.h"
18876/* System header to define __stub macros and hopefully few prototypes
18877else
18878 echo "$ac_t""no" 1>&6
18879which can conflict with char sched_get_priority_max(); below. */
18880#include <assert.h>
18881/* Override any gcc2 internal prototype to avoid an error. */
18882/* We use char because int might match the return type of a gcc2
18883 builtin and then its argument prototype would still apply. */
18884char sched_get_priority_max();
18885
18886int main() {
18887
18888/* The GNU C library defines this for functions which it implements
18889 to always fail with ENOSYS. Some functions are actually named
18890 something starting with __ and the normal name is an alias. */
18891#if defined (__stub_sched_get_priority_max) || defined (__stub___sched_get_priority_max)
18892choke me
18893#else
18894sched_get_priority_max();
18895#endif
18896
18897; return 0; }
18898EOF
18899if { (eval echo configure:18900: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
18900 rm -rf conftest*
18901 eval "ac_cv_func_sched_get_priority_max=yes"
18902else
18903 echo "configure: failed program was:" >&5
18904 cat conftest.$ac_ext >&5
18905 rm -rf conftest*
18906 eval "ac_cv_func_sched_get_priority_max=no"
18907fi
18908rm -f conftest*
18909fi
18910
18911if eval "test \"`echo '$ac_cv_func_'sched_get_priority_max`\" = yes"; then
18912 echo "$ac_t""yes" 1>&6
18913 HAVE_PRIOR_FUNCS=1
18914else
18915 echo "$ac_t""no" 1>&6
18916echo $ac_n "checking for sched_get_priority_max in -lposix4""... $ac_c" 1>&6
18917echo "configure:18918: checking for sched_get_priority_max in -lposix4" >&5
18918ac_lib_var=`echo posix4'_'sched_get_priority_max | sed 'y%./+-%__p_%'`
18919if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
18920 echo $ac_n "(cached) $ac_c" 1>&6
18921else
18922 ac_save_LIBS="$LIBS"
18923LIBS="-lposix4 $LIBS"
18924cat > conftest.$ac_ext <<EOF
18925#line 18926 "configure"
18926#include "confdefs.h"
18927/* Override any gcc2 internal prototype to avoid an error. */
18928/* We use char because int might match the return type of a gcc2
18929 builtin and then its argument prototype would still apply. */
18930char sched_get_priority_max();
18931
18932int main() {
18933sched_get_priority_max()
18934; return 0; }
18935EOF
18936if { (eval echo configure:18937: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
18937 rm -rf conftest*
18938 eval "ac_cv_lib_$ac_lib_var=yes"
18939else
18940 echo "configure: failed program was:" >&5
18941 cat conftest.$ac_ext >&5
18942 rm -rf conftest*
18943 eval "ac_cv_lib_$ac_lib_var=no"
18944fi
18945rm -f conftest*
18946LIBS="$ac_save_LIBS"
18947
18948fi
18949if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
18950 echo "$ac_t""yes" 1>&6
18951
18952 HAVE_PRIOR_FUNCS=1
18953 POSIX4_LINK=" -lposix4"
18954
18955else
18956 echo "$ac_t""no" 1>&6
18957fi
18958
18959
18960fi
18961
18962
18963else
18964 echo "$ac_t""no" 1>&6
18965fi
18966
18967
18968fi
18969
18970
18971 if test "$HAVE_PRIOR_FUNCS" = 1; then
18972 cat >> confdefs.h <<\EOF
18973#define HAVE_THREAD_PRIORITY_FUNCTIONS 1
18974EOF
18975
18976 else
18977 echo "configure: warning: Setting thread priority will not work" 1>&2
18978 fi
18979
18980 echo $ac_n "checking for pthread_cancel""... $ac_c" 1>&6
18981echo "configure:18982: checking for pthread_cancel" >&5
18982if eval "test \"`echo '$''{'ac_cv_func_pthread_cancel'+set}'`\" = set"; then
18983 echo $ac_n "(cached) $ac_c" 1>&6
18984else
18985 cat > conftest.$ac_ext <<EOF
18986#line 18987 "configure"
18987#include "confdefs.h"
18988/* System header to define __stub macros and hopefully few prototypes,
18989 which can conflict with char pthread_cancel(); below. */
18990#include <assert.h>
18991/* Override any gcc2 internal prototype to avoid an error. */
18992/* We use char because int might match the return type of a gcc2
18993 builtin and then its argument prototype would still apply. */
18994char pthread_cancel();
18995
18996int main() {
18997
18998/* The GNU C library defines this for functions which it implements
18999 to always fail with ENOSYS. Some functions are actually named
19000 something starting with __ and the normal name is an alias. */
19001#if defined (__stub_pthread_cancel) || defined (__stub___pthread_cancel)
19002choke me
19003#else
19004pthread_cancel();
19005#endif
19006
19007; return 0; }
19008EOF
19009if { (eval echo configure:19010: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
19010 rm -rf conftest*
19011 eval "ac_cv_func_pthread_cancel=yes"
19012else
19013 echo "configure: failed program was:" >&5
19014 cat conftest.$ac_ext >&5
19015 rm -rf conftest*
19016 eval "ac_cv_func_pthread_cancel=no"
19017fi
19018rm -f conftest*
19019fi
19020
19021if eval "test \"`echo '$ac_cv_func_'pthread_cancel`\" = yes"; then
19022 echo "$ac_t""yes" 1>&6
19023 cat >> confdefs.h <<\EOF
19024#define HAVE_PTHREAD_CANCEL 1
19025EOF
19026
19027else
19028 echo "$ac_t""no" 1>&6
19029echo "configure: warning: wxThread::Kill() will not work properly" 1>&2
19030fi
19031
19032
19033 echo $ac_n "checking for pthread_cleanup_push/pop""... $ac_c" 1>&6
19034echo "configure:19035: checking for pthread_cleanup_push/pop" >&5
19035if eval "test \"`echo '$''{'wx_cv_func_pthread_cleanup_push'+set}'`\" = set"; then
19036 echo $ac_n "(cached) $ac_c" 1>&6
19037else
19038
19039 cat > conftest.$ac_ext <<EOF
19040#line 19041 "configure"
19041#include "confdefs.h"
19042#include <pthread.h>
19043int main() {
19044
19045 pthread_cleanup_push(NULL, NULL);
19046 pthread_cleanup_pop(0);
19047
19048; return 0; }
19049EOF
19050if { (eval echo configure:19051: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
19051 rm -rf conftest*
19052
19053 wx_cv_func_pthread_cleanup_push=yes
19054
19055else
19056 echo "configure: failed program was:" >&5
19057 cat conftest.$ac_ext >&5
19058 rm -rf conftest*
19059
19060 wx_cv_func_pthread_cleanup_push=no
19061
19062fi
19063rm -f conftest*
19064
19065fi
19066
19067echo "$ac_t""$wx_cv_func_pthread_cleanup_push" 1>&6
19068
19069 if test "$wx_cv_func_pthread_cleanup_push" = "yes"; then
19070 cat >> confdefs.h <<\EOF
19071#define HAVE_THREAD_CLEANUP_FUNCTIONS 1
19072EOF
19073
19074 fi
19075
19076
19077 echo $ac_n "checking for pthread_mutexattr_t""... $ac_c" 1>&6
19078echo "configure:19079: checking for pthread_mutexattr_t" >&5
19079if eval "test \"`echo '$''{'wx_cv_type_pthread_mutexattr_t'+set}'`\" = set"; then
19080 echo $ac_n "(cached) $ac_c" 1>&6
19081else
19082
19083 cat > conftest.$ac_ext <<EOF
19084#line 19085 "configure"
19085#include "confdefs.h"
19086#include <pthread.h>
19087int main() {
19088
19089 pthread_mutexattr_t attr;
19090 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
19091
19092; return 0; }
19093EOF
19094if { (eval echo configure:19095: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
19095 rm -rf conftest*
19096
19097 wx_cv_type_pthread_mutexattr_t=yes
19098
19099else
19100 echo "configure: failed program was:" >&5
19101 cat conftest.$ac_ext >&5
19102 rm -rf conftest*
19103
19104 wx_cv_type_pthread_mutexattr_t=no
19105
19106
19107fi
19108rm -f conftest*
19109
19110fi
19111
19112echo "$ac_t""$wx_cv_type_pthread_mutexattr_t" 1>&6
19113
19114 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
19115 cat >> confdefs.h <<\EOF
19116#define HAVE_PTHREAD_MUTEXATTR_T 1
19117EOF
19118
19119 else
19120 echo $ac_n "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER""... $ac_c" 1>&6
19121echo "configure:19122: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
19122if eval "test \"`echo '$''{'wx_cv_type_pthread_rec_mutex_init'+set}'`\" = set"; then
19123 echo $ac_n "(cached) $ac_c" 1>&6
19124else
19125
19126 cat > conftest.$ac_ext <<EOF
19127#line 19128 "configure"
19128#include "confdefs.h"
19129#include <pthread.h>
19130int main() {
19131
19132 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
19133
19134; return 0; }
19135EOF
19136if { (eval echo configure:19137: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
19137 rm -rf conftest*
19138
19139 wx_cv_type_pthread_rec_mutex_init=yes
19140
19141else
19142 echo "configure: failed program was:" >&5
19143 cat conftest.$ac_ext >&5
19144 rm -rf conftest*
19145
19146 wx_cv_type_pthread_rec_mutex_init=no
19147
19148
19149fi
19150rm -f conftest*
19151
19152fi
19153
19154echo "$ac_t""$wx_cv_type_pthread_rec_mutex_init" 1>&6
19155 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
19156 cat >> confdefs.h <<\EOF
19157#define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
19158EOF
19159
19160 else
19161 echo "configure: warning: wxMutex won't be recursive on this platform" 1>&2
19162 fi
19163 fi
19164 fi
19165
19166else
19167 if test "$wxUSE_THREADS" = "yes" ; then
19168 case "${host}" in
19169 *-*-mingw32* )
19170 echo $ac_n "checking if compiler supports -mthreads""... $ac_c" 1>&6
19171echo "configure:19172: checking if compiler supports -mthreads" >&5
19172if eval "test \"`echo '$''{'wx_cv_cflags_mthread'+set}'`\" = set"; then
19173 echo $ac_n "(cached) $ac_c" 1>&6
19174else
19175
19176 CFLAGS_OLD="$CFLAGS"
19177 CFLAGS="$CFLAGS -mthreads"
19178 cat > conftest.$ac_ext <<EOF
19179#line 19180 "configure"
19180#include "confdefs.h"
19181
19182int main() {
19183
19184; return 0; }
19185EOF
19186if { (eval echo configure:19187: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
19187 rm -rf conftest*
19188 wx_cv_cflags_mthread=yes
19189else
19190 echo "configure: failed program was:" >&5
19191 cat conftest.$ac_ext >&5
19192 rm -rf conftest*
19193 wx_cv_cflags_mthread=no
19194
19195fi
19196rm -f conftest*
19197
19198
19199fi
19200
19201echo "$ac_t""$wx_cv_cflags_mthread" 1>&6
19202
19203 if test "$wx_cv_cflags_mthread" = "yes"; then
19204 CXXFLAGS="$CXXFLAGS -mthreads"
19205 TOOLCHAIN_DEFS="$TOOLCHAIN_DEFS -mthreads"
19206 LDFLAGS="$LDFLAGS -mthreads"
19207 else
19208 CFLAGS="$CFLAGS_OLD"
19209 fi
19210 ;;
19211 esac
19212 fi
19213fi
19214
19215if test "$wxUSE_THREADS" = "yes"; then
19216 cat >> confdefs.h <<\EOF
19217#define wxUSE_THREADS 1
19218EOF
19219
19220
19221 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
19222else
19223 if test "$ac_cv_func_strtok_r" = "yes"; then
19224 echo $ac_n "checking if -D_REENTRANT is needed""... $ac_c" 1>&6
19225echo "configure:19226: checking if -D_REENTRANT is needed" >&5
19226 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
19227 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D_REENTRANT"
19228 echo "$ac_t""yes" 1>&6
19229 else
19230 echo "$ac_t""no" 1>&6
19231 fi
19232 fi
19233fi
19234
19235if test "$WXGTK20" = 1 ; then
19236 cat >> confdefs.h <<EOF
19237#define __WXGTK20__ $WXGTK20
19238EOF
19239
19240 WXGTK12=1
19241fi
19242
19243if test "$WXGTK12" = 1 ; then
19244 cat >> confdefs.h <<EOF
19245#define __WXGTK12__ $WXGTK12
19246EOF
19247
19248fi
19249
19250if test "$WXGTK127" = 1 ; then
19251 cat >> confdefs.h <<EOF
19252#define __WXGTK127__ $WXGTK127
19253EOF
19254
19255fi
19256
19257WXDEBUG=
19258
19259if test "$wxUSE_DEBUG_INFO" = "yes" ; then
19260 WXDEBUG="-g"
19261 wxUSE_OPTIMISE=no
19262fi
19263
19264if test "$wxUSE_DEBUG_GDB" = "yes" ; then
19265 wxUSE_DEBUG_INFO=yes
19266 WXDEBUG="-ggdb"
19267fi
19268
19269if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
19270 cat >> confdefs.h <<\EOF
19271#define WXDEBUG 1
19272EOF
19273
19274 WXDEBUG_DEFINE="-D__WXDEBUG__"
19275else
19276 if test "$wxUSE_GTK" = 1 ; then
19277 WXDEBUG_DEFINE="-DGTK_NO_CHECK_CASTS"
19278 fi
19279fi
19280
19281if test "$wxUSE_MEM_TRACING" = "yes" ; then
19282 cat >> confdefs.h <<\EOF
19283#define wxUSE_MEMORY_TRACING 1
19284EOF
19285
19286 cat >> confdefs.h <<\EOF
19287#define wxUSE_GLOBAL_MEMORY_OPERATORS 1
19288EOF
19289
19290 cat >> confdefs.h <<\EOF
19291#define wxUSE_DEBUG_NEW_ALWAYS 1
19292EOF
19293
19294 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
19295fi
19296
19297if test "$wxUSE_DMALLOC" = "yes" ; then
19298 DMALLOC_LIBS="-ldmalloc"
19299fi
19300
19301PROFILE=
19302if test "$wxUSE_PROFILE" = "yes" ; then
19303 PROFILE=" -pg"
19304fi
19305
19306CODE_GEN_FLAGS=
19307CODE_GEN_FLAGS_CXX=
19308if test "$GCC" = "yes" ; then
19309 if test "$wxUSE_NO_RTTI" = "yes" ; then
19310 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-rtti"
19311 fi
19312 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
19313 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-exceptions"
19314 fi
19315 if test "$wxUSE_PERMISSIVE" = "yes" ; then
19316 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive"
19317 fi
19318 if test "$USE_WIN32" = 1 ; then
19319 # I'm not even really sure what this was ever added to solve,
19320 # but someone added it for mingw native builds, so I guess
19321 # they had a reason, right??
19322 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fno-pcc-struct-return"
19323 fi
19324
19325 case "${host}" in
19326 powerpc*-*-aix* )
19327 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -mminimal-toc"
19328 ;;
19329 *-hppa* )
19330 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -ffunction-sections"
19331 ;;
19332 esac
19333fi
19334
19335if test "$wxUSE_OPTIMISE" = "no" ; then
19336 OPTIMISE=
19337else
19338 if test "$GCC" = yes ; then
19339 OPTIMISE="-O2"
19340 case "${host}" in
19341 i586-*-*|i686-*-* )
19342 OPTIMISE="${OPTIMISE} "
19343 ;;
19344 esac
19345 else
19346 OPTIMISE="-O"
19347 fi
19348fi
19349
19350if test "$WXWIN_COMPATIBILITY_2" = "yes"; then
19351 cat >> confdefs.h <<\EOF
19352#define WXWIN_COMPATIBILITY_2 1
19353EOF
19354
19355
19356 WXWIN_COMPATIBILITY_2_2="yes"
19357fi
19358
19359if test "x$WXWIN_COMPATIBILITY_2_2" != "xno"; then
19360 cat >> confdefs.h <<\EOF
19361#define WXWIN_COMPATIBILITY_2_2 1
19362EOF
19363
19364fi
19365
19366
19367if test "$wxUSE_GUI" = "yes"; then
19368 cat >> confdefs.h <<\EOF
19369#define wxUSE_GUI 1
19370EOF
19371
19372
19373 else
19374 cat >> confdefs.h <<\EOF
19375#define wxUSE_NOGUI 1
19376EOF
19377
19378fi
19379
19380
19381if test "$wxUSE_UNIX" = "yes"; then
19382 cat >> confdefs.h <<\EOF
19383#define wxUSE_UNIX 1
19384EOF
19385
19386fi
19387
19388
19389if test "$wxUSE_APPLE_IEEE" = "yes"; then
19390 cat >> confdefs.h <<\EOF
19391#define wxUSE_APPLE_IEEE 1
19392EOF
19393
19394fi
19395
19396if test "$wxUSE_TIMER" = "yes"; then
19397 cat >> confdefs.h <<\EOF
19398#define wxUSE_TIMER 1
19399EOF
19400
19401fi
19402
19403if test "$wxUSE_WAVE" = "yes"; then
19404 cat >> confdefs.h <<\EOF
19405#define wxUSE_WAVE 1
19406EOF
19407
19408fi
19409
19410if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
19411 cat >> confdefs.h <<\EOF
19412#define wxUSE_CMDLINE_PARSER 1
19413EOF
19414
19415fi
19416
19417if test "$wxUSE_STOPWATCH" = "yes"; then
19418 cat >> confdefs.h <<\EOF
19419#define wxUSE_STOPWATCH 1
19420EOF
19421
19422fi
19423
19424if test "$wxUSE_DATETIME" = "yes"; then
19425 cat >> confdefs.h <<\EOF
19426#define wxUSE_DATETIME 1
19427EOF
19428
19429fi
19430
19431if test "$wxUSE_TIMEDATE" = "yes"; then
19432 cat >> confdefs.h <<\EOF
19433#define wxUSE_TIMEDATE 1
19434EOF
19435
19436fi
19437
19438if test "$wxUSE_FILE" = "yes"; then
19439 cat >> confdefs.h <<\EOF
19440#define wxUSE_FILE 1
19441EOF
19442
19443fi
19444
19445if test "$wxUSE_FFILE" = "yes"; then
19446 cat >> confdefs.h <<\EOF
19447#define wxUSE_FFILE 1
19448EOF
19449
19450fi
19451
19452if test "$wxUSE_FILESYSTEM" = "yes"; then
19453 cat >> confdefs.h <<\EOF
19454#define wxUSE_FILESYSTEM 1
19455EOF
19456
19457fi
19458
19459if test "$wxUSE_FS_INET" = "yes"; then
19460 cat >> confdefs.h <<\EOF
19461#define wxUSE_FS_INET 1
19462EOF
19463
19464fi
19465
19466if test "$wxUSE_FS_ZIP" = "yes"; then
19467 cat >> confdefs.h <<\EOF
19468#define wxUSE_FS_ZIP 1
19469EOF
19470
19471fi
19472
19473if test "$wxUSE_ZIPSTREAM" = "yes"; then
19474 cat >> confdefs.h <<\EOF
19475#define wxUSE_ZIPSTREAM 1
19476EOF
19477
19478fi
19479
19480if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
19481 cat >> confdefs.h <<\EOF
19482#define wxUSE_ON_FATAL_EXCEPTION 1
19483EOF
19484
19485fi
19486
19487if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
19488 cat >> confdefs.h <<\EOF
19489#define wxUSE_SNGLINST_CHECKER 1
19490EOF
19491
19492fi
19493
19494if test "$wxUSE_BUSYINFO" = "yes"; then
19495 cat >> confdefs.h <<\EOF
19496#define wxUSE_BUSYINFO 1
19497EOF
19498
19499fi
19500
19501if test "$wxUSE_STD_IOSTREAM" = "yes"; then
19502 cat >> confdefs.h <<\EOF
19503#define wxUSE_STD_IOSTREAM 1
19504EOF
19505
19506fi
19507
19508if test "$wxUSE_TEXTBUFFER" = "yes"; then
19509 cat >> confdefs.h <<\EOF
19510#define wxUSE_TEXTBUFFER 1
19511EOF
19512
19513fi
19514
19515if test "$wxUSE_TEXTFILE" = "yes"; then
19516 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
19517 echo "configure: warning: wxTextFile requires wxFile and wxTextBuffer... disabled" 1>&2
19518 else
19519 cat >> confdefs.h <<\EOF
19520#define wxUSE_TEXTFILE 1
19521EOF
19522
19523 fi
19524fi
19525
19526if test "$wxUSE_CONFIG" = "yes" ; then
19527 if test "$wxUSE_TEXTFILE" != "yes"; then
19528 echo "configure: warning: wxConfig requires wxTextFile... disabled" 1>&2
19529 else
19530 cat >> confdefs.h <<\EOF
19531#define wxUSE_CONFIG 1
19532EOF
19533
19534 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
19535 fi
19536fi
19537
19538if test "$wxUSE_INTL" = "yes" ; then
19539 if test "$wxUSE_FILE" != "yes"; then
19540 echo "configure: warning: I18n code requires wxFile... disabled" 1>&2
19541 else
19542 cat >> confdefs.h <<\EOF
19543#define wxUSE_INTL 1
19544EOF
19545
19546 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
19547 GUIDIST="$GUIDIST INTL_DIST"
19548 fi
19549fi
19550
19551if test "$wxUSE_LOG" = "yes"; then
19552 cat >> confdefs.h <<\EOF
19553#define wxUSE_LOG 1
19554EOF
19555
19556
19557 if test "$wxUSE_LOGGUI" = "yes"; then
19558 cat >> confdefs.h <<\EOF
19559#define wxUSE_LOGGUI 1
19560EOF
19561
19562 fi
19563
19564 if test "$wxUSE_LOGWINDOW" = "yes"; then
19565 cat >> confdefs.h <<\EOF
19566#define wxUSE_LOGWINDOW 1
19567EOF
19568
19569 fi
19570
19571 if test "$wxUSE_LOGDIALOG" = "yes"; then
19572 cat >> confdefs.h <<\EOF
19573#define wxUSE_LOG_DIALOG 1
19574EOF
19575
19576 fi
19577fi
19578
19579if test "$wxUSE_LONGLONG" = "yes"; then
19580 cat >> confdefs.h <<\EOF
19581#define wxUSE_LONGLONG 1
19582EOF
19583
19584fi
19585
19586if test "$wxUSE_GEOMETRY" = "yes"; then
19587 cat >> confdefs.h <<\EOF
19588#define wxUSE_GEOMETRY 1
19589EOF
19590
19591fi
19592
19593if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then
19594 cat >> confdefs.h <<\EOF
19595#define wxUSE_DIALUP_MANAGER 1
19596EOF
19597
19598 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
19599fi
19600
19601if test "$wxUSE_STREAMS" = "yes" ; then
19602 cat >> confdefs.h <<\EOF
19603#define wxUSE_STREAMS 1
19604EOF
19605
19606fi
19607
19608
19609if test "$wxUSE_DATETIME" = "yes"; then
19610 for ac_func in strptime
19611do
19612echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
19613echo "configure:19614: checking for $ac_func" >&5
19614if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
19615 echo $ac_n "(cached) $ac_c" 1>&6
19616else
19617 cat > conftest.$ac_ext <<EOF
19618#line 19619 "configure"
19619#include "confdefs.h"
19620/* System header to define __stub macros and hopefully few prototypes,
19621 which can conflict with char $ac_func(); below. */
19622#include <assert.h>
19623/* Override any gcc2 internal prototype to avoid an error. */
19624/* We use char because int might match the return type of a gcc2
19625 builtin and then its argument prototype would still apply. */
19626char $ac_func();
19627
19628int main() {
19629
19630/* The GNU C library defines this for functions which it implements
19631 to always fail with ENOSYS. Some functions are actually named
19632 something starting with __ and the normal name is an alias. */
19633#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
19634choke me
19635#else
19636$ac_func();
19637#endif
19638
19639; return 0; }
19640EOF
19641if { (eval echo configure:19642: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
19642 rm -rf conftest*
19643 eval "ac_cv_func_$ac_func=yes"
19644else
19645 echo "configure: failed program was:" >&5
19646 cat conftest.$ac_ext >&5
19647 rm -rf conftest*
19648 eval "ac_cv_func_$ac_func=no"
19649fi
19650rm -f conftest*
19651fi
19652
19653if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
19654 echo "$ac_t""yes" 1>&6
19655 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
19656 cat >> confdefs.h <<EOF
19657#define $ac_tr_func 1
19658EOF
19659
19660else
19661 echo "$ac_t""no" 1>&6
19662fi
19663done
19664
19665
19666 echo $ac_n "checking for timezone variable in <time.h>""... $ac_c" 1>&6
19667echo "configure:19668: checking for timezone variable in <time.h>" >&5
19668if eval "test \"`echo '$''{'wx_cv_var_timezone'+set}'`\" = set"; then
19669 echo $ac_n "(cached) $ac_c" 1>&6
19670else
19671
19672 cat > conftest.$ac_ext <<EOF
19673#line 19674 "configure"
19674#include "confdefs.h"
19675
19676 #include <time.h>
19677
19678int main() {
19679
19680 int tz;
19681 tz = timezone;
19682
19683; return 0; }
19684EOF
19685if { (eval echo configure:19686: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
19686 rm -rf conftest*
19687
19688 wx_cv_var_timezone=timezone
19689
19690else
19691 echo "configure: failed program was:" >&5
19692 cat conftest.$ac_ext >&5
19693 rm -rf conftest*
19694
19695 cat > conftest.$ac_ext <<EOF
19696#line 19697 "configure"
19697#include "confdefs.h"
19698
19699 #include <time.h>
19700
19701int main() {
19702
19703 int tz;
19704 tz = _timezone;
19705
19706; return 0; }
19707EOF
19708if { (eval echo configure:19709: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
19709 rm -rf conftest*
19710
19711 wx_cv_var_timezone=_timezone
19712
19713else
19714 echo "configure: failed program was:" >&5
19715 cat conftest.$ac_ext >&5
19716 rm -rf conftest*
19717
19718 cat > conftest.$ac_ext <<EOF
19719#line 19720 "configure"
19720#include "confdefs.h"
19721
19722 #include <time.h>
19723
19724int main() {
19725
19726 int tz;
19727 tz = __timezone;
19728
19729; return 0; }
19730EOF
19731if { (eval echo configure:19732: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
19732 rm -rf conftest*
19733
19734 wx_cv_var_timezone=__timezone
19735
19736else
19737 echo "configure: failed program was:" >&5
19738 cat conftest.$ac_ext >&5
19739 rm -rf conftest*
19740
19741 if test "$USE_DOS" = 0 ; then
19742 echo "configure: warning: no timezone variable" 1>&2
19743 fi
19744
19745
19746fi
19747rm -f conftest*
19748
19749
19750fi
19751rm -f conftest*
19752
19753
19754fi
19755rm -f conftest*
19756
19757
19758fi
19759
19760echo "$ac_t""$wx_cv_var_timezone" 1>&6
19761
19762 if test "x$wx_cv_var_timezone" != x ; then
19763 cat >> confdefs.h <<EOF
19764#define WX_TIMEZONE $wx_cv_var_timezone
19765EOF
19766
19767 fi
19768
19769 for ac_func in localtime
19770do
19771echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
19772echo "configure:19773: checking for $ac_func" >&5
19773if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
19774 echo $ac_n "(cached) $ac_c" 1>&6
19775else
19776 cat > conftest.$ac_ext <<EOF
19777#line 19778 "configure"
19778#include "confdefs.h"
19779/* System header to define __stub macros and hopefully few prototypes,
19780 which can conflict with char $ac_func(); below. */
19781#include <assert.h>
19782/* Override any gcc2 internal prototype to avoid an error. */
19783/* We use char because int might match the return type of a gcc2
19784 builtin and then its argument prototype would still apply. */
19785char $ac_func();
19786
19787int main() {
19788
19789/* The GNU C library defines this for functions which it implements
19790 to always fail with ENOSYS. Some functions are actually named
19791 something starting with __ and the normal name is an alias. */
19792#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
19793choke me
19794#else
19795$ac_func();
19796#endif
19797
19798; return 0; }
19799EOF
19800if { (eval echo configure:19801: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
19801 rm -rf conftest*
19802 eval "ac_cv_func_$ac_func=yes"
19803else
19804 echo "configure: failed program was:" >&5
19805 cat conftest.$ac_ext >&5
19806 rm -rf conftest*
19807 eval "ac_cv_func_$ac_func=no"
19808fi
19809rm -f conftest*
19810fi
19811
19812if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
19813 echo "$ac_t""yes" 1>&6
19814 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
19815 cat >> confdefs.h <<EOF
19816#define $ac_tr_func 1
19817EOF
19818
19819else
19820 echo "$ac_t""no" 1>&6
19821fi
19822done
19823
19824
19825 if test "$ac_cv_func_localtime" = "yes"; then
19826 echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6
19827echo "configure:19828: checking for tm_gmtoff in struct tm" >&5
19828if eval "test \"`echo '$''{'wx_cv_struct_tm_has_gmtoff'+set}'`\" = set"; then
19829 echo $ac_n "(cached) $ac_c" 1>&6
19830else
19831
19832 cat > conftest.$ac_ext <<EOF
19833#line 19834 "configure"
19834#include "confdefs.h"
19835
19836 #include <time.h>
19837
19838int main() {
19839
19840 struct tm tm;
19841 tm.tm_gmtoff++;
19842
19843; return 0; }
19844EOF
19845if { (eval echo configure:19846: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
19846 rm -rf conftest*
19847
19848 wx_cv_struct_tm_has_gmtoff=yes
19849
19850else
19851 echo "configure: failed program was:" >&5
19852 cat conftest.$ac_ext >&5
19853 rm -rf conftest*
19854 wx_cv_struct_tm_has_gmtoff=no
19855
19856fi
19857rm -f conftest*
19858
19859fi
19860
19861echo "$ac_t""$wx_cv_struct_tm_has_gmtoff" 1>&6
19862 fi
19863
19864 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
19865 cat >> confdefs.h <<\EOF
19866#define WX_GMTOFF_IN_TM 1
19867EOF
19868
19869 fi
19870
19871 for ac_func in gettimeofday ftime
19872do
19873echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
19874echo "configure:19875: checking for $ac_func" >&5
19875if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
19876 echo $ac_n "(cached) $ac_c" 1>&6
19877else
19878 cat > conftest.$ac_ext <<EOF
19879#line 19880 "configure"
19880#include "confdefs.h"
19881/* System header to define __stub macros and hopefully few prototypes,
19882 which can conflict with char $ac_func(); below. */
19883#include <assert.h>
19884/* Override any gcc2 internal prototype to avoid an error. */
19885/* We use char because int might match the return type of a gcc2
19886 builtin and then its argument prototype would still apply. */
19887char $ac_func();
19888
19889int main() {
19890
19891/* The GNU C library defines this for functions which it implements
19892 to always fail with ENOSYS. Some functions are actually named
19893 something starting with __ and the normal name is an alias. */
19894#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
19895choke me
19896#else
19897$ac_func();
19898#endif
19899
19900; return 0; }
19901EOF
19902if { (eval echo configure:19903: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
19903 rm -rf conftest*
19904 eval "ac_cv_func_$ac_func=yes"
19905else
19906 echo "configure: failed program was:" >&5
19907 cat conftest.$ac_ext >&5
19908 rm -rf conftest*
19909 eval "ac_cv_func_$ac_func=no"
19910fi
19911rm -f conftest*
19912fi
19913
19914if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
19915 echo "$ac_t""yes" 1>&6
19916 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
19917 cat >> confdefs.h <<EOF
19918#define $ac_tr_func 1
19919EOF
19920 break
19921else
19922 echo "$ac_t""no" 1>&6
19923fi
19924done
19925
19926
19927 if test "$ac_cv_func_gettimeofday" = "yes"; then
19928 echo $ac_n "checking whether gettimeofday takes two arguments""... $ac_c" 1>&6
19929echo "configure:19930: checking whether gettimeofday takes two arguments" >&5
19930if eval "test \"`echo '$''{'wx_cv_func_gettimeofday_has_2_args'+set}'`\" = set"; then
19931 echo $ac_n "(cached) $ac_c" 1>&6
19932else
19933
19934
19935 ac_ext=C
19936# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
19937ac_cpp='$CXXCPP $CPPFLAGS'
19938ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
19939ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
19940cross_compiling=$ac_cv_prog_cxx_cross
19941
19942
19943 cat > conftest.$ac_ext <<EOF
19944#line 19945 "configure"
19945#include "confdefs.h"
19946
19947 #include <sys/time.h>
19948 #include <unistd.h>
19949
19950int main() {
19951
19952 struct timeval tv;
19953 gettimeofday(&tv, NULL);
19954
19955; return 0; }
19956EOF
19957if { (eval echo configure:19958: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
19958 rm -rf conftest*
19959 wx_cv_func_gettimeofday_has_2_args=yes
19960else
19961 echo "configure: failed program was:" >&5
19962 cat conftest.$ac_ext >&5
19963 rm -rf conftest*
19964 cat > conftest.$ac_ext <<EOF
19965#line 19966 "configure"
19966#include "confdefs.h"
19967
19968 #include <sys/time.h>
19969 #include <unistd.h>
19970
19971int main() {
19972
19973 struct timeval tv;
19974 gettimeofday(&tv);
19975
19976; return 0; }
19977EOF
19978if { (eval echo configure:19979: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
19979 rm -rf conftest*
19980 wx_cv_func_gettimeofday_has_2_args=no
19981else
19982 echo "configure: failed program was:" >&5
19983 cat conftest.$ac_ext >&5
19984 rm -rf conftest*
19985
19986 echo "configure: warning: failed to determine number of gettimeofday() arguments" 1>&2
19987 wx_cv_func_gettimeofday_has_2_args=unknown
19988
19989
19990fi
19991rm -f conftest*
19992
19993fi
19994rm -f conftest*
19995 ac_ext=c
19996# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
19997ac_cpp='$CPP $CPPFLAGS'
19998ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
19999ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
20000cross_compiling=$ac_cv_prog_cc_cross
20001
20002
20003fi
20004
20005echo "$ac_t""$wx_cv_func_gettimeofday_has_2_args" 1>&6
20006
20007 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
20008 cat >> confdefs.h <<\EOF
20009#define WX_GETTIMEOFDAY_NO_TZ 1
20010EOF
20011
20012 fi
20013 fi
20014
20015 cat >> confdefs.h <<\EOF
20016#define wxUSE_TIMEDATE 1
20017EOF
20018
20019 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
20020fi
20021
20022
20023if test "$wxUSE_SOCKETS" = "yes"; then
20024 if test "$wxUSE_MGL" = "1"; then
20025 echo "configure: warning: wxSocket not yet supported under MGL... disabled" 1>&2
20026 wxUSE_SOCKETS="no"
20027 fi
20028fi
20029
20030if test "$wxUSE_SOCKETS" = "yes"; then
20031 if test "$TOOLKIT" != "MSW"; then
20032 echo $ac_n "checking for socket""... $ac_c" 1>&6
20033echo "configure:20034: checking for socket" >&5
20034if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
20035 echo $ac_n "(cached) $ac_c" 1>&6
20036else
20037 cat > conftest.$ac_ext <<EOF
20038#line 20039 "configure"
20039#include "confdefs.h"
20040/* System header to define __stub macros and hopefully few prototypes,
20041 which can conflict with char socket(); below. */
20042#include <assert.h>
20043/* Override any gcc2 internal prototype to avoid an error. */
20044/* We use char because int might match the return type of a gcc2
20045 builtin and then its argument prototype would still apply. */
20046char socket();
20047
20048int main() {
20049
20050/* The GNU C library defines this for functions which it implements
20051 to always fail with ENOSYS. Some functions are actually named
20052 something starting with __ and the normal name is an alias. */
20053#if defined (__stub_socket) || defined (__stub___socket)
20054choke me
20055#else
20056socket();
20057#endif
20058
20059; return 0; }
20060EOF
20061if { (eval echo configure:20062: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
20062 rm -rf conftest*
20063 eval "ac_cv_func_socket=yes"
20064else
20065 echo "configure: failed program was:" >&5
20066 cat conftest.$ac_ext >&5
20067 rm -rf conftest*
20068 eval "ac_cv_func_socket=no"
20069fi
20070rm -f conftest*
20071fi
20072
20073if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then
20074 echo "$ac_t""yes" 1>&6
20075 :
20076else
20077 echo "$ac_t""no" 1>&6
20078echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
20079echo "configure:20080: checking for socket in -lsocket" >&5
20080ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
20081if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
20082 echo $ac_n "(cached) $ac_c" 1>&6
20083else
20084 ac_save_LIBS="$LIBS"
20085LIBS="-lsocket $LIBS"
20086cat > conftest.$ac_ext <<EOF
20087#line 20088 "configure"
20088#include "confdefs.h"
20089/* Override any gcc2 internal prototype to avoid an error. */
20090/* We use char because int might match the return type of a gcc2
20091 builtin and then its argument prototype would still apply. */
20092char socket();
20093
20094int main() {
20095socket()
20096; return 0; }
20097EOF
20098if { (eval echo configure:20099: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
20099 rm -rf conftest*
20100 eval "ac_cv_lib_$ac_lib_var=yes"
20101else
20102 echo "configure: failed program was:" >&5
20103 cat conftest.$ac_ext >&5
20104 rm -rf conftest*
20105 eval "ac_cv_lib_$ac_lib_var=no"
20106fi
20107rm -f conftest*
20108LIBS="$ac_save_LIBS"
20109
20110fi
20111if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
20112 echo "$ac_t""yes" 1>&6
20113 if test "$INET_LINK" != " -lsocket"; then
20114 INET_LINK="$INET_LINK -lsocket"
20115 fi
20116else
20117 echo "$ac_t""no" 1>&6
20118
20119 echo "configure: warning: socket library not found - sockets will be disabled" 1>&2
20120 wxUSE_SOCKETS=no
20121
20122
20123fi
20124
20125
20126fi
20127
20128 fi
20129fi
20130
20131if test "$wxUSE_SOCKETS" = "yes" ; then
20132 if test "$TOOLKIT" != "MSW"; then
20133 echo $ac_n "checking what is the type of the third argument of getsockname""... $ac_c" 1>&6
20134echo "configure:20135: checking what is the type of the third argument of getsockname" >&5
20135if eval "test \"`echo '$''{'wx_cv_type_getsockname3'+set}'`\" = set"; then
20136 echo $ac_n "(cached) $ac_c" 1>&6
20137else
20138
20139
20140 ac_ext=C
20141# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
20142ac_cpp='$CXXCPP $CPPFLAGS'
20143ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
20144ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
20145cross_compiling=$ac_cv_prog_cxx_cross
20146
20147
20148 cat > conftest.$ac_ext <<EOF
20149#line 20150 "configure"
20150#include "confdefs.h"
20151
20152 #include <sys/types.h>
20153 #include <sys/socket.h>
20154
20155int main() {
20156
20157 socklen_t len;
20158 getsockname(0, 0, &len);
20159
20160; return 0; }
20161EOF
20162if { (eval echo configure:20163: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
20163 rm -rf conftest*
20164 wx_cv_type_getsockname3=socklen_t
20165else
20166 echo "configure: failed program was:" >&5
20167 cat conftest.$ac_ext >&5
20168 rm -rf conftest*
20169 cat > conftest.$ac_ext <<EOF
20170#line 20171 "configure"
20171#include "confdefs.h"
20172
20173 #include <sys/types.h>
20174 #include <sys/socket.h>
20175
20176int main() {
20177
20178 size_t len;
20179 getsockname(0, 0, &len);
20180
20181; return 0; }
20182EOF
20183if { (eval echo configure:20184: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
20184 rm -rf conftest*
20185 wx_cv_type_getsockname3=size_t
20186else
20187 echo "configure: failed program was:" >&5
20188 cat conftest.$ac_ext >&5
20189 rm -rf conftest*
20190 cat > conftest.$ac_ext <<EOF
20191#line 20192 "configure"
20192#include "confdefs.h"
20193
20194 #include <sys/types.h>
20195 #include <sys/socket.h>
20196
20197int main() {
20198
20199 int len;
20200 getsockname(0, 0, &len);
20201
20202; return 0; }
20203EOF
20204if { (eval echo configure:20205: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
20205 rm -rf conftest*
20206 wx_cv_type_getsockname3=int
20207else
20208 echo "configure: failed program was:" >&5
20209 cat conftest.$ac_ext >&5
20210 rm -rf conftest*
20211 wx_cv_type_getsockname3=unknown
20212
20213fi
20214rm -f conftest*
20215
20216fi
20217rm -f conftest*
20218
20219fi
20220rm -f conftest*
20221
20222 ac_ext=c
20223# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
20224ac_cpp='$CPP $CPPFLAGS'
20225ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
20226ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
20227cross_compiling=$ac_cv_prog_cc_cross
20228
20229
20230fi
20231
20232echo "$ac_t""$wx_cv_type_getsockname3" 1>&6
20233
20234 if test "$wx_cv_type_getsockname3" = "unknown"; then
20235 wxUSE_SOCKETS=no
20236 echo "configure: warning: Couldn't find socklen_t synonym for this system" 1>&2
20237 else
20238 cat >> confdefs.h <<EOF
20239#define SOCKLEN_T $wx_cv_type_getsockname3
20240EOF
20241
20242 fi
20243 fi
20244fi
20245
20246if test "$wxUSE_SOCKETS" = "yes" ; then
20247 cat >> confdefs.h <<\EOF
20248#define wxUSE_SOCKETS 1
20249EOF
20250
20251 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
20252fi
20253
20254
20255if test "$wxUSE_GUI" = "yes"; then
20256
20257 if test "$TOOLKIT" = "MAC"; then
20258 echo "configure: warning: Joystick not yet supported under Mac OS X... disabled" 1>&2
20259 wxUSE_JOYSTICK=no
20260 fi
20261 if test "$TOOLKIT" = "MOTIF"; then
20262 echo "configure: warning: Joystick not yet supported under Motif... disabled" 1>&2
20263 wxUSE_JOYSTICK=no
20264 fi
20265 if test "$TOOLKIT" = "X11"; then
20266 echo "configure: warning: Joystick not yet supported under X11... disabled" 1>&2
20267 wxUSE_JOYSTICK=no
20268 fi
20269
20270 if test "$TOOLKIT" != "MSW"; then
20271 if test "$wxUSE_JOYSTICK" = "yes"; then
20272 for ac_hdr in linux/joystick.h
20273do
20274ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
20275echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
20276echo "configure:20277: checking for $ac_hdr" >&5
20277if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
20278 echo $ac_n "(cached) $ac_c" 1>&6
20279else
20280 cat > conftest.$ac_ext <<EOF
20281#line 20282 "configure"
20282#include "confdefs.h"
20283#include <$ac_hdr>
20284EOF
20285ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
20286{ (eval echo configure:20287: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
20287ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
20288if test -z "$ac_err"; then
20289 rm -rf conftest*
20290 eval "ac_cv_header_$ac_safe=yes"
20291else
20292 echo "$ac_err" >&5
20293 echo "configure: failed program was:" >&5
20294 cat conftest.$ac_ext >&5
20295 rm -rf conftest*
20296 eval "ac_cv_header_$ac_safe=no"
20297fi
20298rm -f conftest*
20299fi
20300if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
20301 echo "$ac_t""yes" 1>&6
20302 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
20303 cat >> confdefs.h <<EOF
20304#define $ac_tr_hdr 1
20305EOF
20306
20307else
20308 echo "$ac_t""no" 1>&6
20309fi
20310done
20311
20312 if test "$ac_cv_header_linux_joystick_h" != "yes"; then
20313 wxUSE_JOYSTICK=no
20314 echo "configure: warning: Joystick not supported by this system... disabled" 1>&2
20315 fi
20316 fi
20317 fi
20318
20319 if test "$wxUSE_JOYSTICK" = "yes"; then
20320 cat >> confdefs.h <<\EOF
20321#define wxUSE_JOYSTICK 1
20322EOF
20323
20324 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
20325 fi
20326fi
20327
20328
20329if test "$TOOLKIT" != "MSW"; then
20330
20331 HAVE_DL_FUNCS=0
20332 HAVE_SHL_FUNCS=0
20333 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
20334 if test "$USE_DARWIN" = 1; then
20335 HAVE_DL_FUNCS=1
20336 else
20337 for ac_func in dlopen
20338do
20339echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
20340echo "configure:20341: checking for $ac_func" >&5
20341if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
20342 echo $ac_n "(cached) $ac_c" 1>&6
20343else
20344 cat > conftest.$ac_ext <<EOF
20345#line 20346 "configure"
20346#include "confdefs.h"
20347/* System header to define __stub macros and hopefully few prototypes,
20348 which can conflict with char $ac_func(); below. */
20349#include <assert.h>
20350/* Override any gcc2 internal prototype to avoid an error. */
20351/* We use char because int might match the return type of a gcc2
20352 builtin and then its argument prototype would still apply. */
20353char $ac_func();
20354
20355int main() {
20356
20357/* The GNU C library defines this for functions which it implements
20358 to always fail with ENOSYS. Some functions are actually named
20359 something starting with __ and the normal name is an alias. */
20360#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
20361choke me
20362#else
20363$ac_func();
20364#endif
20365
20366; return 0; }
20367EOF
20368if { (eval echo configure:20369: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
20369 rm -rf conftest*
20370 eval "ac_cv_func_$ac_func=yes"
20371else
20372 echo "configure: failed program was:" >&5
20373 cat conftest.$ac_ext >&5
20374 rm -rf conftest*
20375 eval "ac_cv_func_$ac_func=no"
20376fi
20377rm -f conftest*
20378fi
20379
20380if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
20381 echo "$ac_t""yes" 1>&6
20382 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
20383 cat >> confdefs.h <<EOF
20384#define $ac_tr_func 1
20385EOF
20386
20387 cat >> confdefs.h <<\EOF
20388#define HAVE_DLOPEN 1
20389EOF
20390
20391 HAVE_DL_FUNCS=1
20392
20393else
20394 echo "$ac_t""no" 1>&6
20395echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
20396echo "configure:20397: checking for dlopen in -ldl" >&5
20397ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
20398if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
20399 echo $ac_n "(cached) $ac_c" 1>&6
20400else
20401 ac_save_LIBS="$LIBS"
20402LIBS="-ldl $LIBS"
20403cat > conftest.$ac_ext <<EOF
20404#line 20405 "configure"
20405#include "confdefs.h"
20406/* Override any gcc2 internal prototype to avoid an error. */
20407/* We use char because int might match the return type of a gcc2
20408 builtin and then its argument prototype would still apply. */
20409char dlopen();
20410
20411int main() {
20412dlopen()
20413; return 0; }
20414EOF
20415if { (eval echo configure:20416: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
20416 rm -rf conftest*
20417 eval "ac_cv_lib_$ac_lib_var=yes"
20418else
20419 echo "configure: failed program was:" >&5
20420 cat conftest.$ac_ext >&5
20421 rm -rf conftest*
20422 eval "ac_cv_lib_$ac_lib_var=no"
20423fi
20424rm -f conftest*
20425LIBS="$ac_save_LIBS"
20426
20427fi
20428if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
20429 echo "$ac_t""yes" 1>&6
20430
20431 cat >> confdefs.h <<\EOF
20432#define HAVE_DLOPEN 1
20433EOF
20434
20435 HAVE_DL_FUNCS=1
20436 DL_LINK=" -ldl$DL_LINK"
20437
20438else
20439 echo "$ac_t""no" 1>&6
20440
20441 for ac_func in shl_load
20442do
20443echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
20444echo "configure:20445: checking for $ac_func" >&5
20445if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
20446 echo $ac_n "(cached) $ac_c" 1>&6
20447else
20448 cat > conftest.$ac_ext <<EOF
20449#line 20450 "configure"
20450#include "confdefs.h"
20451/* System header to define __stub macros and hopefully few prototypes,
20452 which can conflict with char $ac_func(); below. */
20453#include <assert.h>
20454/* Override any gcc2 internal prototype to avoid an error. */
20455/* We use char because int might match the return type of a gcc2
20456 builtin and then its argument prototype would still apply. */
20457char $ac_func();
20458
20459int main() {
20460
20461/* The GNU C library defines this for functions which it implements
20462 to always fail with ENOSYS. Some functions are actually named
20463 something starting with __ and the normal name is an alias. */
20464#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
20465choke me
20466#else
20467$ac_func();
20468#endif
20469
20470; return 0; }
20471EOF
20472if { (eval echo configure:20473: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
20473 rm -rf conftest*
20474 eval "ac_cv_func_$ac_func=yes"
20475else
20476 echo "configure: failed program was:" >&5
20477 cat conftest.$ac_ext >&5
20478 rm -rf conftest*
20479 eval "ac_cv_func_$ac_func=no"
20480fi
20481rm -f conftest*
20482fi
20483
20484if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
20485 echo "$ac_t""yes" 1>&6
20486 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
20487 cat >> confdefs.h <<EOF
20488#define $ac_tr_func 1
20489EOF
20490
20491 cat >> confdefs.h <<\EOF
20492#define HAVE_SHL_LOAD 1
20493EOF
20494
20495 HAVE_SHL_FUNCS=1
20496
20497else
20498 echo "$ac_t""no" 1>&6
20499echo $ac_n "checking for dld in -lshl_load""... $ac_c" 1>&6
20500echo "configure:20501: checking for dld in -lshl_load" >&5
20501ac_lib_var=`echo shl_load'_'dld | sed 'y%./+-%__p_%'`
20502if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
20503 echo $ac_n "(cached) $ac_c" 1>&6
20504else
20505 ac_save_LIBS="$LIBS"
20506LIBS="-lshl_load $LIBS"
20507cat > conftest.$ac_ext <<EOF
20508#line 20509 "configure"
20509#include "confdefs.h"
20510/* Override any gcc2 internal prototype to avoid an error. */
20511/* We use char because int might match the return type of a gcc2
20512 builtin and then its argument prototype would still apply. */
20513char dld();
20514
20515int main() {
20516dld()
20517; return 0; }
20518EOF
20519if { (eval echo configure:20520: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
20520 rm -rf conftest*
20521 eval "ac_cv_lib_$ac_lib_var=yes"
20522else
20523 echo "configure: failed program was:" >&5
20524 cat conftest.$ac_ext >&5
20525 rm -rf conftest*
20526 eval "ac_cv_lib_$ac_lib_var=no"
20527fi
20528rm -f conftest*
20529LIBS="$ac_save_LIBS"
20530
20531fi
20532if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
20533 echo "$ac_t""yes" 1>&6
20534
20535 HAVE_SHL_FUNCS=1
20536 DL_LINK=" -ldld$DL_LINK"
20537
20538else
20539 echo "$ac_t""no" 1>&6
20540fi
20541
20542
20543fi
20544done
20545
20546
20547fi
20548
20549
20550fi
20551done
20552
20553
20554 if test "$HAVE_DL_FUNCS" = 1; then
20555 for ac_func in dlerror
20556do
20557echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
20558echo "configure:20559: checking for $ac_func" >&5
20559if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
20560 echo $ac_n "(cached) $ac_c" 1>&6
20561else
20562 cat > conftest.$ac_ext <<EOF
20563#line 20564 "configure"
20564#include "confdefs.h"
20565/* System header to define __stub macros and hopefully few prototypes,
20566 which can conflict with char $ac_func(); below. */
20567#include <assert.h>
20568/* Override any gcc2 internal prototype to avoid an error. */
20569/* We use char because int might match the return type of a gcc2
20570 builtin and then its argument prototype would still apply. */
20571char $ac_func();
20572
20573int main() {
20574
20575/* The GNU C library defines this for functions which it implements
20576 to always fail with ENOSYS. Some functions are actually named
20577 something starting with __ and the normal name is an alias. */
20578#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
20579choke me
20580#else
20581$ac_func();
20582#endif
20583
20584; return 0; }
20585EOF
20586if { (eval echo configure:20587: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
20587 rm -rf conftest*
20588 eval "ac_cv_func_$ac_func=yes"
20589else
20590 echo "configure: failed program was:" >&5
20591 cat conftest.$ac_ext >&5
20592 rm -rf conftest*
20593 eval "ac_cv_func_$ac_func=no"
20594fi
20595rm -f conftest*
20596fi
20597
20598if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
20599 echo "$ac_t""yes" 1>&6
20600 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
20601 cat >> confdefs.h <<EOF
20602#define $ac_tr_func 1
20603EOF
20604 cat >> confdefs.h <<\EOF
20605#define HAVE_DLERROR 1
20606EOF
20607
20608else
20609 echo "$ac_t""no" 1>&6
20610echo $ac_n "checking for dlerror in -ldl""... $ac_c" 1>&6
20611echo "configure:20612: checking for dlerror in -ldl" >&5
20612ac_lib_var=`echo dl'_'dlerror | sed 'y%./+-%__p_%'`
20613if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
20614 echo $ac_n "(cached) $ac_c" 1>&6
20615else
20616 ac_save_LIBS="$LIBS"
20617LIBS="-ldl $LIBS"
20618cat > conftest.$ac_ext <<EOF
20619#line 20620 "configure"
20620#include "confdefs.h"
20621/* Override any gcc2 internal prototype to avoid an error. */
20622/* We use char because int might match the return type of a gcc2
20623 builtin and then its argument prototype would still apply. */
20624char dlerror();
20625
20626int main() {
20627dlerror()
20628; return 0; }
20629EOF
20630if { (eval echo configure:20631: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
20631 rm -rf conftest*
20632 eval "ac_cv_lib_$ac_lib_var=yes"
20633else
20634 echo "configure: failed program was:" >&5
20635 cat conftest.$ac_ext >&5
20636 rm -rf conftest*
20637 eval "ac_cv_lib_$ac_lib_var=no"
20638fi
20639rm -f conftest*
20640LIBS="$ac_save_LIBS"
20641
20642fi
20643if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
20644 echo "$ac_t""yes" 1>&6
20645 cat >> confdefs.h <<\EOF
20646#define HAVE_DLERROR 1
20647EOF
20648
20649else
20650 echo "$ac_t""no" 1>&6
20651fi
20652
20653fi
20654done
20655
20656 fi
20657 fi
20658
20659 if test "$HAVE_DL_FUNCS" = 0; then
20660 if test "$HAVE_SHL_FUNCS" = 0; then
20661 if test "$USE_UNIX" = 1; then
20662 echo "configure: warning: Missing dynamic loading support, several features will be disabled" 1>&2
20663 wxUSE_DYNAMIC_LOADER=no
20664 wxUSE_DYNLIB_CLASS=no
20665 else
20666 echo "configure: warning: Assuming wxLibrary class works on this platform" 1>&2
20667 fi
20668 fi
20669 fi
20670 fi
20671fi
20672
20673if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
20674 cat >> confdefs.h <<\EOF
20675#define wxUSE_DYNAMIC_LOADER 1
20676EOF
20677
20678elif test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
20679 cat >> confdefs.h <<\EOF
20680#define wxUSE_DYNLIB_CLASS 1
20681EOF
20682
20683fi
20684
20685
20686if test "$wxUSE_FONTMAP" = "yes" ; then
20687 cat >> confdefs.h <<\EOF
20688#define wxUSE_FONTMAP 1
20689EOF
20690
20691fi
20692
20693if test "$wxUSE_UNICODE" = "yes" ; then
20694 cat >> confdefs.h <<\EOF
20695#define wxUSE_UNICODE 1
20696EOF
20697
20698
20699 if test "$wxUSE_MSW" != 1; then
20700 wxUSE_UNICODE_MSLU=no
20701 fi
20702
20703 if test "$wxUSE_MSW" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
20704 echo $ac_n "checking for main in -lunicows""... $ac_c" 1>&6
20705echo "configure:20706: checking for main in -lunicows" >&5
20706ac_lib_var=`echo unicows'_'main | sed 'y%./+-%__p_%'`
20707if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
20708 echo $ac_n "(cached) $ac_c" 1>&6
20709else
20710 ac_save_LIBS="$LIBS"
20711LIBS="-lunicows $LIBS"
20712cat > conftest.$ac_ext <<EOF
20713#line 20714 "configure"
20714#include "confdefs.h"
20715
20716int main() {
20717main()
20718; return 0; }
20719EOF
20720if { (eval echo configure:20721: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
20721 rm -rf conftest*
20722 eval "ac_cv_lib_$ac_lib_var=yes"
20723else
20724 echo "configure: failed program was:" >&5
20725 cat conftest.$ac_ext >&5
20726 rm -rf conftest*
20727 eval "ac_cv_lib_$ac_lib_var=no"
20728fi
20729rm -f conftest*
20730LIBS="$ac_save_LIBS"
20731
20732fi
20733if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
20734 echo "$ac_t""yes" 1>&6
20735
20736 cat >> confdefs.h <<\EOF
20737#define wxUSE_UNICODE_MSLU 1
20738EOF
20739
20740
20741else
20742 echo "$ac_t""no" 1>&6
20743
20744 echo "configure: warning: Compiler doesn't support MSLU (libunicows.a), disabled.
20745 Applications will only run on Windows NT/2000/XP!" 1>&2
20746 wxUSE_UNICODE_MSLU=no
20747
20748fi
20749
20750 fi
20751fi
20752
20753if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
20754 cat >> confdefs.h <<\EOF
20755#define wxUSE_EXPERIMENTAL_PRINTF 1
20756EOF
20757
20758fi
20759
20760
20761
20762IODBC_C_SRC=""
20763if test "$wxUSE_ODBC" = "yes" ; then
20764 cat >> confdefs.h <<\EOF
20765#define wxUSE_ODBC 1
20766EOF
20767
20768 WXODBCFLAG="-D_IODBC_"
20769 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db"
20770fi
20771
20772
20773if test "$wxUSE_POSTSCRIPT" = "yes" ; then
20774 cat >> confdefs.h <<\EOF
20775#define wxUSE_POSTSCRIPT 1
20776EOF
20777
20778fi
20779
20780cat >> confdefs.h <<\EOF
20781#define wxUSE_AFM_FOR_POSTSCRIPT 1
20782EOF
20783
20784
20785cat >> confdefs.h <<\EOF
20786#define wxUSE_NORMALIZED_PS_FONTS 1
20787EOF
20788
20789
20790
20791if test "$wxUSE_CONSTRAINTS" = "yes"; then
20792 cat >> confdefs.h <<\EOF
20793#define wxUSE_CONSTRAINTS 1
20794EOF
20795
20796 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
20797fi
20798
20799if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
20800
20801
20802 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
20803 cat >> confdefs.h <<\EOF
20804#define wxUSE_MDI_ARCHITECTURE 1
20805EOF
20806
20807 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
20808 fi
20809fi
20810
20811if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
20812 cat >> confdefs.h <<\EOF
20813#define wxUSE_DOC_VIEW_ARCHITECTURE 1
20814EOF
20815
20816 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
20817 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
20818 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi"
20819 fi
20820fi
20821
20822if test "$wxUSE_HELP" = "yes"; then
20823 cat >> confdefs.h <<\EOF
20824#define wxUSE_HELP 1
20825EOF
20826
20827 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
20828
20829 if test "$wxUSE_MSW" = 1; then
20830 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
20831 cat >> confdefs.h <<\EOF
20832#define wxUSE_MS_HTML_HELP 1
20833EOF
20834
20835 fi
20836 fi
20837
20838 if test "$wxUSE_WXHTML_HELP" = "yes"; then
20839 if test "$wxUSE_HTML" = "yes"; then
20840 cat >> confdefs.h <<\EOF
20841#define wxUSE_WXHTML_HELP 1
20842EOF
20843
20844 else
20845 echo "configure: warning: Cannot use wxHTML-based help without wxHTML so it won't be compiled" 1>&2
20846 wxUSE_WXHTML_HELP=no
20847 fi
20848 fi
20849fi
20850
20851if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
20852 if test "$wxUSE_CONSTRAINTS" != "yes"; then
20853 echo "configure: warning: Printing support cannot be used without constraints so it won't be compiled without it" 1>&2
20854 else
20855 cat >> confdefs.h <<\EOF
20856#define wxUSE_PRINTING_ARCHITECTURE 1
20857EOF
20858
20859 fi
20860 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
20861fi
20862
20863if test "$wxUSE_PROLOGIO" = "yes" ; then
20864 cat >> confdefs.h <<\EOF
20865#define wxUSE_PROLOGIO 1
20866EOF
20867
20868 ALL_OBJECTS="$ALL_OBJECTS parser.o"
20869fi
20870
20871if test "$wxUSE_RESOURCES" = "yes" ; then
20872 if test "$wxUSE_NANOX" = "yes"; then
20873 echo "configure: warning: Cannot use resource database functions in NanoX" 1>&2
20874 else
20875 cat >> confdefs.h <<\EOF
20876#define wxUSE_RESOURCES 1
20877EOF
20878
20879 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS resource"
20880 fi
20881 if test "$wxUSE_PROLOGIO" != "yes" ; then
20882 ALL_OBJECTS="$ALL_OBJECTS parser.o"
20883 fi
20884fi
20885
20886if test "$wxUSE_X_RESOURCES" = "yes"; then
20887 cat >> confdefs.h <<\EOF
20888#define wxUSE_X_RESOURCES 1
20889EOF
20890
20891fi
20892
20893
20894if test "$wxUSE_MSW" = 1 -a \( "$wxUSE_DATAOBJ" = "yes" \
20895 -o "$wxUSE_CLIPBOARD" = "yes" \
20896 -o "$wxUSE_OLE" = "yes" \
20897 -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then
20898 for ac_hdr in ole2.h
20899do
20900ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
20901echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
20902echo "configure:20903: checking for $ac_hdr" >&5
20903if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
20904 echo $ac_n "(cached) $ac_c" 1>&6
20905else
20906 cat > conftest.$ac_ext <<EOF
20907#line 20908 "configure"
20908#include "confdefs.h"
20909#include <$ac_hdr>
20910EOF
20911ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
20912{ (eval echo configure:20913: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
20913ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
20914if test -z "$ac_err"; then
20915 rm -rf conftest*
20916 eval "ac_cv_header_$ac_safe=yes"
20917else
20918 echo "$ac_err" >&5
20919 echo "configure: failed program was:" >&5
20920 cat conftest.$ac_ext >&5
20921 rm -rf conftest*
20922 eval "ac_cv_header_$ac_safe=no"
20923fi
20924rm -f conftest*
20925fi
20926if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
20927 echo "$ac_t""yes" 1>&6
20928 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
20929 cat >> confdefs.h <<EOF
20930#define $ac_tr_hdr 1
20931EOF
20932
20933else
20934 echo "$ac_t""no" 1>&6
20935fi
20936done
20937
20938
20939 if test "$ac_cv_header_ole2_h" = "yes" ; then
20940 if test "$GCC" = yes ; then
20941
20942 ac_ext=C
20943# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
20944ac_cpp='$CXXCPP $CPPFLAGS'
20945ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
20946ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
20947cross_compiling=$ac_cv_prog_cxx_cross
20948
20949
20950 echo $ac_n "checking if g++ requires -fvtable-thunks""... $ac_c" 1>&6
20951echo "configure:20952: checking if g++ requires -fvtable-thunks" >&5
20952 cat > conftest.$ac_ext <<EOF
20953#line 20954 "configure"
20954#include "confdefs.h"
20955#include <windows.h>
20956 #include <ole2.h>
20957int main() {
20958
20959; return 0; }
20960EOF
20961if { (eval echo configure:20962: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
20962 rm -rf conftest*
20963 echo "$ac_t""no" 1>&6
20964else
20965 echo "configure: failed program was:" >&5
20966 cat conftest.$ac_ext >&5
20967 rm -rf conftest*
20968 echo "$ac_t""yes" 1>&6
20969 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
20970fi
20971rm -f conftest*
20972 ac_ext=c
20973# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
20974ac_cpp='$CPP $CPPFLAGS'
20975ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
20976ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
20977cross_compiling=$ac_cv_prog_cc_cross
20978
20979 ALL_OBJECTS="$ALL_OBJECTS \$(OLEOBJS)"
20980 LIBS=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
20981 cat >> confdefs.h <<\EOF
20982#define wxUSE_OLE 1
20983EOF
20984
20985
20986 fi
20987
20988 cat >> confdefs.h <<\EOF
20989#define wxUSE_DATAOBJ 1
20990EOF
20991
20992 else
20993 echo "configure: warning: Some features disabled because OLE headers not found" 1>&2
20994
20995 wxUSE_CLIPBOARD=no
20996 wxUSE_DRAG_AND_DROP=no
20997 wxUSE_DATAOBJ=no
20998 wxUSE_OLE=no
20999 fi
21000
21001 if test "$wxUSE_METAFILE" = "yes"; then
21002 cat >> confdefs.h <<\EOF
21003#define wxUSE_METAFILE 1
21004EOF
21005
21006
21007 cat >> confdefs.h <<\EOF
21008#define wxUSE_ENH_METAFILE 1
21009EOF
21010
21011 fi
21012fi
21013
21014if test "$wxUSE_WINE" = 1 -a \( "$wxUSE_DATAOBJ" = "yes" \
21015 -o "$wxUSE_CLIPBOARD" = "yes" \
21016 -o "$wxUSE_OLE" = "yes" \
21017 -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then
21018 for ac_hdr in ole2.h
21019do
21020ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
21021echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
21022echo "configure:21023: checking for $ac_hdr" >&5
21023if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
21024 echo $ac_n "(cached) $ac_c" 1>&6
21025else
21026 cat > conftest.$ac_ext <<EOF
21027#line 21028 "configure"
21028#include "confdefs.h"
21029#include <$ac_hdr>
21030EOF
21031ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
21032{ (eval echo configure:21033: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
21033ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
21034if test -z "$ac_err"; then
21035 rm -rf conftest*
21036 eval "ac_cv_header_$ac_safe=yes"
21037else
21038 echo "$ac_err" >&5
21039 echo "configure: failed program was:" >&5
21040 cat conftest.$ac_ext >&5
21041 rm -rf conftest*
21042 eval "ac_cv_header_$ac_safe=no"
21043fi
21044rm -f conftest*
21045fi
21046if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
21047 echo "$ac_t""yes" 1>&6
21048 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
21049 cat >> confdefs.h <<EOF
21050#define $ac_tr_hdr 1
21051EOF
21052
21053else
21054 echo "$ac_t""no" 1>&6
21055fi
21056done
21057
21058
21059 if test "$ac_cv_header_ole2_h" = "yes" ; then
21060 if test "$GCC" = yes ; then
21061
21062 ac_ext=C
21063# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
21064ac_cpp='$CXXCPP $CPPFLAGS'
21065ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
21066ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
21067cross_compiling=$ac_cv_prog_cxx_cross
21068
21069
21070 echo $ac_n "checking if g++ requires -fvtable-thunks""... $ac_c" 1>&6
21071echo "configure:21072: checking if g++ requires -fvtable-thunks" >&5
21072 cat > conftest.$ac_ext <<EOF
21073#line 21074 "configure"
21074#include "confdefs.h"
21075#include <windows.h>
21076 #include <ole2.h>
21077int main() {
21078
21079; return 0; }
21080EOF
21081if { (eval echo configure:21082: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
21082 rm -rf conftest*
21083 echo "$ac_t""no" 1>&6
21084else
21085 echo "configure: failed program was:" >&5
21086 cat conftest.$ac_ext >&5
21087 rm -rf conftest*
21088 echo "$ac_t""yes" 1>&6
21089 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
21090fi
21091rm -f conftest*
21092 ac_ext=c
21093# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
21094ac_cpp='$CPP $CPPFLAGS'
21095ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
21096ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
21097cross_compiling=$ac_cv_prog_cc_cross
21098
21099 ALL_OBJECTS="$ALL_OBJECTS \$(OLEOBJS)"
21100 LIBS=" -lwine_uuid$LIBS"
21101 cat >> confdefs.h <<\EOF
21102#define wxUSE_OLE 1
21103EOF
21104
21105
21106 fi
21107
21108 cat >> confdefs.h <<\EOF
21109#define wxUSE_DATAOBJ 1
21110EOF
21111
21112 else
21113 echo "configure: warning: Some features disabled because OLE headers not found" 1>&2
21114
21115 wxUSE_CLIPBOARD=no
21116 wxUSE_DRAG_AND_DROP=no
21117 wxUSE_DATAOBJ=no
21118 wxUSE_OLE=no
21119 fi
21120
21121 if test "$wxUSE_METAFILE" = "yes"; then
21122 cat >> confdefs.h <<\EOF
21123#define wxUSE_METAFILE 1
21124EOF
21125
21126
21127 cat >> confdefs.h <<\EOF
21128#define wxUSE_ENH_METAFILE 1
21129EOF
21130
21131 fi
21132fi
21133
21134if test "$wxUSE_IPC" = "yes"; then
21135 if test "$wxUSE_SOCKETS" != "yes"; then
21136 echo "configure: warning: wxWindows IPC classes require sockets... disabled" 1>&2
21137 fi
21138
21139 cat >> confdefs.h <<\EOF
21140#define wxUSE_IPC 1
21141EOF
21142
21143fi
21144
21145if test "$wxUSE_CLIPBOARD" = "yes"; then
21146 if test "$wxUSE_MGL" = 1; then
21147 echo "configure: warning: Clipboard not yet supported under MGL... disabled" 1>&2
21148 wxUSE_CLIPBOARD=no
21149 fi
21150
21151 if test "$wxUSE_CLIPBOARD" = "yes"; then
21152 cat >> confdefs.h <<\EOF
21153#define wxUSE_CLIPBOARD 1
21154EOF
21155
21156
21157 cat >> confdefs.h <<\EOF
21158#define wxUSE_DATAOBJ 1
21159EOF
21160
21161 fi
21162fi
21163
21164if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
21165 if test "$wxUSE_GTK" = 1; then
21166 if test "$WXGTK12" != 1; then
21167 echo "configure: warning: Drag and drop is only supported under GTK+ 1.2... disabled" 1>&2
21168 wxUSE_DRAG_AND_DROP=no
21169 fi
21170 fi
21171
21172 if test "$wxUSE_MOTIF" = 1; then
21173 echo "configure: warning: Drag and drop not yet supported under Motif... disabled" 1>&2
21174 wxUSE_DRAG_AND_DROP=no
21175 fi
21176
21177 if test "$wxUSE_X11" = 1; then
21178 echo "configure: warning: Drag and drop not yet supported under X11... disabled" 1>&2
21179 wxUSE_DRAG_AND_DROP=no
21180 fi
21181
21182 if test "$wxUSE_MGL" = 1; then
21183 echo "configure: warning: Drag and drop not yet supported under MGL... disabled" 1>&2
21184 wxUSE_DRAG_AND_DROP=no
21185 fi
21186
21187 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
21188 cat >> confdefs.h <<\EOF
21189#define wxUSE_DRAG_AND_DROP 1
21190EOF
21191
21192 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
21193 fi
21194
21195fi
21196
21197if test "$wxUSE_SPLINES" = "yes" ; then
21198 cat >> confdefs.h <<\EOF
21199#define wxUSE_SPLINES 1
21200EOF
21201
21202fi
21203
21204
21205USES_CONTROLS=0
21206if test "$wxUSE_CONTROLS" = "yes"; then
21207 USES_CONTROLS=1
21208fi
21209
21210if test "$wxUSE_ACCEL" = "yes"; then
21211 cat >> confdefs.h <<\EOF
21212#define wxUSE_ACCEL 1
21213EOF
21214
21215 USES_CONTROLS=1
21216fi
21217
21218if test "$wxUSE_BUTTON" = "yes"; then
21219 cat >> confdefs.h <<\EOF
21220#define wxUSE_BUTTON 1
21221EOF
21222
21223 USES_CONTROLS=1
21224fi
21225
21226if test "$wxUSE_BMPBUTTON" = "yes"; then
21227 cat >> confdefs.h <<\EOF
21228#define wxUSE_BMPBUTTON 1
21229EOF
21230
21231 USES_CONTROLS=1
21232fi
21233
21234if test "$wxUSE_CALCTRL" = "yes"; then
21235 cat >> confdefs.h <<\EOF
21236#define wxUSE_CALENDARCTRL 1
21237EOF
21238
21239 USES_CONTROLS=1
21240 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar"
21241fi
21242
21243if test "$wxUSE_CARET" = "yes"; then
21244 cat >> confdefs.h <<\EOF
21245#define wxUSE_CARET 1
21246EOF
21247
21248 USES_CONTROLS=1
21249 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
21250fi
21251
21252if test "$wxUSE_COMBOBOX" = "yes"; then
21253 cat >> confdefs.h <<\EOF
21254#define wxUSE_COMBOBOX 1
21255EOF
21256
21257 USES_CONTROLS=1
21258fi
21259
21260if test "$wxUSE_CHOICE" = "yes"; then
21261 cat >> confdefs.h <<\EOF
21262#define wxUSE_CHOICE 1
21263EOF
21264
21265 USES_CONTROLS=1
21266fi
21267
21268if test "$wxUSE_CHECKBOX" = "yes"; then
21269 cat >> confdefs.h <<\EOF
21270#define wxUSE_CHECKBOX 1
21271EOF
21272
21273 USES_CONTROLS=1
21274fi
21275
21276if test "$wxUSE_CHECKLST" = "yes"; then
21277 cat >> confdefs.h <<\EOF
21278#define wxUSE_CHECKLISTBOX 1
21279EOF
21280
21281 USES_CONTROLS=1
21282 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst"
21283fi
21284
21285if test "$wxUSE_GAUGE" = "yes"; then
21286 cat >> confdefs.h <<\EOF
21287#define wxUSE_GAUGE 1
21288EOF
21289
21290 USES_CONTROLS=1
21291fi
21292
21293if test "$wxUSE_NEW_GRID" = "yes"; then
21294 wxUSE_GRID="yes"
21295 cat >> confdefs.h <<\EOF
21296#define wxUSE_NEW_GRID 1
21297EOF
21298
21299 USES_CONTROLS=1
21300 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS newgrid"
21301fi
21302
21303if test "$wxUSE_GRID" = "yes"; then
21304 cat >> confdefs.h <<\EOF
21305#define wxUSE_GRID 1
21306EOF
21307
21308 USES_CONTROLS=1
21309 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
21310fi
21311
21312if test "$wxUSE_IMAGLIST" = "yes"; then
21313 cat >> confdefs.h <<\EOF
21314#define wxUSE_IMAGLIST 1
21315EOF
21316
21317fi
21318
21319if test "$wxUSE_LISTBOX" = "yes"; then
21320 cat >> confdefs.h <<\EOF
21321#define wxUSE_LISTBOX 1
21322EOF
21323
21324 USES_CONTROLS=1
21325fi
21326
21327if test "$wxUSE_LISTCTRL" = "yes"; then
21328 if test "$wxUSE_IMAGLIST" = "yes"; then
21329 cat >> confdefs.h <<\EOF
21330#define wxUSE_LISTCTRL 1
21331EOF
21332
21333 USES_CONTROLS=1
21334 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
21335 else
21336 echo "configure: warning: wxListCtrl requires wxImageList and won't be compiled without it" 1>&2
21337 fi
21338fi
21339
21340if test "$wxUSE_NOTEBOOK" = "yes"; then
21341 cat >> confdefs.h <<\EOF
21342#define wxUSE_NOTEBOOK 1
21343EOF
21344
21345 USES_CONTROLS=1
21346 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
21347fi
21348
21349if test "$wxUSE_PROPSHEET" = "yes"; then
21350 cat >> confdefs.h <<\EOF
21351#define wxUSE_PROPSHEET 1
21352EOF
21353
21354 USES_CONTROLS=1
21355 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS proplist"
21356fi
21357
21358if test "$wxUSE_RADIOBOX" = "yes"; then
21359 cat >> confdefs.h <<\EOF
21360#define wxUSE_RADIOBOX 1
21361EOF
21362
21363 USES_CONTROLS=1
21364fi
21365
21366if test "$wxUSE_RADIOBTN" = "yes"; then
21367 cat >> confdefs.h <<\EOF
21368#define wxUSE_RADIOBTN 1
21369EOF
21370
21371 USES_CONTROLS=1
21372fi
21373
21374if test "$wxUSE_SASH" = "yes"; then
21375 cat >> confdefs.h <<\EOF
21376#define wxUSE_SASH 1
21377EOF
21378
21379 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
21380fi
21381
21382if test "$wxUSE_SCROLLBAR" = "yes"; then
21383 cat >> confdefs.h <<\EOF
21384#define wxUSE_SCROLLBAR 1
21385EOF
21386
21387 USES_CONTROLS=1
21388 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub"
21389fi
21390
21391if test "$wxUSE_SLIDER" = "yes"; then
21392 cat >> confdefs.h <<\EOF
21393#define wxUSE_SLIDER 1
21394EOF
21395
21396 USES_CONTROLS=1
21397fi
21398
21399if test "$wxUSE_SPINBTN" = "yes"; then
21400 cat >> confdefs.h <<\EOF
21401#define wxUSE_SPINBTN 1
21402EOF
21403
21404 USES_CONTROLS=1
21405fi
21406
21407if test "$wxUSE_SPINCTRL" = "yes"; then
21408 cat >> confdefs.h <<\EOF
21409#define wxUSE_SPINCTRL 1
21410EOF
21411
21412 USES_CONTROLS=1
21413fi
21414
21415if test "$wxUSE_SPLITTER" = "yes"; then
21416 cat >> confdefs.h <<\EOF
21417#define wxUSE_SPLITTER 1
21418EOF
21419
21420 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
21421fi
21422
21423if test "$wxUSE_STATBMP" = "yes"; then
21424 cat >> confdefs.h <<\EOF
21425#define wxUSE_STATBMP 1
21426EOF
21427
21428 USES_CONTROLS=1
21429fi
21430
21431if test "$wxUSE_STATBOX" = "yes"; then
21432 cat >> confdefs.h <<\EOF
21433#define wxUSE_STATBOX 1
21434EOF
21435
21436 USES_CONTROLS=1
21437fi
21438
21439if test "$wxUSE_STATTEXT" = "yes"; then
21440 cat >> confdefs.h <<\EOF
21441#define wxUSE_STATTEXT 1
21442EOF
21443
21444 USES_CONTROLS=1
21445fi
21446
21447if test "$wxUSE_STATLINE" = "yes"; then
21448 if test "$wxUSE_WINE" = 1 ; then
21449 echo "configure: warning: wxStaticLine is not supported under WINE" 1>&2
21450 else
21451 cat >> confdefs.h <<\EOF
21452#define wxUSE_STATLINE 1
21453EOF
21454
21455 USES_CONTROLS=1
21456 fi
21457fi
21458
21459if test "$wxUSE_STATUSBAR" = "yes"; then
21460 cat >> confdefs.h <<\EOF
21461#define wxUSE_STATUSBAR 1
21462EOF
21463
21464 USES_CONTROLS=1
21465
21466 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
21467fi
21468
21469if test "$wxUSE_TABDIALOG" = "yes"; then
21470 cat >> confdefs.h <<\EOF
21471#define wxUSE_TAB_DIALOG 1
21472EOF
21473
21474 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS tab"
21475fi
21476
21477if test "$wxUSE_TEXTCTRL" = "yes"; then
21478 cat >> confdefs.h <<\EOF
21479#define wxUSE_TEXTCTRL 1
21480EOF
21481
21482 USES_CONTROLS=1
21483 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text"
21484fi
21485
21486if test "$wxUSE_TOGGLEBTN" = "yes"; then
21487 if test "$wxUSE_MAC" = 1; then
21488 echo "configure: warning: Toggle button not yet supported under Mac OS X... disabled" 1>&2
21489 wxUSE_TOGGLEBTN=no
21490 fi
21491 if test "$wxUSE_UNIVERSAL" = "yes"; then
21492 echo "configure: warning: Toggle button not yet supported under wxUniversal... disabled" 1>&2
21493 wxUSE_TOGGLEBTN=no
21494 fi
21495
21496 if test "$wxUSE_TOGGLEBTN" = "yes"; then
21497 cat >> confdefs.h <<\EOF
21498#define wxUSE_TOGGLEBTN 1
21499EOF
21500
21501 USES_CONTROLS=1
21502 fi
21503fi
21504
21505if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
21506 cat >> confdefs.h <<\EOF
21507#define wxUSE_TOOLBAR_SIMPLE 1
21508EOF
21509
21510 wxUSE_TOOLBAR="yes"
21511 USES_CONTROLS=1
21512fi
21513
21514if test "$wxUSE_TOOLBAR" = "yes"; then
21515 cat >> confdefs.h <<\EOF
21516#define wxUSE_TOOLBAR 1
21517EOF
21518
21519 USES_CONTROLS=1
21520
21521 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
21522 wxUSE_TOOLBAR_NATIVE="yes"
21523 fi
21524
21525 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
21526 cat >> confdefs.h <<\EOF
21527#define wxUSE_TOOLBAR_NATIVE 1
21528EOF
21529
21530 USES_CONTROLS=1
21531 fi
21532
21533 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
21534fi
21535
21536if test "$wxUSE_TOOLTIPS" = "yes"; then
21537 if test "$wxUSE_MOTIF" = 1; then
21538 echo "configure: warning: wxTooltip not supported yet under Motif... disabled" 1>&2
21539 else
21540 if test "$wxUSE_WINE" = 1; then
21541 echo "configure: warning: wxTooltip not supported under WINE... disabled" 1>&2
21542 else
21543 if test "$wxUSE_UNIVERSAL" = "yes"; then
21544 echo "configure: warning: wxTooltip not supported yet in wxUniversal... disabled" 1>&2
21545 else
21546 cat >> confdefs.h <<\EOF
21547#define wxUSE_TOOLTIPS 1
21548EOF
21549
21550 fi
21551 fi
21552 fi
21553fi
21554
21555if test "$wxUSE_TREECTRL" = "yes"; then
21556 if test "$wxUSE_IMAGLIST" = "yes"; then
21557 cat >> confdefs.h <<\EOF
21558#define wxUSE_TREECTRL 1
21559EOF
21560
21561 USES_CONTROLS=1
21562 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
21563 else
21564 echo "configure: warning: wxTreeCtrl requires wxImageList and won't be compiled without it" 1>&2
21565 fi
21566fi
21567
21568if test "$wxUSE_POPUPWIN" = "yes"; then
21569 if test "$wxUSE_MAC" = 1; then
21570 echo "configure: warning: Popup window not yet supported under Mac OS X... disabled" 1>&2
21571 else
21572 if test "$wxUSE_MOTIF" = 1; then
21573 echo "configure: warning: wxPopupWindow not yet supported under Motif... disabled" 1>&2
21574 else
21575 if test "$wxUSE_PM" = 1; then
21576 echo "configure: warning: wxPopupWindow not yet supported under PM... disabled" 1>&2
21577 else
21578 cat >> confdefs.h <<\EOF
21579#define wxUSE_POPUPWIN 1
21580EOF
21581
21582
21583 USES_CONTROLS=1
21584 fi
21585 fi
21586 fi
21587fi
21588
21589if test "$wxUSE_TIPWINDOW" = "yes"; then
21590 if test "$wxUSE_PM" = 1; then
21591 echo "configure: warning: wxTipWindow not yet supported under PM... disabled" 1>&2
21592 else
21593 cat >> confdefs.h <<\EOF
21594#define wxUSE_TIPWINDOW 1
21595EOF
21596
21597 fi
21598fi
21599
21600if test "$USES_CONTROLS" = 1; then
21601 cat >> confdefs.h <<\EOF
21602#define wxUSE_CONTROLS 1
21603EOF
21604
21605fi
21606
21607
21608if test "$wxUSE_TREELAYOUT" = "yes"; then
21609 cat >> confdefs.h <<\EOF
21610#define wxUSE_TREELAYOUT 1
21611EOF
21612
21613 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treelay"
21614fi
21615
21616if test "$wxUSE_DRAGIMAGE" = "yes"; then
21617 cat >> confdefs.h <<\EOF
21618#define wxUSE_DRAGIMAGE 1
21619EOF
21620
21621 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag"
21622fi
21623
21624if test "$wxUSE_MENUS" = "yes"; then
21625 cat >> confdefs.h <<\EOF
21626#define wxUSE_MENUS 1
21627EOF
21628
21629 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu"
21630fi
21631
21632if test "$wxUSE_METAFILE" = "yes"; then
21633 cat >> confdefs.h <<\EOF
21634#define wxUSE_METAFILE 1
21635EOF
21636
21637fi
21638
21639if test "$wxUSE_MIMETYPE" = "yes"; then
21640 cat >> confdefs.h <<\EOF
21641#define wxUSE_MIMETYPE 1
21642EOF
21643
21644fi
21645
21646if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
21647 cat >> confdefs.h <<\EOF
21648#define wxUSE_SYSTEM_OPTIONS 1
21649EOF
21650
21651if test "$TOOLKIT" = "MSW"; then
21652 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS taskbar"
21653fi
21654
21655fi
21656
21657if test "$wxUSE_PROTOCOL" = "yes"; then
21658 if test "$wxUSE_SOCKETS" != "yes"; then
21659 echo "configure: warning: Protocol classes require sockets... disabled" 1>&2
21660 wxUSE_PROTOCOL=no
21661 fi
21662
21663 if test "$wxUSE_PROTOCOL" = "yes"; then
21664 cat >> confdefs.h <<\EOF
21665#define wxUSE_PROTOCOL 1
21666EOF
21667
21668
21669 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
21670 cat >> confdefs.h <<\EOF
21671#define wxUSE_PROTOCOL_HTTP 1
21672EOF
21673
21674 fi
21675 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
21676 cat >> confdefs.h <<\EOF
21677#define wxUSE_PROTOCOL_FTP 1
21678EOF
21679
21680 fi
21681 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
21682 cat >> confdefs.h <<\EOF
21683#define wxUSE_PROTOCOL_FILE 1
21684EOF
21685
21686 fi
21687 fi
21688fi
21689
21690if test "$wxUSE_URL" = "yes"; then
21691 if test "$wxUSE_PROTOCOL" != "yes"; then
21692 echo "configure: warning: wxURL class requires wxProtocol... disabled" 1>&2
21693 wxUSE_URL=no
21694 fi
21695 if test "$wxUSE_URL" = "yes"; then
21696 cat >> confdefs.h <<\EOF
21697#define wxUSE_URL 1
21698EOF
21699
21700 fi
21701fi
21702
21703if test "$wxUSE_MINIFRAME" = "yes"; then
21704 cat >> confdefs.h <<\EOF
21705#define wxUSE_MINIFRAME 1
21706EOF
21707
21708 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram"
21709fi
21710
21711if test "$wxUSE_HTML" = "yes"; then
21712 cat >> confdefs.h <<\EOF
21713#define wxUSE_HTML 1
21714EOF
21715
21716 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html"
21717fi
21718
21719if test "$wxUSE_VALIDATORS" = "yes"; then
21720 cat >> confdefs.h <<\EOF
21721#define wxUSE_VALIDATORS 1
21722EOF
21723
21724 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
21725fi
21726
21727if test "$wxUSE_PALETTE" = "yes" ; then
21728 cat >> confdefs.h <<\EOF
21729#define wxUSE_PALETTE 1
21730EOF
21731
21732fi
21733
21734if test "$wxUSE_IMAGE" = "yes" ; then
21735 cat >> confdefs.h <<\EOF
21736#define wxUSE_IMAGE 1
21737EOF
21738
21739fi
21740
21741if test "$wxUSE_GIF" = "yes" ; then
21742 cat >> confdefs.h <<\EOF
21743#define wxUSE_GIF 1
21744EOF
21745
21746fi
21747
21748if test "$wxUSE_PCX" = "yes" ; then
21749 cat >> confdefs.h <<\EOF
21750#define wxUSE_PCX 1
21751EOF
21752
21753fi
21754
21755if test "$wxUSE_IFF" = "yes" ; then
21756 cat >> confdefs.h <<\EOF
21757#define wxUSE_IFF 1
21758EOF
21759
21760fi
21761
21762if test "$wxUSE_PNM" = "yes" ; then
21763 cat >> confdefs.h <<\EOF
21764#define wxUSE_PNM 1
21765EOF
21766
21767fi
21768
21769if test "$wxUSE_XPM" = "yes" ; then
21770 cat >> confdefs.h <<\EOF
21771#define wxUSE_XPM 1
21772EOF
21773
21774fi
21775
21776if test "$wxUSE_ICO_CUR" = "yes" ; then
21777 cat >> confdefs.h <<\EOF
21778#define wxUSE_ICO_CUR 1
21779EOF
21780
21781fi
21782
21783if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
21784 LIBS=" -lunicows $LIBS"
21785fi
21786
21787
21788if test "$wxUSE_CHOICEDLG" = "yes"; then
21789 cat >> confdefs.h <<\EOF
21790#define wxUSE_CHOICEDLG 1
21791EOF
21792
21793fi
21794
21795if test "$wxUSE_COLOURDLG" = "yes"; then
21796 cat >> confdefs.h <<\EOF
21797#define wxUSE_COLOURDLG 1
21798EOF
21799
21800fi
21801
21802if test "$wxUSE_FILEDLG" = "yes"; then
21803 cat >> confdefs.h <<\EOF
21804#define wxUSE_FILEDLG 1
21805EOF
21806
21807fi
21808
21809if test "$wxUSE_FINDREPLDLG" = "yes"; then
21810 cat >> confdefs.h <<\EOF
21811#define wxUSE_FINDREPLDLG 1
21812EOF
21813
21814fi
21815
21816if test "$wxUSE_FONTDLG" = "yes"; then
21817 cat >> confdefs.h <<\EOF
21818#define wxUSE_FONTDLG 1
21819EOF
21820
21821fi
21822
21823if test "$wxUSE_DIRDLG" = "yes"; then
21824 if test "$wxUSE_TREECTRL" != "yes"; then
21825 echo "configure: warning: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" 1>&2
21826 else
21827 cat >> confdefs.h <<\EOF
21828#define wxUSE_DIRDLG 1
21829EOF
21830
21831 fi
21832fi
21833
21834if test "$wxUSE_MSGDLG" = "yes"; then
21835 cat >> confdefs.h <<\EOF
21836#define wxUSE_MSGDLG 1
21837EOF
21838
21839fi
21840
21841if test "$wxUSE_NUMBERDLG" = "yes"; then
21842 cat >> confdefs.h <<\EOF
21843#define wxUSE_NUMBERDLG 1
21844EOF
21845
21846fi
21847
21848if test "$wxUSE_PROGRESSDLG" = "yes"; then
21849 if test "$wxUSE_CONSTRAINTS" != "yes"; then
21850 echo "configure: warning: wxProgressDialog requires constraints so it won't be compiled without them" 1>&2
21851 else
21852 cat >> confdefs.h <<\EOF
21853#define wxUSE_PROGRESSDLG 1
21854EOF
21855
21856 fi
21857fi
21858
21859if test "$wxUSE_SPLASH" = "yes"; then
21860 cat >> confdefs.h <<\EOF
21861#define wxUSE_SPLASH 1
21862EOF
21863
21864fi
21865
21866if test "$wxUSE_STARTUP_TIPS" = "yes"; then
21867 if test "$wxUSE_CONSTRAINTS" != "yes"; then
21868 echo "configure: warning: Startup tips requires constraints and won't be compiled without them" 1>&2
21869 else
21870 cat >> confdefs.h <<\EOF
21871#define wxUSE_STARTUP_TIPS 1
21872EOF
21873
21874 fi
21875fi
21876
21877if test "$wxUSE_TEXTDLG" = "yes"; then
21878 cat >> confdefs.h <<\EOF
21879#define wxUSE_TEXTDLG 1
21880EOF
21881
21882fi
21883
21884if test "$wxUSE_WIZARDDLG" = "yes"; then
21885 cat >> confdefs.h <<\EOF
21886#define wxUSE_WIZARDDLG 1
21887EOF
21888
21889 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard"
21890fi
21891
21892
21893if test "$cross_compiling" = "yes"; then
21894 OSINFO="\"$host\""
21895else
21896 OSINFO=`uname -s -r -m`
21897 OSINFO="\"$OSINFO\""
21898fi
21899
21900cat >> confdefs.h <<EOF
21901#define WXWIN_OS_DESCRIPTION $OSINFO
21902EOF
21903
21904
21905
21906if test "x$prefix" != "xNONE"; then
21907 wxPREFIX=$prefix
21908else
21909 wxPREFIX=$ac_default_prefix
21910fi
21911
21912cat >> confdefs.h <<EOF
21913#define wxINSTALL_PREFIX "$wxPREFIX"
21914EOF
21915
21916
21917
21918
21919
21920if test "$wxUSE_MAC" = 1 ; then
21921 LDFLAGS="$LDFLAGS -framework Carbon -framework System"
21922fi
21923
21924
21925LIBS="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
21926
21927have_cos=0
21928have_floor=0
21929for ac_func in cos
21930do
21931echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
21932echo "configure:21933: checking for $ac_func" >&5
21933if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
21934 echo $ac_n "(cached) $ac_c" 1>&6
21935else
21936 cat > conftest.$ac_ext <<EOF
21937#line 21938 "configure"
21938#include "confdefs.h"
21939/* System header to define __stub macros and hopefully few prototypes,
21940 which can conflict with char $ac_func(); below. */
21941#include <assert.h>
21942/* Override any gcc2 internal prototype to avoid an error. */
21943/* We use char because int might match the return type of a gcc2
21944 builtin and then its argument prototype would still apply. */
21945char $ac_func();
21946
21947int main() {
21948
21949/* The GNU C library defines this for functions which it implements
21950 to always fail with ENOSYS. Some functions are actually named
21951 something starting with __ and the normal name is an alias. */
21952#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
21953choke me
21954#else
21955$ac_func();
21956#endif
21957
21958; return 0; }
21959EOF
21960if { (eval echo configure:21961: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
21961 rm -rf conftest*
21962 eval "ac_cv_func_$ac_func=yes"
21963else
21964 echo "configure: failed program was:" >&5
21965 cat conftest.$ac_ext >&5
21966 rm -rf conftest*
21967 eval "ac_cv_func_$ac_func=no"
21968fi
21969rm -f conftest*
21970fi
21971
21972if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
21973 echo "$ac_t""yes" 1>&6
21974 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
21975 cat >> confdefs.h <<EOF
21976#define $ac_tr_func 1
21977EOF
21978 have_cos=1
21979else
21980 echo "$ac_t""no" 1>&6
21981fi
21982done
21983
21984for ac_func in floor
21985do
21986echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
21987echo "configure:21988: checking for $ac_func" >&5
21988if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
21989 echo $ac_n "(cached) $ac_c" 1>&6
21990else
21991 cat > conftest.$ac_ext <<EOF
21992#line 21993 "configure"
21993#include "confdefs.h"
21994/* System header to define __stub macros and hopefully few prototypes,
21995 which can conflict with char $ac_func(); below. */
21996#include <assert.h>
21997/* Override any gcc2 internal prototype to avoid an error. */
21998/* We use char because int might match the return type of a gcc2
21999 builtin and then its argument prototype would still apply. */
22000char $ac_func();
22001
22002int main() {
22003
22004/* The GNU C library defines this for functions which it implements
22005 to always fail with ENOSYS. Some functions are actually named
22006 something starting with __ and the normal name is an alias. */
22007#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
22008choke me
22009#else
22010$ac_func();
22011#endif
22012
22013; return 0; }
22014EOF
22015if { (eval echo configure:22016: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
22016 rm -rf conftest*
22017 eval "ac_cv_func_$ac_func=yes"
22018else
22019 echo "configure: failed program was:" >&5
22020 cat conftest.$ac_ext >&5
22021 rm -rf conftest*
22022 eval "ac_cv_func_$ac_func=no"
22023fi
22024rm -f conftest*
22025fi
22026
22027if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
22028 echo "$ac_t""yes" 1>&6
22029 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
22030 cat >> confdefs.h <<EOF
22031#define $ac_tr_func 1
22032EOF
22033 have_floor=1
22034else
22035 echo "$ac_t""no" 1>&6
22036fi
22037done
22038
22039echo $ac_n "checking if floating point functions link without -lm""... $ac_c" 1>&6
22040echo "configure:22041: checking if floating point functions link without -lm" >&5
22041if test "$have_cos" = 1 -a "$have_floor" = 1; then
22042 echo "$ac_t""yes" 1>&6
22043else
22044 echo "$ac_t""no" 1>&6
22045 LIBS="$LIBS -lm"
22046 # use different functions to avoid configure caching
22047 have_sin=0
22048 have_ceil=0
22049 for ac_func in sin
22050do
22051echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
22052echo "configure:22053: checking for $ac_func" >&5
22053if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
22054 echo $ac_n "(cached) $ac_c" 1>&6
22055else
22056 cat > conftest.$ac_ext <<EOF
22057#line 22058 "configure"
22058#include "confdefs.h"
22059/* System header to define __stub macros and hopefully few prototypes,
22060 which can conflict with char $ac_func(); below. */
22061#include <assert.h>
22062/* Override any gcc2 internal prototype to avoid an error. */
22063/* We use char because int might match the return type of a gcc2
22064 builtin and then its argument prototype would still apply. */
22065char $ac_func();
22066
22067int main() {
22068
22069/* The GNU C library defines this for functions which it implements
22070 to always fail with ENOSYS. Some functions are actually named
22071 something starting with __ and the normal name is an alias. */
22072#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
22073choke me
22074#else
22075$ac_func();
22076#endif
22077
22078; return 0; }
22079EOF
22080if { (eval echo configure:22081: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
22081 rm -rf conftest*
22082 eval "ac_cv_func_$ac_func=yes"
22083else
22084 echo "configure: failed program was:" >&5
22085 cat conftest.$ac_ext >&5
22086 rm -rf conftest*
22087 eval "ac_cv_func_$ac_func=no"
22088fi
22089rm -f conftest*
22090fi
22091
22092if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
22093 echo "$ac_t""yes" 1>&6
22094 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
22095 cat >> confdefs.h <<EOF
22096#define $ac_tr_func 1
22097EOF
22098 have_sin=1
22099else
22100 echo "$ac_t""no" 1>&6
22101fi
22102done
22103
22104 for ac_func in ceil
22105do
22106echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
22107echo "configure:22108: checking for $ac_func" >&5
22108if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
22109 echo $ac_n "(cached) $ac_c" 1>&6
22110else
22111 cat > conftest.$ac_ext <<EOF
22112#line 22113 "configure"
22113#include "confdefs.h"
22114/* System header to define __stub macros and hopefully few prototypes,
22115 which can conflict with char $ac_func(); below. */
22116#include <assert.h>
22117/* Override any gcc2 internal prototype to avoid an error. */
22118/* We use char because int might match the return type of a gcc2
22119 builtin and then its argument prototype would still apply. */
22120char $ac_func();
22121
22122int main() {
22123
22124/* The GNU C library defines this for functions which it implements
22125 to always fail with ENOSYS. Some functions are actually named
22126 something starting with __ and the normal name is an alias. */
22127#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
22128choke me
22129#else
22130$ac_func();
22131#endif
22132
22133; return 0; }
22134EOF
22135if { (eval echo configure:22136: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
22136 rm -rf conftest*
22137 eval "ac_cv_func_$ac_func=yes"
22138else
22139 echo "configure: failed program was:" >&5
22140 cat conftest.$ac_ext >&5
22141 rm -rf conftest*
22142 eval "ac_cv_func_$ac_func=no"
22143fi
22144rm -f conftest*
22145fi
22146
22147if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
22148 echo "$ac_t""yes" 1>&6
22149 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
22150 cat >> confdefs.h <<EOF
22151#define $ac_tr_func 1
22152EOF
22153 have_ceil=1
22154else
22155 echo "$ac_t""no" 1>&6
22156fi
22157done
22158
22159 echo $ac_n "checking if floating point functions link with -lm""... $ac_c" 1>&6
22160echo "configure:22161: checking if floating point functions link with -lm" >&5
22161 if test "$have_sin" = 1 -a "$have_ceil" = 1; then
22162 echo "$ac_t""yes" 1>&6
22163 else
22164 echo "$ac_t""no" 1>&6
22165 # not sure we should warn the user, crash, etc.
22166 fi
22167fi
22168
22169if test "$wxUSE_GUI" = "yes"; then
22170
22171 LIBS="$GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $LIBS"
22172
22173
22174 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs \
22175 drawing dynamic erase event exec font image \
22176 minimal propsize rotate widgets"
22177
22178 CPPFLAGS="$CPPFLAGS \$(EXTRADEFS) \$(APPEXTRADEFS)"
22179else
22180 SAMPLES_SUBDIRS="console"
22181fi
22182
22183
22184INCLUDES="-I\${top_builddir}/lib/wx/include/${TOOLCHAIN_NAME} \
22185-I\${top_srcdir}/include \
22186$REGEX_INCLUDE $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE \
22187$TOOLKIT_INCLUDE"
22188
22189if test "$wxUSE_GTK" = 1; then
22190 WXCONFIG_INCLUDE=
22191else
22192 WXCONFIG_INCLUDE="$TOOLKIT_INCLUDE"
22193fi
22194
22195if test "$GXX" = yes ; then
22196 CXXWARNINGS="-Wall"
22197
22198 if test "$wxUSE_NO_DEPS" = "no" ; then
22199 CFLAGS="-MMD $CFLAGS"
22200 CXXFLAGS="-MMD $CXXFLAGS"
22201 fi
22202fi
22203
22204EXTRA_CFLAGS="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE"
22205
22206CPPFLAGS=`echo $INCLUDES $CPPFLAGS | sed 's/ \\+/ /g'`
22207CFLAGS=`echo $EXTRA_CFLAGS $CFLAGS $CXXWARNINGS | sed 's/ \\+/ /g'`
22208CXXFLAGS=`echo $EXTRA_CFLAGS $CXXFLAGS $CXXWARNINGS | sed 's/ \+/ /g'`
22209LIBS=`echo $LIBS | sed 's/ \+/ /g'`
22210
22211LDFLAGS="$LDFLAGS $PROFILE"
22212
22213SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
22214
22215
22216
22217
22218
22219
22220
22221
22222
22223
22224
22225
22226
22227
22228
22229
22230
22231
22232
22233
22234
22235
22236
22237
22238
22239
22240
22241
22242
22243
22244
22245
22246
22247
22248
22249
22250
22251
22252
22253
22254
22255
22256
22257
22258
22259
22260
22261
22262
22263
22264
22265
22266
22267
22268
22269
22270
22271
22272
22273
22274
22275
22276
22277
22278
22279
22280
22281
22282
22283
22284
22285
22286
22287
22288
22289
22290
22291
22292
22293
22294
22295
22296
22297
22298
22299
22300
22301
22302
22303
22304
22305
22306
22307
22308
22309
22310
22311
22312echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
22313echo "configure:22314: checking whether ${MAKE-make} sets \${MAKE}" >&5
22314set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
22315if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
22316 echo $ac_n "(cached) $ac_c" 1>&6
22317else
22318 cat > conftestmake <<\EOF
22319all:
22320 @echo 'ac_maketemp="${MAKE}"'
22321EOF
22322# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
22323eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
22324if test -n "$ac_maketemp"; then
22325 eval ac_cv_prog_make_${ac_make}_set=yes
22326else
22327 eval ac_cv_prog_make_${ac_make}_set=no
22328fi
22329rm -f conftestmake
22330fi
22331if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
22332 echo "$ac_t""yes" 1>&6
22333 SET_MAKE=
22334else
22335 echo "$ac_t""no" 1>&6
22336 SET_MAKE="MAKE=${MAKE-make}"
22337fi
22338
22339
22340if test -f lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h; then
22341 mv -f lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h setup.h
22342fi
22343
22344
22345
22346wx_cv_path_samplesubdirs=$SAMPLES_SUBDIRS
22347wx_cv_if_gnu_make=$IF_GNU_MAKE
22348wx_cv_path_ifs=$PATH_IFS
22349wx_cv_program_ext=$PROGRAM_EXT
22350wx_cv_target_library=$WX_TARGET_LIBRARY
22351wx_cv_target_library_gl=$WX_TARGET_LIBRARY_GL
22352wx_cv_target_libtype=$WX_TARGET_LIBRARY_TYPE
22353wx_cv_library_basename=${WX_LIBRARY_BASENAME}
22354wx_cv_release=${WX_RELEASE}
22355wx_cv_current=${WX_CURRENT}
22356wx_cv_revision=${WX_REVISION}
22357wx_cv_age=${WX_AGE}
22358wx_cv_use_gui=${USE_GUI}
22359wx_cv_use_resources=${wxUSE_RESOURCES}
22360export wx_cv_path_samplesubdirs wx_cv_if_gnu_make \
22361 wx_cv_path_ifs wx_cv_program_ext \
22362 wx_cv_target_library wx_cv_target_library_gl wx_cv_target_libtype \
22363 wx_cv_library_basename wx_cv_release wx_cv_current wx_cv_revision wx_cv_age \
22364 wx_cv_use_gui wx_cv_use_resources
22365
22366subdirs="demos samples utils contrib"
22367
22368
22369trap '' 1 2 15
22370cat > confcache <<\EOF
22371# This file is a shell script that caches the results of configure
22372# tests run on this system so they can be shared between configure
22373# scripts and configure runs. It is not useful on other systems.
22374# If it contains results you don't want to keep, you may remove or edit it.
22375#
22376# By default, configure uses ./config.cache as the cache file,
22377# creating it if it does not exist already. You can give configure
22378# the --cache-file=FILE option to use a different cache file; that is
22379# what configure does when it calls configure scripts in
22380# subdirectories, so they share the cache.
22381# Giving --cache-file=/dev/null disables caching, for debugging configure.
22382# config.status only pays attention to the cache file if you give it the
22383# --recheck option to rerun configure.
22384#
22385EOF
22386# The following way of writing the cache mishandles newlines in values,
22387# but we know of no workaround that is simple, portable, and efficient.
22388# So, don't put newlines in cache variables' values.
22389# Ultrix sh set writes to stderr and can't be redirected directly,
22390# and sets the high bit in the cache file unless we assign to the vars.
22391(set) 2>&1 |
22392 case `(ac_space=' '; set | grep ac_space) 2>&1` in
22393 *ac_space=\ *)
22394 # `set' does not quote correctly, so add quotes (double-quote substitution
22395 # turns \\\\ into \\, and sed turns \\ into \).
22396 sed -n \
22397 -e "s/'/'\\\\''/g" \
22398 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
22399 ;;
22400 *)
22401 # `set' quotes correctly as required by POSIX, so do not add quotes.
22402 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
22403 ;;
22404 esac >> confcache
22405if cmp -s $cache_file confcache; then
22406 :
22407else
22408 if test -w $cache_file; then
22409 echo "updating cache $cache_file"
22410 cat confcache > $cache_file
22411 else
22412 echo "not updating unwritable cache $cache_file"
22413 fi
22414fi
22415rm -f confcache
22416
22417trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
22418
22419test "x$prefix" = xNONE && prefix=$ac_default_prefix
22420# Let make expand exec_prefix.
22421test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
22422
22423# Any assignment to VPATH causes Sun make to only execute
22424# the first set of double-colon rules, so remove it if not needed.
22425# If there is a colon in the path, we need to keep it.
22426if test "x$srcdir" = x.; then
22427 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
22428fi
22429
22430trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
22431
22432DEFS=-DHAVE_CONFIG_H
22433
22434# Without the "./", some shells look in PATH for config.status.
22435: ${CONFIG_STATUS=./config.status}
22436
22437echo creating $CONFIG_STATUS
22438rm -f $CONFIG_STATUS
22439cat > $CONFIG_STATUS <<EOF
22440#! /bin/sh
22441# Generated automatically by configure.
22442# Run this file to recreate the current configuration.
22443# This directory was configured as follows,
22444# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
22445#
22446# $0 $ac_configure_args
22447#
22448# Compiler output produced by configure, useful for debugging
22449# configure, is in ./config.log if it exists.
22450
22451ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
22452for ac_option
22453do
22454 case "\$ac_option" in
22455 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
22456 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
22457 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
22458 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
22459 echo "$CONFIG_STATUS generated by autoconf version 2.13"
22460 exit 0 ;;
22461 -help | --help | --hel | --he | --h)
22462 echo "\$ac_cs_usage"; exit 0 ;;
22463 *) echo "\$ac_cs_usage"; exit 1 ;;
22464 esac
22465done
22466
22467ac_given_srcdir=$srcdir
22468ac_given_INSTALL="$INSTALL"
22469
22470trap 'rm -fr `echo "
22471 wx-config
22472 version-script
22473 src/make.env
22474 src/makeprog.env
22475 src/makelib.env
22476 Makefile
22477 setup.h:setup.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
22478EOF
22479cat >> $CONFIG_STATUS <<EOF
22480
22481# Protect against being on the right side of a sed subst in config.status.
22482sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
22483 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
22484$ac_vpsub
22485$extrasub
22486s%@SHELL@%$SHELL%g
22487s%@CFLAGS@%$CFLAGS%g
22488s%@CPPFLAGS@%$CPPFLAGS%g
22489s%@CXXFLAGS@%$CXXFLAGS%g
22490s%@FFLAGS@%$FFLAGS%g
22491s%@DEFS@%$DEFS%g
22492s%@LDFLAGS@%$LDFLAGS%g
22493s%@LIBS@%$LIBS%g
22494s%@exec_prefix@%$exec_prefix%g
22495s%@prefix@%$prefix%g
22496s%@program_transform_name@%$program_transform_name%g
22497s%@bindir@%$bindir%g
22498s%@sbindir@%$sbindir%g
22499s%@libexecdir@%$libexecdir%g
22500s%@datadir@%$datadir%g
22501s%@sysconfdir@%$sysconfdir%g
22502s%@sharedstatedir@%$sharedstatedir%g
22503s%@localstatedir@%$localstatedir%g
22504s%@libdir@%$libdir%g
22505s%@includedir@%$includedir%g
22506s%@oldincludedir@%$oldincludedir%g
22507s%@infodir@%$infodir%g
22508s%@mandir@%$mandir%g
22509s%@host@%$host%g
22510s%@host_alias@%$host_alias%g
22511s%@host_cpu@%$host_cpu%g
22512s%@host_vendor@%$host_vendor%g
22513s%@host_os@%$host_os%g
22514s%@target@%$target%g
22515s%@target_alias@%$target_alias%g
22516s%@target_cpu@%$target_cpu%g
22517s%@target_vendor@%$target_vendor%g
22518s%@target_os@%$target_os%g
22519s%@build@%$build%g
22520s%@build_alias@%$build_alias%g
22521s%@build_cpu@%$build_cpu%g
22522s%@build_vendor@%$build_vendor%g
22523s%@build_os@%$build_os%g
22524s%@CC@%$CC%g
22525s%@CPP@%$CPP%g
22526s%@CXX@%$CXX%g
22527s%@RANLIB@%$RANLIB%g
22528s%@AR@%$AR%g
22529s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
22530s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
22531s%@INSTALL_DATA@%$INSTALL_DATA%g
22532s%@STRIP@%$STRIP%g
22533s%@IF_GNU_MAKE@%$IF_GNU_MAKE%g
22534s%@YACC@%$YACC%g
22535s%@LEX@%$LEX%g
22536s%@LEXLIB@%$LEXLIB%g
22537s%@LN_S@%$LN_S%g
22538s%@CXXCPP@%$CXXCPP%g
22539s%@PKG_CONFIG@%$PKG_CONFIG%g
22540s%@GTK_CFLAGS@%$GTK_CFLAGS%g
22541s%@GTK_LIBS@%$GTK_LIBS%g
22542s%@GTK_CONFIG@%$GTK_CONFIG%g
22543s%@PANGOFT2_CFLAGS@%$PANGOFT2_CFLAGS%g
22544s%@PANGOFT2_LIBS@%$PANGOFT2_LIBS%g
22545s%@X_CFLAGS@%$X_CFLAGS%g
22546s%@X_PRE_LIBS@%$X_PRE_LIBS%g
22547s%@X_LIBS@%$X_LIBS%g
22548s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
22549s%@PANGOX_CFLAGS@%$PANGOX_CFLAGS%g
22550s%@PANGOX_LIBS@%$PANGOX_LIBS%g
22551s%@PANGOXFT_CFLAGS@%$PANGOXFT_CFLAGS%g
22552s%@PANGOXFT_LIBS@%$PANGOXFT_LIBS%g
22553s%@AIX_CXX_LD@%$AIX_CXX_LD%g
22554s%@RESCOMP@%$RESCOMP%g
22555s%@DEREZ@%$DEREZ%g
22556s%@LIBICONV@%$LIBICONV%g
22557s%@LEX_STEM@%$LEX_STEM%g
22558s%@PATH_IFS@%$PATH_IFS%g
22559s%@WX_MAJOR_VERSION_NUMBER@%$WX_MAJOR_VERSION_NUMBER%g
22560s%@WX_MINOR_VERSION_NUMBER@%$WX_MINOR_VERSION_NUMBER%g
22561s%@WX_RELEASE_NUMBER@%$WX_RELEASE_NUMBER%g
22562s%@WX_LIBRARY_NAME_STATIC@%$WX_LIBRARY_NAME_STATIC%g
22563s%@WX_LIBRARY_NAME_SHARED@%$WX_LIBRARY_NAME_SHARED%g
22564s%@WX_LIBRARY_BASENAME@%$WX_LIBRARY_BASENAME%g
22565s%@WX_LIBRARY_IMPORTLIB@%$WX_LIBRARY_IMPORTLIB%g
22566s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g
22567s%@WX_LIBRARY_LINK1@%$WX_LIBRARY_LINK1%g
22568s%@WX_LIBRARY_LINK2@%$WX_LIBRARY_LINK2%g
22569s%@PROGRAM_EXT@%$PROGRAM_EXT%g
22570s%@WX_LIBRARY_NAME_STATIC_GL@%$WX_LIBRARY_NAME_STATIC_GL%g
22571s%@WX_LIBRARY_NAME_SHARED_GL@%$WX_LIBRARY_NAME_SHARED_GL%g
22572s%@WX_TARGET_LIBRARY_GL@%$WX_TARGET_LIBRARY_GL%g
22573s%@WX_LIBRARY_LINK1_GL@%$WX_LIBRARY_LINK1_GL%g
22574s%@WX_LIBRARY_LINK2_GL@%$WX_LIBRARY_LINK2_GL%g
22575s%@WX_ALL@%$WX_ALL%g
22576s%@WX_ALL_INSTALLED@%$WX_ALL_INSTALLED%g
22577s%@SHARED_LD@%$SHARED_LD%g
22578s%@PIC_FLAG@%$PIC_FLAG%g
22579s%@CODE_GEN_FLAGS@%$CODE_GEN_FLAGS%g
22580s%@CODE_GEN_FLAGS_CXX@%$CODE_GEN_FLAGS_CXX%g
22581s%@SONAME_FLAGS@%$SONAME_FLAGS%g
22582s%@SONAME_FLAGS_GL@%$SONAME_FLAGS_GL%g
22583s%@WX_TARGET_LIBRARY_SONAME@%$WX_TARGET_LIBRARY_SONAME%g
22584s%@WX_TARGET_LIBRARY_TYPE@%$WX_TARGET_LIBRARY_TYPE%g
22585s%@STATIC_FLAG@%$STATIC_FLAG%g
22586s%@WXDEBUG_DEFINE@%$WXDEBUG_DEFINE%g
22587s%@USE_GUI@%$USE_GUI%g
22588s%@AFMINSTALL@%$AFMINSTALL%g
22589s%@WIN32INSTALL@%$WIN32INSTALL%g
22590s%@TOOLKIT@%$TOOLKIT%g
22591s%@TOOLKIT_DIR@%$TOOLKIT_DIR%g
22592s%@TOOLKIT_VPATH@%$TOOLKIT_VPATH%g
22593s%@TOOLCHAIN_NAME@%$TOOLCHAIN_NAME%g
22594s%@TOOLCHAIN_DEFS@%$TOOLCHAIN_DEFS%g
22595s%@TOOLCHAIN_DLL_DEFS@%$TOOLCHAIN_DLL_DEFS%g
22596s%@cross_compiling@%$cross_compiling%g
22597s%@WXCONFIG_LIBS@%$WXCONFIG_LIBS%g
22598s%@WXCONFIG_LIBS_GL@%$WXCONFIG_LIBS_GL%g
22599s%@WXCONFIG_LIBS_STATIC@%$WXCONFIG_LIBS_STATIC%g
22600s%@WXCONFIG_LIBS_STATIC_GL@%$WXCONFIG_LIBS_STATIC_GL%g
22601s%@WXCONFIG_INCLUDE@%$WXCONFIG_INCLUDE%g
22602s%@WXCONFIG_RPATH@%$WXCONFIG_RPATH%g
22603s%@WX_LARGEFILE_FLAGS@%$WX_LARGEFILE_FLAGS%g
22604s%@ALL_OBJECTS@%$ALL_OBJECTS%g
22605s%@ALL_HEADERS@%$ALL_HEADERS%g
22606s%@ALL_SOURCES@%$ALL_SOURCES%g
22607s%@GUIDIST@%$GUIDIST%g
22608s%@PORT_FILES@%$PORT_FILES%g
22609s%@DISTDIR@%$DISTDIR%g
22610s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g
22611s%@LDFLAGS_GL@%$LDFLAGS_GL%g
22612s%@LDFLAGS_VERSIONING@%$LDFLAGS_VERSIONING%g
22613s%@LDFLAGS_EXE@%$LDFLAGS_EXE%g
22614s%@OPENGL_LIBS@%$OPENGL_LIBS%g
22615s%@DMALLOC_LIBS@%$DMALLOC_LIBS%g
22616s%@EXTRADEFS@%$EXTRADEFS%g
22617s%@WX_VERSION_TAG@%$WX_VERSION_TAG%g
22618s%@RESFLAGS@%$RESFLAGS%g
22619s%@RESPROGRAMOBJ@%$RESPROGRAMOBJ%g
22620s%@WX_RESOURCES_MACOSX_ASCII@%$WX_RESOURCES_MACOSX_ASCII%g
22621s%@WX_RESOURCES_MACOSX_DATA@%$WX_RESOURCES_MACOSX_DATA%g
22622s%@MACOSX_BUNDLE@%$MACOSX_BUNDLE%g
22623s%@LIBWXMACRES@%$LIBWXMACRES%g
22624s%@LIBWXMACRESCOMP@%$LIBWXMACRESCOMP%g
22625s%@LIBWXMACRESWXCONFIG@%$LIBWXMACRESWXCONFIG%g
22626s%@GCC@%$GCC%g
22627s%@DLLTOOL@%$DLLTOOL%g
22628s%@AS@%$AS%g
22629s%@NM@%$NM%g
22630s%@LD@%$LD%g
22631s%@MAKEINFO@%$MAKEINFO%g
22632s%@INSTALL_LIBRARY@%$INSTALL_LIBRARY%g
22633s%@SET_MAKE@%$SET_MAKE%g
22634s%@subdirs@%$subdirs%g
22635
22636CEOF
22637EOF
22638
22639cat >> $CONFIG_STATUS <<\EOF
22640
22641# Split the substitutions into bite-sized pieces for seds with
22642# small command number limits, like on Digital OSF/1 and HP-UX.
22643ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
22644ac_file=1 # Number of current file.
22645ac_beg=1 # First line for current file.
22646ac_end=$ac_max_sed_cmds # Line after last line for current file.
22647ac_more_lines=:
22648ac_sed_cmds=""
22649while $ac_more_lines; do
22650 if test $ac_beg -gt 1; then
22651 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
22652 else
22653 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
22654 fi
22655 if test ! -s conftest.s$ac_file; then
22656 ac_more_lines=false
22657 rm -f conftest.s$ac_file
22658 else
22659 if test -z "$ac_sed_cmds"; then
22660 ac_sed_cmds="sed -f conftest.s$ac_file"
22661 else
22662 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
22663 fi
22664 ac_file=`expr $ac_file + 1`
22665 ac_beg=$ac_end
22666 ac_end=`expr $ac_end + $ac_max_sed_cmds`
22667 fi
22668done
22669if test -z "$ac_sed_cmds"; then
22670 ac_sed_cmds=cat
22671fi
22672EOF
22673
22674cat >> $CONFIG_STATUS <<EOF
22675
22676CONFIG_FILES=\${CONFIG_FILES-"wx-config
22677 version-script
22678 src/make.env
22679 src/makeprog.env
22680 src/makelib.env
22681 Makefile
22682 "}
22683EOF
22684cat >> $CONFIG_STATUS <<\EOF
22685for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
22686 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
22687 case "$ac_file" in
22688 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
22689 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
22690 *) ac_file_in="${ac_file}.in" ;;
22691 esac
22692
22693 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
22694
22695 # Remove last slash and all that follows it. Not all systems have dirname.
22696 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
22697 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
22698 # The file is in a subdirectory.
22699 test ! -d "$ac_dir" && mkdir "$ac_dir"
22700 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
22701 # A "../" for each directory in $ac_dir_suffix.
22702 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
22703 else
22704 ac_dir_suffix= ac_dots=
22705 fi
22706
22707 case "$ac_given_srcdir" in
22708 .) srcdir=.
22709 if test -z "$ac_dots"; then top_srcdir=.
22710 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
22711 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
22712 *) # Relative path.
22713 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
22714 top_srcdir="$ac_dots$ac_given_srcdir" ;;
22715 esac
22716
22717 case "$ac_given_INSTALL" in
22718 [/$]*) INSTALL="$ac_given_INSTALL" ;;
22719 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
22720 esac
22721
22722 echo creating "$ac_file"
22723 rm -f "$ac_file"
22724 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
22725 case "$ac_file" in
22726 *Makefile*) ac_comsub="1i\\
22727# $configure_input" ;;
22728 *) ac_comsub= ;;
22729 esac
22730
22731 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
22732 sed -e "$ac_comsub
22733s%@configure_input@%$configure_input%g
22734s%@srcdir@%$srcdir%g
22735s%@top_srcdir@%$top_srcdir%g
22736s%@INSTALL@%$INSTALL%g
22737" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
22738fi; done
22739rm -f conftest.s*
22740
22741# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
22742# NAME is the cpp macro being defined and VALUE is the value it is being given.
22743#
22744# ac_d sets the value in "#define NAME VALUE" lines.
22745ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
22746ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
22747ac_dC='\3'
22748ac_dD='%g'
22749# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
22750ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
22751ac_uB='\([ ]\)%\1#\2define\3'
22752ac_uC=' '
22753ac_uD='\4%g'
22754# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
22755ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
22756ac_eB='$%\1#\2define\3'
22757ac_eC=' '
22758ac_eD='%g'
22759
22760if test "${CONFIG_HEADERS+set}" != set; then
22761EOF
22762cat >> $CONFIG_STATUS <<EOF
22763 CONFIG_HEADERS="setup.h:setup.h.in"
22764EOF
22765cat >> $CONFIG_STATUS <<\EOF
22766fi
22767for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
22768 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
22769 case "$ac_file" in
22770 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
22771 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
22772 *) ac_file_in="${ac_file}.in" ;;
22773 esac
22774
22775 echo creating $ac_file
22776
22777 rm -f conftest.frag conftest.in conftest.out
22778 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
22779 cat $ac_file_inputs > conftest.in
22780
22781EOF
22782
22783# Transform confdefs.h into a sed script conftest.vals that substitutes
22784# the proper values into config.h.in to produce config.h. And first:
22785# Protect against being on the right side of a sed subst in config.status.
22786# Protect against being in an unquoted here document in config.status.
22787rm -f conftest.vals
22788cat > conftest.hdr <<\EOF
22789s/[\\&%]/\\&/g
22790s%[\\$`]%\\&%g
22791s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
22792s%ac_d%ac_u%gp
22793s%ac_u%ac_e%gp
22794EOF
22795sed -n -f conftest.hdr confdefs.h > conftest.vals
22796rm -f conftest.hdr
22797
22798# This sed command replaces #undef with comments. This is necessary, for
22799# example, in the case of _POSIX_SOURCE, which is predefined and required
22800# on some systems where configure will not decide to define it.
22801cat >> conftest.vals <<\EOF
22802s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
22803EOF
22804
22805# Break up conftest.vals because some shells have a limit on
22806# the size of here documents, and old seds have small limits too.
22807
22808rm -f conftest.tail
22809while :
22810do
22811 ac_lines=`grep -c . conftest.vals`
22812 # grep -c gives empty output for an empty file on some AIX systems.
22813 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
22814 # Write a limited-size here document to conftest.frag.
22815 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
22816 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
22817 echo 'CEOF
22818 sed -f conftest.frag conftest.in > conftest.out
22819 rm -f conftest.in
22820 mv conftest.out conftest.in
22821' >> $CONFIG_STATUS
22822 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
22823 rm -f conftest.vals
22824 mv conftest.tail conftest.vals
22825done
22826rm -f conftest.vals
22827
22828cat >> $CONFIG_STATUS <<\EOF
22829 rm -f conftest.frag conftest.h
22830 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
22831 cat conftest.in >> conftest.h
22832 rm -f conftest.in
22833 if cmp -s $ac_file conftest.h 2>/dev/null; then
22834 echo "$ac_file is unchanged"
22835 rm -f conftest.h
22836 else
22837 # Remove last slash and all that follows it. Not all systems have dirname.
22838 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
22839 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
22840 # The file is in a subdirectory.
22841 test ! -d "$ac_dir" && mkdir "$ac_dir"
22842 fi
22843 rm -f $ac_file
22844 mv conftest.h $ac_file
22845 fi
22846fi; done
22847
22848EOF
22849cat >> $CONFIG_STATUS <<EOF
22850
22851 TOOLCHAIN_NAME="${TOOLCHAIN_NAME}"
22852 LN_S="${LN_S}"
22853
22854
22855EOF
22856cat >> $CONFIG_STATUS <<\EOF
22857
22858 if test ! -h wx-config; then
22859 chmod +x wx-config
22860 mv wx-config wx${TOOLCHAIN_NAME}-config
22861 ${LN_S} wx${TOOLCHAIN_NAME}-config wx-config
22862 fi
22863
22864 if test ! -d lib; then
22865 mkdir lib
22866 fi
22867 if test ! -d lib/wx; then
22868 mkdir lib/wx
22869 fi
22870 if test ! -d lib/wx/include; then
22871 mkdir lib/wx/include
22872 fi
22873 if test ! -d lib/wx/include/${TOOLCHAIN_NAME}; then
22874 mkdir lib/wx/include/${TOOLCHAIN_NAME}
22875 fi
22876 if test ! -d lib/wx/include/${TOOLCHAIN_NAME}/wx; then
22877 mkdir lib/wx/include/${TOOLCHAIN_NAME}/wx
22878 fi
22879 if test -f setup.h; then
22880 mv -f setup.h lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h
22881 fi
22882
22883exit 0
22884EOF
22885chmod +x $CONFIG_STATUS
22886rm -fr confdefs* $ac_clean_files
22887test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
22888
22889if test "$no_recursion" != yes; then
22890
22891 # Remove --cache-file and --srcdir arguments so they do not pile up.
22892 ac_sub_configure_args=
22893 ac_prev=
22894 for ac_arg in $ac_configure_args; do
22895 if test -n "$ac_prev"; then
22896 ac_prev=
22897 continue
22898 fi
22899 case "$ac_arg" in
22900 -cache-file | --cache-file | --cache-fil | --cache-fi \
22901 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
22902 ac_prev=cache_file ;;
22903 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
22904 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
22905 ;;
22906 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
22907 ac_prev=srcdir ;;
22908 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
22909 ;;
22910 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
22911 esac
22912 done
22913
22914 for ac_config_dir in demos samples utils contrib; do
22915
22916 # Do not complain, so a configure script can configure whichever
22917 # parts of a large source tree are present.
22918 if test ! -d $srcdir/$ac_config_dir; then
22919 continue
22920 fi
22921
22922 echo configuring in $ac_config_dir
22923
22924 case "$srcdir" in
22925 .) ;;
22926 *)
22927 if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
22928 else
22929 { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
22930 fi
22931 ;;
22932 esac
22933
22934 ac_popdir=`pwd`
22935 cd $ac_config_dir
22936
22937 # A "../" for each directory in /$ac_config_dir.
22938 ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
22939
22940 case "$srcdir" in
22941 .) # No --srcdir option. We are building in place.
22942 ac_sub_srcdir=$srcdir ;;
22943 /*) # Absolute path.
22944 ac_sub_srcdir=$srcdir/$ac_config_dir ;;
22945 *) # Relative path.
22946 ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
22947 esac
22948
22949 # Check for guested configure; otherwise get Cygnus style configure.
22950 if test -f $ac_sub_srcdir/configure; then
22951 ac_sub_configure=$ac_sub_srcdir/configure
22952 elif test -f $ac_sub_srcdir/configure.in; then
22953 ac_sub_configure=$ac_configure
22954 else
22955 echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
22956 ac_sub_configure=
22957 fi
22958
22959 # The recursion is here.
22960 if test -n "$ac_sub_configure"; then
22961
22962 # Make the cache file name correct relative to the subdirectory.
22963 case "$cache_file" in
22964 /*) ac_sub_cache_file=$cache_file ;;
22965 *) # Relative path.
22966 ac_sub_cache_file="$ac_dots$cache_file" ;;
22967 esac
22968 case "$ac_given_INSTALL" in
22969 [/$]*) INSTALL="$ac_given_INSTALL" ;;
22970 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
22971 esac
22972
22973 echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
22974 # The eval makes quoting arguments work.
22975 if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
22976 then :
22977 else
22978 { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }
22979 fi
22980 fi
22981
22982 cd $ac_popdir
22983 done
22984fi
22985
22986
22987echo
22988echo "Configured wxWindows ${WX_VERSION} for \`${host}'"
22989echo ""
22990echo " Which GUI toolkit should wxWindows use? ${TOOLKIT:-base only}"
22991
22992echo " Should wxWindows be compiled in debug mode? ${wxUSE_DEBUG:-no}"
22993echo " Should wxWindows be linked as a shared library? ${wxUSE_SHARED:-no}"
22994echo " Should wxWindows be compiled in Unicode mode? ${wxUSE_UNICODE:-no}"
22995
22996echo " What level of wxWindows compatibility should be enabled?"
22997echo " wxWindows 2.0 ${WXWIN_COMPATIBILITY_2:-no}"
22998echo " wxWindows 2.2 ${WXWIN_COMPATIBILITY_2_2:-yes}"
22999
23000echo " Which libraries should wxWindows use?"
23001echo " jpeg ${wxUSE_LIBJPEG-none}"
23002echo " png ${wxUSE_LIBPNG-none}"
23003echo " regex ${wxUSE_REGEX}"
23004echo " tiff ${wxUSE_LIBTIFF-none}"
23005echo " zlib ${wxUSE_ZLIB}"
23006
23007echo ""
23008