#! /bin/sh
-# From configure.in Id: configure.in 47287 2007-07-10 10:28:12Z VZ .
+# From configure.in Id: configure.in 47339 2007-07-11 20:03:11Z VZ .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59 for wxWidgets 2.9.0.
#
--enable-plugins build parts of wxWidgets as loadable components
--enable-official_build official build of wxWidgets (win32 DLL only)
--enable-vendor=VENDOR vendor name (win32 DLL only)
- --disable-all-features disable all optional features to build minimal library
+ --disable-all_features disable all optional features to build minimal library
--enable-universal use wxWidgets GUI controls instead of native ones
--enable-nanox use NanoX
--disable-gtk2 use GTK+ 1.2 instead of 2.0
fi
fi
- echo "$as_me:$LINENO: checking for --${enablestring:-enable}-all-features" >&5
-echo $ECHO_N "checking for --${enablestring:-enable}-all-features... $ECHO_C" >&6
+ echo "$as_me:$LINENO: checking for --${enablestring:-enable}-all_features" >&5
+echo $ECHO_N "checking for --${enablestring:-enable}-all_features... $ECHO_C" >&6
no_cache=0
- # Check whether --enable-all-features or --disable-all-features was given.
+ # Check whether --enable-all_features or --disable-all_features was given.
if test "${enable_all_features+set}" = set; then
enableval="$enable_all_features"
if test "$enableval" = yes; then
- ac_cv_use_all-features='wxUSE_ALL_FEATURES=yes'
+ ac_cv_use_all_features='wxUSE_ALL_FEATURES=yes'
else
- ac_cv_use_all-features='wxUSE_ALL_FEATURES=no'
+ ac_cv_use_all_features='wxUSE_ALL_FEATURES=no'
fi
else
no_cache=1
fi
- ac_cv_use_all-features='wxUSE_ALL_FEATURES=${'DEFAULT_wxUSE_ALL_FEATURES":-$defaultval}"
+ ac_cv_use_all_features='wxUSE_ALL_FEATURES=${'DEFAULT_wxUSE_ALL_FEATURES":-$defaultval}"
fi;
- eval "$ac_cv_use_all-features"
+ eval "$ac_cv_use_all_features"
if test "$no_cache" != 1; then
- echo $ac_cv_use_all-features >> ${wx_arg_cache_file}.tmp
+ echo $ac_cv_use_all_features >> ${wx_arg_cache_file}.tmp
fi
if test x"$enablestring" = xdisable; then
if test "$wxUSE_GUI" = "yes"; then
STD_GUI_LIBS="adv core"
+ BUILT_WX_LIBS="$STD_GUI_LIBS $BUILT_WX_LIBS"
if test "$wxUSE_DEBUGREPORT" = "yes" ; then
STD_GUI_LIBS="qa $STD_GUI_LIBS"
dnl should be used for the options which are enabled by default
dnl - WX_ARG_FEATURE is a version of WX_ARG_ENABLE which should be used for
dnl optional features, i.e. options which should be disabled if
-dnl --disable-all-features is specified (WX_ARG_WITH/WX_ARG_SYS_WITH are
+dnl --disable-all_features is specified (WX_ARG_WITH/WX_ARG_SYS_WITH are
dnl also affected by this)
dnl ---------------------------------------------------------------------------
VENDOR="custom"
fi
-WX_ARG_DISABLE(all-features,[ --disable-all-features disable all optional features to build minimal library], wxUSE_ALL_FEATURES)
+WX_ARG_DISABLE(all_features,[ --disable-all_features disable all optional features to build minimal library], wxUSE_ALL_FEATURES)
dnl ---------------------------------------------------------------------------
dnl port selection
if test "$wxUSE_GUI" = "yes"; then
STD_GUI_LIBS="adv core"
+ BUILT_WX_LIBS="$STD_GUI_LIBS $BUILT_WX_LIBS"
if test "$wxUSE_DEBUGREPORT" = "yes" ; then
STD_GUI_LIBS="qa $STD_GUI_LIBS"