-
-if test "$wxUSE_DATEPICKCTRL" = "yes"; then
- cat >>confdefs.h <<\_ACEOF
-#define wxUSE_DATEPICKCTRL 1
-_ACEOF
-
- USES_CONTROLS=1
-fi
-
-if test "$wxUSE_DISPLAY" = "yes"; then
- cat >>confdefs.h <<\_ACEOF
-#define wxUSE_DISPLAY 1
-_ACEOF
-
- SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS display multimon"
-fi
-
-if test "$wxUSE_GAUGE" = "yes"; then
- cat >>confdefs.h <<\_ACEOF
-#define wxUSE_GAUGE 1
-_ACEOF
-
- USES_CONTROLS=1
-fi
-
-if test "$wxUSE_GRID" = "yes"; then
- cat >>confdefs.h <<\_ACEOF
-#define wxUSE_GRID 1
-_ACEOF
-
- USES_CONTROLS=1
- SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
-fi
-
-if test "$wxUSE_IMAGLIST" = "yes"; then
- cat >>confdefs.h <<\_ACEOF
-#define wxUSE_IMAGLIST 1
-_ACEOF
-
-fi
-
-if test "$wxUSE_LISTBOOK" = "yes"; then
- cat >>confdefs.h <<\_ACEOF
-#define wxUSE_LISTBOOK 1
-_ACEOF
-
- USES_CONTROLS=1
-fi
-
-if test "$wxUSE_LISTBOX" = "yes"; then
- cat >>confdefs.h <<\_ACEOF
-#define wxUSE_LISTBOX 1
-_ACEOF
-
- USES_CONTROLS=1
- SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listbox"
-fi
-
-if test "$wxUSE_LISTCTRL" = "yes"; then
- if test "$wxUSE_IMAGLIST" = "yes"; then
- cat >>confdefs.h <<\_ACEOF
-#define wxUSE_LISTCTRL 1
-_ACEOF
-
- USES_CONTROLS=1
- SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
- else
- { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
-echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
- fi
-fi
-
-if test "$wxUSE_NOTEBOOK" = "yes"; then
- cat >>confdefs.h <<\_ACEOF
-#define wxUSE_NOTEBOOK 1
-_ACEOF
-
- USES_CONTROLS=1
- SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
-fi
-
-
-if test "$wxUSE_RADIOBOX" = "yes"; then
- cat >>confdefs.h <<\_ACEOF
-#define wxUSE_RADIOBOX 1
-_ACEOF
-
- USES_CONTROLS=1
-fi
-
-if test "$wxUSE_RADIOBTN" = "yes"; then
- cat >>confdefs.h <<\_ACEOF
-#define wxUSE_RADIOBTN 1
-_ACEOF
-
- USES_CONTROLS=1
-fi
-
-if test "$wxUSE_SASH" = "yes"; then
- cat >>confdefs.h <<\_ACEOF
-#define wxUSE_SASH 1
-_ACEOF
-
- SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
-fi
-
-if test "$wxUSE_SCROLLBAR" = "yes"; then
- cat >>confdefs.h <<\_ACEOF
-#define wxUSE_SCROLLBAR 1
-_ACEOF
-
- USES_CONTROLS=1
- SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub"
-fi
-
-if test "$wxUSE_SLIDER" = "yes"; then
- cat >>confdefs.h <<\_ACEOF
-#define wxUSE_SLIDER 1
-_ACEOF
-
- USES_CONTROLS=1
-fi
-
-if test "$wxUSE_SPINBTN" = "yes"; then
- cat >>confdefs.h <<\_ACEOF
-#define wxUSE_SPINBTN 1
-_ACEOF
-
- USES_CONTROLS=1
-fi
-
-if test "$wxUSE_SPINCTRL" = "yes"; then
- cat >>confdefs.h <<\_ACEOF
-#define wxUSE_SPINCTRL 1
-_ACEOF
-
- USES_CONTROLS=1
-fi
-
-if test "$wxUSE_SPLITTER" = "yes"; then
- cat >>confdefs.h <<\_ACEOF
-#define wxUSE_SPLITTER 1
-_ACEOF
-
- SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
-fi
-
-if test "$wxUSE_STATBMP" = "yes"; then
- cat >>confdefs.h <<\_ACEOF
-#define wxUSE_STATBMP 1
-_ACEOF
-
- USES_CONTROLS=1
-fi
-
-if test "$wxUSE_STATBOX" = "yes"; then
- cat >>confdefs.h <<\_ACEOF
-#define wxUSE_STATBOX 1
-_ACEOF
-
- USES_CONTROLS=1
-fi
-
-if test "$wxUSE_STATTEXT" = "yes"; then
- cat >>confdefs.h <<\_ACEOF
-#define wxUSE_STATTEXT 1
-_ACEOF
-
- USES_CONTROLS=1
-fi
-
-if test "$wxUSE_STATLINE" = "yes"; then
- cat >>confdefs.h <<\_ACEOF
-#define wxUSE_STATLINE 1
-_ACEOF
-
- USES_CONTROLS=1
-fi
-
-if test "$wxUSE_STATUSBAR" = "yes"; then
- cat >>confdefs.h <<\_ACEOF
-#define wxUSE_NATIVE_STATUSBAR 1
-_ACEOF
-
- cat >>confdefs.h <<\_ACEOF
-#define wxUSE_STATUSBAR 1
-_ACEOF
-
- USES_CONTROLS=1
-
- SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
-fi
-
-if test "$wxUSE_TABDIALOG" = "yes"; then
- cat >>confdefs.h <<\_ACEOF
-#define wxUSE_TAB_DIALOG 1
-_ACEOF
-
-fi
-
-if test "$wxUSE_TEXTCTRL" = "yes"; then
- cat >>confdefs.h <<\_ACEOF
-#define wxUSE_TEXTCTRL 1
-_ACEOF
-
- USES_CONTROLS=1
- SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text"
-fi
-
-if test "$wxUSE_TOGGLEBTN" = "yes"; then
- if test "$wxUSE_COCOA" = 1 ; then
- { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
-echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
- wxUSE_TOGGLEBTN=no
- else
- if test "$wxUSE_PM" = 1; then
- { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under PM... disabled" >&5
-echo "$as_me: WARNING: Toggle button not yet supported under PM... disabled" >&2;}
- wxUSE_TOGGLEBTN=no
- fi
- fi
- if test "$wxUSE_UNIVERSAL" = "yes"; then
- { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&5
-echo "$as_me: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&2;}
- wxUSE_TOGGLEBTN=no
- fi
-
- if test "$wxUSE_TOGGLEBTN" = "yes"; then
- cat >>confdefs.h <<\_ACEOF
-#define wxUSE_TOGGLEBTN 1
-_ACEOF
-
- USES_CONTROLS=1
- fi
-fi
-
-if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
- cat >>confdefs.h <<\_ACEOF
-#define wxUSE_TOOLBAR_SIMPLE 1
-_ACEOF
-
- wxUSE_TOOLBAR="yes"
- USES_CONTROLS=1
-fi
-
-if test "$wxUSE_TOOLBAR" = "yes"; then
- cat >>confdefs.h <<\_ACEOF
-#define wxUSE_TOOLBAR 1
-_ACEOF
-
- USES_CONTROLS=1
-
- if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
- wxUSE_TOOLBAR_NATIVE="yes"
- fi
-
- if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
- cat >>confdefs.h <<\_ACEOF
-#define wxUSE_TOOLBAR_NATIVE 1
-_ACEOF
-
- USES_CONTROLS=1
- fi
-
- SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
-fi
-
-if test "$wxUSE_TOOLTIPS" = "yes"; then
- if test "$wxUSE_MOTIF" = 1; then
- { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
-echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
- else
- if test "$wxUSE_UNIVERSAL" = "yes"; then
- { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
-echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
- else
- cat >>confdefs.h <<\_ACEOF
-#define wxUSE_TOOLTIPS 1
-_ACEOF
-
- fi
- fi
-fi
-
-if test "$wxUSE_TREECTRL" = "yes"; then
- if test "$wxUSE_IMAGLIST" = "yes"; then
- cat >>confdefs.h <<\_ACEOF
-#define wxUSE_TREECTRL 1
-_ACEOF
-
- USES_CONTROLS=1
- SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
- else
- { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
-echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
- fi
-fi
-
-if test "$wxUSE_POPUPWIN" = "yes"; then
- if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
- { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
-echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
- else
- if test "$wxUSE_PM" = 1; then
- { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
-echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
- else
- cat >>confdefs.h <<\_ACEOF
-#define wxUSE_POPUPWIN 1
-_ACEOF
-
- SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS popup"
-
- USES_CONTROLS=1
- fi
- fi
-fi
-
-if test "$wxUSE_DIALUP_MANAGER" = "yes"; then
- if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
- { echo "$as_me:$LINENO: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&5
-echo "$as_me: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&2;}
- else
- cat >>confdefs.h <<\_ACEOF
-#define wxUSE_DIALUP_MANAGER 1
-_ACEOF
-
- SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
- fi
-fi
-
-if test "$wxUSE_TIPWINDOW" = "yes"; then
- if test "$wxUSE_PM" = 1; then
- { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
-echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
- else
- cat >>confdefs.h <<\_ACEOF
-#define wxUSE_TIPWINDOW 1
-_ACEOF
-
- fi
-fi
-
-if test "$USES_CONTROLS" = 1; then
- cat >>confdefs.h <<\_ACEOF
-#define wxUSE_CONTROLS 1
-_ACEOF
-
-fi
-
-
-if test "$wxUSE_ACCESSIBILITY" = "yes"; then
- cat >>confdefs.h <<\_ACEOF
-#define wxUSE_ACCESSIBILITY 1
-_ACEOF
-
- SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS access"
-fi
-
-if test "$wxUSE_DRAGIMAGE" = "yes"; then
- cat >>confdefs.h <<\_ACEOF
-#define wxUSE_DRAGIMAGE 1
-_ACEOF
-
- SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag"
-fi
-
-if test "$wxUSE_EXCEPTIONS" = "yes"; then
- if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
- { echo "$as_me:$LINENO: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&5
-echo "$as_me: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&2;}
- else
- cat >>confdefs.h <<\_ACEOF
-#define wxUSE_EXCEPTIONS 1
-_ACEOF
-
- SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS except"
- fi
-fi
-
-USE_HTML=0
-if test "$wxUSE_HTML" = "yes"; then
- cat >>confdefs.h <<\_ACEOF
-#define wxUSE_HTML 1
-_ACEOF
-
- USE_HTML=1
- SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
- if test "$wxUSE_MAC" = 1; then
- SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html/htmlctrl"
- fi
-fi
-if test "$wxUSE_WEBKIT" = "yes"; then
- if test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
- old_CPPFLAGS="$CPPFLAGS"
- CPPFLAGS="$CPPFLAGS -x objective-c++"
- echo "$as_me:$LINENO: checking for WebKit/HIWebView.h" >&5
-echo $ECHO_N "checking for WebKit/HIWebView.h... $ECHO_C" >&6
-if test "${ac_cv_header_WebKit_HIWebView_h+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h. */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h. */
-#include <Carbon/Carbon.h>
-
-#include <WebKit/HIWebView.h>
-_ACEOF
-rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>conftest.er1
- ac_status=$?
- grep -v '^ *+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; } &&
- { ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; }; then
- ac_cv_header_WebKit_HIWebView_h=yes
-else
- echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-ac_cv_header_WebKit_HIWebView_h=no
-fi
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-echo "$as_me:$LINENO: result: $ac_cv_header_WebKit_HIWebView_h" >&5
-echo "${ECHO_T}$ac_cv_header_WebKit_HIWebView_h" >&6
-if test $ac_cv_header_WebKit_HIWebView_h = yes; then
-
- cat >>confdefs.h <<\_ACEOF
-#define wxUSE_WEBKIT 1
-_ACEOF
-
- WEBKIT_LINK="-framework WebKit"
-
-else
-
- { echo "$as_me:$LINENO: WARNING: WebKit headers not found; disabling wxWebKit" >&5
-echo "$as_me: WARNING: WebKit headers not found; disabling wxWebKit" >&2;}
- wxUSE_WEBKIT=no
-
-fi
-
-
- CPPFLAGS="$old_CPPFLAGS"
- elif test "$wxUSE_COCOA" = 1; then
- cat >>confdefs.h <<\_ACEOF
-#define wxUSE_WEBKIT 1