#! /bin/sh
-# From configure.in Id: configure.in 49661 2007-11-05 22:32:45Z VZ .
+# From configure.in Id: configure.in 50303 2007-11-28 06:46:25Z PC .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for wxWidgets 2.9.0.
#
EXTRALIBS
EXTRALIBS_XML
EXTRALIBS_HTML
+EXTRALIBS_MEDIA
EXTRALIBS_GUI
EXTRALIBS_OPENGL
EXTRALIBS_SDL
COND_TOOLKIT_GTK_TOOLKIT_VERSION_2
COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0
+COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_WXUNIV_0
COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1
COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0
COND_TOOLKIT_GTK_USE_GUI_1
--enable-http use wxHTTP (requires wxProtocol
--enable-fileproto use wxFileProto class (requires wxProtocol
--enable-sockets use socket/network classes
+ --enable-ipv6 enable IPv6 support in wxSocket
--enable-ole use OLE classes (Win32 only)
--enable-dataobj use data object classes
--enable-ipc use interprocess communication (wxSocket etc.)
--enable-listbox use wxListBox class
--enable-listctrl use wxListCtrl class
--enable-notebook use wxNotebook class
+ --enable-notifmsg use wxNotificationMessage class
--enable-odcombobox use wxOwnerDrawnComboBox class
--enable-radiobox use wxRadioBox class
--enable-radiobtn use wxRadioButton class
--enable-icocur use Windows ICO and CUR formats
--enable-dccache cache temporary wxDC objects (Win32 only)
--enable-ps-in-msw use PS printing in wxMSW (Win32 only)
- --enable-ownerdrawn use owner drawn controls (Win32 only)
+ --enable-ownerdrawn use owner drawn controls (Win32 and OS/2 only)
--enable-uxtheme enable support for Windows XP themed look (Win32 only)
--enable-wxdib use wxDIB class (Win32 only)
--disable-largefile omit support for large files
-
- wx_arg_cache_file="configarg.cache"
- echo "loading argument cache $wx_arg_cache_file"
- rm -f ${wx_arg_cache_file}.tmp
- touch ${wx_arg_cache_file}.tmp
- touch ${wx_arg_cache_file}
-
-
DEFAULT_wxUSE_ALL_FEATURES=yes
DEFAULT_wxUSE_STD_IOSTREAM=$DEFAULT_STD_FLAG
DEFAULT_wxUSE_ACCESSIBILITY=no
DEFAULT_wxUSE_DATAVIEWCTRL=no
DEFAULT_wxUSE_GRAPHICS_CONTEXT=no
+DEFAULT_wxUSE_IPV6=no
DEFAULT_wxUSE_MEDIACTRL=no
DEFAULT_wxUSE_TAB_DIALOG=no
+DEFAULT_wxUSE_GSTREAMER8=no
DEFAULT_wxUSE_UNICODE_UTF8=auto
DEFAULT_wxUSE_UNICODE_UTF8_LOCALE=no
DEFAULT_wxUSE_OBJC_UNIQUIFYING=no
-for toolkit in $ALL_TOOLKITS; do
- LINE=`grep "wxUSE_$toolkit=" ${wx_arg_cache_file}`
- if test "x$LINE" != "x" ; then
- has_toolkit_in_cache=1
- eval "DEFAULT_$LINE"
- eval "CACHE_$toolkit=1"
-
- LINE=`grep "wx${toolkit}_VERSION=" ${wx_arg_cache_file}`
- if test "x$LINE" != "x" ; then
- eval "DEFAULT_$LINE"
- fi
- fi
-done
-
-
else
wx_cv_use_gui='wxUSE_GUI=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_GUI=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_gui='wxUSE_GUI=${'DEFAULT_wxUSE_GUI":-$defaultval}"
fi
eval "$wx_cv_use_gui"
- if test "x$cache" = xyes; then
- echo "wxUSE_GUI=$wxUSE_GUI" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_GUI = yes; then
else
wx_cv_use_monolithic='wxUSE_MONOLITHIC=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_MONOLITHIC=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_monolithic='wxUSE_MONOLITHIC=${'DEFAULT_wxUSE_MONOLITHIC":-$defaultval}"
fi
eval "$wx_cv_use_monolithic"
- if test "x$cache" = xyes; then
- echo "wxUSE_MONOLITHIC=$wxUSE_MONOLITHIC" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_MONOLITHIC = yes; then
else
wx_cv_use_plugins='wxUSE_PLUGINS=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_PLUGINS=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_plugins='wxUSE_PLUGINS=${'DEFAULT_wxUSE_PLUGINS":-$defaultval}"
fi
eval "$wx_cv_use_plugins"
- if test "x$cache" = xyes; then
- echo "wxUSE_PLUGINS=$wxUSE_PLUGINS" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_PLUGINS = yes; then
else
wx_cv_use_subdirs='wxWITH_SUBDIRS=no'
fi
- cache=yes
else
- LINE=`grep "^wxWITH_SUBDIRS=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_subdirs='wxWITH_SUBDIRS=${'DEFAULT_wxWITH_SUBDIRS":-$defaultval}"
fi
eval "$wx_cv_use_subdirs"
- if test "x$cache" = xyes; then
- echo "wxWITH_SUBDIRS=$wxWITH_SUBDIRS" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$withstring" = xwithout; then
if test $wxWITH_SUBDIRS = yes; then
else
wx_cv_use_official_build='wxUSE_OFFICIAL_BUILD=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_OFFICIAL_BUILD=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_official_build='wxUSE_OFFICIAL_BUILD=${'DEFAULT_wxUSE_OFFICIAL_BUILD":-$defaultval}"
fi
eval "$wx_cv_use_official_build"
- if test "x$cache" = xyes; then
- echo "wxUSE_OFFICIAL_BUILD=$wxUSE_OFFICIAL_BUILD" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_OFFICIAL_BUILD = yes; then
else
wx_cv_use_all_features='wxUSE_ALL_FEATURES=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_ALL_FEATURES=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_all_features='wxUSE_ALL_FEATURES=${'DEFAULT_wxUSE_ALL_FEATURES":-$defaultval}"
fi
eval "$wx_cv_use_all_features"
- if test "x$cache" = xyes; then
- echo "wxUSE_ALL_FEATURES=$wxUSE_ALL_FEATURES" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_ALL_FEATURES = yes; then
else
wx_cv_use_universal='wxUSE_UNIVERSAL=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_UNIVERSAL=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_universal='wxUSE_UNIVERSAL=${'DEFAULT_wxUSE_UNIVERSAL":-$defaultval}"
fi
eval "$wx_cv_use_universal"
- if test "x$cache" = xyes; then
- echo "wxUSE_UNIVERSAL=$wxUSE_UNIVERSAL" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_UNIVERSAL = yes; then
else
wx_cv_use_nanox='wxUSE_NANOX=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_NANOX=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_nanox='wxUSE_NANOX=${'DEFAULT_wxUSE_NANOX":-$defaultval}"
fi
eval "$wx_cv_use_nanox"
- if test "x$cache" = xyes; then
- echo "wxUSE_NANOX=$wxUSE_NANOX" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_NANOX = yes; then
else
wx_cv_use_gpe='wxUSE_GPE=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_GPE=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_gpe='wxUSE_GPE=${'DEFAULT_wxUSE_GPE":-$defaultval}"
fi
eval "$wx_cv_use_gpe"
- if test "x$cache" = xyes; then
- echo "wxUSE_GPE=$wxUSE_GPE" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_GPE = yes; then
echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
{ (exit 1); exit 1; }; }
fi
- cache=yes
else
- LINE=`grep "^wxUSE_LIBPNG=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_libpng='wxUSE_LIBPNG=${'DEFAULT_wxUSE_LIBPNG":-$wxUSE_ALL_FEATURES}"
fi
eval "$wx_cv_use_libpng"
- if test "x$cache" = xyes; then
- echo "wxUSE_LIBPNG=$wxUSE_LIBPNG" >> ${wx_arg_cache_file}.tmp
- fi
if test "$wxUSE_LIBPNG" = yes; then
{ echo "$as_me:$LINENO: result: yes" >&5
echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
{ (exit 1); exit 1; }; }
fi
- cache=yes
else
- LINE=`grep "^wxUSE_LIBJPEG=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_libjpeg='wxUSE_LIBJPEG=${'DEFAULT_wxUSE_LIBJPEG":-$wxUSE_ALL_FEATURES}"
fi
eval "$wx_cv_use_libjpeg"
- if test "x$cache" = xyes; then
- echo "wxUSE_LIBJPEG=$wxUSE_LIBJPEG" >> ${wx_arg_cache_file}.tmp
- fi
if test "$wxUSE_LIBJPEG" = yes; then
{ echo "$as_me:$LINENO: result: yes" >&5
echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
{ (exit 1); exit 1; }; }
fi
- cache=yes
else
- LINE=`grep "^wxUSE_LIBTIFF=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_libtiff='wxUSE_LIBTIFF=${'DEFAULT_wxUSE_LIBTIFF":-$wxUSE_ALL_FEATURES}"
fi
eval "$wx_cv_use_libtiff"
- if test "x$cache" = xyes; then
- echo "wxUSE_LIBTIFF=$wxUSE_LIBTIFF" >> ${wx_arg_cache_file}.tmp
- fi
if test "$wxUSE_LIBTIFF" = yes; then
{ echo "$as_me:$LINENO: result: yes" >&5
echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
{ (exit 1); exit 1; }; }
fi
- cache=yes
else
- LINE=`grep "^wxUSE_LIBXPM=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_libxpm='wxUSE_LIBXPM=${'DEFAULT_wxUSE_LIBXPM":-$wxUSE_ALL_FEATURES}"
fi
eval "$wx_cv_use_libxpm"
- if test "x$cache" = xyes; then
- echo "wxUSE_LIBXPM=$wxUSE_LIBXPM" >> ${wx_arg_cache_file}.tmp
- fi
if test "$wxUSE_LIBXPM" = yes; then
{ echo "$as_me:$LINENO: result: yes" >&5
else
wx_cv_use_libmspack='wxUSE_LIBMSPACK=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_LIBMSPACK=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_libmspack='wxUSE_LIBMSPACK=${'DEFAULT_wxUSE_LIBMSPACK":-$defaultval}"
fi
eval "$wx_cv_use_libmspack"
- if test "x$cache" = xyes; then
- echo "wxUSE_LIBMSPACK=$wxUSE_LIBMSPACK" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$withstring" = xwithout; then
if test $wxUSE_LIBMSPACK = yes; then
else
wx_cv_use_gtkprint='wxUSE_GTKPRINT=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_GTKPRINT=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_gtkprint='wxUSE_GTKPRINT=${'DEFAULT_wxUSE_GTKPRINT":-$defaultval}"
fi
eval "$wx_cv_use_gtkprint"
- if test "x$cache" = xyes; then
- echo "wxUSE_GTKPRINT=$wxUSE_GTKPRINT" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$withstring" = xwithout; then
if test $wxUSE_GTKPRINT = yes; then
else
wx_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_LIBGNOMEPRINT=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=${'DEFAULT_wxUSE_LIBGNOMEPRINT":-$defaultval}"
fi
eval "$wx_cv_use_gnomeprint"
- if test "x$cache" = xyes; then
- echo "wxUSE_LIBGNOMEPRINT=$wxUSE_LIBGNOMEPRINT" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$withstring" = xwithout; then
if test $wxUSE_LIBGNOMEPRINT = yes; then
else
wx_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_LIBGNOMEVFS=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS=${'DEFAULT_wxUSE_LIBGNOMEVFS":-$defaultval}"
fi
eval "$wx_cv_use_gnomevfs"
- if test "x$cache" = xyes; then
- echo "wxUSE_LIBGNOMEVFS=$wxUSE_LIBGNOMEVFS" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$withstring" = xwithout; then
if test $wxUSE_LIBGNOMEVFS = yes; then
else
wx_cv_use_hildon='wxUSE_LIBHILDON=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_LIBHILDON=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_hildon='wxUSE_LIBHILDON=${'DEFAULT_wxUSE_LIBHILDON":-$defaultval}"
fi
eval "$wx_cv_use_hildon"
- if test "x$cache" = xyes; then
- echo "wxUSE_LIBHILDON=$wxUSE_LIBHILDON" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$withstring" = xwithout; then
if test $wxUSE_LIBHILDON = yes; then
else
wx_cv_use_opengl='wxUSE_OPENGL=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_OPENGL=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_opengl='wxUSE_OPENGL=${'DEFAULT_wxUSE_OPENGL":-$defaultval}"
fi
eval "$wx_cv_use_opengl"
- if test "x$cache" = xyes; then
- echo "wxUSE_OPENGL=$wxUSE_OPENGL" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$withstring" = xwithout; then
if test $wxUSE_OPENGL = yes; then
else
wx_cv_use_dmalloc='wxUSE_DMALLOC=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_DMALLOC=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_dmalloc='wxUSE_DMALLOC=${'DEFAULT_wxUSE_DMALLOC":-$defaultval}"
fi
eval "$wx_cv_use_dmalloc"
- if test "x$cache" = xyes; then
- echo "wxUSE_DMALLOC=$wxUSE_DMALLOC" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$withstring" = xwithout; then
if test $wxUSE_DMALLOC = yes; then
else
wx_cv_use_sdl='wxUSE_LIBSDL=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_LIBSDL=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_sdl='wxUSE_LIBSDL=${'DEFAULT_wxUSE_LIBSDL":-$defaultval}"
fi
eval "$wx_cv_use_sdl"
- if test "x$cache" = xyes; then
- echo "wxUSE_LIBSDL=$wxUSE_LIBSDL" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$withstring" = xwithout; then
if test $wxUSE_LIBSDL = yes; then
echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
{ (exit 1); exit 1; }; }
fi
- cache=yes
else
- LINE=`grep "^wxUSE_REGEX=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_regex='wxUSE_REGEX=${'DEFAULT_wxUSE_REGEX":-$wxUSE_ALL_FEATURES}"
fi
eval "$wx_cv_use_regex"
- if test "x$cache" = xyes; then
- echo "wxUSE_REGEX=$wxUSE_REGEX" >> ${wx_arg_cache_file}.tmp
- fi
if test "$wxUSE_REGEX" = yes; then
{ echo "$as_me:$LINENO: result: yes" >&5
echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
{ (exit 1); exit 1; }; }
fi
- cache=yes
else
- LINE=`grep "^wxUSE_ZLIB=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_zlib='wxUSE_ZLIB=${'DEFAULT_wxUSE_ZLIB":-$wxUSE_ALL_FEATURES}"
fi
eval "$wx_cv_use_zlib"
- if test "x$cache" = xyes; then
- echo "wxUSE_ZLIB=$wxUSE_ZLIB" >> ${wx_arg_cache_file}.tmp
- fi
if test "$wxUSE_ZLIB" = yes; then
{ echo "$as_me:$LINENO: result: yes" >&5
echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
{ (exit 1); exit 1; }; }
fi
- cache=yes
else
- LINE=`grep "^wxUSE_EXPAT=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_expat='wxUSE_EXPAT=${'DEFAULT_wxUSE_EXPAT":-$wxUSE_ALL_FEATURES}"
fi
eval "$wx_cv_use_expat"
- if test "x$cache" = xyes; then
- echo "wxUSE_EXPAT=$wxUSE_EXPAT" >> ${wx_arg_cache_file}.tmp
- fi
if test "$wxUSE_EXPAT" = yes; then
{ echo "$as_me:$LINENO: result: yes" >&5
withval=$with_macosx_sdk;
wxUSE_MACOSX_SDK=$withval
wx_cv_use_macosx_sdk="wxUSE_MACOSX_SDK=$withval"
- echo "wxUSE_MACOSX_SDK=$wxUSE_MACOSX_SDK" >> ${wx_arg_cache_file}.tmp
-
-else
-
- # NOTE: Empty string on purpose so that --without-macosx-sdk (thus no)
- # will override --enable-universal_binary's automatic SDK usage.
- wxUSE_MACOSX_SDK=
- LINE=`grep "^wxUSE_MACOSX_SDK=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "$LINE"
- echo "$LINE" >> ${wx_arg_cache_file}.tmp
- fi
fi
withval=$with_macosx_version_min;
wxUSE_MACOSX_VERSION_MIN=$withval
wx_cv_use_macosx_version_min="wxUSE_MACOSX_VERSION_MIN=$withval"
- echo "wxUSE_MACOSX_VERSION_MIN=$wxUSE_MACOSX_VERSION_MIN" >> ${wx_arg_cache_file}.tmp
-
-else
-
- # default "yes" because when not using an SDK it means the same as no
- # but when using an SDK it means to use the SDK version
- wxUSE_MACOSX_VERSION_MIN=yes
- # See if there is a value in the cache
- LINE=`grep "^wxUSE_MACOSX_VERSION_MIN=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "$LINE"
- echo "$LINE" >> ${wx_arg_cache_file}.tmp
- fi
fi
else
wx_cv_use_shared='wxUSE_SHARED=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_SHARED=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_shared='wxUSE_SHARED=${'DEFAULT_wxUSE_SHARED":-$defaultval}"
fi
eval "$wx_cv_use_shared"
- if test "x$cache" = xyes; then
- echo "wxUSE_SHARED=$wxUSE_SHARED" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_SHARED = yes; then
else
wx_cv_use_optimise='wxUSE_OPTIMISE=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_OPTIMISE=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_optimise='wxUSE_OPTIMISE=${'DEFAULT_wxUSE_OPTIMISE":-$defaultval}"
fi
eval "$wx_cv_use_optimise"
- if test "x$cache" = xyes; then
- echo "wxUSE_OPTIMISE=$wxUSE_OPTIMISE" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_OPTIMISE = yes; then
else
wx_cv_use_debug='wxUSE_DEBUG=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_DEBUG=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_debug='wxUSE_DEBUG=${'DEFAULT_wxUSE_DEBUG":-$defaultval}"
fi
eval "$wx_cv_use_debug"
- if test "x$cache" = xyes; then
- echo "wxUSE_DEBUG=$wxUSE_DEBUG" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_DEBUG = yes; then
else
wx_cv_use_stl='wxUSE_STL=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_STL=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_stl='wxUSE_STL=${'DEFAULT_wxUSE_STL":-$defaultval}"
fi
eval "$wx_cv_use_stl"
- if test "x$cache" = xyes; then
- echo "wxUSE_STL=$wxUSE_STL" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_STL = yes; then
else
wx_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_STD_IOSTREAM=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=${'DEFAULT_wxUSE_STD_IOSTREAM":-$defaultval}"
fi
eval "$wx_cv_use_std_iostreams"
- if test "x$cache" = xyes; then
- echo "wxUSE_STD_IOSTREAM=$wxUSE_STD_IOSTREAM" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_STD_IOSTREAM = yes; then
else
wx_cv_use_std_string='wxUSE_STD_STRING=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_STD_STRING=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_std_string='wxUSE_STD_STRING=${'DEFAULT_wxUSE_STD_STRING":-$defaultval}"
fi
eval "$wx_cv_use_std_string"
- if test "x$cache" = xyes; then
- echo "wxUSE_STD_STRING=$wxUSE_STD_STRING" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_STD_STRING = yes; then
else
wx_cv_use_unicode='wxUSE_UNICODE=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_UNICODE=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_unicode='wxUSE_UNICODE=${'DEFAULT_wxUSE_UNICODE":-$defaultval}"
fi
eval "$wx_cv_use_unicode"
- if test "x$cache" = xyes; then
- echo "wxUSE_UNICODE=$wxUSE_UNICODE" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_UNICODE = yes; then
else
wx_cv_use_mslu='wxUSE_UNICODE_MSLU=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_UNICODE_MSLU=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_mslu='wxUSE_UNICODE_MSLU=${'DEFAULT_wxUSE_UNICODE_MSLU":-$defaultval}"
fi
eval "$wx_cv_use_mslu"
- if test "x$cache" = xyes; then
- echo "wxUSE_UNICODE_MSLU=$wxUSE_UNICODE_MSLU" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_UNICODE_MSLU = yes; then
if test "${enable_utf8+set}" = set; then
enableval=$enable_utf8;
wx_cv_use_utf8="wxUSE_UNICODE_UTF8='$enableval'"
- cache=yes
else
- LINE=`grep "^wxUSE_UNICODE_UTF8=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_utf8='wxUSE_UNICODE_UTF8='$DEFAULT_wxUSE_UNICODE_UTF8
fi
eval "$wx_cv_use_utf8"
- if test "x$cache" = xyes; then
- echo "wxUSE_UNICODE_UTF8=$wxUSE_UNICODE_UTF8" >> ${wx_arg_cache_file}.tmp
- fi
{ echo "$as_me:$LINENO: result: $wxUSE_UNICODE_UTF8" >&5
echo "${ECHO_T}$wxUSE_UNICODE_UTF8" >&6; }
else
wx_cv_use_utf8only='wxUSE_UNICODE_UTF8_LOCALE=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_UNICODE_UTF8_LOCALE=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_utf8only='wxUSE_UNICODE_UTF8_LOCALE=${'DEFAULT_wxUSE_UNICODE_UTF8_LOCALE":-$defaultval}"
fi
eval "$wx_cv_use_utf8only"
- if test "x$cache" = xyes; then
- echo "wxUSE_UNICODE_UTF8_LOCALE=$wxUSE_UNICODE_UTF8_LOCALE" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_UNICODE_UTF8_LOCALE = yes; then
else
wx_cv_use_extended_rtti='wxUSE_EXTENDED_RTTI=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_EXTENDED_RTTI=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_extended_rtti='wxUSE_EXTENDED_RTTI=${'DEFAULT_wxUSE_EXTENDED_RTTI":-$defaultval}"
fi
eval "$wx_cv_use_extended_rtti"
- if test "x$cache" = xyes; then
- echo "wxUSE_EXTENDED_RTTI=$wxUSE_EXTENDED_RTTI" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_EXTENDED_RTTI = yes; then
{ echo "$as_me:$LINENO: result: $result" >&5
echo "${ECHO_T}$result" >&6; }
-if test "$USE_OS2" = "1"; then
+if test "$USE_OS2" = 1; then
DEFAULT_wxUSE_OMF=no
enablestring=
else
wx_cv_use_omf='wxUSE_OMF=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_OMF=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_omf='wxUSE_OMF=${'DEFAULT_wxUSE_OMF":-$defaultval}"
fi
eval "$wx_cv_use_omf"
- if test "x$cache" = xyes; then
- echo "wxUSE_OMF=$wxUSE_OMF" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_OMF = yes; then
else
wx_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_DEBUG_FLAG=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_debug_flag='wxUSE_DEBUG_FLAG=${'DEFAULT_wxUSE_DEBUG_FLAG":-$defaultval}"
fi
eval "$wx_cv_use_debug_flag"
- if test "x$cache" = xyes; then
- echo "wxUSE_DEBUG_FLAG=$wxUSE_DEBUG_FLAG" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_DEBUG_FLAG = yes; then
else
wx_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_DEBUG_INFO=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_debug_info='wxUSE_DEBUG_INFO=${'DEFAULT_wxUSE_DEBUG_INFO":-$defaultval}"
fi
eval "$wx_cv_use_debug_info"
- if test "x$cache" = xyes; then
- echo "wxUSE_DEBUG_INFO=$wxUSE_DEBUG_INFO" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_DEBUG_INFO = yes; then
else
wx_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_DEBUG_GDB=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_debug_gdb='wxUSE_DEBUG_GDB=${'DEFAULT_wxUSE_DEBUG_GDB":-$defaultval}"
fi
eval "$wx_cv_use_debug_gdb"
- if test "x$cache" = xyes; then
- echo "wxUSE_DEBUG_GDB=$wxUSE_DEBUG_GDB" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_DEBUG_GDB = yes; then
else
wx_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_DEBUG_CONTEXT=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=${'DEFAULT_wxUSE_DEBUG_CONTEXT":-$defaultval}"
fi
eval "$wx_cv_use_debug_cntxt"
- if test "x$cache" = xyes; then
- echo "wxUSE_DEBUG_CONTEXT=$wxUSE_DEBUG_CONTEXT" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_DEBUG_CONTEXT = yes; then
else
wx_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_MEM_TRACING=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_mem_tracing='wxUSE_MEM_TRACING=${'DEFAULT_wxUSE_MEM_TRACING":-$defaultval}"
fi
eval "$wx_cv_use_mem_tracing"
- if test "x$cache" = xyes; then
- echo "wxUSE_MEM_TRACING=$wxUSE_MEM_TRACING" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_MEM_TRACING = yes; then
else
wx_cv_use_profile='wxUSE_PROFILE=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_PROFILE=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_profile='wxUSE_PROFILE=${'DEFAULT_wxUSE_PROFILE":-$defaultval}"
fi
eval "$wx_cv_use_profile"
- if test "x$cache" = xyes; then
- echo "wxUSE_PROFILE=$wxUSE_PROFILE" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_PROFILE = yes; then
else
wx_cv_use_no_rtti='wxUSE_NO_RTTI=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_NO_RTTI=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_no_rtti='wxUSE_NO_RTTI=${'DEFAULT_wxUSE_NO_RTTI":-$defaultval}"
fi
eval "$wx_cv_use_no_rtti"
- if test "x$cache" = xyes; then
- echo "wxUSE_NO_RTTI=$wxUSE_NO_RTTI" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_NO_RTTI = yes; then
else
wx_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_NO_EXCEPTIONS=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=${'DEFAULT_wxUSE_NO_EXCEPTIONS":-$defaultval}"
fi
eval "$wx_cv_use_no_exceptions"
- if test "x$cache" = xyes; then
- echo "wxUSE_NO_EXCEPTIONS=$wxUSE_NO_EXCEPTIONS" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_NO_EXCEPTIONS = yes; then
else
wx_cv_use_permissive='wxUSE_PERMISSIVE=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_PERMISSIVE=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_permissive='wxUSE_PERMISSIVE=${'DEFAULT_wxUSE_PERMISSIVE":-$defaultval}"
fi
eval "$wx_cv_use_permissive"
- if test "x$cache" = xyes; then
- echo "wxUSE_PERMISSIVE=$wxUSE_PERMISSIVE" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_PERMISSIVE = yes; then
else
wx_cv_use_no_deps='wxUSE_NO_DEPS=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_NO_DEPS=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_no_deps='wxUSE_NO_DEPS=${'DEFAULT_wxUSE_NO_DEPS":-$defaultval}"
fi
eval "$wx_cv_use_no_deps"
- if test "x$cache" = xyes; then
- echo "wxUSE_NO_DEPS=$wxUSE_NO_DEPS" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_NO_DEPS = yes; then
else
wx_cv_use_vararg_macros='wxUSE_VARARG_MACROS=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_VARARG_MACROS=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_vararg_macros='wxUSE_VARARG_MACROS=${'DEFAULT_wxUSE_VARARG_MACROS":-$defaultval}"
fi
eval "$wx_cv_use_vararg_macros"
- if test "x$cache" = xyes; then
- echo "wxUSE_VARARG_MACROS=$wxUSE_VARARG_MACROS" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_VARARG_MACROS = yes; then
if test "${enable_universal_binary+set}" = set; then
enableval=$enable_universal_binary;
wx_cv_use_universal_binary="wxUSE_UNIVERSAL_BINARY='$enableval'"
- cache=yes
else
- LINE=`grep "^wxUSE_UNIVERSAL_BINARY=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_universal_binary='wxUSE_UNIVERSAL_BINARY='$DEFAULT_wxUSE_UNIVERSAL_BINARY
fi
eval "$wx_cv_use_universal_binary"
- if test "x$cache" = xyes; then
- echo "wxUSE_UNIVERSAL_BINARY=$wxUSE_UNIVERSAL_BINARY" >> ${wx_arg_cache_file}.tmp
- fi
{ echo "$as_me:$LINENO: result: $wxUSE_UNIVERSAL_BINARY" >&5
echo "${ECHO_T}$wxUSE_UNIVERSAL_BINARY" >&6; }
else
wx_cv_use_compat26='WXWIN_COMPATIBILITY_2_6=no'
fi
- cache=yes
else
- LINE=`grep "^WXWIN_COMPATIBILITY_2_6=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_compat26='WXWIN_COMPATIBILITY_2_6=${'DEFAULT_WXWIN_COMPATIBILITY_2_6":-$defaultval}"
fi
eval "$wx_cv_use_compat26"
- if test "x$cache" = xyes; then
- echo "WXWIN_COMPATIBILITY_2_6=$WXWIN_COMPATIBILITY_2_6" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $WXWIN_COMPATIBILITY_2_6 = yes; then
else
wx_cv_use_compat28='WXWIN_COMPATIBILITY_2_8=no'
fi
- cache=yes
else
- LINE=`grep "^WXWIN_COMPATIBILITY_2_8=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_compat28='WXWIN_COMPATIBILITY_2_8=${'DEFAULT_WXWIN_COMPATIBILITY_2_8":-$defaultval}"
fi
eval "$wx_cv_use_compat28"
- if test "x$cache" = xyes; then
- echo "WXWIN_COMPATIBILITY_2_8=$WXWIN_COMPATIBILITY_2_8" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $WXWIN_COMPATIBILITY_2_8 = yes; then
else
wx_cv_use_rpath='wxUSE_RPATH=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_RPATH=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_rpath='wxUSE_RPATH=${'DEFAULT_wxUSE_RPATH":-$defaultval}"
fi
eval "$wx_cv_use_rpath"
- if test "x$cache" = xyes; then
- echo "wxUSE_RPATH=$wxUSE_RPATH" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_RPATH = yes; then
else
wx_cv_use_objc_uniquifying='wxUSE_OBJC_UNIQUIFYING=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_OBJC_UNIQUIFYING=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_objc_uniquifying='wxUSE_OBJC_UNIQUIFYING=${'DEFAULT_wxUSE_OBJC_UNIQUIFYING":-$defaultval}"
fi
eval "$wx_cv_use_objc_uniquifying"
- if test "x$cache" = xyes; then
- echo "wxUSE_OBJC_UNIQUIFYING=$wxUSE_OBJC_UNIQUIFYING" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_OBJC_UNIQUIFYING = yes; then
else
wx_cv_use_visibility='wxUSE_VISIBILITY=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_VISIBILITY=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_visibility='wxUSE_VISIBILITY=${'DEFAULT_wxUSE_VISIBILITY":-$defaultval}"
fi
eval "$wx_cv_use_visibility"
- if test "x$cache" = xyes; then
- echo "wxUSE_VISIBILITY=$wxUSE_VISIBILITY" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_VISIBILITY = yes; then
else
wx_cv_use_intl='wxUSE_INTL=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_INTL=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_intl='wxUSE_INTL=${'DEFAULT_wxUSE_INTL":-$defaultval}"
fi
eval "$wx_cv_use_intl"
- if test "x$cache" = xyes; then
- echo "wxUSE_INTL=$wxUSE_INTL" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_INTL = yes; then
else
wx_cv_use_config='wxUSE_CONFIG=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_CONFIG=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_config='wxUSE_CONFIG=${'DEFAULT_wxUSE_CONFIG":-$defaultval}"
fi
eval "$wx_cv_use_config"
- if test "x$cache" = xyes; then
- echo "wxUSE_CONFIG=$wxUSE_CONFIG" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_CONFIG = yes; then
else
wx_cv_use_protocols='wxUSE_PROTOCOL=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_PROTOCOL=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_protocols='wxUSE_PROTOCOL=${'DEFAULT_wxUSE_PROTOCOL":-$defaultval}"
fi
eval "$wx_cv_use_protocols"
- if test "x$cache" = xyes; then
- echo "wxUSE_PROTOCOL=$wxUSE_PROTOCOL" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_PROTOCOL = yes; then
else
wx_cv_use_ftp='wxUSE_PROTOCOL_FTP=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_PROTOCOL_FTP=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_ftp='wxUSE_PROTOCOL_FTP=${'DEFAULT_wxUSE_PROTOCOL_FTP":-$defaultval}"
fi
eval "$wx_cv_use_ftp"
- if test "x$cache" = xyes; then
- echo "wxUSE_PROTOCOL_FTP=$wxUSE_PROTOCOL_FTP" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_PROTOCOL_FTP = yes; then
else
wx_cv_use_http='wxUSE_PROTOCOL_HTTP=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_PROTOCOL_HTTP=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_http='wxUSE_PROTOCOL_HTTP=${'DEFAULT_wxUSE_PROTOCOL_HTTP":-$defaultval}"
fi
eval "$wx_cv_use_http"
- if test "x$cache" = xyes; then
- echo "wxUSE_PROTOCOL_HTTP=$wxUSE_PROTOCOL_HTTP" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_PROTOCOL_HTTP = yes; then
else
wx_cv_use_fileproto='wxUSE_PROTOCOL_FILE=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_PROTOCOL_FILE=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_fileproto='wxUSE_PROTOCOL_FILE=${'DEFAULT_wxUSE_PROTOCOL_FILE":-$defaultval}"
fi
eval "$wx_cv_use_fileproto"
- if test "x$cache" = xyes; then
- echo "wxUSE_PROTOCOL_FILE=$wxUSE_PROTOCOL_FILE" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_PROTOCOL_FILE = yes; then
else
wx_cv_use_sockets='wxUSE_SOCKETS=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_SOCKETS=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_sockets='wxUSE_SOCKETS=${'DEFAULT_wxUSE_SOCKETS":-$defaultval}"
fi
eval "$wx_cv_use_sockets"
- if test "x$cache" = xyes; then
- echo "wxUSE_SOCKETS=$wxUSE_SOCKETS" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_SOCKETS = yes; then
echo "${ECHO_T}$result" >&6; }
+ enablestring=
+ defaultval=$wxUSE_ALL_FEATURES
+ if test -z "$defaultval"; then
+ if test x"$enablestring" = xdisable; then
+ defaultval=yes
+ else
+ defaultval=no
+ fi
+ fi
+
+ { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ipv6" >&5
+echo $ECHO_N "checking for --${enablestring:-enable}-ipv6... $ECHO_C" >&6; }
+ # Check whether --enable-ipv6 was given.
+if test "${enable_ipv6+set}" = set; then
+ enableval=$enable_ipv6;
+ if test "$enableval" = yes; then
+ wx_cv_use_ipv6='wxUSE_IPV6=yes'
+ else
+ wx_cv_use_ipv6='wxUSE_IPV6=no'
+ fi
+
+else
+
+ wx_cv_use_ipv6='wxUSE_IPV6=${'DEFAULT_wxUSE_IPV6":-$defaultval}"
+
+fi
+
+
+ eval "$wx_cv_use_ipv6"
+
+ if test x"$enablestring" = xdisable; then
+ if test $wxUSE_IPV6 = yes; then
+ result=no
+ else
+ result=yes
+ fi
+ else
+ result=$wxUSE_IPV6
+ fi
+
+ { echo "$as_me:$LINENO: result: $result" >&5
+echo "${ECHO_T}$result" >&6; }
+
+
enablestring=
defaultval=$wxUSE_ALL_FEATURES
if test -z "$defaultval"; then
else
wx_cv_use_ole='wxUSE_OLE=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_OLE=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_ole='wxUSE_OLE=${'DEFAULT_wxUSE_OLE":-$defaultval}"
fi
eval "$wx_cv_use_ole"
- if test "x$cache" = xyes; then
- echo "wxUSE_OLE=$wxUSE_OLE" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_OLE = yes; then
else
wx_cv_use_dataobj='wxUSE_DATAOBJ=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_DATAOBJ=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_dataobj='wxUSE_DATAOBJ=${'DEFAULT_wxUSE_DATAOBJ":-$defaultval}"
fi
eval "$wx_cv_use_dataobj"
- if test "x$cache" = xyes; then
- echo "wxUSE_DATAOBJ=$wxUSE_DATAOBJ" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_DATAOBJ = yes; then
else
wx_cv_use_ipc='wxUSE_IPC=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_IPC=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_ipc='wxUSE_IPC=${'DEFAULT_wxUSE_IPC":-$defaultval}"
fi
eval "$wx_cv_use_ipc"
- if test "x$cache" = xyes; then
- echo "wxUSE_IPC=$wxUSE_IPC" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_IPC = yes; then
else
wx_cv_use_baseevtloop='wxUSE_CONSOLE_EVENTLOOP=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_CONSOLE_EVENTLOOP=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_baseevtloop='wxUSE_CONSOLE_EVENTLOOP=${'DEFAULT_wxUSE_CONSOLE_EVENTLOOP":-$defaultval}"
fi
eval "$wx_cv_use_baseevtloop"
- if test "x$cache" = xyes; then
- echo "wxUSE_CONSOLE_EVENTLOOP=$wxUSE_CONSOLE_EVENTLOOP" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_CONSOLE_EVENTLOOP = yes; then
else
wx_cv_use_epollloop='wxUSE_EPOLL_DISPATCHER=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_EPOLL_DISPATCHER=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_epollloop='wxUSE_EPOLL_DISPATCHER=${'DEFAULT_wxUSE_EPOLL_DISPATCHER":-$defaultval}"
fi
eval "$wx_cv_use_epollloop"
- if test "x$cache" = xyes; then
- echo "wxUSE_EPOLL_DISPATCHER=$wxUSE_EPOLL_DISPATCHER" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_EPOLL_DISPATCHER = yes; then
else
wx_cv_use_selectloop='wxUSE_SELECT_DISPATCHER=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_SELECT_DISPATCHER=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_selectloop='wxUSE_SELECT_DISPATCHER=${'DEFAULT_wxUSE_SELECT_DISPATCHER":-$defaultval}"
fi
eval "$wx_cv_use_selectloop"
- if test "x$cache" = xyes; then
- echo "wxUSE_SELECT_DISPATCHER=$wxUSE_SELECT_DISPATCHER" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_SELECT_DISPATCHER = yes; then
else
wx_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_APPLE_IEEE=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_apple_ieee='wxUSE_APPLE_IEEE=${'DEFAULT_wxUSE_APPLE_IEEE":-$defaultval}"
fi
eval "$wx_cv_use_apple_ieee"
- if test "x$cache" = xyes; then
- echo "wxUSE_APPLE_IEEE=$wxUSE_APPLE_IEEE" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_APPLE_IEEE = yes; then
else
wx_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_ARCHIVE_STREAMS=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=${'DEFAULT_wxUSE_ARCHIVE_STREAMS":-$defaultval}"
fi
eval "$wx_cv_use_arcstream"
- if test "x$cache" = xyes; then
- echo "wxUSE_ARCHIVE_STREAMS=$wxUSE_ARCHIVE_STREAMS" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_ARCHIVE_STREAMS = yes; then
else
wx_cv_use_base64='wxUSE_BASE64=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_BASE64=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_base64='wxUSE_BASE64=${'DEFAULT_wxUSE_BASE64":-$defaultval}"
fi
eval "$wx_cv_use_base64"
- if test "x$cache" = xyes; then
- echo "wxUSE_BASE64=$wxUSE_BASE64" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_BASE64 = yes; then
else
wx_cv_use_backtrace='wxUSE_STACKWALKER=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_STACKWALKER=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_backtrace='wxUSE_STACKWALKER=${'DEFAULT_wxUSE_STACKWALKER":-$defaultval}"
fi
eval "$wx_cv_use_backtrace"
- if test "x$cache" = xyes; then
- echo "wxUSE_STACKWALKER=$wxUSE_STACKWALKER" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_STACKWALKER = yes; then
else
wx_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_ON_FATAL_EXCEPTION=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=${'DEFAULT_wxUSE_ON_FATAL_EXCEPTION":-$defaultval}"
fi
eval "$wx_cv_use_catch_segvs"
- if test "x$cache" = xyes; then
- echo "wxUSE_ON_FATAL_EXCEPTION=$wxUSE_ON_FATAL_EXCEPTION" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_ON_FATAL_EXCEPTION = yes; then
else
wx_cv_use_cmdline='wxUSE_CMDLINE_PARSER=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_CMDLINE_PARSER=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_cmdline='wxUSE_CMDLINE_PARSER=${'DEFAULT_wxUSE_CMDLINE_PARSER":-$defaultval}"
fi
eval "$wx_cv_use_cmdline"
- if test "x$cache" = xyes; then
- echo "wxUSE_CMDLINE_PARSER=$wxUSE_CMDLINE_PARSER" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_CMDLINE_PARSER = yes; then
else
wx_cv_use_datetime='wxUSE_DATETIME=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_DATETIME=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_datetime='wxUSE_DATETIME=${'DEFAULT_wxUSE_DATETIME":-$defaultval}"
fi
eval "$wx_cv_use_datetime"
- if test "x$cache" = xyes; then
- echo "wxUSE_DATETIME=$wxUSE_DATETIME" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_DATETIME = yes; then
else
wx_cv_use_debugreport='wxUSE_DEBUGREPORT=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_DEBUGREPORT=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_debugreport='wxUSE_DEBUGREPORT=${'DEFAULT_wxUSE_DEBUGREPORT":-$defaultval}"
fi
eval "$wx_cv_use_debugreport"
- if test "x$cache" = xyes; then
- echo "wxUSE_DEBUGREPORT=$wxUSE_DEBUGREPORT" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_DEBUGREPORT = yes; then
else
wx_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_DIALUP_MANAGER=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_dialupman='wxUSE_DIALUP_MANAGER=${'DEFAULT_wxUSE_DIALUP_MANAGER":-$defaultval}"
fi
eval "$wx_cv_use_dialupman"
- if test "x$cache" = xyes; then
- echo "wxUSE_DIALUP_MANAGER=$wxUSE_DIALUP_MANAGER" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_DIALUP_MANAGER = yes; then
else
wx_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_DYNLIB_CLASS=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_dynlib='wxUSE_DYNLIB_CLASS=${'DEFAULT_wxUSE_DYNLIB_CLASS":-$defaultval}"
fi
eval "$wx_cv_use_dynlib"
- if test "x$cache" = xyes; then
- echo "wxUSE_DYNLIB_CLASS=$wxUSE_DYNLIB_CLASS" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_DYNLIB_CLASS = yes; then
else
wx_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_DYNAMIC_LOADER=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=${'DEFAULT_wxUSE_DYNAMIC_LOADER":-$defaultval}"
fi
eval "$wx_cv_use_dynamicloader"
- if test "x$cache" = xyes; then
- echo "wxUSE_DYNAMIC_LOADER=$wxUSE_DYNAMIC_LOADER" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_DYNAMIC_LOADER = yes; then
else
wx_cv_use_exceptions='wxUSE_EXCEPTIONS=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_EXCEPTIONS=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_exceptions='wxUSE_EXCEPTIONS=${'DEFAULT_wxUSE_EXCEPTIONS":-$defaultval}"
fi
eval "$wx_cv_use_exceptions"
- if test "x$cache" = xyes; then
- echo "wxUSE_EXCEPTIONS=$wxUSE_EXCEPTIONS" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_EXCEPTIONS = yes; then
else
wx_cv_use_ffile='wxUSE_FFILE=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_FFILE=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_ffile='wxUSE_FFILE=${'DEFAULT_wxUSE_FFILE":-$defaultval}"
fi
eval "$wx_cv_use_ffile"
- if test "x$cache" = xyes; then
- echo "wxUSE_FFILE=$wxUSE_FFILE" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_FFILE = yes; then
else
wx_cv_use_file='wxUSE_FILE=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_FILE=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_file='wxUSE_FILE=${'DEFAULT_wxUSE_FILE":-$defaultval}"
fi
eval "$wx_cv_use_file"
- if test "x$cache" = xyes; then
- echo "wxUSE_FILE=$wxUSE_FILE" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_FILE = yes; then
else
wx_cv_use_filesystem='wxUSE_FILESYSTEM=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_FILESYSTEM=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_filesystem='wxUSE_FILESYSTEM=${'DEFAULT_wxUSE_FILESYSTEM":-$defaultval}"
fi
eval "$wx_cv_use_filesystem"
- if test "x$cache" = xyes; then
- echo "wxUSE_FILESYSTEM=$wxUSE_FILESYSTEM" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_FILESYSTEM = yes; then
else
wx_cv_use_fontenum='wxUSE_FONTENUM=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_FONTENUM=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_fontenum='wxUSE_FONTENUM=${'DEFAULT_wxUSE_FONTENUM":-$defaultval}"
fi
eval "$wx_cv_use_fontenum"
- if test "x$cache" = xyes; then
- echo "wxUSE_FONTENUM=$wxUSE_FONTENUM" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_FONTENUM = yes; then
else
wx_cv_use_fontmap='wxUSE_FONTMAP=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_FONTMAP=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_fontmap='wxUSE_FONTMAP=${'DEFAULT_wxUSE_FONTMAP":-$defaultval}"
fi
eval "$wx_cv_use_fontmap"
- if test "x$cache" = xyes; then
- echo "wxUSE_FONTMAP=$wxUSE_FONTMAP" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_FONTMAP = yes; then
else
wx_cv_use_fs_archive='wxUSE_FS_ARCHIVE=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_FS_ARCHIVE=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_fs_archive='wxUSE_FS_ARCHIVE=${'DEFAULT_wxUSE_FS_ARCHIVE":-$defaultval}"
fi
eval "$wx_cv_use_fs_archive"
- if test "x$cache" = xyes; then
- echo "wxUSE_FS_ARCHIVE=$wxUSE_FS_ARCHIVE" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_FS_ARCHIVE = yes; then
else
wx_cv_use_fs_inet='wxUSE_FS_INET=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_FS_INET=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_fs_inet='wxUSE_FS_INET=${'DEFAULT_wxUSE_FS_INET":-$defaultval}"
fi
eval "$wx_cv_use_fs_inet"
- if test "x$cache" = xyes; then
- echo "wxUSE_FS_INET=$wxUSE_FS_INET" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_FS_INET = yes; then
else
wx_cv_use_fs_zip='wxUSE_FS_ZIP=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_FS_ZIP=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_fs_zip='wxUSE_FS_ZIP=${'DEFAULT_wxUSE_FS_ZIP":-$defaultval}"
fi
eval "$wx_cv_use_fs_zip"
- if test "x$cache" = xyes; then
- echo "wxUSE_FS_ZIP=$wxUSE_FS_ZIP" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_FS_ZIP = yes; then
else
wx_cv_use_geometry='wxUSE_GEOMETRY=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_GEOMETRY=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_geometry='wxUSE_GEOMETRY=${'DEFAULT_wxUSE_GEOMETRY":-$defaultval}"
fi
eval "$wx_cv_use_geometry"
- if test "x$cache" = xyes; then
- echo "wxUSE_GEOMETRY=$wxUSE_GEOMETRY" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_GEOMETRY = yes; then
else
wx_cv_use_log='wxUSE_LOG=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_LOG=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_log='wxUSE_LOG=${'DEFAULT_wxUSE_LOG":-$defaultval}"
fi
eval "$wx_cv_use_log"
- if test "x$cache" = xyes; then
- echo "wxUSE_LOG=$wxUSE_LOG" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_LOG = yes; then
else
wx_cv_use_longlong='wxUSE_LONGLONG=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_LONGLONG=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_longlong='wxUSE_LONGLONG=${'DEFAULT_wxUSE_LONGLONG":-$defaultval}"
fi
eval "$wx_cv_use_longlong"
- if test "x$cache" = xyes; then
- echo "wxUSE_LONGLONG=$wxUSE_LONGLONG" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_LONGLONG = yes; then
else
wx_cv_use_mimetype='wxUSE_MIMETYPE=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_MIMETYPE=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_mimetype='wxUSE_MIMETYPE=${'DEFAULT_wxUSE_MIMETYPE":-$defaultval}"
fi
eval "$wx_cv_use_mimetype"
- if test "x$cache" = xyes; then
- echo "wxUSE_MIMETYPE=$wxUSE_MIMETYPE" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_MIMETYPE = yes; then
else
wx_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_SNGLINST_CHECKER=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=${'DEFAULT_wxUSE_SNGLINST_CHECKER":-$defaultval}"
fi
eval "$wx_cv_use_snglinst"
- if test "x$cache" = xyes; then
- echo "wxUSE_SNGLINST_CHECKER=$wxUSE_SNGLINST_CHECKER" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_SNGLINST_CHECKER = yes; then
else
wx_cv_use_stdpaths='wxUSE_STDPATHS=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_STDPATHS=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_stdpaths='wxUSE_STDPATHS=${'DEFAULT_wxUSE_STDPATHS":-$defaultval}"
fi
eval "$wx_cv_use_stdpaths"
- if test "x$cache" = xyes; then
- echo "wxUSE_STDPATHS=$wxUSE_STDPATHS" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_STDPATHS = yes; then
else
wx_cv_use_stopwatch='wxUSE_STOPWATCH=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_STOPWATCH=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_stopwatch='wxUSE_STOPWATCH=${'DEFAULT_wxUSE_STOPWATCH":-$defaultval}"
fi
eval "$wx_cv_use_stopwatch"
- if test "x$cache" = xyes; then
- echo "wxUSE_STOPWATCH=$wxUSE_STOPWATCH" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_STOPWATCH = yes; then
else
wx_cv_use_streams='wxUSE_STREAMS=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_STREAMS=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_streams='wxUSE_STREAMS=${'DEFAULT_wxUSE_STREAMS":-$defaultval}"
fi
eval "$wx_cv_use_streams"
- if test "x$cache" = xyes; then
- echo "wxUSE_STREAMS=$wxUSE_STREAMS" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_STREAMS = yes; then
else
wx_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_SYSTEM_OPTIONS=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=${'DEFAULT_wxUSE_SYSTEM_OPTIONS":-$defaultval}"
fi
eval "$wx_cv_use_system_options"
- if test "x$cache" = xyes; then
- echo "wxUSE_SYSTEM_OPTIONS=$wxUSE_SYSTEM_OPTIONS" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_SYSTEM_OPTIONS = yes; then
else
wx_cv_use_tarstream='wxUSE_TARSTREAM=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_TARSTREAM=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_tarstream='wxUSE_TARSTREAM=${'DEFAULT_wxUSE_TARSTREAM":-$defaultval}"
fi
eval "$wx_cv_use_tarstream"
- if test "x$cache" = xyes; then
- echo "wxUSE_TARSTREAM=$wxUSE_TARSTREAM" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_TARSTREAM = yes; then
else
wx_cv_use_textbuf='wxUSE_TEXTBUFFER=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_TEXTBUFFER=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_textbuf='wxUSE_TEXTBUFFER=${'DEFAULT_wxUSE_TEXTBUFFER":-$defaultval}"
fi
eval "$wx_cv_use_textbuf"
- if test "x$cache" = xyes; then
- echo "wxUSE_TEXTBUFFER=$wxUSE_TEXTBUFFER" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_TEXTBUFFER = yes; then
else
wx_cv_use_textfile='wxUSE_TEXTFILE=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_TEXTFILE=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_textfile='wxUSE_TEXTFILE=${'DEFAULT_wxUSE_TEXTFILE":-$defaultval}"
fi
eval "$wx_cv_use_textfile"
- if test "x$cache" = xyes; then
- echo "wxUSE_TEXTFILE=$wxUSE_TEXTFILE" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_TEXTFILE = yes; then
else
wx_cv_use_timer='wxUSE_TIMER=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_TIMER=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_timer='wxUSE_TIMER=${'DEFAULT_wxUSE_TIMER":-$defaultval}"
fi
eval "$wx_cv_use_timer"
- if test "x$cache" = xyes; then
- echo "wxUSE_TIMER=$wxUSE_TIMER" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_TIMER = yes; then
else
wx_cv_use_sound='wxUSE_SOUND=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_SOUND=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_sound='wxUSE_SOUND=${'DEFAULT_wxUSE_SOUND":-$defaultval}"
fi
eval "$wx_cv_use_sound"
- if test "x$cache" = xyes; then
- echo "wxUSE_SOUND=$wxUSE_SOUND" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_SOUND = yes; then
else
wx_cv_use_mediactrl='wxUSE_MEDIACTRL=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_MEDIACTRL=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_mediactrl='wxUSE_MEDIACTRL=${'DEFAULT_wxUSE_MEDIACTRL":-$defaultval}"
fi
eval "$wx_cv_use_mediactrl"
- if test "x$cache" = xyes; then
- echo "wxUSE_MEDIACTRL=$wxUSE_MEDIACTRL" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_MEDIACTRL = yes; then
else
wx_cv_use_gstreamer8='wxUSE_GSTREAMER8=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_GSTREAMER8=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_gstreamer8='wxUSE_GSTREAMER8=${'DEFAULT_wxUSE_GSTREAMER8":-$defaultval}"
fi
eval "$wx_cv_use_gstreamer8"
- if test "x$cache" = xyes; then
- echo "wxUSE_GSTREAMER8=$wxUSE_GSTREAMER8" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_GSTREAMER8 = yes; then
else
wx_cv_use_printfposparam='wxUSE_PRINTF_POS_PARAMS=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_PRINTF_POS_PARAMS=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_printfposparam='wxUSE_PRINTF_POS_PARAMS=${'DEFAULT_wxUSE_PRINTF_POS_PARAMS":-$defaultval}"
fi
eval "$wx_cv_use_printfposparam"
- if test "x$cache" = xyes; then
- echo "wxUSE_PRINTF_POS_PARAMS=$wxUSE_PRINTF_POS_PARAMS" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_PRINTF_POS_PARAMS = yes; then
else
wx_cv_use_zipstream='wxUSE_ZIPSTREAM=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_ZIPSTREAM=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_zipstream='wxUSE_ZIPSTREAM=${'DEFAULT_wxUSE_ZIPSTREAM":-$defaultval}"
fi
eval "$wx_cv_use_zipstream"
- if test "x$cache" = xyes; then
- echo "wxUSE_ZIPSTREAM=$wxUSE_ZIPSTREAM" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_ZIPSTREAM = yes; then
else
wx_cv_use_url='wxUSE_URL=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_URL=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_url='wxUSE_URL=${'DEFAULT_wxUSE_URL":-$defaultval}"
fi
eval "$wx_cv_use_url"
- if test "x$cache" = xyes; then
- echo "wxUSE_URL=$wxUSE_URL" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_URL = yes; then
else
wx_cv_use_variant='wxUSE_VARIANT=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_VARIANT=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_variant='wxUSE_VARIANT=${'DEFAULT_wxUSE_VARIANT":-$defaultval}"
fi
eval "$wx_cv_use_variant"
- if test "x$cache" = xyes; then
- echo "wxUSE_VARIANT=$wxUSE_VARIANT" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_VARIANT = yes; then
else
wx_cv_use_protocol='wxUSE_PROTOCOL=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_PROTOCOL=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_protocol='wxUSE_PROTOCOL=${'DEFAULT_wxUSE_PROTOCOL":-$defaultval}"
fi
eval "$wx_cv_use_protocol"
- if test "x$cache" = xyes; then
- echo "wxUSE_PROTOCOL=$wxUSE_PROTOCOL" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_PROTOCOL = yes; then
else
wx_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_PROTOCOL_HTTP=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=${'DEFAULT_wxUSE_PROTOCOL_HTTP":-$defaultval}"
fi
eval "$wx_cv_use_protocol_http"
- if test "x$cache" = xyes; then
- echo "wxUSE_PROTOCOL_HTTP=$wxUSE_PROTOCOL_HTTP" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_PROTOCOL_HTTP = yes; then
else
wx_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_PROTOCOL_FTP=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=${'DEFAULT_wxUSE_PROTOCOL_FTP":-$defaultval}"
fi
eval "$wx_cv_use_protocol_ftp"
- if test "x$cache" = xyes; then
- echo "wxUSE_PROTOCOL_FTP=$wxUSE_PROTOCOL_FTP" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_PROTOCOL_FTP = yes; then
else
wx_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_PROTOCOL_FILE=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=${'DEFAULT_wxUSE_PROTOCOL_FILE":-$defaultval}"
fi
eval "$wx_cv_use_protocol_file"
- if test "x$cache" = xyes; then
- echo "wxUSE_PROTOCOL_FILE=$wxUSE_PROTOCOL_FILE" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_PROTOCOL_FILE = yes; then
else
wx_cv_use_threads='wxUSE_THREADS=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_THREADS=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_threads='wxUSE_THREADS=${'DEFAULT_wxUSE_THREADS":-$defaultval}"
fi
eval "$wx_cv_use_threads"
- if test "x$cache" = xyes; then
- echo "wxUSE_THREADS=$wxUSE_THREADS" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_THREADS = yes; then
else
wx_cv_use_iniconf='wxUSE_INICONF=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_INICONF=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_iniconf='wxUSE_INICONF=${'DEFAULT_wxUSE_INICONF":-$defaultval}"
fi
eval "$wx_cv_use_iniconf"
- if test "x$cache" = xyes; then
- echo "wxUSE_INICONF=$wxUSE_INICONF" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_INICONF = yes; then
else
wx_cv_use_regkey='wxUSE_REGKEY=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_REGKEY=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_regkey='wxUSE_REGKEY=${'DEFAULT_wxUSE_REGKEY":-$defaultval}"
fi
eval "$wx_cv_use_regkey"
- if test "x$cache" = xyes; then
- echo "wxUSE_REGKEY=$wxUSE_REGKEY" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_REGKEY = yes; then
else
wx_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_DOC_VIEW_ARCHITECTURE=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=${'DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE":-$defaultval}"
fi
eval "$wx_cv_use_docview"
- if test "x$cache" = xyes; then
- echo "wxUSE_DOC_VIEW_ARCHITECTURE=$wxUSE_DOC_VIEW_ARCHITECTURE" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_DOC_VIEW_ARCHITECTURE = yes; then
else
wx_cv_use_help='wxUSE_HELP=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_HELP=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_help='wxUSE_HELP=${'DEFAULT_wxUSE_HELP":-$defaultval}"
fi
eval "$wx_cv_use_help"
- if test "x$cache" = xyes; then
- echo "wxUSE_HELP=$wxUSE_HELP" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_HELP = yes; then
else
wx_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_MS_HTML_HELP=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=${'DEFAULT_wxUSE_MS_HTML_HELP":-$defaultval}"
fi
eval "$wx_cv_use_mshtmlhelp"
- if test "x$cache" = xyes; then
- echo "wxUSE_MS_HTML_HELP=$wxUSE_MS_HTML_HELP" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_MS_HTML_HELP = yes; then
else
wx_cv_use_html='wxUSE_HTML=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_HTML=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_html='wxUSE_HTML=${'DEFAULT_wxUSE_HTML":-$defaultval}"
fi
eval "$wx_cv_use_html"
- if test "x$cache" = xyes; then
- echo "wxUSE_HTML=$wxUSE_HTML" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_HTML = yes; then
else
wx_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_WXHTML_HELP=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_htmlhelp='wxUSE_WXHTML_HELP=${'DEFAULT_wxUSE_WXHTML_HELP":-$defaultval}"
fi
eval "$wx_cv_use_htmlhelp"
- if test "x$cache" = xyes; then
- echo "wxUSE_WXHTML_HELP=$wxUSE_WXHTML_HELP" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_WXHTML_HELP = yes; then
else
wx_cv_use_xrc='wxUSE_XRC=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_XRC=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_xrc='wxUSE_XRC=${'DEFAULT_wxUSE_XRC":-$defaultval}"
fi
eval "$wx_cv_use_xrc"
- if test "x$cache" = xyes; then
- echo "wxUSE_XRC=$wxUSE_XRC" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_XRC = yes; then
else
wx_cv_use_aui='wxUSE_AUI=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_AUI=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_aui='wxUSE_AUI=${'DEFAULT_wxUSE_AUI":-$defaultval}"
fi
eval "$wx_cv_use_aui"
- if test "x$cache" = xyes; then
- echo "wxUSE_AUI=$wxUSE_AUI" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_AUI = yes; then
else
wx_cv_use_stc='wxUSE_STC=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_STC=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_stc='wxUSE_STC=${'DEFAULT_wxUSE_STC":-$defaultval}"
fi
eval "$wx_cv_use_stc"
- if test "x$cache" = xyes; then
- echo "wxUSE_STC=$wxUSE_STC" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_STC = yes; then
else
wx_cv_use_constraints='wxUSE_CONSTRAINTS=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_CONSTRAINTS=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_constraints='wxUSE_CONSTRAINTS=${'DEFAULT_wxUSE_CONSTRAINTS":-$defaultval}"
fi
eval "$wx_cv_use_constraints"
- if test "x$cache" = xyes; then
- echo "wxUSE_CONSTRAINTS=$wxUSE_CONSTRAINTS" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_CONSTRAINTS = yes; then
else
wx_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_PRINTING_ARCHITECTURE=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=${'DEFAULT_wxUSE_PRINTING_ARCHITECTURE":-$defaultval}"
fi
eval "$wx_cv_use_printarch"
- if test "x$cache" = xyes; then
- echo "wxUSE_PRINTING_ARCHITECTURE=$wxUSE_PRINTING_ARCHITECTURE" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_PRINTING_ARCHITECTURE = yes; then
else
wx_cv_use_mdi='wxUSE_MDI=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_MDI=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_mdi='wxUSE_MDI=${'DEFAULT_wxUSE_MDI":-$defaultval}"
fi
eval "$wx_cv_use_mdi"
- if test "x$cache" = xyes; then
- echo "wxUSE_MDI=$wxUSE_MDI" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_MDI = yes; then
else
wx_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_MDI_ARCHITECTURE=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=${'DEFAULT_wxUSE_MDI_ARCHITECTURE":-$defaultval}"
fi
eval "$wx_cv_use_mdidoc"
- if test "x$cache" = xyes; then
- echo "wxUSE_MDI_ARCHITECTURE=$wxUSE_MDI_ARCHITECTURE" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_MDI_ARCHITECTURE = yes; then
else
wx_cv_use_loggui='wxUSE_LOGGUI=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_LOGGUI=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_loggui='wxUSE_LOGGUI=${'DEFAULT_wxUSE_LOGGUI":-$defaultval}"
fi
eval "$wx_cv_use_loggui"
- if test "x$cache" = xyes; then
- echo "wxUSE_LOGGUI=$wxUSE_LOGGUI" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_LOGGUI = yes; then
else
wx_cv_use_logwin='wxUSE_LOGWINDOW=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_LOGWINDOW=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_logwin='wxUSE_LOGWINDOW=${'DEFAULT_wxUSE_LOGWINDOW":-$defaultval}"
fi
eval "$wx_cv_use_logwin"
- if test "x$cache" = xyes; then
- echo "wxUSE_LOGWINDOW=$wxUSE_LOGWINDOW" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_LOGWINDOW = yes; then
else
wx_cv_use_logdialog='wxUSE_LOGDIALOG=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_LOGDIALOG=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_logdialog='wxUSE_LOGDIALOG=${'DEFAULT_wxUSE_LOGDIALOG":-$defaultval}"
fi
eval "$wx_cv_use_logdialog"
- if test "x$cache" = xyes; then
- echo "wxUSE_LOGDIALOG=$wxUSE_LOGDIALOG" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_LOGDIALOG = yes; then
else
wx_cv_use_webkit='wxUSE_WEBKIT=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_WEBKIT=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_webkit='wxUSE_WEBKIT=${'DEFAULT_wxUSE_WEBKIT":-$defaultval}"
fi
eval "$wx_cv_use_webkit"
- if test "x$cache" = xyes; then
- echo "wxUSE_WEBKIT=$wxUSE_WEBKIT" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_WEBKIT = yes; then
else
wx_cv_use_richtext='wxUSE_RICHTEXT=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_RICHTEXT=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_richtext='wxUSE_RICHTEXT=${'DEFAULT_wxUSE_RICHTEXT":-$defaultval}"
fi
eval "$wx_cv_use_richtext"
- if test "x$cache" = xyes; then
- echo "wxUSE_RICHTEXT=$wxUSE_RICHTEXT" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_RICHTEXT = yes; then
else
wx_cv_use_graphics_ctx='wxUSE_GRAPHICS_CONTEXT=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_GRAPHICS_CONTEXT=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_graphics_ctx='wxUSE_GRAPHICS_CONTEXT=${'DEFAULT_wxUSE_GRAPHICS_CONTEXT":-$defaultval}"
fi
eval "$wx_cv_use_graphics_ctx"
- if test "x$cache" = xyes; then
- echo "wxUSE_GRAPHICS_CONTEXT=$wxUSE_GRAPHICS_CONTEXT" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_GRAPHICS_CONTEXT = yes; then
else
wx_cv_use_postscript='wxUSE_POSTSCRIPT=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_POSTSCRIPT=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_postscript='wxUSE_POSTSCRIPT=${'DEFAULT_wxUSE_POSTSCRIPT":-$defaultval}"
fi
eval "$wx_cv_use_postscript"
- if test "x$cache" = xyes; then
- echo "wxUSE_POSTSCRIPT=$wxUSE_POSTSCRIPT" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_POSTSCRIPT = yes; then
else
wx_cv_use_svg='wxUSE_SVG=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_SVG=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_svg='wxUSE_SVG=${'DEFAULT_wxUSE_SVG":-$defaultval}"
fi
eval "$wx_cv_use_svg"
- if test "x$cache" = xyes; then
- echo "wxUSE_SVG=$wxUSE_SVG" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_SVG = yes; then
else
wx_cv_use_clipboard='wxUSE_CLIPBOARD=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_CLIPBOARD=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_clipboard='wxUSE_CLIPBOARD=${'DEFAULT_wxUSE_CLIPBOARD":-$defaultval}"
fi
eval "$wx_cv_use_clipboard"
- if test "x$cache" = xyes; then
- echo "wxUSE_CLIPBOARD=$wxUSE_CLIPBOARD" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_CLIPBOARD = yes; then
else
wx_cv_use_dnd='wxUSE_DRAG_AND_DROP=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_DRAG_AND_DROP=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_dnd='wxUSE_DRAG_AND_DROP=${'DEFAULT_wxUSE_DRAG_AND_DROP":-$defaultval}"
fi
eval "$wx_cv_use_dnd"
- if test "x$cache" = xyes; then
- echo "wxUSE_DRAG_AND_DROP=$wxUSE_DRAG_AND_DROP" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_DRAG_AND_DROP = yes; then
else
wx_cv_use_metafile='wxUSE_METAFILE=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_METAFILE=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_metafile='wxUSE_METAFILE=${'DEFAULT_wxUSE_METAFILE":-$defaultval}"
fi
eval "$wx_cv_use_metafile"
- if test "x$cache" = xyes; then
- echo "wxUSE_METAFILE=$wxUSE_METAFILE" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_METAFILE = yes; then
else
wx_cv_use_controls='wxUSE_CONTROLS=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_CONTROLS=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_controls='wxUSE_CONTROLS=${'DEFAULT_wxUSE_CONTROLS":-$defaultval}"
fi
eval "$wx_cv_use_controls"
- if test "x$cache" = xyes; then
- echo "wxUSE_CONTROLS=$wxUSE_CONTROLS" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_CONTROLS = yes; then
else
wx_cv_use_accel='wxUSE_ACCEL=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_ACCEL=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_accel='wxUSE_ACCEL=${'DEFAULT_wxUSE_ACCEL":-$defaultval}"
fi
eval "$wx_cv_use_accel"
- if test "x$cache" = xyes; then
- echo "wxUSE_ACCEL=$wxUSE_ACCEL" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_ACCEL = yes; then
else
wx_cv_use_animatectrl='wxUSE_ANIMATIONCTRL=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_ANIMATIONCTRL=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_animatectrl='wxUSE_ANIMATIONCTRL=${'DEFAULT_wxUSE_ANIMATIONCTRL":-$defaultval}"
fi
eval "$wx_cv_use_animatectrl"
- if test "x$cache" = xyes; then
- echo "wxUSE_ANIMATIONCTRL=$wxUSE_ANIMATIONCTRL" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_ANIMATIONCTRL = yes; then
else
wx_cv_use_button='wxUSE_BUTTON=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_BUTTON=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_button='wxUSE_BUTTON=${'DEFAULT_wxUSE_BUTTON":-$defaultval}"
fi
eval "$wx_cv_use_button"
- if test "x$cache" = xyes; then
- echo "wxUSE_BUTTON=$wxUSE_BUTTON" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_BUTTON = yes; then
else
wx_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_BMPBUTTON=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_bmpbutton='wxUSE_BMPBUTTON=${'DEFAULT_wxUSE_BMPBUTTON":-$defaultval}"
fi
eval "$wx_cv_use_bmpbutton"
- if test "x$cache" = xyes; then
- echo "wxUSE_BMPBUTTON=$wxUSE_BMPBUTTON" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_BMPBUTTON = yes; then
else
wx_cv_use_bmpcombobox='wxUSE_BITMAPCOMBOBOX=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_BITMAPCOMBOBOX=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_bmpcombobox='wxUSE_BITMAPCOMBOBOX=${'DEFAULT_wxUSE_BITMAPCOMBOBOX":-$defaultval}"
fi
eval "$wx_cv_use_bmpcombobox"
- if test "x$cache" = xyes; then
- echo "wxUSE_BITMAPCOMBOBOX=$wxUSE_BITMAPCOMBOBOX" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_BITMAPCOMBOBOX = yes; then
else
wx_cv_use_calendar='wxUSE_CALCTRL=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_CALCTRL=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_calendar='wxUSE_CALCTRL=${'DEFAULT_wxUSE_CALCTRL":-$defaultval}"
fi
eval "$wx_cv_use_calendar"
- if test "x$cache" = xyes; then
- echo "wxUSE_CALCTRL=$wxUSE_CALCTRL" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_CALCTRL = yes; then
else
wx_cv_use_caret='wxUSE_CARET=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_CARET=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_caret='wxUSE_CARET=${'DEFAULT_wxUSE_CARET":-$defaultval}"
fi
eval "$wx_cv_use_caret"
- if test "x$cache" = xyes; then
- echo "wxUSE_CARET=$wxUSE_CARET" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_CARET = yes; then
else
wx_cv_use_checkbox='wxUSE_CHECKBOX=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_CHECKBOX=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_checkbox='wxUSE_CHECKBOX=${'DEFAULT_wxUSE_CHECKBOX":-$defaultval}"
fi
eval "$wx_cv_use_checkbox"
- if test "x$cache" = xyes; then
- echo "wxUSE_CHECKBOX=$wxUSE_CHECKBOX" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_CHECKBOX = yes; then
else
wx_cv_use_checklst='wxUSE_CHECKLST=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_CHECKLST=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_checklst='wxUSE_CHECKLST=${'DEFAULT_wxUSE_CHECKLST":-$defaultval}"
fi
eval "$wx_cv_use_checklst"
- if test "x$cache" = xyes; then
- echo "wxUSE_CHECKLST=$wxUSE_CHECKLST" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_CHECKLST = yes; then
else
wx_cv_use_choice='wxUSE_CHOICE=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_CHOICE=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_choice='wxUSE_CHOICE=${'DEFAULT_wxUSE_CHOICE":-$defaultval}"
fi
eval "$wx_cv_use_choice"
- if test "x$cache" = xyes; then
- echo "wxUSE_CHOICE=$wxUSE_CHOICE" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_CHOICE = yes; then
else
wx_cv_use_choicebook='wxUSE_CHOICEBOOK=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_CHOICEBOOK=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_choicebook='wxUSE_CHOICEBOOK=${'DEFAULT_wxUSE_CHOICEBOOK":-$defaultval}"
fi
eval "$wx_cv_use_choicebook"
- if test "x$cache" = xyes; then
- echo "wxUSE_CHOICEBOOK=$wxUSE_CHOICEBOOK" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_CHOICEBOOK = yes; then
else
wx_cv_use_collpane='wxUSE_COLLPANE=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_COLLPANE=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_collpane='wxUSE_COLLPANE=${'DEFAULT_wxUSE_COLLPANE":-$defaultval}"
fi
eval "$wx_cv_use_collpane"
- if test "x$cache" = xyes; then
- echo "wxUSE_COLLPANE=$wxUSE_COLLPANE" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_COLLPANE = yes; then
else
wx_cv_use_colourpicker='wxUSE_COLOURPICKERCTRL=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_COLOURPICKERCTRL=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_colourpicker='wxUSE_COLOURPICKERCTRL=${'DEFAULT_wxUSE_COLOURPICKERCTRL":-$defaultval}"
fi
eval "$wx_cv_use_colourpicker"
- if test "x$cache" = xyes; then
- echo "wxUSE_COLOURPICKERCTRL=$wxUSE_COLOURPICKERCTRL" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_COLOURPICKERCTRL = yes; then
else
wx_cv_use_combobox='wxUSE_COMBOBOX=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_COMBOBOX=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_combobox='wxUSE_COMBOBOX=${'DEFAULT_wxUSE_COMBOBOX":-$defaultval}"
fi
eval "$wx_cv_use_combobox"
- if test "x$cache" = xyes; then
- echo "wxUSE_COMBOBOX=$wxUSE_COMBOBOX" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_COMBOBOX = yes; then
else
wx_cv_use_comboctrl='wxUSE_COMBOCTRL=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_COMBOCTRL=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_comboctrl='wxUSE_COMBOCTRL=${'DEFAULT_wxUSE_COMBOCTRL":-$defaultval}"
fi
eval "$wx_cv_use_comboctrl"
- if test "x$cache" = xyes; then
- echo "wxUSE_COMBOCTRL=$wxUSE_COMBOCTRL" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_COMBOCTRL = yes; then
else
wx_cv_use_datepick='wxUSE_DATEPICKCTRL=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_DATEPICKCTRL=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_datepick='wxUSE_DATEPICKCTRL=${'DEFAULT_wxUSE_DATEPICKCTRL":-$defaultval}"
fi
eval "$wx_cv_use_datepick"
- if test "x$cache" = xyes; then
- echo "wxUSE_DATEPICKCTRL=$wxUSE_DATEPICKCTRL" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_DATEPICKCTRL = yes; then
else
wx_cv_use_dirpicker='wxUSE_DIRPICKERCTRL=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_DIRPICKERCTRL=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_dirpicker='wxUSE_DIRPICKERCTRL=${'DEFAULT_wxUSE_DIRPICKERCTRL":-$defaultval}"
fi
eval "$wx_cv_use_dirpicker"
- if test "x$cache" = xyes; then
- echo "wxUSE_DIRPICKERCTRL=$wxUSE_DIRPICKERCTRL" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_DIRPICKERCTRL = yes; then
else
wx_cv_use_display='wxUSE_DISPLAY=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_DISPLAY=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_display='wxUSE_DISPLAY=${'DEFAULT_wxUSE_DISPLAY":-$defaultval}"
fi
eval "$wx_cv_use_display"
- if test "x$cache" = xyes; then
- echo "wxUSE_DISPLAY=$wxUSE_DISPLAY" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_DISPLAY = yes; then
else
wx_cv_use_detect_sm='wxUSE_DETECT_SM=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_DETECT_SM=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_detect_sm='wxUSE_DETECT_SM=${'DEFAULT_wxUSE_DETECT_SM":-$defaultval}"
fi
eval "$wx_cv_use_detect_sm"
- if test "x$cache" = xyes; then
- echo "wxUSE_DETECT_SM=$wxUSE_DETECT_SM" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_DETECT_SM = yes; then
else
wx_cv_use_editablebox='wxUSE_EDITABLELISTBOX=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_EDITABLELISTBOX=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_editablebox='wxUSE_EDITABLELISTBOX=${'DEFAULT_wxUSE_EDITABLELISTBOX":-$defaultval}"
fi
eval "$wx_cv_use_editablebox"
- if test "x$cache" = xyes; then
- echo "wxUSE_EDITABLELISTBOX=$wxUSE_EDITABLELISTBOX" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_EDITABLELISTBOX = yes; then
else
wx_cv_use_filepicker='wxUSE_FILEPICKERCTRL=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_FILEPICKERCTRL=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_filepicker='wxUSE_FILEPICKERCTRL=${'DEFAULT_wxUSE_FILEPICKERCTRL":-$defaultval}"
fi
eval "$wx_cv_use_filepicker"
- if test "x$cache" = xyes; then
- echo "wxUSE_FILEPICKERCTRL=$wxUSE_FILEPICKERCTRL" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_FILEPICKERCTRL = yes; then
else
wx_cv_use_filectrl='wxUSE_FILECTRL=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_FILECTRL=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_filectrl='wxUSE_FILECTRL=${'DEFAULT_wxUSE_FILECTRL":-$defaultval}"
fi
eval "$wx_cv_use_filectrl"
- if test "x$cache" = xyes; then
- echo "wxUSE_FILECTRL=$wxUSE_FILECTRL" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_FILECTRL = yes; then
else
wx_cv_use_fontpicker='wxUSE_FONTPICKERCTRL=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_FONTPICKERCTRL=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_fontpicker='wxUSE_FONTPICKERCTRL=${'DEFAULT_wxUSE_FONTPICKERCTRL":-$defaultval}"
fi
eval "$wx_cv_use_fontpicker"
- if test "x$cache" = xyes; then
- echo "wxUSE_FONTPICKERCTRL=$wxUSE_FONTPICKERCTRL" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_FONTPICKERCTRL = yes; then
else
wx_cv_use_gauge='wxUSE_GAUGE=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_GAUGE=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_gauge='wxUSE_GAUGE=${'DEFAULT_wxUSE_GAUGE":-$defaultval}"
fi
eval "$wx_cv_use_gauge"
- if test "x$cache" = xyes; then
- echo "wxUSE_GAUGE=$wxUSE_GAUGE" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_GAUGE = yes; then
else
wx_cv_use_grid='wxUSE_GRID=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_GRID=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_grid='wxUSE_GRID=${'DEFAULT_wxUSE_GRID":-$defaultval}"
fi
eval "$wx_cv_use_grid"
- if test "x$cache" = xyes; then
- echo "wxUSE_GRID=$wxUSE_GRID" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_GRID = yes; then
else
wx_cv_use_dataviewctrl='wxUSE_DATAVIEWCTRL=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_DATAVIEWCTRL=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_dataviewctrl='wxUSE_DATAVIEWCTRL=${'DEFAULT_wxUSE_DATAVIEWCTRL":-$defaultval}"
fi
eval "$wx_cv_use_dataviewctrl"
- if test "x$cache" = xyes; then
- echo "wxUSE_DATAVIEWCTRL=$wxUSE_DATAVIEWCTRL" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_DATAVIEWCTRL = yes; then
else
wx_cv_use_hyperlink='wxUSE_HYPERLINKCTRL=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_HYPERLINKCTRL=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_hyperlink='wxUSE_HYPERLINKCTRL=${'DEFAULT_wxUSE_HYPERLINKCTRL":-$defaultval}"
fi
eval "$wx_cv_use_hyperlink"
- if test "x$cache" = xyes; then
- echo "wxUSE_HYPERLINKCTRL=$wxUSE_HYPERLINKCTRL" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_HYPERLINKCTRL = yes; then
else
wx_cv_use_imaglist='wxUSE_IMAGLIST=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_IMAGLIST=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_imaglist='wxUSE_IMAGLIST=${'DEFAULT_wxUSE_IMAGLIST":-$defaultval}"
fi
eval "$wx_cv_use_imaglist"
- if test "x$cache" = xyes; then
- echo "wxUSE_IMAGLIST=$wxUSE_IMAGLIST" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_IMAGLIST = yes; then
else
wx_cv_use_listbook='wxUSE_LISTBOOK=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_LISTBOOK=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_listbook='wxUSE_LISTBOOK=${'DEFAULT_wxUSE_LISTBOOK":-$defaultval}"
fi
eval "$wx_cv_use_listbook"
- if test "x$cache" = xyes; then
- echo "wxUSE_LISTBOOK=$wxUSE_LISTBOOK" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_LISTBOOK = yes; then
else
wx_cv_use_listbox='wxUSE_LISTBOX=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_LISTBOX=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_listbox='wxUSE_LISTBOX=${'DEFAULT_wxUSE_LISTBOX":-$defaultval}"
fi
eval "$wx_cv_use_listbox"
- if test "x$cache" = xyes; then
- echo "wxUSE_LISTBOX=$wxUSE_LISTBOX" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_LISTBOX = yes; then
else
wx_cv_use_listctrl='wxUSE_LISTCTRL=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_LISTCTRL=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_listctrl='wxUSE_LISTCTRL=${'DEFAULT_wxUSE_LISTCTRL":-$defaultval}"
fi
eval "$wx_cv_use_listctrl"
- if test "x$cache" = xyes; then
- echo "wxUSE_LISTCTRL=$wxUSE_LISTCTRL" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_LISTCTRL = yes; then
else
wx_cv_use_notebook='wxUSE_NOTEBOOK=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_NOTEBOOK=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_notebook='wxUSE_NOTEBOOK=${'DEFAULT_wxUSE_NOTEBOOK":-$defaultval}"
fi
eval "$wx_cv_use_notebook"
- if test "x$cache" = xyes; then
- echo "wxUSE_NOTEBOOK=$wxUSE_NOTEBOOK" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_NOTEBOOK = yes; then
echo "${ECHO_T}$result" >&6; }
+ enablestring=
+ defaultval=$wxUSE_ALL_FEATURES
+ if test -z "$defaultval"; then
+ if test x"$enablestring" = xdisable; then
+ defaultval=yes
+ else
+ defaultval=no
+ fi
+ fi
+
+ { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-notifmsg" >&5
+echo $ECHO_N "checking for --${enablestring:-enable}-notifmsg... $ECHO_C" >&6; }
+ # Check whether --enable-notifmsg was given.
+if test "${enable_notifmsg+set}" = set; then
+ enableval=$enable_notifmsg;
+ if test "$enableval" = yes; then
+ wx_cv_use_notifmsg='wxUSE_NOTIFICATION_MESSAGE=yes'
+ else
+ wx_cv_use_notifmsg='wxUSE_NOTIFICATION_MESSAGE=no'
+ fi
+
+else
+
+ wx_cv_use_notifmsg='wxUSE_NOTIFICATION_MESSAGE=${'DEFAULT_wxUSE_NOTIFICATION_MESSAGE":-$defaultval}"
+
+fi
+
+
+ eval "$wx_cv_use_notifmsg"
+
+ if test x"$enablestring" = xdisable; then
+ if test $wxUSE_NOTIFICATION_MESSAGE = yes; then
+ result=no
+ else
+ result=yes
+ fi
+ else
+ result=$wxUSE_NOTIFICATION_MESSAGE
+ fi
+
+ { echo "$as_me:$LINENO: result: $result" >&5
+echo "${ECHO_T}$result" >&6; }
+
+
enablestring=
defaultval=$wxUSE_ALL_FEATURES
if test -z "$defaultval"; then
else
wx_cv_use_odcombobox='wxUSE_ODCOMBOBOX=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_ODCOMBOBOX=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_odcombobox='wxUSE_ODCOMBOBOX=${'DEFAULT_wxUSE_ODCOMBOBOX":-$defaultval}"
fi
eval "$wx_cv_use_odcombobox"
- if test "x$cache" = xyes; then
- echo "wxUSE_ODCOMBOBOX=$wxUSE_ODCOMBOBOX" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_ODCOMBOBOX = yes; then
else
wx_cv_use_radiobox='wxUSE_RADIOBOX=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_RADIOBOX=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_radiobox='wxUSE_RADIOBOX=${'DEFAULT_wxUSE_RADIOBOX":-$defaultval}"
fi
eval "$wx_cv_use_radiobox"
- if test "x$cache" = xyes; then
- echo "wxUSE_RADIOBOX=$wxUSE_RADIOBOX" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_RADIOBOX = yes; then
else
wx_cv_use_radiobtn='wxUSE_RADIOBTN=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_RADIOBTN=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_radiobtn='wxUSE_RADIOBTN=${'DEFAULT_wxUSE_RADIOBTN":-$defaultval}"
fi
eval "$wx_cv_use_radiobtn"
- if test "x$cache" = xyes; then
- echo "wxUSE_RADIOBTN=$wxUSE_RADIOBTN" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_RADIOBTN = yes; then
else
wx_cv_use_sash='wxUSE_SASH=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_SASH=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_sash='wxUSE_SASH=${'DEFAULT_wxUSE_SASH":-$defaultval}"
fi
eval "$wx_cv_use_sash"
- if test "x$cache" = xyes; then
- echo "wxUSE_SASH=$wxUSE_SASH" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_SASH = yes; then
else
wx_cv_use_scrollbar='wxUSE_SCROLLBAR=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_SCROLLBAR=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_scrollbar='wxUSE_SCROLLBAR=${'DEFAULT_wxUSE_SCROLLBAR":-$defaultval}"
fi
eval "$wx_cv_use_scrollbar"
- if test "x$cache" = xyes; then
- echo "wxUSE_SCROLLBAR=$wxUSE_SCROLLBAR" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_SCROLLBAR = yes; then
else
wx_cv_use_searchctrl='wxUSE_SEARCHCTRL=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_SEARCHCTRL=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_searchctrl='wxUSE_SEARCHCTRL=${'DEFAULT_wxUSE_SEARCHCTRL":-$defaultval}"
fi
eval "$wx_cv_use_searchctrl"
- if test "x$cache" = xyes; then
- echo "wxUSE_SEARCHCTRL=$wxUSE_SEARCHCTRL" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_SEARCHCTRL = yes; then
else
wx_cv_use_slider='wxUSE_SLIDER=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_SLIDER=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_slider='wxUSE_SLIDER=${'DEFAULT_wxUSE_SLIDER":-$defaultval}"
fi
eval "$wx_cv_use_slider"
- if test "x$cache" = xyes; then
- echo "wxUSE_SLIDER=$wxUSE_SLIDER" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_SLIDER = yes; then
else
wx_cv_use_spinbtn='wxUSE_SPINBTN=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_SPINBTN=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_spinbtn='wxUSE_SPINBTN=${'DEFAULT_wxUSE_SPINBTN":-$defaultval}"
fi
eval "$wx_cv_use_spinbtn"
- if test "x$cache" = xyes; then
- echo "wxUSE_SPINBTN=$wxUSE_SPINBTN" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_SPINBTN = yes; then
else
wx_cv_use_spinctrl='wxUSE_SPINCTRL=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_SPINCTRL=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_spinctrl='wxUSE_SPINCTRL=${'DEFAULT_wxUSE_SPINCTRL":-$defaultval}"
fi
eval "$wx_cv_use_spinctrl"
- if test "x$cache" = xyes; then
- echo "wxUSE_SPINCTRL=$wxUSE_SPINCTRL" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_SPINCTRL = yes; then
else
wx_cv_use_splitter='wxUSE_SPLITTER=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_SPLITTER=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_splitter='wxUSE_SPLITTER=${'DEFAULT_wxUSE_SPLITTER":-$defaultval}"
fi
eval "$wx_cv_use_splitter"
- if test "x$cache" = xyes; then
- echo "wxUSE_SPLITTER=$wxUSE_SPLITTER" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_SPLITTER = yes; then
else
wx_cv_use_statbmp='wxUSE_STATBMP=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_STATBMP=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_statbmp='wxUSE_STATBMP=${'DEFAULT_wxUSE_STATBMP":-$defaultval}"
fi
eval "$wx_cv_use_statbmp"
- if test "x$cache" = xyes; then
- echo "wxUSE_STATBMP=$wxUSE_STATBMP" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_STATBMP = yes; then
else
wx_cv_use_statbox='wxUSE_STATBOX=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_STATBOX=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_statbox='wxUSE_STATBOX=${'DEFAULT_wxUSE_STATBOX":-$defaultval}"
fi
eval "$wx_cv_use_statbox"
- if test "x$cache" = xyes; then
- echo "wxUSE_STATBOX=$wxUSE_STATBOX" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_STATBOX = yes; then
else
wx_cv_use_statline='wxUSE_STATLINE=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_STATLINE=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_statline='wxUSE_STATLINE=${'DEFAULT_wxUSE_STATLINE":-$defaultval}"
fi
eval "$wx_cv_use_statline"
- if test "x$cache" = xyes; then
- echo "wxUSE_STATLINE=$wxUSE_STATLINE" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_STATLINE = yes; then
else
wx_cv_use_stattext='wxUSE_STATTEXT=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_STATTEXT=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_stattext='wxUSE_STATTEXT=${'DEFAULT_wxUSE_STATTEXT":-$defaultval}"
fi
eval "$wx_cv_use_stattext"
- if test "x$cache" = xyes; then
- echo "wxUSE_STATTEXT=$wxUSE_STATTEXT" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_STATTEXT = yes; then
else
wx_cv_use_statusbar='wxUSE_STATUSBAR=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_STATUSBAR=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_statusbar='wxUSE_STATUSBAR=${'DEFAULT_wxUSE_STATUSBAR":-$defaultval}"
fi
eval "$wx_cv_use_statusbar"
- if test "x$cache" = xyes; then
- echo "wxUSE_STATUSBAR=$wxUSE_STATUSBAR" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_STATUSBAR = yes; then
else
wx_cv_use_tabdialog='wxUSE_TAB_DIALOG=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_TAB_DIALOG=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_tabdialog='wxUSE_TAB_DIALOG=${'DEFAULT_wxUSE_TAB_DIALOG":-$defaultval}"
fi
eval "$wx_cv_use_tabdialog"
- if test "x$cache" = xyes; then
- echo "wxUSE_TAB_DIALOG=$wxUSE_TAB_DIALOG" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_TAB_DIALOG = yes; then
else
wx_cv_use_taskbaricon='wxUSE_TASKBARICON=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_TASKBARICON=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_taskbaricon='wxUSE_TASKBARICON=${'DEFAULT_wxUSE_TASKBARICON":-$defaultval}"
fi
eval "$wx_cv_use_taskbaricon"
- if test "x$cache" = xyes; then
- echo "wxUSE_TASKBARICON=$wxUSE_TASKBARICON" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_TASKBARICON = yes; then
else
wx_cv_use_textctrl='wxUSE_TEXTCTRL=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_TEXTCTRL=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_textctrl='wxUSE_TEXTCTRL=${'DEFAULT_wxUSE_TEXTCTRL":-$defaultval}"
fi
eval "$wx_cv_use_textctrl"
- if test "x$cache" = xyes; then
- echo "wxUSE_TEXTCTRL=$wxUSE_TEXTCTRL" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_TEXTCTRL = yes; then
else
wx_cv_use_togglebtn='wxUSE_TOGGLEBTN=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_TOGGLEBTN=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_togglebtn='wxUSE_TOGGLEBTN=${'DEFAULT_wxUSE_TOGGLEBTN":-$defaultval}"
fi
eval "$wx_cv_use_togglebtn"
- if test "x$cache" = xyes; then
- echo "wxUSE_TOGGLEBTN=$wxUSE_TOGGLEBTN" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_TOGGLEBTN = yes; then
else
wx_cv_use_toolbar='wxUSE_TOOLBAR=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_TOOLBAR=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_toolbar='wxUSE_TOOLBAR=${'DEFAULT_wxUSE_TOOLBAR":-$defaultval}"
fi
eval "$wx_cv_use_toolbar"
- if test "x$cache" = xyes; then
- echo "wxUSE_TOOLBAR=$wxUSE_TOOLBAR" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_TOOLBAR = yes; then
else
wx_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_TOOLBAR_NATIVE=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=${'DEFAULT_wxUSE_TOOLBAR_NATIVE":-$defaultval}"
fi
eval "$wx_cv_use_tbarnative"
- if test "x$cache" = xyes; then
- echo "wxUSE_TOOLBAR_NATIVE=$wxUSE_TOOLBAR_NATIVE" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_TOOLBAR_NATIVE = yes; then
else
wx_cv_use_treebook='wxUSE_TREEBOOK=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_TREEBOOK=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_treebook='wxUSE_TREEBOOK=${'DEFAULT_wxUSE_TREEBOOK":-$defaultval}"
fi
eval "$wx_cv_use_treebook"
- if test "x$cache" = xyes; then
- echo "wxUSE_TREEBOOK=$wxUSE_TREEBOOK" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_TREEBOOK = yes; then
else
wx_cv_use_toolbook='wxUSE_TOOLBOOK=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_TOOLBOOK=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_toolbook='wxUSE_TOOLBOOK=${'DEFAULT_wxUSE_TOOLBOOK":-$defaultval}"
fi
eval "$wx_cv_use_toolbook"
- if test "x$cache" = xyes; then
- echo "wxUSE_TOOLBOOK=$wxUSE_TOOLBOOK" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_TOOLBOOK = yes; then
else
wx_cv_use_treectrl='wxUSE_TREECTRL=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_TREECTRL=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_treectrl='wxUSE_TREECTRL=${'DEFAULT_wxUSE_TREECTRL":-$defaultval}"
fi
eval "$wx_cv_use_treectrl"
- if test "x$cache" = xyes; then
- echo "wxUSE_TREECTRL=$wxUSE_TREECTRL" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_TREECTRL = yes; then
else
wx_cv_use_tipwindow='wxUSE_TIPWINDOW=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_TIPWINDOW=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_tipwindow='wxUSE_TIPWINDOW=${'DEFAULT_wxUSE_TIPWINDOW":-$defaultval}"
fi
eval "$wx_cv_use_tipwindow"
- if test "x$cache" = xyes; then
- echo "wxUSE_TIPWINDOW=$wxUSE_TIPWINDOW" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_TIPWINDOW = yes; then
else
wx_cv_use_popupwin='wxUSE_POPUPWIN=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_POPUPWIN=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_popupwin='wxUSE_POPUPWIN=${'DEFAULT_wxUSE_POPUPWIN":-$defaultval}"
fi
eval "$wx_cv_use_popupwin"
- if test "x$cache" = xyes; then
- echo "wxUSE_POPUPWIN=$wxUSE_POPUPWIN" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_POPUPWIN = yes; then
else
wx_cv_use_commondlg='wxUSE_COMMONDLGS=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_COMMONDLGS=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_commondlg='wxUSE_COMMONDLGS=${'DEFAULT_wxUSE_COMMONDLGS":-$defaultval}"
fi
eval "$wx_cv_use_commondlg"
- if test "x$cache" = xyes; then
- echo "wxUSE_COMMONDLGS=$wxUSE_COMMONDLGS" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_COMMONDLGS = yes; then
else
wx_cv_use_aboutdlg='wxUSE_ABOUTDLG=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_ABOUTDLG=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_aboutdlg='wxUSE_ABOUTDLG=${'DEFAULT_wxUSE_ABOUTDLG":-$defaultval}"
fi
eval "$wx_cv_use_aboutdlg"
- if test "x$cache" = xyes; then
- echo "wxUSE_ABOUTDLG=$wxUSE_ABOUTDLG" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_ABOUTDLG = yes; then
else
wx_cv_use_choicedlg='wxUSE_CHOICEDLG=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_CHOICEDLG=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_choicedlg='wxUSE_CHOICEDLG=${'DEFAULT_wxUSE_CHOICEDLG":-$defaultval}"
fi
eval "$wx_cv_use_choicedlg"
- if test "x$cache" = xyes; then
- echo "wxUSE_CHOICEDLG=$wxUSE_CHOICEDLG" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_CHOICEDLG = yes; then
else
wx_cv_use_coldlg='wxUSE_COLOURDLG=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_COLOURDLG=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_coldlg='wxUSE_COLOURDLG=${'DEFAULT_wxUSE_COLOURDLG":-$defaultval}"
fi
eval "$wx_cv_use_coldlg"
- if test "x$cache" = xyes; then
- echo "wxUSE_COLOURDLG=$wxUSE_COLOURDLG" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_COLOURDLG = yes; then
else
wx_cv_use_filedlg='wxUSE_FILEDLG=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_FILEDLG=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_filedlg='wxUSE_FILEDLG=${'DEFAULT_wxUSE_FILEDLG":-$defaultval}"
fi
eval "$wx_cv_use_filedlg"
- if test "x$cache" = xyes; then
- echo "wxUSE_FILEDLG=$wxUSE_FILEDLG" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_FILEDLG = yes; then
else
wx_cv_use_finddlg='wxUSE_FINDREPLDLG=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_FINDREPLDLG=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_finddlg='wxUSE_FINDREPLDLG=${'DEFAULT_wxUSE_FINDREPLDLG":-$defaultval}"
fi
eval "$wx_cv_use_finddlg"
- if test "x$cache" = xyes; then
- echo "wxUSE_FINDREPLDLG=$wxUSE_FINDREPLDLG" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_FINDREPLDLG = yes; then
else
wx_cv_use_fontdlg='wxUSE_FONTDLG=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_FONTDLG=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_fontdlg='wxUSE_FONTDLG=${'DEFAULT_wxUSE_FONTDLG":-$defaultval}"
fi
eval "$wx_cv_use_fontdlg"
- if test "x$cache" = xyes; then
- echo "wxUSE_FONTDLG=$wxUSE_FONTDLG" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_FONTDLG = yes; then
else
wx_cv_use_dirdlg='wxUSE_DIRDLG=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_DIRDLG=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_dirdlg='wxUSE_DIRDLG=${'DEFAULT_wxUSE_DIRDLG":-$defaultval}"
fi
eval "$wx_cv_use_dirdlg"
- if test "x$cache" = xyes; then
- echo "wxUSE_DIRDLG=$wxUSE_DIRDLG" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_DIRDLG = yes; then
else
wx_cv_use_msgdlg='wxUSE_MSGDLG=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_MSGDLG=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_msgdlg='wxUSE_MSGDLG=${'DEFAULT_wxUSE_MSGDLG":-$defaultval}"
fi
eval "$wx_cv_use_msgdlg"
- if test "x$cache" = xyes; then
- echo "wxUSE_MSGDLG=$wxUSE_MSGDLG" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_MSGDLG = yes; then
else
wx_cv_use_numberdlg='wxUSE_NUMBERDLG=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_NUMBERDLG=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_numberdlg='wxUSE_NUMBERDLG=${'DEFAULT_wxUSE_NUMBERDLG":-$defaultval}"
fi
eval "$wx_cv_use_numberdlg"
- if test "x$cache" = xyes; then
- echo "wxUSE_NUMBERDLG=$wxUSE_NUMBERDLG" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_NUMBERDLG = yes; then
else
wx_cv_use_splash='wxUSE_SPLASH=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_SPLASH=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_splash='wxUSE_SPLASH=${'DEFAULT_wxUSE_SPLASH":-$defaultval}"
fi
eval "$wx_cv_use_splash"
- if test "x$cache" = xyes; then
- echo "wxUSE_SPLASH=$wxUSE_SPLASH" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_SPLASH = yes; then
else
wx_cv_use_textdlg='wxUSE_TEXTDLG=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_TEXTDLG=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_textdlg='wxUSE_TEXTDLG=${'DEFAULT_wxUSE_TEXTDLG":-$defaultval}"
fi
eval "$wx_cv_use_textdlg"
- if test "x$cache" = xyes; then
- echo "wxUSE_TEXTDLG=$wxUSE_TEXTDLG" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_TEXTDLG = yes; then
else
wx_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_STARTUP_TIPS=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_tipdlg='wxUSE_STARTUP_TIPS=${'DEFAULT_wxUSE_STARTUP_TIPS":-$defaultval}"
fi
eval "$wx_cv_use_tipdlg"
- if test "x$cache" = xyes; then
- echo "wxUSE_STARTUP_TIPS=$wxUSE_STARTUP_TIPS" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_STARTUP_TIPS = yes; then
else
wx_cv_use_progressdlg='wxUSE_PROGRESSDLG=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_PROGRESSDLG=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_progressdlg='wxUSE_PROGRESSDLG=${'DEFAULT_wxUSE_PROGRESSDLG":-$defaultval}"
fi
eval "$wx_cv_use_progressdlg"
- if test "x$cache" = xyes; then
- echo "wxUSE_PROGRESSDLG=$wxUSE_PROGRESSDLG" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_PROGRESSDLG = yes; then
else
wx_cv_use_wizarddlg='wxUSE_WIZARDDLG=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_WIZARDDLG=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_wizarddlg='wxUSE_WIZARDDLG=${'DEFAULT_wxUSE_WIZARDDLG":-$defaultval}"
fi
eval "$wx_cv_use_wizarddlg"
- if test "x$cache" = xyes; then
- echo "wxUSE_WIZARDDLG=$wxUSE_WIZARDDLG" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_WIZARDDLG = yes; then
else
wx_cv_use_menus='wxUSE_MENUS=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_MENUS=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_menus='wxUSE_MENUS=${'DEFAULT_wxUSE_MENUS":-$defaultval}"
fi
eval "$wx_cv_use_menus"
- if test "x$cache" = xyes; then
- echo "wxUSE_MENUS=$wxUSE_MENUS" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_MENUS = yes; then
else
wx_cv_use_miniframe='wxUSE_MINIFRAME=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_MINIFRAME=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_miniframe='wxUSE_MINIFRAME=${'DEFAULT_wxUSE_MINIFRAME":-$defaultval}"
fi
eval "$wx_cv_use_miniframe"
- if test "x$cache" = xyes; then
- echo "wxUSE_MINIFRAME=$wxUSE_MINIFRAME" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_MINIFRAME = yes; then
else
wx_cv_use_tooltips='wxUSE_TOOLTIPS=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_TOOLTIPS=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_tooltips='wxUSE_TOOLTIPS=${'DEFAULT_wxUSE_TOOLTIPS":-$defaultval}"
fi
eval "$wx_cv_use_tooltips"
- if test "x$cache" = xyes; then
- echo "wxUSE_TOOLTIPS=$wxUSE_TOOLTIPS" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_TOOLTIPS = yes; then
else
wx_cv_use_splines='wxUSE_SPLINES=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_SPLINES=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_splines='wxUSE_SPLINES=${'DEFAULT_wxUSE_SPLINES":-$defaultval}"
fi
eval "$wx_cv_use_splines"
- if test "x$cache" = xyes; then
- echo "wxUSE_SPLINES=$wxUSE_SPLINES" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_SPLINES = yes; then
else
wx_cv_use_mousewheel='wxUSE_MOUSEWHEEL=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_MOUSEWHEEL=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_mousewheel='wxUSE_MOUSEWHEEL=${'DEFAULT_wxUSE_MOUSEWHEEL":-$defaultval}"
fi
eval "$wx_cv_use_mousewheel"
- if test "x$cache" = xyes; then
- echo "wxUSE_MOUSEWHEEL=$wxUSE_MOUSEWHEEL" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_MOUSEWHEEL = yes; then
else
wx_cv_use_validators='wxUSE_VALIDATORS=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_VALIDATORS=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_validators='wxUSE_VALIDATORS=${'DEFAULT_wxUSE_VALIDATORS":-$defaultval}"
fi
eval "$wx_cv_use_validators"
- if test "x$cache" = xyes; then
- echo "wxUSE_VALIDATORS=$wxUSE_VALIDATORS" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_VALIDATORS = yes; then
else
wx_cv_use_busyinfo='wxUSE_BUSYINFO=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_BUSYINFO=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_busyinfo='wxUSE_BUSYINFO=${'DEFAULT_wxUSE_BUSYINFO":-$defaultval}"
fi
eval "$wx_cv_use_busyinfo"
- if test "x$cache" = xyes; then
- echo "wxUSE_BUSYINFO=$wxUSE_BUSYINFO" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_BUSYINFO = yes; then
else
wx_cv_use_joystick='wxUSE_JOYSTICK=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_JOYSTICK=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_joystick='wxUSE_JOYSTICK=${'DEFAULT_wxUSE_JOYSTICK":-$defaultval}"
fi
eval "$wx_cv_use_joystick"
- if test "x$cache" = xyes; then
- echo "wxUSE_JOYSTICK=$wxUSE_JOYSTICK" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_JOYSTICK = yes; then
else
wx_cv_use_metafile='wxUSE_METAFILE=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_METAFILE=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_metafile='wxUSE_METAFILE=${'DEFAULT_wxUSE_METAFILE":-$defaultval}"
fi
eval "$wx_cv_use_metafile"
- if test "x$cache" = xyes; then
- echo "wxUSE_METAFILE=$wxUSE_METAFILE" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_METAFILE = yes; then
else
wx_cv_use_dragimage='wxUSE_DRAGIMAGE=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_DRAGIMAGE=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_dragimage='wxUSE_DRAGIMAGE=${'DEFAULT_wxUSE_DRAGIMAGE":-$defaultval}"
fi
eval "$wx_cv_use_dragimage"
- if test "x$cache" = xyes; then
- echo "wxUSE_DRAGIMAGE=$wxUSE_DRAGIMAGE" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_DRAGIMAGE = yes; then
else
wx_cv_use_accessibility='wxUSE_ACCESSIBILITY=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_ACCESSIBILITY=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_accessibility='wxUSE_ACCESSIBILITY=${'DEFAULT_wxUSE_ACCESSIBILITY":-$defaultval}"
fi
eval "$wx_cv_use_accessibility"
- if test "x$cache" = xyes; then
- echo "wxUSE_ACCESSIBILITY=$wxUSE_ACCESSIBILITY" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_ACCESSIBILITY = yes; then
else
wx_cv_use_palette='wxUSE_PALETTE=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_PALETTE=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_palette='wxUSE_PALETTE=${'DEFAULT_wxUSE_PALETTE":-$defaultval}"
fi
eval "$wx_cv_use_palette"
- if test "x$cache" = xyes; then
- echo "wxUSE_PALETTE=$wxUSE_PALETTE" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_PALETTE = yes; then
else
wx_cv_use_image='wxUSE_IMAGE=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_IMAGE=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_image='wxUSE_IMAGE=${'DEFAULT_wxUSE_IMAGE":-$defaultval}"
fi
eval "$wx_cv_use_image"
- if test "x$cache" = xyes; then
- echo "wxUSE_IMAGE=$wxUSE_IMAGE" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_IMAGE = yes; then
else
wx_cv_use_gif='wxUSE_GIF=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_GIF=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_gif='wxUSE_GIF=${'DEFAULT_wxUSE_GIF":-$defaultval}"
fi
eval "$wx_cv_use_gif"
- if test "x$cache" = xyes; then
- echo "wxUSE_GIF=$wxUSE_GIF" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_GIF = yes; then
else
wx_cv_use_pcx='wxUSE_PCX=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_PCX=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_pcx='wxUSE_PCX=${'DEFAULT_wxUSE_PCX":-$defaultval}"
fi
eval "$wx_cv_use_pcx"
- if test "x$cache" = xyes; then
- echo "wxUSE_PCX=$wxUSE_PCX" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_PCX = yes; then
else
wx_cv_use_tga='wxUSE_TGA=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_TGA=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_tga='wxUSE_TGA=${'DEFAULT_wxUSE_TGA":-$defaultval}"
fi
eval "$wx_cv_use_tga"
- if test "x$cache" = xyes; then
- echo "wxUSE_TGA=$wxUSE_TGA" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_TGA = yes; then
else
wx_cv_use_iff='wxUSE_IFF=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_IFF=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_iff='wxUSE_IFF=${'DEFAULT_wxUSE_IFF":-$defaultval}"
fi
eval "$wx_cv_use_iff"
- if test "x$cache" = xyes; then
- echo "wxUSE_IFF=$wxUSE_IFF" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_IFF = yes; then
else
wx_cv_use_pnm='wxUSE_PNM=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_PNM=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_pnm='wxUSE_PNM=${'DEFAULT_wxUSE_PNM":-$defaultval}"
fi
eval "$wx_cv_use_pnm"
- if test "x$cache" = xyes; then
- echo "wxUSE_PNM=$wxUSE_PNM" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_PNM = yes; then
else
wx_cv_use_xpm='wxUSE_XPM=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_XPM=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_xpm='wxUSE_XPM=${'DEFAULT_wxUSE_XPM":-$defaultval}"
fi
eval "$wx_cv_use_xpm"
- if test "x$cache" = xyes; then
- echo "wxUSE_XPM=$wxUSE_XPM" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_XPM = yes; then
else
wx_cv_use_ico_cur='wxUSE_ICO_CUR=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_ICO_CUR=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_ico_cur='wxUSE_ICO_CUR=${'DEFAULT_wxUSE_ICO_CUR":-$defaultval}"
fi
eval "$wx_cv_use_ico_cur"
- if test "x$cache" = xyes; then
- echo "wxUSE_ICO_CUR=$wxUSE_ICO_CUR" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_ICO_CUR = yes; then
else
wx_cv_use_dccache='wxUSE_DC_CACHEING=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_DC_CACHEING=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_dccache='wxUSE_DC_CACHEING=${'DEFAULT_wxUSE_DC_CACHEING":-$defaultval}"
fi
eval "$wx_cv_use_dccache"
- if test "x$cache" = xyes; then
- echo "wxUSE_DC_CACHEING=$wxUSE_DC_CACHEING" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_DC_CACHEING = yes; then
else
wx_cv_use_ps_in_msw='wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_ps_in_msw='wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW=${'DEFAULT_wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW":-$defaultval}"
fi
eval "$wx_cv_use_ps_in_msw"
- if test "x$cache" = xyes; then
- echo "wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW=$wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW = yes; then
else
wx_cv_use_ownerdrawn='wxUSE_OWNER_DRAWN=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_OWNER_DRAWN=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_ownerdrawn='wxUSE_OWNER_DRAWN=${'DEFAULT_wxUSE_OWNER_DRAWN":-$defaultval}"
fi
eval "$wx_cv_use_ownerdrawn"
- if test "x$cache" = xyes; then
- echo "wxUSE_OWNER_DRAWN=$wxUSE_OWNER_DRAWN" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_OWNER_DRAWN = yes; then
else
wx_cv_use_uxtheme='wxUSE_UXTHEME=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_UXTHEME=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_uxtheme='wxUSE_UXTHEME=${'DEFAULT_wxUSE_UXTHEME":-$defaultval}"
fi
eval "$wx_cv_use_uxtheme"
- if test "x$cache" = xyes; then
- echo "wxUSE_UXTHEME=$wxUSE_UXTHEME" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_UXTHEME = yes; then
else
wx_cv_use_wxdib='wxUSE_DIB=no'
fi
- cache=yes
else
- LINE=`grep "^wxUSE_DIB=" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- cache=yes
- else
- cache=no
- fi
-
wx_cv_use_wxdib='wxUSE_DIB=${'DEFAULT_wxUSE_DIB":-$defaultval}"
fi
eval "$wx_cv_use_wxdib"
- if test "x$cache" = xyes; then
- echo "wxUSE_DIB=$wxUSE_DIB" >> ${wx_arg_cache_file}.tmp
- fi
if test x"$enablestring" = xdisable; then
if test $wxUSE_DIB = yes; then
fi
- echo "saving argument cache $wx_arg_cache_file"
- mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file}
-
-
-
{ echo "$as_me:$LINENO: checking for toolkit" >&5
echo $ECHO_N "checking for toolkit... $ECHO_C" >&6; }
done
else
for toolkit in $ALL_TOOLKITS; do
- if test "$has_toolkit_in_cache" != 1; then
- var=DEFAULT_DEFAULT_wxUSE_$toolkit
- else
- var=DEFAULT_wxUSE_$toolkit
-
- eval "version=\$DEFAULT_wx${toolkit}_VERSION"
- if test "x$version" != "x"; then
- eval "wx${toolkit}_VERSION=$version"
- fi
- fi
+ var=DEFAULT_DEFAULT_wxUSE_$toolkit
eval "wxUSE_$toolkit=\$${var}"
done
fi
{ (exit 1); exit 1; }; }
;;
*)
- { { echo "$as_me:$LINENO: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&5
-echo "$as_me: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&2;}
+ { { echo "$as_me:$LINENO: error: Please specify at most one toolkit" >&5
+echo "$as_me: error: Please specify at most one toolkit" >&2;}
{ (exit 1); exit 1; }; }
esac
wxGTK_VERSION=1
fi
- for toolkit in $ALL_TOOLKITS; do
- var=wxUSE_$toolkit
- eval "value=\$${var}"
- if test "x$value" != x; then
- cache_var=CACHE_$toolkit
- eval "cache=\$${cache_var}"
- if test "$cache" = 1; then
- echo "$var=$value" >> ${wx_arg_cache_file}
- eval "version=\$wx${toolkit}_VERSION"
- if test "x$version" != "x"; then
- echo "wx${toolkit}_VERSION=$version" >> ${wx_arg_cache_file}
- fi
- fi
+ for toolkit in $ALL_TOOLKITS; do
+ var=wxUSE_$toolkit
+ eval "value=\$${var}"
if test "$value" = 1; then
- toolkit_echo=`echo $toolkit | tr A-Z a-z`
+ toolkit_echo=`echo $toolkit | tr '[A-Z]' '[a-z]'`
{ echo "$as_me:$LINENO: result: $toolkit_echo" >&5
echo "${ECHO_T}$toolkit_echo" >&6; }
fi
- fi
done
else
if test "x$host_alias" != "x"; then
_ACEOF
- if test "$ac_cv_sizeof_long_long" != "0"; then
+ if test "$ac_cv_sizeof_long_long" != 0; then
CPPFLAGS="-D_INCLUDE_LONGLONG $CPPFLAGS"
fi
;;
_ACEOF
-if test "$ac_cv_sizeof_wchar_t" != "0"; then
+if test "$ac_cv_sizeof_wchar_t" != 0; then
wxUSE_WCHAR_T=yes
else
wxUSE_WCHAR_T=no
{ { echo "$as_me:$LINENO: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&5
echo "$as_me: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&2;}
{ (exit 1); exit 1; }; }
- elif grep wxUSE_STD_STRING $wx_arg_cache_file >/dev/null; then
+ elif test "$wxUSE_STD_STRING" = "yes"; then
{ { echo "$as_me:$LINENO: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&5
echo "$as_me: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&2;}
{ (exit 1); exit 1; }; }
if test "$wxUSE_STD_IOSTREAM" != "yes"; then
- if grep wxUSE_STD_IOSTREAM $wx_arg_cache_file >/dev/null; then
+ if test "$wxUSE_STD_IOSTREAM" = "yes"; then
{ { echo "$as_me:$LINENO: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&5
echo "$as_me: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&2;}
{ (exit 1); exit 1; }; }
if test -n "$GCC"; then
- { echo "$as_me:$LINENO: checking for __sync_fetch_* builtins" >&5
-echo $ECHO_N "checking for __sync_fetch_* builtins... $ECHO_C" >&6; }
+ { echo "$as_me:$LINENO: checking for __sync_fetch_and_add and __sync_sub_and_fetch builtins" >&5
+echo $ECHO_N "checking for __sync_fetch_and_add and __sync_sub_and_fetch builtins... $ECHO_C" >&6; }
if test "${wx_cv_cc_gcc_atomic_builtins+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
main ()
{
- int value=0;
- __sync_fetch_and_add(&value, 1);
+ unsigned int value=0;
+ /* wxAtomicInc doesn't use return value here */
+ __sync_fetch_and_add(&value, 2);
__sync_sub_and_fetch(&value, 1);
+ /* but wxAtomicDec does, so mimic that: */
+ unsigned int r2 = __sync_sub_and_fetch(&value, 1);
;
return 0;
}
_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (ac_try="$ac_link"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
- (eval "$ac_compile") 2>conftest.er1
+ (eval "$ac_link") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
(exit $ac_status); } && {
test -z "$ac_cxx_werror_flag" ||
test ! -s conftest.err
- } && test -s conftest.$ac_objext; then
+ } && test -s conftest$ac_exeext &&
+ $as_test_x conftest$ac_exeext; then
wx_cv_cc_gcc_atomic_builtins=yes
else
echo "$as_me: failed program was:" >&5
wx_cv_cc_gcc_atomic_builtins=no
fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+ conftest$ac_exeext conftest.$ac_ext
fi
CFLAGS="$wx_cv_cflags_gtk $CFLAGS"
LIBS="$LIBS $wx_cv_libs_gtk"
- { echo "$as_me:$LINENO: checking whether gtk_icon_size_lookup is declared" >&5
-echo $ECHO_N "checking whether gtk_icon_size_lookup is declared... $ECHO_C" >&6; }
-if test "${ac_cv_have_decl_gtk_icon_size_lookup+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 <gtk/gtk.h>
-
-int
-main ()
-{
-#ifndef gtk_icon_size_lookup
- (void) gtk_icon_size_lookup;
-#endif
-
- ;
- return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
- *) ac_try_echo=$ac_try;;
-esac
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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); } && {
- test -z "$ac_c_werror_flag" ||
- test ! -s conftest.err
- } && test -s conftest.$ac_objext; then
- ac_cv_have_decl_gtk_icon_size_lookup=yes
-else
- echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
- ac_cv_have_decl_gtk_icon_size_lookup=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_gtk_icon_size_lookup" >&5
-echo "${ECHO_T}$ac_cv_have_decl_gtk_icon_size_lookup" >&6; }
-if test $ac_cv_have_decl_gtk_icon_size_lookup = yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_GTK_ICON_SIZE_LOOKUP 1
-_ACEOF
-
-
-else
- cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_GTK_ICON_SIZE_LOOKUP 0
-_ACEOF
-
-cat >>confdefs.h <<\_ACEOF
-#define NEED_GTK_ICON_SIZE_LOOKUP 1
-_ACEOF
-
-fi
-
-
-
-
{ echo "$as_me:$LINENO: checking if GTK+ is version >= 2.10" >&5
echo $ECHO_N "checking if GTK+ is version >= 2.10... $ECHO_C" >&6; }
cat >conftest.$ac_ext <<_ACEOF
libsm_ice_link=""
libs_found=0
for libp in "" " -lXp"; do
- if test "$libs_found" = "0"; then
+ if test "$libs_found" = 0; then
for libsm_ice in "" " -lSM -lICE"; do
- if test "$libs_found" = "0"; then
+ if test "$libs_found" = 0; then
save_LIBS="$LIBS"
LIBS="$GUI_TK_LIBRARY -lXm ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
save_CFLAGS=$CFLAGS
fi
done
- if test "$libs_found" = "0"; then
+ if test "$libs_found" = 0; then
{ echo "$as_me:$LINENO: result: can't find the right libraries" >&5
echo "${ECHO_T}can't find the right libraries" >&6; }
{ { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5
if test "$TOOLKIT" = "PM" ; then
TOOLKIT_DIR="os2"
else
- TOOLKIT_DIR=`echo ${TOOLKIT} | tr A-Z a-z`
+ TOOLKIT_DIR=`echo ${TOOLKIT} | tr '[A-Z]' '[a-z]'`
fi
if test "$wxUSE_UNIVERSAL" = "yes"; then
if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_UTF8" = "auto" ; then
- if test "$USE_UNIX" = "1" -a "$wxUSE_DARWIN" != "1" ; then
+ if test "$USE_UNIX" = 1 -a "$wxUSE_DARWIN" != 1 ; then
wxUSE_UNICODE_UTF8=yes
- elif test "$USE_OS2" = "1" ; then
+ elif test "$USE_OS2" = 1 ; then
wxUSE_UNICODE_UTF8=yes
else
wxUSE_UNICODE_UTF8=no
USE_OPENGL=0
if test "$wxUSE_OPENGL" = "yes"; then
- if test "$wxUSE_MGL" = 1 -o "$wxUSE_DFB" = "1"; then
+ if test "$wxUSE_MGL" = 1 -o "$wxUSE_DFB" = 1; then
{ echo "$as_me:$LINENO: WARNING: wxGLCanvas not implemented for this port, library will be compiled without it." >&5
echo "$as_me: WARNING: wxGLCanvas not implemented for this port, library will be compiled without it." >&2;}
wxUSE_OPENGL="no"
- elif test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then
+ elif test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
OPENGL_LIBS="-framework OpenGL -framework AGL"
elif test "$wxUSE_MSW" = 1; then
OPENGL_LIBS="-lopengl32 -lglu32"
DEBUG_INFO=1
fi
-WX_VERSION_TAG=`echo WX${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}_${WX_RELEASE} | tr a-z A-Z`
+WX_VERSION_TAG=`echo WX${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}_${WX_RELEASE} | tr '[a-z]' '[A-Z]'`
TOOLCHAIN_NAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}"
fi
-{ echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
-echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6; }
-if test "${ac_cv_type_uid_t+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 <sys/types.h>
-
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
- $EGREP "uid_t" >/dev/null 2>&1; then
- ac_cv_type_uid_t=yes
-else
- ac_cv_type_uid_t=no
-fi
-rm -f conftest*
-
-fi
-{ echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
-echo "${ECHO_T}$ac_cv_type_uid_t" >&6; }
-if test $ac_cv_type_uid_t = no; then
-
-cat >>confdefs.h <<\_ACEOF
-#define uid_t int
-_ACEOF
-
-
-cat >>confdefs.h <<\_ACEOF
-#define gid_t int
-_ACEOF
-
-fi
-
{ echo "$as_me:$LINENO: checking for ssize_t" >&5
echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
fi
fi
-if test "$wxUSE_STACKWALKER" = "yes" -a "$USE_WIN32" != "1" -a "$USE_UNIX" != "1"; then
+if test "$wxUSE_STACKWALKER" = "yes" -a "$USE_WIN32" != 1 -a "$USE_UNIX" != 1; then
{ echo "$as_me:$LINENO: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&5
echo "$as_me: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&2;}
wxUSE_STACKWALKER=no
fi
-if test "$USE_UNIX" = "1" ; then
+if test "$USE_UNIX" = 1 ; then
if test "$wxUSE_MGL" != 1; then
{ echo "$as_me:$LINENO: checking for SNDCTL_DSP_SPEED in sys/soundcard.h" >&5
echo $ECHO_N "checking for SNDCTL_DSP_SPEED in sys/soundcard.h... $ECHO_C" >&6; }
WITH_PLUGIN_SDL=0
if test "$wxUSE_SOUND" = "yes"; then
- if test "$USE_UNIX" = "1" ; then
+ if test "$USE_UNIX" = 1 ; then
if test "$wxUSE_LIBSDL" != "no"; then
# Check whether --with-sdl-prefix was given.
fi
if test "$wxUSE_DEBUGREPORT" = "yes"; then
- if test "$USE_UNIX" != "1" -a "$USE_WIN32" != "1"; then
+ if test "$USE_UNIX" != 1 -a "$USE_WIN32" != 1; then
{ echo "$as_me:$LINENO: WARNING: Creating debug reports not currently supported on this system, disabled" >&5
echo "$as_me: WARNING: Creating debug reports not currently supported on this system, disabled" >&2;}
wxUSE_DEBUGREPORT=no
if test "$wxUSE_SOCKETS" = "yes"; then
- if test "$wxUSE_MGL" = "1"; then
+ if test "$wxUSE_MGL" = 1; then
{ echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under MGL... disabled" >&5
echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;}
wxUSE_SOCKETS="no"
fi
if test "$wxUSE_SOCKETS" = "yes" ; then
+ if test "$wxUSE_IPV6" = "yes"; then
+ { echo "$as_me:$LINENO: checking whether we have sockaddr_in6" >&5
+echo $ECHO_N "checking whether we have sockaddr_in6... $ECHO_C" >&6; }
+if test "${wx_cv_type_sockaddr_in6+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 <sys/types.h>
+ #include <sys/socket.h>
+ #include <netinet/in.h>
+
+int
+main ()
+{
+
+ struct sockaddr_in6 sa6;
+
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest.$ac_objext; then
+ wx_cv_type_sockaddr_in6=yes
+else
+ echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ wx_cv_type_sockaddr_in6=no
+
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+
+
+fi
+{ echo "$as_me:$LINENO: result: $wx_cv_type_sockaddr_in6" >&5
+echo "${ECHO_T}$wx_cv_type_sockaddr_in6" >&6; }
+
+ if test "$wx_cv_type_sockaddr_in6"="yes"; then
+ cat >>confdefs.h <<\_ACEOF
+#define wxUSE_IPV6 1
+_ACEOF
+
+ else
+ { echo "$as_me:$LINENO: WARNING: IPv6 support not available... disabled" >&5
+echo "$as_me: WARNING: IPv6 support not available... disabled" >&2;}
+ fi
+ fi
+
cat >>confdefs.h <<\_ACEOF
#define wxUSE_SOCKETS 1
_ACEOF
fi
else
- if test "$wxUSE_MGL" != "1"; then
+ if test "$wxUSE_MGL" != 1; then
for ac_header in linux/joystick.h
do
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
fi
+if test "$wxUSE_NOTIFICATION_MESSAGE" = "yes"; then
+ cat >>confdefs.h <<\_ACEOF
+#define wxUSE_NOTIFICATION_MESSAGE 1
+_ACEOF
+
+fi
+
if test "$wxUSE_ODCOMBOBOX" = "yes"; then
cat >>confdefs.h <<\_ACEOF
#define wxUSE_ODCOMBOBOX 1
fi
+if test "$wxUSE_MSW" = 1 -o "$wxUSE_PM" = 1; then
+ if test "$wxUSE_OWNER_DRAWN" = "yes"; then
+ cat >>confdefs.h <<\_ACEOF
+#define wxUSE_OWNER_DRAWN 1
+_ACEOF
+
+ fi
+fi
+
+
if test "$wxUSE_MSW" = 1 ; then
if test "$wxUSE_DC_CACHEING" = "yes"; then
fi
- if test "$wxUSE_OWNER_DRAWN" = "yes"; then
- cat >>confdefs.h <<\_ACEOF
-#define wxUSE_OWNER_DRAWN 1
-_ACEOF
-
- fi
-
if test "$wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW" = "yes"; then
cat >>confdefs.h <<\_ACEOF
#define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 1
if test "$wxUSE_GRAPHICS_CONTEXT" = "yes"; then
- if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then
+ if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
cat >>confdefs.h <<\_ACEOF
#define wxUSE_GRAPHICS_CONTEXT 1
_ACEOF
if test "$wxUSE_GSTREAMER" = "yes"; then
CPPFLAGS="$GST_CFLAGS $CPPFLAGS"
- LIBS="$GST_LIBS $LIBS"
+ EXTRALIBS_MEDIA="$GST_LIBS"
cat >>confdefs.h <<\_ACEOF
#define wxUSE_GSTREAMER 1
EXTRALIBS="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
EXTRALIBS_XML="$EXPAT_LINK"
EXTRALIBS_HTML="$MSPACK_LINK"
+EXTRALIBS_MEDIA="$GST_LIBS"
EXTRALIBS_STC="-lwxscintilla${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX}"
if test "$wxUSE_GUI" = "yes"; then
EXTRALIBS_GUI=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $WEBKIT_LINK $EXTRALIBS_HILDON $EXTRALIBS_GNOMEVFS $EXTRALIBS_GNOMEPRINT`
;;
*)
- for t in `echo $wxUNIV_THEMES | tr , ' ' | tr a-z A-Z`; do
+ for t in `echo $wxUNIV_THEMES | tr , ' ' | tr '[a-z]' '[A-Z]'`; do
cat >>confdefs.h <<_ACEOF
#define wxUSE_THEME_$t 1
_ACEOF
-TOOLKIT_LOWERCASE=`echo $TOOLKIT | tr A-Z a-z`
+
+TOOLKIT_LOWERCASE=`echo $TOOLKIT | tr '[A-Z]' '[a-z]'`
if $CXX -o conftest$PROGRAM_EXT conftest.cpp >/dev/null 2>&1
then
- if tr -dc a-z < conftest$PROGRAM_EXT |
+ if tr -dc '[a-z]' < conftest$PROGRAM_EXT |
grep awidetest >/dev/null
then
wx_cv_gcc_pch_bug=no
COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0=""
fi
+ COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_WXUNIV_0="#"
+ if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$WXUNIV" = "x0" ; then
+ COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_WXUNIV_0=""
+ fi
+
COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1="#"
if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" -a "x$USE_GUI" = "x1" ; then
COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1=""
fi
done
else
- disabled_var=DISABLED_`echo $subdir | tr a-z A-Z`
+ disabled_var=DISABLED_`echo $subdir | tr '[a-z]' '[A-Z]'`
eval "disabled=\$$disabled_var"
disabled=/`echo X $disabled | sed 's@ @/|/@g'`/
makefiles=`(cd $srcdir ; find $subdir -name Makefile.in) | $EGREP -v "$disabled"`
EXTRALIBS!$EXTRALIBS$ac_delim
EXTRALIBS_XML!$EXTRALIBS_XML$ac_delim
EXTRALIBS_HTML!$EXTRALIBS_HTML$ac_delim
+EXTRALIBS_MEDIA!$EXTRALIBS_MEDIA$ac_delim
EXTRALIBS_GUI!$EXTRALIBS_GUI$ac_delim
EXTRALIBS_OPENGL!$EXTRALIBS_OPENGL$ac_delim
EXTRALIBS_SDL!$EXTRALIBS_SDL$ac_delim
BK_MAKE_PCH!$BK_MAKE_PCH$ac_delim
COND_BUILD_DEBUG!$COND_BUILD_DEBUG$ac_delim
COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT!$COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT$ac_delim
-COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT!$COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT$ac_delim
_ACEOF
if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
ac_delim='%!_!# '
for ac_last_try in false false false false false :; do
cat >conf$$subs.sed <<_ACEOF
+COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT!$COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT$ac_delim
COND_BUILD_DEBUG_UNICODE_0!$COND_BUILD_DEBUG_UNICODE_0$ac_delim
COND_BUILD_DEBUG_UNICODE_1!$COND_BUILD_DEBUG_UNICODE_1$ac_delim
COND_BUILD_RELEASE!$COND_BUILD_RELEASE$ac_delim
COND_TOOLKIT_GTK_TOOLKIT_VERSION_2!$COND_TOOLKIT_GTK_TOOLKIT_VERSION_2$ac_delim
COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1!$COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1$ac_delim
COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0$ac_delim
-COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1!$COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1$ac_delim
-COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0$ac_delim
+COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_WXUNIV_0!$COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_WXUNIV_0$ac_delim
_ACEOF
if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
ac_delim='%!_!# '
for ac_last_try in false false false false false :; do
cat >conf$$subs.sed <<_ACEOF
+COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1!$COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1$ac_delim
+COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0$ac_delim
COND_TOOLKIT_GTK_USE_GUI_1!$COND_TOOLKIT_GTK_USE_GUI_1$ac_delim
COND_TOOLKIT_MAC!$COND_TOOLKIT_MAC$ac_delim
COND_TOOLKIT_MAC_USE_GUI_1!$COND_TOOLKIT_MAC_USE_GUI_1$ac_delim
WX_RESOURCES_MACOSX_DATA!$WX_RESOURCES_MACOSX_DATA$ac_delim
LIBWXMACRES!$LIBWXMACRES$ac_delim
POSTLINK_COMMAND!$POSTLINK_COMMAND$ac_delim
-MACSETFILE!$MACSETFILE$ac_delim
-GCC!$GCC$ac_delim
_ACEOF
if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
ac_delim='%!_!# '
for ac_last_try in false false false false false :; do
cat >conf$$subs.sed <<_ACEOF
+MACSETFILE!$MACSETFILE$ac_delim
+GCC!$GCC$ac_delim
DLLTOOL!$DLLTOOL$ac_delim
CPPUNIT_CONFIG!$CPPUNIT_CONFIG$ac_delim
LIBOBJS!$LIBOBJS$ac_delim
LTLIBOBJS!$LTLIBOBJS$ac_delim
_ACEOF
- if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 4; then
+ if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 6; then
break
elif $ac_last_try; then
{ { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5