Committing in .
[wxWidgets.git] / configure
1 #! /bin/sh
2
3 # From configure.in Id: configure.in
4
5
6 # aclocal.m4 generated automatically by aclocal 1.6 -*- Autoconf -*-
7
8 # Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
9 # Free Software Foundation, Inc.
10 # This file is free software; the Free Software Foundation
11 # gives unlimited permission to copy and/or distribute it,
12 # with or without modifications, as long as this notice is preserved.
13
14 # This program is distributed in the hope that it will be useful,
15 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
16 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
17 # PARTICULAR PURPOSE.
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 # Configure paths for GTK+
59 # Owen Taylor     1997-2001
60
61
62
63 # Configure paths for GTK+
64 # Owen Taylor     97-11-3
65
66
67
68 # Guess values for system-dependent variables and create Makefiles.
69 # Generated automatically using autoconf version 2.13 
70 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
71 #
72 # This configure script is free software; the Free Software Foundation
73 # gives unlimited permission to copy, distribute and modify it.
74
75 # Defaults:
76 ac_help=
77 ac_default_prefix=/usr/local
78 # Any additions from configure.in:
79 ac_help="$ac_help
80   --enable-gui            use GUI classes"
81 ac_help="$ac_help
82   --enable-universal      use wxWindows GUI controls instead of native ones"
83 ac_help="$ac_help
84   --with-gtk              use GTK+"
85 ac_help="$ac_help
86   --with-motif            use Motif/Lesstif"
87 ac_help="$ac_help
88   --with-mac              use Mac OS X"
89 ac_help="$ac_help
90   --with-wine             use WINE"
91 ac_help="$ac_help
92   --with-msw              use MS-Windows"
93 ac_help="$ac_help
94   --with-pm               use OS/2 Presentation Manager"
95 ac_help="$ac_help
96   --with-mgl              use SciTech MGL"
97 ac_help="$ac_help
98   --with-microwin         use MicroWindows"
99 ac_help="$ac_help
100   --with-x11              use X11"
101 ac_help="$ac_help
102   --enable-nanox          use NanoX"
103 ac_help="$ac_help
104   --enable-gtk2           use GTK+ 2.0 if available (EXPERIMENTAL)"
105 ac_help="$ac_help
106   --with-libpng           use libpng (PNG image format)"
107 ac_help="$ac_help
108   --with-libjpeg          use libjpeg (JPEG file format)"
109 ac_help="$ac_help
110   --with-libtiff          use libtiff (TIFF file format)"
111 ac_help="$ac_help
112   --with-opengl           use OpenGL (or Mesa)"
113 ac_help="$ac_help
114   --with-dmalloc          use dmalloc library (http://dmalloc.com/)"
115 ac_help="$ac_help
116   --with-regex            enable support for wxRegEx class"
117 ac_help="$ac_help
118   --with-zlib             use zlib for LZW compression"
119 ac_help="$ac_help
120   --with-odbc             use the IODBC and wxODBC classes"
121 ac_help="$ac_help
122   --enable-shared         create shared library code"
123 ac_help="$ac_help
124   --enable-soname         set the DT_SONAME field in ELF shared libraries"
125 ac_help="$ac_help
126   --enable-optimise       create optimised code"
127 ac_help="$ac_help
128   --enable-debug          same as debug_flag and debug_info"
129 ac_help="$ac_help
130   --enable-precomp        enable use of precompiled headers (Mac OS X)"
131 ac_help="$ac_help
132   --enable-debug_flag     set __WXDEBUG__ flag (recommended for developers!)"
133 ac_help="$ac_help
134   --enable-debug_info     create code with debugging information"
135 ac_help="$ac_help
136   --enable-debug_gdb      create code with extra GDB debugging information"
137 ac_help="$ac_help
138   --enable-debug_cntxt    use wxDebugContext"
139 ac_help="$ac_help
140   --enable-mem_tracing    create code with memory tracing"
141 ac_help="$ac_help
142   --enable-profile        create code with profiling information"
143 ac_help="$ac_help
144   --enable-no_rtti        create code without RTTI information"
145 ac_help="$ac_help
146   --enable-no_exceptions  create code without C++ exceptions handling"
147 ac_help="$ac_help
148   --enable-permissive     compile code disregarding strict ANSI"
149 ac_help="$ac_help
150   --enable-no_deps        create code without dependency information"
151 ac_help="$ac_help
152   --enable-compat20       enable wxWindows 2.0 compatibility"
153 ac_help="$ac_help
154   --disable-compat22      disable wxWindows 2.2 compatibility"
155 ac_help="$ac_help
156   --enable-intl           use internationalization system"
157 ac_help="$ac_help
158   --enable-config         use wxConfig (and derived) classes"
159 ac_help="$ac_help
160   --enable-protocols      use wxProtocol and derived classes"
161 ac_help="$ac_help
162   --enable-ftp            use wxFTP (requires wxProtocol"
163 ac_help="$ac_help
164   --enable-http           use wxHTTP (requires wxProtocol"
165 ac_help="$ac_help
166   --enable-fileproto      use wxFileProto class (requires wxProtocol"
167 ac_help="$ac_help
168   --enable-sockets        use socket/network classes"
169 ac_help="$ac_help
170   --enable-ipc            use interprocess communication (wxSocket etc.)"
171 ac_help="$ac_help
172   --enable-cmdline        use wxCmdLineParser class"
173 ac_help="$ac_help
174   --enable-datetime       use wxDateTime class"
175 ac_help="$ac_help
176   --enable-timedate       use obsolete wxDate/wxTime classes"
177 ac_help="$ac_help
178   --enable-stopwatch      use wxStopWatch class"
179 ac_help="$ac_help
180   --enable-dialupman      use dialup network classes"
181 ac_help="$ac_help
182   --enable-apple_ieee     use the Apple IEEE codec"
183 ac_help="$ac_help
184   --enable-timer          use wxTimer class"
185 ac_help="$ac_help
186   --enable-wave           use wxWave class"
187 ac_help="$ac_help
188   --enable-fraction       use wxFraction class"
189 ac_help="$ac_help
190   --enable-dynlib         use wxLibrary class for DLL loading"
191 ac_help="$ac_help
192   --enable-dynamicloader  use (new) wxDynamicLibrary class"
193 ac_help="$ac_help
194   --enable-longlong       use wxLongLong class"
195 ac_help="$ac_help
196   --enable-geometry       use geometry class"
197 ac_help="$ac_help
198   --enable-log            use logging system"
199 ac_help="$ac_help
200   --enable-streams        use wxStream etc classes"
201 ac_help="$ac_help
202   --enable-file           use wxFile classes"
203 ac_help="$ac_help
204   --enable-ffile          use wxFFile classes"
205 ac_help="$ac_help
206   --enable-textbuf        use wxTextBuffer class"
207 ac_help="$ac_help
208   --enable-textfile       use wxTextFile class"
209 ac_help="$ac_help
210   --enable-fontmap        use font encodings conversion classes"
211 ac_help="$ac_help
212   --enable-unicode        compile wxString with Unicode support"
213 ac_help="$ac_help
214   --enable-mslu           use MS Layer for Unicode on Windows 9x (win32 only)"
215 ac_help="$ac_help
216   --enable-wxprintfv      use wxWindows implementation of vprintf()"
217 ac_help="$ac_help
218   --enable-std_iostreams  use standard C++ stream classes"
219 ac_help="$ac_help
220   --enable-filesystem     use virtual file systems classes"
221 ac_help="$ac_help
222   --enable-fs_inet        use virtual HTTP/FTP filesystems"
223 ac_help="$ac_help
224   --enable-fs_zip         use virtual ZIP filesystems"
225 ac_help="$ac_help
226   --enable-zipstream      use wxZipInputStream"
227 ac_help="$ac_help
228   --enable-catch_segvs    catch signals and pass them to wxApp::OnFatalException"
229 ac_help="$ac_help
230   --enable-snglinst       use wxSingleInstanceChecker class"
231 ac_help="$ac_help
232   --enable-mimetype       use wxMimeTypesManager"
233 ac_help="$ac_help
234   --enable-sysoptions     use wxSystemOptions"
235 ac_help="$ac_help
236   --enable-url            use wxURL class"
237 ac_help="$ac_help
238   --enable-protocol       use wxProtocol class"
239 ac_help="$ac_help
240   --enable-protocol-http  HTTP support in wxProtocol"
241 ac_help="$ac_help
242   --enable-protocol-ftp   FTP support in wxProtocol"
243 ac_help="$ac_help
244   --enable-protocol-file  FILE support in wxProtocol"
245 ac_help="$ac_help
246   --enable-threads        use threads"
247 ac_help="$ac_help
248   --enable-docview        use document view architecture"
249 ac_help="$ac_help
250   --enable-help           use help subsystem"
251 ac_help="$ac_help
252   --enable-mshtmlhelp     use MS HTML Help (win32)"
253 ac_help="$ac_help
254   --enable-html           use wxHTML sub-library"
255 ac_help="$ac_help
256   --enable-htmlhelp       use wxHTML-based help"
257 ac_help="$ac_help
258   --enable-constraints    use layout-constraints system"
259 ac_help="$ac_help
260   --enable-printarch      use printing architecture"
261 ac_help="$ac_help
262   --enable-mdi            use multiple document interface architecture"
263 ac_help="$ac_help
264   --enable-loggui         use standard GUI logger"
265 ac_help="$ac_help
266   --enable-logwin         use wxLogWindow"
267 ac_help="$ac_help
268   --enable-logdialog      use wxLogDialog"
269 ac_help="$ac_help
270   --enable-postscript     use wxPostscriptDC device context (default for gtk+)"
271 ac_help="$ac_help
272   --enable-prologio       use Prolog IO library"
273 ac_help="$ac_help
274   --enable-resources      use wxWindows resources"
275 ac_help="$ac_help
276   --enable-xresources     use X resources for save (default for gtk+)"
277 ac_help="$ac_help
278   --enable-clipboard      use wxClipboard classes"
279 ac_help="$ac_help
280   --enable-dnd            use Drag'n'Drop classes"
281 ac_help="$ac_help
282   --enable-metafile       use win32 metafiles"
283 ac_help="$ac_help
284   --enable-treelayout     use wxTreeLayout classes"
285 ac_help="$ac_help
286   --enable-controls       use all usual controls"
287 ac_help="$ac_help
288   --enable-accel          use accelerators"
289 ac_help="$ac_help
290   --enable-button         use wxButton class"
291 ac_help="$ac_help
292   --enable-bmpbutton      use wxBitmapButton class"
293 ac_help="$ac_help
294   --enable-calendar       use wxCalendarCtrl class"
295 ac_help="$ac_help
296   --enable-caret          use wxCaret class"
297 ac_help="$ac_help
298   --enable-checkbox       use wxCheckBox class"
299 ac_help="$ac_help
300   --enable-checklst       use wxCheckListBox (listbox with checkboxes) class"
301 ac_help="$ac_help
302   --enable-choice         use wxChoice class"
303 ac_help="$ac_help
304   --enable-combobox       use wxComboBox classes"
305 ac_help="$ac_help
306   --enable-gauge          use wxGauge class"
307 ac_help="$ac_help
308   --enable-grid           use wxGrid class"
309 ac_help="$ac_help
310   --enable-newgrid        use new wxGrid class"
311 ac_help="$ac_help
312   --enable-imaglist       use wxImageList class"
313 ac_help="$ac_help
314   --enable-listbox        use wxListBox class"
315 ac_help="$ac_help
316   --enable-listctrl       use wxListCtrl class"
317 ac_help="$ac_help
318   --enable-notebook       use wxNotebook class"
319 ac_help="$ac_help
320   --enable-propsheet      use wxPropertySheet class"
321 ac_help="$ac_help
322   --enable-radiobox       use wxRadioBox class"
323 ac_help="$ac_help
324   --enable-radiobtn       use wxRadioButton class"
325 ac_help="$ac_help
326   --enable-sash           use wxSashWindow class"
327 ac_help="$ac_help
328   --enable-scrollbar      use wxScrollBar class and scrollable windows"
329 ac_help="$ac_help
330   --enable-slider         use wxSlider class"
331 ac_help="$ac_help
332   --enable-spinbtn        use wxSpinButton class"
333 ac_help="$ac_help
334   --enable-spinctrl       use wxSpinCtrl class"
335 ac_help="$ac_help
336   --enable-splitter       use wxSplitterWindow class"
337 ac_help="$ac_help
338   --enable-statbmp        use wxStaticBitmap class"
339 ac_help="$ac_help
340   --enable-statbox        use wxStaticBox class"
341 ac_help="$ac_help
342   --enable-statline       use wxStaticLine class"
343 ac_help="$ac_help
344   --enable-stattext       use wxStaticText class"
345 ac_help="$ac_help
346   --enable-statusbar      use wxStatusBar class"
347 ac_help="$ac_help
348   --enable-tabdialog      use wxTabControl class"
349 ac_help="$ac_help
350   --enable-textctrl       use wxTextCtrl class"
351 ac_help="$ac_help
352   --enable-togglebtn      use wxToggleButton class"
353 ac_help="$ac_help
354   --enable-toolbar        use wxToolBar class"
355 ac_help="$ac_help
356   --enable-tbarnative     use native wxToolBar class"
357 ac_help="$ac_help
358   --enable-tbarsmpl       use wxToolBarSimple class"
359 ac_help="$ac_help
360   --enable-treectrl       use wxTreeCtrl class"
361 ac_help="$ac_help
362   --enable-tipwindow      use wxTipWindow class"
363 ac_help="$ac_help
364   --enable-popupwin       use wxPopUpWindow class"
365 ac_help="$ac_help
366   --enable-commondlg      use all common dialogs"
367 ac_help="$ac_help
368   --enable-choicedlg      use wxChoiceDialog"
369 ac_help="$ac_help
370   --enable-coldlg         use wxColourDialog"
371 ac_help="$ac_help
372   --enable-filedlg        use wxFileDialog"
373 ac_help="$ac_help
374   --enable-finddlg        use wxFindReplaceDialog"
375 ac_help="$ac_help
376   --enable-fontdlg        use wxFontDialog"
377 ac_help="$ac_help
378   --enable-dirdlg         use wxDirDialog"
379 ac_help="$ac_help
380   --enable-msgdlg         use wxMessageDialog"
381 ac_help="$ac_help
382   --enable-numberdlg      use wxNumberEntryDialog"
383 ac_help="$ac_help
384   --enable-splash         use wxSplashScreen"
385 ac_help="$ac_help
386   --enable-textdlg        use wxTextDialog"
387 ac_help="$ac_help
388   --enable-tipdlg         use startup tips"
389 ac_help="$ac_help
390   --enable-progressdlg    use wxProgressDialog"
391 ac_help="$ac_help
392   --enable-wizarddlg      use wxWizard"
393 ac_help="$ac_help
394   --enable-menus          use wxMenu/wxMenuBar/wxMenuItem classes"
395 ac_help="$ac_help
396   --enable-miniframe      use wxMiniFrame class"
397 ac_help="$ac_help
398   --enable-tooltips       use wxToolTip class"
399 ac_help="$ac_help
400   --enable-splines        use spline drawing code"
401 ac_help="$ac_help
402   --enable-validators     use wxValidator and derived classes"
403 ac_help="$ac_help
404   --enable-busyinfo       use wxBusyInfo"
405 ac_help="$ac_help
406   --enable-joystick       use wxJoystick (Linux only)"
407 ac_help="$ac_help
408   --enable-metafiles      use wxMetaFile (Windows only)"
409 ac_help="$ac_help
410   --enable-dragimage      use wxDragImage"
411 ac_help="$ac_help
412   --enable-palette        use wxPalette class"
413 ac_help="$ac_help
414   --enable-image          use wxImage class"
415 ac_help="$ac_help
416   --enable-gif            use gif images (GIF file format)"
417 ac_help="$ac_help
418   --enable-pcx            use pcx images (PCX file format)"
419 ac_help="$ac_help
420   --enable-iff            use iff images (IFF file format)"
421 ac_help="$ac_help
422   --enable-pnm            use pnm images (PNM file format)"
423 ac_help="$ac_help
424   --enable-xpm            use xpm images (XPM file format)"
425 ac_help="$ac_help
426   --enable-icocur         use Windows ICO and CUR formats"
427 ac_help="$ac_help
428   --disable-gtktest       do not try to compile and run a test GTK+ program"
429 ac_help="$ac_help
430   --with-gtk-prefix=PFX   Prefix where GTK is installed (optional)"
431 ac_help="$ac_help
432   --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)"
433 ac_help="$ac_help
434   --disable-gtktest       Do not try to compile and run a test GTK program"
435 ac_help="$ac_help
436   --with-gtk-prefix=PFX   Prefix where GTK is installed (optional)"
437 ac_help="$ac_help
438   --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)"
439 ac_help="$ac_help
440   --disable-gtktest       Do not try to compile and run a test GTK program"
441 ac_help="$ac_help
442   --with-x                use the X Window System"
443 ac_help="$ac_help
444   --with-libiconv-prefix=DIR  search for libiconv in DIR/include and DIR/lib"
445
446 # Initialize some variables set by options.
447 # The variables have the same names as the options, with
448 # dashes changed to underlines.
449 build=NONE
450 cache_file=./config.cache
451 exec_prefix=NONE
452 host=NONE
453 no_create=
454 nonopt=NONE
455 no_recursion=
456 prefix=NONE
457 program_prefix=NONE
458 program_suffix=NONE
459 program_transform_name=s,x,x,
460 silent=
461 site=
462 srcdir=
463 target=NONE
464 verbose=
465 x_includes=NONE
466 x_libraries=NONE
467 bindir='${exec_prefix}/bin'
468 sbindir='${exec_prefix}/sbin'
469 libexecdir='${exec_prefix}/libexec'
470 datadir='${prefix}/share'
471 sysconfdir='${prefix}/etc'
472 sharedstatedir='${prefix}/com'
473 localstatedir='${prefix}/var'
474 libdir='${exec_prefix}/lib'
475 includedir='${prefix}/include'
476 oldincludedir='/usr/include'
477 infodir='${prefix}/info'
478 mandir='${prefix}/man'
479
480 # Initialize some other variables.
481 subdirs=
482 MFLAGS= MAKEFLAGS=
483 SHELL=${CONFIG_SHELL-/bin/sh}
484 # Maximum number of lines to put in a shell here document.
485 ac_max_here_lines=12
486
487 ac_prev=
488 for ac_option
489 do
490
491   # If the previous option needs an argument, assign it.
492   if test -n "$ac_prev"; then
493     eval "$ac_prev=\$ac_option"
494     ac_prev=
495     continue
496   fi
497
498   case "$ac_option" in
499   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
500   *) ac_optarg= ;;
501   esac
502
503   # Accept the important Cygnus configure options, so we can diagnose typos.
504
505   case "$ac_option" in
506
507   -bindir | --bindir | --bindi | --bind | --bin | --bi)
508     ac_prev=bindir ;;
509   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
510     bindir="$ac_optarg" ;;
511
512   -build | --build | --buil | --bui | --bu)
513     ac_prev=build ;;
514   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
515     build="$ac_optarg" ;;
516
517   -cache-file | --cache-file | --cache-fil | --cache-fi \
518   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
519     ac_prev=cache_file ;;
520   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
521   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
522     cache_file="$ac_optarg" ;;
523
524   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
525     ac_prev=datadir ;;
526   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
527   | --da=*)
528     datadir="$ac_optarg" ;;
529
530   -disable-* | --disable-*)
531     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
532     # Reject names that are not valid shell variable names.
533     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
534       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
535     fi
536     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
537     eval "enable_${ac_feature}=no" ;;
538
539   -enable-* | --enable-*)
540     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
541     # Reject names that are not valid shell variable names.
542     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
543       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
544     fi
545     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
546     case "$ac_option" in
547       *=*) ;;
548       *) ac_optarg=yes ;;
549     esac
550     eval "enable_${ac_feature}='$ac_optarg'" ;;
551
552   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
553   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
554   | --exec | --exe | --ex)
555     ac_prev=exec_prefix ;;
556   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
557   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
558   | --exec=* | --exe=* | --ex=*)
559     exec_prefix="$ac_optarg" ;;
560
561   -gas | --gas | --ga | --g)
562     # Obsolete; use --with-gas.
563     with_gas=yes ;;
564
565   -help | --help | --hel | --he)
566     # Omit some internal or obsolete options to make the list less imposing.
567     # This message is too long to be a string in the A/UX 3.1 sh.
568     cat << EOF
569 Usage: configure [options] [host]
570 Options: [defaults in brackets after descriptions]
571 Configuration:
572   --cache-file=FILE       cache test results in FILE
573   --help                  print this message
574   --no-create             do not create output files
575   --quiet, --silent       do not print \`checking...' messages
576   --version               print the version of autoconf that created configure
577 Directory and file names:
578   --prefix=PREFIX         install architecture-independent files in PREFIX
579                           [$ac_default_prefix]
580   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
581                           [same as prefix]
582   --bindir=DIR            user executables in DIR [EPREFIX/bin]
583   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
584   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
585   --datadir=DIR           read-only architecture-independent data in DIR
586                           [PREFIX/share]
587   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
588   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
589                           [PREFIX/com]
590   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
591   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
592   --includedir=DIR        C header files in DIR [PREFIX/include]
593   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
594   --infodir=DIR           info documentation in DIR [PREFIX/info]
595   --mandir=DIR            man documentation in DIR [PREFIX/man]
596   --srcdir=DIR            find the sources in DIR [configure dir or ..]
597   --program-prefix=PREFIX prepend PREFIX to installed program names
598   --program-suffix=SUFFIX append SUFFIX to installed program names
599   --program-transform-name=PROGRAM
600                           run sed PROGRAM on installed program names
601 EOF
602     cat << EOF
603 Host type:
604   --build=BUILD           configure for building on BUILD [BUILD=HOST]
605   --host=HOST             configure for HOST [guessed]
606   --target=TARGET         configure for TARGET [TARGET=HOST]
607 Features and packages:
608   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
609   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
610   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
611   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
612   --x-includes=DIR        X include files are in DIR
613   --x-libraries=DIR       X library files are in DIR
614 EOF
615     if test -n "$ac_help"; then
616       echo "--enable and --with options recognized:$ac_help"
617     fi
618     exit 0 ;;
619
620   -host | --host | --hos | --ho)
621     ac_prev=host ;;
622   -host=* | --host=* | --hos=* | --ho=*)
623     host="$ac_optarg" ;;
624
625   -includedir | --includedir | --includedi | --included | --include \
626   | --includ | --inclu | --incl | --inc)
627     ac_prev=includedir ;;
628   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
629   | --includ=* | --inclu=* | --incl=* | --inc=*)
630     includedir="$ac_optarg" ;;
631
632   -infodir | --infodir | --infodi | --infod | --info | --inf)
633     ac_prev=infodir ;;
634   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
635     infodir="$ac_optarg" ;;
636
637   -libdir | --libdir | --libdi | --libd)
638     ac_prev=libdir ;;
639   -libdir=* | --libdir=* | --libdi=* | --libd=*)
640     libdir="$ac_optarg" ;;
641
642   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
643   | --libexe | --libex | --libe)
644     ac_prev=libexecdir ;;
645   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
646   | --libexe=* | --libex=* | --libe=*)
647     libexecdir="$ac_optarg" ;;
648
649   -localstatedir | --localstatedir | --localstatedi | --localstated \
650   | --localstate | --localstat | --localsta | --localst \
651   | --locals | --local | --loca | --loc | --lo)
652     ac_prev=localstatedir ;;
653   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
654   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
655   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
656     localstatedir="$ac_optarg" ;;
657
658   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
659     ac_prev=mandir ;;
660   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
661     mandir="$ac_optarg" ;;
662
663   -nfp | --nfp | --nf)
664     # Obsolete; use --without-fp.
665     with_fp=no ;;
666
667   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
668   | --no-cr | --no-c)
669     no_create=yes ;;
670
671   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
672   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
673     no_recursion=yes ;;
674
675   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
676   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
677   | --oldin | --oldi | --old | --ol | --o)
678     ac_prev=oldincludedir ;;
679   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
680   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
681   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
682     oldincludedir="$ac_optarg" ;;
683
684   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
685     ac_prev=prefix ;;
686   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
687     prefix="$ac_optarg" ;;
688
689   -program-prefix | --program-prefix | --program-prefi | --program-pref \
690   | --program-pre | --program-pr | --program-p)
691     ac_prev=program_prefix ;;
692   -program-prefix=* | --program-prefix=* | --program-prefi=* \
693   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
694     program_prefix="$ac_optarg" ;;
695
696   -program-suffix | --program-suffix | --program-suffi | --program-suff \
697   | --program-suf | --program-su | --program-s)
698     ac_prev=program_suffix ;;
699   -program-suffix=* | --program-suffix=* | --program-suffi=* \
700   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
701     program_suffix="$ac_optarg" ;;
702
703   -program-transform-name | --program-transform-name \
704   | --program-transform-nam | --program-transform-na \
705   | --program-transform-n | --program-transform- \
706   | --program-transform | --program-transfor \
707   | --program-transfo | --program-transf \
708   | --program-trans | --program-tran \
709   | --progr-tra | --program-tr | --program-t)
710     ac_prev=program_transform_name ;;
711   -program-transform-name=* | --program-transform-name=* \
712   | --program-transform-nam=* | --program-transform-na=* \
713   | --program-transform-n=* | --program-transform-=* \
714   | --program-transform=* | --program-transfor=* \
715   | --program-transfo=* | --program-transf=* \
716   | --program-trans=* | --program-tran=* \
717   | --progr-tra=* | --program-tr=* | --program-t=*)
718     program_transform_name="$ac_optarg" ;;
719
720   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
721   | -silent | --silent | --silen | --sile | --sil)
722     silent=yes ;;
723
724   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
725     ac_prev=sbindir ;;
726   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
727   | --sbi=* | --sb=*)
728     sbindir="$ac_optarg" ;;
729
730   -sharedstatedir | --sharedstatedir | --sharedstatedi \
731   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
732   | --sharedst | --shareds | --shared | --share | --shar \
733   | --sha | --sh)
734     ac_prev=sharedstatedir ;;
735   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
736   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
737   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
738   | --sha=* | --sh=*)
739     sharedstatedir="$ac_optarg" ;;
740
741   -site | --site | --sit)
742     ac_prev=site ;;
743   -site=* | --site=* | --sit=*)
744     site="$ac_optarg" ;;
745
746   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
747     ac_prev=srcdir ;;
748   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
749     srcdir="$ac_optarg" ;;
750
751   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
752   | --syscon | --sysco | --sysc | --sys | --sy)
753     ac_prev=sysconfdir ;;
754   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
755   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
756     sysconfdir="$ac_optarg" ;;
757
758   -target | --target | --targe | --targ | --tar | --ta | --t)
759     ac_prev=target ;;
760   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
761     target="$ac_optarg" ;;
762
763   -v | -verbose | --verbose | --verbos | --verbo | --verb)
764     verbose=yes ;;
765
766   -version | --version | --versio | --versi | --vers)
767     echo "configure generated by autoconf version 2.13"
768     exit 0 ;;
769
770   -with-* | --with-*)
771     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
772     # Reject names that are not valid shell variable names.
773     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
774       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
775     fi
776     ac_package=`echo $ac_package| sed 's/-/_/g'`
777     case "$ac_option" in
778       *=*) ;;
779       *) ac_optarg=yes ;;
780     esac
781     eval "with_${ac_package}='$ac_optarg'" ;;
782
783   -without-* | --without-*)
784     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
785     # Reject names that are not valid shell variable names.
786     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
787       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
788     fi
789     ac_package=`echo $ac_package| sed 's/-/_/g'`
790     eval "with_${ac_package}=no" ;;
791
792   --x)
793     # Obsolete; use --with-x.
794     with_x=yes ;;
795
796   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
797   | --x-incl | --x-inc | --x-in | --x-i)
798     ac_prev=x_includes ;;
799   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
800   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
801     x_includes="$ac_optarg" ;;
802
803   -x-libraries | --x-libraries | --x-librarie | --x-librari \
804   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
805     ac_prev=x_libraries ;;
806   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
807   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
808     x_libraries="$ac_optarg" ;;
809
810   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
811     ;;
812
813   *)
814     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
815       echo "configure: warning: $ac_option: invalid host type" 1>&2
816     fi
817     if test "x$nonopt" != xNONE; then
818       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
819     fi
820     nonopt="$ac_option"
821     ;;
822
823   esac
824 done
825
826 if test -n "$ac_prev"; then
827   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
828 fi
829
830 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
831
832 # File descriptor usage:
833 # 0 standard input
834 # 1 file creation
835 # 2 errors and warnings
836 # 3 some systems may open it to /dev/tty
837 # 4 used on the Kubota Titan
838 # 6 checking for... messages and results
839 # 5 compiler messages saved in config.log
840 if test "$silent" = yes; then
841   exec 6>/dev/null
842 else
843   exec 6>&1
844 fi
845 exec 5>./config.log
846
847 echo "\
848 This file contains any messages produced by compilers while
849 running configure, to aid debugging if configure makes a mistake.
850 " 1>&5
851
852 # Strip out --no-create and --no-recursion so they do not pile up.
853 # Also quote any args containing shell metacharacters.
854 ac_configure_args=
855 for ac_arg
856 do
857   case "$ac_arg" in
858   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
859   | --no-cr | --no-c) ;;
860   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
861   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
862   *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
863   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
864   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
865   esac
866 done
867
868 # NLS nuisances.
869 # Only set these to C if already set.  These must not be set unconditionally
870 # because not all systems understand e.g. LANG=C (notably SCO).
871 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
872 # Non-C LC_CTYPE values break the ctype check.
873 if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
874 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
875 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
876 if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
877
878 # confdefs.h avoids OS command line length limits that DEFS can exceed.
879 rm -rf conftest* confdefs.h
880 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
881 echo > confdefs.h
882
883 # A filename unique to this package, relative to the directory that
884 # configure is in, which we can look for to find out if srcdir is correct.
885 ac_unique_file=wx-config.in
886
887 # Find the source files, if location was not specified.
888 if test -z "$srcdir"; then
889   ac_srcdir_defaulted=yes
890   # Try the directory containing this script, then its parent.
891   ac_prog=$0
892   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
893   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
894   srcdir=$ac_confdir
895   if test ! -r $srcdir/$ac_unique_file; then
896     srcdir=..
897   fi
898 else
899   ac_srcdir_defaulted=no
900 fi
901 if test ! -r $srcdir/$ac_unique_file; then
902   if test "$ac_srcdir_defaulted" = yes; then
903     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
904   else
905     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
906   fi
907 fi
908 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
909
910 # Prefer explicitly selected file to automatically selected ones.
911 if test -z "$CONFIG_SITE"; then
912   if test "x$prefix" != xNONE; then
913     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
914   else
915     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
916   fi
917 fi
918 for ac_site_file in $CONFIG_SITE; do
919   if test -r "$ac_site_file"; then
920     echo "loading site script $ac_site_file"
921     . "$ac_site_file"
922   fi
923 done
924
925 if test -r "$cache_file"; then
926   echo "loading cache $cache_file"
927   . $cache_file
928 else
929   echo "creating cache $cache_file"
930   > $cache_file
931 fi
932
933 ac_ext=c
934 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
935 ac_cpp='$CPP $CPPFLAGS'
936 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
937 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
938 cross_compiling=$ac_cv_prog_cc_cross
939
940 ac_exeext=
941 ac_objext=o
942 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
943   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
944   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
945     ac_n= ac_c='
946 ' ac_t='        '
947   else
948     ac_n=-n ac_c= ac_t=
949   fi
950 else
951   ac_n= ac_c='\c' ac_t=
952 fi
953
954
955
956 ac_aux_dir=
957 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
958   if test -f $ac_dir/install-sh; then
959     ac_aux_dir=$ac_dir
960     ac_install_sh="$ac_aux_dir/install-sh -c"
961     break
962   elif test -f $ac_dir/install.sh; then
963     ac_aux_dir=$ac_dir
964     ac_install_sh="$ac_aux_dir/install.sh -c"
965     break
966   fi
967 done
968 if test -z "$ac_aux_dir"; then
969   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
970 fi
971 ac_config_guess=$ac_aux_dir/config.guess
972 ac_config_sub=$ac_aux_dir/config.sub
973 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
974
975
976 # Do some error checking and defaulting for the host and target type.
977 # The inputs are:
978 #    configure --host=HOST --target=TARGET --build=BUILD NONOPT
979 #
980 # The rules are:
981 # 1. You are not allowed to specify --host, --target, and nonopt at the
982 #    same time.
983 # 2. Host defaults to nonopt.
984 # 3. If nonopt is not specified, then host defaults to the current host,
985 #    as determined by config.guess.
986 # 4. Target and build default to nonopt.
987 # 5. If nonopt is not specified, then target and build default to host.
988
989 # The aliases save the names the user supplied, while $host etc.
990 # will get canonicalized.
991 case $host---$target---$nonopt in
992 NONE---*---* | *---NONE---* | *---*---NONE) ;;
993 *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
994 esac
995
996
997 # Make sure we can run config.sub.
998 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
999 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
1000 fi
1001
1002 echo $ac_n "checking host system type""... $ac_c" 1>&6
1003 echo "configure:1004: checking host system type" >&5
1004
1005 host_alias=$host
1006 case "$host_alias" in
1007 NONE)
1008   case $nonopt in
1009   NONE)
1010     if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
1011     else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
1012     fi ;;
1013   *) host_alias=$nonopt ;;
1014   esac ;;
1015 esac
1016
1017 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
1018 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1019 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1020 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1021 echo "$ac_t""$host" 1>&6
1022
1023 echo $ac_n "checking target system type""... $ac_c" 1>&6
1024 echo "configure:1025: checking target system type" >&5
1025
1026 target_alias=$target
1027 case "$target_alias" in
1028 NONE)
1029   case $nonopt in
1030   NONE) target_alias=$host_alias ;;
1031   *) target_alias=$nonopt ;;
1032   esac ;;
1033 esac
1034
1035 target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
1036 target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1037 target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1038 target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1039 echo "$ac_t""$target" 1>&6
1040
1041 echo $ac_n "checking build system type""... $ac_c" 1>&6
1042 echo "configure:1043: checking build system type" >&5
1043
1044 build_alias=$build
1045 case "$build_alias" in
1046 NONE)
1047   case $nonopt in
1048   NONE) build_alias=$host_alias ;;
1049   *) build_alias=$nonopt ;;
1050   esac ;;
1051 esac
1052
1053 build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
1054 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1055 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1056 build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1057 echo "$ac_t""$build" 1>&6
1058
1059 test "$host_alias" != "$target_alias" &&
1060   test "$program_prefix$program_suffix$program_transform_name" = \
1061     NONENONEs,x,x, &&
1062   program_prefix=${target_alias}-
1063
1064
1065
1066 WX_MAJOR_VERSION_NUMBER=2
1067 WX_MINOR_VERSION_NUMBER=3
1068 WX_RELEASE_NUMBER=3
1069
1070 WX_VERSION=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER.$WX_RELEASE_NUMBER
1071 WX_RELEASE=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER
1072
1073 WX_MSW_VERSION=$WX_MAJOR_VERSION_NUMBER$WX_MINOR_VERSION_NUMBER$WX_RELEASE_NUMBER
1074
1075 WX_CURRENT=2
1076 WX_REVISION=0
1077 WX_AGE=0
1078
1079
1080
1081 USE_UNIX=1
1082 USE_WIN32=0
1083 USE_DOS=0
1084 USE_BEOS=0
1085 USE_MAC=0
1086
1087 USE_LINUX=
1088 USE_SGI=
1089 USE_HPUX=
1090 USE_SYSV=
1091 USE_SVR4=
1092 USE_AIX=
1093 USE_SUN=
1094 USE_SOLARIS=
1095 USE_SUNOS=
1096 USE_ALPHA=
1097 USE_OSF=
1098 USE_BSD=
1099 USE_DARWIN=
1100 USE_FREEBSD=
1101 USE_OPENBSD=
1102 USE_NETBSD=
1103 USE_VMS=
1104 USE_ULTRIX=
1105 USE_DATA_GENERAL=
1106
1107 NEEDS_D_REENTRANT_FOR_R_FUNCS=0
1108
1109 CPP_MT_FLAG=-D_REENTRANT
1110
1111 ALL_TOOLKITS="GTK MAC MGL MICROWIN MOTIF MSW PM WINE X11"
1112
1113 DEFAULT_wxUSE_GTK=0
1114 DEFAULT_wxUSE_MAC=0
1115 DEFAULT_wxUSE_MGL=0
1116 DEFAULT_wxUSE_MICROWIN=0
1117 DEFAULT_wxUSE_MOTIF=0
1118 DEFAULT_wxUSE_MSW=0
1119 DEFAULT_wxUSE_PM=0
1120 DEFAULT_wxUSE_WINE=0
1121 DEFAULT_wxUSE_X11=0
1122
1123 DEFAULT_DEFAULT_wxUSE_GTK=0
1124 DEFAULT_DEFAULT_wxUSE_MAC=0
1125 DEFAULT_DEFAULT_wxUSE_MGL=0
1126 DEFAULT_DEFAULT_wxUSE_MICROWIN=0
1127 DEFAULT_DEFAULT_wxUSE_MOTIF=0
1128 DEFAULT_DEFAULT_wxUSE_MSW=0
1129 DEFAULT_DEFAULT_wxUSE_PM=0
1130 DEFAULT_DEFAULT_wxUSE_WINE=0
1131 DEFAULT_DEFAULT_wxUSE_X11=0
1132
1133 PROGRAM_EXT=
1134 SO_SUFFIX=so
1135
1136 case "${host}" in
1137   *-hp-hpux* )
1138     USE_HPUX=1
1139     DEFAULT_DEFAULT_wxUSE_MOTIF=1
1140     NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1141     SO_SUFFIX=sl
1142     cat >> confdefs.h <<\EOF
1143 #define __HPUX__ 1
1144 EOF
1145
1146   ;;
1147   *-*-linux* )
1148     USE_LINUX=1
1149     cat >> confdefs.h <<\EOF
1150 #define __LINUX__ 1
1151 EOF
1152
1153     TMP=`uname -m`
1154     if test "x$TMP" = "xalpha"; then
1155       USE_ALPHA=1
1156       cat >> confdefs.h <<\EOF
1157 #define __ALPHA__ 1
1158 EOF
1159
1160     fi
1161     DEFAULT_DEFAULT_wxUSE_GTK=1
1162   ;;
1163   *-*-irix5* | *-*-irix6* )
1164     USE_SGI=1
1165     USE_SVR4=1
1166     cat >> confdefs.h <<\EOF
1167 #define __SGI__ 1
1168 EOF
1169
1170     cat >> confdefs.h <<\EOF
1171 #define __SVR4__ 1
1172 EOF
1173
1174     DEFAULT_DEFAULT_wxUSE_MOTIF=1
1175   ;;
1176   *-*-solaris2* )
1177     USE_SUN=1
1178     USE_SOLARIS=1
1179     USE_SVR4=1
1180     cat >> confdefs.h <<\EOF
1181 #define __SUN__ 1
1182 EOF
1183
1184     cat >> confdefs.h <<\EOF
1185 #define __SOLARIS__ 1
1186 EOF
1187
1188     cat >> confdefs.h <<\EOF
1189 #define __SVR4__ 1
1190 EOF
1191
1192     DEFAULT_DEFAULT_wxUSE_MOTIF=1
1193     NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1194   ;;
1195   *-*-sunos4* )
1196     USE_SUN=1
1197     USE_SUNOS=1
1198     USE_BSD=1
1199     cat >> confdefs.h <<\EOF
1200 #define __SUN__ 1
1201 EOF
1202
1203     cat >> confdefs.h <<\EOF
1204 #define __SUNOS__ 1
1205 EOF
1206
1207     cat >> confdefs.h <<\EOF
1208 #define __BSD__ 1
1209 EOF
1210
1211     DEFAULT_DEFAULT_wxUSE_MOTIF=1
1212   ;;
1213   *-*-freebsd*)
1214     USE_BSD=1
1215     USE_FREEBSD=1
1216     CPP_MT_FLAG=-D_THREAD_SAFE
1217     cat >> confdefs.h <<\EOF
1218 #define __FREEBSD__ 1
1219 EOF
1220
1221     cat >> confdefs.h <<\EOF
1222 #define __BSD__ 1
1223 EOF
1224
1225     DEFAULT_DEFAULT_wxUSE_GTK=1
1226   ;;
1227   *-*-openbsd*)
1228     USE_BSD=1
1229     USE_OPENBSD=1
1230     cat >> confdefs.h <<\EOF
1231 #define __FREEBSD__ 1
1232 EOF
1233
1234     cat >> confdefs.h <<\EOF
1235 #define __OPENBSD__ 1
1236 EOF
1237
1238     DEFAULT_DEFAULT_wxUSE_GTK=1
1239   ;;
1240   *-*-netbsd*)
1241     USE_BSD=1
1242     USE_NETBSD=1
1243     cat >> confdefs.h <<\EOF
1244 #define __FREEBSD__ 1
1245 EOF
1246
1247     cat >> confdefs.h <<\EOF
1248 #define __NETBSD__ 1
1249 EOF
1250
1251     DEFAULT_DEFAULT_wxUSE_GTK=1
1252   ;;
1253   *-*-osf* )
1254     USE_ALPHA=1
1255     USE_OSF=1
1256     cat >> confdefs.h <<\EOF
1257 #define __ALPHA__ 1
1258 EOF
1259
1260     cat >> confdefs.h <<\EOF
1261 #define __OSF__ 1
1262 EOF
1263
1264     DEFAULT_DEFAULT_wxUSE_MOTIF=1
1265     NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1266   ;;
1267   *-*-dgux5* )
1268     USE_ALPHA=1
1269     USE_SVR4=1
1270     cat >> confdefs.h <<\EOF
1271 #define __ALPHA__ 1
1272 EOF
1273
1274     cat >> confdefs.h <<\EOF
1275 #define __SVR4__ 1
1276 EOF
1277
1278     DEFAULT_DEFAULT_wxUSE_MOTIF=1
1279   ;;
1280   *-*-sysv5* )
1281     USE_SYSV=1
1282     USE_SVR4=1
1283     cat >> confdefs.h <<\EOF
1284 #define __SYSV__ 1
1285 EOF
1286
1287     cat >> confdefs.h <<\EOF
1288 #define __SVR4__ 1
1289 EOF
1290
1291     DEFAULT_DEFAULT_wxUSE_MOTIF=1
1292   ;;
1293   *-*-aix* )
1294     USE_AIX=1
1295     USE_SYSV=1
1296     USE_SVR4=1
1297     cat >> confdefs.h <<\EOF
1298 #define __AIX__ 1
1299 EOF
1300
1301     cat >> confdefs.h <<\EOF
1302 #define __SYSV__ 1
1303 EOF
1304
1305     cat >> confdefs.h <<\EOF
1306 #define __SVR4__ 1
1307 EOF
1308
1309     DEFAULT_DEFAULT_wxUSE_MOTIF=1
1310   ;;
1311
1312   *-*-cygwin* | *-*-mingw32* )
1313     USE_UNIX=0
1314     USE_WIN32=1
1315     SO_SUFFIX=dll
1316     cat >> confdefs.h <<\EOF
1317 #define __WIN32__ 1
1318 EOF
1319
1320     cat >> confdefs.h <<\EOF
1321 #define __WIN95__ 1
1322 EOF
1323
1324     cat >> confdefs.h <<\EOF
1325 #define __WINDOWS__ 1
1326 EOF
1327
1328     cat >> confdefs.h <<\EOF
1329 #define __GNUWIN32__ 1
1330 EOF
1331
1332     cat >> confdefs.h <<\EOF
1333 #define STRICT 1
1334 EOF
1335
1336     cat >> confdefs.h <<\EOF
1337 #define WINVER 0x0400
1338 EOF
1339
1340     PROGRAM_EXT=".exe"
1341     RESCOMP=windres
1342     DEFAULT_DEFAULT_wxUSE_MSW=1
1343   ;;
1344
1345   *-pc-msdosdjgpp )
1346     USE_UNIX=0
1347     USE_DOS=1
1348     cat >> confdefs.h <<\EOF
1349 #define __DOS__ 1
1350 EOF
1351
1352     PROGRAM_EXT=".exe"
1353     DEFAULT_DEFAULT_wxUSE_MGL=1
1354   ;;
1355
1356   *-pc-os2_emx | *-pc-os2-emx )
1357     cat >> confdefs.h <<\EOF
1358 #define __EMX__ 1
1359 EOF
1360
1361     PROGRAM_EXT=".exe"
1362     DEFAULT_DEFAULT_wxUSE_PM=1
1363     LIBS="$LIBS -lstdcpp"
1364   ;;
1365
1366   powerpc-*-darwin* )
1367         USE_BSD=1
1368     USE_DARWIN=1
1369     CPP_MT_FLAG=
1370     SO_SUFFIX=dylib
1371     cat >> confdefs.h <<\EOF
1372 #define __BSD__ 1
1373 EOF
1374
1375     cat >> confdefs.h <<\EOF
1376 #define __DARWIN__ 1
1377 EOF
1378
1379     cat >> confdefs.h <<\EOF
1380 #define __POWERPC__ 1
1381 EOF
1382
1383     DEFAULT_DEFAULT_wxUSE_MAC=1
1384   ;;
1385
1386   *-*-beos* )
1387         USE_BEOS=1
1388     cat >> confdefs.h <<\EOF
1389 #define __BEOS__ 1
1390 EOF
1391
1392   ;;
1393
1394   *)
1395     { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; }
1396 esac
1397
1398 if test "$USE_UNIX" = 1 ; then
1399     wxUSE_UNIX=yes
1400     cat >> confdefs.h <<\EOF
1401 #define __UNIX__ 1
1402 EOF
1403
1404 fi
1405
1406 if test "$USE_LINUX" = 1; then
1407     echo $ac_n "checking for glibc 2.1 or later""... $ac_c" 1>&6
1408 echo "configure:1409: checking for glibc 2.1 or later" >&5
1409 if eval "test \"`echo '$''{'wx_lib_glibc21'+set}'`\" = set"; then
1410   echo $ac_n "(cached) $ac_c" 1>&6
1411 else
1412   
1413         cat > conftest.$ac_ext <<EOF
1414 #line 1415 "configure"
1415 #include "confdefs.h"
1416 #include <features.h>
1417 int main() {
1418
1419                 #if !__GLIBC_PREREQ(2, 1)
1420                     #error not glibc2.1
1421                 #endif
1422             
1423 ; return 0; }
1424 EOF
1425 if { (eval echo configure:1426: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1426   rm -rf conftest*
1427   
1428                 wx_lib_glibc21=yes
1429             
1430 else
1431   echo "configure: failed program was:" >&5
1432   cat conftest.$ac_ext >&5
1433   rm -rf conftest*
1434   
1435                 wx_lib_glibc21=no
1436             
1437         
1438 fi
1439 rm -f conftest*
1440     
1441 fi
1442
1443 echo "$ac_t""$wx_lib_glibc21" 1>&6
1444     if test "$wx_lib_glibc21" = "yes"; then
1445         cat >> confdefs.h <<\EOF
1446 #define wxHAVE_GLIBC2 1
1447 EOF
1448
1449     fi
1450 fi
1451
1452
1453
1454
1455           wx_arg_cache_file="configarg.cache"
1456           echo "loading argument cache $wx_arg_cache_file"
1457           rm -f ${wx_arg_cache_file}.tmp
1458           touch ${wx_arg_cache_file}.tmp
1459           touch ${wx_arg_cache_file}
1460         
1461
1462 DEBUG_CONFIGURE=0
1463 if test $DEBUG_CONFIGURE = 1; then
1464   DEFAULT_wxUSE_UNIVERSAL=no
1465
1466   DEFAULT_wxUSE_NANOX=no
1467
1468   DEFAULT_wxUSE_THREADS=yes
1469
1470   DEFAULT_wxUSE_SHARED=yes
1471   DEFAULT_wxUSE_SONAME=no
1472   DEFAULT_wxUSE_OPTIMISE=no
1473   DEFAULT_wxUSE_PROFILE=no
1474   DEFAULT_wxUSE_NO_DEPS=no
1475   DEFAULT_wxUSE_NO_RTTI=yes
1476   DEFAULT_wxUSE_NO_EXCEPTIONS=yes
1477   DEFAULT_wxUSE_PERMISSIVE=no
1478   DEFAULT_wxUSE_DEBUG_FLAG=yes
1479   DEFAULT_wxUSE_DEBUG_INFO=yes
1480   DEFAULT_wxUSE_DEBUG_GDB=yes
1481   DEFAULT_wxUSE_MEM_TRACING=no
1482   DEFAULT_wxUSE_DEBUG_CONTEXT=no
1483   DEFAULT_wxUSE_DMALLOC=no
1484   DEFAULT_wxUSE_PRECOMP=no
1485   DEFAULT_wxUSE_APPLE_IEEE=no
1486
1487   DEFAULT_wxUSE_LOG=yes
1488   DEFAULT_wxUSE_LOGWINDOW=no
1489   DEFAULT_wxUSE_LOGGUI=no
1490   DEFAULT_wxUSE_LOGDIALOG=no
1491
1492   DEFAULT_wxUSE_GUI=yes
1493   DEFAULT_wxUSE_CONTROLS=no
1494
1495   DEFAULT_wxUSE_REGEX=no
1496   DEFAULT_wxUSE_ZLIB=no
1497   DEFAULT_wxUSE_LIBPNG=no
1498   DEFAULT_wxUSE_LIBJPEG=no
1499   DEFAULT_wxUSE_LIBTIFF=no
1500   DEFAULT_wxUSE_ODBC=no
1501   DEFAULT_wxUSE_OPENGL=no
1502
1503   DEFAULT_wxUSE_ON_FATAL_EXCEPTION=no
1504   DEFAULT_wxUSE_SNGLINST_CHECKER=no
1505   DEFAULT_wxUSE_STD_IOSTREAM=no
1506   DEFAULT_wxUSE_CMDLINE_PARSER=no
1507   DEFAULT_wxUSE_DATETIME=no
1508   DEFAULT_wxUSE_TIMEDATE=no
1509   DEFAULT_wxUSE_TIMER=no
1510   DEFAULT_wxUSE_STOPWATCH=no
1511   DEFAULT_wxUSE_FILE=no
1512   DEFAULT_wxUSE_FFILE=no
1513   DEFAULT_wxUSE_TEXTBUFFER=no
1514   DEFAULT_wxUSE_TEXTFILE=no
1515   DEFAULT_wxUSE_WAVE=no
1516   DEFAULT_wxUSE_INTL=no
1517   DEFAULT_wxUSE_CONFIG=no
1518   DEFAULT_wxUSE_FONTMAP=no
1519   DEFAULT_wxUSE_STREAMS=no
1520   DEFAULT_wxUSE_SOCKETS=no
1521   DEFAULT_wxUSE_DIALUP_MANAGER=no
1522   DEFAULT_wxUSE_JOYSTICK=no
1523   DEFAULT_wxUSE_DYNLIB_CLASS=no
1524   DEFAULT_wxUSE_DYNAMIC_LOADER=no
1525   DEFAULT_wxUSE_LONGLONG=no
1526   DEFAULT_wxUSE_GEOMETRY=no
1527
1528   DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no
1529   DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no
1530   DEFAULT_wxUSE_POSTSCRIPT=no
1531
1532   DEFAULT_wxUSE_X_RESOURCES=no
1533   DEFAULT_wxUSE_CLIPBOARD=no
1534   DEFAULT_wxUSE_TOOLTIPS=no
1535   DEFAULT_wxUSE_DRAG_AND_DROP=no
1536   DEFAULT_wxUSE_DRAGIMAGE=no
1537   DEFAULT_wxUSE_SPLINES=no
1538
1539   DEFAULT_wxUSE_MDI_ARCHITECTURE=no
1540   DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no
1541   DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no
1542
1543   DEFAULT_wxUSE_PROLOGIO=no
1544   DEFAULT_wxUSE_RESOURCES=no
1545   DEFAULT_wxUSE_CONSTRAINTS=no
1546   DEFAULT_wxUSE_IPC=no
1547   DEFAULT_wxUSE_HELP=no
1548   DEFAULT_wxUSE_MS_HTML_HELP=no
1549   DEFAULT_wxUSE_WXHTML_HELP=no
1550   DEFAULT_wxUSE_TREELAYOUT=no
1551   DEFAULT_wxUSE_METAFILE=no
1552   DEFAULT_wxUSE_MIMETYPE=no
1553   DEFAULT_wxUSE_SYSTEM_OPTIONS=no
1554   DEFAULT_wxUSE_PROTOCOL=no
1555   DEFAULT_wxUSE_PROTOCOL_HTTP=no
1556   DEFAULT_wxUSE_PROTOCOL_FTP=no
1557   DEFAULT_wxUSE_PROTOCOL_FILE=no
1558   DEFAULT_wxUSE_URL=no
1559   
1560   DEFAULT_wxUSE_COMMONDLGS=no
1561   DEFAULT_wxUSE_CHOICEDLG=no
1562   DEFAULT_wxUSE_COLOURDLG=no
1563   DEFAULT_wxUSE_DIRDLG=no
1564   DEFAULT_wxUSE_FILEDLG=no
1565   DEFAULT_wxUSE_FINDREPLDLG=no
1566   DEFAULT_wxUSE_FONTDLG=no
1567   DEFAULT_wxUSE_MSGDLG=no
1568   DEFAULT_wxUSE_NUMBERDLG=no
1569   DEFAULT_wxUSE_TEXTDLG=no
1570   DEFAULT_wxUSE_SPLASH=no
1571   DEFAULT_wxUSE_STARTUP_TIPS=no
1572   DEFAULT_wxUSE_PROGRESSDLG=no
1573   DEFAULT_wxUSE_WIZARDDLG=no
1574
1575   DEFAULT_wxUSE_MENUS=no
1576   DEFAULT_wxUSE_MINIFRAME=no
1577   DEFAULT_wxUSE_HTML=no
1578   DEFAULT_wxUSE_FILESYSTEM=no
1579   DEFAULT_wxUSE_FS_INET=no
1580   DEFAULT_wxUSE_FS_ZIP=no
1581   DEFAULT_wxUSE_BUSYINFO=no
1582   DEFAULT_wxUSE_ZIPSTREAM=no
1583   DEFAULT_wxUSE_VALIDATORS=no
1584
1585   DEFAULT_wxUSE_ACCEL=no
1586   DEFAULT_wxUSE_BUTTON=no
1587   DEFAULT_wxUSE_BMPBUTTON=no
1588   DEFAULT_wxUSE_CALCTRL=no
1589   DEFAULT_wxUSE_CARET=no
1590   DEFAULT_wxUSE_CHECKBOX=no
1591   DEFAULT_wxUSE_CHECKLST=no
1592   DEFAULT_wxUSE_CHOICE=no
1593   DEFAULT_wxUSE_COMBOBOX=no
1594   DEFAULT_wxUSE_GAUGE=no
1595   DEFAULT_wxUSE_GRID=no
1596   DEFAULT_wxUSE_NEW_GRID=no
1597   DEFAULT_wxUSE_IMAGLIST=no
1598   DEFAULT_wxUSE_LISTBOX=no
1599   DEFAULT_wxUSE_LISTCTRL=no
1600   DEFAULT_wxUSE_NOTEBOOK=no
1601   DEFAULT_wxUSE_PROPSHEET=no
1602   DEFAULT_wxUSE_RADIOBOX=no
1603   DEFAULT_wxUSE_RADIOBTN=no
1604   DEFAULT_wxUSE_SASH=no
1605   DEFAULT_wxUSE_SCROLLBAR=no
1606   DEFAULT_wxUSE_SLIDER=no
1607   DEFAULT_wxUSE_SPINBTN=no
1608   DEFAULT_wxUSE_SPINCTRL=no
1609   DEFAULT_wxUSE_SPLITTER=no
1610   DEFAULT_wxUSE_STATBMP=no
1611   DEFAULT_wxUSE_STATBOX=no
1612   DEFAULT_wxUSE_STATLINE=no
1613   DEFAULT_wxUSE_STATTEXT=no
1614   DEFAULT_wxUSE_STATUSBAR=yes
1615   DEFAULT_wxUSE_TABDIALOG=no
1616   DEFAULT_wxUSE_TEXTCTRL=no
1617   DEFAULT_wxUSE_TOGGLEBTN=no
1618   DEFAULT_wxUSE_TOOLBAR=no
1619   DEFAULT_wxUSE_TOOLBAR_NATIVE=no
1620   DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
1621   DEFAULT_wxUSE_TREECTRL=no
1622   DEFAULT_wxUSE_POPUPWIN=no
1623   DEFAULT_wxUSE_TIPWINDOW=no
1624
1625   DEFAULT_wxUSE_UNICODE=no
1626   DEFAULT_wxUSE_UNICODE_MSLU=no
1627   DEFAULT_wxUSE_WCSRTOMBS=no
1628
1629   DEFAULT_wxUSE_PALETTE=no
1630   DEFAULT_wxUSE_IMAGE=no
1631   DEFAULT_wxUSE_GIF=no
1632   DEFAULT_wxUSE_PCX=no
1633   DEFAULT_wxUSE_PNM=no
1634   DEFAULT_wxUSE_IFF=no
1635   DEFAULT_wxUSE_XPM=no
1636   DEFAULT_wxUSE_ICO_CUR=no
1637 else
1638   DEFAULT_wxUSE_UNIVERSAL=no
1639
1640   DEFAULT_wxUSE_NANOX=no
1641
1642   DEFAULT_wxUSE_THREADS=yes
1643
1644   DEFAULT_wxUSE_SHARED=yes
1645   DEFAULT_wxUSE_SONAME=no
1646   DEFAULT_wxUSE_OPTIMISE=yes
1647   DEFAULT_wxUSE_PROFILE=no
1648   DEFAULT_wxUSE_NO_DEPS=no
1649   DEFAULT_wxUSE_NO_RTTI=yes
1650   DEFAULT_wxUSE_NO_EXCEPTIONS=yes
1651   DEFAULT_wxUSE_PERMISSIVE=no
1652   DEFAULT_wxUSE_DEBUG_FLAG=no
1653   DEFAULT_wxUSE_DEBUG_INFO=no
1654   DEFAULT_wxUSE_DEBUG_GDB=no
1655   DEFAULT_wxUSE_MEM_TRACING=no
1656   DEFAULT_wxUSE_DEBUG_CONTEXT=no
1657   DEFAULT_wxUSE_DMALLOC=no
1658   DEFAULT_wxUSE_PRECOMP=no
1659   DEFAULT_wxUSE_APPLE_IEEE=yes
1660
1661   DEFAULT_wxUSE_LOG=yes
1662   DEFAULT_wxUSE_LOGWINDOW=yes
1663   DEFAULT_wxUSE_LOGGUI=yes
1664   DEFAULT_wxUSE_LOGDIALOG=yes
1665
1666   DEFAULT_wxUSE_GUI=yes
1667
1668   DEFAULT_wxUSE_REGEX=yes
1669   DEFAULT_wxUSE_ZLIB=yes
1670   DEFAULT_wxUSE_LIBPNG=yes
1671   DEFAULT_wxUSE_LIBJPEG=yes
1672   DEFAULT_wxUSE_LIBTIFF=yes
1673   DEFAULT_wxUSE_ODBC=no
1674   DEFAULT_wxUSE_OPENGL=no
1675
1676   DEFAULT_wxUSE_ON_FATAL_EXCEPTION=yes
1677   DEFAULT_wxUSE_SNGLINST_CHECKER=yes
1678   DEFAULT_wxUSE_STD_IOSTREAM=no
1679   DEFAULT_wxUSE_CMDLINE_PARSER=yes
1680   DEFAULT_wxUSE_DATETIME=yes
1681   DEFAULT_wxUSE_TIMEDATE=no
1682   DEFAULT_wxUSE_TIMER=yes
1683   DEFAULT_wxUSE_STOPWATCH=yes
1684   DEFAULT_wxUSE_FILE=yes
1685   DEFAULT_wxUSE_FFILE=yes
1686   DEFAULT_wxUSE_TEXTBUFFER=yes
1687   DEFAULT_wxUSE_TEXTFILE=yes
1688   DEFAULT_wxUSE_WAVE=no
1689   DEFAULT_wxUSE_INTL=yes
1690   DEFAULT_wxUSE_CONFIG=yes
1691   DEFAULT_wxUSE_FONTMAP=yes
1692   DEFAULT_wxUSE_STREAMS=yes
1693   DEFAULT_wxUSE_SOCKETS=yes
1694   DEFAULT_wxUSE_DIALUP_MANAGER=yes
1695   DEFAULT_wxUSE_JOYSTICK=yes
1696   DEFAULT_wxUSE_DYNLIB_CLASS=yes
1697   DEFAULT_wxUSE_DYNAMIC_LOADER=yes
1698   DEFAULT_wxUSE_LONGLONG=yes
1699   DEFAULT_wxUSE_GEOMETRY=yes
1700
1701   DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes
1702   DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes
1703   DEFAULT_wxUSE_POSTSCRIPT=yes
1704
1705   DEFAULT_wxUSE_X_RESOURCES=no
1706   DEFAULT_wxUSE_CLIPBOARD=yes
1707   DEFAULT_wxUSE_TOOLTIPS=yes
1708   DEFAULT_wxUSE_DRAG_AND_DROP=yes
1709   DEFAULT_wxUSE_DRAGIMAGE=yes
1710   DEFAULT_wxUSE_SPLINES=yes
1711
1712   DEFAULT_wxUSE_MDI_ARCHITECTURE=yes
1713   DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes
1714   DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes
1715
1716   DEFAULT_wxUSE_PROLOGIO=yes
1717   DEFAULT_wxUSE_RESOURCES=yes
1718   DEFAULT_wxUSE_CONSTRAINTS=yes
1719   DEFAULT_wxUSE_IPC=yes
1720   DEFAULT_wxUSE_HELP=yes
1721   DEFAULT_wxUSE_MS_HTML_HELP=yes
1722   DEFAULT_wxUSE_WXHTML_HELP=yes
1723   DEFAULT_wxUSE_TREELAYOUT=yes
1724   DEFAULT_wxUSE_METAFILE=yes
1725   DEFAULT_wxUSE_MIMETYPE=yes
1726   DEFAULT_wxUSE_SYSTEM_OPTIONS=yes
1727   DEFAULT_wxUSE_PROTOCOL=yes
1728   DEFAULT_wxUSE_PROTOCOL_HTTP=yes
1729   DEFAULT_wxUSE_PROTOCOL_FTP=yes
1730   DEFAULT_wxUSE_PROTOCOL_FILE=yes
1731   DEFAULT_wxUSE_URL=yes
1732
1733   DEFAULT_wxUSE_COMMONDLGS=yes
1734   DEFAULT_wxUSE_CHOICEDLG=yes
1735   DEFAULT_wxUSE_COLOURDLG=yes
1736   DEFAULT_wxUSE_DIRDLG=yes
1737   DEFAULT_wxUSE_FILEDLG=yes
1738   DEFAULT_wxUSE_FINDREPLDLG=yes
1739   DEFAULT_wxUSE_FONTDLG=yes
1740   DEFAULT_wxUSE_MSGDLG=yes
1741   DEFAULT_wxUSE_NUMBERDLG=yes
1742   DEFAULT_wxUSE_TEXTDLG=yes
1743   DEFAULT_wxUSE_SPLASH=yes
1744   DEFAULT_wxUSE_STARTUP_TIPS=yes
1745   DEFAULT_wxUSE_PROGRESSDLG=yes
1746   DEFAULT_wxUSE_WIZARDDLG=yes
1747
1748   DEFAULT_wxUSE_MENUS=yes
1749   DEFAULT_wxUSE_MINIFRAME=yes
1750   DEFAULT_wxUSE_HTML=yes
1751   DEFAULT_wxUSE_FILESYSTEM=yes
1752   DEFAULT_wxUSE_FS_INET=yes
1753   DEFAULT_wxUSE_FS_ZIP=yes
1754   DEFAULT_wxUSE_BUSYINFO=yes
1755   DEFAULT_wxUSE_ZIPSTREAM=yes
1756   DEFAULT_wxUSE_VALIDATORS=yes
1757
1758   DEFAULT_wxUSE_ACCEL=yes
1759   DEFAULT_wxUSE_BUTTON=yes
1760   DEFAULT_wxUSE_BMPBUTTON=yes
1761   DEFAULT_wxUSE_CALCTRL=yes
1762   DEFAULT_wxUSE_CARET=yes
1763   DEFAULT_wxUSE_CHECKBOX=yes
1764   DEFAULT_wxUSE_CHECKLST=yes
1765   DEFAULT_wxUSE_CHOICE=yes
1766   DEFAULT_wxUSE_COMBOBOX=yes
1767   DEFAULT_wxUSE_GAUGE=yes
1768   DEFAULT_wxUSE_GRID=yes
1769   DEFAULT_wxUSE_NEW_GRID=yes
1770   DEFAULT_wxUSE_IMAGLIST=yes
1771   DEFAULT_wxUSE_LISTBOX=yes
1772   DEFAULT_wxUSE_LISTCTRL=yes
1773   DEFAULT_wxUSE_NOTEBOOK=yes
1774   DEFAULT_wxUSE_PROPSHEET=yes
1775   DEFAULT_wxUSE_RADIOBOX=yes
1776   DEFAULT_wxUSE_RADIOBTN=yes
1777   DEFAULT_wxUSE_SASH=yes
1778   DEFAULT_wxUSE_SCROLLBAR=yes
1779   DEFAULT_wxUSE_SLIDER=yes
1780   DEFAULT_wxUSE_SPINBTN=yes
1781   DEFAULT_wxUSE_SPINCTRL=yes
1782   DEFAULT_wxUSE_SPLITTER=yes
1783   DEFAULT_wxUSE_STATBMP=yes
1784   DEFAULT_wxUSE_STATBOX=yes
1785   DEFAULT_wxUSE_STATLINE=yes
1786   DEFAULT_wxUSE_STATTEXT=yes
1787   DEFAULT_wxUSE_STATUSBAR=yes
1788   DEFAULT_wxUSE_TABDIALOG=no
1789   DEFAULT_wxUSE_TEXTCTRL=yes
1790   DEFAULT_wxUSE_TOGGLEBTN=yes
1791   DEFAULT_wxUSE_TOOLBAR=yes
1792   DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
1793   DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
1794   DEFAULT_wxUSE_TREECTRL=yes
1795   DEFAULT_wxUSE_POPUPWIN=yes
1796   DEFAULT_wxUSE_TIPWINDOW=yes
1797
1798   DEFAULT_wxUSE_UNICODE=no
1799   DEFAULT_wxUSE_UNICODE_MSLU=yes
1800   DEFAULT_wxUSE_WCSRTOMBS=no
1801
1802   DEFAULT_wxUSE_PALETTE=yes
1803   DEFAULT_wxUSE_IMAGE=yes
1804   DEFAULT_wxUSE_GIF=yes
1805   DEFAULT_wxUSE_PCX=yes
1806   DEFAULT_wxUSE_IFF=no
1807   DEFAULT_wxUSE_PNM=yes
1808   DEFAULT_wxUSE_XPM=yes
1809   DEFAULT_wxUSE_ICO_CUR=yes
1810 fi
1811
1812
1813
1814 for toolkit in `echo $ALL_TOOLKITS`; do
1815   LINE=`grep "wxUSE_$toolkit" ${wx_arg_cache_file}`
1816   if test "x$LINE" != x ; then
1817     has_toolkit_in_cache=1
1818     eval "DEFAULT_$LINE"
1819     eval "CACHE_$toolkit=1"
1820   fi
1821 done
1822
1823
1824
1825           echo $ac_n "checking for --enable-gui""... $ac_c" 1>&6
1826 echo "configure:1827: checking for --enable-gui" >&5
1827           no_cache=0
1828           # Check whether --enable-gui or --disable-gui was given.
1829 if test "${enable_gui+set}" = set; then
1830   enableval="$enable_gui"
1831   
1832                           if test "$enableval" = yes; then
1833                             ac_cv_use_gui='wxUSE_GUI=yes'
1834                           else
1835                             ac_cv_use_gui='wxUSE_GUI=no'
1836                           fi
1837                         
1838 else
1839   
1840                           LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
1841                           if test "x$LINE" != x ; then
1842                             eval "DEFAULT_$LINE"
1843                           else
1844                             no_cache=1
1845                           fi
1846
1847                           ac_cv_use_gui='wxUSE_GUI='$DEFAULT_wxUSE_GUI
1848                         
1849 fi
1850
1851
1852           eval "$ac_cv_use_gui"
1853           if test "$no_cache" != 1; then
1854             echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
1855           fi
1856
1857           if test "$wxUSE_GUI" = yes; then
1858             echo "$ac_t""yes" 1>&6
1859           else
1860             echo "$ac_t""no" 1>&6
1861           fi
1862         
1863
1864 if test "$wxUSE_GUI" = "yes"; then
1865
1866
1867           echo $ac_n "checking for --enable-universal""... $ac_c" 1>&6
1868 echo "configure:1869: checking for --enable-universal" >&5
1869           no_cache=0
1870           # Check whether --enable-universal or --disable-universal was given.
1871 if test "${enable_universal+set}" = set; then
1872   enableval="$enable_universal"
1873   
1874                           if test "$enableval" = yes; then
1875                             ac_cv_use_universal='wxUSE_UNIVERSAL=yes'
1876                           else
1877                             ac_cv_use_universal='wxUSE_UNIVERSAL=no'
1878                           fi
1879                         
1880 else
1881   
1882                           LINE=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
1883                           if test "x$LINE" != x ; then
1884                             eval "DEFAULT_$LINE"
1885                           else
1886                             no_cache=1
1887                           fi
1888
1889                           ac_cv_use_universal='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL
1890                         
1891 fi
1892
1893
1894           eval "$ac_cv_use_universal"
1895           if test "$no_cache" != 1; then
1896             echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
1897           fi
1898
1899           if test "$wxUSE_UNIVERSAL" = yes; then
1900             echo "$ac_t""yes" 1>&6
1901           else
1902             echo "$ac_t""no" 1>&6
1903           fi
1904         
1905 # Check whether --with-gtk or --without-gtk was given.
1906 if test "${with_gtk+set}" = set; then
1907   withval="$with_gtk"
1908   wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
1909 fi
1910
1911 # Check whether --with-motif or --without-motif was given.
1912 if test "${with_motif+set}" = set; then
1913   withval="$with_motif"
1914   wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
1915 fi
1916
1917 # Check whether --with-mac or --without-mac was given.
1918 if test "${with_mac+set}" = set; then
1919   withval="$with_mac"
1920   wxUSE_MAC="$withval" TOOLKIT_GIVEN=1
1921 fi
1922
1923 # Check whether --with-wine or --without-wine was given.
1924 if test "${with_wine+set}" = set; then
1925   withval="$with_wine"
1926   wxUSE_WINE="$withval" CACHE_WINE=1 TOOLKIT_GIVEN=1
1927 fi
1928
1929 # Check whether --with-msw or --without-msw was given.
1930 if test "${with_msw+set}" = set; then
1931   withval="$with_msw"
1932   wxUSE_MSW="$withval" CACHE_MSW TOOLKIT_GIVEN=1
1933 fi
1934
1935 # Check whether --with-pm or --without-pm was given.
1936 if test "${with_pm+set}" = set; then
1937   withval="$with_pm"
1938   wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
1939 fi
1940
1941 # Check whether --with-mgl or --without-mgl was given.
1942 if test "${with_mgl+set}" = set; then
1943   withval="$with_mgl"
1944   wxUSE_MGL="$withval" CACHE_MGL=1 TOOLKIT_GIVEN=1
1945 fi
1946
1947 # Check whether --with-microwin or --without-microwin was given.
1948 if test "${with_microwin+set}" = set; then
1949   withval="$with_microwin"
1950   wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1
1951 fi
1952
1953 # Check whether --with-x11 or --without-x11 was given.
1954 if test "${with_x11+set}" = set; then
1955   withval="$with_x11"
1956   wxUSE_X11="$withval" wxUSE_UNIVERSAL="yes" CACHE_X11=1 TOOLKIT_GIVEN=1
1957 fi
1958
1959
1960           echo $ac_n "checking for --enable-nanox""... $ac_c" 1>&6
1961 echo "configure:1962: checking for --enable-nanox" >&5
1962           no_cache=0
1963           # Check whether --enable-nanox or --disable-nanox was given.
1964 if test "${enable_nanox+set}" = set; then
1965   enableval="$enable_nanox"
1966   
1967                           if test "$enableval" = yes; then
1968                             ac_cv_use_nanox='wxUSE_NANOX=yes'
1969                           else
1970                             ac_cv_use_nanox='wxUSE_NANOX=no'
1971                           fi
1972                         
1973 else
1974   
1975                           LINE=`grep "wxUSE_NANOX" ${wx_arg_cache_file}`
1976                           if test "x$LINE" != x ; then
1977                             eval "DEFAULT_$LINE"
1978                           else
1979                             no_cache=1
1980                           fi
1981
1982                           ac_cv_use_nanox='wxUSE_NANOX='$DEFAULT_wxUSE_NANOX
1983                         
1984 fi
1985
1986
1987           eval "$ac_cv_use_nanox"
1988           if test "$no_cache" != 1; then
1989             echo $ac_cv_use_nanox >> ${wx_arg_cache_file}.tmp
1990           fi
1991
1992           if test "$wxUSE_NANOX" = yes; then
1993             echo "$ac_t""yes" 1>&6
1994           else
1995             echo "$ac_t""no" 1>&6
1996           fi
1997         
1998
1999 # Check whether --enable-gtk2 or --disable-gtk2 was given.
2000 if test "${enable_gtk2+set}" = set; then
2001   enableval="$enable_gtk2"
2002   wxUSE_GTK2="yes"
2003 else
2004   wxUSE_GTK2="no"
2005 fi
2006
2007
2008
2009           echo $ac_n "checking for --with-libpng""... $ac_c" 1>&6
2010 echo "configure:2011: checking for --with-libpng" >&5
2011           no_cache=0
2012           # Check whether --with-libpng or --without-libpng was given.
2013 if test "${with_libpng+set}" = set; then
2014   withval="$with_libpng"
2015   
2016                         if test "$withval" = yes; then
2017                           ac_cv_use_libpng='wxUSE_LIBPNG=yes'
2018                         elif test "$withval" = no; then
2019                           ac_cv_use_libpng='wxUSE_LIBPNG=no'
2020                         elif test "$withval" = sys; then
2021                           ac_cv_use_libpng='wxUSE_LIBPNG=sys'
2022                         elif test "$withval" = builtin; then
2023                           ac_cv_use_libpng='wxUSE_LIBPNG=builtin'
2024                         else
2025                           { echo "configure: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2026                         fi
2027                       
2028 else
2029   
2030                         LINE=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
2031                         if test "x$LINE" != x ; then
2032                           eval "DEFAULT_$LINE"
2033                         else
2034                           no_cache=1
2035                         fi
2036
2037                         ac_cv_use_libpng='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
2038                       
2039 fi
2040
2041
2042           eval "$ac_cv_use_libpng"
2043           if test "$no_cache" != 1; then
2044             echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
2045           fi
2046
2047           if test "$wxUSE_LIBPNG" = yes; then
2048             echo "$ac_t""yes" 1>&6
2049           elif test "$wxUSE_LIBPNG" = no; then
2050             echo "$ac_t""no" 1>&6
2051           elif test "$wxUSE_LIBPNG" = sys; then
2052             echo "$ac_t""system version" 1>&6
2053           elif test "$wxUSE_LIBPNG" = builtin; then
2054             echo "$ac_t""builtin version" 1>&6
2055           else
2056             { echo "configure: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2057           fi
2058         
2059
2060           echo $ac_n "checking for --with-libjpeg""... $ac_c" 1>&6
2061 echo "configure:2062: checking for --with-libjpeg" >&5
2062           no_cache=0
2063           # Check whether --with-libjpeg or --without-libjpeg was given.
2064 if test "${with_libjpeg+set}" = set; then
2065   withval="$with_libjpeg"
2066   
2067                         if test "$withval" = yes; then
2068                           ac_cv_use_libjpeg='wxUSE_LIBJPEG=yes'
2069                         elif test "$withval" = no; then
2070                           ac_cv_use_libjpeg='wxUSE_LIBJPEG=no'
2071                         elif test "$withval" = sys; then
2072                           ac_cv_use_libjpeg='wxUSE_LIBJPEG=sys'
2073                         elif test "$withval" = builtin; then
2074                           ac_cv_use_libjpeg='wxUSE_LIBJPEG=builtin'
2075                         else
2076                           { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2077                         fi
2078                       
2079 else
2080   
2081                         LINE=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
2082                         if test "x$LINE" != x ; then
2083                           eval "DEFAULT_$LINE"
2084                         else
2085                           no_cache=1
2086                         fi
2087
2088                         ac_cv_use_libjpeg='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
2089                       
2090 fi
2091
2092
2093           eval "$ac_cv_use_libjpeg"
2094           if test "$no_cache" != 1; then
2095             echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
2096           fi
2097
2098           if test "$wxUSE_LIBJPEG" = yes; then
2099             echo "$ac_t""yes" 1>&6
2100           elif test "$wxUSE_LIBJPEG" = no; then
2101             echo "$ac_t""no" 1>&6
2102           elif test "$wxUSE_LIBJPEG" = sys; then
2103             echo "$ac_t""system version" 1>&6
2104           elif test "$wxUSE_LIBJPEG" = builtin; then
2105             echo "$ac_t""builtin version" 1>&6
2106           else
2107             { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2108           fi
2109         
2110
2111           echo $ac_n "checking for --with-libtiff""... $ac_c" 1>&6
2112 echo "configure:2113: checking for --with-libtiff" >&5
2113           no_cache=0
2114           # Check whether --with-libtiff or --without-libtiff was given.
2115 if test "${with_libtiff+set}" = set; then
2116   withval="$with_libtiff"
2117   
2118                         if test "$withval" = yes; then
2119                           ac_cv_use_libtiff='wxUSE_LIBTIFF=yes'
2120                         elif test "$withval" = no; then
2121                           ac_cv_use_libtiff='wxUSE_LIBTIFF=no'
2122                         elif test "$withval" = sys; then
2123                           ac_cv_use_libtiff='wxUSE_LIBTIFF=sys'
2124                         elif test "$withval" = builtin; then
2125                           ac_cv_use_libtiff='wxUSE_LIBTIFF=builtin'
2126                         else
2127                           { echo "configure: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2128                         fi
2129                       
2130 else
2131   
2132                         LINE=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
2133                         if test "x$LINE" != x ; then
2134                           eval "DEFAULT_$LINE"
2135                         else
2136                           no_cache=1
2137                         fi
2138
2139                         ac_cv_use_libtiff='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
2140                       
2141 fi
2142
2143
2144           eval "$ac_cv_use_libtiff"
2145           if test "$no_cache" != 1; then
2146             echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
2147           fi
2148
2149           if test "$wxUSE_LIBTIFF" = yes; then
2150             echo "$ac_t""yes" 1>&6
2151           elif test "$wxUSE_LIBTIFF" = no; then
2152             echo "$ac_t""no" 1>&6
2153           elif test "$wxUSE_LIBTIFF" = sys; then
2154             echo "$ac_t""system version" 1>&6
2155           elif test "$wxUSE_LIBTIFF" = builtin; then
2156             echo "$ac_t""builtin version" 1>&6
2157           else
2158             { echo "configure: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2159           fi
2160         
2161
2162           echo $ac_n "checking for --with-opengl""... $ac_c" 1>&6
2163 echo "configure:2164: checking for --with-opengl" >&5
2164           no_cache=0
2165           # Check whether --with-opengl or --without-opengl was given.
2166 if test "${with_opengl+set}" = set; then
2167   withval="$with_opengl"
2168   
2169                         if test "$withval" = yes; then
2170                           ac_cv_use_opengl='wxUSE_OPENGL=yes'
2171                         else
2172                           ac_cv_use_opengl='wxUSE_OPENGL=no'
2173                         fi
2174                       
2175 else
2176   
2177                         LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
2178                         if test "x$LINE" != x ; then
2179                           eval "DEFAULT_$LINE"
2180                         else
2181                           no_cache=1
2182                         fi
2183
2184                         ac_cv_use_opengl='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
2185                       
2186 fi
2187
2188
2189           eval "$ac_cv_use_opengl"
2190           if test "$no_cache" != 1; then
2191             echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
2192           fi
2193
2194           if test "$wxUSE_OPENGL" = yes; then
2195             echo "$ac_t""yes" 1>&6
2196           else
2197             echo "$ac_t""no" 1>&6
2198           fi
2199         
2200
2201 fi
2202
2203
2204           echo $ac_n "checking for --with-dmalloc""... $ac_c" 1>&6
2205 echo "configure:2206: checking for --with-dmalloc" >&5
2206           no_cache=0
2207           # Check whether --with-dmalloc or --without-dmalloc was given.
2208 if test "${with_dmalloc+set}" = set; then
2209   withval="$with_dmalloc"
2210   
2211                         if test "$withval" = yes; then
2212                           ac_cv_use_dmalloc='wxUSE_DMALLOC=yes'
2213                         else
2214                           ac_cv_use_dmalloc='wxUSE_DMALLOC=no'
2215                         fi
2216                       
2217 else
2218   
2219                         LINE=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
2220                         if test "x$LINE" != x ; then
2221                           eval "DEFAULT_$LINE"
2222                         else
2223                           no_cache=1
2224                         fi
2225
2226                         ac_cv_use_dmalloc='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
2227                       
2228 fi
2229
2230
2231           eval "$ac_cv_use_dmalloc"
2232           if test "$no_cache" != 1; then
2233             echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
2234           fi
2235
2236           if test "$wxUSE_DMALLOC" = yes; then
2237             echo "$ac_t""yes" 1>&6
2238           else
2239             echo "$ac_t""no" 1>&6
2240           fi
2241         
2242
2243           echo $ac_n "checking for --with-regex""... $ac_c" 1>&6
2244 echo "configure:2245: checking for --with-regex" >&5
2245           no_cache=0
2246           # Check whether --with-regex or --without-regex was given.
2247 if test "${with_regex+set}" = set; then
2248   withval="$with_regex"
2249   
2250                         if test "$withval" = yes; then
2251                           ac_cv_use_regex='wxUSE_REGEX=yes'
2252                         elif test "$withval" = no; then
2253                           ac_cv_use_regex='wxUSE_REGEX=no'
2254                         elif test "$withval" = sys; then
2255                           ac_cv_use_regex='wxUSE_REGEX=sys'
2256                         elif test "$withval" = builtin; then
2257                           ac_cv_use_regex='wxUSE_REGEX=builtin'
2258                         else
2259                           { echo "configure: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2260                         fi
2261                       
2262 else
2263   
2264                         LINE=`grep "wxUSE_REGEX" ${wx_arg_cache_file}`
2265                         if test "x$LINE" != x ; then
2266                           eval "DEFAULT_$LINE"
2267                         else
2268                           no_cache=1
2269                         fi
2270
2271                         ac_cv_use_regex='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX
2272                       
2273 fi
2274
2275
2276           eval "$ac_cv_use_regex"
2277           if test "$no_cache" != 1; then
2278             echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
2279           fi
2280
2281           if test "$wxUSE_REGEX" = yes; then
2282             echo "$ac_t""yes" 1>&6
2283           elif test "$wxUSE_REGEX" = no; then
2284             echo "$ac_t""no" 1>&6
2285           elif test "$wxUSE_REGEX" = sys; then
2286             echo "$ac_t""system version" 1>&6
2287           elif test "$wxUSE_REGEX" = builtin; then
2288             echo "$ac_t""builtin version" 1>&6
2289           else
2290             { echo "configure: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2291           fi
2292         
2293
2294           echo $ac_n "checking for --with-zlib""... $ac_c" 1>&6
2295 echo "configure:2296: checking for --with-zlib" >&5
2296           no_cache=0
2297           # Check whether --with-zlib or --without-zlib was given.
2298 if test "${with_zlib+set}" = set; then
2299   withval="$with_zlib"
2300   
2301                         if test "$withval" = yes; then
2302                           ac_cv_use_zlib='wxUSE_ZLIB=yes'
2303                         elif test "$withval" = no; then
2304                           ac_cv_use_zlib='wxUSE_ZLIB=no'
2305                         elif test "$withval" = sys; then
2306                           ac_cv_use_zlib='wxUSE_ZLIB=sys'
2307                         elif test "$withval" = builtin; then
2308                           ac_cv_use_zlib='wxUSE_ZLIB=builtin'
2309                         else
2310                           { echo "configure: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2311                         fi
2312                       
2313 else
2314   
2315                         LINE=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
2316                         if test "x$LINE" != x ; then
2317                           eval "DEFAULT_$LINE"
2318                         else
2319                           no_cache=1
2320                         fi
2321
2322                         ac_cv_use_zlib='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
2323                       
2324 fi
2325
2326
2327           eval "$ac_cv_use_zlib"
2328           if test "$no_cache" != 1; then
2329             echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
2330           fi
2331
2332           if test "$wxUSE_ZLIB" = yes; then
2333             echo "$ac_t""yes" 1>&6
2334           elif test "$wxUSE_ZLIB" = no; then
2335             echo "$ac_t""no" 1>&6
2336           elif test "$wxUSE_ZLIB" = sys; then
2337             echo "$ac_t""system version" 1>&6
2338           elif test "$wxUSE_ZLIB" = builtin; then
2339             echo "$ac_t""builtin version" 1>&6
2340           else
2341             { echo "configure: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2342           fi
2343         
2344
2345           echo $ac_n "checking for --with-odbc""... $ac_c" 1>&6
2346 echo "configure:2347: checking for --with-odbc" >&5
2347           no_cache=0
2348           # Check whether --with-odbc or --without-odbc was given.
2349 if test "${with_odbc+set}" = set; then
2350   withval="$with_odbc"
2351   
2352                         if test "$withval" = yes; then
2353                           ac_cv_use_odbc='wxUSE_ODBC=yes'
2354                         else
2355                           ac_cv_use_odbc='wxUSE_ODBC=no'
2356                         fi
2357                       
2358 else
2359   
2360                         LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
2361                         if test "x$LINE" != x ; then
2362                           eval "DEFAULT_$LINE"
2363                         else
2364                           no_cache=1
2365                         fi
2366
2367                         ac_cv_use_odbc='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
2368                       
2369 fi
2370
2371
2372           eval "$ac_cv_use_odbc"
2373           if test "$no_cache" != 1; then
2374             echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
2375           fi
2376
2377           if test "$wxUSE_ODBC" = yes; then
2378             echo "$ac_t""yes" 1>&6
2379           else
2380             echo "$ac_t""no" 1>&6
2381           fi
2382         
2383
2384
2385
2386           echo $ac_n "checking for --enable-shared""... $ac_c" 1>&6
2387 echo "configure:2388: checking for --enable-shared" >&5
2388           no_cache=0
2389           # Check whether --enable-shared or --disable-shared was given.
2390 if test "${enable_shared+set}" = set; then
2391   enableval="$enable_shared"
2392   
2393                           if test "$enableval" = yes; then
2394                             ac_cv_use_shared='wxUSE_SHARED=yes'
2395                           else
2396                             ac_cv_use_shared='wxUSE_SHARED=no'
2397                           fi
2398                         
2399 else
2400   
2401                           LINE=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
2402                           if test "x$LINE" != x ; then
2403                             eval "DEFAULT_$LINE"
2404                           else
2405                             no_cache=1
2406                           fi
2407
2408                           ac_cv_use_shared='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
2409                         
2410 fi
2411
2412
2413           eval "$ac_cv_use_shared"
2414           if test "$no_cache" != 1; then
2415             echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
2416           fi
2417
2418           if test "$wxUSE_SHARED" = yes; then
2419             echo "$ac_t""yes" 1>&6
2420           else
2421             echo "$ac_t""no" 1>&6
2422           fi
2423         
2424
2425           echo $ac_n "checking for --enable-soname""... $ac_c" 1>&6
2426 echo "configure:2427: checking for --enable-soname" >&5
2427           no_cache=0
2428           # Check whether --enable-soname or --disable-soname was given.
2429 if test "${enable_soname+set}" = set; then
2430   enableval="$enable_soname"
2431   
2432                           if test "$enableval" = yes; then
2433                             ac_cv_use_soname='wxUSE_SONAME=yes'
2434                           else
2435                             ac_cv_use_soname='wxUSE_SONAME=no'
2436                           fi
2437                         
2438 else
2439   
2440                           LINE=`grep "wxUSE_SONAME" ${wx_arg_cache_file}`
2441                           if test "x$LINE" != x ; then
2442                             eval "DEFAULT_$LINE"
2443                           else
2444                             no_cache=1
2445                           fi
2446
2447                           ac_cv_use_soname='wxUSE_SONAME='$DEFAULT_wxUSE_SONAME
2448                         
2449 fi
2450
2451
2452           eval "$ac_cv_use_soname"
2453           if test "$no_cache" != 1; then
2454             echo $ac_cv_use_soname >> ${wx_arg_cache_file}.tmp
2455           fi
2456
2457           if test "$wxUSE_SONAME" = yes; then
2458             echo "$ac_t""yes" 1>&6
2459           else
2460             echo "$ac_t""no" 1>&6
2461           fi
2462         
2463
2464           echo $ac_n "checking for --enable-optimise""... $ac_c" 1>&6
2465 echo "configure:2466: checking for --enable-optimise" >&5
2466           no_cache=0
2467           # Check whether --enable-optimise or --disable-optimise was given.
2468 if test "${enable_optimise+set}" = set; then
2469   enableval="$enable_optimise"
2470   
2471                           if test "$enableval" = yes; then
2472                             ac_cv_use_optimise='wxUSE_OPTIMISE=yes'
2473                           else
2474                             ac_cv_use_optimise='wxUSE_OPTIMISE=no'
2475                           fi
2476                         
2477 else
2478   
2479                           LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
2480                           if test "x$LINE" != x ; then
2481                             eval "DEFAULT_$LINE"
2482                           else
2483                             no_cache=1
2484                           fi
2485
2486                           ac_cv_use_optimise='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
2487                         
2488 fi
2489
2490
2491           eval "$ac_cv_use_optimise"
2492           if test "$no_cache" != 1; then
2493             echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
2494           fi
2495
2496           if test "$wxUSE_OPTIMISE" = yes; then
2497             echo "$ac_t""yes" 1>&6
2498           else
2499             echo "$ac_t""no" 1>&6
2500           fi
2501         
2502
2503           echo $ac_n "checking for --enable-debug""... $ac_c" 1>&6
2504 echo "configure:2505: checking for --enable-debug" >&5
2505           no_cache=0
2506           # Check whether --enable-debug or --disable-debug was given.
2507 if test "${enable_debug+set}" = set; then
2508   enableval="$enable_debug"
2509   
2510                           if test "$enableval" = yes; then
2511                             ac_cv_use_debug='wxUSE_DEBUG=yes'
2512                           else
2513                             ac_cv_use_debug='wxUSE_DEBUG=no'
2514                           fi
2515                         
2516 else
2517   
2518                           LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
2519                           if test "x$LINE" != x ; then
2520                             eval "DEFAULT_$LINE"
2521                           else
2522                             no_cache=1
2523                           fi
2524
2525                           ac_cv_use_debug='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
2526                         
2527 fi
2528
2529
2530           eval "$ac_cv_use_debug"
2531           if test "$no_cache" != 1; then
2532             echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
2533           fi
2534
2535           if test "$wxUSE_DEBUG" = yes; then
2536             echo "$ac_t""yes" 1>&6
2537           else
2538             echo "$ac_t""no" 1>&6
2539           fi
2540         
2541
2542
2543           echo $ac_n "checking for --enable-precomp""... $ac_c" 1>&6
2544 echo "configure:2545: checking for --enable-precomp" >&5
2545           no_cache=0
2546           # Check whether --enable-precomp or --disable-precomp was given.
2547 if test "${enable_precomp+set}" = set; then
2548   enableval="$enable_precomp"
2549   
2550                           if test "$enableval" = yes; then
2551                             ac_cv_use_precomp='wxUSE_PRECOMP=yes'
2552                           else
2553                             ac_cv_use_precomp='wxUSE_PRECOMP=no'
2554                           fi
2555                         
2556 else
2557   
2558                           LINE=`grep "wxUSE_PRECOMP" ${wx_arg_cache_file}`
2559                           if test "x$LINE" != x ; then
2560                             eval "DEFAULT_$LINE"
2561                           else
2562                             no_cache=1
2563                           fi
2564
2565                           ac_cv_use_precomp='wxUSE_PRECOMP='$DEFAULT_wxUSE_PRECOMP
2566                         
2567 fi
2568
2569
2570           eval "$ac_cv_use_precomp"
2571           if test "$no_cache" != 1; then
2572             echo $ac_cv_use_precomp >> ${wx_arg_cache_file}.tmp
2573           fi
2574
2575           if test "$wxUSE_PRECOMP" = yes; then
2576             echo "$ac_t""yes" 1>&6
2577           else
2578             echo "$ac_t""no" 1>&6
2579           fi
2580         
2581
2582 if test "$wxUSE_DEBUG" = "yes"; then
2583   DEFAULT_wxUSE_DEBUG_FLAG=yes
2584   DEFAULT_wxUSE_DEBUG_INFO=yes
2585 elif test "$wxUSE_DEBUG" = "no"; then
2586   DEFAULT_wxUSE_DEBUG_FLAG=no
2587   DEFAULT_wxUSE_DEBUG_INFO=no
2588 fi
2589
2590
2591           echo $ac_n "checking for --enable-debug_flag""... $ac_c" 1>&6
2592 echo "configure:2593: checking for --enable-debug_flag" >&5
2593           no_cache=0
2594           # Check whether --enable-debug_flag or --disable-debug_flag was given.
2595 if test "${enable_debug_flag+set}" = set; then
2596   enableval="$enable_debug_flag"
2597   
2598                           if test "$enableval" = yes; then
2599                             ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes'
2600                           else
2601                             ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no'
2602                           fi
2603                         
2604 else
2605   
2606                           LINE=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
2607                           if test "x$LINE" != x ; then
2608                             eval "DEFAULT_$LINE"
2609                           else
2610                             no_cache=1
2611                           fi
2612
2613                           ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
2614                         
2615 fi
2616
2617
2618           eval "$ac_cv_use_debug_flag"
2619           if test "$no_cache" != 1; then
2620             echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
2621           fi
2622
2623           if test "$wxUSE_DEBUG_FLAG" = yes; then
2624             echo "$ac_t""yes" 1>&6
2625           else
2626             echo "$ac_t""no" 1>&6
2627           fi
2628         
2629
2630           echo $ac_n "checking for --enable-debug_info""... $ac_c" 1>&6
2631 echo "configure:2632: checking for --enable-debug_info" >&5
2632           no_cache=0
2633           # Check whether --enable-debug_info or --disable-debug_info was given.
2634 if test "${enable_debug_info+set}" = set; then
2635   enableval="$enable_debug_info"
2636   
2637                           if test "$enableval" = yes; then
2638                             ac_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
2639                           else
2640                             ac_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
2641                           fi
2642                         
2643 else
2644   
2645                           LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
2646                           if test "x$LINE" != x ; then
2647                             eval "DEFAULT_$LINE"
2648                           else
2649                             no_cache=1
2650                           fi
2651
2652                           ac_cv_use_debug_info='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
2653                         
2654 fi
2655
2656
2657           eval "$ac_cv_use_debug_info"
2658           if test "$no_cache" != 1; then
2659             echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
2660           fi
2661
2662           if test "$wxUSE_DEBUG_INFO" = yes; then
2663             echo "$ac_t""yes" 1>&6
2664           else
2665             echo "$ac_t""no" 1>&6
2666           fi
2667         
2668
2669           echo $ac_n "checking for --enable-debug_gdb""... $ac_c" 1>&6
2670 echo "configure:2671: checking for --enable-debug_gdb" >&5
2671           no_cache=0
2672           # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
2673 if test "${enable_debug_gdb+set}" = set; then
2674   enableval="$enable_debug_gdb"
2675   
2676                           if test "$enableval" = yes; then
2677                             ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes'
2678                           else
2679                             ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no'
2680                           fi
2681                         
2682 else
2683   
2684                           LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
2685                           if test "x$LINE" != x ; then
2686                             eval "DEFAULT_$LINE"
2687                           else
2688                             no_cache=1
2689                           fi
2690
2691                           ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
2692                         
2693 fi
2694
2695
2696           eval "$ac_cv_use_debug_gdb"
2697           if test "$no_cache" != 1; then
2698             echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
2699           fi
2700
2701           if test "$wxUSE_DEBUG_GDB" = yes; then
2702             echo "$ac_t""yes" 1>&6
2703           else
2704             echo "$ac_t""no" 1>&6
2705           fi
2706         
2707
2708           echo $ac_n "checking for --enable-debug_cntxt""... $ac_c" 1>&6
2709 echo "configure:2710: checking for --enable-debug_cntxt" >&5
2710           no_cache=0
2711           # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
2712 if test "${enable_debug_cntxt+set}" = set; then
2713   enableval="$enable_debug_cntxt"
2714   
2715                           if test "$enableval" = yes; then
2716                             ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes'
2717                           else
2718                             ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no'
2719                           fi
2720                         
2721 else
2722   
2723                           LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
2724                           if test "x$LINE" != x ; then
2725                             eval "DEFAULT_$LINE"
2726                           else
2727                             no_cache=1
2728                           fi
2729
2730                           ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
2731                         
2732 fi
2733
2734
2735           eval "$ac_cv_use_debug_cntxt"
2736           if test "$no_cache" != 1; then
2737             echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
2738           fi
2739
2740           if test "$wxUSE_DEBUG_CONTEXT" = yes; then
2741             echo "$ac_t""yes" 1>&6
2742           else
2743             echo "$ac_t""no" 1>&6
2744           fi
2745         
2746
2747           echo $ac_n "checking for --enable-mem_tracing""... $ac_c" 1>&6
2748 echo "configure:2749: checking for --enable-mem_tracing" >&5
2749           no_cache=0
2750           # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
2751 if test "${enable_mem_tracing+set}" = set; then
2752   enableval="$enable_mem_tracing"
2753   
2754                           if test "$enableval" = yes; then
2755                             ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
2756                           else
2757                             ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
2758                           fi
2759                         
2760 else
2761   
2762                           LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
2763                           if test "x$LINE" != x ; then
2764                             eval "DEFAULT_$LINE"
2765                           else
2766                             no_cache=1
2767                           fi
2768
2769                           ac_cv_use_mem_tracing='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
2770                         
2771 fi
2772
2773
2774           eval "$ac_cv_use_mem_tracing"
2775           if test "$no_cache" != 1; then
2776             echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
2777           fi
2778
2779           if test "$wxUSE_MEM_TRACING" = yes; then
2780             echo "$ac_t""yes" 1>&6
2781           else
2782             echo "$ac_t""no" 1>&6
2783           fi
2784         
2785
2786           echo $ac_n "checking for --enable-profile""... $ac_c" 1>&6
2787 echo "configure:2788: checking for --enable-profile" >&5
2788           no_cache=0
2789           # Check whether --enable-profile or --disable-profile was given.
2790 if test "${enable_profile+set}" = set; then
2791   enableval="$enable_profile"
2792   
2793                           if test "$enableval" = yes; then
2794                             ac_cv_use_profile='wxUSE_PROFILE=yes'
2795                           else
2796                             ac_cv_use_profile='wxUSE_PROFILE=no'
2797                           fi
2798                         
2799 else
2800   
2801                           LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
2802                           if test "x$LINE" != x ; then
2803                             eval "DEFAULT_$LINE"
2804                           else
2805                             no_cache=1
2806                           fi
2807
2808                           ac_cv_use_profile='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
2809                         
2810 fi
2811
2812
2813           eval "$ac_cv_use_profile"
2814           if test "$no_cache" != 1; then
2815             echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
2816           fi
2817
2818           if test "$wxUSE_PROFILE" = yes; then
2819             echo "$ac_t""yes" 1>&6
2820           else
2821             echo "$ac_t""no" 1>&6
2822           fi
2823         
2824
2825           echo $ac_n "checking for --enable-no_rtti""... $ac_c" 1>&6
2826 echo "configure:2827: checking for --enable-no_rtti" >&5
2827           no_cache=0
2828           # Check whether --enable-no_rtti or --disable-no_rtti was given.
2829 if test "${enable_no_rtti+set}" = set; then
2830   enableval="$enable_no_rtti"
2831   
2832                           if test "$enableval" = yes; then
2833                             ac_cv_use_no_rtti='wxUSE_NO_RTTI=yes'
2834                           else
2835                             ac_cv_use_no_rtti='wxUSE_NO_RTTI=no'
2836                           fi
2837                         
2838 else
2839   
2840                           LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
2841                           if test "x$LINE" != x ; then
2842                             eval "DEFAULT_$LINE"
2843                           else
2844                             no_cache=1
2845                           fi
2846
2847                           ac_cv_use_no_rtti='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
2848                         
2849 fi
2850
2851
2852           eval "$ac_cv_use_no_rtti"
2853           if test "$no_cache" != 1; then
2854             echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
2855           fi
2856
2857           if test "$wxUSE_NO_RTTI" = yes; then
2858             echo "$ac_t""yes" 1>&6
2859           else
2860             echo "$ac_t""no" 1>&6
2861           fi
2862         
2863
2864           echo $ac_n "checking for --enable-no_exceptions""... $ac_c" 1>&6
2865 echo "configure:2866: checking for --enable-no_exceptions" >&5
2866           no_cache=0
2867           # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
2868 if test "${enable_no_exceptions+set}" = set; then
2869   enableval="$enable_no_exceptions"
2870   
2871                           if test "$enableval" = yes; then
2872                             ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
2873                           else
2874                             ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
2875                           fi
2876                         
2877 else
2878   
2879                           LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
2880                           if test "x$LINE" != x ; then
2881                             eval "DEFAULT_$LINE"
2882                           else
2883                             no_cache=1
2884                           fi
2885
2886                           ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
2887                         
2888 fi
2889
2890
2891           eval "$ac_cv_use_no_exceptions"
2892           if test "$no_cache" != 1; then
2893             echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
2894           fi
2895
2896           if test "$wxUSE_NO_EXCEPTIONS" = yes; then
2897             echo "$ac_t""yes" 1>&6
2898           else
2899             echo "$ac_t""no" 1>&6
2900           fi
2901         
2902
2903           echo $ac_n "checking for --enable-permissive""... $ac_c" 1>&6
2904 echo "configure:2905: checking for --enable-permissive" >&5
2905           no_cache=0
2906           # Check whether --enable-permissive or --disable-permissive was given.
2907 if test "${enable_permissive+set}" = set; then
2908   enableval="$enable_permissive"
2909   
2910                           if test "$enableval" = yes; then
2911                             ac_cv_use_permissive='wxUSE_PERMISSIVE=yes'
2912                           else
2913                             ac_cv_use_permissive='wxUSE_PERMISSIVE=no'
2914                           fi
2915                         
2916 else
2917   
2918                           LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
2919                           if test "x$LINE" != x ; then
2920                             eval "DEFAULT_$LINE"
2921                           else
2922                             no_cache=1
2923                           fi
2924
2925                           ac_cv_use_permissive='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
2926                         
2927 fi
2928
2929
2930           eval "$ac_cv_use_permissive"
2931           if test "$no_cache" != 1; then
2932             echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
2933           fi
2934
2935           if test "$wxUSE_PERMISSIVE" = yes; then
2936             echo "$ac_t""yes" 1>&6
2937           else
2938             echo "$ac_t""no" 1>&6
2939           fi
2940         
2941
2942           echo $ac_n "checking for --enable-no_deps""... $ac_c" 1>&6
2943 echo "configure:2944: checking for --enable-no_deps" >&5
2944           no_cache=0
2945           # Check whether --enable-no_deps or --disable-no_deps was given.
2946 if test "${enable_no_deps+set}" = set; then
2947   enableval="$enable_no_deps"
2948   
2949                           if test "$enableval" = yes; then
2950                             ac_cv_use_no_deps='wxUSE_NO_DEPS=yes'
2951                           else
2952                             ac_cv_use_no_deps='wxUSE_NO_DEPS=no'
2953                           fi
2954                         
2955 else
2956   
2957                           LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
2958                           if test "x$LINE" != x ; then
2959                             eval "DEFAULT_$LINE"
2960                           else
2961                             no_cache=1
2962                           fi
2963
2964                           ac_cv_use_no_deps='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
2965                         
2966 fi
2967
2968
2969           eval "$ac_cv_use_no_deps"
2970           if test "$no_cache" != 1; then
2971             echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
2972           fi
2973
2974           if test "$wxUSE_NO_DEPS" = yes; then
2975             echo "$ac_t""yes" 1>&6
2976           else
2977             echo "$ac_t""no" 1>&6
2978           fi
2979         
2980
2981
2982           echo $ac_n "checking for --enable-compat20""... $ac_c" 1>&6
2983 echo "configure:2984: checking for --enable-compat20" >&5
2984           no_cache=0
2985           # Check whether --enable-compat20 or --disable-compat20 was given.
2986 if test "${enable_compat20+set}" = set; then
2987   enableval="$enable_compat20"
2988   
2989                           if test "$enableval" = yes; then
2990                             ac_cv_use_compat20='WXWIN_COMPATIBILITY_2=yes'
2991                           else
2992                             ac_cv_use_compat20='WXWIN_COMPATIBILITY_2=no'
2993                           fi
2994                         
2995 else
2996   
2997                           LINE=`grep "WXWIN_COMPATIBILITY_2" ${wx_arg_cache_file}`
2998                           if test "x$LINE" != x ; then
2999                             eval "DEFAULT_$LINE"
3000                           else
3001                             no_cache=1
3002                           fi
3003
3004                           ac_cv_use_compat20='WXWIN_COMPATIBILITY_2='$DEFAULT_WXWIN_COMPATIBILITY_2
3005                         
3006 fi
3007
3008
3009           eval "$ac_cv_use_compat20"
3010           if test "$no_cache" != 1; then
3011             echo $ac_cv_use_compat20 >> ${wx_arg_cache_file}.tmp
3012           fi
3013
3014           if test "$WXWIN_COMPATIBILITY_2" = yes; then
3015             echo "$ac_t""yes" 1>&6
3016           else
3017             echo "$ac_t""no" 1>&6
3018           fi
3019         
3020
3021           echo $ac_n "checking for --enable-compat22""... $ac_c" 1>&6
3022 echo "configure:3023: checking for --enable-compat22" >&5
3023           no_cache=0
3024           # Check whether --enable-compat22 or --disable-compat22 was given.
3025 if test "${enable_compat22+set}" = set; then
3026   enableval="$enable_compat22"
3027   
3028                           if test "$enableval" = yes; then
3029                             ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=yes'
3030                           else
3031                             ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=no'
3032                           fi
3033                         
3034 else
3035   
3036                           LINE=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}`
3037                           if test "x$LINE" != x ; then
3038                             eval "DEFAULT_$LINE"
3039                           else
3040                             no_cache=1
3041                           fi
3042
3043                           ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2='$DEFAULT_WXWIN_COMPATIBILITY_2_2
3044                         
3045 fi
3046
3047
3048           eval "$ac_cv_use_compat22"
3049           if test "$no_cache" != 1; then
3050             echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp
3051           fi
3052
3053           if test "$WXWIN_COMPATIBILITY_2_2" = yes; then
3054             echo "$ac_t""yes" 1>&6
3055           else
3056             echo "$ac_t""no" 1>&6
3057           fi
3058         
3059
3060
3061
3062           echo $ac_n "checking for --enable-intl""... $ac_c" 1>&6
3063 echo "configure:3064: checking for --enable-intl" >&5
3064           no_cache=0
3065           # Check whether --enable-intl or --disable-intl was given.
3066 if test "${enable_intl+set}" = set; then
3067   enableval="$enable_intl"
3068   
3069                           if test "$enableval" = yes; then
3070                             ac_cv_use_intl='wxUSE_INTL=yes'
3071                           else
3072                             ac_cv_use_intl='wxUSE_INTL=no'
3073                           fi
3074                         
3075 else
3076   
3077                           LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
3078                           if test "x$LINE" != x ; then
3079                             eval "DEFAULT_$LINE"
3080                           else
3081                             no_cache=1
3082                           fi
3083
3084                           ac_cv_use_intl='wxUSE_INTL='$DEFAULT_wxUSE_INTL
3085                         
3086 fi
3087
3088
3089           eval "$ac_cv_use_intl"
3090           if test "$no_cache" != 1; then
3091             echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
3092           fi
3093
3094           if test "$wxUSE_INTL" = yes; then
3095             echo "$ac_t""yes" 1>&6
3096           else
3097             echo "$ac_t""no" 1>&6
3098           fi
3099         
3100
3101           echo $ac_n "checking for --enable-config""... $ac_c" 1>&6
3102 echo "configure:3103: checking for --enable-config" >&5
3103           no_cache=0
3104           # Check whether --enable-config or --disable-config was given.
3105 if test "${enable_config+set}" = set; then
3106   enableval="$enable_config"
3107   
3108                           if test "$enableval" = yes; then
3109                             ac_cv_use_config='wxUSE_CONFIG=yes'
3110                           else
3111                             ac_cv_use_config='wxUSE_CONFIG=no'
3112                           fi
3113                         
3114 else
3115   
3116                           LINE=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
3117                           if test "x$LINE" != x ; then
3118                             eval "DEFAULT_$LINE"
3119                           else
3120                             no_cache=1
3121                           fi
3122
3123                           ac_cv_use_config='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
3124                         
3125 fi
3126
3127
3128           eval "$ac_cv_use_config"
3129           if test "$no_cache" != 1; then
3130             echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
3131           fi
3132
3133           if test "$wxUSE_CONFIG" = yes; then
3134             echo "$ac_t""yes" 1>&6
3135           else
3136             echo "$ac_t""no" 1>&6
3137           fi
3138         
3139
3140
3141           echo $ac_n "checking for --enable-protocols""... $ac_c" 1>&6
3142 echo "configure:3143: checking for --enable-protocols" >&5
3143           no_cache=0
3144           # Check whether --enable-protocols or --disable-protocols was given.
3145 if test "${enable_protocols+set}" = set; then
3146   enableval="$enable_protocols"
3147   
3148                           if test "$enableval" = yes; then
3149                             ac_cv_use_protocols='wxUSE_PROTOCOL=yes'
3150                           else
3151                             ac_cv_use_protocols='wxUSE_PROTOCOL=no'
3152                           fi
3153                         
3154 else
3155   
3156                           LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
3157                           if test "x$LINE" != x ; then
3158                             eval "DEFAULT_$LINE"
3159                           else
3160                             no_cache=1
3161                           fi
3162
3163                           ac_cv_use_protocols='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
3164                         
3165 fi
3166
3167
3168           eval "$ac_cv_use_protocols"
3169           if test "$no_cache" != 1; then
3170             echo $ac_cv_use_protocols >> ${wx_arg_cache_file}.tmp
3171           fi
3172
3173           if test "$wxUSE_PROTOCOL" = yes; then
3174             echo "$ac_t""yes" 1>&6
3175           else
3176             echo "$ac_t""no" 1>&6
3177           fi
3178         
3179
3180           echo $ac_n "checking for --enable-ftp""... $ac_c" 1>&6
3181 echo "configure:3182: checking for --enable-ftp" >&5
3182           no_cache=0
3183           # Check whether --enable-ftp or --disable-ftp was given.
3184 if test "${enable_ftp+set}" = set; then
3185   enableval="$enable_ftp"
3186   
3187                           if test "$enableval" = yes; then
3188                             ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=yes'
3189                           else
3190                             ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=no'
3191                           fi
3192                         
3193 else
3194   
3195                           LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
3196                           if test "x$LINE" != x ; then
3197                             eval "DEFAULT_$LINE"
3198                           else
3199                             no_cache=1
3200                           fi
3201
3202                           ac_cv_use_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
3203                         
3204 fi
3205
3206
3207           eval "$ac_cv_use_ftp"
3208           if test "$no_cache" != 1; then
3209             echo $ac_cv_use_ftp >> ${wx_arg_cache_file}.tmp
3210           fi
3211
3212           if test "$wxUSE_PROTOCOL_FTP" = yes; then
3213             echo "$ac_t""yes" 1>&6
3214           else
3215             echo "$ac_t""no" 1>&6
3216           fi
3217         
3218
3219           echo $ac_n "checking for --enable-http""... $ac_c" 1>&6
3220 echo "configure:3221: checking for --enable-http" >&5
3221           no_cache=0
3222           # Check whether --enable-http or --disable-http was given.
3223 if test "${enable_http+set}" = set; then
3224   enableval="$enable_http"
3225   
3226                           if test "$enableval" = yes; then
3227                             ac_cv_use_http='wxUSE_PROTOCOL_HTTP=yes'
3228                           else
3229                             ac_cv_use_http='wxUSE_PROTOCOL_HTTP=no'
3230                           fi
3231                         
3232 else
3233   
3234                           LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
3235                           if test "x$LINE" != x ; then
3236                             eval "DEFAULT_$LINE"
3237                           else
3238                             no_cache=1
3239                           fi
3240
3241                           ac_cv_use_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
3242                         
3243 fi
3244
3245
3246           eval "$ac_cv_use_http"
3247           if test "$no_cache" != 1; then
3248             echo $ac_cv_use_http >> ${wx_arg_cache_file}.tmp
3249           fi
3250
3251           if test "$wxUSE_PROTOCOL_HTTP" = yes; then
3252             echo "$ac_t""yes" 1>&6
3253           else
3254             echo "$ac_t""no" 1>&6
3255           fi
3256         
3257
3258           echo $ac_n "checking for --enable-fileproto""... $ac_c" 1>&6
3259 echo "configure:3260: checking for --enable-fileproto" >&5
3260           no_cache=0
3261           # Check whether --enable-fileproto or --disable-fileproto was given.
3262 if test "${enable_fileproto+set}" = set; then
3263   enableval="$enable_fileproto"
3264   
3265                           if test "$enableval" = yes; then
3266                             ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=yes'
3267                           else
3268                             ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=no'
3269                           fi
3270                         
3271 else
3272   
3273                           LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
3274                           if test "x$LINE" != x ; then
3275                             eval "DEFAULT_$LINE"
3276                           else
3277                             no_cache=1
3278                           fi
3279
3280                           ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
3281                         
3282 fi
3283
3284
3285           eval "$ac_cv_use_fileproto"
3286           if test "$no_cache" != 1; then
3287             echo $ac_cv_use_fileproto >> ${wx_arg_cache_file}.tmp
3288           fi
3289
3290           if test "$wxUSE_PROTOCOL_FILE" = yes; then
3291             echo "$ac_t""yes" 1>&6
3292           else
3293             echo "$ac_t""no" 1>&6
3294           fi
3295         
3296
3297           echo $ac_n "checking for --enable-sockets""... $ac_c" 1>&6
3298 echo "configure:3299: checking for --enable-sockets" >&5
3299           no_cache=0
3300           # Check whether --enable-sockets or --disable-sockets was given.
3301 if test "${enable_sockets+set}" = set; then
3302   enableval="$enable_sockets"
3303   
3304                           if test "$enableval" = yes; then
3305                             ac_cv_use_sockets='wxUSE_SOCKETS=yes'
3306                           else
3307                             ac_cv_use_sockets='wxUSE_SOCKETS=no'
3308                           fi
3309                         
3310 else
3311   
3312                           LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
3313                           if test "x$LINE" != x ; then
3314                             eval "DEFAULT_$LINE"
3315                           else
3316                             no_cache=1
3317                           fi
3318
3319                           ac_cv_use_sockets='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
3320                         
3321 fi
3322
3323
3324           eval "$ac_cv_use_sockets"
3325           if test "$no_cache" != 1; then
3326             echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
3327           fi
3328
3329           if test "$wxUSE_SOCKETS" = yes; then
3330             echo "$ac_t""yes" 1>&6
3331           else
3332             echo "$ac_t""no" 1>&6
3333           fi
3334         
3335
3336
3337           echo $ac_n "checking for --enable-ipc""... $ac_c" 1>&6
3338 echo "configure:3339: checking for --enable-ipc" >&5
3339           no_cache=0
3340           # Check whether --enable-ipc or --disable-ipc was given.
3341 if test "${enable_ipc+set}" = set; then
3342   enableval="$enable_ipc"
3343   
3344                           if test "$enableval" = yes; then
3345                             ac_cv_use_ipc='wxUSE_IPC=yes'
3346                           else
3347                             ac_cv_use_ipc='wxUSE_IPC=no'
3348                           fi
3349                         
3350 else
3351   
3352                           LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
3353                           if test "x$LINE" != x ; then
3354                             eval "DEFAULT_$LINE"
3355                           else
3356                             no_cache=1
3357                           fi
3358
3359                           ac_cv_use_ipc='wxUSE_IPC='$DEFAULT_wxUSE_IPC
3360                         
3361 fi
3362
3363
3364           eval "$ac_cv_use_ipc"
3365           if test "$no_cache" != 1; then
3366             echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
3367           fi
3368
3369           if test "$wxUSE_IPC" = yes; then
3370             echo "$ac_t""yes" 1>&6
3371           else
3372             echo "$ac_t""no" 1>&6
3373           fi
3374         
3375
3376
3377           echo $ac_n "checking for --enable-cmdline""... $ac_c" 1>&6
3378 echo "configure:3379: checking for --enable-cmdline" >&5
3379           no_cache=0
3380           # Check whether --enable-cmdline or --disable-cmdline was given.
3381 if test "${enable_cmdline+set}" = set; then
3382   enableval="$enable_cmdline"
3383   
3384                           if test "$enableval" = yes; then
3385                             ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=yes'
3386                           else
3387                             ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=no'
3388                           fi
3389                         
3390 else
3391   
3392                           LINE=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
3393                           if test "x$LINE" != x ; then
3394                             eval "DEFAULT_$LINE"
3395                           else
3396                             no_cache=1
3397                           fi
3398
3399                           ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER
3400                         
3401 fi
3402
3403
3404           eval "$ac_cv_use_cmdline"
3405           if test "$no_cache" != 1; then
3406             echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
3407           fi
3408
3409           if test "$wxUSE_CMDLINE_PARSER" = yes; then
3410             echo "$ac_t""yes" 1>&6
3411           else
3412             echo "$ac_t""no" 1>&6
3413           fi
3414         
3415
3416           echo $ac_n "checking for --enable-datetime""... $ac_c" 1>&6
3417 echo "configure:3418: checking for --enable-datetime" >&5
3418           no_cache=0
3419           # Check whether --enable-datetime or --disable-datetime was given.
3420 if test "${enable_datetime+set}" = set; then
3421   enableval="$enable_datetime"
3422   
3423                           if test "$enableval" = yes; then
3424                             ac_cv_use_datetime='wxUSE_DATETIME=yes'
3425                           else
3426                             ac_cv_use_datetime='wxUSE_DATETIME=no'
3427                           fi
3428                         
3429 else
3430   
3431                           LINE=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
3432                           if test "x$LINE" != x ; then
3433                             eval "DEFAULT_$LINE"
3434                           else
3435                             no_cache=1
3436                           fi
3437
3438                           ac_cv_use_datetime='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME
3439                         
3440 fi
3441
3442
3443           eval "$ac_cv_use_datetime"
3444           if test "$no_cache" != 1; then
3445             echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
3446           fi
3447
3448           if test "$wxUSE_DATETIME" = yes; then
3449             echo "$ac_t""yes" 1>&6
3450           else
3451             echo "$ac_t""no" 1>&6
3452           fi
3453         
3454
3455           echo $ac_n "checking for --enable-timedate""... $ac_c" 1>&6
3456 echo "configure:3457: checking for --enable-timedate" >&5
3457           no_cache=0
3458           # Check whether --enable-timedate or --disable-timedate was given.
3459 if test "${enable_timedate+set}" = set; then
3460   enableval="$enable_timedate"
3461   
3462                           if test "$enableval" = yes; then
3463                             ac_cv_use_timedate='wxUSE_TIMEDATE=yes'
3464                           else
3465                             ac_cv_use_timedate='wxUSE_TIMEDATE=no'
3466                           fi
3467                         
3468 else
3469   
3470                           LINE=`grep "wxUSE_TIMEDATE" ${wx_arg_cache_file}`
3471                           if test "x$LINE" != x ; then
3472                             eval "DEFAULT_$LINE"
3473                           else
3474                             no_cache=1
3475                           fi
3476
3477                           ac_cv_use_timedate='wxUSE_TIMEDATE='$DEFAULT_wxUSE_TIMEDATE
3478                         
3479 fi
3480
3481
3482           eval "$ac_cv_use_timedate"
3483           if test "$no_cache" != 1; then
3484             echo $ac_cv_use_timedate >> ${wx_arg_cache_file}.tmp
3485           fi
3486
3487           if test "$wxUSE_TIMEDATE" = yes; then
3488             echo "$ac_t""yes" 1>&6
3489           else
3490             echo "$ac_t""no" 1>&6
3491           fi
3492         
3493
3494           echo $ac_n "checking for --enable-stopwatch""... $ac_c" 1>&6
3495 echo "configure:3496: checking for --enable-stopwatch" >&5
3496           no_cache=0
3497           # Check whether --enable-stopwatch or --disable-stopwatch was given.
3498 if test "${enable_stopwatch+set}" = set; then
3499   enableval="$enable_stopwatch"
3500   
3501                           if test "$enableval" = yes; then
3502                             ac_cv_use_stopwatch='wxUSE_STOPWATCH=yes'
3503                           else
3504                             ac_cv_use_stopwatch='wxUSE_STOPWATCH=no'
3505                           fi
3506                         
3507 else
3508   
3509                           LINE=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
3510                           if test "x$LINE" != x ; then
3511                             eval "DEFAULT_$LINE"
3512                           else
3513                             no_cache=1
3514                           fi
3515
3516                           ac_cv_use_stopwatch='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH
3517                         
3518 fi
3519
3520
3521           eval "$ac_cv_use_stopwatch"
3522           if test "$no_cache" != 1; then
3523             echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
3524           fi
3525
3526           if test "$wxUSE_STOPWATCH" = yes; then
3527             echo "$ac_t""yes" 1>&6
3528           else
3529             echo "$ac_t""no" 1>&6
3530           fi
3531         
3532
3533           echo $ac_n "checking for --enable-dialupman""... $ac_c" 1>&6
3534 echo "configure:3535: checking for --enable-dialupman" >&5
3535           no_cache=0
3536           # Check whether --enable-dialupman or --disable-dialupman was given.
3537 if test "${enable_dialupman+set}" = set; then
3538   enableval="$enable_dialupman"
3539   
3540                           if test "$enableval" = yes; then
3541                             ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes'
3542                           else
3543                             ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no'
3544                           fi
3545                         
3546 else
3547   
3548                           LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
3549                           if test "x$LINE" != x ; then
3550                             eval "DEFAULT_$LINE"
3551                           else
3552                             no_cache=1
3553                           fi
3554
3555                           ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
3556                         
3557 fi
3558
3559
3560           eval "$ac_cv_use_dialupman"
3561           if test "$no_cache" != 1; then
3562             echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
3563           fi
3564
3565           if test "$wxUSE_DIALUP_MANAGER" = yes; then
3566             echo "$ac_t""yes" 1>&6
3567           else
3568             echo "$ac_t""no" 1>&6
3569           fi
3570         
3571
3572           echo $ac_n "checking for --enable-apple_ieee""... $ac_c" 1>&6
3573 echo "configure:3574: checking for --enable-apple_ieee" >&5
3574           no_cache=0
3575           # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
3576 if test "${enable_apple_ieee+set}" = set; then
3577   enableval="$enable_apple_ieee"
3578   
3579                           if test "$enableval" = yes; then
3580                             ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes'
3581                           else
3582                             ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no'
3583                           fi
3584                         
3585 else
3586   
3587                           LINE=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
3588                           if test "x$LINE" != x ; then
3589                             eval "DEFAULT_$LINE"
3590                           else
3591                             no_cache=1
3592                           fi
3593
3594                           ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
3595                         
3596 fi
3597
3598
3599           eval "$ac_cv_use_apple_ieee"
3600           if test "$no_cache" != 1; then
3601             echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
3602           fi
3603
3604           if test "$wxUSE_APPLE_IEEE" = yes; then
3605             echo "$ac_t""yes" 1>&6
3606           else
3607             echo "$ac_t""no" 1>&6
3608           fi
3609         
3610
3611           echo $ac_n "checking for --enable-timer""... $ac_c" 1>&6
3612 echo "configure:3613: checking for --enable-timer" >&5
3613           no_cache=0
3614           # Check whether --enable-timer or --disable-timer was given.
3615 if test "${enable_timer+set}" = set; then
3616   enableval="$enable_timer"
3617   
3618                           if test "$enableval" = yes; then
3619                             ac_cv_use_timer='wxUSE_TIMER=yes'
3620                           else
3621                             ac_cv_use_timer='wxUSE_TIMER=no'
3622                           fi
3623                         
3624 else
3625   
3626                           LINE=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
3627                           if test "x$LINE" != x ; then
3628                             eval "DEFAULT_$LINE"
3629                           else
3630                             no_cache=1
3631                           fi
3632
3633                           ac_cv_use_timer='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER
3634                         
3635 fi
3636
3637
3638           eval "$ac_cv_use_timer"
3639           if test "$no_cache" != 1; then
3640             echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
3641           fi
3642
3643           if test "$wxUSE_TIMER" = yes; then
3644             echo "$ac_t""yes" 1>&6
3645           else
3646             echo "$ac_t""no" 1>&6
3647           fi
3648         
3649
3650           echo $ac_n "checking for --enable-wave""... $ac_c" 1>&6
3651 echo "configure:3652: checking for --enable-wave" >&5
3652           no_cache=0
3653           # Check whether --enable-wave or --disable-wave was given.
3654 if test "${enable_wave+set}" = set; then
3655   enableval="$enable_wave"
3656   
3657                           if test "$enableval" = yes; then
3658                             ac_cv_use_wave='wxUSE_WAVE=yes'
3659                           else
3660                             ac_cv_use_wave='wxUSE_WAVE=no'
3661                           fi
3662                         
3663 else
3664   
3665                           LINE=`grep "wxUSE_WAVE" ${wx_arg_cache_file}`
3666                           if test "x$LINE" != x ; then
3667                             eval "DEFAULT_$LINE"
3668                           else
3669                             no_cache=1
3670                           fi
3671
3672                           ac_cv_use_wave='wxUSE_WAVE='$DEFAULT_wxUSE_WAVE
3673                         
3674 fi
3675
3676
3677           eval "$ac_cv_use_wave"
3678           if test "$no_cache" != 1; then
3679             echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp
3680           fi
3681
3682           if test "$wxUSE_WAVE" = yes; then
3683             echo "$ac_t""yes" 1>&6
3684           else
3685             echo "$ac_t""no" 1>&6
3686           fi
3687         
3688
3689           echo $ac_n "checking for --enable-fraction""... $ac_c" 1>&6
3690 echo "configure:3691: checking for --enable-fraction" >&5
3691           no_cache=0
3692           # Check whether --enable-fraction or --disable-fraction was given.
3693 if test "${enable_fraction+set}" = set; then
3694   enableval="$enable_fraction"
3695   
3696                           if test "$enableval" = yes; then
3697                             ac_cv_use_fraction='wxUSE_FRACTION=yes'
3698                           else
3699                             ac_cv_use_fraction='wxUSE_FRACTION=no'
3700                           fi
3701                         
3702 else
3703   
3704                           LINE=`grep "wxUSE_FRACTION" ${wx_arg_cache_file}`
3705                           if test "x$LINE" != x ; then
3706                             eval "DEFAULT_$LINE"
3707                           else
3708                             no_cache=1
3709                           fi
3710
3711                           ac_cv_use_fraction='wxUSE_FRACTION='$DEFAULT_wxUSE_FRACTION
3712                         
3713 fi
3714
3715
3716           eval "$ac_cv_use_fraction"
3717           if test "$no_cache" != 1; then
3718             echo $ac_cv_use_fraction >> ${wx_arg_cache_file}.tmp
3719           fi
3720
3721           if test "$wxUSE_FRACTION" = yes; then
3722             echo "$ac_t""yes" 1>&6
3723           else
3724             echo "$ac_t""no" 1>&6
3725           fi
3726         
3727
3728           echo $ac_n "checking for --enable-dynlib""... $ac_c" 1>&6
3729 echo "configure:3730: checking for --enable-dynlib" >&5
3730           no_cache=0
3731           # Check whether --enable-dynlib or --disable-dynlib was given.
3732 if test "${enable_dynlib+set}" = set; then
3733   enableval="$enable_dynlib"
3734   
3735                           if test "$enableval" = yes; then
3736                             ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes'
3737                           else
3738                             ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no'
3739                           fi
3740                         
3741 else
3742   
3743                           LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
3744                           if test "x$LINE" != x ; then
3745                             eval "DEFAULT_$LINE"
3746                           else
3747                             no_cache=1
3748                           fi
3749
3750                           ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
3751                         
3752 fi
3753
3754
3755           eval "$ac_cv_use_dynlib"
3756           if test "$no_cache" != 1; then
3757             echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
3758           fi
3759
3760           if test "$wxUSE_DYNLIB_CLASS" = yes; then
3761             echo "$ac_t""yes" 1>&6
3762           else
3763             echo "$ac_t""no" 1>&6
3764           fi
3765         
3766
3767           echo $ac_n "checking for --enable-dynamicloader""... $ac_c" 1>&6
3768 echo "configure:3769: checking for --enable-dynamicloader" >&5
3769           no_cache=0
3770           # Check whether --enable-dynamicloader or --disable-dynamicloader was given.
3771 if test "${enable_dynamicloader+set}" = set; then
3772   enableval="$enable_dynamicloader"
3773   
3774                           if test "$enableval" = yes; then
3775                             ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=yes'
3776                           else
3777                             ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=no'
3778                           fi
3779                         
3780 else
3781   
3782                           LINE=`grep "wxUSE_DYNAMIC_LOADER" ${wx_arg_cache_file}`
3783                           if test "x$LINE" != x ; then
3784                             eval "DEFAULT_$LINE"
3785                           else
3786                             no_cache=1
3787                           fi
3788
3789                           ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER='$DEFAULT_wxUSE_DYNAMIC_LOADER
3790                         
3791 fi
3792
3793
3794           eval "$ac_cv_use_dynamicloader"
3795           if test "$no_cache" != 1; then
3796             echo $ac_cv_use_dynamicloader >> ${wx_arg_cache_file}.tmp
3797           fi
3798
3799           if test "$wxUSE_DYNAMIC_LOADER" = yes; then
3800             echo "$ac_t""yes" 1>&6
3801           else
3802             echo "$ac_t""no" 1>&6
3803           fi
3804         
3805
3806           echo $ac_n "checking for --enable-longlong""... $ac_c" 1>&6
3807 echo "configure:3808: checking for --enable-longlong" >&5
3808           no_cache=0
3809           # Check whether --enable-longlong or --disable-longlong was given.
3810 if test "${enable_longlong+set}" = set; then
3811   enableval="$enable_longlong"
3812   
3813                           if test "$enableval" = yes; then
3814                             ac_cv_use_longlong='wxUSE_LONGLONG=yes'
3815                           else
3816                             ac_cv_use_longlong='wxUSE_LONGLONG=no'
3817                           fi
3818                         
3819 else
3820   
3821                           LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
3822                           if test "x$LINE" != x ; then
3823                             eval "DEFAULT_$LINE"
3824                           else
3825                             no_cache=1
3826                           fi
3827
3828                           ac_cv_use_longlong='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
3829                         
3830 fi
3831
3832
3833           eval "$ac_cv_use_longlong"
3834           if test "$no_cache" != 1; then
3835             echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
3836           fi
3837
3838           if test "$wxUSE_LONGLONG" = yes; then
3839             echo "$ac_t""yes" 1>&6
3840           else
3841             echo "$ac_t""no" 1>&6
3842           fi
3843         
3844
3845           echo $ac_n "checking for --enable-geometry""... $ac_c" 1>&6
3846 echo "configure:3847: checking for --enable-geometry" >&5
3847           no_cache=0
3848           # Check whether --enable-geometry or --disable-geometry was given.
3849 if test "${enable_geometry+set}" = set; then
3850   enableval="$enable_geometry"
3851   
3852                           if test "$enableval" = yes; then
3853                             ac_cv_use_geometry='wxUSE_GEOMETRY=yes'
3854                           else
3855                             ac_cv_use_geometry='wxUSE_GEOMETRY=no'
3856                           fi
3857                         
3858 else
3859   
3860                           LINE=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
3861                           if test "x$LINE" != x ; then
3862                             eval "DEFAULT_$LINE"
3863                           else
3864                             no_cache=1
3865                           fi
3866
3867                           ac_cv_use_geometry='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
3868                         
3869 fi
3870
3871
3872           eval "$ac_cv_use_geometry"
3873           if test "$no_cache" != 1; then
3874             echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
3875           fi
3876
3877           if test "$wxUSE_GEOMETRY" = yes; then
3878             echo "$ac_t""yes" 1>&6
3879           else
3880             echo "$ac_t""no" 1>&6
3881           fi
3882         
3883
3884           echo $ac_n "checking for --enable-log""... $ac_c" 1>&6
3885 echo "configure:3886: checking for --enable-log" >&5
3886           no_cache=0
3887           # Check whether --enable-log or --disable-log was given.
3888 if test "${enable_log+set}" = set; then
3889   enableval="$enable_log"
3890   
3891                           if test "$enableval" = yes; then
3892                             ac_cv_use_log='wxUSE_LOG=yes'
3893                           else
3894                             ac_cv_use_log='wxUSE_LOG=no'
3895                           fi
3896                         
3897 else
3898   
3899                           LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
3900                           if test "x$LINE" != x ; then
3901                             eval "DEFAULT_$LINE"
3902                           else
3903                             no_cache=1
3904                           fi
3905
3906                           ac_cv_use_log='wxUSE_LOG='$DEFAULT_wxUSE_LOG
3907                         
3908 fi
3909
3910
3911           eval "$ac_cv_use_log"
3912           if test "$no_cache" != 1; then
3913             echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
3914           fi
3915
3916           if test "$wxUSE_LOG" = yes; then
3917             echo "$ac_t""yes" 1>&6
3918           else
3919             echo "$ac_t""no" 1>&6
3920           fi
3921         
3922
3923           echo $ac_n "checking for --enable-streams""... $ac_c" 1>&6
3924 echo "configure:3925: checking for --enable-streams" >&5
3925           no_cache=0
3926           # Check whether --enable-streams or --disable-streams was given.
3927 if test "${enable_streams+set}" = set; then
3928   enableval="$enable_streams"
3929   
3930                           if test "$enableval" = yes; then
3931                             ac_cv_use_streams='wxUSE_STREAMS=yes'
3932                           else
3933                             ac_cv_use_streams='wxUSE_STREAMS=no'
3934                           fi
3935                         
3936 else
3937   
3938                           LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
3939                           if test "x$LINE" != x ; then
3940                             eval "DEFAULT_$LINE"
3941                           else
3942                             no_cache=1
3943                           fi
3944
3945                           ac_cv_use_streams='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
3946                         
3947 fi
3948
3949
3950           eval "$ac_cv_use_streams"
3951           if test "$no_cache" != 1; then
3952             echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
3953           fi
3954
3955           if test "$wxUSE_STREAMS" = yes; then
3956             echo "$ac_t""yes" 1>&6
3957           else
3958             echo "$ac_t""no" 1>&6
3959           fi
3960         
3961
3962           echo $ac_n "checking for --enable-file""... $ac_c" 1>&6
3963 echo "configure:3964: checking for --enable-file" >&5
3964           no_cache=0
3965           # Check whether --enable-file or --disable-file was given.
3966 if test "${enable_file+set}" = set; then
3967   enableval="$enable_file"
3968   
3969                           if test "$enableval" = yes; then
3970                             ac_cv_use_file='wxUSE_FILE=yes'
3971                           else
3972                             ac_cv_use_file='wxUSE_FILE=no'
3973                           fi
3974                         
3975 else
3976   
3977                           LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
3978                           if test "x$LINE" != x ; then
3979                             eval "DEFAULT_$LINE"
3980                           else
3981                             no_cache=1
3982                           fi
3983
3984                           ac_cv_use_file='wxUSE_FILE='$DEFAULT_wxUSE_FILE
3985                         
3986 fi
3987
3988
3989           eval "$ac_cv_use_file"
3990           if test "$no_cache" != 1; then
3991             echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
3992           fi
3993
3994           if test "$wxUSE_FILE" = yes; then
3995             echo "$ac_t""yes" 1>&6
3996           else
3997             echo "$ac_t""no" 1>&6
3998           fi
3999         
4000
4001           echo $ac_n "checking for --enable-ffile""... $ac_c" 1>&6
4002 echo "configure:4003: checking for --enable-ffile" >&5
4003           no_cache=0
4004           # Check whether --enable-ffile or --disable-ffile was given.
4005 if test "${enable_ffile+set}" = set; then
4006   enableval="$enable_ffile"
4007   
4008                           if test "$enableval" = yes; then
4009                             ac_cv_use_ffile='wxUSE_FFILE=yes'
4010                           else
4011                             ac_cv_use_ffile='wxUSE_FFILE=no'
4012                           fi
4013                         
4014 else
4015   
4016                           LINE=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
4017                           if test "x$LINE" != x ; then
4018                             eval "DEFAULT_$LINE"
4019                           else
4020                             no_cache=1
4021                           fi
4022
4023                           ac_cv_use_ffile='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE
4024                         
4025 fi
4026
4027
4028           eval "$ac_cv_use_ffile"
4029           if test "$no_cache" != 1; then
4030             echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
4031           fi
4032
4033           if test "$wxUSE_FFILE" = yes; then
4034             echo "$ac_t""yes" 1>&6
4035           else
4036             echo "$ac_t""no" 1>&6
4037           fi
4038         
4039
4040           echo $ac_n "checking for --enable-textbuf""... $ac_c" 1>&6
4041 echo "configure:4042: checking for --enable-textbuf" >&5
4042           no_cache=0
4043           # Check whether --enable-textbuf or --disable-textbuf was given.
4044 if test "${enable_textbuf+set}" = set; then
4045   enableval="$enable_textbuf"
4046   
4047                           if test "$enableval" = yes; then
4048                             ac_cv_use_textbuf='wxUSE_TEXTBUFFER=yes'
4049                           else
4050                             ac_cv_use_textbuf='wxUSE_TEXTBUFFER=no'
4051                           fi
4052                         
4053 else
4054   
4055                           LINE=`grep "wxUSE_TEXTBUFFER" ${wx_arg_cache_file}`
4056                           if test "x$LINE" != x ; then
4057                             eval "DEFAULT_$LINE"
4058                           else
4059                             no_cache=1
4060                           fi
4061
4062                           ac_cv_use_textbuf='wxUSE_TEXTBUFFER='$DEFAULT_wxUSE_TEXTBUFFER
4063                         
4064 fi
4065
4066
4067           eval "$ac_cv_use_textbuf"
4068           if test "$no_cache" != 1; then
4069             echo $ac_cv_use_textbuf >> ${wx_arg_cache_file}.tmp
4070           fi
4071
4072           if test "$wxUSE_TEXTBUFFER" = yes; then
4073             echo "$ac_t""yes" 1>&6
4074           else
4075             echo "$ac_t""no" 1>&6
4076           fi
4077         
4078
4079           echo $ac_n "checking for --enable-textfile""... $ac_c" 1>&6
4080 echo "configure:4081: checking for --enable-textfile" >&5
4081           no_cache=0
4082           # Check whether --enable-textfile or --disable-textfile was given.
4083 if test "${enable_textfile+set}" = set; then
4084   enableval="$enable_textfile"
4085   
4086                           if test "$enableval" = yes; then
4087                             ac_cv_use_textfile='wxUSE_TEXTFILE=yes'
4088                           else
4089                             ac_cv_use_textfile='wxUSE_TEXTFILE=no'
4090                           fi
4091                         
4092 else
4093   
4094                           LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
4095                           if test "x$LINE" != x ; then
4096                             eval "DEFAULT_$LINE"
4097                           else
4098                             no_cache=1
4099                           fi
4100
4101                           ac_cv_use_textfile='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
4102                         
4103 fi
4104
4105
4106           eval "$ac_cv_use_textfile"
4107           if test "$no_cache" != 1; then
4108             echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
4109           fi
4110
4111           if test "$wxUSE_TEXTFILE" = yes; then
4112             echo "$ac_t""yes" 1>&6
4113           else
4114             echo "$ac_t""no" 1>&6
4115           fi
4116         
4117
4118           echo $ac_n "checking for --enable-fontmap""... $ac_c" 1>&6
4119 echo "configure:4120: checking for --enable-fontmap" >&5
4120           no_cache=0
4121           # Check whether --enable-fontmap or --disable-fontmap was given.
4122 if test "${enable_fontmap+set}" = set; then
4123   enableval="$enable_fontmap"
4124   
4125                           if test "$enableval" = yes; then
4126                             ac_cv_use_fontmap='wxUSE_FONTMAP=yes'
4127                           else
4128                             ac_cv_use_fontmap='wxUSE_FONTMAP=no'
4129                           fi
4130                         
4131 else
4132   
4133                           LINE=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
4134                           if test "x$LINE" != x ; then
4135                             eval "DEFAULT_$LINE"
4136                           else
4137                             no_cache=1
4138                           fi
4139
4140                           ac_cv_use_fontmap='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP
4141                         
4142 fi
4143
4144
4145           eval "$ac_cv_use_fontmap"
4146           if test "$no_cache" != 1; then
4147             echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
4148           fi
4149
4150           if test "$wxUSE_FONTMAP" = yes; then
4151             echo "$ac_t""yes" 1>&6
4152           else
4153             echo "$ac_t""no" 1>&6
4154           fi
4155         
4156
4157           echo $ac_n "checking for --enable-unicode""... $ac_c" 1>&6
4158 echo "configure:4159: checking for --enable-unicode" >&5
4159           no_cache=0
4160           # Check whether --enable-unicode or --disable-unicode was given.
4161 if test "${enable_unicode+set}" = set; then
4162   enableval="$enable_unicode"
4163   
4164                           if test "$enableval" = yes; then
4165                             ac_cv_use_unicode='wxUSE_UNICODE=yes'
4166                           else
4167                             ac_cv_use_unicode='wxUSE_UNICODE=no'
4168                           fi
4169                         
4170 else
4171   
4172                           LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
4173                           if test "x$LINE" != x ; then
4174                             eval "DEFAULT_$LINE"
4175                           else
4176                             no_cache=1
4177                           fi
4178
4179                           ac_cv_use_unicode='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
4180                         
4181 fi
4182
4183
4184           eval "$ac_cv_use_unicode"
4185           if test "$no_cache" != 1; then
4186             echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
4187           fi
4188
4189           if test "$wxUSE_UNICODE" = yes; then
4190             echo "$ac_t""yes" 1>&6
4191           else
4192             echo "$ac_t""no" 1>&6
4193           fi
4194         
4195
4196           echo $ac_n "checking for --enable-mslu""... $ac_c" 1>&6
4197 echo "configure:4198: checking for --enable-mslu" >&5
4198           no_cache=0
4199           # Check whether --enable-mslu or --disable-mslu was given.
4200 if test "${enable_mslu+set}" = set; then
4201   enableval="$enable_mslu"
4202   
4203                           if test "$enableval" = yes; then
4204                             ac_cv_use_mslu='wxUSE_UNICODE_MSLU=yes'
4205                           else
4206                             ac_cv_use_mslu='wxUSE_UNICODE_MSLU=no'
4207                           fi
4208                         
4209 else
4210   
4211                           LINE=`grep "wxUSE_UNICODE_MSLU" ${wx_arg_cache_file}`
4212                           if test "x$LINE" != x ; then
4213                             eval "DEFAULT_$LINE"
4214                           else
4215                             no_cache=1
4216                           fi
4217
4218                           ac_cv_use_mslu='wxUSE_UNICODE_MSLU='$DEFAULT_wxUSE_UNICODE_MSLU
4219                         
4220 fi
4221
4222
4223           eval "$ac_cv_use_mslu"
4224           if test "$no_cache" != 1; then
4225             echo $ac_cv_use_mslu >> ${wx_arg_cache_file}.tmp
4226           fi
4227
4228           if test "$wxUSE_UNICODE_MSLU" = yes; then
4229             echo "$ac_t""yes" 1>&6
4230           else
4231             echo "$ac_t""no" 1>&6
4232           fi
4233         
4234
4235           echo $ac_n "checking for --enable-wxprintfv""... $ac_c" 1>&6
4236 echo "configure:4237: checking for --enable-wxprintfv" >&5
4237           no_cache=0
4238           # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
4239 if test "${enable_wxprintfv+set}" = set; then
4240   enableval="$enable_wxprintfv"
4241   
4242                           if test "$enableval" = yes; then
4243                             ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=yes'
4244                           else
4245                             ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=no'
4246                           fi
4247                         
4248 else
4249   
4250                           LINE=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
4251                           if test "x$LINE" != x ; then
4252                             eval "DEFAULT_$LINE"
4253                           else
4254                             no_cache=1
4255                           fi
4256
4257                           ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
4258                         
4259 fi
4260
4261
4262           eval "$ac_cv_use_wxprintfv"
4263           if test "$no_cache" != 1; then
4264             echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
4265           fi
4266
4267           if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
4268             echo "$ac_t""yes" 1>&6
4269           else
4270             echo "$ac_t""no" 1>&6
4271           fi
4272         
4273
4274           echo $ac_n "checking for --enable-std_iostreams""... $ac_c" 1>&6
4275 echo "configure:4276: checking for --enable-std_iostreams" >&5
4276           no_cache=0
4277           # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
4278 if test "${enable_std_iostreams+set}" = set; then
4279   enableval="$enable_std_iostreams"
4280   
4281                           if test "$enableval" = yes; then
4282                             ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes'
4283                           else
4284                             ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no'
4285                           fi
4286                         
4287 else
4288   
4289                           LINE=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
4290                           if test "x$LINE" != x ; then
4291                             eval "DEFAULT_$LINE"
4292                           else
4293                             no_cache=1
4294                           fi
4295
4296                           ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
4297                         
4298 fi
4299
4300
4301           eval "$ac_cv_use_std_iostreams"
4302           if test "$no_cache" != 1; then
4303             echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
4304           fi
4305
4306           if test "$wxUSE_STD_IOSTREAM" = yes; then
4307             echo "$ac_t""yes" 1>&6
4308           else
4309             echo "$ac_t""no" 1>&6
4310           fi
4311         
4312
4313           echo $ac_n "checking for --enable-filesystem""... $ac_c" 1>&6
4314 echo "configure:4315: checking for --enable-filesystem" >&5
4315           no_cache=0
4316           # Check whether --enable-filesystem or --disable-filesystem was given.
4317 if test "${enable_filesystem+set}" = set; then
4318   enableval="$enable_filesystem"
4319   
4320                           if test "$enableval" = yes; then
4321                             ac_cv_use_filesystem='wxUSE_FILESYSTEM=yes'
4322                           else
4323                             ac_cv_use_filesystem='wxUSE_FILESYSTEM=no'
4324                           fi
4325                         
4326 else
4327   
4328                           LINE=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
4329                           if test "x$LINE" != x ; then
4330                             eval "DEFAULT_$LINE"
4331                           else
4332                             no_cache=1
4333                           fi
4334
4335                           ac_cv_use_filesystem='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
4336                         
4337 fi
4338
4339
4340           eval "$ac_cv_use_filesystem"
4341           if test "$no_cache" != 1; then
4342             echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
4343           fi
4344
4345           if test "$wxUSE_FILESYSTEM" = yes; then
4346             echo "$ac_t""yes" 1>&6
4347           else
4348             echo "$ac_t""no" 1>&6
4349           fi
4350         
4351
4352           echo $ac_n "checking for --enable-fs_inet""... $ac_c" 1>&6
4353 echo "configure:4354: checking for --enable-fs_inet" >&5
4354           no_cache=0
4355           # Check whether --enable-fs_inet or --disable-fs_inet was given.
4356 if test "${enable_fs_inet+set}" = set; then
4357   enableval="$enable_fs_inet"
4358   
4359                           if test "$enableval" = yes; then
4360                             ac_cv_use_fs_inet='wxUSE_FS_INET=yes'
4361                           else
4362                             ac_cv_use_fs_inet='wxUSE_FS_INET=no'
4363                           fi
4364                         
4365 else
4366   
4367                           LINE=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
4368                           if test "x$LINE" != x ; then
4369                             eval "DEFAULT_$LINE"
4370                           else
4371                             no_cache=1
4372                           fi
4373
4374                           ac_cv_use_fs_inet='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
4375                         
4376 fi
4377
4378
4379           eval "$ac_cv_use_fs_inet"
4380           if test "$no_cache" != 1; then
4381             echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
4382           fi
4383
4384           if test "$wxUSE_FS_INET" = yes; then
4385             echo "$ac_t""yes" 1>&6
4386           else
4387             echo "$ac_t""no" 1>&6
4388           fi
4389         
4390
4391           echo $ac_n "checking for --enable-fs_zip""... $ac_c" 1>&6
4392 echo "configure:4393: checking for --enable-fs_zip" >&5
4393           no_cache=0
4394           # Check whether --enable-fs_zip or --disable-fs_zip was given.
4395 if test "${enable_fs_zip+set}" = set; then
4396   enableval="$enable_fs_zip"
4397   
4398                           if test "$enableval" = yes; then
4399                             ac_cv_use_fs_zip='wxUSE_FS_ZIP=yes'
4400                           else
4401                             ac_cv_use_fs_zip='wxUSE_FS_ZIP=no'
4402                           fi
4403                         
4404 else
4405   
4406                           LINE=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
4407                           if test "x$LINE" != x ; then
4408                             eval "DEFAULT_$LINE"
4409                           else
4410                             no_cache=1
4411                           fi
4412
4413                           ac_cv_use_fs_zip='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
4414                         
4415 fi
4416
4417
4418           eval "$ac_cv_use_fs_zip"
4419           if test "$no_cache" != 1; then
4420             echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
4421           fi
4422
4423           if test "$wxUSE_FS_ZIP" = yes; then
4424             echo "$ac_t""yes" 1>&6
4425           else
4426             echo "$ac_t""no" 1>&6
4427           fi
4428         
4429
4430           echo $ac_n "checking for --enable-zipstream""... $ac_c" 1>&6
4431 echo "configure:4432: checking for --enable-zipstream" >&5
4432           no_cache=0
4433           # Check whether --enable-zipstream or --disable-zipstream was given.
4434 if test "${enable_zipstream+set}" = set; then
4435   enableval="$enable_zipstream"
4436   
4437                           if test "$enableval" = yes; then
4438                             ac_cv_use_zipstream='wxUSE_ZIPSTREAM=yes'
4439                           else
4440                             ac_cv_use_zipstream='wxUSE_ZIPSTREAM=no'
4441                           fi
4442                         
4443 else
4444   
4445                           LINE=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
4446                           if test "x$LINE" != x ; then
4447                             eval "DEFAULT_$LINE"
4448                           else
4449                             no_cache=1
4450                           fi
4451
4452                           ac_cv_use_zipstream='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
4453                         
4454 fi
4455
4456
4457           eval "$ac_cv_use_zipstream"
4458           if test "$no_cache" != 1; then
4459             echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
4460           fi
4461
4462           if test "$wxUSE_ZIPSTREAM" = yes; then
4463             echo "$ac_t""yes" 1>&6
4464           else
4465             echo "$ac_t""no" 1>&6
4466           fi
4467         
4468
4469
4470           echo $ac_n "checking for --enable-catch_segvs""... $ac_c" 1>&6
4471 echo "configure:4472: checking for --enable-catch_segvs" >&5
4472           no_cache=0
4473           # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
4474 if test "${enable_catch_segvs+set}" = set; then
4475   enableval="$enable_catch_segvs"
4476   
4477                           if test "$enableval" = yes; then
4478                             ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes'
4479                           else
4480                             ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no'
4481                           fi
4482                         
4483 else
4484   
4485                           LINE=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
4486                           if test "x$LINE" != x ; then
4487                             eval "DEFAULT_$LINE"
4488                           else
4489                             no_cache=1
4490                           fi
4491
4492                           ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
4493                         
4494 fi
4495
4496
4497           eval "$ac_cv_use_catch_segvs"
4498           if test "$no_cache" != 1; then
4499             echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
4500           fi
4501
4502           if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
4503             echo "$ac_t""yes" 1>&6
4504           else
4505             echo "$ac_t""no" 1>&6
4506           fi
4507         
4508
4509           echo $ac_n "checking for --enable-snglinst""... $ac_c" 1>&6
4510 echo "configure:4511: checking for --enable-snglinst" >&5
4511           no_cache=0
4512           # Check whether --enable-snglinst or --disable-snglinst was given.
4513 if test "${enable_snglinst+set}" = set; then
4514   enableval="$enable_snglinst"
4515   
4516                           if test "$enableval" = yes; then
4517                             ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes'
4518                           else
4519                             ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no'
4520                           fi
4521                         
4522 else
4523   
4524                           LINE=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
4525                           if test "x$LINE" != x ; then
4526                             eval "DEFAULT_$LINE"
4527                           else
4528                             no_cache=1
4529                           fi
4530
4531                           ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER
4532                         
4533 fi
4534
4535
4536           eval "$ac_cv_use_snglinst"
4537           if test "$no_cache" != 1; then
4538             echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
4539           fi
4540
4541           if test "$wxUSE_SNGLINST_CHECKER" = yes; then
4542             echo "$ac_t""yes" 1>&6
4543           else
4544             echo "$ac_t""no" 1>&6
4545           fi
4546         
4547
4548
4549           echo $ac_n "checking for --enable-mimetype""... $ac_c" 1>&6
4550 echo "configure:4551: checking for --enable-mimetype" >&5
4551           no_cache=0
4552           # Check whether --enable-mimetype or --disable-mimetype was given.
4553 if test "${enable_mimetype+set}" = set; then
4554   enableval="$enable_mimetype"
4555   
4556                           if test "$enableval" = yes; then
4557                             ac_cv_use_mimetype='wxUSE_MIMETYPE=yes'
4558                           else
4559                             ac_cv_use_mimetype='wxUSE_MIMETYPE=no'
4560                           fi
4561                         
4562 else
4563   
4564                           LINE=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
4565                           if test "x$LINE" != x ; then
4566                             eval "DEFAULT_$LINE"
4567                           else
4568                             no_cache=1
4569                           fi
4570
4571                           ac_cv_use_mimetype='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE
4572                         
4573 fi
4574
4575
4576           eval "$ac_cv_use_mimetype"
4577           if test "$no_cache" != 1; then
4578             echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
4579           fi
4580
4581           if test "$wxUSE_MIMETYPE" = yes; then
4582             echo "$ac_t""yes" 1>&6
4583           else
4584             echo "$ac_t""no" 1>&6
4585           fi
4586         
4587
4588           echo $ac_n "checking for --enable-system_options""... $ac_c" 1>&6
4589 echo "configure:4590: checking for --enable-system_options" >&5
4590           no_cache=0
4591           # Check whether --enable-system_options or --disable-system_options was given.
4592 if test "${enable_system_options+set}" = set; then
4593   enableval="$enable_system_options"
4594   
4595                           if test "$enableval" = yes; then
4596                             ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=yes'
4597                           else
4598                             ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=no'
4599                           fi
4600                         
4601 else
4602   
4603                           LINE=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}`
4604                           if test "x$LINE" != x ; then
4605                             eval "DEFAULT_$LINE"
4606                           else
4607                             no_cache=1
4608                           fi
4609
4610                           ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS
4611                         
4612 fi
4613
4614
4615           eval "$ac_cv_use_system_options"
4616           if test "$no_cache" != 1; then
4617             echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp
4618           fi
4619
4620           if test "$wxUSE_SYSTEM_OPTIONS" = yes; then
4621             echo "$ac_t""yes" 1>&6
4622           else
4623             echo "$ac_t""no" 1>&6
4624           fi
4625         
4626
4627
4628           echo $ac_n "checking for --enable-url""... $ac_c" 1>&6
4629 echo "configure:4630: checking for --enable-url" >&5
4630           no_cache=0
4631           # Check whether --enable-url or --disable-url was given.
4632 if test "${enable_url+set}" = set; then
4633   enableval="$enable_url"
4634   
4635                           if test "$enableval" = yes; then
4636                             ac_cv_use_url='wxUSE_URL=yes'
4637                           else
4638                             ac_cv_use_url='wxUSE_URL=no'
4639                           fi
4640                         
4641 else
4642   
4643                           LINE=`grep "wxUSE_URL" ${wx_arg_cache_file}`
4644                           if test "x$LINE" != x ; then
4645                             eval "DEFAULT_$LINE"
4646                           else
4647                             no_cache=1
4648                           fi
4649
4650                           ac_cv_use_url='wxUSE_URL='$DEFAULT_wxUSE_URL
4651                         
4652 fi
4653
4654
4655           eval "$ac_cv_use_url"
4656           if test "$no_cache" != 1; then
4657             echo $ac_cv_use_url >> ${wx_arg_cache_file}.tmp
4658           fi
4659
4660           if test "$wxUSE_URL" = yes; then
4661             echo "$ac_t""yes" 1>&6
4662           else
4663             echo "$ac_t""no" 1>&6
4664           fi
4665         
4666
4667           echo $ac_n "checking for --enable-protocol""... $ac_c" 1>&6
4668 echo "configure:4669: checking for --enable-protocol" >&5
4669           no_cache=0
4670           # Check whether --enable-protocol or --disable-protocol was given.
4671 if test "${enable_protocol+set}" = set; then
4672   enableval="$enable_protocol"
4673   
4674                           if test "$enableval" = yes; then
4675                             ac_cv_use_protocol='wxUSE_PROTOCOL=yes'
4676                           else
4677                             ac_cv_use_protocol='wxUSE_PROTOCOL=no'
4678                           fi
4679                         
4680 else
4681   
4682                           LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
4683                           if test "x$LINE" != x ; then
4684                             eval "DEFAULT_$LINE"
4685                           else
4686                             no_cache=1
4687                           fi
4688
4689                           ac_cv_use_protocol='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
4690                         
4691 fi
4692
4693
4694           eval "$ac_cv_use_protocol"
4695           if test "$no_cache" != 1; then
4696             echo $ac_cv_use_protocol >> ${wx_arg_cache_file}.tmp
4697           fi
4698
4699           if test "$wxUSE_PROTOCOL" = yes; then
4700             echo "$ac_t""yes" 1>&6
4701           else
4702             echo "$ac_t""no" 1>&6
4703           fi
4704         
4705
4706           echo $ac_n "checking for --enable-protocol_http""... $ac_c" 1>&6
4707 echo "configure:4708: checking for --enable-protocol_http" >&5
4708           no_cache=0
4709           # Check whether --enable-protocol_http or --disable-protocol_http was given.
4710 if test "${enable_protocol_http+set}" = set; then
4711   enableval="$enable_protocol_http"
4712   
4713                           if test "$enableval" = yes; then
4714                             ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=yes'
4715                           else
4716                             ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=no'
4717                           fi
4718                         
4719 else
4720   
4721                           LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
4722                           if test "x$LINE" != x ; then
4723                             eval "DEFAULT_$LINE"
4724                           else
4725                             no_cache=1
4726                           fi
4727
4728                           ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
4729                         
4730 fi
4731
4732
4733           eval "$ac_cv_use_protocol_http"
4734           if test "$no_cache" != 1; then
4735             echo $ac_cv_use_protocol_http >> ${wx_arg_cache_file}.tmp
4736           fi
4737
4738           if test "$wxUSE_PROTOCOL_HTTP" = yes; then
4739             echo "$ac_t""yes" 1>&6
4740           else
4741             echo "$ac_t""no" 1>&6
4742           fi
4743         
4744
4745           echo $ac_n "checking for --enable-protocol_ftp""... $ac_c" 1>&6
4746 echo "configure:4747: checking for --enable-protocol_ftp" >&5
4747           no_cache=0
4748           # Check whether --enable-protocol_ftp or --disable-protocol_ftp was given.
4749 if test "${enable_protocol_ftp+set}" = set; then
4750   enableval="$enable_protocol_ftp"
4751   
4752                           if test "$enableval" = yes; then
4753                             ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=yes'
4754                           else
4755                             ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=no'
4756                           fi
4757                         
4758 else
4759   
4760                           LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
4761                           if test "x$LINE" != x ; then
4762                             eval "DEFAULT_$LINE"
4763                           else
4764                             no_cache=1
4765                           fi
4766
4767                           ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
4768                         
4769 fi
4770
4771
4772           eval "$ac_cv_use_protocol_ftp"
4773           if test "$no_cache" != 1; then
4774             echo $ac_cv_use_protocol_ftp >> ${wx_arg_cache_file}.tmp
4775           fi
4776
4777           if test "$wxUSE_PROTOCOL_FTP" = yes; then
4778             echo "$ac_t""yes" 1>&6
4779           else
4780             echo "$ac_t""no" 1>&6
4781           fi
4782         
4783
4784           echo $ac_n "checking for --enable-protocol_file""... $ac_c" 1>&6
4785 echo "configure:4786: checking for --enable-protocol_file" >&5
4786           no_cache=0
4787           # Check whether --enable-protocol_file or --disable-protocol_file was given.
4788 if test "${enable_protocol_file+set}" = set; then
4789   enableval="$enable_protocol_file"
4790   
4791                           if test "$enableval" = yes; then
4792                             ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=yes'
4793                           else
4794                             ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=no'
4795                           fi
4796                         
4797 else
4798   
4799                           LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
4800                           if test "x$LINE" != x ; then
4801                             eval "DEFAULT_$LINE"
4802                           else
4803                             no_cache=1
4804                           fi
4805
4806                           ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
4807                         
4808 fi
4809
4810
4811           eval "$ac_cv_use_protocol_file"
4812           if test "$no_cache" != 1; then
4813             echo $ac_cv_use_protocol_file >> ${wx_arg_cache_file}.tmp
4814           fi
4815
4816           if test "$wxUSE_PROTOCOL_FILE" = yes; then
4817             echo "$ac_t""yes" 1>&6
4818           else
4819             echo "$ac_t""no" 1>&6
4820           fi
4821         
4822
4823
4824
4825
4826           echo $ac_n "checking for --enable-threads""... $ac_c" 1>&6
4827 echo "configure:4828: checking for --enable-threads" >&5
4828           no_cache=0
4829           # Check whether --enable-threads or --disable-threads was given.
4830 if test "${enable_threads+set}" = set; then
4831   enableval="$enable_threads"
4832   
4833                           if test "$enableval" = yes; then
4834                             ac_cv_use_threads='wxUSE_THREADS=yes'
4835                           else
4836                             ac_cv_use_threads='wxUSE_THREADS=no'
4837                           fi
4838                         
4839 else
4840   
4841                           LINE=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
4842                           if test "x$LINE" != x ; then
4843                             eval "DEFAULT_$LINE"
4844                           else
4845                             no_cache=1
4846                           fi
4847
4848                           ac_cv_use_threads='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
4849                         
4850 fi
4851
4852
4853           eval "$ac_cv_use_threads"
4854           if test "$no_cache" != 1; then
4855             echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
4856           fi
4857
4858           if test "$wxUSE_THREADS" = yes; then
4859             echo "$ac_t""yes" 1>&6
4860           else
4861             echo "$ac_t""no" 1>&6
4862           fi
4863         
4864
4865 if test "$wxUSE_GUI" = "yes"; then
4866
4867
4868
4869           echo $ac_n "checking for --enable-docview""... $ac_c" 1>&6
4870 echo "configure:4871: checking for --enable-docview" >&5
4871           no_cache=0
4872           # Check whether --enable-docview or --disable-docview was given.
4873 if test "${enable_docview+set}" = set; then
4874   enableval="$enable_docview"
4875   
4876                           if test "$enableval" = yes; then
4877                             ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
4878                           else
4879                             ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no'
4880                           fi
4881                         
4882 else
4883   
4884                           LINE=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
4885                           if test "x$LINE" != x ; then
4886                             eval "DEFAULT_$LINE"
4887                           else
4888                             no_cache=1
4889                           fi
4890
4891                           ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
4892                         
4893 fi
4894
4895
4896           eval "$ac_cv_use_docview"
4897           if test "$no_cache" != 1; then
4898             echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
4899           fi
4900
4901           if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
4902             echo "$ac_t""yes" 1>&6
4903           else
4904             echo "$ac_t""no" 1>&6
4905           fi
4906         
4907
4908           echo $ac_n "checking for --enable-help""... $ac_c" 1>&6
4909 echo "configure:4910: checking for --enable-help" >&5
4910           no_cache=0
4911           # Check whether --enable-help or --disable-help was given.
4912 if test "${enable_help+set}" = set; then
4913   enableval="$enable_help"
4914   
4915                           if test "$enableval" = yes; then
4916                             ac_cv_use_help='wxUSE_HELP=yes'
4917                           else
4918                             ac_cv_use_help='wxUSE_HELP=no'
4919                           fi
4920                         
4921 else
4922   
4923                           LINE=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
4924                           if test "x$LINE" != x ; then
4925                             eval "DEFAULT_$LINE"
4926                           else
4927                             no_cache=1
4928                           fi
4929
4930                           ac_cv_use_help='wxUSE_HELP='$DEFAULT_wxUSE_HELP
4931                         
4932 fi
4933
4934
4935           eval "$ac_cv_use_help"
4936           if test "$no_cache" != 1; then
4937             echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
4938           fi
4939
4940           if test "$wxUSE_HELP" = yes; then
4941             echo "$ac_t""yes" 1>&6
4942           else
4943             echo "$ac_t""no" 1>&6
4944           fi
4945         
4946
4947           echo $ac_n "checking for --enable-mshtmlhelp""... $ac_c" 1>&6
4948 echo "configure:4949: checking for --enable-mshtmlhelp" >&5
4949           no_cache=0
4950           # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given.
4951 if test "${enable_mshtmlhelp+set}" = set; then
4952   enableval="$enable_mshtmlhelp"
4953   
4954                           if test "$enableval" = yes; then
4955                             ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=yes'
4956                           else
4957                             ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=no'
4958                           fi
4959                         
4960 else
4961   
4962                           LINE=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}`
4963                           if test "x$LINE" != x ; then
4964                             eval "DEFAULT_$LINE"
4965                           else
4966                             no_cache=1
4967                           fi
4968
4969                           ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP
4970                         
4971 fi
4972
4973
4974           eval "$ac_cv_use_mshtmlhelp"
4975           if test "$no_cache" != 1; then
4976             echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
4977           fi
4978
4979           if test "$wxUSE_MS_HTML_HELP" = yes; then
4980             echo "$ac_t""yes" 1>&6
4981           else
4982             echo "$ac_t""no" 1>&6
4983           fi
4984         
4985
4986           echo $ac_n "checking for --enable-html""... $ac_c" 1>&6
4987 echo "configure:4988: checking for --enable-html" >&5
4988           no_cache=0
4989           # Check whether --enable-html or --disable-html was given.
4990 if test "${enable_html+set}" = set; then
4991   enableval="$enable_html"
4992   
4993                           if test "$enableval" = yes; then
4994                             ac_cv_use_html='wxUSE_HTML=yes'
4995                           else
4996                             ac_cv_use_html='wxUSE_HTML=no'
4997                           fi
4998                         
4999 else
5000   
5001                           LINE=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
5002                           if test "x$LINE" != x ; then
5003                             eval "DEFAULT_$LINE"
5004                           else
5005                             no_cache=1
5006                           fi
5007
5008                           ac_cv_use_html='wxUSE_HTML='$DEFAULT_wxUSE_HTML
5009                         
5010 fi
5011
5012
5013           eval "$ac_cv_use_html"
5014           if test "$no_cache" != 1; then
5015             echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
5016           fi
5017
5018           if test "$wxUSE_HTML" = yes; then
5019             echo "$ac_t""yes" 1>&6
5020           else
5021             echo "$ac_t""no" 1>&6
5022           fi
5023         
5024
5025           echo $ac_n "checking for --enable-htmlhelp""... $ac_c" 1>&6
5026 echo "configure:5027: checking for --enable-htmlhelp" >&5
5027           no_cache=0
5028           # Check whether --enable-htmlhelp or --disable-htmlhelp was given.
5029 if test "${enable_htmlhelp+set}" = set; then
5030   enableval="$enable_htmlhelp"
5031   
5032                           if test "$enableval" = yes; then
5033                             ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes'
5034                           else
5035                             ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no'
5036                           fi
5037                         
5038 else
5039   
5040                           LINE=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}`
5041                           if test "x$LINE" != x ; then
5042                             eval "DEFAULT_$LINE"
5043                           else
5044                             no_cache=1
5045                           fi
5046
5047                           ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP
5048                         
5049 fi
5050
5051
5052           eval "$ac_cv_use_htmlhelp"
5053           if test "$no_cache" != 1; then
5054             echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
5055           fi
5056
5057           if test "$wxUSE_WXHTML_HELP" = yes; then
5058             echo "$ac_t""yes" 1>&6
5059           else
5060             echo "$ac_t""no" 1>&6
5061           fi
5062         
5063
5064           echo $ac_n "checking for --enable-constraints""... $ac_c" 1>&6
5065 echo "configure:5066: checking for --enable-constraints" >&5
5066           no_cache=0
5067           # Check whether --enable-constraints or --disable-constraints was given.
5068 if test "${enable_constraints+set}" = set; then
5069   enableval="$enable_constraints"
5070   
5071                           if test "$enableval" = yes; then
5072                             ac_cv_use_constraints='wxUSE_CONSTRAINTS=yes'
5073                           else
5074                             ac_cv_use_constraints='wxUSE_CONSTRAINTS=no'
5075                           fi
5076                         
5077 else
5078   
5079                           LINE=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
5080                           if test "x$LINE" != x ; then
5081                             eval "DEFAULT_$LINE"
5082                           else
5083                             no_cache=1
5084                           fi
5085
5086                           ac_cv_use_constraints='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
5087                         
5088 fi
5089
5090
5091           eval "$ac_cv_use_constraints"
5092           if test "$no_cache" != 1; then
5093             echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
5094           fi
5095
5096           if test "$wxUSE_CONSTRAINTS" = yes; then
5097             echo "$ac_t""yes" 1>&6
5098           else
5099             echo "$ac_t""no" 1>&6
5100           fi
5101         
5102
5103           echo $ac_n "checking for --enable-printarch""... $ac_c" 1>&6
5104 echo "configure:5105: checking for --enable-printarch" >&5
5105           no_cache=0
5106           # Check whether --enable-printarch or --disable-printarch was given.
5107 if test "${enable_printarch+set}" = set; then
5108   enableval="$enable_printarch"
5109   
5110                           if test "$enableval" = yes; then
5111                             ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes'
5112                           else
5113                             ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no'
5114                           fi
5115                         
5116 else
5117   
5118                           LINE=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
5119                           if test "x$LINE" != x ; then
5120                             eval "DEFAULT_$LINE"
5121                           else
5122                             no_cache=1
5123                           fi
5124
5125                           ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
5126                         
5127 fi
5128
5129
5130           eval "$ac_cv_use_printarch"
5131           if test "$no_cache" != 1; then
5132             echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
5133           fi
5134
5135           if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
5136             echo "$ac_t""yes" 1>&6
5137           else
5138             echo "$ac_t""no" 1>&6
5139           fi
5140         
5141
5142           echo $ac_n "checking for --enable-mdi""... $ac_c" 1>&6
5143 echo "configure:5144: checking for --enable-mdi" >&5
5144           no_cache=0
5145           # Check whether --enable-mdi or --disable-mdi was given.
5146 if test "${enable_mdi+set}" = set; then
5147   enableval="$enable_mdi"
5148   
5149                           if test "$enableval" = yes; then
5150                             ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=yes'
5151                           else
5152                             ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=no'
5153                           fi
5154                         
5155 else
5156   
5157                           LINE=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
5158                           if test "x$LINE" != x ; then
5159                             eval "DEFAULT_$LINE"
5160                           else
5161                             no_cache=1
5162                           fi
5163
5164                           ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
5165                         
5166 fi
5167
5168
5169           eval "$ac_cv_use_mdi"
5170           if test "$no_cache" != 1; then
5171             echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
5172           fi
5173
5174           if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
5175             echo "$ac_t""yes" 1>&6
5176           else
5177             echo "$ac_t""no" 1>&6
5178           fi
5179         
5180
5181           echo $ac_n "checking for --enable-loggui""... $ac_c" 1>&6
5182 echo "configure:5183: checking for --enable-loggui" >&5
5183           no_cache=0
5184           # Check whether --enable-loggui or --disable-loggui was given.
5185 if test "${enable_loggui+set}" = set; then
5186   enableval="$enable_loggui"
5187   
5188                           if test "$enableval" = yes; then
5189                             ac_cv_use_loggui='wxUSE_LOGGUI=yes'
5190                           else
5191                             ac_cv_use_loggui='wxUSE_LOGGUI=no'
5192                           fi
5193                         
5194 else
5195   
5196                           LINE=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
5197                           if test "x$LINE" != x ; then
5198                             eval "DEFAULT_$LINE"
5199                           else
5200                             no_cache=1
5201                           fi
5202
5203                           ac_cv_use_loggui='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI
5204                         
5205 fi
5206
5207
5208           eval "$ac_cv_use_loggui"
5209           if test "$no_cache" != 1; then
5210             echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
5211           fi
5212
5213           if test "$wxUSE_LOGGUI" = yes; then
5214             echo "$ac_t""yes" 1>&6
5215           else
5216             echo "$ac_t""no" 1>&6
5217           fi
5218         
5219
5220           echo $ac_n "checking for --enable-logwin""... $ac_c" 1>&6
5221 echo "configure:5222: checking for --enable-logwin" >&5
5222           no_cache=0
5223           # Check whether --enable-logwin or --disable-logwin was given.
5224 if test "${enable_logwin+set}" = set; then
5225   enableval="$enable_logwin"
5226   
5227                           if test "$enableval" = yes; then
5228                             ac_cv_use_logwin='wxUSE_LOGWINDOW=yes'
5229                           else
5230                             ac_cv_use_logwin='wxUSE_LOGWINDOW=no'
5231                           fi
5232                         
5233 else
5234   
5235                           LINE=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
5236                           if test "x$LINE" != x ; then
5237                             eval "DEFAULT_$LINE"
5238                           else
5239                             no_cache=1
5240                           fi
5241
5242                           ac_cv_use_logwin='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW
5243                         
5244 fi
5245
5246
5247           eval "$ac_cv_use_logwin"
5248           if test "$no_cache" != 1; then
5249             echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
5250           fi
5251
5252           if test "$wxUSE_LOGWINDOW" = yes; then
5253             echo "$ac_t""yes" 1>&6
5254           else
5255             echo "$ac_t""no" 1>&6
5256           fi
5257         
5258
5259           echo $ac_n "checking for --enable-logdialog""... $ac_c" 1>&6
5260 echo "configure:5261: checking for --enable-logdialog" >&5
5261           no_cache=0
5262           # Check whether --enable-logdialog or --disable-logdialog was given.
5263 if test "${enable_logdialog+set}" = set; then
5264   enableval="$enable_logdialog"
5265   
5266                           if test "$enableval" = yes; then
5267                             ac_cv_use_logdialog='wxUSE_LOGDIALOG=yes'
5268                           else
5269                             ac_cv_use_logdialog='wxUSE_LOGDIALOG=no'
5270                           fi
5271                         
5272 else
5273   
5274                           LINE=`grep "wxUSE_LOGDIALOG" ${wx_arg_cache_file}`
5275                           if test "x$LINE" != x ; then
5276                             eval "DEFAULT_$LINE"
5277                           else
5278                             no_cache=1
5279                           fi
5280
5281                           ac_cv_use_logdialog='wxUSE_LOGDIALOG='$DEFAULT_wxUSE_LOGDIALOG
5282                         
5283 fi
5284
5285
5286           eval "$ac_cv_use_logdialog"
5287           if test "$no_cache" != 1; then
5288             echo $ac_cv_use_logdialog >> ${wx_arg_cache_file}.tmp
5289           fi
5290
5291           if test "$wxUSE_LOGDIALOG" = yes; then
5292             echo "$ac_t""yes" 1>&6
5293           else
5294             echo "$ac_t""no" 1>&6
5295           fi
5296         
5297
5298
5299           echo $ac_n "checking for --enable-postscript""... $ac_c" 1>&6
5300 echo "configure:5301: checking for --enable-postscript" >&5
5301           no_cache=0
5302           # Check whether --enable-postscript or --disable-postscript was given.
5303 if test "${enable_postscript+set}" = set; then
5304   enableval="$enable_postscript"
5305   
5306                           if test "$enableval" = yes; then
5307                             ac_cv_use_postscript='wxUSE_POSTSCRIPT=yes'
5308                           else
5309                             ac_cv_use_postscript='wxUSE_POSTSCRIPT=no'
5310                           fi
5311                         
5312 else
5313   
5314                           LINE=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
5315                           if test "x$LINE" != x ; then
5316                             eval "DEFAULT_$LINE"
5317                           else
5318                             no_cache=1
5319                           fi
5320
5321                           ac_cv_use_postscript='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
5322                         
5323 fi
5324
5325
5326           eval "$ac_cv_use_postscript"
5327           if test "$no_cache" != 1; then
5328             echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
5329           fi
5330
5331           if test "$wxUSE_POSTSCRIPT" = yes; then
5332             echo "$ac_t""yes" 1>&6
5333           else
5334             echo "$ac_t""no" 1>&6
5335           fi
5336         
5337
5338
5339
5340
5341           echo $ac_n "checking for --enable-prologio""... $ac_c" 1>&6
5342 echo "configure:5343: checking for --enable-prologio" >&5
5343           no_cache=0
5344           # Check whether --enable-prologio or --disable-prologio was given.
5345 if test "${enable_prologio+set}" = set; then
5346   enableval="$enable_prologio"
5347   
5348                           if test "$enableval" = yes; then
5349                             ac_cv_use_prologio='wxUSE_PROLOGIO=yes'
5350                           else
5351                             ac_cv_use_prologio='wxUSE_PROLOGIO=no'
5352                           fi
5353                         
5354 else
5355   
5356                           LINE=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
5357                           if test "x$LINE" != x ; then
5358                             eval "DEFAULT_$LINE"
5359                           else
5360                             no_cache=1
5361                           fi
5362
5363                           ac_cv_use_prologio='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
5364                         
5365 fi
5366
5367
5368           eval "$ac_cv_use_prologio"
5369           if test "$no_cache" != 1; then
5370             echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
5371           fi
5372
5373           if test "$wxUSE_PROLOGIO" = yes; then
5374             echo "$ac_t""yes" 1>&6
5375           else
5376             echo "$ac_t""no" 1>&6
5377           fi
5378         
5379
5380           echo $ac_n "checking for --enable-resources""... $ac_c" 1>&6
5381 echo "configure:5382: checking for --enable-resources" >&5
5382           no_cache=0
5383           # Check whether --enable-resources or --disable-resources was given.
5384 if test "${enable_resources+set}" = set; then
5385   enableval="$enable_resources"
5386   
5387                           if test "$enableval" = yes; then
5388                             ac_cv_use_resources='wxUSE_RESOURCES=yes'
5389                           else
5390                             ac_cv_use_resources='wxUSE_RESOURCES=no'
5391                           fi
5392                         
5393 else
5394   
5395                           LINE=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
5396                           if test "x$LINE" != x ; then
5397                             eval "DEFAULT_$LINE"
5398                           else
5399                             no_cache=1
5400                           fi
5401
5402                           ac_cv_use_resources='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
5403                         
5404 fi
5405
5406
5407           eval "$ac_cv_use_resources"
5408           if test "$no_cache" != 1; then
5409             echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
5410           fi
5411
5412           if test "$wxUSE_RESOURCES" = yes; then
5413             echo "$ac_t""yes" 1>&6
5414           else
5415             echo "$ac_t""no" 1>&6
5416           fi
5417         
5418
5419
5420           echo $ac_n "checking for --enable-xresources""... $ac_c" 1>&6
5421 echo "configure:5422: checking for --enable-xresources" >&5
5422           no_cache=0
5423           # Check whether --enable-xresources or --disable-xresources was given.
5424 if test "${enable_xresources+set}" = set; then
5425   enableval="$enable_xresources"
5426   
5427                           if test "$enableval" = yes; then
5428                             ac_cv_use_xresources='wxUSE_X_RESOURCES=yes'
5429                           else
5430                             ac_cv_use_xresources='wxUSE_X_RESOURCES=no'
5431                           fi
5432                         
5433 else
5434   
5435                           LINE=`grep "wxUSE_X_RESOURCES" ${wx_arg_cache_file}`
5436                           if test "x$LINE" != x ; then
5437                             eval "DEFAULT_$LINE"
5438                           else
5439                             no_cache=1
5440                           fi
5441
5442                           ac_cv_use_xresources='wxUSE_X_RESOURCES='$DEFAULT_wxUSE_X_RESOURCES
5443                         
5444 fi
5445
5446
5447           eval "$ac_cv_use_xresources"
5448           if test "$no_cache" != 1; then
5449             echo $ac_cv_use_xresources >> ${wx_arg_cache_file}.tmp
5450           fi
5451
5452           if test "$wxUSE_X_RESOURCES" = yes; then
5453             echo "$ac_t""yes" 1>&6
5454           else
5455             echo "$ac_t""no" 1>&6
5456           fi
5457         
5458
5459
5460
5461           echo $ac_n "checking for --enable-clipboard""... $ac_c" 1>&6
5462 echo "configure:5463: checking for --enable-clipboard" >&5
5463           no_cache=0
5464           # Check whether --enable-clipboard or --disable-clipboard was given.
5465 if test "${enable_clipboard+set}" = set; then
5466   enableval="$enable_clipboard"
5467   
5468                           if test "$enableval" = yes; then
5469                             ac_cv_use_clipboard='wxUSE_CLIPBOARD=yes'
5470                           else
5471                             ac_cv_use_clipboard='wxUSE_CLIPBOARD=no'
5472                           fi
5473                         
5474 else
5475   
5476                           LINE=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
5477                           if test "x$LINE" != x ; then
5478                             eval "DEFAULT_$LINE"
5479                           else
5480                             no_cache=1
5481                           fi
5482
5483                           ac_cv_use_clipboard='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
5484                         
5485 fi
5486
5487
5488           eval "$ac_cv_use_clipboard"
5489           if test "$no_cache" != 1; then
5490             echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
5491           fi
5492
5493           if test "$wxUSE_CLIPBOARD" = yes; then
5494             echo "$ac_t""yes" 1>&6
5495           else
5496             echo "$ac_t""no" 1>&6
5497           fi
5498         
5499
5500           echo $ac_n "checking for --enable-dnd""... $ac_c" 1>&6
5501 echo "configure:5502: checking for --enable-dnd" >&5
5502           no_cache=0
5503           # Check whether --enable-dnd or --disable-dnd was given.
5504 if test "${enable_dnd+set}" = set; then
5505   enableval="$enable_dnd"
5506   
5507                           if test "$enableval" = yes; then
5508                             ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes'
5509                           else
5510                             ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=no'
5511                           fi
5512                         
5513 else
5514   
5515                           LINE=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
5516                           if test "x$LINE" != x ; then
5517                             eval "DEFAULT_$LINE"
5518                           else
5519                             no_cache=1
5520                           fi
5521
5522                           ac_cv_use_dnd='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
5523                         
5524 fi
5525
5526
5527           eval "$ac_cv_use_dnd"
5528           if test "$no_cache" != 1; then
5529             echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
5530           fi
5531
5532           if test "$wxUSE_DRAG_AND_DROP" = yes; then
5533             echo "$ac_t""yes" 1>&6
5534           else
5535             echo "$ac_t""no" 1>&6
5536           fi
5537         
5538
5539           echo $ac_n "checking for --enable-metafile""... $ac_c" 1>&6
5540 echo "configure:5541: checking for --enable-metafile" >&5
5541           no_cache=0
5542           # Check whether --enable-metafile or --disable-metafile was given.
5543 if test "${enable_metafile+set}" = set; then
5544   enableval="$enable_metafile"
5545   
5546                           if test "$enableval" = yes; then
5547                             ac_cv_use_metafile='wxUSE_METAFILE=yes'
5548                           else
5549                             ac_cv_use_metafile='wxUSE_METAFILE=no'
5550                           fi
5551                         
5552 else
5553   
5554                           LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
5555                           if test "x$LINE" != x ; then
5556                             eval "DEFAULT_$LINE"
5557                           else
5558                             no_cache=1
5559                           fi
5560
5561                           ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
5562                         
5563 fi
5564
5565
5566           eval "$ac_cv_use_metafile"
5567           if test "$no_cache" != 1; then
5568             echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
5569           fi
5570
5571           if test "$wxUSE_METAFILE" = yes; then
5572             echo "$ac_t""yes" 1>&6
5573           else
5574             echo "$ac_t""no" 1>&6
5575           fi
5576         
5577
5578
5579           echo $ac_n "checking for --enable-treelayout""... $ac_c" 1>&6
5580 echo "configure:5581: checking for --enable-treelayout" >&5
5581           no_cache=0
5582           # Check whether --enable-treelayout or --disable-treelayout was given.
5583 if test "${enable_treelayout+set}" = set; then
5584   enableval="$enable_treelayout"
5585   
5586                           if test "$enableval" = yes; then
5587                             ac_cv_use_treelayout='wxUSE_TREELAYOUT=yes'
5588                           else
5589                             ac_cv_use_treelayout='wxUSE_TREELAYOUT=no'
5590                           fi
5591                         
5592 else
5593   
5594                           LINE=`grep "wxUSE_TREELAYOUT" ${wx_arg_cache_file}`
5595                           if test "x$LINE" != x ; then
5596                             eval "DEFAULT_$LINE"
5597                           else
5598                             no_cache=1
5599                           fi
5600
5601                           ac_cv_use_treelayout='wxUSE_TREELAYOUT='$DEFAULT_wxUSE_TREELAYOUT
5602                         
5603 fi
5604
5605
5606           eval "$ac_cv_use_treelayout"
5607           if test "$no_cache" != 1; then
5608             echo $ac_cv_use_treelayout >> ${wx_arg_cache_file}.tmp
5609           fi
5610
5611           if test "$wxUSE_TREELAYOUT" = yes; then
5612             echo "$ac_t""yes" 1>&6
5613           else
5614             echo "$ac_t""no" 1>&6
5615           fi
5616         
5617
5618
5619
5620           echo $ac_n "checking for --enable-controls""... $ac_c" 1>&6
5621 echo "configure:5622: checking for --enable-controls" >&5
5622           no_cache=0
5623           # Check whether --enable-controls or --disable-controls was given.
5624 if test "${enable_controls+set}" = set; then
5625   enableval="$enable_controls"
5626   
5627                           if test "$enableval" = yes; then
5628                             ac_cv_use_controls='wxUSE_CONTROLS=yes'
5629                           else
5630                             ac_cv_use_controls='wxUSE_CONTROLS=no'
5631                           fi
5632                         
5633 else
5634   
5635                           LINE=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
5636                           if test "x$LINE" != x ; then
5637                             eval "DEFAULT_$LINE"
5638                           else
5639                             no_cache=1
5640                           fi
5641
5642                           ac_cv_use_controls='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
5643                         
5644 fi
5645
5646
5647           eval "$ac_cv_use_controls"
5648           if test "$no_cache" != 1; then
5649             echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
5650           fi
5651
5652           if test "$wxUSE_CONTROLS" = yes; then
5653             echo "$ac_t""yes" 1>&6
5654           else
5655             echo "$ac_t""no" 1>&6
5656           fi
5657         
5658
5659 if test "$wxUSE_CONTROLS" = "yes"; then
5660   DEFAULT_wxUSE_ACCEL=yes
5661   DEFAULT_wxUSE_BMPBUTTON=yes
5662   DEFAULT_wxUSE_BUTTON=yes
5663   DEFAULT_wxUSE_CALCTRL=no
5664   DEFAULT_wxUSE_CARET=yes
5665   DEFAULT_wxUSE_COMBOBOX=yes
5666   DEFAULT_wxUSE_CHECKBOX=yes
5667   DEFAULT_wxUSE_CHECKLISTBOX=yes
5668   DEFAULT_wxUSE_CHOICE=yes
5669   DEFAULT_wxUSE_GAUGE=yes
5670   DEFAULT_wxUSE_GRID=yes
5671   DEFAULT_wxUSE_NEW_GRID=yes
5672   DEFAULT_wxUSE_IMAGLIST=yes
5673   DEFAULT_wxUSE_LISTBOX=yes
5674   DEFAULT_wxUSE_LISTCTRL=yes
5675   DEFAULT_wxUSE_NOTEBOOK=yes
5676   DEFAULT_wxUSE_PROPSHEET=yes
5677   DEFAULT_wxUSE_RADIOBOX=yes
5678   DEFAULT_wxUSE_RADIOBTN=yes
5679   DEFAULT_wxUSE_SASH=yes
5680   DEFAULT_wxUSE_SCROLLBAR=yes
5681   DEFAULT_wxUSE_SLIDER=yes
5682   DEFAULT_wxUSE_SPINBTN=yes
5683   DEFAULT_wxUSE_SPINCTRL=yes
5684   DEFAULT_wxUSE_SPLITTER=yes
5685   DEFAULT_wxUSE_STATBMP=yes
5686   DEFAULT_wxUSE_STATBOX=yes
5687   DEFAULT_wxUSE_STATLINE=yes
5688   DEFAULT_wxUSE_STATUSBAR=yes
5689   DEFAULT_wxUSE_TAB_DIALOG=yes
5690   DEFAULT_wxUSE_TOGGLEBTN=yes
5691   DEFAULT_wxUSE_TOOLBAR=yes
5692   DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
5693   DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
5694   DEFAULT_wxUSE_TOOLTIPS=yes
5695   DEFAULT_wxUSE_TREECTRL=yes
5696   DEFAULT_wxUSE_POPUPWIN=yes
5697   DEFAULT_wxUSE_TIPWINDOW=yes
5698 elif test "$wxUSE_CONTROLS" = "no"; then
5699   DEFAULT_wxUSE_ACCEL=no
5700   DEFAULT_wxUSE_BMPBUTTON=no
5701   DEFAULT_wxUSE_BUTTON=no
5702   DEFAULT_wxUSE_CALCTRL=no
5703   DEFAULT_wxUSE_CARET=no
5704   DEFAULT_wxUSE_COMBOBOX=no
5705   DEFAULT_wxUSE_CHECKBOX=no
5706   DEFAULT_wxUSE_CHECKLISTBOX=no
5707   DEFAULT_wxUSE_CHOICE=no
5708   DEFAULT_wxUSE_GAUGE=no
5709   DEFAULT_wxUSE_GRID=no
5710   DEFAULT_wxUSE_NEW_GRID=no
5711   DEFAULT_wxUSE_IMAGLIST=no
5712   DEFAULT_wxUSE_LISTBOX=no
5713   DEFAULT_wxUSE_LISTCTRL=no
5714   DEFAULT_wxUSE_NOTEBOOK=no
5715   DEFAULT_wxUSE_PROPSHEET=no
5716   DEFAULT_wxUSE_RADIOBOX=no
5717   DEFAULT_wxUSE_RADIOBTN=no
5718   DEFAULT_wxUSE_SASH=no
5719   DEFAULT_wxUSE_SCROLLBAR=no
5720   DEFAULT_wxUSE_SLIDER=no
5721   DEFAULT_wxUSE_SPINBTN=no
5722   DEFAULT_wxUSE_SPINCTRL=no
5723   DEFAULT_wxUSE_SPLITTER=no
5724   DEFAULT_wxUSE_STATBMP=no
5725   DEFAULT_wxUSE_STATBOX=no
5726   DEFAULT_wxUSE_STATLINE=no
5727   DEFAULT_wxUSE_STATUSBAR=no
5728   DEFAULT_wxUSE_TAB_DIALOG=no
5729   DEFAULT_wxUSE_TOGGLEBTN=no
5730   DEFAULT_wxUSE_TOOLBAR=no
5731   DEFAULT_wxUSE_TOOLBAR_NATIVE=no
5732   DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
5733   DEFAULT_wxUSE_TOOLTIPS=no
5734   DEFAULT_wxUSE_TREECTRL=no
5735   DEFAULT_wxUSE_POPUPWIN=no
5736   DEFAULT_wxUSE_TIPWINDOW=no
5737 fi
5738
5739
5740           echo $ac_n "checking for --enable-accel""... $ac_c" 1>&6
5741 echo "configure:5742: checking for --enable-accel" >&5
5742           no_cache=0
5743           # Check whether --enable-accel or --disable-accel was given.
5744 if test "${enable_accel+set}" = set; then
5745   enableval="$enable_accel"
5746   
5747                           if test "$enableval" = yes; then
5748                             ac_cv_use_accel='wxUSE_ACCEL=yes'
5749                           else
5750                             ac_cv_use_accel='wxUSE_ACCEL=no'
5751                           fi
5752                         
5753 else
5754   
5755                           LINE=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
5756                           if test "x$LINE" != x ; then
5757                             eval "DEFAULT_$LINE"
5758                           else
5759                             no_cache=1
5760                           fi
5761
5762                           ac_cv_use_accel='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
5763                         
5764 fi
5765
5766
5767           eval "$ac_cv_use_accel"
5768           if test "$no_cache" != 1; then
5769             echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
5770           fi
5771
5772           if test "$wxUSE_ACCEL" = yes; then
5773             echo "$ac_t""yes" 1>&6
5774           else
5775             echo "$ac_t""no" 1>&6
5776           fi
5777         
5778
5779           echo $ac_n "checking for --enable-button""... $ac_c" 1>&6
5780 echo "configure:5781: checking for --enable-button" >&5
5781           no_cache=0
5782           # Check whether --enable-button or --disable-button was given.
5783 if test "${enable_button+set}" = set; then
5784   enableval="$enable_button"
5785   
5786                           if test "$enableval" = yes; then
5787                             ac_cv_use_button='wxUSE_BUTTON=yes'
5788                           else
5789                             ac_cv_use_button='wxUSE_BUTTON=no'
5790                           fi
5791                         
5792 else
5793   
5794                           LINE=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
5795                           if test "x$LINE" != x ; then
5796                             eval "DEFAULT_$LINE"
5797                           else
5798                             no_cache=1
5799                           fi
5800
5801                           ac_cv_use_button='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON
5802                         
5803 fi
5804
5805
5806           eval "$ac_cv_use_button"
5807           if test "$no_cache" != 1; then
5808             echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
5809           fi
5810
5811           if test "$wxUSE_BUTTON" = yes; then
5812             echo "$ac_t""yes" 1>&6
5813           else
5814             echo "$ac_t""no" 1>&6
5815           fi
5816         
5817
5818           echo $ac_n "checking for --enable-bmpbutton""... $ac_c" 1>&6
5819 echo "configure:5820: checking for --enable-bmpbutton" >&5
5820           no_cache=0
5821           # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
5822 if test "${enable_bmpbutton+set}" = set; then
5823   enableval="$enable_bmpbutton"
5824   
5825                           if test "$enableval" = yes; then
5826                             ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes'
5827                           else
5828                             ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
5829                           fi
5830                         
5831 else
5832   
5833                           LINE=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
5834                           if test "x$LINE" != x ; then
5835                             eval "DEFAULT_$LINE"
5836                           else
5837                             no_cache=1
5838                           fi
5839
5840                           ac_cv_use_bmpbutton='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
5841                         
5842 fi
5843
5844
5845           eval "$ac_cv_use_bmpbutton"
5846           if test "$no_cache" != 1; then
5847             echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
5848           fi
5849
5850           if test "$wxUSE_BMPBUTTON" = yes; then
5851             echo "$ac_t""yes" 1>&6
5852           else
5853             echo "$ac_t""no" 1>&6
5854           fi
5855         
5856
5857           echo $ac_n "checking for --enable-calendar""... $ac_c" 1>&6
5858 echo "configure:5859: checking for --enable-calendar" >&5
5859           no_cache=0
5860           # Check whether --enable-calendar or --disable-calendar was given.
5861 if test "${enable_calendar+set}" = set; then
5862   enableval="$enable_calendar"
5863   
5864                           if test "$enableval" = yes; then
5865                             ac_cv_use_calendar='wxUSE_CALCTRL=yes'
5866                           else
5867                             ac_cv_use_calendar='wxUSE_CALCTRL=no'
5868                           fi
5869                         
5870 else
5871   
5872                           LINE=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
5873                           if test "x$LINE" != x ; then
5874                             eval "DEFAULT_$LINE"
5875                           else
5876                             no_cache=1
5877                           fi
5878
5879                           ac_cv_use_calendar='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL
5880                         
5881 fi
5882
5883
5884           eval "$ac_cv_use_calendar"
5885           if test "$no_cache" != 1; then
5886             echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
5887           fi
5888
5889           if test "$wxUSE_CALCTRL" = yes; then
5890             echo "$ac_t""yes" 1>&6
5891           else
5892             echo "$ac_t""no" 1>&6
5893           fi
5894         
5895
5896           echo $ac_n "checking for --enable-caret""... $ac_c" 1>&6
5897 echo "configure:5898: checking for --enable-caret" >&5
5898           no_cache=0
5899           # Check whether --enable-caret or --disable-caret was given.
5900 if test "${enable_caret+set}" = set; then
5901   enableval="$enable_caret"
5902   
5903                           if test "$enableval" = yes; then
5904                             ac_cv_use_caret='wxUSE_CARET=yes'
5905                           else
5906                             ac_cv_use_caret='wxUSE_CARET=no'
5907                           fi
5908                         
5909 else
5910   
5911                           LINE=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
5912                           if test "x$LINE" != x ; then
5913                             eval "DEFAULT_$LINE"
5914                           else
5915                             no_cache=1
5916                           fi
5917
5918                           ac_cv_use_caret='wxUSE_CARET='$DEFAULT_wxUSE_CARET
5919                         
5920 fi
5921
5922
5923           eval "$ac_cv_use_caret"
5924           if test "$no_cache" != 1; then
5925             echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
5926           fi
5927
5928           if test "$wxUSE_CARET" = yes; then
5929             echo "$ac_t""yes" 1>&6
5930           else
5931             echo "$ac_t""no" 1>&6
5932           fi
5933         
5934
5935           echo $ac_n "checking for --enable-checkbox""... $ac_c" 1>&6
5936 echo "configure:5937: checking for --enable-checkbox" >&5
5937           no_cache=0
5938           # Check whether --enable-checkbox or --disable-checkbox was given.
5939 if test "${enable_checkbox+set}" = set; then
5940   enableval="$enable_checkbox"
5941   
5942                           if test "$enableval" = yes; then
5943                             ac_cv_use_checkbox='wxUSE_CHECKBOX=yes'
5944                           else
5945                             ac_cv_use_checkbox='wxUSE_CHECKBOX=no'
5946                           fi
5947                         
5948 else
5949   
5950                           LINE=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
5951                           if test "x$LINE" != x ; then
5952                             eval "DEFAULT_$LINE"
5953                           else
5954                             no_cache=1
5955                           fi
5956
5957                           ac_cv_use_checkbox='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
5958                         
5959 fi
5960
5961
5962           eval "$ac_cv_use_checkbox"
5963           if test "$no_cache" != 1; then
5964             echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
5965           fi
5966
5967           if test "$wxUSE_CHECKBOX" = yes; then
5968             echo "$ac_t""yes" 1>&6
5969           else
5970             echo "$ac_t""no" 1>&6
5971           fi
5972         
5973
5974           echo $ac_n "checking for --enable-checklst""... $ac_c" 1>&6
5975 echo "configure:5976: checking for --enable-checklst" >&5
5976           no_cache=0
5977           # Check whether --enable-checklst or --disable-checklst was given.
5978 if test "${enable_checklst+set}" = set; then
5979   enableval="$enable_checklst"
5980   
5981                           if test "$enableval" = yes; then
5982                             ac_cv_use_checklst='wxUSE_CHECKLST=yes'
5983                           else
5984                             ac_cv_use_checklst='wxUSE_CHECKLST=no'
5985                           fi
5986                         
5987 else
5988   
5989                           LINE=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
5990                           if test "x$LINE" != x ; then
5991                             eval "DEFAULT_$LINE"
5992                           else
5993                             no_cache=1
5994                           fi
5995
5996                           ac_cv_use_checklst='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
5997                         
5998 fi
5999
6000
6001           eval "$ac_cv_use_checklst"
6002           if test "$no_cache" != 1; then
6003             echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
6004           fi
6005
6006           if test "$wxUSE_CHECKLST" = yes; then
6007             echo "$ac_t""yes" 1>&6
6008           else
6009             echo "$ac_t""no" 1>&6
6010           fi
6011         
6012
6013           echo $ac_n "checking for --enable-choice""... $ac_c" 1>&6
6014 echo "configure:6015: checking for --enable-choice" >&5
6015           no_cache=0
6016           # Check whether --enable-choice or --disable-choice was given.
6017 if test "${enable_choice+set}" = set; then
6018   enableval="$enable_choice"
6019   
6020                           if test "$enableval" = yes; then
6021                             ac_cv_use_choice='wxUSE_CHOICE=yes'
6022                           else
6023                             ac_cv_use_choice='wxUSE_CHOICE=no'
6024                           fi
6025                         
6026 else
6027   
6028                           LINE=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
6029                           if test "x$LINE" != x ; then
6030                             eval "DEFAULT_$LINE"
6031                           else
6032                             no_cache=1
6033                           fi
6034
6035                           ac_cv_use_choice='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
6036                         
6037 fi
6038
6039
6040           eval "$ac_cv_use_choice"
6041           if test "$no_cache" != 1; then
6042             echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
6043           fi
6044
6045           if test "$wxUSE_CHOICE" = yes; then
6046             echo "$ac_t""yes" 1>&6
6047           else
6048             echo "$ac_t""no" 1>&6
6049           fi
6050         
6051
6052           echo $ac_n "checking for --enable-combobox""... $ac_c" 1>&6
6053 echo "configure:6054: checking for --enable-combobox" >&5
6054           no_cache=0
6055           # Check whether --enable-combobox or --disable-combobox was given.
6056 if test "${enable_combobox+set}" = set; then
6057   enableval="$enable_combobox"
6058   
6059                           if test "$enableval" = yes; then
6060                             ac_cv_use_combobox='wxUSE_COMBOBOX=yes'
6061                           else
6062                             ac_cv_use_combobox='wxUSE_COMBOBOX=no'
6063                           fi
6064                         
6065 else
6066   
6067                           LINE=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
6068                           if test "x$LINE" != x ; then
6069                             eval "DEFAULT_$LINE"
6070                           else
6071                             no_cache=1
6072                           fi
6073
6074                           ac_cv_use_combobox='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
6075                         
6076 fi
6077
6078
6079           eval "$ac_cv_use_combobox"
6080           if test "$no_cache" != 1; then
6081             echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
6082           fi
6083
6084           if test "$wxUSE_COMBOBOX" = yes; then
6085             echo "$ac_t""yes" 1>&6
6086           else
6087             echo "$ac_t""no" 1>&6
6088           fi
6089         
6090
6091           echo $ac_n "checking for --enable-gauge""... $ac_c" 1>&6
6092 echo "configure:6093: checking for --enable-gauge" >&5
6093           no_cache=0
6094           # Check whether --enable-gauge or --disable-gauge was given.
6095 if test "${enable_gauge+set}" = set; then
6096   enableval="$enable_gauge"
6097   
6098                           if test "$enableval" = yes; then
6099                             ac_cv_use_gauge='wxUSE_GAUGE=yes'
6100                           else
6101                             ac_cv_use_gauge='wxUSE_GAUGE=no'
6102                           fi
6103                         
6104 else
6105   
6106                           LINE=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
6107                           if test "x$LINE" != x ; then
6108                             eval "DEFAULT_$LINE"
6109                           else
6110                             no_cache=1
6111                           fi
6112
6113                           ac_cv_use_gauge='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
6114                         
6115 fi
6116
6117
6118           eval "$ac_cv_use_gauge"
6119           if test "$no_cache" != 1; then
6120             echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
6121           fi
6122
6123           if test "$wxUSE_GAUGE" = yes; then
6124             echo "$ac_t""yes" 1>&6
6125           else
6126             echo "$ac_t""no" 1>&6
6127           fi
6128         
6129
6130           echo $ac_n "checking for --enable-grid""... $ac_c" 1>&6
6131 echo "configure:6132: checking for --enable-grid" >&5
6132           no_cache=0
6133           # Check whether --enable-grid or --disable-grid was given.
6134 if test "${enable_grid+set}" = set; then
6135   enableval="$enable_grid"
6136   
6137                           if test "$enableval" = yes; then
6138                             ac_cv_use_grid='wxUSE_GRID=yes'
6139                           else
6140                             ac_cv_use_grid='wxUSE_GRID=no'
6141                           fi
6142                         
6143 else
6144   
6145                           LINE=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
6146                           if test "x$LINE" != x ; then
6147                             eval "DEFAULT_$LINE"
6148                           else
6149                             no_cache=1
6150                           fi
6151
6152                           ac_cv_use_grid='wxUSE_GRID='$DEFAULT_wxUSE_GRID
6153                         
6154 fi
6155
6156
6157           eval "$ac_cv_use_grid"
6158           if test "$no_cache" != 1; then
6159             echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
6160           fi
6161
6162           if test "$wxUSE_GRID" = yes; then
6163             echo "$ac_t""yes" 1>&6
6164           else
6165             echo "$ac_t""no" 1>&6
6166           fi
6167         
6168
6169           echo $ac_n "checking for --enable-newgrid""... $ac_c" 1>&6
6170 echo "configure:6171: checking for --enable-newgrid" >&5
6171           no_cache=0
6172           # Check whether --enable-newgrid or --disable-newgrid was given.
6173 if test "${enable_newgrid+set}" = set; then
6174   enableval="$enable_newgrid"
6175   
6176                           if test "$enableval" = yes; then
6177                             ac_cv_use_newgrid='wxUSE_NEW_GRID=yes'
6178                           else
6179                             ac_cv_use_newgrid='wxUSE_NEW_GRID=no'
6180                           fi
6181                         
6182 else
6183   
6184                           LINE=`grep "wxUSE_NEW_GRID" ${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_newgrid='wxUSE_NEW_GRID='$DEFAULT_wxUSE_NEW_GRID
6192                         
6193 fi
6194
6195
6196           eval "$ac_cv_use_newgrid"
6197           if test "$no_cache" != 1; then
6198             echo $ac_cv_use_newgrid >> ${wx_arg_cache_file}.tmp
6199           fi
6200
6201           if test "$wxUSE_NEW_GRID" = yes; then
6202             echo "$ac_t""yes" 1>&6
6203           else
6204             echo "$ac_t""no" 1>&6
6205           fi
6206         
6207
6208           echo $ac_n "checking for --enable-imaglist""... $ac_c" 1>&6
6209 echo "configure:6210: checking for --enable-imaglist" >&5
6210           no_cache=0
6211           # Check whether --enable-imaglist or --disable-imaglist was given.
6212 if test "${enable_imaglist+set}" = set; then
6213   enableval="$enable_imaglist"
6214   
6215                           if test "$enableval" = yes; then
6216                             ac_cv_use_imaglist='wxUSE_IMAGLIST=yes'
6217                           else
6218                             ac_cv_use_imaglist='wxUSE_IMAGLIST=no'
6219                           fi
6220                         
6221 else
6222   
6223                           LINE=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
6224                           if test "x$LINE" != x ; then
6225                             eval "DEFAULT_$LINE"
6226                           else
6227                             no_cache=1
6228                           fi
6229
6230                           ac_cv_use_imaglist='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
6231                         
6232 fi
6233
6234
6235           eval "$ac_cv_use_imaglist"
6236           if test "$no_cache" != 1; then
6237             echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
6238           fi
6239
6240           if test "$wxUSE_IMAGLIST" = yes; then
6241             echo "$ac_t""yes" 1>&6
6242           else
6243             echo "$ac_t""no" 1>&6
6244           fi
6245         
6246
6247           echo $ac_n "checking for --enable-listbox""... $ac_c" 1>&6
6248 echo "configure:6249: checking for --enable-listbox" >&5
6249           no_cache=0
6250           # Check whether --enable-listbox or --disable-listbox was given.
6251 if test "${enable_listbox+set}" = set; then
6252   enableval="$enable_listbox"
6253   
6254                           if test "$enableval" = yes; then
6255                             ac_cv_use_listbox='wxUSE_LISTBOX=yes'
6256                           else
6257                             ac_cv_use_listbox='wxUSE_LISTBOX=no'
6258                           fi
6259                         
6260 else
6261   
6262                           LINE=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
6263                           if test "x$LINE" != x ; then
6264                             eval "DEFAULT_$LINE"
6265                           else
6266                             no_cache=1
6267                           fi
6268
6269                           ac_cv_use_listbox='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
6270                         
6271 fi
6272
6273
6274           eval "$ac_cv_use_listbox"
6275           if test "$no_cache" != 1; then
6276             echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
6277           fi
6278
6279           if test "$wxUSE_LISTBOX" = yes; then
6280             echo "$ac_t""yes" 1>&6
6281           else
6282             echo "$ac_t""no" 1>&6
6283           fi
6284         
6285
6286           echo $ac_n "checking for --enable-listctrl""... $ac_c" 1>&6
6287 echo "configure:6288: checking for --enable-listctrl" >&5
6288           no_cache=0
6289           # Check whether --enable-listctrl or --disable-listctrl was given.
6290 if test "${enable_listctrl+set}" = set; then
6291   enableval="$enable_listctrl"
6292   
6293                           if test "$enableval" = yes; then
6294                             ac_cv_use_listctrl='wxUSE_LISTCTRL=yes'
6295                           else
6296                             ac_cv_use_listctrl='wxUSE_LISTCTRL=no'
6297                           fi
6298                         
6299 else
6300   
6301                           LINE=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
6302                           if test "x$LINE" != x ; then
6303                             eval "DEFAULT_$LINE"
6304                           else
6305                             no_cache=1
6306                           fi
6307
6308                           ac_cv_use_listctrl='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
6309                         
6310 fi
6311
6312
6313           eval "$ac_cv_use_listctrl"
6314           if test "$no_cache" != 1; then
6315             echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
6316           fi
6317
6318           if test "$wxUSE_LISTCTRL" = yes; then
6319             echo "$ac_t""yes" 1>&6
6320           else
6321             echo "$ac_t""no" 1>&6
6322           fi
6323         
6324
6325           echo $ac_n "checking for --enable-notebook""... $ac_c" 1>&6
6326 echo "configure:6327: checking for --enable-notebook" >&5
6327           no_cache=0
6328           # Check whether --enable-notebook or --disable-notebook was given.
6329 if test "${enable_notebook+set}" = set; then
6330   enableval="$enable_notebook"
6331   
6332                           if test "$enableval" = yes; then
6333                             ac_cv_use_notebook='wxUSE_NOTEBOOK=yes'
6334                           else
6335                             ac_cv_use_notebook='wxUSE_NOTEBOOK=no'
6336                           fi
6337                         
6338 else
6339   
6340                           LINE=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
6341                           if test "x$LINE" != x ; then
6342                             eval "DEFAULT_$LINE"
6343                           else
6344                             no_cache=1
6345                           fi
6346
6347                           ac_cv_use_notebook='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
6348                         
6349 fi
6350
6351
6352           eval "$ac_cv_use_notebook"
6353           if test "$no_cache" != 1; then
6354             echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
6355           fi
6356
6357           if test "$wxUSE_NOTEBOOK" = yes; then
6358             echo "$ac_t""yes" 1>&6
6359           else
6360             echo "$ac_t""no" 1>&6
6361           fi
6362         
6363
6364           echo $ac_n "checking for --enable-propsheet""... $ac_c" 1>&6
6365 echo "configure:6366: checking for --enable-propsheet" >&5
6366           no_cache=0
6367           # Check whether --enable-propsheet or --disable-propsheet was given.
6368 if test "${enable_propsheet+set}" = set; then
6369   enableval="$enable_propsheet"
6370   
6371                           if test "$enableval" = yes; then
6372                             ac_cv_use_propsheet='wxUSE_PROPSHEET=yes'
6373                           else
6374                             ac_cv_use_propsheet='wxUSE_PROPSHEET=no'
6375                           fi
6376                         
6377 else
6378   
6379                           LINE=`grep "wxUSE_PROPSHEET" ${wx_arg_cache_file}`
6380                           if test "x$LINE" != x ; then
6381                             eval "DEFAULT_$LINE"
6382                           else
6383                             no_cache=1
6384                           fi
6385
6386                           ac_cv_use_propsheet='wxUSE_PROPSHEET='$DEFAULT_wxUSE_PROPSHEET
6387                         
6388 fi
6389
6390
6391           eval "$ac_cv_use_propsheet"
6392           if test "$no_cache" != 1; then
6393             echo $ac_cv_use_propsheet >> ${wx_arg_cache_file}.tmp
6394           fi
6395
6396           if test "$wxUSE_PROPSHEET" = yes; then
6397             echo "$ac_t""yes" 1>&6
6398           else
6399             echo "$ac_t""no" 1>&6
6400           fi
6401         
6402
6403           echo $ac_n "checking for --enable-radiobox""... $ac_c" 1>&6
6404 echo "configure:6405: checking for --enable-radiobox" >&5
6405           no_cache=0
6406           # Check whether --enable-radiobox or --disable-radiobox was given.
6407 if test "${enable_radiobox+set}" = set; then
6408   enableval="$enable_radiobox"
6409   
6410                           if test "$enableval" = yes; then
6411                             ac_cv_use_radiobox='wxUSE_RADIOBOX=yes'
6412                           else
6413                             ac_cv_use_radiobox='wxUSE_RADIOBOX=no'
6414                           fi
6415                         
6416 else
6417   
6418                           LINE=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
6419                           if test "x$LINE" != x ; then
6420                             eval "DEFAULT_$LINE"
6421                           else
6422                             no_cache=1
6423                           fi
6424
6425                           ac_cv_use_radiobox='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
6426                         
6427 fi
6428
6429
6430           eval "$ac_cv_use_radiobox"
6431           if test "$no_cache" != 1; then
6432             echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
6433           fi
6434
6435           if test "$wxUSE_RADIOBOX" = yes; then
6436             echo "$ac_t""yes" 1>&6
6437           else
6438             echo "$ac_t""no" 1>&6
6439           fi
6440         
6441
6442           echo $ac_n "checking for --enable-radiobtn""... $ac_c" 1>&6
6443 echo "configure:6444: checking for --enable-radiobtn" >&5
6444           no_cache=0
6445           # Check whether --enable-radiobtn or --disable-radiobtn was given.
6446 if test "${enable_radiobtn+set}" = set; then
6447   enableval="$enable_radiobtn"
6448   
6449                           if test "$enableval" = yes; then
6450                             ac_cv_use_radiobtn='wxUSE_RADIOBTN=yes'
6451                           else
6452                             ac_cv_use_radiobtn='wxUSE_RADIOBTN=no'
6453                           fi
6454                         
6455 else
6456   
6457                           LINE=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
6458                           if test "x$LINE" != x ; then
6459                             eval "DEFAULT_$LINE"
6460                           else
6461                             no_cache=1
6462                           fi
6463
6464                           ac_cv_use_radiobtn='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
6465                         
6466 fi
6467
6468
6469           eval "$ac_cv_use_radiobtn"
6470           if test "$no_cache" != 1; then
6471             echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
6472           fi
6473
6474           if test "$wxUSE_RADIOBTN" = yes; then
6475             echo "$ac_t""yes" 1>&6
6476           else
6477             echo "$ac_t""no" 1>&6
6478           fi
6479         
6480
6481           echo $ac_n "checking for --enable-sash""... $ac_c" 1>&6
6482 echo "configure:6483: checking for --enable-sash" >&5
6483           no_cache=0
6484           # Check whether --enable-sash or --disable-sash was given.
6485 if test "${enable_sash+set}" = set; then
6486   enableval="$enable_sash"
6487   
6488                           if test "$enableval" = yes; then
6489                             ac_cv_use_sash='wxUSE_SASH=yes'
6490                           else
6491                             ac_cv_use_sash='wxUSE_SASH=no'
6492                           fi
6493                         
6494 else
6495   
6496                           LINE=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
6497                           if test "x$LINE" != x ; then
6498                             eval "DEFAULT_$LINE"
6499                           else
6500                             no_cache=1
6501                           fi
6502
6503                           ac_cv_use_sash='wxUSE_SASH='$DEFAULT_wxUSE_SASH
6504                         
6505 fi
6506
6507
6508           eval "$ac_cv_use_sash"
6509           if test "$no_cache" != 1; then
6510             echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
6511           fi
6512
6513           if test "$wxUSE_SASH" = yes; then
6514             echo "$ac_t""yes" 1>&6
6515           else
6516             echo "$ac_t""no" 1>&6
6517           fi
6518         
6519
6520           echo $ac_n "checking for --enable-scrollbar""... $ac_c" 1>&6
6521 echo "configure:6522: checking for --enable-scrollbar" >&5
6522           no_cache=0
6523           # Check whether --enable-scrollbar or --disable-scrollbar was given.
6524 if test "${enable_scrollbar+set}" = set; then
6525   enableval="$enable_scrollbar"
6526   
6527                           if test "$enableval" = yes; then
6528                             ac_cv_use_scrollbar='wxUSE_SCROLLBAR=yes'
6529                           else
6530                             ac_cv_use_scrollbar='wxUSE_SCROLLBAR=no'
6531                           fi
6532                         
6533 else
6534   
6535                           LINE=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
6536                           if test "x$LINE" != x ; then
6537                             eval "DEFAULT_$LINE"
6538                           else
6539                             no_cache=1
6540                           fi
6541
6542                           ac_cv_use_scrollbar='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
6543                         
6544 fi
6545
6546
6547           eval "$ac_cv_use_scrollbar"
6548           if test "$no_cache" != 1; then
6549             echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
6550           fi
6551
6552           if test "$wxUSE_SCROLLBAR" = yes; then
6553             echo "$ac_t""yes" 1>&6
6554           else
6555             echo "$ac_t""no" 1>&6
6556           fi
6557         
6558
6559           echo $ac_n "checking for --enable-slider""... $ac_c" 1>&6
6560 echo "configure:6561: checking for --enable-slider" >&5
6561           no_cache=0
6562           # Check whether --enable-slider or --disable-slider was given.
6563 if test "${enable_slider+set}" = set; then
6564   enableval="$enable_slider"
6565   
6566                           if test "$enableval" = yes; then
6567                             ac_cv_use_slider='wxUSE_SLIDER=yes'
6568                           else
6569                             ac_cv_use_slider='wxUSE_SLIDER=no'
6570                           fi
6571                         
6572 else
6573   
6574                           LINE=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
6575                           if test "x$LINE" != x ; then
6576                             eval "DEFAULT_$LINE"
6577                           else
6578                             no_cache=1
6579                           fi
6580
6581                           ac_cv_use_slider='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
6582                         
6583 fi
6584
6585
6586           eval "$ac_cv_use_slider"
6587           if test "$no_cache" != 1; then
6588             echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
6589           fi
6590
6591           if test "$wxUSE_SLIDER" = yes; then
6592             echo "$ac_t""yes" 1>&6
6593           else
6594             echo "$ac_t""no" 1>&6
6595           fi
6596         
6597
6598           echo $ac_n "checking for --enable-spinbtn""... $ac_c" 1>&6
6599 echo "configure:6600: checking for --enable-spinbtn" >&5
6600           no_cache=0
6601           # Check whether --enable-spinbtn or --disable-spinbtn was given.
6602 if test "${enable_spinbtn+set}" = set; then
6603   enableval="$enable_spinbtn"
6604   
6605                           if test "$enableval" = yes; then
6606                             ac_cv_use_spinbtn='wxUSE_SPINBTN=yes'
6607                           else
6608                             ac_cv_use_spinbtn='wxUSE_SPINBTN=no'
6609                           fi
6610                         
6611 else
6612   
6613                           LINE=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
6614                           if test "x$LINE" != x ; then
6615                             eval "DEFAULT_$LINE"
6616                           else
6617                             no_cache=1
6618                           fi
6619
6620                           ac_cv_use_spinbtn='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
6621                         
6622 fi
6623
6624
6625           eval "$ac_cv_use_spinbtn"
6626           if test "$no_cache" != 1; then
6627             echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
6628           fi
6629
6630           if test "$wxUSE_SPINBTN" = yes; then
6631             echo "$ac_t""yes" 1>&6
6632           else
6633             echo "$ac_t""no" 1>&6
6634           fi
6635         
6636
6637           echo $ac_n "checking for --enable-spinctrl""... $ac_c" 1>&6
6638 echo "configure:6639: checking for --enable-spinctrl" >&5
6639           no_cache=0
6640           # Check whether --enable-spinctrl or --disable-spinctrl was given.
6641 if test "${enable_spinctrl+set}" = set; then
6642   enableval="$enable_spinctrl"
6643   
6644                           if test "$enableval" = yes; then
6645                             ac_cv_use_spinctrl='wxUSE_SPINCTRL=yes'
6646                           else
6647                             ac_cv_use_spinctrl='wxUSE_SPINCTRL=no'
6648                           fi
6649                         
6650 else
6651   
6652                           LINE=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
6653                           if test "x$LINE" != x ; then
6654                             eval "DEFAULT_$LINE"
6655                           else
6656                             no_cache=1
6657                           fi
6658
6659                           ac_cv_use_spinctrl='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
6660                         
6661 fi
6662
6663
6664           eval "$ac_cv_use_spinctrl"
6665           if test "$no_cache" != 1; then
6666             echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
6667           fi
6668
6669           if test "$wxUSE_SPINCTRL" = yes; then
6670             echo "$ac_t""yes" 1>&6
6671           else
6672             echo "$ac_t""no" 1>&6
6673           fi
6674         
6675
6676           echo $ac_n "checking for --enable-splitter""... $ac_c" 1>&6
6677 echo "configure:6678: checking for --enable-splitter" >&5
6678           no_cache=0
6679           # Check whether --enable-splitter or --disable-splitter was given.
6680 if test "${enable_splitter+set}" = set; then
6681   enableval="$enable_splitter"
6682   
6683                           if test "$enableval" = yes; then
6684                             ac_cv_use_splitter='wxUSE_SPLITTER=yes'
6685                           else
6686                             ac_cv_use_splitter='wxUSE_SPLITTER=no'
6687                           fi
6688                         
6689 else
6690   
6691                           LINE=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
6692                           if test "x$LINE" != x ; then
6693                             eval "DEFAULT_$LINE"
6694                           else
6695                             no_cache=1
6696                           fi
6697
6698                           ac_cv_use_splitter='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
6699                         
6700 fi
6701
6702
6703           eval "$ac_cv_use_splitter"
6704           if test "$no_cache" != 1; then
6705             echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
6706           fi
6707
6708           if test "$wxUSE_SPLITTER" = yes; then
6709             echo "$ac_t""yes" 1>&6
6710           else
6711             echo "$ac_t""no" 1>&6
6712           fi
6713         
6714
6715           echo $ac_n "checking for --enable-statbmp""... $ac_c" 1>&6
6716 echo "configure:6717: checking for --enable-statbmp" >&5
6717           no_cache=0
6718           # Check whether --enable-statbmp or --disable-statbmp was given.
6719 if test "${enable_statbmp+set}" = set; then
6720   enableval="$enable_statbmp"
6721   
6722                           if test "$enableval" = yes; then
6723                             ac_cv_use_statbmp='wxUSE_STATBMP=yes'
6724                           else
6725                             ac_cv_use_statbmp='wxUSE_STATBMP=no'
6726                           fi
6727                         
6728 else
6729   
6730                           LINE=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
6731                           if test "x$LINE" != x ; then
6732                             eval "DEFAULT_$LINE"
6733                           else
6734                             no_cache=1
6735                           fi
6736
6737                           ac_cv_use_statbmp='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
6738                         
6739 fi
6740
6741
6742           eval "$ac_cv_use_statbmp"
6743           if test "$no_cache" != 1; then
6744             echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
6745           fi
6746
6747           if test "$wxUSE_STATBMP" = yes; then
6748             echo "$ac_t""yes" 1>&6
6749           else
6750             echo "$ac_t""no" 1>&6
6751           fi
6752         
6753
6754           echo $ac_n "checking for --enable-statbox""... $ac_c" 1>&6
6755 echo "configure:6756: checking for --enable-statbox" >&5
6756           no_cache=0
6757           # Check whether --enable-statbox or --disable-statbox was given.
6758 if test "${enable_statbox+set}" = set; then
6759   enableval="$enable_statbox"
6760   
6761                           if test "$enableval" = yes; then
6762                             ac_cv_use_statbox='wxUSE_STATBOX=yes'
6763                           else
6764                             ac_cv_use_statbox='wxUSE_STATBOX=no'
6765                           fi
6766                         
6767 else
6768   
6769                           LINE=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
6770                           if test "x$LINE" != x ; then
6771                             eval "DEFAULT_$LINE"
6772                           else
6773                             no_cache=1
6774                           fi
6775
6776                           ac_cv_use_statbox='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
6777                         
6778 fi
6779
6780
6781           eval "$ac_cv_use_statbox"
6782           if test "$no_cache" != 1; then
6783             echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
6784           fi
6785
6786           if test "$wxUSE_STATBOX" = yes; then
6787             echo "$ac_t""yes" 1>&6
6788           else
6789             echo "$ac_t""no" 1>&6
6790           fi
6791         
6792
6793           echo $ac_n "checking for --enable-statline""... $ac_c" 1>&6
6794 echo "configure:6795: checking for --enable-statline" >&5
6795           no_cache=0
6796           # Check whether --enable-statline or --disable-statline was given.
6797 if test "${enable_statline+set}" = set; then
6798   enableval="$enable_statline"
6799   
6800                           if test "$enableval" = yes; then
6801                             ac_cv_use_statline='wxUSE_STATLINE=yes'
6802                           else
6803                             ac_cv_use_statline='wxUSE_STATLINE=no'
6804                           fi
6805                         
6806 else
6807   
6808                           LINE=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
6809                           if test "x$LINE" != x ; then
6810                             eval "DEFAULT_$LINE"
6811                           else
6812                             no_cache=1
6813                           fi
6814
6815                           ac_cv_use_statline='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
6816                         
6817 fi
6818
6819
6820           eval "$ac_cv_use_statline"
6821           if test "$no_cache" != 1; then
6822             echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
6823           fi
6824
6825           if test "$wxUSE_STATLINE" = yes; then
6826             echo "$ac_t""yes" 1>&6
6827           else
6828             echo "$ac_t""no" 1>&6
6829           fi
6830         
6831
6832           echo $ac_n "checking for --enable-stattext""... $ac_c" 1>&6
6833 echo "configure:6834: checking for --enable-stattext" >&5
6834           no_cache=0
6835           # Check whether --enable-stattext or --disable-stattext was given.
6836 if test "${enable_stattext+set}" = set; then
6837   enableval="$enable_stattext"
6838   
6839                           if test "$enableval" = yes; then
6840                             ac_cv_use_stattext='wxUSE_STATTEXT=yes'
6841                           else
6842                             ac_cv_use_stattext='wxUSE_STATTEXT=no'
6843                           fi
6844                         
6845 else
6846   
6847                           LINE=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}`
6848                           if test "x$LINE" != x ; then
6849                             eval "DEFAULT_$LINE"
6850                           else
6851                             no_cache=1
6852                           fi
6853
6854                           ac_cv_use_stattext='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT
6855                         
6856 fi
6857
6858
6859           eval "$ac_cv_use_stattext"
6860           if test "$no_cache" != 1; then
6861             echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
6862           fi
6863
6864           if test "$wxUSE_STATTEXT" = yes; then
6865             echo "$ac_t""yes" 1>&6
6866           else
6867             echo "$ac_t""no" 1>&6
6868           fi
6869         
6870
6871           echo $ac_n "checking for --enable-statusbar""... $ac_c" 1>&6
6872 echo "configure:6873: checking for --enable-statusbar" >&5
6873           no_cache=0
6874           # Check whether --enable-statusbar or --disable-statusbar was given.
6875 if test "${enable_statusbar+set}" = set; then
6876   enableval="$enable_statusbar"
6877   
6878                           if test "$enableval" = yes; then
6879                             ac_cv_use_statusbar='wxUSE_STATUSBAR=yes'
6880                           else
6881                             ac_cv_use_statusbar='wxUSE_STATUSBAR=no'
6882                           fi
6883                         
6884 else
6885   
6886                           LINE=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
6887                           if test "x$LINE" != x ; then
6888                             eval "DEFAULT_$LINE"
6889                           else
6890                             no_cache=1
6891                           fi
6892
6893                           ac_cv_use_statusbar='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
6894                         
6895 fi
6896
6897
6898           eval "$ac_cv_use_statusbar"
6899           if test "$no_cache" != 1; then
6900             echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
6901           fi
6902
6903           if test "$wxUSE_STATUSBAR" = yes; then
6904             echo "$ac_t""yes" 1>&6
6905           else
6906             echo "$ac_t""no" 1>&6
6907           fi
6908         
6909
6910           echo $ac_n "checking for --enable-tabdialog""... $ac_c" 1>&6
6911 echo "configure:6912: checking for --enable-tabdialog" >&5
6912           no_cache=0
6913           # Check whether --enable-tabdialog or --disable-tabdialog was given.
6914 if test "${enable_tabdialog+set}" = set; then
6915   enableval="$enable_tabdialog"
6916   
6917                           if test "$enableval" = yes; then
6918                             ac_cv_use_tabdialog='wxUSE_TABDIALOG=yes'
6919                           else
6920                             ac_cv_use_tabdialog='wxUSE_TABDIALOG=no'
6921                           fi
6922                         
6923 else
6924   
6925                           LINE=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
6926                           if test "x$LINE" != x ; then
6927                             eval "DEFAULT_$LINE"
6928                           else
6929                             no_cache=1
6930                           fi
6931
6932                           ac_cv_use_tabdialog='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
6933                         
6934 fi
6935
6936
6937           eval "$ac_cv_use_tabdialog"
6938           if test "$no_cache" != 1; then
6939             echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
6940           fi
6941
6942           if test "$wxUSE_TABDIALOG" = yes; then
6943             echo "$ac_t""yes" 1>&6
6944           else
6945             echo "$ac_t""no" 1>&6
6946           fi
6947         
6948
6949           echo $ac_n "checking for --enable-textctrl""... $ac_c" 1>&6
6950 echo "configure:6951: checking for --enable-textctrl" >&5
6951           no_cache=0
6952           # Check whether --enable-textctrl or --disable-textctrl was given.
6953 if test "${enable_textctrl+set}" = set; then
6954   enableval="$enable_textctrl"
6955   
6956                           if test "$enableval" = yes; then
6957                             ac_cv_use_textctrl='wxUSE_TEXTCTRL=yes'
6958                           else
6959                             ac_cv_use_textctrl='wxUSE_TEXTCTRL=no'
6960                           fi
6961                         
6962 else
6963   
6964                           LINE=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
6965                           if test "x$LINE" != x ; then
6966                             eval "DEFAULT_$LINE"
6967                           else
6968                             no_cache=1
6969                           fi
6970
6971                           ac_cv_use_textctrl='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL
6972                         
6973 fi
6974
6975
6976           eval "$ac_cv_use_textctrl"
6977           if test "$no_cache" != 1; then
6978             echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
6979           fi
6980
6981           if test "$wxUSE_TEXTCTRL" = yes; then
6982             echo "$ac_t""yes" 1>&6
6983           else
6984             echo "$ac_t""no" 1>&6
6985           fi
6986         
6987
6988           echo $ac_n "checking for --enable-togglebtn""... $ac_c" 1>&6
6989 echo "configure:6990: checking for --enable-togglebtn" >&5
6990           no_cache=0
6991           # Check whether --enable-togglebtn or --disable-togglebtn was given.
6992 if test "${enable_togglebtn+set}" = set; then
6993   enableval="$enable_togglebtn"
6994   
6995                           if test "$enableval" = yes; then
6996                             ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes'
6997                           else
6998                             ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=no'
6999                           fi
7000                         
7001 else
7002   
7003                           LINE=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
7004                           if test "x$LINE" != x ; then
7005                             eval "DEFAULT_$LINE"
7006                           else
7007                             no_cache=1
7008                           fi
7009
7010                           ac_cv_use_togglebtn='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
7011                         
7012 fi
7013
7014
7015           eval "$ac_cv_use_togglebtn"
7016           if test "$no_cache" != 1; then
7017             echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
7018           fi
7019
7020           if test "$wxUSE_TOGGLEBTN" = yes; then
7021             echo "$ac_t""yes" 1>&6
7022           else
7023             echo "$ac_t""no" 1>&6
7024           fi
7025         
7026
7027           echo $ac_n "checking for --enable-toolbar""... $ac_c" 1>&6
7028 echo "configure:7029: checking for --enable-toolbar" >&5
7029           no_cache=0
7030           # Check whether --enable-toolbar or --disable-toolbar was given.
7031 if test "${enable_toolbar+set}" = set; then
7032   enableval="$enable_toolbar"
7033   
7034                           if test "$enableval" = yes; then
7035                             ac_cv_use_toolbar='wxUSE_TOOLBAR=yes'
7036                           else
7037                             ac_cv_use_toolbar='wxUSE_TOOLBAR=no'
7038                           fi
7039                         
7040 else
7041   
7042                           LINE=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
7043                           if test "x$LINE" != x ; then
7044                             eval "DEFAULT_$LINE"
7045                           else
7046                             no_cache=1
7047                           fi
7048
7049                           ac_cv_use_toolbar='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
7050                         
7051 fi
7052
7053
7054           eval "$ac_cv_use_toolbar"
7055           if test "$no_cache" != 1; then
7056             echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
7057           fi
7058
7059           if test "$wxUSE_TOOLBAR" = yes; then
7060             echo "$ac_t""yes" 1>&6
7061           else
7062             echo "$ac_t""no" 1>&6
7063           fi
7064         
7065
7066           echo $ac_n "checking for --enable-tbarnative""... $ac_c" 1>&6
7067 echo "configure:7068: checking for --enable-tbarnative" >&5
7068           no_cache=0
7069           # Check whether --enable-tbarnative or --disable-tbarnative was given.
7070 if test "${enable_tbarnative+set}" = set; then
7071   enableval="$enable_tbarnative"
7072   
7073                           if test "$enableval" = yes; then
7074                             ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes'
7075                           else
7076                             ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no'
7077                           fi
7078                         
7079 else
7080   
7081                           LINE=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
7082                           if test "x$LINE" != x ; then
7083                             eval "DEFAULT_$LINE"
7084                           else
7085                             no_cache=1
7086                           fi
7087
7088                           ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
7089                         
7090 fi
7091
7092
7093           eval "$ac_cv_use_tbarnative"
7094           if test "$no_cache" != 1; then
7095             echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
7096           fi
7097
7098           if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
7099             echo "$ac_t""yes" 1>&6
7100           else
7101             echo "$ac_t""no" 1>&6
7102           fi
7103         
7104
7105           echo $ac_n "checking for --enable-tbarsmpl""... $ac_c" 1>&6
7106 echo "configure:7107: checking for --enable-tbarsmpl" >&5
7107           no_cache=0
7108           # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
7109 if test "${enable_tbarsmpl+set}" = set; then
7110   enableval="$enable_tbarsmpl"
7111   
7112                           if test "$enableval" = yes; then
7113                             ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=yes'
7114                           else
7115                             ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=no'
7116                           fi
7117                         
7118 else
7119   
7120                           LINE=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
7121                           if test "x$LINE" != x ; then
7122                             eval "DEFAULT_$LINE"
7123                           else
7124                             no_cache=1
7125                           fi
7126
7127                           ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
7128                         
7129 fi
7130
7131
7132           eval "$ac_cv_use_tbarsmpl"
7133           if test "$no_cache" != 1; then
7134             echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
7135           fi
7136
7137           if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
7138             echo "$ac_t""yes" 1>&6
7139           else
7140             echo "$ac_t""no" 1>&6
7141           fi
7142         
7143
7144           echo $ac_n "checking for --enable-treectrl""... $ac_c" 1>&6
7145 echo "configure:7146: checking for --enable-treectrl" >&5
7146           no_cache=0
7147           # Check whether --enable-treectrl or --disable-treectrl was given.
7148 if test "${enable_treectrl+set}" = set; then
7149   enableval="$enable_treectrl"
7150   
7151                           if test "$enableval" = yes; then
7152                             ac_cv_use_treectrl='wxUSE_TREECTRL=yes'
7153                           else
7154                             ac_cv_use_treectrl='wxUSE_TREECTRL=no'
7155                           fi
7156                         
7157 else
7158   
7159                           LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
7160                           if test "x$LINE" != x ; then
7161                             eval "DEFAULT_$LINE"
7162                           else
7163                             no_cache=1
7164                           fi
7165
7166                           ac_cv_use_treectrl='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
7167                         
7168 fi
7169
7170
7171           eval "$ac_cv_use_treectrl"
7172           if test "$no_cache" != 1; then
7173             echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
7174           fi
7175
7176           if test "$wxUSE_TREECTRL" = yes; then
7177             echo "$ac_t""yes" 1>&6
7178           else
7179             echo "$ac_t""no" 1>&6
7180           fi
7181         
7182
7183           echo $ac_n "checking for --enable-tipwindow""... $ac_c" 1>&6
7184 echo "configure:7185: checking for --enable-tipwindow" >&5
7185           no_cache=0
7186           # Check whether --enable-tipwindow or --disable-tipwindow was given.
7187 if test "${enable_tipwindow+set}" = set; then
7188   enableval="$enable_tipwindow"
7189   
7190                           if test "$enableval" = yes; then
7191                             ac_cv_use_tipwindow='wxUSE_TIPWINDOW=yes'
7192                           else
7193                             ac_cv_use_tipwindow='wxUSE_TIPWINDOW=no'
7194                           fi
7195                         
7196 else
7197   
7198                           LINE=`grep "wxUSE_TIPWINDOW" ${wx_arg_cache_file}`
7199                           if test "x$LINE" != x ; then
7200                             eval "DEFAULT_$LINE"
7201                           else
7202                             no_cache=1
7203                           fi
7204
7205                           ac_cv_use_tipwindow='wxUSE_TIPWINDOW='$DEFAULT_wxUSE_TIPWINDOW
7206                         
7207 fi
7208
7209
7210           eval "$ac_cv_use_tipwindow"
7211           if test "$no_cache" != 1; then
7212             echo $ac_cv_use_tipwindow >> ${wx_arg_cache_file}.tmp
7213           fi
7214
7215           if test "$wxUSE_TIPWINDOW" = yes; then
7216             echo "$ac_t""yes" 1>&6
7217           else
7218             echo "$ac_t""no" 1>&6
7219           fi
7220         
7221
7222           echo $ac_n "checking for --enable-popupwin""... $ac_c" 1>&6
7223 echo "configure:7224: checking for --enable-popupwin" >&5
7224           no_cache=0
7225           # Check whether --enable-popupwin or --disable-popupwin was given.
7226 if test "${enable_popupwin+set}" = set; then
7227   enableval="$enable_popupwin"
7228   
7229                           if test "$enableval" = yes; then
7230                             ac_cv_use_popupwin='wxUSE_POPUPWIN=yes'
7231                           else
7232                             ac_cv_use_popupwin='wxUSE_POPUPWIN=no'
7233                           fi
7234                         
7235 else
7236   
7237                           LINE=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
7238                           if test "x$LINE" != x ; then
7239                             eval "DEFAULT_$LINE"
7240                           else
7241                             no_cache=1
7242                           fi
7243
7244                           ac_cv_use_popupwin='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN
7245                         
7246 fi
7247
7248
7249           eval "$ac_cv_use_popupwin"
7250           if test "$no_cache" != 1; then
7251             echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
7252           fi
7253
7254           if test "$wxUSE_POPUPWIN" = yes; then
7255             echo "$ac_t""yes" 1>&6
7256           else
7257             echo "$ac_t""no" 1>&6
7258           fi
7259         
7260
7261
7262
7263           echo $ac_n "checking for --enable-commondlg""... $ac_c" 1>&6
7264 echo "configure:7265: checking for --enable-commondlg" >&5
7265           no_cache=0
7266           # Check whether --enable-commondlg or --disable-commondlg was given.
7267 if test "${enable_commondlg+set}" = set; then
7268   enableval="$enable_commondlg"
7269   
7270                           if test "$enableval" = yes; then
7271                             ac_cv_use_commondlg='wxUSE_COMMONDLGS=yes'
7272                           else
7273                             ac_cv_use_commondlg='wxUSE_COMMONDLGS=no'
7274                           fi
7275                         
7276 else
7277   
7278                           LINE=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
7279                           if test "x$LINE" != x ; then
7280                             eval "DEFAULT_$LINE"
7281                           else
7282                             no_cache=1
7283                           fi
7284
7285                           ac_cv_use_commondlg='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
7286                         
7287 fi
7288
7289
7290           eval "$ac_cv_use_commondlg"
7291           if test "$no_cache" != 1; then
7292             echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
7293           fi
7294
7295           if test "$wxUSE_COMMONDLGS" = yes; then
7296             echo "$ac_t""yes" 1>&6
7297           else
7298             echo "$ac_t""no" 1>&6
7299           fi
7300         
7301
7302           echo $ac_n "checking for --enable-choicedlg""... $ac_c" 1>&6
7303 echo "configure:7304: checking for --enable-choicedlg" >&5
7304           no_cache=0
7305           # Check whether --enable-choicedlg or --disable-choicedlg was given.
7306 if test "${enable_choicedlg+set}" = set; then
7307   enableval="$enable_choicedlg"
7308   
7309                           if test "$enableval" = yes; then
7310                             ac_cv_use_choicedlg='wxUSE_CHOICEDLG=yes'
7311                           else
7312                             ac_cv_use_choicedlg='wxUSE_CHOICEDLG=no'
7313                           fi
7314                         
7315 else
7316   
7317                           LINE=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}`
7318                           if test "x$LINE" != x ; then
7319                             eval "DEFAULT_$LINE"
7320                           else
7321                             no_cache=1
7322                           fi
7323
7324                           ac_cv_use_choicedlg='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG
7325                         
7326 fi
7327
7328
7329           eval "$ac_cv_use_choicedlg"
7330           if test "$no_cache" != 1; then
7331             echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
7332           fi
7333
7334           if test "$wxUSE_CHOICEDLG" = yes; then
7335             echo "$ac_t""yes" 1>&6
7336           else
7337             echo "$ac_t""no" 1>&6
7338           fi
7339         
7340
7341           echo $ac_n "checking for --enable-coldlg""... $ac_c" 1>&6
7342 echo "configure:7343: checking for --enable-coldlg" >&5
7343           no_cache=0
7344           # Check whether --enable-coldlg or --disable-coldlg was given.
7345 if test "${enable_coldlg+set}" = set; then
7346   enableval="$enable_coldlg"
7347   
7348                           if test "$enableval" = yes; then
7349                             ac_cv_use_coldlg='wxUSE_COLOURDLG=yes'
7350                           else
7351                             ac_cv_use_coldlg='wxUSE_COLOURDLG=no'
7352                           fi
7353                         
7354 else
7355   
7356                           LINE=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}`
7357                           if test "x$LINE" != x ; then
7358                             eval "DEFAULT_$LINE"
7359                           else
7360                             no_cache=1
7361                           fi
7362
7363                           ac_cv_use_coldlg='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG
7364                         
7365 fi
7366
7367
7368           eval "$ac_cv_use_coldlg"
7369           if test "$no_cache" != 1; then
7370             echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
7371           fi
7372
7373           if test "$wxUSE_COLOURDLG" = yes; then
7374             echo "$ac_t""yes" 1>&6
7375           else
7376             echo "$ac_t""no" 1>&6
7377           fi
7378         
7379
7380           echo $ac_n "checking for --enable-filedlg""... $ac_c" 1>&6
7381 echo "configure:7382: checking for --enable-filedlg" >&5
7382           no_cache=0
7383           # Check whether --enable-filedlg or --disable-filedlg was given.
7384 if test "${enable_filedlg+set}" = set; then
7385   enableval="$enable_filedlg"
7386   
7387                           if test "$enableval" = yes; then
7388                             ac_cv_use_filedlg='wxUSE_FILEDLG=yes'
7389                           else
7390                             ac_cv_use_filedlg='wxUSE_FILEDLG=no'
7391                           fi
7392                         
7393 else
7394   
7395                           LINE=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}`
7396                           if test "x$LINE" != x ; then
7397                             eval "DEFAULT_$LINE"
7398                           else
7399                             no_cache=1
7400                           fi
7401
7402                           ac_cv_use_filedlg='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG
7403                         
7404 fi
7405
7406
7407           eval "$ac_cv_use_filedlg"
7408           if test "$no_cache" != 1; then
7409             echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
7410           fi
7411
7412           if test "$wxUSE_FILEDLG" = yes; then
7413             echo "$ac_t""yes" 1>&6
7414           else
7415             echo "$ac_t""no" 1>&6
7416           fi
7417         
7418
7419           echo $ac_n "checking for --enable-finddlg""... $ac_c" 1>&6
7420 echo "configure:7421: checking for --enable-finddlg" >&5
7421           no_cache=0
7422           # Check whether --enable-finddlg or --disable-finddlg was given.
7423 if test "${enable_finddlg+set}" = set; then
7424   enableval="$enable_finddlg"
7425   
7426                           if test "$enableval" = yes; then
7427                             ac_cv_use_finddlg='wxUSE_FINDREPLDLG=yes'
7428                           else
7429                             ac_cv_use_finddlg='wxUSE_FINDREPLDLG=no'
7430                           fi
7431                         
7432 else
7433   
7434                           LINE=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}`
7435                           if test "x$LINE" != x ; then
7436                             eval "DEFAULT_$LINE"
7437                           else
7438                             no_cache=1
7439                           fi
7440
7441                           ac_cv_use_finddlg='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG
7442                         
7443 fi
7444
7445
7446           eval "$ac_cv_use_finddlg"
7447           if test "$no_cache" != 1; then
7448             echo $ac_cv_use_finddlg >> ${wx_arg_cache_file}.tmp
7449           fi
7450
7451           if test "$wxUSE_FINDREPLDLG" = yes; then
7452             echo "$ac_t""yes" 1>&6
7453           else
7454             echo "$ac_t""no" 1>&6
7455           fi
7456         
7457
7458           echo $ac_n "checking for --enable-fontdlg""... $ac_c" 1>&6
7459 echo "configure:7460: checking for --enable-fontdlg" >&5
7460           no_cache=0
7461           # Check whether --enable-fontdlg or --disable-fontdlg was given.
7462 if test "${enable_fontdlg+set}" = set; then
7463   enableval="$enable_fontdlg"
7464   
7465                           if test "$enableval" = yes; then
7466                             ac_cv_use_fontdlg='wxUSE_FONTDLG=yes'
7467                           else
7468                             ac_cv_use_fontdlg='wxUSE_FONTDLG=no'
7469                           fi
7470                         
7471 else
7472   
7473                           LINE=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}`
7474                           if test "x$LINE" != x ; then
7475                             eval "DEFAULT_$LINE"
7476                           else
7477                             no_cache=1
7478                           fi
7479
7480                           ac_cv_use_fontdlg='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG
7481                         
7482 fi
7483
7484
7485           eval "$ac_cv_use_fontdlg"
7486           if test "$no_cache" != 1; then
7487             echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
7488           fi
7489
7490           if test "$wxUSE_FONTDLG" = yes; then
7491             echo "$ac_t""yes" 1>&6
7492           else
7493             echo "$ac_t""no" 1>&6
7494           fi
7495         
7496
7497           echo $ac_n "checking for --enable-dirdlg""... $ac_c" 1>&6
7498 echo "configure:7499: checking for --enable-dirdlg" >&5
7499           no_cache=0
7500           # Check whether --enable-dirdlg or --disable-dirdlg was given.
7501 if test "${enable_dirdlg+set}" = set; then
7502   enableval="$enable_dirdlg"
7503   
7504                           if test "$enableval" = yes; then
7505                             ac_cv_use_dirdlg='wxUSE_DIRDLG=yes'
7506                           else
7507                             ac_cv_use_dirdlg='wxUSE_DIRDLG=no'
7508                           fi
7509                         
7510 else
7511   
7512                           LINE=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
7513                           if test "x$LINE" != x ; then
7514                             eval "DEFAULT_$LINE"
7515                           else
7516                             no_cache=1
7517                           fi
7518
7519                           ac_cv_use_dirdlg='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
7520                         
7521 fi
7522
7523
7524           eval "$ac_cv_use_dirdlg"
7525           if test "$no_cache" != 1; then
7526             echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
7527           fi
7528
7529           if test "$wxUSE_DIRDLG" = yes; then
7530             echo "$ac_t""yes" 1>&6
7531           else
7532             echo "$ac_t""no" 1>&6
7533           fi
7534         
7535
7536           echo $ac_n "checking for --enable-msgdlg""... $ac_c" 1>&6
7537 echo "configure:7538: checking for --enable-msgdlg" >&5
7538           no_cache=0
7539           # Check whether --enable-msgdlg or --disable-msgdlg was given.
7540 if test "${enable_msgdlg+set}" = set; then
7541   enableval="$enable_msgdlg"
7542   
7543                           if test "$enableval" = yes; then
7544                             ac_cv_use_msgdlg='wxUSE_MSGDLG=yes'
7545                           else
7546                             ac_cv_use_msgdlg='wxUSE_MSGDLG=no'
7547                           fi
7548                         
7549 else
7550   
7551                           LINE=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}`
7552                           if test "x$LINE" != x ; then
7553                             eval "DEFAULT_$LINE"
7554                           else
7555                             no_cache=1
7556                           fi
7557
7558                           ac_cv_use_msgdlg='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG
7559                         
7560 fi
7561
7562
7563           eval "$ac_cv_use_msgdlg"
7564           if test "$no_cache" != 1; then
7565             echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
7566           fi
7567
7568           if test "$wxUSE_MSGDLG" = yes; then
7569             echo "$ac_t""yes" 1>&6
7570           else
7571             echo "$ac_t""no" 1>&6
7572           fi
7573         
7574
7575           echo $ac_n "checking for --enable-numberdlg""... $ac_c" 1>&6
7576 echo "configure:7577: checking for --enable-numberdlg" >&5
7577           no_cache=0
7578           # Check whether --enable-numberdlg or --disable-numberdlg was given.
7579 if test "${enable_numberdlg+set}" = set; then
7580   enableval="$enable_numberdlg"
7581   
7582                           if test "$enableval" = yes; then
7583                             ac_cv_use_numberdlg='wxUSE_NUMBERDLG=yes'
7584                           else
7585                             ac_cv_use_numberdlg='wxUSE_NUMBERDLG=no'
7586                           fi
7587                         
7588 else
7589   
7590                           LINE=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
7591                           if test "x$LINE" != x ; then
7592                             eval "DEFAULT_$LINE"
7593                           else
7594                             no_cache=1
7595                           fi
7596
7597                           ac_cv_use_numberdlg='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG
7598                         
7599 fi
7600
7601
7602           eval "$ac_cv_use_numberdlg"
7603           if test "$no_cache" != 1; then
7604             echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
7605           fi
7606
7607           if test "$wxUSE_NUMBERDLG" = yes; then
7608             echo "$ac_t""yes" 1>&6
7609           else
7610             echo "$ac_t""no" 1>&6
7611           fi
7612         
7613
7614           echo $ac_n "checking for --enable-splash""... $ac_c" 1>&6
7615 echo "configure:7616: checking for --enable-splash" >&5
7616           no_cache=0
7617           # Check whether --enable-splash or --disable-splash was given.
7618 if test "${enable_splash+set}" = set; then
7619   enableval="$enable_splash"
7620   
7621                           if test "$enableval" = yes; then
7622                             ac_cv_use_splash='wxUSE_SPLASH=yes'
7623                           else
7624                             ac_cv_use_splash='wxUSE_SPLASH=no'
7625                           fi
7626                         
7627 else
7628   
7629                           LINE=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}`
7630                           if test "x$LINE" != x ; then
7631                             eval "DEFAULT_$LINE"
7632                           else
7633                             no_cache=1
7634                           fi
7635
7636                           ac_cv_use_splash='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH
7637                         
7638 fi
7639
7640
7641           eval "$ac_cv_use_splash"
7642           if test "$no_cache" != 1; then
7643             echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
7644           fi
7645
7646           if test "$wxUSE_SPLASH" = yes; then
7647             echo "$ac_t""yes" 1>&6
7648           else
7649             echo "$ac_t""no" 1>&6
7650           fi
7651         
7652
7653           echo $ac_n "checking for --enable-textdlg""... $ac_c" 1>&6
7654 echo "configure:7655: checking for --enable-textdlg" >&5
7655           no_cache=0
7656           # Check whether --enable-textdlg or --disable-textdlg was given.
7657 if test "${enable_textdlg+set}" = set; then
7658   enableval="$enable_textdlg"
7659   
7660                           if test "$enableval" = yes; then
7661                             ac_cv_use_textdlg='wxUSE_TEXTDLG=yes'
7662                           else
7663                             ac_cv_use_textdlg='wxUSE_TEXTDLG=no'
7664                           fi
7665                         
7666 else
7667   
7668                           LINE=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
7669                           if test "x$LINE" != x ; then
7670                             eval "DEFAULT_$LINE"
7671                           else
7672                             no_cache=1
7673                           fi
7674
7675                           ac_cv_use_textdlg='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
7676                         
7677 fi
7678
7679
7680           eval "$ac_cv_use_textdlg"
7681           if test "$no_cache" != 1; then
7682             echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
7683           fi
7684
7685           if test "$wxUSE_TEXTDLG" = yes; then
7686             echo "$ac_t""yes" 1>&6
7687           else
7688             echo "$ac_t""no" 1>&6
7689           fi
7690         
7691
7692           echo $ac_n "checking for --enable-tipdlg""... $ac_c" 1>&6
7693 echo "configure:7694: checking for --enable-tipdlg" >&5
7694           no_cache=0
7695           # Check whether --enable-tipdlg or --disable-tipdlg was given.
7696 if test "${enable_tipdlg+set}" = set; then
7697   enableval="$enable_tipdlg"
7698   
7699                           if test "$enableval" = yes; then
7700                             ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes'
7701                           else
7702                             ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no'
7703                           fi
7704                         
7705 else
7706   
7707                           LINE=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
7708                           if test "x$LINE" != x ; then
7709                             eval "DEFAULT_$LINE"
7710                           else
7711                             no_cache=1
7712                           fi
7713
7714                           ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
7715                         
7716 fi
7717
7718
7719           eval "$ac_cv_use_tipdlg"
7720           if test "$no_cache" != 1; then
7721             echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
7722           fi
7723
7724           if test "$wxUSE_STARTUP_TIPS" = yes; then
7725             echo "$ac_t""yes" 1>&6
7726           else
7727             echo "$ac_t""no" 1>&6
7728           fi
7729         
7730
7731           echo $ac_n "checking for --enable-progressdlg""... $ac_c" 1>&6
7732 echo "configure:7733: checking for --enable-progressdlg" >&5
7733           no_cache=0
7734           # Check whether --enable-progressdlg or --disable-progressdlg was given.
7735 if test "${enable_progressdlg+set}" = set; then
7736   enableval="$enable_progressdlg"
7737   
7738                           if test "$enableval" = yes; then
7739                             ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes'
7740                           else
7741                             ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=no'
7742                           fi
7743                         
7744 else
7745   
7746                           LINE=`grep "wxUSE_PROGRESSDLG" ${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_progressdlg='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
7754                         
7755 fi
7756
7757
7758           eval "$ac_cv_use_progressdlg"
7759           if test "$no_cache" != 1; then
7760             echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
7761           fi
7762
7763           if test "$wxUSE_PROGRESSDLG" = yes; then
7764             echo "$ac_t""yes" 1>&6
7765           else
7766             echo "$ac_t""no" 1>&6
7767           fi
7768         
7769
7770           echo $ac_n "checking for --enable-wizarddlg""... $ac_c" 1>&6
7771 echo "configure:7772: checking for --enable-wizarddlg" >&5
7772           no_cache=0
7773           # Check whether --enable-wizarddlg or --disable-wizarddlg was given.
7774 if test "${enable_wizarddlg+set}" = set; then
7775   enableval="$enable_wizarddlg"
7776   
7777                           if test "$enableval" = yes; then
7778                             ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes'
7779                           else
7780                             ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=no'
7781                           fi
7782                         
7783 else
7784   
7785                           LINE=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}`
7786                           if test "x$LINE" != x ; then
7787                             eval "DEFAULT_$LINE"
7788                           else
7789                             no_cache=1
7790                           fi
7791
7792                           ac_cv_use_wizarddlg='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG
7793                         
7794 fi
7795
7796
7797           eval "$ac_cv_use_wizarddlg"
7798           if test "$no_cache" != 1; then
7799             echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
7800           fi
7801
7802           if test "$wxUSE_WIZARDDLG" = yes; then
7803             echo "$ac_t""yes" 1>&6
7804           else
7805             echo "$ac_t""no" 1>&6
7806           fi
7807         
7808
7809
7810
7811           echo $ac_n "checking for --enable-menus""... $ac_c" 1>&6
7812 echo "configure:7813: checking for --enable-menus" >&5
7813           no_cache=0
7814           # Check whether --enable-menus or --disable-menus was given.
7815 if test "${enable_menus+set}" = set; then
7816   enableval="$enable_menus"
7817   
7818                           if test "$enableval" = yes; then
7819                             ac_cv_use_menus='wxUSE_MENUS=yes'
7820                           else
7821                             ac_cv_use_menus='wxUSE_MENUS=no'
7822                           fi
7823                         
7824 else
7825   
7826                           LINE=`grep "wxUSE_MENUS" ${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_menus='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS
7834                         
7835 fi
7836
7837
7838           eval "$ac_cv_use_menus"
7839           if test "$no_cache" != 1; then
7840             echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
7841           fi
7842
7843           if test "$wxUSE_MENUS" = yes; then
7844             echo "$ac_t""yes" 1>&6
7845           else
7846             echo "$ac_t""no" 1>&6
7847           fi
7848         
7849
7850           echo $ac_n "checking for --enable-miniframe""... $ac_c" 1>&6
7851 echo "configure:7852: checking for --enable-miniframe" >&5
7852           no_cache=0
7853           # Check whether --enable-miniframe or --disable-miniframe was given.
7854 if test "${enable_miniframe+set}" = set; then
7855   enableval="$enable_miniframe"
7856   
7857                           if test "$enableval" = yes; then
7858                             ac_cv_use_miniframe='wxUSE_MINIFRAME=yes'
7859                           else
7860                             ac_cv_use_miniframe='wxUSE_MINIFRAME=no'
7861                           fi
7862                         
7863 else
7864   
7865                           LINE=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
7866                           if test "x$LINE" != x ; then
7867                             eval "DEFAULT_$LINE"
7868                           else
7869                             no_cache=1
7870                           fi
7871
7872                           ac_cv_use_miniframe='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
7873                         
7874 fi
7875
7876
7877           eval "$ac_cv_use_miniframe"
7878           if test "$no_cache" != 1; then
7879             echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
7880           fi
7881
7882           if test "$wxUSE_MINIFRAME" = yes; then
7883             echo "$ac_t""yes" 1>&6
7884           else
7885             echo "$ac_t""no" 1>&6
7886           fi
7887         
7888
7889           echo $ac_n "checking for --enable-tooltips""... $ac_c" 1>&6
7890 echo "configure:7891: checking for --enable-tooltips" >&5
7891           no_cache=0
7892           # Check whether --enable-tooltips or --disable-tooltips was given.
7893 if test "${enable_tooltips+set}" = set; then
7894   enableval="$enable_tooltips"
7895   
7896                           if test "$enableval" = yes; then
7897                             ac_cv_use_tooltips='wxUSE_TOOLTIPS=yes'
7898                           else
7899                             ac_cv_use_tooltips='wxUSE_TOOLTIPS=no'
7900                           fi
7901                         
7902 else
7903   
7904                           LINE=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
7905                           if test "x$LINE" != x ; then
7906                             eval "DEFAULT_$LINE"
7907                           else
7908                             no_cache=1
7909                           fi
7910
7911                           ac_cv_use_tooltips='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
7912                         
7913 fi
7914
7915
7916           eval "$ac_cv_use_tooltips"
7917           if test "$no_cache" != 1; then
7918             echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
7919           fi
7920
7921           if test "$wxUSE_TOOLTIPS" = yes; then
7922             echo "$ac_t""yes" 1>&6
7923           else
7924             echo "$ac_t""no" 1>&6
7925           fi
7926         
7927
7928           echo $ac_n "checking for --enable-splines""... $ac_c" 1>&6
7929 echo "configure:7930: checking for --enable-splines" >&5
7930           no_cache=0
7931           # Check whether --enable-splines or --disable-splines was given.
7932 if test "${enable_splines+set}" = set; then
7933   enableval="$enable_splines"
7934   
7935                           if test "$enableval" = yes; then
7936                             ac_cv_use_splines='wxUSE_SPLINES=yes'
7937                           else
7938                             ac_cv_use_splines='wxUSE_SPLINES=no'
7939                           fi
7940                         
7941 else
7942   
7943                           LINE=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
7944                           if test "x$LINE" != x ; then
7945                             eval "DEFAULT_$LINE"
7946                           else
7947                             no_cache=1
7948                           fi
7949
7950                           ac_cv_use_splines='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
7951                         
7952 fi
7953
7954
7955           eval "$ac_cv_use_splines"
7956           if test "$no_cache" != 1; then
7957             echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
7958           fi
7959
7960           if test "$wxUSE_SPLINES" = yes; then
7961             echo "$ac_t""yes" 1>&6
7962           else
7963             echo "$ac_t""no" 1>&6
7964           fi
7965         
7966
7967           echo $ac_n "checking for --enable-validators""... $ac_c" 1>&6
7968 echo "configure:7969: checking for --enable-validators" >&5
7969           no_cache=0
7970           # Check whether --enable-validators or --disable-validators was given.
7971 if test "${enable_validators+set}" = set; then
7972   enableval="$enable_validators"
7973   
7974                           if test "$enableval" = yes; then
7975                             ac_cv_use_validators='wxUSE_VALIDATORS=yes'
7976                           else
7977                             ac_cv_use_validators='wxUSE_VALIDATORS=no'
7978                           fi
7979                         
7980 else
7981   
7982                           LINE=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
7983                           if test "x$LINE" != x ; then
7984                             eval "DEFAULT_$LINE"
7985                           else
7986                             no_cache=1
7987                           fi
7988
7989                           ac_cv_use_validators='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
7990                         
7991 fi
7992
7993
7994           eval "$ac_cv_use_validators"
7995           if test "$no_cache" != 1; then
7996             echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
7997           fi
7998
7999           if test "$wxUSE_VALIDATORS" = yes; then
8000             echo "$ac_t""yes" 1>&6
8001           else
8002             echo "$ac_t""no" 1>&6
8003           fi
8004         
8005
8006           echo $ac_n "checking for --enable-busyinfo""... $ac_c" 1>&6
8007 echo "configure:8008: checking for --enable-busyinfo" >&5
8008           no_cache=0
8009           # Check whether --enable-busyinfo or --disable-busyinfo was given.
8010 if test "${enable_busyinfo+set}" = set; then
8011   enableval="$enable_busyinfo"
8012   
8013                           if test "$enableval" = yes; then
8014                             ac_cv_use_busyinfo='wxUSE_BUSYINFO=yes'
8015                           else
8016                             ac_cv_use_busyinfo='wxUSE_BUSYINFO=no'
8017                           fi
8018                         
8019 else
8020   
8021                           LINE=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
8022                           if test "x$LINE" != x ; then
8023                             eval "DEFAULT_$LINE"
8024                           else
8025                             no_cache=1
8026                           fi
8027
8028                           ac_cv_use_busyinfo='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
8029                         
8030 fi
8031
8032
8033           eval "$ac_cv_use_busyinfo"
8034           if test "$no_cache" != 1; then
8035             echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
8036           fi
8037
8038           if test "$wxUSE_BUSYINFO" = yes; then
8039             echo "$ac_t""yes" 1>&6
8040           else
8041             echo "$ac_t""no" 1>&6
8042           fi
8043         
8044
8045           echo $ac_n "checking for --enable-joystick""... $ac_c" 1>&6
8046 echo "configure:8047: checking for --enable-joystick" >&5
8047           no_cache=0
8048           # Check whether --enable-joystick or --disable-joystick was given.
8049 if test "${enable_joystick+set}" = set; then
8050   enableval="$enable_joystick"
8051   
8052                           if test "$enableval" = yes; then
8053                             ac_cv_use_joystick='wxUSE_JOYSTICK=yes'
8054                           else
8055                             ac_cv_use_joystick='wxUSE_JOYSTICK=no'
8056                           fi
8057                         
8058 else
8059   
8060                           LINE=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
8061                           if test "x$LINE" != x ; then
8062                             eval "DEFAULT_$LINE"
8063                           else
8064                             no_cache=1
8065                           fi
8066
8067                           ac_cv_use_joystick='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
8068                         
8069 fi
8070
8071
8072           eval "$ac_cv_use_joystick"
8073           if test "$no_cache" != 1; then
8074             echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
8075           fi
8076
8077           if test "$wxUSE_JOYSTICK" = yes; then
8078             echo "$ac_t""yes" 1>&6
8079           else
8080             echo "$ac_t""no" 1>&6
8081           fi
8082         
8083
8084           echo $ac_n "checking for --enable-metafile""... $ac_c" 1>&6
8085 echo "configure:8086: checking for --enable-metafile" >&5
8086           no_cache=0
8087           # Check whether --enable-metafile or --disable-metafile was given.
8088 if test "${enable_metafile+set}" = set; then
8089   enableval="$enable_metafile"
8090   
8091                           if test "$enableval" = yes; then
8092                             ac_cv_use_metafile='wxUSE_METAFILE=yes'
8093                           else
8094                             ac_cv_use_metafile='wxUSE_METAFILE=no'
8095                           fi
8096                         
8097 else
8098   
8099                           LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
8100                           if test "x$LINE" != x ; then
8101                             eval "DEFAULT_$LINE"
8102                           else
8103                             no_cache=1
8104                           fi
8105
8106                           ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
8107                         
8108 fi
8109
8110
8111           eval "$ac_cv_use_metafile"
8112           if test "$no_cache" != 1; then
8113             echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
8114           fi
8115
8116           if test "$wxUSE_METAFILE" = yes; then
8117             echo "$ac_t""yes" 1>&6
8118           else
8119             echo "$ac_t""no" 1>&6
8120           fi
8121         
8122
8123           echo $ac_n "checking for --enable-dragimage""... $ac_c" 1>&6
8124 echo "configure:8125: checking for --enable-dragimage" >&5
8125           no_cache=0
8126           # Check whether --enable-dragimage or --disable-dragimage was given.
8127 if test "${enable_dragimage+set}" = set; then
8128   enableval="$enable_dragimage"
8129   
8130                           if test "$enableval" = yes; then
8131                             ac_cv_use_dragimage='wxUSE_DRAGIMAGE=yes'
8132                           else
8133                             ac_cv_use_dragimage='wxUSE_DRAGIMAGE=no'
8134                           fi
8135                         
8136 else
8137   
8138                           LINE=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}`
8139                           if test "x$LINE" != x ; then
8140                             eval "DEFAULT_$LINE"
8141                           else
8142                             no_cache=1
8143                           fi
8144
8145                           ac_cv_use_dragimage='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE
8146                         
8147 fi
8148
8149
8150           eval "$ac_cv_use_dragimage"
8151           if test "$no_cache" != 1; then
8152             echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
8153           fi
8154
8155           if test "$wxUSE_DRAGIMAGE" = yes; then
8156             echo "$ac_t""yes" 1>&6
8157           else
8158             echo "$ac_t""no" 1>&6
8159           fi
8160         
8161
8162
8163
8164           echo $ac_n "checking for --enable-palette""... $ac_c" 1>&6
8165 echo "configure:8166: checking for --enable-palette" >&5
8166           no_cache=0
8167           # Check whether --enable-palette or --disable-palette was given.
8168 if test "${enable_palette+set}" = set; then
8169   enableval="$enable_palette"
8170   
8171                           if test "$enableval" = yes; then
8172                             ac_cv_use_palette='wxUSE_PALETTE=yes'
8173                           else
8174                             ac_cv_use_palette='wxUSE_PALETTE=no'
8175                           fi
8176                         
8177 else
8178   
8179                           LINE=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}`
8180                           if test "x$LINE" != x ; then
8181                             eval "DEFAULT_$LINE"
8182                           else
8183                             no_cache=1
8184                           fi
8185
8186                           ac_cv_use_palette='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE
8187                         
8188 fi
8189
8190
8191           eval "$ac_cv_use_palette"
8192           if test "$no_cache" != 1; then
8193             echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp
8194           fi
8195
8196           if test "$wxUSE_PALETTE" = yes; then
8197             echo "$ac_t""yes" 1>&6
8198           else
8199             echo "$ac_t""no" 1>&6
8200           fi
8201         
8202
8203           echo $ac_n "checking for --enable-image""... $ac_c" 1>&6
8204 echo "configure:8205: checking for --enable-image" >&5
8205           no_cache=0
8206           # Check whether --enable-image or --disable-image was given.
8207 if test "${enable_image+set}" = set; then
8208   enableval="$enable_image"
8209   
8210                           if test "$enableval" = yes; then
8211                             ac_cv_use_image='wxUSE_IMAGE=yes'
8212                           else
8213                             ac_cv_use_image='wxUSE_IMAGE=no'
8214                           fi
8215                         
8216 else
8217   
8218                           LINE=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
8219                           if test "x$LINE" != x ; then
8220                             eval "DEFAULT_$LINE"
8221                           else
8222                             no_cache=1
8223                           fi
8224
8225                           ac_cv_use_image='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
8226                         
8227 fi
8228
8229
8230           eval "$ac_cv_use_image"
8231           if test "$no_cache" != 1; then
8232             echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
8233           fi
8234
8235           if test "$wxUSE_IMAGE" = yes; then
8236             echo "$ac_t""yes" 1>&6
8237           else
8238             echo "$ac_t""no" 1>&6
8239           fi
8240         
8241
8242           echo $ac_n "checking for --enable-gif""... $ac_c" 1>&6
8243 echo "configure:8244: checking for --enable-gif" >&5
8244           no_cache=0
8245           # Check whether --enable-gif or --disable-gif was given.
8246 if test "${enable_gif+set}" = set; then
8247   enableval="$enable_gif"
8248   
8249                           if test "$enableval" = yes; then
8250                             ac_cv_use_gif='wxUSE_GIF=yes'
8251                           else
8252                             ac_cv_use_gif='wxUSE_GIF=no'
8253                           fi
8254                         
8255 else
8256   
8257                           LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
8258                           if test "x$LINE" != x ; then
8259                             eval "DEFAULT_$LINE"
8260                           else
8261                             no_cache=1
8262                           fi
8263
8264                           ac_cv_use_gif='wxUSE_GIF='$DEFAULT_wxUSE_GIF
8265                         
8266 fi
8267
8268
8269           eval "$ac_cv_use_gif"
8270           if test "$no_cache" != 1; then
8271             echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
8272           fi
8273
8274           if test "$wxUSE_GIF" = yes; then
8275             echo "$ac_t""yes" 1>&6
8276           else
8277             echo "$ac_t""no" 1>&6
8278           fi
8279         
8280
8281           echo $ac_n "checking for --enable-pcx""... $ac_c" 1>&6
8282 echo "configure:8283: checking for --enable-pcx" >&5
8283           no_cache=0
8284           # Check whether --enable-pcx or --disable-pcx was given.
8285 if test "${enable_pcx+set}" = set; then
8286   enableval="$enable_pcx"
8287   
8288                           if test "$enableval" = yes; then
8289                             ac_cv_use_pcx='wxUSE_PCX=yes'
8290                           else
8291                             ac_cv_use_pcx='wxUSE_PCX=no'
8292                           fi
8293                         
8294 else
8295   
8296                           LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
8297                           if test "x$LINE" != x ; then
8298                             eval "DEFAULT_$LINE"
8299                           else
8300                             no_cache=1
8301                           fi
8302
8303                           ac_cv_use_pcx='wxUSE_PCX='$DEFAULT_wxUSE_PCX
8304                         
8305 fi
8306
8307
8308           eval "$ac_cv_use_pcx"
8309           if test "$no_cache" != 1; then
8310             echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
8311           fi
8312
8313           if test "$wxUSE_PCX" = yes; then
8314             echo "$ac_t""yes" 1>&6
8315           else
8316             echo "$ac_t""no" 1>&6
8317           fi
8318         
8319
8320           echo $ac_n "checking for --enable-iff""... $ac_c" 1>&6
8321 echo "configure:8322: checking for --enable-iff" >&5
8322           no_cache=0
8323           # Check whether --enable-iff or --disable-iff was given.
8324 if test "${enable_iff+set}" = set; then
8325   enableval="$enable_iff"
8326   
8327                           if test "$enableval" = yes; then
8328                             ac_cv_use_iff='wxUSE_IFF=yes'
8329                           else
8330                             ac_cv_use_iff='wxUSE_IFF=no'
8331                           fi
8332                         
8333 else
8334   
8335                           LINE=`grep "wxUSE_IFF" ${wx_arg_cache_file}`
8336                           if test "x$LINE" != x ; then
8337                             eval "DEFAULT_$LINE"
8338                           else
8339                             no_cache=1
8340                           fi
8341
8342                           ac_cv_use_iff='wxUSE_IFF='$DEFAULT_wxUSE_IFF
8343                         
8344 fi
8345
8346
8347           eval "$ac_cv_use_iff"
8348           if test "$no_cache" != 1; then
8349             echo $ac_cv_use_iff >> ${wx_arg_cache_file}.tmp
8350           fi
8351
8352           if test "$wxUSE_IFF" = yes; then
8353             echo "$ac_t""yes" 1>&6
8354           else
8355             echo "$ac_t""no" 1>&6
8356           fi
8357         
8358
8359           echo $ac_n "checking for --enable-pnm""... $ac_c" 1>&6
8360 echo "configure:8361: checking for --enable-pnm" >&5
8361           no_cache=0
8362           # Check whether --enable-pnm or --disable-pnm was given.
8363 if test "${enable_pnm+set}" = set; then
8364   enableval="$enable_pnm"
8365   
8366                           if test "$enableval" = yes; then
8367                             ac_cv_use_pnm='wxUSE_PNM=yes'
8368                           else
8369                             ac_cv_use_pnm='wxUSE_PNM=no'
8370                           fi
8371                         
8372 else
8373   
8374                           LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
8375                           if test "x$LINE" != x ; then
8376                             eval "DEFAULT_$LINE"
8377                           else
8378                             no_cache=1
8379                           fi
8380
8381                           ac_cv_use_pnm='wxUSE_PNM='$DEFAULT_wxUSE_PNM
8382                         
8383 fi
8384
8385
8386           eval "$ac_cv_use_pnm"
8387           if test "$no_cache" != 1; then
8388             echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
8389           fi
8390
8391           if test "$wxUSE_PNM" = yes; then
8392             echo "$ac_t""yes" 1>&6
8393           else
8394             echo "$ac_t""no" 1>&6
8395           fi
8396         
8397
8398           echo $ac_n "checking for --enable-xpm""... $ac_c" 1>&6
8399 echo "configure:8400: checking for --enable-xpm" >&5
8400           no_cache=0
8401           # Check whether --enable-xpm or --disable-xpm was given.
8402 if test "${enable_xpm+set}" = set; then
8403   enableval="$enable_xpm"
8404   
8405                           if test "$enableval" = yes; then
8406                             ac_cv_use_xpm='wxUSE_XPM=yes'
8407                           else
8408                             ac_cv_use_xpm='wxUSE_XPM=no'
8409                           fi
8410                         
8411 else
8412   
8413                           LINE=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
8414                           if test "x$LINE" != x ; then
8415                             eval "DEFAULT_$LINE"
8416                           else
8417                             no_cache=1
8418                           fi
8419
8420                           ac_cv_use_xpm='wxUSE_XPM='$DEFAULT_wxUSE_XPM
8421                         
8422 fi
8423
8424
8425           eval "$ac_cv_use_xpm"
8426           if test "$no_cache" != 1; then
8427             echo $ac_cv_use_xpm >> ${wx_arg_cache_file}.tmp
8428           fi
8429
8430           if test "$wxUSE_XPM" = yes; then
8431             echo "$ac_t""yes" 1>&6
8432           else
8433             echo "$ac_t""no" 1>&6
8434           fi
8435         
8436
8437           echo $ac_n "checking for --enable-ico_cur""... $ac_c" 1>&6
8438 echo "configure:8439: checking for --enable-ico_cur" >&5
8439           no_cache=0
8440           # Check whether --enable-ico_cur or --disable-ico_cur was given.
8441 if test "${enable_ico_cur+set}" = set; then
8442   enableval="$enable_ico_cur"
8443   
8444                           if test "$enableval" = yes; then
8445                             ac_cv_use_ico_cur='wxUSE_ICO_CUR=yes'
8446                           else
8447                             ac_cv_use_ico_cur='wxUSE_ICO_CUR=no'
8448                           fi
8449                         
8450 else
8451   
8452                           LINE=`grep "wxUSE_ICO_CUR" ${wx_arg_cache_file}`
8453                           if test "x$LINE" != x ; then
8454                             eval "DEFAULT_$LINE"
8455                           else
8456                             no_cache=1
8457                           fi
8458
8459                           ac_cv_use_ico_cur='wxUSE_ICO_CUR='$DEFAULT_wxUSE_ICO_CUR
8460                         
8461 fi
8462
8463
8464           eval "$ac_cv_use_ico_cur"
8465           if test "$no_cache" != 1; then
8466             echo $ac_cv_use_ico_cur >> ${wx_arg_cache_file}.tmp
8467           fi
8468
8469           if test "$wxUSE_ICO_CUR" = yes; then
8470             echo "$ac_t""yes" 1>&6
8471           else
8472             echo "$ac_t""no" 1>&6
8473           fi
8474         
8475
8476 fi
8477
8478 case "${host}" in
8479   *-pc-os2_emx | *-pc-os2-emx )
8480         LEX_STEM="lexyy"
8481   ;;
8482   *)
8483     PATH_IFS=':'
8484     LEX_STEM="lex.yy"
8485   ;;
8486 esac
8487
8488
8489
8490           echo "saving argument cache $wx_arg_cache_file"
8491           mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file}
8492         
8493
8494
8495 echo $ac_n "checking for toolkit""... $ac_c" 1>&6
8496 echo "configure:8497: checking for toolkit" >&5
8497
8498 if test "$wxUSE_GUI" = "yes"; then
8499
8500     if test "$USE_BEOS" = 1; then
8501         { echo "configure: error: BeOS GUI is not supported yet, use --disable-gui" 1>&2; exit 1; }
8502     fi
8503
8504     if test "$TOOLKIT_GIVEN" = 1; then
8505             for toolkit in `echo $ALL_TOOLKITS`; do
8506         var=wxUSE_$toolkit
8507         eval "value=\$${var}"
8508         eval "$var=`echo \$value | sed -e "s/yes/1/" -e "s/no/0/"`"
8509       done
8510     else
8511             for toolkit in `echo $ALL_TOOLKITS`; do
8512         if test "$has_toolkit_in_cache" != 1; then
8513           var=DEFAULT_DEFAULT_wxUSE_$toolkit
8514         else
8515           var=DEFAULT_wxUSE_$toolkit
8516         fi
8517         eval "wxUSE_$toolkit=\$${var}"
8518       done
8519     fi
8520
8521             NUM_TOOLKITS=`expr ${wxUSE_GTK:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_MAC:-0}  \
8522                   + ${wxUSE_WINE:-0} + ${wxUSE_MSW:-0} + ${wxUSE_MGL:-0} + ${wxUSE_MICROWIN:-0} + ${wxUSE_X11:-0}`
8523
8524         case "${host}" in
8525       *-pc-os2_emx | *-pc-os2-emx )
8526         NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
8527     esac
8528
8529     case "$NUM_TOOLKITS" in
8530       1)
8531       ;;
8532       0)
8533         { echo "configure: error: Please specify a toolkit - cannot determine the default for ${host}" 1>&2; exit 1; }
8534       ;;
8535       *)
8536         { echo "configure: error: Please specify at most one toolkit (may be some are cached?)" 1>&2; exit 1; }
8537     esac
8538
8539         for toolkit in `echo $ALL_TOOLKITS`; do
8540       var=wxUSE_$toolkit
8541       eval "value=\$${var}"
8542       if test "x$value" != x; then
8543         cache_var=CACHE_$toolkit
8544         eval "cache=\$${cache_var}"
8545         if test "$cache" = 1; then
8546           echo "$var=$value" >> ${wx_arg_cache_file}
8547         fi
8548         if test "$value" = 1; then
8549           toolkit_echo=`echo $toolkit | tr [A-Z] [a-z]`
8550           echo "$ac_t""$toolkit_echo" 1>&6
8551         fi
8552       fi
8553     done
8554 else
8555     echo "$ac_t""base ($host_alias hosted) only" 1>&6
8556 fi
8557
8558
8559 cat > confcache <<\EOF
8560 # This file is a shell script that caches the results of configure
8561 # tests run on this system so they can be shared between configure
8562 # scripts and configure runs.  It is not useful on other systems.
8563 # If it contains results you don't want to keep, you may remove or edit it.
8564 #
8565 # By default, configure uses ./config.cache as the cache file,
8566 # creating it if it does not exist already.  You can give configure
8567 # the --cache-file=FILE option to use a different cache file; that is
8568 # what configure does when it calls configure scripts in
8569 # subdirectories, so they share the cache.
8570 # Giving --cache-file=/dev/null disables caching, for debugging configure.
8571 # config.status only pays attention to the cache file if you give it the
8572 # --recheck option to rerun configure.
8573 #
8574 EOF
8575 # The following way of writing the cache mishandles newlines in values,
8576 # but we know of no workaround that is simple, portable, and efficient.
8577 # So, don't put newlines in cache variables' values.
8578 # Ultrix sh set writes to stderr and can't be redirected directly,
8579 # and sets the high bit in the cache file unless we assign to the vars.
8580 (set) 2>&1 |
8581   case `(ac_space=' '; set | grep ac_space) 2>&1` in
8582   *ac_space=\ *)
8583     # `set' does not quote correctly, so add quotes (double-quote substitution
8584     # turns \\\\ into \\, and sed turns \\ into \).
8585     sed -n \
8586       -e "s/'/'\\\\''/g" \
8587       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
8588     ;;
8589   *)
8590     # `set' quotes correctly as required by POSIX, so do not add quotes.
8591     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
8592     ;;
8593   esac >> confcache
8594 if cmp -s $cache_file confcache; then
8595   :
8596 else
8597   if test -w $cache_file; then
8598     echo "updating cache $cache_file"
8599     cat confcache > $cache_file
8600   else
8601     echo "not updating unwritable cache $cache_file"
8602   fi
8603 fi
8604 rm -f confcache
8605
8606
8607 if test "$build" != "$host" ; then
8608     if test "$USE_WIN32" = 1 -o "$USE_DOS" = 1 ; then
8609         CC=$host_alias-gcc
8610         CXX=$host_alias-c++
8611         AR=$host_alias-ar
8612         RANLIB=$host_alias-ranlib
8613         DLLTOOL=$host_alias-dlltool
8614         RESCOMP=$host_alias-windres
8615         LD=$host_alias-ld
8616         NM=$host_alias-nm
8617         STRIP=$host_alias-strip
8618     else
8619         { echo "configure: error: $build_alias -> $host_alias cross compilation not supported yet." 1>&2; exit 1; }
8620     fi
8621 fi
8622
8623 # Extract the first word of "gcc", so it can be a program name with args.
8624 set dummy gcc; ac_word=$2
8625 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8626 echo "configure:8627: checking for $ac_word" >&5
8627 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
8628   echo $ac_n "(cached) $ac_c" 1>&6
8629 else
8630   if test -n "$CC"; then
8631   ac_cv_prog_CC="$CC" # Let the user override the test.
8632 else
8633   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
8634   ac_dummy="$PATH"
8635   for ac_dir in $ac_dummy; do
8636     test -z "$ac_dir" && ac_dir=.
8637     if test -f $ac_dir/$ac_word; then
8638       ac_cv_prog_CC="gcc"
8639       break
8640     fi
8641   done
8642   IFS="$ac_save_ifs"
8643 fi
8644 fi
8645 CC="$ac_cv_prog_CC"
8646 if test -n "$CC"; then
8647   echo "$ac_t""$CC" 1>&6
8648 else
8649   echo "$ac_t""no" 1>&6
8650 fi
8651
8652 if test -z "$CC"; then
8653   # Extract the first word of "cc", so it can be a program name with args.
8654 set dummy cc; ac_word=$2
8655 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8656 echo "configure:8657: checking for $ac_word" >&5
8657 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
8658   echo $ac_n "(cached) $ac_c" 1>&6
8659 else
8660   if test -n "$CC"; then
8661   ac_cv_prog_CC="$CC" # Let the user override the test.
8662 else
8663   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
8664   ac_prog_rejected=no
8665   ac_dummy="$PATH"
8666   for ac_dir in $ac_dummy; do
8667     test -z "$ac_dir" && ac_dir=.
8668     if test -f $ac_dir/$ac_word; then
8669       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
8670         ac_prog_rejected=yes
8671         continue
8672       fi
8673       ac_cv_prog_CC="cc"
8674       break
8675     fi
8676   done
8677   IFS="$ac_save_ifs"
8678 if test $ac_prog_rejected = yes; then
8679   # We found a bogon in the path, so make sure we never use it.
8680   set dummy $ac_cv_prog_CC
8681   shift
8682   if test $# -gt 0; then
8683     # We chose a different compiler from the bogus one.
8684     # However, it has the same basename, so the bogon will be chosen
8685     # first if we set CC to just the basename; use the full file name.
8686     shift
8687     set dummy "$ac_dir/$ac_word" "$@"
8688     shift
8689     ac_cv_prog_CC="$@"
8690   fi
8691 fi
8692 fi
8693 fi
8694 CC="$ac_cv_prog_CC"
8695 if test -n "$CC"; then
8696   echo "$ac_t""$CC" 1>&6
8697 else
8698   echo "$ac_t""no" 1>&6
8699 fi
8700
8701   if test -z "$CC"; then
8702     case "`uname -s`" in
8703     *win32* | *WIN32*)
8704       # Extract the first word of "cl", so it can be a program name with args.
8705 set dummy cl; ac_word=$2
8706 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8707 echo "configure:8708: checking for $ac_word" >&5
8708 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
8709   echo $ac_n "(cached) $ac_c" 1>&6
8710 else
8711   if test -n "$CC"; then
8712   ac_cv_prog_CC="$CC" # Let the user override the test.
8713 else
8714   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
8715   ac_dummy="$PATH"
8716   for ac_dir in $ac_dummy; do
8717     test -z "$ac_dir" && ac_dir=.
8718     if test -f $ac_dir/$ac_word; then
8719       ac_cv_prog_CC="cl"
8720       break
8721     fi
8722   done
8723   IFS="$ac_save_ifs"
8724 fi
8725 fi
8726 CC="$ac_cv_prog_CC"
8727 if test -n "$CC"; then
8728   echo "$ac_t""$CC" 1>&6
8729 else
8730   echo "$ac_t""no" 1>&6
8731 fi
8732  ;;
8733     esac
8734   fi
8735   test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
8736 fi
8737
8738 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
8739 echo "configure:8740: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
8740
8741 ac_ext=c
8742 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8743 ac_cpp='$CPP $CPPFLAGS'
8744 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8745 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8746 cross_compiling=$ac_cv_prog_cc_cross
8747
8748 cat > conftest.$ac_ext << EOF
8749
8750 #line 8751 "configure"
8751 #include "confdefs.h"
8752
8753 main(){return(0);}
8754 EOF
8755 if { (eval echo configure:8756: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8756   ac_cv_prog_cc_works=yes
8757   # If we can't run a trivial program, we are probably using a cross compiler.
8758   if (./conftest; exit) 2>/dev/null; then
8759     ac_cv_prog_cc_cross=no
8760   else
8761     ac_cv_prog_cc_cross=yes
8762   fi
8763 else
8764   echo "configure: failed program was:" >&5
8765   cat conftest.$ac_ext >&5
8766   ac_cv_prog_cc_works=no
8767 fi
8768 rm -fr conftest*
8769 ac_ext=c
8770 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8771 ac_cpp='$CPP $CPPFLAGS'
8772 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8773 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8774 cross_compiling=$ac_cv_prog_cc_cross
8775
8776 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
8777 if test $ac_cv_prog_cc_works = no; then
8778   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
8779 fi
8780 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
8781 echo "configure:8782: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
8782 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
8783 cross_compiling=$ac_cv_prog_cc_cross
8784
8785 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
8786 echo "configure:8787: checking whether we are using GNU C" >&5
8787 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
8788   echo $ac_n "(cached) $ac_c" 1>&6
8789 else
8790   cat > conftest.c <<EOF
8791 #ifdef __GNUC__
8792   yes;
8793 #endif
8794 EOF
8795 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:8796: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
8796   ac_cv_prog_gcc=yes
8797 else
8798   ac_cv_prog_gcc=no
8799 fi
8800 fi
8801
8802 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
8803
8804 if test $ac_cv_prog_gcc = yes; then
8805   GCC=yes
8806 else
8807   GCC=
8808 fi
8809
8810 ac_test_CFLAGS="${CFLAGS+set}"
8811 ac_save_CFLAGS="$CFLAGS"
8812 CFLAGS=
8813 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
8814 echo "configure:8815: checking whether ${CC-cc} accepts -g" >&5
8815 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
8816   echo $ac_n "(cached) $ac_c" 1>&6
8817 else
8818   echo 'void f(){}' > conftest.c
8819 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
8820   ac_cv_prog_cc_g=yes
8821 else
8822   ac_cv_prog_cc_g=no
8823 fi
8824 rm -f conftest*
8825
8826 fi
8827
8828 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
8829 if test "$ac_test_CFLAGS" = set; then
8830   CFLAGS="$ac_save_CFLAGS"
8831 elif test $ac_cv_prog_cc_g = yes; then
8832   if test "$GCC" = yes; then
8833     CFLAGS="-g -O2"
8834   else
8835     CFLAGS="-g"
8836   fi
8837 else
8838   if test "$GCC" = yes; then
8839     CFLAGS="-O2"
8840   else
8841     CFLAGS=
8842   fi
8843 fi
8844
8845
8846 CFLAGS=`echo "$CFLAGS" | sed 's/-g//g'`
8847
8848 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
8849 echo "configure:8850: checking how to run the C preprocessor" >&5
8850 # On Suns, sometimes $CPP names a directory.
8851 if test -n "$CPP" && test -d "$CPP"; then
8852   CPP=
8853 fi
8854 if test -z "$CPP"; then
8855 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
8856   echo $ac_n "(cached) $ac_c" 1>&6
8857 else
8858     # This must be in double quotes, not single quotes, because CPP may get
8859   # substituted into the Makefile and "${CC-cc}" will confuse make.
8860   CPP="${CC-cc} -E"
8861   # On the NeXT, cc -E runs the code through the compiler's parser,
8862   # not just through cpp.
8863   cat > conftest.$ac_ext <<EOF
8864 #line 8865 "configure"
8865 #include "confdefs.h"
8866 #include <assert.h>
8867 Syntax Error
8868 EOF
8869 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8870 { (eval echo configure:8871: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8871 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8872 if test -z "$ac_err"; then
8873   :
8874 else
8875   echo "$ac_err" >&5
8876   echo "configure: failed program was:" >&5
8877   cat conftest.$ac_ext >&5
8878   rm -rf conftest*
8879   CPP="${CC-cc} -E -traditional-cpp"
8880   cat > conftest.$ac_ext <<EOF
8881 #line 8882 "configure"
8882 #include "confdefs.h"
8883 #include <assert.h>
8884 Syntax Error
8885 EOF
8886 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8887 { (eval echo configure:8888: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8888 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8889 if test -z "$ac_err"; then
8890   :
8891 else
8892   echo "$ac_err" >&5
8893   echo "configure: failed program was:" >&5
8894   cat conftest.$ac_ext >&5
8895   rm -rf conftest*
8896   CPP="${CC-cc} -nologo -E"
8897   cat > conftest.$ac_ext <<EOF
8898 #line 8899 "configure"
8899 #include "confdefs.h"
8900 #include <assert.h>
8901 Syntax Error
8902 EOF
8903 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8904 { (eval echo configure:8905: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8905 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8906 if test -z "$ac_err"; then
8907   :
8908 else
8909   echo "$ac_err" >&5
8910   echo "configure: failed program was:" >&5
8911   cat conftest.$ac_ext >&5
8912   rm -rf conftest*
8913   CPP=/lib/cpp
8914 fi
8915 rm -f conftest*
8916 fi
8917 rm -f conftest*
8918 fi
8919 rm -f conftest*
8920   ac_cv_prog_CPP="$CPP"
8921 fi
8922   CPP="$ac_cv_prog_CPP"
8923 else
8924   ac_cv_prog_CPP="$CPP"
8925 fi
8926 echo "$ac_t""$CPP" 1>&6
8927
8928 if test $ac_cv_prog_gcc = yes; then
8929     echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
8930 echo "configure:8931: checking whether ${CC-cc} needs -traditional" >&5
8931 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
8932   echo $ac_n "(cached) $ac_c" 1>&6
8933 else
8934     ac_pattern="Autoconf.*'x'"
8935   cat > conftest.$ac_ext <<EOF
8936 #line 8937 "configure"
8937 #include "confdefs.h"
8938 #include <sgtty.h>
8939 Autoconf TIOCGETP
8940 EOF
8941 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8942   egrep "$ac_pattern" >/dev/null 2>&1; then
8943   rm -rf conftest*
8944   ac_cv_prog_gcc_traditional=yes
8945 else
8946   rm -rf conftest*
8947   ac_cv_prog_gcc_traditional=no
8948 fi
8949 rm -f conftest*
8950
8951
8952   if test $ac_cv_prog_gcc_traditional = no; then
8953     cat > conftest.$ac_ext <<EOF
8954 #line 8955 "configure"
8955 #include "confdefs.h"
8956 #include <termio.h>
8957 Autoconf TCGETA
8958 EOF
8959 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8960   egrep "$ac_pattern" >/dev/null 2>&1; then
8961   rm -rf conftest*
8962   ac_cv_prog_gcc_traditional=yes
8963 fi
8964 rm -f conftest*
8965
8966   fi
8967 fi
8968
8969 echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
8970   if test $ac_cv_prog_gcc_traditional = yes; then
8971     CC="$CC -traditional"
8972   fi
8973 fi
8974
8975
8976
8977 ac_ext=C
8978 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8979 ac_cpp='$CXXCPP $CPPFLAGS'
8980 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8981 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8982 cross_compiling=$ac_cv_prog_cxx_cross
8983
8984
8985 for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl
8986 do
8987 # Extract the first word of "$ac_prog", so it can be a program name with args.
8988 set dummy $ac_prog; ac_word=$2
8989 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8990 echo "configure:8991: checking for $ac_word" >&5
8991 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
8992   echo $ac_n "(cached) $ac_c" 1>&6
8993 else
8994   if test -n "$CXX"; then
8995   ac_cv_prog_CXX="$CXX" # Let the user override the test.
8996 else
8997   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
8998   ac_dummy="$PATH"
8999   for ac_dir in $ac_dummy; do
9000     test -z "$ac_dir" && ac_dir=.
9001     if test -f $ac_dir/$ac_word; then
9002       ac_cv_prog_CXX="$ac_prog"
9003       break
9004     fi
9005   done
9006   IFS="$ac_save_ifs"
9007 fi
9008 fi
9009 CXX="$ac_cv_prog_CXX"
9010 if test -n "$CXX"; then
9011   echo "$ac_t""$CXX" 1>&6
9012 else
9013   echo "$ac_t""no" 1>&6
9014 fi
9015
9016 test -n "$CXX" && break
9017 done
9018 test -n "$CXX" || CXX="gcc"
9019
9020
9021 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
9022 echo "configure:9023: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
9023
9024 ac_ext=C
9025 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9026 ac_cpp='$CXXCPP $CPPFLAGS'
9027 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9028 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9029 cross_compiling=$ac_cv_prog_cxx_cross
9030
9031 cat > conftest.$ac_ext << EOF
9032
9033 #line 9034 "configure"
9034 #include "confdefs.h"
9035
9036 int main(){return(0);}
9037 EOF
9038 if { (eval echo configure:9039: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9039   ac_cv_prog_cxx_works=yes
9040   # If we can't run a trivial program, we are probably using a cross compiler.
9041   if (./conftest; exit) 2>/dev/null; then
9042     ac_cv_prog_cxx_cross=no
9043   else
9044     ac_cv_prog_cxx_cross=yes
9045   fi
9046 else
9047   echo "configure: failed program was:" >&5
9048   cat conftest.$ac_ext >&5
9049   ac_cv_prog_cxx_works=no
9050 fi
9051 rm -fr conftest*
9052 ac_ext=C
9053 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9054 ac_cpp='$CXXCPP $CPPFLAGS'
9055 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9056 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9057 cross_compiling=$ac_cv_prog_cxx_cross
9058
9059 echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
9060 if test $ac_cv_prog_cxx_works = no; then
9061   { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
9062 fi
9063 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
9064 echo "configure:9065: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
9065 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
9066 cross_compiling=$ac_cv_prog_cxx_cross
9067
9068 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
9069 echo "configure:9070: checking whether we are using GNU C++" >&5
9070 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
9071   echo $ac_n "(cached) $ac_c" 1>&6
9072 else
9073   cat > conftest.C <<EOF
9074 #ifdef __GNUC__
9075   yes;
9076 #endif
9077 EOF
9078 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:9079: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
9079   ac_cv_prog_gxx=yes
9080 else
9081   ac_cv_prog_gxx=no
9082 fi
9083 fi
9084
9085 echo "$ac_t""$ac_cv_prog_gxx" 1>&6
9086
9087 if test $ac_cv_prog_gxx = yes; then
9088   GXX=yes
9089 else
9090   GXX=
9091 fi
9092
9093 ac_test_CXXFLAGS="${CXXFLAGS+set}"
9094 ac_save_CXXFLAGS="$CXXFLAGS"
9095 CXXFLAGS=
9096 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
9097 echo "configure:9098: checking whether ${CXX-g++} accepts -g" >&5
9098 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
9099   echo $ac_n "(cached) $ac_c" 1>&6
9100 else
9101   echo 'void f(){}' > conftest.cc
9102 if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
9103   ac_cv_prog_cxx_g=yes
9104 else
9105   ac_cv_prog_cxx_g=no
9106 fi
9107 rm -f conftest*
9108
9109 fi
9110
9111 echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
9112 if test "$ac_test_CXXFLAGS" = set; then
9113   CXXFLAGS="$ac_save_CXXFLAGS"
9114 elif test $ac_cv_prog_cxx_g = yes; then
9115   if test "$GXX" = yes; then
9116     CXXFLAGS="-g -O2"
9117   else
9118     CXXFLAGS="-g"
9119   fi
9120 else
9121   if test "$GXX" = yes; then
9122     CXXFLAGS="-O2"
9123   else
9124     CXXFLAGS=
9125   fi
9126 fi
9127
9128
9129 CXXFLAGS=`echo "$CXXFLAGS" | sed 's/-g//g'`
9130
9131 ac_ext=c
9132 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9133 ac_cpp='$CPP $CPPFLAGS'
9134 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9135 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9136 cross_compiling=$ac_cv_prog_cc_cross
9137
9138
9139 # Extract the first word of "ranlib", so it can be a program name with args.
9140 set dummy ranlib; ac_word=$2
9141 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9142 echo "configure:9143: checking for $ac_word" >&5
9143 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
9144   echo $ac_n "(cached) $ac_c" 1>&6
9145 else
9146   if test -n "$RANLIB"; then
9147   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9148 else
9149   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
9150   ac_dummy="$PATH"
9151   for ac_dir in $ac_dummy; do
9152     test -z "$ac_dir" && ac_dir=.
9153     if test -f $ac_dir/$ac_word; then
9154       ac_cv_prog_RANLIB="ranlib"
9155       break
9156     fi
9157   done
9158   IFS="$ac_save_ifs"
9159   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
9160 fi
9161 fi
9162 RANLIB="$ac_cv_prog_RANLIB"
9163 if test -n "$RANLIB"; then
9164   echo "$ac_t""$RANLIB" 1>&6
9165 else
9166   echo "$ac_t""no" 1>&6
9167 fi
9168
9169
9170 # Extract the first word of "ar", so it can be a program name with args.
9171 set dummy ar; ac_word=$2
9172 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9173 echo "configure:9174: checking for $ac_word" >&5
9174 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
9175   echo $ac_n "(cached) $ac_c" 1>&6
9176 else
9177   if test -n "$AR"; then
9178   ac_cv_prog_AR="$AR" # Let the user override the test.
9179 else
9180   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
9181   ac_dummy="$PATH"
9182   for ac_dir in $ac_dummy; do
9183     test -z "$ac_dir" && ac_dir=.
9184     if test -f $ac_dir/$ac_word; then
9185       ac_cv_prog_AR="ar"
9186       break
9187     fi
9188   done
9189   IFS="$ac_save_ifs"
9190   test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
9191 fi
9192 fi
9193 AR="$ac_cv_prog_AR"
9194 if test -n "$AR"; then
9195   echo "$ac_t""$AR" 1>&6
9196 else
9197   echo "$ac_t""no" 1>&6
9198 fi
9199
9200
9201 # Find a good install program.  We prefer a C program (faster),
9202 # so one script is as good as another.  But avoid the broken or
9203 # incompatible versions:
9204 # SysV /etc/install, /usr/sbin/install
9205 # SunOS /usr/etc/install
9206 # IRIX /sbin/install
9207 # AIX /bin/install
9208 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
9209 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
9210 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
9211 # ./install, which can be erroneously created by make from ./install.sh.
9212 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
9213 echo "configure:9214: checking for a BSD compatible install" >&5
9214 if test -z "$INSTALL"; then
9215 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
9216   echo $ac_n "(cached) $ac_c" 1>&6
9217 else
9218     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
9219   for ac_dir in $PATH; do
9220     # Account for people who put trailing slashes in PATH elements.
9221     case "$ac_dir/" in
9222     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
9223     *)
9224       # OSF1 and SCO ODT 3.0 have their own names for install.
9225       # Don't use installbsd from OSF since it installs stuff as root
9226       # by default.
9227       for ac_prog in ginstall scoinst install; do
9228         if test -f $ac_dir/$ac_prog; then
9229           if test $ac_prog = install &&
9230             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
9231             # AIX install.  It has an incompatible calling convention.
9232             :
9233           else
9234             ac_cv_path_install="$ac_dir/$ac_prog -c"
9235             break 2
9236           fi
9237         fi
9238       done
9239       ;;
9240     esac
9241   done
9242   IFS="$ac_save_IFS"
9243
9244 fi
9245   if test "${ac_cv_path_install+set}" = set; then
9246     INSTALL="$ac_cv_path_install"
9247   else
9248     # As a last resort, use the slow shell script.  We don't cache a
9249     # path for INSTALL within a source directory, because that will
9250     # break other packages using the cache if that directory is
9251     # removed, or if the path is relative.
9252     INSTALL="$ac_install_sh"
9253   fi
9254 fi
9255 echo "$ac_t""$INSTALL" 1>&6
9256
9257 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
9258 # It thinks the first close brace ends the variable substitution.
9259 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
9260
9261 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
9262
9263 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
9264
9265 case "${host}" in
9266
9267                 powerpc-*-darwin* )
9268         INSTALL_PROGRAM="cp -fp"
9269         INSTALL_DATA="cp -fp"
9270         ;;
9271     *)
9272         ;;
9273 esac
9274
9275 # Extract the first word of "strip", so it can be a program name with args.
9276 set dummy strip; ac_word=$2
9277 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9278 echo "configure:9279: checking for $ac_word" >&5
9279 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
9280   echo $ac_n "(cached) $ac_c" 1>&6
9281 else
9282   if test -n "$STRIP"; then
9283   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9284 else
9285   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
9286   ac_dummy="$PATH"
9287   for ac_dir in $ac_dummy; do
9288     test -z "$ac_dir" && ac_dir=.
9289     if test -f $ac_dir/$ac_word; then
9290       ac_cv_prog_STRIP="strip"
9291       break
9292     fi
9293   done
9294   IFS="$ac_save_ifs"
9295   test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP="true"
9296 fi
9297 fi
9298 STRIP="$ac_cv_prog_STRIP"
9299 if test -n "$STRIP"; then
9300   echo "$ac_t""$STRIP" 1>&6
9301 else
9302   echo "$ac_t""no" 1>&6
9303 fi
9304
9305
9306 echo $ac_n "checking if make is GNU make""... $ac_c" 1>&6
9307 echo "configure:9308: checking if make is GNU make" >&5
9308 if eval "test \"`echo '$''{'wx_cv_prog_makeisgnu'+set}'`\" = set"; then
9309   echo $ac_n "(cached) $ac_c" 1>&6
9310 else
9311   
9312     if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
9313             egrep -s GNU > /dev/null); then
9314         wx_cv_prog_makeisgnu="yes"
9315     else
9316         wx_cv_prog_makeisgnu="no"
9317     fi
9318
9319 fi
9320
9321 echo "$ac_t""$wx_cv_prog_makeisgnu" 1>&6
9322
9323 if test "x$wx_cv_prog_makeisgnu" = "xyes"; then
9324     IF_GNU_MAKE=""
9325 else
9326     IF_GNU_MAKE="#"
9327 fi
9328
9329
9330
9331 if test "x$wx_cv_prog_makeisgnu" != "xyes"; then
9332 echo $ac_n "checking if make supports VPATH""... $ac_c" 1>&6
9333 echo "configure:9334: checking if make supports VPATH" >&5
9334 if eval "test \"`echo '$''{'wx_cv_prog_makevpath'+set}'`\" = set"; then
9335   echo $ac_n "(cached) $ac_c" 1>&6
9336 else
9337   
9338 cat - << EOF > confMake
9339 check : file
9340         cp \$? \$@
9341         cp \$? final_file
9342 EOF
9343
9344 if test ! -d sub ; then
9345   mkdir sub
9346 fi
9347 echo dummy > sub/file
9348 ${MAKE-make} -f confMake VPATH=sub 2>&5 > /dev/null
9349 RESULT=$?
9350 rm -f sub/file check final_file confMake
9351 rmdir sub
9352 if test "$RESULT" = 0; then
9353   wx_cv_prog_makevpath="yes"
9354 else
9355   wx_cv_prog_makevpath="no"
9356 fi
9357
9358 fi
9359
9360 echo "$ac_t""$wx_cv_prog_makevpath" 1>&6
9361
9362 if test "x$wx_cv_prog_makevpath" != "xyes"; then
9363 { echo "configure: error: 
9364 You need a make-utility that is able to use the variable
9365 VPATH correctly.
9366 If your version of make does not support VPATH correctly,
9367 please install GNU-make (possibly as gmake), and start
9368 configure with the following command:
9369 export MAKE=gmake; ./configure  for sh-type shells
9370 setenv MAKE gmake; ./configure  for csh-type shells
9371 Also please do remember to use gmake in this case every time
9372 you are trying to compile.
9373 " 1>&2; exit 1; }
9374 fi fi 
9375 for ac_prog in 'bison -y' byacc
9376 do
9377 # Extract the first word of "$ac_prog", so it can be a program name with args.
9378 set dummy $ac_prog; ac_word=$2
9379 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9380 echo "configure:9381: checking for $ac_word" >&5
9381 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
9382   echo $ac_n "(cached) $ac_c" 1>&6
9383 else
9384   if test -n "$YACC"; then
9385   ac_cv_prog_YACC="$YACC" # Let the user override the test.
9386 else
9387   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
9388   ac_dummy="$PATH"
9389   for ac_dir in $ac_dummy; do
9390     test -z "$ac_dir" && ac_dir=.
9391     if test -f $ac_dir/$ac_word; then
9392       ac_cv_prog_YACC="$ac_prog"
9393       break
9394     fi
9395   done
9396   IFS="$ac_save_ifs"
9397 fi
9398 fi
9399 YACC="$ac_cv_prog_YACC"
9400 if test -n "$YACC"; then
9401   echo "$ac_t""$YACC" 1>&6
9402 else
9403   echo "$ac_t""no" 1>&6
9404 fi
9405
9406 test -n "$YACC" && break
9407 done
9408 test -n "$YACC" || YACC="yacc"
9409
9410
9411 # Extract the first word of "flex", so it can be a program name with args.
9412 set dummy flex; ac_word=$2
9413 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9414 echo "configure:9415: checking for $ac_word" >&5
9415 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
9416   echo $ac_n "(cached) $ac_c" 1>&6
9417 else
9418   if test -n "$LEX"; then
9419   ac_cv_prog_LEX="$LEX" # Let the user override the test.
9420 else
9421   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
9422   ac_dummy="$PATH"
9423   for ac_dir in $ac_dummy; do
9424     test -z "$ac_dir" && ac_dir=.
9425     if test -f $ac_dir/$ac_word; then
9426       ac_cv_prog_LEX="flex"
9427       break
9428     fi
9429   done
9430   IFS="$ac_save_ifs"
9431   test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX="lex"
9432 fi
9433 fi
9434 LEX="$ac_cv_prog_LEX"
9435 if test -n "$LEX"; then
9436   echo "$ac_t""$LEX" 1>&6
9437 else
9438   echo "$ac_t""no" 1>&6
9439 fi
9440
9441 if test -z "$LEXLIB"
9442 then
9443   case "$LEX" in
9444   flex*) ac_lib=fl ;;
9445   *) ac_lib=l ;;
9446   esac
9447   echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
9448 echo "configure:9449: checking for yywrap in -l$ac_lib" >&5
9449 ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
9450 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9451   echo $ac_n "(cached) $ac_c" 1>&6
9452 else
9453   ac_save_LIBS="$LIBS"
9454 LIBS="-l$ac_lib  $LIBS"
9455 cat > conftest.$ac_ext <<EOF
9456 #line 9457 "configure"
9457 #include "confdefs.h"
9458 /* Override any gcc2 internal prototype to avoid an error.  */
9459 /* We use char because int might match the return type of a gcc2
9460     builtin and then its argument prototype would still apply.  */
9461 char yywrap();
9462
9463 int main() {
9464 yywrap()
9465 ; return 0; }
9466 EOF
9467 if { (eval echo configure:9468: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9468   rm -rf conftest*
9469   eval "ac_cv_lib_$ac_lib_var=yes"
9470 else
9471   echo "configure: failed program was:" >&5
9472   cat conftest.$ac_ext >&5
9473   rm -rf conftest*
9474   eval "ac_cv_lib_$ac_lib_var=no"
9475 fi
9476 rm -f conftest*
9477 LIBS="$ac_save_LIBS"
9478
9479 fi
9480 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9481   echo "$ac_t""yes" 1>&6
9482   LEXLIB="-l$ac_lib"
9483 else
9484   echo "$ac_t""no" 1>&6
9485 fi
9486
9487 fi
9488
9489
9490 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
9491 echo "configure:9492: checking whether ln -s works" >&5
9492 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
9493   echo $ac_n "(cached) $ac_c" 1>&6
9494 else
9495   rm -f conftestdata
9496 if ln -s X conftestdata 2>/dev/null
9497 then
9498   rm -f conftestdata
9499   ac_cv_prog_LN_S="ln -s"
9500 else
9501   ac_cv_prog_LN_S=ln
9502 fi
9503 fi
9504 LN_S="$ac_cv_prog_LN_S"
9505 if test "$ac_cv_prog_LN_S" = "ln -s"; then
9506   echo "$ac_t""yes" 1>&6
9507 else
9508   echo "$ac_t""no" 1>&6
9509 fi
9510
9511
9512
9513 SEARCH_INCLUDE="\
9514     /usr/local/include        \
9515                               \
9516     /usr/Motif-1.2/include    \
9517     /usr/Motif-2.1/include    \
9518                               \
9519     /usr/include/Motif1.2     \
9520     /opt/xpm/include/X11      \
9521     /opt/GBxpm/include/       \
9522     /opt/GBxpm/X11/include/   \
9523                               \
9524     /usr/Motif1.2/include     \
9525     /usr/dt/include           \
9526     /usr/openwin/include      \
9527                               \
9528     /usr/include/Xm           \
9529                               \
9530     /usr/X11R6/include        \
9531     /usr/X11R6.4/include      \
9532     /usr/X11R5/include        \
9533     /usr/X11R4/include        \
9534                               \
9535     /usr/include/X11R6        \
9536     /usr/include/X11R5        \
9537     /usr/include/X11R4        \
9538                               \
9539     /usr/local/X11R6/include  \
9540     /usr/local/X11R5/include  \
9541     /usr/local/X11R4/include  \
9542                               \
9543     /usr/local/include/X11R6  \
9544     /usr/local/include/X11R5  \
9545     /usr/local/include/X11R4  \
9546                               \
9547     /usr/X11/include          \
9548     /usr/include/X11          \
9549     /usr/local/X11/include    \
9550     /usr/local/include/X11    \
9551                               \
9552     /usr/X386/include         \
9553     /usr/x386/include         \
9554     /usr/XFree86/include/X11  \
9555                               \
9556     X:/XFree86/include        \
9557     X:/XFree86/include/X11    \
9558                               \
9559     /usr/include/gtk          \
9560     /usr/local/include/gtk    \
9561     /usr/include/glib         \
9562     /usr/local/include/glib   \
9563                               \
9564     /usr/include/qt           \
9565     /usr/local/include/qt     \
9566                               \
9567     /usr/include/windows      \
9568     /usr/include/wine         \
9569     /usr/local/include/wine   \
9570                               \
9571     /usr/unsupported/include  \
9572     /usr/athena/include       \
9573     /usr/local/x11r5/include  \
9574     /usr/lpp/Xamples/include  \
9575                               \
9576     /usr/openwin/share/include \
9577                                \
9578     /usr/include"
9579
9580 SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` "
9581
9582
9583 cat > confcache <<\EOF
9584 # This file is a shell script that caches the results of configure
9585 # tests run on this system so they can be shared between configure
9586 # scripts and configure runs.  It is not useful on other systems.
9587 # If it contains results you don't want to keep, you may remove or edit it.
9588 #
9589 # By default, configure uses ./config.cache as the cache file,
9590 # creating it if it does not exist already.  You can give configure
9591 # the --cache-file=FILE option to use a different cache file; that is
9592 # what configure does when it calls configure scripts in
9593 # subdirectories, so they share the cache.
9594 # Giving --cache-file=/dev/null disables caching, for debugging configure.
9595 # config.status only pays attention to the cache file if you give it the
9596 # --recheck option to rerun configure.
9597 #
9598 EOF
9599 # The following way of writing the cache mishandles newlines in values,
9600 # but we know of no workaround that is simple, portable, and efficient.
9601 # So, don't put newlines in cache variables' values.
9602 # Ultrix sh set writes to stderr and can't be redirected directly,
9603 # and sets the high bit in the cache file unless we assign to the vars.
9604 (set) 2>&1 |
9605   case `(ac_space=' '; set | grep ac_space) 2>&1` in
9606   *ac_space=\ *)
9607     # `set' does not quote correctly, so add quotes (double-quote substitution
9608     # turns \\\\ into \\, and sed turns \\ into \).
9609     sed -n \
9610       -e "s/'/'\\\\''/g" \
9611       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
9612     ;;
9613   *)
9614     # `set' quotes correctly as required by POSIX, so do not add quotes.
9615     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
9616     ;;
9617   esac >> confcache
9618 if cmp -s $cache_file confcache; then
9619   :
9620 else
9621   if test -w $cache_file; then
9622     echo "updating cache $cache_file"
9623     cat confcache > $cache_file
9624   else
9625     echo "not updating unwritable cache $cache_file"
9626   fi
9627 fi
9628 rm -f confcache
9629
9630
9631
9632
9633 REGEX_INCLUDE=
9634 if test "$wxUSE_REGEX" != "no"; then
9635     cat >> confdefs.h <<\EOF
9636 #define wxUSE_REGEX 1
9637 EOF
9638
9639
9640     if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
9641                         ac_safe=`echo "regex.h" | sed 'y%./+-%__p_%'`
9642 echo $ac_n "checking for regex.h""... $ac_c" 1>&6
9643 echo "configure:9644: checking for regex.h" >&5
9644 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9645   echo $ac_n "(cached) $ac_c" 1>&6
9646 else
9647   cat > conftest.$ac_ext <<EOF
9648 #line 9649 "configure"
9649 #include "confdefs.h"
9650 #include <regex.h>
9651 EOF
9652 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9653 { (eval echo configure:9654: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9654 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9655 if test -z "$ac_err"; then
9656   rm -rf conftest*
9657   eval "ac_cv_header_$ac_safe=yes"
9658 else
9659   echo "$ac_err" >&5
9660   echo "configure: failed program was:" >&5
9661   cat conftest.$ac_ext >&5
9662   rm -rf conftest*
9663   eval "ac_cv_header_$ac_safe=no"
9664 fi
9665 rm -f conftest*
9666 fi
9667 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9668   echo "$ac_t""yes" 1>&6
9669   for ac_func in regcomp
9670 do
9671 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
9672 echo "configure:9673: checking for $ac_func" >&5
9673 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9674   echo $ac_n "(cached) $ac_c" 1>&6
9675 else
9676   cat > conftest.$ac_ext <<EOF
9677 #line 9678 "configure"
9678 #include "confdefs.h"
9679 /* System header to define __stub macros and hopefully few prototypes,
9680     which can conflict with char $ac_func(); below.  */
9681 #include <assert.h>
9682 /* Override any gcc2 internal prototype to avoid an error.  */
9683 /* We use char because int might match the return type of a gcc2
9684     builtin and then its argument prototype would still apply.  */
9685 char $ac_func();
9686
9687 int main() {
9688
9689 /* The GNU C library defines this for functions which it implements
9690     to always fail with ENOSYS.  Some functions are actually named
9691     something starting with __ and the normal name is an alias.  */
9692 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9693 choke me
9694 #else
9695 $ac_func();
9696 #endif
9697
9698 ; return 0; }
9699 EOF
9700 if { (eval echo configure:9701: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9701   rm -rf conftest*
9702   eval "ac_cv_func_$ac_func=yes"
9703 else
9704   echo "configure: failed program was:" >&5
9705   cat conftest.$ac_ext >&5
9706   rm -rf conftest*
9707   eval "ac_cv_func_$ac_func=no"
9708 fi
9709 rm -f conftest*
9710 fi
9711
9712 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9713   echo "$ac_t""yes" 1>&6
9714     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9715   cat >> confdefs.h <<EOF
9716 #define $ac_tr_func 1
9717 EOF
9718  
9719 else
9720   echo "$ac_t""no" 1>&6
9721 fi
9722 done
9723
9724 else
9725   echo "$ac_t""no" 1>&6
9726 fi
9727
9728
9729         if test "x$ac_cv_func_regcomp" != "xyes"; then
9730             if test "$wxUSE_REGEX" = "sys" ; then
9731                 { echo "configure: error: system regex library not found! Use --with-regex to use built-in version" 1>&2; exit 1; }
9732             else
9733                 echo "configure: warning: system regex library not found, will use built-in instead" 1>&2
9734                 wxUSE_REGEX=builtin
9735             fi
9736         else
9737                         wxUSE_REGEX=sys
9738         fi
9739     fi
9740
9741     if test "$wxUSE_REGEX" = "builtin" ; then
9742         REGEX_INCLUDE="-I\${top_srcdir}/src/regex"
9743     fi
9744 fi
9745
9746
9747 ZLIB_INCLUDE=
9748 ZLIB_LINK=
9749 if test "$wxUSE_ZLIB" != "no" ; then
9750     cat >> confdefs.h <<\EOF
9751 #define wxUSE_ZLIB 1
9752 EOF
9753
9754
9755     if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
9756         ac_safe=`echo "zlib.h" | sed 'y%./+-%__p_%'`
9757 echo $ac_n "checking for zlib.h""... $ac_c" 1>&6
9758 echo "configure:9759: checking for zlib.h" >&5
9759 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9760   echo $ac_n "(cached) $ac_c" 1>&6
9761 else
9762   cat > conftest.$ac_ext <<EOF
9763 #line 9764 "configure"
9764 #include "confdefs.h"
9765 #include <zlib.h>
9766 EOF
9767 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9768 { (eval echo configure:9769: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9769 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9770 if test -z "$ac_err"; then
9771   rm -rf conftest*
9772   eval "ac_cv_header_$ac_safe=yes"
9773 else
9774   echo "$ac_err" >&5
9775   echo "configure: failed program was:" >&5
9776   cat conftest.$ac_ext >&5
9777   rm -rf conftest*
9778   eval "ac_cv_header_$ac_safe=no"
9779 fi
9780 rm -f conftest*
9781 fi
9782 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9783   echo "$ac_t""yes" 1>&6
9784   echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6
9785 echo "configure:9786: checking for deflate in -lz" >&5
9786 ac_lib_var=`echo z'_'deflate | sed 'y%./+-%__p_%'`
9787 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9788   echo $ac_n "(cached) $ac_c" 1>&6
9789 else
9790   ac_save_LIBS="$LIBS"
9791 LIBS="-lz  $LIBS"
9792 cat > conftest.$ac_ext <<EOF
9793 #line 9794 "configure"
9794 #include "confdefs.h"
9795 /* Override any gcc2 internal prototype to avoid an error.  */
9796 /* We use char because int might match the return type of a gcc2
9797     builtin and then its argument prototype would still apply.  */
9798 char deflate();
9799
9800 int main() {
9801 deflate()
9802 ; return 0; }
9803 EOF
9804 if { (eval echo configure:9805: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9805   rm -rf conftest*
9806   eval "ac_cv_lib_$ac_lib_var=yes"
9807 else
9808   echo "configure: failed program was:" >&5
9809   cat conftest.$ac_ext >&5
9810   rm -rf conftest*
9811   eval "ac_cv_lib_$ac_lib_var=no"
9812 fi
9813 rm -f conftest*
9814 LIBS="$ac_save_LIBS"
9815
9816 fi
9817 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9818   echo "$ac_t""yes" 1>&6
9819   ZLIB_LINK=" -lz"
9820 else
9821   echo "$ac_t""no" 1>&6
9822 fi
9823
9824 else
9825   echo "$ac_t""no" 1>&6
9826 fi
9827
9828
9829         if test "x$ZLIB_LINK" = "x" ; then
9830             if test "$wxUSE_ZLIB" = "sys" ; then
9831                 { echo "configure: error: system zlib compression library not found! Use --with-zlib=builtin to use built-in version" 1>&2; exit 1; }
9832             else
9833                 echo "configure: warning: system zlib compression library not found, will use built-in instead" 1>&2
9834                 wxUSE_ZLIB=builtin
9835             fi
9836         else
9837                         wxUSE_ZLIB=sys
9838         fi
9839     fi
9840
9841     if test "$wxUSE_ZLIB" = "builtin" ; then
9842         ZLIB_INCLUDE="-I\${top_srcdir}/src/zlib"
9843     fi
9844 fi
9845
9846
9847 PNG_INCLUDE=
9848 PNG_LINK=
9849 if test "$wxUSE_LIBPNG" != "no" ; then
9850     cat >> confdefs.h <<\EOF
9851 #define wxUSE_LIBPNG 1
9852 EOF
9853
9854     
9855     if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
9856         echo "configure: warning: wxMGL doesn't work with builtin png library, will use MGL one instead" 1>&2
9857         wxUSE_LIBPNG=sys
9858     fi
9859
9860                 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
9861         echo "configure: warning: system png library doesn't work without system zlib, will use built-in instead" 1>&2
9862         wxUSE_LIBPNG=builtin
9863     fi
9864
9865     if test "$wxUSE_MGL" != 1 ; then
9866                 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
9867             ac_safe=`echo "png.h" | sed 'y%./+-%__p_%'`
9868 echo $ac_n "checking for png.h""... $ac_c" 1>&6
9869 echo "configure:9870: checking for png.h" >&5
9870 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9871   echo $ac_n "(cached) $ac_c" 1>&6
9872 else
9873   cat > conftest.$ac_ext <<EOF
9874 #line 9875 "configure"
9875 #include "confdefs.h"
9876 #include <png.h>
9877 EOF
9878 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9879 { (eval echo configure:9880: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9880 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9881 if test -z "$ac_err"; then
9882   rm -rf conftest*
9883   eval "ac_cv_header_$ac_safe=yes"
9884 else
9885   echo "$ac_err" >&5
9886   echo "configure: failed program was:" >&5
9887   cat conftest.$ac_ext >&5
9888   rm -rf conftest*
9889   eval "ac_cv_header_$ac_safe=no"
9890 fi
9891 rm -f conftest*
9892 fi
9893 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9894   echo "$ac_t""yes" 1>&6
9895   echo $ac_n "checking for png_check_sig in -lpng""... $ac_c" 1>&6
9896 echo "configure:9897: checking for png_check_sig in -lpng" >&5
9897 ac_lib_var=`echo png'_'png_check_sig | sed 'y%./+-%__p_%'`
9898 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9899   echo $ac_n "(cached) $ac_c" 1>&6
9900 else
9901   ac_save_LIBS="$LIBS"
9902 LIBS="-lpng -lz -lm $LIBS"
9903 cat > conftest.$ac_ext <<EOF
9904 #line 9905 "configure"
9905 #include "confdefs.h"
9906 /* Override any gcc2 internal prototype to avoid an error.  */
9907 /* We use char because int might match the return type of a gcc2
9908     builtin and then its argument prototype would still apply.  */
9909 char png_check_sig();
9910
9911 int main() {
9912 png_check_sig()
9913 ; return 0; }
9914 EOF
9915 if { (eval echo configure:9916: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9916   rm -rf conftest*
9917   eval "ac_cv_lib_$ac_lib_var=yes"
9918 else
9919   echo "configure: failed program was:" >&5
9920   cat conftest.$ac_ext >&5
9921   rm -rf conftest*
9922   eval "ac_cv_lib_$ac_lib_var=no"
9923 fi
9924 rm -f conftest*
9925 LIBS="$ac_save_LIBS"
9926
9927 fi
9928 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9929   echo "$ac_t""yes" 1>&6
9930   PNG_LINK=" -lpng"
9931 else
9932   echo "$ac_t""no" 1>&6
9933 fi
9934
9935                            
9936 else
9937   echo "$ac_t""no" 1>&6
9938 fi
9939
9940
9941             if test "x$PNG_LINK" = "x" ; then
9942                 if test "$wxUSE_LIBPNG" = "sys" ; then
9943                     { echo "configure: error: system png library not found! Use --with-libpng=builtin to use built-in version" 1>&2; exit 1; }
9944                 else
9945                     echo "configure: warning: system png library not found, will use built-in instead" 1>&2
9946                     wxUSE_LIBPNG=builtin
9947                 fi
9948             else
9949                                 wxUSE_LIBPNG=yes
9950             fi
9951         fi
9952     fi
9953
9954     if test "$wxUSE_LIBPNG" = "builtin" ; then
9955         PNG_INCLUDE="-I\${top_srcdir}/src/png"
9956     fi
9957
9958     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png"
9959 fi
9960
9961
9962 JPEG_INCLUDE=
9963 JPEG_LINK=
9964 if test "$wxUSE_LIBJPEG" != "no" ; then
9965     cat >> confdefs.h <<\EOF
9966 #define wxUSE_LIBJPEG 1
9967 EOF
9968
9969
9970     if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
9971         echo "configure: warning: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" 1>&2
9972         wxUSE_LIBJPEG=sys
9973     fi
9974
9975     if test "$wxUSE_MGL" != 1 ; then
9976                 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
9977                                                 echo $ac_n "checking for jpeglib.h""... $ac_c" 1>&6
9978 echo "configure:9979: checking for jpeglib.h" >&5
9979             if eval "test \"`echo '$''{'ac_cv_header_jpeglib_h'+set}'`\" = set"; then
9980   echo $ac_n "(cached) $ac_c" 1>&6
9981 else
9982   cat > conftest.$ac_ext <<EOF
9983 #line 9984 "configure"
9984 #include "confdefs.h"
9985
9986                         #undef HAVE_STDLIB_H
9987                         #include <stdio.h>
9988                         #include <jpeglib.h>
9989                     
9990 int main() {
9991
9992                     
9993 ; return 0; }
9994 EOF
9995 if { (eval echo configure:9996: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9996   rm -rf conftest*
9997   ac_cv_header_jpeglib_h=yes
9998 else
9999   echo "configure: failed program was:" >&5
10000   cat conftest.$ac_ext >&5
10001   rm -rf conftest*
10002   ac_cv_header_jpeglib_h=no
10003                 
10004 fi
10005 rm -f conftest*
10006             
10007 fi
10008
10009             echo "$ac_t""$ac_cv_header_jpeglib_h" 1>&6
10010
10011             if test "$ac_cv_header_jpeglib_h" = "yes"; then
10012                 echo $ac_n "checking for jpeg_read_header in -ljpeg""... $ac_c" 1>&6
10013 echo "configure:10014: checking for jpeg_read_header in -ljpeg" >&5
10014 ac_lib_var=`echo jpeg'_'jpeg_read_header | sed 'y%./+-%__p_%'`
10015 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10016   echo $ac_n "(cached) $ac_c" 1>&6
10017 else
10018   ac_save_LIBS="$LIBS"
10019 LIBS="-ljpeg  $LIBS"
10020 cat > conftest.$ac_ext <<EOF
10021 #line 10022 "configure"
10022 #include "confdefs.h"
10023 /* Override any gcc2 internal prototype to avoid an error.  */
10024 /* We use char because int might match the return type of a gcc2
10025     builtin and then its argument prototype would still apply.  */
10026 char jpeg_read_header();
10027
10028 int main() {
10029 jpeg_read_header()
10030 ; return 0; }
10031 EOF
10032 if { (eval echo configure:10033: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10033   rm -rf conftest*
10034   eval "ac_cv_lib_$ac_lib_var=yes"
10035 else
10036   echo "configure: failed program was:" >&5
10037   cat conftest.$ac_ext >&5
10038   rm -rf conftest*
10039   eval "ac_cv_lib_$ac_lib_var=no"
10040 fi
10041 rm -f conftest*
10042 LIBS="$ac_save_LIBS"
10043
10044 fi
10045 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10046   echo "$ac_t""yes" 1>&6
10047   JPEG_LINK=" -ljpeg"
10048 else
10049   echo "$ac_t""no" 1>&6
10050 fi
10051
10052             fi
10053
10054             if test "x$JPEG_LINK" = "x" ; then
10055                 if test "$wxUSE_LIBJPEG" = "sys" ; then
10056                     { echo "configure: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" 1>&2; exit 1; }
10057                 else
10058                     echo "configure: warning: system jpeg library not found, will use built-in instead" 1>&2
10059                     wxUSE_LIBJPEG=builtin
10060                 fi
10061             else
10062                                 wxUSE_LIBJPEG=sys
10063             fi
10064         fi
10065     fi
10066
10067     if test "$wxUSE_LIBJPEG" = "builtin" ; then
10068         JPEG_INCLUDE="-I\${top_srcdir}/src/jpeg"
10069     fi
10070 fi
10071
10072
10073 TIFF_INCLUDE=
10074 TIFF_LINK=
10075 if test "$wxUSE_LIBTIFF" != "no" ; then
10076     cat >> confdefs.h <<\EOF
10077 #define wxUSE_LIBTIFF 1
10078 EOF
10079
10080
10081     if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
10082         ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'`
10083 echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6
10084 echo "configure:10085: checking for tiffio.h" >&5
10085 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10086   echo $ac_n "(cached) $ac_c" 1>&6
10087 else
10088   cat > conftest.$ac_ext <<EOF
10089 #line 10090 "configure"
10090 #include "confdefs.h"
10091 #include <tiffio.h>
10092 EOF
10093 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10094 { (eval echo configure:10095: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10095 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10096 if test -z "$ac_err"; then
10097   rm -rf conftest*
10098   eval "ac_cv_header_$ac_safe=yes"
10099 else
10100   echo "$ac_err" >&5
10101   echo "configure: failed program was:" >&5
10102   cat conftest.$ac_ext >&5
10103   rm -rf conftest*
10104   eval "ac_cv_header_$ac_safe=no"
10105 fi
10106 rm -f conftest*
10107 fi
10108 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10109   echo "$ac_t""yes" 1>&6
10110   echo $ac_n "checking for TIFFError in -ltiff""... $ac_c" 1>&6
10111 echo "configure:10112: checking for TIFFError in -ltiff" >&5
10112 ac_lib_var=`echo tiff'_'TIFFError | sed 'y%./+-%__p_%'`
10113 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10114   echo $ac_n "(cached) $ac_c" 1>&6
10115 else
10116   ac_save_LIBS="$LIBS"
10117 LIBS="-ltiff -lm $LIBS"
10118 cat > conftest.$ac_ext <<EOF
10119 #line 10120 "configure"
10120 #include "confdefs.h"
10121 /* Override any gcc2 internal prototype to avoid an error.  */
10122 /* We use char because int might match the return type of a gcc2
10123     builtin and then its argument prototype would still apply.  */
10124 char TIFFError();
10125
10126 int main() {
10127 TIFFError()
10128 ; return 0; }
10129 EOF
10130 if { (eval echo configure:10131: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10131   rm -rf conftest*
10132   eval "ac_cv_lib_$ac_lib_var=yes"
10133 else
10134   echo "configure: failed program was:" >&5
10135   cat conftest.$ac_ext >&5
10136   rm -rf conftest*
10137   eval "ac_cv_lib_$ac_lib_var=no"
10138 fi
10139 rm -f conftest*
10140 LIBS="$ac_save_LIBS"
10141
10142 fi
10143 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10144   echo "$ac_t""yes" 1>&6
10145   TIFF_LINK=" -ltiff"
10146 else
10147   echo "$ac_t""no" 1>&6
10148 fi
10149
10150                        
10151 else
10152   echo "$ac_t""no" 1>&6
10153 fi
10154
10155
10156         if test "x$TIFF_LINK" = "x" ; then
10157             if test "$wxUSE_LIBTIFF" = "sys" ; then
10158                 { echo "configure: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" 1>&2; exit 1; }
10159             else
10160                 echo "configure: warning: system tiff library not found, will use built-in instead" 1>&2
10161                 wxUSE_LIBTIFF=builtin
10162             fi
10163         else
10164                         wxUSE_LIBTIFF=sys
10165         fi
10166     fi
10167
10168     if test "$wxUSE_LIBTIFF" = "builtin" ; then
10169         TIFF_INCLUDE="-I\${top_srcdir}/src/tiff"
10170     fi
10171 fi
10172
10173
10174 AFMINSTALL=
10175
10176 TOOLKIT=
10177 TOOLKIT_INCLUDE=
10178 WIDGET_SET=
10179
10180 if test "$USE_WIN32" = 1 ; then
10181     for ac_hdr in w32api.h
10182 do
10183 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
10184 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
10185 echo "configure:10186: checking for $ac_hdr" >&5
10186 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10187   echo $ac_n "(cached) $ac_c" 1>&6
10188 else
10189   cat > conftest.$ac_ext <<EOF
10190 #line 10191 "configure"
10191 #include "confdefs.h"
10192 #include <$ac_hdr>
10193 EOF
10194 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10195 { (eval echo configure:10196: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10196 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10197 if test -z "$ac_err"; then
10198   rm -rf conftest*
10199   eval "ac_cv_header_$ac_safe=yes"
10200 else
10201   echo "$ac_err" >&5
10202   echo "configure: failed program was:" >&5
10203   cat conftest.$ac_ext >&5
10204   rm -rf conftest*
10205   eval "ac_cv_header_$ac_safe=no"
10206 fi
10207 rm -f conftest*
10208 fi
10209 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10210   echo "$ac_t""yes" 1>&6
10211     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
10212   cat >> confdefs.h <<EOF
10213 #define $ac_tr_hdr 1
10214 EOF
10215  
10216 else
10217   echo "$ac_t""no" 1>&6
10218 fi
10219 done
10220
10221     ac_safe=`echo "windows.h" | sed 'y%./+-%__p_%'`
10222 echo $ac_n "checking for windows.h""... $ac_c" 1>&6
10223 echo "configure:10224: checking for windows.h" >&5
10224 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10225   echo $ac_n "(cached) $ac_c" 1>&6
10226 else
10227   cat > conftest.$ac_ext <<EOF
10228 #line 10229 "configure"
10229 #include "confdefs.h"
10230 #include <windows.h>
10231 EOF
10232 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10233 { (eval echo configure:10234: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10234 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10235 if test -z "$ac_err"; then
10236   rm -rf conftest*
10237   eval "ac_cv_header_$ac_safe=yes"
10238 else
10239   echo "$ac_err" >&5
10240   echo "configure: failed program was:" >&5
10241   cat conftest.$ac_ext >&5
10242   rm -rf conftest*
10243   eval "ac_cv_header_$ac_safe=no"
10244 fi
10245 rm -f conftest*
10246 fi
10247 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10248   echo "$ac_t""yes" 1>&6
10249   :
10250 else
10251   echo "$ac_t""no" 1>&6
10252
10253         { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
10254     
10255 fi
10256
10257
10258         echo $ac_n "checking if w32api has good enough MSIE support""... $ac_c" 1>&6
10259 echo "configure:10260: checking if w32api has good enough MSIE support" >&5
10260 if eval "test \"`echo '$''{'wx_cv_w32api_win32_ie'+set}'`\" = set"; then
10261   echo $ac_n "(cached) $ac_c" 1>&6
10262 else
10263   
10264       cat > conftest.$ac_ext <<EOF
10265 #line 10266 "configure"
10266 #include "confdefs.h"
10267 #include <w32api.h>
10268 int main() {
10269
10270                        #define wxCHECK_W32API_VERSION( major, minor ) \
10271                        ( defined( __W32API_MAJOR_VERSION ) && defined( __W32API_MINOR_VERSION ) \
10272                        && ( ( __W32API_MAJOR_VERSION > (major) ) \
10273                        || ( __W32API_MAJOR_VERSION == (major) && __W32API_MINOR_VERSION >= (minor))))
10274
10275                        #if !wxCHECK_W32API_VERSION(1,1)
10276                        #error You need w32api 1.1 or newer
10277                        #endif
10278                      
10279 ; return 0; }
10280 EOF
10281 if { (eval echo configure:10282: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10282   rm -rf conftest*
10283   
10284                         wx_cv_w32api_win32_ie=yes
10285                      
10286 else
10287   echo "configure: failed program was:" >&5
10288   cat conftest.$ac_ext >&5
10289   rm -rf conftest*
10290   
10291                         wx_cv_w32api_win32_ie=no
10292                      
10293 fi
10294 rm -f conftest*
10295     
10296 fi
10297
10298 echo "$ac_t""$wx_cv_w32api_win32_ie" 1>&6
10299     if test "$wx_cv_w32api_win32_ie" = "yes" ; then
10300         CPPFLAGS="$CPPFLAGS -D_WIN32_IE=0x400"
10301     fi
10302
10303             LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -ladvapi32 -lwsock32"
10304
10305     case "${host}" in
10306         *-*-cygwin* )
10307                         LIBS="$LIBS -lkernel32 -luser32 -lgdi32 -lcomdlg32"
10308             TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WIN95__"
10309     esac
10310
10311         if test "$wxUSE_ODBC" = "yes" ; then
10312         LIBS=" -lodbc32 -lole32 -loleaut32 $LIBS"
10313     fi
10314
10315     RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
10316     RESPROGRAMOBJ="\$(PROGRAM)_resources.o"
10317 fi
10318
10319 if test "$wxUSE_GUI" = "yes"; then
10320     USE_GUI=1
10321
10322     GUI_TK_LIBRARY=
10323
10324     WXGTK12=
10325     WXGTK127=
10326     WXGTK20=
10327
10328     if test "$wxUSE_MSW" = 1 ; then
10329         TOOLKIT=MSW
10330         GUIDIST=MSW_DIST
10331
10332                                 case "${host}" in
10333             *-*-mingw32* )
10334                 LDFLAGS="$LDFLAGS -Wl,--subsystem,windows -mwindows"
10335         esac
10336     fi
10337
10338     if test "$wxUSE_GTK" = 1; then
10339         echo $ac_n "checking for GTK+ version""... $ac_c" 1>&6
10340 echo "configure:10341: checking for GTK+ version" >&5
10341
10342         gtk_version_cached=1
10343         if eval "test \"`echo '$''{'wx_cv_lib_gtk'+set}'`\" = set"; then
10344   echo $ac_n "(cached) $ac_c" 1>&6
10345 else
10346   
10347                                                 gtk_version_cached=0
10348                 echo "$ac_t""" 1>&6
10349
10350                                                 GTK_MODULES=
10351                 if test "$wxUSE_THREADS" = "yes"; then
10352                     GTK_MODULES=gthread
10353                 fi
10354
10355                 wx_cv_lib_gtk=
10356                 if test "x$wxUSE_GTK2" = "xyes"; then
10357                     # Check whether --enable-gtktest or --disable-gtktest was given.
10358 if test "${enable_gtktest+set}" = set; then
10359   enableval="$enable_gtktest"
10360   :
10361 else
10362   enable_gtktest=yes
10363 fi
10364
10365
10366   pkg_config_args=gtk+-2.0
10367   for module in . $GTK_MODULES
10368   do
10369       case "$module" in
10370          gthread) 
10371              pkg_config_args="$pkg_config_args gthread-2.0"
10372          ;;
10373       esac
10374   done
10375
10376   no_gtk=""
10377
10378   # Extract the first word of "pkg-config", so it can be a program name with args.
10379 set dummy pkg-config; ac_word=$2
10380 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
10381 echo "configure:10382: checking for $ac_word" >&5
10382 if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
10383   echo $ac_n "(cached) $ac_c" 1>&6
10384 else
10385   case "$PKG_CONFIG" in
10386   /*)
10387   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
10388   ;;
10389   ?:/*)                  
10390   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a dos path.
10391   ;;
10392   *)
10393   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
10394   ac_dummy="$PATH"
10395   for ac_dir in $ac_dummy; do 
10396     test -z "$ac_dir" && ac_dir=.
10397     if test -f $ac_dir/$ac_word; then
10398       ac_cv_path_PKG_CONFIG="$ac_dir/$ac_word"
10399       break
10400     fi
10401   done
10402   IFS="$ac_save_ifs"
10403   test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
10404   ;;
10405 esac
10406 fi
10407 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
10408 if test -n "$PKG_CONFIG"; then
10409   echo "$ac_t""$PKG_CONFIG" 1>&6
10410 else
10411   echo "$ac_t""no" 1>&6
10412 fi
10413
10414
10415   if test x$PKG_CONFIG != xno ; then
10416     if pkg-config --atleast-pkgconfig-version 0.7 ; then
10417       :
10418     else
10419       echo *** pkg-config too old; version 0.7 or better required.
10420       no_gtk=yes
10421       PKG_CONFIG=no
10422     fi
10423   else
10424     no_gtk=yes
10425   fi
10426
10427   min_gtk_version=1.3.1
10428   echo $ac_n "checking for GTK+ - version >= $min_gtk_version""... $ac_c" 1>&6
10429 echo "configure:10430: checking for GTK+ - version >= $min_gtk_version" >&5
10430
10431   if test x$PKG_CONFIG != xno ; then
10432     ## don't try to run the test against uninstalled libtool libs
10433     if $PKG_CONFIG --uninstalled $pkg_config_args; then
10434           echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
10435           enable_gtktest=no
10436     fi
10437
10438     if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
10439           :
10440     else
10441           no_gtk=yes
10442     fi
10443   fi
10444
10445   if test x"$no_gtk" = x ; then
10446     GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
10447     GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
10448     gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
10449            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
10450     gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
10451            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
10452     gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
10453            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
10454     if test "x$enable_gtktest" = "xyes" ; then
10455       ac_save_CFLAGS="$CFLAGS"
10456       ac_save_LIBS="$LIBS"
10457       CFLAGS="$CFLAGS $GTK_CFLAGS"
10458       LIBS="$GTK_LIBS $LIBS"
10459       rm -f conf.gtktest
10460       if test "$cross_compiling" = yes; then
10461   echo $ac_n "cross compiling; assumed OK... $ac_c"
10462 else
10463   cat > conftest.$ac_ext <<EOF
10464 #line 10465 "configure"
10465 #include "confdefs.h"
10466
10467 #include <gtk/gtk.h>
10468 #include <stdio.h>
10469 #include <stdlib.h>
10470
10471 int 
10472 main ()
10473 {
10474   int major, minor, micro;
10475   char *tmp_version;
10476
10477   system ("touch conf.gtktest");
10478
10479   /* HP/UX 9 (%@#!) writes to sscanf strings */
10480   tmp_version = g_strdup("$min_gtk_version");
10481   if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
10482      printf("%s, bad version string\n", "$min_gtk_version");
10483      exit(1);
10484    }
10485
10486   if ((gtk_major_version != $gtk_config_major_version) ||
10487       (gtk_minor_version != $gtk_config_minor_version) ||
10488       (gtk_micro_version != $gtk_config_micro_version))
10489     {
10490       printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", 
10491              $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
10492              gtk_major_version, gtk_minor_version, gtk_micro_version);
10493       printf ("*** was found! If pkg-config was correct, then it is best\n");
10494       printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
10495       printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
10496       printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
10497       printf("*** required on your system.\n");
10498       printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
10499       printf("*** to point to the correct configuration files\n");
10500     } 
10501   else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
10502            (gtk_minor_version != GTK_MINOR_VERSION) ||
10503            (gtk_micro_version != GTK_MICRO_VERSION))
10504     {
10505       printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
10506              GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
10507       printf("*** library (version %d.%d.%d)\n",
10508              gtk_major_version, gtk_minor_version, gtk_micro_version);
10509     }
10510   else
10511     {
10512       if ((gtk_major_version > major) ||
10513         ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
10514         ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
10515       {
10516         return 0;
10517        }
10518      else
10519       {
10520         printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
10521                gtk_major_version, gtk_minor_version, gtk_micro_version);
10522         printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
10523                major, minor, micro);
10524         printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
10525         printf("***\n");
10526         printf("*** If you have already installed a sufficiently new version, this error\n");
10527         printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
10528         printf("*** being found. The easiest way to fix this is to remove the old version\n");
10529         printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
10530         printf("*** correct copy of pkg-config. (In this case, you will have to\n");
10531         printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
10532         printf("*** so that the correct libraries are found at run-time))\n");
10533       }
10534     }
10535   return 1;
10536 }
10537
10538 EOF
10539 if { (eval echo configure:10540: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10540 then
10541   :
10542 else
10543   echo "configure: failed program was:" >&5
10544   cat conftest.$ac_ext >&5
10545   rm -fr conftest*
10546   no_gtk=yes
10547 fi
10548 rm -fr conftest*
10549 fi
10550
10551        CFLAGS="$ac_save_CFLAGS"
10552        LIBS="$ac_save_LIBS"
10553      fi
10554   fi
10555   if test "x$no_gtk" = x ; then
10556      echo "$ac_t""yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" 1>&6
10557      wx_cv_lib_gtk=2.0     
10558   else
10559      echo "$ac_t""no" 1>&6
10560      if test "$PKG_CONFIG" = "no" ; then
10561        echo "*** A new enough version of pkg-config was not found."
10562        echo "*** See http://pkgconfig.sourceforge.net"
10563      else
10564        if test -f conf.gtktest ; then
10565         :
10566        else
10567           echo "*** Could not run GTK+ test program, checking why..."
10568           CFLAGS="$CFLAGS $GTK_CFLAGS"
10569           LIBS="$LIBS $GTK_LIBS"
10570           cat > conftest.$ac_ext <<EOF
10571 #line 10572 "configure"
10572 #include "confdefs.h"
10573
10574 #include <gtk/gtk.h>
10575 #include <stdio.h>
10576
10577 int main() {
10578  return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version)); 
10579 ; return 0; }
10580 EOF
10581 if { (eval echo configure:10582: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10582   rm -rf conftest*
10583    echo "*** The test program compiled, but did not run. This usually means"
10584           echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
10585           echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
10586           echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
10587           echo "*** to the installed location  Also, make sure you have run ldconfig if that"
10588           echo "*** is required on your system"
10589           echo "***"
10590           echo "*** If you have an old version installed, it is best to remove it, although"
10591           echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" 
10592 else
10593   echo "configure: failed program was:" >&5
10594   cat conftest.$ac_ext >&5
10595   rm -rf conftest*
10596    echo "*** The test program failed to compile or link. See the file config.log for the"
10597           echo "*** exact error that occured. This usually means GTK+ was incorrectly installed"
10598           echo "*** or that you have moved GTK+ since it was installed. In the latter case, you"
10599           echo "*** may want to edit the pkg-config script: $PKG_CONFIG" 
10600 fi
10601 rm -f conftest*
10602           CFLAGS="$ac_save_CFLAGS"
10603           LIBS="$ac_save_LIBS"
10604        fi
10605      fi
10606      GTK_CFLAGS=""
10607      GTK_LIBS=""
10608      :
10609   fi
10610   
10611   
10612   rm -f conf.gtktest
10613
10614                 fi
10615
10616                 if test -z "$wx_cv_lib_gtk"; then
10617                     # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
10618 if test "${with_gtk_prefix+set}" = set; then
10619   withval="$with_gtk_prefix"
10620   gtk_config_prefix="$withval"
10621 else
10622   gtk_config_prefix=""
10623 fi
10624
10625 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
10626 if test "${with_gtk_exec_prefix+set}" = set; then
10627   withval="$with_gtk_exec_prefix"
10628   gtk_config_exec_prefix="$withval"
10629 else
10630   gtk_config_exec_prefix=""
10631 fi
10632
10633 # Check whether --enable-gtktest or --disable-gtktest was given.
10634 if test "${enable_gtktest+set}" = set; then
10635   enableval="$enable_gtktest"
10636   :
10637 else
10638   enable_gtktest=yes
10639 fi
10640
10641
10642   for module in . $GTK_MODULES
10643   do
10644       case "$module" in
10645          gthread) 
10646              gtk_config_args="$gtk_config_args gthread"
10647          ;;
10648       esac
10649   done
10650
10651   if test x$gtk_config_exec_prefix != x ; then
10652      gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
10653      if test x${GTK_CONFIG+set} != xset ; then
10654         GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
10655      fi
10656   fi
10657   if test x$gtk_config_prefix != x ; then
10658      gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
10659      if test x${GTK_CONFIG+set} != xset ; then
10660         GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
10661      fi
10662   fi
10663
10664   # Extract the first word of "gtk-config", so it can be a program name with args.
10665 set dummy gtk-config; ac_word=$2
10666 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
10667 echo "configure:10668: checking for $ac_word" >&5
10668 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
10669   echo $ac_n "(cached) $ac_c" 1>&6
10670 else
10671   case "$GTK_CONFIG" in
10672   /*)
10673   ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
10674   ;;
10675   ?:/*)                  
10676   ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path.
10677   ;;
10678   *)
10679   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
10680   ac_dummy="$PATH"
10681   for ac_dir in $ac_dummy; do 
10682     test -z "$ac_dir" && ac_dir=.
10683     if test -f $ac_dir/$ac_word; then
10684       ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word"
10685       break
10686     fi
10687   done
10688   IFS="$ac_save_ifs"
10689   test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
10690   ;;
10691 esac
10692 fi
10693 GTK_CONFIG="$ac_cv_path_GTK_CONFIG"
10694 if test -n "$GTK_CONFIG"; then
10695   echo "$ac_t""$GTK_CONFIG" 1>&6
10696 else
10697   echo "$ac_t""no" 1>&6
10698 fi
10699
10700   min_gtk_version=1.2.7
10701   echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
10702 echo "configure:10703: checking for GTK - version >= $min_gtk_version" >&5
10703   no_gtk=""
10704   if test "$GTK_CONFIG" = "no" ; then
10705     no_gtk=yes
10706   else
10707     GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
10708     GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
10709     gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
10710            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
10711     gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
10712            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
10713     gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
10714            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
10715     if test "x$enable_gtktest" = "xyes" ; then
10716       ac_save_CFLAGS="$CFLAGS"
10717       ac_save_LIBS="$LIBS"
10718       CFLAGS="$CFLAGS $GTK_CFLAGS"
10719       LIBS="$GTK_LIBS $LIBS"
10720       rm -f conf.gtktest
10721       if test "$cross_compiling" = yes; then
10722   echo $ac_n "cross compiling; assumed OK... $ac_c"
10723 else
10724   cat > conftest.$ac_ext <<EOF
10725 #line 10726 "configure"
10726 #include "confdefs.h"
10727
10728 #include <gtk/gtk.h>
10729 #include <stdio.h>
10730 #include <stdlib.h>
10731
10732 int 
10733 main ()
10734 {
10735   int major, minor, micro;
10736   char *tmp_version;
10737
10738   system ("touch conf.gtktest");
10739
10740   /* HP/UX 9 (%@#!) writes to sscanf strings */
10741   tmp_version = g_strdup("$min_gtk_version");
10742   if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
10743      printf("%s, bad version string\n", "$min_gtk_version");
10744      exit(1);
10745    }
10746
10747   if ((gtk_major_version != $gtk_config_major_version) ||
10748       (gtk_minor_version != $gtk_config_minor_version) ||
10749       (gtk_micro_version != $gtk_config_micro_version))
10750     {
10751       printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", 
10752              $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
10753              gtk_major_version, gtk_minor_version, gtk_micro_version);
10754       printf ("*** was found! If gtk-config was correct, then it is best\n");
10755       printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
10756       printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
10757       printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
10758       printf("*** required on your system.\n");
10759       printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
10760       printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
10761       printf("*** before re-running configure\n");
10762     } 
10763 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
10764   else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
10765            (gtk_minor_version != GTK_MINOR_VERSION) ||
10766            (gtk_micro_version != GTK_MICRO_VERSION))
10767     {
10768       printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
10769              GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
10770       printf("*** library (version %d.%d.%d)\n",
10771              gtk_major_version, gtk_minor_version, gtk_micro_version);
10772     }
10773 #endif /* defined (GTK_MAJOR_VERSION) ... */
10774   else
10775     {
10776       if ((gtk_major_version > major) ||
10777         ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
10778         ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
10779       {
10780         return 0;
10781        }
10782      else
10783       {
10784         printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
10785                gtk_major_version, gtk_minor_version, gtk_micro_version);
10786         printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
10787                major, minor, micro);
10788         printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
10789         printf("***\n");
10790         printf("*** If you have already installed a sufficiently new version, this error\n");
10791         printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
10792         printf("*** being found. The easiest way to fix this is to remove the old version\n");
10793         printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
10794         printf("*** correct copy of gtk-config. (In this case, you will have to\n");
10795         printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
10796         printf("*** so that the correct libraries are found at run-time))\n");
10797       }
10798     }
10799   return 1;
10800 }
10801
10802 EOF
10803 if { (eval echo configure:10804: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
10804 then
10805   :
10806 else
10807   echo "configure: failed program was:" >&5
10808   cat conftest.$ac_ext >&5
10809   rm -fr conftest*
10810   no_gtk=yes
10811 fi
10812 rm -fr conftest*
10813 fi
10814
10815        CFLAGS="$ac_save_CFLAGS"
10816        LIBS="$ac_save_LIBS"
10817      fi
10818   fi
10819   if test "x$no_gtk" = x ; then
10820      echo "$ac_t""yes" 1>&6
10821      wx_cv_lib_gtk=1.2.7     
10822   else
10823      echo "$ac_t""no" 1>&6
10824      if test "$GTK_CONFIG" = "no" ; then
10825        echo "*** The gtk-config script installed by GTK could not be found"
10826        echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
10827        echo "*** your path, or set the GTK_CONFIG environment variable to the"
10828        echo "*** full path to gtk-config."
10829      else
10830        if test -f conf.gtktest ; then
10831         :
10832        else
10833           echo "*** Could not run GTK test program, checking why..."
10834           CFLAGS="$CFLAGS $GTK_CFLAGS"
10835           LIBS="$LIBS $GTK_LIBS"
10836           cat > conftest.$ac_ext <<EOF
10837 #line 10838 "configure"
10838 #include "confdefs.h"
10839
10840 #include <gtk/gtk.h>
10841 #include <stdio.h>
10842
10843 int main() {
10844  return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version)); 
10845 ; return 0; }
10846 EOF
10847 if { (eval echo configure:10848: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10848   rm -rf conftest*
10849    echo "*** The test program compiled, but did not run. This usually means"
10850           echo "*** that the run-time linker is not finding GTK or finding the wrong"
10851           echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
10852           echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
10853           echo "*** to the installed location  Also, make sure you have run ldconfig if that"
10854           echo "*** is required on your system"
10855           echo "***"
10856           echo "*** If you have an old version installed, it is best to remove it, although"
10857           echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
10858           echo "***"
10859           echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
10860           echo "*** came with the system with the command"
10861           echo "***"
10862           echo "***    rpm --erase --nodeps gtk gtk-devel" 
10863 else
10864   echo "configure: failed program was:" >&5
10865   cat conftest.$ac_ext >&5
10866   rm -rf conftest*
10867    echo "*** The test program failed to compile or link. See the file config.log for the"
10868           echo "*** exact error that occured. This usually means GTK was incorrectly installed"
10869           echo "*** or that you have moved GTK since it was installed. In the latter case, you"
10870           echo "*** may want to edit the gtk-config script: $GTK_CONFIG" 
10871 fi
10872 rm -f conftest*
10873           CFLAGS="$ac_save_CFLAGS"
10874           LIBS="$ac_save_LIBS"
10875        fi
10876      fi
10877      GTK_CFLAGS=""
10878      GTK_LIBS=""
10879      :
10880   fi
10881   
10882   
10883   rm -f conf.gtktest
10884
10885                 fi
10886
10887                 if test -z "$wx_cv_lib_gtk"; then
10888                     # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
10889 if test "${with_gtk_prefix+set}" = set; then
10890   withval="$with_gtk_prefix"
10891   gtk_config_prefix="$withval"
10892 else
10893   gtk_config_prefix=""
10894 fi
10895
10896 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
10897 if test "${with_gtk_exec_prefix+set}" = set; then
10898   withval="$with_gtk_exec_prefix"
10899   gtk_config_exec_prefix="$withval"
10900 else
10901   gtk_config_exec_prefix=""
10902 fi
10903
10904 # Check whether --enable-gtktest or --disable-gtktest was given.
10905 if test "${enable_gtktest+set}" = set; then
10906   enableval="$enable_gtktest"
10907   :
10908 else
10909   enable_gtktest=yes
10910 fi
10911
10912
10913   for module in . $GTK_MODULES
10914   do
10915       case "$module" in
10916          gthread) 
10917              gtk_config_args="$gtk_config_args gthread"
10918          ;;
10919       esac
10920   done
10921
10922   if test x$gtk_config_exec_prefix != x ; then
10923      gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
10924      if test x${GTK_CONFIG+set} != xset ; then
10925         GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
10926      fi
10927   fi
10928   if test x$gtk_config_prefix != x ; then
10929      gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
10930      if test x${GTK_CONFIG+set} != xset ; then
10931         GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
10932      fi
10933   fi
10934
10935   # Extract the first word of "gtk-config", so it can be a program name with args.
10936 set dummy gtk-config; ac_word=$2
10937 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
10938 echo "configure:10939: checking for $ac_word" >&5
10939 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
10940   echo $ac_n "(cached) $ac_c" 1>&6
10941 else
10942   case "$GTK_CONFIG" in
10943   /*)
10944   ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
10945   ;;
10946   ?:/*)                  
10947   ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path.
10948   ;;
10949   *)
10950   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
10951   ac_dummy="$PATH"
10952   for ac_dir in $ac_dummy; do 
10953     test -z "$ac_dir" && ac_dir=.
10954     if test -f $ac_dir/$ac_word; then
10955       ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word"
10956       break
10957     fi
10958   done
10959   IFS="$ac_save_ifs"
10960   test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
10961   ;;
10962 esac
10963 fi
10964 GTK_CONFIG="$ac_cv_path_GTK_CONFIG"
10965 if test -n "$GTK_CONFIG"; then
10966   echo "$ac_t""$GTK_CONFIG" 1>&6
10967 else
10968   echo "$ac_t""no" 1>&6
10969 fi
10970
10971   min_gtk_version=1.2.3
10972   echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
10973 echo "configure:10974: checking for GTK - version >= $min_gtk_version" >&5
10974   no_gtk=""
10975   if test "$GTK_CONFIG" = "no" ; then
10976     no_gtk=yes
10977   else
10978     GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
10979     GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
10980     gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
10981            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
10982     gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
10983            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
10984     gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
10985            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
10986     if test "x$enable_gtktest" = "xyes" ; then
10987       ac_save_CFLAGS="$CFLAGS"
10988       ac_save_LIBS="$LIBS"
10989       CFLAGS="$CFLAGS $GTK_CFLAGS"
10990       LIBS="$GTK_LIBS $LIBS"
10991       rm -f conf.gtktest
10992       if test "$cross_compiling" = yes; then
10993   echo $ac_n "cross compiling; assumed OK... $ac_c"
10994 else
10995   cat > conftest.$ac_ext <<EOF
10996 #line 10997 "configure"
10997 #include "confdefs.h"
10998
10999 #include <gtk/gtk.h>
11000 #include <stdio.h>
11001 #include <stdlib.h>
11002
11003 int 
11004 main ()
11005 {
11006   int major, minor, micro;
11007   char *tmp_version;
11008
11009   system ("touch conf.gtktest");
11010
11011   /* HP/UX 9 (%@#!) writes to sscanf strings */
11012   tmp_version = g_strdup("$min_gtk_version");
11013   if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
11014      printf("%s, bad version string\n", "$min_gtk_version");
11015      exit(1);
11016    }
11017
11018   if ((gtk_major_version != $gtk_config_major_version) ||
11019       (gtk_minor_version != $gtk_config_minor_version) ||
11020       (gtk_micro_version != $gtk_config_micro_version))
11021     {
11022       printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", 
11023              $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
11024              gtk_major_version, gtk_minor_version, gtk_micro_version);
11025       printf ("*** was found! If gtk-config was correct, then it is best\n");
11026       printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
11027       printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
11028       printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
11029       printf("*** required on your system.\n");
11030       printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
11031       printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
11032       printf("*** before re-running configure\n");
11033     } 
11034 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
11035   else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
11036            (gtk_minor_version != GTK_MINOR_VERSION) ||
11037            (gtk_micro_version != GTK_MICRO_VERSION))
11038     {
11039       printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
11040              GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
11041       printf("*** library (version %d.%d.%d)\n",
11042              gtk_major_version, gtk_minor_version, gtk_micro_version);
11043     }
11044 #endif /* defined (GTK_MAJOR_VERSION) ... */
11045   else
11046     {
11047       if ((gtk_major_version > major) ||
11048         ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
11049         ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
11050       {
11051         return 0;
11052        }
11053      else
11054       {
11055         printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
11056                gtk_major_version, gtk_minor_version, gtk_micro_version);
11057         printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
11058                major, minor, micro);
11059         printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
11060         printf("***\n");
11061         printf("*** If you have already installed a sufficiently new version, this error\n");
11062         printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
11063         printf("*** being found. The easiest way to fix this is to remove the old version\n");
11064         printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
11065         printf("*** correct copy of gtk-config. (In this case, you will have to\n");
11066         printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
11067         printf("*** so that the correct libraries are found at run-time))\n");
11068       }
11069     }
11070   return 1;
11071 }
11072
11073 EOF
11074 if { (eval echo configure:11075: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
11075 then
11076   :
11077 else
11078   echo "configure: failed program was:" >&5
11079   cat conftest.$ac_ext >&5
11080   rm -fr conftest*
11081   no_gtk=yes
11082 fi
11083 rm -fr conftest*
11084 fi
11085
11086        CFLAGS="$ac_save_CFLAGS"
11087        LIBS="$ac_save_LIBS"
11088      fi
11089   fi
11090   if test "x$no_gtk" = x ; then
11091      echo "$ac_t""yes" 1>&6
11092      wx_cv_lib_gtk=1.2.3     
11093   else
11094      echo "$ac_t""no" 1>&6
11095      if test "$GTK_CONFIG" = "no" ; then
11096        echo "*** The gtk-config script installed by GTK could not be found"
11097        echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
11098        echo "*** your path, or set the GTK_CONFIG environment variable to the"
11099        echo "*** full path to gtk-config."
11100      else
11101        if test -f conf.gtktest ; then
11102         :
11103        else
11104           echo "*** Could not run GTK test program, checking why..."
11105           CFLAGS="$CFLAGS $GTK_CFLAGS"
11106           LIBS="$LIBS $GTK_LIBS"
11107           cat > conftest.$ac_ext <<EOF
11108 #line 11109 "configure"
11109 #include "confdefs.h"
11110
11111 #include <gtk/gtk.h>
11112 #include <stdio.h>
11113
11114 int main() {
11115  return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version)); 
11116 ; return 0; }
11117 EOF
11118 if { (eval echo configure:11119: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11119   rm -rf conftest*
11120    echo "*** The test program compiled, but did not run. This usually means"
11121           echo "*** that the run-time linker is not finding GTK or finding the wrong"
11122           echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
11123           echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
11124           echo "*** to the installed location  Also, make sure you have run ldconfig if that"
11125           echo "*** is required on your system"
11126           echo "***"
11127           echo "*** If you have an old version installed, it is best to remove it, although"
11128           echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
11129           echo "***"
11130           echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
11131           echo "*** came with the system with the command"
11132           echo "***"
11133           echo "***    rpm --erase --nodeps gtk gtk-devel" 
11134 else
11135   echo "configure: failed program was:" >&5
11136   cat conftest.$ac_ext >&5
11137   rm -rf conftest*
11138    echo "*** The test program failed to compile or link. See the file config.log for the"
11139           echo "*** exact error that occured. This usually means GTK was incorrectly installed"
11140           echo "*** or that you have moved GTK since it was installed. In the latter case, you"
11141           echo "*** may want to edit the gtk-config script: $GTK_CONFIG" 
11142 fi
11143 rm -f conftest*
11144           CFLAGS="$ac_save_CFLAGS"
11145           LIBS="$ac_save_LIBS"
11146        fi
11147      fi
11148      GTK_CFLAGS=""
11149      GTK_LIBS=""
11150      :
11151   fi
11152   
11153   
11154   rm -f conf.gtktest
11155
11156                 fi
11157
11158                 if test -z "$wx_cv_lib_gtk"; then
11159                                         wx_cv_lib_gtk=none
11160                 else
11161                                                             wx_cv_cflags_gtk=$GTK_CFLAGS
11162                     wx_cv_libs_gtk=$GTK_LIBS
11163                 fi
11164             
11165         
11166 fi
11167
11168
11169                         if test "$gtk_version_cached" = 1; then
11170             echo "$ac_t""$wx_cv_lib_gtk" 1>&6
11171         fi
11172
11173         case "$wx_cv_lib_gtk" in
11174             2.0)    WXGTK20=1
11175                     ;;
11176             1.2.7)  WXGTK127=1
11177                     WXGTK12=1
11178                     ;;
11179             1.2.3)  WXGTK12=1
11180                     ;;
11181             *)      { echo "configure: error: 
11182 Please check that gtk-config is in path, the directory
11183 where GTK+ libraries are installed (returned by
11184 'gtk-config --libs' command) is in LD_LIBRARY_PATH or
11185 equivalent variable and GTK+ is version 1.2.3 or above.
11186                             " 1>&2; exit 1; }
11187                     ;;
11188         esac
11189
11190         TOOLKIT_INCLUDE="$wx_cv_cflags_gtk"
11191         GUI_TK_LIBRARY="$wx_cv_libs_gtk"
11192
11193         AFMINSTALL=afminstall
11194         TOOLKIT=GTK
11195         GUIDIST=GTK_DIST
11196
11197                 echo $ac_n "checking for gdk_im_open in -lgdk""... $ac_c" 1>&6
11198 echo "configure:11199: checking for gdk_im_open in -lgdk" >&5
11199 ac_lib_var=`echo gdk'_'gdk_im_open | sed 'y%./+-%__p_%'`
11200 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11201   echo $ac_n "(cached) $ac_c" 1>&6
11202 else
11203   ac_save_LIBS="$LIBS"
11204 LIBS="-lgdk  $LIBS"
11205 cat > conftest.$ac_ext <<EOF
11206 #line 11207 "configure"
11207 #include "confdefs.h"
11208 /* Override any gcc2 internal prototype to avoid an error.  */
11209 /* We use char because int might match the return type of a gcc2
11210     builtin and then its argument prototype would still apply.  */
11211 char gdk_im_open();
11212
11213 int main() {
11214 gdk_im_open()
11215 ; return 0; }
11216 EOF
11217 if { (eval echo configure:11218: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11218   rm -rf conftest*
11219   eval "ac_cv_lib_$ac_lib_var=yes"
11220 else
11221   echo "configure: failed program was:" >&5
11222   cat conftest.$ac_ext >&5
11223   rm -rf conftest*
11224   eval "ac_cv_lib_$ac_lib_var=no"
11225 fi
11226 rm -f conftest*
11227 LIBS="$ac_save_LIBS"
11228
11229 fi
11230 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11231   echo "$ac_t""yes" 1>&6
11232   cat >> confdefs.h <<\EOF
11233 #define HAVE_XIM 1
11234 EOF
11235
11236 else
11237   echo "$ac_t""no" 1>&6
11238 fi
11239
11240     fi
11241
11242     if test "$wxUSE_MGL" = 1; then
11243         echo $ac_n "checking for SciTech MGL library""... $ac_c" 1>&6
11244 echo "configure:11245: checking for SciTech MGL library" >&5
11245         if test "x$MGL_ROOT" = x ; then
11246             echo "$ac_t""not found" 1>&6
11247             { echo "configure: error: Cannot find MGL library. Make sure MGL_ROOT is set." 1>&2; exit 1; }
11248         else
11249             echo "$ac_t""$MGL_ROOT" 1>&6
11250         fi
11251
11252                         case "${host}" in
11253             *-*-linux* )
11254               mgl_os=linux/gcc/glibc
11255               ;;
11256             *-pc-msdosdjgpp )
11257               mgl_os=dos32/dj2
11258               ;;
11259             *)
11260               { echo "configure: error: This system type ${host} is not yet supported by wxMGL." 1>&2; exit 1; }
11261         esac
11262
11263         mgl_lib_type=""
11264
11265         if test "$wxUSE_DEBUG_FLAG" = yes ; then
11266             if test -f $MGL_ROOT/lib/debug/$mgl_os/libmgl.a -o \
11267                     -f $MGL_ROOT/lib/debug/$mgl_os/libmgl.so; then
11268                 mgl_lib_type=debug
11269             fi
11270         fi
11271         if test "x$mgl_lib_type" = x ; then
11272             if test -f $MGL_ROOT/lib/release/$mgl_os/libmgl.a -o \
11273                     -f $MGL_ROOT/lib/release/$mgl_os/libmgl.so; then
11274                 mgl_lib_type=release
11275             else
11276                 { echo "configure: error: Cannot find MGL libraries, make sure they are compiled." 1>&2; exit 1; }
11277             fi
11278         fi
11279
11280         TOOLKIT_INCLUDE="-I$MGL_ROOT/include"
11281         GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
11282
11283         AFMINSTALL=afminstall
11284         TOOLKIT=MGL
11285         GUIDIST=MGL_DIST
11286     fi
11287
11288     if test "$wxUSE_MICROWIN" = 1; then
11289         echo $ac_n "checking for MicroWindows""... $ac_c" 1>&6
11290 echo "configure:11291: checking for MicroWindows" >&5
11291         if test "x$MICROWINDOWS" = x ; then
11292             echo "$ac_t""not found" 1>&6
11293             { echo "configure: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." 1>&2; exit 1; }
11294         else
11295             echo "$ac_t""$MICROWINDOWS" 1>&6
11296         fi
11297
11298         if test -f $MICROWINDOWS/lib/libmwin.a; then
11299             echo "$ac_t""MicroWindows' libraries found." 1>&6
11300         else
11301             { echo "configure: error: Cannot find MicroWindows libraries, make sure they are compiled." 1>&2; exit 1; }
11302         fi
11303
11304         TOOLKIT_INCLUDE="-I$MICROWINDOWS/include"
11305         GUI_TK_LIBRARY="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
11306
11307         AFMINSTALL=afminstall
11308         TOOLKIT=MICROWIN
11309         GUIDIST=MICROWIN_DIST
11310         
11311         TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__ -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
11312     fi
11313
11314     if test "$wxUSE_X11" = 1; then
11315                         # If we find X, set shell vars x_includes and x_libraries to the
11316 # paths, otherwise set no_x=yes.
11317 # Uses ac_ vars as temps to allow command line to override cache and checks.
11318 # --without-x overrides everything else, but does not touch the cache.
11319 echo $ac_n "checking for X""... $ac_c" 1>&6
11320 echo "configure:11321: checking for X" >&5
11321
11322 # Check whether --with-x or --without-x was given.
11323 if test "${with_x+set}" = set; then
11324   withval="$with_x"
11325   :
11326 fi
11327
11328 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
11329 if test "x$with_x" = xno; then
11330   # The user explicitly disabled X.
11331   have_x=disabled
11332 else
11333   if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
11334     # Both variables are already set.
11335     have_x=yes
11336   else
11337 if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
11338   echo $ac_n "(cached) $ac_c" 1>&6
11339 else
11340   # One or both of the vars are not set, and there is no cached value.
11341 ac_x_includes=NO ac_x_libraries=NO
11342 rm -fr conftestdir
11343 if mkdir conftestdir; then
11344   cd conftestdir
11345   # Make sure to not put "make" in the Imakefile rules, since we grep it out.
11346   cat > Imakefile <<'EOF'
11347 acfindx:
11348         @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
11349 EOF
11350   if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
11351     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
11352     eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
11353     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
11354     for ac_extension in a so sl; do
11355       if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
11356         test -f $ac_im_libdir/libX11.$ac_extension; then
11357         ac_im_usrlibdir=$ac_im_libdir; break
11358       fi
11359     done
11360     # Screen out bogus values from the imake configuration.  They are
11361     # bogus both because they are the default anyway, and because
11362     # using them would break gcc on systems where it needs fixed includes.
11363     case "$ac_im_incroot" in
11364         /usr/include) ;;
11365         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;;
11366     esac
11367     case "$ac_im_usrlibdir" in
11368         /usr/lib | /lib) ;;
11369         *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;;
11370     esac
11371   fi
11372   cd ..
11373   rm -fr conftestdir
11374 fi
11375
11376 if test "$ac_x_includes" = NO; then
11377   # Guess where to find include files, by looking for this one X11 .h file.
11378   test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
11379
11380   # First, try using that file with no special directory specified.
11381 cat > conftest.$ac_ext <<EOF
11382 #line 11383 "configure"
11383 #include "confdefs.h"
11384 #include <$x_direct_test_include>
11385 EOF
11386 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11387 { (eval echo configure:11388: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11388 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11389 if test -z "$ac_err"; then
11390   rm -rf conftest*
11391   # We can compile using X headers with no special include directory.
11392 ac_x_includes=
11393 else
11394   echo "$ac_err" >&5
11395   echo "configure: failed program was:" >&5
11396   cat conftest.$ac_ext >&5
11397   rm -rf conftest*
11398   # Look for the header file in a standard set of common directories.
11399 # Check X11 before X11Rn because it is often a symlink to the current release.
11400   for ac_dir in               \
11401     /usr/X11/include          \
11402     /usr/X11R6/include        \
11403     /usr/X11R5/include        \
11404     /usr/X11R4/include        \
11405                               \
11406     /usr/include/X11          \
11407     /usr/include/X11R6        \
11408     /usr/include/X11R5        \
11409     /usr/include/X11R4        \
11410                               \
11411     /usr/local/X11/include    \
11412     /usr/local/X11R6/include  \
11413     /usr/local/X11R5/include  \
11414     /usr/local/X11R4/include  \
11415                               \
11416     /usr/local/include/X11    \
11417     /usr/local/include/X11R6  \
11418     /usr/local/include/X11R5  \
11419     /usr/local/include/X11R4  \
11420                               \
11421     /usr/X386/include         \
11422     /usr/x386/include         \
11423     /usr/XFree86/include/X11  \
11424                               \
11425     /usr/include              \
11426     /usr/local/include        \
11427     /usr/unsupported/include  \
11428     /usr/athena/include       \
11429     /usr/local/x11r5/include  \
11430     /usr/lpp/Xamples/include  \
11431                               \
11432     /usr/openwin/include      \
11433     /usr/openwin/share/include \
11434     ; \
11435   do
11436     if test -r "$ac_dir/$x_direct_test_include"; then
11437       ac_x_includes=$ac_dir
11438       break
11439     fi
11440   done
11441 fi
11442 rm -f conftest*
11443 fi # $ac_x_includes = NO
11444
11445 if test "$ac_x_libraries" = NO; then
11446   # Check for the libraries.
11447
11448   test -z "$x_direct_test_library" && x_direct_test_library=Xt
11449   test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
11450
11451   # See if we find them without any special options.
11452   # Don't add to $LIBS permanently.
11453   ac_save_LIBS="$LIBS"
11454   LIBS="-l$x_direct_test_library $LIBS"
11455 cat > conftest.$ac_ext <<EOF
11456 #line 11457 "configure"
11457 #include "confdefs.h"
11458
11459 int main() {
11460 ${x_direct_test_function}()
11461 ; return 0; }
11462 EOF
11463 if { (eval echo configure:11464: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11464   rm -rf conftest*
11465   LIBS="$ac_save_LIBS"
11466 # We can link X programs with no special library path.
11467 ac_x_libraries=
11468 else
11469   echo "configure: failed program was:" >&5
11470   cat conftest.$ac_ext >&5
11471   rm -rf conftest*
11472   LIBS="$ac_save_LIBS"
11473 # First see if replacing the include by lib works.
11474 # Check X11 before X11Rn because it is often a symlink to the current release.
11475 for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
11476     /usr/X11/lib          \
11477     /usr/X11R6/lib        \
11478     /usr/X11R5/lib        \
11479     /usr/X11R4/lib        \
11480                           \
11481     /usr/lib/X11          \
11482     /usr/lib/X11R6        \
11483     /usr/lib/X11R5        \
11484     /usr/lib/X11R4        \
11485                           \
11486     /usr/local/X11/lib    \
11487     /usr/local/X11R6/lib  \
11488     /usr/local/X11R5/lib  \
11489     /usr/local/X11R4/lib  \
11490                           \
11491     /usr/local/lib/X11    \
11492     /usr/local/lib/X11R6  \
11493     /usr/local/lib/X11R5  \
11494     /usr/local/lib/X11R4  \
11495                           \
11496     /usr/X386/lib         \
11497     /usr/x386/lib         \
11498     /usr/XFree86/lib/X11  \
11499                           \
11500     /usr/lib              \
11501     /usr/local/lib        \
11502     /usr/unsupported/lib  \
11503     /usr/athena/lib       \
11504     /usr/local/x11r5/lib  \
11505     /usr/lpp/Xamples/lib  \
11506     /lib/usr/lib/X11      \
11507                           \
11508     /usr/openwin/lib      \
11509     /usr/openwin/share/lib \
11510     ; \
11511 do
11512   for ac_extension in a so sl; do
11513     if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
11514       ac_x_libraries=$ac_dir
11515       break 2
11516     fi
11517   done
11518 done
11519 fi
11520 rm -f conftest*
11521 fi # $ac_x_libraries = NO
11522
11523 if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then
11524   # Didn't find X anywhere.  Cache the known absence of X.
11525   ac_cv_have_x="have_x=no"
11526 else
11527   # Record where we found X for the cache.
11528   ac_cv_have_x="have_x=yes \
11529                 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
11530 fi
11531 fi
11532   fi
11533   eval "$ac_cv_have_x"
11534 fi # $with_x != no
11535
11536 if test "$have_x" != yes; then
11537   echo "$ac_t""$have_x" 1>&6
11538   no_x=yes
11539 else
11540   # If each of the values was on the command line, it overrides each guess.
11541   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
11542   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
11543   # Update the cache value to reflect the command line values.
11544   ac_cv_have_x="have_x=yes \
11545                 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
11546   echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
11547 fi
11548
11549 if test "$no_x" = yes; then
11550   # Not all programs may use this symbol, but it does not hurt to define it.
11551   cat >> confdefs.h <<\EOF
11552 #define X_DISPLAY_MISSING 1
11553 EOF
11554
11555   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
11556 else
11557   if test -n "$x_includes"; then
11558     X_CFLAGS="$X_CFLAGS -I$x_includes"
11559   fi
11560
11561   # It would also be nice to do this for all -L options, not just this one.
11562   if test -n "$x_libraries"; then
11563     X_LIBS="$X_LIBS -L$x_libraries"
11564     # For Solaris; some versions of Sun CC require a space after -R and
11565     # others require no space.  Words are not sufficient . . . .
11566     case "`(uname -sr) 2>/dev/null`" in
11567     "SunOS 5"*)
11568       echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
11569 echo "configure:11570: checking whether -R must be followed by a space" >&5
11570       ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries"
11571       cat > conftest.$ac_ext <<EOF
11572 #line 11573 "configure"
11573 #include "confdefs.h"
11574
11575 int main() {
11576
11577 ; return 0; }
11578 EOF
11579 if { (eval echo configure:11580: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11580   rm -rf conftest*
11581   ac_R_nospace=yes
11582 else
11583   echo "configure: failed program was:" >&5
11584   cat conftest.$ac_ext >&5
11585   rm -rf conftest*
11586   ac_R_nospace=no
11587 fi
11588 rm -f conftest*
11589       if test $ac_R_nospace = yes; then
11590         echo "$ac_t""no" 1>&6
11591         X_LIBS="$X_LIBS -R$x_libraries"
11592       else
11593         LIBS="$ac_xsave_LIBS -R $x_libraries"
11594         cat > conftest.$ac_ext <<EOF
11595 #line 11596 "configure"
11596 #include "confdefs.h"
11597
11598 int main() {
11599
11600 ; return 0; }
11601 EOF
11602 if { (eval echo configure:11603: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11603   rm -rf conftest*
11604   ac_R_space=yes
11605 else
11606   echo "configure: failed program was:" >&5
11607   cat conftest.$ac_ext >&5
11608   rm -rf conftest*
11609   ac_R_space=no
11610 fi
11611 rm -f conftest*
11612         if test $ac_R_space = yes; then
11613           echo "$ac_t""yes" 1>&6
11614           X_LIBS="$X_LIBS -R $x_libraries"
11615         else
11616           echo "$ac_t""neither works" 1>&6
11617         fi
11618       fi
11619       LIBS="$ac_xsave_LIBS"
11620     esac
11621   fi
11622
11623   # Check for system-dependent libraries X programs must link with.
11624   # Do this before checking for the system-independent R6 libraries
11625   # (-lICE), since we may need -lsocket or whatever for X linking.
11626
11627   if test "$ISC" = yes; then
11628     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
11629   else
11630     # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
11631     # libraries were built with DECnet support.  And karl@cs.umb.edu says
11632     # the Alpha needs dnet_stub (dnet does not exist).
11633     echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
11634 echo "configure:11635: checking for dnet_ntoa in -ldnet" >&5
11635 ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
11636 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11637   echo $ac_n "(cached) $ac_c" 1>&6
11638 else
11639   ac_save_LIBS="$LIBS"
11640 LIBS="-ldnet  $LIBS"
11641 cat > conftest.$ac_ext <<EOF
11642 #line 11643 "configure"
11643 #include "confdefs.h"
11644 /* Override any gcc2 internal prototype to avoid an error.  */
11645 /* We use char because int might match the return type of a gcc2
11646     builtin and then its argument prototype would still apply.  */
11647 char dnet_ntoa();
11648
11649 int main() {
11650 dnet_ntoa()
11651 ; return 0; }
11652 EOF
11653 if { (eval echo configure:11654: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11654   rm -rf conftest*
11655   eval "ac_cv_lib_$ac_lib_var=yes"
11656 else
11657   echo "configure: failed program was:" >&5
11658   cat conftest.$ac_ext >&5
11659   rm -rf conftest*
11660   eval "ac_cv_lib_$ac_lib_var=no"
11661 fi
11662 rm -f conftest*
11663 LIBS="$ac_save_LIBS"
11664
11665 fi
11666 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11667   echo "$ac_t""yes" 1>&6
11668   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
11669 else
11670   echo "$ac_t""no" 1>&6
11671 fi
11672
11673     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
11674       echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
11675 echo "configure:11676: checking for dnet_ntoa in -ldnet_stub" >&5
11676 ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
11677 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11678   echo $ac_n "(cached) $ac_c" 1>&6
11679 else
11680   ac_save_LIBS="$LIBS"
11681 LIBS="-ldnet_stub  $LIBS"
11682 cat > conftest.$ac_ext <<EOF
11683 #line 11684 "configure"
11684 #include "confdefs.h"
11685 /* Override any gcc2 internal prototype to avoid an error.  */
11686 /* We use char because int might match the return type of a gcc2
11687     builtin and then its argument prototype would still apply.  */
11688 char dnet_ntoa();
11689
11690 int main() {
11691 dnet_ntoa()
11692 ; return 0; }
11693 EOF
11694 if { (eval echo configure:11695: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11695   rm -rf conftest*
11696   eval "ac_cv_lib_$ac_lib_var=yes"
11697 else
11698   echo "configure: failed program was:" >&5
11699   cat conftest.$ac_ext >&5
11700   rm -rf conftest*
11701   eval "ac_cv_lib_$ac_lib_var=no"
11702 fi
11703 rm -f conftest*
11704 LIBS="$ac_save_LIBS"
11705
11706 fi
11707 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11708   echo "$ac_t""yes" 1>&6
11709   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
11710 else
11711   echo "$ac_t""no" 1>&6
11712 fi
11713
11714     fi
11715
11716     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
11717     # to get the SysV transport functions.
11718     # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
11719     # needs -lnsl.
11720     # The nsl library prevents programs from opening the X display
11721     # on Irix 5.2, according to dickey@clark.net.
11722     echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
11723 echo "configure:11724: checking for gethostbyname" >&5
11724 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
11725   echo $ac_n "(cached) $ac_c" 1>&6
11726 else
11727   cat > conftest.$ac_ext <<EOF
11728 #line 11729 "configure"
11729 #include "confdefs.h"
11730 /* System header to define __stub macros and hopefully few prototypes,
11731     which can conflict with char gethostbyname(); below.  */
11732 #include <assert.h>
11733 /* Override any gcc2 internal prototype to avoid an error.  */
11734 /* We use char because int might match the return type of a gcc2
11735     builtin and then its argument prototype would still apply.  */
11736 char gethostbyname();
11737
11738 int main() {
11739
11740 /* The GNU C library defines this for functions which it implements
11741     to always fail with ENOSYS.  Some functions are actually named
11742     something starting with __ and the normal name is an alias.  */
11743 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
11744 choke me
11745 #else
11746 gethostbyname();
11747 #endif
11748
11749 ; return 0; }
11750 EOF
11751 if { (eval echo configure:11752: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11752   rm -rf conftest*
11753   eval "ac_cv_func_gethostbyname=yes"
11754 else
11755   echo "configure: failed program was:" >&5
11756   cat conftest.$ac_ext >&5
11757   rm -rf conftest*
11758   eval "ac_cv_func_gethostbyname=no"
11759 fi
11760 rm -f conftest*
11761 fi
11762
11763 if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
11764   echo "$ac_t""yes" 1>&6
11765   :
11766 else
11767   echo "$ac_t""no" 1>&6
11768 fi
11769
11770     if test $ac_cv_func_gethostbyname = no; then
11771       echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
11772 echo "configure:11773: checking for gethostbyname in -lnsl" >&5
11773 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
11774 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11775   echo $ac_n "(cached) $ac_c" 1>&6
11776 else
11777   ac_save_LIBS="$LIBS"
11778 LIBS="-lnsl  $LIBS"
11779 cat > conftest.$ac_ext <<EOF
11780 #line 11781 "configure"
11781 #include "confdefs.h"
11782 /* Override any gcc2 internal prototype to avoid an error.  */
11783 /* We use char because int might match the return type of a gcc2
11784     builtin and then its argument prototype would still apply.  */
11785 char gethostbyname();
11786
11787 int main() {
11788 gethostbyname()
11789 ; return 0; }
11790 EOF
11791 if { (eval echo configure:11792: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11792   rm -rf conftest*
11793   eval "ac_cv_lib_$ac_lib_var=yes"
11794 else
11795   echo "configure: failed program was:" >&5
11796   cat conftest.$ac_ext >&5
11797   rm -rf conftest*
11798   eval "ac_cv_lib_$ac_lib_var=no"
11799 fi
11800 rm -f conftest*
11801 LIBS="$ac_save_LIBS"
11802
11803 fi
11804 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11805   echo "$ac_t""yes" 1>&6
11806   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
11807 else
11808   echo "$ac_t""no" 1>&6
11809 fi
11810
11811     fi
11812
11813     # lieder@skyler.mavd.honeywell.com says without -lsocket,
11814     # socket/setsockopt and other routines are undefined under SCO ODT
11815     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
11816     # on later versions), says simon@lia.di.epfl.ch: it contains
11817     # gethostby* variants that don't use the nameserver (or something).
11818     # -lsocket must be given before -lnsl if both are needed.
11819     # We assume that if connect needs -lnsl, so does gethostbyname.
11820     echo $ac_n "checking for connect""... $ac_c" 1>&6
11821 echo "configure:11822: checking for connect" >&5
11822 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
11823   echo $ac_n "(cached) $ac_c" 1>&6
11824 else
11825   cat > conftest.$ac_ext <<EOF
11826 #line 11827 "configure"
11827 #include "confdefs.h"
11828 /* System header to define __stub macros and hopefully few prototypes,
11829     which can conflict with char connect(); below.  */
11830 #include <assert.h>
11831 /* Override any gcc2 internal prototype to avoid an error.  */
11832 /* We use char because int might match the return type of a gcc2
11833     builtin and then its argument prototype would still apply.  */
11834 char connect();
11835
11836 int main() {
11837
11838 /* The GNU C library defines this for functions which it implements
11839     to always fail with ENOSYS.  Some functions are actually named
11840     something starting with __ and the normal name is an alias.  */
11841 #if defined (__stub_connect) || defined (__stub___connect)
11842 choke me
11843 #else
11844 connect();
11845 #endif
11846
11847 ; return 0; }
11848 EOF
11849 if { (eval echo configure:11850: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11850   rm -rf conftest*
11851   eval "ac_cv_func_connect=yes"
11852 else
11853   echo "configure: failed program was:" >&5
11854   cat conftest.$ac_ext >&5
11855   rm -rf conftest*
11856   eval "ac_cv_func_connect=no"
11857 fi
11858 rm -f conftest*
11859 fi
11860
11861 if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
11862   echo "$ac_t""yes" 1>&6
11863   :
11864 else
11865   echo "$ac_t""no" 1>&6
11866 fi
11867
11868     if test $ac_cv_func_connect = no; then
11869       echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
11870 echo "configure:11871: checking for connect in -lsocket" >&5
11871 ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
11872 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11873   echo $ac_n "(cached) $ac_c" 1>&6
11874 else
11875   ac_save_LIBS="$LIBS"
11876 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
11877 cat > conftest.$ac_ext <<EOF
11878 #line 11879 "configure"
11879 #include "confdefs.h"
11880 /* Override any gcc2 internal prototype to avoid an error.  */
11881 /* We use char because int might match the return type of a gcc2
11882     builtin and then its argument prototype would still apply.  */
11883 char connect();
11884
11885 int main() {
11886 connect()
11887 ; return 0; }
11888 EOF
11889 if { (eval echo configure:11890: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11890   rm -rf conftest*
11891   eval "ac_cv_lib_$ac_lib_var=yes"
11892 else
11893   echo "configure: failed program was:" >&5
11894   cat conftest.$ac_ext >&5
11895   rm -rf conftest*
11896   eval "ac_cv_lib_$ac_lib_var=no"
11897 fi
11898 rm -f conftest*
11899 LIBS="$ac_save_LIBS"
11900
11901 fi
11902 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11903   echo "$ac_t""yes" 1>&6
11904   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
11905 else
11906   echo "$ac_t""no" 1>&6
11907 fi
11908
11909     fi
11910
11911     # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
11912     echo $ac_n "checking for remove""... $ac_c" 1>&6
11913 echo "configure:11914: checking for remove" >&5
11914 if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
11915   echo $ac_n "(cached) $ac_c" 1>&6
11916 else
11917   cat > conftest.$ac_ext <<EOF
11918 #line 11919 "configure"
11919 #include "confdefs.h"
11920 /* System header to define __stub macros and hopefully few prototypes,
11921     which can conflict with char remove(); below.  */
11922 #include <assert.h>
11923 /* Override any gcc2 internal prototype to avoid an error.  */
11924 /* We use char because int might match the return type of a gcc2
11925     builtin and then its argument prototype would still apply.  */
11926 char remove();
11927
11928 int main() {
11929
11930 /* The GNU C library defines this for functions which it implements
11931     to always fail with ENOSYS.  Some functions are actually named
11932     something starting with __ and the normal name is an alias.  */
11933 #if defined (__stub_remove) || defined (__stub___remove)
11934 choke me
11935 #else
11936 remove();
11937 #endif
11938
11939 ; return 0; }
11940 EOF
11941 if { (eval echo configure:11942: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11942   rm -rf conftest*
11943   eval "ac_cv_func_remove=yes"
11944 else
11945   echo "configure: failed program was:" >&5
11946   cat conftest.$ac_ext >&5
11947   rm -rf conftest*
11948   eval "ac_cv_func_remove=no"
11949 fi
11950 rm -f conftest*
11951 fi
11952
11953 if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
11954   echo "$ac_t""yes" 1>&6
11955   :
11956 else
11957   echo "$ac_t""no" 1>&6
11958 fi
11959
11960     if test $ac_cv_func_remove = no; then
11961       echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
11962 echo "configure:11963: checking for remove in -lposix" >&5
11963 ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
11964 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11965   echo $ac_n "(cached) $ac_c" 1>&6
11966 else
11967   ac_save_LIBS="$LIBS"
11968 LIBS="-lposix  $LIBS"
11969 cat > conftest.$ac_ext <<EOF
11970 #line 11971 "configure"
11971 #include "confdefs.h"
11972 /* Override any gcc2 internal prototype to avoid an error.  */
11973 /* We use char because int might match the return type of a gcc2
11974     builtin and then its argument prototype would still apply.  */
11975 char remove();
11976
11977 int main() {
11978 remove()
11979 ; return 0; }
11980 EOF
11981 if { (eval echo configure:11982: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11982   rm -rf conftest*
11983   eval "ac_cv_lib_$ac_lib_var=yes"
11984 else
11985   echo "configure: failed program was:" >&5
11986   cat conftest.$ac_ext >&5
11987   rm -rf conftest*
11988   eval "ac_cv_lib_$ac_lib_var=no"
11989 fi
11990 rm -f conftest*
11991 LIBS="$ac_save_LIBS"
11992
11993 fi
11994 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11995   echo "$ac_t""yes" 1>&6
11996   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
11997 else
11998   echo "$ac_t""no" 1>&6
11999 fi
12000
12001     fi
12002
12003     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
12004     echo $ac_n "checking for shmat""... $ac_c" 1>&6
12005 echo "configure:12006: checking for shmat" >&5
12006 if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
12007   echo $ac_n "(cached) $ac_c" 1>&6
12008 else
12009   cat > conftest.$ac_ext <<EOF
12010 #line 12011 "configure"
12011 #include "confdefs.h"
12012 /* System header to define __stub macros and hopefully few prototypes,
12013     which can conflict with char shmat(); below.  */
12014 #include <assert.h>
12015 /* Override any gcc2 internal prototype to avoid an error.  */
12016 /* We use char because int might match the return type of a gcc2
12017     builtin and then its argument prototype would still apply.  */
12018 char shmat();
12019
12020 int main() {
12021
12022 /* The GNU C library defines this for functions which it implements
12023     to always fail with ENOSYS.  Some functions are actually named
12024     something starting with __ and the normal name is an alias.  */
12025 #if defined (__stub_shmat) || defined (__stub___shmat)
12026 choke me
12027 #else
12028 shmat();
12029 #endif
12030
12031 ; return 0; }
12032 EOF
12033 if { (eval echo configure:12034: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12034   rm -rf conftest*
12035   eval "ac_cv_func_shmat=yes"
12036 else
12037   echo "configure: failed program was:" >&5
12038   cat conftest.$ac_ext >&5
12039   rm -rf conftest*
12040   eval "ac_cv_func_shmat=no"
12041 fi
12042 rm -f conftest*
12043 fi
12044
12045 if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
12046   echo "$ac_t""yes" 1>&6
12047   :
12048 else
12049   echo "$ac_t""no" 1>&6
12050 fi
12051
12052     if test $ac_cv_func_shmat = no; then
12053       echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
12054 echo "configure:12055: checking for shmat in -lipc" >&5
12055 ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
12056 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12057   echo $ac_n "(cached) $ac_c" 1>&6
12058 else
12059   ac_save_LIBS="$LIBS"
12060 LIBS="-lipc  $LIBS"
12061 cat > conftest.$ac_ext <<EOF
12062 #line 12063 "configure"
12063 #include "confdefs.h"
12064 /* Override any gcc2 internal prototype to avoid an error.  */
12065 /* We use char because int might match the return type of a gcc2
12066     builtin and then its argument prototype would still apply.  */
12067 char shmat();
12068
12069 int main() {
12070 shmat()
12071 ; return 0; }
12072 EOF
12073 if { (eval echo configure:12074: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12074   rm -rf conftest*
12075   eval "ac_cv_lib_$ac_lib_var=yes"
12076 else
12077   echo "configure: failed program was:" >&5
12078   cat conftest.$ac_ext >&5
12079   rm -rf conftest*
12080   eval "ac_cv_lib_$ac_lib_var=no"
12081 fi
12082 rm -f conftest*
12083 LIBS="$ac_save_LIBS"
12084
12085 fi
12086 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12087   echo "$ac_t""yes" 1>&6
12088   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
12089 else
12090   echo "$ac_t""no" 1>&6
12091 fi
12092
12093     fi
12094   fi
12095
12096   # Check for libraries that X11R6 Xt/Xaw programs need.
12097   ac_save_LDFLAGS="$LDFLAGS"
12098   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
12099   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
12100   # check for ICE first), but we must link in the order -lSM -lICE or
12101   # we get undefined symbols.  So assume we have SM if we have ICE.
12102   # These have to be linked with before -lX11, unlike the other
12103   # libraries we check for below, so use a different variable.
12104   #  --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
12105   echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
12106 echo "configure:12107: checking for IceConnectionNumber in -lICE" >&5
12107 ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
12108 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12109   echo $ac_n "(cached) $ac_c" 1>&6
12110 else
12111   ac_save_LIBS="$LIBS"
12112 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
12113 cat > conftest.$ac_ext <<EOF
12114 #line 12115 "configure"
12115 #include "confdefs.h"
12116 /* Override any gcc2 internal prototype to avoid an error.  */
12117 /* We use char because int might match the return type of a gcc2
12118     builtin and then its argument prototype would still apply.  */
12119 char IceConnectionNumber();
12120
12121 int main() {
12122 IceConnectionNumber()
12123 ; return 0; }
12124 EOF
12125 if { (eval echo configure:12126: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12126   rm -rf conftest*
12127   eval "ac_cv_lib_$ac_lib_var=yes"
12128 else
12129   echo "configure: failed program was:" >&5
12130   cat conftest.$ac_ext >&5
12131   rm -rf conftest*
12132   eval "ac_cv_lib_$ac_lib_var=no"
12133 fi
12134 rm -f conftest*
12135 LIBS="$ac_save_LIBS"
12136
12137 fi
12138 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12139   echo "$ac_t""yes" 1>&6
12140   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
12141 else
12142   echo "$ac_t""no" 1>&6
12143 fi
12144
12145   LDFLAGS="$ac_save_LDFLAGS"
12146
12147 fi
12148
12149
12150         if test "$no_x" = "yes"; then
12151           { echo "configure: error: X11 not found" 1>&2; exit 1; }
12152         fi
12153
12154         GUI_TK_LIBRARY="$X_LIBS"
12155         TOOLKIT_INCLUDE="$X_CFLAGS"
12156         AFMINSTALL=afminstall
12157         COMPILED_X_PROGRAM=0
12158
12159         if test "$wxUSE_NANOX" = "yes"; then
12160             echo $ac_n "checking for MicroWindows/NanoX distribution""... $ac_c" 1>&6
12161 echo "configure:12162: checking for MicroWindows/NanoX distribution" >&5
12162             if test "x$MICROWIN" = x ; then
12163                 echo "$ac_t""not found" 1>&6
12164                 { echo "configure: error: Cannot find MicroWindows library. Make sure MICROWIN is set." 1>&2; exit 1; }
12165             else
12166                 echo "$ac_t""$MICROWIN" 1>&6
12167                 cat >> confdefs.h <<\EOF
12168 #define wxUSE_NANOX 1
12169 EOF
12170
12171             fi
12172         fi
12173
12174         xpm_link=
12175         echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
12176 echo "configure:12177: checking for Xpm library" >&5
12177         
12178 ac_find_libraries=
12179 for ac_dir in $SEARCH_LIB;
12180   do
12181     for ac_extension in a so sl dylib; do
12182       if test -f "$ac_dir/libXpm.$ac_extension"; then
12183         ac_find_libraries=$ac_dir
12184         break 2
12185       fi
12186     done
12187   done
12188
12189         if test "$ac_find_libraries" != "" ; then
12190             
12191   echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
12192   result=$?
12193   if test $result = 0; then
12194     ac_path_to_link=""
12195   else
12196     ac_path_to_link=" -L$ac_find_libraries"
12197   fi
12198
12199             GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
12200             xpm_link=" -lXpm"
12201             cat >> confdefs.h <<\EOF
12202 #define wxHAVE_LIB_XPM 1
12203 EOF
12204
12205             echo "$ac_t""found at $ac_find_libraries" 1>&6
12206         else
12207             cat > conftest.$ac_ext <<EOF
12208 #line 12209 "configure"
12209 #include "confdefs.h"
12210
12211                     #include <X11/xpm.h>
12212                 
12213 int main() {
12214
12215                     int version;
12216                     version = XpmLibraryVersion();
12217                 
12218 ; return 0; }
12219 EOF
12220 if { (eval echo configure:12221: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12221   rm -rf conftest*
12222   
12223                     xpm_link=" -lXpm"
12224                     cat >> confdefs.h <<\EOF
12225 #define wxHAVE_LIB_XPM 1
12226 EOF
12227
12228                     echo "$ac_t""found in default search path" 1>&6
12229                     COMPILED_X_PROGRAM=0
12230                 
12231 else
12232   echo "configure: failed program was:" >&5
12233   cat conftest.$ac_ext >&5
12234   rm -rf conftest*
12235   
12236                     echo "$ac_t""no" 1>&6
12237                     echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
12238                 
12239             
12240 fi
12241 rm -f conftest*
12242         fi
12243
12244         if test "$wxUSE_NANOX" = "yes"; then
12245             TOOLKIT_INCLUDE="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
12246             TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__NANOX__ -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"
12247             GUI_TK_LIBRARY="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
12248         else
12249             GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lX11$xpm_link"
12250         fi
12251
12252         TOOLKIT_VPATH="\${top_srcdir}/src/x11"
12253         TOOLKIT=X11
12254         GUIDIST=X11_DIST
12255     fi
12256
12257     if test "$wxUSE_WINE" = 1; then
12258         ac_safe=`echo "windows.h" | sed 'y%./+-%__p_%'`
12259 echo $ac_n "checking for windows.h""... $ac_c" 1>&6
12260 echo "configure:12261: checking for windows.h" >&5
12261 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12262   echo $ac_n "(cached) $ac_c" 1>&6
12263 else
12264   cat > conftest.$ac_ext <<EOF
12265 #line 12266 "configure"
12266 #include "confdefs.h"
12267 #include <windows.h>
12268 EOF
12269 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12270 { (eval echo configure:12271: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12271 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12272 if test -z "$ac_err"; then
12273   rm -rf conftest*
12274   eval "ac_cv_header_$ac_safe=yes"
12275 else
12276   echo "$ac_err" >&5
12277   echo "configure: failed program was:" >&5
12278   cat conftest.$ac_ext >&5
12279   rm -rf conftest*
12280   eval "ac_cv_header_$ac_safe=no"
12281 fi
12282 rm -f conftest*
12283 fi
12284 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12285   echo "$ac_t""yes" 1>&6
12286   :
12287 else
12288   echo "$ac_t""no" 1>&6
12289
12290             { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
12291         
12292 fi
12293
12294
12295         xpm_link=
12296         echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
12297 echo "configure:12298: checking for Xpm library" >&5
12298         
12299 ac_find_libraries=
12300 for ac_dir in $SEARCH_LIB;
12301   do
12302     for ac_extension in a so sl dylib; do
12303       if test -f "$ac_dir/libXpm.$ac_extension"; then
12304         ac_find_libraries=$ac_dir
12305         break 2
12306       fi
12307     done
12308   done
12309
12310         if test "$ac_find_libraries" != "" ; then
12311             GUI_TK_LIBRARY="-L$ac_find_libraries"
12312             xpm_link=" -lXpm"
12313             cat >> confdefs.h <<\EOF
12314 #define wxHAVE_LIB_XPM 1
12315 EOF
12316
12317             echo "$ac_t""found at $ac_find_libraries" 1>&6
12318         else
12319             echo "$ac_t""no" 1>&6
12320             echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
12321         fi
12322
12323         mesa_link=
12324         echo $ac_n "checking for Mesa library""... $ac_c" 1>&6
12325 echo "configure:12326: checking for Mesa library" >&5
12326         
12327 ac_find_libraries=
12328 for ac_dir in $SEARCH_LIB;
12329   do
12330     for ac_extension in a so sl dylib; do
12331       if test -f "$ac_dir/libMesaGL.$ac_extension"; then
12332         ac_find_libraries=$ac_dir
12333         break 2
12334       fi
12335     done
12336   done
12337
12338         if test "$ac_find_libraries" != "" ; then
12339             GUI_TK_LIBRARY="$GUI_TK_LIBRARY -L$ac_find_libraries"
12340             mesa_link=" -lMesaGL"
12341             echo "$ac_t""found at $ac_find_libraries" 1>&6
12342         else
12343             { echo "configure: error: no" 1>&2; exit 1; }
12344         fi
12345
12346         GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lwine$mesa_link$xpm_link -lXxf86dga -lXxf86vm -lSM -lICE -lXext -lXmu -lX11 -lncurses"
12347         TOOLKIT=MSW
12348         GUIDIST=MSW_DIST
12349         TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXWINE__"
12350     fi
12351
12352     if test "$wxUSE_MOTIF" = 1; then
12353                         if test "$no_x" = yes; then
12354   # Not all programs may use this symbol, but it does not hurt to define it.
12355   cat >> confdefs.h <<\EOF
12356 #define X_DISPLAY_MISSING 1
12357 EOF
12358
12359   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
12360 else
12361   if test -n "$x_includes"; then
12362     X_CFLAGS="$X_CFLAGS -I$x_includes"
12363   fi
12364
12365   # It would also be nice to do this for all -L options, not just this one.
12366   if test -n "$x_libraries"; then
12367     X_LIBS="$X_LIBS -L$x_libraries"
12368     # For Solaris; some versions of Sun CC require a space after -R and
12369     # others require no space.  Words are not sufficient . . . .
12370     case "`(uname -sr) 2>/dev/null`" in
12371     "SunOS 5"*)
12372       echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
12373 echo "configure:12374: checking whether -R must be followed by a space" >&5
12374       ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries"
12375       cat > conftest.$ac_ext <<EOF
12376 #line 12377 "configure"
12377 #include "confdefs.h"
12378
12379 int main() {
12380
12381 ; return 0; }
12382 EOF
12383 if { (eval echo configure:12384: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12384   rm -rf conftest*
12385   ac_R_nospace=yes
12386 else
12387   echo "configure: failed program was:" >&5
12388   cat conftest.$ac_ext >&5
12389   rm -rf conftest*
12390   ac_R_nospace=no
12391 fi
12392 rm -f conftest*
12393       if test $ac_R_nospace = yes; then
12394         echo "$ac_t""no" 1>&6
12395         X_LIBS="$X_LIBS -R$x_libraries"
12396       else
12397         LIBS="$ac_xsave_LIBS -R $x_libraries"
12398         cat > conftest.$ac_ext <<EOF
12399 #line 12400 "configure"
12400 #include "confdefs.h"
12401
12402 int main() {
12403
12404 ; return 0; }
12405 EOF
12406 if { (eval echo configure:12407: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12407   rm -rf conftest*
12408   ac_R_space=yes
12409 else
12410   echo "configure: failed program was:" >&5
12411   cat conftest.$ac_ext >&5
12412   rm -rf conftest*
12413   ac_R_space=no
12414 fi
12415 rm -f conftest*
12416         if test $ac_R_space = yes; then
12417           echo "$ac_t""yes" 1>&6
12418           X_LIBS="$X_LIBS -R $x_libraries"
12419         else
12420           echo "$ac_t""neither works" 1>&6
12421         fi
12422       fi
12423       LIBS="$ac_xsave_LIBS"
12424     esac
12425   fi
12426
12427   # Check for system-dependent libraries X programs must link with.
12428   # Do this before checking for the system-independent R6 libraries
12429   # (-lICE), since we may need -lsocket or whatever for X linking.
12430
12431   if test "$ISC" = yes; then
12432     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
12433   else
12434     # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
12435     # libraries were built with DECnet support.  And karl@cs.umb.edu says
12436     # the Alpha needs dnet_stub (dnet does not exist).
12437     echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
12438 echo "configure:12439: checking for dnet_ntoa in -ldnet" >&5
12439 ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
12440 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12441   echo $ac_n "(cached) $ac_c" 1>&6
12442 else
12443   ac_save_LIBS="$LIBS"
12444 LIBS="-ldnet  $LIBS"
12445 cat > conftest.$ac_ext <<EOF
12446 #line 12447 "configure"
12447 #include "confdefs.h"
12448 /* Override any gcc2 internal prototype to avoid an error.  */
12449 /* We use char because int might match the return type of a gcc2
12450     builtin and then its argument prototype would still apply.  */
12451 char dnet_ntoa();
12452
12453 int main() {
12454 dnet_ntoa()
12455 ; return 0; }
12456 EOF
12457 if { (eval echo configure:12458: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12458   rm -rf conftest*
12459   eval "ac_cv_lib_$ac_lib_var=yes"
12460 else
12461   echo "configure: failed program was:" >&5
12462   cat conftest.$ac_ext >&5
12463   rm -rf conftest*
12464   eval "ac_cv_lib_$ac_lib_var=no"
12465 fi
12466 rm -f conftest*
12467 LIBS="$ac_save_LIBS"
12468
12469 fi
12470 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12471   echo "$ac_t""yes" 1>&6
12472   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
12473 else
12474   echo "$ac_t""no" 1>&6
12475 fi
12476
12477     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
12478       echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
12479 echo "configure:12480: checking for dnet_ntoa in -ldnet_stub" >&5
12480 ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
12481 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12482   echo $ac_n "(cached) $ac_c" 1>&6
12483 else
12484   ac_save_LIBS="$LIBS"
12485 LIBS="-ldnet_stub  $LIBS"
12486 cat > conftest.$ac_ext <<EOF
12487 #line 12488 "configure"
12488 #include "confdefs.h"
12489 /* Override any gcc2 internal prototype to avoid an error.  */
12490 /* We use char because int might match the return type of a gcc2
12491     builtin and then its argument prototype would still apply.  */
12492 char dnet_ntoa();
12493
12494 int main() {
12495 dnet_ntoa()
12496 ; return 0; }
12497 EOF
12498 if { (eval echo configure:12499: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12499   rm -rf conftest*
12500   eval "ac_cv_lib_$ac_lib_var=yes"
12501 else
12502   echo "configure: failed program was:" >&5
12503   cat conftest.$ac_ext >&5
12504   rm -rf conftest*
12505   eval "ac_cv_lib_$ac_lib_var=no"
12506 fi
12507 rm -f conftest*
12508 LIBS="$ac_save_LIBS"
12509
12510 fi
12511 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12512   echo "$ac_t""yes" 1>&6
12513   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
12514 else
12515   echo "$ac_t""no" 1>&6
12516 fi
12517
12518     fi
12519
12520     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
12521     # to get the SysV transport functions.
12522     # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
12523     # needs -lnsl.
12524     # The nsl library prevents programs from opening the X display
12525     # on Irix 5.2, according to dickey@clark.net.
12526     echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
12527 echo "configure:12528: checking for gethostbyname" >&5
12528 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
12529   echo $ac_n "(cached) $ac_c" 1>&6
12530 else
12531   cat > conftest.$ac_ext <<EOF
12532 #line 12533 "configure"
12533 #include "confdefs.h"
12534 /* System header to define __stub macros and hopefully few prototypes,
12535     which can conflict with char gethostbyname(); below.  */
12536 #include <assert.h>
12537 /* Override any gcc2 internal prototype to avoid an error.  */
12538 /* We use char because int might match the return type of a gcc2
12539     builtin and then its argument prototype would still apply.  */
12540 char gethostbyname();
12541
12542 int main() {
12543
12544 /* The GNU C library defines this for functions which it implements
12545     to always fail with ENOSYS.  Some functions are actually named
12546     something starting with __ and the normal name is an alias.  */
12547 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
12548 choke me
12549 #else
12550 gethostbyname();
12551 #endif
12552
12553 ; return 0; }
12554 EOF
12555 if { (eval echo configure:12556: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12556   rm -rf conftest*
12557   eval "ac_cv_func_gethostbyname=yes"
12558 else
12559   echo "configure: failed program was:" >&5
12560   cat conftest.$ac_ext >&5
12561   rm -rf conftest*
12562   eval "ac_cv_func_gethostbyname=no"
12563 fi
12564 rm -f conftest*
12565 fi
12566
12567 if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
12568   echo "$ac_t""yes" 1>&6
12569   :
12570 else
12571   echo "$ac_t""no" 1>&6
12572 fi
12573
12574     if test $ac_cv_func_gethostbyname = no; then
12575       echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
12576 echo "configure:12577: checking for gethostbyname in -lnsl" >&5
12577 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
12578 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12579   echo $ac_n "(cached) $ac_c" 1>&6
12580 else
12581   ac_save_LIBS="$LIBS"
12582 LIBS="-lnsl  $LIBS"
12583 cat > conftest.$ac_ext <<EOF
12584 #line 12585 "configure"
12585 #include "confdefs.h"
12586 /* Override any gcc2 internal prototype to avoid an error.  */
12587 /* We use char because int might match the return type of a gcc2
12588     builtin and then its argument prototype would still apply.  */
12589 char gethostbyname();
12590
12591 int main() {
12592 gethostbyname()
12593 ; return 0; }
12594 EOF
12595 if { (eval echo configure:12596: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12596   rm -rf conftest*
12597   eval "ac_cv_lib_$ac_lib_var=yes"
12598 else
12599   echo "configure: failed program was:" >&5
12600   cat conftest.$ac_ext >&5
12601   rm -rf conftest*
12602   eval "ac_cv_lib_$ac_lib_var=no"
12603 fi
12604 rm -f conftest*
12605 LIBS="$ac_save_LIBS"
12606
12607 fi
12608 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12609   echo "$ac_t""yes" 1>&6
12610   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
12611 else
12612   echo "$ac_t""no" 1>&6
12613 fi
12614
12615     fi
12616
12617     # lieder@skyler.mavd.honeywell.com says without -lsocket,
12618     # socket/setsockopt and other routines are undefined under SCO ODT
12619     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
12620     # on later versions), says simon@lia.di.epfl.ch: it contains
12621     # gethostby* variants that don't use the nameserver (or something).
12622     # -lsocket must be given before -lnsl if both are needed.
12623     # We assume that if connect needs -lnsl, so does gethostbyname.
12624     echo $ac_n "checking for connect""... $ac_c" 1>&6
12625 echo "configure:12626: checking for connect" >&5
12626 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
12627   echo $ac_n "(cached) $ac_c" 1>&6
12628 else
12629   cat > conftest.$ac_ext <<EOF
12630 #line 12631 "configure"
12631 #include "confdefs.h"
12632 /* System header to define __stub macros and hopefully few prototypes,
12633     which can conflict with char connect(); below.  */
12634 #include <assert.h>
12635 /* Override any gcc2 internal prototype to avoid an error.  */
12636 /* We use char because int might match the return type of a gcc2
12637     builtin and then its argument prototype would still apply.  */
12638 char connect();
12639
12640 int main() {
12641
12642 /* The GNU C library defines this for functions which it implements
12643     to always fail with ENOSYS.  Some functions are actually named
12644     something starting with __ and the normal name is an alias.  */
12645 #if defined (__stub_connect) || defined (__stub___connect)
12646 choke me
12647 #else
12648 connect();
12649 #endif
12650
12651 ; return 0; }
12652 EOF
12653 if { (eval echo configure:12654: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12654   rm -rf conftest*
12655   eval "ac_cv_func_connect=yes"
12656 else
12657   echo "configure: failed program was:" >&5
12658   cat conftest.$ac_ext >&5
12659   rm -rf conftest*
12660   eval "ac_cv_func_connect=no"
12661 fi
12662 rm -f conftest*
12663 fi
12664
12665 if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
12666   echo "$ac_t""yes" 1>&6
12667   :
12668 else
12669   echo "$ac_t""no" 1>&6
12670 fi
12671
12672     if test $ac_cv_func_connect = no; then
12673       echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
12674 echo "configure:12675: checking for connect in -lsocket" >&5
12675 ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
12676 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12677   echo $ac_n "(cached) $ac_c" 1>&6
12678 else
12679   ac_save_LIBS="$LIBS"
12680 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
12681 cat > conftest.$ac_ext <<EOF
12682 #line 12683 "configure"
12683 #include "confdefs.h"
12684 /* Override any gcc2 internal prototype to avoid an error.  */
12685 /* We use char because int might match the return type of a gcc2
12686     builtin and then its argument prototype would still apply.  */
12687 char connect();
12688
12689 int main() {
12690 connect()
12691 ; return 0; }
12692 EOF
12693 if { (eval echo configure:12694: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12694   rm -rf conftest*
12695   eval "ac_cv_lib_$ac_lib_var=yes"
12696 else
12697   echo "configure: failed program was:" >&5
12698   cat conftest.$ac_ext >&5
12699   rm -rf conftest*
12700   eval "ac_cv_lib_$ac_lib_var=no"
12701 fi
12702 rm -f conftest*
12703 LIBS="$ac_save_LIBS"
12704
12705 fi
12706 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12707   echo "$ac_t""yes" 1>&6
12708   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
12709 else
12710   echo "$ac_t""no" 1>&6
12711 fi
12712
12713     fi
12714
12715     # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
12716     echo $ac_n "checking for remove""... $ac_c" 1>&6
12717 echo "configure:12718: checking for remove" >&5
12718 if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
12719   echo $ac_n "(cached) $ac_c" 1>&6
12720 else
12721   cat > conftest.$ac_ext <<EOF
12722 #line 12723 "configure"
12723 #include "confdefs.h"
12724 /* System header to define __stub macros and hopefully few prototypes,
12725     which can conflict with char remove(); below.  */
12726 #include <assert.h>
12727 /* Override any gcc2 internal prototype to avoid an error.  */
12728 /* We use char because int might match the return type of a gcc2
12729     builtin and then its argument prototype would still apply.  */
12730 char remove();
12731
12732 int main() {
12733
12734 /* The GNU C library defines this for functions which it implements
12735     to always fail with ENOSYS.  Some functions are actually named
12736     something starting with __ and the normal name is an alias.  */
12737 #if defined (__stub_remove) || defined (__stub___remove)
12738 choke me
12739 #else
12740 remove();
12741 #endif
12742
12743 ; return 0; }
12744 EOF
12745 if { (eval echo configure:12746: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12746   rm -rf conftest*
12747   eval "ac_cv_func_remove=yes"
12748 else
12749   echo "configure: failed program was:" >&5
12750   cat conftest.$ac_ext >&5
12751   rm -rf conftest*
12752   eval "ac_cv_func_remove=no"
12753 fi
12754 rm -f conftest*
12755 fi
12756
12757 if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
12758   echo "$ac_t""yes" 1>&6
12759   :
12760 else
12761   echo "$ac_t""no" 1>&6
12762 fi
12763
12764     if test $ac_cv_func_remove = no; then
12765       echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
12766 echo "configure:12767: checking for remove in -lposix" >&5
12767 ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
12768 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12769   echo $ac_n "(cached) $ac_c" 1>&6
12770 else
12771   ac_save_LIBS="$LIBS"
12772 LIBS="-lposix  $LIBS"
12773 cat > conftest.$ac_ext <<EOF
12774 #line 12775 "configure"
12775 #include "confdefs.h"
12776 /* Override any gcc2 internal prototype to avoid an error.  */
12777 /* We use char because int might match the return type of a gcc2
12778     builtin and then its argument prototype would still apply.  */
12779 char remove();
12780
12781 int main() {
12782 remove()
12783 ; return 0; }
12784 EOF
12785 if { (eval echo configure:12786: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12786   rm -rf conftest*
12787   eval "ac_cv_lib_$ac_lib_var=yes"
12788 else
12789   echo "configure: failed program was:" >&5
12790   cat conftest.$ac_ext >&5
12791   rm -rf conftest*
12792   eval "ac_cv_lib_$ac_lib_var=no"
12793 fi
12794 rm -f conftest*
12795 LIBS="$ac_save_LIBS"
12796
12797 fi
12798 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12799   echo "$ac_t""yes" 1>&6
12800   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
12801 else
12802   echo "$ac_t""no" 1>&6
12803 fi
12804
12805     fi
12806
12807     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
12808     echo $ac_n "checking for shmat""... $ac_c" 1>&6
12809 echo "configure:12810: checking for shmat" >&5
12810 if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
12811   echo $ac_n "(cached) $ac_c" 1>&6
12812 else
12813   cat > conftest.$ac_ext <<EOF
12814 #line 12815 "configure"
12815 #include "confdefs.h"
12816 /* System header to define __stub macros and hopefully few prototypes,
12817     which can conflict with char shmat(); below.  */
12818 #include <assert.h>
12819 /* Override any gcc2 internal prototype to avoid an error.  */
12820 /* We use char because int might match the return type of a gcc2
12821     builtin and then its argument prototype would still apply.  */
12822 char shmat();
12823
12824 int main() {
12825
12826 /* The GNU C library defines this for functions which it implements
12827     to always fail with ENOSYS.  Some functions are actually named
12828     something starting with __ and the normal name is an alias.  */
12829 #if defined (__stub_shmat) || defined (__stub___shmat)
12830 choke me
12831 #else
12832 shmat();
12833 #endif
12834
12835 ; return 0; }
12836 EOF
12837 if { (eval echo configure:12838: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12838   rm -rf conftest*
12839   eval "ac_cv_func_shmat=yes"
12840 else
12841   echo "configure: failed program was:" >&5
12842   cat conftest.$ac_ext >&5
12843   rm -rf conftest*
12844   eval "ac_cv_func_shmat=no"
12845 fi
12846 rm -f conftest*
12847 fi
12848
12849 if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
12850   echo "$ac_t""yes" 1>&6
12851   :
12852 else
12853   echo "$ac_t""no" 1>&6
12854 fi
12855
12856     if test $ac_cv_func_shmat = no; then
12857       echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
12858 echo "configure:12859: checking for shmat in -lipc" >&5
12859 ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
12860 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12861   echo $ac_n "(cached) $ac_c" 1>&6
12862 else
12863   ac_save_LIBS="$LIBS"
12864 LIBS="-lipc  $LIBS"
12865 cat > conftest.$ac_ext <<EOF
12866 #line 12867 "configure"
12867 #include "confdefs.h"
12868 /* Override any gcc2 internal prototype to avoid an error.  */
12869 /* We use char because int might match the return type of a gcc2
12870     builtin and then its argument prototype would still apply.  */
12871 char shmat();
12872
12873 int main() {
12874 shmat()
12875 ; return 0; }
12876 EOF
12877 if { (eval echo configure:12878: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12878   rm -rf conftest*
12879   eval "ac_cv_lib_$ac_lib_var=yes"
12880 else
12881   echo "configure: failed program was:" >&5
12882   cat conftest.$ac_ext >&5
12883   rm -rf conftest*
12884   eval "ac_cv_lib_$ac_lib_var=no"
12885 fi
12886 rm -f conftest*
12887 LIBS="$ac_save_LIBS"
12888
12889 fi
12890 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12891   echo "$ac_t""yes" 1>&6
12892   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
12893 else
12894   echo "$ac_t""no" 1>&6
12895 fi
12896
12897     fi
12898   fi
12899
12900   # Check for libraries that X11R6 Xt/Xaw programs need.
12901   ac_save_LDFLAGS="$LDFLAGS"
12902   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
12903   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
12904   # check for ICE first), but we must link in the order -lSM -lICE or
12905   # we get undefined symbols.  So assume we have SM if we have ICE.
12906   # These have to be linked with before -lX11, unlike the other
12907   # libraries we check for below, so use a different variable.
12908   #  --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
12909   echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
12910 echo "configure:12911: checking for IceConnectionNumber in -lICE" >&5
12911 ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
12912 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12913   echo $ac_n "(cached) $ac_c" 1>&6
12914 else
12915   ac_save_LIBS="$LIBS"
12916 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
12917 cat > conftest.$ac_ext <<EOF
12918 #line 12919 "configure"
12919 #include "confdefs.h"
12920 /* Override any gcc2 internal prototype to avoid an error.  */
12921 /* We use char because int might match the return type of a gcc2
12922     builtin and then its argument prototype would still apply.  */
12923 char IceConnectionNumber();
12924
12925 int main() {
12926 IceConnectionNumber()
12927 ; return 0; }
12928 EOF
12929 if { (eval echo configure:12930: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
12930   rm -rf conftest*
12931   eval "ac_cv_lib_$ac_lib_var=yes"
12932 else
12933   echo "configure: failed program was:" >&5
12934   cat conftest.$ac_ext >&5
12935   rm -rf conftest*
12936   eval "ac_cv_lib_$ac_lib_var=no"
12937 fi
12938 rm -f conftest*
12939 LIBS="$ac_save_LIBS"
12940
12941 fi
12942 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12943   echo "$ac_t""yes" 1>&6
12944   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
12945 else
12946   echo "$ac_t""no" 1>&6
12947 fi
12948
12949   LDFLAGS="$ac_save_LDFLAGS"
12950
12951 fi
12952
12953
12954         if test "$no_x" = "yes"; then
12955           { echo "configure: error: X11 not found" 1>&2; exit 1; }
12956         fi
12957
12958         GUI_TK_LIBRARY="$X_LIBS"
12959         TOOLKIT_INCLUDE="$X_CFLAGS"
12960         AFMINSTALL=afminstall
12961         COMPILED_X_PROGRAM=0
12962
12963         echo $ac_n "checking for Motif/Lesstif headers""... $ac_c" 1>&6
12964 echo "configure:12965: checking for Motif/Lesstif headers" >&5
12965         
12966 ac_find_includes=
12967 for ac_dir in $SEARCH_INCLUDE;
12968   do
12969     if test -f "$ac_dir/Xm/Xm.h"; then
12970       ac_find_includes=$ac_dir
12971       break
12972     fi
12973   done
12974
12975         if test "$ac_find_includes" != "" ; then
12976             echo "$ac_t""found $ac_find_includes" 1>&6
12977         else
12978             cat > conftest.$ac_ext <<EOF
12979 #line 12980 "configure"
12980 #include "confdefs.h"
12981
12982                     #include <Xm/Xm.h>
12983                 
12984 int main() {
12985
12986                     int version;
12987                     version = xmUseVersion;
12988                 
12989 ; return 0; }
12990 EOF
12991 if { (eval echo configure:12992: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12992   rm -rf conftest*
12993   
12994                     echo "$ac_t""found in default search path" 1>&6
12995                     COMPILED_X_PROGRAM=1
12996                 
12997 else
12998   echo "configure: failed program was:" >&5
12999   cat conftest.$ac_ext >&5
13000   rm -rf conftest*
13001   
13002                     echo "$ac_t""no" 1>&6
13003                     { echo "configure: error: please set CFLAGS to contain the location of Xm/Xm.h" 1>&2; exit 1; }
13004                 
13005             
13006 fi
13007 rm -f conftest*
13008         fi
13009
13010         if test "$COMPILED_X_PROGRAM" = 0; then
13011             echo $ac_n "checking for Motif/Lesstif library""... $ac_c" 1>&6
13012 echo "configure:13013: checking for Motif/Lesstif library" >&5
13013             
13014 ac_find_libraries=
13015 for ac_dir in $SEARCH_LIB;
13016   do
13017     for ac_extension in a so sl dylib; do
13018       if test -f "$ac_dir/libXm.$ac_extension"; then
13019         ac_find_libraries=$ac_dir
13020         break 2
13021       fi
13022     done
13023   done
13024
13025             if test "$ac_find_libraries" != "" ; then
13026                 
13027   ac_path_to_include=$ac_find_includes
13028   echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
13029   result=$?
13030   if test $result = 0; then
13031     ac_path_to_include=""
13032   else
13033     ac_path_to_include=" -I$ac_find_includes"
13034   fi
13035
13036                 
13037   echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
13038   result=$?
13039   if test $result = 0; then
13040     ac_path_to_link=""
13041   else
13042     ac_path_to_link=" -L$ac_find_libraries"
13043   fi
13044
13045
13046                 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
13047                 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE$ac_path_to_include"
13048                 echo "$ac_t""found at $ac_find_libraries" 1>&6
13049             else
13050                                                                 cat > conftest.$ac_ext <<EOF
13051 #line 13052 "configure"
13052 #include "confdefs.h"
13053
13054                         #include <Xm/Xm.h>
13055                     
13056 int main() {
13057
13058                         int version;
13059                         version = xmUseVersion;
13060                     
13061 ; return 0; }
13062 EOF
13063 if { (eval echo configure:13064: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13064   rm -rf conftest*
13065   
13066                         echo "$ac_t""found in default search path" 1>&6
13067                         COMPILED_X_PROGRAM=1
13068                     
13069 else
13070   echo "configure: failed program was:" >&5
13071   cat conftest.$ac_ext >&5
13072   rm -rf conftest*
13073   
13074                         echo "$ac_t""no" 1>&6
13075                         { echo "configure: error: please set LDFLAGS to contain the location of libXm" 1>&2; exit 1; }
13076                     
13077                 
13078 fi
13079 rm -f conftest*
13080             fi
13081         fi
13082
13083         xpm_link=
13084         echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
13085 echo "configure:13086: checking for Xpm library" >&5
13086         
13087 ac_find_libraries=
13088 for ac_dir in $SEARCH_LIB;
13089   do
13090     for ac_extension in a so sl dylib; do
13091       if test -f "$ac_dir/libXpm.$ac_extension"; then
13092         ac_find_libraries=$ac_dir
13093         break 2
13094       fi
13095     done
13096   done
13097
13098         if test "$ac_find_libraries" != "" ; then
13099             
13100   echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
13101   result=$?
13102   if test $result = 0; then
13103     ac_path_to_link=""
13104   else
13105     ac_path_to_link=" -L$ac_find_libraries"
13106   fi
13107
13108             GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
13109             xpm_link=" -lXpm"
13110             cat >> confdefs.h <<\EOF
13111 #define wxHAVE_LIB_XPM 1
13112 EOF
13113
13114             echo "$ac_t""found at $ac_find_libraries" 1>&6
13115         else
13116             cat > conftest.$ac_ext <<EOF
13117 #line 13118 "configure"
13118 #include "confdefs.h"
13119
13120                     #include <X11/xpm.h>
13121                 
13122 int main() {
13123
13124                     int version;
13125                     version = XpmLibraryVersion();
13126                 
13127 ; return 0; }
13128 EOF
13129 if { (eval echo configure:13130: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13130   rm -rf conftest*
13131   
13132                     xpm_link=" -lXpm"
13133                     cat >> confdefs.h <<\EOF
13134 #define wxHAVE_LIB_XPM 1
13135 EOF
13136
13137                     echo "$ac_t""found in default search path" 1>&6
13138                     COMPILED_X_PROGRAM=0
13139                 
13140 else
13141   echo "configure: failed program was:" >&5
13142   cat conftest.$ac_ext >&5
13143   rm -rf conftest*
13144   
13145                     echo "$ac_t""no" 1>&6
13146                     echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
13147                 
13148             
13149 fi
13150 rm -f conftest*
13151         fi
13152
13153         GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXm$xpm_link -lXmu -lXext -lXt -lX11"
13154         TOOLKIT_VPATH="\${top_srcdir}/src/motif${PATH_IFS}\${top_srcdir}/src/motif/xmcombo"
13155         TOOLKIT=MOTIF
13156         GUIDIST=MOTIF_DIST
13157     fi
13158
13159     if test "$wxUSE_MAC" = 1; then
13160         if test "$wxUSE_PRECOMP" = "yes"; then
13161             CPPFLAGS="$CPPFLAGS -cpp-precomp"
13162         fi
13163         CPPFLAGS="$CPPFLAGS -I/Developer/Headers/FlatCarbon -I\${top_srcdir}/src/mac/morefile"
13164         CFLAGS="$CFLAGS -fpascal-strings"
13165         CXXFLAGS="$CXXFLAGS -fpascal-strings"
13166
13167         TOOLKIT_VPATH="\${top_srcdir}/src/mac${PATH_IFS}\${top_srcdir}/src/mac/morefile"
13168         TOOLKIT=MAC
13169                 GUIDIST=MACX_DIST
13170     fi
13171
13172     if test "$wxUSE_PM" = 1; then
13173         TOOLKIT=PM
13174         GUIDIST=GTK_DIST
13175     fi
13176
13177         if test "$TOOLKIT" = "PM" ; then
13178         TOOLKIT_DIR="os2"
13179     else
13180         TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
13181     fi
13182
13183         PORT_FILES="\${top_srcdir}/src/\$(TOOLKITDIR)/files.lst"
13184
13185     if test "$wxUSE_UNIVERSAL" = "yes"; then
13186         ALL_OBJECTS="\$(GUI_LOWLEVEL_OBJS) \${UNIVOBJS}"
13187
13188                                 ALL_SOURCES="\$(ALL_SOURCES) \${UNIV_SOURCES}"
13189         ALL_HEADERS="\$(ALL_HEADERS) \${UNIV_HEADERS}"
13190
13191         PORT_FILES="${PORT_FILES} \${top_srcdir}/src/univ/files.lst"
13192         TOOLKIT_VPATH="\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes${PATH_IFS}\${top_srcdir}/src/${TOOLKIT_DIR}"
13193         TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
13194         WIDGET_SET=univ
13195     else
13196         ALL_OBJECTS="\$(GUIOBJS)"
13197         ALL_SOURCES="\$(ALL_SOURCES)"
13198         ALL_HEADERS="\$(ALL_HEADERS)"
13199     fi
13200
13201     ALL_OBJECTS="${ALL_OBJECTS} \$(COMMONOBJS) \$(GENERICOBJS)"
13202
13203     if test "$TOOLKIT" != "MSW" -a "$USE_DOS" != 1; then
13204         ALL_OBJECTS="${ALL_OBJECTS} \$(UNIXOBJS)"
13205     fi
13206
13207     if test "$wxUSE_HTML" = "yes"; then
13208         ALL_OBJECTS="${ALL_OBJECTS} \$(HTMLOBJS)"
13209     fi
13210
13211     if test "$wxUSE_LIBJPEG" = "builtin" ; then
13212         ALL_OBJECTS="${ALL_OBJECTS} \$(JPEGOBJS)"
13213     fi
13214     if test "$wxUSE_LIBTIFF" = "builtin" ; then
13215         ALL_OBJECTS="${ALL_OBJECTS} \$(TIFFOBJS)"
13216     fi
13217     if test "$wxUSE_LIBPNG" = "builtin" ; then
13218         ALL_OBJECTS="${ALL_OBJECTS} \$(PNGOBJS)"
13219     fi
13220
13221         GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
13222     DISTDIR="wx\$(TOOLKIT)"
13223 else
13224     USE_GUI=0
13225
13226             TOOLKIT_DIR="base"
13227
13228         if test "$USE_WIN32" = 1 ; then
13229         ALL_OBJECTS="\${BASE_OBJS} \${BASE_MSW_OBJS}"
13230         TOOLKIT_VPATH="\${top_srcdir}/src/msw"
13231
13232                         TOOLKIT="MSW"
13233     else
13234         ALL_OBJECTS="\${BASE_OBJS} \${BASE_UNIX_OBJS}"
13235         TOOLKIT_VPATH="\${top_srcdir}/src/unix"
13236     fi
13237
13238     ALL_SOURCES="\$(ALL_SOURCES)"
13239     ALL_HEADERS="\$(ALL_HEADERS)"
13240
13241     PORT_FILES="\${top_srcdir}/src/files.lst"
13242
13243         GUIDIST="BASE_DIST"
13244     DISTDIR="wxBase"
13245 fi
13246
13247
13248 if test "$TOOLKIT" != "MSW" -a "$wxUSE_ODBC" = "yes" ; then
13249     ALL_OBJECTS="${ALL_OBJECTS} \$(IODBCOBJS)"
13250 fi
13251
13252 if test "$wxUSE_REGEX" = "builtin" ; then
13253     ALL_OBJECTS="${ALL_OBJECTS} \$(REGEXOBJS)"
13254 fi
13255 if test "$wxUSE_ZLIB" = "builtin" ; then
13256     ALL_OBJECTS="${ALL_OBJECTS} \$(ZLIBOBJS)"
13257 fi
13258
13259 if test "$wxUSE_OPENGL" = "yes"; then
13260     if test "$wxUSE_MAC" = 1; then
13261         OPENGL_LIBS="-framework OpenGL -framework AGL"
13262     else
13263
13264         ac_safe=`echo "GL/gl.h" | sed 'y%./+-%__p_%'`
13265 echo $ac_n "checking for GL/gl.h""... $ac_c" 1>&6
13266 echo "configure:13267: checking for GL/gl.h" >&5
13267 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13268   echo $ac_n "(cached) $ac_c" 1>&6
13269 else
13270   cat > conftest.$ac_ext <<EOF
13271 #line 13272 "configure"
13272 #include "confdefs.h"
13273 #include <GL/gl.h>
13274 EOF
13275 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13276 { (eval echo configure:13277: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13277 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13278 if test -z "$ac_err"; then
13279   rm -rf conftest*
13280   eval "ac_cv_header_$ac_safe=yes"
13281 else
13282   echo "$ac_err" >&5
13283   echo "configure: failed program was:" >&5
13284   cat conftest.$ac_ext >&5
13285   rm -rf conftest*
13286   eval "ac_cv_header_$ac_safe=no"
13287 fi
13288 rm -f conftest*
13289 fi
13290 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13291   echo "$ac_t""yes" 1>&6
13292   
13293                 echo $ac_n "checking for -lGL""... $ac_c" 1>&6
13294 echo "configure:13295: checking for -lGL" >&5
13295                 
13296 ac_find_libraries=
13297 for ac_dir in $SEARCH_LIB;
13298   do
13299     for ac_extension in a so sl dylib; do
13300       if test -f "$ac_dir/libGL.$ac_extension"; then
13301         ac_find_libraries=$ac_dir
13302         break 2
13303       fi
13304     done
13305   done
13306
13307                 if test "$ac_find_libraries" != "" ; then
13308                     
13309   echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
13310   result=$?
13311   if test $result = 0; then
13312     ac_path_to_link=""
13313   else
13314     ac_path_to_link=" -L$ac_find_libraries"
13315   fi
13316
13317                     if test "$ac_path_to_link" = " -L/usr/lib" ; then
13318                         LDFLAGS_GL="$LDFLAGS"
13319                     else
13320                         LDFLAGS_GL="$LDFLAGS$ac_path_to_link"
13321                     fi
13322                     OPENGL_LIBS="-lGL -lGLU"
13323                     echo "$ac_t""yes" 1>&6
13324                 else
13325                     echo "$ac_t""no" 1>&6
13326                     echo $ac_n "checking for -lMesaGL""... $ac_c" 1>&6
13327 echo "configure:13328: checking for -lMesaGL" >&5
13328                     
13329 ac_find_libraries=
13330 for ac_dir in $SEARCH_LIB;
13331   do
13332     for ac_extension in a so sl dylib; do
13333       if test -f "$ac_dir/libMesaGL.$ac_extension"; then
13334         ac_find_libraries=$ac_dir
13335         break 2
13336       fi
13337     done
13338   done
13339
13340                     if test "$ac_find_libraries" != "" ; then
13341                         
13342   echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
13343   result=$?
13344   if test $result = 0; then
13345     ac_path_to_link=""
13346   else
13347     ac_path_to_link=" -L$ac_find_libraries"
13348   fi
13349
13350                         LDFLAGS_GL="$LDFLAGS$ac_path_to_link"
13351                         OPENGL_LIBS="-lMesaGL -lMesaGLU"
13352                         echo "$ac_t""yes" 1>&6
13353                     else
13354                         echo "$ac_t""no" 1>&6
13355                     fi
13356                 fi
13357             
13358 else
13359   echo "$ac_t""no" 1>&6
13360 fi
13361
13362
13363         
13364 #    AC_CHECK_HEADER(GL/gl.h,
13365 #        [
13366 #            AC_CHECK_LIB(GL, glFlush,
13367 #                [
13368 #                    OPENGL_LIBS="-lGL -lGLU"
13369 #                ],
13370 #                [
13371 #                    AC_CHECK_LIB(MesaGL, glFlush,
13372 #                        [
13373 #                            OPENGL_LIBS="-lMesaGL -lMesaGLU"
13374 #                        ],
13375 #                        [],
13376 #                        [-lm])
13377 #                ],
13378 #                [-lm])
13379 #        ])
13380
13381         if test "x$OPENGL_LIBS" = "x"; then
13382                                                 { echo "configure: error: OpenGL libraries not available" 1>&2; exit 1; }
13383         fi
13384     fi
13385
13386     if test "$wxUSE_OPENGL" = "yes"; then
13387         cat >> confdefs.h <<\EOF
13388 #define wxUSE_OPENGL 1
13389 EOF
13390
13391         cat >> confdefs.h <<\EOF
13392 #define wxUSE_GLCANVAS 1
13393 EOF
13394
13395         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl"
13396     fi
13397 fi
13398
13399 if test -z "$TOOLKIT_VPATH" ; then
13400     TOOLKIT_VPATH="\${top_srcdir}/src/${TOOLKIT_DIR}"
13401 fi
13402
13403 if test -n "$TOOLKIT" ; then
13404     TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
13405 fi
13406
13407 lib_unicode_suffix=
13408 if test "$wxUSE_UNICODE" = "yes"; then
13409     lib_unicode_suffix=u
13410 fi
13411
13412 lib_debug_suffix=
13413 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
13414     lib_debug_suffix=d
13415 fi
13416
13417 TOOLCHAIN_NAME="${TOOLKIT_DIR}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}-${WX_RELEASE}"
13418 TOOLCHAIN_NAME_GL="${TOOLKIT_DIR}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}_gl-${WX_RELEASE}"
13419
13420 if test "$cross_compiling" = "yes"; then
13421     TOOLCHAIN_NAME="${TOOLCHAIN_NAME}-${host_alias}"
13422     TOOLCHAIN_NAME_GL="${TOOLCHAIN_NAME_GL}-${host_alias}"
13423 fi
13424
13425 WX_LIBRARY="wx_${TOOLCHAIN_NAME}"
13426 WX_LIBRARY_GL="wx_${TOOLCHAIN_NAME_GL}"
13427
13428 WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
13429 WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
13430
13431 WX_LIBRARY_LINK1="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}"
13432 WX_LIBRARY_LINK2="lib${WX_LIBRARY}.${SO_SUFFIX}"
13433 WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}"
13434 WX_LIBRARY_LINK2_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
13435
13436 WX_RESOURCES_MACOSX="lib${WX_LIBRARY}.rsrc"
13437 WX_RESOURCES_MACOSX_COMPILED="lib${WX_LIBRARY}.r"
13438
13439 case "${host}" in
13440     *-*-cygwin* | *-*-mingw32* )
13441
13442                         
13443         
13444         if test "$cross_compiling" != "yes"; then
13445             WX_LIBRARY="wxmsw${WX_MSW_VERSION}${lib_unicode_suffix}${lib_debug_suffix}"
13446             WX_LIBRARY_GL="wxmsw_gl${WX_MSW_VERSION}${lib_unicode_suffix}${lib_debug_suffix}"
13447             WX_LIBRARY_NAME_SHARED="${WX_LIBRARY}.${SO_SUFFIX}"
13448             WX_LIBRARY_NAME_SHARED_GL="${WX_LIBRARY_GL}.${SO_SUFFIX}"
13449         else
13450             WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${SO_SUFFIX}"
13451             WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
13452         fi
13453
13454 esac
13455
13456 WX_LIBRARY_NAME_STATIC="lib${WX_LIBRARY}.a"
13457 WX_LIBRARY_NAME_STATIC_GL="lib${WX_LIBRARY_GL}.a"
13458
13459 WXCONFIG_LIBS="-l${WX_LIBRARY}"
13460 WXCONFIG_LIBS_STATIC="lib${WX_LIBRARY}.a"
13461
13462 if test "$wxUSE_OPENGL" = "yes"; then
13463     WXCONFIG_LIBS_GL="-l${WX_LIBRARY_GL} ${OPENGL_LIBS}"
13464     WXCONFIG_LIBS_STATIC_GL="lib${WX_LIBRARY_GL}.a ${OPENGL_LIBS}"
13465 fi
13466
13467
13468
13469 if test "$wxUSE_SHARED" = "yes"; then
13470     case "${host}" in
13471       *-pc-os2_emx | *-pc-os2-emx | \
13472       *-pc-msdosdjgpp )
13473                 wxUSE_SHARED=no
13474         echo "configure: warning: Host system doesn't support shared libraries, disabling" 1>&2
13475       ;;
13476     esac
13477 fi
13478
13479 if test "$wxUSE_SHARED" = "yes"; then
13480
13481         if test "$wxUSE_OPENGL" = "yes"; then
13482         WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
13483         WX_ALL="\$(build_libdir)/${WX_LIBRARY_LINK1} \$(build_libdir)/${WX_LIBRARY_LINK1_GL}"
13484     else
13485         WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
13486         WX_ALL="\$(build_libdir)/${WX_LIBRARY_LINK1}"
13487     fi
13488
13489         if test "$GCC" = "yes"; then
13490                 PIC_FLAG="-fPIC"
13491     fi
13492
13493         SHARED_LD="${CXX} -shared -o"
13494
13495     case "${host}" in
13496       *-hp-hpux* )
13497                 if test "$GCC" == "yes"; then
13498             SHARED_LD="${SHARED_LD} ${PIC_FLAG}"
13499         else
13500                         LDFLAGS="$LDFLAGS -L/usr/lib"
13501
13502             SHARED_LD="${CXX} -b -o"
13503             PIC_FLAG="+Z"
13504         fi
13505
13506                 if test "$wxUSE_OPENGL" = "yes"; then
13507             WX_ALL_INSTALLED="preinstall_gl"
13508             WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED} \$(build_libdir)/${WX_LIBRARY_NAME_SHARED_GL}"
13509         else
13510             WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED}"
13511         fi
13512       ;;
13513
13514       *-*-linux* )
13515         if test "$GCC" != "yes"; then
13516             echo $ac_n "checking for Intel compiler""... $ac_c" 1>&6
13517 echo "configure:13518: checking for Intel compiler" >&5
13518 if eval "test \"`echo '$''{'wx_cv_prog_icc'+set}'`\" = set"; then
13519   echo $ac_n "(cached) $ac_c" 1>&6
13520 else
13521   
13522                 cat > conftest.$ac_ext <<EOF
13523 #line 13524 "configure"
13524 #include "confdefs.h"
13525
13526 int main() {
13527
13528                         #ifndef __INTEL_COMPILER
13529                         #error Not icc
13530                         #endif
13531                     
13532 ; return 0; }
13533 EOF
13534 if { (eval echo configure:13535: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13535   rm -rf conftest*
13536   wx_cv_prog_icc=yes
13537 else
13538   echo "configure: failed program was:" >&5
13539   cat conftest.$ac_ext >&5
13540   rm -rf conftest*
13541   wx_cv_prog_icc=no
13542                 
13543 fi
13544 rm -f conftest*
13545             
13546 fi
13547
13548 echo "$ac_t""$wx_cv_prog_icc" 1>&6
13549             if test "$wx_cv_prog_icc" = "yes"; then
13550                 PIC_FLAG="-KPIC"
13551             fi
13552         fi
13553
13554         if test "$wxUSE_SONAME" = "yes" ; then
13555             SONAME_FLAGS="-Wl,-soname,${WX_LIBRARY_LINK1}"
13556             SONAME_FLAGS_GL="-Wl,-soname,${WX_LIBRARY_LINK1_GL}"
13557                         WX_TARGET_LIBRARY_SONAME="-Wl,-soname,\$(TARGETLIB_LINK1)"
13558         fi
13559       ;;
13560
13561       *-*-solaris2* )
13562         if test "$GCC" = yes ; then
13563                                     CPPFLAGS="$CPPFLAGS -isystem /usr/openwin/include"
13564         else
13565             SHARED_LD="${CXX} -G -o"
13566             PIC_FLAG="-KPIC"
13567             SONAME_FLAGS="-h ${WX_LIBRARY_NAME_SHARED}"
13568             SONAME_FLAGS_GL="-h ${WX_LIBRARY_NAME_SHARED_GL}"
13569         fi
13570       ;;
13571
13572       *-*-darwin* )
13573         CFLAGS="$CFLAGS -fno-common -DDYLIB_INIT"
13574         CXXFLAGS="$CXXFLAGS -fno-common -DDYLIB_INIT"
13575         SHARED_LD="$CXX -dynamiclib -init _wxWindowsDylibInit -o"
13576         PIC_FLAG="-dynamic -fPIC"
13577       ;;
13578
13579       *-*-aix* )
13580         SHARED_LD="/usr/lpp/xlC/bin/makeC++SharedLib -p 0 -o"
13581       ;;
13582
13583       *-*-cygwin* | *-*-mingw32* )
13584
13585         WX_LIBRARY_IMPORTLIB="${WX_LIBRARY_NAME_SHARED}.a"
13586
13587         SHARED_LD="${CXX} -shared -Wl,--out-implib,lib/${WX_LIBRARY_IMPORTLIB} -o"
13588         TOOLCHAIN_DLL_DEFS="${TOOLCHAIN_DLL_DEFS} -DWXUSINGDLL=1"
13589
13590         PIC_FLAG="-UWXUSINGDLL -DWXMAKINGDLL=1 -D_DLL=1 -D_WINDLL=1"
13591
13592                 if test "$wxUSE_OPENGL" = "yes"; then
13593             WX_ALL_INSTALLED="preinstall_gl"
13594             WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED} \$(build_libdir)/${WX_LIBRARY_NAME_SHARED_GL}"
13595         else
13596             WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED}"
13597         fi
13598       ;;
13599
13600       *-*-beos* )
13601                         SHARED_LD="${LD} -shared -o"
13602       ;;
13603
13604       *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
13605       *-*-sunos4* | \
13606       *-*-irix5* | *-*-irix6* | \
13607       *-*-osf* | \
13608       *-*-dgux5* | \
13609       *-*-sysv5* )
13610               ;;
13611
13612       *)
13613         { echo "configure: error: unknown system type $host." 1>&2; exit 1; }
13614     esac
13615
13616         if test "x$WX_TARGET_LIBRARY" = "x"; then
13617         WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_SHARED}"
13618         WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_SHARED_GL}"
13619     fi
13620
13621         WX_TARGET_LIBRARY_TYPE="so"
13622     INSTALL_LIBRARY='$(INSTALL_PROGRAM)'
13623 fi
13624
13625 if test "$wxUSE_SHARED" = "no"; then
13626
13627         if test "$wxUSE_GUI" = "no" -o "$USE_WIN32" = 1 ; then
13628                 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall"
13629     fi
13630
13631     if test "$wxUSE_MAC" = 1; then
13632         WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall"
13633     fi
13634
13635     if test "$wxUSE_OPENGL" = "yes"; then
13636         WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall_gl"
13637         WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC} \$(build_libdir)/${WX_LIBRARY_NAME_STATIC_GL}"
13638     else
13639         WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC}"
13640     fi
13641
13642     WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}"
13643     WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_STATIC_GL}"
13644
13645     WX_TARGET_LIBRARY_TYPE="a"
13646     INSTALL_LIBRARY='$(INSTALL_DATA)'
13647 fi
13648
13649 if test "$wxUSE_MAC" = 1; then
13650         WX_ALL="${WX_ALL} \$(build_libdir)/lib${WX_LIBRARY}.r"
13651     WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall_res"
13652     # Extract the first word of "Rez", so it can be a program name with args.
13653 set dummy Rez; ac_word=$2
13654 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
13655 echo "configure:13656: checking for $ac_word" >&5
13656 if eval "test \"`echo '$''{'ac_cv_prog_RESCOMP'+set}'`\" = set"; then
13657   echo $ac_n "(cached) $ac_c" 1>&6
13658 else
13659   if test -n "$RESCOMP"; then
13660   ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
13661 else
13662   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
13663   ac_dummy="$PATH"
13664   for ac_dir in $ac_dummy; do
13665     test -z "$ac_dir" && ac_dir=.
13666     if test -f $ac_dir/$ac_word; then
13667       ac_cv_prog_RESCOMP="Rez"
13668       break
13669     fi
13670   done
13671   IFS="$ac_save_ifs"
13672   test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez"
13673 fi
13674 fi
13675 RESCOMP="$ac_cv_prog_RESCOMP"
13676 if test -n "$RESCOMP"; then
13677   echo "$ac_t""$RESCOMP" 1>&6
13678 else
13679   echo "$ac_t""no" 1>&6
13680 fi
13681
13682     # Extract the first word of "DeRez", so it can be a program name with args.
13683 set dummy DeRez; ac_word=$2
13684 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
13685 echo "configure:13686: checking for $ac_word" >&5
13686 if eval "test \"`echo '$''{'ac_cv_prog_DEREZ'+set}'`\" = set"; then
13687   echo $ac_n "(cached) $ac_c" 1>&6
13688 else
13689   if test -n "$DEREZ"; then
13690   ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
13691 else
13692   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
13693   ac_dummy="$PATH"
13694   for ac_dir in $ac_dummy; do
13695     test -z "$ac_dir" && ac_dir=.
13696     if test -f $ac_dir/$ac_word; then
13697       ac_cv_prog_DEREZ="DeRez"
13698       break
13699     fi
13700   done
13701   IFS="$ac_save_ifs"
13702   test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez"
13703 fi
13704 fi
13705 DEREZ="$ac_cv_prog_DEREZ"
13706 if test -n "$DEREZ"; then
13707   echo "$ac_t""$DEREZ" 1>&6
13708 else
13709   echo "$ac_t""no" 1>&6
13710 fi
13711
13712     MACOSX_BUNDLE="bundle"
13713     LIBWXMACRES="\$(top_builddir)/lib/lib${WX_LIBRARY}.r"
13714     LIBWXMACRESCOMP="\$(RESCOMP) Carbon.r -t APPL ${LIBWXMACRES} -o \$(BIN_PROGRAM)"
13715     LIBWXMACRESWXCONFIG="${RESCOMP} Carbon.r -t APPL \${prefix}/lib/${WX_RESOURCES_MACOSX_COMPILED} -o"
13716 else
13717     if test "$wxUSE_PM" = 1; then
13718         LIBWXMACRESCOMP="emxbind -ep \$(BIN_PROGRAM)"
13719     fi
13720 fi
13721
13722
13723 if test "$wxUSE_MAC" != 1; then
13724     for ac_hdr in strings.h
13725 do
13726 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
13727 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
13728 echo "configure:13729: checking for $ac_hdr" >&5
13729 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13730   echo $ac_n "(cached) $ac_c" 1>&6
13731 else
13732   cat > conftest.$ac_ext <<EOF
13733 #line 13734 "configure"
13734 #include "confdefs.h"
13735 #include <$ac_hdr>
13736 EOF
13737 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13738 { (eval echo configure:13739: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13739 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13740 if test -z "$ac_err"; then
13741   rm -rf conftest*
13742   eval "ac_cv_header_$ac_safe=yes"
13743 else
13744   echo "$ac_err" >&5
13745   echo "configure: failed program was:" >&5
13746   cat conftest.$ac_ext >&5
13747   rm -rf conftest*
13748   eval "ac_cv_header_$ac_safe=no"
13749 fi
13750 rm -f conftest*
13751 fi
13752 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13753   echo "$ac_t""yes" 1>&6
13754     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
13755   cat >> confdefs.h <<EOF
13756 #define $ac_tr_hdr 1
13757 EOF
13758  
13759 else
13760   echo "$ac_t""no" 1>&6
13761 fi
13762 done
13763
13764 fi
13765
13766 for ac_hdr in stdlib.h
13767 do
13768 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
13769 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
13770 echo "configure:13771: checking for $ac_hdr" >&5
13771 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13772   echo $ac_n "(cached) $ac_c" 1>&6
13773 else
13774   cat > conftest.$ac_ext <<EOF
13775 #line 13776 "configure"
13776 #include "confdefs.h"
13777 #include <$ac_hdr>
13778 EOF
13779 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13780 { (eval echo configure:13781: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13781 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13782 if test -z "$ac_err"; then
13783   rm -rf conftest*
13784   eval "ac_cv_header_$ac_safe=yes"
13785 else
13786   echo "$ac_err" >&5
13787   echo "configure: failed program was:" >&5
13788   cat conftest.$ac_ext >&5
13789   rm -rf conftest*
13790   eval "ac_cv_header_$ac_safe=no"
13791 fi
13792 rm -f conftest*
13793 fi
13794 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13795   echo "$ac_t""yes" 1>&6
13796     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
13797   cat >> confdefs.h <<EOF
13798 #define $ac_tr_hdr 1
13799 EOF
13800  
13801 else
13802   echo "$ac_t""no" 1>&6
13803 fi
13804 done
13805
13806 for ac_hdr in malloc.h
13807 do
13808 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
13809 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
13810 echo "configure:13811: checking for $ac_hdr" >&5
13811 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13812   echo $ac_n "(cached) $ac_c" 1>&6
13813 else
13814   cat > conftest.$ac_ext <<EOF
13815 #line 13816 "configure"
13816 #include "confdefs.h"
13817 #include <$ac_hdr>
13818 EOF
13819 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13820 { (eval echo configure:13821: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13821 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13822 if test -z "$ac_err"; then
13823   rm -rf conftest*
13824   eval "ac_cv_header_$ac_safe=yes"
13825 else
13826   echo "$ac_err" >&5
13827   echo "configure: failed program was:" >&5
13828   cat conftest.$ac_ext >&5
13829   rm -rf conftest*
13830   eval "ac_cv_header_$ac_safe=no"
13831 fi
13832 rm -f conftest*
13833 fi
13834 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13835   echo "$ac_t""yes" 1>&6
13836     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
13837   cat >> confdefs.h <<EOF
13838 #define $ac_tr_hdr 1
13839 EOF
13840  
13841 else
13842   echo "$ac_t""no" 1>&6
13843 fi
13844 done
13845
13846 for ac_hdr in unistd.h
13847 do
13848 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
13849 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
13850 echo "configure:13851: checking for $ac_hdr" >&5
13851 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13852   echo $ac_n "(cached) $ac_c" 1>&6
13853 else
13854   cat > conftest.$ac_ext <<EOF
13855 #line 13856 "configure"
13856 #include "confdefs.h"
13857 #include <$ac_hdr>
13858 EOF
13859 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13860 { (eval echo configure:13861: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13861 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13862 if test -z "$ac_err"; then
13863   rm -rf conftest*
13864   eval "ac_cv_header_$ac_safe=yes"
13865 else
13866   echo "$ac_err" >&5
13867   echo "configure: failed program was:" >&5
13868   cat conftest.$ac_ext >&5
13869   rm -rf conftest*
13870   eval "ac_cv_header_$ac_safe=no"
13871 fi
13872 rm -f conftest*
13873 fi
13874 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13875   echo "$ac_t""yes" 1>&6
13876     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
13877   cat >> confdefs.h <<EOF
13878 #define $ac_tr_hdr 1
13879 EOF
13880  
13881 else
13882   echo "$ac_t""no" 1>&6
13883 fi
13884 done
13885
13886 for ac_hdr in wchar.h
13887 do
13888 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
13889 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
13890 echo "configure:13891: checking for $ac_hdr" >&5
13891 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13892   echo $ac_n "(cached) $ac_c" 1>&6
13893 else
13894   cat > conftest.$ac_ext <<EOF
13895 #line 13896 "configure"
13896 #include "confdefs.h"
13897 #include <$ac_hdr>
13898 EOF
13899 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13900 { (eval echo configure:13901: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13901 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13902 if test -z "$ac_err"; then
13903   rm -rf conftest*
13904   eval "ac_cv_header_$ac_safe=yes"
13905 else
13906   echo "$ac_err" >&5
13907   echo "configure: failed program was:" >&5
13908   cat conftest.$ac_ext >&5
13909   rm -rf conftest*
13910   eval "ac_cv_header_$ac_safe=no"
13911 fi
13912 rm -f conftest*
13913 fi
13914 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13915   echo "$ac_t""yes" 1>&6
13916     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
13917   cat >> confdefs.h <<EOF
13918 #define $ac_tr_hdr 1
13919 EOF
13920  
13921 else
13922   echo "$ac_t""no" 1>&6
13923 fi
13924 done
13925
13926 for ac_hdr in wcstr.h
13927 do
13928 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
13929 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
13930 echo "configure:13931: checking for $ac_hdr" >&5
13931 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13932   echo $ac_n "(cached) $ac_c" 1>&6
13933 else
13934   cat > conftest.$ac_ext <<EOF
13935 #line 13936 "configure"
13936 #include "confdefs.h"
13937 #include <$ac_hdr>
13938 EOF
13939 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13940 { (eval echo configure:13941: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13941 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13942 if test -z "$ac_err"; then
13943   rm -rf conftest*
13944   eval "ac_cv_header_$ac_safe=yes"
13945 else
13946   echo "$ac_err" >&5
13947   echo "configure: failed program was:" >&5
13948   cat conftest.$ac_ext >&5
13949   rm -rf conftest*
13950   eval "ac_cv_header_$ac_safe=no"
13951 fi
13952 rm -f conftest*
13953 fi
13954 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13955   echo "$ac_t""yes" 1>&6
13956     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
13957   cat >> confdefs.h <<EOF
13958 #define $ac_tr_hdr 1
13959 EOF
13960  
13961 else
13962   echo "$ac_t""no" 1>&6
13963 fi
13964 done
13965
13966 for ac_hdr in wctype.h
13967 do
13968 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
13969 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
13970 echo "configure:13971: checking for $ac_hdr" >&5
13971 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13972   echo $ac_n "(cached) $ac_c" 1>&6
13973 else
13974   cat > conftest.$ac_ext <<EOF
13975 #line 13976 "configure"
13976 #include "confdefs.h"
13977 #include <$ac_hdr>
13978 EOF
13979 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13980 { (eval echo configure:13981: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13981 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13982 if test -z "$ac_err"; then
13983   rm -rf conftest*
13984   eval "ac_cv_header_$ac_safe=yes"
13985 else
13986   echo "$ac_err" >&5
13987   echo "configure: failed program was:" >&5
13988   cat conftest.$ac_ext >&5
13989   rm -rf conftest*
13990   eval "ac_cv_header_$ac_safe=no"
13991 fi
13992 rm -f conftest*
13993 fi
13994 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13995   echo "$ac_t""yes" 1>&6
13996     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
13997   cat >> confdefs.h <<EOF
13998 #define $ac_tr_hdr 1
13999 EOF
14000  
14001 else
14002   echo "$ac_t""no" 1>&6
14003 fi
14004 done
14005
14006 for ac_hdr in fnmatch.h
14007 do
14008 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
14009 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
14010 echo "configure:14011: checking for $ac_hdr" >&5
14011 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
14012   echo $ac_n "(cached) $ac_c" 1>&6
14013 else
14014   cat > conftest.$ac_ext <<EOF
14015 #line 14016 "configure"
14016 #include "confdefs.h"
14017 #include <$ac_hdr>
14018 EOF
14019 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
14020 { (eval echo configure:14021: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
14021 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
14022 if test -z "$ac_err"; then
14023   rm -rf conftest*
14024   eval "ac_cv_header_$ac_safe=yes"
14025 else
14026   echo "$ac_err" >&5
14027   echo "configure: failed program was:" >&5
14028   cat conftest.$ac_ext >&5
14029   rm -rf conftest*
14030   eval "ac_cv_header_$ac_safe=no"
14031 fi
14032 rm -f conftest*
14033 fi
14034 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
14035   echo "$ac_t""yes" 1>&6
14036     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
14037   cat >> confdefs.h <<EOF
14038 #define $ac_tr_hdr 1
14039 EOF
14040  
14041 else
14042   echo "$ac_t""no" 1>&6
14043 fi
14044 done
14045
14046 for ac_hdr in langinfo.h
14047 do
14048 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
14049 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
14050 echo "configure:14051: checking for $ac_hdr" >&5
14051 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
14052   echo $ac_n "(cached) $ac_c" 1>&6
14053 else
14054   cat > conftest.$ac_ext <<EOF
14055 #line 14056 "configure"
14056 #include "confdefs.h"
14057 #include <$ac_hdr>
14058 EOF
14059 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
14060 { (eval echo configure:14061: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
14061 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
14062 if test -z "$ac_err"; then
14063   rm -rf conftest*
14064   eval "ac_cv_header_$ac_safe=yes"
14065 else
14066   echo "$ac_err" >&5
14067   echo "configure: failed program was:" >&5
14068   cat conftest.$ac_ext >&5
14069   rm -rf conftest*
14070   eval "ac_cv_header_$ac_safe=no"
14071 fi
14072 rm -f conftest*
14073 fi
14074 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
14075   echo "$ac_t""yes" 1>&6
14076     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
14077   cat >> confdefs.h <<EOF
14078 #define $ac_tr_hdr 1
14079 EOF
14080  
14081 else
14082   echo "$ac_t""no" 1>&6
14083 fi
14084 done
14085
14086
14087 if test "$wxUSE_GUI" = "yes"; then
14088     if test "$wxUSE_UNIX" = "yes"; then
14089                 for ac_hdr in X11/XKBlib.h
14090 do
14091 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
14092 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
14093 echo "configure:14094: checking for $ac_hdr" >&5
14094 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
14095   echo $ac_n "(cached) $ac_c" 1>&6
14096 else
14097   cat > conftest.$ac_ext <<EOF
14098 #line 14099 "configure"
14099 #include "confdefs.h"
14100 #include <$ac_hdr>
14101 EOF
14102 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
14103 { (eval echo configure:14104: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
14104 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
14105 if test -z "$ac_err"; then
14106   rm -rf conftest*
14107   eval "ac_cv_header_$ac_safe=yes"
14108 else
14109   echo "$ac_err" >&5
14110   echo "configure: failed program was:" >&5
14111   cat conftest.$ac_ext >&5
14112   rm -rf conftest*
14113   eval "ac_cv_header_$ac_safe=no"
14114 fi
14115 rm -f conftest*
14116 fi
14117 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
14118   echo "$ac_t""yes" 1>&6
14119     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
14120   cat >> confdefs.h <<EOF
14121 #define $ac_tr_hdr 1
14122 EOF
14123  
14124 else
14125   echo "$ac_t""no" 1>&6
14126 fi
14127 done
14128
14129     fi
14130 fi
14131
14132
14133 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
14134 echo "configure:14135: checking for ANSI C header files" >&5
14135 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
14136   echo $ac_n "(cached) $ac_c" 1>&6
14137 else
14138   cat > conftest.$ac_ext <<EOF
14139 #line 14140 "configure"
14140 #include "confdefs.h"
14141 #include <stdlib.h>
14142 #include <stdarg.h>
14143 #include <string.h>
14144 #include <float.h>
14145 EOF
14146 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
14147 { (eval echo configure:14148: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
14148 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
14149 if test -z "$ac_err"; then
14150   rm -rf conftest*
14151   ac_cv_header_stdc=yes
14152 else
14153   echo "$ac_err" >&5
14154   echo "configure: failed program was:" >&5
14155   cat conftest.$ac_ext >&5
14156   rm -rf conftest*
14157   ac_cv_header_stdc=no
14158 fi
14159 rm -f conftest*
14160
14161 if test $ac_cv_header_stdc = yes; then
14162   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
14163 cat > conftest.$ac_ext <<EOF
14164 #line 14165 "configure"
14165 #include "confdefs.h"
14166 #include <string.h>
14167 EOF
14168 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14169   egrep "memchr" >/dev/null 2>&1; then
14170   :
14171 else
14172   rm -rf conftest*
14173   ac_cv_header_stdc=no
14174 fi
14175 rm -f conftest*
14176
14177 fi
14178
14179 if test $ac_cv_header_stdc = yes; then
14180   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
14181 cat > conftest.$ac_ext <<EOF
14182 #line 14183 "configure"
14183 #include "confdefs.h"
14184 #include <stdlib.h>
14185 EOF
14186 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14187   egrep "free" >/dev/null 2>&1; then
14188   :
14189 else
14190   rm -rf conftest*
14191   ac_cv_header_stdc=no
14192 fi
14193 rm -f conftest*
14194
14195 fi
14196
14197 if test $ac_cv_header_stdc = yes; then
14198   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
14199 if test "$cross_compiling" = yes; then
14200   :
14201 else
14202   cat > conftest.$ac_ext <<EOF
14203 #line 14204 "configure"
14204 #include "confdefs.h"
14205 #include <ctype.h>
14206 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
14207 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
14208 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
14209 int main () { int i; for (i = 0; i < 256; i++)
14210 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
14211 exit (0); }
14212
14213 EOF
14214 if { (eval echo configure:14215: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
14215 then
14216   :
14217 else
14218   echo "configure: failed program was:" >&5
14219   cat conftest.$ac_ext >&5
14220   rm -fr conftest*
14221   ac_cv_header_stdc=no
14222 fi
14223 rm -fr conftest*
14224 fi
14225
14226 fi
14227 fi
14228
14229 echo "$ac_t""$ac_cv_header_stdc" 1>&6
14230 if test $ac_cv_header_stdc = yes; then
14231   cat >> confdefs.h <<\EOF
14232 #define STDC_HEADERS 1
14233 EOF
14234
14235 fi
14236
14237 echo $ac_n "checking for mode_t""... $ac_c" 1>&6
14238 echo "configure:14239: checking for mode_t" >&5
14239 if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
14240   echo $ac_n "(cached) $ac_c" 1>&6
14241 else
14242   cat > conftest.$ac_ext <<EOF
14243 #line 14244 "configure"
14244 #include "confdefs.h"
14245 #include <sys/types.h>
14246 #if STDC_HEADERS
14247 #include <stdlib.h>
14248 #include <stddef.h>
14249 #endif
14250 EOF
14251 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14252   egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
14253   rm -rf conftest*
14254   ac_cv_type_mode_t=yes
14255 else
14256   rm -rf conftest*
14257   ac_cv_type_mode_t=no
14258 fi
14259 rm -f conftest*
14260
14261 fi
14262 echo "$ac_t""$ac_cv_type_mode_t" 1>&6
14263 if test $ac_cv_type_mode_t = no; then
14264   cat >> confdefs.h <<\EOF
14265 #define mode_t int
14266 EOF
14267
14268 fi
14269
14270 echo $ac_n "checking for off_t""... $ac_c" 1>&6
14271 echo "configure:14272: checking for off_t" >&5
14272 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
14273   echo $ac_n "(cached) $ac_c" 1>&6
14274 else
14275   cat > conftest.$ac_ext <<EOF
14276 #line 14277 "configure"
14277 #include "confdefs.h"
14278 #include <sys/types.h>
14279 #if STDC_HEADERS
14280 #include <stdlib.h>
14281 #include <stddef.h>
14282 #endif
14283 EOF
14284 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14285   egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
14286   rm -rf conftest*
14287   ac_cv_type_off_t=yes
14288 else
14289   rm -rf conftest*
14290   ac_cv_type_off_t=no
14291 fi
14292 rm -f conftest*
14293
14294 fi
14295 echo "$ac_t""$ac_cv_type_off_t" 1>&6
14296 if test $ac_cv_type_off_t = no; then
14297   cat >> confdefs.h <<\EOF
14298 #define off_t long
14299 EOF
14300
14301 fi
14302
14303 echo $ac_n "checking for pid_t""... $ac_c" 1>&6
14304 echo "configure:14305: checking for pid_t" >&5
14305 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
14306   echo $ac_n "(cached) $ac_c" 1>&6
14307 else
14308   cat > conftest.$ac_ext <<EOF
14309 #line 14310 "configure"
14310 #include "confdefs.h"
14311 #include <sys/types.h>
14312 #if STDC_HEADERS
14313 #include <stdlib.h>
14314 #include <stddef.h>
14315 #endif
14316 EOF
14317 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14318   egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
14319   rm -rf conftest*
14320   ac_cv_type_pid_t=yes
14321 else
14322   rm -rf conftest*
14323   ac_cv_type_pid_t=no
14324 fi
14325 rm -f conftest*
14326
14327 fi
14328 echo "$ac_t""$ac_cv_type_pid_t" 1>&6
14329 if test $ac_cv_type_pid_t = no; then
14330   cat >> confdefs.h <<\EOF
14331 #define pid_t int
14332 EOF
14333
14334 fi
14335
14336 echo $ac_n "checking for size_t""... $ac_c" 1>&6
14337 echo "configure:14338: checking for size_t" >&5
14338 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
14339   echo $ac_n "(cached) $ac_c" 1>&6
14340 else
14341   cat > conftest.$ac_ext <<EOF
14342 #line 14343 "configure"
14343 #include "confdefs.h"
14344 #include <sys/types.h>
14345 #if STDC_HEADERS
14346 #include <stdlib.h>
14347 #include <stddef.h>
14348 #endif
14349 EOF
14350 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14351   egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
14352   rm -rf conftest*
14353   ac_cv_type_size_t=yes
14354 else
14355   rm -rf conftest*
14356   ac_cv_type_size_t=no
14357 fi
14358 rm -f conftest*
14359
14360 fi
14361 echo "$ac_t""$ac_cv_type_size_t" 1>&6
14362 if test $ac_cv_type_size_t = no; then
14363   cat >> confdefs.h <<\EOF
14364 #define size_t unsigned
14365 EOF
14366
14367 fi
14368
14369 echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
14370 echo "configure:14371: checking for uid_t in sys/types.h" >&5
14371 if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
14372   echo $ac_n "(cached) $ac_c" 1>&6
14373 else
14374   cat > conftest.$ac_ext <<EOF
14375 #line 14376 "configure"
14376 #include "confdefs.h"
14377 #include <sys/types.h>
14378 EOF
14379 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14380   egrep "uid_t" >/dev/null 2>&1; then
14381   rm -rf conftest*
14382   ac_cv_type_uid_t=yes
14383 else
14384   rm -rf conftest*
14385   ac_cv_type_uid_t=no
14386 fi
14387 rm -f conftest*
14388
14389 fi
14390
14391 echo "$ac_t""$ac_cv_type_uid_t" 1>&6
14392 if test $ac_cv_type_uid_t = no; then
14393   cat >> confdefs.h <<\EOF
14394 #define uid_t int
14395 EOF
14396
14397   cat >> confdefs.h <<\EOF
14398 #define gid_t int
14399 EOF
14400
14401 fi
14402
14403
14404 echo $ac_n "checking for wchar_t""... $ac_c" 1>&6
14405 echo "configure:14406: checking for wchar_t" >&5
14406 if eval "test \"`echo '$''{'wx_cv_type_wchar_t'+set}'`\" = set"; then
14407   echo $ac_n "(cached) $ac_c" 1>&6
14408 else
14409   
14410     cat > conftest.$ac_ext <<EOF
14411 #line 14412 "configure"
14412 #include "confdefs.h"
14413
14414             #ifdef HAVE_WCHAR_H
14415             #  ifdef __CYGWIN__
14416             #    include <stddef.h>
14417             #  endif
14418             #  include <wchar.h>
14419             #endif
14420             #ifdef HAVE_STDLIB_H
14421             #  include <stdlib.h>
14422             #endif
14423         
14424 int main() {
14425
14426             wchar_t wc, *ws;
14427             wc = L'a';
14428             ws = L"Hello, world!";
14429         
14430 ; return 0; }
14431 EOF
14432 if { (eval echo configure:14433: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14433   rm -rf conftest*
14434   wx_cv_type_wchar_t=yes
14435 else
14436   echo "configure: failed program was:" >&5
14437   cat conftest.$ac_ext >&5
14438   rm -rf conftest*
14439   wx_cv_type_wchar_t=no
14440     
14441 fi
14442 rm -f conftest*
14443
14444 fi
14445
14446 echo "$ac_t""$wx_cv_type_wchar_t" 1>&6
14447
14448 if test "$wx_cv_type_wchar_t" = "yes"; then
14449     cat >> confdefs.h <<\EOF
14450 #define wxUSE_WCHAR_T 1
14451 EOF
14452
14453 fi
14454
14455
14456 ac_ext=C
14457 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14458 ac_cpp='$CXXCPP $CPPFLAGS'
14459 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14460 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14461 cross_compiling=$ac_cv_prog_cxx_cross
14462
14463 echo $ac_n "checking if size_t is unsigned int""... $ac_c" 1>&6
14464 echo "configure:14465: checking if size_t is unsigned int" >&5
14465 if eval "test \"`echo '$''{'wx_cv_size_t_is_uint'+set}'`\" = set"; then
14466   echo $ac_n "(cached) $ac_c" 1>&6
14467 else
14468                           cat > conftest.$ac_ext <<EOF
14469 #line 14470 "configure"
14470 #include "confdefs.h"
14471 #include <stddef.h>
14472 int main() {
14473
14474             return 0; }
14475
14476             struct Foo { void foo(size_t); void foo(unsigned int); };
14477
14478             int bar() {
14479         
14480 ; return 0; }
14481 EOF
14482 if { (eval echo configure:14483: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14483   rm -rf conftest*
14484   wx_cv_size_t_is_uint=no
14485 else
14486   echo "configure: failed program was:" >&5
14487   cat conftest.$ac_ext >&5
14488   rm -rf conftest*
14489   wx_cv_size_t_is_uint=yes
14490     
14491 fi
14492 rm -f conftest*
14493
14494 fi
14495
14496 echo "$ac_t""$wx_cv_size_t_is_uint" 1>&6
14497
14498 if test "$wx_cv_size_t_is_uint" = "yes"; then
14499     cat >> confdefs.h <<\EOF
14500 #define wxSIZE_T_IS_UINT 1
14501 EOF
14502
14503 else
14504     echo $ac_n "checking if size_t is unsigned long""... $ac_c" 1>&6
14505 echo "configure:14506: checking if size_t is unsigned long" >&5
14506 if eval "test \"`echo '$''{'wx_cv_size_t_is_ulong'+set}'`\" = set"; then
14507   echo $ac_n "(cached) $ac_c" 1>&6
14508 else
14509   cat > conftest.$ac_ext <<EOF
14510 #line 14511 "configure"
14511 #include "confdefs.h"
14512 #include <stddef.h>
14513 int main() {
14514
14515                 return 0; }
14516
14517                 struct Foo { void foo(size_t); void foo(unsigned long); };
14518
14519                 int bar() {
14520             
14521 ; return 0; }
14522 EOF
14523 if { (eval echo configure:14524: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14524   rm -rf conftest*
14525   wx_cv_size_t_is_ulong=no
14526 else
14527   echo "configure: failed program was:" >&5
14528   cat conftest.$ac_ext >&5
14529   rm -rf conftest*
14530   wx_cv_size_t_is_ulong=yes
14531         
14532 fi
14533 rm -f conftest*
14534     
14535 fi
14536
14537 echo "$ac_t""$wx_cv_size_t_is_ulong" 1>&6
14538
14539     if test "$wx_cv_size_t_is_ulong" = "yes"; then
14540         cat >> confdefs.h <<\EOF
14541 #define wxSIZE_T_IS_ULONG 1
14542 EOF
14543
14544     fi
14545 fi
14546
14547 ac_ext=c
14548 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14549 ac_cpp='$CPP $CPPFLAGS'
14550 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14551 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14552 cross_compiling=$ac_cv_prog_cc_cross
14553
14554
14555
14556 echo $ac_n "checking for pw_gecos in struct passwd""... $ac_c" 1>&6
14557 echo "configure:14558: checking for pw_gecos in struct passwd" >&5
14558 if eval "test \"`echo '$''{'wx_cv_struct_pw_gecos'+set}'`\" = set"; then
14559   echo $ac_n "(cached) $ac_c" 1>&6
14560 else
14561   
14562         cat > conftest.$ac_ext <<EOF
14563 #line 14564 "configure"
14564 #include "confdefs.h"
14565 #include <pwd.h>
14566 int main() {
14567
14568                 char *p;
14569                 struct passwd *pw;
14570                 p = pw->pw_gecos;
14571              
14572 ; return 0; }
14573 EOF
14574 if { (eval echo configure:14575: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14575   rm -rf conftest*
14576   
14577                 wx_cv_struct_pw_gecos=yes
14578              
14579 else
14580   echo "configure: failed program was:" >&5
14581   cat conftest.$ac_ext >&5
14582   rm -rf conftest*
14583   
14584                 wx_cv_struct_pw_gecos=no
14585              
14586         
14587 fi
14588 rm -f conftest*
14589     
14590
14591 fi
14592
14593 echo "$ac_t""$wx_cv_struct_pw_gecos" 1>&6
14594
14595 if test "$wx_cv_struct_pw_gecos" = "yes"; then
14596     cat >> confdefs.h <<\EOF
14597 #define HAVE_PW_GECOS 1
14598 EOF
14599
14600 fi
14601
14602
14603 echo $ac_n "checking for working const""... $ac_c" 1>&6
14604 echo "configure:14605: checking for working const" >&5
14605 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
14606   echo $ac_n "(cached) $ac_c" 1>&6
14607 else
14608   cat > conftest.$ac_ext <<EOF
14609 #line 14610 "configure"
14610 #include "confdefs.h"
14611
14612 int main() {
14613
14614 /* Ultrix mips cc rejects this.  */
14615 typedef int charset[2]; const charset x;
14616 /* SunOS 4.1.1 cc rejects this.  */
14617 char const *const *ccp;
14618 char **p;
14619 /* NEC SVR4.0.2 mips cc rejects this.  */
14620 struct point {int x, y;};
14621 static struct point const zero = {0,0};
14622 /* AIX XL C 1.02.0.0 rejects this.
14623    It does not let you subtract one const X* pointer from another in an arm
14624    of an if-expression whose if-part is not a constant expression */
14625 const char *g = "string";
14626 ccp = &g + (g ? g-g : 0);
14627 /* HPUX 7.0 cc rejects these. */
14628 ++ccp;
14629 p = (char**) ccp;
14630 ccp = (char const *const *) p;
14631 { /* SCO 3.2v4 cc rejects this.  */
14632   char *t;
14633   char const *s = 0 ? (char *) 0 : (char const *) 0;
14634
14635   *t++ = 0;
14636 }
14637 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
14638   int x[] = {25, 17};
14639   const int *foo = &x[0];
14640   ++foo;
14641 }
14642 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
14643   typedef const int *iptr;
14644   iptr p = 0;
14645   ++p;
14646 }
14647 { /* AIX XL C 1.02.0.0 rejects this saying
14648      "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
14649   struct s { int j; const int *ap[3]; };
14650   struct s *b; b->j = 5;
14651 }
14652 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
14653   const int foo = 10;
14654 }
14655
14656 ; return 0; }
14657 EOF
14658 if { (eval echo configure:14659: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14659   rm -rf conftest*
14660   ac_cv_c_const=yes
14661 else
14662   echo "configure: failed program was:" >&5
14663   cat conftest.$ac_ext >&5
14664   rm -rf conftest*
14665   ac_cv_c_const=no
14666 fi
14667 rm -f conftest*
14668 fi
14669
14670 echo "$ac_t""$ac_cv_c_const" 1>&6
14671 if test $ac_cv_c_const = no; then
14672   cat >> confdefs.h <<\EOF
14673 #define const 
14674 EOF
14675
14676 fi
14677
14678 echo $ac_n "checking for inline""... $ac_c" 1>&6
14679 echo "configure:14680: checking for inline" >&5
14680 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
14681   echo $ac_n "(cached) $ac_c" 1>&6
14682 else
14683   ac_cv_c_inline=no
14684 for ac_kw in inline __inline__ __inline; do
14685   cat > conftest.$ac_ext <<EOF
14686 #line 14687 "configure"
14687 #include "confdefs.h"
14688
14689 int main() {
14690 } $ac_kw foo() {
14691 ; return 0; }
14692 EOF
14693 if { (eval echo configure:14694: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14694   rm -rf conftest*
14695   ac_cv_c_inline=$ac_kw; break
14696 else
14697   echo "configure: failed program was:" >&5
14698   cat conftest.$ac_ext >&5
14699 fi
14700 rm -f conftest*
14701 done
14702
14703 fi
14704
14705 echo "$ac_t""$ac_cv_c_inline" 1>&6
14706 case "$ac_cv_c_inline" in
14707   inline | yes) ;;
14708   no) cat >> confdefs.h <<\EOF
14709 #define inline 
14710 EOF
14711  ;;
14712   *)  cat >> confdefs.h <<EOF
14713 #define inline $ac_cv_c_inline
14714 EOF
14715  ;;
14716 esac
14717
14718
14719 echo $ac_n "checking size of char""... $ac_c" 1>&6
14720 echo "configure:14721: checking size of char" >&5
14721 if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
14722   echo $ac_n "(cached) $ac_c" 1>&6
14723 else
14724   if test "$cross_compiling" = yes; then
14725   ac_cv_sizeof_char=1
14726 else
14727   cat > conftest.$ac_ext <<EOF
14728 #line 14729 "configure"
14729 #include "confdefs.h"
14730 #include <stdio.h>
14731 main()
14732 {
14733   FILE *f=fopen("conftestval", "w");
14734   if (!f) exit(1);
14735   fprintf(f, "%d\n", sizeof(char));
14736   exit(0);
14737 }
14738 EOF
14739 if { (eval echo configure:14740: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
14740 then
14741   ac_cv_sizeof_char=`cat conftestval`
14742 else
14743   echo "configure: failed program was:" >&5
14744   cat conftest.$ac_ext >&5
14745   rm -fr conftest*
14746   ac_cv_sizeof_char=0
14747 fi
14748 rm -fr conftest*
14749 fi
14750
14751 fi
14752 echo "$ac_t""$ac_cv_sizeof_char" 1>&6
14753 cat >> confdefs.h <<EOF
14754 #define SIZEOF_CHAR $ac_cv_sizeof_char
14755 EOF
14756
14757
14758 echo $ac_n "checking size of short""... $ac_c" 1>&6
14759 echo "configure:14760: checking size of short" >&5
14760 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
14761   echo $ac_n "(cached) $ac_c" 1>&6
14762 else
14763   if test "$cross_compiling" = yes; then
14764   ac_cv_sizeof_short=2
14765 else
14766   cat > conftest.$ac_ext <<EOF
14767 #line 14768 "configure"
14768 #include "confdefs.h"
14769 #include <stdio.h>
14770 main()
14771 {
14772   FILE *f=fopen("conftestval", "w");
14773   if (!f) exit(1);
14774   fprintf(f, "%d\n", sizeof(short));
14775   exit(0);
14776 }
14777 EOF
14778 if { (eval echo configure:14779: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
14779 then
14780   ac_cv_sizeof_short=`cat conftestval`
14781 else
14782   echo "configure: failed program was:" >&5
14783   cat conftest.$ac_ext >&5
14784   rm -fr conftest*
14785   ac_cv_sizeof_short=0
14786 fi
14787 rm -fr conftest*
14788 fi
14789
14790 fi
14791 echo "$ac_t""$ac_cv_sizeof_short" 1>&6
14792 cat >> confdefs.h <<EOF
14793 #define SIZEOF_SHORT $ac_cv_sizeof_short
14794 EOF
14795
14796
14797 echo $ac_n "checking size of void *""... $ac_c" 1>&6
14798 echo "configure:14799: checking size of void *" >&5
14799 if eval "test \"`echo '$''{'ac_cv_sizeof_void_p'+set}'`\" = set"; then
14800   echo $ac_n "(cached) $ac_c" 1>&6
14801 else
14802   if test "$cross_compiling" = yes; then
14803   ac_cv_sizeof_void_p=4
14804 else
14805   cat > conftest.$ac_ext <<EOF
14806 #line 14807 "configure"
14807 #include "confdefs.h"
14808 #include <stdio.h>
14809 main()
14810 {
14811   FILE *f=fopen("conftestval", "w");
14812   if (!f) exit(1);
14813   fprintf(f, "%d\n", sizeof(void *));
14814   exit(0);
14815 }
14816 EOF
14817 if { (eval echo configure:14818: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
14818 then
14819   ac_cv_sizeof_void_p=`cat conftestval`
14820 else
14821   echo "configure: failed program was:" >&5
14822   cat conftest.$ac_ext >&5
14823   rm -fr conftest*
14824   ac_cv_sizeof_void_p=0
14825 fi
14826 rm -fr conftest*
14827 fi
14828
14829 fi
14830 echo "$ac_t""$ac_cv_sizeof_void_p" 1>&6
14831 cat >> confdefs.h <<EOF
14832 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
14833 EOF
14834
14835
14836 echo $ac_n "checking size of int""... $ac_c" 1>&6
14837 echo "configure:14838: checking size of int" >&5
14838 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
14839   echo $ac_n "(cached) $ac_c" 1>&6
14840 else
14841   if test "$cross_compiling" = yes; then
14842   ac_cv_sizeof_int=4
14843 else
14844   cat > conftest.$ac_ext <<EOF
14845 #line 14846 "configure"
14846 #include "confdefs.h"
14847 #include <stdio.h>
14848 main()
14849 {
14850   FILE *f=fopen("conftestval", "w");
14851   if (!f) exit(1);
14852   fprintf(f, "%d\n", sizeof(int));
14853   exit(0);
14854 }
14855 EOF
14856 if { (eval echo configure:14857: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
14857 then
14858   ac_cv_sizeof_int=`cat conftestval`
14859 else
14860   echo "configure: failed program was:" >&5
14861   cat conftest.$ac_ext >&5
14862   rm -fr conftest*
14863   ac_cv_sizeof_int=0
14864 fi
14865 rm -fr conftest*
14866 fi
14867
14868 fi
14869 echo "$ac_t""$ac_cv_sizeof_int" 1>&6
14870 cat >> confdefs.h <<EOF
14871 #define SIZEOF_INT $ac_cv_sizeof_int
14872 EOF
14873
14874
14875 echo $ac_n "checking size of long""... $ac_c" 1>&6
14876 echo "configure:14877: checking size of long" >&5
14877 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
14878   echo $ac_n "(cached) $ac_c" 1>&6
14879 else
14880   if test "$cross_compiling" = yes; then
14881   ac_cv_sizeof_long=4
14882 else
14883   cat > conftest.$ac_ext <<EOF
14884 #line 14885 "configure"
14885 #include "confdefs.h"
14886 #include <stdio.h>
14887 main()
14888 {
14889   FILE *f=fopen("conftestval", "w");
14890   if (!f) exit(1);
14891   fprintf(f, "%d\n", sizeof(long));
14892   exit(0);
14893 }
14894 EOF
14895 if { (eval echo configure:14896: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
14896 then
14897   ac_cv_sizeof_long=`cat conftestval`
14898 else
14899   echo "configure: failed program was:" >&5
14900   cat conftest.$ac_ext >&5
14901   rm -fr conftest*
14902   ac_cv_sizeof_long=0
14903 fi
14904 rm -fr conftest*
14905 fi
14906
14907 fi
14908 echo "$ac_t""$ac_cv_sizeof_long" 1>&6
14909 cat >> confdefs.h <<EOF
14910 #define SIZEOF_LONG $ac_cv_sizeof_long
14911 EOF
14912
14913
14914 echo $ac_n "checking size of long long""... $ac_c" 1>&6
14915 echo "configure:14916: checking size of long long" >&5
14916 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
14917   echo $ac_n "(cached) $ac_c" 1>&6
14918 else
14919   if test "$cross_compiling" = yes; then
14920   ac_cv_sizeof_long_long=0
14921 else
14922   cat > conftest.$ac_ext <<EOF
14923 #line 14924 "configure"
14924 #include "confdefs.h"
14925 #include <stdio.h>
14926 main()
14927 {
14928   FILE *f=fopen("conftestval", "w");
14929   if (!f) exit(1);
14930   fprintf(f, "%d\n", sizeof(long long));
14931   exit(0);
14932 }
14933 EOF
14934 if { (eval echo configure:14935: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
14935 then
14936   ac_cv_sizeof_long_long=`cat conftestval`
14937 else
14938   echo "configure: failed program was:" >&5
14939   cat conftest.$ac_ext >&5
14940   rm -fr conftest*
14941   ac_cv_sizeof_long_long=0
14942 fi
14943 rm -fr conftest*
14944 fi
14945
14946 fi
14947 echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
14948 cat >> confdefs.h <<EOF
14949 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
14950 EOF
14951
14952
14953
14954 echo $ac_n "checking size of wchar_t""... $ac_c" 1>&6
14955 echo "configure:14956: checking size of wchar_t" >&5
14956 if eval "test \"`echo '$''{'wx_cv_sizeof_wchar_t'+set}'`\" = set"; then
14957   echo $ac_n "(cached) $ac_c" 1>&6
14958 else
14959   
14960     if test "$cross_compiling" = yes; then
14961   wx_cv_sizeof_wchar_t=4
14962     
14963 else
14964   cat > conftest.$ac_ext <<EOF
14965 #line 14966 "configure"
14966 #include "confdefs.h"
14967
14968             #ifdef HAVE_WCHAR_H
14969             #  ifdef __CYGWIN__
14970             #    include <stddef.h>
14971             #  endif
14972             #  include <wchar.h>
14973             #endif
14974             #ifdef HAVE_STDLIB_H
14975             #  include <stdlib.h>
14976             #endif
14977             #include <stdio.h>
14978             int main()
14979             {
14980                 FILE *f=fopen("conftestval", "w");
14981                 if (!f) exit(1);
14982                 fprintf(f, "%i", sizeof(wchar_t));
14983                 exit(0);
14984             }
14985         
14986 EOF
14987 if { (eval echo configure:14988: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
14988 then
14989   wx_cv_sizeof_wchar_t=`cat conftestval`
14990 else
14991   echo "configure: failed program was:" >&5
14992   cat conftest.$ac_ext >&5
14993   rm -fr conftest*
14994   wx_cv_sizeof_wchar_t=0
14995 fi
14996 rm -fr conftest*
14997 fi
14998
14999
15000 fi
15001
15002 echo "$ac_t""$wx_cv_sizeof_wchar_t" 1>&6
15003
15004 cat >> confdefs.h <<EOF
15005 #define SIZEOF_WCHAR_T $wx_cv_sizeof_wchar_t
15006 EOF
15007
15008
15009 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
15010 echo "configure:15011: checking whether byte ordering is bigendian" >&5
15011 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
15012   echo $ac_n "(cached) $ac_c" 1>&6
15013 else
15014   ac_cv_c_bigendian=unknown
15015 # See if sys/param.h defines the BYTE_ORDER macro.
15016 cat > conftest.$ac_ext <<EOF
15017 #line 15018 "configure"
15018 #include "confdefs.h"
15019 #include <sys/types.h>
15020 #include <sys/param.h>
15021 int main() {
15022
15023 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
15024  bogus endian macros
15025 #endif
15026 ; return 0; }
15027 EOF
15028 if { (eval echo configure:15029: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15029   rm -rf conftest*
15030   # It does; now see whether it defined to BIG_ENDIAN or not.
15031 cat > conftest.$ac_ext <<EOF
15032 #line 15033 "configure"
15033 #include "confdefs.h"
15034 #include <sys/types.h>
15035 #include <sys/param.h>
15036 int main() {
15037
15038 #if BYTE_ORDER != BIG_ENDIAN
15039  not big endian
15040 #endif
15041 ; return 0; }
15042 EOF
15043 if { (eval echo configure:15044: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15044   rm -rf conftest*
15045   ac_cv_c_bigendian=yes
15046 else
15047   echo "configure: failed program was:" >&5
15048   cat conftest.$ac_ext >&5
15049   rm -rf conftest*
15050   ac_cv_c_bigendian=no
15051 fi
15052 rm -f conftest*
15053 else
15054   echo "configure: failed program was:" >&5
15055   cat conftest.$ac_ext >&5
15056 fi
15057 rm -f conftest*
15058 if test $ac_cv_c_bigendian = unknown; then
15059 if test "$cross_compiling" = yes; then
15060   ac_cv_c_bigendian=unknown
15061 else
15062   cat > conftest.$ac_ext <<EOF
15063 #line 15064 "configure"
15064 #include "confdefs.h"
15065 main () {
15066   /* Are we little or big endian?  From Harbison&Steele.  */
15067   union
15068   {
15069     long l;
15070     char c[sizeof (long)];
15071   } u;
15072   u.l = 1;
15073   exit (u.c[sizeof (long) - 1] == 1);
15074 }
15075 EOF
15076 if { (eval echo configure:15077: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
15077 then
15078   ac_cv_c_bigendian=no
15079 else
15080   echo "configure: failed program was:" >&5
15081   cat conftest.$ac_ext >&5
15082   rm -fr conftest*
15083   ac_cv_c_bigendian=yes
15084 fi
15085 rm -fr conftest*
15086 fi
15087
15088 fi
15089 fi
15090
15091 echo "$ac_t""$ac_cv_c_bigendian" 1>&6
15092 if test $ac_cv_c_bigendian = unknown; then
15093   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
15094 fi
15095 if test $ac_cv_c_bigendian = yes; then
15096   cat >> confdefs.h <<\EOF
15097 #define WORDS_BIGENDIAN 1
15098 EOF
15099
15100 fi
15101
15102
15103 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
15104 echo "configure:15105: checking how to run the C++ preprocessor" >&5
15105 if test -z "$CXXCPP"; then
15106 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
15107   echo $ac_n "(cached) $ac_c" 1>&6
15108 else
15109   ac_ext=C
15110 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15111 ac_cpp='$CXXCPP $CPPFLAGS'
15112 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15113 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15114 cross_compiling=$ac_cv_prog_cxx_cross
15115   CXXCPP="${CXX-g++} -E"
15116   cat > conftest.$ac_ext <<EOF
15117 #line 15118 "configure"
15118 #include "confdefs.h"
15119 #include <stdlib.h>
15120 EOF
15121 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
15122 { (eval echo configure:15123: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
15123 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
15124 if test -z "$ac_err"; then
15125   :
15126 else
15127   echo "$ac_err" >&5
15128   echo "configure: failed program was:" >&5
15129   cat conftest.$ac_ext >&5
15130   rm -rf conftest*
15131   CXXCPP=/lib/cpp
15132 fi
15133 rm -f conftest*
15134   ac_cv_prog_CXXCPP="$CXXCPP"
15135 ac_ext=C
15136 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15137 ac_cpp='$CXXCPP $CPPFLAGS'
15138 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15139 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15140 cross_compiling=$ac_cv_prog_cxx_cross
15141 fi
15142 fi
15143 CXXCPP="$ac_cv_prog_CXXCPP"
15144 echo "$ac_t""$CXXCPP" 1>&6
15145
15146
15147   if test "$cross_compiling" = "yes"; then
15148     cat >> confdefs.h <<\EOF
15149 #define wxUSE_IOSTREAMH 1
15150 EOF
15151
15152   else
15153     
15154     ac_ext=C
15155 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15156 ac_cpp='$CXXCPP $CPPFLAGS'
15157 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15158 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15159 cross_compiling=$ac_cv_prog_cxx_cross
15160
15161
15162     for ac_hdr in iostream
15163 do
15164 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
15165 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
15166 echo "configure:15167: checking for $ac_hdr" >&5
15167 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
15168   echo $ac_n "(cached) $ac_c" 1>&6
15169 else
15170   cat > conftest.$ac_ext <<EOF
15171 #line 15172 "configure"
15172 #include "confdefs.h"
15173 #include <$ac_hdr>
15174 EOF
15175 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
15176 { (eval echo configure:15177: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
15177 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
15178 if test -z "$ac_err"; then
15179   rm -rf conftest*
15180   eval "ac_cv_header_$ac_safe=yes"
15181 else
15182   echo "$ac_err" >&5
15183   echo "configure: failed program was:" >&5
15184   cat conftest.$ac_ext >&5
15185   rm -rf conftest*
15186   eval "ac_cv_header_$ac_safe=no"
15187 fi
15188 rm -f conftest*
15189 fi
15190 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
15191   echo "$ac_t""yes" 1>&6
15192     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
15193   cat >> confdefs.h <<EOF
15194 #define $ac_tr_hdr 1
15195 EOF
15196  
15197 else
15198   echo "$ac_t""no" 1>&6
15199 fi
15200 done
15201
15202
15203     if test "$ac_cv_header_iostream" = "yes" ; then
15204       :
15205     else
15206       cat >> confdefs.h <<\EOF
15207 #define wxUSE_IOSTREAMH 1
15208 EOF
15209
15210     fi
15211
15212     ac_ext=c
15213 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15214 ac_cpp='$CPP $CPPFLAGS'
15215 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15216 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15217 cross_compiling=$ac_cv_prog_cc_cross
15218
15219   fi
15220
15221
15222
15223   echo $ac_n "checking if C++ compiler supports bool""... $ac_c" 1>&6
15224 echo "configure:15225: checking if C++ compiler supports bool" >&5
15225 if eval "test \"`echo '$''{'wx_cv_cpp_bool'+set}'`\" = set"; then
15226   echo $ac_n "(cached) $ac_c" 1>&6
15227 else
15228   
15229     
15230     ac_ext=C
15231 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15232 ac_cpp='$CXXCPP $CPPFLAGS'
15233 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15234 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15235 cross_compiling=$ac_cv_prog_cxx_cross
15236
15237
15238     cat > conftest.$ac_ext <<EOF
15239 #line 15240 "configure"
15240 #include "confdefs.h"
15241
15242       
15243 int main() {
15244
15245         bool b = true;
15246
15247         return 0;
15248       
15249 ; return 0; }
15250 EOF
15251 if { (eval echo configure:15252: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15252   rm -rf conftest*
15253   
15254         wx_cv_cpp_bool=yes
15255       
15256 else
15257   echo "configure: failed program was:" >&5
15258   cat conftest.$ac_ext >&5
15259   rm -rf conftest*
15260   
15261         wx_cv_cpp_bool=no
15262       
15263     
15264 fi
15265 rm -f conftest*
15266
15267     ac_ext=c
15268 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15269 ac_cpp='$CPP $CPPFLAGS'
15270 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15271 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15272 cross_compiling=$ac_cv_prog_cc_cross
15273
15274   
15275 fi
15276
15277 echo "$ac_t""$wx_cv_cpp_bool" 1>&6
15278
15279   if test "$wx_cv_cpp_bool" = "yes"; then
15280     cat >> confdefs.h <<\EOF
15281 #define HAVE_BOOL 1
15282 EOF
15283
15284   fi
15285
15286
15287
15288 echo $ac_n "checking for wcslen in -lc""... $ac_c" 1>&6
15289 echo "configure:15290: checking for wcslen in -lc" >&5
15290 ac_lib_var=`echo c'_'wcslen | sed 'y%./+-%__p_%'`
15291 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15292   echo $ac_n "(cached) $ac_c" 1>&6
15293 else
15294   ac_save_LIBS="$LIBS"
15295 LIBS="-lc  $LIBS"
15296 cat > conftest.$ac_ext <<EOF
15297 #line 15298 "configure"
15298 #include "confdefs.h"
15299 /* Override any gcc2 internal prototype to avoid an error.  */
15300 /* We use char because int might match the return type of a gcc2
15301     builtin and then its argument prototype would still apply.  */
15302 char wcslen();
15303
15304 int main() {
15305 wcslen()
15306 ; return 0; }
15307 EOF
15308 if { (eval echo configure:15309: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15309   rm -rf conftest*
15310   eval "ac_cv_lib_$ac_lib_var=yes"
15311 else
15312   echo "configure: failed program was:" >&5
15313   cat conftest.$ac_ext >&5
15314   rm -rf conftest*
15315   eval "ac_cv_lib_$ac_lib_var=no"
15316 fi
15317 rm -f conftest*
15318 LIBS="$ac_save_LIBS"
15319
15320 fi
15321 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15322   echo "$ac_t""yes" 1>&6
15323   
15324             cat >> confdefs.h <<\EOF
15325 #define HAVE_WCSLEN 1
15326 EOF
15327
15328             WCHAR_LINK=
15329         
15330 else
15331   echo "$ac_t""no" 1>&6
15332
15333             echo $ac_n "checking for wcslen in -lw""... $ac_c" 1>&6
15334 echo "configure:15335: checking for wcslen in -lw" >&5
15335 ac_lib_var=`echo w'_'wcslen | sed 'y%./+-%__p_%'`
15336 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15337   echo $ac_n "(cached) $ac_c" 1>&6
15338 else
15339   ac_save_LIBS="$LIBS"
15340 LIBS="-lw  $LIBS"
15341 cat > conftest.$ac_ext <<EOF
15342 #line 15343 "configure"
15343 #include "confdefs.h"
15344 /* Override any gcc2 internal prototype to avoid an error.  */
15345 /* We use char because int might match the return type of a gcc2
15346     builtin and then its argument prototype would still apply.  */
15347 char wcslen();
15348
15349 int main() {
15350 wcslen()
15351 ; return 0; }
15352 EOF
15353 if { (eval echo configure:15354: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15354   rm -rf conftest*
15355   eval "ac_cv_lib_$ac_lib_var=yes"
15356 else
15357   echo "configure: failed program was:" >&5
15358   cat conftest.$ac_ext >&5
15359   rm -rf conftest*
15360   eval "ac_cv_lib_$ac_lib_var=no"
15361 fi
15362 rm -f conftest*
15363 LIBS="$ac_save_LIBS"
15364
15365 fi
15366 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15367   echo "$ac_t""yes" 1>&6
15368   
15369                 cat >> confdefs.h <<\EOF
15370 #define HAVE_WCSLEN 1
15371 EOF
15372
15373                 WCHAR_LINK=" -lw"
15374             
15375 else
15376   echo "$ac_t""no" 1>&6
15377
15378                 echo $ac_n "checking for wcslen in -lmsvcrt""... $ac_c" 1>&6
15379 echo "configure:15380: checking for wcslen in -lmsvcrt" >&5
15380 ac_lib_var=`echo msvcrt'_'wcslen | sed 'y%./+-%__p_%'`
15381 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15382   echo $ac_n "(cached) $ac_c" 1>&6
15383 else
15384   ac_save_LIBS="$LIBS"
15385 LIBS="-lmsvcrt  $LIBS"
15386 cat > conftest.$ac_ext <<EOF
15387 #line 15388 "configure"
15388 #include "confdefs.h"
15389 /* Override any gcc2 internal prototype to avoid an error.  */
15390 /* We use char because int might match the return type of a gcc2
15391     builtin and then its argument prototype would still apply.  */
15392 char wcslen();
15393
15394 int main() {
15395 wcslen()
15396 ; return 0; }
15397 EOF
15398 if { (eval echo configure:15399: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15399   rm -rf conftest*
15400   eval "ac_cv_lib_$ac_lib_var=yes"
15401 else
15402   echo "configure: failed program was:" >&5
15403   cat conftest.$ac_ext >&5
15404   rm -rf conftest*
15405   eval "ac_cv_lib_$ac_lib_var=no"
15406 fi
15407 rm -f conftest*
15408 LIBS="$ac_save_LIBS"
15409
15410 fi
15411 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15412   echo "$ac_t""yes" 1>&6
15413   
15414                     cat >> confdefs.h <<\EOF
15415 #define HAVE_WCSLEN 1
15416 EOF
15417
15418                     WCHAR_LINK=
15419                 
15420 else
15421   echo "$ac_t""no" 1>&6
15422 fi
15423
15424             
15425 fi
15426
15427         
15428 fi
15429
15430
15431 for ac_func in wcsrtombs
15432 do
15433 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15434 echo "configure:15435: checking for $ac_func" >&5
15435 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15436   echo $ac_n "(cached) $ac_c" 1>&6
15437 else
15438   cat > conftest.$ac_ext <<EOF
15439 #line 15440 "configure"
15440 #include "confdefs.h"
15441 /* System header to define __stub macros and hopefully few prototypes,
15442     which can conflict with char $ac_func(); below.  */
15443 #include <assert.h>
15444 /* Override any gcc2 internal prototype to avoid an error.  */
15445 /* We use char because int might match the return type of a gcc2
15446     builtin and then its argument prototype would still apply.  */
15447 char $ac_func();
15448
15449 int main() {
15450
15451 /* The GNU C library defines this for functions which it implements
15452     to always fail with ENOSYS.  Some functions are actually named
15453     something starting with __ and the normal name is an alias.  */
15454 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15455 choke me
15456 #else
15457 $ac_func();
15458 #endif
15459
15460 ; return 0; }
15461 EOF
15462 if { (eval echo configure:15463: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15463   rm -rf conftest*
15464   eval "ac_cv_func_$ac_func=yes"
15465 else
15466   echo "configure: failed program was:" >&5
15467   cat conftest.$ac_ext >&5
15468   rm -rf conftest*
15469   eval "ac_cv_func_$ac_func=no"
15470 fi
15471 rm -f conftest*
15472 fi
15473
15474 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15475   echo "$ac_t""yes" 1>&6
15476     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15477   cat >> confdefs.h <<EOF
15478 #define $ac_tr_func 1
15479 EOF
15480  
15481 else
15482   echo "$ac_t""no" 1>&6
15483 fi
15484 done
15485
15486
15487 echo $ac_n "checking for vprintf""... $ac_c" 1>&6
15488 echo "configure:15489: checking for vprintf" >&5
15489 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
15490   echo $ac_n "(cached) $ac_c" 1>&6
15491 else
15492   cat > conftest.$ac_ext <<EOF
15493 #line 15494 "configure"
15494 #include "confdefs.h"
15495 /* System header to define __stub macros and hopefully few prototypes,
15496     which can conflict with char vprintf(); below.  */
15497 #include <assert.h>
15498 /* Override any gcc2 internal prototype to avoid an error.  */
15499 /* We use char because int might match the return type of a gcc2
15500     builtin and then its argument prototype would still apply.  */
15501 char vprintf();
15502
15503 int main() {
15504
15505 /* The GNU C library defines this for functions which it implements
15506     to always fail with ENOSYS.  Some functions are actually named
15507     something starting with __ and the normal name is an alias.  */
15508 #if defined (__stub_vprintf) || defined (__stub___vprintf)
15509 choke me
15510 #else
15511 vprintf();
15512 #endif
15513
15514 ; return 0; }
15515 EOF
15516 if { (eval echo configure:15517: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15517   rm -rf conftest*
15518   eval "ac_cv_func_vprintf=yes"
15519 else
15520   echo "configure: failed program was:" >&5
15521   cat conftest.$ac_ext >&5
15522   rm -rf conftest*
15523   eval "ac_cv_func_vprintf=no"
15524 fi
15525 rm -f conftest*
15526 fi
15527
15528 if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
15529   echo "$ac_t""yes" 1>&6
15530   cat >> confdefs.h <<\EOF
15531 #define HAVE_VPRINTF 1
15532 EOF
15533
15534 else
15535   echo "$ac_t""no" 1>&6
15536 fi
15537
15538 if test "$ac_cv_func_vprintf" != yes; then
15539 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
15540 echo "configure:15541: checking for _doprnt" >&5
15541 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
15542   echo $ac_n "(cached) $ac_c" 1>&6
15543 else
15544   cat > conftest.$ac_ext <<EOF
15545 #line 15546 "configure"
15546 #include "confdefs.h"
15547 /* System header to define __stub macros and hopefully few prototypes,
15548     which can conflict with char _doprnt(); below.  */
15549 #include <assert.h>
15550 /* Override any gcc2 internal prototype to avoid an error.  */
15551 /* We use char because int might match the return type of a gcc2
15552     builtin and then its argument prototype would still apply.  */
15553 char _doprnt();
15554
15555 int main() {
15556
15557 /* The GNU C library defines this for functions which it implements
15558     to always fail with ENOSYS.  Some functions are actually named
15559     something starting with __ and the normal name is an alias.  */
15560 #if defined (__stub__doprnt) || defined (__stub____doprnt)
15561 choke me
15562 #else
15563 _doprnt();
15564 #endif
15565
15566 ; return 0; }
15567 EOF
15568 if { (eval echo configure:15569: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15569   rm -rf conftest*
15570   eval "ac_cv_func__doprnt=yes"
15571 else
15572   echo "configure: failed program was:" >&5
15573   cat conftest.$ac_ext >&5
15574   rm -rf conftest*
15575   eval "ac_cv_func__doprnt=no"
15576 fi
15577 rm -f conftest*
15578 fi
15579
15580 if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
15581   echo "$ac_t""yes" 1>&6
15582   cat >> confdefs.h <<\EOF
15583 #define HAVE_DOPRNT 1
15584 EOF
15585
15586 else
15587   echo "$ac_t""no" 1>&6
15588 fi
15589
15590 fi
15591
15592
15593
15594
15595
15596
15597 echo $ac_n "checking for vsnprintf""... $ac_c" 1>&6
15598 echo "configure:15599: checking for vsnprintf" >&5
15599 if eval "test \"`echo '$''{'wx_cv_func_vsnprintf'+set}'`\" = set"; then
15600   echo $ac_n "(cached) $ac_c" 1>&6
15601 else
15602   
15603   cat > conftest.$ac_ext <<EOF
15604 #line 15605 "configure"
15605 #include "confdefs.h"
15606
15607                     #include <stdio.h>
15608                     #include <stdarg.h>
15609                  
15610 int main() {
15611
15612                     int wx_test_vsnprintf(const char *, ...);
15613
15614                     wx_test_vsnprintf("%s");
15615                     return 0;
15616                  }
15617
15618                  int wx_test_vsnprintf(const char *fmt, ...)
15619                  {
15620                     char *s;
15621
15622                     va_list argp;
15623                     va_start(argp, fmt);
15624                     vsnprintf(s, 42, fmt, argp);
15625                     va_end(argp);
15626                  
15627 ; return 0; }
15628 EOF
15629 if { (eval echo configure:15630: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15630   rm -rf conftest*
15631   
15632                     wx_cv_func_vsnprintf=yes
15633                  
15634 else
15635   echo "configure: failed program was:" >&5
15636   cat conftest.$ac_ext >&5
15637   rm -rf conftest*
15638   
15639                     cat > conftest.$ac_ext <<EOF
15640 #line 15641 "configure"
15641 #include "confdefs.h"
15642
15643                                       #include <stdio.h>
15644                                       #include <stdarg.h>
15645                                    
15646 int main() {
15647
15648                                       int wx_test_vsnprintf(const char *, ...);
15649
15650                                       wx_test_vsnprintf("%s");
15651                                       return 0;
15652                                    }
15653
15654                                    int wx_test_vsnprintf(const char *fmt, ...)
15655                                    {
15656                                       char *s;
15657
15658                                       va_list argp;
15659                                       va_start(argp, fmt);
15660                                       _vsnprintf(s, 42, fmt, argp);
15661                                       va_end(argp);
15662                                    
15663 ; return 0; }
15664 EOF
15665 if { (eval echo configure:15666: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15666   rm -rf conftest*
15667   
15668                                       wx_cv_func_vsnprintf=yes
15669                                    
15670 else
15671   echo "configure: failed program was:" >&5
15672   cat conftest.$ac_ext >&5
15673   rm -rf conftest*
15674   
15675                                       wx_cv_func_vsnprintf=no
15676                                    
15677 fi
15678 rm -f conftest*
15679                  
15680 fi
15681 rm -f conftest*
15682
15683 fi
15684
15685 echo "$ac_t""$wx_cv_func_vsnprintf" 1>&6
15686
15687 if test "$wx_cv_func_vsnprintf" = yes; then
15688     cat >> confdefs.h <<\EOF
15689 #define HAVE_VSNPRINTF 1
15690 EOF
15691
15692 else
15693     echo "configure: warning: unsafe function vsprintf will be used instead of vsnprintf" 1>&2
15694 fi
15695
15696 echo $ac_n "checking for vsscanf""... $ac_c" 1>&6
15697 echo "configure:15698: checking for vsscanf" >&5
15698 if eval "test \"`echo '$''{'wx_cv_func_vsscanf'+set}'`\" = set"; then
15699   echo $ac_n "(cached) $ac_c" 1>&6
15700 else
15701   
15702   cat > conftest.$ac_ext <<EOF
15703 #line 15704 "configure"
15704 #include "confdefs.h"
15705
15706                     #include <stdio.h>
15707                     #include <stdarg.h>
15708                 
15709 int main() {
15710
15711                     int wx_test_vsscanf(const char *, ...);
15712
15713                     wx_test_vsscanf("%d");
15714                     return 0;
15715                 }
15716
15717                 int wx_test_vsscanf(const char *fmt, ...)
15718                 {
15719                     va_list argp;
15720                     va_start(argp, fmt);
15721                     vsscanf("42", fmt, argp);
15722                     va_end(argp);
15723                 
15724 ; return 0; }
15725 EOF
15726 if { (eval echo configure:15727: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15727   rm -rf conftest*
15728   
15729                     wx_cv_func_vsscanf=yes
15730                 
15731 else
15732   echo "configure: failed program was:" >&5
15733   cat conftest.$ac_ext >&5
15734   rm -rf conftest*
15735   
15736                     wx_cv_func_vsscanf=no
15737                 
15738 fi
15739 rm -f conftest*
15740
15741 fi
15742
15743 echo "$ac_t""$wx_cv_func_vsscanf" 1>&6
15744
15745 if test "$wx_cv_func_vsscanf" = yes; then
15746     cat >> confdefs.h <<\EOF
15747 #define HAVE_VSSCANF 1
15748 EOF
15749
15750 fi
15751
15752 if test "$TOOLKIT" != "MSW"; then
15753
15754
15755
15756 ac_ext=C
15757 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15758 ac_cpp='$CXXCPP $CPPFLAGS'
15759 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15760 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15761 cross_compiling=$ac_cv_prog_cxx_cross
15762
15763
15764     
15765   # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
15766 if test "${with_libiconv_prefix+set}" = set; then
15767   withval="$with_libiconv_prefix"
15768   
15769     for dir in `echo "$withval" | tr : ' '`; do
15770       if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
15771       if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi
15772     done
15773    
15774 fi
15775
15776
15777   echo $ac_n "checking for iconv""... $ac_c" 1>&6
15778 echo "configure:15779: checking for iconv" >&5
15779 if eval "test \"`echo '$''{'am_cv_func_iconv'+set}'`\" = set"; then
15780   echo $ac_n "(cached) $ac_c" 1>&6
15781 else
15782   
15783     am_cv_func_iconv="no, consider installing GNU libiconv"
15784     am_cv_lib_iconv=no
15785     cat > conftest.$ac_ext <<EOF
15786 #line 15787 "configure"
15787 #include "confdefs.h"
15788 #include <stdlib.h>
15789 #include <iconv.h>
15790 int main() {
15791 iconv_t cd = iconv_open("","");
15792        iconv(cd,NULL,NULL,NULL,NULL);
15793        iconv_close(cd);
15794 ; return 0; }
15795 EOF
15796 if { (eval echo configure:15797: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15797   rm -rf conftest*
15798   am_cv_func_iconv=yes
15799 else
15800   echo "configure: failed program was:" >&5
15801   cat conftest.$ac_ext >&5
15802 fi
15803 rm -f conftest*
15804     if test "$am_cv_func_iconv" != yes; then
15805       am_save_LIBS="$LIBS"
15806       LIBS="$LIBS -liconv"
15807       cat > conftest.$ac_ext <<EOF
15808 #line 15809 "configure"
15809 #include "confdefs.h"
15810 #include <stdlib.h>
15811 #include <iconv.h>
15812 int main() {
15813 iconv_t cd = iconv_open("","");
15814          iconv(cd,NULL,NULL,NULL,NULL);
15815          iconv_close(cd);
15816 ; return 0; }
15817 EOF
15818 if { (eval echo configure:15819: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15819   rm -rf conftest*
15820   am_cv_lib_iconv=yes
15821         am_cv_func_iconv=yes
15822 else
15823   echo "configure: failed program was:" >&5
15824   cat conftest.$ac_ext >&5
15825 fi
15826 rm -f conftest*
15827       LIBS="$am_save_LIBS"
15828     fi
15829   
15830 fi
15831
15832 echo "$ac_t""$am_cv_func_iconv" 1>&6
15833   if test "$am_cv_func_iconv" = yes; then
15834     cat >> confdefs.h <<\EOF
15835 #define HAVE_ICONV 1
15836 EOF
15837
15838     echo $ac_n "checking if iconv needs const""... $ac_c" 1>&6
15839 echo "configure:15840: checking if iconv needs const" >&5
15840 if eval "test \"`echo '$''{'wx_cv_func_iconv_const'+set}'`\" = set"; then
15841   echo $ac_n "(cached) $ac_c" 1>&6
15842 else
15843   cat > conftest.$ac_ext <<EOF
15844 #line 15845 "configure"
15845 #include "confdefs.h"
15846
15847 #include <stdlib.h>
15848 #include <iconv.h>
15849 extern
15850 #ifdef __cplusplus
15851 "C"
15852 #endif
15853 #if defined(__STDC__) || defined(__cplusplus)
15854 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
15855 #else
15856 size_t iconv();
15857 #endif
15858         
15859 int main() {
15860
15861 ; return 0; }
15862 EOF
15863 if { (eval echo configure:15864: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15864   rm -rf conftest*
15865   wx_cv_func_iconv_const="no"
15866 else
15867   echo "configure: failed program was:" >&5
15868   cat conftest.$ac_ext >&5
15869   rm -rf conftest*
15870   wx_cv_func_iconv_const="yes"
15871       
15872 fi
15873 rm -f conftest*
15874     
15875 fi
15876
15877 echo "$ac_t""$wx_cv_func_iconv_const" 1>&6
15878
15879     iconv_const=
15880     if test "x$wx_cv_func_iconv_const" = "xyes"; then
15881         iconv_const="const"
15882     fi
15883
15884     cat >> confdefs.h <<EOF
15885 #define ICONV_CONST $iconv_const
15886 EOF
15887
15888   fi
15889   LIBICONV=
15890   if test "$am_cv_lib_iconv" = yes; then
15891     LIBICONV="-liconv"
15892   fi
15893   
15894
15895 LIBS="$LIBICONV $LIBS"
15896 ac_ext=c
15897 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15898 ac_cpp='$CPP $CPPFLAGS'
15899 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15900 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15901 cross_compiling=$ac_cv_prog_cc_cross
15902
15903
15904 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
15905     for ac_func in sigaction
15906 do
15907 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15908 echo "configure:15909: checking for $ac_func" >&5
15909 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15910   echo $ac_n "(cached) $ac_c" 1>&6
15911 else
15912   cat > conftest.$ac_ext <<EOF
15913 #line 15914 "configure"
15914 #include "confdefs.h"
15915 /* System header to define __stub macros and hopefully few prototypes,
15916     which can conflict with char $ac_func(); below.  */
15917 #include <assert.h>
15918 /* Override any gcc2 internal prototype to avoid an error.  */
15919 /* We use char because int might match the return type of a gcc2
15920     builtin and then its argument prototype would still apply.  */
15921 char $ac_func();
15922
15923 int main() {
15924
15925 /* The GNU C library defines this for functions which it implements
15926     to always fail with ENOSYS.  Some functions are actually named
15927     something starting with __ and the normal name is an alias.  */
15928 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15929 choke me
15930 #else
15931 $ac_func();
15932 #endif
15933
15934 ; return 0; }
15935 EOF
15936 if { (eval echo configure:15937: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15937   rm -rf conftest*
15938   eval "ac_cv_func_$ac_func=yes"
15939 else
15940   echo "configure: failed program was:" >&5
15941   cat conftest.$ac_ext >&5
15942   rm -rf conftest*
15943   eval "ac_cv_func_$ac_func=no"
15944 fi
15945 rm -f conftest*
15946 fi
15947
15948 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15949   echo "$ac_t""yes" 1>&6
15950     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15951   cat >> confdefs.h <<EOF
15952 #define $ac_tr_func 1
15953 EOF
15954  
15955 else
15956   echo "$ac_t""no" 1>&6
15957 fi
15958 done
15959
15960
15961     if test "$ac_cv_func_sigaction" = "no"; then
15962         echo "configure: warning: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" 1>&2
15963         wxUSE_ON_FATAL_EXCEPTION=no
15964     fi
15965
15966     if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
15967       
15968       ac_ext=C
15969 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15970 ac_cpp='$CXXCPP $CPPFLAGS'
15971 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15972 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15973 cross_compiling=$ac_cv_prog_cxx_cross
15974
15975
15976       echo $ac_n "checking for sa_handler type""... $ac_c" 1>&6
15977 echo "configure:15978: checking for sa_handler type" >&5
15978 if eval "test \"`echo '$''{'wx_cv_type_sa_handler'+set}'`\" = set"; then
15979   echo $ac_n "(cached) $ac_c" 1>&6
15980 else
15981   
15982         cat > conftest.$ac_ext <<EOF
15983 #line 15984 "configure"
15984 #include "confdefs.h"
15985 #include <signal.h>
15986 int main() {
15987
15988                         extern void testSigHandler(int);
15989
15990                         struct sigaction sa;
15991                         sa.sa_handler = testSigHandler;
15992                      
15993 ; return 0; }
15994 EOF
15995 if { (eval echo configure:15996: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15996   rm -rf conftest*
15997   
15998                         wx_cv_type_sa_handler=int
15999                      
16000 else
16001   echo "configure: failed program was:" >&5
16002   cat conftest.$ac_ext >&5
16003   rm -rf conftest*
16004   
16005                         wx_cv_type_sa_handler=void
16006                      
16007 fi
16008 rm -f conftest*
16009       
16010 fi
16011
16012 echo "$ac_t""$wx_cv_type_sa_handler" 1>&6
16013
16014       ac_ext=c
16015 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16016 ac_cpp='$CPP $CPPFLAGS'
16017 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16018 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16019 cross_compiling=$ac_cv_prog_cc_cross
16020
16021
16022       cat >> confdefs.h <<EOF
16023 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
16024 EOF
16025
16026     fi
16027 fi
16028
16029 for ac_func in vfork
16030 do
16031 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16032 echo "configure:16033: checking for $ac_func" >&5
16033 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16034   echo $ac_n "(cached) $ac_c" 1>&6
16035 else
16036   cat > conftest.$ac_ext <<EOF
16037 #line 16038 "configure"
16038 #include "confdefs.h"
16039 /* System header to define __stub macros and hopefully few prototypes,
16040     which can conflict with char $ac_func(); below.  */
16041 #include <assert.h>
16042 /* Override any gcc2 internal prototype to avoid an error.  */
16043 /* We use char because int might match the return type of a gcc2
16044     builtin and then its argument prototype would still apply.  */
16045 char $ac_func();
16046
16047 int main() {
16048
16049 /* The GNU C library defines this for functions which it implements
16050     to always fail with ENOSYS.  Some functions are actually named
16051     something starting with __ and the normal name is an alias.  */
16052 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16053 choke me
16054 #else
16055 $ac_func();
16056 #endif
16057
16058 ; return 0; }
16059 EOF
16060 if { (eval echo configure:16061: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16061   rm -rf conftest*
16062   eval "ac_cv_func_$ac_func=yes"
16063 else
16064   echo "configure: failed program was:" >&5
16065   cat conftest.$ac_ext >&5
16066   rm -rf conftest*
16067   eval "ac_cv_func_$ac_func=no"
16068 fi
16069 rm -f conftest*
16070 fi
16071
16072 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16073   echo "$ac_t""yes" 1>&6
16074     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16075   cat >> confdefs.h <<EOF
16076 #define $ac_tr_func 1
16077 EOF
16078  
16079 else
16080   echo "$ac_t""no" 1>&6
16081 fi
16082 done
16083
16084
16085 for ac_func in mkstemp mktemp
16086 do
16087 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16088 echo "configure:16089: checking for $ac_func" >&5
16089 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16090   echo $ac_n "(cached) $ac_c" 1>&6
16091 else
16092   cat > conftest.$ac_ext <<EOF
16093 #line 16094 "configure"
16094 #include "confdefs.h"
16095 /* System header to define __stub macros and hopefully few prototypes,
16096     which can conflict with char $ac_func(); below.  */
16097 #include <assert.h>
16098 /* Override any gcc2 internal prototype to avoid an error.  */
16099 /* We use char because int might match the return type of a gcc2
16100     builtin and then its argument prototype would still apply.  */
16101 char $ac_func();
16102
16103 int main() {
16104
16105 /* The GNU C library defines this for functions which it implements
16106     to always fail with ENOSYS.  Some functions are actually named
16107     something starting with __ and the normal name is an alias.  */
16108 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16109 choke me
16110 #else
16111 $ac_func();
16112 #endif
16113
16114 ; return 0; }
16115 EOF
16116 if { (eval echo configure:16117: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16117   rm -rf conftest*
16118   eval "ac_cv_func_$ac_func=yes"
16119 else
16120   echo "configure: failed program was:" >&5
16121   cat conftest.$ac_ext >&5
16122   rm -rf conftest*
16123   eval "ac_cv_func_$ac_func=no"
16124 fi
16125 rm -f conftest*
16126 fi
16127
16128 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16129   echo "$ac_t""yes" 1>&6
16130     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16131   cat >> confdefs.h <<EOF
16132 #define $ac_tr_func 1
16133 EOF
16134  break
16135 else
16136   echo "$ac_t""no" 1>&6
16137 fi
16138 done
16139
16140
16141 echo $ac_n "checking for statfs""... $ac_c" 1>&6
16142 echo "configure:16143: checking for statfs" >&5
16143 if eval "test \"`echo '$''{'wx_cv_func_statfs'+set}'`\" = set"; then
16144   echo $ac_n "(cached) $ac_c" 1>&6
16145 else
16146   cat > conftest.$ac_ext <<EOF
16147 #line 16148 "configure"
16148 #include "confdefs.h"
16149
16150              #if defined(__BSD__)
16151                #include <sys/param.h>
16152                #include <sys/mount.h>
16153              #else
16154                #include <sys/vfs.h>
16155              #endif
16156         
16157 int main() {
16158
16159              long l;
16160              struct statfs fs;
16161              statfs("/", &fs);
16162              l = fs.f_bsize;
16163              l += fs.f_blocks;
16164              l += fs.f_bavail;
16165         
16166 ; return 0; }
16167 EOF
16168 if { (eval echo configure:16169: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16169   rm -rf conftest*
16170   
16171              wx_cv_func_statfs=yes
16172         
16173 else
16174   echo "configure: failed program was:" >&5
16175   cat conftest.$ac_ext >&5
16176   rm -rf conftest*
16177   
16178              wx_cv_func_statfs=no
16179         
16180     
16181 fi
16182 rm -f conftest*
16183
16184 fi
16185
16186 echo "$ac_t""$wx_cv_func_statfs" 1>&6
16187
16188 if test "$wx_cv_func_statfs" = "yes"; then
16189     cat >> confdefs.h <<\EOF
16190 #define HAVE_STATFS 1
16191 EOF
16192
16193 else
16194     echo $ac_n "checking for statvfs""... $ac_c" 1>&6
16195 echo "configure:16196: checking for statvfs" >&5
16196 if eval "test \"`echo '$''{'wx_cv_func_statvfs'+set}'`\" = set"; then
16197   echo $ac_n "(cached) $ac_c" 1>&6
16198 else
16199   cat > conftest.$ac_ext <<EOF
16200 #line 16201 "configure"
16201 #include "confdefs.h"
16202
16203                  #include <sys/statvfs.h>
16204             
16205 int main() {
16206
16207                  long l;
16208                  struct statvfs fs;
16209                  statvfs("/", &fs);
16210                  l = fs.f_bsize;
16211                  l += fs.f_blocks;
16212                  l += fs.f_bavail;
16213             
16214 ; return 0; }
16215 EOF
16216 if { (eval echo configure:16217: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16217   rm -rf conftest*
16218   
16219                  wx_cv_func_statvfs=yes
16220             
16221 else
16222   echo "configure: failed program was:" >&5
16223   cat conftest.$ac_ext >&5
16224   rm -rf conftest*
16225   
16226                  wx_cv_func_statvfs=no
16227             
16228         
16229 fi
16230 rm -f conftest*
16231     
16232 fi
16233
16234 echo "$ac_t""$wx_cv_func_statvfs" 1>&6
16235
16236     if test "$wx_cv_func_statvfs" = "yes"; then
16237         cat >> confdefs.h <<\EOF
16238 #define HAVE_STATVFS 1
16239 EOF
16240
16241     else
16242         echo "configure: warning: wxGetDiskSpace() function won't work without statfs()" 1>&2
16243     fi
16244 fi
16245
16246 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
16247     for ac_func in fcntl flock
16248 do
16249 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16250 echo "configure:16251: checking for $ac_func" >&5
16251 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16252   echo $ac_n "(cached) $ac_c" 1>&6
16253 else
16254   cat > conftest.$ac_ext <<EOF
16255 #line 16256 "configure"
16256 #include "confdefs.h"
16257 /* System header to define __stub macros and hopefully few prototypes,
16258     which can conflict with char $ac_func(); below.  */
16259 #include <assert.h>
16260 /* Override any gcc2 internal prototype to avoid an error.  */
16261 /* We use char because int might match the return type of a gcc2
16262     builtin and then its argument prototype would still apply.  */
16263 char $ac_func();
16264
16265 int main() {
16266
16267 /* The GNU C library defines this for functions which it implements
16268     to always fail with ENOSYS.  Some functions are actually named
16269     something starting with __ and the normal name is an alias.  */
16270 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16271 choke me
16272 #else
16273 $ac_func();
16274 #endif
16275
16276 ; return 0; }
16277 EOF
16278 if { (eval echo configure:16279: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16279   rm -rf conftest*
16280   eval "ac_cv_func_$ac_func=yes"
16281 else
16282   echo "configure: failed program was:" >&5
16283   cat conftest.$ac_ext >&5
16284   rm -rf conftest*
16285   eval "ac_cv_func_$ac_func=no"
16286 fi
16287 rm -f conftest*
16288 fi
16289
16290 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16291   echo "$ac_t""yes" 1>&6
16292     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16293   cat >> confdefs.h <<EOF
16294 #define $ac_tr_func 1
16295 EOF
16296  break
16297 else
16298   echo "$ac_t""no" 1>&6
16299 fi
16300 done
16301
16302
16303     if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
16304         echo "configure: warning: wxSingleInstanceChecker not available" 1>&2
16305         wxUSE_SNGLINST_CHECKER=no
16306     fi
16307 fi
16308
16309 for ac_func in timegm
16310 do
16311 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16312 echo "configure:16313: checking for $ac_func" >&5
16313 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16314   echo $ac_n "(cached) $ac_c" 1>&6
16315 else
16316   cat > conftest.$ac_ext <<EOF
16317 #line 16318 "configure"
16318 #include "confdefs.h"
16319 /* System header to define __stub macros and hopefully few prototypes,
16320     which can conflict with char $ac_func(); below.  */
16321 #include <assert.h>
16322 /* Override any gcc2 internal prototype to avoid an error.  */
16323 /* We use char because int might match the return type of a gcc2
16324     builtin and then its argument prototype would still apply.  */
16325 char $ac_func();
16326
16327 int main() {
16328
16329 /* The GNU C library defines this for functions which it implements
16330     to always fail with ENOSYS.  Some functions are actually named
16331     something starting with __ and the normal name is an alias.  */
16332 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16333 choke me
16334 #else
16335 $ac_func();
16336 #endif
16337
16338 ; return 0; }
16339 EOF
16340 if { (eval echo configure:16341: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16341   rm -rf conftest*
16342   eval "ac_cv_func_$ac_func=yes"
16343 else
16344   echo "configure: failed program was:" >&5
16345   cat conftest.$ac_ext >&5
16346   rm -rf conftest*
16347   eval "ac_cv_func_$ac_func=no"
16348 fi
16349 rm -f conftest*
16350 fi
16351
16352 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16353   echo "$ac_t""yes" 1>&6
16354     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16355   cat >> confdefs.h <<EOF
16356 #define $ac_tr_func 1
16357 EOF
16358  
16359 else
16360   echo "$ac_t""no" 1>&6
16361 fi
16362 done
16363
16364
16365 for ac_func in putenv setenv
16366 do
16367 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16368 echo "configure:16369: checking for $ac_func" >&5
16369 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16370   echo $ac_n "(cached) $ac_c" 1>&6
16371 else
16372   cat > conftest.$ac_ext <<EOF
16373 #line 16374 "configure"
16374 #include "confdefs.h"
16375 /* System header to define __stub macros and hopefully few prototypes,
16376     which can conflict with char $ac_func(); below.  */
16377 #include <assert.h>
16378 /* Override any gcc2 internal prototype to avoid an error.  */
16379 /* We use char because int might match the return type of a gcc2
16380     builtin and then its argument prototype would still apply.  */
16381 char $ac_func();
16382
16383 int main() {
16384
16385 /* The GNU C library defines this for functions which it implements
16386     to always fail with ENOSYS.  Some functions are actually named
16387     something starting with __ and the normal name is an alias.  */
16388 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16389 choke me
16390 #else
16391 $ac_func();
16392 #endif
16393
16394 ; return 0; }
16395 EOF
16396 if { (eval echo configure:16397: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16397   rm -rf conftest*
16398   eval "ac_cv_func_$ac_func=yes"
16399 else
16400   echo "configure: failed program was:" >&5
16401   cat conftest.$ac_ext >&5
16402   rm -rf conftest*
16403   eval "ac_cv_func_$ac_func=no"
16404 fi
16405 rm -f conftest*
16406 fi
16407
16408 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16409   echo "$ac_t""yes" 1>&6
16410     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16411   cat >> confdefs.h <<EOF
16412 #define $ac_tr_func 1
16413 EOF
16414  break
16415 else
16416   echo "$ac_t""no" 1>&6
16417 fi
16418 done
16419
16420
16421 HAVE_SOME_SLEEP_FUNC=0
16422 if test "$USE_BEOS" = 1; then
16423             cat >> confdefs.h <<\EOF
16424 #define HAVE_SLEEP 1
16425 EOF
16426
16427     HAVE_SOME_SLEEP_FUNC=1
16428 fi
16429
16430 if test "$USE_DARWIN" = 1; then
16431             cat >> confdefs.h <<\EOF
16432 #define HAVE_USLEEP 1
16433 EOF
16434
16435     HAVE_SOME_SLEEP_FUNC=1
16436 fi
16437
16438 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
16439         POSIX4_LINK=
16440     for ac_func in nanosleep
16441 do
16442 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16443 echo "configure:16444: checking for $ac_func" >&5
16444 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16445   echo $ac_n "(cached) $ac_c" 1>&6
16446 else
16447   cat > conftest.$ac_ext <<EOF
16448 #line 16449 "configure"
16449 #include "confdefs.h"
16450 /* System header to define __stub macros and hopefully few prototypes,
16451     which can conflict with char $ac_func(); below.  */
16452 #include <assert.h>
16453 /* Override any gcc2 internal prototype to avoid an error.  */
16454 /* We use char because int might match the return type of a gcc2
16455     builtin and then its argument prototype would still apply.  */
16456 char $ac_func();
16457
16458 int main() {
16459
16460 /* The GNU C library defines this for functions which it implements
16461     to always fail with ENOSYS.  Some functions are actually named
16462     something starting with __ and the normal name is an alias.  */
16463 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16464 choke me
16465 #else
16466 $ac_func();
16467 #endif
16468
16469 ; return 0; }
16470 EOF
16471 if { (eval echo configure:16472: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16472   rm -rf conftest*
16473   eval "ac_cv_func_$ac_func=yes"
16474 else
16475   echo "configure: failed program was:" >&5
16476   cat conftest.$ac_ext >&5
16477   rm -rf conftest*
16478   eval "ac_cv_func_$ac_func=no"
16479 fi
16480 rm -f conftest*
16481 fi
16482
16483 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16484   echo "$ac_t""yes" 1>&6
16485     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16486   cat >> confdefs.h <<EOF
16487 #define $ac_tr_func 1
16488 EOF
16489  cat >> confdefs.h <<\EOF
16490 #define HAVE_NANOSLEEP 1
16491 EOF
16492
16493 else
16494   echo "$ac_t""no" 1>&6
16495 echo $ac_n "checking for nanosleep in -lposix4""... $ac_c" 1>&6
16496 echo "configure:16497: checking for nanosleep in -lposix4" >&5
16497 ac_lib_var=`echo posix4'_'nanosleep | sed 'y%./+-%__p_%'`
16498 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16499   echo $ac_n "(cached) $ac_c" 1>&6
16500 else
16501   ac_save_LIBS="$LIBS"
16502 LIBS="-lposix4  $LIBS"
16503 cat > conftest.$ac_ext <<EOF
16504 #line 16505 "configure"
16505 #include "confdefs.h"
16506 /* Override any gcc2 internal prototype to avoid an error.  */
16507 /* We use char because int might match the return type of a gcc2
16508     builtin and then its argument prototype would still apply.  */
16509 char nanosleep();
16510
16511 int main() {
16512 nanosleep()
16513 ; return 0; }
16514 EOF
16515 if { (eval echo configure:16516: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16516   rm -rf conftest*
16517   eval "ac_cv_lib_$ac_lib_var=yes"
16518 else
16519   echo "configure: failed program was:" >&5
16520   cat conftest.$ac_ext >&5
16521   rm -rf conftest*
16522   eval "ac_cv_lib_$ac_lib_var=no"
16523 fi
16524 rm -f conftest*
16525 LIBS="$ac_save_LIBS"
16526
16527 fi
16528 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
16529   echo "$ac_t""yes" 1>&6
16530   
16531                     cat >> confdefs.h <<\EOF
16532 #define HAVE_NANOSLEEP 1
16533 EOF
16534
16535                     POSIX4_LINK=" -lposix4"
16536                 
16537 else
16538   echo "$ac_t""no" 1>&6
16539
16540                     for ac_func in usleep
16541 do
16542 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16543 echo "configure:16544: checking for $ac_func" >&5
16544 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16545   echo $ac_n "(cached) $ac_c" 1>&6
16546 else
16547   cat > conftest.$ac_ext <<EOF
16548 #line 16549 "configure"
16549 #include "confdefs.h"
16550 /* System header to define __stub macros and hopefully few prototypes,
16551     which can conflict with char $ac_func(); below.  */
16552 #include <assert.h>
16553 /* Override any gcc2 internal prototype to avoid an error.  */
16554 /* We use char because int might match the return type of a gcc2
16555     builtin and then its argument prototype would still apply.  */
16556 char $ac_func();
16557
16558 int main() {
16559
16560 /* The GNU C library defines this for functions which it implements
16561     to always fail with ENOSYS.  Some functions are actually named
16562     something starting with __ and the normal name is an alias.  */
16563 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16564 choke me
16565 #else
16566 $ac_func();
16567 #endif
16568
16569 ; return 0; }
16570 EOF
16571 if { (eval echo configure:16572: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16572   rm -rf conftest*
16573   eval "ac_cv_func_$ac_func=yes"
16574 else
16575   echo "configure: failed program was:" >&5
16576   cat conftest.$ac_ext >&5
16577   rm -rf conftest*
16578   eval "ac_cv_func_$ac_func=no"
16579 fi
16580 rm -f conftest*
16581 fi
16582
16583 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16584   echo "$ac_t""yes" 1>&6
16585     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16586   cat >> confdefs.h <<EOF
16587 #define $ac_tr_func 1
16588 EOF
16589  cat >> confdefs.h <<\EOF
16590 #define HAVE_USLEEP 1
16591 EOF
16592
16593 else
16594   echo "$ac_t""no" 1>&6
16595 echo "configure: warning: wxSleep() function will not work" 1>&2
16596                     
16597 fi
16598 done
16599
16600                 
16601             
16602 fi
16603
16604         
16605     
16606 fi
16607 done
16608
16609 fi
16610
16611 for ac_func in uname gethostname
16612 do
16613 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16614 echo "configure:16615: checking for $ac_func" >&5
16615 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16616   echo $ac_n "(cached) $ac_c" 1>&6
16617 else
16618   cat > conftest.$ac_ext <<EOF
16619 #line 16620 "configure"
16620 #include "confdefs.h"
16621 /* System header to define __stub macros and hopefully few prototypes,
16622     which can conflict with char $ac_func(); below.  */
16623 #include <assert.h>
16624 /* Override any gcc2 internal prototype to avoid an error.  */
16625 /* We use char because int might match the return type of a gcc2
16626     builtin and then its argument prototype would still apply.  */
16627 char $ac_func();
16628
16629 int main() {
16630
16631 /* The GNU C library defines this for functions which it implements
16632     to always fail with ENOSYS.  Some functions are actually named
16633     something starting with __ and the normal name is an alias.  */
16634 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16635 choke me
16636 #else
16637 $ac_func();
16638 #endif
16639
16640 ; return 0; }
16641 EOF
16642 if { (eval echo configure:16643: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16643   rm -rf conftest*
16644   eval "ac_cv_func_$ac_func=yes"
16645 else
16646   echo "configure: failed program was:" >&5
16647   cat conftest.$ac_ext >&5
16648   rm -rf conftest*
16649   eval "ac_cv_func_$ac_func=no"
16650 fi
16651 rm -f conftest*
16652 fi
16653
16654 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16655   echo "$ac_t""yes" 1>&6
16656     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16657   cat >> confdefs.h <<EOF
16658 #define $ac_tr_func 1
16659 EOF
16660  break
16661 else
16662   echo "$ac_t""no" 1>&6
16663 fi
16664 done
16665
16666
16667
16668 ac_ext=C
16669 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16670 ac_cpp='$CXXCPP $CPPFLAGS'
16671 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16672 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16673 cross_compiling=$ac_cv_prog_cxx_cross
16674
16675
16676 for ac_func in strtok_r
16677 do
16678 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16679 echo "configure:16680: checking for $ac_func" >&5
16680 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16681   echo $ac_n "(cached) $ac_c" 1>&6
16682 else
16683   cat > conftest.$ac_ext <<EOF
16684 #line 16685 "configure"
16685 #include "confdefs.h"
16686 /* System header to define __stub macros and hopefully few prototypes,
16687     which can conflict with char $ac_func(); below.  */
16688 #include <assert.h>
16689 /* Override any gcc2 internal prototype to avoid an error.  */
16690 #ifdef __cplusplus
16691 extern "C"
16692 #endif
16693 /* We use char because int might match the return type of a gcc2
16694     builtin and then its argument prototype would still apply.  */
16695 char $ac_func();
16696
16697 int main() {
16698
16699 /* The GNU C library defines this for functions which it implements
16700     to always fail with ENOSYS.  Some functions are actually named
16701     something starting with __ and the normal name is an alias.  */
16702 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16703 choke me
16704 #else
16705 $ac_func();
16706 #endif
16707
16708 ; return 0; }
16709 EOF
16710 if { (eval echo configure:16711: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16711   rm -rf conftest*
16712   eval "ac_cv_func_$ac_func=yes"
16713 else
16714   echo "configure: failed program was:" >&5
16715   cat conftest.$ac_ext >&5
16716   rm -rf conftest*
16717   eval "ac_cv_func_$ac_func=no"
16718 fi
16719 rm -f conftest*
16720 fi
16721
16722 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16723   echo "$ac_t""yes" 1>&6
16724     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16725   cat >> confdefs.h <<EOF
16726 #define $ac_tr_func 1
16727 EOF
16728  
16729 else
16730   echo "$ac_t""no" 1>&6
16731 fi
16732 done
16733
16734
16735 ac_ext=c
16736 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16737 ac_cpp='$CPP $CPPFLAGS'
16738 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16739 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16740 cross_compiling=$ac_cv_prog_cc_cross
16741
16742
16743 INET_LINK=
16744 for ac_func in inet_addr
16745 do
16746 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16747 echo "configure:16748: checking for $ac_func" >&5
16748 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16749   echo $ac_n "(cached) $ac_c" 1>&6
16750 else
16751   cat > conftest.$ac_ext <<EOF
16752 #line 16753 "configure"
16753 #include "confdefs.h"
16754 /* System header to define __stub macros and hopefully few prototypes,
16755     which can conflict with char $ac_func(); below.  */
16756 #include <assert.h>
16757 /* Override any gcc2 internal prototype to avoid an error.  */
16758 /* We use char because int might match the return type of a gcc2
16759     builtin and then its argument prototype would still apply.  */
16760 char $ac_func();
16761
16762 int main() {
16763
16764 /* The GNU C library defines this for functions which it implements
16765     to always fail with ENOSYS.  Some functions are actually named
16766     something starting with __ and the normal name is an alias.  */
16767 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16768 choke me
16769 #else
16770 $ac_func();
16771 #endif
16772
16773 ; return 0; }
16774 EOF
16775 if { (eval echo configure:16776: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16776   rm -rf conftest*
16777   eval "ac_cv_func_$ac_func=yes"
16778 else
16779   echo "configure: failed program was:" >&5
16780   cat conftest.$ac_ext >&5
16781   rm -rf conftest*
16782   eval "ac_cv_func_$ac_func=no"
16783 fi
16784 rm -f conftest*
16785 fi
16786
16787 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16788   echo "$ac_t""yes" 1>&6
16789     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16790   cat >> confdefs.h <<EOF
16791 #define $ac_tr_func 1
16792 EOF
16793  cat >> confdefs.h <<\EOF
16794 #define HAVE_INET_ADDR 1
16795 EOF
16796
16797 else
16798   echo "$ac_t""no" 1>&6
16799 echo $ac_n "checking for inet_addr in -lnsl""... $ac_c" 1>&6
16800 echo "configure:16801: checking for inet_addr in -lnsl" >&5
16801 ac_lib_var=`echo nsl'_'inet_addr | sed 'y%./+-%__p_%'`
16802 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16803   echo $ac_n "(cached) $ac_c" 1>&6
16804 else
16805   ac_save_LIBS="$LIBS"
16806 LIBS="-lnsl  $LIBS"
16807 cat > conftest.$ac_ext <<EOF
16808 #line 16809 "configure"
16809 #include "confdefs.h"
16810 /* Override any gcc2 internal prototype to avoid an error.  */
16811 /* We use char because int might match the return type of a gcc2
16812     builtin and then its argument prototype would still apply.  */
16813 char inet_addr();
16814
16815 int main() {
16816 inet_addr()
16817 ; return 0; }
16818 EOF
16819 if { (eval echo configure:16820: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16820   rm -rf conftest*
16821   eval "ac_cv_lib_$ac_lib_var=yes"
16822 else
16823   echo "configure: failed program was:" >&5
16824   cat conftest.$ac_ext >&5
16825   rm -rf conftest*
16826   eval "ac_cv_lib_$ac_lib_var=no"
16827 fi
16828 rm -f conftest*
16829 LIBS="$ac_save_LIBS"
16830
16831 fi
16832 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
16833   echo "$ac_t""yes" 1>&6
16834   INET_LINK="nsl"
16835 else
16836   echo "$ac_t""no" 1>&6
16837 echo $ac_n "checking for inet_addr in -lresolv""... $ac_c" 1>&6
16838 echo "configure:16839: checking for inet_addr in -lresolv" >&5
16839 ac_lib_var=`echo resolv'_'inet_addr | sed 'y%./+-%__p_%'`
16840 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16841   echo $ac_n "(cached) $ac_c" 1>&6
16842 else
16843   ac_save_LIBS="$LIBS"
16844 LIBS="-lresolv  $LIBS"
16845 cat > conftest.$ac_ext <<EOF
16846 #line 16847 "configure"
16847 #include "confdefs.h"
16848 /* Override any gcc2 internal prototype to avoid an error.  */
16849 /* We use char because int might match the return type of a gcc2
16850     builtin and then its argument prototype would still apply.  */
16851 char inet_addr();
16852
16853 int main() {
16854 inet_addr()
16855 ; return 0; }
16856 EOF
16857 if { (eval echo configure:16858: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16858   rm -rf conftest*
16859   eval "ac_cv_lib_$ac_lib_var=yes"
16860 else
16861   echo "configure: failed program was:" >&5
16862   cat conftest.$ac_ext >&5
16863   rm -rf conftest*
16864   eval "ac_cv_lib_$ac_lib_var=no"
16865 fi
16866 rm -f conftest*
16867 LIBS="$ac_save_LIBS"
16868
16869 fi
16870 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
16871   echo "$ac_t""yes" 1>&6
16872   INET_LINK="resolv"
16873 else
16874   echo "$ac_t""no" 1>&6
16875 echo $ac_n "checking for inet_addr in -lsocket""... $ac_c" 1>&6
16876 echo "configure:16877: checking for inet_addr in -lsocket" >&5
16877 ac_lib_var=`echo socket'_'inet_addr | sed 'y%./+-%__p_%'`
16878 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16879   echo $ac_n "(cached) $ac_c" 1>&6
16880 else
16881   ac_save_LIBS="$LIBS"
16882 LIBS="-lsocket  $LIBS"
16883 cat > conftest.$ac_ext <<EOF
16884 #line 16885 "configure"
16885 #include "confdefs.h"
16886 /* Override any gcc2 internal prototype to avoid an error.  */
16887 /* We use char because int might match the return type of a gcc2
16888     builtin and then its argument prototype would still apply.  */
16889 char inet_addr();
16890
16891 int main() {
16892 inet_addr()
16893 ; return 0; }
16894 EOF
16895 if { (eval echo configure:16896: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16896   rm -rf conftest*
16897   eval "ac_cv_lib_$ac_lib_var=yes"
16898 else
16899   echo "configure: failed program was:" >&5
16900   cat conftest.$ac_ext >&5
16901   rm -rf conftest*
16902   eval "ac_cv_lib_$ac_lib_var=no"
16903 fi
16904 rm -f conftest*
16905 LIBS="$ac_save_LIBS"
16906
16907 fi
16908 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
16909   echo "$ac_t""yes" 1>&6
16910   INET_LINK="socket"
16911                 
16912 else
16913   echo "$ac_t""no" 1>&6
16914 fi
16915
16916             
16917 fi
16918
16919         
16920 fi
16921
16922     
16923
16924 fi
16925 done
16926
16927
16928 for ac_func in inet_aton
16929 do
16930 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16931 echo "configure:16932: checking for $ac_func" >&5
16932 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16933   echo $ac_n "(cached) $ac_c" 1>&6
16934 else
16935   cat > conftest.$ac_ext <<EOF
16936 #line 16937 "configure"
16937 #include "confdefs.h"
16938 /* System header to define __stub macros and hopefully few prototypes,
16939     which can conflict with char $ac_func(); below.  */
16940 #include <assert.h>
16941 /* Override any gcc2 internal prototype to avoid an error.  */
16942 /* We use char because int might match the return type of a gcc2
16943     builtin and then its argument prototype would still apply.  */
16944 char $ac_func();
16945
16946 int main() {
16947
16948 /* The GNU C library defines this for functions which it implements
16949     to always fail with ENOSYS.  Some functions are actually named
16950     something starting with __ and the normal name is an alias.  */
16951 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16952 choke me
16953 #else
16954 $ac_func();
16955 #endif
16956
16957 ; return 0; }
16958 EOF
16959 if { (eval echo configure:16960: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16960   rm -rf conftest*
16961   eval "ac_cv_func_$ac_func=yes"
16962 else
16963   echo "configure: failed program was:" >&5
16964   cat conftest.$ac_ext >&5
16965   rm -rf conftest*
16966   eval "ac_cv_func_$ac_func=no"
16967 fi
16968 rm -f conftest*
16969 fi
16970
16971 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16972   echo "$ac_t""yes" 1>&6
16973     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16974   cat >> confdefs.h <<EOF
16975 #define $ac_tr_func 1
16976 EOF
16977  cat >> confdefs.h <<\EOF
16978 #define HAVE_INET_ATON 1
16979 EOF
16980
16981 else
16982   echo "$ac_t""no" 1>&6
16983             echo $ac_n "checking for inet_aton in -l$INET_LINK""... $ac_c" 1>&6
16984 echo "configure:16985: checking for inet_aton in -l$INET_LINK" >&5
16985 ac_lib_var=`echo $INET_LINK'_'inet_aton | sed 'y%./+-%__p_%'`
16986 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16987   echo $ac_n "(cached) $ac_c" 1>&6
16988 else
16989   ac_save_LIBS="$LIBS"
16990 LIBS="-l$INET_LINK  $LIBS"
16991 cat > conftest.$ac_ext <<EOF
16992 #line 16993 "configure"
16993 #include "confdefs.h"
16994 /* Override any gcc2 internal prototype to avoid an error.  */
16995 /* We use char because int might match the return type of a gcc2
16996     builtin and then its argument prototype would still apply.  */
16997 char inet_aton();
16998
16999 int main() {
17000 inet_aton()
17001 ; return 0; }
17002 EOF
17003 if { (eval echo configure:17004: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17004   rm -rf conftest*
17005   eval "ac_cv_lib_$ac_lib_var=yes"
17006 else
17007   echo "configure: failed program was:" >&5
17008   cat conftest.$ac_ext >&5
17009   rm -rf conftest*
17010   eval "ac_cv_lib_$ac_lib_var=no"
17011 fi
17012 rm -f conftest*
17013 LIBS="$ac_save_LIBS"
17014
17015 fi
17016 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17017   echo "$ac_t""yes" 1>&6
17018   cat >> confdefs.h <<\EOF
17019 #define HAVE_INET_ATON 1
17020 EOF
17021
17022 else
17023   echo "$ac_t""no" 1>&6
17024 fi
17025
17026         
17027 fi
17028 done
17029
17030
17031 if test "x$INET_LINK" != "x"; then
17032     cat >> confdefs.h <<\EOF
17033 #define HAVE_INET_ADDR 1
17034 EOF
17035
17036     INET_LINK=" -l$INET_LINK"
17037 fi
17038
17039 fi
17040
17041
17042 cat > confcache <<\EOF
17043 # This file is a shell script that caches the results of configure
17044 # tests run on this system so they can be shared between configure
17045 # scripts and configure runs.  It is not useful on other systems.
17046 # If it contains results you don't want to keep, you may remove or edit it.
17047 #
17048 # By default, configure uses ./config.cache as the cache file,
17049 # creating it if it does not exist already.  You can give configure
17050 # the --cache-file=FILE option to use a different cache file; that is
17051 # what configure does when it calls configure scripts in
17052 # subdirectories, so they share the cache.
17053 # Giving --cache-file=/dev/null disables caching, for debugging configure.
17054 # config.status only pays attention to the cache file if you give it the
17055 # --recheck option to rerun configure.
17056 #
17057 EOF
17058 # The following way of writing the cache mishandles newlines in values,
17059 # but we know of no workaround that is simple, portable, and efficient.
17060 # So, don't put newlines in cache variables' values.
17061 # Ultrix sh set writes to stderr and can't be redirected directly,
17062 # and sets the high bit in the cache file unless we assign to the vars.
17063 (set) 2>&1 |
17064   case `(ac_space=' '; set | grep ac_space) 2>&1` in
17065   *ac_space=\ *)
17066     # `set' does not quote correctly, so add quotes (double-quote substitution
17067     # turns \\\\ into \\, and sed turns \\ into \).
17068     sed -n \
17069       -e "s/'/'\\\\''/g" \
17070       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
17071     ;;
17072   *)
17073     # `set' quotes correctly as required by POSIX, so do not add quotes.
17074     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
17075     ;;
17076   esac >> confcache
17077 if cmp -s $cache_file confcache; then
17078   :
17079 else
17080   if test -w $cache_file; then
17081     echo "updating cache $cache_file"
17082     cat confcache > $cache_file
17083   else
17084     echo "not updating unwritable cache $cache_file"
17085   fi
17086 fi
17087 rm -f confcache
17088
17089
17090
17091 if test "$TOOLKIT" != "MSW"; then
17092
17093                 
17094     THREADS_LINK=
17095     THREADS_OBJ=
17096     CODE_GEN_FLAGS=
17097     CODE_GEN_FLAGS_CXX=
17098
17099     if test "$wxUSE_THREADS" = "yes" ; then
17100         if test "$wxUSE_WINE" = 1 ; then
17101             echo "configure: warning: Threads are not supported under WINE... disabled" 1>&2
17102             wxUSE_THREADS="no"
17103         elif test "$USE_BEOS" = 1; then
17104             echo "configure: warning: BeOS threads are not yet supported... disabled" 1>&2
17105             wxUSE_THREADS="no"
17106         fi
17107     fi
17108
17109     if test "$wxUSE_THREADS" = "yes" ; then
17110         
17111                 if test "$USE_AIX" = 1; then
17112             THREADS_LIB=pthreads
17113         else
17114             THREADS_LIB=pthread
17115         fi
17116
17117                                 echo $ac_n "checking for pthread_create in -l$THREADS_LIB""... $ac_c" 1>&6
17118 echo "configure:17119: checking for pthread_create in -l$THREADS_LIB" >&5
17119 ac_lib_var=`echo $THREADS_LIB'_'pthread_create | sed 'y%./+-%__p_%'`
17120 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17121   echo $ac_n "(cached) $ac_c" 1>&6
17122 else
17123   ac_save_LIBS="$LIBS"
17124 LIBS="-l$THREADS_LIB  $LIBS"
17125 cat > conftest.$ac_ext <<EOF
17126 #line 17127 "configure"
17127 #include "confdefs.h"
17128 /* Override any gcc2 internal prototype to avoid an error.  */
17129 /* We use char because int might match the return type of a gcc2
17130     builtin and then its argument prototype would still apply.  */
17131 char pthread_create();
17132
17133 int main() {
17134 pthread_create()
17135 ; return 0; }
17136 EOF
17137 if { (eval echo configure:17138: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17138   rm -rf conftest*
17139   eval "ac_cv_lib_$ac_lib_var=yes"
17140 else
17141   echo "configure: failed program was:" >&5
17142   cat conftest.$ac_ext >&5
17143   rm -rf conftest*
17144   eval "ac_cv_lib_$ac_lib_var=no"
17145 fi
17146 rm -f conftest*
17147 LIBS="$ac_save_LIBS"
17148
17149 fi
17150 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17151   echo "$ac_t""yes" 1>&6
17152   
17153                 THREADS_OBJ="threadpsx.lo"
17154                 THREADS_LINK=$THREADS_LIB
17155             
17156 else
17157   echo "$ac_t""no" 1>&6
17158
17159                                 echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
17160 echo "configure:17161: checking for pthread_create in -lc_r" >&5
17161 ac_lib_var=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'`
17162 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17163   echo $ac_n "(cached) $ac_c" 1>&6
17164 else
17165   ac_save_LIBS="$LIBS"
17166 LIBS="-lc_r  $LIBS"
17167 cat > conftest.$ac_ext <<EOF
17168 #line 17169 "configure"
17169 #include "confdefs.h"
17170 /* Override any gcc2 internal prototype to avoid an error.  */
17171 /* We use char because int might match the return type of a gcc2
17172     builtin and then its argument prototype would still apply.  */
17173 char pthread_create();
17174
17175 int main() {
17176 pthread_create()
17177 ; return 0; }
17178 EOF
17179 if { (eval echo configure:17180: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17180   rm -rf conftest*
17181   eval "ac_cv_lib_$ac_lib_var=yes"
17182 else
17183   echo "configure: failed program was:" >&5
17184   cat conftest.$ac_ext >&5
17185   rm -rf conftest*
17186   eval "ac_cv_lib_$ac_lib_var=no"
17187 fi
17188 rm -f conftest*
17189 LIBS="$ac_save_LIBS"
17190
17191 fi
17192 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17193   echo "$ac_t""yes" 1>&6
17194   
17195                     THREADS_OBJ="threadpsx.lo"
17196                     THREADS_LINK="c_r"
17197                 
17198 else
17199   echo "$ac_t""no" 1>&6
17200
17201                                         ac_safe=`echo "sys/prctl.h" | sed 'y%./+-%__p_%'`
17202 echo $ac_n "checking for sys/prctl.h""... $ac_c" 1>&6
17203 echo "configure:17204: checking for sys/prctl.h" >&5
17204 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
17205   echo $ac_n "(cached) $ac_c" 1>&6
17206 else
17207   cat > conftest.$ac_ext <<EOF
17208 #line 17209 "configure"
17209 #include "confdefs.h"
17210 #include <sys/prctl.h>
17211 EOF
17212 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
17213 { (eval echo configure:17214: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
17214 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
17215 if test -z "$ac_err"; then
17216   rm -rf conftest*
17217   eval "ac_cv_header_$ac_safe=yes"
17218 else
17219   echo "$ac_err" >&5
17220   echo "configure: failed program was:" >&5
17221   cat conftest.$ac_ext >&5
17222   rm -rf conftest*
17223   eval "ac_cv_header_$ac_safe=no"
17224 fi
17225 rm -f conftest*
17226 fi
17227 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
17228   echo "$ac_t""yes" 1>&6
17229   
17230                         THREADS_OBJ="threadsgi.lo"
17231                     
17232 else
17233   echo "$ac_t""no" 1>&6
17234 fi
17235
17236                 
17237 fi
17238
17239             
17240 fi
17241
17242
17243         if test -z "$THREADS_OBJ" ; then
17244             wxUSE_THREADS=no
17245             echo "configure: warning: No thread support on this system... disabled" 1>&2
17246         fi
17247     fi
17248
17249         if test "$wxUSE_THREADS" = "yes" ; then
17250       for ac_func in thr_setconcurrency
17251 do
17252 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17253 echo "configure:17254: checking for $ac_func" >&5
17254 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17255   echo $ac_n "(cached) $ac_c" 1>&6
17256 else
17257   cat > conftest.$ac_ext <<EOF
17258 #line 17259 "configure"
17259 #include "confdefs.h"
17260 /* System header to define __stub macros and hopefully few prototypes,
17261     which can conflict with char $ac_func(); below.  */
17262 #include <assert.h>
17263 /* Override any gcc2 internal prototype to avoid an error.  */
17264 /* We use char because int might match the return type of a gcc2
17265     builtin and then its argument prototype would still apply.  */
17266 char $ac_func();
17267
17268 int main() {
17269
17270 /* The GNU C library defines this for functions which it implements
17271     to always fail with ENOSYS.  Some functions are actually named
17272     something starting with __ and the normal name is an alias.  */
17273 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17274 choke me
17275 #else
17276 $ac_func();
17277 #endif
17278
17279 ; return 0; }
17280 EOF
17281 if { (eval echo configure:17282: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17282   rm -rf conftest*
17283   eval "ac_cv_func_$ac_func=yes"
17284 else
17285   echo "configure: failed program was:" >&5
17286   cat conftest.$ac_ext >&5
17287   rm -rf conftest*
17288   eval "ac_cv_func_$ac_func=no"
17289 fi
17290 rm -f conftest*
17291 fi
17292
17293 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17294   echo "$ac_t""yes" 1>&6
17295     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17296   cat >> confdefs.h <<EOF
17297 #define $ac_tr_func 1
17298 EOF
17299  
17300 else
17301   echo "$ac_t""no" 1>&6
17302 fi
17303 done
17304
17305
17306                                                                                     
17307       for ac_hdr in sched.h
17308 do
17309 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
17310 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
17311 echo "configure:17312: checking for $ac_hdr" >&5
17312 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
17313   echo $ac_n "(cached) $ac_c" 1>&6
17314 else
17315   cat > conftest.$ac_ext <<EOF
17316 #line 17317 "configure"
17317 #include "confdefs.h"
17318 #include <$ac_hdr>
17319 EOF
17320 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
17321 { (eval echo configure:17322: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
17322 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
17323 if test -z "$ac_err"; then
17324   rm -rf conftest*
17325   eval "ac_cv_header_$ac_safe=yes"
17326 else
17327   echo "$ac_err" >&5
17328   echo "configure: failed program was:" >&5
17329   cat conftest.$ac_ext >&5
17330   rm -rf conftest*
17331   eval "ac_cv_header_$ac_safe=no"
17332 fi
17333 rm -f conftest*
17334 fi
17335 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
17336   echo "$ac_t""yes" 1>&6
17337     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
17338   cat >> confdefs.h <<EOF
17339 #define $ac_tr_hdr 1
17340 EOF
17341  
17342 else
17343   echo "$ac_t""no" 1>&6
17344 fi
17345 done
17346
17347
17348       echo $ac_n "checking for sched_yield in -l$THREADS_LINK""... $ac_c" 1>&6
17349 echo "configure:17350: checking for sched_yield in -l$THREADS_LINK" >&5
17350 ac_lib_var=`echo $THREADS_LINK'_'sched_yield | sed 'y%./+-%__p_%'`
17351 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17352   echo $ac_n "(cached) $ac_c" 1>&6
17353 else
17354   ac_save_LIBS="$LIBS"
17355 LIBS="-l$THREADS_LINK  $LIBS"
17356 cat > conftest.$ac_ext <<EOF
17357 #line 17358 "configure"
17358 #include "confdefs.h"
17359 /* Override any gcc2 internal prototype to avoid an error.  */
17360 /* We use char because int might match the return type of a gcc2
17361     builtin and then its argument prototype would still apply.  */
17362 char sched_yield();
17363
17364 int main() {
17365 sched_yield()
17366 ; return 0; }
17367 EOF
17368 if { (eval echo configure:17369: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17369   rm -rf conftest*
17370   eval "ac_cv_lib_$ac_lib_var=yes"
17371 else
17372   echo "configure: failed program was:" >&5
17373   cat conftest.$ac_ext >&5
17374   rm -rf conftest*
17375   eval "ac_cv_lib_$ac_lib_var=no"
17376 fi
17377 rm -f conftest*
17378 LIBS="$ac_save_LIBS"
17379
17380 fi
17381 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17382   echo "$ac_t""yes" 1>&6
17383   cat >> confdefs.h <<\EOF
17384 #define HAVE_SCHED_YIELD 1
17385 EOF
17386
17387 else
17388   echo "$ac_t""no" 1>&6
17389 echo $ac_n "checking for sched_yield in -lposix4""... $ac_c" 1>&6
17390 echo "configure:17391: checking for sched_yield in -lposix4" >&5
17391 ac_lib_var=`echo posix4'_'sched_yield | sed 'y%./+-%__p_%'`
17392 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17393   echo $ac_n "(cached) $ac_c" 1>&6
17394 else
17395   ac_save_LIBS="$LIBS"
17396 LIBS="-lposix4  $LIBS"
17397 cat > conftest.$ac_ext <<EOF
17398 #line 17399 "configure"
17399 #include "confdefs.h"
17400 /* Override any gcc2 internal prototype to avoid an error.  */
17401 /* We use char because int might match the return type of a gcc2
17402     builtin and then its argument prototype would still apply.  */
17403 char sched_yield();
17404
17405 int main() {
17406 sched_yield()
17407 ; return 0; }
17408 EOF
17409 if { (eval echo configure:17410: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17410   rm -rf conftest*
17411   eval "ac_cv_lib_$ac_lib_var=yes"
17412 else
17413   echo "configure: failed program was:" >&5
17414   cat conftest.$ac_ext >&5
17415   rm -rf conftest*
17416   eval "ac_cv_lib_$ac_lib_var=no"
17417 fi
17418 rm -f conftest*
17419 LIBS="$ac_save_LIBS"
17420
17421 fi
17422 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17423   echo "$ac_t""yes" 1>&6
17424   cat >> confdefs.h <<\EOF
17425 #define HAVE_SCHED_YIELD 1
17426 EOF
17427  POSIX4_LINK=" -lposix4"
17428 else
17429   echo "$ac_t""no" 1>&6
17430 echo "configure: warning: wxThread::Yield will not work properly" 1>&2
17431                     
17432 fi
17433
17434                    
17435 fi
17436
17437
17438                                           HAVE_PRIOR_FUNCS=0
17439       echo $ac_n "checking for pthread_attr_getschedpolicy in -l$THREADS_LINK""... $ac_c" 1>&6
17440 echo "configure:17441: checking for pthread_attr_getschedpolicy in -l$THREADS_LINK" >&5
17441 ac_lib_var=`echo $THREADS_LINK'_'pthread_attr_getschedpolicy | sed 'y%./+-%__p_%'`
17442 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17443   echo $ac_n "(cached) $ac_c" 1>&6
17444 else
17445   ac_save_LIBS="$LIBS"
17446 LIBS="-l$THREADS_LINK  $LIBS"
17447 cat > conftest.$ac_ext <<EOF
17448 #line 17449 "configure"
17449 #include "confdefs.h"
17450 /* Override any gcc2 internal prototype to avoid an error.  */
17451 /* We use char because int might match the return type of a gcc2
17452     builtin and then its argument prototype would still apply.  */
17453 char pthread_attr_getschedpolicy();
17454
17455 int main() {
17456 pthread_attr_getschedpolicy()
17457 ; return 0; }
17458 EOF
17459 if { (eval echo configure:17460: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17460   rm -rf conftest*
17461   eval "ac_cv_lib_$ac_lib_var=yes"
17462 else
17463   echo "configure: failed program was:" >&5
17464   cat conftest.$ac_ext >&5
17465   rm -rf conftest*
17466   eval "ac_cv_lib_$ac_lib_var=no"
17467 fi
17468 rm -f conftest*
17469 LIBS="$ac_save_LIBS"
17470
17471 fi
17472 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17473   echo "$ac_t""yes" 1>&6
17474   echo $ac_n "checking for pthread_attr_setschedparam in -l$THREADS_LINK""... $ac_c" 1>&6
17475 echo "configure:17476: checking for pthread_attr_setschedparam in -l$THREADS_LINK" >&5
17476 ac_lib_var=`echo $THREADS_LINK'_'pthread_attr_setschedparam | sed 'y%./+-%__p_%'`
17477 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17478   echo $ac_n "(cached) $ac_c" 1>&6
17479 else
17480   ac_save_LIBS="$LIBS"
17481 LIBS="-l$THREADS_LINK  $LIBS"
17482 cat > conftest.$ac_ext <<EOF
17483 #line 17484 "configure"
17484 #include "confdefs.h"
17485 /* Override any gcc2 internal prototype to avoid an error.  */
17486 /* We use char because int might match the return type of a gcc2
17487     builtin and then its argument prototype would still apply.  */
17488 char pthread_attr_setschedparam();
17489
17490 int main() {
17491 pthread_attr_setschedparam()
17492 ; return 0; }
17493 EOF
17494 if { (eval echo configure:17495: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17495   rm -rf conftest*
17496   eval "ac_cv_lib_$ac_lib_var=yes"
17497 else
17498   echo "configure: failed program was:" >&5
17499   cat conftest.$ac_ext >&5
17500   rm -rf conftest*
17501   eval "ac_cv_lib_$ac_lib_var=no"
17502 fi
17503 rm -f conftest*
17504 LIBS="$ac_save_LIBS"
17505
17506 fi
17507 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17508   echo "$ac_t""yes" 1>&6
17509   echo $ac_n "checking for sched_get_priority_max in -l$THREADS_LINK""... $ac_c" 1>&6
17510 echo "configure:17511: checking for sched_get_priority_max in -l$THREADS_LINK" >&5
17511 ac_lib_var=`echo $THREADS_LINK'_'sched_get_priority_max | sed 'y%./+-%__p_%'`
17512 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17513   echo $ac_n "(cached) $ac_c" 1>&6
17514 else
17515   ac_save_LIBS="$LIBS"
17516 LIBS="-l$THREADS_LINK  $LIBS"
17517 cat > conftest.$ac_ext <<EOF
17518 #line 17519 "configure"
17519 #include "confdefs.h"
17520 /* Override any gcc2 internal prototype to avoid an error.  */
17521 /* We use char because int might match the return type of a gcc2
17522     builtin and then its argument prototype would still apply.  */
17523 char sched_get_priority_max();
17524
17525 int main() {
17526 sched_get_priority_max()
17527 ; return 0; }
17528 EOF
17529 if { (eval echo configure:17530: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17530   rm -rf conftest*
17531   eval "ac_cv_lib_$ac_lib_var=yes"
17532 else
17533   echo "configure: failed program was:" >&5
17534   cat conftest.$ac_ext >&5
17535   rm -rf conftest*
17536   eval "ac_cv_lib_$ac_lib_var=no"
17537 fi
17538 rm -f conftest*
17539 LIBS="$ac_save_LIBS"
17540
17541 fi
17542 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17543   echo "$ac_t""yes" 1>&6
17544   HAVE_PRIOR_FUNCS=1
17545 else
17546   echo "$ac_t""no" 1>&6
17547 echo $ac_n "checking for sched_get_priority_max in -lposix4""... $ac_c" 1>&6
17548 echo "configure:17549: checking for sched_get_priority_max in -lposix4" >&5
17549 ac_lib_var=`echo posix4'_'sched_get_priority_max | sed 'y%./+-%__p_%'`
17550 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17551   echo $ac_n "(cached) $ac_c" 1>&6
17552 else
17553   ac_save_LIBS="$LIBS"
17554 LIBS="-lposix4  $LIBS"
17555 cat > conftest.$ac_ext <<EOF
17556 #line 17557 "configure"
17557 #include "confdefs.h"
17558 /* Override any gcc2 internal prototype to avoid an error.  */
17559 /* We use char because int might match the return type of a gcc2
17560     builtin and then its argument prototype would still apply.  */
17561 char sched_get_priority_max();
17562
17563 int main() {
17564 sched_get_priority_max()
17565 ; return 0; }
17566 EOF
17567 if { (eval echo configure:17568: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17568   rm -rf conftest*
17569   eval "ac_cv_lib_$ac_lib_var=yes"
17570 else
17571   echo "configure: failed program was:" >&5
17572   cat conftest.$ac_ext >&5
17573   rm -rf conftest*
17574   eval "ac_cv_lib_$ac_lib_var=no"
17575 fi
17576 rm -f conftest*
17577 LIBS="$ac_save_LIBS"
17578
17579 fi
17580 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17581   echo "$ac_t""yes" 1>&6
17582   
17583                                 HAVE_PRIOR_FUNCS=1
17584                                 POSIX4_LINK=" -lposix4"
17585                              
17586 else
17587   echo "$ac_t""no" 1>&6
17588 fi
17589
17590                        
17591 fi
17592
17593                      
17594 else
17595   echo "$ac_t""no" 1>&6
17596 fi
17597
17598                    
17599 else
17600   echo "$ac_t""no" 1>&6
17601 fi
17602
17603
17604       if test "$HAVE_PRIOR_FUNCS" = 1; then
17605         cat >> confdefs.h <<\EOF
17606 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
17607 EOF
17608
17609       else
17610         echo "configure: warning: Setting thread priority will not work" 1>&2
17611       fi
17612
17613       echo $ac_n "checking for pthread_cancel in -l$THREADS_LINK""... $ac_c" 1>&6
17614 echo "configure:17615: checking for pthread_cancel in -l$THREADS_LINK" >&5
17615 ac_lib_var=`echo $THREADS_LINK'_'pthread_cancel | sed 'y%./+-%__p_%'`
17616 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17617   echo $ac_n "(cached) $ac_c" 1>&6
17618 else
17619   ac_save_LIBS="$LIBS"
17620 LIBS="-l$THREADS_LINK  $LIBS"
17621 cat > conftest.$ac_ext <<EOF
17622 #line 17623 "configure"
17623 #include "confdefs.h"
17624 /* Override any gcc2 internal prototype to avoid an error.  */
17625 /* We use char because int might match the return type of a gcc2
17626     builtin and then its argument prototype would still apply.  */
17627 char pthread_cancel();
17628
17629 int main() {
17630 pthread_cancel()
17631 ; return 0; }
17632 EOF
17633 if { (eval echo configure:17634: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17634   rm -rf conftest*
17635   eval "ac_cv_lib_$ac_lib_var=yes"
17636 else
17637   echo "configure: failed program was:" >&5
17638   cat conftest.$ac_ext >&5
17639   rm -rf conftest*
17640   eval "ac_cv_lib_$ac_lib_var=no"
17641 fi
17642 rm -f conftest*
17643 LIBS="$ac_save_LIBS"
17644
17645 fi
17646 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17647   echo "$ac_t""yes" 1>&6
17648   cat >> confdefs.h <<\EOF
17649 #define HAVE_PTHREAD_CANCEL 1
17650 EOF
17651
17652 else
17653   echo "$ac_t""no" 1>&6
17654 echo "configure: warning: wxThread::Kill() will not work properly" 1>&2
17655 fi
17656
17657
17658       echo $ac_n "checking for pthread_cleanup_push/pop""... $ac_c" 1>&6
17659 echo "configure:17660: checking for pthread_cleanup_push/pop" >&5
17660 if eval "test \"`echo '$''{'wx_cv_func_pthread_cleanup_push'+set}'`\" = set"; then
17661   echo $ac_n "(cached) $ac_c" 1>&6
17662 else
17663   
17664         cat > conftest.$ac_ext <<EOF
17665 #line 17666 "configure"
17666 #include "confdefs.h"
17667 #include <pthread.h>
17668 int main() {
17669
17670                         pthread_cleanup_push(NULL, NULL);
17671                         pthread_cleanup_pop(0);
17672                      
17673 ; return 0; }
17674 EOF
17675 if { (eval echo configure:17676: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17676   rm -rf conftest*
17677   
17678                         wx_cv_func_pthread_cleanup_push=yes
17679                      
17680 else
17681   echo "configure: failed program was:" >&5
17682   cat conftest.$ac_ext >&5
17683   rm -rf conftest*
17684   
17685                         wx_cv_func_pthread_cleanup_push=no
17686                      
17687 fi
17688 rm -f conftest*
17689       
17690 fi
17691
17692 echo "$ac_t""$wx_cv_func_pthread_cleanup_push" 1>&6
17693
17694       if test "$wx_cv_func_pthread_cleanup_push" = "yes"; then
17695           cat >> confdefs.h <<\EOF
17696 #define HAVE_THREAD_CLEANUP_FUNCTIONS 1
17697 EOF
17698
17699       fi
17700
17701                                                 
17702                               if test "x$wx_lib_glibc21" = "xyes"; then
17703           CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
17704       fi
17705
17706       echo $ac_n "checking for pthread_mutexattr_t""... $ac_c" 1>&6
17707 echo "configure:17708: checking for pthread_mutexattr_t" >&5
17708 if eval "test \"`echo '$''{'wx_cv_type_pthread_mutexattr_t'+set}'`\" = set"; then
17709   echo $ac_n "(cached) $ac_c" 1>&6
17710 else
17711   
17712         cat > conftest.$ac_ext <<EOF
17713 #line 17714 "configure"
17714 #include "confdefs.h"
17715 #include <pthread.h>
17716 int main() {
17717
17718                pthread_mutexattr_t attr;
17719                pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
17720             
17721 ; return 0; }
17722 EOF
17723 if { (eval echo configure:17724: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17724   rm -rf conftest*
17725   
17726                wx_cv_type_pthread_mutexattr_t=yes
17727             
17728 else
17729   echo "configure: failed program was:" >&5
17730   cat conftest.$ac_ext >&5
17731   rm -rf conftest*
17732   
17733                wx_cv_type_pthread_mutexattr_t=no
17734             
17735         
17736 fi
17737 rm -f conftest*
17738       
17739 fi
17740
17741 echo "$ac_t""$wx_cv_type_pthread_mutexattr_t" 1>&6
17742
17743       if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
17744         cat >> confdefs.h <<\EOF
17745 #define HAVE_PTHREAD_MUTEXATTR_T 1
17746 EOF
17747
17748       else
17749                 echo $ac_n "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER""... $ac_c" 1>&6
17750 echo "configure:17751: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
17751 if eval "test \"`echo '$''{'wx_cv_type_pthread_rec_mutex_init'+set}'`\" = set"; then
17752   echo $ac_n "(cached) $ac_c" 1>&6
17753 else
17754   
17755             cat > conftest.$ac_ext <<EOF
17756 #line 17757 "configure"
17757 #include "confdefs.h"
17758 #include <pthread.h>
17759 int main() {
17760
17761                     pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
17762                 
17763 ; return 0; }
17764 EOF
17765 if { (eval echo configure:17766: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17766   rm -rf conftest*
17767   
17768                     wx_cv_type_pthread_rec_mutex_init=yes
17769                 
17770 else
17771   echo "configure: failed program was:" >&5
17772   cat conftest.$ac_ext >&5
17773   rm -rf conftest*
17774   
17775                     wx_cv_type_pthread_rec_mutex_init=no
17776                 
17777             
17778 fi
17779 rm -f conftest*
17780         
17781 fi
17782
17783 echo "$ac_t""$wx_cv_type_pthread_rec_mutex_init" 1>&6
17784         if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
17785           cat >> confdefs.h <<\EOF
17786 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
17787 EOF
17788
17789         else
17790                     echo "configure: warning: wxMutex won't be recursive on this platform" 1>&2
17791         fi
17792       fi
17793
17794       THREADS_LINK=" -l$THREADS_LINK"
17795
17796                   if test "$USE_SOLARIS" = "yes" -a "$GCC" != "yes"; then
17797           CPPFLAGS="$CFLAGS -mt"
17798           CXXFLAGS="$CXXFLAGS -mt"
17799           LDFLAGS="$LDFLAGS -mt"
17800       fi
17801     fi
17802
17803 fi
17804
17805 if test "$wxUSE_THREADS" = "yes"; then
17806   cat >> confdefs.h <<\EOF
17807 #define wxUSE_THREADS 1
17808 EOF
17809
17810
17811     TOOLCHAIN_DEFS="$TOOLCHAIN_DEFS $CPP_MT_FLAG"
17812
17813   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
17814 else
17815       if test "$ac_cv_func_strtok_r" = "yes"; then
17816     echo $ac_n "checking if -D_REENTRANT is needed""... $ac_c" 1>&6
17817 echo "configure:17818: checking if -D_REENTRANT is needed" >&5
17818     if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
17819         TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D_REENTRANT"
17820         echo "$ac_t""yes" 1>&6
17821     else
17822         echo "$ac_t""no" 1>&6
17823     fi
17824   fi
17825 fi
17826
17827 if test "$WXGTK20" = 1 ; then
17828   cat >> confdefs.h <<EOF
17829 #define __WXGTK20__ $WXGTK20
17830 EOF
17831
17832   WXGTK12=1
17833 fi
17834
17835 if test "$WXGTK12" = 1 ; then
17836   cat >> confdefs.h <<EOF
17837 #define __WXGTK12__ $WXGTK12
17838 EOF
17839
17840 fi
17841
17842 if test "$WXGTK127" = 1 ; then
17843   cat >> confdefs.h <<EOF
17844 #define __WXGTK127__ $WXGTK127
17845 EOF
17846
17847 fi
17848
17849 WXDEBUG=
17850
17851 if test "$wxUSE_DEBUG_INFO" = "yes" ; then
17852     WXDEBUG="-g"
17853     wxUSE_OPTIMISE=no
17854 fi
17855
17856 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
17857     wxUSE_DEBUG_INFO=yes
17858     WXDEBUG="-ggdb"
17859 fi
17860
17861 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
17862     cat >> confdefs.h <<\EOF
17863 #define WXDEBUG 1
17864 EOF
17865
17866     WXDEBUG_DEFINE="-D__WXDEBUG__"
17867 else
17868     if test "$wxUSE_GTK" = 1 ; then
17869         WXDEBUG_DEFINE="-DGTK_NO_CHECK_CASTS"
17870     fi
17871 fi
17872
17873 if test "$wxUSE_MEM_TRACING" = "yes" ; then
17874     cat >> confdefs.h <<\EOF
17875 #define wxUSE_MEMORY_TRACING 1
17876 EOF
17877
17878     cat >> confdefs.h <<\EOF
17879 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
17880 EOF
17881
17882     cat >> confdefs.h <<\EOF
17883 #define wxUSE_DEBUG_NEW_ALWAYS 1
17884 EOF
17885
17886     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
17887 fi
17888
17889 if test "$wxUSE_DMALLOC" = "yes" ; then
17890     DMALLOC_LIBS="-ldmalloc"
17891 fi
17892
17893 PROFILE=
17894 if test "$wxUSE_PROFILE" = "yes" ; then
17895     PROFILE=" -pg"
17896 fi
17897
17898 if test "$GCC" = "yes" ; then
17899     if test "$wxUSE_NO_RTTI" = "yes" ; then
17900         CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-rtti"
17901     fi
17902     if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
17903         CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-exceptions"
17904     fi
17905     if test "$wxUSE_PERMISSIVE" = "yes" ; then
17906         CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive"
17907     fi
17908     if test "$USE_WIN32" = 1 ; then
17909         # I'm not even really sure what this was ever added to solve,
17910         # but someone added it for mingw native builds, so I guess
17911         # they had a reason, right??
17912         CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fno-pcc-struct-return"
17913     fi
17914 fi
17915
17916
17917 CXXFLAGS=`echo "${CXXFLAGS}" | sed "s/\-O.//g" `
17918 CFLAGS=`echo "${CFLAGS}" | sed "s/\-O.//g" `
17919 if test "$wxUSE_OPTIMISE" = "no" ; then
17920     OPTIMISE=
17921 else
17922     if test "$GCC" = yes ; then
17923         OPTIMISE="-O2"
17924         case "${host}" in
17925             i586-*-*|i686-*-* )
17926             OPTIMISE="${OPTIMISE} "
17927         ;;
17928         esac
17929     else
17930         OPTIMISE="-O"
17931     fi
17932 fi
17933
17934 if test "$WXWIN_COMPATIBILITY_2" = "yes"; then
17935     cat >> confdefs.h <<\EOF
17936 #define WXWIN_COMPATIBILITY_2 1
17937 EOF
17938
17939
17940     WXWIN_COMPATIBILITY_2_2="yes"
17941 fi
17942
17943 if test "x$WXWIN_COMPATIBILITY_2_2" != "xno"; then
17944     cat >> confdefs.h <<\EOF
17945 #define WXWIN_COMPATIBILITY_2_2 1
17946 EOF
17947
17948 fi
17949
17950
17951 if test "$wxUSE_GUI" = "yes"; then
17952   cat >> confdefs.h <<\EOF
17953 #define wxUSE_GUI 1
17954 EOF
17955
17956
17957                       else
17958   cat >> confdefs.h <<\EOF
17959 #define wxUSE_NOGUI 1
17960 EOF
17961
17962 fi
17963
17964
17965 if test "$wxUSE_UNIX" = "yes"; then
17966   cat >> confdefs.h <<\EOF
17967 #define wxUSE_UNIX 1
17968 EOF
17969
17970 fi
17971
17972
17973 if test "$wxUSE_APPLE_IEEE" = "yes"; then
17974   cat >> confdefs.h <<\EOF
17975 #define wxUSE_APPLE_IEEE 1
17976 EOF
17977
17978 fi
17979
17980 if test "$wxUSE_TIMER" = "yes"; then
17981   cat >> confdefs.h <<\EOF
17982 #define wxUSE_TIMER 1
17983 EOF
17984
17985 fi
17986
17987 if test "$wxUSE_WAVE" = "yes"; then
17988   cat >> confdefs.h <<\EOF
17989 #define wxUSE_WAVE 1
17990 EOF
17991
17992 fi
17993
17994 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
17995   cat >> confdefs.h <<\EOF
17996 #define wxUSE_CMDLINE_PARSER 1
17997 EOF
17998
17999 fi
18000
18001 if test "$wxUSE_STOPWATCH" = "yes"; then
18002   cat >> confdefs.h <<\EOF
18003 #define wxUSE_STOPWATCH 1
18004 EOF
18005
18006 fi
18007
18008 if test "$wxUSE_DATETIME" = "yes"; then
18009   cat >> confdefs.h <<\EOF
18010 #define wxUSE_DATETIME 1
18011 EOF
18012
18013 fi
18014
18015 if test "$wxUSE_TIMEDATE" = "yes"; then
18016   cat >> confdefs.h <<\EOF
18017 #define wxUSE_TIMEDATE 1
18018 EOF
18019
18020 fi
18021
18022 if test "$wxUSE_FILE" = "yes"; then
18023   cat >> confdefs.h <<\EOF
18024 #define wxUSE_FILE 1
18025 EOF
18026
18027 fi
18028
18029 if test "$wxUSE_FFILE" = "yes"; then
18030   cat >> confdefs.h <<\EOF
18031 #define wxUSE_FFILE 1
18032 EOF
18033
18034 fi
18035
18036 if test "$wxUSE_FILESYSTEM" = "yes"; then
18037   cat >> confdefs.h <<\EOF
18038 #define wxUSE_FILESYSTEM 1
18039 EOF
18040
18041 fi
18042
18043 if test "$wxUSE_FS_INET" = "yes"; then
18044   cat >> confdefs.h <<\EOF
18045 #define wxUSE_FS_INET 1
18046 EOF
18047
18048 fi
18049
18050 if test "$wxUSE_FS_ZIP" = "yes"; then
18051   cat >> confdefs.h <<\EOF
18052 #define wxUSE_FS_ZIP 1
18053 EOF
18054
18055 fi
18056
18057 if test "$wxUSE_ZIPSTREAM" = "yes"; then
18058   cat >> confdefs.h <<\EOF
18059 #define wxUSE_ZIPSTREAM 1
18060 EOF
18061
18062 fi
18063
18064 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
18065   cat >> confdefs.h <<\EOF
18066 #define wxUSE_ON_FATAL_EXCEPTION 1
18067 EOF
18068
18069 fi
18070
18071 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
18072   cat >> confdefs.h <<\EOF
18073 #define wxUSE_SNGLINST_CHECKER 1
18074 EOF
18075
18076 fi
18077
18078 if test "$wxUSE_BUSYINFO" = "yes"; then
18079   cat >> confdefs.h <<\EOF
18080 #define wxUSE_BUSYINFO 1
18081 EOF
18082
18083 fi
18084
18085 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
18086   cat >> confdefs.h <<\EOF
18087 #define wxUSE_STD_IOSTREAM 1
18088 EOF
18089
18090 fi
18091
18092 if test "$wxUSE_TEXTBUFFER" = "yes"; then
18093     cat >> confdefs.h <<\EOF
18094 #define wxUSE_TEXTBUFFER 1
18095 EOF
18096
18097 fi
18098
18099 if test "$wxUSE_TEXTFILE" = "yes"; then
18100   if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
18101     echo "configure: warning: wxTextFile requires wxFile and wxTextBuffer... disabled" 1>&2
18102   else
18103     cat >> confdefs.h <<\EOF
18104 #define wxUSE_TEXTFILE 1
18105 EOF
18106
18107   fi
18108 fi
18109
18110 if test "$wxUSE_CONFIG" = "yes" ; then
18111   if test "$wxUSE_TEXTFILE" != "yes"; then
18112     echo "configure: warning: wxConfig requires wxTextFile... disabled" 1>&2
18113   else
18114     cat >> confdefs.h <<\EOF
18115 #define wxUSE_CONFIG 1
18116 EOF
18117
18118     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
18119   fi
18120 fi
18121
18122 if test "$wxUSE_INTL" = "yes" ; then
18123   if test "$wxUSE_FILE" != "yes"; then
18124     echo "configure: warning: I18n code requires wxFile... disabled" 1>&2
18125   else
18126     cat >> confdefs.h <<\EOF
18127 #define wxUSE_INTL 1
18128 EOF
18129
18130     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
18131     GUIDIST="$GUIDIST INTL_DIST"
18132   fi
18133 fi
18134
18135 if test "$wxUSE_LOG" = "yes"; then
18136   cat >> confdefs.h <<\EOF
18137 #define wxUSE_LOG 1
18138 EOF
18139
18140
18141     if test "$wxUSE_LOGGUI" = "yes"; then
18142       cat >> confdefs.h <<\EOF
18143 #define wxUSE_LOGGUI 1
18144 EOF
18145
18146     fi
18147
18148     if test "$wxUSE_LOGWINDOW" = "yes"; then
18149       cat >> confdefs.h <<\EOF
18150 #define wxUSE_LOGWINDOW 1
18151 EOF
18152
18153     fi
18154
18155     if test "$wxUSE_LOGDIALOG" = "yes"; then
18156       cat >> confdefs.h <<\EOF
18157 #define wxUSE_LOG_DIALOG 1
18158 EOF
18159
18160     fi
18161 fi
18162
18163 if test "$wxUSE_LONGLONG" = "yes"; then
18164   cat >> confdefs.h <<\EOF
18165 #define wxUSE_LONGLONG 1
18166 EOF
18167
18168 fi
18169
18170 if test "$wxUSE_GEOMETRY" = "yes"; then
18171   cat >> confdefs.h <<\EOF
18172 #define wxUSE_GEOMETRY 1
18173 EOF
18174
18175 fi
18176
18177 if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then
18178   cat >> confdefs.h <<\EOF
18179 #define wxUSE_DIALUP_MANAGER 1
18180 EOF
18181
18182   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
18183 fi
18184
18185 if test "$wxUSE_STREAMS" = "yes" ; then
18186   cat >> confdefs.h <<\EOF
18187 #define wxUSE_STREAMS 1
18188 EOF
18189
18190 fi
18191
18192
18193 if test "$wxUSE_DATETIME" = "yes"; then
18194         for ac_func in strptime
18195 do
18196 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
18197 echo "configure:18198: checking for $ac_func" >&5
18198 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
18199   echo $ac_n "(cached) $ac_c" 1>&6
18200 else
18201   cat > conftest.$ac_ext <<EOF
18202 #line 18203 "configure"
18203 #include "confdefs.h"
18204 /* System header to define __stub macros and hopefully few prototypes,
18205     which can conflict with char $ac_func(); below.  */
18206 #include <assert.h>
18207 /* Override any gcc2 internal prototype to avoid an error.  */
18208 /* We use char because int might match the return type of a gcc2
18209     builtin and then its argument prototype would still apply.  */
18210 char $ac_func();
18211
18212 int main() {
18213
18214 /* The GNU C library defines this for functions which it implements
18215     to always fail with ENOSYS.  Some functions are actually named
18216     something starting with __ and the normal name is an alias.  */
18217 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
18218 choke me
18219 #else
18220 $ac_func();
18221 #endif
18222
18223 ; return 0; }
18224 EOF
18225 if { (eval echo configure:18226: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
18226   rm -rf conftest*
18227   eval "ac_cv_func_$ac_func=yes"
18228 else
18229   echo "configure: failed program was:" >&5
18230   cat conftest.$ac_ext >&5
18231   rm -rf conftest*
18232   eval "ac_cv_func_$ac_func=no"
18233 fi
18234 rm -f conftest*
18235 fi
18236
18237 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
18238   echo "$ac_t""yes" 1>&6
18239     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
18240   cat >> confdefs.h <<EOF
18241 #define $ac_tr_func 1
18242 EOF
18243  
18244 else
18245   echo "$ac_t""no" 1>&6
18246 fi
18247 done
18248
18249
18250         echo $ac_n "checking for timezone variable in <time.h>""... $ac_c" 1>&6
18251 echo "configure:18252: checking for timezone variable in <time.h>" >&5
18252 if eval "test \"`echo '$''{'wx_cv_var_timezone'+set}'`\" = set"; then
18253   echo $ac_n "(cached) $ac_c" 1>&6
18254 else
18255   
18256                         cat > conftest.$ac_ext <<EOF
18257 #line 18258 "configure"
18258 #include "confdefs.h"
18259
18260                                 #include <time.h>
18261                             
18262 int main() {
18263
18264                                 int tz;
18265                                 tz = timezone;
18266                             
18267 ; return 0; }
18268 EOF
18269 if { (eval echo configure:18270: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18270   rm -rf conftest*
18271   
18272                                 wx_cv_var_timezone=timezone
18273                             
18274 else
18275   echo "configure: failed program was:" >&5
18276   cat conftest.$ac_ext >&5
18277   rm -rf conftest*
18278   
18279                                 cat > conftest.$ac_ext <<EOF
18280 #line 18281 "configure"
18281 #include "confdefs.h"
18282
18283                                         #include <time.h>
18284                                     
18285 int main() {
18286
18287                                         int tz;
18288                                         tz = _timezone;
18289                                     
18290 ; return 0; }
18291 EOF
18292 if { (eval echo configure:18293: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18293   rm -rf conftest*
18294   
18295                                         wx_cv_var_timezone=_timezone
18296                                     
18297 else
18298   echo "configure: failed program was:" >&5
18299   cat conftest.$ac_ext >&5
18300   rm -rf conftest*
18301   
18302                                         cat > conftest.$ac_ext <<EOF
18303 #line 18304 "configure"
18304 #include "confdefs.h"
18305
18306                                                 #include <time.h>
18307                                             
18308 int main() {
18309
18310                                                 int tz;
18311                                                 tz = __timezone;
18312                                             
18313 ; return 0; }
18314 EOF
18315 if { (eval echo configure:18316: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18316   rm -rf conftest*
18317   
18318                                                 wx_cv_var_timezone=__timezone
18319                                             
18320 else
18321   echo "configure: failed program was:" >&5
18322   cat conftest.$ac_ext >&5
18323   rm -rf conftest*
18324   
18325                                                 if test "$USE_DOS" = 0 ; then
18326                                                     { echo "configure: error: no timezone variable" 1>&2; exit 1; }
18327                                                 fi
18328                                             
18329                                         
18330 fi
18331 rm -f conftest*
18332                                     
18333                                 
18334 fi
18335 rm -f conftest*
18336                             
18337                         
18338 fi
18339 rm -f conftest*
18340                    
18341     
18342 fi
18343
18344 echo "$ac_t""$wx_cv_var_timezone" 1>&6
18345
18346         if test "x$wx_cv_var_timezone" != x ; then
18347         cat >> confdefs.h <<EOF
18348 #define WX_TIMEZONE $wx_cv_var_timezone
18349 EOF
18350
18351     fi
18352
18353         for ac_func in localtime
18354 do
18355 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
18356 echo "configure:18357: checking for $ac_func" >&5
18357 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
18358   echo $ac_n "(cached) $ac_c" 1>&6
18359 else
18360   cat > conftest.$ac_ext <<EOF
18361 #line 18362 "configure"
18362 #include "confdefs.h"
18363 /* System header to define __stub macros and hopefully few prototypes,
18364     which can conflict with char $ac_func(); below.  */
18365 #include <assert.h>
18366 /* Override any gcc2 internal prototype to avoid an error.  */
18367 /* We use char because int might match the return type of a gcc2
18368     builtin and then its argument prototype would still apply.  */
18369 char $ac_func();
18370
18371 int main() {
18372
18373 /* The GNU C library defines this for functions which it implements
18374     to always fail with ENOSYS.  Some functions are actually named
18375     something starting with __ and the normal name is an alias.  */
18376 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
18377 choke me
18378 #else
18379 $ac_func();
18380 #endif
18381
18382 ; return 0; }
18383 EOF
18384 if { (eval echo configure:18385: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
18385   rm -rf conftest*
18386   eval "ac_cv_func_$ac_func=yes"
18387 else
18388   echo "configure: failed program was:" >&5
18389   cat conftest.$ac_ext >&5
18390   rm -rf conftest*
18391   eval "ac_cv_func_$ac_func=no"
18392 fi
18393 rm -f conftest*
18394 fi
18395
18396 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
18397   echo "$ac_t""yes" 1>&6
18398     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
18399   cat >> confdefs.h <<EOF
18400 #define $ac_tr_func 1
18401 EOF
18402  
18403 else
18404   echo "$ac_t""no" 1>&6
18405 fi
18406 done
18407
18408
18409     if test "$ac_cv_func_localtime" = "yes"; then
18410         echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6
18411 echo "configure:18412: checking for tm_gmtoff in struct tm" >&5
18412 if eval "test \"`echo '$''{'wx_cv_struct_tm_has_gmtoff'+set}'`\" = set"; then
18413   echo $ac_n "(cached) $ac_c" 1>&6
18414 else
18415   
18416             cat > conftest.$ac_ext <<EOF
18417 #line 18418 "configure"
18418 #include "confdefs.h"
18419
18420                     #include <time.h>
18421                 
18422 int main() {
18423
18424                     struct tm tm;
18425                     tm.tm_gmtoff++;
18426                 
18427 ; return 0; }
18428 EOF
18429 if { (eval echo configure:18430: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18430   rm -rf conftest*
18431   
18432                     wx_cv_struct_tm_has_gmtoff=yes
18433                 
18434 else
18435   echo "configure: failed program was:" >&5
18436   cat conftest.$ac_ext >&5
18437   rm -rf conftest*
18438   wx_cv_struct_tm_has_gmtoff=no
18439             
18440 fi
18441 rm -f conftest*
18442         
18443 fi
18444
18445 echo "$ac_t""$wx_cv_struct_tm_has_gmtoff" 1>&6
18446     fi
18447
18448     if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
18449         cat >> confdefs.h <<\EOF
18450 #define WX_GMTOFF_IN_TM 1
18451 EOF
18452
18453     fi
18454
18455             for ac_func in gettimeofday ftime
18456 do
18457 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
18458 echo "configure:18459: checking for $ac_func" >&5
18459 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
18460   echo $ac_n "(cached) $ac_c" 1>&6
18461 else
18462   cat > conftest.$ac_ext <<EOF
18463 #line 18464 "configure"
18464 #include "confdefs.h"
18465 /* System header to define __stub macros and hopefully few prototypes,
18466     which can conflict with char $ac_func(); below.  */
18467 #include <assert.h>
18468 /* Override any gcc2 internal prototype to avoid an error.  */
18469 /* We use char because int might match the return type of a gcc2
18470     builtin and then its argument prototype would still apply.  */
18471 char $ac_func();
18472
18473 int main() {
18474
18475 /* The GNU C library defines this for functions which it implements
18476     to always fail with ENOSYS.  Some functions are actually named
18477     something starting with __ and the normal name is an alias.  */
18478 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
18479 choke me
18480 #else
18481 $ac_func();
18482 #endif
18483
18484 ; return 0; }
18485 EOF
18486 if { (eval echo configure:18487: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
18487   rm -rf conftest*
18488   eval "ac_cv_func_$ac_func=yes"
18489 else
18490   echo "configure: failed program was:" >&5
18491   cat conftest.$ac_ext >&5
18492   rm -rf conftest*
18493   eval "ac_cv_func_$ac_func=no"
18494 fi
18495 rm -f conftest*
18496 fi
18497
18498 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
18499   echo "$ac_t""yes" 1>&6
18500     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
18501   cat >> confdefs.h <<EOF
18502 #define $ac_tr_func 1
18503 EOF
18504  break
18505 else
18506   echo "$ac_t""no" 1>&6
18507 fi
18508 done
18509
18510
18511     if test "$ac_cv_func_gettimeofday" = "yes"; then
18512         echo $ac_n "checking whether gettimeofday takes two arguments""... $ac_c" 1>&6
18513 echo "configure:18514: checking whether gettimeofday takes two arguments" >&5
18514 if eval "test \"`echo '$''{'wx_cv_func_gettimeofday_has_2_args'+set}'`\" = set"; then
18515   echo $ac_n "(cached) $ac_c" 1>&6
18516 else
18517   
18518                         
18519             ac_ext=C
18520 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
18521 ac_cpp='$CXXCPP $CPPFLAGS'
18522 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
18523 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
18524 cross_compiling=$ac_cv_prog_cxx_cross
18525
18526
18527             cat > conftest.$ac_ext <<EOF
18528 #line 18529 "configure"
18529 #include "confdefs.h"
18530
18531                     #include <sys/time.h>
18532                     #include <unistd.h>
18533                 
18534 int main() {
18535
18536                     struct timeval tv;
18537                     gettimeofday(&tv, NULL);
18538                 
18539 ; return 0; }
18540 EOF
18541 if { (eval echo configure:18542: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18542   rm -rf conftest*
18543   wx_cv_func_gettimeofday_has_2_args=yes
18544 else
18545   echo "configure: failed program was:" >&5
18546   cat conftest.$ac_ext >&5
18547   rm -rf conftest*
18548   cat > conftest.$ac_ext <<EOF
18549 #line 18550 "configure"
18550 #include "confdefs.h"
18551
18552                         #include <sys/time.h>
18553                         #include <unistd.h>
18554                     
18555 int main() {
18556
18557                         struct timeval tv;
18558                         gettimeofday(&tv);
18559                     
18560 ; return 0; }
18561 EOF
18562 if { (eval echo configure:18563: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18563   rm -rf conftest*
18564   wx_cv_func_gettimeofday_has_2_args=no
18565 else
18566   echo "configure: failed program was:" >&5
18567   cat conftest.$ac_ext >&5
18568   rm -rf conftest*
18569   
18570                         echo "configure: warning: failed to determine number of gettimeofday() arguments" 1>&2
18571                         wx_cv_func_gettimeofday_has_2_args=unknown
18572                     
18573                 
18574 fi
18575 rm -f conftest*
18576             
18577 fi
18578 rm -f conftest*
18579             ac_ext=c
18580 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
18581 ac_cpp='$CPP $CPPFLAGS'
18582 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
18583 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
18584 cross_compiling=$ac_cv_prog_cc_cross
18585
18586         
18587 fi
18588
18589 echo "$ac_t""$wx_cv_func_gettimeofday_has_2_args" 1>&6
18590
18591         if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
18592             cat >> confdefs.h <<\EOF
18593 #define WX_GETTIMEOFDAY_NO_TZ 1
18594 EOF
18595
18596         fi
18597     fi
18598
18599     cat >> confdefs.h <<\EOF
18600 #define wxUSE_TIMEDATE 1
18601 EOF
18602
18603     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
18604 fi
18605
18606
18607 if test "$wxUSE_SOCKETS" = "yes"; then
18608     if test "$TOOLKIT" = "X11"; then
18609         echo "configure: warning: wxSocket not yet supported under X11... disabled" 1>&2
18610         wxUSE_SOCKETS="no"
18611     fi
18612 fi
18613
18614 if test "$wxUSE_SOCKETS" = "yes"; then
18615         if test "$TOOLKIT" != "MSW"; then
18616                 echo $ac_n "checking for socket""... $ac_c" 1>&6
18617 echo "configure:18618: checking for socket" >&5
18618 if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
18619   echo $ac_n "(cached) $ac_c" 1>&6
18620 else
18621   cat > conftest.$ac_ext <<EOF
18622 #line 18623 "configure"
18623 #include "confdefs.h"
18624 /* System header to define __stub macros and hopefully few prototypes,
18625     which can conflict with char socket(); below.  */
18626 #include <assert.h>
18627 /* Override any gcc2 internal prototype to avoid an error.  */
18628 /* We use char because int might match the return type of a gcc2
18629     builtin and then its argument prototype would still apply.  */
18630 char socket();
18631
18632 int main() {
18633
18634 /* The GNU C library defines this for functions which it implements
18635     to always fail with ENOSYS.  Some functions are actually named
18636     something starting with __ and the normal name is an alias.  */
18637 #if defined (__stub_socket) || defined (__stub___socket)
18638 choke me
18639 #else
18640 socket();
18641 #endif
18642
18643 ; return 0; }
18644 EOF
18645 if { (eval echo configure:18646: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
18646   rm -rf conftest*
18647   eval "ac_cv_func_socket=yes"
18648 else
18649   echo "configure: failed program was:" >&5
18650   cat conftest.$ac_ext >&5
18651   rm -rf conftest*
18652   eval "ac_cv_func_socket=no"
18653 fi
18654 rm -f conftest*
18655 fi
18656
18657 if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then
18658   echo "$ac_t""yes" 1>&6
18659   :
18660 else
18661   echo "$ac_t""no" 1>&6
18662 echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
18663 echo "configure:18664: checking for socket in -lsocket" >&5
18664 ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
18665 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
18666   echo $ac_n "(cached) $ac_c" 1>&6
18667 else
18668   ac_save_LIBS="$LIBS"
18669 LIBS="-lsocket  $LIBS"
18670 cat > conftest.$ac_ext <<EOF
18671 #line 18672 "configure"
18672 #include "confdefs.h"
18673 /* Override any gcc2 internal prototype to avoid an error.  */
18674 /* We use char because int might match the return type of a gcc2
18675     builtin and then its argument prototype would still apply.  */
18676 char socket();
18677
18678 int main() {
18679 socket()
18680 ; return 0; }
18681 EOF
18682 if { (eval echo configure:18683: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
18683   rm -rf conftest*
18684   eval "ac_cv_lib_$ac_lib_var=yes"
18685 else
18686   echo "configure: failed program was:" >&5
18687   cat conftest.$ac_ext >&5
18688   rm -rf conftest*
18689   eval "ac_cv_lib_$ac_lib_var=no"
18690 fi
18691 rm -f conftest*
18692 LIBS="$ac_save_LIBS"
18693
18694 fi
18695 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
18696   echo "$ac_t""yes" 1>&6
18697   if test "$INET_LINK" != " -lsocket"; then
18698                     INET_LINK="$INET_LINK -lsocket"
18699                 fi
18700 else
18701   echo "$ac_t""no" 1>&6
18702
18703                     echo "configure: warning: socket library not found - sockets will be disabled" 1>&2
18704                     wxUSE_SOCKETS=no
18705                 
18706             
18707 fi
18708
18709         
18710 fi
18711
18712     fi
18713 fi
18714
18715 if test "$wxUSE_SOCKETS" = "yes" ; then
18716                 if test "$TOOLKIT" != "MSW"; then
18717                 echo $ac_n "checking what is the type of the third argument of getsockname""... $ac_c" 1>&6
18718 echo "configure:18719: checking what is the type of the third argument of getsockname" >&5
18719 if eval "test \"`echo '$''{'wx_cv_type_getsockname3'+set}'`\" = set"; then
18720   echo $ac_n "(cached) $ac_c" 1>&6
18721 else
18722   
18723                 
18724                 ac_ext=C
18725 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
18726 ac_cpp='$CXXCPP $CPPFLAGS'
18727 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
18728 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
18729 cross_compiling=$ac_cv_prog_cxx_cross
18730
18731
18732                 cat > conftest.$ac_ext <<EOF
18733 #line 18734 "configure"
18734 #include "confdefs.h"
18735
18736                         #include <sys/types.h>
18737                         #include <sys/socket.h>
18738                     
18739 int main() {
18740
18741                         socklen_t len;
18742                         getsockname(0, 0, &len);
18743                     
18744 ; return 0; }
18745 EOF
18746 if { (eval echo configure:18747: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18747   rm -rf conftest*
18748   wx_cv_type_getsockname3=socklen_t
18749 else
18750   echo "configure: failed program was:" >&5
18751   cat conftest.$ac_ext >&5
18752   rm -rf conftest*
18753   cat > conftest.$ac_ext <<EOF
18754 #line 18755 "configure"
18755 #include "confdefs.h"
18756
18757                             #include <sys/types.h>
18758                             #include <sys/socket.h>
18759                         
18760 int main() {
18761
18762                             size_t len;
18763                             getsockname(0, 0, &len);
18764                         
18765 ; return 0; }
18766 EOF
18767 if { (eval echo configure:18768: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18768   rm -rf conftest*
18769   wx_cv_type_getsockname3=size_t
18770 else
18771   echo "configure: failed program was:" >&5
18772   cat conftest.$ac_ext >&5
18773   rm -rf conftest*
18774   cat > conftest.$ac_ext <<EOF
18775 #line 18776 "configure"
18776 #include "confdefs.h"
18777
18778                                 #include <sys/types.h>
18779                                 #include <sys/socket.h>
18780                             
18781 int main() {
18782
18783                                 int len;
18784                                 getsockname(0, 0, &len);
18785                             
18786 ; return 0; }
18787 EOF
18788 if { (eval echo configure:18789: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18789   rm -rf conftest*
18790   wx_cv_type_getsockname3=int
18791 else
18792   echo "configure: failed program was:" >&5
18793   cat conftest.$ac_ext >&5
18794   rm -rf conftest*
18795   wx_cv_type_getsockname3=unknown
18796                         
18797 fi
18798 rm -f conftest*
18799                     
18800 fi
18801 rm -f conftest*
18802                 
18803 fi
18804 rm -f conftest*
18805
18806                 ac_ext=c
18807 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
18808 ac_cpp='$CPP $CPPFLAGS'
18809 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
18810 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
18811 cross_compiling=$ac_cv_prog_cc_cross
18812
18813             
18814 fi
18815
18816 echo "$ac_t""$wx_cv_type_getsockname3" 1>&6
18817
18818         if test "$wx_cv_type_getsockname3" = "unknown"; then
18819             wxUSE_SOCKETS=no
18820             echo "configure: warning: Couldn't find socklen_t synonym for this system" 1>&2
18821         else
18822             cat >> confdefs.h <<EOF
18823 #define SOCKLEN_T $wx_cv_type_getsockname3
18824 EOF
18825
18826         fi
18827     fi
18828 fi
18829
18830 if test "$wxUSE_SOCKETS" = "yes" ; then
18831     cat >> confdefs.h <<\EOF
18832 #define wxUSE_SOCKETS 1
18833 EOF
18834
18835     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
18836 fi
18837
18838
18839 if test "$wxUSE_GUI" = "yes"; then
18840
18841     if test "$TOOLKIT" = "MAC"; then
18842         echo "configure: warning: Joystick not yet supported under Mac OS X... disabled" 1>&2
18843         wxUSE_JOYSTICK=no
18844      fi
18845     if test "$TOOLKIT" = "MOTIF"; then
18846         echo "configure: warning: Joystick not yet supported under Motif... disabled" 1>&2
18847         wxUSE_JOYSTICK=no
18848      fi
18849     if test "$TOOLKIT" = "X11"; then
18850         echo "configure: warning: Joystick not yet supported under X11... disabled" 1>&2
18851         wxUSE_JOYSTICK=no
18852      fi
18853
18854         if test "$TOOLKIT" != "MSW"; then
18855         if test "$wxUSE_JOYSTICK" = "yes"; then
18856                         for ac_hdr in linux/joystick.h
18857 do
18858 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
18859 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
18860 echo "configure:18861: checking for $ac_hdr" >&5
18861 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
18862   echo $ac_n "(cached) $ac_c" 1>&6
18863 else
18864   cat > conftest.$ac_ext <<EOF
18865 #line 18866 "configure"
18866 #include "confdefs.h"
18867 #include <$ac_hdr>
18868 EOF
18869 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
18870 { (eval echo configure:18871: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
18871 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
18872 if test -z "$ac_err"; then
18873   rm -rf conftest*
18874   eval "ac_cv_header_$ac_safe=yes"
18875 else
18876   echo "$ac_err" >&5
18877   echo "configure: failed program was:" >&5
18878   cat conftest.$ac_ext >&5
18879   rm -rf conftest*
18880   eval "ac_cv_header_$ac_safe=no"
18881 fi
18882 rm -f conftest*
18883 fi
18884 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
18885   echo "$ac_t""yes" 1>&6
18886     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
18887   cat >> confdefs.h <<EOF
18888 #define $ac_tr_hdr 1
18889 EOF
18890  
18891 else
18892   echo "$ac_t""no" 1>&6
18893 fi
18894 done
18895
18896             if test "$ac_cv_header_linux_joystick_h" != "yes"; then
18897                 wxUSE_JOYSTICK=no
18898                 echo "configure: warning: Joystick not supported by this system... disabled" 1>&2
18899             fi
18900         fi
18901     fi
18902
18903     if test "$wxUSE_JOYSTICK" = "yes"; then
18904         cat >> confdefs.h <<\EOF
18905 #define wxUSE_JOYSTICK 1
18906 EOF
18907
18908         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
18909     fi
18910 fi
18911
18912
18913 if test "$TOOLKIT" != "MSW"; then
18914
18915     HAVE_DL_FUNCS=0
18916     HAVE_SHL_FUNCS=0
18917     if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
18918         if test "$USE_DARWIN" = 1; then
18919                         HAVE_DL_FUNCS=1
18920         else
18921                                                 for ac_func in dlopen
18922 do
18923 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
18924 echo "configure:18925: checking for $ac_func" >&5
18925 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
18926   echo $ac_n "(cached) $ac_c" 1>&6
18927 else
18928   cat > conftest.$ac_ext <<EOF
18929 #line 18930 "configure"
18930 #include "confdefs.h"
18931 /* System header to define __stub macros and hopefully few prototypes,
18932     which can conflict with char $ac_func(); below.  */
18933 #include <assert.h>
18934 /* Override any gcc2 internal prototype to avoid an error.  */
18935 /* We use char because int might match the return type of a gcc2
18936     builtin and then its argument prototype would still apply.  */
18937 char $ac_func();
18938
18939 int main() {
18940
18941 /* The GNU C library defines this for functions which it implements
18942     to always fail with ENOSYS.  Some functions are actually named
18943     something starting with __ and the normal name is an alias.  */
18944 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
18945 choke me
18946 #else
18947 $ac_func();
18948 #endif
18949
18950 ; return 0; }
18951 EOF
18952 if { (eval echo configure:18953: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
18953   rm -rf conftest*
18954   eval "ac_cv_func_$ac_func=yes"
18955 else
18956   echo "configure: failed program was:" >&5
18957   cat conftest.$ac_ext >&5
18958   rm -rf conftest*
18959   eval "ac_cv_func_$ac_func=no"
18960 fi
18961 rm -f conftest*
18962 fi
18963
18964 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
18965   echo "$ac_t""yes" 1>&6
18966     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
18967   cat >> confdefs.h <<EOF
18968 #define $ac_tr_func 1
18969 EOF
18970  
18971                 cat >> confdefs.h <<\EOF
18972 #define HAVE_DLOPEN 1
18973 EOF
18974
18975                 HAVE_DL_FUNCS=1
18976             
18977 else
18978   echo "$ac_t""no" 1>&6
18979 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
18980 echo "configure:18981: checking for dlopen in -ldl" >&5
18981 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
18982 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
18983   echo $ac_n "(cached) $ac_c" 1>&6
18984 else
18985   ac_save_LIBS="$LIBS"
18986 LIBS="-ldl  $LIBS"
18987 cat > conftest.$ac_ext <<EOF
18988 #line 18989 "configure"
18989 #include "confdefs.h"
18990 /* Override any gcc2 internal prototype to avoid an error.  */
18991 /* We use char because int might match the return type of a gcc2
18992     builtin and then its argument prototype would still apply.  */
18993 char dlopen();
18994
18995 int main() {
18996 dlopen()
18997 ; return 0; }
18998 EOF
18999 if { (eval echo configure:19000: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
19000   rm -rf conftest*
19001   eval "ac_cv_lib_$ac_lib_var=yes"
19002 else
19003   echo "configure: failed program was:" >&5
19004   cat conftest.$ac_ext >&5
19005   rm -rf conftest*
19006   eval "ac_cv_lib_$ac_lib_var=no"
19007 fi
19008 rm -f conftest*
19009 LIBS="$ac_save_LIBS"
19010
19011 fi
19012 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
19013   echo "$ac_t""yes" 1>&6
19014   
19015                                 cat >> confdefs.h <<\EOF
19016 #define HAVE_DLOPEN 1
19017 EOF
19018
19019                                 HAVE_DL_FUNCS=1
19020                                 DL_LINK=" -ldl$DL_LINK"
19021                             
19022 else
19023   echo "$ac_t""no" 1>&6
19024
19025                                 for ac_func in shl_load
19026 do
19027 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
19028 echo "configure:19029: checking for $ac_func" >&5
19029 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
19030   echo $ac_n "(cached) $ac_c" 1>&6
19031 else
19032   cat > conftest.$ac_ext <<EOF
19033 #line 19034 "configure"
19034 #include "confdefs.h"
19035 /* System header to define __stub macros and hopefully few prototypes,
19036     which can conflict with char $ac_func(); below.  */
19037 #include <assert.h>
19038 /* Override any gcc2 internal prototype to avoid an error.  */
19039 /* We use char because int might match the return type of a gcc2
19040     builtin and then its argument prototype would still apply.  */
19041 char $ac_func();
19042
19043 int main() {
19044
19045 /* The GNU C library defines this for functions which it implements
19046     to always fail with ENOSYS.  Some functions are actually named
19047     something starting with __ and the normal name is an alias.  */
19048 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
19049 choke me
19050 #else
19051 $ac_func();
19052 #endif
19053
19054 ; return 0; }
19055 EOF
19056 if { (eval echo configure:19057: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
19057   rm -rf conftest*
19058   eval "ac_cv_func_$ac_func=yes"
19059 else
19060   echo "configure: failed program was:" >&5
19061   cat conftest.$ac_ext >&5
19062   rm -rf conftest*
19063   eval "ac_cv_func_$ac_func=no"
19064 fi
19065 rm -f conftest*
19066 fi
19067
19068 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
19069   echo "$ac_t""yes" 1>&6
19070     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
19071   cat >> confdefs.h <<EOF
19072 #define $ac_tr_func 1
19073 EOF
19074  
19075                                                 cat >> confdefs.h <<\EOF
19076 #define HAVE_SHL_LOAD 1
19077 EOF
19078
19079                                                 HAVE_SHL_FUNCS=1
19080                                               
19081 else
19082   echo "$ac_t""no" 1>&6
19083 echo $ac_n "checking for dld in -lshl_load""... $ac_c" 1>&6
19084 echo "configure:19085: checking for dld in -lshl_load" >&5
19085 ac_lib_var=`echo shl_load'_'dld | sed 'y%./+-%__p_%'`
19086 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
19087   echo $ac_n "(cached) $ac_c" 1>&6
19088 else
19089   ac_save_LIBS="$LIBS"
19090 LIBS="-lshl_load  $LIBS"
19091 cat > conftest.$ac_ext <<EOF
19092 #line 19093 "configure"
19093 #include "confdefs.h"
19094 /* Override any gcc2 internal prototype to avoid an error.  */
19095 /* We use char because int might match the return type of a gcc2
19096     builtin and then its argument prototype would still apply.  */
19097 char dld();
19098
19099 int main() {
19100 dld()
19101 ; return 0; }
19102 EOF
19103 if { (eval echo configure:19104: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
19104   rm -rf conftest*
19105   eval "ac_cv_lib_$ac_lib_var=yes"
19106 else
19107   echo "configure: failed program was:" >&5
19108   cat conftest.$ac_ext >&5
19109   rm -rf conftest*
19110   eval "ac_cv_lib_$ac_lib_var=no"
19111 fi
19112 rm -f conftest*
19113 LIBS="$ac_save_LIBS"
19114
19115 fi
19116 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
19117   echo "$ac_t""yes" 1>&6
19118   
19119                                                                 HAVE_SHL_FUNCS=1
19120                                                                 DL_LINK=" -ldld$DL_LINK"
19121                                                              
19122 else
19123   echo "$ac_t""no" 1>&6
19124 fi
19125
19126                                               
19127 fi
19128 done
19129
19130                             
19131 fi
19132
19133             
19134 fi
19135 done
19136
19137
19138                 if test "$HAVE_DL_FUNCS" = 1; then
19139             for ac_func in dlerror
19140 do
19141 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
19142 echo "configure:19143: checking for $ac_func" >&5
19143 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
19144   echo $ac_n "(cached) $ac_c" 1>&6
19145 else
19146   cat > conftest.$ac_ext <<EOF
19147 #line 19148 "configure"
19148 #include "confdefs.h"
19149 /* System header to define __stub macros and hopefully few prototypes,
19150     which can conflict with char $ac_func(); below.  */
19151 #include <assert.h>
19152 /* Override any gcc2 internal prototype to avoid an error.  */
19153 /* We use char because int might match the return type of a gcc2
19154     builtin and then its argument prototype would still apply.  */
19155 char $ac_func();
19156
19157 int main() {
19158
19159 /* The GNU C library defines this for functions which it implements
19160     to always fail with ENOSYS.  Some functions are actually named
19161     something starting with __ and the normal name is an alias.  */
19162 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
19163 choke me
19164 #else
19165 $ac_func();
19166 #endif
19167
19168 ; return 0; }
19169 EOF
19170 if { (eval echo configure:19171: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
19171   rm -rf conftest*
19172   eval "ac_cv_func_$ac_func=yes"
19173 else
19174   echo "configure: failed program was:" >&5
19175   cat conftest.$ac_ext >&5
19176   rm -rf conftest*
19177   eval "ac_cv_func_$ac_func=no"
19178 fi
19179 rm -f conftest*
19180 fi
19181
19182 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
19183   echo "$ac_t""yes" 1>&6
19184     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
19185   cat >> confdefs.h <<EOF
19186 #define $ac_tr_func 1
19187 EOF
19188  cat >> confdefs.h <<\EOF
19189 #define HAVE_DLERROR 1
19190 EOF
19191
19192 else
19193   echo "$ac_t""no" 1>&6
19194 echo $ac_n "checking for dlerror in -ldl""... $ac_c" 1>&6
19195 echo "configure:19196: checking for dlerror in -ldl" >&5
19196 ac_lib_var=`echo dl'_'dlerror | sed 'y%./+-%__p_%'`
19197 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
19198   echo $ac_n "(cached) $ac_c" 1>&6
19199 else
19200   ac_save_LIBS="$LIBS"
19201 LIBS="-ldl  $LIBS"
19202 cat > conftest.$ac_ext <<EOF
19203 #line 19204 "configure"
19204 #include "confdefs.h"
19205 /* Override any gcc2 internal prototype to avoid an error.  */
19206 /* We use char because int might match the return type of a gcc2
19207     builtin and then its argument prototype would still apply.  */
19208 char dlerror();
19209
19210 int main() {
19211 dlerror()
19212 ; return 0; }
19213 EOF
19214 if { (eval echo configure:19215: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
19215   rm -rf conftest*
19216   eval "ac_cv_lib_$ac_lib_var=yes"
19217 else
19218   echo "configure: failed program was:" >&5
19219   cat conftest.$ac_ext >&5
19220   rm -rf conftest*
19221   eval "ac_cv_lib_$ac_lib_var=no"
19222 fi
19223 rm -f conftest*
19224 LIBS="$ac_save_LIBS"
19225
19226 fi
19227 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
19228   echo "$ac_t""yes" 1>&6
19229   cat >> confdefs.h <<\EOF
19230 #define HAVE_DLERROR 1
19231 EOF
19232
19233 else
19234   echo "$ac_t""no" 1>&6
19235 fi
19236
19237 fi
19238 done
19239
19240         fi
19241         fi
19242
19243         if test "$HAVE_DL_FUNCS" = 0; then
19244             if test "$HAVE_SHL_FUNCS" = 0; then
19245               if test "$USE_UNIX" = 1; then
19246                   echo "configure: warning: Missing dynamic loading support, several features will be disabled" 1>&2
19247                   wxUSE_DYNAMIC_LOADER=no
19248                   wxUSE_DYNLIB_CLASS=no
19249               else
19250                   echo "configure: warning: Assuming wxLibrary class works on this platform" 1>&2
19251               fi
19252             fi
19253         fi
19254     fi
19255 fi
19256
19257 if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
19258     cat >> confdefs.h <<\EOF
19259 #define wxUSE_DYNAMIC_LOADER 1
19260 EOF
19261
19262 elif test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
19263     cat >> confdefs.h <<\EOF
19264 #define wxUSE_DYNLIB_CLASS 1
19265 EOF
19266
19267 fi
19268
19269
19270 if test "$wxUSE_FONTMAP" = "yes" ; then
19271   cat >> confdefs.h <<\EOF
19272 #define wxUSE_FONTMAP 1
19273 EOF
19274
19275 fi
19276
19277 if test "$wxUSE_UNICODE" = "yes" ; then
19278   cat >> confdefs.h <<\EOF
19279 #define wxUSE_UNICODE 1
19280 EOF
19281
19282
19283   if test "$wxUSE_MSW" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
19284         echo $ac_n "checking for main in -lunicows""... $ac_c" 1>&6
19285 echo "configure:19286: checking for main in -lunicows" >&5
19286 ac_lib_var=`echo unicows'_'main | sed 'y%./+-%__p_%'`
19287 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
19288   echo $ac_n "(cached) $ac_c" 1>&6
19289 else
19290   ac_save_LIBS="$LIBS"
19291 LIBS="-lunicows  $LIBS"
19292 cat > conftest.$ac_ext <<EOF
19293 #line 19294 "configure"
19294 #include "confdefs.h"
19295
19296 int main() {
19297 main()
19298 ; return 0; }
19299 EOF
19300 if { (eval echo configure:19301: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
19301   rm -rf conftest*
19302   eval "ac_cv_lib_$ac_lib_var=yes"
19303 else
19304   echo "configure: failed program was:" >&5
19305   cat conftest.$ac_ext >&5
19306   rm -rf conftest*
19307   eval "ac_cv_lib_$ac_lib_var=no"
19308 fi
19309 rm -f conftest*
19310 LIBS="$ac_save_LIBS"
19311
19312 fi
19313 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
19314   echo "$ac_t""yes" 1>&6
19315   
19316                 cat >> confdefs.h <<\EOF
19317 #define wxUSE_UNICODE_MSLU 1
19318 EOF
19319
19320             
19321 else
19322   echo "$ac_t""no" 1>&6
19323
19324                 echo "configure: warning: Compiler doesn't support MSLU (libunicows.a), disabled.
19325                              Applications will only run on Windows NT/2000/XP!" 1>&2
19326                 wxUSE_UNICODE_MSLU=no
19327             
19328 fi
19329
19330     fi
19331 fi
19332
19333 if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
19334   cat >> confdefs.h <<\EOF
19335 #define wxUSE_EXPERIMENTAL_PRINTF 1
19336 EOF
19337
19338 fi
19339
19340
19341
19342 IODBC_C_SRC=""
19343 if test "$wxUSE_ODBC" = "yes" ; then
19344     cat >> confdefs.h <<\EOF
19345 #define wxUSE_ODBC 1
19346 EOF
19347
19348     WXODBCFLAG="-D_IODBC_"
19349     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db"
19350 fi
19351
19352
19353 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
19354   cat >> confdefs.h <<\EOF
19355 #define wxUSE_POSTSCRIPT 1
19356 EOF
19357
19358 fi
19359
19360 cat >> confdefs.h <<\EOF
19361 #define wxUSE_AFM_FOR_POSTSCRIPT 1
19362 EOF
19363
19364
19365 cat >> confdefs.h <<\EOF
19366 #define wxUSE_NORMALIZED_PS_FONTS 1
19367 EOF
19368
19369
19370
19371 if test "$wxUSE_CONSTRAINTS" = "yes"; then
19372     cat >> confdefs.h <<\EOF
19373 #define wxUSE_CONSTRAINTS 1
19374 EOF
19375
19376     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
19377 fi
19378
19379 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
19380     if test "$wxUSE_UNIVERSAL" = "yes"; then
19381         echo "configure: warning: MDI not yet supported for wxUniversal... disabled" 1>&2
19382         wxUSE_MDI_ARCHITECTURE=no
19383     fi
19384
19385     if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
19386         cat >> confdefs.h <<\EOF
19387 #define wxUSE_MDI_ARCHITECTURE 1
19388 EOF
19389
19390         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
19391     fi
19392 fi
19393
19394 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
19395     cat >> confdefs.h <<\EOF
19396 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
19397 EOF
19398
19399     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
19400     if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
19401         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi"
19402     fi
19403 fi
19404
19405 if test "$wxUSE_HELP" = "yes"; then
19406     cat >> confdefs.h <<\EOF
19407 #define wxUSE_HELP 1
19408 EOF
19409
19410     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
19411
19412     if test "$wxUSE_MSW" = 1; then
19413       if test "$wxUSE_MS_HTML_HELP" = "yes"; then
19414         cat >> confdefs.h <<\EOF
19415 #define wxUSE_MS_HTML_HELP 1
19416 EOF
19417
19418       fi
19419     fi
19420
19421     if test "$wxUSE_WXHTML_HELP" = "yes"; then
19422       if test "$wxUSE_HTML" = "yes"; then
19423         cat >> confdefs.h <<\EOF
19424 #define wxUSE_WXHTML_HELP 1
19425 EOF
19426
19427       else
19428         echo "configure: warning: Cannot use wxHTML-based help without wxHTML so it won't be compiled" 1>&2
19429         wxUSE_WXHTML_HELP=no
19430       fi
19431     fi
19432 fi
19433
19434 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
19435     if test "$wxUSE_CONSTRAINTS" != "yes"; then
19436         echo "configure: warning: Printing support cannot be used without constraints so it won't be compiled without it" 1>&2
19437     else
19438         cat >> confdefs.h <<\EOF
19439 #define wxUSE_PRINTING_ARCHITECTURE 1
19440 EOF
19441
19442     fi
19443     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
19444 fi
19445
19446 if test "$wxUSE_PROLOGIO" = "yes" ; then
19447     cat >> confdefs.h <<\EOF
19448 #define wxUSE_PROLOGIO 1
19449 EOF
19450
19451 fi
19452
19453 if test "$wxUSE_RESOURCES" = "yes" ; then
19454     if test "$wxUSE_NANOX" = "yes"; then
19455         echo "configure: warning: Cannot use resource database functions in NanoX" 1>&2
19456         else
19457                 cat >> confdefs.h <<\EOF
19458 #define wxUSE_RESOURCES 1
19459 EOF
19460
19461                 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS resource"
19462     fi
19463 fi
19464
19465 if test "$wxUSE_X_RESOURCES" = "yes"; then
19466     cat >> confdefs.h <<\EOF
19467 #define wxUSE_X_RESOURCES 1
19468 EOF
19469
19470 fi
19471
19472
19473 if test "$wxUSE_MSW" = 1 -a \( "$wxUSE_DATAOBJ"       = "yes" \
19474                           -o "$wxUSE_CLIPBOARD"     = "yes" \
19475                           -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then
19476     for ac_hdr in ole2.h
19477 do
19478 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
19479 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
19480 echo "configure:19481: checking for $ac_hdr" >&5
19481 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
19482   echo $ac_n "(cached) $ac_c" 1>&6
19483 else
19484   cat > conftest.$ac_ext <<EOF
19485 #line 19486 "configure"
19486 #include "confdefs.h"
19487 #include <$ac_hdr>
19488 EOF
19489 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
19490 { (eval echo configure:19491: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
19491 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
19492 if test -z "$ac_err"; then
19493   rm -rf conftest*
19494   eval "ac_cv_header_$ac_safe=yes"
19495 else
19496   echo "$ac_err" >&5
19497   echo "configure: failed program was:" >&5
19498   cat conftest.$ac_ext >&5
19499   rm -rf conftest*
19500   eval "ac_cv_header_$ac_safe=no"
19501 fi
19502 rm -f conftest*
19503 fi
19504 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
19505   echo "$ac_t""yes" 1>&6
19506     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
19507   cat >> confdefs.h <<EOF
19508 #define $ac_tr_hdr 1
19509 EOF
19510  
19511 else
19512   echo "$ac_t""no" 1>&6
19513 fi
19514 done
19515
19516
19517     if test "$ac_cv_header_ole2_h" = "yes" ; then
19518         if test "$GCC" = yes ; then
19519             ALL_OBJECTS="$ALL_OBJECTS \$(OLEOBJS)"
19520             CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
19521             LIBS=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
19522             cat >> confdefs.h <<\EOF
19523 #define wxUSE_OLE 1
19524 EOF
19525
19526
19527         fi
19528
19529                 cat >> confdefs.h <<\EOF
19530 #define wxUSE_DATAOBJ 1
19531 EOF
19532
19533     else
19534         echo "configure: warning: Some features disabled because OLE headers not found" 1>&2
19535
19536         wxUSE_CLIPBOARD=no
19537         wxUSE_DRAG_AND_DROP=no
19538         wxUSE_DATAOBJ=no
19539     fi
19540
19541     if test "$wxUSE_METAFILE" = "yes"; then
19542         cat >> confdefs.h <<\EOF
19543 #define wxUSE_METAFILE 1
19544 EOF
19545
19546
19547                 cat >> confdefs.h <<\EOF
19548 #define wxUSE_ENH_METAFILE 1
19549 EOF
19550
19551     fi
19552 fi
19553
19554 if test "$wxUSE_IPC" = "yes"; then
19555     if test "$wxUSE_SOCKETS" != "yes"; then
19556         echo "configure: warning: wxWindows IPC classes require sockets... disabled" 1>&2
19557     fi
19558
19559     cat >> confdefs.h <<\EOF
19560 #define wxUSE_IPC 1
19561 EOF
19562
19563 fi
19564
19565 if test "$wxUSE_CLIPBOARD" = "yes"; then
19566     cat >> confdefs.h <<\EOF
19567 #define wxUSE_CLIPBOARD 1
19568 EOF
19569
19570
19571         cat >> confdefs.h <<\EOF
19572 #define wxUSE_DATAOBJ 1
19573 EOF
19574
19575 fi
19576
19577 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
19578     if test "$wxUSE_GTK" = 1; then
19579         if test "$WXGTK12" != 1; then
19580             echo "configure: warning: Drag and drop is only supported under GTK+ 1.2... disabled" 1>&2
19581             wxUSE_DRAG_AND_DROP=no
19582         fi
19583     fi
19584
19585     if test "$wxUSE_MOTIF" = 1; then
19586         echo "configure: warning: Drag and drop not yet supported under Motif... disabled" 1>&2
19587         wxUSE_DRAG_AND_DROP=no
19588     fi
19589
19590     if test "$wxUSE_X11" = 1; then
19591         echo "configure: warning: Drag and drop not yet supported under X11... disabled" 1>&2
19592         wxUSE_DRAG_AND_DROP=no
19593     fi
19594
19595     if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
19596         cat >> confdefs.h <<\EOF
19597 #define wxUSE_DRAG_AND_DROP 1
19598 EOF
19599
19600         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
19601     fi
19602
19603 fi
19604
19605 if test "$wxUSE_SPLINES" = "yes" ; then
19606   cat >> confdefs.h <<\EOF
19607 #define wxUSE_SPLINES 1
19608 EOF
19609
19610 fi
19611
19612
19613 USES_CONTROLS=0
19614 if test "$wxUSE_CONTROLS" = "yes"; then
19615   USES_CONTROLS=1
19616 fi
19617
19618 if test "$wxUSE_ACCEL" = "yes"; then
19619   cat >> confdefs.h <<\EOF
19620 #define wxUSE_ACCEL 1
19621 EOF
19622
19623   USES_CONTROLS=1
19624 fi
19625
19626 if test "$wxUSE_BUTTON" = "yes"; then
19627   cat >> confdefs.h <<\EOF
19628 #define wxUSE_BUTTON 1
19629 EOF
19630
19631   USES_CONTROLS=1
19632 fi
19633
19634 if test "$wxUSE_BMPBUTTON" = "yes"; then
19635   cat >> confdefs.h <<\EOF
19636 #define wxUSE_BMPBUTTON 1
19637 EOF
19638
19639   USES_CONTROLS=1
19640 fi
19641
19642 if test "$wxUSE_CALCTRL" = "yes"; then
19643   cat >> confdefs.h <<\EOF
19644 #define wxUSE_CALENDARCTRL 1
19645 EOF
19646
19647   USES_CONTROLS=1
19648   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar"
19649 fi
19650
19651 if test "$wxUSE_CARET" = "yes"; then
19652   cat >> confdefs.h <<\EOF
19653 #define wxUSE_CARET 1
19654 EOF
19655
19656   USES_CONTROLS=1
19657   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
19658 fi
19659
19660 if test "$wxUSE_COMBOBOX" = "yes"; then
19661   cat >> confdefs.h <<\EOF
19662 #define wxUSE_COMBOBOX 1
19663 EOF
19664
19665   USES_CONTROLS=1
19666 fi
19667
19668 if test "$wxUSE_CHOICE" = "yes"; then
19669   cat >> confdefs.h <<\EOF
19670 #define wxUSE_CHOICE 1
19671 EOF
19672
19673   USES_CONTROLS=1
19674 fi
19675
19676 if test "$wxUSE_CHECKBOX" = "yes"; then
19677   cat >> confdefs.h <<\EOF
19678 #define wxUSE_CHECKBOX 1
19679 EOF
19680
19681   USES_CONTROLS=1
19682 fi
19683
19684 if test "$wxUSE_CHECKLST" = "yes"; then
19685   cat >> confdefs.h <<\EOF
19686 #define wxUSE_CHECKLISTBOX 1
19687 EOF
19688
19689   USES_CONTROLS=1
19690   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst"
19691 fi
19692
19693 if test "$wxUSE_GAUGE" = "yes"; then
19694   cat >> confdefs.h <<\EOF
19695 #define wxUSE_GAUGE 1
19696 EOF
19697
19698   USES_CONTROLS=1
19699 fi
19700
19701 if test "$wxUSE_NEW_GRID" = "yes"; then
19702   wxUSE_GRID="yes"
19703   cat >> confdefs.h <<\EOF
19704 #define wxUSE_NEW_GRID 1
19705 EOF
19706
19707   USES_CONTROLS=1
19708   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS newgrid"
19709 fi
19710
19711 if test "$wxUSE_GRID" = "yes"; then
19712   cat >> confdefs.h <<\EOF
19713 #define wxUSE_GRID 1
19714 EOF
19715
19716   USES_CONTROLS=1
19717   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
19718 fi
19719
19720 if test "$wxUSE_IMAGLIST" = "yes"; then
19721     cat >> confdefs.h <<\EOF
19722 #define wxUSE_IMAGLIST 1
19723 EOF
19724
19725 fi
19726
19727 if test "$wxUSE_LISTBOX" = "yes"; then
19728     cat >> confdefs.h <<\EOF
19729 #define wxUSE_LISTBOX 1
19730 EOF
19731
19732     USES_CONTROLS=1
19733 fi
19734
19735 if test "$wxUSE_LISTCTRL" = "yes"; then
19736     if test "$wxUSE_IMAGLIST" = "yes"; then
19737         cat >> confdefs.h <<\EOF
19738 #define wxUSE_LISTCTRL 1
19739 EOF
19740
19741         USES_CONTROLS=1
19742         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
19743     else
19744         echo "configure: warning: wxListCtrl requires wxImageList and won't be compiled without it" 1>&2
19745     fi
19746 fi
19747
19748 if test "$wxUSE_NOTEBOOK" = "yes"; then
19749     cat >> confdefs.h <<\EOF
19750 #define wxUSE_NOTEBOOK 1
19751 EOF
19752
19753     USES_CONTROLS=1
19754     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
19755 fi
19756
19757 if test "$wxUSE_PROPSHEET" = "yes"; then
19758     cat >> confdefs.h <<\EOF
19759 #define wxUSE_PROPSHEET 1
19760 EOF
19761
19762     USES_CONTROLS=1
19763     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS proplist"
19764 fi
19765
19766 if test "$wxUSE_RADIOBOX" = "yes"; then
19767     cat >> confdefs.h <<\EOF
19768 #define wxUSE_RADIOBOX 1
19769 EOF
19770
19771     USES_CONTROLS=1
19772 fi
19773
19774 if test "$wxUSE_RADIOBTN" = "yes"; then
19775     cat >> confdefs.h <<\EOF
19776 #define wxUSE_RADIOBTN 1
19777 EOF
19778
19779     USES_CONTROLS=1
19780 fi
19781
19782 if test "$wxUSE_SASH" = "yes"; then
19783     cat >> confdefs.h <<\EOF
19784 #define wxUSE_SASH 1
19785 EOF
19786
19787     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
19788 fi
19789
19790 if test "$wxUSE_SCROLLBAR" = "yes"; then
19791     cat >> confdefs.h <<\EOF
19792 #define wxUSE_SCROLLBAR 1
19793 EOF
19794
19795     USES_CONTROLS=1
19796     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub"
19797 fi
19798
19799 if test "$wxUSE_SLIDER" = "yes"; then
19800     cat >> confdefs.h <<\EOF
19801 #define wxUSE_SLIDER 1
19802 EOF
19803
19804     USES_CONTROLS=1
19805 fi
19806
19807 if test "$wxUSE_SPINBTN" = "yes"; then
19808     cat >> confdefs.h <<\EOF
19809 #define wxUSE_SPINBTN 1
19810 EOF
19811
19812     USES_CONTROLS=1
19813 fi
19814
19815 if test "$wxUSE_SPINCTRL" = "yes"; then
19816     cat >> confdefs.h <<\EOF
19817 #define wxUSE_SPINCTRL 1
19818 EOF
19819
19820     USES_CONTROLS=1
19821 fi
19822
19823 if test "$wxUSE_SPLITTER" = "yes"; then
19824     cat >> confdefs.h <<\EOF
19825 #define wxUSE_SPLITTER 1
19826 EOF
19827
19828     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
19829 fi
19830
19831 if test "$wxUSE_STATBMP" = "yes"; then
19832     cat >> confdefs.h <<\EOF
19833 #define wxUSE_STATBMP 1
19834 EOF
19835
19836     USES_CONTROLS=1
19837 fi
19838
19839 if test "$wxUSE_STATBOX" = "yes"; then
19840     cat >> confdefs.h <<\EOF
19841 #define wxUSE_STATBOX 1
19842 EOF
19843
19844     USES_CONTROLS=1
19845 fi
19846
19847 if test "$wxUSE_STATTEXT" = "yes"; then
19848     cat >> confdefs.h <<\EOF
19849 #define wxUSE_STATTEXT 1
19850 EOF
19851
19852     USES_CONTROLS=1
19853 fi
19854
19855 if test "$wxUSE_STATLINE" = "yes"; then
19856     if test "$wxUSE_WINE" = 1 ; then
19857         echo "configure: warning: wxStaticLine is not supported under WINE" 1>&2
19858     else
19859         cat >> confdefs.h <<\EOF
19860 #define wxUSE_STATLINE 1
19861 EOF
19862
19863         USES_CONTROLS=1
19864     fi
19865 fi
19866
19867 if test "$wxUSE_STATUSBAR" = "yes"; then
19868     cat >> confdefs.h <<\EOF
19869 #define wxUSE_STATUSBAR 1
19870 EOF
19871
19872     USES_CONTROLS=1
19873
19874     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
19875 fi
19876
19877 if test "$wxUSE_TABDIALOG" = "yes"; then
19878     cat >> confdefs.h <<\EOF
19879 #define wxUSE_TAB_DIALOG 1
19880 EOF
19881
19882     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS tab"
19883 fi
19884
19885 if test "$wxUSE_TEXTCTRL" = "yes"; then
19886     cat >> confdefs.h <<\EOF
19887 #define wxUSE_TEXTCTRL 1
19888 EOF
19889
19890     USES_CONTROLS=1
19891     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text"
19892 fi
19893
19894 if test "$wxUSE_TOGGLEBTN" = "yes"; then
19895     if test "$wxUSE_MAC" = 1; then
19896         echo "configure: warning: Toggle button not yet supported under Mac OS X... disabled" 1>&2
19897         wxUSE_TOGGLEBTN=no
19898     fi
19899     if test "$wxUSE_UNIVERSAL" = "yes"; then
19900         echo "configure: warning: Toggle button not yet supported under wxUniversal... disabled" 1>&2
19901         wxUSE_TOGGLEBTN=no
19902     fi
19903
19904     if test "$wxUSE_TOGGLEBTN" = "yes"; then
19905         cat >> confdefs.h <<\EOF
19906 #define wxUSE_TOGGLEBTN 1
19907 EOF
19908
19909         USES_CONTROLS=1
19910     fi
19911 fi
19912
19913 if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
19914     cat >> confdefs.h <<\EOF
19915 #define wxUSE_TOOLBAR_SIMPLE 1
19916 EOF
19917
19918     wxUSE_TOOLBAR="yes"
19919     USES_CONTROLS=1
19920 fi
19921
19922 if test "$wxUSE_TOOLBAR" = "yes"; then
19923     cat >> confdefs.h <<\EOF
19924 #define wxUSE_TOOLBAR 1
19925 EOF
19926
19927     USES_CONTROLS=1
19928
19929         if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
19930         wxUSE_TOOLBAR_NATIVE="yes"
19931     fi
19932
19933     if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
19934         cat >> confdefs.h <<\EOF
19935 #define wxUSE_TOOLBAR_NATIVE 1
19936 EOF
19937
19938         USES_CONTROLS=1
19939     fi
19940
19941     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
19942 fi
19943
19944 if test "$wxUSE_TOOLTIPS" = "yes"; then
19945     if test "$wxUSE_MOTIF" = 1; then
19946         echo "configure: warning: wxTooltip not supported yet under Motif... disabled" 1>&2
19947     else
19948         if test "$wxUSE_WINE" = 1; then
19949             echo "configure: warning: wxTooltip not supported under WINE... disabled" 1>&2
19950         else
19951             if test "$wxUSE_UNIVERSAL" = "yes"; then
19952                 echo "configure: warning: wxTooltip not supported yet in wxUniversal... disabled" 1>&2
19953             else
19954                 cat >> confdefs.h <<\EOF
19955 #define wxUSE_TOOLTIPS 1
19956 EOF
19957
19958             fi
19959         fi
19960     fi
19961 fi
19962
19963 if test "$wxUSE_TREECTRL" = "yes"; then
19964     if test "$wxUSE_IMAGLIST" = "yes"; then
19965         cat >> confdefs.h <<\EOF
19966 #define wxUSE_TREECTRL 1
19967 EOF
19968
19969         USES_CONTROLS=1
19970         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
19971     else
19972         echo "configure: warning: wxTreeCtrl requires wxImageList and won't be compiled without it" 1>&2
19973     fi
19974 fi
19975
19976 if test "$wxUSE_POPUPWIN" = "yes"; then
19977     if test "$wxUSE_MAC" = 1; then
19978         echo "configure: warning: Popup window not yet supported under Mac OS X... disabled" 1>&2
19979     else
19980         if test "$wxUSE_MOTIF" = 1; then
19981             echo "configure: warning: wxPopupWindow not yet supported under Motif... disabled" 1>&2
19982         else
19983             if test "$wxUSE_PM" = 1; then
19984                 echo "configure: warning: wxPopupWindow not yet supported under PM... disabled" 1>&2
19985             else 
19986                 cat >> confdefs.h <<\EOF
19987 #define wxUSE_POPUPWIN 1
19988 EOF
19989
19990
19991                 USES_CONTROLS=1
19992             fi
19993         fi
19994     fi
19995 fi
19996
19997 if test "$wxUSE_TIPWINDOW" = "yes"; then
19998     if test "$wxUSE_PM" = 1; then
19999         echo "configure: warning: wxTipWindow not yet supported under PM... disabled" 1>&2
20000     else 
20001         cat >> confdefs.h <<\EOF
20002 #define wxUSE_TIPWINDOW 1
20003 EOF
20004
20005     fi
20006 fi
20007
20008 if test "$USES_CONTROLS" = 1; then
20009     cat >> confdefs.h <<\EOF
20010 #define wxUSE_CONTROLS 1
20011 EOF
20012
20013 fi
20014
20015
20016 if test "$wxUSE_TREELAYOUT" = "yes"; then
20017     cat >> confdefs.h <<\EOF
20018 #define wxUSE_TREELAYOUT 1
20019 EOF
20020
20021     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treelay"
20022 fi
20023
20024 if test "$wxUSE_DRAGIMAGE" = "yes"; then
20025     cat >> confdefs.h <<\EOF
20026 #define wxUSE_DRAGIMAGE 1
20027 EOF
20028
20029     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag"
20030 fi
20031
20032 if test "$wxUSE_MENUS" = "yes"; then
20033     cat >> confdefs.h <<\EOF
20034 #define wxUSE_MENUS 1
20035 EOF
20036
20037     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu"
20038 fi
20039
20040 if test "$wxUSE_METAFILE" = "yes"; then
20041     cat >> confdefs.h <<\EOF
20042 #define wxUSE_METAFILE 1
20043 EOF
20044
20045 fi
20046
20047 if test "$wxUSE_MIMETYPE" = "yes"; then
20048     cat >> confdefs.h <<\EOF
20049 #define wxUSE_MIMETYPE 1
20050 EOF
20051
20052 fi
20053
20054 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
20055     cat >> confdefs.h <<\EOF
20056 #define wxUSE_SYSTEM_OPTIONS 1
20057 EOF
20058
20059 fi
20060
20061 if test "$wxUSE_PROTOCOL" = "yes"; then
20062     if test "$wxUSE_SOCKETS" != "yes"; then
20063         echo "configure: warning: Protocol classes require sockets... disabled" 1>&2
20064         wxUSE_PROTOCOL=no
20065     fi
20066
20067     if test "$wxUSE_PROTOCOL" = "yes"; then
20068         cat >> confdefs.h <<\EOF
20069 #define wxUSE_PROTOCOL 1
20070 EOF
20071
20072
20073         if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
20074             cat >> confdefs.h <<\EOF
20075 #define wxUSE_PROTOCOL_HTTP 1
20076 EOF
20077
20078         fi
20079         if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
20080             cat >> confdefs.h <<\EOF
20081 #define wxUSE_PROTOCOL_FTP 1
20082 EOF
20083
20084         fi
20085         if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
20086             cat >> confdefs.h <<\EOF
20087 #define wxUSE_PROTOCOL_FILE 1
20088 EOF
20089
20090         fi
20091     fi
20092 fi
20093
20094 if test "$wxUSE_URL" = "yes"; then
20095     if test "$wxUSE_PROTOCOL" != "yes"; then
20096         echo "configure: warning: wxURL class requires wxProtocol... disabled" 1>&2
20097         wxUSE_URL=no
20098     fi
20099     if test "$wxUSE_URL" = "yes"; then
20100         cat >> confdefs.h <<\EOF
20101 #define wxUSE_URL 1
20102 EOF
20103
20104     fi
20105 fi
20106
20107 if test "$wxUSE_MINIFRAME" = "yes"; then
20108     cat >> confdefs.h <<\EOF
20109 #define wxUSE_MINIFRAME 1
20110 EOF
20111
20112     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram"
20113 fi
20114
20115 if test "$wxUSE_HTML" = "yes"; then
20116     cat >> confdefs.h <<\EOF
20117 #define wxUSE_HTML 1
20118 EOF
20119
20120     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html"
20121 fi
20122
20123 if test "$wxUSE_VALIDATORS" = "yes"; then
20124     cat >> confdefs.h <<\EOF
20125 #define wxUSE_VALIDATORS 1
20126 EOF
20127
20128     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
20129 fi
20130
20131 if test "$wxUSE_PALETTE" = "yes" ; then
20132   cat >> confdefs.h <<\EOF
20133 #define wxUSE_PALETTE 1
20134 EOF
20135
20136 fi
20137
20138 if test "$wxUSE_IMAGE" = "yes" ; then
20139   cat >> confdefs.h <<\EOF
20140 #define wxUSE_IMAGE 1
20141 EOF
20142
20143 fi
20144
20145 if test "$wxUSE_GIF" = "yes" ; then
20146   cat >> confdefs.h <<\EOF
20147 #define wxUSE_GIF 1
20148 EOF
20149
20150 fi
20151
20152 if test "$wxUSE_PCX" = "yes" ; then
20153   cat >> confdefs.h <<\EOF
20154 #define wxUSE_PCX 1
20155 EOF
20156
20157 fi
20158
20159 if test "$wxUSE_IFF" = "yes" ; then
20160   cat >> confdefs.h <<\EOF
20161 #define wxUSE_IFF 1
20162 EOF
20163
20164 fi
20165
20166 if test "$wxUSE_PNM" = "yes" ; then
20167   cat >> confdefs.h <<\EOF
20168 #define wxUSE_PNM 1
20169 EOF
20170
20171 fi
20172
20173 if test "$wxUSE_XPM" = "yes" ; then
20174   cat >> confdefs.h <<\EOF
20175 #define wxUSE_XPM 1
20176 EOF
20177
20178 fi
20179
20180 if test "$wxUSE_ICO_CUR" = "yes" ; then
20181   cat >> confdefs.h <<\EOF
20182 #define wxUSE_ICO_CUR 1
20183 EOF
20184
20185 fi
20186
20187 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
20188     LIBS=" -lunicows $LIBS"
20189 fi
20190
20191
20192 if test "$wxUSE_CHOICEDLG" = "yes"; then
20193     cat >> confdefs.h <<\EOF
20194 #define wxUSE_CHOICEDLG 1
20195 EOF
20196
20197 fi
20198
20199 if test "$wxUSE_COLOURDLG" = "yes"; then
20200     cat >> confdefs.h <<\EOF
20201 #define wxUSE_COLOURDLG 1
20202 EOF
20203
20204 fi
20205
20206 if test "$wxUSE_FILEDLG" = "yes"; then
20207     cat >> confdefs.h <<\EOF
20208 #define wxUSE_FILEDLG 1
20209 EOF
20210
20211 fi
20212
20213 if test "$wxUSE_FINDREPLDLG" = "yes"; then
20214     cat >> confdefs.h <<\EOF
20215 #define wxUSE_FINDREPLDLG 1
20216 EOF
20217
20218 fi
20219
20220 if test "$wxUSE_FONTDLG" = "yes"; then
20221     cat >> confdefs.h <<\EOF
20222 #define wxUSE_FONTDLG 1
20223 EOF
20224
20225 fi
20226
20227 if test "$wxUSE_DIRDLG" = "yes"; then
20228     if test "$wxUSE_TREECTRL" != "yes"; then
20229         echo "configure: warning: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" 1>&2
20230     else
20231         cat >> confdefs.h <<\EOF
20232 #define wxUSE_DIRDLG 1
20233 EOF
20234
20235     fi
20236 fi
20237
20238 if test "$wxUSE_MSGDLG" = "yes"; then
20239     cat >> confdefs.h <<\EOF
20240 #define wxUSE_MSGDLG 1
20241 EOF
20242
20243 fi
20244
20245 if test "$wxUSE_NUMBERDLG" = "yes"; then
20246     cat >> confdefs.h <<\EOF
20247 #define wxUSE_NUMBERDLG 1
20248 EOF
20249
20250 fi
20251
20252 if test "$wxUSE_PROGRESSDLG" = "yes"; then
20253     if test "$wxUSE_CONSTRAINTS" != "yes"; then
20254        echo "configure: warning: wxProgressDialog requires constraints so it won't be compiled without them" 1>&2
20255     else
20256         cat >> confdefs.h <<\EOF
20257 #define wxUSE_PROGRESSDLG 1
20258 EOF
20259
20260     fi
20261 fi
20262
20263 if test "$wxUSE_SPLASH" = "yes"; then
20264     cat >> confdefs.h <<\EOF
20265 #define wxUSE_SPLASH 1
20266 EOF
20267
20268 fi
20269
20270 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
20271     if test "$wxUSE_CONSTRAINTS" != "yes"; then
20272        echo "configure: warning: Startup tips requires constraints and won't be compiled without them" 1>&2
20273     else
20274         cat >> confdefs.h <<\EOF
20275 #define wxUSE_STARTUP_TIPS 1
20276 EOF
20277
20278     fi
20279 fi
20280
20281 if test "$wxUSE_TEXTDLG" = "yes"; then
20282     cat >> confdefs.h <<\EOF
20283 #define wxUSE_TEXTDLG 1
20284 EOF
20285
20286 fi
20287
20288 if test "$wxUSE_WIZARDDLG" = "yes"; then
20289     cat >> confdefs.h <<\EOF
20290 #define wxUSE_WIZARDDLG 1
20291 EOF
20292
20293     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard"
20294 fi
20295
20296
20297 if test "$cross_compiling" = "yes"; then
20298         OSINFO="\"$host\""
20299 else
20300         OSINFO=`uname -s -r -m`
20301     OSINFO="\"$OSINFO\""
20302 fi
20303
20304 cat >> confdefs.h <<EOF
20305 #define WXWIN_OS_DESCRIPTION $OSINFO
20306 EOF
20307
20308
20309
20310 if test "x$prefix" != "xNONE"; then
20311     wxPREFIX=$prefix
20312 else
20313     wxPREFIX=$ac_default_prefix
20314 fi
20315
20316 cat >> confdefs.h <<EOF
20317 #define wxINSTALL_PREFIX "$wxPREFIX"
20318 EOF
20319
20320
20321
20322
20323
20324 if test "$wxUSE_MAC" = 1 ; then
20325     LDFLAGS="$LDFLAGS -framework Carbon -framework System"
20326 fi
20327
20328
20329 LIBS="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $THREADS_LINK $DL_LINK -lm $LIBS"
20330
20331 if test "$wxUSE_GUI" = "yes"; then
20332
20333     LIBS="$GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $LIBS"
20334
20335         
20336             SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS controls dialogs \
20337                      drawing dynamic erase event exec font image \
20338                      minimal richedit rotate widgets"
20339
20340         CPPFLAGS="$CPPFLAGS \$(EXTRADEFS) \$(APPEXTRADEFS)"
20341 else
20342     SAMPLES_SUBDIRS="console"
20343 fi
20344
20345
20346 INCLUDES="-I\${top_builddir}/lib/wx/include/${TOOLCHAIN_NAME} -I\${top_srcdir}/include \
20347 $REGEX_INCLUDE $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE $TOOLKIT_INCLUDE"
20348
20349 if test "$wxUSE_GTK" = 1; then
20350     WXCONFIG_INCLUDE=
20351 else
20352     WXCONFIG_INCLUDE="$TOOLKIT_INCLUDE"
20353 fi
20354
20355 if test "$GXX" = yes ; then
20356         CXXWARNINGS="-Wall"
20357         
20358             if test "$wxUSE_NO_DEPS" = "no" ; then
20359         CFLAGS="-MMD $CFLAGS"
20360         CXXFLAGS="-MMD $CXXFLAGS"
20361     fi
20362 fi
20363
20364 EXTRA_CFLAGS="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE $INCLUDES"
20365
20366 CFLAGS=`echo $CFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \\+/ /g'`
20367 CXXFLAGS=`echo $CXXFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \+/ /g'`
20368
20369 LDFLAGS="$LDFLAGS$PROFILE"
20370
20371 SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
20372
20373
20374
20375
20376
20377
20378
20379
20380
20381
20382
20383
20384
20385
20386
20387
20388
20389
20390
20391
20392
20393
20394
20395
20396
20397
20398
20399
20400
20401
20402
20403
20404
20405
20406
20407
20408
20409
20410
20411
20412
20413
20414
20415
20416
20417
20418
20419
20420
20421
20422
20423
20424
20425
20426
20427
20428
20429
20430
20431
20432
20433
20434
20435
20436
20437
20438
20439
20440
20441
20442
20443
20444
20445
20446
20447
20448
20449
20450
20451
20452
20453
20454
20455
20456
20457
20458
20459
20460 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
20461 echo "configure:20462: checking whether ${MAKE-make} sets \${MAKE}" >&5
20462 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
20463 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
20464   echo $ac_n "(cached) $ac_c" 1>&6
20465 else
20466   cat > conftestmake <<\EOF
20467 all:
20468         @echo 'ac_maketemp="${MAKE}"'
20469 EOF
20470 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
20471 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
20472 if test -n "$ac_maketemp"; then
20473   eval ac_cv_prog_make_${ac_make}_set=yes
20474 else
20475   eval ac_cv_prog_make_${ac_make}_set=no
20476 fi
20477 rm -f conftestmake
20478 fi
20479 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
20480   echo "$ac_t""yes" 1>&6
20481   SET_MAKE=
20482 else
20483   echo "$ac_t""no" 1>&6
20484   SET_MAKE="MAKE=${MAKE-make}"
20485 fi
20486
20487
20488 if test -f lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h; then
20489     mv -f lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h setup.h
20490 fi
20491
20492
20493
20494 if test "$wxUSE_GUI" = "yes"; then
20495             wx_cv_path_samplesubdirs=$SAMPLES_SUBDIRS
20496     wx_cv_if_gnu_make=$IF_GNU_MAKE
20497     wx_cv_path_ifs=$PATH_IFS
20498     wx_cv_program_ext=$PROGRAM_EXT
20499     wx_cv_target_library=$WX_TARGET_LIBRARY
20500     wx_cv_target_library_gl=$WX_TARGET_LIBRARY_GL
20501     wx_cv_target_libtype=$WX_TARGET_LIBRARY_TYPE
20502             export wx_cv_path_samplesubdirs wx_cv_if_gnu_make \
20503            wx_cv_path_ifs wx_cv_program_ext \
20504            wx_cv_target_library wx_cv_target_library_gl wx_cv_target_libtype
20505     subdirs="demos samples utils contrib"
20506
20507 fi
20508
20509 trap '' 1 2 15
20510 cat > confcache <<\EOF
20511 # This file is a shell script that caches the results of configure
20512 # tests run on this system so they can be shared between configure
20513 # scripts and configure runs.  It is not useful on other systems.
20514 # If it contains results you don't want to keep, you may remove or edit it.
20515 #
20516 # By default, configure uses ./config.cache as the cache file,
20517 # creating it if it does not exist already.  You can give configure
20518 # the --cache-file=FILE option to use a different cache file; that is
20519 # what configure does when it calls configure scripts in
20520 # subdirectories, so they share the cache.
20521 # Giving --cache-file=/dev/null disables caching, for debugging configure.
20522 # config.status only pays attention to the cache file if you give it the
20523 # --recheck option to rerun configure.
20524 #
20525 EOF
20526 # The following way of writing the cache mishandles newlines in values,
20527 # but we know of no workaround that is simple, portable, and efficient.
20528 # So, don't put newlines in cache variables' values.
20529 # Ultrix sh set writes to stderr and can't be redirected directly,
20530 # and sets the high bit in the cache file unless we assign to the vars.
20531 (set) 2>&1 |
20532   case `(ac_space=' '; set | grep ac_space) 2>&1` in
20533   *ac_space=\ *)
20534     # `set' does not quote correctly, so add quotes (double-quote substitution
20535     # turns \\\\ into \\, and sed turns \\ into \).
20536     sed -n \
20537       -e "s/'/'\\\\''/g" \
20538       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
20539     ;;
20540   *)
20541     # `set' quotes correctly as required by POSIX, so do not add quotes.
20542     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
20543     ;;
20544   esac >> confcache
20545 if cmp -s $cache_file confcache; then
20546   :
20547 else
20548   if test -w $cache_file; then
20549     echo "updating cache $cache_file"
20550     cat confcache > $cache_file
20551   else
20552     echo "not updating unwritable cache $cache_file"
20553   fi
20554 fi
20555 rm -f confcache
20556
20557 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
20558
20559 test "x$prefix" = xNONE && prefix=$ac_default_prefix
20560 # Let make expand exec_prefix.
20561 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
20562
20563 # Any assignment to VPATH causes Sun make to only execute
20564 # the first set of double-colon rules, so remove it if not needed.
20565 # If there is a colon in the path, we need to keep it.
20566 if test "x$srcdir" = x.; then
20567   ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
20568 fi
20569
20570 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
20571
20572 DEFS=-DHAVE_CONFIG_H
20573
20574 # Without the "./", some shells look in PATH for config.status.
20575 : ${CONFIG_STATUS=./config.status}
20576
20577 echo creating $CONFIG_STATUS
20578 rm -f $CONFIG_STATUS
20579 cat > $CONFIG_STATUS <<EOF
20580 #! /bin/sh
20581 # Generated automatically by configure.
20582 # Run this file to recreate the current configuration.
20583 # This directory was configured as follows,
20584 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
20585 #
20586 # $0 $ac_configure_args
20587 #
20588 # Compiler output produced by configure, useful for debugging
20589 # configure, is in ./config.log if it exists.
20590
20591 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
20592 for ac_option
20593 do
20594   case "\$ac_option" in
20595   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
20596     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
20597     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
20598   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
20599     echo "$CONFIG_STATUS generated by autoconf version 2.13"
20600     exit 0 ;;
20601   -help | --help | --hel | --he | --h)
20602     echo "\$ac_cs_usage"; exit 0 ;;
20603   *) echo "\$ac_cs_usage"; exit 1 ;;
20604   esac
20605 done
20606
20607 ac_given_srcdir=$srcdir
20608 ac_given_INSTALL="$INSTALL"
20609
20610 trap 'rm -fr `echo "
20611             wx-config
20612             src/make.env
20613             src/makeprog.env
20614             src/makelib.env
20615             Makefile
20616            setup.h:setup.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
20617 EOF
20618 cat >> $CONFIG_STATUS <<EOF
20619
20620 # Protect against being on the right side of a sed subst in config.status.
20621 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
20622  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
20623 $ac_vpsub
20624 $extrasub
20625 s%@SHELL@%$SHELL%g
20626 s%@CFLAGS@%$CFLAGS%g
20627 s%@CPPFLAGS@%$CPPFLAGS%g
20628 s%@CXXFLAGS@%$CXXFLAGS%g
20629 s%@FFLAGS@%$FFLAGS%g
20630 s%@DEFS@%$DEFS%g
20631 s%@LDFLAGS@%$LDFLAGS%g
20632 s%@LIBS@%$LIBS%g
20633 s%@exec_prefix@%$exec_prefix%g
20634 s%@prefix@%$prefix%g
20635 s%@program_transform_name@%$program_transform_name%g
20636 s%@bindir@%$bindir%g
20637 s%@sbindir@%$sbindir%g
20638 s%@libexecdir@%$libexecdir%g
20639 s%@datadir@%$datadir%g
20640 s%@sysconfdir@%$sysconfdir%g
20641 s%@sharedstatedir@%$sharedstatedir%g
20642 s%@localstatedir@%$localstatedir%g
20643 s%@libdir@%$libdir%g
20644 s%@includedir@%$includedir%g
20645 s%@oldincludedir@%$oldincludedir%g
20646 s%@infodir@%$infodir%g
20647 s%@mandir@%$mandir%g
20648 s%@host@%$host%g
20649 s%@host_alias@%$host_alias%g
20650 s%@host_cpu@%$host_cpu%g
20651 s%@host_vendor@%$host_vendor%g
20652 s%@host_os@%$host_os%g
20653 s%@target@%$target%g
20654 s%@target_alias@%$target_alias%g
20655 s%@target_cpu@%$target_cpu%g
20656 s%@target_vendor@%$target_vendor%g
20657 s%@target_os@%$target_os%g
20658 s%@build@%$build%g
20659 s%@build_alias@%$build_alias%g
20660 s%@build_cpu@%$build_cpu%g
20661 s%@build_vendor@%$build_vendor%g
20662 s%@build_os@%$build_os%g
20663 s%@CC@%$CC%g
20664 s%@CPP@%$CPP%g
20665 s%@CXX@%$CXX%g
20666 s%@RANLIB@%$RANLIB%g
20667 s%@AR@%$AR%g
20668 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
20669 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
20670 s%@INSTALL_DATA@%$INSTALL_DATA%g
20671 s%@STRIP@%$STRIP%g
20672 s%@IF_GNU_MAKE@%$IF_GNU_MAKE%g
20673 s%@YACC@%$YACC%g
20674 s%@LEX@%$LEX%g
20675 s%@LEXLIB@%$LEXLIB%g
20676 s%@LN_S@%$LN_S%g
20677 s%@PKG_CONFIG@%$PKG_CONFIG%g
20678 s%@GTK_CFLAGS@%$GTK_CFLAGS%g
20679 s%@GTK_LIBS@%$GTK_LIBS%g
20680 s%@GTK_CONFIG@%$GTK_CONFIG%g
20681 s%@X_CFLAGS@%$X_CFLAGS%g
20682 s%@X_PRE_LIBS@%$X_PRE_LIBS%g
20683 s%@X_LIBS@%$X_LIBS%g
20684 s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
20685 s%@RESCOMP@%$RESCOMP%g
20686 s%@DEREZ@%$DEREZ%g
20687 s%@CXXCPP@%$CXXCPP%g
20688 s%@LIBICONV@%$LIBICONV%g
20689 s%@LEX_STEM@%$LEX_STEM%g
20690 s%@PATH_IFS@%$PATH_IFS%g
20691 s%@WX_MAJOR_VERSION_NUMBER@%$WX_MAJOR_VERSION_NUMBER%g
20692 s%@WX_MINOR_VERSION_NUMBER@%$WX_MINOR_VERSION_NUMBER%g
20693 s%@WX_RELEASE_NUMBER@%$WX_RELEASE_NUMBER%g
20694 s%@WX_LIBRARY_NAME_STATIC@%$WX_LIBRARY_NAME_STATIC%g
20695 s%@WX_LIBRARY_NAME_SHARED@%$WX_LIBRARY_NAME_SHARED%g
20696 s%@WX_LIBRARY_IMPORTLIB@%$WX_LIBRARY_IMPORTLIB%g
20697 s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g
20698 s%@WX_LIBRARY_LINK1@%$WX_LIBRARY_LINK1%g
20699 s%@WX_LIBRARY_LINK2@%$WX_LIBRARY_LINK2%g
20700 s%@PROGRAM_EXT@%$PROGRAM_EXT%g
20701 s%@WX_LIBRARY_NAME_STATIC_GL@%$WX_LIBRARY_NAME_STATIC_GL%g
20702 s%@WX_LIBRARY_NAME_SHARED_GL@%$WX_LIBRARY_NAME_SHARED_GL%g
20703 s%@WX_TARGET_LIBRARY_GL@%$WX_TARGET_LIBRARY_GL%g
20704 s%@WX_LIBRARY_LINK1_GL@%$WX_LIBRARY_LINK1_GL%g
20705 s%@WX_LIBRARY_LINK2_GL@%$WX_LIBRARY_LINK2_GL%g
20706 s%@WX_ALL@%$WX_ALL%g
20707 s%@WX_ALL_INSTALLED@%$WX_ALL_INSTALLED%g
20708 s%@SHARED_LD@%$SHARED_LD%g
20709 s%@PIC_FLAG@%$PIC_FLAG%g
20710 s%@CODE_GEN_FLAGS@%$CODE_GEN_FLAGS%g
20711 s%@CODE_GEN_FLAGS_CXX@%$CODE_GEN_FLAGS_CXX%g
20712 s%@SONAME_FLAGS@%$SONAME_FLAGS%g
20713 s%@SONAME_FLAGS_GL@%$SONAME_FLAGS_GL%g
20714 s%@WX_TARGET_LIBRARY_SONAME@%$WX_TARGET_LIBRARY_SONAME%g
20715 s%@WX_TARGET_LIBRARY_TYPE@%$WX_TARGET_LIBRARY_TYPE%g
20716 s%@WXDEBUG_DEFINE@%$WXDEBUG_DEFINE%g
20717 s%@USE_GUI@%$USE_GUI%g
20718 s%@AFMINSTALL@%$AFMINSTALL%g
20719 s%@TOOLKIT@%$TOOLKIT%g
20720 s%@TOOLKIT_DIR@%$TOOLKIT_DIR%g
20721 s%@TOOLKIT_VPATH@%$TOOLKIT_VPATH%g
20722 s%@TOOLCHAIN_NAME@%$TOOLCHAIN_NAME%g
20723 s%@TOOLCHAIN_DEFS@%$TOOLCHAIN_DEFS%g
20724 s%@TOOLCHAIN_DLL_DEFS@%$TOOLCHAIN_DLL_DEFS%g
20725 s%@cross_compiling@%$cross_compiling%g
20726 s%@WXCONFIG_LIBS@%$WXCONFIG_LIBS%g
20727 s%@WXCONFIG_LIBS_GL@%$WXCONFIG_LIBS_GL%g
20728 s%@WXCONFIG_LIBS_STATIC@%$WXCONFIG_LIBS_STATIC%g
20729 s%@WXCONFIG_LIBS_STATIC_GL@%$WXCONFIG_LIBS_STATIC_GL%g
20730 s%@WXCONFIG_INCLUDE@%$WXCONFIG_INCLUDE%g
20731 s%@ALL_OBJECTS@%$ALL_OBJECTS%g
20732 s%@ALL_HEADERS@%$ALL_HEADERS%g
20733 s%@ALL_SOURCES@%$ALL_SOURCES%g
20734 s%@GUIDIST@%$GUIDIST%g
20735 s%@PORT_FILES@%$PORT_FILES%g
20736 s%@DISTDIR@%$DISTDIR%g
20737 s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g
20738 s%@LDFLAGS_GL@%$LDFLAGS_GL%g
20739 s%@OPENGL_LIBS@%$OPENGL_LIBS%g
20740 s%@DMALLOC_LIBS@%$DMALLOC_LIBS%g
20741 s%@EXTRADEFS@%$EXTRADEFS%g
20742 s%@RESFLAGS@%$RESFLAGS%g
20743 s%@RESPROGRAMOBJ@%$RESPROGRAMOBJ%g
20744 s%@WX_RESOURCES_MACOSX@%$WX_RESOURCES_MACOSX%g
20745 s%@WX_RESOURCES_MACOSX_COMPILED@%$WX_RESOURCES_MACOSX_COMPILED%g
20746 s%@MACOSX_BUNDLE@%$MACOSX_BUNDLE%g
20747 s%@LIBWXMACRES@%$LIBWXMACRES%g
20748 s%@LIBWXMACRESCOMP@%$LIBWXMACRESCOMP%g
20749 s%@LIBWXMACRESWXCONFIG@%$LIBWXMACRESWXCONFIG%g
20750 s%@DLLTOOL@%$DLLTOOL%g
20751 s%@AS@%$AS%g
20752 s%@NM@%$NM%g
20753 s%@LD@%$LD%g
20754 s%@MAKEINFO@%$MAKEINFO%g
20755 s%@INSTALL_LIBRARY@%$INSTALL_LIBRARY%g
20756 s%@SET_MAKE@%$SET_MAKE%g
20757 s%@subdirs@%$subdirs%g
20758
20759 CEOF
20760 EOF
20761
20762 cat >> $CONFIG_STATUS <<\EOF
20763
20764 # Split the substitutions into bite-sized pieces for seds with
20765 # small command number limits, like on Digital OSF/1 and HP-UX.
20766 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
20767 ac_file=1 # Number of current file.
20768 ac_beg=1 # First line for current file.
20769 ac_end=$ac_max_sed_cmds # Line after last line for current file.
20770 ac_more_lines=:
20771 ac_sed_cmds=""
20772 while $ac_more_lines; do
20773   if test $ac_beg -gt 1; then
20774     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
20775   else
20776     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
20777   fi
20778   if test ! -s conftest.s$ac_file; then
20779     ac_more_lines=false
20780     rm -f conftest.s$ac_file
20781   else
20782     if test -z "$ac_sed_cmds"; then
20783       ac_sed_cmds="sed -f conftest.s$ac_file"
20784     else
20785       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
20786     fi
20787     ac_file=`expr $ac_file + 1`
20788     ac_beg=$ac_end
20789     ac_end=`expr $ac_end + $ac_max_sed_cmds`
20790   fi
20791 done
20792 if test -z "$ac_sed_cmds"; then
20793   ac_sed_cmds=cat
20794 fi
20795 EOF
20796
20797 cat >> $CONFIG_STATUS <<EOF
20798
20799 CONFIG_FILES=\${CONFIG_FILES-"wx-config
20800             src/make.env
20801             src/makeprog.env
20802             src/makelib.env
20803             Makefile
20804           "}
20805 EOF
20806 cat >> $CONFIG_STATUS <<\EOF
20807 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
20808   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
20809   case "$ac_file" in
20810   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
20811        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
20812   *) ac_file_in="${ac_file}.in" ;;
20813   esac
20814
20815   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
20816
20817   # Remove last slash and all that follows it.  Not all systems have dirname.
20818   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
20819   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
20820     # The file is in a subdirectory.
20821     test ! -d "$ac_dir" && mkdir "$ac_dir"
20822     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
20823     # A "../" for each directory in $ac_dir_suffix.
20824     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
20825   else
20826     ac_dir_suffix= ac_dots=
20827   fi
20828
20829   case "$ac_given_srcdir" in
20830   .)  srcdir=.
20831       if test -z "$ac_dots"; then top_srcdir=.
20832       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
20833   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
20834   *) # Relative path.
20835     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
20836     top_srcdir="$ac_dots$ac_given_srcdir" ;;
20837   esac
20838
20839   case "$ac_given_INSTALL" in
20840   [/$]*) INSTALL="$ac_given_INSTALL" ;;
20841   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
20842   esac
20843
20844   echo creating "$ac_file"
20845   rm -f "$ac_file"
20846   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
20847   case "$ac_file" in
20848   *Makefile*) ac_comsub="1i\\
20849 # $configure_input" ;;
20850   *) ac_comsub= ;;
20851   esac
20852
20853   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
20854   sed -e "$ac_comsub
20855 s%@configure_input@%$configure_input%g
20856 s%@srcdir@%$srcdir%g
20857 s%@top_srcdir@%$top_srcdir%g
20858 s%@INSTALL@%$INSTALL%g
20859 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
20860 fi; done
20861 rm -f conftest.s*
20862
20863 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
20864 # NAME is the cpp macro being defined and VALUE is the value it is being given.
20865 #
20866 # ac_d sets the value in "#define NAME VALUE" lines.
20867 ac_dA='s%^\([   ]*\)#\([        ]*define[       ][      ]*\)'
20868 ac_dB='\([      ][      ]*\)[^  ]*%\1#\2'
20869 ac_dC='\3'
20870 ac_dD='%g'
20871 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
20872 ac_uA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
20873 ac_uB='\([      ]\)%\1#\2define\3'
20874 ac_uC=' '
20875 ac_uD='\4%g'
20876 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
20877 ac_eA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
20878 ac_eB='$%\1#\2define\3'
20879 ac_eC=' '
20880 ac_eD='%g'
20881
20882 if test "${CONFIG_HEADERS+set}" != set; then
20883 EOF
20884 cat >> $CONFIG_STATUS <<EOF
20885   CONFIG_HEADERS="setup.h:setup.h.in"
20886 EOF
20887 cat >> $CONFIG_STATUS <<\EOF
20888 fi
20889 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
20890   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
20891   case "$ac_file" in
20892   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
20893        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
20894   *) ac_file_in="${ac_file}.in" ;;
20895   esac
20896
20897   echo creating $ac_file
20898
20899   rm -f conftest.frag conftest.in conftest.out
20900   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
20901   cat $ac_file_inputs > conftest.in
20902
20903 EOF
20904
20905 # Transform confdefs.h into a sed script conftest.vals that substitutes
20906 # the proper values into config.h.in to produce config.h.  And first:
20907 # Protect against being on the right side of a sed subst in config.status.
20908 # Protect against being in an unquoted here document in config.status.
20909 rm -f conftest.vals
20910 cat > conftest.hdr <<\EOF
20911 s/[\\&%]/\\&/g
20912 s%[\\$`]%\\&%g
20913 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
20914 s%ac_d%ac_u%gp
20915 s%ac_u%ac_e%gp
20916 EOF
20917 sed -n -f conftest.hdr confdefs.h > conftest.vals
20918 rm -f conftest.hdr
20919
20920 # This sed command replaces #undef with comments.  This is necessary, for
20921 # example, in the case of _POSIX_SOURCE, which is predefined and required
20922 # on some systems where configure will not decide to define it.
20923 cat >> conftest.vals <<\EOF
20924 s%^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
20925 EOF
20926
20927 # Break up conftest.vals because some shells have a limit on
20928 # the size of here documents, and old seds have small limits too.
20929
20930 rm -f conftest.tail
20931 while :
20932 do
20933   ac_lines=`grep -c . conftest.vals`
20934   # grep -c gives empty output for an empty file on some AIX systems.
20935   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
20936   # Write a limited-size here document to conftest.frag.
20937   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
20938   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
20939   echo 'CEOF
20940   sed -f conftest.frag conftest.in > conftest.out
20941   rm -f conftest.in
20942   mv conftest.out conftest.in
20943 ' >> $CONFIG_STATUS
20944   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
20945   rm -f conftest.vals
20946   mv conftest.tail conftest.vals
20947 done
20948 rm -f conftest.vals
20949
20950 cat >> $CONFIG_STATUS <<\EOF
20951   rm -f conftest.frag conftest.h
20952   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
20953   cat conftest.in >> conftest.h
20954   rm -f conftest.in
20955   if cmp -s $ac_file conftest.h 2>/dev/null; then
20956     echo "$ac_file is unchanged"
20957     rm -f conftest.h
20958   else
20959     # Remove last slash and all that follows it.  Not all systems have dirname.
20960       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
20961       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
20962       # The file is in a subdirectory.
20963       test ! -d "$ac_dir" && mkdir "$ac_dir"
20964     fi
20965     rm -f $ac_file
20966     mv conftest.h $ac_file
20967   fi
20968 fi; done
20969
20970 EOF
20971 cat >> $CONFIG_STATUS <<EOF
20972
20973             TOOLCHAIN_NAME="${TOOLCHAIN_NAME}"
20974             LN_S="${LN_S}"
20975           
20976          
20977 EOF
20978 cat >> $CONFIG_STATUS <<\EOF
20979
20980                                                                                                 if test ! -h wx-config; then
20981                 chmod +x wx-config
20982                 mv wx-config wx${TOOLCHAIN_NAME}-config
20983                 ${LN_S} wx${TOOLCHAIN_NAME}-config wx-config
20984             fi
20985
20986             if test ! -d lib; then
20987               mkdir lib
20988             fi
20989             if test ! -d lib/wx; then
20990               mkdir lib/wx
20991             fi
20992             if test ! -d lib/wx/include; then
20993               mkdir lib/wx/include
20994             fi
20995             if test ! -d lib/wx/include/${TOOLCHAIN_NAME}; then
20996               mkdir lib/wx/include/${TOOLCHAIN_NAME}
20997             fi
20998             if test ! -d lib/wx/include/${TOOLCHAIN_NAME}/wx; then
20999               mkdir lib/wx/include/${TOOLCHAIN_NAME}/wx
21000             fi
21001             if test -f setup.h; then
21002               mv -f setup.h lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h
21003             fi
21004           
21005 exit 0
21006 EOF
21007 chmod +x $CONFIG_STATUS
21008 rm -fr confdefs* $ac_clean_files
21009 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
21010
21011 if test "$no_recursion" != yes; then
21012
21013   # Remove --cache-file and --srcdir arguments so they do not pile up.
21014   ac_sub_configure_args=
21015   ac_prev=
21016   for ac_arg in $ac_configure_args; do
21017     if test -n "$ac_prev"; then
21018       ac_prev=
21019       continue
21020     fi
21021     case "$ac_arg" in
21022     -cache-file | --cache-file | --cache-fil | --cache-fi \
21023     | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
21024       ac_prev=cache_file ;;
21025     -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
21026     | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
21027       ;;
21028     -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
21029       ac_prev=srcdir ;;
21030     -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
21031       ;;
21032     *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
21033     esac
21034   done
21035
21036   for ac_config_dir in demos samples utils contrib; do
21037
21038     # Do not complain, so a configure script can configure whichever
21039     # parts of a large source tree are present.
21040     if test ! -d $srcdir/$ac_config_dir; then
21041       continue
21042     fi
21043
21044     echo configuring in $ac_config_dir
21045
21046     case "$srcdir" in
21047     .) ;;
21048     *)
21049       if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
21050       else
21051         { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
21052       fi
21053       ;;
21054     esac
21055
21056     ac_popdir=`pwd`
21057     cd $ac_config_dir
21058
21059       # A "../" for each directory in /$ac_config_dir.
21060       ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
21061
21062     case "$srcdir" in
21063     .) # No --srcdir option.  We are building in place.
21064       ac_sub_srcdir=$srcdir ;;
21065     /*) # Absolute path.
21066       ac_sub_srcdir=$srcdir/$ac_config_dir ;;
21067     *) # Relative path.
21068       ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
21069     esac
21070
21071     # Check for guested configure; otherwise get Cygnus style configure.
21072     if test -f $ac_sub_srcdir/configure; then
21073       ac_sub_configure=$ac_sub_srcdir/configure
21074     elif test -f $ac_sub_srcdir/configure.in; then
21075       ac_sub_configure=$ac_configure
21076     else
21077       echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
21078       ac_sub_configure=
21079     fi
21080
21081     # The recursion is here.
21082     if test -n "$ac_sub_configure"; then
21083
21084       # Make the cache file name correct relative to the subdirectory.
21085       case "$cache_file" in
21086       /*) ac_sub_cache_file=$cache_file ;;
21087       *) # Relative path.
21088         ac_sub_cache_file="$ac_dots$cache_file" ;;
21089       esac
21090   case "$ac_given_INSTALL" in
21091         [/$]*) INSTALL="$ac_given_INSTALL" ;;
21092         *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
21093         esac
21094
21095       echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
21096       # The eval makes quoting arguments work.
21097       if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
21098       then :
21099       else
21100         { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }
21101       fi
21102     fi
21103
21104     cd $ac_popdir
21105   done
21106 fi
21107
21108