+srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
+ac_env_build_alias_set=${build_alias+set}
+ac_env_build_alias_value=$build_alias
+ac_cv_env_build_alias_set=${build_alias+set}
+ac_cv_env_build_alias_value=$build_alias
+ac_env_host_alias_set=${host_alias+set}
+ac_env_host_alias_value=$host_alias
+ac_cv_env_host_alias_set=${host_alias+set}
+ac_cv_env_host_alias_value=$host_alias
+ac_env_target_alias_set=${target_alias+set}
+ac_env_target_alias_value=$target_alias
+ac_cv_env_target_alias_set=${target_alias+set}
+ac_cv_env_target_alias_value=$target_alias
+ac_env_CC_set=${CC+set}
+ac_env_CC_value=$CC
+ac_cv_env_CC_set=${CC+set}
+ac_cv_env_CC_value=$CC
+ac_env_CFLAGS_set=${CFLAGS+set}
+ac_env_CFLAGS_value=$CFLAGS
+ac_cv_env_CFLAGS_set=${CFLAGS+set}
+ac_cv_env_CFLAGS_value=$CFLAGS
+ac_env_LDFLAGS_set=${LDFLAGS+set}
+ac_env_LDFLAGS_value=$LDFLAGS
+ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
+ac_cv_env_LDFLAGS_value=$LDFLAGS
+ac_env_CPPFLAGS_set=${CPPFLAGS+set}
+ac_env_CPPFLAGS_value=$CPPFLAGS
+ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
+ac_cv_env_CPPFLAGS_value=$CPPFLAGS
+ac_env_CPP_set=${CPP+set}
+ac_env_CPP_value=$CPP
+ac_cv_env_CPP_set=${CPP+set}
+ac_cv_env_CPP_value=$CPP
+ac_env_CXX_set=${CXX+set}
+ac_env_CXX_value=$CXX
+ac_cv_env_CXX_set=${CXX+set}
+ac_cv_env_CXX_value=$CXX
+ac_env_CXXFLAGS_set=${CXXFLAGS+set}
+ac_env_CXXFLAGS_value=$CXXFLAGS
+ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
+ac_cv_env_CXXFLAGS_value=$CXXFLAGS
+ac_env_CXXCPP_set=${CXXCPP+set}
+ac_env_CXXCPP_value=$CXXCPP
+ac_cv_env_CXXCPP_set=${CXXCPP+set}
+ac_cv_env_CXXCPP_value=$CXXCPP
+
+#
+# Report the --help message.
+#
+if test "$ac_init_help" = "long"; then
+ # Omit some internal or obsolete options to make the list less imposing.
+ # This message is too long to be a string in the A/UX 3.1 sh.
+ cat <<EOF
+\`configure' configures this package to adapt to many kinds of systems.
+
+Usage: $0 [OPTION]... [VAR=VALUE]...
+
+To assign environment variables (e.g., CC, CFLAGS...), specify them as
+VAR=VALUE. See below for descriptions of some of the useful variables.
+
+Defaults for the options are specified in brackets.
+
+Configuration:
+ -h, --help display this help and exit
+ --help=short display options specific to this package
+ --help=recursive display the short help of all the included packages
+ -V, --version display version information and exit
+ -q, --quiet, --silent do not print \`checking...' messages
+ --cache-file=FILE cache test results in FILE [disabled]
+ -C, --config-cache alias for \`--cache-file=config.cache'
+ -n, --no-create do not create output files
+ --srcdir=DIR find the sources in DIR [configure dir or \`..']
+
+EOF
+
+ cat <<EOF
+Installation directories:
+ --prefix=PREFIX install architecture-independent files in PREFIX
+ [$ac_default_prefix]
+ --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
+ [PREFIX]
+
+By default, \`make install' will install all the files in
+\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
+an installation prefix other than \`$ac_default_prefix' using \`--prefix',
+for instance \`--prefix=\$HOME'.
+
+For better control, use the options below.
+
+Fine tuning of the installation directories:
+ --bindir=DIR user executables [EPREFIX/bin]
+ --sbindir=DIR system admin executables [EPREFIX/sbin]
+ --libexecdir=DIR program executables [EPREFIX/libexec]
+ --datadir=DIR read-only architecture-independent data [PREFIX/share]
+ --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
+ --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
+ --localstatedir=DIR modifiable single-machine data [PREFIX/var]
+ --libdir=DIR object code libraries [EPREFIX/lib]
+ --includedir=DIR C header files [PREFIX/include]
+ --oldincludedir=DIR C header files for non-gcc [/usr/include]
+ --infodir=DIR info documentation [PREFIX/info]
+ --mandir=DIR man documentation [PREFIX/man]
+EOF
+
+ cat <<\EOF
+
+X features:
+ --x-includes=DIR X include files are in DIR
+ --x-libraries=DIR X library files are in DIR
+
+System types:
+ --build=BUILD configure for building on BUILD [guessed]
+ --host=HOST build programs to run on HOST [BUILD]
+ --target=TARGET configure for building compilers for TARGET [HOST]
+EOF
+fi
+
+if test -n "$ac_init_help"; then
+
+ cat <<\EOF
+
+Optional Features:
+ --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
+ --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
+ --enable-gui use GUI classes
+ --enable-universal use wxWindows GUI controls instead of native ones
+ --enable-nanox use NanoX
+ --enable-gtk2 use GTK+ 2.0 if available (EXPERIMENTAL)
+ --enable-shared create shared library code
+ --enable-soname set the DT_SONAME field in ELF shared libraries
+ --enable-optimise create optimised code
+ --enable-debug same as debug_flag and debug_info
+ --enable-precomp enable use of precompiled headers (Mac OS X)
+ --enable-debug_flag set __WXDEBUG__ flag (recommended for developers!)
+ --enable-debug_info create code with debugging information
+ --enable-debug_gdb create code with extra GDB debugging information
+ --enable-debug_cntxt use wxDebugContext
+ --enable-mem_tracing create code with memory tracing
+ --enable-profile create code with profiling information
+ --enable-no_rtti create code without RTTI information
+ --enable-no_exceptions create code without C++ exceptions handling
+ --enable-permissive compile code disregarding strict ANSI
+ --enable-no_deps create code without dependency information
+ --enable-compat20 enable wxWindows 2.0 compatibility
+ --disable-compat22 disable wxWindows 2.2 compatibility
+ --enable-rpath=DIR output the rpath flag from wx-config
+ --enable-intl use internationalization system
+ --enable-config use wxConfig (and derived) classes
+ --enable-protocols use wxProtocol and derived classes
+ --enable-ftp use wxFTP (requires wxProtocol
+ --enable-http use wxHTTP (requires wxProtocol
+ --enable-fileproto use wxFileProto class (requires wxProtocol
+ --enable-sockets use socket/network classes
+ --enable-ipc use interprocess communication (wxSocket etc.)
+ --enable-cmdline use wxCmdLineParser class
+ --enable-datetime use wxDateTime class
+ --enable-timedate use obsolete wxDate/wxTime classes
+ --enable-stopwatch use wxStopWatch class
+ --enable-dialupman use dialup network classes
+ --enable-apple_ieee use the Apple IEEE codec
+ --enable-timer use wxTimer class
+ --enable-wave use wxWave class
+ --enable-fraction use wxFraction class
+ --enable-dynlib use wxLibrary class for DLL loading
+ --enable-dynamicloader use (new) wxDynamicLibrary class
+ --enable-longlong use wxLongLong class
+ --enable-geometry use geometry class
+ --enable-log use logging system
+ --enable-streams use wxStream etc classes
+ --enable-file use wxFile classes
+ --enable-ffile use wxFFile classes
+ --enable-textbuf use wxTextBuffer class
+ --enable-textfile use wxTextFile class
+ --enable-fontmap use font encodings conversion classes
+ --enable-unicode compile wxString with Unicode support
+ --enable-mslu use MS Layer for Unicode on Windows 9x (win32 only)
+ --enable-wxprintfv use wxWindows implementation of vprintf()
+ --enable-std_iostreams use standard C++ stream classes
+ --enable-filesystem use virtual file systems classes
+ --enable-fs_inet use virtual HTTP/FTP filesystems
+ --enable-fs_zip use virtual ZIP filesystems
+ --enable-zipstream use wxZipInputStream
+ --enable-catch_segvs catch signals and pass them to wxApp::OnFatalException
+ --enable-snglinst use wxSingleInstanceChecker class
+ --enable-mimetype use wxMimeTypesManager
+ --enable-sysoptions use wxSystemOptions
+ --enable-url use wxURL class
+ --enable-protocol use wxProtocol class
+ --enable-protocol-http HTTP support in wxProtocol
+ --enable-protocol-ftp FTP support in wxProtocol
+ --enable-protocol-file FILE support in wxProtocol
+ --enable-threads use threads
+ --enable-docview use document view architecture
+ --enable-help use help subsystem
+ --enable-mshtmlhelp use MS HTML Help (win32)
+ --enable-html use wxHTML sub-library
+ --enable-htmlhelp use wxHTML-based help
+ --enable-constraints use layout-constraints system
+ --enable-printarch use printing architecture
+ --enable-mdi use multiple document interface architecture
+ --enable-loggui use standard GUI logger
+ --enable-logwin use wxLogWindow
+ --enable-logdialog use wxLogDialog
+ --enable-postscript use wxPostscriptDC device context (default for gtk+)
+ --enable-prologio use Prolog IO library
+ --enable-resources use wxWindows resources
+ --enable-xresources use X resources for save (default for gtk+)
+ --enable-clipboard use wxClipboard classes
+ --enable-dnd use Drag'n'Drop classes
+ --enable-metafile use win32 metafiles
+ --enable-treelayout use wxTreeLayout classes
+ --enable-controls use all usual controls
+ --enable-accel use accelerators
+ --enable-button use wxButton class
+ --enable-bmpbutton use wxBitmapButton class
+ --enable-calendar use wxCalendarCtrl class
+ --enable-caret use wxCaret class
+ --enable-checkbox use wxCheckBox class
+ --enable-checklst use wxCheckListBox (listbox with checkboxes) class
+ --enable-choice use wxChoice class
+ --enable-combobox use wxComboBox classes
+ --enable-gauge use wxGauge class
+ --enable-grid use wxGrid class
+ --enable-newgrid use new wxGrid class
+ --enable-imaglist use wxImageList class
+ --enable-listbox use wxListBox class
+ --enable-listctrl use wxListCtrl class
+ --enable-notebook use wxNotebook class
+ --enable-propsheet use wxPropertySheet class
+ --enable-radiobox use wxRadioBox class
+ --enable-radiobtn use wxRadioButton class
+ --enable-sash use wxSashWindow class
+ --enable-scrollbar use wxScrollBar class and scrollable windows
+ --enable-slider use wxSlider class
+ --enable-spinbtn use wxSpinButton class
+ --enable-spinctrl use wxSpinCtrl class
+ --enable-splitter use wxSplitterWindow class
+ --enable-statbmp use wxStaticBitmap class
+ --enable-statbox use wxStaticBox class
+ --enable-statline use wxStaticLine class
+ --enable-stattext use wxStaticText class
+ --enable-statusbar use wxStatusBar class
+ --enable-tabdialog use wxTabControl class
+ --enable-textctrl use wxTextCtrl class
+ --enable-togglebtn use wxToggleButton class
+ --enable-toolbar use wxToolBar class
+ --enable-tbarnative use native wxToolBar class
+ --enable-tbarsmpl use wxToolBarSimple class
+ --enable-treectrl use wxTreeCtrl class
+ --enable-tipwindow use wxTipWindow class
+ --enable-popupwin use wxPopUpWindow class
+ --enable-commondlg use all common dialogs
+ --enable-choicedlg use wxChoiceDialog
+ --enable-coldlg use wxColourDialog
+ --enable-filedlg use wxFileDialog
+ --enable-finddlg use wxFindReplaceDialog
+ --enable-fontdlg use wxFontDialog
+ --enable-dirdlg use wxDirDialog
+ --enable-msgdlg use wxMessageDialog
+ --enable-numberdlg use wxNumberEntryDialog
+ --enable-splash use wxSplashScreen
+ --enable-textdlg use wxTextDialog
+ --enable-tipdlg use startup tips
+ --enable-progressdlg use wxProgressDialog
+ --enable-wizarddlg use wxWizard
+ --enable-menus use wxMenu/wxMenuBar/wxMenuItem classes
+ --enable-miniframe use wxMiniFrame class
+ --enable-tooltips use wxToolTip class
+ --enable-splines use spline drawing code
+ --enable-validators use wxValidator and derived classes
+ --enable-busyinfo use wxBusyInfo
+ --enable-joystick use wxJoystick (Linux only)
+ --enable-metafiles use wxMetaFile (Windows only)
+ --enable-dragimage use wxDragImage
+ --enable-palette use wxPalette class
+ --enable-image use wxImage class
+ --enable-gif use gif images (GIF file format)
+ --enable-pcx use pcx images (PCX file format)
+ --enable-iff use iff images (IFF file format)
+ --enable-pnm use pnm images (PNM file format)
+ --enable-xpm use xpm images (XPM file format)
+ --enable-icocur use Windows ICO and CUR formats
+ --disable-largefile omit support for large files
+ --disable-gtktest do not try to compile and run a test GTK+ program
+ --disable-gtktest Do not try to compile and run a test GTK program
+
+Optional Packages:
+ --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
+ --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
+ --with-gtk use GTK+
+ --with-motif use Motif/Lesstif
+ --with-mac use Mac OS X
+ --with-wine use WINE
+ --with-msw use MS-Windows
+ --with-pm use OS/2 Presentation Manager
+ --with-mgl use SciTech MGL
+ --with-microwin use MicroWindows
+ --with-x11 use X11
+ --with-libpng use libpng (PNG image format)
+ --with-libjpeg use libjpeg (JPEG file format)
+ --with-libtiff use libtiff (TIFF file format)
+ --with-opengl use OpenGL (or Mesa)
+ --with-dmalloc use dmalloc library (http://dmalloc.com/)
+ --with-regex enable support for wxRegEx class
+ --with-zlib use zlib for LZW compression
+ --with-odbc use the IODBC and wxODBC classes
+ --with-gtk-prefix=PFX Prefix where GTK is installed (optional)
+ --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)
+ --with-x use the X Window System
+ --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
+
+Some influential environment variables:
+ CC C compiler command
+ CFLAGS C compiler flags
+ LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
+ nonstandard directory <lib dir>
+ CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
+ headers in a nonstandard directory <include dir>
+ CPP C preprocessor
+ CXX C++ compiler command
+ CXXFLAGS C++ compiler flags
+ CXXCPP C++ preprocessor
+
+Use these variables to override the choices made by `configure' or to help
+it to find libraries and programs with nonstandard names/locations.
+
+EOF
+fi
+
+if test "$ac_init_help" = "recursive"; then
+ # If there are subdirs, report their specific --help.
+ ac_popdir=`pwd`
+ for ac_subdir in : $ac_subdirs_all; do test "x$ac_subdir" = x: && continue
+ cd $ac_subdir
+ # A "../" for each directory in /$ac_subdir.
+ ac_dots=`echo $ac_subdir |
+ sed 's,^\./,,;s,[^/]$,&/,;s,[^/]*/,../,g'`
+
+ case $srcdir in
+ .) # No --srcdir option. We are building in place.
+ ac_sub_srcdir=$srcdir ;;
+ [\\/]* | ?:[\\/]* ) # Absolute path.
+ ac_sub_srcdir=$srcdir/$ac_subdir ;;
+ *) # Relative path.
+ ac_sub_srcdir=$ac_dots$srcdir/$ac_subdir ;;
+ esac
+
+ # Check for guested configure; otherwise get Cygnus style configure.
+ if test -f $ac_sub_srcdir/configure.gnu; then
+ echo
+ $SHELL $ac_sub_srcdir/configure.gnu --help=recursive
+ elif test -f $ac_sub_srcdir/configure; then
+ echo
+ $SHELL $ac_sub_srcdir/configure --help=recursive
+ elif test -f $ac_sub_srcdir/configure.ac ||
+ test -f $ac_sub_srcdir/configure.in; then
+ echo
+ $ac_configure --help
+ else
+ echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2
+ fi
+ cd $ac_popdir
+ done
+fi
+
+test -n "$ac_init_help" && exit 0
+if $ac_init_version; then
+ cat <<\EOF
+
+Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
+Free Software Foundation, Inc.
+This configure script is free software; the Free Software Foundation
+gives unlimited permission to copy, distribute and modify it.
+EOF
+ exit 0
+fi
+exec 5>config.log
+cat >&5 <<EOF
+This file contains any messages produced by compilers while
+running configure, to aid debugging if configure makes a mistake.
+
+It was created by $as_me, which was
+generated by GNU Autoconf 2.52. Invocation command line was
+
+ $ $0 $@
+
+EOF
+{
+cat <<_ASUNAME
+## ---------- ##
+## Platform. ##
+## ---------- ##
+
+hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
+uname -m = `(uname -m) 2>/dev/null || echo unknown`
+uname -r = `(uname -r) 2>/dev/null || echo unknown`
+uname -s = `(uname -s) 2>/dev/null || echo unknown`
+uname -v = `(uname -v) 2>/dev/null || echo unknown`
+
+/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
+/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
+
+/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
+/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
+/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
+hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
+/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
+/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
+/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
+
+PATH = $PATH
+
+_ASUNAME
+} >&5
+
+cat >&5 <<EOF
+## ------------ ##
+## Core tests. ##
+## ------------ ##
+
+EOF
+
+# Keep a trace of the command line.
+# Strip out --no-create and --no-recursion so they do not pile up.
+# Also quote any args containing shell meta-characters.
+ac_configure_args=
+ac_sep=
+for ac_arg
+do
+ case $ac_arg in
+ -no-create | --no-create | --no-creat | --no-crea | --no-cre \
+ | --no-cr | --no-c) ;;
+ -no-recursion | --no-recursion | --no-recursio | --no-recursi \
+ | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
+ *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
+ ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
+ ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
+ ac_sep=" " ;;
+ *) ac_configure_args="$ac_configure_args$ac_sep$ac_arg"
+ ac_sep=" " ;;
+ esac
+ # Get rid of the leading space.
+done
+
+# When interrupted or exit'd, cleanup temporary files, and complete
+# config.log. We remove comments because anyway the quotes in there
+# would cause problems or look ugly.
+trap 'exit_status=$?
+ # Save into config.log some information that might help in debugging.
+ echo >&5
+ echo "## ----------------- ##" >&5
+ echo "## Cache variables. ##" >&5
+ echo "## ----------------- ##" >&5
+ echo >&5
+ # The following way of writing the cache mishandles newlines in values,
+{
+ (set) 2>&1 |
+ case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
+ *ac_space=\ *)
+ sed -n \
+ "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
+ s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
+ ;;
+ *)
+ sed -n \
+ "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
+ ;;
+ esac;
+} >&5
+ sed "/^$/d" confdefs.h >conftest.log
+ if test -s conftest.log; then
+ echo >&5
+ echo "## ------------ ##" >&5
+ echo "## confdefs.h. ##" >&5
+ echo "## ------------ ##" >&5
+ echo >&5
+ cat conftest.log >&5
+ fi
+ (echo; echo) >&5
+ test "$ac_signal" != 0 &&
+ echo "$as_me: caught signal $ac_signal" >&5
+ echo "$as_me: exit $exit_status" >&5
+ rm -rf conftest* confdefs* core core.* *.core conf$$* $ac_clean_files &&
+ exit $exit_status
+ ' 0
+for ac_signal in 1 2 13 15; do
+ trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
+done
+ac_signal=0
+
+# confdefs.h avoids OS command line length limits that DEFS can exceed.
+rm -rf conftest* confdefs.h
+# AIX cpp loses on an empty file, so make sure it contains at least a newline.
+echo >confdefs.h