Added wxTreebook:
[wxWidgets.git] / configure.in
1 dnl Process this file with autoconf to produce a configure script.
2 AC_REVISION($Id$)dnl
3
4 AC_PREREQ(2.58)
5
6 dnl ---------------------------------------------------------------------------
7 dnl
8 dnl Top-level configure.in for wxWidgets by Robert Roebling, Phil Blecker,
9 dnl Vadim Zeitlin and Ron Lee
10 dnl
11 dnl This script is under the wxWidgets licence.
12 dnl
13 dnl Version: $Id$
14 dnl ---------------------------------------------------------------------------
15
16 dnl ---------------------------------------------------------------------------
17 dnl initialization
18 dnl ---------------------------------------------------------------------------
19
20 AC_INIT([wxWidgets], [2.7.0], [wx-dev@lists.wxwidgets.org])
21
22 dnl the file passed to AC_CONFIG_SRCDIR should be specific to our package
23 AC_CONFIG_SRCDIR([wx-config.in])
24
25 dnl sets build, host, target variables and the same with _alias
26 AC_CANONICAL_BUILD
27 AC_CANONICAL_HOST
28 AC_CANONICAL_TARGET
29
30
31 dnl When making releases do:
32 dnl
33 dnl wx_release_number += 1
34
35 wx_major_version_number=2
36 wx_minor_version_number=7
37 wx_release_number=0
38 wx_subrelease_number=0
39
40 WX_RELEASE=$wx_major_version_number.$wx_minor_version_number
41 WX_VERSION=$WX_RELEASE.$wx_release_number
42 WX_SUBVERSION=$WX_VERSION.$wx_subrelease_number
43
44 WX_MSW_VERSION=$wx_major_version_number$wx_minor_version_number$wx_release_number
45
46
47
48 dnl ------------------------------------------------------------------------
49 dnl Check platform (host system)
50 dnl ------------------------------------------------------------------------
51
52 dnl OS (assume Unix)
53 USE_UNIX=1
54 USE_OS2=0
55 USE_WIN32=0
56 USE_DOS=0
57 USE_BEOS=0
58 USE_MAC=0
59
60 dnl Unix kind
61 USE_AIX=
62 USE_BSD=                            dnl any BSD
63 USE_DARWIN=                         dnl a.k.a. Mac OS X
64 USE_FREEBSD=
65 USE_GNU=                            dnl GNU/Hurd
66 USE_HPUX=
67 USE_LINUX=
68 USE_NETBSD=
69 USE_OPENBSD=
70 USE_OSF=                            dnl OSF/1 (obsolete?)
71 USE_SGI=
72 USE_SOLARIS=                        dnl Solaris ("SunOS" >= 5)
73 USE_SUN=                            dnl SunOS or Solaris
74 USE_SUNOS=                          dnl old/real SunOS (obsolete)
75 USE_SVR4=                           dnl SysV R4
76 USE_SYSV=                           dnl any System V
77 USE_VMS=
78 USE_ULTRIX=
79 USE_UNIXWARE=
80
81 dnl hardware platform
82 USE_ALPHA=
83
84 dnl on some platforms xxx_r() functions are declared inside "#ifdef
85 dnl _REENTRANT" and it's easier to just define this symbol for these platforms
86 dnl than checking it during run-time
87 NEEDS_D_REENTRANT_FOR_R_FUNCS=0
88
89 dnl the list of all available toolkits
90 dnl
91 dnl update NUM_TOOLKITS calculation below when adding a new toolkit here!
92 ALL_TOOLKITS="COCOA GTK MAC MGL MICROWIN MOTIF MSW PM X11"
93
94 dnl NB: these wxUSE_XXX constants have value of 0 or 1 unlike all the other ones
95 dnl     which are either yes or no
96 DEFAULT_wxUSE_COCOA=0
97 DEFAULT_wxUSE_GTK=0
98 DEFAULT_wxUSE_MAC=0
99 DEFAULT_wxUSE_MGL=0
100 DEFAULT_wxUSE_MICROWIN=0
101 DEFAULT_wxUSE_MOTIF=0
102 DEFAULT_wxUSE_MSW=0
103 DEFAULT_wxUSE_PM=0
104 DEFAULT_wxUSE_X11=0
105
106 dnl these are the values which are really default for the given platform -
107 dnl they're not cached and are only used if no --with-toolkit was given *and*
108 dnl nothing was found in the cache
109 DEFAULT_DEFAULT_wxUSE_COCOA=0
110 DEFAULT_DEFAULT_wxUSE_GTK=0
111 DEFAULT_DEFAULT_wxUSE_MAC=0
112 DEFAULT_DEFAULT_wxUSE_MGL=0
113 DEFAULT_DEFAULT_wxUSE_MICROWIN=0
114 DEFAULT_DEFAULT_wxUSE_MOTIF=0
115 DEFAULT_DEFAULT_wxUSE_MSW=0
116 DEFAULT_DEFAULT_wxUSE_PM=0
117 DEFAULT_DEFAULT_wxUSE_X11=0
118
119 PROGRAM_EXT=
120 SO_SUFFIX=so
121 SAMPLES_RPATH_FLAG=
122 SAMPLES_RPATH_POSTLINK=
123
124 DEFAULT_STD_FLAG=yes
125
126 dnl to support a new system, you need to add its canonical name (as determined
127 dnl by config.sub or specified by the configure command line) to this "case"
128 dnl and also define the shared library flags below - search for
129 dnl SHARED_LIB_SETUP to find the exact place
130 case "${host}" in
131   *-hp-hpux* )
132     USE_HPUX=1
133     DEFAULT_DEFAULT_wxUSE_MOTIF=1
134     NEEDS_D_REENTRANT_FOR_R_FUNCS=1
135     SO_SUFFIX=sl
136     AC_DEFINE(__HPUX__)
137
138     dnl many standard declarations in HP-UX headers are only included if either
139     dnl _HPUX_SOURCE is defined, see stdsyms(5)
140     CPPFLAGS="$CPPFLAGS -D_HPUX_SOURCE"
141   ;;
142   *-*-linux* )
143     USE_LINUX=1
144     AC_DEFINE(__LINUX__)
145     TMP=`uname -m`
146     if test "x$TMP" = "xalpha"; then
147       USE_ALPHA=1
148       AC_DEFINE(__ALPHA__)
149     fi
150     DEFAULT_DEFAULT_wxUSE_GTK=1
151   ;;
152   *-*-gnu* | *-*-k*bsd*-gnu )
153     USE_GNU=1
154     TMP=`uname -m`
155     if test "x$TMP" = "xalpha"; then
156       USE_ALPHA=1
157       AC_DEFINE(__ALPHA__)
158     fi
159     DEFAULT_DEFAULT_wxUSE_GTK=1
160   ;;
161   *-*-irix5* | *-*-irix6* )
162     USE_SGI=1
163     USE_SVR4=1
164     AC_DEFINE(__SGI__)
165     AC_DEFINE(__SVR4__)
166     DEFAULT_DEFAULT_wxUSE_MOTIF=1
167   ;;
168   *-*-solaris2* )
169     USE_SUN=1
170     USE_SOLARIS=1
171     USE_SVR4=1
172     AC_DEFINE(__SUN__)
173     AC_DEFINE(__SOLARIS__)
174     AC_DEFINE(__SVR4__)
175     DEFAULT_DEFAULT_wxUSE_MOTIF=1
176     NEEDS_D_REENTRANT_FOR_R_FUNCS=1
177   ;;
178   *-*-sunos4* )
179     USE_SUN=1
180     USE_SUNOS=1
181     USE_BSD=1
182     AC_DEFINE(__SUN__)
183     AC_DEFINE(__SUNOS__)
184     AC_DEFINE(__BSD__)
185     DEFAULT_DEFAULT_wxUSE_MOTIF=1
186   ;;
187   *-*-freebsd*)
188     USE_BSD=1
189     USE_FREEBSD=1
190     AC_DEFINE(__FREEBSD__)
191     AC_DEFINE(__BSD__)
192     DEFAULT_DEFAULT_wxUSE_GTK=1
193   ;;
194   *-*-openbsd*)
195     USE_BSD=1
196     USE_OPENBSD=1
197     AC_DEFINE(__OPENBSD__)
198     AC_DEFINE(__BSD__)
199     DEFAULT_DEFAULT_wxUSE_GTK=1
200   ;;
201   *-*-netbsd*)
202     USE_BSD=1
203     USE_NETBSD=1
204     AC_DEFINE(__NETBSD__)
205     AC_DEFINE(__BSD__)
206     DEFAULT_DEFAULT_wxUSE_GTK=1
207   ;;
208   *-*-osf* )
209     USE_ALPHA=1
210     USE_OSF=1
211     AC_DEFINE(__ALPHA__)
212     AC_DEFINE(__OSF__)
213     DEFAULT_DEFAULT_wxUSE_MOTIF=1
214     NEEDS_D_REENTRANT_FOR_R_FUNCS=1
215   ;;
216   *-*-dgux5* )
217     USE_ALPHA=1
218     USE_SVR4=1
219     AC_DEFINE(__ALPHA__)
220     AC_DEFINE(__SVR4__)
221     DEFAULT_DEFAULT_wxUSE_MOTIF=1
222   ;;
223   *-*-sysv5* )
224     USE_SYSV=1
225     USE_SVR4=1
226     AC_DEFINE(__SYSV__)
227     AC_DEFINE(__SVR4__)
228     DEFAULT_DEFAULT_wxUSE_MOTIF=1
229   ;;
230   *-*-aix* )
231     USE_AIX=1
232     USE_SYSV=1
233     USE_SVR4=1
234     dnl quoting from http://www-1.ibm.com/servers/esdd/articles/gnu.html:
235     dnl
236     dnl     Both archive libraries and shared libraries on AIX have an .a
237     dnl     extension. This will explain why you can't link with an .so and
238     dnl     why it works with the name changed to .a.
239     SO_SUFFIX=a
240     AC_DEFINE(__AIX__)
241     AC_DEFINE(__SYSV__)
242     AC_DEFINE(__SVR4__)
243     DEFAULT_DEFAULT_wxUSE_MOTIF=1
244   ;;
245
246   *-*-*UnixWare*)
247     USE_SYSV=1
248     USE_SVR4=1
249     USE_UNIXWARE=1
250     AC_DEFINE(__UNIXWARE__)
251   ;;
252
253   *-*-cygwin* | *-*-mingw32* )
254     dnl MBN: some of the defines have been moved after toolkit detection
255     dnl      because for wxMotif/wxGTK/wxX11 to build on Cygwin
256     dnl      USE_UNIX  must be set and not USE_WIN32
257     SO_SUFFIX=dll
258     PROGRAM_EXT=".exe"
259     DEFAULT_DEFAULT_wxUSE_MSW=1
260     DEFAULT_STD_FLAG=no
261   ;;
262
263   *-pc-msdosdjgpp )
264     USE_UNIX=0
265     USE_DOS=1
266     AC_DEFINE(__DOS__)
267     PROGRAM_EXT=".exe"
268     DEFAULT_DEFAULT_wxUSE_MGL=1
269   ;;
270
271   *-pc-os2_emx | *-pc-os2-emx )
272     AC_DEFINE(__EMX__)
273     USE_OS2=1
274     AC_DEFINE(__OS2__)
275     PROGRAM_EXT=".exe"
276     DEFAULT_DEFAULT_wxUSE_PM=1
277     dnl "c++" wrapper is not always available, so always use plain gcc.
278     CXX=gcc
279     LDFLAGS="$LDFLAGS -Zcrtdll"
280     dnl
281     dnl Some special code that's automatically added by autoconf-2.57 for OS/2
282     dnl and hopefully also by autoconf-2.58 and newer on all other platforms.
283     dnl For now however, we still need it to make sure the configure script
284     dnl works on OS/2 no matter what platform it is generated on.
285     ac_executable_extensions=".exe"
286     export ac_executable_extensions
287     dnl This strange code is necessary to deal with handling of
288     dnl backslashes by ksh and pdksh's sh variant.
289     ac_save_IFS="$IFS"
290     IFS='\\'
291     ac_TEMP_PATH=
292     for ac_dir in $PATH; do
293       IFS=$ac_save_IFS
294       if test -z "$ac_TEMP_PATH"; then
295         ac_TEMP_PATH="$ac_dir"
296       else
297         ac_TEMP_PATH="$ac_TEMP_PATH/$ac_dir"
298       fi
299     done
300     export PATH="$ac_TEMP_PATH"
301     unset ac_TEMP_PATH
302     DEFAULT_STD_FLAG=no
303   ;;
304
305   *-*-darwin* )
306     dnl Darwin based distributions (including Mac OS X)
307     USE_BSD=1
308     USE_DARWIN=1
309     SO_SUFFIX=dylib
310     AC_DEFINE(__BSD__)
311     AC_DEFINE(__DARWIN__)
312     AC_DEFINE(TARGET_CARBON)
313     DEFAULT_DEFAULT_wxUSE_MAC=1
314     DEFAULT_STD_FLAG=no
315   ;;
316   powerpc-apple-macos* )
317     dnl Classic Mac OS (< X)
318     USE_UNIX=0
319     dnl For some reason the test that should be cross-compiler capable fails
320     dnl However, there is no doubt that MacOS PowerPC is big endian.
321     ac_cv_c_bigendian=yes
322     SO_SUFFIX=shlib
323     dnl AC_DEFINE(TARGET_CARBON)
324     dnl platform.h needs TARGET_CARBON before setup.h, we'll add it to CPPFLAGS
325     DEFAULT_DEFAULT_wxUSE_MAC=1
326     DEFAULT_STD_FLAG=no
327   ;;
328
329   *-*-beos* )
330     dnl leave USE_UNIX on - BeOS is sufficiently Unix-like for this
331     USE_BEOS=1
332     AC_DEFINE(__BEOS__)
333   ;;
334
335   *)
336     AC_MSG_ERROR(unknown system type ${host}.)
337 esac
338
339 dnl ---------------------------------------------------------------------------
340 dnl command line options for configure
341 dnl ---------------------------------------------------------------------------
342
343 dnl the default values for all options - we collect them all here to simplify
344 dnl modification of the default values (for example, if the defaults for some
345 dnl platform should be changed, it can be done here too)
346 dnl
347 dnl NB: see also DEFAULT_wxUSE<toolkit> variables defined above
348
349 WX_ARG_CACHE_INIT
350
351 dnl useful to test the compilation with minimum options, define as 0 for normal
352 dnl usage
353 DEBUG_CONFIGURE=0
354 if test $DEBUG_CONFIGURE = 1; then
355   DEFAULT_wxUSE_UNIVERSAL=no
356   DEFAULT_wxUSE_STL=no
357
358   DEFAULT_wxUSE_NANOX=no
359
360   DEFAULT_wxUSE_THREADS=yes
361
362   DEFAULT_wxUSE_SHARED=yes
363   DEFAULT_wxUSE_OPTIMISE=no
364   DEFAULT_wxUSE_PROFILE=no
365   DEFAULT_wxUSE_NO_DEPS=no
366   DEFAULT_wxUSE_NO_RTTI=no
367   DEFAULT_wxUSE_NO_EXCEPTIONS=no
368   DEFAULT_wxUSE_RPATH=yes
369   DEFAULT_wxUSE_PERMISSIVE=no
370   DEFAULT_wxUSE_DEBUG_FLAG=yes
371   DEFAULT_wxUSE_DEBUG_INFO=yes
372   DEFAULT_wxUSE_DEBUG_GDB=yes
373   DEFAULT_wxUSE_MEM_TRACING=no
374   DEFAULT_wxUSE_DEBUG_CONTEXT=no
375   DEFAULT_wxUSE_DMALLOC=no
376   DEFAULT_wxUSE_APPLE_IEEE=no
377
378   DEFAULT_wxUSE_EXCEPTIONS=no
379   DEFAULT_wxUSE_LOG=yes
380   DEFAULT_wxUSE_LOGWINDOW=no
381   DEFAULT_wxUSE_LOGGUI=no
382   DEFAULT_wxUSE_LOGDIALOG=no
383
384   DEFAULT_wxUSE_GUI=yes
385   DEFAULT_wxUSE_CONTROLS=no
386
387   DEFAULT_wxUSE_REGEX=no
388   DEFAULT_wxUSE_XML=no
389   DEFAULT_wxUSE_EXPAT=no
390   DEFAULT_wxUSE_ZLIB=no
391   DEFAULT_wxUSE_LIBPNG=no
392   DEFAULT_wxUSE_LIBJPEG=no
393   DEFAULT_wxUSE_LIBTIFF=no
394   DEFAULT_wxUSE_LIBXPM=no
395   DEFAULT_wxUSE_LIBMSPACK=no
396   DEFAULT_wxUSE_LIBSDL=no
397   DEFAULT_wxUSE_LIBGNOMEPRINT=no
398   DEFAULT_wxUSE_ODBC=no
399   DEFAULT_wxUSE_OPENGL=no
400
401   DEFAULT_wxUSE_ON_FATAL_EXCEPTION=no
402   DEFAULT_wxUSE_STACKWALKER=no
403   DEFAULT_wxUSE_DEBUGREPORT=no
404   DEFAULT_wxUSE_SNGLINST_CHECKER=no
405   DEFAULT_wxUSE_STD_IOSTREAM=no
406   DEFAULT_wxUSE_STD_STRING=no
407   DEFAULT_wxUSE_CMDLINE_PARSER=no
408   DEFAULT_wxUSE_DATETIME=no
409   DEFAULT_wxUSE_TIMER=no
410   DEFAULT_wxUSE_STOPWATCH=no
411   DEFAULT_wxUSE_FILE=no
412   DEFAULT_wxUSE_FFILE=no
413   DEFAULT_wxUSE_STDPATHS=no
414   DEFAULT_wxUSE_TEXTBUFFER=no
415   DEFAULT_wxUSE_TEXTFILE=no
416   DEFAULT_wxUSE_SOUND=no
417   DEFAULT_wxUSE_MEDIACTRL=no  
418   DEFAULT_wxUSE_INTL=no
419   DEFAULT_wxUSE_CONFIG=no
420   DEFAULT_wxUSE_FONTMAP=no
421   DEFAULT_wxUSE_STREAMS=no
422   DEFAULT_wxUSE_SOCKETS=no
423   DEFAULT_wxUSE_OLE=no
424   DEFAULT_wxUSE_DATAOBJ=no
425   DEFAULT_wxUSE_DIALUP_MANAGER=no
426   DEFAULT_wxUSE_JOYSTICK=no
427   DEFAULT_wxUSE_DYNLIB_CLASS=no
428   DEFAULT_wxUSE_DYNAMIC_LOADER=no
429   DEFAULT_wxUSE_LONGLONG=no
430   DEFAULT_wxUSE_GEOMETRY=no
431
432   DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no
433   DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no
434   DEFAULT_wxUSE_POSTSCRIPT=no
435
436   DEFAULT_wxUSE_CLIPBOARD=no
437   DEFAULT_wxUSE_TOOLTIPS=no
438   DEFAULT_wxUSE_DRAG_AND_DROP=no
439   DEFAULT_wxUSE_DRAGIMAGE=no
440   DEFAULT_wxUSE_SPLINES=no
441   DEFAULT_wxUSE_MOUSEWHEEL=no
442
443   DEFAULT_wxUSE_MDI=no
444   DEFAULT_wxUSE_MDI_ARCHITECTURE=no
445   DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no
446   DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no
447
448   DEFAULT_wxUSE_RESOURCES=no
449   DEFAULT_wxUSE_CONSTRAINTS=no
450   DEFAULT_wxUSE_IPC=no
451   DEFAULT_wxUSE_HELP=no
452   DEFAULT_wxUSE_MS_HTML_HELP=no
453   DEFAULT_wxUSE_WXHTML_HELP=no
454   DEFAULT_wxUSE_TREELAYOUT=no
455   DEFAULT_wxUSE_METAFILE=no
456   DEFAULT_wxUSE_MIMETYPE=no
457   DEFAULT_wxUSE_SYSTEM_OPTIONS=no
458   DEFAULT_wxUSE_PROTOCOL=no
459   DEFAULT_wxUSE_PROTOCOL_HTTP=no
460   DEFAULT_wxUSE_PROTOCOL_FTP=no
461   DEFAULT_wxUSE_PROTOCOL_FILE=no
462   DEFAULT_wxUSE_URL=no
463
464   DEFAULT_wxUSE_COMMONDLGS=no
465   DEFAULT_wxUSE_CHOICEDLG=no
466   DEFAULT_wxUSE_COLOURDLG=no
467   DEFAULT_wxUSE_DIRDLG=no
468   DEFAULT_wxUSE_FILEDLG=no
469   DEFAULT_wxUSE_FINDREPLDLG=no
470   DEFAULT_wxUSE_FONTDLG=no
471   DEFAULT_wxUSE_MSGDLG=no
472   DEFAULT_wxUSE_NUMBERDLG=no
473   DEFAULT_wxUSE_TEXTDLG=no
474   DEFAULT_wxUSE_SPLASH=no
475   DEFAULT_wxUSE_STARTUP_TIPS=no
476   DEFAULT_wxUSE_PROGRESSDLG=no
477   DEFAULT_wxUSE_WIZARDDLG=no
478
479   DEFAULT_wxUSE_MENUS=no
480   DEFAULT_wxUSE_MINIFRAME=no
481   DEFAULT_wxUSE_HTML=no
482   DEFAULT_wxUSE_XRC=no
483   DEFAULT_wxUSE_WEBKIT=no
484   DEFAULT_wxUSE_FILESYSTEM=no
485   DEFAULT_wxUSE_FS_INET=no
486   DEFAULT_wxUSE_FS_ZIP=no
487   DEFAULT_wxUSE_BUSYINFO=no
488   DEFAULT_wxUSE_ARCHIVE_STREAMS=no
489   DEFAULT_wxUSE_ZIPSTREAM=no
490   DEFAULT_wxUSE_VALIDATORS=no
491
492   DEFAULT_wxUSE_ACCEL=no
493   DEFAULT_wxUSE_BUTTON=no
494   DEFAULT_wxUSE_BMPBUTTON=no
495   DEFAULT_wxUSE_CALCTRL=no
496   DEFAULT_wxUSE_CARET=no
497   DEFAULT_wxUSE_CHECKBOX=no
498   DEFAULT_wxUSE_CHECKLST=no
499   DEFAULT_wxUSE_CHOICE=no
500   DEFAULT_wxUSE_CHOICEBOOK=no
501   DEFAULT_wxUSE_COMBOBOX=no
502   DEFAULT_wxUSE_DATEPICKCTRL=no
503   DEFAULT_wxUSE_DISPLAY=no
504   DEFAULT_wxUSE_GAUGE=no
505   DEFAULT_wxUSE_GRID=no
506   DEFAULT_wxUSE_IMAGLIST=no
507   DEFAULT_wxUSE_LISTBOOK=no
508   DEFAULT_wxUSE_LISTBOX=no
509   DEFAULT_wxUSE_LISTCTRL=no
510   DEFAULT_wxUSE_NOTEBOOK=no
511   DEFAULT_wxUSE_RADIOBOX=no
512   DEFAULT_wxUSE_RADIOBTN=no
513   DEFAULT_wxUSE_SASH=no
514   DEFAULT_wxUSE_SCROLLBAR=no
515   DEFAULT_wxUSE_SLIDER=no
516   DEFAULT_wxUSE_SPINBTN=no
517   DEFAULT_wxUSE_SPINCTRL=no
518   DEFAULT_wxUSE_SPLITTER=no
519   DEFAULT_wxUSE_STATBMP=no
520   DEFAULT_wxUSE_STATBOX=no
521   DEFAULT_wxUSE_STATLINE=no
522   DEFAULT_wxUSE_STATTEXT=no
523   DEFAULT_wxUSE_STATUSBAR=yes
524   DEFAULT_wxUSE_TABDIALOG=no
525   DEFAULT_wxUSE_TEXTCTRL=no
526   DEFAULT_wxUSE_TOGGLEBTN=no
527   DEFAULT_wxUSE_TOOLBAR=no
528   DEFAULT_wxUSE_TOOLBAR_NATIVE=no
529   DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
530   DEFAULT_wxUSE_TREEBOOK=no
531   DEFAULT_wxUSE_TREECTRL=no
532   DEFAULT_wxUSE_POPUPWIN=no
533   DEFAULT_wxUSE_TIPWINDOW=no
534
535   DEFAULT_wxUSE_UNICODE=no
536   DEFAULT_wxUSE_UNICODE_MSLU=no
537   DEFAULT_wxUSE_WCSRTOMBS=no
538
539   DEFAULT_wxUSE_PALETTE=no
540   DEFAULT_wxUSE_IMAGE=no
541   DEFAULT_wxUSE_GIF=no
542   DEFAULT_wxUSE_PCX=no
543   DEFAULT_wxUSE_PNM=no
544   DEFAULT_wxUSE_IFF=no
545   DEFAULT_wxUSE_XPM=no
546   DEFAULT_wxUSE_ICO_CUR=no
547   DEFAULT_wxUSE_ACCESSIBILITY=no
548   
549   DEFAULT_wxUSE_MONOLITHIC=no
550   DEFAULT_wxUSE_PLUGINS=no
551   DEFAULT_wxUSE_OFFICIAL_BUILD=no
552 else
553   DEFAULT_wxUSE_UNIVERSAL=no
554   DEFAULT_wxUSE_STL=no
555
556   DEFAULT_wxUSE_NANOX=no
557
558   DEFAULT_wxUSE_THREADS=yes
559
560   DEFAULT_wxUSE_SHARED=yes
561   DEFAULT_wxUSE_OPTIMISE=yes
562   DEFAULT_wxUSE_PROFILE=no
563   DEFAULT_wxUSE_NO_DEPS=no
564   DEFAULT_wxUSE_NO_RTTI=no
565   DEFAULT_wxUSE_NO_EXCEPTIONS=no
566   DEFAULT_wxUSE_RPATH=yes
567   DEFAULT_wxUSE_PERMISSIVE=no
568   DEFAULT_wxUSE_DEBUG_FLAG=no
569   DEFAULT_wxUSE_DEBUG_INFO=no
570   DEFAULT_wxUSE_DEBUG_GDB=no
571   DEFAULT_wxUSE_MEM_TRACING=no
572   DEFAULT_wxUSE_DEBUG_CONTEXT=no
573   DEFAULT_wxUSE_DMALLOC=no
574   DEFAULT_wxUSE_APPLE_IEEE=yes
575
576   DEFAULT_wxUSE_EXCEPTIONS=yes
577   DEFAULT_wxUSE_LOG=yes
578   DEFAULT_wxUSE_LOGWINDOW=yes
579   DEFAULT_wxUSE_LOGGUI=yes
580   DEFAULT_wxUSE_LOGDIALOG=yes
581
582   DEFAULT_wxUSE_GUI=yes
583
584   DEFAULT_wxUSE_REGEX=yes
585   DEFAULT_wxUSE_XML=yes
586   DEFAULT_wxUSE_EXPAT=yes
587   DEFAULT_wxUSE_ZLIB=yes
588   DEFAULT_wxUSE_LIBPNG=yes
589   DEFAULT_wxUSE_LIBJPEG=yes
590   DEFAULT_wxUSE_LIBTIFF=yes
591   DEFAULT_wxUSE_LIBXPM=yes
592   DEFAULT_wxUSE_LIBMSPACK=yes
593   DEFAULT_wxUSE_LIBSDL=no
594   DEFAULT_wxUSE_LIBGNOMEPRINT=no
595   DEFAULT_wxUSE_ODBC=no
596   DEFAULT_wxUSE_OPENGL=no
597
598   DEFAULT_wxUSE_ON_FATAL_EXCEPTION=yes
599   DEFAULT_wxUSE_STACKWALKER=yes
600   DEFAULT_wxUSE_DEBUGREPORT=yes
601   DEFAULT_wxUSE_SNGLINST_CHECKER=yes
602   DEFAULT_wxUSE_STD_IOSTREAM=$DEFAULT_STD_FLAG
603   DEFAULT_wxUSE_STD_STRING=$DEFAULT_STD_FLAG
604   DEFAULT_wxUSE_CMDLINE_PARSER=yes
605   DEFAULT_wxUSE_DATETIME=yes
606   DEFAULT_wxUSE_TIMER=yes
607   DEFAULT_wxUSE_STOPWATCH=yes
608   DEFAULT_wxUSE_FILE=yes
609   DEFAULT_wxUSE_FFILE=yes
610   DEFAULT_wxUSE_STDPATHS=yes
611   DEFAULT_wxUSE_TEXTBUFFER=yes
612   DEFAULT_wxUSE_TEXTFILE=yes
613   DEFAULT_wxUSE_SOUND=yes
614   DEFAULT_wxUSE_MEDIACTRL=no
615   DEFAULT_wxUSE_INTL=yes
616   DEFAULT_wxUSE_CONFIG=yes
617   DEFAULT_wxUSE_FONTMAP=yes
618   DEFAULT_wxUSE_STREAMS=yes
619   DEFAULT_wxUSE_SOCKETS=yes
620   DEFAULT_wxUSE_OLE=yes
621   DEFAULT_wxUSE_DATAOBJ=yes
622   DEFAULT_wxUSE_DIALUP_MANAGER=yes
623   DEFAULT_wxUSE_JOYSTICK=yes
624   DEFAULT_wxUSE_DYNLIB_CLASS=yes
625   DEFAULT_wxUSE_DYNAMIC_LOADER=yes
626   DEFAULT_wxUSE_LONGLONG=yes
627   DEFAULT_wxUSE_GEOMETRY=yes
628
629   DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes
630   DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes
631   DEFAULT_wxUSE_POSTSCRIPT=yes
632
633   DEFAULT_wxUSE_CLIPBOARD=yes
634   DEFAULT_wxUSE_TOOLTIPS=yes
635   DEFAULT_wxUSE_DRAG_AND_DROP=yes
636   DEFAULT_wxUSE_DRAGIMAGE=yes
637   DEFAULT_wxUSE_SPLINES=yes
638   DEFAULT_wxUSE_MOUSEWHEEL=yes
639
640   DEFAULT_wxUSE_MDI=yes
641   DEFAULT_wxUSE_MDI_ARCHITECTURE=yes
642   DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes
643   DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes
644
645   DEFAULT_wxUSE_RESOURCES=no
646   DEFAULT_wxUSE_CONSTRAINTS=yes
647   DEFAULT_wxUSE_IPC=yes
648   DEFAULT_wxUSE_HELP=yes
649   DEFAULT_wxUSE_MS_HTML_HELP=yes
650   DEFAULT_wxUSE_WXHTML_HELP=yes
651   DEFAULT_wxUSE_TREELAYOUT=yes
652   DEFAULT_wxUSE_METAFILE=yes
653   DEFAULT_wxUSE_MIMETYPE=yes
654   DEFAULT_wxUSE_SYSTEM_OPTIONS=yes
655   DEFAULT_wxUSE_PROTOCOL=yes
656   DEFAULT_wxUSE_PROTOCOL_HTTP=yes
657   DEFAULT_wxUSE_PROTOCOL_FTP=yes
658   DEFAULT_wxUSE_PROTOCOL_FILE=yes
659   DEFAULT_wxUSE_URL=yes
660
661   DEFAULT_wxUSE_COMMONDLGS=yes
662   DEFAULT_wxUSE_CHOICEDLG=yes
663   DEFAULT_wxUSE_COLOURDLG=yes
664   DEFAULT_wxUSE_DIRDLG=yes
665   DEFAULT_wxUSE_FILEDLG=yes
666   DEFAULT_wxUSE_FINDREPLDLG=yes
667   DEFAULT_wxUSE_FONTDLG=yes
668   DEFAULT_wxUSE_MSGDLG=yes
669   DEFAULT_wxUSE_NUMBERDLG=yes
670   DEFAULT_wxUSE_TEXTDLG=yes
671   DEFAULT_wxUSE_SPLASH=yes
672   DEFAULT_wxUSE_STARTUP_TIPS=yes
673   DEFAULT_wxUSE_PROGRESSDLG=yes
674   DEFAULT_wxUSE_WIZARDDLG=yes
675
676   DEFAULT_wxUSE_MENUS=yes
677   DEFAULT_wxUSE_MINIFRAME=yes
678   DEFAULT_wxUSE_HTML=yes
679   DEFAULT_wxUSE_XRC=yes
680   DEFAULT_wxUSE_WEBKIT=yes
681   DEFAULT_wxUSE_FILESYSTEM=yes
682   DEFAULT_wxUSE_FS_INET=yes
683   DEFAULT_wxUSE_FS_ZIP=yes
684   DEFAULT_wxUSE_BUSYINFO=yes
685   DEFAULT_wxUSE_ARCHIVE_STREAMS=yes
686   DEFAULT_wxUSE_ZIPSTREAM=yes
687   DEFAULT_wxUSE_VALIDATORS=yes
688
689   DEFAULT_wxUSE_ACCEL=yes
690   DEFAULT_wxUSE_BUTTON=yes
691   DEFAULT_wxUSE_BMPBUTTON=yes
692   DEFAULT_wxUSE_CALCTRL=yes
693   DEFAULT_wxUSE_CARET=yes
694   DEFAULT_wxUSE_CHECKBOX=yes
695   DEFAULT_wxUSE_CHECKLST=yes
696   DEFAULT_wxUSE_CHOICE=yes
697   DEFAULT_wxUSE_CHOICEBOOK=yes
698   DEFAULT_wxUSE_COMBOBOX=yes
699   DEFAULT_wxUSE_DATEPICKCTRL=yes
700   DEFAULT_wxUSE_DISPLAY=yes
701   DEFAULT_wxUSE_GAUGE=yes
702   DEFAULT_wxUSE_GRID=yes
703   DEFAULT_wxUSE_IMAGLIST=yes
704   DEFAULT_wxUSE_LISTBOOK=yes
705   DEFAULT_wxUSE_LISTBOX=yes
706   DEFAULT_wxUSE_LISTCTRL=yes
707   DEFAULT_wxUSE_NOTEBOOK=yes
708   DEFAULT_wxUSE_RADIOBOX=yes
709   DEFAULT_wxUSE_RADIOBTN=yes
710   DEFAULT_wxUSE_SASH=yes
711   DEFAULT_wxUSE_SCROLLBAR=yes
712   DEFAULT_wxUSE_SLIDER=yes
713   DEFAULT_wxUSE_SPINBTN=yes
714   DEFAULT_wxUSE_SPINCTRL=yes
715   DEFAULT_wxUSE_SPLITTER=yes
716   DEFAULT_wxUSE_STATBMP=yes
717   DEFAULT_wxUSE_STATBOX=yes
718   DEFAULT_wxUSE_STATLINE=yes
719   DEFAULT_wxUSE_STATTEXT=yes
720   DEFAULT_wxUSE_STATUSBAR=yes
721   DEFAULT_wxUSE_TABDIALOG=no
722   DEFAULT_wxUSE_TEXTCTRL=yes
723   DEFAULT_wxUSE_TOGGLEBTN=yes
724   DEFAULT_wxUSE_TOOLBAR=yes
725   DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
726   DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
727   DEFAULT_wxUSE_TREEBOOK=yes
728   DEFAULT_wxUSE_TREECTRL=yes
729   DEFAULT_wxUSE_POPUPWIN=yes
730   DEFAULT_wxUSE_TIPWINDOW=yes
731
732   DEFAULT_wxUSE_UNICODE=no
733   DEFAULT_wxUSE_UNICODE_MSLU=yes
734   DEFAULT_wxUSE_WCSRTOMBS=no
735
736   DEFAULT_wxUSE_PALETTE=yes
737   DEFAULT_wxUSE_IMAGE=yes
738   DEFAULT_wxUSE_GIF=yes
739   DEFAULT_wxUSE_PCX=yes
740   DEFAULT_wxUSE_IFF=no
741   DEFAULT_wxUSE_PNM=yes
742   DEFAULT_wxUSE_XPM=yes
743   DEFAULT_wxUSE_ICO_CUR=yes
744   DEFAULT_wxUSE_ACCESSIBILITY=no
745   
746   DEFAULT_wxUSE_MONOLITHIC=no
747   DEFAULT_wxUSE_PLUGINS=no
748   DEFAULT_wxUSE_OFFICIAL_BUILD=no
749
750   dnl Appliable only when --with-gtk was used:
751   DEFAULT_wxUSE_GTK2=yes
752 fi
753
754
755 dnl WX_ARG_WITH should be used to select whether an external package will be
756 dnl used or not, to configure compile-time features of this package itself,
757 dnl use WX_ARG_ENABLE instead
758
759 dnl ============================
760 dnl external package dependecies
761 dnl ============================
762
763 dnl these options use AC_ARG_WITH and not WX_ARG_WITH on purpose - we cache
764 dnl these values manually
765 for toolkit in `echo $ALL_TOOLKITS`; do
766   LINE=`grep "wxUSE_$toolkit=" ${wx_arg_cache_file}`
767   if test "x$LINE" != "x" ; then
768     has_toolkit_in_cache=1
769     eval "DEFAULT_$LINE"
770     eval "CACHE_$toolkit=1"
771     
772     LINE=`grep "wx${toolkit}_VERSION=" ${wx_arg_cache_file}`
773     if test "x$LINE" != "x" ; then
774         eval "DEFAULT_$LINE"
775     fi
776   fi
777 done
778
779 dnl ---------------------------------------------------------------------------
780 dnl --disable-gui will build only non-GUI part of wxWidgets: check for this
781 dnl first to disable many other switches if it's given
782 dnl
783 dnl NB: this is still in testing stage, don't use if you don't know what you're
784 dnl     doing
785 dnl ---------------------------------------------------------------------------
786
787 WX_ARG_ENABLE(gui,         [  --enable-gui            use GUI classes], wxUSE_GUI)
788 WX_ARG_ENABLE(monolithic,  [  --enable-monolithic     build wxWidgets as single library], wxUSE_MONOLITHIC)
789 WX_ARG_ENABLE(plugins,     [  --enable-plugins        build parts of wxWidgets as loadable components], wxUSE_PLUGINS)
790 WX_ARG_WITH(subdirs,       [  --without-subdirs       don't generate makefiles for samples/demos/...], wxWITH_SUBDIRS, without)
791
792 if test "$wxUSE_GUI" = "yes"; then
793
794 WX_ARG_ENABLE(universal,   [  --enable-universal      use wxWidgets GUI controls instead of native ones], wxUSE_UNIVERSAL)
795 AC_ARG_WITH(gtk,          [[  --with-gtk[=VERSION]    use GTK+, VERSION can be 2 (default), 1 or "any"]], [wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1])
796 AC_ARG_WITH(motif,         [  --with-motif            use Motif/Lesstif], [wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1])
797 AC_ARG_WITH(mac,           [  --with-mac              use Mac OS X], [wxUSE_MAC="$withval" CACHE_MAC=1 TOOLKIT_GIVEN=1])
798 AC_ARG_WITH(cocoa,         [  --with-cocoa            use Cocoa], [wxUSE_COCOA="$withval" CACHE_COCOA=1 TOOLKIT_GIVEN=1])
799 AC_ARG_WITH(wine,          [  --with-wine             use Wine], [wxUSE_WINE="$withval" CACHE_WINE=1])
800 AC_ARG_WITH(msw,           [  --with-msw              use MS-Windows], [wxUSE_MSW="$withval" CACHE_MSW=1 TOOLKIT_GIVEN=1])
801 AC_ARG_WITH(pm,            [  --with-pm               use OS/2 Presentation Manager], [wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1])
802 AC_ARG_WITH(mgl,           [  --with-mgl              use SciTech MGL], [wxUSE_MGL="$withval" wxUSE_UNIVERSAL="yes" CACHE_MGL=1 TOOLKIT_GIVEN=1])
803 AC_ARG_WITH(microwin,      [  --with-microwin         use MicroWindows], [wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1])
804 AC_ARG_WITH(x11,           [  --with-x11              use X11], [wxUSE_X11="$withval" wxUSE_UNIVERSAL="yes" CACHE_X11=1 TOOLKIT_GIVEN=1])
805 WX_ARG_ENABLE(nanox,       [  --enable-nanox          use NanoX], wxUSE_NANOX)
806
807 AC_ARG_ENABLE(gtk2,        [  --disable-gtk2          use GTK+ 1.2 instead of 2.0], [wxUSE_GTK2="$enableval"])
808 WX_ARG_ENABLE(gpe,         [  --enable-gpe            use GNOME PDA Environment features if possible], wxUSE_GPE)
809
810 WX_ARG_SYS_WITH(libpng,    [  --with-libpng           use libpng (PNG image format)], wxUSE_LIBPNG)
811 WX_ARG_SYS_WITH(libjpeg,   [  --with-libjpeg          use libjpeg (JPEG file format)], wxUSE_LIBJPEG)
812 WX_ARG_SYS_WITH(libtiff,   [  --with-libtiff          use libtiff (TIFF file format)], wxUSE_LIBTIFF)
813 WX_ARG_SYS_WITH(libxpm,    [  --with-libxpm           use libxpm (XPM file format)], wxUSE_LIBXPM)
814 WX_ARG_WITH(libmspack,     [  --with-libmspack        use libmspack (CHM help files loading)], wxUSE_LIBMSPACK)
815 WX_ARG_WITH(sdl,           [  --with-sdl              use SDL for audio on Unix], wxUSE_LIBSDL)
816 WX_ARG_WITH(gnomeprint,    [  --with-gnomeprint       use GNOME print for printing under Unix], wxUSE_LIBGNOMEPRINT)
817 WX_ARG_WITH(opengl,        [  --with-opengl           use OpenGL (or Mesa)], wxUSE_OPENGL)
818
819 fi
820 dnl for GUI only
821
822 WX_ARG_WITH(dmalloc,       [  --with-dmalloc          use dmalloc library (http://dmalloc.com/)], wxUSE_DMALLOC)
823 WX_ARG_SYS_WITH(regex,     [  --with-regex            enable support for wxRegEx class], wxUSE_REGEX)
824 WX_ARG_SYS_WITH(zlib,      [  --with-zlib             use zlib for LZW compression], wxUSE_ZLIB)
825 WX_ARG_SYS_WITH(odbc,      [  --with-odbc             use the IODBC and wxODBC classes], wxUSE_ODBC)
826 WX_ARG_SYS_WITH(expat,     [  --with-expat            enable XML support using expat parser], wxUSE_EXPAT)
827
828 dnl ---------------------------------------------------------------------------
829 dnl compile options
830 dnl ---------------------------------------------------------------------------
831
832 WX_ARG_ENABLE(shared,      [  --enable-shared         create shared library code], wxUSE_SHARED)
833 WX_ARG_ENABLE(optimise,    [  --enable-optimise       create optimised code], wxUSE_OPTIMISE)
834 WX_ARG_ENABLE(debug,       [  --enable-debug          same as debug_flag and debug_info], wxUSE_DEBUG)
835 WX_ARG_ENABLE(stl,         [  --enable-stl            use STL for containers], wxUSE_STL)
836 if test "$USE_OS2" = "1"; then
837     DEFAULT_wxUSE_OMF=no
838     WX_ARG_ENABLE(omf,     [  --enable-omf            use OMF object format], wxUSE_OMF)
839 fi
840
841 if test "$wxUSE_DEBUG" = "yes"; then
842   DEFAULT_wxUSE_DEBUG_FLAG=yes
843   DEFAULT_wxUSE_DEBUG_INFO=yes
844   BUILD=debug
845 elif test "$wxUSE_DEBUG" = "no"; then
846   DEFAULT_wxUSE_DEBUG_FLAG=no
847   DEFAULT_wxUSE_DEBUG_INFO=no
848   BUILD=release
849 fi
850
851 WX_ARG_ENABLE(debug_flag,    [  --enable-debug_flag     set __WXDEBUG__ flag (recommended for developers!)], wxUSE_DEBUG_FLAG)
852 WX_ARG_ENABLE(debug_info,    [  --enable-debug_info     create code with debugging information], wxUSE_DEBUG_INFO)
853 WX_ARG_ENABLE(debug_gdb,     [  --enable-debug_gdb      create code with extra GDB debugging information], wxUSE_DEBUG_GDB)
854 WX_ARG_ENABLE(debug_cntxt,   [  --enable-debug_cntxt    use wxDebugContext], wxUSE_DEBUG_CONTEXT)
855 WX_ARG_ENABLE(mem_tracing,   [  --enable-mem_tracing    create code with memory tracing], wxUSE_MEM_TRACING)
856 WX_ARG_ENABLE(profile,       [  --enable-profile        create code with profiling information], wxUSE_PROFILE)
857 WX_ARG_ENABLE(no_rtti,       [  --enable-no_rtti        create code without RTTI information], wxUSE_NO_RTTI)
858 WX_ARG_ENABLE(no_exceptions, [  --enable-no_exceptions  create code without C++ exceptions handling], wxUSE_NO_EXCEPTIONS)
859 WX_ARG_ENABLE(permissive,    [  --enable-permissive     compile code disregarding strict ANSI], wxUSE_PERMISSIVE)
860 WX_ARG_ENABLE(no_deps,       [  --enable-no_deps        create code without dependency information], wxUSE_NO_DEPS)
861
862 WX_ARG_ENABLE(compat24,      [  --enable-compat24       enable wxWidgets 2.4 compatibility], WXWIN_COMPATIBILITY_2_4, enable)
863 WX_ARG_ENABLE(compat26,      [  --disable-compat26      disable wxWidgets 2.6 compatibility], WXWIN_COMPATIBILITY_2_6, disable)
864
865 WX_ARG_ENABLE(rpath,         [  --disable-rpath         disable use of rpath for uninstalled builds], wxUSE_RPATH)
866
867
868 dnl ---------------------------------------------------------------------------
869 dnl (small) optional non GUI classes
870 dnl ---------------------------------------------------------------------------
871
872 WX_ARG_ENABLE(intl,          [  --enable-intl           use internationalization system], wxUSE_INTL)
873 WX_ARG_ENABLE(config,        [  --enable-config         use wxConfig (and derived) classes], wxUSE_CONFIG)
874
875 WX_ARG_ENABLE(protocols,     [  --enable-protocols      use wxProtocol and derived classes], wxUSE_PROTOCOL)
876 WX_ARG_ENABLE(ftp,           [  --enable-ftp            use wxFTP (requires wxProtocol], wxUSE_PROTOCOL_FTP)
877 WX_ARG_ENABLE(http,          [  --enable-http           use wxHTTP (requires wxProtocol], wxUSE_PROTOCOL_HTTP)
878 WX_ARG_ENABLE(fileproto,     [  --enable-fileproto      use wxFileProto class (requires wxProtocol], wxUSE_PROTOCOL_FILE)
879 WX_ARG_ENABLE(sockets,       [  --enable-sockets        use socket/network classes], wxUSE_SOCKETS)
880 WX_ARG_ENABLE(ole,           [  --enable-ole            use OLE classes (Win32 only)], wxUSE_OLE)
881 WX_ARG_ENABLE(dataobj,       [  --enable-dataobj        use data object classes], wxUSE_DATAOBJ)
882
883 WX_ARG_ENABLE(ipc,           [  --enable-ipc            use interprocess communication (wxSocket etc.)], wxUSE_IPC)
884
885 dnl please keep the settings below in alphabetical order
886 WX_ARG_ENABLE(apple_ieee,    [  --enable-apple_ieee     use the Apple IEEE codec], wxUSE_APPLE_IEEE)
887 WX_ARG_ENABLE(arcstream,     [  --enable-arcstream      use wxArchive streams], wxUSE_ARCHIVE_STREAMS)
888 WX_ARG_ENABLE(backtrace,     [  --enable-backtrace      use wxStackWalker class for getting backtraces], wxUSE_STACKWALKER)
889 WX_ARG_ENABLE(catch_segvs,   [  --enable-catch_segvs    catch signals in wxApp::OnFatalException (Unix only)], wxUSE_ON_FATAL_EXCEPTION)
890 WX_ARG_ENABLE(cmdline,       [  --enable-cmdline        use wxCmdLineParser class], wxUSE_CMDLINE_PARSER)
891 WX_ARG_ENABLE(datetime,      [  --enable-datetime       use wxDateTime class], wxUSE_DATETIME)
892 WX_ARG_ENABLE(debugreport,   [  --enable-debugreport    use wxDebugReport class], wxUSE_DEBUGREPORT)
893 WX_ARG_ENABLE(dialupman,     [  --enable-dialupman      use dialup network classes], wxUSE_DIALUP_MANAGER)
894 WX_ARG_ENABLE(dynlib,        [  --enable-dynlib         use wxLibrary class for DLL loading], wxUSE_DYNLIB_CLASS)
895 WX_ARG_ENABLE(dynamicloader, [  --enable-dynamicloader  use (new) wxDynamicLibrary class], wxUSE_DYNAMIC_LOADER)
896 WX_ARG_ENABLE(exceptions,    [  --enable-exceptions     build exception-safe library], wxUSE_EXCEPTIONS)
897 WX_ARG_ENABLE(ffile,         [  --enable-ffile          use wxFFile class], wxUSE_FFILE)
898 WX_ARG_ENABLE(file,          [  --enable-file           use wxFile class], wxUSE_FILE)
899 WX_ARG_ENABLE(filesystem,    [  --enable-filesystem     use virtual file systems classes], wxUSE_FILESYSTEM)
900 WX_ARG_ENABLE(fontmap,       [  --enable-fontmap        use font encodings conversion classes], wxUSE_FONTMAP)
901 WX_ARG_ENABLE(fs_inet,       [  --enable-fs_inet        use virtual HTTP/FTP filesystems], wxUSE_FS_INET)
902 WX_ARG_ENABLE(fs_zip,        [  --enable-fs_zip         use virtual ZIP filesystems], wxUSE_FS_ZIP)
903 WX_ARG_ENABLE(geometry,      [  --enable-geometry       use geometry class], wxUSE_GEOMETRY)
904 WX_ARG_ENABLE(log,           [  --enable-log            use logging system], wxUSE_LOG)
905 WX_ARG_ENABLE(longlong,      [  --enable-longlong       use wxLongLong class], wxUSE_LONGLONG)
906 WX_ARG_ENABLE(mimetype,      [  --enable-mimetype       use wxMimeTypesManager], wxUSE_MIMETYPE)
907 WX_ARG_ENABLE(mslu,          [  --enable-mslu           use MS Layer for Unicode on Windows 9x (Win32 only)], wxUSE_UNICODE_MSLU)
908 WX_ARG_ENABLE(snglinst,      [  --enable-snglinst       use wxSingleInstanceChecker class], wxUSE_SNGLINST_CHECKER)
909 WX_ARG_ENABLE(std_iostreams, [  --enable-std_iostreams  use standard C++ stream classes], wxUSE_STD_IOSTREAM)
910 WX_ARG_ENABLE(std_string,    [  --enable-std_string     use standard C++ string classes], wxUSE_STD_STRING)
911 WX_ARG_ENABLE(stdpaths,      [  --enable-stdpaths       use wxStandardPaths class], wxUSE_STDPATHS)
912 WX_ARG_ENABLE(stopwatch,     [  --enable-stopwatch      use wxStopWatch class], wxUSE_STOPWATCH)
913 WX_ARG_ENABLE(streams,       [  --enable-streams        use wxStream etc classes], wxUSE_STREAMS)
914 WX_ARG_ENABLE(system_options,[  --enable-sysoptions     use wxSystemOptions], wxUSE_SYSTEM_OPTIONS)
915 WX_ARG_ENABLE(textbuf,       [  --enable-textbuf        use wxTextBuffer class], wxUSE_TEXTBUFFER)
916 WX_ARG_ENABLE(textfile,      [  --enable-textfile       use wxTextFile class], wxUSE_TEXTFILE)
917 WX_ARG_ENABLE(timer,         [  --enable-timer          use wxTimer class], wxUSE_TIMER)
918 WX_ARG_ENABLE(unicode,       [  --enable-unicode        compile wxString with Unicode support], wxUSE_UNICODE)
919 WX_ARG_ENABLE(sound,         [  --enable-sound          use wxSound class], wxUSE_SOUND)
920 WX_ARG_ENABLE(mediactrl,     [  --enable-mediactrl      use wxMediaCtrl class], wxUSE_MEDIACTRL)
921 WX_ARG_ENABLE(wxprintfv,     [  --enable-wxprintfv      use wxWidgets implementation of vprintf()], wxUSE_EXPERIMENTAL_PRINTF)
922 WX_ARG_ENABLE(zipstream,     [  --enable-zipstream      use wxZip streams], wxUSE_ZIPSTREAM)
923
924 WX_ARG_ENABLE(url,           [  --enable-url            use wxURL class], wxUSE_URL)
925 WX_ARG_ENABLE(protocol,      [  --enable-protocol       use wxProtocol class], wxUSE_PROTOCOL)
926 WX_ARG_ENABLE(protocol_http, [  --enable-protocol-http  HTTP support in wxProtocol], wxUSE_PROTOCOL_HTTP)
927 WX_ARG_ENABLE(protocol_ftp,  [  --enable-protocol-ftp   FTP support in wxProtocol], wxUSE_PROTOCOL_FTP)
928 WX_ARG_ENABLE(protocol_file, [  --enable-protocol-file  FILE support in wxProtocol], wxUSE_PROTOCOL_FILE)
929
930
931 dnl ---------------------------------------------------------------------------
932 dnl "big" options (i.e. those which change a lot of things throughout the library)
933 dnl ---------------------------------------------------------------------------
934
935 WX_ARG_ENABLE(threads,     [  --enable-threads        use threads], wxUSE_THREADS)
936
937 if test "$wxUSE_GUI" = "yes"; then
938
939 dnl ---------------------------------------------------------------------------
940 dnl "big" GUI options
941 dnl ---------------------------------------------------------------------------
942
943 WX_ARG_ENABLE(docview,     [  --enable-docview        use document view architecture], wxUSE_DOC_VIEW_ARCHITECTURE)
944 WX_ARG_ENABLE(help,        [  --enable-help           use help subsystem], wxUSE_HELP)
945 WX_ARG_ENABLE(mshtmlhelp,  [  --enable-mshtmlhelp     use MS HTML Help (win32)], wxUSE_MS_HTML_HELP)
946 WX_ARG_ENABLE(html,        [  --enable-html           use wxHTML sub-library], wxUSE_HTML)
947 WX_ARG_ENABLE(htmlhelp,    [  --enable-htmlhelp       use wxHTML-based help], wxUSE_WXHTML_HELP)
948 WX_ARG_ENABLE(xrc,         [  --enable-xrc            use XRC resources sub-library], wxUSE_XRC)
949 WX_ARG_ENABLE(constraints, [  --enable-constraints    use layout-constraints system], wxUSE_CONSTRAINTS)
950 WX_ARG_ENABLE(printarch,   [  --enable-printarch      use printing architecture], wxUSE_PRINTING_ARCHITECTURE)
951 WX_ARG_ENABLE(mdi,         [  --enable-mdi            use multiple document interface architecture], wxUSE_MDI)
952 WX_ARG_ENABLE(mdidoc,      [  --enable-mdidoc         use docview architecture with MDI], wxUSE_MDI_ARCHITECTURE)
953 WX_ARG_ENABLE(loggui,      [  --enable-loggui         use standard GUI logger], wxUSE_LOGGUI)
954 WX_ARG_ENABLE(logwin,      [  --enable-logwin         use wxLogWindow], wxUSE_LOGWINDOW)
955 WX_ARG_ENABLE(logdialog,   [  --enable-logdialog      use wxLogDialog], wxUSE_LOGDIALOG)
956 WX_ARG_ENABLE(webkit,      [  --enable-webkit         use wxWebKitCtrl (Mac)], wxUSE_WEBKIT)
957
958 dnl ---------------------------------------------------------------------------
959 dnl PostScript options
960 dnl ---------------------------------------------------------------------------
961 WX_ARG_ENABLE(postscript,  [  --enable-postscript     use wxPostscriptDC device context (default for gtk+)], wxUSE_POSTSCRIPT)
962
963 dnl VZ: these options seem to be always on, if someone wants to change it please do
964 dnl WX_ARG_ENABLE(PS-normalized,    [  --enable-PS-normalized  use normalized PS fonts], dnl             wxUSE_NORMALIZED_PS_FONTS)
965 dnl WX_ARG_ENABLE(afmfonts,        [  --enable-afmfonts       use Adobe Font Metric Font table], dnl             wxUSE_AFM_FOR_POSTSCRIPT)
966
967 dnl ---------------------------------------------------------------------------
968 dnl resources
969 dnl ---------------------------------------------------------------------------
970
971 WX_ARG_ENABLE(prologio,    [  --enable-prologio       not available; see contrib], wxUSE_PROLOGIO)
972 WX_ARG_ENABLE(resources,   [  --enable-resources      not available; see contrib], wxUSE_RESOURCES)
973
974 dnl ---------------------------------------------------------------------------
975 dnl IPC &c
976 dnl ---------------------------------------------------------------------------
977
978 WX_ARG_ENABLE(clipboard,   [  --enable-clipboard      use wxClipboard class], wxUSE_CLIPBOARD)
979 WX_ARG_ENABLE(dnd,         [  --enable-dnd            use Drag'n'Drop classes], wxUSE_DRAG_AND_DROP)
980 WX_ARG_ENABLE(metafile,    [  --enable-metafile       use win32 metafiles], wxUSE_METAFILE)
981
982 dnl WX_ARG_ENABLE(treelayout,  [  --enable-treelayout     use wxTreeLayout class], wxUSE_TREELAYOUT)
983
984 dnl ---------------------------------------------------------------------------
985 dnl optional GUI controls (in alphabetical order except the first one)
986 dnl ---------------------------------------------------------------------------
987
988 WX_ARG_ENABLE(controls,    [  --enable-controls       use all usual controls], wxUSE_CONTROLS)
989
990 dnl even with --enable-controls, some may be disabled by giving
991 dnl --disable-<control> later on the command line - but by default all will be
992 dnl used (and vice versa)
993 if test "$wxUSE_CONTROLS" = "yes"; then
994   DEFAULT_wxUSE_ACCEL=yes
995   DEFAULT_wxUSE_BMPBUTTON=yes
996   DEFAULT_wxUSE_BUTTON=yes
997   DEFAULT_wxUSE_CALCTRL=yes
998   DEFAULT_wxUSE_CARET=yes
999   DEFAULT_wxUSE_COMBOBOX=yes
1000   DEFAULT_wxUSE_CHECKBOX=yes
1001   DEFAULT_wxUSE_CHECKLISTBOX=yes
1002   DEFAULT_wxUSE_CHOICE=yes
1003   DEFAULT_wxUSE_CHOICEBOOK=yes
1004   DEFAULT_wxUSE_DATEPICKCTRL=yes
1005   DEFAULT_wxUSE_GAUGE=yes
1006   DEFAULT_wxUSE_GRID=yes
1007   DEFAULT_wxUSE_IMAGLIST=yes
1008   DEFAULT_wxUSE_LISTBOOK=yes
1009   DEFAULT_wxUSE_LISTBOX=yes
1010   DEFAULT_wxUSE_LISTCTRL=yes
1011   DEFAULT_wxUSE_NOTEBOOK=yes
1012   DEFAULT_wxUSE_RADIOBOX=yes
1013   DEFAULT_wxUSE_RADIOBTN=yes
1014   DEFAULT_wxUSE_SASH=yes
1015   DEFAULT_wxUSE_SCROLLBAR=yes
1016   DEFAULT_wxUSE_SLIDER=yes
1017   DEFAULT_wxUSE_SPINBTN=yes
1018   DEFAULT_wxUSE_SPINCTRL=yes
1019   DEFAULT_wxUSE_SPLITTER=yes
1020   DEFAULT_wxUSE_STATBMP=yes
1021   DEFAULT_wxUSE_STATBOX=yes
1022   DEFAULT_wxUSE_STATLINE=yes
1023   DEFAULT_wxUSE_STATUSBAR=yes
1024   DEFAULT_wxUSE_TAB_DIALOG=yes
1025   DEFAULT_wxUSE_TOGGLEBTN=yes
1026   DEFAULT_wxUSE_TOOLBAR=yes
1027   DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
1028   DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
1029   DEFAULT_wxUSE_TOOLTIPS=yes
1030   DEFAULT_wxUSE_TREEBOOK=yes
1031   DEFAULT_wxUSE_TREECTRL=yes
1032   DEFAULT_wxUSE_POPUPWIN=yes
1033   DEFAULT_wxUSE_TIPWINDOW=yes
1034 elif test "$wxUSE_CONTROLS" = "no"; then
1035   DEFAULT_wxUSE_ACCEL=no
1036   DEFAULT_wxUSE_BMPBUTTON=no
1037   DEFAULT_wxUSE_BUTTON=no
1038   DEFAULT_wxUSE_CALCTRL=no
1039   DEFAULT_wxUSE_CARET=no
1040   DEFAULT_wxUSE_COMBOBOX=no
1041   DEFAULT_wxUSE_CHECKBOX=no
1042   DEFAULT_wxUSE_CHECKLISTBOX=no
1043   DEFAULT_wxUSE_CHOICE=no
1044   DEFAULT_wxUSE_CHOICEBOOK=no
1045   DEFAULT_wxUSE_DATEPICKCTRL=no
1046   DEFAULT_wxUSE_GAUGE=no
1047   DEFAULT_wxUSE_GRID=no
1048   DEFAULT_wxUSE_IMAGLIST=no
1049   DEFAULT_wxUSE_LISTBOOK=no
1050   DEFAULT_wxUSE_LISTBOX=no
1051   DEFAULT_wxUSE_LISTCTRL=no
1052   DEFAULT_wxUSE_NOTEBOOK=no
1053   DEFAULT_wxUSE_RADIOBOX=no
1054   DEFAULT_wxUSE_RADIOBTN=no
1055   DEFAULT_wxUSE_SASH=no
1056   DEFAULT_wxUSE_SCROLLBAR=no
1057   DEFAULT_wxUSE_SLIDER=no
1058   DEFAULT_wxUSE_SPINBTN=no
1059   DEFAULT_wxUSE_SPINCTRL=no
1060   DEFAULT_wxUSE_SPLITTER=no
1061   DEFAULT_wxUSE_STATBMP=no
1062   DEFAULT_wxUSE_STATBOX=no
1063   DEFAULT_wxUSE_STATLINE=no
1064   DEFAULT_wxUSE_STATUSBAR=no
1065   DEFAULT_wxUSE_TAB_DIALOG=no
1066   DEFAULT_wxUSE_TOGGLEBTN=no
1067   DEFAULT_wxUSE_TOOLBAR=no
1068   DEFAULT_wxUSE_TOOLBAR_NATIVE=no
1069   DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
1070   DEFAULT_wxUSE_TOOLTIPS=no
1071   DEFAULT_wxUSE_TREEBOOK=no
1072   DEFAULT_wxUSE_TREECTRL=no
1073   DEFAULT_wxUSE_POPUPWIN=no
1074   DEFAULT_wxUSE_TIPWINDOW=no
1075 fi
1076
1077 WX_ARG_ENABLE(accel,       [  --enable-accel          use accelerators], wxUSE_ACCEL)
1078 WX_ARG_ENABLE(button,      [  --enable-button         use wxButton class], wxUSE_BUTTON)
1079 WX_ARG_ENABLE(bmpbutton,   [  --enable-bmpbutton      use wxBitmapButton class], wxUSE_BMPBUTTON)
1080 WX_ARG_ENABLE(calendar,    [  --enable-calendar       use wxCalendarCtrl class], wxUSE_CALCTRL)
1081 WX_ARG_ENABLE(caret,       [  --enable-caret          use wxCaret class], wxUSE_CARET)
1082 WX_ARG_ENABLE(checkbox,    [  --enable-checkbox       use wxCheckBox class], wxUSE_CHECKBOX)
1083 WX_ARG_ENABLE(checklst,    [  --enable-checklst       use wxCheckListBox (listbox with checkboxes) class], wxUSE_CHECKLST)
1084 WX_ARG_ENABLE(choice,      [  --enable-choice         use wxChoice class], wxUSE_CHOICE)
1085 WX_ARG_ENABLE(choicebook,  [  --enable-choicebook     use wxChoicebook class], wxUSE_CHOICEBOOK)
1086 WX_ARG_ENABLE(combobox,    [  --enable-combobox       use wxComboBox class], wxUSE_COMBOBOX)
1087 WX_ARG_ENABLE(datepick,    [  --enable-datepick       use wxDatePickerCtrl class], wxUSE_DATEPICKCTRL)
1088 WX_ARG_ENABLE(display,     [  --enable-display        use wxDisplay class], wxUSE_DISPLAY)
1089 WX_ARG_ENABLE(gauge,       [  --enable-gauge          use wxGauge class], wxUSE_GAUGE)
1090 WX_ARG_ENABLE(grid,        [  --enable-grid           use wxGrid class], wxUSE_GRID)
1091 WX_ARG_ENABLE(imaglist,    [  --enable-imaglist       use wxImageList class], wxUSE_IMAGLIST)
1092 WX_ARG_ENABLE(listbook,    [  --enable-listbook       use wxListbook class], wxUSE_LISTBOOK)
1093 WX_ARG_ENABLE(listbox,     [  --enable-listbox        use wxListBox class], wxUSE_LISTBOX)
1094 WX_ARG_ENABLE(listctrl,    [  --enable-listctrl       use wxListCtrl class], wxUSE_LISTCTRL)
1095 WX_ARG_ENABLE(notebook,    [  --enable-notebook       use wxNotebook class], wxUSE_NOTEBOOK)
1096 WX_ARG_ENABLE(radiobox,    [  --enable-radiobox       use wxRadioBox class], wxUSE_RADIOBOX)
1097 WX_ARG_ENABLE(radiobtn,    [  --enable-radiobtn       use wxRadioButton class], wxUSE_RADIOBTN)
1098 WX_ARG_ENABLE(sash,        [  --enable-sash           use wxSashWindow class], wxUSE_SASH)
1099 WX_ARG_ENABLE(scrollbar,   [  --enable-scrollbar      use wxScrollBar class and scrollable windows], wxUSE_SCROLLBAR)
1100 WX_ARG_ENABLE(slider,      [  --enable-slider         use wxSlider class], wxUSE_SLIDER)
1101 WX_ARG_ENABLE(spinbtn,     [  --enable-spinbtn        use wxSpinButton class], wxUSE_SPINBTN)
1102 WX_ARG_ENABLE(spinctrl,    [  --enable-spinctrl       use wxSpinCtrl class], wxUSE_SPINCTRL)
1103 WX_ARG_ENABLE(splitter,    [  --enable-splitter       use wxSplitterWindow class], wxUSE_SPLITTER)
1104 WX_ARG_ENABLE(statbmp,     [  --enable-statbmp        use wxStaticBitmap class], wxUSE_STATBMP)
1105 WX_ARG_ENABLE(statbox,     [  --enable-statbox        use wxStaticBox class], wxUSE_STATBOX)
1106 WX_ARG_ENABLE(statline,    [  --enable-statline       use wxStaticLine class], wxUSE_STATLINE)
1107 WX_ARG_ENABLE(stattext,    [  --enable-stattext       use wxStaticText class], wxUSE_STATTEXT)
1108 WX_ARG_ENABLE(statusbar,   [  --enable-statusbar      use wxStatusBar class], wxUSE_STATUSBAR)
1109 WX_ARG_ENABLE(tabdialog,   [  --enable-tabdialog      use wxTabControl class], wxUSE_TABDIALOG)
1110 WX_ARG_ENABLE(textctrl,    [  --enable-textctrl       use wxTextCtrl class], wxUSE_TEXTCTRL)
1111 WX_ARG_ENABLE(togglebtn,   [  --enable-togglebtn      use wxToggleButton class], wxUSE_TOGGLEBTN)
1112 WX_ARG_ENABLE(toolbar,     [  --enable-toolbar        use wxToolBar class], wxUSE_TOOLBAR)
1113 WX_ARG_ENABLE(tbarnative,  [  --enable-tbarnative     use native wxToolBar class], wxUSE_TOOLBAR_NATIVE)
1114 WX_ARG_ENABLE(tbarsmpl,    [  --enable-tbarsmpl       use wxToolBarSimple class], wxUSE_TOOLBAR_SIMPLE)
1115 WX_ARG_ENABLE(treebook,    [  --enable-treebook       use wxTreebook class], wxUSE_TREEBOOK)
1116 WX_ARG_ENABLE(treectrl,    [  --enable-treectrl       use wxTreeCtrl class], wxUSE_TREECTRL)
1117 WX_ARG_ENABLE(tipwindow,   [  --enable-tipwindow      use wxTipWindow class], wxUSE_TIPWINDOW)
1118 WX_ARG_ENABLE(popupwin,    [  --enable-popupwin       use wxPopUpWindow class], wxUSE_POPUPWIN)
1119
1120 dnl ---------------------------------------------------------------------------
1121 dnl common dialogs
1122 dnl ---------------------------------------------------------------------------
1123
1124 WX_ARG_ENABLE(commondlg,   [  --enable-commondlg      use all common dialogs], wxUSE_COMMONDLGS)
1125 WX_ARG_ENABLE(choicedlg,   [  --enable-choicedlg      use wxChoiceDialog], wxUSE_CHOICEDLG)
1126 WX_ARG_ENABLE(coldlg,      [  --enable-coldlg         use wxColourDialog], wxUSE_COLOURDLG)
1127 WX_ARG_ENABLE(filedlg,     [  --enable-filedlg        use wxFileDialog], wxUSE_FILEDLG)
1128 WX_ARG_ENABLE(finddlg,     [  --enable-finddlg        use wxFindReplaceDialog], wxUSE_FINDREPLDLG)
1129 WX_ARG_ENABLE(fontdlg,     [  --enable-fontdlg        use wxFontDialog], wxUSE_FONTDLG)
1130 WX_ARG_ENABLE(dirdlg,      [  --enable-dirdlg         use wxDirDialog], wxUSE_DIRDLG)
1131 WX_ARG_ENABLE(msgdlg,      [  --enable-msgdlg         use wxMessageDialog], wxUSE_MSGDLG)
1132 WX_ARG_ENABLE(numberdlg,   [  --enable-numberdlg      use wxNumberEntryDialog], wxUSE_NUMBERDLG)
1133 WX_ARG_ENABLE(splash,      [  --enable-splash         use wxSplashScreen], wxUSE_SPLASH)
1134 WX_ARG_ENABLE(textdlg,     [  --enable-textdlg        use wxTextDialog], wxUSE_TEXTDLG)
1135 WX_ARG_ENABLE(tipdlg,      [  --enable-tipdlg         use startup tips], wxUSE_STARTUP_TIPS)
1136 WX_ARG_ENABLE(progressdlg, [  --enable-progressdlg    use wxProgressDialog], wxUSE_PROGRESSDLG)
1137 WX_ARG_ENABLE(wizarddlg,   [  --enable-wizarddlg      use wxWizard], wxUSE_WIZARDDLG)
1138
1139 dnl ---------------------------------------------------------------------------
1140 dnl misc GUI options
1141 dnl ---------------------------------------------------------------------------
1142
1143 WX_ARG_ENABLE(menus,       [  --enable-menus          use wxMenu/wxMenuBar/wxMenuItem classes], wxUSE_MENUS)
1144 WX_ARG_ENABLE(miniframe,   [  --enable-miniframe      use wxMiniFrame class], wxUSE_MINIFRAME)
1145 WX_ARG_ENABLE(tooltips,    [  --enable-tooltips       use wxToolTip class], wxUSE_TOOLTIPS)
1146 WX_ARG_ENABLE(splines,     [  --enable-splines        use spline drawing code], wxUSE_SPLINES)
1147 WX_ARG_ENABLE(mousewheel,  [  --enable-mousewheel     use mousewheel], wxUSE_MOUSEWHEEL)
1148 WX_ARG_ENABLE(validators,  [  --enable-validators     use wxValidator and derived classes], wxUSE_VALIDATORS)
1149 WX_ARG_ENABLE(busyinfo,    [  --enable-busyinfo       use wxBusyInfo], wxUSE_BUSYINFO)
1150 WX_ARG_ENABLE(joystick,    [  --enable-joystick       use wxJoystick], wxUSE_JOYSTICK)
1151 WX_ARG_ENABLE(metafile,    [  --enable-metafiles      use wxMetaFile (Win32 only)], wxUSE_METAFILE)
1152 WX_ARG_ENABLE(dragimage,   [  --enable-dragimage      use wxDragImage], wxUSE_DRAGIMAGE)
1153 WX_ARG_ENABLE(accessibility,[  --enable-accessibility  enable accessibility support], wxUSE_ACCESSIBILITY)
1154
1155 if test "$wxUSE_MSW" = "1"; then
1156     WX_ARG_ENABLE(dccache, [  --enable-dccache        cache temporary wxDC objects (Win32 only)], wxUSE_DC_CACHEING)
1157 fi
1158
1159 dnl ---------------------------------------------------------------------------
1160 dnl support for image formats that do not rely on external library
1161 dnl ---------------------------------------------------------------------------
1162
1163 WX_ARG_ENABLE(palette,     [  --enable-palette        use wxPalette class], wxUSE_PALETTE)
1164 WX_ARG_ENABLE(image,       [  --enable-image          use wxImage class], wxUSE_IMAGE)
1165 WX_ARG_ENABLE(gif,         [  --enable-gif            use gif images (GIF file format)], wxUSE_GIF)
1166 WX_ARG_ENABLE(pcx,         [  --enable-pcx            use pcx images (PCX file format)], wxUSE_PCX)
1167 WX_ARG_ENABLE(iff,         [  --enable-iff            use iff images (IFF file format)], wxUSE_IFF)
1168 WX_ARG_ENABLE(pnm,         [  --enable-pnm            use pnm images (PNM file format)], wxUSE_PNM)
1169 WX_ARG_ENABLE(xpm,         [  --enable-xpm            use xpm images (XPM file format)], wxUSE_XPM)
1170 WX_ARG_ENABLE(ico_cur,     [  --enable-icocur         use Windows ICO and CUR formats], wxUSE_ICO_CUR)
1171
1172 fi
1173
1174 dnl ---------------------------------------------------------------------------
1175 dnl flavour support
1176 dnl ---------------------------------------------------------------------------
1177
1178 dnl Should this be --enable?  I flip-flopped a couple of times and this seems
1179 dnl in the spirit if not the letter, we have gtk-prefix and the like in this group.
1180 dnl It doesn't actually change anything but the output file names.
1181 AC_ARG_WITH(flavour,       [  --with-flavour=NAME     specify a name to identify this build], [WX_FLAVOUR="$withval"])
1182
1183 dnl ---------------------------------------------------------------------------
1184 dnl some win32 settings
1185 dnl ---------------------------------------------------------------------------
1186
1187 WX_ARG_ENABLE(official_build,  [  --enable-official_build official build of wxWidgets (win32 DLL only)], wxUSE_OFFICIAL_BUILD)
1188 AC_ARG_ENABLE(vendor,  [  --enable-vendor=VENDOR  vendor name (win32 DLL only)], [VENDOR="$enableval"])
1189 if test "x$VENDOR" = "x"; then
1190     VENDOR="custom"
1191 fi
1192
1193
1194 dnl for GUI only
1195
1196 dnl cache the options values before (may be) aborting below
1197 WX_ARG_CACHE_FLUSH
1198
1199 dnl check that no more than one toolkit is given and that if none are given that
1200 dnl we have a default one
1201
1202 AC_MSG_CHECKING(for toolkit)
1203
1204 # In Wine, we need to default to MSW, not GTK or MOTIF
1205 if test "$wxUSE_WINE" = "yes"; then
1206     DEFAULT_DEFAULT_wxUSE_GTK=0
1207     DEFAULT_DEFAULT_wxUSE_MOTIF=0
1208     DEFAULT_DEFAULT_wxUSE_MSW=1
1209     wxUSE_SHARED=no
1210 fi
1211
1212
1213 if test "$wxUSE_GUI" = "yes"; then
1214
1215     if test "$USE_BEOS" = 1; then
1216         AC_MSG_ERROR([BeOS GUI is not supported yet, use --disable-gui])
1217     fi
1218
1219     if test "$TOOLKIT_GIVEN" = 1; then
1220       dnl convert "yes", "any" or a number to 1 and "no" to 0
1221       for toolkit in `echo $ALL_TOOLKITS`; do
1222         var=wxUSE_$toolkit
1223         eval "value=\$${var}"
1224         if test "x$value" = "xno"; then
1225           eval "$var=0"
1226         elif test "x$value" != "x"; then
1227           eval "$var=1"
1228         fi
1229
1230         if test "x$value" != "x" -a "x$value" != "xyes" -a "x$value" != "xno"; then
1231           eval "wx${toolkit}_VERSION=$value"
1232         fi
1233       done
1234     else
1235       dnl try to guess the most apropriate toolkit for this platform
1236       for toolkit in `echo $ALL_TOOLKITS`; do
1237         if test "$has_toolkit_in_cache" != 1; then
1238           var=DEFAULT_DEFAULT_wxUSE_$toolkit
1239         else
1240           var=DEFAULT_wxUSE_$toolkit
1241
1242           eval "version=\$DEFAULT_wx${toolkit}_VERSION"
1243           if test "x$version" != "x"; then
1244             eval "wx${toolkit}_VERSION=$version"
1245           fi
1246         fi
1247         eval "wxUSE_$toolkit=\$${var}"
1248       done
1249     fi
1250
1251     dnl we suppose that expr is available (maybe there is a better way to do
1252     dnl this? what about using ALL_TOOLKITS? TODO)
1253     NUM_TOOLKITS=`expr ${wxUSE_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_MAC:-0} \
1254                   + ${wxUSE_MGL:-0} + ${wxUSE_MICROWIN:-0} \
1255                   + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}`
1256
1257     dnl Allow wxUSE_PM only for OS/2 with EMX.
1258     case "${host}" in
1259       *-pc-os2_emx | *-pc-os2-emx )
1260         NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
1261     esac
1262
1263     case "$NUM_TOOLKITS" in
1264       1)
1265       ;;
1266       0)
1267         AC_MSG_ERROR(Please specify a toolkit -- cannot determine the default for ${host})
1268       ;;
1269       *)
1270         AC_MSG_ERROR(Please specify at most one toolkit (maybe some are cached in configarg.cache?))
1271     esac
1272
1273     # to be removed when --disable-gtk2 isn't needed
1274     if test "x$wxUSE_GTK2" = "xyes"; then
1275         wxGTK_VERSION=2
1276     elif test "x$wxUSE_GTK2" = "xno"; then
1277         wxGTK_VERSION=1
1278     fi
1279
1280     dnl cache the wxUSE_<TOOLKIT> values too
1281     for toolkit in `echo $ALL_TOOLKITS`; do
1282       var=wxUSE_$toolkit
1283       eval "value=\$${var}"
1284       if test "x$value" != x; then
1285         cache_var=CACHE_$toolkit
1286         eval "cache=\$${cache_var}"
1287         if test "$cache" = 1; then
1288           echo "$var=$value" >> ${wx_arg_cache_file}
1289           eval "version=\$wx${toolkit}_VERSION"
1290           if test "x$version" != "x"; then
1291             echo "wx${toolkit}_VERSION=$version" >> ${wx_arg_cache_file}
1292           fi
1293         fi
1294         if test "$value" = 1; then
1295           toolkit_echo=`echo $toolkit | tr "[[A-Z]]" "[[a-z]]"`
1296           AC_MSG_RESULT($toolkit_echo)
1297         fi
1298       fi
1299     done
1300 else
1301     if test "x$host_alias" != "x"; then
1302         AC_MSG_RESULT(base ($host_alias hosted) only)
1303     else
1304         AC_MSG_RESULT(base only)
1305     fi
1306 fi
1307
1308 dnl ---------------------------------------------------------------------------
1309 dnl When we are using Cygwin with Motif/GTK+, we want it to appear like
1310 dnl 'just' a POSIX platform, so the Win32 API must not be available
1311 dnl ---------------------------------------------------------------------------
1312 dnl (Windows-only piece)
1313 wants_win32=0
1314 doesnt_want_win32=0
1315 case "${host}" in
1316   *-*-cygwin*)
1317       if test "$wxUSE_MSW" = 1 ; then
1318         wants_win32=1
1319         BAKEFILE_FORCE_PLATFORM=win32
1320       else
1321         doesnt_want_win32=1
1322       fi
1323   ;;
1324   *-*-mingw*)
1325       wants_win32=1
1326   ;;
1327 esac
1328
1329 dnl ---------------------------------------------------------------------------
1330 dnl Wine is a virtual platform, we need to patch things up a bit
1331 dnl ---------------------------------------------------------------------------
1332 if test "$wxUSE_WINE" = "yes"; then
1333     wants_win32=1
1334     dnl FIXME: we should do a better job of testing for these
1335     CC=winegcc
1336     CXX=wineg++
1337     LDFLAGS_GUI="-mwindows"
1338 fi
1339
1340 dnl NB: The two tests bellow are *NOT* mutually exclusive! They should only
1341 dnl     take effect on Cygwin/Mingw and not other platforms.
1342 if test "$wants_win32" = 1 ; then
1343     USE_UNIX=0
1344     USE_WIN32=1
1345     AC_DEFINE(__WIN32__)
1346     AC_DEFINE(__WIN95__)
1347     AC_DEFINE(__WINDOWS__)
1348     AC_DEFINE(__GNUWIN32__)
1349     AC_DEFINE(STRICT)
1350     AC_DEFINE(WINVER, 0x0400)
1351 fi
1352 if test "$doesnt_want_win32" = 1 ; then
1353     USE_UNIX=1
1354     USE_WIN32=0
1355 fi
1356 dnl (end of Windows-only piece)
1357
1358 if test "$USE_UNIX" = 1 ; then
1359     wxUSE_UNIX=yes
1360     AC_DEFINE(__UNIX__)
1361 fi
1362
1363 dnl ---------------------------------------------------------------------------
1364 dnl Checks for programs
1365 dnl ---------------------------------------------------------------------------
1366
1367 dnl flush the cache because checking for programs might abort
1368 AC_CACHE_SAVE
1369
1370 dnl C-compiler checks
1371 dnl   defines CC with the compiler to use
1372 dnl   defines GCC with yes if using gcc
1373 dnl   defines GCC empty if not using gcc
1374 dnl   defines CFLAGS
1375 dnl
1376 dnl this magic incantation is needed to prevent AC_PROG_CC from setting the
1377 dnl default CFLAGS (something like "-g -O2") -- we don't need this as we add
1378 dnl -g and -O flags ourselves below
1379 CFLAGS=${CFLAGS:=}
1380 AC_BAKEFILE_PROG_CC
1381
1382 dnl is -traditional needed for correct compilations
1383 dnl   adds -traditional for gcc if needed
1384 AC_PROG_GCC_TRADITIONAL
1385
1386 AC_LANG_SAVE
1387 AC_LANG_CPLUSPLUS
1388
1389 dnl C++-compiler checks
1390 dnl   defines CXX with the compiler to use
1391 dnl   defines GXX with yes if using gxx
1392 dnl   defines GXX empty if not using gxx
1393 dnl   defines CXXFLAGS
1394 dnl
1395 dnl see CFLAGS line above
1396 CXXFLAGS=${CXXFLAGS:=}
1397 AC_BAKEFILE_PROG_CXX
1398
1399 AC_LANG_RESTORE
1400
1401 dnl ranlib command
1402 dnl   defines RANLIB with the appropriate command
1403 AC_PROG_RANLIB
1404
1405 dnl ar command
1406 dnl   defines AR with the appropriate command
1407 AC_CHECK_TOOL(AR, ar)
1408 if test "x$AR" = "x" ; then
1409     AC_MSG_ERROR([ar is needed to build wxWidgets])
1410 fi
1411
1412 dnl install checks
1413 dnl   defines INSTALL with the appropriate command
1414 AC_PROG_INSTALL
1415
1416 dnl   make install path absolute (if not already);
1417 dnl   will fail with (some) MSDOS paths
1418 case ${INSTALL} in
1419   /* ) # Absolute
1420      ;;
1421   ?:* ) # Drive letter, considered as absolute.
1422      ;;
1423   *)
1424      INSTALL=`pwd`/${INSTALL} ;;
1425 esac
1426
1427
1428 case "${host}" in
1429
1430     dnl The other BSD's should probably go in here too, since this is
1431     dnl to workaround a strange static lib BSDism.
1432     dnl Mac OS X install seems to ignore -p option...
1433     *-*-darwin* )
1434         INSTALL_PROGRAM="cp -fp"
1435         INSTALL_DATA="cp -fp"
1436         ;;
1437     *)
1438         ;;
1439 esac
1440
1441 dnl strip command
1442 dnl   defines STRIP as strip or nothing (true) if not found
1443 AC_CHECK_TOOL(STRIP, strip, true)
1444
1445 dnl Win32 tools
1446 if test "$wxUSE_WINE" = "yes"; then
1447     AC_CHECK_TOOL(RESCOMP, wrc)
1448 else
1449     case "${host}" in
1450     *-*-cygwin* | *-*-mingw32* )
1451         AC_CHECK_TOOL(RESCOMP, windres)
1452         AC_CHECK_TOOL(DLLTOOL, dlltool)
1453         ;;
1454     esac
1455 fi
1456
1457 dnl does make support "-include" (only GNU make does AFAIK)?
1458 AC_CACHE_CHECK([if make is GNU make], wx_cv_prog_makeisgnu,
1459 [
1460     if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
1461             egrep -s GNU > /dev/null); then
1462         wx_cv_prog_makeisgnu="yes"
1463     else
1464         wx_cv_prog_makeisgnu="no"
1465     fi
1466 ])
1467
1468 if test "x$wx_cv_prog_makeisgnu" = "xyes"; then
1469     IF_GNU_MAKE=""
1470 else
1471     IF_GNU_MAKE="#"
1472 fi
1473
1474 AC_SUBST(IF_GNU_MAKE)
1475
1476 dnl we don't need to check for VPATH support in GNU make - it does have it
1477 if test "x$wx_cv_prog_makeisgnu" != "xyes"; then
1478 dnl check if VPATH works
1479 AC_CACHE_CHECK([if make supports VPATH], wx_cv_prog_makevpath, [
1480 dnl create Makefile
1481 cat - << EOF > confMake
1482 check : file
1483         cp \$? \$@
1484         cp \$? final_file
1485 EOF
1486
1487 if test ! -d sub ; then
1488   mkdir sub
1489 fi
1490 echo dummy > sub/file
1491 ${MAKE-make} -f confMake VPATH=sub 2>&5 > /dev/null
1492 RESULT=$?
1493 rm -f sub/file check final_file confMake
1494 rmdir sub
1495 if test "$RESULT" = 0; then
1496   wx_cv_prog_makevpath="yes"
1497 else
1498   wx_cv_prog_makevpath="no"
1499 fi
1500 ])
1501
1502 if test "x$wx_cv_prog_makevpath" != "xyes"; then
1503 AC_MSG_ERROR([
1504 You need a make-utility that is able to use the variable
1505 VPATH correctly.
1506 If your version of make does not support VPATH correctly,
1507 please install GNU-make (possibly as gmake), and start
1508 configure with the following command:
1509 export MAKE=gmake; ./configure  for sh-type shells
1510 setenv MAKE gmake; ./configure  for csh-type shells
1511 Also please do remember to use gmake in this case every time
1512 you are trying to compile.
1513 ])
1514 fi dnl make without VPATH
1515 fi dnl not GNU make
1516
1517 dnl needed for making link to setup.h
1518 AC_PROG_LN_S
1519
1520 dnl ------------------------------------------------------------------------
1521 dnl Platform specific tests
1522 dnl ------------------------------------------------------------------------
1523
1524 dnl xlC needs -qunique under AIX so that one source file can be
1525 dnl compiled to multiple object files and safely linked together.
1526 if test "x$XLCXX" = "xyes" -a "x$USE_AIX" = "x1"; then
1527     CXXFLAGS="$CXXFLAGS -qunique"
1528 fi
1529
1530 dnl This case is for PowerPC OS X vs. everything else
1531 case "${host}" in
1532   powerpc-*-darwin* )
1533     AC_MSG_CHECKING([if __POWERPC__ is already defined])
1534     AC_TRY_COMPILE([],[#ifndef __POWERPC__
1535         choke me for lack of PowerPC
1536 #endif
1537 ],
1538         [AC_MSG_RESULT([yes])],
1539         [AC_MSG_RESULT([no])
1540         AC_DEFINE(__POWERPC__)
1541     ])
1542   ;;
1543 esac
1544
1545 dnl This case is for OS X vs. everything else
1546 case "${host}" in
1547   *-*-darwin* )
1548     AC_MSG_CHECKING([if CoreFoundation/CFBase.h is usable])
1549     AC_TRY_COMPILE([#include <CoreFoundation/CFBase.h>
1550 ],[],
1551         [AC_MSG_RESULT([yes])],
1552         [AC_MSG_RESULT([no])
1553         AC_MSG_CHECKING([if __CF_USE_FRAMEWORK_INCLUDES__ is required])
1554         AC_TRY_COMPILE([#define __CF_USE_FRAMEWORK_INCLUDES__
1555 #include <CoreFoundation/CFBase.h>
1556         ],[],
1557         [AC_MSG_RESULT([yes])
1558         dnl We must use -D so source files that don't include wx/setup.h
1559         dnl but do include CFBase will work.
1560         CPPFLAGS="$CPPFLAGS -D__CF_USE_FRAMEWORK_INCLUDES__"],
1561         [AC_MSG_FAILURE([no.  CoreFoundation not available.])]
1562         )
1563         ]
1564     )
1565   ;;
1566 esac
1567
1568 dnl This case is for OS/2 vs. everything else
1569 case "${host}" in
1570   *-pc-os2_emx | *-pc-os2-emx )
1571       dnl ---------------------------------------------------------------------
1572       dnl When we are using gcc on OS/2, we want to be either using resources
1573       dnl (PM) or a more complete POSIX emulation for Motif/GTK+/X11.
1574       dnl Moreover we need to link explicitly against either stdcpp.a or
1575       dnl stdcxx.a (depending on compiler version), since we are using "gcc",
1576       dnl not "g++/c++".
1577       dnl ---------------------------------------------------------------------
1578       dnl (OS/2-only piece)
1579       if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
1580           dnl More complete Unix emulation for unix-like ports
1581           dnl by linking in POSIX/2's cExt (if available).
1582           AC_CHECK_LIB(cExt, drand48, LIBS="$LIBS -lcExt")
1583       else
1584           dnl Include resources for the "native" port (wxPM).
1585           RESPROGRAMOBJ="\${top_srcdir}/include/wx/os2/wx.res"
1586       fi
1587       dnl Check for the gcc version (and thereby for the C runtime library).
1588       dnl wx_cv_gccversion = EMX2 -> Standard EMX environment
1589       dnl wx_cv_gccversion = EMX3 -> EMX with gcc-3.0.3 or gcc-3.2.1
1590       dnl wx_cv_gccversion = Innotek5 -> gcc-3.2.2 with Innotek libc5
1591       dnl wx_cv_gccversion = Innotek6 -> gcc-3.3.5 with Innotek libc6.
1592       AC_CACHE_CHECK([for gcc/libc version], wx_cv_gccversion,[
1593           AC_TRY_RUN(
1594               dnl Check the gcc version macro.   
1595               [
1596                   #include <stdio.h>
1597
1598                   int main()
1599                   {
1600                       FILE *f=fopen("conftestval", "w");
1601                       if (!f) exit(1);
1602                       fprintf(f,
1603                   #if (__GNUC__ < 3)
1604                               "EMX2"
1605                   #elif (__GNUC__==3) && ((__GNUC_MINOR__ < 2) || ((__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__<2)))
1606                               "EMX3"
1607                   #elif (__GNUC__==3) && (__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__==2)
1608                               "Innotek5"
1609                   #else
1610                               "Innotek6"
1611                   #endif
1612                       );
1613                       exit(0);
1614                   }
1615               ],
1616               wx_cv_gccversion=`cat conftestval`,
1617               wx_cv_gccversion="EMX2",
1618               dnl Compilation error: Assuming standard EMX environment
1619               wx_cv_gccversion="EMX2"
1620           )
1621       ])
1622       if test "$wx_cv_gccversion" = "EMX2"; then
1623           LIBS="$LIBS -lstdcpp"
1624           LDFLAGS="$LDFLAGS -Zsysv-signals"
1625       else
1626           if test "$wx_cv_gccversion" = "EMX3"; then
1627               LIBS="$LIBS -lstdcxx -lgcc"
1628               LDFLAGS="$LDFLAGS -Zsysv-signals"
1629           else
1630               LIBS="$LIBS -lstdc++"
1631           fi
1632       fi
1633       if test "$wxUSE_SHARED" = "yes" -a "$wxUSE_OMF" = "no"; then
1634         AC_MSG_WARN([Building DLLs requires OMF mode, enabled])
1635         wxUSE_OMF=yes
1636         enable_omf=yes
1637       fi
1638       dnl (end of OS/2-only piece)
1639   ;;
1640   *)
1641       dnl ---------------------------------------------------------------------
1642       dnl look for strcasecmp() in string.h and then strings.h if it's not
1643       dnl there. Don't do this on OS/2, where "stricmp" is the function to be
1644       dnl used.
1645       dnl ---------------------------------------------------------------------
1646       dnl (non-OS/2-only piece)
1647
1648       AC_LANG_SAVE
1649       AC_LANG_CPLUSPLUS
1650
1651       AC_CACHE_CHECK([for strcasecmp() in string.h], ac_cv_string_strcasecmp, [
1652           AC_TRY_LINK([
1653               #include <string.h>
1654               ],
1655               [
1656                   strcasecmp("foo", "bar");
1657               ],
1658               ac_cv_string_strcasecmp=yes,
1659               ac_cv_string_strcasecmp=no
1660           )
1661       ])
1662
1663       if test x"$ac_cv_string_strcasecmp" = "xyes"; then
1664           AC_DEFINE(HAVE_STRCASECMP_IN_STRING_H)
1665       else
1666           AC_CACHE_CHECK([for strcasecmp() in strings.h], ac_cv_strings_strcasecmp, [
1667               AC_TRY_LINK([
1668                   #include <strings.h>
1669                   ],
1670                   [
1671                       strcasecmp("foo", "bar");
1672                   ],
1673                   ac_cv_strings_strcasecmp=yes,
1674                   ac_cv_strings_strcasecmp=no
1675               )
1676           ])
1677
1678           if test x"$ac_cv_strings_strcasecmp" = "xyes"; then
1679               AC_DEFINE(HAVE_STRCASECMP_IN_STRINGS_H)
1680           else
1681               AC_MSG_ERROR([No case-insensitive string comparison function found.])
1682           fi
1683       fi
1684
1685       AC_LANG_RESTORE
1686       dnl (end of non-OS/2-only piece)
1687   ;;
1688 esac
1689
1690 dnl ------------------------------------------------------------------------
1691 dnl Check for headers
1692 dnl ------------------------------------------------------------------------
1693
1694 dnl defines HAVE_STDLIB_H
1695 AC_CHECK_HEADERS(stdlib.h)
1696 dnl defines HAVE_MALLOC_H
1697 AC_CHECK_HEADERS(malloc.h)
1698 dnl defines HAVE_UNISTD_H
1699 AC_CHECK_HEADERS(unistd.h)
1700 dnl defines HAVE_WCHAR_H
1701 AC_CHECK_HEADERS(wchar.h)
1702
1703 dnl maybe wchar_t is in wcstr.h if we don't have wchar.h?
1704 if test "$ac_cv_header_wchar_h" != "yes"; then
1705     dnl defines HAVE_WCSTR_H
1706     AC_CHECK_HEADERS(wcstr.h)
1707 fi
1708
1709 dnl defines HAVE_FNMATCH_H
1710 AC_CHECK_HEADERS(fnmatch.h)
1711
1712 dnl defines HAVE_LANGINFO_H (GNU libc locale parameters)
1713 AC_CHECK_HEADERS(langinfo.h)
1714
1715 case "${host}" in
1716   *-pc-os2_emx | *-pc-os2-emx )
1717       dnl Explicitly link -lintl if langinfo.h is available
1718       dnl and intl not yet included in libc
1719       if test $ac_cv_header_langinfo_h = "yes" \
1720                 -a \(   "$wx_cv_gccversion" = "EMX2" \
1721                      -o "$wx_cv_gccversion" = "EMX3" \
1722                      -o "$wx_cv_gccversion" = "Innotek5" \); then
1723           LIBS="$LIBS -lintl"
1724       fi
1725   ;;
1726 esac
1727
1728 dnl ---------------------------------------------------------------------------
1729 dnl Checks for compiler characteristics
1730 dnl ---------------------------------------------------------------------------
1731
1732 dnl defines const to be empty if c-compiler does not support const fully
1733 AC_C_CONST
1734 dnl defines inline to a sensible value for the c-compiler
1735 AC_C_INLINE
1736
1737 dnl check the sizes of integral types (give some reasonable default values for
1738 dnl cross-compiling)
1739 dnl   defines the size of certain types of variables in SIZEOF_<TYPE>
1740 AC_CHECK_SIZEOF(char, 1)
1741 AC_CHECK_SIZEOF(short, 2)
1742 AC_CHECK_SIZEOF(void *, 4)
1743 AC_CHECK_SIZEOF(int, 4)
1744 AC_CHECK_SIZEOF(long, 4)
1745 AC_CHECK_SIZEOF(size_t, 4)
1746
1747 case "${host}" in
1748     arm-*-linux* )
1749         AC_CHECK_SIZEOF(long long, 8)
1750     ;;
1751     *-hp-hpux* )
1752         AC_CHECK_SIZEOF(long long, 0)
1753         if test "$ac_cv_sizeof_long_long" != "0"; then
1754             dnl HPUX 10.20 headers need this define in order to use long long definitions
1755             CPPFLAGS="$CPPFLAGS -D_INCLUDE_LONGLONG"
1756         fi
1757     ;;
1758     * )
1759         AC_CHECK_SIZEOF(long long, 0)
1760 esac
1761
1762 dnl SGI/Irix's stdio.h does not include wchar_t. Mac OS X does not provide
1763 dnl wchar.h and wchar_t is defined by stdlib.h (GD)
1764 AC_CHECK_SIZEOF(wchar_t, 0,
1765     [
1766         /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
1767         #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
1768         #  error "fake wchar_t"
1769         #endif
1770         #ifdef HAVE_WCHAR_H
1771         #  ifdef __CYGWIN__
1772         #    include <stddef.h>
1773         #  endif
1774         #  include <wchar.h>
1775         #endif
1776         #ifdef HAVE_STDLIB_H
1777         #  include <stdlib.h>
1778         #endif
1779         #include <stdio.h>
1780     ]
1781 )
1782 if test "$ac_cv_sizeof_wchar_t" != "0"; then
1783     wxUSE_WCHAR_T=yes
1784 else
1785     wxUSE_WCHAR_T=no
1786 fi
1787
1788 dnl checks needed to define wxVaCopy
1789 AC_CACHE_CHECK([for va_copy],
1790     wx_cv_func_va_copy,
1791     [
1792         AC_LINK_IFELSE([
1793             #include <stdarg.h>
1794             void foo(char *f, ...)
1795             {
1796                 va_list ap1, ap2;
1797                 va_start(ap1, f);
1798                 va_copy(ap2, ap1);
1799                 va_end(ap2);
1800                 va_end(ap1);
1801             }
1802             int main()
1803             {
1804                 foo("hi", 17);
1805                 return 0;
1806             }],
1807             wx_cv_func_va_copy=yes,
1808             wx_cv_func_va_copy=no
1809         )
1810     ]
1811 )
1812
1813 if test $wx_cv_func_va_copy = "yes"; then
1814     AC_DEFINE(HAVE_VA_COPY)
1815 else
1816     dnl try to understand how can we copy va_lists
1817     AC_CACHE_CHECK([if va_list can be copied by value],
1818         wx_cv_type_va_list_lvalue,
1819         [
1820             AC_RUN_IFELSE([
1821                 #include <stdarg.h>
1822                 int foo(char *f, ...)
1823                 {
1824                     va_list ap1, ap2;
1825                     va_start(ap1, f);
1826                     ap2 = ap1;
1827                     if ( va_arg(ap1, int) != 17 || va_arg(ap2, int) != 17 )
1828                         return 1;
1829                     va_end(ap2);
1830                     va_end(ap1);
1831                     return 0;
1832                 }
1833                 int main()
1834                 {
1835                     return foo("hi", 17);
1836                 }],
1837                 wx_cv_type_va_list_lvalue=yes,
1838                 wx_cv_type_va_list_lvalue=no,
1839                 dnl assume most common case for cross-compiling...
1840                 wx_cv_type_va_list_lvalue=yes
1841             )
1842         ]
1843     )
1844
1845     if test $wx_cv_type_va_list_lvalue != "yes"; then
1846         dnl we suppose that the only thing which can't be copied like this
1847         dnl are arrays... only experience will show whether this is really true
1848         AC_DEFINE(VA_LIST_IS_ARRAY)
1849     fi
1850 fi
1851
1852 dnl check for large file support
1853 AC_SYS_LARGEFILE
1854
1855 dnl we need to define _FILE_OFFSET_BITS or _LARGE_FILES on the compiler command
1856 dnl line because otherwise the system headers risk being included before
1857 dnl wx/defs.h which defines these constants leading to inconsistent
1858 dnl sizeof(off_t) in different source files of the same program and linking
1859 dnl problems
1860 if test "x$wx_largefile" = "xyes"; then
1861     if test "x$ac_cv_sys_file_offset_bits" = "x64"; then
1862         WX_LARGEFILE_FLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES"
1863
1864         dnl We get "Large Files (ILP32) not supported in strict ANSI mode."
1865         dnl #error from HP standard headers unless __STDC_EXT__ is defined.
1866         dnl The compiler should define it automatically, but some old g++
1867         dnl versions don't define it, so test and add it if necessary. AFAIK
1868         dnl the problem only affects the C++ compiler so it is added to
1869         dnl CXXFLAGS only.
1870         if test "$USE_HPUX" = 1 -a "$GXX" = "yes"; then
1871             AC_CACHE_CHECK(
1872                 [if -D__STDC_EXT__ is required],
1873                 wx_cv_STDC_EXT_required,
1874                 [
1875                     AC_LANG_SAVE
1876                     AC_LANG_CPLUSPLUS
1877                     AC_TRY_COMPILE(
1878                         [],
1879                         [
1880                             #ifndef __STDC_EXT__
1881                                 choke me
1882                             #endif
1883                         ],
1884                         wx_cv_STDC_EXT_required=no,
1885                         wx_cv_STDC_EXT_required=yes
1886                     )
1887                     AC_LANG_RESTORE
1888                 ]
1889             )
1890             if test "x$wx_cv_STDC_EXT_required" = "xyes"; then
1891                 CXXFLAGS="$CXXFLAGS -D__STDC_EXT__"
1892             fi
1893         fi
1894     else
1895         WX_LARGEFILE_FLAGS="-D_LARGE_FILES"
1896     fi
1897     dnl AC_FUNC_FSEEKO sets HAVE_FSEEKO and $ac_cv_sys_largefile_source
1898     AC_FUNC_FSEEKO
1899     if test "$ac_cv_sys_largefile_source" != no; then
1900         WX_LARGEFILE_FLAGS="$WX_LARGEFILE_FLAGS -D_LARGEFILE_SOURCE=$ac_cv_sys_largefile_source"
1901     fi
1902     CPPFLAGS="$CPPFLAGS $WX_LARGEFILE_FLAGS"
1903 fi
1904
1905 dnl check for bytesex stuff (don't use AC_C_BIGENDIAN to allow cross-compiling)
1906 WX_C_BIGENDIAN
1907
1908 dnl check for iostream (as opposed to iostream.h) standard header
1909 WX_CPP_NEW_HEADERS(, AC_DEFINE(wxUSE_IOSTREAMH))
1910
1911 dnl check whether C++ compiler supports bool built-in type
1912 WX_CPP_BOOL
1913
1914 dnl check whether C++ compiler supports explicit keyword
1915 WX_CPP_EXPLICIT
1916
1917 dnl check whether C++ compiler supports C++ casts
1918 AC_CXX_CONST_CAST
1919 AC_CXX_REINTERPRET_CAST
1920 AC_CXX_STATIC_CAST
1921 dnl we don't use HAVE_DYNAMIC_CAST anywhere right now...
1922 dnl AC_CXX_DYNAMIC_CAST
1923
1924 dnl With Sun CC, temporaries have block scope by default. This flag is needed
1925 dnl to get the expression scope behaviour that conforms to the standard.
1926 if test "x$SUNCXX" = xyes; then
1927     CXXFLAGS="$CXXFLAGS -features=tmplife"
1928 fi
1929
1930 dnl Sun X11 headers are (still, in 2005!) non-ANSI and the best they could do
1931 dnl was to hack their C++ compiler to accept them silently -- but C compiler
1932 dnl still spits out dozens of warnings for each X include file, so suppress
1933 dnl them
1934 if test "x$SUNCC" = xyes; then
1935     CFLAGS="$CFLAGS -erroff=E_NO_EXPLICIT_TYPE_GIVEN"
1936 fi
1937
1938 dnl SGI mipsPro compiler gives this warning for "conversion from pointer to
1939 dnl same-sized integral type" even when there is an explicit cast and as there
1940 dnl is no way to turn it off and there are hundreds of these warnings in wx
1941 dnl sources, just turn it off for now
1942 dnl
1943 dnl a better long term solution would be to use #pragma set/reset woff in
1944 dnl wxPtrToUInt() and use it instead of casts elsewhere
1945 if test "x$SGICC" = "xyes"; then
1946     CFLAGS="$CFLAGS -woff 3970"
1947 fi
1948 if test "x$SGICXX" = "xyes"; then
1949     CXXFLAGS="$CXXFLAGS -woff 3970"
1950 fi
1951
1952 dnl HP-UX c89/aCC compiler warnings
1953 if test "x$HPCC" = "xyes"; then
1954     dnl 2011: "unrecognized preprocessor directive": nice warning but it's given
1955     dnl       even for directives inside #if which is not true (i.e. which are
1956     dnl       used for other compilers/OS) and so we have no way to get rid of it
1957     dnl 2450: "long long is non standard" -- yes, we know
1958     CFLAGS="$CFLAGS +W 2011,2450"
1959 fi
1960 if test "x$HPCXX" = "xyes"; then
1961     dnl 2340: "value copied to temporary, reference to temporary used": very
1962     dnl       painful as triggered by any occurrence of user-defined conversion
1963     CXXFLAGS="$CXXFLAGS +W 2340"
1964 fi
1965
1966 dnl DEC/Compaq/HP cxx warnings
1967 if test "x$COMPAQCXX" = "xyes"; then
1968     dnl -w0 enables all warnings, then we disable some of them:
1969     dnl basclsnondto: base class dtor non virtual (sometimes we do want this)
1970     dnl unrimpret:  "end of routine block may be unreachable" is given for
1971     dnl             every "if ( ) return ...; else return ...;"
1972     dnl intconlosbit: "conversion to integral type of smaller size could lose
1973     dnl               data" this is a useful warning but there are too many of
1974     dnl               them for now
1975     CXXFLAGS="-w0 -msg_disable basclsnondto,unrimpret,intconlosbit"
1976 fi
1977
1978 dnl check for std::string or std::wstring
1979 if test "$wxUSE_STD_STRING" = "yes" -o "$wxUSE_STL" = "yes"; then
1980     AC_LANG_PUSH(C++)
1981
1982     if test "$wxUSE_UNICODE" = "yes"; then
1983         std_string="std::wstring"
1984         char_type="wchar_t"
1985     else
1986         std_string="std::string"
1987         char_type="char"
1988     fi
1989
1990     dnl check if <string> declares std::wstring
1991     AC_MSG_CHECKING([for $std_string in <string>])
1992     AC_TRY_COMPILE([#include <string>],
1993                    [$std_string foo;],
1994                    [AC_MSG_RESULT(yes)
1995                     AC_DEFINE(HAVE_STD_WSTRING)],
1996                    [AC_MSG_RESULT(no)
1997                     AC_MSG_CHECKING([if std::basic_string<$char_type> works])
1998                     AC_TRY_COMPILE([
1999                         #ifdef HAVE_WCHAR_H
2000                         #  ifdef __CYGWIN__
2001                         #    include <stddef.h>
2002                         #  endif
2003                         #  include <wchar.h>
2004                         #endif
2005                         #ifdef HAVE_STDLIB_H
2006                         #  include <stdlib.h>
2007                         #endif
2008                         #include <stdio.h>
2009                         #include <string>
2010                         ],
2011                         [std::basic_string<$char_type> foo;
2012                          const $char_type* dummy = foo.c_str();],
2013                         [AC_MSG_RESULT(yes)],
2014                         [AC_MSG_RESULT([no])
2015                          if test "$wxUSE_STL" = "yes"; then
2016                              AC_MSG_ERROR([Can't use --enable-stl without $std_string or std::basic_string<$char_type>])
2017                          elif grep wxUSE_STD_STRING $wx_arg_cache_file >/dev/null; then
2018                              AC_MSG_ERROR([Can't use --enable-std_string without $std_string or std::basic_string<$char_type>])
2019                          else
2020                              AC_MSG_WARN([No $std_string or std::basic_string<$char_type>, switching to --disable-std_string])
2021                              wxUSE_STD_STRING=no
2022                          fi
2023                         ]
2024                     )
2025                     ])
2026
2027     AC_LANG_POP
2028 fi
2029
2030 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
2031     AC_LANG_PUSH(C++)
2032
2033     AC_CHECK_TYPES([std::istream, std::ostream],,
2034                    [wxUSE_STD_IOSTREAM=no],
2035                    [#include <iostream>])
2036
2037     if test "$wxUSE_STD_IOSTREAM" != "yes"; then
2038         if grep wxUSE_STD_IOSTREAM $wx_arg_cache_file >/dev/null; then
2039             AC_MSG_ERROR([Can't use --enable-std_iostreams without std::istream and std::ostream])
2040         else
2041             AC_MSG_WARN([No std::iostreams, switching to --disable-std_iostreams])
2042         fi
2043     fi
2044     
2045     AC_LANG_POP
2046 fi
2047
2048 if test "$wxUSE_STL" = "yes"; then
2049     AC_LANG_PUSH(C++)
2050
2051     dnl check for basic STL functionality
2052     AC_MSG_CHECKING([for basic STL functionality])
2053     AC_TRY_COMPILE([#include <string>
2054                     #include <functional>
2055                     #include <algorithm>
2056                     #include <vector>
2057                     #include <list>],
2058                     [std::vector<int> moo;
2059                      std::list<int> foo;
2060                      std::vector<int>::iterator it = 
2061                          std::find_if(moo.begin(), moo.end(),
2062                                       std::bind2nd(std::less<int>(), 3));],
2063                     [AC_MSG_RESULT([yes])],
2064                     [AC_MSG_RESULT([no])
2065                      AC_MSG_ERROR([Basic STL functionality missing])])
2066
2067     dnl check for compliant std::string::compare
2068     AC_MSG_CHECKING([for compliant std::string::compare])
2069     AC_TRY_COMPILE([#include <string>],
2070                    [std::string foo, bar;
2071                     foo.compare(bar);
2072                     foo.compare(1, 1, bar);
2073                     foo.compare(1, 1, bar, 1, 1);
2074                     foo.compare("");
2075                     foo.compare(1, 1, "");
2076                     foo.compare(1, 1, "", 2);],
2077                    [AC_MSG_RESULT(yes)
2078                     AC_DEFINE(HAVE_STD_STRING_COMPARE)],
2079                    [AC_MSG_RESULT(no)])
2080
2081     dnl check for hash_map and hash_set headers
2082     AC_CHECK_HEADER([hash_map],
2083                     [AC_MSG_CHECKING([for hash_map and hash_set])
2084                      AC_TRY_COMPILE([#include <hash_map>
2085                                      #include <hash_set>],
2086                                     [std::hash_map<double*, char*, std::hash<double*>, std::equal_to<double*> > test1;
2087                                      std::hash_set<char*, std::hash<char*>, std::equal_to<char*> > test2;],
2088                                     [AC_MSG_RESULT(yes)
2089                                      AC_DEFINE(HAVE_HASH_MAP)
2090                                      AC_DEFINE(HAVE_STD_HASH_MAP)],
2091                                     [AC_MSG_RESULT(no)])
2092                      ])
2093
2094     AC_CHECK_HEADER([ext/hash_map],
2095                     [AC_MSG_CHECKING([for hash_map and hash_set])
2096                      AC_TRY_COMPILE([#include <ext/hash_map>
2097                                      #include <ext/hash_set>],
2098                                     [__gnu_cxx::hash_map<double*, char*, __gnu_cxx::hash<double*>, std::equal_to<double*> > test1;
2099                                      __gnu_cxx::hash_set<char*, __gnu_cxx::hash<char*>, std::equal_to<char*> > test2;],
2100                                     [AC_MSG_RESULT(yes)
2101                                      AC_DEFINE(HAVE_EXT_HASH_MAP)
2102                                      AC_DEFINE(HAVE_GNU_CXX_HASH_MAP)],
2103                                     [AC_MSG_RESULT(no)])
2104                      ])
2105
2106     AC_LANG_POP
2107 fi
2108
2109 dnl ---------------------------------------------------------------------------
2110 dnl Define search path for includes and libraries: all headers and libs will be
2111 dnl looked for in all directories of this path
2112 dnl ---------------------------------------------------------------------------
2113
2114 dnl Notice that /usr/include should *not* be in this list, otherwise it breaks
2115 dnl compilation on Solaris/AIX/... with gcc because standard (non ANSI C)
2116 dnl headers are included instead of the "fixed" (ANSI-fied) gcc ones.
2117 dnl
2118 dnl Also try to put all directories which may contain X11R6 before those which
2119 dnl may contain X11R5/4 - we want to use R6 on machines which have both!
2120 dnl
2121 dnl In the same vein. Motif 2.1 should be tried before Motif 1.2 for the
2122 dnl systems which have both (AIX 4.x does)
2123 SEARCH_INCLUDE="\
2124     /usr/local/include        \
2125                               \
2126     /usr/Motif-2.1/include    \
2127     /usr/Motif-1.2/include    \
2128     /usr/include/Motif1.2     \
2129                               \
2130     /usr/dt/include           \
2131     /usr/openwin/include      \
2132                               \
2133     /usr/include/Xm           \
2134                               \
2135     /usr/X11R6/include        \
2136     /usr/X11R6.4/include      \
2137     /usr/X11R5/include        \
2138     /usr/X11R4/include        \
2139                               \
2140     /usr/include/X11R6        \
2141     /usr/include/X11R5        \
2142     /usr/include/X11R4        \
2143                               \
2144     /usr/local/X11R6/include  \
2145     /usr/local/X11R5/include  \
2146     /usr/local/X11R4/include  \
2147                               \
2148     /usr/local/include/X11R6  \
2149     /usr/local/include/X11R5  \
2150     /usr/local/include/X11R4  \
2151                               \
2152     /usr/X11/include          \
2153     /usr/include/X11          \
2154     /usr/local/X11/include    \
2155     /usr/local/include/X11    \
2156                               \
2157     /usr/XFree86/include/X11  \
2158     /usr/pkg/include          \
2159                               \
2160     /usr/openwin/share/include"
2161
2162 dnl try to find out the standard lib locations for the systems with multiple
2163 dnl ABIs
2164 AC_MSG_CHECKING([for libraries directory])
2165
2166 case "${host}" in
2167     *-*-irix6* )
2168         AC_CACHE_VAL(
2169             wx_cv_std_libpath,
2170             [
2171                 for d in WX_STD_LIBPATH(); do
2172                     for e in a so sl dylib dll.a; do
2173                         libc="$d/libc.$e"
2174                         if test -f $libc; then
2175                             save_LIBS="$LIBS"
2176                             LIBS="$libc"
2177                             AC_LINK_IFELSE([int main() { return 0; }],
2178                                 wx_cv_std_libpath=`echo $d | sed s@/usr/@@`)
2179                             LIBS="$save_LIBS"
2180                             if test "x$wx_cv_std_libpath" != "x"; then
2181                                 break 2
2182                             fi
2183                         fi
2184                     done
2185                 done
2186                 if test "x$wx_cv_std_libpath" = "x"; then
2187                     wx_cv_std_libpath="lib"
2188                 fi
2189             ]
2190         )
2191         ;;
2192
2193     *-*-solaris2* )
2194         dnl use ../lib or ../lib/64 depending on the size of void*
2195         if test "$ac_cv_sizeof_void_p" = 8 -a -d "/usr/lib/64"; then
2196             wx_cv_std_libpath="lib/64"
2197         else
2198             wx_cv_std_libpath="lib"
2199         fi
2200         ;;
2201
2202     *-*-linux* )
2203         dnl use ../lib or ../lib64 depending on the size of void*
2204         if test "$ac_cv_sizeof_void_p" = 8 -a \
2205                 -d "/usr/lib64" -a ! -h "/usr/lib64"; then
2206             wx_cv_std_libpath="lib64"
2207         else
2208             wx_cv_std_libpath="lib"
2209         fi
2210         ;;
2211
2212     *)
2213         wx_cv_std_libpath="lib";
2214         ;;
2215 esac
2216
2217 AC_MSG_RESULT($wx_cv_std_libpath)
2218
2219 SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s@include@$wx_cv_std_libpath@g` /usr/$wx_cv_std_libpath"
2220
2221 dnl Cross compiling with gcc?
2222 if test "$build" != "$host" -a "$GCC" = yes; then
2223     dnl for gcc cross-compilers "$CC -print-prog-name=ld" prints the path to
2224     dnl the linker. Stripping off the trailing '/bin/ld' gives us a candiate
2225     dnl for a 'root' below which libraries and headers for the target system
2226     dnl might be installed.
2227     if cross_root=`$CC -print-prog-name=ld 2>/dev/null`; then
2228         cross_root=`dirname $cross_root`
2229         cross_root=`dirname $cross_root`
2230
2231         dnl substitute this candiate root for '^/usr' in the search lists,
2232         dnl strip out any that don't start '^/usr'.
2233         SEARCH_LIB=`for x in $SEARCH_LIB; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
2234         SEARCH_INCLUDE=`for x in $SEARCH_INCLUDE; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
2235
2236         dnl also have pkg-config search for *.pc files under this 'root'
2237         if test -z "$PKG_CONFIG_PATH"; then
2238             PKG_CONFIG_PATH="$cross_root/local/lib/pkgconfig:$cross_root/lib/pkgconfig"
2239             export PKG_CONFIG_PATH
2240         fi
2241
2242         dnl AC_PATH_XTRA doesn't work currently unless -x-includes and
2243         dnl -x-libraries are given on the command line. So if they are not
2244         dnl set then set them here to plausible defaults.
2245         if test -z "$x_includes" -o "$x_includes" = NONE; then
2246             WX_PATH_FIND_INCLUDES($SEARCH_INCLUDE, X11/Intrinsic.h)
2247             x_includes=$ac_find_includes
2248         fi
2249         if test -z "$x_libraries" -o "$x_libraries" = NONE; then
2250             WX_PATH_FIND_LIBRARIES($SEARCH_LIB, Xt)
2251             x_libraries=$ac_find_libraries
2252         fi
2253     fi
2254 fi
2255
2256 dnl ------------------------------------------------------------------------
2257 dnl Check for libraries
2258 dnl ------------------------------------------------------------------------
2259
2260 dnl flush the cache because checking for libraries below might abort
2261 AC_CACHE_SAVE
2262
2263 dnl check for glibc version
2264 dnl
2265 dnl VZ: I have no idea why had this check been there originally, but now
2266 dnl     we could probably do without it by just always adding _GNU_SOURCE
2267 if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
2268     AC_CACHE_CHECK([for glibc 2.1 or later], wx_cv_lib_glibc21,[
2269         AC_TRY_COMPILE([#include <features.h>],
2270             [
2271                 #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
2272                 not glibc 2.1
2273                 #endif
2274             ],
2275             [
2276                 wx_cv_lib_glibc21=yes
2277             ],
2278             [
2279                 wx_cv_lib_glibc21=no
2280             ]
2281         )
2282     ])
2283     if test "$wx_cv_lib_glibc21" = "yes"; then
2284         AC_DEFINE(wxHAVE_GLIBC2)
2285     fi
2286 fi
2287
2288 dnl we may need _GNU_SOURCE for 2 things:
2289 dnl
2290 dnl  1. to get PTHREAD_MUTEX_RECURSIVE with glibc 2.1+ (strictly speaking we
2291 dnl  only need _XOPEN_SOURCE=500 but just defining this disables _BSD_SOURCE
2292 dnl  which breaks libtiff compilation, so it is simpler to just define
2293 dnl  _GNU_SOURCE to get everything)
2294 dnl
2295 dnl  2. for Unicode functions
2296 if test "x$wx_cv_lib_glibc21" = "xyes"; then
2297     if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then
2298         AC_DEFINE(_GNU_SOURCE)
2299     fi
2300 fi
2301
2302 dnl ---------------------------------------------------------------------------
2303 dnl Optional libraries
2304 dnl
2305 dnl   --with-<lib>=sys
2306 dnl       looks for system library and fails if not found
2307 dnl
2308 dnl   --with-<lib>
2309 dnl   --with-<lib>=yes
2310 dnl       looks for system library and, if not found, prints a warning,
2311 dnl       falls back to the builtin wx version, and continues configuration
2312 dnl
2313 dnl   --with-<lib>=builtin
2314 dnl       uses builtin wx version without searching for system library
2315 dnl
2316 dnl   --with-<lib>=no
2317 dnl   --without-<lib>
2318 dnl       do not use library (neither system nor builtin wx version)
2319 dnl
2320 dnl ---------------------------------------------------------------------------
2321
2322 dnl ------------------------------------------------------------------------
2323 dnl Check for regex libraries
2324 dnl ------------------------------------------------------------------------
2325
2326 if test "$wxUSE_REGEX" != "no"; then
2327     AC_DEFINE(wxUSE_REGEX)
2328             
2329     if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_REGEX" = "yes"; then
2330         AC_MSG_WARN([Defaulting to the the builtin regex library for Unicode build.])
2331         wxUSE_REGEX=builtin
2332     fi
2333
2334     if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
2335         dnl according to Unix 98 specs, regcomp() is in libc but I believe that
2336         dnl on some old systems it may be in libregex - check for it too?
2337         AC_CHECK_HEADER(regex.h, [AC_CHECK_FUNCS(regcomp)])
2338
2339         if test "x$ac_cv_func_regcomp" != "xyes"; then
2340             if test "$wxUSE_REGEX" = "sys" ; then
2341                 AC_MSG_ERROR([system regex library not found! Use --with-regex to use built-in version])
2342             else
2343                 AC_MSG_WARN([system regex library not found, will use built-in instead])
2344                 wxUSE_REGEX=builtin
2345             fi
2346         else
2347             dnl we are using the system library
2348             wxUSE_REGEX=sys
2349             dnl only the built-in supports advanced REs
2350             AC_DEFINE(WX_NO_REGEX_ADVANCED)
2351         fi
2352     fi
2353 fi
2354
2355 dnl ------------------------------------------------------------------------
2356 dnl Check for zlib compression library
2357 dnl ------------------------------------------------------------------------
2358
2359 ZLIB_LINK=
2360 if test "$wxUSE_ZLIB" != "no" ; then
2361     AC_DEFINE(wxUSE_ZLIB)
2362
2363     if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
2364         dnl don't test for zlib under Mac -- its verson there is 1.1.3 but we
2365         dnl should still use it because hopefully (can someone confirm this?)
2366         dnl Apple did fix the security problem in it and not using the system
2367         dnl library results in a whole bunch of warnings when linking with
2368         dnl Carbon framework
2369         if test "$USE_DARWIN" = 1; then
2370             system_zlib_h_ok="yes"
2371         else
2372             dnl we have troubles with ancient zlib versions (e.g. 1.0.4 is
2373             dnl known to not work) and although I don't know which is
2374             dnl the minimal required version it's safer to test for 1.1.4 as
2375             dnl it fixes a security problem in 1.1.3 -- and hopefully nobody
2376             dnl has anything more ancient (1.1.3 was released in July 1998)
2377             dnl anyhow
2378             AC_CACHE_CHECK([for zlib.h >= 1.1.4], ac_cv_header_zlib_h,
2379                 [AC_TRY_RUN(
2380                     dnl zlib.h defines ZLIB_VERSION="x.y.z"
2381                     [
2382                         #include <zlib.h>
2383                         #include <stdio.h>
2384
2385                         int main()
2386                         {
2387                             FILE *f=fopen("conftestval", "w");
2388                             if (!f) exit(1);
2389                             fprintf(f, "%s",
2390                                     ZLIB_VERSION[0] == '1' &&
2391                                     (ZLIB_VERSION[2] > '1' ||
2392                                     (ZLIB_VERSION[2] == '1' &&
2393                                      ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
2394                             exit(0);
2395                         }
2396                     ],
2397                     ac_cv_header_zlib_h=`cat conftestval`,
2398                     ac_cv_header_zlib_h=no,
2399                     dnl cross-compiling: don't have an answer, try later
2400                     unset ac_cv_header_zlib_h
2401                 )]
2402             )
2403             dnl If the test above did not come up with a value (e.g. cross
2404             dnl compiling) then this should give a definitive answer
2405             AC_CHECK_HEADER(zlib.h)
2406
2407             system_zlib_h_ok=$ac_cv_header_zlib_h
2408         fi
2409
2410         if test "$system_zlib_h_ok" = "yes"; then
2411             AC_CHECK_LIB(z, deflate, ZLIB_LINK=" -lz")
2412         fi
2413
2414         if test "x$ZLIB_LINK" = "x" ; then
2415             if test "$wxUSE_ZLIB" = "sys" ; then
2416                 AC_MSG_ERROR([zlib library not found or too old! Use --with-zlib=builtin to use built-in version])
2417             else
2418                 AC_MSG_WARN([zlib library not found or too old, will use built-in instead])
2419                 wxUSE_ZLIB=builtin
2420             fi
2421         else
2422             dnl we are using the system library
2423             wxUSE_ZLIB=sys
2424         fi
2425     fi
2426 fi
2427
2428 dnl ------------------------------------------------------------------------
2429 dnl Check for png library
2430 dnl ------------------------------------------------------------------------
2431
2432 PNG_LINK=
2433 if test "$wxUSE_LIBPNG" != "no" ; then
2434     AC_DEFINE(wxUSE_LIBPNG)
2435
2436     if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
2437         AC_MSG_WARN([wxMGL doesn't work with builtin png library, will use MGL one instead])
2438         wxUSE_LIBPNG=sys
2439     fi
2440
2441     dnl for the check below to have a chance to succeed, we must already have
2442     dnl libz somewhere (don't do this when bulding wxMGL since its libpng
2443     dnl doesn't depend on zlib)
2444     if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
2445         AC_MSG_WARN([system png library doesn't work without system zlib, will use built-in instead])
2446         wxUSE_LIBPNG=builtin
2447     fi
2448
2449     if test "$wxUSE_MGL" != 1 ; then
2450         dnl Don't check for libpng when building wxMGL, libmgl contains it
2451         if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
2452             dnl libpng version 0.9 is known to not work, if an even newer
2453             dnl version is required, just bump it up in the test below
2454             AC_CACHE_CHECK([for png.h > 0.90], ac_cv_header_png_h,
2455                 [AC_TRY_RUN(
2456                     dnl png.h defines PNG_LIBPNG_VER=number
2457                     [
2458                         #include <png.h>
2459                         #include <stdio.h>
2460
2461                         int main()
2462                         {
2463                             FILE *f=fopen("conftestval", "w");
2464                             if (!f) exit(1);
2465                             fprintf(f, "%s",
2466                                      PNG_LIBPNG_VER > 90 ? "yes" : "no");
2467                             exit(0);
2468                         }
2469                     ],
2470                     ac_cv_header_png_h=`cat conftestval`,
2471                     ac_cv_header_png_h=no,
2472                     dnl cross-compiling: test (later) if we have any png.h
2473                     unset ac_cv_header_png_h
2474                 )]
2475             )
2476             AC_CHECK_HEADER(png.h)
2477
2478             if test "$ac_cv_header_png_h" = "yes"; then
2479                 AC_CHECK_LIB(png, png_check_sig, PNG_LINK=" -lpng -lz", , [-lz -lm])
2480             fi
2481
2482             if test "x$PNG_LINK" = "x" ; then
2483                 if test "$wxUSE_LIBPNG" = "sys" ; then
2484                     AC_MSG_ERROR([system png library not found or too old! Use --with-libpng=builtin to use built-in version])
2485                 else
2486                     AC_MSG_WARN([system png library not found or too old, will use built-in instead])
2487                     wxUSE_LIBPNG=builtin
2488                 fi
2489             else
2490                 dnl we are using the system library
2491                 wxUSE_LIBPNG=sys
2492             fi
2493         fi
2494     fi
2495
2496     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png"
2497 fi
2498
2499 dnl ------------------------------------------------------------------------
2500 dnl Check for jpeg library
2501 dnl ------------------------------------------------------------------------
2502
2503 JPEG_LINK=
2504 if test "$wxUSE_LIBJPEG" != "no" ; then
2505     AC_DEFINE(wxUSE_LIBJPEG)
2506
2507     if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
2508         AC_MSG_WARN([wxMGL doesn't work with builtin jpeg library, will use MGL one instead])
2509         wxUSE_LIBJPEG=sys
2510     fi
2511
2512     if test "$wxUSE_MGL" != 1 ; then
2513         dnl Don't check for libjpeg when building wxMGL, libmgl contains it
2514         if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
2515             dnl can't use AC_CHECK_HEADER as jconfig.h defines things like
2516             dnl HAVE_STDLIB_H which are already defined and this provokes
2517             dnl a compiler warning which configure considers as an error...
2518             AC_MSG_CHECKING(for jpeglib.h)
2519             AC_CACHE_VAL(ac_cv_header_jpeglib_h,
2520                 AC_TRY_COMPILE(
2521                     [
2522                         #undef HAVE_STDLIB_H
2523                         #include <stdio.h>
2524                         #include <jpeglib.h>
2525                     ],
2526                     [
2527                     ],
2528                     ac_cv_header_jpeglib_h=yes,
2529                     ac_cv_header_jpeglib_h=no
2530                 )
2531             )
2532             AC_MSG_RESULT($ac_cv_header_jpeglib_h)
2533
2534             if test "$ac_cv_header_jpeglib_h" = "yes"; then
2535                 AC_CHECK_LIB(jpeg, jpeg_read_header, JPEG_LINK=" -ljpeg")
2536             fi
2537
2538             if test "x$JPEG_LINK" = "x" ; then
2539                 if test "$wxUSE_LIBJPEG" = "sys" ; then
2540                     AC_MSG_ERROR([system jpeg library not found! Use --with-libjpeg=builtin to use built-in version])
2541                 else
2542                     AC_MSG_WARN([system jpeg library not found, will use built-in instead])
2543                     wxUSE_LIBJPEG=builtin
2544                 fi
2545             else
2546                 dnl we are using the system library
2547                 wxUSE_LIBJPEG=sys
2548             fi
2549         fi
2550     fi
2551 fi
2552
2553 dnl ------------------------------------------------------------------------
2554 dnl Check for tiff library
2555 dnl ------------------------------------------------------------------------
2556
2557 TIFF_LINK=
2558 TIFF_PREREQ_LINKS=-lm
2559 if test "$wxUSE_LIBTIFF" != "no" ; then
2560     AC_DEFINE(wxUSE_LIBTIFF)
2561
2562     if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
2563         dnl libtiff may depend on libjpeg and libz so use them in the test
2564         dnl below or it would fail
2565         if test "$wxUSE_LIBJPEG" = "sys"; then
2566             TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $JPEG_LINK"
2567         fi
2568         if test "$wxUSE_ZLIB" = "sys"; then
2569             TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $ZLIB_LINK"
2570         fi
2571         AC_CHECK_HEADER(tiffio.h,
2572                         [
2573                             AC_CHECK_LIB(tiff, TIFFError,
2574                                          TIFF_LINK=" -ltiff",
2575                                          ,
2576                                          $TIFF_PREREQ_LINKS)
2577                         ]
2578                        )
2579
2580         if test "x$TIFF_LINK" = "x" ; then
2581             if test "$wxUSE_LIBTIFF" = "sys" ; then
2582                 AC_MSG_ERROR([system tiff library not found! Use --with-libtiff=builtin to use built-in version])
2583             else
2584                 AC_MSG_WARN([system tiff library not found, will use built-in instead])
2585                 wxUSE_LIBTIFF=builtin
2586             fi
2587         else
2588             dnl we are using the system library
2589             wxUSE_LIBTIFF=sys
2590         fi
2591     fi
2592 fi
2593
2594 dnl ------------------------------------------------------------------------
2595 dnl Check for expat libraries
2596 dnl ------------------------------------------------------------------------
2597
2598 if test "$wxUSE_WCHAR_T" != "yes"; then
2599     if test "$wxUSE_EXPAT" != "no"; then
2600         AC_MSG_WARN([wxWidgets requires wchar_t to use expat, disabling])
2601         wxUSE_EXPAT=no
2602     fi
2603     if test "$wxUSE_XML" != "no"; then
2604         AC_MSG_WARN([wxWidgets requires wchar_t to use xml, disabling])
2605         wxUSE_XML=no
2606     fi
2607 fi
2608
2609 if test "$wxUSE_EXPAT" != "no"; then
2610     wxUSE_XML=yes
2611     AC_DEFINE(wxUSE_EXPAT)
2612     AC_DEFINE(wxUSE_XML)
2613     
2614     if test "$wxUSE_EXPAT" = "sys" -o "$wxUSE_EXPAT" = "yes" ; then           
2615         AC_CHECK_HEADER([expat.h], [found_expat_h=1])
2616         if test "x$found_expat_h" = "x1"; then
2617             dnl Expat 1.95.6 comes with broken expat.h:
2618             AC_CACHE_CHECK([if expat.h is valid C++ header],
2619                 wx_cv_expat_is_not_broken,
2620                 [
2621                 AC_LANG_SAVE
2622                 AC_LANG_CPLUSPLUS
2623                 AC_TRY_COMPILE([#include <expat.h>],[],
2624                     wx_cv_expat_is_not_broken=yes,
2625                     wx_cv_expat_is_not_broken=no
2626                 )
2627                 AC_LANG_RESTORE
2628                 ]
2629             )
2630             if test "$wx_cv_expat_is_not_broken" = "yes" ; then
2631                 AC_CHECK_LIB(expat, XML_ParserCreate, EXPAT_LINK=" -lexpat")
2632             fi
2633         fi
2634         if test "x$EXPAT_LINK" = "x" ; then
2635             if test "$wxUSE_EXPAT" = "sys" ; then
2636                 AC_MSG_ERROR([system expat library not found! Use --with-expat=builtin to use built-in version])
2637             else
2638                 AC_MSG_WARN([system expat library not found, will use built-in instead])
2639                 wxUSE_EXPAT=builtin
2640             fi
2641         else
2642             dnl we are using the system library
2643             wxUSE_EXPAT=sys
2644         fi
2645     fi
2646     if test "$wxUSE_EXPAT" = "builtin" ; then
2647         dnl Expat needs this:
2648         AC_CONFIG_SUBDIRS([src/expat])
2649     fi
2650 fi
2651
2652
2653 dnl ------------------------------------------------------------------------
2654 dnl Check for libmspack
2655 dnl ------------------------------------------------------------------------
2656
2657 if test "$wxUSE_LIBMSPACK" != "no"; then
2658     AC_CHECK_HEADER([mspack.h], [found_mspack_h=1])
2659     if test "x$found_mspack_h" = "x1"; then
2660         AC_CHECK_LIB(mspack, mspack_create_chm_decompressor,
2661                      MSPACK_LINK=" -lmspack")
2662     fi
2663     if test "x$MSPACK_LINK" = "x" ; then
2664         wxUSE_LIBMSPACK=no
2665     fi
2666 fi
2667
2668 if test "$wxUSE_LIBMSPACK" != "no"; then
2669     AC_DEFINE(wxUSE_LIBMSPACK)
2670 fi
2671
2672
2673 dnl ----------------------------------------------------------------
2674 dnl search for toolkit (widget sets)
2675 dnl ----------------------------------------------------------------
2676
2677 AFMINSTALL=
2678 WIN32INSTALL=
2679
2680 TOOLKIT=
2681 TOOLKIT_INCLUDE=
2682 WIDGET_SET=
2683
2684 dnl are we building for a win32 target environment?
2685 dnl If so, setup common stuff needed for both GUI and Base libs.
2686 if test "$USE_WIN32" = 1 ; then
2687     AC_CHECK_HEADERS(w32api.h)
2688     AC_CHECK_HEADER(windows.h, [],
2689     [
2690         AC_MSG_ERROR(please set CFLAGS to contain the location of windows.h)
2691     ])
2692
2693     dnl --- FIXME: This is still a somewhat random list of libs,
2694     dnl ---        some of them should probably be included conditionally.
2695     LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32"
2696
2697     if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
2698         LIBS="$LIBS -loleacc"
2699     fi
2700
2701     case "${host}" in
2702         *-*-cygwin* )
2703             dnl Cygwin doesn't include these by default
2704             LIBS="$LIBS -lkernel32 -luser32"
2705             TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WIN95__"
2706     esac
2707
2708     dnl add extra odbc libs if we have compiled in odbc
2709     if test "$wxUSE_ODBC" = "sys" ; then
2710         wxUSE_ODBC = "yes"
2711     fi
2712     if test "$wxUSE_ODBC" = "yes" ; then
2713         LIBS=" -lodbc32 -lole32 -loleaut32 $LIBS"
2714         AC_DEFINE(wxUSE_ODBC)
2715     fi
2716     dnl We might want to abort here if wxUSE_ODBC="builtin" isn't supported on msw.
2717
2718     RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
2719     RESPROGRAMOBJ="\$(PROGRAM)_resources.o"
2720
2721     dnl install Win32-specific files in "make install"
2722     WIN32INSTALL=win32install
2723 fi
2724
2725 if test "$wxUSE_GUI" = "yes"; then
2726     USE_GUI=1
2727
2728     GUI_TK_LIBRARY=
2729
2730     WXGTK12=
2731     WXGTK127=
2732     WXGTK20=
2733     WXGPE=
2734
2735     if test "$wxUSE_COCOA" = 1 ; then
2736         if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes"; then
2737             AC_MSG_WARN([Printing not supported under wxCocoa yet, disabled])
2738             wxUSE_PRINTING_ARCHITECTURE=no
2739         fi
2740         if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
2741             AC_MSG_WARN([Drag and Drop not supported under wxCocoa yet, disabled])
2742             wxUSE_DRAG_AND_DROP=no
2743         fi
2744         if test "$wxUSE_DRAGIMAGE" = "yes"; then
2745             AC_MSG_WARN([Drag Image and DandD not supported under wxCocoa yet, disabled])
2746             wxUSE_DRAGIMAGE=no
2747         fi
2748     fi
2749
2750     if test "$wxUSE_MSW" = 1 ; then
2751         TOOLKIT=MSW
2752         GUIDIST=MSW_DIST
2753
2754         dnl -mwindows causes a heap of other default gui libs to be linked in.
2755         case "${host}" in
2756             *-*-mingw32* )
2757                 WXCONFIG_LDFLAGS_GUI="$LDFLAGS -Wl,--subsystem,windows -mwindows"
2758         esac
2759     fi
2760
2761     if test "$wxUSE_GTK" = 1; then
2762         AC_MSG_CHECKING([for GTK+ version])
2763
2764         gtk_version_cached=1
2765         AC_CACHE_VAL(wx_cv_lib_gtk,
2766             [
2767                 dnl stupid GTK+ AM macros produce their own messages, so we
2768                 dnl have to pass to the next line
2769                 gtk_version_cached=0
2770                 AC_MSG_RESULT()
2771
2772                 dnl we must link against lgthread unless the user
2773                 dnl used --disable-threads
2774                 GTK_MODULES=
2775                 if test "$wxUSE_THREADS" = "yes"; then
2776                     GTK_MODULES=gthread
2777                 fi
2778
2779                 dnl detect GTK2
2780                 wx_cv_lib_gtk=
2781                 if test "x$wxGTK_VERSION" != "x1"
2782                 then
2783                     dnl The gthread.pc that ships with solaris returns '-mt',
2784                     dnl it's correct for Sun CC, but gcc requires '-pthreads'.
2785                     dnl So disable the compile check and remove the -mt below.
2786                     case "${host}" in
2787                         *-*-solaris2* )
2788                             if test "$wxUSE_THREADS" = "yes" -a "$GCC" = yes; then
2789                                 enable_gtktest=no
2790                             fi
2791                     esac
2792
2793                     AM_PATH_GTK_2_0(2.0.0, wx_cv_lib_gtk=2.0, , $GTK_MODULES)
2794
2795                     dnl Remove the '-mt' for gcc on solaris
2796                     case "${host}" in
2797                         *-*-solaris2* )
2798                             if test "$wxUSE_THREADS" = "yes" -a "$GCC" = yes; then
2799                                 GTK_CFLAGS=`echo $GTK_CFLAGS | sed 's/-mt//'`
2800                                 GTK_LIBS=`echo $GTK_LIBS | sed 's/-mt//'`
2801                             fi
2802                             dnl solaris also requires -lX11 for static lib
2803                             if test "$wxUSE_SHARED" != "yes"; then
2804                                 GTK_LIBS="$GTK_LIBS -lX11"
2805                             fi
2806                     esac
2807                 fi
2808
2809                 dnl detect GTK1.x
2810                 if test -z "$wx_cv_lib_gtk"; then
2811                     if test "x$wxGTK_VERSION" = "x1" -o "x$wxGTK_VERSION" = "xany" ; then
2812                         AM_PATH_GTK(1.2.7, wx_cv_lib_gtk=1.2.7, , $GTK_MODULES)
2813
2814                         if test -z "$wx_cv_lib_gtk"; then
2815                             AM_PATH_GTK(1.2.3, wx_cv_lib_gtk=1.2.3, , $GTK_MODULES)
2816                         fi
2817                     fi
2818                 fi
2819
2820                 if test -z "$wx_cv_lib_gtk"; then
2821                     dnl looks better in AC_MSG_RESULT
2822                     wx_cv_lib_gtk=none
2823                 else
2824                     dnl we need to cache GTK_CFLAGS and GTK_LIBS for the
2825                     dnl subsequent runs
2826                     wx_cv_cflags_gtk=$GTK_CFLAGS
2827                     wx_cv_libs_gtk=`echo $GTK_LIBS | sed -e 's/ -l[[^ ]]*cairo[[^ ]]*//g'`
2828                 fi
2829             ]
2830         )
2831
2832         dnl if it wasn't cached, the messages from AM_PATH_GTK() above are
2833         dnl enough
2834         if test "$gtk_version_cached" = 1; then
2835             AC_MSG_RESULT($wx_cv_lib_gtk)
2836         fi
2837
2838         case "$wx_cv_lib_gtk" in
2839             2.0)    WXGTK20=1
2840                     TOOLKIT_VERSION=2
2841                     ;;
2842             1.2.7)  WXGTK127=1
2843                     WXGTK12=1
2844                     ;;
2845             1.2.3)  WXGTK12=1
2846                     ;;
2847             *)      AC_MSG_ERROR([
2848 The development files for GTK+ were not found. For GTK+ 2, please
2849 ensure that pkg-config is in the path and that gtk+-2.0.pc is
2850 installed. For GTK+ 1.2 please check that gtk-config is in the path,
2851 and that the version is 1.2.3 or above. Also check that the
2852 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
2853 --libs' are in the LD_LIBRARY_PATH or equivalent.
2854                             ])
2855                     ;;
2856         esac
2857
2858         if test "$WXGTK20" = 1; then
2859             save_CFLAGS="$CFLAGS"
2860             save_LIBS="$LIBS"
2861             CFLAGS="$CFLAGS $wx_cv_cflags_gtk"
2862             LIBS="$LIBS $wx_cv_libs_gtk"
2863
2864             dnl gtk_icon_size_lookup is not available in the GTK+ headers
2865             dnl that have shipped with some versions of Sun's JDS. Not using
2866             dnl AC_CHECK_FUNCS here since it only checks the function exists
2867             dnl in the lib (not the header).
2868             AC_MSG_CHECKING([if gtk_icon_size_lookup is missing])
2869             AC_TRY_COMPILE([
2870                             #include <gtk/gtk.h>
2871                            ],
2872                            [
2873                             void *f = gtk_icon_size_lookup;
2874                            ],
2875                            [
2876                             AC_MSG_RESULT([no])
2877                            ],
2878                            [
2879                             AC_DEFINE(NEED_GTK_ICON_SIZE_LOOKUP)
2880                             AC_MSG_RESULT([yes])
2881                            ])
2882
2883             dnl test if we have at least GTK+ 2.4:
2884             AC_MSG_CHECKING([if GTK+ is version >= 2.4])
2885             AC_TRY_COMPILE([
2886                             #include <gtk/gtk.h>
2887                            ],
2888                            [
2889                             #if !GTK_CHECK_VERSION(2,4,0)
2890                             Not GTK+ 2.4
2891                             #endif
2892                            ],
2893                            [
2894                             AC_DEFINE(__WXGTK24__)
2895                             AC_MSG_RESULT([yes])
2896                            ],
2897                            [
2898                             AC_MSG_RESULT([no])
2899                            ])
2900
2901             CFLAGS="$save_CFLAGS"
2902             LIBS="$save_LIBS"
2903         else
2904             if test "$wxUSE_UNICODE" = "yes"; then
2905                 AC_MSG_WARN([Unicode configuration not supported with GTK+ 1.x])
2906                 wxUSE_UNICODE=no
2907             fi
2908         fi
2909
2910         dnl we need poll() in src/gtk/app.cpp (we know that Darwin doesn't
2911         dnl have it but we do the check for the others)
2912         if test "$USE_DARWIN" != 1; then
2913             AC_CHECK_FUNCS(poll)
2914         fi
2915
2916         TOOLKIT_INCLUDE="$wx_cv_cflags_gtk"
2917         GUI_TK_LIBRARY="$wx_cv_libs_gtk $GUI_TK_LIBRARY"
2918
2919         AFMINSTALL=afminstall
2920         TOOLKIT=GTK
2921         GUIDIST=GTK_DIST
2922
2923         dnl test for XIM support in libgdk
2924         AC_CHECK_LIB(gdk, gdk_im_open, AC_DEFINE(HAVE_XIM))
2925         
2926         
2927         dnl test for external libxpm if we're configured to use it
2928         if test "$wxUSE_GPE" = "yes"; then
2929             AC_MSG_CHECKING(for gpewidget library)
2930             WX_PATH_FIND_LIBRARIES($SEARCH_LIB,gpewidget)
2931             if test "$ac_find_libraries" != "" ; then
2932                 WX_LINK_PATH_EXIST($ac_find_libraries,$GUI_TK_LIBRARY)
2933                 dnl -lgpewidget must be before all GTK libs and
2934                 dnl we guess its path from the prefix
2935                 GUI_TK_LIBRARY="-L${prefix}/lib -lgpewidget $GUI_TK_LIBRARY"
2936                 WXGPE=1
2937                 AC_MSG_RESULT([found in $ac_find_libraries])
2938             else
2939                 AC_MSG_RESULT(not found)
2940             fi
2941
2942             dnl AC_MSG_CHECKING(for gpe library)
2943             dnl WX_PATH_FIND_LIBRARIES($SEARCH_LIB,gpe)
2944             dnl if test "$ac_find_libraries" != "" ; then
2945             dnl     WX_LINK_PATH_EXIST($ac_find_libraries,$GUI_TK_LIBRARY)
2946             dnl     GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lgpe"
2947             dnl     AC_MSG_RESULT(found in $ac_find_libraries)
2948             dnl else
2949             dnl     AC_MSG_RESULT(not found)
2950             dnl fi
2951         fi
2952     fi
2953
2954     if test "$wxUSE_MGL" = 1; then
2955        AC_MSG_CHECKING(for SciTech MGL library)
2956         if test "x$MGL_ROOT" = x ; then
2957             AC_MSG_RESULT(not found)
2958             AC_MSG_ERROR([Cannot find MGL library. Make sure MGL_ROOT is set.])
2959         else
2960             AC_MSG_RESULT($MGL_ROOT)
2961         fi
2962
2963         AC_MSG_CHECKING(for libmgl location)
2964         dnl Find MGL library that we want
2965         dnl FIXME_MGL - test for MGL variants for freebsd etc.;
2966         dnl             and for non-x86 versions
2967         case "${host}" in
2968             *-*-linux* )
2969               dnl glibc.so, glibc are for older versions of MGL,
2970               dnl x86/a, x86/so are used by >= 5.0 R11
2971               if test "x$wxUSE_SHARED" = xyes ; then
2972                   mgl_os_candidates="linux/gcc/x86/so linux/gcc/x86/a linux/gcc/glibc.so linux/gcc/glibc"
2973               else
2974                   mgl_os_candidates="linux/gcc/x86/a linux/gcc/x86/so linux/gcc/glibc linux/gcc/glibc.so"
2975               fi
2976               ;;
2977             *-pc-msdosdjgpp )
2978               mgl_os_candidates="dos32/dj2"
2979               ;;
2980             *)
2981               AC_MSG_ERROR(This system type ${host} is not yet supported by wxMGL.)
2982         esac
2983
2984         mgl_lib_type=""
2985         mgl_os=""
2986
2987         for mgl_os_i in $mgl_os_candidates ; do
2988             if test "x$mgl_os" = x ; then
2989                 if test "$wxUSE_DEBUG_FLAG" = yes ; then
2990                     if test -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.a -o \
2991                             -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.so; then
2992                         mgl_lib_type=debug
2993                         mgl_os=$mgl_os_i
2994                     fi
2995                 fi
2996                 if test "x$mgl_lib_type" = x ; then
2997                     if test -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.a -o \
2998                             -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.so; then
2999                         mgl_lib_type=release
3000                         mgl_os=$mgl_os_i
3001                     fi
3002                 fi
3003             fi
3004         done
3005
3006         if test "x$mgl_os" = x ; then
3007             AC_MSG_RESULT(not found)
3008             AC_MSG_ERROR([Cannot find MGL libraries, make sure they are compiled.])
3009         fi
3010         AC_MSG_RESULT("$MGL_ROOT/lib/$mgl_lib_type/$mgl_os")
3011
3012         wxUSE_UNIVERSAL="yes"
3013
3014         TOOLKIT_INCLUDE="-I$MGL_ROOT/include"
3015         GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
3016
3017         AFMINSTALL=afminstall
3018         TOOLKIT=MGL
3019         GUIDIST=MGL_DIST
3020     fi
3021
3022     if test "$wxUSE_MICROWIN" = 1; then
3023         AC_MSG_CHECKING(for MicroWindows)
3024         if test "x$MICROWINDOWS" = x ; then
3025             AC_MSG_RESULT(not found)
3026             AC_MSG_ERROR([Cannot find MicroWindows library. Make sure MICROWINDOWS is set.])
3027         else
3028             AC_MSG_RESULT($MICROWINDOWS)
3029         fi
3030
3031         if test -f $MICROWINDOWS/lib/libmwin.a; then
3032             AC_MSG_RESULT(MicroWindows' libraries found.)
3033         else
3034             AC_MSG_ERROR([Cannot find MicroWindows libraries, make sure they are compiled.])
3035         fi
3036
3037         TOOLKIT_INCLUDE="-I$MICROWINDOWS/include"
3038         GUI_TK_LIBRARY="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
3039
3040         wxUSE_UNIVERSAL="yes"
3041
3042         AFMINSTALL=afminstall
3043         TOOLKIT=MICROWIN
3044         GUIDIST=MICROWIN_DIST
3045
3046         TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
3047     fi
3048
3049     dnl common part of X11 and Motif port checks
3050     if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
3051         dnl use standard macros to check for X headers/libs, this brings
3052         dnl support for the standard configure options --x-includes,
3053         dnl --x-libraries and --no-x
3054         AC_PATH_XTRA
3055
3056         if test "$no_x" = "yes"; then
3057           AC_MSG_ERROR([X11 not found, please use --x-includes and/or --x-libraries options (see config.log for details)])
3058         fi
3059
3060         dnl for some reason AC_PATH_XTRA seems to add -INONE and -LNONE (and
3061         dnl also sometimes -RNONE) to X_CFLAGS and X_LIBS respectively, filter
3062         dnl this junk out
3063         GUI_TK_LIBRARY=`echo $X_LIBS | sed 's/ -LNONE//' | sed 's/ -RNONE//'`
3064         TOOLKIT_INCLUDE=`echo $X_CFLAGS | sed 's/ -INONE//'`
3065         AFMINSTALL=afminstall
3066         COMPILED_X_PROGRAM=0
3067
3068     fi
3069
3070     if test "$wxUSE_X11" = 1; then
3071         if test "$wxUSE_NANOX" = "yes"; then
3072             AC_MSG_CHECKING(for MicroWindows/NanoX distribution)
3073             if test "x$MICROWIN" = x ; then
3074                 AC_MSG_RESULT(not found)
3075                 AC_MSG_ERROR([Cannot find MicroWindows library. Make sure MICROWIN is set.])
3076             else
3077                 AC_MSG_RESULT($MICROWIN)
3078                 AC_DEFINE(wxUSE_NANOX)
3079             fi
3080         fi
3081
3082         if test "$wxUSE_UNICODE" = "yes"; then
3083                 PKG_CHECK_MODULES(PANGOX, pangox,
3084                     [
3085                         CXXFLAGS="$CXXFLAGS $PANGOX_CFLAGS"
3086                         GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOX_LIBS"
3087                     ],
3088                     [
3089                         AC_MSG_ERROR([pangox library not found, library cannot be compiled in Unicode mode])
3090                     ]
3091                 )
3092                 PKG_CHECK_MODULES(PANGOFT2, pangoft2,
3093                     [
3094                         CXXFLAGS="$CXXFLAGS $PANGOFT2_CFLAGS"
3095                         GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
3096                     ],
3097                     [
3098                         AC_MSG_WARN([pangoft2 library not found, library will be compiled without printing support])
3099                         wxUSE_PRINTING_ARCHITECTURE="no"
3100                     ]
3101                 )
3102                 PKG_CHECK_MODULES(PANGOXFT, pangoxft,
3103                     [
3104                         AC_DEFINE(HAVE_PANGO_XFT)
3105                         CXXFLAGS="$CXXFLAGS $PANGOXFT_CFLAGS"
3106                         GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOXFT_LIBS"
3107                     ],
3108                     [
3109                         AC_MSG_WARN([pangoxft library not found, library will be compiled without anti-aliasing support])
3110                     ]
3111                 )
3112                 save_CFLAGS="$CFLAGS"
3113                 save_LIBS="$LIBS"
3114                 CFLAGS="$CFLAGS $PANGOX_CFLAGS"
3115                 LIBS="$LIBS $PANGOX_LIBS"
3116                 AC_CHECK_FUNCS([pango_font_family_is_monospace])
3117                 CFLAGS="$save_CFLAGS"
3118                 LIBS="$save_LIBS"
3119         fi
3120
3121         wxUSE_UNIVERSAL="yes"
3122
3123         if test "$wxUSE_NANOX" = "yes"; then
3124             TOOLKIT_INCLUDE="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
3125             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 -DUNIX=1 -DUSE_EXPOSURE -DSCREEN_HEIGHT=480 -DSCREEN_WIDTH=640 -DSCREEN_DEPTH=4 -DX11=1"
3126             GUI_TK_LIBRARY="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
3127         else
3128             GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lX11"
3129         fi
3130
3131         TOOLKIT=X11
3132         GUIDIST=X11_DIST
3133     fi
3134
3135     if test "$wxUSE_MOTIF" = 1; then
3136         if test "$wxUSE_UNICODE" = "yes"; then
3137             AC_MSG_ERROR([Unicode configuration not supported with Motif])
3138         fi
3139
3140         AC_MSG_CHECKING(for Motif/Lesstif headers)
3141         WX_PATH_FIND_INCLUDES($SEARCH_INCLUDE, Xm/Xm.h)
3142         if test "$ac_find_includes" != "" ; then
3143             AC_MSG_RESULT(found in $ac_find_includes)
3144             WX_INCLUDE_PATH_EXIST($ac_find_includes, $TOOLKIT_INCLUDE)
3145             TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE$ac_path_to_include"
3146         else
3147             save_CFLAGS=$CFLAGS
3148             CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
3149
3150             AC_TRY_COMPILE(
3151                 [
3152                     #include <Xm/Xm.h>
3153                 ],
3154                 [
3155                     int version;
3156                     version = xmUseVersion;
3157                 ],
3158                 [
3159                     AC_MSG_RESULT(found in default search path)
3160                     COMPILED_X_PROGRAM=1
3161                 ],
3162                 [
3163                     AC_MSG_RESULT(no)
3164                     AC_MSG_ERROR(please set CPPFLAGS to contain the location of Xm/Xm.h)
3165                 ]
3166             )
3167
3168             CFLAGS=$save_CFLAGS
3169         fi
3170
3171
3172         AC_MSG_CHECKING(for Motif/Lesstif library)
3173         WX_PATH_FIND_LIBRARIES($SEARCH_LIB, Xm)
3174
3175         if test "x$ac_find_libraries" != "x" ; then
3176             AC_MSG_RESULT(found in $ac_find_libraries)
3177
3178             WX_LINK_PATH_EXIST($ac_find_libraries, $GUI_TK_LIBRARY)
3179             GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
3180         else
3181             dnl it might happen that we found headers in one of the standard
3182             dnl paths but the libs are elsewhere but still in default (linker)
3183             dnl path -- try to compile a test program to check for this
3184             save_CFLAGS=$CFLAGS
3185             CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
3186             save_LIBS="$LIBS"
3187             LIBS="$GUI_TK_LIBRARY -lXm -lXmu -lXext -lX11"
3188
3189             AC_TRY_LINK(
3190                 [
3191                     #include <Xm/Xm.h>
3192                 ],
3193                 [
3194                     int version;
3195                     version = xmUseVersion;
3196                 ],
3197                 [
3198                     AC_MSG_RESULT(found in default search path)
3199                     COMPILED_X_PROGRAM=1
3200                 ],
3201                 [
3202                     AC_MSG_RESULT(no)
3203                     AC_MSG_ERROR(please set LDFLAGS to contain the location of libXm)
3204                 ]
3205             )
3206
3207             CFLAGS=$save_CFLAGS
3208             LIBS="$save_LIBS"
3209         fi
3210
3211         AC_MSG_CHECKING([if we need -lXp and/or -lSM -lICE])
3212         libp_link=""
3213         libsm_ice_link=""
3214         libs_found=0
3215         for libp in "" " -lXp"; do
3216             if test "$libs_found" = "0"; then
3217                 for libsm_ice in "" " -lSM -lICE"; do
3218                     if test "$libs_found" = "0"; then
3219                         save_LIBS="$LIBS"
3220                         LIBS="$GUI_TK_LIBRARY -lXm ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
3221                         save_CFLAGS=$CFLAGS
3222                         CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
3223
3224                         AC_TRY_LINK(
3225                             [
3226                                 #include <Xm/Xm.h>
3227                                 #include <Xm/List.h>
3228                             ],
3229                             [
3230                                 XmString string = NULL;
3231                                 Widget w = NULL;
3232                                 int position = 0;
3233                                 XmListAddItem(w, string, position);
3234                             ],
3235                             [
3236                                 libp_link="$libp"
3237                                 libsm_ice_link="$libsm_ice"
3238                                 AC_MSG_RESULT(
3239                                     [need${libp_link}${libsm_ice_link}])
3240                                 libs_found=1
3241                             ], []
3242                         )
3243
3244                         LIBS="$save_LIBS"
3245                         CFLAGS=$save_CFLAGS
3246                     fi
3247                 done
3248             fi
3249         done
3250
3251         if test "$libs_found" = "0"; then
3252             AC_MSG_RESULT([can't find the right libraries])
3253             AC_MSG_ERROR([can't link a simple motif program])
3254         fi
3255
3256         dnl this seems to be needed under IRIX and shouldn't do any harm
3257         dnl elsewhere
3258         AC_CHECK_LIB(Sgm, [SgCreateList], [libsgm_link=" -lSgm"])
3259
3260         save_CFLAGS=$CFLAGS
3261         CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
3262
3263         AC_CACHE_CHECK([for Motif 2],
3264             wx_cv_lib_motif2,
3265             AC_TRY_COMPILE([
3266                             #include <Xm/Xm.h>
3267                            ],
3268                            [
3269                             #if XmVersion < 2000
3270                             Not Motif 2
3271                             #endif
3272                            ],
3273                            wx_cv_lib_motif2="yes",
3274                            wx_cv_lib_motif2="no"))
3275         if test "$wx_cv_lib_motif2" = "yes"; then
3276             AC_DEFINE(__WXMOTIF20__,1)
3277         else
3278             AC_DEFINE(__WXMOTIF20__,0)
3279         fi
3280
3281         AC_CACHE_CHECK([whether Motif is Lesstif],
3282             wx_cv_lib_lesstif,
3283             AC_TRY_COMPILE([
3284                             #include <Xm/Xm.h>
3285                            ],
3286                            [
3287                             #if !defined(LesstifVersion) || LesstifVersion <= 0
3288                             Not Lesstif
3289                             #endif
3290                            ],
3291                            wx_cv_lib_lesstif="yes",
3292                            wx_cv_lib_lesstif="no")
3293         )
3294         if test "$wx_cv_lib_lesstif" = "yes"; then
3295             AC_DEFINE(__WXLESSTIF__,1)
3296         else
3297             AC_DEFINE(__WXLESSTIF__,0)
3298         fi
3299
3300         CFLAGS=$save_CFLAGS
3301
3302         GUI_TK_LIBRARY="$GUI_TK_LIBRARY${libsgm_link} -lXm${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
3303         TOOLKIT=MOTIF
3304         GUIDIST=MOTIF_DIST
3305     fi
3306
3307     dnl more tests common to X11 and Motif:
3308     if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
3309         dnl test for external libxpm if we're configured to use it
3310         if test "$wxUSE_LIBXPM" = "sys"; then
3311             AC_MSG_CHECKING(for Xpm library)
3312             WX_PATH_FIND_LIBRARIES($SEARCH_LIB,Xpm)
3313             if test "$ac_find_libraries" != "" ; then
3314                 WX_LINK_PATH_EXIST($ac_find_libraries,$GUI_TK_LIBRARY)
3315                 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
3316                 AC_MSG_RESULT(found in $ac_find_libraries)
3317
3318                 AC_CACHE_CHECK([for X11/xpm.h],
3319                     wx_cv_x11_xpm_h,
3320                     [
3321                         save_CFLAGS=$CFLAGS
3322                         CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
3323
3324                         AC_TRY_COMPILE(
3325                             [
3326                                 #include <X11/xpm.h>
3327                             ],
3328                             [
3329                                 int version;
3330                                 version = XpmLibraryVersion();
3331                             ],
3332                             wx_cv_x11_xpm_h=yes,
3333                             wx_cv_x11_xpm_h=no
3334                         )
3335
3336                         CFLAGS=$save_CFLAGS
3337                     ]
3338                 )
3339
3340                 if test $wx_cv_x11_xpm_h = "yes"; then
3341                     GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXpm"
3342                     AC_DEFINE(wxHAVE_LIB_XPM)
3343                 else
3344                     AC_MSG_WARN([built-in less efficient XPM decoder will be used])
3345                 fi
3346             fi
3347
3348         fi
3349
3350         dnl XShapeQueryExtension checks: first the library, then prototype
3351         AC_CHECK_LIB([Xext], [XShapeQueryExtension],
3352                      [
3353                       GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXext"
3354                       wxHAVE_XEXT_LIB=1
3355                      ],
3356                      [], [$GUI_TK_LIBRARY -lX11])
3357
3358         if test "$wxHAVE_XEXT_LIB" = 1; then
3359             save_CFLAGS="$CFLAGS"
3360             CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
3361
3362             AC_MSG_CHECKING([for X11/extensions/shape.h])
3363             AC_TRY_COMPILE([
3364                             #include <X11/Xlib.h> 
3365                             #include <X11/extensions/shape.h>
3366                            ],
3367                            [
3368                             int dummy1, dummy2;
3369                             XShapeQueryExtension((Display*)NULL,
3370                                                  (int*)NULL, (int*)NULL);
3371                            ],
3372                            [
3373                             AC_DEFINE(HAVE_XSHAPE)
3374                             AC_MSG_RESULT([found])
3375                            ],
3376                            [
3377                             AC_MSG_RESULT([not found])
3378                            ])
3379             CFLAGS="$save_CFLAGS"
3380
3381         fi
3382     fi
3383
3384     if test "$wxUSE_MAC" = 1; then
3385         AC_MSG_CHECKING([for compiler syntax to enable Pascal strings])
3386         if test "$GCC" = yes; then
3387             AC_MSG_RESULT([gcc])
3388             CPPFLAGS_PASCAL="-fpascal-strings"
3389         elif test "`echo $CXX | sed -e 's@.*/@@'`" = "xlC"; then
3390             AC_MSG_RESULT([xlc])
3391             CPPFLAGS_PASCAL="-qmacpstr"
3392         else
3393             AC_MSG_RESULT([none])
3394         fi
3395
3396         if test "x$wxUSE_UNIX" = "xyes"; then
3397             CPPFLAGS="$CPPFLAGS $CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -I/Developer/Headers/FlatCarbon"
3398         else
3399             dnl platform.h needs TARGET_CARBON before setup.h
3400             CPPFLAGS="$CPPFLAGS $CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -DTARGET_CARBON"
3401         fi
3402
3403         TOOLKIT=MAC
3404         dnl we can't call this MAC_DIST or autoconf thinks its a macro
3405         GUIDIST=MACX_DIST
3406         dnl wxMac version of wxBase and wxCocoa or wxBase-only built on Darwin
3407         dnl are different, so they need different names:
3408         WXBASEPORT="_carbon"
3409     fi
3410
3411     if test "$wxUSE_COCOA" = 1; then
3412         TOOLKIT=COCOA
3413         GUIDIST=COCOA_DIST
3414     fi
3415
3416     if test "$wxUSE_PM" = 1; then
3417         TOOLKIT=PM
3418         GUIDIST=PM_DIST
3419         AC_CACHE_CHECK([for type SPBCDATA],
3420             wx_cv_spbcdata,
3421             [
3422                 AC_TRY_COMPILE(
3423                     [
3424                         #define INCL_PM
3425                         #include <os2.h>
3426                     ],
3427                     [
3428                         SPBCDATA test;
3429                     ],
3430                     wx_cv_spbcdata=yes,
3431                     wx_cv_spbcdata=no
3432                 )
3433             ]
3434         )
3435
3436         if test $wx_cv_spbcdata = "yes"; then
3437             AC_DEFINE(HAVE_SPBCDATA)
3438         fi
3439     fi
3440
3441     dnl the name of the directory where the files for this toolkit live
3442     if test "$TOOLKIT" = "PM" ; then
3443         TOOLKIT_DIR="os2"
3444     else
3445         TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[[A-Z]]" "[[a-z]]"`
3446     fi
3447
3448     if test "$wxUSE_UNIVERSAL" = "yes"; then
3449         TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
3450         WIDGET_SET=univ
3451     fi
3452
3453     dnl distribute samples/demos/utils with GUI versions
3454     GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
3455     DISTDIR="wx\$(TOOLKIT)"
3456 else
3457     USE_GUI=0
3458
3459     dnl this doesn't quite work right for wxBase, but the places
3460     dnl where it is wrong aren't fatal (yet) though.
3461     TOOLKIT_DIR="base"
3462
3463     dnl the sources, their dependenices and the headers
3464     if test "$USE_WIN32" = 1 ; then
3465         dnl yes, the toolkit for wxBase on win32 is actually MSW
3466         dnl wxBase on unix does not need a 'TOOLKIT' defined.
3467         TOOLKIT="MSW"
3468     fi
3469
3470     dnl distribute only wxBase sources/headers
3471     GUIDIST="BASE_DIST"
3472     DISTDIR="wxBase"
3473 fi
3474
3475 dnl ---------------------------------------------------------------------------
3476 dnl Optional libraries included when system library is not used
3477 dnl ---------------------------------------------------------------------------
3478
3479 dnl do this after test for X11 above so that we have a chance of finding Xlib.h
3480 if test "$wxUSE_GUI" = "yes"; then
3481     if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_PM" != 1; then
3482         dnl defines HAVE_X11_XKBLIB_H
3483         AC_CHECK_HEADERS(X11/Xlib.h)
3484         AC_CHECK_HEADERS([X11/XKBlib.h], [], [], 
3485                          [
3486                           #if HAVE_X11_XLIB_H
3487                             #include <X11/Xlib.h>
3488                           #endif
3489                          ])
3490     fi
3491 fi
3492
3493
3494 dnl ----------------------------------------------------------------
3495 dnl iODBC support
3496 dnl ----------------------------------------------------------------
3497
3498 IODBC_C_SRC=""
3499
3500
3501 dnl ODBC is handled separately for MSW 
3502 if test "$TOOLKIT" != "MSW" ; then
3503
3504     if test "$wxUSE_ODBC" = "sys" -o "$wxUSE_ODBC" = "yes" ; then
3505         dnl This is not ideal we really ough to use the unixodbc-config
3506         dnl  or iodbc-config if they exist.
3507
3508         AC_CHECK_HEADER([sql.h], [found_sql_h=1])
3509         if test "x$found_sql_h" = "x1" ; then
3510             AC_CHECK_LIB(iodbc, SQLAllocEnv, ODBC_LINK=" -liodbc",
3511             [
3512                 AC_CHECK_LIB(unixodbc, SQLAllocEnv, ODBC_LINK=" -lunixodbc",
3513                 [
3514                     AC_CHECK_LIB(odbc, SQLAllocEnv, ODBC_LINK=" -lodbc")
3515                 ])
3516             ])
3517         fi 
3518         if test "x$ODBC_LINK" = "x" ; then
3519             if test "$wxUSE_ODBC" = "sys" ; then
3520                 AC_MSG_ERROR([system ODBC library not found! Use --with-odbc=builtin to use built-in version])
3521             else
3522                 AC_MSG_WARN([system ODBC library not found, will use built-in instead])
3523                 wxUSE_ODBC=builtin
3524             fi
3525         else
3526             dnl we are using the system library
3527             wxUSE_ODBC=sys
3528         fi
3529     fi
3530
3531     if test "$wxUSE_ODBC" = "builtin" ; then
3532         AC_DEFINE(wxUSE_BUILTIN_IODBC)
3533     fi
3534 fi
3535
3536 if test "$wxUSE_ODBC" != "no" ; then
3537     AC_DEFINE(wxUSE_ODBC)
3538     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db"
3539
3540     dnl is this still necessary?
3541     WXODBCFLAG="-D_IODBC_"
3542 fi
3543
3544 dnl ---------------------------------------------------------------------------
3545 dnl wxDisplay Sanity checks
3546 dnl ---------------------------------------------------------------------------
3547
3548 if test "$wxUSE_DISPLAY" = "yes"; then
3549 dnl ---------------------------------------------------------------------------
3550 dnl Xinerama (for unix ) - Brian Victor
3551 dnl ---------------------------------------------------------------------------
3552     if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1; then
3553         AC_MSG_CHECKING([for Xinerama])
3554         WX_PATH_FIND_LIBRARIES([$SEARCH_LIB],Xinerama)
3555         if test "$ac_find_libraries" != "" ; then
3556             WX_LINK_PATH_EXIST([$ac_find_libraries],[$LDFLAGS])
3557             if test "$ac_path_to_link" != " -L/usr/lib" ; then
3558                 LDFLAGS="$LDFLAGS $ac_path_to_link"
3559             fi
3560             GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXinerama"
3561             AC_MSG_RESULT([yes])
3562
3563             AC_MSG_CHECKING([for Xxf86vm extension])
3564             WX_PATH_FIND_LIBRARIES([$SEARCH_LIB],Xxf86vm)
3565             if test "$ac_find_libraries" != "" ; then
3566                 AC_MSG_RESULT([yes])
3567                 AC_CHECK_HEADERS([X11/extensions/xf86vmode.h],
3568                                  [
3569                                   GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXxf86vm"
3570                                  ],
3571                                  [], 
3572                                  [
3573                                       #if HAVE_X11_XLIB_H
3574                                         #include <X11/Xlib.h>
3575                                       #endif
3576                                  ])
3577             else
3578                 AC_MSG_RESULT([no])
3579             fi
3580         
3581         else
3582             AC_MSG_RESULT([no])
3583             AC_MSG_WARN([Xinerama not found; disabling wxDisplay])
3584             wxUSE_DISPLAY="no"
3585         fi
3586     elif test "$wxUSE_MSW" = 1; then
3587 dnl ---------------------------------------------------------------------------
3588 dnl DirectDraw  / Multimon for MSW
3589 dnl ---------------------------------------------------------------------------
3590         AC_CHECK_HEADERS([multimon.h ddraw.h], [],
3591             [
3592                 wxUSE_DISPLAY="no"
3593                 AC_MSG_WARN([ddraw.h or multimon.h not found; disabling wxDisplay])
3594             ],
3595             [#include <windows.h>])
3596     fi
3597 fi
3598
3599 dnl ---------------------------------------------------------------------------
3600 dnl OpenGL libraries
3601 dnl ---------------------------------------------------------------------------
3602
3603 USE_OPENGL=0
3604 if test "$wxUSE_OPENGL" = "yes"; then
3605     if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then
3606         OPENGL_LIBS="-framework OpenGL -framework AGL"
3607     elif test "$wxUSE_MSW" = 1; then
3608         OPENGL_LIBS="-lopengl32 -lglu32"
3609     else
3610         dnl David Elliott: Without this snippet AC_CHECK_HEADER fails to find
3611         dnl GL/gl.h on Mac OS X where it is located in
3612         dnl /usr/X11R6/include/GL/gl.h:
3613
3614         WX_PATH_FIND_INCLUDES($SEARCH_INCLUDE, GL/gl.h)
3615         if test "$ac_find_includes" != "" ; then
3616             AC_MSG_RESULT(found in $ac_find_includes)
3617             WX_INCLUDE_PATH_EXIST($ac_find_includes, $CPPFLAGS)
3618             CPPFLAGS="$CPPFLAGS$ac_path_to_include"
3619         fi
3620
3621         AC_CHECK_HEADER(GL/gl.h,
3622             [
3623                 found_gl=0
3624
3625                 AC_MSG_CHECKING([for -lGL])
3626                 WX_PATH_FIND_LIBRARIES([$SEARCH_LIB],GL)
3627                 if test "$ac_find_libraries" != "" ; then
3628                     AC_MSG_RESULT([yes])
3629
3630                     WX_LINK_PATH_EXIST([$ac_find_libraries],[$LDFLAGS])
3631                     if test "$ac_path_to_link" != " -L/usr/lib" ; then
3632                         LDFLAGS_GL="$ac_path_to_link"
3633                     fi
3634
3635                     dnl don't suppose that libGL and libGLU are always in the
3636                     dnl same directory -- this is not true for some common
3637                     dnl distributions
3638                     AC_MSG_CHECKING([for -lGLU])
3639                     WX_PATH_FIND_LIBRARIES([$SEARCH_LIB],GLU)
3640                     if test "$ac_find_libraries" != "" ; then
3641                         WX_LINK_PATH_EXIST([$ac_find_libraries],[$LDFLAGS])
3642                         if test "$ac_path_to_link" != " -L/usr/lib" -a \
3643                                     "$ac_path_to_link" != "$LDFLAGS_GL"; then
3644                             LDFLAGS_GL="$LDFLAGS_GL$ac_path_to_link"
3645                         fi
3646
3647                         found_gl=1
3648                         OPENGL_LIBS="-lGL -lGLU"
3649                         AC_MSG_RESULT([yes])
3650                     else
3651                         AC_MSG_RESULT([no])
3652                     fi
3653                 else
3654                     AC_MSG_RESULT([no])
3655                 fi
3656
3657                 if test "$found_gl" != 1; then
3658                     AC_MSG_CHECKING([for -lMesaGL])
3659                     WX_PATH_FIND_LIBRARIES([$SEARCH_LIB],MesaGL)
3660                     if test "$ac_find_libraries" != "" ; then
3661                         WX_LINK_PATH_EXIST([$ac_find_libraries],[$LDFLAGS])
3662                         LDFLAGS_GL="$LDFLAGS$ac_path_to_link"
3663                         OPENGL_LIBS="-lMesaGL -lMesaGLU"
3664                         AC_MSG_RESULT([yes])
3665                     else
3666                         AC_MSG_RESULT([no])
3667                     fi
3668                 fi
3669             ])
3670
3671         if test "x$OPENGL_LIBS" = "x"; then
3672             dnl it should be an error and not a warning because OpenGL is not on
3673             dnl by default and so if it had been explicitly requested, we
3674             dnl shouldn't just fall back to compiling the library without it
3675             AC_MSG_ERROR(OpenGL libraries not available)
3676         fi
3677     fi
3678
3679     if test "$wxUSE_OPENGL" = "yes"; then
3680         USE_OPENGL=1
3681         AC_DEFINE(wxUSE_OPENGL)
3682         AC_DEFINE(wxUSE_GLCANVAS)
3683         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf"
3684     fi
3685 fi
3686
3687
3688 dnl the symbol which allows conditional compilation for the given toolkit
3689 if test -n "$TOOLKIT" ; then
3690     TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
3691 fi
3692
3693
3694 dnl --- the marker for quick search, leave it here: SHARED_LIB_SETUP ---
3695
3696 if test "$wxUSE_SHARED" = "yes"; then
3697     case "${host}" in
3698       *-pc-msdosdjgpp )
3699         dnl only static for now
3700         wxUSE_SHARED=no
3701         AC_MSG_WARN([Host system doesn't support shared libraries, disabling])
3702       ;;
3703     esac
3704 fi
3705
3706 if test "$wxUSE_SHARED" = "yes"; then
3707
3708     dnl use versioned symbols if available on the platform
3709     WX_VERSIONED_SYMBOLS([\$(top_builddir)version-script])
3710
3711     case "${host}" in
3712       *-*-linux* | *-*-gnu* )
3713         SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib"
3714         WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
3715         ;;
3716
3717       *-*-solaris2* )
3718         if test "$GCC" = yes ; then
3719             dnl newer versions of gcc need -isystem to compile X headers on
3720             dnl Solaris (which use old style C syntax)
3721             CPPFLAGS="$CPPFLAGS -isystem /usr/openwin/include"
3722
3723             dnl gcc may use Sun's ld, in which case -rpath gives a confusing
3724             dnl error message. We have to try both -Wl,-rpath and -Wl,-R:
3725             saveLdflags="$LDFLAGS"
3726             LDFLAGS="$saveLdflags -Wl,-rpath,/"
3727             AC_MSG_CHECKING([if the linker accepts -rpath])
3728             AC_TRY_LINK(
3729                 [],[],
3730                 [
3731                     AC_MSG_RESULT([yes])
3732                     SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib"
3733                     WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
3734                 ],[
3735                     AC_MSG_RESULT([no])
3736                     AC_MSG_CHECKING([if the linker accepts -R])
3737                     LDFLAGS="$saveLdflags -Wl,-R,/"
3738                     AC_TRY_LINK(
3739                         [],[],
3740                         [
3741                             AC_MSG_RESULT([yes])
3742                             SAMPLES_RPATH_FLAG="-Wl,-R,\$(top_builddir)lib"
3743                             WXCONFIG_RPATH="-Wl,-R,\$libdir"
3744                         ],[
3745                             AC_MSG_RESULT([no])
3746                         ])                    
3747                 ])
3748             LDFLAGS="$saveLdflags"
3749         else
3750             SAMPLES_RPATH_FLAG="-R\$(top_builddir)lib"
3751             WXCONFIG_RPATH="-R\$libdir"
3752         fi
3753       ;;
3754       
3755       *-*-darwin* )
3756         install_name_tool=`which install_name_tool`
3757         if test "$install_name_tool" -a -x "$install_name_tool"; then
3758             SAMPLES_RPATH_POSTLINK="\$(top_builddir)change-install-names \$(LIBDIRNAME) \$(prefix) \$@"
3759             cat <<EOF >change-install-names
3760 #!/bin/sh
3761 libnames=\`cd \${1} ; ls -1 | grep '\.[[0-9]][[0-9]]*\.dylib\$'\`
3762 inst_cmd="install_name_tool "
3763 for i in \${libnames} ; do
3764     inst_cmd="\${inst_cmd} -change \${2}/lib/\${i} \${1}/\${i}"
3765 done
3766 \${inst_cmd} \${3}
3767 EOF
3768             chmod +x change-install-names
3769         fi
3770       ;;
3771       
3772       *-*-cygwin* | *-*-mingw32* )
3773         TOOLCHAIN_DLL_DEFS="${TOOLCHAIN_DLL_DEFS} -DWXUSINGDLL=1"
3774         ;;
3775       
3776       *-*-hpux* )
3777         SAMPLES_RPATH_FLAG="-Wl,+b,\$(top_builddir)lib"
3778         WXCONFIG_RPATH="-Wl,+b,\$libdir"
3779         ;;
3780         
3781     esac
3782
3783     if test $wxUSE_RPATH = "no"; then
3784         SAMPLES_RPATH_FLAG=''
3785         SAMPLES_RPATH_POSTLINK=''
3786         WXCONFIG_RPATH=''
3787     fi
3788
3789     SHARED=1
3790
3791 else
3792
3793     config_linkage_component="-static"
3794     SHARED=0
3795
3796 fi
3797
3798
3799 UNICODE=0
3800 lib_unicode_suffix=
3801 WX_CHARTYPE="ansi"
3802 if test "$wxUSE_UNICODE" = "yes"; then
3803     lib_unicode_suffix=u
3804     WX_CHARTYPE="unicode"
3805     UNICODE=1
3806 fi
3807
3808 lib_debug_suffix=
3809 WX_DEBUGTYPE="release"
3810 DEBUG_FLAG=0
3811 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
3812     lib_debug_suffix=d
3813     WX_DEBUGTYPE="debug"
3814     DEBUG_FLAG=1
3815 fi
3816
3817 WX_FLAVOUR=${WX_FLAVOUR:+-$WX_FLAVOUR}
3818 WX_LIB_FLAVOUR=`echo $WX_FLAVOUR | tr '-' '_'`
3819
3820 DEBUG_INFO=0
3821 if test "$wxUSE_DEBUG_INFO" = "yes"; then
3822     DEBUG_INFO=1
3823 fi
3824
3825 WX_VERSION_TAG=`echo WX${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}_${WX_RELEASE} | tr "[[a-z]]" "[[A-Z]]"`
3826
3827 TOOLCHAIN_NAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}"
3828
3829 TOOLCHAIN_FULLNAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}-${WX_CHARTYPE}-${WX_DEBUGTYPE}${config_linkage_component}-${WX_RELEASE}${WX_FLAVOUR}"
3830
3831 if test "$cross_compiling" = "yes"; then
3832     HOST_SUFFIX="-$host_alias"
3833     TOOLCHAIN_NAME="$TOOLCHAIN_NAME$HOST_SUFFIX"
3834     TOOLCHAIN_FULLNAME="${host_alias}-$TOOLCHAIN_FULLNAME"
3835 fi
3836
3837 dnl library link name
3838 dnl These just save us from exporting lib_{unicode,debug,flavour}_suffix.
3839 dnl If we ever need to do that, we won't need to keep these.
3840 WX_LIBRARY_BASENAME_NOGUI="wx_base${WXBASEPORT}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
3841 if test "${TOOLKIT_DIR}" = "os2"; then
3842     WX_LIBRARY_BASENAME_GUI="wx_pm${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
3843 else
3844     WX_LIBRARY_BASENAME_GUI="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
3845 fi
3846
3847
3848
3849 if test "$wxUSE_COCOA" = 1; then
3850     AC_LANG_SAVE
3851     AC_WX_LANG_OBJECTIVEC
3852 dnl Recent AppKit/NSEvent.h include parts of IOKit which eventually
3853 dnl gets IOKit/graphics/IOGraphicsTypes.h included which typedefs
3854 dnl Point but only if MacTypes.h was not included first.  Of course,
3855 dnl if MacTypes.h is included later then you're screwed when it
3856 dnl tries to typedef Point.  Defining __Point__ will cause IOGraphicsTypes.h
3857 dnl to not typedef Point and thus fix the problem.
3858     AC_MSG_CHECKING([if AppKit/NSEvent.h conflicts with CoreFoundation])
3859     AC_TRY_COMPILE([#include <AppKit/NSEvent.h>
3860 #include <CoreFoundation/CoreFoundation.h>
3861         ],[],
3862         [AC_MSG_RESULT([no])],
3863         [AC_MSG_RESULT([yes])
3864         AC_MSG_CHECKING([if defining __Point__ will fix it])
3865         AC_TRY_COMPILE([#define __Point__ 1
3866 #include <AppKit/NSEvent.h>
3867 #include <CoreFoundation/CoreFoundation.h>
3868             ],[],
3869             [AC_MSG_RESULT([yes])
3870             AC_DEFINE(__Point__)
3871             ],
3872             [AC_MSG_FAILURE([no])]
3873         )]
3874     )
3875     AC_LANG_RESTORE
3876 fi
3877
3878 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
3879     dnl base name of the resource file for wxMac must be the same
3880     dnl as library installation base name (-install_name)
3881     WX_RESOURCES_MACOSX_ASCII="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.r"
3882     WX_RESOURCES_MACOSX_DATA="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.rsrc"
3883
3884     dnl add the resources target for wxMac
3885     LIBWXMACRES="\$(top_builddir)lib/${WX_RESOURCES_MACOSX_ASCII}"
3886
3887     AC_CHECK_PROG(RESCOMP, Rez, Rez, /Developer/Tools/Rez)
3888     AC_CHECK_PROG(DEREZ, DeRez, DeRez, /Developer/Tools/DeRez)
3889     AC_CHECK_PROG(SETFILE, SetFile, SetFile, /Developer/Tools/SetFile)
3890
3891     MACSETFILE="\$(SETFILE)"
3892
3893     dnl resources are bundled both with shared library and applications
3894     dnl since the carb resource *must* be included in the application
3895     if test "$wxUSE_MAC" = 1; then
3896         MACRESCOMP="\$(RESCOMP) -d __DARWIN__ -t APPL Carbon.r -o"
3897
3898         dnl this command is used to implement `wx-config --rezflags` and it is
3899         dnl eval'd there so escape any metacharacters inside
3900         MACRESWXCONFIG="${RESCOMP} -d __DARWIN__ -t APPL Carbon.r -o"
3901     else
3902         MACRESCOMP="echo -n | \$(RESCOMP) -d __DARWIN__ -t APPL ${LIBWXMACRES} -o"
3903         MACRESWXCONFIG="echo -n \\\| ${RESCOMP} -d __DARWIN__ -t APPL \\\${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
3904     fi
3905 else
3906     dnl default value is to (silently) do nothing in the makefile
3907     MACSETFILE="@true"
3908     MACRESWXCONFIG="@true"
3909
3910     dnl confusingly, wxOS2 also uses MACRESCOMP in its post-link step
3911     if test "$wxUSE_PM" = 1; then
3912         MACRESCOMP="emxbind -ep"
3913     else
3914         MACRESCOMP="@true"
3915     fi
3916 fi
3917
3918
3919 dnl ---------------------------------------------------------------------------
3920 dnl Checks for typedefs
3921 dnl ---------------------------------------------------------------------------
3922
3923 dnl   defines mode_t if not already defined
3924 AC_TYPE_MODE_T
3925 dnl   defines off_t if not already defined
3926 AC_TYPE_OFF_T
3927 dnl   defines pid_t if not already defined
3928 AC_TYPE_PID_T
3929 dnl   defines size_t if not already defined
3930 AC_TYPE_SIZE_T
3931 dnl   defines uid_t and gid_t if not already defined
3932 AC_TYPE_UID_T
3933
3934 dnl sets HAVE_SSIZE_T if ssize_t is defined
3935 AC_CHECK_TYPES(ssize_t)
3936
3937 dnl check what exactly size_t is on this machine - this is necessary to avoid
3938 dnl ambiguous overloads in several places, notably wx/string.h and wx/array.h
3939 AC_LANG_SAVE
3940 AC_LANG_CPLUSPLUS
3941 AC_CACHE_CHECK([if size_t is unsigned int],
3942     wx_cv_size_t_is_uint,
3943     [
3944     dnl an obvious check like AC_TRY_COMPILE[struct Foo { ... };] doesn't work
3945     dnl with egcs (at least) up to 1.1.1 as it allows you to compile duplicate
3946     dnl methods in a local class (i.e. class inside a function) declaration
3947     dnl without any objections!!
3948     dnl
3949     dnl hence the hack below: we must have Foo at global scope!
3950     AC_TRY_COMPILE([#include <stddef.h>],
3951         [
3952             return 0; }
3953
3954             struct Foo { void foo(size_t); void foo(unsigned int); };
3955
3956             int bar() {
3957         ],
3958         wx_cv_size_t_is_uint=no,
3959         wx_cv_size_t_is_uint=yes
3960     )
3961     ]
3962 )
3963
3964 if test "$wx_cv_size_t_is_uint" = "yes"; then
3965     AC_DEFINE(wxSIZE_T_IS_UINT)
3966 else
3967     AC_CACHE_CHECK([if size_t is unsigned long],
3968         wx_cv_size_t_is_ulong,
3969         AC_TRY_COMPILE([#include <stddef.h>],
3970             [
3971                 return 0; }
3972
3973                 struct Foo { void foo(size_t); void foo(unsigned long); };
3974
3975                 int bar() {
3976             ],
3977             wx_cv_size_t_is_ulong=no,
3978             wx_cv_size_t_is_ulong=yes
3979         )
3980     )
3981
3982     if test "$wx_cv_size_t_is_ulong" = "yes"; then
3983         AC_DEFINE(wxSIZE_T_IS_ULONG)
3984     fi
3985 fi
3986
3987 AC_LANG_RESTORE
3988
3989 dnl ---------------------------------------------------------------------------
3990 dnl Checks for structures
3991 dnl ---------------------------------------------------------------------------
3992
3993 dnl does passwd struct has the pw_gecos field?
3994 AC_CACHE_CHECK([for pw_gecos in struct passwd], wx_cv_struct_pw_gecos,
3995     [
3996         AC_TRY_COMPILE([#include <pwd.h>],
3997              [
3998                 char *p;
3999                 struct passwd *pw;
4000                 p = pw->pw_gecos;
4001              ],
4002              [
4003                 wx_cv_struct_pw_gecos=yes
4004              ],
4005              [
4006                 wx_cv_struct_pw_gecos=no
4007              ]
4008         )
4009     ]
4010 )
4011
4012 if test "$wx_cv_struct_pw_gecos" = "yes"; then
4013     AC_DEFINE(HAVE_PW_GECOS)
4014 fi
4015
4016 dnl ---------------------------------------------------------------------------
4017 dnl Check for functions
4018 dnl ---------------------------------------------------------------------------
4019
4020 dnl don't check for wchar_t functions if we haven't got wchar_t itself
4021 if test "$wxUSE_WCHAR_T" = "yes"; then
4022     AC_DEFINE(wxUSE_WCHAR_T)
4023
4024     dnl check for wcslen in all possible places
4025     WCSLEN_FOUND=0
4026     WCHAR_LINK=
4027     AC_CHECK_FUNCS(wcslen, WCSLEN_FOUND=1)
4028
4029     if test "$WCSLEN_FOUND" = 0; then
4030         if test "$TOOLKIT" = "MSW"; then
4031             AC_CHECK_LIB(msvcrt, wcslen, WCHAR_OK=1)
4032         else
4033             AC_CHECK_LIB(w, wcslen, [
4034                             WCHAR_LINK=" -lw"
4035                             WCSLEN_FOUND=1
4036                         ])
4037         fi
4038     fi
4039
4040     if test "$WCSLEN_FOUND" = 1; then
4041         AC_DEFINE(HAVE_WCSLEN)
4042     fi
4043
4044     dnl On HP-UX aCC need this define to find mbstrtowcs() &c
4045     dnl Can't be used for g++ since the mbstate_t in wchar.h can conflict
4046     dnl with g++'s in <cwchar> (unless -D_INCLUDE__STDC_A1_SOURCE is in the
4047     dnl flags when g++ is configured, it will declare it's own).
4048     if test "$USE_HPUX" = 1 -a "$GCC" != "yes"; then
4049         CPPFLAGS="$CPPFLAGS -D_INCLUDE__STDC_A1_SOURCE "
4050     fi
4051
4052     dnl Try to use wcsrtombs instead of wcstombs which is buggy in old GNU
4053     dnl libc versions if possible. AC_CHECK_FUNCS only checks it's in the
4054     dnl library, not the header, so do a header check for mbstate_t first.
4055     AC_CHECK_TYPES([mbstate_t],
4056                    [AC_CHECK_FUNCS(wcsrtombs)],
4057                    [],
4058                    [#include <wchar.h>])
4059 else
4060     AC_MSG_WARN([Wide character support is unavailable])
4061 fi
4062
4063 dnl *printf() functions sometimes are available in the library but not
4064 dnl prototyped -- if this is the case, we can't use them from C++ code, but to
4065 dnl detect this we have to use C++ compiler for testing
4066 AC_LANG_SAVE
4067 AC_LANG_CPLUSPLUS
4068
4069 dnl check for vsnprintf() -- a safe version of vsprintf())
4070 dnl
4071 dnl the trouble here is that on some systems (e.g HP-UX 10) this function is
4072 dnl present in libc but not in the system headers and so AC_CHECK_FUNCS (which,
4073 dnl stupidly, provides a dummy function declaration inside its extension)
4074 dnl succeeds, even with C++ compiler, but the compilation of wxWidgets fails
4075 dnl
4076 dnl so we first check if the function is in the library
4077 AC_CHECK_FUNCS(snprintf vsnprintf)
4078
4079 if test "$ac_cv_func_vsnprintf" = "yes"; then
4080     dnl yes it is -- now check if it is in the headers
4081     AC_CACHE_CHECK([for vsnprintf declaration], wx_cv_func_vsnprintf_decl,
4082         [
4083             dnl our troubles are not over: HP-UX 11 prototypes vsnprintf() as
4084             dnl taking "char *" and not "const char *" while Metrowerks does
4085             dnl provide a correct vsnprintf declaration but in C++ mode it's
4086             dnl always in std namespace and so we have to bring it in scope
4087             AC_TRY_COMPILE(
4088                 [
4089                     #include <stdio.h>
4090                     #include <stdarg.h>
4091                     #ifdef __MSL__
4092                     #if __MSL__ >= 0x6000
4093                     namespace std {}
4094                     using namespace std;
4095                     #endif
4096                     #endif
4097                 ],
4098                 [
4099                     char *buf;
4100                     va_list ap;
4101                     vsnprintf(buf, 10u, "%s", ap);
4102                 ],
4103                 wx_cv_func_vsnprintf_decl=yes,
4104                 wx_cv_func_vsnprintf_decl=no
4105             )
4106         ]
4107     )
4108
4109     if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
4110         AC_DEFINE(HAVE_VSNPRINTF_DECL)
4111
4112         dnl we know there is a vsnprintf declaration, but some old headers
4113         dnl may have one taking a "char *" format instead of "const char *"
4114         AC_CACHE_CHECK([if vsnprintf declaration is broken], wx_cv_func_broken_vsnprintf_decl,
4115             [
4116                 AC_TRY_COMPILE(
4117                     [
4118                         #include <stdio.h>
4119                         #include <stdarg.h>
4120                         #ifdef __MSL__
4121                         #if __MSL__ >= 0x6000
4122                         namespace std {}
4123                         using namespace std;
4124                         #endif
4125                         #endif
4126                     ],
4127                     [
4128                         char *buf;
4129                         va_list ap;
4130                         const char *fmt = "%s";
4131                         vsnprintf(buf, 10u, fmt, ap);
4132                     ],
4133                     wx_cv_func_broken_vsnprintf_decl=no,
4134                     wx_cv_func_broken_vsnprintf_decl=yes
4135                 )
4136             ]
4137         )
4138
4139         if test "$wx_cv_func_broken_vsnprintf_decl" = "yes"; then
4140             AC_DEFINE(HAVE_BROKEN_VSNPRINTF_DECL)
4141         fi
4142     fi
4143 fi
4144
4145 dnl the same as above but for snprintf() now: it's not present in at least AIX
4146 dnl 4.2 headers
4147 if test "$ac_cv_func_snprintf" = "yes"; then
4148     AC_CACHE_CHECK([for snprintf declaration], wx_cv_func_snprintf_decl,
4149         [
4150             AC_TRY_COMPILE(
4151                 [
4152                     #include <stdio.h>
4153                     #include <stdarg.h>
4154                     #ifdef __MSL__
4155                     #if __MSL__ >= 0x6000
4156                     namespace std {}
4157                     using namespace std;
4158                     #endif
4159                     #endif
4160                 ],
4161                 [
4162                     char *buf;
4163                     snprintf(buf, 10u, "%s", "wx");
4164                 ],
4165                 wx_cv_func_snprintf_decl=yes,
4166                 wx_cv_func_snprintf_decl=no
4167             )
4168         ]
4169     )
4170
4171     if test "$wx_cv_func_snprintf_decl" = "yes"; then
4172         AC_DEFINE(HAVE_SNPRINTF_DECL)
4173
4174         dnl we know there is an snprintf declaration, but some old headers
4175         dnl may have one taking a "char *" format instead of "const char *"
4176         AC_CACHE_CHECK([if snprintf declaration is broken], wx_cv_func_broken_snprintf_decl,
4177             [
4178                 AC_TRY_COMPILE(
4179                     [
4180                         #include <stdio.h>
4181                         #include <stdarg.h>
4182                         #ifdef __MSL__
4183                         #if __MSL__ >= 0x6000
4184                         namespace std {}
4185                         using namespace std;
4186                         #endif
4187                         #endif
4188                     ],
4189                     [
4190                         char *buf;
4191                         const char *fmt = "%s";
4192                         snprintf(buf, 10u, fmt, "wx");
4193                     ],
4194                     wx_cv_func_broken_snprintf_decl=no,
4195                     wx_cv_func_broken_snprintf_decl=yes
4196                 )
4197             ]
4198         )
4199
4200         if test "$wx_cv_func_broken_snprintf_decl" = "yes"; then
4201             AC_DEFINE(HAVE_BROKEN_SNPRINTF_DECL)
4202         fi
4203     fi
4204 fi
4205
4206 if test "$wxUSE_UNICODE" = yes; then
4207     dnl also look if we have wide char IO functions
4208     AC_CHECK_FUNCS(wputc wputchar putws fputws wprintf vswprintf)
4209
4210     dnl MinGW has a vswprintf with a different prototype, and
4211     dnl a _vsnwprintf with the correct prototype, but AC_CHECK_FUNCS
4212     dnl finds it even if it is not declared in some versions...
4213     AC_MSG_CHECKING([for _vsnwprintf])
4214     AC_TRY_COMPILE([#include <wchar.h>],
4215                    [&_vsnwprintf;],
4216                    [AC_MSG_RESULT([yes])
4217                     AC_DEFINE(HAVE__VSNWPRINTF)],
4218                    [AC_MSG_RESULT([no])]);
4219 fi
4220
4221 AC_LANG_RESTORE
4222
4223 if test "x$ac_cv_header_fnmatch_h" = "xyes"; then
4224     AC_CHECK_FUNCS(fnmatch)
4225 fi
4226
4227 if test "$wxUSE_FILE" = "yes"; then
4228     AC_CHECK_FUNCS(fsync)
4229 fi
4230
4231
4232 dnl the following tests are for Unix(like) systems only
4233 if test "$TOOLKIT" != "MSW"; then
4234
4235 dnl check for available version of iconv()
4236
4237 AC_LANG_SAVE
4238 AC_LANG_CPLUSPLUS
4239 AM_ICONV
4240 LIBS="$LIBICONV $LIBS"
4241 AC_LANG_RESTORE
4242
4243 dnl check for POSIX signals if we need them
4244 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
4245     AC_CHECK_FUNCS(sigaction)
4246
4247     if test "$ac_cv_func_sigaction" = "no"; then
4248         AC_MSG_WARN([No POSIX signal functions on this system, wxApp::OnFatalException will not be called])
4249         wxUSE_ON_FATAL_EXCEPTION=no
4250     fi
4251
4252     if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
4253       AC_LANG_SAVE
4254       AC_LANG_CPLUSPLUS
4255
4256       AC_CACHE_CHECK([for sa_handler type], wx_cv_type_sa_handler,
4257       [
4258         AC_TRY_COMPILE([#include <signal.h>],
4259                      [
4260                         extern void testSigHandler(int);
4261
4262                         struct sigaction sa;
4263                         sa.sa_handler = testSigHandler;
4264                      ], [
4265                         wx_cv_type_sa_handler=int
4266                      ], [
4267                         wx_cv_type_sa_handler=void
4268                      ])
4269       ])
4270
4271       AC_LANG_RESTORE
4272
4273       AC_DEFINE_UNQUOTED(wxTYPE_SA_HANDLER, $wx_cv_type_sa_handler)
4274     fi
4275 fi
4276
4277 dnl backtrace() and backtrace_symbols() for wxStackWalker
4278 if test "$wxUSE_STACKWALKER" = "yes" -a "$wxUSE_UNIX" = "yes"; then
4279     AC_LANG_SAVE
4280     AC_LANG_CPLUSPLUS
4281
4282     AC_CACHE_CHECK([for backtrace() in <execinfo.h>], wx_cv_func_backtrace,
4283         [
4284             AC_TRY_COMPILE([#include <execinfo.h>],
4285                 [
4286                     void *trace[1];
4287                     char **messages;
4288
4289                     backtrace(trace, 1);
4290                     messages = backtrace_symbols(trace, 1);
4291                 ],
4292                 wx_cv_func_backtrace=yes,
4293                 wx_cv_func_backtrace=no
4294             )
4295         ]
4296     )
4297
4298
4299     if test "$wx_cv_func_backtrace" = "no"; then
4300         AC_MSG_WARN([backtrace() is not available, wxStackWalker will not be available])
4301         wxUSE_STACKWALKER=no
4302     else
4303         AC_CACHE_CHECK([for __cxa_demangle() in <cxxabi.h>], wx_cv_func_cxa_demangle,
4304             [
4305                 AC_TRY_LINK([#include <cxxabi.h>],
4306                     [
4307                         int rc;
4308                         __cxxabiv1::__cxa_demangle("foo", 0, 0, &rc);
4309                     ],
4310                     wx_cv_func_cxa_demangle=yes,
4311                     wx_cv_func_cxa_demangle=no
4312                 )
4313             ]
4314         )
4315
4316         if test "$wx_cv_func_cxa_demangle" = "yes"; then
4317             AC_DEFINE(HAVE_CXA_DEMANGLE)
4318         fi
4319     fi
4320
4321     AC_LANG_RESTORE
4322 fi
4323
4324 if test "$wxUSE_STACKWALKER" = "yes" -a "$USE_WIN32" != "1" -a "$USE_UNIX" != "1"; then 
4325     AC_MSG_WARN([wxStackWalker is only available on Win32 and UNIX... disabled])
4326     wxUSE_STACKWALKER=no
4327 fi
4328
4329
4330 dnl check for the function for temp files creation
4331 AC_CHECK_FUNCS(mkstemp mktemp, break)
4332
4333 dnl get the library function to use for wxGetDiskSpace(): it is statfs() under
4334 dnl Linux and *BSD and statvfs() under Solaris
4335 AC_CACHE_CHECK(for statfs, wx_cv_func_statfs,
4336     AC_TRY_COMPILE(
4337         [
4338              #if defined(__BSD__)
4339              #include <sys/param.h>
4340              #include <sys/mount.h>
4341              #else
4342              #include <sys/vfs.h>
4343              #endif
4344         ],
4345         [
4346              long l;
4347              struct statfs fs;
4348              statfs("/", &fs);
4349              l = fs.f_bsize;
4350              l += fs.f_blocks;
4351              l += fs.f_bavail;
4352         ],
4353          wx_cv_func_statfs=yes,
4354          wx_cv_func_statfs=no
4355     )
4356 )
4357
4358 if test "$wx_cv_func_statfs" = "yes"; then
4359     dnl check whether we have its dcelaration too: some systems (AIX 4) lack it
4360     AC_LANG_SAVE
4361     AC_LANG_CPLUSPLUS
4362     AC_CACHE_CHECK(for statfs declaration, wx_cv_func_statfs_decl,
4363         AC_TRY_COMPILE(
4364             [
4365                  #if defined(__BSD__)
4366                  #include <sys/param.h>
4367                  #include <sys/mount.h>
4368                  #else
4369                  #include <sys/vfs.h>
4370                  #endif
4371             ],
4372             [
4373                 struct statfs fs;
4374                 statfs("", &fs);
4375             ],
4376             wx_cv_func_statfs_decl=yes,
4377             wx_cv_func_statfs_decl=no
4378         )
4379     )
4380     AC_LANG_RESTORE
4381
4382     if test "$wx_cv_func_statfs_decl" = "yes"; then
4383         AC_DEFINE(HAVE_STATFS_DECL)
4384     fi
4385
4386     wx_cv_type_statvfs_t="struct statfs"
4387     AC_DEFINE(HAVE_STATFS)
4388 else
4389     AC_CACHE_CHECK(for statvfs, wx_cv_func_statvfs,
4390         AC_TRY_COMPILE(
4391             [
4392                 #include <stddef.h>
4393                 #include <sys/statvfs.h>
4394             ],
4395             [
4396                 statvfs("/", NULL);
4397             ],
4398             wx_cv_func_statvfs=yes,
4399             wx_cv_func_statvfs=no
4400         )
4401     )
4402
4403     if test "$wx_cv_func_statvfs" = "yes"; then
4404         dnl we also have to check whether we should use statvfs_t (works under
4405         dnl Solaris 8, doesn't work under Solaris 7) or "struct statvfs" (vice
4406         dnl versa) as the argument for statvfs in 64 bit off_t mode (in 32 bit
4407         dnl mode both work fine)
4408         dnl
4409         dnl for this check C++ compiler has to be used as passing incompatible
4410         dnl pointers is just a warning and not an error in C
4411         AC_LANG_SAVE
4412         AC_LANG_CPLUSPLUS
4413
4414         AC_CACHE_CHECK(for statvfs argument type, wx_cv_type_statvfs_t,
4415             AC_TRY_COMPILE(
4416                 [
4417                     #include <sys/statvfs.h>
4418                 ],
4419                 [
4420                     long l;
4421                     statvfs_t fs;
4422                     statvfs("/", &fs);
4423                     l = fs.f_bsize;
4424                     l += fs.f_blocks;
4425                     l += fs.f_bavail;
4426                 ],
4427                 wx_cv_type_statvfs_t=statvfs_t,
4428                 [
4429                     AC_TRY_COMPILE(
4430                         [
4431                             #include <sys/statvfs.h>
4432                         ],
4433                         [
4434                             long l;
4435                             struct statvfs fs;
4436                             statvfs("/", &fs);
4437                             l = fs.f_bsize;
4438                             l += fs.f_blocks;
4439                             l += fs.f_bavail;
4440                         ],
4441                         wx_cv_type_statvfs_t="struct statvfs",
4442                         wx_cv_type_statvfs_t="unknown"
4443                     )
4444                 ]
4445             )
4446         )
4447
4448         AC_LANG_RESTORE
4449
4450         if test "$wx_cv_type_statvfs_t" != "unknown"; then
4451             AC_DEFINE(HAVE_STATVFS)
4452         fi
4453     else
4454         dnl set it for the test below
4455         wx_cv_type_statvfs_t="unknown"
4456     fi
4457 fi
4458
4459 if test "$wx_cv_type_statvfs_t" != "unknown"; then
4460     AC_DEFINE_UNQUOTED(WX_STATFS_T, $wx_cv_type_statvfs_t)
4461 else
4462     AC_MSG_WARN([wxGetDiskSpace() function won't work without statfs()])
4463 fi
4464
4465 dnl check for fcntl() or at least flock() needed by Unix implementation of
4466 dnl wxSingleInstanceChecker
4467 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
4468     AC_CHECK_FUNCS(fcntl flock, break)
4469
4470     if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
4471         AC_MSG_WARN(wxSingleInstanceChecker not available)
4472         wxUSE_SNGLINST_CHECKER=no
4473     fi
4474 fi
4475
4476 dnl check for timegm() used by datetime.cpp
4477 AC_CHECK_FUNCS(timegm)
4478
4479 dnl look for a function to modify the environment
4480 AC_CHECK_FUNCS(putenv setenv, break)
4481
4482 HAVE_SOME_SLEEP_FUNC=0
4483 if test "$USE_BEOS" = 1; then
4484     dnl BeOS has its own (wonder where did they get it from) sleep() function
4485     dnl in unistd.h
4486     AC_DEFINE(HAVE_SLEEP)
4487     HAVE_SOME_SLEEP_FUNC=1
4488 fi
4489
4490 if test "$USE_DARWIN" = 1; then
4491     dnl Mac OS X/Darwin has both nanosleep and usleep
4492     dnl but only usleep is defined in unistd.h
4493     AC_DEFINE(HAVE_USLEEP)
4494     HAVE_SOME_SLEEP_FUNC=1
4495 fi
4496
4497 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
4498     dnl try nanosleep() in libc and libposix4, if this fails - usleep()
4499     POSIX4_LINK=
4500     AC_CHECK_FUNCS(nanosleep,
4501         AC_DEFINE(HAVE_NANOSLEEP),
4502         [
4503             AC_CHECK_LIB(posix4, nanosleep,
4504                 [
4505                     AC_DEFINE(HAVE_NANOSLEEP)
4506                     POSIX4_LINK=" -lposix4"
4507                 ],
4508                 [
4509                     AC_CHECK_FUNCS(usleep,
4510                         AC_DEFINE(HAVE_USLEEP),
4511                         AC_MSG_WARN([wxSleep() function will not work])
4512                     )
4513                 ]
4514             )
4515         ]
4516     )
4517 fi
4518
4519 dnl check for uname (POSIX) and gethostname (BSD)
4520 AC_CHECK_FUNCS(uname gethostname, break)
4521
4522 dnl check for MT-safe version of strtok (on DEC Alpha, it's ok for C compiler
4523 dnl but not for C++ one - hence change language)
4524 AC_LANG_SAVE
4525 AC_LANG_CPLUSPLUS
4526
4527 AC_CHECK_FUNCS(strtok_r)
4528
4529 AC_LANG_RESTORE
4530
4531 dnl check for inet_addr and inet_aton (these may live either in libc, or in
4532 dnl libnsl or libresolv or libsocket)
4533 INET_LINK=
4534 AC_CHECK_FUNCS(inet_addr,
4535     AC_DEFINE(HAVE_INET_ADDR),
4536     [
4537         AC_CHECK_LIB(nsl, inet_addr,
4538             INET_LINK="nsl",
4539             [
4540                 AC_CHECK_LIB(resolv, inet_addr,
4541                     INET_LINK="resolv",
4542                     [
4543                         AC_CHECK_LIB(socket, inet_addr,
4544                             INET_LINK="socket"
4545                         )
4546                     ]
4547                 )
4548             ]
4549         )
4550     ]
4551 )
4552
4553 AC_CHECK_FUNCS(inet_aton,
4554         AC_DEFINE(HAVE_INET_ATON),
4555         [
4556             dnl only check it in the same lib
4557             AC_CHECK_LIB($INET_LINK, inet_aton, AC_DEFINE(HAVE_INET_ATON))
4558         ])
4559
4560 if test "x$INET_LINK" != "x"; then
4561     AC_DEFINE(HAVE_INET_ADDR)
4562     INET_LINK=" -l$INET_LINK"
4563 fi
4564
4565 fi
4566 dnl if !MSW
4567
4568
4569 dnl ------------------------------------------
4570 dnl Checks specific to contrib libs (MMedia)
4571 dnl ------------------------------------------
4572
4573 dnl Check for ESD:
4574 EXTRALIBS_ESD=
4575 AC_CHECK_LIB(esd, esd_close, [
4576     AC_CHECK_HEADERS([esd.h], [
4577     EXTRALIBS_ESD="-lesd"
4578   ])
4579 ])
4580 AC_SUBST(EXTRALIBS_ESD)
4581
4582 dnl check for known CD-ROM interface
4583 AC_MSG_CHECKING([for known CD-ROM interface])
4584 AC_TRY_COMPILE([#ifdef __linux__
4585                 #include <linux/cdrom.h>
4586                 #else
4587                 /* For Solaris */
4588                 #include <sys/cdio.h>
4589                 #endif
4590                 ],
4591                [struct cdrom_tocentry entry, old_entry;],
4592                [AC_MSG_RESULT([yes])
4593                 AC_DEFINE(HAVE_KNOWN_CDROM_INTERFACE)],
4594                [AC_MSG_RESULT([no])])
4595
4596 dnl ===========================================================================
4597 dnl Now we have all the info we need - use it!
4598 dnl ===========================================================================
4599
4600 dnl flush the cache
4601 AC_CACHE_SAVE
4602
4603 dnl ---------------------------------------------------------------------------
4604 dnl thread support for Unix (for Win32 and OS/2 see past
4605 dnl                          the next matching "else")
4606 dnl ---------------------------------------------------------------------------
4607
4608 dnl under MSW (except mingw32) we always have thread support
4609 CPP_MT_FLAG=
4610 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
4611
4612     dnl the code below:
4613     dnl
4614     dnl   defines THREADS_LINK and THREADS_CFLAGS which are the options
4615     dnl   necessary to build the MT programs for the linker and compiler
4616     dnl   respectively
4617     dnl
4618     dnl   sets wxUSE_THREADS=1 if thread support is activated
4619
4620     THREADS_LINK=
4621     THREADS_CFLAGS=
4622
4623     if test "$wxUSE_THREADS" = "yes" ; then
4624         if test "$USE_BEOS" = 1; then
4625             AC_MSG_WARN([BeOS threads are not yet supported... disabled])
4626             wxUSE_THREADS="no"
4627         fi
4628     fi
4629
4630     if test "$wxUSE_THREADS" = "yes" ; then
4631         dnl find if POSIX threads are available
4632         dnl
4633         dnl the tests here are based on ACX_PTHREAD macro from autoconf macro
4634         dnl archive from http://ac-archive.sourceforge.net/
4635         dnl
4636         dnl thanks to Steven G. Johnson <stevenj@alum.mit.edu> and Alejandro
4637         dnl Forero Cuervo <bachue@bachue.com> for the original code
4638
4639         dnl TODO: cache the result
4640
4641         dnl define the list of the thread options to try in the loop below
4642         dnl with the convention that anything starting with '-' is a cpp flag
4643         dnl while anything else is a library (i.e. there is an implicit "-l")
4644         THREAD_OPTS="-pthread"
4645         case "${host}" in
4646           *-*-solaris2* | *-*-sunos4* )
4647                 if test "x$GCC" = "xyes"; then
4648                     dnl Solaris/gcc combination use this one for some reason
4649                     THREAD_OPTS="-pthreads $THREAD_OPTS"
4650                 else
4651                     THREAD_OPTS="-mt $THREAD_OPTS"
4652                 fi
4653                 ;;
4654           *-*-freebsd*)
4655                 dnl look, in order, for the kernel threads, then Linux threads
4656                 dnl and finally the userland threads
4657                 THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r"
4658                 ;;
4659           *-*-darwin* | *-*-cygwin* )
4660                 dnl Darwin / Mac OS X just uses -lpthread tested below
4661                 dnl and so does Cygwin
4662                 THREAD_OPTS=""
4663                 ;;
4664           *-*-aix*)
4665                 dnl AIX calls the library libpthreads - thanks IBM!
4666                 THREAD_OPTS="pthreads"
4667                 ;;
4668           *-hp-hpux* )
4669                 if test "x$GCC" = "xyes"; then
4670                     dnl g++ versions before 3.3.2 don't support -pthread.
4671                     $CXX -dumpspecs | grep 'pthread:' >/dev/null ||
4672                         THREAD_OPTS="" 
4673                 else
4674                     dnl HP-UX aCC only gives a warning, not an error about
4675                     dnl -pthread but it doesn't work and we have to use
4676                     dnl -lpthread there
4677                     THREAD_OPTS=""
4678                 fi
4679                 ;;
4680
4681           *-*-irix* )
4682                 dnl gcc under IRIX doesn't seem to like -pthread, but it
4683                 dnl doesn't give an error for it neither, just a warning
4684                 dnl message -- but this is still very annoying
4685                 if test "x$GCC" = "xyes"; then
4686                     THREAD_OPTS=""
4687                 fi
4688                 ;;
4689
4690           *-*-*UnixWare*)
4691                 dnl flying by man pages here: Caldera online docs use this
4692                 if test "x$GCC" != "xyes"; then
4693                     THREAD_OPTS="-Ethread"
4694                 fi
4695                 ;;
4696         esac
4697
4698         dnl simply linking with libpthread should make the test below work but
4699         dnl it's far from certain that the threaded programs compiled without
4700         dnl any special switches actually work, so try it after all the others
4701         THREAD_OPTS="$THREAD_OPTS pthread none"
4702
4703         dnl now test for all possibilities
4704         THREADS_OK=no
4705         for flag in $THREAD_OPTS; do
4706             case $flag in
4707                 none)
4708                     AC_MSG_CHECKING([whether pthreads work without any flags])
4709                     ;;
4710
4711                 -*)
4712                     AC_MSG_CHECKING([whether pthreads work with $flag])
4713                     THREADS_CFLAGS="$flag"
4714                     ;;
4715
4716                 *)
4717                     AC_MSG_CHECKING([for the pthreads library -l$flag])
4718                     THREADS_LINK="-l$flag"
4719                     ;;
4720               esac
4721
4722               save_LIBS="$LIBS"
4723               save_CFLAGS="$CFLAGS"
4724               LIBS="$THREADS_LINK $LIBS"
4725               CFLAGS="$THREADS_CFLAGS $CFLAGS"
4726
4727               AC_TRY_LINK([#include <pthread.h>],
4728                           [pthread_create(0,0,0,0);],
4729                           THREADS_OK=yes)
4730
4731               LIBS="$save_LIBS"
4732               CFLAGS="$save_CFLAGS"
4733
4734               AC_MSG_RESULT($THREADS_OK)
4735               if test "x$THREADS_OK" = "xyes"; then
4736                       break;
4737               fi
4738
4739               THREADS_LINK=""
4740               THREADS_CFLAGS=""
4741       done
4742
4743       if test "x$THREADS_OK" != "xyes"; then
4744           wxUSE_THREADS=no
4745           AC_MSG_WARN([No thread support on this system... disabled])
4746       else
4747           dnl yes, these special compiler flags should be used with the
4748           dnl linker as well
4749           LDFLAGS="$THREADS_CFLAGS $LDFLAGS"
4750           LIBS="$THREADS_LINK $LIBS"
4751
4752           AC_MSG_CHECKING([if more special flags are required for pthreads])
4753           flag=no
4754           case "${host}" in
4755             *-aix*)
4756                 dnl again quoting from
4757                 dnl http://www-1.ibm.com/servers/esdd/articles/gnu.html:
4758                 dnl
4759                 dnl     When compiling and linking with -pthread, the library
4760                 dnl     search path should include -L/usr/lib/threads at the
4761                 dnl     beginning of the path.
4762                 LDFLAGS="-L/usr/lib/threads $LDFLAGS"
4763                 flag="-D_THREAD_SAFE"
4764                 ;;
4765             *-freebsd*)
4766                 flag="-D_THREAD_SAFE"
4767                 ;;
4768             *-hp-hpux* )
4769                 flag="-D_REENTRANT"
4770                 if test "x$GCC" != "xyes"; then
4771                     dnl see http://docs.hp.com/hpux/onlinedocs/2213/threads.htm
4772                     flag="$flag -D_RWSTD_MULTI_THREAD"
4773                 fi
4774                 ;;
4775             *solaris* | alpha*-osf*)
4776                 flag="-D_REENTRANT"
4777                 ;;
4778           esac
4779           AC_MSG_RESULT(${flag})
4780           if test "x$flag" != xno; then
4781               THREADS_CFLAGS="$THREADS_CFLAGS $flag"
4782           fi
4783
4784           if test "x$THREADS_CFLAGS" != "x"; then
4785             dnl don't add these options to CPPFLAGS as cpp might not know them
4786             CFLAGS="$CFLAGS $THREADS_CFLAGS"
4787             CXXFLAGS="$CXXFLAGS $THREADS_CFLAGS"
4788           fi
4789       fi
4790     fi
4791
4792     dnl do other tests only if we are using threads
4793     if test "$wxUSE_THREADS" = "yes" ; then
4794       AC_CHECK_FUNCS(thr_setconcurrency)
4795
4796       dnl can't use AC_CHECK_FUNCS for this one as it's usually a macro and so
4797       dnl wouldn't be found by it
4798       AC_CACHE_CHECK([for pthread_cleanup_push/pop], wx_cv_func_pthread_cleanup,
4799       [
4800         AC_TRY_COMPILE([#include <pthread.h>
4801                void ThreadCleanupFunc(void *p);
4802             ],
4803             [
4804                 void *p;
4805                 pthread_cleanup_push(ThreadCleanupFunc, p);
4806                 pthread_cleanup_pop(0);
4807             ], [
4808                wx_cv_func_pthread_cleanup=yes
4809             ], [
4810                wx_cv_func_pthread_cleanup=no
4811             ]
4812         )
4813       ])
4814       if test "x$wx_cv_func_pthread_cleanup" = "xyes"; then
4815         AC_DEFINE(wxHAVE_PTHREAD_CLEANUP)
4816       fi
4817
4818       AC_CHECK_HEADERS(sched.h)
4819       if test "$ac_cv_header_sched_h" = "yes"; then
4820           AC_CHECK_FUNC(sched_yield,
4821             AC_DEFINE(HAVE_SCHED_YIELD),
4822             [
4823                 AC_CHECK_LIB(posix4,
4824                     sched_yield,
4825                     [AC_DEFINE(HAVE_SCHED_YIELD) POSIX4_LINK=" -lposix4"],
4826                     AC_MSG_WARN(wxThread::Yield will not work properly)
4827                 )
4828             ]
4829           )
4830       fi
4831
4832       dnl to be able to set the thread priority, we need to have all of the
4833       dnl following functions:
4834       dnl   1. pthread_attr_getschedpolicy
4835       dnl   2. sched_get_priority_min and sched_get_priority_max
4836       dnl      (this one can be in either libpthread or libposix4 (under Solaris))
4837       dnl   3. pthread_attr_getschedparam and pthread_attr_setschedparam
4838       HAVE_PRIOR_FUNCS=0
4839       AC_CHECK_FUNC(pthread_attr_getschedpolicy,
4840                      [AC_CHECK_FUNC(pthread_attr_setschedparam,
4841                        [AC_CHECK_FUNC(sched_get_priority_max,
4842                            HAVE_PRIOR_FUNCS=1,
4843                            [AC_CHECK_LIB([posix4], sched_get_priority_max,
4844                              [
4845                                 HAVE_PRIOR_FUNCS=1
4846                                 POSIX4_LINK=" -lposix4"
4847                              ],
4848                            )]
4849                        )]
4850                      )]
4851                    )
4852
4853       if test "$HAVE_PRIOR_FUNCS" = 1; then
4854         AC_DEFINE(HAVE_THREAD_PRIORITY_FUNCTIONS)
4855       else
4856         AC_MSG_WARN(Setting thread priority will not work)
4857       fi
4858
4859       AC_CHECK_FUNC(pthread_cancel,
4860                     AC_DEFINE(HAVE_PTHREAD_CANCEL),
4861                     AC_MSG_WARN([wxThread::Kill() will not work properly]))
4862
4863       AC_CHECK_FUNC(pthread_attr_setstacksize,
4864                     AC_DEFINE(HAVE_PTHREAD_ATTR_SETSTACKSIZE))
4865
4866       dnl mutexattr_t initialization is done in quite different ways on different
4867       dnl platforms, so check for a few things:
4868       dnl
4869       dnl HAVE_MUTEX_RECURSIVE means that we can create recursive mutexes
4870       dnl HAVE_MUTEXATTR_SETTYPE means that we do it using
4871       dnl pthread_mutexattr_settype(PTHREAD_MUTEX_RECURSIVE) and if it is not
4872       dnl defined, we do it by directly assigned
4873       dnl PTHREAD_MUTEX_RECURSIVE_MUTEX_INITIALIZER_NP to attr
4874
4875       AC_CACHE_CHECK([for pthread_mutexattr_t], wx_cv_type_pthread_mutexattr_t,
4876       [
4877         AC_TRY_COMPILE([#include <pthread.h>],
4878             [
4879                pthread_mutexattr_t attr;
4880                pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
4881             ],
4882             wx_cv_type_pthread_mutexattr_t=yes,
4883             wx_cv_type_pthread_mutexattr_t=no
4884         )
4885       ])
4886
4887       if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
4888         AC_DEFINE(HAVE_PTHREAD_MUTEXATTR_T)
4889
4890         dnl check if we already have the declaration we need, it is not
4891         dnl present in some systems' headers
4892         AC_CACHE_CHECK([for pthread_mutexattr_settype declaration],
4893                        wx_cv_func_pthread_mutexattr_settype_decl, [
4894                        AC_TRY_COMPILE([#include <pthread.h>],
4895                            [
4896                                pthread_mutexattr_t attr;
4897                                pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
4898                            ],
4899                            wx_cv_func_pthread_mutexattr_settype_decl=yes,
4900                            wx_cv_func_pthread_mutexattr_settype_decl=no
4901                        )
4902         ])
4903         if test "$wx_cv_func_pthread_mutexattr_settype_decl" = "yes"; then
4904             AC_DEFINE(HAVE_PTHREAD_MUTEXATTR_SETTYPE_DECL)
4905         fi
4906       else
4907         dnl don't despair, there may be another way to do it
4908         AC_CACHE_CHECK([for PTHREAD_RECURSIVE_MUTEX_INITIALIZER],
4909                        wx_cv_type_pthread_rec_mutex_init,
4910         [
4911             AC_TRY_COMPILE([#include <pthread.h>],
4912                 [
4913                     pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
4914                 ], [
4915                     wx_cv_type_pthread_rec_mutex_init=yes
4916                 ], [
4917                     wx_cv_type_pthread_rec_mutex_init=no
4918                 ]
4919             )
4920         ])
4921         if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
4922           AC_DEFINE(HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER)
4923         else
4924           dnl this may break code working elsewhere, so at least warn about it
4925           AC_MSG_WARN([wxMutex won't be recursive on this platform])
4926         fi
4927       fi
4928     fi
4929
4930 dnl from if !MSW
4931 else
4932     if test "$wxUSE_THREADS" = "yes" ; then
4933       case "${host}" in
4934         *-*-mingw32* )
4935             dnl check if the compiler accepts -mthreads
4936             AC_CACHE_CHECK([if compiler supports -mthreads],
4937                 wx_cv_cflags_mthread,
4938                 [
4939                     CFLAGS_OLD="$CFLAGS"
4940                     CFLAGS="$CFLAGS -mthreads"
4941                     AC_TRY_COMPILE([], [],
4942                         wx_cv_cflags_mthread=yes,
4943                         wx_cv_cflags_mthread=no
4944                     )
4945                 ]
4946             )
4947
4948             if test "$wx_cv_cflags_mthread" = "yes"; then
4949                 dnl it does, use it
4950                 CXXFLAGS="$CXXFLAGS -mthreads"
4951                 TOOLCHAIN_DEFS="$TOOLCHAIN_DEFS -mthreads"
4952                 LDFLAGS="$LDFLAGS -mthreads"
4953             else
4954                 dnl it doesn't
4955                 CFLAGS="$CFLAGS_OLD"
4956             fi
4957         ;;
4958         *-pc-os2*emx )
4959             CFLAGS="$CFLAGS -Zmt -D__ST_MT_ERRNO__"
4960             CXXFLAGS="$CXXFLAGS -Zmt -D__ST_MT_ERRNO__"
4961             LDFLAGS="$LDFLAGS -Zmt"
4962         ;;
4963       esac
4964     fi
4965 fi
4966
4967 if test "$wxUSE_THREADS" = "yes"; then
4968   AC_DEFINE(wxUSE_THREADS)
4969
4970   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
4971 else
4972   dnl on some systems, _REENTRANT should be defined if we want to use any _r()
4973   dnl functions - add tests for other functions here as well
4974   if test "$ac_cv_func_strtok_r" = "yes"; then
4975     AC_MSG_CHECKING(if -D_REENTRANT is needed)
4976     if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
4977         TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D_REENTRANT"
4978         AC_MSG_RESULT(yes)
4979     else
4980         AC_MSG_RESULT(no)
4981     fi
4982   fi
4983 fi
4984
4985 if test "$WXGTK20" = 1 ; then
4986   AC_DEFINE_UNQUOTED(__WXGTK20__,$WXGTK20)
4987   WXGTK12=1
4988 fi
4989
4990 if test "$WXGTK12" = 1 ; then
4991   AC_DEFINE_UNQUOTED(__WXGTK12__,$WXGTK12)
4992 fi
4993
4994 if test "$WXGTK127" = 1 ; then
4995   AC_DEFINE_UNQUOTED(__WXGTK127__,$WXGTK127)
4996 fi
4997
4998 if test "$WXGPE" = 1 ; then
4999   AC_DEFINE_UNQUOTED(__WXGPE__,$WXGPE)
5000 fi
5001
5002 WXDEBUG=
5003
5004 if test "$wxUSE_DEBUG_INFO" = "yes" ; then
5005     WXDEBUG="-g"
5006     wxUSE_OPTIMISE=no
5007 fi
5008
5009 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
5010     wxUSE_DEBUG_INFO=yes
5011     if test "$GCC" = yes; then
5012         WXDEBUG="-ggdb"
5013     fi
5014 fi
5015
5016 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
5017     AC_DEFINE(WXDEBUG)
5018     WXDEBUG_DEFINE="-D__WXDEBUG__"
5019 else
5020     if test "$wxUSE_GTK" = 1 ; then
5021         WXDEBUG_DEFINE="-DGTK_NO_CHECK_CASTS"
5022     fi
5023 fi
5024
5025 if test "$wxUSE_MEM_TRACING" = "yes" ; then
5026     AC_DEFINE(wxUSE_MEMORY_TRACING)
5027     AC_DEFINE(wxUSE_GLOBAL_MEMORY_OPERATORS)
5028     AC_DEFINE(wxUSE_DEBUG_NEW_ALWAYS)
5029     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
5030 fi
5031
5032 if test "$wxUSE_DMALLOC" = "yes" ; then
5033     DMALLOC_LIBS="-ldmallocthcxx"
5034 fi
5035
5036 PROFILE=
5037 if test "$wxUSE_PROFILE" = "yes" ; then
5038     PROFILE=" -pg"
5039 fi
5040
5041 CODE_GEN_FLAGS=
5042 CODE_GEN_FLAGS_CXX=
5043 if test "$GCC" = "yes" ; then
5044     if test "$wxUSE_NO_RTTI" = "yes" ; then
5045         CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-rtti"
5046     fi
5047     if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
5048         CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-exceptions"
5049     fi
5050     if test "$wxUSE_PERMISSIVE" = "yes" ; then
5051         CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive"
5052     fi
5053
5054     dnl Ian Brown <ian.brown@printsoft.de> reports that versions of gcc before
5055     dnl 3.0 overflow the table of contents on rs6000 as they create an entry
5056     dnl for each subroutine by default -- using the switch below only creates
5057     dnl one entry per file instead at the price of minor performance penalty
5058     dnl
5059     dnl As of wx2.4 a bug in the hppa gcc compiler causes a similar problem
5060     dnl without -ffunction-sections.  No idea how long we'll need to maintain
5061     dnl this, or even the extent of gcc/wx version combinations affected, but
5062     dnl also as above, this 'fix' does not come without side effects.
5063     dnl
5064     dnl TODO: test for the gcc version here (how?)
5065     case "${host}" in
5066       powerpc*-*-aix* )
5067         CODE_GEN_FLAGS="$CODE_GEN_FLAGS -mminimal-toc"
5068         ;;
5069       *-hppa* )
5070         CODE_GEN_FLAGS="$CODE_GEN_FLAGS -ffunction-sections"
5071         ;;
5072     esac
5073 fi
5074
5075 OPTIMISE=
5076 if test "$wxUSE_OPTIMISE" = "no" ; then
5077     if test "$GCC" = yes ; then
5078         dnl use -O0 because compiling with it is faster than compiling with no
5079         dnl optimization options at all (at least with g++ 3.2)
5080         OPTIMISE="-O0"
5081     fi
5082 else
5083     if test "$GCC" = yes ; then
5084         OPTIMISE="-O2"
5085
5086         dnl VZ: does anybody know what does this do??
5087         case "${host}" in
5088             i586-*-*|i686-*-* )
5089             OPTIMISE="${OPTIMISE} "
5090         ;;
5091         esac
5092     else
5093         OPTIMISE="-O"
5094     fi
5095 fi
5096
5097 dnl ---------------------------------------------------------------------------
5098 dnl compatibility level
5099 dnl ---------------------------------------------------------------------------
5100
5101 if test "x$WXWIN_COMPATIBILITY_2_4" = "xyes"; then
5102     AC_DEFINE(WXWIN_COMPATIBILITY_2_4)
5103
5104     WXWIN_COMPATIBILITY_2_6="yes"
5105 fi
5106
5107 if test "x$WXWIN_COMPATIBILITY_2_6" != "xno"; then
5108     AC_DEFINE(WXWIN_COMPATIBILITY_2_6)
5109 fi
5110
5111 dnl ---------------------------------------------------------------------------
5112 dnl the library may be built without GUI classes at all
5113 dnl ---------------------------------------------------------------------------
5114
5115 if test "$wxUSE_GUI" = "yes"; then
5116     AC_DEFINE(wxUSE_GUI)
5117
5118     dnl the things we always pull in the GUI version of the library:
5119     dnl 1. basic things like wxApp, wxWindow, wxControl, wxFrame, wxDialog (the
5120     dnl    library really can't be built without those)
5121     dnl 2. basic controls: wxButton, wxStaticText, wxTextCtrl (these are used in
5122     dnl    almost any program and the first 2 are needed to show a message box
5123     dnl    which want to be always able to do)
5124     dnl 3. GDI stuff: icon, cursors and all that. Although it would be very nice
5125     dnl    to compile without them (if the app doesn't do any drawing, it doesn't
5126     dnl    need the dcs, pens, brushes, ...), this just can't be done now
5127     dnl 4. menu stuff: wxMenu, wxMenuBar, wxMenuItem
5128     dnl 5. misc stuff: timers, settings, message box
5129 fi
5130
5131 dnl ---------------------------------------------------------------------------
5132 dnl Unix/Windows
5133 dnl ---------------------------------------------------------------------------
5134
5135 if test "$wxUSE_UNIX" = "yes"; then
5136   AC_DEFINE(wxUSE_UNIX)
5137 fi
5138
5139 dnl ------------------------------------------------------------------------
5140 dnl DLL support
5141 dnl ------------------------------------------------------------------------
5142
5143 dnl under MSW we always have LoadLibrary/GetProcAddress
5144 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
5145
5146     HAVE_DL_FUNCS=0
5147     HAVE_SHL_FUNCS=0
5148     if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
5149         if test "$USE_DARWIN" = 1; then
5150             dnl dlopen/dlerror is implemented in dynlib.cpp for Darwin/Mac OS X
5151             HAVE_DL_FUNCS=1
5152         elif test "$USE_DOS" = 1; then
5153             HAVE_DL_FUNCS=0
5154         else
5155             dnl the test is a bit complicated because we check for dlopen() both with
5156             dnl and without -ldl and we also try to find shl_load() if there is no
5157             dnl dlopen() on this system
5158             AC_CHECK_FUNCS(dlopen,
5159             [
5160                 AC_DEFINE(HAVE_DLOPEN)
5161                 HAVE_DL_FUNCS=1
5162             ],
5163             [
5164                 AC_CHECK_LIB(dl, dlopen,
5165                             [
5166                                 AC_DEFINE(HAVE_DLOPEN)
5167                                 HAVE_DL_FUNCS=1
5168                                 DL_LINK=" -ldl$DL_LINK"
5169                             ],
5170                             [
5171                                 AC_CHECK_FUNCS(shl_load,
5172                                               [
5173                                                 AC_DEFINE(HAVE_SHL_LOAD)
5174                                                 HAVE_SHL_FUNCS=1
5175                                               ],
5176                                               [
5177                                                 AC_CHECK_LIB(shl_load, dld,
5178                                                              [
5179                                                                 HAVE_SHL_FUNCS=1
5180                                                                 DL_LINK=" -ldld$DL_LINK"
5181                                                              ])
5182                                               ])
5183                             ])
5184             ])
5185
5186         dnl check also for dlerror()
5187         if test "$HAVE_DL_FUNCS" = 1; then
5188             AC_CHECK_FUNCS(dlerror,
5189                 AC_DEFINE(HAVE_DLERROR),
5190                 [
5191                     AC_CHECK_LIB(dl, dlerror, AC_DEFINE(HAVE_DLERROR))
5192                 ]
5193             )
5194         fi
5195         fi
5196
5197         if test "$HAVE_DL_FUNCS" = 0; then
5198             if test "$HAVE_SHL_FUNCS" = 0; then
5199               if test "$USE_UNIX" = 1 -o "$USE_DOS" = 1; then
5200                   AC_MSG_WARN([Missing dynamic loading support, several features will be disabled])
5201                   wxUSE_DYNAMIC_LOADER=no
5202                   wxUSE_DYNLIB_CLASS=no
5203               else
5204                   AC_MSG_WARN([Assuming wxLibrary class works on this platform])
5205               fi
5206             fi
5207         fi
5208     fi
5209 fi
5210
5211 if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
5212     AC_DEFINE(wxUSE_DYNAMIC_LOADER)
5213 fi
5214 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
5215     AC_DEFINE(wxUSE_DYNLIB_CLASS)
5216 fi
5217
5218
5219 dnl ---------------------------------------------------------------------------
5220 dnl Verify consistency of plugins/monolithic/shared settings:
5221 dnl ---------------------------------------------------------------------------
5222
5223 if test "$wxUSE_PLUGINS" = "yes" ; then
5224     if test "$wxUSE_SHARED" = "no" ; then
5225         AC_MSG_WARN([plugins supported only in shared build, disabling])
5226         wxUSE_PLUGINS=no
5227     fi
5228     if test "$wxUSE_MONOLITHIC" = "yes" ; then
5229         AC_MSG_WARN([plugins not supported monolithic build, disabling])
5230         wxUSE_PLUGINS=no
5231     fi
5232     if test "$wxUSE_DYNLIB_CLASS" = "no" ; then
5233         AC_MSG_WARN([plugins require wxDynamicLibrary, disabling])
5234         wxUSE_PLUGINS=no
5235     fi
5236     if test "$wxUSE_PLUGINS" = "yes" ; then
5237         AC_DEFINE(wxUSE_PLUGINS)
5238     fi
5239 fi
5240
5241 dnl ---------------------------------------------------------------------------
5242 dnl Register non-GUI class options for makefiles and setup.h
5243 dnl ---------------------------------------------------------------------------
5244
5245 if test "$wxUSE_STL" = "yes"; then
5246   AC_DEFINE(wxUSE_STL)
5247 fi
5248
5249 if test "$wxUSE_APPLE_IEEE" = "yes"; then
5250   AC_DEFINE(wxUSE_APPLE_IEEE)
5251 fi
5252
5253 if test "$wxUSE_TIMER" = "yes"; then
5254   AC_DEFINE(wxUSE_TIMER)
5255 fi
5256
5257 dnl Unix implementation needs additional checks because audio support
5258 dnl comes in many favours:
5259 if test "$USE_UNIX" = "1" ; then
5260     dnl it's not enough to check for just the header because OSS under NetBSD
5261     dnl redefines ioctl as oss_ioctrl inside it and so we also need to test
5262     dnl whether we need -lossaudio at link-time
5263     AC_CACHE_CHECK([for ioctl() in sys/soundcard.h], ac_cv_header_sys_soundcard, [
5264         AC_TRY_LINK([
5265                 #include <sys/soundcard.h>
5266             ],
5267             [
5268                 ioctl(0, SNDCTL_DSP_SYNC, 0);
5269             ],
5270             ac_cv_header_sys_soundcard=yes,
5271             [
5272                 saveLibs="$LIBS"
5273                 LIBS="$saveLibs -lossaudio"
5274                 AC_TRY_LINK([
5275                         #include <sys/soundcard.h>
5276                     ],
5277                     [
5278                         ioctl(0, SNDCTL_DSP_SYNC, 0);
5279                     ],
5280                     ac_cv_header_sys_soundcard=yes,
5281                     [
5282                         LIBS="$saveLibs"
5283                         ac_cv_header_sys_soundcard=no
5284                     ]
5285                 )
5286             ]
5287         )
5288     ])
5289
5290     if test "$ac_cv_header_sys_soundcard" = "yes"; then
5291         AC_DEFINE(HAVE_SYS_SOUNDCARD_H)
5292     else
5293         DISABLED_CONTRIB="$DISABLED_CONTRIB mmedia"
5294     fi
5295 fi
5296 WITH_PLUGIN_SDL=0
5297 if test "$wxUSE_SOUND" = "yes"; then
5298   if test "$USE_UNIX" = "1" ; then
5299     if test "$wxUSE_LIBSDL" != "no"; then
5300       AM_PATH_SDL([1.2.0],
5301                   [
5302                     EXTRALIBS_SDL="$SDL_LIBS"
5303                     CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
5304                     AC_DEFINE(wxUSE_LIBSDL)
5305                   ],
5306                   [wxUSE_LIBSDL="no"])
5307       if test "$wxUSE_LIBSDL" = "yes" -a "$wxUSE_PLUGINS" = "yes" ; then
5308         WITH_PLUGIN_SDL=1
5309       fi
5310     fi
5311   fi
5312  
5313   AC_DEFINE(wxUSE_SOUND)
5314   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sound"
5315 fi
5316
5317 if test "$WXGTK20" = 1; then
5318     if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
5319         if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
5320         
5321                 PKG_CHECK_MODULES(LIBGNOMEPRINTUI, 
5322                                   [libgnomeprintui-2.2 >= 2.8],
5323                     [
5324 dnl                     EXTRALIBS_GNOMEPRINT="$LIBGNOMEPRINTUI_LIBS"
5325                         CXXFLAGS="$CXXFLAGS $LIBGNOMEPRINTUI_CFLAGS"
5326                         AC_DEFINE(wxUSE_LIBGNOMEPRINT)
5327                     ],
5328                     [
5329                         AC_MSG_WARN([libgnomeprintui not found, library will use standard PostScript printing])
5330                         wxUSE_LIBGNOMEPRINT="no"
5331                     ]
5332                 )
5333         fi
5334     fi
5335 fi
5336
5337
5338 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
5339   AC_DEFINE(wxUSE_CMDLINE_PARSER)
5340 fi
5341
5342 if test "$wxUSE_STOPWATCH" = "yes"; then
5343   AC_DEFINE(wxUSE_STOPWATCH)
5344 fi
5345
5346 if test "$wxUSE_DATETIME" = "yes"; then
5347   AC_DEFINE(wxUSE_DATETIME)
5348 fi
5349
5350 if test "$wxUSE_FILE" = "yes"; then
5351   AC_DEFINE(wxUSE_FILE)
5352 fi
5353
5354 if test "$wxUSE_FFILE" = "yes"; then
5355   AC_DEFINE(wxUSE_FFILE)
5356 fi
5357
5358 if test "$wxUSE_FILESYSTEM" = "yes"; then
5359   AC_DEFINE(wxUSE_FILESYSTEM)
5360 fi
5361
5362 if test "$wxUSE_FS_ZIP" = "yes"; then
5363   AC_DEFINE(wxUSE_FS_ZIP)
5364 fi
5365
5366 if test "$wxUSE_ARCHIVE_STREAMS" = "yes"; then
5367   AC_DEFINE(wxUSE_ARCHIVE_STREAMS)
5368 fi
5369
5370 if test "$wxUSE_ZIPSTREAM" = "yes"; then
5371   if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
5372     AC_MSG_WARN(wxZip requires wxArchive... disabled)
5373   elif test "$wxUSE_ZLIB" = "no"; then
5374     AC_MSG_WARN(wxZip requires wxZlib... disabled)
5375   else
5376     AC_DEFINE(wxUSE_ZIPSTREAM)
5377   fi
5378 fi
5379
5380 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
5381   if test "$USE_UNIX" != 1; then
5382     AC_MSG_WARN([Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called])
5383     wxUSE_ON_FATAL_EXCEPTION=no
5384   else
5385     AC_DEFINE(wxUSE_ON_FATAL_EXCEPTION)
5386   fi
5387 fi
5388
5389 if test "$wxUSE_STACKWALKER" = "yes"; then
5390     AC_DEFINE(wxUSE_STACKWALKER)
5391 fi
5392
5393 if test "$wxUSE_DEBUGREPORT" = "yes"; then
5394     if test "$USE_UNIX" != "1" -a "$USE_WIN32" != "1"; then
5395         AC_MSG_WARN([Creating debug reports not currently supported on this system, disabled])
5396         wxUSE_DEBUGREPORT=no
5397     else
5398         AC_DEFINE(wxUSE_DEBUGREPORT)
5399         if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
5400             SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS debugrpt"
5401         fi
5402     fi
5403 fi
5404
5405 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
5406   AC_DEFINE(wxUSE_SNGLINST_CHECKER)
5407 fi
5408
5409 if test "$wxUSE_BUSYINFO" = "yes"; then
5410   AC_DEFINE(wxUSE_BUSYINFO)
5411 fi
5412
5413 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
5414   AC_DEFINE(wxUSE_STD_IOSTREAM)
5415 fi
5416
5417 if test "$wxUSE_STD_STRING" = "yes"; then
5418   AC_DEFINE(wxUSE_STD_STRING)
5419 fi
5420
5421 if test "$wxUSE_STDPATHS" = "yes"; then
5422   AC_DEFINE(wxUSE_STDPATHS)
5423 fi
5424
5425 if test "$wxUSE_TEXTBUFFER" = "yes"; then
5426     AC_DEFINE(wxUSE_TEXTBUFFER)
5427 fi
5428
5429 if test "$wxUSE_TEXTFILE" = "yes"; then
5430   if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
5431     AC_MSG_WARN(wxTextFile requires wxFile and wxTextBuffer... disabled)
5432   else
5433     AC_DEFINE(wxUSE_TEXTFILE)
5434   fi
5435 fi
5436
5437 if test "$wxUSE_CONFIG" = "yes" ; then
5438   if test "$wxUSE_TEXTFILE" != "yes"; then
5439     AC_MSG_WARN(wxConfig requires wxTextFile... disabled)
5440   else
5441     AC_DEFINE(wxUSE_CONFIG)
5442     AC_DEFINE(wxUSE_CONFIG_NATIVE)
5443     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
5444   fi
5445 fi
5446
5447 if test "$wxUSE_INTL" = "yes" ; then
5448   if test "$wxUSE_FILE" != "yes"; then
5449     AC_MSG_WARN(I18n code requires wxFile... disabled)
5450   else
5451     AC_DEFINE(wxUSE_INTL)
5452     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
5453     GUIDIST="$GUIDIST INTL_DIST"
5454   fi
5455 fi
5456
5457 if test "$wxUSE_LOG" = "yes"; then
5458   AC_DEFINE(wxUSE_LOG)
5459
5460     if test "$wxUSE_LOGGUI" = "yes"; then
5461       AC_DEFINE(wxUSE_LOGGUI)
5462     fi
5463
5464     if test "$wxUSE_LOGWINDOW" = "yes"; then
5465       AC_DEFINE(wxUSE_LOGWINDOW)
5466     fi
5467
5468     if test "$wxUSE_LOGDIALOG" = "yes"; then
5469       AC_DEFINE(wxUSE_LOG_DIALOG)
5470     fi
5471
5472     dnl the keyboard sample requires wxUSE_LOG
5473     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS keyboard"
5474 fi
5475
5476 if test "$wxUSE_LONGLONG" = "yes"; then
5477   AC_DEFINE(wxUSE_LONGLONG)
5478 fi
5479
5480 if test "$wxUSE_GEOMETRY" = "yes"; then
5481   AC_DEFINE(wxUSE_GEOMETRY)
5482 fi
5483
5484 if test "$wxUSE_STREAMS" = "yes" ; then
5485   AC_DEFINE(wxUSE_STREAMS)
5486 fi
5487
5488 dnl ---------------------------------------------------------------------------
5489 dnl time/date functions
5490 dnl ---------------------------------------------------------------------------
5491
5492 if test "$wxUSE_DATETIME" = "yes"; then
5493     dnl check for strptime and for its declaration as some systems lack it
5494     AC_CHECK_FUNCS(strptime)
5495     if test "$ac_cv_func_strptime" = "yes"; then
5496         AC_CACHE_CHECK([for strptime declaration], wx_cv_func_strptime_decl,
5497             [
5498                 AC_LANG_SAVE
5499                 AC_LANG_CPLUSPLUS
5500                 AC_TRY_COMPILE(
5501                     [
5502                         #include <time.h>
5503                     ],
5504                     [
5505                         struct tm t;
5506                         strptime("foo", "bar", &t);
5507                     ],
5508                     wx_cv_func_strptime_decl=yes,
5509                     wx_cv_func_strptime_decl=no
5510                 )
5511                 AC_LANG_RESTORE
5512             ]
5513         )
5514     fi
5515     if test "$wx_cv_func_strptime_decl" = "yes"; then
5516         AC_DEFINE(HAVE_STRPTIME_DECL)
5517     fi
5518
5519     dnl check for timezone variable
5520     dnl   doesn't exist under Darwin / Mac OS X which uses tm_gmtoff instead
5521     AC_CACHE_CHECK(for timezone variable in <time.h>,
5522                    wx_cv_var_timezone,
5523                    [
5524                         AC_TRY_COMPILE(
5525                             [
5526                                 #include <time.h>
5527                             ],
5528                             [
5529                                 int tz;
5530                                 tz = timezone;
5531                             ],
5532                             [
5533                                 wx_cv_var_timezone=timezone
5534                             ],
5535                             [
5536                                 AC_TRY_COMPILE(
5537                                     [
5538                                         #include <time.h>
5539                                     ],
5540                                     [
5541                                         int tz;
5542                                         tz = _timezone;
5543                                     ],
5544                                     [
5545                                         wx_cv_var_timezone=_timezone
5546                                     ],
5547                                     [
5548                                         AC_TRY_COMPILE(
5549                                             [
5550                                                 #include <time.h>
5551                                             ],
5552                                             [
5553                                                 int tz;
5554                                                 tz = __timezone;
5555                                             ],
5556                                             [
5557                                                 wx_cv_var_timezone=__timezone
5558                                             ],
5559                                             [
5560                                                 if test "$USE_DOS" = 0 ; then
5561                                                     AC_MSG_WARN(no timezone variable, will use tm_gmtoff instead)
5562                                                 fi
5563                                             ]
5564                                         )
5565                                     ]
5566                                 )
5567                             ]
5568                         )
5569                    ]
5570     )
5571
5572     dnl as we want $wx_cv_var_timezone to be expanded, use AC_DEFINE_UNQUOTED
5573     if test "x$wx_cv_var_timezone" != x ; then
5574         AC_DEFINE_UNQUOTED(WX_TIMEZONE, $wx_cv_var_timezone)
5575     fi
5576
5577     dnl check for localtime (it's POSIX, but the check can do no harm...)
5578     AC_CHECK_FUNCS(localtime)
5579
5580     if test "$ac_cv_func_localtime" = "yes"; then
5581         AC_CACHE_CHECK(for tm_gmtoff in struct tm,
5582                        wx_cv_struct_tm_has_gmtoff,
5583         [
5584             AC_TRY_COMPILE(
5585                 [
5586                     #include <time.h>
5587                 ],
5588                 [
5589                     struct tm tm;
5590                     tm.tm_gmtoff++;
5591                 ],
5592                 [
5593                     wx_cv_struct_tm_has_gmtoff=yes
5594                 ],
5595                 wx_cv_struct_tm_has_gmtoff=no
5596             )
5597         ])
5598     fi
5599
5600     if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
5601         AC_DEFINE(WX_GMTOFF_IN_TM)
5602     fi
5603
5604     dnl check for gettimeofday (SVr4, BSD 4.3) and ftime (V7, BSD 4.3) for the
5605     dnl function to be used for high resolution timers
5606     AC_CHECK_FUNCS(gettimeofday ftime, break)
5607
5608     if test "$ac_cv_func_gettimeofday" = "yes"; then
5609         AC_CACHE_CHECK([whether gettimeofday takes two arguments],
5610                        wx_cv_func_gettimeofday_has_2_args,
5611         [
5612             dnl on some _really_ old systems it takes only 1 argument
5613             AC_LANG_SAVE
5614             AC_LANG_CPLUSPLUS
5615
5616             AC_TRY_COMPILE(
5617                 [
5618                     #include <sys/time.h>
5619                     #include <unistd.h>
5620                 ],
5621                 [
5622                     struct timeval tv;
5623                     gettimeofday(&tv, NULL);
5624                 ],
5625                 wx_cv_func_gettimeofday_has_2_args=yes,
5626                 AC_TRY_COMPILE(
5627                     [
5628                         #include <sys/time.h>
5629                         #include <unistd.h>
5630                     ],
5631                     [
5632                         struct timeval tv;
5633                         gettimeofday(&tv);
5634                     ],
5635                     wx_cv_func_gettimeofday_has_2_args=no,
5636                     [
5637                         AC_MSG_WARN([failed to determine number of gettimeofday() arguments])
5638                         wx_cv_func_gettimeofday_has_2_args=unknown
5639                     ]
5640                 )
5641             )
5642             AC_LANG_RESTORE
5643         ])
5644
5645         if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
5646             AC_DEFINE(WX_GETTIMEOFDAY_NO_TZ)
5647         fi
5648     fi
5649
5650     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
5651 fi
5652
5653 dnl ------------------------------------------------------------------------
5654 dnl wxSocket
5655 dnl ------------------------------------------------------------------------
5656
5657 dnl VZ: the GUI hooks wxSocket needs are not implemented yet in some toolkits
5658 if test "$wxUSE_SOCKETS" = "yes"; then
5659     if test "$wxUSE_MGL" = "1"; then
5660         AC_MSG_WARN([wxSocket not yet supported under MGL... disabled])
5661         wxUSE_SOCKETS="no"
5662     fi
5663 fi
5664
5665 if test "$wxUSE_SOCKETS" = "yes"; then
5666     dnl under MSW we always have sockets
5667     if test "$TOOLKIT" != "MSW"; then
5668         dnl under Solaris and OS/2, socket functions live in -lsocket
5669         AC_CHECK_FUNC(socket,,
5670             [
5671                 AC_CHECK_LIB(socket, socket,
5672                     if test "$INET_LINK" != " -lsocket"; then
5673                         INET_LINK="$INET_LINK -lsocket"
5674                     fi,
5675                     [
5676                         AC_MSG_WARN([socket library not found - sockets will be disabled])
5677                         wxUSE_SOCKETS=no
5678                     ]
5679                 )
5680             ]
5681         )
5682     fi
5683 fi
5684
5685 if test "$wxUSE_SOCKETS" = "yes" ; then
5686     dnl this test may be appropriate if building under cygwin
5687     dnl right now I'm assuming it also uses the winsock stuff
5688     dnl like mingw does..  -- RL
5689     if test "$TOOLKIT" != "MSW"; then
5690         dnl determine the type of third argument for getsockname
5691         dnl This test needs to be done in C++ mode since gsocket.cpp now
5692         dnl is C++ code and pointer cast that are possible even without
5693         dnl warning in C still fail in C++.
5694         AC_LANG_PUSH(C++)
5695         AC_CACHE_CHECK([what is the type of the third argument of getsockname],
5696                        wx_cv_type_getsockname3,
5697             [
5698                 AC_TRY_COMPILE(
5699                     [
5700                         #include <sys/types.h>
5701                         #include <sys/socket.h>
5702                     ],
5703                     [
5704                         socklen_t len;
5705                         getsockname(0, 0, &len);
5706                     ],
5707                     wx_cv_type_getsockname3=socklen_t,
5708                     [
5709                         dnl the compiler will compile the version with size_t
5710                         dnl even if the real type of the last parameter is int
5711                         dnl but it should give at least a warning about
5712                         dnl converting between incompatible pointer types, so
5713                         dnl try to use it to get the correct behaviour at
5714                         dnl least with gcc (otherwise we'd always use size_t)
5715                         CXXFLAGS_OLD="$CXXFLAGS"
5716                         if test "$GCC" = yes ; then
5717                             CXXFLAGS="$CXXFLAGS -Werror"
5718                         fi
5719
5720                         AC_TRY_COMPILE(
5721                             [
5722                                 #include <sys/types.h>
5723                                 #include <sys/socket.h>
5724                             ],
5725                             [
5726                                 size_t len;
5727                                 getsockname(0, 0, &len);
5728                             ],
5729                             wx_cv_type_getsockname3=size_t,
5730                             AC_TRY_COMPILE(
5731                                 [
5732                                     #include <sys/types.h>
5733                                     #include <sys/socket.h>
5734                                 ],
5735                                 [
5736                                     int len;
5737                                     getsockname(0, 0, &len);
5738                                 ],
5739                                 wx_cv_type_getsockname3=int,
5740                                 wx_cv_type_getsockname3=unknown
5741                             )
5742                         )
5743
5744                         CXXFLAGS="$CXXFLAGS_OLD"
5745                     ]
5746                 )
5747             ])
5748
5749         if test "$wx_cv_type_getsockname3" = "unknown"; then
5750             wxUSE_SOCKETS=no
5751             AC_MSG_WARN([Couldn't find socklen_t synonym for this system])
5752         else
5753             AC_DEFINE_UNQUOTED(WX_SOCKLEN_T, $wx_cv_type_getsockname3)
5754         fi
5755         dnl Do this again for getsockopt as it may be different
5756         AC_CACHE_CHECK([what is the type of the fifth argument of getsockopt],
5757                        wx_cv_type_getsockopt5,
5758             [
5759                 AC_TRY_COMPILE(
5760                     [
5761                         #include <sys/types.h>
5762                         #include <sys/socket.h>
5763                     ],
5764                     [
5765                         socklen_t len;
5766                         getsockopt(0, 0, 0, 0, &len);
5767                     ],
5768                     wx_cv_type_getsockopt5=socklen_t,
5769                     [
5770                         dnl the compiler will compile the version with size_t
5771                         dnl even if the real type of the last parameter is int
5772                         dnl but it should give at least a warning about
5773                         dnl converting between incompatible pointer types, so
5774                         dnl try to use it to get the correct behaviour at
5775                         dnl least with gcc (otherwise we'd always use size_t)
5776                         CXXFLAGS_OLD="$CXXFLAGS"
5777                         if test "$GCC" = yes ; then
5778                             CXXFLAGS="$CXXFLAGS -Werror"
5779                         fi
5780
5781                         AC_TRY_COMPILE(
5782                             [
5783                                 #include <sys/types.h>
5784                                 #include <sys/socket.h>
5785                             ],
5786                             [
5787                                 size_t len;
5788                                 getsockopt(0, 0, 0, 0, &len);
5789                             ],
5790                             wx_cv_type_getsockopt5=size_t,
5791                             AC_TRY_COMPILE(
5792                                 [
5793                                     #include <sys/types.h>
5794                                     #include <sys/socket.h>
5795                                 ],
5796                                 [
5797                                     int len;
5798                                     getsockopt(0, 0, 0, 0, &len);
5799                                 ],
5800                                 wx_cv_type_getsockopt5=int,
5801                                 wx_cv_type_getsockopt5=unknown
5802                             )
5803                         )
5804
5805                         CXXFLAGS="$CXXFLAGS_OLD"
5806                     ]
5807                 )
5808             ])
5809
5810         if test "$wx_cv_type_getsockopt5" = "unknown"; then
5811             wxUSE_SOCKETS=no
5812             AC_MSG_WARN([Couldn't find socklen_t synonym for this system])
5813         else
5814             AC_DEFINE_UNQUOTED(SOCKOPTLEN_T, $wx_cv_type_getsockopt5)
5815         fi
5816         AC_LANG_POP
5817     fi
5818 fi
5819
5820 if test "$wxUSE_SOCKETS" = "yes" ; then
5821     AC_DEFINE(wxUSE_SOCKETS)
5822     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
5823 fi
5824
5825 if test "$wxUSE_PROTOCOL" = "yes"; then
5826     if test "$wxUSE_SOCKETS" != "yes"; then
5827         AC_MSG_WARN(Protocol classes require sockets... disabled)
5828         wxUSE_PROTOCOL=no
5829     fi
5830 fi
5831
5832 if test "$wxUSE_PROTOCOL" = "yes"; then
5833     AC_DEFINE(wxUSE_PROTOCOL)
5834
5835     if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
5836         AC_DEFINE(wxUSE_PROTOCOL_HTTP)
5837     fi
5838     if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
5839         AC_DEFINE(wxUSE_PROTOCOL_FTP)
5840     fi
5841     if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
5842         AC_DEFINE(wxUSE_PROTOCOL_FILE)
5843     fi
5844 else
5845     if test "$wxUSE_FS_INET" = "yes"; then
5846         AC_MSG_WARN([HTTP filesystem require protocol classes... disabled])   
5847         wxUSE_FS_INET="no"
5848     fi
5849 fi
5850
5851 if test "$wxUSE_URL" = "yes"; then
5852     if test "$wxUSE_PROTOCOL" != "yes"; then
5853         AC_MSG_WARN(wxURL class requires wxProtocol... disabled)
5854         wxUSE_URL=no
5855     fi
5856     if test "$wxUSE_URL" = "yes"; then
5857         AC_DEFINE(wxUSE_URL)
5858     fi
5859 fi
5860
5861 if test "$wxUSE_FS_INET" = "yes"; then
5862   AC_DEFINE(wxUSE_FS_INET)
5863 fi
5864
5865 dnl ---------------------------------------------------------------------------
5866 dnl Joystick support
5867 dnl ---------------------------------------------------------------------------
5868
5869 if test "$wxUSE_GUI" = "yes" -a "$wxUSE_JOYSTICK" = "yes"; then
5870     wxUSE_JOYSTICK=no
5871
5872     dnl under MSW we always have joystick support
5873     if test "$TOOLKIT" = "MSW"; then
5874         wxUSE_JOYSTICK=yes
5875
5876     dnl mac only available on darwin
5877     elif test "$TOOLKIT" = "MAC" -o "$TOOLKIT" = "COCOA"; then
5878         if test "$USE_DARWIN" = 1; then
5879             dnl check for a bug in the headers, some have bad setEventCallout
5880             AC_MSG_CHECKING([headers have declarations needed for joystick support])
5881             AC_LANG_PUSH(C++)
5882             AC_TRY_COMPILE( [ #include <IOKit/hid/IOHIDLib.h> ],
5883                             [ IOHIDQueueInterface *qi = NULL;
5884                               IOHIDCallbackFunction cb = NULL;
5885                               qi->setEventCallout(NULL, cb, NULL, NULL); ],
5886                             [ wxUSE_JOYSTICK=yes ]
5887                           )
5888             AC_LANG_POP
5889             AC_MSG_RESULT($wxUSE_JOYSTICK)
5890         fi
5891
5892     dnl joystick support is only for Linux 2.1.x or greater
5893     else
5894         AC_CHECK_HEADERS(linux/joystick.h, wxUSE_JOYSTICK=yes)
5895     fi
5896
5897     if test "$wxUSE_JOYSTICK" = "yes"; then
5898         AC_DEFINE(wxUSE_JOYSTICK)
5899         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
5900     else
5901         AC_MSG_WARN(Joystick not supported by this system... disabled)           
5902     fi
5903 fi
5904
5905
5906 dnl ---------------------------------------------------------------------------
5907 dnl String stuff
5908 dnl ---------------------------------------------------------------------------
5909
5910 if test "$wxUSE_FONTMAP" = "yes" ; then
5911   AC_DEFINE(wxUSE_FONTMAP)
5912 fi
5913
5914 if test "$wxUSE_UNICODE" = "yes" ; then
5915   AC_DEFINE(wxUSE_UNICODE)
5916
5917   if test "$USE_WIN32" != 1; then
5918       wxUSE_UNICODE_MSLU=no
5919   fi
5920
5921   if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
5922         AC_CHECK_LIB(unicows,main,
5923             [
5924                 AC_DEFINE(wxUSE_UNICODE_MSLU)
5925             ],
5926             [
5927                 AC_MSG_WARN([Compiler doesn't support MSLU (libunicows.a), disabled.
5928                              Applications will only run on Windows NT/2000/XP!])
5929                 wxUSE_UNICODE_MSLU=no
5930             ])
5931     fi
5932 fi
5933
5934 if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
5935   AC_DEFINE(wxUSE_EXPERIMENTAL_PRINTF)
5936 fi
5937
5938 dnl ----------------------------------------------------------------
5939 dnl Register PostScript options for makefiles and setup.h
5940 dnl ----------------------------------------------------------------
5941
5942 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
5943   AC_DEFINE(wxUSE_POSTSCRIPT)
5944 fi
5945
5946 AC_DEFINE(wxUSE_AFM_FOR_POSTSCRIPT)
5947
5948 AC_DEFINE(wxUSE_NORMALIZED_PS_FONTS)
5949
5950 dnl ---------------------------------------------------------------------------
5951 dnl big GUI components: MDI, doc/view, printing, help, ...
5952 dnl ---------------------------------------------------------------------------
5953
5954 if test "$wxUSE_CONSTRAINTS" = "yes"; then
5955     AC_DEFINE(wxUSE_CONSTRAINTS)
5956     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
5957 fi
5958
5959 if test "$wxUSE_MDI" = "yes"; then
5960     AC_DEFINE(wxUSE_MDI)
5961
5962     if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
5963         AC_DEFINE(wxUSE_MDI_ARCHITECTURE)
5964         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
5965     fi
5966 fi
5967
5968 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
5969     AC_DEFINE(wxUSE_DOC_VIEW_ARCHITECTURE)
5970     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
5971     if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
5972         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi"
5973     fi
5974 fi
5975
5976 if test "$wxUSE_HELP" = "yes"; then
5977     AC_DEFINE(wxUSE_HELP)
5978     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
5979
5980     if test "$wxUSE_MSW" = 1; then
5981       if test "$wxUSE_MS_HTML_HELP" = "yes"; then
5982         AC_DEFINE(wxUSE_MS_HTML_HELP)
5983       fi
5984     fi
5985
5986     if test "$wxUSE_WXHTML_HELP" = "yes"; then
5987       if test "$wxUSE_HTML" = "yes"; then
5988         AC_DEFINE(wxUSE_WXHTML_HELP)
5989       else
5990         AC_MSG_WARN(Cannot use wxHTML-based help without wxHTML so it won't be compiled)
5991         wxUSE_WXHTML_HELP=no
5992       fi
5993     fi
5994 fi
5995
5996 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
5997     if test "$wxUSE_CONSTRAINTS" != "yes"; then
5998         AC_MSG_WARN(Printing support cannot be used without constraints so it won't be compiled without it)
5999     else
6000         AC_DEFINE(wxUSE_PRINTING_ARCHITECTURE)
6001     fi
6002     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
6003 fi
6004
6005 if test "$wxUSE_PROLOGIO" = "yes" -o  "$wxUSE_RESOURCES" = "yes"; then
6006     AC_MSG_ERROR([wxExpr and old-style resources are now available in contrib only])
6007 fi
6008
6009 dnl ---------------------------------------------------------------------------
6010 dnl wxMetafile availability
6011 dnl ---------------------------------------------------------------------------
6012
6013 if test "$wxUSE_METAFILE" = "yes"; then
6014     if test "$wxUSE_MSW" != 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_PM" != 1; then
6015         AC_MSG_WARN([wxMetafile is not available on this system... disabled])
6016         wxUSE_METAFILE=no
6017     fi
6018 fi
6019
6020 dnl ---------------------------------------------------------------------------
6021 dnl IPC: IPC, Drag'n'Drop, Clipboard, ...
6022 dnl ---------------------------------------------------------------------------
6023
6024 dnl check for ole headers and disable a few features requiring it if not
6025 dnl present (earlier versions of mingw32 don't have ole2.h)
6026 if test "$USE_WIN32" = 1 -a \( "$wxUSE_DATAOBJ"       = "yes" \
6027                           -o "$wxUSE_CLIPBOARD"     = "yes" \
6028                           -o "$wxUSE_OLE"     = "yes" \
6029                           -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then
6030     AC_CHECK_HEADERS(ole2.h)
6031
6032     if test "$ac_cv_header_ole2_h" = "yes" ; then
6033         if test "$GCC" = yes ; then
6034             AC_LANG_SAVE
6035             AC_LANG_CPLUSPLUS
6036
6037             AC_MSG_CHECKING([if g++ requires -fvtable-thunks])
6038             AC_TRY_COMPILE([#include <windows.h>
6039                             #include <ole2.h>],
6040                            [],
6041                            [AC_MSG_RESULT(no)],
6042                            [AC_MSG_RESULT(yes)
6043                             CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fvtable-thunks"])
6044             AC_LANG_RESTORE
6045             LIBS=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
6046             if test "$wxUSE_OLE" = "yes" ; then
6047                 AC_DEFINE(wxUSE_OLE)
6048                 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS oleauto"
6049             fi
6050         fi
6051
6052         dnl for OLE clipboard and dnd
6053         if test "$wxUSE_DATAOBJ" = "yes" ; then
6054             AC_DEFINE(wxUSE_DATAOBJ)
6055         fi
6056     else
6057         AC_MSG_WARN([Some features disabled because OLE headers not found])
6058
6059         wxUSE_CLIPBOARD=no
6060         wxUSE_DRAG_AND_DROP=no
6061         wxUSE_DATAOBJ=no
6062         wxUSE_OLE=no
6063     fi
6064
6065     if test "$wxUSE_METAFILE" = "yes"; then
6066         AC_DEFINE(wxUSE_METAFILE)
6067
6068         dnl this one should probably be made separately configurable
6069         AC_DEFINE(wxUSE_ENH_METAFILE)
6070     fi
6071 fi
6072
6073 if test "$wxUSE_IPC" = "yes"; then
6074     if test "$wxUSE_SOCKETS" != "yes" -a "$USE_WIN32" != 1; then
6075         AC_MSG_WARN(wxWidgets IPC classes require sockets... disabled)
6076         wxUSE_IPC=no
6077     fi
6078
6079     if test "$wxUSE_IPC" = "yes"; then
6080         AC_DEFINE(wxUSE_IPC)
6081         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ipc"
6082     fi
6083 fi
6084
6085 if test "$wxUSE_DATAOBJ" = "yes"; then
6086     if test "$wxUSE_MGL" = 1; then
6087         AC_MSG_WARN([wxDataObject not yet supported under MGL... disabled])
6088         wxUSE_DATAOBJ=no
6089     else
6090         AC_DEFINE(wxUSE_DATAOBJ)
6091     fi
6092 else
6093     AC_MSG_WARN([Clipboard and drag-and-drop require wxDataObject -- disabled])
6094     wxUSE_CLIPBOARD=no
6095     wxUSE_DRAG_AND_DROP=no
6096 fi
6097
6098 if test "$wxUSE_CLIPBOARD" = "yes"; then
6099     if test "$wxUSE_MGL" = 1; then
6100         AC_MSG_WARN([Clipboard not yet supported under MGL... disabled])
6101         wxUSE_CLIPBOARD=no
6102     fi
6103
6104     if test "$wxUSE_CLIPBOARD" = "yes"; then
6105         AC_DEFINE(wxUSE_CLIPBOARD)
6106     fi
6107 fi
6108
6109 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
6110     if test "$wxUSE_GTK" = 1; then
6111         if test "$WXGTK12" != 1; then
6112             AC_MSG_WARN([Drag and drop is only supported under GTK+ 1.2... disabled])
6113             wxUSE_DRAG_AND_DROP=no
6114         fi
6115     fi
6116
6117     if test "$wxUSE_MOTIF" = 1; then
6118         AC_MSG_WARN([Drag and drop not yet supported under Motif... disabled])
6119         wxUSE_DRAG_AND_DROP=no
6120     fi
6121
6122     if test "$wxUSE_X11" = 1; then
6123         AC_MSG_WARN([Drag and drop not yet supported under X11... disabled])
6124         wxUSE_DRAG_AND_DROP=no
6125     fi
6126
6127     if test "$wxUSE_MGL" = 1; then
6128         AC_MSG_WARN([Drag and drop not yet supported under MGL... disabled])
6129         wxUSE_DRAG_AND_DROP=no
6130     fi
6131
6132     if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
6133         AC_DEFINE(wxUSE_DRAG_AND_DROP)
6134     fi
6135
6136 fi
6137
6138 if test "$wxUSE_DRAG_AND_DROP" = "yes" -o "$wxUSE_CLIPBOARD" = "yes"; then
6139     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
6140 fi
6141
6142 if test "$wxUSE_SPLINES" = "yes" ; then
6143   AC_DEFINE(wxUSE_SPLINES)
6144 fi
6145
6146 if test "$wxUSE_MOUSEWHEEL" = "yes" ; then
6147   AC_DEFINE(wxUSE_MOUSEWHEEL)
6148 fi
6149
6150 dnl ---------------------------------------------------------------------------
6151 dnl GUI controls
6152 dnl ---------------------------------------------------------------------------
6153
6154 USES_CONTROLS=0
6155 if test "$wxUSE_CONTROLS" = "yes"; then
6156   USES_CONTROLS=1
6157 fi
6158
6159 if test "$wxUSE_ACCEL" = "yes"; then
6160   AC_DEFINE(wxUSE_ACCEL)
6161   USES_CONTROLS=1
6162 fi
6163
6164 if test "$wxUSE_BUTTON" = "yes"; then
6165   AC_DEFINE(wxUSE_BUTTON)
6166   USES_CONTROLS=1
6167 fi
6168
6169 if test "$wxUSE_BMPBUTTON" = "yes"; then
6170   AC_DEFINE(wxUSE_BMPBUTTON)
6171   USES_CONTROLS=1
6172 fi
6173
6174 if test "$wxUSE_CALCTRL" = "yes"; then
6175   AC_DEFINE(wxUSE_CALENDARCTRL)
6176   USES_CONTROLS=1
6177   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar"
6178 fi
6179
6180 if test "$wxUSE_CARET" = "yes"; then
6181   AC_DEFINE(wxUSE_CARET)
6182   USES_CONTROLS=1
6183   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
6184 fi
6185
6186 if test "$wxUSE_COMBOBOX" = "yes"; then
6187   AC_DEFINE(wxUSE_COMBOBOX)
6188   USES_CONTROLS=1
6189 fi
6190
6191 if test "$wxUSE_CHOICE" = "yes"; then
6192   AC_DEFINE(wxUSE_CHOICE)
6193   USES_CONTROLS=1
6194 fi
6195
6196 if test "$wxUSE_CHOICEBOOK" = "yes"; then
6197     AC_DEFINE(wxUSE_CHOICEBOOK)
6198     USES_CONTROLS=1
6199 fi
6200
6201 if test "$wxUSE_CHECKBOX" = "yes"; then
6202   AC_DEFINE(wxUSE_CHECKBOX)
6203   USES_CONTROLS=1
6204 fi
6205
6206 if test "$wxUSE_CHECKLST" = "yes"; then
6207   AC_DEFINE(wxUSE_CHECKLISTBOX)
6208   USES_CONTROLS=1
6209   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst"
6210 fi
6211
6212 if test "$wxUSE_DATEPICKCTRL" = "yes"; then
6213   AC_DEFINE(wxUSE_DATEPICKCTRL)
6214   USES_CONTROLS=1
6215 fi
6216
6217 if test "$wxUSE_DISPLAY" = "yes"; then
6218     AC_DEFINE(wxUSE_DISPLAY)
6219     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS display multimon"
6220 fi
6221
6222 if test "$wxUSE_GAUGE" = "yes"; then
6223   AC_DEFINE(wxUSE_GAUGE)
6224   USES_CONTROLS=1
6225 fi
6226
6227 if test "$wxUSE_GRID" = "yes"; then
6228   AC_DEFINE(wxUSE_GRID)
6229   USES_CONTROLS=1
6230   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
6231 fi
6232
6233 if test "$wxUSE_IMAGLIST" = "yes"; then
6234     AC_DEFINE(wxUSE_IMAGLIST)
6235 fi
6236
6237 if test "$wxUSE_LISTBOOK" = "yes"; then
6238     AC_DEFINE(wxUSE_LISTBOOK)
6239     USES_CONTROLS=1
6240 fi
6241
6242 if test "$wxUSE_LISTBOX" = "yes"; then
6243     AC_DEFINE(wxUSE_LISTBOX)
6244     USES_CONTROLS=1
6245     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listbox"
6246 fi
6247
6248 if test "$wxUSE_LISTCTRL" = "yes"; then
6249     if test "$wxUSE_IMAGLIST" = "yes"; then
6250         AC_DEFINE(wxUSE_LISTCTRL)
6251         USES_CONTROLS=1
6252         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
6253     else
6254         AC_MSG_WARN([wxListCtrl requires wxImageList and won't be compiled without it])
6255     fi
6256 fi
6257
6258 if test "$wxUSE_NOTEBOOK" = "yes"; then
6259     AC_DEFINE(wxUSE_NOTEBOOK)
6260     USES_CONTROLS=1
6261     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
6262 fi
6263
6264 dnl if test "$wxUSE_PROPSHEET" = "yes"; then
6265 dnl     AC_DEFINE(wxUSE_PROPSHEET)
6266 dnl     USES_CONTROLS=1
6267 dnl     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS proplist"
6268 dnl fi
6269
6270 if test "$wxUSE_RADIOBOX" = "yes"; then
6271     AC_DEFINE(wxUSE_RADIOBOX)
6272     USES_CONTROLS=1
6273 fi
6274
6275 if test "$wxUSE_RADIOBTN" = "yes"; then
6276     AC_DEFINE(wxUSE_RADIOBTN)
6277     USES_CONTROLS=1
6278 fi
6279
6280 if test "$wxUSE_SASH" = "yes"; then
6281     AC_DEFINE(wxUSE_SASH)
6282     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
6283 fi
6284
6285 if test "$wxUSE_SCROLLBAR" = "yes"; then
6286     AC_DEFINE(wxUSE_SCROLLBAR)
6287     USES_CONTROLS=1
6288     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub"
6289 fi
6290
6291 if test "$wxUSE_SLIDER" = "yes"; then
6292     AC_DEFINE(wxUSE_SLIDER)
6293     USES_CONTROLS=1
6294 fi
6295
6296 if test "$wxUSE_SPINBTN" = "yes"; then
6297     AC_DEFINE(wxUSE_SPINBTN)
6298     USES_CONTROLS=1
6299 fi
6300
6301 if test "$wxUSE_SPINCTRL" = "yes"; then
6302     AC_DEFINE(wxUSE_SPINCTRL)
6303     USES_CONTROLS=1
6304 fi
6305
6306 if test "$wxUSE_SPLITTER" = "yes"; then
6307     AC_DEFINE(wxUSE_SPLITTER)
6308     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
6309 fi
6310
6311 if test "$wxUSE_STATBMP" = "yes"; then
6312     AC_DEFINE(wxUSE_STATBMP)
6313     USES_CONTROLS=1
6314 fi
6315
6316 if test "$wxUSE_STATBOX" = "yes"; then
6317     AC_DEFINE(wxUSE_STATBOX)
6318     USES_CONTROLS=1
6319 fi
6320
6321 if test "$wxUSE_STATTEXT" = "yes"; then
6322     AC_DEFINE(wxUSE_STATTEXT)
6323     USES_CONTROLS=1
6324 fi
6325
6326 if test "$wxUSE_STATLINE" = "yes"; then
6327     AC_DEFINE(wxUSE_STATLINE)
6328     USES_CONTROLS=1
6329 fi
6330
6331 if test "$wxUSE_STATUSBAR" = "yes"; then
6332     dnl this will get undefined in wx/chkconf.h if it's not supported
6333     AC_DEFINE(wxUSE_NATIVE_STATUSBAR)
6334     AC_DEFINE(wxUSE_STATUSBAR)
6335     USES_CONTROLS=1
6336
6337     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
6338 fi
6339
6340 if test "$wxUSE_TABDIALOG" = "yes"; then
6341     AC_DEFINE(wxUSE_TAB_DIALOG)
6342 fi
6343
6344 if test "$wxUSE_TEXTCTRL" = "yes"; then
6345     AC_DEFINE(wxUSE_TEXTCTRL)
6346     USES_CONTROLS=1
6347     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text"
6348 fi
6349
6350 if test "$wxUSE_TOGGLEBTN" = "yes"; then
6351     if test "$wxUSE_COCOA" = 1 ; then
6352         AC_MSG_WARN([Toggle button not yet supported under Mac OS X... disabled])
6353         wxUSE_TOGGLEBTN=no
6354     fi
6355     if test "$wxUSE_UNIVERSAL" = "yes"; then
6356         AC_MSG_WARN([Toggle button not yet supported under wxUniversal... disabled])
6357         wxUSE_TOGGLEBTN=no
6358     fi
6359
6360     if test "$wxUSE_TOGGLEBTN" = "yes"; then
6361         AC_DEFINE(wxUSE_TOGGLEBTN)
6362         USES_CONTROLS=1
6363     fi
6364 fi
6365
6366 if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
6367     AC_DEFINE(wxUSE_TOOLBAR_SIMPLE)
6368     wxUSE_TOOLBAR="yes"
6369     USES_CONTROLS=1
6370 fi
6371
6372 if test "$wxUSE_TOOLBAR" = "yes"; then
6373     AC_DEFINE(wxUSE_TOOLBAR)
6374     USES_CONTROLS=1
6375
6376     dnl if wxUSE_TOOLBAR and !wxUSE_TOOLBAR_SIMPLE => wxUSE_TOOLBAR_NATIVE
6377     if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
6378         wxUSE_TOOLBAR_NATIVE="yes"
6379     fi
6380
6381     if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
6382         AC_DEFINE(wxUSE_TOOLBAR_NATIVE)
6383         USES_CONTROLS=1
6384     fi
6385
6386     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
6387 fi
6388
6389 if test "$wxUSE_TOOLTIPS" = "yes"; then
6390     if test "$wxUSE_MOTIF" = 1; then
6391         AC_MSG_WARN([wxTooltip not supported yet under Motif... disabled])
6392     else
6393         if test "$wxUSE_UNIVERSAL" = "yes"; then
6394             AC_MSG_WARN([wxTooltip not supported yet in wxUniversal... disabled])
6395         else
6396             AC_DEFINE(wxUSE_TOOLTIPS)
6397         fi
6398     fi
6399 fi
6400
6401 if test "$wxUSE_TREEBOOK" = "yes"; then
6402     AC_DEFINE(wxUSE_TREEBOOK)
6403     USES_CONTROLS=1
6404 fi
6405
6406 if test "$wxUSE_TREECTRL" = "yes"; then
6407     if test "$wxUSE_IMAGLIST" = "yes"; then
6408         AC_DEFINE(wxUSE_TREECTRL)
6409         USES_CONTROLS=1
6410         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
6411     else
6412         AC_MSG_WARN([wxTreeCtrl requires wxImageList and won't be compiled without it])
6413     fi
6414 fi
6415
6416 if test "$wxUSE_POPUPWIN" = "yes"; then
6417     if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
6418         AC_MSG_WARN([Popup window not yet supported under Mac OS X... disabled])
6419     else
6420         if test "$wxUSE_PM" = 1; then
6421             AC_MSG_WARN([wxPopupWindow not yet supported under PM... disabled])
6422         else
6423             AC_DEFINE(wxUSE_POPUPWIN)
6424             SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS popup"
6425
6426             USES_CONTROLS=1
6427         fi
6428     fi
6429 fi
6430
6431 if test "$wxUSE_DIALUP_MANAGER" = "yes"; then
6432     if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
6433         AC_MSG_WARN([Dialup manager not yet supported under Mac OS X... disabled])
6434     else
6435         AC_DEFINE(wxUSE_DIALUP_MANAGER)
6436         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
6437     fi
6438 fi
6439
6440 if test "$wxUSE_TIPWINDOW" = "yes"; then
6441     if test "$wxUSE_PM" = 1; then
6442         AC_MSG_WARN([wxTipWindow not yet supported under PM... disabled])
6443     else
6444         AC_DEFINE(wxUSE_TIPWINDOW)
6445     fi
6446 fi
6447
6448 if test "$USES_CONTROLS" = 1; then
6449     AC_DEFINE(wxUSE_CONTROLS)
6450 fi
6451
6452 dnl ---------------------------------------------------------------------------
6453 dnl misc options
6454 dnl ---------------------------------------------------------------------------
6455
6456 dnl please keep the settings below in alphabetical order
6457 if test "$wxUSE_ACCESSIBILITY" = "yes"; then
6458     AC_DEFINE(wxUSE_ACCESSIBILITY)
6459     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS access"
6460 fi
6461
6462 if test "$wxUSE_DC_CACHEING" = "yes"; then
6463     AC_DEFINE(wxUSE_DC_CACHEING)
6464 fi
6465
6466 if test "$wxUSE_DRAGIMAGE" = "yes"; then
6467     AC_DEFINE(wxUSE_DRAGIMAGE)
6468     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag"
6469 fi
6470
6471 if test "$wxUSE_EXCEPTIONS" = "yes"; then
6472     if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
6473         AC_MSG_WARN([--enable-exceptions can't be used with --enable-no_exceptions])
6474     else
6475         AC_DEFINE(wxUSE_EXCEPTIONS)
6476         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS except"
6477     fi
6478 fi
6479
6480 USE_HTML=0
6481 if test "$wxUSE_HTML" = "yes"; then
6482     AC_DEFINE(wxUSE_HTML)
6483     USE_HTML=1
6484     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
6485     if test "$wxUSE_MAC" = 1; then
6486         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html/htmlctrl"
6487     fi
6488 fi
6489 if test "$wxUSE_WEBKIT" = "yes"; then
6490     if test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
6491         old_CPPFLAGS="$CPPFLAGS"
6492         CPPFLAGS="$CPPFLAGS -x objective-c++"
6493         AC_CHECK_HEADER([WebKit/HIWebView.h],
6494                         [
6495                            AC_DEFINE(wxUSE_WEBKIT)
6496                            WEBKIT_LINK="-framework WebKit"
6497                         ],
6498                         [
6499                            AC_MSG_WARN([WebKit headers not found; disabling wxWebKit])
6500                            wxUSE_WEBKIT=no
6501                         ],
6502                         [#include <Carbon/Carbon.h>])
6503         CPPFLAGS="$old_CPPFLAGS"
6504     elif test "$wxUSE_COCOA" = 1; then
6505         AC_DEFINE(wxUSE_WEBKIT)
6506     else
6507         wxUSE_WEBKIT=no
6508     fi
6509 fi
6510
6511 USE_XRC=0
6512 if test "$wxUSE_XRC" = "yes"; then
6513     if test "$wxUSE_XML" != "yes"; then
6514         AC_MSG_WARN([XML library not built, XRC resources disabled])
6515         wxUSE_XRC=no
6516     else
6517         AC_DEFINE(wxUSE_XRC)
6518         USE_XRC=1
6519         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS xrc"
6520     fi
6521 fi
6522
6523 if test "$wxUSE_MENUS" = "yes"; then
6524     AC_DEFINE(wxUSE_MENUS)
6525     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu"
6526 fi
6527
6528 if test "$wxUSE_METAFILE" = "yes"; then
6529     AC_DEFINE(wxUSE_METAFILE)
6530 fi
6531
6532 if test "$wxUSE_MIMETYPE" = "yes"; then
6533     AC_DEFINE(wxUSE_MIMETYPE)
6534 fi
6535
6536 if test "$wxUSE_MINIFRAME" = "yes"; then
6537     AC_DEFINE(wxUSE_MINIFRAME)
6538     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram"
6539 fi
6540
6541 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
6542     AC_DEFINE(wxUSE_SYSTEM_OPTIONS)
6543     if test "$TOOLKIT" = "MSW" -o "$TOOLKIT" = "GTK" -o "$TOOLKIT" = "X11" -o \
6544         "$TOOLKIT" = "MOTIF" -o "$TOOLKIT" = "COCOA"; then
6545         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS taskbar"
6546     fi
6547 fi
6548
6549
6550 if test "$wxUSE_VALIDATORS" = "yes"; then
6551     AC_DEFINE(wxUSE_VALIDATORS)
6552     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
6553 fi
6554
6555 if test "$wxUSE_PALETTE" = "yes" ; then
6556   AC_DEFINE(wxUSE_PALETTE)
6557 fi
6558
6559 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
6560   dnl Must be done this late because -lunicows must be before all the other libs
6561   LIBS=" -lunicows $LIBS"
6562 fi
6563
6564 dnl ---------------------------------------------------------------------------
6565 dnl wxImage options
6566 dnl ---------------------------------------------------------------------------
6567
6568 if test "$wxUSE_IMAGE" = "yes" ; then
6569     AC_DEFINE(wxUSE_IMAGE)
6570
6571     if test "$wxUSE_GIF" = "yes" ; then
6572       AC_DEFINE(wxUSE_GIF)
6573     fi
6574
6575     if test "$wxUSE_PCX" = "yes" ; then
6576       AC_DEFINE(wxUSE_PCX)
6577     fi
6578
6579     if test "$wxUSE_IFF" = "yes" ; then
6580       AC_DEFINE(wxUSE_IFF)
6581     fi
6582
6583     if test "$wxUSE_PNM" = "yes" ; then
6584       AC_DEFINE(wxUSE_PNM)
6585     fi
6586
6587     if test "$wxUSE_XPM" = "yes" ; then
6588       AC_DEFINE(wxUSE_XPM)
6589     fi
6590
6591     if test "$wxUSE_ICO_CUR" = "yes" ; then
6592       AC_DEFINE(wxUSE_ICO_CUR)
6593     fi
6594 fi
6595
6596 dnl ---------------------------------------------------------------------------
6597 dnl common dialogs
6598 dnl ---------------------------------------------------------------------------
6599
6600 if test "$wxUSE_CHOICEDLG" = "yes"; then
6601     AC_DEFINE(wxUSE_CHOICEDLG)
6602 fi
6603
6604 if test "$wxUSE_COLOURDLG" = "yes"; then
6605     AC_DEFINE(wxUSE_COLOURDLG)
6606 fi
6607
6608 if test "$wxUSE_FILEDLG" = "yes"; then
6609     AC_DEFINE(wxUSE_FILEDLG)
6610 fi
6611
6612 if test "$wxUSE_FINDREPLDLG" = "yes"; then
6613     AC_DEFINE(wxUSE_FINDREPLDLG)
6614 fi
6615
6616 if test "$wxUSE_FONTDLG" = "yes"; then
6617     AC_DEFINE(wxUSE_FONTDLG)
6618 fi
6619
6620 if test "$wxUSE_DIRDLG" = "yes"; then
6621     if test "$wxUSE_TREECTRL" != "yes"; then
6622         AC_MSG_WARN(wxDirDialog requires wxTreeCtrl so it won't be compiled without it)
6623     else
6624         AC_DEFINE(wxUSE_DIRDLG)
6625     fi
6626 fi
6627
6628 if test "$wxUSE_MSGDLG" = "yes"; then
6629     AC_DEFINE(wxUSE_MSGDLG)
6630 fi
6631
6632 if test "$wxUSE_NUMBERDLG" = "yes"; then
6633     AC_DEFINE(wxUSE_NUMBERDLG)
6634 fi
6635
6636 if test "$wxUSE_PROGRESSDLG" = "yes"; then
6637     if test "$wxUSE_CONSTRAINTS" != "yes"; then
6638        AC_MSG_WARN(wxProgressDialog requires constraints so it won't be compiled without them)
6639     else
6640         AC_DEFINE(wxUSE_PROGRESSDLG)
6641     fi
6642 fi
6643
6644 if test "$wxUSE_SPLASH" = "yes"; then
6645     AC_DEFINE(wxUSE_SPLASH)
6646     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splash"
6647 fi
6648
6649 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
6650     if test "$wxUSE_CONSTRAINTS" != "yes"; then
6651        AC_MSG_WARN(Startup tips requires constraints and won't be compiled without them)
6652     else
6653         AC_DEFINE(wxUSE_STARTUP_TIPS)
6654     fi
6655 fi
6656
6657 if test "$wxUSE_TEXTDLG" = "yes"; then
6658     AC_DEFINE(wxUSE_TEXTDLG)
6659 fi
6660
6661 if test "$wxUSE_WIZARDDLG" = "yes"; then
6662     AC_DEFINE(wxUSE_WIZARDDLG)
6663     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard"
6664 fi
6665
6666 dnl ---------------------------------------------------------------------------
6667 dnl wxMediaCtrl 
6668 dnl ---------------------------------------------------------------------------
6669
6670 if test "$wxUSE_MEDIACTRL" = "yes"; then
6671     dnl -----------------------------------------------------------------------
6672     dnl GStreamer 
6673     dnl -----------------------------------------------------------------------
6674     if test "$wxUSE_GTK" = 1; then
6675         wxUSE_GSTREAMER="yes"
6676         
6677         dnl -------------------------------------------------------------------
6678         dnl Test for gstreamer module from pkg-config
6679         dnl -------------------------------------------------------------------
6680         PKG_CHECK_MODULES(GSTREAMER, gstreamer-0.8,
6681         [
6682             CPPFLAGS="$CPPFLAGS $GSTREAMER_CFLAGS"
6683             LIBS="$LIBS $GSTREAMER_LIBS -lgstplay-0.8"
6684         ],
6685         [
6686             AC_MSG_WARN([GStreamer installation not found])
6687             wxUSE_GSTREAMER="no"
6688         ])
6689         
6690         dnl -------------------------------------------------------------------
6691         dnl Perform a check for a GStreamer element using gst-inspect
6692         dnl Thomas Vander Stichele <thomas at apestaart dot org>
6693         dnl Last modification: 25/01/2005
6694         dnl
6695         dnl AM_GST_ELEMENT_CHECK(ELEMENT-NAME, ACTION-IF-FOUND, ACTION-IF-NOT-FOUND)
6696         dnl -------------------------------------------------------------------
6697         AC_DEFUN([AM_GST_ELEMENT_CHECK],
6698         [
6699         if test "x$GST_INSPECT" == "x"; then
6700             AC_CHECK_PROG(GST_INSPECT, gst-inspect, gst-inspect, [])
6701         fi
6702         
6703         if test "x$GST_INSPECT" != "x"; then
6704             AC_MSG_CHECKING(GStreamer element $1)
6705             if [ $GST_INSPECT $1 > /dev/null 2> /dev/null ]; then
6706             AC_MSG_RESULT(found.)
6707             $2
6708             else
6709             AC_MSG_RESULT(not found.)
6710             $3
6711             fi
6712         fi
6713         ])
6714         
6715         dnl -------------------------------------------------------------------
6716         dnl Test for x video sink (video useless without)
6717         dnl -------------------------------------------------------------------
6718         AM_GST_ELEMENT_CHECK(xvimagesink,[], 
6719                         [
6720                             wxUSE_GSTREAMER="no"
6721                             AC_MSG_WARN([x video sink not found - cannot use GStreamer])
6722                         ])
6723                             
6724         dnl -------------------------------------------------------------------
6725         dnl Check for gstplay-0.8 lib and corresponding x overlay header
6726         dnl -------------------------------------------------------------------        
6727         AC_CHECK_HEADER(gst/xoverlay/xoverlay.h, [], 
6728                         [
6729                             wxUSE_GSTREAMER="no"
6730                             AC_MSG_WARN([xoverlay header not found, cannot use GStreamer])
6731                         ],
6732                         [#include <gst/gst.h>])
6733         
6734         AC_MSG_CHECKING([for gstplay 0.8])
6735         WX_PATH_FIND_LIBRARIES([$SEARCH_LIB],gstplay-0.8)           
6736         
6737         if test "$ac_find_libraries" = "" ; then
6738             AC_MSG_RESULT([no])
6739             wxUSE_GSTREAMER="no"
6740         else
6741             AC_MSG_RESULT([yes])        
6742         fi
6743         
6744         if test "$wxUSE_GSTREAMER" = "yes"; then
6745             AC_DEFINE(wxUSE_GSTREAMER)
6746             AC_MSG_RESULT([GStreamer detection successful])
6747         fi
6748     fi
6749     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mediaplayer"
6750     AC_DEFINE(wxUSE_MEDIACTRL)
6751 fi
6752
6753 dnl ---------------------------------------------------------------------------
6754 dnl get the string with OS info - used by wxGetOsDescription() on MacOS X
6755 dnl ---------------------------------------------------------------------------
6756
6757 if test "$cross_compiling" = "yes"; then
6758     dnl Use best guess from host as we can't use uname when cross compiling
6759     OSINFO="\"$host\""
6760 else
6761     dnl attualy work out OS version
6762     OSINFO=`uname -s -r -m`
6763     OSINFO="\"$OSINFO\""
6764 fi
6765
6766 AC_DEFINE_UNQUOTED(WXWIN_OS_DESCRIPTION, $OSINFO)
6767
6768 dnl ---------------------------------------------------------------------------
6769 dnl define the variable containing the installation prefix (used in dcpsg.cpp)
6770 dnl ---------------------------------------------------------------------------
6771
6772 if test "x$prefix" != "xNONE"; then
6773     wxPREFIX=$prefix
6774 else
6775     wxPREFIX=$ac_default_prefix
6776 fi
6777
6778 AC_DEFINE_UNQUOTED(wxINSTALL_PREFIX, "$wxPREFIX")
6779
6780
6781 dnl ---------------------------------------------------------------------------
6782 dnl define variables with all built libraries for wx-config
6783 dnl ---------------------------------------------------------------------------
6784
6785 CORE_BASE_LIBS="net base"
6786 CORE_GUI_LIBS="adv core"
6787
6788 if test "$wxUSE_XML" = "yes" ; then
6789     CORE_BASE_LIBS="xml $CORE_BASE_LIBS"
6790 fi
6791 if test "$wxUSE_ODBC" != "no" ; then
6792     CORE_BASE_LIBS="odbc $CORE_BASE_LIBS"
6793     CORE_GUI_LIBS="dbgrid $CORE_GUI_LIBS"
6794 fi
6795 if test "$wxUSE_HTML" = "yes" ; then
6796     CORE_GUI_LIBS="html $CORE_GUI_LIBS"
6797 fi
6798 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
6799     CORE_GUI_LIBS="qa $CORE_GUI_LIBS"
6800 fi
6801 if test "$wxUSE_XRC" = "yes" ; then
6802     CORE_GUI_LIBS="xrc $CORE_GUI_LIBS"
6803 fi
6804
6805 if test "$wxUSE_GUI" != "yes"; then
6806     CORE_GUI_LIBS=""
6807 fi
6808
6809 AC_SUBST(CORE_BASE_LIBS)
6810 AC_SUBST(CORE_GUI_LIBS)
6811
6812
6813 dnl ---------------------------------------------------------------------------
6814 dnl Output the makefiles and such from the results found above
6815 dnl ---------------------------------------------------------------------------
6816
6817 dnl all additional libraries (except wxWidgets itself) we link with
6818
6819 dnl note that we always link with -lm except for Mac OS X
6820 dnl extended.c uses floor() and is always linked in
6821
6822 if test "$wxUSE_MAC" = 1 ; then
6823     if test "$wxUSE_SOUND" = "yes" || test "$wxUSE_MEDIACTRL" = "yes"; then
6824         if test "$USE_DARWIN" = 1; then
6825             LDFLAGS="$LDFLAGS -framework QuickTime"
6826         else
6827             LDFLAGS="$LDFLAGS -lQuickTimeLib"
6828         fi
6829     fi
6830     if test "$USE_DARWIN" = 1; then
6831         LDFLAGS="$LDFLAGS -framework IOKit -framework Carbon -framework Cocoa -framework System"
6832     else
6833         LDFLAGS="$LDFLAGS -lCarbonLib"
6834     fi
6835 fi
6836 if test "$wxUSE_COCOA" = 1 ; then
6837     LDFLAGS="$LDFLAGS -framework IOKit -framework Cocoa"
6838     if test "$wxUSE_MEDIACTRL" = "yes"; then
6839         LDFLAGS="$LDFLAGS -framework QuickTime"
6840     fi
6841 fi
6842 if test "$USE_DARWIN" = 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1 ; then
6843     LDFLAGS="$LDFLAGS -framework IOKit -framework CoreServices -framework System -framework ApplicationServices"
6844 fi
6845
6846 dnl FIXME: should this be covered by the conditional above
6847 dnl given the -lm comment there?  Or should that comment (and
6848 dnl this one) be removed..   [ 7 Nov 2001 ]
6849
6850 LIBS="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
6851
6852 dnl Only add the -lm library if floating point functions cannot be used
6853 dnl without it.  This check is important on cygwin because of the bizarre
6854 dnl way that they have organized functions into libraries.  On cygwin, both
6855 dnl libc.a and libm.a are symbolic links to a single lib libcygwin.a.  This
6856 dnl means that
6857 dnl   1) linking with -lm is not necessary, and
6858 dnl   2) linking with -lm is dangerous if the order of libraries is wrong
6859 dnl In particular, if you compile any program with -mno-cygwin and link with
6860 dnl -lm, it will crash instantly when it is run.  This happens because the
6861 dnl linker incorrectly links the Cygwin libm.a (==libcygwin.a), which replaces
6862 dnl the ___main function instead of allowing it to be defined by
6863 dnl /usr/lib/mingw/libmingw32.a as it should be.
6864 dnl
6865 dnl On MacOS X, this test will find that -lm is unnecessary and leave it out.
6866 dnl
6867 dnl Just check a few floating point functions. If they are all found without
6868 dnl -lm, then we must not need -lm.
6869 have_cos=0
6870 have_floor=0
6871 AC_CHECK_FUNCS(cos, have_cos=1)
6872 AC_CHECK_FUNCS(floor, have_floor=1)
6873 AC_MSG_CHECKING(if floating point functions link without -lm)
6874 if test "$have_cos" = 1 -a "$have_floor" = 1; then
6875     AC_MSG_RESULT(yes)
6876 else
6877     AC_MSG_RESULT(no)
6878     LIBS="$LIBS -lm"
6879     # use different functions to avoid configure caching
6880     have_sin=0
6881     have_ceil=0
6882     AC_CHECK_FUNCS(sin, have_sin=1)
6883     AC_CHECK_FUNCS(ceil, have_ceil=1)
6884     AC_MSG_CHECKING(if floating point functions link with -lm)
6885     if test "$have_sin" = 1 -a "$have_ceil" = 1; then
6886         AC_MSG_RESULT(yes)
6887     else
6888         AC_MSG_RESULT(no)
6889         # not sure we should warn the user, crash, etc.
6890     fi
6891 fi
6892
6893 if test "$wxUSE_GUI" = "yes"; then
6894
6895     dnl TODO add checks that these samples will really compile (i.e. all the
6896     dnl      library features they need are present)
6897
6898     dnl TODO some samples are never built so far: mfc (requires VC++)
6899     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs drawing \
6900                      dynamic erase event exec font image minimal mobile \
6901                      mobile/wxedit mobile/styles propsize render \
6902                      richedit rotate shaped vscroll widgets"
6903
6904     if test "$wxUSE_MONOLITHIC" != "yes"; then
6905         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS console"
6906     fi
6907     if test "$TOOLKIT" = "MSW"; then
6908         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS regtest"
6909         if test "$wxUSE_UNIVERSAL" != "yes"; then
6910             SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw nativdlg"
6911         fi
6912     fi
6913     if test "$TOOLKIT" = "PM" -a "$wxUSE_UNIVERSAL" != "yes"; then
6914         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw"
6915     fi
6916 else
6917     SAMPLES_SUBDIRS="console"
6918 fi
6919
6920
6921 dnl all -I options we must pass to the compiler
6922 dnl
6923 dnl note that the order is somewhat important: wxWidgets headers should
6924 dnl come first and the one with setup.h should be before $(top_srcdir)/include
6925 dnl in case the latter contains setup.h used by non-autoconf makefiles (e.g.
6926 dnl CodeWarrior):
6927 INCLUDES="-I\${top_builddir}lib/wx/include/${TOOLCHAIN_FULLNAME} \
6928 -I\${top_srcdir}/include $TOOLKIT_INCLUDE"
6929
6930 dnl C/C++ compiler options used to compile wxWidgets
6931 dnl
6932 dnl check for icc before gcc as icc is also recognized as gcc
6933 if test "x$INTELCC" = "xyes" ; then
6934     dnl Warnings which can't be easily suppressed in C code are disabled:
6935     dnl
6936     dnl     remark #810: conversion from "x" to "y" may lose significant bits
6937     dnl     remark #869: parameter "foo" was never referenced
6938     dnl     remark #1572: floating-point equality and inequality comparisons
6939     dnl                   are unreliable
6940     dnl     remark #1684: conversion from pointer to same-sized integral type
6941     dnl
6942     dnl (for others see below)
6943     CWARNINGS="-Wall -wd810,869,981,1418,1572,1684"
6944 elif test "$GCC" = yes ; then
6945     CWARNINGS="-Wall -Wundef"
6946 fi
6947
6948 if test "x$INTELCXX" = "xyes" ; then
6949     dnl Intel compiler gives some warnings which simply can't be worked
6950     dnl around or of which we have too many (810, 869) so it's impractical to
6951     dnl keep them enabled even if in theory it would be nice and some others
6952     dnl (279) are generated for standard macros and so there is nothing we can
6953     dnl do about them
6954     dnl
6955     dnl     remark #279: controlling expression is constant
6956     dnl     remark #383: value copied to temporary, reference to temporary used
6957     dnl     remark #444: destructor for base class "xxx" is not virtual
6958     dnl     remark #810: conversion from "x" to "y" may lose significant bits
6959     dnl     remark #869: parameter "foo" was never referenced
6960     dnl     remark #981: operands are evaluated in unspecified order
6961     dnl     remark #1418: external definition with no prior declaration
6962     dnl     remark #1419: external declaration in primary source file
6963     CXXWARNINGS="-Wall -wd279,383,444,810,869,981,1418,1419"
6964 elif test "$GXX" = yes ; then
6965     dnl CXXWARNINGS="-Wall -W -Wcast-qual -Werror"
6966     CXXWARNINGS="-Wall -Wundef -Wno-ctor-dtor-privacy" 
6967 fi
6968
6969 EXTRA_CFLAGS="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE"
6970
6971 dnl remove the extra white space from the cc/c++/ld options
6972 CPPFLAGS=`echo $WXDEBUG_DEFINE $INCLUDES $CPPFLAGS`
6973 CFLAGS=`echo $CODE_GEN_FLAGS $EXTRA_CFLAGS $CFLAGS $CWARNINGS`
6974 CXXFLAGS=`echo $CODE_GEN_FLAGS $CODE_GEN_FLAGS_CXX $EXTRA_CFLAGS $CXXFLAGS $CXXWARNINGS`
6975
6976 if test "x$MWCC" = "xyes"; then
6977     dnl Correct MW 8.3 to be more similar to GCC.  In particular we
6978     dnl must use <regex.h> from system not our local copy on OS X,
6979     dnl but must use local not system on OS 9.
6980     dnl The following should make all -I paths usable for <> includes
6981     dnl while first checking in real system paths.  With 8.3 using
6982     dnl -gccincludes it will actually check local paths before system
6983     dnl even for <> which is totally wrong.
6984
6985     dnl Note that because this absolutely needs to be before any -I
6986     dnl that we have to tack it on to the end of the compiler commandline.
6987     CC="$CC -cwd source -I-"
6988     CXX="$CXX -cwd source -I-"
6989 fi
6990
6991
6992 LIBS=`echo $LIBS`
6993 EXTRALIBS="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
6994 EXTRALIBS_XML="$EXPAT_LINK"
6995 EXTRALIBS_HTML="$MSPACK_LINK"
6996 EXTRALIBS_ODBC="$ODBC_LINK"
6997 if test "$wxUSE_GUI" = "yes"; then
6998     EXTRALIBS_GUI=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $WEBKIT_LINK $EXTRALIBS_GNOMEPRINT`
6999 fi
7000 if test "$wxUSE_OPENGL" = "yes"; then
7001     EXTRALIBS_OPENGL="$LDFLAGS_GL $OPENGL_LIBS"
7002 fi
7003     
7004 LDFLAGS="$LDFLAGS $PROFILE"
7005
7006 dnl wxGTK does not need TOOLKIT includes in wx-config
7007 if test "$wxUSE_GTK" = 1; then
7008     WXCONFIG_INCLUDE=
7009 else
7010     WXCONFIG_INCLUDE="$TOOLKIT_INCLUDE"
7011 fi
7012
7013 WXCONFIG_EXTRALIBS="$LIBS"
7014
7015 dnl wx-config must output builtin 3rd party libs in --libs in static build:
7016 if test "$wxUSE_REGEX" = "builtin" ; then
7017     wxconfig_3rdparty="regex${lib_unicode_suffix} $wxconfig_3rdparty"
7018 fi
7019 if test "$wxUSE_EXPAT" = "builtin" ; then
7020     wxconfig_3rdparty="expat $wxconfig_3rdparty"
7021 fi
7022 if test "$wxUSE_ODBC" = "builtin" ; then
7023     wxconfig_3rdparty="odbc $wxconfig_3rdparty"
7024 fi
7025 if test "$wxUSE_LIBTIFF" = "builtin" ; then
7026     wxconfig_3rdparty="tiff $wxconfig_3rdparty"
7027 fi
7028 if test "$wxUSE_LIBJPEG" = "builtin" ; then
7029     wxconfig_3rdparty="jpeg $wxconfig_3rdparty"
7030 fi
7031 if test "$wxUSE_LIBPNG" = "builtin" ; then
7032     wxconfig_3rdparty="png $wxconfig_3rdparty"
7033 fi
7034 if test "$wxUSE_ZLIB" = "builtin" ; then
7035     wxconfig_3rdparty="zlib $wxconfig_3rdparty"
7036 fi
7037
7038 for i in $wxconfig_3rdparty ; do
7039     WXCONFIG_EXTRALIBS="-lwx${i}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX} $WXCONFIG_EXTRALIBS"
7040 done
7041
7042
7043 if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
7044     WXUNIV=1
7045 else
7046     WXUNIV=0
7047 fi
7048
7049 AC_SUBST(wxUSE_ZLIB)
7050 AC_SUBST(wxUSE_REGEX)
7051 AC_SUBST(wxUSE_EXPAT)
7052 AC_SUBST(wxUSE_ODBC)
7053 AC_SUBST(wxUSE_LIBJPEG)
7054 AC_SUBST(wxUSE_LIBPNG)
7055 AC_SUBST(wxUSE_LIBTIFF)
7056
7057 if test $wxUSE_MONOLITHIC = "yes" ; then
7058     MONOLITHIC=1
7059 else
7060     MONOLITHIC=0
7061 fi
7062
7063 if test $wxUSE_PLUGINS = "yes" ; then
7064     USE_PLUGINS=1
7065 else
7066     USE_PLUGINS=0
7067 fi
7068
7069 if test $wxUSE_ODBC != "no" ; then
7070     USE_ODBC=1
7071 else
7072     USE_ODBC=0
7073 fi
7074
7075 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
7076     USE_QA=1
7077 else
7078     USE_QA=0
7079 fi
7080
7081 if test $wxUSE_OFFICIAL_BUILD = "yes" ; then
7082     OFFICIAL_BUILD=1
7083 else
7084     OFFICIAL_BUILD=0
7085 fi
7086
7087 AC_SUBST(VENDOR)
7088 AC_SUBST(OFFICIAL_BUILD)
7089 AC_SUBST(WX_FLAVOUR)
7090 AC_SUBST(WX_LIB_FLAVOUR)
7091
7092 AC_SUBST(WXUNIV)
7093 AC_SUBST(MONOLITHIC)
7094 AC_SUBST(USE_PLUGINS)
7095 AC_SUBST(LIBS)
7096 AC_SUBST(EXTRALIBS)
7097 AC_SUBST(EXTRALIBS_XML)
7098 AC_SUBST(EXTRALIBS_HTML)
7099 AC_SUBST(EXTRALIBS_ODBC)
7100 AC_SUBST(EXTRALIBS_GUI)
7101 AC_SUBST(EXTRALIBS_OPENGL)
7102 AC_SUBST(EXTRALIBS_SDL)
7103 AC_SUBST(WITH_PLUGIN_SDL)
7104 AC_SUBST(EXTRALIBS_GNOMEPRINT)
7105 AC_SUBST(UNICODE)
7106 AC_SUBST(BUILD)
7107 AC_SUBST(DEBUG_INFO)
7108 AC_SUBST(DEBUG_FLAG)
7109 TOOLKIT_LOWERCASE=`echo $TOOLKIT | tr "[[A-Z]]" "[[a-z]]"`
7110 AC_SUBST(TOOLKIT_LOWERCASE)
7111 AC_SUBST(TOOLKIT_VERSION)
7112 AC_SUBST(SAMPLES_RPATH_FLAG)
7113 AC_SUBST(SAMPLES_RPATH_POSTLINK)
7114 AC_SUBST(HOST_SUFFIX)
7115 AC_SUBST(CPPUNIT_CFLAGS)
7116 AC_SUBST(CPPUNIT_LIBS)
7117
7118 case "$TOOLKIT" in
7119     GTK)
7120         TOOLKIT_USER="GTK+"
7121         if test "$WXGTK20" = 1; then
7122             TOOLKIT_USER="$TOOLKIT_USER 2"
7123         fi
7124         ;;
7125
7126     *)
7127         TOOLKIT_USER=$TOOLKIT_LOWERCASE
7128         ;;
7129 esac
7130
7131 if test "$wxUSE_WINE" = "yes"; then
7132     BAKEFILE_FORCE_PLATFORM=win32
7133 fi
7134
7135 AC_BAKEFILE([m4_include(autoconf_inc.m4)])
7136
7137 if test "$wxUSE_SHARED" = "yes"; then
7138
7139     dnl We get the shared build linker from bakefile, since it
7140     dnl moved all the logic for this out of this file and into
7141     dnl its own macro.  But it can't decide on whether to return
7142     dnl us $(VAR), ${VAR}, or the present expansion of VAR.
7143     dnl So normalise and expand everything here now, because its
7144     dnl not going to change inside wx-config anyway.
7145     sanitised_bakefile_mess=`echo "$SHARED_LD_CXX" | tr -d '()'`
7146     EXE_LINKER=`eval echo "$sanitised_bakefile_mess"`
7147
7148     dnl Need addtional flag on OS/2, so override bakefiles value
7149     dnl (there currently is no suitable variable to which the
7150     dnl  missing flags could be added, AFAICS. SN, 18.12.2004. )
7151     case "${host}" in
7152       *-pc-os2_emx | *-pc-os2-emx )
7153         SHARED_LD_CC="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
7154         SHARED_LD_CXX="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
7155         cp -p ${srcdir}/src/os2/dllnames.sh .
7156         cp -p ${srcdir}/src/os2/dllar.sh .
7157       ;;
7158     esac
7159 else
7160
7161     dnl No bakefile support for static builds, but this should be ok for most.
7162     EXE_LINKER="$CXX -o"
7163
7164 fi
7165 if test "$wxUSE_OMF" = "yes"; then
7166     case "${host}" in
7167       *-pc-os2_emx | *-pc-os2-emx )
7168         LDFLAGS="$LDFLAGS -Zlinker /EXEPACK"
7169         LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
7170         WXCONFIG_LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
7171       ;;
7172     esac
7173 fi
7174
7175 dnl find out if the compiler supports PCH
7176 dnl
7177 dnl TODO: this should be in bakefile
7178 if test $GCC_PCH = 1 ; then
7179     CPPFLAGS="-DWX_PRECOMP $CPPFLAGS"
7180 fi
7181
7182 dnl TOOLCHAIN_DEFS are used by wx-config but should be also used for wx build
7183 dnl itself
7184 CPPFLAGS="$CPPFLAGS $TOOLCHAIN_DEFS"
7185
7186 dnl for convenience, sort the samples in alphabetical order
7187 dnl
7188 dnl FIXME For some mysterious reasons, sometimes the directories are duplicated
7189 dnl       in this list - hence uniq. But normally, this shouldn't be needed!
7190 dnl
7191 dnl       Unfortunately, there is a bug in OS/2's tr, such that
7192 dnl       tr ' ' '\n' introduces DOS-like line breaks, whereas tr '\n' ' '
7193 dnl       only removes the Unix-like part of the introduced line break.
7194 SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
7195
7196 dnl subtle bakefile goop.
7197 dnl Used in wx-config now too, as its STATIC_FLAG with different makeup.
7198 dnl I wish we would have called it something less likely to clash with
7199 dnl things though.
7200 AC_SUBST(SHARED)
7201
7202 dnl global options
7203 AC_SUBST(WX_LIBRARY_BASENAME_NOGUI)
7204 AC_SUBST(WX_LIBRARY_BASENAME_GUI)
7205
7206 dnl debugging options
7207 AC_SUBST(WXDEBUG_DEFINE)
7208
7209 dnl toolkit options
7210 AC_SUBST(USE_GUI)
7211 AC_SUBST(AFMINSTALL)
7212 AC_SUBST(WIN32INSTALL)
7213 AC_SUBST(TOOLKIT)
7214 AC_SUBST(TOOLKIT_DIR)
7215 AC_SUBST(TOOLCHAIN_NAME)
7216 AC_SUBST(TOOLCHAIN_FULLNAME)
7217 AC_SUBST(TOOLCHAIN_DEFS)
7218 AC_SUBST(TOOLCHAIN_DLL_DEFS)
7219
7220 dnl wx-config options
7221 AC_SUBST(host_alias)
7222 AC_SUBST(cross_compiling)
7223 AC_SUBST(WIDGET_SET)
7224 AC_SUBST(WX_RELEASE)
7225 AC_SUBST(WX_VERSION)
7226 AC_SUBST(WX_SUBVERSION)
7227 AC_SUBST(WX_CHARTYPE)
7228 AC_SUBST(WX_DEBUGTYPE)
7229 AC_SUBST(WXCONFIG_EXTRALIBS)
7230 AC_SUBST(WXCONFIG_INCLUDE)
7231 AC_SUBST(WXCONFIG_RPATH)
7232 AC_SUBST(WXCONFIG_LDFLAGS_GUI)
7233 AC_SUBST(WX_LARGEFILE_FLAGS)
7234 AC_SUBST(GCC_PRAGMA_FLAGS)
7235 AC_SUBST(CODE_GEN_FLAGS)
7236 AC_SUBST(CODE_GEN_FLAGS_CXX)
7237 AC_SUBST(EXE_LINKER)
7238
7239 dnl distribution vars
7240 AC_SUBST(GUIDIST)
7241 AC_SUBST(DISTDIR)
7242
7243 dnl additional subdirectories where we will build
7244 AC_SUBST(SAMPLES_SUBDIRS)
7245
7246 dnl additional libraries and linker settings
7247 AC_SUBST(LDFLAGS)
7248 AC_SUBST(LDFLAGS_GL)
7249 AC_SUBST(OPENGL_LIBS)
7250 AC_SUBST(DMALLOC_LIBS)
7251 AC_SUBST(WX_VERSION_TAG)
7252
7253 dnl additional resurces settings
7254 AC_SUBST(RESCOMP)
7255 AC_SUBST(RESFLAGS)
7256 AC_SUBST(RESPROGRAMOBJ)
7257 AC_SUBST(WX_RESOURCES_MACOSX_ASCII)
7258 AC_SUBST(WX_RESOURCES_MACOSX_DATA)
7259
7260 dnl additional for Mac OS X
7261 AC_SUBST(DEREZ)
7262 AC_SUBST(LIBWXMACRES)
7263 AC_SUBST(MACRESCOMP)
7264 AC_SUBST(MACSETFILE)
7265 AC_SUBST(MACRESWXCONFIG)
7266
7267 dnl other tools
7268 AC_SUBST(GCC)
7269 AC_SUBST(DLLTOOL)
7270
7271
7272 dnl MAKE_SET will be replaced with "MAKE=..." or nothing if make sets MAKE
7273 dnl itself (this macro is required if SUBDIRS variable is used in Makefile.am
7274 dnl - and we do use it)
7275 AC_PROG_MAKE_SET
7276
7277
7278 AC_CONFIG_HEADERS([lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in])
7279
7280 AC_CONFIG_FILES([ lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in ],
7281                 [ chmod +x lib/wx/config/${TOOLCHAIN_FULLNAME} ],
7282                 [ TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}" ])
7283
7284 AC_CONFIG_FILES([ lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in ],
7285                 [ chmod +x lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ],
7286                 [ TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}" ])
7287
7288 AC_CONFIG_FILES([ version-script Makefile ])
7289
7290 AC_CONFIG_COMMANDS([ wx-config
7291                    ],
7292                    [ rm -f wx-config
7293                      ${LN_S} lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} wx-config
7294                    ],
7295                    [ TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
7296                      LN_S="${LN_S}"
7297                    ])
7298
7299 dnl This would give us us build dir that in every significant way
7300 dnl resembles an installed wx in prefix=$builddir.  It is troublesome
7301 dnl though in this form because AC_CONFIG_LINKS will fail for directories
7302 dnl on platforms that do not have symlinks.
7303 dnl AC_CONFIG_LINKS([ include/wx-$WX_RELEASE$WX_FLAVOUR:include ])
7304 dnl AC_CONFIG_LINKS([ contrib/include ])
7305
7306 if test "$wxWITH_SUBDIRS" != "no"; then
7307 dnl Configure samples, contrib etc. directories, but only if they are present:
7308 if test "$wxUSE_GUI" = "yes"; then
7309     SUBDIRS="samples demos utils contrib"
7310 else dnl we build wxBase only
7311     dnl there are no wxBase programs in contrib nor demos
7312     SUBDIRS="samples utils"
7313 fi
7314 dnl Add tests to the list of subdirs if cppunit 1.8.0+ is detected
7315 AM_PATH_CPPUNIT(1.8.0, [SUBDIRS="$SUBDIRS tests"])
7316
7317 for subdir in `echo $SUBDIRS`; do
7318     if test -d ${srcdir}/${subdir} ; then
7319         if test "$wxUSE_GUI" = "yes"; then
7320             if test ${subdir} = "samples"; then
7321                 dnl only take those samples which compile in the current
7322                 dnl configuration and which exist
7323                 makefiles="samples/Makefile.in $makefiles"
7324                 for sample in `echo $SAMPLES_SUBDIRS`; do
7325                     if test -d $srcdir/samples/$sample; then
7326                         makefiles="samples/$sample/Makefile.in $makefiles"
7327                     fi
7328                 done
7329             else
7330                 dnl assume that everything compiles for utils &c
7331                 dnl any that shouldn't be built can be added to
7332                 dnl DISABLED_UTILS, DISABLED_CONTRIB or DISABLED_DEMOS
7333                 disabled_var=DISABLED_`echo $subdir | tr [[a-z]] [[A-Z]]`;
7334                 eval "disabled=\$$disabled_var"
7335                 disabled=/`echo X $disabled | sed 's@ @/|/@g'`/
7336                 makefiles=`(cd $srcdir ; find $subdir -name Makefile.in) | egrep -v "$disabled"`
7337             fi
7338         else dnl we build wxBase only
7339             dnl don't take all samples/utils, just those which build with
7340             dnl wxBase
7341             if test ${subdir} = "samples"; then
7342                 makefiles="samples/Makefile.in samples/console/Makefile.in"
7343             elif test ${subdir} = "utils"; then
7344                 makefiles=""
7345                 for util in HelpGen tex2rtf ; do
7346                     if test -d $srcdir/utils/$util ; then
7347                         makefiles="utils/$util/Makefile.in \
7348                                    utils/$util/src/Makefile.in \
7349                                    $makefiles"
7350                     fi
7351                 done
7352             else dnl assume that everything compiles for tests
7353                 makefiles=`(cd $srcdir ; find $subdir -name Makefile.in)`
7354             fi
7355         fi
7356
7357         for mkin in $makefiles ; do
7358             mk=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
7359             AC_CONFIG_FILES([$mk])
7360         done
7361     fi
7362 done
7363 fi dnl wxWITH_SUBDIRS
7364
7365 AC_OUTPUT
7366
7367 dnl report how we have been configured
7368 echo
7369 echo "Configured wxWidgets ${WX_VERSION} for \`${host}'"
7370 echo ""
7371 echo "  Which GUI toolkit should wxWidgets use?                 ${TOOLKIT_USER:-base only}"
7372 echo "  Should wxWidgets be compiled into single library?       ${wxUSE_MONOLITHIC:-yes}"
7373
7374 echo "  Should wxWidgets be compiled in debug mode?             ${wxUSE_DEBUG:-no}"
7375 echo "  Should wxWidgets be linked as a shared library?         ${wxUSE_SHARED:-no}"
7376 echo "  Should wxWidgets be compiled in Unicode mode?           ${wxUSE_UNICODE:-no}"
7377
7378 echo "  What level of wxWidgets compatibility should be enabled?"
7379 echo "                                       wxWidgets 2.4      ${WXWIN_COMPATIBILITY_2_4:-no}"
7380 echo "                                       wxWidgets 2.6      ${WXWIN_COMPATIBILITY_2_6:-yes}"
7381
7382 echo "  Which libraries should wxWidgets use?"
7383 echo "                                       jpeg               ${wxUSE_LIBJPEG-none}"
7384 echo "                                       png                ${wxUSE_LIBPNG-none}"
7385 echo "                                       regex              ${wxUSE_REGEX}"
7386 echo "                                       tiff               ${wxUSE_LIBTIFF-none}"
7387 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
7388 echo "                                       xpm                ${wxUSE_LIBXPM-none}"
7389 fi
7390 echo "                                       zlib               ${wxUSE_ZLIB}"
7391 echo "                                       odbc               ${wxUSE_ODBC}"
7392 echo "                                       expat              ${wxUSE_EXPAT}"
7393 echo "                                       libmspack          ${wxUSE_LIBMSPACK}"
7394 echo "                                       sdl                ${wxUSE_LIBSDL}"
7395 echo "                                       gnomeprint         ${wxUSE_LIBGNOMEPRINT-none}"
7396
7397 echo ""
7398
7399 dnl vi: set et sts=4 sw=4 com=\:dnl: