moving XRC to the core
[wxWidgets.git] / configure
1 #! /bin/sh
2 # From configure.in Id: configure.in.
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated by GNU Autoconf 2.59 for wxWidgets 2.5.2.
5 #
6 # Report bugs to <wx-dev@lists.wxwidgets.org>.
7 #
8 # Copyright (C) 2003 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## --------------------- ##
12 ## M4sh Initialization.  ##
13 ## --------------------- ##
14
15 # Be Bourne compatible
16 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
17   emulate sh
18   NULLCMD=:
19   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
20   # is contrary to our usage.  Disable this feature.
21   alias -g '${1+"$@"}'='"$@"'
22 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
23   set -o posix
24 fi
25 DUALCASE=1; export DUALCASE # for MKS sh
26
27 # Support unset when possible.
28 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
29   as_unset=unset
30 else
31   as_unset=false
32 fi
33
34
35 # Work around bugs in pre-3.0 UWIN ksh.
36 $as_unset ENV MAIL MAILPATH
37 PS1='$ '
38 PS2='> '
39 PS4='+ '
40
41 # NLS nuisances.
42 for as_var in \
43   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
44   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
45   LC_TELEPHONE LC_TIME
46 do
47   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
48     eval $as_var=C; export $as_var
49   else
50     $as_unset $as_var
51   fi
52 done
53
54 # Required to use basename.
55 if expr a : '\(a\)' >/dev/null 2>&1; then
56   as_expr=expr
57 else
58   as_expr=false
59 fi
60
61 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
62   as_basename=basename
63 else
64   as_basename=false
65 fi
66
67
68 # Name of the executable.
69 as_me=`$as_basename "$0" ||
70 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
71          X"$0" : 'X\(//\)$' \| \
72          X"$0" : 'X\(/\)$' \| \
73          .     : '\(.\)' 2>/dev/null ||
74 echo X/"$0" |
75     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
76           /^X\/\(\/\/\)$/{ s//\1/; q; }
77           /^X\/\(\/\).*/{ s//\1/; q; }
78           s/.*/./; q'`
79
80
81 # PATH needs CR, and LINENO needs CR and PATH.
82 # Avoid depending upon Character Ranges.
83 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
84 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
85 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
86 as_cr_digits='0123456789'
87 as_cr_alnum=$as_cr_Letters$as_cr_digits
88
89 # The user is always right.
90 if test "${PATH_SEPARATOR+set}" != set; then
91   echo "#! /bin/sh" >conf$$.sh
92   echo  "exit 0"   >>conf$$.sh
93   chmod +x conf$$.sh
94   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
95     PATH_SEPARATOR=';'
96   else
97     PATH_SEPARATOR=:
98   fi
99   rm -f conf$$.sh
100 fi
101
102
103   as_lineno_1=$LINENO
104   as_lineno_2=$LINENO
105   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
106   test "x$as_lineno_1" != "x$as_lineno_2" &&
107   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
108   # Find who we are.  Look in the path if we contain no path at all
109   # relative or not.
110   case $0 in
111     *[\\/]* ) as_myself=$0 ;;
112     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
113 for as_dir in $PATH
114 do
115   IFS=$as_save_IFS
116   test -z "$as_dir" && as_dir=.
117   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
118 done
119
120        ;;
121   esac
122   # We did not find ourselves, most probably we were run as `sh COMMAND'
123   # in which case we are not to be found in the path.
124   if test "x$as_myself" = x; then
125     as_myself=$0
126   fi
127   if test ! -f "$as_myself"; then
128     { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
129    { (exit 1); exit 1; }; }
130   fi
131   case $CONFIG_SHELL in
132   '')
133     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
134 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
135 do
136   IFS=$as_save_IFS
137   test -z "$as_dir" && as_dir=.
138   for as_base in sh bash ksh sh5; do
139          case $as_dir in
140          /*)
141            if ("$as_dir/$as_base" -c '
142   as_lineno_1=$LINENO
143   as_lineno_2=$LINENO
144   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
145   test "x$as_lineno_1" != "x$as_lineno_2" &&
146   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
147              $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
148              $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
149              CONFIG_SHELL=$as_dir/$as_base
150              export CONFIG_SHELL
151              exec "$CONFIG_SHELL" "$0" ${1+"$@"}
152            fi;;
153          esac
154        done
155 done
156 ;;
157   esac
158
159   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
160   # uniformly replaced by the line number.  The first 'sed' inserts a
161   # line-number line before each line; the second 'sed' does the real
162   # work.  The second script uses 'N' to pair each line-number line
163   # with the numbered line, and appends trailing '-' during
164   # substitution so that $LINENO is not a special case at line end.
165   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
166   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
167   sed '=' <$as_myself |
168     sed '
169       N
170       s,$,-,
171       : loop
172       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
173       t loop
174       s,-$,,
175       s,^['$as_cr_digits']*\n,,
176     ' >$as_me.lineno &&
177   chmod +x $as_me.lineno ||
178     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
179    { (exit 1); exit 1; }; }
180
181   # Don't try to exec as it changes $[0], causing all sort of problems
182   # (the dirname of $[0] is not the place where we might find the
183   # original and so on.  Autoconf is especially sensible to this).
184   . ./$as_me.lineno
185   # Exit status is that of the last command.
186   exit
187 }
188
189
190 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
191   *c*,-n*) ECHO_N= ECHO_C='
192 ' ECHO_T='      ' ;;
193   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
194   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
195 esac
196
197 if expr a : '\(a\)' >/dev/null 2>&1; then
198   as_expr=expr
199 else
200   as_expr=false
201 fi
202
203 rm -f conf$$ conf$$.exe conf$$.file
204 echo >conf$$.file
205 if ln -s conf$$.file conf$$ 2>/dev/null; then
206   # We could just check for DJGPP; but this test a) works b) is more generic
207   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
208   if test -f conf$$.exe; then
209     # Don't use ln at all; we don't have any links
210     as_ln_s='cp -p'
211   else
212     as_ln_s='ln -s'
213   fi
214 elif ln conf$$.file conf$$ 2>/dev/null; then
215   as_ln_s=ln
216 else
217   as_ln_s='cp -p'
218 fi
219 rm -f conf$$ conf$$.exe conf$$.file
220
221 if mkdir -p . 2>/dev/null; then
222   as_mkdir_p=:
223 else
224   test -d ./-p && rmdir ./-p
225   as_mkdir_p=false
226 fi
227
228 as_executable_p="test -f"
229
230 # Sed expression to map a string onto a valid CPP name.
231 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
232
233 # Sed expression to map a string onto a valid variable name.
234 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
235
236
237 # IFS
238 # We need space, tab and new line, in precisely that order.
239 as_nl='
240 '
241 IFS="   $as_nl"
242
243 # CDPATH.
244 $as_unset CDPATH
245
246
247 # Name of the host.
248 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
249 # so uname gets run too.
250 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
251
252 exec 6>&1
253
254 #
255 # Initializations.
256 #
257 ac_default_prefix=/usr/local
258 ac_config_libobj_dir=.
259 cross_compiling=no
260 subdirs=
261 MFLAGS=
262 MAKEFLAGS=
263 SHELL=${CONFIG_SHELL-/bin/sh}
264
265 # Maximum number of lines to put in a shell here document.
266 # This variable seems obsolete.  It should probably be removed, and
267 # only ac_max_sed_lines should be used.
268 : ${ac_max_here_lines=38}
269
270 # Identity of this package.
271 PACKAGE_NAME='wxWidgets'
272 PACKAGE_TARNAME='wxwidgets'
273 PACKAGE_VERSION='2.5.2'
274 PACKAGE_STRING='wxWidgets 2.5.2'
275 PACKAGE_BUGREPORT='wx-dev@lists.wxwidgets.org'
276
277 ac_unique_file="wx-config.in"
278 # Factoring default headers for most tests.
279 ac_includes_default="\
280 #include <stdio.h>
281 #if HAVE_SYS_TYPES_H
282 # include <sys/types.h>
283 #endif
284 #if HAVE_SYS_STAT_H
285 # include <sys/stat.h>
286 #endif
287 #if STDC_HEADERS
288 # include <stdlib.h>
289 # include <stddef.h>
290 #else
291 # if HAVE_STDLIB_H
292 #  include <stdlib.h>
293 # endif
294 #endif
295 #if HAVE_STRING_H
296 # if !STDC_HEADERS && HAVE_MEMORY_H
297 #  include <memory.h>
298 # endif
299 # include <string.h>
300 #endif
301 #if HAVE_STRINGS_H
302 # include <strings.h>
303 #endif
304 #if HAVE_INTTYPES_H
305 # include <inttypes.h>
306 #else
307 # if HAVE_STDINT_H
308 #  include <stdint.h>
309 # endif
310 #endif
311 #if HAVE_UNISTD_H
312 # include <unistd.h>
313 #endif"
314
315 ac_subdirs_all="$ac_subdirs_all src/expat"
316 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP CXX CXXFLAGS ac_ct_CXX RANLIB ac_ct_RANLIB AR INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA STRIP IF_GNU_MAKE LN_S CXXCPP subdirs PKG_CONFIG GTK_CFLAGS GTK_LIBS GTK_CONFIG PANGOFT2_CFLAGS PANGOFT2_LIBS X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS PANGOX_CFLAGS PANGOX_LIBS PANGOXFT_CFLAGS PANGOXFT_LIBS RESCOMP DEREZ SETFILE LIBICONV EXTRALIBS_ESD SDL_CONFIG SDL_CFLAGS SDL_LIBS CORE_BASE_LIBS CORE_GUI_LIBS wxUSE_ZLIB wxUSE_REGEX wxUSE_EXPAT wxUSE_ODBC wxUSE_LIBJPEG wxUSE_LIBPNG wxUSE_LIBTIFF VENDOR OFFICIAL_BUILD WXUNIV MONOLITHIC USE_PLUGINS EXTRALIBS EXTRALIBS_XML EXTRALIBS_HTML EXTRALIBS_ODBC EXTRALIBS_GUI EXTRALIBS_OPENGL EXTRALIBS_SDL WITH_PLUGIN_SDL UNICODE BUILD DEBUG_INFO DEBUG_FLAG SHARED TOOLKIT_LOWERCASE TOOLKIT_VERSION SAMPLES_RPATH_FLAG SAMPLES_RPATH_POSTLINK HOST_SUFFIX CPPUNIT_CFLAGS CPPUNIT_LIBS SET_MAKE MAKE_SET ac_ct_AR ac_ct_STRIP NM ac_ct_NM INSTALL_DIR LDFLAGS_GUI PLATFORM_UNIX PLATFORM_WIN32 PLATFORM_MSDOS PLATFORM_MAC PLATFORM_MACOSX PLATFORM_OS2 SO_SUFFIX SO_SUFFIX_MODULE DLLIMP_SUFFIX LIBPREFIX LIBEXT DLLPREFIX DLLPREFIX_MODULE AIX_CXX_LD SHARED_LD_CC SHARED_LD_CXX SHARED_LD_MODULE_CC SHARED_LD_MODULE_CXX PIC_FLAG USE_SOVERSION USE_SOVERLINUX USE_SOVERSOLARIS USE_MACVERSION USE_SOSYMLINKS SONAME_FLAG DEPS_TRACKING GCC_PCH COND_BUILD_DEBUG COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT COND_BUILD_DEBUG_UNICODE_0 COND_BUILD_DEBUG_UNICODE_1 COND_BUILD_RELEASE COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT COND_BUILD_RELEASE_UNICODE_0 COND_BUILD_RELEASE_UNICODE_1 COND_DEBUG_FLAG_1 COND_DEBUG_INFO_0 COND_DEBUG_INFO_1 COND_DEPS_TRACKING_0 COND_DEPS_TRACKING_1 COND_GCC_PCH_1 COND_MONOLITHIC_0 COND_MONOLITHIC_0_SHARED_0 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_0_USE_HTML_1 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_1_USE_HTML_1 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1 COND_MONOLITHIC_0_USE_ODBC_1 COND_MONOLITHIC_1 COND_MONOLITHIC_1_SHARED_0 COND_MONOLITHIC_1_SHARED_1 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1 COND_PLATFORM_MACOSX_1 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA COND_PLATFORM_MACOSX_1_TOOLKIT_GTK COND_PLATFORM_MACOSX_1_TOOLKIT_MAC COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF COND_PLATFORM_MACOSX_1_TOOLKIT_X11 COND_PLATFORM_MACOSX_1_USE_GUI_1 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1 COND_PLATFORM_MAC_1 COND_PLATFORM_OS2_1 COND_PLATFORM_UNIX_0 COND_PLATFORM_UNIX_1 COND_PLATFORM_UNIX_1_USE_GUI_1 COND_PLATFORM_UNIX_1_USE_PLUGINS_0 COND_PLATFORM_WIN32_0 COND_PLATFORM_WIN32_1 COND_SHARED_0 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN COND_SHARED_0_WXUSE_EXPAT_BUILTIN COND_SHARED_0_WXUSE_ODBC_BUILTIN COND_SHARED_0_WXUSE_REGEX_BUILTIN COND_SHARED_0_WXUSE_ZLIB_BUILTIN COND_SHARED_1 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1 COND_TOOLKIT_COCOA COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_GTK COND_TOOLKIT_GTK_USE_GUI_1 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MAC COND_TOOLKIT_MAC_USE_GUI_1 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MGL COND_TOOLKIT_MGL_USE_GUI_1 COND_TOOLKIT_MOTIF COND_TOOLKIT_MOTIF_USE_GUI_1 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MSW COND_TOOLKIT_MSW_USE_GUI_1 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_PM COND_TOOLKIT_PM_USE_GUI_1 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_WINCE COND_TOOLKIT_WINCE_USE_GUI_1 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_X11 COND_TOOLKIT_X11_USE_GUI_1 COND_UNICODE_1 COND_USE_EXCEPTIONS_0 COND_USE_EXCEPTIONS_1 COND_USE_GUI_0 COND_USE_GUI_1 COND_USE_GUI_1_WXUNIV_0 COND_USE_GUI_1_WXUNIV_1 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN COND_USE_PLUGINS_0 COND_USE_SOSYMLINKS_1 COND_USE_SOVERLINUX_1 COND_USE_SOVERSION_0 COND_USE_SOVERSOLARIS_1 COND_WITH_PLUGIN_SDL_1 COND_WXUNIV_1 COND_WXUSE_EXPAT_BUILTIN COND_WXUSE_LIBJPEG_BUILTIN COND_WXUSE_LIBPNG_BUILTIN COND_WXUSE_LIBTIFF_BUILTIN COND_WXUSE_ODBC_BUILTIN COND_WXUSE_REGEX_BUILTIN COND_WXUSE_ZLIB_BUILTIN COND_MONOLITHIC_0_SHARED_0_USE_XRC_1 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1 COND_TOOLKIT_MAC_WXUNIV_0 COND_TOOLKIT_MSW_WXUNIV_0 COND_TOOLKIT_PM_WXUNIV_0 COND_USE_ODBC_1 PATH_IFS WX_MAJOR_VERSION_NUMBER WX_MINOR_VERSION_NUMBER WX_RELEASE_NUMBER WX_SUBRELEASE_NUMBER WX_LIBRARY_NAME_STATIC WX_LIBRARY_NAME_SHARED WX_LIBRARY_BASENAME_NOGUI WX_LIBRARY_BASENAME_GUI WX_LIBRARY_IMPORTLIB WX_TARGET_LIBRARY WX_LIBRARY_LINK1 WX_LIBRARY_LINK2 PROGRAM_EXT WX_LIBRARY_NAME_STATIC_GL WX_LIBRARY_NAME_SHARED_GL WX_TARGET_LIBRARY_GL WX_LIBRARY_LINK1_GL WX_LIBRARY_LINK2_GL WX_ALL WX_ALL_INSTALLED SHARED_LD WX_TARGET_LIBRARY_TYPE STATIC_FLAG WXDEBUG_DEFINE USE_GUI AFMINSTALL WIN32INSTALL TOOLKIT TOOLKIT_DIR TOOLKIT_VPATH TOOLCHAIN_NAME TOOLCHAIN_DEFS TOOLCHAIN_DLL_DEFS top_builddir_wxconfig cross_compiling WXCONFIG_EXTRALIBS WXCONFIG_LIBS WXCONFIG_LIBS_GL WXCONFIG_LIBS_STATIC WXCONFIG_LIBS_STATIC_GL WXCONFIG_INCLUDE WXCONFIG_RPATH WXCONFIG_LDFLAGS_GUI WXCONFIG_DATA_FILE WX_LARGEFILE_FLAGS GCC_PRAGMA_FLAGS CODE_GEN_FLAGS CODE_GEN_FLAGS_CXX ALL_OBJECTS ALL_HEADERS ALL_SOURCES GUIDIST PORT_FILES DISTDIR SAMPLES_SUBDIRS LDFLAGS_GL LDFLAGS_VERSIONING LDFLAGS_EXE OPENGL_LIBS DMALLOC_LIBS WX_VERSION_TAG RESFLAGS RESPROGRAMOBJ WX_RESOURCES_MACOSX_ASCII WX_RESOURCES_MACOSX_DATA LIBWXMACRES MACRESCOMP MACSETFILE MACRESWXCONFIG GCC DLLTOOL AS LD MAKEINFO INSTALL_LIBRARY CPPUNIT_CONFIG LIBOBJS LTLIBOBJS'
317 ac_subst_files=''
318
319 # Initialize some variables set by options.
320 ac_init_help=
321 ac_init_version=false
322 # The variables have the same names as the options, with
323 # dashes changed to underlines.
324 cache_file=/dev/null
325 exec_prefix=NONE
326 no_create=
327 no_recursion=
328 prefix=NONE
329 program_prefix=NONE
330 program_suffix=NONE
331 program_transform_name=s,x,x,
332 silent=
333 site=
334 srcdir=
335 verbose=
336 x_includes=NONE
337 x_libraries=NONE
338
339 # Installation directory options.
340 # These are left unexpanded so users can "make install exec_prefix=/foo"
341 # and all the variables that are supposed to be based on exec_prefix
342 # by default will actually change.
343 # Use braces instead of parens because sh, perl, etc. also accept them.
344 bindir='${exec_prefix}/bin'
345 sbindir='${exec_prefix}/sbin'
346 libexecdir='${exec_prefix}/libexec'
347 datadir='${prefix}/share'
348 sysconfdir='${prefix}/etc'
349 sharedstatedir='${prefix}/com'
350 localstatedir='${prefix}/var'
351 libdir='${exec_prefix}/lib'
352 includedir='${prefix}/include'
353 oldincludedir='/usr/include'
354 infodir='${prefix}/info'
355 mandir='${prefix}/man'
356
357 ac_prev=
358 for ac_option
359 do
360   # If the previous option needs an argument, assign it.
361   if test -n "$ac_prev"; then
362     eval "$ac_prev=\$ac_option"
363     ac_prev=
364     continue
365   fi
366
367   ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
368
369   # Accept the important Cygnus configure options, so we can diagnose typos.
370
371   case $ac_option in
372
373   -bindir | --bindir | --bindi | --bind | --bin | --bi)
374     ac_prev=bindir ;;
375   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
376     bindir=$ac_optarg ;;
377
378   -build | --build | --buil | --bui | --bu)
379     ac_prev=build_alias ;;
380   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
381     build_alias=$ac_optarg ;;
382
383   -cache-file | --cache-file | --cache-fil | --cache-fi \
384   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
385     ac_prev=cache_file ;;
386   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
387   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
388     cache_file=$ac_optarg ;;
389
390   --config-cache | -C)
391     cache_file=config.cache ;;
392
393   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
394     ac_prev=datadir ;;
395   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
396   | --da=*)
397     datadir=$ac_optarg ;;
398
399   -disable-* | --disable-*)
400     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
401     # Reject names that are not valid shell variable names.
402     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
403       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
404    { (exit 1); exit 1; }; }
405     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
406     eval "enable_$ac_feature=no" ;;
407
408   -enable-* | --enable-*)
409     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
410     # Reject names that are not valid shell variable names.
411     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
412       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
413    { (exit 1); exit 1; }; }
414     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
415     case $ac_option in
416       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
417       *) ac_optarg=yes ;;
418     esac
419     eval "enable_$ac_feature='$ac_optarg'" ;;
420
421   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
422   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
423   | --exec | --exe | --ex)
424     ac_prev=exec_prefix ;;
425   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
426   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
427   | --exec=* | --exe=* | --ex=*)
428     exec_prefix=$ac_optarg ;;
429
430   -gas | --gas | --ga | --g)
431     # Obsolete; use --with-gas.
432     with_gas=yes ;;
433
434   -help | --help | --hel | --he | -h)
435     ac_init_help=long ;;
436   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
437     ac_init_help=recursive ;;
438   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
439     ac_init_help=short ;;
440
441   -host | --host | --hos | --ho)
442     ac_prev=host_alias ;;
443   -host=* | --host=* | --hos=* | --ho=*)
444     host_alias=$ac_optarg ;;
445
446   -includedir | --includedir | --includedi | --included | --include \
447   | --includ | --inclu | --incl | --inc)
448     ac_prev=includedir ;;
449   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
450   | --includ=* | --inclu=* | --incl=* | --inc=*)
451     includedir=$ac_optarg ;;
452
453   -infodir | --infodir | --infodi | --infod | --info | --inf)
454     ac_prev=infodir ;;
455   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
456     infodir=$ac_optarg ;;
457
458   -libdir | --libdir | --libdi | --libd)
459     ac_prev=libdir ;;
460   -libdir=* | --libdir=* | --libdi=* | --libd=*)
461     libdir=$ac_optarg ;;
462
463   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
464   | --libexe | --libex | --libe)
465     ac_prev=libexecdir ;;
466   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
467   | --libexe=* | --libex=* | --libe=*)
468     libexecdir=$ac_optarg ;;
469
470   -localstatedir | --localstatedir | --localstatedi | --localstated \
471   | --localstate | --localstat | --localsta | --localst \
472   | --locals | --local | --loca | --loc | --lo)
473     ac_prev=localstatedir ;;
474   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
475   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
476   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
477     localstatedir=$ac_optarg ;;
478
479   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
480     ac_prev=mandir ;;
481   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
482     mandir=$ac_optarg ;;
483
484   -nfp | --nfp | --nf)
485     # Obsolete; use --without-fp.
486     with_fp=no ;;
487
488   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
489   | --no-cr | --no-c | -n)
490     no_create=yes ;;
491
492   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
493   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
494     no_recursion=yes ;;
495
496   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
497   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
498   | --oldin | --oldi | --old | --ol | --o)
499     ac_prev=oldincludedir ;;
500   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
501   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
502   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
503     oldincludedir=$ac_optarg ;;
504
505   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
506     ac_prev=prefix ;;
507   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
508     prefix=$ac_optarg ;;
509
510   -program-prefix | --program-prefix | --program-prefi | --program-pref \
511   | --program-pre | --program-pr | --program-p)
512     ac_prev=program_prefix ;;
513   -program-prefix=* | --program-prefix=* | --program-prefi=* \
514   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
515     program_prefix=$ac_optarg ;;
516
517   -program-suffix | --program-suffix | --program-suffi | --program-suff \
518   | --program-suf | --program-su | --program-s)
519     ac_prev=program_suffix ;;
520   -program-suffix=* | --program-suffix=* | --program-suffi=* \
521   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
522     program_suffix=$ac_optarg ;;
523
524   -program-transform-name | --program-transform-name \
525   | --program-transform-nam | --program-transform-na \
526   | --program-transform-n | --program-transform- \
527   | --program-transform | --program-transfor \
528   | --program-transfo | --program-transf \
529   | --program-trans | --program-tran \
530   | --progr-tra | --program-tr | --program-t)
531     ac_prev=program_transform_name ;;
532   -program-transform-name=* | --program-transform-name=* \
533   | --program-transform-nam=* | --program-transform-na=* \
534   | --program-transform-n=* | --program-transform-=* \
535   | --program-transform=* | --program-transfor=* \
536   | --program-transfo=* | --program-transf=* \
537   | --program-trans=* | --program-tran=* \
538   | --progr-tra=* | --program-tr=* | --program-t=*)
539     program_transform_name=$ac_optarg ;;
540
541   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
542   | -silent | --silent | --silen | --sile | --sil)
543     silent=yes ;;
544
545   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
546     ac_prev=sbindir ;;
547   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
548   | --sbi=* | --sb=*)
549     sbindir=$ac_optarg ;;
550
551   -sharedstatedir | --sharedstatedir | --sharedstatedi \
552   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
553   | --sharedst | --shareds | --shared | --share | --shar \
554   | --sha | --sh)
555     ac_prev=sharedstatedir ;;
556   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
557   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
558   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
559   | --sha=* | --sh=*)
560     sharedstatedir=$ac_optarg ;;
561
562   -site | --site | --sit)
563     ac_prev=site ;;
564   -site=* | --site=* | --sit=*)
565     site=$ac_optarg ;;
566
567   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
568     ac_prev=srcdir ;;
569   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
570     srcdir=$ac_optarg ;;
571
572   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
573   | --syscon | --sysco | --sysc | --sys | --sy)
574     ac_prev=sysconfdir ;;
575   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
576   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
577     sysconfdir=$ac_optarg ;;
578
579   -target | --target | --targe | --targ | --tar | --ta | --t)
580     ac_prev=target_alias ;;
581   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
582     target_alias=$ac_optarg ;;
583
584   -v | -verbose | --verbose | --verbos | --verbo | --verb)
585     verbose=yes ;;
586
587   -version | --version | --versio | --versi | --vers | -V)
588     ac_init_version=: ;;
589
590   -with-* | --with-*)
591     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
592     # Reject names that are not valid shell variable names.
593     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
594       { echo "$as_me: error: invalid package name: $ac_package" >&2
595    { (exit 1); exit 1; }; }
596     ac_package=`echo $ac_package| sed 's/-/_/g'`
597     case $ac_option in
598       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
599       *) ac_optarg=yes ;;
600     esac
601     eval "with_$ac_package='$ac_optarg'" ;;
602
603   -without-* | --without-*)
604     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
605     # Reject names that are not valid shell variable names.
606     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
607       { echo "$as_me: error: invalid package name: $ac_package" >&2
608    { (exit 1); exit 1; }; }
609     ac_package=`echo $ac_package | sed 's/-/_/g'`
610     eval "with_$ac_package=no" ;;
611
612   --x)
613     # Obsolete; use --with-x.
614     with_x=yes ;;
615
616   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
617   | --x-incl | --x-inc | --x-in | --x-i)
618     ac_prev=x_includes ;;
619   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
620   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
621     x_includes=$ac_optarg ;;
622
623   -x-libraries | --x-libraries | --x-librarie | --x-librari \
624   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
625     ac_prev=x_libraries ;;
626   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
627   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
628     x_libraries=$ac_optarg ;;
629
630   -*) { echo "$as_me: error: unrecognized option: $ac_option
631 Try \`$0 --help' for more information." >&2
632    { (exit 1); exit 1; }; }
633     ;;
634
635   *=*)
636     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
637     # Reject names that are not valid shell variable names.
638     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
639       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
640    { (exit 1); exit 1; }; }
641     ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
642     eval "$ac_envvar='$ac_optarg'"
643     export $ac_envvar ;;
644
645   *)
646     # FIXME: should be removed in autoconf 3.0.
647     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
648     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
649       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
650     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
651     ;;
652
653   esac
654 done
655
656 if test -n "$ac_prev"; then
657   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
658   { echo "$as_me: error: missing argument to $ac_option" >&2
659    { (exit 1); exit 1; }; }
660 fi
661
662 # Be sure to have absolute paths.
663 for ac_var in exec_prefix prefix
664 do
665   eval ac_val=$`echo $ac_var`
666   case $ac_val in
667     [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
668     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
669    { (exit 1); exit 1; }; };;
670   esac
671 done
672
673 # Be sure to have absolute paths.
674 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
675               localstatedir libdir includedir oldincludedir infodir mandir
676 do
677   eval ac_val=$`echo $ac_var`
678   case $ac_val in
679     [\\/$]* | ?:[\\/]* ) ;;
680     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
681    { (exit 1); exit 1; }; };;
682   esac
683 done
684
685 # There might be people who depend on the old broken behavior: `$host'
686 # used to hold the argument of --host etc.
687 # FIXME: To remove some day.
688 build=$build_alias
689 host=$host_alias
690 target=$target_alias
691
692 # FIXME: To remove some day.
693 if test "x$host_alias" != x; then
694   if test "x$build_alias" = x; then
695     cross_compiling=maybe
696     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
697     If a cross compiler is detected then cross compile mode will be used." >&2
698   elif test "x$build_alias" != "x$host_alias"; then
699     cross_compiling=yes
700   fi
701 fi
702
703 ac_tool_prefix=
704 test -n "$host_alias" && ac_tool_prefix=$host_alias-
705
706 test "$silent" = yes && exec 6>/dev/null
707
708
709 # Find the source files, if location was not specified.
710 if test -z "$srcdir"; then
711   ac_srcdir_defaulted=yes
712   # Try the directory containing this script, then its parent.
713   ac_confdir=`(dirname "$0") 2>/dev/null ||
714 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
715          X"$0" : 'X\(//\)[^/]' \| \
716          X"$0" : 'X\(//\)$' \| \
717          X"$0" : 'X\(/\)' \| \
718          .     : '\(.\)' 2>/dev/null ||
719 echo X"$0" |
720     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
721           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
722           /^X\(\/\/\)$/{ s//\1/; q; }
723           /^X\(\/\).*/{ s//\1/; q; }
724           s/.*/./; q'`
725   srcdir=$ac_confdir
726   if test ! -r $srcdir/$ac_unique_file; then
727     srcdir=..
728   fi
729 else
730   ac_srcdir_defaulted=no
731 fi
732 if test ! -r $srcdir/$ac_unique_file; then
733   if test "$ac_srcdir_defaulted" = yes; then
734     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
735    { (exit 1); exit 1; }; }
736   else
737     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
738    { (exit 1); exit 1; }; }
739   fi
740 fi
741 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
742   { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
743    { (exit 1); exit 1; }; }
744 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
745 ac_env_build_alias_set=${build_alias+set}
746 ac_env_build_alias_value=$build_alias
747 ac_cv_env_build_alias_set=${build_alias+set}
748 ac_cv_env_build_alias_value=$build_alias
749 ac_env_host_alias_set=${host_alias+set}
750 ac_env_host_alias_value=$host_alias
751 ac_cv_env_host_alias_set=${host_alias+set}
752 ac_cv_env_host_alias_value=$host_alias
753 ac_env_target_alias_set=${target_alias+set}
754 ac_env_target_alias_value=$target_alias
755 ac_cv_env_target_alias_set=${target_alias+set}
756 ac_cv_env_target_alias_value=$target_alias
757 ac_env_CC_set=${CC+set}
758 ac_env_CC_value=$CC
759 ac_cv_env_CC_set=${CC+set}
760 ac_cv_env_CC_value=$CC
761 ac_env_CFLAGS_set=${CFLAGS+set}
762 ac_env_CFLAGS_value=$CFLAGS
763 ac_cv_env_CFLAGS_set=${CFLAGS+set}
764 ac_cv_env_CFLAGS_value=$CFLAGS
765 ac_env_LDFLAGS_set=${LDFLAGS+set}
766 ac_env_LDFLAGS_value=$LDFLAGS
767 ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
768 ac_cv_env_LDFLAGS_value=$LDFLAGS
769 ac_env_CPPFLAGS_set=${CPPFLAGS+set}
770 ac_env_CPPFLAGS_value=$CPPFLAGS
771 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
772 ac_cv_env_CPPFLAGS_value=$CPPFLAGS
773 ac_env_CPP_set=${CPP+set}
774 ac_env_CPP_value=$CPP
775 ac_cv_env_CPP_set=${CPP+set}
776 ac_cv_env_CPP_value=$CPP
777 ac_env_CXX_set=${CXX+set}
778 ac_env_CXX_value=$CXX
779 ac_cv_env_CXX_set=${CXX+set}
780 ac_cv_env_CXX_value=$CXX
781 ac_env_CXXFLAGS_set=${CXXFLAGS+set}
782 ac_env_CXXFLAGS_value=$CXXFLAGS
783 ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
784 ac_cv_env_CXXFLAGS_value=$CXXFLAGS
785 ac_env_CXXCPP_set=${CXXCPP+set}
786 ac_env_CXXCPP_value=$CXXCPP
787 ac_cv_env_CXXCPP_set=${CXXCPP+set}
788 ac_cv_env_CXXCPP_value=$CXXCPP
789
790 #
791 # Report the --help message.
792 #
793 if test "$ac_init_help" = "long"; then
794   # Omit some internal or obsolete options to make the list less imposing.
795   # This message is too long to be a string in the A/UX 3.1 sh.
796   cat <<_ACEOF
797 \`configure' configures wxWidgets 2.5.2 to adapt to many kinds of systems.
798
799 Usage: $0 [OPTION]... [VAR=VALUE]...
800
801 To assign environment variables (e.g., CC, CFLAGS...), specify them as
802 VAR=VALUE.  See below for descriptions of some of the useful variables.
803
804 Defaults for the options are specified in brackets.
805
806 Configuration:
807   -h, --help              display this help and exit
808       --help=short        display options specific to this package
809       --help=recursive    display the short help of all the included packages
810   -V, --version           display version information and exit
811   -q, --quiet, --silent   do not print \`checking...' messages
812       --cache-file=FILE   cache test results in FILE [disabled]
813   -C, --config-cache      alias for \`--cache-file=config.cache'
814   -n, --no-create         do not create output files
815       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
816
817 _ACEOF
818
819   cat <<_ACEOF
820 Installation directories:
821   --prefix=PREFIX         install architecture-independent files in PREFIX
822                           [$ac_default_prefix]
823   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
824                           [PREFIX]
825
826 By default, \`make install' will install all the files in
827 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
828 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
829 for instance \`--prefix=\$HOME'.
830
831 For better control, use the options below.
832
833 Fine tuning of the installation directories:
834   --bindir=DIR           user executables [EPREFIX/bin]
835   --sbindir=DIR          system admin executables [EPREFIX/sbin]
836   --libexecdir=DIR       program executables [EPREFIX/libexec]
837   --datadir=DIR          read-only architecture-independent data [PREFIX/share]
838   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
839   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
840   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
841   --libdir=DIR           object code libraries [EPREFIX/lib]
842   --includedir=DIR       C header files [PREFIX/include]
843   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
844   --infodir=DIR          info documentation [PREFIX/info]
845   --mandir=DIR           man documentation [PREFIX/man]
846 _ACEOF
847
848   cat <<\_ACEOF
849
850 X features:
851   --x-includes=DIR    X include files are in DIR
852   --x-libraries=DIR   X library files are in DIR
853
854 System types:
855   --build=BUILD     configure for building on BUILD [guessed]
856   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
857   --target=TARGET   configure for building compilers for TARGET [HOST]
858 _ACEOF
859 fi
860
861 if test -n "$ac_init_help"; then
862   case $ac_init_help in
863      short | recursive ) echo "Configuration of wxWidgets 2.5.2:";;
864    esac
865   cat <<\_ACEOF
866
867 Optional Features:
868   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
869   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
870   --enable-gui            use GUI classes
871   --enable-monolithic     build wxWidgets as single library
872   --enable-plugins        build parts of wxWidgets as loadable components
873   --enable-universal      use wxWidgets GUI controls instead of native ones
874   --enable-nanox          use NanoX
875   --disable-gtk2          use GTK+ 1.2 instead of 2.0
876   --enable-gpe            use GNOME PDA Environment features if possible
877   --enable-shared         create shared library code
878   --enable-optimise       create optimised code
879   --enable-debug          same as debug_flag and debug_info
880   --enable-stl            use STL for containers
881   --enable-omf            use OMF object format
882   --enable-debug_flag     set __WXDEBUG__ flag (recommended for developers!)
883   --enable-debug_info     create code with debugging information
884   --enable-debug_gdb      create code with extra GDB debugging information
885   --enable-debug_cntxt    use wxDebugContext
886   --enable-mem_tracing    create code with memory tracing
887   --enable-profile        create code with profiling information
888   --enable-no_rtti        create code without RTTI information
889   --enable-no_exceptions  create code without C++ exceptions handling
890   --enable-permissive     compile code disregarding strict ANSI
891   --enable-no_deps        create code without dependency information
892   --enable-compat22       enable wxWidgets 2.2 compatibility
893   --disable-compat24      disable wxWidgets 2.4 compatibility
894   --enable-rpath=DIR      output the rpath flag from wx-config
895   --enable-intl           use internationalization system
896   --enable-config         use wxConfig (and derived) classes
897   --enable-protocols      use wxProtocol and derived classes
898   --enable-ftp            use wxFTP (requires wxProtocol
899   --enable-http           use wxHTTP (requires wxProtocol
900   --enable-fileproto      use wxFileProto class (requires wxProtocol
901   --enable-sockets        use socket/network classes
902   --enable-ole            use OLE classes (Win32 only)
903   --enable-dataobj        use data object classes
904   --enable-ipc            use interprocess communication (wxSocket etc.)
905   --enable-apple_ieee     use the Apple IEEE codec
906   --enable-catch_segvs    catch signals in wxApp::OnFatalException (Unix only)
907   --enable-cmdline        use wxCmdLineParser class
908   --enable-datetime       use wxDateTime class
909   --enable-dialupman      use dialup network classes
910   --enable-dynlib         use wxLibrary class for DLL loading
911   --enable-dynamicloader  use (new) wxDynamicLibrary class
912   --enable-exceptions     build exception-safe library
913   --enable-ffile          use wxFFile class
914   --enable-file           use wxFile class
915   --enable-filesystem     use virtual file systems classes
916   --enable-fontmap        use font encodings conversion classes
917   --enable-fs_inet        use virtual HTTP/FTP filesystems
918   --enable-fs_zip         use virtual ZIP filesystems
919   --enable-geometry       use geometry class
920   --enable-log            use logging system
921   --enable-longlong       use wxLongLong class
922   --enable-mimetype       use wxMimeTypesManager
923   --enable-mslu           use MS Layer for Unicode on Windows 9x (Win32 only)
924   --enable-snglinst       use wxSingleInstanceChecker class
925   --enable-streams        use wxStream etc classes
926   --enable-std_iostreams  use standard C++ stream classes
927   --enable-stopwatch      use wxStopWatch class
928   --enable-sysoptions     use wxSystemOptions
929   --enable-textbuf        use wxTextBuffer class
930   --enable-textfile       use wxTextFile class
931   --enable-timer          use wxTimer class
932   --enable-unicode        compile wxString with Unicode support
933   --enable-sound          use wxSound class
934   --enable-wxprintfv      use wxWidgets implementation of vprintf()
935   --enable-zipstream      use wxZipInputStream
936   --enable-url            use wxURL class
937   --enable-protocol       use wxProtocol class
938   --enable-protocol-http  HTTP support in wxProtocol
939   --enable-protocol-ftp   FTP support in wxProtocol
940   --enable-protocol-file  FILE support in wxProtocol
941   --enable-threads        use threads
942   --enable-docview        use document view architecture
943   --enable-help           use help subsystem
944   --enable-mshtmlhelp     use MS HTML Help (win32)
945   --enable-html           use wxHTML sub-library
946   --enable-htmlhelp       use wxHTML-based help
947   --enable-xrc            use XRC resources sub-library
948   --enable-constraints    use layout-constraints system
949   --enable-printarch      use printing architecture
950   --enable-mdi            use multiple document interface architecture
951   --enable-mdidoc         use docview architecture with MDI
952   --enable-loggui         use standard GUI logger
953   --enable-logwin         use wxLogWindow
954   --enable-logdialog      use wxLogDialog
955   --enable-webkit         use wxWebKitCtrl (Mac)
956   --enable-postscript     use wxPostscriptDC device context (default for gtk+)
957   --enable-prologio       not available; see contrib
958   --enable-resources      not available; see contrib
959   --enable-clipboard      use wxClipboard class
960   --enable-dnd            use Drag'n'Drop classes
961   --enable-metafile       use win32 metafiles
962   --enable-controls       use all usual controls
963   --enable-accel          use accelerators
964   --enable-button         use wxButton class
965   --enable-bmpbutton      use wxBitmapButton class
966   --enable-calendar       use wxCalendarCtrl class
967   --enable-caret          use wxCaret class
968   --enable-checkbox       use wxCheckBox class
969   --enable-checklst       use wxCheckListBox (listbox with checkboxes) class
970   --enable-choice         use wxChoice class
971   --enable-choicebook     use wxChoicebook class
972   --enable-combobox       use wxComboBox class
973   --enable-display        use wxDisplay class
974   --enable-gauge          use wxGauge class
975   --enable-grid           use wxGrid class
976   --enable-imaglist       use wxImageList class
977   --enable-listbook       use wxListbook class
978   --enable-listbox        use wxListBox class
979   --enable-listctrl       use wxListCtrl class
980   --enable-notebook       use wxNotebook class
981   --enable-radiobox       use wxRadioBox class
982   --enable-radiobtn       use wxRadioButton class
983   --enable-sash           use wxSashWindow class
984   --enable-scrollbar      use wxScrollBar class and scrollable windows
985   --enable-slider         use wxSlider class
986   --enable-spinbtn        use wxSpinButton class
987   --enable-spinctrl       use wxSpinCtrl class
988   --enable-splitter       use wxSplitterWindow class
989   --enable-statbmp        use wxStaticBitmap class
990   --enable-statbox        use wxStaticBox class
991   --enable-statline       use wxStaticLine class
992   --enable-stattext       use wxStaticText class
993   --enable-statusbar      use wxStatusBar class
994   --enable-tabdialog      use wxTabControl class
995   --enable-textctrl       use wxTextCtrl class
996   --enable-togglebtn      use wxToggleButton class
997   --enable-toolbar        use wxToolBar class
998   --enable-tbarnative     use native wxToolBar class
999   --enable-tbarsmpl       use wxToolBarSimple class
1000   --enable-treectrl       use wxTreeCtrl class
1001   --enable-tipwindow      use wxTipWindow class
1002   --enable-popupwin       use wxPopUpWindow class
1003   --enable-commondlg      use all common dialogs
1004   --enable-choicedlg      use wxChoiceDialog
1005   --enable-coldlg         use wxColourDialog
1006   --enable-filedlg        use wxFileDialog
1007   --enable-finddlg        use wxFindReplaceDialog
1008   --enable-fontdlg        use wxFontDialog
1009   --enable-dirdlg         use wxDirDialog
1010   --enable-msgdlg         use wxMessageDialog
1011   --enable-numberdlg      use wxNumberEntryDialog
1012   --enable-splash         use wxSplashScreen
1013   --enable-textdlg        use wxTextDialog
1014   --enable-tipdlg         use startup tips
1015   --enable-progressdlg    use wxProgressDialog
1016   --enable-wizarddlg      use wxWizard
1017   --enable-menus          use wxMenu/wxMenuBar/wxMenuItem classes
1018   --enable-miniframe      use wxMiniFrame class
1019   --enable-tooltips       use wxToolTip class
1020   --enable-splines        use spline drawing code
1021   --enable-validators     use wxValidator and derived classes
1022   --enable-busyinfo       use wxBusyInfo
1023   --enable-joystick       use wxJoystick (Linux only)
1024   --enable-metafiles      use wxMetaFile (Windows only)
1025   --enable-dragimage      use wxDragImage
1026   --enable-accessibility  enable accessibility support
1027   --enable-palette        use wxPalette class
1028   --enable-image          use wxImage class
1029   --enable-gif            use gif images (GIF file format)
1030   --enable-pcx            use pcx images (PCX file format)
1031   --enable-iff            use iff images (IFF file format)
1032   --enable-pnm            use pnm images (PNM file format)
1033   --enable-xpm            use xpm images (XPM file format)
1034   --enable-icocur         use Windows ICO and CUR formats
1035   --enable-official_build official build of wxWidgets (win32 DLL only)
1036   --enable-vendor=VENDOR  vendor name (win32 DLL only)
1037   --disable-largefile     omit support for large files
1038   --disable-gtktest       do not try to compile and run a test GTK+ program
1039   --disable-gtktest       Do not try to compile and run a test GTK program
1040   --disable-sdltest       Do not try to compile and run a test SDL program
1041   --enable-omf            use OMF object format (OS/2)
1042   --disable-precomp-headers
1043                           don't use precompiled headers even if compiler can
1044
1045 Optional Packages:
1046   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1047   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1048   --with-gtk              use GTK+
1049   --with-motif            use Motif/Lesstif
1050   --with-mac              use Mac OS X
1051   --with-cocoa            use Cocoa
1052   --with-wine             use Wine
1053   --with-msw              use MS-Windows
1054   --with-pm               use OS/2 Presentation Manager
1055   --with-mgl              use SciTech MGL
1056   --with-microwin         use MicroWindows
1057   --with-x11              use X11
1058   --with-libpng           use libpng (PNG image format)
1059   --with-libjpeg          use libjpeg (JPEG file format)
1060   --with-libtiff          use libtiff (TIFF file format)
1061   --with-libxpm           use libxpm (XPM file format)
1062   --with-libmspack        use libmspack (CHM help files loading)
1063   --with-sdl              use SDL for audio on Unix
1064   --with-opengl           use OpenGL (or Mesa)
1065   --with-dmalloc          use dmalloc library (http://dmalloc.com/)
1066   --with-regex            enable support for wxRegEx class
1067   --with-zlib             use zlib for LZW compression
1068   --with-odbc             use the IODBC and wxODBC classes
1069   --with-expat            enable XML support using expat parser
1070   --with-gtk-prefix=PFX   Prefix where GTK is installed (optional)
1071   --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)
1072   --with-x                use the X Window System
1073   --with-libiconv-prefix=DIR  search for libiconv in DIR/include and DIR/lib
1074   --with-sdl-prefix=PFX   Prefix where SDL is installed (optional)
1075   --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optional)
1076   --with-cppunit-prefix=PFX   Prefix where CppUnit is installed (optional)
1077   --with-cppunit-exec-prefix=PFX  Exec prefix where CppUnit is installed (optional)
1078
1079 Some influential environment variables:
1080   CC          C compiler command
1081   CFLAGS      C compiler flags
1082   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1083               nonstandard directory <lib dir>
1084   CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
1085               headers in a nonstandard directory <include dir>
1086   CPP         C preprocessor
1087   CXX         C++ compiler command
1088   CXXFLAGS    C++ compiler flags
1089   CXXCPP      C++ preprocessor
1090
1091 Use these variables to override the choices made by `configure' or to help
1092 it to find libraries and programs with nonstandard names/locations.
1093
1094 Report bugs to <wx-dev@lists.wxwidgets.org>.
1095 _ACEOF
1096 fi
1097
1098 if test "$ac_init_help" = "recursive"; then
1099   # If there are subdirs, report their specific --help.
1100   ac_popdir=`pwd`
1101   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1102     test -d $ac_dir || continue
1103     ac_builddir=.
1104
1105 if test "$ac_dir" != .; then
1106   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1107   # A "../" for each directory in $ac_dir_suffix.
1108   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1109 else
1110   ac_dir_suffix= ac_top_builddir=
1111 fi
1112
1113 case $srcdir in
1114   .)  # No --srcdir option.  We are building in place.
1115     ac_srcdir=.
1116     if test -z "$ac_top_builddir"; then
1117        ac_top_srcdir=.
1118     else
1119        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
1120     fi ;;
1121   [\\/]* | ?:[\\/]* )  # Absolute path.
1122     ac_srcdir=$srcdir$ac_dir_suffix;
1123     ac_top_srcdir=$srcdir ;;
1124   *) # Relative path.
1125     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1126     ac_top_srcdir=$ac_top_builddir$srcdir ;;
1127 esac
1128
1129 # Do not use `cd foo && pwd` to compute absolute paths, because
1130 # the directories may not exist.
1131 case `pwd` in
1132 .) ac_abs_builddir="$ac_dir";;
1133 *)
1134   case "$ac_dir" in
1135   .) ac_abs_builddir=`pwd`;;
1136   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1137   *) ac_abs_builddir=`pwd`/"$ac_dir";;
1138   esac;;
1139 esac
1140 case $ac_abs_builddir in
1141 .) ac_abs_top_builddir=${ac_top_builddir}.;;
1142 *)
1143   case ${ac_top_builddir}. in
1144   .) ac_abs_top_builddir=$ac_abs_builddir;;
1145   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1146   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1147   esac;;
1148 esac
1149 case $ac_abs_builddir in
1150 .) ac_abs_srcdir=$ac_srcdir;;
1151 *)
1152   case $ac_srcdir in
1153   .) ac_abs_srcdir=$ac_abs_builddir;;
1154   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1155   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1156   esac;;
1157 esac
1158 case $ac_abs_builddir in
1159 .) ac_abs_top_srcdir=$ac_top_srcdir;;
1160 *)
1161   case $ac_top_srcdir in
1162   .) ac_abs_top_srcdir=$ac_abs_builddir;;
1163   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1164   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1165   esac;;
1166 esac
1167
1168     cd $ac_dir
1169     # Check for guested configure; otherwise get Cygnus style configure.
1170     if test -f $ac_srcdir/configure.gnu; then
1171       echo
1172       $SHELL $ac_srcdir/configure.gnu  --help=recursive
1173     elif test -f $ac_srcdir/configure; then
1174       echo
1175       $SHELL $ac_srcdir/configure  --help=recursive
1176     elif test -f $ac_srcdir/configure.ac ||
1177            test -f $ac_srcdir/configure.in; then
1178       echo
1179       $ac_configure --help
1180     else
1181       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1182     fi
1183     cd $ac_popdir
1184   done
1185 fi
1186
1187 test -n "$ac_init_help" && exit 0
1188 if $ac_init_version; then
1189   cat <<\_ACEOF
1190 wxWidgets configure 2.5.2
1191 generated by GNU Autoconf 2.59
1192
1193 Copyright (C) 2003 Free Software Foundation, Inc.
1194 This configure script is free software; the Free Software Foundation
1195 gives unlimited permission to copy, distribute and modify it.
1196 _ACEOF
1197   exit 0
1198 fi
1199 exec 5>config.log
1200 cat >&5 <<_ACEOF
1201 This file contains any messages produced by compilers while
1202 running configure, to aid debugging if configure makes a mistake.
1203
1204 It was created by wxWidgets $as_me 2.5.2, which was
1205 generated by GNU Autoconf 2.59.  Invocation command line was
1206
1207   $ $0 $@
1208
1209 _ACEOF
1210 {
1211 cat <<_ASUNAME
1212 ## --------- ##
1213 ## Platform. ##
1214 ## --------- ##
1215
1216 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1217 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1218 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1219 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1220 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1221
1222 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1223 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1224
1225 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1226 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1227 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1228 hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
1229 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1230 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1231 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1232
1233 _ASUNAME
1234
1235 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1236 for as_dir in $PATH
1237 do
1238   IFS=$as_save_IFS
1239   test -z "$as_dir" && as_dir=.
1240   echo "PATH: $as_dir"
1241 done
1242
1243 } >&5
1244
1245 cat >&5 <<_ACEOF
1246
1247
1248 ## ----------- ##
1249 ## Core tests. ##
1250 ## ----------- ##
1251
1252 _ACEOF
1253
1254
1255 # Keep a trace of the command line.
1256 # Strip out --no-create and --no-recursion so they do not pile up.
1257 # Strip out --silent because we don't want to record it for future runs.
1258 # Also quote any args containing shell meta-characters.
1259 # Make two passes to allow for proper duplicate-argument suppression.
1260 ac_configure_args=
1261 ac_configure_args0=
1262 ac_configure_args1=
1263 ac_sep=
1264 ac_must_keep_next=false
1265 for ac_pass in 1 2
1266 do
1267   for ac_arg
1268   do
1269     case $ac_arg in
1270     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1271     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1272     | -silent | --silent | --silen | --sile | --sil)
1273       continue ;;
1274     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1275       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1276     esac
1277     case $ac_pass in
1278     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1279     2)
1280       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1281       if test $ac_must_keep_next = true; then
1282         ac_must_keep_next=false # Got value, back to normal.
1283       else
1284         case $ac_arg in
1285           *=* | --config-cache | -C | -disable-* | --disable-* \
1286           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1287           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1288           | -with-* | --with-* | -without-* | --without-* | --x)
1289             case "$ac_configure_args0 " in
1290               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1291             esac
1292             ;;
1293           -* ) ac_must_keep_next=true ;;
1294         esac
1295       fi
1296       ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1297       # Get rid of the leading space.
1298       ac_sep=" "
1299       ;;
1300     esac
1301   done
1302 done
1303 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1304 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1305
1306 # When interrupted or exit'd, cleanup temporary files, and complete
1307 # config.log.  We remove comments because anyway the quotes in there
1308 # would cause problems or look ugly.
1309 # WARNING: Be sure not to use single quotes in there, as some shells,
1310 # such as our DU 5.0 friend, will then `close' the trap.
1311 trap 'exit_status=$?
1312   # Save into config.log some information that might help in debugging.
1313   {
1314     echo
1315
1316     cat <<\_ASBOX
1317 ## ---------------- ##
1318 ## Cache variables. ##
1319 ## ---------------- ##
1320 _ASBOX
1321     echo
1322     # The following way of writing the cache mishandles newlines in values,
1323 {
1324   (set) 2>&1 |
1325     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1326     *ac_space=\ *)
1327       sed -n \
1328         "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1329           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1330       ;;
1331     *)
1332       sed -n \
1333         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1334       ;;
1335     esac;
1336 }
1337     echo
1338
1339     cat <<\_ASBOX
1340 ## ----------------- ##
1341 ## Output variables. ##
1342 ## ----------------- ##
1343 _ASBOX
1344     echo
1345     for ac_var in $ac_subst_vars
1346     do
1347       eval ac_val=$`echo $ac_var`
1348       echo "$ac_var='"'"'$ac_val'"'"'"
1349     done | sort
1350     echo
1351
1352     if test -n "$ac_subst_files"; then
1353       cat <<\_ASBOX
1354 ## ------------- ##
1355 ## Output files. ##
1356 ## ------------- ##
1357 _ASBOX
1358       echo
1359       for ac_var in $ac_subst_files
1360       do
1361         eval ac_val=$`echo $ac_var`
1362         echo "$ac_var='"'"'$ac_val'"'"'"
1363       done | sort
1364       echo
1365     fi
1366
1367     if test -s confdefs.h; then
1368       cat <<\_ASBOX
1369 ## ----------- ##
1370 ## confdefs.h. ##
1371 ## ----------- ##
1372 _ASBOX
1373       echo
1374       sed "/^$/d" confdefs.h | sort
1375       echo
1376     fi
1377     test "$ac_signal" != 0 &&
1378       echo "$as_me: caught signal $ac_signal"
1379     echo "$as_me: exit $exit_status"
1380   } >&5
1381   rm -f core *.core &&
1382   rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1383     exit $exit_status
1384      ' 0
1385 for ac_signal in 1 2 13 15; do
1386   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1387 done
1388 ac_signal=0
1389
1390 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1391 rm -rf conftest* confdefs.h
1392 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1393 echo >confdefs.h
1394
1395 # Predefined preprocessor variables.
1396
1397 cat >>confdefs.h <<_ACEOF
1398 #define PACKAGE_NAME "$PACKAGE_NAME"
1399 _ACEOF
1400
1401
1402 cat >>confdefs.h <<_ACEOF
1403 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1404 _ACEOF
1405
1406
1407 cat >>confdefs.h <<_ACEOF
1408 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1409 _ACEOF
1410
1411
1412 cat >>confdefs.h <<_ACEOF
1413 #define PACKAGE_STRING "$PACKAGE_STRING"
1414 _ACEOF
1415
1416
1417 cat >>confdefs.h <<_ACEOF
1418 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1419 _ACEOF
1420
1421
1422 # Let the site file select an alternate cache file if it wants to.
1423 # Prefer explicitly selected file to automatically selected ones.
1424 if test -z "$CONFIG_SITE"; then
1425   if test "x$prefix" != xNONE; then
1426     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1427   else
1428     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1429   fi
1430 fi
1431 for ac_site_file in $CONFIG_SITE; do
1432   if test -r "$ac_site_file"; then
1433     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1434 echo "$as_me: loading site script $ac_site_file" >&6;}
1435     sed 's/^/| /' "$ac_site_file" >&5
1436     . "$ac_site_file"
1437   fi
1438 done
1439
1440 if test -r "$cache_file"; then
1441   # Some versions of bash will fail to source /dev/null (special
1442   # files actually), so we avoid doing that.
1443   if test -f "$cache_file"; then
1444     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1445 echo "$as_me: loading cache $cache_file" >&6;}
1446     case $cache_file in
1447       [\\/]* | ?:[\\/]* ) . $cache_file;;
1448       *)                      . ./$cache_file;;
1449     esac
1450   fi
1451 else
1452   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1453 echo "$as_me: creating cache $cache_file" >&6;}
1454   >$cache_file
1455 fi
1456
1457 # Check that the precious variables saved in the cache have kept the same
1458 # value.
1459 ac_cache_corrupted=false
1460 for ac_var in `(set) 2>&1 |
1461                sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1462   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1463   eval ac_new_set=\$ac_env_${ac_var}_set
1464   eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1465   eval ac_new_val="\$ac_env_${ac_var}_value"
1466   case $ac_old_set,$ac_new_set in
1467     set,)
1468       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1469 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1470       ac_cache_corrupted=: ;;
1471     ,set)
1472       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1473 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1474       ac_cache_corrupted=: ;;
1475     ,);;
1476     *)
1477       if test "x$ac_old_val" != "x$ac_new_val"; then
1478         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1479 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1480         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1481 echo "$as_me:   former value:  $ac_old_val" >&2;}
1482         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1483 echo "$as_me:   current value: $ac_new_val" >&2;}
1484         ac_cache_corrupted=:
1485       fi;;
1486   esac
1487   # Pass precious variables to config.status.
1488   if test "$ac_new_set" = set; then
1489     case $ac_new_val in
1490     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1491       ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1492     *) ac_arg=$ac_var=$ac_new_val ;;
1493     esac
1494     case " $ac_configure_args " in
1495       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1496       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1497     esac
1498   fi
1499 done
1500 if $ac_cache_corrupted; then
1501   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1502 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1503   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1504 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1505    { (exit 1); exit 1; }; }
1506 fi
1507
1508 ac_ext=c
1509 ac_cpp='$CPP $CPPFLAGS'
1510 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1511 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1512 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543 ac_aux_dir=
1544 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1545   if test -f $ac_dir/install-sh; then
1546     ac_aux_dir=$ac_dir
1547     ac_install_sh="$ac_aux_dir/install-sh -c"
1548     break
1549   elif test -f $ac_dir/install.sh; then
1550     ac_aux_dir=$ac_dir
1551     ac_install_sh="$ac_aux_dir/install.sh -c"
1552     break
1553   elif test -f $ac_dir/shtool; then
1554     ac_aux_dir=$ac_dir
1555     ac_install_sh="$ac_aux_dir/shtool install -c"
1556     break
1557   fi
1558 done
1559 if test -z "$ac_aux_dir"; then
1560   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1561 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1562    { (exit 1); exit 1; }; }
1563 fi
1564 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1565 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1566 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1567
1568 # Make sure we can run config.sub.
1569 $ac_config_sub sun4 >/dev/null 2>&1 ||
1570   { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1571 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1572    { (exit 1); exit 1; }; }
1573
1574 echo "$as_me:$LINENO: checking build system type" >&5
1575 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1576 if test "${ac_cv_build+set}" = set; then
1577   echo $ECHO_N "(cached) $ECHO_C" >&6
1578 else
1579   ac_cv_build_alias=$build_alias
1580 test -z "$ac_cv_build_alias" &&
1581   ac_cv_build_alias=`$ac_config_guess`
1582 test -z "$ac_cv_build_alias" &&
1583   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1584 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1585    { (exit 1); exit 1; }; }
1586 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1587   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1588 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1589    { (exit 1); exit 1; }; }
1590
1591 fi
1592 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1593 echo "${ECHO_T}$ac_cv_build" >&6
1594 build=$ac_cv_build
1595 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1596 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1597 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1598
1599
1600 echo "$as_me:$LINENO: checking host system type" >&5
1601 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1602 if test "${ac_cv_host+set}" = set; then
1603   echo $ECHO_N "(cached) $ECHO_C" >&6
1604 else
1605   ac_cv_host_alias=$host_alias
1606 test -z "$ac_cv_host_alias" &&
1607   ac_cv_host_alias=$ac_cv_build_alias
1608 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1609   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1610 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1611    { (exit 1); exit 1; }; }
1612
1613 fi
1614 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1615 echo "${ECHO_T}$ac_cv_host" >&6
1616 host=$ac_cv_host
1617 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1618 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1619 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1620
1621
1622 echo "$as_me:$LINENO: checking target system type" >&5
1623 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1624 if test "${ac_cv_target+set}" = set; then
1625   echo $ECHO_N "(cached) $ECHO_C" >&6
1626 else
1627   ac_cv_target_alias=$target_alias
1628 test "x$ac_cv_target_alias" = "x" &&
1629   ac_cv_target_alias=$ac_cv_host_alias
1630 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1631   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1632 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1633    { (exit 1); exit 1; }; }
1634
1635 fi
1636 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1637 echo "${ECHO_T}$ac_cv_target" >&6
1638 target=$ac_cv_target
1639 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1640 target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1641 target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1642
1643
1644 # The aliases save the names the user supplied, while $host etc.
1645 # will get canonicalized.
1646 test -n "$target_alias" &&
1647   test "$program_prefix$program_suffix$program_transform_name" = \
1648     NONENONEs,x,x, &&
1649   program_prefix=${target_alias}-
1650
1651
1652
1653 WX_MAJOR_VERSION_NUMBER=2
1654 WX_MINOR_VERSION_NUMBER=5
1655 WX_RELEASE_NUMBER=2
1656 WX_SUBRELEASE_NUMBER=3
1657
1658 WX_VERSION=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER.$WX_RELEASE_NUMBER
1659 WX_RELEASE=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER
1660
1661 WX_MSW_VERSION=$WX_MAJOR_VERSION_NUMBER$WX_MINOR_VERSION_NUMBER$WX_RELEASE_NUMBER
1662
1663 WX_CURRENT=2
1664 WX_REVISION=0
1665 WX_AGE=0
1666
1667
1668
1669 USE_UNIX=1
1670 USE_OS2=0
1671 USE_WIN32=0
1672 USE_DOS=0
1673 USE_BEOS=0
1674 USE_MAC=0
1675
1676 USE_AIX=
1677 USE_BSD=                            USE_DARWIN=                         USE_FREEBSD=
1678 USE_GNU=                            USE_HPUX=
1679 USE_LINUX=
1680 USE_NETBSD=
1681 USE_OPENBSD=
1682 USE_OSF=                            USE_SGI=
1683 USE_SOLARIS=                        USE_SUN=                            USE_SUNOS=                          USE_SVR4=                           USE_SYSV=                           USE_VMS=
1684 USE_ULTRIX=
1685 USE_UNIXWARE=
1686
1687 USE_ALPHA=
1688
1689 NEEDS_D_REENTRANT_FOR_R_FUNCS=0
1690
1691 ALL_TOOLKITS="COCOA GTK MAC MGL MICROWIN MOTIF MSW PM X11"
1692
1693 DEFAULT_wxUSE_COCOA=0
1694 DEFAULT_wxUSE_GTK=0
1695 DEFAULT_wxUSE_MAC=0
1696 DEFAULT_wxUSE_MGL=0
1697 DEFAULT_wxUSE_MICROWIN=0
1698 DEFAULT_wxUSE_MOTIF=0
1699 DEFAULT_wxUSE_MSW=0
1700 DEFAULT_wxUSE_PM=0
1701 DEFAULT_wxUSE_X11=0
1702
1703 DEFAULT_DEFAULT_wxUSE_COCOA=0
1704 DEFAULT_DEFAULT_wxUSE_GTK=0
1705 DEFAULT_DEFAULT_wxUSE_MAC=0
1706 DEFAULT_DEFAULT_wxUSE_MGL=0
1707 DEFAULT_DEFAULT_wxUSE_MICROWIN=0
1708 DEFAULT_DEFAULT_wxUSE_MOTIF=0
1709 DEFAULT_DEFAULT_wxUSE_MSW=0
1710 DEFAULT_DEFAULT_wxUSE_PM=0
1711 DEFAULT_DEFAULT_wxUSE_X11=0
1712
1713 PROGRAM_EXT=
1714 SO_SUFFIX=so
1715 SAMPLES_RPATH_FLAG=
1716 SAMPLES_RPATH_POSTLINK=
1717
1718 case "${host}" in
1719   *-hp-hpux* )
1720     USE_HPUX=1
1721     DEFAULT_DEFAULT_wxUSE_MOTIF=1
1722     NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1723     SO_SUFFIX=sl
1724     cat >>confdefs.h <<\_ACEOF
1725 #define __HPUX__ 1
1726 _ACEOF
1727
1728   ;;
1729   *-*-linux* )
1730     USE_LINUX=1
1731     cat >>confdefs.h <<\_ACEOF
1732 #define __LINUX__ 1
1733 _ACEOF
1734
1735     TMP=`uname -m`
1736     if test "x$TMP" = "xalpha"; then
1737       USE_ALPHA=1
1738       cat >>confdefs.h <<\_ACEOF
1739 #define __ALPHA__ 1
1740 _ACEOF
1741
1742     fi
1743     DEFAULT_DEFAULT_wxUSE_GTK=1
1744   ;;
1745   *-*-gnu* | *-*-k*bsd*-gnu )
1746     USE_GNU=1
1747     TMP=`uname -m`
1748     if test "x$TMP" = "xalpha"; then
1749       USE_ALPHA=1
1750       cat >>confdefs.h <<\_ACEOF
1751 #define __ALPHA__ 1
1752 _ACEOF
1753
1754     fi
1755     DEFAULT_DEFAULT_wxUSE_GTK=1
1756   ;;
1757   *-*-irix5* | *-*-irix6* )
1758     USE_SGI=1
1759     USE_SVR4=1
1760     cat >>confdefs.h <<\_ACEOF
1761 #define __SGI__ 1
1762 _ACEOF
1763
1764     cat >>confdefs.h <<\_ACEOF
1765 #define __SVR4__ 1
1766 _ACEOF
1767
1768     DEFAULT_DEFAULT_wxUSE_MOTIF=1
1769   ;;
1770   *-*-solaris2* )
1771     USE_SUN=1
1772     USE_SOLARIS=1
1773     USE_SVR4=1
1774     cat >>confdefs.h <<\_ACEOF
1775 #define __SUN__ 1
1776 _ACEOF
1777
1778     cat >>confdefs.h <<\_ACEOF
1779 #define __SOLARIS__ 1
1780 _ACEOF
1781
1782     cat >>confdefs.h <<\_ACEOF
1783 #define __SVR4__ 1
1784 _ACEOF
1785
1786     DEFAULT_DEFAULT_wxUSE_MOTIF=1
1787     NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1788   ;;
1789   *-*-sunos4* )
1790     USE_SUN=1
1791     USE_SUNOS=1
1792     USE_BSD=1
1793     cat >>confdefs.h <<\_ACEOF
1794 #define __SUN__ 1
1795 _ACEOF
1796
1797     cat >>confdefs.h <<\_ACEOF
1798 #define __SUNOS__ 1
1799 _ACEOF
1800
1801     cat >>confdefs.h <<\_ACEOF
1802 #define __BSD__ 1
1803 _ACEOF
1804
1805     DEFAULT_DEFAULT_wxUSE_MOTIF=1
1806   ;;
1807   *-*-freebsd*)
1808     USE_BSD=1
1809     USE_FREEBSD=1
1810     cat >>confdefs.h <<\_ACEOF
1811 #define __FREEBSD__ 1
1812 _ACEOF
1813
1814     cat >>confdefs.h <<\_ACEOF
1815 #define __BSD__ 1
1816 _ACEOF
1817
1818     DEFAULT_DEFAULT_wxUSE_GTK=1
1819   ;;
1820   *-*-openbsd*)
1821     USE_BSD=1
1822     USE_OPENBSD=1
1823     cat >>confdefs.h <<\_ACEOF
1824 #define __OPENBSD__ 1
1825 _ACEOF
1826
1827     cat >>confdefs.h <<\_ACEOF
1828 #define __BSD__ 1
1829 _ACEOF
1830
1831     DEFAULT_DEFAULT_wxUSE_GTK=1
1832   ;;
1833   *-*-netbsd*)
1834     USE_BSD=1
1835     USE_NETBSD=1
1836     cat >>confdefs.h <<\_ACEOF
1837 #define __NETBSD__ 1
1838 _ACEOF
1839
1840     cat >>confdefs.h <<\_ACEOF
1841 #define __BSD__ 1
1842 _ACEOF
1843
1844     DEFAULT_DEFAULT_wxUSE_GTK=1
1845   ;;
1846   *-*-osf* )
1847     USE_ALPHA=1
1848     USE_OSF=1
1849     cat >>confdefs.h <<\_ACEOF
1850 #define __ALPHA__ 1
1851 _ACEOF
1852
1853     cat >>confdefs.h <<\_ACEOF
1854 #define __OSF__ 1
1855 _ACEOF
1856
1857     DEFAULT_DEFAULT_wxUSE_MOTIF=1
1858     NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1859   ;;
1860   *-*-dgux5* )
1861     USE_ALPHA=1
1862     USE_SVR4=1
1863     cat >>confdefs.h <<\_ACEOF
1864 #define __ALPHA__ 1
1865 _ACEOF
1866
1867     cat >>confdefs.h <<\_ACEOF
1868 #define __SVR4__ 1
1869 _ACEOF
1870
1871     DEFAULT_DEFAULT_wxUSE_MOTIF=1
1872   ;;
1873   *-*-sysv5* )
1874     USE_SYSV=1
1875     USE_SVR4=1
1876     cat >>confdefs.h <<\_ACEOF
1877 #define __SYSV__ 1
1878 _ACEOF
1879
1880     cat >>confdefs.h <<\_ACEOF
1881 #define __SVR4__ 1
1882 _ACEOF
1883
1884     DEFAULT_DEFAULT_wxUSE_MOTIF=1
1885   ;;
1886   *-*-aix* )
1887     USE_AIX=1
1888     USE_SYSV=1
1889     USE_SVR4=1
1890                         SO_SUFFIX=a
1891     cat >>confdefs.h <<\_ACEOF
1892 #define __AIX__ 1
1893 _ACEOF
1894
1895     cat >>confdefs.h <<\_ACEOF
1896 #define __SYSV__ 1
1897 _ACEOF
1898
1899     cat >>confdefs.h <<\_ACEOF
1900 #define __SVR4__ 1
1901 _ACEOF
1902
1903     DEFAULT_DEFAULT_wxUSE_MOTIF=1
1904   ;;
1905
1906   *-*-*UnixWare*)
1907     USE_SYSV=1
1908     USE_SVR4=1
1909     USE_UNIXWARE=1
1910     cat >>confdefs.h <<\_ACEOF
1911 #define __UNIXWARE__ 1
1912 _ACEOF
1913
1914   ;;
1915
1916   *-*-cygwin* | *-*-mingw32* )
1917                 SO_SUFFIX=dll
1918     PROGRAM_EXT=".exe"
1919     RESCOMP=windres
1920     DEFAULT_DEFAULT_wxUSE_MSW=1
1921   ;;
1922
1923   *-pc-msdosdjgpp )
1924     USE_UNIX=0
1925     USE_DOS=1
1926     cat >>confdefs.h <<\_ACEOF
1927 #define __DOS__ 1
1928 _ACEOF
1929
1930     PROGRAM_EXT=".exe"
1931     DEFAULT_DEFAULT_wxUSE_MGL=1
1932         LIBS="$LIBS -lstdc++"
1933   ;;
1934
1935   *-pc-os2_emx | *-pc-os2-emx )
1936     cat >>confdefs.h <<\_ACEOF
1937 #define __EMX__ 1
1938 _ACEOF
1939
1940     USE_OS2=1
1941     cat >>confdefs.h <<\_ACEOF
1942 #define __OS2__ 1
1943 _ACEOF
1944
1945     PROGRAM_EXT=".exe"
1946     DEFAULT_DEFAULT_wxUSE_PM=1
1947         CXX=gcc
1948     LDFLAGS="$LDFLAGS -Zcrtdll"
1949                         ac_executable_extensions=".exe"
1950     export ac_executable_extensions
1951             ac_save_IFS="$IFS"
1952     IFS='\\'
1953     ac_TEMP_PATH=
1954     for ac_dir in $PATH; do
1955       IFS=$ac_save_IFS
1956       if test -z "$ac_TEMP_PATH"; then
1957         ac_TEMP_PATH="$ac_dir"
1958       else
1959         ac_TEMP_PATH="$ac_TEMP_PATH/$ac_dir"
1960       fi
1961     done
1962     export PATH="$ac_TEMP_PATH"
1963     unset ac_TEMP_PATH
1964   ;;
1965
1966   powerpc-*-darwin* )
1967         USE_BSD=1
1968     USE_DARWIN=1
1969     SO_SUFFIX=dylib
1970     cat >>confdefs.h <<\_ACEOF
1971 #define __BSD__ 1
1972 _ACEOF
1973
1974     cat >>confdefs.h <<\_ACEOF
1975 #define __DARWIN__ 1
1976 _ACEOF
1977
1978     cat >>confdefs.h <<\_ACEOF
1979 #define __POWERPC__ 1
1980 _ACEOF
1981
1982     cat >>confdefs.h <<\_ACEOF
1983 #define TARGET_CARBON 1
1984 _ACEOF
1985
1986     DEFAULT_DEFAULT_wxUSE_MAC=1
1987   ;;
1988
1989   *-*-beos* )
1990         USE_BEOS=1
1991     cat >>confdefs.h <<\_ACEOF
1992 #define __BEOS__ 1
1993 _ACEOF
1994
1995   ;;
1996
1997   *)
1998     { { echo "$as_me:$LINENO: error: unknown system type ${host}." >&5
1999 echo "$as_me: error: unknown system type ${host}." >&2;}
2000    { (exit 1); exit 1; }; }
2001 esac
2002
2003
2004
2005
2006           wx_arg_cache_file="configarg.cache"
2007           echo "loading argument cache $wx_arg_cache_file"
2008           rm -f ${wx_arg_cache_file}.tmp
2009           touch ${wx_arg_cache_file}.tmp
2010           touch ${wx_arg_cache_file}
2011
2012
2013 DEBUG_CONFIGURE=0
2014 if test $DEBUG_CONFIGURE = 1; then
2015   DEFAULT_wxUSE_UNIVERSAL=no
2016   DEFAULT_wxUSE_STL=no
2017
2018   DEFAULT_wxUSE_NANOX=no
2019
2020   DEFAULT_wxUSE_THREADS=yes
2021
2022   DEFAULT_wxUSE_SHARED=yes
2023   DEFAULT_wxUSE_OPTIMISE=no
2024   DEFAULT_wxUSE_PROFILE=no
2025   DEFAULT_wxUSE_NO_DEPS=no
2026   DEFAULT_wxUSE_NO_RTTI=no
2027   DEFAULT_wxUSE_NO_EXCEPTIONS=no
2028   DEFAULT_wxUSE_PERMISSIVE=no
2029   DEFAULT_wxUSE_DEBUG_FLAG=yes
2030   DEFAULT_wxUSE_DEBUG_INFO=yes
2031   DEFAULT_wxUSE_DEBUG_GDB=yes
2032   DEFAULT_wxUSE_MEM_TRACING=no
2033   DEFAULT_wxUSE_DEBUG_CONTEXT=no
2034   DEFAULT_wxUSE_DMALLOC=no
2035   DEFAULT_wxUSE_APPLE_IEEE=no
2036
2037   DEFAULT_wxUSE_EXCEPTIONS=no
2038   DEFAULT_wxUSE_LOG=yes
2039   DEFAULT_wxUSE_LOGWINDOW=no
2040   DEFAULT_wxUSE_LOGGUI=no
2041   DEFAULT_wxUSE_LOGDIALOG=no
2042
2043   DEFAULT_wxUSE_GUI=yes
2044   DEFAULT_wxUSE_CONTROLS=no
2045
2046   DEFAULT_wxUSE_REGEX=no
2047   DEFAULT_wxUSE_XML=no
2048   DEFAULT_wxUSE_EXPAT=no
2049   DEFAULT_wxUSE_ZLIB=no
2050   DEFAULT_wxUSE_LIBPNG=no
2051   DEFAULT_wxUSE_LIBJPEG=no
2052   DEFAULT_wxUSE_LIBTIFF=no
2053   DEFAULT_wxUSE_LIBXPM=no
2054   DEFAULT_wxUSE_LIBMSPACK=no
2055   DEFAULT_wxUSE_LIBSDL=no
2056   DEFAULT_wxUSE_ODBC=no
2057   DEFAULT_wxUSE_OPENGL=no
2058
2059   DEFAULT_wxUSE_ON_FATAL_EXCEPTION=no
2060   DEFAULT_wxUSE_SNGLINST_CHECKER=no
2061   DEFAULT_wxUSE_STD_IOSTREAM=no
2062   DEFAULT_wxUSE_CMDLINE_PARSER=no
2063   DEFAULT_wxUSE_DATETIME=no
2064   DEFAULT_wxUSE_TIMER=no
2065   DEFAULT_wxUSE_STOPWATCH=no
2066   DEFAULT_wxUSE_FILE=no
2067   DEFAULT_wxUSE_FFILE=no
2068   DEFAULT_wxUSE_TEXTBUFFER=no
2069   DEFAULT_wxUSE_TEXTFILE=no
2070   DEFAULT_wxUSE_SOUND=no
2071   DEFAULT_wxUSE_INTL=no
2072   DEFAULT_wxUSE_CONFIG=no
2073   DEFAULT_wxUSE_FONTMAP=no
2074   DEFAULT_wxUSE_STREAMS=no
2075   DEFAULT_wxUSE_SOCKETS=no
2076   DEFAULT_wxUSE_OLE=no
2077   DEFAULT_wxUSE_DATAOBJ=no
2078   DEFAULT_wxUSE_DIALUP_MANAGER=no
2079   DEFAULT_wxUSE_JOYSTICK=no
2080   DEFAULT_wxUSE_DYNLIB_CLASS=no
2081   DEFAULT_wxUSE_DYNAMIC_LOADER=no
2082   DEFAULT_wxUSE_LONGLONG=no
2083   DEFAULT_wxUSE_GEOMETRY=no
2084
2085   DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no
2086   DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no
2087   DEFAULT_wxUSE_POSTSCRIPT=no
2088
2089   DEFAULT_wxUSE_CLIPBOARD=no
2090   DEFAULT_wxUSE_TOOLTIPS=no
2091   DEFAULT_wxUSE_DRAG_AND_DROP=no
2092   DEFAULT_wxUSE_DRAGIMAGE=no
2093   DEFAULT_wxUSE_SPLINES=no
2094
2095   DEFAULT_wxUSE_MDI=no
2096   DEFAULT_wxUSE_MDI_ARCHITECTURE=no
2097   DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no
2098   DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no
2099
2100   DEFAULT_wxUSE_RESOURCES=no
2101   DEFAULT_wxUSE_CONSTRAINTS=no
2102   DEFAULT_wxUSE_IPC=no
2103   DEFAULT_wxUSE_HELP=no
2104   DEFAULT_wxUSE_MS_HTML_HELP=no
2105   DEFAULT_wxUSE_WXHTML_HELP=no
2106   DEFAULT_wxUSE_TREELAYOUT=no
2107   DEFAULT_wxUSE_METAFILE=no
2108   DEFAULT_wxUSE_MIMETYPE=no
2109   DEFAULT_wxUSE_SYSTEM_OPTIONS=no
2110   DEFAULT_wxUSE_PROTOCOL=no
2111   DEFAULT_wxUSE_PROTOCOL_HTTP=no
2112   DEFAULT_wxUSE_PROTOCOL_FTP=no
2113   DEFAULT_wxUSE_PROTOCOL_FILE=no
2114   DEFAULT_wxUSE_URL=no
2115
2116   DEFAULT_wxUSE_COMMONDLGS=no
2117   DEFAULT_wxUSE_CHOICEDLG=no
2118   DEFAULT_wxUSE_COLOURDLG=no
2119   DEFAULT_wxUSE_DIRDLG=no
2120   DEFAULT_wxUSE_FILEDLG=no
2121   DEFAULT_wxUSE_FINDREPLDLG=no
2122   DEFAULT_wxUSE_FONTDLG=no
2123   DEFAULT_wxUSE_MSGDLG=no
2124   DEFAULT_wxUSE_NUMBERDLG=no
2125   DEFAULT_wxUSE_TEXTDLG=no
2126   DEFAULT_wxUSE_SPLASH=no
2127   DEFAULT_wxUSE_STARTUP_TIPS=no
2128   DEFAULT_wxUSE_PROGRESSDLG=no
2129   DEFAULT_wxUSE_WIZARDDLG=no
2130
2131   DEFAULT_wxUSE_MENUS=no
2132   DEFAULT_wxUSE_MINIFRAME=no
2133   DEFAULT_wxUSE_HTML=no
2134   DEFAULT_wxUSE_XRC=no
2135   DEFAULT_wxUSE_WEBKIT=no
2136   DEFAULT_wxUSE_FILESYSTEM=no
2137   DEFAULT_wxUSE_FS_INET=no
2138   DEFAULT_wxUSE_FS_ZIP=no
2139   DEFAULT_wxUSE_BUSYINFO=no
2140   DEFAULT_wxUSE_ZIPSTREAM=no
2141   DEFAULT_wxUSE_VALIDATORS=no
2142
2143   DEFAULT_wxUSE_ACCEL=no
2144   DEFAULT_wxUSE_BUTTON=no
2145   DEFAULT_wxUSE_BMPBUTTON=no
2146   DEFAULT_wxUSE_CALCTRL=no
2147   DEFAULT_wxUSE_CARET=no
2148   DEFAULT_wxUSE_CHECKBOX=no
2149   DEFAULT_wxUSE_CHECKLST=no
2150   DEFAULT_wxUSE_CHOICE=no
2151   DEFAULT_wxUSE_CHOICEBOOK=no
2152   DEFAULT_wxUSE_COMBOBOX=no
2153   DEFAULT_wxUSE_DISPLAY=no
2154   DEFAULT_wxUSE_GAUGE=no
2155   DEFAULT_wxUSE_GRID=no
2156   DEFAULT_wxUSE_IMAGLIST=no
2157   DEFAULT_wxUSE_LISTBOOK=no
2158   DEFAULT_wxUSE_LISTBOX=no
2159   DEFAULT_wxUSE_LISTCTRL=no
2160   DEFAULT_wxUSE_NOTEBOOK=no
2161   DEFAULT_wxUSE_RADIOBOX=no
2162   DEFAULT_wxUSE_RADIOBTN=no
2163   DEFAULT_wxUSE_SASH=no
2164   DEFAULT_wxUSE_SCROLLBAR=no
2165   DEFAULT_wxUSE_SLIDER=no
2166   DEFAULT_wxUSE_SPINBTN=no
2167   DEFAULT_wxUSE_SPINCTRL=no
2168   DEFAULT_wxUSE_SPLITTER=no
2169   DEFAULT_wxUSE_STATBMP=no
2170   DEFAULT_wxUSE_STATBOX=no
2171   DEFAULT_wxUSE_STATLINE=no
2172   DEFAULT_wxUSE_STATTEXT=no
2173   DEFAULT_wxUSE_STATUSBAR=yes
2174   DEFAULT_wxUSE_TABDIALOG=no
2175   DEFAULT_wxUSE_TEXTCTRL=no
2176   DEFAULT_wxUSE_TOGGLEBTN=no
2177   DEFAULT_wxUSE_TOOLBAR=no
2178   DEFAULT_wxUSE_TOOLBAR_NATIVE=no
2179   DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
2180   DEFAULT_wxUSE_TREECTRL=no
2181   DEFAULT_wxUSE_POPUPWIN=no
2182   DEFAULT_wxUSE_TIPWINDOW=no
2183
2184   DEFAULT_wxUSE_UNICODE=no
2185   DEFAULT_wxUSE_UNICODE_MSLU=no
2186   DEFAULT_wxUSE_WCSRTOMBS=no
2187
2188   DEFAULT_wxUSE_PALETTE=no
2189   DEFAULT_wxUSE_IMAGE=no
2190   DEFAULT_wxUSE_GIF=no
2191   DEFAULT_wxUSE_PCX=no
2192   DEFAULT_wxUSE_PNM=no
2193   DEFAULT_wxUSE_IFF=no
2194   DEFAULT_wxUSE_XPM=no
2195   DEFAULT_wxUSE_ICO_CUR=no
2196   DEFAULT_wxUSE_ACCESSIBILITY=no
2197
2198   DEFAULT_wxUSE_MONOLITHIC=no
2199   DEFAULT_wxUSE_PLUGINS=no
2200   DEFAULT_wxUSE_OFFICIAL_BUILD=no
2201 else
2202   DEFAULT_wxUSE_UNIVERSAL=no
2203   DEFAULT_wxUSE_STL=no
2204
2205   DEFAULT_wxUSE_NANOX=no
2206
2207   DEFAULT_wxUSE_THREADS=yes
2208
2209   DEFAULT_wxUSE_SHARED=yes
2210   DEFAULT_wxUSE_OPTIMISE=yes
2211   DEFAULT_wxUSE_PROFILE=no
2212   DEFAULT_wxUSE_NO_DEPS=no
2213   DEFAULT_wxUSE_NO_RTTI=no
2214   DEFAULT_wxUSE_NO_EXCEPTIONS=no
2215   DEFAULT_wxUSE_PERMISSIVE=no
2216   DEFAULT_wxUSE_DEBUG_FLAG=no
2217   DEFAULT_wxUSE_DEBUG_INFO=no
2218   DEFAULT_wxUSE_DEBUG_GDB=no
2219   DEFAULT_wxUSE_MEM_TRACING=no
2220   DEFAULT_wxUSE_DEBUG_CONTEXT=no
2221   DEFAULT_wxUSE_DMALLOC=no
2222   DEFAULT_wxUSE_APPLE_IEEE=yes
2223
2224   DEFAULT_wxUSE_EXCEPTIONS=yes
2225   DEFAULT_wxUSE_LOG=yes
2226   DEFAULT_wxUSE_LOGWINDOW=yes
2227   DEFAULT_wxUSE_LOGGUI=yes
2228   DEFAULT_wxUSE_LOGDIALOG=yes
2229
2230   DEFAULT_wxUSE_GUI=yes
2231
2232   DEFAULT_wxUSE_REGEX=yes
2233   DEFAULT_wxUSE_XML=yes
2234   DEFAULT_wxUSE_EXPAT=yes
2235   DEFAULT_wxUSE_ZLIB=yes
2236   DEFAULT_wxUSE_LIBPNG=yes
2237   DEFAULT_wxUSE_LIBJPEG=yes
2238   DEFAULT_wxUSE_LIBTIFF=yes
2239   DEFAULT_wxUSE_LIBXPM=yes
2240   DEFAULT_wxUSE_LIBMSPACK=yes
2241   DEFAULT_wxUSE_LIBSDL=no
2242   DEFAULT_wxUSE_ODBC=no
2243   DEFAULT_wxUSE_OPENGL=no
2244
2245   DEFAULT_wxUSE_ON_FATAL_EXCEPTION=yes
2246   DEFAULT_wxUSE_SNGLINST_CHECKER=yes
2247   DEFAULT_wxUSE_STD_IOSTREAM=no
2248   DEFAULT_wxUSE_CMDLINE_PARSER=yes
2249   DEFAULT_wxUSE_DATETIME=yes
2250   DEFAULT_wxUSE_TIMER=yes
2251   DEFAULT_wxUSE_STOPWATCH=yes
2252   DEFAULT_wxUSE_FILE=yes
2253   DEFAULT_wxUSE_FFILE=yes
2254   DEFAULT_wxUSE_TEXTBUFFER=yes
2255   DEFAULT_wxUSE_TEXTFILE=yes
2256   DEFAULT_wxUSE_SOUND=yes
2257   DEFAULT_wxUSE_INTL=yes
2258   DEFAULT_wxUSE_CONFIG=yes
2259   DEFAULT_wxUSE_FONTMAP=yes
2260   DEFAULT_wxUSE_STREAMS=yes
2261   DEFAULT_wxUSE_SOCKETS=yes
2262   DEFAULT_wxUSE_OLE=yes
2263   DEFAULT_wxUSE_DATAOBJ=yes
2264   DEFAULT_wxUSE_DIALUP_MANAGER=yes
2265   DEFAULT_wxUSE_JOYSTICK=yes
2266   DEFAULT_wxUSE_DYNLIB_CLASS=yes
2267   DEFAULT_wxUSE_DYNAMIC_LOADER=yes
2268   DEFAULT_wxUSE_LONGLONG=yes
2269   DEFAULT_wxUSE_GEOMETRY=yes
2270
2271   DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes
2272   DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes
2273   DEFAULT_wxUSE_POSTSCRIPT=yes
2274
2275   DEFAULT_wxUSE_CLIPBOARD=yes
2276   DEFAULT_wxUSE_TOOLTIPS=yes
2277   DEFAULT_wxUSE_DRAG_AND_DROP=yes
2278   DEFAULT_wxUSE_DRAGIMAGE=yes
2279   DEFAULT_wxUSE_SPLINES=yes
2280
2281   DEFAULT_wxUSE_MDI=yes
2282   DEFAULT_wxUSE_MDI_ARCHITECTURE=yes
2283   DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes
2284   DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes
2285
2286   DEFAULT_wxUSE_RESOURCES=no
2287   DEFAULT_wxUSE_CONSTRAINTS=yes
2288   DEFAULT_wxUSE_IPC=yes
2289   DEFAULT_wxUSE_HELP=yes
2290   DEFAULT_wxUSE_MS_HTML_HELP=yes
2291   DEFAULT_wxUSE_WXHTML_HELP=yes
2292   DEFAULT_wxUSE_TREELAYOUT=yes
2293   DEFAULT_wxUSE_METAFILE=yes
2294   DEFAULT_wxUSE_MIMETYPE=yes
2295   DEFAULT_wxUSE_SYSTEM_OPTIONS=yes
2296   DEFAULT_wxUSE_PROTOCOL=yes
2297   DEFAULT_wxUSE_PROTOCOL_HTTP=yes
2298   DEFAULT_wxUSE_PROTOCOL_FTP=yes
2299   DEFAULT_wxUSE_PROTOCOL_FILE=yes
2300   DEFAULT_wxUSE_URL=yes
2301
2302   DEFAULT_wxUSE_COMMONDLGS=yes
2303   DEFAULT_wxUSE_CHOICEDLG=yes
2304   DEFAULT_wxUSE_COLOURDLG=yes
2305   DEFAULT_wxUSE_DIRDLG=yes
2306   DEFAULT_wxUSE_FILEDLG=yes
2307   DEFAULT_wxUSE_FINDREPLDLG=yes
2308   DEFAULT_wxUSE_FONTDLG=yes
2309   DEFAULT_wxUSE_MSGDLG=yes
2310   DEFAULT_wxUSE_NUMBERDLG=yes
2311   DEFAULT_wxUSE_TEXTDLG=yes
2312   DEFAULT_wxUSE_SPLASH=yes
2313   DEFAULT_wxUSE_STARTUP_TIPS=yes
2314   DEFAULT_wxUSE_PROGRESSDLG=yes
2315   DEFAULT_wxUSE_WIZARDDLG=yes
2316
2317   DEFAULT_wxUSE_MENUS=yes
2318   DEFAULT_wxUSE_MINIFRAME=yes
2319   DEFAULT_wxUSE_HTML=yes
2320   DEFAULT_wxUSE_XRC=yes
2321   DEFAULT_wxUSE_WEBKIT=yes
2322   DEFAULT_wxUSE_FILESYSTEM=yes
2323   DEFAULT_wxUSE_FS_INET=yes
2324   DEFAULT_wxUSE_FS_ZIP=yes
2325   DEFAULT_wxUSE_BUSYINFO=yes
2326   DEFAULT_wxUSE_ZIPSTREAM=yes
2327   DEFAULT_wxUSE_VALIDATORS=yes
2328
2329   DEFAULT_wxUSE_ACCEL=yes
2330   DEFAULT_wxUSE_BUTTON=yes
2331   DEFAULT_wxUSE_BMPBUTTON=yes
2332   DEFAULT_wxUSE_CALCTRL=yes
2333   DEFAULT_wxUSE_CARET=yes
2334   DEFAULT_wxUSE_CHECKBOX=yes
2335   DEFAULT_wxUSE_CHECKLST=yes
2336   DEFAULT_wxUSE_CHOICE=yes
2337   DEFAULT_wxUSE_CHOICEBOOK=yes
2338   DEFAULT_wxUSE_COMBOBOX=yes
2339   DEFAULT_wxUSE_DISPLAY=yes
2340   DEFAULT_wxUSE_GAUGE=yes
2341   DEFAULT_wxUSE_GRID=yes
2342   DEFAULT_wxUSE_IMAGLIST=yes
2343   DEFAULT_wxUSE_LISTBOOK=yes
2344   DEFAULT_wxUSE_LISTBOX=yes
2345   DEFAULT_wxUSE_LISTCTRL=yes
2346   DEFAULT_wxUSE_NOTEBOOK=yes
2347   DEFAULT_wxUSE_RADIOBOX=yes
2348   DEFAULT_wxUSE_RADIOBTN=yes
2349   DEFAULT_wxUSE_SASH=yes
2350   DEFAULT_wxUSE_SCROLLBAR=yes
2351   DEFAULT_wxUSE_SLIDER=yes
2352   DEFAULT_wxUSE_SPINBTN=yes
2353   DEFAULT_wxUSE_SPINCTRL=yes
2354   DEFAULT_wxUSE_SPLITTER=yes
2355   DEFAULT_wxUSE_STATBMP=yes
2356   DEFAULT_wxUSE_STATBOX=yes
2357   DEFAULT_wxUSE_STATLINE=yes
2358   DEFAULT_wxUSE_STATTEXT=yes
2359   DEFAULT_wxUSE_STATUSBAR=yes
2360   DEFAULT_wxUSE_TABDIALOG=no
2361   DEFAULT_wxUSE_TEXTCTRL=yes
2362   DEFAULT_wxUSE_TOGGLEBTN=yes
2363   DEFAULT_wxUSE_TOOLBAR=yes
2364   DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
2365   DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
2366   DEFAULT_wxUSE_TREECTRL=yes
2367   DEFAULT_wxUSE_POPUPWIN=yes
2368   DEFAULT_wxUSE_TIPWINDOW=yes
2369
2370   DEFAULT_wxUSE_UNICODE=no
2371   DEFAULT_wxUSE_UNICODE_MSLU=yes
2372   DEFAULT_wxUSE_WCSRTOMBS=no
2373
2374   DEFAULT_wxUSE_PALETTE=yes
2375   DEFAULT_wxUSE_IMAGE=yes
2376   DEFAULT_wxUSE_GIF=yes
2377   DEFAULT_wxUSE_PCX=yes
2378   DEFAULT_wxUSE_IFF=no
2379   DEFAULT_wxUSE_PNM=yes
2380   DEFAULT_wxUSE_XPM=yes
2381   DEFAULT_wxUSE_ICO_CUR=yes
2382   DEFAULT_wxUSE_ACCESSIBILITY=no
2383
2384   DEFAULT_wxUSE_MONOLITHIC=no
2385   DEFAULT_wxUSE_PLUGINS=no
2386   DEFAULT_wxUSE_OFFICIAL_BUILD=no
2387
2388     DEFAULT_wxUSE_GTK2=yes
2389 fi
2390
2391
2392
2393 for toolkit in `echo $ALL_TOOLKITS`; do
2394   LINE=`grep "wxUSE_$toolkit=" ${wx_arg_cache_file}`
2395   if test "x$LINE" != "x" ; then
2396     has_toolkit_in_cache=1
2397     eval "DEFAULT_$LINE"
2398     eval "CACHE_$toolkit=1"
2399   fi
2400 done
2401
2402
2403
2404           enablestring=
2405           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gui" >&5
2406 echo $ECHO_N "checking for --${enablestring:-enable}-gui... $ECHO_C" >&6
2407           no_cache=0
2408           # Check whether --enable-gui or --disable-gui was given.
2409 if test "${enable_gui+set}" = set; then
2410   enableval="$enable_gui"
2411
2412                           if test "$enableval" = yes; then
2413                             ac_cv_use_gui='wxUSE_GUI=yes'
2414                           else
2415                             ac_cv_use_gui='wxUSE_GUI=no'
2416                           fi
2417
2418 else
2419
2420                           LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
2421                           if test "x$LINE" != x ; then
2422                             eval "DEFAULT_$LINE"
2423                           else
2424                             no_cache=1
2425                           fi
2426
2427                           ac_cv_use_gui='wxUSE_GUI='$DEFAULT_wxUSE_GUI
2428
2429 fi;
2430
2431           eval "$ac_cv_use_gui"
2432           if test "$no_cache" != 1; then
2433             echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
2434           fi
2435
2436           if test "$wxUSE_GUI" = yes; then
2437             echo "$as_me:$LINENO: result: yes" >&5
2438 echo "${ECHO_T}yes" >&6
2439           else
2440             echo "$as_me:$LINENO: result: no" >&5
2441 echo "${ECHO_T}no" >&6
2442           fi
2443
2444
2445           enablestring=
2446           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-monolithic" >&5
2447 echo $ECHO_N "checking for --${enablestring:-enable}-monolithic... $ECHO_C" >&6
2448           no_cache=0
2449           # Check whether --enable-monolithic or --disable-monolithic was given.
2450 if test "${enable_monolithic+set}" = set; then
2451   enableval="$enable_monolithic"
2452
2453                           if test "$enableval" = yes; then
2454                             ac_cv_use_monolithic='wxUSE_MONOLITHIC=yes'
2455                           else
2456                             ac_cv_use_monolithic='wxUSE_MONOLITHIC=no'
2457                           fi
2458
2459 else
2460
2461                           LINE=`grep "wxUSE_MONOLITHIC" ${wx_arg_cache_file}`
2462                           if test "x$LINE" != x ; then
2463                             eval "DEFAULT_$LINE"
2464                           else
2465                             no_cache=1
2466                           fi
2467
2468                           ac_cv_use_monolithic='wxUSE_MONOLITHIC='$DEFAULT_wxUSE_MONOLITHIC
2469
2470 fi;
2471
2472           eval "$ac_cv_use_monolithic"
2473           if test "$no_cache" != 1; then
2474             echo $ac_cv_use_monolithic >> ${wx_arg_cache_file}.tmp
2475           fi
2476
2477           if test "$wxUSE_MONOLITHIC" = yes; then
2478             echo "$as_me:$LINENO: result: yes" >&5
2479 echo "${ECHO_T}yes" >&6
2480           else
2481             echo "$as_me:$LINENO: result: no" >&5
2482 echo "${ECHO_T}no" >&6
2483           fi
2484
2485
2486           enablestring=
2487           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-plugins" >&5
2488 echo $ECHO_N "checking for --${enablestring:-enable}-plugins... $ECHO_C" >&6
2489           no_cache=0
2490           # Check whether --enable-plugins or --disable-plugins was given.
2491 if test "${enable_plugins+set}" = set; then
2492   enableval="$enable_plugins"
2493
2494                           if test "$enableval" = yes; then
2495                             ac_cv_use_plugins='wxUSE_PLUGINS=yes'
2496                           else
2497                             ac_cv_use_plugins='wxUSE_PLUGINS=no'
2498                           fi
2499
2500 else
2501
2502                           LINE=`grep "wxUSE_PLUGINS" ${wx_arg_cache_file}`
2503                           if test "x$LINE" != x ; then
2504                             eval "DEFAULT_$LINE"
2505                           else
2506                             no_cache=1
2507                           fi
2508
2509                           ac_cv_use_plugins='wxUSE_PLUGINS='$DEFAULT_wxUSE_PLUGINS
2510
2511 fi;
2512
2513           eval "$ac_cv_use_plugins"
2514           if test "$no_cache" != 1; then
2515             echo $ac_cv_use_plugins >> ${wx_arg_cache_file}.tmp
2516           fi
2517
2518           if test "$wxUSE_PLUGINS" = yes; then
2519             echo "$as_me:$LINENO: result: yes" >&5
2520 echo "${ECHO_T}yes" >&6
2521           else
2522             echo "$as_me:$LINENO: result: no" >&5
2523 echo "${ECHO_T}no" >&6
2524           fi
2525
2526
2527 if test "$wxUSE_GUI" = "yes"; then
2528
2529
2530           enablestring=
2531           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal" >&5
2532 echo $ECHO_N "checking for --${enablestring:-enable}-universal... $ECHO_C" >&6
2533           no_cache=0
2534           # Check whether --enable-universal or --disable-universal was given.
2535 if test "${enable_universal+set}" = set; then
2536   enableval="$enable_universal"
2537
2538                           if test "$enableval" = yes; then
2539                             ac_cv_use_universal='wxUSE_UNIVERSAL=yes'
2540                           else
2541                             ac_cv_use_universal='wxUSE_UNIVERSAL=no'
2542                           fi
2543
2544 else
2545
2546                           LINE=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
2547                           if test "x$LINE" != x ; then
2548                             eval "DEFAULT_$LINE"
2549                           else
2550                             no_cache=1
2551                           fi
2552
2553                           ac_cv_use_universal='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL
2554
2555 fi;
2556
2557           eval "$ac_cv_use_universal"
2558           if test "$no_cache" != 1; then
2559             echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
2560           fi
2561
2562           if test "$wxUSE_UNIVERSAL" = yes; then
2563             echo "$as_me:$LINENO: result: yes" >&5
2564 echo "${ECHO_T}yes" >&6
2565           else
2566             echo "$as_me:$LINENO: result: no" >&5
2567 echo "${ECHO_T}no" >&6
2568           fi
2569
2570
2571 # Check whether --with-gtk or --without-gtk was given.
2572 if test "${with_gtk+set}" = set; then
2573   withval="$with_gtk"
2574   wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
2575 fi;
2576
2577 # Check whether --with-motif or --without-motif was given.
2578 if test "${with_motif+set}" = set; then
2579   withval="$with_motif"
2580   wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
2581 fi;
2582
2583 # Check whether --with-mac or --without-mac was given.
2584 if test "${with_mac+set}" = set; then
2585   withval="$with_mac"
2586   wxUSE_MAC="$withval" TOOLKIT_GIVEN=1
2587 fi;
2588
2589 # Check whether --with-cocoa or --without-cocoa was given.
2590 if test "${with_cocoa+set}" = set; then
2591   withval="$with_cocoa"
2592   wxUSE_COCOA="$withval" TOOLKIT_GIVEN=1
2593 fi;
2594
2595 # Check whether --with-wine or --without-wine was given.
2596 if test "${with_wine+set}" = set; then
2597   withval="$with_wine"
2598   wxUSE_WINE="$withval" CACHE_WINE=1
2599 fi;
2600
2601 # Check whether --with-msw or --without-msw was given.
2602 if test "${with_msw+set}" = set; then
2603   withval="$with_msw"
2604   wxUSE_MSW="$withval" CACHE_MSW=1 TOOLKIT_GIVEN=1
2605 fi;
2606
2607 # Check whether --with-pm or --without-pm was given.
2608 if test "${with_pm+set}" = set; then
2609   withval="$with_pm"
2610   wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
2611 fi;
2612
2613 # Check whether --with-mgl or --without-mgl was given.
2614 if test "${with_mgl+set}" = set; then
2615   withval="$with_mgl"
2616   wxUSE_MGL="$withval" wxUSE_UNIVERSAL="yes" CACHE_MGL=1 TOOLKIT_GIVEN=1
2617 fi;
2618
2619 # Check whether --with-microwin or --without-microwin was given.
2620 if test "${with_microwin+set}" = set; then
2621   withval="$with_microwin"
2622   wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1
2623 fi;
2624
2625 # Check whether --with-x11 or --without-x11 was given.
2626 if test "${with_x11+set}" = set; then
2627   withval="$with_x11"
2628   wxUSE_X11="$withval" wxUSE_UNIVERSAL="yes" CACHE_X11=1 TOOLKIT_GIVEN=1
2629 fi;
2630
2631           enablestring=
2632           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-nanox" >&5
2633 echo $ECHO_N "checking for --${enablestring:-enable}-nanox... $ECHO_C" >&6
2634           no_cache=0
2635           # Check whether --enable-nanox or --disable-nanox was given.
2636 if test "${enable_nanox+set}" = set; then
2637   enableval="$enable_nanox"
2638
2639                           if test "$enableval" = yes; then
2640                             ac_cv_use_nanox='wxUSE_NANOX=yes'
2641                           else
2642                             ac_cv_use_nanox='wxUSE_NANOX=no'
2643                           fi
2644
2645 else
2646
2647                           LINE=`grep "wxUSE_NANOX" ${wx_arg_cache_file}`
2648                           if test "x$LINE" != x ; then
2649                             eval "DEFAULT_$LINE"
2650                           else
2651                             no_cache=1
2652                           fi
2653
2654                           ac_cv_use_nanox='wxUSE_NANOX='$DEFAULT_wxUSE_NANOX
2655
2656 fi;
2657
2658           eval "$ac_cv_use_nanox"
2659           if test "$no_cache" != 1; then
2660             echo $ac_cv_use_nanox >> ${wx_arg_cache_file}.tmp
2661           fi
2662
2663           if test "$wxUSE_NANOX" = yes; then
2664             echo "$as_me:$LINENO: result: yes" >&5
2665 echo "${ECHO_T}yes" >&6
2666           else
2667             echo "$as_me:$LINENO: result: no" >&5
2668 echo "${ECHO_T}no" >&6
2669           fi
2670
2671
2672
2673           enablestring=
2674           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gtk2" >&5
2675 echo $ECHO_N "checking for --${enablestring:-enable}-gtk2... $ECHO_C" >&6
2676           no_cache=0
2677           # Check whether --enable-gtk2 or --disable-gtk2 was given.
2678 if test "${enable_gtk2+set}" = set; then
2679   enableval="$enable_gtk2"
2680
2681                           if test "$enableval" = yes; then
2682                             ac_cv_use_gtk2='wxUSE_GTK2=yes'
2683                           else
2684                             ac_cv_use_gtk2='wxUSE_GTK2=no'
2685                           fi
2686
2687 else
2688
2689                           LINE=`grep "wxUSE_GTK2" ${wx_arg_cache_file}`
2690                           if test "x$LINE" != x ; then
2691                             eval "DEFAULT_$LINE"
2692                           else
2693                             no_cache=1
2694                           fi
2695
2696                           ac_cv_use_gtk2='wxUSE_GTK2='$DEFAULT_wxUSE_GTK2
2697
2698 fi;
2699
2700           eval "$ac_cv_use_gtk2"
2701           if test "$no_cache" != 1; then
2702             echo $ac_cv_use_gtk2 >> ${wx_arg_cache_file}.tmp
2703           fi
2704
2705           if test "$wxUSE_GTK2" = yes; then
2706             echo "$as_me:$LINENO: result: yes" >&5
2707 echo "${ECHO_T}yes" >&6
2708           else
2709             echo "$as_me:$LINENO: result: no" >&5
2710 echo "${ECHO_T}no" >&6
2711           fi
2712
2713
2714           enablestring=
2715           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gpe" >&5
2716 echo $ECHO_N "checking for --${enablestring:-enable}-gpe... $ECHO_C" >&6
2717           no_cache=0
2718           # Check whether --enable-gpe or --disable-gpe was given.
2719 if test "${enable_gpe+set}" = set; then
2720   enableval="$enable_gpe"
2721
2722                           if test "$enableval" = yes; then
2723                             ac_cv_use_gpe='wxUSE_GPE=yes'
2724                           else
2725                             ac_cv_use_gpe='wxUSE_GPE=no'
2726                           fi
2727
2728 else
2729
2730                           LINE=`grep "wxUSE_GPE" ${wx_arg_cache_file}`
2731                           if test "x$LINE" != x ; then
2732                             eval "DEFAULT_$LINE"
2733                           else
2734                             no_cache=1
2735                           fi
2736
2737                           ac_cv_use_gpe='wxUSE_GPE='$DEFAULT_wxUSE_GPE
2738
2739 fi;
2740
2741           eval "$ac_cv_use_gpe"
2742           if test "$no_cache" != 1; then
2743             echo $ac_cv_use_gpe >> ${wx_arg_cache_file}.tmp
2744           fi
2745
2746           if test "$wxUSE_GPE" = yes; then
2747             echo "$as_me:$LINENO: result: yes" >&5
2748 echo "${ECHO_T}yes" >&6
2749           else
2750             echo "$as_me:$LINENO: result: no" >&5
2751 echo "${ECHO_T}no" >&6
2752           fi
2753
2754
2755
2756           echo "$as_me:$LINENO: checking for --with-libpng" >&5
2757 echo $ECHO_N "checking for --with-libpng... $ECHO_C" >&6
2758           no_cache=0
2759
2760 # Check whether --with-libpng or --without-libpng was given.
2761 if test "${with_libpng+set}" = set; then
2762   withval="$with_libpng"
2763
2764                         if test "$withval" = yes; then
2765                           ac_cv_use_libpng='wxUSE_LIBPNG=yes'
2766                         elif test "$withval" = no; then
2767                           ac_cv_use_libpng='wxUSE_LIBPNG=no'
2768                         elif test "$withval" = sys; then
2769                           ac_cv_use_libpng='wxUSE_LIBPNG=sys'
2770                         elif test "$withval" = builtin; then
2771                           ac_cv_use_libpng='wxUSE_LIBPNG=builtin'
2772                         else
2773                           { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2774 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2775    { (exit 1); exit 1; }; }
2776                         fi
2777
2778 else
2779
2780                         LINE=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
2781                         if test "x$LINE" != x ; then
2782                           eval "DEFAULT_$LINE"
2783                         else
2784                           no_cache=1
2785                         fi
2786
2787                         ac_cv_use_libpng='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
2788
2789 fi;
2790
2791           eval "$ac_cv_use_libpng"
2792           if test "$no_cache" != 1; then
2793             echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
2794           fi
2795
2796           if test "$wxUSE_LIBPNG" = yes; then
2797             echo "$as_me:$LINENO: result: yes" >&5
2798 echo "${ECHO_T}yes" >&6
2799           elif test "$wxUSE_LIBPNG" = no; then
2800             echo "$as_me:$LINENO: result: no" >&5
2801 echo "${ECHO_T}no" >&6
2802           elif test "$wxUSE_LIBPNG" = sys; then
2803             echo "$as_me:$LINENO: result: system version" >&5
2804 echo "${ECHO_T}system version" >&6
2805           elif test "$wxUSE_LIBPNG" = builtin; then
2806             echo "$as_me:$LINENO: result: builtin version" >&5
2807 echo "${ECHO_T}builtin version" >&6
2808           else
2809             { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2810 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2811    { (exit 1); exit 1; }; }
2812           fi
2813
2814
2815           echo "$as_me:$LINENO: checking for --with-libjpeg" >&5
2816 echo $ECHO_N "checking for --with-libjpeg... $ECHO_C" >&6
2817           no_cache=0
2818
2819 # Check whether --with-libjpeg or --without-libjpeg was given.
2820 if test "${with_libjpeg+set}" = set; then
2821   withval="$with_libjpeg"
2822
2823                         if test "$withval" = yes; then
2824                           ac_cv_use_libjpeg='wxUSE_LIBJPEG=yes'
2825                         elif test "$withval" = no; then
2826                           ac_cv_use_libjpeg='wxUSE_LIBJPEG=no'
2827                         elif test "$withval" = sys; then
2828                           ac_cv_use_libjpeg='wxUSE_LIBJPEG=sys'
2829                         elif test "$withval" = builtin; then
2830                           ac_cv_use_libjpeg='wxUSE_LIBJPEG=builtin'
2831                         else
2832                           { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2833 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2834    { (exit 1); exit 1; }; }
2835                         fi
2836
2837 else
2838
2839                         LINE=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
2840                         if test "x$LINE" != x ; then
2841                           eval "DEFAULT_$LINE"
2842                         else
2843                           no_cache=1
2844                         fi
2845
2846                         ac_cv_use_libjpeg='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
2847
2848 fi;
2849
2850           eval "$ac_cv_use_libjpeg"
2851           if test "$no_cache" != 1; then
2852             echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
2853           fi
2854
2855           if test "$wxUSE_LIBJPEG" = yes; then
2856             echo "$as_me:$LINENO: result: yes" >&5
2857 echo "${ECHO_T}yes" >&6
2858           elif test "$wxUSE_LIBJPEG" = no; then
2859             echo "$as_me:$LINENO: result: no" >&5
2860 echo "${ECHO_T}no" >&6
2861           elif test "$wxUSE_LIBJPEG" = sys; then
2862             echo "$as_me:$LINENO: result: system version" >&5
2863 echo "${ECHO_T}system version" >&6
2864           elif test "$wxUSE_LIBJPEG" = builtin; then
2865             echo "$as_me:$LINENO: result: builtin version" >&5
2866 echo "${ECHO_T}builtin version" >&6
2867           else
2868             { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2869 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2870    { (exit 1); exit 1; }; }
2871           fi
2872
2873
2874           echo "$as_me:$LINENO: checking for --with-libtiff" >&5
2875 echo $ECHO_N "checking for --with-libtiff... $ECHO_C" >&6
2876           no_cache=0
2877
2878 # Check whether --with-libtiff or --without-libtiff was given.
2879 if test "${with_libtiff+set}" = set; then
2880   withval="$with_libtiff"
2881
2882                         if test "$withval" = yes; then
2883                           ac_cv_use_libtiff='wxUSE_LIBTIFF=yes'
2884                         elif test "$withval" = no; then
2885                           ac_cv_use_libtiff='wxUSE_LIBTIFF=no'
2886                         elif test "$withval" = sys; then
2887                           ac_cv_use_libtiff='wxUSE_LIBTIFF=sys'
2888                         elif test "$withval" = builtin; then
2889                           ac_cv_use_libtiff='wxUSE_LIBTIFF=builtin'
2890                         else
2891                           { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2892 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2893    { (exit 1); exit 1; }; }
2894                         fi
2895
2896 else
2897
2898                         LINE=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
2899                         if test "x$LINE" != x ; then
2900                           eval "DEFAULT_$LINE"
2901                         else
2902                           no_cache=1
2903                         fi
2904
2905                         ac_cv_use_libtiff='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
2906
2907 fi;
2908
2909           eval "$ac_cv_use_libtiff"
2910           if test "$no_cache" != 1; then
2911             echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
2912           fi
2913
2914           if test "$wxUSE_LIBTIFF" = yes; then
2915             echo "$as_me:$LINENO: result: yes" >&5
2916 echo "${ECHO_T}yes" >&6
2917           elif test "$wxUSE_LIBTIFF" = no; then
2918             echo "$as_me:$LINENO: result: no" >&5
2919 echo "${ECHO_T}no" >&6
2920           elif test "$wxUSE_LIBTIFF" = sys; then
2921             echo "$as_me:$LINENO: result: system version" >&5
2922 echo "${ECHO_T}system version" >&6
2923           elif test "$wxUSE_LIBTIFF" = builtin; then
2924             echo "$as_me:$LINENO: result: builtin version" >&5
2925 echo "${ECHO_T}builtin version" >&6
2926           else
2927             { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2928 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2929    { (exit 1); exit 1; }; }
2930           fi
2931
2932
2933           echo "$as_me:$LINENO: checking for --with-libxpm" >&5
2934 echo $ECHO_N "checking for --with-libxpm... $ECHO_C" >&6
2935           no_cache=0
2936
2937 # Check whether --with-libxpm or --without-libxpm was given.
2938 if test "${with_libxpm+set}" = set; then
2939   withval="$with_libxpm"
2940
2941                         if test "$withval" = yes; then
2942                           ac_cv_use_libxpm='wxUSE_LIBXPM=yes'
2943                         elif test "$withval" = no; then
2944                           ac_cv_use_libxpm='wxUSE_LIBXPM=no'
2945                         elif test "$withval" = sys; then
2946                           ac_cv_use_libxpm='wxUSE_LIBXPM=sys'
2947                         elif test "$withval" = builtin; then
2948                           ac_cv_use_libxpm='wxUSE_LIBXPM=builtin'
2949                         else
2950                           { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
2951 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
2952    { (exit 1); exit 1; }; }
2953                         fi
2954
2955 else
2956
2957                         LINE=`grep "wxUSE_LIBXPM" ${wx_arg_cache_file}`
2958                         if test "x$LINE" != x ; then
2959                           eval "DEFAULT_$LINE"
2960                         else
2961                           no_cache=1
2962                         fi
2963
2964                         ac_cv_use_libxpm='wxUSE_LIBXPM='$DEFAULT_wxUSE_LIBXPM
2965
2966 fi;
2967
2968           eval "$ac_cv_use_libxpm"
2969           if test "$no_cache" != 1; then
2970             echo $ac_cv_use_libxpm >> ${wx_arg_cache_file}.tmp
2971           fi
2972
2973           if test "$wxUSE_LIBXPM" = yes; then
2974             echo "$as_me:$LINENO: result: yes" >&5
2975 echo "${ECHO_T}yes" >&6
2976           elif test "$wxUSE_LIBXPM" = no; then
2977             echo "$as_me:$LINENO: result: no" >&5
2978 echo "${ECHO_T}no" >&6
2979           elif test "$wxUSE_LIBXPM" = sys; then
2980             echo "$as_me:$LINENO: result: system version" >&5
2981 echo "${ECHO_T}system version" >&6
2982           elif test "$wxUSE_LIBXPM" = builtin; then
2983             echo "$as_me:$LINENO: result: builtin version" >&5
2984 echo "${ECHO_T}builtin version" >&6
2985           else
2986             { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
2987 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
2988    { (exit 1); exit 1; }; }
2989           fi
2990
2991
2992           echo "$as_me:$LINENO: checking for --with-libmspack" >&5
2993 echo $ECHO_N "checking for --with-libmspack... $ECHO_C" >&6
2994           no_cache=0
2995
2996 # Check whether --with-libmspack or --without-libmspack was given.
2997 if test "${with_libmspack+set}" = set; then
2998   withval="$with_libmspack"
2999
3000                         if test "$withval" = yes; then
3001                           ac_cv_use_libmspack='wxUSE_LIBMSPACK=yes'
3002                         else
3003                           ac_cv_use_libmspack='wxUSE_LIBMSPACK=no'
3004                         fi
3005
3006 else
3007
3008                         LINE=`grep "wxUSE_LIBMSPACK" ${wx_arg_cache_file}`
3009                         if test "x$LINE" != x ; then
3010                           eval "DEFAULT_$LINE"
3011                         else
3012                           no_cache=1
3013                         fi
3014
3015                         ac_cv_use_libmspack='wxUSE_LIBMSPACK='$DEFAULT_wxUSE_LIBMSPACK
3016
3017 fi;
3018
3019           eval "$ac_cv_use_libmspack"
3020           if test "$no_cache" != 1; then
3021             echo $ac_cv_use_libmspack >> ${wx_arg_cache_file}.tmp
3022           fi
3023
3024           if test "$wxUSE_LIBMSPACK" = yes; then
3025             echo "$as_me:$LINENO: result: yes" >&5
3026 echo "${ECHO_T}yes" >&6
3027           else
3028             echo "$as_me:$LINENO: result: no" >&5
3029 echo "${ECHO_T}no" >&6
3030           fi
3031
3032
3033           echo "$as_me:$LINENO: checking for --with-sdl" >&5
3034 echo $ECHO_N "checking for --with-sdl... $ECHO_C" >&6
3035           no_cache=0
3036
3037 # Check whether --with-sdl or --without-sdl was given.
3038 if test "${with_sdl+set}" = set; then
3039   withval="$with_sdl"
3040
3041                         if test "$withval" = yes; then
3042                           ac_cv_use_sdl='wxUSE_LIBSDL=yes'
3043                         else
3044                           ac_cv_use_sdl='wxUSE_LIBSDL=no'
3045                         fi
3046
3047 else
3048
3049                         LINE=`grep "wxUSE_LIBSDL" ${wx_arg_cache_file}`
3050                         if test "x$LINE" != x ; then
3051                           eval "DEFAULT_$LINE"
3052                         else
3053                           no_cache=1
3054                         fi
3055
3056                         ac_cv_use_sdl='wxUSE_LIBSDL='$DEFAULT_wxUSE_LIBSDL
3057
3058 fi;
3059
3060           eval "$ac_cv_use_sdl"
3061           if test "$no_cache" != 1; then
3062             echo $ac_cv_use_sdl >> ${wx_arg_cache_file}.tmp
3063           fi
3064
3065           if test "$wxUSE_LIBSDL" = yes; then
3066             echo "$as_me:$LINENO: result: yes" >&5
3067 echo "${ECHO_T}yes" >&6
3068           else
3069             echo "$as_me:$LINENO: result: no" >&5
3070 echo "${ECHO_T}no" >&6
3071           fi
3072
3073
3074           echo "$as_me:$LINENO: checking for --with-opengl" >&5
3075 echo $ECHO_N "checking for --with-opengl... $ECHO_C" >&6
3076           no_cache=0
3077
3078 # Check whether --with-opengl or --without-opengl was given.
3079 if test "${with_opengl+set}" = set; then
3080   withval="$with_opengl"
3081
3082                         if test "$withval" = yes; then
3083                           ac_cv_use_opengl='wxUSE_OPENGL=yes'
3084                         else
3085                           ac_cv_use_opengl='wxUSE_OPENGL=no'
3086                         fi
3087
3088 else
3089
3090                         LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
3091                         if test "x$LINE" != x ; then
3092                           eval "DEFAULT_$LINE"
3093                         else
3094                           no_cache=1
3095                         fi
3096
3097                         ac_cv_use_opengl='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
3098
3099 fi;
3100
3101           eval "$ac_cv_use_opengl"
3102           if test "$no_cache" != 1; then
3103             echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
3104           fi
3105
3106           if test "$wxUSE_OPENGL" = yes; then
3107             echo "$as_me:$LINENO: result: yes" >&5
3108 echo "${ECHO_T}yes" >&6
3109           else
3110             echo "$as_me:$LINENO: result: no" >&5
3111 echo "${ECHO_T}no" >&6
3112           fi
3113
3114
3115 fi
3116
3117
3118           echo "$as_me:$LINENO: checking for --with-dmalloc" >&5
3119 echo $ECHO_N "checking for --with-dmalloc... $ECHO_C" >&6
3120           no_cache=0
3121
3122 # Check whether --with-dmalloc or --without-dmalloc was given.
3123 if test "${with_dmalloc+set}" = set; then
3124   withval="$with_dmalloc"
3125
3126                         if test "$withval" = yes; then
3127                           ac_cv_use_dmalloc='wxUSE_DMALLOC=yes'
3128                         else
3129                           ac_cv_use_dmalloc='wxUSE_DMALLOC=no'
3130                         fi
3131
3132 else
3133
3134                         LINE=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
3135                         if test "x$LINE" != x ; then
3136                           eval "DEFAULT_$LINE"
3137                         else
3138                           no_cache=1
3139                         fi
3140
3141                         ac_cv_use_dmalloc='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
3142
3143 fi;
3144
3145           eval "$ac_cv_use_dmalloc"
3146           if test "$no_cache" != 1; then
3147             echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
3148           fi
3149
3150           if test "$wxUSE_DMALLOC" = yes; then
3151             echo "$as_me:$LINENO: result: yes" >&5
3152 echo "${ECHO_T}yes" >&6
3153           else
3154             echo "$as_me:$LINENO: result: no" >&5
3155 echo "${ECHO_T}no" >&6
3156           fi
3157
3158
3159           echo "$as_me:$LINENO: checking for --with-regex" >&5
3160 echo $ECHO_N "checking for --with-regex... $ECHO_C" >&6
3161           no_cache=0
3162
3163 # Check whether --with-regex or --without-regex was given.
3164 if test "${with_regex+set}" = set; then
3165   withval="$with_regex"
3166
3167                         if test "$withval" = yes; then
3168                           ac_cv_use_regex='wxUSE_REGEX=yes'
3169                         elif test "$withval" = no; then
3170                           ac_cv_use_regex='wxUSE_REGEX=no'
3171                         elif test "$withval" = sys; then
3172                           ac_cv_use_regex='wxUSE_REGEX=sys'
3173                         elif test "$withval" = builtin; then
3174                           ac_cv_use_regex='wxUSE_REGEX=builtin'
3175                         else
3176                           { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
3177 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
3178    { (exit 1); exit 1; }; }
3179                         fi
3180
3181 else
3182
3183                         LINE=`grep "wxUSE_REGEX" ${wx_arg_cache_file}`
3184                         if test "x$LINE" != x ; then
3185                           eval "DEFAULT_$LINE"
3186                         else
3187                           no_cache=1
3188                         fi
3189
3190                         ac_cv_use_regex='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX
3191
3192 fi;
3193
3194           eval "$ac_cv_use_regex"
3195           if test "$no_cache" != 1; then
3196             echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
3197           fi
3198
3199           if test "$wxUSE_REGEX" = yes; then
3200             echo "$as_me:$LINENO: result: yes" >&5
3201 echo "${ECHO_T}yes" >&6
3202           elif test "$wxUSE_REGEX" = no; then
3203             echo "$as_me:$LINENO: result: no" >&5
3204 echo "${ECHO_T}no" >&6
3205           elif test "$wxUSE_REGEX" = sys; then
3206             echo "$as_me:$LINENO: result: system version" >&5
3207 echo "${ECHO_T}system version" >&6
3208           elif test "$wxUSE_REGEX" = builtin; then
3209             echo "$as_me:$LINENO: result: builtin version" >&5
3210 echo "${ECHO_T}builtin version" >&6
3211           else
3212             { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
3213 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
3214    { (exit 1); exit 1; }; }
3215           fi
3216
3217
3218           echo "$as_me:$LINENO: checking for --with-zlib" >&5
3219 echo $ECHO_N "checking for --with-zlib... $ECHO_C" >&6
3220           no_cache=0
3221
3222 # Check whether --with-zlib or --without-zlib was given.
3223 if test "${with_zlib+set}" = set; then
3224   withval="$with_zlib"
3225
3226                         if test "$withval" = yes; then
3227                           ac_cv_use_zlib='wxUSE_ZLIB=yes'
3228                         elif test "$withval" = no; then
3229                           ac_cv_use_zlib='wxUSE_ZLIB=no'
3230                         elif test "$withval" = sys; then
3231                           ac_cv_use_zlib='wxUSE_ZLIB=sys'
3232                         elif test "$withval" = builtin; then
3233                           ac_cv_use_zlib='wxUSE_ZLIB=builtin'
3234                         else
3235                           { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
3236 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
3237    { (exit 1); exit 1; }; }
3238                         fi
3239
3240 else
3241
3242                         LINE=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
3243                         if test "x$LINE" != x ; then
3244                           eval "DEFAULT_$LINE"
3245                         else
3246                           no_cache=1
3247                         fi
3248
3249                         ac_cv_use_zlib='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
3250
3251 fi;
3252
3253           eval "$ac_cv_use_zlib"
3254           if test "$no_cache" != 1; then
3255             echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
3256           fi
3257
3258           if test "$wxUSE_ZLIB" = yes; then
3259             echo "$as_me:$LINENO: result: yes" >&5
3260 echo "${ECHO_T}yes" >&6
3261           elif test "$wxUSE_ZLIB" = no; then
3262             echo "$as_me:$LINENO: result: no" >&5
3263 echo "${ECHO_T}no" >&6
3264           elif test "$wxUSE_ZLIB" = sys; then
3265             echo "$as_me:$LINENO: result: system version" >&5
3266 echo "${ECHO_T}system version" >&6
3267           elif test "$wxUSE_ZLIB" = builtin; then
3268             echo "$as_me:$LINENO: result: builtin version" >&5
3269 echo "${ECHO_T}builtin version" >&6
3270           else
3271             { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
3272 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
3273    { (exit 1); exit 1; }; }
3274           fi
3275
3276
3277           echo "$as_me:$LINENO: checking for --with-odbc" >&5
3278 echo $ECHO_N "checking for --with-odbc... $ECHO_C" >&6
3279           no_cache=0
3280
3281 # Check whether --with-odbc or --without-odbc was given.
3282 if test "${with_odbc+set}" = set; then
3283   withval="$with_odbc"
3284
3285                         if test "$withval" = yes; then
3286                           ac_cv_use_odbc='wxUSE_ODBC=yes'
3287                         elif test "$withval" = no; then
3288                           ac_cv_use_odbc='wxUSE_ODBC=no'
3289                         elif test "$withval" = sys; then
3290                           ac_cv_use_odbc='wxUSE_ODBC=sys'
3291                         elif test "$withval" = builtin; then
3292                           ac_cv_use_odbc='wxUSE_ODBC=builtin'
3293                         else
3294                           { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3295 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3296    { (exit 1); exit 1; }; }
3297                         fi
3298
3299 else
3300
3301                         LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
3302                         if test "x$LINE" != x ; then
3303                           eval "DEFAULT_$LINE"
3304                         else
3305                           no_cache=1
3306                         fi
3307
3308                         ac_cv_use_odbc='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
3309
3310 fi;
3311
3312           eval "$ac_cv_use_odbc"
3313           if test "$no_cache" != 1; then
3314             echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
3315           fi
3316
3317           if test "$wxUSE_ODBC" = yes; then
3318             echo "$as_me:$LINENO: result: yes" >&5
3319 echo "${ECHO_T}yes" >&6
3320           elif test "$wxUSE_ODBC" = no; then
3321             echo "$as_me:$LINENO: result: no" >&5
3322 echo "${ECHO_T}no" >&6
3323           elif test "$wxUSE_ODBC" = sys; then
3324             echo "$as_me:$LINENO: result: system version" >&5
3325 echo "${ECHO_T}system version" >&6
3326           elif test "$wxUSE_ODBC" = builtin; then
3327             echo "$as_me:$LINENO: result: builtin version" >&5
3328 echo "${ECHO_T}builtin version" >&6
3329           else
3330             { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3331 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3332    { (exit 1); exit 1; }; }
3333           fi
3334
3335
3336           echo "$as_me:$LINENO: checking for --with-expat" >&5
3337 echo $ECHO_N "checking for --with-expat... $ECHO_C" >&6
3338           no_cache=0
3339
3340 # Check whether --with-expat or --without-expat was given.
3341 if test "${with_expat+set}" = set; then
3342   withval="$with_expat"
3343
3344                         if test "$withval" = yes; then
3345                           ac_cv_use_expat='wxUSE_EXPAT=yes'
3346                         elif test "$withval" = no; then
3347                           ac_cv_use_expat='wxUSE_EXPAT=no'
3348                         elif test "$withval" = sys; then
3349                           ac_cv_use_expat='wxUSE_EXPAT=sys'
3350                         elif test "$withval" = builtin; then
3351                           ac_cv_use_expat='wxUSE_EXPAT=builtin'
3352                         else
3353                           { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3354 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3355    { (exit 1); exit 1; }; }
3356                         fi
3357
3358 else
3359
3360                         LINE=`grep "wxUSE_EXPAT" ${wx_arg_cache_file}`
3361                         if test "x$LINE" != x ; then
3362                           eval "DEFAULT_$LINE"
3363                         else
3364                           no_cache=1
3365                         fi
3366
3367                         ac_cv_use_expat='wxUSE_EXPAT='$DEFAULT_wxUSE_EXPAT
3368
3369 fi;
3370
3371           eval "$ac_cv_use_expat"
3372           if test "$no_cache" != 1; then
3373             echo $ac_cv_use_expat >> ${wx_arg_cache_file}.tmp
3374           fi
3375
3376           if test "$wxUSE_EXPAT" = yes; then
3377             echo "$as_me:$LINENO: result: yes" >&5
3378 echo "${ECHO_T}yes" >&6
3379           elif test "$wxUSE_EXPAT" = no; then
3380             echo "$as_me:$LINENO: result: no" >&5
3381 echo "${ECHO_T}no" >&6
3382           elif test "$wxUSE_EXPAT" = sys; then
3383             echo "$as_me:$LINENO: result: system version" >&5
3384 echo "${ECHO_T}system version" >&6
3385           elif test "$wxUSE_EXPAT" = builtin; then
3386             echo "$as_me:$LINENO: result: builtin version" >&5
3387 echo "${ECHO_T}builtin version" >&6
3388           else
3389             { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3390 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3391    { (exit 1); exit 1; }; }
3392           fi
3393
3394
3395
3396
3397           enablestring=
3398           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-shared" >&5
3399 echo $ECHO_N "checking for --${enablestring:-enable}-shared... $ECHO_C" >&6
3400           no_cache=0
3401           # Check whether --enable-shared or --disable-shared was given.
3402 if test "${enable_shared+set}" = set; then
3403   enableval="$enable_shared"
3404
3405                           if test "$enableval" = yes; then
3406                             ac_cv_use_shared='wxUSE_SHARED=yes'
3407                           else
3408                             ac_cv_use_shared='wxUSE_SHARED=no'
3409                           fi
3410
3411 else
3412
3413                           LINE=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
3414                           if test "x$LINE" != x ; then
3415                             eval "DEFAULT_$LINE"
3416                           else
3417                             no_cache=1
3418                           fi
3419
3420                           ac_cv_use_shared='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
3421
3422 fi;
3423
3424           eval "$ac_cv_use_shared"
3425           if test "$no_cache" != 1; then
3426             echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
3427           fi
3428
3429           if test "$wxUSE_SHARED" = yes; then
3430             echo "$as_me:$LINENO: result: yes" >&5
3431 echo "${ECHO_T}yes" >&6
3432           else
3433             echo "$as_me:$LINENO: result: no" >&5
3434 echo "${ECHO_T}no" >&6
3435           fi
3436
3437
3438           enablestring=
3439           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-optimise" >&5
3440 echo $ECHO_N "checking for --${enablestring:-enable}-optimise... $ECHO_C" >&6
3441           no_cache=0
3442           # Check whether --enable-optimise or --disable-optimise was given.
3443 if test "${enable_optimise+set}" = set; then
3444   enableval="$enable_optimise"
3445
3446                           if test "$enableval" = yes; then
3447                             ac_cv_use_optimise='wxUSE_OPTIMISE=yes'
3448                           else
3449                             ac_cv_use_optimise='wxUSE_OPTIMISE=no'
3450                           fi
3451
3452 else
3453
3454                           LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
3455                           if test "x$LINE" != x ; then
3456                             eval "DEFAULT_$LINE"
3457                           else
3458                             no_cache=1
3459                           fi
3460
3461                           ac_cv_use_optimise='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
3462
3463 fi;
3464
3465           eval "$ac_cv_use_optimise"
3466           if test "$no_cache" != 1; then
3467             echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
3468           fi
3469
3470           if test "$wxUSE_OPTIMISE" = yes; then
3471             echo "$as_me:$LINENO: result: yes" >&5
3472 echo "${ECHO_T}yes" >&6
3473           else
3474             echo "$as_me:$LINENO: result: no" >&5
3475 echo "${ECHO_T}no" >&6
3476           fi
3477
3478
3479           enablestring=
3480           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug" >&5
3481 echo $ECHO_N "checking for --${enablestring:-enable}-debug... $ECHO_C" >&6
3482           no_cache=0
3483           # Check whether --enable-debug or --disable-debug was given.
3484 if test "${enable_debug+set}" = set; then
3485   enableval="$enable_debug"
3486
3487                           if test "$enableval" = yes; then
3488                             ac_cv_use_debug='wxUSE_DEBUG=yes'
3489                           else
3490                             ac_cv_use_debug='wxUSE_DEBUG=no'
3491                           fi
3492
3493 else
3494
3495                           LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
3496                           if test "x$LINE" != x ; then
3497                             eval "DEFAULT_$LINE"
3498                           else
3499                             no_cache=1
3500                           fi
3501
3502                           ac_cv_use_debug='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
3503
3504 fi;
3505
3506           eval "$ac_cv_use_debug"
3507           if test "$no_cache" != 1; then
3508             echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
3509           fi
3510
3511           if test "$wxUSE_DEBUG" = yes; then
3512             echo "$as_me:$LINENO: result: yes" >&5
3513 echo "${ECHO_T}yes" >&6
3514           else
3515             echo "$as_me:$LINENO: result: no" >&5
3516 echo "${ECHO_T}no" >&6
3517           fi
3518
3519
3520           enablestring=
3521           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stl" >&5
3522 echo $ECHO_N "checking for --${enablestring:-enable}-stl... $ECHO_C" >&6
3523           no_cache=0
3524           # Check whether --enable-stl or --disable-stl was given.
3525 if test "${enable_stl+set}" = set; then
3526   enableval="$enable_stl"
3527
3528                           if test "$enableval" = yes; then
3529                             ac_cv_use_stl='wxUSE_STL=yes'
3530                           else
3531                             ac_cv_use_stl='wxUSE_STL=no'
3532                           fi
3533
3534 else
3535
3536                           LINE=`grep "wxUSE_STL" ${wx_arg_cache_file}`
3537                           if test "x$LINE" != x ; then
3538                             eval "DEFAULT_$LINE"
3539                           else
3540                             no_cache=1
3541                           fi
3542
3543                           ac_cv_use_stl='wxUSE_STL='$DEFAULT_wxUSE_STL
3544
3545 fi;
3546
3547           eval "$ac_cv_use_stl"
3548           if test "$no_cache" != 1; then
3549             echo $ac_cv_use_stl >> ${wx_arg_cache_file}.tmp
3550           fi
3551
3552           if test "$wxUSE_STL" = yes; then
3553             echo "$as_me:$LINENO: result: yes" >&5
3554 echo "${ECHO_T}yes" >&6
3555           else
3556             echo "$as_me:$LINENO: result: no" >&5
3557 echo "${ECHO_T}no" >&6
3558           fi
3559
3560 if test "$USE_OS2" = "1"; then
3561
3562           enablestring=
3563           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-omf" >&5
3564 echo $ECHO_N "checking for --${enablestring:-enable}-omf... $ECHO_C" >&6
3565           no_cache=0
3566           # Check whether --enable-omf or --disable-omf was given.
3567 if test "${enable_omf+set}" = set; then
3568   enableval="$enable_omf"
3569
3570                           if test "$enableval" = yes; then
3571                             ac_cv_use_omf='wxUSE_OMF=yes'
3572                           else
3573                             ac_cv_use_omf='wxUSE_OMF=no'
3574                           fi
3575
3576 else
3577
3578                           LINE=`grep "wxUSE_OMF" ${wx_arg_cache_file}`
3579                           if test "x$LINE" != x ; then
3580                             eval "DEFAULT_$LINE"
3581                           else
3582                             no_cache=1
3583                           fi
3584
3585                           ac_cv_use_omf='wxUSE_OMF='$DEFAULT_wxUSE_OMF
3586
3587 fi;
3588
3589           eval "$ac_cv_use_omf"
3590           if test "$no_cache" != 1; then
3591             echo $ac_cv_use_omf >> ${wx_arg_cache_file}.tmp
3592           fi
3593
3594           if test "$wxUSE_OMF" = yes; then
3595             echo "$as_me:$LINENO: result: yes" >&5
3596 echo "${ECHO_T}yes" >&6
3597           else
3598             echo "$as_me:$LINENO: result: no" >&5
3599 echo "${ECHO_T}no" >&6
3600           fi
3601
3602 fi
3603
3604 if test "$wxUSE_DEBUG" = "yes"; then
3605   DEFAULT_wxUSE_DEBUG_FLAG=yes
3606   DEFAULT_wxUSE_DEBUG_INFO=yes
3607   BUILD=debug
3608 elif test "$wxUSE_DEBUG" = "no"; then
3609   DEFAULT_wxUSE_DEBUG_FLAG=no
3610   DEFAULT_wxUSE_DEBUG_INFO=no
3611   BUILD=release
3612 fi
3613
3614
3615           enablestring=
3616           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_flag" >&5
3617 echo $ECHO_N "checking for --${enablestring:-enable}-debug_flag... $ECHO_C" >&6
3618           no_cache=0
3619           # Check whether --enable-debug_flag or --disable-debug_flag was given.
3620 if test "${enable_debug_flag+set}" = set; then
3621   enableval="$enable_debug_flag"
3622
3623                           if test "$enableval" = yes; then
3624                             ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes'
3625                           else
3626                             ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no'
3627                           fi
3628
3629 else
3630
3631                           LINE=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
3632                           if test "x$LINE" != x ; then
3633                             eval "DEFAULT_$LINE"
3634                           else
3635                             no_cache=1
3636                           fi
3637
3638                           ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
3639
3640 fi;
3641
3642           eval "$ac_cv_use_debug_flag"
3643           if test "$no_cache" != 1; then
3644             echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
3645           fi
3646
3647           if test "$wxUSE_DEBUG_FLAG" = yes; then
3648             echo "$as_me:$LINENO: result: yes" >&5
3649 echo "${ECHO_T}yes" >&6
3650           else
3651             echo "$as_me:$LINENO: result: no" >&5
3652 echo "${ECHO_T}no" >&6
3653           fi
3654
3655
3656           enablestring=
3657           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_info" >&5
3658 echo $ECHO_N "checking for --${enablestring:-enable}-debug_info... $ECHO_C" >&6
3659           no_cache=0
3660           # Check whether --enable-debug_info or --disable-debug_info was given.
3661 if test "${enable_debug_info+set}" = set; then
3662   enableval="$enable_debug_info"
3663
3664                           if test "$enableval" = yes; then
3665                             ac_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
3666                           else
3667                             ac_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
3668                           fi
3669
3670 else
3671
3672                           LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
3673                           if test "x$LINE" != x ; then
3674                             eval "DEFAULT_$LINE"
3675                           else
3676                             no_cache=1
3677                           fi
3678
3679                           ac_cv_use_debug_info='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
3680
3681 fi;
3682
3683           eval "$ac_cv_use_debug_info"
3684           if test "$no_cache" != 1; then
3685             echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
3686           fi
3687
3688           if test "$wxUSE_DEBUG_INFO" = yes; then
3689             echo "$as_me:$LINENO: result: yes" >&5
3690 echo "${ECHO_T}yes" >&6
3691           else
3692             echo "$as_me:$LINENO: result: no" >&5
3693 echo "${ECHO_T}no" >&6
3694           fi
3695
3696
3697           enablestring=
3698           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_gdb" >&5
3699 echo $ECHO_N "checking for --${enablestring:-enable}-debug_gdb... $ECHO_C" >&6
3700           no_cache=0
3701           # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
3702 if test "${enable_debug_gdb+set}" = set; then
3703   enableval="$enable_debug_gdb"
3704
3705                           if test "$enableval" = yes; then
3706                             ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes'
3707                           else
3708                             ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no'
3709                           fi
3710
3711 else
3712
3713                           LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
3714                           if test "x$LINE" != x ; then
3715                             eval "DEFAULT_$LINE"
3716                           else
3717                             no_cache=1
3718                           fi
3719
3720                           ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
3721
3722 fi;
3723
3724           eval "$ac_cv_use_debug_gdb"
3725           if test "$no_cache" != 1; then
3726             echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
3727           fi
3728
3729           if test "$wxUSE_DEBUG_GDB" = yes; then
3730             echo "$as_me:$LINENO: result: yes" >&5
3731 echo "${ECHO_T}yes" >&6
3732           else
3733             echo "$as_me:$LINENO: result: no" >&5
3734 echo "${ECHO_T}no" >&6
3735           fi
3736
3737
3738           enablestring=
3739           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_cntxt" >&5
3740 echo $ECHO_N "checking for --${enablestring:-enable}-debug_cntxt... $ECHO_C" >&6
3741           no_cache=0
3742           # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
3743 if test "${enable_debug_cntxt+set}" = set; then
3744   enableval="$enable_debug_cntxt"
3745
3746                           if test "$enableval" = yes; then
3747                             ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes'
3748                           else
3749                             ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no'
3750                           fi
3751
3752 else
3753
3754                           LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
3755                           if test "x$LINE" != x ; then
3756                             eval "DEFAULT_$LINE"
3757                           else
3758                             no_cache=1
3759                           fi
3760
3761                           ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
3762
3763 fi;
3764
3765           eval "$ac_cv_use_debug_cntxt"
3766           if test "$no_cache" != 1; then
3767             echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
3768           fi
3769
3770           if test "$wxUSE_DEBUG_CONTEXT" = yes; then
3771             echo "$as_me:$LINENO: result: yes" >&5
3772 echo "${ECHO_T}yes" >&6
3773           else
3774             echo "$as_me:$LINENO: result: no" >&5
3775 echo "${ECHO_T}no" >&6
3776           fi
3777
3778
3779           enablestring=
3780           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mem_tracing" >&5
3781 echo $ECHO_N "checking for --${enablestring:-enable}-mem_tracing... $ECHO_C" >&6
3782           no_cache=0
3783           # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
3784 if test "${enable_mem_tracing+set}" = set; then
3785   enableval="$enable_mem_tracing"
3786
3787                           if test "$enableval" = yes; then
3788                             ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
3789                           else
3790                             ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
3791                           fi
3792
3793 else
3794
3795                           LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
3796                           if test "x$LINE" != x ; then
3797                             eval "DEFAULT_$LINE"
3798                           else
3799                             no_cache=1
3800                           fi
3801
3802                           ac_cv_use_mem_tracing='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
3803
3804 fi;
3805
3806           eval "$ac_cv_use_mem_tracing"
3807           if test "$no_cache" != 1; then
3808             echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
3809           fi
3810
3811           if test "$wxUSE_MEM_TRACING" = yes; then
3812             echo "$as_me:$LINENO: result: yes" >&5
3813 echo "${ECHO_T}yes" >&6
3814           else
3815             echo "$as_me:$LINENO: result: no" >&5
3816 echo "${ECHO_T}no" >&6
3817           fi
3818
3819
3820           enablestring=
3821           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-profile" >&5
3822 echo $ECHO_N "checking for --${enablestring:-enable}-profile... $ECHO_C" >&6
3823           no_cache=0
3824           # Check whether --enable-profile or --disable-profile was given.
3825 if test "${enable_profile+set}" = set; then
3826   enableval="$enable_profile"
3827
3828                           if test "$enableval" = yes; then
3829                             ac_cv_use_profile='wxUSE_PROFILE=yes'
3830                           else
3831                             ac_cv_use_profile='wxUSE_PROFILE=no'
3832                           fi
3833
3834 else
3835
3836                           LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
3837                           if test "x$LINE" != x ; then
3838                             eval "DEFAULT_$LINE"
3839                           else
3840                             no_cache=1
3841                           fi
3842
3843                           ac_cv_use_profile='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
3844
3845 fi;
3846
3847           eval "$ac_cv_use_profile"
3848           if test "$no_cache" != 1; then
3849             echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
3850           fi
3851
3852           if test "$wxUSE_PROFILE" = yes; then
3853             echo "$as_me:$LINENO: result: yes" >&5
3854 echo "${ECHO_T}yes" >&6
3855           else
3856             echo "$as_me:$LINENO: result: no" >&5
3857 echo "${ECHO_T}no" >&6
3858           fi
3859
3860
3861           enablestring=
3862           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_rtti" >&5
3863 echo $ECHO_N "checking for --${enablestring:-enable}-no_rtti... $ECHO_C" >&6
3864           no_cache=0
3865           # Check whether --enable-no_rtti or --disable-no_rtti was given.
3866 if test "${enable_no_rtti+set}" = set; then
3867   enableval="$enable_no_rtti"
3868
3869                           if test "$enableval" = yes; then
3870                             ac_cv_use_no_rtti='wxUSE_NO_RTTI=yes'
3871                           else
3872                             ac_cv_use_no_rtti='wxUSE_NO_RTTI=no'
3873                           fi
3874
3875 else
3876
3877                           LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
3878                           if test "x$LINE" != x ; then
3879                             eval "DEFAULT_$LINE"
3880                           else
3881                             no_cache=1
3882                           fi
3883
3884                           ac_cv_use_no_rtti='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
3885
3886 fi;
3887
3888           eval "$ac_cv_use_no_rtti"
3889           if test "$no_cache" != 1; then
3890             echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
3891           fi
3892
3893           if test "$wxUSE_NO_RTTI" = yes; then
3894             echo "$as_me:$LINENO: result: yes" >&5
3895 echo "${ECHO_T}yes" >&6
3896           else
3897             echo "$as_me:$LINENO: result: no" >&5
3898 echo "${ECHO_T}no" >&6
3899           fi
3900
3901
3902           enablestring=
3903           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_exceptions" >&5
3904 echo $ECHO_N "checking for --${enablestring:-enable}-no_exceptions... $ECHO_C" >&6
3905           no_cache=0
3906           # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
3907 if test "${enable_no_exceptions+set}" = set; then
3908   enableval="$enable_no_exceptions"
3909
3910                           if test "$enableval" = yes; then
3911                             ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
3912                           else
3913                             ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
3914                           fi
3915
3916 else
3917
3918                           LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
3919                           if test "x$LINE" != x ; then
3920                             eval "DEFAULT_$LINE"
3921                           else
3922                             no_cache=1
3923                           fi
3924
3925                           ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
3926
3927 fi;
3928
3929           eval "$ac_cv_use_no_exceptions"
3930           if test "$no_cache" != 1; then
3931             echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
3932           fi
3933
3934           if test "$wxUSE_NO_EXCEPTIONS" = yes; then
3935             echo "$as_me:$LINENO: result: yes" >&5
3936 echo "${ECHO_T}yes" >&6
3937           else
3938             echo "$as_me:$LINENO: result: no" >&5
3939 echo "${ECHO_T}no" >&6
3940           fi
3941
3942
3943           enablestring=
3944           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-permissive" >&5
3945 echo $ECHO_N "checking for --${enablestring:-enable}-permissive... $ECHO_C" >&6
3946           no_cache=0
3947           # Check whether --enable-permissive or --disable-permissive was given.
3948 if test "${enable_permissive+set}" = set; then
3949   enableval="$enable_permissive"
3950
3951                           if test "$enableval" = yes; then
3952                             ac_cv_use_permissive='wxUSE_PERMISSIVE=yes'
3953                           else
3954                             ac_cv_use_permissive='wxUSE_PERMISSIVE=no'
3955                           fi
3956
3957 else
3958
3959                           LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
3960                           if test "x$LINE" != x ; then
3961                             eval "DEFAULT_$LINE"
3962                           else
3963                             no_cache=1
3964                           fi
3965
3966                           ac_cv_use_permissive='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
3967
3968 fi;
3969
3970           eval "$ac_cv_use_permissive"
3971           if test "$no_cache" != 1; then
3972             echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
3973           fi
3974
3975           if test "$wxUSE_PERMISSIVE" = yes; then
3976             echo "$as_me:$LINENO: result: yes" >&5
3977 echo "${ECHO_T}yes" >&6
3978           else
3979             echo "$as_me:$LINENO: result: no" >&5
3980 echo "${ECHO_T}no" >&6
3981           fi
3982
3983
3984           enablestring=
3985           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_deps" >&5
3986 echo $ECHO_N "checking for --${enablestring:-enable}-no_deps... $ECHO_C" >&6
3987           no_cache=0
3988           # Check whether --enable-no_deps or --disable-no_deps was given.
3989 if test "${enable_no_deps+set}" = set; then
3990   enableval="$enable_no_deps"
3991
3992                           if test "$enableval" = yes; then
3993                             ac_cv_use_no_deps='wxUSE_NO_DEPS=yes'
3994                           else
3995                             ac_cv_use_no_deps='wxUSE_NO_DEPS=no'
3996                           fi
3997
3998 else
3999
4000                           LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
4001                           if test "x$LINE" != x ; then
4002                             eval "DEFAULT_$LINE"
4003                           else
4004                             no_cache=1
4005                           fi
4006
4007                           ac_cv_use_no_deps='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
4008
4009 fi;
4010
4011           eval "$ac_cv_use_no_deps"
4012           if test "$no_cache" != 1; then
4013             echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
4014           fi
4015
4016           if test "$wxUSE_NO_DEPS" = yes; then
4017             echo "$as_me:$LINENO: result: yes" >&5
4018 echo "${ECHO_T}yes" >&6
4019           else
4020             echo "$as_me:$LINENO: result: no" >&5
4021 echo "${ECHO_T}no" >&6
4022           fi
4023
4024
4025
4026           enablestring=
4027           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat22" >&5
4028 echo $ECHO_N "checking for --${enablestring:-enable}-compat22... $ECHO_C" >&6
4029           no_cache=0
4030           # Check whether --enable-compat22 or --disable-compat22 was given.
4031 if test "${enable_compat22+set}" = set; then
4032   enableval="$enable_compat22"
4033
4034                           if test "$enableval" = yes; then
4035                             ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=yes'
4036                           else
4037                             ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=no'
4038                           fi
4039
4040 else
4041
4042                           LINE=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}`
4043                           if test "x$LINE" != x ; then
4044                             eval "DEFAULT_$LINE"
4045                           else
4046                             no_cache=1
4047                           fi
4048
4049                           ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2='$DEFAULT_WXWIN_COMPATIBILITY_2_2
4050
4051 fi;
4052
4053           eval "$ac_cv_use_compat22"
4054           if test "$no_cache" != 1; then
4055             echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp
4056           fi
4057
4058           if test "$WXWIN_COMPATIBILITY_2_2" = yes; then
4059             echo "$as_me:$LINENO: result: yes" >&5
4060 echo "${ECHO_T}yes" >&6
4061           else
4062             echo "$as_me:$LINENO: result: no" >&5
4063 echo "${ECHO_T}no" >&6
4064           fi
4065
4066
4067           enablestring=disable
4068           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat24" >&5
4069 echo $ECHO_N "checking for --${enablestring:-enable}-compat24... $ECHO_C" >&6
4070           no_cache=0
4071           # Check whether --enable-compat24 or --disable-compat24 was given.
4072 if test "${enable_compat24+set}" = set; then
4073   enableval="$enable_compat24"
4074
4075                           if test "$enableval" = yes; then
4076                             ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4=yes'
4077                           else
4078                             ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4=no'
4079                           fi
4080
4081 else
4082
4083                           LINE=`grep "WXWIN_COMPATIBILITY_2_4" ${wx_arg_cache_file}`
4084                           if test "x$LINE" != x ; then
4085                             eval "DEFAULT_$LINE"
4086                           else
4087                             no_cache=1
4088                           fi
4089
4090                           ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4='$DEFAULT_WXWIN_COMPATIBILITY_2_4
4091
4092 fi;
4093
4094           eval "$ac_cv_use_compat24"
4095           if test "$no_cache" != 1; then
4096             echo $ac_cv_use_compat24 >> ${wx_arg_cache_file}.tmp
4097           fi
4098
4099           if test "$WXWIN_COMPATIBILITY_2_4" = yes; then
4100             echo "$as_me:$LINENO: result: yes" >&5
4101 echo "${ECHO_T}yes" >&6
4102           else
4103             echo "$as_me:$LINENO: result: no" >&5
4104 echo "${ECHO_T}no" >&6
4105           fi
4106
4107
4108 # Check whether --enable-rpath or --disable-rpath was given.
4109 if test "${enable_rpath+set}" = set; then
4110   enableval="$enable_rpath"
4111   wxRPATH_DIR="$enableval"
4112 fi;
4113
4114 if test "$wxRPATH_DIR" != "" -a "$wxRPATH_DIR" != "disable" -a "$wxRPATH_DIR" != "no"; then
4115    WXCONFIG_RPATH="-Wl,-rpath -Wl,$wxRPATH_DIR"
4116 fi
4117
4118
4119
4120
4121           enablestring=
4122           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-intl" >&5
4123 echo $ECHO_N "checking for --${enablestring:-enable}-intl... $ECHO_C" >&6
4124           no_cache=0
4125           # Check whether --enable-intl or --disable-intl was given.
4126 if test "${enable_intl+set}" = set; then
4127   enableval="$enable_intl"
4128
4129                           if test "$enableval" = yes; then
4130                             ac_cv_use_intl='wxUSE_INTL=yes'
4131                           else
4132                             ac_cv_use_intl='wxUSE_INTL=no'
4133                           fi
4134
4135 else
4136
4137                           LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
4138                           if test "x$LINE" != x ; then
4139                             eval "DEFAULT_$LINE"
4140                           else
4141                             no_cache=1
4142                           fi
4143
4144                           ac_cv_use_intl='wxUSE_INTL='$DEFAULT_wxUSE_INTL
4145
4146 fi;
4147
4148           eval "$ac_cv_use_intl"
4149           if test "$no_cache" != 1; then
4150             echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
4151           fi
4152
4153           if test "$wxUSE_INTL" = yes; then
4154             echo "$as_me:$LINENO: result: yes" >&5
4155 echo "${ECHO_T}yes" >&6
4156           else
4157             echo "$as_me:$LINENO: result: no" >&5
4158 echo "${ECHO_T}no" >&6
4159           fi
4160
4161
4162           enablestring=
4163           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-config" >&5
4164 echo $ECHO_N "checking for --${enablestring:-enable}-config... $ECHO_C" >&6
4165           no_cache=0
4166           # Check whether --enable-config or --disable-config was given.
4167 if test "${enable_config+set}" = set; then
4168   enableval="$enable_config"
4169
4170                           if test "$enableval" = yes; then
4171                             ac_cv_use_config='wxUSE_CONFIG=yes'
4172                           else
4173                             ac_cv_use_config='wxUSE_CONFIG=no'
4174                           fi
4175
4176 else
4177
4178                           LINE=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
4179                           if test "x$LINE" != x ; then
4180                             eval "DEFAULT_$LINE"
4181                           else
4182                             no_cache=1
4183                           fi
4184
4185                           ac_cv_use_config='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
4186
4187 fi;
4188
4189           eval "$ac_cv_use_config"
4190           if test "$no_cache" != 1; then
4191             echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
4192           fi
4193
4194           if test "$wxUSE_CONFIG" = yes; then
4195             echo "$as_me:$LINENO: result: yes" >&5
4196 echo "${ECHO_T}yes" >&6
4197           else
4198             echo "$as_me:$LINENO: result: no" >&5
4199 echo "${ECHO_T}no" >&6
4200           fi
4201
4202
4203
4204           enablestring=
4205           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocols" >&5
4206 echo $ECHO_N "checking for --${enablestring:-enable}-protocols... $ECHO_C" >&6
4207           no_cache=0
4208           # Check whether --enable-protocols or --disable-protocols was given.
4209 if test "${enable_protocols+set}" = set; then
4210   enableval="$enable_protocols"
4211
4212                           if test "$enableval" = yes; then
4213                             ac_cv_use_protocols='wxUSE_PROTOCOL=yes'
4214                           else
4215                             ac_cv_use_protocols='wxUSE_PROTOCOL=no'
4216                           fi
4217
4218 else
4219
4220                           LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
4221                           if test "x$LINE" != x ; then
4222                             eval "DEFAULT_$LINE"
4223                           else
4224                             no_cache=1
4225                           fi
4226
4227                           ac_cv_use_protocols='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
4228
4229 fi;
4230
4231           eval "$ac_cv_use_protocols"
4232           if test "$no_cache" != 1; then
4233             echo $ac_cv_use_protocols >> ${wx_arg_cache_file}.tmp
4234           fi
4235
4236           if test "$wxUSE_PROTOCOL" = yes; then
4237             echo "$as_me:$LINENO: result: yes" >&5
4238 echo "${ECHO_T}yes" >&6
4239           else
4240             echo "$as_me:$LINENO: result: no" >&5
4241 echo "${ECHO_T}no" >&6
4242           fi
4243
4244
4245           enablestring=
4246           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ftp" >&5
4247 echo $ECHO_N "checking for --${enablestring:-enable}-ftp... $ECHO_C" >&6
4248           no_cache=0
4249           # Check whether --enable-ftp or --disable-ftp was given.
4250 if test "${enable_ftp+set}" = set; then
4251   enableval="$enable_ftp"
4252
4253                           if test "$enableval" = yes; then
4254                             ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=yes'
4255                           else
4256                             ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=no'
4257                           fi
4258
4259 else
4260
4261                           LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
4262                           if test "x$LINE" != x ; then
4263                             eval "DEFAULT_$LINE"
4264                           else
4265                             no_cache=1
4266                           fi
4267
4268                           ac_cv_use_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
4269
4270 fi;
4271
4272           eval "$ac_cv_use_ftp"
4273           if test "$no_cache" != 1; then
4274             echo $ac_cv_use_ftp >> ${wx_arg_cache_file}.tmp
4275           fi
4276
4277           if test "$wxUSE_PROTOCOL_FTP" = yes; then
4278             echo "$as_me:$LINENO: result: yes" >&5
4279 echo "${ECHO_T}yes" >&6
4280           else
4281             echo "$as_me:$LINENO: result: no" >&5
4282 echo "${ECHO_T}no" >&6
4283           fi
4284
4285
4286           enablestring=
4287           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-http" >&5
4288 echo $ECHO_N "checking for --${enablestring:-enable}-http... $ECHO_C" >&6
4289           no_cache=0
4290           # Check whether --enable-http or --disable-http was given.
4291 if test "${enable_http+set}" = set; then
4292   enableval="$enable_http"
4293
4294                           if test "$enableval" = yes; then
4295                             ac_cv_use_http='wxUSE_PROTOCOL_HTTP=yes'
4296                           else
4297                             ac_cv_use_http='wxUSE_PROTOCOL_HTTP=no'
4298                           fi
4299
4300 else
4301
4302                           LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
4303                           if test "x$LINE" != x ; then
4304                             eval "DEFAULT_$LINE"
4305                           else
4306                             no_cache=1
4307                           fi
4308
4309                           ac_cv_use_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
4310
4311 fi;
4312
4313           eval "$ac_cv_use_http"
4314           if test "$no_cache" != 1; then
4315             echo $ac_cv_use_http >> ${wx_arg_cache_file}.tmp
4316           fi
4317
4318           if test "$wxUSE_PROTOCOL_HTTP" = yes; then
4319             echo "$as_me:$LINENO: result: yes" >&5
4320 echo "${ECHO_T}yes" >&6
4321           else
4322             echo "$as_me:$LINENO: result: no" >&5
4323 echo "${ECHO_T}no" >&6
4324           fi
4325
4326
4327           enablestring=
4328           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fileproto" >&5
4329 echo $ECHO_N "checking for --${enablestring:-enable}-fileproto... $ECHO_C" >&6
4330           no_cache=0
4331           # Check whether --enable-fileproto or --disable-fileproto was given.
4332 if test "${enable_fileproto+set}" = set; then
4333   enableval="$enable_fileproto"
4334
4335                           if test "$enableval" = yes; then
4336                             ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=yes'
4337                           else
4338                             ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=no'
4339                           fi
4340
4341 else
4342
4343                           LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
4344                           if test "x$LINE" != x ; then
4345                             eval "DEFAULT_$LINE"
4346                           else
4347                             no_cache=1
4348                           fi
4349
4350                           ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
4351
4352 fi;
4353
4354           eval "$ac_cv_use_fileproto"
4355           if test "$no_cache" != 1; then
4356             echo $ac_cv_use_fileproto >> ${wx_arg_cache_file}.tmp
4357           fi
4358
4359           if test "$wxUSE_PROTOCOL_FILE" = yes; then
4360             echo "$as_me:$LINENO: result: yes" >&5
4361 echo "${ECHO_T}yes" >&6
4362           else
4363             echo "$as_me:$LINENO: result: no" >&5
4364 echo "${ECHO_T}no" >&6
4365           fi
4366
4367
4368           enablestring=
4369           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sockets" >&5
4370 echo $ECHO_N "checking for --${enablestring:-enable}-sockets... $ECHO_C" >&6
4371           no_cache=0
4372           # Check whether --enable-sockets or --disable-sockets was given.
4373 if test "${enable_sockets+set}" = set; then
4374   enableval="$enable_sockets"
4375
4376                           if test "$enableval" = yes; then
4377                             ac_cv_use_sockets='wxUSE_SOCKETS=yes'
4378                           else
4379                             ac_cv_use_sockets='wxUSE_SOCKETS=no'
4380                           fi
4381
4382 else
4383
4384                           LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
4385                           if test "x$LINE" != x ; then
4386                             eval "DEFAULT_$LINE"
4387                           else
4388                             no_cache=1
4389                           fi
4390
4391                           ac_cv_use_sockets='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
4392
4393 fi;
4394
4395           eval "$ac_cv_use_sockets"
4396           if test "$no_cache" != 1; then
4397             echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
4398           fi
4399
4400           if test "$wxUSE_SOCKETS" = yes; then
4401             echo "$as_me:$LINENO: result: yes" >&5
4402 echo "${ECHO_T}yes" >&6
4403           else
4404             echo "$as_me:$LINENO: result: no" >&5
4405 echo "${ECHO_T}no" >&6
4406           fi
4407
4408
4409           enablestring=
4410           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ole" >&5
4411 echo $ECHO_N "checking for --${enablestring:-enable}-ole... $ECHO_C" >&6
4412           no_cache=0
4413           # Check whether --enable-ole or --disable-ole was given.
4414 if test "${enable_ole+set}" = set; then
4415   enableval="$enable_ole"
4416
4417                           if test "$enableval" = yes; then
4418                             ac_cv_use_ole='wxUSE_OLE=yes'
4419                           else
4420                             ac_cv_use_ole='wxUSE_OLE=no'
4421                           fi
4422
4423 else
4424
4425                           LINE=`grep "wxUSE_OLE" ${wx_arg_cache_file}`
4426                           if test "x$LINE" != x ; then
4427                             eval "DEFAULT_$LINE"
4428                           else
4429                             no_cache=1
4430                           fi
4431
4432                           ac_cv_use_ole='wxUSE_OLE='$DEFAULT_wxUSE_OLE
4433
4434 fi;
4435
4436           eval "$ac_cv_use_ole"
4437           if test "$no_cache" != 1; then
4438             echo $ac_cv_use_ole >> ${wx_arg_cache_file}.tmp
4439           fi
4440
4441           if test "$wxUSE_OLE" = yes; then
4442             echo "$as_me:$LINENO: result: yes" >&5
4443 echo "${ECHO_T}yes" >&6
4444           else
4445             echo "$as_me:$LINENO: result: no" >&5
4446 echo "${ECHO_T}no" >&6
4447           fi
4448
4449
4450           enablestring=
4451           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataobj" >&5
4452 echo $ECHO_N "checking for --${enablestring:-enable}-dataobj... $ECHO_C" >&6
4453           no_cache=0
4454           # Check whether --enable-dataobj or --disable-dataobj was given.
4455 if test "${enable_dataobj+set}" = set; then
4456   enableval="$enable_dataobj"
4457
4458                           if test "$enableval" = yes; then
4459                             ac_cv_use_dataobj='wxUSE_DATAOBJ=yes'
4460                           else
4461                             ac_cv_use_dataobj='wxUSE_DATAOBJ=no'
4462                           fi
4463
4464 else
4465
4466                           LINE=`grep "wxUSE_DATAOBJ" ${wx_arg_cache_file}`
4467                           if test "x$LINE" != x ; then
4468                             eval "DEFAULT_$LINE"
4469                           else
4470                             no_cache=1
4471                           fi
4472
4473                           ac_cv_use_dataobj='wxUSE_DATAOBJ='$DEFAULT_wxUSE_DATAOBJ
4474
4475 fi;
4476
4477           eval "$ac_cv_use_dataobj"
4478           if test "$no_cache" != 1; then
4479             echo $ac_cv_use_dataobj >> ${wx_arg_cache_file}.tmp
4480           fi
4481
4482           if test "$wxUSE_DATAOBJ" = yes; then
4483             echo "$as_me:$LINENO: result: yes" >&5
4484 echo "${ECHO_T}yes" >&6
4485           else
4486             echo "$as_me:$LINENO: result: no" >&5
4487 echo "${ECHO_T}no" >&6
4488           fi
4489
4490
4491
4492           enablestring=
4493           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ipc" >&5
4494 echo $ECHO_N "checking for --${enablestring:-enable}-ipc... $ECHO_C" >&6
4495           no_cache=0
4496           # Check whether --enable-ipc or --disable-ipc was given.
4497 if test "${enable_ipc+set}" = set; then
4498   enableval="$enable_ipc"
4499
4500                           if test "$enableval" = yes; then
4501                             ac_cv_use_ipc='wxUSE_IPC=yes'
4502                           else
4503                             ac_cv_use_ipc='wxUSE_IPC=no'
4504                           fi
4505
4506 else
4507
4508                           LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
4509                           if test "x$LINE" != x ; then
4510                             eval "DEFAULT_$LINE"
4511                           else
4512                             no_cache=1
4513                           fi
4514
4515                           ac_cv_use_ipc='wxUSE_IPC='$DEFAULT_wxUSE_IPC
4516
4517 fi;
4518
4519           eval "$ac_cv_use_ipc"
4520           if test "$no_cache" != 1; then
4521             echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
4522           fi
4523
4524           if test "$wxUSE_IPC" = yes; then
4525             echo "$as_me:$LINENO: result: yes" >&5
4526 echo "${ECHO_T}yes" >&6
4527           else
4528             echo "$as_me:$LINENO: result: no" >&5
4529 echo "${ECHO_T}no" >&6
4530           fi
4531
4532
4533
4534           enablestring=
4535           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-apple_ieee" >&5
4536 echo $ECHO_N "checking for --${enablestring:-enable}-apple_ieee... $ECHO_C" >&6
4537           no_cache=0
4538           # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
4539 if test "${enable_apple_ieee+set}" = set; then
4540   enableval="$enable_apple_ieee"
4541
4542                           if test "$enableval" = yes; then
4543                             ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes'
4544                           else
4545                             ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no'
4546                           fi
4547
4548 else
4549
4550                           LINE=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
4551                           if test "x$LINE" != x ; then
4552                             eval "DEFAULT_$LINE"
4553                           else
4554                             no_cache=1
4555                           fi
4556
4557                           ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
4558
4559 fi;
4560
4561           eval "$ac_cv_use_apple_ieee"
4562           if test "$no_cache" != 1; then
4563             echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
4564           fi
4565
4566           if test "$wxUSE_APPLE_IEEE" = yes; then
4567             echo "$as_me:$LINENO: result: yes" >&5
4568 echo "${ECHO_T}yes" >&6
4569           else
4570             echo "$as_me:$LINENO: result: no" >&5
4571 echo "${ECHO_T}no" >&6
4572           fi
4573
4574
4575           enablestring=
4576           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-catch_segvs" >&5
4577 echo $ECHO_N "checking for --${enablestring:-enable}-catch_segvs... $ECHO_C" >&6
4578           no_cache=0
4579           # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
4580 if test "${enable_catch_segvs+set}" = set; then
4581   enableval="$enable_catch_segvs"
4582
4583                           if test "$enableval" = yes; then
4584                             ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes'
4585                           else
4586                             ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no'
4587                           fi
4588
4589 else
4590
4591                           LINE=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
4592                           if test "x$LINE" != x ; then
4593                             eval "DEFAULT_$LINE"
4594                           else
4595                             no_cache=1
4596                           fi
4597
4598                           ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
4599
4600 fi;
4601
4602           eval "$ac_cv_use_catch_segvs"
4603           if test "$no_cache" != 1; then
4604             echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
4605           fi
4606
4607           if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
4608             echo "$as_me:$LINENO: result: yes" >&5
4609 echo "${ECHO_T}yes" >&6
4610           else
4611             echo "$as_me:$LINENO: result: no" >&5
4612 echo "${ECHO_T}no" >&6
4613           fi
4614
4615
4616           enablestring=
4617           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-cmdline" >&5
4618 echo $ECHO_N "checking for --${enablestring:-enable}-cmdline... $ECHO_C" >&6
4619           no_cache=0
4620           # Check whether --enable-cmdline or --disable-cmdline was given.
4621 if test "${enable_cmdline+set}" = set; then
4622   enableval="$enable_cmdline"
4623
4624                           if test "$enableval" = yes; then
4625                             ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=yes'
4626                           else
4627                             ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=no'
4628                           fi
4629
4630 else
4631
4632                           LINE=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
4633                           if test "x$LINE" != x ; then
4634                             eval "DEFAULT_$LINE"
4635                           else
4636                             no_cache=1
4637                           fi
4638
4639                           ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER
4640
4641 fi;
4642
4643           eval "$ac_cv_use_cmdline"
4644           if test "$no_cache" != 1; then
4645             echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
4646           fi
4647
4648           if test "$wxUSE_CMDLINE_PARSER" = yes; then
4649             echo "$as_me:$LINENO: result: yes" >&5
4650 echo "${ECHO_T}yes" >&6
4651           else
4652             echo "$as_me:$LINENO: result: no" >&5
4653 echo "${ECHO_T}no" >&6
4654           fi
4655
4656
4657           enablestring=
4658           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datetime" >&5
4659 echo $ECHO_N "checking for --${enablestring:-enable}-datetime... $ECHO_C" >&6
4660           no_cache=0
4661           # Check whether --enable-datetime or --disable-datetime was given.
4662 if test "${enable_datetime+set}" = set; then
4663   enableval="$enable_datetime"
4664
4665                           if test "$enableval" = yes; then
4666                             ac_cv_use_datetime='wxUSE_DATETIME=yes'
4667                           else
4668                             ac_cv_use_datetime='wxUSE_DATETIME=no'
4669                           fi
4670
4671 else
4672
4673                           LINE=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
4674                           if test "x$LINE" != x ; then
4675                             eval "DEFAULT_$LINE"
4676                           else
4677                             no_cache=1
4678                           fi
4679
4680                           ac_cv_use_datetime='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME
4681
4682 fi;
4683
4684           eval "$ac_cv_use_datetime"
4685           if test "$no_cache" != 1; then
4686             echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
4687           fi
4688
4689           if test "$wxUSE_DATETIME" = yes; then
4690             echo "$as_me:$LINENO: result: yes" >&5
4691 echo "${ECHO_T}yes" >&6
4692           else
4693             echo "$as_me:$LINENO: result: no" >&5
4694 echo "${ECHO_T}no" >&6
4695           fi
4696
4697
4698           enablestring=
4699           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dialupman" >&5
4700 echo $ECHO_N "checking for --${enablestring:-enable}-dialupman... $ECHO_C" >&6
4701           no_cache=0
4702           # Check whether --enable-dialupman or --disable-dialupman was given.
4703 if test "${enable_dialupman+set}" = set; then
4704   enableval="$enable_dialupman"
4705
4706                           if test "$enableval" = yes; then
4707                             ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes'
4708                           else
4709                             ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no'
4710                           fi
4711
4712 else
4713
4714                           LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
4715                           if test "x$LINE" != x ; then
4716                             eval "DEFAULT_$LINE"
4717                           else
4718                             no_cache=1
4719                           fi
4720
4721                           ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
4722
4723 fi;
4724
4725           eval "$ac_cv_use_dialupman"
4726           if test "$no_cache" != 1; then
4727             echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
4728           fi
4729
4730           if test "$wxUSE_DIALUP_MANAGER" = yes; then
4731             echo "$as_me:$LINENO: result: yes" >&5
4732 echo "${ECHO_T}yes" >&6
4733           else
4734             echo "$as_me:$LINENO: result: no" >&5
4735 echo "${ECHO_T}no" >&6
4736           fi
4737
4738
4739           enablestring=
4740           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynlib" >&5
4741 echo $ECHO_N "checking for --${enablestring:-enable}-dynlib... $ECHO_C" >&6
4742           no_cache=0
4743           # Check whether --enable-dynlib or --disable-dynlib was given.
4744 if test "${enable_dynlib+set}" = set; then
4745   enableval="$enable_dynlib"
4746
4747                           if test "$enableval" = yes; then
4748                             ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes'
4749                           else
4750                             ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no'
4751                           fi
4752
4753 else
4754
4755                           LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
4756                           if test "x$LINE" != x ; then
4757                             eval "DEFAULT_$LINE"
4758                           else
4759                             no_cache=1
4760                           fi
4761
4762                           ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
4763
4764 fi;
4765
4766           eval "$ac_cv_use_dynlib"
4767           if test "$no_cache" != 1; then
4768             echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
4769           fi
4770
4771           if test "$wxUSE_DYNLIB_CLASS" = yes; then
4772             echo "$as_me:$LINENO: result: yes" >&5
4773 echo "${ECHO_T}yes" >&6
4774           else
4775             echo "$as_me:$LINENO: result: no" >&5
4776 echo "${ECHO_T}no" >&6
4777           fi
4778
4779
4780           enablestring=
4781           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynamicloader" >&5
4782 echo $ECHO_N "checking for --${enablestring:-enable}-dynamicloader... $ECHO_C" >&6
4783           no_cache=0
4784           # Check whether --enable-dynamicloader or --disable-dynamicloader was given.
4785 if test "${enable_dynamicloader+set}" = set; then
4786   enableval="$enable_dynamicloader"
4787
4788                           if test "$enableval" = yes; then
4789                             ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=yes'
4790                           else
4791                             ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=no'
4792                           fi
4793
4794 else
4795
4796                           LINE=`grep "wxUSE_DYNAMIC_LOADER" ${wx_arg_cache_file}`
4797                           if test "x$LINE" != x ; then
4798                             eval "DEFAULT_$LINE"
4799                           else
4800                             no_cache=1
4801                           fi
4802
4803                           ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER='$DEFAULT_wxUSE_DYNAMIC_LOADER
4804
4805 fi;
4806
4807           eval "$ac_cv_use_dynamicloader"
4808           if test "$no_cache" != 1; then
4809             echo $ac_cv_use_dynamicloader >> ${wx_arg_cache_file}.tmp
4810           fi
4811
4812           if test "$wxUSE_DYNAMIC_LOADER" = yes; then
4813             echo "$as_me:$LINENO: result: yes" >&5
4814 echo "${ECHO_T}yes" >&6
4815           else
4816             echo "$as_me:$LINENO: result: no" >&5
4817 echo "${ECHO_T}no" >&6
4818           fi
4819
4820
4821           enablestring=
4822           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-exceptions" >&5
4823 echo $ECHO_N "checking for --${enablestring:-enable}-exceptions... $ECHO_C" >&6
4824           no_cache=0
4825           # Check whether --enable-exceptions or --disable-exceptions was given.
4826 if test "${enable_exceptions+set}" = set; then
4827   enableval="$enable_exceptions"
4828
4829                           if test "$enableval" = yes; then
4830                             ac_cv_use_exceptions='wxUSE_EXCEPTIONS=yes'
4831                           else
4832                             ac_cv_use_exceptions='wxUSE_EXCEPTIONS=no'
4833                           fi
4834
4835 else
4836
4837                           LINE=`grep "wxUSE_EXCEPTIONS" ${wx_arg_cache_file}`
4838                           if test "x$LINE" != x ; then
4839                             eval "DEFAULT_$LINE"
4840                           else
4841                             no_cache=1
4842                           fi
4843
4844                           ac_cv_use_exceptions='wxUSE_EXCEPTIONS='$DEFAULT_wxUSE_EXCEPTIONS
4845
4846 fi;
4847
4848           eval "$ac_cv_use_exceptions"
4849           if test "$no_cache" != 1; then
4850             echo $ac_cv_use_exceptions >> ${wx_arg_cache_file}.tmp
4851           fi
4852
4853           if test "$wxUSE_EXCEPTIONS" = yes; then
4854             echo "$as_me:$LINENO: result: yes" >&5
4855 echo "${ECHO_T}yes" >&6
4856           else
4857             echo "$as_me:$LINENO: result: no" >&5
4858 echo "${ECHO_T}no" >&6
4859           fi
4860
4861
4862           enablestring=
4863           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ffile" >&5
4864 echo $ECHO_N "checking for --${enablestring:-enable}-ffile... $ECHO_C" >&6
4865           no_cache=0
4866           # Check whether --enable-ffile or --disable-ffile was given.
4867 if test "${enable_ffile+set}" = set; then
4868   enableval="$enable_ffile"
4869
4870                           if test "$enableval" = yes; then
4871                             ac_cv_use_ffile='wxUSE_FFILE=yes'
4872                           else
4873                             ac_cv_use_ffile='wxUSE_FFILE=no'
4874                           fi
4875
4876 else
4877
4878                           LINE=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
4879                           if test "x$LINE" != x ; then
4880                             eval "DEFAULT_$LINE"
4881                           else
4882                             no_cache=1
4883                           fi
4884
4885                           ac_cv_use_ffile='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE
4886
4887 fi;
4888
4889           eval "$ac_cv_use_ffile"
4890           if test "$no_cache" != 1; then
4891             echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
4892           fi
4893
4894           if test "$wxUSE_FFILE" = yes; then
4895             echo "$as_me:$LINENO: result: yes" >&5
4896 echo "${ECHO_T}yes" >&6
4897           else
4898             echo "$as_me:$LINENO: result: no" >&5
4899 echo "${ECHO_T}no" >&6
4900           fi
4901
4902
4903           enablestring=
4904           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-file" >&5
4905 echo $ECHO_N "checking for --${enablestring:-enable}-file... $ECHO_C" >&6
4906           no_cache=0
4907           # Check whether --enable-file or --disable-file was given.
4908 if test "${enable_file+set}" = set; then
4909   enableval="$enable_file"
4910
4911                           if test "$enableval" = yes; then
4912                             ac_cv_use_file='wxUSE_FILE=yes'
4913                           else
4914                             ac_cv_use_file='wxUSE_FILE=no'
4915                           fi
4916
4917 else
4918
4919                           LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
4920                           if test "x$LINE" != x ; then
4921                             eval "DEFAULT_$LINE"
4922                           else
4923                             no_cache=1
4924                           fi
4925
4926                           ac_cv_use_file='wxUSE_FILE='$DEFAULT_wxUSE_FILE
4927
4928 fi;
4929
4930           eval "$ac_cv_use_file"
4931           if test "$no_cache" != 1; then
4932             echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
4933           fi
4934
4935           if test "$wxUSE_FILE" = yes; then
4936             echo "$as_me:$LINENO: result: yes" >&5
4937 echo "${ECHO_T}yes" >&6
4938           else
4939             echo "$as_me:$LINENO: result: no" >&5
4940 echo "${ECHO_T}no" >&6
4941           fi
4942
4943
4944           enablestring=
4945           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filesystem" >&5
4946 echo $ECHO_N "checking for --${enablestring:-enable}-filesystem... $ECHO_C" >&6
4947           no_cache=0
4948           # Check whether --enable-filesystem or --disable-filesystem was given.
4949 if test "${enable_filesystem+set}" = set; then
4950   enableval="$enable_filesystem"
4951
4952                           if test "$enableval" = yes; then
4953                             ac_cv_use_filesystem='wxUSE_FILESYSTEM=yes'
4954                           else
4955                             ac_cv_use_filesystem='wxUSE_FILESYSTEM=no'
4956                           fi
4957
4958 else
4959
4960                           LINE=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
4961                           if test "x$LINE" != x ; then
4962                             eval "DEFAULT_$LINE"
4963                           else
4964                             no_cache=1
4965                           fi
4966
4967                           ac_cv_use_filesystem='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
4968
4969 fi;
4970
4971           eval "$ac_cv_use_filesystem"
4972           if test "$no_cache" != 1; then
4973             echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
4974           fi
4975
4976           if test "$wxUSE_FILESYSTEM" = yes; then
4977             echo "$as_me:$LINENO: result: yes" >&5
4978 echo "${ECHO_T}yes" >&6
4979           else
4980             echo "$as_me:$LINENO: result: no" >&5
4981 echo "${ECHO_T}no" >&6
4982           fi
4983
4984
4985           enablestring=
4986           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontmap" >&5
4987 echo $ECHO_N "checking for --${enablestring:-enable}-fontmap... $ECHO_C" >&6
4988           no_cache=0
4989           # Check whether --enable-fontmap or --disable-fontmap was given.
4990 if test "${enable_fontmap+set}" = set; then
4991   enableval="$enable_fontmap"
4992
4993                           if test "$enableval" = yes; then
4994                             ac_cv_use_fontmap='wxUSE_FONTMAP=yes'
4995                           else
4996                             ac_cv_use_fontmap='wxUSE_FONTMAP=no'
4997                           fi
4998
4999 else
5000
5001                           LINE=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
5002                           if test "x$LINE" != x ; then
5003                             eval "DEFAULT_$LINE"
5004                           else
5005                             no_cache=1
5006                           fi
5007
5008                           ac_cv_use_fontmap='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP
5009
5010 fi;
5011
5012           eval "$ac_cv_use_fontmap"
5013           if test "$no_cache" != 1; then
5014             echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
5015           fi
5016
5017           if test "$wxUSE_FONTMAP" = yes; then
5018             echo "$as_me:$LINENO: result: yes" >&5
5019 echo "${ECHO_T}yes" >&6
5020           else
5021             echo "$as_me:$LINENO: result: no" >&5
5022 echo "${ECHO_T}no" >&6
5023           fi
5024
5025
5026           enablestring=
5027           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_inet" >&5
5028 echo $ECHO_N "checking for --${enablestring:-enable}-fs_inet... $ECHO_C" >&6
5029           no_cache=0
5030           # Check whether --enable-fs_inet or --disable-fs_inet was given.
5031 if test "${enable_fs_inet+set}" = set; then
5032   enableval="$enable_fs_inet"
5033
5034                           if test "$enableval" = yes; then
5035                             ac_cv_use_fs_inet='wxUSE_FS_INET=yes'
5036                           else
5037                             ac_cv_use_fs_inet='wxUSE_FS_INET=no'
5038                           fi
5039
5040 else
5041
5042                           LINE=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
5043                           if test "x$LINE" != x ; then
5044                             eval "DEFAULT_$LINE"
5045                           else
5046                             no_cache=1
5047                           fi
5048
5049                           ac_cv_use_fs_inet='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
5050
5051 fi;
5052
5053           eval "$ac_cv_use_fs_inet"
5054           if test "$no_cache" != 1; then
5055             echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
5056           fi
5057
5058           if test "$wxUSE_FS_INET" = yes; then
5059             echo "$as_me:$LINENO: result: yes" >&5
5060 echo "${ECHO_T}yes" >&6
5061           else
5062             echo "$as_me:$LINENO: result: no" >&5
5063 echo "${ECHO_T}no" >&6
5064           fi
5065
5066
5067           enablestring=
5068           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_zip" >&5
5069 echo $ECHO_N "checking for --${enablestring:-enable}-fs_zip... $ECHO_C" >&6
5070           no_cache=0
5071           # Check whether --enable-fs_zip or --disable-fs_zip was given.
5072 if test "${enable_fs_zip+set}" = set; then
5073   enableval="$enable_fs_zip"
5074
5075                           if test "$enableval" = yes; then
5076                             ac_cv_use_fs_zip='wxUSE_FS_ZIP=yes'
5077                           else
5078                             ac_cv_use_fs_zip='wxUSE_FS_ZIP=no'
5079                           fi
5080
5081 else
5082
5083                           LINE=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
5084                           if test "x$LINE" != x ; then
5085                             eval "DEFAULT_$LINE"
5086                           else
5087                             no_cache=1
5088                           fi
5089
5090                           ac_cv_use_fs_zip='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
5091
5092 fi;
5093
5094           eval "$ac_cv_use_fs_zip"
5095           if test "$no_cache" != 1; then
5096             echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
5097           fi
5098
5099           if test "$wxUSE_FS_ZIP" = yes; then
5100             echo "$as_me:$LINENO: result: yes" >&5
5101 echo "${ECHO_T}yes" >&6
5102           else
5103             echo "$as_me:$LINENO: result: no" >&5
5104 echo "${ECHO_T}no" >&6
5105           fi
5106
5107
5108           enablestring=
5109           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-geometry" >&5
5110 echo $ECHO_N "checking for --${enablestring:-enable}-geometry... $ECHO_C" >&6
5111           no_cache=0
5112           # Check whether --enable-geometry or --disable-geometry was given.
5113 if test "${enable_geometry+set}" = set; then
5114   enableval="$enable_geometry"
5115
5116                           if test "$enableval" = yes; then
5117                             ac_cv_use_geometry='wxUSE_GEOMETRY=yes'
5118                           else
5119                             ac_cv_use_geometry='wxUSE_GEOMETRY=no'
5120                           fi
5121
5122 else
5123
5124                           LINE=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
5125                           if test "x$LINE" != x ; then
5126                             eval "DEFAULT_$LINE"
5127                           else
5128                             no_cache=1
5129                           fi
5130
5131                           ac_cv_use_geometry='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
5132
5133 fi;
5134
5135           eval "$ac_cv_use_geometry"
5136           if test "$no_cache" != 1; then
5137             echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
5138           fi
5139
5140           if test "$wxUSE_GEOMETRY" = yes; then
5141             echo "$as_me:$LINENO: result: yes" >&5
5142 echo "${ECHO_T}yes" >&6
5143           else
5144             echo "$as_me:$LINENO: result: no" >&5
5145 echo "${ECHO_T}no" >&6
5146           fi
5147
5148
5149           enablestring=
5150           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-log" >&5
5151 echo $ECHO_N "checking for --${enablestring:-enable}-log... $ECHO_C" >&6
5152           no_cache=0
5153           # Check whether --enable-log or --disable-log was given.
5154 if test "${enable_log+set}" = set; then
5155   enableval="$enable_log"
5156
5157                           if test "$enableval" = yes; then
5158                             ac_cv_use_log='wxUSE_LOG=yes'
5159                           else
5160                             ac_cv_use_log='wxUSE_LOG=no'
5161                           fi
5162
5163 else
5164
5165                           LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
5166                           if test "x$LINE" != x ; then
5167                             eval "DEFAULT_$LINE"
5168                           else
5169                             no_cache=1
5170                           fi
5171
5172                           ac_cv_use_log='wxUSE_LOG='$DEFAULT_wxUSE_LOG
5173
5174 fi;
5175
5176           eval "$ac_cv_use_log"
5177           if test "$no_cache" != 1; then
5178             echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
5179           fi
5180
5181           if test "$wxUSE_LOG" = yes; then
5182             echo "$as_me:$LINENO: result: yes" >&5
5183 echo "${ECHO_T}yes" >&6
5184           else
5185             echo "$as_me:$LINENO: result: no" >&5
5186 echo "${ECHO_T}no" >&6
5187           fi
5188
5189
5190           enablestring=
5191           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-longlong" >&5
5192 echo $ECHO_N "checking for --${enablestring:-enable}-longlong... $ECHO_C" >&6
5193           no_cache=0
5194           # Check whether --enable-longlong or --disable-longlong was given.
5195 if test "${enable_longlong+set}" = set; then
5196   enableval="$enable_longlong"
5197
5198                           if test "$enableval" = yes; then
5199                             ac_cv_use_longlong='wxUSE_LONGLONG=yes'
5200                           else
5201                             ac_cv_use_longlong='wxUSE_LONGLONG=no'
5202                           fi
5203
5204 else
5205
5206                           LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
5207                           if test "x$LINE" != x ; then
5208                             eval "DEFAULT_$LINE"
5209                           else
5210                             no_cache=1
5211                           fi
5212
5213                           ac_cv_use_longlong='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
5214
5215 fi;
5216
5217           eval "$ac_cv_use_longlong"
5218           if test "$no_cache" != 1; then
5219             echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
5220           fi
5221
5222           if test "$wxUSE_LONGLONG" = yes; then
5223             echo "$as_me:$LINENO: result: yes" >&5
5224 echo "${ECHO_T}yes" >&6
5225           else
5226             echo "$as_me:$LINENO: result: no" >&5
5227 echo "${ECHO_T}no" >&6
5228           fi
5229
5230
5231           enablestring=
5232           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mimetype" >&5
5233 echo $ECHO_N "checking for --${enablestring:-enable}-mimetype... $ECHO_C" >&6
5234           no_cache=0
5235           # Check whether --enable-mimetype or --disable-mimetype was given.
5236 if test "${enable_mimetype+set}" = set; then
5237   enableval="$enable_mimetype"
5238
5239                           if test "$enableval" = yes; then
5240                             ac_cv_use_mimetype='wxUSE_MIMETYPE=yes'
5241                           else
5242                             ac_cv_use_mimetype='wxUSE_MIMETYPE=no'
5243                           fi
5244
5245 else
5246
5247                           LINE=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
5248                           if test "x$LINE" != x ; then
5249                             eval "DEFAULT_$LINE"
5250                           else
5251                             no_cache=1
5252                           fi
5253
5254                           ac_cv_use_mimetype='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE
5255
5256 fi;
5257
5258           eval "$ac_cv_use_mimetype"
5259           if test "$no_cache" != 1; then
5260             echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
5261           fi
5262
5263           if test "$wxUSE_MIMETYPE" = yes; then
5264             echo "$as_me:$LINENO: result: yes" >&5
5265 echo "${ECHO_T}yes" >&6
5266           else
5267             echo "$as_me:$LINENO: result: no" >&5
5268 echo "${ECHO_T}no" >&6
5269           fi
5270
5271
5272           enablestring=
5273           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mslu" >&5
5274 echo $ECHO_N "checking for --${enablestring:-enable}-mslu... $ECHO_C" >&6
5275           no_cache=0
5276           # Check whether --enable-mslu or --disable-mslu was given.
5277 if test "${enable_mslu+set}" = set; then
5278   enableval="$enable_mslu"
5279
5280                           if test "$enableval" = yes; then
5281                             ac_cv_use_mslu='wxUSE_UNICODE_MSLU=yes'
5282                           else
5283                             ac_cv_use_mslu='wxUSE_UNICODE_MSLU=no'
5284                           fi
5285
5286 else
5287
5288                           LINE=`grep "wxUSE_UNICODE_MSLU" ${wx_arg_cache_file}`
5289                           if test "x$LINE" != x ; then
5290                             eval "DEFAULT_$LINE"
5291                           else
5292                             no_cache=1
5293                           fi
5294
5295                           ac_cv_use_mslu='wxUSE_UNICODE_MSLU='$DEFAULT_wxUSE_UNICODE_MSLU
5296
5297 fi;
5298
5299           eval "$ac_cv_use_mslu"
5300           if test "$no_cache" != 1; then
5301             echo $ac_cv_use_mslu >> ${wx_arg_cache_file}.tmp
5302           fi
5303
5304           if test "$wxUSE_UNICODE_MSLU" = yes; then
5305             echo "$as_me:$LINENO: result: yes" >&5
5306 echo "${ECHO_T}yes" >&6
5307           else
5308             echo "$as_me:$LINENO: result: no" >&5
5309 echo "${ECHO_T}no" >&6
5310           fi
5311
5312
5313           enablestring=
5314           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-snglinst" >&5
5315 echo $ECHO_N "checking for --${enablestring:-enable}-snglinst... $ECHO_C" >&6
5316           no_cache=0
5317           # Check whether --enable-snglinst or --disable-snglinst was given.
5318 if test "${enable_snglinst+set}" = set; then
5319   enableval="$enable_snglinst"
5320
5321                           if test "$enableval" = yes; then
5322                             ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes'
5323                           else
5324                             ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no'
5325                           fi
5326
5327 else
5328
5329                           LINE=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
5330                           if test "x$LINE" != x ; then
5331                             eval "DEFAULT_$LINE"
5332                           else
5333                             no_cache=1
5334                           fi
5335
5336                           ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER
5337
5338 fi;
5339
5340           eval "$ac_cv_use_snglinst"
5341           if test "$no_cache" != 1; then
5342             echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
5343           fi
5344
5345           if test "$wxUSE_SNGLINST_CHECKER" = yes; then
5346             echo "$as_me:$LINENO: result: yes" >&5
5347 echo "${ECHO_T}yes" >&6
5348           else
5349             echo "$as_me:$LINENO: result: no" >&5
5350 echo "${ECHO_T}no" >&6
5351           fi
5352
5353
5354           enablestring=
5355           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-streams" >&5
5356 echo $ECHO_N "checking for --${enablestring:-enable}-streams... $ECHO_C" >&6
5357           no_cache=0
5358           # Check whether --enable-streams or --disable-streams was given.
5359 if test "${enable_streams+set}" = set; then
5360   enableval="$enable_streams"
5361
5362                           if test "$enableval" = yes; then
5363                             ac_cv_use_streams='wxUSE_STREAMS=yes'
5364                           else
5365                             ac_cv_use_streams='wxUSE_STREAMS=no'
5366                           fi
5367
5368 else
5369
5370                           LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
5371                           if test "x$LINE" != x ; then
5372                             eval "DEFAULT_$LINE"
5373                           else
5374                             no_cache=1
5375                           fi
5376
5377                           ac_cv_use_streams='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
5378
5379 fi;
5380
5381           eval "$ac_cv_use_streams"
5382           if test "$no_cache" != 1; then
5383             echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
5384           fi
5385
5386           if test "$wxUSE_STREAMS" = yes; then
5387             echo "$as_me:$LINENO: result: yes" >&5
5388 echo "${ECHO_T}yes" >&6
5389           else
5390             echo "$as_me:$LINENO: result: no" >&5
5391 echo "${ECHO_T}no" >&6
5392           fi
5393
5394
5395           enablestring=
5396           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_iostreams" >&5
5397 echo $ECHO_N "checking for --${enablestring:-enable}-std_iostreams... $ECHO_C" >&6
5398           no_cache=0
5399           # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
5400 if test "${enable_std_iostreams+set}" = set; then
5401   enableval="$enable_std_iostreams"
5402
5403                           if test "$enableval" = yes; then
5404                             ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes'
5405                           else
5406                             ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no'
5407                           fi
5408
5409 else
5410
5411                           LINE=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
5412                           if test "x$LINE" != x ; then
5413                             eval "DEFAULT_$LINE"
5414                           else
5415                             no_cache=1
5416                           fi
5417
5418                           ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
5419
5420 fi;
5421
5422           eval "$ac_cv_use_std_iostreams"
5423           if test "$no_cache" != 1; then
5424             echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
5425           fi
5426
5427           if test "$wxUSE_STD_IOSTREAM" = yes; then
5428             echo "$as_me:$LINENO: result: yes" >&5
5429 echo "${ECHO_T}yes" >&6
5430           else
5431             echo "$as_me:$LINENO: result: no" >&5
5432 echo "${ECHO_T}no" >&6
5433           fi
5434
5435
5436           enablestring=
5437           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stopwatch" >&5
5438 echo $ECHO_N "checking for --${enablestring:-enable}-stopwatch... $ECHO_C" >&6
5439           no_cache=0
5440           # Check whether --enable-stopwatch or --disable-stopwatch was given.
5441 if test "${enable_stopwatch+set}" = set; then
5442   enableval="$enable_stopwatch"
5443
5444                           if test "$enableval" = yes; then
5445                             ac_cv_use_stopwatch='wxUSE_STOPWATCH=yes'
5446                           else
5447                             ac_cv_use_stopwatch='wxUSE_STOPWATCH=no'
5448                           fi
5449
5450 else
5451
5452                           LINE=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
5453                           if test "x$LINE" != x ; then
5454                             eval "DEFAULT_$LINE"
5455                           else
5456                             no_cache=1
5457                           fi
5458
5459                           ac_cv_use_stopwatch='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH
5460
5461 fi;
5462
5463           eval "$ac_cv_use_stopwatch"
5464           if test "$no_cache" != 1; then
5465             echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
5466           fi
5467
5468           if test "$wxUSE_STOPWATCH" = yes; then
5469             echo "$as_me:$LINENO: result: yes" >&5
5470 echo "${ECHO_T}yes" >&6
5471           else
5472             echo "$as_me:$LINENO: result: no" >&5
5473 echo "${ECHO_T}no" >&6
5474           fi
5475
5476
5477           enablestring=
5478           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-system_options" >&5
5479 echo $ECHO_N "checking for --${enablestring:-enable}-system_options... $ECHO_C" >&6
5480           no_cache=0
5481           # Check whether --enable-system_options or --disable-system_options was given.
5482 if test "${enable_system_options+set}" = set; then
5483   enableval="$enable_system_options"
5484
5485                           if test "$enableval" = yes; then
5486                             ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=yes'
5487                           else
5488                             ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=no'
5489                           fi
5490
5491 else
5492
5493                           LINE=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}`
5494                           if test "x$LINE" != x ; then
5495                             eval "DEFAULT_$LINE"
5496                           else
5497                             no_cache=1
5498                           fi
5499
5500                           ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS
5501
5502 fi;
5503
5504           eval "$ac_cv_use_system_options"
5505           if test "$no_cache" != 1; then
5506             echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp
5507           fi
5508
5509           if test "$wxUSE_SYSTEM_OPTIONS" = yes; then
5510             echo "$as_me:$LINENO: result: yes" >&5
5511 echo "${ECHO_T}yes" >&6
5512           else
5513             echo "$as_me:$LINENO: result: no" >&5
5514 echo "${ECHO_T}no" >&6
5515           fi
5516
5517
5518           enablestring=
5519           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textbuf" >&5
5520 echo $ECHO_N "checking for --${enablestring:-enable}-textbuf... $ECHO_C" >&6
5521           no_cache=0
5522           # Check whether --enable-textbuf or --disable-textbuf was given.
5523 if test "${enable_textbuf+set}" = set; then
5524   enableval="$enable_textbuf"
5525
5526                           if test "$enableval" = yes; then
5527                             ac_cv_use_textbuf='wxUSE_TEXTBUFFER=yes'
5528                           else
5529                             ac_cv_use_textbuf='wxUSE_TEXTBUFFER=no'
5530                           fi
5531
5532 else
5533
5534                           LINE=`grep "wxUSE_TEXTBUFFER" ${wx_arg_cache_file}`
5535                           if test "x$LINE" != x ; then
5536                             eval "DEFAULT_$LINE"
5537                           else
5538                             no_cache=1
5539                           fi
5540
5541                           ac_cv_use_textbuf='wxUSE_TEXTBUFFER='$DEFAULT_wxUSE_TEXTBUFFER
5542
5543 fi;
5544
5545           eval "$ac_cv_use_textbuf"
5546           if test "$no_cache" != 1; then
5547             echo $ac_cv_use_textbuf >> ${wx_arg_cache_file}.tmp
5548           fi
5549
5550           if test "$wxUSE_TEXTBUFFER" = yes; then
5551             echo "$as_me:$LINENO: result: yes" >&5
5552 echo "${ECHO_T}yes" >&6
5553           else
5554             echo "$as_me:$LINENO: result: no" >&5
5555 echo "${ECHO_T}no" >&6
5556           fi
5557
5558
5559           enablestring=
5560           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textfile" >&5
5561 echo $ECHO_N "checking for --${enablestring:-enable}-textfile... $ECHO_C" >&6
5562           no_cache=0
5563           # Check whether --enable-textfile or --disable-textfile was given.
5564 if test "${enable_textfile+set}" = set; then
5565   enableval="$enable_textfile"
5566
5567                           if test "$enableval" = yes; then
5568                             ac_cv_use_textfile='wxUSE_TEXTFILE=yes'
5569                           else
5570                             ac_cv_use_textfile='wxUSE_TEXTFILE=no'
5571                           fi
5572
5573 else
5574
5575                           LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
5576                           if test "x$LINE" != x ; then
5577                             eval "DEFAULT_$LINE"
5578                           else
5579                             no_cache=1
5580                           fi
5581
5582                           ac_cv_use_textfile='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
5583
5584 fi;
5585
5586           eval "$ac_cv_use_textfile"
5587           if test "$no_cache" != 1; then
5588             echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
5589           fi
5590
5591           if test "$wxUSE_TEXTFILE" = yes; then
5592             echo "$as_me:$LINENO: result: yes" >&5
5593 echo "${ECHO_T}yes" >&6
5594           else
5595             echo "$as_me:$LINENO: result: no" >&5
5596 echo "${ECHO_T}no" >&6
5597           fi
5598
5599
5600           enablestring=
5601           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-timer" >&5
5602 echo $ECHO_N "checking for --${enablestring:-enable}-timer... $ECHO_C" >&6
5603           no_cache=0
5604           # Check whether --enable-timer or --disable-timer was given.
5605 if test "${enable_timer+set}" = set; then
5606   enableval="$enable_timer"
5607
5608                           if test "$enableval" = yes; then
5609                             ac_cv_use_timer='wxUSE_TIMER=yes'
5610                           else
5611                             ac_cv_use_timer='wxUSE_TIMER=no'
5612                           fi
5613
5614 else
5615
5616                           LINE=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
5617                           if test "x$LINE" != x ; then
5618                             eval "DEFAULT_$LINE"
5619                           else
5620                             no_cache=1
5621                           fi
5622
5623                           ac_cv_use_timer='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER
5624
5625 fi;
5626
5627           eval "$ac_cv_use_timer"
5628           if test "$no_cache" != 1; then
5629             echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
5630           fi
5631
5632           if test "$wxUSE_TIMER" = yes; then
5633             echo "$as_me:$LINENO: result: yes" >&5
5634 echo "${ECHO_T}yes" >&6
5635           else
5636             echo "$as_me:$LINENO: result: no" >&5
5637 echo "${ECHO_T}no" >&6
5638           fi
5639
5640
5641           enablestring=
5642           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-unicode" >&5
5643 echo $ECHO_N "checking for --${enablestring:-enable}-unicode... $ECHO_C" >&6
5644           no_cache=0
5645           # Check whether --enable-unicode or --disable-unicode was given.
5646 if test "${enable_unicode+set}" = set; then
5647   enableval="$enable_unicode"
5648
5649                           if test "$enableval" = yes; then
5650                             ac_cv_use_unicode='wxUSE_UNICODE=yes'
5651                           else
5652                             ac_cv_use_unicode='wxUSE_UNICODE=no'
5653                           fi
5654
5655 else
5656
5657                           LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
5658                           if test "x$LINE" != x ; then
5659                             eval "DEFAULT_$LINE"
5660                           else
5661                             no_cache=1
5662                           fi
5663
5664                           ac_cv_use_unicode='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
5665
5666 fi;
5667
5668           eval "$ac_cv_use_unicode"
5669           if test "$no_cache" != 1; then
5670             echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
5671           fi
5672
5673           if test "$wxUSE_UNICODE" = yes; then
5674             echo "$as_me:$LINENO: result: yes" >&5
5675 echo "${ECHO_T}yes" >&6
5676           else
5677             echo "$as_me:$LINENO: result: no" >&5
5678 echo "${ECHO_T}no" >&6
5679           fi
5680
5681
5682           enablestring=
5683           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sound" >&5
5684 echo $ECHO_N "checking for --${enablestring:-enable}-sound... $ECHO_C" >&6
5685           no_cache=0
5686           # Check whether --enable-sound or --disable-sound was given.
5687 if test "${enable_sound+set}" = set; then
5688   enableval="$enable_sound"
5689
5690                           if test "$enableval" = yes; then
5691                             ac_cv_use_sound='wxUSE_SOUND=yes'
5692                           else
5693                             ac_cv_use_sound='wxUSE_SOUND=no'
5694                           fi
5695
5696 else
5697
5698                           LINE=`grep "wxUSE_SOUND" ${wx_arg_cache_file}`
5699                           if test "x$LINE" != x ; then
5700                             eval "DEFAULT_$LINE"
5701                           else
5702                             no_cache=1
5703                           fi
5704
5705                           ac_cv_use_sound='wxUSE_SOUND='$DEFAULT_wxUSE_SOUND
5706
5707 fi;
5708
5709           eval "$ac_cv_use_sound"
5710           if test "$no_cache" != 1; then
5711             echo $ac_cv_use_sound >> ${wx_arg_cache_file}.tmp
5712           fi
5713
5714           if test "$wxUSE_SOUND" = yes; then
5715             echo "$as_me:$LINENO: result: yes" >&5
5716 echo "${ECHO_T}yes" >&6
5717           else
5718             echo "$as_me:$LINENO: result: no" >&5
5719 echo "${ECHO_T}no" >&6
5720           fi
5721
5722
5723           enablestring=
5724           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wxprintfv" >&5
5725 echo $ECHO_N "checking for --${enablestring:-enable}-wxprintfv... $ECHO_C" >&6
5726           no_cache=0
5727           # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
5728 if test "${enable_wxprintfv+set}" = set; then
5729   enableval="$enable_wxprintfv"
5730
5731                           if test "$enableval" = yes; then
5732                             ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=yes'
5733                           else
5734                             ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=no'
5735                           fi
5736
5737 else
5738
5739                           LINE=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
5740                           if test "x$LINE" != x ; then
5741                             eval "DEFAULT_$LINE"
5742                           else
5743                             no_cache=1
5744                           fi
5745
5746                           ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
5747
5748 fi;
5749
5750           eval "$ac_cv_use_wxprintfv"
5751           if test "$no_cache" != 1; then
5752             echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
5753           fi
5754
5755           if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
5756             echo "$as_me:$LINENO: result: yes" >&5
5757 echo "${ECHO_T}yes" >&6
5758           else
5759             echo "$as_me:$LINENO: result: no" >&5
5760 echo "${ECHO_T}no" >&6
5761           fi
5762
5763
5764           enablestring=
5765           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-zipstream" >&5
5766 echo $ECHO_N "checking for --${enablestring:-enable}-zipstream... $ECHO_C" >&6
5767           no_cache=0
5768           # Check whether --enable-zipstream or --disable-zipstream was given.
5769 if test "${enable_zipstream+set}" = set; then
5770   enableval="$enable_zipstream"
5771
5772                           if test "$enableval" = yes; then
5773                             ac_cv_use_zipstream='wxUSE_ZIPSTREAM=yes'
5774                           else
5775                             ac_cv_use_zipstream='wxUSE_ZIPSTREAM=no'
5776                           fi
5777
5778 else
5779
5780                           LINE=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
5781                           if test "x$LINE" != x ; then
5782                             eval "DEFAULT_$LINE"
5783                           else
5784                             no_cache=1
5785                           fi
5786
5787                           ac_cv_use_zipstream='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
5788
5789 fi;
5790
5791           eval "$ac_cv_use_zipstream"
5792           if test "$no_cache" != 1; then
5793             echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
5794           fi
5795
5796           if test "$wxUSE_ZIPSTREAM" = yes; then
5797             echo "$as_me:$LINENO: result: yes" >&5
5798 echo "${ECHO_T}yes" >&6
5799           else
5800             echo "$as_me:$LINENO: result: no" >&5
5801 echo "${ECHO_T}no" >&6
5802           fi
5803
5804
5805
5806           enablestring=
5807           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-url" >&5
5808 echo $ECHO_N "checking for --${enablestring:-enable}-url... $ECHO_C" >&6
5809           no_cache=0
5810           # Check whether --enable-url or --disable-url was given.
5811 if test "${enable_url+set}" = set; then
5812   enableval="$enable_url"
5813
5814                           if test "$enableval" = yes; then
5815                             ac_cv_use_url='wxUSE_URL=yes'
5816                           else
5817                             ac_cv_use_url='wxUSE_URL=no'
5818                           fi
5819
5820 else
5821
5822                           LINE=`grep "wxUSE_URL" ${wx_arg_cache_file}`
5823                           if test "x$LINE" != x ; then
5824                             eval "DEFAULT_$LINE"
5825                           else
5826                             no_cache=1
5827                           fi
5828
5829                           ac_cv_use_url='wxUSE_URL='$DEFAULT_wxUSE_URL
5830
5831 fi;
5832
5833           eval "$ac_cv_use_url"
5834           if test "$no_cache" != 1; then
5835             echo $ac_cv_use_url >> ${wx_arg_cache_file}.tmp
5836           fi
5837
5838           if test "$wxUSE_URL" = yes; then
5839             echo "$as_me:$LINENO: result: yes" >&5
5840 echo "${ECHO_T}yes" >&6
5841           else
5842             echo "$as_me:$LINENO: result: no" >&5
5843 echo "${ECHO_T}no" >&6
5844           fi
5845
5846
5847           enablestring=
5848           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol" >&5
5849 echo $ECHO_N "checking for --${enablestring:-enable}-protocol... $ECHO_C" >&6
5850           no_cache=0
5851           # Check whether --enable-protocol or --disable-protocol was given.
5852 if test "${enable_protocol+set}" = set; then
5853   enableval="$enable_protocol"
5854
5855                           if test "$enableval" = yes; then
5856                             ac_cv_use_protocol='wxUSE_PROTOCOL=yes'
5857                           else
5858                             ac_cv_use_protocol='wxUSE_PROTOCOL=no'
5859                           fi
5860
5861 else
5862
5863                           LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
5864                           if test "x$LINE" != x ; then
5865                             eval "DEFAULT_$LINE"
5866                           else
5867                             no_cache=1
5868                           fi
5869
5870                           ac_cv_use_protocol='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
5871
5872 fi;
5873
5874           eval "$ac_cv_use_protocol"
5875           if test "$no_cache" != 1; then
5876             echo $ac_cv_use_protocol >> ${wx_arg_cache_file}.tmp
5877           fi
5878
5879           if test "$wxUSE_PROTOCOL" = yes; then
5880             echo "$as_me:$LINENO: result: yes" >&5
5881 echo "${ECHO_T}yes" >&6
5882           else
5883             echo "$as_me:$LINENO: result: no" >&5
5884 echo "${ECHO_T}no" >&6
5885           fi
5886
5887
5888           enablestring=
5889           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_http" >&5
5890 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_http... $ECHO_C" >&6
5891           no_cache=0
5892           # Check whether --enable-protocol_http or --disable-protocol_http was given.
5893 if test "${enable_protocol_http+set}" = set; then
5894   enableval="$enable_protocol_http"
5895
5896                           if test "$enableval" = yes; then
5897                             ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=yes'
5898                           else
5899                             ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=no'
5900                           fi
5901
5902 else
5903
5904                           LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
5905                           if test "x$LINE" != x ; then
5906                             eval "DEFAULT_$LINE"
5907                           else
5908                             no_cache=1
5909                           fi
5910
5911                           ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
5912
5913 fi;
5914
5915           eval "$ac_cv_use_protocol_http"
5916           if test "$no_cache" != 1; then
5917             echo $ac_cv_use_protocol_http >> ${wx_arg_cache_file}.tmp
5918           fi
5919
5920           if test "$wxUSE_PROTOCOL_HTTP" = yes; then
5921             echo "$as_me:$LINENO: result: yes" >&5
5922 echo "${ECHO_T}yes" >&6
5923           else
5924             echo "$as_me:$LINENO: result: no" >&5
5925 echo "${ECHO_T}no" >&6
5926           fi
5927
5928
5929           enablestring=
5930           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_ftp" >&5
5931 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_ftp... $ECHO_C" >&6
5932           no_cache=0
5933           # Check whether --enable-protocol_ftp or --disable-protocol_ftp was given.
5934 if test "${enable_protocol_ftp+set}" = set; then
5935   enableval="$enable_protocol_ftp"
5936
5937                           if test "$enableval" = yes; then
5938                             ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=yes'
5939                           else
5940                             ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=no'
5941                           fi
5942
5943 else
5944
5945                           LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
5946                           if test "x$LINE" != x ; then
5947                             eval "DEFAULT_$LINE"
5948                           else
5949                             no_cache=1
5950                           fi
5951
5952                           ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
5953
5954 fi;
5955
5956           eval "$ac_cv_use_protocol_ftp"
5957           if test "$no_cache" != 1; then
5958             echo $ac_cv_use_protocol_ftp >> ${wx_arg_cache_file}.tmp
5959           fi
5960
5961           if test "$wxUSE_PROTOCOL_FTP" = yes; then
5962             echo "$as_me:$LINENO: result: yes" >&5
5963 echo "${ECHO_T}yes" >&6
5964           else
5965             echo "$as_me:$LINENO: result: no" >&5
5966 echo "${ECHO_T}no" >&6
5967           fi
5968
5969
5970           enablestring=
5971           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_file" >&5
5972 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_file... $ECHO_C" >&6
5973           no_cache=0
5974           # Check whether --enable-protocol_file or --disable-protocol_file was given.
5975 if test "${enable_protocol_file+set}" = set; then
5976   enableval="$enable_protocol_file"
5977
5978                           if test "$enableval" = yes; then
5979                             ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=yes'
5980                           else
5981                             ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=no'
5982                           fi
5983
5984 else
5985
5986                           LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
5987                           if test "x$LINE" != x ; then
5988                             eval "DEFAULT_$LINE"
5989                           else
5990                             no_cache=1
5991                           fi
5992
5993                           ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
5994
5995 fi;
5996
5997           eval "$ac_cv_use_protocol_file"
5998           if test "$no_cache" != 1; then
5999             echo $ac_cv_use_protocol_file >> ${wx_arg_cache_file}.tmp
6000           fi
6001
6002           if test "$wxUSE_PROTOCOL_FILE" = yes; then
6003             echo "$as_me:$LINENO: result: yes" >&5
6004 echo "${ECHO_T}yes" >&6
6005           else
6006             echo "$as_me:$LINENO: result: no" >&5
6007 echo "${ECHO_T}no" >&6
6008           fi
6009
6010
6011
6012
6013
6014           enablestring=
6015           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-threads" >&5
6016 echo $ECHO_N "checking for --${enablestring:-enable}-threads... $ECHO_C" >&6
6017           no_cache=0
6018           # Check whether --enable-threads or --disable-threads was given.
6019 if test "${enable_threads+set}" = set; then
6020   enableval="$enable_threads"
6021
6022                           if test "$enableval" = yes; then
6023                             ac_cv_use_threads='wxUSE_THREADS=yes'
6024                           else
6025                             ac_cv_use_threads='wxUSE_THREADS=no'
6026                           fi
6027
6028 else
6029
6030                           LINE=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
6031                           if test "x$LINE" != x ; then
6032                             eval "DEFAULT_$LINE"
6033                           else
6034                             no_cache=1
6035                           fi
6036
6037                           ac_cv_use_threads='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
6038
6039 fi;
6040
6041           eval "$ac_cv_use_threads"
6042           if test "$no_cache" != 1; then
6043             echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
6044           fi
6045
6046           if test "$wxUSE_THREADS" = yes; then
6047             echo "$as_me:$LINENO: result: yes" >&5
6048 echo "${ECHO_T}yes" >&6
6049           else
6050             echo "$as_me:$LINENO: result: no" >&5
6051 echo "${ECHO_T}no" >&6
6052           fi
6053
6054
6055 if test "$wxUSE_GUI" = "yes"; then
6056
6057
6058
6059           enablestring=
6060           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-docview" >&5
6061 echo $ECHO_N "checking for --${enablestring:-enable}-docview... $ECHO_C" >&6
6062           no_cache=0
6063           # Check whether --enable-docview or --disable-docview was given.
6064 if test "${enable_docview+set}" = set; then
6065   enableval="$enable_docview"
6066
6067                           if test "$enableval" = yes; then
6068                             ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
6069                           else
6070                             ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no'
6071                           fi
6072
6073 else
6074
6075                           LINE=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
6076                           if test "x$LINE" != x ; then
6077                             eval "DEFAULT_$LINE"
6078                           else
6079                             no_cache=1
6080                           fi
6081
6082                           ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
6083
6084 fi;
6085
6086           eval "$ac_cv_use_docview"
6087           if test "$no_cache" != 1; then
6088             echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
6089           fi
6090
6091           if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
6092             echo "$as_me:$LINENO: result: yes" >&5
6093 echo "${ECHO_T}yes" >&6
6094           else
6095             echo "$as_me:$LINENO: result: no" >&5
6096 echo "${ECHO_T}no" >&6
6097           fi
6098
6099
6100           enablestring=
6101           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-help" >&5
6102 echo $ECHO_N "checking for --${enablestring:-enable}-help... $ECHO_C" >&6
6103           no_cache=0
6104           # Check whether --enable-help or --disable-help was given.
6105 if test "${enable_help+set}" = set; then
6106   enableval="$enable_help"
6107
6108                           if test "$enableval" = yes; then
6109                             ac_cv_use_help='wxUSE_HELP=yes'
6110                           else
6111                             ac_cv_use_help='wxUSE_HELP=no'
6112                           fi
6113
6114 else
6115
6116                           LINE=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
6117                           if test "x$LINE" != x ; then
6118                             eval "DEFAULT_$LINE"
6119                           else
6120                             no_cache=1
6121                           fi
6122
6123                           ac_cv_use_help='wxUSE_HELP='$DEFAULT_wxUSE_HELP
6124
6125 fi;
6126
6127           eval "$ac_cv_use_help"
6128           if test "$no_cache" != 1; then
6129             echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
6130           fi
6131
6132           if test "$wxUSE_HELP" = yes; then
6133             echo "$as_me:$LINENO: result: yes" >&5
6134 echo "${ECHO_T}yes" >&6
6135           else
6136             echo "$as_me:$LINENO: result: no" >&5
6137 echo "${ECHO_T}no" >&6
6138           fi
6139
6140
6141           enablestring=
6142           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mshtmlhelp" >&5
6143 echo $ECHO_N "checking for --${enablestring:-enable}-mshtmlhelp... $ECHO_C" >&6
6144           no_cache=0
6145           # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given.
6146 if test "${enable_mshtmlhelp+set}" = set; then
6147   enableval="$enable_mshtmlhelp"
6148
6149                           if test "$enableval" = yes; then
6150                             ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=yes'
6151                           else
6152                             ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=no'
6153                           fi
6154
6155 else
6156
6157                           LINE=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}`
6158                           if test "x$LINE" != x ; then
6159                             eval "DEFAULT_$LINE"
6160                           else
6161                             no_cache=1
6162                           fi
6163
6164                           ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP
6165
6166 fi;
6167
6168           eval "$ac_cv_use_mshtmlhelp"
6169           if test "$no_cache" != 1; then
6170             echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
6171           fi
6172
6173           if test "$wxUSE_MS_HTML_HELP" = yes; then
6174             echo "$as_me:$LINENO: result: yes" >&5
6175 echo "${ECHO_T}yes" >&6
6176           else
6177             echo "$as_me:$LINENO: result: no" >&5
6178 echo "${ECHO_T}no" >&6
6179           fi
6180
6181
6182           enablestring=
6183           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5
6184 echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6
6185           no_cache=0
6186           # Check whether --enable-html or --disable-html was given.
6187 if test "${enable_html+set}" = set; then
6188   enableval="$enable_html"
6189
6190                           if test "$enableval" = yes; then
6191                             ac_cv_use_html='wxUSE_HTML=yes'
6192                           else
6193                             ac_cv_use_html='wxUSE_HTML=no'
6194                           fi
6195
6196 else
6197
6198                           LINE=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
6199                           if test "x$LINE" != x ; then
6200                             eval "DEFAULT_$LINE"
6201                           else
6202                             no_cache=1
6203                           fi
6204
6205                           ac_cv_use_html='wxUSE_HTML='$DEFAULT_wxUSE_HTML
6206
6207 fi;
6208
6209           eval "$ac_cv_use_html"
6210           if test "$no_cache" != 1; then
6211             echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
6212           fi
6213
6214           if test "$wxUSE_HTML" = yes; then
6215             echo "$as_me:$LINENO: result: yes" >&5
6216 echo "${ECHO_T}yes" >&6
6217           else
6218             echo "$as_me:$LINENO: result: no" >&5
6219 echo "${ECHO_T}no" >&6
6220           fi
6221
6222
6223           enablestring=
6224           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-htmlhelp" >&5
6225 echo $ECHO_N "checking for --${enablestring:-enable}-htmlhelp... $ECHO_C" >&6
6226           no_cache=0
6227           # Check whether --enable-htmlhelp or --disable-htmlhelp was given.
6228 if test "${enable_htmlhelp+set}" = set; then
6229   enableval="$enable_htmlhelp"
6230
6231                           if test "$enableval" = yes; then
6232                             ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes'
6233                           else
6234                             ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no'
6235                           fi
6236
6237 else
6238
6239                           LINE=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}`
6240                           if test "x$LINE" != x ; then
6241                             eval "DEFAULT_$LINE"
6242                           else
6243                             no_cache=1
6244                           fi
6245
6246                           ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP
6247
6248 fi;
6249
6250           eval "$ac_cv_use_htmlhelp"
6251           if test "$no_cache" != 1; then
6252             echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
6253           fi
6254
6255           if test "$wxUSE_WXHTML_HELP" = yes; then
6256             echo "$as_me:$LINENO: result: yes" >&5
6257 echo "${ECHO_T}yes" >&6
6258           else
6259             echo "$as_me:$LINENO: result: no" >&5
6260 echo "${ECHO_T}no" >&6
6261           fi
6262
6263
6264           enablestring=
6265           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xrc" >&5
6266 echo $ECHO_N "checking for --${enablestring:-enable}-xrc... $ECHO_C" >&6
6267           no_cache=0
6268           # Check whether --enable-xrc or --disable-xrc was given.
6269 if test "${enable_xrc+set}" = set; then
6270   enableval="$enable_xrc"
6271
6272                           if test "$enableval" = yes; then
6273                             ac_cv_use_xrc='wxUSE_XRC=yes'
6274                           else
6275                             ac_cv_use_xrc='wxUSE_XRC=no'
6276                           fi
6277
6278 else
6279
6280                           LINE=`grep "wxUSE_XRC" ${wx_arg_cache_file}`
6281                           if test "x$LINE" != x ; then
6282                             eval "DEFAULT_$LINE"
6283                           else
6284                             no_cache=1
6285                           fi
6286
6287                           ac_cv_use_xrc='wxUSE_XRC='$DEFAULT_wxUSE_XRC
6288
6289 fi;
6290
6291           eval "$ac_cv_use_xrc"
6292           if test "$no_cache" != 1; then
6293             echo $ac_cv_use_xrc >> ${wx_arg_cache_file}.tmp
6294           fi
6295
6296           if test "$wxUSE_XRC" = yes; then
6297             echo "$as_me:$LINENO: result: yes" >&5
6298 echo "${ECHO_T}yes" >&6
6299           else
6300             echo "$as_me:$LINENO: result: no" >&5
6301 echo "${ECHO_T}no" >&6
6302           fi
6303
6304
6305           enablestring=
6306           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-constraints" >&5
6307 echo $ECHO_N "checking for --${enablestring:-enable}-constraints... $ECHO_C" >&6
6308           no_cache=0
6309           # Check whether --enable-constraints or --disable-constraints was given.
6310 if test "${enable_constraints+set}" = set; then
6311   enableval="$enable_constraints"
6312
6313                           if test "$enableval" = yes; then
6314                             ac_cv_use_constraints='wxUSE_CONSTRAINTS=yes'
6315                           else
6316                             ac_cv_use_constraints='wxUSE_CONSTRAINTS=no'
6317                           fi
6318
6319 else
6320
6321                           LINE=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
6322                           if test "x$LINE" != x ; then
6323                             eval "DEFAULT_$LINE"
6324                           else
6325                             no_cache=1
6326                           fi
6327
6328                           ac_cv_use_constraints='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
6329
6330 fi;
6331
6332           eval "$ac_cv_use_constraints"
6333           if test "$no_cache" != 1; then
6334             echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
6335           fi
6336
6337           if test "$wxUSE_CONSTRAINTS" = yes; then
6338             echo "$as_me:$LINENO: result: yes" >&5
6339 echo "${ECHO_T}yes" >&6
6340           else
6341             echo "$as_me:$LINENO: result: no" >&5
6342 echo "${ECHO_T}no" >&6
6343           fi
6344
6345
6346           enablestring=
6347           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printarch" >&5
6348 echo $ECHO_N "checking for --${enablestring:-enable}-printarch... $ECHO_C" >&6
6349           no_cache=0
6350           # Check whether --enable-printarch or --disable-printarch was given.
6351 if test "${enable_printarch+set}" = set; then
6352   enableval="$enable_printarch"
6353
6354                           if test "$enableval" = yes; then
6355                             ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes'
6356                           else
6357                             ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no'
6358                           fi
6359
6360 else
6361
6362                           LINE=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
6363                           if test "x$LINE" != x ; then
6364                             eval "DEFAULT_$LINE"
6365                           else
6366                             no_cache=1
6367                           fi
6368
6369                           ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
6370
6371 fi;
6372
6373           eval "$ac_cv_use_printarch"
6374           if test "$no_cache" != 1; then
6375             echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
6376           fi
6377
6378           if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
6379             echo "$as_me:$LINENO: result: yes" >&5
6380 echo "${ECHO_T}yes" >&6
6381           else
6382             echo "$as_me:$LINENO: result: no" >&5
6383 echo "${ECHO_T}no" >&6
6384           fi
6385
6386
6387           enablestring=
6388           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdi" >&5
6389 echo $ECHO_N "checking for --${enablestring:-enable}-mdi... $ECHO_C" >&6
6390           no_cache=0
6391           # Check whether --enable-mdi or --disable-mdi was given.
6392 if test "${enable_mdi+set}" = set; then
6393   enableval="$enable_mdi"
6394
6395                           if test "$enableval" = yes; then
6396                             ac_cv_use_mdi='wxUSE_MDI=yes'
6397                           else
6398                             ac_cv_use_mdi='wxUSE_MDI=no'
6399                           fi
6400
6401 else
6402
6403                           LINE=`grep "wxUSE_MDI" ${wx_arg_cache_file}`
6404                           if test "x$LINE" != x ; then
6405                             eval "DEFAULT_$LINE"
6406                           else
6407                             no_cache=1
6408                           fi
6409
6410                           ac_cv_use_mdi='wxUSE_MDI='$DEFAULT_wxUSE_MDI
6411
6412 fi;
6413
6414           eval "$ac_cv_use_mdi"
6415           if test "$no_cache" != 1; then
6416             echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
6417           fi
6418
6419           if test "$wxUSE_MDI" = yes; then
6420             echo "$as_me:$LINENO: result: yes" >&5
6421 echo "${ECHO_T}yes" >&6
6422           else
6423             echo "$as_me:$LINENO: result: no" >&5
6424 echo "${ECHO_T}no" >&6
6425           fi
6426
6427
6428           enablestring=
6429           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdidoc" >&5
6430 echo $ECHO_N "checking for --${enablestring:-enable}-mdidoc... $ECHO_C" >&6
6431           no_cache=0
6432           # Check whether --enable-mdidoc or --disable-mdidoc was given.
6433 if test "${enable_mdidoc+set}" = set; then
6434   enableval="$enable_mdidoc"
6435
6436                           if test "$enableval" = yes; then
6437                             ac_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=yes'
6438                           else
6439                             ac_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=no'
6440                           fi
6441
6442 else
6443
6444                           LINE=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
6445                           if test "x$LINE" != x ; then
6446                             eval "DEFAULT_$LINE"
6447                           else
6448                             no_cache=1
6449                           fi
6450
6451                           ac_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
6452
6453 fi;
6454
6455           eval "$ac_cv_use_mdidoc"
6456           if test "$no_cache" != 1; then
6457             echo $ac_cv_use_mdidoc >> ${wx_arg_cache_file}.tmp
6458           fi
6459
6460           if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
6461             echo "$as_me:$LINENO: result: yes" >&5
6462 echo "${ECHO_T}yes" >&6
6463           else
6464             echo "$as_me:$LINENO: result: no" >&5
6465 echo "${ECHO_T}no" >&6
6466           fi
6467
6468
6469           enablestring=
6470           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-loggui" >&5
6471 echo $ECHO_N "checking for --${enablestring:-enable}-loggui... $ECHO_C" >&6
6472           no_cache=0
6473           # Check whether --enable-loggui or --disable-loggui was given.
6474 if test "${enable_loggui+set}" = set; then
6475   enableval="$enable_loggui"
6476
6477                           if test "$enableval" = yes; then
6478                             ac_cv_use_loggui='wxUSE_LOGGUI=yes'
6479                           else
6480                             ac_cv_use_loggui='wxUSE_LOGGUI=no'
6481                           fi
6482
6483 else
6484
6485                           LINE=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
6486                           if test "x$LINE" != x ; then
6487                             eval "DEFAULT_$LINE"
6488                           else
6489                             no_cache=1
6490                           fi
6491
6492                           ac_cv_use_loggui='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI
6493
6494 fi;
6495
6496           eval "$ac_cv_use_loggui"
6497           if test "$no_cache" != 1; then
6498             echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
6499           fi
6500
6501           if test "$wxUSE_LOGGUI" = yes; then
6502             echo "$as_me:$LINENO: result: yes" >&5
6503 echo "${ECHO_T}yes" >&6
6504           else
6505             echo "$as_me:$LINENO: result: no" >&5
6506 echo "${ECHO_T}no" >&6
6507           fi
6508
6509
6510           enablestring=
6511           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logwin" >&5
6512 echo $ECHO_N "checking for --${enablestring:-enable}-logwin... $ECHO_C" >&6
6513           no_cache=0
6514           # Check whether --enable-logwin or --disable-logwin was given.
6515 if test "${enable_logwin+set}" = set; then
6516   enableval="$enable_logwin"
6517
6518                           if test "$enableval" = yes; then
6519                             ac_cv_use_logwin='wxUSE_LOGWINDOW=yes'
6520                           else
6521                             ac_cv_use_logwin='wxUSE_LOGWINDOW=no'
6522                           fi
6523
6524 else
6525
6526                           LINE=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
6527                           if test "x$LINE" != x ; then
6528                             eval "DEFAULT_$LINE"
6529                           else
6530                             no_cache=1
6531                           fi
6532
6533                           ac_cv_use_logwin='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW
6534
6535 fi;
6536
6537           eval "$ac_cv_use_logwin"
6538           if test "$no_cache" != 1; then
6539             echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
6540           fi
6541
6542           if test "$wxUSE_LOGWINDOW" = yes; then
6543             echo "$as_me:$LINENO: result: yes" >&5
6544 echo "${ECHO_T}yes" >&6
6545           else
6546             echo "$as_me:$LINENO: result: no" >&5
6547 echo "${ECHO_T}no" >&6
6548           fi
6549
6550
6551           enablestring=
6552           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logdialog" >&5
6553 echo $ECHO_N "checking for --${enablestring:-enable}-logdialog... $ECHO_C" >&6
6554           no_cache=0
6555           # Check whether --enable-logdialog or --disable-logdialog was given.
6556 if test "${enable_logdialog+set}" = set; then
6557   enableval="$enable_logdialog"
6558
6559                           if test "$enableval" = yes; then
6560                             ac_cv_use_logdialog='wxUSE_LOGDIALOG=yes'
6561                           else
6562                             ac_cv_use_logdialog='wxUSE_LOGDIALOG=no'
6563                           fi
6564
6565 else
6566
6567                           LINE=`grep "wxUSE_LOGDIALOG" ${wx_arg_cache_file}`
6568                           if test "x$LINE" != x ; then
6569                             eval "DEFAULT_$LINE"
6570                           else
6571                             no_cache=1
6572                           fi
6573
6574                           ac_cv_use_logdialog='wxUSE_LOGDIALOG='$DEFAULT_wxUSE_LOGDIALOG
6575
6576 fi;
6577
6578           eval "$ac_cv_use_logdialog"
6579           if test "$no_cache" != 1; then
6580             echo $ac_cv_use_logdialog >> ${wx_arg_cache_file}.tmp
6581           fi
6582
6583           if test "$wxUSE_LOGDIALOG" = yes; then
6584             echo "$as_me:$LINENO: result: yes" >&5
6585 echo "${ECHO_T}yes" >&6
6586           else
6587             echo "$as_me:$LINENO: result: no" >&5
6588 echo "${ECHO_T}no" >&6
6589           fi
6590
6591
6592           enablestring=
6593           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-webkit" >&5
6594 echo $ECHO_N "checking for --${enablestring:-enable}-webkit... $ECHO_C" >&6
6595           no_cache=0
6596           # Check whether --enable-webkit or --disable-webkit was given.
6597 if test "${enable_webkit+set}" = set; then
6598   enableval="$enable_webkit"
6599
6600                           if test "$enableval" = yes; then
6601                             ac_cv_use_webkit='wxUSE_WEBKIT=yes'
6602                           else
6603                             ac_cv_use_webkit='wxUSE_WEBKIT=no'
6604                           fi
6605
6606 else
6607
6608                           LINE=`grep "wxUSE_WEBKIT" ${wx_arg_cache_file}`
6609                           if test "x$LINE" != x ; then
6610                             eval "DEFAULT_$LINE"
6611                           else
6612                             no_cache=1
6613                           fi
6614
6615                           ac_cv_use_webkit='wxUSE_WEBKIT='$DEFAULT_wxUSE_WEBKIT
6616
6617 fi;
6618
6619           eval "$ac_cv_use_webkit"
6620           if test "$no_cache" != 1; then
6621             echo $ac_cv_use_webkit >> ${wx_arg_cache_file}.tmp
6622           fi
6623
6624           if test "$wxUSE_WEBKIT" = yes; then
6625             echo "$as_me:$LINENO: result: yes" >&5
6626 echo "${ECHO_T}yes" >&6
6627           else
6628             echo "$as_me:$LINENO: result: no" >&5
6629 echo "${ECHO_T}no" >&6
6630           fi
6631
6632
6633
6634           enablestring=
6635           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-postscript" >&5
6636 echo $ECHO_N "checking for --${enablestring:-enable}-postscript... $ECHO_C" >&6
6637           no_cache=0
6638           # Check whether --enable-postscript or --disable-postscript was given.
6639 if test "${enable_postscript+set}" = set; then
6640   enableval="$enable_postscript"
6641
6642                           if test "$enableval" = yes; then
6643                             ac_cv_use_postscript='wxUSE_POSTSCRIPT=yes'
6644                           else
6645                             ac_cv_use_postscript='wxUSE_POSTSCRIPT=no'
6646                           fi
6647
6648 else
6649
6650                           LINE=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
6651                           if test "x$LINE" != x ; then
6652                             eval "DEFAULT_$LINE"
6653                           else
6654                             no_cache=1
6655                           fi
6656
6657                           ac_cv_use_postscript='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
6658
6659 fi;
6660
6661           eval "$ac_cv_use_postscript"
6662           if test "$no_cache" != 1; then
6663             echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
6664           fi
6665
6666           if test "$wxUSE_POSTSCRIPT" = yes; then
6667             echo "$as_me:$LINENO: result: yes" >&5
6668 echo "${ECHO_T}yes" >&6
6669           else
6670             echo "$as_me:$LINENO: result: no" >&5
6671 echo "${ECHO_T}no" >&6
6672           fi
6673
6674
6675
6676
6677
6678           enablestring=
6679           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-prologio" >&5
6680 echo $ECHO_N "checking for --${enablestring:-enable}-prologio... $ECHO_C" >&6
6681           no_cache=0
6682           # Check whether --enable-prologio or --disable-prologio was given.
6683 if test "${enable_prologio+set}" = set; then
6684   enableval="$enable_prologio"
6685
6686                           if test "$enableval" = yes; then
6687                             ac_cv_use_prologio='wxUSE_PROLOGIO=yes'
6688                           else
6689                             ac_cv_use_prologio='wxUSE_PROLOGIO=no'
6690                           fi
6691
6692 else
6693
6694                           LINE=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
6695                           if test "x$LINE" != x ; then
6696                             eval "DEFAULT_$LINE"
6697                           else
6698                             no_cache=1
6699                           fi
6700
6701                           ac_cv_use_prologio='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
6702
6703 fi;
6704
6705           eval "$ac_cv_use_prologio"
6706           if test "$no_cache" != 1; then
6707             echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
6708           fi
6709
6710           if test "$wxUSE_PROLOGIO" = yes; then
6711             echo "$as_me:$LINENO: result: yes" >&5
6712 echo "${ECHO_T}yes" >&6
6713           else
6714             echo "$as_me:$LINENO: result: no" >&5
6715 echo "${ECHO_T}no" >&6
6716           fi
6717
6718
6719           enablestring=
6720           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-resources" >&5
6721 echo $ECHO_N "checking for --${enablestring:-enable}-resources... $ECHO_C" >&6
6722           no_cache=0
6723           # Check whether --enable-resources or --disable-resources was given.
6724 if test "${enable_resources+set}" = set; then
6725   enableval="$enable_resources"
6726
6727                           if test "$enableval" = yes; then
6728                             ac_cv_use_resources='wxUSE_RESOURCES=yes'
6729                           else
6730                             ac_cv_use_resources='wxUSE_RESOURCES=no'
6731                           fi
6732
6733 else
6734
6735                           LINE=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
6736                           if test "x$LINE" != x ; then
6737                             eval "DEFAULT_$LINE"
6738                           else
6739                             no_cache=1
6740                           fi
6741
6742                           ac_cv_use_resources='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
6743
6744 fi;
6745
6746           eval "$ac_cv_use_resources"
6747           if test "$no_cache" != 1; then
6748             echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
6749           fi
6750
6751           if test "$wxUSE_RESOURCES" = yes; then
6752             echo "$as_me:$LINENO: result: yes" >&5
6753 echo "${ECHO_T}yes" >&6
6754           else
6755             echo "$as_me:$LINENO: result: no" >&5
6756 echo "${ECHO_T}no" >&6
6757           fi
6758
6759
6760
6761
6762           enablestring=
6763           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-clipboard" >&5
6764 echo $ECHO_N "checking for --${enablestring:-enable}-clipboard... $ECHO_C" >&6
6765           no_cache=0
6766           # Check whether --enable-clipboard or --disable-clipboard was given.
6767 if test "${enable_clipboard+set}" = set; then
6768   enableval="$enable_clipboard"
6769
6770                           if test "$enableval" = yes; then
6771                             ac_cv_use_clipboard='wxUSE_CLIPBOARD=yes'
6772                           else
6773                             ac_cv_use_clipboard='wxUSE_CLIPBOARD=no'
6774                           fi
6775
6776 else
6777
6778                           LINE=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
6779                           if test "x$LINE" != x ; then
6780                             eval "DEFAULT_$LINE"
6781                           else
6782                             no_cache=1
6783                           fi
6784
6785                           ac_cv_use_clipboard='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
6786
6787 fi;
6788
6789           eval "$ac_cv_use_clipboard"
6790           if test "$no_cache" != 1; then
6791             echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
6792           fi
6793
6794           if test "$wxUSE_CLIPBOARD" = yes; then
6795             echo "$as_me:$LINENO: result: yes" >&5
6796 echo "${ECHO_T}yes" >&6
6797           else
6798             echo "$as_me:$LINENO: result: no" >&5
6799 echo "${ECHO_T}no" >&6
6800           fi
6801
6802
6803           enablestring=
6804           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dnd" >&5
6805 echo $ECHO_N "checking for --${enablestring:-enable}-dnd... $ECHO_C" >&6
6806           no_cache=0
6807           # Check whether --enable-dnd or --disable-dnd was given.
6808 if test "${enable_dnd+set}" = set; then
6809   enableval="$enable_dnd"
6810
6811                           if test "$enableval" = yes; then
6812                             ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes'
6813                           else
6814                             ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=no'
6815                           fi
6816
6817 else
6818
6819                           LINE=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
6820                           if test "x$LINE" != x ; then
6821                             eval "DEFAULT_$LINE"
6822                           else
6823                             no_cache=1
6824                           fi
6825
6826                           ac_cv_use_dnd='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
6827
6828 fi;
6829
6830           eval "$ac_cv_use_dnd"
6831           if test "$no_cache" != 1; then
6832             echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
6833           fi
6834
6835           if test "$wxUSE_DRAG_AND_DROP" = yes; then
6836             echo "$as_me:$LINENO: result: yes" >&5
6837 echo "${ECHO_T}yes" >&6
6838           else
6839             echo "$as_me:$LINENO: result: no" >&5
6840 echo "${ECHO_T}no" >&6
6841           fi
6842
6843
6844           enablestring=
6845           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
6846 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
6847           no_cache=0
6848           # Check whether --enable-metafile or --disable-metafile was given.
6849 if test "${enable_metafile+set}" = set; then
6850   enableval="$enable_metafile"
6851
6852                           if test "$enableval" = yes; then
6853                             ac_cv_use_metafile='wxUSE_METAFILE=yes'
6854                           else
6855                             ac_cv_use_metafile='wxUSE_METAFILE=no'
6856                           fi
6857
6858 else
6859
6860                           LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
6861                           if test "x$LINE" != x ; then
6862                             eval "DEFAULT_$LINE"
6863                           else
6864                             no_cache=1
6865                           fi
6866
6867                           ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
6868
6869 fi;
6870
6871           eval "$ac_cv_use_metafile"
6872           if test "$no_cache" != 1; then
6873             echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
6874           fi
6875
6876           if test "$wxUSE_METAFILE" = yes; then
6877             echo "$as_me:$LINENO: result: yes" >&5
6878 echo "${ECHO_T}yes" >&6
6879           else
6880             echo "$as_me:$LINENO: result: no" >&5
6881 echo "${ECHO_T}no" >&6
6882           fi
6883
6884
6885
6886
6887
6888           enablestring=
6889           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-controls" >&5
6890 echo $ECHO_N "checking for --${enablestring:-enable}-controls... $ECHO_C" >&6
6891           no_cache=0
6892           # Check whether --enable-controls or --disable-controls was given.
6893 if test "${enable_controls+set}" = set; then
6894   enableval="$enable_controls"
6895
6896                           if test "$enableval" = yes; then
6897                             ac_cv_use_controls='wxUSE_CONTROLS=yes'
6898                           else
6899                             ac_cv_use_controls='wxUSE_CONTROLS=no'
6900                           fi
6901
6902 else
6903
6904                           LINE=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
6905                           if test "x$LINE" != x ; then
6906                             eval "DEFAULT_$LINE"
6907                           else
6908                             no_cache=1
6909                           fi
6910
6911                           ac_cv_use_controls='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
6912
6913 fi;
6914
6915           eval "$ac_cv_use_controls"
6916           if test "$no_cache" != 1; then
6917             echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
6918           fi
6919
6920           if test "$wxUSE_CONTROLS" = yes; then
6921             echo "$as_me:$LINENO: result: yes" >&5
6922 echo "${ECHO_T}yes" >&6
6923           else
6924             echo "$as_me:$LINENO: result: no" >&5
6925 echo "${ECHO_T}no" >&6
6926           fi
6927
6928
6929 if test "$wxUSE_CONTROLS" = "yes"; then
6930   DEFAULT_wxUSE_ACCEL=yes
6931   DEFAULT_wxUSE_BMPBUTTON=yes
6932   DEFAULT_wxUSE_BUTTON=yes
6933   DEFAULT_wxUSE_CALCTRL=no
6934   DEFAULT_wxUSE_CARET=yes
6935   DEFAULT_wxUSE_COMBOBOX=yes
6936   DEFAULT_wxUSE_CHECKBOX=yes
6937   DEFAULT_wxUSE_CHECKLISTBOX=yes
6938   DEFAULT_wxUSE_CHOICE=yes
6939   DEFAULT_wxUSE_CHOICEBOOK=yes
6940   DEFAULT_wxUSE_GAUGE=yes
6941   DEFAULT_wxUSE_GRID=yes
6942   DEFAULT_wxUSE_IMAGLIST=yes
6943   DEFAULT_wxUSE_LISTBOOK=yes
6944   DEFAULT_wxUSE_LISTBOX=yes
6945   DEFAULT_wxUSE_LISTCTRL=yes
6946   DEFAULT_wxUSE_NOTEBOOK=yes
6947   DEFAULT_wxUSE_RADIOBOX=yes
6948   DEFAULT_wxUSE_RADIOBTN=yes
6949   DEFAULT_wxUSE_SASH=yes
6950   DEFAULT_wxUSE_SCROLLBAR=yes
6951   DEFAULT_wxUSE_SLIDER=yes
6952   DEFAULT_wxUSE_SPINBTN=yes
6953   DEFAULT_wxUSE_SPINCTRL=yes
6954   DEFAULT_wxUSE_SPLITTER=yes
6955   DEFAULT_wxUSE_STATBMP=yes
6956   DEFAULT_wxUSE_STATBOX=yes
6957   DEFAULT_wxUSE_STATLINE=yes
6958   DEFAULT_wxUSE_STATUSBAR=yes
6959   DEFAULT_wxUSE_TAB_DIALOG=yes
6960   DEFAULT_wxUSE_TOGGLEBTN=yes
6961   DEFAULT_wxUSE_TOOLBAR=yes
6962   DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
6963   DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
6964   DEFAULT_wxUSE_TOOLTIPS=yes
6965   DEFAULT_wxUSE_TREECTRL=yes
6966   DEFAULT_wxUSE_POPUPWIN=yes
6967   DEFAULT_wxUSE_TIPWINDOW=yes
6968 elif test "$wxUSE_CONTROLS" = "no"; then
6969   DEFAULT_wxUSE_ACCEL=no
6970   DEFAULT_wxUSE_BMPBUTTON=no
6971   DEFAULT_wxUSE_BUTTON=no
6972   DEFAULT_wxUSE_CALCTRL=no
6973   DEFAULT_wxUSE_CARET=no
6974   DEFAULT_wxUSE_COMBOBOX=no
6975   DEFAULT_wxUSE_CHECKBOX=no
6976   DEFAULT_wxUSE_CHECKLISTBOX=no
6977   DEFAULT_wxUSE_CHOICE=no
6978   DEFAULT_wxUSE_CHOICEBOOK=no
6979   DEFAULT_wxUSE_GAUGE=no
6980   DEFAULT_wxUSE_GRID=no
6981   DEFAULT_wxUSE_IMAGLIST=no
6982   DEFAULT_wxUSE_LISTBOOK=no
6983   DEFAULT_wxUSE_LISTBOX=no
6984   DEFAULT_wxUSE_LISTCTRL=no
6985   DEFAULT_wxUSE_NOTEBOOK=no
6986   DEFAULT_wxUSE_RADIOBOX=no
6987   DEFAULT_wxUSE_RADIOBTN=no
6988   DEFAULT_wxUSE_SASH=no
6989   DEFAULT_wxUSE_SCROLLBAR=no
6990   DEFAULT_wxUSE_SLIDER=no
6991   DEFAULT_wxUSE_SPINBTN=no
6992   DEFAULT_wxUSE_SPINCTRL=no
6993   DEFAULT_wxUSE_SPLITTER=no
6994   DEFAULT_wxUSE_STATBMP=no
6995   DEFAULT_wxUSE_STATBOX=no
6996   DEFAULT_wxUSE_STATLINE=no
6997   DEFAULT_wxUSE_STATUSBAR=no
6998   DEFAULT_wxUSE_TAB_DIALOG=no
6999   DEFAULT_wxUSE_TOGGLEBTN=no
7000   DEFAULT_wxUSE_TOOLBAR=no
7001   DEFAULT_wxUSE_TOOLBAR_NATIVE=no
7002   DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
7003   DEFAULT_wxUSE_TOOLTIPS=no
7004   DEFAULT_wxUSE_TREECTRL=no
7005   DEFAULT_wxUSE_POPUPWIN=no
7006   DEFAULT_wxUSE_TIPWINDOW=no
7007 fi
7008
7009 ## FIXME: This is a blatant hack
7010 if test "x$wxUSE_COCOA" != "x" -a "$wxUSE_COCOA" != "0" ; then
7011   wxUSE_PRINTING_ARCHITECTURE=no
7012   wxUSE_DRAG_AND_DROP=no
7013   DEFAULT_wxUSE_TOOLTIPS=no
7014   DEFAULT_wxUSE_DRAGIMAGE=no
7015 fi
7016
7017
7018           enablestring=
7019           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accel" >&5
7020 echo $ECHO_N "checking for --${enablestring:-enable}-accel... $ECHO_C" >&6
7021           no_cache=0
7022           # Check whether --enable-accel or --disable-accel was given.
7023 if test "${enable_accel+set}" = set; then
7024   enableval="$enable_accel"
7025
7026                           if test "$enableval" = yes; then
7027                             ac_cv_use_accel='wxUSE_ACCEL=yes'
7028                           else
7029                             ac_cv_use_accel='wxUSE_ACCEL=no'
7030                           fi
7031
7032 else
7033
7034                           LINE=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
7035                           if test "x$LINE" != x ; then
7036                             eval "DEFAULT_$LINE"
7037                           else
7038                             no_cache=1
7039                           fi
7040
7041                           ac_cv_use_accel='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
7042
7043 fi;
7044
7045           eval "$ac_cv_use_accel"
7046           if test "$no_cache" != 1; then
7047             echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
7048           fi
7049
7050           if test "$wxUSE_ACCEL" = yes; then
7051             echo "$as_me:$LINENO: result: yes" >&5
7052 echo "${ECHO_T}yes" >&6
7053           else
7054             echo "$as_me:$LINENO: result: no" >&5
7055 echo "${ECHO_T}no" >&6
7056           fi
7057
7058
7059           enablestring=
7060           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-button" >&5
7061 echo $ECHO_N "checking for --${enablestring:-enable}-button... $ECHO_C" >&6
7062           no_cache=0
7063           # Check whether --enable-button or --disable-button was given.
7064 if test "${enable_button+set}" = set; then
7065   enableval="$enable_button"
7066
7067                           if test "$enableval" = yes; then
7068                             ac_cv_use_button='wxUSE_BUTTON=yes'
7069                           else
7070                             ac_cv_use_button='wxUSE_BUTTON=no'
7071                           fi
7072
7073 else
7074
7075                           LINE=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
7076                           if test "x$LINE" != x ; then
7077                             eval "DEFAULT_$LINE"
7078                           else
7079                             no_cache=1
7080                           fi
7081
7082                           ac_cv_use_button='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON
7083
7084 fi;
7085
7086           eval "$ac_cv_use_button"
7087           if test "$no_cache" != 1; then
7088             echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
7089           fi
7090
7091           if test "$wxUSE_BUTTON" = yes; then
7092             echo "$as_me:$LINENO: result: yes" >&5
7093 echo "${ECHO_T}yes" >&6
7094           else
7095             echo "$as_me:$LINENO: result: no" >&5
7096 echo "${ECHO_T}no" >&6
7097           fi
7098
7099
7100           enablestring=
7101           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpbutton" >&5
7102 echo $ECHO_N "checking for --${enablestring:-enable}-bmpbutton... $ECHO_C" >&6
7103           no_cache=0
7104           # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
7105 if test "${enable_bmpbutton+set}" = set; then
7106   enableval="$enable_bmpbutton"
7107
7108                           if test "$enableval" = yes; then
7109                             ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes'
7110                           else
7111                             ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
7112                           fi
7113
7114 else
7115
7116                           LINE=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
7117                           if test "x$LINE" != x ; then
7118                             eval "DEFAULT_$LINE"
7119                           else
7120                             no_cache=1
7121                           fi
7122
7123                           ac_cv_use_bmpbutton='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
7124
7125 fi;
7126
7127           eval "$ac_cv_use_bmpbutton"
7128           if test "$no_cache" != 1; then
7129             echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
7130           fi
7131
7132           if test "$wxUSE_BMPBUTTON" = yes; then
7133             echo "$as_me:$LINENO: result: yes" >&5
7134 echo "${ECHO_T}yes" >&6
7135           else
7136             echo "$as_me:$LINENO: result: no" >&5
7137 echo "${ECHO_T}no" >&6
7138           fi
7139
7140
7141           enablestring=
7142           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-calendar" >&5
7143 echo $ECHO_N "checking for --${enablestring:-enable}-calendar... $ECHO_C" >&6
7144           no_cache=0
7145           # Check whether --enable-calendar or --disable-calendar was given.
7146 if test "${enable_calendar+set}" = set; then
7147   enableval="$enable_calendar"
7148
7149                           if test "$enableval" = yes; then
7150                             ac_cv_use_calendar='wxUSE_CALCTRL=yes'
7151                           else
7152                             ac_cv_use_calendar='wxUSE_CALCTRL=no'
7153                           fi
7154
7155 else
7156
7157                           LINE=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
7158                           if test "x$LINE" != x ; then
7159                             eval "DEFAULT_$LINE"
7160                           else
7161                             no_cache=1
7162                           fi
7163
7164                           ac_cv_use_calendar='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL
7165
7166 fi;
7167
7168           eval "$ac_cv_use_calendar"
7169           if test "$no_cache" != 1; then
7170             echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
7171           fi
7172
7173           if test "$wxUSE_CALCTRL" = yes; then
7174             echo "$as_me:$LINENO: result: yes" >&5
7175 echo "${ECHO_T}yes" >&6
7176           else
7177             echo "$as_me:$LINENO: result: no" >&5
7178 echo "${ECHO_T}no" >&6
7179           fi
7180
7181
7182           enablestring=
7183           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-caret" >&5
7184 echo $ECHO_N "checking for --${enablestring:-enable}-caret... $ECHO_C" >&6
7185           no_cache=0
7186           # Check whether --enable-caret or --disable-caret was given.
7187 if test "${enable_caret+set}" = set; then
7188   enableval="$enable_caret"
7189
7190                           if test "$enableval" = yes; then
7191                             ac_cv_use_caret='wxUSE_CARET=yes'
7192                           else
7193                             ac_cv_use_caret='wxUSE_CARET=no'
7194                           fi
7195
7196 else
7197
7198                           LINE=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
7199                           if test "x$LINE" != x ; then
7200                             eval "DEFAULT_$LINE"
7201                           else
7202                             no_cache=1
7203                           fi
7204
7205                           ac_cv_use_caret='wxUSE_CARET='$DEFAULT_wxUSE_CARET
7206
7207 fi;
7208
7209           eval "$ac_cv_use_caret"
7210           if test "$no_cache" != 1; then
7211             echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
7212           fi
7213
7214           if test "$wxUSE_CARET" = yes; then
7215             echo "$as_me:$LINENO: result: yes" >&5
7216 echo "${ECHO_T}yes" >&6
7217           else
7218             echo "$as_me:$LINENO: result: no" >&5
7219 echo "${ECHO_T}no" >&6
7220           fi
7221
7222
7223           enablestring=
7224           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checkbox" >&5
7225 echo $ECHO_N "checking for --${enablestring:-enable}-checkbox... $ECHO_C" >&6
7226           no_cache=0
7227           # Check whether --enable-checkbox or --disable-checkbox was given.
7228 if test "${enable_checkbox+set}" = set; then
7229   enableval="$enable_checkbox"
7230
7231                           if test "$enableval" = yes; then
7232                             ac_cv_use_checkbox='wxUSE_CHECKBOX=yes'
7233                           else
7234                             ac_cv_use_checkbox='wxUSE_CHECKBOX=no'
7235                           fi
7236
7237 else
7238
7239                           LINE=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
7240                           if test "x$LINE" != x ; then
7241                             eval "DEFAULT_$LINE"
7242                           else
7243                             no_cache=1
7244                           fi
7245
7246                           ac_cv_use_checkbox='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
7247
7248 fi;
7249
7250           eval "$ac_cv_use_checkbox"
7251           if test "$no_cache" != 1; then
7252             echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
7253           fi
7254
7255           if test "$wxUSE_CHECKBOX" = yes; then
7256             echo "$as_me:$LINENO: result: yes" >&5
7257 echo "${ECHO_T}yes" >&6
7258           else
7259             echo "$as_me:$LINENO: result: no" >&5
7260 echo "${ECHO_T}no" >&6
7261           fi
7262
7263
7264           enablestring=
7265           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checklst" >&5
7266 echo $ECHO_N "checking for --${enablestring:-enable}-checklst... $ECHO_C" >&6
7267           no_cache=0
7268           # Check whether --enable-checklst or --disable-checklst was given.
7269 if test "${enable_checklst+set}" = set; then
7270   enableval="$enable_checklst"
7271
7272                           if test "$enableval" = yes; then
7273                             ac_cv_use_checklst='wxUSE_CHECKLST=yes'
7274                           else
7275                             ac_cv_use_checklst='wxUSE_CHECKLST=no'
7276                           fi
7277
7278 else
7279
7280                           LINE=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
7281                           if test "x$LINE" != x ; then
7282                             eval "DEFAULT_$LINE"
7283                           else
7284                             no_cache=1
7285                           fi
7286
7287                           ac_cv_use_checklst='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
7288
7289 fi;
7290
7291           eval "$ac_cv_use_checklst"
7292           if test "$no_cache" != 1; then
7293             echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
7294           fi
7295
7296           if test "$wxUSE_CHECKLST" = yes; then
7297             echo "$as_me:$LINENO: result: yes" >&5
7298 echo "${ECHO_T}yes" >&6
7299           else
7300             echo "$as_me:$LINENO: result: no" >&5
7301 echo "${ECHO_T}no" >&6
7302           fi
7303
7304
7305           enablestring=
7306           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choice" >&5
7307 echo $ECHO_N "checking for --${enablestring:-enable}-choice... $ECHO_C" >&6
7308           no_cache=0
7309           # Check whether --enable-choice or --disable-choice was given.
7310 if test "${enable_choice+set}" = set; then
7311   enableval="$enable_choice"
7312
7313                           if test "$enableval" = yes; then
7314                             ac_cv_use_choice='wxUSE_CHOICE=yes'
7315                           else
7316                             ac_cv_use_choice='wxUSE_CHOICE=no'
7317                           fi
7318
7319 else
7320
7321                           LINE=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
7322                           if test "x$LINE" != x ; then
7323                             eval "DEFAULT_$LINE"
7324                           else
7325                             no_cache=1
7326                           fi
7327
7328                           ac_cv_use_choice='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
7329
7330 fi;
7331
7332           eval "$ac_cv_use_choice"
7333           if test "$no_cache" != 1; then
7334             echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
7335           fi
7336
7337           if test "$wxUSE_CHOICE" = yes; then
7338             echo "$as_me:$LINENO: result: yes" >&5
7339 echo "${ECHO_T}yes" >&6
7340           else
7341             echo "$as_me:$LINENO: result: no" >&5
7342 echo "${ECHO_T}no" >&6
7343           fi
7344
7345
7346           enablestring=
7347           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicebook" >&5
7348 echo $ECHO_N "checking for --${enablestring:-enable}-choicebook... $ECHO_C" >&6
7349           no_cache=0
7350           # Check whether --enable-choicebook or --disable-choicebook was given.
7351 if test "${enable_choicebook+set}" = set; then
7352   enableval="$enable_choicebook"
7353
7354                           if test "$enableval" = yes; then
7355                             ac_cv_use_choicebook='wxUSE_CHOICEBOOK=yes'
7356                           else
7357                             ac_cv_use_choicebook='wxUSE_CHOICEBOOK=no'
7358                           fi
7359
7360 else
7361
7362                           LINE=`grep "wxUSE_CHOICEBOOK" ${wx_arg_cache_file}`
7363                           if test "x$LINE" != x ; then
7364                             eval "DEFAULT_$LINE"
7365                           else
7366                             no_cache=1
7367                           fi
7368
7369                           ac_cv_use_choicebook='wxUSE_CHOICEBOOK='$DEFAULT_wxUSE_CHOICEBOOK
7370
7371 fi;
7372
7373           eval "$ac_cv_use_choicebook"
7374           if test "$no_cache" != 1; then
7375             echo $ac_cv_use_choicebook >> ${wx_arg_cache_file}.tmp
7376           fi
7377
7378           if test "$wxUSE_CHOICEBOOK" = yes; then
7379             echo "$as_me:$LINENO: result: yes" >&5
7380 echo "${ECHO_T}yes" >&6
7381           else
7382             echo "$as_me:$LINENO: result: no" >&5
7383 echo "${ECHO_T}no" >&6
7384           fi
7385
7386
7387           enablestring=
7388           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-combobox" >&5
7389 echo $ECHO_N "checking for --${enablestring:-enable}-combobox... $ECHO_C" >&6
7390           no_cache=0
7391           # Check whether --enable-combobox or --disable-combobox was given.
7392 if test "${enable_combobox+set}" = set; then
7393   enableval="$enable_combobox"
7394
7395                           if test "$enableval" = yes; then
7396                             ac_cv_use_combobox='wxUSE_COMBOBOX=yes'
7397                           else
7398                             ac_cv_use_combobox='wxUSE_COMBOBOX=no'
7399                           fi
7400
7401 else
7402
7403                           LINE=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
7404                           if test "x$LINE" != x ; then
7405                             eval "DEFAULT_$LINE"
7406                           else
7407                             no_cache=1
7408                           fi
7409
7410                           ac_cv_use_combobox='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
7411
7412 fi;
7413
7414           eval "$ac_cv_use_combobox"
7415           if test "$no_cache" != 1; then
7416             echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
7417           fi
7418
7419           if test "$wxUSE_COMBOBOX" = yes; then
7420             echo "$as_me:$LINENO: result: yes" >&5
7421 echo "${ECHO_T}yes" >&6
7422           else
7423             echo "$as_me:$LINENO: result: no" >&5
7424 echo "${ECHO_T}no" >&6
7425           fi
7426
7427
7428           enablestring=
7429           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-display" >&5
7430 echo $ECHO_N "checking for --${enablestring:-enable}-display... $ECHO_C" >&6
7431           no_cache=0
7432           # Check whether --enable-display or --disable-display was given.
7433 if test "${enable_display+set}" = set; then
7434   enableval="$enable_display"
7435
7436                           if test "$enableval" = yes; then
7437                             ac_cv_use_display='wxUSE_DISPLAY=yes'
7438                           else
7439                             ac_cv_use_display='wxUSE_DISPLAY=no'
7440                           fi
7441
7442 else
7443
7444                           LINE=`grep "wxUSE_DISPLAY" ${wx_arg_cache_file}`
7445                           if test "x$LINE" != x ; then
7446                             eval "DEFAULT_$LINE"
7447                           else
7448                             no_cache=1
7449                           fi
7450
7451                           ac_cv_use_display='wxUSE_DISPLAY='$DEFAULT_wxUSE_DISPLAY
7452
7453 fi;
7454
7455           eval "$ac_cv_use_display"
7456           if test "$no_cache" != 1; then
7457             echo $ac_cv_use_display >> ${wx_arg_cache_file}.tmp
7458           fi
7459
7460           if test "$wxUSE_DISPLAY" = yes; then
7461             echo "$as_me:$LINENO: result: yes" >&5
7462 echo "${ECHO_T}yes" >&6
7463           else
7464             echo "$as_me:$LINENO: result: no" >&5
7465 echo "${ECHO_T}no" >&6
7466           fi
7467
7468
7469           enablestring=
7470           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gauge" >&5
7471 echo $ECHO_N "checking for --${enablestring:-enable}-gauge... $ECHO_C" >&6
7472           no_cache=0
7473           # Check whether --enable-gauge or --disable-gauge was given.
7474 if test "${enable_gauge+set}" = set; then
7475   enableval="$enable_gauge"
7476
7477                           if test "$enableval" = yes; then
7478                             ac_cv_use_gauge='wxUSE_GAUGE=yes'
7479                           else
7480                             ac_cv_use_gauge='wxUSE_GAUGE=no'
7481                           fi
7482
7483 else
7484
7485                           LINE=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
7486                           if test "x$LINE" != x ; then
7487                             eval "DEFAULT_$LINE"
7488                           else
7489                             no_cache=1
7490                           fi
7491
7492                           ac_cv_use_gauge='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
7493
7494 fi;
7495
7496           eval "$ac_cv_use_gauge"
7497           if test "$no_cache" != 1; then
7498             echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
7499           fi
7500
7501           if test "$wxUSE_GAUGE" = yes; then
7502             echo "$as_me:$LINENO: result: yes" >&5
7503 echo "${ECHO_T}yes" >&6
7504           else
7505             echo "$as_me:$LINENO: result: no" >&5
7506 echo "${ECHO_T}no" >&6
7507           fi
7508
7509
7510           enablestring=
7511           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-grid" >&5
7512 echo $ECHO_N "checking for --${enablestring:-enable}-grid... $ECHO_C" >&6
7513           no_cache=0
7514           # Check whether --enable-grid or --disable-grid was given.
7515 if test "${enable_grid+set}" = set; then
7516   enableval="$enable_grid"
7517
7518                           if test "$enableval" = yes; then
7519                             ac_cv_use_grid='wxUSE_GRID=yes'
7520                           else
7521                             ac_cv_use_grid='wxUSE_GRID=no'
7522                           fi
7523
7524 else
7525
7526                           LINE=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
7527                           if test "x$LINE" != x ; then
7528                             eval "DEFAULT_$LINE"
7529                           else
7530                             no_cache=1
7531                           fi
7532
7533                           ac_cv_use_grid='wxUSE_GRID='$DEFAULT_wxUSE_GRID
7534
7535 fi;
7536
7537           eval "$ac_cv_use_grid"
7538           if test "$no_cache" != 1; then
7539             echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
7540           fi
7541
7542           if test "$wxUSE_GRID" = yes; then
7543             echo "$as_me:$LINENO: result: yes" >&5
7544 echo "${ECHO_T}yes" >&6
7545           else
7546             echo "$as_me:$LINENO: result: no" >&5
7547 echo "${ECHO_T}no" >&6
7548           fi
7549
7550
7551           enablestring=
7552           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-imaglist" >&5
7553 echo $ECHO_N "checking for --${enablestring:-enable}-imaglist... $ECHO_C" >&6
7554           no_cache=0
7555           # Check whether --enable-imaglist or --disable-imaglist was given.
7556 if test "${enable_imaglist+set}" = set; then
7557   enableval="$enable_imaglist"
7558
7559                           if test "$enableval" = yes; then
7560                             ac_cv_use_imaglist='wxUSE_IMAGLIST=yes'
7561                           else
7562                             ac_cv_use_imaglist='wxUSE_IMAGLIST=no'
7563                           fi
7564
7565 else
7566
7567                           LINE=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
7568                           if test "x$LINE" != x ; then
7569                             eval "DEFAULT_$LINE"
7570                           else
7571                             no_cache=1
7572                           fi
7573
7574                           ac_cv_use_imaglist='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
7575
7576 fi;
7577
7578           eval "$ac_cv_use_imaglist"
7579           if test "$no_cache" != 1; then
7580             echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
7581           fi
7582
7583           if test "$wxUSE_IMAGLIST" = yes; then
7584             echo "$as_me:$LINENO: result: yes" >&5
7585 echo "${ECHO_T}yes" >&6
7586           else
7587             echo "$as_me:$LINENO: result: no" >&5
7588 echo "${ECHO_T}no" >&6
7589           fi
7590
7591
7592           enablestring=
7593           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbook" >&5
7594 echo $ECHO_N "checking for --${enablestring:-enable}-listbook... $ECHO_C" >&6
7595           no_cache=0
7596           # Check whether --enable-listbook or --disable-listbook was given.
7597 if test "${enable_listbook+set}" = set; then
7598   enableval="$enable_listbook"
7599
7600                           if test "$enableval" = yes; then
7601                             ac_cv_use_listbook='wxUSE_LISTBOOK=yes'
7602                           else
7603                             ac_cv_use_listbook='wxUSE_LISTBOOK=no'
7604                           fi
7605
7606 else
7607
7608                           LINE=`grep "wxUSE_LISTBOOK" ${wx_arg_cache_file}`
7609                           if test "x$LINE" != x ; then
7610                             eval "DEFAULT_$LINE"
7611                           else
7612                             no_cache=1
7613                           fi
7614
7615                           ac_cv_use_listbook='wxUSE_LISTBOOK='$DEFAULT_wxUSE_LISTBOOK
7616
7617 fi;
7618
7619           eval "$ac_cv_use_listbook"
7620           if test "$no_cache" != 1; then
7621             echo $ac_cv_use_listbook >> ${wx_arg_cache_file}.tmp
7622           fi
7623
7624           if test "$wxUSE_LISTBOOK" = yes; then
7625             echo "$as_me:$LINENO: result: yes" >&5
7626 echo "${ECHO_T}yes" >&6
7627           else
7628             echo "$as_me:$LINENO: result: no" >&5
7629 echo "${ECHO_T}no" >&6
7630           fi
7631
7632
7633           enablestring=
7634           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbox" >&5
7635 echo $ECHO_N "checking for --${enablestring:-enable}-listbox... $ECHO_C" >&6
7636           no_cache=0
7637           # Check whether --enable-listbox or --disable-listbox was given.
7638 if test "${enable_listbox+set}" = set; then
7639   enableval="$enable_listbox"
7640
7641                           if test "$enableval" = yes; then
7642                             ac_cv_use_listbox='wxUSE_LISTBOX=yes'
7643                           else
7644                             ac_cv_use_listbox='wxUSE_LISTBOX=no'
7645                           fi
7646
7647 else
7648
7649                           LINE=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
7650                           if test "x$LINE" != x ; then
7651                             eval "DEFAULT_$LINE"
7652                           else
7653                             no_cache=1
7654                           fi
7655
7656                           ac_cv_use_listbox='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
7657
7658 fi;
7659
7660           eval "$ac_cv_use_listbox"
7661           if test "$no_cache" != 1; then
7662             echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
7663           fi
7664
7665           if test "$wxUSE_LISTBOX" = yes; then
7666             echo "$as_me:$LINENO: result: yes" >&5
7667 echo "${ECHO_T}yes" >&6
7668           else
7669             echo "$as_me:$LINENO: result: no" >&5
7670 echo "${ECHO_T}no" >&6
7671           fi
7672
7673
7674           enablestring=
7675           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listctrl" >&5
7676 echo $ECHO_N "checking for --${enablestring:-enable}-listctrl... $ECHO_C" >&6
7677           no_cache=0
7678           # Check whether --enable-listctrl or --disable-listctrl was given.
7679 if test "${enable_listctrl+set}" = set; then
7680   enableval="$enable_listctrl"
7681
7682                           if test "$enableval" = yes; then
7683                             ac_cv_use_listctrl='wxUSE_LISTCTRL=yes'
7684                           else
7685                             ac_cv_use_listctrl='wxUSE_LISTCTRL=no'
7686                           fi
7687
7688 else
7689
7690                           LINE=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
7691                           if test "x$LINE" != x ; then
7692                             eval "DEFAULT_$LINE"
7693                           else
7694                             no_cache=1
7695                           fi
7696
7697                           ac_cv_use_listctrl='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
7698
7699 fi;
7700
7701           eval "$ac_cv_use_listctrl"
7702           if test "$no_cache" != 1; then
7703             echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
7704           fi
7705
7706           if test "$wxUSE_LISTCTRL" = yes; then
7707             echo "$as_me:$LINENO: result: yes" >&5
7708 echo "${ECHO_T}yes" >&6
7709           else
7710             echo "$as_me:$LINENO: result: no" >&5
7711 echo "${ECHO_T}no" >&6
7712           fi
7713
7714
7715           enablestring=
7716           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-notebook" >&5
7717 echo $ECHO_N "checking for --${enablestring:-enable}-notebook... $ECHO_C" >&6
7718           no_cache=0
7719           # Check whether --enable-notebook or --disable-notebook was given.
7720 if test "${enable_notebook+set}" = set; then
7721   enableval="$enable_notebook"
7722
7723                           if test "$enableval" = yes; then
7724                             ac_cv_use_notebook='wxUSE_NOTEBOOK=yes'
7725                           else
7726                             ac_cv_use_notebook='wxUSE_NOTEBOOK=no'
7727                           fi
7728
7729 else
7730
7731                           LINE=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
7732                           if test "x$LINE" != x ; then
7733                             eval "DEFAULT_$LINE"
7734                           else
7735                             no_cache=1
7736                           fi
7737
7738                           ac_cv_use_notebook='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
7739
7740 fi;
7741
7742           eval "$ac_cv_use_notebook"
7743           if test "$no_cache" != 1; then
7744             echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
7745           fi
7746
7747           if test "$wxUSE_NOTEBOOK" = yes; then
7748             echo "$as_me:$LINENO: result: yes" >&5
7749 echo "${ECHO_T}yes" >&6
7750           else
7751             echo "$as_me:$LINENO: result: no" >&5
7752 echo "${ECHO_T}no" >&6
7753           fi
7754
7755
7756           enablestring=
7757           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobox" >&5
7758 echo $ECHO_N "checking for --${enablestring:-enable}-radiobox... $ECHO_C" >&6
7759           no_cache=0
7760           # Check whether --enable-radiobox or --disable-radiobox was given.
7761 if test "${enable_radiobox+set}" = set; then
7762   enableval="$enable_radiobox"
7763
7764                           if test "$enableval" = yes; then
7765                             ac_cv_use_radiobox='wxUSE_RADIOBOX=yes'
7766                           else
7767                             ac_cv_use_radiobox='wxUSE_RADIOBOX=no'
7768                           fi
7769
7770 else
7771
7772                           LINE=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
7773                           if test "x$LINE" != x ; then
7774                             eval "DEFAULT_$LINE"
7775                           else
7776                             no_cache=1
7777                           fi
7778
7779                           ac_cv_use_radiobox='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
7780
7781 fi;
7782
7783           eval "$ac_cv_use_radiobox"
7784           if test "$no_cache" != 1; then
7785             echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
7786           fi
7787
7788           if test "$wxUSE_RADIOBOX" = yes; then
7789             echo "$as_me:$LINENO: result: yes" >&5
7790 echo "${ECHO_T}yes" >&6
7791           else
7792             echo "$as_me:$LINENO: result: no" >&5
7793 echo "${ECHO_T}no" >&6
7794           fi
7795
7796
7797           enablestring=
7798           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobtn" >&5
7799 echo $ECHO_N "checking for --${enablestring:-enable}-radiobtn... $ECHO_C" >&6
7800           no_cache=0
7801           # Check whether --enable-radiobtn or --disable-radiobtn was given.
7802 if test "${enable_radiobtn+set}" = set; then
7803   enableval="$enable_radiobtn"
7804
7805                           if test "$enableval" = yes; then
7806                             ac_cv_use_radiobtn='wxUSE_RADIOBTN=yes'
7807                           else
7808                             ac_cv_use_radiobtn='wxUSE_RADIOBTN=no'
7809                           fi
7810
7811 else
7812
7813                           LINE=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
7814                           if test "x$LINE" != x ; then
7815                             eval "DEFAULT_$LINE"
7816                           else
7817                             no_cache=1
7818                           fi
7819
7820                           ac_cv_use_radiobtn='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
7821
7822 fi;
7823
7824           eval "$ac_cv_use_radiobtn"
7825           if test "$no_cache" != 1; then
7826             echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
7827           fi
7828
7829           if test "$wxUSE_RADIOBTN" = yes; then
7830             echo "$as_me:$LINENO: result: yes" >&5
7831 echo "${ECHO_T}yes" >&6
7832           else
7833             echo "$as_me:$LINENO: result: no" >&5
7834 echo "${ECHO_T}no" >&6
7835           fi
7836
7837
7838           enablestring=
7839           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sash" >&5
7840 echo $ECHO_N "checking for --${enablestring:-enable}-sash... $ECHO_C" >&6
7841           no_cache=0
7842           # Check whether --enable-sash or --disable-sash was given.
7843 if test "${enable_sash+set}" = set; then
7844   enableval="$enable_sash"
7845
7846                           if test "$enableval" = yes; then
7847                             ac_cv_use_sash='wxUSE_SASH=yes'
7848                           else
7849                             ac_cv_use_sash='wxUSE_SASH=no'
7850                           fi
7851
7852 else
7853
7854                           LINE=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
7855                           if test "x$LINE" != x ; then
7856                             eval "DEFAULT_$LINE"
7857                           else
7858                             no_cache=1
7859                           fi
7860
7861                           ac_cv_use_sash='wxUSE_SASH='$DEFAULT_wxUSE_SASH
7862
7863 fi;
7864
7865           eval "$ac_cv_use_sash"
7866           if test "$no_cache" != 1; then
7867             echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
7868           fi
7869
7870           if test "$wxUSE_SASH" = yes; then
7871             echo "$as_me:$LINENO: result: yes" >&5
7872 echo "${ECHO_T}yes" >&6
7873           else
7874             echo "$as_me:$LINENO: result: no" >&5
7875 echo "${ECHO_T}no" >&6
7876           fi
7877
7878
7879           enablestring=
7880           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-scrollbar" >&5
7881 echo $ECHO_N "checking for --${enablestring:-enable}-scrollbar... $ECHO_C" >&6
7882           no_cache=0
7883           # Check whether --enable-scrollbar or --disable-scrollbar was given.
7884 if test "${enable_scrollbar+set}" = set; then
7885   enableval="$enable_scrollbar"
7886
7887                           if test "$enableval" = yes; then
7888                             ac_cv_use_scrollbar='wxUSE_SCROLLBAR=yes'
7889                           else
7890                             ac_cv_use_scrollbar='wxUSE_SCROLLBAR=no'
7891                           fi
7892
7893 else
7894
7895                           LINE=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
7896                           if test "x$LINE" != x ; then
7897                             eval "DEFAULT_$LINE"
7898                           else
7899                             no_cache=1
7900                           fi
7901
7902                           ac_cv_use_scrollbar='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
7903
7904 fi;
7905
7906           eval "$ac_cv_use_scrollbar"
7907           if test "$no_cache" != 1; then
7908             echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
7909           fi
7910
7911           if test "$wxUSE_SCROLLBAR" = yes; then
7912             echo "$as_me:$LINENO: result: yes" >&5
7913 echo "${ECHO_T}yes" >&6
7914           else
7915             echo "$as_me:$LINENO: result: no" >&5
7916 echo "${ECHO_T}no" >&6
7917           fi
7918
7919
7920           enablestring=
7921           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-slider" >&5
7922 echo $ECHO_N "checking for --${enablestring:-enable}-slider... $ECHO_C" >&6
7923           no_cache=0
7924           # Check whether --enable-slider or --disable-slider was given.
7925 if test "${enable_slider+set}" = set; then
7926   enableval="$enable_slider"
7927
7928                           if test "$enableval" = yes; then
7929                             ac_cv_use_slider='wxUSE_SLIDER=yes'
7930                           else
7931                             ac_cv_use_slider='wxUSE_SLIDER=no'
7932                           fi
7933
7934 else
7935
7936                           LINE=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
7937                           if test "x$LINE" != x ; then
7938                             eval "DEFAULT_$LINE"
7939                           else
7940                             no_cache=1
7941                           fi
7942
7943                           ac_cv_use_slider='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
7944
7945 fi;
7946
7947           eval "$ac_cv_use_slider"
7948           if test "$no_cache" != 1; then
7949             echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
7950           fi
7951
7952           if test "$wxUSE_SLIDER" = yes; then
7953             echo "$as_me:$LINENO: result: yes" >&5
7954 echo "${ECHO_T}yes" >&6
7955           else
7956             echo "$as_me:$LINENO: result: no" >&5
7957 echo "${ECHO_T}no" >&6
7958           fi
7959
7960
7961           enablestring=
7962           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinbtn" >&5
7963 echo $ECHO_N "checking for --${enablestring:-enable}-spinbtn... $ECHO_C" >&6
7964           no_cache=0
7965           # Check whether --enable-spinbtn or --disable-spinbtn was given.
7966 if test "${enable_spinbtn+set}" = set; then
7967   enableval="$enable_spinbtn"
7968
7969                           if test "$enableval" = yes; then
7970                             ac_cv_use_spinbtn='wxUSE_SPINBTN=yes'
7971                           else
7972                             ac_cv_use_spinbtn='wxUSE_SPINBTN=no'
7973                           fi
7974
7975 else
7976
7977                           LINE=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
7978                           if test "x$LINE" != x ; then
7979                             eval "DEFAULT_$LINE"
7980                           else
7981                             no_cache=1
7982                           fi
7983
7984                           ac_cv_use_spinbtn='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
7985
7986 fi;
7987
7988           eval "$ac_cv_use_spinbtn"
7989           if test "$no_cache" != 1; then
7990             echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
7991           fi
7992
7993           if test "$wxUSE_SPINBTN" = yes; then
7994             echo "$as_me:$LINENO: result: yes" >&5
7995 echo "${ECHO_T}yes" >&6
7996           else
7997             echo "$as_me:$LINENO: result: no" >&5
7998 echo "${ECHO_T}no" >&6
7999           fi
8000
8001
8002           enablestring=
8003           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinctrl" >&5
8004 echo $ECHO_N "checking for --${enablestring:-enable}-spinctrl... $ECHO_C" >&6
8005           no_cache=0
8006           # Check whether --enable-spinctrl or --disable-spinctrl was given.
8007 if test "${enable_spinctrl+set}" = set; then
8008   enableval="$enable_spinctrl"
8009
8010                           if test "$enableval" = yes; then
8011                             ac_cv_use_spinctrl='wxUSE_SPINCTRL=yes'
8012                           else
8013                             ac_cv_use_spinctrl='wxUSE_SPINCTRL=no'
8014                           fi
8015
8016 else
8017
8018                           LINE=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
8019                           if test "x$LINE" != x ; then
8020                             eval "DEFAULT_$LINE"
8021                           else
8022                             no_cache=1
8023                           fi
8024
8025                           ac_cv_use_spinctrl='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
8026
8027 fi;
8028
8029           eval "$ac_cv_use_spinctrl"
8030           if test "$no_cache" != 1; then
8031             echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
8032           fi
8033
8034           if test "$wxUSE_SPINCTRL" = yes; then
8035             echo "$as_me:$LINENO: result: yes" >&5
8036 echo "${ECHO_T}yes" >&6
8037           else
8038             echo "$as_me:$LINENO: result: no" >&5
8039 echo "${ECHO_T}no" >&6
8040           fi
8041
8042
8043           enablestring=
8044           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splitter" >&5
8045 echo $ECHO_N "checking for --${enablestring:-enable}-splitter... $ECHO_C" >&6
8046           no_cache=0
8047           # Check whether --enable-splitter or --disable-splitter was given.
8048 if test "${enable_splitter+set}" = set; then
8049   enableval="$enable_splitter"
8050
8051                           if test "$enableval" = yes; then
8052                             ac_cv_use_splitter='wxUSE_SPLITTER=yes'
8053                           else
8054                             ac_cv_use_splitter='wxUSE_SPLITTER=no'
8055                           fi
8056
8057 else
8058
8059                           LINE=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
8060                           if test "x$LINE" != x ; then
8061                             eval "DEFAULT_$LINE"
8062                           else
8063                             no_cache=1
8064                           fi
8065
8066                           ac_cv_use_splitter='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
8067
8068 fi;
8069
8070           eval "$ac_cv_use_splitter"
8071           if test "$no_cache" != 1; then
8072             echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
8073           fi
8074
8075           if test "$wxUSE_SPLITTER" = yes; then
8076             echo "$as_me:$LINENO: result: yes" >&5
8077 echo "${ECHO_T}yes" >&6
8078           else
8079             echo "$as_me:$LINENO: result: no" >&5
8080 echo "${ECHO_T}no" >&6
8081           fi
8082
8083
8084           enablestring=
8085           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbmp" >&5
8086 echo $ECHO_N "checking for --${enablestring:-enable}-statbmp... $ECHO_C" >&6
8087           no_cache=0
8088           # Check whether --enable-statbmp or --disable-statbmp was given.
8089 if test "${enable_statbmp+set}" = set; then
8090   enableval="$enable_statbmp"
8091
8092                           if test "$enableval" = yes; then
8093                             ac_cv_use_statbmp='wxUSE_STATBMP=yes'
8094                           else
8095                             ac_cv_use_statbmp='wxUSE_STATBMP=no'
8096                           fi
8097
8098 else
8099
8100                           LINE=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
8101                           if test "x$LINE" != x ; then
8102                             eval "DEFAULT_$LINE"
8103                           else
8104                             no_cache=1
8105                           fi
8106
8107                           ac_cv_use_statbmp='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
8108
8109 fi;
8110
8111           eval "$ac_cv_use_statbmp"
8112           if test "$no_cache" != 1; then
8113             echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
8114           fi
8115
8116           if test "$wxUSE_STATBMP" = yes; then
8117             echo "$as_me:$LINENO: result: yes" >&5
8118 echo "${ECHO_T}yes" >&6
8119           else
8120             echo "$as_me:$LINENO: result: no" >&5
8121 echo "${ECHO_T}no" >&6
8122           fi
8123
8124
8125           enablestring=
8126           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbox" >&5
8127 echo $ECHO_N "checking for --${enablestring:-enable}-statbox... $ECHO_C" >&6
8128           no_cache=0
8129           # Check whether --enable-statbox or --disable-statbox was given.
8130 if test "${enable_statbox+set}" = set; then
8131   enableval="$enable_statbox"
8132
8133                           if test "$enableval" = yes; then
8134                             ac_cv_use_statbox='wxUSE_STATBOX=yes'
8135                           else
8136                             ac_cv_use_statbox='wxUSE_STATBOX=no'
8137                           fi
8138
8139 else
8140
8141                           LINE=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
8142                           if test "x$LINE" != x ; then
8143                             eval "DEFAULT_$LINE"
8144                           else
8145                             no_cache=1
8146                           fi
8147
8148                           ac_cv_use_statbox='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
8149
8150 fi;
8151
8152           eval "$ac_cv_use_statbox"
8153           if test "$no_cache" != 1; then
8154             echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
8155           fi
8156
8157           if test "$wxUSE_STATBOX" = yes; then
8158             echo "$as_me:$LINENO: result: yes" >&5
8159 echo "${ECHO_T}yes" >&6
8160           else
8161             echo "$as_me:$LINENO: result: no" >&5
8162 echo "${ECHO_T}no" >&6
8163           fi
8164
8165
8166           enablestring=
8167           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statline" >&5
8168 echo $ECHO_N "checking for --${enablestring:-enable}-statline... $ECHO_C" >&6
8169           no_cache=0
8170           # Check whether --enable-statline or --disable-statline was given.
8171 if test "${enable_statline+set}" = set; then
8172   enableval="$enable_statline"
8173
8174                           if test "$enableval" = yes; then
8175                             ac_cv_use_statline='wxUSE_STATLINE=yes'
8176                           else
8177                             ac_cv_use_statline='wxUSE_STATLINE=no'
8178                           fi
8179
8180 else
8181
8182                           LINE=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
8183                           if test "x$LINE" != x ; then
8184                             eval "DEFAULT_$LINE"
8185                           else
8186                             no_cache=1
8187                           fi
8188
8189                           ac_cv_use_statline='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
8190
8191 fi;
8192
8193           eval "$ac_cv_use_statline"
8194           if test "$no_cache" != 1; then
8195             echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
8196           fi
8197
8198           if test "$wxUSE_STATLINE" = yes; then
8199             echo "$as_me:$LINENO: result: yes" >&5
8200 echo "${ECHO_T}yes" >&6
8201           else
8202             echo "$as_me:$LINENO: result: no" >&5
8203 echo "${ECHO_T}no" >&6
8204           fi
8205
8206
8207           enablestring=
8208           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stattext" >&5
8209 echo $ECHO_N "checking for --${enablestring:-enable}-stattext... $ECHO_C" >&6
8210           no_cache=0
8211           # Check whether --enable-stattext or --disable-stattext was given.
8212 if test "${enable_stattext+set}" = set; then
8213   enableval="$enable_stattext"
8214
8215                           if test "$enableval" = yes; then
8216                             ac_cv_use_stattext='wxUSE_STATTEXT=yes'
8217                           else
8218                             ac_cv_use_stattext='wxUSE_STATTEXT=no'
8219                           fi
8220
8221 else
8222
8223                           LINE=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}`
8224                           if test "x$LINE" != x ; then
8225                             eval "DEFAULT_$LINE"
8226                           else
8227                             no_cache=1
8228                           fi
8229
8230                           ac_cv_use_stattext='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT
8231
8232 fi;
8233
8234           eval "$ac_cv_use_stattext"
8235           if test "$no_cache" != 1; then
8236             echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
8237           fi
8238
8239           if test "$wxUSE_STATTEXT" = yes; then
8240             echo "$as_me:$LINENO: result: yes" >&5
8241 echo "${ECHO_T}yes" >&6
8242           else
8243             echo "$as_me:$LINENO: result: no" >&5
8244 echo "${ECHO_T}no" >&6
8245           fi
8246
8247
8248           enablestring=
8249           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statusbar" >&5
8250 echo $ECHO_N "checking for --${enablestring:-enable}-statusbar... $ECHO_C" >&6
8251           no_cache=0
8252           # Check whether --enable-statusbar or --disable-statusbar was given.
8253 if test "${enable_statusbar+set}" = set; then
8254   enableval="$enable_statusbar"
8255
8256                           if test "$enableval" = yes; then
8257                             ac_cv_use_statusbar='wxUSE_STATUSBAR=yes'
8258                           else
8259                             ac_cv_use_statusbar='wxUSE_STATUSBAR=no'
8260                           fi
8261
8262 else
8263
8264                           LINE=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
8265                           if test "x$LINE" != x ; then
8266                             eval "DEFAULT_$LINE"
8267                           else
8268                             no_cache=1
8269                           fi
8270
8271                           ac_cv_use_statusbar='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
8272
8273 fi;
8274
8275           eval "$ac_cv_use_statusbar"
8276           if test "$no_cache" != 1; then
8277             echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
8278           fi
8279
8280           if test "$wxUSE_STATUSBAR" = yes; then
8281             echo "$as_me:$LINENO: result: yes" >&5
8282 echo "${ECHO_T}yes" >&6
8283           else
8284             echo "$as_me:$LINENO: result: no" >&5
8285 echo "${ECHO_T}no" >&6
8286           fi
8287
8288
8289           enablestring=
8290           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tabdialog" >&5
8291 echo $ECHO_N "checking for --${enablestring:-enable}-tabdialog... $ECHO_C" >&6
8292           no_cache=0
8293           # Check whether --enable-tabdialog or --disable-tabdialog was given.
8294 if test "${enable_tabdialog+set}" = set; then
8295   enableval="$enable_tabdialog"
8296
8297                           if test "$enableval" = yes; then
8298                             ac_cv_use_tabdialog='wxUSE_TABDIALOG=yes'
8299                           else
8300                             ac_cv_use_tabdialog='wxUSE_TABDIALOG=no'
8301                           fi
8302
8303 else
8304
8305                           LINE=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
8306                           if test "x$LINE" != x ; then
8307                             eval "DEFAULT_$LINE"
8308                           else
8309                             no_cache=1
8310                           fi
8311
8312                           ac_cv_use_tabdialog='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
8313
8314 fi;
8315
8316           eval "$ac_cv_use_tabdialog"
8317           if test "$no_cache" != 1; then
8318             echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
8319           fi
8320
8321           if test "$wxUSE_TABDIALOG" = yes; then
8322             echo "$as_me:$LINENO: result: yes" >&5
8323 echo "${ECHO_T}yes" >&6
8324           else
8325             echo "$as_me:$LINENO: result: no" >&5
8326 echo "${ECHO_T}no" >&6
8327           fi
8328
8329
8330           enablestring=
8331           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textctrl" >&5
8332 echo $ECHO_N "checking for --${enablestring:-enable}-textctrl... $ECHO_C" >&6
8333           no_cache=0
8334           # Check whether --enable-textctrl or --disable-textctrl was given.
8335 if test "${enable_textctrl+set}" = set; then
8336   enableval="$enable_textctrl"
8337
8338                           if test "$enableval" = yes; then
8339                             ac_cv_use_textctrl='wxUSE_TEXTCTRL=yes'
8340                           else
8341                             ac_cv_use_textctrl='wxUSE_TEXTCTRL=no'
8342                           fi
8343
8344 else
8345
8346                           LINE=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
8347                           if test "x$LINE" != x ; then
8348                             eval "DEFAULT_$LINE"
8349                           else
8350                             no_cache=1
8351                           fi
8352
8353                           ac_cv_use_textctrl='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL
8354
8355 fi;
8356
8357           eval "$ac_cv_use_textctrl"
8358           if test "$no_cache" != 1; then
8359             echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
8360           fi
8361
8362           if test "$wxUSE_TEXTCTRL" = yes; then
8363             echo "$as_me:$LINENO: result: yes" >&5
8364 echo "${ECHO_T}yes" >&6
8365           else
8366             echo "$as_me:$LINENO: result: no" >&5
8367 echo "${ECHO_T}no" >&6
8368           fi
8369
8370
8371           enablestring=
8372           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-togglebtn" >&5
8373 echo $ECHO_N "checking for --${enablestring:-enable}-togglebtn... $ECHO_C" >&6
8374           no_cache=0
8375           # Check whether --enable-togglebtn or --disable-togglebtn was given.
8376 if test "${enable_togglebtn+set}" = set; then
8377   enableval="$enable_togglebtn"
8378
8379                           if test "$enableval" = yes; then
8380                             ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes'
8381                           else
8382                             ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=no'
8383                           fi
8384
8385 else
8386
8387                           LINE=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
8388                           if test "x$LINE" != x ; then
8389                             eval "DEFAULT_$LINE"
8390                           else
8391                             no_cache=1
8392                           fi
8393
8394                           ac_cv_use_togglebtn='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
8395
8396 fi;
8397
8398           eval "$ac_cv_use_togglebtn"
8399           if test "$no_cache" != 1; then
8400             echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
8401           fi
8402
8403           if test "$wxUSE_TOGGLEBTN" = yes; then
8404             echo "$as_me:$LINENO: result: yes" >&5
8405 echo "${ECHO_T}yes" >&6
8406           else
8407             echo "$as_me:$LINENO: result: no" >&5
8408 echo "${ECHO_T}no" >&6
8409           fi
8410
8411
8412           enablestring=
8413           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbar" >&5
8414 echo $ECHO_N "checking for --${enablestring:-enable}-toolbar... $ECHO_C" >&6
8415           no_cache=0
8416           # Check whether --enable-toolbar or --disable-toolbar was given.
8417 if test "${enable_toolbar+set}" = set; then
8418   enableval="$enable_toolbar"
8419
8420                           if test "$enableval" = yes; then
8421                             ac_cv_use_toolbar='wxUSE_TOOLBAR=yes'
8422                           else
8423                             ac_cv_use_toolbar='wxUSE_TOOLBAR=no'
8424                           fi
8425
8426 else
8427
8428                           LINE=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
8429                           if test "x$LINE" != x ; then
8430                             eval "DEFAULT_$LINE"
8431                           else
8432                             no_cache=1
8433                           fi
8434
8435                           ac_cv_use_toolbar='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
8436
8437 fi;
8438
8439           eval "$ac_cv_use_toolbar"
8440           if test "$no_cache" != 1; then
8441             echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
8442           fi
8443
8444           if test "$wxUSE_TOOLBAR" = yes; then
8445             echo "$as_me:$LINENO: result: yes" >&5
8446 echo "${ECHO_T}yes" >&6
8447           else
8448             echo "$as_me:$LINENO: result: no" >&5
8449 echo "${ECHO_T}no" >&6
8450           fi
8451
8452
8453           enablestring=
8454           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarnative" >&5
8455 echo $ECHO_N "checking for --${enablestring:-enable}-tbarnative... $ECHO_C" >&6
8456           no_cache=0
8457           # Check whether --enable-tbarnative or --disable-tbarnative was given.
8458 if test "${enable_tbarnative+set}" = set; then
8459   enableval="$enable_tbarnative"
8460
8461                           if test "$enableval" = yes; then
8462                             ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes'
8463                           else
8464                             ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no'
8465                           fi
8466
8467 else
8468
8469                           LINE=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
8470                           if test "x$LINE" != x ; then
8471                             eval "DEFAULT_$LINE"
8472                           else
8473                             no_cache=1
8474                           fi
8475
8476                           ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
8477
8478 fi;
8479
8480           eval "$ac_cv_use_tbarnative"
8481           if test "$no_cache" != 1; then
8482             echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
8483           fi
8484
8485           if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
8486             echo "$as_me:$LINENO: result: yes" >&5
8487 echo "${ECHO_T}yes" >&6
8488           else
8489             echo "$as_me:$LINENO: result: no" >&5
8490 echo "${ECHO_T}no" >&6
8491           fi
8492
8493
8494           enablestring=
8495           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarsmpl" >&5
8496 echo $ECHO_N "checking for --${enablestring:-enable}-tbarsmpl... $ECHO_C" >&6
8497           no_cache=0
8498           # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
8499 if test "${enable_tbarsmpl+set}" = set; then
8500   enableval="$enable_tbarsmpl"
8501
8502                           if test "$enableval" = yes; then
8503                             ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=yes'
8504                           else
8505                             ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=no'
8506                           fi
8507
8508 else
8509
8510                           LINE=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
8511                           if test "x$LINE" != x ; then
8512                             eval "DEFAULT_$LINE"
8513                           else
8514                             no_cache=1
8515                           fi
8516
8517                           ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
8518
8519 fi;
8520
8521           eval "$ac_cv_use_tbarsmpl"
8522           if test "$no_cache" != 1; then
8523             echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
8524           fi
8525
8526           if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
8527             echo "$as_me:$LINENO: result: yes" >&5
8528 echo "${ECHO_T}yes" >&6
8529           else
8530             echo "$as_me:$LINENO: result: no" >&5
8531 echo "${ECHO_T}no" >&6
8532           fi
8533
8534
8535           enablestring=
8536           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treectrl" >&5
8537 echo $ECHO_N "checking for --${enablestring:-enable}-treectrl... $ECHO_C" >&6
8538           no_cache=0
8539           # Check whether --enable-treectrl or --disable-treectrl was given.
8540 if test "${enable_treectrl+set}" = set; then
8541   enableval="$enable_treectrl"
8542
8543                           if test "$enableval" = yes; then
8544                             ac_cv_use_treectrl='wxUSE_TREECTRL=yes'
8545                           else
8546                             ac_cv_use_treectrl='wxUSE_TREECTRL=no'
8547                           fi
8548
8549 else
8550
8551                           LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
8552                           if test "x$LINE" != x ; then
8553                             eval "DEFAULT_$LINE"
8554                           else
8555                             no_cache=1
8556                           fi
8557
8558                           ac_cv_use_treectrl='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
8559
8560 fi;
8561
8562           eval "$ac_cv_use_treectrl"
8563           if test "$no_cache" != 1; then
8564             echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
8565           fi
8566
8567           if test "$wxUSE_TREECTRL" = yes; then
8568             echo "$as_me:$LINENO: result: yes" >&5
8569 echo "${ECHO_T}yes" >&6
8570           else
8571             echo "$as_me:$LINENO: result: no" >&5
8572 echo "${ECHO_T}no" >&6
8573           fi
8574
8575
8576           enablestring=
8577           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipwindow" >&5
8578 echo $ECHO_N "checking for --${enablestring:-enable}-tipwindow... $ECHO_C" >&6
8579           no_cache=0
8580           # Check whether --enable-tipwindow or --disable-tipwindow was given.
8581 if test "${enable_tipwindow+set}" = set; then
8582   enableval="$enable_tipwindow"
8583
8584                           if test "$enableval" = yes; then
8585                             ac_cv_use_tipwindow='wxUSE_TIPWINDOW=yes'
8586                           else
8587                             ac_cv_use_tipwindow='wxUSE_TIPWINDOW=no'
8588                           fi
8589
8590 else
8591
8592                           LINE=`grep "wxUSE_TIPWINDOW" ${wx_arg_cache_file}`
8593                           if test "x$LINE" != x ; then
8594                             eval "DEFAULT_$LINE"
8595                           else
8596                             no_cache=1
8597                           fi
8598
8599                           ac_cv_use_tipwindow='wxUSE_TIPWINDOW='$DEFAULT_wxUSE_TIPWINDOW
8600
8601 fi;
8602
8603           eval "$ac_cv_use_tipwindow"
8604           if test "$no_cache" != 1; then
8605             echo $ac_cv_use_tipwindow >> ${wx_arg_cache_file}.tmp
8606           fi
8607
8608           if test "$wxUSE_TIPWINDOW" = yes; then
8609             echo "$as_me:$LINENO: result: yes" >&5
8610 echo "${ECHO_T}yes" >&6
8611           else
8612             echo "$as_me:$LINENO: result: no" >&5
8613 echo "${ECHO_T}no" >&6
8614           fi
8615
8616
8617           enablestring=
8618           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-popupwin" >&5
8619 echo $ECHO_N "checking for --${enablestring:-enable}-popupwin... $ECHO_C" >&6
8620           no_cache=0
8621           # Check whether --enable-popupwin or --disable-popupwin was given.
8622 if test "${enable_popupwin+set}" = set; then
8623   enableval="$enable_popupwin"
8624
8625                           if test "$enableval" = yes; then
8626                             ac_cv_use_popupwin='wxUSE_POPUPWIN=yes'
8627                           else
8628                             ac_cv_use_popupwin='wxUSE_POPUPWIN=no'
8629                           fi
8630
8631 else
8632
8633                           LINE=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
8634                           if test "x$LINE" != x ; then
8635                             eval "DEFAULT_$LINE"
8636                           else
8637                             no_cache=1
8638                           fi
8639
8640                           ac_cv_use_popupwin='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN
8641
8642 fi;
8643
8644           eval "$ac_cv_use_popupwin"
8645           if test "$no_cache" != 1; then
8646             echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
8647           fi
8648
8649           if test "$wxUSE_POPUPWIN" = yes; then
8650             echo "$as_me:$LINENO: result: yes" >&5
8651 echo "${ECHO_T}yes" >&6
8652           else
8653             echo "$as_me:$LINENO: result: no" >&5
8654 echo "${ECHO_T}no" >&6
8655           fi
8656
8657
8658
8659
8660           enablestring=
8661           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-commondlg" >&5
8662 echo $ECHO_N "checking for --${enablestring:-enable}-commondlg... $ECHO_C" >&6
8663           no_cache=0
8664           # Check whether --enable-commondlg or --disable-commondlg was given.
8665 if test "${enable_commondlg+set}" = set; then
8666   enableval="$enable_commondlg"
8667
8668                           if test "$enableval" = yes; then
8669                             ac_cv_use_commondlg='wxUSE_COMMONDLGS=yes'
8670                           else
8671                             ac_cv_use_commondlg='wxUSE_COMMONDLGS=no'
8672                           fi
8673
8674 else
8675
8676                           LINE=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
8677                           if test "x$LINE" != x ; then
8678                             eval "DEFAULT_$LINE"
8679                           else
8680                             no_cache=1
8681                           fi
8682
8683                           ac_cv_use_commondlg='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
8684
8685 fi;
8686
8687           eval "$ac_cv_use_commondlg"
8688           if test "$no_cache" != 1; then
8689             echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
8690           fi
8691
8692           if test "$wxUSE_COMMONDLGS" = yes; then
8693             echo "$as_me:$LINENO: result: yes" >&5
8694 echo "${ECHO_T}yes" >&6
8695           else
8696             echo "$as_me:$LINENO: result: no" >&5
8697 echo "${ECHO_T}no" >&6
8698           fi
8699
8700
8701           enablestring=
8702           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicedlg" >&5
8703 echo $ECHO_N "checking for --${enablestring:-enable}-choicedlg... $ECHO_C" >&6
8704           no_cache=0
8705           # Check whether --enable-choicedlg or --disable-choicedlg was given.
8706 if test "${enable_choicedlg+set}" = set; then
8707   enableval="$enable_choicedlg"
8708
8709                           if test "$enableval" = yes; then
8710                             ac_cv_use_choicedlg='wxUSE_CHOICEDLG=yes'
8711                           else
8712                             ac_cv_use_choicedlg='wxUSE_CHOICEDLG=no'
8713                           fi
8714
8715 else
8716
8717                           LINE=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}`
8718                           if test "x$LINE" != x ; then
8719                             eval "DEFAULT_$LINE"
8720                           else
8721                             no_cache=1
8722                           fi
8723
8724                           ac_cv_use_choicedlg='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG
8725
8726 fi;
8727
8728           eval "$ac_cv_use_choicedlg"
8729           if test "$no_cache" != 1; then
8730             echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
8731           fi
8732
8733           if test "$wxUSE_CHOICEDLG" = yes; then
8734             echo "$as_me:$LINENO: result: yes" >&5
8735 echo "${ECHO_T}yes" >&6
8736           else
8737             echo "$as_me:$LINENO: result: no" >&5
8738 echo "${ECHO_T}no" >&6
8739           fi
8740
8741
8742           enablestring=
8743           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-coldlg" >&5
8744 echo $ECHO_N "checking for --${enablestring:-enable}-coldlg... $ECHO_C" >&6
8745           no_cache=0
8746           # Check whether --enable-coldlg or --disable-coldlg was given.
8747 if test "${enable_coldlg+set}" = set; then
8748   enableval="$enable_coldlg"
8749
8750                           if test "$enableval" = yes; then
8751                             ac_cv_use_coldlg='wxUSE_COLOURDLG=yes'
8752                           else
8753                             ac_cv_use_coldlg='wxUSE_COLOURDLG=no'
8754                           fi
8755
8756 else
8757
8758                           LINE=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}`
8759                           if test "x$LINE" != x ; then
8760                             eval "DEFAULT_$LINE"
8761                           else
8762                             no_cache=1
8763                           fi
8764
8765                           ac_cv_use_coldlg='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG
8766
8767 fi;
8768
8769           eval "$ac_cv_use_coldlg"
8770           if test "$no_cache" != 1; then
8771             echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
8772           fi
8773
8774           if test "$wxUSE_COLOURDLG" = yes; then
8775             echo "$as_me:$LINENO: result: yes" >&5
8776 echo "${ECHO_T}yes" >&6
8777           else
8778             echo "$as_me:$LINENO: result: no" >&5
8779 echo "${ECHO_T}no" >&6
8780           fi
8781
8782
8783           enablestring=
8784           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filedlg" >&5
8785 echo $ECHO_N "checking for --${enablestring:-enable}-filedlg... $ECHO_C" >&6
8786           no_cache=0
8787           # Check whether --enable-filedlg or --disable-filedlg was given.
8788 if test "${enable_filedlg+set}" = set; then
8789   enableval="$enable_filedlg"
8790
8791                           if test "$enableval" = yes; then
8792                             ac_cv_use_filedlg='wxUSE_FILEDLG=yes'
8793                           else
8794                             ac_cv_use_filedlg='wxUSE_FILEDLG=no'
8795                           fi
8796
8797 else
8798
8799                           LINE=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}`
8800                           if test "x$LINE" != x ; then
8801                             eval "DEFAULT_$LINE"
8802                           else
8803                             no_cache=1
8804                           fi
8805
8806                           ac_cv_use_filedlg='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG
8807
8808 fi;
8809
8810           eval "$ac_cv_use_filedlg"
8811           if test "$no_cache" != 1; then
8812             echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
8813           fi
8814
8815           if test "$wxUSE_FILEDLG" = yes; then
8816             echo "$as_me:$LINENO: result: yes" >&5
8817 echo "${ECHO_T}yes" >&6
8818           else
8819             echo "$as_me:$LINENO: result: no" >&5
8820 echo "${ECHO_T}no" >&6
8821           fi
8822
8823
8824           enablestring=
8825           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-finddlg" >&5
8826 echo $ECHO_N "checking for --${enablestring:-enable}-finddlg... $ECHO_C" >&6
8827           no_cache=0
8828           # Check whether --enable-finddlg or --disable-finddlg was given.
8829 if test "${enable_finddlg+set}" = set; then
8830   enableval="$enable_finddlg"
8831
8832                           if test "$enableval" = yes; then
8833                             ac_cv_use_finddlg='wxUSE_FINDREPLDLG=yes'
8834                           else
8835                             ac_cv_use_finddlg='wxUSE_FINDREPLDLG=no'
8836                           fi
8837
8838 else
8839
8840                           LINE=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}`
8841                           if test "x$LINE" != x ; then
8842                             eval "DEFAULT_$LINE"
8843                           else
8844                             no_cache=1
8845                           fi
8846
8847                           ac_cv_use_finddlg='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG
8848
8849 fi;
8850
8851           eval "$ac_cv_use_finddlg"
8852           if test "$no_cache" != 1; then
8853             echo $ac_cv_use_finddlg >> ${wx_arg_cache_file}.tmp
8854           fi
8855
8856           if test "$wxUSE_FINDREPLDLG" = yes; then
8857             echo "$as_me:$LINENO: result: yes" >&5
8858 echo "${ECHO_T}yes" >&6
8859           else
8860             echo "$as_me:$LINENO: result: no" >&5
8861 echo "${ECHO_T}no" >&6
8862           fi
8863
8864
8865           enablestring=
8866           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontdlg" >&5
8867 echo $ECHO_N "checking for --${enablestring:-enable}-fontdlg... $ECHO_C" >&6
8868           no_cache=0
8869           # Check whether --enable-fontdlg or --disable-fontdlg was given.
8870 if test "${enable_fontdlg+set}" = set; then
8871   enableval="$enable_fontdlg"
8872
8873                           if test "$enableval" = yes; then
8874                             ac_cv_use_fontdlg='wxUSE_FONTDLG=yes'
8875                           else
8876                             ac_cv_use_fontdlg='wxUSE_FONTDLG=no'
8877                           fi
8878
8879 else
8880
8881                           LINE=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}`
8882                           if test "x$LINE" != x ; then
8883                             eval "DEFAULT_$LINE"
8884                           else
8885                             no_cache=1
8886                           fi
8887
8888                           ac_cv_use_fontdlg='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG
8889
8890 fi;
8891
8892           eval "$ac_cv_use_fontdlg"
8893           if test "$no_cache" != 1; then
8894             echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
8895           fi
8896
8897           if test "$wxUSE_FONTDLG" = yes; then
8898             echo "$as_me:$LINENO: result: yes" >&5
8899 echo "${ECHO_T}yes" >&6
8900           else
8901             echo "$as_me:$LINENO: result: no" >&5
8902 echo "${ECHO_T}no" >&6
8903           fi
8904
8905
8906           enablestring=
8907           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirdlg" >&5
8908 echo $ECHO_N "checking for --${enablestring:-enable}-dirdlg... $ECHO_C" >&6
8909           no_cache=0
8910           # Check whether --enable-dirdlg or --disable-dirdlg was given.
8911 if test "${enable_dirdlg+set}" = set; then
8912   enableval="$enable_dirdlg"
8913
8914                           if test "$enableval" = yes; then
8915                             ac_cv_use_dirdlg='wxUSE_DIRDLG=yes'
8916                           else
8917                             ac_cv_use_dirdlg='wxUSE_DIRDLG=no'
8918                           fi
8919
8920 else
8921
8922                           LINE=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
8923                           if test "x$LINE" != x ; then
8924                             eval "DEFAULT_$LINE"
8925                           else
8926                             no_cache=1
8927                           fi
8928
8929                           ac_cv_use_dirdlg='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
8930
8931 fi;
8932
8933           eval "$ac_cv_use_dirdlg"
8934           if test "$no_cache" != 1; then
8935             echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
8936           fi
8937
8938           if test "$wxUSE_DIRDLG" = yes; then
8939             echo "$as_me:$LINENO: result: yes" >&5
8940 echo "${ECHO_T}yes" >&6
8941           else
8942             echo "$as_me:$LINENO: result: no" >&5
8943 echo "${ECHO_T}no" >&6
8944           fi
8945
8946
8947           enablestring=
8948           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-msgdlg" >&5
8949 echo $ECHO_N "checking for --${enablestring:-enable}-msgdlg... $ECHO_C" >&6
8950           no_cache=0
8951           # Check whether --enable-msgdlg or --disable-msgdlg was given.
8952 if test "${enable_msgdlg+set}" = set; then
8953   enableval="$enable_msgdlg"
8954
8955                           if test "$enableval" = yes; then
8956                             ac_cv_use_msgdlg='wxUSE_MSGDLG=yes'
8957                           else
8958                             ac_cv_use_msgdlg='wxUSE_MSGDLG=no'
8959                           fi
8960
8961 else
8962
8963                           LINE=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}`
8964                           if test "x$LINE" != x ; then
8965                             eval "DEFAULT_$LINE"
8966                           else
8967                             no_cache=1
8968                           fi
8969
8970                           ac_cv_use_msgdlg='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG
8971
8972 fi;
8973
8974           eval "$ac_cv_use_msgdlg"
8975           if test "$no_cache" != 1; then
8976             echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
8977           fi
8978
8979           if test "$wxUSE_MSGDLG" = yes; then
8980             echo "$as_me:$LINENO: result: yes" >&5
8981 echo "${ECHO_T}yes" >&6
8982           else
8983             echo "$as_me:$LINENO: result: no" >&5
8984 echo "${ECHO_T}no" >&6
8985           fi
8986
8987
8988           enablestring=
8989           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-numberdlg" >&5
8990 echo $ECHO_N "checking for --${enablestring:-enable}-numberdlg... $ECHO_C" >&6
8991           no_cache=0
8992           # Check whether --enable-numberdlg or --disable-numberdlg was given.
8993 if test "${enable_numberdlg+set}" = set; then
8994   enableval="$enable_numberdlg"
8995
8996                           if test "$enableval" = yes; then
8997                             ac_cv_use_numberdlg='wxUSE_NUMBERDLG=yes'
8998                           else
8999                             ac_cv_use_numberdlg='wxUSE_NUMBERDLG=no'
9000                           fi
9001
9002 else
9003
9004                           LINE=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
9005                           if test "x$LINE" != x ; then
9006                             eval "DEFAULT_$LINE"
9007                           else
9008                             no_cache=1
9009                           fi
9010
9011                           ac_cv_use_numberdlg='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG
9012
9013 fi;
9014
9015           eval "$ac_cv_use_numberdlg"
9016           if test "$no_cache" != 1; then
9017             echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
9018           fi
9019
9020           if test "$wxUSE_NUMBERDLG" = yes; then
9021             echo "$as_me:$LINENO: result: yes" >&5
9022 echo "${ECHO_T}yes" >&6
9023           else
9024             echo "$as_me:$LINENO: result: no" >&5
9025 echo "${ECHO_T}no" >&6
9026           fi
9027
9028
9029           enablestring=
9030           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splash" >&5
9031 echo $ECHO_N "checking for --${enablestring:-enable}-splash... $ECHO_C" >&6
9032           no_cache=0
9033           # Check whether --enable-splash or --disable-splash was given.
9034 if test "${enable_splash+set}" = set; then
9035   enableval="$enable_splash"
9036
9037                           if test "$enableval" = yes; then
9038                             ac_cv_use_splash='wxUSE_SPLASH=yes'
9039                           else
9040                             ac_cv_use_splash='wxUSE_SPLASH=no'
9041                           fi
9042
9043 else
9044
9045                           LINE=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}`
9046                           if test "x$LINE" != x ; then
9047                             eval "DEFAULT_$LINE"
9048                           else
9049                             no_cache=1
9050                           fi
9051
9052                           ac_cv_use_splash='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH
9053
9054 fi;
9055
9056           eval "$ac_cv_use_splash"
9057           if test "$no_cache" != 1; then
9058             echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
9059           fi
9060
9061           if test "$wxUSE_SPLASH" = yes; then
9062             echo "$as_me:$LINENO: result: yes" >&5
9063 echo "${ECHO_T}yes" >&6
9064           else
9065             echo "$as_me:$LINENO: result: no" >&5
9066 echo "${ECHO_T}no" >&6
9067           fi
9068
9069
9070           enablestring=
9071           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textdlg" >&5
9072 echo $ECHO_N "checking for --${enablestring:-enable}-textdlg... $ECHO_C" >&6
9073           no_cache=0
9074           # Check whether --enable-textdlg or --disable-textdlg was given.
9075 if test "${enable_textdlg+set}" = set; then
9076   enableval="$enable_textdlg"
9077
9078                           if test "$enableval" = yes; then
9079                             ac_cv_use_textdlg='wxUSE_TEXTDLG=yes'
9080                           else
9081                             ac_cv_use_textdlg='wxUSE_TEXTDLG=no'
9082                           fi
9083
9084 else
9085
9086                           LINE=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
9087                           if test "x$LINE" != x ; then
9088                             eval "DEFAULT_$LINE"
9089                           else
9090                             no_cache=1
9091                           fi
9092
9093                           ac_cv_use_textdlg='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
9094
9095 fi;
9096
9097           eval "$ac_cv_use_textdlg"
9098           if test "$no_cache" != 1; then
9099             echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
9100           fi
9101
9102           if test "$wxUSE_TEXTDLG" = yes; then
9103             echo "$as_me:$LINENO: result: yes" >&5
9104 echo "${ECHO_T}yes" >&6
9105           else
9106             echo "$as_me:$LINENO: result: no" >&5
9107 echo "${ECHO_T}no" >&6
9108           fi
9109
9110
9111           enablestring=
9112           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipdlg" >&5
9113 echo $ECHO_N "checking for --${enablestring:-enable}-tipdlg... $ECHO_C" >&6
9114           no_cache=0
9115           # Check whether --enable-tipdlg or --disable-tipdlg was given.
9116 if test "${enable_tipdlg+set}" = set; then
9117   enableval="$enable_tipdlg"
9118
9119                           if test "$enableval" = yes; then
9120                             ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes'
9121                           else
9122                             ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no'
9123                           fi
9124
9125 else
9126
9127                           LINE=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
9128                           if test "x$LINE" != x ; then
9129                             eval "DEFAULT_$LINE"
9130                           else
9131                             no_cache=1
9132                           fi
9133
9134                           ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
9135
9136 fi;
9137
9138           eval "$ac_cv_use_tipdlg"
9139           if test "$no_cache" != 1; then
9140             echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
9141           fi
9142
9143           if test "$wxUSE_STARTUP_TIPS" = yes; then
9144             echo "$as_me:$LINENO: result: yes" >&5
9145 echo "${ECHO_T}yes" >&6
9146           else
9147             echo "$as_me:$LINENO: result: no" >&5
9148 echo "${ECHO_T}no" >&6
9149           fi
9150
9151
9152           enablestring=
9153           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-progressdlg" >&5
9154 echo $ECHO_N "checking for --${enablestring:-enable}-progressdlg... $ECHO_C" >&6
9155           no_cache=0
9156           # Check whether --enable-progressdlg or --disable-progressdlg was given.
9157 if test "${enable_progressdlg+set}" = set; then
9158   enableval="$enable_progressdlg"
9159
9160                           if test "$enableval" = yes; then
9161                             ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes'
9162                           else
9163                             ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=no'
9164                           fi
9165
9166 else
9167
9168                           LINE=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
9169                           if test "x$LINE" != x ; then
9170                             eval "DEFAULT_$LINE"
9171                           else
9172                             no_cache=1
9173                           fi
9174
9175                           ac_cv_use_progressdlg='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
9176
9177 fi;
9178
9179           eval "$ac_cv_use_progressdlg"
9180           if test "$no_cache" != 1; then
9181             echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
9182           fi
9183
9184           if test "$wxUSE_PROGRESSDLG" = yes; then
9185             echo "$as_me:$LINENO: result: yes" >&5
9186 echo "${ECHO_T}yes" >&6
9187           else
9188             echo "$as_me:$LINENO: result: no" >&5
9189 echo "${ECHO_T}no" >&6
9190           fi
9191
9192
9193           enablestring=
9194           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wizarddlg" >&5
9195 echo $ECHO_N "checking for --${enablestring:-enable}-wizarddlg... $ECHO_C" >&6
9196           no_cache=0
9197           # Check whether --enable-wizarddlg or --disable-wizarddlg was given.
9198 if test "${enable_wizarddlg+set}" = set; then
9199   enableval="$enable_wizarddlg"
9200
9201                           if test "$enableval" = yes; then
9202                             ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes'
9203                           else
9204                             ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=no'
9205                           fi
9206
9207 else
9208
9209                           LINE=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}`
9210                           if test "x$LINE" != x ; then
9211                             eval "DEFAULT_$LINE"
9212                           else
9213                             no_cache=1
9214                           fi
9215
9216                           ac_cv_use_wizarddlg='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG
9217
9218 fi;
9219
9220           eval "$ac_cv_use_wizarddlg"
9221           if test "$no_cache" != 1; then
9222             echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
9223           fi
9224
9225           if test "$wxUSE_WIZARDDLG" = yes; then
9226             echo "$as_me:$LINENO: result: yes" >&5
9227 echo "${ECHO_T}yes" >&6
9228           else
9229             echo "$as_me:$LINENO: result: no" >&5
9230 echo "${ECHO_T}no" >&6
9231           fi
9232
9233
9234
9235
9236           enablestring=
9237           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-menus" >&5
9238 echo $ECHO_N "checking for --${enablestring:-enable}-menus... $ECHO_C" >&6
9239           no_cache=0
9240           # Check whether --enable-menus or --disable-menus was given.
9241 if test "${enable_menus+set}" = set; then
9242   enableval="$enable_menus"
9243
9244                           if test "$enableval" = yes; then
9245                             ac_cv_use_menus='wxUSE_MENUS=yes'
9246                           else
9247                             ac_cv_use_menus='wxUSE_MENUS=no'
9248                           fi
9249
9250 else
9251
9252                           LINE=`grep "wxUSE_MENUS" ${wx_arg_cache_file}`
9253                           if test "x$LINE" != x ; then
9254                             eval "DEFAULT_$LINE"
9255                           else
9256                             no_cache=1
9257                           fi
9258
9259                           ac_cv_use_menus='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS
9260
9261 fi;
9262
9263           eval "$ac_cv_use_menus"
9264           if test "$no_cache" != 1; then
9265             echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
9266           fi
9267
9268           if test "$wxUSE_MENUS" = yes; then
9269             echo "$as_me:$LINENO: result: yes" >&5
9270 echo "${ECHO_T}yes" >&6
9271           else
9272             echo "$as_me:$LINENO: result: no" >&5
9273 echo "${ECHO_T}no" >&6
9274           fi
9275
9276
9277           enablestring=
9278           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-miniframe" >&5
9279 echo $ECHO_N "checking for --${enablestring:-enable}-miniframe... $ECHO_C" >&6
9280           no_cache=0
9281           # Check whether --enable-miniframe or --disable-miniframe was given.
9282 if test "${enable_miniframe+set}" = set; then
9283   enableval="$enable_miniframe"
9284
9285                           if test "$enableval" = yes; then
9286                             ac_cv_use_miniframe='wxUSE_MINIFRAME=yes'
9287                           else
9288                             ac_cv_use_miniframe='wxUSE_MINIFRAME=no'
9289                           fi
9290
9291 else
9292
9293                           LINE=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
9294                           if test "x$LINE" != x ; then
9295                             eval "DEFAULT_$LINE"
9296                           else
9297                             no_cache=1
9298                           fi
9299
9300                           ac_cv_use_miniframe='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
9301
9302 fi;
9303
9304           eval "$ac_cv_use_miniframe"
9305           if test "$no_cache" != 1; then
9306             echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
9307           fi
9308
9309           if test "$wxUSE_MINIFRAME" = yes; then
9310             echo "$as_me:$LINENO: result: yes" >&5
9311 echo "${ECHO_T}yes" >&6
9312           else
9313             echo "$as_me:$LINENO: result: no" >&5
9314 echo "${ECHO_T}no" >&6
9315           fi
9316
9317
9318           enablestring=
9319           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tooltips" >&5
9320 echo $ECHO_N "checking for --${enablestring:-enable}-tooltips... $ECHO_C" >&6
9321           no_cache=0
9322           # Check whether --enable-tooltips or --disable-tooltips was given.
9323 if test "${enable_tooltips+set}" = set; then
9324   enableval="$enable_tooltips"
9325
9326                           if test "$enableval" = yes; then
9327                             ac_cv_use_tooltips='wxUSE_TOOLTIPS=yes'
9328                           else
9329                             ac_cv_use_tooltips='wxUSE_TOOLTIPS=no'
9330                           fi
9331
9332 else
9333
9334                           LINE=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
9335                           if test "x$LINE" != x ; then
9336                             eval "DEFAULT_$LINE"
9337                           else
9338                             no_cache=1
9339                           fi
9340
9341                           ac_cv_use_tooltips='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
9342
9343 fi;
9344
9345           eval "$ac_cv_use_tooltips"
9346           if test "$no_cache" != 1; then
9347             echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
9348           fi
9349
9350           if test "$wxUSE_TOOLTIPS" = yes; then
9351             echo "$as_me:$LINENO: result: yes" >&5
9352 echo "${ECHO_T}yes" >&6
9353           else
9354             echo "$as_me:$LINENO: result: no" >&5
9355 echo "${ECHO_T}no" >&6
9356           fi
9357
9358
9359           enablestring=
9360           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splines" >&5
9361 echo $ECHO_N "checking for --${enablestring:-enable}-splines... $ECHO_C" >&6
9362           no_cache=0
9363           # Check whether --enable-splines or --disable-splines was given.
9364 if test "${enable_splines+set}" = set; then
9365   enableval="$enable_splines"
9366
9367                           if test "$enableval" = yes; then
9368                             ac_cv_use_splines='wxUSE_SPLINES=yes'
9369                           else
9370                             ac_cv_use_splines='wxUSE_SPLINES=no'
9371                           fi
9372
9373 else
9374
9375                           LINE=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
9376                           if test "x$LINE" != x ; then
9377                             eval "DEFAULT_$LINE"
9378                           else
9379                             no_cache=1
9380                           fi
9381
9382                           ac_cv_use_splines='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
9383
9384 fi;
9385
9386           eval "$ac_cv_use_splines"
9387           if test "$no_cache" != 1; then
9388             echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
9389           fi
9390
9391           if test "$wxUSE_SPLINES" = yes; then
9392             echo "$as_me:$LINENO: result: yes" >&5
9393 echo "${ECHO_T}yes" >&6
9394           else
9395             echo "$as_me:$LINENO: result: no" >&5
9396 echo "${ECHO_T}no" >&6
9397           fi
9398
9399
9400           enablestring=
9401           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-validators" >&5
9402 echo $ECHO_N "checking for --${enablestring:-enable}-validators... $ECHO_C" >&6
9403           no_cache=0
9404           # Check whether --enable-validators or --disable-validators was given.
9405 if test "${enable_validators+set}" = set; then
9406   enableval="$enable_validators"
9407
9408                           if test "$enableval" = yes; then
9409                             ac_cv_use_validators='wxUSE_VALIDATORS=yes'
9410                           else
9411                             ac_cv_use_validators='wxUSE_VALIDATORS=no'
9412                           fi
9413
9414 else
9415
9416                           LINE=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
9417                           if test "x$LINE" != x ; then
9418                             eval "DEFAULT_$LINE"
9419                           else
9420                             no_cache=1
9421                           fi
9422
9423                           ac_cv_use_validators='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
9424
9425 fi;
9426
9427           eval "$ac_cv_use_validators"
9428           if test "$no_cache" != 1; then
9429             echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
9430           fi
9431
9432           if test "$wxUSE_VALIDATORS" = yes; then
9433             echo "$as_me:$LINENO: result: yes" >&5
9434 echo "${ECHO_T}yes" >&6
9435           else
9436             echo "$as_me:$LINENO: result: no" >&5
9437 echo "${ECHO_T}no" >&6
9438           fi
9439
9440
9441           enablestring=
9442           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-busyinfo" >&5
9443 echo $ECHO_N "checking for --${enablestring:-enable}-busyinfo... $ECHO_C" >&6
9444           no_cache=0
9445           # Check whether --enable-busyinfo or --disable-busyinfo was given.
9446 if test "${enable_busyinfo+set}" = set; then
9447   enableval="$enable_busyinfo"
9448
9449                           if test "$enableval" = yes; then
9450                             ac_cv_use_busyinfo='wxUSE_BUSYINFO=yes'
9451                           else
9452                             ac_cv_use_busyinfo='wxUSE_BUSYINFO=no'
9453                           fi
9454
9455 else
9456
9457                           LINE=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
9458                           if test "x$LINE" != x ; then
9459                             eval "DEFAULT_$LINE"
9460                           else
9461                             no_cache=1
9462                           fi
9463
9464                           ac_cv_use_busyinfo='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
9465
9466 fi;
9467
9468           eval "$ac_cv_use_busyinfo"
9469           if test "$no_cache" != 1; then
9470             echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
9471           fi
9472
9473           if test "$wxUSE_BUSYINFO" = yes; then
9474             echo "$as_me:$LINENO: result: yes" >&5
9475 echo "${ECHO_T}yes" >&6
9476           else
9477             echo "$as_me:$LINENO: result: no" >&5
9478 echo "${ECHO_T}no" >&6
9479           fi
9480
9481
9482           enablestring=
9483           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-joystick" >&5
9484 echo $ECHO_N "checking for --${enablestring:-enable}-joystick... $ECHO_C" >&6
9485           no_cache=0
9486           # Check whether --enable-joystick or --disable-joystick was given.
9487 if test "${enable_joystick+set}" = set; then
9488   enableval="$enable_joystick"
9489
9490                           if test "$enableval" = yes; then
9491                             ac_cv_use_joystick='wxUSE_JOYSTICK=yes'
9492                           else
9493                             ac_cv_use_joystick='wxUSE_JOYSTICK=no'
9494                           fi
9495
9496 else
9497
9498                           LINE=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
9499                           if test "x$LINE" != x ; then
9500                             eval "DEFAULT_$LINE"
9501                           else
9502                             no_cache=1
9503                           fi
9504
9505                           ac_cv_use_joystick='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
9506
9507 fi;
9508
9509           eval "$ac_cv_use_joystick"
9510           if test "$no_cache" != 1; then
9511             echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
9512           fi
9513
9514           if test "$wxUSE_JOYSTICK" = yes; then
9515             echo "$as_me:$LINENO: result: yes" >&5
9516 echo "${ECHO_T}yes" >&6
9517           else
9518             echo "$as_me:$LINENO: result: no" >&5
9519 echo "${ECHO_T}no" >&6
9520           fi
9521
9522
9523           enablestring=
9524           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
9525 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
9526           no_cache=0
9527           # Check whether --enable-metafile or --disable-metafile was given.
9528 if test "${enable_metafile+set}" = set; then
9529   enableval="$enable_metafile"
9530
9531                           if test "$enableval" = yes; then
9532                             ac_cv_use_metafile='wxUSE_METAFILE=yes'
9533                           else
9534                             ac_cv_use_metafile='wxUSE_METAFILE=no'
9535                           fi
9536
9537 else
9538
9539                           LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
9540                           if test "x$LINE" != x ; then
9541                             eval "DEFAULT_$LINE"
9542                           else
9543                             no_cache=1
9544                           fi
9545
9546                           ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
9547
9548 fi;
9549
9550           eval "$ac_cv_use_metafile"
9551           if test "$no_cache" != 1; then
9552             echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
9553           fi
9554
9555           if test "$wxUSE_METAFILE" = yes; then
9556             echo "$as_me:$LINENO: result: yes" >&5
9557 echo "${ECHO_T}yes" >&6
9558           else
9559             echo "$as_me:$LINENO: result: no" >&5
9560 echo "${ECHO_T}no" >&6
9561           fi
9562
9563
9564           enablestring=
9565           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dragimage" >&5
9566 echo $ECHO_N "checking for --${enablestring:-enable}-dragimage... $ECHO_C" >&6
9567           no_cache=0
9568           # Check whether --enable-dragimage or --disable-dragimage was given.
9569 if test "${enable_dragimage+set}" = set; then
9570   enableval="$enable_dragimage"
9571
9572                           if test "$enableval" = yes; then
9573                             ac_cv_use_dragimage='wxUSE_DRAGIMAGE=yes'
9574                           else
9575                             ac_cv_use_dragimage='wxUSE_DRAGIMAGE=no'
9576                           fi
9577
9578 else
9579
9580                           LINE=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}`
9581                           if test "x$LINE" != x ; then
9582                             eval "DEFAULT_$LINE"
9583                           else
9584                             no_cache=1
9585                           fi
9586
9587                           ac_cv_use_dragimage='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE
9588
9589 fi;
9590
9591           eval "$ac_cv_use_dragimage"
9592           if test "$no_cache" != 1; then
9593             echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
9594           fi
9595
9596           if test "$wxUSE_DRAGIMAGE" = yes; then
9597             echo "$as_me:$LINENO: result: yes" >&5
9598 echo "${ECHO_T}yes" >&6
9599           else
9600             echo "$as_me:$LINENO: result: no" >&5
9601 echo "${ECHO_T}no" >&6
9602           fi
9603
9604
9605           enablestring=
9606           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accessibility" >&5
9607 echo $ECHO_N "checking for --${enablestring:-enable}-accessibility... $ECHO_C" >&6
9608           no_cache=0
9609           # Check whether --enable-accessibility or --disable-accessibility was given.
9610 if test "${enable_accessibility+set}" = set; then
9611   enableval="$enable_accessibility"
9612
9613                           if test "$enableval" = yes; then
9614                             ac_cv_use_accessibility='wxUSE_ACCESSIBILITY=yes'
9615                           else
9616                             ac_cv_use_accessibility='wxUSE_ACCESSIBILITY=no'
9617                           fi
9618
9619 else
9620
9621                           LINE=`grep "wxUSE_ACCESSIBILITY" ${wx_arg_cache_file}`
9622                           if test "x$LINE" != x ; then
9623                             eval "DEFAULT_$LINE"
9624                           else
9625                             no_cache=1
9626                           fi
9627
9628                           ac_cv_use_accessibility='wxUSE_ACCESSIBILITY='$DEFAULT_wxUSE_ACCESSIBILITY
9629
9630 fi;
9631
9632           eval "$ac_cv_use_accessibility"
9633           if test "$no_cache" != 1; then
9634             echo $ac_cv_use_accessibility >> ${wx_arg_cache_file}.tmp
9635           fi
9636
9637           if test "$wxUSE_ACCESSIBILITY" = yes; then
9638             echo "$as_me:$LINENO: result: yes" >&5
9639 echo "${ECHO_T}yes" >&6
9640           else
9641             echo "$as_me:$LINENO: result: no" >&5
9642 echo "${ECHO_T}no" >&6
9643           fi
9644
9645
9646
9647
9648           enablestring=
9649           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-palette" >&5
9650 echo $ECHO_N "checking for --${enablestring:-enable}-palette... $ECHO_C" >&6
9651           no_cache=0
9652           # Check whether --enable-palette or --disable-palette was given.
9653 if test "${enable_palette+set}" = set; then
9654   enableval="$enable_palette"
9655
9656                           if test "$enableval" = yes; then
9657                             ac_cv_use_palette='wxUSE_PALETTE=yes'
9658                           else
9659                             ac_cv_use_palette='wxUSE_PALETTE=no'
9660                           fi
9661
9662 else
9663
9664                           LINE=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}`
9665                           if test "x$LINE" != x ; then
9666                             eval "DEFAULT_$LINE"
9667                           else
9668                             no_cache=1
9669                           fi
9670
9671                           ac_cv_use_palette='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE
9672
9673 fi;
9674
9675           eval "$ac_cv_use_palette"
9676           if test "$no_cache" != 1; then
9677             echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp
9678           fi
9679
9680           if test "$wxUSE_PALETTE" = yes; then
9681             echo "$as_me:$LINENO: result: yes" >&5
9682 echo "${ECHO_T}yes" >&6
9683           else
9684             echo "$as_me:$LINENO: result: no" >&5
9685 echo "${ECHO_T}no" >&6
9686           fi
9687
9688
9689           enablestring=
9690           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-image" >&5
9691 echo $ECHO_N "checking for --${enablestring:-enable}-image... $ECHO_C" >&6
9692           no_cache=0
9693           # Check whether --enable-image or --disable-image was given.
9694 if test "${enable_image+set}" = set; then
9695   enableval="$enable_image"
9696
9697                           if test "$enableval" = yes; then
9698                             ac_cv_use_image='wxUSE_IMAGE=yes'
9699                           else
9700                             ac_cv_use_image='wxUSE_IMAGE=no'
9701                           fi
9702
9703 else
9704
9705                           LINE=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
9706                           if test "x$LINE" != x ; then
9707                             eval "DEFAULT_$LINE"
9708                           else
9709                             no_cache=1
9710                           fi
9711
9712                           ac_cv_use_image='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
9713
9714 fi;
9715
9716           eval "$ac_cv_use_image"
9717           if test "$no_cache" != 1; then
9718             echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
9719           fi
9720
9721           if test "$wxUSE_IMAGE" = yes; then
9722             echo "$as_me:$LINENO: result: yes" >&5
9723 echo "${ECHO_T}yes" >&6
9724           else
9725             echo "$as_me:$LINENO: result: no" >&5
9726 echo "${ECHO_T}no" >&6
9727           fi
9728
9729
9730           enablestring=
9731           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gif" >&5
9732 echo $ECHO_N "checking for --${enablestring:-enable}-gif... $ECHO_C" >&6
9733           no_cache=0
9734           # Check whether --enable-gif or --disable-gif was given.
9735 if test "${enable_gif+set}" = set; then
9736   enableval="$enable_gif"
9737
9738                           if test "$enableval" = yes; then
9739                             ac_cv_use_gif='wxUSE_GIF=yes'
9740                           else
9741                             ac_cv_use_gif='wxUSE_GIF=no'
9742                           fi
9743
9744 else
9745
9746                           LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
9747                           if test "x$LINE" != x ; then
9748                             eval "DEFAULT_$LINE"
9749                           else
9750                             no_cache=1
9751                           fi
9752
9753                           ac_cv_use_gif='wxUSE_GIF='$DEFAULT_wxUSE_GIF
9754
9755 fi;
9756
9757           eval "$ac_cv_use_gif"
9758           if test "$no_cache" != 1; then
9759             echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
9760           fi
9761
9762           if test "$wxUSE_GIF" = yes; then
9763             echo "$as_me:$LINENO: result: yes" >&5
9764 echo "${ECHO_T}yes" >&6
9765           else
9766             echo "$as_me:$LINENO: result: no" >&5
9767 echo "${ECHO_T}no" >&6
9768           fi
9769
9770
9771           enablestring=
9772           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pcx" >&5
9773 echo $ECHO_N "checking for --${enablestring:-enable}-pcx... $ECHO_C" >&6
9774           no_cache=0
9775           # Check whether --enable-pcx or --disable-pcx was given.
9776 if test "${enable_pcx+set}" = set; then
9777   enableval="$enable_pcx"
9778
9779                           if test "$enableval" = yes; then
9780                             ac_cv_use_pcx='wxUSE_PCX=yes'
9781                           else
9782                             ac_cv_use_pcx='wxUSE_PCX=no'
9783                           fi
9784
9785 else
9786
9787                           LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
9788                           if test "x$LINE" != x ; then
9789                             eval "DEFAULT_$LINE"
9790                           else
9791                             no_cache=1
9792                           fi
9793
9794                           ac_cv_use_pcx='wxUSE_PCX='$DEFAULT_wxUSE_PCX
9795
9796 fi;
9797
9798           eval "$ac_cv_use_pcx"
9799           if test "$no_cache" != 1; then
9800             echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
9801           fi
9802
9803           if test "$wxUSE_PCX" = yes; then
9804             echo "$as_me:$LINENO: result: yes" >&5
9805 echo "${ECHO_T}yes" >&6
9806           else
9807             echo "$as_me:$LINENO: result: no" >&5
9808 echo "${ECHO_T}no" >&6
9809           fi
9810
9811
9812           enablestring=
9813           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iff" >&5
9814 echo $ECHO_N "checking for --${enablestring:-enable}-iff... $ECHO_C" >&6
9815           no_cache=0
9816           # Check whether --enable-iff or --disable-iff was given.
9817 if test "${enable_iff+set}" = set; then
9818   enableval="$enable_iff"
9819
9820                           if test "$enableval" = yes; then
9821                             ac_cv_use_iff='wxUSE_IFF=yes'
9822                           else
9823                             ac_cv_use_iff='wxUSE_IFF=no'
9824                           fi
9825
9826 else
9827
9828                           LINE=`grep "wxUSE_IFF" ${wx_arg_cache_file}`
9829                           if test "x$LINE" != x ; then
9830                             eval "DEFAULT_$LINE"
9831                           else
9832                             no_cache=1
9833                           fi
9834
9835                           ac_cv_use_iff='wxUSE_IFF='$DEFAULT_wxUSE_IFF
9836
9837 fi;
9838
9839           eval "$ac_cv_use_iff"
9840           if test "$no_cache" != 1; then
9841             echo $ac_cv_use_iff >> ${wx_arg_cache_file}.tmp
9842           fi
9843
9844           if test "$wxUSE_IFF" = yes; then
9845             echo "$as_me:$LINENO: result: yes" >&5
9846 echo "${ECHO_T}yes" >&6
9847           else
9848             echo "$as_me:$LINENO: result: no" >&5
9849 echo "${ECHO_T}no" >&6
9850           fi
9851
9852
9853           enablestring=
9854           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pnm" >&5
9855 echo $ECHO_N "checking for --${enablestring:-enable}-pnm... $ECHO_C" >&6
9856           no_cache=0
9857           # Check whether --enable-pnm or --disable-pnm was given.
9858 if test "${enable_pnm+set}" = set; then
9859   enableval="$enable_pnm"
9860
9861                           if test "$enableval" = yes; then
9862                             ac_cv_use_pnm='wxUSE_PNM=yes'
9863                           else
9864                             ac_cv_use_pnm='wxUSE_PNM=no'
9865                           fi
9866
9867 else
9868
9869                           LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
9870                           if test "x$LINE" != x ; then
9871                             eval "DEFAULT_$LINE"
9872                           else
9873                             no_cache=1
9874                           fi
9875
9876                           ac_cv_use_pnm='wxUSE_PNM='$DEFAULT_wxUSE_PNM
9877
9878 fi;
9879
9880           eval "$ac_cv_use_pnm"
9881           if test "$no_cache" != 1; then
9882             echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
9883           fi
9884
9885           if test "$wxUSE_PNM" = yes; then
9886             echo "$as_me:$LINENO: result: yes" >&5
9887 echo "${ECHO_T}yes" >&6
9888           else
9889             echo "$as_me:$LINENO: result: no" >&5
9890 echo "${ECHO_T}no" >&6
9891           fi
9892
9893
9894           enablestring=
9895           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xpm" >&5
9896 echo $ECHO_N "checking for --${enablestring:-enable}-xpm... $ECHO_C" >&6
9897           no_cache=0
9898           # Check whether --enable-xpm or --disable-xpm was given.
9899 if test "${enable_xpm+set}" = set; then
9900   enableval="$enable_xpm"
9901
9902                           if test "$enableval" = yes; then
9903                             ac_cv_use_xpm='wxUSE_XPM=yes'
9904                           else
9905                             ac_cv_use_xpm='wxUSE_XPM=no'
9906                           fi
9907
9908 else
9909
9910                           LINE=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
9911                           if test "x$LINE" != x ; then
9912                             eval "DEFAULT_$LINE"
9913                           else
9914                             no_cache=1
9915                           fi
9916
9917                           ac_cv_use_xpm='wxUSE_XPM='$DEFAULT_wxUSE_XPM
9918
9919 fi;
9920
9921           eval "$ac_cv_use_xpm"
9922           if test "$no_cache" != 1; then
9923             echo $ac_cv_use_xpm >> ${wx_arg_cache_file}.tmp
9924           fi
9925
9926           if test "$wxUSE_XPM" = yes; then
9927             echo "$as_me:$LINENO: result: yes" >&5
9928 echo "${ECHO_T}yes" >&6
9929           else
9930             echo "$as_me:$LINENO: result: no" >&5
9931 echo "${ECHO_T}no" >&6
9932           fi
9933
9934
9935           enablestring=
9936           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ico_cur" >&5
9937 echo $ECHO_N "checking for --${enablestring:-enable}-ico_cur... $ECHO_C" >&6
9938           no_cache=0
9939           # Check whether --enable-ico_cur or --disable-ico_cur was given.
9940 if test "${enable_ico_cur+set}" = set; then
9941   enableval="$enable_ico_cur"
9942
9943                           if test "$enableval" = yes; then
9944                             ac_cv_use_ico_cur='wxUSE_ICO_CUR=yes'
9945                           else
9946                             ac_cv_use_ico_cur='wxUSE_ICO_CUR=no'
9947                           fi
9948
9949 else
9950
9951                           LINE=`grep "wxUSE_ICO_CUR" ${wx_arg_cache_file}`
9952                           if test "x$LINE" != x ; then
9953                             eval "DEFAULT_$LINE"
9954                           else
9955                             no_cache=1
9956                           fi
9957
9958                           ac_cv_use_ico_cur='wxUSE_ICO_CUR='$DEFAULT_wxUSE_ICO_CUR
9959
9960 fi;
9961
9962           eval "$ac_cv_use_ico_cur"
9963           if test "$no_cache" != 1; then
9964             echo $ac_cv_use_ico_cur >> ${wx_arg_cache_file}.tmp
9965           fi
9966
9967           if test "$wxUSE_ICO_CUR" = yes; then
9968             echo "$as_me:$LINENO: result: yes" >&5
9969 echo "${ECHO_T}yes" >&6
9970           else
9971             echo "$as_me:$LINENO: result: no" >&5
9972 echo "${ECHO_T}no" >&6
9973           fi
9974
9975
9976 fi
9977
9978
9979
9980           enablestring=
9981           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-official_build" >&5
9982 echo $ECHO_N "checking for --${enablestring:-enable}-official_build... $ECHO_C" >&6
9983           no_cache=0
9984           # Check whether --enable-official_build or --disable-official_build was given.
9985 if test "${enable_official_build+set}" = set; then
9986   enableval="$enable_official_build"
9987
9988                           if test "$enableval" = yes; then
9989                             ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD=yes'
9990                           else
9991                             ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD=no'
9992                           fi
9993
9994 else
9995
9996                           LINE=`grep "wxUSE_OFFICIAL_BUILD" ${wx_arg_cache_file}`
9997                           if test "x$LINE" != x ; then
9998                             eval "DEFAULT_$LINE"
9999                           else
10000                             no_cache=1
10001                           fi
10002
10003                           ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD='$DEFAULT_wxUSE_OFFICIAL_BUILD
10004
10005 fi;
10006
10007           eval "$ac_cv_use_official_build"
10008           if test "$no_cache" != 1; then
10009             echo $ac_cv_use_official_build >> ${wx_arg_cache_file}.tmp
10010           fi
10011
10012           if test "$wxUSE_OFFICIAL_BUILD" = yes; then
10013             echo "$as_me:$LINENO: result: yes" >&5
10014 echo "${ECHO_T}yes" >&6
10015           else
10016             echo "$as_me:$LINENO: result: no" >&5
10017 echo "${ECHO_T}no" >&6
10018           fi
10019
10020 # Check whether --enable-vendor or --disable-vendor was given.
10021 if test "${enable_vendor+set}" = set; then
10022   enableval="$enable_vendor"
10023   VENDOR="$enableval"
10024 fi;
10025 if test "x$VENDOR" = "x"; then
10026     VENDOR="custom"
10027 fi
10028
10029 case "${host}" in
10030   *-pc-os2_emx | *-pc-os2-emx )
10031     PATH_IFS=';'
10032   ;;
10033   *)
10034     PATH_IFS=':'
10035   ;;
10036 esac
10037
10038
10039
10040           echo "saving argument cache $wx_arg_cache_file"
10041           mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file}
10042
10043
10044
10045 echo "$as_me:$LINENO: checking for toolkit" >&5
10046 echo $ECHO_N "checking for toolkit... $ECHO_C" >&6
10047
10048 # In Wine, we need to default to MSW, not GTK or MOTIF
10049 if test "$wxUSE_WINE" = "yes"; then
10050     DEFAULT_DEFAULT_wxUSE_GTK=0
10051     DEFAULT_DEFAULT_wxUSE_MOTIF=0
10052     DEFAULT_DEFAULT_wxUSE_MSW=1
10053     wxUSE_SHARED=no
10054 fi
10055
10056 if test "$wxUSE_GUI" = "yes"; then
10057
10058     if test "$USE_BEOS" = 1; then
10059         { { echo "$as_me:$LINENO: error: BeOS GUI is not supported yet, use --disable-gui" >&5
10060 echo "$as_me: error: BeOS GUI is not supported yet, use --disable-gui" >&2;}
10061    { (exit 1); exit 1; }; }
10062     fi
10063
10064     if test "$TOOLKIT_GIVEN" = 1; then
10065             for toolkit in `echo $ALL_TOOLKITS`; do
10066         var=wxUSE_$toolkit
10067         eval "value=\$${var}"
10068         eval "$var=`echo \$value | sed -e "s/yes/1/" -e "s/no/0/"`"
10069       done
10070     else
10071             for toolkit in `echo $ALL_TOOLKITS`; do
10072         if test "$has_toolkit_in_cache" != 1; then
10073           var=DEFAULT_DEFAULT_wxUSE_$toolkit
10074         else
10075           var=DEFAULT_wxUSE_$toolkit
10076         fi
10077         eval "wxUSE_$toolkit=\$${var}"
10078       done
10079     fi
10080
10081             NUM_TOOLKITS=`expr ${wxUSE_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_MAC:-0} \
10082                   + ${wxUSE_MGL:-0} + ${wxUSE_MICROWIN:-0} \
10083                   + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}`
10084
10085         case "${host}" in
10086       *-pc-os2_emx | *-pc-os2-emx )
10087         NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
10088     esac
10089
10090     case "$NUM_TOOLKITS" in
10091       1)
10092       ;;
10093       0)
10094         { { echo "$as_me:$LINENO: error: Please specify a toolkit -- cannot determine the default for ${host}" >&5
10095 echo "$as_me: error: Please specify a toolkit -- cannot determine the default for ${host}" >&2;}
10096    { (exit 1); exit 1; }; }
10097       ;;
10098       *)
10099         { { echo "$as_me:$LINENO: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&5
10100 echo "$as_me: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&2;}
10101    { (exit 1); exit 1; }; }
10102     esac
10103
10104         for toolkit in `echo $ALL_TOOLKITS`; do
10105       var=wxUSE_$toolkit
10106       eval "value=\$${var}"
10107       if test "x$value" != x; then
10108         cache_var=CACHE_$toolkit
10109         eval "cache=\$${cache_var}"
10110         if test "$cache" = 1; then
10111           echo "$var=$value" >> ${wx_arg_cache_file}
10112         fi
10113         if test "$value" = 1; then
10114           toolkit_echo=`echo $toolkit | tr "[A-Z]" "[a-z]"`
10115           echo "$as_me:$LINENO: result: $toolkit_echo" >&5
10116 echo "${ECHO_T}$toolkit_echo" >&6
10117         fi
10118       fi
10119     done
10120 else
10121     if test "x$host_alias" != "x"; then
10122         echo "$as_me:$LINENO: result: base ($host_alias hosted) only" >&5
10123 echo "${ECHO_T}base ($host_alias hosted) only" >&6
10124     else
10125         echo "$as_me:$LINENO: result: base only" >&5
10126 echo "${ECHO_T}base only" >&6
10127     fi
10128 fi
10129
10130 wants_win32=0
10131 doesnt_want_win32=0
10132 case "${host}" in
10133   *-*-cygwin*)
10134       if test "$wxUSE_MSW" = 1 ; then
10135         wants_win32=1
10136       else
10137         doesnt_want_win32=1
10138       fi
10139   ;;
10140   *-*-mingw*)
10141       wants_win32=1
10142   ;;
10143 esac
10144
10145 if test "$wxUSE_WINE" = "yes"; then
10146     wants_win32=1
10147         CC=winegcc
10148     CXX=wineg++
10149     RESCOMP=wrc
10150     LDFLAGS_GUI="-mwindows"
10151 fi
10152
10153 if test "$wants_win32" = 1 ; then
10154     USE_UNIX=0
10155     USE_WIN32=1
10156     cat >>confdefs.h <<\_ACEOF
10157 #define __WIN32__ 1
10158 _ACEOF
10159
10160     cat >>confdefs.h <<\_ACEOF
10161 #define __WIN95__ 1
10162 _ACEOF
10163
10164     cat >>confdefs.h <<\_ACEOF
10165 #define __WINDOWS__ 1
10166 _ACEOF
10167
10168     cat >>confdefs.h <<\_ACEOF
10169 #define __GNUWIN32__ 1
10170 _ACEOF
10171
10172     cat >>confdefs.h <<\_ACEOF
10173 #define STRICT 1
10174 _ACEOF
10175
10176     cat >>confdefs.h <<\_ACEOF
10177 #define WINVER 0x0400
10178 _ACEOF
10179
10180 fi
10181 if test "$doesnt_want_win32" = 1 ; then
10182     USE_UNIX=1
10183     USE_WIN32=0
10184 fi
10185
10186 if test "$USE_UNIX" = 1 ; then
10187     wxUSE_UNIX=yes
10188     cat >>confdefs.h <<\_ACEOF
10189 #define __UNIX__ 1
10190 _ACEOF
10191
10192 fi
10193
10194
10195 cat >confcache <<\_ACEOF
10196 # This file is a shell script that caches the results of configure
10197 # tests run on this system so they can be shared between configure
10198 # scripts and configure runs, see configure's option --config-cache.
10199 # It is not useful on other systems.  If it contains results you don't
10200 # want to keep, you may remove or edit it.
10201 #
10202 # config.status only pays attention to the cache file if you give it
10203 # the --recheck option to rerun configure.
10204 #
10205 # `ac_cv_env_foo' variables (set or unset) will be overridden when
10206 # loading this file, other *unset* `ac_cv_foo' will be assigned the
10207 # following values.
10208
10209 _ACEOF
10210
10211 # The following way of writing the cache mishandles newlines in values,
10212 # but we know of no workaround that is simple, portable, and efficient.
10213 # So, don't put newlines in cache variables' values.
10214 # Ultrix sh set writes to stderr and can't be redirected directly,
10215 # and sets the high bit in the cache file unless we assign to the vars.
10216 {
10217   (set) 2>&1 |
10218     case `(ac_space=' '; set | grep ac_space) 2>&1` in
10219     *ac_space=\ *)
10220       # `set' does not quote correctly, so add quotes (double-quote
10221       # substitution turns \\\\ into \\, and sed turns \\ into \).
10222       sed -n \
10223         "s/'/'\\\\''/g;
10224           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
10225       ;;
10226     *)
10227       # `set' quotes correctly as required by POSIX, so do not add quotes.
10228       sed -n \
10229         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
10230       ;;
10231     esac;
10232 } |
10233   sed '
10234      t clear
10235      : clear
10236      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
10237      t end
10238      /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
10239      : end' >>confcache
10240 if diff $cache_file confcache >/dev/null 2>&1; then :; else
10241   if test -w $cache_file; then
10242     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
10243     cat confcache >$cache_file
10244   else
10245     echo "not updating unwritable cache $cache_file"
10246   fi
10247 fi
10248 rm -f confcache
10249
10250 if test "$build" != "$host" ; then
10251     if test "$USE_WIN32" = 1 -o "$USE_DOS" = 1 -o "$USE_UNIX"; then
10252         CC=$host_alias-gcc
10253         CXX=$host_alias-c++
10254         AR=$host_alias-ar
10255         RANLIB=$host_alias-ranlib
10256         DLLTOOL=$host_alias-dlltool
10257         RESCOMP=$host_alias-windres
10258         LD=$host_alias-ld
10259         NM=$host_alias-nm
10260         STRIP=$host_alias-strip
10261     else
10262         { { echo "$as_me:$LINENO: error: $build_alias -> $host_alias cross compilation not supported yet." >&5
10263 echo "$as_me: error: $build_alias -> $host_alias cross compilation not supported yet." >&2;}
10264    { (exit 1); exit 1; }; }
10265     fi
10266 fi
10267
10268 CFLAGS=${CFLAGS:=}
10269 ac_ext=c
10270 ac_cpp='$CPP $CPPFLAGS'
10271 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10272 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10273 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10274 if test -n "$ac_tool_prefix"; then
10275   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
10276 set dummy ${ac_tool_prefix}gcc; ac_word=$2
10277 echo "$as_me:$LINENO: checking for $ac_word" >&5
10278 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10279 if test "${ac_cv_prog_CC+set}" = set; then
10280   echo $ECHO_N "(cached) $ECHO_C" >&6
10281 else
10282   if test -n "$CC"; then
10283   ac_cv_prog_CC="$CC" # Let the user override the test.
10284 else
10285 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10286 for as_dir in $PATH
10287 do
10288   IFS=$as_save_IFS
10289   test -z "$as_dir" && as_dir=.
10290   for ac_exec_ext in '' $ac_executable_extensions; do
10291   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10292     ac_cv_prog_CC="${ac_tool_prefix}gcc"
10293     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10294     break 2
10295   fi
10296 done
10297 done
10298
10299 fi
10300 fi
10301 CC=$ac_cv_prog_CC
10302 if test -n "$CC"; then
10303   echo "$as_me:$LINENO: result: $CC" >&5
10304 echo "${ECHO_T}$CC" >&6
10305 else
10306   echo "$as_me:$LINENO: result: no" >&5
10307 echo "${ECHO_T}no" >&6
10308 fi
10309
10310 fi
10311 if test -z "$ac_cv_prog_CC"; then
10312   ac_ct_CC=$CC
10313   # Extract the first word of "gcc", so it can be a program name with args.
10314 set dummy gcc; ac_word=$2
10315 echo "$as_me:$LINENO: checking for $ac_word" >&5
10316 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10317 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10318   echo $ECHO_N "(cached) $ECHO_C" >&6
10319 else
10320   if test -n "$ac_ct_CC"; then
10321   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10322 else
10323 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10324 for as_dir in $PATH
10325 do
10326   IFS=$as_save_IFS
10327   test -z "$as_dir" && as_dir=.
10328   for ac_exec_ext in '' $ac_executable_extensions; do
10329   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10330     ac_cv_prog_ac_ct_CC="gcc"
10331     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10332     break 2
10333   fi
10334 done
10335 done
10336
10337 fi
10338 fi
10339 ac_ct_CC=$ac_cv_prog_ac_ct_CC
10340 if test -n "$ac_ct_CC"; then
10341   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10342 echo "${ECHO_T}$ac_ct_CC" >&6
10343 else
10344   echo "$as_me:$LINENO: result: no" >&5
10345 echo "${ECHO_T}no" >&6
10346 fi
10347
10348   CC=$ac_ct_CC
10349 else
10350   CC="$ac_cv_prog_CC"
10351 fi
10352
10353 if test -z "$CC"; then
10354   if test -n "$ac_tool_prefix"; then
10355   # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
10356 set dummy ${ac_tool_prefix}cc; ac_word=$2
10357 echo "$as_me:$LINENO: checking for $ac_word" >&5
10358 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10359 if test "${ac_cv_prog_CC+set}" = set; then
10360   echo $ECHO_N "(cached) $ECHO_C" >&6
10361 else
10362   if test -n "$CC"; then
10363   ac_cv_prog_CC="$CC" # Let the user override the test.
10364 else
10365 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10366 for as_dir in $PATH
10367 do
10368   IFS=$as_save_IFS
10369   test -z "$as_dir" && as_dir=.
10370   for ac_exec_ext in '' $ac_executable_extensions; do
10371   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10372     ac_cv_prog_CC="${ac_tool_prefix}cc"
10373     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10374     break 2
10375   fi
10376 done
10377 done
10378
10379 fi
10380 fi
10381 CC=$ac_cv_prog_CC
10382 if test -n "$CC"; then
10383   echo "$as_me:$LINENO: result: $CC" >&5
10384 echo "${ECHO_T}$CC" >&6
10385 else
10386   echo "$as_me:$LINENO: result: no" >&5
10387 echo "${ECHO_T}no" >&6
10388 fi
10389
10390 fi
10391 if test -z "$ac_cv_prog_CC"; then
10392   ac_ct_CC=$CC
10393   # Extract the first word of "cc", so it can be a program name with args.
10394 set dummy cc; ac_word=$2
10395 echo "$as_me:$LINENO: checking for $ac_word" >&5
10396 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10397 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10398   echo $ECHO_N "(cached) $ECHO_C" >&6
10399 else
10400   if test -n "$ac_ct_CC"; then
10401   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10402 else
10403 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10404 for as_dir in $PATH
10405 do
10406   IFS=$as_save_IFS
10407   test -z "$as_dir" && as_dir=.
10408   for ac_exec_ext in '' $ac_executable_extensions; do
10409   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10410     ac_cv_prog_ac_ct_CC="cc"
10411     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10412     break 2
10413   fi
10414 done
10415 done
10416
10417 fi
10418 fi
10419 ac_ct_CC=$ac_cv_prog_ac_ct_CC
10420 if test -n "$ac_ct_CC"; then
10421   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10422 echo "${ECHO_T}$ac_ct_CC" >&6
10423 else
10424   echo "$as_me:$LINENO: result: no" >&5
10425 echo "${ECHO_T}no" >&6
10426 fi
10427
10428   CC=$ac_ct_CC
10429 else
10430   CC="$ac_cv_prog_CC"
10431 fi
10432
10433 fi
10434 if test -z "$CC"; then
10435   # Extract the first word of "cc", so it can be a program name with args.
10436 set dummy cc; ac_word=$2
10437 echo "$as_me:$LINENO: checking for $ac_word" >&5
10438 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10439 if test "${ac_cv_prog_CC+set}" = set; then
10440   echo $ECHO_N "(cached) $ECHO_C" >&6
10441 else
10442   if test -n "$CC"; then
10443   ac_cv_prog_CC="$CC" # Let the user override the test.
10444 else
10445   ac_prog_rejected=no
10446 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10447 for as_dir in $PATH
10448 do
10449   IFS=$as_save_IFS
10450   test -z "$as_dir" && as_dir=.
10451   for ac_exec_ext in '' $ac_executable_extensions; do
10452   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10453     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
10454        ac_prog_rejected=yes
10455        continue
10456      fi
10457     ac_cv_prog_CC="cc"
10458     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10459     break 2
10460   fi
10461 done
10462 done
10463
10464 if test $ac_prog_rejected = yes; then
10465   # We found a bogon in the path, so make sure we never use it.
10466   set dummy $ac_cv_prog_CC
10467   shift
10468   if test $# != 0; then
10469     # We chose a different compiler from the bogus one.
10470     # However, it has the same basename, so the bogon will be chosen
10471     # first if we set CC to just the basename; use the full file name.
10472     shift
10473     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
10474   fi
10475 fi
10476 fi
10477 fi
10478 CC=$ac_cv_prog_CC
10479 if test -n "$CC"; then
10480   echo "$as_me:$LINENO: result: $CC" >&5
10481 echo "${ECHO_T}$CC" >&6
10482 else
10483   echo "$as_me:$LINENO: result: no" >&5
10484 echo "${ECHO_T}no" >&6
10485 fi
10486
10487 fi
10488 if test -z "$CC"; then
10489   if test -n "$ac_tool_prefix"; then
10490   for ac_prog in cl
10491   do
10492     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
10493 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
10494 echo "$as_me:$LINENO: checking for $ac_word" >&5
10495 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10496 if test "${ac_cv_prog_CC+set}" = set; then
10497   echo $ECHO_N "(cached) $ECHO_C" >&6
10498 else
10499   if test -n "$CC"; then
10500   ac_cv_prog_CC="$CC" # Let the user override the test.
10501 else
10502 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10503 for as_dir in $PATH
10504 do
10505   IFS=$as_save_IFS
10506   test -z "$as_dir" && as_dir=.
10507   for ac_exec_ext in '' $ac_executable_extensions; do
10508   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10509     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
10510     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10511     break 2
10512   fi
10513 done
10514 done
10515
10516 fi
10517 fi
10518 CC=$ac_cv_prog_CC
10519 if test -n "$CC"; then
10520   echo "$as_me:$LINENO: result: $CC" >&5
10521 echo "${ECHO_T}$CC" >&6
10522 else
10523   echo "$as_me:$LINENO: result: no" >&5
10524 echo "${ECHO_T}no" >&6
10525 fi
10526
10527     test -n "$CC" && break
10528   done
10529 fi
10530 if test -z "$CC"; then
10531   ac_ct_CC=$CC
10532   for ac_prog in cl
10533 do
10534   # Extract the first word of "$ac_prog", so it can be a program name with args.
10535 set dummy $ac_prog; ac_word=$2
10536 echo "$as_me:$LINENO: checking for $ac_word" >&5
10537 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10538 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10539   echo $ECHO_N "(cached) $ECHO_C" >&6
10540 else
10541   if test -n "$ac_ct_CC"; then
10542   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10543 else
10544 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10545 for as_dir in $PATH
10546 do
10547   IFS=$as_save_IFS
10548   test -z "$as_dir" && as_dir=.
10549   for ac_exec_ext in '' $ac_executable_extensions; do
10550   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10551     ac_cv_prog_ac_ct_CC="$ac_prog"
10552     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10553     break 2
10554   fi
10555 done
10556 done
10557
10558 fi
10559 fi
10560 ac_ct_CC=$ac_cv_prog_ac_ct_CC
10561 if test -n "$ac_ct_CC"; then
10562   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10563 echo "${ECHO_T}$ac_ct_CC" >&6
10564 else
10565   echo "$as_me:$LINENO: result: no" >&5
10566 echo "${ECHO_T}no" >&6
10567 fi
10568
10569   test -n "$ac_ct_CC" && break
10570 done
10571
10572   CC=$ac_ct_CC
10573 fi
10574
10575 fi
10576
10577
10578 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
10579 See \`config.log' for more details." >&5
10580 echo "$as_me: error: no acceptable C compiler found in \$PATH
10581 See \`config.log' for more details." >&2;}
10582    { (exit 1); exit 1; }; }
10583
10584 # Provide some information about the compiler.
10585 echo "$as_me:$LINENO:" \
10586      "checking for C compiler version" >&5
10587 ac_compiler=`set X $ac_compile; echo $2`
10588 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
10589   (eval $ac_compiler --version </dev/null >&5) 2>&5
10590   ac_status=$?
10591   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10592   (exit $ac_status); }
10593 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
10594   (eval $ac_compiler -v </dev/null >&5) 2>&5
10595   ac_status=$?
10596   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10597   (exit $ac_status); }
10598 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
10599   (eval $ac_compiler -V </dev/null >&5) 2>&5
10600   ac_status=$?
10601   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10602   (exit $ac_status); }
10603
10604 cat >conftest.$ac_ext <<_ACEOF
10605 /* confdefs.h.  */
10606 _ACEOF
10607 cat confdefs.h >>conftest.$ac_ext
10608 cat >>conftest.$ac_ext <<_ACEOF
10609 /* end confdefs.h.  */
10610
10611 int
10612 main ()
10613 {
10614
10615   ;
10616   return 0;
10617 }
10618 _ACEOF
10619 ac_clean_files_save=$ac_clean_files
10620 ac_clean_files="$ac_clean_files a.out a.exe b.out"
10621 # Try to create an executable without -o first, disregard a.out.
10622 # It will help us diagnose broken compilers, and finding out an intuition
10623 # of exeext.
10624 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
10625 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
10626 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
10627 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
10628   (eval $ac_link_default) 2>&5
10629   ac_status=$?
10630   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10631   (exit $ac_status); }; then
10632   # Find the output, starting from the most likely.  This scheme is
10633 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
10634 # resort.
10635
10636 # Be careful to initialize this variable, since it used to be cached.
10637 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
10638 ac_cv_exeext=
10639 # b.out is created by i960 compilers.
10640 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
10641 do
10642   test -f "$ac_file" || continue
10643   case $ac_file in
10644     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
10645         ;;
10646     conftest.$ac_ext )
10647         # This is the source file.
10648         ;;
10649     [ab].out )
10650         # We found the default executable, but exeext='' is most
10651         # certainly right.
10652         break;;
10653     *.* )
10654         ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
10655         # FIXME: I believe we export ac_cv_exeext for Libtool,
10656         # but it would be cool to find out if it's true.  Does anybody
10657         # maintain Libtool? --akim.
10658         export ac_cv_exeext
10659         break;;
10660     * )
10661         break;;
10662   esac
10663 done
10664 else
10665   echo "$as_me: failed program was:" >&5
10666 sed 's/^/| /' conftest.$ac_ext >&5
10667
10668 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
10669 See \`config.log' for more details." >&5
10670 echo "$as_me: error: C compiler cannot create executables
10671 See \`config.log' for more details." >&2;}
10672    { (exit 77); exit 77; }; }
10673 fi
10674
10675 ac_exeext=$ac_cv_exeext
10676 echo "$as_me:$LINENO: result: $ac_file" >&5
10677 echo "${ECHO_T}$ac_file" >&6
10678
10679 # Check the compiler produces executables we can run.  If not, either
10680 # the compiler is broken, or we cross compile.
10681 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
10682 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
10683 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
10684 # If not cross compiling, check that we can run a simple program.
10685 if test "$cross_compiling" != yes; then
10686   if { ac_try='./$ac_file'
10687   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10688   (eval $ac_try) 2>&5
10689   ac_status=$?
10690   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10691   (exit $ac_status); }; }; then
10692     cross_compiling=no
10693   else
10694     if test "$cross_compiling" = maybe; then
10695         cross_compiling=yes
10696     else
10697         { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
10698 If you meant to cross compile, use \`--host'.
10699 See \`config.log' for more details." >&5
10700 echo "$as_me: error: cannot run C compiled programs.
10701 If you meant to cross compile, use \`--host'.
10702 See \`config.log' for more details." >&2;}
10703    { (exit 1); exit 1; }; }
10704     fi
10705   fi
10706 fi
10707 echo "$as_me:$LINENO: result: yes" >&5
10708 echo "${ECHO_T}yes" >&6
10709
10710 rm -f a.out a.exe conftest$ac_cv_exeext b.out
10711 ac_clean_files=$ac_clean_files_save
10712 # Check the compiler produces executables we can run.  If not, either
10713 # the compiler is broken, or we cross compile.
10714 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
10715 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
10716 echo "$as_me:$LINENO: result: $cross_compiling" >&5
10717 echo "${ECHO_T}$cross_compiling" >&6
10718
10719 echo "$as_me:$LINENO: checking for suffix of executables" >&5
10720 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
10721 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10722   (eval $ac_link) 2>&5
10723   ac_status=$?
10724   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10725   (exit $ac_status); }; then
10726   # If both `conftest.exe' and `conftest' are `present' (well, observable)
10727 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
10728 # work properly (i.e., refer to `conftest.exe'), while it won't with
10729 # `rm'.
10730 for ac_file in conftest.exe conftest conftest.*; do
10731   test -f "$ac_file" || continue
10732   case $ac_file in
10733     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
10734     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
10735           export ac_cv_exeext
10736           break;;
10737     * ) break;;
10738   esac
10739 done
10740 else
10741   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
10742 See \`config.log' for more details." >&5
10743 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
10744 See \`config.log' for more details." >&2;}
10745    { (exit 1); exit 1; }; }
10746 fi
10747
10748 rm -f conftest$ac_cv_exeext
10749 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
10750 echo "${ECHO_T}$ac_cv_exeext" >&6
10751
10752 rm -f conftest.$ac_ext
10753 EXEEXT=$ac_cv_exeext
10754 ac_exeext=$EXEEXT
10755 echo "$as_me:$LINENO: checking for suffix of object files" >&5
10756 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
10757 if test "${ac_cv_objext+set}" = set; then
10758   echo $ECHO_N "(cached) $ECHO_C" >&6
10759 else
10760   cat >conftest.$ac_ext <<_ACEOF
10761 /* confdefs.h.  */
10762 _ACEOF
10763 cat confdefs.h >>conftest.$ac_ext
10764 cat >>conftest.$ac_ext <<_ACEOF
10765 /* end confdefs.h.  */
10766
10767 int
10768 main ()
10769 {
10770
10771   ;
10772   return 0;
10773 }
10774 _ACEOF
10775 rm -f conftest.o conftest.obj
10776 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10777   (eval $ac_compile) 2>&5
10778   ac_status=$?
10779   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10780   (exit $ac_status); }; then
10781   for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
10782   case $ac_file in
10783     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
10784     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
10785        break;;
10786   esac
10787 done
10788 else
10789   echo "$as_me: failed program was:" >&5
10790 sed 's/^/| /' conftest.$ac_ext >&5
10791
10792 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
10793 See \`config.log' for more details." >&5
10794 echo "$as_me: error: cannot compute suffix of object files: cannot compile
10795 See \`config.log' for more details." >&2;}
10796    { (exit 1); exit 1; }; }
10797 fi
10798
10799 rm -f conftest.$ac_cv_objext conftest.$ac_ext
10800 fi
10801 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
10802 echo "${ECHO_T}$ac_cv_objext" >&6
10803 OBJEXT=$ac_cv_objext
10804 ac_objext=$OBJEXT
10805 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
10806 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
10807 if test "${ac_cv_c_compiler_gnu+set}" = set; then
10808   echo $ECHO_N "(cached) $ECHO_C" >&6
10809 else
10810   cat >conftest.$ac_ext <<_ACEOF
10811 /* confdefs.h.  */
10812 _ACEOF
10813 cat confdefs.h >>conftest.$ac_ext
10814 cat >>conftest.$ac_ext <<_ACEOF
10815 /* end confdefs.h.  */
10816
10817 int
10818 main ()
10819 {
10820 #ifndef __GNUC__
10821        choke me
10822 #endif
10823
10824   ;
10825   return 0;
10826 }
10827 _ACEOF
10828 rm -f conftest.$ac_objext
10829 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10830   (eval $ac_compile) 2>conftest.er1
10831   ac_status=$?
10832   grep -v '^ *+' conftest.er1 >conftest.err
10833   rm -f conftest.er1
10834   cat conftest.err >&5
10835   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10836   (exit $ac_status); } &&
10837          { ac_try='test -z "$ac_c_werror_flag"
10838                          || test ! -s conftest.err'
10839   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10840   (eval $ac_try) 2>&5
10841   ac_status=$?
10842   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10843   (exit $ac_status); }; } &&
10844          { ac_try='test -s conftest.$ac_objext'
10845   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10846   (eval $ac_try) 2>&5
10847   ac_status=$?
10848   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10849   (exit $ac_status); }; }; then
10850   ac_compiler_gnu=yes
10851 else
10852   echo "$as_me: failed program was:" >&5
10853 sed 's/^/| /' conftest.$ac_ext >&5
10854
10855 ac_compiler_gnu=no
10856 fi
10857 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10858 ac_cv_c_compiler_gnu=$ac_compiler_gnu
10859
10860 fi
10861 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
10862 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
10863 GCC=`test $ac_compiler_gnu = yes && echo yes`
10864 ac_test_CFLAGS=${CFLAGS+set}
10865 ac_save_CFLAGS=$CFLAGS
10866 CFLAGS="-g"
10867 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
10868 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
10869 if test "${ac_cv_prog_cc_g+set}" = set; then
10870   echo $ECHO_N "(cached) $ECHO_C" >&6
10871 else
10872   cat >conftest.$ac_ext <<_ACEOF
10873 /* confdefs.h.  */
10874 _ACEOF
10875 cat confdefs.h >>conftest.$ac_ext
10876 cat >>conftest.$ac_ext <<_ACEOF
10877 /* end confdefs.h.  */
10878
10879 int
10880 main ()
10881 {
10882
10883   ;
10884   return 0;
10885 }
10886 _ACEOF
10887 rm -f conftest.$ac_objext
10888 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10889   (eval $ac_compile) 2>conftest.er1
10890   ac_status=$?
10891   grep -v '^ *+' conftest.er1 >conftest.err
10892   rm -f conftest.er1
10893   cat conftest.err >&5
10894   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10895   (exit $ac_status); } &&
10896          { ac_try='test -z "$ac_c_werror_flag"
10897                          || test ! -s conftest.err'
10898   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10899   (eval $ac_try) 2>&5
10900   ac_status=$?
10901   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10902   (exit $ac_status); }; } &&
10903          { ac_try='test -s conftest.$ac_objext'
10904   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10905   (eval $ac_try) 2>&5
10906   ac_status=$?
10907   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10908   (exit $ac_status); }; }; then
10909   ac_cv_prog_cc_g=yes
10910 else
10911   echo "$as_me: failed program was:" >&5
10912 sed 's/^/| /' conftest.$ac_ext >&5
10913
10914 ac_cv_prog_cc_g=no
10915 fi
10916 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10917 fi
10918 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
10919 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
10920 if test "$ac_test_CFLAGS" = set; then
10921   CFLAGS=$ac_save_CFLAGS
10922 elif test $ac_cv_prog_cc_g = yes; then
10923   if test "$GCC" = yes; then
10924     CFLAGS="-g -O2"
10925   else
10926     CFLAGS="-g"
10927   fi
10928 else
10929   if test "$GCC" = yes; then
10930     CFLAGS="-O2"
10931   else
10932     CFLAGS=
10933   fi
10934 fi
10935 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
10936 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
10937 if test "${ac_cv_prog_cc_stdc+set}" = set; then
10938   echo $ECHO_N "(cached) $ECHO_C" >&6
10939 else
10940   ac_cv_prog_cc_stdc=no
10941 ac_save_CC=$CC
10942 cat >conftest.$ac_ext <<_ACEOF
10943 /* confdefs.h.  */
10944 _ACEOF
10945 cat confdefs.h >>conftest.$ac_ext
10946 cat >>conftest.$ac_ext <<_ACEOF
10947 /* end confdefs.h.  */
10948 #include <stdarg.h>
10949 #include <stdio.h>
10950 #include <sys/types.h>
10951 #include <sys/stat.h>
10952 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
10953 struct buf { int x; };
10954 FILE * (*rcsopen) (struct buf *, struct stat *, int);
10955 static char *e (p, i)
10956      char **p;
10957      int i;
10958 {
10959   return p[i];
10960 }
10961 static char *f (char * (*g) (char **, int), char **p, ...)
10962 {
10963   char *s;
10964   va_list v;
10965   va_start (v,p);
10966   s = g (p, va_arg (v,int));
10967   va_end (v);
10968   return s;
10969 }
10970
10971 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
10972    function prototypes and stuff, but not '\xHH' hex character constants.
10973    These don't provoke an error unfortunately, instead are silently treated
10974    as 'x'.  The following induces an error, until -std1 is added to get
10975    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
10976    array size at least.  It's necessary to write '\x00'==0 to get something
10977    that's true only with -std1.  */
10978 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
10979
10980 int test (int i, double x);
10981 struct s1 {int (*f) (int a);};
10982 struct s2 {int (*f) (double a);};
10983 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
10984 int argc;
10985 char **argv;
10986 int
10987 main ()
10988 {
10989 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
10990   ;
10991   return 0;
10992 }
10993 _ACEOF
10994 # Don't try gcc -ansi; that turns off useful extensions and
10995 # breaks some systems' header files.
10996 # AIX                   -qlanglvl=ansi
10997 # Ultrix and OSF/1      -std1
10998 # HP-UX 10.20 and later -Ae
10999 # HP-UX older versions  -Aa -D_HPUX_SOURCE
11000 # SVR4                  -Xc -D__EXTENSIONS__
11001 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
11002 do
11003   CC="$ac_save_CC $ac_arg"
11004   rm -f conftest.$ac_objext
11005 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11006   (eval $ac_compile) 2>conftest.er1
11007   ac_status=$?
11008   grep -v '^ *+' conftest.er1 >conftest.err
11009   rm -f conftest.er1
11010   cat conftest.err >&5
11011   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11012   (exit $ac_status); } &&
11013          { ac_try='test -z "$ac_c_werror_flag"
11014                          || test ! -s conftest.err'
11015   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11016   (eval $ac_try) 2>&5
11017   ac_status=$?
11018   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11019   (exit $ac_status); }; } &&
11020          { ac_try='test -s conftest.$ac_objext'
11021   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11022   (eval $ac_try) 2>&5
11023   ac_status=$?
11024   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11025   (exit $ac_status); }; }; then
11026   ac_cv_prog_cc_stdc=$ac_arg
11027 break
11028 else
11029   echo "$as_me: failed program was:" >&5
11030 sed 's/^/| /' conftest.$ac_ext >&5
11031
11032 fi
11033 rm -f conftest.err conftest.$ac_objext
11034 done
11035 rm -f conftest.$ac_ext conftest.$ac_objext
11036 CC=$ac_save_CC
11037
11038 fi
11039
11040 case "x$ac_cv_prog_cc_stdc" in
11041   x|xno)
11042     echo "$as_me:$LINENO: result: none needed" >&5
11043 echo "${ECHO_T}none needed" >&6 ;;
11044   *)
11045     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
11046 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
11047     CC="$CC $ac_cv_prog_cc_stdc" ;;
11048 esac
11049
11050 # Some people use a C++ compiler to compile C.  Since we use `exit',
11051 # in C++ we need to declare it.  In case someone uses the same compiler
11052 # for both compiling C and C++ we need to have the C++ compiler decide
11053 # the declaration of exit, since it's the most demanding environment.
11054 cat >conftest.$ac_ext <<_ACEOF
11055 #ifndef __cplusplus
11056   choke me
11057 #endif
11058 _ACEOF
11059 rm -f conftest.$ac_objext
11060 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11061   (eval $ac_compile) 2>conftest.er1
11062   ac_status=$?
11063   grep -v '^ *+' conftest.er1 >conftest.err
11064   rm -f conftest.er1
11065   cat conftest.err >&5
11066   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11067   (exit $ac_status); } &&
11068          { ac_try='test -z "$ac_c_werror_flag"
11069                          || test ! -s conftest.err'
11070   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11071   (eval $ac_try) 2>&5
11072   ac_status=$?
11073   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11074   (exit $ac_status); }; } &&
11075          { ac_try='test -s conftest.$ac_objext'
11076   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11077   (eval $ac_try) 2>&5
11078   ac_status=$?
11079   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11080   (exit $ac_status); }; }; then
11081   for ac_declaration in \
11082    '' \
11083    'extern "C" void std::exit (int) throw (); using std::exit;' \
11084    'extern "C" void std::exit (int); using std::exit;' \
11085    'extern "C" void exit (int) throw ();' \
11086    'extern "C" void exit (int);' \
11087    'void exit (int);'
11088 do
11089   cat >conftest.$ac_ext <<_ACEOF
11090 /* confdefs.h.  */
11091 _ACEOF
11092 cat confdefs.h >>conftest.$ac_ext
11093 cat >>conftest.$ac_ext <<_ACEOF
11094 /* end confdefs.h.  */
11095 $ac_declaration
11096 #include <stdlib.h>
11097 int
11098 main ()
11099 {
11100 exit (42);
11101   ;
11102   return 0;
11103 }
11104 _ACEOF
11105 rm -f conftest.$ac_objext
11106 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11107   (eval $ac_compile) 2>conftest.er1
11108   ac_status=$?
11109   grep -v '^ *+' conftest.er1 >conftest.err
11110   rm -f conftest.er1
11111   cat conftest.err >&5
11112   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11113   (exit $ac_status); } &&
11114          { ac_try='test -z "$ac_c_werror_flag"
11115                          || test ! -s conftest.err'
11116   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11117   (eval $ac_try) 2>&5
11118   ac_status=$?
11119   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11120   (exit $ac_status); }; } &&
11121          { ac_try='test -s conftest.$ac_objext'
11122   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11123   (eval $ac_try) 2>&5
11124   ac_status=$?
11125   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11126   (exit $ac_status); }; }; then
11127   :
11128 else
11129   echo "$as_me: failed program was:" >&5
11130 sed 's/^/| /' conftest.$ac_ext >&5
11131
11132 continue
11133 fi
11134 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11135   cat >conftest.$ac_ext <<_ACEOF
11136 /* confdefs.h.  */
11137 _ACEOF
11138 cat confdefs.h >>conftest.$ac_ext
11139 cat >>conftest.$ac_ext <<_ACEOF
11140 /* end confdefs.h.  */
11141 $ac_declaration
11142 int
11143 main ()
11144 {
11145 exit (42);
11146   ;
11147   return 0;
11148 }
11149 _ACEOF
11150 rm -f conftest.$ac_objext
11151 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11152   (eval $ac_compile) 2>conftest.er1
11153   ac_status=$?
11154   grep -v '^ *+' conftest.er1 >conftest.err
11155   rm -f conftest.er1
11156   cat conftest.err >&5
11157   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11158   (exit $ac_status); } &&
11159          { ac_try='test -z "$ac_c_werror_flag"
11160                          || test ! -s conftest.err'
11161   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11162   (eval $ac_try) 2>&5
11163   ac_status=$?
11164   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11165   (exit $ac_status); }; } &&
11166          { ac_try='test -s conftest.$ac_objext'
11167   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11168   (eval $ac_try) 2>&5
11169   ac_status=$?
11170   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11171   (exit $ac_status); }; }; then
11172   break
11173 else
11174   echo "$as_me: failed program was:" >&5
11175 sed 's/^/| /' conftest.$ac_ext >&5
11176
11177 fi
11178 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11179 done
11180 rm -f conftest*
11181 if test -n "$ac_declaration"; then
11182   echo '#ifdef __cplusplus' >>confdefs.h
11183   echo $ac_declaration      >>confdefs.h
11184   echo '#endif'             >>confdefs.h
11185 fi
11186
11187 else
11188   echo "$as_me: failed program was:" >&5
11189 sed 's/^/| /' conftest.$ac_ext >&5
11190
11191 fi
11192 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11193 ac_ext=c
11194 ac_cpp='$CPP $CPPFLAGS'
11195 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11196 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11197 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11198
11199
11200
11201 ac_ext=c
11202 ac_cpp='$CPP $CPPFLAGS'
11203 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11204 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11205 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11206 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
11207 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
11208 # On Suns, sometimes $CPP names a directory.
11209 if test -n "$CPP" && test -d "$CPP"; then
11210   CPP=
11211 fi
11212 if test -z "$CPP"; then
11213   if test "${ac_cv_prog_CPP+set}" = set; then
11214   echo $ECHO_N "(cached) $ECHO_C" >&6
11215 else
11216       # Double quotes because CPP needs to be expanded
11217     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
11218     do
11219       ac_preproc_ok=false
11220 for ac_c_preproc_warn_flag in '' yes
11221 do
11222   # Use a header file that comes with gcc, so configuring glibc
11223   # with a fresh cross-compiler works.
11224   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11225   # <limits.h> exists even on freestanding compilers.
11226   # On the NeXT, cc -E runs the code through the compiler's parser,
11227   # not just through cpp. "Syntax error" is here to catch this case.
11228   cat >conftest.$ac_ext <<_ACEOF
11229 /* confdefs.h.  */
11230 _ACEOF
11231 cat confdefs.h >>conftest.$ac_ext
11232 cat >>conftest.$ac_ext <<_ACEOF
11233 /* end confdefs.h.  */
11234 #ifdef __STDC__
11235 # include <limits.h>
11236 #else
11237 # include <assert.h>
11238 #endif
11239                      Syntax error
11240 _ACEOF
11241 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11242   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11243   ac_status=$?
11244   grep -v '^ *+' conftest.er1 >conftest.err
11245   rm -f conftest.er1
11246   cat conftest.err >&5
11247   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11248   (exit $ac_status); } >/dev/null; then
11249   if test -s conftest.err; then
11250     ac_cpp_err=$ac_c_preproc_warn_flag
11251     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
11252   else
11253     ac_cpp_err=
11254   fi
11255 else
11256   ac_cpp_err=yes
11257 fi
11258 if test -z "$ac_cpp_err"; then
11259   :
11260 else
11261   echo "$as_me: failed program was:" >&5
11262 sed 's/^/| /' conftest.$ac_ext >&5
11263
11264   # Broken: fails on valid input.
11265 continue
11266 fi
11267 rm -f conftest.err conftest.$ac_ext
11268
11269   # OK, works on sane cases.  Now check whether non-existent headers
11270   # can be detected and how.
11271   cat >conftest.$ac_ext <<_ACEOF
11272 /* confdefs.h.  */
11273 _ACEOF
11274 cat confdefs.h >>conftest.$ac_ext
11275 cat >>conftest.$ac_ext <<_ACEOF
11276 /* end confdefs.h.  */
11277 #include <ac_nonexistent.h>
11278 _ACEOF
11279 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11280   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11281   ac_status=$?
11282   grep -v '^ *+' conftest.er1 >conftest.err
11283   rm -f conftest.er1
11284   cat conftest.err >&5
11285   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11286   (exit $ac_status); } >/dev/null; then
11287   if test -s conftest.err; then
11288     ac_cpp_err=$ac_c_preproc_warn_flag
11289     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
11290   else
11291     ac_cpp_err=
11292   fi
11293 else
11294   ac_cpp_err=yes
11295 fi
11296 if test -z "$ac_cpp_err"; then
11297   # Broken: success on invalid input.
11298 continue
11299 else
11300   echo "$as_me: failed program was:" >&5
11301 sed 's/^/| /' conftest.$ac_ext >&5
11302
11303   # Passes both tests.
11304 ac_preproc_ok=:
11305 break
11306 fi
11307 rm -f conftest.err conftest.$ac_ext
11308
11309 done
11310 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
11311 rm -f conftest.err conftest.$ac_ext
11312 if $ac_preproc_ok; then
11313   break
11314 fi
11315
11316     done
11317     ac_cv_prog_CPP=$CPP
11318
11319 fi
11320   CPP=$ac_cv_prog_CPP
11321 else
11322   ac_cv_prog_CPP=$CPP
11323 fi
11324 echo "$as_me:$LINENO: result: $CPP" >&5
11325 echo "${ECHO_T}$CPP" >&6
11326 ac_preproc_ok=false
11327 for ac_c_preproc_warn_flag in '' yes
11328 do
11329   # Use a header file that comes with gcc, so configuring glibc
11330   # with a fresh cross-compiler works.
11331   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11332   # <limits.h> exists even on freestanding compilers.
11333   # On the NeXT, cc -E runs the code through the compiler's parser,
11334   # not just through cpp. "Syntax error" is here to catch this case.
11335   cat >conftest.$ac_ext <<_ACEOF
11336 /* confdefs.h.  */
11337 _ACEOF
11338 cat confdefs.h >>conftest.$ac_ext
11339 cat >>conftest.$ac_ext <<_ACEOF
11340 /* end confdefs.h.  */
11341 #ifdef __STDC__
11342 # include <limits.h>
11343 #else
11344 # include <assert.h>
11345 #endif
11346                      Syntax error
11347 _ACEOF
11348 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11349   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11350   ac_status=$?
11351   grep -v '^ *+' conftest.er1 >conftest.err
11352   rm -f conftest.er1
11353   cat conftest.err >&5
11354   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11355   (exit $ac_status); } >/dev/null; then
11356   if test -s conftest.err; then
11357     ac_cpp_err=$ac_c_preproc_warn_flag
11358     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
11359   else
11360     ac_cpp_err=
11361   fi
11362 else
11363   ac_cpp_err=yes
11364 fi
11365 if test -z "$ac_cpp_err"; then
11366   :
11367 else
11368   echo "$as_me: failed program was:" >&5
11369 sed 's/^/| /' conftest.$ac_ext >&5
11370
11371   # Broken: fails on valid input.
11372 continue
11373 fi
11374 rm -f conftest.err conftest.$ac_ext
11375
11376   # OK, works on sane cases.  Now check whether non-existent headers
11377   # can be detected and how.
11378   cat >conftest.$ac_ext <<_ACEOF
11379 /* confdefs.h.  */
11380 _ACEOF
11381 cat confdefs.h >>conftest.$ac_ext
11382 cat >>conftest.$ac_ext <<_ACEOF
11383 /* end confdefs.h.  */
11384 #include <ac_nonexistent.h>
11385 _ACEOF
11386 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11387   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11388   ac_status=$?
11389   grep -v '^ *+' conftest.er1 >conftest.err
11390   rm -f conftest.er1
11391   cat conftest.err >&5
11392   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11393   (exit $ac_status); } >/dev/null; then
11394   if test -s conftest.err; then
11395     ac_cpp_err=$ac_c_preproc_warn_flag
11396     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
11397   else
11398     ac_cpp_err=
11399   fi
11400 else
11401   ac_cpp_err=yes
11402 fi
11403 if test -z "$ac_cpp_err"; then
11404   # Broken: success on invalid input.
11405 continue
11406 else
11407   echo "$as_me: failed program was:" >&5
11408 sed 's/^/| /' conftest.$ac_ext >&5
11409
11410   # Passes both tests.
11411 ac_preproc_ok=:
11412 break
11413 fi
11414 rm -f conftest.err conftest.$ac_ext
11415
11416 done
11417 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
11418 rm -f conftest.err conftest.$ac_ext
11419 if $ac_preproc_ok; then
11420   :
11421 else
11422   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
11423 See \`config.log' for more details." >&5
11424 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
11425 See \`config.log' for more details." >&2;}
11426    { (exit 1); exit 1; }; }
11427 fi
11428
11429 ac_ext=c
11430 ac_cpp='$CPP $CPPFLAGS'
11431 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11432 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11433 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11434
11435
11436 echo "$as_me:$LINENO: checking for egrep" >&5
11437 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
11438 if test "${ac_cv_prog_egrep+set}" = set; then
11439   echo $ECHO_N "(cached) $ECHO_C" >&6
11440 else
11441   if echo a | (grep -E '(a|b)') >/dev/null 2>&1
11442     then ac_cv_prog_egrep='grep -E'
11443     else ac_cv_prog_egrep='egrep'
11444     fi
11445 fi
11446 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
11447 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
11448  EGREP=$ac_cv_prog_egrep
11449
11450
11451 if test $ac_cv_c_compiler_gnu = yes; then
11452     echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
11453 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
11454 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
11455   echo $ECHO_N "(cached) $ECHO_C" >&6
11456 else
11457     ac_pattern="Autoconf.*'x'"
11458   cat >conftest.$ac_ext <<_ACEOF
11459 /* confdefs.h.  */
11460 _ACEOF
11461 cat confdefs.h >>conftest.$ac_ext
11462 cat >>conftest.$ac_ext <<_ACEOF
11463 /* end confdefs.h.  */
11464 #include <sgtty.h>
11465 Autoconf TIOCGETP
11466 _ACEOF
11467 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11468   $EGREP "$ac_pattern" >/dev/null 2>&1; then
11469   ac_cv_prog_gcc_traditional=yes
11470 else
11471   ac_cv_prog_gcc_traditional=no
11472 fi
11473 rm -f conftest*
11474
11475
11476   if test $ac_cv_prog_gcc_traditional = no; then
11477     cat >conftest.$ac_ext <<_ACEOF
11478 /* confdefs.h.  */
11479 _ACEOF
11480 cat confdefs.h >>conftest.$ac_ext
11481 cat >>conftest.$ac_ext <<_ACEOF
11482 /* end confdefs.h.  */
11483 #include <termio.h>
11484 Autoconf TCGETA
11485 _ACEOF
11486 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11487   $EGREP "$ac_pattern" >/dev/null 2>&1; then
11488   ac_cv_prog_gcc_traditional=yes
11489 fi
11490 rm -f conftest*
11491
11492   fi
11493 fi
11494 echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
11495 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
11496   if test $ac_cv_prog_gcc_traditional = yes; then
11497     CC="$CC -traditional"
11498   fi
11499 fi
11500
11501
11502
11503
11504 ac_ext=cc
11505 ac_cpp='$CXXCPP $CPPFLAGS'
11506 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11507 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11508 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
11509
11510
11511 CXXFLAGS=${CXXFLAGS:=}
11512 ac_ext=cc
11513 ac_cpp='$CXXCPP $CPPFLAGS'
11514 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11515 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11516 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
11517 if test -n "$ac_tool_prefix"; then
11518   for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
11519   do
11520     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
11521 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
11522 echo "$as_me:$LINENO: checking for $ac_word" >&5
11523 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11524 if test "${ac_cv_prog_CXX+set}" = set; then
11525   echo $ECHO_N "(cached) $ECHO_C" >&6
11526 else
11527   if test -n "$CXX"; then
11528   ac_cv_prog_CXX="$CXX" # Let the user override the test.
11529 else
11530 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11531 for as_dir in $PATH
11532 do
11533   IFS=$as_save_IFS
11534   test -z "$as_dir" && as_dir=.
11535   for ac_exec_ext in '' $ac_executable_extensions; do
11536   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11537     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
11538     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11539     break 2
11540   fi
11541 done
11542 done
11543
11544 fi
11545 fi
11546 CXX=$ac_cv_prog_CXX
11547 if test -n "$CXX"; then
11548   echo "$as_me:$LINENO: result: $CXX" >&5
11549 echo "${ECHO_T}$CXX" >&6
11550 else
11551   echo "$as_me:$LINENO: result: no" >&5
11552 echo "${ECHO_T}no" >&6
11553 fi
11554
11555     test -n "$CXX" && break
11556   done
11557 fi
11558 if test -z "$CXX"; then
11559   ac_ct_CXX=$CXX
11560   for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
11561 do
11562   # Extract the first word of "$ac_prog", so it can be a program name with args.
11563 set dummy $ac_prog; ac_word=$2
11564 echo "$as_me:$LINENO: checking for $ac_word" >&5
11565 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11566 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
11567   echo $ECHO_N "(cached) $ECHO_C" >&6
11568 else
11569   if test -n "$ac_ct_CXX"; then
11570   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
11571 else
11572 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11573 for as_dir in $PATH
11574 do
11575   IFS=$as_save_IFS
11576   test -z "$as_dir" && as_dir=.
11577   for ac_exec_ext in '' $ac_executable_extensions; do
11578   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11579     ac_cv_prog_ac_ct_CXX="$ac_prog"
11580     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11581     break 2
11582   fi
11583 done
11584 done
11585
11586 fi
11587 fi
11588 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
11589 if test -n "$ac_ct_CXX"; then
11590   echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
11591 echo "${ECHO_T}$ac_ct_CXX" >&6
11592 else
11593   echo "$as_me:$LINENO: result: no" >&5
11594 echo "${ECHO_T}no" >&6
11595 fi
11596
11597   test -n "$ac_ct_CXX" && break
11598 done
11599 test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
11600
11601   CXX=$ac_ct_CXX
11602 fi
11603
11604
11605 # Provide some information about the compiler.
11606 echo "$as_me:$LINENO:" \
11607      "checking for C++ compiler version" >&5
11608 ac_compiler=`set X $ac_compile; echo $2`
11609 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
11610   (eval $ac_compiler --version </dev/null >&5) 2>&5
11611   ac_status=$?
11612   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11613   (exit $ac_status); }
11614 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
11615   (eval $ac_compiler -v </dev/null >&5) 2>&5
11616   ac_status=$?
11617   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11618   (exit $ac_status); }
11619 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
11620   (eval $ac_compiler -V </dev/null >&5) 2>&5
11621   ac_status=$?
11622   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11623   (exit $ac_status); }
11624
11625 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
11626 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
11627 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
11628   echo $ECHO_N "(cached) $ECHO_C" >&6
11629 else
11630   cat >conftest.$ac_ext <<_ACEOF
11631 /* confdefs.h.  */
11632 _ACEOF
11633 cat confdefs.h >>conftest.$ac_ext
11634 cat >>conftest.$ac_ext <<_ACEOF
11635 /* end confdefs.h.  */
11636
11637 int
11638 main ()
11639 {
11640 #ifndef __GNUC__
11641        choke me
11642 #endif
11643
11644   ;
11645   return 0;
11646 }
11647 _ACEOF
11648 rm -f conftest.$ac_objext
11649 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11650   (eval $ac_compile) 2>conftest.er1
11651   ac_status=$?
11652   grep -v '^ *+' conftest.er1 >conftest.err
11653   rm -f conftest.er1
11654   cat conftest.err >&5
11655   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11656   (exit $ac_status); } &&
11657          { ac_try='test -z "$ac_cxx_werror_flag"
11658                          || test ! -s conftest.err'
11659   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11660   (eval $ac_try) 2>&5
11661   ac_status=$?
11662   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11663   (exit $ac_status); }; } &&
11664          { ac_try='test -s conftest.$ac_objext'
11665   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11666   (eval $ac_try) 2>&5
11667   ac_status=$?
11668   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11669   (exit $ac_status); }; }; then
11670   ac_compiler_gnu=yes
11671 else
11672   echo "$as_me: failed program was:" >&5
11673 sed 's/^/| /' conftest.$ac_ext >&5
11674
11675 ac_compiler_gnu=no
11676 fi
11677 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11678 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
11679
11680 fi
11681 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
11682 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
11683 GXX=`test $ac_compiler_gnu = yes && echo yes`
11684 ac_test_CXXFLAGS=${CXXFLAGS+set}
11685 ac_save_CXXFLAGS=$CXXFLAGS
11686 CXXFLAGS="-g"
11687 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
11688 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
11689 if test "${ac_cv_prog_cxx_g+set}" = set; then
11690   echo $ECHO_N "(cached) $ECHO_C" >&6
11691 else
11692   cat >conftest.$ac_ext <<_ACEOF
11693 /* confdefs.h.  */
11694 _ACEOF
11695 cat confdefs.h >>conftest.$ac_ext
11696 cat >>conftest.$ac_ext <<_ACEOF
11697 /* end confdefs.h.  */
11698
11699 int
11700 main ()
11701 {
11702
11703   ;
11704   return 0;
11705 }
11706 _ACEOF
11707 rm -f conftest.$ac_objext
11708 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11709   (eval $ac_compile) 2>conftest.er1
11710   ac_status=$?
11711   grep -v '^ *+' conftest.er1 >conftest.err
11712   rm -f conftest.er1
11713   cat conftest.err >&5
11714   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11715   (exit $ac_status); } &&
11716          { ac_try='test -z "$ac_cxx_werror_flag"
11717                          || test ! -s conftest.err'
11718   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11719   (eval $ac_try) 2>&5
11720   ac_status=$?
11721   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11722   (exit $ac_status); }; } &&
11723          { ac_try='test -s conftest.$ac_objext'
11724   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11725   (eval $ac_try) 2>&5
11726   ac_status=$?
11727   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11728   (exit $ac_status); }; }; then
11729   ac_cv_prog_cxx_g=yes
11730 else
11731   echo "$as_me: failed program was:" >&5
11732 sed 's/^/| /' conftest.$ac_ext >&5
11733
11734 ac_cv_prog_cxx_g=no
11735 fi
11736 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11737 fi
11738 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
11739 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
11740 if test "$ac_test_CXXFLAGS" = set; then
11741   CXXFLAGS=$ac_save_CXXFLAGS
11742 elif test $ac_cv_prog_cxx_g = yes; then
11743   if test "$GXX" = yes; then
11744     CXXFLAGS="-g -O2"
11745   else
11746     CXXFLAGS="-g"
11747   fi
11748 else
11749   if test "$GXX" = yes; then
11750     CXXFLAGS="-O2"
11751   else
11752     CXXFLAGS=
11753   fi
11754 fi
11755 for ac_declaration in \
11756    '' \
11757    'extern "C" void std::exit (int) throw (); using std::exit;' \
11758    'extern "C" void std::exit (int); using std::exit;' \
11759    'extern "C" void exit (int) throw ();' \
11760    'extern "C" void exit (int);' \
11761    'void exit (int);'
11762 do
11763   cat >conftest.$ac_ext <<_ACEOF
11764 /* confdefs.h.  */
11765 _ACEOF
11766 cat confdefs.h >>conftest.$ac_ext
11767 cat >>conftest.$ac_ext <<_ACEOF
11768 /* end confdefs.h.  */
11769 $ac_declaration
11770 #include <stdlib.h>
11771 int
11772 main ()
11773 {
11774 exit (42);
11775   ;
11776   return 0;
11777 }
11778 _ACEOF
11779 rm -f conftest.$ac_objext
11780 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11781   (eval $ac_compile) 2>conftest.er1
11782   ac_status=$?
11783   grep -v '^ *+' conftest.er1 >conftest.err
11784   rm -f conftest.er1
11785   cat conftest.err >&5
11786   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11787   (exit $ac_status); } &&
11788          { ac_try='test -z "$ac_cxx_werror_flag"
11789                          || test ! -s conftest.err'
11790   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11791   (eval $ac_try) 2>&5
11792   ac_status=$?
11793   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11794   (exit $ac_status); }; } &&
11795          { ac_try='test -s conftest.$ac_objext'
11796   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11797   (eval $ac_try) 2>&5
11798   ac_status=$?
11799   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11800   (exit $ac_status); }; }; then
11801   :
11802 else
11803   echo "$as_me: failed program was:" >&5
11804 sed 's/^/| /' conftest.$ac_ext >&5
11805
11806 continue
11807 fi
11808 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11809   cat >conftest.$ac_ext <<_ACEOF
11810 /* confdefs.h.  */
11811 _ACEOF
11812 cat confdefs.h >>conftest.$ac_ext
11813 cat >>conftest.$ac_ext <<_ACEOF
11814 /* end confdefs.h.  */
11815 $ac_declaration
11816 int
11817 main ()
11818 {
11819 exit (42);
11820   ;
11821   return 0;
11822 }
11823 _ACEOF
11824 rm -f conftest.$ac_objext
11825 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11826   (eval $ac_compile) 2>conftest.er1
11827   ac_status=$?
11828   grep -v '^ *+' conftest.er1 >conftest.err
11829   rm -f conftest.er1
11830   cat conftest.err >&5
11831   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11832   (exit $ac_status); } &&
11833          { ac_try='test -z "$ac_cxx_werror_flag"
11834                          || test ! -s conftest.err'
11835   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11836   (eval $ac_try) 2>&5
11837   ac_status=$?
11838   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11839   (exit $ac_status); }; } &&
11840          { ac_try='test -s conftest.$ac_objext'
11841   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11842   (eval $ac_try) 2>&5
11843   ac_status=$?
11844   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11845   (exit $ac_status); }; }; then
11846   break
11847 else
11848   echo "$as_me: failed program was:" >&5
11849 sed 's/^/| /' conftest.$ac_ext >&5
11850
11851 fi
11852 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11853 done
11854 rm -f conftest*
11855 if test -n "$ac_declaration"; then
11856   echo '#ifdef __cplusplus' >>confdefs.h
11857   echo $ac_declaration      >>confdefs.h
11858   echo '#endif'             >>confdefs.h
11859 fi
11860
11861 ac_ext=cc
11862 ac_cpp='$CXXCPP $CPPFLAGS'
11863 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11864 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11865 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
11866
11867
11868 ac_ext=c
11869 ac_cpp='$CPP $CPPFLAGS'
11870 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11871 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11872 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11873
11874
11875 if test -n "$ac_tool_prefix"; then
11876   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
11877 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
11878 echo "$as_me:$LINENO: checking for $ac_word" >&5
11879 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11880 if test "${ac_cv_prog_RANLIB+set}" = set; then
11881   echo $ECHO_N "(cached) $ECHO_C" >&6
11882 else
11883   if test -n "$RANLIB"; then
11884   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
11885 else
11886 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11887 for as_dir in $PATH
11888 do
11889   IFS=$as_save_IFS
11890   test -z "$as_dir" && as_dir=.
11891   for ac_exec_ext in '' $ac_executable_extensions; do
11892   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11893     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
11894     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11895     break 2
11896   fi
11897 done
11898 done
11899
11900 fi
11901 fi
11902 RANLIB=$ac_cv_prog_RANLIB
11903 if test -n "$RANLIB"; then
11904   echo "$as_me:$LINENO: result: $RANLIB" >&5
11905 echo "${ECHO_T}$RANLIB" >&6
11906 else
11907   echo "$as_me:$LINENO: result: no" >&5
11908 echo "${ECHO_T}no" >&6
11909 fi
11910
11911 fi
11912 if test -z "$ac_cv_prog_RANLIB"; then
11913   ac_ct_RANLIB=$RANLIB
11914   # Extract the first word of "ranlib", so it can be a program name with args.
11915 set dummy ranlib; ac_word=$2
11916 echo "$as_me:$LINENO: checking for $ac_word" >&5
11917 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11918 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
11919   echo $ECHO_N "(cached) $ECHO_C" >&6
11920 else
11921   if test -n "$ac_ct_RANLIB"; then
11922   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
11923 else
11924 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11925 for as_dir in $PATH
11926 do
11927   IFS=$as_save_IFS
11928   test -z "$as_dir" && as_dir=.
11929   for ac_exec_ext in '' $ac_executable_extensions; do
11930   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11931     ac_cv_prog_ac_ct_RANLIB="ranlib"
11932     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11933     break 2
11934   fi
11935 done
11936 done
11937
11938   test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
11939 fi
11940 fi
11941 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
11942 if test -n "$ac_ct_RANLIB"; then
11943   echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
11944 echo "${ECHO_T}$ac_ct_RANLIB" >&6
11945 else
11946   echo "$as_me:$LINENO: result: no" >&5
11947 echo "${ECHO_T}no" >&6
11948 fi
11949
11950   RANLIB=$ac_ct_RANLIB
11951 else
11952   RANLIB="$ac_cv_prog_RANLIB"
11953 fi
11954
11955
11956 # Extract the first word of "ar", so it can be a program name with args.
11957 set dummy ar; ac_word=$2
11958 echo "$as_me:$LINENO: checking for $ac_word" >&5
11959 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11960 if test "${ac_cv_prog_AR+set}" = set; then
11961   echo $ECHO_N "(cached) $ECHO_C" >&6
11962 else
11963   if test -n "$AR"; then
11964   ac_cv_prog_AR="$AR" # Let the user override the test.
11965 else
11966 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11967 for as_dir in $PATH
11968 do
11969   IFS=$as_save_IFS
11970   test -z "$as_dir" && as_dir=.
11971   for ac_exec_ext in '' $ac_executable_extensions; do
11972   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11973     ac_cv_prog_AR="ar"
11974     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11975     break 2
11976   fi
11977 done
11978 done
11979
11980 fi
11981 fi
11982 AR=$ac_cv_prog_AR
11983 if test -n "$AR"; then
11984   echo "$as_me:$LINENO: result: $AR" >&5
11985 echo "${ECHO_T}$AR" >&6
11986 else
11987   echo "$as_me:$LINENO: result: no" >&5
11988 echo "${ECHO_T}no" >&6
11989 fi
11990
11991 if test "x$AR" = "x" ; then
11992     { { echo "$as_me:$LINENO: error: ar is needed to build wxWidgets" >&5
11993 echo "$as_me: error: ar is needed to build wxWidgets" >&2;}
11994    { (exit 1); exit 1; }; }
11995 fi
11996
11997 # Find a good install program.  We prefer a C program (faster),
11998 # so one script is as good as another.  But avoid the broken or
11999 # incompatible versions:
12000 # SysV /etc/install, /usr/sbin/install
12001 # SunOS /usr/etc/install
12002 # IRIX /sbin/install
12003 # AIX /bin/install
12004 # AmigaOS /C/install, which installs bootblocks on floppy discs
12005 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
12006 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
12007 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
12008 # OS/2's system install, which has a completely different semantic
12009 # ./install, which can be erroneously created by make from ./install.sh.
12010 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
12011 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
12012 if test -z "$INSTALL"; then
12013 if test "${ac_cv_path_install+set}" = set; then
12014   echo $ECHO_N "(cached) $ECHO_C" >&6
12015 else
12016   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12017 for as_dir in $PATH
12018 do
12019   IFS=$as_save_IFS
12020   test -z "$as_dir" && as_dir=.
12021   # Account for people who put trailing slashes in PATH elements.
12022 case $as_dir/ in
12023   ./ | .// | /cC/* | \
12024   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
12025   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
12026   /usr/ucb/* ) ;;
12027   *)
12028     # OSF1 and SCO ODT 3.0 have their own names for install.
12029     # Don't use installbsd from OSF since it installs stuff as root
12030     # by default.
12031     for ac_prog in ginstall scoinst install; do
12032       for ac_exec_ext in '' $ac_executable_extensions; do
12033         if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
12034           if test $ac_prog = install &&
12035             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
12036             # AIX install.  It has an incompatible calling convention.
12037             :
12038           elif test $ac_prog = install &&
12039             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
12040             # program-specific install script used by HP pwplus--don't use.
12041             :
12042           else
12043             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
12044             break 3
12045           fi
12046         fi
12047       done
12048     done
12049     ;;
12050 esac
12051 done
12052
12053
12054 fi
12055   if test "${ac_cv_path_install+set}" = set; then
12056     INSTALL=$ac_cv_path_install
12057   else
12058     # As a last resort, use the slow shell script.  We don't cache a
12059     # path for INSTALL within a source directory, because that will
12060     # break other packages using the cache if that directory is
12061     # removed, or if the path is relative.
12062     INSTALL=$ac_install_sh
12063   fi
12064 fi
12065 echo "$as_me:$LINENO: result: $INSTALL" >&5
12066 echo "${ECHO_T}$INSTALL" >&6
12067
12068 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
12069 # It thinks the first close brace ends the variable substitution.
12070 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
12071
12072 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
12073
12074 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
12075
12076
12077 case ${INSTALL} in
12078   /* ) # Absolute
12079      ;;
12080   ?:* ) # Drive letter, considered as absolute.
12081      ;;
12082   *)
12083      INSTALL=`pwd`/${INSTALL} ;;
12084 esac
12085
12086
12087 case "${host}" in
12088
12089                 powerpc-*-darwin* )
12090         INSTALL_PROGRAM="cp -fp"
12091         INSTALL_DATA="cp -fp"
12092         ;;
12093     *)
12094         ;;
12095 esac
12096
12097 # Extract the first word of "strip", so it can be a program name with args.
12098 set dummy strip; ac_word=$2
12099 echo "$as_me:$LINENO: checking for $ac_word" >&5
12100 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12101 if test "${ac_cv_prog_STRIP+set}" = set; then
12102   echo $ECHO_N "(cached) $ECHO_C" >&6
12103 else
12104   if test -n "$STRIP"; then
12105   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
12106 else
12107 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12108 for as_dir in $PATH
12109 do
12110   IFS=$as_save_IFS
12111   test -z "$as_dir" && as_dir=.
12112   for ac_exec_ext in '' $ac_executable_extensions; do
12113   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12114     ac_cv_prog_STRIP="strip"
12115     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12116     break 2
12117   fi
12118 done
12119 done
12120
12121   test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP="true"
12122 fi
12123 fi
12124 STRIP=$ac_cv_prog_STRIP
12125 if test -n "$STRIP"; then
12126   echo "$as_me:$LINENO: result: $STRIP" >&5
12127 echo "${ECHO_T}$STRIP" >&6
12128 else
12129   echo "$as_me:$LINENO: result: no" >&5
12130 echo "${ECHO_T}no" >&6
12131 fi
12132
12133
12134 echo "$as_me:$LINENO: checking if make is GNU make" >&5
12135 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
12136 if test "${wx_cv_prog_makeisgnu+set}" = set; then
12137   echo $ECHO_N "(cached) $ECHO_C" >&6
12138 else
12139
12140     if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
12141             egrep -s GNU > /dev/null); then
12142         wx_cv_prog_makeisgnu="yes"
12143     else
12144         wx_cv_prog_makeisgnu="no"
12145     fi
12146
12147 fi
12148 echo "$as_me:$LINENO: result: $wx_cv_prog_makeisgnu" >&5
12149 echo "${ECHO_T}$wx_cv_prog_makeisgnu" >&6
12150
12151 if test "x$wx_cv_prog_makeisgnu" = "xyes"; then
12152     IF_GNU_MAKE=""
12153 else
12154     IF_GNU_MAKE="#"
12155 fi
12156
12157
12158
12159 if test "x$wx_cv_prog_makeisgnu" != "xyes"; then
12160 echo "$as_me:$LINENO: checking if make supports VPATH" >&5
12161 echo $ECHO_N "checking if make supports VPATH... $ECHO_C" >&6
12162 if test "${wx_cv_prog_makevpath+set}" = set; then
12163   echo $ECHO_N "(cached) $ECHO_C" >&6
12164 else
12165
12166 cat - << EOF > confMake
12167 check : file
12168         cp \$? \$@
12169         cp \$? final_file
12170 EOF
12171
12172 if test ! -d sub ; then
12173   mkdir sub
12174 fi
12175 echo dummy > sub/file
12176 ${MAKE-make} -f confMake VPATH=sub 2>&5 > /dev/null
12177 RESULT=$?
12178 rm -f sub/file check final_file confMake
12179 rmdir sub
12180 if test "$RESULT" = 0; then
12181   wx_cv_prog_makevpath="yes"
12182 else
12183   wx_cv_prog_makevpath="no"
12184 fi
12185
12186 fi
12187 echo "$as_me:$LINENO: result: $wx_cv_prog_makevpath" >&5
12188 echo "${ECHO_T}$wx_cv_prog_makevpath" >&6
12189
12190 if test "x$wx_cv_prog_makevpath" != "xyes"; then
12191 { { echo "$as_me:$LINENO: error:
12192 You need a make-utility that is able to use the variable
12193 VPATH correctly.
12194 If your version of make does not support VPATH correctly,
12195 please install GNU-make (possibly as gmake), and start
12196 configure with the following command:
12197 export MAKE=gmake; ./configure  for sh-type shells
12198 setenv MAKE gmake; ./configure  for csh-type shells
12199 Also please do remember to use gmake in this case every time
12200 you are trying to compile.
12201 " >&5
12202 echo "$as_me: error:
12203 You need a make-utility that is able to use the variable
12204 VPATH correctly.
12205 If your version of make does not support VPATH correctly,
12206 please install GNU-make (possibly as gmake), and start
12207 configure with the following command:
12208 export MAKE=gmake; ./configure  for sh-type shells
12209 setenv MAKE gmake; ./configure  for csh-type shells
12210 Also please do remember to use gmake in this case every time
12211 you are trying to compile.
12212 " >&2;}
12213    { (exit 1); exit 1; }; }
12214 fi fi
12215 echo "$as_me:$LINENO: checking whether ln -s works" >&5
12216 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
12217 LN_S=$as_ln_s
12218 if test "$LN_S" = "ln -s"; then
12219   echo "$as_me:$LINENO: result: yes" >&5
12220 echo "${ECHO_T}yes" >&6
12221 else
12222   echo "$as_me:$LINENO: result: no, using $LN_S" >&5
12223 echo "${ECHO_T}no, using $LN_S" >&6
12224 fi
12225
12226
12227
12228 case "${host}" in
12229   *-pc-os2_emx | *-pc-os2-emx )
12230                                                       if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
12231                               echo "$as_me:$LINENO: checking for drand48 in -lcExt" >&5
12232 echo $ECHO_N "checking for drand48 in -lcExt... $ECHO_C" >&6
12233 if test "${ac_cv_lib_cExt_drand48+set}" = set; then
12234   echo $ECHO_N "(cached) $ECHO_C" >&6
12235 else
12236   ac_check_lib_save_LIBS=$LIBS
12237 LIBS="-lcExt  $LIBS"
12238 cat >conftest.$ac_ext <<_ACEOF
12239 /* confdefs.h.  */
12240 _ACEOF
12241 cat confdefs.h >>conftest.$ac_ext
12242 cat >>conftest.$ac_ext <<_ACEOF
12243 /* end confdefs.h.  */
12244
12245 /* Override any gcc2 internal prototype to avoid an error.  */
12246 #ifdef __cplusplus
12247 extern "C"
12248 #endif
12249 /* We use char because int might match the return type of a gcc2
12250    builtin and then its argument prototype would still apply.  */
12251 char drand48 ();
12252 int
12253 main ()
12254 {
12255 drand48 ();
12256   ;
12257   return 0;
12258 }
12259 _ACEOF
12260 rm -f conftest.$ac_objext conftest$ac_exeext
12261 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12262   (eval $ac_link) 2>conftest.er1
12263   ac_status=$?
12264   grep -v '^ *+' conftest.er1 >conftest.err
12265   rm -f conftest.er1
12266   cat conftest.err >&5
12267   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12268   (exit $ac_status); } &&
12269          { ac_try='test -z "$ac_c_werror_flag"
12270                          || test ! -s conftest.err'
12271   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12272   (eval $ac_try) 2>&5
12273   ac_status=$?
12274   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12275   (exit $ac_status); }; } &&
12276          { ac_try='test -s conftest$ac_exeext'
12277   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12278   (eval $ac_try) 2>&5
12279   ac_status=$?
12280   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12281   (exit $ac_status); }; }; then
12282   ac_cv_lib_cExt_drand48=yes
12283 else
12284   echo "$as_me: failed program was:" >&5
12285 sed 's/^/| /' conftest.$ac_ext >&5
12286
12287 ac_cv_lib_cExt_drand48=no
12288 fi
12289 rm -f conftest.err conftest.$ac_objext \
12290       conftest$ac_exeext conftest.$ac_ext
12291 LIBS=$ac_check_lib_save_LIBS
12292 fi
12293 echo "$as_me:$LINENO: result: $ac_cv_lib_cExt_drand48" >&5
12294 echo "${ECHO_T}$ac_cv_lib_cExt_drand48" >&6
12295 if test $ac_cv_lib_cExt_drand48 = yes; then
12296   LIBS="$LIBS -lcExt"
12297 fi
12298
12299       else
12300                     RESPROGRAMOBJ="\${top_srcdir}/include/wx/os2/wx.res"
12301       fi
12302       echo "$as_me:$LINENO: checking for gcc version" >&5
12303 echo $ECHO_N "checking for gcc version... $ECHO_C" >&6
12304 if test "${wx_cv_gccversion+set}" = set; then
12305   echo $ECHO_N "(cached) $ECHO_C" >&6
12306 else
12307
12308           cat >conftest.$ac_ext <<_ACEOF
12309 /* confdefs.h.  */
12310 _ACEOF
12311 cat confdefs.h >>conftest.$ac_ext
12312 cat >>conftest.$ac_ext <<_ACEOF
12313 /* end confdefs.h.  */
12314
12315 int
12316 main ()
12317 {
12318
12319                   #if (__GNUC__ < 3)
12320                       #error old gcc
12321                   #endif
12322
12323   ;
12324   return 0;
12325 }
12326 _ACEOF
12327 rm -f conftest.$ac_objext
12328 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12329   (eval $ac_compile) 2>conftest.er1
12330   ac_status=$?
12331   grep -v '^ *+' conftest.er1 >conftest.err
12332   rm -f conftest.er1
12333   cat conftest.err >&5
12334   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12335   (exit $ac_status); } &&
12336          { ac_try='test -z "$ac_c_werror_flag"
12337                          || test ! -s conftest.err'
12338   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12339   (eval $ac_try) 2>&5
12340   ac_status=$?
12341   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12342   (exit $ac_status); }; } &&
12343          { ac_try='test -s conftest.$ac_objext'
12344   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12345   (eval $ac_try) 2>&5
12346   ac_status=$?
12347   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12348   (exit $ac_status); }; }; then
12349
12350                   cat >conftest.$ac_ext <<_ACEOF
12351 /* confdefs.h.  */
12352 _ACEOF
12353 cat confdefs.h >>conftest.$ac_ext
12354 cat >>conftest.$ac_ext <<_ACEOF
12355 /* end confdefs.h.  */
12356
12357 int
12358 main ()
12359 {
12360
12361                           #if (__GNUC__==3) && ((__GNUC_MINOR__ < 2) || ((__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__<2)))
12362                               #error intermediate gcc
12363                           #endif
12364
12365   ;
12366   return 0;
12367 }
12368 _ACEOF
12369 rm -f conftest.$ac_objext
12370 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12371   (eval $ac_compile) 2>conftest.er1
12372   ac_status=$?
12373   grep -v '^ *+' conftest.er1 >conftest.err
12374   rm -f conftest.er1
12375   cat conftest.err >&5
12376   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12377   (exit $ac_status); } &&
12378          { ac_try='test -z "$ac_c_werror_flag"
12379                          || test ! -s conftest.err'
12380   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12381   (eval $ac_try) 2>&5
12382   ac_status=$?
12383   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12384   (exit $ac_status); }; } &&
12385          { ac_try='test -s conftest.$ac_objext'
12386   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12387   (eval $ac_try) 2>&5
12388   ac_status=$?
12389   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12390   (exit $ac_status); }; }; then
12391
12392                          wx_cv_gccversion=Innotek
12393
12394 else
12395   echo "$as_me: failed program was:" >&5
12396 sed 's/^/| /' conftest.$ac_ext >&5
12397
12398
12399                          wx_cv_gccversion=3
12400
12401
12402 fi
12403 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12404
12405 else
12406   echo "$as_me: failed program was:" >&5
12407 sed 's/^/| /' conftest.$ac_ext >&5
12408
12409
12410                   wx_cv_gccversion=2
12411
12412
12413 fi
12414 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12415
12416 fi
12417 echo "$as_me:$LINENO: result: $wx_cv_gccversion" >&5
12418 echo "${ECHO_T}$wx_cv_gccversion" >&6
12419       if test "$wx_cv_gccversion" = "2"; then
12420           LIBS="$LIBS -lstdcpp"
12421           LDFLAGS="$LDFLAGS -Zsysv-signals"
12422       else
12423           if test "$wx_cv_gccversion" = "3"; then
12424               LIBS="$LIBS -lstdcxx"
12425               LDFLAGS="$LDFLAGS -Zsysv-signals"
12426           else
12427               LIBS="$LIBS -lstdc++"
12428           fi
12429       fi
12430       if test "$wxUSE_OMF" = "yes"; then
12431         LDFLAGS="$LDFLAGS -Zomf -Zlinker /PMTYPE:PM -Zlinker /EXEPACK"
12432       fi
12433         ;;
12434   *)
12435
12436
12437
12438       ac_ext=cc
12439 ac_cpp='$CXXCPP $CPPFLAGS'
12440 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12441 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12442 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12443
12444
12445
12446 echo "$as_me:$LINENO: checking for strcasecmp() in string.h" >&5
12447 echo $ECHO_N "checking for strcasecmp() in string.h... $ECHO_C" >&6
12448 if test "${ac_cv_string_strcasecmp+set}" = set; then
12449   echo $ECHO_N "(cached) $ECHO_C" >&6
12450 else
12451
12452           cat >conftest.$ac_ext <<_ACEOF
12453 /* confdefs.h.  */
12454 _ACEOF
12455 cat confdefs.h >>conftest.$ac_ext
12456 cat >>conftest.$ac_ext <<_ACEOF
12457 /* end confdefs.h.  */
12458
12459               #include <string.h>
12460
12461 int
12462 main ()
12463 {
12464
12465                   strcasecmp("foo", "bar");
12466
12467   ;
12468   return 0;
12469 }
12470 _ACEOF
12471 rm -f conftest.$ac_objext conftest$ac_exeext
12472 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12473   (eval $ac_link) 2>conftest.er1
12474   ac_status=$?
12475   grep -v '^ *+' conftest.er1 >conftest.err
12476   rm -f conftest.er1
12477   cat conftest.err >&5
12478   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12479   (exit $ac_status); } &&
12480          { ac_try='test -z "$ac_cxx_werror_flag"
12481                          || test ! -s conftest.err'
12482   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12483   (eval $ac_try) 2>&5
12484   ac_status=$?
12485   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12486   (exit $ac_status); }; } &&
12487          { ac_try='test -s conftest$ac_exeext'
12488   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12489   (eval $ac_try) 2>&5
12490   ac_status=$?
12491   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12492   (exit $ac_status); }; }; then
12493   ac_cv_string_strcasecmp=yes
12494 else
12495   echo "$as_me: failed program was:" >&5
12496 sed 's/^/| /' conftest.$ac_ext >&5
12497
12498 ac_cv_string_strcasecmp=no
12499
12500 fi
12501 rm -f conftest.err conftest.$ac_objext \
12502       conftest$ac_exeext conftest.$ac_ext
12503
12504 fi
12505 echo "$as_me:$LINENO: result: $ac_cv_string_strcasecmp" >&5
12506 echo "${ECHO_T}$ac_cv_string_strcasecmp" >&6
12507
12508       if test x"$ac_cv_string_strcasecmp" = "xyes"; then
12509           cat >>confdefs.h <<\_ACEOF
12510 #define HAVE_STRCASECMP_IN_STRING_H 1
12511 _ACEOF
12512
12513       else
12514           echo "$as_me:$LINENO: checking for strcasecmp() in strings.h" >&5
12515 echo $ECHO_N "checking for strcasecmp() in strings.h... $ECHO_C" >&6
12516 if test "${ac_cv_strings_strcasecmp+set}" = set; then
12517   echo $ECHO_N "(cached) $ECHO_C" >&6
12518 else
12519
12520               cat >conftest.$ac_ext <<_ACEOF
12521 /* confdefs.h.  */
12522 _ACEOF
12523 cat confdefs.h >>conftest.$ac_ext
12524 cat >>conftest.$ac_ext <<_ACEOF
12525 /* end confdefs.h.  */
12526
12527                   #include <strings.h>
12528
12529 int
12530 main ()
12531 {
12532
12533                       strcasecmp("foo", "bar");
12534
12535   ;
12536   return 0;
12537 }
12538 _ACEOF
12539 rm -f conftest.$ac_objext conftest$ac_exeext
12540 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12541   (eval $ac_link) 2>conftest.er1
12542   ac_status=$?
12543   grep -v '^ *+' conftest.er1 >conftest.err
12544   rm -f conftest.er1
12545   cat conftest.err >&5
12546   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12547   (exit $ac_status); } &&
12548          { ac_try='test -z "$ac_cxx_werror_flag"
12549                          || test ! -s conftest.err'
12550   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12551   (eval $ac_try) 2>&5
12552   ac_status=$?
12553   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12554   (exit $ac_status); }; } &&
12555          { ac_try='test -s conftest$ac_exeext'
12556   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12557   (eval $ac_try) 2>&5
12558   ac_status=$?
12559   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12560   (exit $ac_status); }; }; then
12561   ac_cv_strings_strcasecmp=yes
12562 else
12563   echo "$as_me: failed program was:" >&5
12564 sed 's/^/| /' conftest.$ac_ext >&5
12565
12566 ac_cv_strings_strcasecmp=no
12567
12568 fi
12569 rm -f conftest.err conftest.$ac_objext \
12570       conftest$ac_exeext conftest.$ac_ext
12571
12572 fi
12573 echo "$as_me:$LINENO: result: $ac_cv_strings_strcasecmp" >&5
12574 echo "${ECHO_T}$ac_cv_strings_strcasecmp" >&6
12575
12576           if test x"$ac_cv_strings_strcasecmp" = "xyes"; then
12577               cat >>confdefs.h <<\_ACEOF
12578 #define HAVE_STRCASECMP_IN_STRINGS_H 1
12579 _ACEOF
12580
12581           else
12582               { { echo "$as_me:$LINENO: error: No case-insensitive string comparison function found." >&5
12583 echo "$as_me: error: No case-insensitive string comparison function found." >&2;}
12584    { (exit 1); exit 1; }; }
12585           fi
12586       fi
12587
12588       ac_ext=c
12589 ac_cpp='$CPP $CPPFLAGS'
12590 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12591 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12592 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12593
12594         ;;
12595 esac
12596
12597
12598 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
12599 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
12600 if test "${ac_cv_header_stdc+set}" = set; then
12601   echo $ECHO_N "(cached) $ECHO_C" >&6
12602 else
12603   cat >conftest.$ac_ext <<_ACEOF
12604 /* confdefs.h.  */
12605 _ACEOF
12606 cat confdefs.h >>conftest.$ac_ext
12607 cat >>conftest.$ac_ext <<_ACEOF
12608 /* end confdefs.h.  */
12609 #include <stdlib.h>
12610 #include <stdarg.h>
12611 #include <string.h>
12612 #include <float.h>
12613
12614 int
12615 main ()
12616 {
12617
12618   ;
12619   return 0;
12620 }
12621 _ACEOF
12622 rm -f conftest.$ac_objext
12623 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12624   (eval $ac_compile) 2>conftest.er1
12625   ac_status=$?
12626   grep -v '^ *+' conftest.er1 >conftest.err
12627   rm -f conftest.er1
12628   cat conftest.err >&5
12629   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12630   (exit $ac_status); } &&
12631          { ac_try='test -z "$ac_c_werror_flag"
12632                          || test ! -s conftest.err'
12633   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12634   (eval $ac_try) 2>&5
12635   ac_status=$?
12636   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12637   (exit $ac_status); }; } &&
12638          { ac_try='test -s conftest.$ac_objext'
12639   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12640   (eval $ac_try) 2>&5
12641   ac_status=$?
12642   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12643   (exit $ac_status); }; }; then
12644   ac_cv_header_stdc=yes
12645 else
12646   echo "$as_me: failed program was:" >&5
12647 sed 's/^/| /' conftest.$ac_ext >&5
12648
12649 ac_cv_header_stdc=no
12650 fi
12651 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12652
12653 if test $ac_cv_header_stdc = yes; then
12654   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
12655   cat >conftest.$ac_ext <<_ACEOF
12656 /* confdefs.h.  */
12657 _ACEOF
12658 cat confdefs.h >>conftest.$ac_ext
12659 cat >>conftest.$ac_ext <<_ACEOF
12660 /* end confdefs.h.  */
12661 #include <string.h>
12662
12663 _ACEOF
12664 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12665   $EGREP "memchr" >/dev/null 2>&1; then
12666   :
12667 else
12668   ac_cv_header_stdc=no
12669 fi
12670 rm -f conftest*
12671
12672 fi
12673
12674 if test $ac_cv_header_stdc = yes; then
12675   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
12676   cat >conftest.$ac_ext <<_ACEOF
12677 /* confdefs.h.  */
12678 _ACEOF
12679 cat confdefs.h >>conftest.$ac_ext
12680 cat >>conftest.$ac_ext <<_ACEOF
12681 /* end confdefs.h.  */
12682 #include <stdlib.h>
12683
12684 _ACEOF
12685 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12686   $EGREP "free" >/dev/null 2>&1; then
12687   :
12688 else
12689   ac_cv_header_stdc=no
12690 fi
12691 rm -f conftest*
12692
12693 fi
12694
12695 if test $ac_cv_header_stdc = yes; then
12696   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
12697   if test "$cross_compiling" = yes; then
12698   :
12699 else
12700   cat >conftest.$ac_ext <<_ACEOF
12701 /* confdefs.h.  */
12702 _ACEOF
12703 cat confdefs.h >>conftest.$ac_ext
12704 cat >>conftest.$ac_ext <<_ACEOF
12705 /* end confdefs.h.  */
12706 #include <ctype.h>
12707 #if ((' ' & 0x0FF) == 0x020)
12708 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
12709 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
12710 #else
12711 # define ISLOWER(c) \
12712                    (('a' <= (c) && (c) <= 'i') \
12713                      || ('j' <= (c) && (c) <= 'r') \
12714                      || ('s' <= (c) && (c) <= 'z'))
12715 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
12716 #endif
12717
12718 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
12719 int
12720 main ()
12721 {
12722   int i;
12723   for (i = 0; i < 256; i++)
12724     if (XOR (islower (i), ISLOWER (i))
12725         || toupper (i) != TOUPPER (i))
12726       exit(2);
12727   exit (0);
12728 }
12729 _ACEOF
12730 rm -f conftest$ac_exeext
12731 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12732   (eval $ac_link) 2>&5
12733   ac_status=$?
12734   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12735   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12736   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12737   (eval $ac_try) 2>&5
12738   ac_status=$?
12739   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12740   (exit $ac_status); }; }; then
12741   :
12742 else
12743   echo "$as_me: program exited with status $ac_status" >&5
12744 echo "$as_me: failed program was:" >&5
12745 sed 's/^/| /' conftest.$ac_ext >&5
12746
12747 ( exit $ac_status )
12748 ac_cv_header_stdc=no
12749 fi
12750 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12751 fi
12752 fi
12753 fi
12754 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
12755 echo "${ECHO_T}$ac_cv_header_stdc" >&6
12756 if test $ac_cv_header_stdc = yes; then
12757
12758 cat >>confdefs.h <<\_ACEOF
12759 #define STDC_HEADERS 1
12760 _ACEOF
12761
12762 fi
12763
12764 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
12765
12766
12767
12768
12769
12770
12771
12772
12773
12774 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
12775                   inttypes.h stdint.h unistd.h
12776 do
12777 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12778 echo "$as_me:$LINENO: checking for $ac_header" >&5
12779 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12780 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12781   echo $ECHO_N "(cached) $ECHO_C" >&6
12782 else
12783   cat >conftest.$ac_ext <<_ACEOF
12784 /* confdefs.h.  */
12785 _ACEOF
12786 cat confdefs.h >>conftest.$ac_ext
12787 cat >>conftest.$ac_ext <<_ACEOF
12788 /* end confdefs.h.  */
12789 $ac_includes_default
12790
12791 #include <$ac_header>
12792 _ACEOF
12793 rm -f conftest.$ac_objext
12794 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12795   (eval $ac_compile) 2>conftest.er1
12796   ac_status=$?
12797   grep -v '^ *+' conftest.er1 >conftest.err
12798   rm -f conftest.er1
12799   cat conftest.err >&5
12800   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12801   (exit $ac_status); } &&
12802          { ac_try='test -z "$ac_c_werror_flag"
12803                          || test ! -s conftest.err'
12804   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12805   (eval $ac_try) 2>&5
12806   ac_status=$?
12807   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12808   (exit $ac_status); }; } &&
12809          { ac_try='test -s conftest.$ac_objext'
12810   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12811   (eval $ac_try) 2>&5
12812   ac_status=$?
12813   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12814   (exit $ac_status); }; }; then
12815   eval "$as_ac_Header=yes"
12816 else
12817   echo "$as_me: failed program was:" >&5
12818 sed 's/^/| /' conftest.$ac_ext >&5
12819
12820 eval "$as_ac_Header=no"
12821 fi
12822 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12823 fi
12824 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12825 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12826 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12827   cat >>confdefs.h <<_ACEOF
12828 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12829 _ACEOF
12830
12831 fi
12832
12833 done
12834
12835
12836
12837 for ac_header in stdlib.h
12838 do
12839 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12840 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12841   echo "$as_me:$LINENO: checking for $ac_header" >&5
12842 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12843 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12844   echo $ECHO_N "(cached) $ECHO_C" >&6
12845 fi
12846 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12847 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12848 else
12849   # Is the header compilable?
12850 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12851 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12852 cat >conftest.$ac_ext <<_ACEOF
12853 /* confdefs.h.  */
12854 _ACEOF
12855 cat confdefs.h >>conftest.$ac_ext
12856 cat >>conftest.$ac_ext <<_ACEOF
12857 /* end confdefs.h.  */
12858 $ac_includes_default
12859 #include <$ac_header>
12860 _ACEOF
12861 rm -f conftest.$ac_objext
12862 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12863   (eval $ac_compile) 2>conftest.er1
12864   ac_status=$?
12865   grep -v '^ *+' conftest.er1 >conftest.err
12866   rm -f conftest.er1
12867   cat conftest.err >&5
12868   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12869   (exit $ac_status); } &&
12870          { ac_try='test -z "$ac_c_werror_flag"
12871                          || test ! -s conftest.err'
12872   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12873   (eval $ac_try) 2>&5
12874   ac_status=$?
12875   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12876   (exit $ac_status); }; } &&
12877          { ac_try='test -s conftest.$ac_objext'
12878   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12879   (eval $ac_try) 2>&5
12880   ac_status=$?
12881   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12882   (exit $ac_status); }; }; then
12883   ac_header_compiler=yes
12884 else
12885   echo "$as_me: failed program was:" >&5
12886 sed 's/^/| /' conftest.$ac_ext >&5
12887
12888 ac_header_compiler=no
12889 fi
12890 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12891 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12892 echo "${ECHO_T}$ac_header_compiler" >&6
12893
12894 # Is the header present?
12895 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12896 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12897 cat >conftest.$ac_ext <<_ACEOF
12898 /* confdefs.h.  */
12899 _ACEOF
12900 cat confdefs.h >>conftest.$ac_ext
12901 cat >>conftest.$ac_ext <<_ACEOF
12902 /* end confdefs.h.  */
12903 #include <$ac_header>
12904 _ACEOF
12905 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12906   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12907   ac_status=$?
12908   grep -v '^ *+' conftest.er1 >conftest.err
12909   rm -f conftest.er1
12910   cat conftest.err >&5
12911   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12912   (exit $ac_status); } >/dev/null; then
12913   if test -s conftest.err; then
12914     ac_cpp_err=$ac_c_preproc_warn_flag
12915     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12916   else
12917     ac_cpp_err=
12918   fi
12919 else
12920   ac_cpp_err=yes
12921 fi
12922 if test -z "$ac_cpp_err"; then
12923   ac_header_preproc=yes
12924 else
12925   echo "$as_me: failed program was:" >&5
12926 sed 's/^/| /' conftest.$ac_ext >&5
12927
12928   ac_header_preproc=no
12929 fi
12930 rm -f conftest.err conftest.$ac_ext
12931 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12932 echo "${ECHO_T}$ac_header_preproc" >&6
12933
12934 # So?  What about this header?
12935 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12936   yes:no: )
12937     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12938 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12939     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12940 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12941     ac_header_preproc=yes
12942     ;;
12943   no:yes:* )
12944     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12945 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12946     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12947 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12948     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12949 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12950     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12951 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12952     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12953 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12954     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12955 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12956     (
12957       cat <<\_ASBOX
12958 ## ----------------------------------------- ##
12959 ## Report this to wx-dev@lists.wxwidgets.org ##
12960 ## ----------------------------------------- ##
12961 _ASBOX
12962     ) |
12963       sed "s/^/$as_me: WARNING:     /" >&2
12964     ;;
12965 esac
12966 echo "$as_me:$LINENO: checking for $ac_header" >&5
12967 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12968 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12969   echo $ECHO_N "(cached) $ECHO_C" >&6
12970 else
12971   eval "$as_ac_Header=\$ac_header_preproc"
12972 fi
12973 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12974 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12975
12976 fi
12977 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12978   cat >>confdefs.h <<_ACEOF
12979 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12980 _ACEOF
12981
12982 fi
12983
12984 done
12985
12986
12987 for ac_header in malloc.h
12988 do
12989 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12990 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12991   echo "$as_me:$LINENO: checking for $ac_header" >&5
12992 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12993 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12994   echo $ECHO_N "(cached) $ECHO_C" >&6
12995 fi
12996 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12997 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12998 else
12999   # Is the header compilable?
13000 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13001 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13002 cat >conftest.$ac_ext <<_ACEOF
13003 /* confdefs.h.  */
13004 _ACEOF
13005 cat confdefs.h >>conftest.$ac_ext
13006 cat >>conftest.$ac_ext <<_ACEOF
13007 /* end confdefs.h.  */
13008 $ac_includes_default
13009 #include <$ac_header>
13010 _ACEOF
13011 rm -f conftest.$ac_objext
13012 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13013   (eval $ac_compile) 2>conftest.er1
13014   ac_status=$?
13015   grep -v '^ *+' conftest.er1 >conftest.err
13016   rm -f conftest.er1
13017   cat conftest.err >&5
13018   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13019   (exit $ac_status); } &&
13020          { ac_try='test -z "$ac_c_werror_flag"
13021                          || test ! -s conftest.err'
13022   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13023   (eval $ac_try) 2>&5
13024   ac_status=$?
13025   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13026   (exit $ac_status); }; } &&
13027          { ac_try='test -s conftest.$ac_objext'
13028   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13029   (eval $ac_try) 2>&5
13030   ac_status=$?
13031   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13032   (exit $ac_status); }; }; then
13033   ac_header_compiler=yes
13034 else
13035   echo "$as_me: failed program was:" >&5
13036 sed 's/^/| /' conftest.$ac_ext >&5
13037
13038 ac_header_compiler=no
13039 fi
13040 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13041 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13042 echo "${ECHO_T}$ac_header_compiler" >&6
13043
13044 # Is the header present?
13045 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13046 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13047 cat >conftest.$ac_ext <<_ACEOF
13048 /* confdefs.h.  */
13049 _ACEOF
13050 cat confdefs.h >>conftest.$ac_ext
13051 cat >>conftest.$ac_ext <<_ACEOF
13052 /* end confdefs.h.  */
13053 #include <$ac_header>
13054 _ACEOF
13055 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13056   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
13057   ac_status=$?
13058   grep -v '^ *+' conftest.er1 >conftest.err
13059   rm -f conftest.er1
13060   cat conftest.err >&5
13061   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13062   (exit $ac_status); } >/dev/null; then
13063   if test -s conftest.err; then
13064     ac_cpp_err=$ac_c_preproc_warn_flag
13065     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13066   else
13067     ac_cpp_err=
13068   fi
13069 else
13070   ac_cpp_err=yes
13071 fi
13072 if test -z "$ac_cpp_err"; then
13073   ac_header_preproc=yes
13074 else
13075   echo "$as_me: failed program was:" >&5
13076 sed 's/^/| /' conftest.$ac_ext >&5
13077
13078   ac_header_preproc=no
13079 fi
13080 rm -f conftest.err conftest.$ac_ext
13081 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13082 echo "${ECHO_T}$ac_header_preproc" >&6
13083
13084 # So?  What about this header?
13085 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13086   yes:no: )
13087     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13088 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13089     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13090 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13091     ac_header_preproc=yes
13092     ;;
13093   no:yes:* )
13094     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13095 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13096     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
13097 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
13098     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13099 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13100     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
13101 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
13102     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13103 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13104     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13105 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13106     (
13107       cat <<\_ASBOX
13108 ## ----------------------------------------- ##
13109 ## Report this to wx-dev@lists.wxwidgets.org ##
13110 ## ----------------------------------------- ##
13111 _ASBOX
13112     ) |
13113       sed "s/^/$as_me: WARNING:     /" >&2
13114     ;;
13115 esac
13116 echo "$as_me:$LINENO: checking for $ac_header" >&5
13117 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13118 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13119   echo $ECHO_N "(cached) $ECHO_C" >&6
13120 else
13121   eval "$as_ac_Header=\$ac_header_preproc"
13122 fi
13123 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13124 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13125
13126 fi
13127 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13128   cat >>confdefs.h <<_ACEOF
13129 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13130 _ACEOF
13131
13132 fi
13133
13134 done
13135
13136
13137 for ac_header in unistd.h
13138 do
13139 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13140 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13141   echo "$as_me:$LINENO: checking for $ac_header" >&5
13142 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13143 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13144   echo $ECHO_N "(cached) $ECHO_C" >&6
13145 fi
13146 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13147 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13148 else
13149   # Is the header compilable?
13150 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13151 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13152 cat >conftest.$ac_ext <<_ACEOF
13153 /* confdefs.h.  */
13154 _ACEOF
13155 cat confdefs.h >>conftest.$ac_ext
13156 cat >>conftest.$ac_ext <<_ACEOF
13157 /* end confdefs.h.  */
13158 $ac_includes_default
13159 #include <$ac_header>
13160 _ACEOF
13161 rm -f conftest.$ac_objext
13162 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13163   (eval $ac_compile) 2>conftest.er1
13164   ac_status=$?
13165   grep -v '^ *+' conftest.er1 >conftest.err
13166   rm -f conftest.er1
13167   cat conftest.err >&5
13168   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13169   (exit $ac_status); } &&
13170          { ac_try='test -z "$ac_c_werror_flag"
13171                          || test ! -s conftest.err'
13172   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13173   (eval $ac_try) 2>&5
13174   ac_status=$?
13175   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13176   (exit $ac_status); }; } &&
13177          { ac_try='test -s conftest.$ac_objext'
13178   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13179   (eval $ac_try) 2>&5
13180   ac_status=$?
13181   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13182   (exit $ac_status); }; }; then
13183   ac_header_compiler=yes
13184 else
13185   echo "$as_me: failed program was:" >&5
13186 sed 's/^/| /' conftest.$ac_ext >&5
13187
13188 ac_header_compiler=no
13189 fi
13190 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13191 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13192 echo "${ECHO_T}$ac_header_compiler" >&6
13193
13194 # Is the header present?
13195 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13196 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13197 cat >conftest.$ac_ext <<_ACEOF
13198 /* confdefs.h.  */
13199 _ACEOF
13200 cat confdefs.h >>conftest.$ac_ext
13201 cat >>conftest.$ac_ext <<_ACEOF
13202 /* end confdefs.h.  */
13203 #include <$ac_header>
13204 _ACEOF
13205 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13206   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
13207   ac_status=$?
13208   grep -v '^ *+' conftest.er1 >conftest.err
13209   rm -f conftest.er1
13210   cat conftest.err >&5
13211   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13212   (exit $ac_status); } >/dev/null; then
13213   if test -s conftest.err; then
13214     ac_cpp_err=$ac_c_preproc_warn_flag
13215     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13216   else
13217     ac_cpp_err=
13218   fi
13219 else
13220   ac_cpp_err=yes
13221 fi
13222 if test -z "$ac_cpp_err"; then
13223   ac_header_preproc=yes
13224 else
13225   echo "$as_me: failed program was:" >&5
13226 sed 's/^/| /' conftest.$ac_ext >&5
13227
13228   ac_header_preproc=no
13229 fi
13230 rm -f conftest.err conftest.$ac_ext
13231 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13232 echo "${ECHO_T}$ac_header_preproc" >&6
13233
13234 # So?  What about this header?
13235 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13236   yes:no: )
13237     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13238 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13239     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13240 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13241     ac_header_preproc=yes
13242     ;;
13243   no:yes:* )
13244     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13245 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13246     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
13247 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
13248     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13249 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13250     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
13251 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
13252     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13253 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13254     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13255 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13256     (
13257       cat <<\_ASBOX
13258 ## ----------------------------------------- ##
13259 ## Report this to wx-dev@lists.wxwidgets.org ##
13260 ## ----------------------------------------- ##
13261 _ASBOX
13262     ) |
13263       sed "s/^/$as_me: WARNING:     /" >&2
13264     ;;
13265 esac
13266 echo "$as_me:$LINENO: checking for $ac_header" >&5
13267 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13268 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13269   echo $ECHO_N "(cached) $ECHO_C" >&6
13270 else
13271   eval "$as_ac_Header=\$ac_header_preproc"
13272 fi
13273 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13274 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13275
13276 fi
13277 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13278   cat >>confdefs.h <<_ACEOF
13279 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13280 _ACEOF
13281
13282 fi
13283
13284 done
13285
13286
13287 for ac_header in wchar.h
13288 do
13289 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13290 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13291   echo "$as_me:$LINENO: checking for $ac_header" >&5
13292 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13293 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13294   echo $ECHO_N "(cached) $ECHO_C" >&6
13295 fi
13296 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13297 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13298 else
13299   # Is the header compilable?
13300 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13301 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13302 cat >conftest.$ac_ext <<_ACEOF
13303 /* confdefs.h.  */
13304 _ACEOF
13305 cat confdefs.h >>conftest.$ac_ext
13306 cat >>conftest.$ac_ext <<_ACEOF
13307 /* end confdefs.h.  */
13308 $ac_includes_default
13309 #include <$ac_header>
13310 _ACEOF
13311 rm -f conftest.$ac_objext
13312 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13313   (eval $ac_compile) 2>conftest.er1
13314   ac_status=$?
13315   grep -v '^ *+' conftest.er1 >conftest.err
13316   rm -f conftest.er1
13317   cat conftest.err >&5
13318   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13319   (exit $ac_status); } &&
13320          { ac_try='test -z "$ac_c_werror_flag"
13321                          || test ! -s conftest.err'
13322   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13323   (eval $ac_try) 2>&5
13324   ac_status=$?
13325   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13326   (exit $ac_status); }; } &&
13327          { ac_try='test -s conftest.$ac_objext'
13328   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13329   (eval $ac_try) 2>&5
13330   ac_status=$?
13331   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13332   (exit $ac_status); }; }; then
13333   ac_header_compiler=yes
13334 else
13335   echo "$as_me: failed program was:" >&5
13336 sed 's/^/| /' conftest.$ac_ext >&5
13337
13338 ac_header_compiler=no
13339 fi
13340 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13341 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13342 echo "${ECHO_T}$ac_header_compiler" >&6
13343
13344 # Is the header present?
13345 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13346 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13347 cat >conftest.$ac_ext <<_ACEOF
13348 /* confdefs.h.  */
13349 _ACEOF
13350 cat confdefs.h >>conftest.$ac_ext
13351 cat >>conftest.$ac_ext <<_ACEOF
13352 /* end confdefs.h.  */
13353 #include <$ac_header>
13354 _ACEOF
13355 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13356   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
13357   ac_status=$?
13358   grep -v '^ *+' conftest.er1 >conftest.err
13359   rm -f conftest.er1
13360   cat conftest.err >&5
13361   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13362   (exit $ac_status); } >/dev/null; then
13363   if test -s conftest.err; then
13364     ac_cpp_err=$ac_c_preproc_warn_flag
13365     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13366   else
13367     ac_cpp_err=
13368   fi
13369 else
13370   ac_cpp_err=yes
13371 fi
13372 if test -z "$ac_cpp_err"; then
13373   ac_header_preproc=yes
13374 else
13375   echo "$as_me: failed program was:" >&5
13376 sed 's/^/| /' conftest.$ac_ext >&5
13377
13378   ac_header_preproc=no
13379 fi
13380 rm -f conftest.err conftest.$ac_ext
13381 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13382 echo "${ECHO_T}$ac_header_preproc" >&6
13383
13384 # So?  What about this header?
13385 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13386   yes:no: )
13387     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13388 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13389     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13390 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13391     ac_header_preproc=yes
13392     ;;
13393   no:yes:* )
13394     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13395 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13396     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
13397 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
13398     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13399 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13400     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
13401 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
13402     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13403 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13404     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13405 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13406     (
13407       cat <<\_ASBOX
13408 ## ----------------------------------------- ##
13409 ## Report this to wx-dev@lists.wxwidgets.org ##
13410 ## ----------------------------------------- ##
13411 _ASBOX
13412     ) |
13413       sed "s/^/$as_me: WARNING:     /" >&2
13414     ;;
13415 esac
13416 echo "$as_me:$LINENO: checking for $ac_header" >&5
13417 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13418 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13419   echo $ECHO_N "(cached) $ECHO_C" >&6
13420 else
13421   eval "$as_ac_Header=\$ac_header_preproc"
13422 fi
13423 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13424 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13425
13426 fi
13427 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13428   cat >>confdefs.h <<_ACEOF
13429 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13430 _ACEOF
13431
13432 fi
13433
13434 done
13435
13436
13437 if test "$ac_cv_header_wchar_h" != "yes"; then
13438
13439 for ac_header in wcstr.h
13440 do
13441 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13442 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13443   echo "$as_me:$LINENO: checking for $ac_header" >&5
13444 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13445 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13446   echo $ECHO_N "(cached) $ECHO_C" >&6
13447 fi
13448 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13449 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13450 else
13451   # Is the header compilable?
13452 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13453 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13454 cat >conftest.$ac_ext <<_ACEOF
13455 /* confdefs.h.  */
13456 _ACEOF
13457 cat confdefs.h >>conftest.$ac_ext
13458 cat >>conftest.$ac_ext <<_ACEOF
13459 /* end confdefs.h.  */
13460 $ac_includes_default
13461 #include <$ac_header>
13462 _ACEOF
13463 rm -f conftest.$ac_objext
13464 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13465   (eval $ac_compile) 2>conftest.er1
13466   ac_status=$?
13467   grep -v '^ *+' conftest.er1 >conftest.err
13468   rm -f conftest.er1
13469   cat conftest.err >&5
13470   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13471   (exit $ac_status); } &&
13472          { ac_try='test -z "$ac_c_werror_flag"
13473                          || test ! -s conftest.err'
13474   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13475   (eval $ac_try) 2>&5
13476   ac_status=$?
13477   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13478   (exit $ac_status); }; } &&
13479          { ac_try='test -s conftest.$ac_objext'
13480   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13481   (eval $ac_try) 2>&5
13482   ac_status=$?
13483   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13484   (exit $ac_status); }; }; then
13485   ac_header_compiler=yes
13486 else
13487   echo "$as_me: failed program was:" >&5
13488 sed 's/^/| /' conftest.$ac_ext >&5
13489
13490 ac_header_compiler=no
13491 fi
13492 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13493 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13494 echo "${ECHO_T}$ac_header_compiler" >&6
13495
13496 # Is the header present?
13497 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13498 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13499 cat >conftest.$ac_ext <<_ACEOF
13500 /* confdefs.h.  */
13501 _ACEOF
13502 cat confdefs.h >>conftest.$ac_ext
13503 cat >>conftest.$ac_ext <<_ACEOF
13504 /* end confdefs.h.  */
13505 #include <$ac_header>
13506 _ACEOF
13507 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13508   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
13509   ac_status=$?
13510   grep -v '^ *+' conftest.er1 >conftest.err
13511   rm -f conftest.er1
13512   cat conftest.err >&5
13513   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13514   (exit $ac_status); } >/dev/null; then
13515   if test -s conftest.err; then
13516     ac_cpp_err=$ac_c_preproc_warn_flag
13517     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13518   else
13519     ac_cpp_err=
13520   fi
13521 else
13522   ac_cpp_err=yes
13523 fi
13524 if test -z "$ac_cpp_err"; then
13525   ac_header_preproc=yes
13526 else
13527   echo "$as_me: failed program was:" >&5
13528 sed 's/^/| /' conftest.$ac_ext >&5
13529
13530   ac_header_preproc=no
13531 fi
13532 rm -f conftest.err conftest.$ac_ext
13533 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13534 echo "${ECHO_T}$ac_header_preproc" >&6
13535
13536 # So?  What about this header?
13537 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13538   yes:no: )
13539     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13540 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13541     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13542 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13543     ac_header_preproc=yes
13544     ;;
13545   no:yes:* )
13546     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13547 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13548     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
13549 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
13550     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13551 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13552     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
13553 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
13554     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13555 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13556     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13557 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13558     (
13559       cat <<\_ASBOX
13560 ## ----------------------------------------- ##
13561 ## Report this to wx-dev@lists.wxwidgets.org ##
13562 ## ----------------------------------------- ##
13563 _ASBOX
13564     ) |
13565       sed "s/^/$as_me: WARNING:     /" >&2
13566     ;;
13567 esac
13568 echo "$as_me:$LINENO: checking for $ac_header" >&5
13569 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13570 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13571   echo $ECHO_N "(cached) $ECHO_C" >&6
13572 else
13573   eval "$as_ac_Header=\$ac_header_preproc"
13574 fi
13575 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13576 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13577
13578 fi
13579 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13580   cat >>confdefs.h <<_ACEOF
13581 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13582 _ACEOF
13583
13584 fi
13585
13586 done
13587
13588 fi
13589
13590
13591 for ac_header in fnmatch.h
13592 do
13593 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13594 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13595   echo "$as_me:$LINENO: checking for $ac_header" >&5
13596 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13597 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13598   echo $ECHO_N "(cached) $ECHO_C" >&6
13599 fi
13600 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13601 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13602 else
13603   # Is the header compilable?
13604 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13605 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13606 cat >conftest.$ac_ext <<_ACEOF
13607 /* confdefs.h.  */
13608 _ACEOF
13609 cat confdefs.h >>conftest.$ac_ext
13610 cat >>conftest.$ac_ext <<_ACEOF
13611 /* end confdefs.h.  */
13612 $ac_includes_default
13613 #include <$ac_header>
13614 _ACEOF
13615 rm -f conftest.$ac_objext
13616 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13617   (eval $ac_compile) 2>conftest.er1
13618   ac_status=$?
13619   grep -v '^ *+' conftest.er1 >conftest.err
13620   rm -f conftest.er1
13621   cat conftest.err >&5
13622   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13623   (exit $ac_status); } &&
13624          { ac_try='test -z "$ac_c_werror_flag"
13625                          || test ! -s conftest.err'
13626   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13627   (eval $ac_try) 2>&5
13628   ac_status=$?
13629   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13630   (exit $ac_status); }; } &&
13631          { ac_try='test -s conftest.$ac_objext'
13632   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13633   (eval $ac_try) 2>&5
13634   ac_status=$?
13635   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13636   (exit $ac_status); }; }; then
13637   ac_header_compiler=yes
13638 else
13639   echo "$as_me: failed program was:" >&5
13640 sed 's/^/| /' conftest.$ac_ext >&5
13641
13642 ac_header_compiler=no
13643 fi
13644 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13645 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13646 echo "${ECHO_T}$ac_header_compiler" >&6
13647
13648 # Is the header present?
13649 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13650 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13651 cat >conftest.$ac_ext <<_ACEOF
13652 /* confdefs.h.  */
13653 _ACEOF
13654 cat confdefs.h >>conftest.$ac_ext
13655 cat >>conftest.$ac_ext <<_ACEOF
13656 /* end confdefs.h.  */
13657 #include <$ac_header>
13658 _ACEOF
13659 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13660   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
13661   ac_status=$?
13662   grep -v '^ *+' conftest.er1 >conftest.err
13663   rm -f conftest.er1
13664   cat conftest.err >&5
13665   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13666   (exit $ac_status); } >/dev/null; then
13667   if test -s conftest.err; then
13668     ac_cpp_err=$ac_c_preproc_warn_flag
13669     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13670   else
13671     ac_cpp_err=
13672   fi
13673 else
13674   ac_cpp_err=yes
13675 fi
13676 if test -z "$ac_cpp_err"; then
13677   ac_header_preproc=yes
13678 else
13679   echo "$as_me: failed program was:" >&5
13680 sed 's/^/| /' conftest.$ac_ext >&5
13681
13682   ac_header_preproc=no
13683 fi
13684 rm -f conftest.err conftest.$ac_ext
13685 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13686 echo "${ECHO_T}$ac_header_preproc" >&6
13687
13688 # So?  What about this header?
13689 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13690   yes:no: )
13691     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13692 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13693     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13694 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13695     ac_header_preproc=yes
13696     ;;
13697   no:yes:* )
13698     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13699 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13700     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
13701 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
13702     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13703 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13704     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
13705 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
13706     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13707 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13708     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13709 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13710     (
13711       cat <<\_ASBOX
13712 ## ----------------------------------------- ##
13713 ## Report this to wx-dev@lists.wxwidgets.org ##
13714 ## ----------------------------------------- ##
13715 _ASBOX
13716     ) |
13717       sed "s/^/$as_me: WARNING:     /" >&2
13718     ;;
13719 esac
13720 echo "$as_me:$LINENO: checking for $ac_header" >&5
13721 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13722 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13723   echo $ECHO_N "(cached) $ECHO_C" >&6
13724 else
13725   eval "$as_ac_Header=\$ac_header_preproc"
13726 fi
13727 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13728 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13729
13730 fi
13731 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13732   cat >>confdefs.h <<_ACEOF
13733 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13734 _ACEOF
13735
13736 fi
13737
13738 done
13739
13740
13741 if test "x$ac_cv_header_fnmatch_h" = "xyes"; then
13742
13743 for ac_func in fnmatch
13744 do
13745 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13746 echo "$as_me:$LINENO: checking for $ac_func" >&5
13747 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
13748 if eval "test \"\${$as_ac_var+set}\" = set"; then
13749   echo $ECHO_N "(cached) $ECHO_C" >&6
13750 else
13751   cat >conftest.$ac_ext <<_ACEOF
13752 /* confdefs.h.  */
13753 _ACEOF
13754 cat confdefs.h >>conftest.$ac_ext
13755 cat >>conftest.$ac_ext <<_ACEOF
13756 /* end confdefs.h.  */
13757 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13758    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13759 #define $ac_func innocuous_$ac_func
13760
13761 /* System header to define __stub macros and hopefully few prototypes,
13762     which can conflict with char $ac_func (); below.
13763     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13764     <limits.h> exists even on freestanding compilers.  */
13765
13766 #ifdef __STDC__
13767 # include <limits.h>
13768 #else
13769 # include <assert.h>
13770 #endif
13771
13772 #undef $ac_func
13773
13774 /* Override any gcc2 internal prototype to avoid an error.  */
13775 #ifdef __cplusplus
13776 extern "C"
13777 {
13778 #endif
13779 /* We use char because int might match the return type of a gcc2
13780    builtin and then its argument prototype would still apply.  */
13781 char $ac_func ();
13782 /* The GNU C library defines this for functions which it implements
13783     to always fail with ENOSYS.  Some functions are actually named
13784     something starting with __ and the normal name is an alias.  */
13785 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13786 choke me
13787 #else
13788 char (*f) () = $ac_func;
13789 #endif
13790 #ifdef __cplusplus
13791 }
13792 #endif
13793
13794 int
13795 main ()
13796 {
13797 return f != $ac_func;
13798   ;
13799   return 0;
13800 }
13801 _ACEOF
13802 rm -f conftest.$ac_objext conftest$ac_exeext
13803 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13804   (eval $ac_link) 2>conftest.er1
13805   ac_status=$?
13806   grep -v '^ *+' conftest.er1 >conftest.err
13807   rm -f conftest.er1
13808   cat conftest.err >&5
13809   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13810   (exit $ac_status); } &&
13811          { ac_try='test -z "$ac_c_werror_flag"
13812                          || test ! -s conftest.err'
13813   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13814   (eval $ac_try) 2>&5
13815   ac_status=$?
13816   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13817   (exit $ac_status); }; } &&
13818          { ac_try='test -s conftest$ac_exeext'
13819   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13820   (eval $ac_try) 2>&5
13821   ac_status=$?
13822   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13823   (exit $ac_status); }; }; then
13824   eval "$as_ac_var=yes"
13825 else
13826   echo "$as_me: failed program was:" >&5
13827 sed 's/^/| /' conftest.$ac_ext >&5
13828
13829 eval "$as_ac_var=no"
13830 fi
13831 rm -f conftest.err conftest.$ac_objext \
13832       conftest$ac_exeext conftest.$ac_ext
13833 fi
13834 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
13835 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
13836 if test `eval echo '${'$as_ac_var'}'` = yes; then
13837   cat >>confdefs.h <<_ACEOF
13838 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13839 _ACEOF
13840
13841 fi
13842 done
13843
13844 fi
13845
13846
13847 for ac_header in langinfo.h
13848 do
13849 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13850 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13851   echo "$as_me:$LINENO: checking for $ac_header" >&5
13852 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13853 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13854   echo $ECHO_N "(cached) $ECHO_C" >&6
13855 fi
13856 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13857 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13858 else
13859   # Is the header compilable?
13860 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13861 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13862 cat >conftest.$ac_ext <<_ACEOF
13863 /* confdefs.h.  */
13864 _ACEOF
13865 cat confdefs.h >>conftest.$ac_ext
13866 cat >>conftest.$ac_ext <<_ACEOF
13867 /* end confdefs.h.  */
13868 $ac_includes_default
13869 #include <$ac_header>
13870 _ACEOF
13871 rm -f conftest.$ac_objext
13872 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13873   (eval $ac_compile) 2>conftest.er1
13874   ac_status=$?
13875   grep -v '^ *+' conftest.er1 >conftest.err
13876   rm -f conftest.er1
13877   cat conftest.err >&5
13878   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13879   (exit $ac_status); } &&
13880          { ac_try='test -z "$ac_c_werror_flag"
13881                          || test ! -s conftest.err'
13882   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13883   (eval $ac_try) 2>&5
13884   ac_status=$?
13885   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13886   (exit $ac_status); }; } &&
13887          { ac_try='test -s conftest.$ac_objext'
13888   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13889   (eval $ac_try) 2>&5
13890   ac_status=$?
13891   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13892   (exit $ac_status); }; }; then
13893   ac_header_compiler=yes
13894 else
13895   echo "$as_me: failed program was:" >&5
13896 sed 's/^/| /' conftest.$ac_ext >&5
13897
13898 ac_header_compiler=no
13899 fi
13900 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13901 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13902 echo "${ECHO_T}$ac_header_compiler" >&6
13903
13904 # Is the header present?
13905 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13906 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13907 cat >conftest.$ac_ext <<_ACEOF
13908 /* confdefs.h.  */
13909 _ACEOF
13910 cat confdefs.h >>conftest.$ac_ext
13911 cat >>conftest.$ac_ext <<_ACEOF
13912 /* end confdefs.h.  */
13913 #include <$ac_header>
13914 _ACEOF
13915 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13916   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
13917   ac_status=$?
13918   grep -v '^ *+' conftest.er1 >conftest.err
13919   rm -f conftest.er1
13920   cat conftest.err >&5
13921   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13922   (exit $ac_status); } >/dev/null; then
13923   if test -s conftest.err; then
13924     ac_cpp_err=$ac_c_preproc_warn_flag
13925     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13926   else
13927     ac_cpp_err=
13928   fi
13929 else
13930   ac_cpp_err=yes
13931 fi
13932 if test -z "$ac_cpp_err"; then
13933   ac_header_preproc=yes
13934 else
13935   echo "$as_me: failed program was:" >&5
13936 sed 's/^/| /' conftest.$ac_ext >&5
13937
13938   ac_header_preproc=no
13939 fi
13940 rm -f conftest.err conftest.$ac_ext
13941 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13942 echo "${ECHO_T}$ac_header_preproc" >&6
13943
13944 # So?  What about this header?
13945 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13946   yes:no: )
13947     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13948 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13949     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13950 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13951     ac_header_preproc=yes
13952     ;;
13953   no:yes:* )
13954     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13955 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13956     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
13957 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
13958     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13959 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13960     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
13961 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
13962     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13963 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13964     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13965 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13966     (
13967       cat <<\_ASBOX
13968 ## ----------------------------------------- ##
13969 ## Report this to wx-dev@lists.wxwidgets.org ##
13970 ## ----------------------------------------- ##
13971 _ASBOX
13972     ) |
13973       sed "s/^/$as_me: WARNING:     /" >&2
13974     ;;
13975 esac
13976 echo "$as_me:$LINENO: checking for $ac_header" >&5
13977 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13978 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13979   echo $ECHO_N "(cached) $ECHO_C" >&6
13980 else
13981   eval "$as_ac_Header=\$ac_header_preproc"
13982 fi
13983 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13984 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13985
13986 fi
13987 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13988   cat >>confdefs.h <<_ACEOF
13989 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13990 _ACEOF
13991
13992 fi
13993
13994 done
13995
13996
13997 case "${host}" in
13998   *-pc-os2_emx | *-pc-os2-emx )
13999             if test $ac_cv_header_langinfo_h = "yes"; then
14000           LIBS="$LIBS -lintl"
14001       fi
14002   ;;
14003 esac
14004
14005 if test "$wxUSE_GUI" = "yes"; then
14006     if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_PM" != 1; then
14007
14008 for ac_header in X11/Xlib.h
14009 do
14010 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14011 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14012   echo "$as_me:$LINENO: checking for $ac_header" >&5
14013 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14014 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14015   echo $ECHO_N "(cached) $ECHO_C" >&6
14016 fi
14017 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14018 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14019 else
14020   # Is the header compilable?
14021 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14022 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14023 cat >conftest.$ac_ext <<_ACEOF
14024 /* confdefs.h.  */
14025 _ACEOF
14026 cat confdefs.h >>conftest.$ac_ext
14027 cat >>conftest.$ac_ext <<_ACEOF
14028 /* end confdefs.h.  */
14029 $ac_includes_default
14030 #include <$ac_header>
14031 _ACEOF
14032 rm -f conftest.$ac_objext
14033 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14034   (eval $ac_compile) 2>conftest.er1
14035   ac_status=$?
14036   grep -v '^ *+' conftest.er1 >conftest.err
14037   rm -f conftest.er1
14038   cat conftest.err >&5
14039   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14040   (exit $ac_status); } &&
14041          { ac_try='test -z "$ac_c_werror_flag"
14042                          || test ! -s conftest.err'
14043   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14044   (eval $ac_try) 2>&5
14045   ac_status=$?
14046   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14047   (exit $ac_status); }; } &&
14048          { ac_try='test -s conftest.$ac_objext'
14049   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14050   (eval $ac_try) 2>&5
14051   ac_status=$?
14052   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14053   (exit $ac_status); }; }; then
14054   ac_header_compiler=yes
14055 else
14056   echo "$as_me: failed program was:" >&5
14057 sed 's/^/| /' conftest.$ac_ext >&5
14058
14059 ac_header_compiler=no
14060 fi
14061 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14062 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14063 echo "${ECHO_T}$ac_header_compiler" >&6
14064
14065 # Is the header present?
14066 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14067 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14068 cat >conftest.$ac_ext <<_ACEOF
14069 /* confdefs.h.  */
14070 _ACEOF
14071 cat confdefs.h >>conftest.$ac_ext
14072 cat >>conftest.$ac_ext <<_ACEOF
14073 /* end confdefs.h.  */
14074 #include <$ac_header>
14075 _ACEOF
14076 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14077   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14078   ac_status=$?
14079   grep -v '^ *+' conftest.er1 >conftest.err
14080   rm -f conftest.er1
14081   cat conftest.err >&5
14082   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14083   (exit $ac_status); } >/dev/null; then
14084   if test -s conftest.err; then
14085     ac_cpp_err=$ac_c_preproc_warn_flag
14086     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
14087   else
14088     ac_cpp_err=
14089   fi
14090 else
14091   ac_cpp_err=yes
14092 fi
14093 if test -z "$ac_cpp_err"; then
14094   ac_header_preproc=yes
14095 else
14096   echo "$as_me: failed program was:" >&5
14097 sed 's/^/| /' conftest.$ac_ext >&5
14098
14099   ac_header_preproc=no
14100 fi
14101 rm -f conftest.err conftest.$ac_ext
14102 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14103 echo "${ECHO_T}$ac_header_preproc" >&6
14104
14105 # So?  What about this header?
14106 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14107   yes:no: )
14108     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14109 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14110     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14111 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14112     ac_header_preproc=yes
14113     ;;
14114   no:yes:* )
14115     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14116 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14117     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
14118 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
14119     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14120 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14121     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
14122 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
14123     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14124 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14125     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14126 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14127     (
14128       cat <<\_ASBOX
14129 ## ----------------------------------------- ##
14130 ## Report this to wx-dev@lists.wxwidgets.org ##
14131 ## ----------------------------------------- ##
14132 _ASBOX
14133     ) |
14134       sed "s/^/$as_me: WARNING:     /" >&2
14135     ;;
14136 esac
14137 echo "$as_me:$LINENO: checking for $ac_header" >&5
14138 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14139 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14140   echo $ECHO_N "(cached) $ECHO_C" >&6
14141 else
14142   eval "$as_ac_Header=\$ac_header_preproc"
14143 fi
14144 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14145 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14146
14147 fi
14148 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14149   cat >>confdefs.h <<_ACEOF
14150 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14151 _ACEOF
14152
14153 fi
14154
14155 done
14156
14157
14158 for ac_header in X11/XKBlib.h
14159 do
14160 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14161 echo "$as_me:$LINENO: checking for $ac_header" >&5
14162 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14163 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14164   echo $ECHO_N "(cached) $ECHO_C" >&6
14165 else
14166   cat >conftest.$ac_ext <<_ACEOF
14167 /* confdefs.h.  */
14168 _ACEOF
14169 cat confdefs.h >>conftest.$ac_ext
14170 cat >>conftest.$ac_ext <<_ACEOF
14171 /* end confdefs.h.  */
14172
14173                           #if HAVE_X11_XLIB_H
14174                             #include <X11/Xlib.h>
14175                           #endif
14176
14177
14178 #include <$ac_header>
14179 _ACEOF
14180 rm -f conftest.$ac_objext
14181 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14182   (eval $ac_compile) 2>conftest.er1
14183   ac_status=$?
14184   grep -v '^ *+' conftest.er1 >conftest.err
14185   rm -f conftest.er1
14186   cat conftest.err >&5
14187   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14188   (exit $ac_status); } &&
14189          { ac_try='test -z "$ac_c_werror_flag"
14190                          || test ! -s conftest.err'
14191   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14192   (eval $ac_try) 2>&5
14193   ac_status=$?
14194   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14195   (exit $ac_status); }; } &&
14196          { ac_try='test -s conftest.$ac_objext'
14197   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14198   (eval $ac_try) 2>&5
14199   ac_status=$?
14200   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14201   (exit $ac_status); }; }; then
14202   eval "$as_ac_Header=yes"
14203 else
14204   echo "$as_me: failed program was:" >&5
14205 sed 's/^/| /' conftest.$ac_ext >&5
14206
14207 eval "$as_ac_Header=no"
14208 fi
14209 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14210 fi
14211 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14212 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14213 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14214   cat >>confdefs.h <<_ACEOF
14215 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14216 _ACEOF
14217
14218 fi
14219
14220 done
14221
14222     fi
14223 fi
14224
14225
14226 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
14227 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
14228 if test "${ac_cv_c_const+set}" = set; then
14229   echo $ECHO_N "(cached) $ECHO_C" >&6
14230 else
14231   cat >conftest.$ac_ext <<_ACEOF
14232 /* confdefs.h.  */
14233 _ACEOF
14234 cat confdefs.h >>conftest.$ac_ext
14235 cat >>conftest.$ac_ext <<_ACEOF
14236 /* end confdefs.h.  */
14237
14238 int
14239 main ()
14240 {
14241 /* FIXME: Include the comments suggested by Paul. */
14242 #ifndef __cplusplus
14243   /* Ultrix mips cc rejects this.  */
14244   typedef int charset[2];
14245   const charset x;
14246   /* SunOS 4.1.1 cc rejects this.  */
14247   char const *const *ccp;
14248   char **p;
14249   /* NEC SVR4.0.2 mips cc rejects this.  */
14250   struct point {int x, y;};
14251   static struct point const zero = {0,0};
14252   /* AIX XL C 1.02.0.0 rejects this.
14253      It does not let you subtract one const X* pointer from another in
14254      an arm of an if-expression whose if-part is not a constant
14255      expression */
14256   const char *g = "string";
14257   ccp = &g + (g ? g-g : 0);
14258   /* HPUX 7.0 cc rejects these. */
14259   ++ccp;
14260   p = (char**) ccp;
14261   ccp = (char const *const *) p;
14262   { /* SCO 3.2v4 cc rejects this.  */
14263     char *t;
14264     char const *s = 0 ? (char *) 0 : (char const *) 0;
14265
14266     *t++ = 0;
14267   }
14268   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
14269     int x[] = {25, 17};
14270     const int *foo = &x[0];
14271     ++foo;
14272   }
14273   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
14274     typedef const int *iptr;
14275     iptr p = 0;
14276     ++p;
14277   }
14278   { /* AIX XL C 1.02.0.0 rejects this saying
14279        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
14280     struct s { int j; const int *ap[3]; };
14281     struct s *b; b->j = 5;
14282   }
14283   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
14284     const int foo = 10;
14285   }
14286 #endif
14287
14288   ;
14289   return 0;
14290 }
14291 _ACEOF
14292 rm -f conftest.$ac_objext
14293 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14294   (eval $ac_compile) 2>conftest.er1
14295   ac_status=$?
14296   grep -v '^ *+' conftest.er1 >conftest.err
14297   rm -f conftest.er1
14298   cat conftest.err >&5
14299   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14300   (exit $ac_status); } &&
14301          { ac_try='test -z "$ac_c_werror_flag"
14302                          || test ! -s conftest.err'
14303   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14304   (eval $ac_try) 2>&5
14305   ac_status=$?
14306   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14307   (exit $ac_status); }; } &&
14308          { ac_try='test -s conftest.$ac_objext'
14309   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14310   (eval $ac_try) 2>&5
14311   ac_status=$?
14312   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14313   (exit $ac_status); }; }; then
14314   ac_cv_c_const=yes
14315 else
14316   echo "$as_me: failed program was:" >&5
14317 sed 's/^/| /' conftest.$ac_ext >&5
14318
14319 ac_cv_c_const=no
14320 fi
14321 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14322 fi
14323 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
14324 echo "${ECHO_T}$ac_cv_c_const" >&6
14325 if test $ac_cv_c_const = no; then
14326
14327 cat >>confdefs.h <<\_ACEOF
14328 #define const
14329 _ACEOF
14330
14331 fi
14332
14333 echo "$as_me:$LINENO: checking for inline" >&5
14334 echo $ECHO_N "checking for inline... $ECHO_C" >&6
14335 if test "${ac_cv_c_inline+set}" = set; then
14336   echo $ECHO_N "(cached) $ECHO_C" >&6
14337 else
14338   ac_cv_c_inline=no
14339 for ac_kw in inline __inline__ __inline; do
14340   cat >conftest.$ac_ext <<_ACEOF
14341 /* confdefs.h.  */
14342 _ACEOF
14343 cat confdefs.h >>conftest.$ac_ext
14344 cat >>conftest.$ac_ext <<_ACEOF
14345 /* end confdefs.h.  */
14346 #ifndef __cplusplus
14347 typedef int foo_t;
14348 static $ac_kw foo_t static_foo () {return 0; }
14349 $ac_kw foo_t foo () {return 0; }
14350 #endif
14351
14352 _ACEOF
14353 rm -f conftest.$ac_objext
14354 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14355   (eval $ac_compile) 2>conftest.er1
14356   ac_status=$?
14357   grep -v '^ *+' conftest.er1 >conftest.err
14358   rm -f conftest.er1
14359   cat conftest.err >&5
14360   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14361   (exit $ac_status); } &&
14362          { ac_try='test -z "$ac_c_werror_flag"
14363                          || test ! -s conftest.err'
14364   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14365   (eval $ac_try) 2>&5
14366   ac_status=$?
14367   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14368   (exit $ac_status); }; } &&
14369          { ac_try='test -s conftest.$ac_objext'
14370   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14371   (eval $ac_try) 2>&5
14372   ac_status=$?
14373   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14374   (exit $ac_status); }; }; then
14375   ac_cv_c_inline=$ac_kw; break
14376 else
14377   echo "$as_me: failed program was:" >&5
14378 sed 's/^/| /' conftest.$ac_ext >&5
14379
14380 fi
14381 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14382 done
14383
14384 fi
14385 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
14386 echo "${ECHO_T}$ac_cv_c_inline" >&6
14387
14388
14389 case $ac_cv_c_inline in
14390   inline | yes) ;;
14391   *)
14392     case $ac_cv_c_inline in
14393       no) ac_val=;;
14394       *) ac_val=$ac_cv_c_inline;;
14395     esac
14396     cat >>confdefs.h <<_ACEOF
14397 #ifndef __cplusplus
14398 #define inline $ac_val
14399 #endif
14400 _ACEOF
14401     ;;
14402 esac
14403
14404
14405 echo "$as_me:$LINENO: checking for char" >&5
14406 echo $ECHO_N "checking for char... $ECHO_C" >&6
14407 if test "${ac_cv_type_char+set}" = set; then
14408   echo $ECHO_N "(cached) $ECHO_C" >&6
14409 else
14410   cat >conftest.$ac_ext <<_ACEOF
14411 /* confdefs.h.  */
14412 _ACEOF
14413 cat confdefs.h >>conftest.$ac_ext
14414 cat >>conftest.$ac_ext <<_ACEOF
14415 /* end confdefs.h.  */
14416 $ac_includes_default
14417 int
14418 main ()
14419 {
14420 if ((char *) 0)
14421   return 0;
14422 if (sizeof (char))
14423   return 0;
14424   ;
14425   return 0;
14426 }
14427 _ACEOF
14428 rm -f conftest.$ac_objext
14429 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14430   (eval $ac_compile) 2>conftest.er1
14431   ac_status=$?
14432   grep -v '^ *+' conftest.er1 >conftest.err
14433   rm -f conftest.er1
14434   cat conftest.err >&5
14435   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14436   (exit $ac_status); } &&
14437          { ac_try='test -z "$ac_c_werror_flag"
14438                          || test ! -s conftest.err'
14439   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14440   (eval $ac_try) 2>&5
14441   ac_status=$?
14442   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14443   (exit $ac_status); }; } &&
14444          { ac_try='test -s conftest.$ac_objext'
14445   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14446   (eval $ac_try) 2>&5
14447   ac_status=$?
14448   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14449   (exit $ac_status); }; }; then
14450   ac_cv_type_char=yes
14451 else
14452   echo "$as_me: failed program was:" >&5
14453 sed 's/^/| /' conftest.$ac_ext >&5
14454
14455 ac_cv_type_char=no
14456 fi
14457 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14458 fi
14459 echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
14460 echo "${ECHO_T}$ac_cv_type_char" >&6
14461
14462 echo "$as_me:$LINENO: checking size of char" >&5
14463 echo $ECHO_N "checking size of char... $ECHO_C" >&6
14464 if test "${ac_cv_sizeof_char+set}" = set; then
14465   echo $ECHO_N "(cached) $ECHO_C" >&6
14466 else
14467   if test "$ac_cv_type_char" = yes; then
14468   # The cast to unsigned long works around a bug in the HP C Compiler
14469   # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14470   # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14471   # This bug is HP SR number 8606223364.
14472   if test "$cross_compiling" = yes; then
14473   # Depending upon the size, compute the lo and hi bounds.
14474 cat >conftest.$ac_ext <<_ACEOF
14475 /* confdefs.h.  */
14476 _ACEOF
14477 cat confdefs.h >>conftest.$ac_ext
14478 cat >>conftest.$ac_ext <<_ACEOF
14479 /* end confdefs.h.  */
14480 $ac_includes_default
14481 int
14482 main ()
14483 {
14484 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
14485 test_array [0] = 0
14486
14487   ;
14488   return 0;
14489 }
14490 _ACEOF
14491 rm -f conftest.$ac_objext
14492 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14493   (eval $ac_compile) 2>conftest.er1
14494   ac_status=$?
14495   grep -v '^ *+' conftest.er1 >conftest.err
14496   rm -f conftest.er1
14497   cat conftest.err >&5
14498   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14499   (exit $ac_status); } &&
14500          { ac_try='test -z "$ac_c_werror_flag"
14501                          || test ! -s conftest.err'
14502   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14503   (eval $ac_try) 2>&5
14504   ac_status=$?
14505   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14506   (exit $ac_status); }; } &&
14507          { ac_try='test -s conftest.$ac_objext'
14508   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14509   (eval $ac_try) 2>&5
14510   ac_status=$?
14511   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14512   (exit $ac_status); }; }; then
14513   ac_lo=0 ac_mid=0
14514   while :; do
14515     cat >conftest.$ac_ext <<_ACEOF
14516 /* confdefs.h.  */
14517 _ACEOF
14518 cat confdefs.h >>conftest.$ac_ext
14519 cat >>conftest.$ac_ext <<_ACEOF
14520 /* end confdefs.h.  */
14521 $ac_includes_default
14522 int
14523 main ()
14524 {
14525 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
14526 test_array [0] = 0
14527
14528   ;
14529   return 0;
14530 }
14531 _ACEOF
14532 rm -f conftest.$ac_objext
14533 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14534   (eval $ac_compile) 2>conftest.er1
14535   ac_status=$?
14536   grep -v '^ *+' conftest.er1 >conftest.err
14537   rm -f conftest.er1
14538   cat conftest.err >&5
14539   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14540   (exit $ac_status); } &&
14541          { ac_try='test -z "$ac_c_werror_flag"
14542                          || test ! -s conftest.err'
14543   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14544   (eval $ac_try) 2>&5
14545   ac_status=$?
14546   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14547   (exit $ac_status); }; } &&
14548          { ac_try='test -s conftest.$ac_objext'
14549   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14550   (eval $ac_try) 2>&5
14551   ac_status=$?
14552   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14553   (exit $ac_status); }; }; then
14554   ac_hi=$ac_mid; break
14555 else
14556   echo "$as_me: failed program was:" >&5
14557 sed 's/^/| /' conftest.$ac_ext >&5
14558
14559 ac_lo=`expr $ac_mid + 1`
14560                     if test $ac_lo -le $ac_mid; then
14561                       ac_lo= ac_hi=
14562                       break
14563                     fi
14564                     ac_mid=`expr 2 '*' $ac_mid + 1`
14565 fi
14566 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14567   done
14568 else
14569   echo "$as_me: failed program was:" >&5
14570 sed 's/^/| /' conftest.$ac_ext >&5
14571
14572 cat >conftest.$ac_ext <<_ACEOF
14573 /* confdefs.h.  */
14574 _ACEOF
14575 cat confdefs.h >>conftest.$ac_ext
14576 cat >>conftest.$ac_ext <<_ACEOF
14577 /* end confdefs.h.  */
14578 $ac_includes_default
14579 int
14580 main ()
14581 {
14582 static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
14583 test_array [0] = 0
14584
14585   ;
14586   return 0;
14587 }
14588 _ACEOF
14589 rm -f conftest.$ac_objext
14590 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14591   (eval $ac_compile) 2>conftest.er1
14592   ac_status=$?
14593   grep -v '^ *+' conftest.er1 >conftest.err
14594   rm -f conftest.er1
14595   cat conftest.err >&5
14596   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14597   (exit $ac_status); } &&
14598          { ac_try='test -z "$ac_c_werror_flag"
14599                          || test ! -s conftest.err'
14600   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14601   (eval $ac_try) 2>&5
14602   ac_status=$?
14603   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14604   (exit $ac_status); }; } &&
14605          { ac_try='test -s conftest.$ac_objext'
14606   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14607   (eval $ac_try) 2>&5
14608   ac_status=$?
14609   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14610   (exit $ac_status); }; }; then
14611   ac_hi=-1 ac_mid=-1
14612   while :; do
14613     cat >conftest.$ac_ext <<_ACEOF
14614 /* confdefs.h.  */
14615 _ACEOF
14616 cat confdefs.h >>conftest.$ac_ext
14617 cat >>conftest.$ac_ext <<_ACEOF
14618 /* end confdefs.h.  */
14619 $ac_includes_default
14620 int
14621 main ()
14622 {
14623 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
14624 test_array [0] = 0
14625
14626   ;
14627   return 0;
14628 }
14629 _ACEOF
14630 rm -f conftest.$ac_objext
14631 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14632   (eval $ac_compile) 2>conftest.er1
14633   ac_status=$?
14634   grep -v '^ *+' conftest.er1 >conftest.err
14635   rm -f conftest.er1
14636   cat conftest.err >&5
14637   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14638   (exit $ac_status); } &&
14639          { ac_try='test -z "$ac_c_werror_flag"
14640                          || test ! -s conftest.err'
14641   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14642   (eval $ac_try) 2>&5
14643   ac_status=$?
14644   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14645   (exit $ac_status); }; } &&
14646          { ac_try='test -s conftest.$ac_objext'
14647   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14648   (eval $ac_try) 2>&5
14649   ac_status=$?
14650   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14651   (exit $ac_status); }; }; then
14652   ac_lo=$ac_mid; break
14653 else
14654   echo "$as_me: failed program was:" >&5
14655 sed 's/^/| /' conftest.$ac_ext >&5
14656
14657 ac_hi=`expr '(' $ac_mid ')' - 1`
14658                        if test $ac_mid -le $ac_hi; then
14659                          ac_lo= ac_hi=
14660                          break
14661                        fi
14662                        ac_mid=`expr 2 '*' $ac_mid`
14663 fi
14664 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14665   done
14666 else
14667   echo "$as_me: failed program was:" >&5
14668 sed 's/^/| /' conftest.$ac_ext >&5
14669
14670 ac_lo= ac_hi=
14671 fi
14672 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14673 fi
14674 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14675 # Binary search between lo and hi bounds.
14676 while test "x$ac_lo" != "x$ac_hi"; do
14677   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
14678   cat >conftest.$ac_ext <<_ACEOF
14679 /* confdefs.h.  */
14680 _ACEOF
14681 cat confdefs.h >>conftest.$ac_ext
14682 cat >>conftest.$ac_ext <<_ACEOF
14683 /* end confdefs.h.  */
14684 $ac_includes_default
14685 int
14686 main ()
14687 {
14688 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
14689 test_array [0] = 0
14690
14691   ;
14692   return 0;
14693 }
14694 _ACEOF
14695 rm -f conftest.$ac_objext
14696 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14697   (eval $ac_compile) 2>conftest.er1
14698   ac_status=$?
14699   grep -v '^ *+' conftest.er1 >conftest.err
14700   rm -f conftest.er1
14701   cat conftest.err >&5
14702   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14703   (exit $ac_status); } &&
14704          { ac_try='test -z "$ac_c_werror_flag"
14705                          || test ! -s conftest.err'
14706   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14707   (eval $ac_try) 2>&5
14708   ac_status=$?
14709   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14710   (exit $ac_status); }; } &&
14711          { ac_try='test -s conftest.$ac_objext'
14712   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14713   (eval $ac_try) 2>&5
14714   ac_status=$?
14715   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14716   (exit $ac_status); }; }; then
14717   ac_hi=$ac_mid
14718 else
14719   echo "$as_me: failed program was:" >&5
14720 sed 's/^/| /' conftest.$ac_ext >&5
14721
14722 ac_lo=`expr '(' $ac_mid ')' + 1`
14723 fi
14724 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14725 done
14726 case $ac_lo in
14727 ?*) ac_cv_sizeof_char=$ac_lo;;
14728 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
14729 See \`config.log' for more details." >&5
14730 echo "$as_me: error: cannot compute sizeof (char), 77
14731 See \`config.log' for more details." >&2;}
14732    { (exit 1); exit 1; }; } ;;
14733 esac
14734 else
14735   if test "$cross_compiling" = yes; then
14736   { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
14737 See \`config.log' for more details." >&5
14738 echo "$as_me: error: cannot run test program while cross compiling
14739 See \`config.log' for more details." >&2;}
14740    { (exit 1); exit 1; }; }
14741 else
14742   cat >conftest.$ac_ext <<_ACEOF
14743 /* confdefs.h.  */
14744 _ACEOF
14745 cat confdefs.h >>conftest.$ac_ext
14746 cat >>conftest.$ac_ext <<_ACEOF
14747 /* end confdefs.h.  */
14748 $ac_includes_default
14749 long longval () { return (long) (sizeof (char)); }
14750 unsigned long ulongval () { return (long) (sizeof (char)); }
14751 #include <stdio.h>
14752 #include <stdlib.h>
14753 int
14754 main ()
14755 {
14756
14757   FILE *f = fopen ("conftest.val", "w");
14758   if (! f)
14759     exit (1);
14760   if (((long) (sizeof (char))) < 0)
14761     {
14762       long i = longval ();
14763       if (i != ((long) (sizeof (char))))
14764         exit (1);
14765       fprintf (f, "%ld\n", i);
14766     }
14767   else
14768     {
14769       unsigned long i = ulongval ();
14770       if (i != ((long) (sizeof (char))))
14771         exit (1);
14772       fprintf (f, "%lu\n", i);
14773     }
14774   exit (ferror (f) || fclose (f) != 0);
14775
14776   ;
14777   return 0;
14778 }
14779 _ACEOF
14780 rm -f conftest$ac_exeext
14781 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14782   (eval $ac_link) 2>&5
14783   ac_status=$?
14784   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14785   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14786   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14787   (eval $ac_try) 2>&5
14788   ac_status=$?
14789   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14790   (exit $ac_status); }; }; then
14791   ac_cv_sizeof_char=`cat conftest.val`
14792 else
14793   echo "$as_me: program exited with status $ac_status" >&5
14794 echo "$as_me: failed program was:" >&5
14795 sed 's/^/| /' conftest.$ac_ext >&5
14796
14797 ( exit $ac_status )
14798 { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
14799 See \`config.log' for more details." >&5
14800 echo "$as_me: error: cannot compute sizeof (char), 77
14801 See \`config.log' for more details." >&2;}
14802    { (exit 1); exit 1; }; }
14803 fi
14804 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14805 fi
14806 fi
14807 rm -f conftest.val
14808 else
14809   ac_cv_sizeof_char=0
14810 fi
14811 fi
14812 echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
14813 echo "${ECHO_T}$ac_cv_sizeof_char" >&6
14814 cat >>confdefs.h <<_ACEOF
14815 #define SIZEOF_CHAR $ac_cv_sizeof_char
14816 _ACEOF
14817
14818
14819 echo "$as_me:$LINENO: checking for short" >&5
14820 echo $ECHO_N "checking for short... $ECHO_C" >&6
14821 if test "${ac_cv_type_short+set}" = set; then
14822   echo $ECHO_N "(cached) $ECHO_C" >&6
14823 else
14824   cat >conftest.$ac_ext <<_ACEOF
14825 /* confdefs.h.  */
14826 _ACEOF
14827 cat confdefs.h >>conftest.$ac_ext
14828 cat >>conftest.$ac_ext <<_ACEOF
14829 /* end confdefs.h.  */
14830 $ac_includes_default
14831 int
14832 main ()
14833 {
14834 if ((short *) 0)
14835   return 0;
14836 if (sizeof (short))
14837   return 0;
14838   ;
14839   return 0;
14840 }
14841 _ACEOF
14842 rm -f conftest.$ac_objext
14843 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14844   (eval $ac_compile) 2>conftest.er1
14845   ac_status=$?
14846   grep -v '^ *+' conftest.er1 >conftest.err
14847   rm -f conftest.er1
14848   cat conftest.err >&5
14849   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14850   (exit $ac_status); } &&
14851          { ac_try='test -z "$ac_c_werror_flag"
14852                          || test ! -s conftest.err'
14853   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14854   (eval $ac_try) 2>&5
14855   ac_status=$?
14856   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14857   (exit $ac_status); }; } &&
14858          { ac_try='test -s conftest.$ac_objext'
14859   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14860   (eval $ac_try) 2>&5
14861   ac_status=$?
14862   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14863   (exit $ac_status); }; }; then
14864   ac_cv_type_short=yes
14865 else
14866   echo "$as_me: failed program was:" >&5
14867 sed 's/^/| /' conftest.$ac_ext >&5
14868
14869 ac_cv_type_short=no
14870 fi
14871 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14872 fi
14873 echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
14874 echo "${ECHO_T}$ac_cv_type_short" >&6
14875
14876 echo "$as_me:$LINENO: checking size of short" >&5
14877 echo $ECHO_N "checking size of short... $ECHO_C" >&6
14878 if test "${ac_cv_sizeof_short+set}" = set; then
14879   echo $ECHO_N "(cached) $ECHO_C" >&6
14880 else
14881   if test "$ac_cv_type_short" = yes; then
14882   # The cast to unsigned long works around a bug in the HP C Compiler
14883   # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14884   # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14885   # This bug is HP SR number 8606223364.
14886   if test "$cross_compiling" = yes; then
14887   # Depending upon the size, compute the lo and hi bounds.
14888 cat >conftest.$ac_ext <<_ACEOF
14889 /* confdefs.h.  */
14890 _ACEOF
14891 cat confdefs.h >>conftest.$ac_ext
14892 cat >>conftest.$ac_ext <<_ACEOF
14893 /* end confdefs.h.  */
14894 $ac_includes_default
14895 int
14896 main ()
14897 {
14898 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
14899 test_array [0] = 0
14900
14901   ;
14902   return 0;
14903 }
14904 _ACEOF
14905 rm -f conftest.$ac_objext
14906 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14907   (eval $ac_compile) 2>conftest.er1
14908   ac_status=$?
14909   grep -v '^ *+' conftest.er1 >conftest.err
14910   rm -f conftest.er1
14911   cat conftest.err >&5
14912   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14913   (exit $ac_status); } &&
14914          { ac_try='test -z "$ac_c_werror_flag"
14915                          || test ! -s conftest.err'
14916   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14917   (eval $ac_try) 2>&5
14918   ac_status=$?
14919   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14920   (exit $ac_status); }; } &&
14921          { ac_try='test -s conftest.$ac_objext'
14922   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14923   (eval $ac_try) 2>&5
14924   ac_status=$?
14925   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14926   (exit $ac_status); }; }; then
14927   ac_lo=0 ac_mid=0
14928   while :; do
14929     cat >conftest.$ac_ext <<_ACEOF
14930 /* confdefs.h.  */
14931 _ACEOF
14932 cat confdefs.h >>conftest.$ac_ext
14933 cat >>conftest.$ac_ext <<_ACEOF
14934 /* end confdefs.h.  */
14935 $ac_includes_default
14936 int
14937 main ()
14938 {
14939 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
14940 test_array [0] = 0
14941
14942   ;
14943   return 0;
14944 }
14945 _ACEOF
14946 rm -f conftest.$ac_objext
14947 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14948   (eval $ac_compile) 2>conftest.er1
14949   ac_status=$?
14950   grep -v '^ *+' conftest.er1 >conftest.err
14951   rm -f conftest.er1
14952   cat conftest.err >&5
14953   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14954   (exit $ac_status); } &&
14955          { ac_try='test -z "$ac_c_werror_flag"
14956                          || test ! -s conftest.err'
14957   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14958   (eval $ac_try) 2>&5
14959   ac_status=$?
14960   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14961   (exit $ac_status); }; } &&
14962          { ac_try='test -s conftest.$ac_objext'
14963   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14964   (eval $ac_try) 2>&5
14965   ac_status=$?
14966   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14967   (exit $ac_status); }; }; then
14968   ac_hi=$ac_mid; break
14969 else
14970   echo "$as_me: failed program was:" >&5
14971 sed 's/^/| /' conftest.$ac_ext >&5
14972
14973 ac_lo=`expr $ac_mid + 1`
14974                     if test $ac_lo -le $ac_mid; then
14975                       ac_lo= ac_hi=
14976                       break
14977                     fi
14978                     ac_mid=`expr 2 '*' $ac_mid + 1`
14979 fi
14980 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14981   done
14982 else
14983   echo "$as_me: failed program was:" >&5
14984 sed 's/^/| /' conftest.$ac_ext >&5
14985
14986 cat >conftest.$ac_ext <<_ACEOF
14987 /* confdefs.h.  */
14988 _ACEOF
14989 cat confdefs.h >>conftest.$ac_ext
14990 cat >>conftest.$ac_ext <<_ACEOF
14991 /* end confdefs.h.  */
14992 $ac_includes_default
14993 int
14994 main ()
14995 {
14996 static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
14997 test_array [0] = 0
14998
14999   ;
15000   return 0;
15001 }
15002 _ACEOF
15003 rm -f conftest.$ac_objext
15004 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15005   (eval $ac_compile) 2>conftest.er1
15006   ac_status=$?
15007   grep -v '^ *+' conftest.er1 >conftest.err
15008   rm -f conftest.er1
15009   cat conftest.err >&5
15010   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15011   (exit $ac_status); } &&
15012          { ac_try='test -z "$ac_c_werror_flag"
15013                          || test ! -s conftest.err'
15014   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15015   (eval $ac_try) 2>&5
15016   ac_status=$?
15017   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15018   (exit $ac_status); }; } &&
15019          { ac_try='test -s conftest.$ac_objext'
15020   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15021   (eval $ac_try) 2>&5
15022   ac_status=$?
15023   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15024   (exit $ac_status); }; }; then
15025   ac_hi=-1 ac_mid=-1
15026   while :; do
15027     cat >conftest.$ac_ext <<_ACEOF
15028 /* confdefs.h.  */
15029 _ACEOF
15030 cat confdefs.h >>conftest.$ac_ext
15031 cat >>conftest.$ac_ext <<_ACEOF
15032 /* end confdefs.h.  */
15033 $ac_includes_default
15034 int
15035 main ()
15036 {
15037 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
15038 test_array [0] = 0
15039
15040   ;
15041   return 0;
15042 }
15043 _ACEOF
15044 rm -f conftest.$ac_objext
15045 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15046   (eval $ac_compile) 2>conftest.er1
15047   ac_status=$?
15048   grep -v '^ *+' conftest.er1 >conftest.err
15049   rm -f conftest.er1
15050   cat conftest.err >&5
15051   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15052   (exit $ac_status); } &&
15053          { ac_try='test -z "$ac_c_werror_flag"
15054                          || test ! -s conftest.err'
15055   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15056   (eval $ac_try) 2>&5
15057   ac_status=$?
15058   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15059   (exit $ac_status); }; } &&
15060          { ac_try='test -s conftest.$ac_objext'
15061   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15062   (eval $ac_try) 2>&5
15063   ac_status=$?
15064   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15065   (exit $ac_status); }; }; then
15066   ac_lo=$ac_mid; break
15067 else
15068   echo "$as_me: failed program was:" >&5
15069 sed 's/^/| /' conftest.$ac_ext >&5
15070
15071 ac_hi=`expr '(' $ac_mid ')' - 1`
15072                        if test $ac_mid -le $ac_hi; then
15073                          ac_lo= ac_hi=
15074                          break
15075                        fi
15076                        ac_mid=`expr 2 '*' $ac_mid`
15077 fi
15078 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15079   done
15080 else
15081   echo "$as_me: failed program was:" >&5
15082 sed 's/^/| /' conftest.$ac_ext >&5
15083
15084 ac_lo= ac_hi=
15085 fi
15086 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15087 fi
15088 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15089 # Binary search between lo and hi bounds.
15090 while test "x$ac_lo" != "x$ac_hi"; do
15091   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
15092   cat >conftest.$ac_ext <<_ACEOF
15093 /* confdefs.h.  */
15094 _ACEOF
15095 cat confdefs.h >>conftest.$ac_ext
15096 cat >>conftest.$ac_ext <<_ACEOF
15097 /* end confdefs.h.  */
15098 $ac_includes_default
15099 int
15100 main ()
15101 {
15102 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
15103 test_array [0] = 0
15104
15105   ;
15106   return 0;
15107 }
15108 _ACEOF
15109 rm -f conftest.$ac_objext
15110 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15111   (eval $ac_compile) 2>conftest.er1
15112   ac_status=$?
15113   grep -v '^ *+' conftest.er1 >conftest.err
15114   rm -f conftest.er1
15115   cat conftest.err >&5
15116   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15117   (exit $ac_status); } &&
15118          { ac_try='test -z "$ac_c_werror_flag"
15119                          || test ! -s conftest.err'
15120   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15121   (eval $ac_try) 2>&5
15122   ac_status=$?
15123   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15124   (exit $ac_status); }; } &&
15125          { ac_try='test -s conftest.$ac_objext'
15126   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15127   (eval $ac_try) 2>&5
15128   ac_status=$?
15129   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15130   (exit $ac_status); }; }; then
15131   ac_hi=$ac_mid
15132 else
15133   echo "$as_me: failed program was:" >&5
15134 sed 's/^/| /' conftest.$ac_ext >&5
15135
15136 ac_lo=`expr '(' $ac_mid ')' + 1`
15137 fi
15138 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15139 done
15140 case $ac_lo in
15141 ?*) ac_cv_sizeof_short=$ac_lo;;
15142 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
15143 See \`config.log' for more details." >&5
15144 echo "$as_me: error: cannot compute sizeof (short), 77
15145 See \`config.log' for more details." >&2;}
15146    { (exit 1); exit 1; }; } ;;
15147 esac
15148 else
15149   if test "$cross_compiling" = yes; then
15150   { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
15151 See \`config.log' for more details." >&5
15152 echo "$as_me: error: cannot run test program while cross compiling
15153 See \`config.log' for more details." >&2;}
15154    { (exit 1); exit 1; }; }
15155 else
15156   cat >conftest.$ac_ext <<_ACEOF
15157 /* confdefs.h.  */
15158 _ACEOF
15159 cat confdefs.h >>conftest.$ac_ext
15160 cat >>conftest.$ac_ext <<_ACEOF
15161 /* end confdefs.h.  */
15162 $ac_includes_default
15163 long longval () { return (long) (sizeof (short)); }
15164 unsigned long ulongval () { return (long) (sizeof (short)); }
15165 #include <stdio.h>
15166 #include <stdlib.h>
15167 int
15168 main ()
15169 {
15170
15171   FILE *f = fopen ("conftest.val", "w");
15172   if (! f)
15173     exit (1);
15174   if (((long) (sizeof (short))) < 0)
15175     {
15176       long i = longval ();
15177       if (i != ((long) (sizeof (short))))
15178         exit (1);
15179       fprintf (f, "%ld\n", i);
15180     }
15181   else
15182     {
15183       unsigned long i = ulongval ();
15184       if (i != ((long) (sizeof (short))))
15185         exit (1);
15186       fprintf (f, "%lu\n", i);
15187     }
15188   exit (ferror (f) || fclose (f) != 0);
15189
15190   ;
15191   return 0;
15192 }
15193 _ACEOF
15194 rm -f conftest$ac_exeext
15195 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15196   (eval $ac_link) 2>&5
15197   ac_status=$?
15198   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15199   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15200   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15201   (eval $ac_try) 2>&5
15202   ac_status=$?
15203   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15204   (exit $ac_status); }; }; then
15205   ac_cv_sizeof_short=`cat conftest.val`
15206 else
15207   echo "$as_me: program exited with status $ac_status" >&5
15208 echo "$as_me: failed program was:" >&5
15209 sed 's/^/| /' conftest.$ac_ext >&5
15210
15211 ( exit $ac_status )
15212 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
15213 See \`config.log' for more details." >&5
15214 echo "$as_me: error: cannot compute sizeof (short), 77
15215 See \`config.log' for more details." >&2;}
15216    { (exit 1); exit 1; }; }
15217 fi
15218 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15219 fi
15220 fi
15221 rm -f conftest.val
15222 else
15223   ac_cv_sizeof_short=0
15224 fi
15225 fi
15226 echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
15227 echo "${ECHO_T}$ac_cv_sizeof_short" >&6
15228 cat >>confdefs.h <<_ACEOF
15229 #define SIZEOF_SHORT $ac_cv_sizeof_short
15230 _ACEOF
15231
15232
15233 echo "$as_me:$LINENO: checking for void *" >&5
15234 echo $ECHO_N "checking for void *... $ECHO_C" >&6
15235 if test "${ac_cv_type_void_p+set}" = set; then
15236   echo $ECHO_N "(cached) $ECHO_C" >&6
15237 else
15238   cat >conftest.$ac_ext <<_ACEOF
15239 /* confdefs.h.  */
15240 _ACEOF
15241 cat confdefs.h >>conftest.$ac_ext
15242 cat >>conftest.$ac_ext <<_ACEOF
15243 /* end confdefs.h.  */
15244 $ac_includes_default
15245 int
15246 main ()
15247 {
15248 if ((void * *) 0)
15249   return 0;
15250 if (sizeof (void *))
15251   return 0;
15252   ;
15253   return 0;
15254 }
15255 _ACEOF
15256 rm -f conftest.$ac_objext
15257 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15258   (eval $ac_compile) 2>conftest.er1
15259   ac_status=$?
15260   grep -v '^ *+' conftest.er1 >conftest.err
15261   rm -f conftest.er1
15262   cat conftest.err >&5
15263   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15264   (exit $ac_status); } &&
15265          { ac_try='test -z "$ac_c_werror_flag"
15266                          || test ! -s conftest.err'
15267   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15268   (eval $ac_try) 2>&5
15269   ac_status=$?
15270   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15271   (exit $ac_status); }; } &&
15272          { ac_try='test -s conftest.$ac_objext'
15273   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15274   (eval $ac_try) 2>&5
15275   ac_status=$?
15276   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15277   (exit $ac_status); }; }; then
15278   ac_cv_type_void_p=yes
15279 else
15280   echo "$as_me: failed program was:" >&5
15281 sed 's/^/| /' conftest.$ac_ext >&5
15282
15283 ac_cv_type_void_p=no
15284 fi
15285 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15286 fi
15287 echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
15288 echo "${ECHO_T}$ac_cv_type_void_p" >&6
15289
15290 echo "$as_me:$LINENO: checking size of void *" >&5
15291 echo $ECHO_N "checking size of void *... $ECHO_C" >&6
15292 if test "${ac_cv_sizeof_void_p+set}" = set; then
15293   echo $ECHO_N "(cached) $ECHO_C" >&6
15294 else
15295   if test "$ac_cv_type_void_p" = yes; then
15296   # The cast to unsigned long works around a bug in the HP C Compiler
15297   # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15298   # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15299   # This bug is HP SR number 8606223364.
15300   if test "$cross_compiling" = yes; then
15301   # Depending upon the size, compute the lo and hi bounds.
15302 cat >conftest.$ac_ext <<_ACEOF
15303 /* confdefs.h.  */
15304 _ACEOF
15305 cat confdefs.h >>conftest.$ac_ext
15306 cat >>conftest.$ac_ext <<_ACEOF
15307 /* end confdefs.h.  */
15308 $ac_includes_default
15309 int
15310 main ()
15311 {
15312 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)];
15313 test_array [0] = 0
15314
15315   ;
15316   return 0;
15317 }
15318 _ACEOF
15319 rm -f conftest.$ac_objext
15320 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15321   (eval $ac_compile) 2>conftest.er1
15322   ac_status=$?
15323   grep -v '^ *+' conftest.er1 >conftest.err
15324   rm -f conftest.er1
15325   cat conftest.err >&5
15326   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15327   (exit $ac_status); } &&
15328          { ac_try='test -z "$ac_c_werror_flag"
15329                          || test ! -s conftest.err'
15330   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15331   (eval $ac_try) 2>&5
15332   ac_status=$?
15333   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15334   (exit $ac_status); }; } &&
15335          { ac_try='test -s conftest.$ac_objext'
15336   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15337   (eval $ac_try) 2>&5
15338   ac_status=$?
15339   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15340   (exit $ac_status); }; }; then
15341   ac_lo=0 ac_mid=0
15342   while :; do
15343     cat >conftest.$ac_ext <<_ACEOF
15344 /* confdefs.h.  */
15345 _ACEOF
15346 cat confdefs.h >>conftest.$ac_ext
15347 cat >>conftest.$ac_ext <<_ACEOF
15348 /* end confdefs.h.  */
15349 $ac_includes_default
15350 int
15351 main ()
15352 {
15353 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
15354 test_array [0] = 0
15355
15356   ;
15357   return 0;
15358 }
15359 _ACEOF
15360 rm -f conftest.$ac_objext
15361 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15362   (eval $ac_compile) 2>conftest.er1
15363   ac_status=$?
15364   grep -v '^ *+' conftest.er1 >conftest.err
15365   rm -f conftest.er1
15366   cat conftest.err >&5
15367   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15368   (exit $ac_status); } &&
15369          { ac_try='test -z "$ac_c_werror_flag"
15370                          || test ! -s conftest.err'
15371   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15372   (eval $ac_try) 2>&5
15373   ac_status=$?
15374   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15375   (exit $ac_status); }; } &&
15376          { ac_try='test -s conftest.$ac_objext'
15377   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15378   (eval $ac_try) 2>&5
15379   ac_status=$?
15380   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15381   (exit $ac_status); }; }; then
15382   ac_hi=$ac_mid; break
15383 else
15384   echo "$as_me: failed program was:" >&5
15385 sed 's/^/| /' conftest.$ac_ext >&5
15386
15387 ac_lo=`expr $ac_mid + 1`
15388                     if test $ac_lo -le $ac_mid; then
15389                       ac_lo= ac_hi=
15390                       break
15391                     fi
15392                     ac_mid=`expr 2 '*' $ac_mid + 1`
15393 fi
15394 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15395   done
15396 else
15397   echo "$as_me: failed program was:" >&5
15398 sed 's/^/| /' conftest.$ac_ext >&5
15399
15400 cat >conftest.$ac_ext <<_ACEOF
15401 /* confdefs.h.  */
15402 _ACEOF
15403 cat confdefs.h >>conftest.$ac_ext
15404 cat >>conftest.$ac_ext <<_ACEOF
15405 /* end confdefs.h.  */
15406 $ac_includes_default
15407 int
15408 main ()
15409 {
15410 static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)];
15411 test_array [0] = 0
15412
15413   ;
15414   return 0;
15415 }
15416 _ACEOF
15417 rm -f conftest.$ac_objext
15418 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15419   (eval $ac_compile) 2>conftest.er1
15420   ac_status=$?
15421   grep -v '^ *+' conftest.er1 >conftest.err
15422   rm -f conftest.er1
15423   cat conftest.err >&5
15424   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15425   (exit $ac_status); } &&
15426          { ac_try='test -z "$ac_c_werror_flag"
15427                          || test ! -s conftest.err'
15428   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15429   (eval $ac_try) 2>&5
15430   ac_status=$?
15431   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15432   (exit $ac_status); }; } &&
15433          { ac_try='test -s conftest.$ac_objext'
15434   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15435   (eval $ac_try) 2>&5
15436   ac_status=$?
15437   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15438   (exit $ac_status); }; }; then
15439   ac_hi=-1 ac_mid=-1
15440   while :; do
15441     cat >conftest.$ac_ext <<_ACEOF
15442 /* confdefs.h.  */
15443 _ACEOF
15444 cat confdefs.h >>conftest.$ac_ext
15445 cat >>conftest.$ac_ext <<_ACEOF
15446 /* end confdefs.h.  */
15447 $ac_includes_default
15448 int
15449 main ()
15450 {
15451 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)];
15452 test_array [0] = 0
15453
15454   ;
15455   return 0;
15456 }
15457 _ACEOF
15458 rm -f conftest.$ac_objext
15459 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15460   (eval $ac_compile) 2>conftest.er1
15461   ac_status=$?
15462   grep -v '^ *+' conftest.er1 >conftest.err
15463   rm -f conftest.er1
15464   cat conftest.err >&5
15465   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15466   (exit $ac_status); } &&
15467          { ac_try='test -z "$ac_c_werror_flag"
15468                          || test ! -s conftest.err'
15469   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15470   (eval $ac_try) 2>&5
15471   ac_status=$?
15472   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15473   (exit $ac_status); }; } &&
15474          { ac_try='test -s conftest.$ac_objext'
15475   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15476   (eval $ac_try) 2>&5
15477   ac_status=$?
15478   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15479   (exit $ac_status); }; }; then
15480   ac_lo=$ac_mid; break
15481 else
15482   echo "$as_me: failed program was:" >&5
15483 sed 's/^/| /' conftest.$ac_ext >&5
15484
15485 ac_hi=`expr '(' $ac_mid ')' - 1`
15486                        if test $ac_mid -le $ac_hi; then
15487                          ac_lo= ac_hi=
15488                          break
15489                        fi
15490                        ac_mid=`expr 2 '*' $ac_mid`
15491 fi
15492 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15493   done
15494 else
15495   echo "$as_me: failed program was:" >&5
15496 sed 's/^/| /' conftest.$ac_ext >&5
15497
15498 ac_lo= ac_hi=
15499 fi
15500 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15501 fi
15502 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15503 # Binary search between lo and hi bounds.
15504 while test "x$ac_lo" != "x$ac_hi"; do
15505   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
15506   cat >conftest.$ac_ext <<_ACEOF
15507 /* confdefs.h.  */
15508 _ACEOF
15509 cat confdefs.h >>conftest.$ac_ext
15510 cat >>conftest.$ac_ext <<_ACEOF
15511 /* end confdefs.h.  */
15512 $ac_includes_default
15513 int
15514 main ()
15515 {
15516 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
15517 test_array [0] = 0
15518
15519   ;
15520   return 0;
15521 }
15522 _ACEOF
15523 rm -f conftest.$ac_objext
15524 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15525   (eval $ac_compile) 2>conftest.er1
15526   ac_status=$?
15527   grep -v '^ *+' conftest.er1 >conftest.err
15528   rm -f conftest.er1
15529   cat conftest.err >&5
15530   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15531   (exit $ac_status); } &&
15532          { ac_try='test -z "$ac_c_werror_flag"
15533                          || test ! -s conftest.err'
15534   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15535   (eval $ac_try) 2>&5
15536   ac_status=$?
15537   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15538   (exit $ac_status); }; } &&
15539          { ac_try='test -s conftest.$ac_objext'
15540   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15541   (eval $ac_try) 2>&5
15542   ac_status=$?
15543   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15544   (exit $ac_status); }; }; then
15545   ac_hi=$ac_mid
15546 else
15547   echo "$as_me: failed program was:" >&5
15548 sed 's/^/| /' conftest.$ac_ext >&5
15549
15550 ac_lo=`expr '(' $ac_mid ')' + 1`
15551 fi
15552 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15553 done
15554 case $ac_lo in
15555 ?*) ac_cv_sizeof_void_p=$ac_lo;;
15556 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
15557 See \`config.log' for more details." >&5
15558 echo "$as_me: error: cannot compute sizeof (void *), 77
15559 See \`config.log' for more details." >&2;}
15560    { (exit 1); exit 1; }; } ;;
15561 esac
15562 else
15563   if test "$cross_compiling" = yes; then
15564   { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
15565 See \`config.log' for more details." >&5
15566 echo "$as_me: error: cannot run test program while cross compiling
15567 See \`config.log' for more details." >&2;}
15568    { (exit 1); exit 1; }; }
15569 else
15570   cat >conftest.$ac_ext <<_ACEOF
15571 /* confdefs.h.  */
15572 _ACEOF
15573 cat confdefs.h >>conftest.$ac_ext
15574 cat >>conftest.$ac_ext <<_ACEOF
15575 /* end confdefs.h.  */
15576 $ac_includes_default
15577 long longval () { return (long) (sizeof (void *)); }
15578 unsigned long ulongval () { return (long) (sizeof (void *)); }
15579 #include <stdio.h>
15580 #include <stdlib.h>
15581 int
15582 main ()
15583 {
15584
15585   FILE *f = fopen ("conftest.val", "w");
15586   if (! f)
15587     exit (1);
15588   if (((long) (sizeof (void *))) < 0)
15589     {
15590       long i = longval ();
15591       if (i != ((long) (sizeof (void *))))
15592         exit (1);
15593       fprintf (f, "%ld\n", i);
15594     }
15595   else
15596     {
15597       unsigned long i = ulongval ();
15598       if (i != ((long) (sizeof (void *))))
15599         exit (1);
15600       fprintf (f, "%lu\n", i);
15601     }
15602   exit (ferror (f) || fclose (f) != 0);
15603
15604   ;
15605   return 0;
15606 }
15607 _ACEOF
15608 rm -f conftest$ac_exeext
15609 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15610   (eval $ac_link) 2>&5
15611   ac_status=$?
15612   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15613   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15614   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15615   (eval $ac_try) 2>&5
15616   ac_status=$?
15617   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15618   (exit $ac_status); }; }; then
15619   ac_cv_sizeof_void_p=`cat conftest.val`
15620 else
15621   echo "$as_me: program exited with status $ac_status" >&5
15622 echo "$as_me: failed program was:" >&5
15623 sed 's/^/| /' conftest.$ac_ext >&5
15624
15625 ( exit $ac_status )
15626 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
15627 See \`config.log' for more details." >&5
15628 echo "$as_me: error: cannot compute sizeof (void *), 77
15629 See \`config.log' for more details." >&2;}
15630    { (exit 1); exit 1; }; }
15631 fi
15632 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15633 fi
15634 fi
15635 rm -f conftest.val
15636 else
15637   ac_cv_sizeof_void_p=0
15638 fi
15639 fi
15640 echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
15641 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6
15642 cat >>confdefs.h <<_ACEOF
15643 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
15644 _ACEOF
15645
15646
15647 echo "$as_me:$LINENO: checking for int" >&5
15648 echo $ECHO_N "checking for int... $ECHO_C" >&6
15649 if test "${ac_cv_type_int+set}" = set; then
15650   echo $ECHO_N "(cached) $ECHO_C" >&6
15651 else
15652   cat >conftest.$ac_ext <<_ACEOF
15653 /* confdefs.h.  */
15654 _ACEOF
15655 cat confdefs.h >>conftest.$ac_ext
15656 cat >>conftest.$ac_ext <<_ACEOF
15657 /* end confdefs.h.  */
15658 $ac_includes_default
15659 int
15660 main ()
15661 {
15662 if ((int *) 0)
15663   return 0;
15664 if (sizeof (int))
15665   return 0;
15666   ;
15667   return 0;
15668 }
15669 _ACEOF
15670 rm -f conftest.$ac_objext
15671 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15672   (eval $ac_compile) 2>conftest.er1
15673   ac_status=$?
15674   grep -v '^ *+' conftest.er1 >conftest.err
15675   rm -f conftest.er1
15676   cat conftest.err >&5
15677   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15678   (exit $ac_status); } &&
15679          { ac_try='test -z "$ac_c_werror_flag"
15680                          || test ! -s conftest.err'
15681   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15682   (eval $ac_try) 2>&5
15683   ac_status=$?
15684   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15685   (exit $ac_status); }; } &&
15686          { ac_try='test -s conftest.$ac_objext'
15687   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15688   (eval $ac_try) 2>&5
15689   ac_status=$?
15690   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15691   (exit $ac_status); }; }; then
15692   ac_cv_type_int=yes
15693 else
15694   echo "$as_me: failed program was:" >&5
15695 sed 's/^/| /' conftest.$ac_ext >&5
15696
15697 ac_cv_type_int=no
15698 fi
15699 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15700 fi
15701 echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
15702 echo "${ECHO_T}$ac_cv_type_int" >&6
15703
15704 echo "$as_me:$LINENO: checking size of int" >&5
15705 echo $ECHO_N "checking size of int... $ECHO_C" >&6
15706 if test "${ac_cv_sizeof_int+set}" = set; then
15707   echo $ECHO_N "(cached) $ECHO_C" >&6
15708 else
15709   if test "$ac_cv_type_int" = yes; then
15710   # The cast to unsigned long works around a bug in the HP C Compiler
15711   # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15712   # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15713   # This bug is HP SR number 8606223364.
15714   if test "$cross_compiling" = yes; then
15715   # Depending upon the size, compute the lo and hi bounds.
15716 cat >conftest.$ac_ext <<_ACEOF
15717 /* confdefs.h.  */
15718 _ACEOF
15719 cat confdefs.h >>conftest.$ac_ext
15720 cat >>conftest.$ac_ext <<_ACEOF
15721 /* end confdefs.h.  */
15722 $ac_includes_default
15723 int
15724 main ()
15725 {
15726 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
15727 test_array [0] = 0
15728
15729   ;
15730   return 0;
15731 }
15732 _ACEOF
15733 rm -f conftest.$ac_objext
15734 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15735   (eval $ac_compile) 2>conftest.er1
15736   ac_status=$?
15737   grep -v '^ *+' conftest.er1 >conftest.err
15738   rm -f conftest.er1
15739   cat conftest.err >&5
15740   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15741   (exit $ac_status); } &&
15742          { ac_try='test -z "$ac_c_werror_flag"
15743                          || test ! -s conftest.err'
15744   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15745   (eval $ac_try) 2>&5
15746   ac_status=$?
15747   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15748   (exit $ac_status); }; } &&
15749          { ac_try='test -s conftest.$ac_objext'
15750   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15751   (eval $ac_try) 2>&5
15752   ac_status=$?
15753   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15754   (exit $ac_status); }; }; then
15755   ac_lo=0 ac_mid=0
15756   while :; do
15757     cat >conftest.$ac_ext <<_ACEOF
15758 /* confdefs.h.  */
15759 _ACEOF
15760 cat confdefs.h >>conftest.$ac_ext
15761 cat >>conftest.$ac_ext <<_ACEOF
15762 /* end confdefs.h.  */
15763 $ac_includes_default
15764 int
15765 main ()
15766 {
15767 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
15768 test_array [0] = 0
15769
15770   ;
15771   return 0;
15772 }
15773 _ACEOF
15774 rm -f conftest.$ac_objext
15775 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15776   (eval $ac_compile) 2>conftest.er1
15777   ac_status=$?
15778   grep -v '^ *+' conftest.er1 >conftest.err
15779   rm -f conftest.er1
15780   cat conftest.err >&5
15781   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15782   (exit $ac_status); } &&
15783          { ac_try='test -z "$ac_c_werror_flag"
15784                          || test ! -s conftest.err'
15785   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15786   (eval $ac_try) 2>&5
15787   ac_status=$?
15788   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15789   (exit $ac_status); }; } &&
15790          { ac_try='test -s conftest.$ac_objext'
15791   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15792   (eval $ac_try) 2>&5
15793   ac_status=$?
15794   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15795   (exit $ac_status); }; }; then
15796   ac_hi=$ac_mid; break
15797 else
15798   echo "$as_me: failed program was:" >&5
15799 sed 's/^/| /' conftest.$ac_ext >&5
15800
15801 ac_lo=`expr $ac_mid + 1`
15802                     if test $ac_lo -le $ac_mid; then
15803                       ac_lo= ac_hi=
15804                       break
15805                     fi
15806                     ac_mid=`expr 2 '*' $ac_mid + 1`
15807 fi
15808 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15809   done
15810 else
15811   echo "$as_me: failed program was:" >&5
15812 sed 's/^/| /' conftest.$ac_ext >&5
15813
15814 cat >conftest.$ac_ext <<_ACEOF
15815 /* confdefs.h.  */
15816 _ACEOF
15817 cat confdefs.h >>conftest.$ac_ext
15818 cat >>conftest.$ac_ext <<_ACEOF
15819 /* end confdefs.h.  */
15820 $ac_includes_default
15821 int
15822 main ()
15823 {
15824 static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
15825 test_array [0] = 0
15826
15827   ;
15828   return 0;
15829 }
15830 _ACEOF
15831 rm -f conftest.$ac_objext
15832 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15833   (eval $ac_compile) 2>conftest.er1
15834   ac_status=$?
15835   grep -v '^ *+' conftest.er1 >conftest.err
15836   rm -f conftest.er1
15837   cat conftest.err >&5
15838   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15839   (exit $ac_status); } &&
15840          { ac_try='test -z "$ac_c_werror_flag"
15841                          || test ! -s conftest.err'
15842   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15843   (eval $ac_try) 2>&5
15844   ac_status=$?
15845   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15846   (exit $ac_status); }; } &&
15847          { ac_try='test -s conftest.$ac_objext'
15848   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15849   (eval $ac_try) 2>&5
15850   ac_status=$?
15851   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15852   (exit $ac_status); }; }; then
15853   ac_hi=-1 ac_mid=-1
15854   while :; do
15855     cat >conftest.$ac_ext <<_ACEOF
15856 /* confdefs.h.  */
15857 _ACEOF
15858 cat confdefs.h >>conftest.$ac_ext
15859 cat >>conftest.$ac_ext <<_ACEOF
15860 /* end confdefs.h.  */
15861 $ac_includes_default
15862 int
15863 main ()
15864 {
15865 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
15866 test_array [0] = 0
15867
15868   ;
15869   return 0;
15870 }
15871 _ACEOF
15872 rm -f conftest.$ac_objext
15873 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15874   (eval $ac_compile) 2>conftest.er1
15875   ac_status=$?
15876   grep -v '^ *+' conftest.er1 >conftest.err
15877   rm -f conftest.er1
15878   cat conftest.err >&5
15879   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15880   (exit $ac_status); } &&
15881          { ac_try='test -z "$ac_c_werror_flag"
15882                          || test ! -s conftest.err'
15883   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15884   (eval $ac_try) 2>&5
15885   ac_status=$?
15886   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15887   (exit $ac_status); }; } &&
15888          { ac_try='test -s conftest.$ac_objext'
15889   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15890   (eval $ac_try) 2>&5
15891   ac_status=$?
15892   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15893   (exit $ac_status); }; }; then
15894   ac_lo=$ac_mid; break
15895 else
15896   echo "$as_me: failed program was:" >&5
15897 sed 's/^/| /' conftest.$ac_ext >&5
15898
15899 ac_hi=`expr '(' $ac_mid ')' - 1`
15900                        if test $ac_mid -le $ac_hi; then
15901                          ac_lo= ac_hi=
15902                          break
15903                        fi
15904                        ac_mid=`expr 2 '*' $ac_mid`
15905 fi
15906 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15907   done
15908 else
15909   echo "$as_me: failed program was:" >&5
15910 sed 's/^/| /' conftest.$ac_ext >&5
15911
15912 ac_lo= ac_hi=
15913 fi
15914 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15915 fi
15916 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15917 # Binary search between lo and hi bounds.
15918 while test "x$ac_lo" != "x$ac_hi"; do
15919   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
15920   cat >conftest.$ac_ext <<_ACEOF
15921 /* confdefs.h.  */
15922 _ACEOF
15923 cat confdefs.h >>conftest.$ac_ext
15924 cat >>conftest.$ac_ext <<_ACEOF
15925 /* end confdefs.h.  */
15926 $ac_includes_default
15927 int
15928 main ()
15929 {
15930 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
15931 test_array [0] = 0
15932
15933   ;
15934   return 0;
15935 }
15936 _ACEOF
15937 rm -f conftest.$ac_objext
15938 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15939   (eval $ac_compile) 2>conftest.er1
15940   ac_status=$?
15941   grep -v '^ *+' conftest.er1 >conftest.err
15942   rm -f conftest.er1
15943   cat conftest.err >&5
15944   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15945   (exit $ac_status); } &&
15946          { ac_try='test -z "$ac_c_werror_flag"
15947                          || test ! -s conftest.err'
15948   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15949   (eval $ac_try) 2>&5
15950   ac_status=$?
15951   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15952   (exit $ac_status); }; } &&
15953          { ac_try='test -s conftest.$ac_objext'
15954   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15955   (eval $ac_try) 2>&5
15956   ac_status=$?
15957   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15958   (exit $ac_status); }; }; then
15959   ac_hi=$ac_mid
15960 else
15961   echo "$as_me: failed program was:" >&5
15962 sed 's/^/| /' conftest.$ac_ext >&5
15963
15964 ac_lo=`expr '(' $ac_mid ')' + 1`
15965 fi
15966 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15967 done
15968 case $ac_lo in
15969 ?*) ac_cv_sizeof_int=$ac_lo;;
15970 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
15971 See \`config.log' for more details." >&5
15972 echo "$as_me: error: cannot compute sizeof (int), 77
15973 See \`config.log' for more details." >&2;}
15974    { (exit 1); exit 1; }; } ;;
15975 esac
15976 else
15977   if test "$cross_compiling" = yes; then
15978   { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
15979 See \`config.log' for more details." >&5
15980 echo "$as_me: error: cannot run test program while cross compiling
15981 See \`config.log' for more details." >&2;}
15982    { (exit 1); exit 1; }; }
15983 else
15984   cat >conftest.$ac_ext <<_ACEOF
15985 /* confdefs.h.  */
15986 _ACEOF
15987 cat confdefs.h >>conftest.$ac_ext
15988 cat >>conftest.$ac_ext <<_ACEOF
15989 /* end confdefs.h.  */
15990 $ac_includes_default
15991 long longval () { return (long) (sizeof (int)); }
15992 unsigned long ulongval () { return (long) (sizeof (int)); }
15993 #include <stdio.h>
15994 #include <stdlib.h>
15995 int
15996 main ()
15997 {
15998
15999   FILE *f = fopen ("conftest.val", "w");
16000   if (! f)
16001     exit (1);
16002   if (((long) (sizeof (int))) < 0)
16003     {
16004       long i = longval ();
16005       if (i != ((long) (sizeof (int))))
16006         exit (1);
16007       fprintf (f, "%ld\n", i);
16008     }
16009   else
16010     {
16011       unsigned long i = ulongval ();
16012       if (i != ((long) (sizeof (int))))
16013         exit (1);
16014       fprintf (f, "%lu\n", i);
16015     }
16016   exit (ferror (f) || fclose (f) != 0);
16017
16018   ;
16019   return 0;
16020 }
16021 _ACEOF
16022 rm -f conftest$ac_exeext
16023 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16024   (eval $ac_link) 2>&5
16025   ac_status=$?
16026   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16027   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16028   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16029   (eval $ac_try) 2>&5
16030   ac_status=$?
16031   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16032   (exit $ac_status); }; }; then
16033   ac_cv_sizeof_int=`cat conftest.val`
16034 else
16035   echo "$as_me: program exited with status $ac_status" >&5
16036 echo "$as_me: failed program was:" >&5
16037 sed 's/^/| /' conftest.$ac_ext >&5
16038
16039 ( exit $ac_status )
16040 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
16041 See \`config.log' for more details." >&5
16042 echo "$as_me: error: cannot compute sizeof (int), 77
16043 See \`config.log' for more details." >&2;}
16044    { (exit 1); exit 1; }; }
16045 fi
16046 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16047 fi
16048 fi
16049 rm -f conftest.val
16050 else
16051   ac_cv_sizeof_int=0
16052 fi
16053 fi
16054 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
16055 echo "${ECHO_T}$ac_cv_sizeof_int" >&6
16056 cat >>confdefs.h <<_ACEOF
16057 #define SIZEOF_INT $ac_cv_sizeof_int
16058 _ACEOF
16059
16060
16061 echo "$as_me:$LINENO: checking for long" >&5
16062 echo $ECHO_N "checking for long... $ECHO_C" >&6
16063 if test "${ac_cv_type_long+set}" = set; then
16064   echo $ECHO_N "(cached) $ECHO_C" >&6
16065 else
16066   cat >conftest.$ac_ext <<_ACEOF
16067 /* confdefs.h.  */
16068 _ACEOF
16069 cat confdefs.h >>conftest.$ac_ext
16070 cat >>conftest.$ac_ext <<_ACEOF
16071 /* end confdefs.h.  */
16072 $ac_includes_default
16073 int
16074 main ()
16075 {
16076 if ((long *) 0)
16077   return 0;
16078 if (sizeof (long))
16079   return 0;
16080   ;
16081   return 0;
16082 }
16083 _ACEOF
16084 rm -f conftest.$ac_objext
16085 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16086   (eval $ac_compile) 2>conftest.er1
16087   ac_status=$?
16088   grep -v '^ *+' conftest.er1 >conftest.err
16089   rm -f conftest.er1
16090   cat conftest.err >&5
16091   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16092   (exit $ac_status); } &&
16093          { ac_try='test -z "$ac_c_werror_flag"
16094                          || test ! -s conftest.err'
16095   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16096   (eval $ac_try) 2>&5
16097   ac_status=$?
16098   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16099   (exit $ac_status); }; } &&
16100          { ac_try='test -s conftest.$ac_objext'
16101   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16102   (eval $ac_try) 2>&5
16103   ac_status=$?
16104   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16105   (exit $ac_status); }; }; then
16106   ac_cv_type_long=yes
16107 else
16108   echo "$as_me: failed program was:" >&5
16109 sed 's/^/| /' conftest.$ac_ext >&5
16110
16111 ac_cv_type_long=no
16112 fi
16113 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16114 fi
16115 echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
16116 echo "${ECHO_T}$ac_cv_type_long" >&6
16117
16118 echo "$as_me:$LINENO: checking size of long" >&5
16119 echo $ECHO_N "checking size of long... $ECHO_C" >&6
16120 if test "${ac_cv_sizeof_long+set}" = set; then
16121   echo $ECHO_N "(cached) $ECHO_C" >&6
16122 else
16123   if test "$ac_cv_type_long" = yes; then
16124   # The cast to unsigned long works around a bug in the HP C Compiler
16125   # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16126   # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16127   # This bug is HP SR number 8606223364.
16128   if test "$cross_compiling" = yes; then
16129   # Depending upon the size, compute the lo and hi bounds.
16130 cat >conftest.$ac_ext <<_ACEOF
16131 /* confdefs.h.  */
16132 _ACEOF
16133 cat confdefs.h >>conftest.$ac_ext
16134 cat >>conftest.$ac_ext <<_ACEOF
16135 /* end confdefs.h.  */
16136 $ac_includes_default
16137 int
16138 main ()
16139 {
16140 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
16141 test_array [0] = 0
16142
16143   ;
16144   return 0;
16145 }
16146 _ACEOF
16147 rm -f conftest.$ac_objext
16148 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16149   (eval $ac_compile) 2>conftest.er1
16150   ac_status=$?
16151   grep -v '^ *+' conftest.er1 >conftest.err
16152   rm -f conftest.er1
16153   cat conftest.err >&5
16154   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16155   (exit $ac_status); } &&
16156          { ac_try='test -z "$ac_c_werror_flag"
16157                          || test ! -s conftest.err'
16158   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16159   (eval $ac_try) 2>&5
16160   ac_status=$?
16161   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16162   (exit $ac_status); }; } &&
16163          { ac_try='test -s conftest.$ac_objext'
16164   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16165   (eval $ac_try) 2>&5
16166   ac_status=$?
16167   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16168   (exit $ac_status); }; }; then
16169   ac_lo=0 ac_mid=0
16170   while :; do
16171     cat >conftest.$ac_ext <<_ACEOF
16172 /* confdefs.h.  */
16173 _ACEOF
16174 cat confdefs.h >>conftest.$ac_ext
16175 cat >>conftest.$ac_ext <<_ACEOF
16176 /* end confdefs.h.  */
16177 $ac_includes_default
16178 int
16179 main ()
16180 {
16181 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
16182 test_array [0] = 0
16183
16184   ;
16185   return 0;
16186 }
16187 _ACEOF
16188 rm -f conftest.$ac_objext
16189 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16190   (eval $ac_compile) 2>conftest.er1
16191   ac_status=$?
16192   grep -v '^ *+' conftest.er1 >conftest.err
16193   rm -f conftest.er1
16194   cat conftest.err >&5
16195   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16196   (exit $ac_status); } &&
16197          { ac_try='test -z "$ac_c_werror_flag"
16198                          || test ! -s conftest.err'
16199   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16200   (eval $ac_try) 2>&5
16201   ac_status=$?
16202   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16203   (exit $ac_status); }; } &&
16204          { ac_try='test -s conftest.$ac_objext'
16205   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16206   (eval $ac_try) 2>&5
16207   ac_status=$?
16208   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16209   (exit $ac_status); }; }; then
16210   ac_hi=$ac_mid; break
16211 else
16212   echo "$as_me: failed program was:" >&5
16213 sed 's/^/| /' conftest.$ac_ext >&5
16214
16215 ac_lo=`expr $ac_mid + 1`
16216                     if test $ac_lo -le $ac_mid; then
16217                       ac_lo= ac_hi=
16218                       break
16219                     fi
16220                     ac_mid=`expr 2 '*' $ac_mid + 1`
16221 fi
16222 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16223   done
16224 else
16225   echo "$as_me: failed program was:" >&5
16226 sed 's/^/| /' conftest.$ac_ext >&5
16227
16228 cat >conftest.$ac_ext <<_ACEOF
16229 /* confdefs.h.  */
16230 _ACEOF
16231 cat confdefs.h >>conftest.$ac_ext
16232 cat >>conftest.$ac_ext <<_ACEOF
16233 /* end confdefs.h.  */
16234 $ac_includes_default
16235 int
16236 main ()
16237 {
16238 static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
16239 test_array [0] = 0
16240
16241   ;
16242   return 0;
16243 }
16244 _ACEOF
16245 rm -f conftest.$ac_objext
16246 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16247   (eval $ac_compile) 2>conftest.er1
16248   ac_status=$?
16249   grep -v '^ *+' conftest.er1 >conftest.err
16250   rm -f conftest.er1
16251   cat conftest.err >&5
16252   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16253   (exit $ac_status); } &&
16254          { ac_try='test -z "$ac_c_werror_flag"
16255                          || test ! -s conftest.err'
16256   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16257   (eval $ac_try) 2>&5
16258   ac_status=$?
16259   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16260   (exit $ac_status); }; } &&
16261          { ac_try='test -s conftest.$ac_objext'
16262   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16263   (eval $ac_try) 2>&5
16264   ac_status=$?
16265   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16266   (exit $ac_status); }; }; then
16267   ac_hi=-1 ac_mid=-1
16268   while :; do
16269     cat >conftest.$ac_ext <<_ACEOF
16270 /* confdefs.h.  */
16271 _ACEOF
16272 cat confdefs.h >>conftest.$ac_ext
16273 cat >>conftest.$ac_ext <<_ACEOF
16274 /* end confdefs.h.  */
16275 $ac_includes_default
16276 int
16277 main ()
16278 {
16279 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
16280 test_array [0] = 0
16281
16282   ;
16283   return 0;
16284 }
16285 _ACEOF
16286 rm -f conftest.$ac_objext
16287 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16288   (eval $ac_compile) 2>conftest.er1
16289   ac_status=$?
16290   grep -v '^ *+' conftest.er1 >conftest.err
16291   rm -f conftest.er1
16292   cat conftest.err >&5
16293   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16294   (exit $ac_status); } &&
16295          { ac_try='test -z "$ac_c_werror_flag"
16296                          || test ! -s conftest.err'
16297   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16298   (eval $ac_try) 2>&5
16299   ac_status=$?
16300   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16301   (exit $ac_status); }; } &&
16302          { ac_try='test -s conftest.$ac_objext'
16303   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16304   (eval $ac_try) 2>&5
16305   ac_status=$?
16306   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16307   (exit $ac_status); }; }; then
16308   ac_lo=$ac_mid; break
16309 else
16310   echo "$as_me: failed program was:" >&5
16311 sed 's/^/| /' conftest.$ac_ext >&5
16312
16313 ac_hi=`expr '(' $ac_mid ')' - 1`
16314                        if test $ac_mid -le $ac_hi; then
16315                          ac_lo= ac_hi=
16316                          break
16317                        fi
16318                        ac_mid=`expr 2 '*' $ac_mid`
16319 fi
16320 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16321   done
16322 else
16323   echo "$as_me: failed program was:" >&5
16324 sed 's/^/| /' conftest.$ac_ext >&5
16325
16326 ac_lo= ac_hi=
16327 fi
16328 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16329 fi
16330 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16331 # Binary search between lo and hi bounds.
16332 while test "x$ac_lo" != "x$ac_hi"; do
16333   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16334   cat >conftest.$ac_ext <<_ACEOF
16335 /* confdefs.h.  */
16336 _ACEOF
16337 cat confdefs.h >>conftest.$ac_ext
16338 cat >>conftest.$ac_ext <<_ACEOF
16339 /* end confdefs.h.  */
16340 $ac_includes_default
16341 int
16342 main ()
16343 {
16344 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
16345 test_array [0] = 0
16346
16347   ;
16348   return 0;
16349 }
16350 _ACEOF
16351 rm -f conftest.$ac_objext
16352 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16353   (eval $ac_compile) 2>conftest.er1
16354   ac_status=$?
16355   grep -v '^ *+' conftest.er1 >conftest.err
16356   rm -f conftest.er1
16357   cat conftest.err >&5
16358   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16359   (exit $ac_status); } &&
16360          { ac_try='test -z "$ac_c_werror_flag"
16361                          || test ! -s conftest.err'
16362   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16363   (eval $ac_try) 2>&5
16364   ac_status=$?
16365   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16366   (exit $ac_status); }; } &&
16367          { ac_try='test -s conftest.$ac_objext'
16368   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16369   (eval $ac_try) 2>&5
16370   ac_status=$?
16371   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16372   (exit $ac_status); }; }; then
16373   ac_hi=$ac_mid
16374 else
16375   echo "$as_me: failed program was:" >&5
16376 sed 's/^/| /' conftest.$ac_ext >&5
16377
16378 ac_lo=`expr '(' $ac_mid ')' + 1`
16379 fi
16380 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16381 done
16382 case $ac_lo in
16383 ?*) ac_cv_sizeof_long=$ac_lo;;
16384 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
16385 See \`config.log' for more details." >&5
16386 echo "$as_me: error: cannot compute sizeof (long), 77
16387 See \`config.log' for more details." >&2;}
16388    { (exit 1); exit 1; }; } ;;
16389 esac
16390 else
16391   if test "$cross_compiling" = yes; then
16392   { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
16393 See \`config.log' for more details." >&5
16394 echo "$as_me: error: cannot run test program while cross compiling
16395 See \`config.log' for more details." >&2;}
16396    { (exit 1); exit 1; }; }
16397 else
16398   cat >conftest.$ac_ext <<_ACEOF
16399 /* confdefs.h.  */
16400 _ACEOF
16401 cat confdefs.h >>conftest.$ac_ext
16402 cat >>conftest.$ac_ext <<_ACEOF
16403 /* end confdefs.h.  */
16404 $ac_includes_default
16405 long longval () { return (long) (sizeof (long)); }
16406 unsigned long ulongval () { return (long) (sizeof (long)); }
16407 #include <stdio.h>
16408 #include <stdlib.h>
16409 int
16410 main ()
16411 {
16412
16413   FILE *f = fopen ("conftest.val", "w");
16414   if (! f)
16415     exit (1);
16416   if (((long) (sizeof (long))) < 0)
16417     {
16418       long i = longval ();
16419       if (i != ((long) (sizeof (long))))
16420         exit (1);
16421       fprintf (f, "%ld\n", i);
16422     }
16423   else
16424     {
16425       unsigned long i = ulongval ();
16426       if (i != ((long) (sizeof (long))))
16427         exit (1);
16428       fprintf (f, "%lu\n", i);
16429     }
16430   exit (ferror (f) || fclose (f) != 0);
16431
16432   ;
16433   return 0;
16434 }
16435 _ACEOF
16436 rm -f conftest$ac_exeext
16437 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16438   (eval $ac_link) 2>&5
16439   ac_status=$?
16440   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16441   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16442   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16443   (eval $ac_try) 2>&5
16444   ac_status=$?
16445   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16446   (exit $ac_status); }; }; then
16447   ac_cv_sizeof_long=`cat conftest.val`
16448 else
16449   echo "$as_me: program exited with status $ac_status" >&5
16450 echo "$as_me: failed program was:" >&5
16451 sed 's/^/| /' conftest.$ac_ext >&5
16452
16453 ( exit $ac_status )
16454 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
16455 See \`config.log' for more details." >&5
16456 echo "$as_me: error: cannot compute sizeof (long), 77
16457 See \`config.log' for more details." >&2;}
16458    { (exit 1); exit 1; }; }
16459 fi
16460 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16461 fi
16462 fi
16463 rm -f conftest.val
16464 else
16465   ac_cv_sizeof_long=0
16466 fi
16467 fi
16468 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
16469 echo "${ECHO_T}$ac_cv_sizeof_long" >&6
16470 cat >>confdefs.h <<_ACEOF
16471 #define SIZEOF_LONG $ac_cv_sizeof_long
16472 _ACEOF
16473
16474
16475 echo "$as_me:$LINENO: checking for size_t" >&5
16476 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
16477 if test "${ac_cv_type_size_t+set}" = set; then
16478   echo $ECHO_N "(cached) $ECHO_C" >&6
16479 else
16480   cat >conftest.$ac_ext <<_ACEOF
16481 /* confdefs.h.  */
16482 _ACEOF
16483 cat confdefs.h >>conftest.$ac_ext
16484 cat >>conftest.$ac_ext <<_ACEOF
16485 /* end confdefs.h.  */
16486 $ac_includes_default
16487 int
16488 main ()
16489 {
16490 if ((size_t *) 0)
16491   return 0;
16492 if (sizeof (size_t))
16493   return 0;
16494   ;
16495   return 0;
16496 }
16497 _ACEOF
16498 rm -f conftest.$ac_objext
16499 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16500   (eval $ac_compile) 2>conftest.er1
16501   ac_status=$?
16502   grep -v '^ *+' conftest.er1 >conftest.err
16503   rm -f conftest.er1
16504   cat conftest.err >&5
16505   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16506   (exit $ac_status); } &&
16507          { ac_try='test -z "$ac_c_werror_flag"
16508                          || test ! -s conftest.err'
16509   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16510   (eval $ac_try) 2>&5
16511   ac_status=$?
16512   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16513   (exit $ac_status); }; } &&
16514          { ac_try='test -s conftest.$ac_objext'
16515   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16516   (eval $ac_try) 2>&5
16517   ac_status=$?
16518   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16519   (exit $ac_status); }; }; then
16520   ac_cv_type_size_t=yes
16521 else
16522   echo "$as_me: failed program was:" >&5
16523 sed 's/^/| /' conftest.$ac_ext >&5
16524
16525 ac_cv_type_size_t=no
16526 fi
16527 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16528 fi
16529 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
16530 echo "${ECHO_T}$ac_cv_type_size_t" >&6
16531
16532 echo "$as_me:$LINENO: checking size of size_t" >&5
16533 echo $ECHO_N "checking size of size_t... $ECHO_C" >&6
16534 if test "${ac_cv_sizeof_size_t+set}" = set; then
16535   echo $ECHO_N "(cached) $ECHO_C" >&6
16536 else
16537   if test "$ac_cv_type_size_t" = yes; then
16538   # The cast to unsigned long works around a bug in the HP C Compiler
16539   # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16540   # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16541   # This bug is HP SR number 8606223364.
16542   if test "$cross_compiling" = yes; then
16543   # Depending upon the size, compute the lo and hi bounds.
16544 cat >conftest.$ac_ext <<_ACEOF
16545 /* confdefs.h.  */
16546 _ACEOF
16547 cat confdefs.h >>conftest.$ac_ext
16548 cat >>conftest.$ac_ext <<_ACEOF
16549 /* end confdefs.h.  */
16550 $ac_includes_default
16551 int
16552 main ()
16553 {
16554 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= 0)];
16555 test_array [0] = 0
16556
16557   ;
16558   return 0;
16559 }
16560 _ACEOF
16561 rm -f conftest.$ac_objext
16562 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16563   (eval $ac_compile) 2>conftest.er1
16564   ac_status=$?
16565   grep -v '^ *+' conftest.er1 >conftest.err
16566   rm -f conftest.er1
16567   cat conftest.err >&5
16568   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16569   (exit $ac_status); } &&
16570          { ac_try='test -z "$ac_c_werror_flag"
16571                          || test ! -s conftest.err'
16572   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16573   (eval $ac_try) 2>&5
16574   ac_status=$?
16575   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16576   (exit $ac_status); }; } &&
16577          { ac_try='test -s conftest.$ac_objext'
16578   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16579   (eval $ac_try) 2>&5
16580   ac_status=$?
16581   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16582   (exit $ac_status); }; }; then
16583   ac_lo=0 ac_mid=0
16584   while :; do
16585     cat >conftest.$ac_ext <<_ACEOF
16586 /* confdefs.h.  */
16587 _ACEOF
16588 cat confdefs.h >>conftest.$ac_ext
16589 cat >>conftest.$ac_ext <<_ACEOF
16590 /* end confdefs.h.  */
16591 $ac_includes_default
16592 int
16593 main ()
16594 {
16595 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
16596 test_array [0] = 0
16597
16598   ;
16599   return 0;
16600 }
16601 _ACEOF
16602 rm -f conftest.$ac_objext
16603 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16604   (eval $ac_compile) 2>conftest.er1
16605   ac_status=$?
16606   grep -v '^ *+' conftest.er1 >conftest.err
16607   rm -f conftest.er1
16608   cat conftest.err >&5
16609   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16610   (exit $ac_status); } &&
16611          { ac_try='test -z "$ac_c_werror_flag"
16612                          || test ! -s conftest.err'
16613   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16614   (eval $ac_try) 2>&5
16615   ac_status=$?
16616   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16617   (exit $ac_status); }; } &&
16618          { ac_try='test -s conftest.$ac_objext'
16619   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16620   (eval $ac_try) 2>&5
16621   ac_status=$?
16622   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16623   (exit $ac_status); }; }; then
16624   ac_hi=$ac_mid; break
16625 else
16626   echo "$as_me: failed program was:" >&5
16627 sed 's/^/| /' conftest.$ac_ext >&5
16628
16629 ac_lo=`expr $ac_mid + 1`
16630                     if test $ac_lo -le $ac_mid; then
16631                       ac_lo= ac_hi=
16632                       break
16633                     fi
16634                     ac_mid=`expr 2 '*' $ac_mid + 1`
16635 fi
16636 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16637   done
16638 else
16639   echo "$as_me: failed program was:" >&5
16640 sed 's/^/| /' conftest.$ac_ext >&5
16641
16642 cat >conftest.$ac_ext <<_ACEOF
16643 /* confdefs.h.  */
16644 _ACEOF
16645 cat confdefs.h >>conftest.$ac_ext
16646 cat >>conftest.$ac_ext <<_ACEOF
16647 /* end confdefs.h.  */
16648 $ac_includes_default
16649 int
16650 main ()
16651 {
16652 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) < 0)];
16653 test_array [0] = 0
16654
16655   ;
16656   return 0;
16657 }
16658 _ACEOF
16659 rm -f conftest.$ac_objext
16660 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16661   (eval $ac_compile) 2>conftest.er1
16662   ac_status=$?
16663   grep -v '^ *+' conftest.er1 >conftest.err
16664   rm -f conftest.er1
16665   cat conftest.err >&5
16666   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16667   (exit $ac_status); } &&
16668          { ac_try='test -z "$ac_c_werror_flag"
16669                          || test ! -s conftest.err'
16670   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16671   (eval $ac_try) 2>&5
16672   ac_status=$?
16673   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16674   (exit $ac_status); }; } &&
16675          { ac_try='test -s conftest.$ac_objext'
16676   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16677   (eval $ac_try) 2>&5
16678   ac_status=$?
16679   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16680   (exit $ac_status); }; }; then
16681   ac_hi=-1 ac_mid=-1
16682   while :; do
16683     cat >conftest.$ac_ext <<_ACEOF
16684 /* confdefs.h.  */
16685 _ACEOF
16686 cat confdefs.h >>conftest.$ac_ext
16687 cat >>conftest.$ac_ext <<_ACEOF
16688 /* end confdefs.h.  */
16689 $ac_includes_default
16690 int
16691 main ()
16692 {
16693 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= $ac_mid)];
16694 test_array [0] = 0
16695
16696   ;
16697   return 0;
16698 }
16699 _ACEOF
16700 rm -f conftest.$ac_objext
16701 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16702   (eval $ac_compile) 2>conftest.er1
16703   ac_status=$?
16704   grep -v '^ *+' conftest.er1 >conftest.err
16705   rm -f conftest.er1
16706   cat conftest.err >&5
16707   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16708   (exit $ac_status); } &&
16709          { ac_try='test -z "$ac_c_werror_flag"
16710                          || test ! -s conftest.err'
16711   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16712   (eval $ac_try) 2>&5
16713   ac_status=$?
16714   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16715   (exit $ac_status); }; } &&
16716          { ac_try='test -s conftest.$ac_objext'
16717   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16718   (eval $ac_try) 2>&5
16719   ac_status=$?
16720   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16721   (exit $ac_status); }; }; then
16722   ac_lo=$ac_mid; break
16723 else
16724   echo "$as_me: failed program was:" >&5
16725 sed 's/^/| /' conftest.$ac_ext >&5
16726
16727 ac_hi=`expr '(' $ac_mid ')' - 1`
16728                        if test $ac_mid -le $ac_hi; then
16729                          ac_lo= ac_hi=
16730                          break
16731                        fi
16732                        ac_mid=`expr 2 '*' $ac_mid`
16733 fi
16734 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16735   done
16736 else
16737   echo "$as_me: failed program was:" >&5
16738 sed 's/^/| /' conftest.$ac_ext >&5
16739
16740 ac_lo= ac_hi=
16741 fi
16742 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16743 fi
16744 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16745 # Binary search between lo and hi bounds.
16746 while test "x$ac_lo" != "x$ac_hi"; do
16747   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16748   cat >conftest.$ac_ext <<_ACEOF
16749 /* confdefs.h.  */
16750 _ACEOF
16751 cat confdefs.h >>conftest.$ac_ext
16752 cat >>conftest.$ac_ext <<_ACEOF
16753 /* end confdefs.h.  */
16754 $ac_includes_default
16755 int
16756 main ()
16757 {
16758 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
16759 test_array [0] = 0
16760
16761   ;
16762   return 0;
16763 }
16764 _ACEOF
16765 rm -f conftest.$ac_objext
16766 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16767   (eval $ac_compile) 2>conftest.er1
16768   ac_status=$?
16769   grep -v '^ *+' conftest.er1 >conftest.err
16770   rm -f conftest.er1
16771   cat conftest.err >&5
16772   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16773   (exit $ac_status); } &&
16774          { ac_try='test -z "$ac_c_werror_flag"
16775                          || test ! -s conftest.err'
16776   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16777   (eval $ac_try) 2>&5
16778   ac_status=$?
16779   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16780   (exit $ac_status); }; } &&
16781          { ac_try='test -s conftest.$ac_objext'
16782   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16783   (eval $ac_try) 2>&5
16784   ac_status=$?
16785   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16786   (exit $ac_status); }; }; then
16787   ac_hi=$ac_mid
16788 else
16789   echo "$as_me: failed program was:" >&5
16790 sed 's/^/| /' conftest.$ac_ext >&5
16791
16792 ac_lo=`expr '(' $ac_mid ')' + 1`
16793 fi
16794 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16795 done
16796 case $ac_lo in
16797 ?*) ac_cv_sizeof_size_t=$ac_lo;;
16798 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
16799 See \`config.log' for more details." >&5
16800 echo "$as_me: error: cannot compute sizeof (size_t), 77
16801 See \`config.log' for more details." >&2;}
16802    { (exit 1); exit 1; }; } ;;
16803 esac
16804 else
16805   if test "$cross_compiling" = yes; then
16806   { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
16807 See \`config.log' for more details." >&5
16808 echo "$as_me: error: cannot run test program while cross compiling
16809 See \`config.log' for more details." >&2;}
16810    { (exit 1); exit 1; }; }
16811 else
16812   cat >conftest.$ac_ext <<_ACEOF
16813 /* confdefs.h.  */
16814 _ACEOF
16815 cat confdefs.h >>conftest.$ac_ext
16816 cat >>conftest.$ac_ext <<_ACEOF
16817 /* end confdefs.h.  */
16818 $ac_includes_default
16819 long longval () { return (long) (sizeof (size_t)); }
16820 unsigned long ulongval () { return (long) (sizeof (size_t)); }
16821 #include <stdio.h>
16822 #include <stdlib.h>
16823 int
16824 main ()
16825 {
16826
16827   FILE *f = fopen ("conftest.val", "w");
16828   if (! f)
16829     exit (1);
16830   if (((long) (sizeof (size_t))) < 0)
16831     {
16832       long i = longval ();
16833       if (i != ((long) (sizeof (size_t))))
16834         exit (1);
16835       fprintf (f, "%ld\n", i);
16836     }
16837   else
16838     {
16839       unsigned long i = ulongval ();
16840       if (i != ((long) (sizeof (size_t))))
16841         exit (1);
16842       fprintf (f, "%lu\n", i);
16843     }
16844   exit (ferror (f) || fclose (f) != 0);
16845
16846   ;
16847   return 0;
16848 }
16849 _ACEOF
16850 rm -f conftest$ac_exeext
16851 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16852   (eval $ac_link) 2>&5
16853   ac_status=$?
16854   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16855   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16856   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16857   (eval $ac_try) 2>&5
16858   ac_status=$?
16859   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16860   (exit $ac_status); }; }; then
16861   ac_cv_sizeof_size_t=`cat conftest.val`
16862 else
16863   echo "$as_me: program exited with status $ac_status" >&5
16864 echo "$as_me: failed program was:" >&5
16865 sed 's/^/| /' conftest.$ac_ext >&5
16866
16867 ( exit $ac_status )
16868 { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
16869 See \`config.log' for more details." >&5
16870 echo "$as_me: error: cannot compute sizeof (size_t), 77
16871 See \`config.log' for more details." >&2;}
16872    { (exit 1); exit 1; }; }
16873 fi
16874 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16875 fi
16876 fi
16877 rm -f conftest.val
16878 else
16879   ac_cv_sizeof_size_t=0
16880 fi
16881 fi
16882 echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
16883 echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6
16884 cat >>confdefs.h <<_ACEOF
16885 #define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
16886 _ACEOF
16887
16888
16889
16890 case "${host}" in
16891     arm-*-linux* )
16892         echo "$as_me:$LINENO: checking for long long" >&5
16893 echo $ECHO_N "checking for long long... $ECHO_C" >&6
16894 if test "${ac_cv_type_long_long+set}" = set; then
16895   echo $ECHO_N "(cached) $ECHO_C" >&6
16896 else
16897   cat >conftest.$ac_ext <<_ACEOF
16898 /* confdefs.h.  */
16899 _ACEOF
16900 cat confdefs.h >>conftest.$ac_ext
16901 cat >>conftest.$ac_ext <<_ACEOF
16902 /* end confdefs.h.  */
16903 $ac_includes_default
16904 int
16905 main ()
16906 {
16907 if ((long long *) 0)
16908   return 0;
16909 if (sizeof (long long))
16910   return 0;
16911   ;
16912   return 0;
16913 }
16914 _ACEOF
16915 rm -f conftest.$ac_objext
16916 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16917   (eval $ac_compile) 2>conftest.er1
16918   ac_status=$?
16919   grep -v '^ *+' conftest.er1 >conftest.err
16920   rm -f conftest.er1
16921   cat conftest.err >&5
16922   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16923   (exit $ac_status); } &&
16924          { ac_try='test -z "$ac_c_werror_flag"
16925                          || test ! -s conftest.err'
16926   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16927   (eval $ac_try) 2>&5
16928   ac_status=$?
16929   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16930   (exit $ac_status); }; } &&
16931          { ac_try='test -s conftest.$ac_objext'
16932   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16933   (eval $ac_try) 2>&5
16934   ac_status=$?
16935   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16936   (exit $ac_status); }; }; then
16937   ac_cv_type_long_long=yes
16938 else
16939   echo "$as_me: failed program was:" >&5
16940 sed 's/^/| /' conftest.$ac_ext >&5
16941
16942 ac_cv_type_long_long=no
16943 fi
16944 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16945 fi
16946 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
16947 echo "${ECHO_T}$ac_cv_type_long_long" >&6
16948
16949 echo "$as_me:$LINENO: checking size of long long" >&5
16950 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
16951 if test "${ac_cv_sizeof_long_long+set}" = set; then
16952   echo $ECHO_N "(cached) $ECHO_C" >&6
16953 else
16954   if test "$ac_cv_type_long_long" = yes; then
16955   # The cast to unsigned long works around a bug in the HP C Compiler
16956   # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16957   # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16958   # This bug is HP SR number 8606223364.
16959   if test "$cross_compiling" = yes; then
16960   # Depending upon the size, compute the lo and hi bounds.
16961 cat >conftest.$ac_ext <<_ACEOF
16962 /* confdefs.h.  */
16963 _ACEOF
16964 cat confdefs.h >>conftest.$ac_ext
16965 cat >>conftest.$ac_ext <<_ACEOF
16966 /* end confdefs.h.  */
16967 $ac_includes_default
16968 int
16969 main ()
16970 {
16971 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
16972 test_array [0] = 0
16973
16974   ;
16975   return 0;
16976 }
16977 _ACEOF
16978 rm -f conftest.$ac_objext
16979 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16980   (eval $ac_compile) 2>conftest.er1
16981   ac_status=$?
16982   grep -v '^ *+' conftest.er1 >conftest.err
16983   rm -f conftest.er1
16984   cat conftest.err >&5
16985   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16986   (exit $ac_status); } &&
16987          { ac_try='test -z "$ac_c_werror_flag"
16988                          || test ! -s conftest.err'
16989   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16990   (eval $ac_try) 2>&5
16991   ac_status=$?
16992   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16993   (exit $ac_status); }; } &&
16994          { ac_try='test -s conftest.$ac_objext'
16995   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16996   (eval $ac_try) 2>&5
16997   ac_status=$?
16998   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16999   (exit $ac_status); }; }; then
17000   ac_lo=0 ac_mid=0
17001   while :; do
17002     cat >conftest.$ac_ext <<_ACEOF
17003 /* confdefs.h.  */
17004 _ACEOF
17005 cat confdefs.h >>conftest.$ac_ext
17006 cat >>conftest.$ac_ext <<_ACEOF
17007 /* end confdefs.h.  */
17008 $ac_includes_default
17009 int
17010 main ()
17011 {
17012 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
17013 test_array [0] = 0
17014
17015   ;
17016   return 0;
17017 }
17018 _ACEOF
17019 rm -f conftest.$ac_objext
17020 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17021   (eval $ac_compile) 2>conftest.er1
17022   ac_status=$?
17023   grep -v '^ *+' conftest.er1 >conftest.err
17024   rm -f conftest.er1
17025   cat conftest.err >&5
17026   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17027   (exit $ac_status); } &&
17028          { ac_try='test -z "$ac_c_werror_flag"
17029                          || test ! -s conftest.err'
17030   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17031   (eval $ac_try) 2>&5
17032   ac_status=$?
17033   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17034   (exit $ac_status); }; } &&
17035          { ac_try='test -s conftest.$ac_objext'
17036   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17037   (eval $ac_try) 2>&5
17038   ac_status=$?
17039   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17040   (exit $ac_status); }; }; then
17041   ac_hi=$ac_mid; break
17042 else
17043   echo "$as_me: failed program was:" >&5
17044 sed 's/^/| /' conftest.$ac_ext >&5
17045
17046 ac_lo=`expr $ac_mid + 1`
17047                     if test $ac_lo -le $ac_mid; then
17048                       ac_lo= ac_hi=
17049                       break
17050                     fi
17051                     ac_mid=`expr 2 '*' $ac_mid + 1`
17052 fi
17053 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17054   done
17055 else
17056   echo "$as_me: failed program was:" >&5
17057 sed 's/^/| /' conftest.$ac_ext >&5
17058
17059 cat >conftest.$ac_ext <<_ACEOF
17060 /* confdefs.h.  */
17061 _ACEOF
17062 cat confdefs.h >>conftest.$ac_ext
17063 cat >>conftest.$ac_ext <<_ACEOF
17064 /* end confdefs.h.  */
17065 $ac_includes_default
17066 int
17067 main ()
17068 {
17069 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
17070 test_array [0] = 0
17071
17072   ;
17073   return 0;
17074 }
17075 _ACEOF
17076 rm -f conftest.$ac_objext
17077 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17078   (eval $ac_compile) 2>conftest.er1
17079   ac_status=$?
17080   grep -v '^ *+' conftest.er1 >conftest.err
17081   rm -f conftest.er1
17082   cat conftest.err >&5
17083   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17084   (exit $ac_status); } &&
17085          { ac_try='test -z "$ac_c_werror_flag"
17086                          || test ! -s conftest.err'
17087   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17088   (eval $ac_try) 2>&5
17089   ac_status=$?
17090   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17091   (exit $ac_status); }; } &&
17092          { ac_try='test -s conftest.$ac_objext'
17093   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17094   (eval $ac_try) 2>&5
17095   ac_status=$?
17096   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17097   (exit $ac_status); }; }; then
17098   ac_hi=-1 ac_mid=-1
17099   while :; do
17100     cat >conftest.$ac_ext <<_ACEOF
17101 /* confdefs.h.  */
17102 _ACEOF
17103 cat confdefs.h >>conftest.$ac_ext
17104 cat >>conftest.$ac_ext <<_ACEOF
17105 /* end confdefs.h.  */
17106 $ac_includes_default
17107 int
17108 main ()
17109 {
17110 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
17111 test_array [0] = 0
17112
17113   ;
17114   return 0;
17115 }
17116 _ACEOF
17117 rm -f conftest.$ac_objext
17118 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17119   (eval $ac_compile) 2>conftest.er1
17120   ac_status=$?
17121   grep -v '^ *+' conftest.er1 >conftest.err
17122   rm -f conftest.er1
17123   cat conftest.err >&5
17124   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17125   (exit $ac_status); } &&
17126          { ac_try='test -z "$ac_c_werror_flag"
17127                          || test ! -s conftest.err'
17128   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17129   (eval $ac_try) 2>&5
17130   ac_status=$?
17131   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17132   (exit $ac_status); }; } &&
17133          { ac_try='test -s conftest.$ac_objext'
17134   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17135   (eval $ac_try) 2>&5
17136   ac_status=$?
17137   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17138   (exit $ac_status); }; }; then
17139   ac_lo=$ac_mid; break
17140 else
17141   echo "$as_me: failed program was:" >&5
17142 sed 's/^/| /' conftest.$ac_ext >&5
17143
17144 ac_hi=`expr '(' $ac_mid ')' - 1`
17145                        if test $ac_mid -le $ac_hi; then
17146                          ac_lo= ac_hi=
17147                          break
17148                        fi
17149                        ac_mid=`expr 2 '*' $ac_mid`
17150 fi
17151 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17152   done
17153 else
17154   echo "$as_me: failed program was:" >&5
17155 sed 's/^/| /' conftest.$ac_ext >&5
17156
17157 ac_lo= ac_hi=
17158 fi
17159 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17160 fi
17161 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17162 # Binary search between lo and hi bounds.
17163 while test "x$ac_lo" != "x$ac_hi"; do
17164   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17165   cat >conftest.$ac_ext <<_ACEOF
17166 /* confdefs.h.  */
17167 _ACEOF
17168 cat confdefs.h >>conftest.$ac_ext
17169 cat >>conftest.$ac_ext <<_ACEOF
17170 /* end confdefs.h.  */
17171 $ac_includes_default
17172 int
17173 main ()
17174 {
17175 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
17176 test_array [0] = 0
17177
17178   ;
17179   return 0;
17180 }
17181 _ACEOF
17182 rm -f conftest.$ac_objext
17183 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17184   (eval $ac_compile) 2>conftest.er1
17185   ac_status=$?
17186   grep -v '^ *+' conftest.er1 >conftest.err
17187   rm -f conftest.er1
17188   cat conftest.err >&5
17189   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17190   (exit $ac_status); } &&
17191          { ac_try='test -z "$ac_c_werror_flag"
17192                          || test ! -s conftest.err'
17193   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17194   (eval $ac_try) 2>&5
17195   ac_status=$?
17196   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17197   (exit $ac_status); }; } &&
17198          { ac_try='test -s conftest.$ac_objext'
17199   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17200   (eval $ac_try) 2>&5
17201   ac_status=$?
17202   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17203   (exit $ac_status); }; }; then
17204   ac_hi=$ac_mid
17205 else
17206   echo "$as_me: failed program was:" >&5
17207 sed 's/^/| /' conftest.$ac_ext >&5
17208
17209 ac_lo=`expr '(' $ac_mid ')' + 1`
17210 fi
17211 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17212 done
17213 case $ac_lo in
17214 ?*) ac_cv_sizeof_long_long=$ac_lo;;
17215 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
17216 See \`config.log' for more details." >&5
17217 echo "$as_me: error: cannot compute sizeof (long long), 77
17218 See \`config.log' for more details." >&2;}
17219    { (exit 1); exit 1; }; } ;;
17220 esac
17221 else
17222   if test "$cross_compiling" = yes; then
17223   { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
17224 See \`config.log' for more details." >&5
17225 echo "$as_me: error: cannot run test program while cross compiling
17226 See \`config.log' for more details." >&2;}
17227    { (exit 1); exit 1; }; }
17228 else
17229   cat >conftest.$ac_ext <<_ACEOF
17230 /* confdefs.h.  */
17231 _ACEOF
17232 cat confdefs.h >>conftest.$ac_ext
17233 cat >>conftest.$ac_ext <<_ACEOF
17234 /* end confdefs.h.  */
17235 $ac_includes_default
17236 long longval () { return (long) (sizeof (long long)); }
17237 unsigned long ulongval () { return (long) (sizeof (long long)); }
17238 #include <stdio.h>
17239 #include <stdlib.h>
17240 int
17241 main ()
17242 {
17243
17244   FILE *f = fopen ("conftest.val", "w");
17245   if (! f)
17246     exit (1);
17247   if (((long) (sizeof (long long))) < 0)
17248     {
17249       long i = longval ();
17250       if (i != ((long) (sizeof (long long))))
17251         exit (1);
17252       fprintf (f, "%ld\n", i);
17253     }
17254   else
17255     {
17256       unsigned long i = ulongval ();
17257       if (i != ((long) (sizeof (long long))))
17258         exit (1);
17259       fprintf (f, "%lu\n", i);
17260     }
17261   exit (ferror (f) || fclose (f) != 0);
17262
17263   ;
17264   return 0;
17265 }
17266 _ACEOF
17267 rm -f conftest$ac_exeext
17268 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17269   (eval $ac_link) 2>&5
17270   ac_status=$?
17271   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17272   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17273   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17274   (eval $ac_try) 2>&5
17275   ac_status=$?
17276   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17277   (exit $ac_status); }; }; then
17278   ac_cv_sizeof_long_long=`cat conftest.val`
17279 else
17280   echo "$as_me: program exited with status $ac_status" >&5
17281 echo "$as_me: failed program was:" >&5
17282 sed 's/^/| /' conftest.$ac_ext >&5
17283
17284 ( exit $ac_status )
17285 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
17286 See \`config.log' for more details." >&5
17287 echo "$as_me: error: cannot compute sizeof (long long), 77
17288 See \`config.log' for more details." >&2;}
17289    { (exit 1); exit 1; }; }
17290 fi
17291 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17292 fi
17293 fi
17294 rm -f conftest.val
17295 else
17296   ac_cv_sizeof_long_long=0
17297 fi
17298 fi
17299 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
17300 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
17301 cat >>confdefs.h <<_ACEOF
17302 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
17303 _ACEOF
17304
17305
17306     ;;
17307     *-hp-hpux* )
17308         echo "$as_me:$LINENO: checking for long long" >&5
17309 echo $ECHO_N "checking for long long... $ECHO_C" >&6
17310 if test "${ac_cv_type_long_long+set}" = set; then
17311   echo $ECHO_N "(cached) $ECHO_C" >&6
17312 else
17313   cat >conftest.$ac_ext <<_ACEOF
17314 /* confdefs.h.  */
17315 _ACEOF
17316 cat confdefs.h >>conftest.$ac_ext
17317 cat >>conftest.$ac_ext <<_ACEOF
17318 /* end confdefs.h.  */
17319 $ac_includes_default
17320 int
17321 main ()
17322 {
17323 if ((long long *) 0)
17324   return 0;
17325 if (sizeof (long long))
17326   return 0;
17327   ;
17328   return 0;
17329 }
17330 _ACEOF
17331 rm -f conftest.$ac_objext
17332 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17333   (eval $ac_compile) 2>conftest.er1
17334   ac_status=$?
17335   grep -v '^ *+' conftest.er1 >conftest.err
17336   rm -f conftest.er1
17337   cat conftest.err >&5
17338   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17339   (exit $ac_status); } &&
17340          { ac_try='test -z "$ac_c_werror_flag"
17341                          || test ! -s conftest.err'
17342   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17343   (eval $ac_try) 2>&5
17344   ac_status=$?
17345   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17346   (exit $ac_status); }; } &&
17347          { ac_try='test -s conftest.$ac_objext'
17348   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17349   (eval $ac_try) 2>&5
17350   ac_status=$?
17351   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17352   (exit $ac_status); }; }; then
17353   ac_cv_type_long_long=yes
17354 else
17355   echo "$as_me: failed program was:" >&5
17356 sed 's/^/| /' conftest.$ac_ext >&5
17357
17358 ac_cv_type_long_long=no
17359 fi
17360 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17361 fi
17362 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
17363 echo "${ECHO_T}$ac_cv_type_long_long" >&6
17364
17365 echo "$as_me:$LINENO: checking size of long long" >&5
17366 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
17367 if test "${ac_cv_sizeof_long_long+set}" = set; then
17368   echo $ECHO_N "(cached) $ECHO_C" >&6
17369 else
17370   if test "$ac_cv_type_long_long" = yes; then
17371   # The cast to unsigned long works around a bug in the HP C Compiler
17372   # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17373   # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17374   # This bug is HP SR number 8606223364.
17375   if test "$cross_compiling" = yes; then
17376   # Depending upon the size, compute the lo and hi bounds.
17377 cat >conftest.$ac_ext <<_ACEOF
17378 /* confdefs.h.  */
17379 _ACEOF
17380 cat confdefs.h >>conftest.$ac_ext
17381 cat >>conftest.$ac_ext <<_ACEOF
17382 /* end confdefs.h.  */
17383 $ac_includes_default
17384 int
17385 main ()
17386 {
17387 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
17388 test_array [0] = 0
17389
17390   ;
17391   return 0;
17392 }
17393 _ACEOF
17394 rm -f conftest.$ac_objext
17395 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17396   (eval $ac_compile) 2>conftest.er1
17397   ac_status=$?
17398   grep -v '^ *+' conftest.er1 >conftest.err
17399   rm -f conftest.er1
17400   cat conftest.err >&5
17401   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17402   (exit $ac_status); } &&
17403          { ac_try='test -z "$ac_c_werror_flag"
17404                          || test ! -s conftest.err'
17405   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17406   (eval $ac_try) 2>&5
17407   ac_status=$?
17408   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17409   (exit $ac_status); }; } &&
17410          { ac_try='test -s conftest.$ac_objext'
17411   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17412   (eval $ac_try) 2>&5
17413   ac_status=$?
17414   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17415   (exit $ac_status); }; }; then
17416   ac_lo=0 ac_mid=0
17417   while :; do
17418     cat >conftest.$ac_ext <<_ACEOF
17419 /* confdefs.h.  */
17420 _ACEOF
17421 cat confdefs.h >>conftest.$ac_ext
17422 cat >>conftest.$ac_ext <<_ACEOF
17423 /* end confdefs.h.  */
17424 $ac_includes_default
17425 int
17426 main ()
17427 {
17428 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
17429 test_array [0] = 0
17430
17431   ;
17432   return 0;
17433 }
17434 _ACEOF
17435 rm -f conftest.$ac_objext
17436 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17437   (eval $ac_compile) 2>conftest.er1
17438   ac_status=$?
17439   grep -v '^ *+' conftest.er1 >conftest.err
17440   rm -f conftest.er1
17441   cat conftest.err >&5
17442   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17443   (exit $ac_status); } &&
17444          { ac_try='test -z "$ac_c_werror_flag"
17445                          || test ! -s conftest.err'
17446   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17447   (eval $ac_try) 2>&5
17448   ac_status=$?
17449   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17450   (exit $ac_status); }; } &&
17451          { ac_try='test -s conftest.$ac_objext'
17452   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17453   (eval $ac_try) 2>&5
17454   ac_status=$?
17455   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17456   (exit $ac_status); }; }; then
17457   ac_hi=$ac_mid; break
17458 else
17459   echo "$as_me: failed program was:" >&5
17460 sed 's/^/| /' conftest.$ac_ext >&5
17461
17462 ac_lo=`expr $ac_mid + 1`
17463                     if test $ac_lo -le $ac_mid; then
17464                       ac_lo= ac_hi=
17465                       break
17466                     fi
17467                     ac_mid=`expr 2 '*' $ac_mid + 1`
17468 fi
17469 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17470   done
17471 else
17472   echo "$as_me: failed program was:" >&5
17473 sed 's/^/| /' conftest.$ac_ext >&5
17474
17475 cat >conftest.$ac_ext <<_ACEOF
17476 /* confdefs.h.  */
17477 _ACEOF
17478 cat confdefs.h >>conftest.$ac_ext
17479 cat >>conftest.$ac_ext <<_ACEOF
17480 /* end confdefs.h.  */
17481 $ac_includes_default
17482 int
17483 main ()
17484 {
17485 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
17486 test_array [0] = 0
17487
17488   ;
17489   return 0;
17490 }
17491 _ACEOF
17492 rm -f conftest.$ac_objext
17493 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17494   (eval $ac_compile) 2>conftest.er1
17495   ac_status=$?
17496   grep -v '^ *+' conftest.er1 >conftest.err
17497   rm -f conftest.er1
17498   cat conftest.err >&5
17499   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17500   (exit $ac_status); } &&
17501          { ac_try='test -z "$ac_c_werror_flag"
17502                          || test ! -s conftest.err'
17503   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17504   (eval $ac_try) 2>&5
17505   ac_status=$?
17506   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17507   (exit $ac_status); }; } &&
17508          { ac_try='test -s conftest.$ac_objext'
17509   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17510   (eval $ac_try) 2>&5
17511   ac_status=$?
17512   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17513   (exit $ac_status); }; }; then
17514   ac_hi=-1 ac_mid=-1
17515   while :; do
17516     cat >conftest.$ac_ext <<_ACEOF
17517 /* confdefs.h.  */
17518 _ACEOF
17519 cat confdefs.h >>conftest.$ac_ext
17520 cat >>conftest.$ac_ext <<_ACEOF
17521 /* end confdefs.h.  */
17522 $ac_includes_default
17523 int
17524 main ()
17525 {
17526 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
17527 test_array [0] = 0
17528
17529   ;
17530   return 0;
17531 }
17532 _ACEOF
17533 rm -f conftest.$ac_objext
17534 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17535   (eval $ac_compile) 2>conftest.er1
17536   ac_status=$?
17537   grep -v '^ *+' conftest.er1 >conftest.err
17538   rm -f conftest.er1
17539   cat conftest.err >&5
17540   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17541   (exit $ac_status); } &&
17542          { ac_try='test -z "$ac_c_werror_flag"
17543                          || test ! -s conftest.err'
17544   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17545   (eval $ac_try) 2>&5
17546   ac_status=$?
17547   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17548   (exit $ac_status); }; } &&
17549          { ac_try='test -s conftest.$ac_objext'
17550   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17551   (eval $ac_try) 2>&5
17552   ac_status=$?
17553   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17554   (exit $ac_status); }; }; then
17555   ac_lo=$ac_mid; break
17556 else
17557   echo "$as_me: failed program was:" >&5
17558 sed 's/^/| /' conftest.$ac_ext >&5
17559
17560 ac_hi=`expr '(' $ac_mid ')' - 1`
17561                        if test $ac_mid -le $ac_hi; then
17562                          ac_lo= ac_hi=
17563                          break
17564                        fi
17565                        ac_mid=`expr 2 '*' $ac_mid`
17566 fi
17567 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17568   done
17569 else
17570   echo "$as_me: failed program was:" >&5
17571 sed 's/^/| /' conftest.$ac_ext >&5
17572
17573 ac_lo= ac_hi=
17574 fi
17575 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17576 fi
17577 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17578 # Binary search between lo and hi bounds.
17579 while test "x$ac_lo" != "x$ac_hi"; do
17580   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17581   cat >conftest.$ac_ext <<_ACEOF
17582 /* confdefs.h.  */
17583 _ACEOF
17584 cat confdefs.h >>conftest.$ac_ext
17585 cat >>conftest.$ac_ext <<_ACEOF
17586 /* end confdefs.h.  */
17587 $ac_includes_default
17588 int
17589 main ()
17590 {
17591 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
17592 test_array [0] = 0
17593
17594   ;
17595   return 0;
17596 }
17597 _ACEOF
17598 rm -f conftest.$ac_objext
17599 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17600   (eval $ac_compile) 2>conftest.er1
17601   ac_status=$?
17602   grep -v '^ *+' conftest.er1 >conftest.err
17603   rm -f conftest.er1
17604   cat conftest.err >&5
17605   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17606   (exit $ac_status); } &&
17607          { ac_try='test -z "$ac_c_werror_flag"
17608                          || test ! -s conftest.err'
17609   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17610   (eval $ac_try) 2>&5
17611   ac_status=$?
17612   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17613   (exit $ac_status); }; } &&
17614          { ac_try='test -s conftest.$ac_objext'
17615   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17616   (eval $ac_try) 2>&5
17617   ac_status=$?
17618   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17619   (exit $ac_status); }; }; then
17620   ac_hi=$ac_mid
17621 else
17622   echo "$as_me: failed program was:" >&5
17623 sed 's/^/| /' conftest.$ac_ext >&5
17624
17625 ac_lo=`expr '(' $ac_mid ')' + 1`
17626 fi
17627 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17628 done
17629 case $ac_lo in
17630 ?*) ac_cv_sizeof_long_long=$ac_lo;;
17631 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
17632 See \`config.log' for more details." >&5
17633 echo "$as_me: error: cannot compute sizeof (long long), 77
17634 See \`config.log' for more details." >&2;}
17635    { (exit 1); exit 1; }; } ;;
17636 esac
17637 else
17638   if test "$cross_compiling" = yes; then
17639   { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
17640 See \`config.log' for more details." >&5
17641 echo "$as_me: error: cannot run test program while cross compiling
17642 See \`config.log' for more details." >&2;}
17643    { (exit 1); exit 1; }; }
17644 else
17645   cat >conftest.$ac_ext <<_ACEOF
17646 /* confdefs.h.  */
17647 _ACEOF
17648 cat confdefs.h >>conftest.$ac_ext
17649 cat >>conftest.$ac_ext <<_ACEOF
17650 /* end confdefs.h.  */
17651 $ac_includes_default
17652 long longval () { return (long) (sizeof (long long)); }
17653 unsigned long ulongval () { return (long) (sizeof (long long)); }
17654 #include <stdio.h>
17655 #include <stdlib.h>
17656 int
17657 main ()
17658 {
17659
17660   FILE *f = fopen ("conftest.val", "w");
17661   if (! f)
17662     exit (1);
17663   if (((long) (sizeof (long long))) < 0)
17664     {
17665       long i = longval ();
17666       if (i != ((long) (sizeof (long long))))
17667         exit (1);
17668       fprintf (f, "%ld\n", i);
17669     }
17670   else
17671     {
17672       unsigned long i = ulongval ();
17673       if (i != ((long) (sizeof (long long))))
17674         exit (1);
17675       fprintf (f, "%lu\n", i);
17676     }
17677   exit (ferror (f) || fclose (f) != 0);
17678
17679   ;
17680   return 0;
17681 }
17682 _ACEOF
17683 rm -f conftest$ac_exeext
17684 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17685   (eval $ac_link) 2>&5
17686   ac_status=$?
17687   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17688   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17689   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17690   (eval $ac_try) 2>&5
17691   ac_status=$?
17692   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17693   (exit $ac_status); }; }; then
17694   ac_cv_sizeof_long_long=`cat conftest.val`
17695 else
17696   echo "$as_me: program exited with status $ac_status" >&5
17697 echo "$as_me: failed program was:" >&5
17698 sed 's/^/| /' conftest.$ac_ext >&5
17699
17700 ( exit $ac_status )
17701 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
17702 See \`config.log' for more details." >&5
17703 echo "$as_me: error: cannot compute sizeof (long long), 77
17704 See \`config.log' for more details." >&2;}
17705    { (exit 1); exit 1; }; }
17706 fi
17707 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17708 fi
17709 fi
17710 rm -f conftest.val
17711 else
17712   ac_cv_sizeof_long_long=0
17713 fi
17714 fi
17715 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
17716 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
17717 cat >>confdefs.h <<_ACEOF
17718 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
17719 _ACEOF
17720
17721
17722         if test "$ac_cv_sizeof_long_long" != "0"; then
17723                         CPPFLAGS="$CPPFLAGS -D_INCLUDE_LONGLONG"
17724         fi
17725     ;;
17726     * )
17727         echo "$as_me:$LINENO: checking for long long" >&5
17728 echo $ECHO_N "checking for long long... $ECHO_C" >&6
17729 if test "${ac_cv_type_long_long+set}" = set; then
17730   echo $ECHO_N "(cached) $ECHO_C" >&6
17731 else
17732   cat >conftest.$ac_ext <<_ACEOF
17733 /* confdefs.h.  */
17734 _ACEOF
17735 cat confdefs.h >>conftest.$ac_ext
17736 cat >>conftest.$ac_ext <<_ACEOF
17737 /* end confdefs.h.  */
17738 $ac_includes_default
17739 int
17740 main ()
17741 {
17742 if ((long long *) 0)
17743   return 0;
17744 if (sizeof (long long))
17745   return 0;
17746   ;
17747   return 0;
17748 }
17749 _ACEOF
17750 rm -f conftest.$ac_objext
17751 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17752   (eval $ac_compile) 2>conftest.er1
17753   ac_status=$?
17754   grep -v '^ *+' conftest.er1 >conftest.err
17755   rm -f conftest.er1
17756   cat conftest.err >&5
17757   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17758   (exit $ac_status); } &&
17759          { ac_try='test -z "$ac_c_werror_flag"
17760                          || test ! -s conftest.err'
17761   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17762   (eval $ac_try) 2>&5
17763   ac_status=$?
17764   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17765   (exit $ac_status); }; } &&
17766          { ac_try='test -s conftest.$ac_objext'
17767   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17768   (eval $ac_try) 2>&5
17769   ac_status=$?
17770   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17771   (exit $ac_status); }; }; then
17772   ac_cv_type_long_long=yes
17773 else
17774   echo "$as_me: failed program was:" >&5
17775 sed 's/^/| /' conftest.$ac_ext >&5
17776
17777 ac_cv_type_long_long=no
17778 fi
17779 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17780 fi
17781 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
17782 echo "${ECHO_T}$ac_cv_type_long_long" >&6
17783
17784 echo "$as_me:$LINENO: checking size of long long" >&5
17785 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
17786 if test "${ac_cv_sizeof_long_long+set}" = set; then
17787   echo $ECHO_N "(cached) $ECHO_C" >&6
17788 else
17789   if test "$ac_cv_type_long_long" = yes; then
17790   # The cast to unsigned long works around a bug in the HP C Compiler
17791   # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17792   # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17793   # This bug is HP SR number 8606223364.
17794   if test "$cross_compiling" = yes; then
17795   # Depending upon the size, compute the lo and hi bounds.
17796 cat >conftest.$ac_ext <<_ACEOF
17797 /* confdefs.h.  */
17798 _ACEOF
17799 cat confdefs.h >>conftest.$ac_ext
17800 cat >>conftest.$ac_ext <<_ACEOF
17801 /* end confdefs.h.  */
17802 $ac_includes_default
17803 int
17804 main ()
17805 {
17806 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
17807 test_array [0] = 0
17808
17809   ;
17810   return 0;
17811 }
17812 _ACEOF
17813 rm -f conftest.$ac_objext
17814 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17815   (eval $ac_compile) 2>conftest.er1
17816   ac_status=$?
17817   grep -v '^ *+' conftest.er1 >conftest.err
17818   rm -f conftest.er1
17819   cat conftest.err >&5
17820   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17821   (exit $ac_status); } &&
17822          { ac_try='test -z "$ac_c_werror_flag"
17823                          || test ! -s conftest.err'
17824   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17825   (eval $ac_try) 2>&5
17826   ac_status=$?
17827   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17828   (exit $ac_status); }; } &&
17829          { ac_try='test -s conftest.$ac_objext'
17830   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17831   (eval $ac_try) 2>&5
17832   ac_status=$?
17833   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17834   (exit $ac_status); }; }; then
17835   ac_lo=0 ac_mid=0
17836   while :; do
17837     cat >conftest.$ac_ext <<_ACEOF
17838 /* confdefs.h.  */
17839 _ACEOF
17840 cat confdefs.h >>conftest.$ac_ext
17841 cat >>conftest.$ac_ext <<_ACEOF
17842 /* end confdefs.h.  */
17843 $ac_includes_default
17844 int
17845 main ()
17846 {
17847 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
17848 test_array [0] = 0
17849
17850   ;
17851   return 0;
17852 }
17853 _ACEOF
17854 rm -f conftest.$ac_objext
17855 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17856   (eval $ac_compile) 2>conftest.er1
17857   ac_status=$?
17858   grep -v '^ *+' conftest.er1 >conftest.err
17859   rm -f conftest.er1
17860   cat conftest.err >&5
17861   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17862   (exit $ac_status); } &&
17863          { ac_try='test -z "$ac_c_werror_flag"
17864                          || test ! -s conftest.err'
17865   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17866   (eval $ac_try) 2>&5
17867   ac_status=$?
17868   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17869   (exit $ac_status); }; } &&
17870          { ac_try='test -s conftest.$ac_objext'
17871   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17872   (eval $ac_try) 2>&5
17873   ac_status=$?
17874   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17875   (exit $ac_status); }; }; then
17876   ac_hi=$ac_mid; break
17877 else
17878   echo "$as_me: failed program was:" >&5
17879 sed 's/^/| /' conftest.$ac_ext >&5
17880
17881 ac_lo=`expr $ac_mid + 1`
17882                     if test $ac_lo -le $ac_mid; then
17883                       ac_lo= ac_hi=
17884                       break
17885                     fi
17886                     ac_mid=`expr 2 '*' $ac_mid + 1`
17887 fi
17888 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17889   done
17890 else
17891   echo "$as_me: failed program was:" >&5
17892 sed 's/^/| /' conftest.$ac_ext >&5
17893
17894 cat >conftest.$ac_ext <<_ACEOF
17895 /* confdefs.h.  */
17896 _ACEOF
17897 cat confdefs.h >>conftest.$ac_ext
17898 cat >>conftest.$ac_ext <<_ACEOF
17899 /* end confdefs.h.  */
17900 $ac_includes_default
17901 int
17902 main ()
17903 {
17904 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
17905 test_array [0] = 0
17906
17907   ;
17908   return 0;
17909 }
17910 _ACEOF
17911 rm -f conftest.$ac_objext
17912 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17913   (eval $ac_compile) 2>conftest.er1
17914   ac_status=$?
17915   grep -v '^ *+' conftest.er1 >conftest.err
17916   rm -f conftest.er1
17917   cat conftest.err >&5
17918   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17919   (exit $ac_status); } &&
17920          { ac_try='test -z "$ac_c_werror_flag"
17921                          || test ! -s conftest.err'
17922   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17923   (eval $ac_try) 2>&5
17924   ac_status=$?
17925   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17926   (exit $ac_status); }; } &&
17927          { ac_try='test -s conftest.$ac_objext'
17928   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17929   (eval $ac_try) 2>&5
17930   ac_status=$?
17931   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17932   (exit $ac_status); }; }; then
17933   ac_hi=-1 ac_mid=-1
17934   while :; do
17935     cat >conftest.$ac_ext <<_ACEOF
17936 /* confdefs.h.  */
17937 _ACEOF
17938 cat confdefs.h >>conftest.$ac_ext
17939 cat >>conftest.$ac_ext <<_ACEOF
17940 /* end confdefs.h.  */
17941 $ac_includes_default
17942 int
17943 main ()
17944 {
17945 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
17946 test_array [0] = 0
17947
17948   ;
17949   return 0;
17950 }
17951 _ACEOF
17952 rm -f conftest.$ac_objext
17953 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17954   (eval $ac_compile) 2>conftest.er1
17955   ac_status=$?
17956   grep -v '^ *+' conftest.er1 >conftest.err
17957   rm -f conftest.er1
17958   cat conftest.err >&5
17959   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17960   (exit $ac_status); } &&
17961          { ac_try='test -z "$ac_c_werror_flag"
17962                          || test ! -s conftest.err'
17963   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17964   (eval $ac_try) 2>&5
17965   ac_status=$?
17966   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17967   (exit $ac_status); }; } &&
17968          { ac_try='test -s conftest.$ac_objext'
17969   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17970   (eval $ac_try) 2>&5
17971   ac_status=$?
17972   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17973   (exit $ac_status); }; }; then
17974   ac_lo=$ac_mid; break
17975 else
17976   echo "$as_me: failed program was:" >&5
17977 sed 's/^/| /' conftest.$ac_ext >&5
17978
17979 ac_hi=`expr '(' $ac_mid ')' - 1`
17980                        if test $ac_mid -le $ac_hi; then
17981                          ac_lo= ac_hi=
17982                          break
17983                        fi
17984                        ac_mid=`expr 2 '*' $ac_mid`
17985 fi
17986 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17987   done
17988 else
17989   echo "$as_me: failed program was:" >&5
17990 sed 's/^/| /' conftest.$ac_ext >&5
17991
17992 ac_lo= ac_hi=
17993 fi
17994 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17995 fi
17996 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17997 # Binary search between lo and hi bounds.
17998 while test "x$ac_lo" != "x$ac_hi"; do
17999   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18000   cat >conftest.$ac_ext <<_ACEOF
18001 /* confdefs.h.  */
18002 _ACEOF
18003 cat confdefs.h >>conftest.$ac_ext
18004 cat >>conftest.$ac_ext <<_ACEOF
18005 /* end confdefs.h.  */
18006 $ac_includes_default
18007 int
18008 main ()
18009 {
18010 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18011 test_array [0] = 0
18012
18013   ;
18014   return 0;
18015 }
18016 _ACEOF
18017 rm -f conftest.$ac_objext
18018 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18019   (eval $ac_compile) 2>conftest.er1
18020   ac_status=$?
18021   grep -v '^ *+' conftest.er1 >conftest.err
18022   rm -f conftest.er1
18023   cat conftest.err >&5
18024   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18025   (exit $ac_status); } &&
18026          { ac_try='test -z "$ac_c_werror_flag"
18027                          || test ! -s conftest.err'
18028   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18029   (eval $ac_try) 2>&5
18030   ac_status=$?
18031   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18032   (exit $ac_status); }; } &&
18033          { ac_try='test -s conftest.$ac_objext'
18034   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18035   (eval $ac_try) 2>&5
18036   ac_status=$?
18037   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18038   (exit $ac_status); }; }; then
18039   ac_hi=$ac_mid
18040 else
18041   echo "$as_me: failed program was:" >&5
18042 sed 's/^/| /' conftest.$ac_ext >&5
18043
18044 ac_lo=`expr '(' $ac_mid ')' + 1`
18045 fi
18046 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18047 done
18048 case $ac_lo in
18049 ?*) ac_cv_sizeof_long_long=$ac_lo;;
18050 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18051 See \`config.log' for more details." >&5
18052 echo "$as_me: error: cannot compute sizeof (long long), 77
18053 See \`config.log' for more details." >&2;}
18054    { (exit 1); exit 1; }; } ;;
18055 esac
18056 else
18057   if test "$cross_compiling" = yes; then
18058   { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
18059 See \`config.log' for more details." >&5
18060 echo "$as_me: error: cannot run test program while cross compiling
18061 See \`config.log' for more details." >&2;}
18062    { (exit 1); exit 1; }; }
18063 else
18064   cat >conftest.$ac_ext <<_ACEOF
18065 /* confdefs.h.  */
18066 _ACEOF
18067 cat confdefs.h >>conftest.$ac_ext
18068 cat >>conftest.$ac_ext <<_ACEOF
18069 /* end confdefs.h.  */
18070 $ac_includes_default
18071 long longval () { return (long) (sizeof (long long)); }
18072 unsigned long ulongval () { return (long) (sizeof (long long)); }
18073 #include <stdio.h>
18074 #include <stdlib.h>
18075 int
18076 main ()
18077 {
18078
18079   FILE *f = fopen ("conftest.val", "w");
18080   if (! f)
18081     exit (1);
18082   if (((long) (sizeof (long long))) < 0)
18083     {
18084       long i = longval ();
18085       if (i != ((long) (sizeof (long long))))
18086         exit (1);
18087       fprintf (f, "%ld\n", i);
18088     }
18089   else
18090     {
18091       unsigned long i = ulongval ();
18092       if (i != ((long) (sizeof (long long))))
18093         exit (1);
18094       fprintf (f, "%lu\n", i);
18095     }
18096   exit (ferror (f) || fclose (f) != 0);
18097
18098   ;
18099   return 0;
18100 }
18101 _ACEOF
18102 rm -f conftest$ac_exeext
18103 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18104   (eval $ac_link) 2>&5
18105   ac_status=$?
18106   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18107   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18108   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18109   (eval $ac_try) 2>&5
18110   ac_status=$?
18111   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18112   (exit $ac_status); }; }; then
18113   ac_cv_sizeof_long_long=`cat conftest.val`
18114 else
18115   echo "$as_me: program exited with status $ac_status" >&5
18116 echo "$as_me: failed program was:" >&5
18117 sed 's/^/| /' conftest.$ac_ext >&5
18118
18119 ( exit $ac_status )
18120 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18121 See \`config.log' for more details." >&5
18122 echo "$as_me: error: cannot compute sizeof (long long), 77
18123 See \`config.log' for more details." >&2;}
18124    { (exit 1); exit 1; }; }
18125 fi
18126 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
18127 fi
18128 fi
18129 rm -f conftest.val
18130 else
18131   ac_cv_sizeof_long_long=0
18132 fi
18133 fi
18134 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
18135 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
18136 cat >>confdefs.h <<_ACEOF
18137 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
18138 _ACEOF
18139
18140
18141 esac
18142
18143 echo "$as_me:$LINENO: checking size of wchar_t" >&5
18144 echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6
18145 if test "${wx_cv_sizeof_wchar_t+set}" = set; then
18146   echo $ECHO_N "(cached) $ECHO_C" >&6
18147 else
18148
18149     if test "$cross_compiling" = yes; then
18150
18151             case "${host}" in
18152               *-pc-msdosdjgpp )
18153                 wx_cv_sizeof_wchar_t=0
18154                 ;;
18155               * )
18156                 wx_cv_sizeof_wchar_t=4
18157                 ;;
18158             esac
18159
18160
18161 else
18162   cat >conftest.$ac_ext <<_ACEOF
18163 /* confdefs.h.  */
18164 _ACEOF
18165 cat confdefs.h >>conftest.$ac_ext
18166 cat >>conftest.$ac_ext <<_ACEOF
18167 /* end confdefs.h.  */
18168
18169             /* DJGPP only has fake wchar_t: */
18170             #ifdef __DJGPP__
18171             #  error "fake wchar_t"
18172             #endif
18173             #ifdef HAVE_WCHAR_H
18174             #  ifdef __CYGWIN__
18175             #    include <stddef.h>
18176             #  endif
18177             #  include <wchar.h>
18178             #endif
18179             #ifdef HAVE_STDLIB_H
18180             #  include <stdlib.h>
18181             #endif
18182             #include <stdio.h>
18183             int main()
18184             {
18185                 FILE *f=fopen("conftestval", "w");
18186                 if (!f) exit(1);
18187                 fprintf(f, "%i", sizeof(wchar_t));
18188                 exit(0);
18189             }
18190
18191 _ACEOF
18192 rm -f conftest$ac_exeext
18193 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18194   (eval $ac_link) 2>&5
18195   ac_status=$?
18196   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18197   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18198   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18199   (eval $ac_try) 2>&5
18200   ac_status=$?
18201   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18202   (exit $ac_status); }; }; then
18203   wx_cv_sizeof_wchar_t=`cat conftestval`
18204 else
18205   echo "$as_me: program exited with status $ac_status" >&5
18206 echo "$as_me: failed program was:" >&5
18207 sed 's/^/| /' conftest.$ac_ext >&5
18208
18209 ( exit $ac_status )
18210 wx_cv_sizeof_wchar_t=0
18211 fi
18212 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
18213 fi
18214
18215 fi
18216 echo "$as_me:$LINENO: result: $wx_cv_sizeof_wchar_t" >&5
18217 echo "${ECHO_T}$wx_cv_sizeof_wchar_t" >&6
18218
18219 cat >>confdefs.h <<_ACEOF
18220 #define SIZEOF_WCHAR_T $wx_cv_sizeof_wchar_t
18221 _ACEOF
18222
18223
18224 # Check whether --enable-largefile or --disable-largefile was given.
18225 if test "${enable_largefile+set}" = set; then
18226   enableval="$enable_largefile"
18227
18228 fi;
18229 if test "$enable_largefile" != no; then
18230             wx_largefile=no
18231
18232     echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
18233 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
18234 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
18235   echo $ECHO_N "(cached) $ECHO_C" >&6
18236 else
18237
18238           cat >conftest.$ac_ext <<_ACEOF
18239 /* confdefs.h.  */
18240 _ACEOF
18241 cat confdefs.h >>conftest.$ac_ext
18242 cat >>conftest.$ac_ext <<_ACEOF
18243 /* end confdefs.h.  */
18244 #define _FILE_OFFSET_BITS 64
18245                           #include <sys/types.h>
18246 int
18247 main ()
18248 {
18249 typedef struct {
18250     unsigned int field: sizeof(off_t) == 8;
18251 } wxlf;
18252
18253   ;
18254   return 0;
18255 }
18256 _ACEOF
18257 rm -f conftest.$ac_objext
18258 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18259   (eval $ac_compile) 2>conftest.er1
18260   ac_status=$?
18261   grep -v '^ *+' conftest.er1 >conftest.err
18262   rm -f conftest.er1
18263   cat conftest.err >&5
18264   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18265   (exit $ac_status); } &&
18266          { ac_try='test -z "$ac_c_werror_flag"
18267                          || test ! -s conftest.err'
18268   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18269   (eval $ac_try) 2>&5
18270   ac_status=$?
18271   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18272   (exit $ac_status); }; } &&
18273          { ac_try='test -s conftest.$ac_objext'
18274   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18275   (eval $ac_try) 2>&5
18276   ac_status=$?
18277   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18278   (exit $ac_status); }; }; then
18279   ac_cv_sys_file_offset_bits=64
18280 else
18281   echo "$as_me: failed program was:" >&5
18282 sed 's/^/| /' conftest.$ac_ext >&5
18283
18284 ac_cv_sys_file_offset_bits=no
18285 fi
18286 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18287
18288
18289 fi
18290 echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
18291 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
18292
18293     if test "$ac_cv_sys_file_offset_bits" != no; then
18294         wx_largefile=yes
18295         cat >>confdefs.h <<_ACEOF
18296 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
18297 _ACEOF
18298
18299     fi
18300
18301     if test "x$wx_largefile" != "xyes"; then
18302
18303     echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
18304 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
18305 if test "${ac_cv_sys_large_files+set}" = set; then
18306   echo $ECHO_N "(cached) $ECHO_C" >&6
18307 else
18308
18309           cat >conftest.$ac_ext <<_ACEOF
18310 /* confdefs.h.  */
18311 _ACEOF
18312 cat confdefs.h >>conftest.$ac_ext
18313 cat >>conftest.$ac_ext <<_ACEOF
18314 /* end confdefs.h.  */
18315 #define _LARGE_FILES 1
18316                           #include <sys/types.h>
18317 int
18318 main ()
18319 {
18320 typedef struct {
18321     unsigned int field: sizeof(off_t) == 8;
18322 } wxlf;
18323
18324   ;
18325   return 0;
18326 }
18327 _ACEOF
18328 rm -f conftest.$ac_objext
18329 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18330   (eval $ac_compile) 2>conftest.er1
18331   ac_status=$?
18332   grep -v '^ *+' conftest.er1 >conftest.err
18333   rm -f conftest.er1
18334   cat conftest.err >&5
18335   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18336   (exit $ac_status); } &&
18337          { ac_try='test -z "$ac_c_werror_flag"
18338                          || test ! -s conftest.err'
18339   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18340   (eval $ac_try) 2>&5
18341   ac_status=$?
18342   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18343   (exit $ac_status); }; } &&
18344          { ac_try='test -s conftest.$ac_objext'
18345   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18346   (eval $ac_try) 2>&5
18347   ac_status=$?
18348   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18349   (exit $ac_status); }; }; then
18350   ac_cv_sys_large_files=1
18351 else
18352   echo "$as_me: failed program was:" >&5
18353 sed 's/^/| /' conftest.$ac_ext >&5
18354
18355 ac_cv_sys_large_files=no
18356 fi
18357 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18358
18359
18360 fi
18361 echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
18362 echo "${ECHO_T}$ac_cv_sys_large_files" >&6
18363
18364     if test "$ac_cv_sys_large_files" != no; then
18365         wx_largefile=yes
18366         cat >>confdefs.h <<_ACEOF
18367 #define _LARGE_FILES $ac_cv_sys_large_files
18368 _ACEOF
18369
18370     fi
18371
18372     fi
18373
18374     echo "$as_me:$LINENO: checking if large file support is available" >&5
18375 echo $ECHO_N "checking if large file support is available... $ECHO_C" >&6
18376     if test "x$wx_largefile" = "xyes"; then
18377         cat >>confdefs.h <<\_ACEOF
18378 #define HAVE_LARGEFILE_SUPPORT 1
18379 _ACEOF
18380
18381     fi
18382     echo "$as_me:$LINENO: result: $wx_largefile" >&5
18383 echo "${ECHO_T}$wx_largefile" >&6
18384 fi
18385
18386
18387 if test "x$wx_largefile" = "xyes"; then
18388     if test "x$ac_cv_sys_file_offset_bits" = "x64"; then
18389         WX_LARGEFILE_FLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES"
18390     else
18391         WX_LARGEFILE_FLAGS="-D_LARGE_FILES"
18392     fi
18393     CPPFLAGS="$CPPFLAGS $WX_LARGEFILE_FLAGS"
18394 fi
18395
18396 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
18397 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
18398 if test "${ac_cv_c_bigendian+set}" = set; then
18399   echo $ECHO_N "(cached) $ECHO_C" >&6
18400 else
18401   ac_cv_c_bigendian=unknown
18402 # See if sys/param.h defines the BYTE_ORDER macro.
18403 cat >conftest.$ac_ext <<_ACEOF
18404 /* confdefs.h.  */
18405 _ACEOF
18406 cat confdefs.h >>conftest.$ac_ext
18407 cat >>conftest.$ac_ext <<_ACEOF
18408 /* end confdefs.h.  */
18409 #include <sys/types.h>
18410 #include <sys/param.h>
18411 int
18412 main ()
18413 {
18414
18415 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
18416  bogus endian macros
18417 #endif
18418   ;
18419   return 0;
18420 }
18421 _ACEOF
18422 rm -f conftest.$ac_objext
18423 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18424   (eval $ac_compile) 2>conftest.er1
18425   ac_status=$?
18426   grep -v '^ *+' conftest.er1 >conftest.err
18427   rm -f conftest.er1
18428   cat conftest.err >&5
18429   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18430   (exit $ac_status); } &&
18431          { ac_try='test -z "$ac_c_werror_flag"
18432                          || test ! -s conftest.err'
18433   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18434   (eval $ac_try) 2>&5
18435   ac_status=$?
18436   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18437   (exit $ac_status); }; } &&
18438          { ac_try='test -s conftest.$ac_objext'
18439   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18440   (eval $ac_try) 2>&5
18441   ac_status=$?
18442   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18443   (exit $ac_status); }; }; then
18444   # It does; now see whether it defined to BIG_ENDIAN or not.
18445 cat >conftest.$ac_ext <<_ACEOF
18446 /* confdefs.h.  */
18447 _ACEOF
18448 cat confdefs.h >>conftest.$ac_ext
18449 cat >>conftest.$ac_ext <<_ACEOF
18450 /* end confdefs.h.  */
18451 #include <sys/types.h>
18452 #include <sys/param.h>
18453 int
18454 main ()
18455 {
18456
18457 #if BYTE_ORDER != BIG_ENDIAN
18458  not big endian
18459 #endif
18460   ;
18461   return 0;
18462 }
18463 _ACEOF
18464 rm -f conftest.$ac_objext
18465 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18466   (eval $ac_compile) 2>conftest.er1
18467   ac_status=$?
18468   grep -v '^ *+' conftest.er1 >conftest.err
18469   rm -f conftest.er1
18470   cat conftest.err >&5
18471   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18472   (exit $ac_status); } &&
18473          { ac_try='test -z "$ac_c_werror_flag"
18474                          || test ! -s conftest.err'
18475   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18476   (eval $ac_try) 2>&5
18477   ac_status=$?
18478   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18479   (exit $ac_status); }; } &&
18480          { ac_try='test -s conftest.$ac_objext'
18481   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18482   (eval $ac_try) 2>&5
18483   ac_status=$?
18484   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18485   (exit $ac_status); }; }; then
18486   ac_cv_c_bigendian=yes
18487 else
18488   echo "$as_me: failed program was:" >&5
18489 sed 's/^/| /' conftest.$ac_ext >&5
18490
18491 ac_cv_c_bigendian=no
18492 fi
18493 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18494 else
18495   echo "$as_me: failed program was:" >&5
18496 sed 's/^/| /' conftest.$ac_ext >&5
18497
18498 fi
18499 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18500 if test $ac_cv_c_bigendian = unknown; then
18501 if test "$cross_compiling" = yes; then
18502   ac_cv_c_bigendian=unknown
18503 else
18504   cat >conftest.$ac_ext <<_ACEOF
18505 /* confdefs.h.  */
18506 _ACEOF
18507 cat confdefs.h >>conftest.$ac_ext
18508 cat >>conftest.$ac_ext <<_ACEOF
18509 /* end confdefs.h.  */
18510 main () {
18511   /* Are we little or big endian?  From Harbison&Steele.  */
18512   union
18513   {
18514     long l;
18515     char c[sizeof (long)];
18516   } u;
18517   u.l = 1;
18518   exit (u.c[sizeof (long) - 1] == 1);
18519 }
18520 _ACEOF
18521 rm -f conftest$ac_exeext
18522 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18523   (eval $ac_link) 2>&5
18524   ac_status=$?
18525   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18526   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18527   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18528   (eval $ac_try) 2>&5
18529   ac_status=$?
18530   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18531   (exit $ac_status); }; }; then
18532   ac_cv_c_bigendian=no
18533 else
18534   echo "$as_me: program exited with status $ac_status" >&5
18535 echo "$as_me: failed program was:" >&5
18536 sed 's/^/| /' conftest.$ac_ext >&5
18537
18538 ( exit $ac_status )
18539 ac_cv_c_bigendian=yes
18540 fi
18541 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
18542 fi
18543 fi
18544 fi
18545 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
18546 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
18547 if test $ac_cv_c_bigendian = unknown; then
18548   { echo "$as_me:$LINENO: WARNING: Assuming little-endian target machine - this may be overriden by adding the line \"ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}\" to config.cache file" >&5
18549 echo "$as_me: WARNING: Assuming little-endian target machine - this may be overriden by adding the line \"ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}\" to config.cache file" >&2;}
18550 fi
18551 if test $ac_cv_c_bigendian = yes; then
18552   cat >>confdefs.h <<\_ACEOF
18553 #define WORDS_BIGENDIAN 1
18554 _ACEOF
18555
18556 fi
18557
18558
18559 ac_ext=cc
18560 ac_cpp='$CXXCPP $CPPFLAGS'
18561 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18562 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18563 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18564 echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
18565 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
18566 if test -z "$CXXCPP"; then
18567   if test "${ac_cv_prog_CXXCPP+set}" = set; then
18568   echo $ECHO_N "(cached) $ECHO_C" >&6
18569 else
18570       # Double quotes because CXXCPP needs to be expanded
18571     for CXXCPP in "$CXX -E" "/lib/cpp"
18572     do
18573       ac_preproc_ok=false
18574 for ac_cxx_preproc_warn_flag in '' yes
18575 do
18576   # Use a header file that comes with gcc, so configuring glibc
18577   # with a fresh cross-compiler works.
18578   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18579   # <limits.h> exists even on freestanding compilers.
18580   # On the NeXT, cc -E runs the code through the compiler's parser,
18581   # not just through cpp. "Syntax error" is here to catch this case.
18582   cat >conftest.$ac_ext <<_ACEOF
18583 /* confdefs.h.  */
18584 _ACEOF
18585 cat confdefs.h >>conftest.$ac_ext
18586 cat >>conftest.$ac_ext <<_ACEOF
18587 /* end confdefs.h.  */
18588 #ifdef __STDC__
18589 # include <limits.h>
18590 #else
18591 # include <assert.h>
18592 #endif
18593                      Syntax error
18594 _ACEOF
18595 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18596   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
18597   ac_status=$?
18598   grep -v '^ *+' conftest.er1 >conftest.err
18599   rm -f conftest.er1
18600   cat conftest.err >&5
18601   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18602   (exit $ac_status); } >/dev/null; then
18603   if test -s conftest.err; then
18604     ac_cpp_err=$ac_cxx_preproc_warn_flag
18605     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
18606   else
18607     ac_cpp_err=
18608   fi
18609 else
18610   ac_cpp_err=yes
18611 fi
18612 if test -z "$ac_cpp_err"; then
18613   :
18614 else
18615   echo "$as_me: failed program was:" >&5
18616 sed 's/^/| /' conftest.$ac_ext >&5
18617
18618   # Broken: fails on valid input.
18619 continue
18620 fi
18621 rm -f conftest.err conftest.$ac_ext
18622
18623   # OK, works on sane cases.  Now check whether non-existent headers
18624   # can be detected and how.
18625   cat >conftest.$ac_ext <<_ACEOF
18626 /* confdefs.h.  */
18627 _ACEOF
18628 cat confdefs.h >>conftest.$ac_ext
18629 cat >>conftest.$ac_ext <<_ACEOF
18630 /* end confdefs.h.  */
18631 #include <ac_nonexistent.h>
18632 _ACEOF
18633 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18634   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
18635   ac_status=$?
18636   grep -v '^ *+' conftest.er1 >conftest.err
18637   rm -f conftest.er1
18638   cat conftest.err >&5
18639   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18640   (exit $ac_status); } >/dev/null; then
18641   if test -s conftest.err; then
18642     ac_cpp_err=$ac_cxx_preproc_warn_flag
18643     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
18644   else
18645     ac_cpp_err=
18646   fi
18647 else
18648   ac_cpp_err=yes
18649 fi
18650 if test -z "$ac_cpp_err"; then
18651   # Broken: success on invalid input.
18652 continue
18653 else
18654   echo "$as_me: failed program was:" >&5
18655 sed 's/^/| /' conftest.$ac_ext >&5
18656
18657   # Passes both tests.
18658 ac_preproc_ok=:
18659 break
18660 fi
18661 rm -f conftest.err conftest.$ac_ext
18662
18663 done
18664 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
18665 rm -f conftest.err conftest.$ac_ext
18666 if $ac_preproc_ok; then
18667   break
18668 fi
18669
18670     done
18671     ac_cv_prog_CXXCPP=$CXXCPP
18672
18673 fi
18674   CXXCPP=$ac_cv_prog_CXXCPP
18675 else
18676   ac_cv_prog_CXXCPP=$CXXCPP
18677 fi
18678 echo "$as_me:$LINENO: result: $CXXCPP" >&5
18679 echo "${ECHO_T}$CXXCPP" >&6
18680 ac_preproc_ok=false
18681 for ac_cxx_preproc_warn_flag in '' yes
18682 do
18683   # Use a header file that comes with gcc, so configuring glibc
18684   # with a fresh cross-compiler works.
18685   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18686   # <limits.h> exists even on freestanding compilers.
18687   # On the NeXT, cc -E runs the code through the compiler's parser,
18688   # not just through cpp. "Syntax error" is here to catch this case.
18689   cat >conftest.$ac_ext <<_ACEOF
18690 /* confdefs.h.  */
18691 _ACEOF
18692 cat confdefs.h >>conftest.$ac_ext
18693 cat >>conftest.$ac_ext <<_ACEOF
18694 /* end confdefs.h.  */
18695 #ifdef __STDC__
18696 # include <limits.h>
18697 #else
18698 # include <assert.h>
18699 #endif
18700                      Syntax error
18701 _ACEOF
18702 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18703   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
18704   ac_status=$?
18705   grep -v '^ *+' conftest.er1 >conftest.err
18706   rm -f conftest.er1
18707   cat conftest.err >&5
18708   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18709   (exit $ac_status); } >/dev/null; then
18710   if test -s conftest.err; then
18711     ac_cpp_err=$ac_cxx_preproc_warn_flag
18712     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
18713   else
18714     ac_cpp_err=
18715   fi
18716 else
18717   ac_cpp_err=yes
18718 fi
18719 if test -z "$ac_cpp_err"; then
18720   :
18721 else
18722   echo "$as_me: failed program was:" >&5
18723 sed 's/^/| /' conftest.$ac_ext >&5
18724
18725   # Broken: fails on valid input.
18726 continue
18727 fi
18728 rm -f conftest.err conftest.$ac_ext
18729
18730   # OK, works on sane cases.  Now check whether non-existent headers
18731   # can be detected and how.
18732   cat >conftest.$ac_ext <<_ACEOF
18733 /* confdefs.h.  */
18734 _ACEOF
18735 cat confdefs.h >>conftest.$ac_ext
18736 cat >>conftest.$ac_ext <<_ACEOF
18737 /* end confdefs.h.  */
18738 #include <ac_nonexistent.h>
18739 _ACEOF
18740 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18741   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
18742   ac_status=$?
18743   grep -v '^ *+' conftest.er1 >conftest.err
18744   rm -f conftest.er1
18745   cat conftest.err >&5
18746   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18747   (exit $ac_status); } >/dev/null; then
18748   if test -s conftest.err; then
18749     ac_cpp_err=$ac_cxx_preproc_warn_flag
18750     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
18751   else
18752     ac_cpp_err=
18753   fi
18754 else
18755   ac_cpp_err=yes
18756 fi
18757 if test -z "$ac_cpp_err"; then
18758   # Broken: success on invalid input.
18759 continue
18760 else
18761   echo "$as_me: failed program was:" >&5
18762 sed 's/^/| /' conftest.$ac_ext >&5
18763
18764   # Passes both tests.
18765 ac_preproc_ok=:
18766 break
18767 fi
18768 rm -f conftest.err conftest.$ac_ext
18769
18770 done
18771 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
18772 rm -f conftest.err conftest.$ac_ext
18773 if $ac_preproc_ok; then
18774   :
18775 else
18776   { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
18777 See \`config.log' for more details." >&5
18778 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
18779 See \`config.log' for more details." >&2;}
18780    { (exit 1); exit 1; }; }
18781 fi
18782
18783 ac_ext=cc
18784 ac_cpp='$CXXCPP $CPPFLAGS'
18785 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18786 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18787 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18788
18789
18790
18791
18792
18793     ac_ext=cc
18794 ac_cpp='$CXXCPP $CPPFLAGS'
18795 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18796 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18797 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18798
18799
18800
18801 for ac_header in iostream
18802 do
18803 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
18804 if eval "test \"\${$as_ac_Header+set}\" = set"; then
18805   echo "$as_me:$LINENO: checking for $ac_header" >&5
18806 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
18807 if eval "test \"\${$as_ac_Header+set}\" = set"; then
18808   echo $ECHO_N "(cached) $ECHO_C" >&6
18809 fi
18810 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
18811 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
18812 else
18813   # Is the header compilable?
18814 echo "$as_me:$LINENO: checking $ac_header usability" >&5
18815 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
18816 cat >conftest.$ac_ext <<_ACEOF
18817 /* confdefs.h.  */
18818 _ACEOF
18819 cat confdefs.h >>conftest.$ac_ext
18820 cat >>conftest.$ac_ext <<_ACEOF
18821 /* end confdefs.h.  */
18822 $ac_includes_default
18823 #include <$ac_header>
18824 _ACEOF
18825 rm -f conftest.$ac_objext
18826 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18827   (eval $ac_compile) 2>conftest.er1
18828   ac_status=$?
18829   grep -v '^ *+' conftest.er1 >conftest.err
18830   rm -f conftest.er1
18831   cat conftest.err >&5
18832   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18833   (exit $ac_status); } &&
18834          { ac_try='test -z "$ac_cxx_werror_flag"
18835                          || test ! -s conftest.err'
18836   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18837   (eval $ac_try) 2>&5
18838   ac_status=$?
18839   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18840   (exit $ac_status); }; } &&
18841          { ac_try='test -s conftest.$ac_objext'
18842   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18843   (eval $ac_try) 2>&5
18844   ac_status=$?
18845   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18846   (exit $ac_status); }; }; then
18847   ac_header_compiler=yes
18848 else
18849   echo "$as_me: failed program was:" >&5
18850 sed 's/^/| /' conftest.$ac_ext >&5
18851
18852 ac_header_compiler=no
18853 fi
18854 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18855 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18856 echo "${ECHO_T}$ac_header_compiler" >&6
18857
18858 # Is the header present?
18859 echo "$as_me:$LINENO: checking $ac_header presence" >&5
18860 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
18861 cat >conftest.$ac_ext <<_ACEOF
18862 /* confdefs.h.  */
18863 _ACEOF
18864 cat confdefs.h >>conftest.$ac_ext
18865 cat >>conftest.$ac_ext <<_ACEOF
18866 /* end confdefs.h.  */
18867 #include <$ac_header>
18868 _ACEOF
18869 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18870   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
18871   ac_status=$?
18872   grep -v '^ *+' conftest.er1 >conftest.err
18873   rm -f conftest.er1
18874   cat conftest.err >&5
18875   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18876   (exit $ac_status); } >/dev/null; then
18877   if test -s conftest.err; then
18878     ac_cpp_err=$ac_cxx_preproc_warn_flag
18879     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
18880   else
18881     ac_cpp_err=
18882   fi
18883 else
18884   ac_cpp_err=yes
18885 fi
18886 if test -z "$ac_cpp_err"; then
18887   ac_header_preproc=yes
18888 else
18889   echo "$as_me: failed program was:" >&5
18890 sed 's/^/| /' conftest.$ac_ext >&5
18891
18892   ac_header_preproc=no
18893 fi
18894 rm -f conftest.err conftest.$ac_ext
18895 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18896 echo "${ECHO_T}$ac_header_preproc" >&6
18897
18898 # So?  What about this header?
18899 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
18900   yes:no: )
18901     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
18902 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
18903     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
18904 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
18905     ac_header_preproc=yes
18906     ;;
18907   no:yes:* )
18908     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
18909 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
18910     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
18911 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
18912     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
18913 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
18914     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
18915 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
18916     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
18917 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18918     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
18919 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
18920     (
18921       cat <<\_ASBOX
18922 ## ----------------------------------------- ##
18923 ## Report this to wx-dev@lists.wxwidgets.org ##
18924 ## ----------------------------------------- ##
18925 _ASBOX
18926     ) |
18927       sed "s/^/$as_me: WARNING:     /" >&2
18928     ;;
18929 esac
18930 echo "$as_me:$LINENO: checking for $ac_header" >&5
18931 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
18932 if eval "test \"\${$as_ac_Header+set}\" = set"; then
18933   echo $ECHO_N "(cached) $ECHO_C" >&6
18934 else
18935   eval "$as_ac_Header=\$ac_header_preproc"
18936 fi
18937 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
18938 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
18939
18940 fi
18941 if test `eval echo '${'$as_ac_Header'}'` = yes; then
18942   cat >>confdefs.h <<_ACEOF
18943 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
18944 _ACEOF
18945
18946 fi
18947
18948 done
18949
18950
18951     if test "$ac_cv_header_iostream" = "yes" ; then
18952       :
18953     else
18954       cat >>confdefs.h <<\_ACEOF
18955 #define wxUSE_IOSTREAMH 1
18956 _ACEOF
18957
18958     fi
18959
18960     ac_ext=c
18961 ac_cpp='$CPP $CPPFLAGS'
18962 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18963 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18964 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18965
18966
18967
18968
18969   echo "$as_me:$LINENO: checking if C++ compiler supports bool" >&5
18970 echo $ECHO_N "checking if C++ compiler supports bool... $ECHO_C" >&6
18971 if test "${wx_cv_cpp_bool+set}" = set; then
18972   echo $ECHO_N "(cached) $ECHO_C" >&6
18973 else
18974
18975
18976
18977     ac_ext=cc
18978 ac_cpp='$CXXCPP $CPPFLAGS'
18979 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18980 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18981 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18982
18983
18984     cat >conftest.$ac_ext <<_ACEOF
18985 /* confdefs.h.  */
18986 _ACEOF
18987 cat confdefs.h >>conftest.$ac_ext
18988 cat >>conftest.$ac_ext <<_ACEOF
18989 /* end confdefs.h.  */
18990
18991
18992 int
18993 main ()
18994 {
18995
18996         bool b = true;
18997
18998         return 0;
18999
19000   ;
19001   return 0;
19002 }
19003 _ACEOF
19004 rm -f conftest.$ac_objext
19005 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19006   (eval $ac_compile) 2>conftest.er1
19007   ac_status=$?
19008   grep -v '^ *+' conftest.er1 >conftest.err
19009   rm -f conftest.er1
19010   cat conftest.err >&5
19011   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19012   (exit $ac_status); } &&
19013          { ac_try='test -z "$ac_cxx_werror_flag"
19014                          || test ! -s conftest.err'
19015   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19016   (eval $ac_try) 2>&5
19017   ac_status=$?
19018   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19019   (exit $ac_status); }; } &&
19020          { ac_try='test -s conftest.$ac_objext'
19021   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19022   (eval $ac_try) 2>&5
19023   ac_status=$?
19024   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19025   (exit $ac_status); }; }; then
19026
19027         wx_cv_cpp_bool=yes
19028
19029 else
19030   echo "$as_me: failed program was:" >&5
19031 sed 's/^/| /' conftest.$ac_ext >&5
19032
19033
19034         wx_cv_cpp_bool=no
19035
19036
19037 fi
19038 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19039
19040     ac_ext=c
19041 ac_cpp='$CPP $CPPFLAGS'
19042 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19043 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19044 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19045
19046
19047 fi
19048 echo "$as_me:$LINENO: result: $wx_cv_cpp_bool" >&5
19049 echo "${ECHO_T}$wx_cv_cpp_bool" >&6
19050
19051   if test "$wx_cv_cpp_bool" = "yes"; then
19052     cat >>confdefs.h <<\_ACEOF
19053 #define HAVE_BOOL 1
19054 _ACEOF
19055
19056   fi
19057
19058
19059
19060   echo "$as_me:$LINENO: checking if C++ compiler supports the explicit keyword" >&5
19061 echo $ECHO_N "checking if C++ compiler supports the explicit keyword... $ECHO_C" >&6
19062 if test "${wx_cv_explicit+set}" = set; then
19063   echo $ECHO_N "(cached) $ECHO_C" >&6
19064 else
19065
19066
19067
19068     ac_ext=cc
19069 ac_cpp='$CXXCPP $CPPFLAGS'
19070 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19071 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19072 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19073
19074
19075             cat >conftest.$ac_ext <<_ACEOF
19076 /* confdefs.h.  */
19077 _ACEOF
19078 cat confdefs.h >>conftest.$ac_ext
19079 cat >>conftest.$ac_ext <<_ACEOF
19080 /* end confdefs.h.  */
19081
19082         class Foo { public: explicit Foo(int) {} };
19083
19084 int
19085 main ()
19086 {
19087
19088         return 0;
19089
19090   ;
19091   return 0;
19092 }
19093 _ACEOF
19094 rm -f conftest.$ac_objext
19095 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19096   (eval $ac_compile) 2>conftest.er1
19097   ac_status=$?
19098   grep -v '^ *+' conftest.er1 >conftest.err
19099   rm -f conftest.er1
19100   cat conftest.err >&5
19101   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19102   (exit $ac_status); } &&
19103          { ac_try='test -z "$ac_cxx_werror_flag"
19104                          || test ! -s conftest.err'
19105   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19106   (eval $ac_try) 2>&5
19107   ac_status=$?
19108   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19109   (exit $ac_status); }; } &&
19110          { ac_try='test -s conftest.$ac_objext'
19111   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19112   (eval $ac_try) 2>&5
19113   ac_status=$?
19114   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19115   (exit $ac_status); }; }; then
19116
19117         cat >conftest.$ac_ext <<_ACEOF
19118 /* confdefs.h.  */
19119 _ACEOF
19120 cat confdefs.h >>conftest.$ac_ext
19121 cat >>conftest.$ac_ext <<_ACEOF
19122 /* end confdefs.h.  */
19123
19124                 class Foo { public: explicit Foo(int) {} };
19125                 static void TakeFoo(const Foo& foo) { }
19126
19127 int
19128 main ()
19129 {
19130
19131                 TakeFoo(17);
19132                 return 0;
19133
19134   ;
19135   return 0;
19136 }
19137 _ACEOF
19138 rm -f conftest.$ac_objext
19139 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19140   (eval $ac_compile) 2>conftest.er1
19141   ac_status=$?
19142   grep -v '^ *+' conftest.er1 >conftest.err
19143   rm -f conftest.er1
19144   cat conftest.err >&5
19145   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19146   (exit $ac_status); } &&
19147          { ac_try='test -z "$ac_cxx_werror_flag"
19148                          || test ! -s conftest.err'
19149   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19150   (eval $ac_try) 2>&5
19151   ac_status=$?
19152   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19153   (exit $ac_status); }; } &&
19154          { ac_try='test -s conftest.$ac_objext'
19155   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19156   (eval $ac_try) 2>&5
19157   ac_status=$?
19158   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19159   (exit $ac_status); }; }; then
19160   wx_cv_explicit=no
19161 else
19162   echo "$as_me: failed program was:" >&5
19163 sed 's/^/| /' conftest.$ac_ext >&5
19164
19165 wx_cv_explicit=yes
19166
19167 fi
19168 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19169
19170 else
19171   echo "$as_me: failed program was:" >&5
19172 sed 's/^/| /' conftest.$ac_ext >&5
19173
19174 wx_cv_explicit=no
19175
19176 fi
19177 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19178
19179     ac_ext=c
19180 ac_cpp='$CPP $CPPFLAGS'
19181 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19182 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19183 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19184
19185
19186 fi
19187 echo "$as_me:$LINENO: result: $wx_cv_explicit" >&5
19188 echo "${ECHO_T}$wx_cv_explicit" >&6
19189
19190   if test "$wx_cv_explicit" = "yes"; then
19191     cat >>confdefs.h <<\_ACEOF
19192 #define HAVE_EXPLICIT 1
19193 _ACEOF
19194
19195   fi
19196
19197
19198 echo "$as_me:$LINENO: checking whether the compiler supports const_cast<>" >&5
19199 echo $ECHO_N "checking whether the compiler supports const_cast<>... $ECHO_C" >&6
19200 if test "${ac_cv_cxx_const_cast+set}" = set; then
19201   echo $ECHO_N "(cached) $ECHO_C" >&6
19202 else
19203
19204
19205  ac_ext=cc
19206 ac_cpp='$CXXCPP $CPPFLAGS'
19207 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19208 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19209 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19210
19211  cat >conftest.$ac_ext <<_ACEOF
19212 /* confdefs.h.  */
19213 _ACEOF
19214 cat confdefs.h >>conftest.$ac_ext
19215 cat >>conftest.$ac_ext <<_ACEOF
19216 /* end confdefs.h.  */
19217
19218 int
19219 main ()
19220 {
19221 int x = 0;const int& y = x;int& z = const_cast<int&>(y);return z;
19222   ;
19223   return 0;
19224 }
19225 _ACEOF
19226 rm -f conftest.$ac_objext
19227 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19228   (eval $ac_compile) 2>conftest.er1
19229   ac_status=$?
19230   grep -v '^ *+' conftest.er1 >conftest.err
19231   rm -f conftest.er1
19232   cat conftest.err >&5
19233   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19234   (exit $ac_status); } &&
19235          { ac_try='test -z "$ac_cxx_werror_flag"
19236                          || test ! -s conftest.err'
19237   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19238   (eval $ac_try) 2>&5
19239   ac_status=$?
19240   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19241   (exit $ac_status); }; } &&
19242          { ac_try='test -s conftest.$ac_objext'
19243   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19244   (eval $ac_try) 2>&5
19245   ac_status=$?
19246   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19247   (exit $ac_status); }; }; then
19248   ac_cv_cxx_const_cast=yes
19249 else
19250   echo "$as_me: failed program was:" >&5
19251 sed 's/^/| /' conftest.$ac_ext >&5
19252
19253 ac_cv_cxx_const_cast=no
19254 fi
19255 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19256  ac_ext=c
19257 ac_cpp='$CPP $CPPFLAGS'
19258 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19259 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19260 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19261
19262
19263 fi
19264 echo "$as_me:$LINENO: result: $ac_cv_cxx_const_cast" >&5
19265 echo "${ECHO_T}$ac_cv_cxx_const_cast" >&6
19266 if test "$ac_cv_cxx_const_cast" = yes; then
19267
19268 cat >>confdefs.h <<\_ACEOF
19269 #define HAVE_CONST_CAST
19270 _ACEOF
19271
19272 fi
19273
19274 echo "$as_me:$LINENO: checking whether the compiler supports static_cast<>" >&5
19275 echo $ECHO_N "checking whether the compiler supports static_cast<>... $ECHO_C" >&6
19276 if test "${ac_cv_cxx_static_cast+set}" = set; then
19277   echo $ECHO_N "(cached) $ECHO_C" >&6
19278 else
19279
19280
19281  ac_ext=cc
19282 ac_cpp='$CXXCPP $CPPFLAGS'
19283 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19284 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19285 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19286
19287  cat >conftest.$ac_ext <<_ACEOF
19288 /* confdefs.h.  */
19289 _ACEOF
19290 cat confdefs.h >>conftest.$ac_ext
19291 cat >>conftest.$ac_ext <<_ACEOF
19292 /* end confdefs.h.  */
19293 #include <typeinfo>
19294 class Base { public : Base () {} virtual void f () = 0; };
19295 class Derived : public Base { public : Derived () {} virtual void f () {} };
19296 int g (Derived&) { return 0; }
19297 int
19298 main ()
19299 {
19300
19301 Derived d; Base& b = d; Derived& s = static_cast<Derived&> (b); return g (s);
19302   ;
19303   return 0;
19304 }
19305 _ACEOF
19306 rm -f conftest.$ac_objext
19307 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19308   (eval $ac_compile) 2>conftest.er1
19309   ac_status=$?
19310   grep -v '^ *+' conftest.er1 >conftest.err
19311   rm -f conftest.er1
19312   cat conftest.err >&5
19313   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19314   (exit $ac_status); } &&
19315          { ac_try='test -z "$ac_cxx_werror_flag"
19316                          || test ! -s conftest.err'
19317   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19318   (eval $ac_try) 2>&5
19319   ac_status=$?
19320   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19321   (exit $ac_status); }; } &&
19322          { ac_try='test -s conftest.$ac_objext'
19323   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19324   (eval $ac_try) 2>&5
19325   ac_status=$?
19326   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19327   (exit $ac_status); }; }; then
19328   ac_cv_cxx_static_cast=yes
19329 else
19330   echo "$as_me: failed program was:" >&5
19331 sed 's/^/| /' conftest.$ac_ext >&5
19332
19333 ac_cv_cxx_static_cast=no
19334 fi
19335 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19336  ac_ext=c
19337 ac_cpp='$CPP $CPPFLAGS'
19338 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19339 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19340 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19341
19342
19343 fi
19344 echo "$as_me:$LINENO: result: $ac_cv_cxx_static_cast" >&5
19345 echo "${ECHO_T}$ac_cv_cxx_static_cast" >&6
19346 if test "$ac_cv_cxx_static_cast" = yes; then
19347
19348 cat >>confdefs.h <<\_ACEOF
19349 #define HAVE_STATIC_CAST
19350 _ACEOF
19351
19352 fi
19353
19354
19355 if test "$wxUSE_STL" = "yes"; then
19356     ac_ext=cc
19357 ac_cpp='$CXXCPP $CPPFLAGS'
19358 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19359 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19360 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19361
19362
19363         echo "$as_me:$LINENO: checking for basic STL functionality" >&5
19364 echo $ECHO_N "checking for basic STL functionality... $ECHO_C" >&6
19365     cat >conftest.$ac_ext <<_ACEOF
19366 /* confdefs.h.  */
19367 _ACEOF
19368 cat confdefs.h >>conftest.$ac_ext
19369 cat >>conftest.$ac_ext <<_ACEOF
19370 /* end confdefs.h.  */
19371 #include <string>
19372                     #include <functional>
19373                     #include <algorithm>
19374                     #include <vector>
19375                     #include <list>
19376 int
19377 main ()
19378 {
19379 std::vector<int> moo;
19380                      std::list<int> foo;
19381                      std::vector<int>::iterator it =
19382                          std::find_if(moo.begin(), moo.end(),
19383                                       std::bind2nd(std::less<int>(), 3));
19384   ;
19385   return 0;
19386 }
19387 _ACEOF
19388 rm -f conftest.$ac_objext
19389 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19390   (eval $ac_compile) 2>conftest.er1
19391   ac_status=$?
19392   grep -v '^ *+' conftest.er1 >conftest.err
19393   rm -f conftest.er1
19394   cat conftest.err >&5
19395   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19396   (exit $ac_status); } &&
19397          { ac_try='test -z "$ac_cxx_werror_flag"
19398                          || test ! -s conftest.err'
19399   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19400   (eval $ac_try) 2>&5
19401   ac_status=$?
19402   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19403   (exit $ac_status); }; } &&
19404          { ac_try='test -s conftest.$ac_objext'
19405   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19406   (eval $ac_try) 2>&5
19407   ac_status=$?
19408   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19409   (exit $ac_status); }; }; then
19410   echo "$as_me:$LINENO: result: yes" >&5
19411 echo "${ECHO_T}yes" >&6
19412 else
19413   echo "$as_me: failed program was:" >&5
19414 sed 's/^/| /' conftest.$ac_ext >&5
19415
19416 echo "$as_me:$LINENO: result: no" >&5
19417 echo "${ECHO_T}no" >&6
19418                      { { echo "$as_me:$LINENO: error: Basic STL functionality missing" >&5
19419 echo "$as_me: error: Basic STL functionality missing" >&2;}
19420    { (exit 1); exit 1; }; }
19421 fi
19422 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19423
19424         echo "$as_me:$LINENO: checking for std::wstring in <string>" >&5
19425 echo $ECHO_N "checking for std::wstring in <string>... $ECHO_C" >&6
19426     cat >conftest.$ac_ext <<_ACEOF
19427 /* confdefs.h.  */
19428 _ACEOF
19429 cat confdefs.h >>conftest.$ac_ext
19430 cat >>conftest.$ac_ext <<_ACEOF
19431 /* end confdefs.h.  */
19432 #include <string>
19433 int
19434 main ()
19435 {
19436 std::wstring foo;
19437   ;
19438   return 0;
19439 }
19440 _ACEOF
19441 rm -f conftest.$ac_objext
19442 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19443   (eval $ac_compile) 2>conftest.er1
19444   ac_status=$?
19445   grep -v '^ *+' conftest.er1 >conftest.err
19446   rm -f conftest.er1
19447   cat conftest.err >&5
19448   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19449   (exit $ac_status); } &&
19450          { ac_try='test -z "$ac_cxx_werror_flag"
19451                          || test ! -s conftest.err'
19452   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19453   (eval $ac_try) 2>&5
19454   ac_status=$?
19455   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19456   (exit $ac_status); }; } &&
19457          { ac_try='test -s conftest.$ac_objext'
19458   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19459   (eval $ac_try) 2>&5
19460   ac_status=$?
19461   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19462   (exit $ac_status); }; }; then
19463   echo "$as_me:$LINENO: result: yes" >&5
19464 echo "${ECHO_T}yes" >&6
19465                     cat >>confdefs.h <<\_ACEOF
19466 #define HAVE_STD_WSTRING 1
19467 _ACEOF
19468
19469 else
19470   echo "$as_me: failed program was:" >&5
19471 sed 's/^/| /' conftest.$ac_ext >&5
19472
19473 echo "$as_me:$LINENO: result: no" >&5
19474 echo "${ECHO_T}no" >&6
19475 fi
19476 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19477
19478         echo "$as_me:$LINENO: checking for compliant std::string::compare" >&5
19479 echo $ECHO_N "checking for compliant std::string::compare... $ECHO_C" >&6
19480     cat >conftest.$ac_ext <<_ACEOF
19481 /* confdefs.h.  */
19482 _ACEOF
19483 cat confdefs.h >>conftest.$ac_ext
19484 cat >>conftest.$ac_ext <<_ACEOF
19485 /* end confdefs.h.  */
19486 #include <string>
19487 int
19488 main ()
19489 {
19490 std::string foo, bar;
19491                     foo.compare(bar);
19492                     foo.compare(1, 1, bar);
19493                     foo.compare(1, 1, bar, 1, 1);
19494                     foo.compare("");
19495                     foo.compare(1, 1, "");
19496                     foo.compare(1, 1, "", 2);
19497   ;
19498   return 0;
19499 }
19500 _ACEOF
19501 rm -f conftest.$ac_objext
19502 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19503   (eval $ac_compile) 2>conftest.er1
19504   ac_status=$?
19505   grep -v '^ *+' conftest.er1 >conftest.err
19506   rm -f conftest.er1
19507   cat conftest.err >&5
19508   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19509   (exit $ac_status); } &&
19510          { ac_try='test -z "$ac_cxx_werror_flag"
19511                          || test ! -s conftest.err'
19512   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19513   (eval $ac_try) 2>&5
19514   ac_status=$?
19515   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19516   (exit $ac_status); }; } &&
19517          { ac_try='test -s conftest.$ac_objext'
19518   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19519   (eval $ac_try) 2>&5
19520   ac_status=$?
19521   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19522   (exit $ac_status); }; }; then
19523   echo "$as_me:$LINENO: result: yes" >&5
19524 echo "${ECHO_T}yes" >&6
19525                     cat >>confdefs.h <<\_ACEOF
19526 #define HAVE_STD_STRING_COMPARE 1
19527 _ACEOF
19528
19529 else
19530   echo "$as_me: failed program was:" >&5
19531 sed 's/^/| /' conftest.$ac_ext >&5
19532
19533 echo "$as_me:$LINENO: result: no" >&5
19534 echo "${ECHO_T}no" >&6
19535 fi
19536 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19537
19538         if test "${ac_cv_header_hash_map+set}" = set; then
19539   echo "$as_me:$LINENO: checking for hash_map" >&5
19540 echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
19541 if test "${ac_cv_header_hash_map+set}" = set; then
19542   echo $ECHO_N "(cached) $ECHO_C" >&6
19543 fi
19544 echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
19545 echo "${ECHO_T}$ac_cv_header_hash_map" >&6
19546 else
19547   # Is the header compilable?
19548 echo "$as_me:$LINENO: checking hash_map usability" >&5
19549 echo $ECHO_N "checking hash_map usability... $ECHO_C" >&6
19550 cat >conftest.$ac_ext <<_ACEOF
19551 /* confdefs.h.  */
19552 _ACEOF
19553 cat confdefs.h >>conftest.$ac_ext
19554 cat >>conftest.$ac_ext <<_ACEOF
19555 /* end confdefs.h.  */
19556 $ac_includes_default
19557 #include <hash_map>
19558 _ACEOF
19559 rm -f conftest.$ac_objext
19560 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19561   (eval $ac_compile) 2>conftest.er1
19562   ac_status=$?
19563   grep -v '^ *+' conftest.er1 >conftest.err
19564   rm -f conftest.er1
19565   cat conftest.err >&5
19566   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19567   (exit $ac_status); } &&
19568          { ac_try='test -z "$ac_cxx_werror_flag"
19569                          || test ! -s conftest.err'
19570   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19571   (eval $ac_try) 2>&5
19572   ac_status=$?
19573   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19574   (exit $ac_status); }; } &&
19575          { ac_try='test -s conftest.$ac_objext'
19576   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19577   (eval $ac_try) 2>&5
19578   ac_status=$?
19579   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19580   (exit $ac_status); }; }; then
19581   ac_header_compiler=yes
19582 else
19583   echo "$as_me: failed program was:" >&5
19584 sed 's/^/| /' conftest.$ac_ext >&5
19585
19586 ac_header_compiler=no
19587 fi
19588 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19589 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19590 echo "${ECHO_T}$ac_header_compiler" >&6
19591
19592 # Is the header present?
19593 echo "$as_me:$LINENO: checking hash_map presence" >&5
19594 echo $ECHO_N "checking hash_map presence... $ECHO_C" >&6
19595 cat >conftest.$ac_ext <<_ACEOF
19596 /* confdefs.h.  */
19597 _ACEOF
19598 cat confdefs.h >>conftest.$ac_ext
19599 cat >>conftest.$ac_ext <<_ACEOF
19600 /* end confdefs.h.  */
19601 #include <hash_map>
19602 _ACEOF
19603 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19604   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
19605   ac_status=$?
19606   grep -v '^ *+' conftest.er1 >conftest.err
19607   rm -f conftest.er1
19608   cat conftest.err >&5
19609   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19610   (exit $ac_status); } >/dev/null; then
19611   if test -s conftest.err; then
19612     ac_cpp_err=$ac_cxx_preproc_warn_flag
19613     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
19614   else
19615     ac_cpp_err=
19616   fi
19617 else
19618   ac_cpp_err=yes
19619 fi
19620 if test -z "$ac_cpp_err"; then
19621   ac_header_preproc=yes
19622 else
19623   echo "$as_me: failed program was:" >&5
19624 sed 's/^/| /' conftest.$ac_ext >&5
19625
19626   ac_header_preproc=no
19627 fi
19628 rm -f conftest.err conftest.$ac_ext
19629 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19630 echo "${ECHO_T}$ac_header_preproc" >&6
19631
19632 # So?  What about this header?
19633 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
19634   yes:no: )
19635     { echo "$as_me:$LINENO: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
19636 echo "$as_me: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
19637     { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the compiler's result" >&5
19638 echo "$as_me: WARNING: hash_map: proceeding with the compiler's result" >&2;}
19639     ac_header_preproc=yes
19640     ;;
19641   no:yes:* )
19642     { echo "$as_me:$LINENO: WARNING: hash_map: present but cannot be compiled" >&5
19643 echo "$as_me: WARNING: hash_map: present but cannot be compiled" >&2;}
19644     { echo "$as_me:$LINENO: WARNING: hash_map:     check for missing prerequisite headers?" >&5
19645 echo "$as_me: WARNING: hash_map:     check for missing prerequisite headers?" >&2;}
19646     { echo "$as_me:$LINENO: WARNING: hash_map: see the Autoconf documentation" >&5
19647 echo "$as_me: WARNING: hash_map: see the Autoconf documentation" >&2;}
19648     { echo "$as_me:$LINENO: WARNING: hash_map:     section \"Present But Cannot Be Compiled\"" >&5
19649 echo "$as_me: WARNING: hash_map:     section \"Present But Cannot Be Compiled\"" >&2;}
19650     { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the preprocessor's result" >&5
19651 echo "$as_me: WARNING: hash_map: proceeding with the preprocessor's result" >&2;}
19652     { echo "$as_me:$LINENO: WARNING: hash_map: in the future, the compiler will take precedence" >&5
19653 echo "$as_me: WARNING: hash_map: in the future, the compiler will take precedence" >&2;}
19654     (
19655       cat <<\_ASBOX
19656 ## ----------------------------------------- ##
19657 ## Report this to wx-dev@lists.wxwidgets.org ##
19658 ## ----------------------------------------- ##
19659 _ASBOX
19660     ) |
19661       sed "s/^/$as_me: WARNING:     /" >&2
19662     ;;
19663 esac
19664 echo "$as_me:$LINENO: checking for hash_map" >&5
19665 echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
19666 if test "${ac_cv_header_hash_map+set}" = set; then
19667   echo $ECHO_N "(cached) $ECHO_C" >&6
19668 else
19669   ac_cv_header_hash_map=$ac_header_preproc
19670 fi
19671 echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
19672 echo "${ECHO_T}$ac_cv_header_hash_map" >&6
19673
19674 fi
19675 if test $ac_cv_header_hash_map = yes; then
19676   echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
19677 echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
19678                      cat >conftest.$ac_ext <<_ACEOF
19679 /* confdefs.h.  */
19680 _ACEOF
19681 cat confdefs.h >>conftest.$ac_ext
19682 cat >>conftest.$ac_ext <<_ACEOF
19683 /* end confdefs.h.  */
19684 #include <hash_map>
19685                                      #include <hash_set>
19686 int
19687 main ()
19688 {
19689 std::hash_map<double*, char*, std::hash<double*>, std::equal_to<double*> > test1;
19690                                      std::hash_set<char*, std::hash<char*>, std::equal_to<char*> > test2;
19691   ;
19692   return 0;
19693 }
19694 _ACEOF
19695 rm -f conftest.$ac_objext
19696 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19697   (eval $ac_compile) 2>conftest.er1
19698   ac_status=$?
19699   grep -v '^ *+' conftest.er1 >conftest.err
19700   rm -f conftest.er1
19701   cat conftest.err >&5
19702   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19703   (exit $ac_status); } &&
19704          { ac_try='test -z "$ac_cxx_werror_flag"
19705                          || test ! -s conftest.err'
19706   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19707   (eval $ac_try) 2>&5
19708   ac_status=$?
19709   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19710   (exit $ac_status); }; } &&
19711          { ac_try='test -s conftest.$ac_objext'
19712   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19713   (eval $ac_try) 2>&5
19714   ac_status=$?
19715   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19716   (exit $ac_status); }; }; then
19717   echo "$as_me:$LINENO: result: yes" >&5
19718 echo "${ECHO_T}yes" >&6
19719                                      cat >>confdefs.h <<\_ACEOF
19720 #define HAVE_HASH_MAP 1
19721 _ACEOF
19722
19723                                      cat >>confdefs.h <<\_ACEOF
19724 #define HAVE_STD_HASH_MAP 1
19725 _ACEOF
19726
19727 else
19728   echo "$as_me: failed program was:" >&5
19729 sed 's/^/| /' conftest.$ac_ext >&5
19730
19731 echo "$as_me:$LINENO: result: no" >&5
19732 echo "${ECHO_T}no" >&6
19733 fi
19734 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19735
19736 fi
19737
19738
19739
19740     if test "${ac_cv_header_ext_hash_map+set}" = set; then
19741   echo "$as_me:$LINENO: checking for ext/hash_map" >&5
19742 echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
19743 if test "${ac_cv_header_ext_hash_map+set}" = set; then
19744   echo $ECHO_N "(cached) $ECHO_C" >&6
19745 fi
19746 echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
19747 echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
19748 else
19749   # Is the header compilable?
19750 echo "$as_me:$LINENO: checking ext/hash_map usability" >&5
19751 echo $ECHO_N "checking ext/hash_map usability... $ECHO_C" >&6
19752 cat >conftest.$ac_ext <<_ACEOF
19753 /* confdefs.h.  */
19754 _ACEOF
19755 cat confdefs.h >>conftest.$ac_ext
19756 cat >>conftest.$ac_ext <<_ACEOF
19757 /* end confdefs.h.  */
19758 $ac_includes_default
19759 #include <ext/hash_map>
19760 _ACEOF
19761 rm -f conftest.$ac_objext
19762 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19763   (eval $ac_compile) 2>conftest.er1
19764   ac_status=$?
19765   grep -v '^ *+' conftest.er1 >conftest.err
19766   rm -f conftest.er1
19767   cat conftest.err >&5
19768   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19769   (exit $ac_status); } &&
19770          { ac_try='test -z "$ac_cxx_werror_flag"
19771                          || test ! -s conftest.err'
19772   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19773   (eval $ac_try) 2>&5
19774   ac_status=$?
19775   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19776   (exit $ac_status); }; } &&
19777          { ac_try='test -s conftest.$ac_objext'
19778   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19779   (eval $ac_try) 2>&5
19780   ac_status=$?
19781   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19782   (exit $ac_status); }; }; then
19783   ac_header_compiler=yes
19784 else
19785   echo "$as_me: failed program was:" >&5
19786 sed 's/^/| /' conftest.$ac_ext >&5
19787
19788 ac_header_compiler=no
19789 fi
19790 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19791 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19792 echo "${ECHO_T}$ac_header_compiler" >&6
19793
19794 # Is the header present?
19795 echo "$as_me:$LINENO: checking ext/hash_map presence" >&5
19796 echo $ECHO_N "checking ext/hash_map presence... $ECHO_C" >&6
19797 cat >conftest.$ac_ext <<_ACEOF
19798 /* confdefs.h.  */
19799 _ACEOF
19800 cat confdefs.h >>conftest.$ac_ext
19801 cat >>conftest.$ac_ext <<_ACEOF
19802 /* end confdefs.h.  */
19803 #include <ext/hash_map>
19804 _ACEOF
19805 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19806   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
19807   ac_status=$?
19808   grep -v '^ *+' conftest.er1 >conftest.err
19809   rm -f conftest.er1
19810   cat conftest.err >&5
19811   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19812   (exit $ac_status); } >/dev/null; then
19813   if test -s conftest.err; then
19814     ac_cpp_err=$ac_cxx_preproc_warn_flag
19815     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
19816   else
19817     ac_cpp_err=
19818   fi
19819 else
19820   ac_cpp_err=yes
19821 fi
19822 if test -z "$ac_cpp_err"; then
19823   ac_header_preproc=yes
19824 else
19825   echo "$as_me: failed program was:" >&5
19826 sed 's/^/| /' conftest.$ac_ext >&5
19827
19828   ac_header_preproc=no
19829 fi
19830 rm -f conftest.err conftest.$ac_ext
19831 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19832 echo "${ECHO_T}$ac_header_preproc" >&6
19833
19834 # So?  What about this header?
19835 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
19836   yes:no: )
19837     { echo "$as_me:$LINENO: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
19838 echo "$as_me: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
19839     { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the compiler's result" >&5
19840 echo "$as_me: WARNING: ext/hash_map: proceeding with the compiler's result" >&2;}
19841     ac_header_preproc=yes
19842     ;;
19843   no:yes:* )
19844     { echo "$as_me:$LINENO: WARNING: ext/hash_map: present but cannot be compiled" >&5
19845 echo "$as_me: WARNING: ext/hash_map: present but cannot be compiled" >&2;}
19846     { echo "$as_me:$LINENO: WARNING: ext/hash_map:     check for missing prerequisite headers?" >&5
19847 echo "$as_me: WARNING: ext/hash_map:     check for missing prerequisite headers?" >&2;}
19848     { echo "$as_me:$LINENO: WARNING: ext/hash_map: see the Autoconf documentation" >&5
19849 echo "$as_me: WARNING: ext/hash_map: see the Autoconf documentation" >&2;}
19850     { echo "$as_me:$LINENO: WARNING: ext/hash_map:     section \"Present But Cannot Be Compiled\"" >&5
19851 echo "$as_me: WARNING: ext/hash_map:     section \"Present But Cannot Be Compiled\"" >&2;}
19852     { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&5
19853 echo "$as_me: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&2;}
19854     { echo "$as_me:$LINENO: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&5
19855 echo "$as_me: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&2;}
19856     (
19857       cat <<\_ASBOX
19858 ## ----------------------------------------- ##
19859 ## Report this to wx-dev@lists.wxwidgets.org ##
19860 ## ----------------------------------------- ##
19861 _ASBOX
19862     ) |
19863       sed "s/^/$as_me: WARNING:     /" >&2
19864     ;;
19865 esac
19866 echo "$as_me:$LINENO: checking for ext/hash_map" >&5
19867 echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
19868 if test "${ac_cv_header_ext_hash_map+set}" = set; then
19869   echo $ECHO_N "(cached) $ECHO_C" >&6
19870 else
19871   ac_cv_header_ext_hash_map=$ac_header_preproc
19872 fi
19873 echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
19874 echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
19875
19876 fi
19877 if test $ac_cv_header_ext_hash_map = yes; then
19878   echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
19879 echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
19880                      cat >conftest.$ac_ext <<_ACEOF
19881 /* confdefs.h.  */
19882 _ACEOF
19883 cat confdefs.h >>conftest.$ac_ext
19884 cat >>conftest.$ac_ext <<_ACEOF
19885 /* end confdefs.h.  */
19886 #include <ext/hash_map>
19887                                      #include <ext/hash_set>
19888 int
19889 main ()
19890 {
19891 __gnu_cxx::hash_map<double*, char*, __gnu_cxx::hash<double*>, std::equal_to<double*> > test1;
19892                                      __gnu_cxx::hash_set<char*, __gnu_cxx::hash<char*>, std::equal_to<char*> > test2;
19893   ;
19894   return 0;
19895 }
19896 _ACEOF
19897 rm -f conftest.$ac_objext
19898 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19899   (eval $ac_compile) 2>conftest.er1
19900   ac_status=$?
19901   grep -v '^ *+' conftest.er1 >conftest.err
19902   rm -f conftest.er1
19903   cat conftest.err >&5
19904   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19905   (exit $ac_status); } &&
19906          { ac_try='test -z "$ac_cxx_werror_flag"
19907                          || test ! -s conftest.err'
19908   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19909   (eval $ac_try) 2>&5
19910   ac_status=$?
19911   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19912   (exit $ac_status); }; } &&
19913          { ac_try='test -s conftest.$ac_objext'
19914   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19915   (eval $ac_try) 2>&5
19916   ac_status=$?
19917   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19918   (exit $ac_status); }; }; then
19919   echo "$as_me:$LINENO: result: yes" >&5
19920 echo "${ECHO_T}yes" >&6
19921                                      cat >>confdefs.h <<\_ACEOF
19922 #define HAVE_EXT_HASH_MAP 1
19923 _ACEOF
19924
19925                                      cat >>confdefs.h <<\_ACEOF
19926 #define HAVE_GNU_CXX_HASH_MAP 1
19927 _ACEOF
19928
19929 else
19930   echo "$as_me: failed program was:" >&5
19931 sed 's/^/| /' conftest.$ac_ext >&5
19932
19933 echo "$as_me:$LINENO: result: no" >&5
19934 echo "${ECHO_T}no" >&6
19935 fi
19936 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19937
19938 fi
19939
19940
19941
19942     ac_ext=c
19943 ac_cpp='$CPP $CPPFLAGS'
19944 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19945 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19946 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19947
19948 fi
19949
19950
19951 SEARCH_INCLUDE="\
19952     /usr/local/include        \
19953                               \
19954     /usr/Motif-2.1/include    \
19955     /usr/Motif-1.2/include    \
19956     /usr/include/Motif1.2     \
19957     /opt/xpm/include/X11      \
19958     /opt/GBxpm/include/       \
19959     /opt/GBxpm/X11/include/   \
19960                               \
19961     /usr/dt/include           \
19962     /usr/openwin/include      \
19963                               \
19964     /usr/include/Xm           \
19965                               \
19966     /usr/X11R6/include        \
19967     /usr/X11R6.4/include      \
19968     /usr/X11R5/include        \
19969     /usr/X11R4/include        \
19970                               \
19971     /usr/include/X11R6        \
19972     /usr/include/X11R5        \
19973     /usr/include/X11R4        \
19974                               \
19975     /usr/local/X11R6/include  \
19976     /usr/local/X11R5/include  \
19977     /usr/local/X11R4/include  \
19978                               \
19979     /usr/local/include/X11R6  \
19980     /usr/local/include/X11R5  \
19981     /usr/local/include/X11R4  \
19982                               \
19983     /usr/X11/include          \
19984     /usr/include/X11          \
19985     /usr/local/X11/include    \
19986     /usr/local/include/X11    \
19987                               \
19988     /usr/X386/include         \
19989     /usr/x386/include         \
19990     /usr/XFree86/include/X11  \
19991                               \
19992     X:/XFree86/include        \
19993     X:/XFree86/include/X11    \
19994                               \
19995     /usr/include/gtk          \
19996     /usr/local/include/gtk    \
19997     /usr/include/glib         \
19998     /usr/local/include/glib   \
19999                               \
20000     /usr/include/qt           \
20001     /usr/local/include/qt     \
20002                               \
20003     /usr/local/arm/3.3.2/include     \
20004                               \
20005     /usr/include/windows      \
20006     /usr/include/wine         \
20007     /usr/local/include/wine   \
20008                               \
20009     /usr/unsupported/include  \
20010     /usr/athena/include       \
20011     /usr/local/x11r5/include  \
20012     /usr/lpp/Xamples/include  \
20013                               \
20014     /usr/openwin/share/include"
20015
20016 SEARCH_LIB="/usr/lib /usr/lib32 `echo "$SEARCH_INCLUDE" | sed s/include/lib/g` /usr/lib64 /usr/X11R6/lib64"
20017
20018
20019 cat >confcache <<\_ACEOF
20020 # This file is a shell script that caches the results of configure
20021 # tests run on this system so they can be shared between configure
20022 # scripts and configure runs, see configure's option --config-cache.
20023 # It is not useful on other systems.  If it contains results you don't
20024 # want to keep, you may remove or edit it.
20025 #
20026 # config.status only pays attention to the cache file if you give it
20027 # the --recheck option to rerun configure.
20028 #
20029 # `ac_cv_env_foo' variables (set or unset) will be overridden when
20030 # loading this file, other *unset* `ac_cv_foo' will be assigned the
20031 # following values.
20032
20033 _ACEOF
20034
20035 # The following way of writing the cache mishandles newlines in values,
20036 # but we know of no workaround that is simple, portable, and efficient.
20037 # So, don't put newlines in cache variables' values.
20038 # Ultrix sh set writes to stderr and can't be redirected directly,
20039 # and sets the high bit in the cache file unless we assign to the vars.
20040 {
20041   (set) 2>&1 |
20042     case `(ac_space=' '; set | grep ac_space) 2>&1` in
20043     *ac_space=\ *)
20044       # `set' does not quote correctly, so add quotes (double-quote
20045       # substitution turns \\\\ into \\, and sed turns \\ into \).
20046       sed -n \
20047         "s/'/'\\\\''/g;
20048           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
20049       ;;
20050     *)
20051       # `set' quotes correctly as required by POSIX, so do not add quotes.
20052       sed -n \
20053         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
20054       ;;
20055     esac;
20056 } |
20057   sed '
20058      t clear
20059      : clear
20060      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
20061      t end
20062      /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
20063      : end' >>confcache
20064 if diff $cache_file confcache >/dev/null 2>&1; then :; else
20065   if test -w $cache_file; then
20066     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
20067     cat confcache >$cache_file
20068   else
20069     echo "not updating unwritable cache $cache_file"
20070   fi
20071 fi
20072 rm -f confcache
20073
20074 if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
20075     echo "$as_me:$LINENO: checking for glibc 2.1 or later" >&5
20076 echo $ECHO_N "checking for glibc 2.1 or later... $ECHO_C" >&6
20077 if test "${wx_cv_lib_glibc21+set}" = set; then
20078   echo $ECHO_N "(cached) $ECHO_C" >&6
20079 else
20080
20081         cat >conftest.$ac_ext <<_ACEOF
20082 /* confdefs.h.  */
20083 _ACEOF
20084 cat confdefs.h >>conftest.$ac_ext
20085 cat >>conftest.$ac_ext <<_ACEOF
20086 /* end confdefs.h.  */
20087 #include <features.h>
20088 int
20089 main ()
20090 {
20091
20092                 #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
20093                     #error not glibc2.1
20094                 #endif
20095
20096   ;
20097   return 0;
20098 }
20099 _ACEOF
20100 rm -f conftest.$ac_objext
20101 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20102   (eval $ac_compile) 2>conftest.er1
20103   ac_status=$?
20104   grep -v '^ *+' conftest.er1 >conftest.err
20105   rm -f conftest.er1
20106   cat conftest.err >&5
20107   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20108   (exit $ac_status); } &&
20109          { ac_try='test -z "$ac_c_werror_flag"
20110                          || test ! -s conftest.err'
20111   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20112   (eval $ac_try) 2>&5
20113   ac_status=$?
20114   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20115   (exit $ac_status); }; } &&
20116          { ac_try='test -s conftest.$ac_objext'
20117   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20118   (eval $ac_try) 2>&5
20119   ac_status=$?
20120   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20121   (exit $ac_status); }; }; then
20122
20123                 wx_cv_lib_glibc21=yes
20124
20125 else
20126   echo "$as_me: failed program was:" >&5
20127 sed 's/^/| /' conftest.$ac_ext >&5
20128
20129
20130                 wx_cv_lib_glibc21=no
20131
20132
20133 fi
20134 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20135
20136 fi
20137 echo "$as_me:$LINENO: result: $wx_cv_lib_glibc21" >&5
20138 echo "${ECHO_T}$wx_cv_lib_glibc21" >&6
20139     if test "$wx_cv_lib_glibc21" = "yes"; then
20140         cat >>confdefs.h <<\_ACEOF
20141 #define wxHAVE_GLIBC2 1
20142 _ACEOF
20143
20144     fi
20145 fi
20146
20147 if test "x$wx_cv_lib_glibc21" = "xyes"; then
20148     if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then
20149         cat >>confdefs.h <<\_ACEOF
20150 #define _GNU_SOURCE 1
20151 _ACEOF
20152
20153     fi
20154 fi
20155
20156
20157
20158 if test "$wxUSE_REGEX" != "no"; then
20159     cat >>confdefs.h <<\_ACEOF
20160 #define wxUSE_REGEX 1
20161 _ACEOF
20162
20163
20164     if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_REGEX" = "yes"; then
20165         { echo "$as_me:$LINENO: WARNING: Defaulting to the the builtin regex library for Unicode build." >&5
20166 echo "$as_me: WARNING: Defaulting to the the builtin regex library for Unicode build." >&2;}
20167         wxUSE_REGEX=builtin
20168     fi
20169
20170     if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
20171                         if test "${ac_cv_header_regex_h+set}" = set; then
20172   echo "$as_me:$LINENO: checking for regex.h" >&5
20173 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
20174 if test "${ac_cv_header_regex_h+set}" = set; then
20175   echo $ECHO_N "(cached) $ECHO_C" >&6
20176 fi
20177 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
20178 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
20179 else
20180   # Is the header compilable?
20181 echo "$as_me:$LINENO: checking regex.h usability" >&5
20182 echo $ECHO_N "checking regex.h usability... $ECHO_C" >&6
20183 cat >conftest.$ac_ext <<_ACEOF
20184 /* confdefs.h.  */
20185 _ACEOF
20186 cat confdefs.h >>conftest.$ac_ext
20187 cat >>conftest.$ac_ext <<_ACEOF
20188 /* end confdefs.h.  */
20189 $ac_includes_default
20190 #include <regex.h>
20191 _ACEOF
20192 rm -f conftest.$ac_objext
20193 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20194   (eval $ac_compile) 2>conftest.er1
20195   ac_status=$?
20196   grep -v '^ *+' conftest.er1 >conftest.err
20197   rm -f conftest.er1
20198   cat conftest.err >&5
20199   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20200   (exit $ac_status); } &&
20201          { ac_try='test -z "$ac_c_werror_flag"
20202                          || test ! -s conftest.err'
20203   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20204   (eval $ac_try) 2>&5
20205   ac_status=$?
20206   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20207   (exit $ac_status); }; } &&
20208          { ac_try='test -s conftest.$ac_objext'
20209   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20210   (eval $ac_try) 2>&5
20211   ac_status=$?
20212   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20213   (exit $ac_status); }; }; then
20214   ac_header_compiler=yes
20215 else
20216   echo "$as_me: failed program was:" >&5
20217 sed 's/^/| /' conftest.$ac_ext >&5
20218
20219 ac_header_compiler=no
20220 fi
20221 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20222 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20223 echo "${ECHO_T}$ac_header_compiler" >&6
20224
20225 # Is the header present?
20226 echo "$as_me:$LINENO: checking regex.h presence" >&5
20227 echo $ECHO_N "checking regex.h presence... $ECHO_C" >&6
20228 cat >conftest.$ac_ext <<_ACEOF
20229 /* confdefs.h.  */
20230 _ACEOF
20231 cat confdefs.h >>conftest.$ac_ext
20232 cat >>conftest.$ac_ext <<_ACEOF
20233 /* end confdefs.h.  */
20234 #include <regex.h>
20235 _ACEOF
20236 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20237   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20238   ac_status=$?
20239   grep -v '^ *+' conftest.er1 >conftest.err
20240   rm -f conftest.er1
20241   cat conftest.err >&5
20242   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20243   (exit $ac_status); } >/dev/null; then
20244   if test -s conftest.err; then
20245     ac_cpp_err=$ac_c_preproc_warn_flag
20246     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
20247   else
20248     ac_cpp_err=
20249   fi
20250 else
20251   ac_cpp_err=yes
20252 fi
20253 if test -z "$ac_cpp_err"; then
20254   ac_header_preproc=yes
20255 else
20256   echo "$as_me: failed program was:" >&5
20257 sed 's/^/| /' conftest.$ac_ext >&5
20258
20259   ac_header_preproc=no
20260 fi
20261 rm -f conftest.err conftest.$ac_ext
20262 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20263 echo "${ECHO_T}$ac_header_preproc" >&6
20264
20265 # So?  What about this header?
20266 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20267   yes:no: )
20268     { echo "$as_me:$LINENO: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&5
20269 echo "$as_me: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
20270     { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the compiler's result" >&5
20271 echo "$as_me: WARNING: regex.h: proceeding with the compiler's result" >&2;}
20272     ac_header_preproc=yes
20273     ;;
20274   no:yes:* )
20275     { echo "$as_me:$LINENO: WARNING: regex.h: present but cannot be compiled" >&5
20276 echo "$as_me: WARNING: regex.h: present but cannot be compiled" >&2;}
20277     { echo "$as_me:$LINENO: WARNING: regex.h:     check for missing prerequisite headers?" >&5
20278 echo "$as_me: WARNING: regex.h:     check for missing prerequisite headers?" >&2;}
20279     { echo "$as_me:$LINENO: WARNING: regex.h: see the Autoconf documentation" >&5
20280 echo "$as_me: WARNING: regex.h: see the Autoconf documentation" >&2;}
20281     { echo "$as_me:$LINENO: WARNING: regex.h:     section \"Present But Cannot Be Compiled\"" >&5
20282 echo "$as_me: WARNING: regex.h:     section \"Present But Cannot Be Compiled\"" >&2;}
20283     { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the preprocessor's result" >&5
20284 echo "$as_me: WARNING: regex.h: proceeding with the preprocessor's result" >&2;}
20285     { echo "$as_me:$LINENO: WARNING: regex.h: in the future, the compiler will take precedence" >&5
20286 echo "$as_me: WARNING: regex.h: in the future, the compiler will take precedence" >&2;}
20287     (
20288       cat <<\_ASBOX
20289 ## ----------------------------------------- ##
20290 ## Report this to wx-dev@lists.wxwidgets.org ##
20291 ## ----------------------------------------- ##
20292 _ASBOX
20293     ) |
20294       sed "s/^/$as_me: WARNING:     /" >&2
20295     ;;
20296 esac
20297 echo "$as_me:$LINENO: checking for regex.h" >&5
20298 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
20299 if test "${ac_cv_header_regex_h+set}" = set; then
20300   echo $ECHO_N "(cached) $ECHO_C" >&6
20301 else
20302   ac_cv_header_regex_h=$ac_header_preproc
20303 fi
20304 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
20305 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
20306
20307 fi
20308 if test $ac_cv_header_regex_h = yes; then
20309
20310 for ac_func in regcomp
20311 do
20312 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
20313 echo "$as_me:$LINENO: checking for $ac_func" >&5
20314 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
20315 if eval "test \"\${$as_ac_var+set}\" = set"; then
20316   echo $ECHO_N "(cached) $ECHO_C" >&6
20317 else
20318   cat >conftest.$ac_ext <<_ACEOF
20319 /* confdefs.h.  */
20320 _ACEOF
20321 cat confdefs.h >>conftest.$ac_ext
20322 cat >>conftest.$ac_ext <<_ACEOF
20323 /* end confdefs.h.  */
20324 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
20325    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
20326 #define $ac_func innocuous_$ac_func
20327
20328 /* System header to define __stub macros and hopefully few prototypes,
20329     which can conflict with char $ac_func (); below.
20330     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20331     <limits.h> exists even on freestanding compilers.  */
20332
20333 #ifdef __STDC__
20334 # include <limits.h>
20335 #else
20336 # include <assert.h>
20337 #endif
20338
20339 #undef $ac_func
20340
20341 /* Override any gcc2 internal prototype to avoid an error.  */
20342 #ifdef __cplusplus
20343 extern "C"
20344 {
20345 #endif
20346 /* We use char because int might match the return type of a gcc2
20347    builtin and then its argument prototype would still apply.  */
20348 char $ac_func ();
20349 /* The GNU C library defines this for functions which it implements
20350     to always fail with ENOSYS.  Some functions are actually named
20351     something starting with __ and the normal name is an alias.  */
20352 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
20353 choke me
20354 #else
20355 char (*f) () = $ac_func;
20356 #endif
20357 #ifdef __cplusplus
20358 }
20359 #endif
20360
20361 int
20362 main ()
20363 {
20364 return f != $ac_func;
20365   ;
20366   return 0;
20367 }
20368 _ACEOF
20369 rm -f conftest.$ac_objext conftest$ac_exeext
20370 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20371   (eval $ac_link) 2>conftest.er1
20372   ac_status=$?
20373   grep -v '^ *+' conftest.er1 >conftest.err
20374   rm -f conftest.er1
20375   cat conftest.err >&5
20376   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20377   (exit $ac_status); } &&
20378          { ac_try='test -z "$ac_c_werror_flag"
20379                          || test ! -s conftest.err'
20380   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20381   (eval $ac_try) 2>&5
20382   ac_status=$?
20383   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20384   (exit $ac_status); }; } &&
20385          { ac_try='test -s conftest$ac_exeext'
20386   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20387   (eval $ac_try) 2>&5
20388   ac_status=$?
20389   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20390   (exit $ac_status); }; }; then
20391   eval "$as_ac_var=yes"
20392 else
20393   echo "$as_me: failed program was:" >&5
20394 sed 's/^/| /' conftest.$ac_ext >&5
20395
20396 eval "$as_ac_var=no"
20397 fi
20398 rm -f conftest.err conftest.$ac_objext \
20399       conftest$ac_exeext conftest.$ac_ext
20400 fi
20401 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
20402 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
20403 if test `eval echo '${'$as_ac_var'}'` = yes; then
20404   cat >>confdefs.h <<_ACEOF
20405 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
20406 _ACEOF
20407
20408 fi
20409 done
20410
20411 fi
20412
20413
20414
20415         if test "x$ac_cv_func_regcomp" != "xyes"; then
20416             if test "$wxUSE_REGEX" = "sys" ; then
20417                 { { echo "$as_me:$LINENO: error: system regex library not found! Use --with-regex to use built-in version" >&5
20418 echo "$as_me: error: system regex library not found! Use --with-regex to use built-in version" >&2;}
20419    { (exit 1); exit 1; }; }
20420             else
20421                 { echo "$as_me:$LINENO: WARNING: system regex library not found, will use built-in instead" >&5
20422 echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
20423                 wxUSE_REGEX=builtin
20424             fi
20425         else
20426                         wxUSE_REGEX=sys
20427                         cat >>confdefs.h <<\_ACEOF
20428 #define WX_NO_REGEX_ADVANCED 1
20429 _ACEOF
20430
20431         fi
20432     fi
20433 fi
20434
20435
20436 ZLIB_LINK=
20437 if test "$wxUSE_ZLIB" != "no" ; then
20438     cat >>confdefs.h <<\_ACEOF
20439 #define wxUSE_ZLIB 1
20440 _ACEOF
20441
20442
20443     if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
20444                                                 if test "$USE_DARWIN" = 1; then
20445             system_zlib_h_ok="yes"
20446         else
20447                                                                                     echo "$as_me:$LINENO: checking for zlib.h >= 1.1.4" >&5
20448 echo $ECHO_N "checking for zlib.h >= 1.1.4... $ECHO_C" >&6
20449 if test "${ac_cv_header_zlib_h+set}" = set; then
20450   echo $ECHO_N "(cached) $ECHO_C" >&6
20451 else
20452   if test "$cross_compiling" = yes; then
20453                       unset ac_cv_header_zlib_h
20454
20455 else
20456   cat >conftest.$ac_ext <<_ACEOF
20457 /* confdefs.h.  */
20458 _ACEOF
20459 cat confdefs.h >>conftest.$ac_ext
20460 cat >>conftest.$ac_ext <<_ACEOF
20461 /* end confdefs.h.  */
20462
20463                         #include <zlib.h>
20464                         #include <stdio.h>
20465
20466                         int main()
20467                         {
20468                             FILE *f=fopen("conftestval", "w");
20469                             if (!f) exit(1);
20470                             fprintf(f, "%s",
20471                                     ZLIB_VERSION[0] == '1' &&
20472                                     (ZLIB_VERSION[2] > '1' ||
20473                                     (ZLIB_VERSION[2] == '1' &&
20474                                      ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
20475                             exit(0);
20476                         }
20477
20478 _ACEOF
20479 rm -f conftest$ac_exeext
20480 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20481   (eval $ac_link) 2>&5
20482   ac_status=$?
20483   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20484   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20485   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20486   (eval $ac_try) 2>&5
20487   ac_status=$?
20488   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20489   (exit $ac_status); }; }; then
20490   ac_cv_header_zlib_h=`cat conftestval`
20491 else
20492   echo "$as_me: program exited with status $ac_status" >&5
20493 echo "$as_me: failed program was:" >&5
20494 sed 's/^/| /' conftest.$ac_ext >&5
20495
20496 ( exit $ac_status )
20497 ac_cv_header_zlib_h=no
20498 fi
20499 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20500 fi
20501
20502 fi
20503 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
20504 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
20505                                     if test "${ac_cv_header_zlib_h+set}" = set; then
20506   echo "$as_me:$LINENO: checking for zlib.h" >&5
20507 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
20508 if test "${ac_cv_header_zlib_h+set}" = set; then
20509   echo $ECHO_N "(cached) $ECHO_C" >&6
20510 fi
20511 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
20512 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
20513 else
20514   # Is the header compilable?
20515 echo "$as_me:$LINENO: checking zlib.h usability" >&5
20516 echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6
20517 cat >conftest.$ac_ext <<_ACEOF
20518 /* confdefs.h.  */
20519 _ACEOF
20520 cat confdefs.h >>conftest.$ac_ext
20521 cat >>conftest.$ac_ext <<_ACEOF
20522 /* end confdefs.h.  */
20523 $ac_includes_default
20524 #include <zlib.h>
20525 _ACEOF
20526 rm -f conftest.$ac_objext
20527 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20528   (eval $ac_compile) 2>conftest.er1
20529   ac_status=$?
20530   grep -v '^ *+' conftest.er1 >conftest.err
20531   rm -f conftest.er1
20532   cat conftest.err >&5
20533   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20534   (exit $ac_status); } &&
20535          { ac_try='test -z "$ac_c_werror_flag"
20536                          || test ! -s conftest.err'
20537   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20538   (eval $ac_try) 2>&5
20539   ac_status=$?
20540   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20541   (exit $ac_status); }; } &&
20542          { ac_try='test -s conftest.$ac_objext'
20543   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20544   (eval $ac_try) 2>&5
20545   ac_status=$?
20546   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20547   (exit $ac_status); }; }; then
20548   ac_header_compiler=yes
20549 else
20550   echo "$as_me: failed program was:" >&5
20551 sed 's/^/| /' conftest.$ac_ext >&5
20552
20553 ac_header_compiler=no
20554 fi
20555 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20556 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20557 echo "${ECHO_T}$ac_header_compiler" >&6
20558
20559 # Is the header present?
20560 echo "$as_me:$LINENO: checking zlib.h presence" >&5
20561 echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6
20562 cat >conftest.$ac_ext <<_ACEOF
20563 /* confdefs.h.  */
20564 _ACEOF
20565 cat confdefs.h >>conftest.$ac_ext
20566 cat >>conftest.$ac_ext <<_ACEOF
20567 /* end confdefs.h.  */
20568 #include <zlib.h>
20569 _ACEOF
20570 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20571   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20572   ac_status=$?
20573   grep -v '^ *+' conftest.er1 >conftest.err
20574   rm -f conftest.er1
20575   cat conftest.err >&5
20576   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20577   (exit $ac_status); } >/dev/null; then
20578   if test -s conftest.err; then
20579     ac_cpp_err=$ac_c_preproc_warn_flag
20580     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
20581   else
20582     ac_cpp_err=
20583   fi
20584 else
20585   ac_cpp_err=yes
20586 fi
20587 if test -z "$ac_cpp_err"; then
20588   ac_header_preproc=yes
20589 else
20590   echo "$as_me: failed program was:" >&5
20591 sed 's/^/| /' conftest.$ac_ext >&5
20592
20593   ac_header_preproc=no
20594 fi
20595 rm -f conftest.err conftest.$ac_ext
20596 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20597 echo "${ECHO_T}$ac_header_preproc" >&6
20598
20599 # So?  What about this header?
20600 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20601   yes:no: )
20602     { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
20603 echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
20604     { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5
20605 echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;}
20606     ac_header_preproc=yes
20607     ;;
20608   no:yes:* )
20609     { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
20610 echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
20611     { echo "$as_me:$LINENO: WARNING: zlib.h:     check for missing prerequisite headers?" >&5
20612 echo "$as_me: WARNING: zlib.h:     check for missing prerequisite headers?" >&2;}
20613     { echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5
20614 echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;}
20615     { echo "$as_me:$LINENO: WARNING: zlib.h:     section \"Present But Cannot Be Compiled\"" >&5
20616 echo "$as_me: WARNING: zlib.h:     section \"Present But Cannot Be Compiled\"" >&2;}
20617     { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
20618 echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
20619     { echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5
20620 echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;}
20621     (
20622       cat <<\_ASBOX
20623 ## ----------------------------------------- ##
20624 ## Report this to wx-dev@lists.wxwidgets.org ##
20625 ## ----------------------------------------- ##
20626 _ASBOX
20627     ) |
20628       sed "s/^/$as_me: WARNING:     /" >&2
20629     ;;
20630 esac
20631 echo "$as_me:$LINENO: checking for zlib.h" >&5
20632 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
20633 if test "${ac_cv_header_zlib_h+set}" = set; then
20634   echo $ECHO_N "(cached) $ECHO_C" >&6
20635 else
20636   ac_cv_header_zlib_h=$ac_header_preproc
20637 fi
20638 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
20639 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
20640
20641 fi
20642
20643
20644
20645             system_zlib_h_ok=$ac_cv_header_zlib_h
20646         fi
20647
20648         if test "$system_zlib_h_ok" = "yes"; then
20649             echo "$as_me:$LINENO: checking for deflate in -lz" >&5
20650 echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6
20651 if test "${ac_cv_lib_z_deflate+set}" = set; then
20652   echo $ECHO_N "(cached) $ECHO_C" >&6
20653 else
20654   ac_check_lib_save_LIBS=$LIBS
20655 LIBS="-lz  $LIBS"
20656 cat >conftest.$ac_ext <<_ACEOF
20657 /* confdefs.h.  */
20658 _ACEOF
20659 cat confdefs.h >>conftest.$ac_ext
20660 cat >>conftest.$ac_ext <<_ACEOF
20661 /* end confdefs.h.  */
20662
20663 /* Override any gcc2 internal prototype to avoid an error.  */
20664 #ifdef __cplusplus
20665 extern "C"
20666 #endif
20667 /* We use char because int might match the return type of a gcc2
20668    builtin and then its argument prototype would still apply.  */
20669 char deflate ();
20670 int
20671 main ()
20672 {
20673 deflate ();
20674   ;
20675   return 0;
20676 }
20677 _ACEOF
20678 rm -f conftest.$ac_objext conftest$ac_exeext
20679 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20680   (eval $ac_link) 2>conftest.er1
20681   ac_status=$?
20682   grep -v '^ *+' conftest.er1 >conftest.err
20683   rm -f conftest.er1
20684   cat conftest.err >&5
20685   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20686   (exit $ac_status); } &&
20687          { ac_try='test -z "$ac_c_werror_flag"
20688                          || test ! -s conftest.err'
20689   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20690   (eval $ac_try) 2>&5
20691   ac_status=$?
20692   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20693   (exit $ac_status); }; } &&
20694          { ac_try='test -s conftest$ac_exeext'
20695   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20696   (eval $ac_try) 2>&5
20697   ac_status=$?
20698   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20699   (exit $ac_status); }; }; then
20700   ac_cv_lib_z_deflate=yes
20701 else
20702   echo "$as_me: failed program was:" >&5
20703 sed 's/^/| /' conftest.$ac_ext >&5
20704
20705 ac_cv_lib_z_deflate=no
20706 fi
20707 rm -f conftest.err conftest.$ac_objext \
20708       conftest$ac_exeext conftest.$ac_ext
20709 LIBS=$ac_check_lib_save_LIBS
20710 fi
20711 echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
20712 echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6
20713 if test $ac_cv_lib_z_deflate = yes; then
20714   ZLIB_LINK=" -lz"
20715 fi
20716
20717         fi
20718
20719         if test "x$ZLIB_LINK" = "x" ; then
20720             if test "$wxUSE_ZLIB" = "sys" ; then
20721                 { { echo "$as_me:$LINENO: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&5
20722 echo "$as_me: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&2;}
20723    { (exit 1); exit 1; }; }
20724             else
20725                 { echo "$as_me:$LINENO: WARNING: zlib library not found or too old, will use built-in instead" >&5
20726 echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
20727                 wxUSE_ZLIB=builtin
20728             fi
20729         else
20730                         wxUSE_ZLIB=sys
20731         fi
20732     fi
20733 fi
20734
20735
20736 PNG_LINK=
20737 if test "$wxUSE_LIBPNG" != "no" ; then
20738     cat >>confdefs.h <<\_ACEOF
20739 #define wxUSE_LIBPNG 1
20740 _ACEOF
20741
20742
20743     if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
20744         { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&5
20745 echo "$as_me: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&2;}
20746         wxUSE_LIBPNG=sys
20747     fi
20748
20749                 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
20750         { echo "$as_me:$LINENO: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
20751 echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
20752         wxUSE_LIBPNG=builtin
20753     fi
20754
20755     if test "$wxUSE_MGL" != 1 ; then
20756                 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
20757                                     echo "$as_me:$LINENO: checking for png.h > 0.90" >&5
20758 echo $ECHO_N "checking for png.h > 0.90... $ECHO_C" >&6
20759 if test "${ac_cv_header_png_h+set}" = set; then
20760   echo $ECHO_N "(cached) $ECHO_C" >&6
20761 else
20762   if test "$cross_compiling" = yes; then
20763                       unset ac_cv_header_png_h
20764
20765 else
20766   cat >conftest.$ac_ext <<_ACEOF
20767 /* confdefs.h.  */
20768 _ACEOF
20769 cat confdefs.h >>conftest.$ac_ext
20770 cat >>conftest.$ac_ext <<_ACEOF
20771 /* end confdefs.h.  */
20772
20773                         #include <png.h>
20774                         #include <stdio.h>
20775
20776                         int main()
20777                         {
20778                             FILE *f=fopen("conftestval", "w");
20779                             if (!f) exit(1);
20780                             fprintf(f, "%s",
20781                                      PNG_LIBPNG_VER > 90 ? "yes" : "no");
20782                             exit(0);
20783                         }
20784
20785 _ACEOF
20786 rm -f conftest$ac_exeext
20787 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20788   (eval $ac_link) 2>&5
20789   ac_status=$?
20790   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20791   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20792   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20793   (eval $ac_try) 2>&5
20794   ac_status=$?
20795   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20796   (exit $ac_status); }; }; then
20797   ac_cv_header_png_h=`cat conftestval`
20798 else
20799   echo "$as_me: program exited with status $ac_status" >&5
20800 echo "$as_me: failed program was:" >&5
20801 sed 's/^/| /' conftest.$ac_ext >&5
20802
20803 ( exit $ac_status )
20804 ac_cv_header_png_h=no
20805 fi
20806 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20807 fi
20808
20809 fi
20810 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
20811 echo "${ECHO_T}$ac_cv_header_png_h" >&6
20812             if test "${ac_cv_header_png_h+set}" = set; then
20813   echo "$as_me:$LINENO: checking for png.h" >&5
20814 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
20815 if test "${ac_cv_header_png_h+set}" = set; then
20816   echo $ECHO_N "(cached) $ECHO_C" >&6
20817 fi
20818 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
20819 echo "${ECHO_T}$ac_cv_header_png_h" >&6
20820 else
20821   # Is the header compilable?
20822 echo "$as_me:$LINENO: checking png.h usability" >&5
20823 echo $ECHO_N "checking png.h usability... $ECHO_C" >&6
20824 cat >conftest.$ac_ext <<_ACEOF
20825 /* confdefs.h.  */
20826 _ACEOF
20827 cat confdefs.h >>conftest.$ac_ext
20828 cat >>conftest.$ac_ext <<_ACEOF
20829 /* end confdefs.h.  */
20830 $ac_includes_default
20831 #include <png.h>
20832 _ACEOF
20833 rm -f conftest.$ac_objext
20834 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20835   (eval $ac_compile) 2>conftest.er1
20836   ac_status=$?
20837   grep -v '^ *+' conftest.er1 >conftest.err
20838   rm -f conftest.er1
20839   cat conftest.err >&5
20840   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20841   (exit $ac_status); } &&
20842          { ac_try='test -z "$ac_c_werror_flag"
20843                          || test ! -s conftest.err'
20844   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20845   (eval $ac_try) 2>&5
20846   ac_status=$?
20847   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20848   (exit $ac_status); }; } &&
20849          { ac_try='test -s conftest.$ac_objext'
20850   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20851   (eval $ac_try) 2>&5
20852   ac_status=$?
20853   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20854   (exit $ac_status); }; }; then
20855   ac_header_compiler=yes
20856 else
20857   echo "$as_me: failed program was:" >&5
20858 sed 's/^/| /' conftest.$ac_ext >&5
20859
20860 ac_header_compiler=no
20861 fi
20862 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20863 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20864 echo "${ECHO_T}$ac_header_compiler" >&6
20865
20866 # Is the header present?
20867 echo "$as_me:$LINENO: checking png.h presence" >&5
20868 echo $ECHO_N "checking png.h presence... $ECHO_C" >&6
20869 cat >conftest.$ac_ext <<_ACEOF
20870 /* confdefs.h.  */
20871 _ACEOF
20872 cat confdefs.h >>conftest.$ac_ext
20873 cat >>conftest.$ac_ext <<_ACEOF
20874 /* end confdefs.h.  */
20875 #include <png.h>
20876 _ACEOF
20877 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20878   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20879   ac_status=$?
20880   grep -v '^ *+' conftest.er1 >conftest.err
20881   rm -f conftest.er1
20882   cat conftest.err >&5
20883   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20884   (exit $ac_status); } >/dev/null; then
20885   if test -s conftest.err; then
20886     ac_cpp_err=$ac_c_preproc_warn_flag
20887     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
20888   else
20889     ac_cpp_err=
20890   fi
20891 else
20892   ac_cpp_err=yes
20893 fi
20894 if test -z "$ac_cpp_err"; then
20895   ac_header_preproc=yes
20896 else
20897   echo "$as_me: failed program was:" >&5
20898 sed 's/^/| /' conftest.$ac_ext >&5
20899
20900   ac_header_preproc=no
20901 fi
20902 rm -f conftest.err conftest.$ac_ext
20903 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20904 echo "${ECHO_T}$ac_header_preproc" >&6
20905
20906 # So?  What about this header?
20907 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20908   yes:no: )
20909     { echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5
20910 echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
20911     { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the compiler's result" >&5
20912 echo "$as_me: WARNING: png.h: proceeding with the compiler's result" >&2;}
20913     ac_header_preproc=yes
20914     ;;
20915   no:yes:* )
20916     { echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5
20917 echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;}
20918     { echo "$as_me:$LINENO: WARNING: png.h:     check for missing prerequisite headers?" >&5
20919 echo "$as_me: WARNING: png.h:     check for missing prerequisite headers?" >&2;}
20920     { echo "$as_me:$LINENO: WARNING: png.h: see the Autoconf documentation" >&5
20921 echo "$as_me: WARNING: png.h: see the Autoconf documentation" >&2;}
20922     { echo "$as_me:$LINENO: WARNING: png.h:     section \"Present But Cannot Be Compiled\"" >&5
20923 echo "$as_me: WARNING: png.h:     section \"Present But Cannot Be Compiled\"" >&2;}
20924     { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
20925 echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
20926     { echo "$as_me:$LINENO: WARNING: png.h: in the future, the compiler will take precedence" >&5
20927 echo "$as_me: WARNING: png.h: in the future, the compiler will take precedence" >&2;}
20928     (
20929       cat <<\_ASBOX
20930 ## ----------------------------------------- ##
20931 ## Report this to wx-dev@lists.wxwidgets.org ##
20932 ## ----------------------------------------- ##
20933 _ASBOX
20934     ) |
20935       sed "s/^/$as_me: WARNING:     /" >&2
20936     ;;
20937 esac
20938 echo "$as_me:$LINENO: checking for png.h" >&5
20939 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
20940 if test "${ac_cv_header_png_h+set}" = set; then
20941   echo $ECHO_N "(cached) $ECHO_C" >&6
20942 else
20943   ac_cv_header_png_h=$ac_header_preproc
20944 fi
20945 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
20946 echo "${ECHO_T}$ac_cv_header_png_h" >&6
20947
20948 fi
20949
20950
20951
20952             if test "$ac_cv_header_png_h" = "yes"; then
20953                 echo "$as_me:$LINENO: checking for png_check_sig in -lpng" >&5
20954 echo $ECHO_N "checking for png_check_sig in -lpng... $ECHO_C" >&6
20955 if test "${ac_cv_lib_png_png_check_sig+set}" = set; then
20956   echo $ECHO_N "(cached) $ECHO_C" >&6
20957 else
20958   ac_check_lib_save_LIBS=$LIBS
20959 LIBS="-lpng -lz -lm $LIBS"
20960 cat >conftest.$ac_ext <<_ACEOF
20961 /* confdefs.h.  */
20962 _ACEOF
20963 cat confdefs.h >>conftest.$ac_ext
20964 cat >>conftest.$ac_ext <<_ACEOF
20965 /* end confdefs.h.  */
20966
20967 /* Override any gcc2 internal prototype to avoid an error.  */
20968 #ifdef __cplusplus
20969 extern "C"
20970 #endif
20971 /* We use char because int might match the return type of a gcc2
20972    builtin and then its argument prototype would still apply.  */
20973 char png_check_sig ();
20974 int
20975 main ()
20976 {
20977 png_check_sig ();
20978   ;
20979   return 0;
20980 }
20981 _ACEOF
20982 rm -f conftest.$ac_objext conftest$ac_exeext
20983 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20984   (eval $ac_link) 2>conftest.er1
20985   ac_status=$?
20986   grep -v '^ *+' conftest.er1 >conftest.err
20987   rm -f conftest.er1
20988   cat conftest.err >&5
20989   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20990   (exit $ac_status); } &&
20991          { ac_try='test -z "$ac_c_werror_flag"
20992                          || test ! -s conftest.err'
20993   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20994   (eval $ac_try) 2>&5
20995   ac_status=$?
20996   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20997   (exit $ac_status); }; } &&
20998          { ac_try='test -s conftest$ac_exeext'
20999   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21000   (eval $ac_try) 2>&5
21001   ac_status=$?
21002   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21003   (exit $ac_status); }; }; then
21004   ac_cv_lib_png_png_check_sig=yes
21005 else
21006   echo "$as_me: failed program was:" >&5
21007 sed 's/^/| /' conftest.$ac_ext >&5
21008
21009 ac_cv_lib_png_png_check_sig=no
21010 fi
21011 rm -f conftest.err conftest.$ac_objext \
21012       conftest$ac_exeext conftest.$ac_ext
21013 LIBS=$ac_check_lib_save_LIBS
21014 fi
21015 echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_check_sig" >&5
21016 echo "${ECHO_T}$ac_cv_lib_png_png_check_sig" >&6
21017 if test $ac_cv_lib_png_png_check_sig = yes; then
21018   PNG_LINK=" -lpng -lz"
21019 fi
21020
21021             fi
21022
21023             if test "x$PNG_LINK" = "x" ; then
21024                 if test "$wxUSE_LIBPNG" = "sys" ; then
21025                     { { echo "$as_me:$LINENO: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&5
21026 echo "$as_me: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&2;}
21027    { (exit 1); exit 1; }; }
21028                 else
21029                     { echo "$as_me:$LINENO: WARNING: system png library not found or too old, will use built-in instead" >&5
21030 echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
21031                     wxUSE_LIBPNG=builtin
21032                 fi
21033             else
21034                                 wxUSE_LIBPNG=sys
21035             fi
21036         fi
21037     fi
21038
21039     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png"
21040 fi
21041
21042
21043 JPEG_LINK=
21044 if test "$wxUSE_LIBJPEG" != "no" ; then
21045     cat >>confdefs.h <<\_ACEOF
21046 #define wxUSE_LIBJPEG 1
21047 _ACEOF
21048
21049
21050     if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
21051         { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&5
21052 echo "$as_me: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&2;}
21053         wxUSE_LIBJPEG=sys
21054     fi
21055
21056     if test "$wxUSE_MGL" != 1 ; then
21057                 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
21058                                                 echo "$as_me:$LINENO: checking for jpeglib.h" >&5
21059 echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6
21060             if test "${ac_cv_header_jpeglib_h+set}" = set; then
21061   echo $ECHO_N "(cached) $ECHO_C" >&6
21062 else
21063   cat >conftest.$ac_ext <<_ACEOF
21064 /* confdefs.h.  */
21065 _ACEOF
21066 cat confdefs.h >>conftest.$ac_ext
21067 cat >>conftest.$ac_ext <<_ACEOF
21068 /* end confdefs.h.  */
21069
21070                         #undef HAVE_STDLIB_H
21071                         #include <stdio.h>
21072                         #include <jpeglib.h>
21073
21074 int
21075 main ()
21076 {
21077
21078
21079   ;
21080   return 0;
21081 }
21082 _ACEOF
21083 rm -f conftest.$ac_objext
21084 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21085   (eval $ac_compile) 2>conftest.er1
21086   ac_status=$?
21087   grep -v '^ *+' conftest.er1 >conftest.err
21088   rm -f conftest.er1
21089   cat conftest.err >&5
21090   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21091   (exit $ac_status); } &&
21092          { ac_try='test -z "$ac_c_werror_flag"
21093                          || test ! -s conftest.err'
21094   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21095   (eval $ac_try) 2>&5
21096   ac_status=$?
21097   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21098   (exit $ac_status); }; } &&
21099          { ac_try='test -s conftest.$ac_objext'
21100   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21101   (eval $ac_try) 2>&5
21102   ac_status=$?
21103   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21104   (exit $ac_status); }; }; then
21105   ac_cv_header_jpeglib_h=yes
21106 else
21107   echo "$as_me: failed program was:" >&5
21108 sed 's/^/| /' conftest.$ac_ext >&5
21109
21110 ac_cv_header_jpeglib_h=no
21111
21112 fi
21113 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21114
21115 fi
21116
21117             echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
21118 echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6
21119
21120             if test "$ac_cv_header_jpeglib_h" = "yes"; then
21121                 echo "$as_me:$LINENO: checking for jpeg_read_header in -ljpeg" >&5
21122 echo $ECHO_N "checking for jpeg_read_header in -ljpeg... $ECHO_C" >&6
21123 if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then
21124   echo $ECHO_N "(cached) $ECHO_C" >&6
21125 else
21126   ac_check_lib_save_LIBS=$LIBS
21127 LIBS="-ljpeg  $LIBS"
21128 cat >conftest.$ac_ext <<_ACEOF
21129 /* confdefs.h.  */
21130 _ACEOF
21131 cat confdefs.h >>conftest.$ac_ext
21132 cat >>conftest.$ac_ext <<_ACEOF
21133 /* end confdefs.h.  */
21134
21135 /* Override any gcc2 internal prototype to avoid an error.  */
21136 #ifdef __cplusplus
21137 extern "C"
21138 #endif
21139 /* We use char because int might match the return type of a gcc2
21140    builtin and then its argument prototype would still apply.  */
21141 char jpeg_read_header ();
21142 int
21143 main ()
21144 {
21145 jpeg_read_header ();
21146   ;
21147   return 0;
21148 }
21149 _ACEOF
21150 rm -f conftest.$ac_objext conftest$ac_exeext
21151 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21152   (eval $ac_link) 2>conftest.er1
21153   ac_status=$?
21154   grep -v '^ *+' conftest.er1 >conftest.err
21155   rm -f conftest.er1
21156   cat conftest.err >&5
21157   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21158   (exit $ac_status); } &&
21159          { ac_try='test -z "$ac_c_werror_flag"
21160                          || test ! -s conftest.err'
21161   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21162   (eval $ac_try) 2>&5
21163   ac_status=$?
21164   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21165   (exit $ac_status); }; } &&
21166          { ac_try='test -s conftest$ac_exeext'
21167   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21168   (eval $ac_try) 2>&5
21169   ac_status=$?
21170   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21171   (exit $ac_status); }; }; then
21172   ac_cv_lib_jpeg_jpeg_read_header=yes
21173 else
21174   echo "$as_me: failed program was:" >&5
21175 sed 's/^/| /' conftest.$ac_ext >&5
21176
21177 ac_cv_lib_jpeg_jpeg_read_header=no
21178 fi
21179 rm -f conftest.err conftest.$ac_objext \
21180       conftest$ac_exeext conftest.$ac_ext
21181 LIBS=$ac_check_lib_save_LIBS
21182 fi
21183 echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
21184 echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_read_header" >&6
21185 if test $ac_cv_lib_jpeg_jpeg_read_header = yes; then
21186   JPEG_LINK=" -ljpeg"
21187 fi
21188
21189             fi
21190
21191             if test "x$JPEG_LINK" = "x" ; then
21192                 if test "$wxUSE_LIBJPEG" = "sys" ; then
21193                     { { echo "$as_me:$LINENO: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5
21194 echo "$as_me: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&2;}
21195    { (exit 1); exit 1; }; }
21196                 else
21197                     { echo "$as_me:$LINENO: WARNING: system jpeg library not found, will use built-in instead" >&5
21198 echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
21199                     wxUSE_LIBJPEG=builtin
21200                 fi
21201             else
21202                                 wxUSE_LIBJPEG=sys
21203             fi
21204         fi
21205     fi
21206 fi
21207
21208
21209 TIFF_LINK=
21210 TIFF_PREREQ_LINKS=-lm
21211 if test "$wxUSE_LIBTIFF" != "no" ; then
21212     cat >>confdefs.h <<\_ACEOF
21213 #define wxUSE_LIBTIFF 1
21214 _ACEOF
21215
21216
21217     if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
21218                         if test "$wxUSE_LIBJPEG" = "sys"; then
21219             TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $JPEG_LINK"
21220         fi
21221         if test "$wxUSE_ZLIB" = "sys"; then
21222             TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $ZLIB_LINK"
21223         fi
21224         if test "${ac_cv_header_tiffio_h+set}" = set; then
21225   echo "$as_me:$LINENO: checking for tiffio.h" >&5
21226 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
21227 if test "${ac_cv_header_tiffio_h+set}" = set; then
21228   echo $ECHO_N "(cached) $ECHO_C" >&6
21229 fi
21230 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
21231 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
21232 else
21233   # Is the header compilable?
21234 echo "$as_me:$LINENO: checking tiffio.h usability" >&5
21235 echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
21236 cat >conftest.$ac_ext <<_ACEOF
21237 /* confdefs.h.  */
21238 _ACEOF
21239 cat confdefs.h >>conftest.$ac_ext
21240 cat >>conftest.$ac_ext <<_ACEOF
21241 /* end confdefs.h.  */
21242 $ac_includes_default
21243 #include <tiffio.h>
21244 _ACEOF
21245 rm -f conftest.$ac_objext
21246 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21247   (eval $ac_compile) 2>conftest.er1
21248   ac_status=$?
21249   grep -v '^ *+' conftest.er1 >conftest.err
21250   rm -f conftest.er1
21251   cat conftest.err >&5
21252   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21253   (exit $ac_status); } &&
21254          { ac_try='test -z "$ac_c_werror_flag"
21255                          || test ! -s conftest.err'
21256   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21257   (eval $ac_try) 2>&5
21258   ac_status=$?
21259   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21260   (exit $ac_status); }; } &&
21261          { ac_try='test -s conftest.$ac_objext'
21262   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21263   (eval $ac_try) 2>&5
21264   ac_status=$?
21265   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21266   (exit $ac_status); }; }; then
21267   ac_header_compiler=yes
21268 else
21269   echo "$as_me: failed program was:" >&5
21270 sed 's/^/| /' conftest.$ac_ext >&5
21271
21272 ac_header_compiler=no
21273 fi
21274 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21275 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21276 echo "${ECHO_T}$ac_header_compiler" >&6
21277
21278 # Is the header present?
21279 echo "$as_me:$LINENO: checking tiffio.h presence" >&5
21280 echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
21281 cat >conftest.$ac_ext <<_ACEOF
21282 /* confdefs.h.  */
21283 _ACEOF
21284 cat confdefs.h >>conftest.$ac_ext
21285 cat >>conftest.$ac_ext <<_ACEOF
21286 /* end confdefs.h.  */
21287 #include <tiffio.h>
21288 _ACEOF
21289 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21290   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
21291   ac_status=$?
21292   grep -v '^ *+' conftest.er1 >conftest.err
21293   rm -f conftest.er1
21294   cat conftest.err >&5
21295   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21296   (exit $ac_status); } >/dev/null; then
21297   if test -s conftest.err; then
21298     ac_cpp_err=$ac_c_preproc_warn_flag
21299     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
21300   else
21301     ac_cpp_err=
21302   fi
21303 else
21304   ac_cpp_err=yes
21305 fi
21306 if test -z "$ac_cpp_err"; then
21307   ac_header_preproc=yes
21308 else
21309   echo "$as_me: failed program was:" >&5
21310 sed 's/^/| /' conftest.$ac_ext >&5
21311
21312   ac_header_preproc=no
21313 fi
21314 rm -f conftest.err conftest.$ac_ext
21315 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21316 echo "${ECHO_T}$ac_header_preproc" >&6
21317
21318 # So?  What about this header?
21319 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21320   yes:no: )
21321     { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
21322 echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
21323     { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the compiler's result" >&5
21324 echo "$as_me: WARNING: tiffio.h: proceeding with the compiler's result" >&2;}
21325     ac_header_preproc=yes
21326     ;;
21327   no:yes:* )
21328     { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
21329 echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
21330     { echo "$as_me:$LINENO: WARNING: tiffio.h:     check for missing prerequisite headers?" >&5
21331 echo "$as_me: WARNING: tiffio.h:     check for missing prerequisite headers?" >&2;}
21332     { echo "$as_me:$LINENO: WARNING: tiffio.h: see the Autoconf documentation" >&5
21333 echo "$as_me: WARNING: tiffio.h: see the Autoconf documentation" >&2;}
21334     { echo "$as_me:$LINENO: WARNING: tiffio.h:     section \"Present But Cannot Be Compiled\"" >&5
21335 echo "$as_me: WARNING: tiffio.h:     section \"Present But Cannot Be Compiled\"" >&2;}
21336     { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
21337 echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
21338     { echo "$as_me:$LINENO: WARNING: tiffio.h: in the future, the compiler will take precedence" >&5
21339 echo "$as_me: WARNING: tiffio.h: in the future, the compiler will take precedence" >&2;}
21340     (
21341       cat <<\_ASBOX
21342 ## ----------------------------------------- ##
21343 ## Report this to wx-dev@lists.wxwidgets.org ##
21344 ## ----------------------------------------- ##
21345 _ASBOX
21346     ) |
21347       sed "s/^/$as_me: WARNING:     /" >&2
21348     ;;
21349 esac
21350 echo "$as_me:$LINENO: checking for tiffio.h" >&5
21351 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
21352 if test "${ac_cv_header_tiffio_h+set}" = set; then
21353   echo $ECHO_N "(cached) $ECHO_C" >&6
21354 else
21355   ac_cv_header_tiffio_h=$ac_header_preproc
21356 fi
21357 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
21358 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
21359
21360 fi
21361 if test $ac_cv_header_tiffio_h = yes; then
21362
21363                             echo "$as_me:$LINENO: checking for TIFFError in -ltiff" >&5
21364 echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6
21365 if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then
21366   echo $ECHO_N "(cached) $ECHO_C" >&6
21367 else
21368   ac_check_lib_save_LIBS=$LIBS
21369 LIBS="-ltiff $TIFF_PREREQ_LINKS $LIBS"
21370 cat >conftest.$ac_ext <<_ACEOF
21371 /* confdefs.h.  */
21372 _ACEOF
21373 cat confdefs.h >>conftest.$ac_ext
21374 cat >>conftest.$ac_ext <<_ACEOF
21375 /* end confdefs.h.  */
21376
21377 /* Override any gcc2 internal prototype to avoid an error.  */
21378 #ifdef __cplusplus
21379 extern "C"
21380 #endif
21381 /* We use char because int might match the return type of a gcc2
21382    builtin and then its argument prototype would still apply.  */
21383 char TIFFError ();
21384 int
21385 main ()
21386 {
21387 TIFFError ();
21388   ;
21389   return 0;
21390 }
21391 _ACEOF
21392 rm -f conftest.$ac_objext conftest$ac_exeext
21393 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21394   (eval $ac_link) 2>conftest.er1
21395   ac_status=$?
21396   grep -v '^ *+' conftest.er1 >conftest.err
21397   rm -f conftest.er1
21398   cat conftest.err >&5
21399   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21400   (exit $ac_status); } &&
21401          { ac_try='test -z "$ac_c_werror_flag"
21402                          || test ! -s conftest.err'
21403   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21404   (eval $ac_try) 2>&5
21405   ac_status=$?
21406   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21407   (exit $ac_status); }; } &&
21408          { ac_try='test -s conftest$ac_exeext'
21409   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21410   (eval $ac_try) 2>&5
21411   ac_status=$?
21412   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21413   (exit $ac_status); }; }; then
21414   ac_cv_lib_tiff_TIFFError=yes
21415 else
21416   echo "$as_me: failed program was:" >&5
21417 sed 's/^/| /' conftest.$ac_ext >&5
21418
21419 ac_cv_lib_tiff_TIFFError=no
21420 fi
21421 rm -f conftest.err conftest.$ac_objext \
21422       conftest$ac_exeext conftest.$ac_ext
21423 LIBS=$ac_check_lib_save_LIBS
21424 fi
21425 echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFError" >&5
21426 echo "${ECHO_T}$ac_cv_lib_tiff_TIFFError" >&6
21427 if test $ac_cv_lib_tiff_TIFFError = yes; then
21428   TIFF_LINK=" -ltiff"
21429 fi
21430
21431
21432
21433 fi
21434
21435
21436
21437         if test "x$TIFF_LINK" = "x" ; then
21438             if test "$wxUSE_LIBTIFF" = "sys" ; then
21439                 { { echo "$as_me:$LINENO: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&5
21440 echo "$as_me: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&2;}
21441    { (exit 1); exit 1; }; }
21442             else
21443                 { echo "$as_me:$LINENO: WARNING: system tiff library not found, will use built-in instead" >&5
21444 echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
21445                 wxUSE_LIBTIFF=builtin
21446             fi
21447         else
21448                         wxUSE_LIBTIFF=sys
21449         fi
21450     fi
21451 fi
21452
21453
21454 if test "$wxUSE_EXPAT" != "no"; then
21455     wxUSE_XML=yes
21456     cat >>confdefs.h <<\_ACEOF
21457 #define wxUSE_EXPAT 1
21458 _ACEOF
21459
21460     cat >>confdefs.h <<\_ACEOF
21461 #define wxUSE_XML 1
21462 _ACEOF
21463
21464
21465     if test "$wxUSE_EXPAT" = "sys" -o "$wxUSE_EXPAT" = "yes" ; then
21466         if test "${ac_cv_header_expat_h+set}" = set; then
21467   echo "$as_me:$LINENO: checking for expat.h" >&5
21468 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
21469 if test "${ac_cv_header_expat_h+set}" = set; then
21470   echo $ECHO_N "(cached) $ECHO_C" >&6
21471 fi
21472 echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
21473 echo "${ECHO_T}$ac_cv_header_expat_h" >&6
21474 else
21475   # Is the header compilable?
21476 echo "$as_me:$LINENO: checking expat.h usability" >&5
21477 echo $ECHO_N "checking expat.h usability... $ECHO_C" >&6
21478 cat >conftest.$ac_ext <<_ACEOF
21479 /* confdefs.h.  */
21480 _ACEOF
21481 cat confdefs.h >>conftest.$ac_ext
21482 cat >>conftest.$ac_ext <<_ACEOF
21483 /* end confdefs.h.  */
21484 $ac_includes_default
21485 #include <expat.h>
21486 _ACEOF
21487 rm -f conftest.$ac_objext
21488 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21489   (eval $ac_compile) 2>conftest.er1
21490   ac_status=$?
21491   grep -v '^ *+' conftest.er1 >conftest.err
21492   rm -f conftest.er1
21493   cat conftest.err >&5
21494   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21495   (exit $ac_status); } &&
21496          { ac_try='test -z "$ac_c_werror_flag"
21497                          || test ! -s conftest.err'
21498   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21499   (eval $ac_try) 2>&5
21500   ac_status=$?
21501   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21502   (exit $ac_status); }; } &&
21503          { ac_try='test -s conftest.$ac_objext'
21504   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21505   (eval $ac_try) 2>&5
21506   ac_status=$?
21507   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21508   (exit $ac_status); }; }; then
21509   ac_header_compiler=yes
21510 else
21511   echo "$as_me: failed program was:" >&5
21512 sed 's/^/| /' conftest.$ac_ext >&5
21513
21514 ac_header_compiler=no
21515 fi
21516 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21517 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21518 echo "${ECHO_T}$ac_header_compiler" >&6
21519
21520 # Is the header present?
21521 echo "$as_me:$LINENO: checking expat.h presence" >&5
21522 echo $ECHO_N "checking expat.h presence... $ECHO_C" >&6
21523 cat >conftest.$ac_ext <<_ACEOF
21524 /* confdefs.h.  */
21525 _ACEOF
21526 cat confdefs.h >>conftest.$ac_ext
21527 cat >>conftest.$ac_ext <<_ACEOF
21528 /* end confdefs.h.  */
21529 #include <expat.h>
21530 _ACEOF
21531 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21532   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
21533   ac_status=$?
21534   grep -v '^ *+' conftest.er1 >conftest.err
21535   rm -f conftest.er1
21536   cat conftest.err >&5
21537   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21538   (exit $ac_status); } >/dev/null; then
21539   if test -s conftest.err; then
21540     ac_cpp_err=$ac_c_preproc_warn_flag
21541     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
21542   else
21543     ac_cpp_err=
21544   fi
21545 else
21546   ac_cpp_err=yes
21547 fi
21548 if test -z "$ac_cpp_err"; then
21549   ac_header_preproc=yes
21550 else
21551   echo "$as_me: failed program was:" >&5
21552 sed 's/^/| /' conftest.$ac_ext >&5
21553
21554   ac_header_preproc=no
21555 fi
21556 rm -f conftest.err conftest.$ac_ext
21557 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21558 echo "${ECHO_T}$ac_header_preproc" >&6
21559
21560 # So?  What about this header?
21561 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21562   yes:no: )
21563     { echo "$as_me:$LINENO: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&5
21564 echo "$as_me: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
21565     { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the compiler's result" >&5
21566 echo "$as_me: WARNING: expat.h: proceeding with the compiler's result" >&2;}
21567     ac_header_preproc=yes
21568     ;;
21569   no:yes:* )
21570     { echo "$as_me:$LINENO: WARNING: expat.h: present but cannot be compiled" >&5
21571 echo "$as_me: WARNING: expat.h: present but cannot be compiled" >&2;}
21572     { echo "$as_me:$LINENO: WARNING: expat.h:     check for missing prerequisite headers?" >&5
21573 echo "$as_me: WARNING: expat.h:     check for missing prerequisite headers?" >&2;}
21574     { echo "$as_me:$LINENO: WARNING: expat.h: see the Autoconf documentation" >&5
21575 echo "$as_me: WARNING: expat.h: see the Autoconf documentation" >&2;}
21576     { echo "$as_me:$LINENO: WARNING: expat.h:     section \"Present But Cannot Be Compiled\"" >&5
21577 echo "$as_me: WARNING: expat.h:     section \"Present But Cannot Be Compiled\"" >&2;}
21578     { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the preprocessor's result" >&5
21579 echo "$as_me: WARNING: expat.h: proceeding with the preprocessor's result" >&2;}
21580     { echo "$as_me:$LINENO: WARNING: expat.h: in the future, the compiler will take precedence" >&5
21581 echo "$as_me: WARNING: expat.h: in the future, the compiler will take precedence" >&2;}
21582     (
21583       cat <<\_ASBOX
21584 ## ----------------------------------------- ##
21585 ## Report this to wx-dev@lists.wxwidgets.org ##
21586 ## ----------------------------------------- ##
21587 _ASBOX
21588     ) |
21589       sed "s/^/$as_me: WARNING:     /" >&2
21590     ;;
21591 esac
21592 echo "$as_me:$LINENO: checking for expat.h" >&5
21593 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
21594 if test "${ac_cv_header_expat_h+set}" = set; then
21595   echo $ECHO_N "(cached) $ECHO_C" >&6
21596 else
21597   ac_cv_header_expat_h=$ac_header_preproc
21598 fi
21599 echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
21600 echo "${ECHO_T}$ac_cv_header_expat_h" >&6
21601
21602 fi
21603 if test $ac_cv_header_expat_h = yes; then
21604   found_expat_h=1
21605 fi
21606
21607
21608         if test "x$found_expat_h" = "x1"; then
21609                         echo "$as_me:$LINENO: checking if expat.h is valid C++ header" >&5
21610 echo $ECHO_N "checking if expat.h is valid C++ header... $ECHO_C" >&6
21611 if test "${wx_cv_expat_is_not_broken+set}" = set; then
21612   echo $ECHO_N "(cached) $ECHO_C" >&6
21613 else
21614
21615
21616
21617                 ac_ext=cc
21618 ac_cpp='$CXXCPP $CPPFLAGS'
21619 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21620 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21621 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21622
21623                 cat >conftest.$ac_ext <<_ACEOF
21624 /* confdefs.h.  */
21625 _ACEOF
21626 cat confdefs.h >>conftest.$ac_ext
21627 cat >>conftest.$ac_ext <<_ACEOF
21628 /* end confdefs.h.  */
21629 #include <expat.h>
21630 int
21631 main ()
21632 {
21633
21634   ;
21635   return 0;
21636 }
21637 _ACEOF
21638 rm -f conftest.$ac_objext
21639 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21640   (eval $ac_compile) 2>conftest.er1
21641   ac_status=$?
21642   grep -v '^ *+' conftest.er1 >conftest.err
21643   rm -f conftest.er1
21644   cat conftest.err >&5
21645   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21646   (exit $ac_status); } &&
21647          { ac_try='test -z "$ac_cxx_werror_flag"
21648                          || test ! -s conftest.err'
21649   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21650   (eval $ac_try) 2>&5
21651   ac_status=$?
21652   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21653   (exit $ac_status); }; } &&
21654          { ac_try='test -s conftest.$ac_objext'
21655   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21656   (eval $ac_try) 2>&5
21657   ac_status=$?
21658   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21659   (exit $ac_status); }; }; then
21660   wx_cv_expat_is_not_broken=yes
21661 else
21662   echo "$as_me: failed program was:" >&5
21663 sed 's/^/| /' conftest.$ac_ext >&5
21664
21665 wx_cv_expat_is_not_broken=no
21666
21667 fi
21668 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21669                 ac_ext=c
21670 ac_cpp='$CPP $CPPFLAGS'
21671 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21672 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21673 ac_compiler_gnu=$ac_cv_c_compiler_gnu
21674
21675
21676
21677 fi
21678 echo "$as_me:$LINENO: result: $wx_cv_expat_is_not_broken" >&5
21679 echo "${ECHO_T}$wx_cv_expat_is_not_broken" >&6
21680             if test "$wx_cv_expat_is_not_broken" = "yes" ; then
21681                 echo "$as_me:$LINENO: checking for XML_ParserCreate in -lexpat" >&5
21682 echo $ECHO_N "checking for XML_ParserCreate in -lexpat... $ECHO_C" >&6
21683 if test "${ac_cv_lib_expat_XML_ParserCreate+set}" = set; then
21684   echo $ECHO_N "(cached) $ECHO_C" >&6
21685 else
21686   ac_check_lib_save_LIBS=$LIBS
21687 LIBS="-lexpat  $LIBS"
21688 cat >conftest.$ac_ext <<_ACEOF
21689 /* confdefs.h.  */
21690 _ACEOF
21691 cat confdefs.h >>conftest.$ac_ext
21692 cat >>conftest.$ac_ext <<_ACEOF
21693 /* end confdefs.h.  */
21694
21695 /* Override any gcc2 internal prototype to avoid an error.  */
21696 #ifdef __cplusplus
21697 extern "C"
21698 #endif
21699 /* We use char because int might match the return type of a gcc2
21700    builtin and then its argument prototype would still apply.  */
21701 char XML_ParserCreate ();
21702 int
21703 main ()
21704 {
21705 XML_ParserCreate ();
21706   ;
21707   return 0;
21708 }
21709 _ACEOF
21710 rm -f conftest.$ac_objext conftest$ac_exeext
21711 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21712   (eval $ac_link) 2>conftest.er1
21713   ac_status=$?
21714   grep -v '^ *+' conftest.er1 >conftest.err
21715   rm -f conftest.er1
21716   cat conftest.err >&5
21717   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21718   (exit $ac_status); } &&
21719          { ac_try='test -z "$ac_c_werror_flag"
21720                          || test ! -s conftest.err'
21721   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21722   (eval $ac_try) 2>&5
21723   ac_status=$?
21724   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21725   (exit $ac_status); }; } &&
21726          { ac_try='test -s conftest$ac_exeext'
21727   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21728   (eval $ac_try) 2>&5
21729   ac_status=$?
21730   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21731   (exit $ac_status); }; }; then
21732   ac_cv_lib_expat_XML_ParserCreate=yes
21733 else
21734   echo "$as_me: failed program was:" >&5
21735 sed 's/^/| /' conftest.$ac_ext >&5
21736
21737 ac_cv_lib_expat_XML_ParserCreate=no
21738 fi
21739 rm -f conftest.err conftest.$ac_objext \
21740       conftest$ac_exeext conftest.$ac_ext
21741 LIBS=$ac_check_lib_save_LIBS
21742 fi
21743 echo "$as_me:$LINENO: result: $ac_cv_lib_expat_XML_ParserCreate" >&5
21744 echo "${ECHO_T}$ac_cv_lib_expat_XML_ParserCreate" >&6
21745 if test $ac_cv_lib_expat_XML_ParserCreate = yes; then
21746   EXPAT_LINK=" -lexpat"
21747 fi
21748
21749             fi
21750         fi
21751         if test "x$EXPAT_LINK" = "x" ; then
21752             if test "$wxUSE_EXPAT" = "sys" ; then
21753                 { { echo "$as_me:$LINENO: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&5
21754 echo "$as_me: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&2;}
21755    { (exit 1); exit 1; }; }
21756             else
21757                 { echo "$as_me:$LINENO: WARNING: system expat library not found, will use built-in instead" >&5
21758 echo "$as_me: WARNING: system expat library not found, will use built-in instead" >&2;}
21759                 wxUSE_EXPAT=builtin
21760             fi
21761         else
21762                         wxUSE_EXPAT=sys
21763         fi
21764     fi
21765     if test "$wxUSE_EXPAT" = "builtin" ; then
21766
21767
21768 subdirs="$subdirs src/expat"
21769
21770     fi
21771 fi
21772
21773
21774
21775 if test "$wxUSE_LIBMSPACK" != "no"; then
21776
21777     if test "${ac_cv_header_mspack_h+set}" = set; then
21778   echo "$as_me:$LINENO: checking for mspack.h" >&5
21779 echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
21780 if test "${ac_cv_header_mspack_h+set}" = set; then
21781   echo $ECHO_N "(cached) $ECHO_C" >&6
21782 fi
21783 echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
21784 echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
21785 else
21786   # Is the header compilable?
21787 echo "$as_me:$LINENO: checking mspack.h usability" >&5
21788 echo $ECHO_N "checking mspack.h usability... $ECHO_C" >&6
21789 cat >conftest.$ac_ext <<_ACEOF
21790 /* confdefs.h.  */
21791 _ACEOF
21792 cat confdefs.h >>conftest.$ac_ext
21793 cat >>conftest.$ac_ext <<_ACEOF
21794 /* end confdefs.h.  */
21795 $ac_includes_default
21796 #include <mspack.h>
21797 _ACEOF
21798 rm -f conftest.$ac_objext
21799 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21800   (eval $ac_compile) 2>conftest.er1
21801   ac_status=$?
21802   grep -v '^ *+' conftest.er1 >conftest.err
21803   rm -f conftest.er1
21804   cat conftest.err >&5
21805   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21806   (exit $ac_status); } &&
21807          { ac_try='test -z "$ac_c_werror_flag"
21808                          || test ! -s conftest.err'
21809   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21810   (eval $ac_try) 2>&5
21811   ac_status=$?
21812   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21813   (exit $ac_status); }; } &&
21814          { ac_try='test -s conftest.$ac_objext'
21815   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21816   (eval $ac_try) 2>&5
21817   ac_status=$?
21818   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21819   (exit $ac_status); }; }; then
21820   ac_header_compiler=yes
21821 else
21822   echo "$as_me: failed program was:" >&5
21823 sed 's/^/| /' conftest.$ac_ext >&5
21824
21825 ac_header_compiler=no
21826 fi
21827 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21828 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21829 echo "${ECHO_T}$ac_header_compiler" >&6
21830
21831 # Is the header present?
21832 echo "$as_me:$LINENO: checking mspack.h presence" >&5
21833 echo $ECHO_N "checking mspack.h presence... $ECHO_C" >&6
21834 cat >conftest.$ac_ext <<_ACEOF
21835 /* confdefs.h.  */
21836 _ACEOF
21837 cat confdefs.h >>conftest.$ac_ext
21838 cat >>conftest.$ac_ext <<_ACEOF
21839 /* end confdefs.h.  */
21840 #include <mspack.h>
21841 _ACEOF
21842 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21843   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
21844   ac_status=$?
21845   grep -v '^ *+' conftest.er1 >conftest.err
21846   rm -f conftest.er1
21847   cat conftest.err >&5
21848   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21849   (exit $ac_status); } >/dev/null; then
21850   if test -s conftest.err; then
21851     ac_cpp_err=$ac_c_preproc_warn_flag
21852     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
21853   else
21854     ac_cpp_err=
21855   fi
21856 else
21857   ac_cpp_err=yes
21858 fi
21859 if test -z "$ac_cpp_err"; then
21860   ac_header_preproc=yes
21861 else
21862   echo "$as_me: failed program was:" >&5
21863 sed 's/^/| /' conftest.$ac_ext >&5
21864
21865   ac_header_preproc=no
21866 fi
21867 rm -f conftest.err conftest.$ac_ext
21868 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21869 echo "${ECHO_T}$ac_header_preproc" >&6
21870
21871 # So?  What about this header?
21872 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21873   yes:no: )
21874     { echo "$as_me:$LINENO: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&5
21875 echo "$as_me: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
21876     { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the compiler's result" >&5
21877 echo "$as_me: WARNING: mspack.h: proceeding with the compiler's result" >&2;}
21878     ac_header_preproc=yes
21879     ;;
21880   no:yes:* )
21881     { echo "$as_me:$LINENO: WARNING: mspack.h: present but cannot be compiled" >&5
21882 echo "$as_me: WARNING: mspack.h: present but cannot be compiled" >&2;}
21883     { echo "$as_me:$LINENO: WARNING: mspack.h:     check for missing prerequisite headers?" >&5
21884 echo "$as_me: WARNING: mspack.h:     check for missing prerequisite headers?" >&2;}
21885     { echo "$as_me:$LINENO: WARNING: mspack.h: see the Autoconf documentation" >&5
21886 echo "$as_me: WARNING: mspack.h: see the Autoconf documentation" >&2;}
21887     { echo "$as_me:$LINENO: WARNING: mspack.h:     section \"Present But Cannot Be Compiled\"" >&5
21888 echo "$as_me: WARNING: mspack.h:     section \"Present But Cannot Be Compiled\"" >&2;}
21889     { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the preprocessor's result" >&5
21890 echo "$as_me: WARNING: mspack.h: proceeding with the preprocessor's result" >&2;}
21891     { echo "$as_me:$LINENO: WARNING: mspack.h: in the future, the compiler will take precedence" >&5
21892 echo "$as_me: WARNING: mspack.h: in the future, the compiler will take precedence" >&2;}
21893     (
21894       cat <<\_ASBOX
21895 ## ----------------------------------------- ##
21896 ## Report this to wx-dev@lists.wxwidgets.org ##
21897 ## ----------------------------------------- ##
21898 _ASBOX
21899     ) |
21900       sed "s/^/$as_me: WARNING:     /" >&2
21901     ;;
21902 esac
21903 echo "$as_me:$LINENO: checking for mspack.h" >&5
21904 echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
21905 if test "${ac_cv_header_mspack_h+set}" = set; then
21906   echo $ECHO_N "(cached) $ECHO_C" >&6
21907 else
21908   ac_cv_header_mspack_h=$ac_header_preproc
21909 fi
21910 echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
21911 echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
21912
21913 fi
21914 if test $ac_cv_header_mspack_h = yes; then
21915   found_mspack_h=1
21916 fi
21917
21918
21919     if test "x$found_mspack_h" = "x1"; then
21920         echo "$as_me:$LINENO: checking for mspack_create_chm_decompressor in -lmspack" >&5
21921 echo $ECHO_N "checking for mspack_create_chm_decompressor in -lmspack... $ECHO_C" >&6
21922 if test "${ac_cv_lib_mspack_mspack_create_chm_decompressor+set}" = set; then
21923   echo $ECHO_N "(cached) $ECHO_C" >&6
21924 else
21925   ac_check_lib_save_LIBS=$LIBS
21926 LIBS="-lmspack  $LIBS"
21927 cat >conftest.$ac_ext <<_ACEOF
21928 /* confdefs.h.  */
21929 _ACEOF
21930 cat confdefs.h >>conftest.$ac_ext
21931 cat >>conftest.$ac_ext <<_ACEOF
21932 /* end confdefs.h.  */
21933
21934 /* Override any gcc2 internal prototype to avoid an error.  */
21935 #ifdef __cplusplus
21936 extern "C"
21937 #endif
21938 /* We use char because int might match the return type of a gcc2
21939    builtin and then its argument prototype would still apply.  */
21940 char mspack_create_chm_decompressor ();
21941 int
21942 main ()
21943 {
21944 mspack_create_chm_decompressor ();
21945   ;
21946   return 0;
21947 }
21948 _ACEOF
21949 rm -f conftest.$ac_objext conftest$ac_exeext
21950 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21951   (eval $ac_link) 2>conftest.er1
21952   ac_status=$?
21953   grep -v '^ *+' conftest.er1 >conftest.err
21954   rm -f conftest.er1
21955   cat conftest.err >&5
21956   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21957   (exit $ac_status); } &&
21958          { ac_try='test -z "$ac_c_werror_flag"
21959                          || test ! -s conftest.err'
21960   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21961   (eval $ac_try) 2>&5
21962   ac_status=$?
21963   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21964   (exit $ac_status); }; } &&
21965          { ac_try='test -s conftest$ac_exeext'
21966   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21967   (eval $ac_try) 2>&5
21968   ac_status=$?
21969   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21970   (exit $ac_status); }; }; then
21971   ac_cv_lib_mspack_mspack_create_chm_decompressor=yes
21972 else
21973   echo "$as_me: failed program was:" >&5
21974 sed 's/^/| /' conftest.$ac_ext >&5
21975
21976 ac_cv_lib_mspack_mspack_create_chm_decompressor=no
21977 fi
21978 rm -f conftest.err conftest.$ac_objext \
21979       conftest$ac_exeext conftest.$ac_ext
21980 LIBS=$ac_check_lib_save_LIBS
21981 fi
21982 echo "$as_me:$LINENO: result: $ac_cv_lib_mspack_mspack_create_chm_decompressor" >&5
21983 echo "${ECHO_T}$ac_cv_lib_mspack_mspack_create_chm_decompressor" >&6
21984 if test $ac_cv_lib_mspack_mspack_create_chm_decompressor = yes; then
21985   MSPACK_LINK=" -lmspack"
21986 fi
21987
21988     fi
21989     if test "x$MSPACK_LINK" = "x" ; then
21990         wxUSE_LIBMSPACK=no
21991     else
21992         cat >>confdefs.h <<\_ACEOF
21993 #define wxUSE_LIBMSPACK 1
21994 _ACEOF
21995
21996     fi
21997 fi
21998
21999
22000
22001 AFMINSTALL=
22002 WIN32INSTALL=
22003
22004 TOOLKIT=
22005 TOOLKIT_INCLUDE=
22006 WIDGET_SET=
22007
22008 if test "$USE_WIN32" = 1 ; then
22009
22010 for ac_header in w32api.h
22011 do
22012 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
22013 if eval "test \"\${$as_ac_Header+set}\" = set"; then
22014   echo "$as_me:$LINENO: checking for $ac_header" >&5
22015 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
22016 if eval "test \"\${$as_ac_Header+set}\" = set"; then
22017   echo $ECHO_N "(cached) $ECHO_C" >&6
22018 fi
22019 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
22020 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
22021 else
22022   # Is the header compilable?
22023 echo "$as_me:$LINENO: checking $ac_header usability" >&5
22024 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
22025 cat >conftest.$ac_ext <<_ACEOF
22026 /* confdefs.h.  */
22027 _ACEOF
22028 cat confdefs.h >>conftest.$ac_ext
22029 cat >>conftest.$ac_ext <<_ACEOF
22030 /* end confdefs.h.  */
22031 $ac_includes_default
22032 #include <$ac_header>
22033 _ACEOF
22034 rm -f conftest.$ac_objext
22035 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22036   (eval $ac_compile) 2>conftest.er1
22037   ac_status=$?
22038   grep -v '^ *+' conftest.er1 >conftest.err
22039   rm -f conftest.er1
22040   cat conftest.err >&5
22041   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22042   (exit $ac_status); } &&
22043          { ac_try='test -z "$ac_c_werror_flag"
22044                          || test ! -s conftest.err'
22045   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22046   (eval $ac_try) 2>&5
22047   ac_status=$?
22048   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22049   (exit $ac_status); }; } &&
22050          { ac_try='test -s conftest.$ac_objext'
22051   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22052   (eval $ac_try) 2>&5
22053   ac_status=$?
22054   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22055   (exit $ac_status); }; }; then
22056   ac_header_compiler=yes
22057 else
22058   echo "$as_me: failed program was:" >&5
22059 sed 's/^/| /' conftest.$ac_ext >&5
22060
22061 ac_header_compiler=no
22062 fi
22063 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22064 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22065 echo "${ECHO_T}$ac_header_compiler" >&6
22066
22067 # Is the header present?
22068 echo "$as_me:$LINENO: checking $ac_header presence" >&5
22069 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
22070 cat >conftest.$ac_ext <<_ACEOF
22071 /* confdefs.h.  */
22072 _ACEOF
22073 cat confdefs.h >>conftest.$ac_ext
22074 cat >>conftest.$ac_ext <<_ACEOF
22075 /* end confdefs.h.  */
22076 #include <$ac_header>
22077 _ACEOF
22078 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22079   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
22080   ac_status=$?
22081   grep -v '^ *+' conftest.er1 >conftest.err
22082   rm -f conftest.er1
22083   cat conftest.err >&5
22084   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22085   (exit $ac_status); } >/dev/null; then
22086   if test -s conftest.err; then
22087     ac_cpp_err=$ac_c_preproc_warn_flag
22088     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
22089   else
22090     ac_cpp_err=
22091   fi
22092 else
22093   ac_cpp_err=yes
22094 fi
22095 if test -z "$ac_cpp_err"; then
22096   ac_header_preproc=yes
22097 else
22098   echo "$as_me: failed program was:" >&5
22099 sed 's/^/| /' conftest.$ac_ext >&5
22100
22101   ac_header_preproc=no
22102 fi
22103 rm -f conftest.err conftest.$ac_ext
22104 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22105 echo "${ECHO_T}$ac_header_preproc" >&6
22106
22107 # So?  What about this header?
22108 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22109   yes:no: )
22110     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
22111 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
22112     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
22113 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
22114     ac_header_preproc=yes
22115     ;;
22116   no:yes:* )
22117     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
22118 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
22119     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
22120 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
22121     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
22122 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
22123     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
22124 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
22125     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
22126 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
22127     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
22128 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
22129     (
22130       cat <<\_ASBOX
22131 ## ----------------------------------------- ##
22132 ## Report this to wx-dev@lists.wxwidgets.org ##
22133 ## ----------------------------------------- ##
22134 _ASBOX
22135     ) |
22136       sed "s/^/$as_me: WARNING:     /" >&2
22137     ;;
22138 esac
22139 echo "$as_me:$LINENO: checking for $ac_header" >&5
22140 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
22141 if eval "test \"\${$as_ac_Header+set}\" = set"; then
22142   echo $ECHO_N "(cached) $ECHO_C" >&6
22143 else
22144   eval "$as_ac_Header=\$ac_header_preproc"
22145 fi
22146 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
22147 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
22148
22149 fi
22150 if test `eval echo '${'$as_ac_Header'}'` = yes; then
22151   cat >>confdefs.h <<_ACEOF
22152 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
22153 _ACEOF
22154
22155 fi
22156
22157 done
22158
22159     if test "${ac_cv_header_windows_h+set}" = set; then
22160   echo "$as_me:$LINENO: checking for windows.h" >&5
22161 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
22162 if test "${ac_cv_header_windows_h+set}" = set; then
22163   echo $ECHO_N "(cached) $ECHO_C" >&6
22164 fi
22165 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
22166 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
22167 else
22168   # Is the header compilable?
22169 echo "$as_me:$LINENO: checking windows.h usability" >&5
22170 echo $ECHO_N "checking windows.h usability... $ECHO_C" >&6
22171 cat >conftest.$ac_ext <<_ACEOF
22172 /* confdefs.h.  */
22173 _ACEOF
22174 cat confdefs.h >>conftest.$ac_ext
22175 cat >>conftest.$ac_ext <<_ACEOF
22176 /* end confdefs.h.  */
22177 $ac_includes_default
22178 #include <windows.h>
22179 _ACEOF
22180 rm -f conftest.$ac_objext
22181 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22182   (eval $ac_compile) 2>conftest.er1
22183   ac_status=$?
22184   grep -v '^ *+' conftest.er1 >conftest.err
22185   rm -f conftest.er1
22186   cat conftest.err >&5
22187   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22188   (exit $ac_status); } &&
22189          { ac_try='test -z "$ac_c_werror_flag"
22190                          || test ! -s conftest.err'
22191   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22192   (eval $ac_try) 2>&5
22193   ac_status=$?
22194   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22195   (exit $ac_status); }; } &&
22196          { ac_try='test -s conftest.$ac_objext'
22197   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22198   (eval $ac_try) 2>&5
22199   ac_status=$?
22200   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22201   (exit $ac_status); }; }; then
22202   ac_header_compiler=yes
22203 else
22204   echo "$as_me: failed program was:" >&5
22205 sed 's/^/| /' conftest.$ac_ext >&5
22206
22207 ac_header_compiler=no
22208 fi
22209 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22210 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22211 echo "${ECHO_T}$ac_header_compiler" >&6
22212
22213 # Is the header present?
22214 echo "$as_me:$LINENO: checking windows.h presence" >&5
22215 echo $ECHO_N "checking windows.h presence... $ECHO_C" >&6
22216 cat >conftest.$ac_ext <<_ACEOF
22217 /* confdefs.h.  */
22218 _ACEOF
22219 cat confdefs.h >>conftest.$ac_ext
22220 cat >>conftest.$ac_ext <<_ACEOF
22221 /* end confdefs.h.  */
22222 #include <windows.h>
22223 _ACEOF
22224 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22225   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
22226   ac_status=$?
22227   grep -v '^ *+' conftest.er1 >conftest.err
22228   rm -f conftest.er1
22229   cat conftest.err >&5
22230   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22231   (exit $ac_status); } >/dev/null; then
22232   if test -s conftest.err; then
22233     ac_cpp_err=$ac_c_preproc_warn_flag
22234     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
22235   else
22236     ac_cpp_err=
22237   fi
22238 else
22239   ac_cpp_err=yes
22240 fi
22241 if test -z "$ac_cpp_err"; then
22242   ac_header_preproc=yes
22243 else
22244   echo "$as_me: failed program was:" >&5
22245 sed 's/^/| /' conftest.$ac_ext >&5
22246
22247   ac_header_preproc=no
22248 fi
22249 rm -f conftest.err conftest.$ac_ext
22250 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22251 echo "${ECHO_T}$ac_header_preproc" >&6
22252
22253 # So?  What about this header?
22254 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22255   yes:no: )
22256     { echo "$as_me:$LINENO: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&5
22257 echo "$as_me: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
22258     { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the compiler's result" >&5
22259 echo "$as_me: WARNING: windows.h: proceeding with the compiler's result" >&2;}
22260     ac_header_preproc=yes
22261     ;;
22262   no:yes:* )
22263     { echo "$as_me:$LINENO: WARNING: windows.h: present but cannot be compiled" >&5
22264 echo "$as_me: WARNING: windows.h: present but cannot be compiled" >&2;}
22265     { echo "$as_me:$LINENO: WARNING: windows.h:     check for missing prerequisite headers?" >&5
22266 echo "$as_me: WARNING: windows.h:     check for missing prerequisite headers?" >&2;}
22267     { echo "$as_me:$LINENO: WARNING: windows.h: see the Autoconf documentation" >&5
22268 echo "$as_me: WARNING: windows.h: see the Autoconf documentation" >&2;}
22269     { echo "$as_me:$LINENO: WARNING: windows.h:     section \"Present But Cannot Be Compiled\"" >&5
22270 echo "$as_me: WARNING: windows.h:     section \"Present But Cannot Be Compiled\"" >&2;}
22271     { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the preprocessor's result" >&5
22272 echo "$as_me: WARNING: windows.h: proceeding with the preprocessor's result" >&2;}
22273     { echo "$as_me:$LINENO: WARNING: windows.h: in the future, the compiler will take precedence" >&5
22274 echo "$as_me: WARNING: windows.h: in the future, the compiler will take precedence" >&2;}
22275     (
22276       cat <<\_ASBOX
22277 ## ----------------------------------------- ##
22278 ## Report this to wx-dev@lists.wxwidgets.org ##
22279 ## ----------------------------------------- ##
22280 _ASBOX
22281     ) |
22282       sed "s/^/$as_me: WARNING:     /" >&2
22283     ;;
22284 esac
22285 echo "$as_me:$LINENO: checking for windows.h" >&5
22286 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
22287 if test "${ac_cv_header_windows_h+set}" = set; then
22288   echo $ECHO_N "(cached) $ECHO_C" >&6
22289 else
22290   ac_cv_header_windows_h=$ac_header_preproc
22291 fi
22292 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
22293 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
22294
22295 fi
22296 if test $ac_cv_header_windows_h = yes; then
22297   :
22298 else
22299
22300         { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of windows.h" >&5
22301 echo "$as_me: error: please set CFLAGS to contain the location of windows.h" >&2;}
22302    { (exit 1); exit 1; }; }
22303
22304 fi
22305
22306
22307
22308             LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32"
22309
22310     if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
22311         LIBS="$LIBS -loleacc"
22312     fi
22313
22314     case "${host}" in
22315         *-*-cygwin* )
22316                         LIBS="$LIBS -lkernel32 -luser32"
22317             TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WIN95__"
22318     esac
22319
22320         if test "$wxUSE_ODBC" = "sys" ; then
22321         wxUSE_ODBC = "yes"
22322     fi
22323     if test "$wxUSE_ODBC" = "yes" ; then
22324         LIBS=" -lodbc32 -lole32 -loleaut32 $LIBS"
22325         cat >>confdefs.h <<\_ACEOF
22326 #define wxUSE_ODBC 1
22327 _ACEOF
22328
22329     fi
22330
22331     RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
22332     RESPROGRAMOBJ="\$(PROGRAM)_resources.o"
22333
22334         WIN32INSTALL=win32install
22335 fi
22336
22337 if test "$wxUSE_GUI" = "yes"; then
22338     USE_GUI=1
22339
22340     GUI_TK_LIBRARY=
22341
22342     WXGTK12=
22343     WXGTK127=
22344     WXGTK20=
22345     WXGPE=
22346
22347     if test "$wxUSE_MSW" = 1 ; then
22348         TOOLKIT=MSW
22349         GUIDIST=MSW_DIST
22350
22351                                 case "${host}" in
22352             *-*-mingw32* )
22353                 WXCONFIG_LDFLAGS_GUI="$LDFLAGS -Wl,--subsystem,windows -mwindows"
22354         esac
22355     fi
22356
22357     if test "$wxUSE_GTK" = 1; then
22358         echo "$as_me:$LINENO: checking for GTK+ version" >&5
22359 echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6
22360
22361         gtk_version_cached=1
22362         if test "${wx_cv_lib_gtk+set}" = set; then
22363   echo $ECHO_N "(cached) $ECHO_C" >&6
22364 else
22365
22366                                                 gtk_version_cached=0
22367                 echo "$as_me:$LINENO: result: " >&5
22368 echo "${ECHO_T}" >&6
22369
22370                                                 GTK_MODULES=
22371                 if test "$wxUSE_THREADS" = "yes"; then
22372                     GTK_MODULES=gthread
22373                 fi
22374
22375                                                 wx_cv_lib_gtk=
22376                 if test "x$wxUSE_GTK2" = "xyes"; then
22377                     # Check whether --enable-gtktest or --disable-gtktest was given.
22378 if test "${enable_gtktest+set}" = set; then
22379   enableval="$enable_gtktest"
22380
22381 else
22382   enable_gtktest=yes
22383 fi;
22384
22385   pkg_config_args=gtk+-2.0
22386   for module in . $GTK_MODULES
22387   do
22388       case "$module" in
22389          gthread)
22390              pkg_config_args="$pkg_config_args gthread-2.0"
22391          ;;
22392       esac
22393   done
22394
22395   no_gtk=""
22396
22397   # Extract the first word of "pkg-config", so it can be a program name with args.
22398 set dummy pkg-config; ac_word=$2
22399 echo "$as_me:$LINENO: checking for $ac_word" >&5
22400 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
22401 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
22402   echo $ECHO_N "(cached) $ECHO_C" >&6
22403 else
22404   case $PKG_CONFIG in
22405   [\\/]* | ?:[\\/]*)
22406   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
22407   ;;
22408   *)
22409   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22410 for as_dir in $PATH
22411 do
22412   IFS=$as_save_IFS
22413   test -z "$as_dir" && as_dir=.
22414   for ac_exec_ext in '' $ac_executable_extensions; do
22415   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22416     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
22417     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22418     break 2
22419   fi
22420 done
22421 done
22422
22423   test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
22424   ;;
22425 esac
22426 fi
22427 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
22428
22429 if test -n "$PKG_CONFIG"; then
22430   echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
22431 echo "${ECHO_T}$PKG_CONFIG" >&6
22432 else
22433   echo "$as_me:$LINENO: result: no" >&5
22434 echo "${ECHO_T}no" >&6
22435 fi
22436
22437
22438   if test x$PKG_CONFIG != xno ; then
22439     if pkg-config --atleast-pkgconfig-version 0.7 ; then
22440       :
22441     else
22442       echo "*** pkg-config too old; version 0.7 or better required."
22443       no_gtk=yes
22444       PKG_CONFIG=no
22445     fi
22446   else
22447     no_gtk=yes
22448   fi
22449
22450   min_gtk_version=2.0.0
22451   echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5
22452 echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6
22453
22454   if test x$PKG_CONFIG != xno ; then
22455     ## don't try to run the test against uninstalled libtool libs
22456     if $PKG_CONFIG --uninstalled $pkg_config_args; then
22457           echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
22458           enable_gtktest=no
22459     fi
22460
22461     if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
22462           :
22463     else
22464           no_gtk=yes
22465     fi
22466   fi
22467
22468   if test x"$no_gtk" = x ; then
22469     GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
22470     GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
22471     gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
22472            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
22473     gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
22474            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
22475     gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
22476            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
22477     if test "x$enable_gtktest" = "xyes" ; then
22478       ac_save_CFLAGS="$CFLAGS"
22479       ac_save_LIBS="$LIBS"
22480       CFLAGS="$CFLAGS $GTK_CFLAGS"
22481       LIBS="$GTK_LIBS $LIBS"
22482       rm -f conf.gtktest
22483       if test "$cross_compiling" = yes; then
22484   echo $ac_n "cross compiling; assumed OK... $ac_c"
22485 else
22486   cat >conftest.$ac_ext <<_ACEOF
22487 /* confdefs.h.  */
22488 _ACEOF
22489 cat confdefs.h >>conftest.$ac_ext
22490 cat >>conftest.$ac_ext <<_ACEOF
22491 /* end confdefs.h.  */
22492
22493 #include <gtk/gtk.h>
22494 #include <stdio.h>
22495 #include <stdlib.h>
22496
22497 int
22498 main ()
22499 {
22500   int major, minor, micro;
22501   char *tmp_version;
22502
22503   system ("touch conf.gtktest");
22504
22505   /* HP/UX 9 (%@#!) writes to sscanf strings */
22506   tmp_version = g_strdup("$min_gtk_version");
22507   if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
22508      printf("%s, bad version string\n", "$min_gtk_version");
22509      exit(1);
22510    }
22511
22512   if ((gtk_major_version != $gtk_config_major_version) ||
22513       (gtk_minor_version != $gtk_config_minor_version) ||
22514       (gtk_micro_version != $gtk_config_micro_version))
22515     {
22516       printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
22517              $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
22518              gtk_major_version, gtk_minor_version, gtk_micro_version);
22519       printf ("*** was found! If pkg-config was correct, then it is best\n");
22520       printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
22521       printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
22522       printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
22523       printf("*** required on your system.\n");
22524       printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
22525       printf("*** to point to the correct configuration files\n");
22526     }
22527   else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
22528            (gtk_minor_version != GTK_MINOR_VERSION) ||
22529            (gtk_micro_version != GTK_MICRO_VERSION))
22530     {
22531       printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
22532              GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
22533       printf("*** library (version %d.%d.%d)\n",
22534              gtk_major_version, gtk_minor_version, gtk_micro_version);
22535     }
22536   else
22537     {
22538       if ((gtk_major_version > major) ||
22539         ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
22540         ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
22541       {
22542         return 0;
22543        }
22544      else
22545       {
22546         printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
22547                gtk_major_version, gtk_minor_version, gtk_micro_version);
22548         printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
22549                major, minor, micro);
22550         printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
22551         printf("***\n");
22552         printf("*** If you have already installed a sufficiently new version, this error\n");
22553         printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
22554         printf("*** being found. The easiest way to fix this is to remove the old version\n");
22555         printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
22556         printf("*** correct copy of pkg-config. (In this case, you will have to\n");
22557         printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
22558         printf("*** so that the correct libraries are found at run-time))\n");
22559       }
22560     }
22561   return 1;
22562 }
22563
22564 _ACEOF
22565 rm -f conftest$ac_exeext
22566 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22567   (eval $ac_link) 2>&5
22568   ac_status=$?
22569   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22570   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22571   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22572   (eval $ac_try) 2>&5
22573   ac_status=$?
22574   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22575   (exit $ac_status); }; }; then
22576   :
22577 else
22578   echo "$as_me: program exited with status $ac_status" >&5
22579 echo "$as_me: failed program was:" >&5
22580 sed 's/^/| /' conftest.$ac_ext >&5
22581
22582 ( exit $ac_status )
22583 no_gtk=yes
22584 fi
22585 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
22586 fi
22587        CFLAGS="$ac_save_CFLAGS"
22588        LIBS="$ac_save_LIBS"
22589      fi
22590   fi
22591   if test "x$no_gtk" = x ; then
22592      echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
22593 echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6
22594      wx_cv_lib_gtk=2.0
22595   else
22596      echo "$as_me:$LINENO: result: no" >&5
22597 echo "${ECHO_T}no" >&6
22598      if test "$PKG_CONFIG" = "no" ; then
22599        echo "*** A new enough version of pkg-config was not found."
22600        echo "*** See http://pkgconfig.sourceforge.net"
22601      else
22602        if test -f conf.gtktest ; then
22603         :
22604        else
22605           echo "*** Could not run GTK+ test program, checking why..."
22606           ac_save_CFLAGS="$CFLAGS"
22607           ac_save_LIBS="$LIBS"
22608           CFLAGS="$CFLAGS $GTK_CFLAGS"
22609           LIBS="$LIBS $GTK_LIBS"
22610           cat >conftest.$ac_ext <<_ACEOF
22611 /* confdefs.h.  */
22612 _ACEOF
22613 cat confdefs.h >>conftest.$ac_ext
22614 cat >>conftest.$ac_ext <<_ACEOF
22615 /* end confdefs.h.  */
22616
22617 #include <gtk/gtk.h>
22618 #include <stdio.h>
22619
22620 int
22621 main ()
22622 {
22623  return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
22624   ;
22625   return 0;
22626 }
22627 _ACEOF
22628 rm -f conftest.$ac_objext conftest$ac_exeext
22629 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22630   (eval $ac_link) 2>conftest.er1
22631   ac_status=$?
22632   grep -v '^ *+' conftest.er1 >conftest.err
22633   rm -f conftest.er1
22634   cat conftest.err >&5
22635   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22636   (exit $ac_status); } &&
22637          { ac_try='test -z "$ac_c_werror_flag"
22638                          || test ! -s conftest.err'
22639   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22640   (eval $ac_try) 2>&5
22641   ac_status=$?
22642   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22643   (exit $ac_status); }; } &&
22644          { ac_try='test -s conftest$ac_exeext'
22645   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22646   (eval $ac_try) 2>&5
22647   ac_status=$?
22648   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22649   (exit $ac_status); }; }; then
22650    echo "*** The test program compiled, but did not run. This usually means"
22651           echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
22652           echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
22653           echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
22654           echo "*** to the installed location  Also, make sure you have run ldconfig if that"
22655           echo "*** is required on your system"
22656           echo "***"
22657           echo "*** If you have an old version installed, it is best to remove it, although"
22658           echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
22659 else
22660   echo "$as_me: failed program was:" >&5
22661 sed 's/^/| /' conftest.$ac_ext >&5
22662
22663  echo "*** The test program failed to compile or link. See the file config.log for the"
22664           echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
22665 fi
22666 rm -f conftest.err conftest.$ac_objext \
22667       conftest$ac_exeext conftest.$ac_ext
22668           CFLAGS="$ac_save_CFLAGS"
22669           LIBS="$ac_save_LIBS"
22670        fi
22671      fi
22672      GTK_CFLAGS=""
22673      GTK_LIBS=""
22674      :
22675   fi
22676
22677
22678   rm -f conf.gtktest
22679
22680                 else
22681
22682 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
22683 if test "${with_gtk_prefix+set}" = set; then
22684   withval="$with_gtk_prefix"
22685   gtk_config_prefix="$withval"
22686 else
22687   gtk_config_prefix=""
22688 fi;
22689
22690 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
22691 if test "${with_gtk_exec_prefix+set}" = set; then
22692   withval="$with_gtk_exec_prefix"
22693   gtk_config_exec_prefix="$withval"
22694 else
22695   gtk_config_exec_prefix=""
22696 fi;
22697 # Check whether --enable-gtktest or --disable-gtktest was given.
22698 if test "${enable_gtktest+set}" = set; then
22699   enableval="$enable_gtktest"
22700
22701 else
22702   enable_gtktest=yes
22703 fi;
22704
22705   for module in . $GTK_MODULES
22706   do
22707       case "$module" in
22708          gthread)
22709              gtk_config_args="$gtk_config_args gthread"
22710          ;;
22711       esac
22712   done
22713
22714   if test x$gtk_config_exec_prefix != x ; then
22715      gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
22716      if test x${GTK_CONFIG+set} != xset ; then
22717         GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
22718      fi
22719   fi
22720   if test x$gtk_config_prefix != x ; then
22721      gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
22722      if test x${GTK_CONFIG+set} != xset ; then
22723         GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
22724      fi
22725   fi
22726
22727   # Extract the first word of "gtk-config", so it can be a program name with args.
22728 set dummy gtk-config; ac_word=$2
22729 echo "$as_me:$LINENO: checking for $ac_word" >&5
22730 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
22731 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
22732   echo $ECHO_N "(cached) $ECHO_C" >&6
22733 else
22734   case $GTK_CONFIG in
22735   [\\/]* | ?:[\\/]*)
22736   ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
22737   ;;
22738   *)
22739   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22740 for as_dir in $PATH
22741 do
22742   IFS=$as_save_IFS
22743   test -z "$as_dir" && as_dir=.
22744   for ac_exec_ext in '' $ac_executable_extensions; do
22745   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22746     ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
22747     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22748     break 2
22749   fi
22750 done
22751 done
22752
22753   test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
22754   ;;
22755 esac
22756 fi
22757 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
22758
22759 if test -n "$GTK_CONFIG"; then
22760   echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
22761 echo "${ECHO_T}$GTK_CONFIG" >&6
22762 else
22763   echo "$as_me:$LINENO: result: no" >&5
22764 echo "${ECHO_T}no" >&6
22765 fi
22766
22767   min_gtk_version=1.2.7
22768   echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
22769 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
22770   no_gtk=""
22771   if test "$GTK_CONFIG" = "no" ; then
22772     no_gtk=yes
22773   else
22774     GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
22775     GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
22776     gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
22777            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
22778     gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
22779            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
22780     gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
22781            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
22782     if test "x$enable_gtktest" = "xyes" ; then
22783       ac_save_CFLAGS="$CFLAGS"
22784       ac_save_LIBS="$LIBS"
22785       CFLAGS="$CFLAGS $GTK_CFLAGS"
22786       LIBS="$GTK_LIBS $LIBS"
22787       rm -f conf.gtktest
22788       if test "$cross_compiling" = yes; then
22789   echo $ac_n "cross compiling; assumed OK... $ac_c"
22790 else
22791   cat >conftest.$ac_ext <<_ACEOF
22792 /* confdefs.h.  */
22793 _ACEOF
22794 cat confdefs.h >>conftest.$ac_ext
22795 cat >>conftest.$ac_ext <<_ACEOF
22796 /* end confdefs.h.  */
22797
22798 #include <gtk/gtk.h>
22799 #include <stdio.h>
22800 #include <stdlib.h>
22801
22802 int
22803 main ()
22804 {
22805   int major, minor, micro;
22806   char *tmp_version;
22807
22808   system ("touch conf.gtktest");
22809
22810   /* HP/UX 9 (%@#!) writes to sscanf strings */
22811   tmp_version = g_strdup("$min_gtk_version");
22812   if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
22813      printf("%s, bad version string\n", "$min_gtk_version");
22814      exit(1);
22815    }
22816
22817   if ((gtk_major_version != $gtk_config_major_version) ||
22818       (gtk_minor_version != $gtk_config_minor_version) ||
22819       (gtk_micro_version != $gtk_config_micro_version))
22820     {
22821       printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
22822              $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
22823              gtk_major_version, gtk_minor_version, gtk_micro_version);
22824       printf ("*** was found! If gtk-config was correct, then it is best\n");
22825       printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
22826       printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
22827       printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
22828       printf("*** required on your system.\n");
22829       printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
22830       printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
22831       printf("*** before re-running configure\n");
22832     }
22833 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
22834   else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
22835            (gtk_minor_version != GTK_MINOR_VERSION) ||
22836            (gtk_micro_version != GTK_MICRO_VERSION))
22837     {
22838       printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
22839              GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
22840       printf("*** library (version %d.%d.%d)\n",
22841              gtk_major_version, gtk_minor_version, gtk_micro_version);
22842     }
22843 #endif /* defined (GTK_MAJOR_VERSION) ... */
22844   else
22845     {
22846       if ((gtk_major_version > major) ||
22847         ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
22848         ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
22849       {
22850         return 0;
22851        }
22852      else
22853       {
22854         printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
22855                gtk_major_version, gtk_minor_version, gtk_micro_version);
22856         printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
22857                major, minor, micro);
22858         printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
22859         printf("***\n");
22860         printf("*** If you have already installed a sufficiently new version, this error\n");
22861         printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
22862         printf("*** being found. The easiest way to fix this is to remove the old version\n");
22863         printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
22864         printf("*** correct copy of gtk-config. (In this case, you will have to\n");
22865         printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
22866         printf("*** so that the correct libraries are found at run-time))\n");
22867       }
22868     }
22869   return 1;
22870 }
22871
22872 _ACEOF
22873 rm -f conftest$ac_exeext
22874 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22875   (eval $ac_link) 2>&5
22876   ac_status=$?
22877   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22878   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22879   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22880   (eval $ac_try) 2>&5
22881   ac_status=$?
22882   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22883   (exit $ac_status); }; }; then
22884   :
22885 else
22886   echo "$as_me: program exited with status $ac_status" >&5
22887 echo "$as_me: failed program was:" >&5
22888 sed 's/^/| /' conftest.$ac_ext >&5
22889
22890 ( exit $ac_status )
22891 no_gtk=yes
22892 fi
22893 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
22894 fi
22895        CFLAGS="$ac_save_CFLAGS"
22896        LIBS="$ac_save_LIBS"
22897      fi
22898   fi
22899   if test "x$no_gtk" = x ; then
22900      echo "$as_me:$LINENO: result: yes" >&5
22901 echo "${ECHO_T}yes" >&6
22902      wx_cv_lib_gtk=1.2.7
22903   else
22904      echo "$as_me:$LINENO: result: no" >&5
22905 echo "${ECHO_T}no" >&6
22906      if test "$GTK_CONFIG" = "no" ; then
22907        echo "*** The gtk-config script installed by GTK could not be found"
22908        echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
22909        echo "*** your path, or set the GTK_CONFIG environment variable to the"
22910        echo "*** full path to gtk-config."
22911      else
22912        if test -f conf.gtktest ; then
22913         :
22914        else
22915           echo "*** Could not run GTK test program, checking why..."
22916           CFLAGS="$CFLAGS $GTK_CFLAGS"
22917           LIBS="$LIBS $GTK_LIBS"
22918           cat >conftest.$ac_ext <<_ACEOF
22919 /* confdefs.h.  */
22920 _ACEOF
22921 cat confdefs.h >>conftest.$ac_ext
22922 cat >>conftest.$ac_ext <<_ACEOF
22923 /* end confdefs.h.  */
22924
22925 #include <gtk/gtk.h>
22926 #include <stdio.h>
22927
22928 int
22929 main ()
22930 {
22931  return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
22932   ;
22933   return 0;
22934 }
22935 _ACEOF
22936 rm -f conftest.$ac_objext conftest$ac_exeext
22937 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22938   (eval $ac_link) 2>conftest.er1
22939   ac_status=$?
22940   grep -v '^ *+' conftest.er1 >conftest.err
22941   rm -f conftest.er1
22942   cat conftest.err >&5
22943   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22944   (exit $ac_status); } &&
22945          { ac_try='test -z "$ac_c_werror_flag"
22946                          || test ! -s conftest.err'
22947   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22948   (eval $ac_try) 2>&5
22949   ac_status=$?
22950   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22951   (exit $ac_status); }; } &&
22952          { ac_try='test -s conftest$ac_exeext'
22953   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22954   (eval $ac_try) 2>&5
22955   ac_status=$?
22956   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22957   (exit $ac_status); }; }; then
22958    echo "*** The test program compiled, but did not run. This usually means"
22959           echo "*** that the run-time linker is not finding GTK or finding the wrong"
22960           echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
22961           echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
22962           echo "*** to the installed location  Also, make sure you have run ldconfig if that"
22963           echo "*** is required on your system"
22964           echo "***"
22965           echo "*** If you have an old version installed, it is best to remove it, although"
22966           echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
22967           echo "***"
22968           echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
22969           echo "*** came with the system with the command"
22970           echo "***"
22971           echo "***    rpm --erase --nodeps gtk gtk-devel"
22972 else
22973   echo "$as_me: failed program was:" >&5
22974 sed 's/^/| /' conftest.$ac_ext >&5
22975
22976  echo "*** The test program failed to compile or link. See the file config.log for the"
22977           echo "*** exact error that occured. This usually means GTK was incorrectly installed"
22978           echo "*** or that you have moved GTK since it was installed. In the latter case, you"
22979           echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
22980 fi
22981 rm -f conftest.err conftest.$ac_objext \
22982       conftest$ac_exeext conftest.$ac_ext
22983           CFLAGS="$ac_save_CFLAGS"
22984           LIBS="$ac_save_LIBS"
22985        fi
22986      fi
22987      GTK_CFLAGS=""
22988      GTK_LIBS=""
22989      :
22990   fi
22991
22992
22993   rm -f conf.gtktest
22994
22995
22996                     if test -z "$wx_cv_lib_gtk"; then
22997
22998 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
22999 if test "${with_gtk_prefix+set}" = set; then
23000   withval="$with_gtk_prefix"
23001   gtk_config_prefix="$withval"
23002 else
23003   gtk_config_prefix=""
23004 fi;
23005
23006 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
23007 if test "${with_gtk_exec_prefix+set}" = set; then
23008   withval="$with_gtk_exec_prefix"
23009   gtk_config_exec_prefix="$withval"
23010 else
23011   gtk_config_exec_prefix=""
23012 fi;
23013 # Check whether --enable-gtktest or --disable-gtktest was given.
23014 if test "${enable_gtktest+set}" = set; then
23015   enableval="$enable_gtktest"
23016
23017 else
23018   enable_gtktest=yes
23019 fi;
23020
23021   for module in . $GTK_MODULES
23022   do
23023       case "$module" in
23024          gthread)
23025              gtk_config_args="$gtk_config_args gthread"
23026          ;;
23027       esac
23028   done
23029
23030   if test x$gtk_config_exec_prefix != x ; then
23031      gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
23032      if test x${GTK_CONFIG+set} != xset ; then
23033         GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
23034      fi
23035   fi
23036   if test x$gtk_config_prefix != x ; then
23037      gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
23038      if test x${GTK_CONFIG+set} != xset ; then
23039         GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
23040      fi
23041   fi
23042
23043   # Extract the first word of "gtk-config", so it can be a program name with args.
23044 set dummy gtk-config; ac_word=$2
23045 echo "$as_me:$LINENO: checking for $ac_word" >&5
23046 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
23047 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
23048   echo $ECHO_N "(cached) $ECHO_C" >&6
23049 else
23050   case $GTK_CONFIG in
23051   [\\/]* | ?:[\\/]*)
23052   ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
23053   ;;
23054   *)
23055   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23056 for as_dir in $PATH
23057 do
23058   IFS=$as_save_IFS
23059   test -z "$as_dir" && as_dir=.
23060   for ac_exec_ext in '' $ac_executable_extensions; do
23061   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
23062     ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
23063     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
23064     break 2
23065   fi
23066 done
23067 done
23068
23069   test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
23070   ;;
23071 esac
23072 fi
23073 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
23074
23075 if test -n "$GTK_CONFIG"; then
23076   echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
23077 echo "${ECHO_T}$GTK_CONFIG" >&6
23078 else
23079   echo "$as_me:$LINENO: result: no" >&5
23080 echo "${ECHO_T}no" >&6
23081 fi
23082
23083   min_gtk_version=1.2.3
23084   echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
23085 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
23086   no_gtk=""
23087   if test "$GTK_CONFIG" = "no" ; then
23088     no_gtk=yes
23089   else
23090     GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
23091     GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
23092     gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
23093            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
23094     gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
23095            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
23096     gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
23097            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
23098     if test "x$enable_gtktest" = "xyes" ; then
23099       ac_save_CFLAGS="$CFLAGS"
23100       ac_save_LIBS="$LIBS"
23101       CFLAGS="$CFLAGS $GTK_CFLAGS"
23102       LIBS="$GTK_LIBS $LIBS"
23103       rm -f conf.gtktest
23104       if test "$cross_compiling" = yes; then
23105   echo $ac_n "cross compiling; assumed OK... $ac_c"
23106 else
23107   cat >conftest.$ac_ext <<_ACEOF
23108 /* confdefs.h.  */
23109 _ACEOF
23110 cat confdefs.h >>conftest.$ac_ext
23111 cat >>conftest.$ac_ext <<_ACEOF
23112 /* end confdefs.h.  */
23113
23114 #include <gtk/gtk.h>
23115 #include <stdio.h>
23116 #include <stdlib.h>
23117
23118 int
23119 main ()
23120 {
23121   int major, minor, micro;
23122   char *tmp_version;
23123
23124   system ("touch conf.gtktest");
23125
23126   /* HP/UX 9 (%@#!) writes to sscanf strings */
23127   tmp_version = g_strdup("$min_gtk_version");
23128   if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
23129      printf("%s, bad version string\n", "$min_gtk_version");
23130      exit(1);
23131    }
23132
23133   if ((gtk_major_version != $gtk_config_major_version) ||
23134       (gtk_minor_version != $gtk_config_minor_version) ||
23135       (gtk_micro_version != $gtk_config_micro_version))
23136     {
23137       printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
23138              $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
23139              gtk_major_version, gtk_minor_version, gtk_micro_version);
23140       printf ("*** was found! If gtk-config was correct, then it is best\n");
23141       printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
23142       printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
23143       printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
23144       printf("*** required on your system.\n");
23145       printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
23146       printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
23147       printf("*** before re-running configure\n");
23148     }
23149 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
23150   else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
23151            (gtk_minor_version != GTK_MINOR_VERSION) ||
23152            (gtk_micro_version != GTK_MICRO_VERSION))
23153     {
23154       printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
23155              GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
23156       printf("*** library (version %d.%d.%d)\n",
23157              gtk_major_version, gtk_minor_version, gtk_micro_version);
23158     }
23159 #endif /* defined (GTK_MAJOR_VERSION) ... */
23160   else
23161     {
23162       if ((gtk_major_version > major) ||
23163         ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
23164         ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
23165       {
23166         return 0;
23167        }
23168      else
23169       {
23170         printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
23171                gtk_major_version, gtk_minor_version, gtk_micro_version);
23172         printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
23173                major, minor, micro);
23174         printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
23175         printf("***\n");
23176         printf("*** If you have already installed a sufficiently new version, this error\n");
23177         printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
23178         printf("*** being found. The easiest way to fix this is to remove the old version\n");
23179         printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
23180         printf("*** correct copy of gtk-config. (In this case, you will have to\n");
23181         printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
23182         printf("*** so that the correct libraries are found at run-time))\n");
23183       }
23184     }
23185   return 1;
23186 }
23187
23188 _ACEOF
23189 rm -f conftest$ac_exeext
23190 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23191   (eval $ac_link) 2>&5
23192   ac_status=$?
23193   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23194   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23195   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23196   (eval $ac_try) 2>&5
23197   ac_status=$?
23198   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23199   (exit $ac_status); }; }; then
23200   :
23201 else
23202   echo "$as_me: program exited with status $ac_status" >&5
23203 echo "$as_me: failed program was:" >&5
23204 sed 's/^/| /' conftest.$ac_ext >&5
23205
23206 ( exit $ac_status )
23207 no_gtk=yes
23208 fi
23209 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23210 fi
23211        CFLAGS="$ac_save_CFLAGS"
23212        LIBS="$ac_save_LIBS"
23213      fi
23214   fi
23215   if test "x$no_gtk" = x ; then
23216      echo "$as_me:$LINENO: result: yes" >&5
23217 echo "${ECHO_T}yes" >&6
23218      wx_cv_lib_gtk=1.2.3
23219   else
23220      echo "$as_me:$LINENO: result: no" >&5
23221 echo "${ECHO_T}no" >&6
23222      if test "$GTK_CONFIG" = "no" ; then
23223        echo "*** The gtk-config script installed by GTK could not be found"
23224        echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
23225        echo "*** your path, or set the GTK_CONFIG environment variable to the"
23226        echo "*** full path to gtk-config."
23227      else
23228        if test -f conf.gtktest ; then
23229         :
23230        else
23231           echo "*** Could not run GTK test program, checking why..."
23232           CFLAGS="$CFLAGS $GTK_CFLAGS"
23233           LIBS="$LIBS $GTK_LIBS"
23234           cat >conftest.$ac_ext <<_ACEOF
23235 /* confdefs.h.  */
23236 _ACEOF
23237 cat confdefs.h >>conftest.$ac_ext
23238 cat >>conftest.$ac_ext <<_ACEOF
23239 /* end confdefs.h.  */
23240
23241 #include <gtk/gtk.h>
23242 #include <stdio.h>
23243
23244 int
23245 main ()
23246 {
23247  return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
23248   ;
23249   return 0;
23250 }
23251 _ACEOF
23252 rm -f conftest.$ac_objext conftest$ac_exeext
23253 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23254   (eval $ac_link) 2>conftest.er1
23255   ac_status=$?
23256   grep -v '^ *+' conftest.er1 >conftest.err
23257   rm -f conftest.er1
23258   cat conftest.err >&5
23259   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23260   (exit $ac_status); } &&
23261          { ac_try='test -z "$ac_c_werror_flag"
23262                          || test ! -s conftest.err'
23263   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23264   (eval $ac_try) 2>&5
23265   ac_status=$?
23266   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23267   (exit $ac_status); }; } &&
23268          { ac_try='test -s conftest$ac_exeext'
23269   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23270   (eval $ac_try) 2>&5
23271   ac_status=$?
23272   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23273   (exit $ac_status); }; }; then
23274    echo "*** The test program compiled, but did not run. This usually means"
23275           echo "*** that the run-time linker is not finding GTK or finding the wrong"
23276           echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
23277           echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
23278           echo "*** to the installed location  Also, make sure you have run ldconfig if that"
23279           echo "*** is required on your system"
23280           echo "***"
23281           echo "*** If you have an old version installed, it is best to remove it, although"
23282           echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
23283           echo "***"
23284           echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
23285           echo "*** came with the system with the command"
23286           echo "***"
23287           echo "***    rpm --erase --nodeps gtk gtk-devel"
23288 else
23289   echo "$as_me: failed program was:" >&5
23290 sed 's/^/| /' conftest.$ac_ext >&5
23291
23292  echo "*** The test program failed to compile or link. See the file config.log for the"
23293           echo "*** exact error that occured. This usually means GTK was incorrectly installed"
23294           echo "*** or that you have moved GTK since it was installed. In the latter case, you"
23295           echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
23296 fi
23297 rm -f conftest.err conftest.$ac_objext \
23298       conftest$ac_exeext conftest.$ac_ext
23299           CFLAGS="$ac_save_CFLAGS"
23300           LIBS="$ac_save_LIBS"
23301        fi
23302      fi
23303      GTK_CFLAGS=""
23304      GTK_LIBS=""
23305      :
23306   fi
23307
23308
23309   rm -f conf.gtktest
23310
23311                     fi
23312                 fi
23313
23314                 if test -z "$wx_cv_lib_gtk"; then
23315                                         wx_cv_lib_gtk=none
23316                 else
23317                                                             wx_cv_cflags_gtk=$GTK_CFLAGS
23318                     wx_cv_libs_gtk=$GTK_LIBS
23319                 fi
23320
23321
23322 fi
23323
23324
23325                         if test "$gtk_version_cached" = 1; then
23326             echo "$as_me:$LINENO: result: $wx_cv_lib_gtk" >&5
23327 echo "${ECHO_T}$wx_cv_lib_gtk" >&6
23328         fi
23329
23330         case "$wx_cv_lib_gtk" in
23331             2.0)    WXGTK20=1
23332                     TOOLKIT_VERSION=2
23333                     ;;
23334             1.2.7)  WXGTK127=1
23335                     WXGTK12=1
23336                     ;;
23337             1.2.3)  WXGTK12=1
23338                     ;;
23339             *)      { { echo "$as_me:$LINENO: error:
23340 Please check that gtk-config is in path, the directory
23341 where GTK+ libraries are installed (returned by
23342 'gtk-config --libs' command) is in LD_LIBRARY_PATH or
23343 equivalent variable and GTK+ is version 1.2.3 or above.
23344                             " >&5
23345 echo "$as_me: error:
23346 Please check that gtk-config is in path, the directory
23347 where GTK+ libraries are installed (returned by
23348 'gtk-config --libs' command) is in LD_LIBRARY_PATH or
23349 equivalent variable and GTK+ is version 1.2.3 or above.
23350                             " >&2;}
23351    { (exit 1); exit 1; }; }
23352                     ;;
23353         esac
23354
23355         if test "$WXGTK20" = 1; then
23356             if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
23357
23358   succeeded=no
23359
23360   if test -z "$PKG_CONFIG"; then
23361     # Extract the first word of "pkg-config", so it can be a program name with args.
23362 set dummy pkg-config; ac_word=$2
23363 echo "$as_me:$LINENO: checking for $ac_word" >&5
23364 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
23365 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
23366   echo $ECHO_N "(cached) $ECHO_C" >&6
23367 else
23368   case $PKG_CONFIG in
23369   [\\/]* | ?:[\\/]*)
23370   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
23371   ;;
23372   *)
23373   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23374 for as_dir in $PATH
23375 do
23376   IFS=$as_save_IFS
23377   test -z "$as_dir" && as_dir=.
23378   for ac_exec_ext in '' $ac_executable_extensions; do
23379   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
23380     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
23381     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
23382     break 2
23383   fi
23384 done
23385 done
23386
23387   test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
23388   ;;
23389 esac
23390 fi
23391 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
23392
23393 if test -n "$PKG_CONFIG"; then
23394   echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
23395 echo "${ECHO_T}$PKG_CONFIG" >&6
23396 else
23397   echo "$as_me:$LINENO: result: no" >&5
23398 echo "${ECHO_T}no" >&6
23399 fi
23400
23401   fi
23402
23403   if test "$PKG_CONFIG" = "no" ; then
23404      echo "*** The pkg-config script could not be found. Make sure it is"
23405      echo "*** in your path, or set the PKG_CONFIG environment variable"
23406      echo "*** to the full path to pkg-config."
23407      echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
23408   else
23409      PKG_CONFIG_MIN_VERSION=0.9.0
23410      if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
23411         echo "$as_me:$LINENO: checking for pangoft2" >&5
23412 echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6
23413
23414         if $PKG_CONFIG --exists "pangoft2" ; then
23415             echo "$as_me:$LINENO: result: yes" >&5
23416 echo "${ECHO_T}yes" >&6
23417             succeeded=yes
23418
23419             echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5
23420 echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6
23421             PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2"`
23422             echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5
23423 echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6
23424
23425             echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5
23426 echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6
23427             PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2"`
23428             echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5
23429 echo "${ECHO_T}$PANGOFT2_LIBS" >&6
23430         else
23431             PANGOFT2_CFLAGS=""
23432             PANGOFT2_LIBS=""
23433             ## If we have a custom action on failure, don't print errors, but
23434             ## do set a variable so people can do so.
23435             PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
23436
23437         fi
23438
23439
23440
23441      else
23442         echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
23443         echo "*** See http://www.freedesktop.org/software/pkgconfig"
23444      fi
23445   fi
23446
23447   if test $succeeded = yes; then
23448
23449                         CXXFLAGS="$CXXFLAGS $PANGOFT2_CFLAGS"
23450                         GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
23451
23452   else
23453
23454                         { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
23455 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
23456                         wxUSE_PRINTING_ARCHITECTURE="no"
23457
23458
23459   fi
23460
23461             fi
23462
23463             save_CFLAGS="$CFLAGS"
23464             save_LIBS="$LIBS"
23465             CFLAGS="$CFLAGS $GTK_CFLAGS"
23466             LIBS="$LIBS $GTK_LIBS"
23467
23468 for ac_func in pango_font_family_is_monospace
23469 do
23470 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
23471 echo "$as_me:$LINENO: checking for $ac_func" >&5
23472 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
23473 if eval "test \"\${$as_ac_var+set}\" = set"; then
23474   echo $ECHO_N "(cached) $ECHO_C" >&6
23475 else
23476   cat >conftest.$ac_ext <<_ACEOF
23477 /* confdefs.h.  */
23478 _ACEOF
23479 cat confdefs.h >>conftest.$ac_ext
23480 cat >>conftest.$ac_ext <<_ACEOF
23481 /* end confdefs.h.  */
23482 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
23483    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
23484 #define $ac_func innocuous_$ac_func
23485
23486 /* System header to define __stub macros and hopefully few prototypes,
23487     which can conflict with char $ac_func (); below.
23488     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23489     <limits.h> exists even on freestanding compilers.  */
23490
23491 #ifdef __STDC__
23492 # include <limits.h>
23493 #else
23494 # include <assert.h>
23495 #endif
23496
23497 #undef $ac_func
23498
23499 /* Override any gcc2 internal prototype to avoid an error.  */
23500 #ifdef __cplusplus
23501 extern "C"
23502 {
23503 #endif
23504 /* We use char because int might match the return type of a gcc2
23505    builtin and then its argument prototype would still apply.  */
23506 char $ac_func ();
23507 /* The GNU C library defines this for functions which it implements
23508     to always fail with ENOSYS.  Some functions are actually named
23509     something starting with __ and the normal name is an alias.  */
23510 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
23511 choke me
23512 #else
23513 char (*f) () = $ac_func;
23514 #endif
23515 #ifdef __cplusplus
23516 }
23517 #endif
23518
23519 int
23520 main ()
23521 {
23522 return f != $ac_func;
23523   ;
23524   return 0;
23525 }
23526 _ACEOF
23527 rm -f conftest.$ac_objext conftest$ac_exeext
23528 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23529   (eval $ac_link) 2>conftest.er1
23530   ac_status=$?
23531   grep -v '^ *+' conftest.er1 >conftest.err
23532   rm -f conftest.er1
23533   cat conftest.err >&5
23534   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23535   (exit $ac_status); } &&
23536          { ac_try='test -z "$ac_c_werror_flag"
23537                          || test ! -s conftest.err'
23538   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23539   (eval $ac_try) 2>&5
23540   ac_status=$?
23541   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23542   (exit $ac_status); }; } &&
23543          { ac_try='test -s conftest$ac_exeext'
23544   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23545   (eval $ac_try) 2>&5
23546   ac_status=$?
23547   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23548   (exit $ac_status); }; }; then
23549   eval "$as_ac_var=yes"
23550 else
23551   echo "$as_me: failed program was:" >&5
23552 sed 's/^/| /' conftest.$ac_ext >&5
23553
23554 eval "$as_ac_var=no"
23555 fi
23556 rm -f conftest.err conftest.$ac_objext \
23557       conftest$ac_exeext conftest.$ac_ext
23558 fi
23559 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
23560 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
23561 if test `eval echo '${'$as_ac_var'}'` = yes; then
23562   cat >>confdefs.h <<_ACEOF
23563 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
23564 _ACEOF
23565
23566 fi
23567 done
23568
23569             CFLAGS="$save_CFLAGS"
23570             LIBS="$save_LIBS"
23571         else
23572             if test "$wxUSE_UNICODE" = "yes"; then
23573                 { echo "$as_me:$LINENO: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
23574 echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
23575                 wxUSE_UNICODE=no
23576             fi
23577         fi
23578
23579                         if test "$USE_DARWIN" != 1; then
23580
23581 for ac_func in poll
23582 do
23583 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
23584 echo "$as_me:$LINENO: checking for $ac_func" >&5
23585 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
23586 if eval "test \"\${$as_ac_var+set}\" = set"; then
23587   echo $ECHO_N "(cached) $ECHO_C" >&6
23588 else
23589   cat >conftest.$ac_ext <<_ACEOF
23590 /* confdefs.h.  */
23591 _ACEOF
23592 cat confdefs.h >>conftest.$ac_ext
23593 cat >>conftest.$ac_ext <<_ACEOF
23594 /* end confdefs.h.  */
23595 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
23596    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
23597 #define $ac_func innocuous_$ac_func
23598
23599 /* System header to define __stub macros and hopefully few prototypes,
23600     which can conflict with char $ac_func (); below.
23601     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23602     <limits.h> exists even on freestanding compilers.  */
23603
23604 #ifdef __STDC__
23605 # include <limits.h>
23606 #else
23607 # include <assert.h>
23608 #endif
23609
23610 #undef $ac_func
23611
23612 /* Override any gcc2 internal prototype to avoid an error.  */
23613 #ifdef __cplusplus
23614 extern "C"
23615 {
23616 #endif
23617 /* We use char because int might match the return type of a gcc2
23618    builtin and then its argument prototype would still apply.  */
23619 char $ac_func ();
23620 /* The GNU C library defines this for functions which it implements
23621     to always fail with ENOSYS.  Some functions are actually named
23622     something starting with __ and the normal name is an alias.  */
23623 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
23624 choke me
23625 #else
23626 char (*f) () = $ac_func;
23627 #endif
23628 #ifdef __cplusplus
23629 }
23630 #endif
23631
23632 int
23633 main ()
23634 {
23635 return f != $ac_func;
23636   ;
23637   return 0;
23638 }
23639 _ACEOF
23640 rm -f conftest.$ac_objext conftest$ac_exeext
23641 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23642   (eval $ac_link) 2>conftest.er1
23643   ac_status=$?
23644   grep -v '^ *+' conftest.er1 >conftest.err
23645   rm -f conftest.er1
23646   cat conftest.err >&5
23647   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23648   (exit $ac_status); } &&
23649          { ac_try='test -z "$ac_c_werror_flag"
23650                          || test ! -s conftest.err'
23651   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23652   (eval $ac_try) 2>&5
23653   ac_status=$?
23654   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23655   (exit $ac_status); }; } &&
23656          { ac_try='test -s conftest$ac_exeext'
23657   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23658   (eval $ac_try) 2>&5
23659   ac_status=$?
23660   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23661   (exit $ac_status); }; }; then
23662   eval "$as_ac_var=yes"
23663 else
23664   echo "$as_me: failed program was:" >&5
23665 sed 's/^/| /' conftest.$ac_ext >&5
23666
23667 eval "$as_ac_var=no"
23668 fi
23669 rm -f conftest.err conftest.$ac_objext \
23670       conftest$ac_exeext conftest.$ac_ext
23671 fi
23672 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
23673 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
23674 if test `eval echo '${'$as_ac_var'}'` = yes; then
23675   cat >>confdefs.h <<_ACEOF
23676 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
23677 _ACEOF
23678
23679 fi
23680 done
23681
23682         fi
23683
23684         TOOLKIT_INCLUDE="$wx_cv_cflags_gtk"
23685         GUI_TK_LIBRARY="$wx_cv_libs_gtk $GUI_TK_LIBRARY"
23686
23687         AFMINSTALL=afminstall
23688         TOOLKIT=GTK
23689         GUIDIST=GTK_DIST
23690
23691                 echo "$as_me:$LINENO: checking for gdk_im_open in -lgdk" >&5
23692 echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6
23693 if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then
23694   echo $ECHO_N "(cached) $ECHO_C" >&6
23695 else
23696   ac_check_lib_save_LIBS=$LIBS
23697 LIBS="-lgdk  $LIBS"
23698 cat >conftest.$ac_ext <<_ACEOF
23699 /* confdefs.h.  */
23700 _ACEOF
23701 cat confdefs.h >>conftest.$ac_ext
23702 cat >>conftest.$ac_ext <<_ACEOF
23703 /* end confdefs.h.  */
23704
23705 /* Override any gcc2 internal prototype to avoid an error.  */
23706 #ifdef __cplusplus
23707 extern "C"
23708 #endif
23709 /* We use char because int might match the return type of a gcc2
23710    builtin and then its argument prototype would still apply.  */
23711 char gdk_im_open ();
23712 int
23713 main ()
23714 {
23715 gdk_im_open ();
23716   ;
23717   return 0;
23718 }
23719 _ACEOF
23720 rm -f conftest.$ac_objext conftest$ac_exeext
23721 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23722   (eval $ac_link) 2>conftest.er1
23723   ac_status=$?
23724   grep -v '^ *+' conftest.er1 >conftest.err
23725   rm -f conftest.er1
23726   cat conftest.err >&5
23727   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23728   (exit $ac_status); } &&
23729          { ac_try='test -z "$ac_c_werror_flag"
23730                          || test ! -s conftest.err'
23731   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23732   (eval $ac_try) 2>&5
23733   ac_status=$?
23734   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23735   (exit $ac_status); }; } &&
23736          { ac_try='test -s conftest$ac_exeext'
23737   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23738   (eval $ac_try) 2>&5
23739   ac_status=$?
23740   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23741   (exit $ac_status); }; }; then
23742   ac_cv_lib_gdk_gdk_im_open=yes
23743 else
23744   echo "$as_me: failed program was:" >&5
23745 sed 's/^/| /' conftest.$ac_ext >&5
23746
23747 ac_cv_lib_gdk_gdk_im_open=no
23748 fi
23749 rm -f conftest.err conftest.$ac_objext \
23750       conftest$ac_exeext conftest.$ac_ext
23751 LIBS=$ac_check_lib_save_LIBS
23752 fi
23753 echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_gdk_im_open" >&5
23754 echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6
23755 if test $ac_cv_lib_gdk_gdk_im_open = yes; then
23756   cat >>confdefs.h <<\_ACEOF
23757 #define HAVE_XIM 1
23758 _ACEOF
23759
23760 fi
23761
23762
23763
23764                 if test "$wxUSE_GPE" = "yes"; then
23765             echo "$as_me:$LINENO: checking for gpewidget library" >&5
23766 echo $ECHO_N "checking for gpewidget library... $ECHO_C" >&6
23767
23768 ac_find_libraries=
23769 for ac_dir in $SEARCH_LIB /usr/lib;
23770   do
23771     for ac_extension in a so sl dylib; do
23772       if test -f "$ac_dir/libgpewidget.$ac_extension"; then
23773         ac_find_libraries=$ac_dir
23774         break 2
23775       fi
23776     done
23777   done
23778
23779             if test "$ac_find_libraries" != "" ; then
23780
23781   echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
23782   result=$?
23783   if test $result = 0; then
23784     ac_path_to_link=""
23785   else
23786     ac_path_to_link=" -L$ac_find_libraries"
23787   fi
23788
23789                                                 GUI_TK_LIBRARY="-L${prefix}/lib -lgpewidget $GUI_TK_LIBRARY"
23790                 WXGPE=1
23791                 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
23792 echo "${ECHO_T}found at $ac_find_libraries" >&6
23793             else
23794                 echo "$as_me:$LINENO: result: not found" >&5
23795 echo "${ECHO_T}not found" >&6
23796             fi
23797
23798                                                                                                                     fi
23799     fi
23800
23801     if test "$wxUSE_MGL" = 1; then
23802        echo "$as_me:$LINENO: checking for SciTech MGL library" >&5
23803 echo $ECHO_N "checking for SciTech MGL library... $ECHO_C" >&6
23804         if test "x$MGL_ROOT" = x ; then
23805             echo "$as_me:$LINENO: result: not found" >&5
23806 echo "${ECHO_T}not found" >&6
23807             { { echo "$as_me:$LINENO: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5
23808 echo "$as_me: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&2;}
23809    { (exit 1); exit 1; }; }
23810         else
23811             echo "$as_me:$LINENO: result: $MGL_ROOT" >&5
23812 echo "${ECHO_T}$MGL_ROOT" >&6
23813         fi
23814
23815         echo "$as_me:$LINENO: checking for libmgl location" >&5
23816 echo $ECHO_N "checking for libmgl location... $ECHO_C" >&6
23817                                 case "${host}" in
23818             *-*-linux* )
23819                                           if test "x$wxUSE_SHARED" = xyes ; then
23820                   mgl_os_candidates="linux/gcc/x86/so linux/gcc/x86/a linux/gcc/glibc.so linux/gcc/glibc"
23821               else
23822                   mgl_os_candidates="linux/gcc/x86/a linux/gcc/x86/so linux/gcc/glibc linux/gcc/glibc.so"
23823               fi
23824               ;;
23825             *-pc-msdosdjgpp )
23826               mgl_os_candidates="dos32/dj2"
23827               ;;
23828             *)
23829               { { echo "$as_me:$LINENO: error: This system type ${host} is not yet supported by wxMGL." >&5
23830 echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&2;}
23831    { (exit 1); exit 1; }; }
23832         esac
23833
23834         mgl_lib_type=""
23835         mgl_os=""
23836
23837         for mgl_os_i in $mgl_os_candidates ; do
23838             if test "x$mgl_os" = x ; then
23839                 if test "$wxUSE_DEBUG_FLAG" = yes ; then
23840                     if test -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.a -o \
23841                             -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.so; then
23842                         mgl_lib_type=debug
23843                         mgl_os=$mgl_os_i
23844                     fi
23845                 fi
23846                 if test "x$mgl_lib_type" = x ; then
23847                     if test -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.a -o \
23848                             -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.so; then
23849                         mgl_lib_type=release
23850                         mgl_os=$mgl_os_i
23851                     fi
23852                 fi
23853             fi
23854         done
23855
23856         if test "x$mgl_os" = x ; then
23857             echo "$as_me:$LINENO: result: not found" >&5
23858 echo "${ECHO_T}not found" >&6
23859             { { echo "$as_me:$LINENO: error: Cannot find MGL libraries, make sure they are compiled." >&5
23860 echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&2;}
23861    { (exit 1); exit 1; }; }
23862         fi
23863         echo "$as_me:$LINENO: result: \"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&5
23864 echo "${ECHO_T}\"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&6
23865
23866         wxUSE_UNIVERSAL="yes"
23867
23868         TOOLKIT_INCLUDE="-I$MGL_ROOT/include"
23869         GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
23870
23871         AFMINSTALL=afminstall
23872         TOOLKIT=MGL
23873         GUIDIST=MGL_DIST
23874     fi
23875
23876     if test "$wxUSE_MICROWIN" = 1; then
23877         echo "$as_me:$LINENO: checking for MicroWindows" >&5
23878 echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6
23879         if test "x$MICROWINDOWS" = x ; then
23880             echo "$as_me:$LINENO: result: not found" >&5
23881 echo "${ECHO_T}not found" >&6
23882             { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5
23883 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;}
23884    { (exit 1); exit 1; }; }
23885         else
23886             echo "$as_me:$LINENO: result: $MICROWINDOWS" >&5
23887 echo "${ECHO_T}$MICROWINDOWS" >&6
23888         fi
23889
23890         if test -f $MICROWINDOWS/lib/libmwin.a; then
23891             echo "$as_me:$LINENO: result: MicroWindows' libraries found." >&5
23892 echo "${ECHO_T}MicroWindows' libraries found." >&6
23893         else
23894             { { echo "$as_me:$LINENO: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5
23895 echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;}
23896    { (exit 1); exit 1; }; }
23897         fi
23898
23899         TOOLKIT_INCLUDE="-I$MICROWINDOWS/include"
23900         GUI_TK_LIBRARY="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
23901
23902         wxUSE_UNIVERSAL="yes"
23903
23904         AFMINSTALL=afminstall
23905         TOOLKIT=MICROWIN
23906         GUIDIST=MICROWIN_DIST
23907
23908         TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
23909     fi
23910
23911         if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
23912                                 echo "$as_me:$LINENO: checking for X" >&5
23913 echo $ECHO_N "checking for X... $ECHO_C" >&6
23914
23915
23916 # Check whether --with-x or --without-x was given.
23917 if test "${with_x+set}" = set; then
23918   withval="$with_x"
23919
23920 fi;
23921 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
23922 if test "x$with_x" = xno; then
23923   # The user explicitly disabled X.
23924   have_x=disabled
23925 else
23926   if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
23927     # Both variables are already set.
23928     have_x=yes
23929   else
23930     if test "${ac_cv_have_x+set}" = set; then
23931   echo $ECHO_N "(cached) $ECHO_C" >&6
23932 else
23933   # One or both of the vars are not set, and there is no cached value.
23934 ac_x_includes=no ac_x_libraries=no
23935 rm -fr conftest.dir
23936 if mkdir conftest.dir; then
23937   cd conftest.dir
23938   # Make sure to not put "make" in the Imakefile rules, since we grep it out.
23939   cat >Imakefile <<'_ACEOF'
23940 acfindx:
23941         @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
23942 _ACEOF
23943   if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
23944     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
23945     eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
23946     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
23947     for ac_extension in a so sl; do
23948       if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
23949          test -f $ac_im_libdir/libX11.$ac_extension; then
23950         ac_im_usrlibdir=$ac_im_libdir; break
23951       fi
23952     done
23953     # Screen out bogus values from the imake configuration.  They are
23954     # bogus both because they are the default anyway, and because
23955     # using them would break gcc on systems where it needs fixed includes.
23956     case $ac_im_incroot in
23957         /usr/include) ;;
23958         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
23959     esac
23960     case $ac_im_usrlibdir in
23961         /usr/lib | /lib) ;;
23962         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
23963     esac
23964   fi
23965   cd ..
23966   rm -fr conftest.dir
23967 fi
23968
23969 # Standard set of common directories for X headers.
23970 # Check X11 before X11Rn because it is often a symlink to the current release.
23971 ac_x_header_dirs='
23972 /usr/X11/include
23973 /usr/X11R6/include
23974 /usr/X11R5/include
23975 /usr/X11R4/include
23976
23977 /usr/include/X11
23978 /usr/include/X11R6
23979 /usr/include/X11R5
23980 /usr/include/X11R4
23981
23982 /usr/local/X11/include
23983 /usr/local/X11R6/include
23984 /usr/local/X11R5/include
23985 /usr/local/X11R4/include
23986
23987 /usr/local/include/X11
23988 /usr/local/include/X11R6
23989 /usr/local/include/X11R5
23990 /usr/local/include/X11R4
23991
23992 /usr/X386/include
23993 /usr/x386/include
23994 /usr/XFree86/include/X11
23995
23996 /usr/include
23997 /usr/local/include
23998 /usr/unsupported/include
23999 /usr/athena/include
24000 /usr/local/x11r5/include
24001 /usr/lpp/Xamples/include
24002
24003 /usr/openwin/include
24004 /usr/openwin/share/include'
24005
24006 if test "$ac_x_includes" = no; then
24007   # Guess where to find include files, by looking for Intrinsic.h.
24008   # First, try using that file with no special directory specified.
24009   cat >conftest.$ac_ext <<_ACEOF
24010 /* confdefs.h.  */
24011 _ACEOF
24012 cat confdefs.h >>conftest.$ac_ext
24013 cat >>conftest.$ac_ext <<_ACEOF
24014 /* end confdefs.h.  */
24015 #include <X11/Intrinsic.h>
24016 _ACEOF
24017 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24018   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
24019   ac_status=$?
24020   grep -v '^ *+' conftest.er1 >conftest.err
24021   rm -f conftest.er1
24022   cat conftest.err >&5
24023   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24024   (exit $ac_status); } >/dev/null; then
24025   if test -s conftest.err; then
24026     ac_cpp_err=$ac_c_preproc_warn_flag
24027     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
24028   else
24029     ac_cpp_err=
24030   fi
24031 else
24032   ac_cpp_err=yes
24033 fi
24034 if test -z "$ac_cpp_err"; then
24035   # We can compile using X headers with no special include directory.
24036 ac_x_includes=
24037 else
24038   echo "$as_me: failed program was:" >&5
24039 sed 's/^/| /' conftest.$ac_ext >&5
24040
24041   for ac_dir in $ac_x_header_dirs; do
24042   if test -r "$ac_dir/X11/Intrinsic.h"; then
24043     ac_x_includes=$ac_dir
24044     break
24045   fi
24046 done
24047 fi
24048 rm -f conftest.err conftest.$ac_ext
24049 fi # $ac_x_includes = no
24050
24051 if test "$ac_x_libraries" = no; then
24052   # Check for the libraries.
24053   # See if we find them without any special options.
24054   # Don't add to $LIBS permanently.
24055   ac_save_LIBS=$LIBS
24056   LIBS="-lXt $LIBS"
24057   cat >conftest.$ac_ext <<_ACEOF
24058 /* confdefs.h.  */
24059 _ACEOF
24060 cat confdefs.h >>conftest.$ac_ext
24061 cat >>conftest.$ac_ext <<_ACEOF
24062 /* end confdefs.h.  */
24063 #include <X11/Intrinsic.h>
24064 int
24065 main ()
24066 {
24067 XtMalloc (0)
24068   ;
24069   return 0;
24070 }
24071 _ACEOF
24072 rm -f conftest.$ac_objext conftest$ac_exeext
24073 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24074   (eval $ac_link) 2>conftest.er1
24075   ac_status=$?
24076   grep -v '^ *+' conftest.er1 >conftest.err
24077   rm -f conftest.er1
24078   cat conftest.err >&5
24079   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24080   (exit $ac_status); } &&
24081          { ac_try='test -z "$ac_c_werror_flag"
24082                          || test ! -s conftest.err'
24083   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24084   (eval $ac_try) 2>&5
24085   ac_status=$?
24086   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24087   (exit $ac_status); }; } &&
24088          { ac_try='test -s conftest$ac_exeext'
24089   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24090   (eval $ac_try) 2>&5
24091   ac_status=$?
24092   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24093   (exit $ac_status); }; }; then
24094   LIBS=$ac_save_LIBS
24095 # We can link X programs with no special library path.
24096 ac_x_libraries=
24097 else
24098   echo "$as_me: failed program was:" >&5
24099 sed 's/^/| /' conftest.$ac_ext >&5
24100
24101 LIBS=$ac_save_LIBS
24102 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
24103 do
24104   # Don't even attempt the hair of trying to link an X program!
24105   for ac_extension in a so sl; do
24106     if test -r $ac_dir/libXt.$ac_extension; then
24107       ac_x_libraries=$ac_dir
24108       break 2
24109     fi
24110   done
24111 done
24112 fi
24113 rm -f conftest.err conftest.$ac_objext \
24114       conftest$ac_exeext conftest.$ac_ext
24115 fi # $ac_x_libraries = no
24116
24117 if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
24118   # Didn't find X anywhere.  Cache the known absence of X.
24119   ac_cv_have_x="have_x=no"
24120 else
24121   # Record where we found X for the cache.
24122   ac_cv_have_x="have_x=yes \
24123                 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
24124 fi
24125 fi
24126
24127   fi
24128   eval "$ac_cv_have_x"
24129 fi # $with_x != no
24130
24131 if test "$have_x" != yes; then
24132   echo "$as_me:$LINENO: result: $have_x" >&5
24133 echo "${ECHO_T}$have_x" >&6
24134   no_x=yes
24135 else
24136   # If each of the values was on the command line, it overrides each guess.
24137   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
24138   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
24139   # Update the cache value to reflect the command line values.
24140   ac_cv_have_x="have_x=yes \
24141                 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
24142   echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
24143 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
24144 fi
24145
24146 if test "$no_x" = yes; then
24147   # Not all programs may use this symbol, but it does not hurt to define it.
24148
24149 cat >>confdefs.h <<\_ACEOF
24150 #define X_DISPLAY_MISSING 1
24151 _ACEOF
24152
24153   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
24154 else
24155   if test -n "$x_includes"; then
24156     X_CFLAGS="$X_CFLAGS -I$x_includes"
24157   fi
24158
24159   # It would also be nice to do this for all -L options, not just this one.
24160   if test -n "$x_libraries"; then
24161     X_LIBS="$X_LIBS -L$x_libraries"
24162     # For Solaris; some versions of Sun CC require a space after -R and
24163     # others require no space.  Words are not sufficient . . . .
24164     case `(uname -sr) 2>/dev/null` in
24165     "SunOS 5"*)
24166       echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
24167 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
24168       ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
24169       cat >conftest.$ac_ext <<_ACEOF
24170 /* confdefs.h.  */
24171 _ACEOF
24172 cat confdefs.h >>conftest.$ac_ext
24173 cat >>conftest.$ac_ext <<_ACEOF
24174 /* end confdefs.h.  */
24175
24176 int
24177 main ()
24178 {
24179
24180   ;
24181   return 0;
24182 }
24183 _ACEOF
24184 rm -f conftest.$ac_objext conftest$ac_exeext
24185 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24186   (eval $ac_link) 2>conftest.er1
24187   ac_status=$?
24188   grep -v '^ *+' conftest.er1 >conftest.err
24189   rm -f conftest.er1
24190   cat conftest.err >&5
24191   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24192   (exit $ac_status); } &&
24193          { ac_try='test -z "$ac_c_werror_flag"
24194                          || test ! -s conftest.err'
24195   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24196   (eval $ac_try) 2>&5
24197   ac_status=$?
24198   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24199   (exit $ac_status); }; } &&
24200          { ac_try='test -s conftest$ac_exeext'
24201   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24202   (eval $ac_try) 2>&5
24203   ac_status=$?
24204   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24205   (exit $ac_status); }; }; then
24206   ac_R_nospace=yes
24207 else
24208   echo "$as_me: failed program was:" >&5
24209 sed 's/^/| /' conftest.$ac_ext >&5
24210
24211 ac_R_nospace=no
24212 fi
24213 rm -f conftest.err conftest.$ac_objext \
24214       conftest$ac_exeext conftest.$ac_ext
24215       if test $ac_R_nospace = yes; then
24216         echo "$as_me:$LINENO: result: no" >&5
24217 echo "${ECHO_T}no" >&6
24218         X_LIBS="$X_LIBS -R$x_libraries"
24219       else
24220         LIBS="$ac_xsave_LIBS -R $x_libraries"
24221         cat >conftest.$ac_ext <<_ACEOF
24222 /* confdefs.h.  */
24223 _ACEOF
24224 cat confdefs.h >>conftest.$ac_ext
24225 cat >>conftest.$ac_ext <<_ACEOF
24226 /* end confdefs.h.  */
24227
24228 int
24229 main ()
24230 {
24231
24232   ;
24233   return 0;
24234 }
24235 _ACEOF
24236 rm -f conftest.$ac_objext conftest$ac_exeext
24237 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24238   (eval $ac_link) 2>conftest.er1
24239   ac_status=$?
24240   grep -v '^ *+' conftest.er1 >conftest.err
24241   rm -f conftest.er1
24242   cat conftest.err >&5
24243   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24244   (exit $ac_status); } &&
24245          { ac_try='test -z "$ac_c_werror_flag"
24246                          || test ! -s conftest.err'
24247   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24248   (eval $ac_try) 2>&5
24249   ac_status=$?
24250   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24251   (exit $ac_status); }; } &&
24252          { ac_try='test -s conftest$ac_exeext'
24253   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24254   (eval $ac_try) 2>&5
24255   ac_status=$?
24256   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24257   (exit $ac_status); }; }; then
24258   ac_R_space=yes
24259 else
24260   echo "$as_me: failed program was:" >&5
24261 sed 's/^/| /' conftest.$ac_ext >&5
24262
24263 ac_R_space=no
24264 fi
24265 rm -f conftest.err conftest.$ac_objext \
24266       conftest$ac_exeext conftest.$ac_ext
24267         if test $ac_R_space = yes; then
24268           echo "$as_me:$LINENO: result: yes" >&5
24269 echo "${ECHO_T}yes" >&6
24270           X_LIBS="$X_LIBS -R $x_libraries"
24271         else
24272           echo "$as_me:$LINENO: result: neither works" >&5
24273 echo "${ECHO_T}neither works" >&6
24274         fi
24275       fi
24276       LIBS=$ac_xsave_LIBS
24277     esac
24278   fi
24279
24280   # Check for system-dependent libraries X programs must link with.
24281   # Do this before checking for the system-independent R6 libraries
24282   # (-lICE), since we may need -lsocket or whatever for X linking.
24283
24284   if test "$ISC" = yes; then
24285     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
24286   else
24287     # Martyn Johnson says this is needed for Ultrix, if the X
24288     # libraries were built with DECnet support.  And Karl Berry says
24289     # the Alpha needs dnet_stub (dnet does not exist).
24290     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
24291     cat >conftest.$ac_ext <<_ACEOF
24292 /* confdefs.h.  */
24293 _ACEOF
24294 cat confdefs.h >>conftest.$ac_ext
24295 cat >>conftest.$ac_ext <<_ACEOF
24296 /* end confdefs.h.  */
24297
24298 /* Override any gcc2 internal prototype to avoid an error.  */
24299 #ifdef __cplusplus
24300 extern "C"
24301 #endif
24302 /* We use char because int might match the return type of a gcc2
24303    builtin and then its argument prototype would still apply.  */
24304 char XOpenDisplay ();
24305 int
24306 main ()
24307 {
24308 XOpenDisplay ();
24309   ;
24310   return 0;
24311 }
24312 _ACEOF
24313 rm -f conftest.$ac_objext conftest$ac_exeext
24314 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24315   (eval $ac_link) 2>conftest.er1
24316   ac_status=$?
24317   grep -v '^ *+' conftest.er1 >conftest.err
24318   rm -f conftest.er1
24319   cat conftest.err >&5
24320   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24321   (exit $ac_status); } &&
24322          { ac_try='test -z "$ac_c_werror_flag"
24323                          || test ! -s conftest.err'
24324   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24325   (eval $ac_try) 2>&5
24326   ac_status=$?
24327   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24328   (exit $ac_status); }; } &&
24329          { ac_try='test -s conftest$ac_exeext'
24330   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24331   (eval $ac_try) 2>&5
24332   ac_status=$?
24333   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24334   (exit $ac_status); }; }; then
24335   :
24336 else
24337   echo "$as_me: failed program was:" >&5
24338 sed 's/^/| /' conftest.$ac_ext >&5
24339
24340 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
24341 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
24342 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
24343   echo $ECHO_N "(cached) $ECHO_C" >&6
24344 else
24345   ac_check_lib_save_LIBS=$LIBS
24346 LIBS="-ldnet  $LIBS"
24347 cat >conftest.$ac_ext <<_ACEOF
24348 /* confdefs.h.  */
24349 _ACEOF
24350 cat confdefs.h >>conftest.$ac_ext
24351 cat >>conftest.$ac_ext <<_ACEOF
24352 /* end confdefs.h.  */
24353
24354 /* Override any gcc2 internal prototype to avoid an error.  */
24355 #ifdef __cplusplus
24356 extern "C"
24357 #endif
24358 /* We use char because int might match the return type of a gcc2
24359    builtin and then its argument prototype would still apply.  */
24360 char dnet_ntoa ();
24361 int
24362 main ()
24363 {
24364 dnet_ntoa ();
24365   ;
24366   return 0;
24367 }
24368 _ACEOF
24369 rm -f conftest.$ac_objext conftest$ac_exeext
24370 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24371   (eval $ac_link) 2>conftest.er1
24372   ac_status=$?
24373   grep -v '^ *+' conftest.er1 >conftest.err
24374   rm -f conftest.er1
24375   cat conftest.err >&5
24376   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24377   (exit $ac_status); } &&
24378          { ac_try='test -z "$ac_c_werror_flag"
24379                          || test ! -s conftest.err'
24380   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24381   (eval $ac_try) 2>&5
24382   ac_status=$?
24383   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24384   (exit $ac_status); }; } &&
24385          { ac_try='test -s conftest$ac_exeext'
24386   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24387   (eval $ac_try) 2>&5
24388   ac_status=$?
24389   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24390   (exit $ac_status); }; }; then
24391   ac_cv_lib_dnet_dnet_ntoa=yes
24392 else
24393   echo "$as_me: failed program was:" >&5
24394 sed 's/^/| /' conftest.$ac_ext >&5
24395
24396 ac_cv_lib_dnet_dnet_ntoa=no
24397 fi
24398 rm -f conftest.err conftest.$ac_objext \
24399       conftest$ac_exeext conftest.$ac_ext
24400 LIBS=$ac_check_lib_save_LIBS
24401 fi
24402 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
24403 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
24404 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
24405   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
24406 fi
24407
24408     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
24409       echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
24410 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
24411 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
24412   echo $ECHO_N "(cached) $ECHO_C" >&6
24413 else
24414   ac_check_lib_save_LIBS=$LIBS
24415 LIBS="-ldnet_stub  $LIBS"
24416 cat >conftest.$ac_ext <<_ACEOF
24417 /* confdefs.h.  */
24418 _ACEOF
24419 cat confdefs.h >>conftest.$ac_ext
24420 cat >>conftest.$ac_ext <<_ACEOF
24421 /* end confdefs.h.  */
24422
24423 /* Override any gcc2 internal prototype to avoid an error.  */
24424 #ifdef __cplusplus
24425 extern "C"
24426 #endif
24427 /* We use char because int might match the return type of a gcc2
24428    builtin and then its argument prototype would still apply.  */
24429 char dnet_ntoa ();
24430 int
24431 main ()
24432 {
24433 dnet_ntoa ();
24434   ;
24435   return 0;
24436 }
24437 _ACEOF
24438 rm -f conftest.$ac_objext conftest$ac_exeext
24439 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24440   (eval $ac_link) 2>conftest.er1
24441   ac_status=$?
24442   grep -v '^ *+' conftest.er1 >conftest.err
24443   rm -f conftest.er1
24444   cat conftest.err >&5
24445   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24446   (exit $ac_status); } &&
24447          { ac_try='test -z "$ac_c_werror_flag"
24448                          || test ! -s conftest.err'
24449   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24450   (eval $ac_try) 2>&5
24451   ac_status=$?
24452   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24453   (exit $ac_status); }; } &&
24454          { ac_try='test -s conftest$ac_exeext'
24455   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24456   (eval $ac_try) 2>&5
24457   ac_status=$?
24458   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24459   (exit $ac_status); }; }; then
24460   ac_cv_lib_dnet_stub_dnet_ntoa=yes
24461 else
24462   echo "$as_me: failed program was:" >&5
24463 sed 's/^/| /' conftest.$ac_ext >&5
24464
24465 ac_cv_lib_dnet_stub_dnet_ntoa=no
24466 fi
24467 rm -f conftest.err conftest.$ac_objext \
24468       conftest$ac_exeext conftest.$ac_ext
24469 LIBS=$ac_check_lib_save_LIBS
24470 fi
24471 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
24472 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
24473 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
24474   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
24475 fi
24476
24477     fi
24478 fi
24479 rm -f conftest.err conftest.$ac_objext \
24480       conftest$ac_exeext conftest.$ac_ext
24481     LIBS="$ac_xsave_LIBS"
24482
24483     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
24484     # to get the SysV transport functions.
24485     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
24486     # needs -lnsl.
24487     # The nsl library prevents programs from opening the X display
24488     # on Irix 5.2, according to T.E. Dickey.
24489     # The functions gethostbyname, getservbyname, and inet_addr are
24490     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
24491     echo "$as_me:$LINENO: checking for gethostbyname" >&5
24492 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
24493 if test "${ac_cv_func_gethostbyname+set}" = set; then
24494   echo $ECHO_N "(cached) $ECHO_C" >&6
24495 else
24496   cat >conftest.$ac_ext <<_ACEOF
24497 /* confdefs.h.  */
24498 _ACEOF
24499 cat confdefs.h >>conftest.$ac_ext
24500 cat >>conftest.$ac_ext <<_ACEOF
24501 /* end confdefs.h.  */
24502 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
24503    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
24504 #define gethostbyname innocuous_gethostbyname
24505
24506 /* System header to define __stub macros and hopefully few prototypes,
24507     which can conflict with char gethostbyname (); below.
24508     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
24509     <limits.h> exists even on freestanding compilers.  */
24510
24511 #ifdef __STDC__
24512 # include <limits.h>
24513 #else
24514 # include <assert.h>
24515 #endif
24516
24517 #undef gethostbyname
24518
24519 /* Override any gcc2 internal prototype to avoid an error.  */
24520 #ifdef __cplusplus
24521 extern "C"
24522 {
24523 #endif
24524 /* We use char because int might match the return type of a gcc2
24525    builtin and then its argument prototype would still apply.  */
24526 char gethostbyname ();
24527 /* The GNU C library defines this for functions which it implements
24528     to always fail with ENOSYS.  Some functions are actually named
24529     something starting with __ and the normal name is an alias.  */
24530 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
24531 choke me
24532 #else
24533 char (*f) () = gethostbyname;
24534 #endif
24535 #ifdef __cplusplus
24536 }
24537 #endif
24538
24539 int
24540 main ()
24541 {
24542 return f != gethostbyname;
24543   ;
24544   return 0;
24545 }
24546 _ACEOF
24547 rm -f conftest.$ac_objext conftest$ac_exeext
24548 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24549   (eval $ac_link) 2>conftest.er1
24550   ac_status=$?
24551   grep -v '^ *+' conftest.er1 >conftest.err
24552   rm -f conftest.er1
24553   cat conftest.err >&5
24554   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24555   (exit $ac_status); } &&
24556          { ac_try='test -z "$ac_c_werror_flag"
24557                          || test ! -s conftest.err'
24558   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24559   (eval $ac_try) 2>&5
24560   ac_status=$?
24561   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24562   (exit $ac_status); }; } &&
24563          { ac_try='test -s conftest$ac_exeext'
24564   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24565   (eval $ac_try) 2>&5
24566   ac_status=$?
24567   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24568   (exit $ac_status); }; }; then
24569   ac_cv_func_gethostbyname=yes
24570 else
24571   echo "$as_me: failed program was:" >&5
24572 sed 's/^/| /' conftest.$ac_ext >&5
24573
24574 ac_cv_func_gethostbyname=no
24575 fi
24576 rm -f conftest.err conftest.$ac_objext \
24577       conftest$ac_exeext conftest.$ac_ext
24578 fi
24579 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
24580 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
24581
24582     if test $ac_cv_func_gethostbyname = no; then
24583       echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
24584 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
24585 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
24586   echo $ECHO_N "(cached) $ECHO_C" >&6
24587 else
24588   ac_check_lib_save_LIBS=$LIBS
24589 LIBS="-lnsl  $LIBS"
24590 cat >conftest.$ac_ext <<_ACEOF
24591 /* confdefs.h.  */
24592 _ACEOF
24593 cat confdefs.h >>conftest.$ac_ext
24594 cat >>conftest.$ac_ext <<_ACEOF
24595 /* end confdefs.h.  */
24596
24597 /* Override any gcc2 internal prototype to avoid an error.  */
24598 #ifdef __cplusplus
24599 extern "C"
24600 #endif
24601 /* We use char because int might match the return type of a gcc2
24602    builtin and then its argument prototype would still apply.  */
24603 char gethostbyname ();
24604 int
24605 main ()
24606 {
24607 gethostbyname ();
24608   ;
24609   return 0;
24610 }
24611 _ACEOF
24612 rm -f conftest.$ac_objext conftest$ac_exeext
24613 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24614   (eval $ac_link) 2>conftest.er1
24615   ac_status=$?
24616   grep -v '^ *+' conftest.er1 >conftest.err
24617   rm -f conftest.er1
24618   cat conftest.err >&5
24619   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24620   (exit $ac_status); } &&
24621          { ac_try='test -z "$ac_c_werror_flag"
24622                          || test ! -s conftest.err'
24623   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24624   (eval $ac_try) 2>&5
24625   ac_status=$?
24626   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24627   (exit $ac_status); }; } &&
24628          { ac_try='test -s conftest$ac_exeext'
24629   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24630   (eval $ac_try) 2>&5
24631   ac_status=$?
24632   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24633   (exit $ac_status); }; }; then
24634   ac_cv_lib_nsl_gethostbyname=yes
24635 else
24636   echo "$as_me: failed program was:" >&5
24637 sed 's/^/| /' conftest.$ac_ext >&5
24638
24639 ac_cv_lib_nsl_gethostbyname=no
24640 fi
24641 rm -f conftest.err conftest.$ac_objext \
24642       conftest$ac_exeext conftest.$ac_ext
24643 LIBS=$ac_check_lib_save_LIBS
24644 fi
24645 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
24646 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
24647 if test $ac_cv_lib_nsl_gethostbyname = yes; then
24648   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
24649 fi
24650
24651       if test $ac_cv_lib_nsl_gethostbyname = no; then
24652         echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
24653 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
24654 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
24655   echo $ECHO_N "(cached) $ECHO_C" >&6
24656 else
24657   ac_check_lib_save_LIBS=$LIBS
24658 LIBS="-lbsd  $LIBS"
24659 cat >conftest.$ac_ext <<_ACEOF
24660 /* confdefs.h.  */
24661 _ACEOF
24662 cat confdefs.h >>conftest.$ac_ext
24663 cat >>conftest.$ac_ext <<_ACEOF
24664 /* end confdefs.h.  */
24665
24666 /* Override any gcc2 internal prototype to avoid an error.  */
24667 #ifdef __cplusplus
24668 extern "C"
24669 #endif
24670 /* We use char because int might match the return type of a gcc2
24671    builtin and then its argument prototype would still apply.  */
24672 char gethostbyname ();
24673 int
24674 main ()
24675 {
24676 gethostbyname ();
24677   ;
24678   return 0;
24679 }
24680 _ACEOF
24681 rm -f conftest.$ac_objext conftest$ac_exeext
24682 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24683   (eval $ac_link) 2>conftest.er1
24684   ac_status=$?
24685   grep -v '^ *+' conftest.er1 >conftest.err
24686   rm -f conftest.er1
24687   cat conftest.err >&5
24688   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24689   (exit $ac_status); } &&
24690          { ac_try='test -z "$ac_c_werror_flag"
24691                          || test ! -s conftest.err'
24692   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24693   (eval $ac_try) 2>&5
24694   ac_status=$?
24695   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24696   (exit $ac_status); }; } &&
24697          { ac_try='test -s conftest$ac_exeext'
24698   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24699   (eval $ac_try) 2>&5
24700   ac_status=$?
24701   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24702   (exit $ac_status); }; }; then
24703   ac_cv_lib_bsd_gethostbyname=yes
24704 else
24705   echo "$as_me: failed program was:" >&5
24706 sed 's/^/| /' conftest.$ac_ext >&5
24707
24708 ac_cv_lib_bsd_gethostbyname=no
24709 fi
24710 rm -f conftest.err conftest.$ac_objext \
24711       conftest$ac_exeext conftest.$ac_ext
24712 LIBS=$ac_check_lib_save_LIBS
24713 fi
24714 echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
24715 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
24716 if test $ac_cv_lib_bsd_gethostbyname = yes; then
24717   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
24718 fi
24719
24720       fi
24721     fi
24722
24723     # lieder@skyler.mavd.honeywell.com says without -lsocket,
24724     # socket/setsockopt and other routines are undefined under SCO ODT
24725     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
24726     # on later versions), says Simon Leinen: it contains gethostby*
24727     # variants that don't use the name server (or something).  -lsocket
24728     # must be given before -lnsl if both are needed.  We assume that
24729     # if connect needs -lnsl, so does gethostbyname.
24730     echo "$as_me:$LINENO: checking for connect" >&5
24731 echo $ECHO_N "checking for connect... $ECHO_C" >&6
24732 if test "${ac_cv_func_connect+set}" = set; then
24733   echo $ECHO_N "(cached) $ECHO_C" >&6
24734 else
24735   cat >conftest.$ac_ext <<_ACEOF
24736 /* confdefs.h.  */
24737 _ACEOF
24738 cat confdefs.h >>conftest.$ac_ext
24739 cat >>conftest.$ac_ext <<_ACEOF
24740 /* end confdefs.h.  */
24741 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
24742    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
24743 #define connect innocuous_connect
24744
24745 /* System header to define __stub macros and hopefully few prototypes,
24746     which can conflict with char connect (); below.
24747     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
24748     <limits.h> exists even on freestanding compilers.  */
24749
24750 #ifdef __STDC__
24751 # include <limits.h>
24752 #else
24753 # include <assert.h>
24754 #endif
24755
24756 #undef connect
24757
24758 /* Override any gcc2 internal prototype to avoid an error.  */
24759 #ifdef __cplusplus
24760 extern "C"
24761 {
24762 #endif
24763 /* We use char because int might match the return type of a gcc2
24764    builtin and then its argument prototype would still apply.  */
24765 char connect ();
24766 /* The GNU C library defines this for functions which it implements
24767     to always fail with ENOSYS.  Some functions are actually named
24768     something starting with __ and the normal name is an alias.  */
24769 #if defined (__stub_connect) || defined (__stub___connect)
24770 choke me
24771 #else
24772 char (*f) () = connect;
24773 #endif
24774 #ifdef __cplusplus
24775 }
24776 #endif
24777
24778 int
24779 main ()
24780 {
24781 return f != connect;
24782   ;
24783   return 0;
24784 }
24785 _ACEOF
24786 rm -f conftest.$ac_objext conftest$ac_exeext
24787 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24788   (eval $ac_link) 2>conftest.er1
24789   ac_status=$?
24790   grep -v '^ *+' conftest.er1 >conftest.err
24791   rm -f conftest.er1
24792   cat conftest.err >&5
24793   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24794   (exit $ac_status); } &&
24795          { ac_try='test -z "$ac_c_werror_flag"
24796                          || test ! -s conftest.err'
24797   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24798   (eval $ac_try) 2>&5
24799   ac_status=$?
24800   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24801   (exit $ac_status); }; } &&
24802          { ac_try='test -s conftest$ac_exeext'
24803   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24804   (eval $ac_try) 2>&5
24805   ac_status=$?
24806   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24807   (exit $ac_status); }; }; then
24808   ac_cv_func_connect=yes
24809 else
24810   echo "$as_me: failed program was:" >&5
24811 sed 's/^/| /' conftest.$ac_ext >&5
24812
24813 ac_cv_func_connect=no
24814 fi
24815 rm -f conftest.err conftest.$ac_objext \
24816       conftest$ac_exeext conftest.$ac_ext
24817 fi
24818 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
24819 echo "${ECHO_T}$ac_cv_func_connect" >&6
24820
24821     if test $ac_cv_func_connect = no; then
24822       echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
24823 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
24824 if test "${ac_cv_lib_socket_connect+set}" = set; then
24825   echo $ECHO_N "(cached) $ECHO_C" >&6
24826 else
24827   ac_check_lib_save_LIBS=$LIBS
24828 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
24829 cat >conftest.$ac_ext <<_ACEOF
24830 /* confdefs.h.  */
24831 _ACEOF
24832 cat confdefs.h >>conftest.$ac_ext
24833 cat >>conftest.$ac_ext <<_ACEOF
24834 /* end confdefs.h.  */
24835
24836 /* Override any gcc2 internal prototype to avoid an error.  */
24837 #ifdef __cplusplus
24838 extern "C"
24839 #endif
24840 /* We use char because int might match the return type of a gcc2
24841    builtin and then its argument prototype would still apply.  */
24842 char connect ();
24843 int
24844 main ()
24845 {
24846 connect ();
24847   ;
24848   return 0;
24849 }
24850 _ACEOF
24851 rm -f conftest.$ac_objext conftest$ac_exeext
24852 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24853   (eval $ac_link) 2>conftest.er1
24854   ac_status=$?
24855   grep -v '^ *+' conftest.er1 >conftest.err
24856   rm -f conftest.er1
24857   cat conftest.err >&5
24858   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24859   (exit $ac_status); } &&
24860          { ac_try='test -z "$ac_c_werror_flag"
24861                          || test ! -s conftest.err'
24862   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24863   (eval $ac_try) 2>&5
24864   ac_status=$?
24865   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24866   (exit $ac_status); }; } &&
24867          { ac_try='test -s conftest$ac_exeext'
24868   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24869   (eval $ac_try) 2>&5
24870   ac_status=$?
24871   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24872   (exit $ac_status); }; }; then
24873   ac_cv_lib_socket_connect=yes
24874 else
24875   echo "$as_me: failed program was:" >&5
24876 sed 's/^/| /' conftest.$ac_ext >&5
24877
24878 ac_cv_lib_socket_connect=no
24879 fi
24880 rm -f conftest.err conftest.$ac_objext \
24881       conftest$ac_exeext conftest.$ac_ext
24882 LIBS=$ac_check_lib_save_LIBS
24883 fi
24884 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
24885 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
24886 if test $ac_cv_lib_socket_connect = yes; then
24887   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
24888 fi
24889
24890     fi
24891
24892     # Guillermo Gomez says -lposix is necessary on A/UX.
24893     echo "$as_me:$LINENO: checking for remove" >&5
24894 echo $ECHO_N "checking for remove... $ECHO_C" >&6
24895 if test "${ac_cv_func_remove+set}" = set; then
24896   echo $ECHO_N "(cached) $ECHO_C" >&6
24897 else
24898   cat >conftest.$ac_ext <<_ACEOF
24899 /* confdefs.h.  */
24900 _ACEOF
24901 cat confdefs.h >>conftest.$ac_ext
24902 cat >>conftest.$ac_ext <<_ACEOF
24903 /* end confdefs.h.  */
24904 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
24905    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
24906 #define remove innocuous_remove
24907
24908 /* System header to define __stub macros and hopefully few prototypes,
24909     which can conflict with char remove (); below.
24910     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
24911     <limits.h> exists even on freestanding compilers.  */
24912
24913 #ifdef __STDC__
24914 # include <limits.h>
24915 #else
24916 # include <assert.h>
24917 #endif
24918
24919 #undef remove
24920
24921 /* Override any gcc2 internal prototype to avoid an error.  */
24922 #ifdef __cplusplus
24923 extern "C"
24924 {
24925 #endif
24926 /* We use char because int might match the return type of a gcc2
24927    builtin and then its argument prototype would still apply.  */
24928 char remove ();
24929 /* The GNU C library defines this for functions which it implements
24930     to always fail with ENOSYS.  Some functions are actually named
24931     something starting with __ and the normal name is an alias.  */
24932 #if defined (__stub_remove) || defined (__stub___remove)
24933 choke me
24934 #else
24935 char (*f) () = remove;
24936 #endif
24937 #ifdef __cplusplus
24938 }
24939 #endif
24940
24941 int
24942 main ()
24943 {
24944 return f != remove;
24945   ;
24946   return 0;
24947 }
24948 _ACEOF
24949 rm -f conftest.$ac_objext conftest$ac_exeext
24950 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24951   (eval $ac_link) 2>conftest.er1
24952   ac_status=$?
24953   grep -v '^ *+' conftest.er1 >conftest.err
24954   rm -f conftest.er1
24955   cat conftest.err >&5
24956   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24957   (exit $ac_status); } &&
24958          { ac_try='test -z "$ac_c_werror_flag"
24959                          || test ! -s conftest.err'
24960   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24961   (eval $ac_try) 2>&5
24962   ac_status=$?
24963   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24964   (exit $ac_status); }; } &&
24965          { ac_try='test -s conftest$ac_exeext'
24966   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24967   (eval $ac_try) 2>&5
24968   ac_status=$?
24969   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24970   (exit $ac_status); }; }; then
24971   ac_cv_func_remove=yes
24972 else
24973   echo "$as_me: failed program was:" >&5
24974 sed 's/^/| /' conftest.$ac_ext >&5
24975
24976 ac_cv_func_remove=no
24977 fi
24978 rm -f conftest.err conftest.$ac_objext \
24979       conftest$ac_exeext conftest.$ac_ext
24980 fi
24981 echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
24982 echo "${ECHO_T}$ac_cv_func_remove" >&6
24983
24984     if test $ac_cv_func_remove = no; then
24985       echo "$as_me:$LINENO: checking for remove in -lposix" >&5
24986 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
24987 if test "${ac_cv_lib_posix_remove+set}" = set; then
24988   echo $ECHO_N "(cached) $ECHO_C" >&6
24989 else
24990   ac_check_lib_save_LIBS=$LIBS
24991 LIBS="-lposix  $LIBS"
24992 cat >conftest.$ac_ext <<_ACEOF
24993 /* confdefs.h.  */
24994 _ACEOF
24995 cat confdefs.h >>conftest.$ac_ext
24996 cat >>conftest.$ac_ext <<_ACEOF
24997 /* end confdefs.h.  */
24998
24999 /* Override any gcc2 internal prototype to avoid an error.  */
25000 #ifdef __cplusplus
25001 extern "C"
25002 #endif
25003 /* We use char because int might match the return type of a gcc2
25004    builtin and then its argument prototype would still apply.  */
25005 char remove ();
25006 int
25007 main ()
25008 {
25009 remove ();
25010   ;
25011   return 0;
25012 }
25013 _ACEOF
25014 rm -f conftest.$ac_objext conftest$ac_exeext
25015 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25016   (eval $ac_link) 2>conftest.er1
25017   ac_status=$?
25018   grep -v '^ *+' conftest.er1 >conftest.err
25019   rm -f conftest.er1
25020   cat conftest.err >&5
25021   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25022   (exit $ac_status); } &&
25023          { ac_try='test -z "$ac_c_werror_flag"
25024                          || test ! -s conftest.err'
25025   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25026   (eval $ac_try) 2>&5
25027   ac_status=$?
25028   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25029   (exit $ac_status); }; } &&
25030          { ac_try='test -s conftest$ac_exeext'
25031   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25032   (eval $ac_try) 2>&5
25033   ac_status=$?
25034   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25035   (exit $ac_status); }; }; then
25036   ac_cv_lib_posix_remove=yes
25037 else
25038   echo "$as_me: failed program was:" >&5
25039 sed 's/^/| /' conftest.$ac_ext >&5
25040
25041 ac_cv_lib_posix_remove=no
25042 fi
25043 rm -f conftest.err conftest.$ac_objext \
25044       conftest$ac_exeext conftest.$ac_ext
25045 LIBS=$ac_check_lib_save_LIBS
25046 fi
25047 echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
25048 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
25049 if test $ac_cv_lib_posix_remove = yes; then
25050   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
25051 fi
25052
25053     fi
25054
25055     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
25056     echo "$as_me:$LINENO: checking for shmat" >&5
25057 echo $ECHO_N "checking for shmat... $ECHO_C" >&6
25058 if test "${ac_cv_func_shmat+set}" = set; then
25059   echo $ECHO_N "(cached) $ECHO_C" >&6
25060 else
25061   cat >conftest.$ac_ext <<_ACEOF
25062 /* confdefs.h.  */
25063 _ACEOF
25064 cat confdefs.h >>conftest.$ac_ext
25065 cat >>conftest.$ac_ext <<_ACEOF
25066 /* end confdefs.h.  */
25067 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
25068    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
25069 #define shmat innocuous_shmat
25070
25071 /* System header to define __stub macros and hopefully few prototypes,
25072     which can conflict with char shmat (); below.
25073     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25074     <limits.h> exists even on freestanding compilers.  */
25075
25076 #ifdef __STDC__
25077 # include <limits.h>
25078 #else
25079 # include <assert.h>
25080 #endif
25081
25082 #undef shmat
25083
25084 /* Override any gcc2 internal prototype to avoid an error.  */
25085 #ifdef __cplusplus
25086 extern "C"
25087 {
25088 #endif
25089 /* We use char because int might match the return type of a gcc2
25090    builtin and then its argument prototype would still apply.  */
25091 char shmat ();
25092 /* The GNU C library defines this for functions which it implements
25093     to always fail with ENOSYS.  Some functions are actually named
25094     something starting with __ and the normal name is an alias.  */
25095 #if defined (__stub_shmat) || defined (__stub___shmat)
25096 choke me
25097 #else
25098 char (*f) () = shmat;
25099 #endif
25100 #ifdef __cplusplus
25101 }
25102 #endif
25103
25104 int
25105 main ()
25106 {
25107 return f != shmat;
25108   ;
25109   return 0;
25110 }
25111 _ACEOF
25112 rm -f conftest.$ac_objext conftest$ac_exeext
25113 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25114   (eval $ac_link) 2>conftest.er1
25115   ac_status=$?
25116   grep -v '^ *+' conftest.er1 >conftest.err
25117   rm -f conftest.er1
25118   cat conftest.err >&5
25119   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25120   (exit $ac_status); } &&
25121          { ac_try='test -z "$ac_c_werror_flag"
25122                          || test ! -s conftest.err'
25123   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25124   (eval $ac_try) 2>&5
25125   ac_status=$?
25126   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25127   (exit $ac_status); }; } &&
25128          { ac_try='test -s conftest$ac_exeext'
25129   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25130   (eval $ac_try) 2>&5
25131   ac_status=$?
25132   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25133   (exit $ac_status); }; }; then
25134   ac_cv_func_shmat=yes
25135 else
25136   echo "$as_me: failed program was:" >&5
25137 sed 's/^/| /' conftest.$ac_ext >&5
25138
25139 ac_cv_func_shmat=no
25140 fi
25141 rm -f conftest.err conftest.$ac_objext \
25142       conftest$ac_exeext conftest.$ac_ext
25143 fi
25144 echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
25145 echo "${ECHO_T}$ac_cv_func_shmat" >&6
25146
25147     if test $ac_cv_func_shmat = no; then
25148       echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
25149 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
25150 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
25151   echo $ECHO_N "(cached) $ECHO_C" >&6
25152 else
25153   ac_check_lib_save_LIBS=$LIBS
25154 LIBS="-lipc  $LIBS"
25155 cat >conftest.$ac_ext <<_ACEOF
25156 /* confdefs.h.  */
25157 _ACEOF
25158 cat confdefs.h >>conftest.$ac_ext
25159 cat >>conftest.$ac_ext <<_ACEOF
25160 /* end confdefs.h.  */
25161
25162 /* Override any gcc2 internal prototype to avoid an error.  */
25163 #ifdef __cplusplus
25164 extern "C"
25165 #endif
25166 /* We use char because int might match the return type of a gcc2
25167    builtin and then its argument prototype would still apply.  */
25168 char shmat ();
25169 int
25170 main ()
25171 {
25172 shmat ();
25173   ;
25174   return 0;
25175 }
25176 _ACEOF
25177 rm -f conftest.$ac_objext conftest$ac_exeext
25178 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25179   (eval $ac_link) 2>conftest.er1
25180   ac_status=$?
25181   grep -v '^ *+' conftest.er1 >conftest.err
25182   rm -f conftest.er1
25183   cat conftest.err >&5
25184   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25185   (exit $ac_status); } &&
25186          { ac_try='test -z "$ac_c_werror_flag"
25187                          || test ! -s conftest.err'
25188   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25189   (eval $ac_try) 2>&5
25190   ac_status=$?
25191   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25192   (exit $ac_status); }; } &&
25193          { ac_try='test -s conftest$ac_exeext'
25194   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25195   (eval $ac_try) 2>&5
25196   ac_status=$?
25197   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25198   (exit $ac_status); }; }; then
25199   ac_cv_lib_ipc_shmat=yes
25200 else
25201   echo "$as_me: failed program was:" >&5
25202 sed 's/^/| /' conftest.$ac_ext >&5
25203
25204 ac_cv_lib_ipc_shmat=no
25205 fi
25206 rm -f conftest.err conftest.$ac_objext \
25207       conftest$ac_exeext conftest.$ac_ext
25208 LIBS=$ac_check_lib_save_LIBS
25209 fi
25210 echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
25211 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
25212 if test $ac_cv_lib_ipc_shmat = yes; then
25213   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
25214 fi
25215
25216     fi
25217   fi
25218
25219   # Check for libraries that X11R6 Xt/Xaw programs need.
25220   ac_save_LDFLAGS=$LDFLAGS
25221   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
25222   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
25223   # check for ICE first), but we must link in the order -lSM -lICE or
25224   # we get undefined symbols.  So assume we have SM if we have ICE.
25225   # These have to be linked with before -lX11, unlike the other
25226   # libraries we check for below, so use a different variable.
25227   # John Interrante, Karl Berry
25228   echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
25229 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
25230 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
25231   echo $ECHO_N "(cached) $ECHO_C" >&6
25232 else
25233   ac_check_lib_save_LIBS=$LIBS
25234 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
25235 cat >conftest.$ac_ext <<_ACEOF
25236 /* confdefs.h.  */
25237 _ACEOF
25238 cat confdefs.h >>conftest.$ac_ext
25239 cat >>conftest.$ac_ext <<_ACEOF
25240 /* end confdefs.h.  */
25241
25242 /* Override any gcc2 internal prototype to avoid an error.  */
25243 #ifdef __cplusplus
25244 extern "C"
25245 #endif
25246 /* We use char because int might match the return type of a gcc2
25247    builtin and then its argument prototype would still apply.  */
25248 char IceConnectionNumber ();
25249 int
25250 main ()
25251 {
25252 IceConnectionNumber ();
25253   ;
25254   return 0;
25255 }
25256 _ACEOF
25257 rm -f conftest.$ac_objext conftest$ac_exeext
25258 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25259   (eval $ac_link) 2>conftest.er1
25260   ac_status=$?
25261   grep -v '^ *+' conftest.er1 >conftest.err
25262   rm -f conftest.er1
25263   cat conftest.err >&5
25264   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25265   (exit $ac_status); } &&
25266          { ac_try='test -z "$ac_c_werror_flag"
25267                          || test ! -s conftest.err'
25268   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25269   (eval $ac_try) 2>&5
25270   ac_status=$?
25271   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25272   (exit $ac_status); }; } &&
25273          { ac_try='test -s conftest$ac_exeext'
25274   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25275   (eval $ac_try) 2>&5
25276   ac_status=$?
25277   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25278   (exit $ac_status); }; }; then
25279   ac_cv_lib_ICE_IceConnectionNumber=yes
25280 else
25281   echo "$as_me: failed program was:" >&5
25282 sed 's/^/| /' conftest.$ac_ext >&5
25283
25284 ac_cv_lib_ICE_IceConnectionNumber=no
25285 fi
25286 rm -f conftest.err conftest.$ac_objext \
25287       conftest$ac_exeext conftest.$ac_ext
25288 LIBS=$ac_check_lib_save_LIBS
25289 fi
25290 echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
25291 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
25292 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
25293   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
25294 fi
25295
25296   LDFLAGS=$ac_save_LDFLAGS
25297
25298 fi
25299
25300
25301         if test "$no_x" = "yes"; then
25302           { { echo "$as_me:$LINENO: error: X11 not found" >&5
25303 echo "$as_me: error: X11 not found" >&2;}
25304    { (exit please use --x-includes and/or --x-libraries options); exit please use --x-includes and/or --x-libraries options; }; }
25305         fi
25306
25307                                 GUI_TK_LIBRARY=`echo $X_LIBS | sed 's/ -LNONE//' | sed 's/ -RNONE//'`
25308         TOOLKIT_INCLUDE=`echo $X_CFLAGS | sed 's/ -INONE//'`
25309         AFMINSTALL=afminstall
25310         COMPILED_X_PROGRAM=0
25311
25312     fi
25313
25314     if test "$wxUSE_X11" = 1; then
25315         if test "$wxUSE_NANOX" = "yes"; then
25316             echo "$as_me:$LINENO: checking for MicroWindows/NanoX distribution" >&5
25317 echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6
25318             if test "x$MICROWIN" = x ; then
25319                 echo "$as_me:$LINENO: result: not found" >&5
25320 echo "${ECHO_T}not found" >&6
25321                 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5
25322 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;}
25323    { (exit 1); exit 1; }; }
25324             else
25325                 echo "$as_me:$LINENO: result: $MICROWIN" >&5
25326 echo "${ECHO_T}$MICROWIN" >&6
25327                 cat >>confdefs.h <<\_ACEOF
25328 #define wxUSE_NANOX 1
25329 _ACEOF
25330
25331             fi
25332         fi
25333
25334         if test "$wxUSE_UNICODE" = "yes"; then
25335
25336   succeeded=no
25337
25338   if test -z "$PKG_CONFIG"; then
25339     # Extract the first word of "pkg-config", so it can be a program name with args.
25340 set dummy pkg-config; ac_word=$2
25341 echo "$as_me:$LINENO: checking for $ac_word" >&5
25342 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25343 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
25344   echo $ECHO_N "(cached) $ECHO_C" >&6
25345 else
25346   case $PKG_CONFIG in
25347   [\\/]* | ?:[\\/]*)
25348   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
25349   ;;
25350   *)
25351   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25352 for as_dir in $PATH
25353 do
25354   IFS=$as_save_IFS
25355   test -z "$as_dir" && as_dir=.
25356   for ac_exec_ext in '' $ac_executable_extensions; do
25357   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25358     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
25359     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25360     break 2
25361   fi
25362 done
25363 done
25364
25365   test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
25366   ;;
25367 esac
25368 fi
25369 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
25370
25371 if test -n "$PKG_CONFIG"; then
25372   echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
25373 echo "${ECHO_T}$PKG_CONFIG" >&6
25374 else
25375   echo "$as_me:$LINENO: result: no" >&5
25376 echo "${ECHO_T}no" >&6
25377 fi
25378
25379   fi
25380
25381   if test "$PKG_CONFIG" = "no" ; then
25382      echo "*** The pkg-config script could not be found. Make sure it is"
25383      echo "*** in your path, or set the PKG_CONFIG environment variable"
25384      echo "*** to the full path to pkg-config."
25385      echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
25386   else
25387      PKG_CONFIG_MIN_VERSION=0.9.0
25388      if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
25389         echo "$as_me:$LINENO: checking for pangox" >&5
25390 echo $ECHO_N "checking for pangox... $ECHO_C" >&6
25391
25392         if $PKG_CONFIG --exists "pangox" ; then
25393             echo "$as_me:$LINENO: result: yes" >&5
25394 echo "${ECHO_T}yes" >&6
25395             succeeded=yes
25396
25397             echo "$as_me:$LINENO: checking PANGOX_CFLAGS" >&5
25398 echo $ECHO_N "checking PANGOX_CFLAGS... $ECHO_C" >&6
25399             PANGOX_CFLAGS=`$PKG_CONFIG --cflags "pangox"`
25400             echo "$as_me:$LINENO: result: $PANGOX_CFLAGS" >&5
25401 echo "${ECHO_T}$PANGOX_CFLAGS" >&6
25402
25403             echo "$as_me:$LINENO: checking PANGOX_LIBS" >&5
25404 echo $ECHO_N "checking PANGOX_LIBS... $ECHO_C" >&6
25405             PANGOX_LIBS=`$PKG_CONFIG --libs "pangox"`
25406             echo "$as_me:$LINENO: result: $PANGOX_LIBS" >&5
25407 echo "${ECHO_T}$PANGOX_LIBS" >&6
25408         else
25409             PANGOX_CFLAGS=""
25410             PANGOX_LIBS=""
25411             ## If we have a custom action on failure, don't print errors, but
25412             ## do set a variable so people can do so.
25413             PANGOX_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
25414
25415         fi
25416
25417
25418
25419      else
25420         echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
25421         echo "*** See http://www.freedesktop.org/software/pkgconfig"
25422      fi
25423   fi
25424
25425   if test $succeeded = yes; then
25426
25427                         CXXFLAGS="$CXXFLAGS $PANGOX_CFLAGS"
25428                         GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOX_LIBS"
25429
25430   else
25431
25432                         { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
25433 echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
25434    { (exit 1); exit 1; }; }
25435
25436
25437   fi
25438
25439
25440   succeeded=no
25441
25442   if test -z "$PKG_CONFIG"; then
25443     # Extract the first word of "pkg-config", so it can be a program name with args.
25444 set dummy pkg-config; ac_word=$2
25445 echo "$as_me:$LINENO: checking for $ac_word" >&5
25446 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25447 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
25448   echo $ECHO_N "(cached) $ECHO_C" >&6
25449 else
25450   case $PKG_CONFIG in
25451   [\\/]* | ?:[\\/]*)
25452   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
25453   ;;
25454   *)
25455   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25456 for as_dir in $PATH
25457 do
25458   IFS=$as_save_IFS
25459   test -z "$as_dir" && as_dir=.
25460   for ac_exec_ext in '' $ac_executable_extensions; do
25461   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25462     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
25463     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25464     break 2
25465   fi
25466 done
25467 done
25468
25469   test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
25470   ;;
25471 esac
25472 fi
25473 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
25474
25475 if test -n "$PKG_CONFIG"; then
25476   echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
25477 echo "${ECHO_T}$PKG_CONFIG" >&6
25478 else
25479   echo "$as_me:$LINENO: result: no" >&5
25480 echo "${ECHO_T}no" >&6
25481 fi
25482
25483   fi
25484
25485   if test "$PKG_CONFIG" = "no" ; then
25486      echo "*** The pkg-config script could not be found. Make sure it is"
25487      echo "*** in your path, or set the PKG_CONFIG environment variable"
25488      echo "*** to the full path to pkg-config."
25489      echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
25490   else
25491      PKG_CONFIG_MIN_VERSION=0.9.0
25492      if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
25493         echo "$as_me:$LINENO: checking for pangoft2" >&5
25494 echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6
25495
25496         if $PKG_CONFIG --exists "pangoft2" ; then
25497             echo "$as_me:$LINENO: result: yes" >&5
25498 echo "${ECHO_T}yes" >&6
25499             succeeded=yes
25500
25501             echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5
25502 echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6
25503             PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2"`
25504             echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5
25505 echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6
25506
25507             echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5
25508 echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6
25509             PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2"`
25510             echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5
25511 echo "${ECHO_T}$PANGOFT2_LIBS" >&6
25512         else
25513             PANGOFT2_CFLAGS=""
25514             PANGOFT2_LIBS=""
25515             ## If we have a custom action on failure, don't print errors, but
25516             ## do set a variable so people can do so.
25517             PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
25518
25519         fi
25520
25521
25522
25523      else
25524         echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
25525         echo "*** See http://www.freedesktop.org/software/pkgconfig"
25526      fi
25527   fi
25528
25529   if test $succeeded = yes; then
25530
25531                         CXXFLAGS="$CXXFLAGS $PANGOFT2_CFLAGS"
25532                         GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
25533
25534   else
25535
25536                         { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
25537 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
25538                         wxUSE_PRINTING_ARCHITECTURE="no"
25539
25540
25541   fi
25542
25543
25544   succeeded=no
25545
25546   if test -z "$PKG_CONFIG"; then
25547     # Extract the first word of "pkg-config", so it can be a program name with args.
25548 set dummy pkg-config; ac_word=$2
25549 echo "$as_me:$LINENO: checking for $ac_word" >&5
25550 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25551 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
25552   echo $ECHO_N "(cached) $ECHO_C" >&6
25553 else
25554   case $PKG_CONFIG in
25555   [\\/]* | ?:[\\/]*)
25556   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
25557   ;;
25558   *)
25559   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25560 for as_dir in $PATH
25561 do
25562   IFS=$as_save_IFS
25563   test -z "$as_dir" && as_dir=.
25564   for ac_exec_ext in '' $ac_executable_extensions; do
25565   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25566     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
25567     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25568     break 2
25569   fi
25570 done
25571 done
25572
25573   test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
25574   ;;
25575 esac
25576 fi
25577 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
25578
25579 if test -n "$PKG_CONFIG"; then
25580   echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
25581 echo "${ECHO_T}$PKG_CONFIG" >&6
25582 else
25583   echo "$as_me:$LINENO: result: no" >&5
25584 echo "${ECHO_T}no" >&6
25585 fi
25586
25587   fi
25588
25589   if test "$PKG_CONFIG" = "no" ; then
25590      echo "*** The pkg-config script could not be found. Make sure it is"
25591      echo "*** in your path, or set the PKG_CONFIG environment variable"
25592      echo "*** to the full path to pkg-config."
25593      echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
25594   else
25595      PKG_CONFIG_MIN_VERSION=0.9.0
25596      if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
25597         echo "$as_me:$LINENO: checking for pangoxft" >&5
25598 echo $ECHO_N "checking for pangoxft... $ECHO_C" >&6
25599
25600         if $PKG_CONFIG --exists "pangoxft" ; then
25601             echo "$as_me:$LINENO: result: yes" >&5
25602 echo "${ECHO_T}yes" >&6
25603             succeeded=yes
25604
25605             echo "$as_me:$LINENO: checking PANGOXFT_CFLAGS" >&5
25606 echo $ECHO_N "checking PANGOXFT_CFLAGS... $ECHO_C" >&6
25607             PANGOXFT_CFLAGS=`$PKG_CONFIG --cflags "pangoxft"`
25608             echo "$as_me:$LINENO: result: $PANGOXFT_CFLAGS" >&5
25609 echo "${ECHO_T}$PANGOXFT_CFLAGS" >&6
25610
25611             echo "$as_me:$LINENO: checking PANGOXFT_LIBS" >&5
25612 echo $ECHO_N "checking PANGOXFT_LIBS... $ECHO_C" >&6
25613             PANGOXFT_LIBS=`$PKG_CONFIG --libs "pangoxft"`
25614             echo "$as_me:$LINENO: result: $PANGOXFT_LIBS" >&5
25615 echo "${ECHO_T}$PANGOXFT_LIBS" >&6
25616         else
25617             PANGOXFT_CFLAGS=""
25618             PANGOXFT_LIBS=""
25619             ## If we have a custom action on failure, don't print errors, but
25620             ## do set a variable so people can do so.
25621             PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
25622
25623         fi
25624
25625
25626
25627      else
25628         echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
25629         echo "*** See http://www.freedesktop.org/software/pkgconfig"
25630      fi
25631   fi
25632
25633   if test $succeeded = yes; then
25634
25635                         CXXFLAGS="$CXXFLAGS $PANGOXFT_CFLAGS"
25636                         GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOXFT_LIBS"
25637
25638   else
25639
25640                         { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
25641 echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
25642
25643
25644   fi
25645
25646                 save_CFLAGS="$CFLAGS"
25647                 save_LIBS="$LIBS"
25648                 CFLAGS="$CFLAGS $PANGOX_CFLAGS"
25649                 LIBS="$LIBS $PANGOX_LIBS"
25650
25651 for ac_func in pango_font_family_is_monospace
25652 do
25653 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
25654 echo "$as_me:$LINENO: checking for $ac_func" >&5
25655 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
25656 if eval "test \"\${$as_ac_var+set}\" = set"; then
25657   echo $ECHO_N "(cached) $ECHO_C" >&6
25658 else
25659   cat >conftest.$ac_ext <<_ACEOF
25660 /* confdefs.h.  */
25661 _ACEOF
25662 cat confdefs.h >>conftest.$ac_ext
25663 cat >>conftest.$ac_ext <<_ACEOF
25664 /* end confdefs.h.  */
25665 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
25666    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
25667 #define $ac_func innocuous_$ac_func
25668
25669 /* System header to define __stub macros and hopefully few prototypes,
25670     which can conflict with char $ac_func (); below.
25671     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25672     <limits.h> exists even on freestanding compilers.  */
25673
25674 #ifdef __STDC__
25675 # include <limits.h>
25676 #else
25677 # include <assert.h>
25678 #endif
25679
25680 #undef $ac_func
25681
25682 /* Override any gcc2 internal prototype to avoid an error.  */
25683 #ifdef __cplusplus
25684 extern "C"
25685 {
25686 #endif
25687 /* We use char because int might match the return type of a gcc2
25688    builtin and then its argument prototype would still apply.  */
25689 char $ac_func ();
25690 /* The GNU C library defines this for functions which it implements
25691     to always fail with ENOSYS.  Some functions are actually named
25692     something starting with __ and the normal name is an alias.  */
25693 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
25694 choke me
25695 #else
25696 char (*f) () = $ac_func;
25697 #endif
25698 #ifdef __cplusplus
25699 }
25700 #endif
25701
25702 int
25703 main ()
25704 {
25705 return f != $ac_func;
25706   ;
25707   return 0;
25708 }
25709 _ACEOF
25710 rm -f conftest.$ac_objext conftest$ac_exeext
25711 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25712   (eval $ac_link) 2>conftest.er1
25713   ac_status=$?
25714   grep -v '^ *+' conftest.er1 >conftest.err
25715   rm -f conftest.er1
25716   cat conftest.err >&5
25717   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25718   (exit $ac_status); } &&
25719          { ac_try='test -z "$ac_c_werror_flag"
25720                          || test ! -s conftest.err'
25721   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25722   (eval $ac_try) 2>&5
25723   ac_status=$?
25724   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25725   (exit $ac_status); }; } &&
25726          { ac_try='test -s conftest$ac_exeext'
25727   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25728   (eval $ac_try) 2>&5
25729   ac_status=$?
25730   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25731   (exit $ac_status); }; }; then
25732   eval "$as_ac_var=yes"
25733 else
25734   echo "$as_me: failed program was:" >&5
25735 sed 's/^/| /' conftest.$ac_ext >&5
25736
25737 eval "$as_ac_var=no"
25738 fi
25739 rm -f conftest.err conftest.$ac_objext \
25740       conftest$ac_exeext conftest.$ac_ext
25741 fi
25742 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
25743 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
25744 if test `eval echo '${'$as_ac_var'}'` = yes; then
25745   cat >>confdefs.h <<_ACEOF
25746 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
25747 _ACEOF
25748
25749 fi
25750 done
25751
25752                 CFLAGS="$save_CFLAGS"
25753                 LIBS="$save_LIBS"
25754         fi
25755
25756         wxUSE_UNIVERSAL="yes"
25757
25758         if test "$wxUSE_NANOX" = "yes"; then
25759             TOOLKIT_INCLUDE="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
25760             TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__NANOX__ -DMWPIXEL_FORMAT=MWPF_TRUECOLOR0888 -DHAVE_FILEIO -DHAVE_BMP_SUPPORT=1 -DHAVE_GIF_SUPPORT=1 -DHAVE_PNM_SUPPORT=1 -DHAVE_XPM_SUPPORT=1 -DUNIX=1 -DUSE_EXPOSURE -DSCREEN_HEIGHT=480 -DSCREEN_WIDTH=640 -DSCREEN_DEPTH=4 -DX11=1"
25761             GUI_TK_LIBRARY="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
25762         else
25763             GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lX11"
25764         fi
25765
25766         TOOLKIT_VPATH="\${top_srcdir}/src/x11"
25767         TOOLKIT=X11
25768         GUIDIST=X11_DIST
25769     fi
25770
25771     if test "$wxUSE_MOTIF" = 1; then
25772         echo "$as_me:$LINENO: checking for Motif/Lesstif headers" >&5
25773 echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6
25774
25775 ac_find_includes=
25776 for ac_dir in $SEARCH_INCLUDE /usr/include;
25777   do
25778     if test -f "$ac_dir/Xm/Xm.h"; then
25779       ac_find_includes=$ac_dir
25780       break
25781     fi
25782   done
25783
25784         if test "$ac_find_includes" != "" ; then
25785             echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
25786 echo "${ECHO_T}found in $ac_find_includes" >&6
25787
25788     if test "x$ac_find_includes" = "x/usr/include"; then
25789     ac_path_to_include=""
25790   else
25791     echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
25792     result=$?
25793     if test $result = 0; then
25794       ac_path_to_include=""
25795     else
25796       ac_path_to_include=" -I$ac_find_includes"
25797     fi
25798   fi
25799
25800             TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE$ac_path_to_include"
25801         else
25802             cat >conftest.$ac_ext <<_ACEOF
25803 /* confdefs.h.  */
25804 _ACEOF
25805 cat confdefs.h >>conftest.$ac_ext
25806 cat >>conftest.$ac_ext <<_ACEOF
25807 /* end confdefs.h.  */
25808
25809                     #include <Xm/Xm.h>
25810
25811 int
25812 main ()
25813 {
25814
25815                     int version;
25816                     version = xmUseVersion;
25817
25818   ;
25819   return 0;
25820 }
25821 _ACEOF
25822 rm -f conftest.$ac_objext
25823 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25824   (eval $ac_compile) 2>conftest.er1
25825   ac_status=$?
25826   grep -v '^ *+' conftest.er1 >conftest.err
25827   rm -f conftest.er1
25828   cat conftest.err >&5
25829   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25830   (exit $ac_status); } &&
25831          { ac_try='test -z "$ac_c_werror_flag"
25832                          || test ! -s conftest.err'
25833   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25834   (eval $ac_try) 2>&5
25835   ac_status=$?
25836   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25837   (exit $ac_status); }; } &&
25838          { ac_try='test -s conftest.$ac_objext'
25839   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25840   (eval $ac_try) 2>&5
25841   ac_status=$?
25842   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25843   (exit $ac_status); }; }; then
25844
25845                     echo "$as_me:$LINENO: result: found in default search path" >&5
25846 echo "${ECHO_T}found in default search path" >&6
25847                     COMPILED_X_PROGRAM=1
25848
25849 else
25850   echo "$as_me: failed program was:" >&5
25851 sed 's/^/| /' conftest.$ac_ext >&5
25852
25853
25854                     echo "$as_me:$LINENO: result: no" >&5
25855 echo "${ECHO_T}no" >&6
25856                     { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of Xm/Xm.h" >&5
25857 echo "$as_me: error: please set CFLAGS to contain the location of Xm/Xm.h" >&2;}
25858    { (exit 1); exit 1; }; }
25859
25860
25861 fi
25862 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
25863         fi
25864
25865         if test "$COMPILED_X_PROGRAM" = 0; then
25866             echo "$as_me:$LINENO: checking for Motif/Lesstif library" >&5
25867 echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6
25868
25869 ac_find_libraries=
25870 for ac_dir in $SEARCH_LIB /usr/lib;
25871   do
25872     for ac_extension in a so sl dylib; do
25873       if test -f "$ac_dir/libXm.$ac_extension"; then
25874         ac_find_libraries=$ac_dir
25875         break 2
25876       fi
25877     done
25878   done
25879
25880             if test "$ac_find_libraries" != "" ; then
25881                 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
25882 echo "${ECHO_T}found at $ac_find_libraries" >&6
25883
25884
25885   echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
25886   result=$?
25887   if test $result = 0; then
25888     ac_path_to_link=""
25889   else
25890     ac_path_to_link=" -L$ac_find_libraries"
25891   fi
25892
25893                 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
25894             else
25895                                                                 save_CFLAGS=$CFLAGS
25896                 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
25897
25898                 cat >conftest.$ac_ext <<_ACEOF
25899 /* confdefs.h.  */
25900 _ACEOF
25901 cat confdefs.h >>conftest.$ac_ext
25902 cat >>conftest.$ac_ext <<_ACEOF
25903 /* end confdefs.h.  */
25904
25905                         #include <Xm/Xm.h>
25906
25907 int
25908 main ()
25909 {
25910
25911                         int version;
25912                         version = xmUseVersion;
25913
25914   ;
25915   return 0;
25916 }
25917 _ACEOF
25918 rm -f conftest.$ac_objext
25919 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25920   (eval $ac_compile) 2>conftest.er1
25921   ac_status=$?
25922   grep -v '^ *+' conftest.er1 >conftest.err
25923   rm -f conftest.er1
25924   cat conftest.err >&5
25925   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25926   (exit $ac_status); } &&
25927          { ac_try='test -z "$ac_c_werror_flag"
25928                          || test ! -s conftest.err'
25929   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25930   (eval $ac_try) 2>&5
25931   ac_status=$?
25932   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25933   (exit $ac_status); }; } &&
25934          { ac_try='test -s conftest.$ac_objext'
25935   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25936   (eval $ac_try) 2>&5
25937   ac_status=$?
25938   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25939   (exit $ac_status); }; }; then
25940
25941                         echo "$as_me:$LINENO: result: found in default search path" >&5
25942 echo "${ECHO_T}found in default search path" >&6
25943                         COMPILED_X_PROGRAM=1
25944
25945 else
25946   echo "$as_me: failed program was:" >&5
25947 sed 's/^/| /' conftest.$ac_ext >&5
25948
25949
25950                         echo "$as_me:$LINENO: result: no" >&5
25951 echo "${ECHO_T}no" >&6
25952                         { { echo "$as_me:$LINENO: error: please set LDFLAGS to contain the location of libXm" >&5
25953 echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;}
25954    { (exit 1); exit 1; }; }
25955
25956
25957 fi
25958 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
25959
25960                 CFLAGS=$save_CFLAGS
25961             fi
25962         fi
25963
25964         echo "$as_me:$LINENO: checking if we need -lXp and/or -lSM -lICE" >&5
25965 echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6
25966         libp_link=""
25967         libsm_ice_link=""
25968         libs_found=0
25969         for libp in "" " -lXp"; do
25970             if test "$libs_found" = "0"; then
25971                 for libsm_ice in "" " -lSM -lICE"; do
25972                     if test "$libs_found" = "0"; then
25973                         save_LIBS="$LIBS"
25974                         LIBS="$GUI_TK_LIBRARY -lXm ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
25975                         save_CFLAGS=$CFLAGS
25976                         CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
25977
25978                         cat >conftest.$ac_ext <<_ACEOF
25979 /* confdefs.h.  */
25980 _ACEOF
25981 cat confdefs.h >>conftest.$ac_ext
25982 cat >>conftest.$ac_ext <<_ACEOF
25983 /* end confdefs.h.  */
25984
25985                                 #include <Xm/Xm.h>
25986                                 #include <Xm/List.h>
25987
25988 int
25989 main ()
25990 {
25991
25992                                 XmString string = NULL;
25993                                 Widget w = NULL;
25994                                 int position = 0;
25995                                 XmListAddItem(w, string, position);
25996
25997   ;
25998   return 0;
25999 }
26000 _ACEOF
26001 rm -f conftest.$ac_objext conftest$ac_exeext
26002 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26003   (eval $ac_link) 2>conftest.er1
26004   ac_status=$?
26005   grep -v '^ *+' conftest.er1 >conftest.err
26006   rm -f conftest.er1
26007   cat conftest.err >&5
26008   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26009   (exit $ac_status); } &&
26010          { ac_try='test -z "$ac_c_werror_flag"
26011                          || test ! -s conftest.err'
26012   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26013   (eval $ac_try) 2>&5
26014   ac_status=$?
26015   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26016   (exit $ac_status); }; } &&
26017          { ac_try='test -s conftest$ac_exeext'
26018   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26019   (eval $ac_try) 2>&5
26020   ac_status=$?
26021   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26022   (exit $ac_status); }; }; then
26023
26024                                 libp_link="$libp"
26025                                 libsm_ice_link="$libsm_ice"
26026                                 echo "$as_me:$LINENO: result: need${libp_link}${libsm_ice_link}" >&5
26027 echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6
26028                                 libs_found=1
26029
26030 else
26031   echo "$as_me: failed program was:" >&5
26032 sed 's/^/| /' conftest.$ac_ext >&5
26033
26034
26035
26036 fi
26037 rm -f conftest.err conftest.$ac_objext \
26038       conftest$ac_exeext conftest.$ac_ext
26039
26040                         LIBS="$save_LIBS"
26041                         CFLAGS=$save_CFLAGS
26042                     fi
26043                 done
26044             fi
26045         done
26046
26047         if test "$libs_found" = "0"; then
26048             echo "$as_me:$LINENO: result: can't find the right libraries" >&5
26049 echo "${ECHO_T}can't find the right libraries" >&6
26050             { { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5
26051 echo "$as_me: error: can't link a simple motif program" >&2;}
26052    { (exit 1); exit 1; }; }
26053         fi
26054
26055         save_CFLAGS=$CFLAGS
26056         CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
26057         echo "$as_me:$LINENO: checking for Motif 2" >&5
26058 echo $ECHO_N "checking for Motif 2... $ECHO_C" >&6
26059         cat >conftest.$ac_ext <<_ACEOF
26060 /* confdefs.h.  */
26061 _ACEOF
26062 cat confdefs.h >>conftest.$ac_ext
26063 cat >>conftest.$ac_ext <<_ACEOF
26064 /* end confdefs.h.  */
26065
26066                         #include <Xm/Xm.h>
26067
26068 int
26069 main ()
26070 {
26071
26072                         #if XmVersion < 2000
26073                         #error "Not Motif 2"
26074                         #endif
26075
26076   ;
26077   return 0;
26078 }
26079 _ACEOF
26080 rm -f conftest.$ac_objext
26081 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26082   (eval $ac_compile) 2>conftest.er1
26083   ac_status=$?
26084   grep -v '^ *+' conftest.er1 >conftest.err
26085   rm -f conftest.er1
26086   cat conftest.err >&5
26087   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26088   (exit $ac_status); } &&
26089          { ac_try='test -z "$ac_c_werror_flag"
26090                          || test ! -s conftest.err'
26091   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26092   (eval $ac_try) 2>&5
26093   ac_status=$?
26094   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26095   (exit $ac_status); }; } &&
26096          { ac_try='test -s conftest.$ac_objext'
26097   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26098   (eval $ac_try) 2>&5
26099   ac_status=$?
26100   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26101   (exit $ac_status); }; }; then
26102
26103                         cat >>confdefs.h <<\_ACEOF
26104 #define __WXMOTIF20__ 1
26105 _ACEOF
26106
26107                         echo "$as_me:$LINENO: result: found" >&5
26108 echo "${ECHO_T}found" >&6
26109
26110 else
26111   echo "$as_me: failed program was:" >&5
26112 sed 's/^/| /' conftest.$ac_ext >&5
26113
26114
26115                         cat >>confdefs.h <<\_ACEOF
26116 #define __WXMOTIF20__ 0
26117 _ACEOF
26118
26119                         echo "$as_me:$LINENO: result: not found" >&5
26120 echo "${ECHO_T}not found" >&6
26121
26122 fi
26123 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
26124         CFLAGS=$save_CFLAGS
26125
26126         GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXm${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
26127         TOOLKIT_VPATH="\${top_srcdir}/src/motif${PATH_IFS}\${top_srcdir}/src/motif/xmcombo${PATH_IFS}\${top_srcdir}/src/x11"
26128         TOOLKIT=MOTIF
26129         GUIDIST=MOTIF_DIST
26130     fi
26131
26132         if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
26133                 if test "$wxUSE_LIBXPM" = "sys"; then
26134             echo "$as_me:$LINENO: checking for Xpm library" >&5
26135 echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6
26136
26137 ac_find_libraries=
26138 for ac_dir in $SEARCH_LIB /usr/lib;
26139   do
26140     for ac_extension in a so sl dylib; do
26141       if test -f "$ac_dir/libXpm.$ac_extension"; then
26142         ac_find_libraries=$ac_dir
26143         break 2
26144       fi
26145     done
26146   done
26147
26148             if test "$ac_find_libraries" != "" ; then
26149
26150   echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
26151   result=$?
26152   if test $result = 0; then
26153     ac_path_to_link=""
26154   else
26155     ac_path_to_link=" -L$ac_find_libraries"
26156   fi
26157
26158                 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
26159                 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
26160 echo "${ECHO_T}found at $ac_find_libraries" >&6
26161
26162                 echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
26163 echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
26164 if test "${wx_cv_x11_xpm_h+set}" = set; then
26165   echo $ECHO_N "(cached) $ECHO_C" >&6
26166 else
26167
26168                         save_CFLAGS=$CFLAGS
26169                         CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
26170
26171                         cat >conftest.$ac_ext <<_ACEOF
26172 /* confdefs.h.  */
26173 _ACEOF
26174 cat confdefs.h >>conftest.$ac_ext
26175 cat >>conftest.$ac_ext <<_ACEOF
26176 /* end confdefs.h.  */
26177
26178                                 #include <X11/xpm.h>
26179
26180 int
26181 main ()
26182 {
26183
26184                                 int version;
26185                                 version = XpmLibraryVersion();
26186
26187   ;
26188   return 0;
26189 }
26190 _ACEOF
26191 rm -f conftest.$ac_objext
26192 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26193   (eval $ac_compile) 2>conftest.er1
26194   ac_status=$?
26195   grep -v '^ *+' conftest.er1 >conftest.err
26196   rm -f conftest.er1
26197   cat conftest.err >&5
26198   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26199   (exit $ac_status); } &&
26200          { ac_try='test -z "$ac_c_werror_flag"
26201                          || test ! -s conftest.err'
26202   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26203   (eval $ac_try) 2>&5
26204   ac_status=$?
26205   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26206   (exit $ac_status); }; } &&
26207          { ac_try='test -s conftest.$ac_objext'
26208   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26209   (eval $ac_try) 2>&5
26210   ac_status=$?
26211   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26212   (exit $ac_status); }; }; then
26213   wx_cv_x11_xpm_h=yes
26214 else
26215   echo "$as_me: failed program was:" >&5
26216 sed 's/^/| /' conftest.$ac_ext >&5
26217
26218 wx_cv_x11_xpm_h=no
26219
26220 fi
26221 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
26222
26223                         CFLAGS=$save_CFLAGS
26224
26225
26226 fi
26227 echo "$as_me:$LINENO: result: $wx_cv_x11_xpm_h" >&5
26228 echo "${ECHO_T}$wx_cv_x11_xpm_h" >&6
26229
26230                 if test $wx_cv_x11_xpm_h = "yes"; then
26231                     GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXpm"
26232                     cat >>confdefs.h <<\_ACEOF
26233 #define wxHAVE_LIB_XPM 1
26234 _ACEOF
26235
26236                 else
26237                     { echo "$as_me:$LINENO: WARNING: built-in less efficient XPM decoder will be used" >&5
26238 echo "$as_me: WARNING: built-in less efficient XPM decoder will be used" >&2;}
26239                 fi
26240             fi
26241
26242         fi
26243
26244                 echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
26245 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
26246 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
26247   echo $ECHO_N "(cached) $ECHO_C" >&6
26248 else
26249   ac_check_lib_save_LIBS=$LIBS
26250 LIBS="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
26251 cat >conftest.$ac_ext <<_ACEOF
26252 /* confdefs.h.  */
26253 _ACEOF
26254 cat confdefs.h >>conftest.$ac_ext
26255 cat >>conftest.$ac_ext <<_ACEOF
26256 /* end confdefs.h.  */
26257
26258 /* Override any gcc2 internal prototype to avoid an error.  */
26259 #ifdef __cplusplus
26260 extern "C"
26261 #endif
26262 /* We use char because int might match the return type of a gcc2
26263    builtin and then its argument prototype would still apply.  */
26264 char XShapeQueryExtension ();
26265 int
26266 main ()
26267 {
26268 XShapeQueryExtension ();
26269   ;
26270   return 0;
26271 }
26272 _ACEOF
26273 rm -f conftest.$ac_objext conftest$ac_exeext
26274 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26275   (eval $ac_link) 2>conftest.er1
26276   ac_status=$?
26277   grep -v '^ *+' conftest.er1 >conftest.err
26278   rm -f conftest.er1
26279   cat conftest.err >&5
26280   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26281   (exit $ac_status); } &&
26282          { ac_try='test -z "$ac_c_werror_flag"
26283                          || test ! -s conftest.err'
26284   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26285   (eval $ac_try) 2>&5
26286   ac_status=$?
26287   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26288   (exit $ac_status); }; } &&
26289          { ac_try='test -s conftest$ac_exeext'
26290   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26291   (eval $ac_try) 2>&5
26292   ac_status=$?
26293   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26294   (exit $ac_status); }; }; then
26295   ac_cv_lib_Xext_XShapeQueryExtension=yes
26296 else
26297   echo "$as_me: failed program was:" >&5
26298 sed 's/^/| /' conftest.$ac_ext >&5
26299
26300 ac_cv_lib_Xext_XShapeQueryExtension=no
26301 fi
26302 rm -f conftest.err conftest.$ac_objext \
26303       conftest$ac_exeext conftest.$ac_ext
26304 LIBS=$ac_check_lib_save_LIBS
26305 fi
26306 echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
26307 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
26308 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
26309
26310                       GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXext"
26311                       wxHAVE_XEXT_LIB=1
26312
26313 fi
26314
26315
26316         if test "$wxHAVE_XEXT_LIB" = 1; then
26317             save_CFLAGS="$CFLAGS"
26318             CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
26319
26320             echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5
26321 echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6
26322             cat >conftest.$ac_ext <<_ACEOF
26323 /* confdefs.h.  */
26324 _ACEOF
26325 cat confdefs.h >>conftest.$ac_ext
26326 cat >>conftest.$ac_ext <<_ACEOF
26327 /* end confdefs.h.  */
26328
26329                             #include <X11/Xlib.h>
26330                             #include <X11/extensions/shape.h>
26331
26332 int
26333 main ()
26334 {
26335
26336                             int dummy1, dummy2;
26337                             XShapeQueryExtension((Display*)NULL,
26338                                                  (int*)NULL, (int*)NULL);
26339
26340   ;
26341   return 0;
26342 }
26343 _ACEOF
26344 rm -f conftest.$ac_objext
26345 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26346   (eval $ac_compile) 2>conftest.er1
26347   ac_status=$?
26348   grep -v '^ *+' conftest.er1 >conftest.err
26349   rm -f conftest.er1
26350   cat conftest.err >&5
26351   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26352   (exit $ac_status); } &&
26353          { ac_try='test -z "$ac_c_werror_flag"
26354                          || test ! -s conftest.err'
26355   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26356   (eval $ac_try) 2>&5
26357   ac_status=$?
26358   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26359   (exit $ac_status); }; } &&
26360          { ac_try='test -s conftest.$ac_objext'
26361   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26362   (eval $ac_try) 2>&5
26363   ac_status=$?
26364   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26365   (exit $ac_status); }; }; then
26366
26367                             cat >>confdefs.h <<\_ACEOF
26368 #define HAVE_XSHAPE 1
26369 _ACEOF
26370
26371                             echo "$as_me:$LINENO: result: found" >&5
26372 echo "${ECHO_T}found" >&6
26373
26374 else
26375   echo "$as_me: failed program was:" >&5
26376 sed 's/^/| /' conftest.$ac_ext >&5
26377
26378
26379                             echo "$as_me:$LINENO: result: not found" >&5
26380 echo "${ECHO_T}not found" >&6
26381
26382 fi
26383 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
26384             CFLAGS="$save_CFLAGS"
26385
26386         fi
26387     fi
26388
26389     if test "$wxUSE_MAC" = 1; then
26390         echo "$as_me:$LINENO: checking for compiler syntax to enable Pascal strings" >&5
26391 echo $ECHO_N "checking for compiler syntax to enable Pascal strings... $ECHO_C" >&6
26392         if test "$GCC" = yes; then
26393             echo "$as_me:$LINENO: result: gcc" >&5
26394 echo "${ECHO_T}gcc" >&6
26395             CPPFLAGS_PASCAL="-fpascal-strings"
26396         elif test "`echo $CXX | sed -e 's@.*/@@'`" = "xlC"; then
26397             echo "$as_me:$LINENO: result: xlc" >&5
26398 echo "${ECHO_T}xlc" >&6
26399             CPPFLAGS_PASCAL="-qmacpstr"
26400         else
26401             echo "$as_me:$LINENO: result: none" >&5
26402 echo "${ECHO_T}none" >&6
26403         fi
26404
26405         CPPFLAGS="$CPPFLAGS $CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -I/Developer/Headers/FlatCarbon"
26406
26407         TOOLKIT_VPATH="\${top_srcdir}/src/mac/carbon${PATH_IFS}\${top_srcdir}/src/mac/carbon/morefilex"
26408         TOOLKIT=MAC
26409                 GUIDIST=MACX_DIST
26410                         WXBASEPORT="_carbon"
26411     fi
26412
26413     if test "$wxUSE_COCOA" = 1; then
26414         TOOLKIT_VPATH="\${top_srcdir}/src/cocoa"
26415         TOOLKIT=COCOA
26416         GUIDIST=COCOA_DIST
26417     fi
26418
26419     if test "$wxUSE_PM" = 1; then
26420         TOOLKIT=PM
26421         GUIDIST=PM_DIST
26422         echo "$as_me:$LINENO: checking for type SPBCDATA" >&5
26423 echo $ECHO_N "checking for type SPBCDATA... $ECHO_C" >&6
26424 if test "${wx_cv_spbcdata+set}" = set; then
26425   echo $ECHO_N "(cached) $ECHO_C" >&6
26426 else
26427
26428                 cat >conftest.$ac_ext <<_ACEOF
26429 /* confdefs.h.  */
26430 _ACEOF
26431 cat confdefs.h >>conftest.$ac_ext
26432 cat >>conftest.$ac_ext <<_ACEOF
26433 /* end confdefs.h.  */
26434
26435                         #define INCL_PM
26436                         #include <os2.h>
26437
26438 int
26439 main ()
26440 {
26441
26442                         SPBCDATA test;
26443
26444   ;
26445   return 0;
26446 }
26447 _ACEOF
26448 rm -f conftest.$ac_objext
26449 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26450   (eval $ac_compile) 2>conftest.er1
26451   ac_status=$?
26452   grep -v '^ *+' conftest.er1 >conftest.err
26453   rm -f conftest.er1
26454   cat conftest.err >&5
26455   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26456   (exit $ac_status); } &&
26457          { ac_try='test -z "$ac_c_werror_flag"
26458                          || test ! -s conftest.err'
26459   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26460   (eval $ac_try) 2>&5
26461   ac_status=$?
26462   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26463   (exit $ac_status); }; } &&
26464          { ac_try='test -s conftest.$ac_objext'
26465   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26466   (eval $ac_try) 2>&5
26467   ac_status=$?
26468   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26469   (exit $ac_status); }; }; then
26470   wx_cv_spbcdata=yes
26471 else
26472   echo "$as_me: failed program was:" >&5
26473 sed 's/^/| /' conftest.$ac_ext >&5
26474
26475 wx_cv_spbcdata=no
26476
26477 fi
26478 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
26479
26480
26481 fi
26482 echo "$as_me:$LINENO: result: $wx_cv_spbcdata" >&5
26483 echo "${ECHO_T}$wx_cv_spbcdata" >&6
26484
26485         if test $wx_cv_spbcdata = "yes"; then
26486             cat >>confdefs.h <<\_ACEOF
26487 #define HAVE_SPBCDATA 1
26488 _ACEOF
26489
26490         fi
26491     fi
26492
26493         if test "$TOOLKIT" = "PM" ; then
26494         TOOLKIT_DIR="os2"
26495     else
26496         TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
26497     fi
26498
26499         PORT_FILES="\${top_srcdir}/src/\$(TOOLKITDIR)/files.lst"
26500
26501     if test "$wxUSE_UNIVERSAL" = "yes"; then
26502         ALL_OBJECTS="\$(GUI_LOWLEVEL_OBJS) \${UNIVOBJS}"
26503
26504                                 ALL_SOURCES="\$(ALL_SOURCES) \${UNIV_SOURCES}"
26505         ALL_HEADERS="\$(ALL_HEADERS) \${UNIV_HEADERS}"
26506
26507         PORT_FILES="${PORT_FILES} \${top_srcdir}/src/univ/files.lst"
26508         if test "$wxUSE_X11" = 1; then
26509             TOOLKIT_VPATH="\${top_srcdir}/src/${TOOLKIT_DIR}${PATH_IFS}\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes"
26510         else
26511             TOOLKIT_VPATH="\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes${PATH_IFS}\${top_srcdir}/src/${TOOLKIT_DIR}"
26512         fi
26513         TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
26514         WIDGET_SET=univ
26515     else
26516         ALL_OBJECTS="\$(GUIOBJS)"
26517         ALL_SOURCES="\$(ALL_SOURCES)"
26518         ALL_HEADERS="\$(ALL_HEADERS)"
26519     fi
26520
26521     ALL_OBJECTS="${ALL_OBJECTS} \$(COMMONOBJS) \$(GENERICOBJS)"
26522
26523     if test "$TOOLKIT" != "MSW" -a "$USE_DOS" != 1; then
26524         ALL_OBJECTS="${ALL_OBJECTS} \$(UNIXOBJS)"
26525     fi
26526
26527     if test "$wxUSE_HTML" = "yes"; then
26528         ALL_OBJECTS="${ALL_OBJECTS} \$(HTMLOBJS)"
26529     fi
26530
26531     if test "$wxUSE_LIBJPEG" = "builtin" ; then
26532         ALL_OBJECTS="${ALL_OBJECTS} \$(JPEGOBJS)"
26533     fi
26534     if test "$wxUSE_LIBTIFF" = "builtin" ; then
26535         ALL_OBJECTS="${ALL_OBJECTS} \$(TIFFOBJS)"
26536     fi
26537     if test "$wxUSE_LIBPNG" = "builtin" ; then
26538         ALL_OBJECTS="${ALL_OBJECTS} \$(PNGOBJS)"
26539     fi
26540
26541         GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
26542     DISTDIR="wx\$(TOOLKIT)"
26543 else
26544     USE_GUI=0
26545
26546             TOOLKIT_DIR="base"
26547
26548         if test "$USE_WIN32" = 1 ; then
26549         ALL_OBJECTS="\${BASE_OBJS} \${BASE_MSW_OBJS}"
26550         TOOLKIT_VPATH="\${top_srcdir}/src/msw"
26551
26552                         TOOLKIT="MSW"
26553     else
26554         ALL_OBJECTS="\${BASE_OBJS} \${BASE_UNIX_OBJS}"
26555         TOOLKIT_VPATH="\${top_srcdir}/src/unix"
26556     fi
26557
26558     ALL_SOURCES="\$(ALL_SOURCES)"
26559     ALL_HEADERS="\$(ALL_HEADERS)"
26560
26561     PORT_FILES="\${top_srcdir}/src/files.lst"
26562
26563         GUIDIST="BASE_DIST"
26564     DISTDIR="wxBase"
26565 fi
26566
26567
26568
26569
26570 IODBC_C_SRC=""
26571
26572
26573 if test "$TOOLKIT" != "MSW" ; then
26574
26575     if test "$wxUSE_ODBC" = "sys" -o "$wxUSE_ODBC" = "yes" ; then
26576
26577         if test "${ac_cv_header_sql_h+set}" = set; then
26578   echo "$as_me:$LINENO: checking for sql.h" >&5
26579 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
26580 if test "${ac_cv_header_sql_h+set}" = set; then
26581   echo $ECHO_N "(cached) $ECHO_C" >&6
26582 fi
26583 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
26584 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
26585 else
26586   # Is the header compilable?
26587 echo "$as_me:$LINENO: checking sql.h usability" >&5
26588 echo $ECHO_N "checking sql.h usability... $ECHO_C" >&6
26589 cat >conftest.$ac_ext <<_ACEOF
26590 /* confdefs.h.  */
26591 _ACEOF
26592 cat confdefs.h >>conftest.$ac_ext
26593 cat >>conftest.$ac_ext <<_ACEOF
26594 /* end confdefs.h.  */
26595 $ac_includes_default
26596 #include <sql.h>
26597 _ACEOF
26598 rm -f conftest.$ac_objext
26599 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26600   (eval $ac_compile) 2>conftest.er1
26601   ac_status=$?
26602   grep -v '^ *+' conftest.er1 >conftest.err
26603   rm -f conftest.er1
26604   cat conftest.err >&5
26605   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26606   (exit $ac_status); } &&
26607          { ac_try='test -z "$ac_c_werror_flag"
26608                          || test ! -s conftest.err'
26609   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26610   (eval $ac_try) 2>&5
26611   ac_status=$?
26612   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26613   (exit $ac_status); }; } &&
26614          { ac_try='test -s conftest.$ac_objext'
26615   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26616   (eval $ac_try) 2>&5
26617   ac_status=$?
26618   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26619   (exit $ac_status); }; }; then
26620   ac_header_compiler=yes
26621 else
26622   echo "$as_me: failed program was:" >&5
26623 sed 's/^/| /' conftest.$ac_ext >&5
26624
26625 ac_header_compiler=no
26626 fi
26627 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
26628 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
26629 echo "${ECHO_T}$ac_header_compiler" >&6
26630
26631 # Is the header present?
26632 echo "$as_me:$LINENO: checking sql.h presence" >&5
26633 echo $ECHO_N "checking sql.h presence... $ECHO_C" >&6
26634 cat >conftest.$ac_ext <<_ACEOF
26635 /* confdefs.h.  */
26636 _ACEOF
26637 cat confdefs.h >>conftest.$ac_ext
26638 cat >>conftest.$ac_ext <<_ACEOF
26639 /* end confdefs.h.  */
26640 #include <sql.h>
26641 _ACEOF
26642 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
26643   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
26644   ac_status=$?
26645   grep -v '^ *+' conftest.er1 >conftest.err
26646   rm -f conftest.er1
26647   cat conftest.err >&5
26648   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26649   (exit $ac_status); } >/dev/null; then
26650   if test -s conftest.err; then
26651     ac_cpp_err=$ac_c_preproc_warn_flag
26652     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
26653   else
26654     ac_cpp_err=
26655   fi
26656 else
26657   ac_cpp_err=yes
26658 fi
26659 if test -z "$ac_cpp_err"; then
26660   ac_header_preproc=yes
26661 else
26662   echo "$as_me: failed program was:" >&5
26663 sed 's/^/| /' conftest.$ac_ext >&5
26664
26665   ac_header_preproc=no
26666 fi
26667 rm -f conftest.err conftest.$ac_ext
26668 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
26669 echo "${ECHO_T}$ac_header_preproc" >&6
26670
26671 # So?  What about this header?
26672 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
26673   yes:no: )
26674     { echo "$as_me:$LINENO: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&5
26675 echo "$as_me: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
26676     { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the compiler's result" >&5
26677 echo "$as_me: WARNING: sql.h: proceeding with the compiler's result" >&2;}
26678     ac_header_preproc=yes
26679     ;;
26680   no:yes:* )
26681     { echo "$as_me:$LINENO: WARNING: sql.h: present but cannot be compiled" >&5
26682 echo "$as_me: WARNING: sql.h: present but cannot be compiled" >&2;}
26683     { echo "$as_me:$LINENO: WARNING: sql.h:     check for missing prerequisite headers?" >&5
26684 echo "$as_me: WARNING: sql.h:     check for missing prerequisite headers?" >&2;}
26685     { echo "$as_me:$LINENO: WARNING: sql.h: see the Autoconf documentation" >&5
26686 echo "$as_me: WARNING: sql.h: see the Autoconf documentation" >&2;}
26687     { echo "$as_me:$LINENO: WARNING: sql.h:     section \"Present But Cannot Be Compiled\"" >&5
26688 echo "$as_me: WARNING: sql.h:     section \"Present But Cannot Be Compiled\"" >&2;}
26689     { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5
26690 echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;}
26691     { echo "$as_me:$LINENO: WARNING: sql.h: in the future, the compiler will take precedence" >&5
26692 echo "$as_me: WARNING: sql.h: in the future, the compiler will take precedence" >&2;}
26693     (
26694       cat <<\_ASBOX
26695 ## ----------------------------------------- ##
26696 ## Report this to wx-dev@lists.wxwidgets.org ##
26697 ## ----------------------------------------- ##
26698 _ASBOX
26699     ) |
26700       sed "s/^/$as_me: WARNING:     /" >&2
26701     ;;
26702 esac
26703 echo "$as_me:$LINENO: checking for sql.h" >&5
26704 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
26705 if test "${ac_cv_header_sql_h+set}" = set; then
26706   echo $ECHO_N "(cached) $ECHO_C" >&6
26707 else
26708   ac_cv_header_sql_h=$ac_header_preproc
26709 fi
26710 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
26711 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
26712
26713 fi
26714 if test $ac_cv_header_sql_h = yes; then
26715   found_sql_h=1
26716 fi
26717
26718
26719         if test "x$found_sql_h" = "x1" ; then
26720             echo "$as_me:$LINENO: checking for SQLAllocEnv in -liodbc" >&5
26721 echo $ECHO_N "checking for SQLAllocEnv in -liodbc... $ECHO_C" >&6
26722 if test "${ac_cv_lib_iodbc_SQLAllocEnv+set}" = set; then
26723   echo $ECHO_N "(cached) $ECHO_C" >&6
26724 else
26725   ac_check_lib_save_LIBS=$LIBS
26726 LIBS="-liodbc  $LIBS"
26727 cat >conftest.$ac_ext <<_ACEOF
26728 /* confdefs.h.  */
26729 _ACEOF
26730 cat confdefs.h >>conftest.$ac_ext
26731 cat >>conftest.$ac_ext <<_ACEOF
26732 /* end confdefs.h.  */
26733
26734 /* Override any gcc2 internal prototype to avoid an error.  */
26735 #ifdef __cplusplus
26736 extern "C"
26737 #endif
26738 /* We use char because int might match the return type of a gcc2
26739    builtin and then its argument prototype would still apply.  */
26740 char SQLAllocEnv ();
26741 int
26742 main ()
26743 {
26744 SQLAllocEnv ();
26745   ;
26746   return 0;
26747 }
26748 _ACEOF
26749 rm -f conftest.$ac_objext conftest$ac_exeext
26750 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26751   (eval $ac_link) 2>conftest.er1
26752   ac_status=$?
26753   grep -v '^ *+' conftest.er1 >conftest.err
26754   rm -f conftest.er1
26755   cat conftest.err >&5
26756   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26757   (exit $ac_status); } &&
26758          { ac_try='test -z "$ac_c_werror_flag"
26759                          || test ! -s conftest.err'
26760   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26761   (eval $ac_try) 2>&5
26762   ac_status=$?
26763   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26764   (exit $ac_status); }; } &&
26765          { ac_try='test -s conftest$ac_exeext'
26766   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26767   (eval $ac_try) 2>&5
26768   ac_status=$?
26769   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26770   (exit $ac_status); }; }; then
26771   ac_cv_lib_iodbc_SQLAllocEnv=yes
26772 else
26773   echo "$as_me: failed program was:" >&5
26774 sed 's/^/| /' conftest.$ac_ext >&5
26775
26776 ac_cv_lib_iodbc_SQLAllocEnv=no
26777 fi
26778 rm -f conftest.err conftest.$ac_objext \
26779       conftest$ac_exeext conftest.$ac_ext
26780 LIBS=$ac_check_lib_save_LIBS
26781 fi
26782 echo "$as_me:$LINENO: result: $ac_cv_lib_iodbc_SQLAllocEnv" >&5
26783 echo "${ECHO_T}$ac_cv_lib_iodbc_SQLAllocEnv" >&6
26784 if test $ac_cv_lib_iodbc_SQLAllocEnv = yes; then
26785   ODBC_LINK=" -liodbc"
26786 else
26787
26788                 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lunixodbc" >&5
26789 echo $ECHO_N "checking for SQLAllocEnv in -lunixodbc... $ECHO_C" >&6
26790 if test "${ac_cv_lib_unixodbc_SQLAllocEnv+set}" = set; then
26791   echo $ECHO_N "(cached) $ECHO_C" >&6
26792 else
26793   ac_check_lib_save_LIBS=$LIBS
26794 LIBS="-lunixodbc  $LIBS"
26795 cat >conftest.$ac_ext <<_ACEOF
26796 /* confdefs.h.  */
26797 _ACEOF
26798 cat confdefs.h >>conftest.$ac_ext
26799 cat >>conftest.$ac_ext <<_ACEOF
26800 /* end confdefs.h.  */
26801
26802 /* Override any gcc2 internal prototype to avoid an error.  */
26803 #ifdef __cplusplus
26804 extern "C"
26805 #endif
26806 /* We use char because int might match the return type of a gcc2
26807    builtin and then its argument prototype would still apply.  */
26808 char SQLAllocEnv ();
26809 int
26810 main ()
26811 {
26812 SQLAllocEnv ();
26813   ;
26814   return 0;
26815 }
26816 _ACEOF
26817 rm -f conftest.$ac_objext conftest$ac_exeext
26818 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26819   (eval $ac_link) 2>conftest.er1
26820   ac_status=$?
26821   grep -v '^ *+' conftest.er1 >conftest.err
26822   rm -f conftest.er1
26823   cat conftest.err >&5
26824   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26825   (exit $ac_status); } &&
26826          { ac_try='test -z "$ac_c_werror_flag"
26827                          || test ! -s conftest.err'
26828   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26829   (eval $ac_try) 2>&5
26830   ac_status=$?
26831   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26832   (exit $ac_status); }; } &&
26833          { ac_try='test -s conftest$ac_exeext'
26834   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26835   (eval $ac_try) 2>&5
26836   ac_status=$?
26837   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26838   (exit $ac_status); }; }; then
26839   ac_cv_lib_unixodbc_SQLAllocEnv=yes
26840 else
26841   echo "$as_me: failed program was:" >&5
26842 sed 's/^/| /' conftest.$ac_ext >&5
26843
26844 ac_cv_lib_unixodbc_SQLAllocEnv=no
26845 fi
26846 rm -f conftest.err conftest.$ac_objext \
26847       conftest$ac_exeext conftest.$ac_ext
26848 LIBS=$ac_check_lib_save_LIBS
26849 fi
26850 echo "$as_me:$LINENO: result: $ac_cv_lib_unixodbc_SQLAllocEnv" >&5
26851 echo "${ECHO_T}$ac_cv_lib_unixodbc_SQLAllocEnv" >&6
26852 if test $ac_cv_lib_unixodbc_SQLAllocEnv = yes; then
26853   ODBC_LINK=" -lunixodbc"
26854 else
26855
26856                     echo "$as_me:$LINENO: checking for SQLAllocEnv in -lodbc" >&5
26857 echo $ECHO_N "checking for SQLAllocEnv in -lodbc... $ECHO_C" >&6
26858 if test "${ac_cv_lib_odbc_SQLAllocEnv+set}" = set; then
26859   echo $ECHO_N "(cached) $ECHO_C" >&6
26860 else
26861   ac_check_lib_save_LIBS=$LIBS
26862 LIBS="-lodbc  $LIBS"
26863 cat >conftest.$ac_ext <<_ACEOF
26864 /* confdefs.h.  */
26865 _ACEOF
26866 cat confdefs.h >>conftest.$ac_ext
26867 cat >>conftest.$ac_ext <<_ACEOF
26868 /* end confdefs.h.  */
26869
26870 /* Override any gcc2 internal prototype to avoid an error.  */
26871 #ifdef __cplusplus
26872 extern "C"
26873 #endif
26874 /* We use char because int might match the return type of a gcc2
26875    builtin and then its argument prototype would still apply.  */
26876 char SQLAllocEnv ();
26877 int
26878 main ()
26879 {
26880 SQLAllocEnv ();
26881   ;
26882   return 0;
26883 }
26884 _ACEOF
26885 rm -f conftest.$ac_objext conftest$ac_exeext
26886 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26887   (eval $ac_link) 2>conftest.er1
26888   ac_status=$?
26889   grep -v '^ *+' conftest.er1 >conftest.err
26890   rm -f conftest.er1
26891   cat conftest.err >&5
26892   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26893   (exit $ac_status); } &&
26894          { ac_try='test -z "$ac_c_werror_flag"
26895                          || test ! -s conftest.err'
26896   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26897   (eval $ac_try) 2>&5
26898   ac_status=$?
26899   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26900   (exit $ac_status); }; } &&
26901          { ac_try='test -s conftest$ac_exeext'
26902   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26903   (eval $ac_try) 2>&5
26904   ac_status=$?
26905   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26906   (exit $ac_status); }; }; then
26907   ac_cv_lib_odbc_SQLAllocEnv=yes
26908 else
26909   echo "$as_me: failed program was:" >&5
26910 sed 's/^/| /' conftest.$ac_ext >&5
26911
26912 ac_cv_lib_odbc_SQLAllocEnv=no
26913 fi
26914 rm -f conftest.err conftest.$ac_objext \
26915       conftest$ac_exeext conftest.$ac_ext
26916 LIBS=$ac_check_lib_save_LIBS
26917 fi
26918 echo "$as_me:$LINENO: result: $ac_cv_lib_odbc_SQLAllocEnv" >&5
26919 echo "${ECHO_T}$ac_cv_lib_odbc_SQLAllocEnv" >&6
26920 if test $ac_cv_lib_odbc_SQLAllocEnv = yes; then
26921   ODBC_LINK=" -lodbc"
26922 fi
26923
26924
26925 fi
26926
26927
26928 fi
26929
26930         fi
26931         if test "x$ODBC_LINK" = "x" ; then
26932             if test "$wxUSE_ODBC" = "sys" ; then
26933                 { { echo "$as_me:$LINENO: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&5
26934 echo "$as_me: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&2;}
26935    { (exit 1); exit 1; }; }
26936             else
26937                 { echo "$as_me:$LINENO: WARNING: system ODBC library not found, will use built-in instead" >&5
26938 echo "$as_me: WARNING: system ODBC library not found, will use built-in instead" >&2;}
26939                 wxUSE_ODBC=builtin
26940             fi
26941         else
26942                         wxUSE_ODBC=sys
26943         fi
26944     fi
26945     if test "$wxUSE_ODBC" != "no" ; then
26946         cat >>confdefs.h <<\_ACEOF
26947 #define wxUSE_ODBC 1
26948 _ACEOF
26949
26950         if test "$wxUSE_ODBC" = "builtin" ; then
26951             cat >>confdefs.h <<\_ACEOF
26952 #define wxUSE_BUILTIN_IODBC 1
26953 _ACEOF
26954
26955         fi
26956         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db"
26957
26958                 WXODBCFLAG="-D_IODBC_"
26959     fi
26960 fi
26961
26962 if test "$wxUSE_REGEX" = "builtin" ; then
26963     ALL_OBJECTS="${ALL_OBJECTS} \$(REGEXOBJS)"
26964 fi
26965 if test "$wxUSE_ZLIB" = "builtin" ; then
26966     ALL_OBJECTS="${ALL_OBJECTS} \$(ZLIBOBJS)"
26967 fi
26968
26969
26970 if test "$wxUSE_DISPLAY" = "yes"; then
26971     if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1; then
26972         echo "$as_me:$LINENO: checking for Xinerama" >&5
26973 echo $ECHO_N "checking for Xinerama... $ECHO_C" >&6
26974
26975 ac_find_libraries=
26976 for ac_dir in $SEARCH_LIB /usr/lib;
26977   do
26978     for ac_extension in a so sl dylib; do
26979       if test -f "$ac_dir/libXinerama.$ac_extension"; then
26980         ac_find_libraries=$ac_dir
26981         break 2
26982       fi
26983     done
26984   done
26985
26986         if test "$ac_find_libraries" != "" ; then
26987
26988   echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
26989   result=$?
26990   if test $result = 0; then
26991     ac_path_to_link=""
26992   else
26993     ac_path_to_link=" -L$ac_find_libraries"
26994   fi
26995
26996             if test "$ac_path_to_link" != " -L/usr/lib" ; then
26997                 LDFLAGS="$LDFLAGS $ac_path_to_link"
26998             fi
26999             GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXinerama"
27000             echo "$as_me:$LINENO: result: yes" >&5
27001 echo "${ECHO_T}yes" >&6
27002
27003             echo "$as_me:$LINENO: checking for Xxf86vm extension" >&5
27004 echo $ECHO_N "checking for Xxf86vm extension... $ECHO_C" >&6
27005
27006 ac_find_libraries=
27007 for ac_dir in $SEARCH_LIB /usr/lib;
27008   do
27009     for ac_extension in a so sl dylib; do
27010       if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
27011         ac_find_libraries=$ac_dir
27012         break 2
27013       fi
27014     done
27015   done
27016
27017             if test "$ac_find_libraries" != "" ; then
27018                 echo "$as_me:$LINENO: result: yes" >&5
27019 echo "${ECHO_T}yes" >&6
27020
27021 for ac_header in X11/extensions/xf86vmode.h
27022 do
27023 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
27024 echo "$as_me:$LINENO: checking for $ac_header" >&5
27025 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
27026 if eval "test \"\${$as_ac_Header+set}\" = set"; then
27027   echo $ECHO_N "(cached) $ECHO_C" >&6
27028 else
27029   cat >conftest.$ac_ext <<_ACEOF
27030 /* confdefs.h.  */
27031 _ACEOF
27032 cat confdefs.h >>conftest.$ac_ext
27033 cat >>conftest.$ac_ext <<_ACEOF
27034 /* end confdefs.h.  */
27035
27036                                       #if HAVE_X11_XLIB_H
27037                                         #include <X11/Xlib.h>
27038                                       #endif
27039
27040
27041 #include <$ac_header>
27042 _ACEOF
27043 rm -f conftest.$ac_objext
27044 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27045   (eval $ac_compile) 2>conftest.er1
27046   ac_status=$?
27047   grep -v '^ *+' conftest.er1 >conftest.err
27048   rm -f conftest.er1
27049   cat conftest.err >&5
27050   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27051   (exit $ac_status); } &&
27052          { ac_try='test -z "$ac_c_werror_flag"
27053                          || test ! -s conftest.err'
27054   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27055   (eval $ac_try) 2>&5
27056   ac_status=$?
27057   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27058   (exit $ac_status); }; } &&
27059          { ac_try='test -s conftest.$ac_objext'
27060   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27061   (eval $ac_try) 2>&5
27062   ac_status=$?
27063   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27064   (exit $ac_status); }; }; then
27065   eval "$as_ac_Header=yes"
27066 else
27067   echo "$as_me: failed program was:" >&5
27068 sed 's/^/| /' conftest.$ac_ext >&5
27069
27070 eval "$as_ac_Header=no"
27071 fi
27072 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
27073 fi
27074 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
27075 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
27076 if test `eval echo '${'$as_ac_Header'}'` = yes; then
27077   cat >>confdefs.h <<_ACEOF
27078 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
27079 _ACEOF
27080
27081                                   GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXxf86vm"
27082
27083 fi
27084
27085 done
27086
27087             else
27088                 echo "$as_me:$LINENO: result: no" >&5
27089 echo "${ECHO_T}no" >&6
27090             fi
27091
27092         else
27093             echo "$as_me:$LINENO: result: no" >&5
27094 echo "${ECHO_T}no" >&6
27095             { echo "$as_me:$LINENO: WARNING: Xinerama not found; disabling wxDisplay" >&5
27096 echo "$as_me: WARNING: Xinerama not found; disabling wxDisplay" >&2;}
27097             wxUSE_DISPLAY="no"
27098         fi
27099     elif test "$wxUSE_MSW" = 1; then
27100
27101
27102 for ac_header in multimon.h ddraw.h
27103 do
27104 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
27105 if eval "test \"\${$as_ac_Header+set}\" = set"; then
27106   echo "$as_me:$LINENO: checking for $ac_header" >&5
27107 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
27108 if eval "test \"\${$as_ac_Header+set}\" = set"; then
27109   echo $ECHO_N "(cached) $ECHO_C" >&6
27110 fi
27111 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
27112 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
27113 else
27114   # Is the header compilable?
27115 echo "$as_me:$LINENO: checking $ac_header usability" >&5
27116 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
27117 cat >conftest.$ac_ext <<_ACEOF
27118 /* confdefs.h.  */
27119 _ACEOF
27120 cat confdefs.h >>conftest.$ac_ext
27121 cat >>conftest.$ac_ext <<_ACEOF
27122 /* end confdefs.h.  */
27123 $ac_includes_default
27124 #include <$ac_header>
27125 _ACEOF
27126 rm -f conftest.$ac_objext
27127 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27128   (eval $ac_compile) 2>conftest.er1
27129   ac_status=$?
27130   grep -v '^ *+' conftest.er1 >conftest.err
27131   rm -f conftest.er1
27132   cat conftest.err >&5
27133   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27134   (exit $ac_status); } &&
27135          { ac_try='test -z "$ac_c_werror_flag"
27136                          || test ! -s conftest.err'
27137   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27138   (eval $ac_try) 2>&5
27139   ac_status=$?
27140   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27141   (exit $ac_status); }; } &&
27142          { ac_try='test -s conftest.$ac_objext'
27143   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27144   (eval $ac_try) 2>&5
27145   ac_status=$?
27146   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27147   (exit $ac_status); }; }; then
27148   ac_header_compiler=yes
27149 else
27150   echo "$as_me: failed program was:" >&5
27151 sed 's/^/| /' conftest.$ac_ext >&5
27152
27153 ac_header_compiler=no
27154 fi
27155 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
27156 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
27157 echo "${ECHO_T}$ac_header_compiler" >&6
27158
27159 # Is the header present?
27160 echo "$as_me:$LINENO: checking $ac_header presence" >&5
27161 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
27162 cat >conftest.$ac_ext <<_ACEOF
27163 /* confdefs.h.  */
27164 _ACEOF
27165 cat confdefs.h >>conftest.$ac_ext
27166 cat >>conftest.$ac_ext <<_ACEOF
27167 /* end confdefs.h.  */
27168 #include <$ac_header>
27169 _ACEOF
27170 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
27171   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
27172   ac_status=$?
27173   grep -v '^ *+' conftest.er1 >conftest.err
27174   rm -f conftest.er1
27175   cat conftest.err >&5
27176   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27177   (exit $ac_status); } >/dev/null; then
27178   if test -s conftest.err; then
27179     ac_cpp_err=$ac_c_preproc_warn_flag
27180     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
27181   else
27182     ac_cpp_err=
27183   fi
27184 else
27185   ac_cpp_err=yes
27186 fi
27187 if test -z "$ac_cpp_err"; then
27188   ac_header_preproc=yes
27189 else
27190   echo "$as_me: failed program was:" >&5
27191 sed 's/^/| /' conftest.$ac_ext >&5
27192
27193   ac_header_preproc=no
27194 fi
27195 rm -f conftest.err conftest.$ac_ext
27196 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
27197 echo "${ECHO_T}$ac_header_preproc" >&6
27198
27199 # So?  What about this header?
27200 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
27201   yes:no: )
27202     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
27203 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
27204     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
27205 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
27206     ac_header_preproc=yes
27207     ;;
27208   no:yes:* )
27209     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
27210 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
27211     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
27212 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
27213     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
27214 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
27215     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
27216 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
27217     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
27218 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
27219     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
27220 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
27221     (
27222       cat <<\_ASBOX
27223 ## ----------------------------------------- ##
27224 ## Report this to wx-dev@lists.wxwidgets.org ##
27225 ## ----------------------------------------- ##
27226 _ASBOX
27227     ) |
27228       sed "s/^/$as_me: WARNING:     /" >&2
27229     ;;
27230 esac
27231 echo "$as_me:$LINENO: checking for $ac_header" >&5
27232 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
27233 if eval "test \"\${$as_ac_Header+set}\" = set"; then
27234   echo $ECHO_N "(cached) $ECHO_C" >&6
27235 else
27236   eval "$as_ac_Header=\$ac_header_preproc"
27237 fi
27238 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
27239 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
27240
27241 fi
27242 if test `eval echo '${'$as_ac_Header'}'` = yes; then
27243   cat >>confdefs.h <<_ACEOF
27244 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
27245 _ACEOF
27246
27247 else
27248
27249             wxUSE_DISPLAY="no"
27250             { echo "$as_me:$LINENO: WARNING: ddraw.h or multimon.h not found; disabling wxDisplay" >&5
27251 echo "$as_me: WARNING: ddraw.h or multimon.h not found; disabling wxDisplay" >&2;}
27252
27253 fi
27254
27255 done
27256
27257     fi
27258 fi
27259
27260
27261 USE_OPENGL=0
27262 if test "$wxUSE_OPENGL" = "yes"; then
27263     if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then
27264         OPENGL_LIBS="-framework OpenGL -framework AGL"
27265     elif test "$wxUSE_MSW" = 1; then
27266         OPENGL_LIBS="-lopengl32 -lglu32"
27267     else
27268
27269
27270 ac_find_includes=
27271 for ac_dir in $SEARCH_INCLUDE /usr/include;
27272   do
27273     if test -f "$ac_dir/GL/gl.h"; then
27274       ac_find_includes=$ac_dir
27275       break
27276     fi
27277   done
27278
27279         if test "$ac_find_includes" != "" ; then
27280             echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
27281 echo "${ECHO_T}found in $ac_find_includes" >&6
27282
27283     if test "x$ac_find_includes" = "x/usr/include"; then
27284     ac_path_to_include=""
27285   else
27286     echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev/null
27287     result=$?
27288     if test $result = 0; then
27289       ac_path_to_include=""
27290     else
27291       ac_path_to_include=" -I$ac_find_includes"
27292     fi
27293   fi
27294
27295             CPPFLAGS="$CPPFLAGS$ac_path_to_include"
27296         fi
27297
27298         if test "${ac_cv_header_GL_gl_h+set}" = set; then
27299   echo "$as_me:$LINENO: checking for GL/gl.h" >&5
27300 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
27301 if test "${ac_cv_header_GL_gl_h+set}" = set; then
27302   echo $ECHO_N "(cached) $ECHO_C" >&6
27303 fi
27304 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
27305 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
27306 else
27307   # Is the header compilable?
27308 echo "$as_me:$LINENO: checking GL/gl.h usability" >&5
27309 echo $ECHO_N "checking GL/gl.h usability... $ECHO_C" >&6
27310 cat >conftest.$ac_ext <<_ACEOF
27311 /* confdefs.h.  */
27312 _ACEOF
27313 cat confdefs.h >>conftest.$ac_ext
27314 cat >>conftest.$ac_ext <<_ACEOF
27315 /* end confdefs.h.  */
27316 $ac_includes_default
27317 #include <GL/gl.h>
27318 _ACEOF
27319 rm -f conftest.$ac_objext
27320 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27321   (eval $ac_compile) 2>conftest.er1
27322   ac_status=$?
27323   grep -v '^ *+' conftest.er1 >conftest.err
27324   rm -f conftest.er1
27325   cat conftest.err >&5
27326   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27327   (exit $ac_status); } &&
27328          { ac_try='test -z "$ac_c_werror_flag"
27329                          || test ! -s conftest.err'
27330   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27331   (eval $ac_try) 2>&5
27332   ac_status=$?
27333   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27334   (exit $ac_status); }; } &&
27335          { ac_try='test -s conftest.$ac_objext'
27336   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27337   (eval $ac_try) 2>&5
27338   ac_status=$?
27339   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27340   (exit $ac_status); }; }; then
27341   ac_header_compiler=yes
27342 else
27343   echo "$as_me: failed program was:" >&5
27344 sed 's/^/| /' conftest.$ac_ext >&5
27345
27346 ac_header_compiler=no
27347 fi
27348 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
27349 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
27350 echo "${ECHO_T}$ac_header_compiler" >&6
27351
27352 # Is the header present?
27353 echo "$as_me:$LINENO: checking GL/gl.h presence" >&5
27354 echo $ECHO_N "checking GL/gl.h presence... $ECHO_C" >&6
27355 cat >conftest.$ac_ext <<_ACEOF
27356 /* confdefs.h.  */
27357 _ACEOF
27358 cat confdefs.h >>conftest.$ac_ext
27359 cat >>conftest.$ac_ext <<_ACEOF
27360 /* end confdefs.h.  */
27361 #include <GL/gl.h>
27362 _ACEOF
27363 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
27364   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
27365   ac_status=$?
27366   grep -v '^ *+' conftest.er1 >conftest.err
27367   rm -f conftest.er1
27368   cat conftest.err >&5
27369   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27370   (exit $ac_status); } >/dev/null; then
27371   if test -s conftest.err; then
27372     ac_cpp_err=$ac_c_preproc_warn_flag
27373     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
27374   else
27375     ac_cpp_err=
27376   fi
27377 else
27378   ac_cpp_err=yes
27379 fi
27380 if test -z "$ac_cpp_err"; then
27381   ac_header_preproc=yes
27382 else
27383   echo "$as_me: failed program was:" >&5
27384 sed 's/^/| /' conftest.$ac_ext >&5
27385
27386   ac_header_preproc=no
27387 fi
27388 rm -f conftest.err conftest.$ac_ext
27389 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
27390 echo "${ECHO_T}$ac_header_preproc" >&6
27391
27392 # So?  What about this header?
27393 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
27394   yes:no: )
27395     { echo "$as_me:$LINENO: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&5
27396 echo "$as_me: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
27397     { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the compiler's result" >&5
27398 echo "$as_me: WARNING: GL/gl.h: proceeding with the compiler's result" >&2;}
27399     ac_header_preproc=yes
27400     ;;
27401   no:yes:* )
27402     { echo "$as_me:$LINENO: WARNING: GL/gl.h: present but cannot be compiled" >&5
27403 echo "$as_me: WARNING: GL/gl.h: present but cannot be compiled" >&2;}
27404     { echo "$as_me:$LINENO: WARNING: GL/gl.h:     check for missing prerequisite headers?" >&5
27405 echo "$as_me: WARNING: GL/gl.h:     check for missing prerequisite headers?" >&2;}
27406     { echo "$as_me:$LINENO: WARNING: GL/gl.h: see the Autoconf documentation" >&5
27407 echo "$as_me: WARNING: GL/gl.h: see the Autoconf documentation" >&2;}
27408     { echo "$as_me:$LINENO: WARNING: GL/gl.h:     section \"Present But Cannot Be Compiled\"" >&5
27409 echo "$as_me: WARNING: GL/gl.h:     section \"Present But Cannot Be Compiled\"" >&2;}
27410     { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5
27411 echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;}
27412     { echo "$as_me:$LINENO: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&5
27413 echo "$as_me: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&2;}
27414     (
27415       cat <<\_ASBOX
27416 ## ----------------------------------------- ##
27417 ## Report this to wx-dev@lists.wxwidgets.org ##
27418 ## ----------------------------------------- ##
27419 _ASBOX
27420     ) |
27421       sed "s/^/$as_me: WARNING:     /" >&2
27422     ;;
27423 esac
27424 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
27425 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
27426 if test "${ac_cv_header_GL_gl_h+set}" = set; then
27427   echo $ECHO_N "(cached) $ECHO_C" >&6
27428 else
27429   ac_cv_header_GL_gl_h=$ac_header_preproc
27430 fi
27431 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
27432 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
27433
27434 fi
27435 if test $ac_cv_header_GL_gl_h = yes; then
27436
27437                 found_gl=0
27438
27439                 echo "$as_me:$LINENO: checking for -lGL" >&5
27440 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6
27441
27442 ac_find_libraries=
27443 for ac_dir in $SEARCH_LIB /usr/lib;
27444   do
27445     for ac_extension in a so sl dylib; do
27446       if test -f "$ac_dir/libGL.$ac_extension"; then
27447         ac_find_libraries=$ac_dir
27448         break 2
27449       fi
27450     done
27451   done
27452
27453                 if test "$ac_find_libraries" != "" ; then
27454
27455   echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
27456   result=$?
27457   if test $result = 0; then
27458     ac_path_to_link=""
27459   else
27460     ac_path_to_link=" -L$ac_find_libraries"
27461   fi
27462
27463                     if test "$ac_path_to_link" != " -L/usr/lib" ; then
27464                         LDFLAGS_GL="$ac_path_to_link"
27465                     fi
27466
27467
27468 ac_find_libraries=
27469 for ac_dir in $SEARCH_LIB /usr/lib;
27470   do
27471     for ac_extension in a so sl dylib; do
27472       if test -f "$ac_dir/libGLU.$ac_extension"; then
27473         ac_find_libraries=$ac_dir
27474         break 2
27475       fi
27476     done
27477   done
27478
27479                     if test "$ac_find_libraries" != "" ; then
27480
27481   echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
27482   result=$?
27483   if test $result = 0; then
27484     ac_path_to_link=""
27485   else
27486     ac_path_to_link=" -L$ac_find_libraries"
27487   fi
27488
27489                         if test "$ac_path_to_link" != " -L/usr/lib" -a \
27490                                     "$ac_path_to_link" != "$LDFLAGS_GL"; then
27491                             LDFLAGS_GL="$LDFLAGS_GL$ac_path_to_link"
27492                         fi
27493
27494                         found_gl=1
27495                         OPENGL_LIBS="-lGL -lGLU"
27496                         echo "$as_me:$LINENO: result: yes" >&5
27497 echo "${ECHO_T}yes" >&6
27498                     fi
27499                 fi
27500
27501                 if test "$found_gl" != 1; then
27502                     echo "$as_me:$LINENO: result: no" >&5
27503 echo "${ECHO_T}no" >&6
27504                     echo "$as_me:$LINENO: checking for -lMesaGL" >&5
27505 echo $ECHO_N "checking for -lMesaGL... $ECHO_C" >&6
27506
27507 ac_find_libraries=
27508 for ac_dir in $SEARCH_LIB /usr/lib;
27509   do
27510     for ac_extension in a so sl dylib; do
27511       if test -f "$ac_dir/libMesaGL.$ac_extension"; then
27512         ac_find_libraries=$ac_dir
27513         break 2
27514       fi
27515     done
27516   done
27517
27518                     if test "$ac_find_libraries" != "" ; then
27519
27520   echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
27521   result=$?
27522   if test $result = 0; then
27523     ac_path_to_link=""
27524   else
27525     ac_path_to_link=" -L$ac_find_libraries"
27526   fi
27527
27528                         LDFLAGS_GL="$LDFLAGS$ac_path_to_link"
27529                         OPENGL_LIBS="-lMesaGL -lMesaGLU"
27530                         echo "$as_me:$LINENO: result: yes" >&5
27531 echo "${ECHO_T}yes" >&6
27532                     else
27533                         echo "$as_me:$LINENO: result: no" >&5
27534 echo "${ECHO_T}no" >&6
27535                     fi
27536                 fi
27537
27538 fi
27539
27540
27541
27542         if test "x$OPENGL_LIBS" = "x"; then
27543                                                 { { echo "$as_me:$LINENO: error: OpenGL libraries not available" >&5
27544 echo "$as_me: error: OpenGL libraries not available" >&2;}
27545    { (exit 1); exit 1; }; }
27546         fi
27547     fi
27548
27549     if test "$wxUSE_OPENGL" = "yes"; then
27550         USE_OPENGL=1
27551         cat >>confdefs.h <<\_ACEOF
27552 #define wxUSE_OPENGL 1
27553 _ACEOF
27554
27555         cat >>confdefs.h <<\_ACEOF
27556 #define wxUSE_GLCANVAS 1
27557 _ACEOF
27558
27559         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf"
27560     fi
27561 fi
27562
27563 if test -z "$TOOLKIT_VPATH" ; then
27564     TOOLKIT_VPATH="\${top_srcdir}/src/${TOOLKIT_DIR}"
27565 fi
27566
27567 if test -n "$TOOLKIT" ; then
27568     TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
27569 fi
27570
27571 UNICODE=0
27572 lib_unicode_suffix=
27573 wxconfig_filename_unicode="ansi"
27574 if test "$wxUSE_UNICODE" = "yes"; then
27575     lib_unicode_suffix=u
27576     wxconfig_filename_unicode="unicode"
27577     UNICODE=1
27578 fi
27579
27580 lib_debug_suffix=
27581 wxconfig_filename_debug="release"
27582 DEBUG_FLAG=0
27583 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
27584     lib_debug_suffix=d
27585     wxconfig_filename_debug="debug"
27586     DEBUG_FLAG=1
27587 fi
27588
27589 DEBUG_INFO=0
27590 if test "$wxUSE_DEBUG_INFO" = "yes"; then
27591     DEBUG_INFO=1
27592 fi
27593
27594 WX_VERSION_TAG=`echo WX${lib_unicode_suffix}${lib_debug_suffix}_${WX_RELEASE} | tr "[a-z]" "[A-Z]"`
27595
27596 TOOLCHAIN_NAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}-${WX_RELEASE}"
27597 TOOLCHAIN_NAME_GL="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}_gl-${WX_RELEASE}"
27598
27599 WXCONFIG_DATA_FILE="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}-${wxconfig_filename_unicode}-${wxconfig_filename_debug}-${WX_RELEASE}"
27600
27601 if test "$cross_compiling" = "yes"; then
27602     TOOLCHAIN_NAME="${TOOLCHAIN_NAME}-${host_alias}"
27603     TOOLCHAIN_NAME_GL="${TOOLCHAIN_NAME_GL}-${host_alias}"
27604     WXCONFIG_DATA_FILE="${WXCONFIG_DATA_FILE}-${host_alias}"
27605     HOST_SUFFIX="-${host_alias}"
27606 fi
27607
27608 WX_LIBRARY="wx_${TOOLCHAIN_NAME}"
27609 WX_LIBRARY_GL="wx_${TOOLCHAIN_NAME_GL}"
27610 WX_LIBRARY_BASENAME_NOGUI="wx_base${WXBASEPORT}${lib_unicode_suffix}${lib_debug_suffix}"
27611 WX_LIBRARY_BASENAME_GUI="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}"
27612
27613 WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
27614 WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
27615
27616 WX_LIBRARY_LINK1="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}"
27617 WX_LIBRARY_LINK2="lib${WX_LIBRARY}.${SO_SUFFIX}"
27618 WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}"
27619 WX_LIBRARY_LINK2_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
27620
27621 case "${host}" in
27622     *-*-cygwin* | *-*-mingw32* )
27623         WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${SO_SUFFIX}"
27624         WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
27625         ;;
27626
27627     *-*-darwin* )
27628
27629         WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}.${SO_SUFFIX}"
27630         WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}.${SO_SUFFIX}"
27631
27632         WX_LIBRARY_LINK1="lib${WX_LIBRARY}.${WX_CURRENT}.${SO_SUFFIX}"
27633         WX_LIBRARY_LINK2="lib${WX_LIBRARY}.${SO_SUFFIX}"
27634         WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY_GL}.${WX_CURRENT}.${SO_SUFFIX}"
27635         WX_LIBRARY_LINK2_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
27636
27637                         if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then
27638             WX_RESOURCES_MACOSX_ASCII="lib${WX_LIBRARY}.${WX_CURRENT}.r"
27639             WX_RESOURCES_MACOSX_DATA="lib${WX_LIBRARY}.${WX_CURRENT}.rsrc"
27640         fi
27641         ;;
27642 esac
27643
27644 WX_LIBRARY_NAME_STATIC="lib${WX_LIBRARY}.a"
27645 WX_LIBRARY_NAME_STATIC_GL="lib${WX_LIBRARY_GL}.a"
27646
27647 WXCONFIG_LIBS="-l${WX_LIBRARY}"
27648 WXCONFIG_LIBS_STATIC="lib${WX_LIBRARY}.a"
27649
27650 if test "$wxUSE_OPENGL" = "yes"; then
27651     WXCONFIG_LIBS_GL="-l${WX_LIBRARY_GL} ${OPENGL_LIBS}"
27652     WXCONFIG_LIBS_STATIC_GL="lib${WX_LIBRARY_GL}.a ${OPENGL_LIBS}"
27653 fi
27654
27655
27656
27657 if test "$wxUSE_SHARED" = "yes"; then
27658     case "${host}" in
27659       *-pc-msdosdjgpp )
27660                 wxUSE_SHARED=no
27661         { echo "$as_me:$LINENO: WARNING: Host system doesn't support shared libraries, disabling" >&5
27662 echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
27663       ;;
27664     esac
27665 fi
27666
27667 SHARED=0
27668 if test "$wxUSE_SHARED" = "yes"; then
27669     SHARED=1
27670
27671
27672   found_versioning=no
27673
27674
27675     if test $found_versioning = no ; then
27676       echo "$as_me:$LINENO: checking if the linker accepts --version-script" >&5
27677 echo $ECHO_N "checking if the linker accepts --version-script... $ECHO_C" >&6
27678 if test "${wx_cv_version_script+set}" = set; then
27679   echo $ECHO_N "(cached) $ECHO_C" >&6
27680 else
27681
27682         echo "VER_1 { *; };" >conftest.sym
27683         echo "int main() { return 0; }" >conftest.cpp
27684
27685         if { ac_try='
27686                 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
27687                 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
27688   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27689   (eval $ac_try) 2>&5
27690   ac_status=$?
27691   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27692   (exit $ac_status); }; } ; then
27693           if test -s conftest.stderr ; then
27694               wx_cv_version_script=no
27695           else
27696               wx_cv_version_script=yes
27697           fi
27698         else
27699           wx_cv_version_script=no
27700         fi
27701         rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
27702
27703 fi
27704 echo "$as_me:$LINENO: result: $wx_cv_version_script" >&5
27705 echo "${ECHO_T}$wx_cv_version_script" >&6
27706       if test $wx_cv_version_script = yes ; then
27707         LDFLAGS_VERSIONING="-Wl,--version-script,\$(top_builddir)version-script"
27708       fi
27709   fi
27710
27711
27712     case "${host}" in
27713       *-*-linux* | *-*-gnu* )
27714         SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib"
27715         ;;
27716
27717       *-*-solaris2* )
27718         if test "$GCC" = yes ; then
27719                                     CPPFLAGS="$CPPFLAGS -isystem /usr/openwin/include"
27720
27721                                     saveLdflags="$LDFLAGS"
27722             LDFLAGS="$saveLdflags -Wl,-rpath,/"
27723             echo "$as_me:$LINENO: checking if the linker accepts -rpath" >&5
27724 echo $ECHO_N "checking if the linker accepts -rpath... $ECHO_C" >&6
27725             cat >conftest.$ac_ext <<_ACEOF
27726 /* confdefs.h.  */
27727 _ACEOF
27728 cat confdefs.h >>conftest.$ac_ext
27729 cat >>conftest.$ac_ext <<_ACEOF
27730 /* end confdefs.h.  */
27731
27732 int
27733 main ()
27734 {
27735
27736   ;
27737   return 0;
27738 }
27739 _ACEOF
27740 rm -f conftest.$ac_objext conftest$ac_exeext
27741 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27742   (eval $ac_link) 2>conftest.er1
27743   ac_status=$?
27744   grep -v '^ *+' conftest.er1 >conftest.err
27745   rm -f conftest.er1
27746   cat conftest.err >&5
27747   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27748   (exit $ac_status); } &&
27749          { ac_try='test -z "$ac_c_werror_flag"
27750                          || test ! -s conftest.err'
27751   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27752   (eval $ac_try) 2>&5
27753   ac_status=$?
27754   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27755   (exit $ac_status); }; } &&
27756          { ac_try='test -s conftest$ac_exeext'
27757   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27758   (eval $ac_try) 2>&5
27759   ac_status=$?
27760   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27761   (exit $ac_status); }; }; then
27762
27763                     echo "$as_me:$LINENO: result: yes" >&5
27764 echo "${ECHO_T}yes" >&6
27765                     SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib"
27766
27767 else
27768   echo "$as_me: failed program was:" >&5
27769 sed 's/^/| /' conftest.$ac_ext >&5
27770
27771
27772                     echo "$as_me:$LINENO: result: no" >&5
27773 echo "${ECHO_T}no" >&6
27774                     echo "$as_me:$LINENO: checking if the linker accepts -R" >&5
27775 echo $ECHO_N "checking if the linker accepts -R... $ECHO_C" >&6
27776                     LDFLAGS="$saveLdflags -Wl,-R,/"
27777                     cat >conftest.$ac_ext <<_ACEOF
27778 /* confdefs.h.  */
27779 _ACEOF
27780 cat confdefs.h >>conftest.$ac_ext
27781 cat >>conftest.$ac_ext <<_ACEOF
27782 /* end confdefs.h.  */
27783
27784 int
27785 main ()
27786 {
27787
27788   ;
27789   return 0;
27790 }
27791 _ACEOF
27792 rm -f conftest.$ac_objext conftest$ac_exeext
27793 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27794   (eval $ac_link) 2>conftest.er1
27795   ac_status=$?
27796   grep -v '^ *+' conftest.er1 >conftest.err
27797   rm -f conftest.er1
27798   cat conftest.err >&5
27799   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27800   (exit $ac_status); } &&
27801          { ac_try='test -z "$ac_c_werror_flag"
27802                          || test ! -s conftest.err'
27803   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27804   (eval $ac_try) 2>&5
27805   ac_status=$?
27806   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27807   (exit $ac_status); }; } &&
27808          { ac_try='test -s conftest$ac_exeext'
27809   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27810   (eval $ac_try) 2>&5
27811   ac_status=$?
27812   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27813   (exit $ac_status); }; }; then
27814
27815                              echo "$as_me:$LINENO: result: yes" >&5
27816 echo "${ECHO_T}yes" >&6
27817                              SAMPLES_RPATH_FLAG="-Wl,-R,\$(top_builddir)lib"
27818 else
27819   echo "$as_me: failed program was:" >&5
27820 sed 's/^/| /' conftest.$ac_ext >&5
27821
27822
27823                             echo "$as_me:$LINENO: result: no" >&5
27824 echo "${ECHO_T}no" >&6
27825
27826 fi
27827 rm -f conftest.err conftest.$ac_objext \
27828       conftest$ac_exeext conftest.$ac_ext
27829
27830 fi
27831 rm -f conftest.err conftest.$ac_objext \
27832       conftest$ac_exeext conftest.$ac_ext
27833             LDFLAGS="$saveLdflags"
27834         else
27835             SHARED_LD="${CXX} -G -o"
27836             PIC_FLAG="-KPIC"
27837             SAMPLES_RPATH_FLAG="-R\$(top_builddir)lib"
27838         fi
27839       ;;
27840
27841       powerpc-*-darwin* )
27842         SAMPLES_RPATH_POSTLINK="\$(top_builddir)change-install-names \$(LIBDIRNAME) \$(prefix) \$@"
27843         cat <<EOF >change-install-names
27844 #!/bin/sh
27845 libnames=\`cd \${1} ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\`
27846 inst_cmd="install_name_tool "
27847 for i in \${libnames} ; do
27848     inst_cmd="\${inst_cmd} -change \${2}/lib/\${i} \${1}/\${i}"
27849 done
27850 \${inst_cmd} \${3}
27851 EOF
27852         chmod +x change-install-names
27853       ;;
27854
27855       *-*-cygwin* | *-*-mingw32* )
27856         TOOLCHAIN_DLL_DEFS="${TOOLCHAIN_DLL_DEFS} -DWXUSINGDLL=1"
27857         ;;
27858
27859     esac
27860
27861         if test "x$WX_TARGET_LIBRARY" = "x"; then
27862         WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_SHARED}"
27863         WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_SHARED_GL}"
27864     fi
27865
27866         WX_TARGET_LIBRARY_TYPE="so"
27867     INSTALL_LIBRARY='$(INSTALL_PROGRAM)'
27868 fi
27869
27870 if test "$wxUSE_SHARED" = "no"; then
27871
27872         if test "$wxUSE_GUI" = "no" -o "$USE_WIN32" = 1 ; then
27873                 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall"
27874     fi
27875
27876     if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
27877         WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall"
27878     fi
27879
27880     if test "$wxUSE_OPENGL" = "yes"; then
27881         WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall_gl"
27882         WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC} \$(build_libdir)/${WX_LIBRARY_NAME_STATIC_GL}"
27883     else
27884         WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC}"
27885     fi
27886
27887     WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}"
27888     WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_STATIC_GL}"
27889
27890     WX_TARGET_LIBRARY_TYPE="a"
27891     INSTALL_LIBRARY='$(INSTALL_DATA)'
27892
27893             STATIC_FLAG="yes"
27894 else
27895     STATIC_FLAG="no"
27896 fi
27897
27898 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
27899         LIBWXMACRES="\$(top_builddir)lib/${WX_RESOURCES_MACOSX_ASCII}"
27900     WX_ALL="${WX_ALL} ${LIBWXMACRES}"
27901     WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall_res"
27902
27903     # Extract the first word of "Rez", so it can be a program name with args.
27904 set dummy Rez; ac_word=$2
27905 echo "$as_me:$LINENO: checking for $ac_word" >&5
27906 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27907 if test "${ac_cv_prog_RESCOMP+set}" = set; then
27908   echo $ECHO_N "(cached) $ECHO_C" >&6
27909 else
27910   if test -n "$RESCOMP"; then
27911   ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
27912 else
27913 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27914 for as_dir in $PATH
27915 do
27916   IFS=$as_save_IFS
27917   test -z "$as_dir" && as_dir=.
27918   for ac_exec_ext in '' $ac_executable_extensions; do
27919   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27920     ac_cv_prog_RESCOMP="Rez"
27921     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27922     break 2
27923   fi
27924 done
27925 done
27926
27927   test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez"
27928 fi
27929 fi
27930 RESCOMP=$ac_cv_prog_RESCOMP
27931 if test -n "$RESCOMP"; then
27932   echo "$as_me:$LINENO: result: $RESCOMP" >&5
27933 echo "${ECHO_T}$RESCOMP" >&6
27934 else
27935   echo "$as_me:$LINENO: result: no" >&5
27936 echo "${ECHO_T}no" >&6
27937 fi
27938
27939     # Extract the first word of "DeRez", so it can be a program name with args.
27940 set dummy DeRez; ac_word=$2
27941 echo "$as_me:$LINENO: checking for $ac_word" >&5
27942 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27943 if test "${ac_cv_prog_DEREZ+set}" = set; then
27944   echo $ECHO_N "(cached) $ECHO_C" >&6
27945 else
27946   if test -n "$DEREZ"; then
27947   ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
27948 else
27949 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27950 for as_dir in $PATH
27951 do
27952   IFS=$as_save_IFS
27953   test -z "$as_dir" && as_dir=.
27954   for ac_exec_ext in '' $ac_executable_extensions; do
27955   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27956     ac_cv_prog_DEREZ="DeRez"
27957     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27958     break 2
27959   fi
27960 done
27961 done
27962
27963   test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez"
27964 fi
27965 fi
27966 DEREZ=$ac_cv_prog_DEREZ
27967 if test -n "$DEREZ"; then
27968   echo "$as_me:$LINENO: result: $DEREZ" >&5
27969 echo "${ECHO_T}$DEREZ" >&6
27970 else
27971   echo "$as_me:$LINENO: result: no" >&5
27972 echo "${ECHO_T}no" >&6
27973 fi
27974
27975     # Extract the first word of "SetFile", so it can be a program name with args.
27976 set dummy SetFile; ac_word=$2
27977 echo "$as_me:$LINENO: checking for $ac_word" >&5
27978 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27979 if test "${ac_cv_prog_SETFILE+set}" = set; then
27980   echo $ECHO_N "(cached) $ECHO_C" >&6
27981 else
27982   if test -n "$SETFILE"; then
27983   ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
27984 else
27985 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27986 for as_dir in $PATH
27987 do
27988   IFS=$as_save_IFS
27989   test -z "$as_dir" && as_dir=.
27990   for ac_exec_ext in '' $ac_executable_extensions; do
27991   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27992     ac_cv_prog_SETFILE="SetFile"
27993     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27994     break 2
27995   fi
27996 done
27997 done
27998
27999   test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
28000 fi
28001 fi
28002 SETFILE=$ac_cv_prog_SETFILE
28003 if test -n "$SETFILE"; then
28004   echo "$as_me:$LINENO: result: $SETFILE" >&5
28005 echo "${ECHO_T}$SETFILE" >&6
28006 else
28007   echo "$as_me:$LINENO: result: no" >&5
28008 echo "${ECHO_T}no" >&6
28009 fi
28010
28011
28012     MACSETFILE="\$(SETFILE)"
28013
28014             if test "$wxUSE_MAC" = 1; then
28015         MACRESCOMP="\$(RESCOMP) -d __DARWIN__ -t APPL Carbon.r ${LIBWXMACRES} -o"
28016
28017                         MACRESWXCONFIG="${RESCOMP} -d __DARWIN__ -t APPL Carbon.r \\\${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
28018     else
28019         MACRESCOMP="echo -n | \$(RESCOMP) -d __DARWIN__ -t APPL ${LIBWXMACRES} -o"
28020         MACRESWXCONFIG="echo -n \\\| ${RESCOMP} -d __DARWIN__ -t APPL \\\${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
28021     fi
28022 else
28023         MACSETFILE="@#"
28024     MACRESWXCONFIG="#"
28025
28026         if test "$wxUSE_PM" = 1; then
28027         MACRESCOMP="emxbind -ep"
28028     else
28029         MACRESCOMP="@#"
28030     fi
28031 fi
28032
28033
28034
28035 echo "$as_me:$LINENO: checking for mode_t" >&5
28036 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
28037 if test "${ac_cv_type_mode_t+set}" = set; then
28038   echo $ECHO_N "(cached) $ECHO_C" >&6
28039 else
28040   cat >conftest.$ac_ext <<_ACEOF
28041 /* confdefs.h.  */
28042 _ACEOF
28043 cat confdefs.h >>conftest.$ac_ext
28044 cat >>conftest.$ac_ext <<_ACEOF
28045 /* end confdefs.h.  */
28046 $ac_includes_default
28047 int
28048 main ()
28049 {
28050 if ((mode_t *) 0)
28051   return 0;
28052 if (sizeof (mode_t))
28053   return 0;
28054   ;
28055   return 0;
28056 }
28057 _ACEOF
28058 rm -f conftest.$ac_objext
28059 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28060   (eval $ac_compile) 2>conftest.er1
28061   ac_status=$?
28062   grep -v '^ *+' conftest.er1 >conftest.err
28063   rm -f conftest.er1
28064   cat conftest.err >&5
28065   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28066   (exit $ac_status); } &&
28067          { ac_try='test -z "$ac_c_werror_flag"
28068                          || test ! -s conftest.err'
28069   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28070   (eval $ac_try) 2>&5
28071   ac_status=$?
28072   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28073   (exit $ac_status); }; } &&
28074          { ac_try='test -s conftest.$ac_objext'
28075   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28076   (eval $ac_try) 2>&5
28077   ac_status=$?
28078   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28079   (exit $ac_status); }; }; then
28080   ac_cv_type_mode_t=yes
28081 else
28082   echo "$as_me: failed program was:" >&5
28083 sed 's/^/| /' conftest.$ac_ext >&5
28084
28085 ac_cv_type_mode_t=no
28086 fi
28087 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28088 fi
28089 echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
28090 echo "${ECHO_T}$ac_cv_type_mode_t" >&6
28091 if test $ac_cv_type_mode_t = yes; then
28092   :
28093 else
28094
28095 cat >>confdefs.h <<_ACEOF
28096 #define mode_t int
28097 _ACEOF
28098
28099 fi
28100
28101 echo "$as_me:$LINENO: checking for off_t" >&5
28102 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
28103 if test "${ac_cv_type_off_t+set}" = set; then
28104   echo $ECHO_N "(cached) $ECHO_C" >&6
28105 else
28106   cat >conftest.$ac_ext <<_ACEOF
28107 /* confdefs.h.  */
28108 _ACEOF
28109 cat confdefs.h >>conftest.$ac_ext
28110 cat >>conftest.$ac_ext <<_ACEOF
28111 /* end confdefs.h.  */
28112 $ac_includes_default
28113 int
28114 main ()
28115 {
28116 if ((off_t *) 0)
28117   return 0;
28118 if (sizeof (off_t))
28119   return 0;
28120   ;
28121   return 0;
28122 }
28123 _ACEOF
28124 rm -f conftest.$ac_objext
28125 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28126   (eval $ac_compile) 2>conftest.er1
28127   ac_status=$?
28128   grep -v '^ *+' conftest.er1 >conftest.err
28129   rm -f conftest.er1
28130   cat conftest.err >&5
28131   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28132   (exit $ac_status); } &&
28133          { ac_try='test -z "$ac_c_werror_flag"
28134                          || test ! -s conftest.err'
28135   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28136   (eval $ac_try) 2>&5
28137   ac_status=$?
28138   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28139   (exit $ac_status); }; } &&
28140          { ac_try='test -s conftest.$ac_objext'
28141   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28142   (eval $ac_try) 2>&5
28143   ac_status=$?
28144   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28145   (exit $ac_status); }; }; then
28146   ac_cv_type_off_t=yes
28147 else
28148   echo "$as_me: failed program was:" >&5
28149 sed 's/^/| /' conftest.$ac_ext >&5
28150
28151 ac_cv_type_off_t=no
28152 fi
28153 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28154 fi
28155 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
28156 echo "${ECHO_T}$ac_cv_type_off_t" >&6
28157 if test $ac_cv_type_off_t = yes; then
28158   :
28159 else
28160
28161 cat >>confdefs.h <<_ACEOF
28162 #define off_t long
28163 _ACEOF
28164
28165 fi
28166
28167 echo "$as_me:$LINENO: checking for pid_t" >&5
28168 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
28169 if test "${ac_cv_type_pid_t+set}" = set; then
28170   echo $ECHO_N "(cached) $ECHO_C" >&6
28171 else
28172   cat >conftest.$ac_ext <<_ACEOF
28173 /* confdefs.h.  */
28174 _ACEOF
28175 cat confdefs.h >>conftest.$ac_ext
28176 cat >>conftest.$ac_ext <<_ACEOF
28177 /* end confdefs.h.  */
28178 $ac_includes_default
28179 int
28180 main ()
28181 {
28182 if ((pid_t *) 0)
28183   return 0;
28184 if (sizeof (pid_t))
28185   return 0;
28186   ;
28187   return 0;
28188 }
28189 _ACEOF
28190 rm -f conftest.$ac_objext
28191 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28192   (eval $ac_compile) 2>conftest.er1
28193   ac_status=$?
28194   grep -v '^ *+' conftest.er1 >conftest.err
28195   rm -f conftest.er1
28196   cat conftest.err >&5
28197   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28198   (exit $ac_status); } &&
28199          { ac_try='test -z "$ac_c_werror_flag"
28200                          || test ! -s conftest.err'
28201   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28202   (eval $ac_try) 2>&5
28203   ac_status=$?
28204   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28205   (exit $ac_status); }; } &&
28206          { ac_try='test -s conftest.$ac_objext'
28207   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28208   (eval $ac_try) 2>&5
28209   ac_status=$?
28210   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28211   (exit $ac_status); }; }; then
28212   ac_cv_type_pid_t=yes
28213 else
28214   echo "$as_me: failed program was:" >&5
28215 sed 's/^/| /' conftest.$ac_ext >&5
28216
28217 ac_cv_type_pid_t=no
28218 fi
28219 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28220 fi
28221 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
28222 echo "${ECHO_T}$ac_cv_type_pid_t" >&6
28223 if test $ac_cv_type_pid_t = yes; then
28224   :
28225 else
28226
28227 cat >>confdefs.h <<_ACEOF
28228 #define pid_t int
28229 _ACEOF
28230
28231 fi
28232
28233 echo "$as_me:$LINENO: checking for size_t" >&5
28234 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
28235 if test "${ac_cv_type_size_t+set}" = set; then
28236   echo $ECHO_N "(cached) $ECHO_C" >&6
28237 else
28238   cat >conftest.$ac_ext <<_ACEOF
28239 /* confdefs.h.  */
28240 _ACEOF
28241 cat confdefs.h >>conftest.$ac_ext
28242 cat >>conftest.$ac_ext <<_ACEOF
28243 /* end confdefs.h.  */
28244 $ac_includes_default
28245 int
28246 main ()
28247 {
28248 if ((size_t *) 0)
28249   return 0;
28250 if (sizeof (size_t))
28251   return 0;
28252   ;
28253   return 0;
28254 }
28255 _ACEOF
28256 rm -f conftest.$ac_objext
28257 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28258   (eval $ac_compile) 2>conftest.er1
28259   ac_status=$?
28260   grep -v '^ *+' conftest.er1 >conftest.err
28261   rm -f conftest.er1
28262   cat conftest.err >&5
28263   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28264   (exit $ac_status); } &&
28265          { ac_try='test -z "$ac_c_werror_flag"
28266                          || test ! -s conftest.err'
28267   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28268   (eval $ac_try) 2>&5
28269   ac_status=$?
28270   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28271   (exit $ac_status); }; } &&
28272          { ac_try='test -s conftest.$ac_objext'
28273   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28274   (eval $ac_try) 2>&5
28275   ac_status=$?
28276   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28277   (exit $ac_status); }; }; then
28278   ac_cv_type_size_t=yes
28279 else
28280   echo "$as_me: failed program was:" >&5
28281 sed 's/^/| /' conftest.$ac_ext >&5
28282
28283 ac_cv_type_size_t=no
28284 fi
28285 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28286 fi
28287 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
28288 echo "${ECHO_T}$ac_cv_type_size_t" >&6
28289 if test $ac_cv_type_size_t = yes; then
28290   :
28291 else
28292
28293 cat >>confdefs.h <<_ACEOF
28294 #define size_t unsigned
28295 _ACEOF
28296
28297 fi
28298
28299 echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
28300 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
28301 if test "${ac_cv_type_uid_t+set}" = set; then
28302   echo $ECHO_N "(cached) $ECHO_C" >&6
28303 else
28304   cat >conftest.$ac_ext <<_ACEOF
28305 /* confdefs.h.  */
28306 _ACEOF
28307 cat confdefs.h >>conftest.$ac_ext
28308 cat >>conftest.$ac_ext <<_ACEOF
28309 /* end confdefs.h.  */
28310 #include <sys/types.h>
28311
28312 _ACEOF
28313 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
28314   $EGREP "uid_t" >/dev/null 2>&1; then
28315   ac_cv_type_uid_t=yes
28316 else
28317   ac_cv_type_uid_t=no
28318 fi
28319 rm -f conftest*
28320
28321 fi
28322 echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
28323 echo "${ECHO_T}$ac_cv_type_uid_t" >&6
28324 if test $ac_cv_type_uid_t = no; then
28325
28326 cat >>confdefs.h <<\_ACEOF
28327 #define uid_t int
28328 _ACEOF
28329
28330
28331 cat >>confdefs.h <<\_ACEOF
28332 #define gid_t int
28333 _ACEOF
28334
28335 fi
28336
28337
28338
28339
28340 ac_ext=cc
28341 ac_cpp='$CXXCPP $CPPFLAGS'
28342 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28343 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28344 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
28345
28346 echo "$as_me:$LINENO: checking if size_t is unsigned int" >&5
28347 echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6
28348 if test "${wx_cv_size_t_is_uint+set}" = set; then
28349   echo $ECHO_N "(cached) $ECHO_C" >&6
28350 else
28351
28352                             cat >conftest.$ac_ext <<_ACEOF
28353 /* confdefs.h.  */
28354 _ACEOF
28355 cat confdefs.h >>conftest.$ac_ext
28356 cat >>conftest.$ac_ext <<_ACEOF
28357 /* end confdefs.h.  */
28358 #include <stddef.h>
28359 int
28360 main ()
28361 {
28362
28363             return 0; }
28364
28365             struct Foo { void foo(size_t); void foo(unsigned int); };
28366
28367             int bar() {
28368
28369   ;
28370   return 0;
28371 }
28372 _ACEOF
28373 rm -f conftest.$ac_objext
28374 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28375   (eval $ac_compile) 2>conftest.er1
28376   ac_status=$?
28377   grep -v '^ *+' conftest.er1 >conftest.err
28378   rm -f conftest.er1
28379   cat conftest.err >&5
28380   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28381   (exit $ac_status); } &&
28382          { ac_try='test -z "$ac_cxx_werror_flag"
28383                          || test ! -s conftest.err'
28384   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28385   (eval $ac_try) 2>&5
28386   ac_status=$?
28387   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28388   (exit $ac_status); }; } &&
28389          { ac_try='test -s conftest.$ac_objext'
28390   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28391   (eval $ac_try) 2>&5
28392   ac_status=$?
28393   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28394   (exit $ac_status); }; }; then
28395   wx_cv_size_t_is_uint=no
28396 else
28397   echo "$as_me: failed program was:" >&5
28398 sed 's/^/| /' conftest.$ac_ext >&5
28399
28400 wx_cv_size_t_is_uint=yes
28401
28402 fi
28403 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28404
28405
28406 fi
28407 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_uint" >&5
28408 echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6
28409
28410 if test "$wx_cv_size_t_is_uint" = "yes"; then
28411     cat >>confdefs.h <<\_ACEOF
28412 #define wxSIZE_T_IS_UINT 1
28413 _ACEOF
28414
28415 else
28416     echo "$as_me:$LINENO: checking if size_t is unsigned long" >&5
28417 echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6
28418 if test "${wx_cv_size_t_is_ulong+set}" = set; then
28419   echo $ECHO_N "(cached) $ECHO_C" >&6
28420 else
28421   cat >conftest.$ac_ext <<_ACEOF
28422 /* confdefs.h.  */
28423 _ACEOF
28424 cat confdefs.h >>conftest.$ac_ext
28425 cat >>conftest.$ac_ext <<_ACEOF
28426 /* end confdefs.h.  */
28427 #include <stddef.h>
28428 int
28429 main ()
28430 {
28431
28432                 return 0; }
28433
28434                 struct Foo { void foo(size_t); void foo(unsigned long); };
28435
28436                 int bar() {
28437
28438   ;
28439   return 0;
28440 }
28441 _ACEOF
28442 rm -f conftest.$ac_objext
28443 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28444   (eval $ac_compile) 2>conftest.er1
28445   ac_status=$?
28446   grep -v '^ *+' conftest.er1 >conftest.err
28447   rm -f conftest.er1
28448   cat conftest.err >&5
28449   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28450   (exit $ac_status); } &&
28451          { ac_try='test -z "$ac_cxx_werror_flag"
28452                          || test ! -s conftest.err'
28453   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28454   (eval $ac_try) 2>&5
28455   ac_status=$?
28456   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28457   (exit $ac_status); }; } &&
28458          { ac_try='test -s conftest.$ac_objext'
28459   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28460   (eval $ac_try) 2>&5
28461   ac_status=$?
28462   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28463   (exit $ac_status); }; }; then
28464   wx_cv_size_t_is_ulong=no
28465 else
28466   echo "$as_me: failed program was:" >&5
28467 sed 's/^/| /' conftest.$ac_ext >&5
28468
28469 wx_cv_size_t_is_ulong=yes
28470
28471 fi
28472 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28473
28474 fi
28475 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_ulong" >&5
28476 echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6
28477
28478     if test "$wx_cv_size_t_is_ulong" = "yes"; then
28479         cat >>confdefs.h <<\_ACEOF
28480 #define wxSIZE_T_IS_ULONG 1
28481 _ACEOF
28482
28483     fi
28484 fi
28485
28486 ac_ext=c
28487 ac_cpp='$CPP $CPPFLAGS'
28488 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28489 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28490 ac_compiler_gnu=$ac_cv_c_compiler_gnu
28491
28492
28493
28494 echo "$as_me:$LINENO: checking for pw_gecos in struct passwd" >&5
28495 echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6
28496 if test "${wx_cv_struct_pw_gecos+set}" = set; then
28497   echo $ECHO_N "(cached) $ECHO_C" >&6
28498 else
28499
28500         cat >conftest.$ac_ext <<_ACEOF
28501 /* confdefs.h.  */
28502 _ACEOF
28503 cat confdefs.h >>conftest.$ac_ext
28504 cat >>conftest.$ac_ext <<_ACEOF
28505 /* end confdefs.h.  */
28506 #include <pwd.h>
28507 int
28508 main ()
28509 {
28510
28511                 char *p;
28512                 struct passwd *pw;
28513                 p = pw->pw_gecos;
28514
28515   ;
28516   return 0;
28517 }
28518 _ACEOF
28519 rm -f conftest.$ac_objext
28520 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28521   (eval $ac_compile) 2>conftest.er1
28522   ac_status=$?
28523   grep -v '^ *+' conftest.er1 >conftest.err
28524   rm -f conftest.er1
28525   cat conftest.err >&5
28526   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28527   (exit $ac_status); } &&
28528          { ac_try='test -z "$ac_c_werror_flag"
28529                          || test ! -s conftest.err'
28530   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28531   (eval $ac_try) 2>&5
28532   ac_status=$?
28533   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28534   (exit $ac_status); }; } &&
28535          { ac_try='test -s conftest.$ac_objext'
28536   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28537   (eval $ac_try) 2>&5
28538   ac_status=$?
28539   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28540   (exit $ac_status); }; }; then
28541
28542                 wx_cv_struct_pw_gecos=yes
28543
28544 else
28545   echo "$as_me: failed program was:" >&5
28546 sed 's/^/| /' conftest.$ac_ext >&5
28547
28548
28549                 wx_cv_struct_pw_gecos=no
28550
28551
28552 fi
28553 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28554
28555
28556 fi
28557 echo "$as_me:$LINENO: result: $wx_cv_struct_pw_gecos" >&5
28558 echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6
28559
28560 if test "$wx_cv_struct_pw_gecos" = "yes"; then
28561     cat >>confdefs.h <<\_ACEOF
28562 #define HAVE_PW_GECOS 1
28563 _ACEOF
28564
28565 fi
28566
28567
28568 if test "$wx_cv_sizeof_wchar_t" != "0"; then
28569     cat >>confdefs.h <<\_ACEOF
28570 #define wxUSE_WCHAR_T 1
28571 _ACEOF
28572
28573
28574         WCSLEN_FOUND=0
28575     WCHAR_LINK=
28576
28577 for ac_func in wcslen
28578 do
28579 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28580 echo "$as_me:$LINENO: checking for $ac_func" >&5
28581 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28582 if eval "test \"\${$as_ac_var+set}\" = set"; then
28583   echo $ECHO_N "(cached) $ECHO_C" >&6
28584 else
28585   cat >conftest.$ac_ext <<_ACEOF
28586 /* confdefs.h.  */
28587 _ACEOF
28588 cat confdefs.h >>conftest.$ac_ext
28589 cat >>conftest.$ac_ext <<_ACEOF
28590 /* end confdefs.h.  */
28591 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
28592    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
28593 #define $ac_func innocuous_$ac_func
28594
28595 /* System header to define __stub macros and hopefully few prototypes,
28596     which can conflict with char $ac_func (); below.
28597     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28598     <limits.h> exists even on freestanding compilers.  */
28599
28600 #ifdef __STDC__
28601 # include <limits.h>
28602 #else
28603 # include <assert.h>
28604 #endif
28605
28606 #undef $ac_func
28607
28608 /* Override any gcc2 internal prototype to avoid an error.  */
28609 #ifdef __cplusplus
28610 extern "C"
28611 {
28612 #endif
28613 /* We use char because int might match the return type of a gcc2
28614    builtin and then its argument prototype would still apply.  */
28615 char $ac_func ();
28616 /* The GNU C library defines this for functions which it implements
28617     to always fail with ENOSYS.  Some functions are actually named
28618     something starting with __ and the normal name is an alias.  */
28619 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28620 choke me
28621 #else
28622 char (*f) () = $ac_func;
28623 #endif
28624 #ifdef __cplusplus
28625 }
28626 #endif
28627
28628 int
28629 main ()
28630 {
28631 return f != $ac_func;
28632   ;
28633   return 0;
28634 }
28635 _ACEOF
28636 rm -f conftest.$ac_objext conftest$ac_exeext
28637 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28638   (eval $ac_link) 2>conftest.er1
28639   ac_status=$?
28640   grep -v '^ *+' conftest.er1 >conftest.err
28641   rm -f conftest.er1
28642   cat conftest.err >&5
28643   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28644   (exit $ac_status); } &&
28645          { ac_try='test -z "$ac_c_werror_flag"
28646                          || test ! -s conftest.err'
28647   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28648   (eval $ac_try) 2>&5
28649   ac_status=$?
28650   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28651   (exit $ac_status); }; } &&
28652          { ac_try='test -s conftest$ac_exeext'
28653   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28654   (eval $ac_try) 2>&5
28655   ac_status=$?
28656   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28657   (exit $ac_status); }; }; then
28658   eval "$as_ac_var=yes"
28659 else
28660   echo "$as_me: failed program was:" >&5
28661 sed 's/^/| /' conftest.$ac_ext >&5
28662
28663 eval "$as_ac_var=no"
28664 fi
28665 rm -f conftest.err conftest.$ac_objext \
28666       conftest$ac_exeext conftest.$ac_ext
28667 fi
28668 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28669 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28670 if test `eval echo '${'$as_ac_var'}'` = yes; then
28671   cat >>confdefs.h <<_ACEOF
28672 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28673 _ACEOF
28674  WCSLEN_FOUND=1
28675 fi
28676 done
28677
28678
28679     if test "$WCSLEN_FOUND" = 0; then
28680         if test "$TOOLKIT" = "MSW"; then
28681             echo "$as_me:$LINENO: checking for wcslen in -lmsvcrt" >&5
28682 echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6
28683 if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then
28684   echo $ECHO_N "(cached) $ECHO_C" >&6
28685 else
28686   ac_check_lib_save_LIBS=$LIBS
28687 LIBS="-lmsvcrt  $LIBS"
28688 cat >conftest.$ac_ext <<_ACEOF
28689 /* confdefs.h.  */
28690 _ACEOF
28691 cat confdefs.h >>conftest.$ac_ext
28692 cat >>conftest.$ac_ext <<_ACEOF
28693 /* end confdefs.h.  */
28694
28695 /* Override any gcc2 internal prototype to avoid an error.  */
28696 #ifdef __cplusplus
28697 extern "C"
28698 #endif
28699 /* We use char because int might match the return type of a gcc2
28700    builtin and then its argument prototype would still apply.  */
28701 char wcslen ();
28702 int
28703 main ()
28704 {
28705 wcslen ();
28706   ;
28707   return 0;
28708 }
28709 _ACEOF
28710 rm -f conftest.$ac_objext conftest$ac_exeext
28711 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28712   (eval $ac_link) 2>conftest.er1
28713   ac_status=$?
28714   grep -v '^ *+' conftest.er1 >conftest.err
28715   rm -f conftest.er1
28716   cat conftest.err >&5
28717   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28718   (exit $ac_status); } &&
28719          { ac_try='test -z "$ac_c_werror_flag"
28720                          || test ! -s conftest.err'
28721   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28722   (eval $ac_try) 2>&5
28723   ac_status=$?
28724   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28725   (exit $ac_status); }; } &&
28726          { ac_try='test -s conftest$ac_exeext'
28727   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28728   (eval $ac_try) 2>&5
28729   ac_status=$?
28730   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28731   (exit $ac_status); }; }; then
28732   ac_cv_lib_msvcrt_wcslen=yes
28733 else
28734   echo "$as_me: failed program was:" >&5
28735 sed 's/^/| /' conftest.$ac_ext >&5
28736
28737 ac_cv_lib_msvcrt_wcslen=no
28738 fi
28739 rm -f conftest.err conftest.$ac_objext \
28740       conftest$ac_exeext conftest.$ac_ext
28741 LIBS=$ac_check_lib_save_LIBS
28742 fi
28743 echo "$as_me:$LINENO: result: $ac_cv_lib_msvcrt_wcslen" >&5
28744 echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6
28745 if test $ac_cv_lib_msvcrt_wcslen = yes; then
28746   WCHAR_OK=1
28747 fi
28748
28749         else
28750             echo "$as_me:$LINENO: checking for wcslen in -lw" >&5
28751 echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6
28752 if test "${ac_cv_lib_w_wcslen+set}" = set; then
28753   echo $ECHO_N "(cached) $ECHO_C" >&6
28754 else
28755   ac_check_lib_save_LIBS=$LIBS
28756 LIBS="-lw  $LIBS"
28757 cat >conftest.$ac_ext <<_ACEOF
28758 /* confdefs.h.  */
28759 _ACEOF
28760 cat confdefs.h >>conftest.$ac_ext
28761 cat >>conftest.$ac_ext <<_ACEOF
28762 /* end confdefs.h.  */
28763
28764 /* Override any gcc2 internal prototype to avoid an error.  */
28765 #ifdef __cplusplus
28766 extern "C"
28767 #endif
28768 /* We use char because int might match the return type of a gcc2
28769    builtin and then its argument prototype would still apply.  */
28770 char wcslen ();
28771 int
28772 main ()
28773 {
28774 wcslen ();
28775   ;
28776   return 0;
28777 }
28778 _ACEOF
28779 rm -f conftest.$ac_objext conftest$ac_exeext
28780 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28781   (eval $ac_link) 2>conftest.er1
28782   ac_status=$?
28783   grep -v '^ *+' conftest.er1 >conftest.err
28784   rm -f conftest.er1
28785   cat conftest.err >&5
28786   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28787   (exit $ac_status); } &&
28788          { ac_try='test -z "$ac_c_werror_flag"
28789                          || test ! -s conftest.err'
28790   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28791   (eval $ac_try) 2>&5
28792   ac_status=$?
28793   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28794   (exit $ac_status); }; } &&
28795          { ac_try='test -s conftest$ac_exeext'
28796   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28797   (eval $ac_try) 2>&5
28798   ac_status=$?
28799   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28800   (exit $ac_status); }; }; then
28801   ac_cv_lib_w_wcslen=yes
28802 else
28803   echo "$as_me: failed program was:" >&5
28804 sed 's/^/| /' conftest.$ac_ext >&5
28805
28806 ac_cv_lib_w_wcslen=no
28807 fi
28808 rm -f conftest.err conftest.$ac_objext \
28809       conftest$ac_exeext conftest.$ac_ext
28810 LIBS=$ac_check_lib_save_LIBS
28811 fi
28812 echo "$as_me:$LINENO: result: $ac_cv_lib_w_wcslen" >&5
28813 echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6
28814 if test $ac_cv_lib_w_wcslen = yes; then
28815
28816                             WCHAR_LINK=" -lw"
28817                             WCSLEN_FOUND=1
28818
28819 fi
28820
28821         fi
28822     fi
28823
28824     if test "$WCSLEN_FOUND" = 1; then
28825         cat >>confdefs.h <<\_ACEOF
28826 #define HAVE_WCSLEN 1
28827 _ACEOF
28828
28829     fi
28830
28831         if test "$USE_HPUX" = 1 -a "x$GCC" != "xyes"; then
28832         CPPFLAGS="$CPPFLAGS -D_INCLUDE__STDC_A1_SOURCE "
28833     fi
28834
28835
28836 for ac_func in wcsrtombs
28837 do
28838 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28839 echo "$as_me:$LINENO: checking for $ac_func" >&5
28840 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28841 if eval "test \"\${$as_ac_var+set}\" = set"; then
28842   echo $ECHO_N "(cached) $ECHO_C" >&6
28843 else
28844   cat >conftest.$ac_ext <<_ACEOF
28845 /* confdefs.h.  */
28846 _ACEOF
28847 cat confdefs.h >>conftest.$ac_ext
28848 cat >>conftest.$ac_ext <<_ACEOF
28849 /* end confdefs.h.  */
28850 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
28851    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
28852 #define $ac_func innocuous_$ac_func
28853
28854 /* System header to define __stub macros and hopefully few prototypes,
28855     which can conflict with char $ac_func (); below.
28856     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28857     <limits.h> exists even on freestanding compilers.  */
28858
28859 #ifdef __STDC__
28860 # include <limits.h>
28861 #else
28862 # include <assert.h>
28863 #endif
28864
28865 #undef $ac_func
28866
28867 /* Override any gcc2 internal prototype to avoid an error.  */
28868 #ifdef __cplusplus
28869 extern "C"
28870 {
28871 #endif
28872 /* We use char because int might match the return type of a gcc2
28873    builtin and then its argument prototype would still apply.  */
28874 char $ac_func ();
28875 /* The GNU C library defines this for functions which it implements
28876     to always fail with ENOSYS.  Some functions are actually named
28877     something starting with __ and the normal name is an alias.  */
28878 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28879 choke me
28880 #else
28881 char (*f) () = $ac_func;
28882 #endif
28883 #ifdef __cplusplus
28884 }
28885 #endif
28886
28887 int
28888 main ()
28889 {
28890 return f != $ac_func;
28891   ;
28892   return 0;
28893 }
28894 _ACEOF
28895 rm -f conftest.$ac_objext conftest$ac_exeext
28896 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28897   (eval $ac_link) 2>conftest.er1
28898   ac_status=$?
28899   grep -v '^ *+' conftest.er1 >conftest.err
28900   rm -f conftest.er1
28901   cat conftest.err >&5
28902   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28903   (exit $ac_status); } &&
28904          { ac_try='test -z "$ac_c_werror_flag"
28905                          || test ! -s conftest.err'
28906   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28907   (eval $ac_try) 2>&5
28908   ac_status=$?
28909   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28910   (exit $ac_status); }; } &&
28911          { ac_try='test -s conftest$ac_exeext'
28912   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28913   (eval $ac_try) 2>&5
28914   ac_status=$?
28915   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28916   (exit $ac_status); }; }; then
28917   eval "$as_ac_var=yes"
28918 else
28919   echo "$as_me: failed program was:" >&5
28920 sed 's/^/| /' conftest.$ac_ext >&5
28921
28922 eval "$as_ac_var=no"
28923 fi
28924 rm -f conftest.err conftest.$ac_objext \
28925       conftest$ac_exeext conftest.$ac_ext
28926 fi
28927 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28928 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28929 if test `eval echo '${'$as_ac_var'}'` = yes; then
28930   cat >>confdefs.h <<_ACEOF
28931 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28932 _ACEOF
28933
28934 fi
28935 done
28936
28937 else
28938     { echo "$as_me:$LINENO: WARNING: Wide character support is unavailable" >&5
28939 echo "$as_me: WARNING: Wide character support is unavailable" >&2;}
28940 fi
28941
28942
28943
28944 ac_ext=cc
28945 ac_cpp='$CXXCPP $CPPFLAGS'
28946 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28947 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28948 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
28949
28950
28951
28952 for ac_func in vsnprintf
28953 do
28954 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28955 echo "$as_me:$LINENO: checking for $ac_func" >&5
28956 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28957 if eval "test \"\${$as_ac_var+set}\" = set"; then
28958   echo $ECHO_N "(cached) $ECHO_C" >&6
28959 else
28960   cat >conftest.$ac_ext <<_ACEOF
28961 /* confdefs.h.  */
28962 _ACEOF
28963 cat confdefs.h >>conftest.$ac_ext
28964 cat >>conftest.$ac_ext <<_ACEOF
28965 /* end confdefs.h.  */
28966 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
28967    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
28968 #define $ac_func innocuous_$ac_func
28969
28970 /* System header to define __stub macros and hopefully few prototypes,
28971     which can conflict with char $ac_func (); below.
28972     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28973     <limits.h> exists even on freestanding compilers.  */
28974
28975 #ifdef __STDC__
28976 # include <limits.h>
28977 #else
28978 # include <assert.h>
28979 #endif
28980
28981 #undef $ac_func
28982
28983 /* Override any gcc2 internal prototype to avoid an error.  */
28984 #ifdef __cplusplus
28985 extern "C"
28986 {
28987 #endif
28988 /* We use char because int might match the return type of a gcc2
28989    builtin and then its argument prototype would still apply.  */
28990 char $ac_func ();
28991 /* The GNU C library defines this for functions which it implements
28992     to always fail with ENOSYS.  Some functions are actually named
28993     something starting with __ and the normal name is an alias.  */
28994 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28995 choke me
28996 #else
28997 char (*f) () = $ac_func;
28998 #endif
28999 #ifdef __cplusplus
29000 }
29001 #endif
29002
29003 int
29004 main ()
29005 {
29006 return f != $ac_func;
29007   ;
29008   return 0;
29009 }
29010 _ACEOF
29011 rm -f conftest.$ac_objext conftest$ac_exeext
29012 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29013   (eval $ac_link) 2>conftest.er1
29014   ac_status=$?
29015   grep -v '^ *+' conftest.er1 >conftest.err
29016   rm -f conftest.er1
29017   cat conftest.err >&5
29018   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29019   (exit $ac_status); } &&
29020          { ac_try='test -z "$ac_cxx_werror_flag"
29021                          || test ! -s conftest.err'
29022   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29023   (eval $ac_try) 2>&5
29024   ac_status=$?
29025   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29026   (exit $ac_status); }; } &&
29027          { ac_try='test -s conftest$ac_exeext'
29028   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29029   (eval $ac_try) 2>&5
29030   ac_status=$?
29031   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29032   (exit $ac_status); }; }; then
29033   eval "$as_ac_var=yes"
29034 else
29035   echo "$as_me: failed program was:" >&5
29036 sed 's/^/| /' conftest.$ac_ext >&5
29037
29038 eval "$as_ac_var=no"
29039 fi
29040 rm -f conftest.err conftest.$ac_objext \
29041       conftest$ac_exeext conftest.$ac_ext
29042 fi
29043 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
29044 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
29045 if test `eval echo '${'$as_ac_var'}'` = yes; then
29046   cat >>confdefs.h <<_ACEOF
29047 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
29048 _ACEOF
29049
29050 fi
29051 done
29052
29053
29054 if test "$ac_cv_func_vsnprintf" = "yes"; then
29055         echo "$as_me:$LINENO: checking for vsnprintf declaration" >&5
29056 echo $ECHO_N "checking for vsnprintf declaration... $ECHO_C" >&6
29057 if test "${wx_cv_func_vsnprintf_decl+set}" = set; then
29058   echo $ECHO_N "(cached) $ECHO_C" >&6
29059 else
29060
29061             cat >conftest.$ac_ext <<_ACEOF
29062 /* confdefs.h.  */
29063 _ACEOF
29064 cat confdefs.h >>conftest.$ac_ext
29065 cat >>conftest.$ac_ext <<_ACEOF
29066 /* end confdefs.h.  */
29067
29068                     #include <stdio.h>
29069                     #include <stdarg.h>
29070
29071 int
29072 main ()
29073 {
29074
29075                     char *buf;
29076                     va_list ap;
29077                     vsnprintf(buf, 10u, "%s", ap);
29078
29079   ;
29080   return 0;
29081 }
29082 _ACEOF
29083 rm -f conftest.$ac_objext
29084 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29085   (eval $ac_compile) 2>conftest.er1
29086   ac_status=$?
29087   grep -v '^ *+' conftest.er1 >conftest.err
29088   rm -f conftest.er1
29089   cat conftest.err >&5
29090   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29091   (exit $ac_status); } &&
29092          { ac_try='test -z "$ac_cxx_werror_flag"
29093                          || test ! -s conftest.err'
29094   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29095   (eval $ac_try) 2>&5
29096   ac_status=$?
29097   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29098   (exit $ac_status); }; } &&
29099          { ac_try='test -s conftest.$ac_objext'
29100   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29101   (eval $ac_try) 2>&5
29102   ac_status=$?
29103   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29104   (exit $ac_status); }; }; then
29105   wx_cv_func_vsnprintf_decl=yes
29106 else
29107   echo "$as_me: failed program was:" >&5
29108 sed 's/^/| /' conftest.$ac_ext >&5
29109
29110 wx_cv_func_vsnprintf_decl=no
29111
29112 fi
29113 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
29114
29115
29116 fi
29117 echo "$as_me:$LINENO: result: $wx_cv_func_vsnprintf_decl" >&5
29118 echo "${ECHO_T}$wx_cv_func_vsnprintf_decl" >&6
29119
29120     if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
29121         cat >>confdefs.h <<\_ACEOF
29122 #define HAVE_VSNPRINTF_DECL 1
29123 _ACEOF
29124
29125     fi
29126 fi
29127
29128 if test "$wxUSE_UNICODE" = yes; then
29129
29130
29131
29132
29133
29134
29135 for ac_func in wputc wputchar putws fputws wprintf vswprintf
29136 do
29137 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
29138 echo "$as_me:$LINENO: checking for $ac_func" >&5
29139 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
29140 if eval "test \"\${$as_ac_var+set}\" = set"; then
29141   echo $ECHO_N "(cached) $ECHO_C" >&6
29142 else
29143   cat >conftest.$ac_ext <<_ACEOF
29144 /* confdefs.h.  */
29145 _ACEOF
29146 cat confdefs.h >>conftest.$ac_ext
29147 cat >>conftest.$ac_ext <<_ACEOF
29148 /* end confdefs.h.  */
29149 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
29150    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
29151 #define $ac_func innocuous_$ac_func
29152
29153 /* System header to define __stub macros and hopefully few prototypes,
29154     which can conflict with char $ac_func (); below.
29155     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29156     <limits.h> exists even on freestanding compilers.  */
29157
29158 #ifdef __STDC__
29159 # include <limits.h>
29160 #else
29161 # include <assert.h>
29162 #endif
29163
29164 #undef $ac_func
29165
29166 /* Override any gcc2 internal prototype to avoid an error.  */
29167 #ifdef __cplusplus
29168 extern "C"
29169 {
29170 #endif
29171 /* We use char because int might match the return type of a gcc2
29172    builtin and then its argument prototype would still apply.  */
29173 char $ac_func ();
29174 /* The GNU C library defines this for functions which it implements
29175     to always fail with ENOSYS.  Some functions are actually named
29176     something starting with __ and the normal name is an alias.  */
29177 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
29178 choke me
29179 #else
29180 char (*f) () = $ac_func;
29181 #endif
29182 #ifdef __cplusplus
29183 }
29184 #endif
29185
29186 int
29187 main ()
29188 {
29189 return f != $ac_func;
29190   ;
29191   return 0;
29192 }
29193 _ACEOF
29194 rm -f conftest.$ac_objext conftest$ac_exeext
29195 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29196   (eval $ac_link) 2>conftest.er1
29197   ac_status=$?
29198   grep -v '^ *+' conftest.er1 >conftest.err
29199   rm -f conftest.er1
29200   cat conftest.err >&5
29201   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29202   (exit $ac_status); } &&
29203          { ac_try='test -z "$ac_cxx_werror_flag"
29204                          || test ! -s conftest.err'
29205   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29206   (eval $ac_try) 2>&5
29207   ac_status=$?
29208   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29209   (exit $ac_status); }; } &&
29210          { ac_try='test -s conftest$ac_exeext'
29211   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29212   (eval $ac_try) 2>&5
29213   ac_status=$?
29214   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29215   (exit $ac_status); }; }; then
29216   eval "$as_ac_var=yes"
29217 else
29218   echo "$as_me: failed program was:" >&5
29219 sed 's/^/| /' conftest.$ac_ext >&5
29220
29221 eval "$as_ac_var=no"
29222 fi
29223 rm -f conftest.err conftest.$ac_objext \
29224       conftest$ac_exeext conftest.$ac_ext
29225 fi
29226 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
29227 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
29228 if test `eval echo '${'$as_ac_var'}'` = yes; then
29229   cat >>confdefs.h <<_ACEOF
29230 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
29231 _ACEOF
29232
29233 fi
29234 done
29235
29236
29237                 echo "$as_me:$LINENO: checking for _vsnwprintf" >&5
29238 echo $ECHO_N "checking for _vsnwprintf... $ECHO_C" >&6
29239     cat >conftest.$ac_ext <<_ACEOF
29240 /* confdefs.h.  */
29241 _ACEOF
29242 cat confdefs.h >>conftest.$ac_ext
29243 cat >>conftest.$ac_ext <<_ACEOF
29244 /* end confdefs.h.  */
29245 #include <wchar.h>
29246 int
29247 main ()
29248 {
29249 &_vsnwprintf;
29250   ;
29251   return 0;
29252 }
29253 _ACEOF
29254 rm -f conftest.$ac_objext
29255 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29256   (eval $ac_compile) 2>conftest.er1
29257   ac_status=$?
29258   grep -v '^ *+' conftest.er1 >conftest.err
29259   rm -f conftest.er1
29260   cat conftest.err >&5
29261   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29262   (exit $ac_status); } &&
29263          { ac_try='test -z "$ac_cxx_werror_flag"
29264                          || test ! -s conftest.err'
29265   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29266   (eval $ac_try) 2>&5
29267   ac_status=$?
29268   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29269   (exit $ac_status); }; } &&
29270          { ac_try='test -s conftest.$ac_objext'
29271   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29272   (eval $ac_try) 2>&5
29273   ac_status=$?
29274   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29275   (exit $ac_status); }; }; then
29276   echo "$as_me:$LINENO: result: yes" >&5
29277 echo "${ECHO_T}yes" >&6
29278                     cat >>confdefs.h <<\_ACEOF
29279 #define HAVE__VSNWPRINTF 1
29280 _ACEOF
29281
29282 else
29283   echo "$as_me: failed program was:" >&5
29284 sed 's/^/| /' conftest.$ac_ext >&5
29285
29286 echo "$as_me:$LINENO: result: no" >&5
29287 echo "${ECHO_T}no" >&6
29288 fi
29289 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext;
29290 fi
29291
29292 ac_ext=c
29293 ac_cpp='$CPP $CPPFLAGS'
29294 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29295 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29296 ac_compiler_gnu=$ac_cv_c_compiler_gnu
29297
29298
29299
29300
29301 if test "$TOOLKIT" != "MSW"; then
29302
29303
29304
29305
29306 ac_ext=cc
29307 ac_cpp='$CXXCPP $CPPFLAGS'
29308 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29309 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29310 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
29311
29312
29313
29314
29315 # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
29316 if test "${with_libiconv_prefix+set}" = set; then
29317   withval="$with_libiconv_prefix"
29318
29319     for dir in `echo "$withval" | tr : ' '`; do
29320       if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
29321       if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi
29322     done
29323
29324 fi;
29325
29326   echo "$as_me:$LINENO: checking for iconv" >&5
29327 echo $ECHO_N "checking for iconv... $ECHO_C" >&6
29328 if test "${am_cv_func_iconv+set}" = set; then
29329   echo $ECHO_N "(cached) $ECHO_C" >&6
29330 else
29331
29332     am_cv_func_iconv="no, consider installing GNU libiconv"
29333     am_cv_lib_iconv=no
29334     cat >conftest.$ac_ext <<_ACEOF
29335 /* confdefs.h.  */
29336 _ACEOF
29337 cat confdefs.h >>conftest.$ac_ext
29338 cat >>conftest.$ac_ext <<_ACEOF
29339 /* end confdefs.h.  */
29340 #include <stdlib.h>
29341 #include <iconv.h>
29342 int
29343 main ()
29344 {
29345 iconv_t cd = iconv_open("","");
29346        iconv(cd,NULL,NULL,NULL,NULL);
29347        iconv_close(cd);
29348   ;
29349   return 0;
29350 }
29351 _ACEOF
29352 rm -f conftest.$ac_objext conftest$ac_exeext
29353 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29354   (eval $ac_link) 2>conftest.er1
29355   ac_status=$?
29356   grep -v '^ *+' conftest.er1 >conftest.err
29357   rm -f conftest.er1
29358   cat conftest.err >&5
29359   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29360   (exit $ac_status); } &&
29361          { ac_try='test -z "$ac_cxx_werror_flag"
29362                          || test ! -s conftest.err'
29363   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29364   (eval $ac_try) 2>&5
29365   ac_status=$?
29366   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29367   (exit $ac_status); }; } &&
29368          { ac_try='test -s conftest$ac_exeext'
29369   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29370   (eval $ac_try) 2>&5
29371   ac_status=$?
29372   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29373   (exit $ac_status); }; }; then
29374   am_cv_func_iconv=yes
29375 else
29376   echo "$as_me: failed program was:" >&5
29377 sed 's/^/| /' conftest.$ac_ext >&5
29378
29379 fi
29380 rm -f conftest.err conftest.$ac_objext \
29381       conftest$ac_exeext conftest.$ac_ext
29382     if test "$am_cv_func_iconv" != yes; then
29383       am_save_LIBS="$LIBS"
29384       LIBS="$LIBS -liconv"
29385       cat >conftest.$ac_ext <<_ACEOF
29386 /* confdefs.h.  */
29387 _ACEOF
29388 cat confdefs.h >>conftest.$ac_ext
29389 cat >>conftest.$ac_ext <<_ACEOF
29390 /* end confdefs.h.  */
29391 #include <stdlib.h>
29392 #include <iconv.h>
29393 int
29394 main ()
29395 {
29396 iconv_t cd = iconv_open("","");
29397          iconv(cd,NULL,NULL,NULL,NULL);
29398          iconv_close(cd);
29399   ;
29400   return 0;
29401 }
29402 _ACEOF
29403 rm -f conftest.$ac_objext conftest$ac_exeext
29404 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29405   (eval $ac_link) 2>conftest.er1
29406   ac_status=$?
29407   grep -v '^ *+' conftest.er1 >conftest.err
29408   rm -f conftest.er1
29409   cat conftest.err >&5
29410   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29411   (exit $ac_status); } &&
29412          { ac_try='test -z "$ac_cxx_werror_flag"
29413                          || test ! -s conftest.err'
29414   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29415   (eval $ac_try) 2>&5
29416   ac_status=$?
29417   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29418   (exit $ac_status); }; } &&
29419          { ac_try='test -s conftest$ac_exeext'
29420   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29421   (eval $ac_try) 2>&5
29422   ac_status=$?
29423   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29424   (exit $ac_status); }; }; then
29425   am_cv_lib_iconv=yes
29426         am_cv_func_iconv=yes
29427 else
29428   echo "$as_me: failed program was:" >&5
29429 sed 's/^/| /' conftest.$ac_ext >&5
29430
29431 fi
29432 rm -f conftest.err conftest.$ac_objext \
29433       conftest$ac_exeext conftest.$ac_ext
29434       LIBS="$am_save_LIBS"
29435     fi
29436
29437 fi
29438 echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
29439 echo "${ECHO_T}$am_cv_func_iconv" >&6
29440   if test "$am_cv_func_iconv" = yes; then
29441
29442 cat >>confdefs.h <<\_ACEOF
29443 #define HAVE_ICONV 1
29444 _ACEOF
29445
29446     echo "$as_me:$LINENO: checking if iconv needs const" >&5
29447 echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6
29448 if test "${wx_cv_func_iconv_const+set}" = set; then
29449   echo $ECHO_N "(cached) $ECHO_C" >&6
29450 else
29451   cat >conftest.$ac_ext <<_ACEOF
29452 /* confdefs.h.  */
29453 _ACEOF
29454 cat confdefs.h >>conftest.$ac_ext
29455 cat >>conftest.$ac_ext <<_ACEOF
29456 /* end confdefs.h.  */
29457
29458 #include <stdlib.h>
29459 #include <iconv.h>
29460 extern
29461 #ifdef __cplusplus
29462 "C"
29463 #endif
29464 #if defined(__STDC__) || defined(__cplusplus)
29465 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
29466 #else
29467 size_t iconv();
29468 #endif
29469
29470 int
29471 main ()
29472 {
29473
29474   ;
29475   return 0;
29476 }
29477 _ACEOF
29478 rm -f conftest.$ac_objext
29479 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29480   (eval $ac_compile) 2>conftest.er1
29481   ac_status=$?
29482   grep -v '^ *+' conftest.er1 >conftest.err
29483   rm -f conftest.er1
29484   cat conftest.err >&5
29485   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29486   (exit $ac_status); } &&
29487          { ac_try='test -z "$ac_cxx_werror_flag"
29488                          || test ! -s conftest.err'
29489   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29490   (eval $ac_try) 2>&5
29491   ac_status=$?
29492   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29493   (exit $ac_status); }; } &&
29494          { ac_try='test -s conftest.$ac_objext'
29495   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29496   (eval $ac_try) 2>&5
29497   ac_status=$?
29498   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29499   (exit $ac_status); }; }; then
29500   wx_cv_func_iconv_const="no"
29501 else
29502   echo "$as_me: failed program was:" >&5
29503 sed 's/^/| /' conftest.$ac_ext >&5
29504
29505 wx_cv_func_iconv_const="yes"
29506
29507 fi
29508 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
29509
29510 fi
29511 echo "$as_me:$LINENO: result: $wx_cv_func_iconv_const" >&5
29512 echo "${ECHO_T}$wx_cv_func_iconv_const" >&6
29513
29514     iconv_const=
29515     if test "x$wx_cv_func_iconv_const" = "xyes"; then
29516         iconv_const="const"
29517     fi
29518
29519
29520 cat >>confdefs.h <<_ACEOF
29521 #define ICONV_CONST $iconv_const
29522 _ACEOF
29523
29524   fi
29525   LIBICONV=
29526   if test "$am_cv_lib_iconv" = yes; then
29527     LIBICONV="-liconv"
29528   fi
29529
29530
29531 LIBS="$LIBICONV $LIBS"
29532 ac_ext=c
29533 ac_cpp='$CPP $CPPFLAGS'
29534 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29535 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29536 ac_compiler_gnu=$ac_cv_c_compiler_gnu
29537
29538
29539 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
29540
29541 for ac_func in sigaction
29542 do
29543 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
29544 echo "$as_me:$LINENO: checking for $ac_func" >&5
29545 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
29546 if eval "test \"\${$as_ac_var+set}\" = set"; then
29547   echo $ECHO_N "(cached) $ECHO_C" >&6
29548 else
29549   cat >conftest.$ac_ext <<_ACEOF
29550 /* confdefs.h.  */
29551 _ACEOF
29552 cat confdefs.h >>conftest.$ac_ext
29553 cat >>conftest.$ac_ext <<_ACEOF
29554 /* end confdefs.h.  */
29555 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
29556    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
29557 #define $ac_func innocuous_$ac_func
29558
29559 /* System header to define __stub macros and hopefully few prototypes,
29560     which can conflict with char $ac_func (); below.
29561     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29562     <limits.h> exists even on freestanding compilers.  */
29563
29564 #ifdef __STDC__
29565 # include <limits.h>
29566 #else
29567 # include <assert.h>
29568 #endif
29569
29570 #undef $ac_func
29571
29572 /* Override any gcc2 internal prototype to avoid an error.  */
29573 #ifdef __cplusplus
29574 extern "C"
29575 {
29576 #endif
29577 /* We use char because int might match the return type of a gcc2
29578    builtin and then its argument prototype would still apply.  */
29579 char $ac_func ();
29580 /* The GNU C library defines this for functions which it implements
29581     to always fail with ENOSYS.  Some functions are actually named
29582     something starting with __ and the normal name is an alias.  */
29583 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
29584 choke me
29585 #else
29586 char (*f) () = $ac_func;
29587 #endif
29588 #ifdef __cplusplus
29589 }
29590 #endif
29591
29592 int
29593 main ()
29594 {
29595 return f != $ac_func;
29596   ;
29597   return 0;
29598 }
29599 _ACEOF
29600 rm -f conftest.$ac_objext conftest$ac_exeext
29601 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29602   (eval $ac_link) 2>conftest.er1
29603   ac_status=$?
29604   grep -v '^ *+' conftest.er1 >conftest.err
29605   rm -f conftest.er1
29606   cat conftest.err >&5
29607   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29608   (exit $ac_status); } &&
29609          { ac_try='test -z "$ac_c_werror_flag"
29610                          || test ! -s conftest.err'
29611   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29612   (eval $ac_try) 2>&5
29613   ac_status=$?
29614   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29615   (exit $ac_status); }; } &&
29616          { ac_try='test -s conftest$ac_exeext'
29617   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29618   (eval $ac_try) 2>&5
29619   ac_status=$?
29620   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29621   (exit $ac_status); }; }; then
29622   eval "$as_ac_var=yes"
29623 else
29624   echo "$as_me: failed program was:" >&5
29625 sed 's/^/| /' conftest.$ac_ext >&5
29626
29627 eval "$as_ac_var=no"
29628 fi
29629 rm -f conftest.err conftest.$ac_objext \
29630       conftest$ac_exeext conftest.$ac_ext
29631 fi
29632 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
29633 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
29634 if test `eval echo '${'$as_ac_var'}'` = yes; then
29635   cat >>confdefs.h <<_ACEOF
29636 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
29637 _ACEOF
29638
29639 fi
29640 done
29641
29642
29643     if test "$ac_cv_func_sigaction" = "no"; then
29644         { echo "$as_me:$LINENO: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
29645 echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
29646         wxUSE_ON_FATAL_EXCEPTION=no
29647     fi
29648
29649     if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
29650
29651
29652       ac_ext=cc
29653 ac_cpp='$CXXCPP $CPPFLAGS'
29654 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29655 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29656 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
29657
29658
29659       echo "$as_me:$LINENO: checking for sa_handler type" >&5
29660 echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6
29661 if test "${wx_cv_type_sa_handler+set}" = set; then
29662   echo $ECHO_N "(cached) $ECHO_C" >&6
29663 else
29664
29665         cat >conftest.$ac_ext <<_ACEOF
29666 /* confdefs.h.  */
29667 _ACEOF
29668 cat confdefs.h >>conftest.$ac_ext
29669 cat >>conftest.$ac_ext <<_ACEOF
29670 /* end confdefs.h.  */
29671 #include <signal.h>
29672 int
29673 main ()
29674 {
29675
29676                         extern void testSigHandler(int);
29677
29678                         struct sigaction sa;
29679                         sa.sa_handler = testSigHandler;
29680
29681   ;
29682   return 0;
29683 }
29684 _ACEOF
29685 rm -f conftest.$ac_objext
29686 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29687   (eval $ac_compile) 2>conftest.er1
29688   ac_status=$?
29689   grep -v '^ *+' conftest.er1 >conftest.err
29690   rm -f conftest.er1
29691   cat conftest.err >&5
29692   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29693   (exit $ac_status); } &&
29694          { ac_try='test -z "$ac_cxx_werror_flag"
29695                          || test ! -s conftest.err'
29696   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29697   (eval $ac_try) 2>&5
29698   ac_status=$?
29699   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29700   (exit $ac_status); }; } &&
29701          { ac_try='test -s conftest.$ac_objext'
29702   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29703   (eval $ac_try) 2>&5
29704   ac_status=$?
29705   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29706   (exit $ac_status); }; }; then
29707
29708                         wx_cv_type_sa_handler=int
29709
29710 else
29711   echo "$as_me: failed program was:" >&5
29712 sed 's/^/| /' conftest.$ac_ext >&5
29713
29714
29715                         wx_cv_type_sa_handler=void
29716
29717 fi
29718 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
29719
29720 fi
29721 echo "$as_me:$LINENO: result: $wx_cv_type_sa_handler" >&5
29722 echo "${ECHO_T}$wx_cv_type_sa_handler" >&6
29723
29724       ac_ext=c
29725 ac_cpp='$CPP $CPPFLAGS'
29726 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29727 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29728 ac_compiler_gnu=$ac_cv_c_compiler_gnu
29729
29730
29731       cat >>confdefs.h <<_ACEOF
29732 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
29733 _ACEOF
29734
29735     fi
29736 fi
29737
29738
29739
29740 for ac_func in mkstemp mktemp
29741 do
29742 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
29743 echo "$as_me:$LINENO: checking for $ac_func" >&5
29744 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
29745 if eval "test \"\${$as_ac_var+set}\" = set"; then
29746   echo $ECHO_N "(cached) $ECHO_C" >&6
29747 else
29748   cat >conftest.$ac_ext <<_ACEOF
29749 /* confdefs.h.  */
29750 _ACEOF
29751 cat confdefs.h >>conftest.$ac_ext
29752 cat >>conftest.$ac_ext <<_ACEOF
29753 /* end confdefs.h.  */
29754 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
29755    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
29756 #define $ac_func innocuous_$ac_func
29757
29758 /* System header to define __stub macros and hopefully few prototypes,
29759     which can conflict with char $ac_func (); below.
29760     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29761     <limits.h> exists even on freestanding compilers.  */
29762
29763 #ifdef __STDC__
29764 # include <limits.h>
29765 #else
29766 # include <assert.h>
29767 #endif
29768
29769 #undef $ac_func
29770
29771 /* Override any gcc2 internal prototype to avoid an error.  */
29772 #ifdef __cplusplus
29773 extern "C"
29774 {
29775 #endif
29776 /* We use char because int might match the return type of a gcc2
29777    builtin and then its argument prototype would still apply.  */
29778 char $ac_func ();
29779 /* The GNU C library defines this for functions which it implements
29780     to always fail with ENOSYS.  Some functions are actually named
29781     something starting with __ and the normal name is an alias.  */
29782 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
29783 choke me
29784 #else
29785 char (*f) () = $ac_func;
29786 #endif
29787 #ifdef __cplusplus
29788 }
29789 #endif
29790
29791 int
29792 main ()
29793 {
29794 return f != $ac_func;
29795   ;
29796   return 0;
29797 }
29798 _ACEOF
29799 rm -f conftest.$ac_objext conftest$ac_exeext
29800 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29801   (eval $ac_link) 2>conftest.er1
29802   ac_status=$?
29803   grep -v '^ *+' conftest.er1 >conftest.err
29804   rm -f conftest.er1
29805   cat conftest.err >&5
29806   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29807   (exit $ac_status); } &&
29808          { ac_try='test -z "$ac_c_werror_flag"
29809                          || test ! -s conftest.err'
29810   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29811   (eval $ac_try) 2>&5
29812   ac_status=$?
29813   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29814   (exit $ac_status); }; } &&
29815          { ac_try='test -s conftest$ac_exeext'
29816   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29817   (eval $ac_try) 2>&5
29818   ac_status=$?
29819   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29820   (exit $ac_status); }; }; then
29821   eval "$as_ac_var=yes"
29822 else
29823   echo "$as_me: failed program was:" >&5
29824 sed 's/^/| /' conftest.$ac_ext >&5
29825
29826 eval "$as_ac_var=no"
29827 fi
29828 rm -f conftest.err conftest.$ac_objext \
29829       conftest$ac_exeext conftest.$ac_ext
29830 fi
29831 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
29832 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
29833 if test `eval echo '${'$as_ac_var'}'` = yes; then
29834   cat >>confdefs.h <<_ACEOF
29835 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
29836 _ACEOF
29837  break
29838 fi
29839 done
29840
29841
29842 echo "$as_me:$LINENO: checking for statfs" >&5
29843 echo $ECHO_N "checking for statfs... $ECHO_C" >&6
29844 if test "${wx_cv_func_statfs+set}" = set; then
29845   echo $ECHO_N "(cached) $ECHO_C" >&6
29846 else
29847   cat >conftest.$ac_ext <<_ACEOF
29848 /* confdefs.h.  */
29849 _ACEOF
29850 cat confdefs.h >>conftest.$ac_ext
29851 cat >>conftest.$ac_ext <<_ACEOF
29852 /* end confdefs.h.  */
29853
29854              #if defined(__BSD__)
29855                #include <sys/param.h>
29856                #include <sys/mount.h>
29857              #else
29858                #include <sys/vfs.h>
29859              #endif
29860
29861 int
29862 main ()
29863 {
29864
29865              long l;
29866              struct statfs fs;
29867              statfs("/", &fs);
29868              l = fs.f_bsize;
29869              l += fs.f_blocks;
29870              l += fs.f_bavail;
29871
29872   ;
29873   return 0;
29874 }
29875 _ACEOF
29876 rm -f conftest.$ac_objext
29877 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29878   (eval $ac_compile) 2>conftest.er1
29879   ac_status=$?
29880   grep -v '^ *+' conftest.er1 >conftest.err
29881   rm -f conftest.er1
29882   cat conftest.err >&5
29883   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29884   (exit $ac_status); } &&
29885          { ac_try='test -z "$ac_c_werror_flag"
29886                          || test ! -s conftest.err'
29887   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29888   (eval $ac_try) 2>&5
29889   ac_status=$?
29890   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29891   (exit $ac_status); }; } &&
29892          { ac_try='test -s conftest.$ac_objext'
29893   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29894   (eval $ac_try) 2>&5
29895   ac_status=$?
29896   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29897   (exit $ac_status); }; }; then
29898
29899              wx_cv_func_statfs=yes
29900
29901 else
29902   echo "$as_me: failed program was:" >&5
29903 sed 's/^/| /' conftest.$ac_ext >&5
29904
29905
29906              wx_cv_func_statfs=no
29907
29908
29909 fi
29910 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
29911
29912 fi
29913 echo "$as_me:$LINENO: result: $wx_cv_func_statfs" >&5
29914 echo "${ECHO_T}$wx_cv_func_statfs" >&6
29915
29916 if test "$wx_cv_func_statfs" = "yes"; then
29917     wx_cv_type_statvfs_t="struct statfs"
29918     cat >>confdefs.h <<\_ACEOF
29919 #define HAVE_STATFS 1
29920 _ACEOF
29921
29922 else
29923     echo "$as_me:$LINENO: checking for statvfs" >&5
29924 echo $ECHO_N "checking for statvfs... $ECHO_C" >&6
29925 if test "${wx_cv_func_statvfs+set}" = set; then
29926   echo $ECHO_N "(cached) $ECHO_C" >&6
29927 else
29928   cat >conftest.$ac_ext <<_ACEOF
29929 /* confdefs.h.  */
29930 _ACEOF
29931 cat confdefs.h >>conftest.$ac_ext
29932 cat >>conftest.$ac_ext <<_ACEOF
29933 /* end confdefs.h.  */
29934
29935                 #include <stddef.h>
29936                 #include <sys/statvfs.h>
29937
29938 int
29939 main ()
29940 {
29941
29942                 statvfs("/", NULL);
29943
29944   ;
29945   return 0;
29946 }
29947 _ACEOF
29948 rm -f conftest.$ac_objext
29949 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29950   (eval $ac_compile) 2>conftest.er1
29951   ac_status=$?
29952   grep -v '^ *+' conftest.er1 >conftest.err
29953   rm -f conftest.er1
29954   cat conftest.err >&5
29955   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29956   (exit $ac_status); } &&
29957          { ac_try='test -z "$ac_c_werror_flag"
29958                          || test ! -s conftest.err'
29959   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29960   (eval $ac_try) 2>&5
29961   ac_status=$?
29962   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29963   (exit $ac_status); }; } &&
29964          { ac_try='test -s conftest.$ac_objext'
29965   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29966   (eval $ac_try) 2>&5
29967   ac_status=$?
29968   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29969   (exit $ac_status); }; }; then
29970   wx_cv_func_statvfs=yes
29971 else
29972   echo "$as_me: failed program was:" >&5
29973 sed 's/^/| /' conftest.$ac_ext >&5
29974
29975 wx_cv_func_statvfs=no
29976
29977 fi
29978 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
29979
29980 fi
29981 echo "$as_me:$LINENO: result: $wx_cv_func_statvfs" >&5
29982 echo "${ECHO_T}$wx_cv_func_statvfs" >&6
29983
29984     if test "$wx_cv_func_statvfs" = "yes"; then
29985
29986
29987         ac_ext=cc
29988 ac_cpp='$CXXCPP $CPPFLAGS'
29989 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29990 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29991 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
29992
29993
29994         echo "$as_me:$LINENO: checking for statvfs argument type" >&5
29995 echo $ECHO_N "checking for statvfs argument type... $ECHO_C" >&6
29996 if test "${wx_cv_type_statvfs_t+set}" = set; then
29997   echo $ECHO_N "(cached) $ECHO_C" >&6
29998 else
29999   cat >conftest.$ac_ext <<_ACEOF
30000 /* confdefs.h.  */
30001 _ACEOF
30002 cat confdefs.h >>conftest.$ac_ext
30003 cat >>conftest.$ac_ext <<_ACEOF
30004 /* end confdefs.h.  */
30005
30006                     #include <sys/statvfs.h>
30007
30008 int
30009 main ()
30010 {
30011
30012                     long l;
30013                     statvfs_t fs;
30014                     statvfs("/", &fs);
30015                     l = fs.f_bsize;
30016                     l += fs.f_blocks;
30017                     l += fs.f_bavail;
30018
30019   ;
30020   return 0;
30021 }
30022 _ACEOF
30023 rm -f conftest.$ac_objext
30024 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30025   (eval $ac_compile) 2>conftest.er1
30026   ac_status=$?
30027   grep -v '^ *+' conftest.er1 >conftest.err
30028   rm -f conftest.er1
30029   cat conftest.err >&5
30030   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30031   (exit $ac_status); } &&
30032          { ac_try='test -z "$ac_cxx_werror_flag"
30033                          || test ! -s conftest.err'
30034   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30035   (eval $ac_try) 2>&5
30036   ac_status=$?
30037   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30038   (exit $ac_status); }; } &&
30039          { ac_try='test -s conftest.$ac_objext'
30040   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30041   (eval $ac_try) 2>&5
30042   ac_status=$?
30043   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30044   (exit $ac_status); }; }; then
30045   wx_cv_type_statvfs_t=statvfs_t
30046 else
30047   echo "$as_me: failed program was:" >&5
30048 sed 's/^/| /' conftest.$ac_ext >&5
30049
30050
30051                     cat >conftest.$ac_ext <<_ACEOF
30052 /* confdefs.h.  */
30053 _ACEOF
30054 cat confdefs.h >>conftest.$ac_ext
30055 cat >>conftest.$ac_ext <<_ACEOF
30056 /* end confdefs.h.  */
30057
30058                             #include <sys/statvfs.h>
30059
30060 int
30061 main ()
30062 {
30063
30064                             long l;
30065                             struct statvfs fs;
30066                             statvfs("/", &fs);
30067                             l = fs.f_bsize;
30068                             l += fs.f_blocks;
30069                             l += fs.f_bavail;
30070
30071   ;
30072   return 0;
30073 }
30074 _ACEOF
30075 rm -f conftest.$ac_objext
30076 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30077   (eval $ac_compile) 2>conftest.er1
30078   ac_status=$?
30079   grep -v '^ *+' conftest.er1 >conftest.err
30080   rm -f conftest.er1
30081   cat conftest.err >&5
30082   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30083   (exit $ac_status); } &&
30084          { ac_try='test -z "$ac_cxx_werror_flag"
30085                          || test ! -s conftest.err'
30086   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30087   (eval $ac_try) 2>&5
30088   ac_status=$?
30089   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30090   (exit $ac_status); }; } &&
30091          { ac_try='test -s conftest.$ac_objext'
30092   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30093   (eval $ac_try) 2>&5
30094   ac_status=$?
30095   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30096   (exit $ac_status); }; }; then
30097   wx_cv_type_statvfs_t="struct statvfs"
30098 else
30099   echo "$as_me: failed program was:" >&5
30100 sed 's/^/| /' conftest.$ac_ext >&5
30101
30102 wx_cv_type_statvfs_t="unknown"
30103
30104 fi
30105 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30106
30107
30108 fi
30109 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30110
30111 fi
30112 echo "$as_me:$LINENO: result: $wx_cv_type_statvfs_t" >&5
30113 echo "${ECHO_T}$wx_cv_type_statvfs_t" >&6
30114
30115         ac_ext=c
30116 ac_cpp='$CPP $CPPFLAGS'
30117 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30118 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30119 ac_compiler_gnu=$ac_cv_c_compiler_gnu
30120
30121
30122         if test "$wx_cv_type_statvfs_t" != "unknown"; then
30123             cat >>confdefs.h <<\_ACEOF
30124 #define HAVE_STATVFS 1
30125 _ACEOF
30126
30127         fi
30128     else
30129                 wx_cv_type_statvfs_t="unknown"
30130     fi
30131 fi
30132
30133 if test "$wx_cv_type_statvfs_t" != "unknown"; then
30134     cat >>confdefs.h <<_ACEOF
30135 #define WX_STATFS_T $wx_cv_type_statvfs_t
30136 _ACEOF
30137
30138 else
30139     { echo "$as_me:$LINENO: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
30140 echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
30141 fi
30142
30143 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
30144
30145
30146 for ac_func in fcntl flock
30147 do
30148 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30149 echo "$as_me:$LINENO: checking for $ac_func" >&5
30150 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30151 if eval "test \"\${$as_ac_var+set}\" = set"; then
30152   echo $ECHO_N "(cached) $ECHO_C" >&6
30153 else
30154   cat >conftest.$ac_ext <<_ACEOF
30155 /* confdefs.h.  */
30156 _ACEOF
30157 cat confdefs.h >>conftest.$ac_ext
30158 cat >>conftest.$ac_ext <<_ACEOF
30159 /* end confdefs.h.  */
30160 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
30161    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
30162 #define $ac_func innocuous_$ac_func
30163
30164 /* System header to define __stub macros and hopefully few prototypes,
30165     which can conflict with char $ac_func (); below.
30166     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30167     <limits.h> exists even on freestanding compilers.  */
30168
30169 #ifdef __STDC__
30170 # include <limits.h>
30171 #else
30172 # include <assert.h>
30173 #endif
30174
30175 #undef $ac_func
30176
30177 /* Override any gcc2 internal prototype to avoid an error.  */
30178 #ifdef __cplusplus
30179 extern "C"
30180 {
30181 #endif
30182 /* We use char because int might match the return type of a gcc2
30183    builtin and then its argument prototype would still apply.  */
30184 char $ac_func ();
30185 /* The GNU C library defines this for functions which it implements
30186     to always fail with ENOSYS.  Some functions are actually named
30187     something starting with __ and the normal name is an alias.  */
30188 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30189 choke me
30190 #else
30191 char (*f) () = $ac_func;
30192 #endif
30193 #ifdef __cplusplus
30194 }
30195 #endif
30196
30197 int
30198 main ()
30199 {
30200 return f != $ac_func;
30201   ;
30202   return 0;
30203 }
30204 _ACEOF
30205 rm -f conftest.$ac_objext conftest$ac_exeext
30206 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30207   (eval $ac_link) 2>conftest.er1
30208   ac_status=$?
30209   grep -v '^ *+' conftest.er1 >conftest.err
30210   rm -f conftest.er1
30211   cat conftest.err >&5
30212   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30213   (exit $ac_status); } &&
30214          { ac_try='test -z "$ac_c_werror_flag"
30215                          || test ! -s conftest.err'
30216   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30217   (eval $ac_try) 2>&5
30218   ac_status=$?
30219   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30220   (exit $ac_status); }; } &&
30221          { ac_try='test -s conftest$ac_exeext'
30222   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30223   (eval $ac_try) 2>&5
30224   ac_status=$?
30225   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30226   (exit $ac_status); }; }; then
30227   eval "$as_ac_var=yes"
30228 else
30229   echo "$as_me: failed program was:" >&5
30230 sed 's/^/| /' conftest.$ac_ext >&5
30231
30232 eval "$as_ac_var=no"
30233 fi
30234 rm -f conftest.err conftest.$ac_objext \
30235       conftest$ac_exeext conftest.$ac_ext
30236 fi
30237 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30238 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30239 if test `eval echo '${'$as_ac_var'}'` = yes; then
30240   cat >>confdefs.h <<_ACEOF
30241 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30242 _ACEOF
30243  break
30244 fi
30245 done
30246
30247
30248     if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
30249         { echo "$as_me:$LINENO: WARNING: wxSingleInstanceChecker not available" >&5
30250 echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
30251         wxUSE_SNGLINST_CHECKER=no
30252     fi
30253 fi
30254
30255
30256 for ac_func in timegm
30257 do
30258 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30259 echo "$as_me:$LINENO: checking for $ac_func" >&5
30260 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30261 if eval "test \"\${$as_ac_var+set}\" = set"; then
30262   echo $ECHO_N "(cached) $ECHO_C" >&6
30263 else
30264   cat >conftest.$ac_ext <<_ACEOF
30265 /* confdefs.h.  */
30266 _ACEOF
30267 cat confdefs.h >>conftest.$ac_ext
30268 cat >>conftest.$ac_ext <<_ACEOF
30269 /* end confdefs.h.  */
30270 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
30271    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
30272 #define $ac_func innocuous_$ac_func
30273
30274 /* System header to define __stub macros and hopefully few prototypes,
30275     which can conflict with char $ac_func (); below.
30276     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30277     <limits.h> exists even on freestanding compilers.  */
30278
30279 #ifdef __STDC__
30280 # include <limits.h>
30281 #else
30282 # include <assert.h>
30283 #endif
30284
30285 #undef $ac_func
30286
30287 /* Override any gcc2 internal prototype to avoid an error.  */
30288 #ifdef __cplusplus
30289 extern "C"
30290 {
30291 #endif
30292 /* We use char because int might match the return type of a gcc2
30293    builtin and then its argument prototype would still apply.  */
30294 char $ac_func ();
30295 /* The GNU C library defines this for functions which it implements
30296     to always fail with ENOSYS.  Some functions are actually named
30297     something starting with __ and the normal name is an alias.  */
30298 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30299 choke me
30300 #else
30301 char (*f) () = $ac_func;
30302 #endif
30303 #ifdef __cplusplus
30304 }
30305 #endif
30306
30307 int
30308 main ()
30309 {
30310 return f != $ac_func;
30311   ;
30312   return 0;
30313 }
30314 _ACEOF
30315 rm -f conftest.$ac_objext conftest$ac_exeext
30316 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30317   (eval $ac_link) 2>conftest.er1
30318   ac_status=$?
30319   grep -v '^ *+' conftest.er1 >conftest.err
30320   rm -f conftest.er1
30321   cat conftest.err >&5
30322   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30323   (exit $ac_status); } &&
30324          { ac_try='test -z "$ac_c_werror_flag"
30325                          || test ! -s conftest.err'
30326   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30327   (eval $ac_try) 2>&5
30328   ac_status=$?
30329   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30330   (exit $ac_status); }; } &&
30331          { ac_try='test -s conftest$ac_exeext'
30332   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30333   (eval $ac_try) 2>&5
30334   ac_status=$?
30335   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30336   (exit $ac_status); }; }; then
30337   eval "$as_ac_var=yes"
30338 else
30339   echo "$as_me: failed program was:" >&5
30340 sed 's/^/| /' conftest.$ac_ext >&5
30341
30342 eval "$as_ac_var=no"
30343 fi
30344 rm -f conftest.err conftest.$ac_objext \
30345       conftest$ac_exeext conftest.$ac_ext
30346 fi
30347 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30348 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30349 if test `eval echo '${'$as_ac_var'}'` = yes; then
30350   cat >>confdefs.h <<_ACEOF
30351 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30352 _ACEOF
30353
30354 fi
30355 done
30356
30357
30358
30359
30360 for ac_func in putenv setenv
30361 do
30362 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30363 echo "$as_me:$LINENO: checking for $ac_func" >&5
30364 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30365 if eval "test \"\${$as_ac_var+set}\" = set"; then
30366   echo $ECHO_N "(cached) $ECHO_C" >&6
30367 else
30368   cat >conftest.$ac_ext <<_ACEOF
30369 /* confdefs.h.  */
30370 _ACEOF
30371 cat confdefs.h >>conftest.$ac_ext
30372 cat >>conftest.$ac_ext <<_ACEOF
30373 /* end confdefs.h.  */
30374 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
30375    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
30376 #define $ac_func innocuous_$ac_func
30377
30378 /* System header to define __stub macros and hopefully few prototypes,
30379     which can conflict with char $ac_func (); below.
30380     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30381     <limits.h> exists even on freestanding compilers.  */
30382
30383 #ifdef __STDC__
30384 # include <limits.h>
30385 #else
30386 # include <assert.h>
30387 #endif
30388
30389 #undef $ac_func
30390
30391 /* Override any gcc2 internal prototype to avoid an error.  */
30392 #ifdef __cplusplus
30393 extern "C"
30394 {
30395 #endif
30396 /* We use char because int might match the return type of a gcc2
30397    builtin and then its argument prototype would still apply.  */
30398 char $ac_func ();
30399 /* The GNU C library defines this for functions which it implements
30400     to always fail with ENOSYS.  Some functions are actually named
30401     something starting with __ and the normal name is an alias.  */
30402 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30403 choke me
30404 #else
30405 char (*f) () = $ac_func;
30406 #endif
30407 #ifdef __cplusplus
30408 }
30409 #endif
30410
30411 int
30412 main ()
30413 {
30414 return f != $ac_func;
30415   ;
30416   return 0;
30417 }
30418 _ACEOF
30419 rm -f conftest.$ac_objext conftest$ac_exeext
30420 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30421   (eval $ac_link) 2>conftest.er1
30422   ac_status=$?
30423   grep -v '^ *+' conftest.er1 >conftest.err
30424   rm -f conftest.er1
30425   cat conftest.err >&5
30426   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30427   (exit $ac_status); } &&
30428          { ac_try='test -z "$ac_c_werror_flag"
30429                          || test ! -s conftest.err'
30430   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30431   (eval $ac_try) 2>&5
30432   ac_status=$?
30433   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30434   (exit $ac_status); }; } &&
30435          { ac_try='test -s conftest$ac_exeext'
30436   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30437   (eval $ac_try) 2>&5
30438   ac_status=$?
30439   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30440   (exit $ac_status); }; }; then
30441   eval "$as_ac_var=yes"
30442 else
30443   echo "$as_me: failed program was:" >&5
30444 sed 's/^/| /' conftest.$ac_ext >&5
30445
30446 eval "$as_ac_var=no"
30447 fi
30448 rm -f conftest.err conftest.$ac_objext \
30449       conftest$ac_exeext conftest.$ac_ext
30450 fi
30451 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30452 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30453 if test `eval echo '${'$as_ac_var'}'` = yes; then
30454   cat >>confdefs.h <<_ACEOF
30455 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30456 _ACEOF
30457  break
30458 fi
30459 done
30460
30461
30462 HAVE_SOME_SLEEP_FUNC=0
30463 if test "$USE_BEOS" = 1; then
30464             cat >>confdefs.h <<\_ACEOF
30465 #define HAVE_SLEEP 1
30466 _ACEOF
30467
30468     HAVE_SOME_SLEEP_FUNC=1
30469 fi
30470
30471 if test "$USE_DARWIN" = 1; then
30472             cat >>confdefs.h <<\_ACEOF
30473 #define HAVE_USLEEP 1
30474 _ACEOF
30475
30476     HAVE_SOME_SLEEP_FUNC=1
30477 fi
30478
30479 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
30480         POSIX4_LINK=
30481
30482 for ac_func in nanosleep
30483 do
30484 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30485 echo "$as_me:$LINENO: checking for $ac_func" >&5
30486 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30487 if eval "test \"\${$as_ac_var+set}\" = set"; then
30488   echo $ECHO_N "(cached) $ECHO_C" >&6
30489 else
30490   cat >conftest.$ac_ext <<_ACEOF
30491 /* confdefs.h.  */
30492 _ACEOF
30493 cat confdefs.h >>conftest.$ac_ext
30494 cat >>conftest.$ac_ext <<_ACEOF
30495 /* end confdefs.h.  */
30496 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
30497    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
30498 #define $ac_func innocuous_$ac_func
30499
30500 /* System header to define __stub macros and hopefully few prototypes,
30501     which can conflict with char $ac_func (); below.
30502     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30503     <limits.h> exists even on freestanding compilers.  */
30504
30505 #ifdef __STDC__
30506 # include <limits.h>
30507 #else
30508 # include <assert.h>
30509 #endif
30510
30511 #undef $ac_func
30512
30513 /* Override any gcc2 internal prototype to avoid an error.  */
30514 #ifdef __cplusplus
30515 extern "C"
30516 {
30517 #endif
30518 /* We use char because int might match the return type of a gcc2
30519    builtin and then its argument prototype would still apply.  */
30520 char $ac_func ();
30521 /* The GNU C library defines this for functions which it implements
30522     to always fail with ENOSYS.  Some functions are actually named
30523     something starting with __ and the normal name is an alias.  */
30524 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30525 choke me
30526 #else
30527 char (*f) () = $ac_func;
30528 #endif
30529 #ifdef __cplusplus
30530 }
30531 #endif
30532
30533 int
30534 main ()
30535 {
30536 return f != $ac_func;
30537   ;
30538   return 0;
30539 }
30540 _ACEOF
30541 rm -f conftest.$ac_objext conftest$ac_exeext
30542 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30543   (eval $ac_link) 2>conftest.er1
30544   ac_status=$?
30545   grep -v '^ *+' conftest.er1 >conftest.err
30546   rm -f conftest.er1
30547   cat conftest.err >&5
30548   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30549   (exit $ac_status); } &&
30550          { ac_try='test -z "$ac_c_werror_flag"
30551                          || test ! -s conftest.err'
30552   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30553   (eval $ac_try) 2>&5
30554   ac_status=$?
30555   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30556   (exit $ac_status); }; } &&
30557          { ac_try='test -s conftest$ac_exeext'
30558   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30559   (eval $ac_try) 2>&5
30560   ac_status=$?
30561   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30562   (exit $ac_status); }; }; then
30563   eval "$as_ac_var=yes"
30564 else
30565   echo "$as_me: failed program was:" >&5
30566 sed 's/^/| /' conftest.$ac_ext >&5
30567
30568 eval "$as_ac_var=no"
30569 fi
30570 rm -f conftest.err conftest.$ac_objext \
30571       conftest$ac_exeext conftest.$ac_ext
30572 fi
30573 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30574 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30575 if test `eval echo '${'$as_ac_var'}'` = yes; then
30576   cat >>confdefs.h <<_ACEOF
30577 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30578 _ACEOF
30579  cat >>confdefs.h <<\_ACEOF
30580 #define HAVE_NANOSLEEP 1
30581 _ACEOF
30582
30583 else
30584
30585             echo "$as_me:$LINENO: checking for nanosleep in -lposix4" >&5
30586 echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6
30587 if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then
30588   echo $ECHO_N "(cached) $ECHO_C" >&6
30589 else
30590   ac_check_lib_save_LIBS=$LIBS
30591 LIBS="-lposix4  $LIBS"
30592 cat >conftest.$ac_ext <<_ACEOF
30593 /* confdefs.h.  */
30594 _ACEOF
30595 cat confdefs.h >>conftest.$ac_ext
30596 cat >>conftest.$ac_ext <<_ACEOF
30597 /* end confdefs.h.  */
30598
30599 /* Override any gcc2 internal prototype to avoid an error.  */
30600 #ifdef __cplusplus
30601 extern "C"
30602 #endif
30603 /* We use char because int might match the return type of a gcc2
30604    builtin and then its argument prototype would still apply.  */
30605 char nanosleep ();
30606 int
30607 main ()
30608 {
30609 nanosleep ();
30610   ;
30611   return 0;
30612 }
30613 _ACEOF
30614 rm -f conftest.$ac_objext conftest$ac_exeext
30615 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30616   (eval $ac_link) 2>conftest.er1
30617   ac_status=$?
30618   grep -v '^ *+' conftest.er1 >conftest.err
30619   rm -f conftest.er1
30620   cat conftest.err >&5
30621   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30622   (exit $ac_status); } &&
30623          { ac_try='test -z "$ac_c_werror_flag"
30624                          || test ! -s conftest.err'
30625   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30626   (eval $ac_try) 2>&5
30627   ac_status=$?
30628   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30629   (exit $ac_status); }; } &&
30630          { ac_try='test -s conftest$ac_exeext'
30631   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30632   (eval $ac_try) 2>&5
30633   ac_status=$?
30634   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30635   (exit $ac_status); }; }; then
30636   ac_cv_lib_posix4_nanosleep=yes
30637 else
30638   echo "$as_me: failed program was:" >&5
30639 sed 's/^/| /' conftest.$ac_ext >&5
30640
30641 ac_cv_lib_posix4_nanosleep=no
30642 fi
30643 rm -f conftest.err conftest.$ac_objext \
30644       conftest$ac_exeext conftest.$ac_ext
30645 LIBS=$ac_check_lib_save_LIBS
30646 fi
30647 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_nanosleep" >&5
30648 echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6
30649 if test $ac_cv_lib_posix4_nanosleep = yes; then
30650
30651                     cat >>confdefs.h <<\_ACEOF
30652 #define HAVE_NANOSLEEP 1
30653 _ACEOF
30654
30655                     POSIX4_LINK=" -lposix4"
30656
30657 else
30658
30659
30660 for ac_func in usleep
30661 do
30662 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30663 echo "$as_me:$LINENO: checking for $ac_func" >&5
30664 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30665 if eval "test \"\${$as_ac_var+set}\" = set"; then
30666   echo $ECHO_N "(cached) $ECHO_C" >&6
30667 else
30668   cat >conftest.$ac_ext <<_ACEOF
30669 /* confdefs.h.  */
30670 _ACEOF
30671 cat confdefs.h >>conftest.$ac_ext
30672 cat >>conftest.$ac_ext <<_ACEOF
30673 /* end confdefs.h.  */
30674 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
30675    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
30676 #define $ac_func innocuous_$ac_func
30677
30678 /* System header to define __stub macros and hopefully few prototypes,
30679     which can conflict with char $ac_func (); below.
30680     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30681     <limits.h> exists even on freestanding compilers.  */
30682
30683 #ifdef __STDC__
30684 # include <limits.h>
30685 #else
30686 # include <assert.h>
30687 #endif
30688
30689 #undef $ac_func
30690
30691 /* Override any gcc2 internal prototype to avoid an error.  */
30692 #ifdef __cplusplus
30693 extern "C"
30694 {
30695 #endif
30696 /* We use char because int might match the return type of a gcc2
30697    builtin and then its argument prototype would still apply.  */
30698 char $ac_func ();
30699 /* The GNU C library defines this for functions which it implements
30700     to always fail with ENOSYS.  Some functions are actually named
30701     something starting with __ and the normal name is an alias.  */
30702 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30703 choke me
30704 #else
30705 char (*f) () = $ac_func;
30706 #endif
30707 #ifdef __cplusplus
30708 }
30709 #endif
30710
30711 int
30712 main ()
30713 {
30714 return f != $ac_func;
30715   ;
30716   return 0;
30717 }
30718 _ACEOF
30719 rm -f conftest.$ac_objext conftest$ac_exeext
30720 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30721   (eval $ac_link) 2>conftest.er1
30722   ac_status=$?
30723   grep -v '^ *+' conftest.er1 >conftest.err
30724   rm -f conftest.er1
30725   cat conftest.err >&5
30726   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30727   (exit $ac_status); } &&
30728          { ac_try='test -z "$ac_c_werror_flag"
30729                          || test ! -s conftest.err'
30730   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30731   (eval $ac_try) 2>&5
30732   ac_status=$?
30733   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30734   (exit $ac_status); }; } &&
30735          { ac_try='test -s conftest$ac_exeext'
30736   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30737   (eval $ac_try) 2>&5
30738   ac_status=$?
30739   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30740   (exit $ac_status); }; }; then
30741   eval "$as_ac_var=yes"
30742 else
30743   echo "$as_me: failed program was:" >&5
30744 sed 's/^/| /' conftest.$ac_ext >&5
30745
30746 eval "$as_ac_var=no"
30747 fi
30748 rm -f conftest.err conftest.$ac_objext \
30749       conftest$ac_exeext conftest.$ac_ext
30750 fi
30751 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30752 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30753 if test `eval echo '${'$as_ac_var'}'` = yes; then
30754   cat >>confdefs.h <<_ACEOF
30755 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30756 _ACEOF
30757  cat >>confdefs.h <<\_ACEOF
30758 #define HAVE_USLEEP 1
30759 _ACEOF
30760
30761 else
30762   { echo "$as_me:$LINENO: WARNING: wxSleep() function will not work" >&5
30763 echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
30764
30765 fi
30766 done
30767
30768
30769
30770 fi
30771
30772
30773
30774 fi
30775 done
30776
30777 fi
30778
30779
30780
30781 for ac_func in uname gethostname
30782 do
30783 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30784 echo "$as_me:$LINENO: checking for $ac_func" >&5
30785 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30786 if eval "test \"\${$as_ac_var+set}\" = set"; then
30787   echo $ECHO_N "(cached) $ECHO_C" >&6
30788 else
30789   cat >conftest.$ac_ext <<_ACEOF
30790 /* confdefs.h.  */
30791 _ACEOF
30792 cat confdefs.h >>conftest.$ac_ext
30793 cat >>conftest.$ac_ext <<_ACEOF
30794 /* end confdefs.h.  */
30795 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
30796    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
30797 #define $ac_func innocuous_$ac_func
30798
30799 /* System header to define __stub macros and hopefully few prototypes,
30800     which can conflict with char $ac_func (); below.
30801     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30802     <limits.h> exists even on freestanding compilers.  */
30803
30804 #ifdef __STDC__
30805 # include <limits.h>
30806 #else
30807 # include <assert.h>
30808 #endif
30809
30810 #undef $ac_func
30811
30812 /* Override any gcc2 internal prototype to avoid an error.  */
30813 #ifdef __cplusplus
30814 extern "C"
30815 {
30816 #endif
30817 /* We use char because int might match the return type of a gcc2
30818    builtin and then its argument prototype would still apply.  */
30819 char $ac_func ();
30820 /* The GNU C library defines this for functions which it implements
30821     to always fail with ENOSYS.  Some functions are actually named
30822     something starting with __ and the normal name is an alias.  */
30823 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30824 choke me
30825 #else
30826 char (*f) () = $ac_func;
30827 #endif
30828 #ifdef __cplusplus
30829 }
30830 #endif
30831
30832 int
30833 main ()
30834 {
30835 return f != $ac_func;
30836   ;
30837   return 0;
30838 }
30839 _ACEOF
30840 rm -f conftest.$ac_objext conftest$ac_exeext
30841 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30842   (eval $ac_link) 2>conftest.er1
30843   ac_status=$?
30844   grep -v '^ *+' conftest.er1 >conftest.err
30845   rm -f conftest.er1
30846   cat conftest.err >&5
30847   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30848   (exit $ac_status); } &&
30849          { ac_try='test -z "$ac_c_werror_flag"
30850                          || test ! -s conftest.err'
30851   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30852   (eval $ac_try) 2>&5
30853   ac_status=$?
30854   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30855   (exit $ac_status); }; } &&
30856          { ac_try='test -s conftest$ac_exeext'
30857   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30858   (eval $ac_try) 2>&5
30859   ac_status=$?
30860   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30861   (exit $ac_status); }; }; then
30862   eval "$as_ac_var=yes"
30863 else
30864   echo "$as_me: failed program was:" >&5
30865 sed 's/^/| /' conftest.$ac_ext >&5
30866
30867 eval "$as_ac_var=no"
30868 fi
30869 rm -f conftest.err conftest.$ac_objext \
30870       conftest$ac_exeext conftest.$ac_ext
30871 fi
30872 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30873 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30874 if test `eval echo '${'$as_ac_var'}'` = yes; then
30875   cat >>confdefs.h <<_ACEOF
30876 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30877 _ACEOF
30878  break
30879 fi
30880 done
30881
30882
30883
30884
30885 ac_ext=cc
30886 ac_cpp='$CXXCPP $CPPFLAGS'
30887 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30888 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30889 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
30890
30891
30892
30893 for ac_func in strtok_r
30894 do
30895 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30896 echo "$as_me:$LINENO: checking for $ac_func" >&5
30897 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30898 if eval "test \"\${$as_ac_var+set}\" = set"; then
30899   echo $ECHO_N "(cached) $ECHO_C" >&6
30900 else
30901   cat >conftest.$ac_ext <<_ACEOF
30902 /* confdefs.h.  */
30903 _ACEOF
30904 cat confdefs.h >>conftest.$ac_ext
30905 cat >>conftest.$ac_ext <<_ACEOF
30906 /* end confdefs.h.  */
30907 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
30908    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
30909 #define $ac_func innocuous_$ac_func
30910
30911 /* System header to define __stub macros and hopefully few prototypes,
30912     which can conflict with char $ac_func (); below.
30913     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30914     <limits.h> exists even on freestanding compilers.  */
30915
30916 #ifdef __STDC__
30917 # include <limits.h>
30918 #else
30919 # include <assert.h>
30920 #endif
30921
30922 #undef $ac_func
30923
30924 /* Override any gcc2 internal prototype to avoid an error.  */
30925 #ifdef __cplusplus
30926 extern "C"
30927 {
30928 #endif
30929 /* We use char because int might match the return type of a gcc2
30930    builtin and then its argument prototype would still apply.  */
30931 char $ac_func ();
30932 /* The GNU C library defines this for functions which it implements
30933     to always fail with ENOSYS.  Some functions are actually named
30934     something starting with __ and the normal name is an alias.  */
30935 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30936 choke me
30937 #else
30938 char (*f) () = $ac_func;
30939 #endif
30940 #ifdef __cplusplus
30941 }
30942 #endif
30943
30944 int
30945 main ()
30946 {
30947 return f != $ac_func;
30948   ;
30949   return 0;
30950 }
30951 _ACEOF
30952 rm -f conftest.$ac_objext conftest$ac_exeext
30953 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30954   (eval $ac_link) 2>conftest.er1
30955   ac_status=$?
30956   grep -v '^ *+' conftest.er1 >conftest.err
30957   rm -f conftest.er1
30958   cat conftest.err >&5
30959   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30960   (exit $ac_status); } &&
30961          { ac_try='test -z "$ac_cxx_werror_flag"
30962                          || test ! -s conftest.err'
30963   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30964   (eval $ac_try) 2>&5
30965   ac_status=$?
30966   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30967   (exit $ac_status); }; } &&
30968          { ac_try='test -s conftest$ac_exeext'
30969   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30970   (eval $ac_try) 2>&5
30971   ac_status=$?
30972   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30973   (exit $ac_status); }; }; then
30974   eval "$as_ac_var=yes"
30975 else
30976   echo "$as_me: failed program was:" >&5
30977 sed 's/^/| /' conftest.$ac_ext >&5
30978
30979 eval "$as_ac_var=no"
30980 fi
30981 rm -f conftest.err conftest.$ac_objext \
30982       conftest$ac_exeext conftest.$ac_ext
30983 fi
30984 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30985 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30986 if test `eval echo '${'$as_ac_var'}'` = yes; then
30987   cat >>confdefs.h <<_ACEOF
30988 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30989 _ACEOF
30990
30991 fi
30992 done
30993
30994
30995 ac_ext=c
30996 ac_cpp='$CPP $CPPFLAGS'
30997 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30998 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30999 ac_compiler_gnu=$ac_cv_c_compiler_gnu
31000
31001
31002 INET_LINK=
31003
31004 for ac_func in inet_addr
31005 do
31006 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31007 echo "$as_me:$LINENO: checking for $ac_func" >&5
31008 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31009 if eval "test \"\${$as_ac_var+set}\" = set"; then
31010   echo $ECHO_N "(cached) $ECHO_C" >&6
31011 else
31012   cat >conftest.$ac_ext <<_ACEOF
31013 /* confdefs.h.  */
31014 _ACEOF
31015 cat confdefs.h >>conftest.$ac_ext
31016 cat >>conftest.$ac_ext <<_ACEOF
31017 /* end confdefs.h.  */
31018 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31019    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
31020 #define $ac_func innocuous_$ac_func
31021
31022 /* System header to define __stub macros and hopefully few prototypes,
31023     which can conflict with char $ac_func (); below.
31024     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31025     <limits.h> exists even on freestanding compilers.  */
31026
31027 #ifdef __STDC__
31028 # include <limits.h>
31029 #else
31030 # include <assert.h>
31031 #endif
31032
31033 #undef $ac_func
31034
31035 /* Override any gcc2 internal prototype to avoid an error.  */
31036 #ifdef __cplusplus
31037 extern "C"
31038 {
31039 #endif
31040 /* We use char because int might match the return type of a gcc2
31041    builtin and then its argument prototype would still apply.  */
31042 char $ac_func ();
31043 /* The GNU C library defines this for functions which it implements
31044     to always fail with ENOSYS.  Some functions are actually named
31045     something starting with __ and the normal name is an alias.  */
31046 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31047 choke me
31048 #else
31049 char (*f) () = $ac_func;
31050 #endif
31051 #ifdef __cplusplus
31052 }
31053 #endif
31054
31055 int
31056 main ()
31057 {
31058 return f != $ac_func;
31059   ;
31060   return 0;
31061 }
31062 _ACEOF
31063 rm -f conftest.$ac_objext conftest$ac_exeext
31064 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31065   (eval $ac_link) 2>conftest.er1
31066   ac_status=$?
31067   grep -v '^ *+' conftest.er1 >conftest.err
31068   rm -f conftest.er1
31069   cat conftest.err >&5
31070   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31071   (exit $ac_status); } &&
31072          { ac_try='test -z "$ac_c_werror_flag"
31073                          || test ! -s conftest.err'
31074   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31075   (eval $ac_try) 2>&5
31076   ac_status=$?
31077   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31078   (exit $ac_status); }; } &&
31079          { ac_try='test -s conftest$ac_exeext'
31080   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31081   (eval $ac_try) 2>&5
31082   ac_status=$?
31083   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31084   (exit $ac_status); }; }; then
31085   eval "$as_ac_var=yes"
31086 else
31087   echo "$as_me: failed program was:" >&5
31088 sed 's/^/| /' conftest.$ac_ext >&5
31089
31090 eval "$as_ac_var=no"
31091 fi
31092 rm -f conftest.err conftest.$ac_objext \
31093       conftest$ac_exeext conftest.$ac_ext
31094 fi
31095 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31096 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31097 if test `eval echo '${'$as_ac_var'}'` = yes; then
31098   cat >>confdefs.h <<_ACEOF
31099 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31100 _ACEOF
31101  cat >>confdefs.h <<\_ACEOF
31102 #define HAVE_INET_ADDR 1
31103 _ACEOF
31104
31105 else
31106
31107         echo "$as_me:$LINENO: checking for inet_addr in -lnsl" >&5
31108 echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6
31109 if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
31110   echo $ECHO_N "(cached) $ECHO_C" >&6
31111 else
31112   ac_check_lib_save_LIBS=$LIBS
31113 LIBS="-lnsl  $LIBS"
31114 cat >conftest.$ac_ext <<_ACEOF
31115 /* confdefs.h.  */
31116 _ACEOF
31117 cat confdefs.h >>conftest.$ac_ext
31118 cat >>conftest.$ac_ext <<_ACEOF
31119 /* end confdefs.h.  */
31120
31121 /* Override any gcc2 internal prototype to avoid an error.  */
31122 #ifdef __cplusplus
31123 extern "C"
31124 #endif
31125 /* We use char because int might match the return type of a gcc2
31126    builtin and then its argument prototype would still apply.  */
31127 char inet_addr ();
31128 int
31129 main ()
31130 {
31131 inet_addr ();
31132   ;
31133   return 0;
31134 }
31135 _ACEOF
31136 rm -f conftest.$ac_objext conftest$ac_exeext
31137 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31138   (eval $ac_link) 2>conftest.er1
31139   ac_status=$?
31140   grep -v '^ *+' conftest.er1 >conftest.err
31141   rm -f conftest.er1
31142   cat conftest.err >&5
31143   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31144   (exit $ac_status); } &&
31145          { ac_try='test -z "$ac_c_werror_flag"
31146                          || test ! -s conftest.err'
31147   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31148   (eval $ac_try) 2>&5
31149   ac_status=$?
31150   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31151   (exit $ac_status); }; } &&
31152          { ac_try='test -s conftest$ac_exeext'
31153   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31154   (eval $ac_try) 2>&5
31155   ac_status=$?
31156   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31157   (exit $ac_status); }; }; then
31158   ac_cv_lib_nsl_inet_addr=yes
31159 else
31160   echo "$as_me: failed program was:" >&5
31161 sed 's/^/| /' conftest.$ac_ext >&5
31162
31163 ac_cv_lib_nsl_inet_addr=no
31164 fi
31165 rm -f conftest.err conftest.$ac_objext \
31166       conftest$ac_exeext conftest.$ac_ext
31167 LIBS=$ac_check_lib_save_LIBS
31168 fi
31169 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_addr" >&5
31170 echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6
31171 if test $ac_cv_lib_nsl_inet_addr = yes; then
31172   INET_LINK="nsl"
31173 else
31174
31175                 echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5
31176 echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6
31177 if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then
31178   echo $ECHO_N "(cached) $ECHO_C" >&6
31179 else
31180   ac_check_lib_save_LIBS=$LIBS
31181 LIBS="-lresolv  $LIBS"
31182 cat >conftest.$ac_ext <<_ACEOF
31183 /* confdefs.h.  */
31184 _ACEOF
31185 cat confdefs.h >>conftest.$ac_ext
31186 cat >>conftest.$ac_ext <<_ACEOF
31187 /* end confdefs.h.  */
31188
31189 /* Override any gcc2 internal prototype to avoid an error.  */
31190 #ifdef __cplusplus
31191 extern "C"
31192 #endif
31193 /* We use char because int might match the return type of a gcc2
31194    builtin and then its argument prototype would still apply.  */
31195 char inet_addr ();
31196 int
31197 main ()
31198 {
31199 inet_addr ();
31200   ;
31201   return 0;
31202 }
31203 _ACEOF
31204 rm -f conftest.$ac_objext conftest$ac_exeext
31205 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31206   (eval $ac_link) 2>conftest.er1
31207   ac_status=$?
31208   grep -v '^ *+' conftest.er1 >conftest.err
31209   rm -f conftest.er1
31210   cat conftest.err >&5
31211   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31212   (exit $ac_status); } &&
31213          { ac_try='test -z "$ac_c_werror_flag"
31214                          || test ! -s conftest.err'
31215   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31216   (eval $ac_try) 2>&5
31217   ac_status=$?
31218   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31219   (exit $ac_status); }; } &&
31220          { ac_try='test -s conftest$ac_exeext'
31221   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31222   (eval $ac_try) 2>&5
31223   ac_status=$?
31224   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31225   (exit $ac_status); }; }; then
31226   ac_cv_lib_resolv_inet_addr=yes
31227 else
31228   echo "$as_me: failed program was:" >&5
31229 sed 's/^/| /' conftest.$ac_ext >&5
31230
31231 ac_cv_lib_resolv_inet_addr=no
31232 fi
31233 rm -f conftest.err conftest.$ac_objext \
31234       conftest$ac_exeext conftest.$ac_ext
31235 LIBS=$ac_check_lib_save_LIBS
31236 fi
31237 echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_addr" >&5
31238 echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6
31239 if test $ac_cv_lib_resolv_inet_addr = yes; then
31240   INET_LINK="resolv"
31241 else
31242
31243                         echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5
31244 echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6
31245 if test "${ac_cv_lib_socket_inet_addr+set}" = set; then
31246   echo $ECHO_N "(cached) $ECHO_C" >&6
31247 else
31248   ac_check_lib_save_LIBS=$LIBS
31249 LIBS="-lsocket  $LIBS"
31250 cat >conftest.$ac_ext <<_ACEOF
31251 /* confdefs.h.  */
31252 _ACEOF
31253 cat confdefs.h >>conftest.$ac_ext
31254 cat >>conftest.$ac_ext <<_ACEOF
31255 /* end confdefs.h.  */
31256
31257 /* Override any gcc2 internal prototype to avoid an error.  */
31258 #ifdef __cplusplus
31259 extern "C"
31260 #endif
31261 /* We use char because int might match the return type of a gcc2
31262    builtin and then its argument prototype would still apply.  */
31263 char inet_addr ();
31264 int
31265 main ()
31266 {
31267 inet_addr ();
31268   ;
31269   return 0;
31270 }
31271 _ACEOF
31272 rm -f conftest.$ac_objext conftest$ac_exeext
31273 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31274   (eval $ac_link) 2>conftest.er1
31275   ac_status=$?
31276   grep -v '^ *+' conftest.er1 >conftest.err
31277   rm -f conftest.er1
31278   cat conftest.err >&5
31279   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31280   (exit $ac_status); } &&
31281          { ac_try='test -z "$ac_c_werror_flag"
31282                          || test ! -s conftest.err'
31283   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31284   (eval $ac_try) 2>&5
31285   ac_status=$?
31286   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31287   (exit $ac_status); }; } &&
31288          { ac_try='test -s conftest$ac_exeext'
31289   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31290   (eval $ac_try) 2>&5
31291   ac_status=$?
31292   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31293   (exit $ac_status); }; }; then
31294   ac_cv_lib_socket_inet_addr=yes
31295 else
31296   echo "$as_me: failed program was:" >&5
31297 sed 's/^/| /' conftest.$ac_ext >&5
31298
31299 ac_cv_lib_socket_inet_addr=no
31300 fi
31301 rm -f conftest.err conftest.$ac_objext \
31302       conftest$ac_exeext conftest.$ac_ext
31303 LIBS=$ac_check_lib_save_LIBS
31304 fi
31305 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_inet_addr" >&5
31306 echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6
31307 if test $ac_cv_lib_socket_inet_addr = yes; then
31308   INET_LINK="socket"
31309
31310 fi
31311
31312
31313
31314 fi
31315
31316
31317
31318 fi
31319
31320
31321
31322 fi
31323 done
31324
31325
31326
31327 for ac_func in inet_aton
31328 do
31329 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31330 echo "$as_me:$LINENO: checking for $ac_func" >&5
31331 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31332 if eval "test \"\${$as_ac_var+set}\" = set"; then
31333   echo $ECHO_N "(cached) $ECHO_C" >&6
31334 else
31335   cat >conftest.$ac_ext <<_ACEOF
31336 /* confdefs.h.  */
31337 _ACEOF
31338 cat confdefs.h >>conftest.$ac_ext
31339 cat >>conftest.$ac_ext <<_ACEOF
31340 /* end confdefs.h.  */
31341 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31342    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
31343 #define $ac_func innocuous_$ac_func
31344
31345 /* System header to define __stub macros and hopefully few prototypes,
31346     which can conflict with char $ac_func (); below.
31347     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31348     <limits.h> exists even on freestanding compilers.  */
31349
31350 #ifdef __STDC__
31351 # include <limits.h>
31352 #else
31353 # include <assert.h>
31354 #endif
31355
31356 #undef $ac_func
31357
31358 /* Override any gcc2 internal prototype to avoid an error.  */
31359 #ifdef __cplusplus
31360 extern "C"
31361 {
31362 #endif
31363 /* We use char because int might match the return type of a gcc2
31364    builtin and then its argument prototype would still apply.  */
31365 char $ac_func ();
31366 /* The GNU C library defines this for functions which it implements
31367     to always fail with ENOSYS.  Some functions are actually named
31368     something starting with __ and the normal name is an alias.  */
31369 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31370 choke me
31371 #else
31372 char (*f) () = $ac_func;
31373 #endif
31374 #ifdef __cplusplus
31375 }
31376 #endif
31377
31378 int
31379 main ()
31380 {
31381 return f != $ac_func;
31382   ;
31383   return 0;
31384 }
31385 _ACEOF
31386 rm -f conftest.$ac_objext conftest$ac_exeext
31387 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31388   (eval $ac_link) 2>conftest.er1
31389   ac_status=$?
31390   grep -v '^ *+' conftest.er1 >conftest.err
31391   rm -f conftest.er1
31392   cat conftest.err >&5
31393   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31394   (exit $ac_status); } &&
31395          { ac_try='test -z "$ac_c_werror_flag"
31396                          || test ! -s conftest.err'
31397   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31398   (eval $ac_try) 2>&5
31399   ac_status=$?
31400   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31401   (exit $ac_status); }; } &&
31402          { ac_try='test -s conftest$ac_exeext'
31403   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31404   (eval $ac_try) 2>&5
31405   ac_status=$?
31406   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31407   (exit $ac_status); }; }; then
31408   eval "$as_ac_var=yes"
31409 else
31410   echo "$as_me: failed program was:" >&5
31411 sed 's/^/| /' conftest.$ac_ext >&5
31412
31413 eval "$as_ac_var=no"
31414 fi
31415 rm -f conftest.err conftest.$ac_objext \
31416       conftest$ac_exeext conftest.$ac_ext
31417 fi
31418 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31419 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31420 if test `eval echo '${'$as_ac_var'}'` = yes; then
31421   cat >>confdefs.h <<_ACEOF
31422 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31423 _ACEOF
31424  cat >>confdefs.h <<\_ACEOF
31425 #define HAVE_INET_ATON 1
31426 _ACEOF
31427
31428 else
31429
31430                         as_ac_Lib=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
31431 echo "$as_me:$LINENO: checking for inet_aton in -l$INET_LINK" >&5
31432 echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6
31433 if eval "test \"\${$as_ac_Lib+set}\" = set"; then
31434   echo $ECHO_N "(cached) $ECHO_C" >&6
31435 else
31436   ac_check_lib_save_LIBS=$LIBS
31437 LIBS="-l$INET_LINK  $LIBS"
31438 cat >conftest.$ac_ext <<_ACEOF
31439 /* confdefs.h.  */
31440 _ACEOF
31441 cat confdefs.h >>conftest.$ac_ext
31442 cat >>conftest.$ac_ext <<_ACEOF
31443 /* end confdefs.h.  */
31444
31445 /* Override any gcc2 internal prototype to avoid an error.  */
31446 #ifdef __cplusplus
31447 extern "C"
31448 #endif
31449 /* We use char because int might match the return type of a gcc2
31450    builtin and then its argument prototype would still apply.  */
31451 char inet_aton ();
31452 int
31453 main ()
31454 {
31455 inet_aton ();
31456   ;
31457   return 0;
31458 }
31459 _ACEOF
31460 rm -f conftest.$ac_objext conftest$ac_exeext
31461 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31462   (eval $ac_link) 2>conftest.er1
31463   ac_status=$?
31464   grep -v '^ *+' conftest.er1 >conftest.err
31465   rm -f conftest.er1
31466   cat conftest.err >&5
31467   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31468   (exit $ac_status); } &&
31469          { ac_try='test -z "$ac_c_werror_flag"
31470                          || test ! -s conftest.err'
31471   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31472   (eval $ac_try) 2>&5
31473   ac_status=$?
31474   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31475   (exit $ac_status); }; } &&
31476          { ac_try='test -s conftest$ac_exeext'
31477   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31478   (eval $ac_try) 2>&5
31479   ac_status=$?
31480   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31481   (exit $ac_status); }; }; then
31482   eval "$as_ac_Lib=yes"
31483 else
31484   echo "$as_me: failed program was:" >&5
31485 sed 's/^/| /' conftest.$ac_ext >&5
31486
31487 eval "$as_ac_Lib=no"
31488 fi
31489 rm -f conftest.err conftest.$ac_objext \
31490       conftest$ac_exeext conftest.$ac_ext
31491 LIBS=$ac_check_lib_save_LIBS
31492 fi
31493 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
31494 echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
31495 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
31496   cat >>confdefs.h <<\_ACEOF
31497 #define HAVE_INET_ATON 1
31498 _ACEOF
31499
31500 fi
31501
31502
31503 fi
31504 done
31505
31506
31507 if test "x$INET_LINK" != "x"; then
31508     cat >>confdefs.h <<\_ACEOF
31509 #define HAVE_INET_ADDR 1
31510 _ACEOF
31511
31512     INET_LINK=" -l$INET_LINK"
31513 fi
31514
31515 fi
31516
31517
31518
31519 EXTRALIBS_ESD=
31520 echo "$as_me:$LINENO: checking for esd_close in -lesd" >&5
31521 echo $ECHO_N "checking for esd_close in -lesd... $ECHO_C" >&6
31522 if test "${ac_cv_lib_esd_esd_close+set}" = set; then
31523   echo $ECHO_N "(cached) $ECHO_C" >&6
31524 else
31525   ac_check_lib_save_LIBS=$LIBS
31526 LIBS="-lesd  $LIBS"
31527 cat >conftest.$ac_ext <<_ACEOF
31528 /* confdefs.h.  */
31529 _ACEOF
31530 cat confdefs.h >>conftest.$ac_ext
31531 cat >>conftest.$ac_ext <<_ACEOF
31532 /* end confdefs.h.  */
31533
31534 /* Override any gcc2 internal prototype to avoid an error.  */
31535 #ifdef __cplusplus
31536 extern "C"
31537 #endif
31538 /* We use char because int might match the return type of a gcc2
31539    builtin and then its argument prototype would still apply.  */
31540 char esd_close ();
31541 int
31542 main ()
31543 {
31544 esd_close ();
31545   ;
31546   return 0;
31547 }
31548 _ACEOF
31549 rm -f conftest.$ac_objext conftest$ac_exeext
31550 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31551   (eval $ac_link) 2>conftest.er1
31552   ac_status=$?
31553   grep -v '^ *+' conftest.er1 >conftest.err
31554   rm -f conftest.er1
31555   cat conftest.err >&5
31556   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31557   (exit $ac_status); } &&
31558          { ac_try='test -z "$ac_c_werror_flag"
31559                          || test ! -s conftest.err'
31560   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31561   (eval $ac_try) 2>&5
31562   ac_status=$?
31563   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31564   (exit $ac_status); }; } &&
31565          { ac_try='test -s conftest$ac_exeext'
31566   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31567   (eval $ac_try) 2>&5
31568   ac_status=$?
31569   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31570   (exit $ac_status); }; }; then
31571   ac_cv_lib_esd_esd_close=yes
31572 else
31573   echo "$as_me: failed program was:" >&5
31574 sed 's/^/| /' conftest.$ac_ext >&5
31575
31576 ac_cv_lib_esd_esd_close=no
31577 fi
31578 rm -f conftest.err conftest.$ac_objext \
31579       conftest$ac_exeext conftest.$ac_ext
31580 LIBS=$ac_check_lib_save_LIBS
31581 fi
31582 echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_close" >&5
31583 echo "${ECHO_T}$ac_cv_lib_esd_esd_close" >&6
31584 if test $ac_cv_lib_esd_esd_close = yes; then
31585
31586
31587 for ac_header in esd.h
31588 do
31589 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
31590 if eval "test \"\${$as_ac_Header+set}\" = set"; then
31591   echo "$as_me:$LINENO: checking for $ac_header" >&5
31592 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
31593 if eval "test \"\${$as_ac_Header+set}\" = set"; then
31594   echo $ECHO_N "(cached) $ECHO_C" >&6
31595 fi
31596 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
31597 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
31598 else
31599   # Is the header compilable?
31600 echo "$as_me:$LINENO: checking $ac_header usability" >&5
31601 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
31602 cat >conftest.$ac_ext <<_ACEOF
31603 /* confdefs.h.  */
31604 _ACEOF
31605 cat confdefs.h >>conftest.$ac_ext
31606 cat >>conftest.$ac_ext <<_ACEOF
31607 /* end confdefs.h.  */
31608 $ac_includes_default
31609 #include <$ac_header>
31610 _ACEOF
31611 rm -f conftest.$ac_objext
31612 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31613   (eval $ac_compile) 2>conftest.er1
31614   ac_status=$?
31615   grep -v '^ *+' conftest.er1 >conftest.err
31616   rm -f conftest.er1
31617   cat conftest.err >&5
31618   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31619   (exit $ac_status); } &&
31620          { ac_try='test -z "$ac_c_werror_flag"
31621                          || test ! -s conftest.err'
31622   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31623   (eval $ac_try) 2>&5
31624   ac_status=$?
31625   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31626   (exit $ac_status); }; } &&
31627          { ac_try='test -s conftest.$ac_objext'
31628   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31629   (eval $ac_try) 2>&5
31630   ac_status=$?
31631   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31632   (exit $ac_status); }; }; then
31633   ac_header_compiler=yes
31634 else
31635   echo "$as_me: failed program was:" >&5
31636 sed 's/^/| /' conftest.$ac_ext >&5
31637
31638 ac_header_compiler=no
31639 fi
31640 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
31641 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
31642 echo "${ECHO_T}$ac_header_compiler" >&6
31643
31644 # Is the header present?
31645 echo "$as_me:$LINENO: checking $ac_header presence" >&5
31646 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
31647 cat >conftest.$ac_ext <<_ACEOF
31648 /* confdefs.h.  */
31649 _ACEOF
31650 cat confdefs.h >>conftest.$ac_ext
31651 cat >>conftest.$ac_ext <<_ACEOF
31652 /* end confdefs.h.  */
31653 #include <$ac_header>
31654 _ACEOF
31655 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
31656   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
31657   ac_status=$?
31658   grep -v '^ *+' conftest.er1 >conftest.err
31659   rm -f conftest.er1
31660   cat conftest.err >&5
31661   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31662   (exit $ac_status); } >/dev/null; then
31663   if test -s conftest.err; then
31664     ac_cpp_err=$ac_c_preproc_warn_flag
31665     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
31666   else
31667     ac_cpp_err=
31668   fi
31669 else
31670   ac_cpp_err=yes
31671 fi
31672 if test -z "$ac_cpp_err"; then
31673   ac_header_preproc=yes
31674 else
31675   echo "$as_me: failed program was:" >&5
31676 sed 's/^/| /' conftest.$ac_ext >&5
31677
31678   ac_header_preproc=no
31679 fi
31680 rm -f conftest.err conftest.$ac_ext
31681 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
31682 echo "${ECHO_T}$ac_header_preproc" >&6
31683
31684 # So?  What about this header?
31685 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
31686   yes:no: )
31687     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
31688 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
31689     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
31690 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
31691     ac_header_preproc=yes
31692     ;;
31693   no:yes:* )
31694     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
31695 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
31696     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
31697 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
31698     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
31699 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
31700     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
31701 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
31702     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
31703 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
31704     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
31705 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
31706     (
31707       cat <<\_ASBOX
31708 ## ----------------------------------------- ##
31709 ## Report this to wx-dev@lists.wxwidgets.org ##
31710 ## ----------------------------------------- ##
31711 _ASBOX
31712     ) |
31713       sed "s/^/$as_me: WARNING:     /" >&2
31714     ;;
31715 esac
31716 echo "$as_me:$LINENO: checking for $ac_header" >&5
31717 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
31718 if eval "test \"\${$as_ac_Header+set}\" = set"; then
31719   echo $ECHO_N "(cached) $ECHO_C" >&6
31720 else
31721   eval "$as_ac_Header=\$ac_header_preproc"
31722 fi
31723 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
31724 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
31725
31726 fi
31727 if test `eval echo '${'$as_ac_Header'}'` = yes; then
31728   cat >>confdefs.h <<_ACEOF
31729 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
31730 _ACEOF
31731
31732     EXTRALIBS_ESD="-lesd"
31733
31734 fi
31735
31736 done
31737
31738
31739 fi
31740
31741
31742
31743 echo "$as_me:$LINENO: checking for known CD-ROM interface" >&5
31744 echo $ECHO_N "checking for known CD-ROM interface... $ECHO_C" >&6
31745 cat >conftest.$ac_ext <<_ACEOF
31746 /* confdefs.h.  */
31747 _ACEOF
31748 cat confdefs.h >>conftest.$ac_ext
31749 cat >>conftest.$ac_ext <<_ACEOF
31750 /* end confdefs.h.  */
31751 #ifdef __linux__
31752                 #include <linux/cdrom.h>
31753                 #else
31754                 /* For Solaris */
31755                 #include <sys/cdio.h>
31756                 #endif
31757
31758 int
31759 main ()
31760 {
31761 struct cdrom_tocentry entry, old_entry;
31762   ;
31763   return 0;
31764 }
31765 _ACEOF
31766 rm -f conftest.$ac_objext
31767 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31768   (eval $ac_compile) 2>conftest.er1
31769   ac_status=$?
31770   grep -v '^ *+' conftest.er1 >conftest.err
31771   rm -f conftest.er1
31772   cat conftest.err >&5
31773   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31774   (exit $ac_status); } &&
31775          { ac_try='test -z "$ac_c_werror_flag"
31776                          || test ! -s conftest.err'
31777   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31778   (eval $ac_try) 2>&5
31779   ac_status=$?
31780   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31781   (exit $ac_status); }; } &&
31782          { ac_try='test -s conftest.$ac_objext'
31783   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31784   (eval $ac_try) 2>&5
31785   ac_status=$?
31786   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31787   (exit $ac_status); }; }; then
31788   echo "$as_me:$LINENO: result: yes" >&5
31789 echo "${ECHO_T}yes" >&6
31790                 cat >>confdefs.h <<\_ACEOF
31791 #define HAVE_KNOWN_CDROM_INTERFACE 1
31792 _ACEOF
31793
31794 else
31795   echo "$as_me: failed program was:" >&5
31796 sed 's/^/| /' conftest.$ac_ext >&5
31797
31798 echo "$as_me:$LINENO: result: no" >&5
31799 echo "${ECHO_T}no" >&6
31800 fi
31801 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
31802
31803
31804 cat >confcache <<\_ACEOF
31805 # This file is a shell script that caches the results of configure
31806 # tests run on this system so they can be shared between configure
31807 # scripts and configure runs, see configure's option --config-cache.
31808 # It is not useful on other systems.  If it contains results you don't
31809 # want to keep, you may remove or edit it.
31810 #
31811 # config.status only pays attention to the cache file if you give it
31812 # the --recheck option to rerun configure.
31813 #
31814 # `ac_cv_env_foo' variables (set or unset) will be overridden when
31815 # loading this file, other *unset* `ac_cv_foo' will be assigned the
31816 # following values.
31817
31818 _ACEOF
31819
31820 # The following way of writing the cache mishandles newlines in values,
31821 # but we know of no workaround that is simple, portable, and efficient.
31822 # So, don't put newlines in cache variables' values.
31823 # Ultrix sh set writes to stderr and can't be redirected directly,
31824 # and sets the high bit in the cache file unless we assign to the vars.
31825 {
31826   (set) 2>&1 |
31827     case `(ac_space=' '; set | grep ac_space) 2>&1` in
31828     *ac_space=\ *)
31829       # `set' does not quote correctly, so add quotes (double-quote
31830       # substitution turns \\\\ into \\, and sed turns \\ into \).
31831       sed -n \
31832         "s/'/'\\\\''/g;
31833           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
31834       ;;
31835     *)
31836       # `set' quotes correctly as required by POSIX, so do not add quotes.
31837       sed -n \
31838         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
31839       ;;
31840     esac;
31841 } |
31842   sed '
31843      t clear
31844      : clear
31845      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
31846      t end
31847      /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
31848      : end' >>confcache
31849 if diff $cache_file confcache >/dev/null 2>&1; then :; else
31850   if test -w $cache_file; then
31851     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
31852     cat confcache >$cache_file
31853   else
31854     echo "not updating unwritable cache $cache_file"
31855   fi
31856 fi
31857 rm -f confcache
31858
31859
31860 CPP_MT_FLAG=
31861 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
31862
31863
31864     THREADS_LINK=
31865     THREADS_CFLAGS=
31866
31867     if test "$wxUSE_THREADS" = "yes" ; then
31868         if test "$USE_BEOS" = 1; then
31869             { echo "$as_me:$LINENO: WARNING: BeOS threads are not yet supported... disabled" >&5
31870 echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
31871             wxUSE_THREADS="no"
31872         fi
31873     fi
31874
31875     if test "$wxUSE_THREADS" = "yes" ; then
31876
31877
31878                                 THREAD_OPTS="-pthread"
31879         case "${host}" in
31880           *-*-solaris2* | *-*-sunos4* )
31881                 if test "x$GCC" = "xyes"; then
31882                                         THREAD_OPTS="-pthreads $THREAD_OPTS"
31883                 else
31884                     THREAD_OPTS="-mt $THREAD_OPTS"
31885                 fi
31886                 ;;
31887           *-*-freebsd*)
31888                                                 THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r"
31889                 ;;
31890           *-*-darwin* | *-*-cygwin* )
31891                                                 THREAD_OPTS=""
31892                 ;;
31893           *-*-aix*)
31894                                 THREAD_OPTS="pthreads"
31895                 ;;
31896           *-hp-hpux* )
31897                                                                 if test "x$GCC" != "xyes"; then
31898                     THREAD_OPTS=""
31899                 fi
31900                 ;;
31901
31902           *-*-irix* )
31903                                                                 if test "x$GCC" = "xyes"; then
31904                     THREAD_OPTS=""
31905                 fi
31906                 ;;
31907
31908           *-*-*UnixWare*)
31909                                 if test "x$GCC" != "xyes"; then
31910                     THREAD_OPTS="-Ethread"
31911                 fi
31912                 ;;
31913         esac
31914
31915                                 THREAD_OPTS="$THREAD_OPTS pthread none"
31916
31917                 THREADS_OK=no
31918         for flag in $THREAD_OPTS; do
31919             case $flag in
31920                 none)
31921                     echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5
31922 echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6
31923                     ;;
31924
31925                 -*)
31926                     echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5
31927 echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6
31928                     THREADS_CFLAGS="$flag"
31929                     ;;
31930
31931                 *)
31932                     echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5
31933 echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6
31934                     THREADS_LINK="-l$flag"
31935                     ;;
31936               esac
31937
31938               save_LIBS="$LIBS"
31939               save_CFLAGS="$CFLAGS"
31940               LIBS="$THREADS_LINK $LIBS"
31941               CFLAGS="$THREADS_CFLAGS $CFLAGS"
31942
31943               cat >conftest.$ac_ext <<_ACEOF
31944 /* confdefs.h.  */
31945 _ACEOF
31946 cat confdefs.h >>conftest.$ac_ext
31947 cat >>conftest.$ac_ext <<_ACEOF
31948 /* end confdefs.h.  */
31949 #include <pthread.h>
31950 int
31951 main ()
31952 {
31953 pthread_create(0,0,0,0);
31954   ;
31955   return 0;
31956 }
31957 _ACEOF
31958 rm -f conftest.$ac_objext conftest$ac_exeext
31959 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31960   (eval $ac_link) 2>conftest.er1
31961   ac_status=$?
31962   grep -v '^ *+' conftest.er1 >conftest.err
31963   rm -f conftest.er1
31964   cat conftest.err >&5
31965   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31966   (exit $ac_status); } &&
31967          { ac_try='test -z "$ac_c_werror_flag"
31968                          || test ! -s conftest.err'
31969   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31970   (eval $ac_try) 2>&5
31971   ac_status=$?
31972   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31973   (exit $ac_status); }; } &&
31974          { ac_try='test -s conftest$ac_exeext'
31975   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31976   (eval $ac_try) 2>&5
31977   ac_status=$?
31978   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31979   (exit $ac_status); }; }; then
31980   THREADS_OK=yes
31981 else
31982   echo "$as_me: failed program was:" >&5
31983 sed 's/^/| /' conftest.$ac_ext >&5
31984
31985 fi
31986 rm -f conftest.err conftest.$ac_objext \
31987       conftest$ac_exeext conftest.$ac_ext
31988
31989               LIBS="$save_LIBS"
31990               CFLAGS="$save_CFLAGS"
31991
31992               echo "$as_me:$LINENO: result: $THREADS_OK" >&5
31993 echo "${ECHO_T}$THREADS_OK" >&6
31994               if test "x$THREADS_OK" = "xyes"; then
31995                       break;
31996               fi
31997
31998               THREADS_LINK=""
31999               THREADS_CFLAGS=""
32000       done
32001
32002       if test "x$THREADS_OK" != "xyes"; then
32003           wxUSE_THREADS=no
32004           { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5
32005 echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
32006       else
32007                               LDFLAGS="$THREADS_CFLAGS $LDFLAGS"
32008           LIBS="$THREADS_LINK $LIBS"
32009
32010           echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5
32011 echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6
32012           flag=no
32013           case "${host}" in
32014             *-aix*)
32015                                                                                                                 LDFLAGS="-L/usr/lib/threads $LDFLAGS"
32016                 flag="-D_THREAD_SAFE"
32017                 ;;
32018             *-freebsd*)
32019                 flag="-D_THREAD_SAFE"
32020                 ;;
32021             *-hp-hpux* )
32022                 flag="-D_REENTRANT"
32023                 if test "x$GCC" != "xyes"; then
32024                                         flag="$flag -D_RWSTD_MULTI_THREAD"
32025
32026                                                             LIBS="$LIBS -lcma"
32027                 fi
32028                 ;;
32029             *solaris* | alpha*-osf*)
32030                 flag="-D_REENTRANT"
32031                 ;;
32032           esac
32033           echo "$as_me:$LINENO: result: ${flag}" >&5
32034 echo "${ECHO_T}${flag}" >&6
32035           if test "x$flag" != xno; then
32036               THREADS_CFLAGS="$THREADS_CFLAGS $flag"
32037           fi
32038
32039           if test "x$THREADS_CFLAGS" != "x"; then
32040                         CFLAGS="$CFLAGS $THREADS_CFLAGS"
32041             CXXFLAGS="$CXXFLAGS $THREADS_CFLAGS"
32042           fi
32043       fi
32044     fi
32045
32046         if test "$wxUSE_THREADS" = "yes" ; then
32047
32048 for ac_func in thr_setconcurrency
32049 do
32050 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32051 echo "$as_me:$LINENO: checking for $ac_func" >&5
32052 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32053 if eval "test \"\${$as_ac_var+set}\" = set"; then
32054   echo $ECHO_N "(cached) $ECHO_C" >&6
32055 else
32056   cat >conftest.$ac_ext <<_ACEOF
32057 /* confdefs.h.  */
32058 _ACEOF
32059 cat confdefs.h >>conftest.$ac_ext
32060 cat >>conftest.$ac_ext <<_ACEOF
32061 /* end confdefs.h.  */
32062 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32063    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
32064 #define $ac_func innocuous_$ac_func
32065
32066 /* System header to define __stub macros and hopefully few prototypes,
32067     which can conflict with char $ac_func (); below.
32068     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32069     <limits.h> exists even on freestanding compilers.  */
32070
32071 #ifdef __STDC__
32072 # include <limits.h>
32073 #else
32074 # include <assert.h>
32075 #endif
32076
32077 #undef $ac_func
32078
32079 /* Override any gcc2 internal prototype to avoid an error.  */
32080 #ifdef __cplusplus
32081 extern "C"
32082 {
32083 #endif
32084 /* We use char because int might match the return type of a gcc2
32085    builtin and then its argument prototype would still apply.  */
32086 char $ac_func ();
32087 /* The GNU C library defines this for functions which it implements
32088     to always fail with ENOSYS.  Some functions are actually named
32089     something starting with __ and the normal name is an alias.  */
32090 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32091 choke me
32092 #else
32093 char (*f) () = $ac_func;
32094 #endif
32095 #ifdef __cplusplus
32096 }
32097 #endif
32098
32099 int
32100 main ()
32101 {
32102 return f != $ac_func;
32103   ;
32104   return 0;
32105 }
32106 _ACEOF
32107 rm -f conftest.$ac_objext conftest$ac_exeext
32108 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32109   (eval $ac_link) 2>conftest.er1
32110   ac_status=$?
32111   grep -v '^ *+' conftest.er1 >conftest.err
32112   rm -f conftest.er1
32113   cat conftest.err >&5
32114   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32115   (exit $ac_status); } &&
32116          { ac_try='test -z "$ac_c_werror_flag"
32117                          || test ! -s conftest.err'
32118   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32119   (eval $ac_try) 2>&5
32120   ac_status=$?
32121   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32122   (exit $ac_status); }; } &&
32123          { ac_try='test -s conftest$ac_exeext'
32124   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32125   (eval $ac_try) 2>&5
32126   ac_status=$?
32127   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32128   (exit $ac_status); }; }; then
32129   eval "$as_ac_var=yes"
32130 else
32131   echo "$as_me: failed program was:" >&5
32132 sed 's/^/| /' conftest.$ac_ext >&5
32133
32134 eval "$as_ac_var=no"
32135 fi
32136 rm -f conftest.err conftest.$ac_objext \
32137       conftest$ac_exeext conftest.$ac_ext
32138 fi
32139 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32140 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32141 if test `eval echo '${'$as_ac_var'}'` = yes; then
32142   cat >>confdefs.h <<_ACEOF
32143 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32144 _ACEOF
32145
32146 fi
32147 done
32148
32149
32150
32151 for ac_header in sched.h
32152 do
32153 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
32154 if eval "test \"\${$as_ac_Header+set}\" = set"; then
32155   echo "$as_me:$LINENO: checking for $ac_header" >&5
32156 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
32157 if eval "test \"\${$as_ac_Header+set}\" = set"; then
32158   echo $ECHO_N "(cached) $ECHO_C" >&6
32159 fi
32160 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
32161 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
32162 else
32163   # Is the header compilable?
32164 echo "$as_me:$LINENO: checking $ac_header usability" >&5
32165 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
32166 cat >conftest.$ac_ext <<_ACEOF
32167 /* confdefs.h.  */
32168 _ACEOF
32169 cat confdefs.h >>conftest.$ac_ext
32170 cat >>conftest.$ac_ext <<_ACEOF
32171 /* end confdefs.h.  */
32172 $ac_includes_default
32173 #include <$ac_header>
32174 _ACEOF
32175 rm -f conftest.$ac_objext
32176 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32177   (eval $ac_compile) 2>conftest.er1
32178   ac_status=$?
32179   grep -v '^ *+' conftest.er1 >conftest.err
32180   rm -f conftest.er1
32181   cat conftest.err >&5
32182   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32183   (exit $ac_status); } &&
32184          { ac_try='test -z "$ac_c_werror_flag"
32185                          || test ! -s conftest.err'
32186   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32187   (eval $ac_try) 2>&5
32188   ac_status=$?
32189   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32190   (exit $ac_status); }; } &&
32191          { ac_try='test -s conftest.$ac_objext'
32192   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32193   (eval $ac_try) 2>&5
32194   ac_status=$?
32195   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32196   (exit $ac_status); }; }; then
32197   ac_header_compiler=yes
32198 else
32199   echo "$as_me: failed program was:" >&5
32200 sed 's/^/| /' conftest.$ac_ext >&5
32201
32202 ac_header_compiler=no
32203 fi
32204 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32205 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
32206 echo "${ECHO_T}$ac_header_compiler" >&6
32207
32208 # Is the header present?
32209 echo "$as_me:$LINENO: checking $ac_header presence" >&5
32210 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
32211 cat >conftest.$ac_ext <<_ACEOF
32212 /* confdefs.h.  */
32213 _ACEOF
32214 cat confdefs.h >>conftest.$ac_ext
32215 cat >>conftest.$ac_ext <<_ACEOF
32216 /* end confdefs.h.  */
32217 #include <$ac_header>
32218 _ACEOF
32219 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
32220   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
32221   ac_status=$?
32222   grep -v '^ *+' conftest.er1 >conftest.err
32223   rm -f conftest.er1
32224   cat conftest.err >&5
32225   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32226   (exit $ac_status); } >/dev/null; then
32227   if test -s conftest.err; then
32228     ac_cpp_err=$ac_c_preproc_warn_flag
32229     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
32230   else
32231     ac_cpp_err=
32232   fi
32233 else
32234   ac_cpp_err=yes
32235 fi
32236 if test -z "$ac_cpp_err"; then
32237   ac_header_preproc=yes
32238 else
32239   echo "$as_me: failed program was:" >&5
32240 sed 's/^/| /' conftest.$ac_ext >&5
32241
32242   ac_header_preproc=no
32243 fi
32244 rm -f conftest.err conftest.$ac_ext
32245 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
32246 echo "${ECHO_T}$ac_header_preproc" >&6
32247
32248 # So?  What about this header?
32249 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
32250   yes:no: )
32251     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
32252 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
32253     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
32254 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
32255     ac_header_preproc=yes
32256     ;;
32257   no:yes:* )
32258     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
32259 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
32260     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
32261 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
32262     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
32263 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
32264     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
32265 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
32266     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
32267 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
32268     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
32269 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
32270     (
32271       cat <<\_ASBOX
32272 ## ----------------------------------------- ##
32273 ## Report this to wx-dev@lists.wxwidgets.org ##
32274 ## ----------------------------------------- ##
32275 _ASBOX
32276     ) |
32277       sed "s/^/$as_me: WARNING:     /" >&2
32278     ;;
32279 esac
32280 echo "$as_me:$LINENO: checking for $ac_header" >&5
32281 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
32282 if eval "test \"\${$as_ac_Header+set}\" = set"; then
32283   echo $ECHO_N "(cached) $ECHO_C" >&6
32284 else
32285   eval "$as_ac_Header=\$ac_header_preproc"
32286 fi
32287 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
32288 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
32289
32290 fi
32291 if test `eval echo '${'$as_ac_Header'}'` = yes; then
32292   cat >>confdefs.h <<_ACEOF
32293 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
32294 _ACEOF
32295
32296 fi
32297
32298 done
32299
32300       if test "$ac_cv_header_sched_h" = "yes"; then
32301           echo "$as_me:$LINENO: checking for sched_yield" >&5
32302 echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6
32303 if test "${ac_cv_func_sched_yield+set}" = set; then
32304   echo $ECHO_N "(cached) $ECHO_C" >&6
32305 else
32306   cat >conftest.$ac_ext <<_ACEOF
32307 /* confdefs.h.  */
32308 _ACEOF
32309 cat confdefs.h >>conftest.$ac_ext
32310 cat >>conftest.$ac_ext <<_ACEOF
32311 /* end confdefs.h.  */
32312 /* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield.
32313    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
32314 #define sched_yield innocuous_sched_yield
32315
32316 /* System header to define __stub macros and hopefully few prototypes,
32317     which can conflict with char sched_yield (); below.
32318     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32319     <limits.h> exists even on freestanding compilers.  */
32320
32321 #ifdef __STDC__
32322 # include <limits.h>
32323 #else
32324 # include <assert.h>
32325 #endif
32326
32327 #undef sched_yield
32328
32329 /* Override any gcc2 internal prototype to avoid an error.  */
32330 #ifdef __cplusplus
32331 extern "C"
32332 {
32333 #endif
32334 /* We use char because int might match the return type of a gcc2
32335    builtin and then its argument prototype would still apply.  */
32336 char sched_yield ();
32337 /* The GNU C library defines this for functions which it implements
32338     to always fail with ENOSYS.  Some functions are actually named
32339     something starting with __ and the normal name is an alias.  */
32340 #if defined (__stub_sched_yield) || defined (__stub___sched_yield)
32341 choke me
32342 #else
32343 char (*f) () = sched_yield;
32344 #endif
32345 #ifdef __cplusplus
32346 }
32347 #endif
32348
32349 int
32350 main ()
32351 {
32352 return f != sched_yield;
32353   ;
32354   return 0;
32355 }
32356 _ACEOF
32357 rm -f conftest.$ac_objext conftest$ac_exeext
32358 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32359   (eval $ac_link) 2>conftest.er1
32360   ac_status=$?
32361   grep -v '^ *+' conftest.er1 >conftest.err
32362   rm -f conftest.er1
32363   cat conftest.err >&5
32364   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32365   (exit $ac_status); } &&
32366          { ac_try='test -z "$ac_c_werror_flag"
32367                          || test ! -s conftest.err'
32368   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32369   (eval $ac_try) 2>&5
32370   ac_status=$?
32371   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32372   (exit $ac_status); }; } &&
32373          { ac_try='test -s conftest$ac_exeext'
32374   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32375   (eval $ac_try) 2>&5
32376   ac_status=$?
32377   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32378   (exit $ac_status); }; }; then
32379   ac_cv_func_sched_yield=yes
32380 else
32381   echo "$as_me: failed program was:" >&5
32382 sed 's/^/| /' conftest.$ac_ext >&5
32383
32384 ac_cv_func_sched_yield=no
32385 fi
32386 rm -f conftest.err conftest.$ac_objext \
32387       conftest$ac_exeext conftest.$ac_ext
32388 fi
32389 echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
32390 echo "${ECHO_T}$ac_cv_func_sched_yield" >&6
32391 if test $ac_cv_func_sched_yield = yes; then
32392   cat >>confdefs.h <<\_ACEOF
32393 #define HAVE_SCHED_YIELD 1
32394 _ACEOF
32395
32396 else
32397
32398                 echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5
32399 echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6
32400 if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
32401   echo $ECHO_N "(cached) $ECHO_C" >&6
32402 else
32403   ac_check_lib_save_LIBS=$LIBS
32404 LIBS="-lposix4  $LIBS"
32405 cat >conftest.$ac_ext <<_ACEOF
32406 /* confdefs.h.  */
32407 _ACEOF
32408 cat confdefs.h >>conftest.$ac_ext
32409 cat >>conftest.$ac_ext <<_ACEOF
32410 /* end confdefs.h.  */
32411
32412 /* Override any gcc2 internal prototype to avoid an error.  */
32413 #ifdef __cplusplus
32414 extern "C"
32415 #endif
32416 /* We use char because int might match the return type of a gcc2
32417    builtin and then its argument prototype would still apply.  */
32418 char sched_yield ();
32419 int
32420 main ()
32421 {
32422 sched_yield ();
32423   ;
32424   return 0;
32425 }
32426 _ACEOF
32427 rm -f conftest.$ac_objext conftest$ac_exeext
32428 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32429   (eval $ac_link) 2>conftest.er1
32430   ac_status=$?
32431   grep -v '^ *+' conftest.er1 >conftest.err
32432   rm -f conftest.er1
32433   cat conftest.err >&5
32434   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32435   (exit $ac_status); } &&
32436          { ac_try='test -z "$ac_c_werror_flag"
32437                          || test ! -s conftest.err'
32438   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32439   (eval $ac_try) 2>&5
32440   ac_status=$?
32441   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32442   (exit $ac_status); }; } &&
32443          { ac_try='test -s conftest$ac_exeext'
32444   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32445   (eval $ac_try) 2>&5
32446   ac_status=$?
32447   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32448   (exit $ac_status); }; }; then
32449   ac_cv_lib_posix4_sched_yield=yes
32450 else
32451   echo "$as_me: failed program was:" >&5
32452 sed 's/^/| /' conftest.$ac_ext >&5
32453
32454 ac_cv_lib_posix4_sched_yield=no
32455 fi
32456 rm -f conftest.err conftest.$ac_objext \
32457       conftest$ac_exeext conftest.$ac_ext
32458 LIBS=$ac_check_lib_save_LIBS
32459 fi
32460 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5
32461 echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6
32462 if test $ac_cv_lib_posix4_sched_yield = yes; then
32463   cat >>confdefs.h <<\_ACEOF
32464 #define HAVE_SCHED_YIELD 1
32465 _ACEOF
32466  POSIX4_LINK=" -lposix4"
32467 else
32468   { echo "$as_me:$LINENO: WARNING: wxThread::Yield will not work properly" >&5
32469 echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
32470
32471 fi
32472
32473
32474
32475 fi
32476
32477       fi
32478
32479                                           HAVE_PRIOR_FUNCS=0
32480       echo "$as_me:$LINENO: checking for pthread_attr_getschedpolicy" >&5
32481 echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6
32482 if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then
32483   echo $ECHO_N "(cached) $ECHO_C" >&6
32484 else
32485   cat >conftest.$ac_ext <<_ACEOF
32486 /* confdefs.h.  */
32487 _ACEOF
32488 cat confdefs.h >>conftest.$ac_ext
32489 cat >>conftest.$ac_ext <<_ACEOF
32490 /* end confdefs.h.  */
32491 /* Define pthread_attr_getschedpolicy to an innocuous variant, in case <limits.h> declares pthread_attr_getschedpolicy.
32492    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
32493 #define pthread_attr_getschedpolicy innocuous_pthread_attr_getschedpolicy
32494
32495 /* System header to define __stub macros and hopefully few prototypes,
32496     which can conflict with char pthread_attr_getschedpolicy (); below.
32497     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32498     <limits.h> exists even on freestanding compilers.  */
32499
32500 #ifdef __STDC__
32501 # include <limits.h>
32502 #else
32503 # include <assert.h>
32504 #endif
32505
32506 #undef pthread_attr_getschedpolicy
32507
32508 /* Override any gcc2 internal prototype to avoid an error.  */
32509 #ifdef __cplusplus
32510 extern "C"
32511 {
32512 #endif
32513 /* We use char because int might match the return type of a gcc2
32514    builtin and then its argument prototype would still apply.  */
32515 char pthread_attr_getschedpolicy ();
32516 /* The GNU C library defines this for functions which it implements
32517     to always fail with ENOSYS.  Some functions are actually named
32518     something starting with __ and the normal name is an alias.  */
32519 #if defined (__stub_pthread_attr_getschedpolicy) || defined (__stub___pthread_attr_getschedpolicy)
32520 choke me
32521 #else
32522 char (*f) () = pthread_attr_getschedpolicy;
32523 #endif
32524 #ifdef __cplusplus
32525 }
32526 #endif
32527
32528 int
32529 main ()
32530 {
32531 return f != pthread_attr_getschedpolicy;
32532   ;
32533   return 0;
32534 }
32535 _ACEOF
32536 rm -f conftest.$ac_objext conftest$ac_exeext
32537 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32538   (eval $ac_link) 2>conftest.er1
32539   ac_status=$?
32540   grep -v '^ *+' conftest.er1 >conftest.err
32541   rm -f conftest.er1
32542   cat conftest.err >&5
32543   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32544   (exit $ac_status); } &&
32545          { ac_try='test -z "$ac_c_werror_flag"
32546                          || test ! -s conftest.err'
32547   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32548   (eval $ac_try) 2>&5
32549   ac_status=$?
32550   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32551   (exit $ac_status); }; } &&
32552          { ac_try='test -s conftest$ac_exeext'
32553   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32554   (eval $ac_try) 2>&5
32555   ac_status=$?
32556   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32557   (exit $ac_status); }; }; then
32558   ac_cv_func_pthread_attr_getschedpolicy=yes
32559 else
32560   echo "$as_me: failed program was:" >&5
32561 sed 's/^/| /' conftest.$ac_ext >&5
32562
32563 ac_cv_func_pthread_attr_getschedpolicy=no
32564 fi
32565 rm -f conftest.err conftest.$ac_objext \
32566       conftest$ac_exeext conftest.$ac_ext
32567 fi
32568 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5
32569 echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6
32570 if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then
32571   echo "$as_me:$LINENO: checking for pthread_attr_setschedparam" >&5
32572 echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6
32573 if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then
32574   echo $ECHO_N "(cached) $ECHO_C" >&6
32575 else
32576   cat >conftest.$ac_ext <<_ACEOF
32577 /* confdefs.h.  */
32578 _ACEOF
32579 cat confdefs.h >>conftest.$ac_ext
32580 cat >>conftest.$ac_ext <<_ACEOF
32581 /* end confdefs.h.  */
32582 /* Define pthread_attr_setschedparam to an innocuous variant, in case <limits.h> declares pthread_attr_setschedparam.
32583    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
32584 #define pthread_attr_setschedparam innocuous_pthread_attr_setschedparam
32585
32586 /* System header to define __stub macros and hopefully few prototypes,
32587     which can conflict with char pthread_attr_setschedparam (); below.
32588     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32589     <limits.h> exists even on freestanding compilers.  */
32590
32591 #ifdef __STDC__
32592 # include <limits.h>
32593 #else
32594 # include <assert.h>
32595 #endif
32596
32597 #undef pthread_attr_setschedparam
32598
32599 /* Override any gcc2 internal prototype to avoid an error.  */
32600 #ifdef __cplusplus
32601 extern "C"
32602 {
32603 #endif
32604 /* We use char because int might match the return type of a gcc2
32605    builtin and then its argument prototype would still apply.  */
32606 char pthread_attr_setschedparam ();
32607 /* The GNU C library defines this for functions which it implements
32608     to always fail with ENOSYS.  Some functions are actually named
32609     something starting with __ and the normal name is an alias.  */
32610 #if defined (__stub_pthread_attr_setschedparam) || defined (__stub___pthread_attr_setschedparam)
32611 choke me
32612 #else
32613 char (*f) () = pthread_attr_setschedparam;
32614 #endif
32615 #ifdef __cplusplus
32616 }
32617 #endif
32618
32619 int
32620 main ()
32621 {
32622 return f != pthread_attr_setschedparam;
32623   ;
32624   return 0;
32625 }
32626 _ACEOF
32627 rm -f conftest.$ac_objext conftest$ac_exeext
32628 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32629   (eval $ac_link) 2>conftest.er1
32630   ac_status=$?
32631   grep -v '^ *+' conftest.er1 >conftest.err
32632   rm -f conftest.er1
32633   cat conftest.err >&5
32634   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32635   (exit $ac_status); } &&
32636          { ac_try='test -z "$ac_c_werror_flag"
32637                          || test ! -s conftest.err'
32638   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32639   (eval $ac_try) 2>&5
32640   ac_status=$?
32641   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32642   (exit $ac_status); }; } &&
32643          { ac_try='test -s conftest$ac_exeext'
32644   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32645   (eval $ac_try) 2>&5
32646   ac_status=$?
32647   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32648   (exit $ac_status); }; }; then
32649   ac_cv_func_pthread_attr_setschedparam=yes
32650 else
32651   echo "$as_me: failed program was:" >&5
32652 sed 's/^/| /' conftest.$ac_ext >&5
32653
32654 ac_cv_func_pthread_attr_setschedparam=no
32655 fi
32656 rm -f conftest.err conftest.$ac_objext \
32657       conftest$ac_exeext conftest.$ac_ext
32658 fi
32659 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setschedparam" >&5
32660 echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6
32661 if test $ac_cv_func_pthread_attr_setschedparam = yes; then
32662   echo "$as_me:$LINENO: checking for sched_get_priority_max" >&5
32663 echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6
32664 if test "${ac_cv_func_sched_get_priority_max+set}" = set; then
32665   echo $ECHO_N "(cached) $ECHO_C" >&6
32666 else
32667   cat >conftest.$ac_ext <<_ACEOF
32668 /* confdefs.h.  */
32669 _ACEOF
32670 cat confdefs.h >>conftest.$ac_ext
32671 cat >>conftest.$ac_ext <<_ACEOF
32672 /* end confdefs.h.  */
32673 /* Define sched_get_priority_max to an innocuous variant, in case <limits.h> declares sched_get_priority_max.
32674    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
32675 #define sched_get_priority_max innocuous_sched_get_priority_max
32676
32677 /* System header to define __stub macros and hopefully few prototypes,
32678     which can conflict with char sched_get_priority_max (); below.
32679     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32680     <limits.h> exists even on freestanding compilers.  */
32681
32682 #ifdef __STDC__
32683 # include <limits.h>
32684 #else
32685 # include <assert.h>
32686 #endif
32687
32688 #undef sched_get_priority_max
32689
32690 /* Override any gcc2 internal prototype to avoid an error.  */
32691 #ifdef __cplusplus
32692 extern "C"
32693 {
32694 #endif
32695 /* We use char because int might match the return type of a gcc2
32696    builtin and then its argument prototype would still apply.  */
32697 char sched_get_priority_max ();
32698 /* The GNU C library defines this for functions which it implements
32699     to always fail with ENOSYS.  Some functions are actually named
32700     something starting with __ and the normal name is an alias.  */
32701 #if defined (__stub_sched_get_priority_max) || defined (__stub___sched_get_priority_max)
32702 choke me
32703 #else
32704 char (*f) () = sched_get_priority_max;
32705 #endif
32706 #ifdef __cplusplus
32707 }
32708 #endif
32709
32710 int
32711 main ()
32712 {
32713 return f != sched_get_priority_max;
32714   ;
32715   return 0;
32716 }
32717 _ACEOF
32718 rm -f conftest.$ac_objext conftest$ac_exeext
32719 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32720   (eval $ac_link) 2>conftest.er1
32721   ac_status=$?
32722   grep -v '^ *+' conftest.er1 >conftest.err
32723   rm -f conftest.er1
32724   cat conftest.err >&5
32725   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32726   (exit $ac_status); } &&
32727          { ac_try='test -z "$ac_c_werror_flag"
32728                          || test ! -s conftest.err'
32729   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32730   (eval $ac_try) 2>&5
32731   ac_status=$?
32732   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32733   (exit $ac_status); }; } &&
32734          { ac_try='test -s conftest$ac_exeext'
32735   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32736   (eval $ac_try) 2>&5
32737   ac_status=$?
32738   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32739   (exit $ac_status); }; }; then
32740   ac_cv_func_sched_get_priority_max=yes
32741 else
32742   echo "$as_me: failed program was:" >&5
32743 sed 's/^/| /' conftest.$ac_ext >&5
32744
32745 ac_cv_func_sched_get_priority_max=no
32746 fi
32747 rm -f conftest.err conftest.$ac_objext \
32748       conftest$ac_exeext conftest.$ac_ext
32749 fi
32750 echo "$as_me:$LINENO: result: $ac_cv_func_sched_get_priority_max" >&5
32751 echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6
32752 if test $ac_cv_func_sched_get_priority_max = yes; then
32753   HAVE_PRIOR_FUNCS=1
32754 else
32755   echo "$as_me:$LINENO: checking for sched_get_priority_max in -lposix4" >&5
32756 echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6
32757 if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then
32758   echo $ECHO_N "(cached) $ECHO_C" >&6
32759 else
32760   ac_check_lib_save_LIBS=$LIBS
32761 LIBS="-lposix4  $LIBS"
32762 cat >conftest.$ac_ext <<_ACEOF
32763 /* confdefs.h.  */
32764 _ACEOF
32765 cat confdefs.h >>conftest.$ac_ext
32766 cat >>conftest.$ac_ext <<_ACEOF
32767 /* end confdefs.h.  */
32768
32769 /* Override any gcc2 internal prototype to avoid an error.  */
32770 #ifdef __cplusplus
32771 extern "C"
32772 #endif
32773 /* We use char because int might match the return type of a gcc2
32774    builtin and then its argument prototype would still apply.  */
32775 char sched_get_priority_max ();
32776 int
32777 main ()
32778 {
32779 sched_get_priority_max ();
32780   ;
32781   return 0;
32782 }
32783 _ACEOF
32784 rm -f conftest.$ac_objext conftest$ac_exeext
32785 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32786   (eval $ac_link) 2>conftest.er1
32787   ac_status=$?
32788   grep -v '^ *+' conftest.er1 >conftest.err
32789   rm -f conftest.er1
32790   cat conftest.err >&5
32791   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32792   (exit $ac_status); } &&
32793          { ac_try='test -z "$ac_c_werror_flag"
32794                          || test ! -s conftest.err'
32795   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32796   (eval $ac_try) 2>&5
32797   ac_status=$?
32798   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32799   (exit $ac_status); }; } &&
32800          { ac_try='test -s conftest$ac_exeext'
32801   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32802   (eval $ac_try) 2>&5
32803   ac_status=$?
32804   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32805   (exit $ac_status); }; }; then
32806   ac_cv_lib_posix4_sched_get_priority_max=yes
32807 else
32808   echo "$as_me: failed program was:" >&5
32809 sed 's/^/| /' conftest.$ac_ext >&5
32810
32811 ac_cv_lib_posix4_sched_get_priority_max=no
32812 fi
32813 rm -f conftest.err conftest.$ac_objext \
32814       conftest$ac_exeext conftest.$ac_ext
32815 LIBS=$ac_check_lib_save_LIBS
32816 fi
32817 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
32818 echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6
32819 if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then
32820
32821                                 HAVE_PRIOR_FUNCS=1
32822                                 POSIX4_LINK=" -lposix4"
32823
32824 fi
32825
32826
32827 fi
32828
32829
32830 fi
32831
32832
32833 fi
32834
32835
32836       if test "$HAVE_PRIOR_FUNCS" = 1; then
32837         cat >>confdefs.h <<\_ACEOF
32838 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
32839 _ACEOF
32840
32841       else
32842         { echo "$as_me:$LINENO: WARNING: Setting thread priority will not work" >&5
32843 echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
32844       fi
32845
32846       echo "$as_me:$LINENO: checking for pthread_cancel" >&5
32847 echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6
32848 if test "${ac_cv_func_pthread_cancel+set}" = set; then
32849   echo $ECHO_N "(cached) $ECHO_C" >&6
32850 else
32851   cat >conftest.$ac_ext <<_ACEOF
32852 /* confdefs.h.  */
32853 _ACEOF
32854 cat confdefs.h >>conftest.$ac_ext
32855 cat >>conftest.$ac_ext <<_ACEOF
32856 /* end confdefs.h.  */
32857 /* Define pthread_cancel to an innocuous variant, in case <limits.h> declares pthread_cancel.
32858    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
32859 #define pthread_cancel innocuous_pthread_cancel
32860
32861 /* System header to define __stub macros and hopefully few prototypes,
32862     which can conflict with char pthread_cancel (); below.
32863     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32864     <limits.h> exists even on freestanding compilers.  */
32865
32866 #ifdef __STDC__
32867 # include <limits.h>
32868 #else
32869 # include <assert.h>
32870 #endif
32871
32872 #undef pthread_cancel
32873
32874 /* Override any gcc2 internal prototype to avoid an error.  */
32875 #ifdef __cplusplus
32876 extern "C"
32877 {
32878 #endif
32879 /* We use char because int might match the return type of a gcc2
32880    builtin and then its argument prototype would still apply.  */
32881 char pthread_cancel ();
32882 /* The GNU C library defines this for functions which it implements
32883     to always fail with ENOSYS.  Some functions are actually named
32884     something starting with __ and the normal name is an alias.  */
32885 #if defined (__stub_pthread_cancel) || defined (__stub___pthread_cancel)
32886 choke me
32887 #else
32888 char (*f) () = pthread_cancel;
32889 #endif
32890 #ifdef __cplusplus
32891 }
32892 #endif
32893
32894 int
32895 main ()
32896 {
32897 return f != pthread_cancel;
32898   ;
32899   return 0;
32900 }
32901 _ACEOF
32902 rm -f conftest.$ac_objext conftest$ac_exeext
32903 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32904   (eval $ac_link) 2>conftest.er1
32905   ac_status=$?
32906   grep -v '^ *+' conftest.er1 >conftest.err
32907   rm -f conftest.er1
32908   cat conftest.err >&5
32909   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32910   (exit $ac_status); } &&
32911          { ac_try='test -z "$ac_c_werror_flag"
32912                          || test ! -s conftest.err'
32913   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32914   (eval $ac_try) 2>&5
32915   ac_status=$?
32916   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32917   (exit $ac_status); }; } &&
32918          { ac_try='test -s conftest$ac_exeext'
32919   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32920   (eval $ac_try) 2>&5
32921   ac_status=$?
32922   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32923   (exit $ac_status); }; }; then
32924   ac_cv_func_pthread_cancel=yes
32925 else
32926   echo "$as_me: failed program was:" >&5
32927 sed 's/^/| /' conftest.$ac_ext >&5
32928
32929 ac_cv_func_pthread_cancel=no
32930 fi
32931 rm -f conftest.err conftest.$ac_objext \
32932       conftest$ac_exeext conftest.$ac_ext
32933 fi
32934 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_cancel" >&5
32935 echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6
32936 if test $ac_cv_func_pthread_cancel = yes; then
32937   cat >>confdefs.h <<\_ACEOF
32938 #define HAVE_PTHREAD_CANCEL 1
32939 _ACEOF
32940
32941 else
32942   { echo "$as_me:$LINENO: WARNING: wxThread::Kill() will not work properly" >&5
32943 echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
32944 fi
32945
32946
32947
32948
32949       echo "$as_me:$LINENO: checking for pthread_mutexattr_t" >&5
32950 echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6
32951 if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then
32952   echo $ECHO_N "(cached) $ECHO_C" >&6
32953 else
32954
32955         cat >conftest.$ac_ext <<_ACEOF
32956 /* confdefs.h.  */
32957 _ACEOF
32958 cat confdefs.h >>conftest.$ac_ext
32959 cat >>conftest.$ac_ext <<_ACEOF
32960 /* end confdefs.h.  */
32961 #include <pthread.h>
32962 int
32963 main ()
32964 {
32965
32966                pthread_mutexattr_t attr;
32967                pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
32968
32969   ;
32970   return 0;
32971 }
32972 _ACEOF
32973 rm -f conftest.$ac_objext
32974 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32975   (eval $ac_compile) 2>conftest.er1
32976   ac_status=$?
32977   grep -v '^ *+' conftest.er1 >conftest.err
32978   rm -f conftest.er1
32979   cat conftest.err >&5
32980   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32981   (exit $ac_status); } &&
32982          { ac_try='test -z "$ac_c_werror_flag"
32983                          || test ! -s conftest.err'
32984   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32985   (eval $ac_try) 2>&5
32986   ac_status=$?
32987   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32988   (exit $ac_status); }; } &&
32989          { ac_try='test -s conftest.$ac_objext'
32990   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32991   (eval $ac_try) 2>&5
32992   ac_status=$?
32993   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32994   (exit $ac_status); }; }; then
32995
32996                wx_cv_type_pthread_mutexattr_t=yes
32997
32998 else
32999   echo "$as_me: failed program was:" >&5
33000 sed 's/^/| /' conftest.$ac_ext >&5
33001
33002
33003                wx_cv_type_pthread_mutexattr_t=no
33004
33005
33006 fi
33007 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
33008
33009 fi
33010 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_mutexattr_t" >&5
33011 echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6
33012
33013       if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
33014         cat >>confdefs.h <<\_ACEOF
33015 #define HAVE_PTHREAD_MUTEXATTR_T 1
33016 _ACEOF
33017
33018       else
33019                 echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
33020 echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6
33021 if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then
33022   echo $ECHO_N "(cached) $ECHO_C" >&6
33023 else
33024
33025             cat >conftest.$ac_ext <<_ACEOF
33026 /* confdefs.h.  */
33027 _ACEOF
33028 cat confdefs.h >>conftest.$ac_ext
33029 cat >>conftest.$ac_ext <<_ACEOF
33030 /* end confdefs.h.  */
33031 #include <pthread.h>
33032 int
33033 main ()
33034 {
33035
33036                     pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
33037
33038   ;
33039   return 0;
33040 }
33041 _ACEOF
33042 rm -f conftest.$ac_objext
33043 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33044   (eval $ac_compile) 2>conftest.er1
33045   ac_status=$?
33046   grep -v '^ *+' conftest.er1 >conftest.err
33047   rm -f conftest.er1
33048   cat conftest.err >&5
33049   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33050   (exit $ac_status); } &&
33051          { ac_try='test -z "$ac_c_werror_flag"
33052                          || test ! -s conftest.err'
33053   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33054   (eval $ac_try) 2>&5
33055   ac_status=$?
33056   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33057   (exit $ac_status); }; } &&
33058          { ac_try='test -s conftest.$ac_objext'
33059   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33060   (eval $ac_try) 2>&5
33061   ac_status=$?
33062   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33063   (exit $ac_status); }; }; then
33064
33065                     wx_cv_type_pthread_rec_mutex_init=yes
33066
33067 else
33068   echo "$as_me: failed program was:" >&5
33069 sed 's/^/| /' conftest.$ac_ext >&5
33070
33071
33072                     wx_cv_type_pthread_rec_mutex_init=no
33073
33074
33075 fi
33076 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
33077
33078 fi
33079 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_rec_mutex_init" >&5
33080 echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6
33081         if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
33082           cat >>confdefs.h <<\_ACEOF
33083 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
33084 _ACEOF
33085
33086         else
33087                     { echo "$as_me:$LINENO: WARNING: wxMutex won't be recursive on this platform" >&5
33088 echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
33089         fi
33090       fi
33091     fi
33092
33093 else
33094     if test "$wxUSE_THREADS" = "yes" ; then
33095       case "${host}" in
33096         *-*-mingw32* )
33097                         echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5
33098 echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6
33099 if test "${wx_cv_cflags_mthread+set}" = set; then
33100   echo $ECHO_N "(cached) $ECHO_C" >&6
33101 else
33102
33103                     CFLAGS_OLD="$CFLAGS"
33104                     CFLAGS="$CFLAGS -mthreads"
33105                     cat >conftest.$ac_ext <<_ACEOF
33106 /* confdefs.h.  */
33107 _ACEOF
33108 cat confdefs.h >>conftest.$ac_ext
33109 cat >>conftest.$ac_ext <<_ACEOF
33110 /* end confdefs.h.  */
33111
33112 int
33113 main ()
33114 {
33115
33116   ;
33117   return 0;
33118 }
33119 _ACEOF
33120 rm -f conftest.$ac_objext
33121 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33122   (eval $ac_compile) 2>conftest.er1
33123   ac_status=$?
33124   grep -v '^ *+' conftest.er1 >conftest.err
33125   rm -f conftest.er1
33126   cat conftest.err >&5
33127   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33128   (exit $ac_status); } &&
33129          { ac_try='test -z "$ac_c_werror_flag"
33130                          || test ! -s conftest.err'
33131   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33132   (eval $ac_try) 2>&5
33133   ac_status=$?
33134   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33135   (exit $ac_status); }; } &&
33136          { ac_try='test -s conftest.$ac_objext'
33137   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33138   (eval $ac_try) 2>&5
33139   ac_status=$?
33140   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33141   (exit $ac_status); }; }; then
33142   wx_cv_cflags_mthread=yes
33143 else
33144   echo "$as_me: failed program was:" >&5
33145 sed 's/^/| /' conftest.$ac_ext >&5
33146
33147 wx_cv_cflags_mthread=no
33148
33149 fi
33150 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
33151
33152
33153 fi
33154 echo "$as_me:$LINENO: result: $wx_cv_cflags_mthread" >&5
33155 echo "${ECHO_T}$wx_cv_cflags_mthread" >&6
33156
33157             if test "$wx_cv_cflags_mthread" = "yes"; then
33158                                 CXXFLAGS="$CXXFLAGS -mthreads"
33159                 TOOLCHAIN_DEFS="$TOOLCHAIN_DEFS -mthreads"
33160                 LDFLAGS="$LDFLAGS -mthreads"
33161             else
33162                                 CFLAGS="$CFLAGS_OLD"
33163             fi
33164         ;;
33165         *-pc-os2*emx )
33166             CFLAGS="$CFLAGS -Zmt -D__ST_MT_ERRNO__"
33167             CXXFLAGS="$CXXFLAGS -Zmt -D__ST_MT_ERRNO__"
33168             LDFLAGS="$LDFLAGS -Zmt"
33169         ;;
33170       esac
33171     fi
33172 fi
33173
33174 if test "$wxUSE_THREADS" = "yes"; then
33175   cat >>confdefs.h <<\_ACEOF
33176 #define wxUSE_THREADS 1
33177 _ACEOF
33178
33179
33180   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
33181 else
33182       if test "$ac_cv_func_strtok_r" = "yes"; then
33183     echo "$as_me:$LINENO: checking if -D_REENTRANT is needed" >&5
33184 echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6
33185     if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
33186         TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D_REENTRANT"
33187         echo "$as_me:$LINENO: result: yes" >&5
33188 echo "${ECHO_T}yes" >&6
33189     else
33190         echo "$as_me:$LINENO: result: no" >&5
33191 echo "${ECHO_T}no" >&6
33192     fi
33193   fi
33194 fi
33195
33196 if test "$WXGTK20" = 1 ; then
33197   cat >>confdefs.h <<_ACEOF
33198 #define __WXGTK20__ $WXGTK20
33199 _ACEOF
33200
33201   WXGTK12=1
33202 fi
33203
33204 if test "$WXGTK12" = 1 ; then
33205   cat >>confdefs.h <<_ACEOF
33206 #define __WXGTK12__ $WXGTK12
33207 _ACEOF
33208
33209 fi
33210
33211 if test "$WXGTK127" = 1 ; then
33212   cat >>confdefs.h <<_ACEOF
33213 #define __WXGTK127__ $WXGTK127
33214 _ACEOF
33215
33216 fi
33217
33218 if test "$WXGPE" = 1 ; then
33219   cat >>confdefs.h <<_ACEOF
33220 #define __WXGPE__ $WXGPE
33221 _ACEOF
33222
33223 fi
33224
33225 WXDEBUG=
33226
33227 if test "$wxUSE_DEBUG_INFO" = "yes" ; then
33228     WXDEBUG="-g"
33229     wxUSE_OPTIMISE=no
33230 fi
33231
33232 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
33233     wxUSE_DEBUG_INFO=yes
33234     WXDEBUG="-ggdb"
33235 fi
33236
33237 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
33238     cat >>confdefs.h <<\_ACEOF
33239 #define WXDEBUG 1
33240 _ACEOF
33241
33242     WXDEBUG_DEFINE="-D__WXDEBUG__"
33243 else
33244     if test "$wxUSE_GTK" = 1 ; then
33245         WXDEBUG_DEFINE="-DGTK_NO_CHECK_CASTS"
33246     fi
33247 fi
33248
33249 if test "$wxUSE_MEM_TRACING" = "yes" ; then
33250     cat >>confdefs.h <<\_ACEOF
33251 #define wxUSE_MEMORY_TRACING 1
33252 _ACEOF
33253
33254     cat >>confdefs.h <<\_ACEOF
33255 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
33256 _ACEOF
33257
33258     cat >>confdefs.h <<\_ACEOF
33259 #define wxUSE_DEBUG_NEW_ALWAYS 1
33260 _ACEOF
33261
33262     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
33263 fi
33264
33265 if test "$wxUSE_DMALLOC" = "yes" ; then
33266     DMALLOC_LIBS="-ldmalloc"
33267 fi
33268
33269 PROFILE=
33270 if test "$wxUSE_PROFILE" = "yes" ; then
33271     PROFILE=" -pg"
33272 fi
33273
33274 CODE_GEN_FLAGS=
33275 CODE_GEN_FLAGS_CXX=
33276 if test "$GCC" = "yes" ; then
33277     if test "$wxUSE_NO_RTTI" = "yes" ; then
33278         CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-rtti"
33279     fi
33280     if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
33281         CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-exceptions"
33282     fi
33283     if test "$wxUSE_PERMISSIVE" = "yes" ; then
33284         CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive"
33285     fi
33286
33287                                                 case "${host}" in
33288       powerpc*-*-aix* )
33289         CODE_GEN_FLAGS="$CODE_GEN_FLAGS -mminimal-toc"
33290         ;;
33291       *-hppa* )
33292         CODE_GEN_FLAGS="$CODE_GEN_FLAGS -ffunction-sections"
33293         ;;
33294     esac
33295 fi
33296
33297 OPTIMISE=
33298 if test "$wxUSE_OPTIMISE" = "no" ; then
33299     if test "$GCC" = yes ; then
33300                         OPTIMISE="-O0"
33301     fi
33302 else
33303     if test "$GCC" = yes ; then
33304         OPTIMISE="-O2"
33305
33306                 case "${host}" in
33307             i586-*-*|i686-*-* )
33308             OPTIMISE="${OPTIMISE} "
33309         ;;
33310         esac
33311     else
33312         OPTIMISE="-O"
33313     fi
33314 fi
33315
33316
33317 if test "x$WXWIN_COMPATIBILITY_2_2" = "xyes"; then
33318     cat >>confdefs.h <<\_ACEOF
33319 #define WXWIN_COMPATIBILITY_2_2 1
33320 _ACEOF
33321
33322
33323     WXWIN_COMPATIBILITY_2_4="yes"
33324 fi
33325
33326 if test "x$WXWIN_COMPATIBILITY_2_4" != "xno"; then
33327     cat >>confdefs.h <<\_ACEOF
33328 #define WXWIN_COMPATIBILITY_2_4 1
33329 _ACEOF
33330
33331 fi
33332
33333
33334 if test "$wxUSE_GUI" = "yes"; then
33335   cat >>confdefs.h <<\_ACEOF
33336 #define wxUSE_GUI 1
33337 _ACEOF
33338
33339
33340                       else
33341   cat >>confdefs.h <<\_ACEOF
33342 #define wxUSE_NOGUI 1
33343 _ACEOF
33344
33345 fi
33346
33347
33348 if test "$wxUSE_UNIX" = "yes"; then
33349   cat >>confdefs.h <<\_ACEOF
33350 #define wxUSE_UNIX 1
33351 _ACEOF
33352
33353 fi
33354
33355
33356 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
33357
33358     HAVE_DL_FUNCS=0
33359     HAVE_SHL_FUNCS=0
33360     if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
33361         if test "$USE_DARWIN" = 1; then
33362                         HAVE_DL_FUNCS=1
33363         else
33364
33365 for ac_func in dlopen
33366 do
33367 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33368 echo "$as_me:$LINENO: checking for $ac_func" >&5
33369 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33370 if eval "test \"\${$as_ac_var+set}\" = set"; then
33371   echo $ECHO_N "(cached) $ECHO_C" >&6
33372 else
33373   cat >conftest.$ac_ext <<_ACEOF
33374 /* confdefs.h.  */
33375 _ACEOF
33376 cat confdefs.h >>conftest.$ac_ext
33377 cat >>conftest.$ac_ext <<_ACEOF
33378 /* end confdefs.h.  */
33379 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33380    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
33381 #define $ac_func innocuous_$ac_func
33382
33383 /* System header to define __stub macros and hopefully few prototypes,
33384     which can conflict with char $ac_func (); below.
33385     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33386     <limits.h> exists even on freestanding compilers.  */
33387
33388 #ifdef __STDC__
33389 # include <limits.h>
33390 #else
33391 # include <assert.h>
33392 #endif
33393
33394 #undef $ac_func
33395
33396 /* Override any gcc2 internal prototype to avoid an error.  */
33397 #ifdef __cplusplus
33398 extern "C"
33399 {
33400 #endif
33401 /* We use char because int might match the return type of a gcc2
33402    builtin and then its argument prototype would still apply.  */
33403 char $ac_func ();
33404 /* The GNU C library defines this for functions which it implements
33405     to always fail with ENOSYS.  Some functions are actually named
33406     something starting with __ and the normal name is an alias.  */
33407 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33408 choke me
33409 #else
33410 char (*f) () = $ac_func;
33411 #endif
33412 #ifdef __cplusplus
33413 }
33414 #endif
33415
33416 int
33417 main ()
33418 {
33419 return f != $ac_func;
33420   ;
33421   return 0;
33422 }
33423 _ACEOF
33424 rm -f conftest.$ac_objext conftest$ac_exeext
33425 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33426   (eval $ac_link) 2>conftest.er1
33427   ac_status=$?
33428   grep -v '^ *+' conftest.er1 >conftest.err
33429   rm -f conftest.er1
33430   cat conftest.err >&5
33431   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33432   (exit $ac_status); } &&
33433          { ac_try='test -z "$ac_c_werror_flag"
33434                          || test ! -s conftest.err'
33435   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33436   (eval $ac_try) 2>&5
33437   ac_status=$?
33438   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33439   (exit $ac_status); }; } &&
33440          { ac_try='test -s conftest$ac_exeext'
33441   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33442   (eval $ac_try) 2>&5
33443   ac_status=$?
33444   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33445   (exit $ac_status); }; }; then
33446   eval "$as_ac_var=yes"
33447 else
33448   echo "$as_me: failed program was:" >&5
33449 sed 's/^/| /' conftest.$ac_ext >&5
33450
33451 eval "$as_ac_var=no"
33452 fi
33453 rm -f conftest.err conftest.$ac_objext \
33454       conftest$ac_exeext conftest.$ac_ext
33455 fi
33456 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33457 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33458 if test `eval echo '${'$as_ac_var'}'` = yes; then
33459   cat >>confdefs.h <<_ACEOF
33460 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33461 _ACEOF
33462
33463                 cat >>confdefs.h <<\_ACEOF
33464 #define HAVE_DLOPEN 1
33465 _ACEOF
33466
33467                 HAVE_DL_FUNCS=1
33468
33469 else
33470
33471                 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
33472 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
33473 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
33474   echo $ECHO_N "(cached) $ECHO_C" >&6
33475 else
33476   ac_check_lib_save_LIBS=$LIBS
33477 LIBS="-ldl  $LIBS"
33478 cat >conftest.$ac_ext <<_ACEOF
33479 /* confdefs.h.  */
33480 _ACEOF
33481 cat confdefs.h >>conftest.$ac_ext
33482 cat >>conftest.$ac_ext <<_ACEOF
33483 /* end confdefs.h.  */
33484
33485 /* Override any gcc2 internal prototype to avoid an error.  */
33486 #ifdef __cplusplus
33487 extern "C"
33488 #endif
33489 /* We use char because int might match the return type of a gcc2
33490    builtin and then its argument prototype would still apply.  */
33491 char dlopen ();
33492 int
33493 main ()
33494 {
33495 dlopen ();
33496   ;
33497   return 0;
33498 }
33499 _ACEOF
33500 rm -f conftest.$ac_objext conftest$ac_exeext
33501 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33502   (eval $ac_link) 2>conftest.er1
33503   ac_status=$?
33504   grep -v '^ *+' conftest.er1 >conftest.err
33505   rm -f conftest.er1
33506   cat conftest.err >&5
33507   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33508   (exit $ac_status); } &&
33509          { ac_try='test -z "$ac_c_werror_flag"
33510                          || test ! -s conftest.err'
33511   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33512   (eval $ac_try) 2>&5
33513   ac_status=$?
33514   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33515   (exit $ac_status); }; } &&
33516          { ac_try='test -s conftest$ac_exeext'
33517   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33518   (eval $ac_try) 2>&5
33519   ac_status=$?
33520   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33521   (exit $ac_status); }; }; then
33522   ac_cv_lib_dl_dlopen=yes
33523 else
33524   echo "$as_me: failed program was:" >&5
33525 sed 's/^/| /' conftest.$ac_ext >&5
33526
33527 ac_cv_lib_dl_dlopen=no
33528 fi
33529 rm -f conftest.err conftest.$ac_objext \
33530       conftest$ac_exeext conftest.$ac_ext
33531 LIBS=$ac_check_lib_save_LIBS
33532 fi
33533 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
33534 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
33535 if test $ac_cv_lib_dl_dlopen = yes; then
33536
33537                                 cat >>confdefs.h <<\_ACEOF
33538 #define HAVE_DLOPEN 1
33539 _ACEOF
33540
33541                                 HAVE_DL_FUNCS=1
33542                                 DL_LINK=" -ldl$DL_LINK"
33543
33544 else
33545
33546
33547 for ac_func in shl_load
33548 do
33549 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33550 echo "$as_me:$LINENO: checking for $ac_func" >&5
33551 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33552 if eval "test \"\${$as_ac_var+set}\" = set"; then
33553   echo $ECHO_N "(cached) $ECHO_C" >&6
33554 else
33555   cat >conftest.$ac_ext <<_ACEOF
33556 /* confdefs.h.  */
33557 _ACEOF
33558 cat confdefs.h >>conftest.$ac_ext
33559 cat >>conftest.$ac_ext <<_ACEOF
33560 /* end confdefs.h.  */
33561 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33562    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
33563 #define $ac_func innocuous_$ac_func
33564
33565 /* System header to define __stub macros and hopefully few prototypes,
33566     which can conflict with char $ac_func (); below.
33567     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33568     <limits.h> exists even on freestanding compilers.  */
33569
33570 #ifdef __STDC__
33571 # include <limits.h>
33572 #else
33573 # include <assert.h>
33574 #endif
33575
33576 #undef $ac_func
33577
33578 /* Override any gcc2 internal prototype to avoid an error.  */
33579 #ifdef __cplusplus
33580 extern "C"
33581 {
33582 #endif
33583 /* We use char because int might match the return type of a gcc2
33584    builtin and then its argument prototype would still apply.  */
33585 char $ac_func ();
33586 /* The GNU C library defines this for functions which it implements
33587     to always fail with ENOSYS.  Some functions are actually named
33588     something starting with __ and the normal name is an alias.  */
33589 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33590 choke me
33591 #else
33592 char (*f) () = $ac_func;
33593 #endif
33594 #ifdef __cplusplus
33595 }
33596 #endif
33597
33598 int
33599 main ()
33600 {
33601 return f != $ac_func;
33602   ;
33603   return 0;
33604 }
33605 _ACEOF
33606 rm -f conftest.$ac_objext conftest$ac_exeext
33607 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33608   (eval $ac_link) 2>conftest.er1
33609   ac_status=$?
33610   grep -v '^ *+' conftest.er1 >conftest.err
33611   rm -f conftest.er1
33612   cat conftest.err >&5
33613   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33614   (exit $ac_status); } &&
33615          { ac_try='test -z "$ac_c_werror_flag"
33616                          || test ! -s conftest.err'
33617   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33618   (eval $ac_try) 2>&5
33619   ac_status=$?
33620   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33621   (exit $ac_status); }; } &&
33622          { ac_try='test -s conftest$ac_exeext'
33623   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33624   (eval $ac_try) 2>&5
33625   ac_status=$?
33626   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33627   (exit $ac_status); }; }; then
33628   eval "$as_ac_var=yes"
33629 else
33630   echo "$as_me: failed program was:" >&5
33631 sed 's/^/| /' conftest.$ac_ext >&5
33632
33633 eval "$as_ac_var=no"
33634 fi
33635 rm -f conftest.err conftest.$ac_objext \
33636       conftest$ac_exeext conftest.$ac_ext
33637 fi
33638 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33639 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33640 if test `eval echo '${'$as_ac_var'}'` = yes; then
33641   cat >>confdefs.h <<_ACEOF
33642 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33643 _ACEOF
33644
33645                                                 cat >>confdefs.h <<\_ACEOF
33646 #define HAVE_SHL_LOAD 1
33647 _ACEOF
33648
33649                                                 HAVE_SHL_FUNCS=1
33650
33651 else
33652
33653                                                 echo "$as_me:$LINENO: checking for dld in -lshl_load" >&5
33654 echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6
33655 if test "${ac_cv_lib_shl_load_dld+set}" = set; then
33656   echo $ECHO_N "(cached) $ECHO_C" >&6
33657 else
33658   ac_check_lib_save_LIBS=$LIBS
33659 LIBS="-lshl_load  $LIBS"
33660 cat >conftest.$ac_ext <<_ACEOF
33661 /* confdefs.h.  */
33662 _ACEOF
33663 cat confdefs.h >>conftest.$ac_ext
33664 cat >>conftest.$ac_ext <<_ACEOF
33665 /* end confdefs.h.  */
33666
33667 /* Override any gcc2 internal prototype to avoid an error.  */
33668 #ifdef __cplusplus
33669 extern "C"
33670 #endif
33671 /* We use char because int might match the return type of a gcc2
33672    builtin and then its argument prototype would still apply.  */
33673 char dld ();
33674 int
33675 main ()
33676 {
33677 dld ();
33678   ;
33679   return 0;
33680 }
33681 _ACEOF
33682 rm -f conftest.$ac_objext conftest$ac_exeext
33683 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33684   (eval $ac_link) 2>conftest.er1
33685   ac_status=$?
33686   grep -v '^ *+' conftest.er1 >conftest.err
33687   rm -f conftest.er1
33688   cat conftest.err >&5
33689   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33690   (exit $ac_status); } &&
33691          { ac_try='test -z "$ac_c_werror_flag"
33692                          || test ! -s conftest.err'
33693   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33694   (eval $ac_try) 2>&5
33695   ac_status=$?
33696   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33697   (exit $ac_status); }; } &&
33698          { ac_try='test -s conftest$ac_exeext'
33699   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33700   (eval $ac_try) 2>&5
33701   ac_status=$?
33702   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33703   (exit $ac_status); }; }; then
33704   ac_cv_lib_shl_load_dld=yes
33705 else
33706   echo "$as_me: failed program was:" >&5
33707 sed 's/^/| /' conftest.$ac_ext >&5
33708
33709 ac_cv_lib_shl_load_dld=no
33710 fi
33711 rm -f conftest.err conftest.$ac_objext \
33712       conftest$ac_exeext conftest.$ac_ext
33713 LIBS=$ac_check_lib_save_LIBS
33714 fi
33715 echo "$as_me:$LINENO: result: $ac_cv_lib_shl_load_dld" >&5
33716 echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6
33717 if test $ac_cv_lib_shl_load_dld = yes; then
33718
33719                                                                 HAVE_SHL_FUNCS=1
33720                                                                 DL_LINK=" -ldld$DL_LINK"
33721
33722 fi
33723
33724
33725 fi
33726 done
33727
33728
33729 fi
33730
33731
33732 fi
33733 done
33734
33735
33736                 if test "$HAVE_DL_FUNCS" = 1; then
33737
33738 for ac_func in dlerror
33739 do
33740 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33741 echo "$as_me:$LINENO: checking for $ac_func" >&5
33742 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33743 if eval "test \"\${$as_ac_var+set}\" = set"; then
33744   echo $ECHO_N "(cached) $ECHO_C" >&6
33745 else
33746   cat >conftest.$ac_ext <<_ACEOF
33747 /* confdefs.h.  */
33748 _ACEOF
33749 cat confdefs.h >>conftest.$ac_ext
33750 cat >>conftest.$ac_ext <<_ACEOF
33751 /* end confdefs.h.  */
33752 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33753    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
33754 #define $ac_func innocuous_$ac_func
33755
33756 /* System header to define __stub macros and hopefully few prototypes,
33757     which can conflict with char $ac_func (); below.
33758     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33759     <limits.h> exists even on freestanding compilers.  */
33760
33761 #ifdef __STDC__
33762 # include <limits.h>
33763 #else
33764 # include <assert.h>
33765 #endif
33766
33767 #undef $ac_func
33768
33769 /* Override any gcc2 internal prototype to avoid an error.  */
33770 #ifdef __cplusplus
33771 extern "C"
33772 {
33773 #endif
33774 /* We use char because int might match the return type of a gcc2
33775    builtin and then its argument prototype would still apply.  */
33776 char $ac_func ();
33777 /* The GNU C library defines this for functions which it implements
33778     to always fail with ENOSYS.  Some functions are actually named
33779     something starting with __ and the normal name is an alias.  */
33780 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33781 choke me
33782 #else
33783 char (*f) () = $ac_func;
33784 #endif
33785 #ifdef __cplusplus
33786 }
33787 #endif
33788
33789 int
33790 main ()
33791 {
33792 return f != $ac_func;
33793   ;
33794   return 0;
33795 }
33796 _ACEOF
33797 rm -f conftest.$ac_objext conftest$ac_exeext
33798 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33799   (eval $ac_link) 2>conftest.er1
33800   ac_status=$?
33801   grep -v '^ *+' conftest.er1 >conftest.err
33802   rm -f conftest.er1
33803   cat conftest.err >&5
33804   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33805   (exit $ac_status); } &&
33806          { ac_try='test -z "$ac_c_werror_flag"
33807                          || test ! -s conftest.err'
33808   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33809   (eval $ac_try) 2>&5
33810   ac_status=$?
33811   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33812   (exit $ac_status); }; } &&
33813          { ac_try='test -s conftest$ac_exeext'
33814   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33815   (eval $ac_try) 2>&5
33816   ac_status=$?
33817   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33818   (exit $ac_status); }; }; then
33819   eval "$as_ac_var=yes"
33820 else
33821   echo "$as_me: failed program was:" >&5
33822 sed 's/^/| /' conftest.$ac_ext >&5
33823
33824 eval "$as_ac_var=no"
33825 fi
33826 rm -f conftest.err conftest.$ac_objext \
33827       conftest$ac_exeext conftest.$ac_ext
33828 fi
33829 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33830 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33831 if test `eval echo '${'$as_ac_var'}'` = yes; then
33832   cat >>confdefs.h <<_ACEOF
33833 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33834 _ACEOF
33835  cat >>confdefs.h <<\_ACEOF
33836 #define HAVE_DLERROR 1
33837 _ACEOF
33838
33839 else
33840
33841                     echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5
33842 echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6
33843 if test "${ac_cv_lib_dl_dlerror+set}" = set; then
33844   echo $ECHO_N "(cached) $ECHO_C" >&6
33845 else
33846   ac_check_lib_save_LIBS=$LIBS
33847 LIBS="-ldl  $LIBS"
33848 cat >conftest.$ac_ext <<_ACEOF
33849 /* confdefs.h.  */
33850 _ACEOF
33851 cat confdefs.h >>conftest.$ac_ext
33852 cat >>conftest.$ac_ext <<_ACEOF
33853 /* end confdefs.h.  */
33854
33855 /* Override any gcc2 internal prototype to avoid an error.  */
33856 #ifdef __cplusplus
33857 extern "C"
33858 #endif
33859 /* We use char because int might match the return type of a gcc2
33860    builtin and then its argument prototype would still apply.  */
33861 char dlerror ();
33862 int
33863 main ()
33864 {
33865 dlerror ();
33866   ;
33867   return 0;
33868 }
33869 _ACEOF
33870 rm -f conftest.$ac_objext conftest$ac_exeext
33871 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33872   (eval $ac_link) 2>conftest.er1
33873   ac_status=$?
33874   grep -v '^ *+' conftest.er1 >conftest.err
33875   rm -f conftest.er1
33876   cat conftest.err >&5
33877   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33878   (exit $ac_status); } &&
33879          { ac_try='test -z "$ac_c_werror_flag"
33880                          || test ! -s conftest.err'
33881   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33882   (eval $ac_try) 2>&5
33883   ac_status=$?
33884   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33885   (exit $ac_status); }; } &&
33886          { ac_try='test -s conftest$ac_exeext'
33887   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33888   (eval $ac_try) 2>&5
33889   ac_status=$?
33890   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33891   (exit $ac_status); }; }; then
33892   ac_cv_lib_dl_dlerror=yes
33893 else
33894   echo "$as_me: failed program was:" >&5
33895 sed 's/^/| /' conftest.$ac_ext >&5
33896
33897 ac_cv_lib_dl_dlerror=no
33898 fi
33899 rm -f conftest.err conftest.$ac_objext \
33900       conftest$ac_exeext conftest.$ac_ext
33901 LIBS=$ac_check_lib_save_LIBS
33902 fi
33903 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlerror" >&5
33904 echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6
33905 if test $ac_cv_lib_dl_dlerror = yes; then
33906   cat >>confdefs.h <<\_ACEOF
33907 #define HAVE_DLERROR 1
33908 _ACEOF
33909
33910 fi
33911
33912
33913
33914 fi
33915 done
33916
33917         fi
33918         fi
33919
33920         if test "$HAVE_DL_FUNCS" = 0; then
33921             if test "$HAVE_SHL_FUNCS" = 0; then
33922               if test "$USE_UNIX" = 1; then
33923                   { echo "$as_me:$LINENO: WARNING: Missing dynamic loading support, several features will be disabled" >&5
33924 echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
33925                   wxUSE_DYNAMIC_LOADER=no
33926                   wxUSE_DYNLIB_CLASS=no
33927               else
33928                   { echo "$as_me:$LINENO: WARNING: Assuming wxLibrary class works on this platform" >&5
33929 echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
33930               fi
33931             fi
33932         fi
33933     fi
33934 fi
33935
33936 if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
33937     cat >>confdefs.h <<\_ACEOF
33938 #define wxUSE_DYNAMIC_LOADER 1
33939 _ACEOF
33940
33941 fi
33942 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
33943     cat >>confdefs.h <<\_ACEOF
33944 #define wxUSE_DYNLIB_CLASS 1
33945 _ACEOF
33946
33947 fi
33948
33949
33950
33951 if test "$wxUSE_PLUGINS" = "yes" ; then
33952     if test "$wxUSE_SHARED" = "no" ; then
33953         { echo "$as_me:$LINENO: WARNING: plugins supported only in shared build, disabling" >&5
33954 echo "$as_me: WARNING: plugins supported only in shared build, disabling" >&2;}
33955         wxUSE_PLUGINS=no
33956     fi
33957     if test "$wxUSE_MONOLITHIC" = "yes" ; then
33958         { echo "$as_me:$LINENO: WARNING: plugins not supported monolithic build, disabling" >&5
33959 echo "$as_me: WARNING: plugins not supported monolithic build, disabling" >&2;}
33960         wxUSE_PLUGINS=no
33961     fi
33962     if test "$wxUSE_DYNLIB_CLASS" = "no" ; then
33963         { echo "$as_me:$LINENO: WARNING: plugins require wxDynamicLibrary, disabling" >&5
33964 echo "$as_me: WARNING: plugins require wxDynamicLibrary, disabling" >&2;}
33965         wxUSE_PLUGINS=no
33966     fi
33967     if test "$wxUSE_PLUGINS" = "yes" ; then
33968         cat >>confdefs.h <<\_ACEOF
33969 #define wxUSE_PLUGINS 1
33970 _ACEOF
33971
33972     fi
33973 fi
33974
33975
33976 if test "$wxUSE_STL" = "yes"; then
33977   cat >>confdefs.h <<\_ACEOF
33978 #define wxUSE_STL 1
33979 _ACEOF
33980
33981 fi
33982
33983 if test "$wxUSE_APPLE_IEEE" = "yes"; then
33984   cat >>confdefs.h <<\_ACEOF
33985 #define wxUSE_APPLE_IEEE 1
33986 _ACEOF
33987
33988 fi
33989
33990 if test "$wxUSE_TIMER" = "yes"; then
33991   cat >>confdefs.h <<\_ACEOF
33992 #define wxUSE_TIMER 1
33993 _ACEOF
33994
33995 fi
33996
33997 WITH_PLUGIN_SDL=0
33998 if test "$wxUSE_SOUND" = "yes"; then
33999       if test "$USE_UNIX" = "1" ; then
34000
34001 for ac_header in sys/soundcard.h
34002 do
34003 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
34004 if eval "test \"\${$as_ac_Header+set}\" = set"; then
34005   echo "$as_me:$LINENO: checking for $ac_header" >&5
34006 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
34007 if eval "test \"\${$as_ac_Header+set}\" = set"; then
34008   echo $ECHO_N "(cached) $ECHO_C" >&6
34009 fi
34010 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
34011 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
34012 else
34013   # Is the header compilable?
34014 echo "$as_me:$LINENO: checking $ac_header usability" >&5
34015 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
34016 cat >conftest.$ac_ext <<_ACEOF
34017 /* confdefs.h.  */
34018 _ACEOF
34019 cat confdefs.h >>conftest.$ac_ext
34020 cat >>conftest.$ac_ext <<_ACEOF
34021 /* end confdefs.h.  */
34022 $ac_includes_default
34023 #include <$ac_header>
34024 _ACEOF
34025 rm -f conftest.$ac_objext
34026 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34027   (eval $ac_compile) 2>conftest.er1
34028   ac_status=$?
34029   grep -v '^ *+' conftest.er1 >conftest.err
34030   rm -f conftest.er1
34031   cat conftest.err >&5
34032   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34033   (exit $ac_status); } &&
34034          { ac_try='test -z "$ac_c_werror_flag"
34035                          || test ! -s conftest.err'
34036   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34037   (eval $ac_try) 2>&5
34038   ac_status=$?
34039   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34040   (exit $ac_status); }; } &&
34041          { ac_try='test -s conftest.$ac_objext'
34042   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34043   (eval $ac_try) 2>&5
34044   ac_status=$?
34045   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34046   (exit $ac_status); }; }; then
34047   ac_header_compiler=yes
34048 else
34049   echo "$as_me: failed program was:" >&5
34050 sed 's/^/| /' conftest.$ac_ext >&5
34051
34052 ac_header_compiler=no
34053 fi
34054 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34055 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
34056 echo "${ECHO_T}$ac_header_compiler" >&6
34057
34058 # Is the header present?
34059 echo "$as_me:$LINENO: checking $ac_header presence" >&5
34060 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
34061 cat >conftest.$ac_ext <<_ACEOF
34062 /* confdefs.h.  */
34063 _ACEOF
34064 cat confdefs.h >>conftest.$ac_ext
34065 cat >>conftest.$ac_ext <<_ACEOF
34066 /* end confdefs.h.  */
34067 #include <$ac_header>
34068 _ACEOF
34069 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
34070   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
34071   ac_status=$?
34072   grep -v '^ *+' conftest.er1 >conftest.err
34073   rm -f conftest.er1
34074   cat conftest.err >&5
34075   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34076   (exit $ac_status); } >/dev/null; then
34077   if test -s conftest.err; then
34078     ac_cpp_err=$ac_c_preproc_warn_flag
34079     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
34080   else
34081     ac_cpp_err=
34082   fi
34083 else
34084   ac_cpp_err=yes
34085 fi
34086 if test -z "$ac_cpp_err"; then
34087   ac_header_preproc=yes
34088 else
34089   echo "$as_me: failed program was:" >&5
34090 sed 's/^/| /' conftest.$ac_ext >&5
34091
34092   ac_header_preproc=no
34093 fi
34094 rm -f conftest.err conftest.$ac_ext
34095 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
34096 echo "${ECHO_T}$ac_header_preproc" >&6
34097
34098 # So?  What about this header?
34099 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
34100   yes:no: )
34101     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
34102 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
34103     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
34104 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
34105     ac_header_preproc=yes
34106     ;;
34107   no:yes:* )
34108     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
34109 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
34110     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
34111 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
34112     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
34113 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
34114     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
34115 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
34116     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
34117 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
34118     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
34119 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
34120     (
34121       cat <<\_ASBOX
34122 ## ----------------------------------------- ##
34123 ## Report this to wx-dev@lists.wxwidgets.org ##
34124 ## ----------------------------------------- ##
34125 _ASBOX
34126     ) |
34127       sed "s/^/$as_me: WARNING:     /" >&2
34128     ;;
34129 esac
34130 echo "$as_me:$LINENO: checking for $ac_header" >&5
34131 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
34132 if eval "test \"\${$as_ac_Header+set}\" = set"; then
34133   echo $ECHO_N "(cached) $ECHO_C" >&6
34134 else
34135   eval "$as_ac_Header=\$ac_header_preproc"
34136 fi
34137 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
34138 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
34139
34140 fi
34141 if test `eval echo '${'$as_ac_Header'}'` = yes; then
34142   cat >>confdefs.h <<_ACEOF
34143 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
34144 _ACEOF
34145
34146 fi
34147
34148 done
34149
34150
34151     if test "$wxUSE_LIBSDL" != "no"; then
34152
34153 # Check whether --with-sdl-prefix or --without-sdl-prefix was given.
34154 if test "${with_sdl_prefix+set}" = set; then
34155   withval="$with_sdl_prefix"
34156   sdl_prefix="$withval"
34157 else
34158   sdl_prefix=""
34159 fi;
34160
34161 # Check whether --with-sdl-exec-prefix or --without-sdl-exec-prefix was given.
34162 if test "${with_sdl_exec_prefix+set}" = set; then
34163   withval="$with_sdl_exec_prefix"
34164   sdl_exec_prefix="$withval"
34165 else
34166   sdl_exec_prefix=""
34167 fi;
34168 # Check whether --enable-sdltest or --disable-sdltest was given.
34169 if test "${enable_sdltest+set}" = set; then
34170   enableval="$enable_sdltest"
34171
34172 else
34173   enable_sdltest=yes
34174 fi;
34175
34176   if test x$sdl_exec_prefix != x ; then
34177      sdl_args="$sdl_args --exec-prefix=$sdl_exec_prefix"
34178      if test x${SDL_CONFIG+set} != xset ; then
34179         SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config
34180      fi
34181   fi
34182   if test x$sdl_prefix != x ; then
34183      sdl_args="$sdl_args --prefix=$sdl_prefix"
34184      if test x${SDL_CONFIG+set} != xset ; then
34185         SDL_CONFIG=$sdl_prefix/bin/sdl-config
34186      fi
34187   fi
34188
34189
34190   PATH="$prefix/bin:$prefix/usr/bin:$PATH"
34191   # Extract the first word of "sdl-config", so it can be a program name with args.
34192 set dummy sdl-config; ac_word=$2
34193 echo "$as_me:$LINENO: checking for $ac_word" >&5
34194 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34195 if test "${ac_cv_path_SDL_CONFIG+set}" = set; then
34196   echo $ECHO_N "(cached) $ECHO_C" >&6
34197 else
34198   case $SDL_CONFIG in
34199   [\\/]* | ?:[\\/]*)
34200   ac_cv_path_SDL_CONFIG="$SDL_CONFIG" # Let the user override the test with a path.
34201   ;;
34202   *)
34203   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
34204 for as_dir in $PATH
34205 do
34206   IFS=$as_save_IFS
34207   test -z "$as_dir" && as_dir=.
34208   for ac_exec_ext in '' $ac_executable_extensions; do
34209   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34210     ac_cv_path_SDL_CONFIG="$as_dir/$ac_word$ac_exec_ext"
34211     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34212     break 2
34213   fi
34214 done
34215 done
34216
34217   test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG="no"
34218   ;;
34219 esac
34220 fi
34221 SDL_CONFIG=$ac_cv_path_SDL_CONFIG
34222
34223 if test -n "$SDL_CONFIG"; then
34224   echo "$as_me:$LINENO: result: $SDL_CONFIG" >&5
34225 echo "${ECHO_T}$SDL_CONFIG" >&6
34226 else
34227   echo "$as_me:$LINENO: result: no" >&5
34228 echo "${ECHO_T}no" >&6
34229 fi
34230
34231   min_sdl_version=1.2.0
34232   echo "$as_me:$LINENO: checking for SDL - version >= $min_sdl_version" >&5
34233 echo $ECHO_N "checking for SDL - version >= $min_sdl_version... $ECHO_C" >&6
34234   no_sdl=""
34235   if test "$SDL_CONFIG" = "no" ; then
34236     no_sdl=yes
34237   else
34238     SDL_CFLAGS=`$SDL_CONFIG $sdlconf_args --cflags`
34239     SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
34240
34241     sdl_major_version=`$SDL_CONFIG $sdl_args --version | \
34242            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
34243     sdl_minor_version=`$SDL_CONFIG $sdl_args --version | \
34244            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
34245     sdl_micro_version=`$SDL_CONFIG $sdl_config_args --version | \
34246            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
34247     if test "x$enable_sdltest" = "xyes" ; then
34248       ac_save_CFLAGS="$CFLAGS"
34249       ac_save_LIBS="$LIBS"
34250       CFLAGS="$CFLAGS $SDL_CFLAGS"
34251       LIBS="$LIBS $SDL_LIBS"
34252       rm -f conf.sdltest
34253       if test "$cross_compiling" = yes; then
34254   echo $ac_n "cross compiling; assumed OK... $ac_c"
34255 else
34256   cat >conftest.$ac_ext <<_ACEOF
34257 /* confdefs.h.  */
34258 _ACEOF
34259 cat confdefs.h >>conftest.$ac_ext
34260 cat >>conftest.$ac_ext <<_ACEOF
34261 /* end confdefs.h.  */
34262
34263 #include <stdio.h>
34264 #include <stdlib.h>
34265 #include <string.h>
34266 #include "SDL.h"
34267
34268 char*
34269 my_strdup (char *str)
34270 {
34271   char *new_str;
34272
34273   if (str)
34274     {
34275       new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
34276       strcpy (new_str, str);
34277     }
34278   else
34279     new_str = NULL;
34280
34281   return new_str;
34282 }
34283
34284 int main (int argc, char *argv[])
34285 {
34286   int major, minor, micro;
34287   char *tmp_version;
34288
34289   /* This hangs on some systems (?)
34290   system ("touch conf.sdltest");
34291   */
34292   { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
34293
34294   /* HP/UX 9 (%@#!) writes to sscanf strings */
34295   tmp_version = my_strdup("$min_sdl_version");
34296   if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
34297      printf("%s, bad version string\n", "$min_sdl_version");
34298      exit(1);
34299    }
34300
34301    if (($sdl_major_version > major) ||
34302       (($sdl_major_version == major) && ($sdl_minor_version > minor)) ||
34303       (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro)))
34304     {
34305       return 0;
34306     }
34307   else
34308     {
34309       printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
34310       printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
34311       printf("*** best to upgrade to the required version.\n");
34312       printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
34313       printf("*** to point to the correct copy of sdl-config, and remove the file\n");
34314       printf("*** config.cache before re-running configure\n");
34315       return 1;
34316     }
34317 }
34318
34319
34320 _ACEOF
34321 rm -f conftest$ac_exeext
34322 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34323   (eval $ac_link) 2>&5
34324   ac_status=$?
34325   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34326   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
34327   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34328   (eval $ac_try) 2>&5
34329   ac_status=$?
34330   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34331   (exit $ac_status); }; }; then
34332   :
34333 else
34334   echo "$as_me: program exited with status $ac_status" >&5
34335 echo "$as_me: failed program was:" >&5
34336 sed 's/^/| /' conftest.$ac_ext >&5
34337
34338 ( exit $ac_status )
34339 no_sdl=yes
34340 fi
34341 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
34342 fi
34343        CFLAGS="$ac_save_CFLAGS"
34344        LIBS="$ac_save_LIBS"
34345      fi
34346   fi
34347   if test "x$no_sdl" = x ; then
34348      echo "$as_me:$LINENO: result: yes" >&5
34349 echo "${ECHO_T}yes" >&6
34350
34351                     EXTRALIBS_SDL="$SDL_LIBS"
34352                     CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
34353                     cat >>confdefs.h <<\_ACEOF
34354 #define wxUSE_LIBSDL 1
34355 _ACEOF
34356
34357
34358   else
34359      echo "$as_me:$LINENO: result: no" >&5
34360 echo "${ECHO_T}no" >&6
34361      if test "$SDL_CONFIG" = "no" ; then
34362        echo "*** The sdl-config script installed by SDL could not be found"
34363        echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in"
34364        echo "*** your path, or set the SDL_CONFIG environment variable to the"
34365        echo "*** full path to sdl-config."
34366      else
34367        if test -f conf.sdltest ; then
34368         :
34369        else
34370           echo "*** Could not run SDL test program, checking why..."
34371           CFLAGS="$CFLAGS $SDL_CFLAGS"
34372           LIBS="$LIBS $SDL_LIBS"
34373           cat >conftest.$ac_ext <<_ACEOF
34374 /* confdefs.h.  */
34375 _ACEOF
34376 cat confdefs.h >>conftest.$ac_ext
34377 cat >>conftest.$ac_ext <<_ACEOF
34378 /* end confdefs.h.  */
34379
34380 #include <stdio.h>
34381 #include "SDL.h"
34382
34383 int main(int argc, char *argv[])
34384 { return 0; }
34385 #undef  main
34386 #define main K_and_R_C_main
34387
34388 int
34389 main ()
34390 {
34391  return 0;
34392   ;
34393   return 0;
34394 }
34395 _ACEOF
34396 rm -f conftest.$ac_objext conftest$ac_exeext
34397 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34398   (eval $ac_link) 2>conftest.er1
34399   ac_status=$?
34400   grep -v '^ *+' conftest.er1 >conftest.err
34401   rm -f conftest.er1
34402   cat conftest.err >&5
34403   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34404   (exit $ac_status); } &&
34405          { ac_try='test -z "$ac_c_werror_flag"
34406                          || test ! -s conftest.err'
34407   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34408   (eval $ac_try) 2>&5
34409   ac_status=$?
34410   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34411   (exit $ac_status); }; } &&
34412          { ac_try='test -s conftest$ac_exeext'
34413   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34414   (eval $ac_try) 2>&5
34415   ac_status=$?
34416   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34417   (exit $ac_status); }; }; then
34418    echo "*** The test program compiled, but did not run. This usually means"
34419           echo "*** that the run-time linker is not finding SDL or finding the wrong"
34420           echo "*** version of SDL. If it is not finding SDL, you'll need to set your"
34421           echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
34422           echo "*** to the installed location  Also, make sure you have run ldconfig if that"
34423           echo "*** is required on your system"
34424           echo "***"
34425           echo "*** If you have an old version installed, it is best to remove it, although"
34426           echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
34427 else
34428   echo "$as_me: failed program was:" >&5
34429 sed 's/^/| /' conftest.$ac_ext >&5
34430
34431  echo "*** The test program failed to compile or link. See the file config.log for the"
34432           echo "*** exact error that occured. This usually means SDL was incorrectly installed"
34433           echo "*** or that you have moved SDL since it was installed. In the latter case, you"
34434           echo "*** may want to edit the sdl-config script: $SDL_CONFIG"
34435 fi
34436 rm -f conftest.err conftest.$ac_objext \
34437       conftest$ac_exeext conftest.$ac_ext
34438           CFLAGS="$ac_save_CFLAGS"
34439           LIBS="$ac_save_LIBS"
34440        fi
34441      fi
34442      SDL_CFLAGS=""
34443      SDL_LIBS=""
34444      wxUSE_LIBSDL="no"
34445   fi
34446
34447
34448   rm -f conf.sdltest
34449
34450       if test "$wxUSE_LIBSDL" = "yes" -a "$wxUSE_PLUGINS" = "yes" ; then
34451         WITH_PLUGIN_SDL=1
34452       fi
34453     fi
34454   fi
34455
34456   cat >>confdefs.h <<\_ACEOF
34457 #define wxUSE_SOUND 1
34458 _ACEOF
34459
34460   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sound"
34461 fi
34462
34463 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
34464   cat >>confdefs.h <<\_ACEOF
34465 #define wxUSE_CMDLINE_PARSER 1
34466 _ACEOF
34467
34468 fi
34469
34470 if test "$wxUSE_STOPWATCH" = "yes"; then
34471   cat >>confdefs.h <<\_ACEOF
34472 #define wxUSE_STOPWATCH 1
34473 _ACEOF
34474
34475 fi
34476
34477 if test "$wxUSE_DATETIME" = "yes"; then
34478   cat >>confdefs.h <<\_ACEOF
34479 #define wxUSE_DATETIME 1
34480 _ACEOF
34481
34482 fi
34483
34484 if test "$wxUSE_FILE" = "yes"; then
34485   cat >>confdefs.h <<\_ACEOF
34486 #define wxUSE_FILE 1
34487 _ACEOF
34488
34489 fi
34490
34491 if test "$wxUSE_FFILE" = "yes"; then
34492   cat >>confdefs.h <<\_ACEOF
34493 #define wxUSE_FFILE 1
34494 _ACEOF
34495
34496 fi
34497
34498 if test "$wxUSE_FILESYSTEM" = "yes"; then
34499   cat >>confdefs.h <<\_ACEOF
34500 #define wxUSE_FILESYSTEM 1
34501 _ACEOF
34502
34503 fi
34504
34505 if test "$wxUSE_FS_ZIP" = "yes"; then
34506   cat >>confdefs.h <<\_ACEOF
34507 #define wxUSE_FS_ZIP 1
34508 _ACEOF
34509
34510 fi
34511
34512 if test "$wxUSE_ZIPSTREAM" = "yes"; then
34513   cat >>confdefs.h <<\_ACEOF
34514 #define wxUSE_ZIPSTREAM 1
34515 _ACEOF
34516
34517 fi
34518
34519 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
34520   cat >>confdefs.h <<\_ACEOF
34521 #define wxUSE_ON_FATAL_EXCEPTION 1
34522 _ACEOF
34523
34524 fi
34525
34526 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
34527   cat >>confdefs.h <<\_ACEOF
34528 #define wxUSE_SNGLINST_CHECKER 1
34529 _ACEOF
34530
34531 fi
34532
34533 if test "$wxUSE_BUSYINFO" = "yes"; then
34534   cat >>confdefs.h <<\_ACEOF
34535 #define wxUSE_BUSYINFO 1
34536 _ACEOF
34537
34538 fi
34539
34540 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
34541   cat >>confdefs.h <<\_ACEOF
34542 #define wxUSE_STD_IOSTREAM 1
34543 _ACEOF
34544
34545 fi
34546
34547 if test "$wxUSE_TEXTBUFFER" = "yes"; then
34548     cat >>confdefs.h <<\_ACEOF
34549 #define wxUSE_TEXTBUFFER 1
34550 _ACEOF
34551
34552 fi
34553
34554 if test "$wxUSE_TEXTFILE" = "yes"; then
34555   if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
34556     { echo "$as_me:$LINENO: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
34557 echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
34558   else
34559     cat >>confdefs.h <<\_ACEOF
34560 #define wxUSE_TEXTFILE 1
34561 _ACEOF
34562
34563   fi
34564 fi
34565
34566 if test "$wxUSE_CONFIG" = "yes" ; then
34567   if test "$wxUSE_TEXTFILE" != "yes"; then
34568     { echo "$as_me:$LINENO: WARNING: wxConfig requires wxTextFile... disabled" >&5
34569 echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
34570   else
34571     cat >>confdefs.h <<\_ACEOF
34572 #define wxUSE_CONFIG 1
34573 _ACEOF
34574
34575     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
34576   fi
34577 fi
34578
34579 if test "$wxUSE_INTL" = "yes" ; then
34580   if test "$wxUSE_FILE" != "yes"; then
34581     { echo "$as_me:$LINENO: WARNING: I18n code requires wxFile... disabled" >&5
34582 echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
34583   else
34584     cat >>confdefs.h <<\_ACEOF
34585 #define wxUSE_INTL 1
34586 _ACEOF
34587
34588     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
34589     GUIDIST="$GUIDIST INTL_DIST"
34590   fi
34591 fi
34592
34593 if test "$wxUSE_LOG" = "yes"; then
34594   cat >>confdefs.h <<\_ACEOF
34595 #define wxUSE_LOG 1
34596 _ACEOF
34597
34598
34599     if test "$wxUSE_LOGGUI" = "yes"; then
34600       cat >>confdefs.h <<\_ACEOF
34601 #define wxUSE_LOGGUI 1
34602 _ACEOF
34603
34604     fi
34605
34606     if test "$wxUSE_LOGWINDOW" = "yes"; then
34607       cat >>confdefs.h <<\_ACEOF
34608 #define wxUSE_LOGWINDOW 1
34609 _ACEOF
34610
34611     fi
34612
34613     if test "$wxUSE_LOGDIALOG" = "yes"; then
34614       cat >>confdefs.h <<\_ACEOF
34615 #define wxUSE_LOG_DIALOG 1
34616 _ACEOF
34617
34618     fi
34619 fi
34620
34621 if test "$wxUSE_LONGLONG" = "yes"; then
34622   cat >>confdefs.h <<\_ACEOF
34623 #define wxUSE_LONGLONG 1
34624 _ACEOF
34625
34626 fi
34627
34628 if test "$wxUSE_GEOMETRY" = "yes"; then
34629   cat >>confdefs.h <<\_ACEOF
34630 #define wxUSE_GEOMETRY 1
34631 _ACEOF
34632
34633 fi
34634
34635 if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then
34636   cat >>confdefs.h <<\_ACEOF
34637 #define wxUSE_DIALUP_MANAGER 1
34638 _ACEOF
34639
34640   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
34641 fi
34642
34643 if test "$wxUSE_STREAMS" = "yes" ; then
34644   cat >>confdefs.h <<\_ACEOF
34645 #define wxUSE_STREAMS 1
34646 _ACEOF
34647
34648 fi
34649
34650
34651 if test "$wxUSE_DATETIME" = "yes"; then
34652
34653 for ac_func in strptime
34654 do
34655 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34656 echo "$as_me:$LINENO: checking for $ac_func" >&5
34657 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34658 if eval "test \"\${$as_ac_var+set}\" = set"; then
34659   echo $ECHO_N "(cached) $ECHO_C" >&6
34660 else
34661   cat >conftest.$ac_ext <<_ACEOF
34662 /* confdefs.h.  */
34663 _ACEOF
34664 cat confdefs.h >>conftest.$ac_ext
34665 cat >>conftest.$ac_ext <<_ACEOF
34666 /* end confdefs.h.  */
34667 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34668    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
34669 #define $ac_func innocuous_$ac_func
34670
34671 /* System header to define __stub macros and hopefully few prototypes,
34672     which can conflict with char $ac_func (); below.
34673     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34674     <limits.h> exists even on freestanding compilers.  */
34675
34676 #ifdef __STDC__
34677 # include <limits.h>
34678 #else
34679 # include <assert.h>
34680 #endif
34681
34682 #undef $ac_func
34683
34684 /* Override any gcc2 internal prototype to avoid an error.  */
34685 #ifdef __cplusplus
34686 extern "C"
34687 {
34688 #endif
34689 /* We use char because int might match the return type of a gcc2
34690    builtin and then its argument prototype would still apply.  */
34691 char $ac_func ();
34692 /* The GNU C library defines this for functions which it implements
34693     to always fail with ENOSYS.  Some functions are actually named
34694     something starting with __ and the normal name is an alias.  */
34695 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34696 choke me
34697 #else
34698 char (*f) () = $ac_func;
34699 #endif
34700 #ifdef __cplusplus
34701 }
34702 #endif
34703
34704 int
34705 main ()
34706 {
34707 return f != $ac_func;
34708   ;
34709   return 0;
34710 }
34711 _ACEOF
34712 rm -f conftest.$ac_objext conftest$ac_exeext
34713 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34714   (eval $ac_link) 2>conftest.er1
34715   ac_status=$?
34716   grep -v '^ *+' conftest.er1 >conftest.err
34717   rm -f conftest.er1
34718   cat conftest.err >&5
34719   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34720   (exit $ac_status); } &&
34721          { ac_try='test -z "$ac_c_werror_flag"
34722                          || test ! -s conftest.err'
34723   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34724   (eval $ac_try) 2>&5
34725   ac_status=$?
34726   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34727   (exit $ac_status); }; } &&
34728          { ac_try='test -s conftest$ac_exeext'
34729   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34730   (eval $ac_try) 2>&5
34731   ac_status=$?
34732   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34733   (exit $ac_status); }; }; then
34734   eval "$as_ac_var=yes"
34735 else
34736   echo "$as_me: failed program was:" >&5
34737 sed 's/^/| /' conftest.$ac_ext >&5
34738
34739 eval "$as_ac_var=no"
34740 fi
34741 rm -f conftest.err conftest.$ac_objext \
34742       conftest$ac_exeext conftest.$ac_ext
34743 fi
34744 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34745 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34746 if test `eval echo '${'$as_ac_var'}'` = yes; then
34747   cat >>confdefs.h <<_ACEOF
34748 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34749 _ACEOF
34750
34751 fi
34752 done
34753
34754
34755             echo "$as_me:$LINENO: checking for timezone variable in <time.h>" >&5
34756 echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6
34757 if test "${wx_cv_var_timezone+set}" = set; then
34758   echo $ECHO_N "(cached) $ECHO_C" >&6
34759 else
34760
34761                         cat >conftest.$ac_ext <<_ACEOF
34762 /* confdefs.h.  */
34763 _ACEOF
34764 cat confdefs.h >>conftest.$ac_ext
34765 cat >>conftest.$ac_ext <<_ACEOF
34766 /* end confdefs.h.  */
34767
34768                                 #include <time.h>
34769
34770 int
34771 main ()
34772 {
34773
34774                                 int tz;
34775                                 tz = timezone;
34776
34777   ;
34778   return 0;
34779 }
34780 _ACEOF
34781 rm -f conftest.$ac_objext
34782 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34783   (eval $ac_compile) 2>conftest.er1
34784   ac_status=$?
34785   grep -v '^ *+' conftest.er1 >conftest.err
34786   rm -f conftest.er1
34787   cat conftest.err >&5
34788   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34789   (exit $ac_status); } &&
34790          { ac_try='test -z "$ac_c_werror_flag"
34791                          || test ! -s conftest.err'
34792   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34793   (eval $ac_try) 2>&5
34794   ac_status=$?
34795   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34796   (exit $ac_status); }; } &&
34797          { ac_try='test -s conftest.$ac_objext'
34798   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34799   (eval $ac_try) 2>&5
34800   ac_status=$?
34801   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34802   (exit $ac_status); }; }; then
34803
34804                                 wx_cv_var_timezone=timezone
34805
34806 else
34807   echo "$as_me: failed program was:" >&5
34808 sed 's/^/| /' conftest.$ac_ext >&5
34809
34810
34811                                 cat >conftest.$ac_ext <<_ACEOF
34812 /* confdefs.h.  */
34813 _ACEOF
34814 cat confdefs.h >>conftest.$ac_ext
34815 cat >>conftest.$ac_ext <<_ACEOF
34816 /* end confdefs.h.  */
34817
34818                                         #include <time.h>
34819
34820 int
34821 main ()
34822 {
34823
34824                                         int tz;
34825                                         tz = _timezone;
34826
34827   ;
34828   return 0;
34829 }
34830 _ACEOF
34831 rm -f conftest.$ac_objext
34832 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34833   (eval $ac_compile) 2>conftest.er1
34834   ac_status=$?
34835   grep -v '^ *+' conftest.er1 >conftest.err
34836   rm -f conftest.er1
34837   cat conftest.err >&5
34838   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34839   (exit $ac_status); } &&
34840          { ac_try='test -z "$ac_c_werror_flag"
34841                          || test ! -s conftest.err'
34842   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34843   (eval $ac_try) 2>&5
34844   ac_status=$?
34845   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34846   (exit $ac_status); }; } &&
34847          { ac_try='test -s conftest.$ac_objext'
34848   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34849   (eval $ac_try) 2>&5
34850   ac_status=$?
34851   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34852   (exit $ac_status); }; }; then
34853
34854                                         wx_cv_var_timezone=_timezone
34855
34856 else
34857   echo "$as_me: failed program was:" >&5
34858 sed 's/^/| /' conftest.$ac_ext >&5
34859
34860
34861                                         cat >conftest.$ac_ext <<_ACEOF
34862 /* confdefs.h.  */
34863 _ACEOF
34864 cat confdefs.h >>conftest.$ac_ext
34865 cat >>conftest.$ac_ext <<_ACEOF
34866 /* end confdefs.h.  */
34867
34868                                                 #include <time.h>
34869
34870 int
34871 main ()
34872 {
34873
34874                                                 int tz;
34875                                                 tz = __timezone;
34876
34877   ;
34878   return 0;
34879 }
34880 _ACEOF
34881 rm -f conftest.$ac_objext
34882 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34883   (eval $ac_compile) 2>conftest.er1
34884   ac_status=$?
34885   grep -v '^ *+' conftest.er1 >conftest.err
34886   rm -f conftest.er1
34887   cat conftest.err >&5
34888   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34889   (exit $ac_status); } &&
34890          { ac_try='test -z "$ac_c_werror_flag"
34891                          || test ! -s conftest.err'
34892   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34893   (eval $ac_try) 2>&5
34894   ac_status=$?
34895   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34896   (exit $ac_status); }; } &&
34897          { ac_try='test -s conftest.$ac_objext'
34898   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34899   (eval $ac_try) 2>&5
34900   ac_status=$?
34901   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34902   (exit $ac_status); }; }; then
34903
34904                                                 wx_cv_var_timezone=__timezone
34905
34906 else
34907   echo "$as_me: failed program was:" >&5
34908 sed 's/^/| /' conftest.$ac_ext >&5
34909
34910
34911                                                 if test "$USE_DOS" = 0 ; then
34912                                                     { echo "$as_me:$LINENO: WARNING: no timezone variable" >&5
34913 echo "$as_me: WARNING: no timezone variable" >&2;}
34914                                                 fi
34915
34916
34917 fi
34918 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34919
34920
34921 fi
34922 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34923
34924
34925 fi
34926 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34927
34928
34929 fi
34930 echo "$as_me:$LINENO: result: $wx_cv_var_timezone" >&5
34931 echo "${ECHO_T}$wx_cv_var_timezone" >&6
34932
34933         if test "x$wx_cv_var_timezone" != x ; then
34934         cat >>confdefs.h <<_ACEOF
34935 #define WX_TIMEZONE $wx_cv_var_timezone
34936 _ACEOF
34937
34938     fi
34939
34940
34941 for ac_func in localtime
34942 do
34943 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34944 echo "$as_me:$LINENO: checking for $ac_func" >&5
34945 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34946 if eval "test \"\${$as_ac_var+set}\" = set"; then
34947   echo $ECHO_N "(cached) $ECHO_C" >&6
34948 else
34949   cat >conftest.$ac_ext <<_ACEOF
34950 /* confdefs.h.  */
34951 _ACEOF
34952 cat confdefs.h >>conftest.$ac_ext
34953 cat >>conftest.$ac_ext <<_ACEOF
34954 /* end confdefs.h.  */
34955 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34956    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
34957 #define $ac_func innocuous_$ac_func
34958
34959 /* System header to define __stub macros and hopefully few prototypes,
34960     which can conflict with char $ac_func (); below.
34961     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34962     <limits.h> exists even on freestanding compilers.  */
34963
34964 #ifdef __STDC__
34965 # include <limits.h>
34966 #else
34967 # include <assert.h>
34968 #endif
34969
34970 #undef $ac_func
34971
34972 /* Override any gcc2 internal prototype to avoid an error.  */
34973 #ifdef __cplusplus
34974 extern "C"
34975 {
34976 #endif
34977 /* We use char because int might match the return type of a gcc2
34978    builtin and then its argument prototype would still apply.  */
34979 char $ac_func ();
34980 /* The GNU C library defines this for functions which it implements
34981     to always fail with ENOSYS.  Some functions are actually named
34982     something starting with __ and the normal name is an alias.  */
34983 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34984 choke me
34985 #else
34986 char (*f) () = $ac_func;
34987 #endif
34988 #ifdef __cplusplus
34989 }
34990 #endif
34991
34992 int
34993 main ()
34994 {
34995 return f != $ac_func;
34996   ;
34997   return 0;
34998 }
34999 _ACEOF
35000 rm -f conftest.$ac_objext conftest$ac_exeext
35001 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35002   (eval $ac_link) 2>conftest.er1
35003   ac_status=$?
35004   grep -v '^ *+' conftest.er1 >conftest.err
35005   rm -f conftest.er1
35006   cat conftest.err >&5
35007   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35008   (exit $ac_status); } &&
35009          { ac_try='test -z "$ac_c_werror_flag"
35010                          || test ! -s conftest.err'
35011   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35012   (eval $ac_try) 2>&5
35013   ac_status=$?
35014   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35015   (exit $ac_status); }; } &&
35016          { ac_try='test -s conftest$ac_exeext'
35017   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35018   (eval $ac_try) 2>&5
35019   ac_status=$?
35020   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35021   (exit $ac_status); }; }; then
35022   eval "$as_ac_var=yes"
35023 else
35024   echo "$as_me: failed program was:" >&5
35025 sed 's/^/| /' conftest.$ac_ext >&5
35026
35027 eval "$as_ac_var=no"
35028 fi
35029 rm -f conftest.err conftest.$ac_objext \
35030       conftest$ac_exeext conftest.$ac_ext
35031 fi
35032 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35033 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35034 if test `eval echo '${'$as_ac_var'}'` = yes; then
35035   cat >>confdefs.h <<_ACEOF
35036 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35037 _ACEOF
35038
35039 fi
35040 done
35041
35042
35043     if test "$ac_cv_func_localtime" = "yes"; then
35044         echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5
35045 echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
35046 if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then
35047   echo $ECHO_N "(cached) $ECHO_C" >&6
35048 else
35049
35050             cat >conftest.$ac_ext <<_ACEOF
35051 /* confdefs.h.  */
35052 _ACEOF
35053 cat confdefs.h >>conftest.$ac_ext
35054 cat >>conftest.$ac_ext <<_ACEOF
35055 /* end confdefs.h.  */
35056
35057                     #include <time.h>
35058
35059 int
35060 main ()
35061 {
35062
35063                     struct tm tm;
35064                     tm.tm_gmtoff++;
35065
35066   ;
35067   return 0;
35068 }
35069 _ACEOF
35070 rm -f conftest.$ac_objext
35071 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35072   (eval $ac_compile) 2>conftest.er1
35073   ac_status=$?
35074   grep -v '^ *+' conftest.er1 >conftest.err
35075   rm -f conftest.er1
35076   cat conftest.err >&5
35077   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35078   (exit $ac_status); } &&
35079          { ac_try='test -z "$ac_c_werror_flag"
35080                          || test ! -s conftest.err'
35081   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35082   (eval $ac_try) 2>&5
35083   ac_status=$?
35084   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35085   (exit $ac_status); }; } &&
35086          { ac_try='test -s conftest.$ac_objext'
35087   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35088   (eval $ac_try) 2>&5
35089   ac_status=$?
35090   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35091   (exit $ac_status); }; }; then
35092
35093                     wx_cv_struct_tm_has_gmtoff=yes
35094
35095 else
35096   echo "$as_me: failed program was:" >&5
35097 sed 's/^/| /' conftest.$ac_ext >&5
35098
35099 wx_cv_struct_tm_has_gmtoff=no
35100
35101 fi
35102 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
35103
35104 fi
35105 echo "$as_me:$LINENO: result: $wx_cv_struct_tm_has_gmtoff" >&5
35106 echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6
35107     fi
35108
35109     if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
35110         cat >>confdefs.h <<\_ACEOF
35111 #define WX_GMTOFF_IN_TM 1
35112 _ACEOF
35113
35114     fi
35115
35116
35117
35118 for ac_func in gettimeofday ftime
35119 do
35120 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35121 echo "$as_me:$LINENO: checking for $ac_func" >&5
35122 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35123 if eval "test \"\${$as_ac_var+set}\" = set"; then
35124   echo $ECHO_N "(cached) $ECHO_C" >&6
35125 else
35126   cat >conftest.$ac_ext <<_ACEOF
35127 /* confdefs.h.  */
35128 _ACEOF
35129 cat confdefs.h >>conftest.$ac_ext
35130 cat >>conftest.$ac_ext <<_ACEOF
35131 /* end confdefs.h.  */
35132 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35133    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
35134 #define $ac_func innocuous_$ac_func
35135
35136 /* System header to define __stub macros and hopefully few prototypes,
35137     which can conflict with char $ac_func (); below.
35138     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35139     <limits.h> exists even on freestanding compilers.  */
35140
35141 #ifdef __STDC__
35142 # include <limits.h>
35143 #else
35144 # include <assert.h>
35145 #endif
35146
35147 #undef $ac_func
35148
35149 /* Override any gcc2 internal prototype to avoid an error.  */
35150 #ifdef __cplusplus
35151 extern "C"
35152 {
35153 #endif
35154 /* We use char because int might match the return type of a gcc2
35155    builtin and then its argument prototype would still apply.  */
35156 char $ac_func ();
35157 /* The GNU C library defines this for functions which it implements
35158     to always fail with ENOSYS.  Some functions are actually named
35159     something starting with __ and the normal name is an alias.  */
35160 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35161 choke me
35162 #else
35163 char (*f) () = $ac_func;
35164 #endif
35165 #ifdef __cplusplus
35166 }
35167 #endif
35168
35169 int
35170 main ()
35171 {
35172 return f != $ac_func;
35173   ;
35174   return 0;
35175 }
35176 _ACEOF
35177 rm -f conftest.$ac_objext conftest$ac_exeext
35178 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35179   (eval $ac_link) 2>conftest.er1
35180   ac_status=$?
35181   grep -v '^ *+' conftest.er1 >conftest.err
35182   rm -f conftest.er1
35183   cat conftest.err >&5
35184   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35185   (exit $ac_status); } &&
35186          { ac_try='test -z "$ac_c_werror_flag"
35187                          || test ! -s conftest.err'
35188   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35189   (eval $ac_try) 2>&5
35190   ac_status=$?
35191   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35192   (exit $ac_status); }; } &&
35193          { ac_try='test -s conftest$ac_exeext'
35194   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35195   (eval $ac_try) 2>&5
35196   ac_status=$?
35197   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35198   (exit $ac_status); }; }; then
35199   eval "$as_ac_var=yes"
35200 else
35201   echo "$as_me: failed program was:" >&5
35202 sed 's/^/| /' conftest.$ac_ext >&5
35203
35204 eval "$as_ac_var=no"
35205 fi
35206 rm -f conftest.err conftest.$ac_objext \
35207       conftest$ac_exeext conftest.$ac_ext
35208 fi
35209 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35210 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35211 if test `eval echo '${'$as_ac_var'}'` = yes; then
35212   cat >>confdefs.h <<_ACEOF
35213 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35214 _ACEOF
35215  break
35216 fi
35217 done
35218
35219
35220     if test "$ac_cv_func_gettimeofday" = "yes"; then
35221         echo "$as_me:$LINENO: checking whether gettimeofday takes two arguments" >&5
35222 echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6
35223 if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then
35224   echo $ECHO_N "(cached) $ECHO_C" >&6
35225 else
35226
35227
35228
35229             ac_ext=cc
35230 ac_cpp='$CXXCPP $CPPFLAGS'
35231 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35232 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35233 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
35234
35235
35236             cat >conftest.$ac_ext <<_ACEOF
35237 /* confdefs.h.  */
35238 _ACEOF
35239 cat confdefs.h >>conftest.$ac_ext
35240 cat >>conftest.$ac_ext <<_ACEOF
35241 /* end confdefs.h.  */
35242
35243                     #include <sys/time.h>
35244                     #include <unistd.h>
35245
35246 int
35247 main ()
35248 {
35249
35250                     struct timeval tv;
35251                     gettimeofday(&tv, NULL);
35252
35253   ;
35254   return 0;
35255 }
35256 _ACEOF
35257 rm -f conftest.$ac_objext
35258 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35259   (eval $ac_compile) 2>conftest.er1
35260   ac_status=$?
35261   grep -v '^ *+' conftest.er1 >conftest.err
35262   rm -f conftest.er1
35263   cat conftest.err >&5
35264   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35265   (exit $ac_status); } &&
35266          { ac_try='test -z "$ac_cxx_werror_flag"
35267                          || test ! -s conftest.err'
35268   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35269   (eval $ac_try) 2>&5
35270   ac_status=$?
35271   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35272   (exit $ac_status); }; } &&
35273          { ac_try='test -s conftest.$ac_objext'
35274   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35275   (eval $ac_try) 2>&5
35276   ac_status=$?
35277   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35278   (exit $ac_status); }; }; then
35279   wx_cv_func_gettimeofday_has_2_args=yes
35280 else
35281   echo "$as_me: failed program was:" >&5
35282 sed 's/^/| /' conftest.$ac_ext >&5
35283
35284 cat >conftest.$ac_ext <<_ACEOF
35285 /* confdefs.h.  */
35286 _ACEOF
35287 cat confdefs.h >>conftest.$ac_ext
35288 cat >>conftest.$ac_ext <<_ACEOF
35289 /* end confdefs.h.  */
35290
35291                         #include <sys/time.h>
35292                         #include <unistd.h>
35293
35294 int
35295 main ()
35296 {
35297
35298                         struct timeval tv;
35299                         gettimeofday(&tv);
35300
35301   ;
35302   return 0;
35303 }
35304 _ACEOF
35305 rm -f conftest.$ac_objext
35306 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35307   (eval $ac_compile) 2>conftest.er1
35308   ac_status=$?
35309   grep -v '^ *+' conftest.er1 >conftest.err
35310   rm -f conftest.er1
35311   cat conftest.err >&5
35312   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35313   (exit $ac_status); } &&
35314          { ac_try='test -z "$ac_cxx_werror_flag"
35315                          || test ! -s conftest.err'
35316   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35317   (eval $ac_try) 2>&5
35318   ac_status=$?
35319   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35320   (exit $ac_status); }; } &&
35321          { ac_try='test -s conftest.$ac_objext'
35322   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35323   (eval $ac_try) 2>&5
35324   ac_status=$?
35325   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35326   (exit $ac_status); }; }; then
35327   wx_cv_func_gettimeofday_has_2_args=no
35328 else
35329   echo "$as_me: failed program was:" >&5
35330 sed 's/^/| /' conftest.$ac_ext >&5
35331
35332
35333                         { echo "$as_me:$LINENO: WARNING: failed to determine number of gettimeofday() arguments" >&5
35334 echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
35335                         wx_cv_func_gettimeofday_has_2_args=unknown
35336
35337
35338 fi
35339 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
35340
35341 fi
35342 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
35343             ac_ext=c
35344 ac_cpp='$CPP $CPPFLAGS'
35345 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35346 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35347 ac_compiler_gnu=$ac_cv_c_compiler_gnu
35348
35349
35350 fi
35351 echo "$as_me:$LINENO: result: $wx_cv_func_gettimeofday_has_2_args" >&5
35352 echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6
35353
35354         if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
35355             cat >>confdefs.h <<\_ACEOF
35356 #define WX_GETTIMEOFDAY_NO_TZ 1
35357 _ACEOF
35358
35359         fi
35360     fi
35361
35362     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
35363 fi
35364
35365
35366 if test "$wxUSE_SOCKETS" = "yes"; then
35367     if test "$wxUSE_MGL" = "1"; then
35368         { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under MGL... disabled" >&5
35369 echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;}
35370         wxUSE_SOCKETS="no"
35371     fi
35372 fi
35373
35374 if test "$wxUSE_SOCKETS" = "yes"; then
35375         if test "$TOOLKIT" != "MSW"; then
35376                 echo "$as_me:$LINENO: checking for socket" >&5
35377 echo $ECHO_N "checking for socket... $ECHO_C" >&6
35378 if test "${ac_cv_func_socket+set}" = set; then
35379   echo $ECHO_N "(cached) $ECHO_C" >&6
35380 else
35381   cat >conftest.$ac_ext <<_ACEOF
35382 /* confdefs.h.  */
35383 _ACEOF
35384 cat confdefs.h >>conftest.$ac_ext
35385 cat >>conftest.$ac_ext <<_ACEOF
35386 /* end confdefs.h.  */
35387 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
35388    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
35389 #define socket innocuous_socket
35390
35391 /* System header to define __stub macros and hopefully few prototypes,
35392     which can conflict with char socket (); below.
35393     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35394     <limits.h> exists even on freestanding compilers.  */
35395
35396 #ifdef __STDC__
35397 # include <limits.h>
35398 #else
35399 # include <assert.h>
35400 #endif
35401
35402 #undef socket
35403
35404 /* Override any gcc2 internal prototype to avoid an error.  */
35405 #ifdef __cplusplus
35406 extern "C"
35407 {
35408 #endif
35409 /* We use char because int might match the return type of a gcc2
35410    builtin and then its argument prototype would still apply.  */
35411 char socket ();
35412 /* The GNU C library defines this for functions which it implements
35413     to always fail with ENOSYS.  Some functions are actually named
35414     something starting with __ and the normal name is an alias.  */
35415 #if defined (__stub_socket) || defined (__stub___socket)
35416 choke me
35417 #else
35418 char (*f) () = socket;
35419 #endif
35420 #ifdef __cplusplus
35421 }
35422 #endif
35423
35424 int
35425 main ()
35426 {
35427 return f != socket;
35428   ;
35429   return 0;
35430 }
35431 _ACEOF
35432 rm -f conftest.$ac_objext conftest$ac_exeext
35433 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35434   (eval $ac_link) 2>conftest.er1
35435   ac_status=$?
35436   grep -v '^ *+' conftest.er1 >conftest.err
35437   rm -f conftest.er1
35438   cat conftest.err >&5
35439   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35440   (exit $ac_status); } &&
35441          { ac_try='test -z "$ac_c_werror_flag"
35442                          || test ! -s conftest.err'
35443   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35444   (eval $ac_try) 2>&5
35445   ac_status=$?
35446   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35447   (exit $ac_status); }; } &&
35448          { ac_try='test -s conftest$ac_exeext'
35449   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35450   (eval $ac_try) 2>&5
35451   ac_status=$?
35452   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35453   (exit $ac_status); }; }; then
35454   ac_cv_func_socket=yes
35455 else
35456   echo "$as_me: failed program was:" >&5
35457 sed 's/^/| /' conftest.$ac_ext >&5
35458
35459 ac_cv_func_socket=no
35460 fi
35461 rm -f conftest.err conftest.$ac_objext \
35462       conftest$ac_exeext conftest.$ac_ext
35463 fi
35464 echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
35465 echo "${ECHO_T}$ac_cv_func_socket" >&6
35466 if test $ac_cv_func_socket = yes; then
35467   :
35468 else
35469
35470                 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
35471 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
35472 if test "${ac_cv_lib_socket_socket+set}" = set; then
35473   echo $ECHO_N "(cached) $ECHO_C" >&6
35474 else
35475   ac_check_lib_save_LIBS=$LIBS
35476 LIBS="-lsocket  $LIBS"
35477 cat >conftest.$ac_ext <<_ACEOF
35478 /* confdefs.h.  */
35479 _ACEOF
35480 cat confdefs.h >>conftest.$ac_ext
35481 cat >>conftest.$ac_ext <<_ACEOF
35482 /* end confdefs.h.  */
35483
35484 /* Override any gcc2 internal prototype to avoid an error.  */
35485 #ifdef __cplusplus
35486 extern "C"
35487 #endif
35488 /* We use char because int might match the return type of a gcc2
35489    builtin and then its argument prototype would still apply.  */
35490 char socket ();
35491 int
35492 main ()
35493 {
35494 socket ();
35495   ;
35496   return 0;
35497 }
35498 _ACEOF
35499 rm -f conftest.$ac_objext conftest$ac_exeext
35500 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35501   (eval $ac_link) 2>conftest.er1
35502   ac_status=$?
35503   grep -v '^ *+' conftest.er1 >conftest.err
35504   rm -f conftest.er1
35505   cat conftest.err >&5
35506   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35507   (exit $ac_status); } &&
35508          { ac_try='test -z "$ac_c_werror_flag"
35509                          || test ! -s conftest.err'
35510   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35511   (eval $ac_try) 2>&5
35512   ac_status=$?
35513   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35514   (exit $ac_status); }; } &&
35515          { ac_try='test -s conftest$ac_exeext'
35516   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35517   (eval $ac_try) 2>&5
35518   ac_status=$?
35519   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35520   (exit $ac_status); }; }; then
35521   ac_cv_lib_socket_socket=yes
35522 else
35523   echo "$as_me: failed program was:" >&5
35524 sed 's/^/| /' conftest.$ac_ext >&5
35525
35526 ac_cv_lib_socket_socket=no
35527 fi
35528 rm -f conftest.err conftest.$ac_objext \
35529       conftest$ac_exeext conftest.$ac_ext
35530 LIBS=$ac_check_lib_save_LIBS
35531 fi
35532 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
35533 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
35534 if test $ac_cv_lib_socket_socket = yes; then
35535   if test "$INET_LINK" != " -lsocket"; then
35536                         INET_LINK="$INET_LINK -lsocket"
35537                     fi
35538 else
35539
35540                         { echo "$as_me:$LINENO: WARNING: socket library not found - sockets will be disabled" >&5
35541 echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
35542                         wxUSE_SOCKETS=no
35543
35544
35545 fi
35546
35547
35548
35549 fi
35550
35551     fi
35552 fi
35553
35554 if test "$wxUSE_SOCKETS" = "yes" ; then
35555                 if test "$TOOLKIT" != "MSW"; then
35556                                         ac_ext=cc
35557 ac_cpp='$CXXCPP $CPPFLAGS'
35558 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35559 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35560 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
35561
35562         echo "$as_me:$LINENO: checking what is the type of the third argument of getsockname" >&5
35563 echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6
35564 if test "${wx_cv_type_getsockname3+set}" = set; then
35565   echo $ECHO_N "(cached) $ECHO_C" >&6
35566 else
35567
35568                 cat >conftest.$ac_ext <<_ACEOF
35569 /* confdefs.h.  */
35570 _ACEOF
35571 cat confdefs.h >>conftest.$ac_ext
35572 cat >>conftest.$ac_ext <<_ACEOF
35573 /* end confdefs.h.  */
35574
35575                         #include <sys/types.h>
35576                         #include <sys/socket.h>
35577
35578 int
35579 main ()
35580 {
35581
35582                         socklen_t len;
35583                         getsockname(0, 0, &len);
35584
35585   ;
35586   return 0;
35587 }
35588 _ACEOF
35589 rm -f conftest.$ac_objext
35590 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35591   (eval $ac_compile) 2>conftest.er1
35592   ac_status=$?
35593   grep -v '^ *+' conftest.er1 >conftest.err
35594   rm -f conftest.er1
35595   cat conftest.err >&5
35596   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35597   (exit $ac_status); } &&
35598          { ac_try='test -z "$ac_cxx_werror_flag"
35599                          || test ! -s conftest.err'
35600   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35601   (eval $ac_try) 2>&5
35602   ac_status=$?
35603   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35604   (exit $ac_status); }; } &&
35605          { ac_try='test -s conftest.$ac_objext'
35606   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35607   (eval $ac_try) 2>&5
35608   ac_status=$?
35609   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35610   (exit $ac_status); }; }; then
35611   wx_cv_type_getsockname3=socklen_t
35612 else
35613   echo "$as_me: failed program was:" >&5
35614 sed 's/^/| /' conftest.$ac_ext >&5
35615
35616
35617                                                                                                                                                                         CFLAGS_OLD="$CFLAGS"
35618                         if test "$GCC" = yes ; then
35619                             CFLAGS="$CFLAGS -Werror"
35620                         fi
35621
35622                         cat >conftest.$ac_ext <<_ACEOF
35623 /* confdefs.h.  */
35624 _ACEOF
35625 cat confdefs.h >>conftest.$ac_ext
35626 cat >>conftest.$ac_ext <<_ACEOF
35627 /* end confdefs.h.  */
35628
35629                                 #include <sys/types.h>
35630                                 #include <sys/socket.h>
35631
35632 int
35633 main ()
35634 {
35635
35636                                 size_t len;
35637                                 getsockname(0, 0, &len);
35638
35639   ;
35640   return 0;
35641 }
35642 _ACEOF
35643 rm -f conftest.$ac_objext
35644 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35645   (eval $ac_compile) 2>conftest.er1
35646   ac_status=$?
35647   grep -v '^ *+' conftest.er1 >conftest.err
35648   rm -f conftest.er1
35649   cat conftest.err >&5
35650   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35651   (exit $ac_status); } &&
35652          { ac_try='test -z "$ac_cxx_werror_flag"
35653                          || test ! -s conftest.err'
35654   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35655   (eval $ac_try) 2>&5
35656   ac_status=$?
35657   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35658   (exit $ac_status); }; } &&
35659          { ac_try='test -s conftest.$ac_objext'
35660   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35661   (eval $ac_try) 2>&5
35662   ac_status=$?
35663   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35664   (exit $ac_status); }; }; then
35665   wx_cv_type_getsockname3=size_t
35666 else
35667   echo "$as_me: failed program was:" >&5
35668 sed 's/^/| /' conftest.$ac_ext >&5
35669
35670 cat >conftest.$ac_ext <<_ACEOF
35671 /* confdefs.h.  */
35672 _ACEOF
35673 cat confdefs.h >>conftest.$ac_ext
35674 cat >>conftest.$ac_ext <<_ACEOF
35675 /* end confdefs.h.  */
35676
35677                                     #include <sys/types.h>
35678                                     #include <sys/socket.h>
35679
35680 int
35681 main ()
35682 {
35683
35684                                     int len;
35685                                     getsockname(0, 0, &len);
35686
35687   ;
35688   return 0;
35689 }
35690 _ACEOF
35691 rm -f conftest.$ac_objext
35692 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35693   (eval $ac_compile) 2>conftest.er1
35694   ac_status=$?
35695   grep -v '^ *+' conftest.er1 >conftest.err
35696   rm -f conftest.er1
35697   cat conftest.err >&5
35698   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35699   (exit $ac_status); } &&
35700          { ac_try='test -z "$ac_cxx_werror_flag"
35701                          || test ! -s conftest.err'
35702   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35703   (eval $ac_try) 2>&5
35704   ac_status=$?
35705   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35706   (exit $ac_status); }; } &&
35707          { ac_try='test -s conftest.$ac_objext'
35708   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35709   (eval $ac_try) 2>&5
35710   ac_status=$?
35711   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35712   (exit $ac_status); }; }; then
35713   wx_cv_type_getsockname3=int
35714 else
35715   echo "$as_me: failed program was:" >&5
35716 sed 's/^/| /' conftest.$ac_ext >&5
35717
35718 wx_cv_type_getsockname3=unknown
35719
35720 fi
35721 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
35722
35723 fi
35724 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
35725
35726                         CFLAGS="$CFLAGS_OLD"
35727
35728
35729 fi
35730 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
35731
35732 fi
35733 echo "$as_me:$LINENO: result: $wx_cv_type_getsockname3" >&5
35734 echo "${ECHO_T}$wx_cv_type_getsockname3" >&6
35735
35736         if test "$wx_cv_type_getsockname3" = "unknown"; then
35737             wxUSE_SOCKETS=no
35738             { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
35739 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
35740         else
35741             cat >>confdefs.h <<_ACEOF
35742 #define SOCKLEN_T $wx_cv_type_getsockname3
35743 _ACEOF
35744
35745         fi
35746         ac_ext=c
35747 ac_cpp='$CPP $CPPFLAGS'
35748 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35749 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35750 ac_compiler_gnu=$ac_cv_c_compiler_gnu
35751
35752     fi
35753 fi
35754
35755 if test "$wxUSE_SOCKETS" = "yes" ; then
35756     cat >>confdefs.h <<\_ACEOF
35757 #define wxUSE_SOCKETS 1
35758 _ACEOF
35759
35760     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
35761 fi
35762
35763 if test "$wxUSE_PROTOCOL" = "yes"; then
35764     if test "$wxUSE_SOCKETS" != "yes"; then
35765         { echo "$as_me:$LINENO: WARNING: Protocol classes require sockets... disabled" >&5
35766 echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
35767         wxUSE_PROTOCOL=no
35768     fi
35769 fi
35770
35771 if test "$wxUSE_PROTOCOL" = "yes"; then
35772     cat >>confdefs.h <<\_ACEOF
35773 #define wxUSE_PROTOCOL 1
35774 _ACEOF
35775
35776
35777     if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
35778         cat >>confdefs.h <<\_ACEOF
35779 #define wxUSE_PROTOCOL_HTTP 1
35780 _ACEOF
35781
35782     fi
35783     if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
35784         cat >>confdefs.h <<\_ACEOF
35785 #define wxUSE_PROTOCOL_FTP 1
35786 _ACEOF
35787
35788     fi
35789     if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
35790         cat >>confdefs.h <<\_ACEOF
35791 #define wxUSE_PROTOCOL_FILE 1
35792 _ACEOF
35793
35794     fi
35795 else
35796     if test "$wxUSE_FS_INET" = "yes"; then
35797         { echo "$as_me:$LINENO: WARNING: HTTP filesystem require protocol classes... disabled" >&5
35798 echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;}
35799         wxUSE_FS_INET="no"
35800     fi
35801 fi
35802
35803 if test "$wxUSE_URL" = "yes"; then
35804     if test "$wxUSE_PROTOCOL" != "yes"; then
35805         { echo "$as_me:$LINENO: WARNING: wxURL class requires wxProtocol... disabled" >&5
35806 echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
35807         wxUSE_URL=no
35808     fi
35809     if test "$wxUSE_URL" = "yes"; then
35810         cat >>confdefs.h <<\_ACEOF
35811 #define wxUSE_URL 1
35812 _ACEOF
35813
35814     fi
35815 fi
35816
35817 if test "$wxUSE_FS_INET" = "yes"; then
35818   cat >>confdefs.h <<\_ACEOF
35819 #define wxUSE_FS_INET 1
35820 _ACEOF
35821
35822 fi
35823
35824
35825 if test "$wxUSE_GUI" = "yes"; then
35826
35827     if test "$TOOLKIT" = "MAC" -o "$TOOLKIT" = "COCOA"; then
35828         { echo "$as_me:$LINENO: WARNING: Joystick not yet supported under Mac OS X... disabled" >&5
35829 echo "$as_me: WARNING: Joystick not yet supported under Mac OS X... disabled" >&2;}
35830         wxUSE_JOYSTICK=no
35831      fi
35832
35833          if test "$TOOLKIT" != "MSW"; then
35834         if test "$wxUSE_JOYSTICK" = "yes"; then
35835
35836 for ac_header in linux/joystick.h
35837 do
35838 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
35839 if eval "test \"\${$as_ac_Header+set}\" = set"; then
35840   echo "$as_me:$LINENO: checking for $ac_header" >&5
35841 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
35842 if eval "test \"\${$as_ac_Header+set}\" = set"; then
35843   echo $ECHO_N "(cached) $ECHO_C" >&6
35844 fi
35845 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
35846 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
35847 else
35848   # Is the header compilable?
35849 echo "$as_me:$LINENO: checking $ac_header usability" >&5
35850 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
35851 cat >conftest.$ac_ext <<_ACEOF
35852 /* confdefs.h.  */
35853 _ACEOF
35854 cat confdefs.h >>conftest.$ac_ext
35855 cat >>conftest.$ac_ext <<_ACEOF
35856 /* end confdefs.h.  */
35857 $ac_includes_default
35858 #include <$ac_header>
35859 _ACEOF
35860 rm -f conftest.$ac_objext
35861 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35862   (eval $ac_compile) 2>conftest.er1
35863   ac_status=$?
35864   grep -v '^ *+' conftest.er1 >conftest.err
35865   rm -f conftest.er1
35866   cat conftest.err >&5
35867   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35868   (exit $ac_status); } &&
35869          { ac_try='test -z "$ac_c_werror_flag"
35870                          || test ! -s conftest.err'
35871   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35872   (eval $ac_try) 2>&5
35873   ac_status=$?
35874   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35875   (exit $ac_status); }; } &&
35876          { ac_try='test -s conftest.$ac_objext'
35877   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35878   (eval $ac_try) 2>&5
35879   ac_status=$?
35880   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35881   (exit $ac_status); }; }; then
35882   ac_header_compiler=yes
35883 else
35884   echo "$as_me: failed program was:" >&5
35885 sed 's/^/| /' conftest.$ac_ext >&5
35886
35887 ac_header_compiler=no
35888 fi
35889 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
35890 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
35891 echo "${ECHO_T}$ac_header_compiler" >&6
35892
35893 # Is the header present?
35894 echo "$as_me:$LINENO: checking $ac_header presence" >&5
35895 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
35896 cat >conftest.$ac_ext <<_ACEOF
35897 /* confdefs.h.  */
35898 _ACEOF
35899 cat confdefs.h >>conftest.$ac_ext
35900 cat >>conftest.$ac_ext <<_ACEOF
35901 /* end confdefs.h.  */
35902 #include <$ac_header>
35903 _ACEOF
35904 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
35905   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
35906   ac_status=$?
35907   grep -v '^ *+' conftest.er1 >conftest.err
35908   rm -f conftest.er1
35909   cat conftest.err >&5
35910   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35911   (exit $ac_status); } >/dev/null; then
35912   if test -s conftest.err; then
35913     ac_cpp_err=$ac_c_preproc_warn_flag
35914     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
35915   else
35916     ac_cpp_err=
35917   fi
35918 else
35919   ac_cpp_err=yes
35920 fi
35921 if test -z "$ac_cpp_err"; then
35922   ac_header_preproc=yes
35923 else
35924   echo "$as_me: failed program was:" >&5
35925 sed 's/^/| /' conftest.$ac_ext >&5
35926
35927   ac_header_preproc=no
35928 fi
35929 rm -f conftest.err conftest.$ac_ext
35930 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
35931 echo "${ECHO_T}$ac_header_preproc" >&6
35932
35933 # So?  What about this header?
35934 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
35935   yes:no: )
35936     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
35937 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
35938     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
35939 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
35940     ac_header_preproc=yes
35941     ;;
35942   no:yes:* )
35943     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
35944 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
35945     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
35946 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
35947     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
35948 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
35949     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
35950 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
35951     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
35952 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
35953     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
35954 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
35955     (
35956       cat <<\_ASBOX
35957 ## ----------------------------------------- ##
35958 ## Report this to wx-dev@lists.wxwidgets.org ##
35959 ## ----------------------------------------- ##
35960 _ASBOX
35961     ) |
35962       sed "s/^/$as_me: WARNING:     /" >&2
35963     ;;
35964 esac
35965 echo "$as_me:$LINENO: checking for $ac_header" >&5
35966 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
35967 if eval "test \"\${$as_ac_Header+set}\" = set"; then
35968   echo $ECHO_N "(cached) $ECHO_C" >&6
35969 else
35970   eval "$as_ac_Header=\$ac_header_preproc"
35971 fi
35972 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
35973 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
35974
35975 fi
35976 if test `eval echo '${'$as_ac_Header'}'` = yes; then
35977   cat >>confdefs.h <<_ACEOF
35978 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
35979 _ACEOF
35980
35981 fi
35982
35983 done
35984
35985             if test "$ac_cv_header_linux_joystick_h" != "yes"; then
35986                 wxUSE_JOYSTICK=no
35987                 { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
35988 echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
35989             fi
35990         fi
35991     fi
35992
35993     if test "$wxUSE_JOYSTICK" = "yes"; then
35994         cat >>confdefs.h <<\_ACEOF
35995 #define wxUSE_JOYSTICK 1
35996 _ACEOF
35997
35998         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
35999     fi
36000 fi
36001
36002
36003
36004 if test "$wxUSE_FONTMAP" = "yes" ; then
36005   cat >>confdefs.h <<\_ACEOF
36006 #define wxUSE_FONTMAP 1
36007 _ACEOF
36008
36009 fi
36010
36011 if test "$wxUSE_UNICODE" = "yes" ; then
36012   cat >>confdefs.h <<\_ACEOF
36013 #define wxUSE_UNICODE 1
36014 _ACEOF
36015
36016
36017   if test "$USE_WIN32" != 1; then
36018       wxUSE_UNICODE_MSLU=no
36019   fi
36020
36021   if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
36022         echo "$as_me:$LINENO: checking for main in -lunicows" >&5
36023 echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6
36024 if test "${ac_cv_lib_unicows_main+set}" = set; then
36025   echo $ECHO_N "(cached) $ECHO_C" >&6
36026 else
36027   ac_check_lib_save_LIBS=$LIBS
36028 LIBS="-lunicows  $LIBS"
36029 cat >conftest.$ac_ext <<_ACEOF
36030 /* confdefs.h.  */
36031 _ACEOF
36032 cat confdefs.h >>conftest.$ac_ext
36033 cat >>conftest.$ac_ext <<_ACEOF
36034 /* end confdefs.h.  */
36035
36036
36037 int
36038 main ()
36039 {
36040 main ();
36041   ;
36042   return 0;
36043 }
36044 _ACEOF
36045 rm -f conftest.$ac_objext conftest$ac_exeext
36046 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36047   (eval $ac_link) 2>conftest.er1
36048   ac_status=$?
36049   grep -v '^ *+' conftest.er1 >conftest.err
36050   rm -f conftest.er1
36051   cat conftest.err >&5
36052   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36053   (exit $ac_status); } &&
36054          { ac_try='test -z "$ac_c_werror_flag"
36055                          || test ! -s conftest.err'
36056   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36057   (eval $ac_try) 2>&5
36058   ac_status=$?
36059   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36060   (exit $ac_status); }; } &&
36061          { ac_try='test -s conftest$ac_exeext'
36062   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36063   (eval $ac_try) 2>&5
36064   ac_status=$?
36065   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36066   (exit $ac_status); }; }; then
36067   ac_cv_lib_unicows_main=yes
36068 else
36069   echo "$as_me: failed program was:" >&5
36070 sed 's/^/| /' conftest.$ac_ext >&5
36071
36072 ac_cv_lib_unicows_main=no
36073 fi
36074 rm -f conftest.err conftest.$ac_objext \
36075       conftest$ac_exeext conftest.$ac_ext
36076 LIBS=$ac_check_lib_save_LIBS
36077 fi
36078 echo "$as_me:$LINENO: result: $ac_cv_lib_unicows_main" >&5
36079 echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6
36080 if test $ac_cv_lib_unicows_main = yes; then
36081
36082                 cat >>confdefs.h <<\_ACEOF
36083 #define wxUSE_UNICODE_MSLU 1
36084 _ACEOF
36085
36086
36087 else
36088
36089                 { echo "$as_me:$LINENO: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
36090                              Applications will only run on Windows NT/2000/XP!" >&5
36091 echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
36092                              Applications will only run on Windows NT/2000/XP!" >&2;}
36093                 wxUSE_UNICODE_MSLU=no
36094
36095 fi
36096
36097     fi
36098 fi
36099
36100 if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
36101   cat >>confdefs.h <<\_ACEOF
36102 #define wxUSE_EXPERIMENTAL_PRINTF 1
36103 _ACEOF
36104
36105 fi
36106
36107
36108 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
36109   cat >>confdefs.h <<\_ACEOF
36110 #define wxUSE_POSTSCRIPT 1
36111 _ACEOF
36112
36113 fi
36114
36115 cat >>confdefs.h <<\_ACEOF
36116 #define wxUSE_AFM_FOR_POSTSCRIPT 1
36117 _ACEOF
36118
36119
36120 cat >>confdefs.h <<\_ACEOF
36121 #define wxUSE_NORMALIZED_PS_FONTS 1
36122 _ACEOF
36123
36124
36125
36126 if test "$wxUSE_CONSTRAINTS" = "yes"; then
36127     cat >>confdefs.h <<\_ACEOF
36128 #define wxUSE_CONSTRAINTS 1
36129 _ACEOF
36130
36131     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
36132 fi
36133
36134 if test "$wxUSE_MDI" = "yes"; then
36135     cat >>confdefs.h <<\_ACEOF
36136 #define wxUSE_MDI 1
36137 _ACEOF
36138
36139
36140     if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
36141         cat >>confdefs.h <<\_ACEOF
36142 #define wxUSE_MDI_ARCHITECTURE 1
36143 _ACEOF
36144
36145         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
36146     fi
36147 fi
36148
36149 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
36150     cat >>confdefs.h <<\_ACEOF
36151 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
36152 _ACEOF
36153
36154     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
36155     if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
36156         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi"
36157     fi
36158 fi
36159
36160 if test "$wxUSE_HELP" = "yes"; then
36161     cat >>confdefs.h <<\_ACEOF
36162 #define wxUSE_HELP 1
36163 _ACEOF
36164
36165     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
36166
36167     if test "$wxUSE_MSW" = 1; then
36168       if test "$wxUSE_MS_HTML_HELP" = "yes"; then
36169         cat >>confdefs.h <<\_ACEOF
36170 #define wxUSE_MS_HTML_HELP 1
36171 _ACEOF
36172
36173       fi
36174     fi
36175
36176     if test "$wxUSE_WXHTML_HELP" = "yes"; then
36177       if test "$wxUSE_HTML" = "yes"; then
36178         cat >>confdefs.h <<\_ACEOF
36179 #define wxUSE_WXHTML_HELP 1
36180 _ACEOF
36181
36182       else
36183         { echo "$as_me:$LINENO: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
36184 echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
36185         wxUSE_WXHTML_HELP=no
36186       fi
36187     fi
36188 fi
36189
36190 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
36191     if test "$wxUSE_CONSTRAINTS" != "yes"; then
36192         { echo "$as_me:$LINENO: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&5
36193 echo "$as_me: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&2;}
36194     else
36195         cat >>confdefs.h <<\_ACEOF
36196 #define wxUSE_PRINTING_ARCHITECTURE 1
36197 _ACEOF
36198
36199     fi
36200     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
36201 fi
36202
36203 if test "$wxUSE_PROLOGIO" = "yes" -o  "$wxUSE_RESOURCES" = "yes"; then
36204     { { echo "$as_me:$LINENO: error: wxExpr and old-style resources are now available in contrib only" >&5
36205 echo "$as_me: error: wxExpr and old-style resources are now available in contrib only" >&2;}
36206    { (exit 1); exit 1; }; }
36207 fi
36208
36209
36210 if test "$USE_WIN32" = 1 -a \( "$wxUSE_DATAOBJ"       = "yes" \
36211                           -o "$wxUSE_CLIPBOARD"     = "yes" \
36212                           -o "$wxUSE_OLE"     = "yes" \
36213                           -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then
36214
36215 for ac_header in ole2.h
36216 do
36217 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
36218 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36219   echo "$as_me:$LINENO: checking for $ac_header" >&5
36220 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
36221 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36222   echo $ECHO_N "(cached) $ECHO_C" >&6
36223 fi
36224 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
36225 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
36226 else
36227   # Is the header compilable?
36228 echo "$as_me:$LINENO: checking $ac_header usability" >&5
36229 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
36230 cat >conftest.$ac_ext <<_ACEOF
36231 /* confdefs.h.  */
36232 _ACEOF
36233 cat confdefs.h >>conftest.$ac_ext
36234 cat >>conftest.$ac_ext <<_ACEOF
36235 /* end confdefs.h.  */
36236 $ac_includes_default
36237 #include <$ac_header>
36238 _ACEOF
36239 rm -f conftest.$ac_objext
36240 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36241   (eval $ac_compile) 2>conftest.er1
36242   ac_status=$?
36243   grep -v '^ *+' conftest.er1 >conftest.err
36244   rm -f conftest.er1
36245   cat conftest.err >&5
36246   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36247   (exit $ac_status); } &&
36248          { ac_try='test -z "$ac_c_werror_flag"
36249                          || test ! -s conftest.err'
36250   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36251   (eval $ac_try) 2>&5
36252   ac_status=$?
36253   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36254   (exit $ac_status); }; } &&
36255          { ac_try='test -s conftest.$ac_objext'
36256   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36257   (eval $ac_try) 2>&5
36258   ac_status=$?
36259   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36260   (exit $ac_status); }; }; then
36261   ac_header_compiler=yes
36262 else
36263   echo "$as_me: failed program was:" >&5
36264 sed 's/^/| /' conftest.$ac_ext >&5
36265
36266 ac_header_compiler=no
36267 fi
36268 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
36269 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
36270 echo "${ECHO_T}$ac_header_compiler" >&6
36271
36272 # Is the header present?
36273 echo "$as_me:$LINENO: checking $ac_header presence" >&5
36274 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
36275 cat >conftest.$ac_ext <<_ACEOF
36276 /* confdefs.h.  */
36277 _ACEOF
36278 cat confdefs.h >>conftest.$ac_ext
36279 cat >>conftest.$ac_ext <<_ACEOF
36280 /* end confdefs.h.  */
36281 #include <$ac_header>
36282 _ACEOF
36283 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
36284   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
36285   ac_status=$?
36286   grep -v '^ *+' conftest.er1 >conftest.err
36287   rm -f conftest.er1
36288   cat conftest.err >&5
36289   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36290   (exit $ac_status); } >/dev/null; then
36291   if test -s conftest.err; then
36292     ac_cpp_err=$ac_c_preproc_warn_flag
36293     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
36294   else
36295     ac_cpp_err=
36296   fi
36297 else
36298   ac_cpp_err=yes
36299 fi
36300 if test -z "$ac_cpp_err"; then
36301   ac_header_preproc=yes
36302 else
36303   echo "$as_me: failed program was:" >&5
36304 sed 's/^/| /' conftest.$ac_ext >&5
36305
36306   ac_header_preproc=no
36307 fi
36308 rm -f conftest.err conftest.$ac_ext
36309 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
36310 echo "${ECHO_T}$ac_header_preproc" >&6
36311
36312 # So?  What about this header?
36313 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
36314   yes:no: )
36315     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
36316 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
36317     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
36318 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
36319     ac_header_preproc=yes
36320     ;;
36321   no:yes:* )
36322     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
36323 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
36324     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
36325 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
36326     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
36327 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
36328     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
36329 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
36330     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
36331 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
36332     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
36333 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
36334     (
36335       cat <<\_ASBOX
36336 ## ----------------------------------------- ##
36337 ## Report this to wx-dev@lists.wxwidgets.org ##
36338 ## ----------------------------------------- ##
36339 _ASBOX
36340     ) |
36341       sed "s/^/$as_me: WARNING:     /" >&2
36342     ;;
36343 esac
36344 echo "$as_me:$LINENO: checking for $ac_header" >&5
36345 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
36346 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36347   echo $ECHO_N "(cached) $ECHO_C" >&6
36348 else
36349   eval "$as_ac_Header=\$ac_header_preproc"
36350 fi
36351 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
36352 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
36353
36354 fi
36355 if test `eval echo '${'$as_ac_Header'}'` = yes; then
36356   cat >>confdefs.h <<_ACEOF
36357 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
36358 _ACEOF
36359
36360 fi
36361
36362 done
36363
36364
36365     if test "$ac_cv_header_ole2_h" = "yes" ; then
36366         if test "$GCC" = yes ; then
36367
36368
36369             ac_ext=cc
36370 ac_cpp='$CXXCPP $CPPFLAGS'
36371 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36372 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36373 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
36374
36375
36376             echo "$as_me:$LINENO: checking if g++ requires -fvtable-thunks" >&5
36377 echo $ECHO_N "checking if g++ requires -fvtable-thunks... $ECHO_C" >&6
36378             cat >conftest.$ac_ext <<_ACEOF
36379 /* confdefs.h.  */
36380 _ACEOF
36381 cat confdefs.h >>conftest.$ac_ext
36382 cat >>conftest.$ac_ext <<_ACEOF
36383 /* end confdefs.h.  */
36384 #include <windows.h>
36385                             #include <ole2.h>
36386 int
36387 main ()
36388 {
36389
36390   ;
36391   return 0;
36392 }
36393 _ACEOF
36394 rm -f conftest.$ac_objext
36395 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36396   (eval $ac_compile) 2>conftest.er1
36397   ac_status=$?
36398   grep -v '^ *+' conftest.er1 >conftest.err
36399   rm -f conftest.er1
36400   cat conftest.err >&5
36401   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36402   (exit $ac_status); } &&
36403          { ac_try='test -z "$ac_cxx_werror_flag"
36404                          || test ! -s conftest.err'
36405   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36406   (eval $ac_try) 2>&5
36407   ac_status=$?
36408   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36409   (exit $ac_status); }; } &&
36410          { ac_try='test -s conftest.$ac_objext'
36411   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36412   (eval $ac_try) 2>&5
36413   ac_status=$?
36414   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36415   (exit $ac_status); }; }; then
36416   echo "$as_me:$LINENO: result: no" >&5
36417 echo "${ECHO_T}no" >&6
36418 else
36419   echo "$as_me: failed program was:" >&5
36420 sed 's/^/| /' conftest.$ac_ext >&5
36421
36422 echo "$as_me:$LINENO: result: yes" >&5
36423 echo "${ECHO_T}yes" >&6
36424                             CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
36425 fi
36426 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
36427             ac_ext=c
36428 ac_cpp='$CPP $CPPFLAGS'
36429 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36430 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36431 ac_compiler_gnu=$ac_cv_c_compiler_gnu
36432
36433             ALL_OBJECTS="$ALL_OBJECTS \$(OLEOBJS)"
36434             LIBS=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
36435             if test "$wxUSE_OLE" = "yes" ; then
36436                 cat >>confdefs.h <<\_ACEOF
36437 #define wxUSE_OLE 1
36438 _ACEOF
36439
36440             fi
36441         fi
36442
36443                 if test "$wxUSE_DATAOBJ" = "yes" ; then
36444             cat >>confdefs.h <<\_ACEOF
36445 #define wxUSE_DATAOBJ 1
36446 _ACEOF
36447
36448         fi
36449     else
36450         { echo "$as_me:$LINENO: WARNING: Some features disabled because OLE headers not found" >&5
36451 echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
36452
36453         wxUSE_CLIPBOARD=no
36454         wxUSE_DRAG_AND_DROP=no
36455         wxUSE_DATAOBJ=no
36456         wxUSE_OLE=no
36457     fi
36458
36459     if test "$wxUSE_METAFILE" = "yes"; then
36460         cat >>confdefs.h <<\_ACEOF
36461 #define wxUSE_METAFILE 1
36462 _ACEOF
36463
36464
36465                 cat >>confdefs.h <<\_ACEOF
36466 #define wxUSE_ENH_METAFILE 1
36467 _ACEOF
36468
36469     fi
36470 fi
36471
36472 if test "$wxUSE_IPC" = "yes"; then
36473     if test "$wxUSE_SOCKETS" != "yes"; then
36474         { echo "$as_me:$LINENO: WARNING: wxWidgets IPC classes require sockets... disabled" >&5
36475 echo "$as_me: WARNING: wxWidgets IPC classes require sockets... disabled" >&2;}
36476     fi
36477
36478     cat >>confdefs.h <<\_ACEOF
36479 #define wxUSE_IPC 1
36480 _ACEOF
36481
36482 fi
36483
36484 if test "$wxUSE_CLIPBOARD" = "yes"; then
36485     if test "$wxUSE_MGL" = 1; then
36486         { echo "$as_me:$LINENO: WARNING: Clipboard not yet supported under MGL... disabled" >&5
36487 echo "$as_me: WARNING: Clipboard not yet supported under MGL... disabled" >&2;}
36488         wxUSE_CLIPBOARD=no
36489     fi
36490
36491     if test "$wxUSE_CLIPBOARD" = "yes"; then
36492         cat >>confdefs.h <<\_ACEOF
36493 #define wxUSE_CLIPBOARD 1
36494 _ACEOF
36495
36496
36497                 cat >>confdefs.h <<\_ACEOF
36498 #define wxUSE_DATAOBJ 1
36499 _ACEOF
36500
36501     fi
36502 fi
36503
36504 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
36505     if test "$wxUSE_GTK" = 1; then
36506         if test "$WXGTK12" != 1; then
36507             { echo "$as_me:$LINENO: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&5
36508 echo "$as_me: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&2;}
36509             wxUSE_DRAG_AND_DROP=no
36510         fi
36511     fi
36512
36513     if test "$wxUSE_MOTIF" = 1; then
36514         { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under Motif... disabled" >&5
36515 echo "$as_me: WARNING: Drag and drop not yet supported under Motif... disabled" >&2;}
36516         wxUSE_DRAG_AND_DROP=no
36517     fi
36518
36519     if test "$wxUSE_X11" = 1; then
36520         { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under X11... disabled" >&5
36521 echo "$as_me: WARNING: Drag and drop not yet supported under X11... disabled" >&2;}
36522         wxUSE_DRAG_AND_DROP=no
36523     fi
36524
36525     if test "$wxUSE_MGL" = 1; then
36526         { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under MGL... disabled" >&5
36527 echo "$as_me: WARNING: Drag and drop not yet supported under MGL... disabled" >&2;}
36528         wxUSE_DRAG_AND_DROP=no
36529     fi
36530
36531     if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
36532         cat >>confdefs.h <<\_ACEOF
36533 #define wxUSE_DRAG_AND_DROP 1
36534 _ACEOF
36535
36536     fi
36537
36538 fi
36539
36540 if test "$wxUSE_DRAG_AND_DROP" = "yes" -o "$wxUSE_CLIPBOARD" = "yes"; then
36541     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
36542 fi
36543
36544 if test "$wxUSE_SPLINES" = "yes" ; then
36545   cat >>confdefs.h <<\_ACEOF
36546 #define wxUSE_SPLINES 1
36547 _ACEOF
36548
36549 fi
36550
36551
36552 USES_CONTROLS=0
36553 if test "$wxUSE_CONTROLS" = "yes"; then
36554   USES_CONTROLS=1
36555 fi
36556
36557 if test "$wxUSE_ACCEL" = "yes"; then
36558   cat >>confdefs.h <<\_ACEOF
36559 #define wxUSE_ACCEL 1
36560 _ACEOF
36561
36562   USES_CONTROLS=1
36563 fi
36564
36565 if test "$wxUSE_BUTTON" = "yes"; then
36566   cat >>confdefs.h <<\_ACEOF
36567 #define wxUSE_BUTTON 1
36568 _ACEOF
36569
36570   USES_CONTROLS=1
36571 fi
36572
36573 if test "$wxUSE_BMPBUTTON" = "yes"; then
36574   cat >>confdefs.h <<\_ACEOF
36575 #define wxUSE_BMPBUTTON 1
36576 _ACEOF
36577
36578   USES_CONTROLS=1
36579 fi
36580
36581 if test "$wxUSE_CALCTRL" = "yes"; then
36582   cat >>confdefs.h <<\_ACEOF
36583 #define wxUSE_CALENDARCTRL 1
36584 _ACEOF
36585
36586   USES_CONTROLS=1
36587   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar"
36588 fi
36589
36590 if test "$wxUSE_CARET" = "yes"; then
36591   cat >>confdefs.h <<\_ACEOF
36592 #define wxUSE_CARET 1
36593 _ACEOF
36594
36595   USES_CONTROLS=1
36596   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
36597 fi
36598
36599 if test "$wxUSE_COMBOBOX" = "yes"; then
36600   cat >>confdefs.h <<\_ACEOF
36601 #define wxUSE_COMBOBOX 1
36602 _ACEOF
36603
36604   USES_CONTROLS=1
36605 fi
36606
36607 if test "$wxUSE_CHOICE" = "yes"; then
36608   cat >>confdefs.h <<\_ACEOF
36609 #define wxUSE_CHOICE 1
36610 _ACEOF
36611
36612   USES_CONTROLS=1
36613 fi
36614
36615 if test "$wxUSE_CHOICEBOOK" = "yes"; then
36616     cat >>confdefs.h <<\_ACEOF
36617 #define wxUSE_CHOICEBOOK 1
36618 _ACEOF
36619
36620     USES_CONTROLS=1
36621 fi
36622
36623 if test "$wxUSE_CHECKBOX" = "yes"; then
36624   cat >>confdefs.h <<\_ACEOF
36625 #define wxUSE_CHECKBOX 1
36626 _ACEOF
36627
36628   USES_CONTROLS=1
36629 fi
36630
36631 if test "$wxUSE_CHECKLST" = "yes"; then
36632   cat >>confdefs.h <<\_ACEOF
36633 #define wxUSE_CHECKLISTBOX 1
36634 _ACEOF
36635
36636   USES_CONTROLS=1
36637   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst"
36638 fi
36639
36640 if test "$wxUSE_DISPLAY" = "yes"; then
36641     cat >>confdefs.h <<\_ACEOF
36642 #define wxUSE_DISPLAY 1
36643 _ACEOF
36644
36645     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS display"
36646 fi
36647
36648 if test "$wxUSE_GAUGE" = "yes"; then
36649   cat >>confdefs.h <<\_ACEOF
36650 #define wxUSE_GAUGE 1
36651 _ACEOF
36652
36653   USES_CONTROLS=1
36654 fi
36655
36656 if test "$wxUSE_GRID" = "yes"; then
36657   cat >>confdefs.h <<\_ACEOF
36658 #define wxUSE_GRID 1
36659 _ACEOF
36660
36661   USES_CONTROLS=1
36662   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
36663 fi
36664
36665 if test "$wxUSE_IMAGLIST" = "yes"; then
36666     cat >>confdefs.h <<\_ACEOF
36667 #define wxUSE_IMAGLIST 1
36668 _ACEOF
36669
36670 fi
36671
36672 if test "$wxUSE_LISTBOOK" = "yes"; then
36673     cat >>confdefs.h <<\_ACEOF
36674 #define wxUSE_LISTBOOK 1
36675 _ACEOF
36676
36677     USES_CONTROLS=1
36678 fi
36679
36680 if test "$wxUSE_LISTBOX" = "yes"; then
36681     cat >>confdefs.h <<\_ACEOF
36682 #define wxUSE_LISTBOX 1
36683 _ACEOF
36684
36685     USES_CONTROLS=1
36686 fi
36687
36688 if test "$wxUSE_LISTCTRL" = "yes"; then
36689     if test "$wxUSE_IMAGLIST" = "yes"; then
36690         cat >>confdefs.h <<\_ACEOF
36691 #define wxUSE_LISTCTRL 1
36692 _ACEOF
36693
36694         USES_CONTROLS=1
36695         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
36696     else
36697         { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
36698 echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
36699     fi
36700 fi
36701
36702 if test "$wxUSE_NOTEBOOK" = "yes"; then
36703     cat >>confdefs.h <<\_ACEOF
36704 #define wxUSE_NOTEBOOK 1
36705 _ACEOF
36706
36707     USES_CONTROLS=1
36708     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
36709 fi
36710
36711
36712 if test "$wxUSE_RADIOBOX" = "yes"; then
36713     cat >>confdefs.h <<\_ACEOF
36714 #define wxUSE_RADIOBOX 1
36715 _ACEOF
36716
36717     USES_CONTROLS=1
36718 fi
36719
36720 if test "$wxUSE_RADIOBTN" = "yes"; then
36721     cat >>confdefs.h <<\_ACEOF
36722 #define wxUSE_RADIOBTN 1
36723 _ACEOF
36724
36725     USES_CONTROLS=1
36726 fi
36727
36728 if test "$wxUSE_SASH" = "yes"; then
36729     cat >>confdefs.h <<\_ACEOF
36730 #define wxUSE_SASH 1
36731 _ACEOF
36732
36733     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
36734 fi
36735
36736 if test "$wxUSE_SCROLLBAR" = "yes"; then
36737     cat >>confdefs.h <<\_ACEOF
36738 #define wxUSE_SCROLLBAR 1
36739 _ACEOF
36740
36741     USES_CONTROLS=1
36742     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub"
36743 fi
36744
36745 if test "$wxUSE_SLIDER" = "yes"; then
36746     cat >>confdefs.h <<\_ACEOF
36747 #define wxUSE_SLIDER 1
36748 _ACEOF
36749
36750     USES_CONTROLS=1
36751 fi
36752
36753 if test "$wxUSE_SPINBTN" = "yes"; then
36754     cat >>confdefs.h <<\_ACEOF
36755 #define wxUSE_SPINBTN 1
36756 _ACEOF
36757
36758     USES_CONTROLS=1
36759 fi
36760
36761 if test "$wxUSE_SPINCTRL" = "yes"; then
36762     cat >>confdefs.h <<\_ACEOF
36763 #define wxUSE_SPINCTRL 1
36764 _ACEOF
36765
36766     USES_CONTROLS=1
36767 fi
36768
36769 if test "$wxUSE_SPLITTER" = "yes"; then
36770     cat >>confdefs.h <<\_ACEOF
36771 #define wxUSE_SPLITTER 1
36772 _ACEOF
36773
36774     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
36775 fi
36776
36777 if test "$wxUSE_STATBMP" = "yes"; then
36778     cat >>confdefs.h <<\_ACEOF
36779 #define wxUSE_STATBMP 1
36780 _ACEOF
36781
36782     USES_CONTROLS=1
36783 fi
36784
36785 if test "$wxUSE_STATBOX" = "yes"; then
36786     cat >>confdefs.h <<\_ACEOF
36787 #define wxUSE_STATBOX 1
36788 _ACEOF
36789
36790     USES_CONTROLS=1
36791 fi
36792
36793 if test "$wxUSE_STATTEXT" = "yes"; then
36794     cat >>confdefs.h <<\_ACEOF
36795 #define wxUSE_STATTEXT 1
36796 _ACEOF
36797
36798     USES_CONTROLS=1
36799 fi
36800
36801 if test "$wxUSE_STATLINE" = "yes"; then
36802     cat >>confdefs.h <<\_ACEOF
36803 #define wxUSE_STATLINE 1
36804 _ACEOF
36805
36806     USES_CONTROLS=1
36807 fi
36808
36809 if test "$wxUSE_STATUSBAR" = "yes"; then
36810     cat >>confdefs.h <<\_ACEOF
36811 #define wxUSE_STATUSBAR 1
36812 _ACEOF
36813
36814     USES_CONTROLS=1
36815
36816     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
36817 fi
36818
36819 if test "$wxUSE_TABDIALOG" = "yes"; then
36820     cat >>confdefs.h <<\_ACEOF
36821 #define wxUSE_TAB_DIALOG 1
36822 _ACEOF
36823
36824     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS tab"
36825 fi
36826
36827 if test "$wxUSE_TEXTCTRL" = "yes"; then
36828     cat >>confdefs.h <<\_ACEOF
36829 #define wxUSE_TEXTCTRL 1
36830 _ACEOF
36831
36832     USES_CONTROLS=1
36833     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text"
36834 fi
36835
36836 if test "$wxUSE_TOGGLEBTN" = "yes"; then
36837     if test "$wxUSE_COCOA" = 1 ; then
36838         { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
36839 echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
36840         wxUSE_TOGGLEBTN=no
36841     else
36842         if test "$wxUSE_PM" = 1; then
36843             { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under PM... disabled" >&5
36844 echo "$as_me: WARNING: Toggle button not yet supported under PM... disabled" >&2;}
36845             wxUSE_TOGGLEBTN=no
36846         fi
36847     fi
36848     if test "$wxUSE_UNIVERSAL" = "yes"; then
36849         { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&5
36850 echo "$as_me: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&2;}
36851         wxUSE_TOGGLEBTN=no
36852     fi
36853
36854     if test "$wxUSE_TOGGLEBTN" = "yes"; then
36855         cat >>confdefs.h <<\_ACEOF
36856 #define wxUSE_TOGGLEBTN 1
36857 _ACEOF
36858
36859         USES_CONTROLS=1
36860     fi
36861 fi
36862
36863 if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
36864     cat >>confdefs.h <<\_ACEOF
36865 #define wxUSE_TOOLBAR_SIMPLE 1
36866 _ACEOF
36867
36868     wxUSE_TOOLBAR="yes"
36869     USES_CONTROLS=1
36870 fi
36871
36872 if test "$wxUSE_TOOLBAR" = "yes"; then
36873     cat >>confdefs.h <<\_ACEOF
36874 #define wxUSE_TOOLBAR 1
36875 _ACEOF
36876
36877     USES_CONTROLS=1
36878
36879         if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
36880         wxUSE_TOOLBAR_NATIVE="yes"
36881     fi
36882
36883     if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
36884         cat >>confdefs.h <<\_ACEOF
36885 #define wxUSE_TOOLBAR_NATIVE 1
36886 _ACEOF
36887
36888         USES_CONTROLS=1
36889     fi
36890
36891     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
36892 fi
36893
36894 if test "$wxUSE_TOOLTIPS" = "yes"; then
36895     if test "$wxUSE_MOTIF" = 1; then
36896         { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
36897 echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
36898     else
36899         if test "$wxUSE_UNIVERSAL" = "yes"; then
36900             { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
36901 echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
36902         else
36903             cat >>confdefs.h <<\_ACEOF
36904 #define wxUSE_TOOLTIPS 1
36905 _ACEOF
36906
36907         fi
36908     fi
36909 fi
36910
36911 if test "$wxUSE_TREECTRL" = "yes"; then
36912     if test "$wxUSE_IMAGLIST" = "yes"; then
36913         cat >>confdefs.h <<\_ACEOF
36914 #define wxUSE_TREECTRL 1
36915 _ACEOF
36916
36917         USES_CONTROLS=1
36918         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
36919     else
36920         { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
36921 echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
36922     fi
36923 fi
36924
36925 if test "$wxUSE_POPUPWIN" = "yes"; then
36926     if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
36927         { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
36928 echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
36929     else
36930         if test "$wxUSE_PM" = 1; then
36931             { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
36932 echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
36933         else
36934             cat >>confdefs.h <<\_ACEOF
36935 #define wxUSE_POPUPWIN 1
36936 _ACEOF
36937
36938
36939             USES_CONTROLS=1
36940         fi
36941     fi
36942 fi
36943
36944 if test "$wxUSE_TIPWINDOW" = "yes"; then
36945     if test "$wxUSE_PM" = 1; then
36946         { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
36947 echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
36948     else
36949         cat >>confdefs.h <<\_ACEOF
36950 #define wxUSE_TIPWINDOW 1
36951 _ACEOF
36952
36953     fi
36954 fi
36955
36956 if test "$USES_CONTROLS" = 1; then
36957     cat >>confdefs.h <<\_ACEOF
36958 #define wxUSE_CONTROLS 1
36959 _ACEOF
36960
36961 fi
36962
36963
36964 if test "$wxUSE_ACCESSIBILITY" = "yes"; then
36965     cat >>confdefs.h <<\_ACEOF
36966 #define wxUSE_ACCESSIBILITY 1
36967 _ACEOF
36968
36969     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS access"
36970 fi
36971
36972 if test "$wxUSE_DRAGIMAGE" = "yes"; then
36973     cat >>confdefs.h <<\_ACEOF
36974 #define wxUSE_DRAGIMAGE 1
36975 _ACEOF
36976
36977     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag"
36978 fi
36979
36980 if test "$wxUSE_EXCEPTIONS" = "yes"; then
36981     if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
36982         { echo "$as_me:$LINENO: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&5
36983 echo "$as_me: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&2;}
36984     else
36985         cat >>confdefs.h <<\_ACEOF
36986 #define wxUSE_EXCEPTIONS 1
36987 _ACEOF
36988
36989         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS except"
36990     fi
36991 fi
36992
36993 USE_HTML=0
36994 if test "$wxUSE_HTML" = "yes"; then
36995     cat >>confdefs.h <<\_ACEOF
36996 #define wxUSE_HTML 1
36997 _ACEOF
36998
36999     USE_HTML=1
37000     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
37001     if test "$wxUSE_MAC" = 1; then
37002         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html/htmlctrl"
37003     fi
37004 fi
37005 if test "$wxUSE_WEBKIT" = "yes"; then
37006     if test "$wxUSE_MAC" = 1; then
37007         old_CPPFLAGS="$CPPFLAGS"
37008         CPPFLAGS="$CPPFLAGS -x objective-c++"
37009         echo "$as_me:$LINENO: checking for WebKit/HIWebView.h" >&5
37010 echo $ECHO_N "checking for WebKit/HIWebView.h... $ECHO_C" >&6
37011 if test "${ac_cv_header_WebKit_HIWebView_h+set}" = set; then
37012   echo $ECHO_N "(cached) $ECHO_C" >&6
37013 else
37014   cat >conftest.$ac_ext <<_ACEOF
37015 /* confdefs.h.  */
37016 _ACEOF
37017 cat confdefs.h >>conftest.$ac_ext
37018 cat >>conftest.$ac_ext <<_ACEOF
37019 /* end confdefs.h.  */
37020 #include <Carbon/Carbon.h>
37021
37022 #include <WebKit/HIWebView.h>
37023 _ACEOF
37024 rm -f conftest.$ac_objext
37025 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37026   (eval $ac_compile) 2>conftest.er1
37027   ac_status=$?
37028   grep -v '^ *+' conftest.er1 >conftest.err
37029   rm -f conftest.er1
37030   cat conftest.err >&5
37031   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37032   (exit $ac_status); } &&
37033          { ac_try='test -z "$ac_c_werror_flag"
37034                          || test ! -s conftest.err'
37035   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37036   (eval $ac_try) 2>&5
37037   ac_status=$?
37038   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37039   (exit $ac_status); }; } &&
37040          { ac_try='test -s conftest.$ac_objext'
37041   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37042   (eval $ac_try) 2>&5
37043   ac_status=$?
37044   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37045   (exit $ac_status); }; }; then
37046   ac_cv_header_WebKit_HIWebView_h=yes
37047 else
37048   echo "$as_me: failed program was:" >&5
37049 sed 's/^/| /' conftest.$ac_ext >&5
37050
37051 ac_cv_header_WebKit_HIWebView_h=no
37052 fi
37053 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
37054 fi
37055 echo "$as_me:$LINENO: result: $ac_cv_header_WebKit_HIWebView_h" >&5
37056 echo "${ECHO_T}$ac_cv_header_WebKit_HIWebView_h" >&6
37057 if test $ac_cv_header_WebKit_HIWebView_h = yes; then
37058
37059                            cat >>confdefs.h <<\_ACEOF
37060 #define wxUSE_WEBKIT 1
37061 _ACEOF
37062
37063                            WEBKIT_LINK="-framework WebKit"
37064
37065 else
37066
37067                            { echo "$as_me:$LINENO: WARNING: WebKit headers not found; disabling wxWebKit" >&5
37068 echo "$as_me: WARNING: WebKit headers not found; disabling wxWebKit" >&2;}
37069                            wxUSE_WEBKIT=no
37070
37071 fi
37072
37073
37074         CPPFLAGS="$old_CPPFLAGS"
37075     elif test "$wxUSE_COCOA" = 1; then
37076         cat >>confdefs.h <<\_ACEOF
37077 #define wxUSE_WEBKIT 1
37078 _ACEOF
37079
37080     else
37081         wxUSE_WEBKIT=no
37082     fi
37083 fi
37084
37085 USE_XRC=0
37086 if test "$wxUSE_XRC" = "yes"; then
37087     cat >>confdefs.h <<\_ACEOF
37088 #define wxUSE_XRC 1
37089 _ACEOF
37090
37091     USE_XRC=1
37092     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS xrc"
37093 fi
37094
37095 if test "$wxUSE_MENUS" = "yes"; then
37096     cat >>confdefs.h <<\_ACEOF
37097 #define wxUSE_MENUS 1
37098 _ACEOF
37099
37100     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu"
37101 fi
37102
37103 if test "$wxUSE_METAFILE" = "yes"; then
37104     cat >>confdefs.h <<\_ACEOF
37105 #define wxUSE_METAFILE 1
37106 _ACEOF
37107
37108 fi
37109
37110 if test "$wxUSE_MIMETYPE" = "yes"; then
37111     cat >>confdefs.h <<\_ACEOF
37112 #define wxUSE_MIMETYPE 1
37113 _ACEOF
37114
37115 fi
37116
37117 if test "$wxUSE_MINIFRAME" = "yes"; then
37118     cat >>confdefs.h <<\_ACEOF
37119 #define wxUSE_MINIFRAME 1
37120 _ACEOF
37121
37122     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram"
37123 fi
37124
37125 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
37126     cat >>confdefs.h <<\_ACEOF
37127 #define wxUSE_SYSTEM_OPTIONS 1
37128 _ACEOF
37129
37130     if test "$TOOLKIT" = "MSW" -o "$TOOLKIT" = "GTK" -o "$TOOLKIT" = "X11" -o \
37131         "$TOOLKIT" = "MOTIF"; then
37132         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS taskbar"
37133     fi
37134 fi
37135
37136
37137 if test "$wxUSE_VALIDATORS" = "yes"; then
37138     cat >>confdefs.h <<\_ACEOF
37139 #define wxUSE_VALIDATORS 1
37140 _ACEOF
37141
37142     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
37143 fi
37144
37145 if test "$wxUSE_PALETTE" = "yes" ; then
37146   cat >>confdefs.h <<\_ACEOF
37147 #define wxUSE_PALETTE 1
37148 _ACEOF
37149
37150 fi
37151
37152 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
37153     LIBS=" -lunicows $LIBS"
37154 fi
37155
37156
37157 if test "$wxUSE_IMAGE" = "yes" ; then
37158     cat >>confdefs.h <<\_ACEOF
37159 #define wxUSE_IMAGE 1
37160 _ACEOF
37161
37162
37163     if test "$wxUSE_GIF" = "yes" ; then
37164       cat >>confdefs.h <<\_ACEOF
37165 #define wxUSE_GIF 1
37166 _ACEOF
37167
37168     fi
37169
37170     if test "$wxUSE_PCX" = "yes" ; then
37171       cat >>confdefs.h <<\_ACEOF
37172 #define wxUSE_PCX 1
37173 _ACEOF
37174
37175     fi
37176
37177     if test "$wxUSE_IFF" = "yes" ; then
37178       cat >>confdefs.h <<\_ACEOF
37179 #define wxUSE_IFF 1
37180 _ACEOF
37181
37182     fi
37183
37184     if test "$wxUSE_PNM" = "yes" ; then
37185       cat >>confdefs.h <<\_ACEOF
37186 #define wxUSE_PNM 1
37187 _ACEOF
37188
37189     fi
37190
37191     if test "$wxUSE_XPM" = "yes" ; then
37192       cat >>confdefs.h <<\_ACEOF
37193 #define wxUSE_XPM 1
37194 _ACEOF
37195
37196     fi
37197
37198     if test "$wxUSE_ICO_CUR" = "yes" ; then
37199       cat >>confdefs.h <<\_ACEOF
37200 #define wxUSE_ICO_CUR 1
37201 _ACEOF
37202
37203     fi
37204 fi
37205
37206
37207 if test "$wxUSE_CHOICEDLG" = "yes"; then
37208     cat >>confdefs.h <<\_ACEOF
37209 #define wxUSE_CHOICEDLG 1
37210 _ACEOF
37211
37212 fi
37213
37214 if test "$wxUSE_COLOURDLG" = "yes"; then
37215     cat >>confdefs.h <<\_ACEOF
37216 #define wxUSE_COLOURDLG 1
37217 _ACEOF
37218
37219 fi
37220
37221 if test "$wxUSE_FILEDLG" = "yes"; then
37222     cat >>confdefs.h <<\_ACEOF
37223 #define wxUSE_FILEDLG 1
37224 _ACEOF
37225
37226 fi
37227
37228 if test "$wxUSE_FINDREPLDLG" = "yes"; then
37229     cat >>confdefs.h <<\_ACEOF
37230 #define wxUSE_FINDREPLDLG 1
37231 _ACEOF
37232
37233 fi
37234
37235 if test "$wxUSE_FONTDLG" = "yes"; then
37236     cat >>confdefs.h <<\_ACEOF
37237 #define wxUSE_FONTDLG 1
37238 _ACEOF
37239
37240 fi
37241
37242 if test "$wxUSE_DIRDLG" = "yes"; then
37243     if test "$wxUSE_TREECTRL" != "yes"; then
37244         { echo "$as_me:$LINENO: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
37245 echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
37246     else
37247         cat >>confdefs.h <<\_ACEOF
37248 #define wxUSE_DIRDLG 1
37249 _ACEOF
37250
37251     fi
37252 fi
37253
37254 if test "$wxUSE_MSGDLG" = "yes"; then
37255     cat >>confdefs.h <<\_ACEOF
37256 #define wxUSE_MSGDLG 1
37257 _ACEOF
37258
37259 fi
37260
37261 if test "$wxUSE_NUMBERDLG" = "yes"; then
37262     cat >>confdefs.h <<\_ACEOF
37263 #define wxUSE_NUMBERDLG 1
37264 _ACEOF
37265
37266 fi
37267
37268 if test "$wxUSE_PROGRESSDLG" = "yes"; then
37269     if test "$wxUSE_CONSTRAINTS" != "yes"; then
37270        { echo "$as_me:$LINENO: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&5
37271 echo "$as_me: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&2;}
37272     else
37273         cat >>confdefs.h <<\_ACEOF
37274 #define wxUSE_PROGRESSDLG 1
37275 _ACEOF
37276
37277     fi
37278 fi
37279
37280 if test "$wxUSE_SPLASH" = "yes"; then
37281     cat >>confdefs.h <<\_ACEOF
37282 #define wxUSE_SPLASH 1
37283 _ACEOF
37284
37285     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splash"
37286 fi
37287
37288 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
37289     if test "$wxUSE_CONSTRAINTS" != "yes"; then
37290        { echo "$as_me:$LINENO: WARNING: Startup tips requires constraints and won't be compiled without them" >&5
37291 echo "$as_me: WARNING: Startup tips requires constraints and won't be compiled without them" >&2;}
37292     else
37293         cat >>confdefs.h <<\_ACEOF
37294 #define wxUSE_STARTUP_TIPS 1
37295 _ACEOF
37296
37297     fi
37298 fi
37299
37300 if test "$wxUSE_TEXTDLG" = "yes"; then
37301     cat >>confdefs.h <<\_ACEOF
37302 #define wxUSE_TEXTDLG 1
37303 _ACEOF
37304
37305 fi
37306
37307 if test "$wxUSE_WIZARDDLG" = "yes"; then
37308     cat >>confdefs.h <<\_ACEOF
37309 #define wxUSE_WIZARDDLG 1
37310 _ACEOF
37311
37312     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard"
37313 fi
37314
37315
37316 if test "$cross_compiling" = "yes"; then
37317         OSINFO="\"$host\""
37318 else
37319         OSINFO=`uname -s -r -m`
37320     OSINFO="\"$OSINFO\""
37321 fi
37322
37323 cat >>confdefs.h <<_ACEOF
37324 #define WXWIN_OS_DESCRIPTION $OSINFO
37325 _ACEOF
37326
37327
37328
37329 if test "x$prefix" != "xNONE"; then
37330     wxPREFIX=$prefix
37331 else
37332     wxPREFIX=$ac_default_prefix
37333 fi
37334
37335 cat >>confdefs.h <<_ACEOF
37336 #define wxINSTALL_PREFIX "$wxPREFIX"
37337 _ACEOF
37338
37339
37340 top_builddir_wxconfig=`pwd`
37341
37342
37343
37344 CORE_BASE_LIBS="net base"
37345 CORE_GUI_LIBS="adv core"
37346
37347 if test "$wxUSE_XML" = "yes" ; then
37348     CORE_BASE_LIBS="xml $CORE_BASE_LIBS"
37349 fi
37350 if test "$wxUSE_ODBC" != "no" ; then
37351     CORE_BASE_LIBS="odbc $CORE_BASE_LIBS"
37352     CORE_GUI_LIBS="dbgrid $CORE_GUI_LIBS"
37353 fi
37354 if test "$wxUSE_HTML" = "yes" ; then
37355     CORE_GUI_LIBS="html $CORE_GUI_LIBS"
37356 fi
37357 if test "$wxUSE_XRC" = "yes" ; then
37358     CORE_GUI_LIBS="xrc $CORE_GUI_LIBS"
37359 fi
37360
37361 if test "$wxUSE_GUI" != "yes"; then
37362     CORE_GUI_LIBS=""
37363 fi
37364
37365
37366
37367
37368
37369
37370
37371
37372 if test "$wxUSE_MAC" = 1 ; then
37373     if test "$wxUSE_SOUND" = "yes"; then
37374        LDFLAGS="$LDFLAGS -framework QuickTime"
37375     fi
37376     LDFLAGS="$LDFLAGS -framework Carbon -framework Cocoa -framework System"
37377 fi
37378 if test "$wxUSE_COCOA" = 1 ; then
37379     LDFLAGS="$LDFLAGS -framework Cocoa -framework System"
37380 fi
37381
37382
37383 LIBS="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
37384
37385 have_cos=0
37386 have_floor=0
37387
37388 for ac_func in cos
37389 do
37390 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37391 echo "$as_me:$LINENO: checking for $ac_func" >&5
37392 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37393 if eval "test \"\${$as_ac_var+set}\" = set"; then
37394   echo $ECHO_N "(cached) $ECHO_C" >&6
37395 else
37396   cat >conftest.$ac_ext <<_ACEOF
37397 /* confdefs.h.  */
37398 _ACEOF
37399 cat confdefs.h >>conftest.$ac_ext
37400 cat >>conftest.$ac_ext <<_ACEOF
37401 /* end confdefs.h.  */
37402 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37403    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
37404 #define $ac_func innocuous_$ac_func
37405
37406 /* System header to define __stub macros and hopefully few prototypes,
37407     which can conflict with char $ac_func (); below.
37408     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37409     <limits.h> exists even on freestanding compilers.  */
37410
37411 #ifdef __STDC__
37412 # include <limits.h>
37413 #else
37414 # include <assert.h>
37415 #endif
37416
37417 #undef $ac_func
37418
37419 /* Override any gcc2 internal prototype to avoid an error.  */
37420 #ifdef __cplusplus
37421 extern "C"
37422 {
37423 #endif
37424 /* We use char because int might match the return type of a gcc2
37425    builtin and then its argument prototype would still apply.  */
37426 char $ac_func ();
37427 /* The GNU C library defines this for functions which it implements
37428     to always fail with ENOSYS.  Some functions are actually named
37429     something starting with __ and the normal name is an alias.  */
37430 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37431 choke me
37432 #else
37433 char (*f) () = $ac_func;
37434 #endif
37435 #ifdef __cplusplus
37436 }
37437 #endif
37438
37439 int
37440 main ()
37441 {
37442 return f != $ac_func;
37443   ;
37444   return 0;
37445 }
37446 _ACEOF
37447 rm -f conftest.$ac_objext conftest$ac_exeext
37448 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37449   (eval $ac_link) 2>conftest.er1
37450   ac_status=$?
37451   grep -v '^ *+' conftest.er1 >conftest.err
37452   rm -f conftest.er1
37453   cat conftest.err >&5
37454   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37455   (exit $ac_status); } &&
37456          { ac_try='test -z "$ac_c_werror_flag"
37457                          || test ! -s conftest.err'
37458   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37459   (eval $ac_try) 2>&5
37460   ac_status=$?
37461   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37462   (exit $ac_status); }; } &&
37463          { ac_try='test -s conftest$ac_exeext'
37464   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37465   (eval $ac_try) 2>&5
37466   ac_status=$?
37467   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37468   (exit $ac_status); }; }; then
37469   eval "$as_ac_var=yes"
37470 else
37471   echo "$as_me: failed program was:" >&5
37472 sed 's/^/| /' conftest.$ac_ext >&5
37473
37474 eval "$as_ac_var=no"
37475 fi
37476 rm -f conftest.err conftest.$ac_objext \
37477       conftest$ac_exeext conftest.$ac_ext
37478 fi
37479 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37480 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37481 if test `eval echo '${'$as_ac_var'}'` = yes; then
37482   cat >>confdefs.h <<_ACEOF
37483 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37484 _ACEOF
37485  have_cos=1
37486 fi
37487 done
37488
37489
37490 for ac_func in floor
37491 do
37492 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37493 echo "$as_me:$LINENO: checking for $ac_func" >&5
37494 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37495 if eval "test \"\${$as_ac_var+set}\" = set"; then
37496   echo $ECHO_N "(cached) $ECHO_C" >&6
37497 else
37498   cat >conftest.$ac_ext <<_ACEOF
37499 /* confdefs.h.  */
37500 _ACEOF
37501 cat confdefs.h >>conftest.$ac_ext
37502 cat >>conftest.$ac_ext <<_ACEOF
37503 /* end confdefs.h.  */
37504 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37505    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
37506 #define $ac_func innocuous_$ac_func
37507
37508 /* System header to define __stub macros and hopefully few prototypes,
37509     which can conflict with char $ac_func (); below.
37510     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37511     <limits.h> exists even on freestanding compilers.  */
37512
37513 #ifdef __STDC__
37514 # include <limits.h>
37515 #else
37516 # include <assert.h>
37517 #endif
37518
37519 #undef $ac_func
37520
37521 /* Override any gcc2 internal prototype to avoid an error.  */
37522 #ifdef __cplusplus
37523 extern "C"
37524 {
37525 #endif
37526 /* We use char because int might match the return type of a gcc2
37527    builtin and then its argument prototype would still apply.  */
37528 char $ac_func ();
37529 /* The GNU C library defines this for functions which it implements
37530     to always fail with ENOSYS.  Some functions are actually named
37531     something starting with __ and the normal name is an alias.  */
37532 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37533 choke me
37534 #else
37535 char (*f) () = $ac_func;
37536 #endif
37537 #ifdef __cplusplus
37538 }
37539 #endif
37540
37541 int
37542 main ()
37543 {
37544 return f != $ac_func;
37545   ;
37546   return 0;
37547 }
37548 _ACEOF
37549 rm -f conftest.$ac_objext conftest$ac_exeext
37550 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37551   (eval $ac_link) 2>conftest.er1
37552   ac_status=$?
37553   grep -v '^ *+' conftest.er1 >conftest.err
37554   rm -f conftest.er1
37555   cat conftest.err >&5
37556   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37557   (exit $ac_status); } &&
37558          { ac_try='test -z "$ac_c_werror_flag"
37559                          || test ! -s conftest.err'
37560   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37561   (eval $ac_try) 2>&5
37562   ac_status=$?
37563   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37564   (exit $ac_status); }; } &&
37565          { ac_try='test -s conftest$ac_exeext'
37566   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37567   (eval $ac_try) 2>&5
37568   ac_status=$?
37569   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37570   (exit $ac_status); }; }; then
37571   eval "$as_ac_var=yes"
37572 else
37573   echo "$as_me: failed program was:" >&5
37574 sed 's/^/| /' conftest.$ac_ext >&5
37575
37576 eval "$as_ac_var=no"
37577 fi
37578 rm -f conftest.err conftest.$ac_objext \
37579       conftest$ac_exeext conftest.$ac_ext
37580 fi
37581 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37582 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37583 if test `eval echo '${'$as_ac_var'}'` = yes; then
37584   cat >>confdefs.h <<_ACEOF
37585 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37586 _ACEOF
37587  have_floor=1
37588 fi
37589 done
37590
37591 echo "$as_me:$LINENO: checking if floating point functions link without -lm" >&5
37592 echo $ECHO_N "checking if floating point functions link without -lm... $ECHO_C" >&6
37593 if test "$have_cos" = 1 -a "$have_floor" = 1; then
37594     echo "$as_me:$LINENO: result: yes" >&5
37595 echo "${ECHO_T}yes" >&6
37596 else
37597     echo "$as_me:$LINENO: result: no" >&5
37598 echo "${ECHO_T}no" >&6
37599     LIBS="$LIBS -lm"
37600     # use different functions to avoid configure caching
37601     have_sin=0
37602     have_ceil=0
37603
37604 for ac_func in sin
37605 do
37606 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37607 echo "$as_me:$LINENO: checking for $ac_func" >&5
37608 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37609 if eval "test \"\${$as_ac_var+set}\" = set"; then
37610   echo $ECHO_N "(cached) $ECHO_C" >&6
37611 else
37612   cat >conftest.$ac_ext <<_ACEOF
37613 /* confdefs.h.  */
37614 _ACEOF
37615 cat confdefs.h >>conftest.$ac_ext
37616 cat >>conftest.$ac_ext <<_ACEOF
37617 /* end confdefs.h.  */
37618 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37619    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
37620 #define $ac_func innocuous_$ac_func
37621
37622 /* System header to define __stub macros and hopefully few prototypes,
37623     which can conflict with char $ac_func (); below.
37624     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37625     <limits.h> exists even on freestanding compilers.  */
37626
37627 #ifdef __STDC__
37628 # include <limits.h>
37629 #else
37630 # include <assert.h>
37631 #endif
37632
37633 #undef $ac_func
37634
37635 /* Override any gcc2 internal prototype to avoid an error.  */
37636 #ifdef __cplusplus
37637 extern "C"
37638 {
37639 #endif
37640 /* We use char because int might match the return type of a gcc2
37641    builtin and then its argument prototype would still apply.  */
37642 char $ac_func ();
37643 /* The GNU C library defines this for functions which it implements
37644     to always fail with ENOSYS.  Some functions are actually named
37645     something starting with __ and the normal name is an alias.  */
37646 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37647 choke me
37648 #else
37649 char (*f) () = $ac_func;
37650 #endif
37651 #ifdef __cplusplus
37652 }
37653 #endif
37654
37655 int
37656 main ()
37657 {
37658 return f != $ac_func;
37659   ;
37660   return 0;
37661 }
37662 _ACEOF
37663 rm -f conftest.$ac_objext conftest$ac_exeext
37664 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37665   (eval $ac_link) 2>conftest.er1
37666   ac_status=$?
37667   grep -v '^ *+' conftest.er1 >conftest.err
37668   rm -f conftest.er1
37669   cat conftest.err >&5
37670   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37671   (exit $ac_status); } &&
37672          { ac_try='test -z "$ac_c_werror_flag"
37673                          || test ! -s conftest.err'
37674   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37675   (eval $ac_try) 2>&5
37676   ac_status=$?
37677   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37678   (exit $ac_status); }; } &&
37679          { ac_try='test -s conftest$ac_exeext'
37680   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37681   (eval $ac_try) 2>&5
37682   ac_status=$?
37683   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37684   (exit $ac_status); }; }; then
37685   eval "$as_ac_var=yes"
37686 else
37687   echo "$as_me: failed program was:" >&5
37688 sed 's/^/| /' conftest.$ac_ext >&5
37689
37690 eval "$as_ac_var=no"
37691 fi
37692 rm -f conftest.err conftest.$ac_objext \
37693       conftest$ac_exeext conftest.$ac_ext
37694 fi
37695 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37696 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37697 if test `eval echo '${'$as_ac_var'}'` = yes; then
37698   cat >>confdefs.h <<_ACEOF
37699 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37700 _ACEOF
37701  have_sin=1
37702 fi
37703 done
37704
37705
37706 for ac_func in ceil
37707 do
37708 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37709 echo "$as_me:$LINENO: checking for $ac_func" >&5
37710 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37711 if eval "test \"\${$as_ac_var+set}\" = set"; then
37712   echo $ECHO_N "(cached) $ECHO_C" >&6
37713 else
37714   cat >conftest.$ac_ext <<_ACEOF
37715 /* confdefs.h.  */
37716 _ACEOF
37717 cat confdefs.h >>conftest.$ac_ext
37718 cat >>conftest.$ac_ext <<_ACEOF
37719 /* end confdefs.h.  */
37720 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37721    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
37722 #define $ac_func innocuous_$ac_func
37723
37724 /* System header to define __stub macros and hopefully few prototypes,
37725     which can conflict with char $ac_func (); below.
37726     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37727     <limits.h> exists even on freestanding compilers.  */
37728
37729 #ifdef __STDC__
37730 # include <limits.h>
37731 #else
37732 # include <assert.h>
37733 #endif
37734
37735 #undef $ac_func
37736
37737 /* Override any gcc2 internal prototype to avoid an error.  */
37738 #ifdef __cplusplus
37739 extern "C"
37740 {
37741 #endif
37742 /* We use char because int might match the return type of a gcc2
37743    builtin and then its argument prototype would still apply.  */
37744 char $ac_func ();
37745 /* The GNU C library defines this for functions which it implements
37746     to always fail with ENOSYS.  Some functions are actually named
37747     something starting with __ and the normal name is an alias.  */
37748 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37749 choke me
37750 #else
37751 char (*f) () = $ac_func;
37752 #endif
37753 #ifdef __cplusplus
37754 }
37755 #endif
37756
37757 int
37758 main ()
37759 {
37760 return f != $ac_func;
37761   ;
37762   return 0;
37763 }
37764 _ACEOF
37765 rm -f conftest.$ac_objext conftest$ac_exeext
37766 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37767   (eval $ac_link) 2>conftest.er1
37768   ac_status=$?
37769   grep -v '^ *+' conftest.er1 >conftest.err
37770   rm -f conftest.er1
37771   cat conftest.err >&5
37772   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37773   (exit $ac_status); } &&
37774          { ac_try='test -z "$ac_c_werror_flag"
37775                          || test ! -s conftest.err'
37776   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37777   (eval $ac_try) 2>&5
37778   ac_status=$?
37779   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37780   (exit $ac_status); }; } &&
37781          { ac_try='test -s conftest$ac_exeext'
37782   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37783   (eval $ac_try) 2>&5
37784   ac_status=$?
37785   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37786   (exit $ac_status); }; }; then
37787   eval "$as_ac_var=yes"
37788 else
37789   echo "$as_me: failed program was:" >&5
37790 sed 's/^/| /' conftest.$ac_ext >&5
37791
37792 eval "$as_ac_var=no"
37793 fi
37794 rm -f conftest.err conftest.$ac_objext \
37795       conftest$ac_exeext conftest.$ac_ext
37796 fi
37797 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37798 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37799 if test `eval echo '${'$as_ac_var'}'` = yes; then
37800   cat >>confdefs.h <<_ACEOF
37801 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37802 _ACEOF
37803  have_ceil=1
37804 fi
37805 done
37806
37807     echo "$as_me:$LINENO: checking if floating point functions link with -lm" >&5
37808 echo $ECHO_N "checking if floating point functions link with -lm... $ECHO_C" >&6
37809     if test "$have_sin" = 1 -a "$have_ceil" = 1; then
37810         echo "$as_me:$LINENO: result: yes" >&5
37811 echo "${ECHO_T}yes" >&6
37812     else
37813         echo "$as_me:$LINENO: result: no" >&5
37814 echo "${ECHO_T}no" >&6
37815         # not sure we should warn the user, crash, etc.
37816     fi
37817 fi
37818
37819 if test "$wxUSE_GUI" = "yes"; then
37820
37821
37822             SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs \
37823                      drawing dynamic erase event exec font image \
37824                      minimal propsize rotate shaped widgets render"
37825
37826     if test "$wxUSE_MONOLITHIC" != "yes"; then
37827         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS console"
37828     fi
37829 else
37830     SAMPLES_SUBDIRS="console"
37831 fi
37832
37833
37834 INCLUDES="-I\${top_builddir}lib/wx/include/${TOOLCHAIN_NAME} \
37835 -I\${top_srcdir}/include $TOOLKIT_INCLUDE"
37836
37837 if test "$GXX" = yes ; then
37838         CXXWARNINGS="-Wall"
37839         fi
37840
37841 EXTRA_CFLAGS="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE"
37842
37843 CPPFLAGS=`echo $WXDEBUG_DEFINE $INCLUDES $CPPFLAGS`
37844 CFLAGS=`echo $CODE_GEN_FLAGS $EXTRA_CFLAGS $CFLAGS $CXXWARNINGS`
37845 CXXFLAGS=`echo $CODE_GEN_FLAGS $CODE_GEN_FLAGS_CXX $EXTRA_CFLAGS $CXXFLAGS $CXXWARNINGS`
37846
37847
37848 LIBS=`echo $LIBS`
37849 EXTRALIBS="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
37850 EXTRALIBS_XML="$EXPAT_LINK"
37851 EXTRALIBS_HTML="$MSPACK_LINK"
37852 EXTRALIBS_ODBC="$ODBC_LINK"
37853 if test "$wxUSE_GUI" = "yes"; then
37854     EXTRALIBS_GUI=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $WEBKIT_LINK`
37855 fi
37856 if test "$wxUSE_OPENGL" = "yes"; then
37857     EXTRALIBS_OPENGL="$LDFLAGS_GL $OPENGL_LIBS"
37858 fi
37859
37860 LDFLAGS="$LDFLAGS $PROFILE"
37861
37862 if test "$wxUSE_GTK" = 1; then
37863     WXCONFIG_INCLUDE=
37864 else
37865     WXCONFIG_INCLUDE="$TOOLKIT_INCLUDE"
37866 fi
37867
37868 WXCONFIG_EXTRALIBS="$LIBS"
37869
37870 if test "$wxUSE_REGEX" = "builtin" ; then
37871     wxconfig_3rdparty="$wxconfig_3rdparty regex${lib_unicode_suffix}"
37872 fi
37873 if test "$wxUSE_EXPAT" = "builtin" ; then
37874     wxconfig_3rdparty="$wxconfig_3rdparty expat"
37875 fi
37876 if test "$wxUSE_ODBC" = "builtin" ; then
37877     wxconfig_3rdparty="$wxconfig_3rdparty odbc"
37878 fi
37879 if test "$wxUSE_LIBTIFF" = "builtin" ; then
37880     wxconfig_3rdparty="$wxconfig_3rdparty tiff"
37881 fi
37882 if test "$wxUSE_LIBJPEG" = "builtin" ; then
37883     wxconfig_3rdparty="$wxconfig_3rdparty jpeg"
37884 fi
37885 if test "$wxUSE_LIBPNG" = "builtin" ; then
37886     wxconfig_3rdparty="$wxconfig_3rdparty png"
37887 fi
37888 if test "$wxUSE_ZLIB" = "builtin" ; then
37889     wxconfig_3rdparty="$wxconfig_3rdparty zlib"
37890 fi
37891 if test "$wxUSE_ODBC" = "builtin" ; then
37892     wxconfig_3rdparty="$wxconfig_3rdparty odbc"
37893 fi
37894
37895 for i in $wxconfig_3rdparty ; do
37896     WXCONFIG_EXTRALIBS="$WXCONFIG_EXTRALIBS -lwx${i}${lib_debug_suffix}${HOST_SUFFIX}"
37897 done
37898
37899
37900 if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
37901     WXUNIV=1
37902 else
37903     WXUNIV=0
37904 fi
37905
37906
37907
37908
37909
37910
37911
37912
37913
37914 if test $wxUSE_MONOLITHIC = "yes" ; then
37915     MONOLITHIC=1
37916 else
37917     MONOLITHIC=0
37918 fi
37919
37920 if test $wxUSE_PLUGINS = "yes" ; then
37921     USE_PLUGINS=1
37922 else
37923     USE_PLUGINS=0
37924 fi
37925
37926 if test $wxUSE_ODBC != "no" ; then
37927     USE_ODBC=1
37928 else
37929     USE_ODBC=0
37930 fi
37931
37932 if test $wxUSE_OFFICIAL_BUILD = "yes" ; then
37933     OFFICIAL_BUILD=1
37934 else
37935     OFFICIAL_BUILD=0
37936 fi
37937
37938
37939
37940
37941
37942
37943
37944
37945
37946
37947
37948
37949
37950
37951
37952
37953
37954
37955
37956
37957
37958 TOOLKIT_LOWERCASE=`echo $TOOLKIT | tr "[A-Z]" "[a-z]"`
37959
37960
37961
37962
37963
37964
37965
37966
37967 case "$TOOLKIT" in
37968     GTK)
37969         TOOLKIT_USER="GTK+"
37970         if test "$WXGTK20" = 1; then
37971             TOOLKIT_USER="$TOOLKIT_USER 2"
37972         fi
37973         ;;
37974
37975     *)
37976         TOOLKIT_USER=$TOOLKIT_LOWERCASE
37977         ;;
37978 esac
37979
37980
37981     if test "x$BAKEFILE_HOST" = "x"; then
37982         BAKEFILE_HOST="${host}"
37983     fi
37984
37985     if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
37986
37987     if test -n "$ac_tool_prefix"; then
37988   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
37989 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
37990 echo "$as_me:$LINENO: checking for $ac_word" >&5
37991 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
37992 if test "${ac_cv_prog_RANLIB+set}" = set; then
37993   echo $ECHO_N "(cached) $ECHO_C" >&6
37994 else
37995   if test -n "$RANLIB"; then
37996   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
37997 else
37998 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
37999 for as_dir in $PATH
38000 do
38001   IFS=$as_save_IFS
38002   test -z "$as_dir" && as_dir=.
38003   for ac_exec_ext in '' $ac_executable_extensions; do
38004   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
38005     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
38006     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
38007     break 2
38008   fi
38009 done
38010 done
38011
38012 fi
38013 fi
38014 RANLIB=$ac_cv_prog_RANLIB
38015 if test -n "$RANLIB"; then
38016   echo "$as_me:$LINENO: result: $RANLIB" >&5
38017 echo "${ECHO_T}$RANLIB" >&6
38018 else
38019   echo "$as_me:$LINENO: result: no" >&5
38020 echo "${ECHO_T}no" >&6
38021 fi
38022
38023 fi
38024 if test -z "$ac_cv_prog_RANLIB"; then
38025   ac_ct_RANLIB=$RANLIB
38026   # Extract the first word of "ranlib", so it can be a program name with args.
38027 set dummy ranlib; ac_word=$2
38028 echo "$as_me:$LINENO: checking for $ac_word" >&5
38029 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
38030 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
38031   echo $ECHO_N "(cached) $ECHO_C" >&6
38032 else
38033   if test -n "$ac_ct_RANLIB"; then
38034   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
38035 else
38036 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
38037 for as_dir in $PATH
38038 do
38039   IFS=$as_save_IFS
38040   test -z "$as_dir" && as_dir=.
38041   for ac_exec_ext in '' $ac_executable_extensions; do
38042   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
38043     ac_cv_prog_ac_ct_RANLIB="ranlib"
38044     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
38045     break 2
38046   fi
38047 done
38048 done
38049
38050   test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
38051 fi
38052 fi
38053 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
38054 if test -n "$ac_ct_RANLIB"; then
38055   echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
38056 echo "${ECHO_T}$ac_ct_RANLIB" >&6
38057 else
38058   echo "$as_me:$LINENO: result: no" >&5
38059 echo "${ECHO_T}no" >&6
38060 fi
38061
38062   RANLIB=$ac_ct_RANLIB
38063 else
38064   RANLIB="$ac_cv_prog_RANLIB"
38065 fi
38066
38067     # Find a good install program.  We prefer a C program (faster),
38068 # so one script is as good as another.  But avoid the broken or
38069 # incompatible versions:
38070 # SysV /etc/install, /usr/sbin/install
38071 # SunOS /usr/etc/install
38072 # IRIX /sbin/install
38073 # AIX /bin/install
38074 # AmigaOS /C/install, which installs bootblocks on floppy discs
38075 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
38076 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
38077 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
38078 # OS/2's system install, which has a completely different semantic
38079 # ./install, which can be erroneously created by make from ./install.sh.
38080 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
38081 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
38082 if test -z "$INSTALL"; then
38083 if test "${ac_cv_path_install+set}" = set; then
38084   echo $ECHO_N "(cached) $ECHO_C" >&6
38085 else
38086   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
38087 for as_dir in $PATH
38088 do
38089   IFS=$as_save_IFS
38090   test -z "$as_dir" && as_dir=.
38091   # Account for people who put trailing slashes in PATH elements.
38092 case $as_dir/ in
38093   ./ | .// | /cC/* | \
38094   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
38095   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
38096   /usr/ucb/* ) ;;
38097   *)
38098     # OSF1 and SCO ODT 3.0 have their own names for install.
38099     # Don't use installbsd from OSF since it installs stuff as root
38100     # by default.
38101     for ac_prog in ginstall scoinst install; do
38102       for ac_exec_ext in '' $ac_executable_extensions; do
38103         if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
38104           if test $ac_prog = install &&
38105             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
38106             # AIX install.  It has an incompatible calling convention.
38107             :
38108           elif test $ac_prog = install &&
38109             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
38110             # program-specific install script used by HP pwplus--don't use.
38111             :
38112           else
38113             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
38114             break 3
38115           fi
38116         fi
38117       done
38118     done
38119     ;;
38120 esac
38121 done
38122
38123
38124 fi
38125   if test "${ac_cv_path_install+set}" = set; then
38126     INSTALL=$ac_cv_path_install
38127   else
38128     # As a last resort, use the slow shell script.  We don't cache a
38129     # path for INSTALL within a source directory, because that will
38130     # break other packages using the cache if that directory is
38131     # removed, or if the path is relative.
38132     INSTALL=$ac_install_sh
38133   fi
38134 fi
38135 echo "$as_me:$LINENO: result: $INSTALL" >&5
38136 echo "${ECHO_T}$INSTALL" >&6
38137
38138 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
38139 # It thinks the first close brace ends the variable substitution.
38140 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
38141
38142 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
38143
38144 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
38145
38146     echo "$as_me:$LINENO: checking whether ln -s works" >&5
38147 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
38148 LN_S=$as_ln_s
38149 if test "$LN_S" = "ln -s"; then
38150   echo "$as_me:$LINENO: result: yes" >&5
38151 echo "${ECHO_T}yes" >&6
38152 else
38153   echo "$as_me:$LINENO: result: no, using $LN_S" >&5
38154 echo "${ECHO_T}no, using $LN_S" >&6
38155 fi
38156
38157
38158     echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
38159 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
38160 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
38161 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
38162   echo $ECHO_N "(cached) $ECHO_C" >&6
38163 else
38164   cat >conftest.make <<\_ACEOF
38165 all:
38166         @echo 'ac_maketemp="$(MAKE)"'
38167 _ACEOF
38168 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
38169 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
38170 if test -n "$ac_maketemp"; then
38171   eval ac_cv_prog_make_${ac_make}_set=yes
38172 else
38173   eval ac_cv_prog_make_${ac_make}_set=no
38174 fi
38175 rm -f conftest.make
38176 fi
38177 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
38178   echo "$as_me:$LINENO: result: yes" >&5
38179 echo "${ECHO_T}yes" >&6
38180   SET_MAKE=
38181 else
38182   echo "$as_me:$LINENO: result: no" >&5
38183 echo "${ECHO_T}no" >&6
38184   SET_MAKE="MAKE=${MAKE-make}"
38185 fi
38186
38187
38188
38189     if test -n "$ac_tool_prefix"; then
38190   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
38191 set dummy ${ac_tool_prefix}ar; ac_word=$2
38192 echo "$as_me:$LINENO: checking for $ac_word" >&5
38193 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
38194 if test "${ac_cv_prog_AR+set}" = set; then
38195   echo $ECHO_N "(cached) $ECHO_C" >&6
38196 else
38197   if test -n "$AR"; then
38198   ac_cv_prog_AR="$AR" # Let the user override the test.
38199 else
38200 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
38201 for as_dir in $PATH
38202 do
38203   IFS=$as_save_IFS
38204   test -z "$as_dir" && as_dir=.
38205   for ac_exec_ext in '' $ac_executable_extensions; do
38206   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
38207     ac_cv_prog_AR="${ac_tool_prefix}ar"
38208     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
38209     break 2
38210   fi
38211 done
38212 done
38213
38214 fi
38215 fi
38216 AR=$ac_cv_prog_AR
38217 if test -n "$AR"; then
38218   echo "$as_me:$LINENO: result: $AR" >&5
38219 echo "${ECHO_T}$AR" >&6
38220 else
38221   echo "$as_me:$LINENO: result: no" >&5
38222 echo "${ECHO_T}no" >&6
38223 fi
38224
38225 fi
38226 if test -z "$ac_cv_prog_AR"; then
38227   ac_ct_AR=$AR
38228   # Extract the first word of "ar", so it can be a program name with args.
38229 set dummy ar; ac_word=$2
38230 echo "$as_me:$LINENO: checking for $ac_word" >&5
38231 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
38232 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
38233   echo $ECHO_N "(cached) $ECHO_C" >&6
38234 else
38235   if test -n "$ac_ct_AR"; then
38236   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
38237 else
38238 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
38239 for as_dir in $PATH
38240 do
38241   IFS=$as_save_IFS
38242   test -z "$as_dir" && as_dir=.
38243   for ac_exec_ext in '' $ac_executable_extensions; do
38244   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
38245     ac_cv_prog_ac_ct_AR="ar"
38246     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
38247     break 2
38248   fi
38249 done
38250 done
38251
38252   test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="ar"
38253 fi
38254 fi
38255 ac_ct_AR=$ac_cv_prog_ac_ct_AR
38256 if test -n "$ac_ct_AR"; then
38257   echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
38258 echo "${ECHO_T}$ac_ct_AR" >&6
38259 else
38260   echo "$as_me:$LINENO: result: no" >&5
38261 echo "${ECHO_T}no" >&6
38262 fi
38263
38264   AR=$ac_ct_AR
38265 else
38266   AR="$ac_cv_prog_AR"
38267 fi
38268
38269     if test -n "$ac_tool_prefix"; then
38270   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
38271 set dummy ${ac_tool_prefix}strip; ac_word=$2
38272 echo "$as_me:$LINENO: checking for $ac_word" >&5
38273 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
38274 if test "${ac_cv_prog_STRIP+set}" = set; then
38275   echo $ECHO_N "(cached) $ECHO_C" >&6
38276 else
38277   if test -n "$STRIP"; then
38278   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
38279 else
38280 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
38281 for as_dir in $PATH
38282 do
38283   IFS=$as_save_IFS
38284   test -z "$as_dir" && as_dir=.
38285   for ac_exec_ext in '' $ac_executable_extensions; do
38286   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
38287     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
38288     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
38289     break 2
38290   fi
38291 done
38292 done
38293
38294 fi
38295 fi
38296 STRIP=$ac_cv_prog_STRIP
38297 if test -n "$STRIP"; then
38298   echo "$as_me:$LINENO: result: $STRIP" >&5
38299 echo "${ECHO_T}$STRIP" >&6
38300 else
38301   echo "$as_me:$LINENO: result: no" >&5
38302 echo "${ECHO_T}no" >&6
38303 fi
38304
38305 fi
38306 if test -z "$ac_cv_prog_STRIP"; then
38307   ac_ct_STRIP=$STRIP
38308   # Extract the first word of "strip", so it can be a program name with args.
38309 set dummy strip; ac_word=$2
38310 echo "$as_me:$LINENO: checking for $ac_word" >&5
38311 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
38312 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
38313   echo $ECHO_N "(cached) $ECHO_C" >&6
38314 else
38315   if test -n "$ac_ct_STRIP"; then
38316   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
38317 else
38318 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
38319 for as_dir in $PATH
38320 do
38321   IFS=$as_save_IFS
38322   test -z "$as_dir" && as_dir=.
38323   for ac_exec_ext in '' $ac_executable_extensions; do
38324   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
38325     ac_cv_prog_ac_ct_STRIP="strip"
38326     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
38327     break 2
38328   fi
38329 done
38330 done
38331
38332   test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
38333 fi
38334 fi
38335 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
38336 if test -n "$ac_ct_STRIP"; then
38337   echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
38338 echo "${ECHO_T}$ac_ct_STRIP" >&6
38339 else
38340   echo "$as_me:$LINENO: result: no" >&5
38341 echo "${ECHO_T}no" >&6
38342 fi
38343
38344   STRIP=$ac_ct_STRIP
38345 else
38346   STRIP="$ac_cv_prog_STRIP"
38347 fi
38348
38349     if test -n "$ac_tool_prefix"; then
38350   # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
38351 set dummy ${ac_tool_prefix}nm; ac_word=$2
38352 echo "$as_me:$LINENO: checking for $ac_word" >&5
38353 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
38354 if test "${ac_cv_prog_NM+set}" = set; then
38355   echo $ECHO_N "(cached) $ECHO_C" >&6
38356 else
38357   if test -n "$NM"; then
38358   ac_cv_prog_NM="$NM" # Let the user override the test.
38359 else
38360 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
38361 for as_dir in $PATH
38362 do
38363   IFS=$as_save_IFS
38364   test -z "$as_dir" && as_dir=.
38365   for ac_exec_ext in '' $ac_executable_extensions; do
38366   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
38367     ac_cv_prog_NM="${ac_tool_prefix}nm"
38368     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
38369     break 2
38370   fi
38371 done
38372 done
38373
38374 fi
38375 fi
38376 NM=$ac_cv_prog_NM
38377 if test -n "$NM"; then
38378   echo "$as_me:$LINENO: result: $NM" >&5
38379 echo "${ECHO_T}$NM" >&6
38380 else
38381   echo "$as_me:$LINENO: result: no" >&5
38382 echo "${ECHO_T}no" >&6
38383 fi
38384
38385 fi
38386 if test -z "$ac_cv_prog_NM"; then
38387   ac_ct_NM=$NM
38388   # Extract the first word of "nm", so it can be a program name with args.
38389 set dummy nm; ac_word=$2
38390 echo "$as_me:$LINENO: checking for $ac_word" >&5
38391 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
38392 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
38393   echo $ECHO_N "(cached) $ECHO_C" >&6
38394 else
38395   if test -n "$ac_ct_NM"; then
38396   ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
38397 else
38398 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
38399 for as_dir in $PATH
38400 do
38401   IFS=$as_save_IFS
38402   test -z "$as_dir" && as_dir=.
38403   for ac_exec_ext in '' $ac_executable_extensions; do
38404   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
38405     ac_cv_prog_ac_ct_NM="nm"
38406     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
38407     break 2
38408   fi
38409 done
38410 done
38411
38412   test -z "$ac_cv_prog_ac_ct_NM" && ac_cv_prog_ac_ct_NM=":"
38413 fi
38414 fi
38415 ac_ct_NM=$ac_cv_prog_ac_ct_NM
38416 if test -n "$ac_ct_NM"; then
38417   echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
38418 echo "${ECHO_T}$ac_ct_NM" >&6
38419 else
38420   echo "$as_me:$LINENO: result: no" >&5
38421 echo "${ECHO_T}no" >&6
38422 fi
38423
38424   NM=$ac_ct_NM
38425 else
38426   NM="$ac_cv_prog_NM"
38427 fi
38428
38429
38430     case ${BAKEFILE_HOST} in
38431         *-hp-hpux* )
38432             INSTALL_DIR="mkdir"
38433             ;;
38434         *)  INSTALL_DIR="$INSTALL -d"
38435             ;;
38436     esac
38437
38438
38439     LDFLAGS_GUI=
38440     case ${BAKEFILE_HOST} in
38441         *-*-cygwin* | *-*-mingw32* )
38442         LDFLAGS_GUI="-mwindows"
38443     esac
38444
38445
38446     fi
38447
38448         echo "$as_me:$LINENO: checking if make is GNU make" >&5
38449 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
38450 if test "${bakefile_cv_prog_makeisgnu+set}" = set; then
38451   echo $ECHO_N "(cached) $ECHO_C" >&6
38452 else
38453
38454         if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
38455                 egrep -s GNU > /dev/null); then
38456             bakefile_cv_prog_makeisgnu="yes"
38457         else
38458             bakefile_cv_prog_makeisgnu="no"
38459         fi
38460
38461 fi
38462 echo "$as_me:$LINENO: result: $bakefile_cv_prog_makeisgnu" >&5
38463 echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6
38464
38465     if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
38466         IF_GNU_MAKE=""
38467     else
38468         IF_GNU_MAKE="#"
38469     fi
38470
38471
38472
38473     PLATFORM_UNIX=0
38474     PLATFORM_WIN32=0
38475     PLATFORM_MSDOS=0
38476     PLATFORM_MAC=0
38477     PLATFORM_MACOSX=0
38478     PLATFORM_OS2=0
38479
38480     if test "x$BAKEFILE_FORCE_PLATFORM" = "x"; then
38481         case "${BAKEFILE_HOST}" in
38482             *-*-cygwin* | *-*-mingw32* )
38483                 PLATFORM_WIN32=1
38484             ;;
38485             *-pc-msdosdjgpp )
38486                 PLATFORM_MSDOS=1
38487             ;;
38488             *-pc-os2_emx | *-pc-os2-emx )
38489                 PLATFORM_OS2=1
38490             ;;
38491             powerpc-*-darwin* )
38492                 PLATFORM_MAC=1
38493                 PLATFORM_MACOSX=1
38494             ;;
38495             * )
38496                 PLATFORM_UNIX=1
38497             ;;
38498         esac
38499     else
38500         case "$BAKEFILE_FORCE_PLATFORM" in
38501             win32 )
38502                 PLATFORM_WIN32=1
38503             ;;
38504             msdos )
38505                 PLATFORM_MSDOS=1
38506             ;;
38507             os2 )
38508                 PLATFORM_OS2=1
38509             ;;
38510             darwin )
38511                 PLATFORM_MAC=1
38512                 PLATFORM_MACOSX=1
38513             ;;
38514             unix )
38515                 PLATFORM_UNIX=1
38516             ;;
38517             * )
38518                 { { echo "$as_me:$LINENO: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&5
38519 echo "$as_me: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&2;}
38520    { (exit 1); exit 1; }; }
38521             ;;
38522         esac
38523     fi
38524
38525
38526
38527
38528
38529
38530
38531
38532
38533     # Check whether --enable-omf or --disable-omf was given.
38534 if test "${enable_omf+set}" = set; then
38535   enableval="$enable_omf"
38536   bk_os2_use_omf="$enableval"
38537 fi;
38538
38539     case "${BAKEFILE_HOST}" in
38540       *-*-darwin* )
38541                         CFLAGS="$CFLAGS -fno-common"
38542         CXXFLAGS="$CXXFLAGS -fno-common"
38543         ;;
38544
38545       *-pc-os2_emx | *-pc-os2-emx )
38546         if test "x$bk_os2_use_omf" = "xyes" ; then
38547             AR=emxomfar
38548             RANLIB=:
38549             LDFLAGS="-Zomf $LDFLAGS"
38550             CFLAGS="-Zomf $CFLAGS"
38551             CXXFLAGS="-Zomf $CXXFLAGS"
38552             OS2_LIBEXT="lib"
38553         else
38554             OS2_LIBEXT="a"
38555         fi
38556         ;;
38557     esac
38558
38559
38560     SO_SUFFIX="so"
38561     SO_SUFFIX_MODULE="so"
38562     EXEEXT=""
38563     LIBPREFIX="lib"
38564     LIBEXT=".a"
38565     DLLPREFIX="lib"
38566     DLLPREFIX_MODULE=""
38567     DLLIMP_SUFFIX=""
38568
38569     case "${BAKEFILE_HOST}" in
38570         *-hp-hpux* )
38571             SO_SUFFIX="sl"
38572             SO_SUFFIX_MODULE="sl"
38573         ;;
38574         *-*-aix* )
38575                                                                         SO_SUFFIX="a"
38576             SO_SUFFIX_MODULE="a"
38577         ;;
38578         *-*-cygwin* | *-*-mingw32* )
38579             SO_SUFFIX="dll"
38580             SO_SUFFIX_MODULE="dll"
38581             DLLIMP_SUFFIX="dll.a"
38582             EXEEXT=".exe"
38583             DLLPREFIX=""
38584         ;;
38585         *-pc-msdosdjgpp )
38586             EXEEXT=".exe"
38587             DLLPREFIX=""
38588         ;;
38589         *-pc-os2_emx | *-pc-os2-emx )
38590             SO_SUFFIX="dll"
38591             SO_SUFFIX_MODULE="dll"
38592             DLLIMP_SUFFIX=$OS2_LIBEXT
38593             EXEEXT=".exe"
38594             DLLPREFIX=""
38595             LIBPREFIX=""
38596             LIBEXT=".$OS2_LIBEXT"
38597         ;;
38598         powerpc-*-darwin* )
38599             SO_SUFFIX="dylib"
38600             SO_SUFFIX_MODULE="bundle"
38601         ;;
38602     esac
38603
38604     if test "x$DLLIMP_SUFFIX" = "x" ; then
38605         DLLIMP_SUFFIX="$SO_SUFFIX"
38606     fi
38607
38608
38609
38610
38611
38612
38613
38614
38615
38616
38617
38618         SHARED_LD_CC="\$(CC) -shared -o"
38619     SHARED_LD_CXX="\$(CXX) -shared -o"
38620
38621         if test "x$GCC" = "xyes"; then
38622                 PIC_FLAG="-fPIC"
38623     fi
38624
38625     case "${BAKEFILE_HOST}" in
38626       *-hp-hpux* )
38627                 if test "x$GCC" = "xyes"; then
38628                         SHARED_LD_CC="${CC} -shared ${PIC_FLAG} -o"
38629             SHARED_LD_CXX="${CXX} -shared ${PIC_FLAG} -o"
38630         else
38631                         LDFLAGS="$LDFLAGS -L/usr/lib"
38632
38633             SHARED_LD_CC="${CC} -b -o"
38634             SHARED_LD_CXX="${CXX} -b -o"
38635             PIC_FLAG="+Z"
38636         fi
38637       ;;
38638
38639       *-*-linux* )
38640         if test "x$GCC" != "xyes"; then
38641             echo "$as_me:$LINENO: checking for Intel compiler" >&5
38642 echo $ECHO_N "checking for Intel compiler... $ECHO_C" >&6
38643 if test "${bakefile_cv_prog_icc+set}" = set; then
38644   echo $ECHO_N "(cached) $ECHO_C" >&6
38645 else
38646
38647                 cat >conftest.$ac_ext <<_ACEOF
38648 /* confdefs.h.  */
38649 _ACEOF
38650 cat confdefs.h >>conftest.$ac_ext
38651 cat >>conftest.$ac_ext <<_ACEOF
38652 /* end confdefs.h.  */
38653
38654 int
38655 main ()
38656 {
38657
38658                         #ifndef __INTEL_COMPILER
38659                         #error Not icc
38660                         #endif
38661
38662   ;
38663   return 0;
38664 }
38665 _ACEOF
38666 rm -f conftest.$ac_objext
38667 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38668   (eval $ac_compile) 2>conftest.er1
38669   ac_status=$?
38670   grep -v '^ *+' conftest.er1 >conftest.err
38671   rm -f conftest.er1
38672   cat conftest.err >&5
38673   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38674   (exit $ac_status); } &&
38675          { ac_try='test -z "$ac_c_werror_flag"
38676                          || test ! -s conftest.err'
38677   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38678   (eval $ac_try) 2>&5
38679   ac_status=$?
38680   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38681   (exit $ac_status); }; } &&
38682          { ac_try='test -s conftest.$ac_objext'
38683   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38684   (eval $ac_try) 2>&5
38685   ac_status=$?
38686   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38687   (exit $ac_status); }; }; then
38688   bakefile_cv_prog_icc=yes
38689 else
38690   echo "$as_me: failed program was:" >&5
38691 sed 's/^/| /' conftest.$ac_ext >&5
38692
38693 bakefile_cv_prog_icc=no
38694
38695 fi
38696 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
38697
38698 fi
38699 echo "$as_me:$LINENO: result: $bakefile_cv_prog_icc" >&5
38700 echo "${ECHO_T}$bakefile_cv_prog_icc" >&6
38701             if test "$bakefile_cv_prog_icc" = "yes"; then
38702                 PIC_FLAG="-KPIC"
38703             fi
38704         fi
38705       ;;
38706
38707       *-*-solaris2* )
38708         if test "x$GCC" != xyes ; then
38709             SHARED_LD_CC="${CC} -G -o"
38710             SHARED_LD_CXX="${CXX} -G -o"
38711             PIC_FLAG="-KPIC"
38712         fi
38713       ;;
38714
38715       *-*-darwin* )
38716
38717                                 echo "$as_me:$LINENO: checking for gcc 3.1 or later" >&5
38718 echo $ECHO_N "checking for gcc 3.1 or later... $ECHO_C" >&6
38719 if test "${wx_cv_gcc31+set}" = set; then
38720   echo $ECHO_N "(cached) $ECHO_C" >&6
38721 else
38722
38723            cat >conftest.$ac_ext <<_ACEOF
38724 /* confdefs.h.  */
38725 _ACEOF
38726 cat confdefs.h >>conftest.$ac_ext
38727 cat >>conftest.$ac_ext <<_ACEOF
38728 /* end confdefs.h.  */
38729
38730 int
38731 main ()
38732 {
38733
38734                    #if (__GNUC__ < 3) || \
38735                        ((__GNUC__ == 3) && (__GNUC_MINOR__ < 1))
38736                        #error old gcc
38737                    #endif
38738
38739   ;
38740   return 0;
38741 }
38742 _ACEOF
38743 rm -f conftest.$ac_objext
38744 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38745   (eval $ac_compile) 2>conftest.er1
38746   ac_status=$?
38747   grep -v '^ *+' conftest.er1 >conftest.err
38748   rm -f conftest.er1
38749   cat conftest.err >&5
38750   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38751   (exit $ac_status); } &&
38752          { ac_try='test -z "$ac_c_werror_flag"
38753                          || test ! -s conftest.err'
38754   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38755   (eval $ac_try) 2>&5
38756   ac_status=$?
38757   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38758   (exit $ac_status); }; } &&
38759          { ac_try='test -s conftest.$ac_objext'
38760   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38761   (eval $ac_try) 2>&5
38762   ac_status=$?
38763   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38764   (exit $ac_status); }; }; then
38765
38766                    wx_cv_gcc31=yes
38767
38768 else
38769   echo "$as_me: failed program was:" >&5
38770 sed 's/^/| /' conftest.$ac_ext >&5
38771
38772
38773                    wx_cv_gcc31=no
38774
38775
38776 fi
38777 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
38778
38779 fi
38780 echo "$as_me:$LINENO: result: $wx_cv_gcc31" >&5
38781 echo "${ECHO_T}$wx_cv_gcc31" >&6
38782         if test "$wx_cv_gcc31" = "no"; then
38783
38784 D='$'
38785 cat <<EOF >shared-ld-sh
38786 #!/bin/sh
38787 #-----------------------------------------------------------------------------
38788 #-- Name:        distrib/mac/shared-ld-sh
38789 #-- Purpose:     Link a mach-o dynamic shared library for Darwin / Mac OS X
38790 #-- Author:      Gilles Depeyrot
38791 #-- Copyright:   (c) 2002 Gilles Depeyrot
38792 #-- Licence:     any use permitted
38793 #-----------------------------------------------------------------------------
38794
38795 verbose=0
38796 args=""
38797 objects=""
38798 linking_flag="-dynamiclib"
38799
38800 while test ${D}# -gt 0; do
38801     case ${D}1 in
38802
38803        -v)
38804         verbose=1
38805         ;;
38806
38807        -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
38808         # collect these options and values
38809         args="${D}{args} ${D}1 ${D}2"
38810         shift
38811         ;;
38812
38813        -l*|-L*|-flat_namespace|-headerpad_max_install_names)
38814         # collect these options
38815         args="${D}{args} ${D}1"
38816         ;;
38817
38818        -dynamiclib|-bundle)
38819         linking_flag="${D}1"
38820         ;;
38821
38822        -*)
38823         echo "shared-ld: unhandled option '${D}1'"
38824         exit 1
38825         ;;
38826
38827         *.o | *.a | *.dylib)
38828         # collect object files
38829         objects="${D}{objects} ${D}1"
38830         ;;
38831
38832         *)
38833         echo "shared-ld: unhandled argument '${D}1'"
38834         exit 1
38835         ;;
38836
38837     esac
38838     shift
38839 done
38840
38841 #
38842 # Link one module containing all the others
38843 #
38844 if test ${D}{verbose} = 1; then
38845     echo "c++ -r -keep_private_externs -nostdlib ${D}{objects} -o master.${D}${D}.o"
38846 fi
38847 c++ -r -keep_private_externs -nostdlib ${D}{objects} -o master.${D}${D}.o
38848 status=${D}?
38849 if test ${D}{status} != 0; then
38850     exit ${D}{status}
38851 fi
38852
38853 #
38854 # Link the shared library from the single module created
38855 #
38856 if test ${D}{verbose} = 1; then
38857     echo "cc ${D}{linking_flag} master.${D}${D}.o ${D}{args}"
38858 fi
38859 c++ ${D}{linking_flag} master.${D}${D}.o ${D}{args}
38860 status=${D}?
38861 if test ${D}{status} != 0; then
38862     exit ${D}{status}
38863 fi
38864
38865 #
38866 # Remove intermediate module
38867 #
38868 rm -f master.${D}${D}.o
38869
38870 exit 0
38871 EOF
38872
38873             chmod +x shared-ld-sh
38874
38875                         SHARED_LD_CC="`pwd`/shared-ld-sh -dynamiclib -headerpad_max_install_names -o"
38876             SHARED_LD_MODULE_CC="`pwd`/shared-ld-sh -bundle -headerpad_max_install_names -o"
38877             SHARED_LD_CXX="$SHARED_LD_CC"
38878             SHARED_LD_MODULE_CXX="$SHARED_LD_MODULE_CC"
38879         else
38880                         SHARED_LD_CC="\${CC} -dynamiclib -single_module -headerpad_max_install_names -o"
38881             SHARED_LD_MODULE_CC="\${CC} -bundle -single_module -headerpad_max_install_names -o"
38882             SHARED_LD_CXX="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o"
38883             SHARED_LD_MODULE_CXX="\${CXX} -bundle -single_module -headerpad_max_install_names -o"
38884         fi
38885
38886         PIC_FLAG="-dynamic -fPIC"
38887       ;;
38888
38889       *-*-aix* )
38890                 if test "x$GCC" != "xyes"; then
38891                                     # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
38892 set dummy makeC++SharedLib; ac_word=$2
38893 echo "$as_me:$LINENO: checking for $ac_word" >&5
38894 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
38895 if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
38896   echo $ECHO_N "(cached) $ECHO_C" >&6
38897 else
38898   if test -n "$AIX_CXX_LD"; then
38899   ac_cv_prog_AIX_CXX_LD="$AIX_CXX_LD" # Let the user override the test.
38900 else
38901 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
38902 for as_dir in $PATH
38903 do
38904   IFS=$as_save_IFS
38905   test -z "$as_dir" && as_dir=.
38906   for ac_exec_ext in '' $ac_executable_extensions; do
38907   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
38908     ac_cv_prog_AIX_CXX_LD="makeC++SharedLib"
38909     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
38910     break 2
38911   fi
38912 done
38913 done
38914
38915   test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD="/usr/lpp/xlC/bin/makeC++SharedLib"
38916 fi
38917 fi
38918 AIX_CXX_LD=$ac_cv_prog_AIX_CXX_LD
38919 if test -n "$AIX_CXX_LD"; then
38920   echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5
38921 echo "${ECHO_T}$AIX_CXX_LD" >&6
38922 else
38923   echo "$as_me:$LINENO: result: no" >&5
38924 echo "${ECHO_T}no" >&6
38925 fi
38926
38927                         SHARED_LD_CC="$AIX_CC_LD -p 0 -o"
38928             SHARED_LD_CXX="$AIX_CXX_LD -p 0 -o"
38929         fi
38930       ;;
38931
38932       *-*-beos* )
38933                         SHARED_LD_CC="${LD} -shared -o"
38934         SHARED_LD_CXX="${LD} -shared -o"
38935       ;;
38936
38937       *-*-irix* )
38938                 if test "x$GCC" != "xyes"; then
38939             PIC_FLAG="-KPIC"
38940         fi
38941       ;;
38942
38943       *-*-cygwin* | *-*-mingw32* )
38944         PIC_FLAG=""
38945       ;;
38946
38947       *-pc-os2_emx | *-pc-os2-emx )
38948         SHARED_LD_CC="`pwd`/dllar.sh -o"
38949         SHARED_LD_CXX="`pwd`/dllar.sh -o"
38950         PIC_FLAG=""
38951
38952 D='$'
38953 cat <<EOF >dllar.sh
38954 #!/bin/sh
38955 #
38956 # dllar - a tool to build both a .dll and an .a file
38957 # from a set of object (.o) files for EMX/OS2.
38958 #
38959 #  Written by Andrew Zabolotny, bit@freya.etu.ru
38960 #  Ported to Unix like shell by Stefan Neis, Stefan.Neis@t-online.de
38961 #
38962 #  This script will accept a set of files on the command line.
38963 #  All the public symbols from the .o files will be exported into
38964 #  a .DEF file, then linker will be run (through gcc) against them to
38965 #  build a shared library consisting of all given .o files. All libraries
38966 #  (.a) will be first decompressed into component .o files then act as
38967 #  described above. You can optionally give a description (-d "description")
38968 #  which will be put into .DLL. To see the list of accepted options (as well
38969 #  as command-line format) simply run this program without options. The .DLL
38970 #  is built to be imported by name (there is no guarantee that new versions
38971 #  of the library you build will have same ordinals for same symbols).
38972 #
38973 #  dllar is free software; you can redistribute it and/or modify
38974 #  it under the terms of the GNU General Public License as published by
38975 #  the Free Software Foundation; either version 2, or (at your option)
38976 #  any later version.
38977 #
38978 #  dllar is distributed in the hope that it will be useful,
38979 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
38980 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
38981 #  GNU General Public License for more details.
38982 #
38983 #  You should have received a copy of the GNU General Public License
38984 #  along with dllar; see the file COPYING.  If not, write to the Free
38985 #  Software Foundation, 59 Temple Place - Suite 330, Boston, MA
38986 #  02111-1307, USA.
38987
38988 # To successfuly run this program you will need:
38989 #  - Current drive should have LFN support (HPFS, ext2, network, etc)
38990 #    (Sometimes dllar generates filenames which won't fit 8.3 scheme)
38991 #  - gcc
38992 #    (used to build the .dll)
38993 #  - emxexp
38994 #    (used to create .def file from .o files)
38995 #  - emximp
38996 #    (used to create .a file from .def file)
38997 #  - GNU text utilites (cat, sort, uniq)
38998 #    used to process emxexp output
38999 #  - GNU file utilities (mv, rm)
39000 #  - GNU sed
39001 #  - lxlite (optional, see flag below)
39002 #    (used for general .dll cleanup)
39003 #
39004
39005 flag_USE_LXLITE=1;
39006
39007 #
39008 # helper functions
39009 # basnam, variant of basename, which does _not_ remove the path, _iff_
39010 #                              second argument (suffix to remove) is given
39011 basnam(){
39012     case ${D}# in
39013     1)
39014         echo ${D}1 | sed 's/.*\///' | sed 's/.*\\//'
39015         ;;
39016     2)
39017         echo ${D}1 | sed 's/'${D}2'${D}//'
39018         ;;
39019     *)
39020         echo "error in basnam ${D}*"
39021         exit 8
39022         ;;
39023     esac
39024 }
39025
39026 # Cleanup temporary files and output
39027 CleanUp() {
39028     cd ${D}curDir
39029     for i in ${D}inputFiles ; do
39030         case ${D}i in
39031         *!)
39032             rm -rf \`basnam ${D}i !\`
39033             ;;
39034         *)
39035             ;;
39036         esac
39037     done
39038
39039     # Kill result in case of failure as there is just to many stupid make/nmake
39040     # things out there which doesn't do this.
39041     if [] ${D}# -eq 0 []; then
39042         rm -f ${D}arcFile ${D}arcFile2 ${D}defFile ${D}dllFile
39043     fi
39044 }
39045
39046 # Print usage and exit script with rc=1.
39047 PrintHelp() {
39048  echo 'Usage: dllar []-o[[]utput[]] output_file[] []-i[[]mport[]] importlib_name[]'
39049  echo '       []-d[[]escription[]] "dll descrption"[] []-cc "CC"[] []-f[[]lags[]] "CFLAGS"[]'
39050  echo '       []-ord[[]inals[]][] -ex[]clude[] "symbol(s)"'
39051  echo '       []-libf[[]lags[]] "{INIT|TERM}{GLOBAL|INSTANCE}"[] []-nocrt[[]dll[]][] []-nolxl[[]ite[]][]'
39052  echo '       []*.o[] []*.a[]'
39053  echo '*> "output_file" should have no extension.'
39054  echo '   If it has the .o, .a or .dll extension, it is automatically removed.'
39055  echo '   The import library name is derived from this and is set to "name".a,'
39056  echo '   unless overridden by -import'
39057  echo '*> "importlib_name" should have no extension.'
39058  echo '   If it has the .o, or .a extension, it is automatically removed.'
39059  echo '   This name is used as the import library name and may be longer and'
39060  echo '   more descriptive than the DLL name which has to follow the old '
39061  echo '   8.3 convention of FAT.'
39062  echo '*> "cc" is used to use another GCC executable.   (default: gcc.exe)'
39063  echo '*> "flags" should be any set of valid GCC flags. (default: -s -Zcrtdll)'
39064  echo '   These flags will be put at the start of GCC command line.'
39065  echo '*> -ord[]inals[] tells dllar to export entries by ordinals. Be careful.'
39066  echo '*> -ex[]clude[] defines symbols which will not be exported. You can define'
39067  echo '   multiple symbols, for example -ex "myfunc yourfunc _GLOBAL*".'
39068  echo '   If the last character of a symbol is "*", all symbols beginning'
39069  echo '   with the prefix before "*" will be exclude, (see _GLOBAL* above).'
39070  echo '*> -libf[]lags[] can be used to add INITGLOBAL/INITINSTANCE and/or'
39071  echo '   TERMGLOBAL/TERMINSTANCE flags to the dynamically-linked library.'
39072  echo '*> -nocrt[]dll[] switch will disable linking the library against emx''s'
39073  echo '   C runtime DLLs.'
39074  echo '*> -nolxl[]ite[] switch will disable running lxlite on the resulting DLL.'
39075  echo '*> All other switches (for example -L./ or -lmylib) will be passed'
39076  echo '   unchanged to GCC at the end of command line.'
39077  echo '*> If you create a DLL from a library and you do not specify -o,'
39078  echo '   the basename for DLL and import library will be set to library name,'
39079  echo '   the initial library will be renamed to 'name'_s.a (_s for static)'
39080  echo '   i.e. "dllar gcc.a" will create gcc.dll and gcc.a, and the initial'
39081  echo '   library will be renamed into gcc_s.a.'
39082  echo '--------'
39083  echo 'Example:'
39084  echo '   dllar -o gcc290.dll libgcc.a -d "GNU C runtime library" -ord'
39085  echo '    -ex "__main __ctordtor*" -libf "INITINSTANCE TERMINSTANCE"'
39086  CleanUp
39087  exit 1
39088 }
39089
39090 # Execute a command.
39091 # If exit code of the commnad <> 0 CleanUp() is called and we'll exit the script.
39092 # @Uses    Whatever CleanUp() uses.
39093 doCommand() {
39094     echo "${D}*"
39095     eval ${D}*
39096     rcCmd=${D}?
39097
39098     if [] ${D}rcCmd -ne 0 []; then
39099         echo "command failed, exit code="${D}rcCmd
39100         CleanUp
39101         exit ${D}rcCmd
39102     fi
39103 }
39104
39105 # main routine
39106 # setup globals
39107 cmdLine=${D}*
39108 outFile=""
39109 outimpFile=""
39110 inputFiles=""
39111 description=""
39112 CC=gcc.exe
39113 CFLAGS="-s -Zcrtdll"
39114 EXTRA_CFLAGS=""
39115 EXPORT_BY_ORDINALS=0
39116 exclude_symbols=""
39117 library_flags=""
39118 curDir=\`pwd\`
39119 curDirS=curDir
39120 case ${D}curDirS in
39121 */)
39122   ;;
39123 *)
39124   curDirS=${D}{curDirS}"/"
39125   ;;
39126 esac
39127 # Parse commandline
39128 libsToLink=0
39129 while [] ${D}1 []; do
39130     case ${D}1 in
39131     -ord*)
39132         EXPORT_BY_ORDINALS=1;
39133         ;;
39134     -o*)
39135         shift
39136         outFile=${D}1
39137         ;;
39138     -i*)
39139         shift
39140         outimpFile=${D}1
39141         ;;
39142     -d*)
39143         shift
39144         description=${D}1
39145         ;;
39146     -f*)
39147         shift
39148         CFLAGS=${D}1
39149         ;;
39150     -c*)
39151         shift
39152         CC=${D}1
39153         ;;
39154     -h*)
39155         PrintHelp
39156         ;;
39157     -ex*)
39158         shift
39159         exclude_symbols=${D}{exclude_symbols}${D}1" "
39160         ;;
39161     -libf*)
39162         shift
39163         library_flags=${D}{library_flags}${D}1" "
39164         ;;
39165     -nocrt*)
39166         CFLAGS="-s"
39167         ;;
39168     -nolxl*)
39169         flag_USE_LXLITE=0
39170         ;;
39171     -* | /*)
39172         case ${D}1 in
39173         -L* | -l*)
39174             libsToLink=1
39175             ;;
39176         *)
39177             ;;
39178         esac
39179         EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
39180         ;;
39181     *)
39182         found=0;
39183         if [] ${D}libsToLink -ne 0 []; then
39184             EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
39185         else
39186             for file in ${D}1 ; do
39187                 if [] -f ${D}file []; then
39188                     inputFiles="${D}{inputFiles} ${D}file"
39189                     found=1
39190                 fi
39191             done
39192             if [] ${D}found -eq 0 []; then
39193                 echo "ERROR: No file(s) found: "${D}1
39194                 exit 8
39195             fi
39196         fi
39197       ;;
39198     esac
39199     shift
39200 done # iterate cmdline words
39201
39202 #
39203 if [] -z "${D}inputFiles" []; then
39204     echo "dllar: no input files"
39205     PrintHelp
39206 fi
39207
39208 # Now extract all .o files from .a files
39209 newInputFiles=""
39210 for file in ${D}inputFiles ; do
39211     case ${D}file in
39212     *.a | *.lib)
39213         case ${D}file in
39214         *.a)
39215             suffix=".a"
39216             AR="ar"
39217             ;;
39218         *.lib)
39219             suffix=".lib"
39220             AR="emxomfar"
39221             EXTRA_CFLAGS="${D}EXTRA_CFLAGS -Zomf"
39222             ;;
39223         *)
39224             ;;
39225         esac
39226         dirname=\`basnam ${D}file ${D}suffix\`"_%"
39227         mkdir ${D}dirname
39228         if [] ${D}? -ne 0 []; then
39229             echo "Failed to create subdirectory ./${D}dirname"
39230             CleanUp
39231             exit 8;
39232         fi
39233         # Append '!' to indicate archive
39234         newInputFiles="${D}newInputFiles ${D}{dirname}!"
39235         doCommand "cd ${D}dirname; ${D}AR x ../${D}file"
39236         cd ${D}curDir
39237         found=0;
39238         for subfile in ${D}dirname/*.o* ; do
39239             if [] -f ${D}subfile []; then
39240                 found=1
39241                 if [] -s ${D}subfile []; then
39242                     # FIXME: This should be: is file size > 32 byte, _not_ > 0!
39243                     newInputFiles="${D}newInputFiles ${D}subfile"
39244                 fi
39245             fi
39246         done
39247         if [] ${D}found -eq 0 []; then
39248             echo "WARNING: there are no files in archive \'${D}file\'"
39249         fi
39250         ;;
39251     *)
39252         newInputFiles="${D}{newInputFiles} ${D}file"
39253         ;;
39254     esac
39255 done
39256 inputFiles="${D}newInputFiles"
39257
39258 # Output filename(s).
39259 do_backup=0;
39260 if [] -z ${D}outFile []; then
39261     do_backup=1;
39262     set outFile ${D}inputFiles; outFile=${D}2
39263 fi
39264
39265 # If it is an archive, remove the '!' and the '_%' suffixes
39266 case ${D}outFile in
39267 *_%!)
39268     outFile=\`basnam ${D}outFile _%!\`
39269     ;;
39270 *)
39271     ;;
39272 esac
39273 case ${D}outFile in
39274 *.dll)
39275     outFile=\`basnam ${D}outFile .dll\`
39276     ;;
39277 *.DLL)
39278     outFile=\`basnam ${D}outFile .DLL\`
39279     ;;
39280 *.o)
39281     outFile=\`basnam ${D}outFile .o\`
39282     ;;
39283 *.obj)
39284     outFile=\`basnam ${D}outFile .obj\`
39285     ;;
39286 *.a)
39287     outFile=\`basnam ${D}outFile .a\`
39288     ;;
39289 *.lib)
39290     outFile=\`basnam ${D}outFile .lib\`
39291     ;;
39292 *)
39293     ;;
39294 esac
39295 case ${D}outimpFile in
39296 *.a)
39297     outimpFile=\`basnam ${D}outimpFile .a\`
39298     ;;
39299 *.lib)
39300     outimpFile=\`basnam ${D}outimpFile .lib\`
39301     ;;
39302 *)
39303     ;;
39304 esac
39305 if [] -z ${D}outimpFile []; then
39306     outimpFile=${D}outFile
39307 fi
39308 defFile="${D}{outFile}.def"
39309 arcFile="${D}{outimpFile}.a"
39310 arcFile2="${D}{outimpFile}.lib"
39311 dllFile="${D}outFile"
39312 # Add suffix to dllFile later, first we need a version to use as
39313 # name in .def file.
39314
39315 if [] ${D}do_backup -ne 0 [] ; then
39316     if [] -f ${D}arcFile [] ; then
39317         doCommand "mv ${D}arcFile ${D}{outFile}_s.a"
39318     fi
39319     if [] -f ${D}arcFile2 [] ; then
39320         doCommand "mv ${D}arcFile2 ${D}{outFile}_s.lib"
39321     fi
39322 fi
39323
39324 # Extract public symbols from all the object files.
39325 tmpdefFile=${D}{defFile}_%
39326 rm -f ${D}tmpdefFile
39327 for file in ${D}inputFiles ; do
39328     case ${D}file in
39329     *!)
39330         ;;
39331     *)
39332         doCommand "emxexp -u ${D}file >> ${D}tmpdefFile"
39333         ;;
39334     esac
39335 done
39336
39337 # Create the def file.
39338 rm -f ${D}defFile
39339 echo "LIBRARY \`basnam ${D}dllFile\` ${D}library_flags" >> ${D}defFile
39340 dllFile="${D}dllFile.dll"
39341 if [] -n ${D}description []; then
39342     echo "DESCRIPTION  \"${D}{description}\"" >> ${D}defFile
39343 fi
39344 echo "EXPORTS" >> ${D}defFile
39345
39346 doCommand "cat ${D}tmpdefFile | sort.exe | uniq.exe > ${D}{tmpdefFile}%"
39347 grep -v "^ *;" < ${D}{tmpdefFile}% | grep -v "^ *${D}" >${D}tmpdefFile
39348
39349 # Checks if the export is ok or not.
39350 for word in ${D}exclude_symbols; do
39351     grep -v ${D}word < ${D}tmpdefFile >${D}{tmpdefFile}%
39352     mv ${D}{tmpdefFile}% ${D}tmpdefFile
39353 done
39354
39355
39356 if [] ${D}EXPORT_BY_ORDINALS -ne 0 []; then
39357     sed "=" < ${D}tmpdefFile | \
39358     sed '
39359       N
39360       : loop
39361       s/^\([]0-9[]\+\)\([]^;[]*\)\(;.*\)\?/\2 @\1 NONAME/
39362       t loop
39363     ' > ${D}{tmpdefFile}%
39364     grep -v "^ *${D}" < ${D}{tmpdefFile}% > ${D}tmpdefFile
39365 else
39366     rm -f ${D}{tmpdefFile}%
39367 fi
39368 cat ${D}tmpdefFile >> ${D}defFile
39369 rm -f ${D}tmpdefFile
39370
39371 # Do linking, create implib, and apply lxlite.
39372 gccCmdl="";
39373 for file in ${D}inputFiles ; do
39374     case ${D}file in
39375     *!)
39376         ;;
39377     *)
39378         gccCmdl="${D}gccCmdl ${D}file"
39379         ;;
39380     esac
39381 done
39382 doCommand "${D}CC ${D}CFLAGS -Zdll -o ${D}dllFile ${D}defFile ${D}gccCmdl ${D}EXTRA_CFLAGS"
39383 touch "${D}{outFile}.dll"
39384
39385 doCommand "emximp -o ${D}arcFile ${D}defFile"
39386 if [] ${D}flag_USE_LXLITE -ne 0 []; then
39387     add_flags="";
39388     if [] ${D}EXPORT_BY_ORDINALS -ne 0 []; then
39389         add_flags="-ynd"
39390     fi
39391     doCommand "lxlite -cs -t: -mrn -mln ${D}add_flags ${D}dllFile"
39392 fi
39393 doCommand "emxomf -s -l ${D}arcFile"
39394
39395 # Successful exit.
39396 CleanUp 1
39397 exit 0
39398 EOF
39399
39400         chmod +x dllar.sh
39401       ;;
39402
39403       *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
39404       *-*-sunos4* | \
39405       *-*-osf* | \
39406       *-*-dgux5* | \
39407       *-*-sysv5* )
39408               ;;
39409
39410       *)
39411         { { echo "$as_me:$LINENO: error: unknown system type $BAKEFILE_HOST." >&5
39412 echo "$as_me: error: unknown system type $BAKEFILE_HOST." >&2;}
39413    { (exit 1); exit 1; }; }
39414     esac
39415
39416     if test "x$PIC_FLAG" != "x" ; then
39417         PIC_FLAG="$PIC_FLAG -DPIC"
39418     fi
39419
39420     if test "x$SHARED_LD_MODULE_CC" = "x" ; then
39421         SHARED_LD_MODULE_CC="$SHARED_LD_CC"
39422     fi
39423     if test "x$SHARED_LD_MODULE_CXX" = "x" ; then
39424         SHARED_LD_MODULE_CXX="$SHARED_LD_CXX"
39425     fi
39426
39427
39428
39429
39430
39431
39432
39433
39434     USE_SOVERSION=0
39435     USE_SOVERLINUX=0
39436     USE_SOVERSOLARIS=0
39437     USE_SOSYMLINKS=0
39438     USE_MACVERSION=0
39439     SONAME_FLAG=
39440
39441     case "${BAKEFILE_HOST}" in
39442       *-*-linux* )
39443         SONAME_FLAG="-Wl,-soname,"
39444         USE_SOVERSION=1
39445         USE_SOVERLINUX=1
39446         USE_SOSYMLINKS=1
39447       ;;
39448
39449       *-*-solaris2* )
39450         SONAME_FLAG="-h "
39451         USE_SOVERSION=1
39452         USE_SOVERSOLARIS=1
39453         USE_SOSYMLINKS=1
39454       ;;
39455
39456       *-*-darwin* )
39457         USE_MACVERSION=1
39458         USE_SOVERSION=1
39459         USE_SOSYMLINKS=1
39460       ;;
39461     esac
39462
39463
39464
39465
39466
39467
39468
39469
39470
39471     echo "$as_me:$LINENO: checking for dependency tracking method" >&5
39472 echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6
39473     DEPS_TRACKING=0
39474
39475     if test "x$GCC" = "xyes"; then
39476         DEPSMODE=gcc
39477         DEPS_TRACKING=1
39478         case "${BAKEFILE_HOST}" in
39479             powerpc-*-darwin* )
39480                                                 DEPSFLAG_GCC="-no-cpp-precomp -MMD"
39481             ;;
39482             * )
39483                 DEPSFLAG_GCC="-MMD"
39484             ;;
39485         esac
39486         echo "$as_me:$LINENO: result: gcc" >&5
39487 echo "${ECHO_T}gcc" >&6
39488     else
39489         echo "$as_me:$LINENO: result: none" >&5
39490 echo "${ECHO_T}none" >&6
39491     fi
39492
39493     if test $DEPS_TRACKING = 1 ; then
39494
39495 D='$'
39496 cat <<EOF >bk-deps
39497 #!/bin/sh
39498
39499 # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
39500 # script. It is used to track C/C++ files dependencies in portable way.
39501 #
39502 # Permission is given to use this file in any way.
39503
39504 DEPSMODE=${DEPSMODE}
39505 DEPSDIR=.deps
39506 DEPSFLAG_GCC="${DEPSFLAG_GCC}"
39507
39508 mkdir -p ${D}DEPSDIR
39509
39510 if test ${D}DEPSMODE = gcc ; then
39511     ${D}* ${D}{DEPSFLAG_GCC}
39512     status=${D}?
39513     if test ${D}{status} != 0 ; then
39514         exit ${D}{status}
39515     fi
39516     # move created file to the location we want it in:
39517     while test ${D}# -gt 0; do
39518         case "${D}1" in
39519             -o )
39520                 shift
39521                 objfile=${D}1
39522             ;;
39523             -* )
39524             ;;
39525             * )
39526                 srcfile=${D}1
39527             ;;
39528         esac
39529         shift
39530     done
39531     depfile=\`basename ${D}srcfile | sed -e 's/\..*${D}/.d/g'\`
39532     depobjname=\`echo ${D}depfile |sed -e 's/\.d/.o/g'\`
39533     if test -f ${D}depfile ; then
39534         sed -e "s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
39535         rm -f ${D}depfile
39536     else
39537         depfile=\`basename ${D}objfile | sed -e 's/\..*${D}/.d/g'\`
39538         if test -f ${D}depfile ; then
39539             sed -e "/^${D}objfile/!s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
39540             rm -f ${D}depfile
39541         fi
39542     fi
39543     exit 0
39544 else
39545     ${D}*
39546     exit ${D}?
39547 fi
39548 EOF
39549
39550         chmod +x bk-deps
39551     fi
39552
39553
39554
39555
39556     RESCOMP=
39557     SETFILE=
39558
39559     case ${BAKEFILE_HOST} in
39560         *-*-cygwin* | *-*-mingw32* )
39561                         if test "$build" != "$host" ; then
39562                 RESCOMP=$host_alias-windres
39563             else
39564                 # Extract the first word of "windres", so it can be a program name with args.
39565 set dummy windres; ac_word=$2
39566 echo "$as_me:$LINENO: checking for $ac_word" >&5
39567 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
39568 if test "${ac_cv_prog_RESCOMP+set}" = set; then
39569   echo $ECHO_N "(cached) $ECHO_C" >&6
39570 else
39571   if test -n "$RESCOMP"; then
39572   ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
39573 else
39574 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
39575 for as_dir in $PATH
39576 do
39577   IFS=$as_save_IFS
39578   test -z "$as_dir" && as_dir=.
39579   for ac_exec_ext in '' $ac_executable_extensions; do
39580   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
39581     ac_cv_prog_RESCOMP="windres"
39582     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
39583     break 2
39584   fi
39585 done
39586 done
39587
39588   test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="windres"
39589 fi
39590 fi
39591 RESCOMP=$ac_cv_prog_RESCOMP
39592 if test -n "$RESCOMP"; then
39593   echo "$as_me:$LINENO: result: $RESCOMP" >&5
39594 echo "${ECHO_T}$RESCOMP" >&6
39595 else
39596   echo "$as_me:$LINENO: result: no" >&5
39597 echo "${ECHO_T}no" >&6
39598 fi
39599
39600             fi
39601          ;;
39602
39603       *-*-darwin* )
39604             # Extract the first word of "Rez", so it can be a program name with args.
39605 set dummy Rez; ac_word=$2
39606 echo "$as_me:$LINENO: checking for $ac_word" >&5
39607 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
39608 if test "${ac_cv_prog_RESCOMP+set}" = set; then
39609   echo $ECHO_N "(cached) $ECHO_C" >&6
39610 else
39611   if test -n "$RESCOMP"; then
39612   ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
39613 else
39614 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
39615 for as_dir in $PATH
39616 do
39617   IFS=$as_save_IFS
39618   test -z "$as_dir" && as_dir=.
39619   for ac_exec_ext in '' $ac_executable_extensions; do
39620   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
39621     ac_cv_prog_RESCOMP="Rez"
39622     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
39623     break 2
39624   fi
39625 done
39626 done
39627
39628   test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez"
39629 fi
39630 fi
39631 RESCOMP=$ac_cv_prog_RESCOMP
39632 if test -n "$RESCOMP"; then
39633   echo "$as_me:$LINENO: result: $RESCOMP" >&5
39634 echo "${ECHO_T}$RESCOMP" >&6
39635 else
39636   echo "$as_me:$LINENO: result: no" >&5
39637 echo "${ECHO_T}no" >&6
39638 fi
39639
39640             # Extract the first word of "SetFile", so it can be a program name with args.
39641 set dummy SetFile; ac_word=$2
39642 echo "$as_me:$LINENO: checking for $ac_word" >&5
39643 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
39644 if test "${ac_cv_prog_SETFILE+set}" = set; then
39645   echo $ECHO_N "(cached) $ECHO_C" >&6
39646 else
39647   if test -n "$SETFILE"; then
39648   ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
39649 else
39650 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
39651 for as_dir in $PATH
39652 do
39653   IFS=$as_save_IFS
39654   test -z "$as_dir" && as_dir=.
39655   for ac_exec_ext in '' $ac_executable_extensions; do
39656   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
39657     ac_cv_prog_SETFILE="SetFile"
39658     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
39659     break 2
39660   fi
39661 done
39662 done
39663
39664   test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
39665 fi
39666 fi
39667 SETFILE=$ac_cv_prog_SETFILE
39668 if test -n "$SETFILE"; then
39669   echo "$as_me:$LINENO: result: $SETFILE" >&5
39670 echo "${ECHO_T}$SETFILE" >&6
39671 else
39672   echo "$as_me:$LINENO: result: no" >&5
39673 echo "${ECHO_T}no" >&6
39674 fi
39675
39676         ;;
39677     esac
39678
39679
39680
39681
39682
39683     BAKEFILE_BAKEFILE_M4_VERSION="0.1.4"
39684
39685
39686 BAKEFILE_AUTOCONF_INC_M4_VERSION="0.1.4"
39687
39688
39689
39690     # Check whether --enable-precomp-headers or --disable-precomp-headers was given.
39691 if test "${enable_precomp_headers+set}" = set; then
39692   enableval="$enable_precomp_headers"
39693   bk_use_pch="$enableval"
39694 fi;
39695
39696     GCC_PCH=0
39697
39698     if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then
39699         if test "x$GCC" = "xyes"; then
39700                         echo "$as_me:$LINENO: checking if the compiler supports precompiled headers" >&5
39701 echo $ECHO_N "checking if the compiler supports precompiled headers... $ECHO_C" >&6
39702             cat >conftest.$ac_ext <<_ACEOF
39703 /* confdefs.h.  */
39704 _ACEOF
39705 cat confdefs.h >>conftest.$ac_ext
39706 cat >>conftest.$ac_ext <<_ACEOF
39707 /* end confdefs.h.  */
39708
39709 int
39710 main ()
39711 {
39712
39713                     #if !defined(__GNUC__) || !defined(__GNUC_MINOR__)
39714                         #error "no pch support"
39715                     #endif
39716                     #if (__GNUC__ < 3)
39717                         #error "no pch support"
39718                     #endif
39719                     #if (__GNUC__ == 3) && \
39720                        ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \
39721                        ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3)))
39722                         #error "no pch support"
39723                     #endif
39724
39725   ;
39726   return 0;
39727 }
39728 _ACEOF
39729 rm -f conftest.$ac_objext
39730 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39731   (eval $ac_compile) 2>conftest.er1
39732   ac_status=$?
39733   grep -v '^ *+' conftest.er1 >conftest.err
39734   rm -f conftest.er1
39735   cat conftest.err >&5
39736   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39737   (exit $ac_status); } &&
39738          { ac_try='test -z "$ac_c_werror_flag"
39739                          || test ! -s conftest.err'
39740   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39741   (eval $ac_try) 2>&5
39742   ac_status=$?
39743   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39744   (exit $ac_status); }; } &&
39745          { ac_try='test -s conftest.$ac_objext'
39746   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39747   (eval $ac_try) 2>&5
39748   ac_status=$?
39749   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39750   (exit $ac_status); }; }; then
39751
39752                     echo "$as_me:$LINENO: result: yes" >&5
39753 echo "${ECHO_T}yes" >&6
39754                     GCC_PCH=1
39755
39756 else
39757   echo "$as_me: failed program was:" >&5
39758 sed 's/^/| /' conftest.$ac_ext >&5
39759
39760
39761                     echo "$as_me:$LINENO: result: no" >&5
39762 echo "${ECHO_T}no" >&6
39763
39764 fi
39765 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
39766             if test $GCC_PCH = 1 ; then
39767                 cat <<EOF >bk-make-pch
39768 #!/bin/sh
39769
39770 # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
39771 # script. It is used to generated precompiled headers.
39772 #
39773 # Permission is given to use this file in any way.
39774
39775 outfile="\${1}"
39776 header="\${2}"
39777 shift
39778 shift
39779
39780 compiler=
39781 headerfile=
39782 while test \${#} -gt 0; do
39783     case "\${1}" in
39784         -I* )
39785             incdir=\`echo \${1} | sed -e 's/-I\(.*\)/\1/g'\`
39786             if test "x\${headerfile}" = "x" -a -f "\${incdir}/\${header}" ; then
39787                 headerfile="\${incdir}/\${header}"
39788             fi
39789         ;;
39790     esac
39791     compiler="\${compiler} \${1}"
39792     shift
39793 done
39794
39795 if test "x\${headerfile}" = "x" ; then
39796     echo "error: can't find header \${header} in include paths" >2
39797 else
39798     if test -f \${outfile} ; then
39799         rm -f \${outfile}
39800     else
39801         mkdir -p \`dirname \${outfile}\`
39802     fi
39803     depsfile=".deps/\`basename \${outfile}\`.d"
39804     mkdir -p .deps
39805     # can do this because gcc is >= 3.4:
39806     \${compiler} -o \${outfile} -MMD -MF "\${depsfile}" "\${headerfile}"
39807     exit \${?}
39808 fi
39809 EOF
39810                 chmod +x bk-make-pch
39811             fi
39812         fi
39813     fi
39814
39815
39816
39817
39818
39819
39820
39821     # Check whether --enable-precomp-headers or --disable-precomp-headers was given.
39822 if test "${enable_precomp_headers+set}" = set; then
39823   enableval="$enable_precomp_headers"
39824   bk_use_pch="$enableval"
39825 fi;
39826
39827     GCC_PCH=0
39828
39829     if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then
39830         if test "x$GCC" = "xyes"; then
39831                         echo "$as_me:$LINENO: checking if the compiler supports precompiled headers" >&5
39832 echo $ECHO_N "checking if the compiler supports precompiled headers... $ECHO_C" >&6
39833             cat >conftest.$ac_ext <<_ACEOF
39834 /* confdefs.h.  */
39835 _ACEOF
39836 cat confdefs.h >>conftest.$ac_ext
39837 cat >>conftest.$ac_ext <<_ACEOF
39838 /* end confdefs.h.  */
39839
39840 int
39841 main ()
39842 {
39843
39844                     #if !defined(__GNUC__) || !defined(__GNUC_MINOR__)
39845                         #error "no pch support"
39846                     #endif
39847                     #if (__GNUC__ < 3)
39848                         #error "no pch support"
39849                     #endif
39850                     #if (__GNUC__ == 3) && \
39851                        ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \
39852                        ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3)))
39853                         #error "no pch support"
39854                     #endif
39855
39856   ;
39857   return 0;
39858 }
39859 _ACEOF
39860 rm -f conftest.$ac_objext
39861 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39862   (eval $ac_compile) 2>conftest.er1
39863   ac_status=$?
39864   grep -v '^ *+' conftest.er1 >conftest.err
39865   rm -f conftest.er1
39866   cat conftest.err >&5
39867   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39868   (exit $ac_status); } &&
39869          { ac_try='test -z "$ac_c_werror_flag"
39870                          || test ! -s conftest.err'
39871   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39872   (eval $ac_try) 2>&5
39873   ac_status=$?
39874   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39875   (exit $ac_status); }; } &&
39876          { ac_try='test -s conftest.$ac_objext'
39877   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39878   (eval $ac_try) 2>&5
39879   ac_status=$?
39880   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39881   (exit $ac_status); }; }; then
39882
39883                     echo "$as_me:$LINENO: result: yes" >&5
39884 echo "${ECHO_T}yes" >&6
39885                     GCC_PCH=1
39886
39887 else
39888   echo "$as_me: failed program was:" >&5
39889 sed 's/^/| /' conftest.$ac_ext >&5
39890
39891
39892                     echo "$as_me:$LINENO: result: no" >&5
39893 echo "${ECHO_T}no" >&6
39894
39895 fi
39896 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
39897             if test $GCC_PCH = 1 ; then
39898                 cat <<EOF >bk-make-pch
39899 #!/bin/sh
39900
39901 # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
39902 # script. It is used to generated precompiled headers.
39903 #
39904 # Permission is given to use this file in any way.
39905
39906 outfile="\${1}"
39907 header="\${2}"
39908 shift
39909 shift
39910
39911 compiler=
39912 headerfile=
39913 while test \${#} -gt 0; do
39914     case "\${1}" in
39915         -I* )
39916             incdir=\`echo \${1} | sed -e 's/-I\(.*\)/\1/g'\`
39917             if test "x\${headerfile}" = "x" -a -f "\${incdir}/\${header}" ; then
39918                 headerfile="\${incdir}/\${header}"
39919             fi
39920         ;;
39921     esac
39922     compiler="\${compiler} \${1}"
39923     shift
39924 done
39925
39926 if test "x\${headerfile}" = "x" ; then
39927     echo "error: can't find header \${header} in include paths" >2
39928 else
39929     if test -f \${outfile} ; then
39930         rm -f \${outfile}
39931     else
39932         mkdir -p \`dirname \${outfile}\`
39933     fi
39934     depsfile=".deps/\`basename \${outfile}\`.d"
39935     mkdir -p .deps
39936     # can do this because gcc is >= 3.4:
39937     \${compiler} -o \${outfile} -MMD -MF "\${depsfile}" "\${headerfile}"
39938     exit \${?}
39939 fi
39940 EOF
39941                 chmod +x bk-make-pch
39942             fi
39943         fi
39944     fi
39945
39946
39947
39948     COND_BUILD_DEBUG="#"
39949     if test "x$BUILD" = "xdebug" ; then
39950         COND_BUILD_DEBUG=""
39951     fi
39952
39953     COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT="#"
39954     if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
39955         COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT=""
39956     fi
39957
39958     COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT="#"
39959     if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
39960         COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT=""
39961     fi
39962
39963     COND_BUILD_DEBUG_UNICODE_0="#"
39964     if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
39965         COND_BUILD_DEBUG_UNICODE_0=""
39966     fi
39967
39968     COND_BUILD_DEBUG_UNICODE_1="#"
39969     if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
39970         COND_BUILD_DEBUG_UNICODE_1=""
39971     fi
39972
39973     COND_BUILD_RELEASE="#"
39974     if test "x$BUILD" = "xrelease" ; then
39975         COND_BUILD_RELEASE=""
39976     fi
39977
39978     COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT="#"
39979     if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
39980         COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT=""
39981     fi
39982
39983     COND_BUILD_RELEASE_UNICODE_0="#"
39984     if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
39985         COND_BUILD_RELEASE_UNICODE_0=""
39986     fi
39987
39988     COND_BUILD_RELEASE_UNICODE_1="#"
39989     if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
39990         COND_BUILD_RELEASE_UNICODE_1=""
39991     fi
39992
39993     COND_DEBUG_FLAG_1="#"
39994     if test "x$DEBUG_FLAG" = "x1" ; then
39995         COND_DEBUG_FLAG_1=""
39996     fi
39997
39998     COND_DEBUG_INFO_0="#"
39999     if test "x$DEBUG_INFO" = "x0" ; then
40000         COND_DEBUG_INFO_0=""
40001     fi
40002
40003     COND_DEBUG_INFO_1="#"
40004     if test "x$DEBUG_INFO" = "x1" ; then
40005         COND_DEBUG_INFO_1=""
40006     fi
40007
40008     COND_DEPS_TRACKING_0="#"
40009     if test "x$DEPS_TRACKING" = "x0" ; then
40010         COND_DEPS_TRACKING_0=""
40011     fi
40012
40013     COND_DEPS_TRACKING_1="#"
40014     if test "x$DEPS_TRACKING" = "x1" ; then
40015         COND_DEPS_TRACKING_1=""
40016     fi
40017
40018     COND_GCC_PCH_1="#"
40019     if test "x$GCC_PCH" = "x1" ; then
40020         COND_GCC_PCH_1=""
40021     fi
40022
40023     COND_MONOLITHIC_0="#"
40024     if test "x$MONOLITHIC" = "x0" ; then
40025         COND_MONOLITHIC_0=""
40026     fi
40027
40028     COND_MONOLITHIC_0_SHARED_0="#"
40029     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
40030         COND_MONOLITHIC_0_SHARED_0=""
40031     fi
40032
40033     COND_MONOLITHIC_0_SHARED_0_USE_GUI_1="#"
40034     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
40035         COND_MONOLITHIC_0_SHARED_0_USE_GUI_1=""
40036     fi
40037
40038     COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1="#"
40039     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
40040         COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1=""
40041     fi
40042
40043     COND_MONOLITHIC_0_SHARED_0_USE_HTML_1="#"
40044     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_HTML" = "x1" ; then
40045         COND_MONOLITHIC_0_SHARED_0_USE_HTML_1=""
40046     fi
40047
40048     COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1="#"
40049     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_ODBC" = "x1" ; then
40050         COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1=""
40051     fi
40052
40053     COND_MONOLITHIC_0_SHARED_1="#"
40054     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
40055         COND_MONOLITHIC_0_SHARED_1=""
40056     fi
40057
40058     COND_MONOLITHIC_0_SHARED_1_USE_GUI_1="#"
40059     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
40060         COND_MONOLITHIC_0_SHARED_1_USE_GUI_1=""
40061     fi
40062
40063     COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1="#"
40064     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
40065         COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1=""
40066     fi
40067
40068     COND_MONOLITHIC_0_SHARED_1_USE_HTML_1="#"
40069     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_HTML" = "x1" ; then
40070         COND_MONOLITHIC_0_SHARED_1_USE_HTML_1=""
40071     fi
40072
40073     COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1="#"
40074     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_ODBC" = "x1" ; then
40075         COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1=""
40076     fi
40077
40078     COND_MONOLITHIC_0_USE_ODBC_1="#"
40079     if test "x$MONOLITHIC" = "x0" -a "x$USE_ODBC" = "x1" ; then
40080         COND_MONOLITHIC_0_USE_ODBC_1=""
40081     fi
40082
40083     COND_MONOLITHIC_1="#"
40084     if test "x$MONOLITHIC" = "x1" ; then
40085         COND_MONOLITHIC_1=""
40086     fi
40087
40088     COND_MONOLITHIC_1_SHARED_0="#"
40089     if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
40090         COND_MONOLITHIC_1_SHARED_0=""
40091     fi
40092
40093     COND_MONOLITHIC_1_SHARED_1="#"
40094     if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
40095         COND_MONOLITHIC_1_SHARED_1=""
40096     fi
40097
40098     COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1="#"
40099     if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
40100         COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1=""
40101     fi
40102
40103     COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1="#"
40104     if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
40105         COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1=""
40106     fi
40107
40108     COND_PLATFORM_MACOSX_0_USE_SOVERSION_1="#"
40109     if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
40110         COND_PLATFORM_MACOSX_0_USE_SOVERSION_1=""
40111     fi
40112
40113     COND_PLATFORM_MACOSX_1="#"
40114     if test "x$PLATFORM_MACOSX" = "x1" ; then
40115         COND_PLATFORM_MACOSX_1=""
40116     fi
40117
40118     COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA="#"
40119     if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xCOCOA" ; then
40120         COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA=""
40121     fi
40122
40123     COND_PLATFORM_MACOSX_1_TOOLKIT_GTK="#"
40124     if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" ; then
40125         COND_PLATFORM_MACOSX_1_TOOLKIT_GTK=""
40126     fi
40127
40128     COND_PLATFORM_MACOSX_1_TOOLKIT_MAC="#"
40129     if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" ; then
40130         COND_PLATFORM_MACOSX_1_TOOLKIT_MAC=""
40131     fi
40132
40133     COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF="#"
40134     if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMOTIF" ; then
40135         COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF=""
40136     fi
40137
40138     COND_PLATFORM_MACOSX_1_TOOLKIT_X11="#"
40139     if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xX11" ; then
40140         COND_PLATFORM_MACOSX_1_TOOLKIT_X11=""
40141     fi
40142
40143     COND_PLATFORM_MACOSX_1_USE_GUI_1="#"
40144     if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_GUI" = "x1" ; then
40145         COND_PLATFORM_MACOSX_1_USE_GUI_1=""
40146     fi
40147
40148     COND_PLATFORM_MACOSX_1_USE_SOVERSION_1="#"
40149     if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
40150         COND_PLATFORM_MACOSX_1_USE_SOVERSION_1=""
40151     fi
40152
40153     COND_PLATFORM_MAC_1="#"
40154     if test "x$PLATFORM_MAC" = "x1" ; then
40155         COND_PLATFORM_MAC_1=""
40156     fi
40157
40158     COND_PLATFORM_OS2_1="#"
40159     if test "x$PLATFORM_OS2" = "x1" ; then
40160         COND_PLATFORM_OS2_1=""
40161     fi
40162
40163     COND_PLATFORM_UNIX_0="#"
40164     if test "x$PLATFORM_UNIX" = "x0" ; then
40165         COND_PLATFORM_UNIX_0=""
40166     fi
40167
40168     COND_PLATFORM_UNIX_1="#"
40169     if test "x$PLATFORM_UNIX" = "x1" ; then
40170         COND_PLATFORM_UNIX_1=""
40171     fi
40172
40173     COND_PLATFORM_UNIX_1_USE_GUI_1="#"
40174     if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_GUI" = "x1" ; then
40175         COND_PLATFORM_UNIX_1_USE_GUI_1=""
40176     fi
40177
40178     COND_PLATFORM_UNIX_1_USE_PLUGINS_0="#"
40179     if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_PLUGINS" = "x0" ; then
40180         COND_PLATFORM_UNIX_1_USE_PLUGINS_0=""
40181     fi
40182
40183     COND_PLATFORM_WIN32_0="#"
40184     if test "x$PLATFORM_WIN32" = "x0" ; then
40185         COND_PLATFORM_WIN32_0=""
40186     fi
40187
40188     COND_PLATFORM_WIN32_1="#"
40189     if test "x$PLATFORM_WIN32" = "x1" ; then
40190         COND_PLATFORM_WIN32_1=""
40191     fi
40192
40193     COND_SHARED_0="#"
40194     if test "x$SHARED" = "x0" ; then
40195         COND_SHARED_0=""
40196     fi
40197
40198     COND_SHARED_0_USE_GUI_1_USE_OPENGL_1="#"
40199     if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
40200         COND_SHARED_0_USE_GUI_1_USE_OPENGL_1=""
40201     fi
40202
40203     COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
40204     if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
40205         COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
40206     fi
40207
40208     COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
40209     if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
40210         COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
40211     fi
40212
40213     COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
40214     if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
40215         COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
40216     fi
40217
40218     COND_SHARED_0_WXUSE_EXPAT_BUILTIN="#"
40219     if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then
40220         COND_SHARED_0_WXUSE_EXPAT_BUILTIN=""
40221     fi
40222
40223     COND_SHARED_0_WXUSE_ODBC_BUILTIN="#"
40224     if test "x$SHARED" = "x0" -a "x$wxUSE_ODBC" = "xbuiltin" ; then
40225         COND_SHARED_0_WXUSE_ODBC_BUILTIN=""
40226     fi
40227
40228     COND_SHARED_0_WXUSE_REGEX_BUILTIN="#"
40229     if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then
40230         COND_SHARED_0_WXUSE_REGEX_BUILTIN=""
40231     fi
40232
40233     COND_SHARED_0_WXUSE_ZLIB_BUILTIN="#"
40234     if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then
40235         COND_SHARED_0_WXUSE_ZLIB_BUILTIN=""
40236     fi
40237
40238     COND_SHARED_1="#"
40239     if test "x$SHARED" = "x1" ; then
40240         COND_SHARED_1=""
40241     fi
40242
40243     COND_SHARED_1_USE_GUI_1_USE_OPENGL_1="#"
40244     if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
40245         COND_SHARED_1_USE_GUI_1_USE_OPENGL_1=""
40246     fi
40247
40248     COND_TOOLKIT_COCOA="#"
40249     if test "x$TOOLKIT" = "xCOCOA" ; then
40250         COND_TOOLKIT_COCOA=""
40251     fi
40252
40253     COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0="#"
40254     if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40255         COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0=""
40256     fi
40257
40258     COND_TOOLKIT_GTK="#"
40259     if test "x$TOOLKIT" = "xGTK" ; then
40260         COND_TOOLKIT_GTK=""
40261     fi
40262
40263     COND_TOOLKIT_GTK_USE_GUI_1="#"
40264     if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
40265         COND_TOOLKIT_GTK_USE_GUI_1=""
40266     fi
40267
40268     COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0="#"
40269     if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40270         COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0=""
40271     fi
40272
40273     COND_TOOLKIT_MAC="#"
40274     if test "x$TOOLKIT" = "xMAC" ; then
40275         COND_TOOLKIT_MAC=""
40276     fi
40277
40278     COND_TOOLKIT_MAC_USE_GUI_1="#"
40279     if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
40280         COND_TOOLKIT_MAC_USE_GUI_1=""
40281     fi
40282
40283     COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="#"
40284     if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40285         COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0=""
40286     fi
40287
40288     COND_TOOLKIT_MGL="#"
40289     if test "x$TOOLKIT" = "xMGL" ; then
40290         COND_TOOLKIT_MGL=""
40291     fi
40292
40293     COND_TOOLKIT_MGL_USE_GUI_1="#"
40294     if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
40295         COND_TOOLKIT_MGL_USE_GUI_1=""
40296     fi
40297
40298     COND_TOOLKIT_MOTIF="#"
40299     if test "x$TOOLKIT" = "xMOTIF" ; then
40300         COND_TOOLKIT_MOTIF=""
40301     fi
40302
40303     COND_TOOLKIT_MOTIF_USE_GUI_1="#"
40304     if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
40305         COND_TOOLKIT_MOTIF_USE_GUI_1=""
40306     fi
40307
40308     COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0="#"
40309     if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40310         COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0=""
40311     fi
40312
40313     COND_TOOLKIT_MSW="#"
40314     if test "x$TOOLKIT" = "xMSW" ; then
40315         COND_TOOLKIT_MSW=""
40316     fi
40317
40318     COND_TOOLKIT_MSW_USE_GUI_1="#"
40319     if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
40320         COND_TOOLKIT_MSW_USE_GUI_1=""
40321     fi
40322
40323     COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0="#"
40324     if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40325         COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0=""
40326     fi
40327
40328     COND_TOOLKIT_PM="#"
40329     if test "x$TOOLKIT" = "xPM" ; then
40330         COND_TOOLKIT_PM=""
40331     fi
40332
40333     COND_TOOLKIT_PM_USE_GUI_1="#"
40334     if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" ; then
40335         COND_TOOLKIT_PM_USE_GUI_1=""
40336     fi
40337
40338     COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0="#"
40339     if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40340         COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0=""
40341     fi
40342
40343     COND_TOOLKIT_WINCE="#"
40344     if test "x$TOOLKIT" = "xWINCE" ; then
40345         COND_TOOLKIT_WINCE=""
40346     fi
40347
40348     COND_TOOLKIT_WINCE_USE_GUI_1="#"
40349     if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" ; then
40350         COND_TOOLKIT_WINCE_USE_GUI_1=""
40351     fi
40352
40353     COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0="#"
40354     if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40355         COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0=""
40356     fi
40357
40358     COND_TOOLKIT_X11="#"
40359     if test "x$TOOLKIT" = "xX11" ; then
40360         COND_TOOLKIT_X11=""
40361     fi
40362
40363     COND_TOOLKIT_X11_USE_GUI_1="#"
40364     if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
40365         COND_TOOLKIT_X11_USE_GUI_1=""
40366     fi
40367
40368     COND_UNICODE_1="#"
40369     if test "x$UNICODE" = "x1" ; then
40370         COND_UNICODE_1=""
40371     fi
40372
40373     COND_USE_EXCEPTIONS_0="#"
40374     if test "x$USE_EXCEPTIONS" = "x0" ; then
40375         COND_USE_EXCEPTIONS_0=""
40376     fi
40377
40378     COND_USE_EXCEPTIONS_1="#"
40379     if test "x$USE_EXCEPTIONS" = "x1" ; then
40380         COND_USE_EXCEPTIONS_1=""
40381     fi
40382
40383     COND_USE_GUI_0="#"
40384     if test "x$USE_GUI" = "x0" ; then
40385         COND_USE_GUI_0=""
40386     fi
40387
40388     COND_USE_GUI_1="#"
40389     if test "x$USE_GUI" = "x1" ; then
40390         COND_USE_GUI_1=""
40391     fi
40392
40393     COND_USE_GUI_1_WXUNIV_0="#"
40394     if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40395         COND_USE_GUI_1_WXUNIV_0=""
40396     fi
40397
40398     COND_USE_GUI_1_WXUNIV_1="#"
40399     if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
40400         COND_USE_GUI_1_WXUNIV_1=""
40401     fi
40402
40403     COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
40404     if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
40405         COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
40406     fi
40407
40408     COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
40409     if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
40410         COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
40411     fi
40412
40413     COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
40414     if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
40415         COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
40416     fi
40417
40418     COND_USE_PLUGINS_0="#"
40419     if test "x$USE_PLUGINS" = "x0" ; then
40420         COND_USE_PLUGINS_0=""
40421     fi
40422
40423     COND_USE_SOSYMLINKS_1="#"
40424     if test "x$USE_SOSYMLINKS" = "x1" ; then
40425         COND_USE_SOSYMLINKS_1=""
40426     fi
40427
40428     COND_USE_SOVERLINUX_1="#"
40429     if test "x$USE_SOVERLINUX" = "x1" ; then
40430         COND_USE_SOVERLINUX_1=""
40431     fi
40432
40433     COND_USE_SOVERSION_0="#"
40434     if test "x$USE_SOVERSION" = "x0" ; then
40435         COND_USE_SOVERSION_0=""
40436     fi
40437
40438     COND_USE_SOVERSOLARIS_1="#"
40439     if test "x$USE_SOVERSOLARIS" = "x1" ; then
40440         COND_USE_SOVERSOLARIS_1=""
40441     fi
40442
40443     COND_WITH_PLUGIN_SDL_1="#"
40444     if test "x$WITH_PLUGIN_SDL" = "x1" ; then
40445         COND_WITH_PLUGIN_SDL_1=""
40446     fi
40447
40448     COND_WXUNIV_1="#"
40449     if test "x$WXUNIV" = "x1" ; then
40450         COND_WXUNIV_1=""
40451     fi
40452
40453     COND_WXUSE_EXPAT_BUILTIN="#"
40454     if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
40455         COND_WXUSE_EXPAT_BUILTIN=""
40456     fi
40457
40458     COND_WXUSE_LIBJPEG_BUILTIN="#"
40459     if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
40460         COND_WXUSE_LIBJPEG_BUILTIN=""
40461     fi
40462
40463     COND_WXUSE_LIBPNG_BUILTIN="#"
40464     if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
40465         COND_WXUSE_LIBPNG_BUILTIN=""
40466     fi
40467
40468     COND_WXUSE_LIBTIFF_BUILTIN="#"
40469     if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
40470         COND_WXUSE_LIBTIFF_BUILTIN=""
40471     fi
40472
40473     COND_WXUSE_ODBC_BUILTIN="#"
40474     if test "x$wxUSE_ODBC" = "xbuiltin" ; then
40475         COND_WXUSE_ODBC_BUILTIN=""
40476     fi
40477
40478     COND_WXUSE_REGEX_BUILTIN="#"
40479     if test "x$wxUSE_REGEX" = "xbuiltin" ; then
40480         COND_WXUSE_REGEX_BUILTIN=""
40481     fi
40482
40483     COND_WXUSE_ZLIB_BUILTIN="#"
40484     if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
40485         COND_WXUSE_ZLIB_BUILTIN=""
40486     fi
40487
40488     COND_BUILD_DEBUG="#"
40489     if test "x$BUILD" = "xdebug" ; then
40490         COND_BUILD_DEBUG=""
40491     fi
40492
40493     COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT="#"
40494     if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
40495         COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT=""
40496     fi
40497
40498     COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT="#"
40499     if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
40500         COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT=""
40501     fi
40502
40503     COND_BUILD_DEBUG_UNICODE_0="#"
40504     if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
40505         COND_BUILD_DEBUG_UNICODE_0=""
40506     fi
40507
40508     COND_BUILD_DEBUG_UNICODE_1="#"
40509     if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
40510         COND_BUILD_DEBUG_UNICODE_1=""
40511     fi
40512
40513     COND_BUILD_RELEASE="#"
40514     if test "x$BUILD" = "xrelease" ; then
40515         COND_BUILD_RELEASE=""
40516     fi
40517
40518     COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT="#"
40519     if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
40520         COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT=""
40521     fi
40522
40523     COND_BUILD_RELEASE_UNICODE_0="#"
40524     if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
40525         COND_BUILD_RELEASE_UNICODE_0=""
40526     fi
40527
40528     COND_BUILD_RELEASE_UNICODE_1="#"
40529     if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
40530         COND_BUILD_RELEASE_UNICODE_1=""
40531     fi
40532
40533     COND_DEBUG_FLAG_1="#"
40534     if test "x$DEBUG_FLAG" = "x1" ; then
40535         COND_DEBUG_FLAG_1=""
40536     fi
40537
40538     COND_DEBUG_INFO_0="#"
40539     if test "x$DEBUG_INFO" = "x0" ; then
40540         COND_DEBUG_INFO_0=""
40541     fi
40542
40543     COND_DEBUG_INFO_1="#"
40544     if test "x$DEBUG_INFO" = "x1" ; then
40545         COND_DEBUG_INFO_1=""
40546     fi
40547
40548     COND_DEPS_TRACKING_0="#"
40549     if test "x$DEPS_TRACKING" = "x0" ; then
40550         COND_DEPS_TRACKING_0=""
40551     fi
40552
40553     COND_DEPS_TRACKING_1="#"
40554     if test "x$DEPS_TRACKING" = "x1" ; then
40555         COND_DEPS_TRACKING_1=""
40556     fi
40557
40558     COND_GCC_PCH_1="#"
40559     if test "x$GCC_PCH" = "x1" ; then
40560         COND_GCC_PCH_1=""
40561     fi
40562
40563     COND_MONOLITHIC_0="#"
40564     if test "x$MONOLITHIC" = "x0" ; then
40565         COND_MONOLITHIC_0=""
40566     fi
40567
40568     COND_MONOLITHIC_0_SHARED_0="#"
40569     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
40570         COND_MONOLITHIC_0_SHARED_0=""
40571     fi
40572
40573     COND_MONOLITHIC_0_SHARED_0_USE_GUI_1="#"
40574     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
40575         COND_MONOLITHIC_0_SHARED_0_USE_GUI_1=""
40576     fi
40577
40578     COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1="#"
40579     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
40580         COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1=""
40581     fi
40582
40583     COND_MONOLITHIC_0_SHARED_0_USE_HTML_1="#"
40584     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_HTML" = "x1" ; then
40585         COND_MONOLITHIC_0_SHARED_0_USE_HTML_1=""
40586     fi
40587
40588     COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1="#"
40589     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_ODBC" = "x1" ; then
40590         COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1=""
40591     fi
40592
40593     COND_MONOLITHIC_0_SHARED_0_USE_XRC_1="#"
40594     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
40595         COND_MONOLITHIC_0_SHARED_0_USE_XRC_1=""
40596     fi
40597
40598     COND_MONOLITHIC_0_SHARED_1="#"
40599     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
40600         COND_MONOLITHIC_0_SHARED_1=""
40601     fi
40602
40603     COND_MONOLITHIC_0_SHARED_1_USE_GUI_1="#"
40604     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
40605         COND_MONOLITHIC_0_SHARED_1_USE_GUI_1=""
40606     fi
40607
40608     COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1="#"
40609     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
40610         COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1=""
40611     fi
40612
40613     COND_MONOLITHIC_0_SHARED_1_USE_HTML_1="#"
40614     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_HTML" = "x1" ; then
40615         COND_MONOLITHIC_0_SHARED_1_USE_HTML_1=""
40616     fi
40617
40618     COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1="#"
40619     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_ODBC" = "x1" ; then
40620         COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1=""
40621     fi
40622
40623     COND_MONOLITHIC_0_SHARED_1_USE_XRC_1="#"
40624     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
40625         COND_MONOLITHIC_0_SHARED_1_USE_XRC_1=""
40626     fi
40627
40628     COND_MONOLITHIC_0_USE_ODBC_1="#"
40629     if test "x$MONOLITHIC" = "x0" -a "x$USE_ODBC" = "x1" ; then
40630         COND_MONOLITHIC_0_USE_ODBC_1=""
40631     fi
40632
40633     COND_MONOLITHIC_1="#"
40634     if test "x$MONOLITHIC" = "x1" ; then
40635         COND_MONOLITHIC_1=""
40636     fi
40637
40638     COND_MONOLITHIC_1_SHARED_0="#"
40639     if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
40640         COND_MONOLITHIC_1_SHARED_0=""
40641     fi
40642
40643     COND_MONOLITHIC_1_SHARED_1="#"
40644     if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
40645         COND_MONOLITHIC_1_SHARED_1=""
40646     fi
40647
40648     COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1="#"
40649     if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
40650         COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1=""
40651     fi
40652
40653     COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1="#"
40654     if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
40655         COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1=""
40656     fi
40657
40658     COND_PLATFORM_MACOSX_0_USE_SOVERSION_1="#"
40659     if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
40660         COND_PLATFORM_MACOSX_0_USE_SOVERSION_1=""
40661     fi
40662
40663     COND_PLATFORM_MACOSX_1="#"
40664     if test "x$PLATFORM_MACOSX" = "x1" ; then
40665         COND_PLATFORM_MACOSX_1=""
40666     fi
40667
40668     COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA="#"
40669     if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xCOCOA" ; then
40670         COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA=""
40671     fi
40672
40673     COND_PLATFORM_MACOSX_1_TOOLKIT_GTK="#"
40674     if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" ; then
40675         COND_PLATFORM_MACOSX_1_TOOLKIT_GTK=""
40676     fi
40677
40678     COND_PLATFORM_MACOSX_1_TOOLKIT_MAC="#"
40679     if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" ; then
40680         COND_PLATFORM_MACOSX_1_TOOLKIT_MAC=""
40681     fi
40682
40683     COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF="#"
40684     if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMOTIF" ; then
40685         COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF=""
40686     fi
40687
40688     COND_PLATFORM_MACOSX_1_TOOLKIT_X11="#"
40689     if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xX11" ; then
40690         COND_PLATFORM_MACOSX_1_TOOLKIT_X11=""
40691     fi
40692
40693     COND_PLATFORM_MACOSX_1_USE_GUI_1="#"
40694     if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_GUI" = "x1" ; then
40695         COND_PLATFORM_MACOSX_1_USE_GUI_1=""
40696     fi
40697
40698     COND_PLATFORM_MACOSX_1_USE_SOVERSION_1="#"
40699     if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
40700         COND_PLATFORM_MACOSX_1_USE_SOVERSION_1=""
40701     fi
40702
40703     COND_PLATFORM_MAC_1="#"
40704     if test "x$PLATFORM_MAC" = "x1" ; then
40705         COND_PLATFORM_MAC_1=""
40706     fi
40707
40708     COND_PLATFORM_OS2_1="#"
40709     if test "x$PLATFORM_OS2" = "x1" ; then
40710         COND_PLATFORM_OS2_1=""
40711     fi
40712
40713     COND_PLATFORM_UNIX_0="#"
40714     if test "x$PLATFORM_UNIX" = "x0" ; then
40715         COND_PLATFORM_UNIX_0=""
40716     fi
40717
40718     COND_PLATFORM_UNIX_1="#"
40719     if test "x$PLATFORM_UNIX" = "x1" ; then
40720         COND_PLATFORM_UNIX_1=""
40721     fi
40722
40723     COND_PLATFORM_UNIX_1_USE_GUI_1="#"
40724     if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_GUI" = "x1" ; then
40725         COND_PLATFORM_UNIX_1_USE_GUI_1=""
40726     fi
40727
40728     COND_PLATFORM_UNIX_1_USE_PLUGINS_0="#"
40729     if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_PLUGINS" = "x0" ; then
40730         COND_PLATFORM_UNIX_1_USE_PLUGINS_0=""
40731     fi
40732
40733     COND_PLATFORM_WIN32_0="#"
40734     if test "x$PLATFORM_WIN32" = "x0" ; then
40735         COND_PLATFORM_WIN32_0=""
40736     fi
40737
40738     COND_PLATFORM_WIN32_1="#"
40739     if test "x$PLATFORM_WIN32" = "x1" ; then
40740         COND_PLATFORM_WIN32_1=""
40741     fi
40742
40743     COND_SHARED_0="#"
40744     if test "x$SHARED" = "x0" ; then
40745         COND_SHARED_0=""
40746     fi
40747
40748     COND_SHARED_0_USE_GUI_1_USE_OPENGL_1="#"
40749     if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
40750         COND_SHARED_0_USE_GUI_1_USE_OPENGL_1=""
40751     fi
40752
40753     COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
40754     if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
40755         COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
40756     fi
40757
40758     COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
40759     if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
40760         COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
40761     fi
40762
40763     COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
40764     if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
40765         COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
40766     fi
40767
40768     COND_SHARED_0_WXUSE_EXPAT_BUILTIN="#"
40769     if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then
40770         COND_SHARED_0_WXUSE_EXPAT_BUILTIN=""
40771     fi
40772
40773     COND_SHARED_0_WXUSE_ODBC_BUILTIN="#"
40774     if test "x$SHARED" = "x0" -a "x$wxUSE_ODBC" = "xbuiltin" ; then
40775         COND_SHARED_0_WXUSE_ODBC_BUILTIN=""
40776     fi
40777
40778     COND_SHARED_0_WXUSE_REGEX_BUILTIN="#"
40779     if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then
40780         COND_SHARED_0_WXUSE_REGEX_BUILTIN=""
40781     fi
40782
40783     COND_SHARED_0_WXUSE_ZLIB_BUILTIN="#"
40784     if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then
40785         COND_SHARED_0_WXUSE_ZLIB_BUILTIN=""
40786     fi
40787
40788     COND_SHARED_1="#"
40789     if test "x$SHARED" = "x1" ; then
40790         COND_SHARED_1=""
40791     fi
40792
40793     COND_SHARED_1_USE_GUI_1_USE_OPENGL_1="#"
40794     if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
40795         COND_SHARED_1_USE_GUI_1_USE_OPENGL_1=""
40796     fi
40797
40798     COND_TOOLKIT_COCOA="#"
40799     if test "x$TOOLKIT" = "xCOCOA" ; then
40800         COND_TOOLKIT_COCOA=""
40801     fi
40802
40803     COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0="#"
40804     if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40805         COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0=""
40806     fi
40807
40808     COND_TOOLKIT_GTK="#"
40809     if test "x$TOOLKIT" = "xGTK" ; then
40810         COND_TOOLKIT_GTK=""
40811     fi
40812
40813     COND_TOOLKIT_GTK_USE_GUI_1="#"
40814     if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
40815         COND_TOOLKIT_GTK_USE_GUI_1=""
40816     fi
40817
40818     COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0="#"
40819     if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40820         COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0=""
40821     fi
40822
40823     COND_TOOLKIT_MAC="#"
40824     if test "x$TOOLKIT" = "xMAC" ; then
40825         COND_TOOLKIT_MAC=""
40826     fi
40827
40828     COND_TOOLKIT_MAC_USE_GUI_1="#"
40829     if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
40830         COND_TOOLKIT_MAC_USE_GUI_1=""
40831     fi
40832
40833     COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="#"
40834     if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40835         COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0=""
40836     fi
40837
40838     COND_TOOLKIT_MAC_WXUNIV_0="#"
40839     if test "x$TOOLKIT" = "xMAC" -a "x$WXUNIV" = "x0" ; then
40840         COND_TOOLKIT_MAC_WXUNIV_0=""
40841     fi
40842
40843     COND_TOOLKIT_MGL="#"
40844     if test "x$TOOLKIT" = "xMGL" ; then
40845         COND_TOOLKIT_MGL=""
40846     fi
40847
40848     COND_TOOLKIT_MGL_USE_GUI_1="#"
40849     if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
40850         COND_TOOLKIT_MGL_USE_GUI_1=""
40851     fi
40852
40853     COND_TOOLKIT_MOTIF="#"
40854     if test "x$TOOLKIT" = "xMOTIF" ; then
40855         COND_TOOLKIT_MOTIF=""
40856     fi
40857
40858     COND_TOOLKIT_MOTIF_USE_GUI_1="#"
40859     if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
40860         COND_TOOLKIT_MOTIF_USE_GUI_1=""
40861     fi
40862
40863     COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0="#"
40864     if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40865         COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0=""
40866     fi
40867
40868     COND_TOOLKIT_MSW="#"
40869     if test "x$TOOLKIT" = "xMSW" ; then
40870         COND_TOOLKIT_MSW=""
40871     fi
40872
40873     COND_TOOLKIT_MSW_USE_GUI_1="#"
40874     if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
40875         COND_TOOLKIT_MSW_USE_GUI_1=""
40876     fi
40877
40878     COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0="#"
40879     if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40880         COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0=""
40881     fi
40882
40883     COND_TOOLKIT_MSW_WXUNIV_0="#"
40884     if test "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
40885         COND_TOOLKIT_MSW_WXUNIV_0=""
40886     fi
40887
40888     COND_TOOLKIT_PM="#"
40889     if test "x$TOOLKIT" = "xPM" ; then
40890         COND_TOOLKIT_PM=""
40891     fi
40892
40893     COND_TOOLKIT_PM_USE_GUI_1="#"
40894     if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" ; then
40895         COND_TOOLKIT_PM_USE_GUI_1=""
40896     fi
40897
40898     COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0="#"
40899     if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40900         COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0=""
40901     fi
40902
40903     COND_TOOLKIT_PM_WXUNIV_0="#"
40904     if test "x$TOOLKIT" = "xPM" -a "x$WXUNIV" = "x0" ; then
40905         COND_TOOLKIT_PM_WXUNIV_0=""
40906     fi
40907
40908     COND_TOOLKIT_WINCE="#"
40909     if test "x$TOOLKIT" = "xWINCE" ; then
40910         COND_TOOLKIT_WINCE=""
40911     fi
40912
40913     COND_TOOLKIT_WINCE_USE_GUI_1="#"
40914     if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" ; then
40915         COND_TOOLKIT_WINCE_USE_GUI_1=""
40916     fi
40917
40918     COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0="#"
40919     if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40920         COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0=""
40921     fi
40922
40923     COND_TOOLKIT_X11="#"
40924     if test "x$TOOLKIT" = "xX11" ; then
40925         COND_TOOLKIT_X11=""
40926     fi
40927
40928     COND_TOOLKIT_X11_USE_GUI_1="#"
40929     if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
40930         COND_TOOLKIT_X11_USE_GUI_1=""
40931     fi
40932
40933     COND_UNICODE_1="#"
40934     if test "x$UNICODE" = "x1" ; then
40935         COND_UNICODE_1=""
40936     fi
40937
40938     COND_USE_EXCEPTIONS_0="#"
40939     if test "x$USE_EXCEPTIONS" = "x0" ; then
40940         COND_USE_EXCEPTIONS_0=""
40941     fi
40942
40943     COND_USE_EXCEPTIONS_1="#"
40944     if test "x$USE_EXCEPTIONS" = "x1" ; then
40945         COND_USE_EXCEPTIONS_1=""
40946     fi
40947
40948     COND_USE_GUI_0="#"
40949     if test "x$USE_GUI" = "x0" ; then
40950         COND_USE_GUI_0=""
40951     fi
40952
40953     COND_USE_GUI_1="#"
40954     if test "x$USE_GUI" = "x1" ; then
40955         COND_USE_GUI_1=""
40956     fi
40957
40958     COND_USE_GUI_1_WXUNIV_0="#"
40959     if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40960         COND_USE_GUI_1_WXUNIV_0=""
40961     fi
40962
40963     COND_USE_GUI_1_WXUNIV_1="#"
40964     if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
40965         COND_USE_GUI_1_WXUNIV_1=""
40966     fi
40967
40968     COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
40969     if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
40970         COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
40971     fi
40972
40973     COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
40974     if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
40975         COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
40976     fi
40977
40978     COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
40979     if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
40980         COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
40981     fi
40982
40983     COND_USE_ODBC_1="#"
40984     if test "x$USE_ODBC" = "x1" ; then
40985         COND_USE_ODBC_1=""
40986     fi
40987
40988     COND_USE_PLUGINS_0="#"
40989     if test "x$USE_PLUGINS" = "x0" ; then
40990         COND_USE_PLUGINS_0=""
40991     fi
40992
40993     COND_USE_SOSYMLINKS_1="#"
40994     if test "x$USE_SOSYMLINKS" = "x1" ; then
40995         COND_USE_SOSYMLINKS_1=""
40996     fi
40997
40998     COND_USE_SOVERLINUX_1="#"
40999     if test "x$USE_SOVERLINUX" = "x1" ; then
41000         COND_USE_SOVERLINUX_1=""
41001     fi
41002
41003     COND_USE_SOVERSION_0="#"
41004     if test "x$USE_SOVERSION" = "x0" ; then
41005         COND_USE_SOVERSION_0=""
41006     fi
41007
41008     COND_USE_SOVERSOLARIS_1="#"
41009     if test "x$USE_SOVERSOLARIS" = "x1" ; then
41010         COND_USE_SOVERSOLARIS_1=""
41011     fi
41012
41013     COND_WITH_PLUGIN_SDL_1="#"
41014     if test "x$WITH_PLUGIN_SDL" = "x1" ; then
41015         COND_WITH_PLUGIN_SDL_1=""
41016     fi
41017
41018     COND_WXUNIV_1="#"
41019     if test "x$WXUNIV" = "x1" ; then
41020         COND_WXUNIV_1=""
41021     fi
41022
41023     COND_WXUSE_EXPAT_BUILTIN="#"
41024     if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
41025         COND_WXUSE_EXPAT_BUILTIN=""
41026     fi
41027
41028     COND_WXUSE_LIBJPEG_BUILTIN="#"
41029     if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
41030         COND_WXUSE_LIBJPEG_BUILTIN=""
41031     fi
41032
41033     COND_WXUSE_LIBPNG_BUILTIN="#"
41034     if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
41035         COND_WXUSE_LIBPNG_BUILTIN=""
41036     fi
41037
41038     COND_WXUSE_LIBTIFF_BUILTIN="#"
41039     if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
41040         COND_WXUSE_LIBTIFF_BUILTIN=""
41041     fi
41042
41043     COND_WXUSE_ODBC_BUILTIN="#"
41044     if test "x$wxUSE_ODBC" = "xbuiltin" ; then
41045         COND_WXUSE_ODBC_BUILTIN=""
41046     fi
41047
41048     COND_WXUSE_REGEX_BUILTIN="#"
41049     if test "x$wxUSE_REGEX" = "xbuiltin" ; then
41050         COND_WXUSE_REGEX_BUILTIN=""
41051     fi
41052
41053     COND_WXUSE_ZLIB_BUILTIN="#"
41054     if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
41055         COND_WXUSE_ZLIB_BUILTIN=""
41056     fi
41057
41058
41059
41060     if test "$BAKEFILE_BAKEFILE_M4_VERSION" != "$BAKEFILE_AUTOCONF_INC_M4_VERSION" ; then
41061         { { echo "$as_me:$LINENO: error: Versions of Bakefile used to generate makefiles ($BAKEFILE_AUTOCONF_INC_M4_VERSION) and configure ($BAKEFILE_BAKEFILE_M4_VERSION) do not match." >&5
41062 echo "$as_me: error: Versions of Bakefile used to generate makefiles ($BAKEFILE_AUTOCONF_INC_M4_VERSION) and configure ($BAKEFILE_BAKEFILE_M4_VERSION) do not match." >&2;}
41063    { (exit 1); exit 1; }; }
41064     fi
41065
41066
41067
41068 GCC_PRAGMA_FLAGS=""
41069 if test $GCC_PCH = 1 ; then
41070     GCC_PRAGMA_FLAGS="-DWX_PRECOMP -DNO_GCC_PRAGMA"
41071 else
41072     case "${host}" in
41073         powerpc-*-darwin* )
41074                                     GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA"
41075             ;;
41076         *-*-mingw32* )
41077                                                                                     if test "$wxUSE_STL" = "yes" -o \
41078                     "$wxUSE_NO_EXCEPTIONS" != "yes" -o \
41079                     "$wxUSE_NO_RTTI" != "yes"; then
41080                echo "$as_me:$LINENO: checking if this MinGW version needs -DNO_GCC_PRAGMA" >&5
41081 echo $ECHO_N "checking if this MinGW version needs -DNO_GCC_PRAGMA... $ECHO_C" >&6
41082                cat >conftest.$ac_ext <<_ACEOF
41083 /* confdefs.h.  */
41084 _ACEOF
41085 cat confdefs.h >>conftest.$ac_ext
41086 cat >>conftest.$ac_ext <<_ACEOF
41087 /* end confdefs.h.  */
41088
41089 int
41090 main ()
41091 {
41092 #if !(__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 2))
41093                                #error "Not GCC 3.2 or greater"
41094                                #endif
41095
41096   ;
41097   return 0;
41098 }
41099 _ACEOF
41100 rm -f conftest.$ac_objext
41101 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41102   (eval $ac_compile) 2>conftest.er1
41103   ac_status=$?
41104   grep -v '^ *+' conftest.er1 >conftest.err
41105   rm -f conftest.er1
41106   cat conftest.err >&5
41107   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41108   (exit $ac_status); } &&
41109          { ac_try='test -z "$ac_c_werror_flag"
41110                          || test ! -s conftest.err'
41111   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41112   (eval $ac_try) 2>&5
41113   ac_status=$?
41114   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41115   (exit $ac_status); }; } &&
41116          { ac_try='test -s conftest.$ac_objext'
41117   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41118   (eval $ac_try) 2>&5
41119   ac_status=$?
41120   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41121   (exit $ac_status); }; }; then
41122   GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA"
41123                                echo "$as_me:$LINENO: result: yes" >&5
41124 echo "${ECHO_T}yes" >&6
41125 else
41126   echo "$as_me: failed program was:" >&5
41127 sed 's/^/| /' conftest.$ac_ext >&5
41128
41129 echo "$as_me:$LINENO: result: no" >&5
41130 echo "${ECHO_T}no" >&6
41131 fi
41132 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
41133             fi
41134             ;;
41135     esac
41136 fi
41137 CPPFLAGS="$GCC_PRAGMA_FLAGS $CPPFLAGS"
41138
41139
41140 SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
41141
41142
41143
41144
41145
41146
41147
41148
41149
41150
41151
41152
41153
41154
41155
41156
41157
41158
41159
41160
41161
41162
41163
41164
41165
41166
41167
41168
41169
41170
41171
41172
41173
41174
41175
41176
41177
41178
41179
41180
41181
41182
41183
41184
41185
41186
41187
41188
41189
41190
41191
41192
41193
41194
41195
41196
41197
41198
41199
41200
41201
41202
41203
41204
41205
41206
41207
41208
41209
41210
41211
41212
41213
41214
41215
41216
41217
41218
41219
41220
41221
41222
41223
41224
41225
41226
41227
41228
41229
41230
41231
41232
41233
41234
41235
41236
41237
41238
41239
41240
41241
41242 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
41243 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
41244 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
41245 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
41246   echo $ECHO_N "(cached) $ECHO_C" >&6
41247 else
41248   cat >conftest.make <<\_ACEOF
41249 all:
41250         @echo 'ac_maketemp="$(MAKE)"'
41251 _ACEOF
41252 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
41253 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
41254 if test -n "$ac_maketemp"; then
41255   eval ac_cv_prog_make_${ac_make}_set=yes
41256 else
41257   eval ac_cv_prog_make_${ac_make}_set=no
41258 fi
41259 rm -f conftest.make
41260 fi
41261 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
41262   echo "$as_me:$LINENO: result: yes" >&5
41263 echo "${ECHO_T}yes" >&6
41264   SET_MAKE=
41265 else
41266   echo "$as_me:$LINENO: result: no" >&5
41267 echo "${ECHO_T}no" >&6
41268   SET_MAKE="MAKE=${MAKE-make}"
41269 fi
41270
41271
41272 if test -f lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h; then
41273     mv -f lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h setup.h
41274 fi
41275
41276           ac_config_headers="$ac_config_headers setup.h"
41277
41278
41279                                         ac_config_files="$ac_config_files wx-config wx-config-wrapper version-script Makefile"
41280
41281
41282           ac_config_commands="$ac_config_commands default"
41283
41284
41285
41286 if test "$wxUSE_GUI" = "yes"; then
41287     SUBDIRS="samples demos utils contrib"
41288 else         SUBDIRS="samples utils"
41289 fi
41290
41291
41292
41293 # Check whether --with-cppunit-prefix or --without-cppunit-prefix was given.
41294 if test "${with_cppunit_prefix+set}" = set; then
41295   withval="$with_cppunit_prefix"
41296   cppunit_config_prefix="$withval"
41297 else
41298   cppunit_config_prefix=""
41299 fi;
41300
41301 # Check whether --with-cppunit-exec-prefix or --without-cppunit-exec-prefix was given.
41302 if test "${with_cppunit_exec_prefix+set}" = set; then
41303   withval="$with_cppunit_exec_prefix"
41304   cppunit_config_exec_prefix="$withval"
41305 else
41306   cppunit_config_exec_prefix=""
41307 fi;
41308
41309   if test x$cppunit_config_exec_prefix != x ; then
41310      cppunit_config_args="$cppunit_config_args --exec-prefix=$cppunit_config_exec_prefix"
41311      if test x${CPPUNIT_CONFIG+set} != xset ; then
41312         CPPUNIT_CONFIG=$cppunit_config_exec_prefix/bin/cppunit-config
41313      fi
41314   fi
41315   if test x$cppunit_config_prefix != x ; then
41316      cppunit_config_args="$cppunit_config_args --prefix=$cppunit_config_prefix"
41317      if test x${CPPUNIT_CONFIG+set} != xset ; then
41318         CPPUNIT_CONFIG=$cppunit_config_prefix/bin/cppunit-config
41319      fi
41320   fi
41321
41322   # Extract the first word of "cppunit-config", so it can be a program name with args.
41323 set dummy cppunit-config; ac_word=$2
41324 echo "$as_me:$LINENO: checking for $ac_word" >&5
41325 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41326 if test "${ac_cv_path_CPPUNIT_CONFIG+set}" = set; then
41327   echo $ECHO_N "(cached) $ECHO_C" >&6
41328 else
41329   case $CPPUNIT_CONFIG in
41330   [\\/]* | ?:[\\/]*)
41331   ac_cv_path_CPPUNIT_CONFIG="$CPPUNIT_CONFIG" # Let the user override the test with a path.
41332   ;;
41333   *)
41334   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41335 for as_dir in $PATH
41336 do
41337   IFS=$as_save_IFS
41338   test -z "$as_dir" && as_dir=.
41339   for ac_exec_ext in '' $ac_executable_extensions; do
41340   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41341     ac_cv_path_CPPUNIT_CONFIG="$as_dir/$ac_word$ac_exec_ext"
41342     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41343     break 2
41344   fi
41345 done
41346 done
41347
41348   test -z "$ac_cv_path_CPPUNIT_CONFIG" && ac_cv_path_CPPUNIT_CONFIG="no"
41349   ;;
41350 esac
41351 fi
41352 CPPUNIT_CONFIG=$ac_cv_path_CPPUNIT_CONFIG
41353
41354 if test -n "$CPPUNIT_CONFIG"; then
41355   echo "$as_me:$LINENO: result: $CPPUNIT_CONFIG" >&5
41356 echo "${ECHO_T}$CPPUNIT_CONFIG" >&6
41357 else
41358   echo "$as_me:$LINENO: result: no" >&5
41359 echo "${ECHO_T}no" >&6
41360 fi
41361
41362   cppunit_version_min=1.8.0
41363
41364   echo "$as_me:$LINENO: checking for Cppunit - version >= $cppunit_version_min" >&5
41365 echo $ECHO_N "checking for Cppunit - version >= $cppunit_version_min... $ECHO_C" >&6
41366   no_cppunit=""
41367   if test "$CPPUNIT_CONFIG" = "no" ; then
41368     no_cppunit=yes
41369   else
41370     CPPUNIT_CFLAGS=`$CPPUNIT_CONFIG --cflags`
41371     CPPUNIT_LIBS=`$CPPUNIT_CONFIG --libs`
41372     cppunit_version=`$CPPUNIT_CONFIG --version`
41373
41374     cppunit_major_version=`echo $cppunit_version | \
41375            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
41376     cppunit_minor_version=`echo $cppunit_version | \
41377            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
41378     cppunit_micro_version=`echo $cppunit_version | \
41379            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
41380
41381     cppunit_major_min=`echo $cppunit_version_min | \
41382            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
41383     cppunit_minor_min=`echo $cppunit_version_min | \
41384            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
41385     cppunit_micro_min=`echo $cppunit_version_min | \
41386            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
41387
41388     cppunit_version_proper=`expr \
41389         $cppunit_major_version \> $cppunit_major_min \| \
41390         $cppunit_major_version \= $cppunit_major_min \& \
41391         $cppunit_minor_version \> $cppunit_minor_min \| \
41392         $cppunit_major_version \= $cppunit_major_min \& \
41393         $cppunit_minor_version \= $cppunit_minor_min \& \
41394         $cppunit_micro_version \>= $cppunit_micro_min `
41395
41396     if test "$cppunit_version_proper" = "1" ; then
41397       echo "$as_me:$LINENO: result: $cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&5
41398 echo "${ECHO_T}$cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&6
41399     else
41400       echo "$as_me:$LINENO: result: no" >&5
41401 echo "${ECHO_T}no" >&6
41402       no_cppunit=yes
41403     fi
41404   fi
41405
41406   if test "x$no_cppunit" = x ; then
41407      SUBDIRS="$SUBDIRS tests"
41408   else
41409      CPPUNIT_CFLAGS=""
41410      CPPUNIT_LIBS=""
41411      :
41412   fi
41413
41414
41415
41416
41417
41418 for subdir in `echo $SUBDIRS`; do
41419     if test -d ${srcdir}/${subdir} ; then
41420         if test "$wxUSE_GUI" = "yes"; then
41421             if test ${subdir} = "samples"; then
41422                                                 makefiles="samples/Makefile.in $makefiles"
41423                 for sample in `echo $SAMPLES_SUBDIRS`; do
41424                     if test -d $srcdir/samples/$sample; then
41425                         makefiles="samples/$sample/Makefile.in $makefiles"
41426                     fi
41427                 done
41428             else                 makefiles=`(cd $srcdir ; find $subdir -name Makefile.in)`
41429             fi
41430         else                                     if test ${subdir} = "samples"; then
41431                 makefiles="samples/Makefile.in samples/console/Makefile.in"
41432             elif test ${subdir} = "utils"; then
41433                 makefiles="utils/HelpGen/Makefile.in \
41434                            utils/HelpGen/src/Makefile.in \
41435                            utils/tex2rtf/Makefile.in \
41436                            utils/tex2rtf/src/Makefile.in"
41437             else                 makefiles=`(cd $srcdir ; find $subdir -name Makefile.in)`
41438             fi
41439         fi
41440
41441         for mkin in $makefiles ; do
41442             mk=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
41443                       ac_config_files="$ac_config_files $mk"
41444
41445         done
41446     fi
41447 done
41448
41449
41450 cat >confcache <<\_ACEOF
41451 # This file is a shell script that caches the results of configure
41452 # tests run on this system so they can be shared between configure
41453 # scripts and configure runs, see configure's option --config-cache.
41454 # It is not useful on other systems.  If it contains results you don't
41455 # want to keep, you may remove or edit it.
41456 #
41457 # config.status only pays attention to the cache file if you give it
41458 # the --recheck option to rerun configure.
41459 #
41460 # `ac_cv_env_foo' variables (set or unset) will be overridden when
41461 # loading this file, other *unset* `ac_cv_foo' will be assigned the
41462 # following values.
41463
41464 _ACEOF
41465
41466 # The following way of writing the cache mishandles newlines in values,
41467 # but we know of no workaround that is simple, portable, and efficient.
41468 # So, don't put newlines in cache variables' values.
41469 # Ultrix sh set writes to stderr and can't be redirected directly,
41470 # and sets the high bit in the cache file unless we assign to the vars.
41471 {
41472   (set) 2>&1 |
41473     case `(ac_space=' '; set | grep ac_space) 2>&1` in
41474     *ac_space=\ *)
41475       # `set' does not quote correctly, so add quotes (double-quote
41476       # substitution turns \\\\ into \\, and sed turns \\ into \).
41477       sed -n \
41478         "s/'/'\\\\''/g;
41479           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
41480       ;;
41481     *)
41482       # `set' quotes correctly as required by POSIX, so do not add quotes.
41483       sed -n \
41484         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
41485       ;;
41486     esac;
41487 } |
41488   sed '
41489      t clear
41490      : clear
41491      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
41492      t end
41493      /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
41494      : end' >>confcache
41495 if diff $cache_file confcache >/dev/null 2>&1; then :; else
41496   if test -w $cache_file; then
41497     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
41498     cat confcache >$cache_file
41499   else
41500     echo "not updating unwritable cache $cache_file"
41501   fi
41502 fi
41503 rm -f confcache
41504
41505 test "x$prefix" = xNONE && prefix=$ac_default_prefix
41506 # Let make expand exec_prefix.
41507 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
41508
41509 # VPATH may cause trouble with some makes, so we remove $(srcdir),
41510 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
41511 # trailing colons and then remove the whole line if VPATH becomes empty
41512 # (actually we leave an empty line to preserve line numbers).
41513 if test "x$srcdir" = x.; then
41514   ac_vpsub='/^[  ]*VPATH[        ]*=/{
41515 s/:*\$(srcdir):*/:/;
41516 s/:*\${srcdir}:*/:/;
41517 s/:*@srcdir@:*/:/;
41518 s/^\([^=]*=[     ]*\):*/\1/;
41519 s/:*$//;
41520 s/^[^=]*=[       ]*$//;
41521 }'
41522 fi
41523
41524 DEFS=-DHAVE_CONFIG_H
41525
41526 ac_libobjs=
41527 ac_ltlibobjs=
41528 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
41529   # 1. Remove the extension, and $U if already installed.
41530   ac_i=`echo "$ac_i" |
41531          sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
41532   # 2. Add them.
41533   ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
41534   ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
41535 done
41536 LIBOBJS=$ac_libobjs
41537
41538 LTLIBOBJS=$ac_ltlibobjs
41539
41540
41541
41542 : ${CONFIG_STATUS=./config.status}
41543 ac_clean_files_save=$ac_clean_files
41544 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
41545 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
41546 echo "$as_me: creating $CONFIG_STATUS" >&6;}
41547 cat >$CONFIG_STATUS <<_ACEOF
41548 #! $SHELL
41549 # Generated by $as_me.
41550 # Run this file to recreate the current configuration.
41551 # Compiler output produced by configure, useful for debugging
41552 # configure, is in config.log if it exists.
41553
41554 debug=false
41555 ac_cs_recheck=false
41556 ac_cs_silent=false
41557 SHELL=\${CONFIG_SHELL-$SHELL}
41558 _ACEOF
41559
41560 cat >>$CONFIG_STATUS <<\_ACEOF
41561 ## --------------------- ##
41562 ## M4sh Initialization.  ##
41563 ## --------------------- ##
41564
41565 # Be Bourne compatible
41566 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
41567   emulate sh
41568   NULLCMD=:
41569   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
41570   # is contrary to our usage.  Disable this feature.
41571   alias -g '${1+"$@"}'='"$@"'
41572 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
41573   set -o posix
41574 fi
41575 DUALCASE=1; export DUALCASE # for MKS sh
41576
41577 # Support unset when possible.
41578 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
41579   as_unset=unset
41580 else
41581   as_unset=false
41582 fi
41583
41584
41585 # Work around bugs in pre-3.0 UWIN ksh.
41586 $as_unset ENV MAIL MAILPATH
41587 PS1='$ '
41588 PS2='> '
41589 PS4='+ '
41590
41591 # NLS nuisances.
41592 for as_var in \
41593   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41594   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
41595   LC_TELEPHONE LC_TIME
41596 do
41597   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
41598     eval $as_var=C; export $as_var
41599   else
41600     $as_unset $as_var
41601   fi
41602 done
41603
41604 # Required to use basename.
41605 if expr a : '\(a\)' >/dev/null 2>&1; then
41606   as_expr=expr
41607 else
41608   as_expr=false
41609 fi
41610
41611 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
41612   as_basename=basename
41613 else
41614   as_basename=false
41615 fi
41616
41617
41618 # Name of the executable.
41619 as_me=`$as_basename "$0" ||
41620 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
41621          X"$0" : 'X\(//\)$' \| \
41622          X"$0" : 'X\(/\)$' \| \
41623          .     : '\(.\)' 2>/dev/null ||
41624 echo X/"$0" |
41625     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
41626           /^X\/\(\/\/\)$/{ s//\1/; q; }
41627           /^X\/\(\/\).*/{ s//\1/; q; }
41628           s/.*/./; q'`
41629
41630
41631 # PATH needs CR, and LINENO needs CR and PATH.
41632 # Avoid depending upon Character Ranges.
41633 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
41634 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
41635 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
41636 as_cr_digits='0123456789'
41637 as_cr_alnum=$as_cr_Letters$as_cr_digits
41638
41639 # The user is always right.
41640 if test "${PATH_SEPARATOR+set}" != set; then
41641   echo "#! /bin/sh" >conf$$.sh
41642   echo  "exit 0"   >>conf$$.sh
41643   chmod +x conf$$.sh
41644   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
41645     PATH_SEPARATOR=';'
41646   else
41647     PATH_SEPARATOR=:
41648   fi
41649   rm -f conf$$.sh
41650 fi
41651
41652
41653   as_lineno_1=$LINENO
41654   as_lineno_2=$LINENO
41655   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
41656   test "x$as_lineno_1" != "x$as_lineno_2" &&
41657   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
41658   # Find who we are.  Look in the path if we contain no path at all
41659   # relative or not.
41660   case $0 in
41661     *[\\/]* ) as_myself=$0 ;;
41662     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41663 for as_dir in $PATH
41664 do
41665   IFS=$as_save_IFS
41666   test -z "$as_dir" && as_dir=.
41667   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
41668 done
41669
41670        ;;
41671   esac
41672   # We did not find ourselves, most probably we were run as `sh COMMAND'
41673   # in which case we are not to be found in the path.
41674   if test "x$as_myself" = x; then
41675     as_myself=$0
41676   fi
41677   if test ! -f "$as_myself"; then
41678     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
41679 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
41680    { (exit 1); exit 1; }; }
41681   fi
41682   case $CONFIG_SHELL in
41683   '')
41684     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41685 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
41686 do
41687   IFS=$as_save_IFS
41688   test -z "$as_dir" && as_dir=.
41689   for as_base in sh bash ksh sh5; do
41690          case $as_dir in
41691          /*)
41692            if ("$as_dir/$as_base" -c '
41693   as_lineno_1=$LINENO
41694   as_lineno_2=$LINENO
41695   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
41696   test "x$as_lineno_1" != "x$as_lineno_2" &&
41697   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
41698              $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
41699              $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
41700              CONFIG_SHELL=$as_dir/$as_base
41701              export CONFIG_SHELL
41702              exec "$CONFIG_SHELL" "$0" ${1+"$@"}
41703            fi;;
41704          esac
41705        done
41706 done
41707 ;;
41708   esac
41709
41710   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
41711   # uniformly replaced by the line number.  The first 'sed' inserts a
41712   # line-number line before each line; the second 'sed' does the real
41713   # work.  The second script uses 'N' to pair each line-number line
41714   # with the numbered line, and appends trailing '-' during
41715   # substitution so that $LINENO is not a special case at line end.
41716   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
41717   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
41718   sed '=' <$as_myself |
41719     sed '
41720       N
41721       s,$,-,
41722       : loop
41723       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
41724       t loop
41725       s,-$,,
41726       s,^['$as_cr_digits']*\n,,
41727     ' >$as_me.lineno &&
41728   chmod +x $as_me.lineno ||
41729     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
41730 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
41731    { (exit 1); exit 1; }; }
41732
41733   # Don't try to exec as it changes $[0], causing all sort of problems
41734   # (the dirname of $[0] is not the place where we might find the
41735   # original and so on.  Autoconf is especially sensible to this).
41736   . ./$as_me.lineno
41737   # Exit status is that of the last command.
41738   exit
41739 }
41740
41741
41742 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
41743   *c*,-n*) ECHO_N= ECHO_C='
41744 ' ECHO_T='      ' ;;
41745   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
41746   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
41747 esac
41748
41749 if expr a : '\(a\)' >/dev/null 2>&1; then
41750   as_expr=expr
41751 else
41752   as_expr=false
41753 fi
41754
41755 rm -f conf$$ conf$$.exe conf$$.file
41756 echo >conf$$.file
41757 if ln -s conf$$.file conf$$ 2>/dev/null; then
41758   # We could just check for DJGPP; but this test a) works b) is more generic
41759   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
41760   if test -f conf$$.exe; then
41761     # Don't use ln at all; we don't have any links
41762     as_ln_s='cp -p'
41763   else
41764     as_ln_s='ln -s'
41765   fi
41766 elif ln conf$$.file conf$$ 2>/dev/null; then
41767   as_ln_s=ln
41768 else
41769   as_ln_s='cp -p'
41770 fi
41771 rm -f conf$$ conf$$.exe conf$$.file
41772
41773 if mkdir -p . 2>/dev/null; then
41774   as_mkdir_p=:
41775 else
41776   test -d ./-p && rmdir ./-p
41777   as_mkdir_p=false
41778 fi
41779
41780 as_executable_p="test -f"
41781
41782 # Sed expression to map a string onto a valid CPP name.
41783 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
41784
41785 # Sed expression to map a string onto a valid variable name.
41786 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
41787
41788
41789 # IFS
41790 # We need space, tab and new line, in precisely that order.
41791 as_nl='
41792 '
41793 IFS="   $as_nl"
41794
41795 # CDPATH.
41796 $as_unset CDPATH
41797
41798 exec 6>&1
41799
41800 # Open the log real soon, to keep \$[0] and so on meaningful, and to
41801 # report actual input values of CONFIG_FILES etc. instead of their
41802 # values after options handling.  Logging --version etc. is OK.
41803 exec 5>>config.log
41804 {
41805   echo
41806   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
41807 ## Running $as_me. ##
41808 _ASBOX
41809 } >&5
41810 cat >&5 <<_CSEOF
41811
41812 This file was extended by wxWidgets $as_me 2.5.2, which was
41813 generated by GNU Autoconf 2.59.  Invocation command line was
41814
41815   CONFIG_FILES    = $CONFIG_FILES
41816   CONFIG_HEADERS  = $CONFIG_HEADERS
41817   CONFIG_LINKS    = $CONFIG_LINKS
41818   CONFIG_COMMANDS = $CONFIG_COMMANDS
41819   $ $0 $@
41820
41821 _CSEOF
41822 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
41823 echo >&5
41824 _ACEOF
41825
41826 # Files that config.status was made for.
41827 if test -n "$ac_config_files"; then
41828   echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
41829 fi
41830
41831 if test -n "$ac_config_headers"; then
41832   echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
41833 fi
41834
41835 if test -n "$ac_config_links"; then
41836   echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
41837 fi
41838
41839 if test -n "$ac_config_commands"; then
41840   echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
41841 fi
41842
41843 cat >>$CONFIG_STATUS <<\_ACEOF
41844
41845 ac_cs_usage="\
41846 \`$as_me' instantiates files from templates according to the
41847 current configuration.
41848
41849 Usage: $0 [OPTIONS] [FILE]...
41850
41851   -h, --help       print this help, then exit
41852   -V, --version    print version number, then exit
41853   -q, --quiet      do not print progress messages
41854   -d, --debug      don't remove temporary files
41855       --recheck    update $as_me by reconfiguring in the same conditions
41856   --file=FILE[:TEMPLATE]
41857                    instantiate the configuration file FILE
41858   --header=FILE[:TEMPLATE]
41859                    instantiate the configuration header FILE
41860
41861 Configuration files:
41862 $config_files
41863
41864 Configuration headers:
41865 $config_headers
41866
41867 Configuration commands:
41868 $config_commands
41869
41870 Report bugs to <bug-autoconf@gnu.org>."
41871 _ACEOF
41872
41873 cat >>$CONFIG_STATUS <<_ACEOF
41874 ac_cs_version="\\
41875 wxWidgets config.status 2.5.2
41876 configured by $0, generated by GNU Autoconf 2.59,
41877   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
41878
41879 Copyright (C) 2003 Free Software Foundation, Inc.
41880 This config.status script is free software; the Free Software Foundation
41881 gives unlimited permission to copy, distribute and modify it."
41882 srcdir=$srcdir
41883 INSTALL="$INSTALL"
41884 _ACEOF
41885
41886 cat >>$CONFIG_STATUS <<\_ACEOF
41887 # If no file are specified by the user, then we need to provide default
41888 # value.  By we need to know if files were specified by the user.
41889 ac_need_defaults=:
41890 while test $# != 0
41891 do
41892   case $1 in
41893   --*=*)
41894     ac_option=`expr "x$1" : 'x\([^=]*\)='`
41895     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
41896     ac_shift=:
41897     ;;
41898   -*)
41899     ac_option=$1
41900     ac_optarg=$2
41901     ac_shift=shift
41902     ;;
41903   *) # This is not an option, so the user has probably given explicit
41904      # arguments.
41905      ac_option=$1
41906      ac_need_defaults=false;;
41907   esac
41908
41909   case $ac_option in
41910   # Handling of the options.
41911 _ACEOF
41912 cat >>$CONFIG_STATUS <<\_ACEOF
41913   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
41914     ac_cs_recheck=: ;;
41915   --version | --vers* | -V )
41916     echo "$ac_cs_version"; exit 0 ;;
41917   --he | --h)
41918     # Conflict between --help and --header
41919     { { echo "$as_me:$LINENO: error: ambiguous option: $1
41920 Try \`$0 --help' for more information." >&5
41921 echo "$as_me: error: ambiguous option: $1
41922 Try \`$0 --help' for more information." >&2;}
41923    { (exit 1); exit 1; }; };;
41924   --help | --hel | -h )
41925     echo "$ac_cs_usage"; exit 0 ;;
41926   --debug | --d* | -d )
41927     debug=: ;;
41928   --file | --fil | --fi | --f )
41929     $ac_shift
41930     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
41931     ac_need_defaults=false;;
41932   --header | --heade | --head | --hea )
41933     $ac_shift
41934     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
41935     ac_need_defaults=false;;
41936   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
41937   | -silent | --silent | --silen | --sile | --sil | --si | --s)
41938     ac_cs_silent=: ;;
41939
41940   # This is an error.
41941   -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
41942 Try \`$0 --help' for more information." >&5
41943 echo "$as_me: error: unrecognized option: $1
41944 Try \`$0 --help' for more information." >&2;}
41945    { (exit 1); exit 1; }; } ;;
41946
41947   *) ac_config_targets="$ac_config_targets $1" ;;
41948
41949   esac
41950   shift
41951 done
41952
41953 ac_configure_extra_args=
41954
41955 if $ac_cs_silent; then
41956   exec 6>/dev/null
41957   ac_configure_extra_args="$ac_configure_extra_args --silent"
41958 fi
41959
41960 _ACEOF
41961 cat >>$CONFIG_STATUS <<_ACEOF
41962 if \$ac_cs_recheck; then
41963   echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
41964   exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
41965 fi
41966
41967 _ACEOF
41968
41969 cat >>$CONFIG_STATUS <<_ACEOF
41970 #
41971 # INIT-COMMANDS section.
41972 #
41973
41974
41975             TOOLCHAIN_NAME="${TOOLCHAIN_NAME}"
41976             WXCONFIG_DATA_FILE="${WXCONFIG_DATA_FILE}"
41977             WX_RELEASE="${WX_RELEASE}"
41978             LN_S="${LN_S}"
41979
41980
41981
41982 _ACEOF
41983
41984
41985
41986 cat >>$CONFIG_STATUS <<\_ACEOF
41987 for ac_config_target in $ac_config_targets
41988 do
41989   case "$ac_config_target" in
41990   # Handling of arguments.
41991   "wx-config" ) CONFIG_FILES="$CONFIG_FILES wx-config" ;;
41992   "wx-config-wrapper" ) CONFIG_FILES="$CONFIG_FILES wx-config-wrapper" ;;
41993   "version-script" ) CONFIG_FILES="$CONFIG_FILES version-script" ;;
41994   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
41995   "$mk" ) CONFIG_FILES="$CONFIG_FILES $mk" ;;
41996   "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
41997   "setup.h" ) CONFIG_HEADERS="$CONFIG_HEADERS setup.h" ;;
41998   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
41999 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
42000    { (exit 1); exit 1; }; };;
42001   esac
42002 done
42003
42004 # If the user did not use the arguments to specify the items to instantiate,
42005 # then the envvar interface is used.  Set only those that are not.
42006 # We use the long form for the default assignment because of an extremely
42007 # bizarre bug on SunOS 4.1.3.
42008 if $ac_need_defaults; then
42009   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
42010   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
42011   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
42012 fi
42013
42014 # Have a temporary directory for convenience.  Make it in the build tree
42015 # simply because there is no reason to put it here, and in addition,
42016 # creating and moving files from /tmp can sometimes cause problems.
42017 # Create a temporary directory, and hook for its removal unless debugging.
42018 $debug ||
42019 {
42020   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
42021   trap '{ (exit 1); exit 1; }' 1 2 13 15
42022 }
42023
42024 # Create a (secure) tmp directory for tmp files.
42025
42026 {
42027   tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
42028   test -n "$tmp" && test -d "$tmp"
42029 }  ||
42030 {
42031   tmp=./confstat$$-$RANDOM
42032   (umask 077 && mkdir $tmp)
42033 } ||
42034 {
42035    echo "$me: cannot create a temporary directory in ." >&2
42036    { (exit 1); exit 1; }
42037 }
42038
42039 _ACEOF
42040
42041 cat >>$CONFIG_STATUS <<_ACEOF
42042
42043 #
42044 # CONFIG_FILES section.
42045 #
42046
42047 # No need to generate the scripts if there are no CONFIG_FILES.
42048 # This happens for instance when ./config.status config.h
42049 if test -n "\$CONFIG_FILES"; then
42050   # Protect against being on the right side of a sed subst in config.status.
42051   sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
42052    s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
42053 s,@SHELL@,$SHELL,;t t
42054 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
42055 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
42056 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
42057 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
42058 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
42059 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
42060 s,@exec_prefix@,$exec_prefix,;t t
42061 s,@prefix@,$prefix,;t t
42062 s,@program_transform_name@,$program_transform_name,;t t
42063 s,@bindir@,$bindir,;t t
42064 s,@sbindir@,$sbindir,;t t
42065 s,@libexecdir@,$libexecdir,;t t
42066 s,@datadir@,$datadir,;t t
42067 s,@sysconfdir@,$sysconfdir,;t t
42068 s,@sharedstatedir@,$sharedstatedir,;t t
42069 s,@localstatedir@,$localstatedir,;t t
42070 s,@libdir@,$libdir,;t t
42071 s,@includedir@,$includedir,;t t
42072 s,@oldincludedir@,$oldincludedir,;t t
42073 s,@infodir@,$infodir,;t t
42074 s,@mandir@,$mandir,;t t
42075 s,@build_alias@,$build_alias,;t t
42076 s,@host_alias@,$host_alias,;t t
42077 s,@target_alias@,$target_alias,;t t
42078 s,@DEFS@,$DEFS,;t t
42079 s,@ECHO_C@,$ECHO_C,;t t
42080 s,@ECHO_N@,$ECHO_N,;t t
42081 s,@ECHO_T@,$ECHO_T,;t t
42082 s,@LIBS@,$LIBS,;t t
42083 s,@build@,$build,;t t
42084 s,@build_cpu@,$build_cpu,;t t
42085 s,@build_vendor@,$build_vendor,;t t
42086 s,@build_os@,$build_os,;t t
42087 s,@host@,$host,;t t
42088 s,@host_cpu@,$host_cpu,;t t
42089 s,@host_vendor@,$host_vendor,;t t
42090 s,@host_os@,$host_os,;t t
42091 s,@target@,$target,;t t
42092 s,@target_cpu@,$target_cpu,;t t
42093 s,@target_vendor@,$target_vendor,;t t
42094 s,@target_os@,$target_os,;t t
42095 s,@CC@,$CC,;t t
42096 s,@CFLAGS@,$CFLAGS,;t t
42097 s,@LDFLAGS@,$LDFLAGS,;t t
42098 s,@CPPFLAGS@,$CPPFLAGS,;t t
42099 s,@ac_ct_CC@,$ac_ct_CC,;t t
42100 s,@EXEEXT@,$EXEEXT,;t t
42101 s,@OBJEXT@,$OBJEXT,;t t
42102 s,@CPP@,$CPP,;t t
42103 s,@EGREP@,$EGREP,;t t
42104 s,@CXX@,$CXX,;t t
42105 s,@CXXFLAGS@,$CXXFLAGS,;t t
42106 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
42107 s,@RANLIB@,$RANLIB,;t t
42108 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
42109 s,@AR@,$AR,;t t
42110 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
42111 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
42112 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
42113 s,@STRIP@,$STRIP,;t t
42114 s,@IF_GNU_MAKE@,$IF_GNU_MAKE,;t t
42115 s,@LN_S@,$LN_S,;t t
42116 s,@CXXCPP@,$CXXCPP,;t t
42117 s,@subdirs@,$subdirs,;t t
42118 s,@PKG_CONFIG@,$PKG_CONFIG,;t t
42119 s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
42120 s,@GTK_LIBS@,$GTK_LIBS,;t t
42121 s,@GTK_CONFIG@,$GTK_CONFIG,;t t
42122 s,@PANGOFT2_CFLAGS@,$PANGOFT2_CFLAGS,;t t
42123 s,@PANGOFT2_LIBS@,$PANGOFT2_LIBS,;t t
42124 s,@X_CFLAGS@,$X_CFLAGS,;t t
42125 s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
42126 s,@X_LIBS@,$X_LIBS,;t t
42127 s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
42128 s,@PANGOX_CFLAGS@,$PANGOX_CFLAGS,;t t
42129 s,@PANGOX_LIBS@,$PANGOX_LIBS,;t t
42130 s,@PANGOXFT_CFLAGS@,$PANGOXFT_CFLAGS,;t t
42131 s,@PANGOXFT_LIBS@,$PANGOXFT_LIBS,;t t
42132 s,@RESCOMP@,$RESCOMP,;t t
42133 s,@DEREZ@,$DEREZ,;t t
42134 s,@SETFILE@,$SETFILE,;t t
42135 s,@LIBICONV@,$LIBICONV,;t t
42136 s,@EXTRALIBS_ESD@,$EXTRALIBS_ESD,;t t
42137 s,@SDL_CONFIG@,$SDL_CONFIG,;t t
42138 s,@SDL_CFLAGS@,$SDL_CFLAGS,;t t
42139 s,@SDL_LIBS@,$SDL_LIBS,;t t
42140 s,@CORE_BASE_LIBS@,$CORE_BASE_LIBS,;t t
42141 s,@CORE_GUI_LIBS@,$CORE_GUI_LIBS,;t t
42142 s,@wxUSE_ZLIB@,$wxUSE_ZLIB,;t t
42143 s,@wxUSE_REGEX@,$wxUSE_REGEX,;t t
42144 s,@wxUSE_EXPAT@,$wxUSE_EXPAT,;t t
42145 s,@wxUSE_ODBC@,$wxUSE_ODBC,;t t
42146 s,@wxUSE_LIBJPEG@,$wxUSE_LIBJPEG,;t t
42147 s,@wxUSE_LIBPNG@,$wxUSE_LIBPNG,;t t
42148 s,@wxUSE_LIBTIFF@,$wxUSE_LIBTIFF,;t t
42149 s,@VENDOR@,$VENDOR,;t t
42150 s,@OFFICIAL_BUILD@,$OFFICIAL_BUILD,;t t
42151 s,@WXUNIV@,$WXUNIV,;t t
42152 s,@MONOLITHIC@,$MONOLITHIC,;t t
42153 s,@USE_PLUGINS@,$USE_PLUGINS,;t t
42154 s,@EXTRALIBS@,$EXTRALIBS,;t t
42155 s,@EXTRALIBS_XML@,$EXTRALIBS_XML,;t t
42156 s,@EXTRALIBS_HTML@,$EXTRALIBS_HTML,;t t
42157 s,@EXTRALIBS_ODBC@,$EXTRALIBS_ODBC,;t t
42158 s,@EXTRALIBS_GUI@,$EXTRALIBS_GUI,;t t
42159 s,@EXTRALIBS_OPENGL@,$EXTRALIBS_OPENGL,;t t
42160 s,@EXTRALIBS_SDL@,$EXTRALIBS_SDL,;t t
42161 s,@WITH_PLUGIN_SDL@,$WITH_PLUGIN_SDL,;t t
42162 s,@UNICODE@,$UNICODE,;t t
42163 s,@BUILD@,$BUILD,;t t
42164 s,@DEBUG_INFO@,$DEBUG_INFO,;t t
42165 s,@DEBUG_FLAG@,$DEBUG_FLAG,;t t
42166 s,@SHARED@,$SHARED,;t t
42167 s,@TOOLKIT_LOWERCASE@,$TOOLKIT_LOWERCASE,;t t
42168 s,@TOOLKIT_VERSION@,$TOOLKIT_VERSION,;t t
42169 s,@SAMPLES_RPATH_FLAG@,$SAMPLES_RPATH_FLAG,;t t
42170 s,@SAMPLES_RPATH_POSTLINK@,$SAMPLES_RPATH_POSTLINK,;t t
42171 s,@HOST_SUFFIX@,$HOST_SUFFIX,;t t
42172 s,@CPPUNIT_CFLAGS@,$CPPUNIT_CFLAGS,;t t
42173 s,@CPPUNIT_LIBS@,$CPPUNIT_LIBS,;t t
42174 s,@SET_MAKE@,$SET_MAKE,;t t
42175 s,@MAKE_SET@,$MAKE_SET,;t t
42176 s,@ac_ct_AR@,$ac_ct_AR,;t t
42177 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
42178 s,@NM@,$NM,;t t
42179 s,@ac_ct_NM@,$ac_ct_NM,;t t
42180 s,@INSTALL_DIR@,$INSTALL_DIR,;t t
42181 s,@LDFLAGS_GUI@,$LDFLAGS_GUI,;t t
42182 s,@PLATFORM_UNIX@,$PLATFORM_UNIX,;t t
42183 s,@PLATFORM_WIN32@,$PLATFORM_WIN32,;t t
42184 s,@PLATFORM_MSDOS@,$PLATFORM_MSDOS,;t t
42185 s,@PLATFORM_MAC@,$PLATFORM_MAC,;t t
42186 s,@PLATFORM_MACOSX@,$PLATFORM_MACOSX,;t t
42187 s,@PLATFORM_OS2@,$PLATFORM_OS2,;t t
42188 s,@SO_SUFFIX@,$SO_SUFFIX,;t t
42189 s,@SO_SUFFIX_MODULE@,$SO_SUFFIX_MODULE,;t t
42190 s,@DLLIMP_SUFFIX@,$DLLIMP_SUFFIX,;t t
42191 s,@LIBPREFIX@,$LIBPREFIX,;t t
42192 s,@LIBEXT@,$LIBEXT,;t t
42193 s,@DLLPREFIX@,$DLLPREFIX,;t t
42194 s,@DLLPREFIX_MODULE@,$DLLPREFIX_MODULE,;t t
42195 s,@AIX_CXX_LD@,$AIX_CXX_LD,;t t
42196 s,@SHARED_LD_CC@,$SHARED_LD_CC,;t t
42197 s,@SHARED_LD_CXX@,$SHARED_LD_CXX,;t t
42198 s,@SHARED_LD_MODULE_CC@,$SHARED_LD_MODULE_CC,;t t
42199 s,@SHARED_LD_MODULE_CXX@,$SHARED_LD_MODULE_CXX,;t t
42200 s,@PIC_FLAG@,$PIC_FLAG,;t t
42201 s,@USE_SOVERSION@,$USE_SOVERSION,;t t
42202 s,@USE_SOVERLINUX@,$USE_SOVERLINUX,;t t
42203 s,@USE_SOVERSOLARIS@,$USE_SOVERSOLARIS,;t t
42204 s,@USE_MACVERSION@,$USE_MACVERSION,;t t
42205 s,@USE_SOSYMLINKS@,$USE_SOSYMLINKS,;t t
42206 s,@SONAME_FLAG@,$SONAME_FLAG,;t t
42207 s,@DEPS_TRACKING@,$DEPS_TRACKING,;t t
42208 s,@GCC_PCH@,$GCC_PCH,;t t
42209 s,@COND_BUILD_DEBUG@,$COND_BUILD_DEBUG,;t t
42210 s,@COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT,;t t
42211 s,@COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT,;t t
42212 s,@COND_BUILD_DEBUG_UNICODE_0@,$COND_BUILD_DEBUG_UNICODE_0,;t t
42213 s,@COND_BUILD_DEBUG_UNICODE_1@,$COND_BUILD_DEBUG_UNICODE_1,;t t
42214 s,@COND_BUILD_RELEASE@,$COND_BUILD_RELEASE,;t t
42215 s,@COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT@,$COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT,;t t
42216 s,@COND_BUILD_RELEASE_UNICODE_0@,$COND_BUILD_RELEASE_UNICODE_0,;t t
42217 s,@COND_BUILD_RELEASE_UNICODE_1@,$COND_BUILD_RELEASE_UNICODE_1,;t t
42218 s,@COND_DEBUG_FLAG_1@,$COND_DEBUG_FLAG_1,;t t
42219 s,@COND_DEBUG_INFO_0@,$COND_DEBUG_INFO_0,;t t
42220 s,@COND_DEBUG_INFO_1@,$COND_DEBUG_INFO_1,;t t
42221 s,@COND_DEPS_TRACKING_0@,$COND_DEPS_TRACKING_0,;t t
42222 s,@COND_DEPS_TRACKING_1@,$COND_DEPS_TRACKING_1,;t t
42223 s,@COND_GCC_PCH_1@,$COND_GCC_PCH_1,;t t
42224 s,@COND_MONOLITHIC_0@,$COND_MONOLITHIC_0,;t t
42225 s,@COND_MONOLITHIC_0_SHARED_0@,$COND_MONOLITHIC_0_SHARED_0,;t t
42226 s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1,;t t
42227 s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1,;t t
42228 s,@COND_MONOLITHIC_0_SHARED_0_USE_HTML_1@,$COND_MONOLITHIC_0_SHARED_0_USE_HTML_1,;t t
42229 s,@COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1,;t t
42230 s,@COND_MONOLITHIC_0_SHARED_1@,$COND_MONOLITHIC_0_SHARED_1,;t t
42231 s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1,;t t
42232 s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1,;t t
42233 s,@COND_MONOLITHIC_0_SHARED_1_USE_HTML_1@,$COND_MONOLITHIC_0_SHARED_1_USE_HTML_1,;t t
42234 s,@COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1,;t t
42235 s,@COND_MONOLITHIC_0_USE_ODBC_1@,$COND_MONOLITHIC_0_USE_ODBC_1,;t t
42236 s,@COND_MONOLITHIC_1@,$COND_MONOLITHIC_1,;t t
42237 s,@COND_MONOLITHIC_1_SHARED_0@,$COND_MONOLITHIC_1_SHARED_0,;t t
42238 s,@COND_MONOLITHIC_1_SHARED_1@,$COND_MONOLITHIC_1_SHARED_1,;t t
42239 s,@COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1,;t t
42240 s,@COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1,;t t
42241 s,@COND_PLATFORM_MACOSX_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERSION_1,;t t
42242 s,@COND_PLATFORM_MACOSX_1@,$COND_PLATFORM_MACOSX_1,;t t
42243 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA@,$COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA,;t t
42244 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_GTK@,$COND_PLATFORM_MACOSX_1_TOOLKIT_GTK,;t t
42245 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC,;t t
42246 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF,;t t
42247 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_X11@,$COND_PLATFORM_MACOSX_1_TOOLKIT_X11,;t t
42248 s,@COND_PLATFORM_MACOSX_1_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_USE_GUI_1,;t t
42249 s,@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_1_USE_SOVERSION_1,;t t
42250 s,@COND_PLATFORM_MAC_1@,$COND_PLATFORM_MAC_1,;t t
42251 s,@COND_PLATFORM_OS2_1@,$COND_PLATFORM_OS2_1,;t t
42252 s,@COND_PLATFORM_UNIX_0@,$COND_PLATFORM_UNIX_0,;t t
42253 s,@COND_PLATFORM_UNIX_1@,$COND_PLATFORM_UNIX_1,;t t
42254 s,@COND_PLATFORM_UNIX_1_USE_GUI_1@,$COND_PLATFORM_UNIX_1_USE_GUI_1,;t t
42255 s,@COND_PLATFORM_UNIX_1_USE_PLUGINS_0@,$COND_PLATFORM_UNIX_1_USE_PLUGINS_0,;t t
42256 s,@COND_PLATFORM_WIN32_0@,$COND_PLATFORM_WIN32_0,;t t
42257 s,@COND_PLATFORM_WIN32_1@,$COND_PLATFORM_WIN32_1,;t t
42258 s,@COND_SHARED_0@,$COND_SHARED_0,;t t
42259 s,@COND_SHARED_0_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_0_USE_GUI_1_USE_OPENGL_1,;t t
42260 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
42261 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
42262 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
42263 s,@COND_SHARED_0_WXUSE_EXPAT_BUILTIN@,$COND_SHARED_0_WXUSE_EXPAT_BUILTIN,;t t
42264 s,@COND_SHARED_0_WXUSE_ODBC_BUILTIN@,$COND_SHARED_0_WXUSE_ODBC_BUILTIN,;t t
42265 s,@COND_SHARED_0_WXUSE_REGEX_BUILTIN@,$COND_SHARED_0_WXUSE_REGEX_BUILTIN,;t t
42266 s,@COND_SHARED_0_WXUSE_ZLIB_BUILTIN@,$COND_SHARED_0_WXUSE_ZLIB_BUILTIN,;t t
42267 s,@COND_SHARED_1@,$COND_SHARED_1,;t t
42268 s,@COND_SHARED_1_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_1_USE_GUI_1_USE_OPENGL_1,;t t
42269 s,@COND_TOOLKIT_COCOA@,$COND_TOOLKIT_COCOA,;t t
42270 s,@COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0,;t t
42271 s,@COND_TOOLKIT_GTK@,$COND_TOOLKIT_GTK,;t t
42272 s,@COND_TOOLKIT_GTK_USE_GUI_1@,$COND_TOOLKIT_GTK_USE_GUI_1,;t t
42273 s,@COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0,;t t
42274 s,@COND_TOOLKIT_MAC@,$COND_TOOLKIT_MAC,;t t
42275 s,@COND_TOOLKIT_MAC_USE_GUI_1@,$COND_TOOLKIT_MAC_USE_GUI_1,;t t
42276 s,@COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0,;t t
42277 s,@COND_TOOLKIT_MGL@,$COND_TOOLKIT_MGL,;t t
42278 s,@COND_TOOLKIT_MGL_USE_GUI_1@,$COND_TOOLKIT_MGL_USE_GUI_1,;t t
42279 s,@COND_TOOLKIT_MOTIF@,$COND_TOOLKIT_MOTIF,;t t
42280 s,@COND_TOOLKIT_MOTIF_USE_GUI_1@,$COND_TOOLKIT_MOTIF_USE_GUI_1,;t t
42281 s,@COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0,;t t
42282 s,@COND_TOOLKIT_MSW@,$COND_TOOLKIT_MSW,;t t
42283 s,@COND_TOOLKIT_MSW_USE_GUI_1@,$COND_TOOLKIT_MSW_USE_GUI_1,;t t
42284 s,@COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0,;t t
42285 s,@COND_TOOLKIT_PM@,$COND_TOOLKIT_PM,;t t
42286 s,@COND_TOOLKIT_PM_USE_GUI_1@,$COND_TOOLKIT_PM_USE_GUI_1,;t t
42287 s,@COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0,;t t
42288 s,@COND_TOOLKIT_WINCE@,$COND_TOOLKIT_WINCE,;t t
42289 s,@COND_TOOLKIT_WINCE_USE_GUI_1@,$COND_TOOLKIT_WINCE_USE_GUI_1,;t t
42290 s,@COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0,;t t
42291 s,@COND_TOOLKIT_X11@,$COND_TOOLKIT_X11,;t t
42292 s,@COND_TOOLKIT_X11_USE_GUI_1@,$COND_TOOLKIT_X11_USE_GUI_1,;t t
42293 s,@COND_UNICODE_1@,$COND_UNICODE_1,;t t
42294 s,@COND_USE_EXCEPTIONS_0@,$COND_USE_EXCEPTIONS_0,;t t
42295 s,@COND_USE_EXCEPTIONS_1@,$COND_USE_EXCEPTIONS_1,;t t
42296 s,@COND_USE_GUI_0@,$COND_USE_GUI_0,;t t
42297 s,@COND_USE_GUI_1@,$COND_USE_GUI_1,;t t
42298 s,@COND_USE_GUI_1_WXUNIV_0@,$COND_USE_GUI_1_WXUNIV_0,;t t
42299 s,@COND_USE_GUI_1_WXUNIV_1@,$COND_USE_GUI_1_WXUNIV_1,;t t
42300 s,@COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
42301 s,@COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
42302 s,@COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
42303 s,@COND_USE_PLUGINS_0@,$COND_USE_PLUGINS_0,;t t
42304 s,@COND_USE_SOSYMLINKS_1@,$COND_USE_SOSYMLINKS_1,;t t
42305 s,@COND_USE_SOVERLINUX_1@,$COND_USE_SOVERLINUX_1,;t t
42306 s,@COND_USE_SOVERSION_0@,$COND_USE_SOVERSION_0,;t t
42307 s,@COND_USE_SOVERSOLARIS_1@,$COND_USE_SOVERSOLARIS_1,;t t
42308 s,@COND_WITH_PLUGIN_SDL_1@,$COND_WITH_PLUGIN_SDL_1,;t t
42309 s,@COND_WXUNIV_1@,$COND_WXUNIV_1,;t t
42310 s,@COND_WXUSE_EXPAT_BUILTIN@,$COND_WXUSE_EXPAT_BUILTIN,;t t
42311 s,@COND_WXUSE_LIBJPEG_BUILTIN@,$COND_WXUSE_LIBJPEG_BUILTIN,;t t
42312 s,@COND_WXUSE_LIBPNG_BUILTIN@,$COND_WXUSE_LIBPNG_BUILTIN,;t t
42313 s,@COND_WXUSE_LIBTIFF_BUILTIN@,$COND_WXUSE_LIBTIFF_BUILTIN,;t t
42314 s,@COND_WXUSE_ODBC_BUILTIN@,$COND_WXUSE_ODBC_BUILTIN,;t t
42315 s,@COND_WXUSE_REGEX_BUILTIN@,$COND_WXUSE_REGEX_BUILTIN,;t t
42316 s,@COND_WXUSE_ZLIB_BUILTIN@,$COND_WXUSE_ZLIB_BUILTIN,;t t
42317 s,@COND_MONOLITHIC_0_SHARED_0_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_XRC_1,;t t
42318 s,@COND_MONOLITHIC_0_SHARED_1_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_XRC_1,;t t
42319 s,@COND_TOOLKIT_MAC_WXUNIV_0@,$COND_TOOLKIT_MAC_WXUNIV_0,;t t
42320 s,@COND_TOOLKIT_MSW_WXUNIV_0@,$COND_TOOLKIT_MSW_WXUNIV_0,;t t
42321 s,@COND_TOOLKIT_PM_WXUNIV_0@,$COND_TOOLKIT_PM_WXUNIV_0,;t t
42322 s,@COND_USE_ODBC_1@,$COND_USE_ODBC_1,;t t
42323 s,@PATH_IFS@,$PATH_IFS,;t t
42324 s,@WX_MAJOR_VERSION_NUMBER@,$WX_MAJOR_VERSION_NUMBER,;t t
42325 s,@WX_MINOR_VERSION_NUMBER@,$WX_MINOR_VERSION_NUMBER,;t t
42326 s,@WX_RELEASE_NUMBER@,$WX_RELEASE_NUMBER,;t t
42327 s,@WX_SUBRELEASE_NUMBER@,$WX_SUBRELEASE_NUMBER,;t t
42328 s,@WX_LIBRARY_NAME_STATIC@,$WX_LIBRARY_NAME_STATIC,;t t
42329 s,@WX_LIBRARY_NAME_SHARED@,$WX_LIBRARY_NAME_SHARED,;t t
42330 s,@WX_LIBRARY_BASENAME_NOGUI@,$WX_LIBRARY_BASENAME_NOGUI,;t t
42331 s,@WX_LIBRARY_BASENAME_GUI@,$WX_LIBRARY_BASENAME_GUI,;t t
42332 s,@WX_LIBRARY_IMPORTLIB@,$WX_LIBRARY_IMPORTLIB,;t t
42333 s,@WX_TARGET_LIBRARY@,$WX_TARGET_LIBRARY,;t t
42334 s,@WX_LIBRARY_LINK1@,$WX_LIBRARY_LINK1,;t t
42335 s,@WX_LIBRARY_LINK2@,$WX_LIBRARY_LINK2,;t t
42336 s,@PROGRAM_EXT@,$PROGRAM_EXT,;t t
42337 s,@WX_LIBRARY_NAME_STATIC_GL@,$WX_LIBRARY_NAME_STATIC_GL,;t t
42338 s,@WX_LIBRARY_NAME_SHARED_GL@,$WX_LIBRARY_NAME_SHARED_GL,;t t
42339 s,@WX_TARGET_LIBRARY_GL@,$WX_TARGET_LIBRARY_GL,;t t
42340 s,@WX_LIBRARY_LINK1_GL@,$WX_LIBRARY_LINK1_GL,;t t
42341 s,@WX_LIBRARY_LINK2_GL@,$WX_LIBRARY_LINK2_GL,;t t
42342 s,@WX_ALL@,$WX_ALL,;t t
42343 s,@WX_ALL_INSTALLED@,$WX_ALL_INSTALLED,;t t
42344 s,@SHARED_LD@,$SHARED_LD,;t t
42345 s,@WX_TARGET_LIBRARY_TYPE@,$WX_TARGET_LIBRARY_TYPE,;t t
42346 s,@STATIC_FLAG@,$STATIC_FLAG,;t t
42347 s,@WXDEBUG_DEFINE@,$WXDEBUG_DEFINE,;t t
42348 s,@USE_GUI@,$USE_GUI,;t t
42349 s,@AFMINSTALL@,$AFMINSTALL,;t t
42350 s,@WIN32INSTALL@,$WIN32INSTALL,;t t
42351 s,@TOOLKIT@,$TOOLKIT,;t t
42352 s,@TOOLKIT_DIR@,$TOOLKIT_DIR,;t t
42353 s,@TOOLKIT_VPATH@,$TOOLKIT_VPATH,;t t
42354 s,@TOOLCHAIN_NAME@,$TOOLCHAIN_NAME,;t t
42355 s,@TOOLCHAIN_DEFS@,$TOOLCHAIN_DEFS,;t t
42356 s,@TOOLCHAIN_DLL_DEFS@,$TOOLCHAIN_DLL_DEFS,;t t
42357 s,@top_builddir_wxconfig@,$top_builddir_wxconfig,;t t
42358 s,@cross_compiling@,$cross_compiling,;t t
42359 s,@WXCONFIG_EXTRALIBS@,$WXCONFIG_EXTRALIBS,;t t
42360 s,@WXCONFIG_LIBS@,$WXCONFIG_LIBS,;t t
42361 s,@WXCONFIG_LIBS_GL@,$WXCONFIG_LIBS_GL,;t t
42362 s,@WXCONFIG_LIBS_STATIC@,$WXCONFIG_LIBS_STATIC,;t t
42363 s,@WXCONFIG_LIBS_STATIC_GL@,$WXCONFIG_LIBS_STATIC_GL,;t t
42364 s,@WXCONFIG_INCLUDE@,$WXCONFIG_INCLUDE,;t t
42365 s,@WXCONFIG_RPATH@,$WXCONFIG_RPATH,;t t
42366 s,@WXCONFIG_LDFLAGS_GUI@,$WXCONFIG_LDFLAGS_GUI,;t t
42367 s,@WXCONFIG_DATA_FILE@,$WXCONFIG_DATA_FILE,;t t
42368 s,@WX_LARGEFILE_FLAGS@,$WX_LARGEFILE_FLAGS,;t t
42369 s,@GCC_PRAGMA_FLAGS@,$GCC_PRAGMA_FLAGS,;t t
42370 s,@CODE_GEN_FLAGS@,$CODE_GEN_FLAGS,;t t
42371 s,@CODE_GEN_FLAGS_CXX@,$CODE_GEN_FLAGS_CXX,;t t
42372 s,@ALL_OBJECTS@,$ALL_OBJECTS,;t t
42373 s,@ALL_HEADERS@,$ALL_HEADERS,;t t
42374 s,@ALL_SOURCES@,$ALL_SOURCES,;t t
42375 s,@GUIDIST@,$GUIDIST,;t t
42376 s,@PORT_FILES@,$PORT_FILES,;t t
42377 s,@DISTDIR@,$DISTDIR,;t t
42378 s,@SAMPLES_SUBDIRS@,$SAMPLES_SUBDIRS,;t t
42379 s,@LDFLAGS_GL@,$LDFLAGS_GL,;t t
42380 s,@LDFLAGS_VERSIONING@,$LDFLAGS_VERSIONING,;t t
42381 s,@LDFLAGS_EXE@,$LDFLAGS_EXE,;t t
42382 s,@OPENGL_LIBS@,$OPENGL_LIBS,;t t
42383 s,@DMALLOC_LIBS@,$DMALLOC_LIBS,;t t
42384 s,@WX_VERSION_TAG@,$WX_VERSION_TAG,;t t
42385 s,@RESFLAGS@,$RESFLAGS,;t t
42386 s,@RESPROGRAMOBJ@,$RESPROGRAMOBJ,;t t
42387 s,@WX_RESOURCES_MACOSX_ASCII@,$WX_RESOURCES_MACOSX_ASCII,;t t
42388 s,@WX_RESOURCES_MACOSX_DATA@,$WX_RESOURCES_MACOSX_DATA,;t t
42389 s,@LIBWXMACRES@,$LIBWXMACRES,;t t
42390 s,@MACRESCOMP@,$MACRESCOMP,;t t
42391 s,@MACSETFILE@,$MACSETFILE,;t t
42392 s,@MACRESWXCONFIG@,$MACRESWXCONFIG,;t t
42393 s,@GCC@,$GCC,;t t
42394 s,@DLLTOOL@,$DLLTOOL,;t t
42395 s,@AS@,$AS,;t t
42396 s,@LD@,$LD,;t t
42397 s,@MAKEINFO@,$MAKEINFO,;t t
42398 s,@INSTALL_LIBRARY@,$INSTALL_LIBRARY,;t t
42399 s,@CPPUNIT_CONFIG@,$CPPUNIT_CONFIG,;t t
42400 s,@LIBOBJS@,$LIBOBJS,;t t
42401 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
42402 CEOF
42403
42404 _ACEOF
42405
42406   cat >>$CONFIG_STATUS <<\_ACEOF
42407   # Split the substitutions into bite-sized pieces for seds with
42408   # small command number limits, like on Digital OSF/1 and HP-UX.
42409   ac_max_sed_lines=48
42410   ac_sed_frag=1 # Number of current file.
42411   ac_beg=1 # First line for current file.
42412   ac_end=$ac_max_sed_lines # Line after last line for current file.
42413   ac_more_lines=:
42414   ac_sed_cmds=
42415   while $ac_more_lines; do
42416     if test $ac_beg -gt 1; then
42417       sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
42418     else
42419       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
42420     fi
42421     if test ! -s $tmp/subs.frag; then
42422       ac_more_lines=false
42423     else
42424       # The purpose of the label and of the branching condition is to
42425       # speed up the sed processing (if there are no `@' at all, there
42426       # is no need to browse any of the substitutions).
42427       # These are the two extra sed commands mentioned above.
42428       (echo ':t
42429   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
42430       if test -z "$ac_sed_cmds"; then
42431         ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
42432       else
42433         ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
42434       fi
42435       ac_sed_frag=`expr $ac_sed_frag + 1`
42436       ac_beg=$ac_end
42437       ac_end=`expr $ac_end + $ac_max_sed_lines`
42438     fi
42439   done
42440   if test -z "$ac_sed_cmds"; then
42441     ac_sed_cmds=cat
42442   fi
42443 fi # test -n "$CONFIG_FILES"
42444
42445 _ACEOF
42446 cat >>$CONFIG_STATUS <<\_ACEOF
42447 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
42448   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
42449   case $ac_file in
42450   - | *:- | *:-:* ) # input from stdin
42451         cat >$tmp/stdin
42452         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
42453         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
42454   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
42455         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
42456   * )   ac_file_in=$ac_file.in ;;
42457   esac
42458
42459   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
42460   ac_dir=`(dirname "$ac_file") 2>/dev/null ||
42461 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
42462          X"$ac_file" : 'X\(//\)[^/]' \| \
42463          X"$ac_file" : 'X\(//\)$' \| \
42464          X"$ac_file" : 'X\(/\)' \| \
42465          .     : '\(.\)' 2>/dev/null ||
42466 echo X"$ac_file" |
42467     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
42468           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
42469           /^X\(\/\/\)$/{ s//\1/; q; }
42470           /^X\(\/\).*/{ s//\1/; q; }
42471           s/.*/./; q'`
42472   { if $as_mkdir_p; then
42473     mkdir -p "$ac_dir"
42474   else
42475     as_dir="$ac_dir"
42476     as_dirs=
42477     while test ! -d "$as_dir"; do
42478       as_dirs="$as_dir $as_dirs"
42479       as_dir=`(dirname "$as_dir") 2>/dev/null ||
42480 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
42481          X"$as_dir" : 'X\(//\)[^/]' \| \
42482          X"$as_dir" : 'X\(//\)$' \| \
42483          X"$as_dir" : 'X\(/\)' \| \
42484          .     : '\(.\)' 2>/dev/null ||
42485 echo X"$as_dir" |
42486     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
42487           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
42488           /^X\(\/\/\)$/{ s//\1/; q; }
42489           /^X\(\/\).*/{ s//\1/; q; }
42490           s/.*/./; q'`
42491     done
42492     test ! -n "$as_dirs" || mkdir $as_dirs
42493   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
42494 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
42495    { (exit 1); exit 1; }; }; }
42496
42497   ac_builddir=.
42498
42499 if test "$ac_dir" != .; then
42500   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
42501   # A "../" for each directory in $ac_dir_suffix.
42502   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
42503 else
42504   ac_dir_suffix= ac_top_builddir=
42505 fi
42506
42507 case $srcdir in
42508   .)  # No --srcdir option.  We are building in place.
42509     ac_srcdir=.
42510     if test -z "$ac_top_builddir"; then
42511        ac_top_srcdir=.
42512     else
42513        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
42514     fi ;;
42515   [\\/]* | ?:[\\/]* )  # Absolute path.
42516     ac_srcdir=$srcdir$ac_dir_suffix;
42517     ac_top_srcdir=$srcdir ;;
42518   *) # Relative path.
42519     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
42520     ac_top_srcdir=$ac_top_builddir$srcdir ;;
42521 esac
42522
42523 # Do not use `cd foo && pwd` to compute absolute paths, because
42524 # the directories may not exist.
42525 case `pwd` in
42526 .) ac_abs_builddir="$ac_dir";;
42527 *)
42528   case "$ac_dir" in
42529   .) ac_abs_builddir=`pwd`;;
42530   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
42531   *) ac_abs_builddir=`pwd`/"$ac_dir";;
42532   esac;;
42533 esac
42534 case $ac_abs_builddir in
42535 .) ac_abs_top_builddir=${ac_top_builddir}.;;
42536 *)
42537   case ${ac_top_builddir}. in
42538   .) ac_abs_top_builddir=$ac_abs_builddir;;
42539   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
42540   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
42541   esac;;
42542 esac
42543 case $ac_abs_builddir in
42544 .) ac_abs_srcdir=$ac_srcdir;;
42545 *)
42546   case $ac_srcdir in
42547   .) ac_abs_srcdir=$ac_abs_builddir;;
42548   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
42549   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
42550   esac;;
42551 esac
42552 case $ac_abs_builddir in
42553 .) ac_abs_top_srcdir=$ac_top_srcdir;;
42554 *)
42555   case $ac_top_srcdir in
42556   .) ac_abs_top_srcdir=$ac_abs_builddir;;
42557   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
42558   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
42559   esac;;
42560 esac
42561
42562
42563   case $INSTALL in
42564   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
42565   *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
42566   esac
42567
42568   if test x"$ac_file" != x-; then
42569     { echo "$as_me:$LINENO: creating $ac_file" >&5
42570 echo "$as_me: creating $ac_file" >&6;}
42571     rm -f "$ac_file"
42572   fi
42573   # Let's still pretend it is `configure' which instantiates (i.e., don't
42574   # use $as_me), people would be surprised to read:
42575   #    /* config.h.  Generated by config.status.  */
42576   if test x"$ac_file" = x-; then
42577     configure_input=
42578   else
42579     configure_input="$ac_file.  "
42580   fi
42581   configure_input=$configure_input"Generated from `echo $ac_file_in |
42582                                      sed 's,.*/,,'` by configure."
42583
42584   # First look for the input files in the build tree, otherwise in the
42585   # src tree.
42586   ac_file_inputs=`IFS=:
42587     for f in $ac_file_in; do
42588       case $f in
42589       -) echo $tmp/stdin ;;
42590       [\\/$]*)
42591          # Absolute (can't be DOS-style, as IFS=:)
42592          test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
42593 echo "$as_me: error: cannot find input file: $f" >&2;}
42594    { (exit 1); exit 1; }; }
42595          echo "$f";;
42596       *) # Relative
42597          if test -f "$f"; then
42598            # Build tree
42599            echo "$f"
42600          elif test -f "$srcdir/$f"; then
42601            # Source tree
42602            echo "$srcdir/$f"
42603          else
42604            # /dev/null tree
42605            { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
42606 echo "$as_me: error: cannot find input file: $f" >&2;}
42607    { (exit 1); exit 1; }; }
42608          fi;;
42609       esac
42610     done` || { (exit 1); exit 1; }
42611 _ACEOF
42612 cat >>$CONFIG_STATUS <<_ACEOF
42613   sed "$ac_vpsub
42614 $extrasub
42615 _ACEOF
42616 cat >>$CONFIG_STATUS <<\_ACEOF
42617 :t
42618 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
42619 s,@configure_input@,$configure_input,;t t
42620 s,@srcdir@,$ac_srcdir,;t t
42621 s,@abs_srcdir@,$ac_abs_srcdir,;t t
42622 s,@top_srcdir@,$ac_top_srcdir,;t t
42623 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
42624 s,@builddir@,$ac_builddir,;t t
42625 s,@abs_builddir@,$ac_abs_builddir,;t t
42626 s,@top_builddir@,$ac_top_builddir,;t t
42627 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
42628 s,@INSTALL@,$ac_INSTALL,;t t
42629 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
42630   rm -f $tmp/stdin
42631   if test x"$ac_file" != x-; then
42632     mv $tmp/out $ac_file
42633   else
42634     cat $tmp/out
42635     rm -f $tmp/out
42636   fi
42637
42638 done
42639 _ACEOF
42640 cat >>$CONFIG_STATUS <<\_ACEOF
42641
42642 #
42643 # CONFIG_HEADER section.
42644 #
42645
42646 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
42647 # NAME is the cpp macro being defined and VALUE is the value it is being given.
42648 #
42649 # ac_d sets the value in "#define NAME VALUE" lines.
42650 ac_dA='s,^\([    ]*\)#\([        ]*define[       ][      ]*\)'
42651 ac_dB='[         ].*$,\1#\2'
42652 ac_dC=' '
42653 ac_dD=',;t'
42654 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
42655 ac_uA='s,^\([    ]*\)#\([        ]*\)undef\([    ][      ]*\)'
42656 ac_uB='$,\1#\2define\3'
42657 ac_uC=' '
42658 ac_uD=',;t'
42659
42660 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
42661   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
42662   case $ac_file in
42663   - | *:- | *:-:* ) # input from stdin
42664         cat >$tmp/stdin
42665         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
42666         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
42667   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
42668         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
42669   * )   ac_file_in=$ac_file.in ;;
42670   esac
42671
42672   test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
42673 echo "$as_me: creating $ac_file" >&6;}
42674
42675   # First look for the input files in the build tree, otherwise in the
42676   # src tree.
42677   ac_file_inputs=`IFS=:
42678     for f in $ac_file_in; do
42679       case $f in
42680       -) echo $tmp/stdin ;;
42681       [\\/$]*)
42682          # Absolute (can't be DOS-style, as IFS=:)
42683          test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
42684 echo "$as_me: error: cannot find input file: $f" >&2;}
42685    { (exit 1); exit 1; }; }
42686          # Do quote $f, to prevent DOS paths from being IFS'd.
42687          echo "$f";;
42688       *) # Relative
42689          if test -f "$f"; then
42690            # Build tree
42691            echo "$f"
42692          elif test -f "$srcdir/$f"; then
42693            # Source tree
42694            echo "$srcdir/$f"
42695          else
42696            # /dev/null tree
42697            { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
42698 echo "$as_me: error: cannot find input file: $f" >&2;}
42699    { (exit 1); exit 1; }; }
42700          fi;;
42701       esac
42702     done` || { (exit 1); exit 1; }
42703   # Remove the trailing spaces.
42704   sed 's/[       ]*$//' $ac_file_inputs >$tmp/in
42705
42706 _ACEOF
42707
42708 # Transform confdefs.h into two sed scripts, `conftest.defines' and
42709 # `conftest.undefs', that substitutes the proper values into
42710 # config.h.in to produce config.h.  The first handles `#define'
42711 # templates, and the second `#undef' templates.
42712 # And first: Protect against being on the right side of a sed subst in
42713 # config.status.  Protect against being in an unquoted here document
42714 # in config.status.
42715 rm -f conftest.defines conftest.undefs
42716 # Using a here document instead of a string reduces the quoting nightmare.
42717 # Putting comments in sed scripts is not portable.
42718 #
42719 # `end' is used to avoid that the second main sed command (meant for
42720 # 0-ary CPP macros) applies to n-ary macro definitions.
42721 # See the Autoconf documentation for `clear'.
42722 cat >confdef2sed.sed <<\_ACEOF
42723 s/[\\&,]/\\&/g
42724 s,[\\$`],\\&,g
42725 t clear
42726 : clear
42727 s,^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*\)\(([^)]*)\)[       ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
42728 t end
42729 s,^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
42730 : end
42731 _ACEOF
42732 # If some macros were called several times there might be several times
42733 # the same #defines, which is useless.  Nevertheless, we may not want to
42734 # sort them, since we want the *last* AC-DEFINE to be honored.
42735 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
42736 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
42737 rm -f confdef2sed.sed
42738
42739 # This sed command replaces #undef with comments.  This is necessary, for
42740 # example, in the case of _POSIX_SOURCE, which is predefined and required
42741 # on some systems where configure will not decide to define it.
42742 cat >>conftest.undefs <<\_ACEOF
42743 s,^[     ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
42744 _ACEOF
42745
42746 # Break up conftest.defines because some shells have a limit on the size
42747 # of here documents, and old seds have small limits too (100 cmds).
42748 echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
42749 echo '  if grep "^[      ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
42750 echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
42751 echo '  :' >>$CONFIG_STATUS
42752 rm -f conftest.tail
42753 while grep . conftest.defines >/dev/null
42754 do
42755   # Write a limited-size here document to $tmp/defines.sed.
42756   echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
42757   # Speed up: don't consider the non `#define' lines.
42758   echo '/^[      ]*#[    ]*define/!b' >>$CONFIG_STATUS
42759   # Work around the forget-to-reset-the-flag bug.
42760   echo 't clr' >>$CONFIG_STATUS
42761   echo ': clr' >>$CONFIG_STATUS
42762   sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
42763   echo 'CEOF
42764   sed -f $tmp/defines.sed $tmp/in >$tmp/out
42765   rm -f $tmp/in
42766   mv $tmp/out $tmp/in
42767 ' >>$CONFIG_STATUS
42768   sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
42769   rm -f conftest.defines
42770   mv conftest.tail conftest.defines
42771 done
42772 rm -f conftest.defines
42773 echo '  fi # grep' >>$CONFIG_STATUS
42774 echo >>$CONFIG_STATUS
42775
42776 # Break up conftest.undefs because some shells have a limit on the size
42777 # of here documents, and old seds have small limits too (100 cmds).
42778 echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
42779 rm -f conftest.tail
42780 while grep . conftest.undefs >/dev/null
42781 do
42782   # Write a limited-size here document to $tmp/undefs.sed.
42783   echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
42784   # Speed up: don't consider the non `#undef'
42785   echo '/^[      ]*#[    ]*undef/!b' >>$CONFIG_STATUS
42786   # Work around the forget-to-reset-the-flag bug.
42787   echo 't clr' >>$CONFIG_STATUS
42788   echo ': clr' >>$CONFIG_STATUS
42789   sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
42790   echo 'CEOF
42791   sed -f $tmp/undefs.sed $tmp/in >$tmp/out
42792   rm -f $tmp/in
42793   mv $tmp/out $tmp/in
42794 ' >>$CONFIG_STATUS
42795   sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
42796   rm -f conftest.undefs
42797   mv conftest.tail conftest.undefs
42798 done
42799 rm -f conftest.undefs
42800
42801 cat >>$CONFIG_STATUS <<\_ACEOF
42802   # Let's still pretend it is `configure' which instantiates (i.e., don't
42803   # use $as_me), people would be surprised to read:
42804   #    /* config.h.  Generated by config.status.  */
42805   if test x"$ac_file" = x-; then
42806     echo "/* Generated by configure.  */" >$tmp/config.h
42807   else
42808     echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
42809   fi
42810   cat $tmp/in >>$tmp/config.h
42811   rm -f $tmp/in
42812   if test x"$ac_file" != x-; then
42813     if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
42814       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
42815 echo "$as_me: $ac_file is unchanged" >&6;}
42816     else
42817       ac_dir=`(dirname "$ac_file") 2>/dev/null ||
42818 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
42819          X"$ac_file" : 'X\(//\)[^/]' \| \
42820          X"$ac_file" : 'X\(//\)$' \| \
42821          X"$ac_file" : 'X\(/\)' \| \
42822          .     : '\(.\)' 2>/dev/null ||
42823 echo X"$ac_file" |
42824     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
42825           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
42826           /^X\(\/\/\)$/{ s//\1/; q; }
42827           /^X\(\/\).*/{ s//\1/; q; }
42828           s/.*/./; q'`
42829       { if $as_mkdir_p; then
42830     mkdir -p "$ac_dir"
42831   else
42832     as_dir="$ac_dir"
42833     as_dirs=
42834     while test ! -d "$as_dir"; do
42835       as_dirs="$as_dir $as_dirs"
42836       as_dir=`(dirname "$as_dir") 2>/dev/null ||
42837 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
42838          X"$as_dir" : 'X\(//\)[^/]' \| \
42839          X"$as_dir" : 'X\(//\)$' \| \
42840          X"$as_dir" : 'X\(/\)' \| \
42841          .     : '\(.\)' 2>/dev/null ||
42842 echo X"$as_dir" |
42843     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
42844           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
42845           /^X\(\/\/\)$/{ s//\1/; q; }
42846           /^X\(\/\).*/{ s//\1/; q; }
42847           s/.*/./; q'`
42848     done
42849     test ! -n "$as_dirs" || mkdir $as_dirs
42850   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
42851 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
42852    { (exit 1); exit 1; }; }; }
42853
42854       rm -f $ac_file
42855       mv $tmp/config.h $ac_file
42856     fi
42857   else
42858     cat $tmp/config.h
42859     rm -f $tmp/config.h
42860   fi
42861 done
42862 _ACEOF
42863 cat >>$CONFIG_STATUS <<\_ACEOF
42864
42865 #
42866 # CONFIG_COMMANDS section.
42867 #
42868 for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
42869   ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
42870   ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
42871   ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
42872 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
42873          X"$ac_dest" : 'X\(//\)[^/]' \| \
42874          X"$ac_dest" : 'X\(//\)$' \| \
42875          X"$ac_dest" : 'X\(/\)' \| \
42876          .     : '\(.\)' 2>/dev/null ||
42877 echo X"$ac_dest" |
42878     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
42879           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
42880           /^X\(\/\/\)$/{ s//\1/; q; }
42881           /^X\(\/\).*/{ s//\1/; q; }
42882           s/.*/./; q'`
42883   { if $as_mkdir_p; then
42884     mkdir -p "$ac_dir"
42885   else
42886     as_dir="$ac_dir"
42887     as_dirs=
42888     while test ! -d "$as_dir"; do
42889       as_dirs="$as_dir $as_dirs"
42890       as_dir=`(dirname "$as_dir") 2>/dev/null ||
42891 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
42892          X"$as_dir" : 'X\(//\)[^/]' \| \
42893          X"$as_dir" : 'X\(//\)$' \| \
42894          X"$as_dir" : 'X\(/\)' \| \
42895          .     : '\(.\)' 2>/dev/null ||
42896 echo X"$as_dir" |
42897     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
42898           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
42899           /^X\(\/\/\)$/{ s//\1/; q; }
42900           /^X\(\/\).*/{ s//\1/; q; }
42901           s/.*/./; q'`
42902     done
42903     test ! -n "$as_dirs" || mkdir $as_dirs
42904   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
42905 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
42906    { (exit 1); exit 1; }; }; }
42907
42908   ac_builddir=.
42909
42910 if test "$ac_dir" != .; then
42911   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
42912   # A "../" for each directory in $ac_dir_suffix.
42913   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
42914 else
42915   ac_dir_suffix= ac_top_builddir=
42916 fi
42917
42918 case $srcdir in
42919   .)  # No --srcdir option.  We are building in place.
42920     ac_srcdir=.
42921     if test -z "$ac_top_builddir"; then
42922        ac_top_srcdir=.
42923     else
42924        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
42925     fi ;;
42926   [\\/]* | ?:[\\/]* )  # Absolute path.
42927     ac_srcdir=$srcdir$ac_dir_suffix;
42928     ac_top_srcdir=$srcdir ;;
42929   *) # Relative path.
42930     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
42931     ac_top_srcdir=$ac_top_builddir$srcdir ;;
42932 esac
42933
42934 # Do not use `cd foo && pwd` to compute absolute paths, because
42935 # the directories may not exist.
42936 case `pwd` in
42937 .) ac_abs_builddir="$ac_dir";;
42938 *)
42939   case "$ac_dir" in
42940   .) ac_abs_builddir=`pwd`;;
42941   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
42942   *) ac_abs_builddir=`pwd`/"$ac_dir";;
42943   esac;;
42944 esac
42945 case $ac_abs_builddir in
42946 .) ac_abs_top_builddir=${ac_top_builddir}.;;
42947 *)
42948   case ${ac_top_builddir}. in
42949   .) ac_abs_top_builddir=$ac_abs_builddir;;
42950   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
42951   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
42952   esac;;
42953 esac
42954 case $ac_abs_builddir in
42955 .) ac_abs_srcdir=$ac_srcdir;;
42956 *)
42957   case $ac_srcdir in
42958   .) ac_abs_srcdir=$ac_abs_builddir;;
42959   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
42960   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
42961   esac;;
42962 esac
42963 case $ac_abs_builddir in
42964 .) ac_abs_top_srcdir=$ac_top_srcdir;;
42965 *)
42966   case $ac_top_srcdir in
42967   .) ac_abs_top_srcdir=$ac_abs_builddir;;
42968   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
42969   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
42970   esac;;
42971 esac
42972
42973
42974   { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
42975 echo "$as_me: executing $ac_dest commands" >&6;}
42976   case $ac_dest in
42977     default )
42978             if test ! -d lib; then
42979               mkdir lib
42980             fi
42981             if test ! -d lib/wx; then
42982               mkdir lib/wx
42983             fi
42984             if test ! -d lib/wx/config; then
42985               mkdir lib/wx/config
42986             fi
42987             if test ! -d lib/wx/include; then
42988               mkdir lib/wx/include
42989             fi
42990             if test ! -d lib/wx/include/${TOOLCHAIN_NAME}; then
42991               mkdir lib/wx/include/${TOOLCHAIN_NAME}
42992             fi
42993             if test ! -d lib/wx/include/${TOOLCHAIN_NAME}/wx; then
42994               mkdir lib/wx/include/${TOOLCHAIN_NAME}/wx
42995             fi
42996             if test -f setup.h; then
42997               mv -f setup.h lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h
42998             fi
42999
43000                                                                                                 if test ! -h wx-config; then
43001                 chmod +x wx-config
43002                 mv -f wx-config lib/wx/config/${WXCONFIG_DATA_FILE}
43003                 ${LN_S} wx-config-${WX_RELEASE} wx-config
43004             fi
43005             ( cd lib/wx/config ;
43006               rm -f ${TOOLCHAIN_NAME}
43007               ${LN_S} ${WXCONFIG_DATA_FILE} ${TOOLCHAIN_NAME} )
43008
43009             if test -f wx-config-wrapper; then
43010                 chmod +x wx-config-wrapper
43011                 mv -f wx-config-wrapper wx-config-${WX_RELEASE}
43012                 rm -f wx${TOOLCHAIN_NAME}-config
43013                 ${LN_S} wx-config-${WX_RELEASE} wx${TOOLCHAIN_NAME}-config
43014             fi
43015            ;;
43016   esac
43017 done
43018 _ACEOF
43019
43020 cat >>$CONFIG_STATUS <<\_ACEOF
43021
43022 { (exit 0); exit 0; }
43023 _ACEOF
43024 chmod +x $CONFIG_STATUS
43025 ac_clean_files=$ac_clean_files_save
43026
43027
43028 # configure is writing to config.log, and then calls config.status.
43029 # config.status does its own redirection, appending to config.log.
43030 # Unfortunately, on DOS this fails, as config.log is still kept open
43031 # by configure, so config.status won't be able to write to it; its
43032 # output is simply discarded.  So we exec the FD to /dev/null,
43033 # effectively closing config.log, so it can be properly (re)opened and
43034 # appended to by config.status.  When coming back to configure, we
43035 # need to make the FD available again.
43036 if test "$no_create" != yes; then
43037   ac_cs_success=:
43038   ac_config_status_args=
43039   test "$silent" = yes &&
43040     ac_config_status_args="$ac_config_status_args --quiet"
43041   exec 5>/dev/null
43042   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
43043   exec 5>>config.log
43044   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
43045   # would make configure fail if this is the last instruction.
43046   $ac_cs_success || { (exit 1); exit 1; }
43047 fi
43048
43049 #
43050 # CONFIG_SUBDIRS section.
43051 #
43052 if test "$no_recursion" != yes; then
43053
43054   # Remove --cache-file and --srcdir arguments so they do not pile up.
43055   ac_sub_configure_args=
43056   ac_prev=
43057   for ac_arg in $ac_configure_args; do
43058     if test -n "$ac_prev"; then
43059       ac_prev=
43060       continue
43061     fi
43062     case $ac_arg in
43063     -cache-file | --cache-file | --cache-fil | --cache-fi \
43064     | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
43065       ac_prev=cache_file ;;
43066     -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
43067     | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
43068     | --c=*)
43069       ;;
43070     --config-cache | -C)
43071       ;;
43072     -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
43073       ac_prev=srcdir ;;
43074     -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
43075       ;;
43076     -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
43077       ac_prev=prefix ;;
43078     -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
43079       ;;
43080     *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
43081     esac
43082   done
43083
43084   # Always prepend --prefix to ensure using the same prefix
43085   # in subdir configurations.
43086   ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args"
43087
43088   ac_popdir=`pwd`
43089   for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
43090
43091     # Do not complain, so a configure script can configure whichever
43092     # parts of a large source tree are present.
43093     test -d $srcdir/$ac_dir || continue
43094
43095     { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
43096 echo "$as_me: configuring in $ac_dir" >&6;}
43097     { if $as_mkdir_p; then
43098     mkdir -p "$ac_dir"
43099   else
43100     as_dir="$ac_dir"
43101     as_dirs=
43102     while test ! -d "$as_dir"; do
43103       as_dirs="$as_dir $as_dirs"
43104       as_dir=`(dirname "$as_dir") 2>/dev/null ||
43105 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
43106          X"$as_dir" : 'X\(//\)[^/]' \| \
43107          X"$as_dir" : 'X\(//\)$' \| \
43108          X"$as_dir" : 'X\(/\)' \| \
43109          .     : '\(.\)' 2>/dev/null ||
43110 echo X"$as_dir" |
43111     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
43112           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
43113           /^X\(\/\/\)$/{ s//\1/; q; }
43114           /^X\(\/\).*/{ s//\1/; q; }
43115           s/.*/./; q'`
43116     done
43117     test ! -n "$as_dirs" || mkdir $as_dirs
43118   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
43119 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
43120    { (exit 1); exit 1; }; }; }
43121
43122     ac_builddir=.
43123
43124 if test "$ac_dir" != .; then
43125   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
43126   # A "../" for each directory in $ac_dir_suffix.
43127   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
43128 else
43129   ac_dir_suffix= ac_top_builddir=
43130 fi
43131
43132 case $srcdir in
43133   .)  # No --srcdir option.  We are building in place.
43134     ac_srcdir=.
43135     if test -z "$ac_top_builddir"; then
43136        ac_top_srcdir=.
43137     else
43138        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
43139     fi ;;
43140   [\\/]* | ?:[\\/]* )  # Absolute path.
43141     ac_srcdir=$srcdir$ac_dir_suffix;
43142     ac_top_srcdir=$srcdir ;;
43143   *) # Relative path.
43144     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
43145     ac_top_srcdir=$ac_top_builddir$srcdir ;;
43146 esac
43147
43148 # Do not use `cd foo && pwd` to compute absolute paths, because
43149 # the directories may not exist.
43150 case `pwd` in
43151 .) ac_abs_builddir="$ac_dir";;
43152 *)
43153   case "$ac_dir" in
43154   .) ac_abs_builddir=`pwd`;;
43155   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
43156   *) ac_abs_builddir=`pwd`/"$ac_dir";;
43157   esac;;
43158 esac
43159 case $ac_abs_builddir in
43160 .) ac_abs_top_builddir=${ac_top_builddir}.;;
43161 *)
43162   case ${ac_top_builddir}. in
43163   .) ac_abs_top_builddir=$ac_abs_builddir;;
43164   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
43165   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
43166   esac;;
43167 esac
43168 case $ac_abs_builddir in
43169 .) ac_abs_srcdir=$ac_srcdir;;
43170 *)
43171   case $ac_srcdir in
43172   .) ac_abs_srcdir=$ac_abs_builddir;;
43173   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
43174   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
43175   esac;;
43176 esac
43177 case $ac_abs_builddir in
43178 .) ac_abs_top_srcdir=$ac_top_srcdir;;
43179 *)
43180   case $ac_top_srcdir in
43181   .) ac_abs_top_srcdir=$ac_abs_builddir;;
43182   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
43183   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
43184   esac;;
43185 esac
43186
43187
43188     cd $ac_dir
43189
43190     # Check for guested configure; otherwise get Cygnus style configure.
43191     if test -f $ac_srcdir/configure.gnu; then
43192       ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'"
43193     elif test -f $ac_srcdir/configure; then
43194       ac_sub_configure="$SHELL '$ac_srcdir/configure'"
43195     elif test -f $ac_srcdir/configure.in; then
43196       ac_sub_configure=$ac_configure
43197     else
43198       { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
43199 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
43200       ac_sub_configure=
43201     fi
43202
43203     # The recursion is here.
43204     if test -n "$ac_sub_configure"; then
43205       # Make the cache file name correct relative to the subdirectory.
43206       case $cache_file in
43207       [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
43208       *) # Relative path.
43209         ac_sub_cache_file=$ac_top_builddir$cache_file ;;
43210       esac
43211
43212       { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
43213 echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
43214       # The eval makes quoting arguments work.
43215       eval $ac_sub_configure $ac_sub_configure_args \
43216            --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
43217         { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
43218 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
43219    { (exit 1); exit 1; }; }
43220     fi
43221
43222     cd $ac_popdir
43223   done
43224 fi
43225
43226
43227 echo
43228 echo "Configured wxWidgets ${WX_VERSION} for \`${host}'"
43229 echo ""
43230 echo "  Which GUI toolkit should wxWidgets use?                 ${TOOLKIT_USER:-base only}"
43231 echo "  Should wxWidgets be compiled into single library?       ${wxUSE_MONOLITHIC:-yes}"
43232
43233 echo "  Should wxWidgets be compiled in debug mode?             ${wxUSE_DEBUG:-no}"
43234 echo "  Should wxWidgets be linked as a shared library?         ${wxUSE_SHARED:-no}"
43235 echo "  Should wxWidgets be compiled in Unicode mode?           ${wxUSE_UNICODE:-no}"
43236
43237 echo "  What level of wxWidgets compatibility should be enabled?"
43238 echo "                                       wxWidgets 2.2      ${WXWIN_COMPATIBILITY_2_2:-no}"
43239 echo "                                       wxWidgets 2.4      ${WXWIN_COMPATIBILITY_2_4:-yes}"
43240
43241 echo "  Which libraries should wxWidgets use?"
43242 echo "                                       jpeg               ${wxUSE_LIBJPEG-none}"
43243 echo "                                       png                ${wxUSE_LIBPNG-none}"
43244 echo "                                       regex              ${wxUSE_REGEX}"
43245 echo "                                       tiff               ${wxUSE_LIBTIFF-none}"
43246 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
43247 echo "                                       xpm                ${wxUSE_LIBXPM-none}"
43248 fi
43249 echo "                                       zlib               ${wxUSE_ZLIB}"
43250 echo "                                       odbc               ${wxUSE_ODBC}"
43251 echo "                                       expat              ${wxUSE_EXPAT}"
43252 echo "                                       libmspack          ${wxUSE_LIBMSPACK}"
43253 echo "                                       sdl                ${wxUSE_LIBSDL}"
43254
43255 echo ""
43256